.hero {
  background-color: #3C4858;
  background-position: center;
  background-size: cover;
  color: #FFFFFF;
  padding: 8.75rem 0 6.25rem;
  position: relative;
  z-index: 0;
}
@media (min-width: 48rem) {
  .hero {
    height: 85vh;
    padding: 0;
  }
}
@media screen and (min-width: 810px) and (min-height: 375px) and (max-height: 768px) {
  .hero {
    min-height: 740px;
  }
}
.hero.is-event {
  height: auto;
  padding: 7.25rem 0 7.25rem;
}
@media (min-width: 48rem) {
  .hero.is-event {
    padding: 0 0 7.25rem;
    min-height: 85vh;
  }
}
@media (min-width: 48rem) {
  .hero.is-event .hero__content {
    margin-top: 255px;
  }
}
.hero.is-event .hero__countdown {
  margin-top: 1.25rem;
}
.hero.is-event .hero__date {
  margin-top: 1rem;
}
@media (min-width: 48rem) {
  .hero.is-event .hero__date {
    margin-top: 0;
  }
}
@media (min-width: 48rem) {
  .hero.has-timer .hero__content {
    margin-top: 145px;
  }
}
.hero.has-timer .hero__date {
  margin-top: 0;
}
.hero + .with-diagonal {
  margin-top: -4.375rem;
}
.hero:before {
  background: linear-gradient(270deg, rgba(0, 0, 0, 0.57) 0%, rgba(0, 0, 0, 0) 100%);
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  top: 0;
  transform: rotate(180deg);
  width: 100%;
}
.hero .container {
  align-items: center;
  display: flex;
  height: 100%;
}
@media (min-width: 48rem) {
  .hero .container {
    display: grid;
  }
}
.hero .caption {
  font-size: 1rem;
}
.hero a.a-btn--ghost,
.hero a.a-btn--ghost:visited {
  border-color: #FFFFFF;
  color: #FFFFFF;
  margin-left: 0.3125rem;
}
.hero .file--audio,
.hero .field--type-file .field__label,
.hero .field--name-field-streaming-source {
  display: none;
}

.hero__bg {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.hero__bg > img,
.hero__bg video,
.hero__bg iframe {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  height: 100%;
  width: 100%;
}
.hero__bg video,
.hero__bg iframe {
  left: 0;
  position: absolute;
  top: 0;
}
.hero__bg .contextual-region {
  position: static;
}
.hero__bg:before {
  background: rgba(0, 0, 0, 0.55);
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
}

.hero__content {
  max-width: 29.375rem;
  position: relative;
  z-index: 2;
}
.hero__content .huge-title em {
  display: inline-block;
  position: relative;
  font-style: normal;
}
.hero__content .huge-title em:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 0.75rem;
  background: url(../../images/underlines/hero-underline.svg) bottom left no-repeat;
  background-size: 100%;
}
.hero__content .huge-title em:after {
  bottom: -0.625rem;
}
@media (min-width: 48rem) {
  .hero__content {
    grid-column: 1/span 11;
    max-width: 40.625rem;
    margin-top: 103px;
  }
}
@media (min-width: 60rem) {
  .hero__content {
    grid-column: 2/span 10;
  }
}

.hero__countdown .countdown {
  font-size: 0.875rem;
  margin-bottom: 1.25rem;
  padding: 0.625rem 0.5rem;
}
@media (min-width: 48rem) {
  .hero__countdown .countdown {
    font-size: 1.5rem;
    margin-bottom: 2.5rem;
    padding: 1.25rem 1rem;
  }
}

.hero__date {
  font-size: 1.25rem;
  display: block;
  font-family: "Karla", sans-serif;
  font-weight: 700;
}

.hero__media-control {
  position: absolute;
  background: transparent;
  color: #FFFFFF;
  opacity: 0.75;
  z-index: 9999;
}
.hero__media-control:hover {
  opacity: 1;
}
.hero__media-control:before {
  font-size: 1.25rem;
}
@media (min-width: 48rem) {
  .hero__media-control:before {
    font-size: 1.5rem;
  }
}

.hero__audio-control {
  left: 1.5rem;
  bottom: 3.5rem;
}
@media (min-width: 48rem) {
  .hero__audio-control {
    left: auto;
    right: 6rem;
    bottom: 6rem;
  }
}
.hero__audio-control:before {
  font-family: "icomoon";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  line-height: 1;
  content: "\e914";
}
.hero__audio-control.play:before {
  content: "\e91b";
}

.hero__vid-control {
  left: 4.5rem;
  bottom: 3rem;
}
@media (min-width: 48rem) {
  .hero__vid-control {
    left: auto;
    right: 2.5rem;
    bottom: 6rem;
  }
}
.hero__vid-control:before {
  font-family: "icomoon";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  line-height: 1;
  content: "\e91a";
}
.hero__vid-control.play:before {
  content: "\e912";
}

.hero__share {
  border-top: 1px solid #8492A6;
  display: inline-block;
  margin-top: 2.5rem;
  padding-top: 0.625rem;
  margin-bottom: 1.25rem;
}

.hero__share-title {
  color: #8492A6;
  margin-bottom: 0.3125rem;
}

.hero__share-button {
  align-items: center;
  border: 1px solid #E6E7E8;
  border-radius: 50%;
  display: flex;
  height: 1.625rem;
  justify-content: center;
  width: 1.625rem;
}
.hero__share-button + .hero__share-button {
  margin-left: 1.5rem;
}
.hero__share-button path {
  fill: #E6E7E8;
}

.hero__back-link {
  padding-bottom: 1rem;
  padding-top: 1rem;
  position: relative;
  width: 100%;
  z-index: 2;
}
@media (min-width: 48rem) {
  .hero__back-link {
    padding-bottom: 0;
    padding-top: 0;
    top: 8.125rem;
  }
}
.hero__back-link a,
.hero__back-link a:visited {
  color: #E6E7E8;
  display: block;
  font-size: 0.875rem;
  line-height: 1;
  padding-left: 0.9375rem;
  position: relative;
  text-decoration: none;
}
.hero__back-link a:before,
.hero__back-link a:visited:before {
  font-size: 0.625rem;
  left: 0;
  line-height: 1;
  position: absolute;
  text-decoration: none !important;
  top: 0.1875rem;
}
.hero__back-link a:hover, .hero__back-link a:focus,
.hero__back-link a:visited:hover,
.hero__back-link a:visited:focus {
  color: #FFFFFF;
  text-decoration: underline;
}

.hero__back-link__container {
  margin-left: auto;
  margin-right: auto;
  max-width: 105rem;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}
.hero__back-link__container:after {
  content: "";
  display: table;
  clear: both;
}
@media (min-width: 60rem) {
  .hero__back-link__container {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}