/*** Desktop Mega menu style START
**********************************************************/
#header{
    display:none!important;
}

.goog-te-gadget-simple .goog-te-menu-value span {
    color:#00abbe !important;
    border-color:#00abbe !important;
}
.Custom-Mega-Menu{
    /*
    -moz-box-shadow:0 12px 6px rgba(0,0,0,.06);
     -webkit-box-shadow: 0 12px 6px rgba(0,0,0,.06);
     box-shadow: 0 12px 6px rgba(0,0,0,.06);
     */
}
.scrolled .CustomHeadeTop{
    display:none;
}
.scrolled .CustomHeadeBottom{
    position: fixed;
    width: 100%;
    z-index: 5;
}
.CustomHeadeTop{
    padding: 0px;
    background-color: #fff;
    border-bottom: 1px solid #eee;
    transition: .3s;
}
.CustomHeadeTopLeft{
    display:inline-block;
    width:49%;
    text-align:left;
    vertical-align:middle
}
ul.TopContactInfo{}
ul.TopContactInfo > li {
    display:inline-block;
}
ul.TopContactInfo > li > a {
    color: #00aabe;
    background: #ffffff;
    border: 1px solid transparent;
    -webkit-border-radius: 2rem;
    border-radius: 2rem;
    padding: 0 .75rem .1875rem .75rem;
    text-decoration: none;
}
ul.TopContactInfo > li > a:hover {
    color: #53555f;
    background: #f3f3f3;
    border: 1px solid #e2e1e1;
    text-decoration: none;
}
.CustomHeadeTopRight{
    display:inline-block;
    width:50%;
    text-align:right;
    vertical-align:middle
}
ul.TopSMLinks{}
ul.TopSMLinks > li{
    display:inline-block;
    margin:0; 
    padding:0;
}
ul.TopSMLinks > li > a{
    color: #333;
    display: block;
    padding: 9px 11px;
    width: 35px;
    text-align: center;
}
ul.TopSMLinks > li > a:hover{
    background: #ececec;
}
.CustomHeadeBottom{
    /*padding:8px 0px;*/  /*comment out - Carlos */
    -moz-box-shadow:0 12px 6px rgba(0,0,0,.06);
    -webkit-box-shadow: 0 12px 6px rgba(0,0,0,.06);
    box-shadow: 0 12px 6px rgba(0,0,0,.06);
    background: #fff;
    transition: .3s;
    
}
.CustomHeaderBottomLeft{
    display: table-cell;
    width: 22%;
}
.CustomHeaderBottomLeft .MainLogo {margin-top: 0px; width: 250px;} /* Carlos added to logo */

.CustomHeaderBottomRight{
    display: table-cell;
    width: 80%;
    vertical-align: middle;
}
.MegaNavWrap{
    float: right;
}
ul.MegaNav{}
ul.MegaNav > li{
    display:inline-block; 
    /* added height and margin-top - Carlos */
    height: 57px;
    margin-top: 30px;
}

ul.MegaNav > li > a, .MegaNavLink{
    font-family: acumin-pro, "Acumin Pro", arial, helvetica, sans-serif;
    color: #565656;
    font-size: 0.875rem;
    font-weight: 600;
    margin: 0px 0px 0px 1px;
    padding: 0.5rem 1rem 0.625rem;
    position: relative;
    line-height: 1;
    border-radius: 4px;
    border-width: 0px;
    letter-spacing: 0px;
    text-transform: uppercase;
    
}
ul.MegaNav > li > a:hover, .MegaNavLink:hover{
    background-color: #00abbe;
    color: #fff;
    cursor: pointer; 

}

