#menu-mobile-navigation {
  width: 100%;
}

.hero .hero_slider .hero-slide {
  min-height: 400px;
}

section.hero {
  display: block !important;
}

@media screen and (min-width: 57.5em) {
  .hero .hero_slider .hero-slide {
    min-height: 680px;
  }
}

@media screen and (min-width: 92.5em) {
  .hero .hero_slider .hero-slide {
    min-height: 936px;
  }
}

.is-drilldown {
	min-height: 100%;
	min-width: 100%;
}

.mobile_menu.active {
	top: 80px !important;
}

.mobile_menu {
  text-transform: uppercase;
}

footer .footer__inner .footer_title {
  font-weight: 300;
}