/**
 * Foundation for Sites by ZURB
 * Version 6.4.4-rc1
 * foundation.zurb.com
 * Licensed under MIT Open Source
 */
.grid-container {
  padding-right: 0.625rem;
  padding-left: 0.625rem;
  max-width: 75rem;
  margin: 0 auto;
}

@media print, screen and (min-width: 40em) {
  .grid-container {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}

.grid-container.fluid {
  padding-right: 0.625rem;
  padding-left: 0.625rem;
  max-width: 100%;
  margin: 0 auto;
}

@media print, screen and (min-width: 40em) {
  .grid-container.fluid {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}

.grid-container.full {
  padding-right: 0;
  padding-left: 0;
  max-width: 100%;
  margin: 0 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 > .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: 40em) {
  .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 > .small-1 {
  width: 8.33333%;
}

.grid-x > .small-2 {
  width: 16.66667%;
}

.grid-x > .small-3 {
  width: 25%;
}

.grid-x > .small-4 {
  width: 33.33333%;
}

.grid-x > .small-5 {
  width: 41.66667%;
}

.grid-x > .small-6 {
  width: 50%;
}

.grid-x > .small-7 {
  width: 58.33333%;
}

.grid-x > .small-8 {
  width: 66.66667%;
}

.grid-x > .small-9 {
  width: 75%;
}

.grid-x > .small-10 {
  width: 83.33333%;
}

.grid-x > .small-11 {
  width: 91.66667%;
}

.grid-x > .small-12 {
  width: 100%;
}

@media print, screen and (min-width: 40em) {
  .grid-x > .medium-auto {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 0px;
            flex: 1 1 0px;
    width: auto;
  }
  .grid-x > .medium-shrink {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
  }
  .grid-x > .medium-1 {
    width: 8.33333%;
  }
  .grid-x > .medium-2 {
    width: 16.66667%;
  }
  .grid-x > .medium-3 {
    width: 25%;
  }
  .grid-x > .medium-4 {
    width: 33.33333%;
  }
  .grid-x > .medium-5 {
    width: 41.66667%;
  }
  .grid-x > .medium-6 {
    width: 50%;
  }
  .grid-x > .medium-7 {
    width: 58.33333%;
  }
  .grid-x > .medium-8 {
    width: 66.66667%;
  }
  .grid-x > .medium-9 {
    width: 75%;
  }
  .grid-x > .medium-10 {
    width: 83.33333%;
  }
  .grid-x > .medium-11 {
    width: 91.66667%;
  }
  .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-shrink {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
  }
  .grid-x > .large-1 {
    width: 8.33333%;
  }
  .grid-x > .large-2 {
    width: 16.66667%;
  }
  .grid-x > .large-3 {
    width: 25%;
  }
  .grid-x > .large-4 {
    width: 33.33333%;
  }
  .grid-x > .large-5 {
    width: 41.66667%;
  }
  .grid-x > .large-6 {
    width: 50%;
  }
  .grid-x > .large-7 {
    width: 58.33333%;
  }
  .grid-x > .large-8 {
    width: 66.66667%;
  }
  .grid-x > .large-9 {
    width: 75%;
  }
  .grid-x > .large-10 {
    width: 83.33333%;
  }
  .grid-x > .large-11 {
    width: 91.66667%;
  }
  .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: -0.625rem;
  margin-right: -0.625rem;
}

@media print, screen and (min-width: 40em) {
  .grid-margin-x {
    margin-left: -0.9375rem;
    margin-right: -0.9375rem;
  }
}

.grid-margin-x > .cell {
  width: calc(100% - 1.25rem);
  margin-left: 0.625rem;
  margin-right: 0.625rem;
}

@media print, screen and (min-width: 40em) {
  .grid-margin-x > .cell {
    width: calc(100% - 1.875rem);
    margin-left: 0.9375rem;
    margin-right: 0.9375rem;
  }
}

.grid-margin-x > .auto {
  width: auto;
}

.grid-margin-x > .shrink {
  width: auto;
}

.grid-margin-x > .small-1 {
  width: calc(8.33333% - 1.25rem);
}

.grid-margin-x > .small-2 {
  width: calc(16.66667% - 1.25rem);
}

.grid-margin-x > .small-3 {
  width: calc(25% - 1.25rem);
}

.grid-margin-x > .small-4 {
  width: calc(33.33333% - 1.25rem);
}

.grid-margin-x > .small-5 {
  width: calc(41.66667% - 1.25rem);
}

.grid-margin-x > .small-6 {
  width: calc(50% - 1.25rem);
}

.grid-margin-x > .small-7 {
  width: calc(58.33333% - 1.25rem);
}

.grid-margin-x > .small-8 {
  width: calc(66.66667% - 1.25rem);
}

.grid-margin-x > .small-9 {
  width: calc(75% - 1.25rem);
}

.grid-margin-x > .small-10 {
  width: calc(83.33333% - 1.25rem);
}

.grid-margin-x > .small-11 {
  width: calc(91.66667% - 1.25rem);
}

.grid-margin-x > .small-12 {
  width: calc(100% - 1.25rem);
}

@media print, screen and (min-width: 40em) {
  .grid-margin-x > .auto {
    width: auto;
  }
  .grid-margin-x > .shrink {
    width: auto;
  }
  .grid-margin-x > .small-1 {
    width: calc(8.33333% - 1.875rem);
  }
  .grid-margin-x > .small-2 {
    width: calc(16.66667% - 1.875rem);
  }
  .grid-margin-x > .small-3 {
    width: calc(25% - 1.875rem);
  }
  .grid-margin-x > .small-4 {
    width: calc(33.33333% - 1.875rem);
  }
  .grid-margin-x > .small-5 {
    width: calc(41.66667% - 1.875rem);
  }
  .grid-margin-x > .small-6 {
    width: calc(50% - 1.875rem);
  }
  .grid-margin-x > .small-7 {
    width: calc(58.33333% - 1.875rem);
  }
  .grid-margin-x > .small-8 {
    width: calc(66.66667% - 1.875rem);
  }
  .grid-margin-x > .small-9 {
    width: calc(75% - 1.875rem);
  }
  .grid-margin-x > .small-10 {
    width: calc(83.33333% - 1.875rem);
  }
  .grid-margin-x > .small-11 {
    width: calc(91.66667% - 1.875rem);
  }
  .grid-margin-x > .small-12 {
    width: calc(100% - 1.875rem);
  }
  .grid-margin-x > .medium-auto {
    width: auto;
  }
  .grid-margin-x > .medium-shrink {
    width: auto;
  }
  .grid-margin-x > .medium-1 {
    width: calc(8.33333% - 1.875rem);
  }
  .grid-margin-x > .medium-2 {
    width: calc(16.66667% - 1.875rem);
  }
  .grid-margin-x > .medium-3 {
    width: calc(25% - 1.875rem);
  }
  .grid-margin-x > .medium-4 {
    width: calc(33.33333% - 1.875rem);
  }
  .grid-margin-x > .medium-5 {
    width: calc(41.66667% - 1.875rem);
  }
  .grid-margin-x > .medium-6 {
    width: calc(50% - 1.875rem);
  }
  .grid-margin-x > .medium-7 {
    width: calc(58.33333% - 1.875rem);
  }
  .grid-margin-x > .medium-8 {
    width: calc(66.66667% - 1.875rem);
  }
  .grid-margin-x > .medium-9 {
    width: calc(75% - 1.875rem);
  }
  .grid-margin-x > .medium-10 {
    width: calc(83.33333% - 1.875rem);
  }
  .grid-margin-x > .medium-11 {
    width: calc(91.66667% - 1.875rem);
  }
  .grid-margin-x > .medium-12 {
    width: calc(100% - 1.875rem);
  }
}

@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.33333% - 1.875rem);
  }
  .grid-margin-x > .large-2 {
    width: calc(16.66667% - 1.875rem);
  }
  .grid-margin-x > .large-3 {
    width: calc(25% - 1.875rem);
  }
  .grid-margin-x > .large-4 {
    width: calc(33.33333% - 1.875rem);
  }
  .grid-margin-x > .large-5 {
    width: calc(41.66667% - 1.875rem);
  }
  .grid-margin-x > .large-6 {
    width: calc(50% - 1.875rem);
  }
  .grid-margin-x > .large-7 {
    width: calc(58.33333% - 1.875rem);
  }
  .grid-margin-x > .large-8 {
    width: calc(66.66667% - 1.875rem);
  }
  .grid-margin-x > .large-9 {
    width: calc(75% - 1.875rem);
  }
  .grid-margin-x > .large-10 {
    width: calc(83.33333% - 1.875rem);
  }
  .grid-margin-x > .large-11 {
    width: calc(91.66667% - 1.875rem);
  }
  .grid-margin-x > .large-12 {
    width: calc(100% - 1.875rem);
  }
}

.grid-padding-x .grid-padding-x {
  margin-right: -0.625rem;
  margin-left: -0.625rem;
}

@media print, screen and (min-width: 40em) {
  .grid-padding-x .grid-padding-x {
    margin-right: -0.9375rem;
    margin-left: -0.9375rem;
  }
}

.grid-container:not(.full) > .grid-padding-x {
  margin-right: -0.625rem;
  margin-left: -0.625rem;
}

@media print, screen and (min-width: 40em) {
  .grid-container:not(.full) > .grid-padding-x {
    margin-right: -0.9375rem;
    margin-left: -0.9375rem;
  }
}

.grid-padding-x > .cell {
  padding-right: 0.625rem;
  padding-left: 0.625rem;
}

@media print, screen and (min-width: 40em) {
  .grid-padding-x > .cell {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}

.small-up-1 > .cell {
  width: 100%;
}

.small-up-2 > .cell {
  width: 50%;
}

.small-up-3 > .cell {
  width: 33.33333%;
}

.small-up-4 > .cell {
  width: 25%;
}

.small-up-5 > .cell {
  width: 20%;
}

.small-up-6 > .cell {
  width: 16.66667%;
}

.small-up-7 > .cell {
  width: 14.28571%;
}

.small-up-8 > .cell {
  width: 12.5%;
}

@media print, screen and (min-width: 40em) {
  .medium-up-1 > .cell {
    width: 100%;
  }
  .medium-up-2 > .cell {
    width: 50%;
  }
  .medium-up-3 > .cell {
    width: 33.33333%;
  }
  .medium-up-4 > .cell {
    width: 25%;
  }
  .medium-up-5 > .cell {
    width: 20%;
  }
  .medium-up-6 > .cell {
    width: 16.66667%;
  }
  .medium-up-7 > .cell {
    width: 14.28571%;
  }
  .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.33333%;
  }
  .large-up-4 > .cell {
    width: 25%;
  }
  .large-up-5 > .cell {
    width: 20%;
  }
  .large-up-6 > .cell {
    width: 16.66667%;
  }
  .large-up-7 > .cell {
    width: 14.28571%;
  }
  .large-up-8 > .cell {
    width: 12.5%;
  }
}

.grid-margin-x.small-up-1 > .cell {
  width: calc(100% - 1.25rem);
}

.grid-margin-x.small-up-2 > .cell {
  width: calc(50% - 1.25rem);
}

.grid-margin-x.small-up-3 > .cell {
  width: calc(33.33333% - 1.25rem);
}

.grid-margin-x.small-up-4 > .cell {
  width: calc(25% - 1.25rem);
}

.grid-margin-x.small-up-5 > .cell {
  width: calc(20% - 1.25rem);
}

.grid-margin-x.small-up-6 > .cell {
  width: calc(16.66667% - 1.25rem);
}

.grid-margin-x.small-up-7 > .cell {
  width: calc(14.28571% - 1.25rem);
}

.grid-margin-x.small-up-8 > .cell {
  width: calc(12.5% - 1.25rem);
}

@media print, screen and (min-width: 40em) {
  .grid-margin-x.small-up-1 > .cell {
    width: calc(100% - 1.25rem);
  }
  .grid-margin-x.small-up-2 > .cell {
    width: calc(50% - 1.25rem);
  }
  .grid-margin-x.small-up-3 > .cell {
    width: calc(33.33333% - 1.25rem);
  }
  .grid-margin-x.small-up-4 > .cell {
    width: calc(25% - 1.25rem);
  }
  .grid-margin-x.small-up-5 > .cell {
    width: calc(20% - 1.25rem);
  }
  .grid-margin-x.small-up-6 > .cell {
    width: calc(16.66667% - 1.25rem);
  }
  .grid-margin-x.small-up-7 > .cell {
    width: calc(14.28571% - 1.25rem);
  }
  .grid-margin-x.small-up-8 > .cell {
    width: calc(12.5% - 1.25rem);
  }
  .grid-margin-x.medium-up-1 > .cell {
    width: calc(100% - 1.875rem);
  }
  .grid-margin-x.medium-up-2 > .cell {
    width: calc(50% - 1.875rem);
  }
  .grid-margin-x.medium-up-3 > .cell {
    width: calc(33.33333% - 1.875rem);
  }
  .grid-margin-x.medium-up-4 > .cell {
    width: calc(25% - 1.875rem);
  }
  .grid-margin-x.medium-up-5 > .cell {
    width: calc(20% - 1.875rem);
  }
  .grid-margin-x.medium-up-6 > .cell {
    width: calc(16.66667% - 1.875rem);
  }
  .grid-margin-x.medium-up-7 > .cell {
    width: calc(14.28571% - 1.875rem);
  }
  .grid-margin-x.medium-up-8 > .cell {
    width: calc(12.5% - 1.875rem);
  }
}

@media print, screen and (min-width: 64em) {
  .grid-margin-x.large-up-1 > .cell {
    width: calc(100% - 1.875rem);
  }
  .grid-margin-x.large-up-2 > .cell {
    width: calc(50% - 1.875rem);
  }
  .grid-margin-x.large-up-3 > .cell {
    width: calc(33.33333% - 1.875rem);
  }
  .grid-margin-x.large-up-4 > .cell {
    width: calc(25% - 1.875rem);
  }
  .grid-margin-x.large-up-5 > .cell {
    width: calc(20% - 1.875rem);
  }
  .grid-margin-x.large-up-6 > .cell {
    width: calc(16.66667% - 1.875rem);
  }
  .grid-margin-x.large-up-7 > .cell {
    width: calc(14.28571% - 1.875rem);
  }
  .grid-margin-x.large-up-8 > .cell {
    width: calc(12.5% - 1.875rem);
  }
}

.small-margin-collapse {
  margin-right: 0;
  margin-left: 0;
}

.small-margin-collapse > .cell {
  margin-right: 0;
  margin-left: 0;
}

.small-margin-collapse > .small-1 {
  width: 8.33333%;
}

.small-margin-collapse > .small-2 {
  width: 16.66667%;
}

.small-margin-collapse > .small-3 {
  width: 25%;
}

.small-margin-collapse > .small-4 {
  width: 33.33333%;
}

.small-margin-collapse > .small-5 {
  width: 41.66667%;
}

.small-margin-collapse > .small-6 {
  width: 50%;
}

.small-margin-collapse > .small-7 {
  width: 58.33333%;
}

.small-margin-collapse > .small-8 {
  width: 66.66667%;
}

.small-margin-collapse > .small-9 {
  width: 75%;
}

.small-margin-collapse > .small-10 {
  width: 83.33333%;
}

.small-margin-collapse > .small-11 {
  width: 91.66667%;
}

.small-margin-collapse > .small-12 {
  width: 100%;
}

@media print, screen and (min-width: 40em) {
  .small-margin-collapse > .medium-1 {
    width: 8.33333%;
  }
  .small-margin-collapse > .medium-2 {
    width: 16.66667%;
  }
  .small-margin-collapse > .medium-3 {
    width: 25%;
  }
  .small-margin-collapse > .medium-4 {
    width: 33.33333%;
  }
  .small-margin-collapse > .medium-5 {
    width: 41.66667%;
  }
  .small-margin-collapse > .medium-6 {
    width: 50%;
  }
  .small-margin-collapse > .medium-7 {
    width: 58.33333%;
  }
  .small-margin-collapse > .medium-8 {
    width: 66.66667%;
  }
  .small-margin-collapse > .medium-9 {
    width: 75%;
  }
  .small-margin-collapse > .medium-10 {
    width: 83.33333%;
  }
  .small-margin-collapse > .medium-11 {
    width: 91.66667%;
  }
  .small-margin-collapse > .medium-12 {
    width: 100%;
  }
}

@media print, screen and (min-width: 64em) {
  .small-margin-collapse > .large-1 {
    width: 8.33333%;
  }
  .small-margin-collapse > .large-2 {
    width: 16.66667%;
  }
  .small-margin-collapse > .large-3 {
    width: 25%;
  }
  .small-margin-collapse > .large-4 {
    width: 33.33333%;
  }
  .small-margin-collapse > .large-5 {
    width: 41.66667%;
  }
  .small-margin-collapse > .large-6 {
    width: 50%;
  }
  .small-margin-collapse > .large-7 {
    width: 58.33333%;
  }
  .small-margin-collapse > .large-8 {
    width: 66.66667%;
  }
  .small-margin-collapse > .large-9 {
    width: 75%;
  }
  .small-margin-collapse > .large-10 {
    width: 83.33333%;
  }
  .small-margin-collapse > .large-11 {
    width: 91.66667%;
  }
  .small-margin-collapse > .large-12 {
    width: 100%;
  }
}

.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: 40em) {
  .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: 40em) {
  .medium-margin-collapse > .small-1 {
    width: 8.33333%;
  }
  .medium-margin-collapse > .small-2 {
    width: 16.66667%;
  }
  .medium-margin-collapse > .small-3 {
    width: 25%;
  }
  .medium-margin-collapse > .small-4 {
    width: 33.33333%;
  }
  .medium-margin-collapse > .small-5 {
    width: 41.66667%;
  }
  .medium-margin-collapse > .small-6 {
    width: 50%;
  }
  .medium-margin-collapse > .small-7 {
    width: 58.33333%;
  }
  .medium-margin-collapse > .small-8 {
    width: 66.66667%;
  }
  .medium-margin-collapse > .small-9 {
    width: 75%;
  }
  .medium-margin-collapse > .small-10 {
    width: 83.33333%;
  }
  .medium-margin-collapse > .small-11 {
    width: 91.66667%;
  }
  .medium-margin-collapse > .small-12 {
    width: 100%;
  }
}

@media print, screen and (min-width: 40em) {
  .medium-margin-collapse > .medium-1 {
    width: 8.33333%;
  }
  .medium-margin-collapse > .medium-2 {
    width: 16.66667%;
  }
  .medium-margin-collapse > .medium-3 {
    width: 25%;
  }
  .medium-margin-collapse > .medium-4 {
    width: 33.33333%;
  }
  .medium-margin-collapse > .medium-5 {
    width: 41.66667%;
  }
  .medium-margin-collapse > .medium-6 {
    width: 50%;
  }
  .medium-margin-collapse > .medium-7 {
    width: 58.33333%;
  }
  .medium-margin-collapse > .medium-8 {
    width: 66.66667%;
  }
  .medium-margin-collapse > .medium-9 {
    width: 75%;
  }
  .medium-margin-collapse > .medium-10 {
    width: 83.33333%;
  }
  .medium-margin-collapse > .medium-11 {
    width: 91.66667%;
  }
  .medium-margin-collapse > .medium-12 {
    width: 100%;
  }
}

@media print, screen and (min-width: 64em) {
  .medium-margin-collapse > .large-1 {
    width: 8.33333%;
  }
  .medium-margin-collapse > .large-2 {
    width: 16.66667%;
  }
  .medium-margin-collapse > .large-3 {
    width: 25%;
  }
  .medium-margin-collapse > .large-4 {
    width: 33.33333%;
  }
  .medium-margin-collapse > .large-5 {
    width: 41.66667%;
  }
  .medium-margin-collapse > .large-6 {
    width: 50%;
  }
  .medium-margin-collapse > .large-7 {
    width: 58.33333%;
  }
  .medium-margin-collapse > .large-8 {
    width: 66.66667%;
  }
  .medium-margin-collapse > .large-9 {
    width: 75%;
  }
  .medium-margin-collapse > .large-10 {
    width: 83.33333%;
  }
  .medium-margin-collapse > .large-11 {
    width: 91.66667%;
  }
  .medium-margin-collapse > .large-12 {
    width: 100%;
  }
}

@media print, screen and (min-width: 40em) {
  .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 > .small-1 {
    width: 8.33333%;
  }
  .large-margin-collapse > .small-2 {
    width: 16.66667%;
  }
  .large-margin-collapse > .small-3 {
    width: 25%;
  }
  .large-margin-collapse > .small-4 {
    width: 33.33333%;
  }
  .large-margin-collapse > .small-5 {
    width: 41.66667%;
  }
  .large-margin-collapse > .small-6 {
    width: 50%;
  }
  .large-margin-collapse > .small-7 {
    width: 58.33333%;
  }
  .large-margin-collapse > .small-8 {
    width: 66.66667%;
  }
  .large-margin-collapse > .small-9 {
    width: 75%;
  }
  .large-margin-collapse > .small-10 {
    width: 83.33333%;
  }
  .large-margin-collapse > .small-11 {
    width: 91.66667%;
  }
  .large-margin-collapse > .small-12 {
    width: 100%;
  }
}

@media print, screen and (min-width: 64em) {
  .large-margin-collapse > .medium-1 {
    width: 8.33333%;
  }
  .large-margin-collapse > .medium-2 {
    width: 16.66667%;
  }
  .large-margin-collapse > .medium-3 {
    width: 25%;
  }
  .large-margin-collapse > .medium-4 {
    width: 33.33333%;
  }
  .large-margin-collapse > .medium-5 {
    width: 41.66667%;
  }
  .large-margin-collapse > .medium-6 {
    width: 50%;
  }
  .large-margin-collapse > .medium-7 {
    width: 58.33333%;
  }
  .large-margin-collapse > .medium-8 {
    width: 66.66667%;
  }
  .large-margin-collapse > .medium-9 {
    width: 75%;
  }
  .large-margin-collapse > .medium-10 {
    width: 83.33333%;
  }
  .large-margin-collapse > .medium-11 {
    width: 91.66667%;
  }
  .large-margin-collapse > .medium-12 {
    width: 100%;
  }
}

@media print, screen and (min-width: 64em) {
  .large-margin-collapse > .large-1 {
    width: 8.33333%;
  }
  .large-margin-collapse > .large-2 {
    width: 16.66667%;
  }
  .large-margin-collapse > .large-3 {
    width: 25%;
  }
  .large-margin-collapse > .large-4 {
    width: 33.33333%;
  }
  .large-margin-collapse > .large-5 {
    width: 41.66667%;
  }
  .large-margin-collapse > .large-6 {
    width: 50%;
  }
  .large-margin-collapse > .large-7 {
    width: 58.33333%;
  }
  .large-margin-collapse > .large-8 {
    width: 66.66667%;
  }
  .large-margin-collapse > .large-9 {
    width: 75%;
  }
  .large-margin-collapse > .large-10 {
    width: 83.33333%;
  }
  .large-margin-collapse > .large-11 {
    width: 91.66667%;
  }
  .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;
  }
}

.small-offset-0 {
  margin-left: 0%;
}

.grid-margin-x > .small-offset-0 {
  margin-left: calc(0% + 0.625rem);
}

.small-offset-1 {
  margin-left: 8.33333%;
}

.grid-margin-x > .small-offset-1 {
  margin-left: calc(8.33333% + 0.625rem);
}

.small-offset-2 {
  margin-left: 16.66667%;
}

.grid-margin-x > .small-offset-2 {
  margin-left: calc(16.66667% + 0.625rem);
}

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

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

.small-offset-4 {
  margin-left: 33.33333%;
}

.grid-margin-x > .small-offset-4 {
  margin-left: calc(33.33333% + 0.625rem);
}

.small-offset-5 {
  margin-left: 41.66667%;
}

.grid-margin-x > .small-offset-5 {
  margin-left: calc(41.66667% + 0.625rem);
}

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

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

.small-offset-7 {
  margin-left: 58.33333%;
}

.grid-margin-x > .small-offset-7 {
  margin-left: calc(58.33333% + 0.625rem);
}

.small-offset-8 {
  margin-left: 66.66667%;
}

.grid-margin-x > .small-offset-8 {
  margin-left: calc(66.66667% + 0.625rem);
}

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

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

.small-offset-10 {
  margin-left: 83.33333%;
}

.grid-margin-x > .small-offset-10 {
  margin-left: calc(83.33333% + 0.625rem);
}

.small-offset-11 {
  margin-left: 91.66667%;
}

.grid-margin-x > .small-offset-11 {
  margin-left: calc(91.66667% + 0.625rem);
}

@media print, screen and (min-width: 40em) {
  .medium-offset-0 {
    margin-left: 0%;
  }
  .grid-margin-x > .medium-offset-0 {
    margin-left: calc(0% + 0.9375rem);
  }
  .medium-offset-1 {
    margin-left: 8.33333%;
  }
  .grid-margin-x > .medium-offset-1 {
    margin-left: calc(8.33333% + 0.9375rem);
  }
  .medium-offset-2 {
    margin-left: 16.66667%;
  }
  .grid-margin-x > .medium-offset-2 {
    margin-left: calc(16.66667% + 0.9375rem);
  }
  .medium-offset-3 {
    margin-left: 25%;
  }
  .grid-margin-x > .medium-offset-3 {
    margin-left: calc(25% + 0.9375rem);
  }
  .medium-offset-4 {
    margin-left: 33.33333%;
  }
  .grid-margin-x > .medium-offset-4 {
    margin-left: calc(33.33333% + 0.9375rem);
  }
  .medium-offset-5 {
    margin-left: 41.66667%;
  }
  .grid-margin-x > .medium-offset-5 {
    margin-left: calc(41.66667% + 0.9375rem);
  }
  .medium-offset-6 {
    margin-left: 50%;
  }
  .grid-margin-x > .medium-offset-6 {
    margin-left: calc(50% + 0.9375rem);
  }
  .medium-offset-7 {
    margin-left: 58.33333%;
  }
  .grid-margin-x > .medium-offset-7 {
    margin-left: calc(58.33333% + 0.9375rem);
  }
  .medium-offset-8 {
    margin-left: 66.66667%;
  }
  .grid-margin-x > .medium-offset-8 {
    margin-left: calc(66.66667% + 0.9375rem);
  }
  .medium-offset-9 {
    margin-left: 75%;
  }
  .grid-margin-x > .medium-offset-9 {
    margin-left: calc(75% + 0.9375rem);
  }
  .medium-offset-10 {
    margin-left: 83.33333%;
  }
  .grid-margin-x > .medium-offset-10 {
    margin-left: calc(83.33333% + 0.9375rem);
  }
  .medium-offset-11 {
    margin-left: 91.66667%;
  }
  .grid-margin-x > .medium-offset-11 {
    margin-left: calc(91.66667% + 0.9375rem);
  }
}

@media print, screen and (min-width: 64em) {
  .large-offset-0 {
    margin-left: 0%;
  }
  .grid-margin-x > .large-offset-0 {
    margin-left: calc(0% + 0.9375rem);
  }
  .large-offset-1 {
    margin-left: 8.33333%;
  }
  .grid-margin-x > .large-offset-1 {
    margin-left: calc(8.33333% + 0.9375rem);
  }
  .large-offset-2 {
    margin-left: 16.66667%;
  }
  .grid-margin-x > .large-offset-2 {
    margin-left: calc(16.66667% + 0.9375rem);
  }
  .large-offset-3 {
    margin-left: 25%;
  }
  .grid-margin-x > .large-offset-3 {
    margin-left: calc(25% + 0.9375rem);
  }
  .large-offset-4 {
    margin-left: 33.33333%;
  }
  .grid-margin-x > .large-offset-4 {
    margin-left: calc(33.33333% + 0.9375rem);
  }
  .large-offset-5 {
    margin-left: 41.66667%;
  }
  .grid-margin-x > .large-offset-5 {
    margin-left: calc(41.66667% + 0.9375rem);
  }
  .large-offset-6 {
    margin-left: 50%;
  }
  .grid-margin-x > .large-offset-6 {
    margin-left: calc(50% + 0.9375rem);
  }
  .large-offset-7 {
    margin-left: 58.33333%;
  }
  .grid-margin-x > .large-offset-7 {
    margin-left: calc(58.33333% + 0.9375rem);
  }
  .large-offset-8 {
    margin-left: 66.66667%;
  }
  .grid-margin-x > .large-offset-8 {
    margin-left: calc(66.66667% + 0.9375rem);
  }
  .large-offset-9 {
    margin-left: 75%;
  }
  .grid-margin-x > .large-offset-9 {
    margin-left: calc(75% + 0.9375rem);
  }
  .large-offset-10 {
    margin-left: 83.33333%;
  }
  .grid-margin-x > .large-offset-10 {
    margin-left: calc(83.33333% + 0.9375rem);
  }
  .large-offset-11 {
    margin-left: 91.66667%;
  }
  .grid-margin-x > .large-offset-11 {
    margin-left: calc(91.66667% + 0.9375rem);
  }
}

