/**
 * This file is for the hero component.
 */
.hero {
  padding-bottom: 10px;
  background-color: #070707;
}
.hero-has-linksbar .hero {
  padding-bottom: 0;
}
@media (min-width: 64em) {
  .hero {
    padding-bottom: 30px;
  }
  .hero.bottom-padding-remove {
    padding-bottom: 0;
  }
  .hero-has-linksbar.node--view-mode-hero .hero {
    padding-bottom: 0;
  }
}
.hero .hero__wrap {
  display: inline;
  background-color: #072049;
}
.hero__wrap-inner {
  position: relative;
}
.hero__media {
  position: relative;
}
.hero__media img {
  width: 100%;
}
@supports ((-o-object-fit: contain) or (object-fit: contain)) {
  .hero__media img {
    -o-object-fit: cover;
    object-fit: cover;
  }
}
.hero--has-overlay .hero__media img {
  filter: brightness(0.6);
}

@media (max-width: 32.49em) {
  .hero__media img {
    height: 650px;
    filter: brightness(0.6);
  }
}
@media (min-width: 32.5em) and (max-width: 47.99em) {
  .hero__media img {
    height: 400px;
  }
}
@media (min-width: 48em) and (max-width: 63.99em) {
  .hero__media img {
    -o-object-position: 75% 50%;
    object-position: 75% 50%;
  }
}
@media (min-width: 64em) {
  .hero__media img {
    height: 500px;
  }
}
@media (min-width: 90em) {
  .hero__media img {
    width: 100vw;
    -o-object-position: 0 10%;
    object-position: 0 10%;
  }
}
.hero__media img {
  /*.hero-has-linksbar.node--view-mode-hero & {
    @include mq($from: medium, $until: large) {
    }
  }*/
}
.hero__title {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  display: flex;
}
.hero__title h1 {
  color: #fff;
  text-shadow: 0 2px 6px rgba(0, 0, 0, 0.26);
  max-width: 100%;
}
.hero__text * {
  color: #fff;
}
@media (max-width: 79.99em) {
  .hero__title-inner {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (min-width: 64em) {
  .hero__title-inner {
    max-width: 40%;
  }
}
@media (min-width: 64em) {
  .hero__title-wrap {
    width: 1250px;
    margin: 0 auto;
  }
}
.hero__background-video {
  position: relative;
}
.hero__video-container {
  height: 490px;
}
.hero__background-image .media--type-image {
  margin-top: 0;
  margin-bottom: 0;
}
/*# sourceMappingURL=hero.css.map */
