


video { max-width: 100%; }



.mega-menu__content {
  display: none;
}
details.mega-menu[open] > .mega-menu__content {
  display: block;
}



details#Details-menu-drawer-container[open] > #menu-drawer {
  transform: translate(0) !important;
  visibility: visible !important;
}



.badge.color-accent-2 {
  color: #414042 !important;
}



.ImageHero.VideoHero {
  position: relative;
  overflow: hidden;
  min-height: 420px;
  background-color: #e0dcd7 !important;
}
.ImageHero__ImageWrapper.ImageHero__VideoWrapper_dawn {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}
.ImageHero__VideoWrapper_dawn video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.ImageHero__ContentOverlay.ImageHero__ContentOverlay_dawn {
  position: relative;
  z-index: 1;
  display: flex;
  min-height: 420px;
  align-items: center;
  justify-content: center;
  padding: 48px 24px;
  background-color: #e0dcd7 !important;
}

#video-background-head,
#video-subhead {
  color: #414042 !important;
  text-shadow: 0 1px 3px rgba(255, 255, 255, .3);
}
@media screen and (max-width: 749px) {
  .ImageHero.VideoHero,
  .ImageHero__ContentOverlay.ImageHero__ContentOverlay_dawn {
    min-height: 340px;
  }
}
