﻿#mb-pnl details summary:hover,#site_home_page_news_title a,#wb-sec a,.site_carousel.carousel-s2 [role=tabpanel] a,.site_carousel.carousel-s2 figcaption a,.site_feature a,footer a,ol.breadcrumb a {
  text-decoration: none;
}

#mb-pnl summary:focus, #mb-pnl summary:hover{
  color: #005e85;
}

body {
  background: #fff!important;
  font-family: Arial , sans-serif;
}
body.overlay-custom-bg::before {
  position: absolute;
  background-color: #33333359;
  content:  " ";
  width: 100%;
  height: 100%;
}

#home_main{
  font-family: Roboto , sans-serif;
}

#home_main h3 {
    font-size: 24px;
    font-weight: 400;
    color: #575757;
}

div#global-notification-containers {
    position: relative;
    z-index: 10;
}

header#ahs-header {
    position: relative;
    z-index: 1500;
    background: #fff;
    padding-top: 1px;
}

main {
  padding-top: 20px;
  padding-bottom: 20px
}

.left {
  float: left
}

.right {
  float: right
}

.mb-border {
    border-bottom: 1px solid #ccc !important;
}

@media (min-width: 992px) {
  .col-md-ctm-9 {
    width:70%;
  }
  .col-md-ctm-3{
    width:30%;
    padding-left: 25px;
  }
}

.health-topic-list li {
  border-bottom: solid 1px #cccccc;
  width: 100%;  
}

.health-topic-list li a {
  text-decoration:none;
  display: block;
  width: 100%;
  height: 100%;
}
.health-topic-list li a i {
  float: right;
  line-height: 30px;
}
.health-topic-list li a i:hover {
  color:#333333!important;
}

.home-content-area{
  padding-top: 54px;
  padding-bottom: 54px;
  /* border-bottom: 1px solid #ccc; */
}

#optional_content_area3 .row {
  display: flex;
  align-items: center;
}

/* Focus style */


/* Hover style */

.img-container {
    position: relative;
}

.img-gradient::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 60%, #000000 99.35%);
    background-size: cover;
    border-radius: 5px;
}



@media (max-width:768px) {
  #health-topic-container2 {
      margin-top: -11px;
      margin-bottom: 34px;
  }   
  
  .si-cion {
      margin-bottom: 12px;
      font-size: 32px;
      margin-left: 16px;
  }

  #pht-image-id {
    width: 100%;
    height: auto;
    max-width: none;
    max-height: calc((100vw - 40px) * 9 / 16);
    }
    
  #extInlineBodyTop{
      margin-top: 24px;
  }
}
  
#optional_content_area3 .row {
  display: inherit;
}

.mb-border{
  border-bottom: 1px solid #ccc;
}
.home-content-area{
    border:none;
}
#content_area1 .row > div:not(:last-child) {
  margin-bottom: 20px;
}

#content_area1 p {
    margin: 0;
    padding: 0;    
}
}
.ctm-sm-btn{
  padding: 4px 10px !important;
  border-radius: 50px;
  box-shadow: 2px 2px 4px 0 rgb(0 0 0 / 20%);
  background-color: #fff;
  color: #005e85 !important;
  border: 1px solid #ccc !important;
  font-size: 14px !important;
}

.sm-btn-primary{
  background-color: #005e85;
  color: #fff !important;
}

.sm-btn-primary:hover{
  background-color: #333333;
  color: #FFFFFF;
  text-decoration: none;
}
.sm-btn-primary:focus{
  text-decoration: none;
  color: #FFFFFF;
  outline-offset: 2px;
}

.ctm-sm-btn i,
.ctm-sm-btn img{
  font-size:14px;
  width: 14px;
}

a{
  color: #005e85;
}

a:visited {
  color: #005e85;
}


/*REDESIGN FONTS*/
/*Header and footer*/
#global-notification-containers, #footerpromos, footer#wb-info, #ahs-header, #site_logo_footer{
    font-family: roboto, arial, sans-serif;
}

/*Homepage Buttons*/
.btn-home-primary, .btn-sm-home-primary, .btn-home-secondary, .btn-sm-home-secondary{
    text-decoration: none;
    box-shadow: 2px 2px 4px 0 rgb(0 0 0 / 20%);
    border-radius: 50px;
    border: 1px solid #ccc;
}

.btn-home-primary{
  padding: 12px 16px !important;
  background-color: #008996;
  color: #ffffff;
  
}

.btn-sm-home-primary{
  padding: 8px 12px !important;
  background-color: #008996;
  color: #ffffff;
  font-size: 14px!important;
}

.btn-home-primary:visited, .btn-sm-home-primary:visited{
  background-color: #008996;
  color: #ffffff;
}

.btn-home-primary:hover, .btn-sm-home-primary:hover{
  background-color: #333333;
  color: #ffffff;
  text-decoration: none;
}

.btn-home-primary:focus, .btn-sm-home-primary:focus, .btn-home-secondary:focus, .btn-sm-home-secondary:focus{
  text-decoration: none;
  color: #ffffff;
  outline-offset: 5px;
  outline: 2px solid #333333;
}

.btn-home-secondary{
  padding: 12px 16px !important;
  background-color: #ffffff;
  color: #005e85;
}

.btn-sm-home-secondary{
  padding: 8px 12px !important;
  background-color: #ffffff;
  color: #005e85;
  font-size: 14px!important;
}

.btn-home-secondary:visited, .btn-sm-home-secondary:visited{
  background-color: #ffffff;
  color: #005e85;
}

.btn-home-secondary:hover, .btn-sm-home-secondary:hover{
  outline: 1px solid #333;
  background-color: #f3f3f3;
  text-decoration: none;
  color: #333333 !important;
}



.btn-sm-home-secondary i, .btn-sm-home-primary i,
.btn-sm-home-secondary img, .btn-sm-home-primary img{
  font-size:14px;
  width: 14px;
}

/*Button specific CSS*/
#search-link{
    background-color: #005e85;
    color: #fff !important;
}


/* media for the mobile version of view all topics*/
@media (max-width: 990px) {

   #mb-section-display .nav-menu-item .btn-sm-home-secondary {
        float: left;
        width: 100%;
        border-bottom: 1px solid #ececec;
        height: 57px;
        background-color: #fff;
        text-decoration: none;
        box-shadow: none;
        border-radius: 0;
        border: none;
        padding: 16px 0px 16px 24px !important; 
        color: #005e85;
        background-color: #ffffff;
        font-size: 16px!important;
        
   }
     .btn-home-secondary:hover,
    #mb-section-display .nav-menu-item .btn-sm-home-secondary:hover {
        border: none !important; 
    }
    .btn-home-secondary:focus,
    #mb-section-display .nav-menu-item .btn-sm-home-secondary:focus{
       outline:none !important;
    }
    .btn-sm-home-secondary i, .btn-sm-home-primary i,
    .btn-sm-home-secondary img, .btn-sm-home-primary img{
     display:none;
    }  

   
}



#featured_img {
  padding-bottom: 15px
}

#wb-bar,#wb-bnr {
  background: #fff
}

#wb-srch {
  margin-top: 0;
  padding-top: 8px;
  padding-right: 15px;
  padding-left: 0
}

#wb-lng ul a {
  color: #999;
  font-size: 14px
}

