@charset "UTF-8";
/**
 * OHO Interactive main theme stylesheet.
 * Version 2022-05-25
 * Updated 2024-06-16 by Aubrey
 * https://www.oho.com
 */
.global-spacing--15x {
  margin-top: 3rem;
}
@media print, screen and (min-width: 48.0625em) {
  .global-spacing--15x {
    margin-top: 4rem;
  }
}
@media print, screen and (min-width: 64.0625em) {
  .global-spacing--15x {
    margin-top: 7.5rem;
  }
}

.global-spacing--10x {
  margin-top: 2.5rem;
}
@media print, screen and (min-width: 48.0625em) {
  .global-spacing--10x {
    margin-top: 3.5rem;
  }
}
@media print, screen and (min-width: 64.0625em) {
  .global-spacing--10x {
    margin-top: 5rem;
  }
}

.global-spacing--9x {
  margin-top: 2.5rem;
}
@media print, screen and (min-width: 48.0625em) {
  .global-spacing--9x {
    margin-top: 3.5rem;
  }
}
@media print, screen and (min-width: 64.0625em) {
  .global-spacing--9x {
    margin-top: 4.5rem;
  }
}

.global-spacing--8x {
  margin-top: 2rem;
}
@media print, screen and (min-width: 48.0625em) {
  .global-spacing--8x {
    margin-top: 3rem;
  }
}
@media print, screen and (min-width: 64.0625em) {
  .global-spacing--8x {
    margin-top: 4rem;
  }
}

.global-spacing--6x {
  margin-top: 2rem;
}
@media print, screen and (min-width: 48.0625em) {
  .global-spacing--6x {
    margin-top: 2.5rem;
  }
}
@media print, screen and (min-width: 64.0625em) {
  .global-spacing--6x {
    margin-top: 3rem;
  }
}

.global-spacing--5x {
  margin-top: 1.5rem;
}
@media print, screen and (min-width: 48.0625em) {
  .global-spacing--5x {
    margin-top: 2rem;
  }
}
@media print, screen and (min-width: 64.0625em) {
  .global-spacing--5x {
    margin-top: 2.5rem;
  }
}

.global-spacing--4x {
  margin-top: 1.5rem;
}
@media print, screen and (min-width: 64.0625em) {
  .global-spacing--4x {
    margin-top: 2rem;
  }
}

.global-spacing--3x {
  margin-top: 1rem;
}
@media print, screen and (min-width: 48.0625em) {
  .global-spacing--3x {
    margin-top: 1.5rem;
  }
}

.global-spacing--2x {
  margin-top: 0.5rem;
}
@media print, screen and (min-width: 64.0625em) {
  .global-spacing--2x {
    margin-top: 1rem;
  }
}

.global-spacing--1x {
  margin-top: 0.5rem;
}

.global-margin--15x {
  margin-top: 3rem;
  margin-bottom: 3rem;
}
@media print, screen and (min-width: 48.0625em) {
  .global-margin--15x {
    margin-top: 4rem;
    margin-bottom: 4rem;
  }
}
@media print, screen and (min-width: 64.0625em) {
  .global-margin--15x {
    margin-top: 7.5rem;
    margin-bottom: 7.5rem;
  }
}

.global-margin--10x {
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
}
@media print, screen and (min-width: 48.0625em) {
  .global-margin--10x {
    margin-top: 3.5rem;
    margin-bottom: 3.5rem;
  }
}
@media print, screen and (min-width: 64.0625em) {
  .global-margin--10x {
    margin-top: 5rem;
    margin-bottom: 5rem;
  }
}

.global-margin--9x {
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
}
@media print, screen and (min-width: 48.0625em) {
  .global-margin--9x {
    margin-top: 3.5rem;
    margin-bottom: 3.5rem;
  }
}
@media print, screen and (min-width: 64.0625em) {
  .global-margin--9x {
    margin-top: 4.5rem;
    margin-bottom: 4.5rem;
  }
}

.global-margin--8x {
  margin-top: 2rem;
  margin-bottom: 2rem;
}
@media print, screen and (min-width: 48.0625em) {
  .global-margin--8x {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }
}
@media print, screen and (min-width: 64.0625em) {
  .global-margin--8x {
    margin-top: 4rem;
    margin-bottom: 4rem;
  }
}

.global-margin--6x {
  margin-top: 2rem;
  margin-bottom: 2rem;
}
@media print, screen and (min-width: 48.0625em) {
  .global-margin--6x {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }
}
@media print, screen and (min-width: 64.0625em) {
  .global-margin--6x {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }
}

.global-margin--5x {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}
@media print, screen and (min-width: 48.0625em) {
  .global-margin--5x {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }
}
@media print, screen and (min-width: 64.0625em) {
  .global-margin--5x {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }
}

.global-margin--4x {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}
@media print, screen and (min-width: 64.0625em) {
  .global-margin--4x {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }
}

.global-margin--3x {
  margin-top: 1rem;
  margin-bottom: 1rem;
}
@media print, screen and (min-width: 48.0625em) {
  .global-margin--3x {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }
}

.global-margin--2x {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}
@media print, screen and (min-width: 64.0625em) {
  .global-margin--2x {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }
}

.global-margin--1x {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}

.global-padding--15x {
  padding-top: 3rem;
  padding-bottom: 3rem;
}
@media print, screen and (min-width: 48.0625em) {
  .global-padding--15x {
    padding-top: 4rem;
  }
}
@media print, screen and (min-width: 64.0625em) {
  .global-padding--15x {
    padding-top: 7.5rem;
  }
}
@media print, screen and (min-width: 48.0625em) {
  .global-padding--15x {
    padding-bottom: 4rem;
  }
}
@media print, screen and (min-width: 64.0625em) {
  .global-padding--15x {
    padding-bottom: 7.5rem;
  }
}

.global-padding--10x {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}
@media print, screen and (min-width: 48.0625em) {
  .global-padding--10x {
    padding-top: 3.5rem;
  }
}
@media print, screen and (min-width: 64.0625em) {
  .global-padding--10x {
    padding-top: 5rem;
  }
}
@media print, screen and (min-width: 48.0625em) {
  .global-padding--10x {
    padding-bottom: 3.5rem;
  }
}
@media print, screen and (min-width: 64.0625em) {
  .global-padding--10x {
    padding-bottom: 5rem;
  }
}

.global-padding--9x {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}
@media print, screen and (min-width: 48.0625em) {
  .global-padding--9x {
    padding-top: 3.5rem;
  }
}
@media print, screen and (min-width: 64.0625em) {
  .global-padding--9x {
    padding-top: 4.5rem;
  }
}
@media print, screen and (min-width: 48.0625em) {
  .global-padding--9x {
    padding-bottom: 3.5rem;
  }
}
@media print, screen and (min-width: 64.0625em) {
  .global-padding--9x {
    padding-bottom: 4.5rem;
  }
}

.global-padding--8x {
  padding-top: 2rem;
  padding-bottom: 2rem;
}
@media print, screen and (min-width: 48.0625em) {
  .global-padding--8x {
    padding-top: 3rem;
  }
}
@media print, screen and (min-width: 64.0625em) {
  .global-padding--8x {
    padding-top: 4rem;
  }
}
@media print, screen and (min-width: 48.0625em) {
  .global-padding--8x {
    padding-bottom: 3rem;
  }
}
@media print, screen and (min-width: 64.0625em) {
  .global-padding--8x {
    padding-bottom: 4rem;
  }
}

.global-padding--6x {
  padding-top: 2rem;
  padding-bottom: 2rem;
}
@media print, screen and (min-width: 48.0625em) {
  .global-padding--6x {
    padding-top: 2.5rem;
  }
}
@media print, screen and (min-width: 64.0625em) {
  .global-padding--6x {
    padding-top: 3rem;
  }
}
@media print, screen and (min-width: 48.0625em) {
  .global-padding--6x {
    padding-bottom: 2.5rem;
  }
}
@media print, screen and (min-width: 64.0625em) {
  .global-padding--6x {
    padding-bottom: 3rem;
  }
}

.global-padding--5x {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
@media print, screen and (min-width: 48.0625em) {
  .global-padding--5x {
    padding-top: 2rem;
  }
}
@media print, screen and (min-width: 64.0625em) {
  .global-padding--5x {
    padding-top: 2.5rem;
  }
}
@media print, screen and (min-width: 48.0625em) {
  .global-padding--5x {
    padding-bottom: 2rem;
  }
}
@media print, screen and (min-width: 64.0625em) {
  .global-padding--5x {
    padding-bottom: 2.5rem;
  }
}

.global-padding--4x {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
@media print, screen and (min-width: 64.0625em) {
  .global-padding--4x {
    padding-top: 2rem;
  }
}
@media print, screen and (min-width: 64.0625em) {
  .global-padding--4x {
    padding-bottom: 2rem;
  }
}

.global-padding--3x {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
@media print, screen and (min-width: 48.0625em) {
  .global-padding--3x {
    padding-top: 1.5rem;
  }
}
@media print, screen and (min-width: 48.0625em) {
  .global-padding--3x {
    padding-bottom: 1.5rem;
  }
}

.global-padding--2x {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media print, screen and (min-width: 64.0625em) {
  .global-padding--2x {
    padding-top: 1rem;
  }
}
@media print, screen and (min-width: 64.0625em) {
  .global-padding--2x {
    padding-bottom: 1rem;
  }
}

.global-padding--1x {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

/**
 * Foundation for Sites
 * Version 6.7.4
 * https://get.foundation
 * Licensed under MIT Open Source
 */
.grid-container {
  padding-right: 1.25rem;
  padding-left: 1.25rem;
  max-width: 75rem;
  margin-left: auto;
  margin-right: auto;
}
.grid-container.fluid {
  padding-right: 1.25rem;
  padding-left: 1.25rem;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.grid-container.full {
  padding-right: 0;
  padding-left: 0;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.grid-x {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
}

.cell {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  min-height: 0;
  min-width: 0;
  width: 100%;
}
.cell.auto {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0px;
          flex: 1 1 0;
}
.cell.shrink {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}

.grid-x > .auto {
  width: auto;
}
.grid-x > .shrink {
  width: auto;
}

.grid-x > .initial-shrink, .grid-x > .initial-full, .grid-x > .initial-1, .grid-x > .initial-2, .grid-x > .initial-3, .grid-x > .initial-4, .grid-x > .initial-5, .grid-x > .initial-6, .grid-x > .initial-7, .grid-x > .initial-8, .grid-x > .initial-9, .grid-x > .initial-10, .grid-x > .initial-11, .grid-x > .initial-12 {
  -ms-flex-preferred-size: auto;
      flex-basis: auto;
}

@media print, screen and (min-width: 20.0625em) {
  .grid-x > .tiny-shrink, .grid-x > .tiny-full, .grid-x > .tiny-1, .grid-x > .tiny-2, .grid-x > .tiny-3, .grid-x > .tiny-4, .grid-x > .tiny-5, .grid-x > .tiny-6, .grid-x > .tiny-7, .grid-x > .tiny-8, .grid-x > .tiny-9, .grid-x > .tiny-10, .grid-x > .tiny-11, .grid-x > .tiny-12 {
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
  }
}
@media print, screen and (min-width: 40.0625em) {
  .grid-x > .small-shrink, .grid-x > .small-full, .grid-x > .small-1, .grid-x > .small-2, .grid-x > .small-3, .grid-x > .small-4, .grid-x > .small-5, .grid-x > .small-6, .grid-x > .small-7, .grid-x > .small-8, .grid-x > .small-9, .grid-x > .small-10, .grid-x > .small-11, .grid-x > .small-12 {
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
  }
}
@media print, screen and (min-width: 48.0625em) {
  .grid-x > .medium-shrink, .grid-x > .medium-full, .grid-x > .medium-1, .grid-x > .medium-2, .grid-x > .medium-3, .grid-x > .medium-4, .grid-x > .medium-5, .grid-x > .medium-6, .grid-x > .medium-7, .grid-x > .medium-8, .grid-x > .medium-9, .grid-x > .medium-10, .grid-x > .medium-11, .grid-x > .medium-12 {
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
  }
}
@media print, screen and (min-width: 64.0625em) {
  .grid-x > .large-shrink, .grid-x > .large-full, .grid-x > .large-1, .grid-x > .large-2, .grid-x > .large-3, .grid-x > .large-4, .grid-x > .large-5, .grid-x > .large-6, .grid-x > .large-7, .grid-x > .large-8, .grid-x > .large-9, .grid-x > .large-10, .grid-x > .large-11, .grid-x > .large-12 {
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
  }
}
.grid-x > .initial-12, .grid-x > .initial-11, .grid-x > .initial-10, .grid-x > .initial-9, .grid-x > .initial-8, .grid-x > .initial-7, .grid-x > .initial-6, .grid-x > .initial-5, .grid-x > .initial-4, .grid-x > .initial-3, .grid-x > .initial-2, .grid-x > .initial-1 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}

.grid-x > .initial-1 {
  width: 8.3333333333%;
}

.grid-x > .initial-2 {
  width: 16.6666666667%;
}

.grid-x > .initial-3 {
  width: 25%;
}

.grid-x > .initial-4 {
  width: 33.3333333333%;
}

.grid-x > .initial-5 {
  width: 41.6666666667%;
}

.grid-x > .initial-6 {
  width: 50%;
}

.grid-x > .initial-7 {
  width: 58.3333333333%;
}

.grid-x > .initial-8 {
  width: 66.6666666667%;
}

.grid-x > .initial-9 {
  width: 75%;
}

.grid-x > .initial-10 {
  width: 83.3333333333%;
}

.grid-x > .initial-11 {
  width: 91.6666666667%;
}

.grid-x > .initial-12 {
  width: 100%;
}

@media print, screen and (min-width: 20.0625em) {
  .grid-x > .tiny-auto {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 0px;
            flex: 1 1 0;
    width: auto;
  }
  .grid-x > .tiny-12, .grid-x > .tiny-11, .grid-x > .tiny-10, .grid-x > .tiny-9, .grid-x > .tiny-8, .grid-x > .tiny-7, .grid-x > .tiny-6, .grid-x > .tiny-5, .grid-x > .tiny-4, .grid-x > .tiny-3, .grid-x > .tiny-2, .grid-x > .tiny-1, .grid-x > .tiny-shrink {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
  }
  .grid-x > .tiny-shrink {
    width: auto;
  }
  .grid-x > .tiny-1 {
    width: 8.3333333333%;
  }
  .grid-x > .tiny-2 {
    width: 16.6666666667%;
  }
  .grid-x > .tiny-3 {
    width: 25%;
  }
  .grid-x > .tiny-4 {
    width: 33.3333333333%;
  }
  .grid-x > .tiny-5 {
    width: 41.6666666667%;
  }
  .grid-x > .tiny-6 {
    width: 50%;
  }
  .grid-x > .tiny-7 {
    width: 58.3333333333%;
  }
  .grid-x > .tiny-8 {
    width: 66.6666666667%;
  }
  .grid-x > .tiny-9 {
    width: 75%;
  }
  .grid-x > .tiny-10 {
    width: 83.3333333333%;
  }
  .grid-x > .tiny-11 {
    width: 91.6666666667%;
  }
  .grid-x > .tiny-12 {
    width: 100%;
  }
}
@media print, screen and (min-width: 40.0625em) {
  .grid-x > .small-auto {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 0px;
            flex: 1 1 0;
    width: auto;
  }
  .grid-x > .small-12, .grid-x > .small-11, .grid-x > .small-10, .grid-x > .small-9, .grid-x > .small-8, .grid-x > .small-7, .grid-x > .small-6, .grid-x > .small-5, .grid-x > .small-4, .grid-x > .small-3, .grid-x > .small-2, .grid-x > .small-1, .grid-x > .small-shrink {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
  }
  .grid-x > .small-shrink {
    width: auto;
  }
  .grid-x > .small-1 {
    width: 8.3333333333%;
  }
  .grid-x > .small-2 {
    width: 16.6666666667%;
  }
  .grid-x > .small-3 {
    width: 25%;
  }
  .grid-x > .small-4 {
    width: 33.3333333333%;
  }
  .grid-x > .small-5 {
    width: 41.6666666667%;
  }
  .grid-x > .small-6 {
    width: 50%;
  }
  .grid-x > .small-7 {
    width: 58.3333333333%;
  }
  .grid-x > .small-8 {
    width: 66.6666666667%;
  }
  .grid-x > .small-9 {
    width: 75%;
  }
  .grid-x > .small-10 {
    width: 83.3333333333%;
  }
  .grid-x > .small-11 {
    width: 91.6666666667%;
  }
  .grid-x > .small-12 {
    width: 100%;
  }
}
@media print, screen and (min-width: 48.0625em) {
  .grid-x > .medium-auto {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 0px;
            flex: 1 1 0;
    width: auto;
  }
  .grid-x > .medium-12, .grid-x > .medium-11, .grid-x > .medium-10, .grid-x > .medium-9, .grid-x > .medium-8, .grid-x > .medium-7, .grid-x > .medium-6, .grid-x > .medium-5, .grid-x > .medium-4, .grid-x > .medium-3, .grid-x > .medium-2, .grid-x > .medium-1, .grid-x > .medium-shrink {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
  }
  .grid-x > .medium-shrink {
    width: auto;
  }
  .grid-x > .medium-1 {
    width: 8.3333333333%;
  }
  .grid-x > .medium-2 {
    width: 16.6666666667%;
  }
  .grid-x > .medium-3 {
    width: 25%;
  }
  .grid-x > .medium-4 {
    width: 33.3333333333%;
  }
  .grid-x > .medium-5 {
    width: 41.6666666667%;
  }
  .grid-x > .medium-6 {
    width: 50%;
  }
  .grid-x > .medium-7 {
    width: 58.3333333333%;
  }
  .grid-x > .medium-8 {
    width: 66.6666666667%;
  }
  .grid-x > .medium-9 {
    width: 75%;
  }
  .grid-x > .medium-10 {
    width: 83.3333333333%;
  }
  .grid-x > .medium-11 {
    width: 91.6666666667%;
  }
  .grid-x > .medium-12 {
    width: 100%;
  }
}
@media print, screen and (min-width: 64.0625em) {
  .grid-x > .large-auto {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 0px;
            flex: 1 1 0;
    width: auto;
  }
  .grid-x > .large-12, .grid-x > .large-11, .grid-x > .large-10, .grid-x > .large-9, .grid-x > .large-8, .grid-x > .large-7, .grid-x > .large-6, .grid-x > .large-5, .grid-x > .large-4, .grid-x > .large-3, .grid-x > .large-2, .grid-x > .large-1, .grid-x > .large-shrink {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
  }
  .grid-x > .large-shrink {
    width: auto;
  }
  .grid-x > .large-1 {
    width: 8.3333333333%;
  }
  .grid-x > .large-2 {
    width: 16.6666666667%;
  }
  .grid-x > .large-3 {
    width: 25%;
  }
  .grid-x > .large-4 {
    width: 33.3333333333%;
  }
  .grid-x > .large-5 {
    width: 41.6666666667%;
  }
  .grid-x > .large-6 {
    width: 50%;
  }
  .grid-x > .large-7 {
    width: 58.3333333333%;
  }
  .grid-x > .large-8 {
    width: 66.6666666667%;
  }
  .grid-x > .large-9 {
    width: 75%;
  }
  .grid-x > .large-10 {
    width: 83.3333333333%;
  }
  .grid-x > .large-11 {
    width: 91.6666666667%;
  }
  .grid-x > .large-12 {
    width: 100%;
  }
}
.grid-margin-x:not(.grid-x) > .cell {
  width: auto;
}

.grid-margin-y:not(.grid-y) > .cell {
  height: auto;
}

.grid-margin-x {
  margin-left: -1.25rem;
  margin-right: -1.25rem;
}
.grid-margin-x > .cell {
  width: calc(100% - 2.5rem);
  margin-left: 1.25rem;
  margin-right: 1.25rem;
}
.grid-margin-x > .auto {
  width: auto;
}
.grid-margin-x > .shrink {
  width: auto;
}
.grid-margin-x > .initial-1 {
  width: calc(8.3333333333% - 2.5rem);
}
.grid-margin-x > .initial-2 {
  width: calc(16.6666666667% - 2.5rem);
}
.grid-margin-x > .initial-3 {
  width: calc(25% - 2.5rem);
}
.grid-margin-x > .initial-4 {
  width: calc(33.3333333333% - 2.5rem);
}
.grid-margin-x > .initial-5 {
  width: calc(41.6666666667% - 2.5rem);
}
.grid-margin-x > .initial-6 {
  width: calc(50% - 2.5rem);
}
.grid-margin-x > .initial-7 {
  width: calc(58.3333333333% - 2.5rem);
}
.grid-margin-x > .initial-8 {
  width: calc(66.6666666667% - 2.5rem);
}
.grid-margin-x > .initial-9 {
  width: calc(75% - 2.5rem);
}
.grid-margin-x > .initial-10 {
  width: calc(83.3333333333% - 2.5rem);
}
.grid-margin-x > .initial-11 {
  width: calc(91.6666666667% - 2.5rem);
}
.grid-margin-x > .initial-12 {
  width: calc(100% - 2.5rem);
}
@media print, screen and (min-width: 20.0625em) {
  .grid-margin-x > .tiny-auto {
    width: auto;
  }
  .grid-margin-x > .tiny-shrink {
    width: auto;
  }
  .grid-margin-x > .tiny-1 {
    width: calc(8.3333333333% - 2.5rem);
  }
  .grid-margin-x > .tiny-2 {
    width: calc(16.6666666667% - 2.5rem);
  }
  .grid-margin-x > .tiny-3 {
    width: calc(25% - 2.5rem);
  }
  .grid-margin-x > .tiny-4 {
    width: calc(33.3333333333% - 2.5rem);
  }
  .grid-margin-x > .tiny-5 {
    width: calc(41.6666666667% - 2.5rem);
  }
  .grid-margin-x > .tiny-6 {
    width: calc(50% - 2.5rem);
  }
  .grid-margin-x > .tiny-7 {
    width: calc(58.3333333333% - 2.5rem);
  }
  .grid-margin-x > .tiny-8 {
    width: calc(66.6666666667% - 2.5rem);
  }
  .grid-margin-x > .tiny-9 {
    width: calc(75% - 2.5rem);
  }
  .grid-margin-x > .tiny-10 {
    width: calc(83.3333333333% - 2.5rem);
  }
  .grid-margin-x > .tiny-11 {
    width: calc(91.6666666667% - 2.5rem);
  }
  .grid-margin-x > .tiny-12 {
    width: calc(100% - 2.5rem);
  }
}
@media print, screen and (min-width: 40.0625em) {
  .grid-margin-x > .small-auto {
    width: auto;
  }
  .grid-margin-x > .small-shrink {
    width: auto;
  }
  .grid-margin-x > .small-1 {
    width: calc(8.3333333333% - 2.5rem);
  }
  .grid-margin-x > .small-2 {
    width: calc(16.6666666667% - 2.5rem);
  }
  .grid-margin-x > .small-3 {
    width: calc(25% - 2.5rem);
  }
  .grid-margin-x > .small-4 {
    width: calc(33.3333333333% - 2.5rem);
  }
  .grid-margin-x > .small-5 {
    width: calc(41.6666666667% - 2.5rem);
  }
  .grid-margin-x > .small-6 {
    width: calc(50% - 2.5rem);
  }
  .grid-margin-x > .small-7 {
    width: calc(58.3333333333% - 2.5rem);
  }
  .grid-margin-x > .small-8 {
    width: calc(66.6666666667% - 2.5rem);
  }
  .grid-margin-x > .small-9 {
    width: calc(75% - 2.5rem);
  }
  .grid-margin-x > .small-10 {
    width: calc(83.3333333333% - 2.5rem);
  }
  .grid-margin-x > .small-11 {
    width: calc(91.6666666667% - 2.5rem);
  }
  .grid-margin-x > .small-12 {
    width: calc(100% - 2.5rem);
  }
}
@media print, screen and (min-width: 48.0625em) {
  .grid-margin-x > .medium-auto {
    width: auto;
  }
  .grid-margin-x > .medium-shrink {
    width: auto;
  }
  .grid-margin-x > .medium-1 {
    width: calc(8.3333333333% - 2.5rem);
  }
  .grid-margin-x > .medium-2 {
    width: calc(16.6666666667% - 2.5rem);
  }
  .grid-margin-x > .medium-3 {
    width: calc(25% - 2.5rem);
  }
  .grid-margin-x > .medium-4 {
    width: calc(33.3333333333% - 2.5rem);
  }
  .grid-margin-x > .medium-5 {
    width: calc(41.6666666667% - 2.5rem);
  }
  .grid-margin-x > .medium-6 {
    width: calc(50% - 2.5rem);
  }
  .grid-margin-x > .medium-7 {
    width: calc(58.3333333333% - 2.5rem);
  }
  .grid-margin-x > .medium-8 {
    width: calc(66.6666666667% - 2.5rem);
  }
  .grid-margin-x > .medium-9 {
    width: calc(75% - 2.5rem);
  }
  .grid-margin-x > .medium-10 {
    width: calc(83.3333333333% - 2.5rem);
  }
  .grid-margin-x > .medium-11 {
    width: calc(91.6666666667% - 2.5rem);
  }
  .grid-margin-x > .medium-12 {
    width: calc(100% - 2.5rem);
  }
}
@media print, screen and (min-width: 64.0625em) {
  .grid-margin-x > .large-auto {
    width: auto;
  }
  .grid-margin-x > .large-shrink {
    width: auto;
  }
  .grid-margin-x > .large-1 {
    width: calc(8.3333333333% - 2.5rem);
  }
  .grid-margin-x > .large-2 {
    width: calc(16.6666666667% - 2.5rem);
  }
  .grid-margin-x > .large-3 {
    width: calc(25% - 2.5rem);
  }
  .grid-margin-x > .large-4 {
    width: calc(33.3333333333% - 2.5rem);
  }
  .grid-margin-x > .large-5 {
    width: calc(41.6666666667% - 2.5rem);
  }
  .grid-margin-x > .large-6 {
    width: calc(50% - 2.5rem);
  }
  .grid-margin-x > .large-7 {
    width: calc(58.3333333333% - 2.5rem);
  }
  .grid-margin-x > .large-8 {
    width: calc(66.6666666667% - 2.5rem);
  }
  .grid-margin-x > .large-9 {
    width: calc(75% - 2.5rem);
  }
  .grid-margin-x > .large-10 {
    width: calc(83.3333333333% - 2.5rem);
  }
  .grid-margin-x > .large-11 {
    width: calc(91.6666666667% - 2.5rem);
  }
  .grid-margin-x > .large-12 {
    width: calc(100% - 2.5rem);
  }
}

.grid-padding-x .grid-padding-x {
  margin-right: -1.25rem;
  margin-left: -1.25rem;
}
.grid-container:not(.full) > .grid-padding-x {
  margin-right: -1.25rem;
  margin-left: -1.25rem;
}
.grid-padding-x > .cell {
  padding-right: 1.25rem;
  padding-left: 1.25rem;
}

.initial-up-1 > .cell {
  width: 100%;
}

.initial-up-2 > .cell {
  width: 50%;
}

.initial-up-3 > .cell {
  width: 33.3333333333%;
}

.initial-up-4 > .cell {
  width: 25%;
}

.initial-up-5 > .cell {
  width: 20%;
}

.initial-up-6 > .cell {
  width: 16.6666666667%;
}

.initial-up-7 > .cell {
  width: 14.2857142857%;
}

.initial-up-8 > .cell {
  width: 12.5%;
}

@media print, screen and (min-width: 20.0625em) {
  .tiny-up-1 > .cell {
    width: 100%;
  }
  .tiny-up-2 > .cell {
    width: 50%;
  }
  .tiny-up-3 > .cell {
    width: 33.3333333333%;
  }
  .tiny-up-4 > .cell {
    width: 25%;
  }
  .tiny-up-5 > .cell {
    width: 20%;
  }
  .tiny-up-6 > .cell {
    width: 16.6666666667%;
  }
  .tiny-up-7 > .cell {
    width: 14.2857142857%;
  }
  .tiny-up-8 > .cell {
    width: 12.5%;
  }
}
@media print, screen and (min-width: 40.0625em) {
  .small-up-1 > .cell {
    width: 100%;
  }
  .small-up-2 > .cell {
    width: 50%;
  }
  .small-up-3 > .cell {
    width: 33.3333333333%;
  }
  .small-up-4 > .cell {
    width: 25%;
  }
  .small-up-5 > .cell {
    width: 20%;
  }
  .small-up-6 > .cell {
    width: 16.6666666667%;
  }
  .small-up-7 > .cell {
    width: 14.2857142857%;
  }
  .small-up-8 > .cell {
    width: 12.5%;
  }
}
@media print, screen and (min-width: 48.0625em) {
  .medium-up-1 > .cell {
    width: 100%;
  }
  .medium-up-2 > .cell {
    width: 50%;
  }
  .medium-up-3 > .cell {
    width: 33.3333333333%;
  }
  .medium-up-4 > .cell {
    width: 25%;
  }
  .medium-up-5 > .cell {
    width: 20%;
  }
  .medium-up-6 > .cell {
    width: 16.6666666667%;
  }
  .medium-up-7 > .cell {
    width: 14.2857142857%;
  }
  .medium-up-8 > .cell {
    width: 12.5%;
  }
}
@media print, screen and (min-width: 64.0625em) {
  .large-up-1 > .cell {
    width: 100%;
  }
  .large-up-2 > .cell {
    width: 50%;
  }
  .large-up-3 > .cell {
    width: 33.3333333333%;
  }
  .large-up-4 > .cell {
    width: 25%;
  }
  .large-up-5 > .cell {
    width: 20%;
  }
  .large-up-6 > .cell {
    width: 16.6666666667%;
  }
  .large-up-7 > .cell {
    width: 14.2857142857%;
  }
  .large-up-8 > .cell {
    width: 12.5%;
  }
}
.grid-margin-x.initial-up-1 > .cell {
  width: calc(100% - 2.5rem);
}

.grid-margin-x.initial-up-2 > .cell {
  width: calc(50% - 2.5rem);
}

.grid-margin-x.initial-up-3 > .cell {
  width: calc(33.3333333333% - 2.5rem);
}

.grid-margin-x.initial-up-4 > .cell {
  width: calc(25% - 2.5rem);
}

.grid-margin-x.initial-up-5 > .cell {
  width: calc(20% - 2.5rem);
}

.grid-margin-x.initial-up-6 > .cell {
  width: calc(16.6666666667% - 2.5rem);
}

.grid-margin-x.initial-up-7 > .cell {
  width: calc(14.2857142857% - 2.5rem);
}

.grid-margin-x.initial-up-8 > .cell {
  width: calc(12.5% - 2.5rem);
}

@media print, screen and (min-width: 20.0625em) {
  .grid-margin-x.tiny-up-1 > .cell {
    width: calc(100% - 2.5rem);
  }
  .grid-margin-x.tiny-up-2 > .cell {
    width: calc(50% - 2.5rem);
  }
  .grid-margin-x.tiny-up-3 > .cell {
    width: calc(33.3333333333% - 2.5rem);
  }
  .grid-margin-x.tiny-up-4 > .cell {
    width: calc(25% - 2.5rem);
  }
  .grid-margin-x.tiny-up-5 > .cell {
    width: calc(20% - 2.5rem);
  }
  .grid-margin-x.tiny-up-6 > .cell {
    width: calc(16.6666666667% - 2.5rem);
  }
  .grid-margin-x.tiny-up-7 > .cell {
    width: calc(14.2857142857% - 2.5rem);
  }
  .grid-margin-x.tiny-up-8 > .cell {
    width: calc(12.5% - 2.5rem);
  }
}
@media print, screen and (min-width: 40.0625em) {
  .grid-margin-x.small-up-1 > .cell {
    width: calc(100% - 2.5rem);
  }
  .grid-margin-x.small-up-2 > .cell {
    width: calc(50% - 2.5rem);
  }
  .grid-margin-x.small-up-3 > .cell {
    width: calc(33.3333333333% - 2.5rem);
  }
  .grid-margin-x.small-up-4 > .cell {
    width: calc(25% - 2.5rem);
  }
  .grid-margin-x.small-up-5 > .cell {
    width: calc(20% - 2.5rem);
  }
  .grid-margin-x.small-up-6 > .cell {
    width: calc(16.6666666667% - 2.5rem);
  }
  .grid-margin-x.small-up-7 > .cell {
    width: calc(14.2857142857% - 2.5rem);
  }
  .grid-margin-x.small-up-8 > .cell {
    width: calc(12.5% - 2.5rem);
  }
}
@media print, screen and (min-width: 48.0625em) {
  .grid-margin-x.medium-up-1 > .cell {
    width: calc(100% - 2.5rem);
  }
  .grid-margin-x.medium-up-2 > .cell {
    width: calc(50% - 2.5rem);
  }
  .grid-margin-x.medium-up-3 > .cell {
    width: calc(33.3333333333% - 2.5rem);
  }
  .grid-margin-x.medium-up-4 > .cell {
    width: calc(25% - 2.5rem);
  }
  .grid-margin-x.medium-up-5 > .cell {
    width: calc(20% - 2.5rem);
  }
  .grid-margin-x.medium-up-6 > .cell {
    width: calc(16.6666666667% - 2.5rem);
  }
  .grid-margin-x.medium-up-7 > .cell {
    width: calc(14.2857142857% - 2.5rem);
  }
  .grid-margin-x.medium-up-8 > .cell {
    width: calc(12.5% - 2.5rem);
  }
}
@media print, screen and (min-width: 64.0625em) {
  .grid-margin-x.large-up-1 > .cell {
    width: calc(100% - 2.5rem);
  }
  .grid-margin-x.large-up-2 > .cell {
    width: calc(50% - 2.5rem);
  }
  .grid-margin-x.large-up-3 > .cell {
    width: calc(33.3333333333% - 2.5rem);
  }
  .grid-margin-x.large-up-4 > .cell {
    width: calc(25% - 2.5rem);
  }
  .grid-margin-x.large-up-5 > .cell {
    width: calc(20% - 2.5rem);
  }
  .grid-margin-x.large-up-6 > .cell {
    width: calc(16.6666666667% - 2.5rem);
  }
  .grid-margin-x.large-up-7 > .cell {
    width: calc(14.2857142857% - 2.5rem);
  }
  .grid-margin-x.large-up-8 > .cell {
    width: calc(12.5% - 2.5rem);
  }
}
.initial-margin-collapse {
  margin-right: 0;
  margin-left: 0;
}
.initial-margin-collapse > .cell {
  margin-right: 0;
  margin-left: 0;
}
.initial-margin-collapse > .initial-1 {
  width: 8.3333333333%;
}
.initial-margin-collapse > .initial-2 {
  width: 16.6666666667%;
}
.initial-margin-collapse > .initial-3 {
  width: 25%;
}
.initial-margin-collapse > .initial-4 {
  width: 33.3333333333%;
}
.initial-margin-collapse > .initial-5 {
  width: 41.6666666667%;
}
.initial-margin-collapse > .initial-6 {
  width: 50%;
}
.initial-margin-collapse > .initial-7 {
  width: 58.3333333333%;
}
.initial-margin-collapse > .initial-8 {
  width: 66.6666666667%;
}
.initial-margin-collapse > .initial-9 {
  width: 75%;
}
.initial-margin-collapse > .initial-10 {
  width: 83.3333333333%;
}
.initial-margin-collapse > .initial-11 {
  width: 91.6666666667%;
}
.initial-margin-collapse > .initial-12 {
  width: 100%;
}
@media print, screen and (min-width: 20.0625em) {
  .initial-margin-collapse > .tiny-1 {
    width: 8.3333333333%;
  }
  .initial-margin-collapse > .tiny-2 {
    width: 16.6666666667%;
  }
  .initial-margin-collapse > .tiny-3 {
    width: 25%;
  }
  .initial-margin-collapse > .tiny-4 {
    width: 33.3333333333%;
  }
  .initial-margin-collapse > .tiny-5 {
    width: 41.6666666667%;
  }
  .initial-margin-collapse > .tiny-6 {
    width: 50%;
  }
  .initial-margin-collapse > .tiny-7 {
    width: 58.3333333333%;
  }
  .initial-margin-collapse > .tiny-8 {
    width: 66.6666666667%;
  }
  .initial-margin-collapse > .tiny-9 {
    width: 75%;
  }
  .initial-margin-collapse > .tiny-10 {
    width: 83.3333333333%;
  }
  .initial-margin-collapse > .tiny-11 {
    width: 91.6666666667%;
  }
  .initial-margin-collapse > .tiny-12 {
    width: 100%;
  }
}
@media print, screen and (min-width: 40.0625em) {
  .initial-margin-collapse > .small-1 {
    width: 8.3333333333%;
  }
  .initial-margin-collapse > .small-2 {
    width: 16.6666666667%;
  }
  .initial-margin-collapse > .small-3 {
    width: 25%;
  }
  .initial-margin-collapse > .small-4 {
    width: 33.3333333333%;
  }
  .initial-margin-collapse > .small-5 {
    width: 41.6666666667%;
  }
  .initial-margin-collapse > .small-6 {
    width: 50%;
  }
  .initial-margin-collapse > .small-7 {
    width: 58.3333333333%;
  }
  .initial-margin-collapse > .small-8 {
    width: 66.6666666667%;
  }
  .initial-margin-collapse > .small-9 {
    width: 75%;
  }
  .initial-margin-collapse > .small-10 {
    width: 83.3333333333%;
  }
  .initial-margin-collapse > .small-11 {
    width: 91.6666666667%;
  }
  .initial-margin-collapse > .small-12 {
    width: 100%;
  }
}
@media print, screen and (min-width: 48.0625em) {
  .initial-margin-collapse > .medium-1 {
    width: 8.3333333333%;
  }
  .initial-margin-collapse > .medium-2 {
    width: 16.6666666667%;
  }
  .initial-margin-collapse > .medium-3 {
    width: 25%;
  }
  .initial-margin-collapse > .medium-4 {
    width: 33.3333333333%;
  }
  .initial-margin-collapse > .medium-5 {
    width: 41.6666666667%;
  }
  .initial-margin-collapse > .medium-6 {
    width: 50%;
  }
  .initial-margin-collapse > .medium-7 {
    width: 58.3333333333%;
  }
  .initial-margin-collapse > .medium-8 {
    width: 66.6666666667%;
  }
  .initial-margin-collapse > .medium-9 {
    width: 75%;
  }
  .initial-margin-collapse > .medium-10 {
    width: 83.3333333333%;
  }
  .initial-margin-collapse > .medium-11 {
    width: 91.6666666667%;
  }
  .initial-margin-collapse > .medium-12 {
    width: 100%;
  }
}
@media print, screen and (min-width: 64.0625em) {
  .initial-margin-collapse > .large-1 {
    width: 8.3333333333%;
  }
  .initial-margin-collapse > .large-2 {
    width: 16.6666666667%;
  }
  .initial-margin-collapse > .large-3 {
    width: 25%;
  }
  .initial-margin-collapse > .large-4 {
    width: 33.3333333333%;
  }
  .initial-margin-collapse > .large-5 {
    width: 41.6666666667%;
  }
  .initial-margin-collapse > .large-6 {
    width: 50%;
  }
  .initial-margin-collapse > .large-7 {
    width: 58.3333333333%;
  }
  .initial-margin-collapse > .large-8 {
    width: 66.6666666667%;
  }
  .initial-margin-collapse > .large-9 {
    width: 75%;
  }
  .initial-margin-collapse > .large-10 {
    width: 83.3333333333%;
  }
  .initial-margin-collapse > .large-11 {
    width: 91.6666666667%;
  }
  .initial-margin-collapse > .large-12 {
    width: 100%;
  }
}

.initial-padding-collapse {
  margin-right: 0;
  margin-left: 0;
}
.initial-padding-collapse > .cell {
  padding-right: 0;
  padding-left: 0;
}

@media print, screen and (min-width: 20.0625em) {
  .tiny-margin-collapse {
    margin-right: 0;
    margin-left: 0;
  }
  .tiny-margin-collapse > .cell {
    margin-right: 0;
    margin-left: 0;
  }
}
@media print, screen and (min-width: 20.0625em) {
  .tiny-margin-collapse > .initial-1 {
    width: 8.3333333333%;
  }
  .tiny-margin-collapse > .initial-2 {
    width: 16.6666666667%;
  }
  .tiny-margin-collapse > .initial-3 {
    width: 25%;
  }
  .tiny-margin-collapse > .initial-4 {
    width: 33.3333333333%;
  }
  .tiny-margin-collapse > .initial-5 {
    width: 41.6666666667%;
  }
  .tiny-margin-collapse > .initial-6 {
    width: 50%;
  }
  .tiny-margin-collapse > .initial-7 {
    width: 58.3333333333%;
  }
  .tiny-margin-collapse > .initial-8 {
    width: 66.6666666667%;
  }
  .tiny-margin-collapse > .initial-9 {
    width: 75%;
  }
  .tiny-margin-collapse > .initial-10 {
    width: 83.3333333333%;
  }
  .tiny-margin-collapse > .initial-11 {
    width: 91.6666666667%;
  }
  .tiny-margin-collapse > .initial-12 {
    width: 100%;
  }
}
@media print, screen and (min-width: 20.0625em) {
  .tiny-margin-collapse > .tiny-1 {
    width: 8.3333333333%;
  }
  .tiny-margin-collapse > .tiny-2 {
    width: 16.6666666667%;
  }
  .tiny-margin-collapse > .tiny-3 {
    width: 25%;
  }
  .tiny-margin-collapse > .tiny-4 {
    width: 33.3333333333%;
  }
  .tiny-margin-collapse > .tiny-5 {
    width: 41.6666666667%;
  }
  .tiny-margin-collapse > .tiny-6 {
    width: 50%;
  }
  .tiny-margin-collapse > .tiny-7 {
    width: 58.3333333333%;
  }
  .tiny-margin-collapse > .tiny-8 {
    width: 66.6666666667%;
  }
  .tiny-margin-collapse > .tiny-9 {
    width: 75%;
  }
  .tiny-margin-collapse > .tiny-10 {
    width: 83.3333333333%;
  }
  .tiny-margin-collapse > .tiny-11 {
    width: 91.6666666667%;
  }
  .tiny-margin-collapse > .tiny-12 {
    width: 100%;
  }
}
@media print, screen and (min-width: 40.0625em) {
  .tiny-margin-collapse > .small-1 {
    width: 8.3333333333%;
  }
  .tiny-margin-collapse > .small-2 {
    width: 16.6666666667%;
  }
  .tiny-margin-collapse > .small-3 {
    width: 25%;
  }
  .tiny-margin-collapse > .small-4 {
    width: 33.3333333333%;
  }
  .tiny-margin-collapse > .small-5 {
    width: 41.6666666667%;
  }
  .tiny-margin-collapse > .small-6 {
    width: 50%;
  }
  .tiny-margin-collapse > .small-7 {
    width: 58.3333333333%;
  }
  .tiny-margin-collapse > .small-8 {
    width: 66.6666666667%;
  }
  .tiny-margin-collapse > .small-9 {
    width: 75%;
  }
  .tiny-margin-collapse > .small-10 {
    width: 83.3333333333%;
  }
  .tiny-margin-collapse > .small-11 {
    width: 91.6666666667%;
  }
  .tiny-margin-collapse > .small-12 {
    width: 100%;
  }
}
@media print, screen and (min-width: 48.0625em) {
  .tiny-margin-collapse > .medium-1 {
    width: 8.3333333333%;
  }
  .tiny-margin-collapse > .medium-2 {
    width: 16.6666666667%;
  }
  .tiny-margin-collapse > .medium-3 {
    width: 25%;
  }
  .tiny-margin-collapse > .medium-4 {
    width: 33.3333333333%;
  }
  .tiny-margin-collapse > .medium-5 {
    width: 41.6666666667%;
  }
  .tiny-margin-collapse > .medium-6 {
    width: 50%;
  }
  .tiny-margin-collapse > .medium-7 {
    width: 58.3333333333%;
  }
  .tiny-margin-collapse > .medium-8 {
    width: 66.6666666667%;
  }
  .tiny-margin-collapse > .medium-9 {
    width: 75%;
  }
  .tiny-margin-collapse > .medium-10 {
    width: 83.3333333333%;
  }
  .tiny-margin-collapse > .medium-11 {
    width: 91.6666666667%;
  }
  .tiny-margin-collapse > .medium-12 {
    width: 100%;
  }
}
@media print, screen and (min-width: 64.0625em) {
  .tiny-margin-collapse > .large-1 {
    width: 8.3333333333%;
  }
  .tiny-margin-collapse > .large-2 {
    width: 16.6666666667%;
  }
  .tiny-margin-collapse > .large-3 {
    width: 25%;
  }
  .tiny-margin-collapse > .large-4 {
    width: 33.3333333333%;
  }
  .tiny-margin-collapse > .large-5 {
    width: 41.6666666667%;
  }
  .tiny-margin-collapse > .large-6 {
    width: 50%;
  }
  .tiny-margin-collapse > .large-7 {
    width: 58.3333333333%;
  }
  .tiny-margin-collapse > .large-8 {
    width: 66.6666666667%;
  }
  .tiny-margin-collapse > .large-9 {
    width: 75%;
  }
  .tiny-margin-collapse > .large-10 {
    width: 83.3333333333%;
  }
  .tiny-margin-collapse > .large-11 {
    width: 91.6666666667%;
  }
  .tiny-margin-collapse > .large-12 {
    width: 100%;
  }
}

@media print, screen and (min-width: 20.0625em) {
  .tiny-padding-collapse {
    margin-right: 0;
    margin-left: 0;
  }
  .tiny-padding-collapse > .cell {
    padding-right: 0;
    padding-left: 0;
  }
}

@media print, screen and (min-width: 40.0625em) {
  .small-margin-collapse {
    margin-right: 0;
    margin-left: 0;
  }
  .small-margin-collapse > .cell {
    margin-right: 0;
    margin-left: 0;
  }
}
@media print, screen and (min-width: 40.0625em) {
  .small-margin-collapse > .initial-1 {
    width: 8.3333333333%;
  }
  .small-margin-collapse > .initial-2 {
    width: 16.6666666667%;
  }
  .small-margin-collapse > .initial-3 {
    width: 25%;
  }
  .small-margin-collapse > .initial-4 {
    width: 33.3333333333%;
  }
  .small-margin-collapse > .initial-5 {
    width: 41.6666666667%;
  }
  .small-margin-collapse > .initial-6 {
    width: 50%;
  }
  .small-margin-collapse > .initial-7 {
    width: 58.3333333333%;
  }
  .small-margin-collapse > .initial-8 {
    width: 66.6666666667%;
  }
  .small-margin-collapse > .initial-9 {
    width: 75%;
  }
  .small-margin-collapse > .initial-10 {
    width: 83.3333333333%;
  }
  .small-margin-collapse > .initial-11 {
    width: 91.6666666667%;
  }
  .small-margin-collapse > .initial-12 {
    width: 100%;
  }
}
@media print, screen and (min-width: 40.0625em) {
  .small-margin-collapse > .tiny-1 {
    width: 8.3333333333%;
  }
  .small-margin-collapse > .tiny-2 {
    width: 16.6666666667%;
  }
  .small-margin-collapse > .tiny-3 {
    width: 25%;
  }
  .small-margin-collapse > .tiny-4 {
    width: 33.3333333333%;
  }
  .small-margin-collapse > .tiny-5 {
    width: 41.6666666667%;
  }
  .small-margin-collapse > .tiny-6 {
    width: 50%;
  }
  .small-margin-collapse > .tiny-7 {
    width: 58.3333333333%;
  }
  .small-margin-collapse > .tiny-8 {
    width: 66.6666666667%;
  }
  .small-margin-collapse > .tiny-9 {
    width: 75%;
  }
  .small-margin-collapse > .tiny-10 {
    width: 83.3333333333%;
  }
  .small-margin-collapse > .tiny-11 {
    width: 91.6666666667%;
  }
  .small-margin-collapse > .tiny-12 {
    width: 100%;
  }
}
@media print, screen and (min-width: 40.0625em) {
  .small-margin-collapse > .small-1 {
    width: 8.3333333333%;
  }
  .small-margin-collapse > .small-2 {
    width: 16.6666666667%;
  }
  .small-margin-collapse > .small-3 {
    width: 25%;
  }
  .small-margin-collapse > .small-4 {
    width: 33.3333333333%;
  }
  .small-margin-collapse > .small-5 {
    width: 41.6666666667%;
  }
  .small-margin-collapse > .small-6 {
    width: 50%;
  }
  .small-margin-collapse > .small-7 {
    width: 58.3333333333%;
  }
  .small-margin-collapse > .small-8 {
    width: 66.6666666667%;
  }
  .small-margin-collapse > .small-9 {
    width: 75%;
  }
  .small-margin-collapse > .small-10 {
    width: 83.3333333333%;
  }
  .small-margin-collapse > .small-11 {
    width: 91.6666666667%;
  }
  .small-margin-collapse > .small-12 {
    width: 100%;
  }
}
@media print, screen and (min-width: 48.0625em) {
  .small-margin-collapse > .medium-1 {
    width: 8.3333333333%;
  }
  .small-margin-collapse > .medium-2 {
    width: 16.6666666667%;
  }
  .small-margin-collapse > .medium-3 {
    width: 25%;
  }
  .small-margin-collapse > .medium-4 {
    width: 33.3333333333%;
  }
  .small-margin-collapse > .medium-5 {
    width: 41.6666666667%;
  }
  .small-margin-collapse > .medium-6 {
    width: 50%;
  }
  .small-margin-collapse > .medium-7 {
    width: 58.3333333333%;
  }
  .small-margin-collapse > .medium-8 {
    width: 66.6666666667%;
  }
  .small-margin-collapse > .medium-9 {
    width: 75%;
  }
  .small-margin-collapse > .medium-10 {
    width: 83.3333333333%;
  }
  .small-margin-collapse > .medium-11 {
    width: 91.6666666667%;
  }
  .small-margin-collapse > .medium-12 {
    width: 100%;
  }
}
@media print, screen and (min-width: 64.0625em) {
  .small-margin-collapse > .large-1 {
    width: 8.3333333333%;
  }
  .small-margin-collapse > .large-2 {
    width: 16.6666666667%;
  }
  .small-margin-collapse > .large-3 {
    width: 25%;
  }
  .small-margin-collapse > .large-4 {
    width: 33.3333333333%;
  }
  .small-margin-collapse > .large-5 {
    width: 41.6666666667%;
  }
  .small-margin-collapse > .large-6 {
    width: 50%;
  }
  .small-margin-collapse > .large-7 {
    width: 58.3333333333%;
  }
  .small-margin-collapse > .large-8 {
    width: 66.6666666667%;
  }
  .small-margin-collapse > .large-9 {
    width: 75%;
  }
  .small-margin-collapse > .large-10 {
    width: 83.3333333333%;
  }
  .small-margin-collapse > .large-11 {
    width: 91.6666666667%;
  }
  .small-margin-collapse > .large-12 {
    width: 100%;
  }
}

@media print, screen and (min-width: 40.0625em) {
  .small-padding-collapse {
    margin-right: 0;
    margin-left: 0;
  }
  .small-padding-collapse > .cell {
    padding-right: 0;
    padding-left: 0;
  }
}

@media print, screen and (min-width: 48.0625em) {
  .medium-margin-collapse {
    margin-right: 0;
    margin-left: 0;
  }
  .medium-margin-collapse > .cell {
    margin-right: 0;
    margin-left: 0;
  }
}
@media print, screen and (min-width: 48.0625em) {
  .medium-margin-collapse > .initial-1 {
    width: 8.3333333333%;
  }
  .medium-margin-collapse > .initial-2 {
    width: 16.6666666667%;
  }
  .medium-margin-collapse > .initial-3 {
    width: 25%;
  }
  .medium-margin-collapse > .initial-4 {
    width: 33.3333333333%;
  }
  .medium-margin-collapse > .initial-5 {
    width: 41.6666666667%;
  }
  .medium-margin-collapse > .initial-6 {
    width: 50%;
  }
  .medium-margin-collapse > .initial-7 {
    width: 58.3333333333%;
  }
  .medium-margin-collapse > .initial-8 {
    width: 66.6666666667%;
  }
  .medium-margin-collapse > .initial-9 {
    width: 75%;
  }
  .medium-margin-collapse > .initial-10 {
    width: 83.3333333333%;
  }
  .medium-margin-collapse > .initial-11 {
    width: 91.6666666667%;
  }
  .medium-margin-collapse > .initial-12 {
    width: 100%;
  }
}
@media print, screen and (min-width: 48.0625em) {
  .medium-margin-collapse > .tiny-1 {
    width: 8.3333333333%;
  }
  .medium-margin-collapse > .tiny-2 {
    width: 16.6666666667%;
  }
  .medium-margin-collapse > .tiny-3 {
    width: 25%;
  }
  .medium-margin-collapse > .tiny-4 {
    width: 33.3333333333%;
  }
  .medium-margin-collapse > .tiny-5 {
    width: 41.6666666667%;
  }
  .medium-margin-collapse > .tiny-6 {
    width: 50%;
  }
  .medium-margin-collapse > .tiny-7 {
    width: 58.3333333333%;
  }
  .medium-margin-collapse > .tiny-8 {
    width: 66.6666666667%;
  }
  .medium-margin-collapse > .tiny-9 {
    width: 75%;
  }
  .medium-margin-collapse > .tiny-10 {
    width: 83.3333333333%;
  }
  .medium-margin-collapse > .tiny-11 {
    width: 91.6666666667%;
  }
  .medium-margin-collapse > .tiny-12 {
    width: 100%;
  }
}
@media print, screen and (min-width: 48.0625em) {
  .medium-margin-collapse > .small-1 {
    width: 8.3333333333%;
  }
  .medium-margin-collapse > .small-2 {
    width: 16.6666666667%;
  }
  .medium-margin-collapse > .small-3 {
    width: 25%;
  }
  .medium-margin-collapse > .small-4 {
    width: 33.3333333333%;
  }
  .medium-margin-collapse > .small-5 {
    width: 41.6666666667%;
  }
  .medium-margin-collapse > .small-6 {
    width: 50%;
  }
  .medium-margin-collapse > .small-7 {
    width: 58.3333333333%;
  }
  .medium-margin-collapse > .small-8 {
    width: 66.6666666667%;
  }
  .medium-margin-collapse > .small-9 {
    width: 75%;
  }
  .medium-margin-collapse > .small-10 {
    width: 83.3333333333%;
  }
  .medium-margin-collapse > .small-11 {
    width: 91.6666666667%;
  }
  .medium-margin-collapse > .small-12 {
    width: 100%;
  }
}
@media print, screen and (min-width: 48.0625em) {
  .medium-margin-collapse > .medium-1 {
    width: 8.3333333333%;
  }
  .medium-margin-collapse > .medium-2 {
    width: 16.6666666667%;
  }
  .medium-margin-collapse > .medium-3 {
    width: 25%;
  }
  .medium-margin-collapse > .medium-4 {
    width: 33.3333333333%;
  }
  .medium-margin-collapse > .medium-5 {
    width: 41.6666666667%;
  }
  .medium-margin-collapse > .medium-6 {
    width: 50%;
  }
  .medium-margin-collapse > .medium-7 {
    width: 58.3333333333%;
  }
  .medium-margin-collapse > .medium-8 {
    width: 66.6666666667%;
  }
  .medium-margin-collapse > .medium-9 {
    width: 75%;
  }
  .medium-margin-collapse > .medium-10 {
    width: 83.3333333333%;
  }
  .medium-margin-collapse > .medium-11 {
    width: 91.6666666667%;
  }
  .medium-margin-collapse > .medium-12 {
    width: 100%;
  }
}
@media print, screen and (min-width: 64.0625em) {
  .medium-margin-collapse > .large-1 {
    width: 8.3333333333%;
  }
  .medium-margin-collapse > .large-2 {
    width: 16.6666666667%;
  }
  .medium-margin-collapse > .large-3 {
    width: 25%;
  }
  .medium-margin-collapse > .large-4 {
    width: 33.3333333333%;
  }
  .medium-margin-collapse > .large-5 {
    width: 41.6666666667%;
  }
  .medium-margin-collapse > .large-6 {
    width: 50%;
  }
  .medium-margin-collapse > .large-7 {
    width: 58.3333333333%;
  }
  .medium-margin-collapse > .large-8 {
    width: 66.6666666667%;
  }
  .medium-margin-collapse > .large-9 {
    width: 75%;
  }
  .medium-margin-collapse > .large-10 {
    width: 83.3333333333%;
  }
  .medium-margin-collapse > .large-11 {
    width: 91.6666666667%;
  }
  .medium-margin-collapse > .large-12 {
    width: 100%;
  }
}

@media print, screen and (min-width: 48.0625em) {
  .medium-padding-collapse {
    margin-right: 0;
    margin-left: 0;
  }
  .medium-padding-collapse > .cell {
    padding-right: 0;
    padding-left: 0;
  }
}

@media print, screen and (min-width: 64.0625em) {
  .large-margin-collapse {
    margin-right: 0;
    margin-left: 0;
  }
  .large-margin-collapse > .cell {
    margin-right: 0;
    margin-left: 0;
  }
}
@media print, screen and (min-width: 64.0625em) {
  .large-margin-collapse > .initial-1 {
    width: 8.3333333333%;
  }
  .large-margin-collapse > .initial-2 {
    width: 16.6666666667%;
  }
  .large-margin-collapse > .initial-3 {
    width: 25%;
  }
  .large-margin-collapse > .initial-4 {
    width: 33.3333333333%;
  }
  .large-margin-collapse > .initial-5 {
    width: 41.6666666667%;
  }
  .large-margin-collapse > .initial-6 {
    width: 50%;
  }
  .large-margin-collapse > .initial-7 {
    width: 58.3333333333%;
  }
  .large-margin-collapse > .initial-8 {
    width: 66.6666666667%;
  }
  .large-margin-collapse > .initial-9 {
    width: 75%;
  }
  .large-margin-collapse > .initial-10 {
    width: 83.3333333333%;
  }
  .large-margin-collapse > .initial-11 {
    width: 91.6666666667%;
  }
  .large-margin-collapse > .initial-12 {
    width: 100%;
  }
}
@media print, screen and (min-width: 64.0625em) {
  .large-margin-collapse > .tiny-1 {
    width: 8.3333333333%;
  }
  .large-margin-collapse > .tiny-2 {
    width: 16.6666666667%;
  }
  .large-margin-collapse > .tiny-3 {
    width: 25%;
  }
  .large-margin-collapse > .tiny-4 {
    width: 33.3333333333%;
  }
  .large-margin-collapse > .tiny-5 {
    width: 41.6666666667%;
  }
  .large-margin-collapse > .tiny-6 {
    width: 50%;
  }
  .large-margin-collapse > .tiny-7 {
    width: 58.3333333333%;
  }
  .large-margin-collapse > .tiny-8 {
    width: 66.6666666667%;
  }
  .large-margin-collapse > .tiny-9 {
    width: 75%;
  }
  .large-margin-collapse > .tiny-10 {
    width: 83.3333333333%;
  }
  .large-margin-collapse > .tiny-11 {
    width: 91.6666666667%;
  }
  .large-margin-collapse > .tiny-12 {
    width: 100%;
  }
}
@media print, screen and (min-width: 64.0625em) {
  .large-margin-collapse > .small-1 {
    width: 8.3333333333%;
  }
  .large-margin-collapse > .small-2 {
    width: 16.6666666667%;
  }
  .large-margin-collapse > .small-3 {
    width: 25%;
  }
  .large-margin-collapse > .small-4 {
    width: 33.3333333333%;
  }
  .large-margin-collapse > .small-5 {
    width: 41.6666666667%;
  }
  .large-margin-collapse > .small-6 {
    width: 50%;
  }
  .large-margin-collapse > .small-7 {
    width: 58.3333333333%;
  }
  .large-margin-collapse > .small-8 {
    width: 66.6666666667%;
  }
  .large-margin-collapse > .small-9 {
    width: 75%;
  }
  .large-margin-collapse > .small-10 {
    width: 83.3333333333%;
  }
  .large-margin-collapse > .small-11 {
    width: 91.6666666667%;
  }
  .large-margin-collapse > .small-12 {
    width: 100%;
  }
}
@media print, screen and (min-width: 64.0625em) {
  .large-margin-collapse > .medium-1 {
    width: 8.3333333333%;
  }
  .large-margin-collapse > .medium-2 {
    width: 16.6666666667%;
  }
  .large-margin-collapse > .medium-3 {
    width: 25%;
  }
  .large-margin-collapse > .medium-4 {
    width: 33.3333333333%;
  }
  .large-margin-collapse > .medium-5 {
    width: 41.6666666667%;
  }
  .large-margin-collapse > .medium-6 {
    width: 50%;
  }
  .large-margin-collapse > .medium-7 {
    width: 58.3333333333%;
  }
  .large-margin-collapse > .medium-8 {
    width: 66.6666666667%;
  }
  .large-margin-collapse > .medium-9 {
    width: 75%;
  }
  .large-margin-collapse > .medium-10 {
    width: 83.3333333333%;
  }
  .large-margin-collapse > .medium-11 {
    width: 91.6666666667%;
  }
  .large-margin-collapse > .medium-12 {
    width: 100%;
  }
}
@media print, screen and (min-width: 64.0625em) {
  .large-margin-collapse > .large-1 {
    width: 8.3333333333%;
  }
  .large-margin-collapse > .large-2 {
    width: 16.6666666667%;
  }
  .large-margin-collapse > .large-3 {
    width: 25%;
  }
  .large-margin-collapse > .large-4 {
    width: 33.3333333333%;
  }
  .large-margin-collapse > .large-5 {
    width: 41.6666666667%;
  }
  .large-margin-collapse > .large-6 {
    width: 50%;
  }
  .large-margin-collapse > .large-7 {
    width: 58.3333333333%;
  }
  .large-margin-collapse > .large-8 {
    width: 66.6666666667%;
  }
  .large-margin-collapse > .large-9 {
    width: 75%;
  }
  .large-margin-collapse > .large-10 {
    width: 83.3333333333%;
  }
  .large-margin-collapse > .large-11 {
    width: 91.6666666667%;
  }
  .large-margin-collapse > .large-12 {
    width: 100%;
  }
}

@media print, screen and (min-width: 64.0625em) {
  .large-padding-collapse {
    margin-right: 0;
    margin-left: 0;
  }
  .large-padding-collapse > .cell {
    padding-right: 0;
    padding-left: 0;
  }
}

.initial-offset-0 {
  margin-left: 0%;
}

.grid-margin-x > .initial-offset-0 {
  margin-left: calc(0% + 2.5rem / 2);
}

.initial-offset-1 {
  margin-left: 8.3333333333%;
}

.grid-margin-x > .initial-offset-1 {
  margin-left: calc(8.3333333333% + 2.5rem / 2);
}

.initial-offset-2 {
  margin-left: 16.6666666667%;
}

.grid-margin-x > .initial-offset-2 {
  margin-left: calc(16.6666666667% + 2.5rem / 2);
}

.initial-offset-3 {
  margin-left: 25%;
}

.grid-margin-x > .initial-offset-3 {
  margin-left: calc(25% + 2.5rem / 2);
}

.initial-offset-4 {
  margin-left: 33.3333333333%;
}

.grid-margin-x > .initial-offset-4 {
  margin-left: calc(33.3333333333% + 2.5rem / 2);
}

.initial-offset-5 {
  margin-left: 41.6666666667%;
}

.grid-margin-x > .initial-offset-5 {
  margin-left: calc(41.6666666667% + 2.5rem / 2);
}

.initial-offset-6 {
  margin-left: 50%;
}

.grid-margin-x > .initial-offset-6 {
  margin-left: calc(50% + 2.5rem / 2);
}

.initial-offset-7 {
  margin-left: 58.3333333333%;
}

.grid-margin-x > .initial-offset-7 {
  margin-left: calc(58.3333333333% + 2.5rem / 2);
}

.initial-offset-8 {
  margin-left: 66.6666666667%;
}

.grid-margin-x > .initial-offset-8 {
  margin-left: calc(66.6666666667% + 2.5rem / 2);
}

.initial-offset-9 {
  margin-left: 75%;
}

.grid-margin-x > .initial-offset-9 {
  margin-left: calc(75% + 2.5rem / 2);
}

.initial-offset-10 {
  margin-left: 83.3333333333%;
}

.grid-margin-x > .initial-offset-10 {
  margin-left: calc(83.3333333333% + 2.5rem / 2);
}

.initial-offset-11 {
  margin-left: 91.6666666667%;
}

.grid-margin-x > .initial-offset-11 {
  margin-left: calc(91.6666666667% + 2.5rem / 2);
}

@media print, screen and (min-width: 20.0625em) {
  .tiny-offset-0 {
    margin-left: 0%;
  }
  .grid-margin-x > .tiny-offset-0 {
    margin-left: calc(0% + 2.5rem / 2);
  }
  .tiny-offset-1 {
    margin-left: 8.3333333333%;
  }
  .grid-margin-x > .tiny-offset-1 {
    margin-left: calc(8.3333333333% + 2.5rem / 2);
  }
  .tiny-offset-2 {
    margin-left: 16.6666666667%;
  }
  .grid-margin-x > .tiny-offset-2 {
    margin-left: calc(16.6666666667% + 2.5rem / 2);
  }
  .tiny-offset-3 {
    margin-left: 25%;
  }
  .grid-margin-x > .tiny-offset-3 {
    margin-left: calc(25% + 2.5rem / 2);
  }
  .tiny-offset-4 {
    margin-left: 33.3333333333%;
  }
  .grid-margin-x > .tiny-offset-4 {
    margin-left: calc(33.3333333333% + 2.5rem / 2);
  }
  .tiny-offset-5 {
    margin-left: 41.6666666667%;
  }
  .grid-margin-x > .tiny-offset-5 {
    margin-left: calc(41.6666666667% + 2.5rem / 2);
  }
  .tiny-offset-6 {
    margin-left: 50%;
  }
  .grid-margin-x > .tiny-offset-6 {
    margin-left: calc(50% + 2.5rem / 2);
  }
  .tiny-offset-7 {
    margin-left: 58.3333333333%;
  }
  .grid-margin-x > .tiny-offset-7 {
    margin-left: calc(58.3333333333% + 2.5rem / 2);
  }
  .tiny-offset-8 {
    margin-left: 66.6666666667%;
  }
  .grid-margin-x > .tiny-offset-8 {
    margin-left: calc(66.6666666667% + 2.5rem / 2);
  }
  .tiny-offset-9 {
    margin-left: 75%;
  }
  .grid-margin-x > .tiny-offset-9 {
    margin-left: calc(75% + 2.5rem / 2);
  }
  .tiny-offset-10 {
    margin-left: 83.3333333333%;
  }
  .grid-margin-x > .tiny-offset-10 {
    margin-left: calc(83.3333333333% + 2.5rem / 2);
  }
  .tiny-offset-11 {
    margin-left: 91.6666666667%;
  }
  .grid-margin-x > .tiny-offset-11 {
    margin-left: calc(91.6666666667% + 2.5rem / 2);
  }
}
@media print, screen and (min-width: 40.0625em) {
  .small-offset-0 {
    margin-left: 0%;
  }
  .grid-margin-x > .small-offset-0 {
    margin-left: calc(0% + 2.5rem / 2);
  }
  .small-offset-1 {
    margin-left: 8.3333333333%;
  }
  .grid-margin-x > .small-offset-1 {
    margin-left: calc(8.3333333333% + 2.5rem / 2);
  }
  .small-offset-2 {
    margin-left: 16.6666666667%;
  }
  .grid-margin-x > .small-offset-2 {
    margin-left: calc(16.6666666667% + 2.5rem / 2);
  }
  .small-offset-3 {
    margin-left: 25%;
  }
  .grid-margin-x > .small-offset-3 {
    margin-left: calc(25% + 2.5rem / 2);
  }
  .small-offset-4 {
    margin-left: 33.3333333333%;
  }
  .grid-margin-x > .small-offset-4 {
    margin-left: calc(33.3333333333% + 2.5rem / 2);
  }
  .small-offset-5 {
    margin-left: 41.6666666667%;
  }
  .grid-margin-x > .small-offset-5 {
    margin-left: calc(41.6666666667% + 2.5rem / 2);
  }
  .small-offset-6 {
    margin-left: 50%;
  }
  .grid-margin-x > .small-offset-6 {
    margin-left: calc(50% + 2.5rem / 2);
  }
  .small-offset-7 {
    margin-left: 58.3333333333%;
  }
  .grid-margin-x > .small-offset-7 {
    margin-left: calc(58.3333333333% + 2.5rem / 2);
  }
  .small-offset-8 {
    margin-left: 66.6666666667%;
  }
  .grid-margin-x > .small-offset-8 {
    margin-left: calc(66.6666666667% + 2.5rem / 2);
  }
  .small-offset-9 {
    margin-left: 75%;
  }
  .grid-margin-x > .small-offset-9 {
    margin-left: calc(75% + 2.5rem / 2);
  }
  .small-offset-10 {
    margin-left: 83.3333333333%;
  }
  .grid-margin-x > .small-offset-10 {
    margin-left: calc(83.3333333333% + 2.5rem / 2);
  }
  .small-offset-11 {
    margin-left: 91.6666666667%;
  }
  .grid-margin-x > .small-offset-11 {
    margin-left: calc(91.6666666667% + 2.5rem / 2);
  }
}
@media print, screen and (min-width: 48.0625em) {
  .medium-offset-0 {
    margin-left: 0%;
  }
  .grid-margin-x > .medium-offset-0 {
    margin-left: calc(0% + 2.5rem / 2);
  }
  .medium-offset-1 {
    margin-left: 8.3333333333%;
  }
  .grid-margin-x > .medium-offset-1 {
    margin-left: calc(8.3333333333% + 2.5rem / 2);
  }
  .medium-offset-2 {
    margin-left: 16.6666666667%;
  }
  .grid-margin-x > .medium-offset-2 {
    margin-left: calc(16.6666666667% + 2.5rem / 2);
  }
  .medium-offset-3 {
    margin-left: 25%;
  }
  .grid-margin-x > .medium-offset-3 {
    margin-left: calc(25% + 2.5rem / 2);
  }
  .medium-offset-4 {
    margin-left: 33.3333333333%;
  }
  .grid-margin-x > .medium-offset-4 {
    margin-left: calc(33.3333333333% + 2.5rem / 2);
  }
  .medium-offset-5 {
    margin-left: 41.6666666667%;
  }
  .grid-margin-x > .medium-offset-5 {
    margin-left: calc(41.6666666667% + 2.5rem / 2);
  }
  .medium-offset-6 {
    margin-left: 50%;
  }
  .grid-margin-x > .medium-offset-6 {
    margin-left: calc(50% + 2.5rem / 2);
  }
  .medium-offset-7 {
    margin-left: 58.3333333333%;
  }
  .grid-margin-x > .medium-offset-7 {
    margin-left: calc(58.3333333333% + 2.5rem / 2);
  }
  .medium-offset-8 {
    margin-left: 66.6666666667%;
  }
  .grid-margin-x > .medium-offset-8 {
    margin-left: calc(66.6666666667% + 2.5rem / 2);
  }
  .medium-offset-9 {
    margin-left: 75%;
  }
  .grid-margin-x > .medium-offset-9 {
    margin-left: calc(75% + 2.5rem / 2);
  }
  .medium-offset-10 {
    margin-left: 83.3333333333%;
  }
  .grid-margin-x > .medium-offset-10 {
    margin-left: calc(83.3333333333% + 2.5rem / 2);
  }
  .medium-offset-11 {
    margin-left: 91.6666666667%;
  }
  .grid-margin-x > .medium-offset-11 {
    margin-left: calc(91.6666666667% + 2.5rem / 2);
  }
}
@media print, screen and (min-width: 64.0625em) {
  .large-offset-0 {
    margin-left: 0%;
  }
  .grid-margin-x > .large-offset-0 {
    margin-left: calc(0% + 2.5rem / 2);
  }
  .large-offset-1 {
    margin-left: 8.3333333333%;
  }
  .grid-margin-x > .large-offset-1 {
    margin-left: calc(8.3333333333% + 2.5rem / 2);
  }
  .large-offset-2 {
    margin-left: 16.6666666667%;
  }
  .grid-margin-x > .large-offset-2 {
    margin-left: calc(16.6666666667% + 2.5rem / 2);
  }
  .large-offset-3 {
    margin-left: 25%;
  }
  .grid-margin-x > .large-offset-3 {
    margin-left: calc(25% + 2.5rem / 2);
  }
  .large-offset-4 {
    margin-left: 33.3333333333%;
  }
  .grid-margin-x > .large-offset-4 {
    margin-left: calc(33.3333333333% + 2.5rem / 2);
  }
  .large-offset-5 {
    margin-left: 41.6666666667%;
  }
  .grid-margin-x > .large-offset-5 {
    margin-left: calc(41.6666666667% + 2.5rem / 2);
  }
  .large-offset-6 {
    margin-left: 50%;
  }
  .grid-margin-x > .large-offset-6 {
    margin-left: calc(50% + 2.5rem / 2);
  }
  .large-offset-7 {
    margin-left: 58.3333333333%;
  }
  .grid-margin-x > .large-offset-7 {
    margin-left: calc(58.3333333333% + 2.5rem / 2);
  }
  .large-offset-8 {
    margin-left: 66.6666666667%;
  }
  .grid-margin-x > .large-offset-8 {
    margin-left: calc(66.6666666667% + 2.5rem / 2);
  }
  .large-offset-9 {
    margin-left: 75%;
  }
  .grid-margin-x > .large-offset-9 {
    margin-left: calc(75% + 2.5rem / 2);
  }
  .large-offset-10 {
    margin-left: 83.3333333333%;
  }
  .grid-margin-x > .large-offset-10 {
    margin-left: calc(83.3333333333% + 2.5rem / 2);
  }
  .large-offset-11 {
    margin-left: 91.6666666667%;
  }
  .grid-margin-x > .large-offset-11 {
    margin-left: calc(91.6666666667% + 2.5rem / 2);
  }
}
.grid-y {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
}
.grid-y > .cell {
  height: auto;
  max-height: none;
}
.grid-y > .auto {
  height: auto;
}
.grid-y > .shrink {
  height: auto;
}
.grid-y > .initial-shrink, .grid-y > .initial-full, .grid-y > .initial-1, .grid-y > .initial-2, .grid-y > .initial-3, .grid-y > .initial-4, .grid-y > .initial-5, .grid-y > .initial-6, .grid-y > .initial-7, .grid-y > .initial-8, .grid-y > .initial-9, .grid-y > .initial-10, .grid-y > .initial-11, .grid-y > .initial-12 {
  -ms-flex-preferred-size: auto;
      flex-basis: auto;
}
@media print, screen and (min-width: 20.0625em) {
  .grid-y > .tiny-shrink, .grid-y > .tiny-full, .grid-y > .tiny-1, .grid-y > .tiny-2, .grid-y > .tiny-3, .grid-y > .tiny-4, .grid-y > .tiny-5, .grid-y > .tiny-6, .grid-y > .tiny-7, .grid-y > .tiny-8, .grid-y > .tiny-9, .grid-y > .tiny-10, .grid-y > .tiny-11, .grid-y > .tiny-12 {
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
  }
}
@media print, screen and (min-width: 40.0625em) {
  .grid-y > .small-shrink, .grid-y > .small-full, .grid-y > .small-1, .grid-y > .small-2, .grid-y > .small-3, .grid-y > .small-4, .grid-y > .small-5, .grid-y > .small-6, .grid-y > .small-7, .grid-y > .small-8, .grid-y > .small-9, .grid-y > .small-10, .grid-y > .small-11, .grid-y > .small-12 {
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
  }
}
@media print, screen and (min-width: 48.0625em) {
  .grid-y > .medium-shrink, .grid-y > .medium-full, .grid-y > .medium-1, .grid-y > .medium-2, .grid-y > .medium-3, .grid-y > .medium-4, .grid-y > .medium-5, .grid-y > .medium-6, .grid-y > .medium-7, .grid-y > .medium-8, .grid-y > .medium-9, .grid-y > .medium-10, .grid-y > .medium-11, .grid-y > .medium-12 {
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
  }
}
@media print, screen and (min-width: 64.0625em) {
  .grid-y > .large-shrink, .grid-y > .large-full, .grid-y > .large-1, .grid-y > .large-2, .grid-y > .large-3, .grid-y > .large-4, .grid-y > .large-5, .grid-y > .large-6, .grid-y > .large-7, .grid-y > .large-8, .grid-y > .large-9, .grid-y > .large-10, .grid-y > .large-11, .grid-y > .large-12 {
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
  }
}
.grid-y > .initial-12, .grid-y > .initial-11, .grid-y > .initial-10, .grid-y > .initial-9, .grid-y > .initial-8, .grid-y > .initial-7, .grid-y > .initial-6, .grid-y > .initial-5, .grid-y > .initial-4, .grid-y > .initial-3, .grid-y > .initial-2, .grid-y > .initial-1 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
.grid-y > .initial-1 {
  height: 8.3333333333%;
}
.grid-y > .initial-2 {
  height: 16.6666666667%;
}
.grid-y > .initial-3 {
  height: 25%;
}
.grid-y > .initial-4 {
  height: 33.3333333333%;
}
.grid-y > .initial-5 {
  height: 41.6666666667%;
}
.grid-y > .initial-6 {
  height: 50%;
}
.grid-y > .initial-7 {
  height: 58.3333333333%;
}
.grid-y > .initial-8 {
  height: 66.6666666667%;
}
.grid-y > .initial-9 {
  height: 75%;
}
.grid-y > .initial-10 {
  height: 83.3333333333%;
}
.grid-y > .initial-11 {
  height: 91.6666666667%;
}
.grid-y > .initial-12 {
  height: 100%;
}
@media print, screen and (min-width: 20.0625em) {
  .grid-y > .tiny-auto {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 0px;
            flex: 1 1 0;
    height: auto;
  }
  .grid-y > .tiny-12, .grid-y > .tiny-11, .grid-y > .tiny-10, .grid-y > .tiny-9, .grid-y > .tiny-8, .grid-y > .tiny-7, .grid-y > .tiny-6, .grid-y > .tiny-5, .grid-y > .tiny-4, .grid-y > .tiny-3, .grid-y > .tiny-2, .grid-y > .tiny-1, .grid-y > .tiny-shrink {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
  }
  .grid-y > .tiny-shrink {
    height: auto;
  }
  .grid-y > .tiny-1 {
    height: 8.3333333333%;
  }
  .grid-y > .tiny-2 {
    height: 16.6666666667%;
  }
  .grid-y > .tiny-3 {
    height: 25%;
  }
  .grid-y > .tiny-4 {
    height: 33.3333333333%;
  }
  .grid-y > .tiny-5 {
    height: 41.6666666667%;
  }
  .grid-y > .tiny-6 {
    height: 50%;
  }
  .grid-y > .tiny-7 {
    height: 58.3333333333%;
  }
  .grid-y > .tiny-8 {
    height: 66.6666666667%;
  }
  .grid-y > .tiny-9 {
    height: 75%;
  }
  .grid-y > .tiny-10 {
    height: 83.3333333333%;
  }
  .grid-y > .tiny-11 {
    height: 91.6666666667%;
  }
  .grid-y > .tiny-12 {
    height: 100%;
  }
}
@media print, screen and (min-width: 40.0625em) {
  .grid-y > .small-auto {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 0px;
            flex: 1 1 0;
    height: auto;
  }
  .grid-y > .small-12, .grid-y > .small-11, .grid-y > .small-10, .grid-y > .small-9, .grid-y > .small-8, .grid-y > .small-7, .grid-y > .small-6, .grid-y > .small-5, .grid-y > .small-4, .grid-y > .small-3, .grid-y > .small-2, .grid-y > .small-1, .grid-y > .small-shrink {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
  }
  .grid-y > .small-shrink {
    height: auto;
  }
  .grid-y > .small-1 {
    height: 8.3333333333%;
  }
  .grid-y > .small-2 {
    height: 16.6666666667%;
  }
  .grid-y > .small-3 {
    height: 25%;
  }
  .grid-y > .small-4 {
    height: 33.3333333333%;
  }
  .grid-y > .small-5 {
    height: 41.6666666667%;
  }
  .grid-y > .small-6 {
    height: 50%;
  }
  .grid-y > .small-7 {
    height: 58.3333333333%;
  }
  .grid-y > .small-8 {
    height: 66.6666666667%;
  }
  .grid-y > .small-9 {
    height: 75%;
  }
  .grid-y > .small-10 {
    height: 83.3333333333%;
  }
  .grid-y > .small-11 {
    height: 91.6666666667%;
  }
  .grid-y > .small-12 {
    height: 100%;
  }
}
@media print, screen and (min-width: 48.0625em) {
  .grid-y > .medium-auto {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 0px;
            flex: 1 1 0;
    height: auto;
  }
  .grid-y > .medium-12, .grid-y > .medium-11, .grid-y > .medium-10, .grid-y > .medium-9, .grid-y > .medium-8, .grid-y > .medium-7, .grid-y > .medium-6, .grid-y > .medium-5, .grid-y > .medium-4, .grid-y > .medium-3, .grid-y > .medium-2, .grid-y > .medium-1, .grid-y > .medium-shrink {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
  }
  .grid-y > .medium-shrink {
    height: auto;
  }
  .grid-y > .medium-1 {
    height: 8.3333333333%;
  }
  .grid-y > .medium-2 {
    height: 16.6666666667%;
  }
  .grid-y > .medium-3 {
    height: 25%;
  }
  .grid-y > .medium-4 {
    height: 33.3333333333%;
  }
  .grid-y > .medium-5 {
    height: 41.6666666667%;
  }
  .grid-y > .medium-6 {
    height: 50%;
  }
  .grid-y > .medium-7 {
    height: 58.3333333333%;
  }
  .grid-y > .medium-8 {
    height: 66.6666666667%;
  }
  .grid-y > .medium-9 {
    height: 75%;
  }
  .grid-y > .medium-10 {
    height: 83.3333333333%;
  }
  .grid-y > .medium-11 {
    height: 91.6666666667%;
  }
  .grid-y > .medium-12 {
    height: 100%;
  }
}
@media print, screen and (min-width: 64.0625em) {
  .grid-y > .large-auto {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 0px;
            flex: 1 1 0;
    height: auto;
  }
  .grid-y > .large-12, .grid-y > .large-11, .grid-y > .large-10, .grid-y > .large-9, .grid-y > .large-8, .grid-y > .large-7, .grid-y > .large-6, .grid-y > .large-5, .grid-y > .large-4, .grid-y > .large-3, .grid-y > .large-2, .grid-y > .large-1, .grid-y > .large-shrink {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
  }
  .grid-y > .large-shrink {
    height: auto;
  }
  .grid-y > .large-1 {
    height: 8.3333333333%;
  }
  .grid-y > .large-2 {
    height: 16.6666666667%;
  }
  .grid-y > .large-3 {
    height: 25%;
  }
  .grid-y > .large-4 {
    height: 33.3333333333%;
  }
  .grid-y > .large-5 {
    height: 41.6666666667%;
  }
  .grid-y > .large-6 {
    height: 50%;
  }
  .grid-y > .large-7 {
    height: 58.3333333333%;
  }
  .grid-y > .large-8 {
    height: 66.6666666667%;
  }
  .grid-y > .large-9 {
    height: 75%;
  }
  .grid-y > .large-10 {
    height: 83.3333333333%;
  }
  .grid-y > .large-11 {
    height: 91.6666666667%;
  }
  .grid-y > .large-12 {
    height: 100%;
  }
}

.grid-padding-y .grid-padding-y {
  margin-top: -1.25rem;
  margin-bottom: -1.25rem;
}
.grid-padding-y > .cell {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}

.grid-margin-y {
  margin-top: -1.25rem;
  margin-bottom: -1.25rem;
}
.grid-margin-y > .cell {
  height: calc(100% - 2.5rem);
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
}
.grid-margin-y > .auto {
  height: auto;
}
.grid-margin-y > .shrink {
  height: auto;
}
.grid-margin-y > .initial-1 {
  height: calc(8.3333333333% - 2.5rem);
}
.grid-margin-y > .initial-2 {
  height: calc(16.6666666667% - 2.5rem);
}
.grid-margin-y > .initial-3 {
  height: calc(25% - 2.5rem);
}
.grid-margin-y > .initial-4 {
  height: calc(33.3333333333% - 2.5rem);
}
.grid-margin-y > .initial-5 {
  height: calc(41.6666666667% - 2.5rem);
}
.grid-margin-y > .initial-6 {
  height: calc(50% - 2.5rem);
}
.grid-margin-y > .initial-7 {
  height: calc(58.3333333333% - 2.5rem);
}
.grid-margin-y > .initial-8 {
  height: calc(66.6666666667% - 2.5rem);
}
.grid-margin-y > .initial-9 {
  height: calc(75% - 2.5rem);
}
.grid-margin-y > .initial-10 {
  height: calc(83.3333333333% - 2.5rem);
}
.grid-margin-y > .initial-11 {
  height: calc(91.6666666667% - 2.5rem);
}
.grid-margin-y > .initial-12 {
  height: calc(100% - 2.5rem);
}
@media print, screen and (min-width: 20.0625em) {
  .grid-margin-y > .tiny-auto {
    height: auto;
  }
  .grid-margin-y > .tiny-shrink {
    height: auto;
  }
  .grid-margin-y > .tiny-1 {
    height: calc(8.3333333333% - 2.5rem);
  }
  .grid-margin-y > .tiny-2 {
    height: calc(16.6666666667% - 2.5rem);
  }
  .grid-margin-y > .tiny-3 {
    height: calc(25% - 2.5rem);
  }
  .grid-margin-y > .tiny-4 {
    height: calc(33.3333333333% - 2.5rem);
  }
  .grid-margin-y > .tiny-5 {
    height: calc(41.6666666667% - 2.5rem);
  }
  .grid-margin-y > .tiny-6 {
    height: calc(50% - 2.5rem);
  }
  .grid-margin-y > .tiny-7 {
    height: calc(58.3333333333% - 2.5rem);
  }
  .grid-margin-y > .tiny-8 {
    height: calc(66.6666666667% - 2.5rem);
  }
  .grid-margin-y > .tiny-9 {
    height: calc(75% - 2.5rem);
  }
  .grid-margin-y > .tiny-10 {
    height: calc(83.3333333333% - 2.5rem);
  }
  .grid-margin-y > .tiny-11 {
    height: calc(91.6666666667% - 2.5rem);
  }
  .grid-margin-y > .tiny-12 {
    height: calc(100% - 2.5rem);
  }
}
@media print, screen and (min-width: 40.0625em) {
  .grid-margin-y > .small-auto {
    height: auto;
  }
  .grid-margin-y > .small-shrink {
    height: auto;
  }
  .grid-margin-y > .small-1 {
    height: calc(8.3333333333% - 2.5rem);
  }
  .grid-margin-y > .small-2 {
    height: calc(16.6666666667% - 2.5rem);
  }
  .grid-margin-y > .small-3 {
    height: calc(25% - 2.5rem);
  }
  .grid-margin-y > .small-4 {
    height: calc(33.3333333333% - 2.5rem);
  }
  .grid-margin-y > .small-5 {
    height: calc(41.6666666667% - 2.5rem);
  }
  .grid-margin-y > .small-6 {
    height: calc(50% - 2.5rem);
  }
  .grid-margin-y > .small-7 {
    height: calc(58.3333333333% - 2.5rem);
  }
  .grid-margin-y > .small-8 {
    height: calc(66.6666666667% - 2.5rem);
  }
  .grid-margin-y > .small-9 {
    height: calc(75% - 2.5rem);
  }
  .grid-margin-y > .small-10 {
    height: calc(83.3333333333% - 2.5rem);
  }
  .grid-margin-y > .small-11 {
    height: calc(91.6666666667% - 2.5rem);
  }
  .grid-margin-y > .small-12 {
    height: calc(100% - 2.5rem);
  }
}
@media print, screen and (min-width: 48.0625em) {
  .grid-margin-y > .medium-auto {
    height: auto;
  }
  .grid-margin-y > .medium-shrink {
    height: auto;
  }
  .grid-margin-y > .medium-1 {
    height: calc(8.3333333333% - 2.5rem);
  }
  .grid-margin-y > .medium-2 {
    height: calc(16.6666666667% - 2.5rem);
  }
  .grid-margin-y > .medium-3 {
    height: calc(25% - 2.5rem);
  }
  .grid-margin-y > .medium-4 {
    height: calc(33.3333333333% - 2.5rem);
  }
  .grid-margin-y > .medium-5 {
    height: calc(41.6666666667% - 2.5rem);
  }
  .grid-margin-y > .medium-6 {
    height: calc(50% - 2.5rem);
  }
  .grid-margin-y > .medium-7 {
    height: calc(58.3333333333% - 2.5rem);
  }
  .grid-margin-y > .medium-8 {
    height: calc(66.6666666667% - 2.5rem);
  }
  .grid-margin-y > .medium-9 {
    height: calc(75% - 2.5rem);
  }
  .grid-margin-y > .medium-10 {
    height: calc(83.3333333333% - 2.5rem);
  }
  .grid-margin-y > .medium-11 {
    height: calc(91.6666666667% - 2.5rem);
  }
  .grid-margin-y > .medium-12 {
    height: calc(100% - 2.5rem);
  }
}
@media print, screen and (min-width: 64.0625em) {
  .grid-margin-y > .large-auto {
    height: auto;
  }
  .grid-margin-y > .large-shrink {
    height: auto;
  }
  .grid-margin-y > .large-1 {
    height: calc(8.3333333333% - 2.5rem);
  }
  .grid-margin-y > .large-2 {
    height: calc(16.6666666667% - 2.5rem);
  }
  .grid-margin-y > .large-3 {
    height: calc(25% - 2.5rem);
  }
  .grid-margin-y > .large-4 {
    height: calc(33.3333333333% - 2.5rem);
  }
  .grid-margin-y > .large-5 {
    height: calc(41.6666666667% - 2.5rem);
  }
  .grid-margin-y > .large-6 {
    height: calc(50% - 2.5rem);
  }
  .grid-margin-y > .large-7 {
    height: calc(58.3333333333% - 2.5rem);
  }
  .grid-margin-y > .large-8 {
    height: calc(66.6666666667% - 2.5rem);
  }
  .grid-margin-y > .large-9 {
    height: calc(75% - 2.5rem);
  }
  .grid-margin-y > .large-10 {
    height: calc(83.3333333333% - 2.5rem);
  }
  .grid-margin-y > .large-11 {
    height: calc(91.6666666667% - 2.5rem);
  }
  .grid-margin-y > .large-12 {
    height: calc(100% - 2.5rem);
  }
}

.align-left {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.align-right {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.align-center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.align-justify {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.align-spaced {
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

.align-left.vertical.menu > li > a {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.align-right.vertical.menu > li > a {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.align-center.vertical.menu > li > a {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.align-top {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.align-self-top {
  -ms-flex-item-align: start;
      align-self: flex-start;
}

.align-bottom {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.align-self-bottom {
  -ms-flex-item-align: end;
      align-self: flex-end;
}

.align-middle {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.align-self-middle {
  -ms-flex-item-align: center;
      align-self: center;
}

.align-stretch {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

.align-self-stretch {
  -ms-flex-item-align: stretch;
      align-self: stretch;
}

.align-center-middle {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
}

.initial-order-1 {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

.initial-order-2 {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}

.initial-order-3 {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
}

.initial-order-4 {
  -webkit-box-ordinal-group: 5;
      -ms-flex-order: 4;
          order: 4;
}

.initial-order-5 {
  -webkit-box-ordinal-group: 6;
      -ms-flex-order: 5;
          order: 5;
}

.initial-order-6 {
  -webkit-box-ordinal-group: 7;
      -ms-flex-order: 6;
          order: 6;
}

@media print, screen and (min-width: 20.0625em) {
  .tiny-order-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .tiny-order-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .tiny-order-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .tiny-order-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
  .tiny-order-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }
  .tiny-order-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }
}
@media print, screen and (min-width: 40.0625em) {
  .small-order-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .small-order-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .small-order-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .small-order-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
  .small-order-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }
  .small-order-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }
}
@media print, screen and (min-width: 48.0625em) {
  .medium-order-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .medium-order-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .medium-order-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .medium-order-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
  .medium-order-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }
  .medium-order-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }
}
@media print, screen and (min-width: 64.0625em) {
  .large-order-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .large-order-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .large-order-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .large-order-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
  .large-order-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }
  .large-order-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }
}
.flex-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.flex-child-auto {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}

.flex-child-grow {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
}

.flex-child-shrink {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
}

.flex-dir-row {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

.flex-dir-row-reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.flex-dir-column {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.flex-dir-column-reverse {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
}

@media print, screen and (min-width: 20.0625em) {
  .tiny-flex-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .tiny-flex-child-auto {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
  }
  .tiny-flex-child-grow {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 auto;
            flex: 1 0 auto;
  }
  .tiny-flex-child-shrink {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
  }
  .tiny-flex-dir-row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .tiny-flex-dir-row-reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .tiny-flex-dir-column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .tiny-flex-dir-column-reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
@media print, screen and (min-width: 40.0625em) {
  .small-flex-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .small-flex-child-auto {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
  }
  .small-flex-child-grow {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 auto;
            flex: 1 0 auto;
  }
  .small-flex-child-shrink {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
  }
  .small-flex-dir-row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .small-flex-dir-row-reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .small-flex-dir-column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .small-flex-dir-column-reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
@media print, screen and (min-width: 48.0625em) {
  .medium-flex-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .medium-flex-child-auto {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
  }
  .medium-flex-child-grow {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 auto;
            flex: 1 0 auto;
  }
  .medium-flex-child-shrink {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
  }
  .medium-flex-dir-row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .medium-flex-dir-row-reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .medium-flex-dir-column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .medium-flex-dir-column-reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
@media print, screen and (min-width: 64.0625em) {
  .large-flex-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .large-flex-child-auto {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
  }
  .large-flex-child-grow {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 auto;
            flex: 1 0 auto;
  }
  .large-flex-child-shrink {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
  }
  .large-flex-dir-row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .large-flex-dir-row-reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .large-flex-dir-column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .large-flex-dir-column-reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
:root {
  --aspect-ratio: 1;
}

.aspect-ratio-frame {
  position: relative;
}
.aspect-ratio-frame::before {
  display: block;
  padding-bottom: calc(1 * 100%);
  content: "";
}
.aspect-ratio-frame img, .aspect-ratio-frame video, .aspect-ratio-frame .autoplay-video-container, .aspect-ratio-frame iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.aspect-ratio-frame iframe {
  -o-object-fit: unset;
     object-fit: unset;
}
@supports (--css: variables) {
  .aspect-ratio-frame::before {
    padding-bottom: calc(var(--aspect-ratio) * 100%);
    content: "";
  }
}

.fa,
.fas,
.far,
.fal,
.fad,
.fab {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html {
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
  color: #000000;
  font-family: "Montserrat", "Gill Sans", sans-serif;
  font-size: 16px;
}

main {
  display: block;
}

.skip-link a:focus {
  position: absolute !important;
  z-index: 999;
  overflow: visible;
  clip: unset;
  width: calc(100% - 8px);
  height: 52px;
  margin: 4px;
  padding: 8px;
  color: #ffffff;
  background: #005a6d;
  font-family: "Montserrat", "Gill Sans", sans-serif;
  color: #ffffff;
  font-size: 1.75rem;
  font-weight: 700;
  text-align: center;
}

[href*="mailto:"] {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  display: inline;
  max-width: 100%;
}

button {
  cursor: pointer;
  font-size: 1rem;
}

iframe {
  max-width: 100%;
}

figure.aspect-ratio-frame {
  margin: 0;
}

img {
  max-width: 100%;
  height: auto;
}

dl,
pre {
  margin: 0;
  padding: 0;
}

.clearfix::before, .clearfix::after {
  display: table;
  content: " ";
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
.clearfix::after {
  clear: both;
}

.show-for-sr,
.visually-hidden {
  position: absolute !important;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
  width: 1px;
  height: 1px;
}

.bg--blue {
  background-color: #002c73;
}
.bg--blue.bg--gradient {
  background-image: -webkit-gradient(linear, left top, right bottom, from(#012867), to(#1952ae));
  background-image: linear-gradient(to bottom right, #012867, #1952ae);
}
.bg--teal {
  background-color: #005a6d;
}
.bg--teal.bg--gradient {
  background-image: -webkit-gradient(linear, left top, right bottom, from(#003d49), to(#0C7C94));
  background-image: linear-gradient(to bottom right, #003d49, #0C7C94);
}

[type=text], [type=password], [type=date], [type=datetime], [type=datetime-local], [type=month], [type=week], [type=email], [type=number], [type=search], [type=tel], [type=time], [type=url], [type=color],
[type=file],
[type=image],
[type=submit],
button,
textarea,
select,
fieldset {
  -webkit-transition: color 0.5s cubic-bezier(0.82, 0.06, 0.14, 0.97), background 0.5s cubic-bezier(0.82, 0.06, 0.14, 0.97), border 0.5s cubic-bezier(0.82, 0.06, 0.14, 0.97);
  transition: color 0.5s cubic-bezier(0.82, 0.06, 0.14, 0.97), background 0.5s cubic-bezier(0.82, 0.06, 0.14, 0.97), border 0.5s cubic-bezier(0.82, 0.06, 0.14, 0.97);
  font-family: "Montserrat", "Gill Sans", sans-serif;
  border-width: 0.125rem;
  border-radius: 0.25rem;
  border-style: solid;
  display: inline-block;
  position: relative;
  z-index: 2;
  line-height: 1.1;
  text-decoration: none;
  font-weight: 600;
  font-size: 0.9375rem;
  line-height: 1.25;
  padding: 0.75rem 1.5rem;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  margin: 0;
  padding: 0.5rem 0.875rem;
  border-width: 0.0625em;
  border-style: solid;
  border-color: inherit;
  border-radius: 0;
  font-family: "Montserrat", "Gill Sans", sans-serif;
  font-size: 1rem;
  font-weight: 400;
}
[type=text]:hover, [type=text]:focus, [type=password]:hover, [type=password]:focus, [type=date]:hover, [type=date]:focus, [type=datetime]:hover, [type=datetime]:focus, [type=datetime-local]:hover, [type=datetime-local]:focus, [type=month]:hover, [type=month]:focus, [type=week]:hover, [type=week]:focus, [type=email]:hover, [type=email]:focus, [type=number]:hover, [type=number]:focus, [type=search]:hover, [type=search]:focus, [type=tel]:hover, [type=tel]:focus, [type=time]:hover, [type=time]:focus, [type=url]:hover, [type=url]:focus, [type=color]:hover, [type=color]:focus,
[type=file]:hover,
[type=file]:focus,
[type=image]:hover,
[type=image]:focus,
[type=submit]:hover,
[type=submit]:focus,
button:hover,
button:focus,
textarea:hover,
textarea:focus,
select:hover,
select:focus,
fieldset:hover,
fieldset:focus {
  text-decoration: none;
  outline: none;
}
[type=text]:focus, [type=password]:focus, [type=date]:focus, [type=datetime]:focus, [type=datetime-local]:focus, [type=month]:focus, [type=week]:focus, [type=email]:focus, [type=number]:focus, [type=search]:focus, [type=tel]:focus, [type=time]:focus, [type=url]:focus, [type=color]:focus,
[type=file]:focus,
[type=image]:focus,
[type=submit]:focus,
button:focus,
textarea:focus,
select:focus,
fieldset:focus {
  -webkit-box-shadow: 0 0 2px 3px rgba(74, 164, 247, 0.8);
          box-shadow: 0 0 2px 3px rgba(74, 164, 247, 0.8);
}
[type=text]:disabled, [type=password]:disabled, [type=date]:disabled, [type=datetime]:disabled, [type=datetime-local]:disabled, [type=month]:disabled, [type=week]:disabled, [type=email]:disabled, [type=number]:disabled, [type=search]:disabled, [type=tel]:disabled, [type=time]:disabled, [type=url]:disabled, [type=color]:disabled,
[type=file]:disabled,
[type=image]:disabled,
[type=submit]:disabled,
button:disabled,
textarea:disabled,
select:disabled,
fieldset:disabled {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.6;
}

select {
  border-color: gray;
  color: #000000;
  text-transform: none;
  background: #ffffff;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  margin: 0;
  background-image: url("data:image/svg+xml,%3Csvg fill='none' height='10' viewBox='0 0 18 10' width='18' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m17.5419 2.36978-7.4609 7.14844c-.23437.19531-.46875.27344-.66406.27344-.23437 0-.46875-.07813-.66406-.23438l-7.5-7.1875c-.390627-.35156-.390627-.97656-.03906-1.32812.35156-.390626.97656-.390626 1.32812-.03906l6.875 6.5625 6.83596-6.5625c.3515-.351566.9765-.351566 1.3281.03906.3516.35156.3516.97656-.0391 1.32812z' fill='%238ae0f2'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: calc(100% - 24px) 50%;
  background-size: 1em;
}
select:hover:not(:disabled) {
  border-color: #dd0000;
}
select:focus:not(:disabled) {
  border-color: #8dc63f;
}

fieldset {
  display: block;
  border-color: gray;
  color: #000000;
  text-transform: none;
  background: #ffffff;
  margin: 0;
  border-width: 0.0625em;
  border-style: solid;
  border-color: inherit;
}
fieldset:hover:not(:disabled) {
  border-color: #dd0000;
}
fieldset:focus:not(:disabled) {
  border-color: #8dc63f;
}

button,
[type=submit] {
  border-color: #aa0000;
  color: #ffffff;
  background: #aa0000;
  margin: 0;
  cursor: pointer;
  border: 0;
}
button::before, button::after,
[type=submit]::before,
[type=submit]::after {
  color: #ffffff;
}
button:hover, button:focus,
[type=submit]:hover,
[type=submit]:focus {
  color: #ffffff;
  border-color: #df3428;
  background: #df3428;
}
button:hover::before, button:hover::after, button:focus::before, button:focus::after,
[type=submit]:hover::before,
[type=submit]:hover::after,
[type=submit]:focus::before,
[type=submit]:focus::after {
  color: #ffffff;
}
button:focus,
[type=submit]:focus {
  border-color: #000000;
}

label {
  display: block;
  color: #262626;
  font-family: "Montserrat", "Gill Sans", sans-serif;
  font-weight: 400;
}

[type=text], [type=password], [type=date], [type=datetime], [type=datetime-local], [type=month], [type=week], [type=email], [type=number], [type=search], [type=tel], [type=time], [type=url], [type=color],
[type=file],
[type=image],
textarea {
  border-color: gray;
  color: #000000;
  text-transform: none;
  background: #ffffff;
  margin: 0;
}
[type=text]:hover:not(:disabled), [type=password]:hover:not(:disabled), [type=date]:hover:not(:disabled), [type=datetime]:hover:not(:disabled), [type=datetime-local]:hover:not(:disabled), [type=month]:hover:not(:disabled), [type=week]:hover:not(:disabled), [type=email]:hover:not(:disabled), [type=number]:hover:not(:disabled), [type=search]:hover:not(:disabled), [type=tel]:hover:not(:disabled), [type=time]:hover:not(:disabled), [type=url]:hover:not(:disabled), [type=color]:hover:not(:disabled),
[type=file]:hover:not(:disabled),
[type=image]:hover:not(:disabled),
textarea:hover:not(:disabled) {
  border-color: #dd0000;
}
[type=text]:focus:not(:disabled), [type=password]:focus:not(:disabled), [type=date]:focus:not(:disabled), [type=datetime]:focus:not(:disabled), [type=datetime-local]:focus:not(:disabled), [type=month]:focus:not(:disabled), [type=week]:focus:not(:disabled), [type=email]:focus:not(:disabled), [type=number]:focus:not(:disabled), [type=search]:focus:not(:disabled), [type=tel]:focus:not(:disabled), [type=time]:focus:not(:disabled), [type=url]:focus:not(:disabled), [type=color]:focus:not(:disabled),
[type=file]:focus:not(:disabled),
[type=image]:focus:not(:disabled),
textarea:focus:not(:disabled) {
  border-color: #8dc63f;
}
[type=text]::-webkit-input-placeholder, [type=password]::-webkit-input-placeholder, [type=date]::-webkit-input-placeholder, [type=datetime]::-webkit-input-placeholder, [type=datetime-local]::-webkit-input-placeholder, [type=month]::-webkit-input-placeholder, [type=week]::-webkit-input-placeholder, [type=email]::-webkit-input-placeholder, [type=number]::-webkit-input-placeholder, [type=search]::-webkit-input-placeholder, [type=tel]::-webkit-input-placeholder, [type=time]::-webkit-input-placeholder, [type=url]::-webkit-input-placeholder, [type=color]::-webkit-input-placeholder,
[type=file]::-webkit-input-placeholder,
[type=image]::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #262626;
  font-family: "Montserrat", "Gill Sans", sans-serif;
}
[type=text]::-moz-placeholder, [type=password]::-moz-placeholder, [type=date]::-moz-placeholder, [type=datetime]::-moz-placeholder, [type=datetime-local]::-moz-placeholder, [type=month]::-moz-placeholder, [type=week]::-moz-placeholder, [type=email]::-moz-placeholder, [type=number]::-moz-placeholder, [type=search]::-moz-placeholder, [type=tel]::-moz-placeholder, [type=time]::-moz-placeholder, [type=url]::-moz-placeholder, [type=color]::-moz-placeholder,
[type=file]::-moz-placeholder,
[type=image]::-moz-placeholder,
textarea::-moz-placeholder {
  opacity: 1;
  color: #262626;
  font-family: "Montserrat", "Gill Sans", sans-serif;
}
[type=text]:-ms-input-placeholder, [type=password]:-ms-input-placeholder, [type=date]:-ms-input-placeholder, [type=datetime]:-ms-input-placeholder, [type=datetime-local]:-ms-input-placeholder, [type=month]:-ms-input-placeholder, [type=week]:-ms-input-placeholder, [type=email]:-ms-input-placeholder, [type=number]:-ms-input-placeholder, [type=search]:-ms-input-placeholder, [type=tel]:-ms-input-placeholder, [type=time]:-ms-input-placeholder, [type=url]:-ms-input-placeholder, [type=color]:-ms-input-placeholder,
[type=file]:-ms-input-placeholder,
[type=image]:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #262626;
  font-family: "Montserrat", "Gill Sans", sans-serif;
}

[type=checkbox],
[type=radio] {
  margin: 0;
  cursor: pointer;
}
[type=checkbox] + label,
[type=radio] + label {
  display: inline-block;
  margin: 1em 0 1em 0.25em;
  cursor: pointer;
  vertical-align: middle;
  color: #000000;
}
[type=checkbox]:focus + label,
[type=radio]:focus + label {
  color: #aa0000;
}

[type=text]:disabled, [type=password]:disabled, [type=date]:disabled, [type=datetime]:disabled, [type=datetime-local]:disabled, [type=month]:disabled, [type=week]:disabled, [type=email]:disabled, [type=number]:disabled, [type=search]:disabled, [type=tel]:disabled, [type=time]:disabled, [type=url]:disabled, [type=color]:disabled,
[type=file]:disabled,
[type=image]:disabled,
select:disabled,
textarea:disabled {
  background-color: #eee;
}

[type=text]:not(:empty):invalid, [type=password]:not(:empty):invalid, [type=date]:not(:empty):invalid, [type=datetime]:not(:empty):invalid, [type=datetime-local]:not(:empty):invalid, [type=month]:not(:empty):invalid, [type=week]:not(:empty):invalid, [type=email]:not(:empty):invalid, [type=number]:not(:empty):invalid, [type=search]:not(:empty):invalid, [type=tel]:not(:empty):invalid, [type=time]:not(:empty):invalid, [type=url]:not(:empty):invalid, [type=color]:not(:empty):invalid,
[type=file]:not(:empty):invalid,
[type=image]:not(:empty):invalid,
textarea:not(:empty):invalid {
  border-color: #d13176;
  -webkit-box-shadow: 0 0 0 0.0625em #d13176;
          box-shadow: 0 0 0 0.0625em #d13176;
}

.wysiwyg select {
    background-image: url("data:image/svg+xml,%3Csvg fill='none' height='10' viewBox='0 0 18 10' width='18' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m17.5419 2.36978-7.4609 7.14844c-.23437.19531-.46875.27344-.66406.27344-.23437 0-.46875-.07813-.66406-.23438l-7.5-7.1875c-.390627-.35156-.390627-.97656-.03906-1.32812.35156-.390626.97656-.390626 1.32812-.03906l6.875 6.5625 6.83596-6.5625c.3515-.351566.9765-.351566 1.3281.03906.3516.35156.3516.97656-.0391 1.32812z' fill='%23DF3428'/%3E%3C/svg%3E");
}
.wysiwyg label, .wysiwyg .form_label {
    font-weight: 700;
    line-height: 2;
}
.wysiwyg label + input, .wysiwyg label + select {
  margin-top: 0.5rem;
}
@media print, screen and (min-width: 48.0625em) {
  .wysiwyg label, .wysiwyg .form_label {
    font-size: 0.9375rem;
  }
}
@media screen and (min-width: 51.25em) {
  .wysiwyg label, .wysiwyg .form_label {
    font-size: 1rem;
  }
}
.wysiwyg textarea {
  width: 100%;
  height: 120px;
}  
  
/*!
 * Hamburgers
 * @description Tasty CSS-animated hamburgers
 * @author Jonathan Suh @jonsuh
 * @site https://jonsuh.com/hamburgers
 * @link https://github.com/jonsuh/hamburgers
 */
.hamburger {
  padding: 15px 15px;
  display: inline-block;
  cursor: pointer;
  -webkit-transition-property: opacity, -webkit-filter;
  transition-property: opacity, -webkit-filter;
  transition-property: opacity, filter;
  transition-property: opacity, filter, -webkit-filter;
  -webkit-transition-duration: 0.15s;
          transition-duration: 0.15s;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible;
}

.hamburger:hover,
.hamburger:focus {
  background: #f7f7f7;
}
.hamburger:hover .hamburger-inner,
.hamburger:hover .hamburger-inner::before,
.hamburger:hover .hamburger-inner::after,
.hamburger:focus .hamburger-inner,
.hamburger:focus .hamburger-inner::before,
.hamburger:focus .hamburger-inner::after {
  background-color: #aa0000;
}

.hamburger.is-active .hamburger-inner,
.hamburger.is-active .hamburger-inner::before,
.hamburger.is-active .hamburger-inner::after {
  background-color: #aa0000;
}

.hamburger.is-active:hover .hamburger-inner,
.hamburger.is-active:hover .hamburger-inner::before,
.hamburger.is-active:hover .hamburger-inner::after,
.hamburger.is-active:focus .hamburger-inner,
.hamburger.is-active:focus .hamburger-inner::before,
.hamburger.is-active:focus .hamburger-inner::after {
  background-color: #000000;
}

.hamburger-box {
  width: 20px;
  height: 20px;
  display: inline-block;
  position: relative;
  top: 3px;
}

.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -2px;
}

.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
  width: 20px;
  height: 2px;
  background-color: #000;
  border-radius: 1px;
  position: absolute;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-duration: 0.15s;
          transition-duration: 0.15s;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
}

.hamburger-inner::before, .hamburger-inner::after {
  content: "";
  display: block;
}

.hamburger-inner::before {
  top: -8px;
}

.hamburger-inner::after {
  bottom: -8px;
}

/*
   * Collapse
   */
.hamburger--collapse .hamburger-inner {
  top: auto;
  bottom: 0;
  -webkit-transition-duration: 0.13s;
          transition-duration: 0.13s;
  -webkit-transition-delay: 0.13s;
          transition-delay: 0.13s;
  -webkit-transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
          transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--collapse .hamburger-inner::after {
  top: -20px;
  -webkit-transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0.1s linear;
  transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0.1s linear;
}

.hamburger--collapse .hamburger-inner::before {
  -webkit-transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--collapse.is-active .hamburger-inner {
  -webkit-transform: translate3d(0, -10px, 0) rotate(-45deg);
          transform: translate3d(0, -10px, 0) rotate(-45deg);
  -webkit-transition-delay: 0.22s;
          transition-delay: 0.22s;
  -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
          transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

.hamburger--collapse.is-active .hamburger-inner::after {
  top: 0;
  opacity: 0;
  -webkit-transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s 0.22s linear;
  transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s 0.22s linear;
}

.hamburger--collapse.is-active .hamburger-inner::before {
  top: 0;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  -webkit-transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), -webkit-transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), -webkit-transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*
   * Elastic
   */
.hamburger--elastic .hamburger-inner {
  top: 2px;
  -webkit-transition-duration: 0.275s;
          transition-duration: 0.275s;
  -webkit-transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
          transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.hamburger--elastic .hamburger-inner::before {
  top: 10px;
  -webkit-transition: opacity 0.125s 0.275s ease;
  transition: opacity 0.125s 0.275s ease;
}

.hamburger--elastic .hamburger-inner::after {
  top: 20px;
  -webkit-transition: -webkit-transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition: -webkit-transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition: transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition: transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55), -webkit-transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.hamburger--elastic.is-active .hamburger-inner {
  -webkit-transform: translate3d(0, 10px, 0) rotate(135deg);
          transform: translate3d(0, 10px, 0) rotate(135deg);
  -webkit-transition-delay: 0.075s;
          transition-delay: 0.075s;
}

.hamburger--elastic.is-active .hamburger-inner::before {
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
  opacity: 0;
}

.hamburger--elastic.is-active .hamburger-inner::after {
  -webkit-transform: translate3d(0, -20px, 0) rotate(-270deg);
          transform: translate3d(0, -20px, 0) rotate(-270deg);
  -webkit-transition-delay: 0.075s;
          transition-delay: 0.075s;
}

/*
   * Slider
   */
.hamburger--slider .hamburger-inner {
  top: 2px;
}

.hamburger--slider .hamburger-inner::before {
  top: 10px;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
  -webkit-transition-duration: 0.15s;
          transition-duration: 0.15s;
}

.hamburger--slider .hamburger-inner::after {
  top: 20px;
}

.hamburger--slider.is-active .hamburger-inner {
  -webkit-transform: translate3d(0, 10px, 0) rotate(45deg);
          transform: translate3d(0, 10px, 0) rotate(45deg);
}

.hamburger--slider.is-active .hamburger-inner::before {
  -webkit-transform: rotate(-45deg) translate3d(-5.71429px, -6px, 0);
          transform: rotate(-45deg) translate3d(-5.71429px, -6px, 0);
  opacity: 0;
}

.hamburger--slider.is-active .hamburger-inner::after {
  -webkit-transform: translate3d(0, -20px, 0) rotate(-90deg);
          transform: translate3d(0, -20px, 0) rotate(-90deg);
}

/*
   * Spin
   */
.hamburger--spin .hamburger-inner {
  -webkit-transition-duration: 0.22s;
          transition-duration: 0.22s;
  -webkit-transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
          transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--spin .hamburger-inner::before {
  -webkit-transition: top 0.1s 0.25s ease-in, opacity 0.1s ease-in;
  transition: top 0.1s 0.25s ease-in, opacity 0.1s ease-in;
}

.hamburger--spin .hamburger-inner::after {
  -webkit-transition: bottom 0.1s 0.25s ease-in, -webkit-transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 0.1s 0.25s ease-in, -webkit-transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 0.1s 0.25s ease-in, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 0.1s 0.25s ease-in, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--spin.is-active .hamburger-inner {
  -webkit-transform: rotate(225deg);
          transform: rotate(225deg);
  -webkit-transition-delay: 0.12s;
          transition-delay: 0.12s;
  -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
          transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

.hamburger--spin.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
  -webkit-transition: top 0.1s ease-out, opacity 0.1s 0.12s ease-out;
  transition: top 0.1s ease-out, opacity 0.1s 0.12s ease-out;
}

.hamburger--spin.is-active .hamburger-inner::after {
  bottom: 0;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  -webkit-transition: bottom 0.1s ease-out, -webkit-transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: bottom 0.1s ease-out, -webkit-transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: bottom 0.1s ease-out, transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: bottom 0.1s ease-out, transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*
   * Spring
   */
.hamburger--spring .hamburger-inner {
  top: 2px;
  -webkit-transition: background-color 0s 0.13s linear;
  transition: background-color 0s 0.13s linear;
}

.hamburger--spring .hamburger-inner::before {
  top: 10px;
  -webkit-transition: top 0.1s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: top 0.1s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: top 0.1s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: top 0.1s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--spring .hamburger-inner::after {
  top: 20px;
  -webkit-transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--spring.is-active .hamburger-inner {
  -webkit-transition-delay: 0.22s;
          transition-delay: 0.22s;
  background-color: transparent !important;
}

.hamburger--spring.is-active .hamburger-inner::before {
  top: 0;
  -webkit-transition: top 0.1s 0.15s cubic-bezier(0.33333, 0, 0.66667, 0.33333), -webkit-transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: top 0.1s 0.15s cubic-bezier(0.33333, 0, 0.66667, 0.33333), -webkit-transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: top 0.1s 0.15s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: top 0.1s 0.15s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
  -webkit-transform: translate3d(0, 10px, 0) rotate(45deg);
          transform: translate3d(0, 10px, 0) rotate(45deg);
}

.hamburger--spring.is-active .hamburger-inner::after {
  top: 0;
  -webkit-transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), -webkit-transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), -webkit-transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
  -webkit-transform: translate3d(0, 10px, 0) rotate(-45deg);
          transform: translate3d(0, 10px, 0) rotate(-45deg);
}

/*
   * Stand
   */
.hamburger--stand .hamburger-inner {
  -webkit-transition: background-color 0s 0.075s linear, -webkit-transform 0.075s 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: background-color 0s 0.075s linear, -webkit-transform 0.075s 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: transform 0.075s 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19), background-color 0s 0.075s linear;
  transition: transform 0.075s 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19), background-color 0s 0.075s linear, -webkit-transform 0.075s 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--stand .hamburger-inner::before {
  -webkit-transition: top 0.075s 0.075s ease-in, -webkit-transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: top 0.075s 0.075s ease-in, -webkit-transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: top 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: top 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--stand .hamburger-inner::after {
  -webkit-transition: bottom 0.075s 0.075s ease-in, -webkit-transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 0.075s 0.075s ease-in, -webkit-transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--stand.is-active .hamburger-inner {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  background-color: transparent !important;
  -webkit-transition: background-color 0s 0.15s linear, -webkit-transform 0.075s 0s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: background-color 0s 0.15s linear, -webkit-transform 0.075s 0s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: transform 0.075s 0s cubic-bezier(0.215, 0.61, 0.355, 1), background-color 0s 0.15s linear;
  transition: transform 0.075s 0s cubic-bezier(0.215, 0.61, 0.355, 1), background-color 0s 0.15s linear, -webkit-transform 0.075s 0s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.hamburger--stand.is-active .hamburger-inner::before {
  top: 0;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  -webkit-transition: top 0.075s 0.1s ease-out, -webkit-transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: top 0.075s 0.1s ease-out, -webkit-transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: top 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: top 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.hamburger--stand.is-active .hamburger-inner::after {
  bottom: 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transition: bottom 0.075s 0.1s ease-out, -webkit-transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: bottom 0.075s 0.1s ease-out, -webkit-transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: bottom 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: bottom 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*
   * Squeeze
   */
.hamburger--squeeze .hamburger-inner {
  -webkit-transition-duration: 0.075s;
          transition-duration: 0.075s;
  -webkit-transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
          transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--squeeze .hamburger-inner::before {
  -webkit-transition: top 0.075s 0.12s ease, opacity 0.075s ease;
  transition: top 0.075s 0.12s ease, opacity 0.075s ease;
}

.hamburger--squeeze .hamburger-inner::after {
  -webkit-transition: bottom 0.075s 0.12s ease, -webkit-transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 0.075s 0.12s ease, -webkit-transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 0.075s 0.12s ease, transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 0.075s 0.12s ease, transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--squeeze.is-active .hamburger-inner {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transition-delay: 0.12s;
          transition-delay: 0.12s;
  -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
          transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

.hamburger--squeeze.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
  -webkit-transition: top 0.075s ease, opacity 0.075s 0.12s ease;
  transition: top 0.075s ease, opacity 0.075s 0.12s ease;
}

.hamburger--squeeze.is-active .hamburger-inner::after {
  bottom: 0;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  -webkit-transition: bottom 0.075s ease, -webkit-transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: bottom 0.075s ease, -webkit-transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: bottom 0.075s ease, transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: bottom 0.075s ease, transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
}

table {
  font-family: Montserrat, Gill Sans, sans-serif;
  font-size: 0.9375rem;
  font-weight: 500;
  line-height: 1.7;
  margin-bottom: 2.5rem;
  border-collapse: collapse;
  border-top: 1px solid #d4d4d4;
}
@media print, screen and (min-width: 64.0625em) {
  table {
    font-size: 1.0625rem;
  }
}
@media print, screen and (max-width: 48.06125em) {
  table {
    font-size: 0.9375rem;
  }
}
table[align=left] {
  float: none;
}
@media print, screen and (min-width: 48.0625em) {
  table[align=left] {
    float: left;
    margin-right: 2em;
  }
}
table[align=right] {
  float: none;
}
@media print, screen and (min-width: 48.0625em) {
  table[align=right] {
    float: right;
    margin-left: 2em;
  }
}

.bg--dark table {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

thead,
tbody {
  vertical-align: top;
}

thead {
  color: #ffffff;
  border-right: 1px solid #d4d4d4;
  border-left: 1px solid #d4d4d4;
  font-size: 1.0625rem;
  text-align: left;
}
@media print, screen and (max-width: 48.06125em) {
  thead {
    font-size: 0.9375rem;
  }
}
thead th {
  background: #005a6d;
}

.bg--dark thead {
  border-right: 1px solid rgba(255, 255, 255, 0.1);
  border-left: 1px solid rgba(255, 255, 255, 0.1);
}

tbody {
  border-top: 0;
  border-left: 1px solid #d4d4d4;
}

.bg--dark tbody {
  border-left: 1px solid rgba(255, 255, 255, 0.1);
}

tr {
  border-bottom: 1px solid #d4d4d4;
}
tr td {
  background-color: #ffffff;
}
tr:nth-child(even) td {
  background-color: #f7f7f7;
}

.bg--dark tr {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

th {
  padding: 1em 1.25em;
  border-right: 1px solid #d4d4d4;
  border-bottom: 0;
  font-size: 1.0625rem;
  font-weight: 700;
  background: #005a6d;
  color: #ffffff;
  text-align: left;
}
@media print, screen and (max-width: 48.06125em) {
  th {
    font-size: 0.9375rem;
  }
}

.bg--dark th {
  border-right: 1px solid rgba(255, 255, 255, 0.1);
}

td {
  padding: 1em 1.25em;
  border-right: 1px solid #d4d4d4;
}

.mobile-table {
  margin-bottom: 2.5rem;
}
@media print, screen and (min-width: 64.0625em) {
  .mobile-table {
    margin-bottom: 0;
  }
}
.mobile-table--scroll {
  overflow-y: scroll;
}
@media print, screen and (min-width: 64.0625em) {
  .mobile-table--scroll {
    overflow-y: hidden;
  }
}

.mobile-table {
  padding: 1px 0;
}
.mobile-table table {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.mobile-table--scroll {
  padding: 1px 20px 0 !important;
  overflow-y: scroll;
  margin-left: -1.25rem;
  margin-right: -1.25rem;
  position: relative;
}
.mobile-table--scroll::before {
  content: "";
  display: block;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  height: 100%;
  width: 100vw;
  background-image: -webkit-gradient(linear, right top, left top, from(rgb(255, 255, 255)), color-stop(30%, rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, 0)));
  background-image: linear-gradient(to left, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0) 30%, rgba(255, 255, 255, 0) 100%);
  opacity: 1;
}
.mobile-table--scroll.scrolled::before {
  opacity: 0;
  pointer-events: none;
}
.mobile-table--scroll.scrolled table {
  pointer-events: initial;
}
.mobile-table--scroll table {
  position: relative;
  pointer-events: none;
}

.bg--dark .thead,
.bg--dark th {
  background-color: rgba(0, 0, 0, 0.5);
}
.bg--dark .mobile-table--scroll::before {
  background-image: -webkit-gradient(linear, right top, left top, from(rgb(0, 90, 109)), color-stop(30%, rgba(0, 90, 109, 0)), to(rgba(0, 90, 109, 0)));
  background-image: linear-gradient(to left, rgb(0, 90, 109) 0%, rgba(0, 90, 109, 0) 30%, rgba(0, 90, 109, 0) 100%);
}

.accordion__content .mobile-table--scroll {
  margin-right: -16px !important;
}

h1, .h1 {
  font-family: Oswald, Impact, sans-serif;
  font-size: 3.5rem;
  font-weight: 700;
  line-height: 1.1;
  text-transform: uppercase;
}
@media print, screen and (min-width: 64.0625em) {
  h1, .h1 {
    font-size: 6rem;
  }
}

h2, .h2 {
  font-family: Oswald, Impact, sans-serif;
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.1;
  text-transform: uppercase;
}
@media print, screen and (min-width: 64.0625em) {
  h2, .h2 {
    font-size: 3.5rem;
  }
}

h3, .h3 {
  font-family: Montserrat, Gill Sans, sans-serif;
  font-size: 1.4375rem;
  font-weight: 700;
  line-height: 1.4;
}
@media print, screen and (min-width: 64.0625em) {
  h3, .h3 {
    font-size: 2rem;
  }
}

h4, .h4 {
  font-family: Montserrat, Gill Sans, sans-serif;
  font-size: 1.3125rem;
  font-weight: 700;
  line-height: 1.4;
}
@media print, screen and (min-width: 64.0625em) {
  h4, .h4 {
    font-size: 1.5rem;
  }
}

h5, .h5 {
  font-family: Montserrat, Gill Sans, sans-serif;
  font-size: 1.1875rem;
  font-weight: 700;
  line-height: 1.4;
}
@media print, screen and (min-width: 64.0625em) {
  h5, .h5 {
    font-size: 1.3125rem;
  }
}

h6, .h6 {
  font-family: Montserrat, Gill Sans, sans-serif;
  font-size: 1.0625rem;
  font-weight: 700;
  line-height: 1.4;
}
@media print, screen and (min-width: 64.0625em) {
  h6, .h6 {
    font-size: 1.1875rem;
  }
}

p, .p {
  font-family: Montserrat, Gill Sans, sans-serif;
  font-size: 0.9375rem;
  font-weight: 500;
  line-height: 1.7;
}
@media print, screen and (min-width: 64.0625em) {
  p, .p {
    font-size: 1.0625rem;
  }
}

.eyebrow {
  font-family: Montserrat, Gill Sans, sans-serif;
  font-size: 0.875rem;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1;
}
@media print, screen and (min-width: 64.0625em) {
  .eyebrow {
    font-size: 1rem;
  }
}

.eyebrow-heading {
  font-family: Montserrat, Gill Sans, sans-serif;
  font-size: 1.125rem;
  font-weight: 800;
  text-transform: uppercase;
  line-height: 1;
}
@media print, screen and (min-width: 64.0625em) {
  .eyebrow-heading {
    font-size: 1.75rem;
  }
}

a {
  text-decoration: none;
  color: #aa0000;
  text-decoration: underline;
  text-underline-offset: 2px;
}
a:hover {
  color: #000000;
  -webkit-text-decoration-color: #000000;
          text-decoration-color: #000000;
}

em {
  font-style: italic;
}

b,
strong {
  font-weight: 700;
}

blockquote {
  position: relative;
  margin: 0 auto;
  padding: 1.5rem;
  background-color: #f7f7f7;
}
@media print, screen and (min-width: 48.0625em) {
  blockquote {
    padding: 2rem;
  }
}
@media print, screen and (min-width: 64.0625em) {
  blockquote {
    padding: 2.5rem;
  }
}
blockquote p {
  font-family: Roboto Slab, Didot, serif;
  font-size: 1.375rem;
  font-weight: 400;
  line-height: 1.55;
}
@media print, screen and (min-width: 64.0625em) {
  blockquote p {
    font-size: 1.875rem;
  }
}
blockquote .quotee {
  font-family: Montserrat, Gill Sans, sans-serif;
  font-size: 0.9375rem;
  font-weight: 500;
  line-height: 1.7;
  font-family: "Montserrat", "Gill Sans", sans-serif;
  margin-top: 1rem;
}
@media print, screen and (min-width: 64.0625em) {
  blockquote .quotee {
    font-size: 1.0625rem;
  }
}
@media print, screen and (min-width: 48.0625em) {
  blockquote .quotee {
    margin-top: 1.5rem;
  }
}

.wysiwyg blockquote p.quotee {
  margin-top: 1rem;
}
@media print, screen and (min-width: 48.0625em) {
  .wysiwyg blockquote p.quotee {
    margin-top: 1.5rem;
  }
}

.bg--dark blockquote {
  background-color: rgba(0, 0, 0, 0.5);
}

ol,
ul,
li {
  margin: 0;
  padding: 0;
}

.wysiwyg li {
  font-family: Montserrat, Gill Sans, sans-serif;
  font-size: 0.9375rem;
  font-weight: 500;
  line-height: 1.7;
}
@media print, screen and (min-width: 64.0625em) {
  .wysiwyg li {
    font-size: 1.0625rem;
  }
}

ol {
  padding-left: 0;
  list-style: none;
  counter-reset: li;
}

ol > li {
  position: relative;
  padding-left: 1.5rem;
  counter-increment: li;
}
@media print, screen and (min-width: 48.0625em) {
  ol > li {
    padding-left: 2rem;
  }
}
@media print, screen and (min-width: 64.0625em) {
  ol > li {
    padding-left: 2.5rem;
  }
}
ol > li li,
ol > li li:first-child {
  margin-top: 0.5rem;
}
@media print, screen and (min-width: 64.0625em) {
  ol > li li,
ol > li li:first-child {
    margin-top: 1rem;
  }
}

ol > li::before {
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  content: counter(li) ".";
}

.wysiwyg ul > li,
.section--wysiwyg ul > li {
  position: relative;
  padding-left: 1.5rem;
  list-style: none;
}
@media print, screen and (min-width: 48.0625em) {
  .wysiwyg ul > li,
.section--wysiwyg ul > li {
    padding-left: 2rem;
  }
}
@media print, screen and (min-width: 64.0625em) {
  .wysiwyg ul > li,
.section--wysiwyg ul > li {
    padding-left: 2.5rem;
  }
}
.wysiwyg ul > li::before,
.section--wysiwyg ul > li::before {
  position: absolute;
  top: -0.375rem;
  left: 0.125rem;
  content: "·";
  font-size: 1.5rem;
  font-weight: 900;
}

.stat {
  font-family: Roboto Slab, Didot, serif;
  font-size: 4.5rem;
  font-weight: 200;
  line-height: 1.5;
}
@media print, screen and (min-width: 64.0625em) {
  .stat {
    font-size: 6.25rem;
  }
}

.list--comma-separate ul {
  display: inline-block;
  margin: 0;
  padding: 0;
  list-style: none;
  font-family: "Montserrat", "Gill Sans", sans-serif;
}
.list--comma-separate li {
  display: inline-block;
}
.list--comma-separate li:not(:last-child) {
  margin-right: 0.25em;
}
.list--comma-separate li:nth-last-child(n+2)::after {
  content: ",";
}

.text-margin-reset h1,
.text-margin-reset p,
.text-margin-reset h2,
.text-margin-reset h3,
.text-margin-reset h4,
.text-margin-reset span {
  margin: 0;
}

@media screen and (max-width: 27.5em) {
  h1 {
    font-size: 12.5vw;
  }
}

.video-play-button {
  position: absolute;
  z-index: 4;
  bottom: 1.25rem;
  left: 1.25rem;
  background: none;
}
.video-play-button::after {
  content: "\f144";
  color: #eee;
  font-family: "Font Awesome 5 Pro";
  font-size: 2.5rem;
  font-weight: 600;
}
.video-playing .video-play-button::after {
  content: "\f28b";
}

.play-button {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 2.8125rem;
  height: 2.8125rem;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
  opacity: 0.47;
}
.play-button path {
  fill: #ffffff;
}
@media print, screen and (min-width: 48.0625em) {
  .play-button {
    width: 7.8125rem;
    height: 7.8125rem;
  }
}

a:hover .play-button,
a:focus .play-button {
  opacity: 1;
}

.wysiwyg .responsive-video-iframe {
  position: relative;
}
.wysiwyg .responsive-video-iframe::before {
  display: block;
  padding-bottom: calc(0.5625 * 100%);
  content: "";
}
.wysiwyg .responsive-video-iframe iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.wysiwyg .responsive-video-iframe iframe {
  -o-object-fit: unset;
     object-fit: unset;
}

.wysiwyg .align-center .responsive-video-iframe {
  min-width: 100%;
}

.wysiwyg .media--fullwidth .responsive-video-iframe,
.wysiwyg .media--left .responsive-video-iframe,
.wysiwyg .media--right .responsive-video-iframe {
  min-width: 300px;
}

.media--right,
.align-right,
.obj-right {
  float: none;
  margin-top: 1.5rem;
  margin-right: 0;
  margin-bottom: 1rem;
  margin-left: 0;
  display: table;
}
@media print, screen and (min-width: 48.0625em) {
  .media--right,
.align-right,
.obj-right {
    margin-top: 2rem;
  }
}
@media print, screen and (min-width: 64.0625em) {
  .media--right,
.align-right,
.obj-right {
    margin-top: 2.5rem;
  }
}
@media print, screen and (min-width: 48.0625em) {
  .media--right,
.align-right,
.obj-right {
    float: right;
    margin-left: 1.5rem;
  }
}
@media print, screen and (min-width: 64.0625em) {
  .media--right,
.align-right,
.obj-right {
    margin-left: 2rem;
  }
}
.media--right .media__main,
.align-right .media__main,
.obj-right .media__main {
  display: table-caption;
  caption-side: bottom;
}
.media--right img,
.align-right img,
.obj-right img {
  display: block;
}
@media print, screen and (min-width: 48.0625em) {
  .media--right.responsive-video-iframe,
.align-right.responsive-video-iframe,
.obj-right.responsive-video-iframe {
    width: 50%;
  }
}
@media print, screen and (min-width: 64.0625em) {
  .media--right.responsive-video-iframe,
.align-right.responsive-video-iframe,
.obj-right.responsive-video-iframe {
    width: 33%;
  }
}

.media--left,
.align-left,
.obj-left {
  float: none;
  margin-top: 1.5rem;
  margin-right: 0;
  margin-bottom: 1rem;
  margin-left: 0;
  display: table;
}
@media print, screen and (min-width: 48.0625em) {
  .media--left,
.align-left,
.obj-left {
    margin-top: 2rem;
  }
}
@media print, screen and (min-width: 64.0625em) {
  .media--left,
.align-left,
.obj-left {
    margin-top: 2.5rem;
  }
}
@media print, screen and (min-width: 48.0625em) {
  .media--left,
.align-left,
.obj-left {
    float: left;
    margin-right: 1.5rem;
  }
}
@media print, screen and (min-width: 64.0625em) {
  .media--left,
.align-left,
.obj-left {
    margin-right: 2rem;
  }
}
.media--left .media__main,
.align-left .media__main,
.obj-left .media__main {
  display: table-caption;
  caption-side: bottom;
}
.media--left img,
.align-left img,
.obj-left img {
  display: block;
}

.media--left .media__content,
.media--right .media__content {
  margin-top: 0.5rem;
}
.media--left .media__content p,
.media--right .media__content p {
  font-family: Montserrat, Gill Sans, sans-serif;
  font-size: 0.6875rem;
  font-weight: 500;
  line-height: 1.75;
}
@media print, screen and (min-width: 64.0625em) {
  .media--left .media__content p,
.media--right .media__content p {
    font-size: 0.8125rem;
  }
}

.media--fullwidth,
.align-center,
.obj-center {
  display: table;
  margin-top: 1.5rem;
  margin-right: auto;
  margin-bottom: 1rem;
  margin-left: auto;
}
@media print, screen and (min-width: 48.0625em) {
  .media--fullwidth,
.align-center,
.obj-center {
    margin-top: 2rem;
  }
}
@media print, screen and (min-width: 64.0625em) {
  .media--fullwidth,
.align-center,
.obj-center {
    margin-top: 2.5rem;
  }
}
.media--fullwidth img,
.align-center img,
.obj-center img {
  display: block;
}
.media--fullwidth.responsive-video-iframe,
.align-center.responsive-video-iframe,
.obj-center.responsive-video-iframe {
  width: 100%;
}

[data-embed-button=ohou_media_embed] .video-embed-field-responsive-video,
[data-embed-button=ohou_media_embed] .responsive-video-iframe {
  width: 100%;
}

article.align-center img {
  margin-right: auto;
  margin-left: auto;
}

figure.align-right,
figure.alignright,
figure.obj-right,
figure.align-left,
figure.alignleft,
figure.obj-left,
figure.align-center,
figure.obj-center,
.align-center,
.obj-center {
  display: table;
}
figure.align-right figcaption,
figure.alignright figcaption,
figure.obj-right figcaption,
figure.align-left figcaption,
figure.alignleft figcaption,
figure.obj-left figcaption,
figure.align-center figcaption,
figure.obj-center figcaption,
.align-center figcaption,
.obj-center figcaption {
  display: table-caption;
}
figure.align-right.responsive-video-iframe,
figure.alignright.responsive-video-iframe,
figure.obj-right.responsive-video-iframe,
figure.align-left.responsive-video-iframe,
figure.alignleft.responsive-video-iframe,
figure.obj-left.responsive-video-iframe,
figure.align-center.responsive-video-iframe,
figure.obj-center.responsive-video-iframe,
.align-center.responsive-video-iframe,
.obj-center.responsive-video-iframe {
  min-width: 40%;
}

figcaption {
  font-family: Montserrat, Gill Sans, sans-serif;
  font-size: 0.6875rem;
  font-weight: 500;
  line-height: 1.75;
  margin-top: 0.5rem;
  caption-side: bottom;
  color: #262626;
}
@media print, screen and (min-width: 64.0625em) {
  figcaption {
    font-size: 0.8125rem;
  }
}

.wysiwyg p, .wysiwyg ul, .wysiwyg ol, .wysiwyg .section--wysiwyg li, .wysiwyg .cke_editable li, .wysiwyg .intro-text, .wysiwyg blockquote, .wysiwyg h1, .wysiwyg h2, .wysiwyg h3, .wysiwyg h4, .wysiwyg h5, .wysiwyg h6, .wysiwyg .link-arrow {
  margin-top: 1.5rem;
  margin-bottom: 0;
}
@media print, screen and (min-width: 48.0625em) {
  .wysiwyg p, .wysiwyg ul, .wysiwyg ol, .wysiwyg .section--wysiwyg li, .wysiwyg .cke_editable li, .wysiwyg .intro-text, .wysiwyg blockquote, .wysiwyg h1, .wysiwyg h2, .wysiwyg h3, .wysiwyg h4, .wysiwyg h5, .wysiwyg h6, .wysiwyg .link-arrow {
    margin-top: 2rem;
  }
}
@media print, screen and (min-width: 64.0625em) {
  .wysiwyg p, .wysiwyg .section--wysiwyg li, .wysiwyg .cke_editable li, .wysiwyg .intro-text, .wysiwyg blockquote, .wysiwyg h1, .wysiwyg h2, .wysiwyg h3, .wysiwyg h4, .wysiwyg h5, .wysiwyg h6, .wysiwyg .link-arrow {
    margin-top: 2.5rem;
  }
}
.wysiwyg h3,
.wysiwyg h4,
.wysiwyg h5,
.wysiwyg h6,
.wysiwyg p,
.wysiwyg hr,
.wysiwyg blockquote,
.wysiwyg table {
  margin-top: 1.5rem;
}
@media print, screen and (min-width: 48.0625em) {
  .wysiwyg h3,
.wysiwyg h4,
.wysiwyg h5,
.wysiwyg h6,
.wysiwyg p,
.wysiwyg hr,
.wysiwyg blockquote,
.wysiwyg table {
    margin-top: 2rem;
  }
}
@media print, screen and (min-width: 64.0625em) {
  .wysiwyg h3,
.wysiwyg h4,
.wysiwyg h5,
.wysiwyg h6,
.wysiwyg hr,
.wysiwyg blockquote,
.wysiwyg table {
    margin-top: 2.5rem;
  }
}
.wysiwyg h2 + p,
.wysiwyg h3 + p,
.wysiwyg h4 + p,
.wysiwyg h5 + p,
.wysiwyg h6 + p {
  margin-top: 0.5rem;
}
@media print, screen and (min-width: 64.0625em) {
  .wysiwyg h2 + p,
.wysiwyg h3 + p,
.wysiwyg h4 + p,
.wysiwyg h5 + p,
.wysiwyg h6 + p {
    margin-top: 1rem;
  }
}
.wysiwyg li + li {
  margin-top: 0.5rem;
}
@media print, screen and (min-width: 64.0625em) {
  .wysiwyg li + li {
    margin-top: 1rem;
  }
}
.wysiwyg .btn {
  margin-top: 0;
}
.wysiwyg .btn-row {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 1em 1em;
}
.wysiwyg hr {
  border: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.25);
}

.mobile-table {
  margin-top: 1rem;
  padding: 1px 0;
}
@media print, screen and (min-width: 48.0625em) {
  .mobile-table {
    margin-top: 1.5rem;
  }
}
.mobile-table table {
  margin: 0;
}

:where(.card, section, header, .listing-item, .section--wysiwyg, .wysiwyg) :is(p, ul, ol, .section--wysiwyg li, .cke_editable li, .intro-text, blockquote, h1, h2, h3, h4, h5, h6, .link-arrow):first-child {
  margin-top: 0;
}

.section--wysiwyg ol ol,
.section--wysiwyg ol ul,
.section--wysiwyg ul ol,
.section--wysiwyg ul ul,
.wysiwyg ol ol,
.wysiwyg ol ul,
.wysiwyg ul ol,
.wysiwyg ul ul {
  margin-top: 1rem;
  margin-bottom: 1rem;
}
@media print, screen and (min-width: 48.0625em) {
  .section--wysiwyg ol ol,
.section--wysiwyg ol ul,
.section--wysiwyg ul ol,
.section--wysiwyg ul ul,
.wysiwyg ol ol,
.wysiwyg ol ul,
.wysiwyg ul ol,
.wysiwyg ul ul {
    margin-top: 1.5rem;
  }
}
@media print, screen and (min-width: 48.0625em) {
  .section--wysiwyg ol ol,
.section--wysiwyg ol ul,
.section--wysiwyg ul ol,
.section--wysiwyg ul ul,
.wysiwyg ol ol,
.wysiwyg ol ul,
.wysiwyg ul ol,
.wysiwyg ul ul {
    margin-bottom: 1.5rem;
  }
}
.section--wysiwyg li,
.wysiwyg li {
  margin-top: 0.5rem;
}
@media print, screen and (min-width: 64.0625em) {
  .section--wysiwyg li,
.wysiwyg li {
    margin-top: 1rem;
  }
}

h1,
h2,
h3,
h4,
h5,
h6 {
  text-wrap: balance;
}

.bg--dark h1,
.bg--dark h2,
.bg--dark h3,
.bg--dark h4,
.bg--dark h5,
.bg--dark h6,
.bg--dark blockquote,
.bg--dark .eyebrow,
.bg--dark ul,
.bg--dark ol,
.bg--dark p,
.bg--dark figcaption,
.bg--dark a {
  color: #ffffff;
}
.bg--dark .wysiwyg a:not(.btn) {
  color: #8ae0f2;
}
.bg--dark .wysiwyg a:not(.btn):hover, .bg--dark .wysiwyg a:not(.btn):focus {
  color: #ffffff;
  -webkit-text-decoration-color: #ffffff;
          text-decoration-color: #ffffff;
}
.bg--dark .wysiwyg td a:not(.btn) {
  color: #aa0000;
}
.bg--dark .wysiwyg td a:not(.btn):hover, .bg--dark .wysiwyg td a:not(.btn):focus {
  color: #000000;
  -webkit-text-decoration-color: #000000;
          text-decoration-color: #000000;
}
.bg--dark hr {
  border-bottom-color: rgba(255, 255, 255, 0.25);
}

.vaf {
  padding-top: 1.875rem;
  padding-right: 0;
  padding-left: 0;
}
.vaf__heading {
  position: absolute !important;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
  width: 1px;
  height: 1px;
}

.active-filters {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.active-filters .vaf__group {
  margin-top: 0;
}
.active-filters .vaf__item:not(:last-child) {
  margin-right: 0.625rem;
}
.active-filters .vaf__item {
  -webkit-transition: color 0.5s cubic-bezier(0.82, 0.06, 0.14, 0.97), background 0.5s cubic-bezier(0.82, 0.06, 0.14, 0.97), border 0.5s cubic-bezier(0.82, 0.06, 0.14, 0.97);
  transition: color 0.5s cubic-bezier(0.82, 0.06, 0.14, 0.97), background 0.5s cubic-bezier(0.82, 0.06, 0.14, 0.97), border 0.5s cubic-bezier(0.82, 0.06, 0.14, 0.97);
  font-family: "Montserrat", "Gill Sans", sans-serif;
  border-width: 0.125rem;
  border-radius: 0.25rem;
  border-style: solid;
  display: inline-block;
  position: relative;
  z-index: 2;
  line-height: 1.1;
  text-decoration: none;
  font-weight: 600;
  font-size: 0.9375rem;
  line-height: 1.25;
  padding: 0.75rem 1.5rem;
  border-color: #aa0000;
  color: #ffffff;
  background: #aa0000;
  font-family: Montserrat, Gill Sans, sans-serif;
  font-size: 0.8125rem;
  font-weight: 500;
  line-height: 1.65;
}
.active-filters .vaf__item:hover, .active-filters .vaf__item:focus {
  text-decoration: none;
  outline: none;
}
.active-filters .vaf__item:focus {
  -webkit-box-shadow: 0 0 2px 3px rgba(74, 164, 247, 0.8);
          box-shadow: 0 0 2px 3px rgba(74, 164, 247, 0.8);
}
.active-filters .vaf__item:disabled {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.6;
}
.active-filters .vaf__item::before, .active-filters .vaf__item::after {
  color: #ffffff;
}
.active-filters .vaf__item:hover, .active-filters .vaf__item:focus {
  color: #ffffff;
  border-color: #df3428;
  background: #df3428;
}
.active-filters .vaf__item:hover::before, .active-filters .vaf__item:hover::after, .active-filters .vaf__item:focus::before, .active-filters .vaf__item:focus::after {
  color: #ffffff;
}
.active-filters .vaf__item:focus {
  color: #000000;
  border-color: #aa0000;
  background: #ffffff;
}
@media print, screen and (min-width: 64.0625em) {
  .active-filters .vaf__item {
    font-size: 0.9375rem;
  }
}
.active-filters .vaf__item::after {
  margin-left: 0.9375rem;
  content: "\f00d";
  color: #ffffff;
  font-family: "Font Awesome 5 Pro";
  font-weight: 100;
}
.active-filters .vaf__clear {
  -webkit-transition: color 0.5s cubic-bezier(0.82, 0.06, 0.14, 0.97), background 0.5s cubic-bezier(0.82, 0.06, 0.14, 0.97), border 0.5s cubic-bezier(0.82, 0.06, 0.14, 0.97);
  transition: color 0.5s cubic-bezier(0.82, 0.06, 0.14, 0.97), background 0.5s cubic-bezier(0.82, 0.06, 0.14, 0.97), border 0.5s cubic-bezier(0.82, 0.06, 0.14, 0.97);
  font-family: "Montserrat", "Gill Sans", sans-serif;
  border-width: 0.125rem;
  border-radius: 0.25rem;
  border-style: solid;
  display: inline-block;
  position: relative;
  z-index: 2;
  line-height: 1.1;
  text-decoration: none;
  font-weight: 600;
  font-size: 0.9375rem;
  line-height: 1.25;
  padding: 0.75rem 1.5rem;
  border-color: #ffffff;
  color: #000000;
  background: #ffffff;
  float: right;
}
.active-filters .vaf__clear:hover, .active-filters .vaf__clear:focus {
  text-decoration: none;
  outline: none;
}
.active-filters .vaf__clear:focus {
  -webkit-box-shadow: 0 0 2px 3px rgba(74, 164, 247, 0.8);
          box-shadow: 0 0 2px 3px rgba(74, 164, 247, 0.8);
}
.active-filters .vaf__clear:disabled {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.6;
}
.active-filters .vaf__clear::before, .active-filters .vaf__clear::after {
  color: #aa0000;
}
.active-filters .vaf__clear:hover, .active-filters .vaf__clear:focus {
  color: #000000;
  border-color: #8ae0f2;
  background: #8ae0f2;
}
.active-filters .vaf__clear:hover::before, .active-filters .vaf__clear:hover::after, .active-filters .vaf__clear:focus::before, .active-filters .vaf__clear:focus::after {
  color: #aa0000;
}
.active-filters .vaf__clear:focus {
  color: #000000;
  border-color: #aa0000;
  background: #ffffff;
}

.user-login-form,
.page--utility + .page-wrapper .main-content {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.user-login-form input:not(.form-submit) {
  width: 100%;
  margin-bottom: 0;
}
.user-login-form .description {
  width: 100%;
  font-style: italic;
  margin-top: 0.25em;
}
.user-login-form .form-item + .form-item,
.user-login-form .form-actions {
  margin-top: 1rem;
}

.admin-tabs {
  right: calc(2.5rem / 2);
  bottom: calc(2.5rem / 2);
  left: calc(2.5rem / 2);
  position: fixed;
  z-index: 10;
  margin: 0;
  background: #262626;
}
.admin-tabs ul {
  overflow: hidden;
  margin: 0;
  padding: 0;
  list-style: none;
}
.admin-tabs li {
  display: inline-block;
}
.admin-tabs li + li {
  margin-left: 0.5em;
}
.admin-tabs a {
  display: block;
  margin: 0;
  padding: 0.5em 1em;
  -webkit-transition: background-color 150ms cubic-bezier(0.42, 0.08, 0.06, 0.98);
  transition: background-color 150ms cubic-bezier(0.42, 0.08, 0.06, 0.98);
  text-decoration: none;
  color: #ffffff;
  border-radius: 0.25em;
  background-color: #aa0000;
  font-size: 1.125rem;
  font-weight: 700;
}
.admin-tabs a:hover {
  background-color: #440000;
}
.admin-tabs a.is-active {
  background-color: #dd0000;
}
@media print, screen and (min-width: 40.0625em) {
  .admin-tabs {
    left: auto;
  }
}

.ajax-progress,
.ajax-progress-fullscreen.ajax-progress {
  position: fixed;
  z-index: 99999;
  top: 0;
  left: 0;
  display: inline-block;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100vw;
  height: 100vh;
  padding: 0.0625rem 0.3125rem 0.125rem;
  background: rgba(255, 255, 255, 0.75) !important;
}
.ajax-progress::before, .ajax-progress::after,
.ajax-progress-fullscreen.ajax-progress::before,
.ajax-progress-fullscreen.ajax-progress::after {
  position: absolute;
  display: block;
  -webkit-animation: fa-spin 2000ms infinite cubic-bezier(0.82, 0.06, 0.14, 0.97);
          animation: fa-spin 2000ms infinite cubic-bezier(0.82, 0.06, 0.14, 0.97);
  color: #fe5000;
  font-family: "Font Awesome 5 Pro";
  font-size: 100px;
}
.ajax-progress::before, .ajax-progress::after,
.ajax-progress-fullscreen.ajax-progress::before,
.ajax-progress-fullscreen.ajax-progress::after {
  content: "\f3f4";
}
.ajax-progress::after,
.ajax-progress-fullscreen.ajax-progress::after {
  -webkit-animation: fa-spin 1500ms infinite cubic-bezier(0.82, 0.06, 0.14, 0.97);
          animation: fa-spin 1500ms infinite cubic-bezier(0.82, 0.06, 0.14, 0.97);
  opacity: 0.5;
}
.ajax-progress .throbber,
.ajax-progress-fullscreen.ajax-progress .throbber {
  display: none !important;
}
[dir=rtl] .ajax-progress,
[dir=rtl] .ajax-progress-fullscreen.ajax-progress {
  float: right;
}
.ajax-progress .message,
.ajax-progress-fullscreen.ajax-progress .message {
  display: inline;
  padding: 0.0625rem 0.3125rem 0.125rem;
}

tr .ajax-progress-throbber .throbber {
  margin: 0 0.125rem;
}

.ajax-progress-bar {
  width: 16rem;
}

.cookie-compliance-popup {
  position: fixed;
  z-index: 999;
  right: 0;
  bottom: 0;
  left: 0;
  color: #ffffff;
  background-color: #262626;
}
.cookie-compliance-popup .grid-x,
.cookie-compliance-popup .grid-container {
  width: 100%;
}
.cookie-compliance-popup .find-more-button {
  padding: 0;
  text-decoration: underline;
  text-transform: none;
  color: #ffffff;
  background: none;
}
.cookie-compliance-popup .find-more-button:hover, .cookie-compliance-popup .find-more-button:focus {
  text-decoration: none;
}

.eu-cookie-compliance-message h2 {
  font-family: Montserrat, Gill Sans, sans-serif;
  font-size: 1.0625rem;
  font-weight: 700;
  line-height: 1.4;
  all: unset;
}
@media print, screen and (min-width: 64.0625em) {
  .eu-cookie-compliance-message h2 {
    font-size: 1.1875rem;
  }
}
.eu-cookie-compliance-message .btn {
  cursor: pointer;
}

.eu-cookie-compliance-buttons,
.eu-cookie-compliance-message {
  all: unset;
}

.form-group,
.form-item {
  margin-top: 0.5rem;
  position: relative;
}
@media print, screen and (min-width: 64.0625em) {
  .form-group,
.form-item {
    margin-top: 1rem;
  }
}
.form-group [type=checkbox],
.form-group [type=radio],
.form-item [type=checkbox],
.form-item [type=radio] {
  position: absolute;
  top: 65%;
  width: 2em;
  height: 2em;
  -webkit-transition: border-color 150ms cubic-bezier(0.42, 0.08, 0.06, 0.98);
  transition: border-color 150ms cubic-bezier(0.42, 0.08, 0.06, 0.98);
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  opacity: 0;
  font-size: inherit;
}
.form-group [type=checkbox] + label,
.form-group [type=radio] + label,
.form-item [type=checkbox] + label,
.form-item [type=radio] + label {
  position: relative;
  margin-left: 1.5em;
  -webkit-transition: color 150ms cubic-bezier(0.42, 0.08, 0.06, 0.98);
  transition: color 150ms cubic-bezier(0.42, 0.08, 0.06, 0.98);
}
.form-group [type=checkbox] + label::before,
.form-group [type=radio] + label::before,
.form-item [type=checkbox] + label::before,
.form-item [type=radio] + label::before {
  position: absolute;
  top: 0.125em;
  left: -1.5em;
  display: block;
  width: 1em;
  height: 1em;
  content: "";
  -webkit-transition: background 150ms cubic-bezier(0.42, 0.08, 0.06, 0.98), border-color 150ms cubic-bezier(0.42, 0.08, 0.06, 0.98), -webkit-box-shadow 150ms cubic-bezier(0.42, 0.08, 0.06, 0.98);
  transition: background 150ms cubic-bezier(0.42, 0.08, 0.06, 0.98), border-color 150ms cubic-bezier(0.42, 0.08, 0.06, 0.98), -webkit-box-shadow 150ms cubic-bezier(0.42, 0.08, 0.06, 0.98);
  transition: background 150ms cubic-bezier(0.42, 0.08, 0.06, 0.98), border-color 150ms cubic-bezier(0.42, 0.08, 0.06, 0.98), box-shadow 150ms cubic-bezier(0.42, 0.08, 0.06, 0.98);
  transition: background 150ms cubic-bezier(0.42, 0.08, 0.06, 0.98), border-color 150ms cubic-bezier(0.42, 0.08, 0.06, 0.98), box-shadow 150ms cubic-bezier(0.42, 0.08, 0.06, 0.98), -webkit-box-shadow 150ms cubic-bezier(0.42, 0.08, 0.06, 0.98);
  border: 0.0625em solid #262626;
}
.form-group [type=checkbox]:disabled, .form-group [type=checkbox]:disabled + label,
.form-group [type=radio]:disabled,
.form-group [type=radio]:disabled + label,
.form-item [type=checkbox]:disabled,
.form-item [type=checkbox]:disabled + label,
.form-item [type=radio]:disabled,
.form-item [type=radio]:disabled + label {
  cursor: default;
}
.form-group [type=checkbox]:focus + label::before,
.form-group [type=radio]:focus + label::before,
.form-item [type=checkbox]:focus + label::before,
.form-item [type=radio]:focus + label::before {
  border-color: #8dc63f;
}
.form-group [type=checkbox]:invalid + label,
.form-group [type=radio]:invalid + label,
.form-item [type=checkbox]:invalid + label,
.form-item [type=radio]:invalid + label {
  color: #d13176;
}
.form-group [type=checkbox]:invalid + label::before,
.form-group [type=radio]:invalid + label::before,
.form-item [type=checkbox]:invalid + label::before,
.form-item [type=radio]:invalid + label::before {
  border-color: #d13176;
  -webkit-box-shadow: 0 0 0 0.0625em #d13176;
          box-shadow: 0 0 0 0.0625em #d13176;
}
.form-group [type=checkbox]:checked + label::before,
.form-item [type=checkbox]:checked + label::before {
  background-color: #aa0000;
}
.form-group [type=checkbox]:checked + label::after,
.form-item [type=checkbox]:checked + label::after {
  position: absolute;
  top: 60%;
  left: -1.125em;
  display: block;
  width: 0.3125em;
  height: 0.6875em;
  content: "";
  -webkit-transform: rotate(45deg) translate(-100%, -50%);
          transform: rotate(45deg) translate(-100%, -50%);
  border-width: 0 0.125em 0.125em 0;
  border-style: solid;
  border-color: #ffffff;
}
.form-group [type=checkbox]:checked:disabled + label::after,
.form-item [type=checkbox]:checked:disabled + label::after {
  border-color: #262626;
}
.form-group [type=checkbox]:disabled + label::before,
.form-item [type=checkbox]:disabled + label::before {
  background-color: #eee;
}
.form-group [type=radio] + label::before,
.form-item [type=radio] + label::before {
  border-radius: 50%;
  background-image: radial-gradient(#aa0000 0.25em, #ffffff 0.25em, #ffffff 0.5em, #aa0000 0.5em);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: 0 0;
}
.form-group [type=radio]:focus + label::before,
.form-item [type=radio]:focus + label::before {
  border: 1px solid #8dc63f;
}
.form-group [type=radio]:checked + label::before,
.form-item [type=radio]:checked + label::before {
  border-color: #aa0000;
  background-size: 1em 1em;
}
.form-group [type=radio]:checked:disabled + label::before,
.form-item [type=radio]:checked:disabled + label::before {
  border-color: #262626;
  background-image: radial-gradient(#262626 0.25em, #eee 0.25em, #eee 0.5em, #262626 0.5em);
}
.form-group [type=radio]:checked:invalid + label::before,
.form-item [type=radio]:checked:invalid + label::before {
  background-image: radial-gradient(#d13176 0.25em, #ffffff 0.25em, #ffffff 0.5em, #d13176 0.5em);
}
.form-group [type=radio]:disabled + label::before,
.form-item [type=radio]:disabled + label::before {
  background-color: #eee;
}
.wysiwyg .form-group [type=checkbox], 
.wysiwyg .form-group [type=radio], 
.wysiwyg .form-item [type=checkbox], 
.wysiwyg .form-item [type=radio] {
  position: static;
  -webkit-transform: translateY(10px);
  transform: translate(0px, 10px);
  opacity: 1;
  accent-color: #aa0000;
}
.wysiwyg .form-group [type=checkbox]:hover, 
.wysiwyg .form-group [type=radio]:hover, 
.wysiwyg .form-item [type=checkbox]:hover, 
.wysiwyg .form-item [type=radio]:hover {
  accent-color: #df3428;
}
.form-required::after {
  content: "*";
  color: #d13176;
}

.webform-element-description {
  font-family: Montserrat, Gill Sans, sans-serif;
  font-size: 0.8125rem;
  font-weight: 500;
  line-height: 1.65;
  margin-top: 0.9375rem;
}
@media print, screen and (min-width: 64.0625em) {
  .webform-element-description {
    font-size: 0.9375rem;
  }
}

.required > label::after {
  content: "*";
  color: #d13176;
}

[type=checkbox][name*="["] + label,
.form-radio + label {
  margin-top: 0.25em;
  margin-bottom: 0.25em;
}

.webform-managed-file-placeholder {
  color: #262626;
  font-family: "Montserrat", "Gill Sans", sans-serif;
  font-weight: 400;
  font-style: italic;
}

.form-managed-file [type=submit] {
  margin-top: 1em;
  padding: 0.75em;
}

form[class*=webform] .form-item {
  width: 100%;
}
form[class*=webform] .form-actions {
  margin-top: 1rem;
  margin-bottom: 1rem;
}
@media print, screen and (min-width: 48.0625em) {
  form[class*=webform] .form-actions {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }
}
form[class*=webform] [type=text], form[class*=webform] [type=password], form[class*=webform] [type=date], form[class*=webform] [type=datetime], form[class*=webform] [type=datetime-local], form[class*=webform] [type=month], form[class*=webform] [type=week], form[class*=webform] [type=email], form[class*=webform] [type=number], form[class*=webform] [type=search], form[class*=webform] [type=tel], form[class*=webform] [type=time], form[class*=webform] [type=url], form[class*=webform] [type=color],
form[class*=webform] [type=file],
form[class*=webform] [type=image],
form[class*=webform] fieldset,
form[class*=webform] select,
form[class*=webform] textarea {
  width: 100%;
}
form[class*=webform] .js-form-type-checkbox + .js-form-type-checkbox,
form[class*=webform] .js-form-type-radio + .js-form-type-radio {
  margin-top: 0;
}
form[class*=webform] .fieldset-wrapper .js-form-type-checkbox,
form[class*=webform] .fieldset-wrapper .js-form-type-radio {
  margin-top: 0.5rem;
}

.element-invisible {
  position: absolute !important;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
  width: 1px;
  height: 1px;
}

.embedded-entity:not([class*=align-]) {
  margin-top: 1.5rem;
  width: 100%;
}
@media print, screen and (min-width: 64.0625em) {
  .embedded-entity:not([class*=align-]) {
    margin-top: 2rem;
  }
}

.js .js-hide {
  display: none;
}

.js-show {
  display: none;
}

.js .js-show {
  display: block;
}

.maintenance-page {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  height: 100vh;
}
.maintenance-page > .main-content {
  margin-bottom: 6.25rem;
  padding-top: 2.5rem;
}
.maintenance-page > footer {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  -ms-flex-item-align: end;
      align-self: flex-end;
  width: 100%;
  padding-top: 1.25rem;
}

.oho-alert {
  padding-right: 0;
  padding-left: 0;
  background-color: #aa0000;
  border: 20px solid #ffffff;
}
.oho-alert h2:first-child {
  margin-top: 0;
  font-family: Montserrat, Gill Sans, sans-serif;
  font-size: 1.3125rem;
  font-weight: 700;
  line-height: 1.4;
  text-transform: none;
  margin-bottom: 0;
}
@media print, screen and (min-width: 64.0625em) {
  .oho-alert h2:first-child {
    font-size: 1.5rem;
  }
}
.oho-alert .cell + .cell {
  margin-top: 1rem;
}
@media print, screen and (min-width: 48.0625em) {
  .oho-alert .cell + .cell {
    margin-top: -2px;
  }
}
.oho-alert p {
  font-family: Montserrat, Gill Sans, sans-serif;
  font-size: 0.8125rem;
  font-weight: 500;
  line-height: 1.65;
  margin-top: 0.5rem;
  margin-bottom: 0;
}
@media print, screen and (min-width: 64.0625em) {
  .oho-alert p {
    font-size: 0.9375rem;
  }
}
.oho-alert .btn {
  margin-top: 1rem;
}
@media print, screen and (min-width: 48.0625em) {
  .oho-alert .btn {
    margin-top: 1.5rem;
  }
}
.oho-alert .fa {
  color: #ffffff;
  font-size: 2rem;
}
.oho-alert a:not(.btn) {
  color: #000000;
}

.message-type--notice {
  background-color: #aa0000;
}
.message-type--notice .fa {
  color: #ffffff;
}
.message-type--notice a:not(.btn), .message-type--notice {
  color: #ffffff;
}

.oho-banner {
  background-color: #033843;
}
.oho-banner .grid-margin-x > .cell.shrink {
  margin-right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.oho-banner .fas {
  font-size: 1.125rem;
  color: #8ae0f2;
}

.pager {
  margin-top: 4rem;
  font-family: "Montserrat", "Gill Sans", sans-serif;
  font-size: 1.25rem;
}
.pager__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0;
  padding: 0;
  list-style: none;
}
.pager a {
  display: block;
  padding: 0 0.5em;
  -webkit-transition: color 150ms cubic-bezier(0.42, 0.08, 0.06, 0.98);
  transition: color 150ms cubic-bezier(0.42, 0.08, 0.06, 0.98);
}
.pager a:hover {
  text-decoration: none;
  color: #440000;
}
.pager .is-active a {
  color: #000000;
  font-weight: 600;
}
.pager [aria-hidden=true] {
  display: none;
}
.pager [class*=pager__item--] a::before, .pager [class*=pager__item--] a::after {
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-smoothing: antialiased;
}
.pager__item {
  margin-left: 0.25rem;
}
.pager__item--first a::before {
  content: "\f323";
}
.pager__item--previous a::before {
  content: "\f053";
}
.pager__item--next a::after {
  content: "\f054";
}
.pager__item--last a::after {
  content: "\f324";
}
.pager__item:not([class*=pager__item--]), .pager__item--ellipsis {
  display: none;
}
@media print, screen and (min-width: 40.0625em) {
  .pager__item:not([class*=pager__item--]), .pager__item--ellipsis {
    display: block;
  }
}
.pager__item.is-active {
  display: block;
}

.page--search + .page-wrapper .main-content h2 {
  margin-bottom: 0.5em;
}
.page--search + .page-wrapper .main-content .search-form .form-item {
  display: inline-block;
}
.page--search + .page-wrapper .main-content .search-form label {
  display: block;
}
.page--search + .page-wrapper .main-content .search-form [type=search] {
  width: 100%;
  font-size: 1rem;
}
.page--search + .page-wrapper .main-content .search-form a {
  font-family: Montserrat, Gill Sans, sans-serif;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.7;
  font-weight: 700;
  color: #aa0000;
  padding-bottom: 4px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#cacaca), to(#cacaca));
  background-image: linear-gradient(#cacaca, #cacaca);
  background-size: 100% 3px;
  background-position: 0 100%;
  background-repeat: no-repeat;
  -webkit-transition: background-image 300ms ease-in;
  transition: background-image 300ms ease-in;
  position: relative;
  display: inline-block;
  margin-bottom: 1.25em;
}
@media print, screen and (min-width: 64.0625em) {
  .page--search + .page-wrapper .main-content .search-form a {
    font-size: 1.3125rem;
  }
}
@media print, screen and (min-width: 64.0625em) {
  .page--search + .page-wrapper .main-content .search-form a {
    font-size: 1.0625rem !important;
  }
}
.page--search + .page-wrapper .main-content .search-form a:hover, .page--search + .page-wrapper .main-content .search-form a:focus {
  text-decoration: none;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#aa0000), to(#aa0000));
  background-image: linear-gradient(#aa0000, #aa0000);
}
.page--search + .page-wrapper .main-content .search-form a::before {
  content: "";
  display: block;
  width: 28px;
  height: 10px;
  background-image: url("data:image/svg+xml,%3Csvg class='tree' fill='none' height='10' viewBox='0 0 28 10' width='28' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='%23a00'%3E%3Cpath clip-rule='evenodd' d='m0 4.36932h26.5605v1.257h-26.5605z' fill-rule='evenodd'/%3E%3Cpath d='m22.5094 0-.8351.895394 4.4167 4.102456-4.4167 4.10676.8351.89539 5.3767-5.00215z'/%3E%3Cpath d='m17.008 0-.8351.895394 4.4167 4.102456-4.4167 4.10676.8351.89539 5.3766-5.00215z'/%3E%3Cpath d='m11.5022 0-.8308.895394 4.4167 4.102456-4.4167 4.10676.8308.89539 5.381-5.00215z'/%3E%3C/g%3E%3C/svg%3E");
  position: absolute;
  left: calc(100% + 0.5em);
  bottom: 0.5em;
  -webkit-transition: left 300ms ease-in, -webkit-transform 300ms ease-in;
  transition: left 300ms ease-in, -webkit-transform 300ms ease-in;
  transition: left 300ms ease-in, transform 300ms ease-in;
  transition: left 300ms ease-in, transform 300ms ease-in, -webkit-transform 300ms ease-in;
}
.page--search + .page-wrapper .main-content .search-form a:hover, .page--search + .page-wrapper .main-content .search-form a:focus {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#aa0000), to(#aa0000));
  background-image: linear-gradient(#aa0000, #aa0000);
}
.page--search + .page-wrapper .main-content .search-form a:hover::before, .page--search + .page-wrapper .main-content .search-form a:focus::before {
  left: calc(100% + 0.5em + 5px);
  -webkit-transform: rotateX(360deg);
          transform: rotateX(360deg);
}
.page--search + .page-wrapper .main-content .search-results {
  padding: 0;
  list-style: none;
}
.page--search + .page-wrapper .main-content .search-result {
  padding-left: 0;
}
.page--search + .page-wrapper .main-content .search-result::before {
  display: none;
}
.page--search + .page-wrapper .main-content .search-result + .search-result {
  margin-top: 2rem;
  padding-top: 2rem;
  border-top: 1px solid gray;
}
.page--search + .page-wrapper .main-content .search-result__title {
  font-family: Montserrat, Gill Sans, sans-serif;
  font-size: 1.1875rem;
  font-weight: 700;
  line-height: 1.4;
  margin: 0;
}
@media print, screen and (min-width: 64.0625em) {
  .page--search + .page-wrapper .main-content .search-result__title {
    font-size: 1.3125rem;
  }
}
.page--search + .page-wrapper .main-content .search-result__snippet {
  margin-bottom: 0;
}

.system-messages {
  right: calc(2.5rem / 2);
  left: calc(2.5rem / 2);
  position: fixed;
  z-index: 10;
  bottom: 9rem;
}
@media print, screen and (min-width: 40.0625em) {
  .system-messages {
    bottom: 6.5rem;
  }
}
@media print, screen and (min-width: 64.0625em) {
  .system-messages {
    right: auto;
    bottom: 2.5rem;
  }
}
.messages-contain-error .system-messages {
  position: static;
}

.messages {
  margin-top: 1rem;
  padding: 1rem;
  border: 0.0625rem solid;
  border-radius: 0.25rem;
}
.messages ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.messages li + li {
  margin-top: 1rem;
}
.messages a {
  text-decoration: underline;
  color: inherit;
  font-weight: 700;
}
.messages--status {
  color: #3c763d;
  border-color: #67b168;
  background: #aad4ab;
}
.messages--warning {
  color: #e09600;
  border-color: #ffc247;
  background: #fff5e0;
}
.messages--error {
  color: #a94442;
  border-color: #ce8483;
  background: #ebcdcc;
}
.has-alert .messages {
  position: absolute;
}
.messages__close {
  float: right;
  margin: 0 0 1rem 1rem;
  cursor: pointer;
}
.messages__close:hover {
  text-decoration: underline;
}

.alpha-filters {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
}
@media print, screen and (min-width: 48.0625em) {
  .alpha-filters {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.alpha-filters .fieldset-wrapper > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.alpha-filters .form-item [type=radio]:disabled + label {
  color: #000000;
  font-weight: 300;
}
.alpha-filters .form-item [type=radio] {
  height: 30px;
  width: 30px;
  top: 50%;
  left: 25%;
}
.alpha-filters .form-item [type=radio] + label {
  margin-left: 16px;
  color: #aa0000;
}
.alpha-filters .form-item [type=radio] + label::before {
  display: none;
}
.alpha-filters .form-item [type=radio] + label:focus, .alpha-filters .form-item [type=radio] + label:hover {
  color: #ffe21a;
}
.alpha-filters .form-item [type=radio]:checked + label::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 0.125rem;
  left: 0;
  bottom: 0;
  background-color: #aa0000;
}
.alpha-filters .form-item [type=radio]:checked + label:focus::after, .alpha-filters .form-item [type=radio]:checked + label:hover::after {
  background-color: #ffe21a;
}

.link-arrow {
  font-family: Montserrat, Gill Sans, sans-serif;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.7;
  font-weight: 700;
  color: #aa0000;
  padding-bottom: 4px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#cacaca), to(#cacaca));
  background-image: linear-gradient(#cacaca, #cacaca);
  background-size: 100% 3px;
  background-position: 0 100%;
  background-repeat: no-repeat;
  -webkit-transition: background-image 300ms ease-in;
  transition: background-image 300ms ease-in;
  position: relative;
}
@media print, screen and (min-width: 64.0625em) {
  .link-arrow {
    font-size: 1.3125rem;
  }
}
@media print, screen and (min-width: 64.0625em) {
  .link-arrow {
    font-size: 1.0625rem !important;
  }
}
.link-arrow:hover, .link-arrow:focus {
  text-decoration: none;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#aa0000), to(#aa0000));
  background-image: linear-gradient(#aa0000, #aa0000);
}
.link-arrow::before {
  content: "";
  display: block;
  width: 28px;
  height: 10px;
  background-image: url("data:image/svg+xml,%3Csvg class='tree' fill='none' height='10' viewBox='0 0 28 10' width='28' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='%23a00'%3E%3Cpath clip-rule='evenodd' d='m0 4.36932h26.5605v1.257h-26.5605z' fill-rule='evenodd'/%3E%3Cpath d='m22.5094 0-.8351.895394 4.4167 4.102456-4.4167 4.10676.8351.89539 5.3767-5.00215z'/%3E%3Cpath d='m17.008 0-.8351.895394 4.4167 4.102456-4.4167 4.10676.8351.89539 5.3766-5.00215z'/%3E%3Cpath d='m11.5022 0-.8308.895394 4.4167 4.102456-4.4167 4.10676.8308.89539 5.381-5.00215z'/%3E%3C/g%3E%3C/svg%3E");
  position: absolute;
  left: calc(100% + 0.5em);
  bottom: 0.5em;
  -webkit-transition: left 300ms ease-in, -webkit-transform 300ms ease-in;
  transition: left 300ms ease-in, -webkit-transform 300ms ease-in;
  transition: left 300ms ease-in, transform 300ms ease-in;
  transition: left 300ms ease-in, transform 300ms ease-in, -webkit-transform 300ms ease-in;
}
.link-arrow:hover, .link-arrow:focus {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#aa0000), to(#aa0000));
  background-image: linear-gradient(#aa0000, #aa0000);
}
.link-arrow:hover::before, .link-arrow:focus::before {
  left: calc(100% + 0.5em + 5px);
  -webkit-transform: rotateX(360deg);
          transform: rotateX(360deg);
}

.link-arrow-inverse {
  font-family: Montserrat, Gill Sans, sans-serif;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.7;
  font-weight: 700;
  color: #ffffff;
  padding-bottom: 4px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#8ae0f2), to(#8ae0f2));
  background-image: linear-gradient(#8ae0f2, #8ae0f2);
  background-size: 100% 3px;
  background-position: 0 100%;
  background-repeat: no-repeat;
  -webkit-transition: background-image 300ms ease-in;
  transition: background-image 300ms ease-in;
  position: relative;
}
@media print, screen and (min-width: 64.0625em) {
  .link-arrow-inverse {
    font-size: 1.3125rem;
  }
}
.link-arrow-inverse:hover, .link-arrow-inverse:focus {
  text-decoration: none;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#ffffff));
  background-image: linear-gradient(#ffffff, #ffffff);
}
.link-arrow-inverse::before {
  content: "";
  display: block;
  width: 28px;
  height: 10px;
  background-image: url("data:image/svg+xml,%3Csvg class='tree' fill='none' height='10' viewBox='0 0 28 10' width='28' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='%238ae0f2'%3E%3Cpath clip-rule='evenodd' d='m0 4.36932h26.5605v1.257h-26.5605z' fill-rule='evenodd'/%3E%3Cpath d='m22.5094 0-.8351.895394 4.4167 4.102456-4.4167 4.10676.8351.89539 5.3767-5.00215z'/%3E%3Cpath d='m17.008 0-.8351.895394 4.4167 4.102456-4.4167 4.10676.8351.89539 5.3766-5.00215z'/%3E%3Cpath d='m11.5022 0-.8308.895394 4.4167 4.102456-4.4167 4.10676.8308.89539 5.381-5.00215z'/%3E%3C/g%3E%3C/svg%3E");
  position: absolute;
  left: calc(100% + 0.5em);
  bottom: 0.5em;
  -webkit-transition: left 300ms ease-in, -webkit-transform 300ms ease-in;
  transition: left 300ms ease-in, -webkit-transform 300ms ease-in;
  transition: left 300ms ease-in, transform 300ms ease-in;
  transition: left 300ms ease-in, transform 300ms ease-in, -webkit-transform 300ms ease-in;
}
.link-arrow-inverse:hover, .link-arrow-inverse:focus {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#ffffff));
  background-image: linear-gradient(#ffffff, #ffffff);
}
.link-arrow-inverse:hover::before, .link-arrow-inverse:focus::before {
  left: calc(100% + 0.5em + 5px);
  -webkit-transform: rotateX(360deg);
          transform: rotateX(360deg);
}

.btn {
  -webkit-transition: color 0.5s cubic-bezier(0.82, 0.06, 0.14, 0.97), background 0.5s cubic-bezier(0.82, 0.06, 0.14, 0.97), border 0.5s cubic-bezier(0.82, 0.06, 0.14, 0.97);
  transition: color 0.5s cubic-bezier(0.82, 0.06, 0.14, 0.97), background 0.5s cubic-bezier(0.82, 0.06, 0.14, 0.97), border 0.5s cubic-bezier(0.82, 0.06, 0.14, 0.97);
  font-family: "Montserrat", "Gill Sans", sans-serif;
  border-width: 0.125rem;
  border-radius: 0.25rem;
  border-style: solid;
  display: inline-block;
  position: relative;
  z-index: 2;
  line-height: 1.1;
  text-decoration: none;
  font-weight: 600;
  font-size: 0.9375rem;
  line-height: 1.25;
  padding: 0.75rem 1.5rem;
  border-color: #aa0000;
  color: #ffffff;
  background: #aa0000;
}
.btn:hover, .btn:focus {
  text-decoration: none;
  outline: none;
}
.btn:focus {
  -webkit-box-shadow: 0 0 2px 3px rgba(74, 164, 247, 0.8);
          box-shadow: 0 0 2px 3px rgba(74, 164, 247, 0.8);
}
.btn:disabled {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.6;
}
.btn::before, .btn::after {
  color: #ffffff;
}
.btn:hover, .btn:focus {
  color: #ffffff;
  border-color: #df3428;
  background: #df3428;
}
.btn:hover::before, .btn:hover::after, .btn:focus::before, .btn:focus::after {
  color: #ffffff;
}
.btn:focus {
  color: #000000;
  border-color: #aa0000;
  background: #ffffff;
}
@media print, screen and (min-width: 48.0625em) {
  .btn {
    font-size: 1.0625rem;
    line-height: 1.25;
    padding: 1rem 2rem;
  }
}

.bg--dark .btn,
.btn--inverse,
.btn--alternate {
  font-size: 0.9375rem;
  line-height: 1.25;
  padding: 0.75rem 1.5rem;
  border-color: #ffffff;
  color: #000000;
  background: #ffffff;
}
.bg--dark .btn::before, .bg--dark .btn::after,
.btn--inverse::before,
.btn--inverse::after,
.btn--alternate::before,
.btn--alternate::after {
  color: #aa0000;
}
.bg--dark .btn:hover, .bg--dark .btn:focus,
.btn--inverse:hover,
.btn--inverse:focus,
.btn--alternate:hover,
.btn--alternate:focus {
  color: #000000;
  border-color: #8ae0f2;
  background: #8ae0f2;
}
.bg--dark .btn:hover::before, .bg--dark .btn:hover::after, .bg--dark .btn:focus::before, .bg--dark .btn:focus::after,
.btn--inverse:hover::before,
.btn--inverse:hover::after,
.btn--inverse:focus::before,
.btn--inverse:focus::after,
.btn--alternate:hover::before,
.btn--alternate:hover::after,
.btn--alternate:focus::before,
.btn--alternate:focus::after {
  color: #aa0000;
}
.bg--dark .btn:focus,
.btn--inverse:focus,
.btn--alternate:focus {
  color: #000000;
  border-color: #aa0000;
  background: #ffffff;
}
@media print, screen and (min-width: 48.0625em) {
  .bg--dark .btn,
.btn--inverse,
.btn--alternate {
    font-size: 1.0625rem;
    line-height: 1.25;
    padding: 1rem 2rem;
  }
}

.btn--small {
  font-size: 0.9375rem;
  line-height: 1.25;
  padding: 0.75rem 1.5rem;
}

.btn--align-right {
  display: table;
  margin-left: auto;
}

.btn--align-center {
  display: table;
  margin-right: auto;
  margin-left: auto;
}

.external {
  position: relative;
}
.external a::after {
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-smoothing: antialiased;
  display: inline-block;
  padding-left: 0.25em;
  padding-top: 0.1875rem;
  content: "\f08e";
  position: absolute;
}
.external a.btn::after {
  position: relative;
  padding-left: 0.5em;
}

a[data-entity-type=media]:after,
[href$=".doc"]:after,
[href$=".docx"]:after,
[href$=".pdf"]:after,
[href$=".ppt"]:after,
[href$=".pptx"]:after,
[href$=".xls"]:after,
[href$=".xlsx"]:after,
[href$=".zip"]:after {
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-smoothing: antialiased;
  display: inline-block;
  padding-left: 0.25em;
  content: "\f019";
}

.btn--centered {
  margin-left: auto;
  margin-right: auto;
  display: table;
}

.callout {
  padding: 1.5rem;
  background-color: #f7f7f7;
}
@media print, screen and (min-width: 64.0625em) {
  .callout {
    padding: 2rem;
  }
}
.callout h2.h6 {
  text-transform: none;
  margin: 0;
  padding: 0;
}
.callout .funderline-list:not(:last-child) {
  margin-bottom: 1rem;
}
@media print, screen and (min-width: 48.0625em) {
  .callout .funderline-list:not(:last-child) {
    margin-bottom: 1.5rem;
  }
}

.bg--dark .callout {
  background-color: transparent;
  border: 1px solid #0053D9;
}

.bg--teal .callout {
  background-color: #004250;
  border: none;
}

.date-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}
.eyebrow + .date-block {
  margin-top: 0.5rem;
}
@media print, screen and (min-width: 64.0625em) {
  .eyebrow + .date-block {
    margin-top: 1rem;
  }
}
.date-block .day-number {
  font-size: 2rem;
  line-height: 0.9;
}
@media print, screen and (min-width: 48.0625em) {
  .date-block .day-number {
    font-size: 3.75rem;
  }
}
.date-block time + time {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.date-block time + time::before {
  margin-right: 0.5rem;
  margin-left: 0.5rem;
  width: 1.5rem;
  height: 0.125rem;
  content: "";
  -webkit-transform: translateY(-14px);
          transform: translateY(-14px);
  background-color: currentColor;
}
@media print, screen and (min-width: 64.0625em) {
  .date-block time + time::before {
    margin-right: 1rem;
    margin-left: 1rem;
  }
}
.date-block span {
  display: block;
}

.icon-list {
  display: block;
}
.icon-list li:not(:first-child) {
  margin-top: 0.5rem;
}
.icon-list li,
.icon-list a {
  display: block;
  font-family: "Montserrat", "Gill Sans", sans-serif;
  font-family: Montserrat, Gill Sans, sans-serif;
  font-size: 0.8125rem;
  font-weight: 500;
  line-height: 1.65;
}
@media print, screen and (min-width: 64.0625em) {
  .icon-list li,
.icon-list a {
    font-size: 0.9375rem;
  }
}
.icon-list a {
  text-decoration: underline;
  text-underline-offset: 2px;
  -webkit-text-decoration-color: #aa0000;
          text-decoration-color: #aa0000;
  font-weight: 700;
}
.icon-list a:hover, .icon-list a:focus {
  color: #000000;
  -webkit-text-decoration-color: #aa0000;
          text-decoration-color: #aa0000;
}
.icon-list li {
  position: relative;
  padding-left: 1.5625rem;
  font-weight: 500;
}
.icon-list__icon {
  position: absolute;
  left: 0;
  top: 0.33rem;
  color: #005a6d;
}
.icon-list--inline {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.icon-list--inline li:not(:first-child) {
  margin-top: 0;
}
.icon-list--inline li:not(:last-child) {
  margin-right: 1.875rem;
}

.bg--dark .icon-list li {
  color: #ffffff;
}
.bg--dark .icon-list a {
  text-decoration: underline;
  text-underline-offset: 2px;
  -webkit-text-decoration-color: #ffffff;
          text-decoration-color: #ffffff;
  font-weight: 700;
}
.bg--dark .icon-list a:hover, .bg--dark .icon-list a:focus {
  color: #8ae0f2;
  -webkit-text-decoration-color: #8ae0f2;
          text-decoration-color: #8ae0f2;
}
.bg--dark .icon-list__icon {
  color: #62dbbc;
}

.intro-text {
  font-family: Montserrat, Gill Sans, sans-serif;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.7;
}
@media print, screen and (min-width: 64.0625em) {
  .intro-text {
    font-size: 1.3125rem;
  }
}

.section-heading--amplified h2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 0.5rem;
}
.section-heading--amplified .amplified--prefix, .section-heading--amplified .amplified--suffix {
  font-family: Montserrat, Gill Sans, sans-serif;
  font-size: 1.125rem;
  font-weight: 800;
  text-transform: uppercase;
  line-height: 1;
  color: #62dbbc;
}
@media print, screen and (min-width: 64.0625em) {
  .section-heading--amplified .amplified--prefix, .section-heading--amplified .amplified--suffix {
    font-size: 1.75rem;
  }
}
.section-heading--amplified .amplified--title {
  display: block;
  font-family: Oswald, Impact, sans-serif;
  font-size: 3.5rem;
  font-weight: 700;
  line-height: 1.1;
  text-transform: uppercase;
}
@media print, screen and (min-width: 64.0625em) {
  .section-heading--amplified .amplified--title {
    font-size: 6rem;
  }
}
.section-heading--amplified .amplified--title:not(:first-child) {
  margin-top: -0.5rem;
}
.section-heading--amplified .global-spacing--3x + .section-heading__link {
  margin-top: 0.5rem;
}
@media print, screen and (min-width: 64.0625em) {
  .section-heading--amplified .global-spacing--3x + .section-heading__link {
    margin-top: 1rem;
  }
}
.section-heading--amplified h2 + .section-heading__link {
  margin-top: 1rem;
}
@media print, screen and (min-width: 48.0625em) {
  .section-heading--amplified h2 + .section-heading__link {
    margin-top: 1.5rem;
  }
}
.section-heading__link a {
  font-family: Montserrat, Gill Sans, sans-serif;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.7;
  font-weight: 700;
  color: #aa0000;
  padding-bottom: 4px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#cacaca), to(#cacaca));
  background-image: linear-gradient(#cacaca, #cacaca);
  background-size: 100% 3px;
  background-position: 0 100%;
  background-repeat: no-repeat;
  -webkit-transition: background-image 300ms ease-in;
  transition: background-image 300ms ease-in;
  position: relative;
  text-decoration: none;
}
@media print, screen and (min-width: 64.0625em) {
  .section-heading__link a {
    font-size: 1.3125rem;
  }
}
@media print, screen and (min-width: 64.0625em) {
  .section-heading__link a {
    font-size: 1.0625rem !important;
  }
}
.section-heading__link a:hover, .section-heading__link a:focus {
  text-decoration: none;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#aa0000), to(#aa0000));
  background-image: linear-gradient(#aa0000, #aa0000);
}
.section-heading__link a::before {
  content: "";
  display: block;
  width: 28px;
  height: 10px;
  background-image: url("data:image/svg+xml,%3Csvg class='tree' fill='none' height='10' viewBox='0 0 28 10' width='28' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='%23a00'%3E%3Cpath clip-rule='evenodd' d='m0 4.36932h26.5605v1.257h-26.5605z' fill-rule='evenodd'/%3E%3Cpath d='m22.5094 0-.8351.895394 4.4167 4.102456-4.4167 4.10676.8351.89539 5.3767-5.00215z'/%3E%3Cpath d='m17.008 0-.8351.895394 4.4167 4.102456-4.4167 4.10676.8351.89539 5.3766-5.00215z'/%3E%3Cpath d='m11.5022 0-.8308.895394 4.4167 4.102456-4.4167 4.10676.8308.89539 5.381-5.00215z'/%3E%3C/g%3E%3C/svg%3E");
  position: absolute;
  left: calc(100% + 0.5em);
  bottom: 0.5em;
  -webkit-transition: left 300ms ease-in, -webkit-transform 300ms ease-in;
  transition: left 300ms ease-in, -webkit-transform 300ms ease-in;
  transition: left 300ms ease-in, transform 300ms ease-in;
  transition: left 300ms ease-in, transform 300ms ease-in, -webkit-transform 300ms ease-in;
}
.section-heading__link a:hover, .section-heading__link a:focus {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#aa0000), to(#aa0000));
  background-image: linear-gradient(#aa0000, #aa0000);
}
/* removed 030524, AB */
/*
.section-heading__link a:hover::before, .section-heading__link a:focus::before {
  left: calc(100% + 0.5em + 5px);
  -webkit-transform: rotateX(360deg);
          transform: rotateX(360deg);
}
*/
.bg--dark .section-heading__link a {
  font-family: Montserrat, Gill Sans, sans-serif;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.7;
  font-weight: 700;
  color: #ffffff;
  padding-bottom: 4px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#8ae0f2), to(#8ae0f2));
  background-image: linear-gradient(#8ae0f2, #8ae0f2);
  background-size: 100% 3px;
  background-position: 0 100%;
  background-repeat: no-repeat;
  -webkit-transition: background-image 300ms ease-in;
  transition: background-image 300ms ease-in;
  position: relative;
  text-decoration: none;
}
@media print, screen and (min-width: 64.0625em) {
  .bg--dark .section-heading__link a {
    font-size: 1.3125rem;
  }
}
.bg--dark .section-heading__link a:hover, .bg--dark .section-heading__link a:focus {
  text-decoration: none;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#ffffff));
  background-image: linear-gradient(#ffffff, #ffffff);
}
.bg--dark .section-heading__link a::before {
  content: "";
  display: block;
  width: 28px;
  height: 10px;
  background-image: url("data:image/svg+xml,%3Csvg class='tree' fill='none' height='10' viewBox='0 0 28 10' width='28' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='%238ae0f2'%3E%3Cpath clip-rule='evenodd' d='m0 4.36932h26.5605v1.257h-26.5605z' fill-rule='evenodd'/%3E%3Cpath d='m22.5094 0-.8351.895394 4.4167 4.102456-4.4167 4.10676.8351.89539 5.3767-5.00215z'/%3E%3Cpath d='m17.008 0-.8351.895394 4.4167 4.102456-4.4167 4.10676.8351.89539 5.3766-5.00215z'/%3E%3Cpath d='m11.5022 0-.8308.895394 4.4167 4.102456-4.4167 4.10676.8308.89539 5.381-5.00215z'/%3E%3C/g%3E%3C/svg%3E");
  position: absolute;
  left: calc(100% + 0.5em);
  bottom: 0.5em;
  -webkit-transition: left 300ms ease-in, -webkit-transform 300ms ease-in;
  transition: left 300ms ease-in, -webkit-transform 300ms ease-in;
  transition: left 300ms ease-in, transform 300ms ease-in;
  transition: left 300ms ease-in, transform 300ms ease-in, -webkit-transform 300ms ease-in;
}
.bg--dark .section-heading__link a:hover, .bg--dark .section-heading__link a:focus {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#ffffff));
  background-image: linear-gradient(#ffffff, #ffffff);
}
/* removed 030524, AB */
/*
.bg--dark .section-heading__link a:hover::before, .bg--dark .section-heading__link a:focus::before {
  left: calc(100% + 0.5em + 5px);
  -webkit-transform: rotateX(360deg);
          transform: rotateX(360deg);
}
*/
.shadowed {
  -webkit-box-shadow: 3px 3px 8px 0 rgba(104, 104, 104, 0.2);
          box-shadow: 3px 3px 8px 0 rgba(104, 104, 104, 0.2);
}

.funderline > a {
  color: #aa0000;
  padding-bottom: 0.1em;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#c0c0c0), to(#c0c0c0));
  background-image: linear-gradient(#c0c0c0, #c0c0c0);
  background-size: 100% 3px;
  background-position: 0 100%;
  background-repeat: no-repeat;
  -webkit-transition: background-image 300ms ease-in;
  transition: background-image 300ms ease-in;
  position: relative;
  line-height: 1.7;
  text-decoration: none;
  position: relative;
}
.funderline > a:hover, .funderline > a:focus {
  text-decoration: none;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#aa0000), to(#aa0000));
  background-image: linear-gradient(#aa0000, #aa0000);
}
.funderline > a::after {
  position: absolute;
}

.funderline-list ul {
  list-style: none;
}
.funderline-list li + li {
  margin-top: 0.5rem;
}
@media print, screen and (min-width: 64.0625em) {
  .funderline-list li + li {
    margin-top: 1rem;
  }
}
.funderline-list li > a {
  color: #aa0000;
  padding-bottom: 0.1em;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#c0c0c0), to(#c0c0c0));
  background-image: linear-gradient(#c0c0c0, #c0c0c0);
  background-size: 100% 3px;
  background-position: 0 100%;
  background-repeat: no-repeat;
  -webkit-transition: background-image 300ms ease-in;
  transition: background-image 300ms ease-in;
  position: relative;
  line-height: 1.7;
  font-weight: 700;
  text-decoration: none;
  position: relative;
}
.funderline-list li > a:hover, .funderline-list li > a:focus {
  text-decoration: none;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#aa0000), to(#aa0000));
  background-image: linear-gradient(#aa0000, #aa0000);
}
.funderline-list li > a::after {
  position: absolute;
}

.bg--dark .funderline > a {
  color: #ffffff;
  padding-bottom: 0.1em;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#8ae0f2), to(#8ae0f2));
  background-image: linear-gradient(#8ae0f2, #8ae0f2);
  background-size: 100% 3px;
  background-position: 0 100%;
  background-repeat: no-repeat;
  -webkit-transition: background-image 300ms ease-in;
  transition: background-image 300ms ease-in;
  position: relative;
  text-decoration: none;
}
.bg--dark .funderline > a:hover, .bg--dark .funderline > a:focus {
  text-decoration: none;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#ffffff));
  background-image: linear-gradient(#ffffff, #ffffff);
}
.bg--dark .funderline-list li > a {
  color: #ffffff;
  padding-bottom: 0.1em;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#8ae0f2), to(#8ae0f2));
  background-image: linear-gradient(#8ae0f2, #8ae0f2);
  background-size: 100% 3px;
  background-position: 0 100%;
  background-repeat: no-repeat;
  -webkit-transition: background-image 300ms ease-in;
  transition: background-image 300ms ease-in;
  position: relative;
}
.bg--dark .funderline-list li > a:hover, .bg--dark .funderline-list li > a:focus {
  text-decoration: none;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#ffffff));
  background-image: linear-gradient(#ffffff, #ffffff);
}

.better-underline {
  text-decoration: underline;
  text-underline-offset: 2px;
}

@-webkit-keyframes slide-in {
  from {
    -webkit-transform: none;
            transform: none;
  }
  to {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
}

@keyframes slide-in {
  from {
    -webkit-transform: none;
            transform: none;
  }
  to {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
}
.cookie-banner {
  position: fixed;
  -webkit-transition: -webkit-transform 1s cubic-bezier(0.42, 0.08, 0.06, 0.98);
  transition: -webkit-transform 1s cubic-bezier(0.42, 0.08, 0.06, 0.98);
  transition: transform 1s cubic-bezier(0.42, 0.08, 0.06, 0.98);
  transition: transform 1s cubic-bezier(0.42, 0.08, 0.06, 0.98), -webkit-transform 1s cubic-bezier(0.42, 0.08, 0.06, 0.98);
  -webkit-transform: none;
          transform: none;
  z-index: 10;
  background-color: #f7f7f7;
  -webkit-box-shadow: 3px 3px 8px 0 rgba(104, 104, 104, 0.2);
          box-shadow: 3px 3px 8px 0 rgba(104, 104, 104, 0.2);
  top: 100%;
  left: 0;
  right: 0;
  padding-right: 20px;
  padding-left: 20px;
}
.cookie-banner--content {
  max-width: 85rem;
  margin-right: auto;
  margin-left: auto;
}
@media print, screen and (min-width: 48.0625em) {
  .cookie-banner--content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .cookie-banner--content p {
    -ms-flex-preferred-size: 60%;
        flex-basis: 60%;
    margin: 0;
  }
}
.cookie-banner .btn-row {
  list-style: none;
  margin-top: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5rem 1rem;
}
.cookie-banner .btn-row li {
  display: inline-block;
}
@media print, screen and (min-width: 48.0625em) {
  .cookie-banner .btn-row {
    margin-top: 0;
    -ms-flex-preferred-size: 36%;
        flex-basis: 36%;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 1.5rem;
  }
}
.cookie-banner .btn-row a:not(.btn) {
  color: #aa0000;
  padding-bottom: 0.1em;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#c0c0c0), to(#c0c0c0));
  background-image: linear-gradient(#c0c0c0, #c0c0c0);
  background-size: 100% 3px;
  background-position: 0 100%;
  background-repeat: no-repeat;
  -webkit-transition: background-image 300ms ease-in;
  transition: background-image 300ms ease-in;
  position: relative;
  line-height: 1.7;
  font-weight: 700;
  font-size: 0.9375rem;
  text-decoration: none;
  position: relative;
}
.cookie-banner .btn-row a:not(.btn):hover, .cookie-banner .btn-row a:not(.btn):focus {
  text-decoration: none;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#aa0000), to(#aa0000));
  background-image: linear-gradient(#aa0000, #aa0000);
}
.cookie-banner .btn-row a:not(.btn)::after {
  position: absolute;
}
.cookie-banner .btn-row .btn {
  -webkit-transition: color 0.5s cubic-bezier(0.82, 0.06, 0.14, 0.97), background 0.5s cubic-bezier(0.82, 0.06, 0.14, 0.97), border 0.5s cubic-bezier(0.82, 0.06, 0.14, 0.97);
  transition: color 0.5s cubic-bezier(0.82, 0.06, 0.14, 0.97), background 0.5s cubic-bezier(0.82, 0.06, 0.14, 0.97), border 0.5s cubic-bezier(0.82, 0.06, 0.14, 0.97);
  font-family: "Montserrat", "Gill Sans", sans-serif;
  border-width: 0.125rem;
  border-radius: 0.25rem;
  border-style: solid;
  display: inline-block;
  position: relative;
  z-index: 2;
  line-height: 1.1;
  text-decoration: none;
  font-weight: 600;
  font-size: 0.9375rem;
  line-height: 1.25;
  padding: 0.75rem 1.5rem;
  border-color: #aa0000;
  color: #ffffff;
  background: #aa0000;
}
.cookie-banner .btn-row .btn:hover, .cookie-banner .btn-row .btn:focus {
  text-decoration: none;
  outline: none;
}
.cookie-banner .btn-row .btn:focus {
  -webkit-box-shadow: 0 0 2px 3px rgba(74, 164, 247, 0.8);
          box-shadow: 0 0 2px 3px rgba(74, 164, 247, 0.8);
}
.cookie-banner .btn-row .btn:disabled {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.6;
}
.cookie-banner .btn-row .btn::before, .cookie-banner .btn-row .btn::after {
  color: #ffffff;
}
.cookie-banner .btn-row .btn:hover, .cookie-banner .btn-row .btn:focus {
  color: #ffffff;
  border-color: #df3428;
  background: #df3428;
}
.cookie-banner .btn-row .btn:hover::before, .cookie-banner .btn-row .btn:hover::after, .cookie-banner .btn-row .btn:focus::before, .cookie-banner .btn-row .btn:focus::after {
  color: #ffffff;
}
.cookie-banner .btn-row .btn:focus {
  color: #000000;
  border-color: #aa0000;
  background: #ffffff;
}

html.oho-js body:not(.cookie-panel-dismissed) .cookie-banner {
  -webkit-animation: slide-in;
          animation: slide-in;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
}

.site-footer {
  background-color: #000000;
}
@media print, screen and (min-width: 40.0625em) {
  .site-footer .footer--first {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
@media print, screen and (min-width: 64.0625em) {
  .site-footer .footer--first {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    gap: 2.5rem;
  }
}
.site-footer ul {
  list-style: none;
}
.site-footer .site-footer__logo {
  display: inline-block;
  -webkit-transition: -webkit-transform 0.2s ease-in-out;
  transition: -webkit-transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
  -webkit-transform: scale(1);
          transform: scale(1);
}
.site-footer .site-footer__logo:hover .site-footer .site-footer__logo:focus {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
  -webkit-transform-origin: center;
          transform-origin: center;
}
.site-footer.bg--dark .icon-list__icon {
  color: #ffffff;
}

@media print, screen and (min-width: 40.0625em) {
  .footer--main {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
}
@media print, screen and (min-width: 64.0625em) {
  .footer--main {
    -ms-flex-preferred-size: 31%;
        flex-basis: 31%;
  }
}
.footer--main ul {
  font-size: 1.25rem;
  font-weight: 700;
}
@media print, screen and (min-width: 48.0625em) {
  .footer--main ul {
    font-size: 1.75rem;
  }
}
.footer--main li {
  padding-top: 1rem;
  padding-bottom: 1rem;
  line-height: 44.8px;
}
@media print, screen and (min-width: 48.0625em) {
  .footer--main li {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }
}
.footer--main li + li {
  border-top: 1px solid #333;
}
.footer--main a {
  text-decoration: none;
}
.footer--main a:hover, .footer--main a:focus {
  text-decoration: underline;
  text-underline-offset: 2px;
  color: #8ae0f2;
  -webkit-text-decoration-color: #8ae0f2;
          text-decoration-color: #8ae0f2;
}

.footer--grouping {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.5rem 2.5rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: 2rem;
}
.footer--grouping p,
.footer--grouping ul {
  font-family: Montserrat, Gill Sans, sans-serif;
  font-size: 0.8125rem;
  font-weight: 500;
  line-height: 1.65;
}
@media print, screen and (min-width: 64.0625em) {
  .footer--grouping p,
.footer--grouping ul {
    font-size: 0.9375rem;
  }
}
.footer--grouping p + ul {
  margin-top: 0.375rem;
}
.footer--grouping li + li {
  margin-top: 0.375rem;
}
.footer--grouping a {
  font-weight: 700;
}
.footer--grouping a:hover, .footer--grouping a:focus {
  color: #8ae0f2;
  -webkit-text-decoration-color: #8ae0f2;
          text-decoration-color: #8ae0f2;
}
@media print, screen and (min-width: 40.0625em) {
  .footer--grouping {
    min-width: 50%;
    width: 50%;
    max-width: 50%;
  }
}
@media print, screen and (min-width: 64.0625em) {
  .footer--grouping {
    margin-top: 40px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-preferred-size: 38%;
        flex-basis: 38%;
    min-width: 38%;
    width: 38%;
    max-width: 38%;
  }
  .footer--grouping nav {
    max-width: 50%;
  }
}
.footer--grouping .footer--utility a[href^="http://"]::after,
.footer--grouping .footer--utility a[href^="https://"]::after {
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-smoothing: antialiased;
  display: inline-block;
  padding-left: 0.25em;
  padding-top: 0.1875rem;
  content: "\f08e";
  position: absolute;
  font-size: 12px;
  color: #8ae0f2;
}

.footer--details {
  background-color: #171717;
  padding: 1.5rem;
  margin-top: 1.5rem;
}
@media print, screen and (min-width: 64.0625em) {
  .footer--details {
    padding: 2rem;
  }
}
@media print, screen and (min-width: 40.0625em) {
  .footer--details {
    min-width: 50%;
    width: 50%;
    max-width: 50%;
  }
}
@media print, screen and (min-width: 64.0625em) {
  .footer--details {
    margin-top: 0;
    -ms-flex-preferred-size: 31%;
        flex-basis: 31%;
    min-width: 31%;
    width: 31%;
    max-width: 31%;
  }
}
.footer--details .funderline a {
  font-size: 1.0625rem;
  font-weight: 700;
}
.footer--details .icon-list.social-media {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0.5rem 0.75rem;
  margin-top: 1.5rem;
}
@media print, screen and (min-width: 64.0625em) {
  .footer--details .icon-list.social-media {
    margin-top: 2rem;
  }
}
.footer--details .icon-list.social-media li {
  margin: 0 !important;
  padding-left: 0;
}
.footer--details .icon-list.social-media a {
  margin: 0;
  font-size: 1.875rem;
}
.footer--details .icon-list__content p,
.footer--details .icon-list__content a {
  font-family: Montserrat, Gill Sans, sans-serif;
  font-size: 0.9375rem;
  font-weight: 500;
  line-height: 1.7;
}
@media print, screen and (min-width: 64.0625em) {
  .footer--details .icon-list__content p,
.footer--details .icon-list__content a {
    font-size: 1.0625rem;
  }
}

.footer--second {
  padding-top: 2rem;
  padding-bottom: 1.5rem;
}
@media print, screen and (min-width: 48.0625em) {
  .footer--second {
    padding-top: 3rem;
  }
}
@media print, screen and (min-width: 64.0625em) {
  .footer--second {
    padding-top: 4rem;
  }
}
.footer--second p,
.footer--second ul {
  font-family: Montserrat, Gill Sans, sans-serif;
  font-size: 0.8125rem;
  font-weight: 500;
  line-height: 1.65;
}
@media print, screen and (min-width: 64.0625em) {
  .footer--second p,
.footer--second ul {
    font-size: 0.9375rem;
  }
}
.footer--second p {
  margin: 0;
}
.footer--second a {
  text-decoration: underline;
  text-underline-offset: 2px;
  color: #ffffff;
  -webkit-text-decoration-color: #ffffff;
          text-decoration-color: #ffffff;
}
.footer--second a:hover, .footer--second a:focus {
  text-decoration: underline;
  text-underline-offset: 2px;
  color: #8ae0f2;
  -webkit-text-decoration-color: #8ae0f2;
          text-decoration-color: #8ae0f2;
}
@media print, screen and (max-width: 48.06125em) {
  .footer--second li {
    margin-top: 0.5rem;
  }
}
@media print, screen and (min-width: 48.0625em) {
  .footer--second {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 1.5rem;
  }
  .footer--second ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 0.5rem;
  }
}

.site-footer__logo svg {
  max-width: 100%;
}
.site-footer__logo svg g {
  fill: #ffffff;
  -webkit-transition: fill 0.6s ease-in-out;
  transition: fill 0.6s ease-in-out;
}
.site-footer__logo:hover svg g, .site-footer__logo:focus svg g {
  fill: #aa0000;
}

.site-header {
  position: relative;
  z-index: 10;
  height: 3.125rem;
}
.site-header__sticky-container {
  background: #ffffff;
  height: 100%;
  -webkit-box-shadow: 3px 3px 8px 0 rgba(104, 104, 104, 0.2);
          box-shadow: 3px 3px 8px 0 rgba(104, 104, 104, 0.2);
}
.site-header__sticky-container > .grid-container {
  position: relative;
  height: 100%;
  max-width: 90rem;
}
.site-header ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.site-header li {
  position: relative;
}
.site-header__logo {
  display: inline-block;
  position: relative;
  z-index: 2;
  width: 230px;
  top: 13px;
}
.site-header__logo span {
  display: inline-block;
  width: 100%;
}
.site-header__logo svg {
  max-width: 100%;
}
.site-header__logo svg g {
  -webkit-transition: fill 0.6s ease-in-out;
  transition: fill 0.6s ease-in-out;
}
.site-header__logo .stacked {
  display: none;
}
.site-header__logo:hover svg g, .site-header__logo:focus svg g {
  fill: #aa0000;
}
@media print, screen and (min-width: 64.0625em) {
  .site-header__logo {
    top: 26px;
  }
  .site-header__logo .stacked {
    display: inline-block;
  }
  .site-header__logo .horizontal {
    display: none;
  }
}
.site-header--beyond-threshold .site-header__sticky-container {
  position: fixed;
  z-index: 10;
  top: 0;
  width: 100%;
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
  height: 4.5rem;
}
.site-header--beyond-threshold .site-header__logo {
  width: 230px;
  top: 25px;
}
.site-header--beyond-threshold .site-header__logo .stacked {
  display: none;
}
.site-header--beyond-threshold .site-header__logo .horizontal {
  display: inline-block;
}
@media screen and (min-width: 75.0625em) {
  .site-header--beyond-threshold .site-header__logo {
    width: 360px;
  }
}
@media print, screen and (min-width: 64.0625em) {
  .site-header--beyond-threshold .site-header__top {
    display: none;
  }
}
@media print, screen and (min-width: 64.0625em) {
  .site-header--beyond-threshold .site-header__bottom {
    top: -5px;
  }
  .site-header--beyond-threshold .site-header__bottom .site-search {
    display: none;
  }
}
.site-header--beyond-threshold-animate .site-header__sticky-container {
  -webkit-transition: -webkit-transform 150ms cubic-bezier(0.42, 0.08, 0.06, 0.98);
  transition: -webkit-transform 150ms cubic-bezier(0.42, 0.08, 0.06, 0.98);
  transition: transform 150ms cubic-bezier(0.42, 0.08, 0.06, 0.98);
  transition: transform 150ms cubic-bezier(0.42, 0.08, 0.06, 0.98), -webkit-transform 150ms cubic-bezier(0.42, 0.08, 0.06, 0.98);
}
@media print, screen and (min-width: 64.0625em) {
  .site-header--scroll-up .site-header__sticky-container, .site-header--at-bottom .site-header__sticky-container {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@media print, screen and (min-width: 64.0625em) {
  .site-header {
    height: 7.5625rem;
  }
  .site-header__logo {
    height: auto;
  }
}

.mobile-menu-button {
  display: none;
}
@media print, screen and (max-width: 64.06125em) {
  .mobile-menu-button {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    display: block;
    width: 3.125rem;
    margin: 0;
    padding: 0;
  }
}

@media print, screen and (max-width: 64.06125em) {
  .site-header__main {
    position: absolute;
    z-index: 1;
    top: 3.125rem;
    right: 0;
    display: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 24rem;
    background-color: #ffffff;
    -webkit-box-shadow: 3px 3px 8px 0 rgba(104, 104, 104, 0.2);
            box-shadow: 3px 3px 8px 0 rgba(104, 104, 104, 0.2);
  }
  .mobile-menu-open .site-header__main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media print, screen and (max-width: 40.06125em) {
  .site-header__main {
    width: 100vw;
  }
}

@media print, screen and (max-width: 64.06125em) {
  .site-header__top {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media print, screen and (min-width: 64.0625em) {
  .site-header__top {
    position: absolute;
    top: 1rem;
    right: 0.9375rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    z-index: 2;
  }
}

.site-header__bottom {
  position: relative;
  z-index: 1;
}
@media print, screen and (max-width: 64.06125em) {
  .site-header__bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .site-header__bottom .site-search {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
}
@media print, screen and (min-width: 64.0625em) {
  .site-header__bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    margin-top: -20px;
  }
}

@media print, screen and (min-width: 64.0625em) {
  .page--home-page .site-header:not(.site-header--beyond-threshold) .site-header__sticky-container {
    background: transparent;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
    -webkit-box-shadow: none;
            box-shadow: none;
  }
}
@media print, screen and (min-width: 64.0625em) {
  .page--home-page .page-wrapper {
    margin-top: -7.5625rem;
    position: relative;
  }
  .page--home-page .page-wrapper::before {
    content: "";
    display: block;
    position: absolute;
    z-index: 2;
    left: 0;
    top: 0;
    width: 100%;
    height: 17.625rem;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.8)), to(rgba(0, 0, 0, 0)));
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0));
  }
}

@media print, screen and (min-width: 64.0625em) {
  .page--home-page .site-header:not(.site-header--beyond-threshold) .site-header__logo svg g {
    fill: #ffffff;
  }
  .page--home-page .site-header:not(.site-header--beyond-threshold) .site-header__logo:hover svg g, .page--home-page .site-header:not(.site-header--beyond-threshold) .site-header__logo:focus svg g {
    fill: #aa0000;
  }
}

body.mobile-menu-open:not(.has-alert) {
  overflow: hidden;
}
@media print, screen and (max-width: 64.06125em) {
  body.mobile-menu-open:not(.has-alert) .site-header__main {
    max-height: calc(100dvh - 50px);
    overflow: auto;
  }
}
@media screen and (max-width: 40em) {
  body.mobile-menu-open:not(.has-alert) .site-header__main {
    height: calc(100dvh - 50px);
  }
}

@media screen and (max-width: 40em) {
  body.mobile-menu-open.has-alert .site-header__main {
    height: 110dvh;
    overflow: auto;
  }
}

.site-search .search-block-form {
  position: relative;
  width: 100%;
  padding: 0.5rem;
}
.site-search .search-block-form label {
  position: absolute !important;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
  width: 1px;
  height: 1px;
}
.site-search .search-block-form input {
  border: 0;
  padding: 0.5rem;
  width: 100%;
}
.site-search .search-block-form input::-webkit-input-placeholder {
  color: #eee;
}
.site-search .search-block-form input::-moz-placeholder {
  opacity: 1;
  color: #eee;
}
.site-search .search-block-form input:-ms-input-placeholder {
  color: #eee;
}
.site-search__toggle {
  display: none;
}
@media print, screen and (max-width: 64.06125em) {
  .site-search {
    background-color: #000000;
    padding: 1rem 1.25rem;
  }
}
@media print, screen and (min-width: 64.0625em) {
  .site-search {
    margin-top: 9px;
  }
  .site-search .search-block-form {
    background-color: transparent;
    display: none;
    padding: 1.5rem 0;
    height: 87px;
    position: absolute;
    width: 700px;
    z-index: 2;
    top: calc(100% + 3px);
    right: 0;
  }
  .search-panel-open .site-search .search-block-form {
    display: block;
  }
  .site-search .search-block-form .site-search button.gsc-search-button {
    border: none;
  }
  .site-search .search-block-form input {
    width: 20rem;
  }
  .site-search .search-block-form .gsc-input-box {
    background: transparent;
    border: none;
  }
  .site-search .search-block-form td.gsc-input {
    background-color: #000000;
  }
  .site-search__toggle {
    display: block;
    margin: 0;
    width: 44px;
    padding: 0.5rem 0.625rem;
    -webkit-transition: color 150ms cubic-bezier(0.42, 0.08, 0.06, 0.98);
    transition: color 150ms cubic-bezier(0.42, 0.08, 0.06, 0.98);
    background-color: transparent;
  }
  .site-search__toggle::before {
    content: "\f002";
    -webkit-transition: color 150ms cubic-bezier(0.42, 0.08, 0.06, 0.98);
    transition: color 150ms cubic-bezier(0.42, 0.08, 0.06, 0.98);
    color: #aa0000;
    font-family: "Font Awesome 5 Pro";
    font-size: 1.5rem;
    font-weight: 400;
  }
  .site-search__toggle:hover, .site-search__toggle:focus {
    background-color: transparent;
  }
  .site-search__toggle:hover::before, .site-search__toggle:focus::before {
    color: #df3428;
  }
  .site-search__toggle:focus {
    outline: 1px solid;
  }
  .search-panel-open .site-search__toggle::before {
    content: "\f00d";
  }
}

.site-search table,
.site-search tbody,
.site-search tr,
.site-search td {
  background-color: transparent;
  border: none;
  padding: 0;
  margin: 0;
  border-collapse: collapse;
}
.site-search table.gsc-search-box {
  width: 100%;
}
.site-search td.gsc-input {
  border-bottom: 2px solid #333;
}
.site-search td.gsc-search-button {
  width: 40px;
}
@media print, screen and (min-width: 64.0625em) {
  .site-search td.gsc-search-button {
    border-bottom: 2px solid #333;
  }
}
.site-search td.gsc-clear-button {
  position: relative;
  width: 0;
}
.site-search button.gsc-search-button {
  background: transparent;
  border: none;
}
.site-search button.gsc-search-button > svg {
  width: 20px;
  height: 20px;
}
.site-search button.gsc-search-button > svg path {
  fill: #fff;
}
.site-search input.gsc-input {
  background-color: transparent !important;
  color: #ffffff !important;
}
.site-search input.gsc-input::-webkit-input-placeholder {
  color: #ffffff !important;
}
.site-search input.gsc-input::-moz-placeholder {
  color: #ffffff !important;
}
.site-search input.gsc-input:-ms-input-placeholder {
  color: #ffffff !important;
}
.site-search input.gsc-input::-ms-input-placeholder {
  color: #ffffff !important;
}
.site-search input.gsc-input::placeholder {
  color: #ffffff !important;
}

@media print, screen and (min-width: 64.0625em) {
  .search-panel-open .site-header__sticky-container {
    position: relative;
    z-index: 2;
  }
  .search-panel-open .site-header::after {
    content: "";
    display: block;
    position: absolute;
    z-index: 1;
    top: 100%;
    left: 0;
    width: 100%;
    height: 87px;
    background-color: #000000;
  }
}

@media print, screen and (min-width: 64.0625em) {
  .page--home-page .site-header:not(.site-header--beyond-threshold) .site-search__toggle::before {
    color: #ffffff;
  }
  .page--home-page .site-header:not(.site-header--beyond-threshold) .site-search__toggle:hover::before, .page--home-page .site-header:not(.site-header--beyond-threshold) .site-search__toggle:focus::before {
    color: #df3428;
  }
}

.main-content .gsc-input-box > .mobile-table {
  margin-top: 0;
  margin-bottom: 0;
}
.main-content td.gsc-result-info-container {
  padding-left: 0;
}
.main-content .gsc-result-info {
  font-family: Montserrat, Gill Sans, sans-serif;
  font-size: 0.8125rem;
  font-weight: 500;
  line-height: 1.65;
}
@media print, screen and (min-width: 64.0625em) {
  .main-content .gsc-result-info {
    font-size: 0.9375rem;
  }
}
.main-content .gsib_b {
  width: 20px;
}
.main-content .gsib_b a.gsst_a {
  text-decoration: none;
}
.main-content td.gsc-search-button {
  padding: 0;
}
.main-content .gsc-search-button-v2 {
  padding: 24px 32px;
  background-color: #aa0000;
}
.main-content .gsc-search-button-v2:hover, .main-content .gsc-search-button-v2:focus {
  background-color: #000000;
}
.main-content .gsc-control-cse.gsc-control-cse-en {
  max-width: 75rem;
  margin-right: auto;
  margin-left: auto;
  padding-right: 0;
  padding-left: 0;
}
.main-content .gsc-control-cse.gsc-control-cse-en table {
  border: none;
}
.main-content .gsc-control-cse.gsc-control-cse-en table,
.main-content .gsc-control-cse.gsc-control-cse-en tbody,
.main-content .gsc-control-cse.gsc-control-cse-en tr,
.main-content .gsc-control-cse.gsc-control-cse-en td {
  border: none;
}
.main-content .gsc-control-cse.gsc-control-cse-en input.gsc-input {
  background: none !important;
}
.main-content table.gsc-search-box td.gsc-input {
  padding: 0;
}
.main-content .gsc-webResult.gsc-result:hover {
  border-color: transparent;
  background-color: #FFFFFF;
}
.main-content .gsc-control-cse .gs-result .gs-title * {
  color: #aa0000;
}
.main-content .gsc-control-cse .gs-result .gs-title *,
.main-content .gs-title > .gs-title,
.main-content .gs-title > .gs-title b {
  font-size: 1.5rem !important;
  font-weight: 600 !important;
  color: #aa0000 !important;
}
.main-content .gs-title > a.gs-title {
  color: #aa0000;
  padding-bottom: 0.1em;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#c0c0c0), to(#c0c0c0));
  background-image: linear-gradient(#c0c0c0, #c0c0c0);
  background-size: 100% 3px;
  background-position: 0 100%;
  background-repeat: no-repeat;
  -webkit-transition: background-image 300ms ease-in;
  transition: background-image 300ms ease-in;
  position: relative;
  line-height: 1.7;
  text-decoration: none;
  position: relative;
}
.main-content .gs-title > a.gs-title:hover, .main-content .gs-title > a.gs-title:focus {
  text-decoration: none;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#aa0000), to(#aa0000));
  background-image: linear-gradient(#aa0000, #aa0000);
}
.main-content .gsc-control-cse,
.main-content .gsc-control-cse .gsc-table-result {
  font-family: "Montserrat", "Gill Sans", sans-serif !important;
}
.main-content .gsc-control-cse {
  line-height: 1.5;
}
.main-content .gs-webResult div.gs-visibleUrl {
  color: #033843 !important;
  font-weight: 600;
}
.main-content .gs-bidi-start-align.gs-snippet {
  font-family: Montserrat, Gill Sans, sans-serif;
  font-size: 0.9375rem;
  font-weight: 500;
  line-height: 1.7;
}
@media print, screen and (min-width: 64.0625em) {
  .main-content .gs-bidi-start-align.gs-snippet {
    font-size: 1.0625rem;
  }
}
.main-content .gsc-webResult.gsc-result {
  padding-top: 1rem;
  padding-bottom: 1rem;
  font-size: 1rem;
}
@media print, screen and (min-width: 48.0625em) {
  .main-content .gsc-webResult.gsc-result {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }
}
@media print, screen and (min-width: 64.0625em) {
  .main-content .gsc-webResult.gsc-result {
    font-size: 1.125rem;
  }
}
.main-content .gsc-webResult.gsc-result + .gsc-webResult.gsc-result {
  border-top: 1px solid gray;
}
.main-content .gsc-table-cell-thumbnail {
  display: none;
}
.main-content .gsc-url-top,
.main-content .gsc-table-result {
  margin-top: 1rem;
}
.main-content .gsc-cursor {
  font-size: 1.125rem;
}
.main-content .gsc-results .gsc-cursor-box {
  margin-bottom: 2.5rem;
}
@media print, screen and (min-width: 48.0625em) {
  .main-content .gsc-results .gsc-cursor-box {
    margin-bottom: 3.5rem;
  }
}
@media print, screen and (min-width: 64.0625em) {
  .main-content .gsc-results .gsc-cursor-box {
    margin-bottom: 5rem;
  }
}
.main-content .gsc-results .gsc-cursor-box .gsc-cursor-page {
  padding: 4px 11px;
  color: #aa0000;
  display: inline-block;
  font-weight: 700;
  background-color: transparent;
  border: none;
}
.main-content .gsc-results .gsc-cursor-box .gsc-cursor-current-page {
  background-color: #eee;
  color: #000000;
}

.sock {
  background-color: #000000;
  position: relative;
  min-height: 26.8125rem;
  overflow: hidden;
}
.sock .aspect-ratio-frame {
  max-height: 47.125rem;
}
.sock .aspect-ratio-frame img {
  z-index: 1;
}
.sock .aspect-ratio-frame::after {
  content: "";
  display: block;
  position: absolute;
  z-index: 2;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50%;
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgb(0, 0, 0)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to top, rgb(0, 0, 0), rgba(0, 0, 0, 0));
}
.sock .sock--text {
  position: absolute;
  z-index: 3;
  left: 0;
  width: 100%;
  bottom: 0;
  padding-bottom: 2rem;
}
@media print, screen and (min-width: 48.0625em) {
  .sock .sock--text {
    padding-bottom: 3rem;
  }
}
@media print, screen and (min-width: 64.0625em) {
  .sock .sock--text {
    padding-bottom: 4rem;
  }
}
.sock h2 {
  color: #ffffff;
  margin: 0;
  font-weight: 600;
}
.sock__links {
  gap: 0.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media print, screen and (min-width: 48.0625em) {
  .sock__links {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .sock__links li {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}
.sock__links a {
  display: block;
  width: 100%;
  color: #ffffff;
  font-size: 1.125rem;
  font-weight: 600;
  padding: 1rem;
  text-align: center;
}
@media print, screen and (min-width: 48.0625em) {
  .sock__links a {
    font-size: 1.5rem;
    padding: 1.5rem;
  }
}

.accessible-menu li {
  position: relative;
}
.accessible-menu .menu-item__button {
  position: absolute;
  border: none;
  background-color: transparent;
}
@media print, screen and (max-width: 64.06125em) {
  .accessible-menu .menu-item__button {
    position: absolute;
    top: 0;
    right: 0;
    width: 2em;
    height: 2em;
    margin: 0;
    padding: 0.375em;
    color: transparent;
    font-size: 0;
  }
  .accessible-menu .menu-item__button::before {
    display: inline-block;
    width: 100%;
    content: "\f067";
    color: #ffffff;
    font-family: "Font Awesome 5 Pro";
    font-size: 1.5rem;
  }
}
@media print, screen and (min-width: 64.0625em) {
  .accessible-menu .menu-item__button {
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 1.5rem;
    height: 1rem;
    -webkit-transition: opacity 150ms cubic-bezier(0.42, 0.08, 0.06, 0.98);
    transition: opacity 150ms cubic-bezier(0.42, 0.08, 0.06, 0.98);
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    opacity: 0;
    font-size: 0;
  }
  .accessible-menu .menu-item__button::before {
    width: 100%;
    content: "\f13a";
    color: #aa0000;
    font-family: "Font Awesome 5 Pro";
    font-size: 14px;
    position: relative;
    top: -0.25em;
    left: -0.5em;
  }
  .accessible-menu .menu-item__button:focus {
    opacity: 1;
  }
}
.accessible-menu .menu-item--open > ul {
  display: block;
}
@media print, screen and (max-width: 64.06125em) {
  .accessible-menu .menu-item--open > .menu-item__button::before {
    content: "\f068";
  }
}
@media print, screen and (min-width: 64.0625em) {
  .accessible-menu .menu-item--open > .menu-item__button::before {
    content: "\f139";
  }
}

@media print, screen and (min-width: 64.0625em) {
  .touchevents .accessible-menu .menu-item__button {
    opacity: 1;
    left: 50%;
    right: 50%;
    top: 1.5rem;
    height: 100%;
    padding: 0;
    width: 2.5rem;
  }
  .touchevents .accessible-menu .menu-item--expanded > a,
.touchevents .accessible-menu .menu-item--expanded > span {
    padding-right: 0.75rem;
  }
}

.audience-menu a,
.audience-menu li,
.audience-menu span {
  display: block;
}
.audience-menu a,
.audience-menu span {
  font-family: "Montserrat", "Gill Sans", sans-serif;
}
.audience-menu span {
  cursor: default;
}
@media print, screen and (max-width: 64.06125em) {
  .audience-menu {
    border-top: 1px solid gray;
  }
  .audience-menu a,
.audience-menu span {
    padding: 0.5em 3em 0.5em 0.5em;
    color: #ffffff;
    font-size: 1.125rem;
    font-weight: 600;
  }
  .audience-menu a:hover,
.audience-menu span:hover {
    text-decoration: none;
  }
  .audience-menu ul ul {
    display: none;
  }
  .audience-menu ul ul li + li {
    border-top: 1px solid #262626;
  }
  .audience-menu ul ul a {
    color: #000000;
    background-color: gray;
  }
}
@media print, screen and (min-width: 64.0625em) {
  .audience-menu ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .audience-menu li:hover > a,
.audience-menu li:hover > span {
    background-color: #eee;
  }
  .audience-menu a,
.audience-menu span {
    padding: 0.75em 1em;
    color: #aa0000;
    line-height: 1;
  }
  .audience-menu a:hover,
.audience-menu span:hover {
    text-decoration: none;
  }
  .audience-menu ul ul {
    position: absolute;
    z-index: 1;
    right: 0;
    display: none;
    min-width: 10rem;
  }
  .audience-menu ul ul li {
    display: block;
    margin: 0;
  }
  .audience-menu ul ul a {
    background-color: #eee;
  }
  .audience-menu ul ul a:hover {
    color: #000000;
  }
}

@media print, screen and (min-width: 64.0625em) {
  .no-touchevents .audience-menu .menu-item--expanded:hover > ul {
    display: block;
  }
}

@media print, screen and (min-width: 64.0625em) {
  .touchevents .audience-menu.accessible-menu .menu-item__button {
    right: 0;
    width: 1.25rem;
  }
  .touchevents .audience-menu.accessible-menu .menu-item--expanded > a,
.touchevents .audience-menu.accessible-menu .menu-item--expanded > span {
    padding-right: 2.5rem;
  }
}

.child-page-menu {
  background-color: #f7f7f7;
}
.child-page-menu h2 {
  text-transform: none;
}
.child-page-menu ul,
.child-page-menu li {
  list-style: none;
}
.child-page-menu ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  margin-right: -1.25rem;
  margin-left: -1.25rem;
  margin-top: 1.5rem;
}
@media print, screen and (min-width: 48.0625em) {
  .child-page-menu ul {
    margin-top: 2rem;
  }
}
@media print, screen and (min-width: 64.0625em) {
  .child-page-menu ul {
    margin-top: 2.5rem;
  }
}
.child-page-menu li {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: calc(100% - 2.5rem);
  margin-left: 1.25rem;
  margin-right: 1.25rem;
}
@media print, screen and (min-width: 40.0625em) {
  .child-page-menu li {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: calc(50% - 2.5rem);
    margin-left: 1.25rem;
    margin-right: 1.25rem;
  }
}
@media print, screen and (min-width: 48.0625em) {
  .child-page-menu li {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: calc(33.3333333333% - 2.5rem);
    margin-left: 1.25rem;
    margin-right: 1.25rem;
  }
}
.child-page-menu a {
  color: #aa0000;
  padding-bottom: 0.1em;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#c0c0c0), to(#c0c0c0));
  background-image: linear-gradient(#c0c0c0, #c0c0c0);
  background-size: 100% 3px;
  background-position: 0 100%;
  background-repeat: no-repeat;
  -webkit-transition: background-image 300ms ease-in;
  transition: background-image 300ms ease-in;
  position: relative;
  line-height: 1.7;
  font-family: Montserrat, Gill Sans, sans-serif;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.7;
  font-weight: 700;
  color: #aa0000;
  padding-bottom: 4px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#cacaca), to(#cacaca));
  background-image: linear-gradient(#cacaca, #cacaca);
  background-size: 100% 3px;
  background-position: 0 100%;
  background-repeat: no-repeat;
  transition: background-image 300ms ease-in;
  position: relative;
  font-weight: 700;
  width: 100%;
  text-decoration: none;
}
.child-page-menu a:hover, .child-page-menu a:focus {
  text-decoration: none;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#aa0000), to(#aa0000));
  background-image: linear-gradient(#aa0000, #aa0000);
}
@media print, screen and (min-width: 64.0625em) {
  .child-page-menu a {
    font-size: 1.3125rem;
  }
}
@media print, screen and (min-width: 64.0625em) {
  .child-page-menu a {
    font-size: 1.0625rem !important;
  }
}
.child-page-menu a:hover, .child-page-menu a:focus {
  text-decoration: none;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#aa0000), to(#aa0000));
  background-image: linear-gradient(#aa0000, #aa0000);
}
.child-page-menu a::before {
  content: "";
  display: block;
  width: 28px;
  height: 10px;
  background-image: url("data:image/svg+xml,%3Csvg class='tree' fill='none' height='10' viewBox='0 0 28 10' width='28' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='%23a00'%3E%3Cpath clip-rule='evenodd' d='m0 4.36932h26.5605v1.257h-26.5605z' fill-rule='evenodd'/%3E%3Cpath d='m22.5094 0-.8351.895394 4.4167 4.102456-4.4167 4.10676.8351.89539 5.3767-5.00215z'/%3E%3Cpath d='m17.008 0-.8351.895394 4.4167 4.102456-4.4167 4.10676.8351.89539 5.3766-5.00215z'/%3E%3Cpath d='m11.5022 0-.8308.895394 4.4167 4.102456-4.4167 4.10676.8308.89539 5.381-5.00215z'/%3E%3C/g%3E%3C/svg%3E");
  position: absolute;
  left: calc(100% + 0.5em);
  bottom: 0.5em;
  -webkit-transition: left 300ms ease-in, -webkit-transform 300ms ease-in;
  transition: left 300ms ease-in, -webkit-transform 300ms ease-in;
  transition: left 300ms ease-in, transform 300ms ease-in;
  transition: left 300ms ease-in, transform 300ms ease-in, -webkit-transform 300ms ease-in;
}
.child-page-menu a:hover, .child-page-menu a:focus {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#aa0000), to(#aa0000));
  background-image: linear-gradient(#aa0000, #aa0000);
}
.child-page-menu a:hover::before, .child-page-menu a:focus::before {
  left: calc(100% + 0.5em + 5px);
  /* removed 030524, AB */
  /*
  -webkit-transform: rotateX(360deg);
          transform: rotateX(360deg);
  */
}
.child-page-menu .funderline-list li {
  margin: 0;
}
@media print, screen and (max-width: 40.06125em) {
  .child-page-menu li + li {
    margin-top: 1.5rem;
  }
}
@media print, screen and (min-width: 40.0625em) and (max-width: 48.06125em) {
  .child-page-menu li:nth-child(n+3) {
    margin-top: 1.5rem;
  }
}
@media print, screen and (min-width: 48.0625em) {
  .child-page-menu li:nth-child(n+4) {
    margin-top: 2rem;
  }
}

.main-menu {
  z-index: 3;
}
.main-menu li,
.main-menu a {
  display: block;
}
.main-menu a {
  color: #000000;
  font-family: "Montserrat", "Gill Sans", sans-serif;
  font-size: 1.125rem;
  font-weight: 600;
  text-decoration: none;
}
.main-menu a:hover {
  color: #aa0000;
  text-decoration: none;
}
.main-menu .menu-item--active-trail > a {
  color: #aa0000 !important;
}
@media print, screen and (max-width: 64.06125em) {
  .main-menu ul {
    width: 100%;
  }
  .main-menu > ul > li + li {
    border-top: 1px solid #d8d8d8;
  }
  .main-menu > ul > li:last-child {
    border-bottom: 1px solid #d8d8d8;
  }
  .main-menu a {
    padding: 1rem 3.75rem 1rem 1.25rem;
  }
  .main-menu.accessible-menu .menu-item__button {
    right: 2px;
    top: 2px;
    width: 50px;
    height: 50px;
    padding: 0;
  }
  .main-menu.accessible-menu .menu-item__button:hover {
    background-color: #f7f7f7;
  }
  .main-menu.accessible-menu .menu-item__button::before {
    color: #aa0000;
    font-weight: 100;
  }
  .main-menu ul ul {
    display: none;
    background-color: #f7f7f7;
    padding: 0.625rem 1.25rem;
  }
  .main-menu ul ul a {
    color: #000000;
    font-size: 0.8125rem;
    padding: 0.375rem 0;
  }
}
@media print, screen and (min-width: 64.0625em) {
  .main-menu > ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .main-menu > ul > li {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 auto;
            flex: 1 0 auto;
  }
  .main-menu a {
    font-size: 1.25rem;
    padding: 1.25rem 0.625rem;
    text-align: center;
    text-decoration: none;
  }
  .main-menu a:focus {
    color: #000000;
  }
  .main-menu ul > li:nth-last-child(-n+1) > ul {
    right: 0;
  }
  .main-menu ul ul {
    position: absolute;
    display: none;
    width: auto;
    margin-top: -8px;
    padding: 0.5rem 0;
    min-width: 16rem;
    background-color: #ffffff;
    -webkit-box-shadow: 0 0 10px 0 rgba(38, 38, 38, 0.2);
            box-shadow: 0 0 10px 0 rgba(38, 38, 38, 0.2);
    border-top: 4px solid #aa0000;
  }
  .main-menu ul ul a {
    font-size: 0.9375rem;
    font-weight: 500;
    padding: 0.5rem 1.5rem;
    text-align: left;
    color: #000000;
  }
}
@media screen and (min-width: 75.0625em) {
  .main-menu a {
    padding: 1.25rem 1rem;
  }
}

@media print, screen and (min-width: 64.0625em) {
  .no-touchevents .main-menu .menu-item--expanded:hover > ul {
    display: block;
  }
}

@media print, screen and (min-width: 64.0625em) {
  .page--home-page .site-header:not(.site-header--beyond-threshold) .main-menu > ul > li > a {
    color: #ffffff;
  }
}

.menu-item--disabled > a {
  cursor: default;
}
.menu-item--disabled > a button {
  left: 0;
  width: auto;
  padding-right: 0.625em;
  text-align: right;
  background-color: transparent;
}
.menu-item--overview {
  display: none !important;
}
.menu-item--disabled .menu-item--overview {
  display: block !important;
}

.sidebar-menu {
  font-family: "Montserrat", "Gill Sans", sans-serif;
  font-size: 1.0625rem;
  line-height: 1.4;
}
.sidebar-menu.accessible-menu .menu-item__button::before {
  top: 0;
  left: 0;
}
.sidebar-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.sidebar-menu a {
  position: relative;
  -webkit-transition: background-color 150ms cubic-bezier(0.42, 0.08, 0.06, 0.98);
  transition: background-color 150ms cubic-bezier(0.42, 0.08, 0.06, 0.98);
  text-decoration: none;
}
.sidebar-menu ul.menu > li {
  display: block;
  border: 2px solid transparent;
}
.sidebar-menu ul.menu > li:not(.menu-item--open) > a,
.sidebar-menu ul.menu > li:not(.menu-item--open) > span > a {
  color: #aa0000;
  padding-bottom: 0.1em;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#c0c0c0), to(#c0c0c0));
  background-image: linear-gradient(#c0c0c0, #c0c0c0);
  background-size: 100% 3px;
  background-position: 0 100%;
  background-repeat: no-repeat;
  -webkit-transition: background-image 300ms ease-in;
  transition: background-image 300ms ease-in;
  position: relative;
  line-height: 1.7;
  font-weight: bold;
  text-decoration: none;
  display: inline-block;
  margin: 0.75rem 4rem 0.75rem 1rem;
}
.sidebar-menu ul.menu > li:not(.menu-item--open) > a:hover, .sidebar-menu ul.menu > li:not(.menu-item--open) > a:focus,
.sidebar-menu ul.menu > li:not(.menu-item--open) > span > a:hover,
.sidebar-menu ul.menu > li:not(.menu-item--open) > span > a:focus {
  text-decoration: none;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#aa0000), to(#aa0000));
  background-image: linear-gradient(#aa0000, #aa0000);
}
@media print, screen and (min-width: 48.0625em) {
  .sidebar-menu ul.menu > li:not(.menu-item--open) > a,
.sidebar-menu ul.menu > li:not(.menu-item--open) > span > a {
    margin: 1rem 4rem 1rem 1.5rem;
  }
}
.sidebar-menu ul.menu > li.menu-item--open {
  background-color: #ffffff;
}
@media print, screen and (min-width: 48.0625em) {
  .sidebar-menu ul.menu > li.menu-item--open {
    background-color: #eee;
    border-radius: 4px;
    border: 2px solid #aa0000;
    overflow: hidden;
  }
}
.sidebar-menu ul.menu > li.menu-item--open > a, .sidebar-menu ul.menu > li.menu-item--open > span {
  font-weight: bold;
  margin: 0.75rem 4rem 0.75rem 1rem;
  display: inline-block;
}
@media print, screen and (min-width: 48.0625em) {
  .sidebar-menu ul.menu > li.menu-item--open > a, .sidebar-menu ul.menu > li.menu-item--open > span {
    margin: 1rem 4rem 1rem 1.5rem;
  }
}
.sidebar-menu ul.menu > li.menu-item--open > span > a {
  color: #000000;
}
.sidebar-menu ul.menu ul {
  padding: 0.625rem 0;
  background-color: #f7f7f7;
}
@media print, screen and (min-width: 48.0625em) {
  .sidebar-menu ul.menu ul {
    background-color: #ffffff;
  }
}
.sidebar-menu ul.menu ul > li {
  padding: 0.375rem 0;
}
.sidebar-menu ul.menu ul a {
  display: inline-block;
  font-size: 0.8125rem;
  margin: 0.125rem 1rem;
}
@media print, screen and (min-width: 48.0625em) {
  .sidebar-menu ul.menu ul a {
    font-size: 0.9375rem;
    margin: 0.125rem 1.5rem;
  }
}
.sidebar-menu__toggle {
  display: none;
}
.sidebar-menu .menu-item__button {
  top: 0;
  right: 0;
  bottom: 0;
  left: auto;
  width: 2.9375rem;
  height: 2.9375rem;
  margin: 0;
  -webkit-transform: none;
          transform: none;
  opacity: 1;
  background-color: transparent;
  line-height: 1.6;
}
@media print, screen and (min-width: 48.0625em) {
  .sidebar-menu .menu-item__button {
    width: 3.375rem;
    height: 3.375rem;
  }
}
.sidebar-menu .menu-item__button::before {
  content: "\f067";
  font-size: 1.5rem;
  color: #aa0000;
}
.sidebar-menu .menu-item__button:hover {
  background-color: #f7f7f7;
}
@media print, screen and (min-width: 48.0625em) {
  .sidebar-menu .menu-item__button:hover {
    background-color: #eee;
  }
}
.sidebar-menu .menu-item--active-trail > a {
  background-color: gray;
}
@media print, screen and (max-width: 48.06125em) {
  .sidebar-menu__toggle {
    position: relative;
    display: block;
    width: 100%;
    margin: 0;
    padding: 1em;
    -webkit-transition: color 150ms cubic-bezier(0.42, 0.08, 0.06, 0.98);
    transition: color 150ms cubic-bezier(0.42, 0.08, 0.06, 0.98);
    color: #aa0000;
    border: 0;
    background: none;
  }
  .sidebar-menu__toggle::after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    line-height: 1;
    position: absolute;
    top: 50%;
    right: 0.75em;
    content: "\f078";
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    font-family: "Font Awesome 5 Pro";
    font-size: 1.5em;
  }
  .sidebar-menu-open .sidebar-menu__toggle::after {
    content: "\f077";
  }
  .sidebar-menu__toggle:hover {
    color: #440000;
    background: none;
  }
  .sidebar-menu__container {
    display: none;
  }
}
@media print, screen and (min-width: 48.0625em) {
  .sidebar-menu__container {
    display: block !important;
  }
}

.sidebar-menu .menu-item--expanded > ul {
  display: none;
}
:root:not(.oho-js) .sidebar-menu .menu-item--expanded > ul {
  display: block;
}
.sidebar-menu .menu-item--open > ul {
  display: block;
}
.sidebar-menu .menu-item--open > .menu-item__button::before {
  content: "\f068";
}

.sidebar-menu-accordion {
  margin-bottom: 3rem;
}
@media print, screen and (min-width: 48.0625em) {
  .sidebar-menu-accordion {
    margin-bottom: 0;
  }
}
.sidebar-menu-accordion .accordion__content {
  padding: 0;
}
.sidebar-menu-accordion .accordion__button .accordion__button-text {
  font-size: 17px;
  font-weight: 700;
  padding-left: 0;
}
.sidebar-menu-accordion .accordion__button::before {
  display: none;
}
.sidebar-menu-accordion .accordion__button::after {
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-smoothing: antialiased;
  content: "\f067";
  font-size: 1.5rem;
  color: #aa0000;
  font-weight: 400;
  position: absolute;
  right: 14px;
  top: 12px;
}
.sidebar-menu-accordion.accordion--open .accordion__button::after {
  content: "\f068";
}

.sidebar-menu .parent-link {
  padding-left: 24px;
  padding-bottom: 1rem;
  display: none;
}
@media print, screen and (min-width: 48.0625em) {
  .sidebar-menu .parent-link {
    display: block;
  }
}
.sidebar-menu .parent-link a {
  display: inline-block;
  padding: 0 0 0.1em;
  font-weight: bold;
  position: relative;
}
.sidebar-menu .parent-link a::before {
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-smoothing: antialiased;
  content: "\f060";
  color: #aa0000;
  font-size: 0.9375rem;
  font-weight: bold;
  position: absolute;
  top: 2px;
  right: calc(100% + 8px);
}
.multilevel-linkul-0 .menu-item__button {
  height: 2.375rem;
  top: -2px;
}
.multilevel-linkul-0 .menu-item__button::before {
  font-size: 1rem;
}
.currentbranch1 a {
  color:#000;
}
.sidebar-menu ul.menu ul ul {
    padding: 0 1rem;
    margin:0;
}
.sidebar-menu ul.menu ul ul > li {
    padding-bottom: 0;
}
@media print, screen and (min-width: 48.0625em) {
    .sidebar-menu ul.menu ul ul a {
        font-size: 0.815rem;
        margin: 0.125rem 1.5rem;
    }
}
/* Styles to fix left menu borders */
.sidebar-menu ul.menu > li.menu-item--open {
    margin: 0;
    padding: 0;
}

.sidebar-menu ul.menu > li {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    /* width: calc(100% - 2.5rem); */
    padding: 1rem 4rem 1rem 1rem;
    padding: 0.75rem 4rem 0.75rem 1rem;
}
@media print, screen and (min-width: 48.0625em) {
  .sidebar-menu ul.menu > li {
    padding: 1rem 4rem 1rem 1.5rem;
  }
}
.sidebar-menu ul.menu > li:not(.menu-item--open) > a, .sidebar-menu ul.menu > li:not(.menu-item--open) > span > a {
    display: inline;
    margin: 0;
}
.sidebar-menu ul.menu > .menu-item--open > a, 
.sidebar-menu ul.menu > .menu-item--open > span > a {
    padding-bottom: 0.1em;
    background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent));
    background-image: linear-gradient(transparent, transparent);
    background-size: 100% 3px;
    background-position: 0 100%;
    background-repeat: no-repeat;
    -webkit-transition: background-image 300ms ease-in;
    transition: background-image 300ms ease-in;
    position: relative;
    line-height: 1.7;
    font-weight: bold;
    text-decoration: none;
}
  
/* T4 Additional Styles for Google Search */
.gsc-input-box {
  background: transparent !important;
}

@media screen and (max-width: 1024px) {
  .site-header .gsc-input-box {
    border: none !important;
  }
}
.page-wrapper #gs_id51 {
  margin-bottom: 0;
}

.page-wrapper #gs_tti51 {
  padding: 1em 1.25em;
}

.page .gsst_a .gscb_a {
  color: #aa0000;
}

.page .gsst_a:hover .gscb_a,
.page .gsst_a:focus .gscb_a {
  color: #000000;
}

/* PSRR-18256 Padding helper used for General Page Hero */
.padding-bottom-0 {
  padding-bottom: 0;
}

/* PSRR-18229 Center media for Hero Landing content types */
.hero--landing .hero__media {
  -ms-flex-item-align: center;
      align-self: center;
}

@media print, screen and (min-width: 64.0625em) {
  .main-menu.accessible-menu .menu-item__button,
.utility-menu.accessible-menu .menu-item__button {
    pointer-events: none;
  }
  .utility-menu button.menu-item__button {
    width: 100%;
    height: 30px;
  }
  .utility-menu button.menu-item__button::before {
    display: none;
  }
}
.utility-menu a,
.utility-menu li {
  display: block;
}
.utility-menu a {
  font-family: "Montserrat", "Gill Sans", sans-serif;
}
.utility-menu a[href^="http://"]::after,
.utility-menu a[href^="https://"]::after {
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-smoothing: antialiased;
  display: inline-block;
  padding-left: 0.25em;
  padding-top: 0;
  content: "\f08e";
  position: relative;
  top: -2px;
  font-size: 12px;
  color: #aa0000;
}
@media print, screen and (max-width: 64.06125em) {
  .utility-menu > ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .utility-menu > ul .menu-item--expanded {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
  .utility-menu a {
    padding: 0.25rem 1.25rem;
    color: #000000;
    font-weight: 500;
    font-size: 0.8125rem;
    text-decoration: none;
  }
  .utility-menu a:hover {
    color: #aa0000;
    text-decoration: underline;
  }
  .utility-menu > ul > li:last-child {
    margin: 0 0 1.25rem;
  }
  .utility-menu > ul > li:last-child a {
    display: block;
    padding: 0.25rem 1.25rem;
    text-align: left;
    color: #000000;
    background-color: #ffffff;
    border-radius: 0;
    font-size: 0.8125rem;
    font-weight: 500;
    text-decoration: none;
  }
  .utility-menu > ul > li:last-child a:hover, .utility-menu > ul > li:last-child a:focus {
    color: #aa0000;
    text-decoration: underline;
    background-color: #ffffff;
  }
  .utility-menu > ul > li:last-child a:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .utility-menu > ul > li.cta-btn {
    margin: 1.25rem !important;
  }
  .utility-menu > ul > li.cta-btn a {
    display: block !important;
    padding: 1rem !important;
    text-align: center !important;
    color: #ffffff !important;
    background-color: #aa0000 !important;
    border-radius: 4px !important;
    font-size: 1.0625rem !important;
    font-weight: 600 !important;
    text-decoration: none !important;
  }
  .utility-menu > ul > li.cta-btn a:hover, .utility-menu > ul > li.cta-btn a:focus {
    text-decoration: none !important;
    background-color: #df3428 !important;
  }
  .utility-menu > ul > li.cta-btn a:focus {
    -webkit-box-shadow: 0 0 2px 3px rgba(74, 164, 247, 0.8) !important;
    box-shadow: 0 0 2px 3px rgba(74, 164, 247, 0.8) !important;
  }
  .utility-menu li.menu-item--expanded {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d8d8d8;
  }
  .utility-menu li.menu-item--expanded > span {
    display: block;
    font-size: 0.9375rem;
    padding: 1rem 3.75rem 1rem 1.25rem;
  }
  .utility-menu li.menu-item--expanded + li.menu-item--expanded {
    margin-bottom: 1.25rem;
  }
  .utility-menu.accessible-menu .menu-item__button {
    right: 2px;
    top: 2px;
    width: 50px;
    height: 50px;
    padding: 0;
  }
  .utility-menu.accessible-menu .menu-item__button:hover {
    background-color: #ffffff;
  }
  .utility-menu.accessible-menu .menu-item__button::before {
    color: #aa0000;
    font-weight: 100;
  }
  .utility-menu ul ul {
    display: none;
    background-color: #ffffff;
    padding: 0.625rem 1.25rem;
  }
  .utility-menu ul ul a {
    color: #000000;
    font-size: 0.8125rem;
    padding: 0.375rem 0;
  }
}
@media print, screen and (min-width: 64.0625em) {
  .utility-menu > ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .utility-menu > ul > li {
    position: relative;
  }
  .utility-menu > ul > li > a, .utility-menu > ul > li > span {
    font-size: 0.8125rem;
    padding: 0.5rem;
    display: inline-block;
  }
  .utility-menu > ul > li > span {
    padding: 0.5rem;
  }
  .utility-menu li span::after {
    font-family: "Font Awesome 5 Pro";
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-smoothing: antialiased;
    content: "\f078";
    font-size: 0.75em;
    color: #aa0000;
    padding-left: 8px;
  }
  .utility-menu > ul > li:nth-last-child(-n+3) > ul {
    right: -15px;
  }
  .utility-menu a {
    color: #000000;
    text-decoration: none;
    font-size: 0.9375rem;
  }
  .utility-menu a:hover, .utility-menu a:focus {
    color: #aa0000;
    text-decoration: underline;
    text-decoration-color:#aa0000;
  }
  .utility-menu ul ul {
    display: none;
    position: absolute;
    display: none;
    width: auto;
    margin-top: 0;
    padding: 0.625rem 0;
    min-width: 11rem;
    background-color: #f7f7f7;
    -webkit-box-shadow: 0 0 10px 0 rgba(38, 38, 38, 0.2);
            box-shadow: 0 0 10px 0 rgba(38, 38, 38, 0.2);
    border-top: 4px solid #aa0000;
  }
  .utility-menu ul li:hover > ul {
    display: block;
  }
  .utility-menu li:hover > span::after {
    content: "\f077";
  }
  .utility-menu ul ul a {
    font-size: 0.75rem;
    padding: 0.375rem 1rem;
  }
  .utility-menu > ul > li.cta-btn a {
    background-color: #aa0000 !important;
    color: #ffffff !important;
    border-radius: 4px !important;
    margin-left: 12px !important;
    padding: 0.328125rem 1rem !important;
  }
  .utility-menu > ul > li.cta-btn a:hover, .utility-menu > ul > li.cta-btn a:focus {
    background-color: #df3428 !important;
    text-decoration: none !important;
    color: #ffffff !important;
  }
  .utility-menu > ul > li:nth-last-child(1) a {
    background-color: transparent;
    color: #000000;
    border-radius: 0;
    margin-left: 0;
    padding: 0.5rem;
  }
  .utility-menu > ul > li:nth-last-child(1) a:hover, .utility-menu > ul > li:nth-last-child(1) a:focus {
    background-color: transparent;
    color: #aa0000;
    text-decoration: underline;
  }
}
@media screen and (min-width: 75.0625em) {
  .utility-menu > ul > li > a {
    padding: 0.25rem 0.75rem 0.5rem;
    font-size: 0.9375rem;
  }
  .utility-menu > ul > li > span {
    padding: 0.25rem 0.75rem 0.5rem;
    font-size: 0.9375rem;
  }
  .utility-menu > ul > li:last-child > a {
    padding: 0.25rem 0.75rem 0.5rem;
    font-size: 0.9375rem;
  }
}

@media print, screen and (min-width: 64.0625em) {
  .page--home-page .site-header:not(.site-header--beyond-threshold) .utility-menu > ul > li > a,
.page--home-page .site-header:not(.site-header--beyond-threshold) .utility-menu > ul > li > a[href^="http://"]::after,
.page--home-page .site-header:not(.site-header--beyond-threshold) .utility-menu > ul > li > a[href^="https://"]::after,
.page--home-page .site-header:not(.site-header--beyond-threshold) .utility-menu > ul > li > span,
.page--home-page .site-header:not(.site-header--beyond-threshold) .utility-menu > ul > li > span::after {
    color: #ffffff;
    text-decoration-color:#ffffff;
  }
}

body {
  display: block;
}

.accordion {
  clear: both;
}
.accordion + .accordion {
  margin-top: 0.5rem;
}
.accordion__button {
  position: relative;
  width: 100%;
  margin: 0;
  padding: 1rem;
  font-weight: 700;
  -webkit-transition: background-color 150ms cubic-bezier(0.42, 0.08, 0.06, 0.98), color 150ms cubic-bezier(0.42, 0.08, 0.06, 0.98), border 0 cubic-bezier(0.42, 0.08, 0.06, 0.98) 400ms;
  transition: background-color 150ms cubic-bezier(0.42, 0.08, 0.06, 0.98), color 150ms cubic-bezier(0.42, 0.08, 0.06, 0.98), border 0 cubic-bezier(0.42, 0.08, 0.06, 0.98) 400ms;
  text-align: left;
  border: none;
  border-radius: 4px;
  background: #eee;
  color: #000000;
}
@media print, screen and (min-width: 48.0625em) {
  .accordion__button {
    padding: 1.5rem;
  }
}
.accordion__button span {
  display: block;
  line-height: 1.5;
  padding-left: 2rem;
}
.bg--dark .accordion__button {
  background-color: #ffffff;
  padding: 1rem;
}
@media print, screen and (min-width: 48.0625em) {
  .bg--dark .accordion__button {
    padding: 1.5rem;
  }
}
.accordion__button::before {
  display: inline-block;
  float:left;
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-smoothing: antialiased;
  content: "\f078";
  color: #aa0000;
  font-weight: 900;
  font-size: 1.125rem;
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  -webkit-transform-origin: center;
          transform-origin: center;
}
.bg--dark .accordion__button::before {
  color: #aa0000;
}
.accordion__button:hover, .accordion__button:focus {
  color: #000000;
  background-color: #d4d4d4;
  border-color: #d4d4d4;
}
.accordion__button:hover::before, .accordion__button:focus::before {
  color: #aa0000;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}
.bg--dark .accordion__button:hover, .bg--dark .accordion__button:focus {
  color: #000000;
  background-color: #8ae0f2;
  border-color: #8ae0f2;
}
.bg--dark .accordion__button:hover::before, .bg--dark .accordion__button:focus::before {
  color: #000000;
}
.accordion__content {
  display: none;
  padding: 1rem;
}
.accordion__content::before, .accordion__content::after {
  display: table;
  content: " ";
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
.accordion__content::after {
  clear: both;
}
@media print, screen and (min-width: 48.0625em) {
  .accordion__content {
    padding: 1.5rem;
  }
}
:root:not(.oho-js) .accordion__content {
  display: block;
}
.accordion--open, :root:not(.oho-js) .accordion {
  border: 2px solid #aa0000;
  border-radius: 4px;
}
.accordion--open > .accordion__button, :root:not(.oho-js) .accordion__button {
  -webkit-transition: background-color 150ms cubic-bezier(0.42, 0.08, 0.06, 0.98), color 150ms cubic-bezier(0.42, 0.08, 0.06, 0.98);
  transition: background-color 150ms cubic-bezier(0.42, 0.08, 0.06, 0.98), color 150ms cubic-bezier(0.42, 0.08, 0.06, 0.98);
  color: #000000;
  border-bottom: 0;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.accordion--open > .accordion__button::before, :root:not(.oho-js) .accordion__button::before {
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
}
.accordion--open > .accordion__button .accordion__icon-path, :root:not(.oho-js) .accordion__button .accordion__icon-path {
  fill: #000000;
}
.accordion--open > .accordion__button .accordion__icon-path--vertical, :root:not(.oho-js) .accordion__button .accordion__icon-path--vertical {
  -webkit-transform: scaleY(0);
          transform: scaleY(0);
}
.bg--dark .accordion--open, :root:not(.oho-js) .bg--dark .accordion {
  border-color: #8ae0f2;
}
.bg--dark .accordion--open .accordion__button, :root:not(.oho-js) .bg--dark .accordion .accordion__button {
  background-color: #004250;
  color: #ffffff;
}
.bg--dark .accordion--open .accordion__button::before, :root:not(.oho-js) .bg--dark .accordion .accordion__button::before {
  color: #8ae0f2;
}
.bg--dark .accordion--open .accordion__button:hover,
.bg--dark .accordion--open .accordion__button:focus, :root:not(.oho-js) .bg--dark .accordion .accordion__button:hover,
:root:not(.oho-js) .bg--dark .accordion .accordion__button:focus {
  color: #000000;
  background-color: #8ae0f2;
  border-color: #8ae0f2;
}
.bg--dark .accordion--open .accordion__button:hover::before,
.bg--dark .accordion--open .accordion__button:focus::before, :root:not(.oho-js) .bg--dark .accordion .accordion__button:hover::before,
:root:not(.oho-js) .bg--dark .accordion .accordion__button:focus::before {
  color: #000000;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}
.accordion--mobile .accordion__button:disabled {
  display: none;
}
.accordion--mobile .accordion__button:disabled + .accordion__content {
  display: block !important;
  padding: 0;
  border: 0;
  background-color: transparent;
}

.wysiwyg .accordions {
  margin-top: 1.5rem;
}
@media print, screen and (min-width: 64.0625em) {
  .wysiwyg .accordions {
    margin-top: 2rem;
  }
}
.wysiwyg .accordions .section-heading__heading {
  font-family: Oswald, Impact, sans-serif;
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.1;
  text-transform: uppercase;
  text-transform: none;
}
@media print, screen and (min-width: 64.0625em) {
  .wysiwyg .accordions .section-heading__heading {
    font-size: 3.5rem;
  }
}
.wysiwyg .accordions .section-heading__subheading {
  font-family: Montserrat, Gill Sans, sans-serif;
  font-size: 0.9375rem;
  font-weight: 500;
  line-height: 1.7;
}
@media print, screen and (min-width: 64.0625em) {
  .wysiwyg .accordions .section-heading__subheading {
    font-size: 1.0625rem;
  }
}
.wysiwyg .accordions .grid-container {
  padding: 0;
}

.alpha-jump-links {
  padding: 2.5rem;
  background-color: #eeebf2;
}
.alpha-jump-links ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.alpha-jump-links li {
  display: inline-block;
  margin: 0 0.5em 0.5em 0;
  color: #808080;
  font-size: 1.5rem;
  font-weight: 600;
}

.oho-animate {
  -webkit-transition: opacity 550ms cubic-bezier(0.42, 0.08, 0.06, 0.98) 150ms, -webkit-transform 550ms cubic-bezier(0.42, 0.08, 0.06, 0.98) 150ms;
  transition: opacity 550ms cubic-bezier(0.42, 0.08, 0.06, 0.98) 150ms, -webkit-transform 550ms cubic-bezier(0.42, 0.08, 0.06, 0.98) 150ms;
  transition: opacity 550ms cubic-bezier(0.42, 0.08, 0.06, 0.98) 150ms, transform 550ms cubic-bezier(0.42, 0.08, 0.06, 0.98) 150ms;
  transition: opacity 550ms cubic-bezier(0.42, 0.08, 0.06, 0.98) 150ms, transform 550ms cubic-bezier(0.42, 0.08, 0.06, 0.98) 150ms, -webkit-transform 550ms cubic-bezier(0.42, 0.08, 0.06, 0.98) 150ms;
  -webkit-transform: none;
          transform: none;
  opacity: 1;
}
.oho-animate--ready {
  -webkit-transition: none;
  transition: none;
}
.oho-animate--ready.fade-in, .oho-animate--out.fade-in {
  opacity: 0;
}
.oho-animate--ready.fade-in-up, .oho-animate--out.fade-in-up {
  -webkit-transform: translateY(5rem);
          transform: translateY(5rem);
  opacity: 0;
}
.oho-animate--ready.fade-in-right, .oho-animate--out.fade-in-right {
  -webkit-transform: translateX(5rem);
          transform: translateX(5rem);
  opacity: 0;
}
.oho-animate--ready.fade-in-down, .oho-animate--out.fade-in-down {
  -webkit-transform: translateY(-5rem);
          transform: translateY(-5rem);
  opacity: 0;
}
.oho-animate--ready.fade-in-left, .oho-animate--out.fade-in-left {
  -webkit-transform: translateX(-5rem);
          transform: translateX(-5rem);
  opacity: 0;
}
.oho-animate--ready.fade-in-big, .oho-animate--out.fade-in-big {
  -webkit-transform: scale(0.8);
          transform: scale(0.8);
  opacity: 0;
}
.oho-animate--ready.fade-in-up.fade-in-big, .oho-animate--out.fade-in-up.fade-in-big {
  -webkit-transform: translateY(5rem) scale(0.8);
          transform: translateY(5rem) scale(0.8);
}
.oho-animate:focus {
  -webkit-transform: none !important;
          transform: none !important;
  opacity: 1 !important;
}

.body-section .cell + .cell {
  margin-top: 1.5rem;
}
@media print, screen and (min-width: 48.0625em) {
  .body-section .cell + .cell {
    margin-top: 0;
  }
}

.breadcrumbs {
  margin: 0;
  padding: 0;
  list-style: none;
  font-family: "Montserrat", "Gill Sans", sans-serif;
  font-size: 0.875rem;
  color: #000000;
}
.breadcrumbs li {
  display: inline-block;
}
.breadcrumbs li:first-child {
  padding-left: 0;
}
.breadcrumbs li:first-child::before {
  display: none;
}
.breadcrumbs li:nth-child(n+2) {
  padding-left: 1rem;
}
.breadcrumbs li:nth-child(n+2)::before {
  content: "";
  top: 4px;
  left: 4px;
  width: 5px;
  height: 13px;
  background-image: url("data:image/svg+xml,%3Csvg width='5' height='13' viewBox='0 0 5 13' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.14 12.24L3.878 0.0599995H4.718L0.98 12.24H0.14Z' fill='%23C0C0C0'/%3E%3C/svg%3E%0A");
}
.breadcrumbs a {
  font-weight: 700;
}

.hero--landing .breadcrumbs li {
  color: #fff;
}

.hero--landing .breadcrumbs a {
  color: #fff;
}

@media print, screen and (min-width: 48.0625em) {
  .breadcrumbs {
    font-size: 0.9375rem;
  }
}
@media print, screen and (max-width: 40.06125em) {
  .breadcrumbs li:not(:nth-last-child(2)) {
    display: none;
  }
  .breadcrumbs li:nth-last-child(2) {
    padding-left: 1.5rem;
  }
  .breadcrumbs li:nth-last-child(2)::before {
    font-family: "Font Awesome 5 Pro";
    content: "\f060";
    color: #aa0000;
    padding: 0;
    top: 0.125rem;
    background-image: none;
    display: inline-block;
  }
}

.bg--dark .breadcrumbs a:hover, .bg--dark .breadcrumbs a:focus {
  color: #8ae0f2;
  text-decoration: underline;
  -webkit-text-decoration-color: #8ae0f2;
          text-decoration-color: #8ae0f2;
}
@media print, screen and (max-width: 40.06125em) {
  .bg--dark .breadcrumbs li:nth-last-child(2)::before {
    font-family: "Font Awesome 5 Pro";
    content: "\f060";
    color: #8ae0f2;
    padding: 0;
    top: 0.125rem;
    background-image: none;
    display: inline-block;
  }
}

@media print, screen and (max-width: 40.06125em) {
  .hero--landing .breadcrumbs li:nth-last-child(2)::before {
      font-family: "Font Awesome 5 Pro";
      content: "\f060";
      color: #fff;
      padding: 0;
      top: 0.125rem;
      background-image: none;
      display: inline-block;
  }
}

.card {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.card .card__media {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 100%;
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 0;
}
.card .card__content {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 100%;
  margin-left: 0;
  margin-right: 0;
}
.card img {
  display: block;
}
.card__media {
  position: relative;
}
.card figure {
  margin: 0;
}

@media print, screen and (min-width: 48.0625em) {
  .card--medium {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .card--medium .card__media {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 0;
  }
  .card--medium .card__content {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
  .card--medium img {
    display: block;
  }
}

@media print, screen and (min-width: 48.0625em) {
  .card--large {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .card--large .card__media {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 0;
  }
  .card--large .card__content {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
  .card--large img {
    display: block;
  }
}
@media print, screen and (min-width: 64.0625em) {
  .card--large {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .card--large .card__media {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 0;
  }
  .card--large .card__content {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
  .card--large img {
    display: block;
  }
}

.card--inline {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
.card--inline .card__media {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 50%;
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 0;
}
.card--inline .card__content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.card--inline img {
  display: block;
}

@media print, screen and (max-width: 48.06125em) {
  .card--stacked--small {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .card--stacked--small .card__media {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 0;
  }
  .card--stacked--small .card__content {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
  .card--stacked--small img {
    display: block;
  }
}

.card--stacked {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.card--stacked .card__media {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 100%;
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 0;
}
.card--stacked .card__content {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 100%;
  margin-left: 0;
  margin-right: 0;
}
.card--stacked img {
  display: block;
}

.card--collapse {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.card--collapse .card__media {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 100%;
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 0;
}
.card--collapse .card__content {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 100%;
  margin-left: 0;
  margin-right: 0;
}
.card--collapse .card__content__inner {
  padding-right: 0;
  padding-bottom: 0;
  padding-left: 0;
}
.card--collapse img {
  display: block;
}

.card--tiny {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
.card--tiny .card__media {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 25%;
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 0;
}
.card--tiny .card__content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.card--tiny img {
  display: block;
}
.card--tiny h2,
.card--tiny h3 {
  font-family: Montserrat, Gill Sans, sans-serif;
  font-size: 1.0625rem;
  font-weight: 700;
  line-height: 1.4;
}
@media print, screen and (min-width: 64.0625em) {
  .card--tiny h2,
.card--tiny h3 {
    font-size: 1.1875rem;
  }
}

@media print, screen and (min-width: 48.0625em) {
  .card--offset {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    margin-top: -5rem;
  }
  .card--offset .card__media {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 50%;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 0;
  }
  .card--offset .card__content {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .card--offset img {
    display: block;
  }
}

.card--full-width {
  position: relative;
}
.card--full-width .card__content {
  padding-bottom: 2rem;
  padding-right: 2rem;
  position: absolute;
}
@media print, screen and (min-width: 48.0625em) {
  .card--full-width .card__content {
    padding-bottom: 2.5rem;
  }
}
@media print, screen and (min-width: 64.0625em) {
  .card--full-width .card__content {
    padding-bottom: 3rem;
  }
}
@media print, screen and (min-width: 48.0625em) {
  .card--full-width .card__content {
    padding-right: 2.5rem;
  }
}
@media print, screen and (min-width: 64.0625em) {
  .card--full-width .card__content {
    padding-right: 3rem;
  }
}
.card--full-width .card__content__inner {
  background: #f7f7f7;
}
@media print, screen and (min-width: 48.0625em) {
  .card--full-width {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .card--full-width .card__media {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 0;
  }
  .card--full-width .card__content {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
  .card--full-width img {
    display: block;
  }
}

.cards--set {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.25rem 0.5rem;
}
@media print, screen and (min-width: 48.0625em) {
  .cards--set {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.cards--item {
  height: 100%;
  background-color: #f7f7f7;
  container-type: inline-size;
  container-name: cards-item;
}
.cards--item:nth-child(even) {
  background-color: #eee;
}
@media print, screen and (min-width: 48.0625em) {
  .cards--item {
    -ms-flex-preferred-size: 33.33%;
        flex-basis: 33.33%;
  }
}
.cards--text {
  padding: 1.5rem;
}
@media print, screen and (min-width: 48.0625em) {
  .cards--text {
    padding: 2rem;
  }
}
@media print, screen and (min-width: 64.0625em) {
  .cards--text {
    padding: 2.5rem;
  }
}

@container cards-item (min-width: 500px) {
  .cards--inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .cards--inner .cards--text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .cards--inner .aspect-ratio-frame {
    -ms-flex-preferred-size: 33.33%;
        flex-basis: 33.33%;
    width: 33.33%;
    min-width: 33.33%;
  }
}
.card--checkerboard {
  padding-right: 0;
  padding-left: 0;
  max-width: 100rem;
  margin-left: auto;
  margin-right: auto;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  position: relative;
  overflow: hidden;
  -webkit-transition: opacity 150ms cubic-bezier(0.42, 0.08, 0.06, 0.98), -webkit-transform 150ms cubic-bezier(0.42, 0.08, 0.06, 0.98);
  transition: opacity 150ms cubic-bezier(0.42, 0.08, 0.06, 0.98), -webkit-transform 150ms cubic-bezier(0.42, 0.08, 0.06, 0.98);
  transition: transform 150ms cubic-bezier(0.42, 0.08, 0.06, 0.98), opacity 150ms cubic-bezier(0.42, 0.08, 0.06, 0.98);
  transition: transform 150ms cubic-bezier(0.42, 0.08, 0.06, 0.98), opacity 150ms cubic-bezier(0.42, 0.08, 0.06, 0.98), -webkit-transform 150ms cubic-bezier(0.42, 0.08, 0.06, 0.98);
  opacity: 1;
}
.card--checkerboard .card__content__inner {
  padding: 1.875rem 1.25rem;
}
.card--checkerboard .card__media {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 100%;
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 0;
}
.card--checkerboard .card__content {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 100%;
  margin-left: 0;
  margin-right: 0;
}
.card--checkerboard img {
  display: block;
}
.card--checkerboard:nth-child(even) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.card--checkerboard .card__media {
  position: relative;
}
.card--checkerboard figure {
  margin: 0;
}
@media print, screen and (min-width: 48.0625em) {
  .card--checkerboard {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
  .card--checkerboard .card__content__inner {
    padding: 3.125rem;
  }
  .card--checkerboard .card__media {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 50%;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 0;
  }
  .card--checkerboard .card__content {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .card--checkerboard img {
    display: block;
  }
}

.contact-listing-section {
  overflow: hidden;
  margin-top: 3rem;
}
@media print, screen and (min-width: 48.0625em) {
  .contact-listing-section {
    margin-top: 4rem;
  }
}
@media print, screen and (min-width: 64.0625em) {
  .contact-listing-section {
    margin-top: 7.5rem;
  }
}
.contact-listing-section .contact--item .cell + .cell {
  margin-top: 1.5rem;
}
@media print, screen and (min-width: 48.0625em) {
  .contact-listing-section .contact--item .cell + .cell {
    margin-top: 0;
  }
}
@media print, screen and (max-width: 48.06125em) {
  .contact-listing-section .contact--item .aspect-ratio-frame {
    width: 60%;
    max-width: 260px;
  }
}
.contact-listing-section .contact--item:first-of-type {
  margin-top: 2rem;
}
@media print, screen and (min-width: 48.0625em) {
  .contact-listing-section .contact--item:first-of-type {
    margin-top: 2.5rem;
  }
}
@media print, screen and (min-width: 64.0625em) {
  .contact-listing-section .contact--item:first-of-type {
    margin-top: 3rem;
  }
}
.contact-listing-section .contact--item:nth-of-type(odd) {
  background-color: #f7f7f7;
}

.su-listing + .contact-listing-section {
  margin-top: 0;
}

.contact-section {
  overflow: hidden;
}
.contact-section.bg--teal {
  background-color: #033843;
}
@media print, screen and (min-width: 48.0625em) {
  .contact-section--text {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.contact-section--text p {
  font-family: Montserrat, Gill Sans, sans-serif;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.7;
}
@media print, screen and (min-width: 64.0625em) {
  .contact-section--text p {
    font-size: 1.3125rem;
  }
}
.contact-section .funderline {
  font-family: Montserrat, Gill Sans, sans-serif;
  font-size: 1.1875rem;
  font-weight: 700;
  line-height: 1.4;
}
@media print, screen and (min-width: 64.0625em) {
  .contact-section .funderline {
    font-size: 1.3125rem;
  }
}
.contact-section__position p {
  font-family: Montserrat, Gill Sans, sans-serif;
  font-size: 0.8125rem;
  font-weight: 500;
  line-height: 1.65;
}
@media print, screen and (min-width: 64.0625em) {
  .contact-section__position p {
    font-size: 0.9375rem;
  }
}
.contact-section .cell + .cell {
  margin-top: 2.5rem;
}
@media print, screen and (min-width: 48.0625em) {
  .contact-section .cell + .cell {
    margin-top: 0;
  }
}
.contact-section .aspect-ratio-frame {
  max-width: 22.5rem;
}
.contact-section .aspect-ratio-frame.oho-animate--ready {
  -webkit-transform: scale(0.8);
          transform: scale(0.8);
}

.departments-profiles-swiper {
  overflow: hidden;
  padding-bottom: 4px;
}
@media screen and (max-width: 47.9375em) {
  .departments-profiles-swiper .swiper-container {
    width: calc(100vw - 80px);
  }
}
.departments-profiles-swiper .swiper-slide .profiles-section--item,
.departments-profiles-swiper .swiper-slide .departments-section--item {
  opacity: 0.33;
}
.departments-profiles-swiper .swiper-slide .text-margin-reset {
  padding: 1rem;
  background-color: #f7f7f7;
}
@media print, screen and (min-width: 48.0625em) {
  .departments-profiles-swiper .swiper-slide .text-margin-reset {
    padding: 1.5rem;
  }
}
.departments-profiles-swiper .swiper-slide .text-margin-reset a {
  font-weight: 700;
}
.departments-profiles-swiper .swiper-slide.swiper-slide-visible .profiles-section--item,
.departments-profiles-swiper .swiper-slide.swiper-slide-visible .departments-section--item {
  opacity: 1;
}
.departments-profiles-swiper .swiper-slide:nth-child(even) .text-margin-reset {
  background-color: #eee;
}

.departments-section .swiper-slide .aspect-ratio-frame {
  background-color: #aa0000;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100%;
}
.departments-section .swiper-slide:nth-child(3n-2) .aspect-ratio-frame {
  background-image: url(../img/placeholder-img/placeholder-hawk-horiz.svg);
}
.departments-section .swiper-slide:nth-child(3n-1) .aspect-ratio-frame {
  background-image: url(../img/placeholder-img/placeholder-bldg-horiz.png);
}
.departments-section .swiper-slide:nth-child(3n) .aspect-ratio-frame {
  background-image: url(../img/placeholder-img/placeholder-su-horiz.svg);
}

.profiles-section .swiper-slide .aspect-ratio-frame {
  background-color: #aa0000;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100%;
}
.profiles-section .swiper-slide:nth-child(3n-2) .aspect-ratio-frame {
  background-image: url(../img/placeholder-img/placeholder-hawk-vert.svg);
}
.profiles-section .swiper-slide:nth-child(3n-1) .aspect-ratio-frame {
  background-image: url(../img/placeholder-img/placeholder-bldg-vert.png);
}
.profiles-section .swiper-slide:nth-child(3n) .aspect-ratio-frame {
  background-image: url(../img/placeholder-img/placeholder-su-vert.svg);
}

.differentiators--set {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.5rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media print, screen and (min-width: 40.0625em) {
  .differentiators--set {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.differentiators--item {
  background-color: #033843;
}
@media print, screen and (min-width: 40.0625em) {
  .differentiators--item {
    -ms-flex-preferred-size: calc(33.33% - 5.3333px);
        flex-basis: calc(33.33% - 5.3333px);
    height: 100%;
  }
  .differentiators--item:nth-last-child(n+4) {
    height: auto;
  }
}
.differentiators--item:nth-child(even) {
  background-color: #004250;
}
.differentiators__text {
  padding: 1.5rem;
}
@media print, screen and (min-width: 48.0625em) {
  .differentiators__text {
    padding: 2rem;
  }
}
@media print, screen and (min-width: 64.0625em) {
  .differentiators__text {
    padding: 2.5rem;
  }
}
.differentiators__text h3 {
  position: relative;
}
.differentiators__text h3::before {
  content: "";
  display: block;
  background-color: #024e5f;
  position: absolute;
  left: 0;
  width: 100%;
  height: 3px;
  top: -1.5rem;
}
@media print, screen and (min-width: 48.0625em) {
  .differentiators__text h3::before {
    top: -2rem;
  }
}
@media print, screen and (min-width: 64.0625em) {
  .differentiators__text h3::before {
    top: -2.5rem;
  }
}
.differentiators--photo + .differentiators__text h3::before {
  display: none;
}
.differentiators--icon .icon, .differentiators--stat .stat-container {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  position: absolute;
  top: 0;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media print, screen and (min-width: 48.0625em) {
  .differentiators--icon .icon, .differentiators--stat .stat-container {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
@media print, screen and (min-width: 64.0625em) {
  .differentiators--icon .icon, .differentiators--stat .stat-container {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
.differentiators--icon .icon .stat, .differentiators--stat .stat-container .stat {
  color: #ffffff;
  font-family: Roboto Slab, Didot, serif;
  font-size: 4.5rem;
  font-weight: 200;
  line-height: 1.5;
  line-height: 1;
}
@media print, screen and (min-width: 64.0625em) {
  .differentiators--icon .icon .stat, .differentiators--stat .stat-container .stat {
    font-size: 6.25rem;
  }
}
@media print, screen and (min-width: 40.0625em) {
  .differentiators--icon .icon .stat, .differentiators--stat .stat-container .stat {
    font-size: 3.5rem;
  }
}
@media print, screen and (min-width: 64.0625em) {
  .differentiators--icon .icon .stat, .differentiators--stat .stat-container .stat {
    font-size: 6.25rem;
  }
}
.differentiators--icon .icon > img, .differentiators--stat .stat-container > img {
  position: relative;
  min-height: 6.25rem;
  max-height: 6.25rem;
  width: auto;
  height: auto;
}
.differentiators .global-spacing--2x {
  line-height: 1.5;
}

.stat .yellow {
  color: #fdb913;
}
.stat .super {
  position: relative;
  font-size: 0.66em;
  bottom: 0.4em;
}

.event-section {
  overflow: hidden;
}
.event-section .news-event-lockup {
  margin-top: 2rem;
}
@media print, screen and (min-width: 48.0625em) {
  .event-section .news-event-lockup {
    margin-top: 2.5rem;
  }
}
@media print, screen and (min-width: 64.0625em) {
  .event-section .news-event-lockup {
    margin-top: 3rem;
  }
}
@media print, screen and (min-width: 48.0625em) {
  .event-section + .bg--dark {
    margin-top: -6rem;
  }
}
@media print, screen and (min-width: 64.0625em) {
  .event-section + .bg--dark {
    margin-top: -10rem;
  }
}
.event-section.global-margin--15x:last-child {
  padding-bottom: 1.5rem;
  margin-bottom: 0;
}
@media print, screen and (min-width: 48.0625em) {
  .event-section.global-margin--15x:last-child {
    padding-bottom: 2rem;
  }
}
@media print, screen and (min-width: 64.0625em) {
  .event-section.global-margin--15x:last-child {
    padding-bottom: 2.5rem;
  }
}
@media print, screen and (min-width: 48.0625em) {
  .event-section.global-margin--15x:last-child {
    margin-bottom: 0;
  }
}
@media print, screen and (min-width: 64.0625em) {
  .event-section.global-margin--15x:last-child {
    margin-bottom: 0;
  }
}
.event-section .news-event-lockup {
  overflow: auto;
}
.event-section .news-event-lockup .aspect-ratio-frame {
  -webkit-box-shadow: 3px 3px 8px 0 rgba(104, 104, 104, 0.2);
          box-shadow: 3px 3px 8px 0 rgba(104, 104, 104, 0.2);
}

.expandable-section .cell + .cell {
  margin-top: 2rem;
}
@media print, screen and (min-width: 48.0625em) {
  .expandable-section .cell + .cell {
    margin-top: 0;
  }
}

[data-fancybox-modal] {
  display: none;
}

.featured-programs {
  overflow: hidden;
  padding-bottom: 4px;
}
@media screen and (max-width: 47.9375em) {
  .featured-programs .swiper-container {
    width: calc(100vw - 80px);
  }
}
.featured-programs .swiper-slide .featured-program {
  background-color: #f7f7f7;
  opacity: 0.33;
}
.featured-programs .swiper-slide:nth-child(even) .featured-program {
  background-color: #eee;
}
.featured-programs .swiper-slide.swiper-slide-visible .featured-program {
  opacity: 1;
}

.featured-program {
  padding: 1.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media print, screen and (min-width: 48.0625em) {
  .featured-program {
    padding: 2rem;
  }
}
@media print, screen and (min-width: 64.0625em) {
  .featured-program {
    padding: 2.5rem;
  }
}
.featured-program .eyebrow {
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1;
}
.featured-program h3,
.featured-program h3:first-child {
  margin-top: 0.5rem;
}
.featured-program p,
.featured-program .program-degrees {
  font-family: Montserrat, Gill Sans, sans-serif;
  font-size: 0.8125rem;
  font-weight: 500;
  line-height: 1.65;
}
@media print, screen and (min-width: 64.0625em) {
  .featured-program p,
.featured-program .program-degrees {
    font-size: 0.9375rem;
  }
}
.featured-program .program-degrees {
  font-weight: 700;
}

.forms-resources--set {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.5rem;
}
@media print, screen and (min-width: 48.0625em) {
  .forms-resources--set {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.forms-resources--item {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  height: 100%;
  background-color: #033843;
  padding: 1.5rem;
}
@media print, screen and (min-width: 48.0625em) {
  .forms-resources--item {
    padding: 2rem;
  }
}
@media print, screen and (min-width: 64.0625em) {
  .forms-resources--item {
    padding: 2.5rem;
  }
}
.bg--dark .forms-resources--item h3 {
  color: #62dbbc;
}
@media print, screen and (min-width: 48.0625em) {
  .forms-resources--item:only-child {
    max-width: calc(50% - 4px);
  }
}

.bg--dark .forms-resources--item .funderline-list ul a::after {
  color: #8ae0f2;
}
.bg--dark .forms-resources--item .funderline-list ul a:hover::after, .bg--dark .forms-resources--item .funderline-list ul a:focus::after {
  color: #ffffff;
}

.gallery {
  overflow: hidden;
}
.gallery--item {
  opacity: 0.3;
}
.gallery--item figure {
  margin: 0;
}
.gallery--item figure > a {
  display: block;
  position: relative;
}
.gallery--item figure > a .play-button {
  opacity: 1;
  overflow: visible;
  width: 2rem;
  height: 2rem;
  -webkit-filter: drop-shadow(0px 0px 5px rgba(0, 0, 0, 0.25));
          filter: drop-shadow(0px 0px 5px rgba(0, 0, 0, 0.25));
}
@media print, screen and (min-width: 48.0625em) {
  .gallery--item figure > a .play-button {
    width: 3rem;
    height: 3rem;
  }
}
@media print, screen and (min-width: 64.0625em) {
  .gallery--item figure > a .play-button {
    width: 4rem;
    height: 4rem;
  }
}
.gallery--item figure > a .play-button path {
  -webkit-transition: fill 0.3s ease-in-out;
  transition: fill 0.3s ease-in-out;
}
.gallery--item figure > a:hover .play-button path, .gallery--item figure > a:focus .play-button path {
  fill: #62dbbc;
}
.gallery--item figcaption {
  background-color: #004250;
  margin: 0;
  padding: 1.5rem;
}
@media print, screen and (min-width: 48.0625em) {
  .gallery--item figcaption {
    padding: 2rem;
  }
}
@media print, screen and (min-width: 64.0625em) {
  .gallery--item figcaption {
    padding: 2.5rem;
  }
}
.gallery--item figcaption p:not(:first-child) {
  margin-top: 0.5rem;
}
@media print, screen and (min-width: 64.0625em) {
  .gallery--item figcaption p:not(:first-child) {
    margin-top: 1rem;
  }
}
.gallery--item.swiper-slide-visible {
  opacity: 1;
}
.gallery--item.swiper-slide-visible figcaption {
  padding: 1.5rem;
  visibility: visible;
  max-height: 1000px;
  overflow: visible;
}
@media print, screen and (min-width: 48.0625em) {
  .gallery--item.swiper-slide-visible figcaption {
    padding: 2rem;
  }
}
@media print, screen and (min-width: 64.0625em) {
  .gallery--item.swiper-slide-visible figcaption {
    padding: 2.5rem;
  }
}

.hero--basic {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgb(238, 238, 238)), color-stop(60%, rgba(238, 238, 238, 0)), to(rgba(238, 238, 238, 0)));
  background-image: linear-gradient(to bottom, rgb(238, 238, 238) 0%, rgba(238, 238, 238, 0) 60%, rgba(238, 238, 238, 0) 100%);
}
.hero--basic__text {
  max-width: 61.25rem;
}
.hero--basic .wysiwyg p {
  font-family: Montserrat, Gill Sans, sans-serif;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.7;
  max-width: 53.75rem;
}
@media print, screen and (min-width: 64.0625em) {
  .hero--basic .wysiwyg p {
    font-size: 1.3125rem;
  }
}

.home-hero--cards {
  background-color: #000000;
  padding-bottom: 3rem;
}
@media print, screen and (min-width: 48.0625em) {
  .home-hero--cards {
    padding-bottom: 4rem;
  }
}
@media print, screen and (min-width: 64.0625em) {
  .home-hero--cards {
    padding-bottom: 7.5rem;
  }
}
.home-hero--cards .cell + .cell {
  margin-top: 2.5rem;
}
@media print, screen and (min-width: 48.0625em) {
  .home-hero--cards .cell + .cell {
    margin-top: 0;
  }
}
.home-hero--cards .hero-home--card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.home-hero--cards h3,
.home-hero--cards h3:first-child {
  font-family: Montserrat, Gill Sans, sans-serif;
  font-size: 1.75rem;
  font-weight: 700;
  line-height: 1.4;
  margin-top: 0.5rem;
  text-transform: none;
}
@media print, screen and (min-width: 64.0625em) {
  .home-hero--cards h3,
.home-hero--cards h3:first-child {
    font-size: 2.5rem;
  }
}
@media print, screen and (min-width: 64.0625em) {
  .home-hero--cards h3,
.home-hero--cards h3:first-child {
    margin-top: 1rem;
  }
}
.home-hero--cards .eyebrow {
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1;
  color: #62dbbc;
}
.home-hero--cards .btn {
  -webkit-transition: color 0.5s cubic-bezier(0.82, 0.06, 0.14, 0.97), background 0.5s cubic-bezier(0.82, 0.06, 0.14, 0.97), border 0.5s cubic-bezier(0.82, 0.06, 0.14, 0.97);
  transition: color 0.5s cubic-bezier(0.82, 0.06, 0.14, 0.97), background 0.5s cubic-bezier(0.82, 0.06, 0.14, 0.97), border 0.5s cubic-bezier(0.82, 0.06, 0.14, 0.97);
  font-family: "Montserrat", "Gill Sans", sans-serif;
  border-width: 0.125rem;
  border-radius: 0.25rem;
  border-style: solid;
  display: inline-block;
  position: relative;
  z-index: 2;
  line-height: 1.1;
  text-decoration: none;
  font-weight: 600;
  font-size: 0.9375rem;
  line-height: 1.25;
  padding: 0.75rem 1.5rem;
  border-color: #aa0000;
  color: #ffffff;
  background: #aa0000;
}
.home-hero--cards .btn:hover, .home-hero--cards .btn:focus {
  text-decoration: none;
  outline: none;
}
.home-hero--cards .btn:focus {
  -webkit-box-shadow: 0 0 2px 3px rgba(74, 164, 247, 0.8);
          box-shadow: 0 0 2px 3px rgba(74, 164, 247, 0.8);
}
.home-hero--cards .btn:disabled {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.6;
}
.home-hero--cards .btn::before, .home-hero--cards .btn::after {
  color: #ffffff;
}
.home-hero--cards .btn:hover, .home-hero--cards .btn:focus {
  color: #ffffff;
  border-color: #df3428;
  background: #df3428;
}
.home-hero--cards .btn:hover::before, .home-hero--cards .btn:hover::after, .home-hero--cards .btn:focus::before, .home-hero--cards .btn:focus::after {
  color: #ffffff;
}
.home-hero--cards .btn:focus {
  color: #000000;
  border-color: #aa0000;
  background: #ffffff;
}
@media print, screen and (min-width: 48.0625em) {
  .home-hero--cards .btn {
    font-size: 1.0625rem;
    line-height: 1.25;
    padding: 1rem 2rem;
  }
}

.hero--home.hero--landing {
  max-height: calc(100vh - 200px);
}
@media print, screen and (min-width: 64.0625em) {
  .hero--home.hero--landing.hero.hero--parallax {
    min-height: 600px;
  }
}
.hero--home.hero--landing h2 {
  font-family: Oswald, Impact, sans-serif;
  font-size: 3.5rem;
  font-weight: 700;
  line-height: 1;
  text-transform: uppercase;
  color: #ffffff;
}
@media print, screen and (min-width: 64.0625em) {
  .hero--home.hero--landing h2 {
    font-size: 8.25rem;
  }
}
@media screen and (max-width: 75em) {
  .hero--home.hero--landing h2 {
    font-size: 10.99vw;
  }
}
@media screen and (max-width: 31.875em) {
  .hero--home.hero--landing h2 {
    font-size: 3.5rem;
  }
}
.hero--home.hero--landing .hero__content {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  max-width: unset;
  pointer-events: none;
}
@media screen and (min-width: 75.0625em) {
  .hero--home.hero--landing .hero__content {
    max-width: 65.625rem;
  }
}
.hero--home.hero--landing .hero__media svg {
  position: absolute;
  z-index: 3;
  top: 98px;
  right: -10px;
  width: 30vw;
  height: 40.55vw;
  mix-blend-mode: overlay;
}
@media screen and (min-width: 97.5em) {
  .hero--home.hero--landing .hero__media svg {
    right: calc(50vw - 780px);
  }
}
@media screen and (min-width: 90em) {
  .hero--home.hero--landing .hero__media svg {
    width: 400px;
    height: 460px;
  }
}
@media print, screen and (max-width: 48.06125em) {
  .hero--home.hero--landing .hero__media svg {
    top: 20px;
  }
}
@media print, screen and (max-width: 48.06125em) {
  .hero--home.hero--landing .hero__media::after {
    top: unset;
    bottom: 0;
    height: 50%;
  }
}

/*
GLOBAL HERO STYLES
-------------------
*/
.parallax-mask {
  position: relative;
  z-index: 3;
  background: #ffffff;
}

.hero {
  position: relative;
  overflow: hidden;
}
.hero img,
.hero video,
.hero .video-feature {
  position: relative;
  display: block;
  width: 100%;
  max-width: none;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
@media print, screen and (min-width: 48.0625em) {
  .hero {
    max-height: 75vh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background: gray;
  }
}

.hero__media {
  display: block;
  width: 100%;
}

.hero__content {
  z-index: 3;
  padding: 1.25rem;
}
@media print, screen and (min-width: 48.0625em) {
  .hero__content h1,
.hero__content p {
    text-align: center;
    color: #ffffff;
  }
}
.hero__content p {
  margin-right: auto;
  margin-left: auto;
}
.hero__content .btn {
  margin: auto;
}
@media print, screen and (min-width: 48.0625em) {
  .hero__content {
    position: absolute;
    color: #ffffff;
  }
}

.hero__overlay {
  position: absolute;
  z-index: 2;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.4);
}
@media print, screen and (min-width: 40.0625em) and (max-width: 48.06125em) {
  .hero__overlay {
    display: none;
  }
}

/*
HERO VIDEO
---------------------------
*/
.autoplay-video-container {
  /*position: relative;*/
}

.hero--video .video-feature,
.hero--video video {
  position: relative;
  z-index: 2;
}
@media print, screen and (min-width: 48.0625em) {
  .hero--video img {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
  }
}

/*
BASIC HERO With Image *Most Common* (No masking) -- Most effective with Title, and Image only
------------------------
*/
.hero--no-img {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  background: none;
}
.hero--no-img .hero__content {
  padding-right: 1.25rem;
  padding-left: 1.25rem;
  max-width: 75rem;
  margin-left: auto;
  margin-right: auto;
  padding-top: 2rem;
  padding-bottom: 2rem;
  position: relative;
  width: 100%;
}
@media print, screen and (min-width: 48.0625em) {
  .hero--no-img .hero__content {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
}
@media print, screen and (min-width: 64.0625em) {
  .hero--no-img .hero__content {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
}
.hero--no-img .hero__content h1,
.hero--no-img .hero__content p {
  margin-right: 0;
  margin-left: 0;
  text-align: left;
  color: #000000;
}

/*
HERO VIDEO & IMAGE WITH PARALLAX
------------------------
*/
.hero.hero--parallax {
  overflow: hidden;
  min-height: 70vw;
}
@media print, screen and (max-width: 48.06125em) {
  .hero.hero--parallax {
    min-height: unset;
  }
}
@media screen and (max-width: 75em) {
  .hero.hero--parallax .hero__content {
    margin-top: 32vw;
  }
}
@media screen and (min-width: 75em) {
  .hero.hero--parallax {
    height: calc(100vh - 200px);
    min-height: unset;
  }
}
.hero.hero--parallax img,
.hero.hero--parallax video {
  height: 135%;
  -webkit-transform: translateY(calc(var(--scroll-tracker) * 35%));
          transform: translateY(calc(var(--scroll-tracker) * 35%));
}
@media print, screen and (max-width: 48.06125em) {
  .hero.hero--parallax img,
.hero.hero--parallax video {
    height: 100%;
    -webkit-transform: none;
            transform: none;
  }
}
.hero.hero--parallax .hero__media,
.hero.hero--parallax .video-feature,
.hero.hero--parallax .autoplay-video-container {
  height: 100%;
}
.hero.hero--parallax img,
.hero.hero--parallax video,
.hero.hero--parallax .hero__media,
.hero.hero--parallax .video-feature,
.hero.hero--parallax .autoplay-video-container {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media print, screen and (max-width: 48.06125em) {
  .hero.hero--parallax img,
.hero.hero--parallax video,
.hero.hero--parallax .hero__media,
.hero.hero--parallax .video-feature,
.hero.hero--parallax .autoplay-video-container {
    bottom: unset;
    top: 0;
    height: 60vw;
  }
}

/*
HERO iFrame WITHOUT
------------------------
*/
.hero--iframe .video-feature {
  position: relative;
  z-index: 3;
  overflow: hidden;
  height: 0;
  padding-top: 30px;
  padding-bottom: 56.25%;
}
@media print, screen and (min-width: 48.0625em) {
  .hero--iframe img {
    position: absolute;
  }
}
@media print, screen and (min-width: 48.0625em) {
  .hero--iframe iframe {
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    width: 100%;
    min-width: 1165px;
    height: 100%;
    min-height: 700px;
  }
}
.hero--iframe .video-feature {
  display: none;
}
@media print, screen and (min-width: 48.0625em) {
  .hero--iframe .video-feature {
    display: block;
    margin-top: -3.125rem;
  }
}

/*
HERO IFRAME WITH PARALLAX
---------------------------
*/
.hero--parallax-iframe .video-feature {
  display: none;
}
@media print, screen and (min-width: 48.0625em) {
  .hero--parallax-iframe .video-feature {
    position: relative;
    z-index: 2;
    display: block;
    width: 100vw;
    height: 100vh;
  }
}

@-webkit-keyframes left-leg {
  from {
    -webkit-transform: none;
            transform: none;
  }
  to {
    -webkit-transform: rotate(-20deg);
            transform: rotate(-20deg);
  }
}

@keyframes left-leg {
  from {
    -webkit-transform: none;
            transform: none;
  }
  to {
    -webkit-transform: rotate(-20deg);
            transform: rotate(-20deg);
  }
}
@-webkit-keyframes right-leg {
  from {
    -webkit-transform: none;
            transform: none;
  }
  to {
    -webkit-transform: rotate(23deg);
            transform: rotate(23deg);
  }
}
@keyframes right-leg {
  from {
    -webkit-transform: none;
            transform: none;
  }
  to {
    -webkit-transform: rotate(23deg);
            transform: rotate(23deg);
  }
}
.page--scroll-tracker .site-header {
  display: none;
}
.page--scroll-tracker h1 {
  position: absolute !important;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
  width: 1px;
  height: 1px;
}

.student-journey {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  min-height: 100vh;
}
.student-journey h2 {
  max-width: 960px;
  text-transform: uppercase;
  font-size: 12vw;
  line-height: 0.8;
}
.student-journey h2 .oho-animate:last-child::after {
  display: block;
  width: 3px;
  height: 200px;
  content: "";
  -webkit-transition: height 0.8s cubic-bezier(0.82, 0.06, 0.14, 0.97);
  transition: height 0.8s cubic-bezier(0.82, 0.06, 0.14, 0.97);
  -webkit-transition-delay: 0.8s;
          transition-delay: 0.8s;
  -webkit-transform: translateY(80px);
          transform: translateY(80px);
  background: #000000;
}
.student-journey h2 .oho-animate.oho-animate--ready:last-child::after {
  height: 0;
  -webkit-transition: none;
  transition: none;
}

.horizontal-story-container {
  position: relative;
  width: 100%;
  min-height: 4900vh;
}

.horizontal-story {
  position: sticky;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  opacity: calc(var(--scroll-tracker) * 20);
}
.horizontal-story .laptop-cloud {
  display: none;
  fill: url(#laptop-cloud-gradient);
}
.horizontal-story .background path {
  -webkit-transform: translateX(calc(var(--scroll-tracker) * -8%));
          transform: translateX(calc(var(--scroll-tracker) * -8%));
  opacity: 0.7;
  fill: #dfe9f7;
}
.horizontal-story .background path:nth-child(2) {
  -webkit-transform: translateX(calc(var(--scroll-tracker) * -1%));
          transform: translateX(calc(var(--scroll-tracker) * -1%));
}
.horizontal-story .background path:nth-child(3) {
  -webkit-transform: translateX(calc(var(--scroll-tracker) * -5%));
          transform: translateX(calc(var(--scroll-tracker) * -5%));
}
.horizontal-story .background path:nth-child(4) {
  -webkit-transform: translateX(calc(var(--scroll-tracker) * -1%));
          transform: translateX(calc(var(--scroll-tracker) * -1%));
}
.horizontal-story .background path:nth-child(5) {
  -webkit-transform: translateX(calc(var(--scroll-tracker) * -2%));
          transform: translateX(calc(var(--scroll-tracker) * -2%));
}
.horizontal-story .background path.cloud-background--offset-top {
  -webkit-transform: translateX(calc(var(--scroll-tracker) * -1%)) translateY(36%);
          transform: translateX(calc(var(--scroll-tracker) * -1%)) translateY(36%);
}
.horizontal-story .background:nth-child(3) path,
.horizontal-story .background:nth-child(4) path,
.horizontal-story .background:nth-child(5) path {
  -webkit-transform: translateX(calc(var(--scroll-tracker) * -4%));
          transform: translateX(calc(var(--scroll-tracker) * -4%));
}
.horizontal-story .background:nth-child(3) path:nth-child(2),
.horizontal-story .background:nth-child(4) path:nth-child(2),
.horizontal-story .background:nth-child(5) path:nth-child(2) {
  -webkit-transform: translateX(calc(var(--scroll-tracker) * -42%));
          transform: translateX(calc(var(--scroll-tracker) * -42%));
}
.horizontal-story .background:nth-child(3) path:nth-child(3),
.horizontal-story .background:nth-child(4) path:nth-child(3),
.horizontal-story .background:nth-child(5) path:nth-child(3) {
  -webkit-transform: translateX(calc(var(--scroll-tracker) * -43%));
          transform: translateX(calc(var(--scroll-tracker) * -43%));
}
.horizontal-story .background:nth-child(3) path:nth-child(4),
.horizontal-story .background:nth-child(4) path:nth-child(4),
.horizontal-story .background:nth-child(5) path:nth-child(4) {
  -webkit-transform: translateX(calc(var(--scroll-tracker) * -45%));
          transform: translateX(calc(var(--scroll-tracker) * -45%));
}
.horizontal-story .background:nth-child(3) path:nth-child(5),
.horizontal-story .background:nth-child(4) path:nth-child(5),
.horizontal-story .background:nth-child(5) path:nth-child(5) {
  -webkit-transform: translateX(calc(var(--scroll-tracker) * -5%));
          transform: translateX(calc(var(--scroll-tracker) * -5%));
}

.laptop__screen, .laptop__keyboard--accent {
  fill: #2d3079;
}
.laptop__screen--inner {
  fill: #ffffff;
}
.laptop__keyboard {
  fill: #71b3e2;
}
.laptop__bars {
  fill: #ffe21a;
}
.laptop__molecules {
  fill: #aa0000;
  -webkit-transform: rotate(calc(var(--scroll-tracker) * 0.05deg));
          transform: rotate(calc(var(--scroll-tracker) * 0.05deg));
  -webkit-transform-origin: 70% 42.1%;
          transform-origin: 70% 42.1%;
}

.person {
  -webkit-transform: translateX(calc(var(--scroll-tracker) * 0.02%));
          transform: translateX(calc(var(--scroll-tracker) * 0.02%));
}
.person .skin {
  fill: #4e3a2d;
}
.person .hair,
.person .skirt,
.person .shoe {
  fill: #2d3079;
  -webkit-transition: 1.4s;
  transition: 1.4s;
}
.person .torso {
  fill: #aeaed7;
}
.person .sleeve {
  fill: #ffffff;
}
.person .mouth {
  fill: none;
  stroke: #f3f3f3;
  stroke-width: 2.7032;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-miterlimit: 10;
}

.leg {
  -webkit-transform-origin: 58% 52%;
          transform-origin: 58% 52%;
  -webkit-animation-duration: 4s;
          animation-duration: 4s;
  -webkit-animation-timing-function: cubic-bezier(0.82, 0.06, 0.14, 0.97);
          animation-timing-function: cubic-bezier(0.82, 0.06, 0.14, 0.97);
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-direction: alternate;
          animation-direction: alternate;
}
.leg--right {
  -webkit-animation-name: right-leg;
          animation-name: right-leg;
}
.leg--left {
  -webkit-animation-name: left-leg;
          animation-name: left-leg;
}

.grounds {
  -webkit-transform: translateY(6.1%);
          transform: translateY(6.1%);
}
.grounds line {
  fill: none;
  stroke: #97d1ed;
  stroke-width: 4.1196;
  stroke-linecap: round;
  stroke-miterlimit: 10;
  -webkit-transform: translateX(calc(var(--scroll-tracker) * -2%));
          transform: translateX(calc(var(--scroll-tracker) * -2%));
}
.grounds line:nth-child(2) {
  -webkit-transform: translateX(calc(var(--scroll-tracker) * -3%));
          transform: translateX(calc(var(--scroll-tracker) * -3%));
}
.grounds line:nth-child(3) {
  -webkit-transform: translateX(calc(var(--scroll-tracker) * -5%));
          transform: translateX(calc(var(--scroll-tracker) * -5%));
}
.grounds line:nth-child(3) {
  -webkit-transform: translateX(calc(var(--scroll-tracker) * -12%));
          transform: translateX(calc(var(--scroll-tracker) * -12%));
}

.ground:nth-child(3) path,
.ground:nth-child(4) path,
.ground:nth-child(5) path {
  -webkit-transform: translateX(calc(var(--scroll-tracker) * -114%));
          transform: translateX(calc(var(--scroll-tracker) * -114%));
}
.ground:nth-child(3) path:nth-child(2),
.ground:nth-child(4) path:nth-child(2),
.ground:nth-child(5) path:nth-child(2) {
  -webkit-transform: translateX(calc(var(--scroll-tracker) * -142%));
          transform: translateX(calc(var(--scroll-tracker) * -142%));
}
.ground:nth-child(3) path:nth-child(3),
.ground:nth-child(4) path:nth-child(3),
.ground:nth-child(5) path:nth-child(3) {
  -webkit-transform: translateX(calc(var(--scroll-tracker) * -143%));
          transform: translateX(calc(var(--scroll-tracker) * -143%));
}
.ground:nth-child(3) path:nth-child(4),
.ground:nth-child(4) path:nth-child(4),
.ground:nth-child(5) path:nth-child(4) {
  -webkit-transform: translateX(calc(var(--scroll-tracker) * -145%));
          transform: translateX(calc(var(--scroll-tracker) * -145%));
}
.ground:nth-child(3) path:nth-child(5),
.ground:nth-child(4) path:nth-child(5),
.ground:nth-child(5) path:nth-child(5) {
  -webkit-transform: translateX(calc(var(--scroll-tracker) * -143%));
          transform: translateX(calc(var(--scroll-tracker) * -143%));
}

.horizontal-story--content {
  position: relative;
  z-index: 3;
  min-height: 100vh;
}
.horizontal-story--content .initial-12 {
  padding: 2rem;
  background: rgba(255, 255, 255, 0.5);
}
@media print, screen and (min-width: 48.0625em) {
  .horizontal-story--content .initial-12 {
    padding: 2.5rem;
  }
}
@media print, screen and (min-width: 64.0625em) {
  .horizontal-story--content .initial-12 {
    padding: 3rem;
  }
}
@media print, screen and (min-width: 48.0625em) {
  .horizontal-story--content .initial-12 {
    padding-left: 10%;
  }
}

.st17 {
  fill: #a0dadc;
}

.st18 {
  opacity: 0.15;
}

.st19 {
  fill: #875c35;
}

.st20 {
  fill: #77685a;
}

.st21 {
  fill: #517c7d;
}

.st22 {
  fill: #fcb773;
}

.st23 {
  fill: #d39053;
}

.st24 {
  fill: #aa774d;
}

.st25 {
  fill: #f37c73;
}

.st26 {
  fill: #a99989;
}

.st27,
.bush {
  fill: #2d7138;
}

.st28 {
  fill: #d2923b;
}

.st29 {
  fill: #61bd63;
}

.st30 {
  fill: #b9d248;
}

.st31 {
  fill: #ffe2c0;
}

.st32 {
  fill: #c65856;
}

.st33 {
  fill: #6384c2;
}

.st34 {
  fill: #416299;
}

.st35 {
  fill: #444544;
}

.st36 {
  fill: #666766;
}

.st37 {
  fill: #e7f1f4;
}

.st38 {
  fill: #747d53;
}

.st39 {
  fill: #586039;
}

.st40 {
  fill: #c7c6c6;
}

.st41 {
  fill: #f99d1c;
}

.city .buildings-left {
  -webkit-transform: translateX(calc(var(--scroll-tracker) * -113%));
          transform: translateX(calc(var(--scroll-tracker) * -113%));
}
.city .house {
  -webkit-transform: translateX(calc(var(--scroll-tracker) * -135%));
          transform: translateX(calc(var(--scroll-tracker) * -135%));
}
.city .trees {
  -webkit-transform: translateX(calc(var(--scroll-tracker) * -142%));
          transform: translateX(calc(var(--scroll-tracker) * -142%));
}
.city .buildings-right {
  -webkit-transform: translateX(calc(var(--scroll-tracker) * -183%));
          transform: translateX(calc(var(--scroll-tracker) * -183%));
}
.city .car {
  -webkit-transform: translateX(calc(var(--scroll-tracker) * -204%));
          transform: translateX(calc(var(--scroll-tracker) * -204%));
}
.city .van {
  -webkit-transform: translateX(calc(var(--scroll-tracker) * -235%));
          transform: translateX(calc(var(--scroll-tracker) * -235%));
}
.city .suv {
  -webkit-transform: translateX(calc(var(--scroll-tracker) * -245%));
          transform: translateX(calc(var(--scroll-tracker) * -245%));
}
.city .sign {
  -webkit-transform: translateX(calc(var(--scroll-tracker) * -235%));
          transform: translateX(calc(var(--scroll-tracker) * -235%));
}

.timeline-outer {
  -webkit-transform: translateX(12%);
          transform: translateX(12%);
}

.timeline {
  -webkit-transform: translateX(calc(var(--scroll-tracker) * -350%)) translateY(10%);
          transform: translateX(calc(var(--scroll-tracker) * -350%)) translateY(10%);
}
.timeline .purple-fill, .timeline__point {
  fill: #2d3079;
}
.timeline__info-bubble .text {
  fill: #ffffff;
}
.timeline__line {
  stroke: #2d3079;
  stroke-width: 8px;
}

.workingst17 {
  opacity: 0.73;
  fill: #ffffff;
}

.workingst18 {
  fill: #d4dbe1;
}

.workingst19 {
  fill: #86c0e9;
}

.workingst20 {
  fill: #5d554e;
}

.workingst21 {
  fill: #3d4246;
}

.workingst22 {
  fill: #34383b;
}

.workingst23 {
  fill: #efa986;
}

.workingst24 {
  fill: #fdcda3;
}

.workingst25 {
  fill: #e2d2ca;
}

.workingst26 {
  fill: #4a5055;
}

.workingst27 {
  fill: #d7d6d6;
}

.workingst28 {
  fill: #c98462;
}

.workingst29 {
  fill: #df9e7d;
}

.workingst30 {
  fill: #e9e8e8;
}

.workingst31 {
  fill: #bcd5ef;
}

.workingst32 {
  fill: #767676;
}

.workingst33 {
  fill: #ffffff;
}

.workingst34 {
  fill: url(#SVGID_1_);
}

.workingst35 {
  fill: url(#SVGID_2_);
}

.workingst36 {
  fill: url(#SVGID_3_);
}

.workingst37 {
  fill: #c5ccd1;
}

.workingst38 {
  fill: url(#SVGID_4_);
}

.workingst39 {
  fill: #e0e1e0;
}

.workingst40 {
  fill: #b9b9b9;
}

.workingst41 {
  fill: #d9d9d8;
}

.workingst42 {
  fill: url(#SVGID_5_);
}

.workingst43 {
  fill: url(#SVGID_6_);
}

.workingst44 {
  fill: #d64e4b;
}

.workingst45 {
  fill: #2a2c47;
}

.workingst46 {
  fill: #3e426b;
}

.workingst47 {
  fill: #d0beb6;
}

.workingst48 {
  fill: #23263d;
}

.workingst49 {
  fill: #f15c5b;
}

.workingst50 {
  fill: #807167;
}

.workingst51 {
  fill: #191b2b;
}

.workingst52 {
  fill: #a77961;
}

.workingst53 {
  fill: #b1403e;
}

.workingst54 {
  fill: #292c45;
}

.workingst55 {
  fill: #eddad3;
}

.workingst56 {
  fill: #f5f6f6;
}

.workingst57 {
  fill: #62a9dc;
}

.workingst58 {
  fill: #3983c4;
}

.workingst59 {
  fill: #1a5a8d;
}

.workingst60 {
  fill: #2274b5;
}

.workingst61 {
  fill: #3a88c8;
}

.workingst62 {
  fill: url(#SVGID_7_);
}

.workingst63 {
  fill: url(#SVGID_8_);
}

.workingst64 {
  fill: url(#SVGID_9_);
}

.workingst65 {
  fill: url(#SVGID_10_);
}

.workingst66 {
  fill: url(#SVGID_11_);
}

.workingst67 {
  fill: url(#SVGID_12_);
}

.workingst68 {
  fill: #706966;
}

.workingst69 {
  fill: #ccbdb7;
}

.workingst70 {
  fill: #998e89;
}

.workingst71 {
  fill: #b59074;
}

.workingst72 {
  fill: #fcb557;
}

.workingst73 {
  fill: #434873;
}

.workingst74 {
  fill: #3b4048;
}

.workingst75 {
  fill: #323757;
}

.workingst76 {
  fill: #928783;
}

.workingst77 {
  fill: #5f5955;
}

.workingst78 {
  fill: #bfb2ac;
}

.workingst79 {
  fill: #b9aca6;
}

.workingst80 {
  fill: #f6f7fb;
}

.workingst81 {
  fill: #928681;
}

.workingst82 {
  fill: #dfe1e8;
}

.workingst83 {
  fill: #a0dadc;
}

.workingst84 {
  opacity: 0.15;
}

.workingst85 {
  fill: #875c35;
}

.workingst86 {
  fill: #77685a;
}

.workingst87 {
  fill: #517c7d;
}

.workingst88 {
  fill: #fcb773;
}

.workingst89 {
  fill: #d39053;
}

.workingst90 {
  fill: #aa774d;
}

.workingst91 {
  fill: #f37c73;
}

.workingst92 {
  fill: #a99989;
}

.workingst93 {
  fill: #2d7138;
}

.workingst94 {
  fill: #d2923b;
}

.workingst95 {
  fill: #61bd63;
}

.workingst96 {
  fill: #b9d248;
}

.workingst97 {
  fill: #ffe2c0;
}

.workingst98 {
  fill: #c65856;
}

.workingst99 {
  fill: #6384c2;
}

.workingst100 {
  fill: #416299;
}

.workingst101 {
  fill: #444544;
}

.workingst102 {
  fill: #666766;
}

.workingst103 {
  fill: #e7f1f4;
}

.workingst104 {
  fill: #747d53;
}

.workingst105 {
  fill: #586039;
}

.workingst106 {
  fill: #c7c6c6;
}

.workingst107 {
  fill: #f99d1c;
}

.workingst108 {
  fill: none;
  stroke: #2b2e74;
  stroke-width: 7;
  stroke-miterlimit: 10;
}

.working-left {
  -webkit-transform: translateX(calc(var(--scroll-tracker) * -155%));
          transform: translateX(calc(var(--scroll-tracker) * -155%));
}

.working-middle {
  -webkit-transform: translateX(calc(var(--scroll-tracker) * -140%));
          transform: translateX(calc(var(--scroll-tracker) * -140%));
}

.working-right {
  -webkit-transform: translateX(calc(var(--scroll-tracker) * -129%));
          transform: translateX(calc(var(--scroll-tracker) * -129%));
}

.landscape-scrolltracker__scene {
  min-height: 400vh;
}
.landscape-scrolltracker__scene svg {
  position: sticky;
  top: 0;
  height: 100vh;
}

.landscape-scrolltracker__item--night .landscape-scrolltracker__scene svg > g {
  -webkit-transform: translateX(calc(var(--scroll-tracker) * 55%));
          transform: translateX(calc(var(--scroll-tracker) * 55%));
}
.landscape-scrolltracker__item--night .landscape-scrolltracker__scene #night_water {
  -webkit-transform: none;
          transform: none;
}
.landscape-scrolltracker__item--night .landscape-scrolltracker__scene .night_water__glare {
  -webkit-transform: translateX(14%);
          transform: translateX(14%);
}
.landscape-scrolltracker__item--night .landscape-scrolltracker__scene .night_water__glare path {
  -webkit-transform: rotateY(calc(var(--scroll-tracker) * 15deg));
          transform: rotateY(calc(var(--scroll-tracker) * 15deg));
  -webkit-transform-origin: 58% 63%;
          transform-origin: 58% 63%;
}
.landscape-scrolltracker__item--night .landscape-scrolltracker__scene .night_water__streaks {
  -webkit-transform: translateX(calc(var(--scroll-tracker) * -42%));
          transform: translateX(calc(var(--scroll-tracker) * -42%));
}
.landscape-scrolltracker__item--night .landscape-scrolltracker__scene #night_stars {
  -webkit-transform: none;
          transform: none;
}
.landscape-scrolltracker__item--night .landscape-scrolltracker__scene #night_foreground-land,
.landscape-scrolltracker__item--night .landscape-scrolltracker__scene #night_foreground-foliage {
  -webkit-transform: translateX(calc(var(--scroll-tracker) * -42%));
          transform: translateX(calc(var(--scroll-tracker) * -42%));
}
.landscape-scrolltracker__item--night .landscape-scrolltracker__scene #night_sun {
  -webkit-transform: translateY(calc(var(--scroll-tracker) * -34%));
          transform: translateY(calc(var(--scroll-tracker) * -34%));
}

.landscape-scrolltracker__item--spring,
.landscape-scrolltracker__item--sunset {
  position: relative;
}
.landscape-scrolltracker__item--spring svg,
.landscape-scrolltracker__item--sunset svg {
  z-index: 2;
}
.landscape-scrolltracker__item--spring .landscape-scrolltracker__scene::after,
.landscape-scrolltracker__item--sunset .landscape-scrolltracker__scene::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  height: 350vh;
  margin-top: calc(var(--scroll-tracker) * -219%);
  content: "";
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.landscape-scrolltracker__item--sunset .landscape-scrolltracker__scene::after {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(153, 26, 9, 0)), color-stop(35%, rgb(153, 26, 9)));
  background: linear-gradient(to bottom, rgba(153, 26, 9, 0) 0%, rgb(153, 26, 9) 35%);
}

.landscape-scrolltracker__item--spring .landscape-scrolltracker__scene::after {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(156, 193, 222, 0)), color-stop(35%, rgb(156, 193, 222)));
  background: linear-gradient(to bottom, rgba(156, 193, 222, 0) 0%, rgb(156, 193, 222) 35%);
}

.landscape-scrolltracker__item--sunset {
  -webkit-transform: rotateY(180deg);
          transform: rotateY(180deg);
}
.landscape-scrolltracker__item--sunset .landscape-scrolltracker__scene svg > g {
  -webkit-transform: translateX(calc(var(--scroll-tracker) * -65%));
          transform: translateX(calc(var(--scroll-tracker) * -65%));
}
.landscape-scrolltracker__item--sunset .landscape-scrolltracker__scene #sunset_sun {
  -webkit-transform: translateY(calc(var(--scroll-tracker) * 44%)) translateX(calc(var(--scroll-tracker) * -34%));
          transform: translateY(calc(var(--scroll-tracker) * 44%)) translateX(calc(var(--scroll-tracker) * -34%));
}
.landscape-scrolltracker__item--sunset .landscape-scrolltracker__scene #sunset_clouds {
  -webkit-transform: translateX(calc(var(--scroll-tracker) * -67%));
          transform: translateX(calc(var(--scroll-tracker) * -67%));
}
.landscape-scrolltracker__item--sunset .landscape-scrolltracker__scene #sunset_stars {
  -webkit-transform: translateX(calc(var(--scroll-tracker) * -45%));
          transform: translateX(calc(var(--scroll-tracker) * -45%));
}
.landscape-scrolltracker__item--sunset .landscape-scrolltracker__scene #sunset_birds {
  -webkit-transform: translateX(calc(var(--scroll-tracker) * -71%));
          transform: translateX(calc(var(--scroll-tracker) * -71%));
}

.landscape-scrolltracker__item--spring svg > g {
  -webkit-transform: translateX(calc(var(--scroll-tracker) * -55%));
          transform: translateX(calc(var(--scroll-tracker) * -55%));
}
.landscape-scrolltracker__item--spring #spring_trees-foreground {
  -webkit-transform: translateX(calc(var(--scroll-tracker) * -35%));
          transform: translateX(calc(var(--scroll-tracker) * -35%));
}
.landscape-scrolltracker__item--spring #spring_water,
.landscape-scrolltracker__item--spring #spring_sky,
.landscape-scrolltracker__item--spring #spring_foreground-hill,
.landscape-scrolltracker__item--spring #spring_stars-dots,
.landscape-scrolltracker__item--spring #spring_stars-twinkle {
  -webkit-transform: none;
          transform: none;
}
.landscape-scrolltracker__item--spring #spring_water-accents {
  -webkit-transform: translateX(calc(var(--scroll-tracker) * -23%));
          transform: translateX(calc(var(--scroll-tracker) * -23%));
}
.landscape-scrolltracker__item--spring #spring_mountains-right {
  -webkit-transform: none;
          transform: none;
}
.landscape-scrolltracker__item--spring #spring_mountains-right > g:first-child {
  -webkit-transform: translateX(calc(var(--scroll-tracker) * -18%));
          transform: translateX(calc(var(--scroll-tracker) * -18%));
}
.landscape-scrolltracker__item--spring #spring_mountains-right > g:nth-child(2) {
  -webkit-transform: translateY(5%) translateX(calc(var(--scroll-tracker) * -16%));
          transform: translateY(5%) translateX(calc(var(--scroll-tracker) * -16%));
}
.landscape-scrolltracker__item--spring #spring_light-house,
.landscape-scrolltracker__item--spring #spring_background-trees {
  -webkit-transform: translateX(calc(var(--scroll-tracker) * -15%));
          transform: translateX(calc(var(--scroll-tracker) * -15%));
}
.landscape-scrolltracker__item--spring #spring_sailboat_sail-boat--left {
  -webkit-transform: translateX(calc(var(--scroll-tracker) * -35%));
          transform: translateX(calc(var(--scroll-tracker) * -35%));
}
.landscape-scrolltracker__item--spring #spring_moon {
  -webkit-transform: translateY(calc(var(--scroll-tracker) * -35%));
          transform: translateY(calc(var(--scroll-tracker) * -35%));
}

.stat-journey-block {
  position: sticky;
  z-index: 2;
  top: 6.25rem;
  left: 6.25rem;
  overflow: hidden;
  max-width: 550px;
  padding: 40px;
  color: #ffffff;
  border-radius: 10px;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(121, 37, 72, 0.4)), to(rgba(94, 27, 56, 0.8)));
  background: linear-gradient(to bottom, rgba(121, 37, 72, 0.4) 0%, rgba(94, 27, 56, 0.8) 100%);
}
.stat-journey-block .h1 {
  font-size: 120px;
}

.landscape-scrolltracker__item--sunset .stat-journey-block {
  top: 36%;
  right: 0;
  left: 0;
  max-width: 1020px;
  margin: auto;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(147, 15, 14, 0.4)), to(rgba(173, 51, 26, 0.8)));
  background: linear-gradient(to bottom, rgba(147, 15, 14, 0.4) 0%, rgba(173, 51, 26, 0.8) 100%);
}
.landscape-scrolltracker__item--sunset .stat-journey-block .grid-x {
  -webkit-transform: rotateY(180deg);
          transform: rotateY(180deg);
}

.landscape-scrolltracker__item--spring .stat-journey-block {
  right: 100px;
  left: auto;
  float: right;
  background: -webkit-gradient(linear, left top, left bottom, from(rgb(39, 85, 133)), to(rgba(36, 30, 59, 0.8)));
  background: linear-gradient(to bottom, rgb(39, 85, 133) 0%, rgba(36, 30, 59, 0.8) 100%);
}

.student-journey--adventure h2 {
  color: #ffffff;
}
.student-journey--adventure h2 .oho-animate:last-child::after {
  position: absolute;
  z-index: -1;
  bottom: 0;
  left: 0;
  width: 100vw;
  background: -webkit-gradient(linear, left top, left bottom, from(rgb(121, 37, 72)), to(rgb(115, 63, 105)));
  background: linear-gradient(to bottom, rgb(121, 37, 72) 0%, rgb(115, 63, 105) 100%);
}
.student-journey--adventure h2 .oho-animate:not(.oho-animate--ready):last-child::after {
  height: 110vh;
}

@media print, screen and (min-width: 40.0625em) {
  .image-grid .glide__slides {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    margin-left: -1.25rem;
    margin-right: -1.25rem;
  }
  .image-grid .glide__arrows {
    display: none;
  }
}

.image-grid-item {
  padding: 0;
}
.image-grid-item__link {
  position: relative;
  display: table;
  margin: 0 auto;
  line-height: 1;
}
.image-grid-item__link::before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  content: "";
  -webkit-transition: background-color 150ms cubic-bezier(0.42, 0.08, 0.06, 0.98);
  transition: background-color 150ms cubic-bezier(0.42, 0.08, 0.06, 0.98);
  background-color: rgba(170, 0, 0, 0);
}
.image-grid-item__link:hover::before, .image-grid-item__link:focus::before {
  background-color: rgba(170, 0, 0, 0.333);
}
.image-grid-item__expand {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  padding: 0.5em;
  background-color: #ffffff;
  font-size: 1.25rem;
}
.image-grid-item .play-button {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 2.8125rem;
  height: 2.8125rem;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.image-grid-item__toggle {
  display: none;
}
@media print, screen and (min-width: 40.0625em) {
  .image-grid-item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    min-height: 0;
    min-width: 0;
    flex: 0 0 auto;
    width: calc(33.3333333333% - 2.5rem);
    margin-left: 1.25rem;
    margin-right: 1.25rem;
    display: block;
    height: auto;
    padding-bottom: 30px;
  }
  .image-grid-item__toggle {
    display: inline-block;
    position: absolute;
    top: 0;
    right: 0;
    padding: 0.5em 0.5625em;
    text-align: center;
    color: #aa0000;
    background-color: #ffffff;
    font-size: 1.25rem;
  }
  .image-grid-item__toggle::before {
    font-family: "Font Awesome 5 Pro";
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-smoothing: antialiased;
    content: "\f424";
    font-weight: 300;
  }
  .image-grid-item__toggle:hover {
    background-color: #ffffff;
  }
}

.jump-links.bg--dark {
  background-color: #004250;
}
.jump-links.bg--dark .funderline-list ol > li {
  padding-left: calc(1em + 8px);
  font-family: Montserrat, Gill Sans, sans-serif;
  font-size: 0.8125rem;
  font-weight: 500;
  line-height: 1.65;
  display: block;
}
@media print, screen and (min-width: 64.0625em) {
  .jump-links.bg--dark .funderline-list ol > li {
    font-size: 0.9375rem;
  }
}
.jump-links.bg--dark .funderline-list ol > li::before {
  font-weight: 700;
}
.jump-links.bg--dark .funderline-list ol > li::after {
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-smoothing: antialiased;
  content: "\f103";
  display: inline-block;
  color: #8ae0f2;
  padding-left: 0.5rem;
}
@media print, screen and (min-width: 40.0625em) {
  .jump-links.bg--dark .funderline-list ol {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 1.5rem 2rem;
  }
  .jump-links.bg--dark .funderline-list li + li {
    margin: 0;
  }
}
.jump-links.bg--dark .funderline-list a {
  font-weight: 400;
  padding-bottom: 3px;
}

.listing-section {
  overflow: hidden;
}
.listing-section.global-margin--15x:last-child {
  margin-bottom: 0;
}
.listing-section--item .cell + .cell {
  margin-top: 1.5rem;
}
@media print, screen and (min-width: 48.0625em) {
  .listing-section--item .cell + .cell {
    margin-top: 0;
  }
}
.listing-section--item:first-of-type {
  margin-top: 2rem;
}
@media print, screen and (min-width: 48.0625em) {
  .listing-section--item:first-of-type {
    margin-top: 2.5rem;
  }
}
@media print, screen and (min-width: 64.0625em) {
  .listing-section--item:first-of-type {
    margin-top: 3rem;
  }
}
.listing-section--item:nth-of-type(odd) {
  background-color: #f7f7f7;
}
.listing-section__text {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 1rem;
}
@media print, screen and (min-width: 48.0625em) {
  .listing-section__text {
    gap: 1.5rem;
  }
}
.listing-section .aspect-ratio-frame.oho-animate--ready {
  -webkit-transform: scale(0.8);
          transform: scale(0.8);
}
@media screen and (min-width: 77.5em) {
  .listing-section .aspect-ratio-frame {
    margin-right: -1.25rem;
  }
}
@media screen and (min-width: 78.75em) {
  .listing-section .aspect-ratio-frame {
    margin-right: -2.5rem;
  }
}
@media screen and (min-width: 81.25em) {
  .listing-section .aspect-ratio-frame {
    margin-right: -3.75rem;
  }
}
@media screen and (min-width: 83.75em) {
  .listing-section .aspect-ratio-frame {
    margin-right: -5rem;
  }
}
@media screen and (min-width: 86.25em) {
  .listing-section .aspect-ratio-frame {
    margin-right: -6.25rem;
  }
}

.listing-section + .bg--dark,
.listing-section + .promo-section {
  margin-top: -3rem;
}
@media print, screen and (min-width: 48.0625em) {
  .listing-section + .bg--dark,
.listing-section + .promo-section {
    margin-top: -4rem;
  }
}
@media print, screen and (min-width: 64.0625em) {
  .listing-section + .bg--dark,
.listing-section + .promo-section {
    margin-top: -7.5rem;
  }
}

.news-event-lockup {
  overflow: hidden;
}
.news-event-lockup--text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.news-event-lockup--text .eyebrow {
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1;
}
.news-event-lockup--text h3,
.news-event-lockup--text h3:first-child {
  margin-top: 0.5rem;
}
@media print, screen and (min-width: 64.0625em) {
  .news-event-lockup--text h3,
.news-event-lockup--text h3:first-child {
    margin-top: 1rem;
  }
}
.news-event-lockup .cell + .cell {
  margin-top: 1.5rem;
}
@media print, screen and (min-width: 48.0625em) {
  .news-event-lockup .cell + .cell {
    margin-top: 0;
  }
}
.news-event-lockup .aspect-ratio-frame.oho-animate--ready {
  -webkit-transform: scale(0.8);
          transform: scale(0.8);
}
@media screen and (min-width: 77.5em) {
  .news-event-lockup .aspect-ratio-frame {
    margin-left: -1.25rem;
  }
}
@media screen and (min-width: 78.75em) {
  .news-event-lockup .aspect-ratio-frame {
    margin-left: -2.5rem;
  }
}
@media screen and (min-width: 81.25em) {
  .news-event-lockup .aspect-ratio-frame {
    margin-left: -3.75rem;
  }
}
@media screen and (min-width: 83.75em) {
  .news-event-lockup .aspect-ratio-frame {
    margin-left: -5rem;
  }
}
@media screen and (min-width: 86.25em) {
  .news-event-lockup .aspect-ratio-frame {
    margin-left: -6.25rem;
  }
}

.more-less {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
}
.more-less [data-more-less-content] {
  position: relative;
  overflow: hidden;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
.more-less [data-more-less-toggle],
.more-less .more-less__toggle {
  display: none;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
.more-less [data-more-less-toggle]::before,
.more-less .more-less__toggle::before {
  content: "See More";
}
.more-less[data-more-less-init] [data-more-less-toggle],
.more-less[data-more-less-init] .more-less__toggle {
  display: inline-block;
}
.more-less[data-more-less-init=items] [data-more-less-item]:nth-child(3) ~ [data-more-less-item] {
  display: none;
}
.more-less.more-less-open [data-more-less-content] {
  max-height: none !important;
}
.more-less.more-less-open [data-more-less-item] {
  display: block !important;
}
.more-less.more-less-open [data-more-less-toggle]::before,
.more-less.more-less-open .more-less__toggle::before {
  content: "See Less";
}

:root:not(.oho-js) .more-less__content {
  max-height: none !important;
}
:root:not(.oho-js) .more-less__item {
  display: block !important;
}

:root:not(.oho-js) .more-less::after,
:root:not(.oho-js) .more-less__toggle,
.more-less--inactive::after,
.more-less--inactive .more-less__toggle {
  display: none;
}

.news-section {
  overflow: hidden;
}
.news-section > .oho-animate-sequence {
  position: relative;
  z-index: 1;
}
.news-section > .oho-animate-sequence > .aspect-ratio-frame ~ div {
  position: relative;
  z-index: 2;
}
.news-section > .oho-animate-sequence > .aspect-ratio-frame::before {
  padding-bottom: 47.9166666667%;
}
@media screen and (min-width: 90em) {
  .news-section > .oho-animate-sequence > .aspect-ratio-frame::before {
    padding-bottom: 690px;
  }
}
.news-section > .oho-animate-sequence > .aspect-ratio-frame::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 34vw;
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgb(0, 44, 115)), to(rgba(0, 44, 115, 0)));
  background-image: linear-gradient(to top, rgb(0, 44, 115), rgba(0, 44, 115, 0));
}
@media screen and (min-width: 90em) {
  .news-section > .oho-animate-sequence > .aspect-ratio-frame::after {
    height: 414px;
  }
}
.news-section .section-heading--amplified > h2,
.news-section .section-heading--amplified > h2:first-child {
  margin-top: -1em;
}
@media print, screen and (min-width: 48.0625em) {
  .news-section .section-heading--amplified > h2,
.news-section .section-heading--amplified > h2:first-child {
    margin-top: -3em;
  }
}
.news-section .news-section--swiper {
  padding-bottom: 3rem;
}
@media print, screen and (min-width: 48.0625em) {
  .news-section .news-section--swiper {
    padding-bottom: 4rem;
  }
}
@media print, screen and (min-width: 64.0625em) {
  .news-section .news-section--swiper {
    padding-bottom: 7.5rem;
  }
}
@media screen and (max-width: 47.9375em) {
  .news-section .news-section--swiper .swiper-container {
    width: calc(100vw - 80px);
  }
}
.news-section .news-section--swiper .swiper-slide .news-story--item {
  opacity: 0.5;
}
.news-section .news-section--swiper .swiper-slide-visible .news-story--item {
  opacity: 1;
}

.related-news-stories-section ul.grid-x {
  list-style: none;
  max-width: 100%;
}
@media print, screen and (max-width: 48.06125em) {
  .related-news-stories-section ul.grid-x {
    max-width: calc(100% + 2.5rem);
  }
}
.related-news-stories-section .cell + .cell {
  margin-top: 0.5rem;
}
@media print, screen and (min-width: 48.0625em) {
  .related-news-stories-section .cell + .cell {
    margin-top: 0;
  }
}
@media print, screen and (min-width: 48.0625em) {
  .related-news-stories-section .news-story--item {
    width: calc(100% + 32px);
  }
}

.news-story--item {
  background-color: #002560;
}

li:nth-child(even) .news-story--item {
  background-color: #001e4f;
}

.news-story__text {
  padding: 1.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media print, screen and (min-width: 48.0625em) {
  .news-story__text {
    padding: 2rem;
  }
}
@media print, screen and (min-width: 64.0625em) {
  .news-story__text {
    padding: 2.5rem;
  }
}
.news-story__text .eyebrow {
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1;
}
.news-story__text h3,
.news-story__text h3:first-child {
  margin-top: 0.5rem;
}
@media print, screen and (min-width: 64.0625em) {
  .news-story__text h3,
.news-story__text h3:first-child {
    margin-top: 1rem;
  }
}

.pagination-box {
  width: 100%;
  padding-top: 1.5rem;
  padding-right: 1.25rem;
  padding-bottom: 3rem;
  padding-left: 1.25rem;
  margin-right: auto;
  margin-left: auto;
  max-width: 75rem;
}
@media print, screen and (min-width: 48.0625em) {
  .pagination-box {
    padding-top: 2rem;
  }
}
@media print, screen and (min-width: 64.0625em) {
  .pagination-box {
    padding-top: 2.5rem;
  }
}
@media print, screen and (min-width: 48.0625em) {
  .pagination-box {
    padding-bottom: 4rem;
  }
}
@media print, screen and (min-width: 64.0625em) {
  .pagination-box {
    padding-bottom: 7.5rem;
  }
}
.pagination-box nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.25rem 0;
}
@media print, screen and (min-width: 48.0625em) {
  .pagination-box nav {
    gap: 0.5rem;
  }
}
.pagination-box a {
  font-weight: 700;
  text-decoration: none;
  display: inline-block;
  padding: 0.5rem 0.8125rem;
}
.pagination-box a:hover, .pagination-box a:focus {
  text-decoration: underline;
}
.pagination-box .currentpage a {
  color: #000000;
  pointer-events: none;
  background-color: #eee;
}
@media print, screen and (max-width: 48.06125em) {
  .pagination-box a {
    font-size: 0;
    padding: 0;
  }
  .pagination-box span,
.pagination-box span > a {
    font-size: 1rem;
    padding: 0.5rem 0.8125rem;
  }
}

.promo-section article {
  overflow: hidden;
  margin-right: 1.25rem;
  margin-left: 1.25rem;
}
@media screen and (min-width: 88.75em) {
  .promo-section article {
    max-width: 85rem;
    margin-right: auto;
    margin-left: auto;
  }
}
.promo-section article.bg--red {
  background-color: #aa0000;
}
.promo-section article h2.h4 {
  text-transform: none;
}
.promo-section--text {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  max-width: 53.75rem;
}
.promo-section .cell + .cell {
  margin-top: 2rem;
}
@media print, screen and (min-width: 48.0625em) {
  .promo-section .cell + .cell {
    margin-top: 0;
  }
}
.promo-section .aspect-ratio-frame {
  max-width: 28.75rem;
}

.global-margin--15x + .promo-section.global-padding--5x {
  padding-top: 0;
}

.hero--basic + .promo-section .oho-animate--ready.fade-in-up {
  opacity: 1 !important;
  -webkit-transform: none !important;
          transform: none !important;
}

.related {
  margin-top: 2rem;
}
@media print, screen and (min-width: 48.0625em) {
  .related {
    margin-top: 2.5rem;
  }
}
@media print, screen and (min-width: 64.0625em) {
  .related {
    margin-top: 3rem;
  }
}

.slider-navigation {
  display: none;
}
.swiper-initialized .slider-navigation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 1rem;
  gap: 0.25rem;
}
@media print, screen and (min-width: 48.0625em) {
  .swiper-initialized .slider-navigation {
    margin-top: 1.5rem;
  }
}
.slider-navigation button {
  border-radius: 0.25rem;
  width: 2.5rem;
  height: 2.5rem;
  border: 2px solid #aa0000;
}
.slider-navigation button .far {
  font-size: 1.0625rem;
}
.slider-navigation button:hover, .slider-navigation button:focus {
  border: 2px solid #df3428;
}
@media print, screen and (min-width: 48.0625em) {
  .slider-navigation button {
    width: 3rem;
    height: 3rem;
  }
}
.program-comparison--modal .slider-navigation button, .bg--dark .slider-navigation button {
  background: #ffffff;
  border-color: #ffffff;
}
.program-comparison--modal .slider-navigation button .far, .bg--dark .slider-navigation button .far {
  color: #aa0000;
}
.program-comparison--modal .slider-navigation button:hover, .bg--dark .slider-navigation button:hover {
  border-color: #8ae0f2;
  background: #8ae0f2;
}
.program-comparison--modal .slider-navigation button:focus, .bg--dark .slider-navigation button:focus {
  border-color: #aa0000;
  background: #ffffff;
}

.swiper-wrapper {
  list-style: none;
}
.swiper-wrapper > li {
  list-style: none;
}

.slider-navigation:has(.swiper-button-disabled + .swiper-button-disabled) {
  display: none;
}

.slide-toggle {
  --slide-toggle-offset: 0;
  --slide-toggle-scale: 1;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
  padding: 0;
  list-style: none;
}
.slide-toggle__button {
  margin: 0;
  -webkit-transition: color 150ms cubic-bezier(0.42, 0.08, 0.06, 0.98);
  transition: color 150ms cubic-bezier(0.42, 0.08, 0.06, 0.98);
  background-color: transparent;
}
.slide-toggle--line {
  border-bottom: 0.0625em solid #000000;
}
.slide-toggle--line .slide-toggle__button {
  color: #000000;
}
.slide-toggle--line .slide-toggle__button[aria-selected=true] {
  color: #aa0000;
}
@supports (--css: variables) {
  .slide-toggle--line::after {
    bottom: 0;
    height: 0.3125em;
    -webkit-transform: translate(var(--slide-toggle-offset), 50%) scale(var(--slide-toggle-scale), 1);
            transform: translate(var(--slide-toggle-offset), 50%) scale(var(--slide-toggle-scale), 1);
    background-color: #aa0000;
  }
}
.slide-toggle--pill {
  padding: 1em;
  background-color: #440000;
}
.slide-toggle--pill .slide-toggle__button {
  position: relative;
  z-index: 1;
}
.slide-toggle--pill .slide-toggle__button:hover {
  background-color: #aa0000;
}
.slide-toggle--pill .slide-toggle__button[aria-selected=true] {
  background-color: #aa0000;
}
@supports (--css: variables) {
  .slide-toggle--pill::after {
    top: 1em;
    bottom: 1em;
    -webkit-transform: translateX(calc(var(--slide-toggle-offset) - 1em)) scale(var(--slide-toggle-scale), 1);
            transform: translateX(calc(var(--slide-toggle-offset) - 1em)) scale(var(--slide-toggle-scale), 1);
    background-color: #dd0000;
  }
}
@supports (--css: variables) {
  .slide-toggle::after {
    position: absolute;
    display: block;
    width: 100px;
    content: "";
    -webkit-transition: -webkit-transform 150ms cubic-bezier(0.42, 0.08, 0.06, 0.98);
    transition: -webkit-transform 150ms cubic-bezier(0.42, 0.08, 0.06, 0.98);
    transition: transform 150ms cubic-bezier(0.42, 0.08, 0.06, 0.98);
    transition: transform 150ms cubic-bezier(0.42, 0.08, 0.06, 0.98), -webkit-transform 150ms cubic-bezier(0.42, 0.08, 0.06, 0.98);
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
  }
  .slide-toggle .slide-toggle__button {
    background-color: transparent !important;
  }
}

.social-media {
  margin: 0;
  padding: 0;
  list-style: none;
}
.social-media li {
  display: inline-block;
}
.social-media a {
  display: block;
  margin: 0 0.25em;
  -webkit-transition: color 150ms cubic-bezier(0.42, 0.08, 0.06, 0.98);
  transition: color 150ms cubic-bezier(0.42, 0.08, 0.06, 0.98);
  font-size: 1.5rem;
}
.social-media a:hover {
  color: #440000;
}

.su-checkerboard {
  overflow: hidden;
}
.su-checkerboard--item {
  position: relative;
  max-width: 85rem;
}
@media screen and (min-width: 56.25em) {
  .su-checkerboard--item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 2.5rem;
    margin-right: 1.25rem;
    margin-left: 1.25rem;
  }
}
@media screen and (min-width: 75.0625em) {
  .su-checkerboard--item {
    gap: 4rem;
  }
}
@media screen and (min-width: 87.5em) {
  .su-checkerboard--item {
    margin-right: auto;
    margin-left: auto;
  }
}
.su-checkerboard--item > figure {
  margin: 0;
  position: relative;
}
@media screen and (min-width: 47.5em) {
  .su-checkerboard--item > figure {
    margin-right: 1.25rem;
    margin-left: 1.25rem;
  }
}
@media screen and (min-width: 56.25em) {
  .su-checkerboard--item > figure {
    margin-right: 0;
    margin-left: 0;
    -ms-flex-preferred-size: calc(50% + 55px);
        flex-basis: calc(50% + 55px);
    min-width: calc(50% + 55px);
  }
}
@media print, screen and (max-width: 48.06125em) {
  .su-checkerboard--item .aspect-ratio-frame {
    -webkit-box-shadow: 3px 3px 8px 0 rgba(104, 104, 104, 0.2);
            box-shadow: 3px 3px 8px 0 rgba(104, 104, 104, 0.2);
  }
}
.su-checkerboard--item > figure > a {
  display: block;
  position: relative;
}
.su-checkerboard--item > figure > a .play-button {
  opacity: 1;
  overflow: visible;
  width: 2rem;
  height: 2rem;
  -webkit-filter: drop-shadow(0px 0px 5px rgba(0, 0, 0, 0.25));
          filter: drop-shadow(0px 0px 5px rgba(0, 0, 0, 0.25));
}
@media print, screen and (min-width: 48.0625em) {
  .su-checkerboard--item > figure > a .play-button {
    width: 2.5rem;
    height: 2.5rem;
  }
}
@media print, screen and (min-width: 64.0625em) {
  .su-checkerboard--item > figure > a .play-button {
    width: 3rem;
    height: 3rem;
  }
}
.su-checkerboard--item > figure > a .play-button path {
  -webkit-transition: fill 0.3s ease-in-out;
  transition: fill 0.3s ease-in-out;
}
.su-checkerboard--item > figure > a:hover .play-button path, .su-checkerboard--item > figure > a:focus .play-button path {
  fill: #62dbbc;
}
.su-checkerboard--item figcaption {
  margin-right: 1.25rem;
  margin-left: 1.25rem;
}
@media screen and (min-width: 47.5em) {
  .su-checkerboard--item figcaption {
    margin-right: 0;
    margin-left: 0;
  }
}
.su-checkerboard--text {
  margin-right: 1.25rem;
  margin-left: 1.25rem;
  margin-top: 1.5rem;
}
@media screen and (min-width: 47.5em) {
  .su-checkerboard--text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 1.5rem;
    margin-top: 2rem;
  }
}
@media screen and (min-width: 56.25em) {
  .su-checkerboard--text {
    margin-top: 0;
    margin-right: 0;
    margin-left: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media print, screen and (min-width: 64.0625em) {
  .su-checkerboard--text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.su-checkerboard--text__main h3 {
  font-family: Montserrat, Gill Sans, sans-serif;
  font-size: 1.75rem;
  font-weight: 700;
  line-height: 1.4;
}
@media print, screen and (min-width: 64.0625em) {
  .su-checkerboard--text__main h3 {
    font-size: 2.5rem;
  }
}
@media print, screen and (min-width: 64.0625em) {
  .su-checkerboard--text__main .funderline-list {
    font-size: 1.0625rem;
  }
}
@media screen and (min-width: 47.5em) {
  .su-checkerboard--text__main {
    -ms-flex-preferred-size: 66%;
        flex-basis: 66%;
  }
  .su-checkerboard--text__main:only-child {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
}
@media screen and (min-width: 56.25em) {
  .su-checkerboard--text__main {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
  }
  .su-checkerboard--text__main:only-child {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
  }
}
@media print, screen and (min-width: 64.0625em) {
  .su-checkerboard--text__main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    height: 100%;
  }
}
.su-checkerboard--stat-fact {
  padding: 1.5rem;
  margin-top: 1.5rem;
}
@media screen and (min-width: 47.5em) {
  .su-checkerboard--stat-fact {
    margin-top: 0;
    -ms-flex-preferred-size: 34%;
        flex-basis: 34%;
    height: 100%;
  }
}
@media screen and (min-width: 56.25em) {
  .su-checkerboard--stat-fact {
    margin-top: 2.5rem;
    height: auto;
  }
}
.su-checkerboard--stat-fact .icon-figure {
  margin: 0;
  max-width: 4.375rem;
}
@media print, screen and (min-width: 64.0625em) {
  .su-checkerboard--stat-fact {
    position: absolute;
    bottom: 24px;
    width: 16.25rem;
  }
}
@media screen and (min-width: 75.0625em) {
  .su-checkerboard--stat-fact {
    right: calc(50% - 24px);
  }
}
.su-checkerboard--stat-fact .stat-figure {
  margin: 0;
}
.su-checkerboard--stat-fact .stat {
  color: #fdb913;
  font-size: 3.5rem;
  line-height: 1;
}
@media print, screen and (min-width: 64.0625em) {
  .su-checkerboard--stat-fact .stat {
    font-size: 4rem;
  }
}
.su-checkerboard--stat-fact .global-spacing--3x p {
  font-family: Montserrat, Gill Sans, sans-serif;
  font-size: 0.8125rem;
  font-weight: 500;
  line-height: 1.65;
}
@media print, screen and (min-width: 64.0625em) {
  .su-checkerboard--stat-fact .global-spacing--3x p {
    font-size: 0.9375rem;
  }
}
.su-checkerboard--stat-fact .global-spacing--1x p {
  font-family: Montserrat, Gill Sans, sans-serif;
  font-size: 0.6875rem;
  font-weight: 500;
  line-height: 1.75;
}
@media print, screen and (min-width: 64.0625em) {
  .su-checkerboard--stat-fact .global-spacing--1x p {
    font-size: 0.8125rem;
  }
}

.su-checkerboard--item {
  margin-top: 2rem;
}
@media print, screen and (min-width: 48.0625em) {
  .su-checkerboard--item {
    margin-top: 3rem;
  }
}
@media print, screen and (min-width: 64.0625em) {
  .su-checkerboard--item {
    margin-top: 4rem;
  }
}
.su-checkerboard--item:first-of-type {
  margin-top: 2rem;
}
@media print, screen and (min-width: 48.0625em) {
  .su-checkerboard--item:first-of-type {
    margin-top: 2.5rem;
  }
}
@media print, screen and (min-width: 64.0625em) {
  .su-checkerboard--item:first-of-type {
    margin-top: 3rem;
  }
}

.su-checkerboard--item:nth-of-type(odd) .su-checkerboard--text__main.oho-animate--ready {
  -webkit-transform: translateY(5rem);
          transform: translateY(5rem);
  opacity: 0;
}
@media screen and (min-width: 56.25em) {
  .su-checkerboard--item:nth-of-type(odd) .su-checkerboard--text__main.oho-animate--ready {
    -webkit-transform: translateX(5rem);
            transform: translateX(5rem);
  }
}
@media screen and (min-width: 75em) {
  .su-checkerboard--item:nth-of-type(odd) .su-checkerboard--text__main {
    padding-right: calc(50vw - 600px);
  }
}
@media screen and (min-width: 87.5em) {
  .su-checkerboard--item:nth-of-type(odd) .su-checkerboard--text__main {
    padding-right: 80px;
  }
}
@media print, screen and (min-width: 64.0625em) {
  .su-checkerboard--item:nth-of-type(odd) .su-checkerboard--stat-fact {
    right: calc(50% - 79px);
  }
}
@media screen and (min-width: 75em) {
  .su-checkerboard--item:nth-of-type(odd) figcaption {
    padding-left: calc(50vw - 600px);
  }
}
@media screen and (min-width: 87.5em) {
  .su-checkerboard--item:nth-of-type(odd) figcaption {
    padding-left: 80px;
  }
}

@media screen and (min-width: 56.25em) {
  .su-checkerboard--item:nth-of-type(even) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}
@media screen and (min-width: 47.5em) {
  .su-checkerboard--item:nth-of-type(even) .su-checkerboard--text {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}
@media screen and (min-width: 56.25em) {
  .su-checkerboard--item:nth-of-type(even) .su-checkerboard--text {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.su-checkerboard--item:nth-of-type(even) .su-checkerboard--text__main.oho-animate--ready {
  -webkit-transform: translateY(5rem);
          transform: translateY(5rem);
  opacity: 0;
}
@media screen and (min-width: 56.25em) {
  .su-checkerboard--item:nth-of-type(even) .su-checkerboard--text__main.oho-animate--ready {
    -webkit-transform: translateX(-5rem);
            transform: translateX(-5rem);
  }
}
@media screen and (min-width: 75em) {
  .su-checkerboard--item:nth-of-type(even) .su-checkerboard--text__main {
    margin-left: calc(50vw - 600px);
  }
}
@media screen and (min-width: 87.5em) {
  .su-checkerboard--item:nth-of-type(even) .su-checkerboard--text__main {
    margin-left: 100px;
  }
}
@media print, screen and (min-width: 64.0625em) {
  .su-checkerboard--item:nth-of-type(even) .su-checkerboard--stat-fact {
    left: calc(50% - 79px);
  }
}
@media screen and (min-width: 75em) {
  .su-checkerboard--item:nth-of-type(even) figcaption {
    padding-right: calc(50vw - 600px);
    text-align: right;
  }
}
@media screen and (min-width: 87.5em) {
  .su-checkerboard--item:nth-of-type(even) figcaption {
    padding-right: 100px;
  }
}

.stat-figure + .icon-figure {
  margin-top: 0.5rem;
}

@media print, screen and (max-width: 48.06125em) {
  .su-checkerboard--item + .su-checkerboard--item {
    padding-top: 2rem;
  }
  .su-checkerboard--item + .su-checkerboard--item::before {
    content: "";
    display: block;
    background-color: #eaeaea;
    height: 4px;
    position: absolute;
    top: 0;
    left: 20px;
    width: calc(100% - 40px);
  }
}

@media print, screen and (max-width: 48.06125em) {
  .tabs {
    padding: 0 1.25rem 2.875rem;
  }
}
.tabs__buttons {
  display: none;
  margin: 0;
}
@media print, screen and (min-width: 48.0625em) {
  .tabs__buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 75rem;
    margin: 0;
    padding: 0 1.25rem;
    list-style: none;
    gap: 0.5rem;
  }
  :root:not(.oho-js) .tabs__buttons {
    display: none;
  }
}
@media screen and (min-width: 75em) {
  .tabs__buttons {
    margin: 0 auto;
  }
}
@media print, screen and (min-width: 48.0625em) {
  .tabs__button {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    -webkit-transition: color 0.5s cubic-bezier(0.82, 0.06, 0.14, 0.97), background 0.5s cubic-bezier(0.82, 0.06, 0.14, 0.97), border 0.5s cubic-bezier(0.82, 0.06, 0.14, 0.97);
    transition: color 0.5s cubic-bezier(0.82, 0.06, 0.14, 0.97), background 0.5s cubic-bezier(0.82, 0.06, 0.14, 0.97), border 0.5s cubic-bezier(0.82, 0.06, 0.14, 0.97);
    font-family: "Montserrat", "Gill Sans", sans-serif;
    border-width: 0.125rem;
    border-radius: 0.25rem;
    border-style: solid;
    display: inline-block;
    position: relative;
    z-index: 2;
    line-height: 1.1;
    text-decoration: none;
    font-weight: 600;
    font-size: 1.0625rem;
    line-height: 1.25;
    padding: 1rem 2rem;
    border-color: #aa0000;
    color: #ffffff;
    background: #aa0000;
    background: #f7f7f7;
    color: #000000;
    border-color: #f7f7f7;
    padding: 1rem;
  }
  .tabs__button:hover, .tabs__button:focus {
    text-decoration: none;
    outline: none;
  }
  .tabs__button:focus {
    -webkit-box-shadow: 0 0 2px 3px rgba(74, 164, 247, 0.8);
            box-shadow: 0 0 2px 3px rgba(74, 164, 247, 0.8);
  }
  .tabs__button:disabled {
    cursor: not-allowed;
    pointer-events: none;
    opacity: 0.6;
  }
  .tabs__button::before, .tabs__button::after {
    color: #ffffff;
  }
  .tabs__button:hover, .tabs__button:focus {
    color: #ffffff;
    border-color: #df3428;
    background: #df3428;
  }
  .tabs__button:hover::before, .tabs__button:hover::after, .tabs__button:focus::before, .tabs__button:focus::after {
    color: #ffffff;
  }
  .tabs__button:focus {
    color: #000000;
    border-color: #aa0000;
    background: #ffffff;
  }
  .tabs__button[aria-selected=true] {
    color: #000000;
    border-color: #aa0000;
    background: #ffffff;
    pointer-events: none;
  }
}
@media print, screen and (min-width: 48.0625em) {
  .tabs .accordion {
    display: block;
    margin-top: 0;
  }
  .tabs .accordion::before, .tabs .accordion::after {
    display: table;
    content: " ";
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .tabs .accordion::after {
    clear: both;
  }
  .tabs .accordion[aria-hidden=true] {
    display: none;
  }
  .tabs .accordion__button {
    display: none;
  }
  :root:not(.oho-js) .tabs .accordion__button {
    display: block;
  }
  .tabs .accordion__content {
    padding: 0;
  }
}

.bg--dark .tabs__button {
  color: #000000;
  background: #ffffff;
  border-color: #ffffff;
}
.bg--dark .tabs__button:hover {
  background: #8ae0f2;
  border-color: #8ae0f2;
}
.bg--dark .tabs__button:focus {
  background: #ffffff;
  border-color: #aa0000;
}
.bg--dark .tabs__button[aria-selected=true] {
  color: #ffffff;
  border-color: #8ae0f2;
  background: transparent;
}

.tags ul {
  display: inline-block;
  margin: 0;
  padding: 0;
  list-style: none;
  font-family: "Montserrat", "Gill Sans", sans-serif;
}
@media print, screen and (max-width: 48.06125em) {
  .tags ul {
    font-size: 0.875rem;
  }
}
.tags li {
  display: inline-block;
}

.tags__ghost ul,
.tags__links ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0.25rem;
}
@media print, screen and (min-width: 48.0625em) {
  .tags__ghost ul,
.tags__links ul {
    gap: 0.5rem;
  }
}

.tags__ghost li {
  border: 1.5px solid #c4c4c4;
  border-radius: 2px;
  padding: 0.25rem 0.5rem;
  color: #aa0000;
}
@media print, screen and (min-width: 48.0625em) {
  .tags__ghost li {
    padding: 0.375rem 0.75rem;
  }
}

.tags__links a {
  display: inline-block;
  border: 1.5px solid #c4c4c4;
  border-radius: 2px;
  padding: 0.25rem 0.5rem;
  color: #aa0000;
  text-decoration: none;
}
@media print, screen and (min-width: 48.0625em) {
  .tags__links a {
    padding: 0.375rem 0.75rem;
  }
}
.tags__links a:hover, .tags__links a:focus {
  text-decoration: none;
  border-color: #aa0000;
}

.bg--dark .tags__links a {
  color: #ffffff;
  border-color: #8ae0f2;
}
.bg--dark .tags__links a:hover, .bg--dark .tags__links a:focus {
  border-color: #ffffff;
}

.testimonial-section {
  padding-top: 3rem;
}
@media print, screen and (min-width: 48.0625em) {
  .testimonial-section {
    padding-top: 4rem;
  }
}
@media print, screen and (min-width: 64.0625em) {
  .testimonial-section {
    padding-top: 7.5rem;
  }
}
.testimonial-section h2 {
  margin-bottom: 0;
}
.testimonial-section article {
  margin-top: 2.75rem;
  background-color: #004250;
}
@media print, screen and (min-width: 48.0625em) {
  .testimonial-section article {
    margin-top: 4.25rem;
  }
}
.testimonial-container {
  padding-bottom: 2.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media print, screen and (min-width: 48.0625em) {
  .testimonial-container {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    margin: 0 1.25rem;
  }
}
@media screen and (min-width: 77.5em) {
  .testimonial-container {
    margin-right: 2.5rem;
    margin-left: 2.5rem;
  }
}
@media screen and (min-width: 90em) {
  .testimonial-container {
    max-width: 85rem;
    margin-right: auto;
    margin-left: auto;
  }
}
.testimonial-container .aspect-ratio-frame {
  margin: -1.25rem 1.25rem 0;
  -webkit-filter: drop-shadow(4px 4px 10px rgba(101, 101, 101, 0.2));
          filter: drop-shadow(4px 4px 10px rgba(101, 101, 101, 0.2));
  width: calc(100% - 40px);
  min-width: calc(100% - 40px);
  max-width: calc(100% - 40px);
}
.testimonial-container .aspect-ratio-frame.oho-animate--ready {
  -webkit-transform: scale(0.8);
          transform: scale(0.8);
}
@media screen and (min-width: 34.125em) {
  .testimonial-container .aspect-ratio-frame {
    width: 27.25rem;
    min-width: 27.25rem;
    max-width: 27.25rem;
  }
}
@media print, screen and (min-width: 48.0625em) {
  .testimonial-container .aspect-ratio-frame {
    width: 27.25rem;
    min-width: 27.25rem;
    margin: -1.25rem 0 0;
  }
}
.testimonial__text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 1.25rem 1.25rem 0;
}
@media print, screen and (min-width: 48.0625em) {
  .testimonial__text {
    padding-top: 3rem;
    padding-left: 3rem;
  }
}
@media screen and (min-width: 77.5em) {
  .testimonial__text {
    padding-right: 6.25rem;
  }
}
.testimonial__text blockquote {
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1;
  background-color: transparent;
  padding: 0;
}
.testimonial__text h3,
.testimonial__text h3:first-child {
  margin-top: 1rem;
}
@media print, screen and (min-width: 48.0625em) {
  .testimonial__text h3,
.testimonial__text h3:first-child {
    margin-top: 1.5rem;
  }
}

.tooltip > * {
  display: inline;
}

.tooltip {
  position: relative;
  z-index: 3;
}
.tooltip p, .tooltip {
  font-family: Montserrat, Gill Sans, sans-serif;
  font-size: 0.8125rem;
  font-weight: 500;
  line-height: 1.65;
}
@media print, screen and (min-width: 64.0625em) {
  .tooltip p, .tooltip {
    font-size: 0.9375rem;
  }
}

.tooltip__toggle {
  padding: 0;
  color: #aa0000;
  background: none;
  overflow: visible;
  padding: 0.1875rem;
  width: 1.5625rem;
  height: 1.5625rem;
}
.tooltip__toggle:hover {
  background: none;
  color: #0066bf;
}
.tooltip__toggle:focus {
  background: none;
  color: #0066bf;
}
.tooltip--open .tooltip__toggle i::before {
  content: "\f00d";
}
.tooltip--open .tooltip__toggle::before {
  content: "▲";
  width: 1.5625rem;
  height: 1.5625rem;
  -webkit-transform: translateY(13px) translateX(1%);
          transform: translateY(13px) translateX(1%);
  position: absolute;
  right: 0;
  color: white;
  font-size: 23px;
  text-shadow: 0px -3px 5px rgba(0, 0, 0, 0.08);
}

.tooltip--open {
  z-index: 4;
}

.tooltip__content {
  display: none;
  border-top: 0.625rem solid transparent;
  position: absolute;
  width: 26rem;
  max-width: 80vw;
  text-align: center;
  margin-top: -8px;
  margin-left: calc(var(--tooltip-viewport-offset) - 20px);
}
@media screen and (min-width: 48.0625em) {
  .tooltip__content {
    width: 12rem;
  }
}
.tooltip--open .tooltip__content {
  display: block;
}

.tooltip__content__inner {
  padding: 0.5rem;
  background: #ffffff;
  -webkit-box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.21);
          box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.21);
  color: #000000;
}
@media screen and (min-width: 48.0625em) {
  .tooltip__content__inner {
    padding: 1rem;
  }
}

.checkbox-container .tooltip {
  position: absolute;
}
.checkbox-container .tooltip__content {
  -webkit-transform: translateX(-40px);
          transform: translateX(-40px);
}
.checkbox-container [type=checkbox] + label,
.checkbox-container [type=radio] + label {
  display: inline;
}
.checkbox-container .tooltip--open .tooltip__toggle:before,
.checkbox-container .tooltip--open .tooltip__toggle:after {
  -webkit-transform: translateY(20px) translateX(3%);
          transform: translateY(20px) translateX(3%);
}

[data-tooltip-active=true] {
  z-index: 5 !important;
}

.tuition-fees-section .tabs {
  margin-top: 2rem;
}
@media print, screen and (min-width: 48.0625em) {
  .tuition-fees-section .tabs {
    margin-top: 2.5rem;
  }
}
@media print, screen and (min-width: 64.0625em) {
  .tuition-fees-section .tabs {
    margin-top: 3rem;
  }
}
.tuition-fees--tab-content {
  padding-top: 2rem;
}
@media print, screen and (min-width: 48.0625em) {
  .tuition-fees--tab-content {
    padding-top: 2.5rem;
  }
}
@media print, screen and (min-width: 64.0625em) {
  .tuition-fees--tab-content {
    padding-top: 3rem;
  }
}
.tuition-fees--tab-content-text {
  max-width: 53.75rem;
}
.tuition-fees--tab-content-text + .tuition-fee-table {
  margin-top: 1.5rem;
}
@media print, screen and (min-width: 48.0625em) {
  .tuition-fees--tab-content-text + .tuition-fee-table {
    margin-top: 2rem;
  }
}
@media print, screen and (min-width: 64.0625em) {
  .tuition-fees--tab-content-text + .tuition-fee-table {
    margin-top: 2.5rem;
  }
}

@media print, screen and (min-width: 48.0625em) {
  .tuition-fee-table {
    -webkit-box-shadow: 3px 3px 8px 0 rgba(104, 104, 104, 0.2);
            box-shadow: 3px 3px 8px 0 rgba(104, 104, 104, 0.2);
  }
}
@media print, screen and (max-width: 48.06125em) {
  .tuition-fee-table--row {
    padding: 0 1rem;
  }
}
@media print, screen and (min-width: 48.0625em) {
  .tuition-fee-table--row {
    padding-right: 2.5rem;
    padding-left: 2.5rem;
  }
}
.tuition-fee-table--row + .tuition-fee-table--row .tuition-fee-table--row__text {
  border-top: 1px solid #d4d4d4;
}
@media print, screen and (max-width: 48.06125em) {
  .tuition-fee-table--title-row {
    padding: 0 1rem;
    font-family: Montserrat, Gill Sans, sans-serif;
    font-size: 1.0625rem;
    font-weight: 700;
    line-height: 1.4;
  }
}
@media print, screen and (max-width: 48.06125em) and (min-width: 64.0625em) {
  .tuition-fee-table--title-row {
    font-size: 1.1875rem;
  }
}
@media print, screen and (max-width: 48.06125em) {
  .tuition-fee-table--title-row .narrow {
    display: none;
  }
}
@media print, screen and (min-width: 48.0625em) {
  .tuition-fee-table--title-row {
    background-color: #024e5f;
    color: #ffffff;
    font-weight: 700;
    padding: 0 2.5rem;
  }
}
.tuition-fee-table--title-row + .tuition-fee-table--row .tuition-fee-table--row__text {
  border: none;
}
.tuition-fee-table--row__text {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
@media print, screen and (min-width: 48.0625em) {
  .tuition-fee-table--row__text {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }
}
@media print, screen and (max-width: 48.06125em) {
  .tuition-fee-table--row__text .narrow {
    margin-top: 0.25rem;
  }
  .tuition-fee-table--row__text .narrow span {
    font-family: Montserrat, Gill Sans, sans-serif;
    font-size: 0.8125rem;
    font-weight: 500;
    line-height: 1.65;
    font-weight: 700;
    display: block;
  }
}
@media print, screen and (max-width: 48.06125em) and (min-width: 64.0625em) {
  .tuition-fee-table--row__text .narrow span {
    font-size: 0.9375rem;
  }
}
@media print, screen and (min-width: 48.0625em) {
  .tuition-fee-table--row__text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 3.7%;
  }
  .tuition-fee-table--row__text .wide {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .tuition-fee-table--row__text .narrow {
    -ms-flex-preferred-size: 18.5%;
        flex-basis: 18.5%;
  }
  .tuition-fee-table--row__text .narrow span {
    position: absolute !important;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px);
    width: 1px;
    height: 1px;
  }
}
@media print, screen and (max-width: 48.06125em) {
  .tuition-fee-table--title-row .tuition-fee-table--row__text {
    padding-bottom: 0;
  }
}

.tabs .tuition-fees--tab-content .accordion + .accordion {
  margin-top: 0.5rem;
}
.tabs .tuition-fees--tab-content .accordion__button {
  display: block;
}

@media print, screen and (max-width: 48.06125em) {
  .tuition-fees-section .tabs > .accordion--mobile.accordion--open {
    margin-top: 0;
    position: fixed;
    z-index: 10;
    top: 0;
    left: 0;
    height: 100vh;
    width: 100vw;
    background-color: #eee;
    padding-right: 1rem;
    padding-left: 1rem;
    border: none;
    border-radius: 0;
  }
  .tuition-fees-section .tabs > .accordion--mobile.accordion--open::after {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 16px;
    background: #eee;
  }
  .tuition-fees-section .tabs > .accordion--mobile.accordion--open > .accordion__button {
    position: fixed;
    width: calc(100% - 32px);
  }
  .tuition-fees-section .tabs > .accordion--mobile.accordion--open > .accordion__content {
    background-color: #ffffff;
    height: 100vh;
    overflow: auto;
    padding-top: 40px;
    padding-right: 0;
    padding-bottom: 80px;
    padding-left: 0;
  }
  .tuition-fees-section .tabs > .accordion--mobile.accordion--open > .accordion__content .accordion__content {
    padding: 0;
  }
}

body.special-accordion-open {
  overflow: hidden;
}

.university-values--section {
  background-color: #004250;
}

.university-values--intro {
  position: relative;
  min-height: 31.25rem;
}
.university-values--intro .aspect-ratio-frame {
  max-height: 47.125rem;
}
.university-values--intro .aspect-ratio-frame img {
  z-index: 1;
}
.university-values--intro .aspect-ratio-frame::after {
  content: "";
  display: block;
  position: absolute;
  z-index: 2;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 75%;
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgb(0, 66, 80)), to(rgba(0, 66, 80, 0)));
  background-image: linear-gradient(to top, rgb(0, 66, 80), rgba(0, 66, 80, 0));
}
.university-values--intro .university-values--intro-text {
  position: absolute;
  z-index: 3;
  left: 0;
  width: 100%;
  bottom: 0;
}

.university-values--tabs .accordion__content article {
  background-color: #005a6d;
}
@media print, screen and (max-width: 48.06125em) {
  .university-values--tabs .accordion__content {
    background-color: #005a6d;
  }
  .university-values--tabs .accordion__content .testimonial-container .aspect-ratio-frame {
    margin-top: 0;
  }
}
.university-values--tabs > .tabs .accordion--mobile .accordion__button:disabled + .accordion__content {
  padding-top: 2rem;
}
@media print, screen and (min-width: 48.0625em) {
  .university-values--tabs > .tabs .accordion--mobile .accordion__button:disabled + .accordion__content {
    padding-top: 3rem;
  }
}
@media print, screen and (min-width: 64.0625em) {
  .university-values--tabs > .tabs .accordion--mobile .accordion__button:disabled + .accordion__content {
    padding-top: 4rem;
  }
}
.university-values--tabs .accordion__button[aria-expanded=true] {
  border: 2px solid #8ae0f2;
  background-color: #005a6d;
  border-radius: 4px;
}

.bg--dark .university-values--tabs .accordion--open {
  border-color: transparent;
}

.card--event {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.card--event .card__media {
  width: auto;
}
.card--event .date-block {
  padding: 0.5rem;
  color: #ffffff;
  background-color: #440000;
}
@media print, screen and (min-width: 64.0625em) {
  .card--event .date-block {
    padding: 1rem;
  }
}
.card--event .text-margin-reset p {
  margin-top: 0.5rem;
}
@media print, screen and (min-width: 64.0625em) {
  .card--event .text-margin-reset p {
    margin-top: 1rem;
  }
}
.card--event .text-margin-reset .icon-list {
  margin-top: 0.5rem;
}

.card--listing--event .grid-x {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media print, screen and (min-width: 48.0625em) {
  .card--listing--event .grid-x {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
}
.card--listing--event .card--event__content__column {
  padding-right: 2.5rem;
  padding-left: 2.5rem;
}
@media print, screen and (min-width: 48.0625em) {
  .card--listing--event {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

.card--featured-event .card__content {
  width: 100%;
}
.card--featured-event .card--event__content__column {
  margin-top: 0.5rem;
}
@media print, screen and (min-width: 64.0625em) {
  .card--featured-event .card--event__content__column {
    margin-top: 1rem;
  }
}

.card--news .date,
.card--news p,
.card--news .tags {
  margin-top: 0.5rem;
  display: block;
}
@media print, screen and (min-width: 64.0625em) {
  .card--news .date,
.card--news p,
.card--news .tags {
    margin-top: 1rem;
  }
}
.card--news .date + p {
  margin-top: 1rem;
}
@media print, screen and (min-width: 48.0625em) {
  .card--news .date + p {
    margin-top: 1.5rem;
  }
}

@media print, screen and (min-width: 48.0625em) {
  .card--listing--news {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .card--listing--news .card__content__inner {
    padding: 0 20px 0 0;
  }
  .card--listing--news .card__media {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 25%;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 0;
  }
  .card--listing--news .card__content {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .card--listing--news img {
    display: block;
  }
}

.card--profile h2,
.card--profile h3 {
  margin: 0;
}
.card--profile p,
.card--profile .positions {
  margin-top: 0.5rem;
  display: block;
  margin-bottom: 0;
}
@media print, screen and (min-width: 64.0625em) {
  .card--profile p,
.card--profile .positions {
    margin-top: 1rem;
  }
}
.card--profile .btn {
  margin-top: 0.5rem;
  margin-bottom: 0;
}
@media print, screen and (min-width: 64.0625em) {
  .card--profile .btn {
    margin-top: 1rem;
  }
}

@media print, screen and (min-width: 48.0625em) {
  .card--listing--profile {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .card--listing--profile .card__content__inner {
    padding: 0 20px 0 0;
  }
  .card--listing--profile .card__media {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 0;
  }
  .card--listing--profile .card__content {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
  .card--listing--profile img {
    display: block;
  }
}

.listing__rows-items li {
  padding-left: 0;
}

ol.listing__rows > li::before,
ol.listing__rows-items > li::before {
  content: none;
}

.program-listing-item {
  padding-top: 1rem;
  padding-bottom: 1rem;
  width: 100%;
  color: #000000;
}
@media print, screen and (min-width: 48.0625em) {
  .program-listing-item {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }
}
.program-listing-item h3 {
  font-family: Montserrat, Gill Sans, sans-serif;
  font-size: 1.3125rem;
  font-weight: 700;
  line-height: 1.4;
}
@media print, screen and (min-width: 64.0625em) {
  .program-listing-item h3 {
    font-size: 1.5rem;
  }
}
.program-listing-item .link-arrow {
  display: block;
}
.program-listing-item .grid-x {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.program-listing-item ol,
.program-listing-item li {
  margin: 0;
  padding: 0;
  width: 100%;
}

.program-listing-item {
  color: #000000;
  width: 100%;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
@media print, screen and (min-width: 48.0625em) {
  .program-listing-item {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }
}
@media print, screen and (min-width: 48.0625em) {
  .program-listing-item__secondary-heading {
    display: none;
  }
  .program-listing-item__secondary-heading + h4,
.program-listing-item__secondary-heading + p {
    margin: 0;
  }
}
.program-listing-item p {
  margin-top: 10px;
}
@media print, screen and (min-width: 48.0625em) {
  .program-listing-item p {
    margin-top: 0;
  }
}
.program-listing-item .btn--compare {
  padding: 1.25rem 1.875rem 0.85rem;
}

.program-header {
  display: none;
}
@media print, screen and (min-width: 48.0625em) {
  .program-header {
    display: block;
  }
}
@media print, screen and (min-width: 48.0625em) {
  .program-header__container {
    padding-left: 6.25rem;
  }
}

.program-header__container,
.program-listing-item__grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  margin-right: -1.25rem;
  margin-left: -1.25rem;
}

@media print, screen and (min-width: 48.0625em) {
  .program-header__column--program,
.program-listing-item__column--program {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: calc(20% - 2.5rem);
    margin-left: 1.25rem;
    margin-right: 1.25rem;
  }
}
@media print, screen and (min-width: 48.0625em) {
  .program-header__column--level,
.program-listing-item__column--level {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: calc(20% - 2.5rem);
    margin-left: 1.25rem;
    margin-right: 1.25rem;
  }
}
@media print, screen and (min-width: 48.0625em) {
  .program-header__column--degree,
.program-listing-item__column--degree {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: calc(20% - 2.5rem);
    margin-left: 1.25rem;
    margin-right: 1.25rem;
  }
}
@media print, screen and (min-width: 48.0625em) {
  .program-header__column--type,
.program-listing-item__column--type {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: calc(20% - 2.5rem);
    margin-left: 1.25rem;
    margin-right: 1.25rem;
  }
}
@media print, screen and (min-width: 48.0625em) {
  .program-header__column--location,
.program-listing-item__column--location {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: calc(20% - 2.5rem);
    margin-left: 1.25rem;
    margin-right: 1.25rem;
  }
}
@media print, screen and (min-width: 48.0625em) {
  .program-header__column--compare,
.program-listing-item__column--compare {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: calc(20% - 2.5rem);
    margin-left: 1.25rem;
    margin-right: 1.25rem;
  }
}

.card--story h2,
.card--story h3 {
  margin: 0;
}
.card--story .subject-info,
.card--story p,
.card--story .tags {
  margin-top: 0.5rem;
  display: block;
  margin-bottom: 0;
}
@media print, screen and (min-width: 64.0625em) {
  .card--story .subject-info,
.card--story p,
.card--story .tags {
    margin-top: 1rem;
  }
}
.card--story .btn {
  margin-top: 0.5rem;
  margin-bottom: 0;
}
@media print, screen and (min-width: 64.0625em) {
  .card--story .btn {
    margin-top: 1rem;
  }
}
.card--story .quote {
  font-weight: 500;
  font-style: italic;
}

.subject-info:not(:first-child) {
  margin-top: 1.875rem;
}
.subject-info span {
  display: block;
}
.subject-info span:not(:first-child) {
  margin-top: 0.625rem;
}
.subject-info__name {
  font-weight: 600;
}
.subject-info__meta {
  color: #595959;
}

@media print, screen and (min-width: 48.0625em) {
  .card--listing--story {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .card--listing--story .card__content__inner {
    padding: 0 20px 0 0;
  }
  .card--listing--story .card__media {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 25%;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 0;
  }
  .card--listing--story .card__content {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .card--listing--story img {
    display: block;
  }
}

.admissions-process--step:nth-child(1) .eyebrow span:not(:nth-child(1)) {
  display: none;
}
.admissions-process--step:nth-child(2) .eyebrow span:not(:nth-child(2)) {
  display: none;
}
.admissions-process--step:nth-child(3) .eyebrow span:not(:nth-child(3)) {
  display: none;
}
.admissions-process--step:nth-child(4) .eyebrow span:not(:nth-child(4)) {
  display: none;
}
.admissions-process--step:nth-child(5) .eyebrow span:not(:nth-child(5)) {
  display: none;
}
.admissions-process--step:nth-child(6) .eyebrow span:not(:nth-child(6)) {
  display: none;
}
.admissions-process--step:nth-child(7) .eyebrow span:not(:nth-child(7)) {
  display: none;
}
.admissions-process--step:nth-child(8) .eyebrow span:not(:nth-child(8)) {
  display: none;
}
.admissions-process--step:nth-child(9) .eyebrow span:not(:nth-child(9)) {
  display: none;
}
.admissions-process--step:nth-child(10) .eyebrow span:not(:nth-child(10)) {
  display: none;
}
@media print, screen and (min-width: 64.0625em) {
  .admissions-process--step {
    padding-top: 6.25rem;
    padding-bottom: 6.25rem;
  }
}
.admissions-process--step .eyebrow {
  font-family: Montserrat, Gill Sans, sans-serif;
  font-size: 1.125rem;
  font-weight: 800;
  text-transform: uppercase;
  line-height: 1;
  color: #008765;
}
@media print, screen and (min-width: 64.0625em) {
  .admissions-process--step .eyebrow {
    font-size: 1.75rem;
  }
}
.admissions-process--step h2 {
  margin: 0.5rem 0 0;
}
.admissions-process--step:nth-child(odd) {
  background-color: #f7f7f7;
}
.admissions-process--step:nth-child(odd) .wysiwyg blockquote,
.admissions-process--step:nth-child(odd) .callout {
  background-color: #ffffff;
}
.admissions-process--step::before {
  display: none;
}

li.admissions-process--step {
  padding-left: 0;
}

.hero--general {
  padding-top: 3rem;
}
@media print, screen and (min-width: 48.0625em) {
  .hero--general {
    padding-top: 4rem;
  }
}
@media print, screen and (min-width: 64.0625em) {
  .hero--general {
    padding-top: 7.5rem;
  }
}

.general__hero-photo {
  margin-top: 2rem;
}
@media print, screen and (min-width: 48.0625em) {
  .general__hero-photo {
    margin-top: 2.5rem;
  }
}
@media print, screen and (min-width: 64.0625em) {
  .general__hero-photo {
    margin-top: 3rem;
  }
}
.general__hero-photo .aspect-ratio-frame {
  -webkit-box-shadow: 3px 3px 8px 0 rgba(104, 104, 104, 0.2);
          box-shadow: 3px 3px 8px 0 rgba(104, 104, 104, 0.2);
}
.general__hero-photo .play-button {
  opacity: 1;
  top: unset;
  left: unset;
  -webkit-transform: none;
          transform: none;
  overflow: visible;
  right: 2rem;
  bottom: 2rem;
  width: 2rem;
  height: 2rem;
}
@media print, screen and (min-width: 48.0625em) {
  .general__hero-photo .play-button {
    right: 3rem;
    bottom: 3rem;
  }
}
@media print, screen and (min-width: 64.0625em) {
  .general__hero-photo .play-button {
    right: 4rem;
    bottom: 4rem;
  }
}
@media print, screen and (min-width: 48.0625em) {
  .general__hero-photo .play-button {
    width: 2.5rem;
    height: 2.5rem;
  }
}
@media print, screen and (min-width: 64.0625em) {
  .general__hero-photo .play-button {
    width: 3rem;
    height: 3rem;
  }
}
.general__hero-photo .play-button path {
  -webkit-transition: fill 0.3s ease-in-out;
  transition: fill 0.3s ease-in-out;
}
.general__hero-photo a:hover .play-button path,
.general__hero-photo a:focus .play-button path {
  fill: #62dbbc;
}

.hero--general:not(.hero--general__photo) + .wysiwyg-block.global-margin--15x {
  margin-top: 0;
}

.hero--landing {
  background-color: #000000;
}
@media print, screen and (min-width: 48.0625em) {
  .hero--landing {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
@media screen and (min-width: 78.75em) {
  .hero--landing {
    min-height: 620px;
  }
}
.hero--landing h1,
.hero--landing p {
  color: #ffffff;
  text-align: left;
}
.hero--landing p {
  font-family: Montserrat, Gill Sans, sans-serif;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.7;
}
@media print, screen and (min-width: 64.0625em) {
  .hero--landing p {
    font-size: 1.3125rem;
  }
}
@media print, screen and (max-width: 48.06125em) {
  .hero--landing .hero__overlay {
    display: none;
  }
}
@media print, screen and (min-width: 48.0625em) {
  .hero--landing .hero__overlay {
    background: none;
    background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, rgb(0, 0, 0)), color-stop(60%, rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0)));
    background-image: linear-gradient(to top, rgb(0, 0, 0) 0, rgba(0, 0, 0, 0) 60%, rgba(0, 0, 0, 0) 100%);
  }
}
@media print, screen and (max-width: 48.06125em) {
  .hero--landing .hero__media {
    position: relative;
  }
  .hero--landing .hero__media::after {
    content: "";
    display: block;
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-image: -webkit-gradient(linear, left bottom, left top, from(rgb(0, 0, 0)), to(rgba(0, 0, 0, 0)));
    background-image: linear-gradient(to top, rgb(0, 0, 0), rgba(0, 0, 0, 0));
  }
}
@media print, screen and (max-width: 48.06125em) {
  .hero--landing .autoplay-video-container,
  .hero--landing .video-play-button {
    display: none;
  }
}
@media print, screen and (max-width: 48.06125em) {
  .hero--landing .hero__content {
    position: relative;
    margin-top: -4rem;
    padding-bottom: 2.5rem;
  }
}
@media print, screen and (min-width: 48.0625em) {
  .hero--landing .hero__content {
    padding: 0;
    max-width: calc(100% - 100px);
    margin-bottom: 2.5rem;
    margin-left: 1.25rem;
  }
}
@media screen and (min-width: 56.25em) {
  .hero--landing .hero__content {
    max-width: 53.75rem;
  }
}
@media print, screen and (min-width: 64.0625em) {
  .hero--landing .hero__content {
    margin-bottom: 4.375rem;
  }
}
@media screen and (min-width: 77.5em) {
  .hero--landing .hero__content {
    margin-left: calc(50vw - 580px);
  }
}
.hero--landing .video-play-button {
  left: unset;
  -webkit-transform: none;
          transform: none;
  overflow: visible;
  bottom: 2.5rem;
  right: 1.25rem;
}
.hero--landing .video-play-button:hover, .hero--landing .video-play-button:focus {
  background: none;
}
.hero--landing .video-play-button:hover::after, .hero--landing .video-play-button:focus::after {
  color: #62dbbc;
}
@media print, screen and (min-width: 64.0625em) {
  .hero--landing .video-play-button {
    bottom: 4.375rem;
  }
}
@media screen and (min-width: 77.5em) {
  .hero--landing .video-play-button {
    right: calc(50vw - 600px);
  }
}

.listing form {
  padding: 1em;
  border: 0.0625em solid gray;
  background-color: #eee;
}
.listing form::before, .listing form::after {
  display: table;
  content: " ";
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
.listing form::after {
  clear: both;
}
.listing label {
  color: #000000;
}
.listing [type=text], .listing [type=password], .listing [type=date], .listing [type=datetime], .listing [type=datetime-local], .listing [type=month], .listing [type=week], .listing [type=email], .listing [type=number], .listing [type=search], .listing [type=tel], .listing [type=time], .listing [type=url], .listing [type=color],
.listing [type=file],
.listing [type=image],
.listing select {
  width: 100%;
}
.listing [data-drupal-selector=edit-reset] {
  -webkit-transition: color 0.5s cubic-bezier(0.82, 0.06, 0.14, 0.97), background 0.5s cubic-bezier(0.82, 0.06, 0.14, 0.97), border 0.5s cubic-bezier(0.82, 0.06, 0.14, 0.97);
  transition: color 0.5s cubic-bezier(0.82, 0.06, 0.14, 0.97), background 0.5s cubic-bezier(0.82, 0.06, 0.14, 0.97), border 0.5s cubic-bezier(0.82, 0.06, 0.14, 0.97);
  font-family: "Montserrat", "Gill Sans", sans-serif;
  border-width: 0.125rem;
  border-radius: 0.25rem;
  border-style: solid;
  display: inline-block;
  position: relative;
  z-index: 2;
  line-height: 1.1;
  text-decoration: none;
  font-weight: 600;
  font-size: 0.9375rem;
  line-height: 1.25;
  padding: 0.75rem 1.5rem;
  border-color: #ffffff;
  color: #000000;
  background: #ffffff;
}
.listing [data-drupal-selector=edit-reset]:hover, .listing [data-drupal-selector=edit-reset]:focus {
  text-decoration: none;
  outline: none;
}
.listing [data-drupal-selector=edit-reset]:focus {
  -webkit-box-shadow: 0 0 2px 3px rgba(74, 164, 247, 0.8);
          box-shadow: 0 0 2px 3px rgba(74, 164, 247, 0.8);
}
.listing [data-drupal-selector=edit-reset]:disabled {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.6;
}
.listing [data-drupal-selector=edit-reset]::before, .listing [data-drupal-selector=edit-reset]::after {
  color: #aa0000;
}
.listing [data-drupal-selector=edit-reset]:hover, .listing [data-drupal-selector=edit-reset]:focus {
  color: #000000;
  border-color: #8ae0f2;
  background: #8ae0f2;
}
.listing [data-drupal-selector=edit-reset]:hover::before, .listing [data-drupal-selector=edit-reset]:hover::after, .listing [data-drupal-selector=edit-reset]:focus::before, .listing [data-drupal-selector=edit-reset]:focus::after {
  color: #aa0000;
}
.listing [data-drupal-selector=edit-reset]:focus {
  color: #000000;
  border-color: #aa0000;
  background: #ffffff;
}
.listing .listing__form__submit-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.listing .form-actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.listing [type=submit] {
  margin: 0;
  padding: 0.625em 1em;
}
.listing [type=submit] + [type=submit] {
  margin-left: 1em;
}
@media print, screen and (min-width: 40.0625em) {
  .listing form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
  .listing [type=text], .listing [type=password], .listing [type=date], .listing [type=datetime], .listing [type=datetime-local], .listing [type=month], .listing [type=week], .listing [type=email], .listing [type=number], .listing [type=search], .listing [type=tel], .listing [type=time], .listing [type=url], .listing [type=color],
.listing [type=file],
.listing [type=image],
.listing select {
    margin-bottom: 0;
  }
  .listing .form-item,
.listing .form-actions {
    margin-bottom: 0;
  }
  .listing .form-item {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
  }
  .listing .form-item + .form-item,
.listing .form-item + .form-actions {
    margin-left: 1em;
  }
  .listing .form-actions {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
  }
}

.listing__rows--grouped {
  list-style: none;
  margin-top: 0;
}
.vaf + .listing__rows--grouped {
  margin-top: 1.5rem;
}
@media print, screen and (min-width: 64.0625em) {
  .vaf + .listing__rows--grouped {
    margin-top: 2rem;
  }
}
.listing__rows--grouped .grid-x {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.listing__rows--grouped > *:nth-child(odd),
.listing__rows--grouped > *:nth-child(even) {
  background-color: transparent;
}
.listing__rows--grouped [data-start-color=true] > li::before {
  content: "";
}
.listing__rows--grouped > ol,
.listing__rows--grouped > li,
.listing__rows--grouped > li > ol,
.listing__rows--grouped > li > ol > li {
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  padding: 0;
}
.listing__rows--grouped > li {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.listing__rows--grouped > li::before {
  display: none;
}
.listing__rows--grouped > li > .eyebrow {
  display: block;
  width: 6.25rem;
  height: 1.25rem;
  margin: 2.5rem 0 0;
  font-family: "Montserrat", "Gill Sans", sans-serif;
  font-weight: 600;
  color: #000000;
}

.listing__rows--grouped > li {
  padding-right: 0;
  padding-left: 0;
  max-width: 1160px;
  margin-left: auto;
  margin-right: auto;
}

.listing--item:nth-of-type(odd) {
  background-color: #f7f7f7;
}
.listing--item .cell + .cell {
  margin-top: 1.5rem;
}
@media print, screen and (min-width: 48.0625em) {
  .listing--item .cell + .cell {
    margin-top: 0;
  }
}

.listing--alpha {
  padding-top: 1.5rem;
}
@media print, screen and (min-width: 48.0625em) {
  .listing--alpha {
    padding-top: 2rem;
  }
}
@media print, screen and (min-width: 64.0625em) {
  .listing--alpha {
    padding-top: 2.5rem;
  }
}
.listing--alpha h2 {
  font-weight: 300;
}
@media print, screen and (max-width: 48.06125em) {
  .listing--alpha {
    background-color: #f7f7f7;
  }
  .listing--item:nth-of-type(odd) + .listing--alpha {
    background-color: transparent;
  }
}
@media print, screen and (min-width: 48.0625em) {
  .listing--alpha + .listing--item {
    margin-top: -70px;
  }
}
@media print, screen and (min-width: 64.0625em) {
  .listing--alpha + .listing--item {
    margin-top: -94px;
  }
}
.filter-feedback + .listing--alpha {
  margin-top: 0;
  padding-top: 1.5rem;
}
@media print, screen and (min-width: 48.0625em) {
  .filter-feedback + .listing--alpha {
    padding-top: 2rem;
  }
}
@media print, screen and (min-width: 64.0625em) {
  .filter-feedback + .listing--alpha {
    padding-top: 2.5rem;
  }
}

.news--item .news--item__text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.news--item .news--item__text .date {
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1;
  font-family: Montserrat, Gill Sans, sans-serif;
  font-size: 0.8125rem;
  font-weight: 500;
  line-height: 1.65;
}
@media print, screen and (min-width: 64.0625em) {
  .news--item .news--item__text .date {
    font-size: 0.9375rem;
  }
}
.news--item .news--item__text h3,
.news--item .news--item__text h3:first-child {
  margin-top: 0.5rem;
}
@media print, screen and (min-width: 64.0625em) {
  .news--item .news--item__text h3,
.news--item .news--item__text h3:first-child {
    margin-top: 1rem;
  }
}
.news--item .aspect-ratio-frame {
  max-width: 22.5rem;
}

.profile--item .aspect-ratio-frame {
  max-width: 16.25rem;
}

.office--item p {
  font-family: Montserrat, Gill Sans, sans-serif;
  font-size: 0.8125rem;
  font-weight: 500;
  line-height: 1.65;
}
@media print, screen and (min-width: 64.0625em) {
  .office--item p {
    font-size: 0.9375rem;
  }
}

.su-listing h2 {
  text-transform: none;
}
.su-listing form {
  margin-top: 1.5rem;
  width: 100%;
  padding: 0 1.25rem;
  max-width: 75rem;
  margin-right: auto;
  margin-left: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 1.5rem;
}
@media print, screen and (min-width: 64.0625em) {
  .su-listing form {
    margin-top: 2rem;
  }
}
.su-listing form .cell {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
}
@media print, screen and (min-width: 48.0625em) {
  .su-listing form .cell.medium-6 {
    -ms-flex-preferred-size: calc(50% - 12px);
        flex-basis: calc(50% - 12px);
  }
  .su-listing form .cell.medium-4 {
    -ms-flex-preferred-size: calc(33.33% - 16px);
        flex-basis: calc(33.33% - 16px);
  }
}
@media print, screen and (min-width: 64.0625em) {
  .su-listing form {
    gap: 2rem 1.5rem;
  }
  .su-listing form .cell.large-8 {
    -ms-flex-preferred-size: calc(66.66% - 16px);
        flex-basis: calc(66.66% - 16px);
  }
  .su-listing form .cell.large-4 {
    -ms-flex-preferred-size: calc(33.33% - 16px);
        flex-basis: calc(33.33% - 16px);
  }
}
.su-listing legend {
  font-weight: 700;
}
.su-listing label {
  font-weight: 700;
  color: #ffffff;
}
.su-listing label + input, .su-listing label + select {
  margin-top: 0.5rem;
}
@media print, screen and (min-width: 48.0625em) {
  .su-listing label {
    font-size: 0.9375rem;
  }
}
@media screen and (min-width: 51.25em) {
  .su-listing label {
    font-size: 1rem;
  }
}
.su-listing input,
.su-listing select {
  width: 100%;
  border-radius: 0.125rem;
  padding: 0.8125rem 1rem;
}
.su-listing input:hover,
.su-listing select:hover {
  border-color: #ffffff;
}
@media print, screen and (min-width: 48.0625em) {
  .su-listing input,
.su-listing select {
    padding: 1rem 3.5rem 1rem 1.5rem;
  }
}
.su-listing input[type=submit] {
  font-size: 0.9375rem;
  line-height: 1.25;
  padding: 0.75rem 1.5rem;
  border-color: #ffffff;
  color: #000000;
  background: #ffffff;
}
.su-listing input[type=submit]::before, .su-listing input[type=submit]::after {
  color: #aa0000;
}
.su-listing input[type=submit]:hover, .su-listing input[type=submit]:focus {
  color: #000000;
  border-color: #8ae0f2;
  background: #8ae0f2;
}
.su-listing input[type=submit]:hover::before, .su-listing input[type=submit]:hover::after, .su-listing input[type=submit]:focus::before, .su-listing input[type=submit]:focus::after {
  color: #aa0000;
}
.su-listing input[type=submit]:focus {
  color: #000000;
  border-color: #aa0000;
  background: #ffffff;
}
@media print, screen and (min-width: 48.0625em) {
  .su-listing input[type=submit] {
    font-size: 1.0625rem;
    line-height: 1.25;
    padding: 1rem 2rem;
  }
}
.su-listing input[type=text] {
  background-color: #1f1f1f;
  border-color: transparent;
  color: #ffffff;
  background-repeat: no-repeat;
  background-position: 24px 50%;
  background-image: url("data:image/svg+xml,%3Csvg fill='none' height='16' viewBox='0 0 16 16' width='16' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m14.7656 14.6738-3.9258-3.9258c.8497-1.02534 1.3184-2.3437 1.3184-3.77925 0-3.33984-2.7539-6.09375-6.09375-6.09375-3.36914 0-6.06445 2.75391-6.06445 6.09375 0 3.36915 2.72461 6.09375 6.06445 6.09375 1.40625 0 2.72461-.4687 3.7793-1.3184l3.92575 3.9258c.1465.1465.3223.2051.5274.2051.1758 0 .3515-.0586.4687-.2051.293-.2637.293-.7031 0-.9961zm-13.35935-7.70505c0-2.57813 2.08008-4.6875 4.6875-4.6875 2.57813 0 4.68745 2.10937 4.68745 4.6875 0 2.60742-2.10932 4.68745-4.68745 4.68745-2.60742 0-4.6875-2.08003-4.6875-4.68745z' fill='%238ae0f2'/%3E%3C/svg%3E");
  background-size: 16px 16px;
  padding-left: 60px;
}
.su-listing input[type=text]:hover {
  border-color: #ffffff;
}
.su-listing input[type=text]::-webkit-input-placeholder {
  color: #ffffff;
}
.su-listing input[type=text]::-moz-placeholder {
  color: #ffffff;
}
.su-listing input[type=text]:-ms-input-placeholder {
  color: #ffffff;
}
.su-listing input[type=text]::-ms-input-placeholder {
  color: #ffffff;
}
.su-listing input[type=text]::placeholder {
  color: #ffffff;
}
.su-listing input[type=submit] {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.su-listing select {
  background-color: transparent;
  border-color: #8ae0f2;
  color: #ffffff;
}
.su-listing select option {
  background: #004250;
}
.su-listing fieldset {
  border: none;
  background: transparent;
  container-type: inline-size;
  container-name: fieldset;
}
.su-listing fieldset legend {
  padding: 0;
  line-height: 1;
  color: #ffffff;
}
.su-listing fieldset .fieldset--checkbox {
  position: relative;
}

input[type=checkbox] {
  position: absolute;
  top: 65%;
  width: 2em;
  height: 2em;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  opacity: 0;
}

input[type=checkbox] + label {
  position: relative;
  margin-left: 1.5em;
  font-weight: 400;
}
input[type=checkbox] + label::before {
  position: absolute;
  top: 0.125em;
  left: -1.5em;
  display: block;
  width: 1em;
  height: 1em;
  content: "";
  border: 1px solid #8ae0f2;
  border-radius: 0.125rem;
}

input[type=checkbox]:checked + label::before {
  background-color: #8ae0f2;
  border: 1px solid #8ae0f2;
}
input[type=checkbox]:checked + label::after {
  position: absolute;
  top: 60%;
  left: -1.125em;
  display: block;
  width: 0.3125em;
  height: 0.6875em;
  content: "";
  -webkit-transform: rotate(45deg) translate(-100%, -50%);
  transform: rotate(45deg) translate(-100%, -50%);
  border-width: 0 0.125em 0.125em 0;
  border-style: solid;
  border-color: #000000;
}

input[type=checkbox]:hover + label::before,
input[type=checkbox]:checked:hover + label::before {
  border: 1px solid #ffffff;
}

input[type=checkbox]:focus + label {
  color: #8ae0f2;
}

@container fieldset (min-width: 308px) {
  .fieldset-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 1.5rem;
  }
}
.su-listing--form-wrapper {
  background-color: #004250;
}

.listing-page--news .su-listing--form-wrapper {
  background-color: #000000;
}

.filter-feedback {
  padding-top: 2rem;
  padding-bottom: 1rem;
}
@media print, screen and (min-width: 48.0625em) {
  .filter-feedback {
    padding-top: 3rem;
  }
}
@media print, screen and (min-width: 64.0625em) {
  .filter-feedback {
    padding-top: 4rem;
  }
}
@media print, screen and (min-width: 48.0625em) {
  .filter-feedback {
    padding-bottom: 1.5rem;
  }
}
.filter-feedback p {
  margin: 0;
}

.active-filters {
  margin-bottom: 1rem;
}
@media print, screen and (min-width: 48.0625em) {
  .active-filters {
    margin-bottom: 1.5rem;
  }
}
.active-filters > .funderline {
  font-weight: 700;
}
@media print, screen and (max-width: 48.06125em) {
  .active-filters > .funderline {
    margin-top: 0.5rem;
  }
}
.active-filters ul {
  list-style-type: none;
  margin-top: 0.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0.5rem;
}
@media print, screen and (min-width: 40.0625em) {
  .active-filters ul {
    margin-top: 0;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.active-filters li {
  display: inline-block;
  padding: 0.375rem 0.75rem;
  border: 1px solid #aa0000;
  border-radius: 0.125rem;
  font-weight: 600;
}
.active-filters li:hover {
  border-color: #000000;
}
.active-filters li > span {
  margin-left: 6px;
}
.active-filters li .fa {
  font-weight: 200;
  color: #aa0000;
}
@media screen and (min-width: 56.25em) {
  .active-filters {
    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;
    gap: 2.5rem;
  }
  .active-filters .active-filters--list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 1rem;
  }
  .active-filters ul {
    list-style-type: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 0.5rem;
  }
  .active-filters li {
    display: inline-block;
    padding: 0.375rem 0.75rem;
    border: 1px solid #aa0000;
    border-radius: 0.125rem;
  }
}

.news--detail .hero--basic {
  padding-top: 3rem;
  background-color: #000000;
  background-image: none;
}
@media print, screen and (min-width: 48.0625em) {
  .news--detail .hero--basic {
    padding-top: 4rem;
  }
}
@media print, screen and (min-width: 64.0625em) {
  .news--detail .hero--basic {
    padding-top: 7.5rem;
  }
}
.news--detail .hero--basic h1 {
  color: #ffffff;
}
.news--detail .hero--basic .hero--basic__text {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 1rem;
}
@media print, screen and (min-width: 48.0625em) {
  .news--detail .hero--basic .hero--basic__text {
    gap: 1.5rem;
  }
}
.news--detail .hero--basic .hero--basic__text .eyebrow {
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1;
}
.news--detail .hero--basic .hero--basic__text .eyebrow a {
  text-decoration: none;
}
.news--detail .hero--basic .hero--basic__text .eyebrow a:hover, .news--detail .hero--basic .hero--basic__text .eyebrow a:focus {
  color: #62dbbc;
  text-decoration: underline;
  -webkit-text-decoration-color: #62dbbc;
          text-decoration-color: #62dbbc;
}
.news--detail .hero--basic .news--detail__hero-photo {
  margin-top: 2rem;
}
@media print, screen and (min-width: 48.0625em) {
  .news--detail .hero--basic .news--detail__hero-photo {
    margin-top: 2.5rem;
  }
}
@media print, screen and (min-width: 64.0625em) {
  .news--detail .hero--basic .news--detail__hero-photo {
    margin-top: 3rem;
  }
}
.news--detail .hero--basic .news--detail__hero-photo .aspect-ratio-frame {
  -webkit-box-shadow: 3px 3px 8px 0 rgba(104, 104, 104, 0.2);
          box-shadow: 3px 3px 8px 0 rgba(104, 104, 104, 0.2);
}

.hero--news__photo {
  position: relative;
}
.hero--news__photo .grid-container {
  position: relative;
  z-index: 2;
}
.hero--news__photo::after {
  content: "";
  display: block;
  position: absolute;
  z-index: 1;
  bottom: -1px;
  left: 0;
  width: 100%;
  height: 1rem;
  background: #ffffff;
}
@media print, screen and (min-width: 48.0625em) {
  .hero--news__photo::after {
    height: 1.5rem;
  }
}

.news--detail__details p {
  font-family: Montserrat, Gill Sans, sans-serif;
  font-size: 0.8125rem;
  font-weight: 500;
  line-height: 1.65;
}
@media print, screen and (min-width: 64.0625em) {
  .news--detail__details p {
    font-size: 0.9375rem;
  }
}

.news--detail__body .cell + .cell {
  margin-top: 1.5rem;
}
@media print, screen and (min-width: 48.0625em) {
  .news--detail__body .cell + .cell {
    margin-top: 0;
  }
}

.hero--newsroom {
  position: relative;
  padding-top: 3rem;
  background-color: #001B46;
}
@media print, screen and (min-width: 48.0625em) {
  .hero--newsroom {
    padding-top: 4rem;
  }
}
@media print, screen and (min-width: 64.0625em) {
  .hero--newsroom {
    padding-top: 7.5rem;
  }
}
.hero--newsroom h2 {
  margin-top: 3rem;
  font-family: Montserrat, Gill Sans, sans-serif;
  font-size: 1.125rem;
  font-weight: 800;
  text-transform: uppercase;
  line-height: 1;
  padding-bottom: 1rem;
  margin-bottom: 0;
}
@media print, screen and (min-width: 48.0625em) {
  .hero--newsroom h2 {
    margin-top: 4rem;
  }
}
@media print, screen and (min-width: 64.0625em) {
  .hero--newsroom h2 {
    margin-top: 7.5rem;
  }
}
@media print, screen and (min-width: 64.0625em) {
  .hero--newsroom h2 {
    font-size: 1.75rem;
  }
}
@media print, screen and (min-width: 48.0625em) {
  .hero--newsroom h2 {
    padding-bottom: 1.5rem;
  }
}
.hero--newsroom .intro-text p {
  font-family: Montserrat, Gill Sans, sans-serif;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.7;
}
@media print, screen and (min-width: 64.0625em) {
  .hero--newsroom .intro-text p {
    font-size: 1.3125rem;
  }
}
.hero--newsroom > img {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: top;
     object-position: top;
  -webkit-filter: grayscale(100%) contrast(70%);
          filter: grayscale(100%) contrast(70%);
  mix-blend-mode: soft-light;
  opacity: 0.45;
}
@media print, screen and (min-width: 48.0625em) {
  .hero--newsroom > img {
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
  }
}
.hero--newsroom::before {
  content: "";
  display: block;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  height: 50%;
  width: 100%;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.7)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0));
}
@media print, screen and (max-width: 48.06125em) {
  .hero--newsroom::after {
    content: "";
    display: block;
    position: absolute;
    z-index: 3;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 44, 115, 0)), color-stop(40%, rgb(0, 44, 115)), to(rgb(0, 44, 115)));
    background-image: linear-gradient(to bottom, rgba(0, 44, 115, 0), rgb(0, 44, 115) 40%, rgb(0, 44, 115) 100%);
  }
}
@media print, screen and (min-width: 48.0625em) {
  .hero--newsroom::after {
    content: "";
    display: block;
    position: absolute;
    z-index: 3;
    top: 0;
    left: 0;
    height: 60%;
    width: 100%;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.4)), to(rgba(0, 0, 0, 0)));
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0));
  }
}
.hero--newsroom > .grid-container, .hero--newsroom > .news-event-lockup {
  position: relative;
  z-index: 4;
}
.hero--newsroom > .grid-container .cell + .cell {
  margin-top: 2.5rem;
}
@media print, screen and (min-width: 48.0625em) {
  .hero--newsroom > .grid-container .cell + .cell {
    margin-top: 0;
  }
}
.hero--newsroom .callout {
  border-width: 2px;
  padding: 1.5rem;
}
@media print, screen and (min-width: 48.0625em) {
  .hero--newsroom .callout {
    padding: 2rem;
  }
}
@media print, screen and (min-width: 64.0625em) {
  .hero--newsroom .callout {
    padding: 2.5rem;
  }
}
.hero--newsroom .callout h2 {
  font-family: Montserrat, Gill Sans, sans-serif;
  font-size: 1.0625rem;
  font-weight: 700;
  line-height: 1.4;
}
@media print, screen and (min-width: 64.0625em) {
  .hero--newsroom .callout h2 {
    font-size: 1.1875rem;
  }
}
.hero--newsroom .callout p {
  font-family: Montserrat, Gill Sans, sans-serif;
  font-size: 0.8125rem;
  font-weight: 500;
  line-height: 1.65;
}
@media print, screen and (min-width: 64.0625em) {
  .hero--newsroom .callout p {
    font-size: 0.9375rem;
  }
}
.hero--newsroom .news-event-lockup {
  padding-bottom: 3rem;
}
@media print, screen and (min-width: 48.0625em) {
  .hero--newsroom .news-event-lockup {
    padding-bottom: 0;
  }
}
@media print, screen and (min-width: 48.0625em) {
  .hero--newsroom .news-event-lockup::after {
    content: "";
    display: block;
    position: absolute;
    z-index: 1;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1.5rem;
    background-color: #000000;
  }
}
@media print, screen and (min-width: 48.0625em) and (max-width: 64.06125em) {
  .hero--newsroom .news-event-lockup--text {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
.hero--newsroom .news-event-lockup .grid-container {
  position: relative;
  z-index: 2;
}

.office-detail .hero--basic .cell + .cell {
  margin-top: 1.5rem;
}
@media print, screen and (min-width: 48.0625em) {
  .office-detail .hero--basic .cell + .cell {
    margin-top: 0;
  }
}
.office-detail .hero--profile__text {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.office-detail aside .aspect-ratio-frame {
  margin-bottom: 0.5rem;
}
.office-detail aside .eyebrow:not(:first-child) {
  margin-top: 1rem;
}
@media print, screen and (min-width: 48.0625em) {
  .office-detail aside .eyebrow:not(:first-child) {
    margin-top: 1.5rem;
  }
}
.office-detail aside .eyebrow + .icon-list {
  margin-top: 0.5rem;
}
.office-detail aside .icon-list.social-media li {
  padding-left: 0;
}
.office-detail--contact {
  padding: 1.5rem;
  background-color: #f7f7f7;
}
@media print, screen and (min-width: 48.0625em) {
  .office-detail--contact {
    padding: 2rem;
  }
}
@media print, screen and (min-width: 64.0625em) {
  .office-detail--contact {
    padding: 2.5rem;
  }
}
.office-detail .no-office-photo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.profile-detail .hero--basic {
  padding-top: 3rem;
}
@media print, screen and (min-width: 48.0625em) {
  .profile-detail .hero--basic {
    padding-top: 4rem;
  }
}
@media print, screen and (min-width: 64.0625em) {
  .profile-detail .hero--basic {
    padding-top: 7.5rem;
  }
}
.profile-detail .hero--basic .aspect-ratio-frame {
  max-width: 22.5rem;
}
@media print, screen and (max-width: 48.06125em) {
  .profile-detail .hero--basic .cell + .cell, .profile-detail .hero--basic + .grid-container .cell + .cell {
    margin-top: 2rem;
  }
}
.profile-detail .hero--basic h1 {
  font-family: Oswald, Impact, sans-serif;
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.1;
  text-transform: uppercase;
}
@media print, screen and (min-width: 64.0625em) {
  .profile-detail .hero--basic h1 {
    font-size: 3.5rem;
  }
}

.hero--profile__text {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0.5rem;
}
@media print, screen and (min-width: 64.0625em) {
  .hero--profile__text {
    gap: 1rem;
  }
}
.hero--profile__text .tags {
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1;
}

.profile-detail .intro-text {
  margin-top: 0;
}
.profile-detail .more-less__item > h2 {
  text-transform: none;
}
.profile-detail .grid-container.global-spacing--10x {
  margin-bottom: 3rem;
}
@media print, screen and (min-width: 48.0625em) {
  .profile-detail .grid-container.global-spacing--10x {
    margin-bottom: 4rem;
  }
}
@media print, screen and (min-width: 64.0625em) {
  .profile-detail .grid-container.global-spacing--10x {
    margin-bottom: 7.5rem;
  }
}
.profile-detail .more-less[data-more-less-init]:not(.more-less-open) .more-less__content::before {
  content: "";
  display: block;
  position: absolute;
  z-index: 2;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100px;
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgb(255, 255, 255)), to(rgba(255, 255, 255, 0)));
  background-image: linear-gradient(to top, rgb(255, 255, 255), rgba(255, 255, 255, 0));
}
.profile-detail .more-less__toggle {
  padding: 0;
  background: transparent;
}
.profile-detail .more-less__toggle::before {
  color: #aa0000;
  color: #aa0000;
  padding-bottom: 0.1em;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#c0c0c0), to(#c0c0c0));
  background-image: linear-gradient(#c0c0c0, #c0c0c0);
  background-size: 100% 3px;
  background-position: 0 100%;
  background-repeat: no-repeat;
  -webkit-transition: background-image 300ms ease-in;
  transition: background-image 300ms ease-in;
  position: relative;
  line-height: 1.7;
  font-weight: 700;
}
.profile-detail .more-less__toggle::before:hover, .profile-detail .more-less__toggle::before:focus {
  text-decoration: none;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#aa0000), to(#aa0000));
  background-image: linear-gradient(#aa0000, #aa0000);
}
.profile-detail .more-less__toggle::after {
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-smoothing: antialiased;
  content: "\f067";
  color: #aa0000;
  font-weight: 700;
  padding-left: 0.5em;
}
.profile-detail .more-less__toggle:hover::before, .profile-detail .more-less__toggle:focus::before {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#aa0000), to(#aa0000));
  background-image: linear-gradient(#aa0000, #aa0000);
}
.profile-detail .more-less.more-less-open .more-less__toggle::after {
  content: "\f068";
}

.profile--section__biography .more-less .more-less__toggle::before {
  content: "Show Full Biography";
}
.profile--section__education .more-less .more-less__toggle::before {
  content: "Show Full Education";
}
.profile--section__courses-taught .more-less .more-less__toggle::before {
  content: "Show Full Courses Taught";
}
.profile--section__publications .more-less .more-less__toggle::before {
  content: "Show Full Publications";
}

.profile--section__biography .more-less.more-less-open .more-less__toggle::before {
  content: "Hide Full Biography";
}
.profile--section__education .more-less.more-less-open .more-less__toggle::before {
  content: "Hide Full Education";
}
.profile--section__courses-taught .more-less.more-less-open .more-less__toggle::before {
  content: "Hide Full Courses Taught";
}
.profile--section__publications .more-less.more-less-open .more-less__toggle::before {
  content: "Hide Full Publications";
}

.profile-detail .callout .eyebrow + .icon-list,
.profile-detail .callout .eyebrow + ul {
  margin-top: 0.5rem;
}
.profile-detail .callout ul {
  list-style: none;
}
.profile-detail .callout ul a {
  font-weight: 700;
  overflow-wrap: anywhere;
}
.profile-detail .callout .eyebrow:not(:first-child) {
  margin-top: 1rem;
}
@media print, screen and (min-width: 48.0625em) {
  .profile-detail .callout .eyebrow:not(:first-child) {
    margin-top: 1.5rem;
  }
}
.profile-detail .callout .icon-list.social-media.btn-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 8px 20px;
}
.profile-detail .callout .icon-list.social-media.btn-row li,
.profile-detail .callout .icon-list.social-media.btn-row a {
  margin: 0;
  padding: 0;
}
.profile-detail .profile--section .more-less__item h2 {
  margin: 0;
}
.profile-detail .profile--section .more-less__item h2 + .wysiwyg {
  margin-top: 1rem;
}
@media print, screen and (min-width: 48.0625em) {
  .profile-detail .profile--section .more-less__item h2 + .wysiwyg {
    margin-top: 1.5rem;
  }
}

.school-affiliation {
  background-color: #eee;
  padding: 1.5rem;
}
@media print, screen and (min-width: 64.0625em) {
  .school-affiliation {
    padding: 2rem;
  }
}
.school-affiliation dt {
  font-family: Montserrat, Gill Sans, sans-serif;
  font-size: 0.875rem;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1;
}
@media print, screen and (min-width: 64.0625em) {
  .school-affiliation dt {
    font-size: 1rem;
  }
}
.school-affiliation dt:not(:first-child) {
  margin-top: 1rem;
}
@media print, screen and (min-width: 48.0625em) {
  .school-affiliation dt:not(:first-child) {
    margin-top: 1.5rem;
  }
}
.school-affiliation dd {
  -webkit-margin-start: 0;
          margin-inline-start: 0;
  margin-left: 0;
  margin-top: 0.5rem;
}
.school-affiliation dd ul {
  list-style: none;
  padding: 0;
}
.school-affiliation dd li + li,
.school-affiliation dd .wysiwyg p + p {
  margin-top: 0.625rem;
}
.school-affiliation dd li a {
  text-decoration: underline;
  text-underline-offset: 2px;
  -webkit-text-decoration-color: #aa0000;
          text-decoration-color: #aa0000;
  font-weight: 700;
}
.school-affiliation dd li a:hover, .school-affiliation dd li a:focus {
  color: #000000;
  -webkit-text-decoration-color: #aa0000;
          text-decoration-color: #aa0000;
}

.hero--program-detail {
  background-color: #004250;
  background-image: none;
  position: relative;
}
.hero--program-detail.with-photo {
  background-color: #0D4C59;
}
.hero--program-detail > img {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-filter: grayscale(1);
          filter: grayscale(1);
  opacity: 40%;
  mix-blend-mode: soft-light;
}
.hero--program-detail > .grid-container {
  position: relative;
  z-index: 3;
}
@media print, screen and (min-width: 64.0625em) {
  .hero--program-detail h1 {
    font-size: 4rem;
  }
}
@media print, screen and (min-width: 87.5em) {
  .hero--program-detail h1 {
    font-size: 5rem;
  }
}


.program-info {
  position: relative;
  z-index: 2;
}
.program-info .cell > h2 {
  margin: 0;
}
.program-info .wysiwyg {
  margin-top: 1rem;
}
@media print, screen and (min-width: 48.0625em) {
  .program-info .wysiwyg {
    margin-top: 1.5rem;
  }
}
.program-info .btn-row,
.program-info .btn-row ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1rem;
}
@media print, screen and (min-width: 48.0625em) {
  .program-info .btn-row,
.program-info .btn-row ul {
    gap: 1.5rem;
  }
}
.program-info .btn-row ul {
  list-style: none;
}
.program-info .funderline > a {
  font-weight: 700;
}
.program-info .external .btn::after {
  position: relative;
  padding-top: 0;
  padding-left: 0.5rem;
}
.program-info .callout {
  -webkit-box-shadow: 3px 3px 8px 0 rgba(104, 104, 104, 0.2);
          box-shadow: 3px 3px 8px 0 rgba(104, 104, 104, 0.2);
  margin-top: 2rem;
}
@media print, screen and (min-width: 48.0625em) {
  .program-info .callout {
    margin-top: -5rem;
  }
}
@media print, screen and (min-width: 64.0625em) {
  .program-info .callout {
    margin-top: -8.5rem;
  }
}
.program-info h2.eyebrow {
  text-transform: uppercase;
}
.program-info dt {
  font-family: Montserrat, Gill Sans, sans-serif;
  font-size: 0.8125rem;
  font-weight: 500;
  line-height: 1.65;
  font-weight: 700;
}
@media print, screen and (min-width: 64.0625em) {
  .program-info dt {
    font-size: 0.9375rem;
  }
}
.program-info dd {
  margin-left: 0;
  margin-top: 0.125rem;
}
.program-info dd + dt {
  margin-top: 0.5rem;
}
@media print, screen and (min-width: 64.0625em) {
  .program-info dd + dt {
    margin-top: 1rem;
  }
}
.program-info dd a {
  font-weight: 700;
}

.program-degrees ul,
.program-types ul {
  list-style: none;
}
.program-degrees li,
.program-types li {
  display: inline;
}
.program-degrees li + li::before,
.program-types li + li::before {
  content: " or ";
}

.program-listing--item {
  background-color: #f7f7f7;
  padding: 1.5rem;
}
@media print, screen and (min-width: 48.0625em) {
  .program-listing--item {
    padding: 2rem;
  }
}
@media print, screen and (min-width: 64.0625em) {
  .program-listing--item {
    padding: 2.5rem;
  }
}
@media print, screen and (max-width: 48.06125em) {
  .program-listing--item {
    padding-bottom: 1rem;
  }
}
.program-listing--item + .program-listing--item {
  margin-top: 0.5rem;
}
.program-listing--item:nth-of-type(even) {
  background-color: #eee;
}
@media print, screen and (min-width: 48.0625em) {
  .program-listing--item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 1.25rem;
  }
}
.program-listing--text-set__first {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 0.5rem;
}
@media print, screen and (min-width: 48.0625em) {
  .program-listing--text-set__first {
    -ms-flex-preferred-size: 48%;
        flex-basis: 48%;
    gap: 1rem;
  }
}
.program-listing--text-set__second {
  margin-top: 1rem;
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 0.25rem;
}
@media print, screen and (min-width: 48.0625em) {
  .program-listing--text-set__second {
    margin-top: 0;
    -ms-flex-preferred-size: 24%;
        flex-basis: 24%;
  }
}
@media print, screen and (min-width: 64.0625em) {
  .program-listing--text-set__second {
    padding-left: 3.75rem;
  }
}
.program-listing--text-set__third {
  margin-top: 1rem;
}
.program-listing--text-set__third .program-listing--checkbox {
  position: relative;
}
@media print, screen and (max-width: 48.06125em) {
  .program-listing--text-set__third .program-listing--checkbox {
    margin-left: 8px;
  }
}
@media print, screen and (min-width: 48.0625em) {
  .program-listing--text-set__third {
    margin-top: 0;
    -ms-flex-preferred-size: 24%;
        flex-basis: 24%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
  .program-listing--text-set__third .program-listing--checkbox {
    margin-right: 32px;
  }
}
.program-listing--fields {
  display: none;
}
.program-listing--checkbox input[type=checkbox] + label {
  color: #000000;
}
@media print, screen and (min-width: 48.0625em) {
  .program-listing--checkbox input[type=checkbox] + label {
    margin-left: 0;
  }
}
.program-listing--checkbox input[type=checkbox] + label::before {
  border: 2px solid #cacaca;
  border-radius: 0;
  top: 0;
  left: -2em;
}
@media print, screen and (min-width: 48.0625em) {
  .program-listing--checkbox input[type=checkbox] + label::before {
    left: 5.5em;
  }
}
.program-listing--checkbox input[type=checkbox]:checked + label::before {
  background-color: #aa0000;
}
.program-listing--checkbox input[type=checkbox]:checked + label::after {
  border-color: #ffffff;
  top: 55%;
  left: -1.5625rem;
}
@media print, screen and (min-width: 48.0625em) {
  .program-listing--checkbox input[type=checkbox]:checked + label::after {
    left: 5.9375rem;
  }
}
.program-listing--checkbox input[type=checkbox]:hover + label::before {
  background-color: #df3428;
}
.program-listing--checkbox input[type=checkbox]:disabled {
  pointer-events: none;
}
.program-listing--checkbox input[type=checkbox]:disabled + label {
  opacity: 0.5;
}
.program-listing--checkbox input[type=checkbox]:disabled:hover + label::before {
  background-color: transparent;
}

.program-level-section {
  margin-bottom: 2.5rem;
}
@media print, screen and (min-width: 48.0625em) {
  .program-level-section {
    margin-bottom: 3.5rem;
  }
}
@media print, screen and (min-width: 64.0625em) {
  .program-level-section {
    margin-bottom: 5rem;
  }
}
.program-level-section h3 {
  margin-top: 1.5rem;
}
@media print, screen and (min-width: 64.0625em) {
  .program-level-section h3 {
    margin-top: 2rem;
  }
}
.program-level-section .wysiwyg {
  margin-top: 0.5rem;
}
.program-level-section .cell + .cell {
  margin-top: 1.5rem;
}
@media print, screen and (min-width: 48.0625em) {
  .program-level-section .cell + .cell {
    margin-top: 0;
  }
}

.program-comparison--sticky-panel {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 10;
  background-color: #004250;
}
.program-comparison--sticky-panel .grid-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.5rem;
  padding-bottom: 2.5rem;
}
@media print, screen and (min-width: 48.0625em) {
  .program-comparison--sticky-panel .grid-container {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
}
.program-comparison--sticky-panel ul {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  gap: 0.5rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  counter-reset: pc-counter;
}
@media print, screen and (min-width: 48.0625em) {
  .program-comparison--sticky-panel ul {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.program-comparison--sticky-panel li {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  counter-increment: pc-counter;
}
@media print, screen and (min-width: 48.0625em) {
  .program-comparison--sticky-panel li {
    -ms-flex-preferred-size: 33%;
        flex-basis: 33%;
  }
}
.program-comparison--sticky-panel span.btn {
  display: block;
  width: 100%;
  background-color: #000000;
  border-color: #000000;
  font-family: Montserrat, Gill Sans, sans-serif;
  font-size: 0.8125rem;
  font-weight: 500;
  line-height: 1.65;
  color: #ffffff;
  font-weight: 400;
  text-align: center;
  pointer-events: none;
  border-radius: 4px;
  padding: 1.5rem 2rem;
}
@media print, screen and (min-width: 64.0625em) {
  .program-comparison--sticky-panel span.btn {
    font-size: 0.9375rem;
  }
}
.program-comparison--sticky-panel span.btn span::after {
  content: counter(pc-counter);
}
.program-comparison--sticky-panel span:nth-last-child(2) {
  position: absolute !important;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
  width: 1px;
  height: 1px;
}
.program-comparison--sticky-panel li button {
  display: block;
  width: 100%;
  height: 100%;
  background-color: #004250;
  border: 1px solid #8ae0f2;
  color: #ffffff;
  border-radius: 4px;
  position: relative;
}
.program-comparison--sticky-panel li button p {
  margin: 0;
  text-align: left;
  font-family: Montserrat, Gill Sans, sans-serif;
  font-size: 0.8125rem;
  font-weight: 500;
  line-height: 1.65;
}
@media print, screen and (min-width: 64.0625em) {
  .program-comparison--sticky-panel li button p {
    font-size: 0.9375rem;
  }
}
.program-comparison--sticky-panel li button:hover, .program-comparison--sticky-panel li button:focus {
  border-color: #ffffff;
}
.program-comparison--sticky-panel li button::after {
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-smoothing: antialiased;
  content: "\f00d";
  color: #8ae0f2;
  position: absolute;
  top: 0.25rem;
  right: 0.75rem;
  font-size: 24px;
  font-weight: 100;
}
.program-comparison--sticky-panel .btn--inverse {
  padding: 1.5rem 2rem;
}
.program-comparison--sticky-panel .btn--inverse span {
  color: #aa0000;
  -webkit-transition: color 0.5s cubic-bezier(0.82, 0.06, 0.14, 0.97);
  transition: color 0.5s cubic-bezier(0.82, 0.06, 0.14, 0.97);
}
.program-comparison--sticky-panel .btn--inverse:hover span {
  color: #000000;
}
.program-comparison--sticky-panel ul.no-comparison + .btn--inverse {
  pointer-events: none;
  opacity: 0.5;
}

.program-comparison--sticky-panel {
  pointer-events: none;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease-in;
  transition: opacity 0.3s ease-in;
}
.program-comparison--sticky-panel.visible {
  pointer-events: auto;
  opacity: 1;
}

.program-comparison--modal.fancybox__content {
  display: block !important;
  -ms-flex-item-align: auto;
      align-self: auto;
  background: transparent;
  padding: 0;
  width: 100%;
  max-width: 1240px;
  margin-right: auto;
  margin-left: auto;
}
@media print, screen and (max-width: 48.06125em) {
  .program-comparison--modal.fancybox__content::before {
    display: none;
  }
}
.program-comparison--modal.fancybox__content .slider-navigation {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5rem;
  margin-bottom: 0.5rem;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}
.program-comparison--modal.fancybox__content .slider-navigation.hidden button {
  opacity: 0;
}
@media print, screen and (min-width: 48.0625em) {
  .program-comparison--modal.fancybox__content .slider-navigation {
    display: none !important;
  }
}
.program-comparison--modal.fancybox__content .slider-navigation .swiper-pagination {
  color: #ffffff !important;
}
@media print, screen and (min-width: 48.0625em) {
  .program-comparison--modal.fancybox__content .slider-navigation .swiper-pagination {
    display: none;
  }
}
.program-comparison--modal.fancybox__content .swiper-container {
  overflow: hidden;
}
.program-comparison--modal.fancybox__content .carousel__button.is-close {
  width: 75px;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.program-comparison--modal.fancybox__content .carousel__button.is-close svg path {
  color: #8ae0f2;
}
.program-comparison--modal.fancybox__content .carousel__button.is-close::before {
  content: "Close";
  text-decoration: underline;
  -webkit-text-decoration-color: #8ae0f2;
          text-decoration-color: #8ae0f2;
  text-underline-offset: 2px;
  display: inline-block;
  position: absolute;
  left: 0;
}
.program-comparison--modal.fancybox__content .carousel__button.is-close:hover, .program-comparison--modal.fancybox__content .carousel__button.is-close:focus {
  background: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.program-comparison--modal.fancybox__content .carousel__button.is-close:hover svg path, .program-comparison--modal.fancybox__content .carousel__button.is-close:focus svg path {
  color: #ffffff;
}
.program-comparison--modal.fancybox__content .carousel__button.is-close:hover::before, .program-comparison--modal.fancybox__content .carousel__button.is-close:focus::before {
  color: #8ae0f2;
}

@media print, screen and (min-width: 48.0625em) {
  .swiper-slide.program-listing--selected {
    -ms-flex-negative: 1;
        flex-shrink: 1;
  }
}
.swiper-slide.program-listing--selected .innerspace {
  position: relative;
  background-color: #ffffff;
  padding: 1.5rem;
}
@media print, screen and (min-width: 48.0625em) {
  .swiper-slide.program-listing--selected .innerspace {
    padding: 2rem;
  }
}
@media print, screen and (min-width: 64.0625em) {
  .swiper-slide.program-listing--selected .innerspace {
    padding: 2.5rem;
  }
}
.swiper-slide.program-listing--selected h4 {
  margin-top: 4px;
}
@media screen and (max-width: 768px) and (max-height: 800px) {
  .swiper-slide.program-listing--selected .summary {
    display: none;
  }
}
.swiper-slide.program-listing--selected dl {
  font-family: Montserrat, Gill Sans, sans-serif;
  font-size: 0.8125rem;
  font-weight: 500;
  line-height: 1.65;
}
@media print, screen and (min-width: 64.0625em) {
  .swiper-slide.program-listing--selected dl {
    font-size: 0.9375rem;
  }
}
.swiper-slide.program-listing--selected dt {
  font-weight: bold;
}
.swiper-slide.program-listing--selected dd {
  margin-left: 0;
  margin-top: 2px;
}
.swiper-slide.program-listing--selected dd + dt {
  margin-top: 0.5rem;
}
@media print, screen and (min-width: 64.0625em) {
  .swiper-slide.program-listing--selected dd + dt {
    margin-top: 1rem;
  }
}
.swiper-slide.program-listing--selected .btn {
  margin-top: 1rem;
}
@media print, screen and (min-width: 48.0625em) {
  .swiper-slide.program-listing--selected .btn {
    margin-top: 1.5rem;
  }
}
.swiper-slide.program-listing--selected button {
  position: absolute;
  z-index: 2;
  top: 18px;
  right: 1px;
  padding: 1.125rem 1.5rem 1.125rem;
  background-color: transparent !important;
}
.swiper-slide.program-listing--selected button .fas {
  font-weight: 100;
  font-size: 1.5rem;
  color: #aa0000;
  pointer-events: none;
}
.swiper-slide.program-listing--selected button:hover, .swiper-slide.program-listing--selected button:focus {
  background-color: #f7f7f7 !important;
}
.swiper-slide.program-listing--selected button:hover .fas, .swiper-slide.program-listing--selected button:focus .fas {
  color: #000000;
}
.swiper-slide.program-listing--selected button:active {
  background-color: #8ae0f2 !important;
}

.program-comparison--sticky-panel.bg--dark .accordion__button {
  border-radius: 0;
  background-color: #004250;
}
.program-comparison--sticky-panel.bg--dark .accordion__button::before {
  display: none;
}
.program-comparison--sticky-panel.bg--dark .accordion__button::after {
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-smoothing: antialiased;
  content: "\f067";
  font-size: 1.5rem;
  color: #8ae0f2;
  font-weight: 100;
  position: absolute;
  right: 1em;
  top: 12px;
}
.program-comparison--sticky-panel.bg--dark .accordion__button:hover {
  background-color: #000000;
}
.program-comparison--sticky-panel.bg--dark .accordion--open .accordion__button::after {
  content: "\f068";
}
.program-comparison--sticky-panel.bg--dark .accordion__button-text {
  color: #ffffff;
  padding-left: 0;
}

@media print, screen and (max-width: 48.06125em) {
  .program-listing ~ .fancybox__container .fancybox__slide {
    padding-top: 0;
  }
  .program-listing ~ .fancybox__container .fancybox__slide::before {
    display: none;
  }
  .program-listing ~ .fancybox__container .carousel__button {
    top: 25px;
  }
}


/* Education Abroad Program */


.global-padding--15x.ea-program-detail .odd {
  background-color: #f7f7f7;
}  


.global-padding--15x.ea-program-detail .global-spacing--2x .btn {
  margin: 1rem;
  width: 80%;
}




/* SU Story Blog */

.su-story-detail .hero--basic.bg--teal {
    
  background-color: #005a6d;

}

.su-story-detail .bg--teal.bg--gradient {

  background-image: -webkit-gradient(linear, left top, right bottom, from(#003d49), to(#0C7C94));
  background-image: linear-gradient(to bottom right, #003d49, #0C7C94);

}


.su-story-detail .amplified--suffix {

  line-height: 2.5;

}


.su-story-detail .grid-margin-x .large-3 {

  margin-top: auto;
  
}


.su-story-detail .large-3 .global-margin--3x {

  margin-bottom: 0;
  margin-top: 0;

}


@media print, screen and (min-width: 64.0625em) {

  .su-story-detail h1 {

      font-size: 4rem;
  
  }

  .su-story-detail p {

      font-size: 0.9375rem;

  }
}





.print-only {
  display: none !important;
}

@media print {
  @page {
    margin: 1cm;
  }
  * {
    color: #000000 !important;
    background: transparent !important;
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
    text-shadow: none !important;
  }
  a[href]::after {
    content: " (" attr(href) ")";
  }
  abbr[title]::after {
    content: " (" attr(title) ")";
  }
  .ir a::after,
a[href^="javascript:"]::after,
a[href^="#"]::after {
    content: "";
  }
  a[href]::after {
    display: none;
  }
  a,
a:visited {
    text-decoration: underline;
  }
  pre,
blockquote {
    border: 1px solid #999999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
    /* h5bp.com/t */
  }
  tr,
img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  p,
h2,
h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
h3 {
    page-break-after: avoid;
  }
  .hide-on-print {
    display: none !important;
  }
  .print-only {
    display: block !important;
  }
  .hide-for-print {
    display: none !important;
  }
  .show-for-print {
    display: inherit !important;
  }
}
/*# sourceMappingURL=../maps/theme.css.map */