.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 > .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: 40em) {
  .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 > .small-1 {
  height: 8.33333%;
}

.grid-y > .small-2 {
  height: 16.66667%;
}

.grid-y > .small-3 {
  height: 25%;
}

.grid-y > .small-4 {
  height: 33.33333%;
}

.grid-y > .small-5 {
  height: 41.66667%;
}

.grid-y > .small-6 {
  height: 50%;
}

.grid-y > .small-7 {
  height: 58.33333%;
}

.grid-y > .small-8 {
  height: 66.66667%;
}

.grid-y > .small-9 {
  height: 75%;
}

.grid-y > .small-10 {
  height: 83.33333%;
}

.grid-y > .small-11 {
  height: 91.66667%;
}

.grid-y > .small-12 {
  height: 100%;
}

@media print, screen and (min-width: 40em) {
  .grid-y > .medium-auto {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 0px;
            flex: 1 1 0px;
    height: auto;
  }
  .grid-y > .medium-shrink {
    height: auto;
  }
  .grid-y > .medium-1 {
    height: 8.33333%;
  }
  .grid-y > .medium-2 {
    height: 16.66667%;
  }
  .grid-y > .medium-3 {
    height: 25%;
  }
  .grid-y > .medium-4 {
    height: 33.33333%;
  }
  .grid-y > .medium-5 {
    height: 41.66667%;
  }
  .grid-y > .medium-6 {
    height: 50%;
  }
  .grid-y > .medium-7 {
    height: 58.33333%;
  }
  .grid-y > .medium-8 {
    height: 66.66667%;
  }
  .grid-y > .medium-9 {
    height: 75%;
  }
  .grid-y > .medium-10 {
    height: 83.33333%;
  }
  .grid-y > .medium-11 {
    height: 91.66667%;
  }
  .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-shrink {
    height: auto;
  }
  .grid-y > .large-1 {
    height: 8.33333%;
  }
  .grid-y > .large-2 {
    height: 16.66667%;
  }
  .grid-y > .large-3 {
    height: 25%;
  }
  .grid-y > .large-4 {
    height: 33.33333%;
  }
  .grid-y > .large-5 {
    height: 41.66667%;
  }
  .grid-y > .large-6 {
    height: 50%;
  }
  .grid-y > .large-7 {
    height: 58.33333%;
  }
  .grid-y > .large-8 {
    height: 66.66667%;
  }
  .grid-y > .large-9 {
    height: 75%;
  }
  .grid-y > .large-10 {
    height: 83.33333%;
  }
  .grid-y > .large-11 {
    height: 91.66667%;
  }
  .grid-y > .large-12 {
    height: 100%;
  }
}

.grid-padding-y .grid-padding-y {
  margin-top: -0.625rem;
  margin-bottom: -0.625rem;
}

@media print, screen and (min-width: 40em) {
  .grid-padding-y .grid-padding-y {
    margin-top: -0.9375rem;
    margin-bottom: -0.9375rem;
  }
}

.grid-padding-y > .cell {
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
}

@media print, screen and (min-width: 40em) {
  .grid-padding-y > .cell {
    padding-top: 0.9375rem;
    padding-bottom: 0.9375rem;
  }
}

.grid-margin-y {
  margin-top: -0.625rem;
  margin-bottom: -0.625rem;
}

@media print, screen and (min-width: 40em) {
  .grid-margin-y {
    margin-top: -0.9375rem;
    margin-bottom: -0.9375rem;
  }
}

.grid-margin-y > .cell {
  height: calc(100% - 1.25rem);
  margin-top: 0.625rem;
  margin-bottom: 0.625rem;
}

@media print, screen and (min-width: 40em) {
  .grid-margin-y > .cell {
    height: calc(100% - 1.875rem);
    margin-top: 0.9375rem;
    margin-bottom: 0.9375rem;
  }
}

.grid-margin-y > .auto {
  height: auto;
}

.grid-margin-y > .shrink {
  height: auto;
}

.grid-margin-y > .small-1 {
  height: calc(8.33333% - 1.25rem);
}

.grid-margin-y > .small-2 {
  height: calc(16.66667% - 1.25rem);
}

.grid-margin-y > .small-3 {
  height: calc(25% - 1.25rem);
}

.grid-margin-y > .small-4 {
  height: calc(33.33333% - 1.25rem);
}

.grid-margin-y > .small-5 {
  height: calc(41.66667% - 1.25rem);
}

.grid-margin-y > .small-6 {
  height: calc(50% - 1.25rem);
}

.grid-margin-y > .small-7 {
  height: calc(58.33333% - 1.25rem);
}

.grid-margin-y > .small-8 {
  height: calc(66.66667% - 1.25rem);
}

.grid-margin-y > .small-9 {
  height: calc(75% - 1.25rem);
}

.grid-margin-y > .small-10 {
  height: calc(83.33333% - 1.25rem);
}

.grid-margin-y > .small-11 {
  height: calc(91.66667% - 1.25rem);
}

.grid-margin-y > .small-12 {
  height: calc(100% - 1.25rem);
}

@media print, screen and (min-width: 40em) {
  .grid-margin-y > .auto {
    height: auto;
  }
  .grid-margin-y > .shrink {
    height: auto;
  }
  .grid-margin-y > .small-1 {
    height: calc(8.33333% - 1.875rem);
  }
  .grid-margin-y > .small-2 {
    height: calc(16.66667% - 1.875rem);
  }
  .grid-margin-y > .small-3 {
    height: calc(25% - 1.875rem);
  }
  .grid-margin-y > .small-4 {
    height: calc(33.33333% - 1.875rem);
  }
  .grid-margin-y > .small-5 {
    height: calc(41.66667% - 1.875rem);
  }
  .grid-margin-y > .small-6 {
    height: calc(50% - 1.875rem);
  }
  .grid-margin-y > .small-7 {
    height: calc(58.33333% - 1.875rem);
  }
  .grid-margin-y > .small-8 {
    height: calc(66.66667% - 1.875rem);
  }
  .grid-margin-y > .small-9 {
    height: calc(75% - 1.875rem);
  }
  .grid-margin-y > .small-10 {
    height: calc(83.33333% - 1.875rem);
  }
  .grid-margin-y > .small-11 {
    height: calc(91.66667% - 1.875rem);
  }
  .grid-margin-y > .small-12 {
    height: calc(100% - 1.875rem);
  }
  .grid-margin-y > .medium-auto {
    height: auto;
  }
  .grid-margin-y > .medium-shrink {
    height: auto;
  }
  .grid-margin-y > .medium-1 {
    height: calc(8.33333% - 1.875rem);
  }
  .grid-margin-y > .medium-2 {
    height: calc(16.66667% - 1.875rem);
  }
  .grid-margin-y > .medium-3 {
    height: calc(25% - 1.875rem);
  }
  .grid-margin-y > .medium-4 {
    height: calc(33.33333% - 1.875rem);
  }
  .grid-margin-y > .medium-5 {
    height: calc(41.66667% - 1.875rem);
  }
  .grid-margin-y > .medium-6 {
    height: calc(50% - 1.875rem);
  }
  .grid-margin-y > .medium-7 {
    height: calc(58.33333% - 1.875rem);
  }
  .grid-margin-y > .medium-8 {
    height: calc(66.66667% - 1.875rem);
  }
  .grid-margin-y > .medium-9 {
    height: calc(75% - 1.875rem);
  }
  .grid-margin-y > .medium-10 {
    height: calc(83.33333% - 1.875rem);
  }
  .grid-margin-y > .medium-11 {
    height: calc(91.66667% - 1.875rem);
  }
  .grid-margin-y > .medium-12 {
    height: calc(100% - 1.875rem);
  }
}

@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.33333% - 1.875rem);
  }
  .grid-margin-y > .large-2 {
    height: calc(16.66667% - 1.875rem);
  }
  .grid-margin-y > .large-3 {
    height: calc(25% - 1.875rem);
  }
  .grid-margin-y > .large-4 {
    height: calc(33.33333% - 1.875rem);
  }
  .grid-margin-y > .large-5 {
    height: calc(41.66667% - 1.875rem);
  }
  .grid-margin-y > .large-6 {
    height: calc(50% - 1.875rem);
  }
  .grid-margin-y > .large-7 {
    height: calc(58.33333% - 1.875rem);
  }
  .grid-margin-y > .large-8 {
    height: calc(66.66667% - 1.875rem);
  }
  .grid-margin-y > .large-9 {
    height: calc(75% - 1.875rem);
  }
  .grid-margin-y > .large-10 {
    height: calc(83.33333% - 1.875rem);
  }
  .grid-margin-y > .large-11 {
    height: calc(91.66667% - 1.875rem);
  }
  .grid-margin-y > .large-12 {
    height: calc(100% - 1.875rem);
  }
}

.grid-frame {
  overflow: hidden;
  position: relative;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  width: 100vw;
}

.cell .grid-frame {
  width: 100%;
}

.cell-block {
  overflow-x: auto;
  max-width: 100%;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-stype: -ms-autohiding-scrollbar;
}

.cell-block-y {
  overflow-y: auto;
  max-height: 100%;
  height: 100%;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-stype: -ms-autohiding-scrollbar;
}

.cell-block-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  max-height: 100%;
}

.cell-block-container > .grid-x {
  max-height: 100%;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}

@media print, screen and (min-width: 40em) {
  .medium-grid-frame {
    overflow: hidden;
    position: relative;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    width: 100vw;
  }
  .cell .medium-grid-frame {
    width: 100%;
  }
  .medium-cell-block {
    overflow-x: auto;
    max-width: 100%;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-stype: -ms-autohiding-scrollbar;
  }
  .medium-cell-block-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    max-height: 100%;
  }
  .medium-cell-block-container > .grid-x {
    max-height: 100%;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
  .medium-cell-block-y {
    overflow-y: auto;
    max-height: 100%;
    height: 100%;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-stype: -ms-autohiding-scrollbar;
  }
}

@media print, screen and (min-width: 64em) {
  .large-grid-frame {
    overflow: hidden;
    position: relative;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    width: 100vw;
  }
  .cell .large-grid-frame {
    width: 100%;
  }
  .large-cell-block {
    overflow-x: auto;
    max-width: 100%;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-stype: -ms-autohiding-scrollbar;
  }
  .large-cell-block-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    max-height: 100%;
  }
  .large-cell-block-container > .grid-x {
    max-height: 100%;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
  .large-cell-block-y {
    overflow-y: auto;
    max-height: 100%;
    height: 100%;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-stype: -ms-autohiding-scrollbar;
  }
}

.grid-y.grid-frame {
  width: auto;
  overflow: hidden;
  position: relative;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  height: 100vh;
}

@media print, screen and (min-width: 40em) {
  .grid-y.medium-grid-frame {
    width: auto;
    overflow: hidden;
    position: relative;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    height: 100vh;
  }
}

@media print, screen and (min-width: 64em) {
  .grid-y.large-grid-frame {
    width: auto;
    overflow: hidden;
    position: relative;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    height: 100vh;
  }
}

.cell .grid-y.grid-frame {
  height: 100%;
}

@media print, screen and (min-width: 40em) {
  .cell .grid-y.medium-grid-frame {
    height: 100%;
  }
}

@media print, screen and (min-width: 64em) {
  .cell .grid-y.large-grid-frame {
    height: 100%;
  }
}

.grid-margin-y {
  margin-top: -0.625rem;
  margin-bottom: -0.625rem;
}

@media print, screen and (min-width: 40em) {
  .grid-margin-y {
    margin-top: -0.9375rem;
    margin-bottom: -0.9375rem;
  }
}

.grid-margin-y > .cell {
  height: calc(100% - 1.25rem);
  margin-top: 0.625rem;
  margin-bottom: 0.625rem;
}

@media print, screen and (min-width: 40em) {
  .grid-margin-y > .cell {
    height: calc(100% - 1.875rem);
    margin-top: 0.9375rem;
    margin-bottom: 0.9375rem;
  }
}

.grid-margin-y > .auto {
  height: auto;
}

.grid-margin-y > .shrink {
  height: auto;
}

.grid-margin-y > .small-1 {
  height: calc(8.33333% - 1.25rem);
}

.grid-margin-y > .small-2 {
  height: calc(16.66667% - 1.25rem);
}

.grid-margin-y > .small-3 {
  height: calc(25% - 1.25rem);
}

.grid-margin-y > .small-4 {
  height: calc(33.33333% - 1.25rem);
}

.grid-margin-y > .small-5 {
  height: calc(41.66667% - 1.25rem);
}

.grid-margin-y > .small-6 {
  height: calc(50% - 1.25rem);
}

.grid-margin-y > .small-7 {
  height: calc(58.33333% - 1.25rem);
}

.grid-margin-y > .small-8 {
  height: calc(66.66667% - 1.25rem);
}

.grid-margin-y > .small-9 {
  height: calc(75% - 1.25rem);
}

.grid-margin-y > .small-10 {
  height: calc(83.33333% - 1.25rem);
}

.grid-margin-y > .small-11 {
  height: calc(91.66667% - 1.25rem);
}

.grid-margin-y > .small-12 {
  height: calc(100% - 1.25rem);
}

@media print, screen and (min-width: 40em) {
  .grid-margin-y > .auto {
    height: auto;
  }
  .grid-margin-y > .shrink {
    height: auto;
  }
  .grid-margin-y > .small-1 {
    height: calc(8.33333% - 1.875rem);
  }
  .grid-margin-y > .small-2 {
    height: calc(16.66667% - 1.875rem);
  }
  .grid-margin-y > .small-3 {
    height: calc(25% - 1.875rem);
  }
  .grid-margin-y > .small-4 {
    height: calc(33.33333% - 1.875rem);
  }
  .grid-margin-y > .small-5 {
    height: calc(41.66667% - 1.875rem);
  }
  .grid-margin-y > .small-6 {
    height: calc(50% - 1.875rem);
  }
  .grid-margin-y > .small-7 {
    height: calc(58.33333% - 1.875rem);
  }
  .grid-margin-y > .small-8 {
    height: calc(66.66667% - 1.875rem);
  }
  .grid-margin-y > .small-9 {
    height: calc(75% - 1.875rem);
  }
  .grid-margin-y > .small-10 {
    height: calc(83.33333% - 1.875rem);
  }
  .grid-margin-y > .small-11 {
    height: calc(91.66667% - 1.875rem);
  }
  .grid-margin-y > .small-12 {
    height: calc(100% - 1.875rem);
  }
  .grid-margin-y > .medium-auto {
    height: auto;
  }
  .grid-margin-y > .medium-shrink {
    height: auto;
  }
  .grid-margin-y > .medium-1 {
    height: calc(8.33333% - 1.875rem);
  }
  .grid-margin-y > .medium-2 {
    height: calc(16.66667% - 1.875rem);
  }
  .grid-margin-y > .medium-3 {
    height: calc(25% - 1.875rem);
  }
  .grid-margin-y > .medium-4 {
    height: calc(33.33333% - 1.875rem);
  }
  .grid-margin-y > .medium-5 {
    height: calc(41.66667% - 1.875rem);
  }
  .grid-margin-y > .medium-6 {
    height: calc(50% - 1.875rem);
  }
  .grid-margin-y > .medium-7 {
    height: calc(58.33333% - 1.875rem);
  }
  .grid-margin-y > .medium-8 {
    height: calc(66.66667% - 1.875rem);
  }
  .grid-margin-y > .medium-9 {
    height: calc(75% - 1.875rem);
  }
  .grid-margin-y > .medium-10 {
    height: calc(83.33333% - 1.875rem);
  }
  .grid-margin-y > .medium-11 {
    height: calc(91.66667% - 1.875rem);
  }
  .grid-margin-y > .medium-12 {
    height: calc(100% - 1.875rem);
  }
}

@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.33333% - 1.875rem);
  }
  .grid-margin-y > .large-2 {
    height: calc(16.66667% - 1.875rem);
  }
  .grid-margin-y > .large-3 {
    height: calc(25% - 1.875rem);
  }
  .grid-margin-y > .large-4 {
    height: calc(33.33333% - 1.875rem);
  }
  .grid-margin-y > .large-5 {
    height: calc(41.66667% - 1.875rem);
  }
  .grid-margin-y > .large-6 {
    height: calc(50% - 1.875rem);
  }
  .grid-margin-y > .large-7 {
    height: calc(58.33333% - 1.875rem);
  }
  .grid-margin-y > .large-8 {
    height: calc(66.66667% - 1.875rem);
  }
  .grid-margin-y > .large-9 {
    height: calc(75% - 1.875rem);
  }
  .grid-margin-y > .large-10 {
    height: calc(83.33333% - 1.875rem);
  }
  .grid-margin-y > .large-11 {
    height: calc(91.66667% - 1.875rem);
  }
  .grid-margin-y > .large-12 {
    height: calc(100% - 1.875rem);
  }
}

.grid-frame.grid-margin-y {
  height: calc(100vh + 1.25rem);
}

@media print, screen and (min-width: 40em) {
  .grid-frame.grid-margin-y {
    height: calc(100vh + 1.875rem);
  }
}

@media print, screen and (min-width: 64em) {
  .grid-frame.grid-margin-y {
    height: calc(100vh + 1.875rem);
  }
}

@media print, screen and (min-width: 40em) {
  .grid-margin-y.medium-grid-frame {
    height: calc(100vh + 1.875rem);
  }
}

@media print, screen and (min-width: 64em) {
  .grid-margin-y.large-grid-frame {
    height: calc(100vh + 1.875rem);
  }
}

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

.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: 40em) {
  .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: 40em) {
  .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;
  }
}

/*! normalize-scss | MIT/GPLv2 License | bit.ly/normalize-scss */
/* Document
       ========================================================================== */
/**
     * 1. Change the default font family in all browsers (opinionated).
     * 2. Correct the line height in all browsers.
     * 3. Prevent adjustments of font size after orientation changes in
     *    IE on Windows Phone and in iOS.
     */
html {
  font-family: sans-serif;
  /* 1 */
  line-height: 1.15;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 3 */
  -webkit-text-size-adjust: 100%;
  /* 3 */
}

/* Sections
       ========================================================================== */
/**
     * Remove the margin in all browsers (opinionated).
     */
body {
  margin: 0;
}

/**
     * Add the correct display in IE 9-.
     */
article,
aside,
footer,
header,
nav,
section {
  display: block;
}

/**
     * Correct the font size and margin on `h1` elements within `section` and
     * `article` contexts in Chrome, Firefox, and Safari.
     */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
       ========================================================================== */
/**
     * Add the correct display in IE 9-.
     */
figcaption,
figure {
  display: block;
}

/**
     * Add the correct margin in IE 8.
     */
figure {
  margin: 1em 40px;
}

/**
     * 1. Add the correct box sizing in Firefox.
     * 2. Show the overflow in Edge and IE.
     */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
     * Add the correct display in IE.
     */
main {
  display: block;
}

/**
     * 1. Correct the inheritance and scaling of font size in all browsers.
     * 2. Correct the odd `em` font sizing in all browsers.
     */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Links
       ========================================================================== */
/**
     * 1. Remove the gray background on active links in IE 10.
     * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
     */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */
}

/**
     * Remove the outline on focused links when they are also active or hovered
     * in all browsers (opinionated).
     */
a:active,
a:hover {
  outline-width: 0;
}

/* Text-level semantics
       ========================================================================== */
/**
     * 1. Remove the bottom border in Firefox 39-.
     * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
     */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */
}

/**
     * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
     */
b,
strong {
  font-weight: inherit;
}

/**
     * Add the correct font weight in Chrome, Edge, and Safari.
     */
b,
strong {
  font-weight: bolder;
}

/**
     * 1. Correct the inheritance and scaling of font size in all browsers.
     * 2. Correct the odd `em` font sizing in all browsers.
     */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
     * Add the correct font style in Android 4.3-.
     */
dfn {
  font-style: italic;
}

/**
     * Add the correct background and color in IE 9-.
     */
mark {
  background-color: #ff0;
  color: #000;
}

/**
     * Add the correct font size in all browsers.
     */
small {
  font-size: 80%;
}

/**
     * Prevent `sub` and `sup` elements from affecting the line height in
     * all browsers.
     */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
       ========================================================================== */
/**
     * Add the correct display in IE 9-.
     */
audio,
video {
  display: inline-block;
}

/**
     * Add the correct display in iOS 4-7.
     */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
     * Remove the border on images inside links in IE 10-.
     */
img {
  border-style: none;
}

/**
     * Hide the overflow in IE.
     */
svg:not(:root) {
  overflow: hidden;
}

/* Forms
       ========================================================================== */
/**
     * 1. Change the font styles in all browsers (opinionated).
     * 2. Remove the margin in Firefox and Safari.
     */
button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
     * Show the overflow in IE.
     */
button {
  overflow: visible;
}

/**
     * Remove the inheritance of text transform in Edge, Firefox, and IE.
     * 1. Remove the inheritance of text transform in Firefox.
     */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
     * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
     *    controls in Android 4.
     * 2. Correct the inability to style clickable types in iOS and Safari.
     */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
  /**
       * Remove the inner border and padding in Firefox.
       */
  /**
       * Restore the focus styles unset by the previous rule.
       */
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
     * Show the overflow in Edge.
     */
input {
  overflow: visible;
}

/**
     * 1. Add the correct box sizing in IE 10-.
     * 2. Remove the padding in IE 10-.
     */
[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
     * Correct the cursor style of increment and decrement buttons in Chrome.
     */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
     * 1. Correct the odd appearance in Chrome and Safari.
     * 2. Correct the outline style in Safari.
     */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
  /**
       * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
       */
}

[type="search"]::-webkit-search-cancel-button, [type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
     * 1. Correct the inability to style clickable types in iOS and Safari.
     * 2. Change font properties to `inherit` in Safari.
     */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/**
     * Change the border, margin, and padding in all browsers (opinionated).
     */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
     * 1. Correct the text wrapping in Edge and IE.
     * 2. Correct the color inheritance from `fieldset` elements in IE.
     * 3. Remove the padding so developers are not caught out when they zero out
     *    `fieldset` elements in all browsers.
     */
legend {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  color: inherit;
  /* 2 */
  white-space: normal;
  /* 1 */
}

/**
     * 1. Add the correct display in IE 9-.
     * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
     */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
     * Remove the default vertical scrollbar in IE.
     */
textarea {
  overflow: auto;
}

/* Interactive
       ========================================================================== */
/*
     * Add the correct display in Edge, IE, and Firefox.
     */
details {
  display: block;
}

/*
     * Add the correct display in all browsers.
     */
summary {
  display: list-item;
}

/*
     * Add the correct display in IE 9-.
     */
menu {
  display: block;
}

/* Scripting
       ========================================================================== */
/**
     * Add the correct display in IE 9-.
     */
canvas {
  display: inline-block;
}

/**
     * Add the correct display in IE.
     */
template {
  display: none;
}

/* Hidden
       ========================================================================== */
/**
     * Add the correct display in IE 10-.
     */
[hidden] {
  display: none;
}

/*
/ _tools.functions.scss
*/
/**
 * Breakout from container by X amount of columns
 * @param {number} $columns - The amount of columns to breakout of container
 * @param {string} $breakpoint - The Foundation breakpoint key to detemine gutter width ('small' or 'medium')
 * @returns {string} - Returns CSS calc string
 */
/**
 * Converts PX to REM
 * @param {string} $size - Value to be converted in PX
 * @returns {string} - Returns REM string
 */
/**
 * Unitless line-height
 */
/*
/ _tools.mixin.scss
*/
/*
/ _settings.breakpoints.scss
*/
/*
  https://foundation.zurb.com/sites/docs/media-queries.html 
  We use EM in our breakpoints to ensure the layout adapts automatically to cater (at least from a general layout switching point of view) for differently set font sizes.<br>Since we write our source CSS in Sass, all our media queries are available via Sass mixins:

      // Only affects medium screens and smaller
      @include breakpoint(medium down) { }
      
      // Only affects medium screens, not small or large
      @include breakpoint(medium only) { }
*/
/*
/ _settings.colors.scss
*/
/*
/ _settings.fonts.scss
*/
/*
/ _base.type.scss
*/
body {
  font-family: "Titillium Web", sans-serif;
}

blockquote {
  -webkit-margin-after: 0;
  -webkit-margin-before: 0;
  -webkit-margin-end: 0;
  -webkit-margin-start: 0;
}

ul,
ol {
  -webkit-margin-after: 0;
  -webkit-margin-before: 0;
  -webkit-margin-end: 0;
  -webkit-margin-start: 0;
  -webkit-padding-start: 0;
}

h1,
.h1, h2,
.h2, .c-container__title, h3,
.h3, h4,
.h4, h5,
.h5 {
  color: #32529F;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  letter-spacing: -0.025rem;
}

h1,
.h1 {
  margin: 0.9375rem 0;
  font-size: 2.5rem;
  line-height: 1.1;
}

@media print, screen and (min-width: 61.25em) {
  h1,
  .h1 {
    font-size: 3.625rem;
    line-height: 1.2;
  }
}

h2,
.h2,
.c-container__title {
  margin: 0.9375rem 0;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.2;
}

@media print, screen and (min-width: 61.25em) {
  h2,
  .h2,
  .c-container__title {
    margin: 1.5625rem 0;
    font-size: 2.75rem;
  }
}

h3,
.h3 {
  margin: 0.625rem 0;
  font-family: "Poppins", sans-serif;
  font-size: 1.75rem;
  line-height: 1.2;
}

@media print, screen and (min-width: 61.25em) {
  h3,
  .h3 {
    margin: 0.9375rem 0;
    font-size: 2rem;
  }
}

h4,
.h4 {
  font-family: "Poppins", sans-serif;
  font-size: 1.25rem;
  font-weight: 700;
}

h5,
.h5 {
  font-weight: 600;
}

a:not(disabled) {
  color: #003664;
  font-weight: 700;
}

body {
  font-size: 1.125rem;
  line-height: 1.5;
}

@media print, screen and (min-width: 61.25em) {
  body {
    font-size: 1.25rem;
  }
}

.o-columns__one--narrow > div.cell {
  width: calc(100% - 1.875rem);
  margin-right: 0.9375rem;
  margin-left: 0.9375rem;
}

@media print, screen and (min-width: 61.25em) {
  .o-columns__one--narrow > div.cell {
    width: calc(66.66667% - 1.875rem);
    margin-right: 0.9375rem;
    margin-left: 0.9375rem;
    margin-left: calc(16.66667% + 0.625rem);
  }
}

.o-columns__one--alt-1 > div.cell:nth-child(1) {
  width: calc(100% - 1.875rem);
  margin-right: 0.9375rem;
  margin-left: 0.9375rem;
}

@media print, screen and (min-width: 61.25em) {
  .o-columns__one--alt-1 > div.cell:nth-child(1) {
    width: calc(83.33333% - 1.875rem);
    margin-right: 0.9375rem;
    margin-left: 0.9375rem;
  }
}

.o-columns__two > div.cell {
  width: calc(100% - 1.875rem);
  margin-right: 0.9375rem;
  margin-left: 0.9375rem;
}

@media print, screen and (min-width: 61.25em) {
  .o-columns__two > div.cell {
    width: calc(50% - 1.875rem);
    margin-right: 0.9375rem;
    margin-left: 0.9375rem;
  }
}

.o-columns__two--alt-1 > div.cell:nth-child(1) {
  width: calc(100% - 1.875rem);
  margin-right: 0.9375rem;
  margin-left: 0.9375rem;
}

@media print, screen and (min-width: 61.25em) {
  .o-columns__two--alt-1 > div.cell:nth-child(1) {
    width: calc(25% - 1.875rem);
    margin-right: 0.9375rem;
    margin-left: 0.9375rem;
  }
}

.o-columns__two--alt-1 > div.cell:nth-child(2) {
  width: calc(100% - 1.875rem);
  margin-right: 0.9375rem;
  margin-left: 0.9375rem;
}

@media print, screen and (min-width: 61.25em) {
  .o-columns__two--alt-1 > div.cell:nth-child(2) {
    width: calc(75% - 1.875rem);
    margin-right: 0.9375rem;
    margin-left: 0.9375rem;
  }
}

.o-columns__two--alt-2 > div.cell:nth-child(1) {
  width: calc(100% - 1.875rem);
  margin-right: 0.9375rem;
  margin-left: 0.9375rem;
}

@media print, screen and (min-width: 61.25em) {
  .o-columns__two--alt-2 > div.cell:nth-child(1) {
    width: calc(33.33333% - 1.875rem);
    margin-right: 0.9375rem;
    margin-left: 0.9375rem;
  }
}

.o-columns__two--alt-2 > div.cell:nth-child(2) {
  width: calc(100% - 1.875rem);
  margin-right: 0.9375rem;
  margin-left: 0.9375rem;
}

@media print, screen and (min-width: 61.25em) {
  .o-columns__two--alt-2 > div.cell:nth-child(2) {
    width: calc(66.66667% - 1.875rem);
    margin-right: 0.9375rem;
    margin-left: 0.9375rem;
  }
}

.o-columns__two--alt-3 > div.cell:nth-child(1) {
  width: calc(100% - 1.875rem);
  margin-right: 0.9375rem;
  margin-left: 0.9375rem;
}

@media print, screen and (min-width: 61.25em) {
  .o-columns__two--alt-3 > div.cell:nth-child(1) {
    width: calc(66.66667% - 1.875rem);
    margin-right: 0.9375rem;
    margin-left: 0.9375rem;
  }
}

.o-columns__two--alt-3 > div.cell:nth-child(2) {
  width: calc(100% - 1.875rem);
  margin-right: 0.9375rem;
  margin-left: 0.9375rem;
}

@media print, screen and (min-width: 61.25em) {
  .o-columns__two--alt-3 > div.cell:nth-child(2) {
    width: calc(33.33333% - 1.875rem);
    margin-right: 0.9375rem;
    margin-left: 0.9375rem;
  }
}

.o-columns__two--alt-4 > div.cell:nth-child(1) {
  width: calc(100% - 1.875rem);
  margin-right: 0.9375rem;
  margin-left: 0.9375rem;
}

@media print, screen and (min-width: 61.25em) {
  .o-columns__two--alt-4 > div.cell:nth-child(1) {
    width: calc(66.66667% - 1.875rem);
    margin-right: 0.9375rem;
    margin-left: 0.9375rem;
  }
}

.o-columns__two--alt-4 > div.cell:nth-child(2) {
  width: calc(100% - 1.875rem);
  margin-right: 0.9375rem;
  margin-left: 0.9375rem;
}

@media print, screen and (min-width: 61.25em) {
  .o-columns__two--alt-4 > div.cell:nth-child(2) {
    width: calc(25% - 1.875rem);
    margin-right: 0.9375rem;
    margin-left: 0.9375rem;
    margin-left: calc(8.33333% + 0.625rem);
  }
}

.o-columns__two--alt-5 > div.cell:nth-child(1) {
  width: calc(100% - 1.875rem);
  margin-right: 0.9375rem;
  margin-left: 0.9375rem;
}

@media print, screen and (min-width: 61.25em) {
  .o-columns__two--alt-5 > div.cell:nth-child(1) {
    width: calc(33.33333% - 1.875rem);
    margin-right: 0.9375rem;
    margin-left: 0.9375rem;
  }
}

.o-columns__two--alt-5 > div.cell:nth-child(2) {
  width: calc(100% - 1.875rem);
  margin-right: 0.9375rem;
  margin-left: 0.9375rem;
}

@media print, screen and (min-width: 61.25em) {
  .o-columns__two--alt-5 > div.cell:nth-child(2) {
    width: calc(50% - 1.875rem);
    margin-right: 0.9375rem;
    margin-left: 0.9375rem;
    margin-left: calc(8.33333% + 0.625rem);
  }
}

.o-columns__two--narrow > div.cell:nth-child(1) {
  width: calc(100% - 1.875rem);
  margin-right: 0.9375rem;
  margin-left: 0.9375rem;
}

@media print, screen and (min-width: 61.25em) {
  .o-columns__two--narrow > div.cell:nth-child(1) {
    width: calc(33.33333% - 1.875rem);
    margin-right: 0.9375rem;
    margin-left: 0.9375rem;
    margin-left: calc(16.66667% + 0.625rem);
  }
}

.o-columns__two--narrow > div.cell:nth-child(2) {
  width: calc(100% - 1.875rem);
  margin-right: 0.9375rem;
  margin-left: 0.9375rem;
}

@media print, screen and (min-width: 61.25em) {
  .o-columns__two--narrow > div.cell:nth-child(2) {
    width: calc(33.33333% - 1.875rem);
    margin-right: 0.9375rem;
    margin-left: 0.9375rem;
  }
}

.o-columns__three > div.cell {
  width: calc(100% - 1.875rem);
  margin-right: 0.9375rem;
  margin-left: 0.9375rem;
}

@media print, screen and (min-width: 61.25em) {
  .o-columns__three > div.cell {
    width: calc(33.33333% - 1.875rem);
    margin-right: 0.9375rem;
    margin-left: 0.9375rem;
  }
}

.o-columns__three--alt-1 > div.cell:nth-child(1) {
  width: calc(100% - 1.875rem);
  margin-right: 0.9375rem;
  margin-left: 0.9375rem;
}

@media print, screen and (min-width: 61.25em) {
  .o-columns__three--alt-1 > div.cell:nth-child(1) {
    width: calc(25% - 1.875rem);
    margin-right: 0.9375rem;
    margin-left: 0.9375rem;
  }
}

.o-columns__three--alt-1 > div.cell:nth-child(2) {
  width: calc(100% - 1.875rem);
  margin-right: 0.9375rem;
  margin-left: 0.9375rem;
}

@media print, screen and (min-width: 61.25em) {
  .o-columns__three--alt-1 > div.cell:nth-child(2) {
    width: calc(25% - 1.875rem);
    margin-right: 0.9375rem;
    margin-left: 0.9375rem;
  }
}

.o-columns__three--alt-1 > div.cell:nth-child(3) {
  width: calc(100% - 1.875rem);
  margin-right: 0.9375rem;
  margin-left: 0.9375rem;
}

@media print, screen and (min-width: 61.25em) {
  .o-columns__three--alt-1 > div.cell:nth-child(3) {
    width: calc(50% - 1.875rem);
    margin-right: 0.9375rem;
    margin-left: 0.9375rem;
  }
}

.o-columns__three--alt-2 > div.cell:nth-child(1) {
  width: calc(100% - 1.875rem);
  margin-right: 0.9375rem;
  margin-left: 0.9375rem;
}

@media print, screen and (min-width: 61.25em) {
  .o-columns__three--alt-2 > div.cell:nth-child(1) {
    width: calc(50% - 1.875rem);
    margin-right: 0.9375rem;
    margin-left: 0.9375rem;
  }
}

.o-columns__three--alt-2 > div.cell:nth-child(2) {
  width: calc(100% - 1.875rem);
  margin-right: 0.9375rem;
  margin-left: 0.9375rem;
}

@media print, screen and (min-width: 61.25em) {
  .o-columns__three--alt-2 > div.cell:nth-child(2) {
    width: calc(25% - 1.875rem);
    margin-right: 0.9375rem;
    margin-left: 0.9375rem;
  }
}

.o-columns__three--alt-2 > div.cell:nth-child(3) {
  width: calc(100% - 1.875rem);
  margin-right: 0.9375rem;
  margin-left: 0.9375rem;
}

@media print, screen and (min-width: 61.25em) {
  .o-columns__three--alt-2 > div.cell:nth-child(3) {
    width: calc(25% - 1.875rem);
    margin-right: 0.9375rem;
    margin-left: 0.9375rem;
  }
}

.o-columns__three--alt-3 > div.cell:nth-child(1) {
  width: calc(100% - 1.875rem);
  margin-right: 0.9375rem;
  margin-left: 0.9375rem;
}

@media print, screen and (min-width: 61.25em) {
  .o-columns__three--alt-3 > div.cell:nth-child(1) {
    width: calc(41.66667% - 1.875rem);
    margin-right: 0.9375rem;
    margin-left: 0.9375rem;
  }
}

.o-columns__three--alt-3 > div.cell:nth-child(2) {
  width: calc(100% - 1.875rem);
  margin-right: 0.9375rem;
  margin-left: 0.9375rem;
}

@media print, screen and (min-width: 61.25em) {
  .o-columns__three--alt-3 > div.cell:nth-child(2) {
    width: calc(25% - 1.875rem);
    margin-right: 0.9375rem;
    margin-left: 0.9375rem;
  }
}

.o-columns__three--alt-3 > div.cell:nth-child(3) {
  width: calc(100% - 1.875rem);
  margin-right: 0.9375rem;
  margin-left: 0.9375rem;
}

@media print, screen and (min-width: 61.25em) {
  .o-columns__three--alt-3 > div.cell:nth-child(3) {
    width: calc(33.33333% - 1.875rem);
    margin-right: 0.9375rem;
    margin-left: 0.9375rem;
  }
}

.o-columns__four > div.cell {
  width: calc(100% - 1.875rem);
  margin-right: 0.9375rem;
  margin-left: 0.9375rem;
}

@media print, screen and (min-width: 61.25em) {
  .o-columns__four > div.cell {
    width: calc(25% - 1.875rem);
    margin-right: 0.9375rem;
    margin-left: 0.9375rem;
  }
}

.o-columns__four--alt-1 > div.cell:nth-child(1) {
  width: calc(100% - 1.875rem);
  margin-right: 0.9375rem;
  margin-left: 0.9375rem;
}

@media print, screen and (min-width: 61.25em) {
  .o-columns__four--alt-1 > div.cell:nth-child(1) {
    width: calc(16.66667% - 1.875rem);
    margin-right: 0.9375rem;
    margin-left: 0.9375rem;
  }
}

.o-columns__four--alt-1 > div.cell:nth-child(2) {
  width: calc(100% - 1.875rem);
  margin-right: 0.9375rem;
  margin-left: 0.9375rem;
}

@media print, screen and (min-width: 61.25em) {
  .o-columns__four--alt-1 > div.cell:nth-child(2) {
    width: calc(16.66667% - 1.875rem);
    margin-right: 0.9375rem;
    margin-left: 0.9375rem;
  }
}

.o-columns__four--alt-1 > div.cell:nth-child(3) {
  width: calc(100% - 1.875rem);
  margin-right: 0.9375rem;
  margin-left: 0.9375rem;
}

@media print, screen and (min-width: 61.25em) {
  .o-columns__four--alt-1 > div.cell:nth-child(3) {
    width: calc(33.33333% - 1.875rem);
    margin-right: 0.9375rem;
    margin-left: 0.9375rem;
  }
}

.o-columns__four--alt-1 > div.cell:nth-child(4) {
  width: calc(100% - 1.875rem);
  margin-right: 0.9375rem;
  margin-left: 0.9375rem;
}

@media print, screen and (min-width: 61.25em) {
  .o-columns__four--alt-1 > div.cell:nth-child(4) {
    width: calc(33.33333% - 1.875rem);
    margin-right: 0.9375rem;
    margin-left: 0.9375rem;
  }
}

.o-columns__six > div.cell {
  width: calc(100% - 1.875rem);
  margin-right: 0.9375rem;
  margin-left: 0.9375rem;
}

@media print, screen and (min-width: 61.25em) {
  .o-columns__six > div.cell {
    width: calc(16.66667% - 1.875rem);
    margin-right: 0.9375rem;
    margin-left: 0.9375rem;
  }
}

/*
/ _base.page.scss
*/
html {
  height: auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  line-height: 1.2;
}

*,
*:before,
*:after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

body {
  position: relative;
  height: 100%;
  overflow-x: hidden;
  color: #3C3C3C;
}

/* When mouse is detected, ALL focused elements have outline removed. */
/* You could apply this selector only to buttons, if you wanted. */
body.using-mouse :focus {
  outline: none;
}

img {
  max-width: 100%;
}

p {
  -webkit-margin-after: 0;
  -webkit-margin-before: 0;
  -webkit-margin-end: 0;
  -webkit-margin-start: 0;
}

[hidden] {
  display: none !important;
}

.c-textarea--no-transition .c-textarea__label {
  display: block;
  margin-bottom: 0.9375rem;
  cursor: pointer;
}

/*
/ _trumps.helpers.scss
*/
.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  -webkit-clip-path: inset(50%);
          clip-path: inset(50%);
  border: 0;
}