#wb-glb-mn .pnl-btn a {
  color: #fff;
  margin: 7px 0 0;
  background: #1474C8;
  border-color: #0D3358
}

#wb-glb-mn .pnl-btn li,#wb-lng ul li {
  border-left-color: #999;
  border-left-width: 1px;
  line-height: 5px;
  margin: 12px 0 6px;
  padding: 8px
}

#wb-sttl img,#wb-sttl object {
  margin-top: 0;
  margin-bottom: 20px;
  margin-left: 15px
}

#wb-sttl #headerLogo_1 {
  width: 174px;
  height: 50px;
  margin-left: 0
}

#wb-sttl #headerLogo_2 {
  width: 156px;
  height: 50px
}

#wb-sttl #headerLogo_3 {
  width: 121px;
  height: 40px;
  margin-top: 12px;
  margin-bottom: 0;
  margin-left: 14px
}

@media (max-width: 1199px) {
  #wb-sttl #headerLogo_3 {
      margin-left:50px
  }
}

#wb-srch .form-group {
  width: 80%
}

.srch-fltr {
  margin-top: 30px
}

#wb-sttl {
  margin-top: -5px;
  padding-left: 0
}

@media (max-width: 991px) {
  #wb-sttl img,#wb-sttl object {
      top:25px;
      left: 16px;
      top: 60px\9;
      left: 0\9
  }

  #wb-glb-mn .pnl-btn a span.glyphicon {
      padding-left: 0;
      font-size: 24pt
  }
}

@media all and (-ms-high-contrast:none),(-ms-high-contrast:active) {
  #wb-sttl img,#wb-sttl object {
      top: 60px;
      left: 0
  }
}

#inner-page .row h2 a,#inner-page .row h3 a,#inner-page .row h4 a,#wb-sm .menu>li>ul>li {
  font-size: 16px
}

@media (max-width: 410px) {
  #wb-glb-mn .pnl-btn a span.glyphicon-search:before {
      content:" "
  }
}

.nav {
  padding-left: 40px
}

#wb-sm {
  background: #1474C8;
  border-top: 2px solid #0F559A;
  border-bottom: 2px solid #0F559A
}

#wb-sm .menu {
  display: table;
  width: 100%
}

.panel-body {
  padding: 8px;
}

#wb-sm .menu>li {
  display: table-cell;
  width: auto;
  float: none;
  font-size: 16px
}

.wb-menu .sm.open {
  position: absolute
}

#wb-sm .menu>li:first-child>a {
  border-left: 1px solid #0F559A
}

#wb-sm .menu>li:last-child>a {
  border-right: 1px solid #0F559A
}

#wb-sm .menu>li>a.wb-navcurr,#wb-sm .sm.open li a.wb-navcurr,#wb-sm .sm.open li a:focus,#wb-sm .sm.open li a:hover,#wb-sm .sm.open li summary.wb-navcurr,#wb-sm .sm.open li summary:focus,#wb-sm .sm.open li summary:hover {
  background: #0F559A
}

#top-bar {
  color: #fff
}

#wb-bar {
  /* border-bottom: 0; */
  /* min-height: 0; */
}

#wb-sm .nvbar {
  background: #1474c8
}

#wb-sm .menu>li>a,#wb-sm .menu>li>a:hover {
  border-left: 1px solid #1f5d98;
  text-transform: uppercase;
  padding: 10px;
  font-weight: 600
}

#wb-sm .menu>li.active>a,#wb-sm .menu>li>a:hover {
  background: #1f5d98;
  border-color: #1f5d98;
  color: #fff
}

#wb-sm .sm.open {
  background: #1f5d98;
  border-bottom: 0
}

#wb-sm .sm.open li a,#wb-sm .sm.open li summary {
  color: #fff
}

#wb-sm .menu>li>a.wb-navcurr,#wb-sm .open.sm li a.wb-navcurr,#wb-sm .sm.open li a:hover,#wb-sm .sm.open li summary:hover {
  background: #164376
}

#wb-bc ol {
  margin-top: .5em
}

#wb-sec h3 {
  border: 1px solid #1474c8;
  border-bottom: none;
  background: #1474c8;
  color: #fff
}

#wb-cont {
  border-bottom: 1px solid #00b274
}

#inner-page .profile .thumbnail {
  margin-top: 1.25em
}

.wb-menu .menu>li>ul>li:last-child {
  background: #1AB372
}

#mb-pnl details[open] {
  border: none
}
#mb-pnl .modal-header {
  background: #fff;
  border-color: #ccc;
  height: 61px;
  display: flex;
  align-items: center;
  font-weight: 600;
}

#mb-pnl .info-pnl {
  background: #f1f1f1;
  border-color: #ccc;
}

#mb-pnl .info-pnl li {
  color: #333;
}


#mb-pnl .modal-header .modal-title {
  color: #333;
}

#mb-pnl .mfp-close{
  color: #005E85;
}

.left-nav-top a,.left-nav-top a:visited {
  color: #fff
}

#mb-pnl.modal-content {
  background: #fff;
  min-width: 90%;
  height: auto;
}

#mb-pnl .lng-ofr,#mb-pnl .sm-pnl,#mb-pnl .srch-pnl,#sm-pnl details:not([open]) {
  background: #fff;
}

#mb-pnl .srch-pnl, #mb-pnl nav {
  padding: 0 !important;
}


#mb-pnl .lng-ofr {
  text-align: center
}

#mb-pnl .srch-pnl {
  padding-left: 40px
}

#mb-pnl nav a {
  line-height: 20px;
  margin: 11px 0 11px -15px
}

#mb-pnl {
  position: absolute;
  top: -50px;
  right: -90%;
  -webkit-animation: slide 0.5s forwards;
  animation: slide 0.5s forwards;
}

@-webkit-keyframes slide {
  100% { right:-15px; }
}

@keyframes slide {
  100% { right:-15px; }
}

#wb-glb-mn .btn-default {
  color: #005e85;
  background-color: #ffffff;
  border-color: unset;
  border: none;
  align-items: center;
  display: inline-flex;
  font-size: 20px;
}

summary.mb-item::marker {
  content: "";
}

.custom-right-arrow::after {
  content: "\e080";
  position: absolute;
  left: 90%;
  font-family: 'Glyphicons Halflings';
}

#mb-pnl .mfp-close {
  width: 44px;
  height: 44px;
  line-height: 60px;
  opacity: 1;
  font-size: 36px;
  font-weight: 300;
  right: 5px;
}

#mb-pnl nav .mb-menu>li {
  border-bottom: solid #eee 1px;
  padding: 5px 0;
}

#wb-sec,.site_emergency_message p {
  margin-top: 0;
  font-size: 14px
}

#mb-pnl details summary {
  border: none;
  color: #005E85;
  padding: 6px 18px;
}

nav ul {
  margin: 0;
}

nav#info-pnl .mb-menu li {
  padding: 10px 18px;
  font-size: 12px;
}

.srch-pnl {
  padding-right: 0
}

.left-nav-top {
  background-color: teal;
  color: #fff;
  font-weight: 700
}

ol.breadcrumb {
  background: 0 0;
  margin-bottom: 15px
}

ol.breadcrumb a {
  color: #969696
}

ol.breadcrumb>li:last-child {
  color: #1d828c
}

.breadcrumb>li+li::before {
  content: ">";
  color: #333
}

.site_emergency_message {
  background: #ffc843;
  padding-top: 15px;
  padding-bottom: 10px
}

