.hero {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%; }
  .hero.reversed {
    color: #fff; }
    .hero.reversed a {
      color: #fff; }

.hero__tagline {
  padding-bottom: 100px;
  padding-top: 100px;
  text-align: center;
  max-width: 1170px;
  margin-left: auto;
  margin-right: auto; }
  @media (min-width: 48em) {
    .hero__tagline {
      padding-bottom: 100px; } }
  @media (min-width: 62em) {
    .hero__tagline {
      padding-bottom: 200px; } }
  @media (min-width: 48em) {
    .hero__tagline {
      padding-top: 100px; } }
  @media (min-width: 62em) {
    .hero__tagline {
      padding-top: 200px; } }
  .hero__tagline > .title--mega {
    margin-bottom: 0; }

.hero__promos {
  background-color: rgba(255, 158, 27, 0.9);
  padding-bottom: 15px;
  padding-top: 15px; }
  @media (min-width: 48em) {
    .hero__promos {
      padding-bottom: 20px; } }
  @media (min-width: 62em) {
    .hero__promos {
      padding-bottom: 30px; } }
  @media (min-width: 48em) {
    .hero__promos {
      padding-top: 20px; } }
  @media (min-width: 62em) {
    .hero__promos {
      padding-top: 30px; } }

.hero--header {
  background-color: #004b87;
  position: relative;
  margin: 0;
  width: 100%; }
  @media (min-width: 48em) {
    .hero--header {
      height: 550px; } }
  @media (min-width: 62em) {
    .hero--header {
      overflow: hidden; } }
  @media (min-width: 85.375em) {
    .hero--header {
      height: auto; } }
  .hero--header .hero__image {
    width: 100%;
    height: 250px;
    overflow: hidden; }
    @media (min-width: 48em) {
      .hero--header .hero__image {
        height: 100%; } }
  .hero--header img {
    min-height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: 50% 50%;
       object-position: 50% 50%;
    margin-left: auto;
    margin-right: auto; }
    @media (min-width: 37.5em) {
      .hero--header img {
        min-width: 100%; } }
    @media (min-width: 48em) {
      .hero--header img {
        min-height: 100%; } }
  @media (min-width: 48em) {
    .hero--header .hero__image + .hero__content {
      position: absolute;
      left: 0;
      bottom: 0;
      right: 0; } }
  .hero--header .hero__content {
    color: #fff;
    font-size: 1rem;
    background-color: rgba(0, 75, 135, 0.9); }
    @media (min-width: 48em) {
      .hero--header .hero__content {
        font-size: 1rem; } }
    @media (min-width: 62em) {
      .hero--header .hero__content {
        font-size: 1.11111rem; } }
    @media (min-width: 48em) {
      .hero--header .hero__content.has-icon {
        min-height: 180px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        width: 100%; }
        .hero--header .hero__content.has-icon .l--constrained {
          width: 100%;
          min-height: 180px; } }
  .hero--header .hero__content__subtitle {
    font-size: 1rem; }
    @media (min-width: 48em) {
      .hero--header .hero__content__subtitle {
        font-size: 1rem; } }
    @media (min-width: 62em) {
      .hero--header .hero__content__subtitle {
        font-size: 1.11111rem; } }
  .hero--header .l--constrained {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
  .hero--header h1 {
    line-height: 1.1;
    color: #fff;
    display: block;
    margin: 0; }
  .hero--header .hero__date {
    font-size: 0.77778rem;
    text-transform: uppercase; }
    @media (min-width: 48em) {
      .hero--header .hero__date {
        font-size: 0.77778rem; } }
    @media (min-width: 62em) {
      .hero--header .hero__date {
        font-size: 0.88889rem; } }
  .hero--header figcaption {
    margin-bottom: 15px;
    margin-top: 15px;
    padding: 0;
    max-width: 720px; }
    @media (min-width: 48em) {
      .hero--header figcaption {
        margin-bottom: 20px; } }
    @media (min-width: 62em) {
      .hero--header figcaption {
        margin-bottom: 30px; } }
    @media (min-width: 48em) {
      .hero--header figcaption {
        margin-top: 20px; } }
    @media (min-width: 62em) {
      .hero--header figcaption {
        margin-top: 30px; } }
    @media (min-width: 37.5em) {
      .hero--header figcaption {
        margin-right: 120px; } }
    @media (min-width: 48em) {
      .hero--header figcaption {
        margin-right: 0; } }
  .hero--header .icon {
    height: 120px;
    width: 120px;
    margin-left: auto;
    margin-right: auto;
    display: none;
    visibility: hidden; }
    .hero--header .icon svg {
      height: 100%;
      width: 100%;
      display: block; }
    @media (min-width: 37.5em) {
      .hero--header .icon {
        display: block;
        visibility: visible;
        height: 120px;
        width: 120px;
        position: absolute;
        right: 16px;
        top: 50%;
        -webkit-transform: translateY(-50%);
                transform: translateY(-50%); } }
    @media (min-width: 48em) {
      .hero--header .icon {
        height: 180px;
        width: 180px;
        right: 30px; } }
  .hero--header .hero__content__footer {
    margin: 0;
    margin-top: -12px;
    margin-bottom: 15px;
    width: 100%; }
    @media (min-width: 48em) {
      .hero--header .hero__content__footer {
        margin-top: -12px; } }
    @media (min-width: 62em) {
      .hero--header .hero__content__footer {
        margin-top: -0.75rem; } }
    @media (min-width: 48em) {
      .hero--header .hero__content__footer {
        margin-bottom: 20px; } }
    @media (min-width: 62em) {
      .hero--header .hero__content__footer {
        margin-bottom: 30px; } }
  .section--default .hero--header {
    background-color: #555555; }
    .section--default .hero--header .hero__content {
      background-color: rgba(85, 85, 85, 0.95); }
  .section--programs .hero--header {
    background-color: #1484be; }
    .section--programs .hero--header .hero__content {
      background-color: rgba(20, 132, 190, 0.9); }
  .section--about .hero--header {
    background-color: #ff9e1b; }
    .section--about .hero--header .hero__content {
      background-color: rgba(255, 158, 27, 0.9); }
  .section--impact .hero--header {
    background-color: #41b6e6; }
    .section--impact .hero--header .hero__content {
      background-color: rgba(65, 182, 230, 0.9); }
  .section--get-involved .hero--header {
    background-color: #004b87; }
    .section--get-involved .hero--header .hero__content {
      background-color: rgba(0, 75, 135, 0.9); }