.visually-hidden--sm-up {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  -webkit-clip-path: inset(50%);
          clip-path: inset(50%);
  border: 0;
}

@media screen and (min-width: 46.25em) {
  .visually-hidden--md-up {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    -webkit-clip-path: inset(50%);
            clip-path: inset(50%);
    border: 0;
  }
}

@media screen and (min-width: 61.25em) {
  .visually-hidden--lg-up {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    -webkit-clip-path: inset(50%);
            clip-path: inset(50%);
    border: 0;
  }
}

@media screen and (min-width: 46.25em) and (max-width: 61.1875em) {
  .visually-hidden--only-md {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    -webkit-clip-path: inset(50%);
            clip-path: inset(50%);
    border: 0;
  }
}

@media screen and (max-width: 20.3125em) {
  .visually-hidden--sm-down {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    -webkit-clip-path: inset(50%);
            clip-path: inset(50%);
    border: 0;
  }
}

@media screen and (max-width: 46.1875em) {
  .visually-hidden--smish-down {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    -webkit-clip-path: inset(50%);
            clip-path: inset(50%);
    border: 0;
  }
}

@media screen and (max-width: 61.1875em) {
  .visually-hidden--md-down {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    -webkit-clip-path: inset(50%);
            clip-path: inset(50%);
    border: 0;
  }
}

@media screen and (min-width: 61.25em) {
  .visually-hidden--lg-down {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    -webkit-clip-path: inset(50%);
            clip-path: inset(50%);
    border: 0;
  }
}

.is-hidden {
  display: none;
  visibility: hidden;
}

.is-visible {
  display: block;
  visibility: visible;
}

.is-hidden-mobile {
  display: none;
  visibility: hidden;
}

@media screen and (min-width: 61.25em) {
  .is-hidden-mobile {
    display: block;
    visibility: visible;
  }
  .is-hidden-mobile--inline {
    display: inline;
    visibility: visible;
  }
}

@media screen and (min-width: 61.25em) {
  .is-hidden-desktop {
    display: none;
    visibility: hidden;
  }
}

.u-right {
  float: right;
}

.u-left {
  float: left;
}

.u-text-center--first .cell:first-child {
  text-align: center;
}

.u-text-center--last .cell:last-child {
  text-align: center;
}

.u-text-center--all .cell {
  text-align: center;
}

.u-text-right--first .cell:first-child {
  text-align: right;
}

.u-text-right--last .cell:last-child {
  text-align: right;
}

.u-text-right--all .cell {
  text-align: right;
}

@media print, screen and (min-width: 46.25em) {
  .u-medium-text-right--first .cell:first-child {
    text-align: right;
  }
  .u-medium-text-right--last .cell:last-child {
    text-align: right;
  }
  .u-medium-text-right--all .cell {
    text-align: right;
  }
}

.u-spacing--top {
  padding-top: 1.5625rem;
}

@media screen and (max-width: 46.1875em) {
  .u-spacing--top .cell:not(:last-child) {
    padding-top: 1.5625rem;
  }
}

@media screen and (min-width: 46.25em) {
  .u-spacing--top {
    padding-top: 1.5625rem;
  }
}

@media screen and (min-width: 61.25em) {
  .u-spacing--top {
    padding-top: 3.125rem;
  }
}

.u-spacing--bottom {
  padding-bottom: 1.5625rem;
}

@media screen and (max-width: 46.1875em) {
  .u-spacing--bottom .cell:not(:last-child) {
    padding-bottom: 1.5625rem;
  }
}

@media screen and (min-width: 46.25em) {
  .u-spacing--bottom {
    padding-bottom: 1.5625rem;
  }
}

@media screen and (min-width: 61.25em) {
  .u-spacing--bottom {
    padding-bottom: 3.125rem;
  }
}

.u-spacing--top-and-bottom {
  padding-top: 1.5625rem;
  padding-bottom: 1.5625rem;
}

@media screen and (max-width: 46.1875em) {
  .u-spacing--top-and-bottom .cell:not(:last-child) {
    padding-top: 1.5625rem;
  }
}

@media screen and (max-width: 46.1875em) {
  .u-spacing--top-and-bottom .cell:not(:last-child) {
    padding-bottom: 1.5625rem;
  }
}

@media screen and (min-width: 46.25em) {
  .u-spacing--top-and-bottom {
    padding-top: 1.5625rem;
    padding-bottom: 1.5625rem;
  }
}

@media screen and (min-width: 61.25em) {
  .u-spacing--top-and-bottom {
    padding-top: 3.125rem;
    padding-bottom: 3.125rem;
  }
}

.u-spacing--left-and-right {
  padding-left: 0;
  padding-right: 0;
}

@media screen and (max-width: 46.1875em) {
  .u-spacing--left-and-right .cell:not(:last-child) {
    padding-left: 0;
  }
}

@media screen and (max-width: 46.1875em) {
  .u-spacing--left-and-right .cell:not(:last-child) {
    padding-right: 0;
  }
}

@media screen and (min-width: 46.25em) {
  .u-spacing--left-and-right {
    padding-left: 3.125rem;
    padding-right: 3.125rem;
  }
}

@media screen and (min-width: 61.25em) {
  .u-spacing--left-and-right {
    padding-left: 3.125rem;
    padding-right: 3.125rem;
  }
}

/*
/ _base.forms.scss
*/
label {
  display: inline-block;
  margin: 0 0 1rem;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.6875rem;
  cursor: pointer;
}

input[type='checkbox']:focus + label:before,
input[type='radio']:focus + label:before {
  outline: 0.125rem solid #FFBF47;
}

input[type='checkbox']:disabled + label:before,
input[type='checkbox']:disabled + label:after,
input[type='radio']:disabled + label:before,
input[type='radio']:disabled + label:after {
  opacity: 0.5;
}

input[type='checkbox'] + label,
input[type='radio'] + label {
  position: relative;
  padding-left: 3.5625rem;
  line-height: 2rem;
}

input[type='checkbox'] + label:before,
input[type='radio'] + label:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  display: block;
  height: 2rem;
  width: 2rem;
  background-color: #fefefe;
  border: 0.125rem solid;
}

input[type='checkbox']:checked + label:after,
input[type='radio']:checked + label:after {
  content: '';
  position: absolute;
  top: 0.3125rem;
  left: 0.3125rem;
  z-index: 0;
  display: block;
  height: 1.375rem;
  width: 1.375rem;
}

input[type='checkbox'] + label:before {
  border-color: #999999;
}

input[type='checkbox']:checked + label:after {
  content: '';
  background-color: #32529F;
}

input[type='radio'] + label:before {
  border-color: #999999;
  border-radius: 50%;
}

[placeholder]:focus::-webkit-input-placeholder {
  color: transparent;
}

[placeholder]:focus::-moz-placeholder {
  color: transparent;
}

input::-webkit-input-placeholder {
  color: gray;
}

input::-moz-placeholder {
  color: gray;
}

input:-ms-input-placeholder {
  color: gray;
}

textarea,
input[type='text'],
input[type='button'],
input[type='submit'],
input[type='search'] {
  -webkit-appearance: none;
}

input::-moz-focus-inner {
  padding: 0;
  border: 0;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

textarea,
input[type='text'],
input[type='tel'],
input[type='email'],
input[type='password'],
input[type='datetime'],
input[type='datetime-local'],
input[type='date'],
input[type='month'],
input[type='time'],
input[type='week'],
input[type='number'],
input[type='url'],
input[type='search'],
input[type='color'] {
  display: block;
  margin: 0 0 1.5rem;
  padding: 0.8125rem 0.875rem 1rem;
  width: 100%;
  max-width: 22rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #fefefe;
  border: 0.0625rem solid #999999;
  border-radius: 0;
  color: #08080D;
  font-family: "Titillium Web", sans-serif;
  font-size: 1.125rem;
  line-height: 1.625rem;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

textarea[disabled],
input[type='text'][disabled],
input[type='tel'][disabled],
input[type='email'][disabled],
input[type='password'][disabled],
input[type='datetime'][disabled],
input[type='datetime-local'][disabled],
input[type='date'][disabled],
input[type='month'][disabled],
input[type='time'][disabled],
input[type='week'][disabled],
input[type='number'][disabled],
input[type='url'][disabled],
input[type='search'][disabled],
input[type='color'][disabled] {
  opacity: 0.5;
  cursor: not-allowed;
}

textarea[readonly],
input[type='text'][readonly],
input[type='tel'][readonly],
input[type='email'][readonly],
input[type='password'][readonly],
input[type='datetime'][readonly],
input[type='datetime-local'][readonly],
input[type='date'][readonly],
input[type='month'][readonly],
input[type='time'][readonly],
input[type='week'][readonly],
input[type='number'][readonly],
input[type='url'][readonly],
input[type='search'][readonly],
input[type='color'][readonly] {
  border-color: #d9d9d9;
}

textarea.error,
input[type='text'].error,
input[type='tel'].error,
input[type='email'].error,
input[type='password'].error,
input[type='datetime'].error,
input[type='datetime-local'].error,
input[type='date'].error,
input[type='month'].error,
input[type='time'].error,
input[type='week'].error,
input[type='number'].error,
input[type='url'].error,
input[type='search'].error,
input[type='color'].error {
  border-color: #F00;
  outline: 0.0625rem solid #F00;
}

select {
  display: block;
  margin: 0 0 1.5rem;
  padding: 0.8125rem 0.875rem 1rem;
  width: 100%;
  max-width: 22rem;
  background-color: #fefefe;
  border: 0.0625rem solid #999999;
  border-radius: 0;
  color: #08080D;
  font-family: "Titillium Web", sans-serif;
  font-size: 1.125rem;
  line-height: 1.625rem;
}

select[disabled] {
  opacity: 0.5;
  cursor: not-allowed;
}

input[type='checkbox'] {
  border-radius: 0;
}

input[type='checkbox'],
input[type='radio'] {
  margin: 0 10px 0 0;
  padding: 0;
  height: 13px;
  width: 13px;
}

/*
/ _base.type.scss
*/
body {
  font-family: "Titillium Web", sans-serif;
}

blockquote {
  -webkit-margin-after: 0;
  -webkit-margin-before: 0;
  -webkit-margin-end: 0;
  -webkit-margin-start: 0;
}

ul,
ol {
  -webkit-margin-after: 0;
  -webkit-margin-before: 0;
  -webkit-margin-end: 0;
  -webkit-margin-start: 0;
  -webkit-padding-start: 0;
}

h1,
.h1 {
  font-weight: 300;
}

h2,
.h2,
.c-container__title {
  font-weight: 700;
}

h3,
.h3 {
  font-weight: 300;
}

h4,
.h4 {
  font-weight: 300;
}

h5,
.h5 {
  font-weight: 600;
}

/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
}

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
  display: none;
}

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}

.mfp-ajax-cur {
  cursor: progress;
}

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
  cursor: auto;
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
      user-select: none;
}

.mfp-loading.mfp-figure {
  display: none;
}

.mfp-hide {
  display: none !important;
}

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}

.mfp-preloader a {
  color: #CCC;
}

.mfp-preloader a:hover {
  color: #FFF;
}

.mfp-s-ready .mfp-preloader {
  display: none;
}

.mfp-s-error .mfp-content {
  display: none;
}

button.mfp-close, button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  -webkit-box-shadow: none;
          box-shadow: none;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}

.mfp-close:hover, .mfp-close:focus {
  opacity: 1;
}

.mfp-close:active {
  top: 1px;
}

.mfp-close-btn-in .mfp-close {
  color: #333;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.mfp-arrow:active {
  margin-top: -54px;
}

.mfp-arrow:hover, .mfp-arrow:focus {
  opacity: 1;
}

.mfp-arrow:before, .mfp-arrow:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}

.mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}

.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}

.mfp-arrow-left {
  left: 0;
}

.mfp-arrow-left:after {
  border-right: 17px solid #FFF;
  margin-left: 31px;
}

.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F;
}

.mfp-arrow-right {
  right: 0;
}

.mfp-arrow-right:after {
  border-left: 17px solid #FFF;
  margin-left: 39px;
}

.mfp-arrow-right:before {
  border-left: 27px solid #3F3F3F;
}

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}

.mfp-iframe-holder .mfp-close {
  top: -40px;
}

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}

.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
          box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}

/* The shadow behind the image */
.mfp-figure {
  line-height: 0;
}

.mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
          box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444;
}

.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px;
}

.mfp-figure figure {
  margin: 0;
}

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px;
}

.mfp-image-holder .mfp-content {
  max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }
  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    -ms-transform: scale(0.75);
        transform: scale(0.75);
  }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    -ms-transform-origin: 0;
        transform-origin: 0;
  }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    -ms-transform-origin: 100%;
        transform-origin: 100%;
  }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}

[dir="rtl"] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/*
/ _accessmenu.scss
*/
.c-accessmenu {
  margin: 0;
  padding: 0;
}

.c-accessmenu li {
  list-style: none;
  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;
  width: 100%;
  background: #fefefe;
}

.c-accessmenu:focus-within + .c-header__container .c-header {
  position: static;
}

.c-accessmenu:focus-within + .c-header__container + main {
  margin-top: 0;
}

.c-accessmenu:focus-within li {
  padding: 0.75rem 0;
}

.c-accessmenu a {
  position: absolute;
  display: block;
  height: 1px;
  width: 1px;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
  color: #fefefe;
  text-decoration: none;
  text-transform: uppercase;
}

.c-accessmenu a:focus {
  position: static;
  display: inline-block;
  padding: 0.75rem 1.375rem;
  height: auto;
  width: auto;
  overflow: visible;
  clip: auto;
  background-color: #fefefe;
  font-size: 1.125rem;
  color: #003664;
  border: 0.125rem solid #003664;
  border-radius: 0.25rem;
  outline: 0;
  text-align: center;
  text-decoration: underline;
}

@media screen and (-ms-high-contrast: active) {
  .c-accessmenu a:focus {
    color: WindowText;
  }
}

.c-browser-upgrade {
  margin: 0;
  padding: 1.5625rem 0;
  background-color: #FF6;
}

.c-browser-upgrade a {
  color: #3C3C3C;
}

.c-button {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0;
  background-color: transparent;
  color: #003664;
  font-weight: 700;
  text-decoration: none;
  cursor: pointer;
  -webkit-transition: background-color 0.2s ease-in-out;
  transition: background-color 0.2s ease-in-out;
}

.c-button[disabled] {
  opacity: 0.2;
  cursor: default;
}

.c-button--brand, .c-child-page-ctas__button, .c-document-download__button, .c-hero__button, .c-rte__button, .c-standard-form input[type='submit'],
.c-standard-form input[type='button'], .th-standard-form input[type='submit'], .c-button--neutral, .c-button--brand-alt, .c-button--brand-alt-icon, .c-button--brand-alt--inverse, .c-hero--theme-two .c-hero__video-link,
.c-hero--theme-three .c-hero__video-link,
.c-hero--theme-four .c-hero__video-link,
.c-hero--theme-five .c-hero__video-link, .c-button--brand-inverse, .c-filter__search .c-button--brand, .c-filter__search .c-child-page-ctas__button, .c-filter__search .c-document-download__button, .c-filter__search .c-hero__button, .c-filter__search .c-rte__button, .c-mega-spotlight__action .c-button--brand, .c-mega-spotlight__action .c-child-page-ctas__button, .c-mega-spotlight__action .c-document-download__button, .c-mega-spotlight__action .c-hero__button, .c-mega-spotlight__action .c-rte__button {
  padding: 0.75rem 1.375rem;
  border: 0.125rem solid transparent;
  border-radius: 3.125rem;
  font-family: "Titillium Web", sans-serif;
  font-size: 1.125rem;
  font-weight: 600;
}

.c-button--brand:hover:not(:disabled), .c-child-page-ctas__button:hover:not(:disabled), .c-document-download__button:hover:not(:disabled), .c-hero__button:hover:not(:disabled), .c-rte__button:hover:not(:disabled), .c-standard-form input:hover:not(:disabled)[type='submit'],
.c-standard-form input:hover:not(:disabled)[type='button'], .th-standard-form input:hover:not(:disabled)[type='submit'], .c-button--neutral:hover:not(:disabled), .c-button--brand-alt:hover:not(:disabled), .c-button--brand-alt-icon:hover:not(:disabled), .c-button--brand-alt--inverse:hover:not(:disabled), .c-hero--theme-two .c-hero__video-link:hover:not(:disabled),
.c-hero--theme-three .c-hero__video-link:hover:not(:disabled),
.c-hero--theme-four .c-hero__video-link:hover:not(:disabled),
.c-hero--theme-five .c-hero__video-link:hover:not(:disabled), .c-button--brand-inverse:hover:not(:disabled), .c-button--brand:focus:not(:disabled), .c-child-page-ctas__button:focus:not(:disabled), .c-document-download__button:focus:not(:disabled), .c-hero__button:focus:not(:disabled), .c-rte__button:focus:not(:disabled), .c-standard-form input:focus:not(:disabled)[type='submit'],
.c-standard-form input:focus:not(:disabled)[type='button'], .th-standard-form input:focus:not(:disabled)[type='submit'], .c-button--neutral:focus:not(:disabled), .c-button--brand-alt:focus:not(:disabled), .c-button--brand-alt-icon:focus:not(:disabled), .c-button--brand-alt--inverse:focus:not(:disabled), .c-hero--theme-two .c-hero__video-link:focus:not(:disabled),
.c-hero--theme-three .c-hero__video-link:focus:not(:disabled),
.c-hero--theme-four .c-hero__video-link:focus:not(:disabled),
.c-hero--theme-five .c-hero__video-link:focus:not(:disabled), .c-button--brand-inverse:focus:not(:disabled) {
  text-decoration: underline;
}

.c-button--brand, .c-child-page-ctas__button, .c-document-download__button, .c-hero__button, .c-rte__button, .c-standard-form input[type='submit'],
.c-standard-form input[type='button'], .th-standard-form input[type='submit'] {
  background-color: #003664;
  border: 0.125rem solid #003664;
  color: #fefefe;
}

.c-button--brand:hover:not(:disabled), .c-child-page-ctas__button:hover:not(:disabled), .c-document-download__button:hover:not(:disabled), .c-hero__button:hover:not(:disabled), .c-rte__button:hover:not(:disabled), .c-standard-form input:hover:not(:disabled)[type='submit'],
.c-standard-form input:hover:not(:disabled)[type='button'], .th-standard-form input:hover:not(:disabled)[type='submit'], .c-button--brand:focus:not(:disabled), .c-child-page-ctas__button:focus:not(:disabled), .c-document-download__button:focus:not(:disabled), .c-hero__button:focus:not(:disabled), .c-rte__button:focus:not(:disabled), .c-standard-form input:focus:not(:disabled)[type='submit'],
.c-standard-form input:focus:not(:disabled)[type='button'], .th-standard-form input:focus:not(:disabled)[type='submit'] {
  background-color: transparent;
  border: 0.125rem solid #003664;
  color: #003664;
}

.c-button--neutral {
  padding: 0;
  background-color: transparent;
  color: #003664;
  text-decoration: underline;
}

.c-button--neutral:hover:not(:disabled), .c-button--neutral:focus:not(:disabled) {
  background-color: transparent;
  color: #003664;
  text-decoration: underline;
}

.c-button--brand-alt, .c-button--brand-alt-icon {
  border-color: #003664;
  color: #003664;
}

.c-button--brand-alt:hover:not(:disabled), .c-button--brand-alt-icon:hover:not(:disabled), .c-button--brand-alt:focus:not(:disabled), .c-button--brand-alt-icon:focus:not(:disabled) {
  background-color: #003664;
  border-color: #003664;
  color: #fefefe;
}

.c-button--brand-alt--inverse, .c-hero--theme-two .c-hero__video-link,
.c-hero--theme-three .c-hero__video-link,
.c-hero--theme-four .c-hero__video-link,
.c-hero--theme-five .c-hero__video-link {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  background-color: transparent;
  border-color: #fefefe;
  color: #fefefe;
}

.c-button--brand-alt--inverse:hover:not(:disabled), .c-hero--theme-two .c-hero__video-link:hover:not(:disabled),
.c-hero--theme-three .c-hero__video-link:hover:not(:disabled),
.c-hero--theme-four .c-hero__video-link:hover:not(:disabled),
.c-hero--theme-five .c-hero__video-link:hover:not(:disabled), .c-button--brand-alt--inverse:focus:not(:disabled), .c-hero--theme-two .c-hero__video-link:focus:not(:disabled),
.c-hero--theme-three .c-hero__video-link:focus:not(:disabled),
.c-hero--theme-four .c-hero__video-link:focus:not(:disabled),
.c-hero--theme-five .c-hero__video-link:focus:not(:disabled) {
  background-color: #fefefe;
  border-color: #fefefe;
  color: #003664;
}

.c-button--brand-alt--inverse:hover:not(:disabled) .c-button__icon, .c-hero--theme-two .c-hero__video-link:hover:not(:disabled) .c-button__icon, .c-hero--theme-three .c-hero__video-link:hover:not(:disabled) .c-button__icon, .c-hero--theme-four .c-hero__video-link:hover:not(:disabled) .c-button__icon, .c-hero--theme-five .c-hero__video-link:hover:not(:disabled) .c-button__icon, .c-button--brand-alt--inverse:focus:not(:disabled) .c-button__icon, .c-hero--theme-two .c-hero__video-link:focus:not(:disabled) .c-button__icon, .c-hero--theme-three .c-hero__video-link:focus:not(:disabled) .c-button__icon, .c-hero--theme-four .c-hero__video-link:focus:not(:disabled) .c-button__icon, .c-hero--theme-five .c-hero__video-link:focus:not(:disabled) .c-button__icon {
  fill: #003664;
}