.site_emergency_message h3 {
  margin-top: 0;
  margin-bottom: 0
}

#homepage-carousel {
  margin-bottom: 20px
}

.site_carousel.wb-tabs.wb-init {
  padding-bottom: 0;
  background: 0 0
}

.site_carousel.wb-tabs [role=tabpanel] {
  height: auto;
  padding-bottom: 5px
}

.site_carousel.wb-tabs figure {
  background: 0;
  overflow: hidden
}

.site_carousel.wb-tabs [role=tablist] li.plypause,.site_carousel.wb-tabs [role=tablist] li.tab-count {
  display: none
}

.site_carousel.wb-tabs [role=tablist] li.nxt a,.site_carousel.wb-tabs [role=tablist] li.prv a {
  color: #fff;
  padding: 0;
  font-size: 14px
}

.site_carousel.wb-tabs [role=tablist] li.nxt a .glyphicon,.site_carousel.wb-tabs [role=tablist] li.prv a .glyphicon {
  background: rgba(0,0,0,.6);
  border-radius: 2px;
  box-shadow: none;
  -webkit-box-shadow: none
}

.wb-tabs.carousel-s2 [role=tablist] {
  bottom: 50%
}

.site_carousel.wb-tabs [role=tablist] li.nxt {
  position: absolute;
  left: calc(100% - 42.5px)
}

.site_carousel.wb-tabs [role=tabpanel] a figcaption {
  position: absolute;
  bottom: 0;
  background: rgba(0,0,0,.6);
  padding-right: 45px;
  text-decoration: none
}

.site_carousel.wb-tabs figcaption .left {
  width: calc(100% - 85px)
}

.site_carousel.wb-tabs figcaption .fa {
  font-size: 10pt
}

.site_carousel.wb-tabs figcaption .fa.active {
  color: #007AC3
}

.site_carousel_caption:before {
  content: "\a";
  white-space: pre;
}

.site_carousel_dots {
  position: absolute;
  right: 15px;
  bottom: 10px;
  z-index: 105
}

.site_carousel_dots .fa {
  color: #fff;
  font-size: 10pt
}

.site_carousel_dots .active .fa {
  color: #007AC3
}

@media (max-width: 991px) {
  .site_carousel.wb-tabs .tabpanels {
      background:#333
  }

  .site_carousel.wb-tabs figcaption {
      position: relative;
      background: #333
  }

  .site_carousel a {
      text-decoration: none
  }
}

.site_feature {
  background: #EAEAEA;
  margin-bottom: 0
}

.site_feature .panel-heading {
  height: 0;
  padding-top: 6px;
  padding-bottom: 15px;
  border-bottom: 19px solid;
  text-align: left;
  font-size: 16pt;
  color: #fff;
}

.site_feature li {
  margin-top: 10px;
  margin-left: 19px
}

.site_feature .fa-stack {
  font-size: 140%
}

.panel-heading i {
  margin-top: -30px
}

.site_feature_one .panel-heading {
  border-color: #D94F66;
  background: linear-gradient(to right,#d94f66,#e05e79,#d94f66);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#e05e79', endColorstr='#e05e79');
}

.site_feature_two .panel-heading {
  border-color: #E8AA3D;
  background: linear-gradient(to right,#e8aa3d,#eebc49,#e8aa3d);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#eebc49', endColorstr='#eebc49');
}

.site_feature_three .panel-heading {
  border-color: #9669AC;
  background: linear-gradient(to right,#9669ac,#aa7dbc,#9669ac);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#aa7dbc', endColorstr='#aa7dbc');
}

.site_feature h5,.site_feature ul {
  padding-left: 20px
}

  
@media (max-width: 767px) {
  .site_feature {
      margin-bottom:20px
  }
      
  #pht-image-id {
    width: 100%;
    height: auto;
    max-width: none;
    max-height: calc((100vw - 40px) * 9 / 16);
  }

  #home_main h1 {
    font-size: 36px !important;
  }

  #home_main h2 {
      font-size: 32px !important;
  }
}

@media (max-width: 991px) {
  .site_feature_three {
      margin-bottom:0
  }

  .site_feature h4,.site_feature ul {
      padding-left: 20px
  }

  .site_feature li {
      margin-top: 21px
  }
}

#site_home_page_row {
  background: #1E838F;
  padding: 15px 0 0;
  margin-bottom: 20px
}

#site_home_page_news_title a,#site_home_page_row p {
  color: #fff
}

#site_home_page_news p {
  margin-top: 11.5px
}

#site_home_page_news strong {
  text-transform: uppercase;
  font-weight: bolder
}

#site_home_page_news a {
  /* color: #135a9a; */
  /* font-weight: bolder; */
}

#site_home_page_news hr {
  height: 1px;
  border-color: #888
}

#site_home_page_newsadvisories {
  margin: 0;
  background: #E9E9E9;
  padding-top: 15px;
  padding-bottom: 15px
}

#site_home_page_news_title p {
  font-size: 14pt
}

.home-title {
  min-height: 40px
}

@media (max-width: 767px) {
  .home-title {
      min-height:initial
  }
}

#additional_news_links {
  margin-bottom: 50px;
}

#btn_more_advisory,#btn_more_news {
  text-align: center;
  border-top: 2px solid #ddd;
  padding: 7px 0;
  color: #135A9A;
  font-weight: 600
}

#btn_more_news {
  margin-bottom: 15px;
  border-color: #f0f0f0
}

#btn_more_advisory_wrapper,#btn_more_news_wrapper {
  display: inline-block;
  width: 100%;
  border-top: 2px solid #d6d6d6
}

#btn_more_advisory_wrapper {
  border-color: #ccc
}

 footer {
  color: #FFFFFF;
  background: #36424A;
  padding-bottom: 14px;
}

footer h3 {
  margin-top: 32px;
  font-size: 13pt
}

.promo img {
  margin: auto 5px auto 15px
}

.promo img:first-child {
  margin-left: 0
}

.social {
  width: 300px;
  margin: 0 auto
}

.social img {
  height: 50px;
  width: 50px
}

.social p {
  line-height: 50px;
  margin-bottom: 0
}

footer a {
  color: #FFFFFF;
  font-size: 14px;
}

#site_logo_footer a,footer a:visited {
  text-decoration: none;
  color: #FFFFFF;
}

footer a:hover {
  text-decoration: underline;
  color: #FFFFFF;
}

#site_logo_footer {
  background: #4B555D
}

#site_logo_footer img {
  float: right;
  margin-left: 30px;
  margin-right: 30px;
  margin-top: 36px
}

#site_logo_footer p {
  margin: 0;
  position: relative;
  left: 0;
  font-size: 14px;
  color: #fff
}

#site_logo_footer hr{
  margin: 0;
}

#site_text_footer{
  margin-top: 36px;
  margin-bottom: 36px;
}

.site_icon_footer {
  font-size: 100pt
}

#socialmedia {
  font-size: 15px;
  color: #707070;
  text-align: center;
  margin: 0 auto;
  line-height: 2.5
}

#socialmedia i {
  padding-left: 2px;
  padding-right: 2px
}

#footersocial {
  margin: 0 auto;
  display: block
}

.rss-noimg .rss-desc img,.wb-mm-ctrls .lastpnl .cc {
  display: none
}

