@import url('https://fonts.googleapis.com/css2?family=Varela+Round&display=swap');

body {

    color:#2c2c2c;
    font-family: 'Varela Round', sans-serif;


    line-height: 2rem;}
    
    .navbar {padding: 0rem 15px!important;}


/*Blog Image*/

.blogCard {
    position: relative;
    padding: 0;
}

    .blogCard .line {
        position: absolute;
        left: 30px;
        right: 30px;
        bottom: 0;
        height: 1px;
        margin: 0;
        background-color: #ee7f00;
    }

.blogContainer {
    padding: 40px 6px 0 6px;
    position: relative;
    width: 100%;
}


.blogContainer .image {
  display: block;
  width: 100%;
  height: auto;
}

.blogContainer .overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  transition: .5s ease;
  background-color: #ee7f00;
}
.blogContainer .blogTitle {
    margin: -26px 0 10px 0;
}


.blogContainer:hover .overlay {
  opacity: 1;
}

.blogContainer .text {
  color: white;
  font-size: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
}

  @media (max-width: 767px) { 
      .blogContainer .overlay { display:none;}  
    .blogContainer .text { display:none;}  
    .blogContainer .blogTitle {
            position: relative;
    bottom: 0;
    }
  }


#regForm {
  background-color: #ffffff;
  margin: 100px auto;
  padding: 40px;
  width: 70%;
  min-width: 300px;
}


#so-form-success {padding:30px;}
.column .panel {    overflow: unset!important; padding:0 0px!important}

#formWizard { margin-top:50px;}