.c-button--brand-alt--inverse .c-button__icon, .c-hero--theme-two .c-hero__video-link .c-button__icon, .c-hero--theme-three .c-hero__video-link .c-button__icon, .c-hero--theme-four .c-hero__video-link .c-button__icon, .c-hero--theme-five .c-hero__video-link .c-button__icon {
  fill: #fefefe;
}

.c-button--brand-inverse, .c-filter__search .c-button--brand, .c-filter__search .c-child-page-ctas__button, .c-filter__search .c-document-download__button, .c-filter__search .c-hero__button, .c-filter__search .c-rte__button, .c-filter__search .c-standard-form input[type='submit'], .c-standard-form .c-filter__search input[type='submit'],
.c-filter__search .c-standard-form input[type='button'], .c-standard-form .c-filter__search input[type='button'], .c-filter__search .th-standard-form input[type='submit'], .th-standard-form .c-filter__search input[type='submit'], .c-mega-spotlight__action .c-button--brand, .c-mega-spotlight__action .c-child-page-ctas__button, .c-mega-spotlight__action .c-document-download__button, .c-mega-spotlight__action .c-hero__button, .c-mega-spotlight__action .c-rte__button, .c-mega-spotlight__action .c-standard-form input[type='submit'], .c-standard-form .c-mega-spotlight__action input[type='submit'],
.c-mega-spotlight__action .c-standard-form input[type='button'], .c-standard-form .c-mega-spotlight__action input[type='button'], .c-mega-spotlight__action .th-standard-form input[type='submit'], .th-standard-form .c-mega-spotlight__action input[type='submit'] {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  background-color: #fefefe;
  border-color: #fefefe;
  color: #003664;
}

.c-button--brand-inverse:hover:not(:disabled), .c-filter__search .c-button--brand:hover:not(:disabled), .c-filter__search .c-child-page-ctas__button:hover:not(:disabled), .c-filter__search .c-document-download__button:hover:not(:disabled), .c-filter__search .c-hero__button:hover:not(:disabled), .c-filter__search .c-rte__button:hover:not(:disabled), .c-filter__search .c-standard-form input:hover:not(:disabled)[type='submit'], .c-standard-form .c-filter__search input:hover:not(:disabled)[type='submit'],
.c-filter__search .c-standard-form input:hover:not(:disabled)[type='button'], .c-standard-form .c-filter__search input:hover:not(:disabled)[type='button'], .c-filter__search .th-standard-form input:hover:not(:disabled)[type='submit'], .th-standard-form .c-filter__search input:hover:not(:disabled)[type='submit'], .c-mega-spotlight__action .c-button--brand:hover:not(:disabled), .c-mega-spotlight__action .c-child-page-ctas__button:hover:not(:disabled), .c-mega-spotlight__action .c-document-download__button:hover:not(:disabled), .c-mega-spotlight__action .c-hero__button:hover:not(:disabled), .c-mega-spotlight__action .c-rte__button:hover:not(:disabled), .c-mega-spotlight__action .c-standard-form input:hover:not(:disabled)[type='submit'], .c-standard-form .c-mega-spotlight__action input:hover:not(:disabled)[type='submit'],
.c-mega-spotlight__action .c-standard-form input:hover:not(:disabled)[type='button'], .c-standard-form .c-mega-spotlight__action input:hover:not(:disabled)[type='button'], .c-mega-spotlight__action .th-standard-form input:hover:not(:disabled)[type='submit'], .th-standard-form .c-mega-spotlight__action input:hover:not(:disabled)[type='submit'], .c-button--brand-inverse:focus:not(:disabled), .c-filter__search .c-button--brand:focus:not(:disabled), .c-filter__search .c-child-page-ctas__button:focus:not(:disabled), .c-filter__search .c-document-download__button:focus:not(:disabled), .c-filter__search .c-hero__button:focus:not(:disabled), .c-filter__search .c-rte__button:focus:not(:disabled), .c-filter__search .c-standard-form input:focus:not(:disabled)[type='submit'], .c-standard-form .c-filter__search input:focus:not(:disabled)[type='submit'],
.c-filter__search .c-standard-form input:focus:not(:disabled)[type='button'], .c-standard-form .c-filter__search input:focus:not(:disabled)[type='button'], .c-filter__search .th-standard-form input:focus:not(:disabled)[type='submit'], .th-standard-form .c-filter__search input:focus:not(:disabled)[type='submit'], .c-mega-spotlight__action .c-button--brand:focus:not(:disabled), .c-mega-spotlight__action .c-child-page-ctas__button:focus:not(:disabled), .c-mega-spotlight__action .c-document-download__button:focus:not(:disabled), .c-mega-spotlight__action .c-hero__button:focus:not(:disabled), .c-mega-spotlight__action .c-rte__button:focus:not(:disabled), .c-mega-spotlight__action .c-standard-form input:focus:not(:disabled)[type='submit'], .c-standard-form .c-mega-spotlight__action input:focus:not(:disabled)[type='submit'],
.c-mega-spotlight__action .c-standard-form input:focus:not(:disabled)[type='button'], .c-standard-form .c-mega-spotlight__action input:focus:not(:disabled)[type='button'], .c-mega-spotlight__action .th-standard-form input:focus:not(:disabled)[type='submit'], .th-standard-form .c-mega-spotlight__action input:focus:not(:disabled)[type='submit'] {
  background-color: transparent;
  border-color: #fefefe;
  color: #fefefe;
}

.c-button--brand-inverse:hover:not(:disabled) .c-button__icon, .c-filter__search .c-button--brand:hover:not(:disabled) .c-button__icon, .c-filter__search .c-child-page-ctas__button:hover:not(:disabled) .c-button__icon, .c-filter__search .c-document-download__button:hover:not(:disabled) .c-button__icon, .c-filter__search .c-hero__button:hover:not(:disabled) .c-button__icon, .c-filter__search .c-rte__button:hover:not(:disabled) .c-button__icon, .c-filter__search .c-standard-form input:hover:not(:disabled)[type='submit'] .c-button__icon, .c-standard-form .c-filter__search input:hover:not(:disabled)[type='submit'] .c-button__icon, .c-filter__search .c-standard-form input:hover:not(:disabled)[type='button'] .c-button__icon, .c-standard-form .c-filter__search input:hover:not(:disabled)[type='button'] .c-button__icon, .c-filter__search .th-standard-form input:hover:not(:disabled)[type='submit'] .c-button__icon, .th-standard-form .c-filter__search input:hover:not(:disabled)[type='submit'] .c-button__icon, .c-mega-spotlight__action .c-button--brand:hover:not(:disabled) .c-button__icon, .c-mega-spotlight__action .c-child-page-ctas__button:hover:not(:disabled) .c-button__icon, .c-mega-spotlight__action .c-document-download__button:hover:not(:disabled) .c-button__icon, .c-mega-spotlight__action .c-hero__button:hover:not(:disabled) .c-button__icon, .c-mega-spotlight__action .c-rte__button:hover:not(:disabled) .c-button__icon, .c-mega-spotlight__action .c-standard-form input:hover:not(:disabled)[type='submit'] .c-button__icon, .c-standard-form .c-mega-spotlight__action input:hover:not(:disabled)[type='submit'] .c-button__icon, .c-mega-spotlight__action .c-standard-form input:hover:not(:disabled)[type='button'] .c-button__icon, .c-standard-form .c-mega-spotlight__action input:hover:not(:disabled)[type='button'] .c-button__icon, .c-mega-spotlight__action .th-standard-form input:hover:not(:disabled)[type='submit'] .c-button__icon, .th-standard-form .c-mega-spotlight__action input:hover:not(:disabled)[type='submit'] .c-button__icon, .c-button--brand-inverse:focus:not(:disabled) .c-button__icon, .c-filter__search .c-button--brand:focus:not(:disabled) .c-button__icon, .c-filter__search .c-child-page-ctas__button:focus:not(:disabled) .c-button__icon, .c-filter__search .c-document-download__button:focus:not(:disabled) .c-button__icon, .c-filter__search .c-hero__button:focus:not(:disabled) .c-button__icon, .c-filter__search .c-rte__button:focus:not(:disabled) .c-button__icon, .c-filter__search .c-standard-form input:focus:not(:disabled)[type='submit'] .c-button__icon, .c-standard-form .c-filter__search input:focus:not(:disabled)[type='submit'] .c-button__icon, .c-filter__search .c-standard-form input:focus:not(:disabled)[type='button'] .c-button__icon, .c-standard-form .c-filter__search input:focus:not(:disabled)[type='button'] .c-button__icon, .c-filter__search .th-standard-form input:focus:not(:disabled)[type='submit'] .c-button__icon, .th-standard-form .c-filter__search input:focus:not(:disabled)[type='submit'] .c-button__icon, .c-mega-spotlight__action .c-button--brand:focus:not(:disabled) .c-button__icon, .c-mega-spotlight__action .c-child-page-ctas__button:focus:not(:disabled) .c-button__icon, .c-mega-spotlight__action .c-document-download__button:focus:not(:disabled) .c-button__icon, .c-mega-spotlight__action .c-hero__button:focus:not(:disabled) .c-button__icon, .c-mega-spotlight__action .c-rte__button:focus:not(:disabled) .c-button__icon, .c-mega-spotlight__action .c-standard-form input:focus:not(:disabled)[type='submit'] .c-button__icon, .c-standard-form .c-mega-spotlight__action input:focus:not(:disabled)[type='submit'] .c-button__icon, .c-mega-spotlight__action .c-standard-form input:focus:not(:disabled)[type='button'] .c-button__icon, .c-standard-form .c-mega-spotlight__action input:focus:not(:disabled)[type='button'] .c-button__icon, .c-mega-spotlight__action .th-standard-form input:focus:not(:disabled)[type='submit'] .c-button__icon, .th-standard-form .c-mega-spotlight__action input:focus:not(:disabled)[type='submit'] .c-button__icon {
  fill: #003664;
}

.c-button--brand-inverse .c-button__icon, .c-filter__search .c-button--brand .c-button__icon, .c-filter__search .c-child-page-ctas__button .c-button__icon, .c-filter__search .c-document-download__button .c-button__icon, .c-filter__search .c-hero__button .c-button__icon, .c-filter__search .c-rte__button .c-button__icon, .c-filter__search .c-standard-form input[type='submit'] .c-button__icon, .c-standard-form .c-filter__search input[type='submit'] .c-button__icon, .c-filter__search .c-standard-form input[type='button'] .c-button__icon, .c-standard-form .c-filter__search input[type='button'] .c-button__icon, .c-filter__search .th-standard-form input[type='submit'] .c-button__icon, .th-standard-form .c-filter__search input[type='submit'] .c-button__icon, .c-mega-spotlight__action .c-button--brand .c-button__icon, .c-mega-spotlight__action .c-child-page-ctas__button .c-button__icon, .c-mega-spotlight__action .c-document-download__button .c-button__icon, .c-mega-spotlight__action .c-hero__button .c-button__icon, .c-mega-spotlight__action .c-rte__button .c-button__icon, .c-mega-spotlight__action .c-standard-form input[type='submit'] .c-button__icon, .c-standard-form .c-mega-spotlight__action input[type='submit'] .c-button__icon, .c-mega-spotlight__action .c-standard-form input[type='button'] .c-button__icon, .c-standard-form .c-mega-spotlight__action input[type='button'] .c-button__icon, .c-mega-spotlight__action .th-standard-form input[type='submit'] .c-button__icon, .th-standard-form .c-mega-spotlight__action input[type='submit'] .c-button__icon {
  fill: #fefefe;
}

.c-button--brand-alt-icon .c-button__icon {
  fill: #003664;
}

.c-button--brand-alt-icon:hover:not(:disabled) .c-button__icon, .c-button--brand-alt-icon:focus:not(:disabled) .c-button__icon {
  fill: #fefefe;
}

.c-button__icon {
  margin-right: 0.625rem;
  max-width: 0.9375rem;
  max-height: 0.9375rem;
  fill: #252755;
}

.c-button__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

.c-topnav {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 2.5rem;
  width: 100%;
  background-color: #003664;
}

@media screen and (min-width: 87.5em) {
  .c-topnav {
    height: 3.75rem;
  }
}

.c-topnav__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0;
  padding: 0 1.25rem;
  width: 100%;
}

@media screen and (min-width: 87.5em) {
  .c-topnav__container {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 0 3.125rem;
    height: 100%;
  }
}

.c-topnav__list {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  width: 100%;
  list-style-type: none;
}

@media screen and (min-width: 87.5em) {
  .c-topnav__list {
    width: auto;
  }
}

.c-topnav__item {
  color: #fefefe;
}

.c-topnav__item--is-hidden-mobile {
  display: none;
}

@media screen and (min-width: 87.5em) {
  .c-topnav__item--is-hidden-mobile {
    display: block;
  }
}

.c-topnav__item--is-hidden-desktop {
  display: block;
}

@media screen and (min-width: 87.5em) {
  .c-topnav__item--is-hidden-desktop {
    display: none;
  }
}

.c-topnav__item + .c-topnav__item {
  margin-left: 1.25rem;
}

@media screen and (min-width: 87.5em) {
  .c-topnav__item + .c-topnav__item {
    margin-left: 2.5rem;
  }
}

.c-topnav__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fefefe;
  font-size: 1rem;
  font-weight: 400;
  text-decoration: none;
  cursor: pointer;
}

@media screen and (min-width: 87.5em) {
  .c-topnav__link {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    font-size: 1.125rem;
  }
}

.c-topnav__link:visited {
  color: #fefefe;
}

.c-topnav__link:hover {
  text-decoration: underline;
}

.c-topnav__icon {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin: 0 0.75rem 0 0;
  height: 1.25rem;
  width: 1.25rem;
  fill: #fefefe;
}

@media screen and (min-width: 87.5em) {
  .c-topnav__icon {
    margin: 0 0 0 0.75rem;
  }
}

.c-topnav__icon--desktop {
  display: none;
}

@media screen and (min-width: 87.5em) {
  .c-topnav__icon--desktop {
    display: block;
  }
}

.c-topnav__icon--mobile {
  display: block;
}

@media screen and (min-width: 87.5em) {
  .c-topnav__icon--mobile {
    display: none;
  }
}

.c-topnav .c-navigation-dropdown {
  display: none;
}

@media screen and (min-width: 87.5em) {
  .c-topnav .c-navigation-dropdown {
    display: block;
  }
}

/*
/ _accordion.scss
*/
.c-accordion__item {
  background-color: #F1F1F1;
  border-bottom: 0.125rem solid #fefefe;
  color: #003664;
}

.c-accordion__item:focus(:disabled) {
  border: none;
}

.c-accordion__item-title {
  margin: 0;
  font-size: 1.125rem;
  font-weight: 700;
}

.c-accordion__item-body {
  padding: 0.625rem 2.1875rem 2.1875rem 2.1875rem;
  background-color: #F1F1F1;
  border-top: 0;
  border-radius: 0 0 0.375rem 0.375rem;
}

.c-accordion__item-body p {
  font-size: 1.125rem;
}

.no-js .c-accordion__item-body {
  display: block;
}

.c-accordion__trigger {
  position: relative;
  display: block;
  padding: 1.875rem 4.6875rem 1.875rem 2.25rem;
  width: 100%;
  background-color: #F1F1F1;
  border: 0;
  border-radius: 0.375rem;
  color: #003664;
  font-family: "Poppins", sans-serif;
  font-size: 1.5rem;
  font-weight: 600;
  text-align: left;
  cursor: pointer;
  -webkit-transition: background-color 0.2s ease-in-out;
  transition: background-color 0.2s ease-in-out;
}

.c-accordion__trigger:focus {
  -webkit-box-shadow: inset 0 0 0 3px #003664;
          box-shadow: inset 0 0 0 3px #003664;
  outline: none;
}

.c-accordion__trigger:focus.is-active {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.c-accordion__trigger:focus(:disabled) {
  border: none;
}

@media screen and (-ms-high-contrast: active) {
  .c-accordion__trigger {
    color: Highlight;
  }
}

.c-accordion__trigger.is-active {
  padding-bottom: 0;
  background-color: #F1F1F1;
  border-radius: 0.375rem 0.375rem 0 0;
}

.c-accordion__trigger.is-active .c-accordion__icon--open {
  display: none;
}

.c-accordion__trigger.is-active .c-accordion__icon--close {
  display: block;
}

.no-js .c-accordion__trigger.is-active .c-accordion__icon--close {
  display: none;
}

.no-js .c-accordion__trigger {
  background-color: inherit;
  color: inherit;
  text-decoration: none;
  cursor: inherit;
}

.no-js .c-accordion__trigger:after {
  display: none;
}

.no-js .c-accordion__trigger:focus, .no-js .c-accordion__trigger:hover {
  background-color: transparent;
}

.c-accordion__icon {
  position: absolute;
  top: 0;
  right: 2.25rem;
  bottom: 0;
  margin-top: 1.875rem;
  height: 1.75rem;
  width: 1.75rem;
  fill: #003664;
}

.c-accordion__icon--close {
  display: none;
}

.no-js .c-accordion__icon {
  display: none;
}

@media screen and (-ms-high-contrast: active) {
  .c-accordion__icon {
    fill: Highlight;
  }
}

.c-banner-ii--image::before, .c-banner-ii--image::after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  background: inherit;
}

.c-banner-ii {
  position: relative;
  height: 20rem;
  overflow: hidden;
}

@media screen and (min-width: 20.375em) {
  .c-banner-ii {
    height: 16.25rem;
  }
}

@media print, screen and (min-width: 46.25em) {
  .c-banner-ii {
    height: 12.5rem;
  }
}

@media print, screen and (min-width: 61.25em) {
  .c-banner-ii {
    height: 15.625rem;
  }
}

.c-banner-ii--image {
  height: 37.1875rem;
}

@media screen and (min-width: 20.375em) {
  .c-banner-ii--image {
    height: 28.125rem;
  }
}

@media print, screen and (min-width: 61.25em) {
  .c-banner-ii--image {
    height: 23.75rem;
  }
}

.c-banner-ii--image::before {
  top: -3.125rem;
  bottom: -3.125rem;
  left: -3.125rem;
  z-index: 1;
  height: calc(50% + 3.125rem);
  width: calc(100% + 6.25rem);
  -webkit-filter: blur(25px);
          filter: blur(25px);
}

@media print, screen and (min-width: 46.25em) {
  .c-banner-ii--image::before {
    height: calc(40% + 3.125rem);
  }
}

@media print, screen and (min-width: 61.25em) {
  .c-banner-ii--image::before {
    left: 0;
    height: auto;
    width: 100%;
    max-width: 57%;
  }
}

.c-banner-ii--image::after {
  height: 55%;
  opacity: 0.9;
}

@media print, screen and (min-width: 46.25em) {
  .c-banner-ii--image::after {
    height: 45%;
  }
}

@media print, screen and (min-width: 61.25em) {
  .c-banner-ii--image::after {
    height: 100%;
    max-width: 60%;
  }
}

.c-banner-ii__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-top: 1.25rem;
  padding-right: 0.625rem;
  padding-left: 0.625rem;
  max-width: 75rem;
  margin: 0 auto;
}

@media print, screen and (min-width: 61.25em) {
  .c-banner-ii__container {
    padding-top: 3.125rem;
  }
}

@media print, screen and (min-width: 46.25em) {
  .c-banner-ii__container {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}

.c-banner-ii__content {
  z-index: 2;
}

@media print, screen and (min-width: 61.25em) {
  .c-banner-ii--image .c-banner-ii__content {
    max-width: 60%;
  }
}

.c-banner-ii__title {
  margin-top: 0;
}

.c-banner-ii__summary {
  margin: 0;
  font-size: 1.125rem;
  line-height: 1.5;
}

@media print, screen and (min-width: 61.25em) {
  .c-banner-ii__summary {
    font-size: 1.5rem;
  }
}

@media print, screen and (min-width: 61.25em) {
  .c-banner-ii__image {
    top: 0;
    height: 100%;
    max-width: 55%;
  }
}

.c-banner-ii--image .c-banner-ii__image {
  position: absolute;
  right: 0;
  bottom: 0;
  height: 60%;
  width: 100%;
  background-position: center;
  background-size: cover;
}

@media print, screen and (min-width: 46.25em) {
  .c-banner-ii--image .c-banner-ii__image {
    height: 75%;
  }
}

@media print, screen and (min-width: 61.25em) {
  .c-banner-ii--image .c-banner-ii__image {
    height: 100%;
  }
}

.c-banner {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 33.75rem;
}

@media print, screen and (min-width: 61.25em) {
  .c-banner {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

.c-banner__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
  width: 100%;
}

@media print, screen and (min-width: 61.25em) {
  .c-banner__container {
    padding: 1.875rem 0;
    padding-right: 0.625rem;
    padding-left: 0.625rem;
    max-width: 75rem;
    margin: 0 auto;
  }
}

@media print, screen and (min-width: 61.25em) and (min-width: 46.25em) {
  .c-banner__container {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}

@media print, screen and (min-width: 61.25em) {
  .c-banner--right .c-banner__container {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}

.c-banner__background-image {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: calc(540/1440 * 100%);
  min-height: 15rem;
  background: no-repeat scroll top center;
  background-position-x: right;
  background-size: cover;
}

@media print, screen and (min-width: 61.25em) {
  .c-banner__background-image {
    position: absolute;
    padding: 0;
    height: 100%;
    width: 100%;
  }
}

.c-banner--right .c-banner__background-image {
  background-position-x: left;
}

.c-banner__content {
  position: relative;
  padding: 2.5rem 1.25rem;
}

@media print, screen and (min-width: 61.25em) {
  .c-banner__content {
    padding: 2.5rem 1.875rem;
    max-width: 32.5rem;
    border-radius: 1.5625rem;
    -webkit-box-shadow: 0 0.125rem 0.4375rem 0.125rem rgba(8, 8, 13, 0.25);
            box-shadow: 0 0.125rem 0.4375rem 0.125rem rgba(8, 8, 13, 0.25);
  }
}

.c-banner__link-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.c-banner__link {
  width: auto;
  font-size: 1.125rem;
  text-decoration: underline;
}

@media print, screen and (min-width: 61.25em) {
  .c-banner__link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0.625rem 2.5rem;
    border: 0.125rem solid #fefefe;
    border-radius: 3.125rem;
    color: #fefefe;
    font-size: 1.125rem;
    text-decoration: none;
  }
}

.c-banner__title {
  margin-top: 0;
}

.c-banner__summary {
  margin-bottom: 1.875rem;
}

.c-breadcrumb {
  padding: 0.875rem 0;
}

.c-breadcrumb__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0;
  font-size: 1rem;
  padding-right: 0.625rem;
  padding-left: 0.625rem;
  max-width: 75rem;
  margin: 0 auto;
}

@media print, screen and (min-width: 46.25em) {
  .c-breadcrumb__list {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}

.c-breadcrumb__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #003664;
  font-weight: 700;
  text-decoration: none;
}

@media print, screen and (min-width: 46.25em) {
  .c-breadcrumb__link {
    text-decoration: underline;
  }
}

.c-breadcrumb__item {
  display: none;
  color: #636363;
  list-style: none;
}

@media print, screen and (min-width: 46.25em) {
  .c-breadcrumb__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.c-breadcrumb__item:nth-last-child(2) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media print, screen and (min-width: 46.25em) {
  .c-breadcrumb__item + .c-breadcrumb__item:before {
    content: '/';
    padding: 0 0.625rem;
  }
}

.c-breadcrumb__icon {
  margin-right: 0.625rem;
  height: 0.875rem;
  width: 0.875rem;
  fill: #003664;
}

@media print, screen and (min-width: 46.25em) {
  .c-breadcrumb__icon {
    display: none;
  }
}

.c-card-carousel {
  overflow: hidden;
}

@media print, screen and (min-width: 61.25em) {
  .c-card-carousel {
    display: block;
  }
}

.c-card-carousel .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.c-card-carousel .slick-list {
  margin: 0 -0.9375rem;
}

.c-card-carousel .slick-slide {
  margin: 0 0.9375rem;
  height: 100%;
}

.c-card-carousel .slick-slide > div {
  height: 100%;
}

@media print, screen and (min-width: 61.25em) {
  .is-mobile-only .c-card-carousel__slider {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -0.9375rem;
  }
}

@media print, screen and (min-width: 61.25em) {
  .c-card-carousel--grid .c-card-carousel__slider {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: -0.625rem;
  }
}

.c-card-carousel__slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
}

@media print, screen and (min-width: 61.25em) {
  .is-mobile-only .c-card-carousel__slide {
    width: calc(100% - 1.875rem);
    margin-right: 0.9375rem;
    margin-left: 0.9375rem;
  }
}

@media print, screen and (min-width: 61.25em) {
  .c-card-carousel--grid .c-card-carousel__slide {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-preferred-size: calc(50% - 20px);
        flex-basis: calc(50% - 20px);
    margin: 0.625rem;
  }
}

.c-card-carousel__item {
  height: 100%;
  width: 100%;
}

.c-card-carousel__actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 1.875rem;
}

.c-card-carousel__button {
  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;
  padding: 0;
  height: 2.625rem;
  width: 2.625rem;
  background: transparent;
  border: 0.0625rem solid #003664;
  border-radius: 100%;
  cursor: pointer;
  -webkit-transition: 0.25s;
  transition: 0.25s;
}

.c-card-carousel__button:hover {
  background: #003664;
}

.c-card-carousel__button.is-disabled {
  border-color: #d9d9d9;
  pointer-events: none;
}

.c-card-carousel__button + .c-card-carousel__button {
  margin-left: 0.9375rem;
}

.c-card-carousel__button--prev, .c-card-carousel__button--next {
  display: none;
}

.c-card-carousel__button-icon {
  height: 0.875rem;
  width: 1.125rem;
  fill: #003664;
  -webkit-transition: 0.25s;
  transition: 0.25s;
}

.is-disabled .c-card-carousel__button-icon {
  fill: #d9d9d9;
}

.c-card-carousel__button:hover .c-card-carousel__button-icon {
  fill: #fefefe;
}

.c-card-carousel .slick-dots {
  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-top: 2.5rem;
  width: 100%;
}

.c-card-carousel .slick-dots li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 0.5rem;
  cursor: pointer;
}

.c-card-carousel .slick-dots li button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 1.125rem;
  width: 1.125rem;
  background: #d9d9d9;
  border: 0;
  border-radius: 100%;
  color: transparent;
  font-size: 0;
  cursor: pointer;
}

@media print, screen and (min-width: 61.25em) {
  .c-card-carousel .slick-dots li button {
    height: 1.375rem;
    width: 1.375rem;
  }
}

.c-card-carousel .slick-dots li.slick-active button {
  background: #003664;
}

.c-child-page-ctas__inner {
  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: center;
      -ms-flex-align: center;
          align-items: center;
  padding-right: 0.625rem;
  padding-left: 0.625rem;
  max-width: 75rem;
  margin: 0 auto;
}

@media print, screen and (min-width: 46.25em) {
  .c-child-page-ctas__inner {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}

.c-child-page-ctas__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
}

.c-child-page-ctas__cell {
  margin-bottom: 1.875rem;
  width: 100%;
}

@media print, screen and (min-width: 61.25em) {
  .c-child-page-ctas__cell {
    margin: 1.875rem 0 0 0;
    width: calc(33.33333% - 1.875rem);
    margin-right: 0.9375rem;
    margin-left: 0.9375rem;
  }
}

.c-child-page-ctas__cell:last-child {
  margin-bottom: 0;
}

@media print, screen and (min-width: 61.25em) {
  .c-child-page-ctas__cell:last-child {
    margin: 1.875rem 0 0 0;
    width: calc(33.33333% - 1.875rem);
    margin-right: 0.9375rem;
    margin-left: 0.9375rem;
  }
}

@media print, screen and (min-width: 61.25em) {
  .c-child-page-ctas__cell:nth-child(1), .c-child-page-ctas__cell:nth-child(2) {
    margin: 0;
    width: calc(50% - 1.875rem);
    margin-right: 0.9375rem;
    margin-left: 0.9375rem;
  }
}

.c-child-page-ctas__text {
  width: 100%;
  text-align: center;
}

.c-child-page-ctas__actions {
  margin-top: 3.125rem;
}

.c-container {
  background-size: cover;
}

.c-container__link {
  text-decoration: none;
}

.c-container__link:focus, .c-container__link:hover {
  text-decoration: underline;
}

.c-container--theme-two .c-container__link {
  color: #007EA7;
}

.c-container__title {
  margin: 0;
}

.c-container--theme-two .c-container__title {
  color: #007EA7;
}

.c-container--center .c-container__title {
  text-align: center;
}

.c-container__title + .c-container__summary {
  margin-top: 0.9375rem;
}

.c-container--center .c-container__summary {
  margin-right: auto;
  margin-left: auto;
  max-width: 37.5rem;
  text-align: center;
}

.c-container__layout {
  margin-top: 1.5625rem;
}

.c-container__summary + .c-container__layout {
  margin-top: 2.5rem;
}

.c-container .cell + .cell {
  margin-top: 1.875rem;
}

@media print, screen and (min-width: 61.25em) {
  .c-container .cell + .cell {
    margin-top: 0;
  }
}

.c-content-footer {
  padding: 1.25rem;
  background-color: #E0E4E6;
  border-radius: 0.75rem;
}

@media print, screen and (min-width: 46.25em) {
  .c-content-footer {
    padding: 2.5rem;
  }
}