#footerlegal {
  color: #fff;
  margin-top: 20px;
  font-size: 14px;
  padding-bottom: 20px
}

#footerlegal a {
  color: #fff;
  margin-left: 5px;
  margin-right: 5px;
  font-size: 14px;
}

#footer-info h5 {
  margin-top: 36px;
  margin-bottom: 20px;
}

#footer-info p {
  margin-bottom: 20px;
}

#footer-info p:last-child {
  margin-bottom: 36px;
}

#wb-info li {
  margin-bottom: .5em
}

.accordion .tgl-panel,.accordion details {
  background: #EAEAEA
}

.accordion summary {
  padding-top: 9px;
  min-height: 50px;
  background: #939AA0;
  color: #fff;
  font-size: 16pt
}

.accordion summary:focus,.accordion summary:hover {
  background: #939AA0;
  text-decoration: none;
  color: #fff
}

.page-listing .list-readmore,.rss-link {
  color: #005e85;
}

.accordion summary:hover {
  background: #138ED7
}

.accordion summary.on {
  background: #007AC3
}

.accordion summary.off {
  background: #939AA0
}

.page-listing>a>img {
  float: left;
  height: 75px;
  margin-top: 0!important;
  margin-right: 10px!important;
  border: 1px solid #ccc;
  padding: 3px
}

page-listing .list-title {
  margin-bottom: 3px
}

.page-listing .list-title>a {
  color: #005e85;
  text-decoration: none
}

.page-listing .list-date,.rss-date {
  font-style: italic;
  font-size: 14px
}

.page-listing .list-desc,.rss-desc {
  font-size: 15px
}

.page-listing hr {
  margin: 0 15px
}

.page-listing-mrgn-tp-0 {
  margin-top: -26px
}

.rss-link {
  margin-bottom: 3px;
  font-weight: 700
}

.site_tabs [role=tablist] {
  top: 1px
}

.site_tabs [role=tablist]>li {
  background: #fff
}

.site_tabs [role=tablist]>li a {
  background: #939BA0;
  color: #fff!important;
  font-weight: 700;
  border-color: #1E838F;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  padding: 5px 10px;
  border-bottom: 1px solid #939BA0
}

.site_tabs [role=tablist]>li.active a {
  background: #155F68;
  border-color: #155F68;
  border-width: 0 0 1px
}

.wb-tabs [role=tablist]>li:focus,.wb-tabs [role=tablist]>li:hover {
  background: #fff
}

.site_tabs [role=tablist].generated li {
  padding: 0;
  border: none;
  z-index: auto
}

.site_tabs {
  border: none
}

.site_tabs details[open] summary {
  border: 1px solid #155F68;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0
}

.site_tabs>.tabpanels>details>summary {
  background: #155F68;
  color: #fff;
  text-decoration: none;
  border-color: #ddd;
  font-weight: 700
}

@media (min-width: 992px) {
  #socialmedia {
      text-align:right;
      line-height: default
  }

  #footersocial {
      width: initial
  }

  .site_tabs>.tabpanels>details,.site_tabs>details {
      border-color: #155F68;
      border-width: 6px 0 0;
      border-radius: 0;
      padding: 10px 30px
  }

  .site_tabs .tabpanels {
      border: 1px solid #155F68;
      border-bottom-right-radius: 5px;
      border-bottom-left-radius: 5px
  }

  #ia_googleMaps {
      padding-bottom: 42.5%!important
  }
}

@media (max-width: 992px) {
  .site_tabs>.tabpanels>details,.site_tabs>details,.wb-tabs>.tabpanels>details:last-of-type,.wb-tabs>details:last-of-type {
      border:1px solid #155F68
  }

  .wb-tabs>.tabpanels>details[open]>summary,.wb-tabs>details[open]>summary {
      margin-bottom: 6px
  }
}

.site_blue_well {
  background-color: #DCEAF7
}

.site_blue_well select.form-control {
  width: 100%
}

.site_word_break {
  word-break: break-all
}

list-unstyled li {
  margin-bottom: 5px
}

.gsa-search-empty {
  height: 70px
}

.gsa-result-title a {
  color: #135a9a;
  font-weight: 700
}

.gsa-result-url {
  color: #006621;
  word-wrap: break-word
}

.gsa-alt span,.gsa-sugg span {
  font-weight: 700
}

.gsa-alt ul.alt a {
  color: #135a9a
}

.gsa-filter-link li a,.gsa-filter-reset a {
  color: #333
}

#optional_content_area {
  margin-bottom: 20px;
}

.home_main li,.home_main p,.home_main ul, .home_main a:not(.area-link-news), #wb-info a {
  /**font-size: 14px**/
  font-size:18px;
}

.home_main #mb-pnl li,.home_main #mb-pnl p,.home_main #mb-pnl ul {
  font-size: 16px
}

.wb-share a.shr-opn {
  font-weight: 700;
  font-size: 16px;
  text-decoration: none;
  text-transform: uppercase
}

.wb-share a.shr-opn span.glyphicon:before {
  position: relative;
  top: 5px;
  font-size: 20pt
}

.wb-mltmd {
  border: 1px solid #ddd
}

.tile-home {
  margin: 25px 0 70px
}

#home_main {
  background-size: 100% 410px!important;
  background-repeat: no-repeat
}

.tile-primary img,.tile-secondary img {
  margin-bottom: 16px
}

.tile-secondary {
  margin-left: 0;
  padding-right: 0
}

.tile-primary {
  padding: 0
}

.gradient-container {
  position: relative
}

.tile-gradient,.tile-heading {
  position: absolute;
  bottom: 0;
  left: 0
}

.tile-gradient {
  background: -moz-linear-gradient(top,rgba(0,0,0,0) 0,rgba(0,0,0,0) 50%,rgba(0,0,0,.8) 100%);
  background: -webkit-linear-gradient(top,rgba(0,0,0,0) 0,rgba(0,0,0,0) 50%,rgba(0,0,0,.8) 100%);
  background: linear-gradient(to bottom,rgba(0,0,0,0) 0,rgba(0,0,0,0) 50%,rgba(0,0,0,.8) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000',endColorstr='#646464',GradientType=0);
  top: 0;
  right: 0
}

.tile-heading {
  color: #fff;
  padding: 1em
}

.tile-heading h2,.tile-heading h4 {
  margin: 0;
  text-shadow: 0 1px 2px #000
}

.tile-heading:before {
  content: " ";
  display: inline-block;
  height: 3px;
  width: 40px;
  background-color: #007AC3
}

.tile-secondary .tile-heading:before {
  background-color: #1AB374
}

.tile-heading p {
  margin: 0
}

.tile-mobile {
  min-height: 35px
}

@media (max-width: 1199px) {
  #home_main {
      background-size:100% 355px!important
  }
}

@media (max-width: 991px) {
  .tile-group-a,.tile-group-b {
      padding:0
  }

  .tile-group-a {
      padding-right: 7.5px
  }

  .tile-group-b {
      padding-left: 7.5px
  }

  #home_main {
      background-size: 0!important
  }

  .tile-home {
      margin: 0
  }
}

@media (max-width: 767px) {
  .tile-secondary {
      padding-left:0
  }

  .tile-secondary .tile-heading {
      color: #000
  }

  .tile-secondary .gradient-container:after {
      content: " ";
      display: inline-block;
      height: 1px;
      width: 100%;
      background-color: #999
  }

  .tile-home {
      margin-bottom: 15px
  }

  .tile-heading:before {
      display: none
  }

  .tile-heading h4 {
      text-shadow: none
  }
}

