
/* Disclaimer/Quick News Component Fix */
.disclaimer-banner {
    position: relative;
    z-index: 109;
    margin-top: 98px;
  margin-bottom:-100px
}

.disclaimer-banner p
{
    text-align:center;
    font-size:14px
}


.shrink ~ * .disclaimer-banner {
    margin-top: 60px;
}

#section-left::after {
   content: " | ";
}

/* Remove extra margin from page-banner when it follows disclaimer */
.disclaimer-banner ~ * .page-banner {
    margin-top: 0 !important;
}

@media(max-width: 767px) {
    .disclaimer-banner {
        margin-top: 65px;
    }
    
    .disclaimer-banner ~ * .page-banner {
        margin-top: 0 !important;
    }
  
    .disclaimer-banner p
    {
        text-align:left;   
    }
    
}

/* Overwrite CSS for FR Pages*/

footer #fr-logo-white {
  max-height: 45px;
}

.breadcrumb>li {
font-size: 14px;
}

.white-box-text .heading-h3 {
    font-family: "Roboto Light", Roboto, Arial, sans-serif !important;
    font-size: 16px;
    margin: 0 0 15px;
    font-weight: 700;
    color: #000;
    letter-spacing: 1px;
}


.policies-heading-h4
{
  font-family: "Roboto Medium", "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Geneva, Verdana, sans-serif;
    font-weight: 400;
    font-size: 16px;
    margin-top: 10px;
    margin-bottom: 10px;
}

.btn-yellow-fr {
   min-width:200px;
   border-radius: 0;
   background: #fedf01;
   color: #000 !important;
}
.topnav .navbar-nav>li>.btn-yellow-fr i {
    margin-right: 8px;
}

@media(min-width: 768px) and (max-width: 991.98px) {
  .read-time {
    font-size: 13px;
  }
  
  .btn-lead .read-time:after {
    margin-left: 10px !important;
    margin-top: 2px;
   }
  

  #rbccm-navbar-collapse-1 a span {
      font-size: 14px;
  }

  #rbccm-navbar-collapse-1 .active a span,
  .navbar-default .navbar-nav > .active > a span {

    padding-bottom: 23.5px;
  }


  .navbar .container .navbar-brand, .navbar .container-fluid .navbar-brand {
      margin-left: -25px;
  }

  #rbccm-navbar-collapse-1 .navbar-nav>li>a  {
    padding: 20px 8px;
  }

  
}





@media(max-width: 420px) {
   
    #blue-skin #btb-nav-wrap a:link,
    #blue-skin #btb-nav-wrap a:visited {     
        font-size: 14px;
    }
   
   
    #blue-skin #btb-nav-wrap .nav-justified>li {
        padding: 0 15px;
    }
   
   
    .topnav .navbar-nav > li > a {
    margin: 0 10px;
    padding: 15px 5px !important;
  }

  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    padding: 12px 30px;
  }
ul.dropdown-menu li > a {
      font-size: 13px;
  }
   
   
.read-time {
    font-size: 13px;
    font-weight: normal;
}
   .btn-lead .read-time:after {
         margin-left: 10px !important;
   }

   
 }

  

  @media (max-width: 1200px) and (min-width: 992px) {
    .nav.nav-justified li:last-child a {
        background: #fff !important;
    }
}



/* about us leadership image */

#leadership .img-stretch {min-height: 285px;}


@media (min-width: 768px) and (max-width: 991.98px) {
    #leadership .img-stretch {
                min-height: 335px;
        background-position: left;
    }
}

/* About Us */

.day-field {
   text-transform: lowercase;
}


.day-field {
       font-size: 29px;
}
@media (min-width: 992px) and (max-width: 1199px) {
    .day-field {
        font-size: 24px;
    }
}

@media (min-width: 767px)
{
.event-details {
    min-height: 290px;
}

.event-container {
    min-height: 290px;
    background-color: #fff;
}
}

/* Global Markets - its sub page secondary-nav */

/* Override EN centering - keep items left-aligned until 1570px */
@media (min-width: 1200px) and (max-width: 1569px) {
  .secondary-nav__list {
    justify-content: flex-start !important;
  }
   
  .secondary-nav__item a{
     padding:13px 10px;
  }
}

/* Center items for FR at 1570px and above */
@media (min-width: 1500px) {
  .secondary-nav__list {
    justify-content: center !important;
  }
}



/* Awards grid - full width on mobile */
@media (max-width: 767px) {
    #featured-awards .row {
        flex-direction: column !important;
    }
}

@media (min-width: 768px) {
    #featured-awards .row {
        display: flex !important;
        flex-wrap: wrap !important;
    }
}

/* footer */
.footer-social .heading, footer .sitemap h3.heading {
    font-size: 14px;
    letter-spacing: 0;
    text-decoration: none;
}