.c-content-footer__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media print, screen and (min-width: 46.25em) {
  .c-content-footer__container {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

.c-content-footer__content {
  width: 100%;
}

@media print, screen and (min-width: 46.25em) {
  .c-content-footer__content {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    margin-right: 10%;
    width: 50%;
  }
}

.c-rte + .c-content-footer__actions {
  margin-top: 3.125rem;
}

.c-content-footer__meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-top: 3.125rem;
}

@media print, screen and (min-width: 46.25em) {
  .c-content-footer__meta {
    padding: 0;
  }
}

.c-content-footer__date {
  margin-top: 1.875rem;
}

.c-content-footer__date-title {
  margin: 0;
  font-weight: 700;
}

.c-content-footer__date-time {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 0 0.625rem 0;
}

.c-content-footer__date-icon {
  margin-right: 0.3125rem;
  height: 1rem;
  width: 1rem;
}

@media print, screen and (min-width: 46.25em) {
  .c-content-footer__date-icon {
    margin-right: 0.5rem;
    height: 1.125rem;
    width: 1.125rem;
  }
}

.c-document-download {
  position: relative;
  background-color: #F1F1F1;
  border-radius: 1.25rem;
  -webkit-box-shadow: 0.125rem 0.125rem 0.1875rem 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0.125rem 0.125rem 0.1875rem 0 rgba(0, 0, 0, 0.1);
  padding-right: 0.625rem;
  padding-left: 0.625rem;
  max-width: 75rem;
  margin: 0 auto;
}

@media print, screen and (min-width: 46.25em) {
  .c-document-download {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}

.c-document-download__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 1.875rem 1.25rem;
}

@media print, screen and (min-width: 46.25em) {
  .c-document-download__inner {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    padding: 1.875rem;
  }
}

.c-document-download__text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 1.875rem;
  width: 100%;
  text-decoration: none;
}

@media print, screen and (min-width: 46.25em) {
  .c-document-download__text {
    margin: 0 2.5rem 0 0;
    width: 50%;
  }
}

.c-document-download__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  list-style-type: none;
}

@media print, screen and (min-width: 46.25em) {
  .c-document-download__list {
    width: 50%;
  }
}

.c-document-download__title {
  margin: 0;
  margin-bottom: 0.3125rem;
  color: #003664;
  font-size: 2rem;
  line-height: 1.2;
  font-weight: 400;
}

.c-document-download__summary {
  color: #003664;
}

.c-document-download__link {
  margin: 0.3125rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0.9375rem 0;
  border-top: 0.0625rem solid #c9c9c9;
  color: #003664;
  font-weight: 600;
  font-weight: 400;
  text-decoration: none;
}

.c-document-download__link:hover .c-document-download__link-title {
  text-decoration: underline;
}

.c-document-download__link:first-child {
  padding-top: 0;
  border-top: none;
}

.c-document-download__link:last-child {
  padding-bottom: 0;
}

.c-document-download__link-title {
  margin: 0;
  font-size: 1.125rem;
  font-weight: 600;
}

.c-document-download__link-description {
  margin: 0;
  font-size: 0.875rem;
}

.c-document-download__link-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  line-height: 1.1;
}

.c-document-download__link-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: 0.9375rem;
  height: 1.875rem;
  width: 1.875rem;
  fill: #003664;
}

.c-document-download__actions {
  margin-top: 3.125rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.c-document-download__button + .c-document-download__button {
  margin-top: 0.9375rem;
}

.c-error {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
}

.c-error__content {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
  margin: 0 0.9375rem;
  padding: 3.125rem 0;
}

@media screen and (min-width: 61.25em) {
  .c-error__content {
    padding: 4.6875rem 0;
  }
}

.c-error__header {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  padding: 2.5rem 0;
  background-color: #003664;
}

.c-error__logo {
  display: block;
  margin: auto;
  max-width: 12.5rem;
}

@media screen and (min-width: 61.25em) {
  .c-error__logo {
    margin: 0;
    height: 3.125rem;
  }
}

.c-error__contact-number {
  color: #fefefe;
  text-align: center;
}

@media screen and (min-width: 61.25em) {
  .c-error__contact-number {
    text-align: right;
  }
}

.c-error__footer {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  padding: 2.5rem 0;
  background-color: #003664;
}

.c-featured-carousel {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 1.5625rem 0;
  width: 100%;
  overflow: hidden;
}

@media print, screen and (min-width: 61.25em) {
  .c-featured-carousel {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    padding: 3.125rem;
  }
}

.c-featured-carousel--theme-one::before, .c-featured-carousel--theme-one::after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  height: 100%;
  max-width: 75rem;
  background-color: #F7F7F8;
}

.c-featured-carousel--theme-one::before {
  left: -5rem;
  margin: 0 auto;
  width: 100%;
  border-radius: 0.75rem 0 0 0.75rem;
}

.c-featured-carousel--theme-one::after {
  z-index: -1;
  width: 50%;
}

.c-featured-carousel__image {
  position: absolute;
  top: 3.125rem;
  right: -30%;
  display: block;
  height: 17.5rem;
  width: 17.5rem;
  background-repeat: no-repeat;
  background-size: contain;
}

@media print, screen and (min-width: 46.25em) {
  .c-featured-carousel__image {
    right: -15%;
  }
}

@media print, screen and (min-width: 61.25em) {
  .c-featured-carousel__image {
    top: unset;
    bottom: -6.25rem;
    left: 16.66667%;
    height: 21.875rem;
    width: 21.875rem;
  }
}

.c-featured-carousel__inner {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  padding-right: 0.625rem;
  padding-left: 0.625rem;
  max-width: 75rem;
  margin: 0 auto;
}