@media (max-width: 320px) {
  .tile-primary {
      margin-top:-30px
  }

  .tile-heading h2 {
      margin-bottom: -8px
  }

  .gradient-container {
      margin-top: 25px;
      min-height: 50px
  }

  .tile-heading h4 {
      margin-top: -10px;
      padding-bottom: 10px;
      border-bottom: 1px solid #999;
      width: 230px
  }

  .tile-secondary .gradient-container:after {
      background-color: #fff
  }

  .tile-group-b .gradient-container:first-child {
      margin-top: 15px
  }

  #ia_googleMaps {
      padding-bottom: 42.5%!important
  }
}

.tile-heading h2,.tile-heading h4,.tile-heading p {
  filter: progid:DXImageTransform.Microsoft.Shadow(Color=#000000,Strength=3,Direction=0),progid:DXImageTransform.Microsoft.Shadow(Color=#000000,Strength=3,Direction=90),progid:DXImageTransform.Microsoft.Shadow(Color=#000000,Strength=3,Direction=180),progid:DXImageTransform.Microsoft.Shadow(Color=#000000,Strength=3,Direction=270)
}

.dataTable th.sorting_asc b,.dataTable th.sorting_desc b {
  color: #000
}

#wb-lng ul li:last-child {
  padding-bottom: 0px;
  padding-top: 0px;
  padding-right:0px;
  margin-right:0px;
}


#wb-lng ul li:nth-last-child(2):before {
  color: rgb(80,185,118);
  margin-bottom: 0px;
  margin-top: -10px;
  margin-right: 5px;
  font-size: 21px;
  font-family: "Font Awesome 5 Pro";
  font-weight: bold;
  content: '\f086';
}


#wb-lng ul li:nth-last-child(2) {
  font-weight: bold; 
}

.site_feature.panel {
  border: 0;
}
#site_pageTools {
  margin-top: 45px;
}
.sb-hd {
  display: none;
}
a[href*="@"] {
word-break: break-all;
ms-word-break:break-all;
}
.WordBreak{
word-break: break-all;
ms-word-break:break-all;
}

#mb-pnl .languages {
  display:none;
}

.languages div {
  display:none;
}

.languages div.large {
  font-size: 20px; 
  top: -5px;
  position: relative;
}

.languages div.small {
  font-size: 15px; 
  top: 5px;
  position: relative;
}

.languages {
  text-align: center;
  width: 70px;
  height: 14px;
  margin-top: 9px;
  z-index: 999;
}

.languages a {
  color: #777 !important;
  text-decoration:none;
}

#wb-sttl-new a:not(.hover-menu a) {
  color: #333;
  margin: 0 10px;
  text-shadow: none;
  padding: 0;
  text-decoration: none;
  font-size: 12px;
}

#wb-sttl-new a#search-link{
  margin: 0;
}
#wb-sttl-new a#search-link i{
  margin-right: 2px;
  font-size: 12px;
}

img#headerLogo_1 {
  width: 174px;
  height: 50px;
  margin: 0;
}

img#headerLogo_3 {
  width: 120px;
  height: 40px;
  margin: 0;
  position: relative;
  top: 12px;
}

#wb-sttl-new {
  margin: 20px 25px 10px 25px;
}

#wb-sttl-new .custom-line {
  border-right: #ccc 1px solid;
  position: relative;
  left: -10px;
  height: 30px;
  padding: 0 10px;
}

#wb-sttl-new .header-menu {
  display: flex;
  height: 70px;
  align-items: center;
  justify-content: right;
}

#wb-sttl-new .header-menu > div {
  display: flex;
  align-items: center;
}

/*** Know your options Start ***/
#knowyouroptions {
  padding: 54px 0px;
}

#knowyouroptions a {
  text-decoration: none;
}

#knowyouroptions .desc a {
  text-decoration: underline;
}

div#knowyouroptions .desc p {
  font-size: 16px;
  padding: 0;
  margin: 0;
}

#knowyouroptions span.heading {
  display:block;
  font-size: 16px;
  text-transform: uppercase;
  text-decoration: none;
  margin: 16px 0px 20px 0px;
  color:#005e85;
}

#knowyouroptions .more-link {
  padding-top:20px;
  float:right;
  font-size: 16px;
}

#knowyouroptions .icons .col-md-3:not(:has(p:hover)):hover .icon img,
#knowyouroptions .icons .col-md-3:not(:has(p:hover)):hover span.heading{
    filter: brightness(0) saturate(100%) invert(14%) sepia(8%) saturate(98%) hue-rotate(325deg) brightness(97%) contrast(83%);
}

@media screen and (max-width:992px) {
  div#optional_content_area {
    border: 0 !important;
  }

  #knowyouroptions .icons {
    padding: 0;
    position: relative;
    top: -1px;
  }
  
   #knowyouroptions {
      border:0px;
      padding: 0px 0; 
  }

   #knowyouroptions .icons > div {
       padding: 24px 15px; 
       height: auto;
       box-sizing: content-box;
       margin-bottom: 0; 
       border-top: 1px solid #ccc; 
  }

  #knowyouroptions .icons > div:last-child {
      border-bottom:1px solid #ccc;
  }

  #knowyouroptions .icon {
      text-align:center;
      width: 20%;
      float:left;
      margin-top: 5px;
  }

  #knowyouroptions .details {
     width: 70%;
     float: right;
  }

  #knowyouroptions .details .heading {
     margin-top:0
  }

  #knowyouroptions .more-link {
      padding-top: 15px;
  }

  #knowyouroptions .col-md-3 {
    clear: both;
  }
  #knowyouroptions .col-md-3:after {
    content: "";
    display: table;
    clear: both;
  }
}


/*** Know your options END ***/

@media screen and (max-width: 992px) {
#wb-sttl #headerLogo_1 {
  margin-top: 15px;
}
.languages {
      position: absolute;
      top: -95px;
      right: -15px;
      width: 125px;
      display:block;
      margin-top: 0px;
  }
  
  #wb-glb-mn .pnl-btn li,#wb-lng ul li {
      border-left-color: #999;
      border-left-width: 1px;
      line-height: 5px;
      margin: 30px 0 12px 6px;
      padding: 8px;
  }
   
  #mb-pnl .list-inline li:last-child {
  display:none;
  }

}

@media screen and (max-width: 400px) {
  .languages {
      position: absolute;
      top: -95px;
      right: -12px;
      width: 95px;
      display:block;
  }

   
  #mb-pnl .list-inline li:last-child {
  display:none;
  }

}

@media (max-width:414px) { 
  #langMobile span, 
  #langMobile i{ 
      display: none; 
  } 
}

/** hover menu **/
.hover-menu {
  display: none;
  position: absolute;
  top: 60px;
  width: 750px;
  background-color: #fff;
  border: 1px solid #ccc;
  padding: 48px 36px;
  z-index: 2;
  color: #333;
  box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
  /* transition: 0.3s; */
  border-radius: 5px; /* 5px rounded corners */
}

  /* Styling for the link with the chevron icon */
  .menu-link {
    position: relative;
    text-decoration: none;
    color: #333;
    display: inline-block;
    margin-right: 20px; /* Add some spacing between links */
  }

  /* Styling for the chevron icon */
  .menu-link .chevron {
    width: 16px; /* Adjust the width as needed */
    height: 16px; /* Adjust the height as needed */
    transition: transform 0.3s ease-in-out;
  }

  /* Styling for the chevron icon on hover */
  .menu-link:hover .chevron {
    transform: rotate(180deg);
  }

