@charset "UTF-8";
/**
 * OHO Interactive main theme stylesheet.
 * Version 2019-04-08
 * https://www.oho.com
 */
.global-spacing--4xlarge {
  margin-top: 3.5rem;
}
@media print, screen and (min-width: 48em) {
  .global-spacing--4xlarge {
    margin-top: 4.5rem;
  }
}
@media print, screen and (min-width: 64em) {
  .global-spacing--4xlarge {
    margin-top: 6.5rem;
  }
}

.global-spacing--3xlarge {
  margin-top: 3rem;
}
@media print, screen and (min-width: 48em) {
  .global-spacing--3xlarge {
    margin-top: 3.5rem;
  }
}
@media print, screen and (min-width: 64em) {
  .global-spacing--3xlarge {
    margin-top: 5.5rem;
  }
}

.global-spacing--2xlarge {
  margin-top: 2.5rem;
}
@media print, screen and (min-width: 48em) {
  .global-spacing--2xlarge {
    margin-top: 3rem;
  }
}
@media print, screen and (min-width: 64em) {
  .global-spacing--2xlarge {
    margin-top: 5rem;
  }
}

.global-spacing--xlarge {
  margin-top: 2rem;
}
@media print, screen and (min-width: 48em) {
  .global-spacing--xlarge {
    margin-top: 2.5rem;
  }
}
@media print, screen and (min-width: 64em) {
  .global-spacing--xlarge {
    margin-top: 4rem;
  }
}

.global-spacing--large {
  margin-top: 2rem;
}
@media print, screen and (min-width: 48em) {
  .global-spacing--large {
    margin-top: 2.5rem;
  }
}
@media print, screen and (min-width: 64em) {
  .global-spacing--large {
    margin-top: 3.5rem;
  }
}

.global-spacing--default {
  margin-top: 1.5rem;
}
@media print, screen and (min-width: 48em) {
  .global-spacing--default {
    margin-top: 2rem;
  }
}
@media print, screen and (min-width: 64em) {
  .global-spacing--default {
    margin-top: 3rem;
  }
}

.global-spacing--medium {
  margin-top: 1.5rem;
}
@media print, screen and (min-width: 48em) {
  .global-spacing--medium {
    margin-top: 2rem;
  }
}
@media print, screen and (min-width: 64em) {
  .global-spacing--medium {
    margin-top: 2.5rem;
  }
}

.global-spacing--small {
  margin-top: 1.5rem;
}
@media print, screen and (min-width: 48em) {
  .global-spacing--small {
    margin-top: 2rem;
  }
}

.global-spacing--smallmed {
  margin-top: 0.75rem;
}
@media print, screen and (min-width: 48em) {
  .global-spacing--smallmed {
    margin-top: 1.75rem;
  }
}

.global-spacing--xsmall {
  margin-top: 1rem;
}
@media print, screen and (min-width: 48em) {
  .global-spacing--xsmall {
    margin-top: 1.5rem;
  }
}

.global-spacing--2xsmall {
  margin-top: 0.5rem;
}
@media print, screen and (min-width: 48em) {
  .global-spacing--2xsmall {
    margin-top: 1rem;
  }
}

.global-spacing---1xsmall {
  margin-top: 0.75rem;
}

.global-spacing--3xsmall {
  margin-top: 0.5rem;
}

.global-spacing--4xsmall {
  margin-top: 0;
}
@media print, screen and (min-width: 48em) {
  .global-spacing--4xsmall {
    margin-top: 0.125rem;
  }
}

.global-spacing---3xsmall {
  margin-top: -0.5rem;
}

.global-spacing---5xsmall {
  margin-top: -0.75rem;
}

.global-spacing---2xsmall {
  margin-top: -0.5rem;
}
@media print, screen and (min-width: 48em) {
  .global-spacing---2xsmall {
    margin-top: -1rem;
  }
}

.global-padding--4xlarge {
  padding-top: 3.5rem;
  padding-bottom: 3.5rem;
}
@media print, screen and (min-width: 48em) {
  .global-padding--4xlarge {
    padding-top: 4.5rem;
  }
}
@media print, screen and (min-width: 64em) {
  .global-padding--4xlarge {
    padding-top: 6.5rem;
  }
}
@media print, screen and (min-width: 48em) {
  .global-padding--4xlarge {
    padding-bottom: 4.5rem;
  }
}
@media print, screen and (min-width: 64em) {
  .global-padding--4xlarge {
    padding-bottom: 6.5rem;
  }
}

.global-padding--3xlarge {
  padding-top: 3rem;
  padding-bottom: 3rem;
}
@media print, screen and (min-width: 48em) {
  .global-padding--3xlarge {
    padding-top: 3.5rem;
  }
}
@media print, screen and (min-width: 64em) {
  .global-padding--3xlarge {
    padding-top: 5.5rem;
  }
}
@media print, screen and (min-width: 48em) {
  .global-padding--3xlarge {
    padding-bottom: 3.5rem;
  }
}
@media print, screen and (min-width: 64em) {
  .global-padding--3xlarge {
    padding-bottom: 5.5rem;
  }
}

.global-padding--2xlarge {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}
@media print, screen and (min-width: 48em) {
  .global-padding--2xlarge {
    padding-top: 3rem;
  }
}
@media print, screen and (min-width: 64em) {
  .global-padding--2xlarge {
    padding-top: 5rem;
  }
}
@media print, screen and (min-width: 48em) {
  .global-padding--2xlarge {
    padding-bottom: 3rem;
  }
}
@media print, screen and (min-width: 64em) {
  .global-padding--2xlarge {
    padding-bottom: 5rem;
  }
}

.global-padding--xlarge {
  padding-top: 2rem;
  padding-bottom: 2rem;
}
@media print, screen and (min-width: 48em) {
  .global-padding--xlarge {
    padding-top: 2.5rem;
  }
}
@media print, screen and (min-width: 64em) {
  .global-padding--xlarge {
    padding-top: 4rem;
  }
}
@media print, screen and (min-width: 48em) {
  .global-padding--xlarge {
    padding-bottom: 2.5rem;
  }
}
@media print, screen and (min-width: 64em) {
  .global-padding--xlarge {
    padding-bottom: 4rem;
  }
}

.global-padding--large {
  padding-top: 2rem;
  padding-bottom: 2rem;
}
@media print, screen and (min-width: 48em) {
  .global-padding--large {
    padding-top: 2.5rem;
  }
}
@media print, screen and (min-width: 64em) {
  .global-padding--large {
    padding-top: 3.5rem;
  }
}
@media print, screen and (min-width: 48em) {
  .global-padding--large {
    padding-bottom: 2.5rem;
  }
}
@media print, screen and (min-width: 64em) {
  .global-padding--large {
    padding-bottom: 3.5rem;
  }
}

.global-padding--default {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
@media print, screen and (min-width: 48em) {
  .global-padding--default {
    padding-top: 2rem;
  }
}
@media print, screen and (min-width: 64em) {
  .global-padding--default {
    padding-top: 3rem;
  }
}
@media print, screen and (min-width: 48em) {
  .global-padding--default {
    padding-bottom: 2rem;
  }
}
@media print, screen and (min-width: 64em) {
  .global-padding--default {
    padding-bottom: 3rem;
  }
}

.global-padding--medium {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
@media print, screen and (min-width: 48em) {
  .global-padding--medium {
    padding-top: 2rem;
  }
}
@media print, screen and (min-width: 64em) {
  .global-padding--medium {
    padding-top: 2.5rem;
  }
}
@media print, screen and (min-width: 48em) {
  .global-padding--medium {
    padding-bottom: 2rem;
  }
}
@media print, screen and (min-width: 64em) {
  .global-padding--medium {
    padding-bottom: 2.5rem;
  }
}

.global-padding--small {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
@media print, screen and (min-width: 48em) {
  .global-padding--small {
    padding-top: 2rem;
  }
}
@media print, screen and (min-width: 48em) {
  .global-padding--small {
    padding-bottom: 2rem;
  }
}

.global-padding--smallmed {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}
@media print, screen and (min-width: 48em) {
  .global-padding--smallmed {
    padding-top: 1.75rem;
  }
}
@media print, screen and (min-width: 48em) {
  .global-padding--smallmed {
    padding-bottom: 1.75rem;
  }
}

.global-padding--xsmall {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
@media print, screen and (min-width: 48em) {
  .global-padding--xsmall {
    padding-top: 1.5rem;
  }
}
@media print, screen and (min-width: 48em) {
  .global-padding--xsmall {
    padding-bottom: 1.5rem;
  }
}

.global-padding--2xsmall {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media print, screen and (min-width: 48em) {
  .global-padding--2xsmall {
    padding-top: 1rem;
  }
}
@media print, screen and (min-width: 48em) {
  .global-padding--2xsmall {
    padding-bottom: 1rem;
  }
}

.global-padding---1xsmall {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}

.global-padding--3xsmall {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.global-padding--4xsmall {
  padding-top: 0;
  padding-bottom: 0;
}
@media print, screen and (min-width: 48em) {
  .global-padding--4xsmall {
    padding-top: 0.125rem;
  }
}
@media print, screen and (min-width: 48em) {
  .global-padding--4xsmall {
    padding-bottom: 0.125rem;
  }
}

.global-padding---3xsmall {
  padding-top: -0.5rem;
  padding-bottom: -0.5rem;
}

.global-padding---5xsmall {
  padding-top: -0.75rem;
  padding-bottom: -0.75rem;
}

.global-padding---2xsmall {
  padding-top: -0.5rem;
  padding-bottom: -0.5rem;
}
@media print, screen and (min-width: 48em) {
  .global-padding---2xsmall {
    padding-top: -1rem;
  }
}
@media print, screen and (min-width: 48em) {
  .global-padding---2xsmall {
    padding-bottom: -1rem;
  }
}

.global-padding--primary-color {
  background-color: #af1735;
}
.global-padding--gray--dark {
  background-color: #222;
}
.global-padding--white {
  background-color: #ffffff;
}

.no-following-margin + * {
  margin-top: 0 !important;
}

.global-padding + .global-padding {
  margin-top: 0;
}

@media screen and (max-width: 47.99875em) {
  .related .cell {
    margin-top: 3rem;
  }
}

@media screen and (max-width: 47.99875em) {
  .column-stack--small-down:not(.slick-slider) > div:not(:first-child) {
    margin-top: 2.5rem;
  }
}

@media screen and (max-width: 63.99875em) {
  .column-stack--medium-down:not(.slick-slider) > div:not(:first-child) {
    margin-top: 2.5rem;
  }
}

/**
 * Foundation for Sites by ZURB
 * Version 6.5.3
 * foundation.zurb.com
 * Licensed under MIT Open Source
 */
.grid-container {
  padding-right: 1.25rem;
  padding-left: 1.25rem;
  max-width: 75rem;
  margin-left: auto;
  margin-right: auto;
}
@media print, screen and (min-width: 48em) {
  .grid-container {
    padding-right: 1.25rem;
    padding-left: 1.25rem;
  }
}
.grid-container.fluid {
  padding-right: 1.25rem;
  padding-left: 1.25rem;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}
@media print, screen and (min-width: 48em) {
  .grid-container.fluid {
    padding-right: 1.25rem;
    padding-left: 1.25rem;
  }
}
.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: 0px;
  min-width: 0px;
  width: 100%;
}
.cell.auto {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0px;
          flex: 1 1 0px;
}
.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: 20em) {
  .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: 40em) {
  .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: 48em) {
  .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: 64em) {
  .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-auto {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0px;
          flex: 1 1 0px;
  width: 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, .grid-x > .initial-shrink {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}

.grid-x > .initial-shrink {
  width: 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: 20em) {
  .grid-x > .tiny-auto {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 0px;
            flex: 1 1 0px;
    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: 40em) {
  .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 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 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: 48em) {
  .grid-x > .medium-auto {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 0px;
            flex: 1 1 0px;
    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: 64em) {
  .grid-x > .large-auto {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 0px;
            flex: 1 1 0px;
    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;
}
@media print, screen and (min-width: 48em) {
  .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;
}
@media print, screen and (min-width: 48em) {
  .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: 20em) {
  .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: 40em) {
  .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: 48em) {
  .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);
  }
  .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);
  }
  .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);
  }
  .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: 64em) {
  .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;
}
@media print, screen and (min-width: 48em) {
  .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;
}
@media print, screen and (min-width: 48em) {
  .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;
}
@media print, screen and (min-width: 48em) {
  .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: 20em) {
  .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: 40em) {
  .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: 48em) {
  .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: 64em) {
  .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: 20em) {
  .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: 40em) {
  .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: 48em) {
  .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);
  }
  .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: 64em) {
  .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: 20em) {
  .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: 40em) {
  .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: 48em) {
  .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: 64em) {
  .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: 20em) {
  .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: 20em) {
  .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: 20em) {
  .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: 40em) {
  .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: 48em) {
  .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: 64em) {
  .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: 20em) {
  .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: 40em) {
  .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: 40em) {
  .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: 40em) {
  .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: 40em) {
  .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: 48em) {
  .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: 64em) {
  .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: 40em) {
  .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: 48em) {
  .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: 48em) {
  .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: 48em) {
  .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: 48em) {
  .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: 48em) {
  .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: 64em) {
  .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: 48em) {
  .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: 64em) {
  .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: 64em) {
  .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: 64em) {
  .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: 64em) {
  .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: 64em) {
  .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: 64em) {
  .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: 64em) {
  .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% + 1.25rem);
}

.initial-offset-1 {
  margin-left: 8.3333333333%;
}

.grid-margin-x > .initial-offset-1 {
  margin-left: calc(8.3333333333% + 1.25rem);
}

.initial-offset-2 {
  margin-left: 16.6666666667%;
}

.grid-margin-x > .initial-offset-2 {
  margin-left: calc(16.6666666667% + 1.25rem);
}

.initial-offset-3 {
  margin-left: 25%;
}

.grid-margin-x > .initial-offset-3 {
  margin-left: calc(25% + 1.25rem);
}

.initial-offset-4 {
  margin-left: 33.3333333333%;
}

.grid-margin-x > .initial-offset-4 {
  margin-left: calc(33.3333333333% + 1.25rem);
}

.initial-offset-5 {
  margin-left: 41.6666666667%;
}

.grid-margin-x > .initial-offset-5 {
  margin-left: calc(41.6666666667% + 1.25rem);
}

.initial-offset-6 {
  margin-left: 50%;
}

.grid-margin-x > .initial-offset-6 {
  margin-left: calc(50% + 1.25rem);
}

.initial-offset-7 {
  margin-left: 58.3333333333%;
}

.grid-margin-x > .initial-offset-7 {
  margin-left: calc(58.3333333333% + 1.25rem);
}

.initial-offset-8 {
  margin-left: 66.6666666667%;
}

.grid-margin-x > .initial-offset-8 {
  margin-left: calc(66.6666666667% + 1.25rem);
}

.initial-offset-9 {
  margin-left: 75%;
}

.grid-margin-x > .initial-offset-9 {
  margin-left: calc(75% + 1.25rem);
}

.initial-offset-10 {
  margin-left: 83.3333333333%;
}

.grid-margin-x > .initial-offset-10 {
  margin-left: calc(83.3333333333% + 1.25rem);
}

.initial-offset-11 {
  margin-left: 91.6666666667%;
}

.grid-margin-x > .initial-offset-11 {
  margin-left: calc(91.6666666667% + 1.25rem);
}

@media print, screen and (min-width: 20em) {
  .tiny-offset-0 {
    margin-left: 0%;
  }
  .grid-margin-x > .tiny-offset-0 {
    margin-left: calc(0% + 1.25rem);
  }
  .tiny-offset-1 {
    margin-left: 8.3333333333%;
  }
  .grid-margin-x > .tiny-offset-1 {
    margin-left: calc(8.3333333333% + 1.25rem);
  }
  .tiny-offset-2 {
    margin-left: 16.6666666667%;
  }
  .grid-margin-x > .tiny-offset-2 {
    margin-left: calc(16.6666666667% + 1.25rem);
  }
  .tiny-offset-3 {
    margin-left: 25%;
  }
  .grid-margin-x > .tiny-offset-3 {
    margin-left: calc(25% + 1.25rem);
  }
  .tiny-offset-4 {
    margin-left: 33.3333333333%;
  }
  .grid-margin-x > .tiny-offset-4 {
    margin-left: calc(33.3333333333% + 1.25rem);
  }
  .tiny-offset-5 {
    margin-left: 41.6666666667%;
  }
  .grid-margin-x > .tiny-offset-5 {
    margin-left: calc(41.6666666667% + 1.25rem);
  }
  .tiny-offset-6 {
    margin-left: 50%;
  }
  .grid-margin-x > .tiny-offset-6 {
    margin-left: calc(50% + 1.25rem);
  }
  .tiny-offset-7 {
    margin-left: 58.3333333333%;
  }
  .grid-margin-x > .tiny-offset-7 {
    margin-left: calc(58.3333333333% + 1.25rem);
  }
  .tiny-offset-8 {
    margin-left: 66.6666666667%;
  }
  .grid-margin-x > .tiny-offset-8 {
    margin-left: calc(66.6666666667% + 1.25rem);
  }
  .tiny-offset-9 {
    margin-left: 75%;
  }
  .grid-margin-x > .tiny-offset-9 {
    margin-left: calc(75% + 1.25rem);
  }
  .tiny-offset-10 {
    margin-left: 83.3333333333%;
  }
  .grid-margin-x > .tiny-offset-10 {
    margin-left: calc(83.3333333333% + 1.25rem);
  }
  .tiny-offset-11 {
    margin-left: 91.6666666667%;
  }
  .grid-margin-x > .tiny-offset-11 {
    margin-left: calc(91.6666666667% + 1.25rem);
  }
}
@media print, screen and (min-width: 40em) {
  .small-offset-0 {
    margin-left: 0%;
  }
  .grid-margin-x > .small-offset-0 {
    margin-left: calc(0% + 1.25rem);
  }
  .small-offset-1 {
    margin-left: 8.3333333333%;
  }
  .grid-margin-x > .small-offset-1 {
    margin-left: calc(8.3333333333% + 1.25rem);
  }
  .small-offset-2 {
    margin-left: 16.6666666667%;
  }
  .grid-margin-x > .small-offset-2 {
    margin-left: calc(16.6666666667% + 1.25rem);
  }
  .small-offset-3 {
    margin-left: 25%;
  }
  .grid-margin-x > .small-offset-3 {
    margin-left: calc(25% + 1.25rem);
  }
  .small-offset-4 {
    margin-left: 33.3333333333%;
  }
  .grid-margin-x > .small-offset-4 {
    margin-left: calc(33.3333333333% + 1.25rem);
  }
  .small-offset-5 {
    margin-left: 41.6666666667%;
  }
  .grid-margin-x > .small-offset-5 {
    margin-left: calc(41.6666666667% + 1.25rem);
  }
  .small-offset-6 {
    margin-left: 50%;
  }
  .grid-margin-x > .small-offset-6 {
    margin-left: calc(50% + 1.25rem);
  }
  .small-offset-7 {
    margin-left: 58.3333333333%;
  }
  .grid-margin-x > .small-offset-7 {
    margin-left: calc(58.3333333333% + 1.25rem);
  }
  .small-offset-8 {
    margin-left: 66.6666666667%;
  }
  .grid-margin-x > .small-offset-8 {
    margin-left: calc(66.6666666667% + 1.25rem);
  }
  .small-offset-9 {
    margin-left: 75%;
  }
  .grid-margin-x > .small-offset-9 {
    margin-left: calc(75% + 1.25rem);
  }
  .small-offset-10 {
    margin-left: 83.3333333333%;
  }
  .grid-margin-x > .small-offset-10 {
    margin-left: calc(83.3333333333% + 1.25rem);
  }
  .small-offset-11 {
    margin-left: 91.6666666667%;
  }
  .grid-margin-x > .small-offset-11 {
    margin-left: calc(91.6666666667% + 1.25rem);
  }
}
@media print, screen and (min-width: 48em) {
  .medium-offset-0 {
    margin-left: 0%;
  }
  .grid-margin-x > .medium-offset-0 {
    margin-left: calc(0% + 1.25rem);
  }
  .medium-offset-1 {
    margin-left: 8.3333333333%;
  }
  .grid-margin-x > .medium-offset-1 {
    margin-left: calc(8.3333333333% + 1.25rem);
  }
  .medium-offset-2 {
    margin-left: 16.6666666667%;
  }
  .grid-margin-x > .medium-offset-2 {
    margin-left: calc(16.6666666667% + 1.25rem);
  }
  .medium-offset-3 {
    margin-left: 25%;
  }
  .grid-margin-x > .medium-offset-3 {
    margin-left: calc(25% + 1.25rem);
  }
  .medium-offset-4 {
    margin-left: 33.3333333333%;
  }
  .grid-margin-x > .medium-offset-4 {
    margin-left: calc(33.3333333333% + 1.25rem);
  }
  .medium-offset-5 {
    margin-left: 41.6666666667%;
  }
  .grid-margin-x > .medium-offset-5 {
    margin-left: calc(41.6666666667% + 1.25rem);
  }
  .medium-offset-6 {
    margin-left: 50%;
  }
  .grid-margin-x > .medium-offset-6 {
    margin-left: calc(50% + 1.25rem);
  }
  .medium-offset-7 {
    margin-left: 58.3333333333%;
  }
  .grid-margin-x > .medium-offset-7 {
    margin-left: calc(58.3333333333% + 1.25rem);
  }
  .medium-offset-8 {
    margin-left: 66.6666666667%;
  }
  .grid-margin-x > .medium-offset-8 {
    margin-left: calc(66.6666666667% + 1.25rem);
  }
  .medium-offset-9 {
    margin-left: 75%;
  }
  .grid-margin-x > .medium-offset-9 {
    margin-left: calc(75% + 1.25rem);
  }
  .medium-offset-10 {
    margin-left: 83.3333333333%;
  }
  .grid-margin-x > .medium-offset-10 {
    margin-left: calc(83.3333333333% + 1.25rem);
  }
  .medium-offset-11 {
    margin-left: 91.6666666667%;
  }
  .grid-margin-x > .medium-offset-11 {
    margin-left: calc(91.6666666667% + 1.25rem);
  }
}
@media print, screen and (min-width: 64em) {
  .large-offset-0 {
    margin-left: 0%;
  }
  .grid-margin-x > .large-offset-0 {
    margin-left: calc(0% + 1.25rem);
  }
  .large-offset-1 {
    margin-left: 8.3333333333%;
  }
  .grid-margin-x > .large-offset-1 {
    margin-left: calc(8.3333333333% + 1.25rem);
  }
  .large-offset-2 {
    margin-left: 16.6666666667%;
  }
  .grid-margin-x > .large-offset-2 {
    margin-left: calc(16.6666666667% + 1.25rem);
  }
  .large-offset-3 {
    margin-left: 25%;
  }
  .grid-margin-x > .large-offset-3 {
    margin-left: calc(25% + 1.25rem);
  }
  .large-offset-4 {
    margin-left: 33.3333333333%;
  }
  .grid-margin-x > .large-offset-4 {
    margin-left: calc(33.3333333333% + 1.25rem);
  }
  .large-offset-5 {
    margin-left: 41.6666666667%;
  }
  .grid-margin-x > .large-offset-5 {
    margin-left: calc(41.6666666667% + 1.25rem);
  }
  .large-offset-6 {
    margin-left: 50%;
  }
  .grid-margin-x > .large-offset-6 {
    margin-left: calc(50% + 1.25rem);
  }
  .large-offset-7 {
    margin-left: 58.3333333333%;
  }
  .grid-margin-x > .large-offset-7 {
    margin-left: calc(58.3333333333% + 1.25rem);
  }
  .large-offset-8 {
    margin-left: 66.6666666667%;
  }
  .grid-margin-x > .large-offset-8 {
    margin-left: calc(66.6666666667% + 1.25rem);
  }
  .large-offset-9 {
    margin-left: 75%;
  }
  .grid-margin-x > .large-offset-9 {
    margin-left: calc(75% + 1.25rem);
  }
  .large-offset-10 {
    margin-left: 83.3333333333%;
  }
  .grid-margin-x > .large-offset-10 {
    margin-left: calc(83.3333333333% + 1.25rem);
  }
  .large-offset-11 {
    margin-left: 91.6666666667%;
  }
  .grid-margin-x > .large-offset-11 {
    margin-left: calc(91.6666666667% + 1.25rem);
  }
}
.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 {
  width: auto;
  max-width: 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: 20em) {
  .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: 40em) {
  .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: 48em) {
  .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: 64em) {
  .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-auto {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0px;
          flex: 1 1 0px;
  height: 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, .grid-y > .initial-shrink {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
.grid-y > .initial-shrink {
  height: 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: 20em) {
  .grid-y > .tiny-auto {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 0px;
            flex: 1 1 0px;
    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: 40em) {
  .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 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 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: 48em) {
  .grid-y > .medium-auto {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 0px;
            flex: 1 1 0px;
    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: 64em) {
  .grid-y > .large-auto {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 0px;
            flex: 1 1 0px;
    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;
}
@media print, screen and (min-width: 48em) {
  .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;
}
@media print, screen and (min-width: 48em) {
  .grid-padding-y > .cell {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }
}

.grid-margin-y {
  margin-top: -1.25rem;
  margin-bottom: -1.25rem;
}
@media print, screen and (min-width: 48em) {
  .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;
}
@media print, screen and (min-width: 48em) {
  .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: 20em) {
  .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: 40em) {
  .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: 48em) {
  .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);
  }
  .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);
  }
  .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);
  }
  .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: 64em) {
  .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: 20em) {
  .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: 40em) {
  .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: 48em) {
  .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: 64em) {
  .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: 20em) {
  .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: 40em) {
  .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: 48em) {
  .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: 64em) {
  .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;
  }
}
.adjacent-line {
  position: relative;
  overflow: hidden;
  padding-bottom: 0.1em;
}
.adjacent-line span {
  display: inline;
  position: relative;
}
.adjacent-line span::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0.3em;
  left: calc(100% + 12px);
  width: 2000px;
  height: 1px;
  border-bottom: 1px solid #d8d8d8;
}

.academics-section h6.adjacent-line span {
  font-size: 1.375rem;
}

:root {
  --aspect-ratio: 1;
}

.aspect-ratio-frame {
  position: relative;
}
.aspect-ratio-frame::before {
  content: "";
  padding-bottom: calc(1 * 100%);
  display: block;
}
.aspect-ratio-frame img, .aspect-ratio-frame video, .aspect-ratio-frame .autoplay-video-container, .aspect-ratio-frame iframe {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
}
@supports (--css: variables) {
  .aspect-ratio-frame:before {
    content: "";
    padding-bottom: calc(var(--aspect-ratio) * 100%);
  }
}

.aspect-ratio-frame .media--blazy {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.is-b-loading:not([data-animation])::before {
  background: #af1735;
}

.site-header .grid-container {
  max-width: 80rem;
  position: relative;
}

.site-header__sticky-container .grid-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-right: 0;
  height: 4.375rem;
}
@media print, screen and (min-width: 64em) {
  .site-header__sticky-container .grid-container {
    height: 5.3125rem;
  }
}
.site-header__sticky-container .grid-container .site-header__logo {
  width: 197px;
  height: 49px;
  margin-right: auto;
}
@media screen and (max-width: 63.99875em) {
  .site-header__sticky-container .grid-container .site-header__logo {
    max-width: 161px;
  }
}

.utility-menu--smu {
  font-family: freight-text-pro, times, serif;
  font-size: 1rem;
}
.utility-menu--smu a {
  color: #333;
  text-decoration: none;
}
.utility-menu--smu a:hover, .utility-menu--smu a:focus {
  color: #af1735;
  text-decoration: underline;
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html {
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
  color: #000000;
  font-family: freight-text-pro, times, serif;
  font-size: 16px;
}

main {
  display: block;
}

.skip-link a:focus {
  position: absolute !important;
  overflow: visible;
  clip: unset;
  width: auto;
  height: auto;
  padding: 10px;
  font-size: 22px;
  color: #ffffff;
  font-weight: 700;
  background: #000000;
  z-index: 999;
  font-family: "Knockout 49 A", "Knockout 49 B", franklin-gothic-urw-comp, "Arial Narrow", sans-serif;
}

button {
  cursor: pointer;
  font-size: 1rem;
}

iframe {
  max-width: 100%;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

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;
}

h1 .ampersand,
h2 .ampersand {
  font-family: freight-text-pro, times, serif;
  color: #af1735;
  font-weight: 400;
}

.jump-destination--community + section.bg-pattern--lg,
section.bg-pattern--lg + section.bg-pattern--lg,
section.bg-pattern--sm + section.bg-pattern--sm,
section.bg-pattern--lg + section.bg-pattern--sm,
section.bg-pattern--sm + section.bg-pattern--lg,
.bg-pattern--last + section.bg-pattern--lg {
  margin-top: 0;
  -webkit-box-shadow: inset 0 18px 20px -18px rgb(0, 0, 0);
          box-shadow: inset 0 18px 20px -18px rgb(0, 0, 0);
}

[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-appearance: none;
     -moz-appearance: none;
          appearance: none;
  margin: 0;
  padding: 0;
  border-width: 0.0625em;
  border-style: solid;
  border-color: inherit;
  border-radius: 0;
  font-family: "Knockout 49 A", "Knockout 49 B", franklin-gothic-urw-comp, "Arial Narrow", sans-serif;
  font-size: 1rem;
  -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: "Knockout 49 A", "Knockout 49 B", franklin-gothic-urw-comp, "Arial Narrow", sans-serif;
  border-width: 0;
  border-style: solid;
  display: inline-block;
  position: relative;
  z-index: 2;
  line-height: 1.1;
  text-decoration: none;
  margin: 0.625rem 0.625rem 0 0;
  text-transform: uppercase;
  font-weight: 400;
  font-size: 1.125rem;
  padding: 1rem 1.5rem;
}
[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;
}
[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 {
  opacity: 0.6;
  cursor: not-allowed;
  pointer-events: none;
}

select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-color: #9e9e9e;
  color: #000000;
  text-transform: none;
  background: #ffffff;
  margin: 0;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1" width="20" height="10"><polygon points="10,10 20,0 0,0" fill="%23222"/></svg>');
  background-repeat: no-repeat;
  background-position: calc(100% - 1em) 50%;
  background-size: 1em;
}
select:hover:not(:disabled) {
  border-color: rgb(220.0757575758, 28.9242424242, 66.6515151515);
}
select:focus:not(:disabled) {
  border-color: #8dc63f;
}

fieldset {
  border-width: 0.0625em;
  border-style: solid;
  border-color: inherit;
  border-color: #9e9e9e;
  color: #000000;
  text-transform: none;
  background: #ffffff;
  margin: 0;
}
fieldset:hover:not(:disabled) {
  border-color: rgb(220.0757575758, 28.9242424242, 66.6515151515);
}
fieldset:focus:not(:disabled) {
  border-color: #8dc63f;
}

button,
[type=submit] {
  border-color: #af1735;
  color: #ffffff;
  background: #af1735;
  margin: 0;
  cursor: pointer;
  border: 0;
}
button:hover, button:focus,
[type=submit]:hover,
[type=submit]:focus {
  color: #ffffff;
  background: #222;
}

label {
  display: block;
  color: #222;
  font-family: "Knockout 49 A", "Knockout 49 B", franklin-gothic-urw-comp, "Arial Narrow", 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: #9e9e9e;
  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: rgb(220.0757575758, 28.9242424242, 66.6515151515);
}
[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: #222;
  font-family: "Knockout 49 A", "Knockout 49 B", franklin-gothic-urw-comp, "Arial Narrow", 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: #222;
  font-family: "Knockout 49 A", "Knockout 49 B", franklin-gothic-urw-comp, "Arial Narrow", 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: #222;
  font-family: "Knockout 49 A", "Knockout 49 B", franklin-gothic-urw-comp, "Arial Narrow", sans-serif;
}

[type=checkbox],
[type=radio] {
  cursor: pointer;
  margin: 0;
}
[type=checkbox] + label,
[type=radio] + label {
  display: inline-block;
  margin: 1em 0 1em 0.25em;
  cursor: pointer;
  vertical-align: middle;
  color: #000000;
}

[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: #d8d8d8;
}

[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: #af1735;
  -webkit-box-shadow: 0 0 0 0.0625em #af1735;
          box-shadow: 0 0 0 0.0625em #af1735;
}

table {
  font-family: freight-text-pro, times, serif;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.7;
  font-weight: 400;
  line-height: 1.25;
  text-align: left;
  margin-bottom: 2.5rem;
  border-collapse: collapse;
  border-top: 1px solid #d8d8d8;
}
@media print, screen and (min-width: 64em) {
  table {
    font-size: 1.25rem;
  }
}
table[align=left] {
  float: none;
}
@media print, screen and (min-width: 48em) {
  table[align=left] {
    float: left;
    margin-right: 2em;
  }
}
table[align=right] {
  float: none;
}
@media print, screen and (min-width: 48em) {
  table[align=right] {
    float: right;
    margin-left: 2em;
  }
}

.table table thead,
thead,
tbody {
  vertical-align: top;
}

.table table thead,
thead {
  color: #ffffff;
  border-right: 1px solid #d8d8d8;
  border-left: 1px solid #d8d8d8;
  font-size: 1.125rem;
}
.table table thead th,
thead th {
  color: #ffffff;
  background: #af1735;
  font-size: 1.125rem;
}

.ck-content .table > figcaption {
  font-size: 1.125rem;
  background: none;
}

.ck .ck-editor__nested-editable.ck-editor__nested-editable_focused,
.ck .ck-editor__nested-editable:focus {
  background: none;
}

tbody {
  border-top: 0;
  border-left: 1px solid #d8d8d8;
}

tr {
  border-bottom: 1px solid #d8d8d8;
}

th {
  padding: 1em 1.25em;
  border-right: 1px solid #d8d8d8;
  border-bottom: 0;
  background: #efefef;
  font-weight: 400;
}

td {
  padding: 1em 1.25em;
  border-right: 1px solid #d8d8d8;
}

@media screen and (max-width: 63.99875em) {
  .mobile-table {
    margin-bottom: 2.5rem;
  }
  .mobile-table--scroll {
    overflow-y: scroll;
  }
}
@media screen and (max-width: 63.99875em) {
  .mobile-table table {
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  .mobile-table--scroll {
    overflow-y: scroll;
    -webkit-transition: -webkit-box-shadow 0.8s cubic-bezier(0.82, 0.06, 0.14, 0.97);
    transition: -webkit-box-shadow 0.8s cubic-bezier(0.82, 0.06, 0.14, 0.97);
    transition: box-shadow 0.8s cubic-bezier(0.82, 0.06, 0.14, 0.97);
    transition: box-shadow 0.8s cubic-bezier(0.82, 0.06, 0.14, 0.97), -webkit-box-shadow 0.8s cubic-bezier(0.82, 0.06, 0.14, 0.97);
    -webkit-box-shadow: inset -1px 0 0.0666666667px rgba(255, 255, 255, 0.05), inset -2px 0 0.1333333333px rgba(255, 255, 255, 0.05), inset -3px 0 0.2px rgba(255, 255, 255, 0.05), inset -4px 0 0.2666666667px rgba(255, 255, 255, 0.05), inset -5px 0 0.3333333333px rgba(255, 255, 255, 0.05), inset -6px 0 0.4px rgba(255, 255, 255, 0.05), inset -7px 0 0.4666666667px rgba(255, 255, 255, 0.05), inset -8px 0 0.5333333333px rgba(255, 255, 255, 0.05), inset -9px 0 0.6px rgba(255, 255, 255, 0.05), inset -10px 0 0.6666666667px rgba(255, 255, 255, 0.05), inset -11px 0 0.7333333333px rgba(255, 255, 255, 0.05), inset -12px 0 0.8px rgba(255, 255, 255, 0.05), inset -13px 0 0.8666666667px rgba(255, 255, 255, 0.05), inset -14px 0 0.9333333333px rgba(255, 255, 255, 0.05), inset -15px 0 1px rgba(255, 255, 255, 0.05), inset -16px 0 1.0666666667px rgba(255, 255, 255, 0.05), inset -17px 0 1.1333333333px rgba(255, 255, 255, 0.05), inset -18px 0 1.2px rgba(255, 255, 255, 0.05), inset -19px 0 1.2666666667px rgba(255, 255, 255, 0.05), inset -20px 0 1.3333333333px rgba(255, 255, 255, 0.05), inset -21px 0 1.4px rgba(255, 255, 255, 0.05), inset -22px 0 1.4666666667px rgba(255, 255, 255, 0.05), inset -23px 0 1.5333333333px rgba(255, 255, 255, 0.05), inset -24px 0 1.6px rgba(255, 255, 255, 0.05), inset -25px 0 1.6666666667px rgba(255, 255, 255, 0.05), inset -26px 0 1.7333333333px rgba(255, 255, 255, 0.05), inset -27px 0 1.8px rgba(255, 255, 255, 0.05), inset -28px 0 1.8666666667px rgba(255, 255, 255, 0.05), inset -29px 0 1.9333333333px rgba(255, 255, 255, 0.05), inset -30px 0 2px rgba(255, 255, 255, 0.05), inset -31px 0 2.0666666667px rgba(255, 255, 255, 0.05), inset -32px 0 2.1333333333px rgba(255, 255, 255, 0.05), inset -33px 0 2.2px rgba(255, 255, 255, 0.05), inset -34px 0 2.2666666667px rgba(255, 255, 255, 0.05), inset -35px 0 2.3333333333px rgba(255, 255, 255, 0.05), inset -36px 0 2.4px rgba(255, 255, 255, 0.05), inset -37px 0 2.4666666667px rgba(255, 255, 255, 0.05), inset -38px 0 2.5333333333px rgba(255, 255, 255, 0.05), inset -39px 0 2.6px rgba(255, 255, 255, 0.05), inset -40px 0 2.6666666667px rgba(255, 255, 255, 0.05), inset -41px 0 2.7333333333px rgba(255, 255, 255, 0.05), inset -42px 0 2.8px rgba(255, 255, 255, 0.05), inset -43px 0 2.8666666667px rgba(255, 255, 255, 0.05), inset -44px 0 2.9333333333px rgba(255, 255, 255, 0.05), inset -45px 0 3px rgba(255, 255, 255, 0.05), inset -46px 0 3.0666666667px rgba(255, 255, 255, 0.05), inset -47px 0 3.1333333333px rgba(255, 255, 255, 0.05), inset -48px 0 3.2px rgba(255, 255, 255, 0.05), inset -49px 0 3.2666666667px rgba(255, 255, 255, 0.05), inset -50px 0 3.3333333333px rgba(255, 255, 255, 0.05), inset -51px 0 3.4px rgba(255, 255, 255, 0.05), inset -52px 0 3.4666666667px rgba(255, 255, 255, 0.05), inset -53px 0 3.5333333333px rgba(255, 255, 255, 0.05), inset -54px 0 3.6px rgba(255, 255, 255, 0.05), inset -55px 0 3.6666666667px rgba(255, 255, 255, 0.05), inset -56px 0 3.7333333333px rgba(255, 255, 255, 0.05), inset -57px 0 3.8px rgba(255, 255, 255, 0.05), inset -58px 0 3.8666666667px rgba(255, 255, 255, 0.05), inset -59px 0 3.9333333333px rgba(255, 255, 255, 0.05), inset -60px 0 4px rgba(255, 255, 255, 0.05), inset -61px 0 4.0666666667px rgba(255, 255, 255, 0.05), inset -62px 0 4.1333333333px rgba(255, 255, 255, 0.05), inset -63px 0 4.2px rgba(255, 255, 255, 0.05), inset -64px 0 4.2666666667px rgba(255, 255, 255, 0.05), inset -65px 0 4.3333333333px rgba(255, 255, 255, 0.05), inset -66px 0 4.4px rgba(255, 255, 255, 0.05), inset -67px 0 4.4666666667px rgba(255, 255, 255, 0.05), inset -68px 0 4.5333333333px rgba(255, 255, 255, 0.05), inset -69px 0 4.6px rgba(255, 255, 255, 0.05), inset -70px 0 4.6666666667px rgba(255, 255, 255, 0.05), inset -71px 0 4.7333333333px rgba(255, 255, 255, 0.05), inset -72px 0 4.8px rgba(255, 255, 255, 0.05), inset -73px 0 4.8666666667px rgba(255, 255, 255, 0.05), inset -74px 0 4.9333333333px rgba(255, 255, 255, 0.05), inset -75px 0 5px rgba(255, 255, 255, 0.05);
            box-shadow: inset -1px 0 0.0666666667px rgba(255, 255, 255, 0.05), inset -2px 0 0.1333333333px rgba(255, 255, 255, 0.05), inset -3px 0 0.2px rgba(255, 255, 255, 0.05), inset -4px 0 0.2666666667px rgba(255, 255, 255, 0.05), inset -5px 0 0.3333333333px rgba(255, 255, 255, 0.05), inset -6px 0 0.4px rgba(255, 255, 255, 0.05), inset -7px 0 0.4666666667px rgba(255, 255, 255, 0.05), inset -8px 0 0.5333333333px rgba(255, 255, 255, 0.05), inset -9px 0 0.6px rgba(255, 255, 255, 0.05), inset -10px 0 0.6666666667px rgba(255, 255, 255, 0.05), inset -11px 0 0.7333333333px rgba(255, 255, 255, 0.05), inset -12px 0 0.8px rgba(255, 255, 255, 0.05), inset -13px 0 0.8666666667px rgba(255, 255, 255, 0.05), inset -14px 0 0.9333333333px rgba(255, 255, 255, 0.05), inset -15px 0 1px rgba(255, 255, 255, 0.05), inset -16px 0 1.0666666667px rgba(255, 255, 255, 0.05), inset -17px 0 1.1333333333px rgba(255, 255, 255, 0.05), inset -18px 0 1.2px rgba(255, 255, 255, 0.05), inset -19px 0 1.2666666667px rgba(255, 255, 255, 0.05), inset -20px 0 1.3333333333px rgba(255, 255, 255, 0.05), inset -21px 0 1.4px rgba(255, 255, 255, 0.05), inset -22px 0 1.4666666667px rgba(255, 255, 255, 0.05), inset -23px 0 1.5333333333px rgba(255, 255, 255, 0.05), inset -24px 0 1.6px rgba(255, 255, 255, 0.05), inset -25px 0 1.6666666667px rgba(255, 255, 255, 0.05), inset -26px 0 1.7333333333px rgba(255, 255, 255, 0.05), inset -27px 0 1.8px rgba(255, 255, 255, 0.05), inset -28px 0 1.8666666667px rgba(255, 255, 255, 0.05), inset -29px 0 1.9333333333px rgba(255, 255, 255, 0.05), inset -30px 0 2px rgba(255, 255, 255, 0.05), inset -31px 0 2.0666666667px rgba(255, 255, 255, 0.05), inset -32px 0 2.1333333333px rgba(255, 255, 255, 0.05), inset -33px 0 2.2px rgba(255, 255, 255, 0.05), inset -34px 0 2.2666666667px rgba(255, 255, 255, 0.05), inset -35px 0 2.3333333333px rgba(255, 255, 255, 0.05), inset -36px 0 2.4px rgba(255, 255, 255, 0.05), inset -37px 0 2.4666666667px rgba(255, 255, 255, 0.05), inset -38px 0 2.5333333333px rgba(255, 255, 255, 0.05), inset -39px 0 2.6px rgba(255, 255, 255, 0.05), inset -40px 0 2.6666666667px rgba(255, 255, 255, 0.05), inset -41px 0 2.7333333333px rgba(255, 255, 255, 0.05), inset -42px 0 2.8px rgba(255, 255, 255, 0.05), inset -43px 0 2.8666666667px rgba(255, 255, 255, 0.05), inset -44px 0 2.9333333333px rgba(255, 255, 255, 0.05), inset -45px 0 3px rgba(255, 255, 255, 0.05), inset -46px 0 3.0666666667px rgba(255, 255, 255, 0.05), inset -47px 0 3.1333333333px rgba(255, 255, 255, 0.05), inset -48px 0 3.2px rgba(255, 255, 255, 0.05), inset -49px 0 3.2666666667px rgba(255, 255, 255, 0.05), inset -50px 0 3.3333333333px rgba(255, 255, 255, 0.05), inset -51px 0 3.4px rgba(255, 255, 255, 0.05), inset -52px 0 3.4666666667px rgba(255, 255, 255, 0.05), inset -53px 0 3.5333333333px rgba(255, 255, 255, 0.05), inset -54px 0 3.6px rgba(255, 255, 255, 0.05), inset -55px 0 3.6666666667px rgba(255, 255, 255, 0.05), inset -56px 0 3.7333333333px rgba(255, 255, 255, 0.05), inset -57px 0 3.8px rgba(255, 255, 255, 0.05), inset -58px 0 3.8666666667px rgba(255, 255, 255, 0.05), inset -59px 0 3.9333333333px rgba(255, 255, 255, 0.05), inset -60px 0 4px rgba(255, 255, 255, 0.05), inset -61px 0 4.0666666667px rgba(255, 255, 255, 0.05), inset -62px 0 4.1333333333px rgba(255, 255, 255, 0.05), inset -63px 0 4.2px rgba(255, 255, 255, 0.05), inset -64px 0 4.2666666667px rgba(255, 255, 255, 0.05), inset -65px 0 4.3333333333px rgba(255, 255, 255, 0.05), inset -66px 0 4.4px rgba(255, 255, 255, 0.05), inset -67px 0 4.4666666667px rgba(255, 255, 255, 0.05), inset -68px 0 4.5333333333px rgba(255, 255, 255, 0.05), inset -69px 0 4.6px rgba(255, 255, 255, 0.05), inset -70px 0 4.6666666667px rgba(255, 255, 255, 0.05), inset -71px 0 4.7333333333px rgba(255, 255, 255, 0.05), inset -72px 0 4.8px rgba(255, 255, 255, 0.05), inset -73px 0 4.8666666667px rgba(255, 255, 255, 0.05), inset -74px 0 4.9333333333px rgba(255, 255, 255, 0.05), inset -75px 0 5px rgba(255, 255, 255, 0.05);
    margin-right: -1.25rem;
    margin-left: -1.25rem;
    padding-right: 1.25rem;
    padding-left: 1.25rem;
  }
}
@media screen and (max-width: 63.99875em) and (min-width: 48em) {
  .mobile-table--scroll {
    margin-right: -1.25rem;
    margin-left: -1.25rem;
  }
}
@media screen and (max-width: 63.99875em) and (min-width: 48em) {
  .mobile-table--scroll {
    padding-right: 1.25rem;
    padding-left: 1.25rem;
  }
}
@media screen and (max-width: 63.99875em) {
  .mobile-table--scroll.scrolled {
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  .mobile-table--scroll.scrolled table {
    z-index: 1;
  }
  .mobile-table--scroll table {
    position: relative;
    z-index: -1;
  }
}
h1, .h1 {
  font-family: Knockout 49 A, Knockout 49 B, franklin-gothic-urw-comp, Arial Narrow, sans-serif;
  font-size: 3.25rem;
  font-weight: 400;
  line-height: 0.89;
  text-transform: uppercase;
}
@media print, screen and (min-width: 48em) {
  h1, .h1 {
    font-size: 4.875rem;
  }
}
@media print, screen and (min-width: 64em) {
  h1, .h1 {
    font-size: 6.875rem;
  }
}

h2, .h2 {
  font-family: Knockout 49 A, Knockout 49 B, franklin-gothic-urw-comp, Arial Narrow, sans-serif;
  font-size: 2.5rem;
  font-weight: 400;
  line-height: 0.89;
  margin-bottom: 0;
}
@media print, screen and (min-width: 48em) {
  h2, .h2 {
    font-size: 3.125rem;
  }
}
@media print, screen and (min-width: 64em) {
  h2, .h2 {
    font-size: 4rem;
  }
}

h3, .h3 {
  font-family: Knockout 49 A, Knockout 49 B, franklin-gothic-urw-comp, Arial Narrow, sans-serif;
  font-size: 2.25rem;
  font-weight: 400;
  line-height: 1.1;
}
@media print, screen and (min-width: 48em) {
  h3, .h3 {
    font-size: 2.5rem;
  }
}
@media print, screen and (min-width: 64em) {
  h3, .h3 {
    font-size: 3.125rem;
  }
}

h4, .h4 {
  font-family: Knockout 49 A, Knockout 49 B, franklin-gothic-urw-comp, Arial Narrow, sans-serif;
  font-size: 1.75rem;
  font-weight: 400;
  line-height: 1.1;
}
@media print, screen and (min-width: 48em) {
  h4, .h4 {
    font-size: 2.25rem;
  }
}
@media print, screen and (min-width: 64em) {
  h4, .h4 {
    font-size: 2.5rem;
  }
}

h5, .h5 {
  font-family: Knockout 49 A, Knockout 49 B, franklin-gothic-urw-comp, Arial Narrow, sans-serif;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.1;
  text-transform: none;
}
@media print, screen and (min-width: 48em) {
  h5, .h5 {
    font-size: 1.75rem;
  }
}
@media print, screen and (min-width: 64em) {
  h5, .h5 {
    font-size: 2.25rem;
  }
}

h6, .h6 {
  font-family: Knockout 49 A, Knockout 49 B, franklin-gothic-urw-comp, Arial Narrow, sans-serif;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.1;
  text-transform: none;
}
@media print, screen and (min-width: 48em) {
  h6, .h6 {
    font-size: 1.5rem;
  }
}
@media print, screen and (min-width: 64em) {
  h6, .h6 {
    font-size: 1.75rem;
  }
}

p, .p {
  font-family: freight-text-pro, times, serif;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.7;
}
@media print, screen and (min-width: 64em) {
  p, .p {
    font-size: 1.25rem;
  }
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
iframe,
table,
.mobile-table {
  margin: 0;
}

.eyebrow {
  font-family: Knockout 49 A, Knockout 49 B, franklin-gothic-urw-comp, Arial Narrow, sans-serif;
  font-weight: 400;
  font-size: 1.125rem;
  text-transform: uppercase;
  line-height: 1.2;
}

a {
  text-decoration: underline;
  color: #af1735;
}
a:hover {
  text-decoration: underline;
}

em {
  font-style: italic;
}

b,
strong {
  font-weight: 700;
}

blockquote {
  position: relative;
}
blockquote p {
  font-family: Knockout 49 A, Knockout 49 B, franklin-gothic-urw-comp, Arial Narrow, sans-serif;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.1;
  text-transform: none;
}
@media print, screen and (min-width: 48em) {
  blockquote p {
    font-size: 1.75rem;
  }
}
@media print, screen and (min-width: 64em) {
  blockquote p {
    font-size: 2.25rem;
  }
}
blockquote .quotee {
  font-family: "Knockout 49 A", "Knockout 49 B", franklin-gothic-urw-comp, "Arial Narrow", sans-serif;
  font-family: freight-text-pro, times, serif;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.7;
}
@media print, screen and (min-width: 64em) {
  blockquote .quotee {
    font-size: 1.25rem;
  }
}

.wysiwyg blockquote {
  border-left: 5px solid #9e9e9e;
  font-style: italic;
  margin-left: 0;
  margin-right: 0;
  overflow: hidden;
  padding: 0.25em 1.5em;
}

ol,
ul,
li {
  margin: 0;
  padding: 0;
}

.wysiwyg li,
.ck-content li {
  font-family: freight-text-pro, times, serif;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.7;
}
@media print, screen and (min-width: 64em) {
  .wysiwyg li,
  .ck-content li {
    font-size: 1.25rem;
  }
}

ol {
  margin-top: 1.5rem;
  padding-left: 0;
  list-style: none;
  counter-reset: li;
}
@media print, screen and (min-width: 48em) {
  ol {
    margin-top: 2rem;
  }
}
@media print, screen and (min-width: 64em) {
  ol {
    margin-top: 2.5rem;
  }
}

ol > li {
  position: relative;
  padding-left: 3rem;
  counter-increment: li;
}
ol > li li,
ol > li li:first-child {
  margin-top: 0.5rem;
}
@media print, screen and (min-width: 48em) {
  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) ".";
  color: #000000;
  font-size: 1.125rem;
  font-weight: 600;
}

.cke_editable ul > li,
.wysiwyg ul > li,
.ck-content ul > li,
.section--wysiwyg ul > li {
  position: relative;
  padding-left: 3rem;
  list-style: none;
}
.cke_editable ul > li:before,
.wysiwyg ul > li:before,
.ck-content ul > li:before,
.section--wysiwyg ul > li:before {
  position: absolute;
  top: 0;
  left: 0;
  content: url("../img/bullet.svg");
}
.cke_editable ul > li a,
.wysiwyg ul > li a,
.ck-content ul > li a,
.section--wysiwyg ul > li a {
  padding: 0.75rem 0;
}

.body-text-callout__text--callout.wysiwyg ul > li::before, .body-text-callout__text--callout.ck-content ul > li::before {
  content: url("../img/bullet-white.svg");
}

.stat {
  font-family: Knockout 49 A, Knockout 49 B, franklin-gothic-urw-comp, Arial Narrow, sans-serif;
  font-weight: 700;
  font-size: 6.25rem;
  line-height: 1;
  letter-spacing: -1px;
}
@media print, screen and (min-width: 48em) {
  .stat {
    font-size: 10.625rem;
    letter-spacing: -1.4px;
  }
}

.list--comma-separate ul {
  display: inline-block;
  margin: 0;
  padding: 0;
  list-style: none;
  font-family: "Knockout 49 A", "Knockout 49 B", franklin-gothic-urw-comp, "Arial Narrow", 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: ",";
}

.media--blazy.media--responsive.is-b-loaded {
  position: static;
}

.section--global-spacinghero--video .aspect-ratio-frame .media--blazy.media--responsive.is-b-loaded,
.profile__cards .aspect-ratio-frame .media--blazy.media--responsive.is-b-loaded {
  position: absolute;
}

.video-play-button {
  position: absolute;
  right: 3rem;
  z-index: 4;
  background: none;
  font-size: 0;
}
@media screen and (max-width: 47.99875em) {
  .video-play-button {
    display: none;
  }
}
@media screen and (max-height: 849px) {
  .video-play-button {
    top: 80vh;
  }
}
@media screen and (min-height: 850px) {
  .video-play-button {
    bottom: 2rem;
  }
}
.video-play-button:after {
  content: "\f28b";
  color: #ffffff;
  font-family: "Font Awesome 5 Pro";
  font-weight: 600;
  font-size: 40px;
}
.video-play-button:hover, .video-play-button:focus {
  background: none;
}
.video-play-button:hover::after, .video-play-button:focus::after {
  color: #af1735;
}
.hero-video-paused .video-play-button:after {
  content: "\f144";
}

.play-button {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 2.8125rem;
  height: 2.8125rem;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  opacity: 0.47;
}
@media print, screen and (min-width: 48em) {
  .play-button {
    width: 7.8125rem;
    height: 7.8125rem;
  }
}
.play-button path {
  fill: #ffffff;
}

.wysiwyg .responsive-video-iframe {
  margin-top: 1rem;
  position: relative;
}
.wysiwyg .responsive-video-iframe::before {
  content: "";
  padding-bottom: calc(0.5625 * 100%);
  display: block;
}
.wysiwyg .responsive-video-iframe iframe {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
}
.wysiwyg .responsive-video-iframe iframe iframe {
  position: relative;
}
.wysiwyg .align-center .responsive-video-iframe {
  min-width: 100%;
}
.wysiwyg .align-left .responsive-video-iframe,
.wysiwyg .align-right .responsive-video-iframe {
  min-width: 300px;
}

.wysiwyg::before, .wysiwyg::after,
.ck-content::before,
.ck-content::after {
  display: table;
  content: " ";
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
.wysiwyg::after,
.ck-content::after {
  clear: both;
}

body {
  font-family: "Knockout 49 A", "Knockout 49 B", franklin-gothic-urw-comp, "Arial Narrow", sans-serif;
}

.intro-text {
  font-size: 1.375rem;
  font-weight: 400;
  line-height: 1.5;
  font-family: freight-text-pro, times, serif;
}
@media print, screen and (min-width: 64em) {
  .intro-text {
    font-size: 1.625rem;
  }
}

.align-right,
.obj-right {
  float: none;
  margin: 2rem 0;
}
@media print, screen and (min-width: 48em) {
  .align-right,
  .obj-right {
    float: right;
    margin: 3rem 0 2rem 2rem;
  }
}
@media print, screen and (min-width: 64em) {
  .align-right,
  .obj-right {
    margin: 3.5rem 0 2.5rem 2.5rem;
  }
}
.align-right img,
.obj-right img {
  display: block;
}

.align-left,
.obj-left {
  float: none;
  margin: 2.5rem 0;
}
@media print, screen and (min-width: 48em) {
  .align-left,
  .obj-left {
    float: left;
    margin: 3rem 2rem 2rem 0;
  }
}
@media print, screen and (min-width: 64em) {
  .align-left,
  .obj-left {
    margin: 3.5rem 2.5rem 2.5rem 0;
  }
}
.align-left img,
.obj-left img {
  display: block;
}

.align-center,
.obj-center {
  display: table;
  margin: 2rem auto;
}
.align-center img,
.obj-center img {
  display: block;
}

[data-embed-button=ohou_media_embed] .video-embed-field-responsive-video {
  width: 100%;
}

figure.align-center,
figure.obj-center,
.align-center,
.obj-center {
  display: block;
}
figure.align-center figcaption,
figure.obj-center figcaption,
.align-center figcaption,
.obj-center figcaption {
  width: 0px;
  min-width: 100%;
}

figure.align-left,
figure.obj-left,
figure.align-right,
figure.obj-right,
.align-left,
.obj-left,
.align-right,
.obj-right {
  display: inline-block;
}
figure.align-left figcaption,
figure.obj-left figcaption,
figure.align-right figcaption,
figure.obj-right figcaption,
.align-left figcaption,
.obj-left figcaption,
.align-right figcaption,
.obj-right figcaption {
  width: 0px;
  min-width: 100%;
}
figure.align-left .media-embed--video,
figure.align-left .video-embed-field-responsive-video,
figure.obj-left .media-embed--video,
figure.obj-left .video-embed-field-responsive-video,
figure.align-right .media-embed--video,
figure.align-right .video-embed-field-responsive-video,
figure.obj-right .media-embed--video,
figure.obj-right .video-embed-field-responsive-video,
.align-left .media-embed--video,
.align-left .video-embed-field-responsive-video,
.obj-left .media-embed--video,
.obj-left .video-embed-field-responsive-video,
.align-right .media-embed--video,
.align-right .video-embed-field-responsive-video,
.obj-right .media-embed--video,
.obj-right .video-embed-field-responsive-video {
  min-width: 15.625rem;
}
@media print, screen and (min-width: 48em) {
  figure.align-left .media-embed--video,
  figure.align-left .video-embed-field-responsive-video,
  figure.obj-left .media-embed--video,
  figure.obj-left .video-embed-field-responsive-video,
  figure.align-right .media-embed--video,
  figure.align-right .video-embed-field-responsive-video,
  figure.obj-right .media-embed--video,
  figure.obj-right .video-embed-field-responsive-video,
  .align-left .media-embed--video,
  .align-left .video-embed-field-responsive-video,
  .obj-left .media-embed--video,
  .obj-left .video-embed-field-responsive-video,
  .align-right .media-embed--video,
  .align-right .video-embed-field-responsive-video,
  .obj-right .media-embed--video,
  .obj-right .video-embed-field-responsive-video {
    min-width: 25rem;
  }
}

figure[role=group] {
  display: table;
}
figure[role=group] figcaption {
  display: table-caption;
}

figcaption {
  font-size: 1rem;
  line-height: 1.2;
  font-family: freight-text-pro, times, serif;
  margin-top: 0.5em;
  caption-side: bottom;
  color: #222;
}
@media print, screen and (min-width: 64em) {
  figcaption {
    font-size: 1.125rem;
  }
}

hr {
  border: none;
  border-top: 1px solid #9e9e9e;
}

.wysiwyg p, .wysiwyg ul, .wysiwyg ol, .wysiwyg li, .wysiwyg .intro-text, .wysiwyg blockquote, .wysiwyg hr, .wysiwyg h1, .wysiwyg h2, .wysiwyg h3, .wysiwyg h4, .wysiwyg h5, .wysiwyg h6, .wysiwyg .link-arrow,
.ck-content p,
.ck-content ul,
.ck-content ol,
.ck-content li,
.ck-content .intro-text,
.ck-content blockquote,
.ck-content hr,
.ck-content h1,
.ck-content h2,
.ck-content h3,
.ck-content h4,
.ck-content h5,
.ck-content h6,
.ck-content .link-arrow,
textarea p,
textarea ul,
textarea ol,
textarea li,
textarea .intro-text,
textarea blockquote,
textarea hr,
textarea h1,
textarea h2,
textarea h3,
textarea h4,
textarea h5,
textarea h6,
textarea .link-arrow,
.cke_editable p,
.cke_editable ul,
.cke_editable ol,
.cke_editable li,
.cke_editable .intro-text,
.cke_editable blockquote,
.cke_editable hr,
.cke_editable h1,
.cke_editable h2,
.cke_editable h3,
.cke_editable h4,
.cke_editable h5,
.cke_editable h6,
.cke_editable .link-arrow,
.js-text-format-wrapper p,
.js-text-format-wrapper ul,
.js-text-format-wrapper ol,
.js-text-format-wrapper li,
.js-text-format-wrapper .intro-text,
.js-text-format-wrapper blockquote,
.js-text-format-wrapper hr,
.js-text-format-wrapper h1,
.js-text-format-wrapper h2,
.js-text-format-wrapper h3,
.js-text-format-wrapper h4,
.js-text-format-wrapper h5,
.js-text-format-wrapper h6,
.js-text-format-wrapper .link-arrow {
  margin-top: 1rem;
  margin-bottom: 0;
}
@media print, screen and (min-width: 48em) {
  .wysiwyg p, .wysiwyg ul, .wysiwyg ol, .wysiwyg li, .wysiwyg .intro-text, .wysiwyg blockquote, .wysiwyg hr, .wysiwyg h1, .wysiwyg h2, .wysiwyg h3, .wysiwyg h4, .wysiwyg h5, .wysiwyg h6, .wysiwyg .link-arrow,
  .ck-content p,
  .ck-content ul,
  .ck-content ol,
  .ck-content li,
  .ck-content .intro-text,
  .ck-content blockquote,
  .ck-content hr,
  .ck-content h1,
  .ck-content h2,
  .ck-content h3,
  .ck-content h4,
  .ck-content h5,
  .ck-content h6,
  .ck-content .link-arrow,
  textarea p,
  textarea ul,
  textarea ol,
  textarea li,
  textarea .intro-text,
  textarea blockquote,
  textarea hr,
  textarea h1,
  textarea h2,
  textarea h3,
  textarea h4,
  textarea h5,
  textarea h6,
  textarea .link-arrow,
  .cke_editable p,
  .cke_editable ul,
  .cke_editable ol,
  .cke_editable li,
  .cke_editable .intro-text,
  .cke_editable blockquote,
  .cke_editable hr,
  .cke_editable h1,
  .cke_editable h2,
  .cke_editable h3,
  .cke_editable h4,
  .cke_editable h5,
  .cke_editable h6,
  .cke_editable .link-arrow,
  .js-text-format-wrapper p,
  .js-text-format-wrapper ul,
  .js-text-format-wrapper ol,
  .js-text-format-wrapper li,
  .js-text-format-wrapper .intro-text,
  .js-text-format-wrapper blockquote,
  .js-text-format-wrapper hr,
  .js-text-format-wrapper h1,
  .js-text-format-wrapper h2,
  .js-text-format-wrapper h3,
  .js-text-format-wrapper h4,
  .js-text-format-wrapper h5,
  .js-text-format-wrapper h6,
  .js-text-format-wrapper .link-arrow {
    margin-top: 1.5rem;
  }
}
.wysiwyg .intro-text,
.ck-content .intro-text,
textarea .intro-text,
.cke_editable .intro-text,
.js-text-format-wrapper .intro-text {
  margin-top: 1.5rem;
}
@media print, screen and (min-width: 48em) {
  .wysiwyg .intro-text,
  .ck-content .intro-text,
  textarea .intro-text,
  .cke_editable .intro-text,
  .js-text-format-wrapper .intro-text {
    margin-top: 2rem;
  }
}
.wysiwyg h2,
.wysiwyg h3,
.wysiwyg h4,
.wysiwyg h5,
.wysiwyg h6,
.wysiwyg blockquote,
.ck-content h2,
.ck-content h3,
.ck-content h4,
.ck-content h5,
.ck-content h6,
.ck-content blockquote,
textarea h2,
textarea h3,
textarea h4,
textarea h5,
textarea h6,
textarea blockquote,
.cke_editable h2,
.cke_editable h3,
.cke_editable h4,
.cke_editable h5,
.cke_editable h6,
.cke_editable blockquote,
.js-text-format-wrapper h2,
.js-text-format-wrapper h3,
.js-text-format-wrapper h4,
.js-text-format-wrapper h5,
.js-text-format-wrapper h6,
.js-text-format-wrapper blockquote {
  margin-top: 1.5rem;
}
@media print, screen and (min-width: 48em) {
  .wysiwyg h2,
  .wysiwyg h3,
  .wysiwyg h4,
  .wysiwyg h5,
  .wysiwyg h6,
  .wysiwyg blockquote,
  .ck-content h2,
  .ck-content h3,
  .ck-content h4,
  .ck-content h5,
  .ck-content h6,
  .ck-content blockquote,
  textarea h2,
  textarea h3,
  textarea h4,
  textarea h5,
  textarea h6,
  textarea blockquote,
  .cke_editable h2,
  .cke_editable h3,
  .cke_editable h4,
  .cke_editable h5,
  .cke_editable h6,
  .cke_editable blockquote,
  .js-text-format-wrapper h2,
  .js-text-format-wrapper h3,
  .js-text-format-wrapper h4,
  .js-text-format-wrapper h5,
  .js-text-format-wrapper h6,
  .js-text-format-wrapper blockquote {
    margin-top: 2rem;
  }
}
@media print, screen and (min-width: 64em) {
  .wysiwyg h2,
  .wysiwyg h3,
  .wysiwyg h4,
  .wysiwyg h5,
  .wysiwyg h6,
  .wysiwyg blockquote,
  .ck-content h2,
  .ck-content h3,
  .ck-content h4,
  .ck-content h5,
  .ck-content h6,
  .ck-content blockquote,
  textarea h2,
  textarea h3,
  textarea h4,
  textarea h5,
  textarea h6,
  textarea blockquote,
  .cke_editable h2,
  .cke_editable h3,
  .cke_editable h4,
  .cke_editable h5,
  .cke_editable h6,
  .cke_editable blockquote,
  .js-text-format-wrapper h2,
  .js-text-format-wrapper h3,
  .js-text-format-wrapper h4,
  .js-text-format-wrapper h5,
  .js-text-format-wrapper h6,
  .js-text-format-wrapper blockquote {
    margin-top: 3rem;
  }
}

.mobile-table {
  margin-top: 1.5rem;
  padding: 0;
}
@media print, screen and (min-width: 48em) {
  .mobile-table {
    margin-top: 2rem;
  }
}
.mobile-table table {
  margin: 0;
}

.card p:first-child, .card ul:first-child, .card ol:first-child, .card li:first-child, .card .intro-text:first-child, .card blockquote:first-child, .card hr:first-child, .card h1:first-child, .card h2:first-child, .card h3:first-child, .card h4:first-child, .card h5:first-child, .card h6:first-child, .card .link-arrow:first-child,
section p:first-child,
section ul:first-child,
section ol:first-child,
section li:first-child,
section .intro-text:first-child,
section blockquote:first-child,
section hr:first-child,
section h1:first-child,
section h2:first-child,
section h3:first-child,
section h4:first-child,
section h5:first-child,
section h6:first-child,
section .link-arrow:first-child,
header p:first-child,
header ul:first-child,
header ol:first-child,
header li:first-child,
header .intro-text:first-child,
header blockquote:first-child,
header hr:first-child,
header h1:first-child,
header h2:first-child,
header h3:first-child,
header h4:first-child,
header h5:first-child,
header h6:first-child,
header .link-arrow:first-child,
.listing-item p:first-child,
.listing-item ul:first-child,
.listing-item ol:first-child,
.listing-item li:first-child,
.listing-item .intro-text:first-child,
.listing-item blockquote:first-child,
.listing-item hr:first-child,
.listing-item h1:first-child,
.listing-item h2:first-child,
.listing-item h3:first-child,
.listing-item h4:first-child,
.listing-item h5:first-child,
.listing-item h6:first-child,
.listing-item .link-arrow:first-child,
.section--wysiwyg p:first-child,
.section--wysiwyg ul:first-child,
.section--wysiwyg ol:first-child,
.section--wysiwyg li:first-child,
.section--wysiwyg .intro-text:first-child,
.section--wysiwyg blockquote:first-child,
.section--wysiwyg hr:first-child,
.section--wysiwyg h1:first-child,
.section--wysiwyg h2:first-child,
.section--wysiwyg h3:first-child,
.section--wysiwyg h4:first-child,
.section--wysiwyg h5:first-child,
.section--wysiwyg h6:first-child,
.section--wysiwyg .link-arrow:first-child,
.wysiwyg p:first-child,
.wysiwyg ul:first-child,
.wysiwyg ol:first-child,
.wysiwyg li:first-child,
.wysiwyg .intro-text:first-child,
.wysiwyg blockquote:first-child,
.wysiwyg hr:first-child,
.wysiwyg h1:first-child,
.wysiwyg h2:first-child,
.wysiwyg h3:first-child,
.wysiwyg h4:first-child,
.wysiwyg h5:first-child,
.wysiwyg h6:first-child,
.wysiwyg .link-arrow:first-child,
.ck-content p:first-child,
.ck-content ul:first-child,
.ck-content ol:first-child,
.ck-content li:first-child,
.ck-content .intro-text:first-child,
.ck-content blockquote:first-child,
.ck-content hr:first-child,
.ck-content h1:first-child,
.ck-content h2:first-child,
.ck-content h3:first-child,
.ck-content h4:first-child,
.ck-content h5:first-child,
.ck-content h6:first-child,
.ck-content .link-arrow:first-child {
  margin-top: 0;
}

textarea ol ol,
textarea ol ul,
textarea ul ol,
textarea ul ul,
.cke_editable ol ol,
.cke_editable ol ul,
.cke_editable ul ol,
.cke_editable ul ul,
.cke_wysiwyg_frame ol ol,
.cke_wysiwyg_frame ol ul,
.cke_wysiwyg_frame ul ol,
.cke_wysiwyg_frame ul ul,
.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,
.ck-content ol ol,
.ck-content ol ul,
.ck-content ul ol,
.ck-content ul ul {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}
@media print, screen and (min-width: 48em) {
  textarea ol ol,
  textarea ol ul,
  textarea ul ol,
  textarea ul ul,
  .cke_editable ol ol,
  .cke_editable ol ul,
  .cke_editable ul ol,
  .cke_editable ul ul,
  .cke_wysiwyg_frame ol ol,
  .cke_wysiwyg_frame ol ul,
  .cke_wysiwyg_frame ul ol,
  .cke_wysiwyg_frame ul ul,
  .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,
  .ck-content ol ol,
  .ck-content ol ul,
  .ck-content ul ol,
  .ck-content ul ul {
    margin-top: 2rem;
  }
}
@media print, screen and (min-width: 48em) {
  textarea ol ol,
  textarea ol ul,
  textarea ul ol,
  textarea ul ul,
  .cke_editable ol ol,
  .cke_editable ol ul,
  .cke_editable ul ol,
  .cke_editable ul ul,
  .cke_wysiwyg_frame ol ol,
  .cke_wysiwyg_frame ol ul,
  .cke_wysiwyg_frame ul ol,
  .cke_wysiwyg_frame ul ul,
  .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,
  .ck-content ol ol,
  .ck-content ol ul,
  .ck-content ul ol,
  .ck-content ul ul {
    margin-bottom: 2rem;
  }
}
textarea li,
.cke_editable li,
.cke_wysiwyg_frame li,
.section--wysiwyg li,
.wysiwyg li,
.ck-content li {
  margin-top: 1rem;
}
@media print, screen and (min-width: 48em) {
  textarea li,
  .cke_editable li,
  .cke_wysiwyg_frame li,
  .section--wysiwyg li,
  .wysiwyg li,
  .ck-content li {
    margin-top: 1.5rem;
  }
}

.active-filters {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 2.5rem;
  padding-right: 0;
  padding-left: 0;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.active-filters h2 {
  position: absolute !important;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
  width: 1px;
  height: 1px;
}
.active-filters .cell:last-child {
  text-align: right;
}
.active-filters__button {
  -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: "Knockout 49 A", "Knockout 49 B", franklin-gothic-urw-comp, "Arial Narrow", sans-serif;
  border-width: 0;
  border-style: solid;
  display: inline-block;
  position: relative;
  z-index: 2;
  line-height: 1.1;
  text-decoration: none;
  margin: 0.625rem 0.625rem 0 0;
  text-transform: uppercase;
  font-weight: 400;
  font-size: 1.125rem;
  padding: 1rem 1.5rem;
  color: #ffffff;
  background: #af1735;
  padding: 1rem 1.5rem;
}
.active-filters__button:hover, .active-filters__button:focus {
  text-decoration: none;
}
.active-filters__button:disabled {
  opacity: 0.6;
  cursor: not-allowed;
  pointer-events: none;
}
.active-filters__button:hover, .active-filters__button:focus {
  color: #ffffff;
  background: #222;
}
.active-filters__button:hover:before, .active-filters__button:hover:after, .active-filters__button:focus:before, .active-filters__button:focus:after {
  color: #ffffff;
}
.active-filters__button:before, .active-filters__button:after {
  color: #ffffff;
}
.active-filters__button::after {
  margin-left: 1.5rem;
}
.active-filters__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: "Knockout 49 A", "Knockout 49 B", franklin-gothic-urw-comp, "Arial Narrow", sans-serif;
  border-width: 0;
  border-style: solid;
  display: inline-block;
  position: relative;
  z-index: 2;
  line-height: 1.1;
  text-decoration: none;
  margin: 0.625rem 0.625rem 0 0;
  text-transform: uppercase;
  font-weight: 400;
  font-size: 1rem;
  padding: 2rem 2.5rem 0.85rem;
  color: #ffffff;
  background: #af1735;
  padding: 1rem 1.5rem;
}
.active-filters__clear:hover, .active-filters__clear:focus {
  text-decoration: none;
}
.active-filters__clear:disabled {
  opacity: 0.6;
  cursor: not-allowed;
  pointer-events: none;
}
.active-filters__clear:hover, .active-filters__clear:focus {
  color: #af1735;
  background: #ffffff;
}
.active-filters__clear:hover:before, .active-filters__clear:hover:after, .active-filters__clear:focus:before, .active-filters__clear:focus:after {
  color: #ffffff;
}
.active-filters__clear:before, .active-filters__clear:after {
  color: #ffffff;
}
@media screen and (max-width: 63.99875em) {
  .active-filters {
    display: block;
  }
  .active-filters__clear {
    margin-top: 2.5rem;
  }
  .active-filters__clear, .active-filters__list {
    display: block;
  }
  .active-filters__item {
    display: inline-block;
  }
}

.user-login-form,
.page--utility .main-content {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.user-login-form input {
  width: 100%;
  max-width: 25rem;
  margin-bottom: 0;
}
.user-login-form .description {
  width: 100%;
  margin-bottom: 1.5em;
  font-style: italic;
  font-size: 20px;
}
.user-login-form .form-item {
  display: inline-block;
}
.user-login-form .form-item input {
  border: 1px solid #9e9e9e;
  margin: 10px 20px 10px 0;
  font-family: freight-text-pro, times, serif;
}
.user-login-form .form-item input::-webkit-input-placeholder {
  font-family: freight-text-pro, times, serif !important;
}
.user-login-form .form-item input::-moz-placeholder {
  font-family: freight-text-pro, times, serif !important;
}
.user-login-form .form-item input:-ms-input-placeholder {
  font-family: freight-text-pro, times, serif !important;
}
.user-login-form .form-item input::-ms-input-placeholder {
  font-family: freight-text-pro, times, serif !important;
}
.user-login-form .form-item input::placeholder {
  font-family: freight-text-pro, times, serif !important;
}
.user-login-form .form-item label {
  font-size: 28px;
}

.admin-tabs {
  right: 1.25rem;
  bottom: 1.25rem;
  left: 1.25rem;
  position: fixed;
  z-index: 10;
  margin: 0;
  padding: 2rem;
  background: #222;
}
@media print, screen and (min-width: 48em) {
  .admin-tabs {
    right: 1.25rem;
    bottom: 1.25rem;
    left: 1.25rem;
  }
}
.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 250ms ease-in-out;
  transition: background-color 250ms ease-in-out;
  text-decoration: none;
  color: #ffffff;
  border-radius: 0.25em;
  background-color: #af1735;
  font-size: 1.125rem;
  font-weight: 700;
}
.admin-tabs a:hover {
  background-color: rgb(84.8484848485, 11.1515151515, 25.696969697);
}
.admin-tabs a.is-active {
  background-color: rgb(220.0757575758, 28.9242424242, 66.6515151515);
}
@media print, screen and (min-width: 40em) {
  .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;
}

.form_question,
.form-item {
  position: relative;
  margin-top: 1.5rem;
}
@media print, screen and (min-width: 48em) {
  .form_question,
  .form-item {
    margin-top: 2rem;
  }
}
.form_question [type=checkbox],
.form_question [type=radio],
.form-item [type=checkbox],
.form-item [type=radio] {
  position: absolute;
  top: 65%;
  width: 2em;
  height: 2em;
  -webkit-transition: border-color 250ms ease-in-out;
  transition: border-color 250ms ease-in-out;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  opacity: 0;
  font-size: inherit;
}
.form_question [type=checkbox] + label,
.form_question [type=radio] + label,
.form-item [type=checkbox] + label,
.form-item [type=radio] + label {
  position: relative;
  margin-left: 1.5em;
  -webkit-transition: color 250ms ease-in-out;
  transition: color 250ms ease-in-out;
}
.form_question [type=checkbox] + label:before,
.form_question [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 250ms ease-in-out, border-color 250ms ease-in-out, -webkit-box-shadow 250ms ease-in-out;
  transition: background 250ms ease-in-out, border-color 250ms ease-in-out, -webkit-box-shadow 250ms ease-in-out;
  transition: background 250ms ease-in-out, border-color 250ms ease-in-out, box-shadow 250ms ease-in-out;
  transition: background 250ms ease-in-out, border-color 250ms ease-in-out, box-shadow 250ms ease-in-out, -webkit-box-shadow 250ms ease-in-out;
  border: 0.0625em solid #222;
}
.form_question [type=checkbox]:disabled, .form_question [type=checkbox]:disabled + label,
.form_question [type=radio]:disabled,
.form_question [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_question [type=checkbox]:invalid + label,
.form_question [type=radio]:invalid + label,
.form-item [type=checkbox]:invalid + label,
.form-item [type=radio]:invalid + label {
  color: #af1735;
}
.form_question [type=checkbox]:invalid + label:before,
.form_question [type=radio]:invalid + label:before,
.form-item [type=checkbox]:invalid + label:before,
.form-item [type=radio]:invalid + label:before {
  border-color: #af1735;
  -webkit-box-shadow: 0 0 0 0.0625em #af1735;
          box-shadow: 0 0 0 0.0625em #af1735;
}
.form_question [type=checkbox]:checked + label:before,
.form-item [type=checkbox]:checked + label:before {
  background-color: #af1735;
}
.form_question [type=checkbox]:checked + label:after,
.form-item [type=checkbox]:checked + label:after {
  position: absolute;
  top: 50%;
  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_question [type=checkbox]:checked:disabled + label:after,
.form-item [type=checkbox]:checked:disabled + label:after {
  border-color: #222;
}
.form_question [type=checkbox]:disabled + label:before,
.form-item [type=checkbox]:disabled + label:before {
  background-color: #d8d8d8;
}
.form_question [type=radio] + label:before,
.form-item [type=radio] + label:before {
  border-radius: 50%;
  background-image: radial-gradient(#af1735 0.25em, #ffffff 0.25em, #ffffff 0.5em, #af1735 0.5em);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: 0 0;
}
.form_question [type=radio]:checked + label:before,
.form-item [type=radio]:checked + label:before {
  border-color: #af1735;
  background-size: 1em 1em;
}
.form_question [type=radio]:checked:disabled + label:before,
.form-item [type=radio]:checked:disabled + label:before {
  border-color: #222;
  background-image: radial-gradient(#222 0.25em, #d8d8d8 0.25em, #d8d8d8 0.5em, #222 0.5em);
}
.form_question [type=radio]:checked:invalid + label:before,
.form-item [type=radio]:checked:invalid + label:before {
  background-image: radial-gradient(#af1735 0.25em, #ffffff 0.25em, #ffffff 0.5em, #af1735 0.5em);
}
.form_question [type=radio]:disabled + label:before,
.form-item [type=radio]:disabled + label:before {
  background-color: #d8d8d8;
}

.form-required:after {
  content: "*";
  color: #af1735;
}

.webform-element-description {
  font-size: 1rem;
  font-family: freight-text-pro, times, serif;
  font-weight: 400;
  line-height: 1.5;
  margin-top: 1.5rem;
}
@media print, screen and (min-width: 64em) {
  .webform-element-description {
    font-size: 1.125rem;
  }
}

.required > label:after {
  content: "*";
  color: #af1735;
}

[type=checkbox][name*="["] + label,
.form-radio + label {
  margin-top: 0.25em;
  margin-bottom: 0.25em;
}

.webform-managed-file-placeholder {
  color: #222;
  font-family: "Knockout 49 A", "Knockout 49 B", franklin-gothic-urw-comp, "Arial Narrow", sans-serif;
  font-weight: 400;
  font-style: italic;
}

.form-managed-file [type=submit] {
  margin-left: 1em;
  padding: 0.75em;
}

form[class*=webform] .form-item {
  width: 100%;
}
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%;
  max-width: 25rem;
}

.page--webform input, .page--webform textarea.form-textarea, .page--webform select.form-select {
  border: 1px solid #9e9e9e;
}
.page--webform select.form-select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-image: url("../img/down-arrow-2.svg");
}
.page--webform label {
  font-size: 28px;
  margin-bottom: 20px;
}
@media screen and (max-width: 47.99875em) {
  .page--webform label {
    font-size: 20px;
  }
}
.page--webform input.form-text {
  font-family: freight-text-pro, times, serif;
  font-size: 21px;
  font-weight: 400;
}
@media screen and (max-width: 47.99875em) {
  .page--webform input.form-text {
    font-size: 18px;
  }
}
.page--webform .webform-element-description {
  margin-top: 5px;
}
.page--webform .form-item {
  margin-top: 0.5rem;
}
@media print, screen and (min-width: 48em) {
  .page--webform .form-item {
    margin-top: 1rem;
  }
}
.page--webform .form-wrapper {
  margin-top: 1.5rem;
}
@media print, screen and (min-width: 48em) {
  .page--webform .form-wrapper {
    margin-top: 2rem;
  }
}
.page--webform .js-form-type-webform-markup {
  margin-top: 40px;
}
.page--webform label.option {
  margin: 10px 0 10px 1.5em;
}

.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: 48em) {
  .embedded-entity:not([class*=align-]) {
    margin-top: 2rem;
  }
}
@media print, screen and (min-width: 64em) {
  .embedded-entity:not([class*=align-]) {
    margin-top: 2.5rem;
  }
}

.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 {
  background-color: #efefef;
  overflow: hidden;
}
.oho-alert .grid-container {
  padding-left: 0;
  padding-right: 0;
  max-width: 90rem;
}
.oho-alert .cell {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media screen and (max-width: 47.99875em) {
  .oho-alert .cell {
    margin-bottom: 0.5rem;
    min-height: 2.6875rem;
  }
}
@media screen and (min-width: 48em) {
  .oho-alert .cell {
    padding-top: 2rem;
    padding-bottom: 1.5rem;
  }
}
.oho-alert .icon-wrapper {
  background-color: #af1735;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
}
@media screen and (min-width: 48em) {
  .oho-alert .icon-wrapper {
    min-width: 10.625rem;
  }
}
@media screen and (min-width: 90em) {
  .oho-alert .icon-wrapper::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: 100%;
    bottom: 0;
    width: calc(50vw - 720px);
  }
}
.oho-alert .icon-wrapper + .cell {
  padding-left: 1.25rem;
}
@media screen and (max-width: 47.99875em) {
  .oho-alert .icon-wrapper + .cell {
    padding-right: 1.25rem;
  }
}
.oho-alert .icon-wrapper .fa {
  color: #ffffff;
  font-size: 1.6875rem;
}
@media screen and (min-width: 48em) {
  .oho-alert .icon-wrapper .fa {
    font-size: 2.8125rem;
  }
}
.oho-alert h2 {
  font-size: 2.25rem;
  margin-bottom: 1.5rem;
}
.oho-alert h2:first-child {
  margin-top: 0;
}
@media screen and (min-width: 48em) {
  .oho-alert h2 {
    font-size: 2.8125rem;
    margin-bottom: 2rem;
  }
}
.oho-alert p {
  font-size: 1.125rem;
  font-family: freight-text-pro, times, serif;
  line-height: 1.7;
  margin-bottom: 1rem;
}
@media screen and (min-width: 48em) {
  .oho-alert p {
    font-size: 1.25rem;
  }
}
.oho-alert a:not(.btn) {
  color: #000000;
}
.oho-alert .btn {
  margin-top: 0;
  font-size: 1.125rem;
  padding: 1rem 1.5rem;
}

.message-type--warning .icon-wrapper::before {
  background-color: #af1735;
}

.message-type--notice .icon-wrapper {
  background-color: #d8d8d8;
}
.message-type--notice .icon-wrapper::before {
  background-color: #d8d8d8;
}
.message-type--notice .fa::before {
  color: #000000;
}

.oho-banner {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media print, screen and (min-width: 48em) {
  .oho-banner {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
}

.pager {
  margin-top: 4rem;
  font-family: "Knockout 49 A", "Knockout 49 B", franklin-gothic-urw-comp, "Arial Narrow", 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__item {
  margin-left: 0.25em;
}
.pager .pager__item a {
  display: block;
  padding: 1.5rem;
  -webkit-transition: color 250ms ease-in-out;
  transition: color 250ms ease-in-out;
}
.pager .pager__item a:hover {
  text-decoration: none;
  color: rgb(84.8484848485, 11.1515151515, 25.696969697);
}
.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--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";
}
@media screen and (max-width: 39.99875em) {
  .pager__item:not([class*=pager__item--]), .pager__item--ellipsis {
    display: none;
  }
  .pager__item.is-active {
    display: block;
  }
}

.page--search .main-content {
  /* Specific GCSE overrides */
}
.page--search .main-content h2 {
  margin-bottom: 0.5em;
}
.page--search .main-content .search-form .form-item {
  display: inline-block;
}
.page--search .main-content .search-form label {
  display: block;
  margin-bottom: 10px;
}
.page--search .main-content .search-form [type=search] {
  width: 100%;
  font-size: 1rem;
}
.page--search .main-content .search-form a {
  display: inline-block;
  margin-bottom: 1.25em;
  margin-top: 10px;
}
.page--search .main-content .search-form a:after {
  padding-left: 0.25em;
  content: "»";
}
.page--search .main-content .search-form a:hover, .page--search .main-content .search-form a:focus {
  color: black;
}
.page--search .main-content .search-form input {
  border: 1px solid #9e9e9e;
}
.page--search .main-content table,
.page--search .main-content tbody,
.page--search .main-content tr,
.page--search .main-content td {
  border: none;
  padding-top: 0;
}
.page--search .main-content .google-cse-results,
.page--search .main-content .search-results {
  padding: 0;
  list-style: none;
}
.page--search .main-content .google-cse-results h3 a:hover, .page--search .main-content .google-cse-results h3 a:focus,
.page--search .main-content .search-results h3 a:hover,
.page--search .main-content .search-results h3 a:focus {
  color: black;
}
.page--search .main-content .gsc-control-cse {
  font-family: "Knockout 49 A", "Knockout 49 B", franklin-gothic-urw-comp, "Arial Narrow", sans-serif;
}
.page--search .main-content .gsc-result .gsc-webResult.gsc-result,
.page--search .main-content .search-result .gsc-webResult.gsc-result {
  margin-top: 2rem;
  padding-top: 2rem;
  border-top: 1px solid #d8d8d8;
  border-bottom: none;
}
.page--search .main-content .gsc-result .gs-title, .page--search .main-content .gsc-result__title,
.page--search .main-content .search-result .gs-title,
.page--search .main-content .search-result__title {
  margin: 0;
  font-family: Knockout 49 A, Knockout 49 B, franklin-gothic-urw-comp, Arial Narrow, sans-serif;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.1;
  text-transform: none;
}
@media print, screen and (min-width: 48em) {
  .page--search .main-content .gsc-result .gs-title, .page--search .main-content .gsc-result__title,
  .page--search .main-content .search-result .gs-title,
  .page--search .main-content .search-result__title {
    font-size: 1.75rem;
  }
}
@media print, screen and (min-width: 64em) {
  .page--search .main-content .gsc-result .gs-title, .page--search .main-content .gsc-result__title,
  .page--search .main-content .search-result .gs-title,
  .page--search .main-content .search-result__title {
    font-size: 2.25rem;
  }
}
.page--search .main-content .gsc-result .gsc-table-result, .page--search .main-content .gsc-result__snippet,
.page--search .main-content .search-result .gsc-table-result,
.page--search .main-content .search-result__snippet {
  margin-bottom: 0;
  margin-top: 32px;
}
.page--search .main-content .gsc-control-cse .gsc-table-result {
  font-family: freight-text-pro, times, serif;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.7;
}
@media print, screen and (min-width: 64em) {
  .page--search .main-content .gsc-control-cse .gsc-table-result {
    font-size: 1.25rem;
  }
}
.page--search .main-content .gsc-control-cse .gs-result .gs-title * {
  color: #af1735;
  font-size: inherit;
}
.page--search .main-content .gsc-control-cse .gs-result .gs-title a {
  text-decoration: underline;
}
.page--search .main-content .gsc-control-cse .gs-result .gs-title a:hover {
  text-decoration: underline;
}
.page--search .main-content .gsc-control-cse .gs-result .gs-web-image-box,
.page--search .main-content .gsc-control-cse .gs-result .gs-promotion-image-box {
  width: 7.75rem;
  margin-right: 0.625rem;
}
.page--search .main-content .gsc-control-cse .gs-result .gs-web-image-box .gs-image,
.page--search .main-content .gsc-control-cse .gs-result .gs-promotion-image-box .gs-promotion-image {
  max-height: 7.5rem;
  max-width: 7.5rem;
}
.page--search .main-content .gsc-control-cse .gsc-expansionArea {
  padding-bottom: 1.25rem;
}
.page--search .main-content .gsc-control-cse .gsc-results .gsc-cursor-box {
  margin-top: 4rem;
  font-family: "Knockout 49 A", "Knockout 49 B", franklin-gothic-urw-comp, "Arial Narrow", sans-serif;
  font-size: 1.25rem;
}
.page--search .main-content .gsc-control-cse .gsc-results .gsc-cursor-box .gsc-cursor {
  color: #af1735;
  fill: #af1735;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 33%;
  margin: 0 auto;
}
.page--search .main-content .gsc-control-cse .gsc-results .gsc-cursor-box .gsc-cursor .gsc-cursor-page {
  color: #af1735;
  -webkit-transition: color 250ms ease-in-out;
  transition: color 250ms ease-in-out;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: block;
  padding: 0 0.5em;
  margin: 0;
}
.page--search .main-content .gsc-control-cse .gsc-results .gsc-cursor-box .gsc-cursor .gsc-cursor-current-page {
  color: #000000;
  font-weight: 600;
}
@media screen and (max-width: 39.99875em) {
  .page--search .main-content .gsc-control-cse .gsc-results .gsc-cursor-box .gsc-cursor {
    width: 85%;
  }
}
.page--search .main-content .gsc-control-cse .gsc-results .gcsc-more-maybe-branding-root {
  width: 40%;
  margin: 0 auto;
}
@media screen and (max-width: 39.99875em) {
  .page--search .main-content .gsc-control-cse .gsc-results .gcsc-more-maybe-branding-root {
    width: 100%;
  }
}

.system-messages {
  right: 1.25rem;
  left: 1.25rem;
  position: fixed;
  z-index: 10;
  bottom: 9rem;
}
@media print, screen and (min-width: 48em) {
  .system-messages {
    right: 1.25rem;
    left: 1.25rem;
  }
}
@media print, screen and (min-width: 40em) {
  .system-messages {
    bottom: 6.5rem;
  }
}
@media print, screen and (min-width: 64em) {
  .system-messages {
    right: auto;
    bottom: 1.25rem;
  }
}
.system-messages--content {
  margin-bottom: 75px;
}

.messages {
  margin-top: 2rem;
  padding: 2rem;
  border: 0.0625rem solid;
  border-radius: 0.25rem;
}
.messages ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.messages li + li {
  margin-top: 2rem;
}
.messages a {
  text-decoration: underline;
  color: inherit;
  font-weight: 700;
}
.messages--status {
  color: #3c763d;
  border-color: rgb(102.5280898876, 177.4719101124, 103.8202247191);
  background: rgb(170.1460674157, 211.8539325843, 170.8651685393);
}
.messages--warning {
  color: #e09600;
  border-color: rgb(255, 194.2142857143, 71);
  background: rgb(255, 244.7589285714, 224);
}
.messages--error {
  color: #a94442;
  border-color: rgb(206.4127659574, 132.0595744681, 130.5872340426);
  background: rgb(235.0595744681, 204.5446808511, 203.9404255319);
}
.has-alert .messages {
  position: absolute;
}
.messages__close {
  float: right;
  margin: 0 0 1rem 1rem;
  cursor: pointer;
}
.messages__close:hover {
  text-decoration: underline;
}

.glide {
  position: relative;
}
.glide__arrow {
  position: absolute;
  z-index: 1;
  top: 50%;
  width: 3em;
  height: 3em;
  padding: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  border: 0;
  font-size: 1.25rem;
}
.glide__arrow:after {
  display: block;
  padding: 0.5em;
  font-family: "Font Awesome 5 Pro";
  line-height: 1.1;
}
.glide__arrow--prev {
  left: 0;
}
.glide__arrow--prev:after {
  content: "\f053";
}
.glide__arrow--next {
  right: 0;
}
.glide__arrow--next:after {
  content: "\f054";
}

.link-arrow:after {
  padding-left: 0.25em;
  content: "»";
}

.chevron-link {
  text-decoration: none;
  font-size: 21px;
  font-family: "Knockout 49 A", "Knockout 49 B", franklin-gothic-urw-comp, "Arial Narrow", sans-serif;
}
.chevron-link:before {
  font-family: "Font Awesome 5 Pro";
  content: "\f105";
  margin-right: 0.3125rem;
  font-weight: 300;
}

.bg-pattern--sm {
  background-color: #efefef;
  background-repeat: repeat;
  background-position: top center;
  background-image: url(../img/pattern-sm--tile.png);
}
.bg-pattern--lg {
  background-color: #55534a;
  position: relative;
  background-repeat: repeat;
  background-position: center center;
  background-image: url(../img/diamond-pattern-gray.png);
}
.bg-pattern--lg + .bg-pattern--lg {
  margin-top: 0;
  -webkit-box-shadow: inset 0 18px 20px -18px rgba(0, 0, 0, 0.7);
          box-shadow: inset 0 18px 20px -18px rgba(0, 0, 0, 0.7);
}
.bg-pattern--red {
  background-color: #af1735;
  position: relative;
  background-repeat: repeat;
  background-position: center center;
  background-image: url(../img/diamond-pattern-red.png);
}

.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: "Knockout 49 A", "Knockout 49 B", franklin-gothic-urw-comp, "Arial Narrow", sans-serif;
  border-width: 0;
  border-style: solid;
  display: inline-block;
  position: relative;
  z-index: 2;
  line-height: 1.1;
  text-decoration: none;
  margin: 0.625rem 0.625rem 0 0;
  text-transform: uppercase;
  font-weight: 400;
  font-size: 1.125rem;
  padding: 1rem 1.5rem;
  color: #ffffff;
  background: #af1735;
}
.btn:hover, .btn:focus {
  text-decoration: none;
}
.btn:disabled {
  opacity: 0.6;
  cursor: not-allowed;
  pointer-events: none;
}
.btn:hover, .btn:focus {
  color: #ffffff;
  background: #222;
}
.btn:hover:before, .btn:hover:after, .btn:focus:before, .btn:focus:after {
  color: #ffffff;
}
.btn:before, .btn:after {
  color: #ffffff;
}
@media print, screen and (min-width: 48em) {
  .btn {
    font-size: 1.5rem;
    padding: 1.5rem 2rem;
  }
}

.btn--alternate {
  font-size: 1.125rem;
  padding: 1rem 1.5rem;
  color: #ffffff;
  background: #af1735;
}
.btn--alternate:hover, .btn--alternate:focus {
  color: #af1735;
  background: #ffffff;
}
.btn--alternate:hover:before, .btn--alternate:hover:after, .btn--alternate:focus:before, .btn--alternate:focus:after {
  color: #ffffff;
}
.btn--alternate:before, .btn--alternate:after {
  color: #ffffff;
}
@media print, screen and (min-width: 48em) {
  .btn--alternate {
    font-size: 1.5rem;
    padding: 1.5rem 2rem;
  }
}

.btn--inverse {
  font-size: 1.125rem;
  padding: 1rem 1.5rem;
  color: #af1735;
  background: #ffffff;
}
.btn--inverse:hover, .btn--inverse:focus {
  color: #ffffff;
  background: #af1735;
}
.btn--inverse:hover:before, .btn--inverse:hover:after, .btn--inverse:focus:before, .btn--inverse:focus:after {
  color: #ffffff;
}
.btn--inverse:before, .btn--inverse:after {
  color: #af1735;
}
@media print, screen and (min-width: 48em) {
  .btn--inverse {
    font-size: 1.5rem;
    padding: 1.5rem 2rem;
  }
}

.btn--small {
  font-size: 1.125rem;
  padding: 1rem 1.5rem;
}

.btn--align-right {
  display: table;
  margin-left: auto;
}

.btn--centered,
.btn--align-center {
  display: table;
  margin-right: auto;
  margin-left: auto;
}

.external,
.elf-external,
.link-external {
  position: relative;
}
.external:after,
.elf-external:after,
.link-external: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.5em;
  content: "\f08e";
  font-weight: 400;
  font-size: 0.8em;
}

.link-caps {
  font-family: Knockout 49 A, Knockout 49 B, franklin-gothic-urw-comp, Arial Narrow, sans-serif;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.1;
  text-transform: none;
  text-transform: uppercase;
  font-family: "Knockout 49 A", "Knockout 49 B", franklin-gothic-urw-comp, "Arial Narrow", sans-serif;
}
@media print, screen and (min-width: 48em) {
  .link-caps {
    font-size: 1.5rem;
  }
}
@media print, screen and (min-width: 64em) {
  .link-caps {
    font-size: 1.75rem;
  }
}

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.5em;
  content: "\f33d";
  font-weight: 400;
  font-size: 0.8em;
}

.date {
  display: block;
  font-family: "Knockout 49 A", "Knockout 49 B", franklin-gothic-urw-comp, "Arial Narrow", sans-serif;
  font-weight: 600;
}
.date:before {
  margin-right: 0.5rem;
  content: "\f133";
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
}

.icon-list {
  display: block;
}
.icon-list li:not(:first-child) {
  margin-top: 0.5rem;
}
@media print, screen and (min-width: 48em) {
  .icon-list li:not(:first-child) {
    margin-top: 1rem;
  }
}
.icon-list li,
.icon-list a {
  display: block;
  font-family: "Knockout 49 A", "Knockout 49 B", franklin-gothic-urw-comp, "Arial Narrow", sans-serif;
}
.icon-list li:before,
.icon-list a:before {
  margin-right: 1.5rem;
  font-family: "Font Awesome 5 Pro";
}
.icon-list li.fab:before,
.icon-list a.fab:before {
  font-family: "Font Awesome 5 Brands";
}
.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: 2.5rem;
}
.icon-list--social-media a {
  font-size: 0;
}
.icon-list--social-media a:before {
  margin: 0;
  font-size: 1.25rem;
}

.intro-text {
  font-size: 1.375rem;
  font-weight: 400;
  line-height: 1.5;
  font-family: freight-text-pro, times, serif;
}
@media print, screen and (min-width: 64em) {
  .intro-text {
    font-size: 1.625rem;
  }
}

.modal {
  display: none;
}

.section-heading {
  --accent-color: #af1735;
  --text-color: #000000;
  color: var(--text-color);
}
.section-heading__heading {
  font-family: "Knockout 49 A", "Knockout 49 B", franklin-gothic-urw-comp, "Arial Narrow", sans-serif;
  font-weight: 600;
  letter-spacing: 0;
  margin-top: 0;
}
.section-heading--line-accent .section-heading__heading {
  position: relative;
  width: 100%;
}
.section-heading--line-accent .section-heading__heading:after {
  margin-bottom: 1.25rem;
  position: absolute;
  bottom: 0;
  display: inline-block;
  width: 100vw;
  height: 1px;
  margin-left: 1rem;
  content: "";
  -webkit-transition: width 750ms cubic-bezier(0.42, 0.08, 0.06, 0.98), opacity 250ms cubic-bezier(0.82, 0.06, 0.14, 0.97);
  transition: width 750ms cubic-bezier(0.42, 0.08, 0.06, 0.98), opacity 250ms cubic-bezier(0.82, 0.06, 0.14, 0.97);
  background-color: var(--accent-color);
}
@supports not (--css: variables) {
  .section-heading--line-accent .section-heading__heading:after {
    background-color: #af1735;
  }
}
.section-heading--line-accent .section-heading__heading.oho-animate--ready:after {
  width: 0;
  -webkit-transition: none;
  transition: none;
  opacity: 0;
}
.section-heading .grid-x {
  position: relative;
  overflow: hidden;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.section-heading .medium-4 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.section-heading .medium-auto {
  margin-top: 2rem;
}
@media print, screen and (min-width: 48em) {
  .section-heading .medium-auto {
    position: relative;
    z-index: 2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    margin-top: 0;
  }
}
@media print, screen and (min-width: 64em) {
  .section-heading .medium-auto {
    white-space: nowrap;
  }
}
.section-heading .medium-auto__left {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: calc(100% - 250px);
}
.section-heading .medium-auto__left + .medium-4 {
  width: 170px;
}
@supports not (--css: variables) {
  .section-heading {
    color: #000000;
  }
}
.section-heading .btn {
  margin-right: 0;
}

.site-footer {
  position: relative;
  padding-top: 2.5rem;
  padding-bottom: 3.5rem;
  background-color: #efefef;
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, rgb(255, 255, 255)), color-stop(50%, rgb(255, 255, 255)), to(rgba(255, 255, 255, 0)));
  background-image: linear-gradient(to top, rgb(255, 255, 255) 0, rgb(255, 255, 255) 50%, rgba(255, 255, 255, 0));
  -webkit-box-shadow: inset 0 18px 20px -18px rgba(98, 98, 98, 0.7);
          box-shadow: inset 0 18px 20px -18px rgba(98, 98, 98, 0.7);
}
@media print, screen and (min-width: 48em) {
  .site-footer {
    padding-top: 3rem;
  }
}
@media print, screen and (min-width: 64em) {
  .site-footer {
    padding-top: 5rem;
  }
}
@media print, screen and (min-width: 48em) {
  .site-footer {
    padding-bottom: 4.5rem;
  }
}
@media print, screen and (min-width: 64em) {
  .site-footer {
    padding-bottom: 6.5rem;
  }
}
.site-footer::after {
  content: "";
  display: block;
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: repeat-x center bottom url(../img/footer-tree-background-4.png);
}
.site-footer > * {
  position: relative;
  z-index: 2;
}
.site-footer p {
  margin-bottom: 0;
}
@media print, screen and (min-width: 48em) {
  .site-footer--cell__logo, .site-footer--cell__mission {
    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;
  }
}
.site-footer__mission h2, .site-footer__address h2 {
  font-family: Knockout 49 A, Knockout 49 B, franklin-gothic-urw-comp, Arial Narrow, sans-serif;
  font-weight: 400;
  font-size: 1.125rem;
  text-transform: uppercase;
  line-height: 1.2;
}
@media screen and (max-width: 47.99875em) {
  .site-footer__mission {
    margin-top: 2rem;
  }
}
.site-footer__mission h2 a {
  text-decoration: none;
  padding: 0.6875rem 0;
}
.site-footer__mission h2 a:hover, .site-footer__mission h2 a:focus {
  text-decoration: underline;
}
.site-footer__mission h2 + p {
  margin-top: 0.5rem;
}
.site-footer__mission p {
  font-size: 1.125rem;
}
@media print, screen and (min-width: 64em) {
  .site-footer__mission p {
    font-size: 1.25rem;
  }
}
@media print, screen and (min-width: 40em) {
  .site-footer__address:first-of-type {
    padding-top: 0.5rem;
  }
}
.site-footer__address + .site-footer__address {
  margin-top: 1.5rem;
}
@media print, screen and (min-width: 48em) {
  .site-footer__address + .site-footer__address {
    margin-top: 2rem;
  }
}
@media print, screen and (min-width: 64em) {
  .site-footer__address + .site-footer__address {
    margin-top: 2.5rem;
  }
}
.site-footer__address--location {
  margin-top: 0.5rem;
}
@media print, screen and (min-width: 48em) {
  .site-footer__address--location {
    margin-top: 1rem;
  }
}
.site-footer__address--location p {
  margin-top: 0;
  line-height: 1.5;
}
.site-footer__address--phone p {
  margin-top: 1em;
}
.site-footer__address--phone p a {
  text-decoration: none;
  padding: 0.5625rem 0;
}
@media screen and (max-width: 63.99875em) {
  .site-footer__address--phone p a {
    padding: 0.6875rem 0;
  }
}
.site-footer__address--phone p a:hover, .site-footer__address--phone p a:focus {
  text-decoration: underline;
}
.site-footer__contact {
  margin-top: 0.75rem;
  font-size: 1.125rem;
}
@media print, screen and (min-width: 48em) {
  .site-footer__contact {
    margin-top: 1.75rem;
  }
}
.site-footer__contact a {
  display: inline-block;
  text-decoration: none;
  position: relative;
  padding: 0.75rem 0;
}
.site-footer__contact a::before {
  content: "";
  display: block;
  border-bottom: 1px solid #d8d8d8;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
}
.site-footer__contact a:hover::before, .site-footer__contact a:focus::before {
  border-bottom-color: #000000;
}
.site-footer__contact a::before {
  bottom: 0.75rem;
}
.site-footer__second-row {
  margin-top: 2rem;
  margin-top: 1.5rem;
}
@media print, screen and (min-width: 48em) {
  .site-footer__second-row {
    margin-top: 2.5rem;
  }
}
@media print, screen and (min-width: 64em) {
  .site-footer__second-row {
    margin-top: 3.5rem;
  }
}
@media print, screen and (min-width: 48em) {
  .site-footer__second-row {
    margin-top: 2rem;
  }
}
@media print, screen and (min-width: 64em) {
  .site-footer__second-row {
    margin-top: 3rem;
  }
}
.site-footer__main-nav ul, .site-footer__utility-links ul, .site-footer__utility-nav ul {
  list-style: none;
  font-family: "Knockout 49 A", "Knockout 49 B", franklin-gothic-urw-comp, "Arial Narrow", sans-serif;
}
.site-footer__main-nav li + li, .site-footer__utility-links li + li, .site-footer__utility-nav li + li {
  margin-top: 0;
}
@media screen and (max-width: 47.99875em) {
  .site-footer__main-nav {
    margin-top: 1.25rem;
  }
}
.site-footer__main-nav li {
  font-size: 1.5rem;
}
.site-footer__main-nav a {
  color: #000000;
  text-decoration: none;
  padding: 0.5rem 0;
  display: inline-block;
  text-decoration: none;
  position: relative;
}
.site-footer__main-nav a::before {
  content: "";
  display: block;
  border-bottom: 1px solid #d8d8d8;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
}
.site-footer__main-nav a:hover::before, .site-footer__main-nav a:focus::before {
  border-bottom-color: #af1735;
}
.site-footer__main-nav a:hover, .site-footer__main-nav a:focus {
  color: #af1735;
}
.site-footer__utility-links {
  margin-top: 1.5rem;
  text-transform: uppercase;
}
.site-footer__utility-links li {
  font-size: 1.375rem;
}
.site-footer__utility-links a {
  padding: 0.5rem 1rem 0.5rem 0;
  color: #af1735;
}
.site-footer__utility-nav {
  text-transform: uppercase;
  margin-top: -0.25rem;
}
.site-footer__utility-nav a {
  padding: 0.75rem 0;
}
.site-footer__utility-nav li:not(:first-of-type) {
  margin-top: -0.5rem;
}
@media screen and (max-width: 47.99875em) {
  .site-footer__utility-nav {
    margin-top: 1.25rem;
  }
}
.site-footer__utility-links a, .site-footer__utility-nav a {
  display: inline-block;
  text-decoration: none;
  position: relative;
}
.site-footer__utility-links a::before, .site-footer__utility-nav a::before {
  content: "";
  display: block;
  border-bottom: 1px solid transparent;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
}
.site-footer__utility-links a:hover::before, .site-footer__utility-links a:focus::before, .site-footer__utility-nav a:hover::before, .site-footer__utility-nav a:focus::before {
  border-bottom-color: #000000;
}
.site-footer__utility-links a:hover, .site-footer__utility-links a:focus, .site-footer__utility-nav a:hover, .site-footer__utility-nav a:focus {
  color: #000000;
}
.site-footer__main-nav a::before, .site-footer__utility-links a::before, .site-footer__utility-nav a::before {
  bottom: 0.5rem;
}
.site-footer__utility-links a::before, .site-footer__utility-nav a::before {
  width: calc(100% - 16px);
}
.site-footer__cod-badges .cod-badges {
  margin: 0;
  padding: 0;
  list-style: none;
}
.site-footer__cod-badges .cod-badges li {
  display: inline-block;
}
@media print, screen and (min-width: 48em) {
  .site-footer__cod-badges {
    margin-top: -0.625rem;
    margin-bottom: 3.125rem;
  }
  .site-footer__cod-badges .cod-badges .cod-badge ~ .cod-badge {
    margin-left: 1.25rem;
  }
}
@media screen and (max-width: 47.99875em) {
  .site-footer__cod-badges .cod-badges {
    max-width: 18.75rem;
  }
  .site-footer__cod-badges .cod-badges .cod-badge {
    margin-left: 0;
    margin-right: 1.25rem;
    padding: 1.25rem 0 0;
  }
}
@media screen and (max-width: 47.99875em) {
  .site-footer__social-media {
    margin-top: 1.25rem;
  }
}
.site-footer__social-media a {
  color: #000000;
}
.site-footer__social-media a:hover, .site-footer__social-media a:focus {
  color: #af1735;
}
.site-footer__copyright {
  margin-top: 2.5rem;
}

.site-header {
  position: relative;
  z-index: 10;
  height: 4.375rem;
}
.site-header__sticky-container {
  will-change: transform;
  background: #ffffff;
  -webkit-box-shadow: 0 5px 6px rgba(0, 0, 0, 0.1);
          box-shadow: 0 5px 6px rgba(0, 0, 0, 0.1);
  position: fixed;
  z-index: 10;
  top: 0;
  width: 100%;
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
}
.site-header__sticky-container > .grid-container {
  position: relative;
  height: 100%;
}
.site-header ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.site-header li {
  position: relative;
}
.site-header__logo {
  display: block;
  padding: 0;
}
@media print, screen and (min-width: 64em) {
  .site-header--at-top, .site-header--at-top.site-header--scroll-up {
    height: 8.75rem;
  }
  .site-header--at-top .site-header__main, .site-header--at-top.site-header--scroll-up .site-header__main {
    height: 8.75rem;
  }
  .site-header--at-top .site-header__sticky-container, .site-header--at-top.site-header--scroll-up .site-header__sticky-container {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
}
.site-header--beyond-threshold .site-header__sticky-container {
  position: fixed;
  z-index: 10;
  top: 0;
  width: 100%;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.site-header--beyond-threshold-animate .site-header__sticky-container {
  -webkit-transition: -webkit-transform 250ms ease-in-out;
  transition: -webkit-transform 250ms ease-in-out;
  transition: transform 250ms ease-in-out;
  transition: transform 250ms ease-in-out, -webkit-transform 250ms ease-in-out;
}
.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: 64em) {
  .site-header {
    height: 8.75rem;
  }
  .site-header__logo {
    height: auto;
  }
}

.mobile-menu-button {
  top: 0;
  right: 0;
  bottom: 0;
  display: block;
  width: 4.375rem;
  height: 4.375rem;
  margin: 0;
  padding: 0;
  background-color: #f2f2f2;
}
.mobile-menu-button:before {
  content: "\f0c9";
  -webkit-transition: color 250ms ease-in-out;
  transition: color 250ms ease-in-out;
  color: #af1735;
  font-family: "Font Awesome 5 Pro";
  font-size: 2.25em;
  font-weight: 100;
}
.mobile-menu-open .mobile-menu-button:before {
  content: "\f00d";
}
.mobile-menu-button:hover {
  background-color: #f2f2f2;
  color: #000000;
}
.mobile-menu-button:focus {
  background-color: #f2f2f2;
  color: #af1735;
}

@media screen and (max-width: 63.99875em) {
  .site-header__main {
    position: absolute;
    z-index: 1;
    top: 4.375rem;
    right: 0;
    display: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    width: 24rem;
  }
  .mobile-menu-open .site-header__main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media screen and (max-width: 39.99875em) {
  .site-header__main {
    width: 100vw;
  }
}

@media screen and (max-width: 47.99875em) {
  .site-header .site-header__main {
    display: none;
    background-color: #efefef;
    -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
            box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
    padding-right: 20px;
    padding-left: 20px;
    width: 340px;
  }
}
@media screen and (max-width: 47.99875em) and (max-width: 39.99875em) {
  .site-header .site-header__main {
    max-width: calc(100vw - 34px);
  }
}
@media screen and (max-width: 47.99875em) and (min-width: 80.0625em) {
  .site-header .site-header__main {
    margin-right: calc(50vw - 640px);
  }
}
@media screen and (max-width: 47.99875em) {
  .mobile-menu-open .site-header .site-header__main {
    display: block;
    position: fixed;
    top: 5.3125rem;
    right: 0;
    padding-bottom: 48px;
    overflow: auto;
    max-height: calc(100vh - 5.3125rem);
  }
}
@media screen and (max-width: 47.99875em) and (max-width: 63.99875em) {
  .mobile-menu-open .site-header .site-header__main {
    top: 4.375rem;
    max-height: calc(100vh - 4.375rem);
  }
}
@media screen and (max-width: 47.99875em) {
  .site-header .site-header__main .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;
    padding-right: 0;
    padding-left: 0;
  }
  .site-header .site-header__main .site-header__logo {
    display: none;
  }
  .site-header .site-header__top {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    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 .site-header__top .utility-menu--smu,
  .site-header .site-header__top .audience-menu--smu,
  .site-header .site-header__top .cta-menu--smu {
    width: 100%;
  }
  .site-header .site-header__top .utility-menu--smu {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .site-header .site-header__top .audience-menu--smu {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .site-header .site-header__top .cta-menu--smu {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .site-header .site-header__bottom {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    padding-bottom: 23px;
  }
  .site-header .main-menu ul {
    width: 100%;
  }
  .site-header .main-menu > ul.menu > li {
    margin-top: 23px;
  }
  .site-header .main-menu > ul.menu > li > span {
    margin-left: 36px;
    font-family: freight-text-pro, times, serif;
    font-size: 18px;
    color: #333;
  }
  .site-header .main-menu > ul.menu > li > ul.menu {
    display: none;
  }
  .site-header .main-menu > ul.menu > li.menu-item--open > ul.menu {
    display: block;
  }
  .site-header .main-menu > ul.menu > li > ul.menu .restatement {
    width: 100%;
    padding-top: 1rem;
    padding-bottom: 1rem;
    border-bottom: 1px solid #d8d8d8;
    margin-bottom: 0;
  }
  .site-header .main-menu > ul.menu > li > ul.menu .restatement a {
    display: inline-block;
    font-family: "Knockout 49 A", "Knockout 49 B", franklin-gothic-urw-comp, "Arial Narrow", sans-serif;
    font-size: 1.625rem;
    font-weight: 400 !important;
    text-decoration: none;
    border-bottom: 1px solid transparent;
  }
  .site-header .main-menu > ul.menu > li > ul.menu .restatement a:hover, .site-header .main-menu > ul.menu > li > ul.menu .restatement a:focus {
    color: #000000;
    border-bottom: 1px solid #d8d8d8;
  }
  .site-header .main-menu > ul.menu > li > ul.menu .triple li,
  .site-header .main-menu > ul.menu > li > ul.menu .single li {
    display: block;
    margin: 1.125rem 0 0;
    padding: 0 0 0 0.875rem;
    position: relative;
  }
  .site-header .main-menu > ul.menu > li > ul.menu .triple li::before,
  .site-header .main-menu > ul.menu > li > ul.menu .single li::before {
    font-family: "Font Awesome 5 Pro";
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-smoothing: antialiased;
    content: "\f105";
    font-size: 1rem;
    color: #999;
    position: absolute;
    left: 0;
    top: 0.25em;
  }
  .site-header .main-menu > ul.menu > li > ul.menu .triple li a,
  .site-header .main-menu > ul.menu > li > ul.menu .single li a {
    font-weight: normal;
    text-decoration: none;
  }
  .site-header .main-menu > ul.menu > li > ul.menu .triple li a:hover, .site-header .main-menu > ul.menu > li > ul.menu .triple li a:focus,
  .site-header .main-menu > ul.menu > li > ul.menu .single li a:hover,
  .site-header .main-menu > ul.menu > li > ul.menu .single li a:focus {
    text-decoration: underline;
  }
  .site-header .main-menu > ul.menu > li > ul.menu .triple li p,
  .site-header .main-menu > ul.menu > li > ul.menu .single li p {
    margin-top: 0.5rem;
  }
  .site-header .audience-menu--smu {
    margin-top: 1.75rem;
  }
  .site-header .audience-menu--smu > ul.menu {
    display: block;
  }
  .site-header .audience-menu--smu .menu-item--expanded > span {
    display: block;
  }
  .site-header .audience-menu--smu .menu-item--expanded > span::after {
    display: none;
  }
  .site-header .audience-menu--smu .menu-item__button {
    left: unset;
    bottom: unset;
    right: 0;
    opacity: 1;
    top: 0.66rem;
  }
  .site-header .audience-menu--smu .menu-item__button .toggle-text {
    position: absolute !important;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px);
    width: 1px;
    height: 1px;
  }
  .site-header .audience-menu--smu .menu-item__button span {
    border: none;
  }
  .site-header .audience-menu--smu .menu-item__button::before {
    display: none;
  }
  .site-header .audience-menu--smu .menu-item__button::after {
    font-family: "Font Awesome 5 Pro";
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-smoothing: antialiased;
    content: "\f063";
    font-size: 1rem;
    color: #af1735;
    position: absolute;
    right: 0;
    top: 0.5rem;
    -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;
  }
  .site-header .audience-menu--smu .menu-item__button:hover::after {
    color: #000000;
  }
  .site-header .audience-menu--smu .menu-item--open .menu-item__button::after {
    -webkit-transform: rotateX(180deg);
            transform: rotateX(180deg);
  }
  .site-header .audience-menu--smu ul ul {
    left: 0;
    position: relative;
  }
  .site-header .cta-menu--smu {
    padding-top: 1.875rem;
  }
  .site-header .cta-menu--smu ul.menu a {
    display: block;
    padding: 0.625rem;
    margin-top: 0;
  }
  .site-header .cta-menu--smu ul.menu li + li {
    margin-top: 0.5rem;
  }
  .site-header .utility-menu--smu {
    padding-top: 2rem;
    border-top: 1px solid #efefef;
  }
  .site-header .utility-menu--smu li + li {
    margin-top: 1rem;
  }
  .site-header .mobile-menu-button {
    height: 4.375rem;
  }
  .site-header .main-menu--smu.accessible-menu .menu-item__button {
    position: absolute;
    opacity: 1;
    top: 0;
    left: 0;
    width: 24px;
    height: 24px;
    margin: 0;
    padding: 0;
    color: transparent;
    font-size: 0;
    background: transparent url(../img/mobile-menu-toggle.svg) no-repeat;
    -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;
  }
  .site-header .main-menu--smu.accessible-menu .menu-item__button::before {
    display: none;
  }
  .site-header .main-menu--smu.accessible-menu .menu-item__button .toggle-text {
    position: absolute !important;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px);
    width: 1px;
    height: 1px;
  }
  .site-header .main-menu--smu.accessible-menu .menu-item--open .menu-item__button {
    -webkit-transform: rotateX(180deg);
            transform: rotateX(180deg);
    -webkit-transform-origin: center;
            transform-origin: center;
  }
  .site-header .site-header__search {
    display: none;
    width: 100%;
    background-color: #ffffff;
    -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
            box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
    position: fixed;
    top: 4.375rem;
  }
}
@media screen and (max-width: 47.99875em) and (min-width: 64em) {
  .site-header .site-header__search {
    top: 5.3125rem;
  }
}
@media screen and (max-width: 47.99875em) {
  .search-panel-open .site-header .site-header__search {
    display: block;
  }
  .site-header .site-header__search .site-search {
    margin-right: auto;
    margin-left: auto;
    width: 100%;
    max-width: 80rem;
    padding-left: 1.25rem;
  }
}
@media screen and (max-width: 47.99875em) and (max-width: 79.125em) {
  .site-header .site-header__search .site-search {
    padding-right: 1.25rem;
  }
}
@media screen and (max-width: 47.99875em) {
  .site-header .site-search .search-block-form {
    position: relative;
    height: 62px;
    background-color: #ffffff;
    display: block !important;
    margin-bottom: 26px;
  }
  .site-header .site-search .search-block-form > form {
    position: relative;
    height: 62px;
    background-color: #ffffff;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    padding: 0;
    border-bottom: 1px solid #d8d8d8;
  }
  .site-header .site-search .search-block-form .form-item {
    margin-top: 0;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .site-header .site-search .search-block-form input[type=search] {
    padding: 0.625rem 0;
    width: 100%;
  }
  .site-header .site-search .search-block-form input[type=search]::-webkit-input-placeholder {
    font-weight: normal;
    font-size: 1.3125rem;
    color: #333;
  }
  .site-header .site-search .search-block-form input[type=search]::-moz-placeholder {
    font-weight: normal;
    font-size: 1.3125rem;
    color: #333;
  }
  .site-header .site-search .search-block-form input[type=search]:-ms-input-placeholder {
    font-weight: normal;
    font-size: 1.3125rem;
    color: #333;
  }
  .site-header .site-search .search-block-form input[type=search]::-ms-input-placeholder {
    font-weight: normal;
    font-size: 1.3125rem;
    color: #333;
  }
  .site-header .site-search .search-block-form input[type=search]::placeholder {
    font-weight: normal;
    font-size: 1.3125rem;
    color: #333;
  }
}
@media screen and (max-width: 47.99875em) and (min-width: 48em) {
  .site-header .site-search .search-block-form input[type=search]::-webkit-input-placeholder {
    font-size: 1.5rem;
  }
  .site-header .site-search .search-block-form input[type=search]::-moz-placeholder {
    font-size: 1.5rem;
  }
  .site-header .site-search .search-block-form input[type=search]:-ms-input-placeholder {
    font-size: 1.5rem;
  }
  .site-header .site-search .search-block-form input[type=search]::-ms-input-placeholder {
    font-size: 1.5rem;
  }
  .site-header .site-search .search-block-form input[type=search]::placeholder {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 47.99875em) and (min-width: 64em) {
  .site-header .site-search .search-block-form input[type=search]::-webkit-input-placeholder {
    font-size: 1.75rem;
  }
  .site-header .site-search .search-block-form input[type=search]::-moz-placeholder {
    font-size: 1.75rem;
  }
  .site-header .site-search .search-block-form input[type=search]:-ms-input-placeholder {
    font-size: 1.75rem;
  }
  .site-header .site-search .search-block-form input[type=search]::-ms-input-placeholder {
    font-size: 1.75rem;
  }
  .site-header .site-search .search-block-form input[type=search]::placeholder {
    font-size: 1.75rem;
  }
}
@media screen and (max-width: 47.99875em) {
  .site-header .site-search .search-block-form input[type=submit] {
    padding: 0.5em;
    background: #af1735;
    color: #ffffff;
    font-family: "Knockout 49 A", "Knockout 49 B", franklin-gothic-urw-comp, "Arial Narrow", sans-serif;
  }
  .site-header .site-search .search-block-form input[type=submit]:hover, .site-header .site-search .search-block-form input[type=submit]:focus {
    background: #000000;
  }
  .site-header .site-header__sticky-container {
    position: relative;
    -webkit-transform: none;
            transform: none;
  }
  .site-header--beyond-threshold .site-header .site-header__sticky-container {
    -webkit-transform: none;
            transform: none;
  }
  .mobile-menu-open .site-header .site-header__main, .search-panel-open .site-header .site-header__search {
    position: absolute;
  }
}
@media screen and (min-width: 48em) and (max-width: 63.99875em) {
  .site-header .site-header__main {
    display: none;
    background-color: #efefef;
    -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
            box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
    padding-right: 20px;
    padding-left: 20px;
    width: 340px;
  }
}
@media screen and (min-width: 48em) and (max-width: 63.99875em) and (max-width: 39.99875em) {
  .site-header .site-header__main {
    max-width: calc(100vw - 34px);
  }
}
@media screen and (min-width: 48em) and (max-width: 63.99875em) and (min-width: 80.0625em) {
  .site-header .site-header__main {
    margin-right: calc(50vw - 640px);
  }
}
@media screen and (min-width: 48em) and (max-width: 63.99875em) {
  .mobile-menu-open .site-header .site-header__main {
    display: block;
    position: fixed;
    top: 5.3125rem;
    right: 0;
    padding-bottom: 48px;
    overflow: auto;
    max-height: calc(100vh - 5.3125rem);
  }
}
@media screen and (min-width: 48em) and (max-width: 63.99875em) and (max-width: 63.99875em) {
  .mobile-menu-open .site-header .site-header__main {
    top: 4.375rem;
    max-height: calc(100vh - 4.375rem);
  }
}
@media screen and (min-width: 48em) and (max-width: 63.99875em) {
  .site-header .site-header__main .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;
    padding-right: 0;
    padding-left: 0;
  }
  .site-header .site-header__main .site-header__logo {
    display: none;
  }
  .site-header .site-header__top {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    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 .site-header__top .utility-menu--smu,
  .site-header .site-header__top .audience-menu--smu,
  .site-header .site-header__top .cta-menu--smu {
    width: 100%;
  }
  .site-header .site-header__top .utility-menu--smu {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .site-header .site-header__top .audience-menu--smu {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .site-header .site-header__top .cta-menu--smu {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .site-header .site-header__bottom {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    padding-bottom: 23px;
  }
  .site-header .main-menu ul {
    width: 100%;
  }
  .site-header .main-menu > ul.menu > li {
    margin-top: 23px;
  }
  .site-header .main-menu > ul.menu > li > span {
    margin-left: 36px;
    font-family: freight-text-pro, times, serif;
    font-size: 18px;
    color: #333;
  }
  .site-header .main-menu > ul.menu > li > ul.menu {
    display: none;
  }
  .site-header .main-menu > ul.menu > li.menu-item--open > ul.menu {
    display: block;
  }
  .site-header .main-menu > ul.menu > li > ul.menu .restatement {
    width: 100%;
    padding-top: 1rem;
    padding-bottom: 1rem;
    border-bottom: 1px solid #d8d8d8;
    margin-bottom: 0;
  }
  .site-header .main-menu > ul.menu > li > ul.menu .restatement a {
    display: inline-block;
    font-family: "Knockout 49 A", "Knockout 49 B", franklin-gothic-urw-comp, "Arial Narrow", sans-serif;
    font-size: 1.625rem;
    font-weight: 400 !important;
    text-decoration: none;
    border-bottom: 1px solid transparent;
  }
  .site-header .main-menu > ul.menu > li > ul.menu .restatement a:hover, .site-header .main-menu > ul.menu > li > ul.menu .restatement a:focus {
    color: #000000;
    border-bottom: 1px solid #d8d8d8;
  }
  .site-header .main-menu > ul.menu > li > ul.menu .triple li,
  .site-header .main-menu > ul.menu > li > ul.menu .single li {
    display: block;
    margin: 1.125rem 0 0;
    padding: 0 0 0 0.875rem;
    position: relative;
  }
  .site-header .main-menu > ul.menu > li > ul.menu .triple li::before,
  .site-header .main-menu > ul.menu > li > ul.menu .single li::before {
    font-family: "Font Awesome 5 Pro";
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-smoothing: antialiased;
    content: "\f105";
    font-size: 1rem;
    color: #999;
    position: absolute;
    left: 0;
    top: 0.25em;
  }
  .site-header .main-menu > ul.menu > li > ul.menu .triple li a,
  .site-header .main-menu > ul.menu > li > ul.menu .single li a {
    font-weight: normal;
    text-decoration: none;
  }
  .site-header .main-menu > ul.menu > li > ul.menu .triple li a:hover, .site-header .main-menu > ul.menu > li > ul.menu .triple li a:focus,
  .site-header .main-menu > ul.menu > li > ul.menu .single li a:hover,
  .site-header .main-menu > ul.menu > li > ul.menu .single li a:focus {
    text-decoration: underline;
  }
  .site-header .main-menu > ul.menu > li > ul.menu .triple li p,
  .site-header .main-menu > ul.menu > li > ul.menu .single li p {
    margin-top: 0.5rem;
  }
  .site-header .audience-menu--smu {
    margin-top: 1.75rem;
  }
  .site-header .audience-menu--smu > ul.menu {
    display: block;
  }
  .site-header .audience-menu--smu .menu-item--expanded > span {
    display: block;
  }
  .site-header .audience-menu--smu .menu-item--expanded > span::after {
    display: none;
  }
  .site-header .audience-menu--smu .menu-item__button {
    left: unset;
    bottom: unset;
    right: 0;
    opacity: 1;
    top: 0.66rem;
  }
  .site-header .audience-menu--smu .menu-item__button .toggle-text {
    position: absolute !important;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px);
    width: 1px;
    height: 1px;
  }
  .site-header .audience-menu--smu .menu-item__button span {
    border: none;
  }
  .site-header .audience-menu--smu .menu-item__button::before {
    display: none;
  }
  .site-header .audience-menu--smu .menu-item__button::after {
    font-family: "Font Awesome 5 Pro";
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-smoothing: antialiased;
    content: "\f063";
    font-size: 1rem;
    color: #af1735;
    position: absolute;
    right: 0;
    top: 0.5rem;
    -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;
  }
  .site-header .audience-menu--smu .menu-item__button:hover::after {
    color: #000000;
  }
  .site-header .audience-menu--smu .menu-item--open .menu-item__button::after {
    -webkit-transform: rotateX(180deg);
            transform: rotateX(180deg);
  }
  .site-header .audience-menu--smu ul ul {
    left: 0;
    position: relative;
  }
  .site-header .cta-menu--smu {
    padding-top: 1.875rem;
  }
  .site-header .cta-menu--smu ul.menu a {
    display: block;
    padding: 0.625rem;
    margin-top: 0;
  }
  .site-header .cta-menu--smu ul.menu li + li {
    margin-top: 0.5rem;
  }
  .site-header .utility-menu--smu {
    padding-top: 2rem;
    border-top: 1px solid #efefef;
  }
  .site-header .utility-menu--smu li + li {
    margin-top: 1rem;
  }
  .site-header .mobile-menu-button {
    height: 4.375rem;
  }
  .site-header .main-menu--smu.accessible-menu .menu-item__button {
    position: absolute;
    opacity: 1;
    top: 0;
    left: 0;
    width: 24px;
    height: 24px;
    margin: 0;
    padding: 0;
    color: transparent;
    font-size: 0;
    background: transparent url(../img/mobile-menu-toggle.svg) no-repeat;
    -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;
  }
  .site-header .main-menu--smu.accessible-menu .menu-item__button::before {
    display: none;
  }
  .site-header .main-menu--smu.accessible-menu .menu-item__button .toggle-text {
    position: absolute !important;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px);
    width: 1px;
    height: 1px;
  }
  .site-header .main-menu--smu.accessible-menu .menu-item--open .menu-item__button {
    -webkit-transform: rotateX(180deg);
            transform: rotateX(180deg);
    -webkit-transform-origin: center;
            transform-origin: center;
  }
  .site-header .site-header__search {
    display: none;
    width: 100%;
    background-color: #ffffff;
    -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
            box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
    position: fixed;
    top: 4.375rem;
  }
}
@media screen and (min-width: 48em) and (max-width: 63.99875em) and (min-width: 64em) {
  .site-header .site-header__search {
    top: 5.3125rem;
  }
}
@media screen and (min-width: 48em) and (max-width: 63.99875em) {
  .search-panel-open .site-header .site-header__search {
    display: block;
  }
  .site-header .site-header__search .site-search {
    margin-right: auto;
    margin-left: auto;
    width: 100%;
    max-width: 80rem;
    padding-left: 1.25rem;
  }
}
@media screen and (min-width: 48em) and (max-width: 63.99875em) and (max-width: 79.125em) {
  .site-header .site-header__search .site-search {
    padding-right: 1.25rem;
  }
}
@media screen and (min-width: 48em) and (max-width: 63.99875em) {
  .site-header .site-search .search-block-form {
    position: relative;
    height: 62px;
    background-color: #ffffff;
    display: block !important;
    margin-bottom: 26px;
  }
  .site-header .site-search .search-block-form > form {
    position: relative;
    height: 62px;
    background-color: #ffffff;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    padding: 0;
    border-bottom: 1px solid #d8d8d8;
  }
  .site-header .site-search .search-block-form .form-item {
    margin-top: 0;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .site-header .site-search .search-block-form input[type=search] {
    padding: 0.625rem 0;
    width: 100%;
  }
  .site-header .site-search .search-block-form input[type=search]::-webkit-input-placeholder {
    font-weight: normal;
    font-size: 1.3125rem;
    color: #333;
  }
  .site-header .site-search .search-block-form input[type=search]::-moz-placeholder {
    font-weight: normal;
    font-size: 1.3125rem;
    color: #333;
  }
  .site-header .site-search .search-block-form input[type=search]:-ms-input-placeholder {
    font-weight: normal;
    font-size: 1.3125rem;
    color: #333;
  }
  .site-header .site-search .search-block-form input[type=search]::-ms-input-placeholder {
    font-weight: normal;
    font-size: 1.3125rem;
    color: #333;
  }
  .site-header .site-search .search-block-form input[type=search]::placeholder {
    font-weight: normal;
    font-size: 1.3125rem;
    color: #333;
  }
}
@media screen and (min-width: 48em) and (max-width: 63.99875em) and (min-width: 48em) {
  .site-header .site-search .search-block-form input[type=search]::-webkit-input-placeholder {
    font-size: 1.5rem;
  }
  .site-header .site-search .search-block-form input[type=search]::-moz-placeholder {
    font-size: 1.5rem;
  }
  .site-header .site-search .search-block-form input[type=search]:-ms-input-placeholder {
    font-size: 1.5rem;
  }
  .site-header .site-search .search-block-form input[type=search]::-ms-input-placeholder {
    font-size: 1.5rem;
  }
  .site-header .site-search .search-block-form input[type=search]::placeholder {
    font-size: 1.5rem;
  }
}
@media screen and (min-width: 48em) and (max-width: 63.99875em) and (min-width: 64em) {
  .site-header .site-search .search-block-form input[type=search]::-webkit-input-placeholder {
    font-size: 1.75rem;
  }
  .site-header .site-search .search-block-form input[type=search]::-moz-placeholder {
    font-size: 1.75rem;
  }
  .site-header .site-search .search-block-form input[type=search]:-ms-input-placeholder {
    font-size: 1.75rem;
  }
  .site-header .site-search .search-block-form input[type=search]::-ms-input-placeholder {
    font-size: 1.75rem;
  }
  .site-header .site-search .search-block-form input[type=search]::placeholder {
    font-size: 1.75rem;
  }
}
@media screen and (min-width: 48em) and (max-width: 63.99875em) {
  .site-header .site-search .search-block-form input[type=submit] {
    padding: 0.5em;
    background: #af1735;
    color: #ffffff;
    font-family: "Knockout 49 A", "Knockout 49 B", franklin-gothic-urw-comp, "Arial Narrow", sans-serif;
  }
  .site-header .site-search .search-block-form input[type=submit]:hover, .site-header .site-search .search-block-form input[type=submit]:focus {
    background: #000000;
  }
  .site-header .site-header__sticky-container {
    position: relative;
    -webkit-transform: none;
            transform: none;
  }
  .site-header--beyond-threshold .site-header .site-header__sticky-container {
    -webkit-transform: none;
            transform: none;
  }
  .mobile-menu-open .site-header .site-header__main, .search-panel-open .site-header .site-header__search {
    position: absolute;
  }
}
@media print, screen and (min-width: 64em) {
  .site-header__top .cta-menu--smu {
    display: none;
  }
  .site-header:not(.site-header--beyond-threshold) .site-header__main {
    background-color: #ffffff;
    -webkit-box-shadow: 0 5px 6px rgba(0, 0, 0, 0.1);
            box-shadow: 0 5px 6px rgba(0, 0, 0, 0.1);
  }
  .site-header:not(.site-header--beyond-threshold) .site-header__main > .grid-container {
    height: 8.75rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
  .site-header:not(.site-header--beyond-threshold) .site-header__main > .grid-container .site-header__logo {
    -ms-flex-item-align: center;
        align-self: center;
  }
}
@media screen and (min-width: 64em) and (max-width: 72.5em) {
  .site-header:not(.site-header--beyond-threshold) .site-header__main > .grid-container .site-header__logo {
    max-width: 260px;
  }
}
@media print, screen and (min-width: 64em) {
  .site-header:not(.site-header--beyond-threshold) .site-header__main .site-header__top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    top: 28px;
    right: 194px;
  }
}
@media screen and (min-width: 64em) and (max-width: 72.5em) {
  .site-header:not(.site-header--beyond-threshold) .site-header__main .site-header__top {
    right: 170px;
  }
}
@media print, screen and (min-width: 64em) {
  .site-header:not(.site-header--beyond-threshold) .page.page--home .site-header:not(.site-header--beyond-threshold) .site-header__main {
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  .site-header:not(.site-header--beyond-threshold) .main-menu > ul.menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .site-header:not(.site-header--beyond-threshold) .main-menu > ul.menu > li {
    position: unset;
    padding-left: 30px;
    font-family: freight-text-pro, times, serif;
    font-size: 18px;
    font-weight: bold;
  }
}
@media screen and (min-width: 64em) and (max-width: 72.5em) {
  .site-header:not(.site-header--beyond-threshold) .main-menu > ul.menu > li {
    padding-left: 20px;
  }
}
@media print, screen and (min-width: 64em) {
  .site-header:not(.site-header--beyond-threshold) .main-menu > ul.menu > li > span {
    display: block;
    padding-bottom: 1.625rem;
    border-bottom: 4px solid transparent;
  }
  .site-header:not(.site-header--beyond-threshold) .main-menu > ul.menu > li > .menu-item__button {
    padding: 0;
    left: unset;
  }
  .site-header:not(.site-header--beyond-threshold) .main-menu > ul.menu > li > .menu-item__button .toggle-text {
    position: absolute !important;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px);
    width: 1px;
    height: 1px;
  }
  .site-header:not(.site-header--beyond-threshold) .main-menu > ul.menu > li > .menu-item__button:focus::before {
    color: #af1735;
  }
  .site-header:not(.site-header--beyond-threshold) .main-menu > ul.menu > li > ul.menu {
    display: none;
  }
  .site-header:not(.site-header--beyond-threshold) .main-menu > ul.menu > li.menu-item--open > ul.menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    left: 0;
    right: 0;
    top: 8.75rem;
    background-color: #ffffff;
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.1) 0, #ffffff 6px, #ffffff 100%);
    -webkit-box-shadow: 0 5px 6px rgba(0, 0, 0, 0.1);
            box-shadow: 0 5px 6px rgba(0, 0, 0, 0.1);
  }
  .site-header:not(.site-header--beyond-threshold) .main-menu > ul.menu > li:hover > span {
    color: #000000;
    border-bottom: 4px solid #af1735;
  }
  .site-header:not(.site-header--beyond-threshold) .main-menu > ul.menu > li:hover > ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    left: 0;
    right: 0;
    top: 8.75rem;
    background-color: #ffffff;
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.1) 0, #ffffff 6px, #ffffff 100%);
    -webkit-box-shadow: 0 5px 6px rgba(0, 0, 0, 0.1);
            box-shadow: 0 5px 6px rgba(0, 0, 0, 0.1);
  }
  .site-header:not(.site-header--beyond-threshold) .main-menu > ul.menu > li > ul.menu {
    padding: 1.875rem 2.5rem 2.5rem;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .site-header:not(.site-header--beyond-threshold) .main-menu > ul.menu > li > ul.menu .restatement {
    width: 100%;
    padding-bottom: 1rem;
    border-bottom: 1px solid #d8d8d8;
    margin-bottom: 2rem;
  }
  .site-header:not(.site-header--beyond-threshold) .main-menu > ul.menu > li > ul.menu .restatement a {
    display: inline-block;
    font-family: "Knockout 49 A", "Knockout 49 B", franklin-gothic-urw-comp, "Arial Narrow", sans-serif;
    font-size: 2.25rem;
    text-decoration: none;
    border-bottom: 1px solid transparent;
    font-weight: 400 !important;
  }
  .site-header:not(.site-header--beyond-threshold) .main-menu > ul.menu > li > ul.menu .restatement a:hover, .site-header:not(.site-header--beyond-threshold) .main-menu > ul.menu > li > ul.menu .restatement a:focus {
    color: #000000;
    border-bottom: 1px solid #d8d8d8;
  }
  .site-header:not(.site-header--beyond-threshold) .main-menu > ul.menu > li > ul.menu .triple {
    width: 75%;
  }
  .site-header:not(.site-header--beyond-threshold) .main-menu > ul.menu > li > ul.menu .triple > ul.menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .site-header:not(.site-header--beyond-threshold) .main-menu > ul.menu > li > ul.menu .triple > ul.menu > li {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    width: calc(33.33% - 20px);
  }
  .site-header:not(.site-header--beyond-threshold) .main-menu > ul.menu > li > ul.menu .single {
    width: 25%;
    padding-left: 1.25rem;
  }
  .site-header:not(.site-header--beyond-threshold) .main-menu > ul.menu > li > ul.menu .single li + li {
    margin-top: 14px;
  }
  .site-header:not(.site-header--beyond-threshold) .main-menu > ul.menu > li > ul.menu .triple li,
  .site-header:not(.site-header--beyond-threshold) .main-menu > ul.menu > li > ul.menu .single li {
    display: block;
    margin: 0;
    padding: 0 0 0 0.875rem;
    position: relative;
  }
  .site-header:not(.site-header--beyond-threshold) .main-menu > ul.menu > li > ul.menu .triple li::before,
  .site-header:not(.site-header--beyond-threshold) .main-menu > ul.menu > li > ul.menu .single li::before {
    font-family: "Font Awesome 5 Pro";
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-smoothing: antialiased;
    content: "\f105";
    font-size: 1rem;
    color: #999;
    position: absolute;
    left: 0;
    top: 0.25em;
  }
  .site-header:not(.site-header--beyond-threshold) .main-menu > ul.menu > li > ul.menu .triple li a,
  .site-header:not(.site-header--beyond-threshold) .main-menu > ul.menu > li > ul.menu .single li a {
    font-weight: normal;
    text-decoration: none;
  }
  .site-header:not(.site-header--beyond-threshold) .main-menu > ul.menu > li > ul.menu .triple li a:hover, .site-header:not(.site-header--beyond-threshold) .main-menu > ul.menu > li > ul.menu .triple li a:focus,
  .site-header:not(.site-header--beyond-threshold) .main-menu > ul.menu > li > ul.menu .single li a:hover,
  .site-header:not(.site-header--beyond-threshold) .main-menu > ul.menu > li > ul.menu .single li a:focus {
    text-decoration: underline;
  }
  .site-header:not(.site-header--beyond-threshold) .main-menu > ul.menu > li > ul.menu .triple li p,
  .site-header:not(.site-header--beyond-threshold) .main-menu > ul.menu > li > ul.menu .single li p {
    margin-top: 0.5rem;
  }
  .site-header:not(.site-header--beyond-threshold) .cta-menu--smu {
    display: none;
  }
  .site-header:not(.site-header--beyond-threshold) .utility-menu--smu ul.menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 454px;
  }
  .site-header:not(.site-header--beyond-threshold) .utility-menu--smu ul.menu a {
    display: inline-block;
    padding: 0.875rem;
  }
}
@media screen and (min-width: 64em) and (max-width: 72.5em) {
  .site-header:not(.site-header--beyond-threshold) .utility-menu--smu ul.menu {
    width: 100%;
  }
  .site-header:not(.site-header--beyond-threshold) .utility-menu--smu ul.menu li:not(:last-child)::after {
    content: "/";
    display: inline;
    color: #d8d8d8;
  }
  .site-header:not(.site-header--beyond-threshold) .utility-menu--smu ul.menu a {
    padding: 0.875rem 0.1875rem 0.875rem 0.3125rem;
  }
}
@media print, screen and (min-width: 64em) {
  .site-header:not(.site-header--beyond-threshold) .site-header__search {
    width: 160px;
    height: 68px;
    position: absolute;
    right: calc(50vw - 630px);
    border-bottom: 1px solid #d8d8d8;
  }
}
@media screen and (min-width: 64em) and (max-width: 81.25em) {
  .site-header:not(.site-header--beyond-threshold) .site-header__search {
    right: 20px;
  }
}
@media screen and (min-width: 64em) and (max-width: 72.5em) {
  .site-header:not(.site-header--beyond-threshold) .site-header__search {
    width: 130px;
  }
}
@media print, screen and (min-width: 64em) {
  .site-header:not(.site-header--beyond-threshold) .site-search .search-block-form {
    position: relative;
    display: block;
    height: 62px;
    background-color: #ffffff;
    padding: 0;
  }
  .site-header:not(.site-header--beyond-threshold) .site-search .search-block-form > form {
    position: relative;
    display: block;
    height: 62px;
    background-color: #ffffff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    padding: 0;
  }
  .site-header:not(.site-header--beyond-threshold) .site-search .search-block-form .form-item {
    margin-top: 0;
  }
  .site-header:not(.site-header--beyond-threshold) .site-search .search-block-form input[type=search] {
    padding: 0;
  }
  .site-header:not(.site-header--beyond-threshold) .site-search .search-block-form input[type=search]::-webkit-input-placeholder {
    font-weight: normal;
    font-size: 16px;
    color: #333;
  }
  .site-header:not(.site-header--beyond-threshold) .site-search .search-block-form input[type=search]::-moz-placeholder {
    font-weight: normal;
    font-size: 16px;
    color: #333;
  }
  .site-header:not(.site-header--beyond-threshold) .site-search .search-block-form input[type=search]:-ms-input-placeholder {
    font-weight: normal;
    font-size: 16px;
    color: #333;
  }
  .site-header:not(.site-header--beyond-threshold) .site-search .search-block-form input[type=search]::-ms-input-placeholder {
    font-weight: normal;
    font-size: 16px;
    color: #333;
  }
  .site-header:not(.site-header--beyond-threshold) .site-search .search-block-form input[type=search]::placeholder {
    font-weight: normal;
    font-size: 16px;
    color: #333;
  }
  .site-header:not(.site-header--beyond-threshold) .site-search .search-block-form input[type=submit] {
    padding: 0;
    height: 14px;
    width: 14px;
    background-color: #ffffff;
    color: transparent;
    -webkit-transform: translateY(4px);
            transform: translateY(4px);
    background-image: url(../img/tiny-search-black.svg);
    background-size: 14px 14px;
  }
  .site-header:not(.site-header--beyond-threshold) .site-search .search-block-form input[type=submit]:hover, .site-header:not(.site-header--beyond-threshold) .site-search .search-block-form input[type=submit]:focus {
    background-image: url(../img/tiny-search-red.svg);
  }
  .site-header--beyond-threshold .site-header__main {
    display: none;
    background-color: #efefef;
    -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
            box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
    padding-right: 20px;
    padding-left: 20px;
    width: 340px;
  }
}
@media screen and (min-width: 64em) and (max-width: 39.99875em) {
  .site-header--beyond-threshold .site-header__main {
    max-width: calc(100vw - 34px);
  }
}
@media screen and (min-width: 64em) and (min-width: 80.0625em) {
  .site-header--beyond-threshold .site-header__main {
    margin-right: calc(50vw - 640px);
  }
}
@media print, screen and (min-width: 64em) {
  .mobile-menu-open .site-header--beyond-threshold .site-header__main {
    display: block;
    position: fixed;
    top: 5.3125rem;
    right: 0;
    padding-bottom: 48px;
    overflow: auto;
    max-height: calc(100vh - 5.3125rem);
  }
}
@media screen and (min-width: 64em) and (max-width: 63.99875em) {
  .mobile-menu-open .site-header--beyond-threshold .site-header__main {
    top: 4.375rem;
    max-height: calc(100vh - 4.375rem);
  }
}
@media print, screen and (min-width: 64em) {
  .site-header--beyond-threshold .site-header__main .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;
    padding-right: 0;
    padding-left: 0;
  }
  .site-header--beyond-threshold .site-header__main .site-header__logo {
    display: none;
  }
  .site-header--beyond-threshold .site-header__top {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    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--beyond-threshold .site-header__top .utility-menu--smu,
  .site-header--beyond-threshold .site-header__top .audience-menu--smu,
  .site-header--beyond-threshold .site-header__top .cta-menu--smu {
    width: 100%;
  }
  .site-header--beyond-threshold .site-header__top .utility-menu--smu {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .site-header--beyond-threshold .site-header__top .audience-menu--smu {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .site-header--beyond-threshold .site-header__top .cta-menu--smu {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .site-header--beyond-threshold .site-header__bottom {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    padding-bottom: 23px;
  }
  .site-header--beyond-threshold .main-menu ul {
    width: 100%;
  }
  .site-header--beyond-threshold .main-menu > ul.menu > li {
    margin-top: 23px;
  }
  .site-header--beyond-threshold .main-menu > ul.menu > li > span {
    margin-left: 36px;
    font-family: freight-text-pro, times, serif;
    font-size: 18px;
    color: #333;
  }
  .site-header--beyond-threshold .main-menu > ul.menu > li > ul.menu {
    display: none;
  }
  .site-header--beyond-threshold .main-menu > ul.menu > li.menu-item--open > ul.menu {
    display: block;
  }
  .site-header--beyond-threshold .main-menu > ul.menu > li > ul.menu .restatement {
    width: 100%;
    padding-top: 1rem;
    padding-bottom: 1rem;
    border-bottom: 1px solid #d8d8d8;
    margin-bottom: 0;
  }
  .site-header--beyond-threshold .main-menu > ul.menu > li > ul.menu .restatement a {
    display: inline-block;
    font-family: "Knockout 49 A", "Knockout 49 B", franklin-gothic-urw-comp, "Arial Narrow", sans-serif;
    font-size: 1.625rem;
    font-weight: 400 !important;
    text-decoration: none;
    border-bottom: 1px solid transparent;
  }
  .site-header--beyond-threshold .main-menu > ul.menu > li > ul.menu .restatement a:hover, .site-header--beyond-threshold .main-menu > ul.menu > li > ul.menu .restatement a:focus {
    color: #000000;
    border-bottom: 1px solid #d8d8d8;
  }
  .site-header--beyond-threshold .main-menu > ul.menu > li > ul.menu .triple li,
  .site-header--beyond-threshold .main-menu > ul.menu > li > ul.menu .single li {
    display: block;
    margin: 1.125rem 0 0;
    padding: 0 0 0 0.875rem;
    position: relative;
  }
  .site-header--beyond-threshold .main-menu > ul.menu > li > ul.menu .triple li::before,
  .site-header--beyond-threshold .main-menu > ul.menu > li > ul.menu .single li::before {
    font-family: "Font Awesome 5 Pro";
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-smoothing: antialiased;
    content: "\f105";
    font-size: 1rem;
    color: #999;
    position: absolute;
    left: 0;
    top: 0.25em;
  }
  .site-header--beyond-threshold .main-menu > ul.menu > li > ul.menu .triple li a,
  .site-header--beyond-threshold .main-menu > ul.menu > li > ul.menu .single li a {
    font-weight: normal;
    text-decoration: none;
  }
  .site-header--beyond-threshold .main-menu > ul.menu > li > ul.menu .triple li a:hover, .site-header--beyond-threshold .main-menu > ul.menu > li > ul.menu .triple li a:focus,
  .site-header--beyond-threshold .main-menu > ul.menu > li > ul.menu .single li a:hover,
  .site-header--beyond-threshold .main-menu > ul.menu > li > ul.menu .single li a:focus {
    text-decoration: underline;
  }
  .site-header--beyond-threshold .main-menu > ul.menu > li > ul.menu .triple li p,
  .site-header--beyond-threshold .main-menu > ul.menu > li > ul.menu .single li p {
    margin-top: 0.5rem;
  }
  .site-header--beyond-threshold .audience-menu--smu {
    margin-top: 1.75rem;
  }
  .site-header--beyond-threshold .audience-menu--smu > ul.menu {
    display: block;
  }
  .site-header--beyond-threshold .audience-menu--smu .menu-item--expanded > span {
    display: block;
  }
  .site-header--beyond-threshold .audience-menu--smu .menu-item--expanded > span::after {
    display: none;
  }
  .site-header--beyond-threshold .audience-menu--smu .menu-item__button {
    left: unset;
    bottom: unset;
    right: 0;
    opacity: 1;
    top: 0.66rem;
  }
  .site-header--beyond-threshold .audience-menu--smu .menu-item__button .toggle-text {
    position: absolute !important;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px);
    width: 1px;
    height: 1px;
  }
  .site-header--beyond-threshold .audience-menu--smu .menu-item__button span {
    border: none;
  }
  .site-header--beyond-threshold .audience-menu--smu .menu-item__button::before {
    display: none;
  }
  .site-header--beyond-threshold .audience-menu--smu .menu-item__button::after {
    font-family: "Font Awesome 5 Pro";
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-smoothing: antialiased;
    content: "\f063";
    font-size: 1rem;
    color: #af1735;
    position: absolute;
    right: 0;
    top: 0.5rem;
    -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;
  }
  .site-header--beyond-threshold .audience-menu--smu .menu-item__button:hover::after {
    color: #000000;
  }
  .site-header--beyond-threshold .audience-menu--smu .menu-item--open .menu-item__button::after {
    -webkit-transform: rotateX(180deg);
            transform: rotateX(180deg);
  }
  .site-header--beyond-threshold .audience-menu--smu ul ul {
    left: 0;
    position: relative;
  }
  .site-header--beyond-threshold .cta-menu--smu ul.menu a {
    padding: 1rem 1.5rem;
    margin-top: 0;
    font-size: 1.125rem;
    padding: 1rem 1.5rem;
  }
  .site-header--beyond-threshold .utility-menu--smu {
    padding-top: 2rem;
    border-top: 1px solid #efefef;
  }
  .site-header--beyond-threshold .utility-menu--smu li + li {
    margin-top: 1rem;
  }
  .site-header--beyond-threshold .mobile-menu-button {
    height: 5.3125rem;
    width: 100px;
  }
  .site-header--beyond-threshold .mobile-menu-button:hover {
    background-color: #f2f2f2;
  }
  .site-header--beyond-threshold .mobile-menu-button:hover::before {
    color: #000000;
  }
  .site-header--beyond-threshold .mobile-menu-button:focus {
    background-color: #f2f2f2;
  }
  .site-header--beyond-threshold .mobile-menu-button:focus::before {
    color: #af1735;
  }
  .site-header--beyond-threshold .main-menu--smu.accessible-menu .menu-item__button {
    position: absolute;
    opacity: 1;
    top: 0;
    left: 0;
    width: 24px;
    height: 24px;
    margin: 0;
    padding: 0;
    color: transparent;
    font-size: 0;
    background: transparent url(../img/mobile-menu-toggle.svg) no-repeat;
    -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;
  }
  .site-header--beyond-threshold .main-menu--smu.accessible-menu .menu-item__button::before {
    display: none;
  }
  .site-header--beyond-threshold .main-menu--smu.accessible-menu .menu-item__button .toggle-text {
    position: absolute !important;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px);
    width: 1px;
    height: 1px;
  }
  .site-header--beyond-threshold .main-menu--smu.accessible-menu .menu-item--open .menu-item__button {
    -webkit-transform: rotateX(180deg);
            transform: rotateX(180deg);
    -webkit-transform-origin: center;
            transform-origin: center;
  }
  .site-header--beyond-threshold .site-header__search {
    display: none;
    width: 100%;
    background-color: #ffffff;
    -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
            box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
    position: fixed;
    top: 4.375rem;
  }
}
@media print, screen and (min-width: 64em) and (min-width: 64em) {
  .site-header--beyond-threshold .site-header__search {
    top: 5.3125rem;
  }
}
@media print, screen and (min-width: 64em) {
  .search-panel-open .site-header--beyond-threshold .site-header__search {
    display: block;
  }
  .site-header--beyond-threshold .site-header__search .site-search {
    margin-right: auto;
    margin-left: auto;
    width: 100%;
    max-width: 80rem;
    padding-left: 1.25rem;
  }
}
@media screen and (min-width: 64em) and (max-width: 79.125em) {
  .site-header--beyond-threshold .site-header__search .site-search {
    padding-right: 1.25rem;
  }
}
@media print, screen and (min-width: 64em) {
  .site-header--beyond-threshold .site-search .search-block-form {
    position: relative;
    height: 62px;
    background-color: #ffffff;
    display: block !important;
    margin-bottom: 26px;
  }
  .site-header--beyond-threshold .site-search .search-block-form > form {
    position: relative;
    height: 62px;
    background-color: #ffffff;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    padding: 0;
    border-bottom: 1px solid #d8d8d8;
  }
  .site-header--beyond-threshold .site-search .search-block-form .form-item {
    margin-top: 0;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .site-header--beyond-threshold .site-search .search-block-form input[type=search] {
    padding: 0.625rem 0;
    width: 100%;
  }
  .site-header--beyond-threshold .site-search .search-block-form input[type=search]::-webkit-input-placeholder {
    font-weight: normal;
    font-size: 1.3125rem;
    color: #333;
  }
  .site-header--beyond-threshold .site-search .search-block-form input[type=search]::-moz-placeholder {
    font-weight: normal;
    font-size: 1.3125rem;
    color: #333;
  }
  .site-header--beyond-threshold .site-search .search-block-form input[type=search]:-ms-input-placeholder {
    font-weight: normal;
    font-size: 1.3125rem;
    color: #333;
  }
  .site-header--beyond-threshold .site-search .search-block-form input[type=search]::-ms-input-placeholder {
    font-weight: normal;
    font-size: 1.3125rem;
    color: #333;
  }
  .site-header--beyond-threshold .site-search .search-block-form input[type=search]::placeholder {
    font-weight: normal;
    font-size: 1.3125rem;
    color: #333;
  }
}
@media print, screen and (min-width: 64em) and (min-width: 48em) {
  .site-header--beyond-threshold .site-search .search-block-form input[type=search]::-webkit-input-placeholder {
    font-size: 1.5rem;
  }
  .site-header--beyond-threshold .site-search .search-block-form input[type=search]::-moz-placeholder {
    font-size: 1.5rem;
  }
  .site-header--beyond-threshold .site-search .search-block-form input[type=search]:-ms-input-placeholder {
    font-size: 1.5rem;
  }
  .site-header--beyond-threshold .site-search .search-block-form input[type=search]::-ms-input-placeholder {
    font-size: 1.5rem;
  }
  .site-header--beyond-threshold .site-search .search-block-form input[type=search]::placeholder {
    font-size: 1.5rem;
  }
}
@media print, screen and (min-width: 64em) and (min-width: 64em) {
  .site-header--beyond-threshold .site-search .search-block-form input[type=search]::-webkit-input-placeholder {
    font-size: 1.75rem;
  }
  .site-header--beyond-threshold .site-search .search-block-form input[type=search]::-moz-placeholder {
    font-size: 1.75rem;
  }
  .site-header--beyond-threshold .site-search .search-block-form input[type=search]:-ms-input-placeholder {
    font-size: 1.75rem;
  }
  .site-header--beyond-threshold .site-search .search-block-form input[type=search]::-ms-input-placeholder {
    font-size: 1.75rem;
  }
  .site-header--beyond-threshold .site-search .search-block-form input[type=search]::placeholder {
    font-size: 1.75rem;
  }
}
@media print, screen and (min-width: 64em) {
  .site-header--beyond-threshold .site-search .search-block-form input[type=submit] {
    padding: 0.5em;
    background: #af1735;
    color: #ffffff;
    font-family: "Knockout 49 A", "Knockout 49 B", franklin-gothic-urw-comp, "Arial Narrow", sans-serif;
  }
  .site-header--beyond-threshold .site-search .search-block-form input[type=submit]:hover, .site-header--beyond-threshold .site-search .search-block-form input[type=submit]:focus {
    background: #000000;
  }
}
.site-search {
  position: relative;
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1;
}
.site-search .search-block-form {
  position: relative;
  width: 100%;
  padding: 0.5em;
}
.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 {
  width: 100%;
  margin: 0;
  padding: 0.5em 5em 0.5em 0.5em;
  border: 0;
  color: #222;
  font-family: freight-text-pro, times, serif;
  font-weight: 400;
}
.site-search .search-block-form input::-webkit-input-placeholder {
  color: #222;
  font-family: freight-text-pro, times, serif;
  font-weight: 400;
}
.site-search .search-block-form input::-moz-placeholder {
  opacity: 1;
  color: #222;
  font-family: freight-text-pro, times, serif;
  font-weight: 400;
}
.site-search .search-block-form input:-ms-input-placeholder {
  color: #222;
  font-family: freight-text-pro, times, serif;
  font-weight: 400;
}
.site-search .search-block-form button {
  position: absolute;
  top: 0.5em;
  right: 0.5em;
  bottom: 0.5em;
  margin: 0;
  padding: 0.5em;
}
.site-search__toggle {
  display: block;
  margin: 0;
  padding: 0.5em 1em;
  width: 66px;
  -webkit-transition: color 250ms ease-in-out;
  transition: color 250ms ease-in-out;
  background-color: transparent;
}
.site-search__toggle:before {
  content: "\f002";
  -webkit-transition: color 250ms ease-in-out;
  transition: color 250ms ease-in-out;
  color: #af1735;
  font-family: "Font Awesome 5 Pro";
  font-size: 1.5em;
  font-weight: 100;
}
.site-search__toggle:hover, .site-search__toggle:focus {
  background-color: transparent;
}
.site-search__toggle:hover:before, .site-search__toggle:focus:before {
  color: rgb(84.8484848485, 11.1515151515, 25.696969697);
}
.search-panel-open .site-search__toggle {
  background-color: transparent;
}
.search-panel-open .site-search__toggle::before {
  content: "\f00d";
  font-size: 2em;
}
@media print, screen and (min-width: 64em) {
  .site-search {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
  .site-search .search-block-form {
    width: auto;
    padding: 1em;
  }
  .site-search .search-block-form {
    position: absolute;
    z-index: 1;
    top: 100%;
    right: 0;
    display: none;
    background-color: #d8d8d8;
  }
  .site-search .search-block-form button {
    top: 1em;
    right: 1em;
    bottom: 1em;
  }
}

.sock {
  margin-top: 4rem;
  background-color: #222;
}
.sock__links {
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: center;
}
.sock__links li {
  display: inline-block;
}
.sock__links a {
  display: block;
  margin: 0 0.5em;
  padding: 1em;
  text-decoration: none;
  color: #ffffff;
  font-family: "Knockout 49 A", "Knockout 49 B", franklin-gothic-urw-comp, "Arial Narrow", sans-serif;
  font-size: 1.125rem;
  font-weight: 600;
}
.sock__links a:hover, .sock__links a:focus {
  color: #af1735;
  background-color: #9e9e9e;
}

.accessible-menu li {
  position: relative;
}
.accessible-menu .menu-item__button {
  position: absolute;
  border: none;
  background-color: transparent;
}
@media print, screen and (min-width: 64em) {
  .accessible-menu .menu-item__button {
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 1.5rem;
    height: 1rem;
    -webkit-transition: opacity 250ms ease-in-out;
    transition: opacity 250ms ease-in-out;
    opacity: 0;
    font-size: 0;
  }
  .accessible-menu .menu-item__button:before {
    width: 100%;
    content: "\f078";
    color: #ffffff;
    font-family: "Font Awesome 5 Pro";
    font-size: 16px;
  }
  .accessible-menu .menu-item__button:focus {
    opacity: 1;
  }
}
.accessible-menu .menu-item--open > ul {
  display: block;
}
@media screen and (max-width: 63.99875em) {
  .accessible-menu .menu-item--open > .menu-item__button:before {
    content: "\f068";
  }
}
@media print, screen and (min-width: 64em) {
  .accessible-menu .menu-item--open > .menu-item__button:before {
    content: "\f077";
  }
}

.audience-menu {
  margin-right: 14px;
}
.audience-menu a,
.audience-menu li,
.audience-menu span {
  display: block;
}
.audience-menu a,
.audience-menu span {
  font-family: freight-text-pro, times, serif;
}
.audience-menu span {
  cursor: default;
  color: #333;
  padding: 0.875rem 2rem 0.375rem 0;
  display: inline-block;
  position: relative;
  border-bottom: 1px solid #d8d8d8;
}
.audience-menu span::after {
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-smoothing: antialiased;
  content: "\f063";
  font-size: 1em;
  color: #af1735;
  position: absolute;
  right: 0;
  top: 1.1em;
  -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: rotateX(0);
          transform: rotateX(0);
}
.audience-menu li.menu-item--open span::after,
.audience-menu li:hover span::after {
  -webkit-transform: rotateX(180deg);
          transform: rotateX(180deg);
}
.audience-menu .toggle-text {
  border-bottom: none !important;
}
.audience-menu ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.audience-menu li:hover > ul {
  display: block;
}
.audience-menu a {
  color: #af1735;
  line-height: 1;
}
.audience-menu a:hover {
  text-decoration: none;
}
.audience-menu ul ul {
  position: absolute;
  z-index: 1;
  right: 0;
  display: none;
  min-width: 10rem;
  background-color: #ffffff;
  -webkit-box-shadow: 0 15px 15px rgba(0, 0, 0, 0.1);
          box-shadow: 0 15px 15px rgba(0, 0, 0, 0.1);
  padding: 1em;
}
.audience-menu ul ul li {
  display: block;
  margin: 0;
  padding: 0 0 0 0.875rem;
  position: relative;
}
.audience-menu ul ul li + li {
  margin-top: 14px;
}
.audience-menu ul ul li::before {
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-smoothing: antialiased;
  content: "\f105";
  font-size: 0.75rem;
  color: #999;
  position: absolute;
  left: 0;
  top: 0.125em;
}
.audience-menu ul ul a {
  color: #af1735;
  text-decoration: none;
}
.audience-menu ul ul a:hover {
  color: #000000;
  text-decoration: underline;
}

.cta-menu ul.menu {
  list-style: none;
}
.cta-menu ul.menu a {
  -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: "Knockout 49 A", "Knockout 49 B", franklin-gothic-urw-comp, "Arial Narrow", sans-serif;
  border-width: 0;
  border-style: solid;
  display: inline-block;
  position: relative;
  z-index: 2;
  line-height: 1.1;
  text-decoration: none;
  margin: 0.625rem 0.625rem 0 0;
  text-transform: uppercase;
  font-weight: 400;
  font-size: 1.125rem;
  padding: 1rem 1.5rem;
  color: #ffffff;
  background: #af1735;
}
.cta-menu ul.menu a:hover, .cta-menu ul.menu a:focus {
  text-decoration: none;
}
.cta-menu ul.menu a:disabled {
  opacity: 0.6;
  cursor: not-allowed;
  pointer-events: none;
}
.cta-menu ul.menu a:hover, .cta-menu ul.menu a:focus {
  color: #ffffff;
  background: #222;
}
.cta-menu ul.menu a:hover:before, .cta-menu ul.menu a:hover:after, .cta-menu ul.menu a:focus:before, .cta-menu ul.menu a:focus:after {
  color: #ffffff;
}
.cta-menu ul.menu a:before, .cta-menu ul.menu a:after {
  color: #ffffff;
}
@media screen and (min-width: 75em) {
  .cta-menu ul.menu a {
    font-size: 1.5rem;
    padding: 1.5rem 2rem;
    color: #ffffff;
    background: #af1735;
  }
  .cta-menu ul.menu a:hover, .cta-menu ul.menu a:focus {
    color: #ffffff;
    background: #222;
  }
  .cta-menu ul.menu a:hover:before, .cta-menu ul.menu a:hover:after, .cta-menu ul.menu a:focus:before, .cta-menu ul.menu a:focus:after {
    color: #ffffff;
  }
  .cta-menu ul.menu a:before, .cta-menu ul.menu a:after {
    color: #ffffff;
  }
}
.site-header__sticky-container .cta-menu ul.menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 63.99875em) {
  .site-header__sticky-container .cta-menu {
    display: none;
  }
}

.main-menu li,
.main-menu a {
  display: block;
}
.main-menu a {
  color: #af1735;
  font-family: freight-text-pro, times, serif;
  font-size: 1.125rem;
  font-weight: 600;
}
.main-menu a:hover {
  text-decoration: none;
}
.main-menu .menu-item--active-trail > a {
  color: #af1735 !important;
}

.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 {
  border: 1px solid #af1735;
  font-family: "Knockout 49 A", "Knockout 49 B", franklin-gothic-urw-comp, "Arial Narrow", sans-serif;
  font-size: 1rem;
  line-height: 1.4;
}
.sidebar-menu h3 {
  margin: 0;
  font-size: 1rem;
  line-height: 1;
}
.sidebar-menu h3 a {
  padding: 1em;
}
.sidebar-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.sidebar-menu a {
  position: relative;
  display: block;
  padding: 1em 3rem 1em 1em;
  -webkit-transition: background-color 250ms ease-in-out;
  transition: background-color 250ms ease-in-out;
}
.sidebar-menu a:hover {
  background-color: #d8d8d8;
}
.sidebar-menu__toggle {
  display: none;
}
.sidebar-menu .menu-item__button {
  top: 0;
  right: 0;
  bottom: 0;
  left: auto;
  width: 3.375rem;
  height: 3.375rem;
  margin: 0;
  -webkit-transform: none;
          transform: none;
  opacity: 1;
  background-color: #222;
  line-height: 1.6;
}
.sidebar-menu .menu-item__button:before {
  content: "\f067";
  font-size: 1.5rem;
}
.sidebar-menu .menu-item--active-trail > a {
  background-color: #9e9e9e;
}
@media screen and (max-width: 47.99875em) {
  .sidebar-menu__toggle {
    position: relative;
    display: block;
    width: 100%;
    margin: 0;
    padding: 1em;
    -webkit-transition: color 250ms ease-in-out;
    transition: color 250ms ease-in-out;
    color: #af1735;
    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: rgb(84.8484848485, 11.1515151515, 25.696969697);
    background: none;
  }
  .sidebar-menu__container {
    display: none;
  }
}
@media print, screen and (min-width: 48em) {
  .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--border-levels li a {
  border-left-width: 0em;
}
.sidebar-menu--border-levels li li a {
  border-left-width: 0.25em;
}
.sidebar-menu--border-levels li li li a {
  border-left-width: 0.5em;
}
.sidebar-menu--border-levels li li li li a {
  border-left-width: 0.75em;
}
.sidebar-menu--border-levels li a {
  border: 0 solid #af1735;
}

.sidebar-menu--padding-levels li a {
  padding-left: 1em;
}
.sidebar-menu--padding-levels li li a {
  padding-left: 2em;
}
.sidebar-menu--padding-levels li li li a {
  padding-left: 3em;
}
.sidebar-menu--padding-levels li li li li a {
  padding-left: 4em;
}

.sidebar-menu--ul-levels {
  border: 0;
}
.sidebar-menu--ul-levels ul {
  padding-left: 1em;
  border-left: 1px solid #af1735;
}
.sidebar-menu--ul-levels a {
  padding-left: 0;
}

.accordion-set .accordions,
.accordion-set .grid-container {
  margin-top: 0;
}
.accordion-set .accordion {
  background-color: #ffffff;
}
.accordion-set label {
  font-size: 1.75rem;
  margin-bottom: 1rem;
}
@media screen and (min-width: 64em) {
  .accordion-set label {
    font-size: 2.5rem;
    margin-bottom: 1.5rem;
  }
}
.accordion-set select {
  font-size: 1.125rem;
  font-family: freight-text-pro, times, serif;
  width: 100%;
  padding: 1.3125rem 4rem 1.3125rem 2rem;
  line-height: 1.2;
  background-color: transparent;
  border: 2px solid #9e9e9e;
  color: #000000;
  background-image: url("../img/down-arrow-2.svg");
  background-color: #ffffff;
}
@media print, screen and (min-width: 64em) {
  .accordion-set select {
    font-size: 1.5rem;
    margin-bottom: 0;
    padding: calc(1.5rem - 3px) 2rem;
  }
}
@media screen and (max-width: 63.99875em) {
  .accordion-set .accordion-wrapper {
    margin-top: 2rem;
  }
}
.accordion-set .accordion-wrapper__accordion.hide {
  display: none;
  visibility: hidden;
}
.accordion-set .accordion-wrapper__accordion.show {
  display: block;
  visibility: visible;
}

.accordion {
  clear: both;
}
.accordion + .accordion {
  margin-top: 1em;
}
.accordion__button {
  position: relative;
  width: 100%;
  margin: 0;
  padding: 0.85em 3.75em 0.85em 1.25em;
  -webkit-transition: background-color 250ms ease-in-out, color 250ms ease-in-out, border 0 ease-in-out 400ms;
  transition: background-color 250ms ease-in-out, color 250ms ease-in-out, border 0 ease-in-out 400ms;
  text-align: left;
}
.accordion__button:hover {
  color: #ffffff;
  background-color: #222;
}
.accordion__button-text {
  display: block;
  position: relative;
  margin: 0 0 0 2.5rem;
}
.child-page-navigation--hidden > .accordion__button-text {
  margin: 0;
}
@media print, screen and (min-width: 64em) {
  .accordion__button-text {
    font-size: 1.375rem;
  }
}
.accordion__button-text::before {
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-smoothing: antialiased;
  content: "\f107";
  font-size: 1.33em;
  line-height: 1;
  margin-right: 1em;
  display: inline-block;
  -webkit-transition: -webkit-transform 400ms ease-out;
  transition: -webkit-transform 400ms ease-out;
  transition: transform 400ms ease-out;
  transition: transform 400ms ease-out, -webkit-transform 400ms ease-out;
  position: absolute;
  left: -2.5rem;
  top: 0;
  z-index: 2;
}
.accordion__content {
  display: none;
  padding: 1.75em;
}
.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;
}
:root:not(.oho-js) .accordion__content {
  display: block;
}
.accordion--open > .accordion__button, :root:not(.oho-js) .accordion__button {
  -webkit-transition: background-color 250ms ease-in-out, color 250ms ease-in-out;
  transition: background-color 250ms ease-in-out, color 250ms ease-in-out;
  color: #af1735;
  background-color: #d8d8d8;
}
.accordion--open .accordion__button-text::before, :root:not(.oho-js) .accordion__button-text::before {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.accordion--mobile .accordion__button:disabled {
  display: none;
}
.accordion--mobile .accordion__button:disabled + .accordion__content {
  display: block !important;
  padding: 0;
  border: 0;
  background-color: transparent;
}

.accordions .grid-container {
  max-width: 62.5rem;
}

.wysiwyg .accordions,
.ck-content .accordions {
  margin-top: 1.5rem;
}
@media print, screen and (min-width: 48em) {
  .wysiwyg .accordions,
  .ck-content .accordions {
    margin-top: 2rem;
  }
}
@media print, screen and (min-width: 64em) {
  .wysiwyg .accordions,
  .ck-content .accordions {
    margin-top: 3rem;
  }
}
.wysiwyg .accordions .section-heading__heading,
.ck-content .accordions .section-heading__heading {
  font-family: Knockout 49 A, Knockout 49 B, franklin-gothic-urw-comp, Arial Narrow, sans-serif;
  font-size: 2.5rem;
  font-weight: 400;
  line-height: 0.89;
  margin-bottom: 0;
  text-transform: none;
}
@media print, screen and (min-width: 48em) {
  .wysiwyg .accordions .section-heading__heading,
  .ck-content .accordions .section-heading__heading {
    font-size: 3.125rem;
  }
}
@media print, screen and (min-width: 64em) {
  .wysiwyg .accordions .section-heading__heading,
  .ck-content .accordions .section-heading__heading {
    font-size: 4rem;
  }
}
.wysiwyg .accordions .section-heading__subheading,
.ck-content .accordions .section-heading__subheading {
  font-family: freight-text-pro, times, serif;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.7;
}
@media print, screen and (min-width: 64em) {
  .wysiwyg .accordions .section-heading__subheading,
  .ck-content .accordions .section-heading__subheading {
    font-size: 1.25rem;
  }
}
.wysiwyg .accordions .grid-container,
.ck-content .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 750ms ease-in-out 250ms, -webkit-transform 750ms ease-in-out 250ms;
  transition: opacity 750ms ease-in-out 250ms, -webkit-transform 750ms ease-in-out 250ms;
  transition: opacity 750ms ease-in-out 250ms, transform 750ms ease-in-out 250ms;
  transition: opacity 750ms ease-in-out 250ms, transform 750ms ease-in-out 250ms, -webkit-transform 750ms ease-in-out 250ms;
  -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;
}

.benedictine-values {
  color: white;
}
.benedictine-values a:not(.btn) {
  color: #ffffff;
}
.benedictine-values .btn--inverse:hover, .benedictine-values .btn--inverse:focus {
  background-color: #000000;
}
.benedictine-values .adjacent-line span::after {
  border-bottom: 1px solid rgb(239, 239, 239);
  border-bottom: 1px solid rgba(239, 239, 239, 0.3);
}
.benedictine-values .eyebrow {
  display: block;
  font-size: 22px;
}
.benedictine-values .benedictine-values__description-item {
  font-size: 24px;
  font-family: freight-text-pro, times, serif;
}
.benedictine-values .benedictine-values__focus p {
  font-size: 32px;
  line-height: 1.2;
}
@media print, screen and (min-width: 64em) {
  .benedictine-values .benedictine-values__focus p {
    font-size: 48px;
  }
}
.benedictine-values .benedictine-values__focus .eyebrow {
  font-size: 18px;
}
@media screen and (max-width: 47.99875em) {
  .benedictine-values .btn {
    margin-top: 25px;
  }
}
.benedictine-values .benedictine-values__image {
  margin-top: 14px;
}
.benedictine-values .benedictine-values__image img {
  -webkit-filter: invert(100%) sepia(1%) saturate(7494%) hue-rotate(333deg) brightness(106%) contrast(100%);
          filter: invert(100%) sepia(1%) saturate(7494%) hue-rotate(333deg) brightness(106%) contrast(100%);
}
.benedictine-values .wysiwyg *,
.benedictine-values .ck-content * {
  line-height: 1.5;
}
@media print, screen and (min-width: 64em) {
  .benedictine-values .wysiwyg *,
  .benedictine-values .ck-content * {
    font-size: 1.5rem;
  }
}

.body-qa-callout .body-qa-callout__callout {
  color: white;
  background-color: #55534a;
  padding: 32px;
}
@media screen and (max-width: 47.99875em) {
  .body-qa-callout .body-qa-callout__callout {
    margin-top: 56px;
  }
}
.body-qa-callout .body-qa-callout__callout .wysiwyg > span:first-child,
.body-qa-callout .body-qa-callout__callout .ck-content > span:first-child {
  font-family: Knockout 49 A, Knockout 49 B, franklin-gothic-urw-comp, Arial Narrow, sans-serif;
  font-weight: 400;
  font-size: 1.125rem;
  text-transform: uppercase;
  line-height: 1.2;
}
.body-qa-callout .body-qa-callout__callout dt {
  font-size: 18px;
  font-family: "Knockout 49 A", "Knockout 49 B", franklin-gothic-urw-comp, "Arial Narrow", sans-serif;
  text-transform: uppercase;
  margin-top: 20px;
}
.body-qa-callout .body-qa-callout__callout dd {
  font-size: 20px;
  padding: 0;
  margin: 8px 0 0 0;
  font-family: freight-text-pro, times, serif;
}
.body-qa-callout .body-qa-callout__callout .list--comma-separate ul {
  font-family: freight-text-pro, times, serif;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.7;
  font-family: freight-text-pro, times, serif;
}
@media print, screen and (min-width: 64em) {
  .body-qa-callout .body-qa-callout__callout .list--comma-separate ul {
    font-size: 1.25rem;
  }
}
.body-qa-callout .body-qa-callout__callout h2 {
  font-family: Knockout 49 A, Knockout 49 B, franklin-gothic-urw-comp, Arial Narrow, sans-serif;
  font-size: 2.25rem;
  font-weight: 400;
  line-height: 1.1;
  line-height: 1.1;
  margin-top: 20px;
}
@media print, screen and (min-width: 48em) {
  .body-qa-callout .body-qa-callout__callout h2 {
    font-size: 2.5rem;
  }
}
@media print, screen and (min-width: 64em) {
  .body-qa-callout .body-qa-callout__callout h2 {
    font-size: 3.125rem;
  }
}
.body-qa-callout .body-qa-callout__callout h2 a {
  text-decoration: underline;
  color: white;
}
.body-qa-callout .body-qa-callout__callout .list--comma-separate {
  font-family: freight-text-pro, times, serif;
  font-family: freight-text-pro, times, serif;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.7;
  font-size: 1.25rem;
}
@media print, screen and (min-width: 64em) {
  .body-qa-callout .body-qa-callout__callout .list--comma-separate {
    font-size: 1.25rem;
  }
}
.body-qa-callout .body-qa-callout__callout p {
  font-size: 1.25rem;
}
.body-qa-callout .q-a-area:nth-of-type(even) .q-a-area__answer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.body-qa-callout .q-a-area .q-a-area__question {
  background-color: #d8d8d8;
  padding: 55px;
  margin-top: 55px;
}
.body-qa-callout .q-a-area .q-a-area__question p {
  font-size: 36px;
  font-family: "Knockout 49 A", "Knockout 49 B", franklin-gothic-urw-comp, "Arial Narrow", sans-serif;
  line-height: 1;
}
.body-qa-callout .q-a-area .q-a-area__answer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}
.body-qa-callout .q-a-area .q-a-area__answer .q-a-area_answer--border {
  background-color: #d8d8d8;
  width: 18px;
}
.body-qa-callout .q-a-area .q-a-area__answer .q-a-area_answer--spacer {
  width: 48px;
}
@media screen and (max-width: 47.99875em) {
  .body-qa-callout .q-a-area .q-a-area__answer .q-a-area_answer--spacer {
    width: 18px;
  }
}
.body-qa-callout .q-a-area .q-a-area__answer .q-a-area_answer--quote {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-top: 48px;
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  padding: 45px;
}
.body-qa-callout .q-a-area .q-a-area__answer .q-a-area_answer--quote .quote {
  position: absolute;
  top: 34px;
}
@media screen and (max-width: 47.99875em) {
  .body-qa-callout .q-a-area .q-a-area__answer .q-a-area_answer--quote .quote {
    width: 32px;
    height: 30px;
    top: 38px;
  }
}
.body-qa-callout .q-a-area .q-a-area__answer .q-a-area_answer--quote p {
  font-size: 24px;
  line-height: 1.5;
}
@media screen and (max-width: 47.99875em) {
  .body-qa-callout .q-a-area .q-a-area__answer .q-a-area_answer--quote {
    width: 32px;
    padding: 32px;
  }
}
.body-qa-callout .body-qa-callout__statistic {
  background-color: #af1735;
  color: white;
  padding: 40px;
}
.body-qa-callout .body-qa-callout__statistic .adjacent-line span::after {
  border-bottom: 1px solid rgba(229, 229, 229, 0.2);
}
.body-qa-callout .body-qa-callout__statistic h2 {
  font-size: 22px;
  text-transform: uppercase;
}
.body-qa-callout .body-qa-callout__statistic p {
  font-family: "Knockout 49 A", "Knockout 49 B", franklin-gothic-urw-comp, "Arial Narrow", sans-serif;
  font-size: 30px;
  line-height: 1;
}
.body-qa-callout .body-qa-callout__statistic .body-qa-callout__statistic-value {
  font-size: 190px;
}
@media screen and (max-width: 63.99875em) {
  .body-qa-callout .body-qa-callout__statistic .body-qa-callout__statistic-value {
    font-size: 100px;
  }
}

@media screen and (max-width: 47.99875em) {
  .body-text-callout .body-text-callout-container,
  .section-wysiwyg-block .body-text-callout-container {
    margin-top: 40px;
  }
}
@media print, screen and (min-width: 48em) {
  .body-text-callout .body-text-callout-container,
  .section-wysiwyg-block .body-text-callout-container {
    margin-bottom: 40px;
  }
}
.body-text-callout .body-text-callout__text--callout,
.section-wysiwyg-block .body-text-callout__text--callout {
  background-color: #222222;
  padding: 1.5rem;
  color: white;
}
@media print, screen and (min-width: 48em) {
  .body-text-callout .body-text-callout__text--callout,
  .section-wysiwyg-block .body-text-callout__text--callout {
    padding: 2rem;
  }
}
.body-text-callout .body-text-callout__text--callout a,
.section-wysiwyg-block .body-text-callout__text--callout a {
  color: #ffffff;
}
.body-text-callout .body-text-callout__text--callout h2,
.section-wysiwyg-block .body-text-callout__text--callout h2 {
  font-family: Knockout 49 A, Knockout 49 B, franklin-gothic-urw-comp, Arial Narrow, sans-serif;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.1;
  text-transform: none;
}
@media print, screen and (min-width: 48em) {
  .body-text-callout .body-text-callout__text--callout h2,
  .section-wysiwyg-block .body-text-callout__text--callout h2 {
    font-size: 1.75rem;
  }
}
@media print, screen and (min-width: 64em) {
  .body-text-callout .body-text-callout__text--callout h2,
  .section-wysiwyg-block .body-text-callout__text--callout h2 {
    font-size: 2.25rem;
  }
}
.body-text-callout .body-text-callout__text--callout > .body-text-callout__text--callout,
.section-wysiwyg-block .body-text-callout__text--callout > .body-text-callout__text--callout {
  padding: 0;
}
.body-text-callout .body-text-callout__text--callout > .body-text-callout__text--callout h2,
.section-wysiwyg-block .body-text-callout__text--callout > .body-text-callout__text--callout h2 {
  font-family: Knockout 49 A, Knockout 49 B, franklin-gothic-urw-comp, Arial Narrow, sans-serif;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.1;
  text-transform: none;
}
@media print, screen and (min-width: 48em) {
  .body-text-callout .body-text-callout__text--callout > .body-text-callout__text--callout h2,
  .section-wysiwyg-block .body-text-callout__text--callout > .body-text-callout__text--callout h2 {
    font-size: 1.75rem;
  }
}
@media print, screen and (min-width: 64em) {
  .body-text-callout .body-text-callout__text--callout > .body-text-callout__text--callout h2,
  .section-wysiwyg-block .body-text-callout__text--callout > .body-text-callout__text--callout h2 {
    font-size: 2.25rem;
  }
}
.body-text-callout .body-text-callout__text--callout ol > li::before,
.section-wysiwyg-block .body-text-callout__text--callout ol > li::before {
  color: #ffffff;
}
.body-text-callout .body-text-callout__text--wysiwyg::before, .body-text-callout .body-text-callout__text--wysiwyg::after,
.section-wysiwyg-block .body-text-callout__text--wysiwyg::before,
.section-wysiwyg-block .body-text-callout__text--wysiwyg::after {
  display: table;
  content: " ";
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
.body-text-callout .body-text-callout__text--wysiwyg::after,
.section-wysiwyg-block .body-text-callout__text--wysiwyg::after {
  clear: both;
}
.body-text-callout .body-text-callout__text--date,
.section-wysiwyg-block .body-text-callout__text--date {
  margin-top: 1.5rem;
  padding-top: 8px;
  position: relative;
}
@media print, screen and (min-width: 48em) {
  .body-text-callout .body-text-callout__text--date,
  .section-wysiwyg-block .body-text-callout__text--date {
    margin-top: 2rem;
  }
}
@media print, screen and (min-width: 64em) {
  .body-text-callout .body-text-callout__text--date,
  .section-wysiwyg-block .body-text-callout__text--date {
    margin-top: 2.5rem;
  }
}
.body-text-callout .body-text-callout__text--date::before,
.section-wysiwyg-block .body-text-callout__text--date::before {
  position: absolute;
  display: block;
  content: "";
  width: 50px;
  height: 1px;
  border-top: 1px solid #d8d8d8;
  top: 0;
}

.page--listing-page .grid-container + .body-text-callout.global-spacing.global-spacing--default {
  margin-top: 0;
}

ol.breadcrumbs > li {
  padding-left: 0;
}
ol.breadcrumbs > li:not(:first-child) {
  padding-left: 31px;
  margin-left: 13px;
}
@media screen and (max-width: 47.99875em) {
  ol.breadcrumbs > li {
    padding-left: 20px;
  }
}

.breadcrumbs {
  overflow: hidden;
  margin: 0;
  padding: 0;
  list-style: none;
  padding-top: 1rem;
  padding-bottom: 1rem;
  font-family: freight-text-pro, times, serif;
  font-size: 18px;
}
@media print, screen and (min-width: 48em) {
  .breadcrumbs {
    padding-top: 1.5rem;
  }
}
@media print, screen and (min-width: 48em) {
  .breadcrumbs {
    padding-bottom: 1.5rem;
  }
}
.breadcrumbs ol > li {
  padding-left: 10px;
}
.breadcrumbs a {
  text-decoration: none;
}
.breadcrumbs li {
  display: inline-block;
}
.breadcrumbs li::before {
  content: none;
}
.breadcrumbs li:nth-child(n+2):before {
  color: #9e9e9e;
  width: 15px;
  height: 27px;
  background-image: url(../img/breadcrumbs.svg);
  content: "";
  background-position: center;
  background-repeat: no-repeat;
}
@media screen and (max-width: 47.99875em) {
  .breadcrumbs li:nth-child(1):before {
    font-family: "Font Awesome 5 Pro";
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-smoothing: antialiased;
    content: "\f060";
    font-size: 0.75em;
    top: 0.33em;
    color: #af1735;
    padding-right: 10px;
  }
  .breadcrumbs li:not(:first-child) {
    display: none;
  }
}

.global-spacing--xlarge > .breadcrumbs {
  padding-top: 0;
}
@media print, screen and (min-width: 48em) {
  .global-spacing--xlarge > .breadcrumbs {
    padding-top: 0;
  }
}
@media print, screen and (min-width: 64em) {
  .global-spacing--xlarge > .breadcrumbs {
    padding-top: 0;
  }
}

@media screen and (max-width: 39.99875em) {
  .breadcrumbs--mobile-condensed li:not(:nth-last-child(2)) {
    display: none;
  }
  .breadcrumbs--mobile-condensed li:nth-last-child(2):before {
    content: "\f053";
  }
}

.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__content__inner {
  padding: 2rem;
}
.card .card__media {
  width: 100%;
  margin-bottom: 0;
}
.card .card__content {
  width: 100%;
}
.card img {
  display: block;
}
.card__media {
  position: relative;
}
.card figure {
  margin: 0;
}

@media print, screen and (min-width: 48em) {
  .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__content__inner {
    padding: 2.5rem;
  }
  .card--medium .card__media {
    width: 100%;
    margin-bottom: 0;
  }
  .card--medium .card__content {
    width: 100%;
  }
  .card--medium img {
    display: block;
  }
}

@media print, screen and (min-width: 48em) {
  .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__content__inner {
    padding: 2.5rem;
  }
  .card--medium .card__media {
    width: 100%;
    margin-bottom: 0;
  }
  .card--medium .card__content {
    width: 100%;
  }
  .card--medium img {
    display: block;
  }
}
@media print, screen and (min-width: 64em) {
  .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__content__inner {
    padding: 4.5rem;
  }
  .card--medium .card__media {
    width: 100%;
    margin-bottom: 0;
  }
  .card--medium .card__content {
    width: 100%;
  }
  .card--medium 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 {
  width: 50%;
  margin-bottom: 0;
}
.card--inline .card__content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.card--inline img {
  display: block;
}

@media screen and (max-width: 47.99875em) {
  .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 {
    width: 100%;
    margin-bottom: 0;
  }
  .card--stacked--small .card__content {
    width: 100%;
  }
  .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 {
  width: 100%;
  margin-bottom: 0;
}
.card--stacked .card__content {
  width: 100%;
}
.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 {
  width: 100%;
  margin-bottom: 0;
}
.card--collapse .card__content {
  width: 100%;
}
.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__content__inner {
  padding: 2rem;
}
.card--tiny .card__media {
  width: 25%;
  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: Knockout 49 A, Knockout 49 B, franklin-gothic-urw-comp, Arial Narrow, sans-serif;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.1;
  text-transform: none;
}
@media print, screen and (min-width: 48em) {
  .card--tiny h2,
  .card--tiny h3 {
    font-size: 1.5rem;
  }
}
@media print, screen and (min-width: 64em) {
  .card--tiny h2,
  .card--tiny h3 {
    font-size: 1.75rem;
  }
}

@media print, screen and (min-width: 48em) {
  .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__content__inner {
    padding: 4.5rem;
  }
  .card--offset .card__media {
    width: 50%;
    margin-bottom: 0;
  }
  .card--offset .card__content {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .card--offset img {
    display: block;
  }
}

@media print, screen and (min-width: 48em) {
  .card--reversed {
    -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;
    text-align: right;
  }
  .card--reversed .card__content__inner {
    padding: 0 4rem 0 0;
  }
  .card--reversed .card__media {
    width: 33.3333333333%;
    margin-bottom: 0;
  }
  .card--reversed .card__content {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .card--reversed img {
    display: block;
  }
}

.card--full-width {
  position: relative;
}
.card--full-width .card__content {
  padding-bottom: 2rem;
  padding-right: 2rem;
  position: absolute;
  max-width: 40.625rem;
}
@media print, screen and (min-width: 48em) {
  .card--full-width .card__content {
    padding-bottom: 2.5rem;
  }
}
@media print, screen and (min-width: 64em) {
  .card--full-width .card__content {
    padding-bottom: 4rem;
  }
}
@media print, screen and (min-width: 48em) {
  .card--full-width .card__content {
    padding-right: 2.5rem;
  }
}
@media print, screen and (min-width: 64em) {
  .card--full-width .card__content {
    padding-right: 4rem;
  }
}
.card--full-width .card__content__inner {
  background: #efefef;
}
@media print, screen and (min-width: 48em) {
  .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__content__inner {
    padding: 4.5rem;
  }
  .card--full-width .card__media {
    width: 100%;
    margin-bottom: 0;
  }
  .card--full-width .card__content {
    width: 100%;
  }
  .card--full-width img {
    display: block;
  }
}

.career-list__list {
  list-style: none;
}
.career-list__list li,
.career-list__list li:first-child {
  font-family: freight-text-pro, times, serif;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.7;
  margin-top: 0.5rem;
  width: calc(100% - 2.5rem);
  margin-right: 1.25rem;
  margin-left: 1.25rem;
}
@media print, screen and (min-width: 64em) {
  .career-list__list li,
  .career-list__list li:first-child {
    font-size: 1.25rem;
  }
}
@media print, screen and (min-width: 48em) {
  .career-list__list li,
  .career-list__list li:first-child {
    margin-top: 1rem;
  }
}
@media print, screen and (min-width: 40em) {
  .career-list__list li,
  .career-list__list li:first-child {
    width: calc(50% - 2.5rem);
    margin-right: 1.25rem;
    margin-left: 1.25rem;
  }
}
@media print, screen and (min-width: 48em) {
  .career-list__list li,
  .career-list__list li:first-child {
    width: calc(33.3333333333% - 2.5rem);
    margin-right: 1.25rem;
    margin-left: 1.25rem;
  }
}

#edullaChatRoot ~ ed11y-element-panel.ed11y-element {
  margin-right: 75px;
}

body[data-editoria11y-observer=true] .admin-tabs {
  margin-bottom: 50px;
}

body.edulla-chat-visible .admin-tabs {
  margin-right: 250px;
}

.checkerbds {
  overflow: hidden;
}
@media screen and (max-width: 47.99875em) {
  .section-title-area + .checkerbds {
    margin-top: 44px;
  }
}

.academics-section--item + .academics-section--item,
.academics-section--item + .checkerbd,
.checkerbd + .academics-section--item,
.checkerbd + .checkerbd {
  margin-top: 2.5rem;
}
@media print, screen and (min-width: 48em) {
  .academics-section--item + .academics-section--item,
  .academics-section--item + .checkerbd,
  .checkerbd + .academics-section--item,
  .checkerbd + .checkerbd {
    margin-top: 3rem;
  }
}
@media print, screen and (min-width: 64em) {
  .academics-section--item + .academics-section--item,
  .academics-section--item + .checkerbd,
  .checkerbd + .academics-section--item,
  .checkerbd + .checkerbd {
    margin-top: 5rem;
  }
}
.academics-section--item .grid-container,
.checkerbd .grid-container {
  max-width: 100rem;
}
@media print, screen and (min-width: 48em) {
  .academics-section--item .cell + .cell,
  .checkerbd .cell + .cell {
    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 screen and (max-width: 47.99875em) {
  .academics-section--item .cell + .cell .wysiwyg,
  .academics-section--item .cell + .cell .ck-content,
  .checkerbd .cell + .cell .wysiwyg,
  .checkerbd .cell + .cell .ck-content {
    margin-top: 36px;
  }
}
@media print, screen and (min-width: 48em) {
  .academics-section--item .cell + .cell .wysiwyg,
  .academics-section--item .cell + .cell .ck-content,
  .checkerbd .cell + .cell .wysiwyg,
  .checkerbd .cell + .cell .ck-content {
    max-width: 360px;
  }
}
.academics-section--item .h3 a,
.checkerbd .h3 a {
  text-decoration: none;
}
.academics-section--item .h3 a:hover, .academics-section--item .h3 a:focus,
.checkerbd .h3 a:hover,
.checkerbd .h3 a:focus {
  text-decoration: underline;
}
.academics-section--item figure,
.checkerbd figure {
  margin: 0;
}
.academics-section--item .aspect-ratio-frame,
.checkerbd .aspect-ratio-frame {
  position: relative;
  z-index: 1;
}
.academics-section--item figcaption,
.checkerbd figcaption {
  position: relative;
  z-index: 2;
  display: inline-block;
  padding: 1.125rem;
  background-color: #ffffff;
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  max-width: 560px;
  margin-top: -12px;
}
@media print, screen and (min-width: 48em) {
  .academics-section--item figcaption,
  .checkerbd figcaption {
    padding: 1.875rem 2.5rem;
    margin-top: -48px;
  }
}
.academics-section--item__play,
.checkerbd__play {
  position: absolute;
  bottom: 1.5rem;
  -webkit-transition: opacity 0.66s ease-in, -webkit-transform 0.66s ease-in;
  transition: opacity 0.66s ease-in, -webkit-transform 0.66s ease-in;
  transition: transform 0.66s ease-in, opacity 0.66s ease-in;
  transition: transform 0.66s ease-in, opacity 0.66s ease-in, -webkit-transform 0.66s ease-in;
}
@media print, screen and (min-width: 48em) {
  .academics-section--item__play,
  .checkerbd__play {
    bottom: 2rem;
  }
}
.academics-section--item a:hover .checkerbd__play,
.academics-section--item a:focus .checkerbd__play,
.checkerbd a:hover .checkerbd__play,
.checkerbd a:focus .checkerbd__play {
  -webkit-transform: scale(1.25);
          transform: scale(1.25);
  -webkit-transform-origin: center;
          transform-origin: center;
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}
.academics-section--item a:hover .checkerbd__play path,
.academics-section--item a:focus .checkerbd__play path,
.checkerbd a:hover .checkerbd__play path,
.checkerbd a:focus .checkerbd__play path {
  opacity: 1;
}
.academics-section--item:nth-child(odd) .aspect-ratio-frame,
.checkerbd:nth-child(odd) .aspect-ratio-frame {
  clip-path: polygon(0% 0%, 80% 0, 100% 50%, 80% 100%, 0% 100%);
  overflow: hidden;
}
.academics-section--item:nth-child(odd) .cell:first-child,
.checkerbd:nth-child(odd) .cell:first-child {
  margin-left: 0;
}
.academics-section--item:nth-child(odd) figcaption,
.checkerbd:nth-child(odd) figcaption {
  margin-left: 20px;
}
@media screen and (min-width: 81.25em) {
  .academics-section--item:nth-child(odd) figcaption,
  .checkerbd:nth-child(odd) figcaption {
    margin-left: 220px;
  }
}
@media screen and (max-width: 47.99875em) {
  .academics-section--item:nth-child(odd) figcaption figcaption,
  .checkerbd:nth-child(odd) figcaption figcaption {
    margin-bottom: 15px;
  }
}
.academics-section--item:nth-child(odd) .checkerbd__play,
.checkerbd:nth-child(odd) .checkerbd__play {
  left: 1.5rem;
}
@media print, screen and (min-width: 48em) {
  .academics-section--item:nth-child(odd) .checkerbd__play,
  .checkerbd:nth-child(odd) .checkerbd__play {
    left: 2rem;
  }
}
@media print, screen and (min-width: 48em) {
  .academics-section--item:nth-child(even) .grid-x,
  .checkerbd:nth-child(even) .grid-x {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}
.academics-section--item:nth-child(even) .cell:first-child,
.checkerbd:nth-child(even) .cell:first-child {
  margin-right: 0;
}
.academics-section--item:nth-child(even) .aspect-ratio-frame,
.checkerbd:nth-child(even) .aspect-ratio-frame {
  width: 100%;
  clip-path: polygon(20% 0, 100% 0%, 100% 100%, 20% 100%, 0% 50%);
}
.academics-section--item:nth-child(even) .cell + .cell,
.checkerbd:nth-child(even) .cell + .cell {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.academics-section--item:nth-child(even) figure,
.checkerbd:nth-child(even) figure {
  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: end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin-right: -20px;
}
.academics-section--item:nth-child(even) figcaption,
.checkerbd:nth-child(even) figcaption {
  margin-right: 20px;
}
@media screen and (min-width: 81.25em) {
  .academics-section--item:nth-child(even) figcaption,
  .checkerbd:nth-child(even) figcaption {
    margin-right: 220px;
  }
}
.academics-section--item:nth-child(even) .checkerbd__play,
.checkerbd:nth-child(even) .checkerbd__play {
  right: 1.5rem;
}
@media print, screen and (min-width: 48em) {
  .academics-section--item:nth-child(even) .checkerbd__play,
  .checkerbd:nth-child(even) .checkerbd__play {
    right: 2rem;
  }
}
.academics-section--item:last-of-type figcaption,
.checkerbd:last-of-type figcaption {
  margin-bottom: 15px;
}

.academics-section--item > .grid-container {
  position: relative;
}
@media print, screen and (min-width: 48em) {
  .academics-section--item > .grid-container {
    padding-bottom: 40px;
  }
}
.academics-section__quote, .academics-section__quote--desktop {
  padding: 1.5rem;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.88)), to(rgb(255, 255, 255)));
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.88), rgb(255, 255, 255));
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}
@media print, screen and (min-width: 48em) {
  .academics-section__quote, .academics-section__quote--desktop {
    padding: 2rem;
  }
}
@media print, screen and (min-width: 64em) {
  .academics-section__quote, .academics-section__quote--desktop {
    padding: 2.5rem;
  }
}
.academics-section__quote blockquote,
.academics-section__quote blockquote p, .academics-section__quote--desktop blockquote,
.academics-section__quote--desktop blockquote p {
  font-family: freight-text-pro, times, serif;
  font-style: italic;
  font-size: 1.25rem;
  line-height: 1.875rem;
}
@media print, screen and (min-width: 48em) {
  .academics-section__quote blockquote,
  .academics-section__quote blockquote p, .academics-section__quote--desktop blockquote,
  .academics-section__quote--desktop blockquote p {
    font-size: 1.5rem;
    line-height: 2.25rem;
  }
}
.academics-section__quote-source {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 1.5rem;
}
.academics-section__quote-photo {
  width: 75px;
  height: 75px;
  margin-right: 25px;
  position: relative;
}
.academics-section__quote-photo::before {
  content: "";
  padding-bottom: 100%;
}
.academics-section__quote-photo img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
}
.academics-section__quote-text {
  font-family: "Knockout 49 A", "Knockout 49 B", franklin-gothic-urw-comp, "Arial Narrow", sans-serif;
}
.academics-section__quote-name {
  font-size: 1.875rem;
}
.academics-section__quote-subtitle {
  margin-top: 0.5rem;
  font-size: 1.25rem;
}
@media print, screen and (min-width: 64em) {
  .academics-section--item:nth-child(odd) .academics-section__quote--desktop {
    position: absolute;
    z-index: 3;
    bottom: 0;
    left: 40px;
    width: 44%;
  }
}
@media screen and (min-width: 87.5em) {
  .academics-section--item:nth-child(odd) .academics-section__quote--desktop {
    left: 9.72%;
    width: 38.88%;
  }
}
@media print, screen and (min-width: 64em) {
  .academics-section--item:nth-child(even) .academics-section__quote--desktop {
    position: absolute;
    z-index: 3;
    bottom: 0;
    right: 40px;
    width: 44%;
  }
}
@media screen and (min-width: 87.5em) {
  .academics-section--item:nth-child(even) .academics-section__quote--desktop {
    right: 9.72%;
    width: 38.88%;
  }
}

@media screen and (max-width: 63.99875em) {
  .academics-section__quote--desktop {
    display: none;
  }
}

@media print, screen and (min-width: 64em) {
  .academics-section__quote.swiper-slide {
    display: none;
  }
}

.academics-section {
  overflow: hidden;
}
@media screen and (max-width: 47.99875em) {
  .academics-section .grid-margin-x {
    overflow: hidden;
  }
}
@media screen and (max-width: 47.99875em) {
  .grid-margin-x > .academics-section--swiper.cell {
    margin-right: -1.25rem;
    width: calc(100% - 1.25rem);
  }
}
.academics-section .swiper-container {
  overflow: visible;
  width: calc(100vw - 70px);
  margin-left: 0;
  padding-bottom: 50px;
}
@media print, screen and (min-width: 64em) {
  .academics-section .swiper-container {
    position: unset;
  }
}
.academics-section .slider-navigation__buttons {
  display: none;
}
@media screen and (max-width: 47.99875em) {
  .academics-section .swiper-wrapper {
    margin-top: 1.5rem;
  }
}
@media print, screen and (min-width: 48em) {
  .academics-section .swiper-wrapper {
    margin-top: 2rem;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
@media print, screen and (min-width: 64em) {
  .academics-section .swiper-wrapper {
    position: unset;
  }
}
@media print, screen and (min-width: 48em) {
  .academics-section .wysiwyg,
  .academics-section .ck-content {
    padding-right: 56px;
  }
}
@media print, screen and (min-width: 48em) {
  .academics-section .swiper-slide {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}
.academics-section .swiper-pagination {
  position: absolute;
  text-align: center;
  -webkit-transition: 300ms opacity;
  transition: 300ms opacity;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  z-index: 10;
  bottom: 0;
  height: 18px;
  width: 100%;
  display: block;
  left: 0;
}
@media print, screen and (min-width: 48em) {
  .academics-section .swiper-pagination {
    display: none;
  }
}
.academics-section .swiper-pagination-bullet {
  width: 18px;
  height: 18px;
  margin: 0 7px;
  background-color: #d8d8d8;
}
.academics-section .swiper-pagination-bullet-active {
  background-color: #af1735;
}

.academics-section h2.h6.adjacent-line {
  text-transform: uppercase;
  font-size: 1.375rem;
}
.academics-section .medium-4 h3 a {
  text-decoration: none;
}
.academics-section .medium-4 h3 a:hover, .academics-section .medium-4 h3 a:focus {
  text-decoration: underline;
}

.card--checkerboard {
  overflow: hidden;
  position: relative;
  opacity: 1;
  -webkit-transition: opacity 250ms ease-in-out, -webkit-transform 250ms ease-in-out;
  transition: opacity 250ms ease-in-out, -webkit-transform 250ms ease-in-out;
  transition: transform 250ms ease-in-out, opacity 250ms ease-in-out;
  transition: transform 250ms ease-in-out, opacity 250ms ease-in-out, -webkit-transform 250ms ease-in-out;
  padding-right: 0;
  padding-left: 0;
  max-width: 100rem;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 39.99875em) {
  .card--checkerboard {
    -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--checkerboard .card__content__inner {
    padding: 2.5rem 2rem;
  }
  .card--checkerboard .card__media {
    width: 100%;
    margin-bottom: 0;
  }
  .card--checkerboard .card__content {
    width: 100%;
  }
  .card--checkerboard img {
    display: block;
  }
}
@media screen and (min-width: 40em) and (max-width: 47.99875em) {
  .card--checkerboard {
    -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--checkerboard .card__content__inner {
    padding: 2.5rem;
  }
  .card--checkerboard .card__media {
    width: 33.3333333333%;
    margin-bottom: 0;
  }
  .card--checkerboard .card__content {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .card--checkerboard img {
    display: block;
  }
}
@media screen and (min-width: 48em) and (max-width: 63.99875em) {
  .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: 3rem;
  }
  .card--checkerboard .card__media {
    width: 41.6666666667%;
    margin-bottom: 0;
  }
  .card--checkerboard .card__content {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .card--checkerboard img {
    display: block;
  }
}
@media print, screen and (min-width: 64em) {
  .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: 4rem;
  }
  .card--checkerboard .card__media {
    width: 50%;
    margin-bottom: 0;
  }
  .card--checkerboard .card__content {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .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;
}

.section-title-area + .checkerbds {
  margin-top: 0;
}

.child-page-navigation {
  background-color: white;
}
.child-page-navigation a {
  text-decoration: none;
  padding: 0.75rem 0.75rem 0.75rem 0;
  position: relative;
  margin-left: 1em;
}
.child-page-navigation a:before {
  font-family: "Font Awesome 5 Pro";
  content: "\f105";
  margin-right: 0.3125rem;
  font-weight: 300;
  color: #9e9e9e;
  position: absolute;
  left: -1em;
  top: 0.2em;
}
.child-page-navigation a::before {
  top: 1rem;
}
.child-page-navigation a:hover, .child-page-navigation a:focus {
  text-decoration: underline;
}
@media print, screen and (min-width: 48em) {
  .child-page-navigation h2.eyebrow {
    font-size: 1.375rem;
  }
}
.child-page-navigation ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
  font-size: 20px;
  font-weight: 400;
  padding-top: 20px;
  font-family: freight-text-pro, times, serif;
  -webkit-column-width: 150px;
  -moz-column-width: 150px;
  column-width: 150px;
}
@media screen and (max-width: 47.99875em) {
  .child-page-navigation ul {
    padding-top: 0;
  }
}
@media screen and (min-width: 48em) {
  .child-page-navigation ul {
    -webkit-column-count: 3;
       -moz-column-count: 3;
            column-count: 3;
  }
}
@media print, screen and (min-width: 48em) {
  .child-page-navigation ul {
    -webkit-column-count: 2;
       -moz-column-count: 2;
            column-count: 2;
  }
}
@media screen and (max-width: 47.99875em) {
  .child-page-navigation ul {
    -webkit-column-count: 1;
       -moz-column-count: 1;
            column-count: 1;
  }
}
.child-page-navigation li {
  padding-top: 30px;
  -webkit-column-break-inside: avoid;
     -moz-column-break-inside: avoid;
          break-inside: avoid;
}
@media screen and (max-width: 47.99875em) {
  .child-page-navigation li:first-child {
    padding-top: 0;
  }
}
@media screen and (max-width: 47.99875em) {
  .child-page-navigation .child-page-navigation--hidden {
    display: none;
  }
}
@media print, screen and (min-width: 48em) {
  .child-page-navigation .accordion__button-text::before {
    display: none;
  }
}

.photo-box__teaser {
  float: left;
  width: calc(100vw - 6rem);
}
.photo-box__teaser + .photo-box__teaser {
  margin-left: 2rem;
}
@media screen and (min-width: 48em) and (max-width: 63.99875em) {
  .photo-box__teaser {
    width: calc(50vw - 4rem);
  }
}
@media print, screen and (min-width: 64em) {
  .photo-box__teaser {
    width: 360px;
  }
}

@media print, screen and (min-width: 64em) {
  .section--photo-boxes .listing-slick {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.section--photo-boxes {
  overflow-x: hidden;
}
@media screen and (min-width: 40em) and (max-width: 47.99875em) {
  .section--photo-boxes .listing-slick {
    right: 1rem;
  }
}
@media screen and (min-width: 48em) and (max-width: 63.99875em) {
  .section--photo-boxes .listing-slick {
    right: -1rem;
  }
}
.section--photo-boxes .slick-list {
  overflow: visible !important;
}
.section--photo-boxes .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.section--photo-boxes .btn {
  display: inline-block;
  margin: 3.75rem auto 0;
}

.photo-box__teaser a {
  text-align: center;
  text-decoration: none;
}
.photo-box__teaser div {
  background-color: rgba(0, 0, 0, 0.5);
  background-size: cover;
  -webkit-background-blend-mode: multiply;
  background-blend-mode: multiply;
}
.photo-box__teaser h3,
.photo-box__teaser p {
  color: #ffffff;
}
.photo-box__teaser h3 {
  position: relative;
  font-size: 1.4rem;
  line-height: 1.285;
}
.photo-box__teaser span {
  display: block;
  margin-bottom: 0.25rem;
  text-transform: uppercase;
  color: #ffffff;
  font-size: 0.8rem;
  font-weight: 600;
}
.photo-box__teaser a p {
  margin-bottom: 0;
  font-family: freight-text-pro, times, serif;
}

.photo-box--small div {
  padding: 2rem;
}
.photo-box--small h3 {
  margin-bottom: 2rem;
  font-size: 1rem;
  line-height: 1.4;
}

.photo-box--large {
  max-width: 100%;
}
.photo-box--large div {
  padding: 3rem;
}
.photo-box--large h3 {
  margin-bottom: 3rem;
  font-size: 1.4rem;
  line-height: 1.285;
}

.no-touch .photo-box__teaser a:hover div {
  background-color: rgba(149, 31, 36, 0.9);
}
.no-touch .photo-box__teaser a:hover h3:after {
  position: absolute;
  bottom: -1rem;
  left: calc((100% - 11rem) / 2);
  display: block;
  width: 11rem;
  height: 1px;
  content: "";
  background: #ffffff;
}

.photo-box--large a:hover h3:after {
  bottom: -1.5rem;
  left: calc((100% - 18rem) / 2);
  width: 18rem;
}

.photo-box__teasers--small,
.photo-box__teasers--large {
  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;
}
@media screen and (min-width: 42em) {
  .photo-box__teasers--small,
  .photo-box__teasers--large {
    margin-right: -1rem;
    margin-left: -1rem;
  }
}

.photo-box__teasers--large {
  position: relative;
}
@media screen and (max-width: 39.99em) {
  .photo-box__teasers--large {
    margin-bottom: 4rem;
  }
  .photo-box__teasers--large:after {
    position: absolute;
    bottom: -2rem;
    left: 3rem;
    clear: both;
    width: calc(100% - 6rem);
    height: 1px;
    content: "";
    background-color: #999999;
  }
}

.photo-box--large {
  -webkit-box-flex: 0;
      -ms-flex: 0 auto;
          flex: 0 auto;
  width: 100%;
  height: auto;
  margin: 1rem;
}
@media screen and (min-width: 42em) and (max-width: 68.49em) {
  .photo-box--large {
    width: 60%;
  }
}
@media screen and (min-width: 68.5em) {
  .photo-box--large {
    width: 46.33%;
  }
}

.photo-box__teaser.photo-box--large {
  margin-left: 1rem;
}

.photo-box__teasers--small .photo-box--small {
  -webkit-box-flex: 0;
      -ms-flex: 0 auto;
          flex: 0 auto;
  width: 100%;
  height: auto;
  margin: 1rem;
}
@media screen and (min-width: 40em) and (max-width: 1079px) {
  .photo-box__teasers--small .photo-box--small {
    width: 44%;
  }
}
@media screen and (min-width: 1080px) and (max-width: 1159px) {
  .photo-box__teasers--small .photo-box--small {
    width: 28%;
  }
}
@media screen and (min-width: 1160px) {
  .photo-box__teasers--small .photo-box--small {
    width: 29.75%;
  }
}

.contact {
  color: white;
}
.contact h2 {
  text-transform: uppercase;
}
.contact h3 {
  font-family: Knockout 49 A, Knockout 49 B, franklin-gothic-urw-comp, Arial Narrow, sans-serif;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.1;
  text-transform: none;
}
@media print, screen and (min-width: 48em) {
  .contact h3 {
    font-size: 1.75rem;
  }
}
@media print, screen and (min-width: 64em) {
  .contact h3 {
    font-size: 2.25rem;
  }
}
.contact h3 a {
  color: white;
}
.contact article {
  margin-top: 3rem;
}
@media print, screen and (min-width: 48em) {
  .contact article {
    margin-top: 3.5rem;
  }
}
@media print, screen and (min-width: 64em) {
  .contact article {
    margin-top: 5.5rem;
  }
}
.contact article article + article {
  margin-top: 2rem;
}
@media print, screen and (min-width: 48em) {
  .contact article article + article {
    margin-top: 2.5rem;
  }
}
@media print, screen and (min-width: 64em) {
  .contact article article + article {
    margin-top: 4rem;
  }
}
.contact .btn {
  margin-bottom: 5px;
}
.contact .contact__image {
  max-width: 130px;
  width: 130px;
  margin-right: 0;
  background-image: url(../img/faculty-placeholder-large.png);
  background-size: cover;
}
@media screen and (max-width: 63.99875em) {
  .contact .contact__image {
    max-width: 100px;
  }
}
.contact .contact__profile-list {
  list-style-type: none;
}
.contact .contact__profile-list li {
  display: inline-block;
  padding-right: 60px;
  position: relative;
  padding-left: 27px;
}
.contact .contact__profile-list li a {
  color: white;
}
.contact .contact__profile-list li i {
  position: absolute;
  padding-right: 10px;
  top: 4px;
  left: 0;
  opacity: 0.4;
}
.contact .contact__department-list {
  list-style-type: none;
  margin-top: 1.5rem;
}
@media print, screen and (min-width: 48em) {
  .contact .contact__department-list {
    margin-top: 2rem;
  }
}
@media screen and (max-width: 63.99875em) {
  .contact .contact__department-list {
    margin-top: 0px;
  }
}
.contact .contact__department-list li {
  display: inline-block;
  padding-right: 60px;
  position: relative;
  padding-left: 27px;
  vertical-align: text-top;
}
@media screen and (max-width: 63.99875em) {
  .contact .contact__department-list li {
    margin-top: 24px;
  }
}
.contact .contact__department-list li p {
  font-family: "Knockout 49 A", "Knockout 49 B", franklin-gothic-urw-comp, "Arial Narrow", sans-serif;
  line-height: 1.5;
  margin-top: -0.1875rem;
}
.contact .contact__department-list a {
  font-size: 1.125rem;
  color: white;
  padding: 0.75rem 0.75rem 0.75rem 0;
}
.contact .contact__department-list i {
  padding-right: 10px;
  position: absolute;
  top: 4px;
  left: 0;
  opacity: 0.4;
}
.contact .contact__department-list i::before {
  font-size: 1rem;
}
@media print, screen and (min-width: 64em) {
  .contact .contact__department-list a {
    font-size: 1.25rem;
  }
  .contact .contact__department-list i::before {
    font-size: 1.125rem;
  }
}
.contact .contact__position-list {
  list-style-type: none;
}
.contact .contact__position-list li {
  display: inline-block;
  padding-right: 1px;
  font-family: freight-text-pro, times, serif;
}
.contact .contact__position-list li:not(:last-child):after {
  content: ",";
  display: inline-block;
  padding-right: 1px;
}

.cookie-compliance-popup {
  position: fixed;
  z-index: 999;
  right: 0;
  bottom: 0;
  left: 0;
  color: #ffffff;
  background-color: #af1735;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}
.cookie-compliance-popup .grid-x,
.cookie-compliance-popup .grid-container {
  width: 100%;
}
.cookie-compliance-popup p {
  font-size: 1.25rem;
  line-height: 1.7;
}
.cookie-compliance-popup .grid-container > .grid-x {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.cookie-compliance-popup .find-more-button {
  padding: 0.875rem 0;
  text-decoration: underline;
  text-transform: none;
  color: #ffffff;
  background: none;
  font-size: 1rem;
  text-transform: uppercase;
}
.cookie-compliance-popup .find-more-button:hover, .cookie-compliance-popup .find-more-button:focus {
  text-decoration: none;
}

.options-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: 1.25rem;
}
@media screen and (max-width: 47.99875em) {
  .options-wrapper {
    margin-top: 0.5rem;
  }
}
@media screen and (min-width: 48em) {
  .options-wrapper {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    margin-top: 0;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

@media screen and (min-width: 48em) {
  #popup-buttons {
    margin-left: 1.875rem;
  }
}

.eu-cookie-compliance-message h2 {
  font-family: freight-text-pro, times, serif;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.7;
  all: unset;
  font-family: freight-text-pro, times, serif !important;
}
@media print, screen and (min-width: 64em) {
  .eu-cookie-compliance-message h2 {
    font-size: 1.25rem;
  }
}
.eu-cookie-compliance-message .btn {
  cursor: pointer;
  margin-right: 0;
  margin-top: 0.4375rem 1.25rem 1.25rem;
  border: 0.0625rem solid #ffffff;
}
@media screen and (min-width: 48em) {
  .eu-cookie-compliance-message .btn {
    margin-top: 0;
  }
}

.eu-cookie-compliance-buttons,
.eu-cookie-compliance-message {
  all: unset;
}

.section--cta-feature-box {
  margin-bottom: 0;
}

.cta-feature-box ul {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}
.columns .cta-feature-box {
  margin-bottom: 2.5rem;
}
.cta-feature-box__heading {
  margin: 0.625rem 0;
}
.cta-feature-box--featured {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.cta-feature-box--featured .cta-feature-box__content {
  position: relative;
  z-index: 2;
  max-width: 25rem;
  padding: 1.875rem;
  -webkit-transform: translateX(-3.75rem);
          transform: translateX(-3.75rem);
  color: #ffffff;
  background: #222;
}

@media screen and (max-width: 63.99875em) {
  .department-information .department-information-hours {
    margin-top: 40px;
  }
}
.department-information .department-information-card {
  -webkit-box-shadow: 0 6px 12px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 6px 12px 0 rgba(0, 0, 0, 0.1);
  padding: 50px;
}
.department-information .department-information-card a {
  font-size: 1rem;
  text-decoration: none;
  padding: 0.75rem 0;
}
.department-information .department-information-card a:hover, .department-information .department-information-card a:focus {
  text-decoration: underline;
}
.department-information .department-information-card a i::before {
  font-size: 1.125rem;
}
@media print, screen and (min-width: 48em) {
  .department-information .department-information-card a {
    font-size: 1.125rem;
  }
}
@media screen and (min-width: 64em) {
  .department-information .department-information-card a {
    font-size: 1.25rem;
  }
}
.department-information .icon {
  padding: 22px 26px 0 0;
  color: #55534a;
  font-size: 1.875rem;
}
.department-information .eyebrow {
  font-size: 22px;
  color: #222222;
}
.department-information .contact {
  font-family: freight-text-pro, times, serif;
}
.department-information .contact-icon:before {
  color: #9e9e9e;
  letter-spacing: 8px;
}
.department-information .social-media a {
  padding: 10px 20px 0 0;
  margin: 0;
  color: #55534a;
  font-size: 35px;
}

.department-information .eyebrow .fa-bookmark {
  color: #9e9e9e;
  font-size: 14px;
  margin-right: 4px;
}
.department-information .eyebrow a {
  font-size: 1.125rem;
  text-decoration: none;
}
.department-information .eyebrow a:hover, .department-information .eyebrow a:focus {
  text-decoration: underline;
}

.department-information .contact-icon--container {
  position: relative;
}
.department-information .contact-icon--container .contact-icon {
  position: absolute;
  top: 0.5em;
  left: 0;
}
.department-information .contact-icon--container .contact-icon ~ p {
  margin-left: 18px;
  font-family: "Knockout 49 A", "Knockout 49 B", franklin-gothic-urw-comp, "Arial Narrow", sans-serif;
  line-height: 1.2;
  margin-top: 3px;
}

.card--differentiator {
  background: #ffffff;
  overflow: hidden;
  margin-top: 1.5rem;
}
@media print, screen and (min-width: 48em) {
  .card--differentiator {
    margin-top: 2rem;
  }
}
@media print, screen and (min-width: 64em) {
  .card--differentiator {
    margin-top: 2.5rem;
  }
}
@media screen and (max-width: 47.99875em) {
  .card--differentiator {
    -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;
    margin-top: 3rem;
  }
  .card--differentiator .card__content__inner {
    padding: 2.5rem 0 0 0;
  }
  .card--differentiator .card__media {
    width: 100%;
    margin-bottom: 0;
  }
  .card--differentiator .card__content {
    width: 100%;
  }
  .card--differentiator img {
    display: block;
  }
}
@media screen and (min-width: 48em) {
  .card--differentiator {
    -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--differentiator .card__content__inner {
    padding: 2.5rem 0 0 0;
  }
  .card--differentiator .card__media {
    width: 100%;
    margin-bottom: 0;
  }
  .card--differentiator .card__content {
    width: 100%;
  }
  .card--differentiator img {
    display: block;
  }
}
@media screen and (min-width: 64em) {
  .card--differentiator {
    -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--differentiator .card__content__inner {
    padding: 3.5rem 0 0 0;
  }
  .card--differentiator .card__media {
    width: 100%;
    margin-bottom: 0;
  }
  .card--differentiator .card__content {
    width: 100%;
  }
  .card--differentiator img {
    display: block;
  }
}
@media screen and (min-width: 40em) and (max-width: 47.99875em) {
  .card--differentiator--image {
    -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--differentiator--image .card__content__inner {
    padding: 0 0 0 3rem;
  }
  .card--differentiator--image .card__media {
    width: 50%;
    margin-bottom: 0;
  }
  .card--differentiator--image .card__content {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .card--differentiator--image img {
    display: block;
  }
}
@media screen and (min-width: 48em) and (max-width: 63.99875em) {
  .card--differentiator--image {
    padding: 2.5rem;
    -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--differentiator--image .card__content__inner {
    padding: 0 0 0 3rem;
  }
  .card--differentiator--image .card__media {
    width: 50%;
    margin-bottom: 0;
  }
  .card--differentiator--image .card__content {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .card--differentiator--image img {
    display: block;
  }
}
.card--differentiator .card__media {
  border-radius: 0;
}
@media screen and (max-width: 63.99875em) {
  .card--differentiator .card__media {
    max-width: 21.875rem;
  }
}
@media screen and (max-width: 47.99875em) {
  .card--differentiator .card__media {
    max-width: none;
  }
}
.card--differentiator h3, .card--differentiator p {
  margin-top: 1rem;
}
@media print, screen and (min-width: 48em) {
  .card--differentiator h3, .card--differentiator p {
    margin-top: 1.5rem;
  }
}
.card--differentiator .card__media + .card__content h3 {
  margin-top: 0;
}

.event-deadline-banner {
  font-family: freight-text-pro, times, serif;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.7;
}
@media print, screen and (min-width: 64em) {
  .event-deadline-banner {
    font-size: 1.25rem;
  }
}
.event-deadline-banner--text {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.event-deadline-banner--red {
  background-color: #af1735;
  position: relative;
  color: #ffffff;
}
@media screen and (min-width: 64em) {
  .event-deadline-banner--red {
    clip-path: polygon(0% 0%, 95% 0, 98% 50%, 95% 100%, 0% 100%);
    overflow: hidden;
  }
}
.event-deadline-banner .h6,
.event-deadline-banner .h5 {
  font-family: "Knockout 49 A", "Knockout 49 B", franklin-gothic-urw-comp, "Arial Narrow", sans-serif;
}
.event-deadline-banner li {
  padding-right: 0.625rem;
}
@media screen and (min-width: 48em) {
  .event-deadline-banner li {
    display: inline-block;
  }
}
.event-deadline-banner .fa,
.event-deadline-banner .fab,
.event-deadline-banner .fad,
.event-deadline-banner .fal,
.event-deadline-banner .far,
.event-deadline-banner .fas {
  font-size: 1.25rem;
  position: relative;
  bottom: 2px;
}
.event-deadline-banner .adjacent-line {
  margin-top: 0.625rem;
}
.event-deadline-banner .adjacent-line span::after {
  bottom: 0.5em;
}
@media screen and (max-width: 47.99875em) {
  .event-deadline-banner .adjacent-line {
    margin-bottom: 1.25rem;
  }
  .event-deadline-banner .adjacent-line span::after {
    content: none;
  }
}
.event-deadline-banner .btn--inverse {
  color: #000000;
  margin: 0;
}
.event-deadline-banner .btn--inverse::after {
  color: #000000;
}
.event-deadline-banner .btn--inverse:hover, .event-deadline-banner .btn--inverse:focus {
  color: #ffffff;
  border: 0.0625rem solid #ffffff;
}
.event-deadline-banner .btn--inverse:hover::after, .event-deadline-banner .btn--inverse:focus::after {
  color: #ffffff;
}

.faculty-school-listing .filters {
  margin-top: 3.5rem;
}
@media screen and (max-width: 47.99875em) {
  .faculty-school-listing .filters {
    margin-top: 2rem;
  }
}
.faculty-school-listing .views-exposed-form {
  display: block;
}
.faculty-school-listing .views-exposed-form .form-item {
  margin-top: 0;
}
.faculty-school-listing .views-exposed-form > .grid-container {
  padding: 0;
}
.faculty-school-listing .views-exposed-form > .grid-container > .grid-x:nth-child(2), .faculty-school-listing .views-exposed-form > .grid-container > .grid-x:nth-child(3) {
  max-width: 47.5rem;
}
.faculty-school-listing .views-exposed-form .grid-x ~ .grid-x {
  margin-top: 2rem;
}
@media screen and (max-width: 47.99875em) {
  .faculty-school-listing .views-exposed-form .grid-x ~ .grid-x .cell.medium-6 + .cell.medium-6 {
    margin-top: 1.5rem;
  }
}
@media screen and (min-width: 48em) {
  .faculty-school-listing .views-exposed-form .grid-x ~ .grid-x {
    margin-top: 3rem;
  }
}
.faculty-school-listing .views-exposed-form label {
  margin-bottom: 1rem;
}
@media screen and (max-width: 47.99875em) {
  .faculty-school-listing .views-exposed-form label {
    font-size: 1.25rem;
  }
}
.faculty-school-listing .views-exposed-form label + select {
  margin-top: 0;
}
.faculty-school-listing .views-exposed-form .search-block .form-item {
  width: 100%;
}
.faculty-school-listing .views-exposed-form input[type=text] {
  font-size: 1.875rem;
  font-family: freight-text-pro, times, serif;
  color: #222;
  font-weight: 400;
  padding-top: 0.6875rem;
  padding-bottom: 0.6875rem;
  border-color: #9e9e9e;
}
.faculty-school-listing .views-exposed-form input[type=text]:hover {
  border-color: #9e9e9e;
}
.faculty-school-listing .views-exposed-form .search-block {
  position: relative;
}
@media screen and (max-width: 47.99875em) {
  .faculty-school-listing .views-exposed-form .search-block label {
    margin-bottom: 0;
  }
}
.faculty-school-listing .views-exposed-form .search-block input[type=submit] {
  border-bottom: 0;
  position: absolute;
  right: 0;
  bottom: 0.6875rem;
  width: 1.875rem;
  height: 1.875rem;
  background-image: url("../img/search.svg");
  background-repeat: no-repeat;
  background-size: 60%;
  text-indent: -99999px;
}
.faculty-school-listing .views-exposed-form .search-block input[type=submit]:hover {
  background-color: transparent;
}
.faculty-school-listing .views-exposed-form ::-webkit-input-placeholder {
  font-size: 1.3125rem;
  color: #333;
}
.faculty-school-listing .views-exposed-form ::-moz-placeholder {
  font-size: 1.3125rem;
  color: #333;
}
.faculty-school-listing .views-exposed-form :-ms-input-placeholder {
  font-size: 1.3125rem;
  color: #333;
}
.faculty-school-listing .views-exposed-form ::-ms-input-placeholder {
  font-size: 1.3125rem;
  color: #333;
}
.faculty-school-listing .views-exposed-form ::placeholder {
  font-size: 1.3125rem;
  color: #333;
}
@media screen and (min-width: 48em) {
  .faculty-school-listing .views-exposed-form ::-webkit-input-placeholder {
    font-size: 1.875rem;
  }
  .faculty-school-listing .views-exposed-form ::-moz-placeholder {
    font-size: 1.875rem;
  }
  .faculty-school-listing .views-exposed-form :-ms-input-placeholder {
    font-size: 1.875rem;
  }
  .faculty-school-listing .views-exposed-form ::-ms-input-placeholder {
    font-size: 1.875rem;
  }
  .faculty-school-listing .views-exposed-form ::placeholder {
    font-size: 1.875rem;
  }
}
.faculty-school-listing .social-media {
  margin-top: 1rem;
}
@media screen and (max-width: 47.99875em) {
  .faculty-school-listing .social-media {
    margin-bottom: 1.5rem;
  }
}
.faculty-school-listing .social-media a {
  color: #55534a;
  font-size: 2.125rem;
  margin-left: 0;
  margin-right: 1rem;
}
.faculty-school-listing .social-media a:hover {
  color: #af1735;
}
.faculty-school-listing .page-toggle {
  margin-top: 0;
}
@media screen and (max-width: 47.99875em) {
  .faculty-school-listing .page-toggle {
    margin-left: -1.25rem;
    margin-right: -1.25rem;
    width: auto;
  }
}
.faculty-school-listing .page-toggle ul {
  list-style: none;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 47.99875em) {
  .faculty-school-listing .page-toggle ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.faculty-school-listing .page-toggle ul a {
  font-size: 1.125rem;
  padding: 1.0625rem 1.5rem;
  text-transform: uppercase;
  text-decoration: none;
  display: block;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}
.faculty-school-listing .page-toggle ul a:hover {
  background-color: #e3e3e3;
}
@media screen and (max-width: 47.99875em) {
  .faculty-school-listing .page-toggle ul a {
    padding: 1.0625rem 1.25rem;
  }
}
.faculty-school-listing .page-toggle ul a.active {
  color: #000000;
  position: relative;
}
.faculty-school-listing .page-toggle ul a.active::after {
  content: "";
  border-bottom: 5px solid #000000;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
.faculty-school-listing h1 {
  margin-top: 2.5rem;
}
@media print, screen and (min-width: 48em) {
  .faculty-school-listing h1 {
    margin-top: 3rem;
  }
}
@media print, screen and (min-width: 64em) {
  .faculty-school-listing h1 {
    margin-top: 5rem;
  }
}
.faculty-school-listing h2 {
  font-family: Knockout 49 A, Knockout 49 B, franklin-gothic-urw-comp, Arial Narrow, sans-serif;
  font-size: 2.25rem;
  font-weight: 400;
  line-height: 1.1;
  line-height: 1.08;
}
@media print, screen and (min-width: 48em) {
  .faculty-school-listing h2 {
    font-size: 2.5rem;
  }
}
@media print, screen and (min-width: 64em) {
  .faculty-school-listing h2 {
    font-size: 3.125rem;
  }
}
@media screen and (min-width: 48em) {
  .faculty-school-listing h2 {
    font-size: 3.125rem;
  }
}
@media screen and (max-width: 47.99875em) {
  .faculty-school-listing .results__result {
    padding: 0;
  }
  .faculty-school-listing .results__result > .grid-x > .cell.medium-10 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .faculty-school-listing .results__result > .grid-x > .cell.medium-2 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin-bottom: 1.5rem;
  }
}
@media screen and (min-width: 48em) {
  .faculty-school-listing .results__result {
    padding-left: 6.25rem;
    position: relative;
  }
  .faculty-school-listing .results__result::before {
    content: "";
    position: absolute;
    bottom: 0;
    top: 1.25rem;
    left: 0.8125rem;
    display: block;
    border-left: 1px solid #d8d8d8;
  }
}
.faculty-school-listing .results__result + .results__result::before {
  top: 0;
}
.faculty-school-listing .results__result figure {
  margin: 0;
}
.faculty-school-listing .results__result figure .aspect-ratio-frame {
  background-image: url(../img/faculty-placeholder-large.png);
  background-size: cover;
}
@media screen and (max-width: 63.99875em) {
  .faculty-school-listing .results__result figure {
    max-width: 8.125rem;
  }
}
.faculty-school-listing .results__heading a {
  font-size: 1.5rem;
  text-decoration: none;
  display: block;
  padding: 0.625rem 0;
}
@media screen and (min-width: 48em) {
  .faculty-school-listing .results__heading a {
    font-size: 2.25rem;
    margin-top: -0.25rem;
    padding: 0.1875rem 0;
  }
}
.faculty-school-listing .results__types {
  text-transform: uppercase;
  font-size: 1.125rem;
  margin-bottom: 0.5rem;
}
.faculty-school-listing .results__types ul {
  list-style: none;
}
.faculty-school-listing .results__types li {
  display: inline-block;
  margin-right: 1rem;
}
@media print, screen and (min-width: 48em) {
  .faculty-school-listing .results__types li {
    margin-right: 1.5rem;
  }
}
.faculty-school-listing .results__types i {
  color: #9e9e9e;
  margin-right: 0.5em;
}
.faculty-school-listing .results__types a {
  padding-top: 1.5rem;
  text-transform: uppercase;
  text-decoration: none;
}
.faculty-school-listing .results__types a:hover, .faculty-school-listing .results__types a:focus {
  color: #000000;
  text-decoration: underline;
}
@media print, screen and (min-width: 64em) {
  .faculty-school-listing .results__desc p {
    font-size: 1.25rem;
  }
}
.faculty-school-listing .results__social,
.faculty-school-listing .results__contact {
  font-size: 1rem;
}
@media screen and (min-width: 48em) {
  .faculty-school-listing .results__social,
  .faculty-school-listing .results__contact {
    font-size: 1.125rem;
  }
}
.faculty-school-listing .results__social > li,
.faculty-school-listing .results__contact > li {
  font-family: freight-text-pro, times, serif;
  position: relative;
  padding-left: 1.875rem;
}
.faculty-school-listing .results__social a,
.faculty-school-listing .results__contact a {
  text-decoration: none;
  font-family: freight-text-pro, times, serif;
  font-size: 1.125rem;
}
.faculty-school-listing .results__social a i, .faculty-school-listing .results__social a::before,
.faculty-school-listing .results__contact a i,
.faculty-school-listing .results__contact a::before {
  color: #9e9e9e;
  font-size: 1.125rem;
  margin-right: 0.5rem;
  top: 0.1875rem;
  position: absolute;
  left: 0;
}
@media print, screen and (min-width: 48em) {
  .faculty-school-listing .results__social a,
  .faculty-school-listing .results__contact a {
    font-size: 1.125rem;
  }
}
@media screen and (min-width: 64em) {
  .faculty-school-listing .results__social a,
  .faculty-school-listing .results__contact a {
    font-size: 1.25rem;
  }
}
@media print, screen and (min-width: 48em) {
  .faculty-school-listing .results__social a,
  .faculty-school-listing .results__contact a {
    font-size: 1.125rem;
  }
  .faculty-school-listing .results__social a i, .faculty-school-listing .results__social a::before,
  .faculty-school-listing .results__contact a i,
  .faculty-school-listing .results__contact a::before {
    font-size: 1.25rem;
  }
}
@media screen and (min-width: 64em) {
  .faculty-school-listing .results__social a,
  .faculty-school-listing .results__contact a {
    font-size: 1.25rem;
  }
  .faculty-school-listing .results__social a i, .faculty-school-listing .results__social a::before,
  .faculty-school-listing .results__contact a i,
  .faculty-school-listing .results__contact a::before {
    font-size: 1.5rem;
  }
}
.faculty-school-listing .results__schools-departments {
  margin-top: 0;
}
@media print, screen and (min-width: 48em) {
  .faculty-school-listing .results__schools-departments {
    margin-top: 0.125rem;
  }
}
.faculty-school-listing .results__schools-departments li {
  display: inline-block;
}
.faculty-school-listing .results__schools-departments li a {
  line-height: 30px;
  padding: 10px 0;
}
.faculty-school-listing .results__schools-departments li::after {
  content: ",";
  font-family: freight-text-pro, times, serif;
}
.faculty-school-listing .results__schools-departments li:last-of-type::after {
  content: none;
}
.faculty-school-listing .results__social {
  list-style: none;
}
@media screen and (min-width: 48em) {
  .faculty-school-listing .results__social {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.faculty-school-listing .results__social li {
  padding-right: 1.875rem;
}
@media screen and (max-width: 47.99875em) {
  .faculty-school-listing .results__social li {
    margin-bottom: 1rem;
  }
}
.faculty-school-listing .results__social a {
  padding-top: 1.5rem;
}
.faculty-school-listing .results__contact {
  list-style: none;
}
.faculty-school-listing .results__contact > li {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  margin-top: -0.75rem;
  position: relative;
}
.faculty-school-listing .results__contact > li a {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  margin-top: -0.75rem;
}
.faculty-school-listing .results__contact a i, .faculty-school-listing .results__contact a::before {
  font-size: 1rem;
  top: 1rem;
}
@media screen and (min-width: 64em) {
  .faculty-school-listing .results__contact a i, .faculty-school-listing .results__contact a::before {
    top: 1.25rem;
  }
}
.faculty-school-listing .results__contact ul {
  list-style: none;
}
.faculty-school-listing .results__contact .fa-map-marker-alt {
  position: absolute;
  left: 2px;
  top: 1.125rem;
  color: #9e9e9e;
}
@media screen and (min-width: 64em) {
  .faculty-school-listing .results__contact .fa-map-marker-alt {
    top: 1.25rem;
  }
}
.faculty-school-listing .results__main-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 1.5rem;
}
@media screen and (max-width: 47.99875em) {
  .faculty-school-listing .results__main-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media screen and (min-width: 48em) {
  .faculty-school-listing .results__main-content > div:first-of-type {
    -ms-flex-preferred-size: 65%;
        flex-basis: 65%;
    padding-right: 1.25rem;
  }
}
@media screen and (min-width: 48em) {
  .faculty-school-listing .results__main-content > div:nth-of-type(2) {
    -ms-flex-preferred-size: 35%;
        flex-basis: 35%;
    padding-left: 1.25rem;
  }
}
.faculty-school-listing .results__positions {
  list-style: none;
  font-family: freight-text-pro, times, serif;
  font-size: 1.125rem;
  margin-bottom: 1.5rem;
}
@media screen and (min-width: 48em) {
  .faculty-school-listing .results__positions {
    font-size: 1.25rem;
  }
}
.faculty-school-listing .results__positions li {
  display: inline-block;
}
.faculty-school-listing .results__positions li::after {
  content: ",";
}
.faculty-school-listing .results__positions li:last-of-type::after {
  content: none;
}
.faculty-school-listing .results__result {
  padding-top: 1.5rem;
}
@media screen and (min-width: 48em) {
  .faculty-school-listing .results__result {
    padding-top: 3.5rem;
  }
}

.results a {
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
.results a:hover {
  color: #000000;
}

.results__letter-group .results__letter {
  font-size: 2.5rem;
  line-height: 0.89;
  color: #222;
  margin-top: 2.5rem;
}
@media screen and (max-width: 47.99875em) {
  .results__letter-group .results__letter {
    border-bottom: 1px solid #d8d8d8;
    padding-bottom: 1.5rem;
    margin-bottom: 2rem;
  }
}
@media screen and (min-width: 48em) {
  .results__letter-group .results__letter {
    font-size: 4rem;
    margin-top: 5.5rem;
  }
}
.results__letter-group .results__letter + .results__result {
  padding-top: 1rem;
}
@media screen and (max-width: 47.99875em) {
  .results__letter-group .results__letter + .results__result {
    padding-top: 0;
  }
}

.letter-filter fieldset {
  background-color: transparent;
  border: 0;
  padding: 0;
}
.letter-filter .fieldset-legend {
  font-size: 1.75rem;
  font-weight: 400;
  color: #222;
  margin-bottom: 1rem;
  display: block;
}
@media screen and (max-width: 47.99875em) {
  .letter-filter .fieldset-legend {
    font-size: 1.25rem;
  }
}
.letter-filter .js-form-item {
  margin-right: 1.125rem;
  margin-top: 1rem;
}
.letter-filter .js-form-item .option {
  margin-left: 0;
  font-family: freight-text-pro, times, serif;
  font-size: 1.875rem;
  color: #af1735;
  margin-bottom: 0;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
.letter-filter .js-form-item .option:hover {
  color: #000000;
}
@media screen and (min-width: 48em) {
  .letter-filter .js-form-item .option {
    font-size: 2.25rem;
  }
}
.letter-filter .js-form-item .option::before {
  content: none;
}
.letter-filter .js-form-item input:disabled + .option {
  color: #000000;
}
.letter-filter .fieldset-wrapper > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.pager {
  margin: 5.5rem auto;
  font-size: 1.125rem;
  font-weight: 400;
}
.pager li.is-active {
  background-color: #efefef;
}
.pager a {
  text-decoration: none;
  font-weight: 400;
  padding: 0.4375rem 0.9375rem;
}
.pager a::after {
  font-size: 0.9375rem;
}

[data-fancybox-modal] {
  display: none;
}

.filters {
  background-color: #efefef;
}
.filters .form-item-search {
  width: 100%;
}
.filters select {
  width: 100%;
  border: 1px solid #9e9e9e;
  font-family: freight-text-pro, times, serif;
  font-weight: 400;
  background-image: url("../img/down-arrow-2.svg");
  margin-top: 1rem;
}
@media print, screen and (min-width: 48em) {
  .filters select {
    margin-top: 1.5rem;
  }
}
.filters label {
  font-family: Knockout 49 A, Knockout 49 B, franklin-gothic-urw-comp, Arial Narrow, sans-serif;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.1;
  text-transform: none;
}
@media print, screen and (min-width: 48em) {
  .filters label {
    font-size: 1.5rem;
  }
}
@media print, screen and (min-width: 64em) {
  .filters label {
    font-size: 1.75rem;
  }
}
.filters form {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.filters .search-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.filters input[type=text] {
  width: 100%;
  background-color: #efefef;
  border-bottom: 1px solid #9e9e9e;
  padding: 16px 24px 16px 0;
  z-index: 0;
  margin-top: 1.3125rem;
}
.filters input[type=text]::-webkit-input-placeholder {
  font-family: freight-text-pro, times, serif;
  font-weight: 400;
  font-size: 21px;
}
.filters input[type=text]::-moz-placeholder {
  font-family: freight-text-pro, times, serif;
  font-weight: 400;
  font-size: 21px;
}
.filters input[type=text]:-ms-input-placeholder {
  font-family: freight-text-pro, times, serif;
  font-weight: 400;
  font-size: 21px;
}
.filters input[type=text]::-ms-input-placeholder {
  font-family: freight-text-pro, times, serif;
  font-weight: 400;
  font-size: 21px;
}
.filters input[type=text]::placeholder {
  font-family: freight-text-pro, times, serif;
  font-weight: 400;
  font-size: 21px;
}
@media print, screen and (min-width: 64em) {
  .filters input[type=text]::-webkit-input-placeholder {
    font-size: 30px;
  }
  .filters input[type=text]::-moz-placeholder {
    font-size: 30px;
  }
  .filters input[type=text]:-ms-input-placeholder {
    font-size: 30px;
  }
  .filters input[type=text]::-ms-input-placeholder {
    font-size: 30px;
  }
  .filters input[type=text]::placeholder {
    font-size: 30px;
  }
}
.filters .form-actions {
  z-index: 1;
  margin-left: -32px;
  width: 32px;
  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;
  padding-bottom: 14px;
}
.filters input[type=submit] {
  width: 32px;
  height: 52px;
  font-size: 0;
  background: transparent no-repeat center center url("../img/search.svg");
  margin-left: -32px;
}
@media screen and (max-width: 47.99875em) {
  .filters input[type=submit] {
    height: 24px;
    margin-left: -10px;
  }
}
.filters .filters__search {
  content: url("../img/search.svg");
  z-index: 1;
  margin-left: -32px;
}
.filters .accordion__content {
  padding: 28px 0;
}
.filters .accordion__button {
  background-color: transparent;
  text-transform: none;
  color: #af1735;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 30px 0;
}
.filters__filters {
  padding: 0;
}
.filters__advanced-search {
  border-bottom: 1px solid #d8d8d8;
  line-height: 1.2;
}
.filters__advanced-search:after {
  content: url("../img/down-arrow-2.svg");
  margin-left: 8px;
  display: inline-block;
}
.filters .accordion--open .accordion__button .filters__advanced-search::after {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.active-filter {
  background-color: #d8d8d8;
}
.active-filter h3 {
  font-family: Knockout 49 A, Knockout 49 B, franklin-gothic-urw-comp, Arial Narrow, sans-serif;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.1;
  text-transform: none;
}
@media print, screen and (min-width: 48em) {
  .active-filter h3 {
    font-size: 1.5rem;
  }
}
@media print, screen and (min-width: 64em) {
  .active-filter h3 {
    font-size: 1.75rem;
  }
}
.active-filter ul {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  list-style-type: none;
  color: #af1735;
}
@media screen and (max-width: 47.99875em) {
  .active-filter ul {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-top: 20px;
  }
}
.active-filter ul li {
  margin-left: 75px;
  position: relative;
}
@media screen and (max-width: 47.99875em) {
  .active-filter ul li {
    margin-left: 40px;
  }
}
.active-filter ul li::after {
  content: url("../img/x.svg");
  top: 3px;
  right: -28px;
  position: absolute;
}
.active-filter__cell-current {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 47.99875em) {
  .active-filter__cell-current {
    display: inline;
  }
}
.active-filter__btn-container-btn {
  margin: auto;
}
@media screen and (max-width: 47.99875em) {
  .active-filter__btn-container-btn {
    margin-top: 20px;
  }
}
.active-filter__cell {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 47.99875em) {
  .active-filter__cell {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.filter-tabs h3 {
  font-family: Knockout 49 A, Knockout 49 B, franklin-gothic-urw-comp, Arial Narrow, sans-serif;
  font-size: 1.75rem;
  font-weight: 400;
  line-height: 1.1;
}
@media print, screen and (min-width: 48em) {
  .filter-tabs h3 {
    font-size: 2.25rem;
  }
}
@media print, screen and (min-width: 64em) {
  .filter-tabs h3 {
    font-size: 2.5rem;
  }
}
.filter-tabs .global-spacing--medium + .global-spacing--medium {
  margin-top: 0;
}
.filter-tabs .tabs {
  width: 100%;
}
@media print, screen and (min-width: 48em) {
  .filter-tabs .tabs__buttons {
    width: 480px;
    margin-left: auto;
    display: grid;
    grid-template-columns: 0.311fr 18px 0.244fr 18px 0.444fr;
    grid-template-rows: 1fr;
    grid-template-areas: "undergrad . grad . cert";
  }
  .filter-tabs .tabs__buttons button:first-child,
  .filter-tabs .tabs__buttons .spacer:first-child {
    grid-area: undergrad;
  }
  .filter-tabs .tabs__buttons button:nth-child(2),
  .filter-tabs .tabs__buttons .spacer:nth-child(2) {
    grid-area: grad;
  }
  .filter-tabs .tabs__buttons button:last-child,
  .filter-tabs .tabs__buttons .spacer:last-child {
    grid-area: cert;
  }
}
.filter-tabs .tabs__button[aria-selected=false] {
  background: none;
  -webkit-transition: background 0.1s cubic-bezier(0.82, 0.06, 0.14, 0.97);
  transition: background 0.1s cubic-bezier(0.82, 0.06, 0.14, 0.97);
}
.filter-tabs .tabs__button[aria-selected=false]::after {
  content: "";
  display: block;
  position: absolute;
  top: 100%;
  left: -0.0625em;
  width: calc(100% + 0.125em);
  height: 15px;
  background: transparent;
  -webkit-transition: background 0.1s cubic-bezier(0.82, 0.06, 0.14, 0.97);
  transition: background 0.1s cubic-bezier(0.82, 0.06, 0.14, 0.97);
}
.filter-tabs .tabs__button[aria-selected=true] {
  color: white;
  background: #55534a;
  border-color: transparent;
  text-transform: none;
  position: relative;
  -webkit-transition: background 0.1s cubic-bezier(0.82, 0.06, 0.14, 0.97);
  transition: background 0.1s cubic-bezier(0.82, 0.06, 0.14, 0.97);
}
.filter-tabs .tabs__button[aria-selected=true]::after {
  content: "";
  display: block;
  position: absolute;
  top: 100%;
  left: -0.0625em;
  width: calc(100% + 0.125em);
  height: 15px;
  background: #55534a;
  -webkit-transition: background 0.1s cubic-bezier(0.82, 0.06, 0.14, 0.97);
  transition: background 0.1s cubic-bezier(0.82, 0.06, 0.14, 0.97);
}
.filter-tabs .tabs__button[aria-selected=false] {
  color: #af1735;
  border: 1px solid #9e9e9e;
  text-transform: none;
}
@media screen and (min-width: 48em) {
  .filter-tabs .tabs {
    margin-top: -50px;
  }
}
@media screen and (max-width: 47.99875em) {
  .filter-tabs .tabs {
    margin-top: 20px;
  }
}
.filter-tabs .tabs .accordion {
  border: none;
  background-color: #55534a;
}
@media screen and (max-width: 47.99875em) {
  .filter-tabs .tabs .accordion + .accordion {
    margin-top: 10px;
  }
}
.filter-tabs .tabs__buttons {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-bottom: 15px;
}
.filter-tabs .tabs__buttons li + li {
  margin-left: 0;
}
.filter-tabs .accordion__button {
  background-color: white;
  color: #af1735;
  text-transform: none;
  border: 1px solid #d8d8d8;
  padding: 1.25em;
}
.filter-tabs .accordion__button-text::before {
  content: none;
}
.filter-tabs .accordion__button-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.filter-tabs .accordion__button-text::after {
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
  content: "\f107";
  font-size: 25px;
  display: inline-block;
}
.filter-tabs .accordion--open .accordion__button {
  background-color: #55534a;
  border: #55534a;
  color: #ffffff;
}
@media screen and (max-width: 47.99875em) {
  .filter-tabs .accordion__content {
    padding: 0;
  }
  .filter-tabs .accordion__content .program-listing-item {
    padding: 0;
  }
}
.filter-tabs .accordion--open .accordion__button .accordion__button-text::after {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.filter-tabs__cell {
  border-top: 1px solid #d8d8d8;
  padding: 30px 0 15px;
}
@media screen and (max-width: 47.99875em) {
  .filter-tabs__cell h3 {
    width: auto;
  }
}
.filter-tabs__cell h3 + div {
  -webkit-transform: translateY(3px);
          transform: translateY(3px);
}
.filter-tabs .grid-x:last-child .filter-tabs__cell {
  border-bottom: 2px solid #d8d8d8;
}

@media print, screen and (min-width: 48em) {
  .filters .filters__filters .form-item,
  .filters .global-spacing--default > .form-item:first-child {
    margin-top: 0;
  }
}
.filters .accordion__content .filters__filters .form-item {
  margin-top: 12px;
}

.flexible-news-events h2 {
  color: #ffffff;
  text-transform: uppercase;
}
.flexible-news-events__featured .aspect-ratio-frame {
  position: relative;
  z-index: 1;
}
.flexible-news-events__featured .aspect-ratio-frame::before {
  padding-bottom: 66%;
}
.flexible-news-events__featured .flexible-card {
  position: relative;
  z-index: 2;
}
@media print, screen and (min-width: 48em) {
  .flexible-news-events__featured .flexible-card {
    margin: -4.125rem 1.75rem 0;
  }
}
@media print, screen and (min-width: 64em) {
  .flexible-news-events__featured .flexible-card {
    margin: -7rem 3.5rem 0;
  }
}
@media print, screen and (min-width: 48em) {
  .flexible-news-events__featured--content {
    position: sticky;
    top: 125px;
  }
}
.flexible-news-events__cards {
  overflow: hidden;
}
@media screen and (max-width: 47.99875em) {
  .grid-margin-x > .flexible-news-events__cards {
    margin-right: 0;
  }
}
@media screen and (max-width: 47.99875em) {
  .flexible-news-events__cards .swiper-container {
    width: calc(100% - 42px);
    overflow: visible;
    margin-left: 0;
  }
}
.flexible-news-events__cards .slider-navigation {
  margin-top: 2rem;
}
.flexible-news-events__cards .slider-navigation__buttons {
  margin: 0 auto;
}
@media screen and (max-width: 47.99875em) {
  .flexible-news-events__cards .slider-navigation {
    display: none;
  }
}
@media print, screen and (min-width: 48em) {
  .flexible-news-events__cards:first-child .swiper-wrapper {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.flexible-news-events__cards:first-child .swiper-slide.flexible-card {
  width: calc(33.33% - 26.66px);
  height: unset;
}
@media screen and (max-width: 47.99875em) {
  .flexible-news-events__cards:not(:first-child) {
    margin-top: 2rem;
  }
}
@media print, screen and (min-width: 48em) {
  .flexible-news-events__cards:not(:first-child) .swiper-wrapper {
    display: block;
  }
}
@media screen and (max-width: 47.99875em) {
  .flexible-news-events__cards:not(:first-child) .flexible-card {
    height: unset;
  }
}
@media print, screen and (min-width: 48em) {
  .flexible-news-events__cards:not(:first-child) .flexible-card + .flexible-card {
    margin-top: 2rem;
  }
}

.flexible-news-events .slider-navigation__buttons button {
  background-color: #ffffff;
  width: 50px;
  padding: 1rem;
}
.flexible-news-events .slider-navigation__buttons button i::before {
  color: #af1735;
}
.flexible-news-events .slider-navigation__buttons button:hover, .flexible-news-events .slider-navigation__buttons button:focus {
  background-color: #af1735;
}
.flexible-news-events .slider-navigation__buttons button:hover i::before, .flexible-news-events .slider-navigation__buttons button:focus i::before {
  color: #ffffff;
}

.flexible-card {
  background-color: #ffffff;
  padding: 1.5rem;
}
@media print, screen and (min-width: 48em) {
  .flexible-card {
    padding: 2rem;
  }
}
.flexible-card h3 {
  margin-top: 0.5rem;
}
.flexible-card h3 a {
  text-decoration: none;
}
.flexible-card h3 a:hover, .flexible-card h3 a:focus {
  text-decoration: underline;
}
.flexible-card__desc {
  font-size: 1rem;
  font-family: freight-text-pro, times, serif;
  font-weight: 400;
  line-height: 1.5;
}
@media print, screen and (min-width: 64em) {
  .flexible-card__desc {
    font-size: 1.125rem;
  }
}
.flexible-card__desc p {
  line-height: 1.6;
}
.flexible-card--event__details ul {
  list-style: none;
  font-size: 1.125rem;
}
.flexible-card--event__details li {
  position: relative;
}
.flexible-card--event__details li + li {
  margin-top: 0.5rem;
}
@media print, screen and (min-width: 48em) {
  .flexible-card--event__details li + li {
    margin-top: 1rem;
  }
}
.flexible-card--event__details span {
  margin-left: 2rem;
}
.flexible-card--event__details i {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  color: #9e9e9e;
  width: 18px;
  text-align: center;
}

.pnw-highlight-feature + .flexible-news-events {
  margin-top: 0;
}

@media screen and (max-width: 47.99875em) {
  .grid .cell + .cell {
    margin-top: 2rem;
  }
}

.grid-item h3 {
  margin-top: 1.5rem;
  font-family: Knockout 49 A, Knockout 49 B, franklin-gothic-urw-comp, Arial Narrow, sans-serif;
  font-size: 1.75rem;
  font-weight: 400;
  line-height: 1.1;
}
@media print, screen and (min-width: 48em) {
  .grid-item h3 {
    font-size: 2.25rem;
  }
}
@media print, screen and (min-width: 64em) {
  .grid-item h3 {
    font-size: 2.5rem;
  }
}
.grid-item p {
  margin-top: 1rem;
}
.grid-item .btn {
  font-size: 1.125rem;
  padding: 1rem 1.5rem;
}

@media print, screen and (min-width: 48em) {
  .grid .cell:nth-child(n+4) .grid-item {
    margin-top: 1.5rem;
  }
}

/*
GLOBAL HERO STYLES
-------------------
*/
.parallax-mask {
  position: relative;
  z-index: 3;
  background: #ffffff;
}

.hero {
  position: relative;
  overflow: hidden;
  max-height: 75vh;
  z-index: 1;
}
.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: 48em) {
  .hero {
    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: #9e9e9e;
  }
}

.hero__no-media {
  position: relative;
  z-index: 1;
  width: 100%;
}
@media print, screen and (min-width: 48em) {
  .hero__no-media {
    height: 216px;
  }
}
@media print, screen and (min-width: 64em) {
  .hero__no-media {
    height: 300px;
  }
}

.hero__media {
  display: block;
  width: 100%;
}
@media screen and (max-width: 47.99875em) {
  .hero__media {
    margin-bottom: 1.5rem;
  }
}

.hero__content {
  display: inline-block;
  z-index: 3;
}
@media print, screen and (min-width: 48em) {
  .hero__content {
    background-color: #ffffff;
    padding: 3rem 3rem 3rem;
    -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
            box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
    margin: -5.625rem 0 0;
  }
}
.hero__content h1 {
  font-family: "Knockout 49 A", "Knockout 49 B", franklin-gothic-urw-comp, "Arial Narrow", sans-serif;
}

@media print, screen and (min-width: 48em) {
  .hero--landing + .hero__text .hero__content {
    margin: -15.625rem 0 0;
  }
}

.hero__overlay {
  position: absolute;
  z-index: 2;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.4);
}
@media screen and (max-width: 47.99875em) {
  .hero__overlay {
    display: none;
  }
}

/*
HERO VIDEO
---------------------------
*/
.autoplay-video-container {
  position: relative;
}
@media screen and (max-width: 47.99875em) {
  .autoplay-video-container {
    display: none;
  }
}

.hero--video .video-feature,
.hero--video video {
  position: relative;
  z-index: 2;
}
@media screen and (min-width: 48em) {
  .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-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  background: none;
}
@media screen and (max-width: 47.99875em) {
  .hero--no-img {
    margin-bottom: 1.5rem;
  }
}

/*
HERO VIDEO & IMAGE WITH PARALLAX
------------------------
*/
.hero.hero--parallax {
  min-height: 75vh;
}
.hero.hero--parallax .hero__media {
  height: 75vh;
}
.hero.hero--parallax img,
.hero.hero--parallax video {
  -webkit-transform: translateY(calc(var(--scroll-tracker) * 0.8%));
          transform: translateY(calc(var(--scroll-tracker) * 0.8%));
}

/*
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: 48em) {
  .hero--iframe img {
    position: absolute;
  }
}
@media print, screen and (min-width: 48em) {
  .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: 48em) {
  .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: 48em) {
  .hero--parallax-iframe .video-feature {
    position: relative;
    z-index: 2;
    display: block;
    width: 100vw;
    height: 100vh;
  }
}

.hero__text {
  position: relative;
  z-index: 2;
}

.hero__subtitle {
  margin-top: 1.5rem;
}
@media print, screen and (min-width: 48em) {
  .hero__subtitle {
    margin-top: 3rem;
    padding-left: 3rem;
  }
}
@media print, screen and (min-width: 64em) {
  .hero__subtitle {
    margin-top: 4.5rem;
  }
}
.hero__subtitle,
.hero__subtitle p {
  font-family: freight-text-pro, times, serif;
  font-size: 1.25rem;
}
@media print, screen and (min-width: 48em) {
  .hero__subtitle,
  .hero__subtitle p {
    font-size: 1.5rem;
  }
}

.hero--general + .hero__text + .body-text-callout {
  margin-top: 0;
}

.homepage-promo {
  color: white;
}
.homepage-promo h2 {
  font-size: 36px;
}
.homepage-promo figure {
  margin: 0;
}
@media print, screen and (min-width: 48em) {
  .homepage-promo figure {
    margin-left: -15px;
    width: calc(100% + 15px);
  }
}
@media screen and (min-width: 78.75em) {
  .homepage-promo figure {
    margin-left: -50px;
    width: calc(100% + 50px);
  }
}
@media screen and (max-width: 47.99875em) {
  .homepage-promo figure {
    margin-top: -24px;
  }
}
.homepage-promo .homepage-promo__background {
  background-color: #222;
  color: white;
}
@media screen and (max-width: 47.99875em) {
  .homepage-promo .homepage-promo__background {
    padding-bottom: 25px;
  }
  .homepage-promo .homepage-promo__background .grid-margin-x {
    margin-right: 25px;
    margin-left: 25px;
  }
}
@media print, screen and (min-width: 48em) {
  .homepage-promo .homepage-promo__background {
    padding: 50px 20px 50px 0;
  }
}
@media screen and (max-width: 63.99875em) {
  .homepage-promo ul {
    margin-top: 0px;
  }
}
.homepage-promo li {
  display: inline-block;
  padding-right: 50px;
  font-size: 1.125rem;
}
@media screen and (max-width: 63.99875em) {
  .homepage-promo li {
    margin-top: 24px;
  }
}
.homepage-promo li i {
  padding-right: 10px;
  opacity: 0.4;
}
@media screen and (max-width: 47.99875em) {
  .homepage-promo .homepage-promo__heading {
    margin-top: 24px;
  }
}
.homepage-promo .btn:hover, .homepage-promo .btn:focus {
  background-color: #ffffff;
  color: #000000;
}

.section--horizontal-feature-box {
  font-family: "Knockout 49 A", "Knockout 49 B", franklin-gothic-urw-comp, "Arial Narrow", sans-serif;
}
.section--horizontal-feature-box h2 {
  margin-top: 0;
}

.horizontal-feature-box__img {
  margin-bottom: 20px;
}
@media print, screen and (min-width: 48em) {
  .horizontal-feature-box__img {
    margin-bottom: 0;
  }
}

@-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: #af1735;
  -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: 48em) {
  .horizontal-story--content .initial-12 {
    padding: 2.5rem;
  }
}
@media print, screen and (min-width: 64em) {
  .horizontal-story--content .initial-12 {
    padding: 3.5rem;
  }
}
@media print, screen and (min-width: 48em) {
  .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: 40em) {
  .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;
  }
}
@media print, screen and (min-width: 40em) and (min-width: 48em) {
  .image-grid .glide__slides {
    margin-left: -1.25rem;
    margin-right: -1.25rem;
  }
}
@media print, screen and (min-width: 40em) {
  .image-grid .glide__arrows {
    display: none;
  }
}

.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 250ms ease-in-out;
  transition: background-color 250ms ease-in-out;
  background-color: rgba(175, 23, 53, 0);
}
.image-grid-item__link:hover:before, .image-grid-item__link:focus:before {
  background-color: rgba(175, 23, 53, 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%);
}
@media screen and (max-width: 39.99875em) {
  .image-grid-item {
    padding: 0;
  }
  .image-grid-item__toggle {
    display: none;
  }
}
@media print, screen and (min-width: 40em) {
  .image-grid-item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    min-height: 0px;
    min-width: 0px;
    width: calc(33.3333333333% - 2.5rem);
    margin-right: 1.25rem;
    margin-left: 1.25rem;
    display: block;
    height: auto;
    padding-bottom: 30px;
  }
  .image-grid-item__toggle {
    position: absolute;
    top: 0;
    right: 0;
    padding: 0.5em 0.5625em;
    text-align: center;
    color: #af1735;
    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-nav {
  position: sticky;
}

.key-resources-and-dates {
  margin-top: 3rem;
}
@media print, screen and (min-width: 48em) {
  .key-resources-and-dates {
    margin-top: 3.5rem;
  }
}
@media print, screen and (min-width: 64em) {
  .key-resources-and-dates {
    margin-top: 5.5rem;
  }
}
@media screen and (max-width: 47.99875em) {
  .key-resources-and-dates .cell + .cell {
    margin-top: 2.5rem;
  }
}
.key-resources-and-dates ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.key-resources-and-dates h3 {
  font-family: Knockout 49 A, Knockout 49 B, franklin-gothic-urw-comp, Arial Narrow, sans-serif;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.1;
  text-transform: none;
  margin-top: 1rem;
}
@media print, screen and (min-width: 48em) {
  .key-resources-and-dates h3 {
    font-size: 1.5rem;
  }
}
@media print, screen and (min-width: 64em) {
  .key-resources-and-dates h3 {
    font-size: 1.75rem;
  }
}
@media print, screen and (min-width: 48em) {
  .key-resources-and-dates h3 {
    margin-top: 1.5rem;
  }
}
.key-resources-and-dates h3 + a {
  margin-top: 0.5rem;
}
@media print, screen and (min-width: 48em) {
  .key-resources-and-dates h3 + a {
    margin-top: 1rem;
  }
}
.key-resources-and-dates p {
  padding-top: 0.5rem;
}
@media print, screen and (min-width: 48em) {
  .key-resources-and-dates p {
    padding-top: 1rem;
  }
}
.key-resources-and-dates a {
  display: inline-block;
  text-decoration: none;
  position: relative;
  font-size: 18px;
  padding: 0.75rem 0.75rem 0.75rem 0;
}
.key-resources-and-dates a::before {
  content: "";
  display: block;
  border-bottom: 1px solid #d8d8d8;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
}
.key-resources-and-dates a:hover::before, .key-resources-and-dates a:focus::before {
  border-bottom-color: #af1735;
}
.key-resources-and-dates a::before {
  bottom: 0.75rem;
  width: calc(100% - 12px);
}

.promo + .key-resources-and-dates.global-spacing--3xlarge {
  margin-top: 2.5rem;
}
@media print, screen and (min-width: 48em) {
  .promo + .key-resources-and-dates.global-spacing--3xlarge {
    margin-top: 3rem;
  }
}
@media print, screen and (min-width: 64em) {
  .promo + .key-resources-and-dates.global-spacing--3xlarge {
    margin-top: 5rem;
  }
}

.list-item h2 {
  text-transform: uppercase;
}
@media screen and (max-width: 63.99875em) {
  .list-item {
    margin: 0;
  }
}
.list-item + .list-item {
  margin-top: 2.5rem;
}
@media print, screen and (min-width: 48em) {
  .list-item + .list-item {
    margin-top: 3rem;
  }
}
@media print, screen and (min-width: 64em) {
  .list-item + .list-item {
    margin-top: 5rem;
  }
}
@media print, screen and (min-width: 48em) {
  .list-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-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.list-item a {
  text-decoration: none;
  position: relative;
  margin-left: 1em;
}
.list-item a:before {
  font-family: "Font Awesome 5 Pro";
  content: "\f105";
  margin-right: 0.3125rem;
  font-weight: 300;
  color: #9e9e9e;
  position: absolute;
  left: -1em;
  top: 0.2em;
}
@media screen and (max-width: 47.99875em) {
  .list-item .aspect-ratio-frame {
    margin-bottom: 2rem;
  }
}

.modified-sock {
  color: white;
}
.modified-sock h2 {
  text-transform: uppercase;
}
.modified-sock ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.modified-sock ul li {
  font-size: 20px;
  padding-top: 0.5rem;
  font-family: freight-text-pro, serif;
}
.modified-sock ul li a {
  color: white;
  text-decoration: none;
  position: relative;
  margin-left: 1em;
}
.modified-sock ul li a:before {
  font-family: "Font Awesome 5 Pro";
  content: "\f105";
  margin-right: 0.3125rem;
  font-weight: 300;
  color: #9e9e9e;
  position: absolute;
  left: -1em;
  top: 0.2em;
}
.modified-sock ul li a:hover, .modified-sock ul li a:focus {
  text-decoration: underline;
}
@media screen and (max-width: 63.99875em) {
  .modified-sock .mod-sock-col + .mod-sock-col {
    margin-top: 40px;
  }
}
.modified-sock .modified-sock__cta {
  background-color: white;
  color: black;
  padding: 2rem;
}
@media print, screen and (min-width: 48em) {
  .modified-sock .modified-sock__cta {
    padding: 2.5rem;
  }
}
@media print, screen and (min-width: 64em) {
  .modified-sock .modified-sock__cta {
    padding: 4rem;
  }
}
.modified-sock .modified-sock__cta-links a {
  display: inline-block;
  min-width: 360px;
  text-align: center;
  max-width: 100%;
}
@media screen and (max-width: 47.99875em) {
  .modified-sock .modified-sock__cta-links a {
    display: block;
  }
}
.modified-sock .modified-sock__cta-links a:last-child {
  margin-top: 20px;
}

.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-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;
}

: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__button-wrapper {
  display: none;
}

: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-feature h2 {
  text-transform: uppercase;
}
.news-feature h3 {
  font-family: Knockout 49 A, Knockout 49 B, franklin-gothic-urw-comp, Arial Narrow, sans-serif;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.1;
  text-transform: none;
}
@media print, screen and (min-width: 48em) {
  .news-feature h3 {
    font-size: 1.75rem;
  }
}
@media print, screen and (min-width: 64em) {
  .news-feature h3 {
    font-size: 2.25rem;
  }
}
.news-feature a {
  text-decoration: none;
  font-size: 36px;
  line-height: 1.0555555556;
}
.news-feature a:hover, .news-feature a:focus {
  text-decoration: underline;
}
.news-feature .views-element-container {
  margin-top: 0.5rem;
}
@media print, screen and (min-width: 64em) {
  .news-feature .views-element-container {
    margin-top: 1.5rem;
  }
}

.offset-slider {
  overflow-x: hidden;
}
.offset-slider .slick-list {
  overflow: visible !important;
}
.offset-slider .slick-track {
  left: -3.5rem;
}
.offset-slider__item {
  width: calc(100vw - 8rem);
  margin: 0 1rem;
}
.offset-slider__item > img {
  width: 100%;
  height: 100%;
}
@media print, screen and (min-width: 48em) {
  .offset-slider .slick-track {
    left: 0;
  }
  .offset-slider__item {
    width: calc(50vw - 6rem);
  }
}
@media print, screen and (min-width: 64em) {
  .offset-slider--three {
    margin: 0 -1rem;
  }
  .offset-slider--three .offset-slider__item {
    float: left;
    width: calc(33.333% - 2rem);
  }
  .offset-slider--unlimited .offset-slider__item {
    width: calc(33.333vw - 4rem);
  }
}

.mobile-offset-slider,
.slider-row {
  position: relative;
}
@media screen and (min-width: 40em) and (max-width: 47.99875em) {
  .mobile-offset-slider,
  .slider-row {
    padding: 0 0 0 1.25rem;
  }
  .mobile-offset-slider .slick-slide,
  .slider-row .slick-slide {
    width: 100%;
    max-width: calc(100vw - 120px);
    padding: 0;
    -webkit-transition: opacity 600ms ease;
    transition: opacity 600ms ease;
    opacity: 0.6 !important;
  }
  .mobile-offset-slider .slick-slide[aria-hidden=true],
  .slider-row .slick-slide[aria-hidden=true] {
    opacity: 0 !important;
  }
  .mobile-offset-slider .slick-slide.slick-active,
  .slider-row .slick-slide.slick-active {
    opacity: 1 !important;
  }
  .mobile-offset-slider .slick-slide[aria-hidden=false] + .slick-slide,
  .slider-row .slick-slide[aria-hidden=false] + .slick-slide {
    opacity: 0 !important;
  }
  .mobile-offset-slider .slick-slide img,
  .slider-row .slick-slide img {
    width: 100%;
    max-width: none;
  }
}

.photo-gallery {
  padding-top: 2rem;
  padding-bottom: 2rem;
  overflow: hidden;
  background-color: #333333;
}
@media print, screen and (min-width: 48em) {
  .photo-gallery {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
}
@media print, screen and (min-width: 64em) {
  .photo-gallery {
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
  }
}
.photo-gallery .slick-list {
  overflow: visible;
  padding: 0 !important;
}
.photo-gallery__title {
  margin-bottom: 2rem;
  text-align: center;
  letter-spacing: 4px;
  text-transform: uppercase;
  color: #ffffff;
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.5);
  font-family: "Knockout 49 A", "Knockout 49 B", franklin-gothic-urw-comp, "Arial Narrow", sans-serif;
  font-weight: 700;
}
@media print, screen and (min-width: 48em) {
  .photo-gallery__title {
    margin-bottom: 2.5rem;
  }
}
@media print, screen and (min-width: 64em) {
  .photo-gallery__title {
    margin-bottom: 4rem;
  }
}
.photo-gallery__item {
  position: relative;
  margin: 0;
}
.photo-gallery__item img {
  vertical-align: middle;
}
.photo-gallery__item figcaption p {
  pointer-events: auto;
  color: #ffffff;
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.5);
  font-family: "Knockout 49 A", "Knockout 49 B", franklin-gothic-urw-comp, "Arial Narrow", sans-serif;
  font-weight: 700;
  line-height: 1.5714285714;
}
.photo-gallery__item figcaption p a {
  pointer-events: auto;
  color: #ffff00;
}
@media print, screen and (min-width: 64em) {
  .photo-gallery__item figcaption p {
    width: 66%;
  }
}
@media print, screen and (min-width: 48em) {
  .photo-gallery__item figcaption {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    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;
    padding: 1.25rem;
    -webkit-transition: opacity 300ms ease;
    transition: opacity 300ms ease;
    pointer-events: none;
    opacity: 0;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.8)));
    background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.8));
  }
}
.photo-gallery__item.slick-slide {
  z-index: 2;
  display: table !important;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  -webkit-transform: scale(0.95);
          transform: scale(0.95);
  opacity: 0.65;
}
@media (max-width: 580px) {
  .photo-gallery__item.slick-slide {
    width: 300px;
  }
}
.photo-gallery__item.slick-current {
  z-index: 3;
  -webkit-transform: scale(1);
          transform: scale(1);
  opacity: 1;
}
@media print, screen and (min-width: 48em) {
  .photo-gallery__item.slick-current {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
  .photo-gallery__item.slick-current:hover figcaption {
    opacity: 1;
  }
}
.photo-gallery__gallery .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 1em 0 3em;
}
.photo-gallery__gallery .slick-prev {
  left: 1.25rem;
}
@media (min-width: 75em) {
  .photo-gallery__gallery .slick-prev {
    left: calc(50% - 600px);
  }
}
.photo-gallery__gallery .slick-next {
  right: 1.25rem;
}
@media (min-width: 75em) {
  .photo-gallery__gallery .slick-next {
    right: calc(50% - 600px);
  }
}

.pnw-highlight {
  padding-top: 2.5rem;
  position: relative;
  margin-top: 3.5rem;
}
@media print, screen and (min-width: 48em) {
  .pnw-highlight {
    padding-top: 3rem;
  }
}
@media print, screen and (min-width: 64em) {
  .pnw-highlight {
    padding-top: 5rem;
  }
}
@media print, screen and (min-width: 48em) {
  .pnw-highlight {
    margin-top: 4.5rem;
  }
}
@media print, screen and (min-width: 64em) {
  .pnw-highlight {
    margin-top: 6.5rem;
  }
}
@media print, screen and (min-width: 64em) {
  .pnw-highlight {
    padding-top: 25rem;
  }
}
.pnw-highlight .pnw-highlight-map {
  display: none;
  visibility: hidden;
}
@media print, screen and (min-width: 64em) {
  .pnw-highlight .pnw-highlight-map {
    top: -9.375rem;
    pointer-events: none;
  }
}
@media print, screen and (min-width: 64em) {
  .pnw-highlight .pnw-highlight-map {
    font-size: 1.5rem;
    color: #ffffff;
    display: block;
    visibility: visible;
    width: 67.5625rem;
    height: 51.1875rem;
    position: absolute;
    right: 0;
    overflow: hidden;
  }
  .pnw-highlight .pnw-highlight-map .pnw-highlight-seattle,
  .pnw-highlight .pnw-highlight-map .pnw-highlight-tacoma,
  .pnw-highlight .pnw-highlight-map .pnw-highlight-smu,
  .pnw-highlight .pnw-highlight-map .pnw-highlight-olympia {
    position: absolute;
    z-index: 2;
    list-style: none;
  }
  .pnw-highlight .pnw-highlight-map .pnw-highlight-seattle::before,
  .pnw-highlight .pnw-highlight-map .pnw-highlight-tacoma::before,
  .pnw-highlight .pnw-highlight-map .pnw-highlight-smu::before,
  .pnw-highlight .pnw-highlight-map .pnw-highlight-olympia::before {
    content: url("../img/star.svg");
    position: absolute;
    top: -0.1875rem;
    left: -1.875rem;
  }
  .pnw-highlight .pnw-highlight-map .pnw-highlight-seattle {
    position: absolute;
    top: 19.6875rem;
    right: 13.4375rem;
  }
  .pnw-highlight .pnw-highlight-map .pnw-highlight-tacoma {
    position: absolute;
    top: 23.125rem;
    right: 14.375rem;
  }
  .pnw-highlight .pnw-highlight-map .pnw-highlight-smu {
    position: absolute;
    top: 27.1875rem;
    right: 12.8125rem;
  }
  .pnw-highlight .pnw-highlight-map .pnw-highlight-smu::before {
    content: url("../img/circle-star.svg");
    top: -1.25rem;
    left: -3.5625rem;
    z-index: 2;
  }
  .pnw-highlight .pnw-highlight-map .pnw-highlight-smu::after {
    content: "";
    display: block;
    background-color: #ffffff;
    height: 3rem;
    width: 3rem;
    border-radius: 100%;
    position: absolute;
    top: -1.5rem;
    left: -3.75rem;
  }
  .pnw-highlight .pnw-highlight-map .pnw-highlight-olympia {
    position: absolute;
    top: 30.625rem;
    right: 23.125rem;
  }
  .pnw-highlight .pnw-highlight-map .pnw-highlight-olympia::before {
    top: -1.6875rem;
    left: 0.1875rem;
  }
  .pnw-highlight .pnw-highlight-map::after {
    content: "";
    display: block;
    position: absolute;
    left: 26.25rem;
    right: -26.25rem;
    top: 6.25rem;
    bottom: 0;
    background-image: url("../img/WA-map@2x.png");
    background-size: 100%;
    -webkit-transform: rotate(9deg);
            transform: rotate(9deg);
  }
}
@media screen and (min-width: 64em) {
  .pnw-highlight .pnw-highlight-map {
    top: -5rem;
  }
}
@media print, screen and (min-width: 64em) {
  .pnw-highlight {
    padding-bottom: calc(6.5rem * 2);
  }
}
.pnw-highlight .pnw-highlight-background {
  background-size: cover;
}
@media screen and (max-width: 63.99875em) {
  .pnw-highlight .pnw-highlight-background {
    padding-bottom: 66.666%;
  }
}
@media print, screen and (min-width: 64em) {
  .pnw-highlight .pnw-highlight-background {
    position: absolute;
    top: 0;
    right: 8.75rem;
    left: 0;
    bottom: calc(6.5rem * 2);
  }
}
.pnw-highlight .pnw-highlight-inner {
  background-color: #ffffff;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.1);
          box-shadow: 0 6px 12px rgba(0, 0, 0, 0.1);
  padding: 1.5rem;
  margin-top: -2.5rem;
  position: relative;
}
@media print, screen and (min-width: 64em) {
  .pnw-highlight .pnw-highlight-inner {
    padding: 3.125rem 2.5rem;
    margin-top: 0;
    margin-bottom: -6.5rem;
  }
}
.pnw-highlight .eyebrow {
  display: block;
  margin-bottom: 1.5rem;
  color: #7a7a7a;
}
.pnw-highlight .eyebrow::before {
  content: url("../img/trees.svg");
  margin-right: 0.75rem;
  position: relative;
  top: 0.0625rem;
}
.pnw-highlight h2 {
  font-size: 2.25rem;
  margin-bottom: 1.5rem;
  line-height: 1.08;
}
@media print, screen and (min-width: 64em) {
  .pnw-highlight h2 {
    font-size: 3.125rem;
  }
}
.pnw-highlight p {
  font-size: 1.125rem;
}
@media print, screen and (min-width: 64em) {
  .pnw-highlight p {
    font-size: 1.25rem;
  }
}
.pnw-highlight hr {
  margin: 1rem 0 1.5rem;
  border-top: 0.0625rem solid #e3e3e3;
}
@media print, screen and (min-width: 64em) {
  .pnw-highlight hr {
    margin: 2rem 0;
  }
}
.pnw-highlight .pnw-highlight-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: 0 -1.5rem;
}
@media print, screen and (min-width: 64em) {
  .pnw-highlight .pnw-highlight-list {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 0 -1.25rem 1rem;
  }
}
.pnw-highlight .pnw-highlight-list > li {
  padding: 0 1.5rem;
  list-style: none;
  margin-bottom: 1rem;
  text-transform: uppercase;
  font-size: 1.125rem;
}
@media print, screen and (min-width: 64em) {
  .pnw-highlight .pnw-highlight-list > li {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 33.333%;
            flex: 1 1 33.333%;
    padding: 0 1.25rem;
  }
}
.pnw-highlight .pnw-highlight-list > li a:not(.btn) {
  -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);
  text-decoration: none;
}
.pnw-highlight .pnw-highlight-list > li a:not(.btn):hover, .pnw-highlight .pnw-highlight-list > li a:not(.btn):focus {
  color: #000000;
  text-decoration: underline;
}

.pnw-highlight-feature {
  padding-top: 3.5rem;
  padding-top: 3.5rem;
  padding-bottom: 3.5rem;
}
@media print, screen and (min-width: 48em) {
  .pnw-highlight-feature {
    padding-top: 4.5rem;
  }
}
@media print, screen and (min-width: 64em) {
  .pnw-highlight-feature {
    padding-top: 6.5rem;
  }
}
.pnw-highlight-feature .grid-container.section-title-area.global-spacing--3xlarge.white-top {
  margin-top: 0;
}
@media print, screen and (min-width: 64em) {
  .pnw-highlight-feature .pnw-highlight-background {
    padding-bottom: 66%;
  }
}
@media screen and (max-width: 63.99875em) {
  .pnw-highlight-feature.bg-pattern--sm {
    background-image: none;
  }
}
.pnw-highlight-feature .pnw-highlight-background {
  z-index: 0;
  max-height: none;
}
@media print, screen and (min-width: 64em) {
  .pnw-highlight-feature .pnw-highlight-background {
    position: relative;
    margin-right: 8.75rem;
  }
}
.pnw-highlight-feature .pnw-highlight-background img,
.pnw-highlight-feature .pnw-highlight-background video,
.pnw-highlight-feature .pnw-highlight-background .video-feature {
  height: 100%;
}
.pnw-highlight-feature .pnw-highlight-background .hero__media,
.pnw-highlight-feature .pnw-highlight-background .autoplay-video-container,
.pnw-highlight-feature .pnw-highlight-background .autoplay-video-container__inner,
.pnw-highlight-feature .pnw-highlight-background .video-feature {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
}
.pnw-highlight-feature .pnw-highlight-background .video-play-button {
  left: auto;
  right: 2rem;
  bottom: 2rem;
  text-indent: -6249.9375rem;
  background-color: rgba(255, 255, 255, 0.5);
  width: 3.5rem;
  height: 3.5rem;
  overflow: hidden;
}
@media screen and (min-width: 48em) and (max-width: 63.99875em) {
  .pnw-highlight-feature .pnw-highlight-background .video-play-button {
    left: 1.25rem;
    bottom: 3.4375rem;
    right: auto;
  }
}
.pnw-highlight-feature .pnw-highlight-background .video-play-button::after, .pnw-highlight-feature .pnw-highlight-background .video-play-button::before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center;
  top: 0;
  left: -3.5rem;
}
.pnw-highlight-feature .pnw-highlight-background .video-play-button::after {
  background-image: url("../img/pause@2x.png");
  left: 0;
}
.pnw-highlight-feature .pnw-highlight-background .video-play-button::before {
  background-image: url("../img/play@2x.png");
}
.pnw-highlight-feature .pnw-highlight-background .hero-video-paused .video-play-button::before {
  left: 0;
}
.pnw-highlight-feature .pnw-highlight-background .hero-video-paused .video-play-button::after {
  left: -3.5rem;
}
@media screen and (max-width: 63.99875em) {
  .pnw-highlight-feature .pnw-highlight {
    margin-top: 2.5rem;
  }
}
@media screen and (min-width: 48em) and (max-width: 63.99875em) {
  .pnw-highlight-feature .pnw-highlight {
    padding-bottom: 3.5rem;
  }
}
@media print, screen and (min-width: 64em) {
  .pnw-highlight-feature .pnw-highlight {
    padding-top: 0;
  }
}
@media print, screen and (min-width: 64em) {
  .pnw-highlight-feature {
    padding-bottom: 0;
  }
}
.pnw-highlight-feature > .grid-container:first-of-type {
  position: relative;
}
@media print, screen and (min-width: 64em) {
  .pnw-highlight-feature > .grid-container:first-of-type p {
    margin-left: 5.9375rem;
  }
}
@media print, screen and (min-width: 64em) {
  .pnw-highlight-feature > .grid-container:first-of-type .cell h2 {
    margin-left: 5.9375rem;
  }
}
.pnw-highlight-feature > .grid-container:first-of-type .eyebrow-wrapper {
  margin-bottom: 1.5rem;
}
@media screen and (max-width: 63.99875em) {
  .pnw-highlight-feature > .grid-container:first-of-type .eyebrow-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media print, screen and (min-width: 64em) {
  .pnw-highlight-feature > .grid-container:first-of-type .eyebrow-wrapper {
    position: absolute;
    top: 8.6875rem;
    left: -6.0625rem;
    -webkit-transform: rotate(-90deg);
            transform: rotate(-90deg);
  }
}
.pnw-highlight-feature > .grid-container:first-of-type .eyebrow-wrapper .eyebrow {
  color: #9e9e9e;
  -webkit-text-decoration-color: #7a7a7a;
          text-decoration-color: #7a7a7a;
  -webkit-transition: color 0.5s cubic-bezier(0.82, 0.06, 0.14, 0.97), -webkit-text-decoration-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), -webkit-text-decoration-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), text-decoration-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), text-decoration-color 0.5s cubic-bezier(0.82, 0.06, 0.14, 0.97), -webkit-text-decoration-color 0.5s cubic-bezier(0.82, 0.06, 0.14, 0.97);
}
.pnw-highlight-feature > .grid-container:first-of-type .eyebrow-wrapper .eyebrow:hover {
  color: #000000;
  -webkit-text-decoration-color: #000000;
          text-decoration-color: #000000;
}
@media screen and (max-width: 63.99875em) {
  .pnw-highlight-feature > .grid-container:first-of-type .eyebrow-wrapper .eyebrow {
    margin-left: 5px;
  }
}
.pnw-highlight-feature > .grid-container:first-of-type .icon__trees {
  content: url("../img/trees.svg");
  -webkit-transform: translate(18px, 12px) rotate(90deg);
          transform: translate(18px, 12px) rotate(90deg);
}
@media screen and (max-width: 63.99875em) {
  .pnw-highlight-feature > .grid-container:first-of-type .icon__trees {
    -webkit-transform: none;
            transform: none;
  }
}
@media screen and (max-width: 63.99875em) {
  .pnw-highlight-feature > .grid-container:first-of-type .icon__desktop-hidden {
    display: inline;
    visibility: visible;
    margin-right: 0.625rem;
  }
}
@media print, screen and (min-width: 64em) {
  .pnw-highlight-feature > .grid-container:first-of-type .icon__desktop-hidden {
    display: none;
    visibility: hidden;
  }
}
@media screen and (max-width: 63.99875em) {
  .pnw-highlight-feature > .grid-container:first-of-type .icon__mobile-hidden {
    display: none;
    visibility: hidden;
  }
}
@media print, screen and (min-width: 64em) {
  .pnw-highlight-feature > .grid-container:first-of-type .icon__mobile-hidden {
    display: inline;
    visibility: visible;
  }
}
.pnw-highlight-feature .pnw-highlight-feature__intro h2 {
  font-size: 5rem;
  line-height: 0.86;
  text-transform: uppercase;
  margin-bottom: 1.5rem;
}
@media print, screen and (min-width: 64em) {
  .pnw-highlight-feature .pnw-highlight-feature__intro h2 {
    font-size: 8.5rem;
    margin-bottom: 2.5rem;
  }
}
.pnw-highlight-feature .emphasis-text {
  font-style: normal;
  color: #af1735;
}
.pnw-highlight-feature p {
  font-size: 1.125rem;
  color: #222;
}
@media print, screen and (min-width: 64em) {
  .pnw-highlight-feature p {
    font-size: 1.25rem;
  }
}
@media screen and (min-width: 48em) and (max-width: 63.99875em) {
  .pnw-highlight-feature .pnw-highlight-inner {
    position: relative;
    width: 100%;
    margin-top: -2.1875rem;
    margin-bottom: 0;
    z-index: 1;
  }
}
@media screen and (min-width: 64em) {
  .pnw-highlight-feature .pnw-highlight-inner {
    max-width: 41.25rem;
    width: 45.83%;
    position: absolute;
    bottom: 5.625rem;
    margin-bottom: 0;
  }
}
.pnw-highlight-feature .pnw-highlight-list {
  margin-left: 0;
  margin-right: 0;
  margin-top: 1.5rem;
  margin-bottom: 0;
}
.pnw-highlight-feature .pnw-highlight-list > li {
  padding-left: 0;
  padding-right: 0;
  margin-bottom: 0;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
}

.jump-destination--outcomes-home {
  z-index: 2;
}

.jump-destination--outcomes-home + .jump-destination--pacific-northwest-home {
  z-index: 1;
}
@media print, screen and (min-width: 48em) {
  .jump-destination--outcomes-home + .jump-destination--pacific-northwest-home {
    margin-top: -100px;
  }
}
@media print, screen and (min-width: 48em) {
  .jump-destination--outcomes-home + .jump-destination--pacific-northwest-home .pnw-highlight-feature {
    padding-top: 172px;
  }
}
@media print, screen and (min-width: 64em) {
  .jump-destination--outcomes-home + .jump-destination--pacific-northwest-home .pnw-highlight-feature {
    padding-top: 204px;
  }
}

@media print, screen and (min-width: 64em) {
  .pnw-highlight + .white-top {
    margin-top: 0;
  }
}

.pnw-highlight-feature .pnw-highlight-inner .pnw-highlight-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -1.25rem 1rem;
}
.pnw-highlight-feature .pnw-highlight-inner .pnw-highlight-list > li {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 33.333%;
          flex: 1 1 33.333%;
  padding: 0 1.25rem;
  margin-bottom: 1rem;
}

.pnw-highlight-feature section + .pnw-highlight {
  padding-top: 0;
  margin-top: 2rem;
}
@media print, screen and (min-width: 48em) {
  .pnw-highlight-feature section + .pnw-highlight {
    margin-top: 2.5rem;
  }
}
@media print, screen and (min-width: 64em) {
  .pnw-highlight-feature section + .pnw-highlight {
    margin-top: 4rem;
  }
}

.process-component-item .process-component-item__sidebar--box {
  background-color: #222222;
  padding: 40px;
  color: white;
}
.process-component-item .process-component-item__sidebar--box span {
  font-size: 28px;
}
.process-component-item .process-component-item__sidebar--box a {
  color: white;
  text-decoration: none;
  font-size: 21px;
}
.process-component-item .process-component-item__sidebar--box a:before {
  font-family: "Font Awesome 5 Pro";
  content: "\f105";
  margin-right: 0.3125rem;
  font-weight: 100;
  color: white;
  font-size: 15px;
}
.process-component-item .process-component-item__sidebar--box a:hover, .process-component-item .process-component-item__sidebar--box a:focus {
  text-decoration: underline;
}
@media screen and (max-width: 47.99875em) {
  .process-component-item .process-component-item__sidebar--box {
    margin-top: 48px;
  }
}
.process-component-item .process-component-item__next h3 {
  font-size: 22px;
  text-transform: uppercase;
}

.process-component {
  padding-left: 2rem;
  padding-right: 2rem;
}
@media print, screen and (min-width: 48em) {
  .process-component {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media print, screen and (min-width: 64em) {
  .process-component {
    padding-left: 3.5rem;
    padding-right: 3.5rem;
  }
}
.process-component h2 {
  text-transform: uppercase;
}
.process-component > .grid-container {
  padding: 2rem;
  background: #ffffff;
  max-width: 80rem;
}
@media print, screen and (min-width: 48em) {
  .process-component > .grid-container {
    padding: 2.5rem;
  }
}
@media print, screen and (min-width: 64em) {
  .process-component > .grid-container {
    padding: 3.5rem;
  }
}
.process-component .tabs__buttons {
  background-color: white;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.1);
          box-shadow: 0 6px 12px rgba(0, 0, 0, 0.1);
}
.process-component button {
  background-color: white;
  color: #af1735;
  padding: 16px 24px;
  margin-bottom: 0;
}
@media print, screen and (min-width: 48em) {
  .process-component button:hover, .process-component button:focus {
    color: #000000;
  }
}
.process-component button::before {
  content: none;
}
.process-component button + button {
  margin-left: 1em;
}
.process-component h3.adjacent-line {
  font-family: Knockout 49 A, Knockout 49 B, franklin-gothic-urw-comp, Arial Narrow, sans-serif;
  font-weight: 400;
  font-size: 1.375rem;
  text-transform: uppercase;
  line-height: 1.2;
}
.process-component .tabs__button[aria-selected=true] {
  background-color: transparent;
  border-bottom: 5px solid black;
  color: black;
}
.process-component .tabs__button[aria-selected=false] {
  border-bottom: 5px solid transparent;
}
.process-component .tabs__button {
  border: none;
}
.process-component .tabs .accordion {
  border: none;
  padding-right: 0;
  padding-left: 0;
}
@media print, screen and (min-width: 64em) {
  .process-component .tabs .accordion {
    padding-top: 0;
    margin-top: 4rem;
  }
}
.process-component .accordion__content {
  overflow: hidden;
}
@media screen and (max-width: 47.99875em) {
  .process-component .accordion__content {
    padding-left: 0;
    padding-right: 0;
  }
}
@media screen and (max-width: 26.25rem) {
  .process-component .accordion__content > .grid-container {
    padding-left: 0;
    padding-right: 0;
  }
}
@media screen and (max-width: 47.99875em) {
  .process-component .accordion__button {
    padding: 16px 24px;
    -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
            box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  }
}

.profile-feature {
  margin-top: 6.5rem;
  padding-bottom: 2.5rem;
}
.section-title-area + .profile-feature {
  margin-top: 0;
}
@media screen and (max-width: 47.99875em) {
  .section-title-area + .profile-feature {
    margin-top: 60px;
  }
}
.profile-feature .more-less {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  position: static;
}
.profile-feature .more-less:not([data-more-less-init=height]) .more-less__button-wrapper {
  display: none;
  visibility: hidden;
}
.profile-feature .more-less__content {
  margin-right: 0;
  margin-left: 0;
}
@media screen and (max-width: 47.99875em) {
  .profile-feature .more-less__content {
    margin-right: 1.25rem;
    margin-left: 1.25rem;
  }
}
.profile-feature .more-less__item {
  width: 100%;
}
.profile-feature .more-less__item > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.profile-feature h2 {
  color: #222;
  font-size: 1.375rem;
  text-transform: uppercase;
  margin-bottom: 2.5rem;
}
@media screen and (max-width: 47.99875em) {
  .profile-feature h2 {
    font-size: 1.125rem;
    margin-bottom: 1.5rem;
  }
}
.profile-feature .description-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 47.99875em) {
  .profile-feature .description-block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.profile-feature .description-block p {
  color: #222;
  line-height: 1.5;
  font-size: 1.5rem;
  padding-right: 5.625rem;
}
@media screen and (max-width: 47.99875em) {
  .profile-feature .description-block p {
    font-size: 1.25rem;
    margin-bottom: 1rem;
  }
}
.profile-feature .description-block .btn-wrapper {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.profile-feature .description-block .btn {
  margin-right: 0;
}
.profile-feature .more-less__toggle {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: -2.5rem;
}
.profile-feature .more-less__button-wrapper {
  padding-bottom: 8.5625rem;
  position: absolute;
  left: 0;
  right: 0;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+-1,ffffff+100&0+0,1+91 */ /* FF3.6-15 */ /* Chrome10-25,Safari5.1-6 */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(-1%, rgba(255, 255, 255, 0)), color-stop(0%, rgba(255, 255, 255, 0)), color-stop(91%, rgb(255, 255, 255)), to(rgb(255, 255, 255)));
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) -1%, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 91%, rgb(255, 255, 255) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#00ffffff", endColorstr="#ffffff",GradientType=0 ); /* IE6-9 */
}
.profile-feature .more-less-open .more-less__button-wrapper {
  background: transparent;
}
.profile-feature .profile-feature__grid {
  margin-top: 4.5rem;
}
.profile-feature .profile-feature__grid .profile-feature__grid {
  margin-top: 0;
}
@media screen and (max-width: 47.99875em) {
  .profile-feature .profile-feature__grid {
    margin-top: 3.5rem;
  }
}
.profile-feature .profile-feature__grid > .more-less__item > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.profile-feature .profile-feature__grid .profile-feature__item {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -ms-flex-preferred-size: calc(100% - 2.5rem);
      flex-basis: calc(100% - 2.5rem);
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  margin: 0 1.25rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 2rem;
  max-width: 340px;
}
@media screen and (min-width: 48em) and (max-width: 63.99875em) {
  .profile-feature .profile-feature__grid .profile-feature__item {
    -ms-flex-preferred-size: calc(50% - 2.5rem);
        flex-basis: calc(50% - 2.5rem);
    margin-bottom: 2.5rem;
  }
}
@media screen and (min-width: 64em) {
  .profile-feature .profile-feature__grid .profile-feature__item {
    -ms-flex-preferred-size: calc(33.3333% - 2.5rem);
        flex-basis: calc(33.3333% - 2.5rem);
    margin-bottom: 2.5rem;
  }
}
.profile-feature .profile-feature__grid .profile-feature__item .profile-feature__content {
  padding: 0 1.5rem;
}
.profile-feature .profile-feature__grid .profile-feature__item .aspect-ratio-frame-outer {
  -ms-flex-preferred-size: 36.115%;
      flex-basis: 36.115%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.profile-feature .profile-feature__grid .profile-feature__item .aspect-ratio-frame-outer figure {
  margin: 0;
}
.profile-feature .profile-feature__grid .profile-feature__item .aspect-ratio-frame-outer figure.aspect-ratio-frame {
  background-image: url("../img/faculty-placeholder-large.png");
  background-size: cover;
}
.profile-feature .profile-feature__grid .profile-feature__item .aspect-ratio-frame-outer figure.aspect-ratio-frame::before {
  padding-bottom: 150%;
}
.profile-feature .profile-feature__grid .profile-feature__item h3 {
  margin-bottom: 0.25rem;
}
.profile-feature .profile-feature__grid .profile-feature__item h3 a {
  font-size: 1.25rem;
  padding: 0.75rem 0;
  text-decoration: none;
  display: block;
}
.profile-feature .profile-feature__grid .profile-feature__item h3 a:first-of-type {
  margin-top: -0.75rem;
}
@media screen and (min-width: 48em) {
  .profile-feature .profile-feature__grid .profile-feature__item h3 a {
    font-size: 1.75rem;
  }
}
.profile-feature .profile-feature__grid .profile-feature__item h3 a:hover {
  color: #222;
}
.profile-feature .profile-feature__grid .profile-feature__item li {
  list-style: none;
  font-family: freight-text-pro, times, serif;
  font-size: 1rem;
  line-height: 1.5;
  margin-bottom: 0.5rem;
}
.profile-feature .profile-feature__grid .profile-feature__item li:last-of-type {
  margin-bottom: 0;
}
@media screen and (min-width: 48em) {
  .profile-feature .profile-feature__grid .profile-feature__item li {
    font-size: 1.125rem;
  }
}
.profile-feature .grid-container.profile-feature__grid {
  position: relative;
}
.profile-feature .contains-featured .profile-feature__grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 0;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.profile-feature .contains-featured .profile-feature__grid .profile-feature__item {
  -ms-flex-preferred-size: calc(50% - 2.5rem);
      flex-basis: calc(50% - 2.5rem);
}
@media screen and (max-width: 47.99875em) {
  .profile-feature .contains-featured .profile-feature__grid .profile-feature__item {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    margin-left: 0;
    margin-right: 0;
  }
}
@media screen and (min-width: 48em) and (max-width: 63.99875em) {
  .profile-feature .contains-featured .profile-feature__grid .profile-feature__item {
    -ms-flex-preferred-size: calc(100% - 2.5rem);
        flex-basis: calc(100% - 2.5rem);
  }
  .profile-feature .contains-featured .profile-feature__grid .profile-feature__item:not(.featured) {
    margin-right: 0;
  }
  .profile-feature .contains-featured .profile-feature__grid .profile-feature__item:not(.featured) .profile-feature__content {
    padding-right: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
}
.profile-feature .contains-featured .profile-feature__item.featured {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-right: 0;
  margin-left: 0;
}
@media screen and (max-width: 47.99875em) {
  .profile-feature .contains-featured .profile-feature__item.featured .aspect-ratio-frame-outer {
    max-width: 58.82%;
  }
}
.profile-feature .contains-featured .profile-feature__item.featured .profile-feature__content {
  background-color: rgba(255, 255, 255, 0.9);
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  margin-top: -6.25rem;
  margin-right: -1.25rem;
  margin-left: 1.25rem;
  padding-top: 2rem;
  padding-bottom: 2rem;
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (max-width: 47.99875em) {
  .profile-feature .contains-featured .profile-feature__item.featured .profile-feature__content {
    margin-right: 0;
  }
}
.profile-feature .contains-featured .profile-feature__item.featured p {
  font-size: 1.5rem;
  font-style: italic;
  font-family: freight-text-pro, times, serif;
  line-height: 1.5;
  margin-bottom: 1.5rem;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
@media screen and (max-width: 47.99875em) {
  .profile-feature .contains-featured .profile-feature__item.featured p {
    font-size: 1.25rem;
  }
}
.profile-feature .contains-featured .profile-feature__item.featured h3 {
  font-size: 1.875rem;
  margin-bottom: -0.25rem;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
@media screen and (max-width: 47.99875em) {
  .profile-feature .contains-featured .profile-feature__item.featured h3 {
    font-size: 1.875rem;
  }
  .profile-feature .contains-featured .profile-feature__item.featured h3 a {
    font-size: 1.875rem;
  }
}
.profile-feature .contains-featured .profile-feature__item.featured ul {
  font-size: 1.125rem;
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
}

.program-detail-differentiators .diff {
  padding: 1.5rem;
  color: white;
}
@media print, screen and (min-width: 48em) {
  .program-detail-differentiators .diff {
    padding: 2rem;
  }
}
@media print, screen and (min-width: 64em) {
  .program-detail-differentiators .diff {
    padding: 2.5rem;
  }
}
@media screen and (max-width: 47.99875em) {
  .program-detail-differentiators .diff {
    margin-top: 25px;
  }
}
.program-detail-differentiators .diff h3 {
  font-size: 30px;
}
.program-detail-differentiators .diff h3 a {
  text-decoration: underline;
}
.program-detail-differentiators .diff h3 a:hover, .program-detail-differentiators .diff h3 a:focus {
  text-decoration: none;
}
.program-detail-differentiators .diff p {
  font-size: 18px;
  line-height: 1.5;
}
.program-detail-differentiators .diff .chevron-link a {
  color: white;
  text-decoration: none;
}
.program-detail-differentiators .diff .chevron-link a:hover, .program-detail-differentiators .diff .chevron-link a:focus {
  text-decoration: underline;
}
.program-detail-differentiators .diff--image {
  margin-top: -90px;
}
.program-detail-differentiators .diff--gray {
  background-color: #55534a;
}
.program-detail-differentiators .diff--dark {
  background-color: #222;
}
.program-detail-differentiators .diff--dark h3 a {
  color: white;
}
@media screen and (max-width: 47.99875em) {
  .program-detail-differentiators .diff--has-img {
    margin-top: 75px;
  }
}
.program-detail-differentiators .diff--primary {
  background-color: #af1735;
}
.program-detail-differentiators .diff--primary span {
  display: block;
  font-size: 170px;
}
@media screen and (max-width: 63.99875em) {
  .program-detail-differentiators .diff--primary span {
    font-size: 100px;
  }
}
.program-detail-differentiators .diff--icon {
  width: 70px;
}
@media print, screen and (min-width: 48em) {
  .program-detail-differentiators .diff--icon {
    width: 111px;
  }
}

@media screen and (max-width: 47.99875em) {
  .diff + .diff .diff--image {
    margin-top: 0;
  }
}

.program-listing-item {
  position: relative;
  color: white;
  padding: 22px;
}
.program-listing-item li {
  display: inline;
  font-family: freight-text-pro, times, serif;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.7;
}
@media print, screen and (min-width: 64em) {
  .program-listing-item li {
    font-size: 1.25rem;
  }
}
.program-listing-item h3 {
  font-family: Knockout 49 A, Knockout 49 B, franklin-gothic-urw-comp, Arial Narrow, sans-serif;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.1;
  text-transform: none;
}
@media print, screen and (min-width: 48em) {
  .program-listing-item h3 {
    font-size: 1.5rem;
  }
}
@media print, screen and (min-width: 64em) {
  .program-listing-item h3 {
    font-size: 1.75rem;
  }
}
.program-listing-item h3 a {
  color: #ffffff;
}
.program-listing-item h3 a:hover, .program-listing-item h3 a:focus {
  text-decoration: none;
}
@media screen and (max-width: 47.99875em) {
  .program-listing-item__cell {
    margin-top: 36px;
  }
}
.program-listing-item .program-listing-item-content {
  padding: 0;
}
.program-listing-item .program-listing-item-content__grid {
  margin: 0;
}
@media screen and (max-width: 47.99875em) {
  .program-listing-item__cell .grid-margin-x > .cell {
    margin: 0;
  }
}
.program-listing-item__close {
  position: absolute;
  top: -20px;
  right: -30px;
  background: none;
}
.program-listing-item__close i {
  color: #ffffff;
  font-size: 1.875rem;
}
.program-listing-item__close:hover, .program-listing-item__close:focus {
  background: none;
}
.program-listing-item__close:hover i, .program-listing-item__close:focus i {
  color: #9e9e9e;
}
@media screen and (max-width: 63.99875em) {
  .program-listing-item__close {
    display: none;
  }
}

.program-overview .accordion {
  margin-top: 8px;
}
.program-overview .program-overview__main h2 {
  font-family: Knockout 49 A, Knockout 49 B, franklin-gothic-urw-comp, Arial Narrow, sans-serif;
  font-weight: 400;
  font-size: 1.375rem;
  text-transform: uppercase;
  line-height: 1.2;
}
.program-overview .program-overview__container {
  background-color: #55534a;
  color: white;
  padding: 1.5rem;
}
@media print, screen and (min-width: 48em) {
  .program-overview .program-overview__container {
    padding: 2rem;
  }
}
@media screen and (max-width: 47.99875em) {
  .program-overview .program-overview__container {
    margin-top: 32px;
  }
}
.program-overview .program-overview__container h2 {
  font-family: Knockout 49 A, Knockout 49 B, franklin-gothic-urw-comp, Arial Narrow, sans-serif;
  font-size: 2.25rem;
  font-weight: 400;
  line-height: 1.1;
}
@media print, screen and (min-width: 48em) {
  .program-overview .program-overview__container h2 {
    font-size: 2.5rem;
  }
}
@media print, screen and (min-width: 64em) {
  .program-overview .program-overview__container h2 {
    font-size: 3.125rem;
  }
}
.program-overview .program-overview__container dt {
  font-size: 18px;
  padding-top: 1rem;
  text-transform: uppercase;
}
@media print, screen and (min-width: 48em) {
  .program-overview .program-overview__container dt {
    padding-top: 1.5rem;
  }
}
.program-overview .program-overview__container dd {
  font-size: 20px;
  margin: 0;
  padding: 0;
  padding-top: 0.5rem;
  font-family: freight-text-pro, serif;
}
.program-overview .program-overview__container a {
  color: white;
  text-decoration: none;
  position: relative;
  margin-left: 1em;
}
.program-overview .program-overview__container a:before {
  font-family: "Font Awesome 5 Pro";
  content: "\f105";
  margin-right: 0.3125rem;
  font-weight: 300;
  color: #9e9e9e;
  position: absolute;
  left: -1em;
  top: 0.2em;
}
.program-overview .program-overview__container a:hover, .program-overview .program-overview__container a:focus {
  text-decoration: underline;
}

.promo .promo__background {
  background-color: #222;
  color: white;
}
@media screen and (min-width: 48em) {
  .promo .promo__background {
    padding: 65px;
  }
}
@media screen and (max-width: 47.99875em) {
  .promo .promo__background {
    padding: 32px 0;
  }
}
@media screen and (max-width: 47.99875em) {
  .promo .promo__background .grid-margin-x {
    margin-right: 25px;
    margin-left: 25px;
  }
}
.promo h2 {
  font-family: Knockout 49 A, Knockout 49 B, franklin-gothic-urw-comp, Arial Narrow, sans-serif;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.1;
  text-transform: none;
}
@media print, screen and (min-width: 48em) {
  .promo h2 {
    font-size: 1.75rem;
  }
}
@media print, screen and (min-width: 64em) {
  .promo h2 {
    font-size: 2.25rem;
  }
}
@media screen and (max-width: 63.99875em) {
  .promo ul {
    margin-top: 0px;
  }
}
.promo li {
  display: inline-block;
  padding-right: 50px;
}
@media screen and (max-width: 63.99875em) {
  .promo li {
    margin-top: 24px;
  }
}
.promo li i {
  padding-right: 10px;
  opacity: 0.4;
}
@media screen and (max-width: 63.99875em) {
  .promo .cell-icon {
    margin-right: 38px;
  }
}
@media screen and (max-width: 47.99875em) {
  .promo .cell-icon {
    margin-bottom: 18px;
  }
}
.promo .contact-download-icon {
  margin-left: 15px;
}
.promo .btn:hover, .promo .btn:focus {
  background-color: #ffffff;
  color: #000000;
}

.page--audience-page .promo.global-spacing.global-padding--large {
  padding-bottom: 0;
}

.related-stories h2 {
  text-transform: uppercase;
}
.related-stories h3 {
  font-size: 36px;
}
.related-stories h3 a {
  text-decoration: none;
}
.related-stories h3 a:hover, .related-stories h3 a:focus {
  text-decoration: underline;
}
.related-stories dt {
  font-size: 28px;
}
.related-stories dd {
  font-size: 20px;
  margin: 0;
  padding: 0;
  font-family: freight-text-pro, serif;
}

.related {
  margin-top: 2rem;
}
@media print, screen and (min-width: 48em) {
  .related {
    margin-top: 2.5rem;
  }
}
@media print, screen and (min-width: 64em) {
  .related {
    margin-top: 4rem;
  }
}

.sm-diff--desktop {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 720px;
}
@media screen and (min-height: 900px) {
  .sm-diff--desktop {
    height: calc(100vh - 8.7rem - 120px);
  }
}
@media print, screen and (min-width: 64em) {
  .sm-diff--desktop {
    height: calc(100vh - 8.7rem - 120px);
  }
}
.sm-diff--desktop .sm-diff--link {
  display: block;
  min-width: 25%;
  width: 25%;
  max-width: 25%;
  height: 100%;
  position: relative;
}
.sm-diff--desktop .sm-diff--link:nth-child(odd) {
  height: calc(100% - 20px);
}
.sm-diff--itself {
  height: 100%;
  position: relative;
  z-index: 1;
  overflow: hidden;
  -webkit-transition: width 1.3s cubic-bezier(1, 0.63, 0.47, 0.8), height 1.3s cubic-bezier(1, 0.63, 0.47, 0.8);
  transition: width 1.3s cubic-bezier(1, 0.63, 0.47, 0.8), height 1.3s cubic-bezier(1, 0.63, 0.47, 0.8);
}
@media print, screen and (min-width: 64em) {
  .sm-diff--itself::before {
    content: "";
    display: block;
    pointer-events: none;
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: -webkit-gradient(linear, left top, right top, from(#000), to(#171717));
    background-image: linear-gradient(to right, #000 0%, #171717 100%);
    opacity: 0.7;
  }
}
.sm-diff--itself img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.sm-diff--mobile ul,
.sm-diff--mobile ul:first-child {
  list-style: none;
  margin: 0.75rem 1.4375rem 1.75rem;
  font-size: 1.4375rem;
  text-transform: uppercase;
}
.sm-diff--mobile a {
  display: block;
  position: relative;
  padding-top: 1rem;
  padding-bottom: 1rem;
  line-height: 1.1;
  padding-left: 54px;
  border-bottom: 1px solid #d8d8d8;
  text-decoration: none;
  color: #000000;
  -webkit-transition: color 250ms ease-in-out, border-bottom-color 250ms ease-in-out;
  transition: color 250ms ease-in-out, border-bottom-color 250ms ease-in-out;
}
.sm-diff--mobile a:hover, .sm-diff--mobile a:focus {
  color: #af1735;
  border-bottom-color: #af1735;
}
.sm-diff--mobile .jump-link-icon {
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  max-height: 34px;
  margin-right: 20px;
}
.sm-diff--mobile .jump-link-icon img {
  width: 34px;
  -webkit-filter: invert(16%) sepia(67%) saturate(4180%) hue-rotate(336deg) brightness(81%) contrast(95%);
          filter: invert(16%) sepia(67%) saturate(4180%) hue-rotate(336deg) brightness(81%) contrast(95%);
}

.sm-diff--mobile > div > div > img {
  width: 100%;
}

.sm-diff--text {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 100%;
  margin: 0;
  padding: 1rem;
  -webkit-transition: bottom 0.15s cubic-bezier(1, 0.63, 0.47, 0.8);
  transition: bottom 0.15s cubic-bezier(1, 0.63, 0.47, 0.8);
  -webkit-transition-delay: 0;
          transition-delay: 0;
  z-index: 4;
  background-image: -webkit-gradient(linear, left top, right top, from(rgb(255, 255, 255)), to(rgba(255, 255, 255, 0.88)));
  background-image: linear-gradient(to right, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0.88) 100%);
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}
@media print, screen and (min-width: 64em) {
  .sm-diff--text {
    opacity: 0;
    bottom: -800px;
    width: calc(100% - 7rem);
    max-width: 410px;
    margin: 0 3.5rem 3rem 3.5rem;
    padding: 2.5rem;
  }
}
.sm-diff--text__eyebrow {
  font-family: freight-text-pro, times, serif;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.7;
  color: #000000;
}
@media print, screen and (min-width: 64em) {
  .sm-diff--text__eyebrow {
    font-size: 1.25rem;
  }
}
.sm-diff--text h2 {
  font-family: Knockout 49 A, Knockout 49 B, franklin-gothic-urw-comp, Arial Narrow, sans-serif;
  font-size: 1.75rem;
  font-weight: 400;
  line-height: 1.1;
  color: #000000;
  text-transform: uppercase;
  line-height: 1;
}
@media print, screen and (min-width: 48em) {
  .sm-diff--text h2 {
    font-size: 2.25rem;
  }
}
@media print, screen and (min-width: 64em) {
  .sm-diff--text h2 {
    font-size: 2.5rem;
  }
}
@media screen and (max-width: 63.99875em) {
  .sm-diff--text h2 {
    font-size: 3.5vw;
  }
}
.sm-diff--text__desc {
  color: #000000;
  margin-top: 4px;
}
@media screen and (max-width: 63.99875em) {
  .sm-diff--text__desc {
    display: none;
  }
}
.sm-diff--text__desc p {
  line-height: 1.875rem;
}

.sm-diff .sm-diff--link.engaged .sm-diff--itself {
  z-index: 3;
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
}
@media print, screen and (min-width: 64em) {
  .sm-diff .sm-diff--link.engaged .sm-diff--itself {
    left: -25%;
    width: 150%;
    height: calc(100% + 30px);
  }
}
.sm-diff .sm-diff--link.engaged .sm-diff--itself::before {
  opacity: 0;
  -webkit-transition: opacity 1.3s cubic-bezier(1, 0.63, 0.47, 0.8);
  transition: opacity 1.3s cubic-bezier(1, 0.63, 0.47, 0.8);
}
.sm-diff .sm-diff--link.engaged .sm-diff--text {
  bottom: 0;
  -webkit-transition: bottom 1s cubic-bezier(1, 0.63, 0.47, 0.8);
  transition: bottom 1s cubic-bezier(1, 0.63, 0.47, 0.8);
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
}
@media print, screen and (min-width: 64em) {
  .sm-diff .sm-diff--link.engaged .sm-diff--text {
    opacity: 1;
  }
}
@media print, screen and (min-width: 64em) {
  .sm-diff .sm-diff--link.engaged:first-child .sm-diff--itself {
    left: 0;
  }
}
@media print, screen and (min-width: 64em) {
  .sm-diff .sm-diff--link.engaged:last-child .sm-diff--itself {
    left: -50%;
  }
}

@media print, screen and (min-width: 48em) {
  .sm-diff--mobile {
    display: none;
  }
}
@media screen and (max-width: 47.99875em) {
  .sm-diff--desktop {
    display: none;
  }
}

.scholarship-finder {
  color: #ffffff;
}
.scholarship-finder h2 {
  text-transform: uppercase;
  font-size: 3rem;
  font-weight: 400;
  line-height: 0.86;
  font-family: Knockout 49 A, Knockout 49 B, franklin-gothic-urw-comp, Arial Narrow, sans-serif;
  text-transform: uppercase;
  line-height: 0.92;
  margin-bottom: 1rem;
}
@media print, screen and (min-width: 48em) {
  .scholarship-finder h2 {
    font-size: 4.5rem;
  }
}
@media print, screen and (min-width: 64em) {
  .scholarship-finder h2 {
    font-size: 5.625rem;
  }
}
@media screen and (min-width: 48em) {
  .scholarship-finder h2 {
    margin-bottom: 1.5rem;
  }
}
.scholarship-finder .scholarship-finder__description p {
  font-size: 1.25rem;
  line-height: 1.5;
  margin-bottom: 0.5rem;
}
@media screen and (min-width: 48em) {
  .scholarship-finder .scholarship-finder__description p {
    font-size: 1.5rem;
  }
}
.scholarship-finder .scholarship-finder__disclaimer {
  font-family: freight-text-pro, times, serif;
  font-size: 1rem;
}
.scholarship-finder select {
  font-size: 1.3125rem;
  font-family: freight-text-pro, times, serif;
  width: 100%;
  padding: calc(1.5rem - 3px) 2rem;
  line-height: 1.2;
  background-color: #55534a;
  border: 2px solid #9e9e9e;
  color: #ffffff;
  background-image: url("../img/down-chevron-white.svg");
  margin-bottom: 1rem;
}
@media screen and (min-width: 64em) {
  .scholarship-finder select {
    font-size: 1.5rem;
    margin-bottom: 0;
  }
}
.scholarship-finder .eyebrow {
  color: #222;
  font-size: 1.125rem;
  display: block;
}
@media screen and (min-width: 48em) {
  .scholarship-finder .eyebrow {
    font-size: 1.375rem;
  }
}
.scholarship-finder .eyebrow.adjacent-line {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin-bottom: 2rem;
}
.scholarship-finder .eyebrow.adjacent-line > span,
.scholarship-finder .eyebrow.adjacent-line > label {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  color: #ffffff;
}
.scholarship-finder .eyebrow.adjacent-line > span::after,
.scholarship-finder .eyebrow.adjacent-line > label::after {
  content: none;
}
.scholarship-finder .eyebrow.adjacent-line::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  margin-left: 0.3125rem;
  position: relative;
  bottom: 0.1875rem;
  background-color: #9e9e9e;
}
@media screen and (min-width: 48em) {
  .scholarship-finder .eyebrow.adjacent-line::after {
    bottom: 0.3125rem;
  }
}
.scholarship-finder .scholarship-finder__content {
  margin-top: 4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 47.99875em) {
  .scholarship-finder .scholarship-finder__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 2rem;
  }
}
.scholarship-finder .scholarship-finder__content h3 {
  margin-bottom: 1rem;
}
.scholarship-finder .scholarship-finder__content p {
  font-size: 1.125rem;
  line-height: 1.7;
}
@media screen and (min-width: 48em) {
  .scholarship-finder .scholarship-finder__content p {
    font-size: 1.25rem;
  }
}
.scholarship-finder .scholarship-finder__content .btn-group {
  list-style: none;
  margin: 3rem 0 0;
}
@media screen and (min-width: 48em) {
  .scholarship-finder .scholarship-finder__content .btn-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media screen and (min-width: 48em) {
  .scholarship-finder .scholarship-finder__content .btn-group > li {
    margin-right: 1.25rem;
  }
}
@media screen and (max-width: 47.99875em) {
  .scholarship-finder .scholarship-finder__content .btn-group > li {
    margin-bottom: 1rem;
  }
}
.scholarship-finder .scholarship-finder__content .btn-group > li a {
  margin-top: 0;
  margin-right: 0;
}
.scholarship-finder .scholarship-finder__content .back-btn {
  font-size: 1.3125rem;
  color: #ffffff;
  text-decoration: none;
  margin: 2rem 0;
  display: block;
  cursor: pointer;
}
.scholarship-finder .scholarship-finder__content .back-btn::before {
  content: "\f053";
  font-family: "Font Awesome 5 Pro";
  font-size: 0.8125rem;
  padding-right: 0.5rem;
  position: relative;
  top: -0.125rem;
}
.scholarship-finder .scholarship-finder__content .scholarship-finder__block-1 {
  -ms-flex-preferred-size: 69%;
      flex-basis: 69%;
}
@media screen and (min-width: 48em) {
  .scholarship-finder .scholarship-finder__content .scholarship-finder__block-1 {
    padding-right: 2.5rem;
  }
}
.scholarship-finder .scholarship-finder__content .scholarship-finder__block-1 .eyebrow {
  color: #ffffff;
  margin-bottom: 2rem;
}
@media screen and (max-width: 47.99875em) {
  .scholarship-finder .scholarship-finder__content .scholarship-finder__block-1 .eyebrow {
    margin-bottom: 1.5rem;
  }
}
.scholarship-finder .scholarship-finder__content .scholarship-finder__block-2 {
  -ms-flex-preferred-size: 31%;
      flex-basis: 31%;
}
.scholarship-finder .scholarship-finder__content .scholarship-finder__block-2 .scholarship-finder__block-2-inner {
  padding: 1.5rem 1.5rem 1.5rem 1.5rem;
  background-color: #ffffff;
}
@media screen and (min-width: 48em) {
  .scholarship-finder .scholarship-finder__content .scholarship-finder__block-2 .scholarship-finder__block-2-inner {
    padding: 2.5rem 2.5rem 3.25rem 2.5rem;
  }
}
.scholarship-finder .scholarship-finder__content .scholarship-finder__block-2 .adjacent-line > span {
  color: #000000;
}
@media screen and (max-width: 47.99875em) {
  .scholarship-finder .scholarship-finder__content .scholarship-finder__block-2 .adjacent-line {
    margin-bottom: 1rem;
  }
}
.scholarship-finder .scholarship-finder__content .scholarship-finder__block-2 .adjacent-line::after {
  background-color: #d8d8d8;
}
.scholarship-finder .scholarship-finder__content .scholarship-finder__statistic {
  font-size: 6.25rem;
  line-height: 0.88;
  color: #af1735;
  display: block;
  margin: 1rem 0;
}
@media screen and (min-width: 48em) {
  .scholarship-finder .scholarship-finder__content .scholarship-finder__statistic {
    font-size: 10.625rem;
    margin: 0 0 1.5rem 0;
  }
}
.scholarship-finder .scholarship-finder__content .scholarship-finder__statistic-desc {
  color: #444;
  font-size: 1.625rem;
  line-height: 1.066;
  font-family: "Knockout 49 A", "Knockout 49 B", franklin-gothic-urw-comp, "Arial Narrow", sans-serif;
}
@media screen and (min-width: 48em) {
  .scholarship-finder .scholarship-finder__content .scholarship-finder__statistic-desc {
    font-size: 1.875rem;
  }
}
.scholarship-finder .scholarship-finder__content .gpa {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin-top: 3rem;
}
.scholarship-finder .scholarship-finder__content .gpa.hide {
  display: none;
  visibility: hidden;
}
@media screen and (max-width: 63.99875em) {
  .scholarship-finder .scholarship-finder__content .gpa {
    -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;
    margin-bottom: 2rem;
  }
}
@media screen and (min-width: 48em) {
  .scholarship-finder .scholarship-finder__content .gpa > div {
    -ms-flex-preferred-size: calc(50% - 20px);
        flex-basis: calc(50% - 20px);
  }
  .scholarship-finder .scholarship-finder__content .gpa > div:first-of-type {
    padding-right: 1.25rem;
  }
}
@media screen and (min-width: 64em) {
  .scholarship-finder .scholarship-finder__content .gpa > div:last-of-type {
    padding-left: 1.25rem;
  }
}
@media screen and (max-width: 47.99875em) {
  .scholarship-finder .result-block {
    margin-bottom: 2rem;
  }
}
.scholarship-finder .result-block p {
  font-size: 1.125rem;
}
@media print, screen and (min-width: 64em) {
  .scholarship-finder .result-block p {
    font-size: 1.25rem;
  }
}
.scholarship-finder .result-block__result.hide {
  display: none;
  visibility: hidden;
}
.scholarship-finder .result-block__result.show {
  display: block;
  visibility: visible;
}

.section-title-area h2 {
  font-size: 3rem;
  font-weight: 400;
  line-height: 0.86;
  font-family: Knockout 49 A, Knockout 49 B, franklin-gothic-urw-comp, Arial Narrow, sans-serif;
  text-transform: uppercase;
  text-transform: uppercase;
  max-width: 860px;
  margin-left: 95px;
}
@media print, screen and (min-width: 48em) {
  .section-title-area h2 {
    font-size: 4.5rem;
  }
}
@media print, screen and (min-width: 64em) {
  .section-title-area h2 {
    font-size: 5.625rem;
  }
}
.home-page .section-title-area h2 {
  font-size: 4.5rem;
  font-weight: 700;
  line-height: 0.86;
  font-family: Knockout 49 A, Knockout 49 B, franklin-gothic-urw-comp, Arial Narrow, sans-serif;
  text-transform: uppercase;
}
@media print, screen and (min-width: 48em) {
  .home-page .section-title-area h2 {
    font-size: 6.25rem;
  }
}
@media print, screen and (min-width: 64em) {
  .home-page .section-title-area h2 {
    font-size: 8.5rem;
  }
}
@media screen and (max-width: 47.99875em) {
  .home-page .section-title-area h2 {
    font-size: 48px;
    margin: 28px 0 0 0;
  }
}
@media screen and (max-width: 47.99875em) {
  .section-title-area h2 {
    font-size: 48px;
    margin: 28px 0 0 0;
  }
}
.section-title-area p {
  margin-top: 2rem;
  font-size: 1.125rem;
}
@media print, screen and (min-width: 48em) {
  .section-title-area p {
    font-size: 1.25rem;
    max-width: 750px;
    margin-left: 95px;
  }
}
@media print, screen and (min-width: 64em) {
  .section-title-area p {
    font-size: 1.5rem;
  }
}
.section-title-area .section-title-area__cell {
  position: relative;
  min-height: 275px;
}
@media screen and (max-width: 47.99875em) {
  .section-title-area .section-title-area__cell {
    min-height: unset;
  }
}
.section-title-area .section-title-area__cell--heading {
  position: absolute;
  top: 124px;
  left: -72px;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}
.section-title-area .section-title-area__cell--heading .eyebrow {
  position: relative;
  color: #9e9e9e;
}
@media screen and (min-width: 48em) {
  .section-title-area .section-title-area__cell--heading .eyebrow {
    top: 21px;
  }
}
.section-title-area .section-title-area__cell--heading a {
  text-decoration: none;
}
.section-title-area .section-title-area__cell--heading a:hover .eyebrow, .section-title-area .section-title-area__cell--heading a:focus .eyebrow {
  color: #af1735;
}
@media screen and (max-width: 47.99875em) {
  .section-title-area .section-title-area__cell--heading {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: relative;
    top: initial;
    left: initial;
    -webkit-transform: none;
            transform: none;
  }
}
.section-title-area .section-title-area__cell--heading span {
  color: #9e9e9e;
}
@media screen and (max-width: 47.99875em) {
  .section-title-area .section-title-area__cell--heading span {
    margin-left: 5px;
  }
}
.section-title-area .section-title-area__cell--heading .icon {
  max-width: 40px;
}
.section-title-area .section-title-area__cell--heading .icon img {
  max-width: 40px;
}
.section-title-area .section-title-area__cell--heading .icon__mobile-hidden img {
  -webkit-transform: translate(18px, 18px) rotate(90deg);
          transform: translate(18px, 18px) rotate(90deg);
}
@media screen and (max-width: 47.99875em) {
  .section-title-area .section-title-area__cell--heading .icon__mobile-hidden {
    display: none;
  }
}
.section-title-area .section-title-area__cell--heading .icon__desktop-hidden {
  margin-right: 10px;
}
@media screen and (min-width: 48em) {
  .section-title-area .section-title-area__cell--heading .icon__desktop-hidden {
    display: none;
  }
}

.pnw-highlight-inner > .eyebrow::before {
  display: none;
}
.pnw-highlight-inner .section-title-area__cell--heading > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  text-decoration: none;
}
.pnw-highlight-inner .section-title-area__cell--heading > a:hover .eyebrow, .pnw-highlight-inner .section-title-area__cell--heading > a:focus .eyebrow {
  color: #af1735;
}
.pnw-highlight-inner .section-title-area__cell--heading .eyebrow {
  margin-bottom: 0;
}
.pnw-highlight-inner .section-title-area__cell--heading .eyebrow::before,
.pnw-highlight-inner .section-title-area__cell--heading .icon__mobile-hidden {
  display: none;
}
.pnw-highlight-inner .section-title-area__cell--heading .icon__desktop-hidden {
  margin-right: 12px;
}
.pnw-highlight-inner .section-title-area__cell--heading .icon__desktop-hidden,
.pnw-highlight-inner .section-title-area__cell--heading .icon__desktop-hidden img {
  width: 40px;
}

.slider-navigation {
  display: none;
}
.swiper-container-initialized .slider-navigation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.swiper-wrapper {
  list-style: none;
}
.swiper-wrapper > li {
  list-style: 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 250ms ease-in-out;
  transition: color 250ms ease-in-out;
  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: #af1735;
}
@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: #af1735;
  }
}
.slide-toggle--pill {
  padding: 1em;
  background-color: rgb(84.8484848485, 11.1515151515, 25.696969697);
}
.slide-toggle--pill .slide-toggle__button {
  position: relative;
  z-index: 1;
}
.slide-toggle--pill .slide-toggle__button:hover {
  background-color: #af1735;
}
.slide-toggle--pill .slide-toggle__button[aria-selected=true] {
  background-color: #af1735;
}
@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: rgb(220.0757575758, 28.9242424242, 66.6515151515);
  }
}
@supports (--css: variables) {
  .slide-toggle:after {
    position: absolute;
    display: block;
    width: 100px;
    content: "";
    -webkit-transition: -webkit-transform 250ms ease-in-out;
    transition: -webkit-transform 250ms ease-in-out;
    transition: transform 250ms ease-in-out;
    transition: transform 250ms ease-in-out, -webkit-transform 250ms ease-in-out;
    -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 250ms ease-in-out;
  transition: color 250ms ease-in-out;
  font-size: 1.5rem;
}
.social-media a:hover {
  color: rgb(84.8484848485, 11.1515151515, 25.696969697);
}

.sock h2 {
  text-transform: uppercase;
  color: white;
}
.sock .sock__cta {
  background-color: white;
  color: black;
  padding: 2rem;
}
@media print, screen and (min-width: 48em) {
  .sock .sock__cta {
    padding: 2.5rem;
  }
}
@media print, screen and (min-width: 64em) {
  .sock .sock__cta {
    padding: 4rem;
  }
}
.sock .sock__cta-links a {
  font-size: 1.125rem;
  padding: 1rem 1.5rem;
  color: #af1735;
  background: #ffffff;
  width: 100%;
  text-align: center;
}
.sock .sock__cta-links a:hover, .sock .sock__cta-links a:focus {
  color: #ffffff;
  background: #af1735;
}
.sock .sock__cta-links a:hover:before, .sock .sock__cta-links a:hover:after, .sock .sock__cta-links a:focus:before, .sock .sock__cta-links a:focus:after {
  color: #ffffff;
}
.sock .sock__cta-links a:before, .sock .sock__cta-links a:after {
  color: #af1735;
}
@media print, screen and (min-width: 48em) {
  .sock .sock__cta-links a {
    font-size: 1.5rem;
    padding: 1.5rem 2rem;
  }
}
.sock .sock__cta-links a:nth-child(n+1) {
  margin-top: 20px;
}

.st-martins-difference {
  position: relative;
  z-index: 1;
  padding-top: 1.5rem;
  padding-bottom: 4.5rem;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}
@media screen and (min-width: 48em) {
  .st-martins-difference {
    margin-top: -20px;
    padding-top: 6.5rem;
    padding-bottom: 6.5rem;
  }
}
.st-martins-difference .st-martins-difference__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  border: 2px solid #ffffff;
  padding-right: 2rem;
  padding-top: 3.5rem;
  padding-bottom: 3.5rem;
  padding-left: 3.75rem;
  max-width: 78rem;
  margin: 0 auto;
  position: relative;
}
@media print, screen and (min-width: 48em) {
  .st-martins-difference .st-martins-difference__inner {
    padding-top: 4.5rem;
    padding-bottom: 4.5rem;
  }
}
@media print, screen and (min-width: 64em) {
  .st-martins-difference .st-martins-difference__inner {
    padding-top: 6.5rem;
    padding-bottom: 6.5rem;
  }
}
@media screen and (min-width: 48em) {
  .st-martins-difference .st-martins-difference__inner {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    padding: 4rem 3rem;
  }
}
@media print, screen and (min-width: 64em) {
  .st-martins-difference .st-martins-difference__inner {
    padding: 7.5rem 3rem;
  }
}
.st-martins-difference .st-martins-difference__inner .subtitle-wrapper,
.st-martins-difference .st-martins-difference__inner .title-wrapper {
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
  color: #ffffff;
}
.st-martins-difference .st-martins-difference__inner .title-wrapper {
  text-align: center;
}
@media screen and (min-width: 48em) {
  .st-martins-difference .st-martins-difference__inner .title-wrapper {
    text-align: right;
    padding-right: 1.5625rem;
  }
}
.st-martins-difference .st-martins-difference__inner .title-wrapper h2 {
  font-size: 2.6875rem;
  line-height: 1.06;
}
@media screen and (max-width: 47.99875em) {
  .st-martins-difference .st-martins-difference__inner .title-wrapper h2 {
    margin-bottom: 1.5rem;
  }
}
@media print, screen and (min-width: 48em) {
  .st-martins-difference .st-martins-difference__inner .title-wrapper h2 {
    font-size: 3rem;
  }
}
@media print, screen and (min-width: 64em) {
  .st-martins-difference .st-martins-difference__inner .title-wrapper h2 {
    font-size: 5.625rem;
  }
}
@media screen and (min-width: 48em) {
  .st-martins-difference .st-martins-difference__inner .subtitle-wrapper {
    padding-left: 1.5625rem;
  }
}
.st-martins-difference .st-martins-difference__inner .subtitle-wrapper p {
  font-size: 1.125rem;
}
@media screen and (min-width: 48em) {
  .st-martins-difference .st-martins-difference__inner .subtitle-wrapper p {
    font-size: 1.25rem;
  }
}
.st-martins-difference .st-martins-difference__inner .script-text {
  position: absolute;
  bottom: -0.9375rem;
  right: 5.3125rem;
  width: 22.375rem;
  height: 3.4375rem;
  background-image: url("../img/saints-live-with-heart.svg");
  background-repeat: no-repeat;
  background-size: 358px;
  background-position: center;
}
@media screen and (max-width: 47.99875em) {
  .st-martins-difference .st-martins-difference__inner .script-text {
    right: auto;
    position: absolute;
    left: 50%;
    bottom: -0.8125rem;
    width: 19.5rem;
    height: 3rem;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    background-size: contain;
    max-width: 100%;
  }
}
.st-martins-difference .st-martins-difference__inner .script-text .script-text__inner {
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  height: 1px;
  overflow: hidden;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}
.st-martins-difference + .homepage-promo {
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 47.99875em) {
  .st-martins-difference + .homepage-promo {
    margin-top: -3.5625rem;
  }
}
@media screen and (min-width: 48em) {
  .st-martins-difference + .homepage-promo {
    padding-top: 0;
    margin-top: -1.5625rem;
  }
}

.story-features {
  overflow: hidden;
}
.story-features h2 {
  font-size: 3rem;
  font-weight: 400;
  line-height: 0.86;
  font-family: Knockout 49 A, Knockout 49 B, franklin-gothic-urw-comp, Arial Narrow, sans-serif;
  text-transform: uppercase;
}
@media print, screen and (min-width: 48em) {
  .story-features h2 {
    font-size: 4.5rem;
  }
}
@media print, screen and (min-width: 64em) {
  .story-features h2 {
    font-size: 5.625rem;
  }
}

.story-features {
  position: relative;
  z-index: 2;
}
.story-features .swiper-container {
  overflow: visible;
  margin-right: 0;
  margin-left: 0;
}
@media screen and (max-width: 47.99875em) {
  .story-features .swiper-container {
    margin-right: 25px;
  }
}
@media print, screen and (min-width: 48em) {
  .story-features .swiper-container {
    width: 93%;
    max-width: 1254px;
  }
}
@media print, screen and (min-width: 64em) {
  .story-features .swiper-container {
    width: 87%;
  }
}

.story-feature {
  position: relative;
  padding-bottom: 2px;
}
.story-feature::after {
  content: "";
  display: table;
  clear: both;
}
@media screen and (max-width: 23.4375em) {
  .story-feature__image--desktop {
    display: none;
  }
}
@media screen and (min-width: 23.5em) {
  .story-feature__image--mobile {
    display: none;
  }
}
.story-feature__highlight .adjacent-line span::after {
  border-bottom-color: rgba(229, 229, 229, 0.3);
}
.story-feature__highlight .media--image > img {
  -webkit-filter: invert(100%) sepia(1%) saturate(7494%) hue-rotate(333deg) brightness(106%) contrast(100%);
          filter: invert(100%) sepia(1%) saturate(7494%) hue-rotate(333deg) brightness(106%) contrast(100%);
}
@media screen and (max-width: 63.99875em) {
  .story-feature__image {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
  .story-feature__title-and-quote {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .story-feature__subject-info {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .story-feature__highlight {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
}
@media screen and (max-width: 63.99875em) {
  .story-feature {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-bottom: 24px;
  }
  .story-feature .story-feature__subject-info--desktop {
    display: none;
  }
  .story-feature__image {
    position: relative;
    z-index: 1;
  }
  .story-feature__title-and-quote {
    position: relative;
    z-index: 2;
    margin-right: 24px;
    margin-left: 24px;
    margin-top: -32px;
    background-color: #ffffff;
    padding: 24px 24px 0;
    -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
            box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  }
  .story-feature__title-and-quote .story-feature__title {
    font-size: 26px;
  }
  .story-feature__highlight {
    position: relative;
    z-index: 1;
    background-color: #af1735;
    color: #ffffff;
    margin-right: 24px;
    margin-left: 24px;
    padding: 24px;
  }
  .story-feature__title {
    font-size: 18px;
    text-transform: uppercase;
  }
  .story-feature__title a {
    text-decoration: none;
  }
  .story-feature__title a:hover, .story-feature__title a:focus {
    text-decoration: underline;
  }
  .story-feature__quote {
    font-family: freight-text-pro, times, serif;
    font-size: 20px;
    line-height: 30px;
    font-style: italic;
    margin-top: 8px;
  }
  .story-feature__subject-info--mobile {
    margin-top: 19px;
    padding-bottom: 24px;
  }
  .story-feature__subject-info--name {
    font-size: 21px;
  }
  .story-feature__subject-info--other {
    font-family: freight-text-pro, times, serif;
    font-size: 16px;
    margin-top: 0;
  }
  .story-feature__stat-value {
    margin-top: 16px;
    font-size: 100px;
    line-height: 80px;
    letter-spacing: -1px;
  }
  .story-feature__stat-info {
    margin-top: 16px;
    font-size: 26px;
    line-height: 28px;
  }
  .story-feature__value-icon {
    margin-top: 24px;
  }
  .story-feature__value-icon img {
    -webkit-filter: invert(100%) sepia(1%) saturate(7494%) hue-rotate(333deg) brightness(106%) contrast(100%);
            filter: invert(100%) sepia(1%) saturate(7494%) hue-rotate(333deg) brightness(106%) contrast(100%);
  }
  .story-feature__value-name {
    margin-top: 24px;
    font-size: 26px;
  }
  .story-feature__value-desc {
    margin-top: 8px;
    font-family: freight-text-pro, times, serif;
    font-size: 16px;
    line-height: 24px;
  }
}
@media print, screen and (min-width: 64em) {
  .story-feature__image {
    width: 66.66%;
    position: relative;
    z-index: 1;
    border-width: 0 15px 15px 0;
    border-style: solid;
    border-color: #ffffff;
  }
  .story-feature__image::after {
    content: "";
    display: block;
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    bottom: -15px;
    width: calc(150% + 30px);
    background-color: #ffffff;
  }
  .story-feature__subject-info--mobile {
    display: none;
  }
  .story-feature__subject-info--desktop {
    position: relative;
    z-index: 2;
    min-width: 250px;
    max-width: 360px;
    background-color: #ffffff;
    -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
            box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
    padding: 24px;
    margin: -100px 0 0 5%;
  }
  .story-feature__subject-info--name {
    font-size: 28px;
    display: block;
  }
  .story-feature__subject-info--other {
    display: inline-block;
    font-family: freight-text-pro, times, serif;
    font-size: 20px;
    margin-top: 0;
  }
  .story-feature__subject-info--other + .story-feature__subject-info--other {
    display: block;
  }
  .story-feature__title-and-quote {
    position: relative;
    z-index: 2;
    float: right;
    width: calc(33.33% - 15px);
    margin: 15px 15px 0 0;
    -webkit-filter: drop-shadow(0px 0px 10px rgba(0, 0, 0, 0.1));
            filter: drop-shadow(0px 0px 10px rgba(0, 0, 0, 0.1));
  }
  .story-feature__title-and-quote .story-feature__title {
    font-size: 30px;
  }
  .story-feature__title-and-quote--inner {
    position: relative;
    margin: 0 -60px 0 -120px;
    padding: 48px 32px 48px 76px;
    background-color: #ffffff;
    clip-path: polygon(10% 0, 100% 0%, 100% 100%, 10% 100%, 0% 50%);
  }
  .story-feature__quote {
    font-family: freight-text-pro, times, serif;
    font-size: 24px;
    line-height: 36px;
    font-style: italic;
    margin-top: 24px;
  }
  .story-feature__highlight {
    position: relative;
    z-index: 2;
    float: right;
    clear: right;
    width: calc(33.33% - 15px);
    margin: 15px 15px 0 0;
    background-color: #af1735;
    color: #ffffff;
    padding: 24px;
  }
  .story-feature__title {
    font-size: 18px;
    text-transform: uppercase;
  }
  .story-feature__title a {
    text-decoration: none;
  }
  .story-feature__title a:hover, .story-feature__title a:focus {
    text-decoration: underline;
  }
  .story-feature__stat-value {
    margin-top: 40px;
    font-size: 100px;
    line-height: 80px;
    letter-spacing: -1.4px;
  }
  .story-feature__stat-info {
    margin-top: 24px;
    font-size: 30px;
    line-height: 28px;
  }
  .story-feature__value-icon {
    margin-top: 40px;
  }
  .story-feature__value-name {
    margin-top: 40px;
    font-size: 30px;
  }
  .story-feature__value-desc {
    margin-top: 8px;
    font-family: freight-text-pro, times, serif;
    font-size: 18px;
    line-height: 27px;
  }
}
@media screen and (min-width: 75em) {
  .story-feature__stat-value {
    margin-top: 16px;
    font-size: 170px;
    line-height: 160px;
    letter-spacing: -1px;
  }
}
.story-feature .btn {
  margin-top: 40px;
}
.story-feature .btn.desktop {
  display: none;
}
@media print, screen and (min-width: 64em) {
  .story-feature .btn.mobile {
    display: none;
  }
  .story-feature .btn.desktop {
    display: inline-block;
  }
}

.story-features .slider-navigation {
  margin-top: 2rem;
  width: 100%;
  max-width: 75rem;
  padding-right: 20px;
  padding-left: 20px;
  margin-right: auto;
  margin-bottom: 40px;
  margin-left: auto;
  background-color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
}
@media print, screen and (min-width: 48em) {
  .story-features .slider-navigation {
    margin-top: 2.5rem;
  }
}
@media print, screen and (min-width: 64em) {
  .story-features .slider-navigation {
    margin-top: 4rem;
  }
}
.story-features .slider-navigation::after {
  content: "";
  display: block;
  position: absolute;
  z-index: 1;
  top: 0;
  right: 20px;
  left: 20px;
  height: 50%;
  border-bottom: 2px solid #d8d8d8;
}
.story-features .slider-navigation__buttons {
  position: relative;
  z-index: 2;
  background-color: #ffffff;
  width: 110px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-right: 6px;
}
.story-features .slider-navigation__buttons button {
  background-color: #af1735;
  width: 50px;
  padding: 1rem;
}
.story-features .slider-navigation__buttons button:hover, .story-features .slider-navigation__buttons button:focus {
  background-color: #000000;
}
@media screen and (max-width: 74.9375em) {
  .story-features .slider-navigation {
    min-width: 100vw;
  }
}
@media screen and (min-width: 75em) {
  .story-features .slider-navigation {
    margin-left: calc(50vw - 600px);
  }
}
.story-features .swiper-pagination-fraction {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  bottom: 0;
  background-color: #ffffff;
  width: 56px;
}
.story-features .swiper-pagination-fraction span.number {
  font-size: 24px;
}
.story-features .swiper-pagination-fraction span.number--last {
  -ms-flex-item-align: end;
      align-self: flex-end;
}
.story-features .swiper-pagination-fraction span.slash {
  -ms-flex-item-align: center;
      align-self: center;
  width: 1px;
  height: 55px;
  background-color: #af1735;
  -webkit-transform: rotate(33deg);
          transform: rotate(33deg);
}
.story-features .swiper-slide:not(.swiper-slide-active) .story-feature__title-and-quote,
.story-features .swiper-slide:not(.swiper-slide-active) .story-feature__highlight,
.story-features .swiper-slide:not(.swiper-slide-active) .story-feature__image--desktop img,
.story-features .swiper-slide:not(.swiper-slide-active) .story-feature__subject-info--desktop {
  opacity: 0;
}
.story-features .swiper-slide-active ~ .swiper-slide:not(.swiper-slide-active) .story-feature__title-and-quote,
.story-features .swiper-slide-active ~ .swiper-slide:not(.swiper-slide-active) .story-feature__highlight,
.story-features .swiper-slide-active ~ .swiper-slide:not(.swiper-slide-active) .story-feature__image--desktop img,
.story-features .swiper-slide-active ~ .swiper-slide:not(.swiper-slide-active) .story-feature__subject-info--desktop {
  opacity: 0.25;
}
@media screen and (max-width: 47.99875em) {
  .story-features .swiper-slide-active ~ .swiper-slide:not(.swiper-slide-active) .story-feature__title-and-quote,
  .story-features .swiper-slide-active ~ .swiper-slide:not(.swiper-slide-active) .story-feature__highlight {
    opacity: 1;
    margin-left: -7px;
  }
  .story-features .swiper-slide-active ~ .swiper-slide:not(.swiper-slide-active) .story-feature__image--desktop img,
  .story-features .swiper-slide-active ~ .swiper-slide:not(.swiper-slide-active) .story-feature__subject-info--desktop {
    opacity: 0;
  }
}

.section-title-area + .story-features {
  margin-top: 0;
}

.story-title-hero {
  position: relative;
}
.story-title-hero .story-title-hero__hero {
  z-index: 1;
}
.story-title-hero .story-title-hero__quote {
  position: absolute;
  padding: 40px;
  width: 560px;
  background: rgba(255, 255, 255, 0.9);
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
          box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  right: 70px;
  bottom: -50px;
}
@media screen and (max-width: 47.99875em) {
  .story-title-hero .story-title-hero__quote {
    position: relative;
    z-index: 2;
    right: auto;
    width: 94%;
    margin: auto;
    margin-top: -75px;
    margin-bottom: 40px;
  }
}
.story-title-hero .story-title-hero__quote p {
  font-style: italic;
  line-height: 1.5;
}
@media print, screen and (min-width: 64em) {
  .story-title-hero .story-title-hero__quote p {
    font-size: 1.5rem;
  }
}
.story-title-hero .story-title-hero__quote li {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.story-title-hero .story-title-hero__quote dt {
  font-size: 28px;
}
.story-title-hero .story-title-hero__quote dd {
  padding-left: 0;
  margin-left: 0;
  font-size: 20px;
  font-family: freight-text-pro, times, serif;
}

.supportive-community {
  overflow: hidden;
}
.supportive-community h2 {
  font-size: 5rem;
  line-height: 0.86;
  text-transform: uppercase;
  margin-bottom: 1.5rem;
  color: #ffffff;
}
@media screen and (min-width: 48em) {
  .supportive-community h2 {
    font-size: 8.5rem;
    margin-bottom: 2.5rem;
  }
}
@media screen and (min-width: 48em) {
  .supportive-community .supportive-community__inner {
    padding-left: 5.9375rem;
  }
}
.supportive-community p {
  font-size: 1.125rem;
  color: #ffffff;
}
@media screen and (min-width: 48em) {
  .supportive-community p {
    font-size: 1.25rem;
  }
}
@media screen and (max-width: 63.99875em) {
  .supportive-community .swiper-container {
    padding-right: 5.3125rem;
    margin-right: -1.25rem;
  }
}
@media screen and (min-width: 64em) {
  .supportive-community .swiper-container {
    padding-right: 11.5625rem;
    margin-right: -1.25rem;
  }
}
.supportive-community .btn-group {
  list-style: none;
  margin: 3.5rem 0 0;
}
@media screen and (min-width: 48em) {
  .supportive-community .btn-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 4.5rem 0 0;
  }
}
@media screen and (min-width: 48em) {
  .supportive-community .btn-group > li {
    margin-right: 0.9375rem;
  }
}
@media screen and (max-width: 47.99875em) {
  .supportive-community .btn-group > li {
    margin-bottom: 0.5rem;
  }
}
.supportive-community .btn-group > li a {
  margin-top: 0;
  margin-right: 0;
}
.supportive-community .grid-container {
  position: relative;
}
.supportive-community .eyebrow-wrapper {
  margin-bottom: 1.5rem;
}
@media screen and (max-width: 47.99875em) {
  .supportive-community .eyebrow-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media screen and (min-width: 48em) {
  .supportive-community .eyebrow-wrapper {
    position: absolute;
    top: 6.8125rem;
    left: -4.25rem;
    -webkit-transform: rotate(-90deg);
            transform: rotate(-90deg);
  }
}
.supportive-community .eyebrow-wrapper .eyebrow {
  position: relative;
  color: #ffffff;
  -webkit-text-decoration-color: #7a7a7a;
          text-decoration-color: #7a7a7a;
  -webkit-transition: color 0.5s cubic-bezier(0.82, 0.06, 0.14, 0.97), -webkit-text-decoration-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), -webkit-text-decoration-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), text-decoration-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), text-decoration-color 0.5s cubic-bezier(0.82, 0.06, 0.14, 0.97), -webkit-text-decoration-color 0.5s cubic-bezier(0.82, 0.06, 0.14, 0.97);
}
@media screen and (max-width: 47.99875em) {
  .supportive-community .eyebrow-wrapper .eyebrow {
    margin-left: 5px;
  }
}
@media screen and (min-width: 48em) {
  .supportive-community .eyebrow-wrapper .eyebrow {
    top: 21px;
  }
}
.supportive-community .icon {
  max-width: 40px;
}
.supportive-community .icon img {
  max-width: 40px;
  -webkit-filter: invert(100%) sepia(1%) saturate(7494%) hue-rotate(333deg) brightness(106%) contrast(100%);
          filter: invert(100%) sepia(1%) saturate(7494%) hue-rotate(333deg) brightness(106%) contrast(100%);
}
@media screen and (max-width: 47.99875em) {
  .supportive-community .icon__desktop-hidden {
    display: inline;
    visibility: visible;
    margin-right: 0.625rem;
  }
}
@media screen and (min-width: 48em) {
  .supportive-community .icon__desktop-hidden {
    display: none;
    visibility: hidden;
  }
}
@media screen and (max-width: 47.99875em) {
  .supportive-community .icon__mobile-hidden {
    display: none;
    visibility: hidden;
  }
}
.supportive-community .icon__mobile-hidden img {
  -webkit-transform: translate(18px, 18px) rotate(90deg);
          transform: translate(18px, 18px) rotate(90deg);
}
@media screen and (min-width: 48em) {
  .supportive-community .icon__mobile-hidden {
    display: inline;
    visibility: visible;
  }
}
.supportive-community .supportive-community-slide__toggle {
  top: auto;
  right: auto;
  left: 1.875rem;
  bottom: 1.875rem;
  width: 3.5rem;
  height: 3.5rem;
  overflow: hidden;
  background-color: transparent;
  display: block;
  position: absolute;
  z-index: 0;
}
.supportive-community .supportive-community-slide__toggle::after, .supportive-community .supportive-community-slide__toggle::before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center;
  top: 0;
  left: 0;
}
.supportive-community .supportive-community-slide__toggle::after {
  background-image: url("../img/play@2x.png");
}
.supportive-community .supportive-community-slide__toggle::before {
  background-color: #ffffff;
  opacity: 0;
  -webkit-transition: opacity 0.5s cubic-bezier(0.82, 0.06, 0.14, 0.97);
  transition: opacity 0.5s cubic-bezier(0.82, 0.06, 0.14, 0.97);
}
.supportive-community figure {
  margin: 0;
}
.supportive-community figure > a {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  display: block;
}
.supportive-community figure > a:hover + .supportive-community-slide__toggle::before {
  opacity: 1;
}
@media screen and (max-width: 47.99875em) {
  .supportive-community .supportive-community__slider {
    padding-left: 1.25rem;
  }
}
@media screen and (min-width: 48em) and (max-width: 63.99875em) {
  .supportive-community .supportive-community__slider {
    padding-left: 7.1875rem;
  }
}
@media screen and (min-width: 64em) and (max-width: 74.99875em) {
  .supportive-community .supportive-community__slider {
    padding-left: 7.1875rem;
  }
}
@media screen and (min-width: 75em) {
  .supportive-community .supportive-community__slider {
    padding-left: calc(50vw - 485px);
  }
}
.supportive-community .slider-navigation {
  position: relative;
  margin-bottom: 2rem;
}
@media screen and (min-width: 64em) {
  .supportive-community .slider-navigation {
    margin-right: -11.5625rem;
  }
}
.supportive-community .slider-navigation button {
  background-color: #ffffff;
  width: 50px;
  height: 50px;
  -webkit-transition: all 0.5s cubic-bezier(0.82, 0.06, 0.14, 0.97);
  transition: all 0.5s cubic-bezier(0.82, 0.06, 0.14, 0.97);
}
.supportive-community .slider-navigation::after {
  content: "";
  height: 0.0625rem;
  position: absolute;
  top: calc(50% - 0.0625rem);
  left: 6.875rem;
  right: -2.8125rem;
  background-color: #ffffff;
  -webkit-transition: all 0.5s cubic-bezier(0.82, 0.06, 0.14, 0.97);
  transition: all 0.5s cubic-bezier(0.82, 0.06, 0.14, 0.97);
}
@media screen and (min-width: 64em) {
  .supportive-community .slider-navigation::after {
    width: calc(100vw - 15.3125rem);
    max-width: 59.6875rem;
  }
}
.supportive-community .slider-navigation .slider-navigation__prev i::before,
.supportive-community .slider-navigation .slider-navigation__next i::before {
  color: #af1735;
  position: relative;
  left: -0.375rem;
  -webkit-transition: all 0.5s cubic-bezier(0.82, 0.06, 0.14, 0.97);
  transition: all 0.5s cubic-bezier(0.82, 0.06, 0.14, 0.97);
}
.supportive-community .slider-navigation .slider-navigation__prev:hover,
.supportive-community .slider-navigation .slider-navigation__next:hover {
  background-color: #af1735;
}
.supportive-community .slider-navigation .slider-navigation__prev:hover::after,
.supportive-community .slider-navigation .slider-navigation__next:hover::after {
  background-color: #af1735;
}
.supportive-community .slider-navigation .slider-navigation__prev:hover i::before,
.supportive-community .slider-navigation .slider-navigation__next:hover i::before {
  color: #ffffff;
}

@media screen and (max-width: 47.99875em) {
  .tabs__buttons {
    display: none;
  }
}
@media print, screen and (min-width: 48em) {
  .tabs__buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0;
    padding: 0;
    list-style: none;
  }
  :root:not(.oho-js) .tabs__buttons {
    display: none;
  }
  .tabs__buttons li + li {
    margin-left: 1em;
  }
  .tabs__button {
    margin-bottom: -0.0625em;
    border: 0.0625em solid #af1735;
  }
  .tabs__button[aria-selected=true] {
    color: #af1735;
    border-bottom-color: #ffffff;
    background-color: #ffffff;
  }
  .tabs .accordion {
    display: block;
    margin-top: 0;
    padding: 1.75em;
    border: 0.0625em solid #af1735;
  }
  .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;
  }
}

.tags ul {
  display: inline-block;
  margin: 0;
  padding: 0;
  list-style: none;
  font-family: "Knockout 49 A", "Knockout 49 B", franklin-gothic-urw-comp, "Arial Narrow", sans-serif;
}
.tags li {
  display: inline-block;
}
.tags li + li {
  margin-left: 0.25em;
}
.tags li:nth-last-child(n+2):after {
  content: ",";
}
section + .tags {
  margin-top: 2rem;
  padding-top: 2rem;
  background-image: -webkit-gradient(linear, left top, right top, color-stop(0, #222), color-stop(4em, #222), color-stop(4em, transparent));
  background-image: linear-gradient(to right, #222 0, #222 4em, transparent 4em);
  background-repeat: no-repeat;
  background-size: 100% 0.0625em;
}

.tooltip-box {
  position: absolute;
  z-index: 10;
  visibility: hidden;
  max-width: 18.75rem;
  -webkit-transition: opacity 300ms ease, -webkit-transform 300ms ease;
  transition: opacity 300ms ease, -webkit-transform 300ms ease;
  transition: opacity 300ms ease, transform 300ms ease;
  transition: opacity 300ms ease, transform 300ms ease, -webkit-transform 300ms ease;
  -webkit-transform: translateY(10px);
          transform: translateY(10px);
  opacity: 0;
}

.tooltip-box--active {
  visibility: visible;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
}

.tooltip-box__container {
  position: relative;
  border: 1px solid #af1735;
  border-top: 20px solid #af1735;
}
.tooltip-box__container i {
  position: absolute;
  top: -19px;
  right: 4px;
  cursor: pointer;
  color: #ffffff;
}
.tooltip-box__container .tooltip-box__content {
  display: block;
  padding: 15px;
  background: #ffffff;
  font-size: 15px;
}

.tooltip-box-toggle:after {
  padding-left: 10px;
  content: "\f05a";
  cursor: pointer;
  -webkit-transition: color 200ms ease;
  transition: color 200ms ease;
  color: #999999;
  font-family: "Font Awesome 5 Pro";
}

.tooltip-box-toggle--active:after {
  color: #af1735;
}

[id=back-to-top] {
  width: 100%;
  margin-bottom: 45px;
  text-align: center;
}
[id=back-to-top] a:hover {
  text-decoration: none;
}
[id=back-to-top] span {
  display: block;
}

.has-tooltip-box {
  color: #000000;
}

.tuition-and-fees {
  background-color: #efefef;
}
.tuition-and-fees .toggle-item ~ .toggle-item {
  display: none;
  visibility: hidden;
}
.tuition-and-fees .tuition-fees-toggle {
  padding: 1rem 3rem 1rem 1.5rem;
}
.tuition-and-fees .toggle-item.show {
  display: block;
  visibility: visible;
}
.tuition-and-fees .toggle-item.hide {
  display: none;
  visibility: hidden;
}
.tuition-and-fees h3 {
  margin-bottom: 3.5rem;
}
@media screen and (max-width: 63.99875em) {
  .tuition-and-fees h3 {
    margin-bottom: 2rem;
  }
}
.tuition-and-fees select {
  border: 1px solid #9e9e9e;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  font-family: freight-text-pro, times, serif;
  font-weight: 400;
  margin-left: 25px;
  background-image: url("../img/down-arrow-2.svg");
  width: 100%;
  line-height: 1.5;
}
@media screen and (max-width: 63.99875em) {
  .tuition-and-fees select {
    margin: auto;
    margin-top: 24px;
  }
}
.tuition-and-fees .form-item select {
  margin-left: 0;
}
.tuition-and-fees h2 + select {
  margin-left: 16px;
  width: 360px;
}
@media screen and (max-width: 47.99875em) {
  .tuition-and-fees h2 + select {
    width: -webkit-fill-available;
    display: block;
    margin-left: 0;
  }
}
.tuition-and-fees a.tuition-anchor {
  font-size: 18px;
  text-underline-offset: 5px;
  -webkit-text-decoration-color: #d8d8d8;
          text-decoration-color: #d8d8d8;
}
.tuition-and-fees li {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.tuition-and-fees .tuition__heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 63.99875em) {
  .tuition-and-fees .tuition__heading {
    -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: 64em) {
  .tuition-and-fees .tuition__heading .tuition__heading-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media screen and (max-width: 63.99875em) {
  .tuition-and-fees .tuition__heading .tuition__heading-inner {
    margin-bottom: 1.5rem;
  }
}
.tuition-and-fees .tuition-info-link {
  display: block;
  font-size: 1.5rem;
  -webkit-text-decoration-color: #d8d8d8;
          text-decoration-color: #d8d8d8;
  text-underline-offset: 5px;
}
.tuition-and-fees .tuition-info-link:hover {
  color: #000000;
}
.tuition-and-fees .tuition-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 2.5rem;
}
.tuition-and-fees .tuition-info h3 {
  width: 100%;
}
@media screen and (max-width: 63.99875em) {
  .tuition-and-fees .tuition-info {
    margin-top: 2rem;
  }
}
.tuition-and-fees .tuition-info .tuition-info__heading {
  width: 25%;
}
.tuition-and-fees .tuition-info .tuition-info__heading .list--comma-separate li {
  font-family: freight-text-pro, times, serif;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.7;
  font-family: freight-text-pro, times, serif;
}
@media print, screen and (min-width: 64em) {
  .tuition-and-fees .tuition-info .tuition-info__heading .list--comma-separate li {
    font-size: 1.25rem;
  }
}
@media screen and (max-width: 63.99875em) {
  .tuition-and-fees .tuition-info .tuition-info__heading {
    width: 50%;
  }
  .tuition-and-fees .tuition-info .tuition-info__heading:nth-of-type(3), .tuition-and-fees .tuition-info .tuition-info__heading:nth-of-type(4) {
    margin-top: 34px;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
}
@media screen and (max-width: 47.99875em) {
  .tuition-and-fees .costs__amounts .show-for-sr {
    position: relative !important;
    overflow: visible;
    width: auto;
    height: auto;
  }
}
@media screen and (max-width: 47.99875em) {
  .tuition-and-fees .costs__amounts,
  .tuition-and-fees .costs__total {
    margin: 18px;
  }
}
@media screen and (max-width: 47.99875em) {
  .tuition-and-fees .costs__total.costs__textrow {
    padding-left: 0;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: auto;
  }
  .tuition-and-fees .costs__total.costs__textrow .costs-right {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
  .tuition-and-fees .costs__total.costs__textrow .costs-right .campus-info > div:nth-of-type(2) {
    font-size: 2rem;
  }
}
@media screen and (max-width: 47.99875em) {
  .tuition-and-fees .cell .total__title {
    margin-left: 0;
  }
}
.tuition-and-fees .costs__heading-main,
.tuition-and-fees .costs__cell,
.tuition-and-fees .total__cell {
  padding: 2rem 1.5rem 2rem 6.25rem;
}
@media screen and (max-width: 47.99875em) {
  .tuition-and-fees .costs__heading-main,
  .tuition-and-fees .costs__cell,
  .tuition-and-fees .total__cell {
    padding: 21px 0 8px;
  }
}
.tuition-and-fees .accordion--open > .accordion-inner > div > .accordion__button::before {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.tuition-and-fees .costs__cell {
  border-top: 1px solid #d8d8d8;
  position: relative;
}
.tuition-and-fees .calculator__button .btn {
  font-size: 1.5rem;
}
@media screen and (max-width: 47.99875em) {
  .tuition-and-fees .calculator__button .btn {
    font-size: 1.125rem;
    margin-left: 0;
  }
}
@media screen and (max-width: 47.99875em) {
  .tuition-and-fees .disclaimer {
    margin-left: 18px;
  }
}
.tuition-and-fees .accordion__content {
  padding-left: 0;
  padding-right: 0;
}
@media screen and (max-width: 47.99875em) {
  .tuition-and-fees .accordion__content {
    padding-left: 16px;
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
}
.tuition-and-fees .const__breakdown__resources {
  margin-top: 1rem;
  display: inline-block;
}
.tuition-and-fees .const__breakdown__resources li {
  margin-bottom: 1rem;
}
.tuition-and-fees .const__breakdown__resources a {
  display: block;
}
.tuition-and-fees .const__breakdown__resources a.download-link::after {
  content: "\f33d";
  font-family: "Font Awesome 5 Pro";
  margin-left: 0.4375rem;
}
@media screen and (max-width: 47.99875em) {
  .tuition-and-fees .campus-info {
    margin: 18px 0;
  }
}
@media screen and (max-width: 47.99875em) {
  .tuition-and-fees .campus-info-left {
    margin: 18px 0 18px 18px;
  }
}
@media screen and (max-width: 47.99875em) {
  .tuition-and-fees .campus-info-right {
    margin: 18px 0;
  }
}
.tuition-and-fees .total__cell {
  border-top: 5px solid #d8d8d8;
  padding-top: 3rem;
}
@media screen and (max-width: 47.99875em) {
  .tuition-and-fees .total__cell {
    padding-top: 0;
  }
}
.tuition-and-fees .total__cell .total__title {
  font-family: Knockout 49 A, Knockout 49 B, franklin-gothic-urw-comp, Arial Narrow, sans-serif;
  font-size: 2.25rem;
  font-weight: 400;
  line-height: 1.1;
}
@media print, screen and (min-width: 48em) {
  .tuition-and-fees .total__cell .total__title {
    font-size: 2.5rem;
  }
}
@media print, screen and (min-width: 64em) {
  .tuition-and-fees .total__cell .total__title {
    font-size: 3.125rem;
  }
}
.tuition-and-fees .eyebrow {
  margin: 0;
  display: block;
}
.tuition-and-fees .disclaimer__title {
  text-transform: uppercase;
  font-size: 1.125rem;
}
.tuition-and-fees .disclaimer__desc {
  font-size: 1.125rem;
}
.tuition-and-fees .accordion__button,
.tuition-and-fees .costs__textrow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: transparent;
  color: black;
  padding: 0;
  text-transform: none;
  position: relative;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
@media screen and (max-width: 47.99875em) {
  .tuition-and-fees .accordion__button,
  .tuition-and-fees .costs__textrow {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
@media screen and (max-width: 47.99875em) {
  .tuition-and-fees .costs__textrow {
    padding-left: 4.25rem;
  }
}
.tuition-and-fees .accordion__button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 47.99875em) {
  .tuition-and-fees .accordion__button {
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 4.125rem;
  }
}
.tuition-and-fees .accordion__button::before {
  content: url("../img/down-arrow.svg");
  position: absolute;
  top: 0.375rem;
  left: -4.125rem;
  width: 2rem;
  height: 2rem;
}
@media screen and (max-width: 47.99875em) {
  .tuition-and-fees .accordion__button::before {
    left: 1rem;
    top: 0.625rem;
  }
}
.tuition-and-fees .accordion--open > .grid-margin-x > div > .accordion__button::before {
  -webkit-transform: rotateX(180deg);
          transform: rotateX(180deg);
}
.tuition-and-fees .costs__name,
.tuition-and-fees .costs__accordion__content {
  font-size: 40px;
}
@media screen and (max-width: 47.99875em) {
  .tuition-and-fees .costs__accordion__content {
    width: 100%;
  }
}
.tuition-and-fees .costs__name {
  font-family: Knockout 49 A, Knockout 49 B, franklin-gothic-urw-comp, Arial Narrow, sans-serif;
  font-size: 1.75rem;
  font-weight: 400;
  line-height: 1.1;
}
@media print, screen and (min-width: 48em) {
  .tuition-and-fees .costs__name {
    font-size: 2.25rem;
  }
}
@media print, screen and (min-width: 64em) {
  .tuition-and-fees .costs__name {
    font-size: 2.5rem;
  }
}
@media screen and (max-width: 47.99875em) {
  .tuition-and-fees .costs__name {
    max-width: none;
  }
}
.tuition-and-fees .costs__amount {
  text-align: right;
  font-size: 32px;
  font-family: freight-text-pro, times, serif;
  font-weight: normal;
}
@media screen and (max-width: 47.99875em) {
  .tuition-and-fees .costs__amount {
    text-align: left;
    font-size: 24px;
  }
}
.tuition-and-fees .accordion-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 47.99875em) {
  .tuition-and-fees .accordion-inner {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.tuition-and-fees .accordion-inner > div:first-of-type {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
}
.tuition-and-fees .accordion-inner > .costs__amounts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  min-width: 18.125rem;
}
@media screen and (max-width: 47.99875em) {
  .tuition-and-fees .accordion-inner > .costs__amounts {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    margin-top: 1.5rem;
  }
}
.tuition-and-fees .accordion-inner > .costs__amounts > div {
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
}
.tuition-and-fees .non-accordion .costs__amounts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  min-width: 18.125rem;
}
@media screen and (max-width: 47.99875em) {
  .tuition-and-fees .non-accordion .costs__amounts {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    margin-top: 1.5rem;
  }
}
.tuition-and-fees .non-accordion .costs__amounts > div {
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
}
.tuition-and-fees .costs-right,
.tuition-and-fees .costs__heading-main-headings {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  min-width: 18.125rem;
}
.tuition-and-fees .costs-right > div,
.tuition-and-fees .costs__heading-main-headings > div {
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
}
.tuition-and-fees .non-accordion {
  margin-left: 0;
}
.tuition-and-fees .non-accordion .non-accordion__cell {
  margin: 0;
}
.tuition-and-fees .non-accordion .costs__name + div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  min-width: 18.125rem;
}
@media screen and (max-width: 47.99875em) {
  .tuition-and-fees .non-accordion .costs__name + div {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-preferred-size: calc(100% + 3.25rem - 18px);
        flex-basis: calc(100% + 3.25rem - 18px);
    margin-left: -3.25rem;
  }
}
.tuition-and-fees .non-accordion .costs__name + div > div {
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
}
@media screen and (max-width: 47.99875em) {
  .tuition-and-fees .non-accordion .costs__name + div > div {
    margin-left: 0;
  }
}
.tuition-and-fees .costs__heading {
  text-transform: uppercase;
  font-size: 22px;
  font-family: "Knockout 49 A", "Knockout 49 B", franklin-gothic-urw-comp, "Arial Narrow", sans-serif;
  margin-right: 0;
  text-align: right;
}
@media screen and (max-width: 47.99875em) {
  .tuition-and-fees .costs__heading {
    font-size: 18px;
    text-align: left;
  }
}
.tuition-and-fees .costs__on-campus-amount__hidden,
.tuition-and-fees .costs__off-campus-amount__hidden {
  font-size: 22px;
}
@media screen and (min-width: 48em) {
  .tuition-and-fees .costs__on-campus-amount__hidden,
  .tuition-and-fees .costs__off-campus-amount__hidden {
    position: absolute !important;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px);
    width: 1px;
    height: 1px;
  }
}
@media screen and (max-width: 47.99875em) {
  .tuition-and-fees .costs__heading-main {
    display: none;
  }
}
.tuition-and-fees .cost__breakdown__title {
  margin-top: 1.5rem;
}
.tuition-and-fees .const__breakdown__resources a {
  font-size: 1.125rem;
}

@media screen and (max-width: 47.99875em) {
  .page--listing-page article + .field {
    margin-top: 3rem;
  }
}

.costs__textrow,
.costs__accordion-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
}
.costs__textrow .costs__amount,
.costs__accordion-button .costs__amount {
  width: 8rem;
}

.uniquest-embed .embedded-service .fab div[class=icon_fab_container] > svg[id=esw-icon-question] {
  -webkit-transform: scale(5);
          transform: scale(5);
}

.page--library .lib-ctas .btn-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  list-style: none;
}
.page--library .process-component.pc-library {
  padding-left: 0;
  padding-right: 0;
}
.page--library .make-room-for-image-overlay {
  padding-bottom: 14rem;
}
.page--library .library-image-overlay {
  margin-top: -14rem;
}
.page--library .tabs__panel .eyebrow {
  display: inline-block;
  text-transform: none;
  font-size: 1.25rem;
}
.page--library .filters {
  background-color: transparent;
}
.page--library .filters input[type=text] {
  background-color: #ffffff;
  border: 1px solid #9e9e9e;
  font-family: freight-text-pro, times, serif;
  font-weight: 400;
  margin-top: 1.5rem;
  padding-left: 1.5rem;
}
.page--library .filters .search {
  position: relative;
}
.page--library .filters .search::after {
  content: "";
  display: block;
  width: 29px;
  height: 29px;
  font-size: 0;
  background: transparent no-repeat center center url(../img/search.svg);
  position: absolute;
  right: 1rem;
  top: 2.25rem;
}
.page--library .filters .btn {
  margin-top: 1.625rem;
  color: #ffffff;
  background: #af1735;
  padding: 0.625rem 1.5rem;
}
.page--library .tab-content--links {
  margin-top: 1rem;
}
.page--library .body-text-callout .body-text-callout__text--callout {
  padding: 1rem;
}

.card--news .date,
.card--news p,
.card--news .tags {
  margin-top: 1rem;
  display: block;
}
@media print, screen and (min-width: 48em) {
  .card--news .date,
  .card--news p,
  .card--news .tags {
    margin-top: 1.5rem;
  }
}
.card--news .date + p {
  margin-top: 0.5rem;
}
@media print, screen and (min-width: 48em) {
  .card--news .date + p {
    margin-top: 1rem;
  }
}

@media print, screen and (min-width: 48em) {
  .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 2.5rem 0 0;
  }
  .card--listing--news .card__media {
    width: 25%;
    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: 48em) {
  .card--profile p,
  .card--profile .positions {
    margin-top: 1rem;
  }
}
.card--profile .btn {
  margin-top: 1rem;
  margin-bottom: 0;
}
@media print, screen and (min-width: 48em) {
  .card--profile .btn {
    margin-top: 1.5rem;
  }
}

@media print, screen and (min-width: 48em) {
  .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 2.5rem 0 0;
  }
  .card--listing--profile .card__media {
    width: 100%;
    margin-bottom: 0;
  }
  .card--listing--profile .card__content {
    width: 100%;
  }
  .card--listing--profile img {
    display: block;
  }
}

.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: 48em) {
  .card--story .subject-info,
  .card--story p,
  .card--story .tags {
    margin-top: 1rem;
  }
}
.card--story .btn {
  margin-top: 1rem;
  margin-bottom: 0;
}
@media print, screen and (min-width: 48em) {
  .card--story .btn {
    margin-top: 1.5rem;
  }
}
.card--story .quote {
  font-weight: 500;
  font-style: italic;
}

.subject-info:not(:first-child) {
  margin-top: 2.5rem;
}
.subject-info span {
  display: block;
}
.subject-info span:not(:first-child) {
  margin-top: 1rem;
}
.subject-info__name {
  font-weight: 600;
}
.subject-info__meta {
  color: #9e9e9e;
}

@media print, screen and (min-width: 48em) {
  .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 2.5rem 0 0;
  }
  .card--listing--story .card__media {
    width: 25%;
    margin-bottom: 0;
  }
  .card--listing--story .card__content {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .card--listing--story img {
    display: block;
  }
}

.audience-page h1 {
  margin-top: 3rem;
}
@media print, screen and (min-width: 48em) {
  .audience-page h1 {
    margin-top: 3.5rem;
  }
}
@media print, screen and (min-width: 64em) {
  .audience-page h1 {
    margin-top: 5.5rem;
  }
}

.jump-destination--outcomes-home .section-title-area {
  padding-top: 3.5rem;
}
@media print, screen and (min-width: 48em) {
  .jump-destination--outcomes-home .section-title-area {
    padding-top: 4.5rem;
  }
}
@media print, screen and (min-width: 64em) {
  .jump-destination--outcomes-home .section-title-area {
    padding-top: 6.5rem;
  }
}

.jump-destination--academic-excellence-home {
  padding-top: 3.5rem;
}
@media print, screen and (min-width: 48em) {
  .jump-destination--academic-excellence-home {
    padding-top: 4.5rem;
  }
}
@media print, screen and (min-width: 64em) {
  .jump-destination--academic-excellence-home {
    padding-top: 6.5rem;
  }
}
@media print, screen and (min-width: 48em) {
  .jump-destination--academic-excellence-home .section-title-area .section-title-area__cell--heading {
    top: 104px;
  }
}

.jump-destination--academic-excellence-home .icon img, .jump-destination--outcomes-home .icon img, .jump-destination--pacific-northwest-home .icon img {
  -webkit-filter: invert(16%) sepia(67%) saturate(4180%) hue-rotate(336deg) brightness(81%) contrast(95%);
          filter: invert(16%) sepia(67%) saturate(4180%) hue-rotate(336deg) brightness(81%) contrast(95%);
}

.academics-section h2.h6.adjacent-line span {
  font-size: 1.375rem;
}

.listing form {
  padding: 1em;
  border: 0.0625em solid #9e9e9e;
  background-color: #d8d8d8;
}
.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 .form-item {
  max-width: none;
}
.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: "Knockout 49 A", "Knockout 49 B", franklin-gothic-urw-comp, "Arial Narrow", sans-serif;
  border-width: 0;
  border-style: solid;
  display: inline-block;
  position: relative;
  z-index: 2;
  line-height: 1.1;
  text-decoration: none;
  margin: 0.625rem 0.625rem 0 0;
  text-transform: uppercase;
  font-weight: 400;
  font-size: 1rem;
  padding: 2rem 2.5rem 0.85rem;
  color: #ffffff;
  background: #af1735;
}
.listing [data-drupal-selector=edit-reset]:hover, .listing [data-drupal-selector=edit-reset]:focus {
  text-decoration: none;
}
.listing [data-drupal-selector=edit-reset]:disabled {
  opacity: 0.6;
  cursor: not-allowed;
  pointer-events: none;
}
.listing [data-drupal-selector=edit-reset]:hover, .listing [data-drupal-selector=edit-reset]:focus {
  color: #af1735;
  background: #ffffff;
}
.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: #ffffff;
}
.listing [data-drupal-selector=edit-reset]:before, .listing [data-drupal-selector=edit-reset]:after {
  color: #ffffff;
}
.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: 40em) {
  .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 {
    max-width: 16em;
    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;
  }
}

.card--listing {
  width: 100%;
  margin-top: 2rem;
}
.card--listing + .card--listing {
  padding-top: 2rem;
  border-top: 0.0625em solid #9e9e9e;
}

.news--detail .body-text-callout.global-spacing.global-spacing--default {
  margin-top: 0;
}

.news--detail .grid-container + .body-text-callout.global-spacing.global-spacing--default {
  margin-top: 1.5rem;
}
@media print, screen and (min-width: 48em) {
  .news--detail .grid-container + .body-text-callout.global-spacing.global-spacing--default {
    margin-top: 2rem;
  }
}
@media print, screen and (min-width: 64em) {
  .news--detail .grid-container + .body-text-callout.global-spacing.global-spacing--default {
    margin-top: 3rem;
  }
}

.profile-information .profile__types {
  margin-top: 2.5rem;
}
@media print, screen and (min-width: 48em) {
  .profile-information .profile__types {
    margin-top: 3rem;
  }
}
@media print, screen and (min-width: 64em) {
  .profile-information .profile__types {
    margin-top: 5rem;
  }
}
.profile-information .profile__types ul {
  list-style: none;
}
.profile-information .profile__types li {
  display: inline-block;
  margin-right: 1rem;
}
@media print, screen and (min-width: 48em) {
  .profile-information .profile__types li {
    margin-right: 1.5rem;
  }
}
.profile-information .profile__types i {
  color: #9e9e9e;
  margin-right: 0.5em;
}
.profile-information .profile__types a {
  text-transform: uppercase;
  text-decoration: none;
}
.profile-information .profile__types a:hover, .profile-information .profile__types a:focus {
  color: #000000;
  text-decoration: underline;
}
.profile-information h1 {
  margin-top: 0.5rem;
}
@media print, screen and (min-width: 48em) {
  .profile-information h1 {
    margin-top: 1rem;
  }
}
.profile-information .breadcrumbs {
  padding-bottom: 0;
  margin-bottom: 0;
}
.profile-information .profile__cards {
  margin-top: 1.5rem;
}
@media print, screen and (min-width: 48em) {
  .profile-information .profile__cards {
    margin-top: 2rem;
  }
}
@media print, screen and (min-width: 64em) {
  .profile-information .profile__cards {
    margin-top: 3rem;
  }
}
@media print, screen and (min-width: 48em) {
  .profile-information .profile__cards .cell {
    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-information .profile__cards .aspect-ratio-frame {
  background-image: url(../img/faculty-placeholder-large.png);
  background-size: cover;
}
.profile-information .profile__cards--info-card {
  z-index: 2;
  padding: 1.5rem;
  background-color: #ffffff;
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}
@media print, screen and (min-width: 48em) {
  .profile-information .profile__cards--info-card {
    padding: 2rem;
  }
}
@media print, screen and (min-width: 64em) {
  .profile-information .profile__cards--info-card {
    padding: 2.5rem;
  }
}
@media screen and (max-width: 47.99875em) {
  .profile-information .profile__cards--info-card {
    margin-top: 2rem;
  }
}
@media print, screen and (min-width: 48em) {
  .profile-information .profile__cards--info-card {
    margin-left: -100px;
  }
}
@media screen and (max-width: 47.99875em) {
  .profile-information .profile__cards--info-card .cell + .cell {
    margin-top: 1.6875rem;
  }
}
.profile-information .profile__cards--info-card h2 + h2 {
  margin-top: 0.5rem;
}
.profile-information .profile__cards--info-card .contact-set {
  list-style: none;
  margin-top: 1rem;
}
@media print, screen and (min-width: 48em) {
  .profile-information .profile__cards--info-card .contact-set {
    margin-top: 1.5rem;
  }
}
.profile-information .profile__cards--info-card .contact-set li {
  position: relative;
  padding-left: 32px;
}
.profile-information .profile__cards--info-card .contact-set li i {
  position: absolute;
  left: 0;
  top: 0.1em;
  color: #9e9e9e;
  font-weight: 900;
}
.profile-information .profile__cards--info-card .contact-set li span {
  font-family: freight-text-pro, times, serif;
  font-weight: normal;
}
.profile-information .profile__cards--info-card .contact-set li span p {
  font-size: 1rem;
  font-family: freight-text-pro, times, serif;
  font-weight: 400;
  line-height: 1.5;
  line-height: 1.2;
  margin-top: 0;
}
@media print, screen and (min-width: 64em) {
  .profile-information .profile__cards--info-card .contact-set li span p {
    font-size: 1.125rem;
  }
}
.profile-information .profile__cards--info-card .contact-set li a {
  font-family: freight-text-pro, times, serif;
  font-weight: normal;
  text-decoration: none;
  font-size: 1rem;
  font-family: freight-text-pro, times, serif;
  font-weight: 400;
  line-height: 1.5;
}
@media print, screen and (min-width: 64em) {
  .profile-information .profile__cards--info-card .contact-set li a {
    font-size: 1.125rem;
  }
}
.profile-information .profile__cards--info-card .contact-set li a:hover, .profile-information .profile__cards--info-card .contact-set li a:focus {
  text-decoration: underline;
}
.profile-information .profile__cards--info-card .contact-set li + li {
  margin-top: 0.5rem;
}
.profile-information .profile__cards--info-card .contact-set__office h4 {
  font-family: freight-text-pro, times, serif;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.7;
  font-family: freight-text-pro, times, serif;
  font-weight: bold;
}
@media print, screen and (min-width: 64em) {
  .profile-information .profile__cards--info-card .contact-set__office h4 {
    font-size: 1.25rem;
  }
}
.profile-information .profile__more-info {
  margin-top: 3rem;
}
@media print, screen and (min-width: 48em) {
  .profile-information .profile__more-info {
    margin-top: 3.5rem;
  }
}
@media print, screen and (min-width: 64em) {
  .profile-information .profile__more-info {
    margin-top: 5.5rem;
  }
}
@media screen and (max-width: 47.99875em) {
  .profile-information .profile__more-info .cell + .cell {
    margin-top: 3.5rem;
  }
}
.profile-information .profile__more-info blockquote {
  font-family: freight-text-pro, times, serif;
  font-weight: normal;
  font-style: italic;
  font-size: 1.5rem;
  line-height: 1.875rem;
}
@media print, screen and (min-width: 48em) {
  .profile-information .profile__more-info blockquote {
    line-height: 2.25rem;
  }
}
.profile-information .profile__more-info aside h2.h5 {
  font-family: Knockout 49 A, Knockout 49 B, franklin-gothic-urw-comp, Arial Narrow, sans-serif;
  font-weight: 400;
  font-size: 1.125rem;
  text-transform: uppercase;
  line-height: 1.2;
}
.profile-information .profile__more-info aside h2.h5:not(:first-child) {
  margin-top: 1.5rem;
}
@media print, screen and (min-width: 48em) {
  .profile-information .profile__more-info aside h2.h5:not(:first-child) {
    margin-top: 2rem;
  }
}
.profile-information .profile__more-info aside ul {
  list-style: none;
  font-family: freight-text-pro, times, serif;
}
.profile-information .profile__more-info aside ul li + li {
  margin-top: 0.5rem;
}
.profile-information .profile__more-info aside ul a {
  text-decoration: none;
}
.profile-information .profile__more-info aside ul a:hover, .profile-information .profile__more-info aside ul a:focus {
  color: #000000;
  text-decoration: underline;
}
.profile-information .profile__more-info aside h2 + ul,
.profile-information .profile__more-info aside h2 + p {
  margin-top: 0.5rem;
}
@media print, screen and (min-width: 48em) {
  .profile-information .profile__more-info aside h2 + ul,
  .profile-information .profile__more-info aside h2 + p {
    margin-top: 1rem;
  }
}
.profile-information .profile__section {
  margin-top: 1.5rem;
}
@media print, screen and (min-width: 48em) {
  .profile-information .profile__section {
    margin-top: 2rem;
  }
}
@media print, screen and (min-width: 64em) {
  .profile-information .profile__section {
    margin-top: 3rem;
  }
}
.profile-information .profile__section--expertise .wysiwyg ul:first-child,
.profile-information .profile__section--expertise .ck-content ul:first-child {
  margin-top: 0.5rem;
}
@media print, screen and (min-width: 48em) {
  .profile-information .profile__section--expertise .wysiwyg ul:first-child,
  .profile-information .profile__section--expertise .ck-content ul:first-child {
    margin-top: 1rem;
  }
}
.profile-information .profile__section--expertise .wysiwyg li,
.profile-information .profile__section--expertise .ck-content li {
  padding-left: 1.75rem;
}
.profile-information .profile__section--expertise .wysiwyg li + li,
.profile-information .profile__section--expertise .ck-content li + li {
  margin-top: 0.5rem;
}
@media print, screen and (min-width: 48em) {
  .profile-information .profile__section--expertise .wysiwyg li + li,
  .profile-information .profile__section--expertise .ck-content li + li {
    margin-top: 1rem;
  }
}

.program-detail {
  position: relative;
  margin-top: 2.5rem;
}
@media print, screen and (min-width: 48em) {
  .program-detail {
    margin-top: 3rem;
  }
}
@media print, screen and (min-width: 64em) {
  .program-detail {
    margin-top: 5rem;
  }
}
.program-detail .program-detail-heading__image {
  z-index: 1;
}
.program-detail .program-detail-heading__play,
.program-detail .checkerbd__play {
  top: 1rem;
  right: 1rem;
}
@media print, screen and (min-width: 48em) {
  .program-detail .program-detail-heading__play,
  .program-detail .checkerbd__play {
    top: 1.5rem;
    right: 1.5rem;
  }
}
.program-detail .program-detail-heading__heading {
  background-color: white;
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
          box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  padding: 50px;
  width: 815px;
  z-index: 2;
  margin: -240px 0px 0px 80px;
  position: relative;
}
@media screen and (max-width: 63.99875em) {
  .program-detail .program-detail-heading__heading {
    width: 608px;
    margin: -210px 0px 0px 80px;
  }
}
@media screen and (max-width: 47.99875em) {
  .program-detail .program-detail-heading__heading {
    position: relative;
    -webkit-box-shadow: none;
            box-shadow: none;
    margin: 1.5rem 0 0;
    padding: 0;
    width: auto;
  }
}
.program-detail .program-detail-heading__subheading {
  margin-left: 80px;
}
.program-detail .program-detail-heading__subheading ol:not(.breadcrumbs) {
  padding: 0;
}
@media screen and (min-width: 48em) {
  .program-detail .program-detail-heading__subheading ol:not(.breadcrumbs) {
    padding-top: 68px;
  }
}
@media screen and (max-width: 47.99875em) {
  .program-detail .program-detail-heading__subheading {
    margin: 0;
  }
}
@media screen and (max-width: 47.99875em) {
  .program-detail .accordion__content {
    background-color: #efefef;
    padding: 0 34px 20px 34px;
  }
}
.program-detail .program-detail__jump-links {
  background-color: #efefef;
  padding: 25px 0;
}
@media screen and (max-width: 47.99875em) {
  .program-detail .program-detail__jump-links {
    background-color: transparent;
  }
}
.program-detail .program-detail__jump-links .program_detail__jump-links__heading {
  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;
  position: relative;
}
.program-detail .program-detail__jump-links h2 {
  font-size: 22px;
  text-transform: uppercase;
}
@media screen and (max-width: 47.99875em) {
  .program-detail .program-detail__jump-links h2 {
    display: none;
  }
}
@media screen and (min-width: 48em) {
  .program-detail .program-detail__jump-links h2::before {
    content: "";
    display: block;
    position: absolute;
    width: 1px;
    height: 45px;
    background-color: #d8d8d8;
  }
}
@media print, screen and (min-width: 64em) {
  .program-detail .program-detail__jump-links h2::before {
    top: 0;
    right: 38px;
  }
}
@media screen and (max-width: 63.99875em) {
  .program-detail .program-detail__jump-links h2::before {
    top: 0;
    right: 10%;
  }
}
@media print, screen and (min-width: 48em) {
  .program-detail .program-detail__jump-links ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.program-detail .program-detail__jump-links ul li {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 47.99875em) {
  .program-detail .program-detail__jump-links ul li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 18px 0;
  }
}
@media screen and (max-width: 63.99875em) {
  .program-detail .program-detail__jump-links ul li {
    width: 23%;
  }
  .program-detail .program-detail__jump-links ul li:first-child {
    width: 30%;
  }
}
@media screen and (max-width: 60em) {
  .program-detail .program-detail__jump-links ul li {
    width: 23%;
  }
  .program-detail .program-detail__jump-links ul li:first-child {
    width: 36%;
  }
}
@media screen and (max-width: 47.99875em) {
  .program-detail .program-detail__jump-links ul li {
    width: 100%;
  }
  .program-detail .program-detail__jump-links ul li:first-child {
    width: 100%;
  }
}
.program-detail .program-detail__jump-links ul li a {
  font-size: 18px;
  text-transform: uppercase;
  text-decoration: none;
  margin-right: 78px;
}
.program-detail .program-detail__jump-links ul li a:hover, .program-detail .program-detail__jump-links ul li a:focus {
  text-decoration: none;
}
@media screen and (max-width: 96.75em) {
  .program-detail .program-detail__jump-links ul li a {
    margin-right: 40px;
  }
}
@media screen and (max-width: 63.99875em) {
  .program-detail .program-detail__jump-links ul li a {
    margin-right: 10px;
  }
}
.program-detail .program-detail__jump-links ul li a img {
  width: 40px;
  margin-right: 10px;
  -webkit-filter: invert(16%) sepia(67%) saturate(4180%) hue-rotate(336deg) brightness(81%) contrast(95%);
          filter: invert(16%) sepia(67%) saturate(4180%) hue-rotate(336deg) brightness(81%) contrast(95%);
}
@media only screen and (min-width: 760px) and (max-width: 780px) {
  .program-detail .program-detail__jump-links ul li a img {
    width: 28px;
  }
}
.program-detail ~ .promo.global-padding--large {
  padding-bottom: 0 !important;
}
@media screen and (max-width: 47.99875em) {
  .program-detail .program-detail__jump-links .accordion__content {
    padding-right: 15px;
    padding-left: 15px;
  }
}

.page--program .checkerbds.global-spacing--4xlarge {
  margin-top: 4rem;
}
@media print, screen and (min-width: 48em) {
  .page--program .checkerbds.global-spacing--4xlarge {
    margin-top: 2.5rem;
  }
}
@media screen and (max-width: 47.99875em) {
  .page--program .checkerbds.global-spacing--4xlarge {
    margin-top: 2rem;
  }
}
.page--program .checkerbds.global-spacing--4xlarge .global-spacing--xlarge:first-of-type {
  margin-top: 0;
}
@media print, screen and (min-width: 48em) {
  .page--program .section-title-area .section-title-area__cell {
    min-height: unset;
  }
  .page--program .section-title-area .section-title-area__cell .section-title-area__cell--heading {
    top: 24px;
    left: 0;
  }
  .page--program .section-title-area .section-title-area__cell .section-title-area__cell--heading .eyebrow {
    display: none;
  }
}
@media print, screen and (min-width: 48em) {
  .page--program .section-title-area .section-title-area__cell .section-title-area__cell--heading {
    top: 30px;
  }
}

.career-list h2 {
  text-transform: uppercase;
}
.career-list p {
  font-weight: 400;
  line-height: 1.25;
}

.jump-destination--location, .jump-destination--academic-excellence {
  margin-top: 3.5rem;
}
.jump-destination--location .section-title-area__cell--heading .icon img, .jump-destination--academic-excellence .section-title-area__cell--heading .icon img, .jump-destination--outcomes .section-title-area__cell--heading .icon img, .jump-destination--community .section-title-area__cell--heading .icon img {
  -webkit-filter: invert(16%) sepia(67%) saturate(4180%) hue-rotate(336deg) brightness(81%) contrast(95%);
          filter: invert(16%) sepia(67%) saturate(4180%) hue-rotate(336deg) brightness(81%) contrast(95%);
}
@media print, screen and (min-width: 48em) {
  .jump-destination--academic-excellence .section-title-area .section-title-area__cell--heading, .jump-destination--community .section-title-area .section-title-area__cell--heading {
    top: 104px;
  }
}

.program-listing h1 {
  margin-top: 2.5rem;
}
@media print, screen and (min-width: 48em) {
  .program-listing h1 {
    margin-top: 3rem;
  }
}
@media print, screen and (min-width: 64em) {
  .program-listing h1 {
    margin-top: 5rem;
  }
}
.program-listing .body-text-callout {
  margin-top: 1.5rem;
}
@media print, screen and (min-width: 48em) {
  .program-listing .body-text-callout {
    margin-top: 2rem;
  }
}
@media print, screen and (min-width: 64em) {
  .program-listing .body-text-callout {
    margin-top: 3rem;
  }
}
.program-listing .body-text-callout .breadcrumbs {
  margin-top: 0;
  padding-top: 0;
}
.program-listing .filters {
  margin-top: 2.5rem;
}
@media print, screen and (min-width: 48em) {
  .program-listing .filters {
    margin-top: 3rem;
  }
}
@media print, screen and (min-width: 64em) {
  .program-listing .filters {
    margin-top: 5rem;
  }
}

.tuition-and-fees-listings.tuition-and-fees {
  background-color: white;
}
.tuition-and-fees-listings.tuition-and-fees .tuition-and-fees__item {
  margin-top: 3rem;
}
@media print, screen and (min-width: 48em) {
  .tuition-and-fees-listings.tuition-and-fees .tuition-and-fees__item {
    margin-top: 3.5rem;
  }
}
@media print, screen and (min-width: 64em) {
  .tuition-and-fees-listings.tuition-and-fees .tuition-and-fees__item {
    margin-top: 5.5rem;
  }
}
.tuition-and-fees-listings.tuition-and-fees .tuition-and-fees__item + .tuition-and-fees__item {
  margin-top: 2rem;
}
@media print, screen and (min-width: 48em) {
  .tuition-and-fees-listings.tuition-and-fees .tuition-and-fees__item + .tuition-and-fees__item {
    margin-top: 2.5rem;
  }
}
@media print, screen and (min-width: 64em) {
  .tuition-and-fees-listings.tuition-and-fees .tuition-and-fees__item + .tuition-and-fees__item {
    margin-top: 3.5rem;
  }
}
.tuition-and-fees-listings.tuition-and-fees .accordion__title {
  font-family: Knockout 49 A, Knockout 49 B, franklin-gothic-urw-comp, Arial Narrow, sans-serif;
  font-size: 2.25rem;
  font-weight: 400;
  line-height: 1.1;
}
@media print, screen and (min-width: 48em) {
  .tuition-and-fees-listings.tuition-and-fees .accordion__title {
    font-size: 2.5rem;
  }
}
@media print, screen and (min-width: 64em) {
  .tuition-and-fees-listings.tuition-and-fees .accordion__title {
    font-size: 3.125rem;
  }
}
@media screen and (max-width: 47.99875em) {
  .tuition-and-fees-listings.tuition-and-fees .accordion__title {
    margin-left: 52px;
  }
}
.tuition-and-fees-listings.tuition-and-fees .tuition__heading + .tuition-info {
  margin-top: 0;
  margin-bottom: 0;
}
.tuition-and-fees-listings.tuition-and-fees .tuition-info__heading p {
  line-height: 1.6;
}
@media screen and (max-width: 47.99875em) {
  .tuition-and-fees-listings.tuition-and-fees .tuition-info__heading:nth-child(3), .tuition-and-fees-listings.tuition-and-fees .tuition-info__heading:nth-child(4) {
    width: 100%;
  }
}
.tuition-and-fees-listings.tuition-and-fees .accordion__button.accordion__button__listing {
  padding: 40px 100px;
  -webkit-box-shadow: 0 15px 10px rgba(0, 0, 0, 0.1);
          box-shadow: 0 15px 10px rgba(0, 0, 0, 0.1);
  display: block;
  -webkit-transition: -webkit-box-shadow 0.5s cubic-bezier(0.82, 0.06, 0.14, 0.97);
  transition: -webkit-box-shadow 0.5s cubic-bezier(0.82, 0.06, 0.14, 0.97);
  transition: box-shadow 0.5s cubic-bezier(0.82, 0.06, 0.14, 0.97);
  transition: box-shadow 0.5s cubic-bezier(0.82, 0.06, 0.14, 0.97), -webkit-box-shadow 0.5s cubic-bezier(0.82, 0.06, 0.14, 0.97);
}
.tuition-and-fees-listings.tuition-and-fees .accordion__button.accordion__button__listing::before {
  content: url("../img/large-down-arrow.svg");
  position: absolute;
  left: 32px;
  top: 42px;
}
@media screen and (max-width: 47.99875em) {
  .tuition-and-fees-listings.tuition-and-fees .accordion__button.accordion__button__listing::before {
    left: 14px;
    top: 17px;
    padding-left: 0;
  }
}
@media screen and (max-width: 47.99875em) {
  .tuition-and-fees-listings.tuition-and-fees .accordion__button.accordion__button__listing {
    padding: 16px;
  }
}
.tuition-and-fees-listings.tuition-and-fees .accordion--open .accordion__button.accordion__button__listing::before {
  -webkit-transform: rotateX(180deg);
          transform: rotateX(180deg);
  top: 86px;
  -webkit-transform-origin: top;
          transform-origin: top;
}
@media screen and (max-width: 47.99875em) {
  .tuition-and-fees-listings.tuition-and-fees .accordion--open .accordion__button.accordion__button__listing::before {
    top: 61px;
  }
}
.tuition-and-fees-listings.tuition-and-fees .accordion--open .accordion__button.accordion__button__listing {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.tuition-and-fees-listings.tuition-and-fees .accordion--open {
  background-color: #efefef;
}
.tuition-and-fees-listings.tuition-and-fees .accordion {
  -webkit-transition: background-color 0.2s cubic-bezier(0.82, 0.06, 0.14, 0.97);
  transition: background-color 0.2s cubic-bezier(0.82, 0.06, 0.14, 0.97);
}
@media screen and (max-width: 47.99875em) {
  .tuition-and-fees-listings.tuition-and-fees .accordion__content {
    padding: 16px;
  }
}

@media print, screen and (min-width: 48em) {
  .page--webform .breadcrumbs {
    padding-left: 3rem;
  }
}
.page--webform .body-text-callout {
  margin-top: 3.5rem;
}
@media print, screen and (min-width: 48em) {
  .page--webform .body-text-callout {
    margin-top: 4.5rem;
  }
}
@media print, screen and (min-width: 64em) {
  .page--webform .body-text-callout {
    margin-top: 6.5rem;
  }
}

.embed-section form .form_pages input,
.embed-section form .form_pages select,
.embed-section form .form_pages textarea {
  border: 0.0625em solid #9e9e9e;
}
.embed-section form .form_pages div.form_action,
.embed-section form .form_pages div.form_question {
  margin-top: 1rem;
  margin-bottom: 0;
}
@media print, screen and (min-width: 48em) {
  .embed-section form .form_pages div.form_action,
  .embed-section form .form_pages div.form_question {
    margin-top: 1.5rem;
  }
}
.embed-section form .form_pages div.form_response {
  margin-top: 0.5rem;
}

.page--program .embed-section form {
  margin-bottom: 4rem;
}
.embed-section div.action,
.embed-section div.form_action {
  margin-top: 1rem;
  margin-bottom: 0;
}
@media print, screen and (min-width: 48em) {
  .embed-section div.action,
  .embed-section div.form_action {
    margin-top: 1.5rem;
  }
}

.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 */
