  /* .image-bg-container-sm {
  height: 46vh;
  min-height: 400px;
  width: 100%;
  position: relative;
} */

/* @media (orientation: landscape) and (min-width: 375px) and (max-width: 736px) and (max-height: 736px) {
  .image-bg-container-sm {
    height: 80vh;
  }
} */

/* .image-bg-sm {
  width: 100%;
  min-height: 400px;
  height: auto;
  position: relative;
  top: 0;
  background-position: center 40%;
} */

/* @media (min-height: 768px) {
  .image-bg-sm {
    min-height: 600px;
    height: 50vh;
  }
} */

/* @media (orientation: landscape) and (min-width: 375px) and (max-width: 736px) and (max-height: 736px) {
  .image-bg-sm {
    min-height: 500px;
  }
} */

/* @media (min-width: 768px) {
  .hero .image-bg-overlay:after {
    height: 86vh;
  }
} */

/* @media (orientation: portrait) and (min-width: 768px) and (max-width: 1024px) and (min-height: 1024px) {
  .hero .image-bg-overlay:after {
    height: 60vh;
  }
} */

/* @media (orientation: landscape) and (min-width: 375px) and (max-width: 736px) and (max-height: 736px) {
  .hero .image-bg-overlay:after {
    height: 180vh;
  }
} */

.subnav-section {
  background: #ffc72c;
  /* Old browsers */
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #ffc72c 0%, #ffc72c 39%, #F5E6BD 42%, #F5E6BD 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffc72c', endColorstr='#F5E6BD', GradientType=1);
  /* IE6-9 */
  -webkit-transition: all .5s;
  transition: all .5s;
  border-bottom: 1px solid #FFFFFF;
}

/* Desktop */
#subnav-audience-desktop-label-container {
  padding-top: 16px;
}

#subnav-audience-desktop-label {
  font-family: 'Oswald', sans-serif;
}

#subnav-audience-desktop {
  font-size: 1.05rem;
  font-weight: bold;
  display: block;
  height: 50px;
}

@media (min-width: 576px) {
  #subnav-audience-desktop {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

#subnav-audience-desktop .navbar-nav {
  height: 50px;
  background: #F5E6BD;
}

#subnav-audience-desktop .navbar-nav li {
  height: 50px;
  border-bottom: 0px solid #CCCCCC;
}

#subnav-audience-desktop .navbar-nav li:nth-child(2) {
  padding-left: 40px;
}

#subnav-audience-desktop .navbar-nav li:first-child {
  font-size: 1.05rem;
}

#subnav-audience-desktop .navbar-nav li:not(:first-child) {
  font-size: 0.95rem;
  margin-top: 3px;
}

#subnav-audience-desktop .nav-link {
  color: #001A70;
  text-decoration: none;
  background: transparent;
  -webkit-transition: all .3s;
  transition: all .3s;
}

#subnav-audience-desktop .hvr-underline-from-center:before {
  background: #001A70;
}

#arrow-audience-right {
  width: 0;
  height: 0;
  border-top: 25px solid transparent;
  border-bottom: 25px solid transparent;
  border-left: 25px solid #FFC72C;
  right: -25px;
  top: 0;
}

#website-menu.open-sans .nav-item,
#website-menu.open-sans #website-menu-mobile .nav-item {
  font-size: 0.95rem;
}

/* Mobile */
#audience-menu-mobile {
  font-weight: bold;
  z-index: 4;
  width: 100%;
  overflow-y: auto;
}
@media (min-width: 768px) {
#audience-menu-mobile {
          position: absolute;
}
}
#audience-menu-mobile .link-text {
  font-family: 'Oswald', sans-serif;
  text-transform: uppercase;
  text-decoration: none;
  display: block;
  padding: .5rem 0;
  color: #001A70;
}
#audience-menu-mobile .nav-link {
  color: #001A70;
  text-transform: none;
  font-family: 'Open Sans', sans-serif;
  text-decoration: none;
  -webkit-transition: all .3s;
  transition: all .3s;
}
#audience-menu-mobile .nav-link:focus, #audience-menu-mobile .nav-link:hover, #audience-menu-mobile .nav-link.active {
  color: #001A70;
  background: #CCCCCC;
}
@media (min-width: 768px) {
#audience-menu-mobile .navbar-nav .nav-link:hover {
          background: #FFFFFF;
          padding-left: 12px;
}
}
#audience-menu-mobile .navbar-nav-expanded {
  padding: 15px;
  background: #F5E6BD;
  border: 1px solid #CCCCCC;
}