#section-careers {
    width: 800px;
}
  
  /** mega menu**/
  
  #wb-sm {
  background: #efefef !important;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  padding: 10px;
  margin-bottom: 10px;
  box-shadow: 0 2px 2px 0 rgb(0 0 0 / 20%);
}

#wb-sm .menu li a {
  border:0px !important;
  color:#333;
  font-weight:normal;
  text-shadow:none;
}

#wb-sm .menu li a:hover, #wb-sm .menu>li.active>a,#wb-sm .menu>li>a:hover  {
  background:transparent;
  color:#333;
  cursor:pointer;
  font-weight:normal;
}

#wb-sm .nvbar {
  background-color:#eee;
  
}

#wb-sm .sm.open {
  background:#fff;
  margin-top:15px;
  box-shadow: 0 4px 8px 0 rgb(0 0 0 / 20%);
  width:100%;
  position:fixed;
  left:0px;
  padding:10px;
}

#wb-sm .sm.open li a {
  color:#005e85;
}

#wb-sm .menu>li>a.wb-navcurr,#wb-sm .open.sm li a.wb-navcurr,#wb-sm .sm.open li a:hover,#wb-sm .sm.open li summary:hover {
  background: transparent;
  opacity:0.8;
  color:#005e85;
}

.wb-menu .menu>li>ul>li:last-child {
  background: transparent;
  opacity:0.8;
  color:#005e85;
}


#ahs-help-alerts-container {
  position: fixed;
  display: flex;
  right: -375px;
  top: 38px;
  z-index: 1600;
}

#ahs-help-alerts-container.opened {
  -webkit-animation: slide-out-alert 0.5s forwards;
  animation: slide-out-alert 0.5s forwards;
}

#ahs-help-alerts-container.closed {
  -webkit-animation: slide-in-alert 0.5s forwards;
  animation: slide-in-alert 0.5s forwards;
}

#ahs-help-alerts-container.opened .ic-chevron-open{
  transform: rotate(180deg);
}

#ahs-help-alerts {
  width: 56px;
  height: 300px;
  background-color: #005e85;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  cursor: pointer;
  position: relative;
  bottom: -306px;
}

#ahs-help-alerts .title {
  position: relative;
  width: 200px;
  transform: rotate(270deg);
  color: white;
  font-size: 24px;
  top: 125px;
  left: -125%;
}

#ahs-help-alerts .ic-chevron-close, 
#ahs-help-alerts .ic-chevron-open {
  position: absolute;
  font-size: 20px;
  left: 24px;
  top: 25px;
}

#ahs-help-alerts .ic-help {
  position: absolute;
  font-size: 20px;
  left: 18px;
  top: 256px;
}

#ahs-help-alerts .ic-chevron-close {
  display:none;
}

#ahs-help-alerts-modal {
  width: 375px;
  height: 605px;
  background-color: #ffffff;
  right: 0px;
  bottom: 35%;
  /* padding: 20px; */
  border: 1px solid #ccc;
  border-radius: 10px 10px 0px 0px;
  box-shadow: 0 2px 2px 0 rgb(0 0 0 / 20%);
}

@-webkit-keyframes slide-out-alert {
  100% { right:0px; }
  0% { right: -375px;}
}

@keyframes slide-out-alert {
  100% { right:0px; }
  0% { right: -375px;}
}

@-webkit-keyframes slide-in-alert {
  100% { right: -375px; }
  0% { right:0px;}
}

@keyframes slide-in-alert {
  100% { right: -375px; }
  0% { right:0px; }
}

@media (max-width:992px) {
  #ahs-help-alerts .ic-help {
    transform: rotate(270deg);
  }
  #ahs-help-alerts {
    bottom: 177px;
    left: 252px;
    transform: rotate(90deg);
  }
  #ahs-help-alerts-container {
    transform: translateY(0px);
    bottom: -605px;
    right: -2px !important;
    top: unset;
  }
  @-webkit-keyframes slide-out-alert {
    100% { bottom:0px; right: 0px;}
    0% { bottom: -605px;right: 0px;}
  }
  
  @keyframes slide-out-alert {
    100% { bottom:0px; right: 0px;}
    0% { bottom: -605px;right: 0px;}
  }
  
  @-webkit-keyframes slide-in-alert {
    100% { bottom: -605px; right:0px;}
    0% { bottom:0px; right: 0px;}
  }
  
  @keyframes slide-in-alert {
    100% { bottom: -605px; right:0px;}
    0% { bottom:0px; right: 0px;}
  }
}

/* Stay Informed */
.stay-informed-item {
  width: 100%;
  height: 100%;
}

.stay-informed-item .informed-icons {
    margin-bottom: 12px;
}

.stay-informed-item:not(:nth-child(1)) {
  margin-top: 40px;
}

.si-cion {
  margin-bottom: 12px;
  font-size: 28px;
  top: 6px;
}

.stay-informed-details > div{
  margin-bottom: 20px;
}

.stay-informed-details .title {
  font-weight: 500;
  font-size: 24px;
}

.stay-informed-details .description p {
  padding:0;
}

.stay-informed-details .description,
.stay-informed-details a{
  font-size: 18px;
}

.si-cion i {
  position:relative;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.si-cion i:before {
    position: relative;
    transform: translate(-8px, -2px);
    color: #575757;
}
.si-cion i:after {
  position:absolute;
  content: " ";
  width: 54px;
  height: 54px;
  border: 0.5px solid #005E86;
  background-color: #005E861A;
  border-radius: 100%;
  left: -15px;
  top: -9px;
}


/* Stay Informed - Ends*/
 
/* Global Notification */
.global-notification-container{
  padding: 16px 0;
}

.global-notification-container.info {
  background-color: #005CB9;
}

.global-notification-container.warning {
  background-color: #FFD368;
}

.global-notification-container.emergency {
  background-color: #C73A32;
}

.global-notification-container.info p,
.global-notification-container.emergency p{
  color: #fff;
}

.global-notification-container p{
  font-size: 14px;
}

.global-notification-container.info a,
.global-notification-container.emergency a{
  color: white;
  font-size:inherit;
}

.global-notification-container.warning a{
  font-size:inherit;
}

.global-notification {
  display: flex;
  justify-content: center;
}

.global-notification p:nth-last-child(1) {
  margin: 0 !important;
}

i.global-noti::after {
  content: "";
  width: 4px;
  height: 10px;
  position: absolute;
  left: 9px;
  bottom: 4px;
  z-index: 1;
}

.global-noti-warning::after,
.global-noti-emergency::after{
  background-color: #333
}

.global-noti-info{
  color: #005CB9;
}

.global-noti-warning{
  color: #FFC843;
}

.global-noti-emergency{
  color: #C73A32;
}

i.global-noti {
  position: relative;
  font-size: 20px;
  cursor: pointer;
  margin: 0;
}

i.global-noti::before {
  position: relative;
  z-index: 12;
}

.global-notification i{
  margin-right: 20px;
  font-size:24px;
  line-height: 1.1;
}


button#btn-global-noti-close {
  font-weight: lighter;
  background: 0 0;
  border: 0;
  cursor: pointer!important;
  color: #333;
  font-size: 27px;
  position: relative;
  left: 50px;
  top: -2px;
  width: 24px;
  height: 24px;
}