.MegaNavdropdownwrap{
    display:none;
    /*visibility: hidden;*/
    /*transition: 0s 0.5s; *//* changed 0s 1s to 0s - Carlos */
    position: absolute;
    width: 100%;
    /*height: 486px;*/
    height: 500px;
    z-index: 2;
    background: #e5e5e5;
    left: 0;
    -moz-box-shadow:0 12px 6px rgba(0,0,0,.06);
    -webkit-box-shadow: 0 12px 6px rgba(0,0,0,.06);
    box-shadow: 0 12px 6px rgba(0,0,0,.06);
    padding: 30px;
    margin-top: 30px; /*changed to 35px from 27px - Carlos */
    border-top: 1px solid #eee;
    /*opacity: 0;*/
}
/*.CustomHeaderwrap ul.MegaNav:hover > li:hover > .MegaNavdropdownwrap*/
.MGActive .MegaNavdropdownwrap{
    display:block;
    /*visibility: visible;*/
    /*transition-delay: 0s;*/
    /*opacity: 9;*/
}
.MGActive .MegaNavLink{
    background-color: #00abbe;
    color: #fff;
}
.MegaNavsecond > a > h3{
    color: #565656!important;
    font-family: Acumin Pro, Open Sans, Helvetica, Arial;
    font-weight: bold !important;
}
.MegaNavsecond > a > h3{
    text-decoration:underline;
}
.MegaNavsecond > a:hover > h3{
    color: #02abbd!important;
}
ul.MegaNavsecond > li{
    list-style: none;
    margin: 0;
    padding: 0;
    width: 227px;
}
.MegaNavsecond > li > a{
    color: #565656;
    display: block;
    padding: 15px 20px;
    margin-left: -20px;
    position:relative;
}
.MegaNavsecond > li > a:hover{
    background:#fff;
}
.MegaNavsecond > li > a > i{
    position: absolute;
    top: 22px;
    right: 8px;
}
/*
.MegaNavthird{
    display:none;
    position: absolute;
    width: 68%;
    background: #fff;
    top: 0;
    padding: 30px;
    right: -1px;
    height: 100%;
}
*/
.MegaNavthird > h3{
    color: #02abbd !important;
    font-family: Acumin Pro, Open Sans, Helvetica, Arial;
    font-weight: bold !important;
}
.MegaNavthird p {
    margin:20px 0px;
    /*width:50%;*/
}
.Learnmorebtn{
    padding: 3px 24px 5px 24px;
    border: 1px solid #0bacbd;
    position: relative;
    top: 20px;
    border-radius: 100px;
    z-index: 5;
}
.Learnmorebtn:hover{
    background:#0bacbd;
    color:#fff;
}
ul.MegaNavthirdLinks > li > a{
    color: #565656;
    display:block;
    padding: 10px 15px;
    line-height: 18px;
}
ul.MegaNavthirdLinks{
    -moz-column-count: 3;
    -moz-column-gap: 0px;
    -webkit-column-count: 3;
    -webkit-column-gap: 0px;
    column-count: 3;
    column-gap: 0px;
    width: 100%;
    margin-left: -14px;
    position: relative;
    z-index: 10;
}
ul.MegaNavthirdLinks > li{
    list-style: none;
    margin: 0;
    padding: 0;
    -webkit-column-break-inside: avoid;
    page-break-inside: avoid;
    break-inside: avoid;
}
ul.MegaNavthirdLinks > li > a > span > i{
    color: #02abbd;
    margin-right:10px;
    font-size: 12px;
}
ul.MegaNavthirdLinks > li > a:hover{
    color:#02abbd;
}
ul.MegaNavthirdLinks > li > a > span{
    display: table-cell;
    vertical-align: top;
}
ul.MegaNavthirdLinks > li > a > span:first-child{

}
ul.MegaNavthirdLinks > li > a > span:last-child{

}
.MegaNavsecondWrap{
    display: table;
    width:100%;   
}
.MegaNavsecondLeft{
    display: table-cell;
    width: 20%;
}
.MegaNavsecondLeft > a, .MegaNavsecondLeft > a:visited, .MegaNavsecondLeft > a:active{
    color: #565656;
    display: block;
    padding: 15px 20px;
    margin-left: -20px;
    position: relative;
    line-height: 18px;
}
.MegaNavsecondLeft > a > span > i{
    display:none;
    position: absolute;
    /* top: 16px; */
    right: 8px;
    margin-top: -6px;
}
.MegaNavsecondLeft > a:hover{
    background-color: #fff;
}
/*
.MegaNavsecondLeft > a:hover > span, .MegaNavsecondLeft > a:visited > span, .MegaNavsecondLeft > a:active > span{
    color: #565656;
}
*/
.MegaNavsecondLeft > a > span {
    display: table-cell;
    vertical-align: middle;
}
.MegaNavsecondRight{
    display: table-cell;
    position: absolute;
    width: 100%;
    top: 0;
    height: 100%;
    background: #fff;

}
.MegaNavsecondLinks{}
.MegaNavsecondRight .MegaNavthird{
    display: None;
    position: relative;
    /*width: 68%;*/
    background: #fff;
    top: 0;
    padding: 30px;
    right: -1px;
    height: 100%;
    z-index: 12;
}
.MegaNavactivelink .MegaNavsecondRight .MegaNavthird{
    display:block;
}
.MegaNavactivelink .MegaNavsecondLeft a {
    background-color: #fff;
    color: #02abbd;
    font-weight:bold;
}
.MegaNavactivelink .MegaNavsecondLeft > a > span > i, .MegaNavsecondLeft:hover > a > span > i{
    display:block;
}


