.nav-open .overlay-menu {
    background: #ffbcbb;
}

/*JA Support*/
@media (max-width: 991px) {
  .acm-hero.style-1 {
    padding-top: 0;
    flex-direction: column-reverse;
  }
  
  .acm-hero.style-1 .hero-image {
    display: block;
    position: static;
    width: 100%
  }
  
  #t4-footer .bg-overlay-image {
    position: static;
    display: block;
    width: 100%;
    min-height: 600px;
    background-position: top 17% center;
  }
}