.global-notification-container.info button#btn-global-noti-close,
.global-notification-container.emergency button#btn-global-noti-close{
  color: #fff;
}

div#global-noti-container {
  text-align: center;
  line-height:0.9;
}
/* Global Notification - Ends */

/* I Need Help Now - Starts */
.section-help-now {
  padding: 15px;
  height: 100%;
}

.section-notifications > div {
  padding: 15px 15px;
  border-bottom: 1px solid #ccc;
}

.section-notifications {
  margin: 0 -15px;
}

.section-notifications,
.section-notifications a{
  font-size: 14px !important;
}

.noti-911,
.noti-811 {
  display: flex;
  align-items: center;
}

.noti-911 img,
.noti-811 img {
  width: 36px;
  margin-right: 10px;
}

#options-title-main {
  font-weight: bold;
  background-color: #f1f1f1;
  margin: -15px -15px 20px -15px;
  padding: 32.5px 16px;
  border-radius: 10px 10px 0px 0px;
}

.container-option {
  display: flex;
  margin-bottom: 10px;
  align-items: flex-start;
}

.container-option label {
  font-weight:normal;
  cursor: pointer;
}

.container-option input {
  margin-right: 10px;
}

#help-options {
  min-height: 170px;
  height: 70%;
  overflow-y: auto;
  font-size: 14px;
  line-height: 23px;
}
  
#help-options p,
#help-options a{
  font-size: 14px;
}

#help-options li {
  margin-left: 30px;
}

#help-options .title-sub,
#options-title-sub{
  font-weight: bold;
  margin-bottom: 18px;
}

#help-options .title-sub:not(:first-child),
#options-title-sub{
  margin: 18px 0;
}

/* Scroll Width */
#help-options::-webkit-scrollbar {
  width: 20px;
}

/* Scroll Tracker */
#help-options::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px #bbb;
  border-left: 15px solid rgb(255 255 255);
}

/* Scroll Handle */
#help-options::-webkit-scrollbar-thumb {
  background: #ccc;
  border-left: 15px solid rgb(255 255 255);
}

.section-main,
.section-options{
    height: 100%;
    display: flex;
    flex-direction: column;
}

.section-btns {
  margin: 20px 0;
  position: absolute;
  bottom: 0;
  width: calc(100% - 88px);
}

.btn {
  padding: 10px;
  text-align: center;
  border-radius: 30px;
  cursor: pointer;
  border: none;
}

#container-step-btns {
  display: flex;
}

.btn-main {
  background-color: #008996;
  color: #fff;
  margin-left: 0px;
}

.btn-cancel {
  border: 1px solid #ccc;
  background-color: #fff;
  color: #005E85;
  margin-right: 15px;
}

.btn-full {
  width: 100%;
  box-shadow: 2px 2px 4px 0 rgb(0 0 0 / 20%);
}

input[type="radio"] {
  accent-color: grey;
  transform: scale(1.0001);
}

#txt-feedback {
  width: 100%;
  min-height: 300px;
  margin-top: 24px;
  border: 1px solid #ccc;
  border-radius: 4px;
}

.hide {
  display: none !important;
}

.section-confirmation {
  position: absolute;
  width: calc(100% - 88px);
  height: 100%;
  z-index: 100;
  /* background: white; */
  top: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.section-confirmation div {
  text-align: center;
  margin: 50px 0;
}

.feedback #help-options {
  position: relative;
  top: -28.5px;
}

#container-feedback-btns {
    display: flex;
    background: white;
    margin: -20px -15px;
    padding: 20px;
}

#ahs-help-alerts-modal.feedback {
    background: #f1f1f1;
}

#ahs-help-alerts-modal .btn-main:hover{
  color: #fff !important;
}

#ahs-help-alerts-modal .btn-cancel:hover,
#ahs-help-alerts-modal .btn-cancel:focus{
  color: #005E85 !important;
}
#ahs-help-alerts-modal .btn:focus {
  outline: none;
}
#ahs-help-alerts-modal .btn:focus:not(#btn-cancel):not(#btn-startover){
  color: #fff !important;
}

#btn-send-feedback {
  width: 140%;
}

/* #help-options input {
  height: 14px;
  width: 14px;
} */

@media screen and (max-height: 640px) {
  #help-options {
    height: calc(100% - 180px);
  }

  #ahs-help-alerts-modal {
    height: calc(100vh - 60px);
  }
  
  #ahs-help-alerts {
    right: 375px;
    position: absolute;
    bottom: 0px;
  }
  .section-btns {
    width: calc(100% - 30px);
  }
}
@media screen and (max-height: 540px) {
  #help-options {
      min-height: 130px;
  }
}

@media screen and (max-height: 390px) {
  #help-options {
      min-height: 20px;
  }
  
}


/* I Need Help Now - Ends */

@media screen and (max-width: 991px) {
  #wb-sttl-new{
      display: none;
  }


  img#headerLogo_1 {
      width: 140px;
      height: 40px;
      margin: 0px;
  }    

  section#wb-glb-mn {
      padding: 10px 15px;
      box-shadow: 0px 0px 5px 2px rgba(196,196,196,1);
  }
  
  div#headerlogos {
      margin: 0;
  }

  .hover-menu {
      width: 90%;
      top: 0;
      right: -90%;
      -webkit-animation: slideSearch 0.5s forwards;
      animation: slideSearch 0.5s forwards;
  }

  @-webkit-keyframes slideSearch {
      100% { right:0%; !important}
  }
  
  @keyframes slideSearch {
      100% { right:0%; !important}
  }
}

@media screen and (max-width: 1200px) {
  img#headerLogo_3 {
    display: none;
  }

  .header-menu a.menu-link,
  .header-menu a.career-link{
   white-space:nowrap;
  }

  /* Global Notification */
  .global-notification {
      margin: 0 7%;
      display: block;
      /*flex-wrap: wrap;*/
  }
  
  .global-icon-container {
      /*flex-grow: 1;*/
      margin-bottom: 10px;
  }
  
  
  button#btn-global-noti-close {
      left: auto;
      position: absolute;
      font-size: 27px;
      right: 4%;
      top: 16px;
      width: 24px;
      height: 24px;
  }

}

/** News Section - Start **/
/* News Container */
.featured-card a {
  text-decoration:none;
}

#site_home_page_news .news-card-links {
    margin-bottom: 20px;
    margin-top: 0;
    font-size: 20px;
    line-height: 150%;
    overflow: hidden;
    width: 100%;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

#site_home_page_news .news-card-content{
    margin-top: 0;
    overflow: hidden;
    width: 100%;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
  


/* Mobile styles */
/* news-card mobile start*/
.heading.title {
  color: #333333;
  font-size: 32px;
  font-weight: 300;
  margin-top: 54px;
}

.news-panel {
  padding: 10px;
  margin-bottom: 40px;
  border: 1px solid #cccccc;
  border-radius: 8px;
  background: #FFFFFF;
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.15);
}

.news-panel img {
  width: 100%;
  border-radius: 8px;
  margin-bottom: 20px;
}