/*** Desktop Mega menu style END
**********************************************************/
/*|||||||||||||||||||||||||||||||||||||||||||||||||||||||*/
/*|||||||||||||||||||||||||||||||||||||||||||||||||||||||*/
/*|||||||||||||||||||||||||||||||||||||||||||||||||||||||*/
/*** Desktop Mega menu mobile style START
**********************************************************/
.Custom-Mo-Menu{
	display:none;
}
body.noscroll{
    position:fixed !important;
    overflow:hidden !important;
}
.momenuwrap {
  background: #00abbe;
  position: relative;
  top: 0;
  left: 0;
  /*overflow-y: auto !important;
  overflow-x: hidden !important;
  */
  transition: left 0.3s;
  width: 100%;
  z-index: 100;
}
.momenuheaderwrap{
    display: block;
    /*padding: 10px;*/
    background: #fff;
}
.moscrolled .momenuheadertop{
    display:none;
}
.moscrolled .momenuheaderbottom{
    position:fixed;
}
.moscrolled .momenucontainer{
    top:75px;
}
.momenuheadertop{
    border-bottom: 1px solid #eee;
    background: #fff;
}
ul.mosslinks{
    /*padding: 0px 10px;*/
    text-align: center;
}
ul.mosslinks > li{
    display: inline-block;
    border-right: 1px solid #eee;
}
ul.mosslinks > li:last-child{
    border-right: 0px solid #eee;
}
ul.mosslinks > li > a{
    /*font-size: 20px;*/
    color: #00abbe;
    display: block;
    padding: 9px 11px;
    /*width: 35px;*/
    text-align: center;
}
.moGATranslate{
    display: inline-block;
    padding: 9px 11px;
}
.mosslinks .searchIcon {
    padding: 9px 11px;
    margin:0;
}
  .momenuheaderbottom{
      padding: 10px;
      display: table;
      width: 100%;
      background: #fff;
  }
  .momainlogo{ 
      display:table-cell;
      vertical-align: middle;
      width: 50%;
  }
  .momainlogo a {
    width: 195px;
    display:block;
  }
  .momainlogo a img{
      width: 100%;
  }
  .momenu{
        display: table-cell;
        width: 50%;
        vertical-align: middle;
        position: relative;
        top: 0;
        font-size: 20px;
        z-index: 10;
        vertical-align: middle;
  }
  .momenuicon{
      padding: 10px;
      font-size: 30px;
      float: right;
  }
  .momenucontainer {
    margin-top: 0;
    display:none;
    background: #fff;
    width: 100%;
    position: fixed;
    z-index: 100;
    top:115px;
    height: 100%;
    overflow-y: scroll;
  }
  .momenucontainer::-webkit-scrollbar {
    display: none;
  }
  .momenucontainer h1,
  .momenucontainer h1 a {
  color: #003f70;
  width: 100%;
  text-align: center;
  z-index: 101;
  }
  .momenucontainer h1 a {
  display: block;
  font-size: 40px;
  padding: 10px 20px;
  margin-bottom: 20px;
  text-decoration: none;
  transition: all .3s ease;
  }
  .momenucontainer h1 a:hover {
  background: rgba(255, 255, 255, 0.2);
  }
  
  .toggle-button {
  display: block;
      padding: 10px;
      position: absolute;
      top: 25%;
      right: 46px;
      z-index: 101;
  }
  
  .toggle-button .wolverine {
  display: inline-block;
      height: 26px;
      right: 5px !important;
      top: 5px;
      position: absolute;
      padding: 0px 0px;
      cursor: pointer;-webkit-user-select: none;
  opacity: .97;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
  }
  .toggle-button .wolverine span {
  display: inline-block;
  text-transform: uppercase;
  line-height: 18px;
  font-family: 'Roboto', sans-serif;
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  margin-left: 0px;
  width: 0px;
  overflow: hidden;
  }
  .toggle-button .wolverine .claws {
  position: relative;
  top: -2px;
  width: 20px;
  height: 4px;
  background: black;
  display: inline-block;
  }
  
  .toggle-button .wolverine .claws:before, .toggle-button .wolverine .claws:after {
  display: block;
  content: "";
  height: 4px;
  width: 20px;
  background: black;
  position: absolute;
  z-index: -1;
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  -webkit-transition: all .1s .2s, -webkit-transform .2s ease;
  -webkit-transition-delay: ease, 0s;
  -moz-transition: all .1s .2s ease, -moz-transform .2s ease;
  -o-transition: all .1s .2s ease, -o-transform .2s ease;
  transition: all .1s .2s ease, transform .2s ease;
  }
  
  .toggle-button .wolverine .claws:before {
  top: 8px;
  }
  .toggle-button .wolverine .claws:after {
  top: -8px;
  }
  
  .nav-control {
  position: absolute;
  left: -9999px;
  width: 100%;
  clip: rect(0, 0, 0, 0);
  }
  .nav-control:checked ~ .momenuwrap {
  display: block;
  opacity: 1;
  transition: left 0.3s, opacity 0.3s;
  }
  
  .nav-control:checked ~ .momenucontainer ul li {
  opacity: 1;
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
  }
  .nav-control:checked ~ .toggle-button .wolverine .claws {
  -webkit-transition: all .1s 0s;
  -webkit-transition-delay: ease;
  -moz-transition: all .1s 0s ease;
  -o-transition: all .1s 0s ease;
  transition: all .1s 0s ease;
  background: transparent !important;
  z-index: 101;
  }
  .nav-control:checked ~ .toggle-button .wolverine .claws:before, .nav-control:checked ~ .toggle-button .wolverine .claws:after {
  background: black;
  -webkit-transition: all .1s ease, -webkit-transform .1s .2s;
  -webkit-transition-delay: 0s, ease;
  -moz-transition: all .1s ease, -moz-transform .1s .2s ease;
  -o-transition: all .1s ease, -o-transform .1s .2s ease;
  transition: all .1s ease, transform .1s .2s ease;
  top: 0;
  width: 20px;
  }
  .nav-control:checked ~ .toggle-button .wolverine .claws:before {
  -webkit-transform: rotate3d(0, 0, 1, 45deg);
  transform: rotate3d(0, 0, 1, 45deg);
  }
  .nav-control:checked ~ .toggle-button .wolverine .claws:after {
  -webkit-transform: rotate3d(0, 0, 1, -45deg);
  transform: rotate3d(0, 0, 1, -45deg);
  }
  
  .momenulink{
    /*padding: 10px;*/
    color: #565656;
    border-bottom:1px solid #ffffff;
    width: 90%;
    width:auto;
    text-align:left;
    margin: 0px auto;
  
  }
  .momenutitle
  {
    line-height: 24px;
    padding: 10px;
    /*background: #f7f7f7;*/
    border-bottom: 1px solid #dadada;
    color:#565656;
}
.momenutitle a:link, .momenutitle a:visited, .momenutitle a:active, .momenutitle span
{
    text-decoration:none;
    text-align:Left;
    font-family: acumin-pro, "Acumin Pro", arial, helvetica, sans-serif;
    cursor: pointer;
    color:#565656;
    font-weight: bold;
    display: inline-block;
    vertical-align: middle;
    text-transform: uppercase;
  }
  .momenutitle a:hover
  {
    color:#565656;
  }
  .mmactive{
      color:#00abbe !important;
  }
  .momenuone a{
    font-size:23px;
  }