.nav-pills .nav-link.active, .nav-pills .show>.nav-link { background-color: #ee7f00!important; }
#marketingtext {padding-top:10px;}

.RemoveWhiteSpace > .container {padding-bottom:0px!important; margin-bottom:0px!important;}
.RemoveWhiteSpace  .column {padding-bottom:0px!important; margin-bottom:0px!important;}
.text-right {text-align:right!important;}
.copy { padding-top:35px; padding-bottom:35px;}
.copy p {font-size:.8rem; text-align:left;}
input {
  padding: 10px;
  width: 100%;
  font-family: Raleway;
  border: 1px solid #aaaaaa;
  border: solid 2px #ee7f00;
    border-radius: 10px;
}
select {padding-top: 20px;
    padding-bottom: 20px;
    border: solid 2px #ee7f00;
    border-radius: 10px;
}

.partnersCarousel {margin-top:30px;}

.grid-section .blueBG {padding-left:15px; padding-right:15px;}
.testimonialItem {text-align:center;}
.testimonialItem .person {color:#0071a1;}
.testimonialItem img {display:inline-block; margin-left:auto; margin-right:auto; margin-bottom:30px; border:none!important;}

.partner {margin-bottom: 60px;
    border-bottom: dotted #ee7f00;
    padding-bottom: 20px;
    padding: 30px;}


input.invalid {
  background-color: #ffdddd;
}

.owl-carousel .owl-item img {

    border: solid 1px #ededed;
}

.centerMe {
  margin: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}


.CenterImage {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}



.tab {
  display: none;
}


.umb-grid div { background: no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;}

.step {
  height: 15px;
  width: 32%;
  margin: 0 2px;
  background-color: #bbbbbb;
  border: none;
  display: inline-block;
  opacity: 0.5;
}


.step.active {
  opacity: 1;
}


.step.finish {
  background-color: #4CAF50;
}




.so-form {padding-bottom:100px; display:block;}


p {
    margin-top: 0;
    margin-bottom: 1rem;
    font-size: 1.2rem;
}

.padding50 h2 {margin-top:20px;}

.faqlist {padding-left:0px; margin-left:0; list-style:none;}
.faqlist li {font-size:1.6rem; margin-bottom:2rem; margin-top:2rem;}
input {
    width: 100%;
    border-radius: 0px;
    padding: 15px;
    border-bottom: solid 1px #ededed;
    border: solid 2px #ee7f00;
    border-radius: 10px;
}

textarea {
    width: 100%;
    border-radius: 0px;
   
    padding: 15px;
    border-bottom: solid 1px #ededed;
    border: solid 2px #ee7f00;
    border-radius: 10px;
}


.oops {
    font-size: 117px;
    margin: 0 0 20px;
    line-height: 117px;
    font-weight: bolder;
    color: #f0f0f0;
    font-family: "PT Sans",Arial,Helvetica,sans-serif;
}

.minHeight100medium {min-height: 620px; border-radius: 15px;}
.noRadius {border-radius: 0%!important;}



.searchResult {
    padding: 50px 0px;
    border-bottom: dotted 3px #000;
}

.breadcrumb {background-color: transparent;}
.Orange .breadcrumb a {color: #fff;}
.White .breadcrumb a {color: #2c2c2c;}
.LightGrey .breadcrumb a {color: #2c2c2c;}
.DarkGrey .breadcrumb a {color: #2c2c2c;}
.accordion-content {
  display: none;
}

.roundedImage img {
        -webkit-box-shadow: 0px 0px 65px 8px rgba(0,0,0,0.19);
    -moz-box-shadow: 0px 0px 65px 8px rgba(0,0,0,0.19);
    box-shadow: 0px 0px 65px 8px rgba(0,0,0,0.19);
    
}

.searchBar {display:none;     position: absolute;
    width: 100%;
    bottom: -60px;
    z-index: 9999;
}
.searchBar input {
    width: 100%;
    border-radius: 0px;
    border: none;
    padding: 15px;
    border-top: solid 1px #ededed;
}

  .imageWithText img {
      
          width: 100%;
    max-width: 100%;
      
  }


.orangeText {    color: #ee7f00!important;}
.blueText {    color: #0071a1!important;}
.blackText {    color: #2c2c2c!important;}
.whiteText {    color: #fff!important;}

.column img {max-width: 100%;
    height: auto;}


.container .container {    padding: 0px 0px 0px 0px!important;}

.box {padding:30px; background-color:#0071a1!important; background-color: rgba(255,255,255,.9);
    border: solid 8px #fff; color:#fff;
    border-radius:30px; transition: width 1s; height:100%; position:relative; padding-bottom:45px;}
    
    .box h3 {color:#fff!important;}
    .box h3 a {color:#fff!important;}
    .box:hover a {color:#fff!important;}
    .box a.link {color:#ee7f00!important; position:absolute; bottom:15px; left:30px;}
    
    .box:hover a.link {color:#fff!important;}
    
    .box:hover { background-color:#ee7f00!important; background-color: rgba(255,255,255,.9);
    border: solid 8px #ee7f00; color:#fff;
    border-radius:30px; transition: width 1s;     -webkit-box-shadow: 0px 0px 65px 8px rgba(0,0,0,0.19);
    -moz-box-shadow: 0px 0px 65px 8px rgba(0,0,0,0.19);
    box-shadow: 0px 0px 65px 8px rgba(0,0,0,0.19);}
    
.box p {}

.blueBG  h3 {color:#fff!important;}

.Orange{background-color: #ee7f00!important;}
.Orange h1 , .Orange h2 , .Orange h3 , .Orange h4 , .Orange p {color:#fff!important;}

.Orange li   {color:#fff!important; background-image: url(../../../media/kkon0otj/white-bullet.png)!important;     background-position: 15px 10px;
    background-repeat: no-repeat;
    padding-left: 80px;
    font-size: 1.3rem;
    padding-top: 7px;
    padding-bottom: 7px;
    background-size: 30px;}


.White{  background-color: #fff!important;  }
.White h1 , .White h2 , .White h3 , .White h4   {color:#ee7f00!important;}

.WhiteRounded { padding:30px; border-radius:30px; background-color: rgba(255, 255, 255, 0.8)!important;}
.WhiteRoundedEqual { padding:30px; border-radius:30px; background-color: rgba(255, 255, 255, 0.8)!important;}

.LightGrey{ background-color: #F0F4EF!important; }
.LightGrey h1 , .LightGrey h2 , .LightGrey h3 , .LightGrey h4    {color:#ee7f00!important;}

.DarkGrey{ background-color: #C5C1BE!important; }
.DarkGrey h1 , .DarkGrey h2 , .DarkGrey h3 , .DarkGrey h4 , .DarkGrey p   {color:#2c2c2c!important;}

.LightGrey {background-repeat:no-repeat; background-position: center center;}



a {color:#ee7f00}
a:hover {text-decoration:none; color:#0071a1;}

.column .btn-lg.orangeBG a {color:#fff; border-radius: 15px!important; display:inline-block;}
.btn {border-radius: 15px!important;}

.grid-section ul {padding-left:0px; margin-left:0px; list-style:none;}


.grid-section li {background-image: url(../../../media/4mxh3cfc/orange-bullet.png);
    background-position: 15px 10px;
    background-repeat: no-repeat;
    padding-left: 80px;
    font-size: 1.3rem;
    padding-top: 7px;
    padding-bottom: 7px;
    background-size: 30px;}


.grid-section .orangeBG li {
    background-image: url(../../../media/kkon0otj/white-bullet.png);
    background-position: 15px 10px;
    background-repeat: no-repeat;
    padding-left: 80px;
    font-size: 1.3rem;
    padding-top: 7px;
    padding-bottom: 7px;
    background-size: 30px;
    
}


    

    
    
.breadcrumb li {background-image:none!important; padding-left:0px!important; font-size:1rem!important;}    
    

img.roundedImage {
    border-radius: 100px;
  /*  -webkit-box-shadow: 0px 0px 65px 8px rgba(0,0,0,0.19);
    -moz-box-shadow: 0px 0px 65px 8px rgba(0,0,0,0.19);
    box-shadow: 0px 0px 65px 8px rgba(0,0,0,0.19); */
}



.roundedImage img {
    border-radius: 100px;
  /*  -webkit-box-shadow: 0px 0px 65px 8px rgba(0,0,0,0.19);
    -moz-box-shadow: 0px 0px 65px 8px rgba(0,0,0,0.19);
    box-shadow: 0px 0px 65px 8px rgba(0,0,0,0.19); */
}

b, strong {font-weight:600;}


.orangeBG h1 {color:#fff!important;}
.orangeBG h2 {color:#fff!important;}
.orangeBG h3 {color:#fff!important;}
.orangeBG h4 {color:#fff!important;}
.orangeBG li {color:#fff!important;}
.orangeBG p {color:#fff!important;}


h1 {

  color: #ee7f00!important;
  font-weight: 600;
  margin-bottom: 20px;
  font-size: 3rem;
}

h2 {

  color: #ee7f00!important;
  font-weight: 600;
  margin-bottom: 20px;
  font-size: 2.4rem;
}


h3 {

  color: #ee7f00!important;
  font-weight: 600;
  margin-bottom: 20px;
  font-size: 1.6rem;
}

h4 {

  color: #ee7f00!important;
  font-weight: 600;
  margin-bottom: 20px;
  font-size: 1.5rem;
}


.panel {
  padding: 0 18px;
  background-color: white;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
}

.isotope .isotope-item {
    min-height: 0px !important;
    position: static !important;
    transform: translate3d(0px, 0px, 0px) !important;
}
.isotope-hidden{
    display: none;
}



.grid-section div.orangeBG { border-radius:0px; }
.grid-section .column {padding:15px 15px 15px 15px; border-radius:0px; }

.btn {text-transform:uppercase;     font-weight: 600;}
.banner .btn {background-color: #fff;  color: #ee7f00!important;}
.banner ul {list-style: none; padding-left: 0px; margin-top:30px;

  list-style: none;
  padding-left: 0px;
  margin-top: 30px;
  font-size: 1.5rem;
  font-weight: 300;
  letter-spacing: 2px;
  margin-bottom: 50px;


}

.noPaddingBottom .column {padding-bottom:10px!important;}

.quicksearch {width: 100%;
    border: solid 2px #ee7f00;
    border-radius: 10px;
    padding: 15px;
    margin-bottom:25px;
}


.orangeBG .breadcrumb {background-color:transparent; color:#fff!important; padding-left:0px;}
.orangeBG .breadcrumb a { color:#fff!important;}
.breadcrumb .divider {display:inline-block; padding-left:10px; padding-right:10px;}
.banner ul li {padding:10px 0px 10px 0px;     font-size: 1rem!important;
    padding-bottom: 0px!important;
    line-height: 1rem;}

.orangeBG h2 {color:#fff!important;}

.banner h2 {font-size:1rem; text-transform: uppercase; font-weight: 600; margin-bottom: 30px;}

h4 {font-size: 1.5rem; font-weight: 600; margin-bottom: 20px;}
section img {border-radius: 100px;     -webkit-box-shadow: 0px 0px 65px 8px rgba(0,0,0,0.19);
  -moz-box-shadow: 0px 0px 65px 8px rgba(0,0,0,0.19);
  box-shadow: 0px 0px 65px 8px rgba(0,0,0,0.19);}
.navWrap {width:100%;}
.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 10rem;
    padding: 0rem 0;
    margin: 0rem 0 0;
    font-size: 1rem;
    color: #212529;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,.15);
    border-radius: 5px;
}
.dropdown-menu a:hover {background-color: #ee7f00!important; color:#fff;}

.sticky {
    position: fixed;
    top: 0px;
    left:0px;
    width: 100%;
    background-color: #fff!important;
    color: #0071a1!important;
    border-radius: 15px;
    z-index: 9999;
    border-radius:0px;
    -webkit-box-shadow: 0px 0px 20px 8px rgba(0,0,0,0.19);
    -moz-box-shadow: 0px 0px 20px 8px rgba(0,0,0,0.19);
    box-shadow: 0px 0px 20px 8px rgba(0,0,0,0.19);
    
  }
  .sticky  .nav-link {
    color:#0071a1!important;
}


.nav-link {
    display: block;
    padding: .8rem 2rem;
}
  
.dropdown-item {
    display: block;
    width: 100%;
    padding: .25rem 1.5rem;
    clear: both;
    font-weight: 600;
    color: #212529;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
}

.navbar-light .navbar-nav .nav-link {
  color: #444!important; 
  font-weight: 600!important;
  text-transform: uppercase;
}
  .sticky + .content {
    padding-top: 60px;
  }


ol{padding-left: 0px; margin-top: 30px; list-style-position: inside;}

.leftHeading {

  float: left;
  font-size: 2rem;
  width: 40%;
  padding: 0px 20px 0px 30px;
  line-height: 3rem;
  text-align: left;

}
.rightText {float:left; font-size: 1.2rem; width:60%;}
.textOverlay {

  margin-top: 150px;
  padding: 30px;
  background-color: rgba(255,255,255,.9);
  border: solid 8px #ee7f00;
  -webkit-box-shadow: 0px 0px 65px 8px rgba(0,0,0,0.19);
  -moz-box-shadow: 0px 0px 65px 8px rgba(0,0,0,0.19);
  box-shadow: 0px 0px 65px 8px rgba(0,0,0,0.19);
  width: 85%;
  border-radius: 100px;
}

.imageWithText {text-align: center;}
   section li {font-size: 1.2rem; margin-bottom: 1rem; margin-top:1rem;}
.imageWithText .rightText {text-align: left;}
section {margin-bottom: 100px;     margin-top: 100px;}
.navbar-toggle {
    border: none;
    background: transparent !important;
   
  }
  .navbar-toggle:hover {
    background: transparent !important;
  }


  button:focus {
    outline: none!important; 
    outline: 1px dotted;
     
}

.navbar-toggler.collapsed {padding: .85rem .65rem;
  font-size: 1.25rem;}

  .navbar-toggler {padding: .85rem .75rem;
    font-size: 1.25rem;}


  .navbar-toggler:focus  {border:none!important;}

  .navbar-toggle .icon-bar {
    width: 30px;
    height: 4px;
    border-radius:3px;
    margin-bottom:4px;
    display:block;
    
    transition: all 0.2s;
    background-color: #fff;
  }
  .navbar-toggle .top-bar {
    transform: rotate(45deg);
    transform-origin: 10% 10%;
    position: relative;
    left: 3px;
    top:1px;
  }
  .navbar-toggle .middle-bar {
    opacity: 0;
  }
  .navbar-toggle .bottom-bar {
    transform: rotate(-45deg);
    transform-origin: 10% 90%;
    position: relative;
    left: 3px;
    top:1px;
    
  }
  .navbar-toggle.collapsed .top-bar {
    transform: rotate(0);
    position: relative;
    left: 0px;
    top:0px;

  }
  .navbar-toggle.collapsed .middle-bar {
    opacity: 1;
  }
  .navbar-toggle.collapsed .bottom-bar {
    transform: rotate(0);
    position: relative;
    left: 0px;
    top:0px;
  }

  .navbar-light .navbar-toggler {
    color: rgba(0,0,0,.5);
    border-color: rgba(0,0,0,.1);
    background-color: #ee7f00!important;
    height: 50px;
    width: 50px;
    border-radius: 100%;
}

.grey-background {background-color:#F0F4EF;}

.showOnMobile {display:none;}
.buttonLeft {float: left;}
.awardText {float: right; text-align: right; padding: 25px;}
.imageHolder {position: relative;}
.logo {padding-top:15px; max-width:250px;}
.container {max-width: 1600px;}
.umb-grid .container {padding:35px 15px 35px 15px;}
.awardText {padding-right: 200px; font-size: 1.4rem;}

.awardImage {position: absolute; width: 150px; height: 150px; right: 20px; 

    position: absolute;
    top: 50%;
    transform: translate(0%, -50%);

}

footer .blueBG {border-radius:0px!important;}


.grid-section h1 {font-size:3rem;}

.awardImage img {border-radius: 0%;     -webkit-box-shadow: 0px 0px 0px 0px rgba(0,0,0,0.0); */
  -moz-box-shadow: 0px 0px 0px 0px rgba(0,0,0,0.0);
 box-shadow: 0px 0px 0px 8px rgba(0,0,0,0.0);}

footer h3 {margin-bottom: 20px; margin-top: 20px;}
.plane {width: 100px; height: auto; position: absolute; top:-50px; right: -50px;}

.centerHeading h1 {    font-size: 4rem;}
.centerHeading h1 .boldHead {    font-weight: 600; display: block;}
.orangeBG {background-color: #ee7f00; color: #fff; border-radius: 15px;}
.orangeBG:hover { color: #fff;}
.blueBG {background-color: #0071a1!important; color: #fff; border-radius: 15px;}
.blueBG:hover { color: #fff;}

.blueBG a {color:#ccc;}
.blueBG .btn {color:#ee7f00;}

.whiteBg  {background-color: #fff; color: #ee7f00; border-radius: 15px;}
.whiteBg:hover { color: #ee7f00;}

.orange {color: #ee7f00;}

.btn-lg svg {margin-right: 10px;     font-size: 35px;}

.changeWords {color: #ee7f00;}

.bigPhone {    font-size: 2rem;
    font-weight: 600;}

.ml4 {
    position: relative;
    color: #ee7f00;
  }
  .ml4 .letters {
    position: absolute;
    margin: auto;
    left: 10px;
    top: 0.0em;
    right: 0;
    opacity: 0; 
    color: #0071a1;
  }
  .panel-group .panel {
    border-radius: 0;
    box-shadow: none;
    border-color: #EEEEEE;
}

.panel-default > .panel-heading {
    padding: 0;
    border-radius: 0;
    color: #212121!important;
}

.panel-title {
    font-size: 2rem;
    color: #0071a1!important;
    font-weight: 600;
}

.panel-title > a {
    display: block;
    padding: 25px;
    text-decoration: none;
    color: #444!important;
    font-weight: 300;
}

.more-less {
    float: left;
    color: #212121;
}

.more-less .material-icons {background-color: #ee7f00;
    color: #fff; border-radius: 100%; position: relative; left: -25px; top:2px; }

.panel-default > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: #EEEEEE;
}


.padding50 {padding:50px;}
.largeList {padding-left: 0px; margin-bottom: 100px;}


.largeList li {
  background-image: url(../../../media/kkon0otj/white-bullet.png);
    background-position: 15px 10px;
    background-repeat: no-repeat;
    padding-left: 80px;
    font-size: 2rem;
    padding-top: 7px;
    padding-bottom: 7px;
    background-size: 30px;
    border-radius:15px;
    list-style: none;

}

#divWizard .nav-item {width:33%!important;}

.collapsed .more-less span.material-icons {   -ms-transform: rotate(0deg); /* IE 9 */
    transform: rotate(0deg); }
  .more-less span.material-icons{   -ms-transform: rotate(90deg); /* IE 9 */
    transform: rotate(90deg);}

  .buttonLeft .btn-lg {padding:30px; position: absolute; top: -10px;}
.searchBtn {font-weight: 900;}
.iconList {list-style: none; text-align: left; padding-left: 0px; margin-top:50px; }
.iconList li {display: inline-block; border-radius: 15px; background-color: #0071a1; width: 125px; height: 125px; color:#fff; padding: 15px; margin-right: 15px; line-height: 1rem;}
.iconList li span {display: block; margin-bottom: 10px;}
.imageHolder img {position: relative; padding: 100px; max-width:100%!important; }
.iconList li svg {font-size: 25px;}
.blueBG {background-color: #0071a1; color: #fff;}
.blueBG:hover { color: #fff;}
.blue {color: #0071a1;}

.brightBlueBg {background-color: #f7faff;}

.centerParent {position: relative;     height: auto;
    min-height: 450px;}

.center {
    position: absolute;
    left: 50%;
    top: 50%;    
    transform: translate(-50%, -50%);
  
  }


.centerHeading {width: 80%; }

.textRight {text-align: right;}
.btn span {
    cursor: pointer;
    display: inline-block;
    position: relative;
    transition: 0.5s;
    font-weight: 600;
  }
  
  .btn span:after {
    content: '\00bb';
    position: absolute;
    opacity: 0;
    top: 0;
    right: -20px;
    transition: 0.5s;
  }

  
  .btn:hover span {
    padding-right: 25px;
  }
  
  .btn:hover span:after {
    opacity: 1;
    right: 0;
  }
  .topButtons { text-align: center;}


.navbar {width:100%;}
.textRight {padding-top:20px; padding-bottom: 20px;}

  @media (max-width: 1360px) { .textRight .btn-lg svg {font-size:20px;} .centerHeading h1{font-size: 3rem;}   }
  @media (max-width: 1199px) {

.leftHeading {width:100%; margin-bottom: 20px; padding: 0px 20px 0px 20px;}
.rightText {padding: 0px 20px 0px 20px; width: 100%;;}
.minHeight100medium {height: 650px;}

      .awardText {font-size: 1rem;}
    



    .iconList li {
        display: inline-block;
        border-radius: 15px;
        background-color: #0071a1;
        width: 80px;
        height: 80px;
        color: #fff;
        padding: 10px;
        margin-right: 15px;
        font-size: .6rem;
        text-align: center;
    }
    .iconList li svg {font-size: 1rem;}
    
    
    .centerHeading h1{font-size: 2rem;} .imageHolder img{max-height: 450px; text-align: center; max-width:100%!important;} 
    .boldHead {    margin-top: 0px;}
}
  @media (max-width: 991px) {
    .centerHeading {
      width: 80%;
      padding-top: 50px;
      
      
  }
  
  #divWizard .nav-item {width:100%!important; padding-left:0px; padding-right:0px;}
  
  section img {border-radius:30px!important;}
  
  section {margin-bottom:0px; margin-top:50px!important;}
  
  
  .grid-section h1 {font-size:2.5rem;}
   h1 {font-size:2.5rem;}
  .banner h2 {display:none;}
  
  .nav-item {padding-left:30px; padding-right:30px;}
  
  
  
  .imageWithText img {
      
          width: 100%;
    max-width: 100%;
      
  }


  .topButtons {
    
    margin-bottom: 20px;
}
  

    .minHeight100medium {min-height: auto;}

    .imageHolder img {
      position: relative;
      padding: 20px;
      margin-top: 50px;
      max-width:100%!important;
  }
    .center {
      position: inherit;
      left: 0;
      top: 0;
      transform: none;
      width: 100%;
      background-color:transparent;
       border: none; 
       display: block; 
       webkit-box-shadow: none
    -moz-box-shadow: none;
    box-shadow: none;
  }

  .leftHeading {padding-left:0px; padding-right: 0px;}
  .rightText {padding-left:0px; padding-right: 0px;}
  .textOverlay {margin-top: 10px; padding-left: 0px; padding-right: 0px;}


.buttonLeft {display:block; width:100%; text-align: center; }


.noAbsoluteOnMobile {position: relative;}
    .buttonLeft .btn-lg {position: relative;}
    .awardImage {position: relative; top: 0px; transform: translate(0%, 0%)!important; margin-top:20px; margin-bottom:20px;}
    .awardText span {display: block; width:100%;}
    .awardText {display:block;  width:100%; text-align: center; padding-right: 0px;}
.hideOnMobile {display:none;}
.showOnMobile {display:block;}

    .dropdown-menu {border:none!important;}
   
    
    .centerHeading h1{font-size: 2rem; } .topButtons {}    }
  @media (max-width: 767px) {    .centerHeading h1{font-size: 2rem; padding-bottom:0px; margin-bottom:0px;}  .centerHeading {text-align: center;  }
.navbar-toggle { position: fixed;
  top: 25px;
  right: 15px;}
  
  .hideOn768 {display:none!important;}
  
  .banner ul li {    font-size: .8rem!important;
    padding-bottom: 0px!important;
    line-height: 1.2rem;}


.hideOnMobile {display:none;}

.equal {height:auto!important;}

  .topButtons {

}

.minHeight100medium .center{position:inherit ;}
.minHeight100medium {height: auto; padding-bottom: 50px; padding-top: 50px;}

.bigPhone {display: block; width: 100%; text-align: center;}

  .iconList {text-align: center;}
  .iconList li {
      display: inline-block;
      border-radius: 15px;
      background-color: #0071a1;
      width: 80px;
      height: 80px;
      color: #fff;
      padding: 10px;
      margin-right: 15px;
      font-size: .6rem;
      text-align: center;
  }
  .iconList li svg {font-size: 1rem;}

.imageHolder {text-align: center;}

 }



  @media (max-width: 575px) {  
      .boldHead {    margin-top: 0px!important;}
.centerHeading {text-align: center; }
    .ml4 {display: block; overflow:hidden; width:100%; height:45px;}
    .topButtons {width:100%; float: left; margin-top:15px; margin-bottom: 15px;  }
    .iconList {text-align: center;}
    .iconList li {
        display: inline-block;
        border-radius: 15px;
        background-color: #0071a1;
        width: 80px;
        height: 80px;
        color: #fff;
        padding: 10px;
        margin-right: 15px;
        font-size: .6rem;
        text-align: center;
    }
    .iconList li svg {font-size: 1rem;}

   }
  
   @media (max-width: 480px) { 
    .centerHeading {text-align: center;  }
        .ml4 {display: block;}
        .topButtons {width:100%; float: left; margin-top:15px; margin-bottom: 15px;  }
       }

  
 

  


       @media only screen and (min-width: 991px) {



.banner {padding:50px;}

       .dropdown:hover>.dropdown-menu {
        -webkit-animation: navigationSlideIn 0.5s;
        animation: navigationSlideIn 0.5s;
        position: absolute;        
    top: 100%;
      }


      .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: 2rem;
        padding-left: 0rem;
    }

    }
    @media only screen and (min-width: 1200px) {

    .iconList li {display: inline-block; border-radius: 15px; background-color: #0071a1; width: 125px; height: 125px; color:#fff; padding: 15px; margin-right: 15px; line-height: 1.5rem;}

    }
    
    
      @media only screen and (min-width: 1360px) {
    
    .grid-section .column {
    padding: 35px 45px 35px 45px;
    border-radius: 0px;
    
    }
}
    
 .text-container {
    margin-left: auto;
    margin-right: auto;
    max-width:50em;
}
   
.recent-blogs-section {
  background-color: #f9f9f9;
  padding: 30px;
  margin-top: 50px;
}

.recent-blogs-section h2 {
  font-size: 24px;
  margin-bottom: 15px;
}