.news-card-type, .news-card-time {
  font-size: 12px;
  text-transform: uppercase;
  margin: 0px 0px 8px 0px;
  color: #575757;
  line-height: 100%;
}

.news-card-links a {
  font-size: 20px;
  text-decoration: none;
}

.news-panel:hover .news-card-links a, .news-panel:hover .news-item-link a, .news-panel:hover .news-item-link p a {
  color: #333333;
}

.news-panel p {
  font-size: 18px;
  color: #575757;
  line-height: 1.5;
}

.news-card-content {
  margin-bottom: 0px;
}

.news-panel:focus {
  outline: 2px solid #333333;
}

.news-panel:hover {
  border: 1px solid #333333;
  background: #f1f1f1;
  box-shadow: none;
}

.news-panel:hover h2, .news-panel:hover h3, .news-panel:hover h3 a, .news-panel:hover p {
  color: #333333;
  text-decoration: none;
}


.news-card-area {
  display: none;
}

/* news-card mobile end*/
/* news-item mobile start*/
.news-item-header {
  display: flex;
}

.news-item-type, .news-item-time {
  font-size: 14px;
  margin: 0px;
  line-height: 1.5;
  text-transform: uppercase;
  color: #575757;
  padding-right: 4px;
}

.news-item-area {
  margin: 0px;
  text-transform: uppercase;
  font-size: 12px !important;
  line-height: 1.5;
  color: #575757;
  padding-left: 4px;
}

.clearfix.brdr-bttm p {
  text-decoration: none;
  color: #575757;
  line-height: 1.5;
  padding-top: 2px;
}

.clearfix.brdr-bttm p a {
  text-decoration: none;
}

/* news-item mobile end*/
/* news category mobile start */
.list-inline.news-categories {
  display: flex;
  justify-content: flex-end;
  font-size: 12px;
}

.list-inline.news-categories li a, p.news-card-links {
  color: #005E85 !important;
  text-decoration: none;
}

.list-inline.news-categories li:not(:first-child) a {
  padding-left: 5px;
}

.list-inline>li {
  padding-right: 0px;
}

.list-inline.news-categories li a:hover {
  color: #333333 !important; 
}

.sidebar-news-items .first-news-article {
  padding-top: 0;
  padding-bottom: 10px;
}

.sidebar-news-items .news-article {
  padding-top: 10px;
  padding-bottom: 10px;
}

.news-item-link a, .news-item-link p a,  .featured-card .news-card-links {
  text-decoration: none;
  color: #005E85;

}

.sidebar-news-items article {
  border-bottom: 1px solid #ddd;
}

.news-item-link {
  margin-bottom: 0px;
}

.sidebar-news-items li:first-child .first-news-article {
    padding-top: 0;
}

/* news category mobile end */
/* Desktop styles */
@media (min-width: 768px) {
  /* desktop headings */ #site_home_page_news .heading.title {
      font-size:36px;
      font-weight: 300;
      line-height: 1.25;
  }

  #site_home_page_news .heading.sub-title {
      margin-bottom: 25px;
      margin-top: 20px;
  }
  
  /*#site_home_page_news .news-section .news-body{
      display: flex;
  }*/

  /* news card desktop start */
  .news-panel {
      padding: 20px;
      margin-bottom: 0px;
      height: 92%;
  }
  
  .news-panel .panel-body {
    padding: 0;
  }
  
  .news-section .featured-card a {
    text-decoration: none;
  }
  
  .news-card-type {
      margin-bottom: 8px;
      margin-right: 4px;
      font-size: 12px;
      line-height: 100%;
  }

  .news-card-links p {
      font-size: 20px;
      font-weight: 400;
      margin-top: 0px;
  }

  .news-item-header {
      padding-bottom: 0px;
      /* padding-top: 10px; */
  }

  .news-card-headings {
      display: flex;
      font-size: 12px;
      line-height: 1.5;
  }

  .news-panel p {
      font-size: 18px;
      color: #575757;
      line-height: 1.5;
  }

  .news-panel:focus {
      outline: 2px solid #333333;
      border-radius: 0;
  }

  .news-panel:hover {
      border: 1px solid #333333;
      background: #f1f1f1;
      box-shadow: none;
  }

  .news-panel:hover h2, .news-panel:hover h3, .news-panel:hover h3 a, .news-panel:hover p {
      color: #333333;
      text-decoration: none;
  }
  
  .news-panel time{
      font-size: 12px;
      line-height: 100%;
  }
  
  .news-item-time{
      font-size: 14px;
      line-height: 1.5;
  }

  .news-panel time, .news-item-time {
      display: block;
      /* font-weight: 300; */
      text-transform: uppercase;
      color: #575757;
  }

  /* news card styling end */
  .clearfix.brdr-bttm p {
      padding-top: 0px;
  }

  .clearfix.brdr-bttm {
      padding-bottom: 20px;
  }

  .news-item-link {
      font-size: 20px;
      line-height: 1.5;
  }

  .news-item-area {
      display: none;
  }

  .news-item-type {
      padding: 0px 4px 0px 0px;
  }

  .news-item-link p {
      margin-bottom: 0px;
  }

  .sidebar-news-items li {
      margin-bottom: 0px;
  }

  .sidebar-news-items article {
      border-bottom: 1px solid #ddd;
  }

  .sidebar-news-items .first-news-article {
      padding-top: 20px;
      padding-bottom: 20px;
  }

  .sidebar-news-items .news-article {
      padding-top: 20px;
      padding-bottom: 20px;
  }

  .news-item-link {
      margin-bottom: 0px;
  }

  /* news categories styling start */
  .list-inline.news-categories {
      font-size: 16px;
      line-height: 1.5;
      font-weight: 400;
      padding-top: 20px;
  }

  /* news categories styling end */
  /* news card desktop end */
}

@media screen and (max-width:768px) {
  p.news-item-area.brdr-lft {
    display:none;
  }
  .sidebar-news-items article {
  margin: 20px 0px;
}

  .sidebar-news-items .first-news-article {
    padding-bottom:20px
  }

  .list-inline.news-categories li a {
    font-size:17px !important;
  }
}

/** News Section - End **/
/* Additional News Links */
.news-container {
  margin: auto;
}

.button-container-news-row {
  display: flex;
  justify-content: flex-start;
  gap: 10px;
  margin-bottom: 20px;
  margin-right: 15px;
}

.col-md-2 .button-news {
  display: inline-block;
  font-size: 14px !important;
  font-weight: normal !important;
  padding: 8px 12px;
  border-radius: 50px;
  background-color: #ffffff;
  white-space: nowrap;
  color: #005E85;
  text-decoration: none;
  text-align: center;
  border: 1px solid #ccc;
  box-shadow: 0px 2px 5px rgb(0 0 0 / 20%);
  width: 100%;
  margin-bottom: 20px;
}

.col-md-2 .button-news:focus{
    outline: 2px #333333;
    outline-offset: 5px;
}

.col-md-12 p {
  margin-top: 15px;
  padding-top: 5px;
}

.col-md-2 .button-news:hover {
  background-color: #f3f3f3;
  text-decoration: none;
  color: #333333;
}

/*.button-news:last-child { margin-right: 0 !important; }*/
.area-link-news {
  color: #005E85;
  text-decoration: underline;
}

.area-link-news:hover {
  text-decoration: underline;
}

/*Sharepoint Search PAge*/
#suiteBarTop {
    display: none;
}