.moitemactive > a{
    color:#00abbe !important;
}
.momenutwo {padding:0px !important;}
  .momenutwo .momenutitle a {
    font-size: 18px;
    text-transform: none;
  }
  .momenuthree .momenutitle a{
    font-size: 15px;
    text-transform: none;
  }
  .momenuthree {
    border-bottom: 1px solid #dadada;
}
.momenuthree .momenutitle {
    padding: 6px 10px;
}
  .momenusublink, .momenulastlink{
    padding: 0 0 0 14px;
    /*border-left: 1px dotted #333;*/
    display: none;
    /*margin: 14px;*/
  }
  .momenusublink .momenutitle{
    border-bottom: 0px solid #dadada;
  }

  .momenubg {
    background-color: #f7f7f7;
    padding: 5px 0px 5px 45px;
    border-bottom: 1px solid #dadada !important;
}
  .momenuopen 
  {
    display:none;
    padding: 6px 6px 6px 16px;
    line-height:24px;
    text-decoration:none;
    text-align:Left;
    color: #00abbe;
    font-size: 25px;
    font-family: 'Roboto', sans-serif;
    font-weight: bold;
    cursor: pointer;
    width:100px;
    float:left;
  }
  
  .momenuclose, .mosocialmedialinks
  {
    padding: 20px;
    line-height: 24px;
    text-decoration: none;
    text-align: Left;
    color: #565656;
    font-size: 16px;
    font-family: 'Roboto', sans-serif;
    cursor: pointer;
    background-color: #fff;
  }
  .momenutogsub {
      visibility: hidden;
  }
  .momenuddarrow
  {
    height: 30px;
    width: 30px;
    margin: 1px 10px 1px 1px;
    /*float: left;*/
    cursor: pointer;
    text-align: center;
    border-radius: 50px;
    color: #565656;
    line-height: 27px;
    background-color:transparent;
    font-size: 14px;
    display: inline-block;
    vertical-align: middle;
  }
  .momenuddarrow:after {
        content:"\f078";
        font-family: FontAwesome;
  }
  
  .momenuuparrow
  {
    height: 30px;
    width: 30px;
    margin: 1px 10px 1px 1px;
    /*float: left !important;*/
    cursor: pointer;
    text-align: center;
    border-radius: 50px;
    color: #00abbe;
    line-height: 27px;
    /*background-color:#333;*/
    font-size: 14px;
    display: inline-block;
    vertical-align: middle;
  }
  
  .momenuuparrow:after {
        content:"\f077";
        font-family: FontAwesome;
    }
    .momenuddarrow:hover, .momenuuparrow:hover {
        /*background-color:#333;*/
        color:#00abbe;
    } 
  
  .momenuClose {
    display: none;
    padding: 20px;
    background: #003f70;
    color: #fff;
    text-align: right;
  }
  

