.c-hero {
  position: relative; }

.c-hero__content {
  padding: 30px;
  background-color: #000;
  display: -webkit-box;
  display: flex;
  position: relative;
  z-index: 1;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  -webkit-box-pack: end;
          justify-content: flex-end;
  -webkit-box-align: start;
          align-items: flex-start; }

.c-hero__dateline {
  padding: 0.22222rem 0.88889rem;
  margin-bottom: 2px; }

.c-hero__title {
  font-size: 1.33333rem;
  line-height: 1.1;
  margin: 0;
  background-color: rgba(0, 0, 0, 0.8);
  color: #fff; }
  @media (min-width: 37.5em) {
    .c-hero__title {
      font-size: 1.66667rem; } }
  .c-hero__title:not(:first-child) {
    margin-top: 0.88889rem; }
  .c-hero__title a {
    color: inherit;
    text-decoration: none; }

.c-hero__subtitle {
  font-size: 1rem;
  line-height: 1.1;
  margin-top: 2px;
  padding: 0.44444rem 0.88889rem; }
  @media (min-width: 37.5em) {
    .c-hero__subtitle {
      font-size: 1rem; } }
  .c-hero__subtitle:not(:first-child) {
    margin-top: 0.88889rem; }

.emergency .c-hero__alert .c-alert-icon__icon {
  background-color: #CA3604; }

.emergency .c-hero__alert .t-forest .icon path {
  fill: #fff; }

.c-hero__alert {
  padding-bottom: 1rem; }
  .c-hero__alert .c-alert-icon__title {
    color: #fff; }
  .c-hero__alert .c-alert-icon__icon {
    height: 1.33333rem;
    width: 1.33333rem;
    background-color: #FED141;
    border-radius: 0.83333rem;
    font-size: 0.72222rem; }
  .c-hero__alert .c-alert-icon__icon .icon {
    padding-left: 0.33333rem;
    padding-top: 0.22222rem; }
  .c-hero__alert .t-forest .icon path {
    fill: #000; }

.js--block-link:hover .c-hero__image {
  opacity: .8; }

@media (min-width: 62em) {
  .c-hero {
    height: 0;
    padding-bottom: 37.8%; }
  .c-hero__content {
    background-color: transparent;
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    padding: 6.66667rem 25% 1.66667rem 0; }
  .c-hero__dateline {
    padding-left: 1.66667rem; }
  .c-hero__title,
  .c-hero__subtitle {
    padding: 0.5em 1.66667rem 0.5em 1.66667rem; }
    .c-hero__title:not(:first-child),
    .c-hero__subtitle:not(:first-child) {
      margin-top: 2px; }
  .c-hero__image {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%; }
    .c-hero__image img {
      position: absolute;
      -o-object-fit: cover;
         object-fit: cover;
      -o-object-position: 50% 50%;
         object-position: 50% 50%;
      height: 100%;
      width: 100%; } }

@media (min-width: 87.5em) {
  .c-hero__title,
  .c-hero__subtitle,
  .c-hero__dateline {
    padding-left: 3.33333rem; } }

.c-hero--compact {
  height: auto;
  padding-bottom: 0; }
  .c-hero--compact .c-hero__subtitle {
    font-family: "Typold W05", sans-serif;
    font-weight: 700; }
    .c-hero--compact .c-hero__subtitle a {
      color: inherit;
      text-decoration: none; }
  .c-hero--compact .c-hero__dateline {
    line-height: 1.1;
    font-family: "Typold W05", sans-serif;
    font-weight: 700; }
    .c-hero--compact .c-hero__dateline:after {
      content: none; }
  @media (min-width: 62em) and (max-width: 70.9375em) {
    .c-hero--compact .c-hero__image,
    .c-hero--compact img {
      position: static; }
    .c-hero--compact .c-hero__title {
      padding-left: 0;
      padding-right: 0; }
    .c-hero--compact .c-hero__content {
      position: static;
      padding: 30px;
      background-color: #000; } }
  @media (min-width: 71em) {
    .c-hero--compact .media--image {
      position: static;
      height: 100%; }
    .c-hero--compact img {
      height: 100%; }
    .c-hero--compact .c-hero__content {
      position: relative;
      height: 100%;
      padding-right: 9.09091%;
      display: -webkit-box;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
              flex-direction: column;
      -webkit-box-pack: end;
              justify-content: flex-end; } }
