/*===================================================================================*/
/*  Global | Variables | Partial
/*===================================================================================*/
.hero-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.hero-content .Masthead {
  width: 100%;
  overflow: hidden;
}
@media screen and (min-width: 0) and (max-width: 47.9375em) {
  .hero-content .Masthead {
    height: 34rem !important;
    min-height: 34rem;
  }
}
@media screen and (min-width: 48em) and (max-width: 63.9375em) {
  .hero-content .Masthead {
    height: 49rem !important;
    min-height: 49rem;
  }
}
@media screen and (min-width: 64em) {
  .hero-content .Masthead {
    height: 75rem !important;
    min-height: 75rem;
  }
}
.hero-content .Masthead__image {
  height: 200%;
}
.hero-content__bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 50%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.hero-content__video {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 50%;
  -o-object-fit: cover;
  object-fit: cover;
  z-index: 1;
}
.hero-content__wrapper {
  height: 100%;
  position: absolute;
  top: 0;
  z-index: 1;
}
.hero-content__wrapper {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  max-width: 124.5rem;
}
@media screen and (min-width: 0) and (max-width: 63.9375em) {
  .hero-content__wrapper {
    max-width: 119.5rem;
  }
}
@media screen and (min-width: 0) and (max-width: 63.9375em) {
  .hero-content__wrapper {
    padding-left: 1.6666666667rem;
    padding-right: 1.6666666667rem;
  }
}
@media screen and (min-width: 64em) {
  .hero-content__wrapper {
    padding-left: 3.75rem;
    padding-right: 3.75rem;
  }
}
@media screen and (min-width: 0) and (max-width: 47.9375em) {
  .hero-content__wrapper {
    height: 34rem !important;
    min-height: 34rem;
  }
}
@media screen and (min-width: 48em) and (max-width: 63.9375em) {
  .hero-content__wrapper {
    height: 49rem !important;
    min-height: 49rem;
  }
}
@media screen and (min-width: 64em) {
  .hero-content__wrapper {
    height: 75rem !important;
    min-height: 75rem;
  }
}
.hero-content__inner {
  height: 100%;
  position: relative;
}
.hero-content__inner {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  max-width: 124.5rem;
}
@media screen and (min-width: 0) and (max-width: 63.9375em) {
  .hero-content__inner {
    max-width: 119.5rem;
  }
}
@media screen and (min-width: 0) and (max-width: 47.9375em) {
  .hero-content__inner {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
}
.hero-content__back {
  position: absolute;
  top: 12rem;
  left: 0;
}
@media screen and (min-width: 0) and (max-width: 63.9375em) {
  .hero-content__back {
    top: 0;
    left: -2rem;
    right: -2rem;
  }
}
@media screen and (min-width: 0) and (max-width: 63.9375em) {
  .hero-content__back__button {
    background: #202243;
    width: 100%;
    border: none;
    position: relative;
  }
}
.hero-content__headings {
  position: absolute;
  top: 40%;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  max-width: 0;
  -webkit-transition: max-width 0.7s cubic-bezier(0.755, 0.05, 0.855, 0.06);
  transition: max-width 0.7s cubic-bezier(0.755, 0.05, 0.855, 0.06);
}
@media screen and (min-width: 0) and (max-width: 63.9375em) {
  .hero-content__headings {
    top: auto;
    bottom: 25%;
  }
}
@media screen and (min-width: 64em) {
  .has-nav .hero-content__headings {
    top: 26rem;
  }
}
.hero-content__headings.is-loaded {
  max-width: 100%;
}
@media screen and (min-width: 64em) {
  .has-donation-box .hero-content__headings.is-loaded {
    width: calc(100% - 48rem);
  }
}
.hero-content__title {
  position: absolute;
  z-index: 1;
  white-space: normal;
  overflow-wrap: break-word;
  word-wrap: break-word;
  word-break: break-all;
  -ms-hyphens: auto;
  hyphens: auto;
}
@media screen and (min-width: 0) and (max-width: 63.9375em) {
  .hero-content__title {
    position: relative;
  }
}
@media screen and (min-width: 0) and (max-width: 47.9375em) {
  .hero-content__title {
    width: 33.5rem;
  }
}
@media screen and (min-width: 48em) and (max-width: 63.9375em) {
  .hero-content__title {
    width: calc(48em - 4rem);
  }
}
@media screen and (min-width: 64em) {
  .hero-content__title {
    width: 117rem;
  }
}
@media screen and (min-width: 64em) {
  .has-donation-box .hero-content__title {
    width: calc(117rem - 48rem);
  }
}
.hero-content__overlay {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.8);
  opacity: 0;
  z-index: 3;
  pointer-events: none;
  -webkit-transition: opacity 50ms ease-in-out;
  transition: opacity 50ms ease-in-out;
}

@media screen and (min-width: 48em) {
  .emergency-mode .hero-content__headings {
    top: 25%;
  }
}
@media screen and (min-width: 0) and (max-width: 47.9375em) {
  .emergency-mode .title h1 {
    font-size: 2.8rem;
  }
}
@media screen and (min-width: 48em) and (max-width: 63.9375em) {
  .emergency-mode .title h1 {
    font-size: 5rem;
  }
}
@media screen and (min-width: 64em) {
  .emergency-mode .title h1 {
    font-size: 5rem;
  }
}
.emergency-mode .title h1 span {
  background: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
}
.emergency-mode .title h1 span strong {
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
  color: #ffffff;
  background: #88112c;
  -webkit-box-shadow: -0.2em 0px 0 1px #88112c, 0.2em 0px 0 1px #88112c, 0 0 0 1px #88112c;
  box-shadow: -0.2em 0px 0 1px #88112c, 0.2em 0px 0 1px #88112c, 0 0 0 1px #88112c;
}
/*# sourceMappingURL=the-hero-content.css.map */