/*** Desktop Mega menu mobile style END
**********************************************************/
/*|||||||||||||||||||||||||||||||||||||||||||||||||||||||*/
/*|||||||||||||||||||||||||||||||||||||||||||||||||||||||*/
/*|||||||||||||||||||||||||||||||||||||||||||||||||||||||*/
/*** Desktop Mega and mobile menu Rsponsive style 
**********************************************************/

@media screen and (max-width: 3840px){

    .MegaNavsecondRight .MegaNavthird{
        width: 25%;
    }

}

@media screen and (max-width: 2560px){
    .MegaNavsecondRight .MegaNavthird{
        width: 38%;
    }
}

@media screen and (max-width: 1920px){
    .MegaNavsecondRight .MegaNavthird{
        width: 51%;
    }
}


@media screen and (max-width: 1366px){
    .MegaNavsecondRight .MegaNavthird{
        width: 72%;
    }
}

@media screen and (max-width: 1024px){
    .MegaNavsecondRight .MegaNavthird{
        width: 51%;
    }
    ul.MegaNavthirdLinks{}
    .MegaNavdropdownwrap{
        margin-top: 27px;
    }
}

@media screen and (max-width: 991px){
    .Custom-Mega-Menu{display:none;}
    .Custom-Mo-Menu{display:block;}
}