@media print, screen and (min-width: 46.25em) {
  .c-featured-carousel__inner {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}

@media print, screen and (min-width: 61.25em) {
  .c-featured-carousel__inner {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.c-featured-carousel__content {
  position: relative;
  margin-bottom: 1.875rem;
}

@media print, screen and (min-width: 61.25em) {
  .c-featured-carousel__content {
    margin-right: 1.25rem;
  }
}

.c-featured-carousel__title {
  margin-top: 0;
}

.c-featured-carousel__carousel {
  position: relative;
  display: block;
  margin-top: 3.125rem;
  width: calc(100% + 10px);
  background-color: #fefefe;
}

@media print, screen and (min-width: 46.25em) {
  .c-featured-carousel__carousel {
    width: calc(100% + 15px);
  }
}

@media print, screen and (min-width: 61.25em) {
  .c-featured-carousel__carousel {
    margin-top: 0;
    background: none;
    width: calc(66.66667% - 1.875rem);
    margin-right: 0.9375rem;
    margin-left: 0.9375rem;
  }
}

.c-featured-carousel--theme-one .c-featured-carousel__carousel {
  background-color: #F7F7F8;
}

.c-featured-carousel__button {
  margin-top: 1.875rem;
}

@media screen and (max-width: 61.1875em) {
  .c-featured-carousel__button {
    background: none;
    color: #003664;
    font-weight: 600;
    text-decoration: underline;
  }
}

@media screen and (max-width: 61.1875em) {
  .c-featured-carousel__button:hover, .c-featured-carousel__button:hover:not(:disabled), .c-featured-carousel__button:focus:not(:disabled) {
    background-color: transparent;
    color: #003664;
  }
}

.c-featured-carousel .c-card-carousel {
  padding-right: calc(30px / 2);
}

@media print, screen and (min-width: 46.25em) {
  .c-featured-carousel .c-card-carousel {
    padding-right: calc(30px / 2);
  }
}

@media print, screen and (min-width: 61.25em) {
  .c-featured-carousel .c-card-carousel {
    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-right: 0;
  }
}

@media print, screen and (min-width: 61.25em) {
  .c-featured-carousel .c-card-carousel__actions {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    margin: 0 0 1.875rem 0;
  }
}

.c-form-field__link {
  font-size: 1rem;
  font-weight: 400;
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
  -ms-flex-item-align: end;
      align-self: flex-end;
  margin: 0.625rem 0 0;
  font-weight: 600;
  color: #003664;
  padding: 0;
  text-decoration: underline;
}

@media print, screen and (min-width: 61.25em) {
  .c-form-field__link {
    font-size: 1.125rem;
  }
}

.c-form-field__validation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

.c-form-field__required {
  color: #E31B5B;
}

.c-form-field__label {
  position: relative;
  display: block;
  height: 3.3125rem;
  color: #3C3C3C;
}

.c-form-field__label-text {
  position: absolute;
  top: 50%;
  left: 0.9375rem;
  color: #3C3C3C;
  font-size: 0.875rem;
  cursor: text;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  pointer-events: none;
}

@media print, screen and (min-width: 46.25em) {
  .c-form-field__label-text {
    font-size: 1rem;
  }
}

.c-form-field__input:not(:placeholder-shown) + .c-form-field__label-text,
.c-form-field__input:focus + .c-form-field__label-text,
.c-form-field__input:-webkit-autofill + .c-form-field__label-text {
  top: 0.375rem;
  font-size: 0.75rem;
  font-weight: 600;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  pointer-events: none;
}

.c-form-field__input {
  margin: 0;
  padding: 1.125rem 0.9375rem 0 0.9375rem;
  border: 0.125rem solid transparent;
}

.c-form-field__input:disabled {
  pointer-events: none;
}

.c-about {
  width: 100%;
}

@media print, screen and (min-width: 61.25em) {
  .c-about {
    padding: 0;
  }
}

.c-about__brand {
  display: block;
  height: 100%;
  width: 100%;
}

.c-about__location-image {
  display: none;
}

.c-about__info p {
  color: #fefefe;
  font-size: 1rem;
  line-height: 1.5;
}

.c-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  background-color: #003664;
  background-size: cover;
  color: #fefefe;
}

@media print, screen and (min-width: 61.25em) {
  .c-footer {
    max-width: 100%;
  }
}

.c-footer__container {
  margin: 1.5625rem 0;
  padding: 0 1.25rem;
}

@media print, screen and (min-width: 61.25em) {
  .c-footer__container {
    margin: 2.8125rem 0 2.1875rem 0;
    padding: 0 3.125rem;
  }
}

.c-footer__container-links {
  margin: 1.875rem 0 1.25rem 0;
}

@media print, screen and (min-width: 61.25em) {
  .c-footer__container-links {
    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 0 0 3.125rem;
    width: 100%;
    max-width: 46.875rem;
  }
  .c-footer__container-links:after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
    display: block;
  }
}

.c-footer__container-social {
  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: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
}

@media print, screen and (min-width: 61.25em) {
  .c-footer__container-social {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

.c-footer__container-top {
  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: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-bottom: 2.5rem;
}

@media print, screen and (min-width: 61.25em) {
  .c-footer__container-top {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

.c-footer__container-bottom {
  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: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-top: 1.25rem;
  width: 100%;
  border-top: 1px solid #fefefe;
}

@media print, screen and (min-width: 61.25em) {
  .c-footer__container-bottom {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

.c-footer__container-paragraph {
  padding-bottom: 0.9375rem;
}

@media print, screen and (min-width: 61.25em) {
  .c-footer__container-paragraph {
    padding-bottom: 0;
  }
}

.c-footer__container-logo {
  display: none;
}

@media screen and (min-width: 75em) {
  .c-footer__container-logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 21.875rem;
  }
}

.c-footer__container-img {
  width: 100%;
  max-width: 15.625rem;
}

@media print, screen and (min-width: 61.25em) {
  .c-footer__links {
    width: 50%;
  }
}

.c-footer__copyright {
  font-size: 1rem;
}

.c-footer__paragraph {
  font-size: 1rem;
  line-height: 1.3;
}

.c-footer__paragraph:first-child {
  margin-bottom: 0.5rem;
}

.c-footer__logo:first-child {
  margin-left: 1.25rem;
}

.c-footer__social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.c-footer__logo-link + .c-footer__logo-link {
  margin-left: 1.25rem;
}

.c-hygiene {
  position: relative;
}

.c-hygiene__list {
  padding: 0;
  list-style: none;
}

.c-hygiene__item {
  margin-bottom: 0.9375rem;
  line-height: 0;
}

.c-hygiene__link {
  color: #fefefe;
  font-weight: 400;
  line-height: 1.2;
  text-decoration: none;
}

.c-hygiene__link:hover {
  text-decoration: underline;
}

.c-social {
  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 (min-width: 46.25em) {
  .c-social {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

.c-social__list {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  list-style: none;
}

.c-social__item {
  margin-left: 0.625rem;
}

.c-social__item:first-child {
  margin: 0;
}

.c-social__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  fill: #fefefe;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.c-social__link:focus, .c-social__link:hover {
  fill: #fefefe;
}

.c-social__link:focus {
  fill: black;
}

.c-social__link--facebook:focus, .c-social__link--facebook:hover {
  fill: #FBB714;
}

.c-social__link--x:focus, .c-social__link--x:hover {
  fill: #FBB714;
}

.c-social__link--tiktok:focus, .c-social__link--tiktok:hover {
  fill: #FBB714;
}

.c-social__link--instagram:focus, .c-social__link--instagram:hover {
  fill: #FBB714;
}

.c-social__link--youtube:focus, .c-social__link--youtube:hover {
  fill: #FBB714;
}

.c-social__link--linkedin:focus, .c-social__link--linkedin:hover {
  fill: #FBB714;
}

.c-social__icon {
  height: 2.1875rem;
  width: 2.1875rem;
}

.c-action-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 3.125rem;
  width: 100%;
}

.c-action-buttons__button {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0.9375rem;
  height: 3.1875rem;
  min-width: 7.5rem;
  background-color: #FFF;
  border: 0.0625rem solid #32529F;
  border-radius: 1.625rem;
  color: #32529F;
  font-size: 0.875rem;
  text-decoration: none;
  cursor: pointer;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.c-action-buttons__button.is-loading {
  background-color: #32529F;
  color: #fefefe;
}

@media print, screen and (min-width: 46.25em) {
  .c-action-buttons__button {
    font-size: 1rem;
  }
}

.c-action-buttons__button:hover:not(:disabled) {
  background-color: #32529F;
  color: #fefefe;
}

.c-action-buttons__button:disabled:not(.is-loading) {
  background-color: #FFF;
  border-color: #a2b5e2;
  color: #a2b5e2;
  cursor: not-allowed;
}

.c-form-dropdown-field-wrapper .c-validation-message.c-validation-message--is-valid .c-form-textfield input,
.c-form-dropdown-field-wrapper .c-validation-message.c-validation-message--is-invalid .c-form-textfield input {
  border-color: transparent;
}

.c-form-dropdown-field {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
  background-color: #F4F5F6;
  border-color: transparent;
  border-radius: 0.3125rem;
  border-style: solid;
  border-width: 0.125rem;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}

.c-form-dropdown-field__required {
  color: #E31B5B;
}

.c-form-dropdown-field .c-select {
  margin: 0;
  width: 100%;
  max-width: 50%;
}

@media print, screen and (min-width: 46.25em) {
  .c-form-dropdown-field .c-select {
    max-width: 30%;
  }
}

.c-form-dropdown-field .c-select__container {
  width: 100%;
  min-width: auto;
}

.c-form-dropdown-field .c-select__label {
  width: 100%;
  min-width: auto;
}

.c-form-dropdown-field .c-select__label:focus {
  position: relative;
  z-index: 1;
}

.c-form-dropdown-field .c-select__label-text {
  display: none;
}

.c-form-dropdown-field select {
  position: relative;
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin: -0.125rem 0 0 0;
  padding: 0 0.9375rem;
  padding-right: 2.8125rem;
  width: 100%;
  min-width: unset;
  border-color: transparent;
  border-top: 0.125rem solid #666;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-width: 0.125rem;
  cursor: pointer;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  margin: 0 0 0 -0.125rem;
  width: calc(100% + rem(2px));
  border-top: unset;
  border-radius: 0 0.3125rem 0.3125rem 0;
}

.c-form-dropdown-field select:focus {
  position: relative;
  z-index: 1;
}

.c-form-dropdown-field .c-form__label {
  z-index: 1;
  width: 100%;
}

.c-form-dropdown-field .c-select__icon {
  pointer-events: none;
}

.c-form-dropdown-field__label {
  position: relative;
  display: block;
  min-height: 3.3125rem;
  color: #3C3C3C;
}

.c-form-dropdown-field__label-text {
  position: absolute;
  top: 1.75rem;
  left: 0.9375rem;
  color: #3C3C3C;
  font-size: 0.875rem;
  cursor: text;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  pointer-events: none;
}

@media print, screen and (min-width: 46.25em) {
  .c-form-dropdown-field__label-text {
    font-size: 1rem;
  }
}

.c-form-dropdown-field__input:not(:placeholder-shown) + .c-form-dropdown-field__label-text,
.c-form-dropdown-field__input:focus + .c-form-dropdown-field__label-text,
.c-form-dropdown-field__input:-webkit-autofill + .c-form-dropdown-field__label-text {
  top: 0.375rem;
  font-size: 0.75rem;
  font-weight: 600;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  pointer-events: none;
}

.c-form-dropdown-field label {
  margin: 0;
  font-weight: 400;
  cursor: default;
}

.c-form-dropdown-field input {
  display: block;
  margin: 0;
  padding: 1.125rem 0.9375rem 0 0.9375rem;
  height: 3.3125rem;
  width: 100%;
  max-width: 100%;
  min-width: 10.9375rem;
  background-color: #F4F5F6;
  border-radius: 0.3125rem;
  border-style: solid;
  border-width: 0.125rem;
  color: #3C3C3C;
  font-size: 0.875rem;
}

@media print, screen and (min-width: 46.25em) {
  .c-form-dropdown-field input {
    font-size: 1rem;
  }
}

.c-form-dropdown-field input:disabled {
  background-color: #e3e6e8;
  opacity: 1;
  color: rgba(60, 60, 60, 0.6);
  pointer-events: none;
}

.c-form-dropdown-field > :not([class*='c-validation-message-']) input {
  border-color: transparent;
}

.c-form-dropdown-field ::-webkit-input-placeholder {
  visibility: hidden;
  color: transparent;
}

.c-form-dropdown-field ::-ms-input-placeholder {
  visibility: hidden;
  color: transparent;
}

.c-form-dropdown-field ::placeholder {
  visibility: hidden;
  color: transparent;
}

.c-form-dropdown-field ::-webkit-input-placeholder-shown + label {
  opacity: 0.75;
  pointer-events: none;
}

.c-form-dropdown-field ::-ms-input-placeholder-shown + label {
  opacity: 0.75;
  pointer-events: none;
}

.c-form-dropdown-field ::placeholder-shown + label {
  opacity: 0.75;
  pointer-events: none;
}

.c-form-dropdown-field__input {
  margin: 0;
  padding: 1.125rem 0.9375rem 0 0.9375rem;
  border: 0.125rem solid transparent;
}

.c-form-dropdown-field__input:disabled {
  pointer-events: none;
}

.c-form-dropdown-field .c-form-textfield {
  z-index: 1;
  margin-right: 0.125rem;
  width: 100%;
}

.c-form-dropdown-field .c-select__group {
  margin-bottom: 0;
}

.c-form-textfield__link {
  -ms-flex-item-align: end;
      align-self: flex-end;
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
  margin: 0.625rem 0 0;
  padding: 0;
  color: #32529F;
  font-size: 1rem;
  font-weight: 400;
  font-weight: 600;
  text-decoration: underline;
}

@media print, screen and (min-width: 61.25em) {
  .c-form-textfield__link {
    font-size: 1.125rem;
  }
}

.c-form-textfield__validation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

.c-form-textfield__required {
  color: #E31B5B;
}

.c-form-textfield__label {
  position: relative;
  display: block;
  min-height: 3.3125rem;
  color: #3C3C3C;
}

.c-form-textfield__label-text {
  position: absolute;
  top: 1.75rem;
  left: 0.9375rem;
  color: #3C3C3C;
  font-size: 0.875rem;
  cursor: text;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  pointer-events: none;
}

@media print, screen and (min-width: 46.25em) {
  .c-form-textfield__label-text {
    font-size: 1rem;
  }
}

.c-form-textfield__input:not(:placeholder-shown) + .c-form-textfield__label-text,
.c-form-textfield__input:focus + .c-form-textfield__label-text,
.c-form-textfield__input:-webkit-autofill + .c-form-textfield__label-text {
  top: 0.375rem;
  font-size: 0.75rem;
  font-weight: 600;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  pointer-events: none;
}

.c-form-textfield label {
  margin: 0;
  font-weight: 400;
  cursor: default;
}

.c-form-textfield input {
  display: block;
  margin: 0;
  padding: 1.125rem 0.9375rem 0 0.9375rem;
  height: 3.3125rem;
  width: 100%;
  max-width: 100%;
  min-width: 10.9375rem;
  background-color: #F4F5F6;
  border-color: transparent;
  border-radius: 0.3125rem;
  border-style: solid;
  border-width: 0.125rem;
  color: #3C3C3C;
  font-size: 0.875rem;
}

@media print, screen and (min-width: 46.25em) {
  .c-form-textfield input {
    font-size: 1rem;
  }
}

.c-form-textfield input:disabled {
  background-color: #e3e6e8;
  opacity: 1;
  color: rgba(60, 60, 60, 0.6);
  pointer-events: none;
}

.c-form-textfield ::-webkit-input-placeholder {
  visibility: hidden;
  color: transparent;
}

.c-form-textfield ::-ms-input-placeholder {
  visibility: hidden;
  color: transparent;
}

.c-form-textfield ::placeholder {
  visibility: hidden;
  color: transparent;
}

.c-form-textfield ::-webkit-input-placeholder-shown + label {
  opacity: 0.75;
  pointer-events: none;
}

.c-form-textfield ::-ms-input-placeholder-shown + label {
  opacity: 0.75;
  pointer-events: none;
}

.c-form-textfield ::placeholder-shown + label {
  opacity: 0.75;
  pointer-events: none;
}

.c-form-textfield__input {
  margin: 0;
  padding: 1.125rem 0.9375rem 0 0.9375rem;
  border: 0.125rem solid transparent;
}

.c-form-textfield__input:disabled {
  pointer-events: none;
}

.c-select__label {
  margin: 0;
  min-width: 10.9375rem;
  font-family: "Poppins", sans-serif;
  line-height: 1.5;
}

.c-select__group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0.4375rem;
}

.c-select__container {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 100%;
  min-width: 14.0625rem;
  min-height: 3.3125rem;
}

.c-select__container:before {
  content: '';
  position: absolute;
  top: 50%;
  right: 3.125rem;
  z-index: 2;
  height: 60%;
  width: 0.5px;
  background: #797A7A;
  cursor: pointer;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

.c-select__icon {
  position: absolute;
  top: 50%;
  right: 1.125rem;
  z-index: 2;
  height: auto;
  max-width: 1.125rem;
  fill: #007EA7;
  cursor: pointer;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  pointer-events: none;
}

.c-select__field {
  position: absolute;
  margin: 0;
  padding: 1.125rem 4.0625rem 0 0.9375rem;
  height: 3.3125rem;
  width: 100%;
  max-width: 100%;
  min-width: 10.9375rem;
  background-color: #F4F5F6;
  border: 0.125rem solid transparent;
  border-color: transparent;
  border-radius: 0.3125rem;
  border-width: 0.125rem;
  color: #08080D;
  font-size: 1rem;
  cursor: pointer;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.c-select__label-text {
  position: absolute;
  top: 1.75rem;
  left: 0.9375rem;
  color: #3C3C3C;
  font-family: "Poppins", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  cursor: text;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  pointer-events: none;
}

@media print, screen and (min-width: 46.25em) {
  .c-select__label-text {
    font-size: 1rem;
  }
}

.c-select__field.is-active + .c-select__label-text {
  top: 0.375rem;
  font-size: 0.75rem;
  font-weight: 600;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
  pointer-events: none;
}

.c-select__required {
  color: #E31B5B;
}

.c-textarea {
  position: relative;
  margin-bottom: 1.5625rem;
  width: 100%;
}

.c-textarea__label {
  position: relative;
  display: block;
  margin-bottom: 0;
  height: 9.9375rem;
  color: #3C3C3C;
}

.c-textarea--no-transition .c-textarea__label {
  position: relative;
  padding: 0;
  height: 100%;
  background: none;
  cursor: pointer;
}

.c-textarea__label-text {
  position: absolute;
  top: 0.125rem;
  left: 0.125rem;
  padding: 0.9375rem 0 0 0.9375rem;
  width: calc(100% - rem(20px));
  border-radius: 0.3125rem;
  color: #3C3C3C;
  font-size: 0.875rem;
  font-weight: 400;
  cursor: text;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  pointer-events: none;
}

@media print, screen and (min-width: 46.25em) {
  .c-textarea__label-text {
    font-size: 1rem;
  }
}

.c-textarea__field:not(:placeholder-shown) + .c-textarea__label-text,
.c-textarea__field:focus + .c-textarea__label-text,
.c-textarea__field:-webkit-autofill + .c-textarea__label-text {
  padding: 0.375rem 0.9375rem;
  font-size: 0.75rem;
  font-weight: 600;
  pointer-events: none;
}

.c-textarea__field {
  margin: 0;
  padding: 1.625rem 0.9375rem 0 0.9375rem;
  height: 100%;
  width: 100%;
  min-width: 100%;
  background-color: #F4F5F6;
  border: 0.125rem solid transparent;
  border-radius: 0.3125rem;
  resize: none;
}

.c-textarea--no-transition .c-textarea__field {
  padding: 0.9375rem 0.9375rem 0 0.9375rem;
  height: 9.9375rem;
}

.c-header {
  position: fixed;
  top: 0;
  z-index: 10;
  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: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  background-color: #fefefe;
  -webkit-box-shadow: 0 0.125rem 0.625rem rgba(0, 0, 0, 0.07);
          box-shadow: 0 0.125rem 0.625rem rgba(0, 0, 0, 0.07);
  -webkit-transition: -webkit-transform 0.5s ease-in-out;
  transition: -webkit-transform 0.5s ease-in-out;
  transition: transform 0.5s ease-in-out;
  transition: transform 0.5s ease-in-out, -webkit-transform 0.5s ease-in-out;
  -webkit-transform: translate(0);
      -ms-transform: translate(0);
          transform: translate(0);
}

.c-notify.is-active + .c-header__container .c-header {
  position: relative;
}

.c-header__container {
  position: relative;
  z-index: 999;
  width: 100%;
  overflow-x: clip;
}

.c-header__container + main {
  margin-top: 7.1875rem;
}

@media screen and (min-width: 87.5em) {
  .c-header__container + main {
    margin-top: 10.625rem;
  }
}

.c-notify.is-active + .c-header__container + main {
  margin-top: 0;
}

.c-header__inner {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 4.6875rem;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media screen and (min-width: 87.5em) {
  .c-header__inner {
    padding: 0 3.125rem;
    height: 6.875rem;
  }
}

.c-header__logo {
  position: relative;
  display: block;
  margin-left: 20px;
}

@media screen and (min-width: 87.5em) {
  .c-header__logo {
    margin: 0;
  }
}

.c-header__logo-image, .c-header__logo-link {
  display: block;
  height: 3.125rem;
  width: 10.3125rem;
}

@media screen and (min-width: 87.5em) {
  .c-header__logo-image, .c-header__logo-link {
    height: 4.375rem;
    width: 13.4375rem;
  }
}

.c-header__logo-link:focus {
  background-color: transparent !important;
}

.c-header__overlay {
  content: '';
  position: fixed;
  top: 100%;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  visibility: hidden;
  height: 100vh;
  width: 100%;
  background: rgba(8, 8, 13, 0.8);
  opacity: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.nav-is-active .c-header__overlay,
.search-is-active .c-header__overlay {
  visibility: visible;
  opacity: 1;
}

.c-header--is-not-top {
  -webkit-transition: 0;
  transition: 0;
  -webkit-transform: translateY(-100%);
      -ms-transform: translateY(-100%);
          transform: translateY(-100%);
}

.c-notify.is-active + .c-header__container .c-header--is-not-top {
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
}

.c-header--is-pinned {
  -webkit-transition: -webkit-transform 0.5s ease-in-out;
  transition: -webkit-transform 0.5s ease-in-out;
  transition: transform 0.5s ease-in-out;
  transition: transform 0.5s ease-in-out, -webkit-transform 0.5s ease-in-out;
  -webkit-transform: translateY(0%);
      -ms-transform: translateY(0%);
          transform: translateY(0%);
}

.sc-edit .c-header {
  position: relative !important;
}

.sc-edit__container + main {
  margin-top: 0;
}

.c-hero {
  position: relative;
  width: 100%;
}

.c-hero__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 18.125rem;
  background: no-repeat scroll top center;
  background-size: cover;
}

@media screen and (min-width: 61.25em) {
  .c-hero__inner {
    padding: 0;
    height: 40.625rem;
  }
}

.c-hero__content {
  position: relative;
  right: 0;
  bottom: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0.9375rem 1.25rem 1.5625rem 1.25rem;
  background-color: #fefefe;
  text-align: center;
}

@media screen and (min-width: 61.25em) {
  .c-hero__content {
    position: absolute;
    bottom: 0;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 3.125rem 0;
    padding: 2.8125rem 5rem;
    max-width: 40.625rem;
    border-radius: 0 1.5625rem 1.5625rem 0;
    text-align: center;
  }
  .c-hero__content--left {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    text-align: left;
  }
}

.c-hero__button {
  margin: 0.3125rem;
}

@media screen and (min-width: 46.25em) {
  .c-hero__button {
    margin: 0;
  }
}

.c-hero__title {
  font-weight: 700;
}

.c-hero__summary {
  margin: 0 0 0.9375rem;
  font-size: 1.125rem;
  line-height: 1.3;
}

@media screen and (min-width: 61.25em) {
  .c-hero__summary {
    margin: 0 0 2.5rem;
    font-size: 1.5rem;
  }
}

.c-hero__summary .c-rte * {
  color: inherit;
}

.c-hero__link {
  margin-bottom: 0.625rem;
  font-size: 1.125rem;
  font-weight: 700;
  text-decoration: underline;
}

.c-hero__action {
  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;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}

.c-hero__video-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0.3125rem;
  text-decoration: none;
}

@media print, screen and (min-width: 46.25em) {
  .c-hero__video-link {
    margin: 0;
    margin-left: 0.9375rem;
  }
}

.c-hero__video-link-text {
  margin: 0;
}

.c-hero__video-close {
  position: absolute;
  left: 0;
  z-index: 1;
  width: 100%;
  text-align: right;
}

.c-hero__video-close--iframe {
  top: calc(-2.75rem - 0.1875rem);
}

.c-hero__video-close-button {
  position: relative;
  margin-right: 0.1875rem;
  height: 2.75rem;
  width: 2.75rem;
  cursor: pointer;
  padding: 0;
  background: transparent;
  border: 0;
}

.c-hero__video-close-icon {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  max-width: calc(2.75rem / 2);
  max-height: calc(2.75rem / 2);
  fill: #fefefe;
}

.c-icon-block {
  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: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 1.5625rem;
}

.c-icon-block__container {
  padding: 1.25rem;
  width: 100%;
}

@media print, screen and (min-width: 46.25em) {
  .c-icon-block__container {
    padding: 2.1875rem;
  }
}

.c-icon-block__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media print, screen and (min-width: 46.25em) {
  .c-icon-block__items {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

.c-icon-block__item {
  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: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}

@media print, screen and (min-width: 46.25em) {
  .c-icon-block__item {
    width: 100%;
    max-width: 10rem;
  }
}

.c-icon-block__item + .c-icon-block__item {
  margin-top: 3.125rem;
}

@media print, screen and (min-width: 46.25em) {
  .c-icon-block__item + .c-icon-block__item {
    margin-top: 0;
    margin-left: 4.375rem;
  }
}

.c-icon-block__image {
  margin: 0 auto;
  height: 5.3125rem;
  width: auto;
}

.c-icon-block__heading {
  margin-top: 0;
  margin-bottom: 0.9375rem;
  font-size: 1.5rem;
  font-weight: 700;
  text-align: center;
}

@media print, screen and (min-width: 46.25em) {
  .c-icon-block__heading {
    font-size: 2rem;
  }
}

.c-icon-block__summary {
  margin-top: 0;
  margin-bottom: 1.875rem;
  font-size: 1.125rem;
  line-height: 1.3;
  text-align: center;
}

@media print, screen and (min-width: 46.25em) {
  .c-icon-block__summary {
    font-size: 1.25rem;
  }
}

.c-icon-block__title {
  display: block;
  margin-top: 0.625rem;
  margin-bottom: 0;
  font-size: 1.5rem;
  font-weight: 700;
  text-align: center;
}

.c-icon-block__desc {
  margin: 0;
  font-size: 1.25rem;
  letter-spacing: 0;
  line-height: 1.5;
  text-align: center;
}

.c-icon-block__link {
  line-height: 1.5;
}

.c-icon-block__link:focus, .c-icon-block__link:hover {
  text-decoration: underline;
  cursor: pointer;
}

.c-image-list {
  position: relative;
}

.c-image-list--reverse .c-image-list__item {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media screen and (min-width: 46.25em) {
  .c-image-list--reverse .c-image-list__item {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}

.c-image-list--reverse .c-image-list__item .c-image-list__image {
  margin: 0;
  margin-bottom: 1.25rem;
  max-height: 6.25rem;
}

@media screen and (min-width: 46.25em) {
  .c-image-list--reverse .c-image-list__item .c-image-list__image {
    margin: 0;
    margin-left: 2.5rem;
  }
}

.c-image-list__title {
  margin-top: 0;
  font-weight: 700;
}

.c-image-list__list {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  list-style: none;
}

.c-image-list__item {
  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: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 2.5rem;
  list-style: none;
}

@media screen and (min-width: 46.25em) {
  .c-image-list__item {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

.c-image-list__item:last-child {
  margin-bottom: 0;
}

.c-image-list__image {
  margin: 0;
  margin-bottom: 1.25rem;
  max-height: 6.25rem;
}

@media screen and (min-width: 46.25em) {
  .c-image-list__image {
    margin: 0;
    margin-right: 2.5rem;
  }
}

.c-image-list__text {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: center;
}

@media screen and (min-width: 46.25em) {
  .c-image-list__text {
    text-align: start;
  }
}

.c-image {
  margin: 4.6875rem 0;
  text-align: center;
}

.c-image--captioned {
  position: relative;
  margin: 0.625rem 0;
  overflow: hidden;
}

.c-image__img {
  display: block;
  width: 100%;
}

.c-image__caption {
  margin: 0.625rem 0;
  color: #3C3C3C;
  font-size: 1.125rem;
  line-height: 1.3;
}

.c-jump-to-content__list, .c-jump-to-content__sections > :last-child .grid-x:not(.grid--full-width) .cell {
  padding-bottom: 1.5625rem;
  border-bottom: 0.5rem solid #E0E4E6;
}

@media print, screen and (min-width: 46.25em) {
  .c-jump-to-content__list, .c-jump-to-content__sections > :last-child .grid-x:not(.grid--full-width) .cell {
    padding-bottom: 3.125rem;
  }
}

.c-jump-to-content {
  padding-top: 1.875rem;
}

.c-jump-to-content__title {
  margin-top: 0;
  margin-bottom: 0.9375rem;
}

.c-jump-to-content__list {
  margin-bottom: 1.5625rem;
  width: 100%;
  list-style: none;
}

@media print, screen and (min-width: 46.25em) {
  .c-jump-to-content__list {
    margin-bottom: 3.125rem;
  }
}

.c-jump-to-content__list-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.c-jump-to-content__list-item::before {
  content: '-';
  margin: 0.25rem 0.5rem 0 0;
}

.c-jump-to-content__cell {
  margin: 0 auto;
}

.c-jump-to-content__section {
  width: 100%;
}

.c-jump-to-content__section + .c-jump-to-content__section {
  margin-top: 1.5625rem;
}

@media print, screen and (min-width: 46.25em) {
  .c-jump-to-content__section + .c-jump-to-content__section {
    margin-top: 3.125rem;
  }
}

.c-jump-to-content__item + .c-jump-to-content__item {
  margin-top: 1.5625rem;
}

@media print, screen and (min-width: 46.25em) {
  .c-jump-to-content__item + .c-jump-to-content__item {
    margin-top: 3.125rem;
  }
}

.c-jump-to-content__link {
  display: block;
}

@media print, screen and (min-width: 46.25em) {
  .c-jump-to-content__link {
    padding: 0.3125rem 0;
  }
}

.c-filter {
  margin: 1.25rem 0;
  padding: 1.25rem 0;
  background-color: #32529F;
  color: #fefefe;
}

@media print, screen and (min-width: 46.25em) {
  .c-filter {
    margin: 1.875rem 0 4.6875rem;
    padding: 1.875rem 0;
  }
}

.c-filter__fieldset {
  padding: 0;
  border: 0;
}

.c-filter__heading {
  margin: 0 0 1rem;
  font-family: "Titillium Web", sans-serif;
  font-size: 1.25rem;
  font-weight: 600;
}

.c-filter__list {
  margin-bottom: 1.875rem;
  font-family: "Titillium Web", sans-serif;
  list-style: none;
}

@media print, screen and (min-width: 46.25em) {
  .c-filter__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin-bottom: 0;
  }
}

@media print, screen and (min-width: 46.25em) {
  .c-filter__list-item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    margin: auto 0;
    padding-right: 1.5625rem;
  }
}

@media screen and (min-width: 75em) {
  .c-filter__list-item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.3%;
            flex: 0 0 33.3%;
  }
}

@media print, screen and (min-width: 46.25em) {
  .c-filter__category {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.c-filter__category-item {
  width: 100%;
}

@media print, screen and (min-width: 46.25em) {
  .c-filter__category-item {
    width: 25%;
  }
}

.c-filter__category-action {
  -ms-flex-item-align: end;
      align-self: flex-end;
  width: 100%;
  min-height: 3.75rem;
}

@media print, screen and (min-width: 46.25em) {
  .c-filter__category-action {
    width: auto;
  }
}

select.c-filter__category-input {
  height: 3.75rem;
  max-width: 100%;
  -o-border-image: url(../img/foundations/png/select-border.png) 30 stretch;
     border-image: url(../img/foundations/png/select-border.png) 30 stretch;
}

@media print, screen and (min-width: 46.25em) {
  select.c-filter__category-input {
    margin-bottom: 0;
  }
}

.c-filter__search {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.c-filter__search .c-filter__search-field {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  margin-right: 1.25rem;
  margin-bottom: 0;
  max-width: none;
}

.c-filter__list-item input[type='checkbox'] + label:before {
  border: none;
}

.c-list {
  padding: 0;
  list-style: none;
}

.c-list__item {
  position: relative;
  padding: 1.5625rem 0;
  border-bottom: 0.0625rem solid #003664;
}

@media print, screen and (min-width: 46.25em) {
  .c-list__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.c-list__item:first-child {
  padding-top: 0;
}

.c-list__item:last-child {
  margin-bottom: 1.5625rem;
}

.c-list--results .c-list__item {
  padding: 1.5625rem 0;
}

.c-list__image {
  position: relative;
  display: block;
  margin-bottom: 1.875rem;
  background-position: center center;
  background-size: cover;
}

@media print, screen and (min-width: 46.25em) {
  .c-list__image {
    -ms-flex-item-align: start;
        align-self: flex-start;
    margin: 0 1.875rem 0 0;
    width: 33.33333%;
  }
}

.c-list__image:after {
  content: '';
  display: block;
  padding-bottom: 70%;
}

@media print, screen and (min-width: 46.25em) {
  .c-list__content {
    -ms-flex-item-align: center;
        align-self: center;
    width: 88.88889%;
  }
}

.c-list__title {
  margin-top: 0;
  font-size: 1.5rem;
  font-weight: 400;
}

.c-list__link {
  color: #252755;
  text-decoration: none;
}

.c-list__link:hover {
  text-decoration: underline;
}

.c-list__link:after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.c-list__meta {
  margin-bottom: 1.5625rem;
}

.c-list__meta-title {
  display: inline;
  font-weight: 700;
}

.c-list__meta-title:after {
  content: ':';
}

.c-list__meta-detail {
  display: inline;
  margin: 0 1.5625rem 0 0;
}

.c-list__submeta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 0;
  font-size: 1.25rem;
  list-style: none;
}

.c-list__submeta-item {
  margin-bottom: 3.125rem;
}

.c-list__submeta-item--full {
  width: 100%;
}

.c-list__submeta-title {
  color: #32529F;
  font-weight: 600 .c-list__submeta-title --full;
  font-weight-width: 20%;
}

.c-list__submeta-detail {
  margin: 0 3.125rem 0 0.9375rem;
}

.c-list__submeta-detail--location {
  color: #003664;
}

.c-list__body-title {
  margin: 0;
  color: #32529F;
  font-size: 1.25rem;
  font-weight: 600;
}

.c-list__body p {
  margin-top: 0;
}

.c-list__file-icon {
  margin-left: 1.5625rem;
  height: 1.75rem;
  width: 1.375rem;
  fill: #08080D;
  vertical-align: -6px;
}

.c-summary {
  margin-bottom: 3.125rem;
  font-size: 1.25rem;
  font-weight: 600;
  font-family: "Titillium Web", sans-serif;
  color: #32529F;
}

.c-mega-spotlight {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  color: #fefefe;
  font-family: "Titillium Web", sans-serif;
}

@media screen and (min-width: 64em) {
  .c-mega-spotlight {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

.c-mega-spotlight .c-rte p,
.c-mega-spotlight .c-rte ul,
.c-mega-spotlight .c-rte ol,
.c-mega-spotlight .c-rte table {
  font-size: 1.125rem;
  line-height: 1.4;
}

@media screen and (min-width: 64em) {
  .c-mega-spotlight .c-rte p,
  .c-mega-spotlight .c-rte ul,
  .c-mega-spotlight .c-rte ol,
  .c-mega-spotlight .c-rte table {
    font-size: 1.25rem;
  }
}

.c-mega-spotlight .c-rte p,
.c-mega-spotlight .c-rte ul,
.c-mega-spotlight .c-rte ol,
.c-mega-spotlight .c-rte table {
  font-size: 1.125rem;
}

@media screen and (min-width: 64em) {
  .c-mega-spotlight .c-rte p,
  .c-mega-spotlight .c-rte ul,
  .c-mega-spotlight .c-rte ol,
  .c-mega-spotlight .c-rte table {
    font-size: 1.25rem;
  }
}

.c-mega-spotlight__ribbon {
  margin-bottom: 0.3125rem;
  font-size: 1rem;
}

.c-mega-spotlight__title {
  margin: 0;
  margin-bottom: 1rem;
  font-family: "Poppins", sans-serif;
  font-size: 1.375rem;
  font-weight: 700;
  line-height: 1.3;
}

@media screen and (min-width: 64em) {
  .c-mega-spotlight__title {
    font-size: 2rem;
  }
}

.c-mega-spotlight__action {
  margin-top: 1.875rem;
}

.c-mega-spotlight__wrapper {
  z-index: 5;
  padding: 1.5625rem;
}

@media screen and (min-width: 64em) {
  .c-mega-spotlight__wrapper {
    margin-bottom: 6.25rem;
    padding: 0 3.75rem;
    max-width: 40.625rem;
  }
}

.c-mega-spotlight__content {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  width: 100%;
  overflow: hidden;
  background-color: #007EA7;
  border-radius: 0 0 1.5625rem 1.5625rem;
}

@media screen and (min-width: 64em) {
  .c-mega-spotlight__content {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
    min-height: 40.625rem;
    border-radius: 1.5625rem 0 0 1.5625rem;
  }
}

.c-mega-spotlight__icon {
  position: absolute;
  right: 0;
  bottom: -3.125rem;
  max-width: 10.625rem;
  opacity: 0.3;
}

@media screen and (min-width: 64em) {
  .c-mega-spotlight__icon {
    bottom: -1.25rem;
    max-width: 18.75rem;
  }
}

.c-mega-spotlight__background-image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  min-height: 18.75rem;
  background: no-repeat center;
  background-size: cover;
  border-radius: 1.5625rem 1.5625rem 0 0;
}

@media screen and (min-width: 64em) {
  .c-mega-spotlight__background-image {
    border-radius: 0 1.5625rem 1.5625rem 0;
  }
}

.c-mega-spotlight a:not(.c-button) {
  color: #fefefe;
}

.c-navigation-dropdown__toggle, .c-navigation-dropdown__list-link {
  display: block;
  padding: 1.25rem;
  width: 100%;
  background: #003664;
  border: none;
  border-bottom: 0.03125rem solid #f2f2f2;
  color: #fefefe;
  font-size: 1rem;
  font-weight: 700;
  cursor: pointer;
}

@media screen and (min-width: 87.5em) {
  .c-navigation-dropdown__toggle, .c-navigation-dropdown__list-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0 1.25rem;
    height: 100%;
    border: none;
    font-size: 1.125rem;
  }
}

.c-navigation-dropdown__toggle:hover, .c-navigation-dropdown__list-link:hover, .c-navigation-dropdown__toggle:focus, .c-navigation-dropdown__list-link:focus {
  text-decoration: underline;
}

@media screen and (min-width: 87.5em) {
  .c-navigation-dropdown {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    height: 100%;
  }
}

.c-navigation-dropdown__toggle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: left;
}

@media screen and (min-width: 87.5em) {
  .c-navigation-dropdown__toggle {
    display: none;
  }
}

.c-navigation-dropdown__label {
  font-size: 0.75rem;
}

.c-navigation-dropdown__label--open {
  display: block;
}

.c-navigation-dropdown.is-active .c-navigation-dropdown__label--open {
  display: none;
}

.c-navigation-dropdown__label--close {
  display: none;
}

.c-navigation-dropdown.is-active .c-navigation-dropdown__label--close {
  display: block;
}

.c-navigation-dropdown__list {
  display: none;
  margin: 0;
  padding: 0;
  list-style: none;
}

@media screen and (min-width: 87.5em) {
  .c-navigation-dropdown__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 100%;
  }
}

.c-navigation-dropdown.is-active .c-navigation-dropdown__list {
  display: block;
}

@media screen and (min-width: 87.5em) {
  .c-navigation-dropdown__list-item {
    height: 100%;
  }
}

.c-navigation-dropdown__list-link {
  text-decoration: none;
}

.c-navigation-dropdown__list-link.is-active {
  display: none;
}

@media screen and (min-width: 87.5em) {
  .c-navigation-dropdown__list-link.is-active {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background-color: #fefefe;
    color: #003664;
  }
}

body.nav-is-active {
  position: static;
  overflow: hidden;
}

body.nav-is-active .c-navigation__panel {
  opacity: 1;
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
}

.c-navigation__panel {
  position: fixed;
  top: 100%;
  right: 0;
  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;
  height: 100%;
  width: 80%;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #F7F7F8;
  opacity: 0;
  -webkit-transition: 0.45s ease, height 0s ease;
  transition: 0.45s ease, height 0s ease;
  -webkit-transform: translateX(100%);
      -ms-transform: translateX(100%);
          transform: translateX(100%);
}

@media print, screen and (min-width: 46.25em) {
  .c-navigation__panel {
    width: 50%;
  }
}

@media screen and (min-width: 87.5em) {
  .c-navigation__panel {
    display: none;
  }
}

.c-navigation__panel .c-navigation__item {
  width: 100%;
}

.c-navigation__panel .c-navigation__item--title > .c-navigation__item-link {
  padding: 0.3125rem 0 0.625rem 0;
  font-family: "Poppins", sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
  text-decoration: underline;
}

.c-navigation__panel .c-navigation__item:first-of-type > .c-navigation__item-link {
  padding-top: 0;
}

.c-navigation__panel .c-navigation__item:last-of-type > .c-navigation__item-link {
  padding-bottom: 0;
}

.c-navigation__panel .c-navigation__item-link {
  margin-right: 0;
  margin-left: 0;
  padding: 0.9375rem 0;
  text-decoration: none;
}

.c-navigation__panel .c-navigation__item-link:hover {
  font-weight: 700;
  text-decoration: underline;
}

.c-navigation__panel .c-navigation__item-link > svg {
  height: 0.875rem;
  width: 0.875rem;
  fill: #003664;
}

.c-navigation__panel .c-navigation__item .c-navigation__return {
  margin: 0;
  list-style: none;
}

.c-navigation__panel .c-navigation__item .c-navigation__return-button {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-right: 0;
  margin-left: 0;
  padding: 0 0 0.9375rem 0;
  padding-top: 0.625rem;
  background: none;
  border: none;
  font-size: 1rem;
  font-weight: 700;
}

.c-navigation__panel .c-navigation__item .c-navigation__return-button > svg {
  margin-right: 0.625rem;
  height: 0.875rem;
  width: 0.875rem;
  fill: #003664;
}

.c-navigation__panel .c-navigation__item--first-level:last-of-type {
  margin-bottom: 2rem;
  padding-bottom: 2rem;
  border-bottom: 0.0625rem solid #cccccc;
}

.c-navigation__panel-content {
  position: relative;
  z-index: 1;
}

.c-navigation__panel-content .c-topnav {
  height: auto;
  background: none;
}

.c-navigation__panel-content .c-topnav__container {
  padding: 0;
}

.c-navigation__panel-content .c-topnav__list {
  -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;
  padding: 0;
}

.c-navigation__panel-content .c-topnav__item {
  margin: 0;
  padding-bottom: 0.9375rem;
}

.c-navigation__panel-content .c-topnav__item:last-child {
  padding-bottom: 0;
}

.c-navigation__panel-content .c-topnav__link {
  color: #003664;
  font-size: 1.125rem;
}

.c-navigation__panel-content .c-topnav__link:hover {
  font-weight: 700;
}

.c-navigation__panel-content .c-topnav + .c-social {
  margin-top: 0;
}

.c-navigation__panel-content .c-social__link {
  fill: #003664;
}

.c-navigation__panel-section {
  margin: 0 0 2rem 0;
  padding: 0 0 2rem 0;
  border-bottom: 0.0625rem solid #cccccc;
}

.c-navigation__panel-menu, .c-navigation__drawer {
  display: block;
  padding: 1.25rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  list-style: none;
}

.c-navigation__panel-menu {
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.c-navigation__panel-menu.second-level-active {
  -webkit-transform: translateX(-100%);
      -ms-transform: translateX(-100%);
          transform: translateX(-100%);
}

.c-navigation__panel-menu.third-level-active {
  -webkit-transform: translateX(-200%);
      -ms-transform: translateX(-200%);
          transform: translateX(-200%);
}

.c-navigation__toggle-btn {
  position: relative;
  z-index: 3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
  margin: 0;
  padding: 0 1.25rem;
  height: 100%;
  background: none;
  border: 0;
  border-left: 0.0625rem solid #F7F7F8;
  -webkit-box-shadow: none;
          box-shadow: none;
  cursor: pointer;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

@media screen and (min-width: 87.5em) {
  .c-navigation__toggle-btn {
    display: none;
  }
}

.c-navigation__toggle-btn svg {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  height: 100%;
  width: 100%;
  max-width: 1.25rem;
  max-height: 1.25rem;
  fill: #003664;
  pointer-events: none;
}

.c-navigation__toggle-btn svg:first-of-type {
  display: block;
}

.c-navigation__toggle-btn svg:last-of-type {
  display: none;
}

.c-navigation__toggle-btn.is-active {
  background: #F7F7F8;
  border: 0;
}

.c-navigation__toggle-btn.is-active svg:first-of-type {
  display: none;
}

.c-navigation__toggle-btn.is-active svg:last-of-type {
  display: block;
}

.c-navigation__toggle-label {
  padding-top: 0.5rem;
  color: #003664;
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.01875rem;
  pointer-events: none;
}

@media screen and (min-width: 87.5em) {
  .c-navigation__toggle-label {
    display: none;
  }
}

.c-navigation__toggle-btn.is-active .c-navigation__toggle-label > span:first-child {
  display: none;
}

.c-navigation__toggle-label > span:last-child {
  display: none;
}

.c-navigation__toggle-btn.is-active .c-navigation__toggle-label > span:last-child {
  display: block;
}

.c-navigation__drawer {
  position: absolute;
  top: 0;
  right: 0;
  visibility: hidden;
  display: block;
  width: 100%;
  opacity: 0.2;
  -webkit-transform: translateX(100%);
      -ms-transform: translateX(100%);
          transform: translateX(100%);
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.drawer-is-active > .c-navigation__drawer {
  visibility: visible;
  opacity: 1;
}

.c-navigation__drawer .c-navigation__featured-link {
  display: block;
  margin-bottom: 0.9375rem;
  margin-left: 2.5rem;
}

.c-navigation__drawer .c-navigation__featured-link-image {
  height: 6.25rem;
  width: 12.5rem;
}

.c-navigation {
  position: fixed;
  z-index: 3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  height: 7.1875rem;
}

@media screen and (min-width: 87.5em) {
  .c-navigation {
    position: static;
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
    height: 100%;
    width: 100%;
  }
}

.c-navigation__intro {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-right: 3.75rem;
  padding-right: 3.75rem;
  max-width: 22.5rem;
  border-right: 0.0625rem solid #cccccc;
}

.c-navigation__intro-link {
  margin-top: 1.875rem;
}

.c-navigation__intro-title {
  margin-top: 0;
  margin-bottom: 1.875rem;
  color: #32529F;
  font-family: "Poppins", sans-serif;
  font-size: 2.6875rem;
  font-weight: 400;
}

.c-navigation__intro-title-link {
  text-decoration: none;
}

.c-navigation__intro-title:hover {
  text-decoration: underline;
}

.c-navigation__wrapper {
  display: none;
}

@media screen and (min-width: 87.5em) {
  .c-navigation__wrapper {
    display: block;
    padding: 0;
    height: 100%;
    width: 100%;
    background-color: transparent;
  }
}

.c-navigation__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  width: 100%;
}

.c-navigation__menu {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0;
  margin-left: 1.9375rem;
  list-style: none;
}

.c-navigation__menu--secondary {
  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: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-left: auto;
}

@media print, screen and (min-width: 46.25em) {
  .c-navigation__menu--secondary {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

@media screen and (min-width: 87.5em) {
  .c-navigation__menu--second-level {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
  }
}

.c-navigation__menu--third-level {
  position: absolute;
  top: 0;
  left: 22.5rem;
  z-index: 2;
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
  width: 25rem;
  background: #F7F7F8;
}

.c-navigation__item--second-level.is-active .c-navigation__menu--third-level {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.c-navigation__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.c-navigation__item--first-level {
  height: 100%;
}

.c-navigation__item--secondary {
  padding-bottom: 0.9375rem;
}

@media screen and (min-width: 87.5em) {
  .c-navigation__item--secondary {
    padding-bottom: 0;
  }
  .c-navigation__item--secondary + .c-navigation__item--secondary {
    margin-left: 30px;
  }
}

@media screen and (min-width: 87.5em) {
  .c-navigation__item--second-level {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    max-width: 18.75rem;
  }
}

@media screen and (min-width: 87.5em) {
  .c-navigation__item--second-level svg {
    visibility: hidden;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    margin-left: 1.875rem;
    height: 0.9375rem;
    width: 0.9375rem;
    fill: #003664;
    opacity: 0.2;
    -webkit-transition: 0.2s;
    transition: 0.2s;
    -webkit-transform: translateX(-10px);
        -ms-transform: translateX(-10px);
            transform: translateX(-10px);
  }
}

@media screen and (min-width: 87.5em) {
  .c-navigation__item--second-level.is-active svg {
    visibility: visible;
    opacity: 1;
    -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
            transform: translateX(0);
  }
}

@media screen and (min-width: 87.5em) {
  .c-navigation__item--second-level, .c-navigation__item--third-level {
    padding: 0.875rem 0;
  }
}

.c-navigation__item-icon--secondary {
  margin: 0 0.75rem 0 0;
}

@media screen and (min-width: 87.5em) {
  .c-navigation__item-icon--secondary {
    margin: 0 0 0 0.9375rem;
    height: 1.875rem;
    width: 1.875rem;
    fill: #003664;
  }
}

.c-navigation__item-icon--desktop {
  display: none;
}

@media screen and (min-width: 87.5em) {
  .c-navigation__item-icon--desktop {
    display: block;
  }
}

.c-navigation__item-icon--mobile {
  display: block;
}

@media screen and (min-width: 87.5em) {
  .c-navigation__item-icon--mobile {
    display: none;
  }
}

.c-navigation__item-link,
.c-navigation__return-button {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  color: #003664;
  font-family: "Titillium Web", sans-serif;
  font-size: 1.25rem;
  font-weight: 400;
  text-decoration: none;
  cursor: pointer;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

@media screen and (min-width: 87.5em) {
  .c-navigation__item-link,
  .c-navigation__return-button {
    display: inline-block;
    margin: 0;
  }
}

.c-navigation__item-link--secondary,
.c-navigation__return-button--secondary {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  color: #003664;
  font-size: 1.125rem;
  font-weight: 400;
  text-decoration: none;
}

@media screen and (min-width: 87.5em) {
  .c-navigation__item-link--secondary,
  .c-navigation__return-button--secondary {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}

.c-navigation__item.is-current > .c-navigation__item-link, .c-navigation__item.is-current >
.c-navigation__return-button {
  font-weight: 700;
}

@media screen and (min-width: 87.5em) {
  .c-navigation__item-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.c-navigation__item-link--secondary:hover {
  text-decoration: underline;
}

.c-navigation__dropdown {
  position: absolute;
  top: 100%;
  left: 0;
  display: none;
  width: 100%;
  background: #F7F7F8;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.c-navigation__dropdown-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

.c-navigation__dropdown .c-navigation__item-link {
  color: #003664;
}

.c-navigation__dropdown .c-navigation__item-link--second-level, .c-navigation__dropdown .c-navigation__item-link--third-level {
  font-weight: 400;
  text-decoration: none;
}

.c-navigation__dropdown .c-navigation__item-link--second-level:hover, .c-navigation__dropdown .c-navigation__item-link--second-level:focus, .c-navigation__dropdown .c-navigation__item-link--third-level:hover, .c-navigation__dropdown .c-navigation__item-link--third-level:focus {
  font-weight: 700;
  text-decoration: underline;
}

.c-navigation__dropdown-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 3.75rem 0;
  min-height: 28.125rem;
  padding-right: 0.625rem;
  padding-left: 0.625rem;
  max-width: 75rem;
  margin: 0 auto;
}

@media print, screen and (min-width: 46.25em) {
  .c-navigation__dropdown-content {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}

.dropdown-is-active .c-navigation__dropdown {
  display: block;
}

.c-navigation__item-link--first-level {
  text-decoration: none;
}

@media screen and (min-width: 87.5em) {
  .c-navigation__item-link--first-level {
    padding: 0 2.5rem;
    height: 100%;
    font-weight: 700;
  }
}

.c-navigation__item.is-current > .c-navigation__item-link--first-level {
  font-weight: 700;
}

@media screen and (min-width: 87.5em) {
  .c-navigation__item.is-current > .c-navigation__item-link--first-level {
    text-decoration: underline;
  }
}

.dropdown-is-active .c-navigation__item-link--first-level {
  background: #F7F7F8;
}

.c-navigation__feature {
  height: 100%;
  width: 100%;
  max-width: 21.25rem;
}

.c-navigation__feature .c-spotlight__background-image {
  padding-top: 70%;
}

.c-navigation__button {
  z-index: 3;
  display: block;
  height: 3.5rem;
  padding: 0;
  background: transparent;
  border: 0;
}

@media screen and (min-width: 87.5em) {
  .c-navigation__button {
    position: absolute;
    padding: 0;
    height: 0.0625rem;
    width: 0.0625rem;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
    color: #003664;
    font-size: 0.875rem;
    white-space: nowrap;
    -webkit-clip-path: inset(50%);
            clip-path: inset(50%);
  }
  .c-navigation__button:focus {
    position: inherit;
    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-right: 0.9375rem;
    height: 1.125rem;
    width: 1.125rem;
    border-left: none !important;
    color: #003664;
    text-align: center;
    -webkit-clip-path: inherit;
            clip-path: inherit;
  }
}

.c-navigation__button__icon {
  position: relative;
  display: inline-block;
  margin-right: 0.1875rem;
  height: 0.9375rem;
  width: 0.9375rem;
  vertical-align: middle;
}

.c-navigation__search {
  padding: 0 2.5rem;
}

.c-navigation__search .c-filter__category-input {
  padding-top: 0;
  padding-bottom: 0;
  height: 3.5rem;
}

.c-navigation__search .c-filter__category-label {
  margin: 0 0 0.3125rem 0;
}

.c-notify {
  position: relative;
  padding: 1.875rem 0;
  width: 100%;
  background-color: #BB1629;
  color: #fefefe;
}

.no-js .c-notify {
  display: block;
}

.c-notify__inner {
  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.625rem;
  padding-left: 0.625rem;
  max-width: 75rem;
  margin: 0 auto;
}

@media print, screen and (min-width: 46.25em) {
  .c-notify__inner {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}

@media print, screen and (min-width: 61.25em) {
  .c-notify__inner {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.c-notify__heading {
  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;
  margin: 0;
  color: #fefefe;
  font-family: "Poppins", sans-serif;
  font-size: 1.25rem;
}

@media print, screen and (min-width: 61.25em) {
  .c-notify__heading {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 1.5rem;
  }
}

.c-notify__icon {
  display: block;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-bottom: 1.25rem;
  height: 2.25rem;
  width: 2.5rem;
  fill: #fefefe;
}

@media print, screen and (min-width: 61.25em) {
  .c-notify__icon {
    margin: 0 2.5rem 0 0;
    height: 3.5625rem;
    width: 3.9375rem;
  }
}

.c-notify__date {
  margin-bottom: 0.625rem;
  font-family: "Titillium Web", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  letter-spacing: 0.01875rem;
}

@media print, screen and (min-width: 61.25em) {
  .c-notify__date {
    margin: 0;
  }
}

.c-notify__date:before {
  margin: 0 0.5rem;
}

@media print, screen and (min-width: 61.25em) {
  .c-notify__date:before {
    content: '-';
  }
}

.c-notify__summary {
  margin-top: 0.9375rem;
}

.c-notify__actions {
  margin-top: 0.625rem;
}

.no-js .c-notify__actions {
  display: none;
}

.c-notify__actions .c-button {
  color: #fefefe;
}

.c-notify__actions .c-button:hover, .c-notify__actions .c-button:focus {
  color: #fefefe;
}

/*
/ _pagination.scss
*/
.c-pagination__current, .c-pagination__link, .c-pagination__link--prev, .c-pagination__link--next, .c-pagination__hellip {
  position: relative;
  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;
  padding-right: 0.125rem;
  padding-left: 0.125rem;
  height: 2.1875rem;
  min-width: 2.1875rem;
  border: 0;
  text-decoration: none;
  cursor: pointer;
}

.c-pagination__current:disabled, .c-pagination__link:disabled, .c-pagination__link--prev:disabled, .c-pagination__link--next:disabled, .c-pagination__hellip:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}

.c-pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0;
  padding: 0;
}

@media screen and (max-width: 61.1875em) {
  .c-pagination .c-pagination__item:not(.is-active):not(:first-child):not(:last-child) {
    display: none;
  }
}

.c-pagination__item {
  margin-right: 0.125rem;
  margin-left: 0.125rem;
  border: 0.125rem solid #003664;
  font-weight: bold;
  list-style: none;
}

.c-pagination__item.is-active {
  border-color: transparent;
}

.c-pagination__current {
  background-color: #fefefe;
  color: #003664;
  cursor: default;
}

.c-pagination__link {
  margin: 0.125rem;
  background-color: #fefefe;
  color: #003664;
}

.c-pagination__link:hover, .c-pagination__link:focus {
  background-color: #003664;
  color: #fefefe;
}

@media screen and (-ms-high-contrast: active) {
  .c-pagination__link:focus {
    color: Highlight;
  }
}

.c-pagination__link--prev, .c-pagination__link--next {
  margin: 0.125rem;
  background-color: #fefefe;
}

.c-pagination__link--prev:hover, .c-pagination__link--next:hover {
  background-color: #003664;
  color: #fefefe;
}

.c-pagination__link--prev:hover .c-pagination__link--next-arrow,
.c-pagination__link--prev:hover .c-pagination__link--prev-arrow, .c-pagination__link--next:hover .c-pagination__link--next-arrow,
.c-pagination__link--next:hover .c-pagination__link--prev-arrow {
  fill: #fefefe;
}

.c-pagination__link--prev:focus .c-pagination__link--next-arrow,
.c-pagination__link--prev:focus .c-pagination__link--prev-arrow, .c-pagination__link--next:focus .c-pagination__link--next-arrow,
.c-pagination__link--next:focus .c-pagination__link--prev-arrow {
  fill: #000;
}

.c-pagination__link--prev-arrow, .c-pagination__link--next-arrow {
  height: 0.875rem;
  width: 0.5rem;
  fill: #003664;
}

.c-pagination__hellip {
  color: #003664;
  cursor: default;
}

.c-people {
  display: block;
}

.c-people .c-container .cell + .cell {
  margin-top: 0;
}

.c-person__container {
  position: relative;
  width: 100%;
}

.c-person__container-content {
  position: absolute;
  padding-top: 1.25rem;
}

.c-person.is-active .c-person__button .c-person__icon--open {
  display: none;
}

.c-person.is-active .c-person__button .c-person__icon--close {
  display: block;
}

.c-person__img {
  display: block;
  width: 100%;
}

.c-person__content {
  margin-top: 5.625rem;
  margin-bottom: 1.875rem;
  width: 95%;
  max-height: 0;
  overflow: hidden;
  font-size: 1rem;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.c-person__title {
  margin: 0;
  color: #32529F;
  font-family: "Titillium Web", sans-serif;
  font-weight: 700;
  line-height: 1.5;
}

.c-person__strapline {
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
}

.c-person__button {
  position: absolute;
  right: 1.25rem;
  bottom: -0.9375rem;
  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;
  height: 1.875rem;
  width: 1.875rem;
  background-color: #003664;
  border: 0;
  border-radius: 100%;
  -webkit-box-shadow: 0 0.125rem 0.1875rem 0 rgba(0, 0, 0, 0.14);
          box-shadow: 0 0.125rem 0.1875rem 0 rgba(0, 0, 0, 0.14);
  cursor: pointer;
}

.c-person__icon {
  height: 0.875rem;
  width: 0.875rem;
  fill: #fefefe;
}

.c-person__icon--close {
  display: none;
}

.sc-edit .c-person__content {
  max-height: 100%;
}

.c-questionnaire__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: 0.625rem 1.25rem;
  max-width: 100%;
  background: #E0E4E6;
  border-radius: 10px;
  -webkit-box-shadow: 0rem 0.25rem 0.25rem rgba(0, 0, 0, 0.12);
          box-shadow: 0rem 0.25rem 0.25rem rgba(0, 0, 0, 0.12);
  color: #32529F;
}

@media print, screen and (min-width: 46.25em) {
  .c-questionnaire__container {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

.c-questionnaire__question {
  margin: auto 0;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
}

.c-questionnaire__button {
  padding: 0.625rem 3.4375rem;
}

.c-questionnaire__answer {
  margin: 0.625rem 0;
  padding-right: 1.25rem;
}

@media print, screen and (min-width: 46.25em) {
  .c-questionnaire__answer {
    padding-right: 0;
    padding-left: 1.25rem;
  }
}

.c-questionnaire__answer-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

.c-questionnaire__link {
  margin: auto 0;
  color: #32529F;
  font-weight: "Titillium Web", sans-serif;
  text-decoration: underline;
}

@media print, screen and (min-width: 46.25em) {
  .c-questionnaire__link {
    margin-left: auto;
  }
}

.c-quotation {
  width: 100%;
}

.c-quotation__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media print, screen and (min-width: 46.25em) {
  .c-quotation__inner {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

.c-quotation__divider {
  height: 0.0625rem;
  width: 100%;
  background: #E0E4E6;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 1.25rem 0 0 0.9375rem;
}

.c-quotation__container-image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -ms-flex-item-align: center;
      align-self: center;
  margin: 0;
  height: 100%;
  padding-right: 2.1875rem;
  max-width: 8.75rem;
}

@media print, screen and (min-width: 46.25em) and (min-width: 46.25em) {
  .c-quotation__container-image + .c-quotation__container > .c-quotation__quote {
    border-left: 0.0625rem solid #E0E4E6;
  }
}

.c-quotation__container-author {
  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;
}

.c-quotation__container-start {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.c-quotation__container-end {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 1.25rem;
  max-width: 100%;
}

@media print, screen and (min-width: 46.25em) {
  .c-quotation__container-end {
    max-width: 80%;
  }
}

.c-quotation__image {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  border-radius: 50%;
  width: 8.75rem;
  margin: auto;
}

@media print, screen and (min-width: 46.25em) {
  .c-quotation__image {
    width: 100%;
  }
}

.c-quotation__quote {
  position: relative;
  padding: 0 1.875rem 0 1.25rem;
  margin-top: 1.875rem;
  margin-left: 0.625rem;
  font-size: 1.125rem;
  font-weight: 300;
  line-height: 1.46;
}

@media print, screen and (min-width: 46.25em) {
  .c-quotation__quote {
    font-size: 1.375rem;
  }
}

.c-quotation__icon-start {
  width: 4.6875rem;
  height: 3.125rem;
  fill: #32529F;
  margin-bottom: -1.875rem;
}

.c-quotation__icon-end {
  margin-top: 1.25rem;
  width: 4.6875rem;
  height: 3.125rem;
  fill: #32529F;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  opacity: 0.5;
}

@media print, screen and (min-width: 46.25em) {
  .c-quotation__icon-end {
    margin-top: -0.625rem;
  }
}

.c-quotation__author, .c-quotation__description {
  margin-top: 0;
  margin-bottom: 0;
  padding-right: 0.25rem;
  color: #32529F;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.75rem;
}

.c-related-card__title {
  margin: 0.625rem 0;
}

.c-related-card__link {
  color: #003664;
  text-decoration: none;
}

.c-related-card__link:hover, .c-related-card__link:focus {
  text-decoration: underline;
}

.c-related-card__image {
  height: 12.5rem;
  width: 100%;
  background-size: cover;
  border-radius: 0.75rem 0.75rem 0 0;
}

@media print, screen and (min-width: 61.25em) {
  .c-related-card__image {
    height: 13.75rem;
  }
}

.c-related-card__summary {
  margin: 0;
}

.c-related-content-card {
  border-radius: 0.625rem;
  border: 1px solid #e7e7e7;
  background: #F7F7F8;
  text-align: left;
  font-size: 1rem;
  height: 100%;
}

@media print, screen and (min-width: 61.25em) {
  .c-related-content-card {
    -webkit-box-shadow: 0 0.0625rem 0.3125rem 0 rgba(60, 60, 60, 0.2);
            box-shadow: 0 0.0625rem 0.3125rem 0 rgba(60, 60, 60, 0.2);
  }
}

.c-related-content-card:hover .c-related-content-card__title {
  text-decoration: underline;
  color: #32529F;
}

.c-related-content-card__link {
  color: inherit;
  text-decoration: none;
  font-weight: inherit;
  font-size: inherit;
  display: block;
  height: 100%;
}

.c-related-content-card__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-top-right-radius: 0.625rem;
  border-top-left-radius: 0.625rem;
  overflow: hidden;
}

@media print, screen and (min-width: 46.25em) {
  .c-related-content-card__content {
    max-height: auto;
  }
}

.c-related-content-card__image {
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  max-height: 20rem;
  width: 100%;
  border-top-right-radius: 0.625rem;
  border-top-left-radius: 0.625rem;
  -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;
}

.c-related-content-card__title {
  display: grid;
  grid-template-columns: 3fr 0.5fr;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 0.5rem;
}

.c-related-content-card__button-icon {
  width: 1.25rem;
  height: 1.25rem;
  justify-self: self-end;
  fill: #32529F;
}

.c-related-content-card__heading {
  font-family: "Poppins", sans-serif;
  color: #32529F;
  font-size: 1.5rem;
  font-weight: 600;
}

.c-related-content-card__footer {
  padding: 2rem 1.5rem;
  -webkit-box-shadow: inset 0 0 0.4375rem 0.4375rem rgba(200, 200, 200, 0.1);
          box-shadow: inset 0 0 0.4375rem 0.4375rem rgba(200, 200, 200, 0.1);
}

.c-related-content-card {
  border-radius: 0.625rem;
  border: 1px solid #e7e7e7;
  background: #F7F7F8;
  text-align: left;
  font-size: 1rem;
  height: 100%;
}

@media print, screen and (min-width: 61.25em) {
  .c-related-content-card {
    -webkit-box-shadow: 0 0.0625rem 0.3125rem 0 rgba(60, 60, 60, 0.2);
            box-shadow: 0 0.0625rem 0.3125rem 0 rgba(60, 60, 60, 0.2);
  }
}

.c-related-content-card:hover .c-related-content-card__title {
  text-decoration: underline;
  color: #32529F;
}

.c-related-content-card__link {
  color: inherit;
  text-decoration: none;
  font-weight: inherit;
  font-size: inherit;
  display: block;
  height: 100%;
}

.c-related-content-card__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-top-right-radius: 0.625rem;
  border-top-left-radius: 0.625rem;
  overflow: hidden;
}

@media print, screen and (min-width: 46.25em) {
  .c-related-content-card__content {
    max-height: auto;
  }
}

.c-related-content-card__image {
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  max-height: 20rem;
  width: 100%;
  border-top-right-radius: 0.625rem;
  border-top-left-radius: 0.625rem;
  -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;
}

.c-related-content-card__title {
  display: grid;
  grid-template-columns: 3fr 0.5fr;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 0.5rem;
}

.c-related-content-card__button-icon {
  width: 1.25rem;
  height: 1.25rem;
  justify-self: self-end;
  fill: #32529F;
}

.c-related-content-card__heading {
  font-family: "Poppins", sans-serif;
  color: #32529F;
  font-size: 1.5rem;
  font-weight: 600;
}

.c-related-content-card__footer {
  padding: 2rem 1.5rem;
  -webkit-box-shadow: inset 0 0 0.4375rem 0.4375rem rgba(200, 200, 200, 0.1);
          box-shadow: inset 0 0 0.4375rem 0.4375rem rgba(200, 200, 200, 0.1);
}

.c-related-content-panel__slider {
  padding-top: 1.25rem;
}

@media print, screen and (min-width: 61.25em) {
  .c-related-content-panel__slider {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 1.5625rem;
  }
}

.c-related-content-panel .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.c-related-content-panel .slick-slide {
  float: none;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  height: 100%;
}

.c-related-content-panel .slick-list {
  border-radius: 0.625rem;
  -webkit-box-shadow: 0 0.0625rem 0.3125rem 0 rgba(60, 60, 60, 0.2);
          box-shadow: 0 0.0625rem 0.3125rem 0 rgba(60, 60, 60, 0.2);
}

.c-related-content-panel .slick-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
  padding: 2.25rem 0;
  list-style-type: none;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.c-related-content-panel .slick-dots li {
  margin: 0 0.25rem;
}

.c-related-content-panel .slick-dots button {
  display: block;
  width: 0.65rem;
  height: 0.65rem;
  padding: 0;
  border: none;
  border-radius: 100%;
  background-color: #32529F;
  opacity: 0.5;
  text-indent: -9999px;
}

.c-related-content-panel .slick-dots li.slick-active button {
  background-color: #32529F;
  opacity: 1;
}

.c-related-content {
  text-align: center;
}

.c-related-content__heading {
  font-size: 2.5rem;
  font-weight: 600;
}

.c-related--theme-two .c-related__title {
  color: #007EA7;
}

.c-related .cell + .cell {
  margin-top: 1.875rem;
}

@media print, screen and (min-width: 61.25em) {
  .c-related .cell + .cell {
    margin-top: 0;
  }
}

.c-results {
  position: relative;
}

.c-results__container {
  margin: 0 auto;
  max-width: 75rem;
}

.c-results__page {
  margin: 0 auto;
  padding-right: 20px;
  padding-left: 20px;
  width: 100%;
  max-width: 56.25rem;
}

.c-results__summary {
  margin-bottom: 0.625rem;
}

.c-results__tablist {
  margin-bottom: 0.3125rem;
}

@media print, screen and (min-width: 46.25em) {
  .c-results__tablist {
    margin-bottom: 1.25rem;
  }
}

.c-results__type-total {
  display: inline-block;
  min-width: var(--circle-radius);
  min-height: var(--circle-radius);
  background-color: #32529F;
  border-radius: 50%;
  color: #fefefe;
  font-size: 0.875rem;
  line-height: var(--circle-radius);
  --circle-radius: 2rem;
}

.c-results__tab {
  padding: 0.75rem 1.25rem;
  background-color: transparent;
  border: 0.0625rem solid #cccccc;
  border-radius: 0;
  color: #32529F;
  font-size: 0.875rem;
  font-weight: 600;
  cursor: pointer;
  -webkit-transition: background-color 0.2s;
  transition: background-color 0.2s;
}

.c-results__tab.is-active {
  position: relative;
  background-color: #E31B5B;
  border-color: #E31B5B;
  color: #fefefe;
}

.c-results__tab.is-active .c-results__type-total {
  background-color: #fefefe;
  color: #E31B5B;
}

.c-results__tab:first-child {
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

.c-results__tab:last-child {
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}

.c-results__tab:not(:first-child) {
  margin-left: -0.0625rem;
}

.c-results__tab:hover {
  background: #E31B5B;
  border-color: #E31B5B;
  color: #fefefe;
}

.c-results .c-filter {
  margin: 0;
}

.c-results .c-filter .cell {
  margin: 0 auto;
  max-width: 43.75rem;
}

.c-results .c-filter__search-field {
  border-radius: 0.25rem;
  border-color: #E0E4E6;
}

.c-results .c-filter__heading {
  margin-bottom: 0.75rem;
  font-size: 1.125rem;
}

@media print, screen and (min-width: 46.25em) {
  .c-results .c-list {
    padding: 0 1.25rem;
  }
}

.c-results .c-list__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 0.625rem;
  line-height: 1.2;
  gap: 0.9375rem;
}

@media print, screen and (min-width: 46.25em) {
  .c-results .c-list__title {
    gap: 1.25rem;
  }
}

.c-results .c-list__body {
  margin-bottom: 0.625rem;
  font-size: 1.125rem;
}

.c-results .c-list__body, .c-results .c-list__meta {
  line-height: 1.4;
}

.c-results .c-list__meta {
  font-size: 1rem;
}

@media print, screen and (min-width: 46.25em) {
  .c-results .c-list__meta {
    font-size: 1.125rem;
  }
}

.c-results .c-list__file-icon {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin: 0;
}

.c-results .c-list__link {
  font-size: 1.25rem;
  font-weight: 600;
}

@media print, screen and (min-width: 46.25em) {
  .c-results .c-list__link {
    font-size: 1.5rem;
  }
}

.c-search-loading {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1;
  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;
  height: 100vh;
  width: 100vw;
  background: rgba(8, 8, 13, 0.75);
}

.c-search-loading__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 2.5rem;
  width: 2.875rem;
}

.c-search-loading__rect {
  height: 100%;
  width: 0.375rem;
  background-color: #fefefe;
  -webkit-animation: sk-stretchdelay 1.2s infinite ease-in-out;
          animation: sk-stretchdelay 1.2s infinite ease-in-out;
}

.c-search-loading__rect--two {
  -webkit-animation-delay: -1.1s;
          animation-delay: -1.1s;
}

.c-search-loading__rect--three {
  -webkit-animation-delay: -1.0s;
          animation-delay: -1.0s;
}

.c-search-loading__rect--four {
  -webkit-animation-delay: -0.9s;
          animation-delay: -0.9s;
}

.c-search-loading__rect--five {
  -webkit-animation-delay: -0.8s;
          animation-delay: -0.8s;
}

@-webkit-keyframes sk-stretchdelay {
  0%,
  40%,
  100% {
    -webkit-transform: scaleY(0.6);
            transform: scaleY(0.6);
  }
  20% {
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
  }
}

@keyframes sk-stretchdelay {
  0%,
  40%,
  100% {
    -webkit-transform: scaleY(0.6);
            transform: scaleY(0.6);
  }
  20% {
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
  }
}

.c-search-nav {
  margin-bottom: 1.5625rem;
  height: 4.375rem;
  border-bottom: 0.0625rem solid #cccccc;
}

@media print, screen and (min-width: 46.25em) {
  .c-search-nav {
    margin-bottom: 3.125rem;
  }
}

.c-search-nav__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 auto;
  height: 100%;
  width: 100%;
  max-width: 56.25rem;
  list-style: none;
}

@media print, screen and (min-width: 46.25em) {
  .c-search-nav__container {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    padding-right: 20px;
    padding-left: 20px;
    gap: 3.125rem;
  }
}

.c-search-nav__item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%;
  width: 100%;
  color: #32529F;
}

@media print, screen and (min-width: 46.25em) {
  .c-search-nav__item {
    width: auto;
  }
}

.c-search-nav__item.is-active {
  color: #E31B5B;
}

.c-search-nav__item.is-active .c-results__type-total {
  background-color: #E31B5B;
}

.c-search-nav__item::after {
  content: '';
  position: absolute;
  bottom: -0.125rem;
  left: 50%;
  height: 0.125rem;
  width: 0;
  background-color: #E31B5B;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

.c-search-nav__item.is-active:after {
  left: 0;
  width: 100%;
}

.c-search-nav__button {
  padding: 0;
  height: 100%;
  background: transparent;
  border: none;
  color: inherit;
  font-family: "Poppins", sans-serif;
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1.3;
  cursor: pointer;
}

@media print, screen and (min-width: 46.25em) {
  .c-search-nav__button {
    font-size: 1rem;
  }
}

.c-search-nav__description {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 auto;
  width: 100%;
  max-width: 56.25rem;
  color: #636363;
  font-size: 1rem;
}

@media print, screen and (min-width: 46.25em) {
  .c-search-nav__description {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    padding-right: 20px;
    padding-left: 20px;
  }
}

.c-rte :first-child {
  margin-top: 0;
}

.c-rte :last-child {
  margin-bottom: 0;
}

.c-rte p,
.c-rte ul,
.c-rte ol,
.c-rte table {
  margin-bottom: 0.9375rem;
  font-weight: 300;
}

.c-rte ul {
  list-style-type: square;
}

.c-rte ul,
.c-rte ol {
  margin-left: 2.5rem;
  padding: 0;
}

.c-rte li:not(:last-child) {
  margin-bottom: 0.9375rem;
}

.c-rte + .c-rte h2:first-child,
.c-rte + .c-rte .h2:first-child,
.c-rte + .c-rte .c-container__title:first-child {
  padding-top: 1.5625rem;
}

.c-rte h1 + .intro,
.c-rte h1 + h2,
.c-rte h1 + p,
.c-rte .h1 + .intro,
.c-rte .h1 + h2,
.c-rte .h1 + p {
  margin-top: 0;
}

.c-rte .c-rte__video {
  position: relative;
  padding-top: 1.5625rem;
  padding-bottom: 56.25%;
}

.c-rte .c-rte__video iframe {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}

.c-rte .intro {
  margin: 0;
  margin-bottom: 0.9375rem;
  font-family: "Titillium Web", sans-serif;
  font-size: 1.375rem;
  line-height: 1.3;
}

@media print, screen and (min-width: 46.25em) {
  .c-rte .intro {
    font-size: 1.625rem;
  }
}

.c-rte--center {
  text-align: center;
}

.c-rte--theme-one h1,
.c-rte--theme-one h2,
.c-rte--theme-one h3,
.c-rte--theme-one h4,
.c-rte--theme-one p,
.c-rte--theme-one ul,
.c-rte--theme-one ol,
.c-rte--theme-one table,
.c-rte--theme-one .intro {
  color: #fefefe;
}

.c-rte--theme-two h1,
.c-rte--theme-two h2,
.c-rte--theme-two h3,
.c-rte--theme-two h4,
.c-rte--theme-two p,
.c-rte--theme-two ul,
.c-rte--theme-two ol,
.c-rte--theme-two table,
.c-rte--theme-two .intro {
  color: #08080D;
}

.c-rte .image--left {
  float: left;
  margin-right: 1.5625rem;
  margin-bottom: 1.5625rem;
}

.c-rte .image--right {
  float: right;
  margin-bottom: 1.5625rem;
  margin-left: 1.5625rem;
}

.c-search__toggle, .c-search__submit {
  fill: #fefefe;
  cursor: pointer;
  padding: 0;
  background: transparent;
  border: 0;
}

.c-search__toggle svg, .c-search__submit svg {
  height: 100%;
  width: 100%;
  max-width: 1.25rem;
  max-height: 1.25rem;
  fill: #003664;
  pointer-events: none;
}

@media screen and (min-width: 87.5em) {
  .c-search__toggle svg, .c-search__submit svg {
    fill: #fefefe;
  }
}

.is-active .c-search__toggle svg:first-of-type, .is-active .c-search__submit svg:first-of-type {
  display: none;
}

.c-search__toggle svg:last-of-type, .c-search__submit svg:last-of-type {
  display: none;
}

.is-active .c-search__toggle svg:last-of-type, .is-active .c-search__submit svg:last-of-type {
  display: inline-block;
}

body.search-is-active {
  overflow: hidden;
}

.c-search {
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: auto;
  padding-left: 1.875rem;
}

.c-search__toggle {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0;
  height: 4.6875rem;
  width: 4.6875rem;
  overflow: hidden;
  border-left: 0.0625rem solid #F7F7F8;
}

@media screen and (min-width: 87.5em) {
  .c-search__toggle {
    display: none;
    border: 0;
  }
}

.c-search.is-active .c-search__toggle {
  background-color: #F7F7F8;
}

.c-search__toggle-link {
  display: none;
  padding: 0;
  background: none;
  border: none;
  color: #003664;
  font-family: "Titillium Web", sans-serif;
  cursor: pointer;
}

@media screen and (min-width: 87.5em) {
  .c-search__toggle-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.c-search__toggle-link svg {
  margin-left: 0.9375rem;
  height: 1.875rem;
  width: 1.875rem;
  fill: #003664;
  pointer-events: none;
}

.c-search__toggle-link:hover {
  text-decoration: underline;
  text-decoration-thickness: 0.09375rem;
}

.c-search__form {
  position: absolute;
  top: 4.6875rem;
  right: 0;
  z-index: 2;
  visibility: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  width: 100%;
  background: #003664;
  -webkit-transition: 0.25s ease-out;
  transition: 0.25s ease-out;
  -webkit-transform: translateX(-100%);
      -ms-transform: translateX(-100%);
          transform: translateX(-100%);
}

@media screen and (min-width: 87.5em) {
  .c-search__form {
    top: 6.875rem;
    padding-left: 1.875rem;
    -webkit-transform: translateX(100%);
        -ms-transform: translateX(100%);
            transform: translateX(100%);
  }
}

@media screen and (min-width: 87.5em) {
  .c-search__form {
    max-width: 37.5rem;
  }
}

.c-search.is-active .c-search__form {
  visibility: visible;
  background-color: #003664;
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
}

.c-header--is-unpinned .c-search__form {
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
}

.c-search__toggle-label {
  padding-top: 0.5rem;
  color: #003664;
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.01875rem;
  pointer-events: none;
}

.c-search__toggle-label--open {
  display: block;
}

.c-search.is-active .c-search__toggle-label--open {
  display: none;
}

.c-search__toggle-label--close {
  display: none;
}

.c-search.is-active .c-search__toggle-label--close {
  display: block;
}

.c-search__label {
  position: absolute;
  top: 0.625rem;
  left: 0.9375rem;
  z-index: 0;
  margin: 0;
  padding: 0 0.3125rem;
  color: #fefefe;
  font-size: 0.6875rem;
  font-weight: 600;
  line-height: 1;
}

@media screen and (min-width: 46.25em) {
  .c-search__label {
    top: 0.5rem;
    font-size: 0.75rem;
  }
}

.c-search__inner {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  width: 100%;
  max-height: 3.75rem;
}

.c-search__submit {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  height: 4.6875rem;
  width: 4.6875rem;
}

@media screen and (min-width: 87.5em) {
  .c-search__submit {
    height: 6.25rem;
    width: 6.25rem;
  }
}

.c-search__submit svg {
  fill: #fefefe;
}

input[type='text'].c-search__input {
  margin: 0 0.3125rem;
  padding-top: 2rem;
  height: 100%;
  width: 100%;
  max-width: 100%;
  background-color: transparent;
  border: 0.0625rem solid #fefefe;
  border-radius: 0.25rem;
  color: #fefefe;
  font-size: 1.125rem;
}

input[type='text'].c-search__input:focus {
  outline: none;
}

.c-share {
  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 (min-width: 46.25em) {
  .c-share {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

.c-share__list {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  list-style: none;
}

.c-share__item {
  margin-left: 0.625rem;
}

.c-share__item:first-child {
  margin: 0;
}

.c-share__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  fill: #003664;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.c-share__link:focus, .c-share__link:hover {
  fill: #003664;
}

.c-share__link--facebook:focus, .c-share__link--facebook:hover {
  fill: #3B5998;
}

.c-share__link--x:focus, .c-share__link--x:hover {
  fill: #000000;
}

.c-share__link--linkedin:focus, .c-share__link--linkedin:hover {
  fill: #007BB6;
}

.c-share__icon {
  height: 2.1875rem;
  width: 2.1875rem;
}

.c-social-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0 1.25rem;
  height: 100%;
  border: 0.125rem solid #F1F1F1;
  border-radius: 0.5rem;
  -webkit-box-shadow: 0 0.125rem 0.25rem 0 rgba(0, 0, 0, 0.05);
          box-shadow: 0 0.125rem 0.25rem 0 rgba(0, 0, 0, 0.05);
}

.c-social-card__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0.9375rem 0;
}

.c-social-card__link {
  text-decoration: none;
}

.c-social-card__image {
  height: 10rem;
  width: 100%;
  border-radius: 0.5rem;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.c-social-card__text {
  margin: 0.625rem 0;
  color: #007EA7;
  font-size: 1rem;
  font-weight: 400;
  word-wrap: break-word;
}

.c-social-card__logo {
  height: 1.25rem;
  width: 1.25rem;
  fill: #1D9BF0;
}

.c-social-card__icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: 1.875rem;
  padding: 0.3125rem;
  height: 1.875rem;
  width: 1.875rem;
  fill: #636363;
}

.c-social-card__icon:hover {
  background-color: #dbf2fb;
  border-radius: 1.5625rem;
  fill: #22B1E8;
}

.c-social-card__actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  padding: 0.625rem 0;
  border-top: 0.0625rem solid #F1F1F1;
}

.c-social-card__summary {
  margin: 0;
  padding-bottom: 2.5rem;
  color: #3C3C3C;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.3;
  text-decoration: none;
}

.c-social-card__date {
  margin: 0;
  background-color: #fefefe;
  color: #3C3C3C;
  font-size: 0.875rem;
  font-weight: 400;
}

.c-social-card__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background-color: #fefefe;
}

.c-spotlight-ii {
  font-family: "Titillium Web", sans-serif;
  padding-top: 1.5625rem;
  padding-bottom: 1.5625rem;
}

@media print, screen and (min-width: 46.25em) {
  .c-spotlight-ii {
    padding-top: 3.125rem;
    padding-bottom: 3.125rem;
  }
}

.c-spotlight-ii__inner {
  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 auto;
  padding-right: 0.625rem;
  padding-left: 0.625rem;
  max-width: 75rem;
  margin: 0 auto;
}

@media print, screen and (min-width: 46.25em) {
  .c-spotlight-ii__inner {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}

@media print, screen and (min-width: 61.25em) {
  .c-spotlight-ii__inner {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

.c-spotlight-ii--reverse-order .c-spotlight-ii__inner {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
}

@media print, screen and (min-width: 61.25em) {
  .c-spotlight-ii--reverse-order .c-spotlight-ii__inner {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}

.c-spotlight-ii__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media print, screen and (min-width: 61.25em) {
  .c-spotlight-ii__content {
    width: 100%;
  }
}

.c-spotlight-ii__image {
  width: 100%;
  -webkit-box-shadow: 0 2px 14px rgba(0, 0, 0, 0.15);
          box-shadow: 0 2px 14px rgba(0, 0, 0, 0.15);
}

.c-spotlight-ii__image-container {
  margin-top: 3.125rem;
  width: 100%;
}

@media print, screen and (min-width: 61.25em) {
  .c-spotlight-ii__image-container {
    margin-top: 0;
  }
}

.c-spotlight-ii--reverse-order .c-spotlight-ii__content + .c-spotlight-ii__image-container {
  margin: 0 3.125rem 3.125rem 0;
}

@media print, screen and (min-width: 61.25em) {
  .c-spotlight-ii--reverse-order .c-spotlight-ii__content + .c-spotlight-ii__image-container {
    margin: 0 3.125rem 0 0;
  }
}

@media print, screen and (min-width: 61.25em) {
  .c-spotlight-ii__content + .c-spotlight-ii__image-container {
    margin-left: 3.125rem;
    max-width: 50%;
  }
}

.c-spotlight-ii__title {
  margin-top: 0;
}

.c-spotlight-ii a:not(.c-button) {
  color: #fefefe;
}

.c-spotlight-iii {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
  overflow: hidden;
  border-radius: 0.75rem;
  cursor: pointer;
}

.c-spotlight-iii__content {
  bottom: 0;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  padding: 1.25rem;
}

.c-spotlight-iii__image-container {
  overflow: hidden;
}

.c-spotlight-iii__image {
  display: block;
  padding-top: calc(250/320 * 100%);
  width: 100%;
  background-size: cover;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.c-spotlight-iii:hover .c-spotlight-iii__image {
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
}

.c-spotlight-iii__title {
  margin: 0 0 0.625rem;
  font-family: "Titillium Web", sans-serif;
  font-size: 1.25rem;
  font-weight: 600;
}

.c-spotlight-iii:hover .c-spotlight-iii__title {
  text-decoration: underline;
}

.c-spotlight-iii__date {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0.9375rem 0 0 0;
  font-size: 0.875rem;
  font-weight: 400;
}

.c-spotlight-iii__date-icon {
  margin-right: 0.5rem;
  height: 0.875rem;
  width: 0.875rem;
}

.c-spotlight-iii__summary {
  font-size: 1rem;
  font-weight: 400;
}

.c-spotlight {
  position: relative;
}

.c-spotlight__background-image {
  position: relative;
  padding-top: 100%;
  height: 100%;
  width: 100%;
  background-size: cover;
  border-radius: 0.625rem;
}

.c-spotlight__content {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 0;
  padding: 1.25rem;
  width: 92%;
  border-radius: 0 0.625rem 0 0.625rem;
}

@media screen and (min-width: 46.25em) {
  .c-spotlight__content {
    top: auto;
    padding: 1.5625rem;
  }
}

.c-spotlight--theme-two .c-spotlight__content {
  width: 85%;
}

.c-spotlight__icon {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-left: 1.25rem;
  height: 1rem;
  width: 1.25rem;
}

@media screen and (min-width: 46.25em) {
  .c-spotlight__icon {
    height: 1.375rem;
    width: 1.5rem;
  }
}

.c-spotlight--theme-two .c-spotlight__icon {
  height: 1rem;
  width: 1.25rem;
}

@media screen and (min-width: 46.25em) {
  .c-spotlight--theme-two .c-spotlight__icon {
    height: 1.25rem;
    width: 1.75rem;
  }
}

.c-spotlight__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.c-spotlight--theme-two .c-spotlight__inner {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.c-spotlight__title {
  margin: 0;
  font-family: "Titillium Web", sans-serif;
  font-size: 1.125rem;
  font-weight: 600;
  letter-spacing: 0;
}

@media screen and (min-width: 46.25em) {
  .c-spotlight__title {
    font-size: 1.375rem;
  }
}

.c-spotlight--theme-two .c-spotlight__title {
  font-family: "Poppins", sans-serif;
  font-size: 1.375rem;
}

.c-spotlight:hover .c-spotlight__title {
  text-decoration: underline;
}

.c-spotlight__summary {
  margin-top: 0.625rem;
  margin-bottom: 0;
  font-weight: 400;
  line-height: 1.3;
}

.c-spotlight__date {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0.9375rem 0 0 0;
  font-size: 0.875rem;
  font-weight: 400;
}

.c-spotlight__date-icon {
  margin-right: 0.5rem;
  height: 0.875rem;
  width: 0.875rem;
}

.c-standard-form {
  max-width: 75rem;
  margin: 0 auto;
}

.c-standard-form__title {
  margin: 0 0 0.625rem;
  font-weight: 400;
  font-size: 2.5rem;
}

.c-standard-form .umbraco-forms-container {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
  grid-gap: 1.25rem;
  padding: 1.5625rem 0;
}

.c-standard-form .umbraco-forms-fieldset {
  border: 0;
  padding: 0;
}

.c-standard-form .umbraco-forms-field {
  max-width: 100%;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.c-standard-form .umbraco-forms-field.message {
  width: 100%;
}

.c-standard-form .umbraco-forms-field textarea {
  max-width: 100%;
  border-radius: 0.5rem;
  border-color: #08080D;
}

.c-standard-form .umbraco-forms-field input {
  max-width: 100%;
  border-radius: 0.5rem;
  border-color: #08080D;
}

.c-standard-form .umbraco-forms-navigation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  grid-gap: 0.9375rem;
}

.c-standard-form .field-validation-error {
  color: #E31B5B;
  display: block;
}

.c-standard-form input[type='submit'],
.c-standard-form input[type='button'] {
  cursor: pointer;
}

.c-standard-form input[type='checkbox'],
.c-standard-form input[type='radio'] {
  width: auto;
}

.dataconsent {
  width: 100%;
}

.checkbox {
  width: 100%;
}

.recaptcha {
  width: 100%;
}

.radio {
  width: 100%;
}

.c-summary-card-ii {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  text-decoration: none;
}

@media print, screen and (min-width: 46.25em) {
  .c-summary-card-ii {
    margin: 0 auto;
    max-width: calc($grid-container / 2);
  }
}

.c-summary-card-ii__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-negative: 1;
      flex-shrink: 1;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 1.875rem 2.1875rem;
  width: 100%;
  border-radius: 1.5625rem;
}

@media print, screen and (min-width: 46.25em) {
  .c-summary-card-ii__content {
    width: calc(100% - 0.9375rem);
  }
}

.c-summary-card-ii__image {
  margin-bottom: 1.25rem;
  height: auto;
  width: 100%;
  max-width: 7.5rem;
  max-height: 7.5rem;
}

@media print, screen and (min-width: 46.25em) {
  .c-summary-card-ii__image {
    max-width: 6.25rem;
    max-height: 6.25rem;
  }
}

.c-summary-card-ii__subtitle {
  margin: 0;
  color: #3C3C3C;
  font-size: 1.25rem;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 1.2;
  text-align: center;
}

a.c-summary-card-ii:hover .c-summary-card-ii__subtitle {
  text-decoration: underline;
}

@media print, screen and (min-width: 61.25em) {
  .c-summary-card-list .c-container__layout {
    margin-right: auto;
    margin-left: auto;
    width: 90%;
  }
}

.c-summary-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  text-decoration: none;
}

.c-summary-card__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-negative: 1;
      flex-shrink: 1;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 1.875rem 2.1875rem;
  width: 100%;
  border-radius: 1.5625rem;
}

@media print, screen and (min-width: 46.25em) {
  .c-summary-card__content {
    width: calc(100% - 0.9375rem);
  }
}

.c-summary-card__image {
  margin-bottom: 1.25rem;
  height: 8.75rem;
  width: auto;
}

@media print, screen and (min-width: 46.25em) {
  .c-summary-card__image {
    height: 7.5rem;
  }
}

.c-summary-card__title {
  display: block;
  margin: 0;
  font-size: 3rem;
  font-weight: 700;
  text-align: center;
}

a.c-summary-card:hover .c-summary-card__title {
  text-decoration: underline;
}

.c-summary-card__subtitle {
  margin: 0;
  font-size: 1.25rem;
  font-weight: 300;
  letter-spacing: 0;
  line-height: 1.2;
  text-align: center;
}

@media screen and (min-width: 46.25em) and (max-width: 61.1875em) {
  .c-summary-card:not(.c-card-carousel .c-summary-card) {
    margin: 0 auto;
    width: 50%;
  }
}

/*
/ _tabs.scss
*/
.c-tabs {
  margin-bottom: 3.125rem;
}

.c-tabs__tab {
  position: relative;
  display: inline-block;
  margin-right: 1.5625rem;
  padding: 0.9375rem 0.9375rem;
  background-color: #F1F1F1;
  border: none;
  border-radius: 0.5rem 0.5rem 0 0;
  color: #003664;
  font-family: "Titillium Web", sans-serif;
  font-weight: 700;
  text-decoration: none;
  -webkit-text-decoration-skip: ink;
          text-decoration-skip: ink;
  cursor: pointer;
}

@media print, screen and (min-width: 46.25em) {
  .c-tabs__tab {
    padding: 0.9375rem 1.5625rem 1.25rem 1.5625rem;
  }
}

.c-tabs__tab.is-active {
  background-color: #003664;
  color: #fefefe;
  cursor: default;
}

.c-tabs__tab.is-active:hover {
  background-color: #003664;
}

.c-tabs__tab:hover {
  background-color: #d8d8d8;
}

.c-tabs__tab:focus {
  z-index: 1;
}

.c-tabs__tabpanel {
  position: relative;
  z-index: 0;
  border-top: 0.1875rem solid #003664;
}

.c-tabs__tabpanel:focus {
  z-index: 1;
  border: 0.1875rem solid #FFBF47;
  outline: 0;
}

.c-video {
  position: relative;
  padding-top: calc(390 / 640 * 100%);
  width: 100%;
}

.c-video__image {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  height: 100%;
  width: 100%;
  background-size: cover;
  -webkit-transition: 1s ease;
  transition: 1s ease;
}

.c-video.is-active .c-video__image {
  visibility: hidden;
  opacity: 0;
}

.c-video__player {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  height: 100%;
  width: 100%;
}

.c-video__button {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 1.875rem;
  padding: 0.9375rem;
  background: #003664;
  border: none;
  border-top-right-radius: 0.75rem;
  cursor: pointer;
  -webkit-transition: 1s ease;
  transition: 1s ease;
}

@media print, screen and (min-width: 61.25em) {
  .c-video__button {
    padding: 1.25rem;
  }
}

.c-video.is-active .c-video__button {
  visibility: hidden;
  opacity: 0;
}

.c-video__button-text {
  color: #fefefe;
  font-family: "Titillium Web", sans-serif;
  font-size: 1.125rem;
  line-height: 1.5;
  text-align: left;
}

.c-video__button:hover .c-video__button-text {
  text-decoration: underline;
}

.c-video__icon {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-right: 0.625rem;
  height: 0.9375rem;
  width: 0.9375rem;
  fill: #fefefe;
}

.c-water-calculator {
  --total-font-size: 1.35rem;
}

@media print, screen and (min-width: 61.25em) {
  .c-water-calculator {
    --total-font-size: 1.5rem;
  }
}

.c-water-calculator__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  overflow: hidden;
}

@media print, screen and (min-width: 61.25em) {
  .c-water-calculator__container {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    border-radius: 1.25rem;
  }
}

.c-water-calculator__container h2 {
  font-size: 2rem;
}

.c-water-calculator__input-label {
  color: #003664;
}

.c-water-calculator__input-container {
  z-index: 1;
  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: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 1.25rem 1.25rem -5.625rem 1.25rem;
  padding: 1.5625rem;
  background: #E0E4E6;
  border-radius: 0.625rem;
}

@media print, screen and (min-width: 61.25em) {
  .c-water-calculator__input-container {
    margin: 0;
    padding: 3.125rem;
    width: 50%;
    border-radius: 0;
  }
}

.c-water-calculator__input-body h2 {
  text-align: center;
}

@media print, screen and (min-width: 61.25em) {
  .c-water-calculator__input-body h2 {
    text-align: left;
  }
}

.c-water-calculator__output-panel-container {
  padding: 7.5rem 1.5625rem 1.5625rem;
  background: #003664;
  color: #fefefe;
  text-align: center;
}

@media print, screen and (min-width: 61.25em) {
  .c-water-calculator__output-panel-container {
    padding: 3.125rem;
    width: 50%;
  }
}

.c-water-calculator__output-panel-container h2,
.c-water-calculator__output-panel-container h3,
.c-water-calculator__output-panel-container p {
  color: #fefefe;
}

.c-water-calculator__output-results {
  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: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 100%;
}

.c-water-calculator__output-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 1.25rem;
  text-align: left;
}

.c-water-calculator__output {
  min-width: 3rem;
  text-align: right;
}

.c-water-calculator__output-total {
  font-size: var(--total-font-size);
}

.c-water-calculator__output-total .c-water-calculator__output {
  font-size: var(--total-font-size);
  min-width: 3.75rem;
  padding-left: 0.5rem;
}

.c-water-calculator__output-label {
  padding-right: 1rem;
}

.c-water-calculator__output-label-subtext {
  font-size: 0.75rem;
}

.c-water-calculator__output-subheading {
  margin-bottom: 20px;
  font-weight: 600;
  text-align: left;
}

.c-water-calculator__output-footer a {
  color: #fefefe;
}

.c-water-calculator__end-route-message {
  display: none;
}

.c-water-calculator__output-strapline {
  margin-bottom: 0.9375rem;
}

.c-water-calculator p {
  font-size: 1rem;
}

.c-water-calculator__input .c-form-field__input {
  padding: 1.125rem 4.0625rem 0.9375rem 0.9375rem;
  height: 3.3125rem;
  width: 100%;
  max-width: none;
  min-width: 10.9375rem;
  background: #F4F5F6;
  border: none;
  border-radius: 0.3125rem;
}

.c-water-calculator__input .c-form-field__label-text {
  position: absolute;
  top: 1.75rem;
  left: 0.9375rem;
  margin-top: -0.9375rem;
  color: #3C3C3C;
  font-family: 'Poppins', sans-serif;
  font-size: 0.75rem;
  font-weight: 600;
  line-height: 1.5;
  cursor: text;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  pointer-events: none;
}

.c-water-calculator__input .c-select__label-text {
  position: absolute;
  top: 1.75rem;
  left: 0.9375rem;
  margin-top: -0.9375rem;
  color: #3C3C3C;
  font-family: 'Poppins', sans-serif;
  font-size: 0.75rem;
  font-weight: 600;
  line-height: 1.5;
  cursor: text;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  pointer-events: none;
}

.c-water-calculator__input p {
  margin-bottom: 1.25rem;
}

.c-water-calculator__input-footer {
  text-align: center;
}

@media print, screen and (min-width: 61.25em) {
  .c-water-calculator__input-footer {
    text-align: left;
  }
}

.c-water-calculator__input-footer p {
  margin: 1.5625rem 0 0 0;
}

.c-water-calculator__button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 2.5rem;
  padding: 1.25rem 1.125rem;
  width: 100%;
  background: #003664;
  border: none;
  border-radius: 0.3125rem;
  color: #fefefe;
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 1;
  text-align: left;
}

@media print, screen and (min-width: 61.25em) {
  .c-water-calculator__button {
    max-width: 11.25rem;
  }
}

.c-water-calculator__button-icon {
  margin-left: 0.9375rem;
  max-width: 1.4375rem;
  max-height: 1.0625rem;
  fill: #fefefe;
}

.c-water-calculator__button:hover {
  background: #001a31;
  cursor: pointer;
}

.c-water-calculator__button[disabled] {
  opacity: 0.3;
  cursor: not-allowed;
}

.c-water-calculator__end-route-message .c-hygiene__link {
  text-decoration: underline;
}

.c-water-calculator__output-label-text {
  font-weight: 300;
  font-size: 1.25rem;
}

.c-water-calculator__output-headings {
  font-size: 1.25rem;
  font-weight: 700;
}

.c-water-calculator__output-total {
  padding: 0;
}

.c-water-calculator__total-label {
  font-weight: 700;
}

.c-hero--theme-one .c-hero__background {
  background-color: #fefefe;
}

.c-hero--theme-one .c-hero__title {
  color: #007EA7;
}

.c-hero--theme-one .c-hero__summary {
  color: #007EA7;
}

.c-hero--theme-one .c-hero__link {
  color: #003664 !important;
}

.c-hero--theme-one .u-color__button {
  background-color: #003664;
  border-color: #003664;
  color: #fefefe;
}

.c-hero--theme-one .u-color__button:hover, .c-hero--theme-one .u-color__button:focus {
  background-color: #fefefe;
  border-color: #003664;
  color: #003664;
}

.c-hero--theme-two .c-hero__background {
  background-color: #007EA7;
}

.c-hero--theme-two .c-hero__title {
  color: #fefefe;
}

.c-hero--theme-two .c-hero__summary {
  color: #fefefe;
}

.c-hero--theme-two .c-hero__link {
  color: #fefefe !important;
}

.c-hero--theme-two .u-color__button {
  background-color: #fefefe;
  border-color: #fefefe;
  color: #003664;
}

.c-hero--theme-two .u-color__button:hover, .c-hero--theme-two .u-color__button:focus {
  background-color: transparent;
  border-color: #fefefe;
  color: #fefefe;
}

.c-hero--theme-three .c-hero__background {
  background-color: #32529F;
}

.c-hero--theme-three .c-hero__title {
  color: #fefefe;
}

.c-hero--theme-three .c-hero__summary {
  color: #fefefe;
}

.c-hero--theme-three .c-hero__link {
  color: #fefefe !important;
}

.c-hero--theme-three .u-color__button {
  background-color: #fefefe;
  border-color: #fefefe;
  color: #003664;
}

.c-hero--theme-three .u-color__button:hover, .c-hero--theme-three .u-color__button:focus {
  background-color: transparent;
  border-color: #fefefe;
  color: #fefefe;
}

.c-hero--theme-four .c-hero__background {
  background-color: #003664;
}

.c-hero--theme-four .c-hero__title {
  color: #fefefe;
}

.c-hero--theme-four .c-hero__summary {
  color: #fefefe;
}

.c-hero--theme-four .c-hero__link {
  color: #fefefe !important;
}

.c-hero--theme-four .u-color__button {
  background-color: #fefefe;
  border-color: #fefefe;
  color: #003664;
}

.c-hero--theme-four .u-color__button:hover, .c-hero--theme-four .u-color__button:focus {
  background-color: transparent;
  border-color: #fefefe;
  color: #fefefe;
}

.c-hero--theme-five .c-hero__background {
  background-color: #298560;
}

.c-hero--theme-five .c-hero__title {
  color: #fefefe;
}

.c-hero--theme-five .c-hero__summary {
  color: #fefefe;
}

.c-hero--theme-five .c-hero__link {
  color: #fefefe !important;
}

.c-hero--theme-five .u-color__button {
  background-color: #fefefe;
  border-color: #fefefe;
  color: #003664;
}

.c-hero--theme-five .u-color__button:hover, .c-hero--theme-five .u-color__button:focus {
  background-color: transparent;
  border-color: #fefefe;
  color: #fefefe;
}

.sc-edit .c-video-modal__link:after,
.sc-edit .c-spotlight__link:after,
.sc-edit .c-illustrated-cta__link:after,
.sc-edit .c-icon-block__link:after,
.sc-edit .c-cta__link:after,
.sc-edit .c-illustrated-cta-ii__link:after {
  display: none;
}

.sc-edit .c-mega-spotlight__link:before {
  display: none;
}

.sc-edit .c-accordion__item-body {
  display: block !important;
}

.wf-loading h1,
.wf-loading h2,
.wf-loading h3,
.wf-loading h4,
.wf-loading h5,
.wf-loading p,
.wf-loading input[type='submit'] {
  visibility: hidden;
}

.th-standard-form input[type='submit'] {
  cursor: pointer;
  -webkit-transition: background-color 0.2s ease-in-out;
  transition: background-color 0.2s ease-in-out;
}

.th-standard-form input[type='submit']:hover:not(:disabled), .th-standard-form input[type='submit']:focus:not(:disabled) {
  background-color: transparent;
  color: #fefefe;
}

/*
/ _trumps.vendor.scss
*/
/*
/ _utils.color-image-block.scss
*/
/*
/ _themes.color-block.scss
*/
.u-color--theme-one .u-color__background {
  background-color: #32529F;
}

.u-color--theme-one .u-color__ribbon {
  color: #fefefe;
}

.u-color--theme-one .u-color__summary {
  color: #fefefe;
}

.u-color--theme-one .u-color__title {
  color: #fefefe;
}

.u-color--theme-one .u-color__foreground {
  color: #fefefe;
}

.u-color--theme-one .u-color__link {
  color: #fefefe;
}

.u-color--theme-one .u-color__icon {
  fill: #fefefe;
}

@media screen and (-ms-high-contrast: active) {
  .u-color--theme-one .u-color__icon {
    fill: WindowText;
  }
}

.u-color--theme-one .u-color__button {
  background-color: transparent;
  color: #fefefe;
}

@media screen and (min-width: 61.25em) {
  .u-color--theme-one .u-color__button {
    background-color: #32529F;
    border-color: #fefefe;
  }
}

.u-color--theme-one .u-color__button:hover, .u-color--theme-one .u-color__button:focus {
  background-color: transparent;
}

@media screen and (min-width: 61.25em) {
  .u-color--theme-one .u-color__button:hover, .u-color--theme-one .u-color__button:focus {
    background-color: #fefefe;
    border-color: #fefefe;
    color: #32529F;
  }
}

.u-color--theme-two .u-color__background {
  background-color: #007EA7;
}

.u-color--theme-two .u-color__ribbon {
  color: #fefefe;
}

.u-color--theme-two .u-color__summary {
  color: #fefefe;
}

.u-color--theme-two .u-color__title {
  color: #fefefe;
}

.u-color--theme-two .u-color__foreground {
  color: #fefefe;
}

.u-color--theme-two .u-color__link {
  color: #fefefe;
}

.u-color--theme-two .u-color__icon {
  fill: #fefefe;
}

@media screen and (-ms-high-contrast: active) {
  .u-color--theme-two .u-color__icon {
    fill: WindowText;
  }
}

.u-color--theme-two .u-color__button {
  background-color: transparent;
  color: #fefefe;
}

@media screen and (min-width: 61.25em) {
  .u-color--theme-two .u-color__button {
    background-color: #007EA7;
    border-color: #fefefe;
  }
}

.u-color--theme-two .u-color__button:hover, .u-color--theme-two .u-color__button:focus {
  background-color: transparent;
}

@media screen and (min-width: 61.25em) {
  .u-color--theme-two .u-color__button:hover, .u-color--theme-two .u-color__button:focus {
    background-color: #fefefe;
    border-color: #fefefe;
    color: #007EA7;
  }
}

.u-color--theme-three .u-color__background {
  background-color: #298560;
}

.u-color--theme-three .u-color__ribbon {
  color: #fefefe;
}

.u-color--theme-three .u-color__summary {
  color: #fefefe;
}

.u-color--theme-three .u-color__title {
  color: #fefefe;
}

.u-color--theme-three .u-color__foreground {
  color: #fefefe;
}

.u-color--theme-three .u-color__link {
  color: #fefefe;
}

.u-color--theme-three .u-color__icon {
  fill: #fefefe;
}

@media screen and (-ms-high-contrast: active) {
  .u-color--theme-three .u-color__icon {
    fill: WindowText;
  }
}

.u-color--theme-three .u-color__button {
  background-color: transparent;
  color: #fefefe;
}

@media screen and (min-width: 61.25em) {
  .u-color--theme-three .u-color__button {
    background-color: #298560;
    border-color: #fefefe;
  }
}

.u-color--theme-three .u-color__button:hover, .u-color--theme-three .u-color__button:focus {
  background-color: transparent;
}

@media screen and (min-width: 61.25em) {
  .u-color--theme-three .u-color__button:hover, .u-color--theme-three .u-color__button:focus {
    background-color: #fefefe;
    border-color: #fefefe;
    color: #298560;
  }
}

.u-color--theme-four .u-color__background {
  background-color: #003664;
}

.u-color--theme-four .u-color__ribbon {
  color: #fefefe;
}

.u-color--theme-four .u-color__summary {
  color: #fefefe;
}

.u-color--theme-four .u-color__title {
  color: #fefefe;
}

.u-color--theme-four .u-color__foreground {
  color: #fefefe;
}

.u-color--theme-four .u-color__link {
  color: #fefefe;
}

.u-color--theme-four .u-color__icon {
  fill: #fefefe;
}

@media screen and (-ms-high-contrast: active) {
  .u-color--theme-four .u-color__icon {
    fill: WindowText;
  }
}

.u-color--theme-four .u-color__button {
  background-color: transparent;
  color: #fefefe;
}

@media screen and (min-width: 61.25em) {
  .u-color--theme-four .u-color__button {
    background-color: #003664;
    border-color: #fefefe;
  }
}

.u-color--theme-four .u-color__button:hover, .u-color--theme-four .u-color__button:focus {
  background-color: transparent;
}

@media screen and (min-width: 61.25em) {
  .u-color--theme-four .u-color__button:hover, .u-color--theme-four .u-color__button:focus {
    background-color: #fefefe;
    border-color: #fefefe;
    color: #003664;
  }
}

.u-color--theme-five .u-color__background {
  background-color: #E31B5B;
}

.u-color--theme-five .u-color__ribbon {
  color: #fefefe;
}

.u-color--theme-five .u-color__summary {
  color: #fefefe;
}

.u-color--theme-five .u-color__title {
  color: #fefefe;
}

.u-color--theme-five .u-color__foreground {
  color: #fefefe;
}

.u-color--theme-five .u-color__link {
  color: #fefefe;
}

.u-color--theme-five .u-color__icon {
  fill: #fefefe;
}

@media screen and (-ms-high-contrast: active) {
  .u-color--theme-five .u-color__icon {
    fill: WindowText;
  }
}

.u-color--theme-five .u-color__button {
  background-color: transparent;
  color: #fefefe;
}

@media screen and (min-width: 61.25em) {
  .u-color--theme-five .u-color__button {
    background-color: #E31B5B;
    border-color: #fefefe;
  }
}

.u-color--theme-five .u-color__button:hover, .u-color--theme-five .u-color__button:focus {
  background-color: transparent;
}

@media screen and (min-width: 61.25em) {
  .u-color--theme-five .u-color__button:hover, .u-color--theme-five .u-color__button:focus {
    background-color: #fefefe;
    border-color: #fefefe;
    color: #E31B5B;
  }
}

.u-color--theme-six .u-color__background {
  background-color: #FBB714;
}

.u-color--theme-six .u-color__ribbon {
  color: #0D0063;
}

.u-color--theme-six .u-color__summary {
  color: #0D0063;
}

.u-color--theme-six .u-color__title {
  color: #0D0063;
}

.u-color--theme-six .u-color__foreground {
  color: #0D0063;
}

.u-color--theme-six .u-color__link {
  color: #0D0063;
}

.u-color--theme-six .u-color__icon {
  fill: #0D0063;
}

@media screen and (-ms-high-contrast: active) {
  .u-color--theme-six .u-color__icon {
    fill: WindowText;
  }
}

.u-color--theme-seven .u-color__background {
  background-color: #fefefe;
}

.u-color--theme-seven .u-color__ribbon {
  color: #32529F;
}

.u-color--theme-seven .u-color__summary {
  color: #32529F;
}

.u-color--theme-seven .u-color__title {
  color: #32529F;
}

.u-color--theme-seven .u-color__foreground {
  color: #32529F;
}

.u-color--theme-seven .u-color__icon {
  fill: #32529F;
}

@media screen and (-ms-high-contrast: active) {
  .u-color--theme-seven .u-color__icon {
    fill: WindowText;
  }
}

.u-color--theme-eight .u-color__background {
  background-color: #fefefe;
}

.u-color--theme-eight .u-color__ribbon {
  color: #007EA7;
}

.u-color--theme-eight .u-color__summary {
  color: #007EA7;
}

.u-color--theme-eight .u-color__title {
  color: #007EA7;
}

.u-color--theme-eight .u-color__foreground {
  color: #007EA7;
}

.u-color--theme-eight .u-color__icon {
  fill: #007EA7;
}

@media screen and (-ms-high-contrast: active) {
  .u-color--theme-eight .u-color__icon {
    fill: WindowText;
  }
}

/*# sourceMappingURL=../maps/css/developers.css.map */
