/*Horizontal Menu Customizations */

body.adaptive .horizontal-menu {
    background-color: #EEEFF7;
    border-bottom: 6px solid #F6C327;
}

body.adaptive .horizontal-menu .nav .nav-item .nav-link {
    padding: 0.5rem 1rem 0.5rem 1rem;
    font-size: 1.125rem;
    text-transform: uppercase;
    font-weight: 400;
    font-family: "Mulish","Open Sans","Helvetica",Arial,sans-serif;
    background-color: white;
    border-radius: 0.25rem;
    color: #29459e;
}

body.adaptive .horizontal-menu .dropdown.menu>li.is-dropdown-submenu-parent>a {
    padding: 0.5rem 1.75rem 0.5rem 1rem;
}

body.adaptive .horizontal-menu ..nav .nav-item .nav-link:hover,
body.adaptive .horizontal-menu ..nav .nav-item .nav-link:active,
body.adaptive .horizontal-menu ..nav .nav-item .nav-link:focus,
.adaptive .horizontal-menu .dropdown.menu>li.is-active>a {
    border-radius: 0.25rem;
}

body.adaptive .horizontal-menu .dropdown.menu>li.is-dropdown-submenu-parent>a:after {
    right: 8px;
    border-color:  hsl(226 59% 82% / 1) transparent transparent;
}


/*Billboard Customizations*/

body.adaptive main article section:has(.container_rotating-banner.info),
body.adaptive .container_rotating-banner.info,
body.adaptive .container_rotating-banner.info .slide {
    padding: 0;
    border-radius: 0;
}

body.adaptive .container_rotating-banner.info .slide-info-wrap {
  background: rgba(0, 0, 0, .25) !important;
  border-radius: 0 !important;
  box-shadow: none;
  width: 100%;
  height: 100%;
  max-width: unset !important;
  padding: 2rem 5rem;
}

@media screen and (min-width: 75em) {
    .container_rotating-banner.info .slide-info-wrap {
        padding: 5rem 3rem 5rem 10rem;
    }
}

@media screen and (min-width: 64em) {
    .container_rotating-banner.info .slide-info-wrap {
        text-align: left !important;
        padding: 6rem 12rem !important;
    }
}

body.adaptive .container_rotating-banner.info .slide-info-wrap h2 {
  line-height: 1;
  color: #fefefe;
  font-weight: 900;
  text-shadow: 0px 3px 5px rgba(10,10,10,0.9);
  font-size: 2rem;
}

@media screen and (min-width: 64em) {
    body.adaptive .container_rotating-banner.info .slide-info-wrap h2 {
        max-width: 600px!important;
        font-size: 3.5rem;
    }
}

body.adaptive div.container_rotating-banner.info .slide-info-wrap .subtext-wrap {
    font-weight: bold;
    color: #FFF;
}

/*Internal Banner*/

body.adaptive main #subpage-banner-container {
    background-color: #EEEFF7;
}

body.adaptive main #subpage-banner-container #subpage-banner-overlay {
 background: #EEEFF7;
}

body.adaptive main #subpage-banner-container #subpage-banner-overlay #subpage-banner-width h1 {
    color: #253e8e;
    text-shadow: none;
}


/*Footer Customizations*/
body #footer_agency #footer_agency-brand .logo_agency {
    max-height: 100px;
    height: unset;
}

