@charset "UTF-8";
/*
/ _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.colors.scss
*/
/*
/ _settings.fonts.scss
*/
@font-face {
  font-family: viva_beautiful_pro;
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url("/assets/fonts/foundations/371B94_2_0.eot");
  src: url("/assets/fonts/foundations/371B94_2_0.eot?#iefix") format("embedded-opentype"), url("/assets/fonts/foundations/371B94_2_0.woff2") format("woff2"), url("/assets/fonts/foundations/371B94_2_0.woff") format("woff"), url("/assets/fonts/foundations/371B94_2_0.ttf") format("truetype");
}

@font-face {
  font-family: sunrise_international;
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url("/assets/fonts/wessex/sunrise_international-webfont.woff2") format("woff2"), url("/assets/fonts/wessex/sunrise_international-webfont.woff") format("woff");
}

/*
/ _settings.units.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
*/
@font-face {
  font-family: 'AvantGardeGothicITCW01Bd';
  src: url("/assets/fonts/entrade/396084_0_0.eot");
  src: url("/assets/fonts/entrade/396084_0_0.eot?#iefix") format("embedded-opentype"), url("/assets/fonts/entrade/396084_0_0.woff2") format("woff2"), url("/assets/fonts/entrade/396084_0_0.woff") format("woff"), url("/assets/fonts/entrade/396084_0_0.ttf") format("truetype");
}

@font-face {
  font-family: 'AvantGardeGothicITCW02Dm';
  src: url("/assets/fonts/entrade/396084_1_0.eot");
  src: url("/assets/fonts/entrade/396084_1_0.eot?#iefix") format("embedded-opentype"), url("/assets/fonts/entrade/396084_1_0.woff2") format("woff2"), url("/assets/fonts/entrade/396084_1_0.woff") format("woff"), url("/assets/fonts/entrade/396084_1_0.ttf") format("truetype");
}

@font-face {
  font-family: 'Muli-Extra-Light';
  src: url("/assets/fonts/entrade/muli-v17-latin-200.eot");
  src: url("/assets/fonts/entrade/muli-v17-latin-200.eot?#iefix") format("embedded-opentype"), url("/assets/fonts/entrade/muli-v17-latin-200.woff2") format("woff2"), url("/assets/fonts/entrade/muli-v17-latin-200.woff") format("woff"), url("/assets/fonts/entrade/muli-v17-latin-200.ttf") format("truetype");
}

@font-face {
  font-family: 'Muli-Regular';
  src: url("/assets/fonts/entrade/muli-v17-latin-regular.eot");
  src: url("/assets/fonts/entrade/muli-v17-latin-regular.eot?#iefix") format("embedded-opentype"), url("/assets/fonts/entrade/muli-v17-latin-regular.woff2") format("woff2"), url("/assets/fonts/entrade/muli-v17-latin-regular.woff") format("woff"), url("/assets/fonts/entrade/muli-v17-latin-regular.ttf") format("truetype");
}

@font-face {
  font-family: 'Muli-Bold';
  src: url("/assets/fonts/entrade/muli-v17-latin-700.eot");
  src: url("/assets/fonts/entrade/muli-v17-latin-700.eot?#iefix") format("embedded-opentype"), url("/assets/fonts/entrade/muli-v17-latin-700.woff2") format("woff2"), url("/assets/fonts/entrade/muli-v17-latin-700.woff") format("woff"), url("/assets/fonts/entrade/muli-v17-latin-700.ttf") format("truetype");
}

/*
/ _settings.grid.scss
*/
/*
More variables:
https://foundation.zurb.com/sites/docs/xy-grid.html

*/
/*
/ _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;
  background-color: #F7FAF8;
  color: #434343;
}

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

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

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

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

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

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

@media print, screen and (min-width: 61.25em) {
  .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: 20em) {
  .grid-x > .smallish-shrink, .grid-x > .smallish-full, .grid-x > .smallish-1, .grid-x > .smallish-2, .grid-x > .smallish-3, .grid-x > .smallish-4, .grid-x > .smallish-5, .grid-x > .smallish-6, .grid-x > .smallish-7, .grid-x > .smallish-8, .grid-x > .smallish-9, .grid-x > .smallish-10, .grid-x > .smallish-11, .grid-x > .smallish-12 {
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
  }
}

@media print, screen and (min-width: 46.25em) {
  .grid-x > .medium-shrink, .grid-x > .medium-full, .grid-x > .medium-1, .grid-x > .medium-2, .o-columns__four--alt-1.grid-x > div.cell:nth-child(1), .o-columns__four--alt-1.grid-x > div.cell:nth-child(2), .o-columns__six.grid-x > div.cell, .grid-x > .medium-3, .o-columns__two--alt-1.grid-x > div.cell:nth-child(1), .o-columns__three--alt-1.grid-x > div.cell:nth-child(1), .o-columns__three--alt-1.grid-x > div.cell:nth-child(2), .o-columns__three--alt-2.grid-x > div.cell:nth-child(2), .o-columns__three--alt-2.grid-x > div.cell:nth-child(3), .o-columns__three--alt-3.grid-x > div.cell:nth-child(2), .o-columns__four.grid-x > div.cell, .grid-x > .medium-4, .o-columns__two--alt-2.grid-x > div.cell:nth-child(1), .o-columns__two--alt-3.grid-x > div.cell:nth-child(2), .o-columns__two--narrow.grid-x > div.cell:nth-child(1), .o-columns__two--narrow.grid-x > div.cell:nth-child(2), .o-columns__three--alt-3.grid-x > div.cell:nth-child(3), .o-columns__four--alt-1.grid-x > div.cell:nth-child(3), .o-columns__four--alt-1.grid-x > div.cell:nth-child(4), .grid-x > .medium-5, .o-columns__three--alt-3.grid-x > div.cell:nth-child(1), .grid-x > .medium-6, .o-columns__three--alt-1.grid-x > div.cell:nth-child(3), .o-columns__three--alt-2.grid-x > div.cell:nth-child(1), .grid-x > .medium-7, .grid-x > .medium-8, .o-columns__two--alt-2.grid-x > div.cell:nth-child(2), .o-columns__two--alt-3.grid-x > div.cell:nth-child(1), .grid-x > .medium-9, .o-columns__two--alt-1.grid-x > div.cell:nth-child(2), .grid-x > .medium-10, .grid-x > .medium-11, .grid-x > .medium-12, .o-columns__one--narrow.grid-x > div.cell, .o-columns__one--alt-1.grid-x > div.cell, .o-columns__one--alt-2.grid-x > div.cell, .o-columns__two.grid-x > div.cell, .o-columns__three.grid-x > div.cell {
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
  }
}

@media print, screen and (min-width: 61.25em) {
  .grid-x > .large-shrink, .grid-x > .large-full, .grid-x > .large-1, .grid-x > .large-2, .grid-x > .large-3, .grid-x > .large-4, .o-columns__three.grid-x > div.cell, .grid-x > .large-5, .grid-x > .large-6, .o-columns__two.grid-x > div.cell, .grid-x > .large-7, .grid-x > .large-8, .o-columns__one--narrow.grid-x > div.cell, .grid-x > .large-9, .o-columns__one--alt-1.grid-x > div.cell, .grid-x > .large-10, .o-columns__one--alt-2.grid-x > div.cell, .grid-x > .large-11, .grid-x > .large-12 {
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
  }
}

@media screen and (min-width: 64em) {
  .grid-x > .largish-shrink, .grid-x > .largish-full, .grid-x > .largish-1, .grid-x > .largish-2, .grid-x > .largish-3, .grid-x > .largish-4, .grid-x > .largish-5, .grid-x > .largish-6, .grid-x > .largish-7, .grid-x > .largish-8, .grid-x > .largish-9, .grid-x > .largish-10, .grid-x > .largish-11, .grid-x > .largish-12 {
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
  }
}

@media screen and (min-width: 75em) {
  .grid-x > .xlarge-shrink, .grid-x > .xlarge-full, .grid-x > .xlarge-1, .grid-x > .xlarge-2, .grid-x > .xlarge-3, .grid-x > .xlarge-4, .grid-x > .xlarge-5, .grid-x > .xlarge-6, .grid-x > .xlarge-7, .grid-x > .xlarge-8, .grid-x > .xlarge-9, .grid-x > .xlarge-10, .grid-x > .xlarge-11, .grid-x > .xlarge-12 {
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
  }
}

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

@media print, screen and (min-width: 46.25em) {
  .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, .o-columns__four--alt-1.grid-x > div.cell:nth-child(1), .o-columns__four--alt-1.grid-x > div.cell:nth-child(2), .o-columns__six.grid-x > div.cell {
    width: 16.66667%;
  }
  .grid-x > .medium-3, .o-columns__two--alt-1.grid-x > div.cell:nth-child(1), .o-columns__three--alt-1.grid-x > div.cell:nth-child(1), .o-columns__three--alt-1.grid-x > div.cell:nth-child(2), .o-columns__three--alt-2.grid-x > div.cell:nth-child(2), .o-columns__three--alt-2.grid-x > div.cell:nth-child(3), .o-columns__three--alt-3.grid-x > div.cell:nth-child(2), .o-columns__four.grid-x > div.cell {
    width: 25%;
  }
  .grid-x > .medium-4, .o-columns__two--alt-2.grid-x > div.cell:nth-child(1), .o-columns__two--alt-3.grid-x > div.cell:nth-child(2), .o-columns__two--narrow.grid-x > div.cell:nth-child(1), .o-columns__two--narrow.grid-x > div.cell:nth-child(2), .o-columns__three--alt-3.grid-x > div.cell:nth-child(3), .o-columns__four--alt-1.grid-x > div.cell:nth-child(3), .o-columns__four--alt-1.grid-x > div.cell:nth-child(4) {
    width: 33.33333%;
  }
  .grid-x > .medium-5, .o-columns__three--alt-3.grid-x > div.cell:nth-child(1) {
    width: 41.66667%;
  }
  .grid-x > .medium-6, .o-columns__three--alt-1.grid-x > div.cell:nth-child(3), .o-columns__three--alt-2.grid-x > div.cell:nth-child(1) {
    width: 50%;
  }
  .grid-x > .medium-7 {
    width: 58.33333%;
  }
  .grid-x > .medium-8, .o-columns__two--alt-2.grid-x > div.cell:nth-child(2), .o-columns__two--alt-3.grid-x > div.cell:nth-child(1) {
    width: 66.66667%;
  }
  .grid-x > .medium-9, .o-columns__two--alt-1.grid-x > div.cell:nth-child(2) {
    width: 75%;
  }
  .grid-x > .medium-10 {
    width: 83.33333%;
  }
  .grid-x > .medium-11 {
    width: 91.66667%;
  }
  .grid-x > .medium-12, .o-columns__one--narrow.grid-x > div.cell, .o-columns__one--alt-1.grid-x > div.cell, .o-columns__one--alt-2.grid-x > div.cell, .o-columns__two.grid-x > div.cell, .o-columns__three.grid-x > div.cell {
    width: 100%;
  }
}

@media print, screen and (min-width: 61.25em) {
  .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, .o-columns__three.grid-x > div.cell {
    width: 33.33333%;
  }
  .grid-x > .large-5 {
    width: 41.66667%;
  }
  .grid-x > .large-6, .o-columns__two.grid-x > div.cell {
    width: 50%;
  }
  .grid-x > .large-7 {
    width: 58.33333%;
  }
  .grid-x > .large-8, .o-columns__one--narrow.grid-x > div.cell {
    width: 66.66667%;
  }
  .grid-x > .large-9, .o-columns__one--alt-1.grid-x > div.cell {
    width: 75%;
  }
  .grid-x > .large-10, .o-columns__one--alt-2.grid-x > div.cell {
    width: 83.33333%;
  }
  .grid-x > .large-11 {
    width: 91.66667%;
  }
  .grid-x > .large-12 {
    width: 100%;
  }
}

@media screen and (min-width: 64em) {
  .grid-x > .largish-auto {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 0px;
            flex: 1 1 0px;
    width: auto;
  }
  .grid-x > .largish-shrink {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
  }
  .grid-x > .largish-1 {
    width: 8.33333%;
  }
  .grid-x > .largish-2 {
    width: 16.66667%;
  }
  .grid-x > .largish-3 {
    width: 25%;
  }
  .grid-x > .largish-4 {
    width: 33.33333%;
  }
  .grid-x > .largish-5 {
    width: 41.66667%;
  }
  .grid-x > .largish-6 {
    width: 50%;
  }
  .grid-x > .largish-7 {
    width: 58.33333%;
  }
  .grid-x > .largish-8 {
    width: 66.66667%;
  }
  .grid-x > .largish-9 {
    width: 75%;
  }
  .grid-x > .largish-10 {
    width: 83.33333%;
  }
  .grid-x > .largish-11 {
    width: 91.66667%;
  }
  .grid-x > .largish-12 {
    width: 100%;
  }
}

@media screen and (min-width: 75em) {
  .grid-x > .xlarge-auto {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 0px;
            flex: 1 1 0px;
    width: auto;
  }
  .grid-x > .xlarge-shrink {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
  }
  .grid-x > .xlarge-1 {
    width: 8.33333%;
  }
  .grid-x > .xlarge-2 {
    width: 16.66667%;
  }
  .grid-x > .xlarge-3 {
    width: 25%;
  }
  .grid-x > .xlarge-4 {
    width: 33.33333%;
  }
  .grid-x > .xlarge-5 {
    width: 41.66667%;
  }
  .grid-x > .xlarge-6 {
    width: 50%;
  }
  .grid-x > .xlarge-7 {
    width: 58.33333%;
  }
  .grid-x > .xlarge-8 {
    width: 66.66667%;
  }
  .grid-x > .xlarge-9 {
    width: 75%;
  }
  .grid-x > .xlarge-10 {
    width: 83.33333%;
  }
  .grid-x > .xlarge-11 {
    width: 91.66667%;
  }
  .grid-x > .xlarge-12 {
    width: 100%;
  }
}

@media screen and (min-width: 87.5em) {
  .grid-x > .xxlarge-auto {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 0px;
            flex: 1 1 0px;
    width: auto;
  }
  .grid-x > .xxlarge-shrink {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
  }
  .grid-x > .xxlarge-1 {
    width: 8.33333%;
  }
  .grid-x > .xxlarge-2 {
    width: 16.66667%;
  }
  .grid-x > .xxlarge-3 {
    width: 25%;
  }
  .grid-x > .xxlarge-4 {
    width: 33.33333%;
  }
  .grid-x > .xxlarge-5 {
    width: 41.66667%;
  }
  .grid-x > .xxlarge-6 {
    width: 50%;
  }
  .grid-x > .xxlarge-7 {
    width: 58.33333%;
  }
  .grid-x > .xxlarge-8 {
    width: 66.66667%;
  }
  .grid-x > .xxlarge-9 {
    width: 75%;
  }
  .grid-x > .xxlarge-10 {
    width: 83.33333%;
  }
  .grid-x > .xxlarge-11 {
    width: 91.66667%;
  }
  .grid-x > .xxlarge-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: 46.25em) {
  .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: 46.25em) {
  .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: 20em) {
  .grid-margin-x > .smallish-auto {
    width: auto;
  }
  .grid-margin-x > .smallish-shrink {
    width: auto;
  }
  .grid-margin-x > .smallish-1 {
    width: calc(8.33333% - 1.25rem);
  }
  .grid-margin-x > .smallish-2 {
    width: calc(16.66667% - 1.25rem);
  }
  .grid-margin-x > .smallish-3 {
    width: calc(25% - 1.25rem);
  }
  .grid-margin-x > .smallish-4 {
    width: calc(33.33333% - 1.25rem);
  }
  .grid-margin-x > .smallish-5 {
    width: calc(41.66667% - 1.25rem);
  }
  .grid-margin-x > .smallish-6 {
    width: calc(50% - 1.25rem);
  }
  .grid-margin-x > .smallish-7 {
    width: calc(58.33333% - 1.25rem);
  }
  .grid-margin-x > .smallish-8 {
    width: calc(66.66667% - 1.25rem);
  }
  .grid-margin-x > .smallish-9 {
    width: calc(75% - 1.25rem);
  }
  .grid-margin-x > .smallish-10 {
    width: calc(83.33333% - 1.25rem);
  }
  .grid-margin-x > .smallish-11 {
    width: calc(91.66667% - 1.25rem);
  }
  .grid-margin-x > .smallish-12 {
    width: calc(100% - 1.25rem);
  }
}

@media print, screen and (min-width: 46.25em) {
  .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, .o-columns__four--alt-1.grid-margin-x > div.cell:nth-child(1), .o-columns__four--alt-1.grid-margin-x > div.cell:nth-child(2), .o-columns__six.grid-margin-x > div.cell {
    width: calc(16.66667% - 1.875rem);
  }
  .grid-margin-x > .medium-3, .o-columns__two--alt-1.grid-margin-x > div.cell:nth-child(1), .o-columns__three--alt-1.grid-margin-x > div.cell:nth-child(1), .o-columns__three--alt-1.grid-margin-x > div.cell:nth-child(2), .o-columns__three--alt-2.grid-margin-x > div.cell:nth-child(2), .o-columns__three--alt-2.grid-margin-x > div.cell:nth-child(3), .o-columns__three--alt-3.grid-margin-x > div.cell:nth-child(2), .o-columns__four.grid-margin-x > div.cell {
    width: calc(25% - 1.875rem);
  }
  .grid-margin-x > .medium-4, .o-columns__two--alt-2.grid-margin-x > div.cell:nth-child(1), .o-columns__two--alt-3.grid-margin-x > div.cell:nth-child(2), .o-columns__two--narrow.grid-margin-x > div.cell:nth-child(1), .o-columns__two--narrow.grid-margin-x > div.cell:nth-child(2), .o-columns__three--alt-3.grid-margin-x > div.cell:nth-child(3), .o-columns__four--alt-1.grid-margin-x > div.cell:nth-child(3), .o-columns__four--alt-1.grid-margin-x > div.cell:nth-child(4) {
    width: calc(33.33333% - 1.875rem);
  }
  .grid-margin-x > .medium-5, .o-columns__three--alt-3.grid-margin-x > div.cell:nth-child(1) {
    width: calc(41.66667% - 1.875rem);
  }
  .grid-margin-x > .medium-6, .o-columns__three--alt-1.grid-margin-x > div.cell:nth-child(3), .o-columns__three--alt-2.grid-margin-x > div.cell:nth-child(1) {
    width: calc(50% - 1.875rem);
  }
  .grid-margin-x > .medium-7 {
    width: calc(58.33333% - 1.875rem);
  }
  .grid-margin-x > .medium-8, .o-columns__two--alt-2.grid-margin-x > div.cell:nth-child(2), .o-columns__two--alt-3.grid-margin-x > div.cell:nth-child(1) {
    width: calc(66.66667% - 1.875rem);
  }
  .grid-margin-x > .medium-9, .o-columns__two--alt-1.grid-margin-x > div.cell:nth-child(2) {
    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, .o-columns__one--narrow.grid-margin-x > div.cell, .o-columns__one--alt-1.grid-margin-x > div.cell, .o-columns__one--alt-2.grid-margin-x > div.cell, .o-columns__two.grid-margin-x > div.cell, .o-columns__three.grid-margin-x > div.cell {
    width: calc(100% - 1.875rem);
  }
}

@media print, screen and (min-width: 61.25em) {
  .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, .o-columns__three.grid-margin-x > div.cell {
    width: calc(33.33333% - 1.875rem);
  }
  .grid-margin-x > .large-5 {
    width: calc(41.66667% - 1.875rem);
  }
  .grid-margin-x > .large-6, .o-columns__two.grid-margin-x > div.cell {
    width: calc(50% - 1.875rem);
  }
  .grid-margin-x > .large-7 {
    width: calc(58.33333% - 1.875rem);
  }
  .grid-margin-x > .large-8, .o-columns__one--narrow.grid-margin-x > div.cell {
    width: calc(66.66667% - 1.875rem);
  }
  .grid-margin-x > .large-9, .o-columns__one--alt-1.grid-margin-x > div.cell {
    width: calc(75% - 1.875rem);
  }
  .grid-margin-x > .large-10, .o-columns__one--alt-2.grid-margin-x > div.cell {
    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);
  }
}

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

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

@media screen and (min-width: 87.5em) {
  .grid-margin-x > .xxlarge-auto {
    width: auto;
  }
  .grid-margin-x > .xxlarge-shrink {
    width: auto;
  }
  .grid-margin-x > .xxlarge-1 {
    width: calc(8.33333% - 1.875rem);
  }
  .grid-margin-x > .xxlarge-2 {
    width: calc(16.66667% - 1.875rem);
  }
  .grid-margin-x > .xxlarge-3 {
    width: calc(25% - 1.875rem);
  }
  .grid-margin-x > .xxlarge-4 {
    width: calc(33.33333% - 1.875rem);
  }
  .grid-margin-x > .xxlarge-5 {
    width: calc(41.66667% - 1.875rem);
  }
  .grid-margin-x > .xxlarge-6 {
    width: calc(50% - 1.875rem);
  }
  .grid-margin-x > .xxlarge-7 {
    width: calc(58.33333% - 1.875rem);
  }
  .grid-margin-x > .xxlarge-8 {
    width: calc(66.66667% - 1.875rem);
  }
  .grid-margin-x > .xxlarge-9 {
    width: calc(75% - 1.875rem);
  }
  .grid-margin-x > .xxlarge-10 {
    width: calc(83.33333% - 1.875rem);
  }
  .grid-margin-x > .xxlarge-11 {
    width: calc(91.66667% - 1.875rem);
  }
  .grid-margin-x > .xxlarge-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: 46.25em) {
  .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: 46.25em) {
  .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: 46.25em) {
  .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: 20em) {
  .smallish-up-1 > .cell {
    width: 100%;
  }
  .smallish-up-2 > .cell {
    width: 50%;
  }
  .smallish-up-3 > .cell {
    width: 33.33333%;
  }
  .smallish-up-4 > .cell {
    width: 25%;
  }
  .smallish-up-5 > .cell {
    width: 20%;
  }
  .smallish-up-6 > .cell {
    width: 16.66667%;
  }
  .smallish-up-7 > .cell {
    width: 14.28571%;
  }
  .smallish-up-8 > .cell {
    width: 12.5%;
  }
}

@media print, screen and (min-width: 46.25em) {
  .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: 61.25em) {
  .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%;
  }
}

@media screen and (min-width: 64em) {
  .largish-up-1 > .cell {
    width: 100%;
  }
  .largish-up-2 > .cell {
    width: 50%;
  }
  .largish-up-3 > .cell {
    width: 33.33333%;
  }
  .largish-up-4 > .cell {
    width: 25%;
  }
  .largish-up-5 > .cell {
    width: 20%;
  }
  .largish-up-6 > .cell {
    width: 16.66667%;
  }
  .largish-up-7 > .cell {
    width: 14.28571%;
  }
  .largish-up-8 > .cell {
    width: 12.5%;
  }
}

@media screen and (min-width: 75em) {
  .xlarge-up-1 > .cell {
    width: 100%;
  }
  .xlarge-up-2 > .cell {
    width: 50%;
  }
  .xlarge-up-3 > .cell {
    width: 33.33333%;
  }
  .xlarge-up-4 > .cell {
    width: 25%;
  }
  .xlarge-up-5 > .cell {
    width: 20%;
  }
  .xlarge-up-6 > .cell {
    width: 16.66667%;
  }
  .xlarge-up-7 > .cell {
    width: 14.28571%;
  }
  .xlarge-up-8 > .cell {
    width: 12.5%;
  }
}

@media screen and (min-width: 87.5em) {
  .xxlarge-up-1 > .cell {
    width: 100%;
  }
  .xxlarge-up-2 > .cell {
    width: 50%;
  }
  .xxlarge-up-3 > .cell {
    width: 33.33333%;
  }
  .xxlarge-up-4 > .cell {
    width: 25%;
  }
  .xxlarge-up-5 > .cell {
    width: 20%;
  }
  .xxlarge-up-6 > .cell {
    width: 16.66667%;
  }
  .xxlarge-up-7 > .cell {
    width: 14.28571%;
  }
  .xxlarge-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: 20em) {
  .grid-margin-x.smallish-up-1 > .cell {
    width: calc(100% - 1.25rem);
  }
  .grid-margin-x.smallish-up-2 > .cell {
    width: calc(50% - 1.25rem);
  }
  .grid-margin-x.smallish-up-3 > .cell {
    width: calc(33.33333% - 1.25rem);
  }
  .grid-margin-x.smallish-up-4 > .cell {
    width: calc(25% - 1.25rem);
  }
  .grid-margin-x.smallish-up-5 > .cell {
    width: calc(20% - 1.25rem);
  }
  .grid-margin-x.smallish-up-6 > .cell {
    width: calc(16.66667% - 1.25rem);
  }
  .grid-margin-x.smallish-up-7 > .cell {
    width: calc(14.28571% - 1.25rem);
  }
  .grid-margin-x.smallish-up-8 > .cell {
    width: calc(12.5% - 1.25rem);
  }
}

@media print, screen and (min-width: 46.25em) {
  .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: 61.25em) {
  .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);
  }
}

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

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

@media screen and (min-width: 87.5em) {
  .grid-margin-x.xxlarge-up-1 > .cell {
    width: calc(100% - 1.875rem);
  }
  .grid-margin-x.xxlarge-up-2 > .cell {
    width: calc(50% - 1.875rem);
  }
  .grid-margin-x.xxlarge-up-3 > .cell {
    width: calc(33.33333% - 1.875rem);
  }
  .grid-margin-x.xxlarge-up-4 > .cell {
    width: calc(25% - 1.875rem);
  }
  .grid-margin-x.xxlarge-up-5 > .cell {
    width: calc(20% - 1.875rem);
  }
  .grid-margin-x.xxlarge-up-6 > .cell {
    width: calc(16.66667% - 1.875rem);
  }
  .grid-margin-x.xxlarge-up-7 > .cell {
    width: calc(14.28571% - 1.875rem);
  }
  .grid-margin-x.xxlarge-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: 20em) {
  .small-margin-collapse > .smallish-1 {
    width: 8.33333%;
  }
  .small-margin-collapse > .smallish-2 {
    width: 16.66667%;
  }
  .small-margin-collapse > .smallish-3 {
    width: 25%;
  }
  .small-margin-collapse > .smallish-4 {
    width: 33.33333%;
  }
  .small-margin-collapse > .smallish-5 {
    width: 41.66667%;
  }
  .small-margin-collapse > .smallish-6 {
    width: 50%;
  }
  .small-margin-collapse > .smallish-7 {
    width: 58.33333%;
  }
  .small-margin-collapse > .smallish-8 {
    width: 66.66667%;
  }
  .small-margin-collapse > .smallish-9 {
    width: 75%;
  }
  .small-margin-collapse > .smallish-10 {
    width: 83.33333%;
  }
  .small-margin-collapse > .smallish-11 {
    width: 91.66667%;
  }
  .small-margin-collapse > .smallish-12 {
    width: 100%;
  }
}

@media print, screen and (min-width: 46.25em) {
  .small-margin-collapse > .medium-1 {
    width: 8.33333%;
  }
  .small-margin-collapse > .medium-2, .o-columns__four--alt-1.small-margin-collapse > div.cell:nth-child(1), .o-columns__four--alt-1.small-margin-collapse > div.cell:nth-child(2), .o-columns__six.small-margin-collapse > div.cell {
    width: 16.66667%;
  }
  .small-margin-collapse > .medium-3, .o-columns__two--alt-1.small-margin-collapse > div.cell:nth-child(1), .o-columns__three--alt-1.small-margin-collapse > div.cell:nth-child(1), .o-columns__three--alt-1.small-margin-collapse > div.cell:nth-child(2), .o-columns__three--alt-2.small-margin-collapse > div.cell:nth-child(2), .o-columns__three--alt-2.small-margin-collapse > div.cell:nth-child(3), .o-columns__three--alt-3.small-margin-collapse > div.cell:nth-child(2), .o-columns__four.small-margin-collapse > div.cell {
    width: 25%;
  }
  .small-margin-collapse > .medium-4, .o-columns__two--alt-2.small-margin-collapse > div.cell:nth-child(1), .o-columns__two--alt-3.small-margin-collapse > div.cell:nth-child(2), .o-columns__two--narrow.small-margin-collapse > div.cell:nth-child(1), .o-columns__two--narrow.small-margin-collapse > div.cell:nth-child(2), .o-columns__three--alt-3.small-margin-collapse > div.cell:nth-child(3), .o-columns__four--alt-1.small-margin-collapse > div.cell:nth-child(3), .o-columns__four--alt-1.small-margin-collapse > div.cell:nth-child(4) {
    width: 33.33333%;
  }
  .small-margin-collapse > .medium-5, .o-columns__three--alt-3.small-margin-collapse > div.cell:nth-child(1) {
    width: 41.66667%;
  }
  .small-margin-collapse > .medium-6, .o-columns__three--alt-1.small-margin-collapse > div.cell:nth-child(3), .o-columns__three--alt-2.small-margin-collapse > div.cell:nth-child(1) {
    width: 50%;
  }
  .small-margin-collapse > .medium-7 {
    width: 58.33333%;
  }
  .small-margin-collapse > .medium-8, .o-columns__two--alt-2.small-margin-collapse > div.cell:nth-child(2), .o-columns__two--alt-3.small-margin-collapse > div.cell:nth-child(1) {
    width: 66.66667%;
  }
  .small-margin-collapse > .medium-9, .o-columns__two--alt-1.small-margin-collapse > div.cell:nth-child(2) {
    width: 75%;
  }
  .small-margin-collapse > .medium-10 {
    width: 83.33333%;
  }
  .small-margin-collapse > .medium-11 {
    width: 91.66667%;
  }
  .small-margin-collapse > .medium-12, .o-columns__one--narrow.small-margin-collapse > div.cell, .o-columns__one--alt-1.small-margin-collapse > div.cell, .o-columns__one--alt-2.small-margin-collapse > div.cell, .o-columns__two.small-margin-collapse > div.cell, .o-columns__three.small-margin-collapse > div.cell {
    width: 100%;
  }
}

@media print, screen and (min-width: 61.25em) {
  .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, .o-columns__three.small-margin-collapse > div.cell {
    width: 33.33333%;
  }
  .small-margin-collapse > .large-5 {
    width: 41.66667%;
  }
  .small-margin-collapse > .large-6, .o-columns__two.small-margin-collapse > div.cell {
    width: 50%;
  }
  .small-margin-collapse > .large-7 {
    width: 58.33333%;
  }
  .small-margin-collapse > .large-8, .o-columns__one--narrow.small-margin-collapse > div.cell {
    width: 66.66667%;
  }
  .small-margin-collapse > .large-9, .o-columns__one--alt-1.small-margin-collapse > div.cell {
    width: 75%;
  }
  .small-margin-collapse > .large-10, .o-columns__one--alt-2.small-margin-collapse > div.cell {
    width: 83.33333%;
  }
  .small-margin-collapse > .large-11 {
    width: 91.66667%;
  }
  .small-margin-collapse > .large-12 {
    width: 100%;
  }
}

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

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

@media screen and (min-width: 87.5em) {
  .small-margin-collapse > .xxlarge-1 {
    width: 8.33333%;
  }
  .small-margin-collapse > .xxlarge-2 {
    width: 16.66667%;
  }
  .small-margin-collapse > .xxlarge-3 {
    width: 25%;
  }
  .small-margin-collapse > .xxlarge-4 {
    width: 33.33333%;
  }
  .small-margin-collapse > .xxlarge-5 {
    width: 41.66667%;
  }
  .small-margin-collapse > .xxlarge-6 {
    width: 50%;
  }
  .small-margin-collapse > .xxlarge-7 {
    width: 58.33333%;
  }
  .small-margin-collapse > .xxlarge-8 {
    width: 66.66667%;
  }
  .small-margin-collapse > .xxlarge-9 {
    width: 75%;
  }
  .small-margin-collapse > .xxlarge-10 {
    width: 83.33333%;
  }
  .small-margin-collapse > .xxlarge-11 {
    width: 91.66667%;
  }
  .small-margin-collapse > .xxlarge-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: 20em) {
  .smallish-margin-collapse {
    margin-right: 0;
    margin-left: 0;
  }
  .smallish-margin-collapse > .cell {
    margin-right: 0;
    margin-left: 0;
  }
}

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

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

@media print, screen and (min-width: 46.25em) {
  .smallish-margin-collapse > .medium-1 {
    width: 8.33333%;
  }
  .smallish-margin-collapse > .medium-2, .o-columns__four--alt-1.smallish-margin-collapse > div.cell:nth-child(1), .o-columns__four--alt-1.smallish-margin-collapse > div.cell:nth-child(2), .o-columns__six.smallish-margin-collapse > div.cell {
    width: 16.66667%;
  }
  .smallish-margin-collapse > .medium-3, .o-columns__two--alt-1.smallish-margin-collapse > div.cell:nth-child(1), .o-columns__three--alt-1.smallish-margin-collapse > div.cell:nth-child(1), .o-columns__three--alt-1.smallish-margin-collapse > div.cell:nth-child(2), .o-columns__three--alt-2.smallish-margin-collapse > div.cell:nth-child(2), .o-columns__three--alt-2.smallish-margin-collapse > div.cell:nth-child(3), .o-columns__three--alt-3.smallish-margin-collapse > div.cell:nth-child(2), .o-columns__four.smallish-margin-collapse > div.cell {
    width: 25%;
  }
  .smallish-margin-collapse > .medium-4, .o-columns__two--alt-2.smallish-margin-collapse > div.cell:nth-child(1), .o-columns__two--alt-3.smallish-margin-collapse > div.cell:nth-child(2), .o-columns__two--narrow.smallish-margin-collapse > div.cell:nth-child(1), .o-columns__two--narrow.smallish-margin-collapse > div.cell:nth-child(2), .o-columns__three--alt-3.smallish-margin-collapse > div.cell:nth-child(3), .o-columns__four--alt-1.smallish-margin-collapse > div.cell:nth-child(3), .o-columns__four--alt-1.smallish-margin-collapse > div.cell:nth-child(4) {
    width: 33.33333%;
  }
  .smallish-margin-collapse > .medium-5, .o-columns__three--alt-3.smallish-margin-collapse > div.cell:nth-child(1) {
    width: 41.66667%;
  }
  .smallish-margin-collapse > .medium-6, .o-columns__three--alt-1.smallish-margin-collapse > div.cell:nth-child(3), .o-columns__three--alt-2.smallish-margin-collapse > div.cell:nth-child(1) {
    width: 50%;
  }
  .smallish-margin-collapse > .medium-7 {
    width: 58.33333%;
  }
  .smallish-margin-collapse > .medium-8, .o-columns__two--alt-2.smallish-margin-collapse > div.cell:nth-child(2), .o-columns__two--alt-3.smallish-margin-collapse > div.cell:nth-child(1) {
    width: 66.66667%;
  }
  .smallish-margin-collapse > .medium-9, .o-columns__two--alt-1.smallish-margin-collapse > div.cell:nth-child(2) {
    width: 75%;
  }
  .smallish-margin-collapse > .medium-10 {
    width: 83.33333%;
  }
  .smallish-margin-collapse > .medium-11 {
    width: 91.66667%;
  }
  .smallish-margin-collapse > .medium-12, .o-columns__one--narrow.smallish-margin-collapse > div.cell, .o-columns__one--alt-1.smallish-margin-collapse > div.cell, .o-columns__one--alt-2.smallish-margin-collapse > div.cell, .o-columns__two.smallish-margin-collapse > div.cell, .o-columns__three.smallish-margin-collapse > div.cell {
    width: 100%;
  }
}

@media print, screen and (min-width: 61.25em) {
  .smallish-margin-collapse > .large-1 {
    width: 8.33333%;
  }
  .smallish-margin-collapse > .large-2 {
    width: 16.66667%;
  }
  .smallish-margin-collapse > .large-3 {
    width: 25%;
  }
  .smallish-margin-collapse > .large-4, .o-columns__three.smallish-margin-collapse > div.cell {
    width: 33.33333%;
  }
  .smallish-margin-collapse > .large-5 {
    width: 41.66667%;
  }
  .smallish-margin-collapse > .large-6, .o-columns__two.smallish-margin-collapse > div.cell {
    width: 50%;
  }
  .smallish-margin-collapse > .large-7 {
    width: 58.33333%;
  }
  .smallish-margin-collapse > .large-8, .o-columns__one--narrow.smallish-margin-collapse > div.cell {
    width: 66.66667%;
  }
  .smallish-margin-collapse > .large-9, .o-columns__one--alt-1.smallish-margin-collapse > div.cell {
    width: 75%;
  }
  .smallish-margin-collapse > .large-10, .o-columns__one--alt-2.smallish-margin-collapse > div.cell {
    width: 83.33333%;
  }
  .smallish-margin-collapse > .large-11 {
    width: 91.66667%;
  }
  .smallish-margin-collapse > .large-12 {
    width: 100%;
  }
}

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

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

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

@media print, screen and (min-width: 20em) {
  .smallish-padding-collapse {
    margin-right: 0;
    margin-left: 0;
  }
  .smallish-padding-collapse > .cell {
    padding-right: 0;
    padding-left: 0;
  }
}

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

@media print, screen and (min-width: 46.25em) {
  .medium-margin-collapse > .medium-1 {
    width: 8.33333%;
  }
  .medium-margin-collapse > .medium-2, .o-columns__four--alt-1.medium-margin-collapse > div.cell:nth-child(1), .o-columns__four--alt-1.medium-margin-collapse > div.cell:nth-child(2), .o-columns__six.medium-margin-collapse > div.cell {
    width: 16.66667%;
  }
  .medium-margin-collapse > .medium-3, .o-columns__two--alt-1.medium-margin-collapse > div.cell:nth-child(1), .o-columns__three--alt-1.medium-margin-collapse > div.cell:nth-child(1), .o-columns__three--alt-1.medium-margin-collapse > div.cell:nth-child(2), .o-columns__three--alt-2.medium-margin-collapse > div.cell:nth-child(2), .o-columns__three--alt-2.medium-margin-collapse > div.cell:nth-child(3), .o-columns__three--alt-3.medium-margin-collapse > div.cell:nth-child(2), .o-columns__four.medium-margin-collapse > div.cell {
    width: 25%;
  }
  .medium-margin-collapse > .medium-4, .o-columns__two--alt-2.medium-margin-collapse > div.cell:nth-child(1), .o-columns__two--alt-3.medium-margin-collapse > div.cell:nth-child(2), .o-columns__two--narrow.medium-margin-collapse > div.cell:nth-child(1), .o-columns__two--narrow.medium-margin-collapse > div.cell:nth-child(2), .o-columns__three--alt-3.medium-margin-collapse > div.cell:nth-child(3), .o-columns__four--alt-1.medium-margin-collapse > div.cell:nth-child(3), .o-columns__four--alt-1.medium-margin-collapse > div.cell:nth-child(4) {
    width: 33.33333%;
  }
  .medium-margin-collapse > .medium-5, .o-columns__three--alt-3.medium-margin-collapse > div.cell:nth-child(1) {
    width: 41.66667%;
  }
  .medium-margin-collapse > .medium-6, .o-columns__three--alt-1.medium-margin-collapse > div.cell:nth-child(3), .o-columns__three--alt-2.medium-margin-collapse > div.cell:nth-child(1) {
    width: 50%;
  }
  .medium-margin-collapse > .medium-7 {
    width: 58.33333%;
  }
  .medium-margin-collapse > .medium-8, .o-columns__two--alt-2.medium-margin-collapse > div.cell:nth-child(2), .o-columns__two--alt-3.medium-margin-collapse > div.cell:nth-child(1) {
    width: 66.66667%;
  }
  .medium-margin-collapse > .medium-9, .o-columns__two--alt-1.medium-margin-collapse > div.cell:nth-child(2) {
    width: 75%;
  }
  .medium-margin-collapse > .medium-10 {
    width: 83.33333%;
  }
  .medium-margin-collapse > .medium-11 {
    width: 91.66667%;
  }
  .medium-margin-collapse > .medium-12, .o-columns__one--narrow.medium-margin-collapse > div.cell, .o-columns__one--alt-1.medium-margin-collapse > div.cell, .o-columns__one--alt-2.medium-margin-collapse > div.cell, .o-columns__two.medium-margin-collapse > div.cell, .o-columns__three.medium-margin-collapse > div.cell {
    width: 100%;
  }
}

@media print, screen and (min-width: 61.25em) {
  .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, .o-columns__three.medium-margin-collapse > div.cell {
    width: 33.33333%;
  }
  .medium-margin-collapse > .large-5 {
    width: 41.66667%;
  }
  .medium-margin-collapse > .large-6, .o-columns__two.medium-margin-collapse > div.cell {
    width: 50%;
  }
  .medium-margin-collapse > .large-7 {
    width: 58.33333%;
  }
  .medium-margin-collapse > .large-8, .o-columns__one--narrow.medium-margin-collapse > div.cell {
    width: 66.66667%;
  }
  .medium-margin-collapse > .large-9, .o-columns__one--alt-1.medium-margin-collapse > div.cell {
    width: 75%;
  }
  .medium-margin-collapse > .large-10, .o-columns__one--alt-2.medium-margin-collapse > div.cell {
    width: 83.33333%;
  }
  .medium-margin-collapse > .large-11 {
    width: 91.66667%;
  }
  .medium-margin-collapse > .large-12 {
    width: 100%;
  }
}

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

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

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

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

@media print, screen and (min-width: 61.25em) {
  .large-margin-collapse > .medium-1 {
    width: 8.33333%;
  }
  .large-margin-collapse > .medium-2, .o-columns__four--alt-1.large-margin-collapse > div.cell:nth-child(1), .o-columns__four--alt-1.large-margin-collapse > div.cell:nth-child(2), .o-columns__six.large-margin-collapse > div.cell {
    width: 16.66667%;
  }
  .large-margin-collapse > .medium-3, .o-columns__two--alt-1.large-margin-collapse > div.cell:nth-child(1), .o-columns__three--alt-1.large-margin-collapse > div.cell:nth-child(1), .o-columns__three--alt-1.large-margin-collapse > div.cell:nth-child(2), .o-columns__three--alt-2.large-margin-collapse > div.cell:nth-child(2), .o-columns__three--alt-2.large-margin-collapse > div.cell:nth-child(3), .o-columns__three--alt-3.large-margin-collapse > div.cell:nth-child(2), .o-columns__four.large-margin-collapse > div.cell {
    width: 25%;
  }
  .large-margin-collapse > .medium-4, .o-columns__two--alt-2.large-margin-collapse > div.cell:nth-child(1), .o-columns__two--alt-3.large-margin-collapse > div.cell:nth-child(2), .o-columns__two--narrow.large-margin-collapse > div.cell:nth-child(1), .o-columns__two--narrow.large-margin-collapse > div.cell:nth-child(2), .o-columns__three--alt-3.large-margin-collapse > div.cell:nth-child(3), .o-columns__four--alt-1.large-margin-collapse > div.cell:nth-child(3), .o-columns__four--alt-1.large-margin-collapse > div.cell:nth-child(4) {
    width: 33.33333%;
  }
  .large-margin-collapse > .medium-5, .o-columns__three--alt-3.large-margin-collapse > div.cell:nth-child(1) {
    width: 41.66667%;
  }
  .large-margin-collapse > .medium-6, .o-columns__three--alt-1.large-margin-collapse > div.cell:nth-child(3), .o-columns__three--alt-2.large-margin-collapse > div.cell:nth-child(1) {
    width: 50%;
  }
  .large-margin-collapse > .medium-7 {
    width: 58.33333%;
  }
  .large-margin-collapse > .medium-8, .o-columns__two--alt-2.large-margin-collapse > div.cell:nth-child(2), .o-columns__two--alt-3.large-margin-collapse > div.cell:nth-child(1) {
    width: 66.66667%;
  }
  .large-margin-collapse > .medium-9, .o-columns__two--alt-1.large-margin-collapse > div.cell:nth-child(2) {
    width: 75%;
  }
  .large-margin-collapse > .medium-10 {
    width: 83.33333%;
  }
  .large-margin-collapse > .medium-11 {
    width: 91.66667%;
  }
  .large-margin-collapse > .medium-12, .o-columns__one--narrow.large-margin-collapse > div.cell, .o-columns__one--alt-1.large-margin-collapse > div.cell, .o-columns__one--alt-2.large-margin-collapse > div.cell, .o-columns__two.large-margin-collapse > div.cell, .o-columns__three.large-margin-collapse > div.cell {
    width: 100%;
  }
}

@media print, screen and (min-width: 61.25em) {
  .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, .o-columns__three.large-margin-collapse > div.cell {
    width: 33.33333%;
  }
  .large-margin-collapse > .large-5 {
    width: 41.66667%;
  }
  .large-margin-collapse > .large-6, .o-columns__two.large-margin-collapse > div.cell {
    width: 50%;
  }
  .large-margin-collapse > .large-7 {
    width: 58.33333%;
  }
  .large-margin-collapse > .large-8, .o-columns__one--narrow.large-margin-collapse > div.cell {
    width: 66.66667%;
  }
  .large-margin-collapse > .large-9, .o-columns__one--alt-1.large-margin-collapse > div.cell {
    width: 75%;
  }
  .large-margin-collapse > .large-10, .o-columns__one--alt-2.large-margin-collapse > div.cell {
    width: 83.33333%;
  }
  .large-margin-collapse > .large-11 {
    width: 91.66667%;
  }
  .large-margin-collapse > .large-12 {
    width: 100%;
  }
}

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

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

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

@media print, screen and (min-width: 61.25em) {
  .large-padding-collapse {
    margin-right: 0;
    margin-left: 0;
  }
  .large-padding-collapse > .cell {
    padding-right: 0;
    padding-left: 0;
  }
}

@media screen and (min-width: 64em) {
  .largish-margin-collapse {
    margin-right: 0;
    margin-left: 0;
  }
  .largish-margin-collapse > .cell {
    margin-right: 0;
    margin-left: 0;
  }
}

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

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

@media screen and (min-width: 64em) {
  .largish-margin-collapse > .medium-1 {
    width: 8.33333%;
  }
  .largish-margin-collapse > .medium-2, .o-columns__four--alt-1.largish-margin-collapse > div.cell:nth-child(1), .o-columns__four--alt-1.largish-margin-collapse > div.cell:nth-child(2), .o-columns__six.largish-margin-collapse > div.cell {
    width: 16.66667%;
  }
  .largish-margin-collapse > .medium-3, .o-columns__two--alt-1.largish-margin-collapse > div.cell:nth-child(1), .o-columns__three--alt-1.largish-margin-collapse > div.cell:nth-child(1), .o-columns__three--alt-1.largish-margin-collapse > div.cell:nth-child(2), .o-columns__three--alt-2.largish-margin-collapse > div.cell:nth-child(2), .o-columns__three--alt-2.largish-margin-collapse > div.cell:nth-child(3), .o-columns__three--alt-3.largish-margin-collapse > div.cell:nth-child(2), .o-columns__four.largish-margin-collapse > div.cell {
    width: 25%;
  }
  .largish-margin-collapse > .medium-4, .o-columns__two--alt-2.largish-margin-collapse > div.cell:nth-child(1), .o-columns__two--alt-3.largish-margin-collapse > div.cell:nth-child(2), .o-columns__two--narrow.largish-margin-collapse > div.cell:nth-child(1), .o-columns__two--narrow.largish-margin-collapse > div.cell:nth-child(2), .o-columns__three--alt-3.largish-margin-collapse > div.cell:nth-child(3), .o-columns__four--alt-1.largish-margin-collapse > div.cell:nth-child(3), .o-columns__four--alt-1.largish-margin-collapse > div.cell:nth-child(4) {
    width: 33.33333%;
  }
  .largish-margin-collapse > .medium-5, .o-columns__three--alt-3.largish-margin-collapse > div.cell:nth-child(1) {
    width: 41.66667%;
  }
  .largish-margin-collapse > .medium-6, .o-columns__three--alt-1.largish-margin-collapse > div.cell:nth-child(3), .o-columns__three--alt-2.largish-margin-collapse > div.cell:nth-child(1) {
    width: 50%;
  }
  .largish-margin-collapse > .medium-7 {
    width: 58.33333%;
  }
  .largish-margin-collapse > .medium-8, .o-columns__two--alt-2.largish-margin-collapse > div.cell:nth-child(2), .o-columns__two--alt-3.largish-margin-collapse > div.cell:nth-child(1) {
    width: 66.66667%;
  }
  .largish-margin-collapse > .medium-9, .o-columns__two--alt-1.largish-margin-collapse > div.cell:nth-child(2) {
    width: 75%;
  }
  .largish-margin-collapse > .medium-10 {
    width: 83.33333%;
  }
  .largish-margin-collapse > .medium-11 {
    width: 91.66667%;
  }
  .largish-margin-collapse > .medium-12, .o-columns__one--narrow.largish-margin-collapse > div.cell, .o-columns__one--alt-1.largish-margin-collapse > div.cell, .o-columns__one--alt-2.largish-margin-collapse > div.cell, .o-columns__two.largish-margin-collapse > div.cell, .o-columns__three.largish-margin-collapse > div.cell {
    width: 100%;
  }
}

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

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

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

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

@media screen and (min-width: 64em) {
  .largish-padding-collapse {
    margin-right: 0;
    margin-left: 0;
  }
  .largish-padding-collapse > .cell {
    padding-right: 0;
    padding-left: 0;
  }
}

@media screen and (min-width: 75em) {
  .xlarge-margin-collapse {
    margin-right: 0;
    margin-left: 0;
  }
  .xlarge-margin-collapse > .cell {
    margin-right: 0;
    margin-left: 0;
  }
}

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

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

@media screen and (min-width: 75em) {
  .xlarge-margin-collapse > .medium-1 {
    width: 8.33333%;
  }
  .xlarge-margin-collapse > .medium-2, .o-columns__four--alt-1.xlarge-margin-collapse > div.cell:nth-child(1), .o-columns__four--alt-1.xlarge-margin-collapse > div.cell:nth-child(2), .o-columns__six.xlarge-margin-collapse > div.cell {
    width: 16.66667%;
  }
  .xlarge-margin-collapse > .medium-3, .o-columns__two--alt-1.xlarge-margin-collapse > div.cell:nth-child(1), .o-columns__three--alt-1.xlarge-margin-collapse > div.cell:nth-child(1), .o-columns__three--alt-1.xlarge-margin-collapse > div.cell:nth-child(2), .o-columns__three--alt-2.xlarge-margin-collapse > div.cell:nth-child(2), .o-columns__three--alt-2.xlarge-margin-collapse > div.cell:nth-child(3), .o-columns__three--alt-3.xlarge-margin-collapse > div.cell:nth-child(2), .o-columns__four.xlarge-margin-collapse > div.cell {
    width: 25%;
  }
  .xlarge-margin-collapse > .medium-4, .o-columns__two--alt-2.xlarge-margin-collapse > div.cell:nth-child(1), .o-columns__two--alt-3.xlarge-margin-collapse > div.cell:nth-child(2), .o-columns__two--narrow.xlarge-margin-collapse > div.cell:nth-child(1), .o-columns__two--narrow.xlarge-margin-collapse > div.cell:nth-child(2), .o-columns__three--alt-3.xlarge-margin-collapse > div.cell:nth-child(3), .o-columns__four--alt-1.xlarge-margin-collapse > div.cell:nth-child(3), .o-columns__four--alt-1.xlarge-margin-collapse > div.cell:nth-child(4) {
    width: 33.33333%;
  }
  .xlarge-margin-collapse > .medium-5, .o-columns__three--alt-3.xlarge-margin-collapse > div.cell:nth-child(1) {
    width: 41.66667%;
  }
  .xlarge-margin-collapse > .medium-6, .o-columns__three--alt-1.xlarge-margin-collapse > div.cell:nth-child(3), .o-columns__three--alt-2.xlarge-margin-collapse > div.cell:nth-child(1) {
    width: 50%;
  }
  .xlarge-margin-collapse > .medium-7 {
    width: 58.33333%;
  }
  .xlarge-margin-collapse > .medium-8, .o-columns__two--alt-2.xlarge-margin-collapse > div.cell:nth-child(2), .o-columns__two--alt-3.xlarge-margin-collapse > div.cell:nth-child(1) {
    width: 66.66667%;
  }
  .xlarge-margin-collapse > .medium-9, .o-columns__two--alt-1.xlarge-margin-collapse > div.cell:nth-child(2) {
    width: 75%;
  }
  .xlarge-margin-collapse > .medium-10 {
    width: 83.33333%;
  }
  .xlarge-margin-collapse > .medium-11 {
    width: 91.66667%;
  }
  .xlarge-margin-collapse > .medium-12, .o-columns__one--narrow.xlarge-margin-collapse > div.cell, .o-columns__one--alt-1.xlarge-margin-collapse > div.cell, .o-columns__one--alt-2.xlarge-margin-collapse > div.cell, .o-columns__two.xlarge-margin-collapse > div.cell, .o-columns__three.xlarge-margin-collapse > div.cell {
    width: 100%;
  }
}

@media screen and (min-width: 75em) {
  .xlarge-margin-collapse > .large-1 {
    width: 8.33333%;
  }
  .xlarge-margin-collapse > .large-2 {
    width: 16.66667%;
  }
  .xlarge-margin-collapse > .large-3 {
    width: 25%;
  }
  .xlarge-margin-collapse > .large-4, .o-columns__three.xlarge-margin-collapse > div.cell {
    width: 33.33333%;
  }
  .xlarge-margin-collapse > .large-5 {
    width: 41.66667%;
  }
  .xlarge-margin-collapse > .large-6, .o-columns__two.xlarge-margin-collapse > div.cell {
    width: 50%;
  }
  .xlarge-margin-collapse > .large-7 {
    width: 58.33333%;
  }
  .xlarge-margin-collapse > .large-8, .o-columns__one--narrow.xlarge-margin-collapse > div.cell {
    width: 66.66667%;
  }
  .xlarge-margin-collapse > .large-9, .o-columns__one--alt-1.xlarge-margin-collapse > div.cell {
    width: 75%;
  }
  .xlarge-margin-collapse > .large-10, .o-columns__one--alt-2.xlarge-margin-collapse > div.cell {
    width: 83.33333%;
  }
  .xlarge-margin-collapse > .large-11 {
    width: 91.66667%;
  }
  .xlarge-margin-collapse > .large-12 {
    width: 100%;
  }
}

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

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

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

@media screen and (min-width: 75em) {
  .xlarge-padding-collapse {
    margin-right: 0;
    margin-left: 0;
  }
  .xlarge-padding-collapse > .cell {
    padding-right: 0;
    padding-left: 0;
  }
}

@media screen and (min-width: 87.5em) {
  .xxlarge-margin-collapse {
    margin-right: 0;
    margin-left: 0;
  }
  .xxlarge-margin-collapse > .cell {
    margin-right: 0;
    margin-left: 0;
  }
}

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

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

@media screen and (min-width: 87.5em) {
  .xxlarge-margin-collapse > .medium-1 {
    width: 8.33333%;
  }
  .xxlarge-margin-collapse > .medium-2, .o-columns__four--alt-1.xxlarge-margin-collapse > div.cell:nth-child(1), .o-columns__four--alt-1.xxlarge-margin-collapse > div.cell:nth-child(2), .o-columns__six.xxlarge-margin-collapse > div.cell {
    width: 16.66667%;
  }
  .xxlarge-margin-collapse > .medium-3, .o-columns__two--alt-1.xxlarge-margin-collapse > div.cell:nth-child(1), .o-columns__three--alt-1.xxlarge-margin-collapse > div.cell:nth-child(1), .o-columns__three--alt-1.xxlarge-margin-collapse > div.cell:nth-child(2), .o-columns__three--alt-2.xxlarge-margin-collapse > div.cell:nth-child(2), .o-columns__three--alt-2.xxlarge-margin-collapse > div.cell:nth-child(3), .o-columns__three--alt-3.xxlarge-margin-collapse > div.cell:nth-child(2), .o-columns__four.xxlarge-margin-collapse > div.cell {
    width: 25%;
  }
  .xxlarge-margin-collapse > .medium-4, .o-columns__two--alt-2.xxlarge-margin-collapse > div.cell:nth-child(1), .o-columns__two--alt-3.xxlarge-margin-collapse > div.cell:nth-child(2), .o-columns__two--narrow.xxlarge-margin-collapse > div.cell:nth-child(1), .o-columns__two--narrow.xxlarge-margin-collapse > div.cell:nth-child(2), .o-columns__three--alt-3.xxlarge-margin-collapse > div.cell:nth-child(3), .o-columns__four--alt-1.xxlarge-margin-collapse > div.cell:nth-child(3), .o-columns__four--alt-1.xxlarge-margin-collapse > div.cell:nth-child(4) {
    width: 33.33333%;
  }
  .xxlarge-margin-collapse > .medium-5, .o-columns__three--alt-3.xxlarge-margin-collapse > div.cell:nth-child(1) {
    width: 41.66667%;
  }
  .xxlarge-margin-collapse > .medium-6, .o-columns__three--alt-1.xxlarge-margin-collapse > div.cell:nth-child(3), .o-columns__three--alt-2.xxlarge-margin-collapse > div.cell:nth-child(1) {
    width: 50%;
  }
  .xxlarge-margin-collapse > .medium-7 {
    width: 58.33333%;
  }
  .xxlarge-margin-collapse > .medium-8, .o-columns__two--alt-2.xxlarge-margin-collapse > div.cell:nth-child(2), .o-columns__two--alt-3.xxlarge-margin-collapse > div.cell:nth-child(1) {
    width: 66.66667%;
  }
  .xxlarge-margin-collapse > .medium-9, .o-columns__two--alt-1.xxlarge-margin-collapse > div.cell:nth-child(2) {
    width: 75%;
  }
  .xxlarge-margin-collapse > .medium-10 {
    width: 83.33333%;
  }
  .xxlarge-margin-collapse > .medium-11 {
    width: 91.66667%;
  }
  .xxlarge-margin-collapse > .medium-12, .o-columns__one--narrow.xxlarge-margin-collapse > div.cell, .o-columns__one--alt-1.xxlarge-margin-collapse > div.cell, .o-columns__one--alt-2.xxlarge-margin-collapse > div.cell, .o-columns__two.xxlarge-margin-collapse > div.cell, .o-columns__three.xxlarge-margin-collapse > div.cell {
    width: 100%;
  }
}

@media screen and (min-width: 87.5em) {
  .xxlarge-margin-collapse > .large-1 {
    width: 8.33333%;
  }
  .xxlarge-margin-collapse > .large-2 {
    width: 16.66667%;
  }
  .xxlarge-margin-collapse > .large-3 {
    width: 25%;
  }
  .xxlarge-margin-collapse > .large-4, .o-columns__three.xxlarge-margin-collapse > div.cell {
    width: 33.33333%;
  }
  .xxlarge-margin-collapse > .large-5 {
    width: 41.66667%;
  }
  .xxlarge-margin-collapse > .large-6, .o-columns__two.xxlarge-margin-collapse > div.cell {
    width: 50%;
  }
  .xxlarge-margin-collapse > .large-7 {
    width: 58.33333%;
  }
  .xxlarge-margin-collapse > .large-8, .o-columns__one--narrow.xxlarge-margin-collapse > div.cell {
    width: 66.66667%;
  }
  .xxlarge-margin-collapse > .large-9, .o-columns__one--alt-1.xxlarge-margin-collapse > div.cell {
    width: 75%;
  }
  .xxlarge-margin-collapse > .large-10, .o-columns__one--alt-2.xxlarge-margin-collapse > div.cell {
    width: 83.33333%;
  }
  .xxlarge-margin-collapse > .large-11 {
    width: 91.66667%;
  }
  .xxlarge-margin-collapse > .large-12 {
    width: 100%;
  }
}

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

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

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

@media screen and (min-width: 87.5em) {
  .xxlarge-padding-collapse {
    margin-right: 0;
    margin-left: 0;
  }
  .xxlarge-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: 20em) {
  .smallish-offset-0 {
    margin-left: 0%;
  }
  .grid-margin-x > .smallish-offset-0 {
    margin-left: calc(0% + 0.625rem);
  }
  .smallish-offset-1 {
    margin-left: 8.33333%;
  }
  .grid-margin-x > .smallish-offset-1 {
    margin-left: calc(8.33333% + 0.625rem);
  }
  .smallish-offset-2 {
    margin-left: 16.66667%;
  }
  .grid-margin-x > .smallish-offset-2 {
    margin-left: calc(16.66667% + 0.625rem);
  }
  .smallish-offset-3 {
    margin-left: 25%;
  }
  .grid-margin-x > .smallish-offset-3 {
    margin-left: calc(25% + 0.625rem);
  }
  .smallish-offset-4 {
    margin-left: 33.33333%;
  }
  .grid-margin-x > .smallish-offset-4 {
    margin-left: calc(33.33333% + 0.625rem);
  }
  .smallish-offset-5 {
    margin-left: 41.66667%;
  }
  .grid-margin-x > .smallish-offset-5 {
    margin-left: calc(41.66667% + 0.625rem);
  }
  .smallish-offset-6 {
    margin-left: 50%;
  }
  .grid-margin-x > .smallish-offset-6 {
    margin-left: calc(50% + 0.625rem);
  }
  .smallish-offset-7 {
    margin-left: 58.33333%;
  }
  .grid-margin-x > .smallish-offset-7 {
    margin-left: calc(58.33333% + 0.625rem);
  }
  .smallish-offset-8 {
    margin-left: 66.66667%;
  }
  .grid-margin-x > .smallish-offset-8 {
    margin-left: calc(66.66667% + 0.625rem);
  }
  .smallish-offset-9 {
    margin-left: 75%;
  }
  .grid-margin-x > .smallish-offset-9 {
    margin-left: calc(75% + 0.625rem);
  }
  .smallish-offset-10 {
    margin-left: 83.33333%;
  }
  .grid-margin-x > .smallish-offset-10 {
    margin-left: calc(83.33333% + 0.625rem);
  }
  .smallish-offset-11 {
    margin-left: 91.66667%;
  }
  .grid-margin-x > .smallish-offset-11 {
    margin-left: calc(91.66667% + 0.625rem);
  }
}

@media print, screen and (min-width: 46.25em) {
  .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, .o-columns__two--narrow > div.cell:nth-child(1) {
    margin-left: 16.66667%;
  }
  .grid-margin-x > .medium-offset-2, .o-columns__two--narrow.grid-margin-x > div.cell:nth-child(1) {
    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: 61.25em) {
  .large-offset-0 {
    margin-left: 0%;
  }
  .grid-margin-x > .large-offset-0 {
    margin-left: calc(0% + 0.9375rem);
  }
  .large-offset-1, .o-columns__one--alt-2 > div.cell {
    margin-left: 8.33333%;
  }
  .grid-margin-x > .large-offset-1, .o-columns__one--alt-2.grid-margin-x > div.cell {
    margin-left: calc(8.33333% + 0.9375rem);
  }
  .large-offset-2, .o-columns__one--narrow > div.cell {
    margin-left: 16.66667%;
  }
  .grid-margin-x > .large-offset-2, .o-columns__one--narrow.grid-margin-x > div.cell {
    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);
  }
}

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

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

@media screen and (min-width: 87.5em) {
  .xxlarge-offset-0 {
    margin-left: 0%;
  }
  .grid-margin-x > .xxlarge-offset-0 {
    margin-left: calc(0% + 0.9375rem);
  }
  .xxlarge-offset-1 {
    margin-left: 8.33333%;
  }
  .grid-margin-x > .xxlarge-offset-1 {
    margin-left: calc(8.33333% + 0.9375rem);
  }
  .xxlarge-offset-2 {
    margin-left: 16.66667%;
  }
  .grid-margin-x > .xxlarge-offset-2 {
    margin-left: calc(16.66667% + 0.9375rem);
  }
  .xxlarge-offset-3 {
    margin-left: 25%;
  }
  .grid-margin-x > .xxlarge-offset-3 {
    margin-left: calc(25% + 0.9375rem);
  }
  .xxlarge-offset-4 {
    margin-left: 33.33333%;
  }
  .grid-margin-x > .xxlarge-offset-4 {
    margin-left: calc(33.33333% + 0.9375rem);
  }
  .xxlarge-offset-5 {
    margin-left: 41.66667%;
  }
  .grid-margin-x > .xxlarge-offset-5 {
    margin-left: calc(41.66667% + 0.9375rem);
  }
  .xxlarge-offset-6 {
    margin-left: 50%;
  }
  .grid-margin-x > .xxlarge-offset-6 {
    margin-left: calc(50% + 0.9375rem);
  }
  .xxlarge-offset-7 {
    margin-left: 58.33333%;
  }
  .grid-margin-x > .xxlarge-offset-7 {
    margin-left: calc(58.33333% + 0.9375rem);
  }
  .xxlarge-offset-8 {
    margin-left: 66.66667%;
  }
  .grid-margin-x > .xxlarge-offset-8 {
    margin-left: calc(66.66667% + 0.9375rem);
  }
  .xxlarge-offset-9 {
    margin-left: 75%;
  }
  .grid-margin-x > .xxlarge-offset-9 {
    margin-left: calc(75% + 0.9375rem);
  }
  .xxlarge-offset-10 {
    margin-left: 83.33333%;
  }
  .grid-margin-x > .xxlarge-offset-10 {
    margin-left: calc(83.33333% + 0.9375rem);
  }
  .xxlarge-offset-11 {
    margin-left: 91.66667%;
  }
  .grid-margin-x > .xxlarge-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: 20em) {
  .grid-y > .smallish-shrink, .grid-y > .smallish-full, .grid-y > .smallish-1, .grid-y > .smallish-2, .grid-y > .smallish-3, .grid-y > .smallish-4, .grid-y > .smallish-5, .grid-y > .smallish-6, .grid-y > .smallish-7, .grid-y > .smallish-8, .grid-y > .smallish-9, .grid-y > .smallish-10, .grid-y > .smallish-11, .grid-y > .smallish-12 {
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
  }
}

@media print, screen and (min-width: 46.25em) {
  .grid-y > .medium-shrink, .grid-y > .medium-full, .grid-y > .medium-1, .grid-y > .medium-2, .o-columns__four--alt-1.grid-y > div.cell:nth-child(1), .o-columns__four--alt-1.grid-y > div.cell:nth-child(2), .o-columns__six.grid-y > div.cell, .grid-y > .medium-3, .o-columns__two--alt-1.grid-y > div.cell:nth-child(1), .o-columns__three--alt-1.grid-y > div.cell:nth-child(1), .o-columns__three--alt-1.grid-y > div.cell:nth-child(2), .o-columns__three--alt-2.grid-y > div.cell:nth-child(2), .o-columns__three--alt-2.grid-y > div.cell:nth-child(3), .o-columns__three--alt-3.grid-y > div.cell:nth-child(2), .o-columns__four.grid-y > div.cell, .grid-y > .medium-4, .o-columns__two--alt-2.grid-y > div.cell:nth-child(1), .o-columns__two--alt-3.grid-y > div.cell:nth-child(2), .o-columns__two--narrow.grid-y > div.cell:nth-child(1), .o-columns__two--narrow.grid-y > div.cell:nth-child(2), .o-columns__three--alt-3.grid-y > div.cell:nth-child(3), .o-columns__four--alt-1.grid-y > div.cell:nth-child(3), .o-columns__four--alt-1.grid-y > div.cell:nth-child(4), .grid-y > .medium-5, .o-columns__three--alt-3.grid-y > div.cell:nth-child(1), .grid-y > .medium-6, .o-columns__three--alt-1.grid-y > div.cell:nth-child(3), .o-columns__three--alt-2.grid-y > div.cell:nth-child(1), .grid-y > .medium-7, .grid-y > .medium-8, .o-columns__two--alt-2.grid-y > div.cell:nth-child(2), .o-columns__two--alt-3.grid-y > div.cell:nth-child(1), .grid-y > .medium-9, .o-columns__two--alt-1.grid-y > div.cell:nth-child(2), .grid-y > .medium-10, .grid-y > .medium-11, .grid-y > .medium-12, .o-columns__one--narrow.grid-y > div.cell, .o-columns__one--alt-1.grid-y > div.cell, .o-columns__one--alt-2.grid-y > div.cell, .o-columns__two.grid-y > div.cell, .o-columns__three.grid-y > div.cell {
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
  }
}

@media print, screen and (min-width: 61.25em) {
  .grid-y > .large-shrink, .grid-y > .large-full, .grid-y > .large-1, .grid-y > .large-2, .grid-y > .large-3, .grid-y > .large-4, .o-columns__three.grid-y > div.cell, .grid-y > .large-5, .grid-y > .large-6, .o-columns__two.grid-y > div.cell, .grid-y > .large-7, .grid-y > .large-8, .o-columns__one--narrow.grid-y > div.cell, .grid-y > .large-9, .o-columns__one--alt-1.grid-y > div.cell, .grid-y > .large-10, .o-columns__one--alt-2.grid-y > div.cell, .grid-y > .large-11, .grid-y > .large-12 {
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
  }
}

@media screen and (min-width: 64em) {
  .grid-y > .largish-shrink, .grid-y > .largish-full, .grid-y > .largish-1, .grid-y > .largish-2, .grid-y > .largish-3, .grid-y > .largish-4, .grid-y > .largish-5, .grid-y > .largish-6, .grid-y > .largish-7, .grid-y > .largish-8, .grid-y > .largish-9, .grid-y > .largish-10, .grid-y > .largish-11, .grid-y > .largish-12 {
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
  }
}

@media screen and (min-width: 75em) {
  .grid-y > .xlarge-shrink, .grid-y > .xlarge-full, .grid-y > .xlarge-1, .grid-y > .xlarge-2, .grid-y > .xlarge-3, .grid-y > .xlarge-4, .grid-y > .xlarge-5, .grid-y > .xlarge-6, .grid-y > .xlarge-7, .grid-y > .xlarge-8, .grid-y > .xlarge-9, .grid-y > .xlarge-10, .grid-y > .xlarge-11, .grid-y > .xlarge-12 {
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
  }
}

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

@media print, screen and (min-width: 46.25em) {
  .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, .o-columns__four--alt-1.grid-y > div.cell:nth-child(1), .o-columns__four--alt-1.grid-y > div.cell:nth-child(2), .o-columns__six.grid-y > div.cell {
    height: 16.66667%;
  }
  .grid-y > .medium-3, .o-columns__two--alt-1.grid-y > div.cell:nth-child(1), .o-columns__three--alt-1.grid-y > div.cell:nth-child(1), .o-columns__three--alt-1.grid-y > div.cell:nth-child(2), .o-columns__three--alt-2.grid-y > div.cell:nth-child(2), .o-columns__three--alt-2.grid-y > div.cell:nth-child(3), .o-columns__three--alt-3.grid-y > div.cell:nth-child(2), .o-columns__four.grid-y > div.cell {
    height: 25%;
  }
  .grid-y > .medium-4, .o-columns__two--alt-2.grid-y > div.cell:nth-child(1), .o-columns__two--alt-3.grid-y > div.cell:nth-child(2), .o-columns__two--narrow.grid-y > div.cell:nth-child(1), .o-columns__two--narrow.grid-y > div.cell:nth-child(2), .o-columns__three--alt-3.grid-y > div.cell:nth-child(3), .o-columns__four--alt-1.grid-y > div.cell:nth-child(3), .o-columns__four--alt-1.grid-y > div.cell:nth-child(4) {
    height: 33.33333%;
  }
  .grid-y > .medium-5, .o-columns__three--alt-3.grid-y > div.cell:nth-child(1) {
    height: 41.66667%;
  }
  .grid-y > .medium-6, .o-columns__three--alt-1.grid-y > div.cell:nth-child(3), .o-columns__three--alt-2.grid-y > div.cell:nth-child(1) {
    height: 50%;
  }
  .grid-y > .medium-7 {
    height: 58.33333%;
  }
  .grid-y > .medium-8, .o-columns__two--alt-2.grid-y > div.cell:nth-child(2), .o-columns__two--alt-3.grid-y > div.cell:nth-child(1) {
    height: 66.66667%;
  }
  .grid-y > .medium-9, .o-columns__two--alt-1.grid-y > div.cell:nth-child(2) {
    height: 75%;
  }
  .grid-y > .medium-10 {
    height: 83.33333%;
  }
  .grid-y > .medium-11 {
    height: 91.66667%;
  }
  .grid-y > .medium-12, .o-columns__one--narrow.grid-y > div.cell, .o-columns__one--alt-1.grid-y > div.cell, .o-columns__one--alt-2.grid-y > div.cell, .o-columns__two.grid-y > div.cell, .o-columns__three.grid-y > div.cell {
    height: 100%;
  }
}

@media print, screen and (min-width: 61.25em) {
  .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, .o-columns__three.grid-y > div.cell {
    height: 33.33333%;
  }
  .grid-y > .large-5 {
    height: 41.66667%;
  }
  .grid-y > .large-6, .o-columns__two.grid-y > div.cell {
    height: 50%;
  }
  .grid-y > .large-7 {
    height: 58.33333%;
  }
  .grid-y > .large-8, .o-columns__one--narrow.grid-y > div.cell {
    height: 66.66667%;
  }
  .grid-y > .large-9, .o-columns__one--alt-1.grid-y > div.cell {
    height: 75%;
  }
  .grid-y > .large-10, .o-columns__one--alt-2.grid-y > div.cell {
    height: 83.33333%;
  }
  .grid-y > .large-11 {
    height: 91.66667%;
  }
  .grid-y > .large-12 {
    height: 100%;
  }
}

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

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

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

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

@media print, screen and (min-width: 46.25em) {
  .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: 46.25em) {
  .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: 46.25em) {
  .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: 46.25em) {
  .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: 20em) {
  .grid-margin-y > .smallish-auto {
    height: auto;
  }
  .grid-margin-y > .smallish-shrink {
    height: auto;
  }
  .grid-margin-y > .smallish-1 {
    height: calc(8.33333% - 1.25rem);
  }
  .grid-margin-y > .smallish-2 {
    height: calc(16.66667% - 1.25rem);
  }
  .grid-margin-y > .smallish-3 {
    height: calc(25% - 1.25rem);
  }
  .grid-margin-y > .smallish-4 {
    height: calc(33.33333% - 1.25rem);
  }
  .grid-margin-y > .smallish-5 {
    height: calc(41.66667% - 1.25rem);
  }
  .grid-margin-y > .smallish-6 {
    height: calc(50% - 1.25rem);
  }
  .grid-margin-y > .smallish-7 {
    height: calc(58.33333% - 1.25rem);
  }
  .grid-margin-y > .smallish-8 {
    height: calc(66.66667% - 1.25rem);
  }
  .grid-margin-y > .smallish-9 {
    height: calc(75% - 1.25rem);
  }
  .grid-margin-y > .smallish-10 {
    height: calc(83.33333% - 1.25rem);
  }
  .grid-margin-y > .smallish-11 {
    height: calc(91.66667% - 1.25rem);
  }
  .grid-margin-y > .smallish-12 {
    height: calc(100% - 1.25rem);
  }
}

@media print, screen and (min-width: 46.25em) {
  .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, .o-columns__four--alt-1.grid-margin-y > div.cell:nth-child(1), .o-columns__four--alt-1.grid-margin-y > div.cell:nth-child(2), .o-columns__six.grid-margin-y > div.cell {
    height: calc(16.66667% - 1.875rem);
  }
  .grid-margin-y > .medium-3, .o-columns__two--alt-1.grid-margin-y > div.cell:nth-child(1), .o-columns__three--alt-1.grid-margin-y > div.cell:nth-child(1), .o-columns__three--alt-1.grid-margin-y > div.cell:nth-child(2), .o-columns__three--alt-2.grid-margin-y > div.cell:nth-child(2), .o-columns__three--alt-2.grid-margin-y > div.cell:nth-child(3), .o-columns__three--alt-3.grid-margin-y > div.cell:nth-child(2), .o-columns__four.grid-margin-y > div.cell {
    height: calc(25% - 1.875rem);
  }
  .grid-margin-y > .medium-4, .o-columns__two--alt-2.grid-margin-y > div.cell:nth-child(1), .o-columns__two--alt-3.grid-margin-y > div.cell:nth-child(2), .o-columns__two--narrow.grid-margin-y > div.cell:nth-child(1), .o-columns__two--narrow.grid-margin-y > div.cell:nth-child(2), .o-columns__three--alt-3.grid-margin-y > div.cell:nth-child(3), .o-columns__four--alt-1.grid-margin-y > div.cell:nth-child(3), .o-columns__four--alt-1.grid-margin-y > div.cell:nth-child(4) {
    height: calc(33.33333% - 1.875rem);
  }
  .grid-margin-y > .medium-5, .o-columns__three--alt-3.grid-margin-y > div.cell:nth-child(1) {
    height: calc(41.66667% - 1.875rem);
  }
  .grid-margin-y > .medium-6, .o-columns__three--alt-1.grid-margin-y > div.cell:nth-child(3), .o-columns__three--alt-2.grid-margin-y > div.cell:nth-child(1) {
    height: calc(50% - 1.875rem);
  }
  .grid-margin-y > .medium-7 {
    height: calc(58.33333% - 1.875rem);
  }
  .grid-margin-y > .medium-8, .o-columns__two--alt-2.grid-margin-y > div.cell:nth-child(2), .o-columns__two--alt-3.grid-margin-y > div.cell:nth-child(1) {
    height: calc(66.66667% - 1.875rem);
  }
  .grid-margin-y > .medium-9, .o-columns__two--alt-1.grid-margin-y > div.cell:nth-child(2) {
    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, .o-columns__one--narrow.grid-margin-y > div.cell, .o-columns__one--alt-1.grid-margin-y > div.cell, .o-columns__one--alt-2.grid-margin-y > div.cell, .o-columns__two.grid-margin-y > div.cell, .o-columns__three.grid-margin-y > div.cell {
    height: calc(100% - 1.875rem);
  }
}

@media print, screen and (min-width: 61.25em) {
  .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, .o-columns__three.grid-margin-y > div.cell {
    height: calc(33.33333% - 1.875rem);
  }
  .grid-margin-y > .large-5 {
    height: calc(41.66667% - 1.875rem);
  }
  .grid-margin-y > .large-6, .o-columns__two.grid-margin-y > div.cell {
    height: calc(50% - 1.875rem);
  }
  .grid-margin-y > .large-7 {
    height: calc(58.33333% - 1.875rem);
  }
  .grid-margin-y > .large-8, .o-columns__one--narrow.grid-margin-y > div.cell {
    height: calc(66.66667% - 1.875rem);
  }
  .grid-margin-y > .large-9, .o-columns__one--alt-1.grid-margin-y > div.cell {
    height: calc(75% - 1.875rem);
  }
  .grid-margin-y > .large-10, .o-columns__one--alt-2.grid-margin-y > div.cell {
    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);
  }
}

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

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

@media screen and (min-width: 87.5em) {
  .grid-margin-y > .xxlarge-auto {
    height: auto;
  }
  .grid-margin-y > .xxlarge-shrink {
    height: auto;
  }
  .grid-margin-y > .xxlarge-1 {
    height: calc(8.33333% - 1.875rem);
  }
  .grid-margin-y > .xxlarge-2 {
    height: calc(16.66667% - 1.875rem);
  }
  .grid-margin-y > .xxlarge-3 {
    height: calc(25% - 1.875rem);
  }
  .grid-margin-y > .xxlarge-4 {
    height: calc(33.33333% - 1.875rem);
  }
  .grid-margin-y > .xxlarge-5 {
    height: calc(41.66667% - 1.875rem);
  }
  .grid-margin-y > .xxlarge-6 {
    height: calc(50% - 1.875rem);
  }
  .grid-margin-y > .xxlarge-7 {
    height: calc(58.33333% - 1.875rem);
  }
  .grid-margin-y > .xxlarge-8 {
    height: calc(66.66667% - 1.875rem);
  }
  .grid-margin-y > .xxlarge-9 {
    height: calc(75% - 1.875rem);
  }
  .grid-margin-y > .xxlarge-10 {
    height: calc(83.33333% - 1.875rem);
  }
  .grid-margin-y > .xxlarge-11 {
    height: calc(91.66667% - 1.875rem);
  }
  .grid-margin-y > .xxlarge-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: 20em) {
  .smallish-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 .smallish-grid-frame {
    width: 100%;
  }
  .smallish-cell-block {
    overflow-x: auto;
    max-width: 100%;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-stype: -ms-autohiding-scrollbar;
  }
  .smallish-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%;
  }
  .smallish-cell-block-container > .grid-x {
    max-height: 100%;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
  .smallish-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: 46.25em) {
  .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: 61.25em) {
  .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;
  }
}

@media screen and (min-width: 64em) {
  .largish-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 .largish-grid-frame {
    width: 100%;
  }
  .largish-cell-block {
    overflow-x: auto;
    max-width: 100%;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-stype: -ms-autohiding-scrollbar;
  }
  .largish-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%;
  }
  .largish-cell-block-container > .grid-x {
    max-height: 100%;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
  .largish-cell-block-y {
    overflow-y: auto;
    max-height: 100%;
    height: 100%;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-stype: -ms-autohiding-scrollbar;
  }
}

@media screen and (min-width: 75em) {
  .xlarge-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 .xlarge-grid-frame {
    width: 100%;
  }
  .xlarge-cell-block {
    overflow-x: auto;
    max-width: 100%;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-stype: -ms-autohiding-scrollbar;
  }
  .xlarge-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%;
  }
  .xlarge-cell-block-container > .grid-x {
    max-height: 100%;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
  .xlarge-cell-block-y {
    overflow-y: auto;
    max-height: 100%;
    height: 100%;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-stype: -ms-autohiding-scrollbar;
  }
}

@media screen and (min-width: 87.5em) {
  .xxlarge-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 .xxlarge-grid-frame {
    width: 100%;
  }
  .xxlarge-cell-block {
    overflow-x: auto;
    max-width: 100%;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-stype: -ms-autohiding-scrollbar;
  }
  .xxlarge-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%;
  }
  .xxlarge-cell-block-container > .grid-x {
    max-height: 100%;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
  .xxlarge-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: 20em) {
  .grid-y.smallish-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: 46.25em) {
  .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: 61.25em) {
  .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;
  }
}

@media screen and (min-width: 64em) {
  .grid-y.largish-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 screen and (min-width: 75em) {
  .grid-y.xlarge-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 screen and (min-width: 87.5em) {
  .grid-y.xxlarge-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: 20em) {
  .cell .grid-y.smallish-grid-frame {
    height: 100%;
  }
}

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

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

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

@media screen and (min-width: 75em) {
  .cell .grid-y.xlarge-grid-frame {
    height: 100%;
  }
}

@media screen and (min-width: 87.5em) {
  .cell .grid-y.xxlarge-grid-frame {
    height: 100%;
  }
}

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

@media print, screen and (min-width: 46.25em) {
  .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: 46.25em) {
  .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: 20em) {
  .grid-margin-y > .smallish-auto {
    height: auto;
  }
  .grid-margin-y > .smallish-shrink {
    height: auto;
  }
  .grid-margin-y > .smallish-1 {
    height: calc(8.33333% - 1.25rem);
  }
  .grid-margin-y > .smallish-2 {
    height: calc(16.66667% - 1.25rem);
  }
  .grid-margin-y > .smallish-3 {
    height: calc(25% - 1.25rem);
  }
  .grid-margin-y > .smallish-4 {
    height: calc(33.33333% - 1.25rem);
  }
  .grid-margin-y > .smallish-5 {
    height: calc(41.66667% - 1.25rem);
  }
  .grid-margin-y > .smallish-6 {
    height: calc(50% - 1.25rem);
  }
  .grid-margin-y > .smallish-7 {
    height: calc(58.33333% - 1.25rem);
  }
  .grid-margin-y > .smallish-8 {
    height: calc(66.66667% - 1.25rem);
  }
  .grid-margin-y > .smallish-9 {
    height: calc(75% - 1.25rem);
  }
  .grid-margin-y > .smallish-10 {
    height: calc(83.33333% - 1.25rem);
  }
  .grid-margin-y > .smallish-11 {
    height: calc(91.66667% - 1.25rem);
  }
  .grid-margin-y > .smallish-12 {
    height: calc(100% - 1.25rem);
  }
}

@media print, screen and (min-width: 46.25em) {
  .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, .o-columns__four--alt-1.grid-margin-y > div.cell:nth-child(1), .o-columns__four--alt-1.grid-margin-y > div.cell:nth-child(2), .o-columns__six.grid-margin-y > div.cell {
    height: calc(16.66667% - 1.875rem);
  }
  .grid-margin-y > .medium-3, .o-columns__two--alt-1.grid-margin-y > div.cell:nth-child(1), .o-columns__three--alt-1.grid-margin-y > div.cell:nth-child(1), .o-columns__three--alt-1.grid-margin-y > div.cell:nth-child(2), .o-columns__three--alt-2.grid-margin-y > div.cell:nth-child(2), .o-columns__three--alt-2.grid-margin-y > div.cell:nth-child(3), .o-columns__three--alt-3.grid-margin-y > div.cell:nth-child(2), .o-columns__four.grid-margin-y > div.cell {
    height: calc(25% - 1.875rem);
  }
  .grid-margin-y > .medium-4, .o-columns__two--alt-2.grid-margin-y > div.cell:nth-child(1), .o-columns__two--alt-3.grid-margin-y > div.cell:nth-child(2), .o-columns__two--narrow.grid-margin-y > div.cell:nth-child(1), .o-columns__two--narrow.grid-margin-y > div.cell:nth-child(2), .o-columns__three--alt-3.grid-margin-y > div.cell:nth-child(3), .o-columns__four--alt-1.grid-margin-y > div.cell:nth-child(3), .o-columns__four--alt-1.grid-margin-y > div.cell:nth-child(4) {
    height: calc(33.33333% - 1.875rem);
  }
  .grid-margin-y > .medium-5, .o-columns__three--alt-3.grid-margin-y > div.cell:nth-child(1) {
    height: calc(41.66667% - 1.875rem);
  }
  .grid-margin-y > .medium-6, .o-columns__three--alt-1.grid-margin-y > div.cell:nth-child(3), .o-columns__three--alt-2.grid-margin-y > div.cell:nth-child(1) {
    height: calc(50% - 1.875rem);
  }
  .grid-margin-y > .medium-7 {
    height: calc(58.33333% - 1.875rem);
  }
  .grid-margin-y > .medium-8, .o-columns__two--alt-2.grid-margin-y > div.cell:nth-child(2), .o-columns__two--alt-3.grid-margin-y > div.cell:nth-child(1) {
    height: calc(66.66667% - 1.875rem);
  }
  .grid-margin-y > .medium-9, .o-columns__two--alt-1.grid-margin-y > div.cell:nth-child(2) {
    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, .o-columns__one--narrow.grid-margin-y > div.cell, .o-columns__one--alt-1.grid-margin-y > div.cell, .o-columns__one--alt-2.grid-margin-y > div.cell, .o-columns__two.grid-margin-y > div.cell, .o-columns__three.grid-margin-y > div.cell {
    height: calc(100% - 1.875rem);
  }
}

@media print, screen and (min-width: 61.25em) {
  .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, .o-columns__three.grid-margin-y > div.cell {
    height: calc(33.33333% - 1.875rem);
  }
  .grid-margin-y > .large-5 {
    height: calc(41.66667% - 1.875rem);
  }
  .grid-margin-y > .large-6, .o-columns__two.grid-margin-y > div.cell {
    height: calc(50% - 1.875rem);
  }
  .grid-margin-y > .large-7 {
    height: calc(58.33333% - 1.875rem);
  }
  .grid-margin-y > .large-8, .o-columns__one--narrow.grid-margin-y > div.cell {
    height: calc(66.66667% - 1.875rem);
  }
  .grid-margin-y > .large-9, .o-columns__one--alt-1.grid-margin-y > div.cell {
    height: calc(75% - 1.875rem);
  }
  .grid-margin-y > .large-10, .o-columns__one--alt-2.grid-margin-y > div.cell {
    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);
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media screen and (min-width: 87.5em) {
  .grid-margin-y.xxlarge-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: 20em) {
  .smallish-order-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .smallish-order-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .smallish-order-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .smallish-order-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
  .smallish-order-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }
  .smallish-order-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }
}

@media print, screen and (min-width: 46.25em) {
  .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: 61.25em) {
  .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;
  }
}

@media screen and (min-width: 64em) {
  .largish-order-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .largish-order-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .largish-order-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .largish-order-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
  .largish-order-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }
  .largish-order-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }
}

@media screen and (min-width: 75em) {
  .xlarge-order-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .xlarge-order-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .xlarge-order-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .xlarge-order-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
  .xlarge-order-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }
  .xlarge-order-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }
}

@media screen and (min-width: 87.5em) {
  .xxlarge-order-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .xxlarge-order-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .xxlarge-order-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .xxlarge-order-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
  .xxlarge-order-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }
  .xxlarge-order-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }
}

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

.flex-child-auto {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}

.flex-child-grow {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
}

.flex-child-shrink {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
}

.flex-dir-row {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

.flex-dir-row-reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.flex-dir-column {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.flex-dir-column-reverse {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
}

@media print, screen and (min-width: 20em) {
  .smallish-flex-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .smallish-flex-child-auto {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
  }
  .smallish-flex-child-grow {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 auto;
            flex: 1 0 auto;
  }
  .smallish-flex-child-shrink {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
  }
  .smallish-flex-dir-row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .smallish-flex-dir-row-reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .smallish-flex-dir-column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .smallish-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: 46.25em) {
  .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: 61.25em) {
  .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;
  }
}

@media screen and (min-width: 64em) {
  .largish-flex-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .largish-flex-child-auto {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
  }
  .largish-flex-child-grow {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 auto;
            flex: 1 0 auto;
  }
  .largish-flex-child-shrink {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
  }
  .largish-flex-dir-row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .largish-flex-dir-row-reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .largish-flex-dir-column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .largish-flex-dir-column-reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}

@media screen and (min-width: 75em) {
  .xlarge-flex-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .xlarge-flex-child-auto {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
  }
  .xlarge-flex-child-grow {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 auto;
            flex: 1 0 auto;
  }
  .xlarge-flex-child-shrink {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
  }
  .xlarge-flex-dir-row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .xlarge-flex-dir-row-reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .xlarge-flex-dir-column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .xlarge-flex-dir-column-reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}

@media screen and (min-width: 87.5em) {
  .xxlarge-flex-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .xxlarge-flex-child-auto {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
  }
  .xxlarge-flex-child-grow {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 auto;
            flex: 1 0 auto;
  }
  .xxlarge-flex-child-shrink {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
  }
  .xxlarge-flex-dir-row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .xxlarge-flex-dir-row-reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .xxlarge-flex-dir-column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .xxlarge-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;
}

/*
/ _base.links.scss
*/

::selection {
  background-color: #01857A;
  color: #FFF;
  text-shadow: none;
}

a:focus {
  background-color: #016C63 !important;
  color: #F7FAF8 !important;
}

button > svg {
  pointer-events: none;
}

a:focus,
button:focus,
input:focus,
textarea:focus,
select:focus {
  outline: 3px solid #016C63;
}

@media screen and (-ms-high-contrast: active) {
  a:focus,
  button:focus,
  input:focus,
  textarea:focus,
  select:focus {
    background-color: Highlight;
    color: HighlightText;
  }
}

a {
  text-decoration: none;
  -webkit-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out;
}

a:not([class]) {
  color: #5ED1B1;
  text-decoration: underline;
  -webkit-text-decoration-skip: ink;
          text-decoration-skip: ink;
}

a.tel {
  color: inherit;
  text-decoration: none;
  cursor: text;
}

.touchevents a.tel {
  color: inherit;
  text-decoration: underline;
}

a.tel:hover {
  color: inherit;
}

/*
/ _base.type.scss
*/
body {
  font-family: "Muli-Regular", arial, 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 {
  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;
  }
}

/*
/ _buttons.scss
*/
.c-button, .c-rte__button, .c-standard-form .btn[type='submit'],
.c-standard-form input[type='submit'] {
  position: relative;
  display: inline-block;
  padding: 0;
  background-clip: border-box;
  background-color: transparent;
  border: 1px solid transparent;
  color: #5ED1B1;
  font-weight: 700;
  text-decoration: underline;
  -webkit-text-decoration-skip: ink;
          text-decoration-skip: ink;
  cursor: pointer;
  -webkit-appearance: none;
  font-size: 16px;
  font-size: 1rem;
  -webkit-transition: background-color 0.2s ease-in-out;
  transition: background-color 0.2s ease-in-out;
}

.c-button[disabled], .c-rte__button[disabled], .c-standard-form .btn[disabled][type='submit'],
.c-standard-form input[disabled][type='submit'] {
  opacity: 0.2;
  cursor: default;
}

.c-button--destructive {
  color: #F00;
  font-weight: bold;
}

.c-button--basic, .c-button--brand, .c-rte__button, .c-standard-form .btn[type='submit'],
.c-standard-form input[type='submit'], .th-standard-form input[type='submit'], .c-button--neutral, .c-button.c-button--brand, .c-button.c-button--secondary, .c-button--secondary.c-rte__button, .c-button.c-button--brand-outline, .c-button--brand-outline.c-rte__button, .c-button.c-button--secondary-outline, .c-button--secondary-outline.c-rte__button, .c-button--light-outline {
  padding: 1.875rem 5.625rem;
}

.c-button--basic, .c-button--brand, .c-rte__button, .c-standard-form .btn[type='submit'],
.c-standard-form input[type='submit'], .th-standard-form input[type='submit'], .c-button--neutral, .c-button.c-button--brand, .c-button.c-button--secondary, .c-button--secondary.c-rte__button, .c-button.c-button--brand-outline, .c-button--brand-outline.c-rte__button, .c-button.c-button--secondary-outline, .c-button--secondary-outline.c-rte__button, .c-button--light-outline {
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  font-size: 18px;
  font-size: 1.125rem;
}

.c-button--basic {
  border: 3px solid #5ED1B1;
}

.c-button--basic:hover:not(:disabled), .c-button--basic:focus:not(:disabled) {
  color: #FFF;
}

.c-button--brand, .c-rte__button, .c-standard-form .btn[type='submit'],
.c-standard-form input[type='submit'], .th-standard-form input[type='submit'] {
  background-color: #01857A;
  border: 3px solid #5ED1B1;
  color: #FFF;
}

.c-button--brand:hover:not(:disabled), .c-rte__button:hover:not(:disabled), .c-standard-form .btn:hover:not(:disabled)[type='submit'],
.c-standard-form input:hover:not(:disabled)[type='submit'], .th-standard-form input:hover:not(:disabled)[type='submit'], .c-button--brand:focus:not(:disabled), .c-rte__button:focus:not(:disabled), .c-standard-form .btn:focus:not(:disabled)[type='submit'],
.c-standard-form input:focus:not(:disabled)[type='submit'], .th-standard-form input:focus:not(:disabled)[type='submit'] {
  background-color: #01524c;
  color: #FFF;
}

.c-button--brand:hover:not(:disabled) .c-button__icon use, .c-rte__button:hover:not(:disabled) .c-button__icon use, .c-standard-form .btn:hover:not(:disabled)[type='submit'] .c-button__icon use, .c-standard-form input:hover:not(:disabled)[type='submit'] .c-button__icon use, .th-standard-form input:hover:not(:disabled)[type='submit'] .c-button__icon use, .c-button--brand:focus:not(:disabled) .c-button__icon use, .c-rte__button:focus:not(:disabled) .c-button__icon use, .c-standard-form .btn:focus:not(:disabled)[type='submit'] .c-button__icon use, .c-standard-form input:focus:not(:disabled)[type='submit'] .c-button__icon use, .th-standard-form input:focus:not(:disabled)[type='submit'] .c-button__icon use {
  fill: #FFF;
}

.c-button--neutral {
  background-color: #01857A;
  border: 3px solid transparent;
  color: #FFF;
}

.c-button--neutral:hover:not(:disabled), .c-button--neutral:focus:not(:disabled) {
  background-color: #01524c;
  color: #FFF;
}

.c-button--neutral:hover:not(:disabled) .c-button__icon use, .c-button--neutral:focus:not(:disabled) .c-button__icon use {
  fill: #FFF;
}

.c-button--cover {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  width: 100%;
}

.c-button__icon {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  max-width: 1.125rem;
  max-height: 1.125rem;
  pointer-events: none;
}

.c-button__icon--left {
  left: 1.875rem;
  margin-left: 0;
}

.c-button__icon--right {
  right: 1.875rem;
  margin-right: 0;
}

.c-button--brand .c-button__icon use, .c-rte__button .c-button__icon use, .c-standard-form .btn[type='submit'] .c-button__icon use, .c-standard-form input[type='submit'] .c-button__icon use, .th-standard-form input[type='submit'] .c-button__icon use {
  fill: #01524c;
}

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

.c-accessmenu li {
  list-style: none;
}

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

.c-accessmenu a:focus {
  position: static;
  display: block;
  padding: 1em 0;
  height: auto;
  width: 100%;
  overflow: visible;
  clip: auto;
  background-color: #01857A;
  outline: 0;
  text-align: center;
}

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

.c-background-pattern {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  height: 100%;
  width: 100%;
  overflow: hidden;
  pointer-events: none;
}

.c-background-pattern span {
  position: absolute;
  right: 0;
  z-index: 1;
  background-size: 100%;
  opacity: 0.2;
}

.c-background-pattern span:nth-child(even) {
  left: 0;
}

.c-background-pattern span:nth-child(1) {
  top: 61.25rem;
  height: 39.2625rem;
  width: 40.1325rem;
  background-image: url(../img/entrade/svg/topography--2.svg);
  -webkit-transform: translateX(60%);
      -ms-transform: translateX(60%);
          transform: translateX(60%);
}

.c-background-pattern span:nth-child(2) {
  top: 114.375rem;
  height: 34.68rem;
  width: 38.1225rem;
  background-image: url(../img/entrade/svg/topography--1.svg);
  -webkit-transform: translateX(-40%);
      -ms-transform: translateX(-40%);
          transform: translateX(-40%);
}

.c-background-pattern span:nth-child(3) {
  top: 195rem;
  height: 32.53937rem;
  width: 33.26062rem;
  background-image: url(../img/entrade/svg/topography--2.svg);
  -webkit-transform: translateX(60%);
      -ms-transform: translateX(60%);
          transform: translateX(60%);
}

.c-background-pattern span:nth-child(4) {
  top: 243.4375rem;
  height: 39.2625rem;
  width: 40.1325rem;
  background-image: url(../img/entrade/svg/topography--2.svg);
  -webkit-transform: translateX(-70%);
      -ms-transform: translateX(-70%);
          transform: translateX(-70%);
}

.c-background-pattern span:nth-child(5) {
  top: 277.8125rem;
  height: 34.68rem;
  width: 38.1225rem;
  background-image: url(../img/entrade/svg/topography--1.svg);
  -webkit-transform: translateX(30%);
      -ms-transform: translateX(30%);
          transform: translateX(30%);
}

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

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

.c-button, .c-rte__button, .c-standard-form .btn[type='submit'],
.c-standard-form input[type='submit'] {
  position: relative;
  display: inline-block;
  padding: 0;
  background-clip: border-box;
  background-color: transparent;
  border: 2px solid transparent;
  -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.15);
          box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.15);
  color: #5ED1B1;
  cursor: pointer;
  -webkit-transition: 0.25s ease;
  transition: 0.25s ease;
  -webkit-appearance: none;
  font-size: 18px;
  font-size: 1.125rem;
}

.c-button[disabled], .c-rte__button[disabled], .c-standard-form .btn[disabled][type='submit'],
.c-standard-form input[disabled][type='submit'] {
  opacity: 0.2;
  cursor: default;
}

.c-button:hover .c-button__icon--right, .c-rte__button:hover .c-button__icon--right, .c-standard-form .btn:hover[type='submit'] .c-button__icon--right, .c-standard-form input:hover[type='submit'] .c-button__icon--right {
  right: 1.5625rem;
}

.c-button:hover .c-button__icon--left, .c-rte__button:hover .c-button__icon--left, .c-standard-form .btn:hover[type='submit'] .c-button__icon--left, .c-standard-form input:hover[type='submit'] .c-button__icon--left {
  right: 1.5625rem;
}

.c-button--basic, .c-button--brand, .c-rte__button, .c-standard-form .btn[type='submit'],
.c-standard-form input[type='submit'], .th-standard-form input[type='submit'], .c-button--neutral, .c-button.c-button--brand, .c-button.c-button--secondary, .c-button--secondary.c-rte__button, .c-button.c-button--brand-outline, .c-button--brand-outline.c-rte__button, .c-button.c-button--secondary-outline, .c-button--secondary-outline.c-rte__button, .c-button--light-outline {
  padding: 0.46875rem 1.875rem 0.46875rem 1.875rem;
  border-radius: 1.375rem;
  font-family: "Muli-Regular", arial, sans-serif;
  font-weight: normal;
}

.c-button__text {
  line-height: 1.4;
  vertical-align: bottom;
}

.c-button.c-button--brand, .c-rte__button, .c-standard-form .btn[type='submit'],
.c-standard-form input[type='submit'], .th-standard-form input.c-button[type='submit'], .th-standard-form input.c-rte__button[type='submit'] {
  background-color: #01857A;
  border-color: #01857A;
  color: #FFF;
}

.c-button.c-button--brand:hover:not(:disabled), .c-rte__button:hover:not(:disabled), .c-standard-form .btn:hover:not(:disabled)[type='submit'],
.c-standard-form input:hover:not(:disabled)[type='submit'], .th-standard-form input.c-button:hover:not(:disabled)[type='submit'], .c-button.c-button--brand:focus:not(:disabled), .c-rte__button:focus:not(:disabled), .c-standard-form .btn:focus:not(:disabled)[type='submit'],
.c-standard-form input:focus:not(:disabled)[type='submit'], .th-standard-form input.c-button:focus:not(:disabled)[type='submit'] {
  background: #01524c !important;
  border-color: #01524c !important;
}

.c-button.c-button--brand:hover:not(:disabled) .c-button__icon use, .c-rte__button:hover:not(:disabled) .c-button__icon use, .c-standard-form .btn:hover:not(:disabled)[type='submit'] .c-button__icon use, .c-standard-form input:hover:not(:disabled)[type='submit'] .c-button__icon use, .th-standard-form input.c-button:hover:not(:disabled)[type='submit'] .c-button__icon use, .th-standard-form input.c-rte__button:hover:not(:disabled)[type='submit'] .c-button__icon use, .c-button.c-button--brand:focus:not(:disabled) .c-button__icon use, .c-rte__button:focus:not(:disabled) .c-button__icon use, .c-standard-form .btn:focus:not(:disabled)[type='submit'] .c-button__icon use, .c-standard-form input:focus:not(:disabled)[type='submit'] .c-button__icon use, .th-standard-form input.c-button:focus:not(:disabled)[type='submit'] .c-button__icon use, .th-standard-form input.c-rte__button:focus:not(:disabled)[type='submit'] .c-button__icon use {
  fill: #FFF;
}

.c-button.c-button--brand .c-button__icon use, .c-rte__button .c-button__icon use, .c-standard-form .btn[type='submit'] .c-button__icon use, .c-standard-form input[type='submit'] .c-button__icon use, .th-standard-form input.c-button[type='submit'] .c-button__icon use, .th-standard-form input.c-rte__button[type='submit'] .c-button__icon use {
  fill: #FFF;
}

.c-button.c-button--secondary, .c-button--secondary.c-rte__button, .c-standard-form .c-button--secondary.btn[type='submit'],
.c-standard-form input.c-button--secondary[type='submit'] {
  background-color: #7EC297;
  border-color: #7EC297;
  color: #FFF;
}

.c-button.c-button--secondary:hover:not(:disabled), .c-button--secondary.c-rte__button:hover:not(:disabled), .c-standard-form .c-button--secondary.btn:hover:not(:disabled)[type='submit'],
.c-standard-form input.c-button--secondary:hover:not(:disabled)[type='submit'], .c-button.c-button--secondary:focus:not(:disabled), .c-button--secondary.c-rte__button:focus:not(:disabled), .c-standard-form .c-button--secondary.btn:focus:not(:disabled)[type='submit'],
.c-standard-form input.c-button--secondary:focus:not(:disabled)[type='submit'] {
  background: #5F9F76 !important;
  border-color: #5F9F76 !important;
}

.c-button.c-button--secondary:hover:not(:disabled) .c-button__icon use, .c-button--secondary.c-rte__button:hover:not(:disabled) .c-button__icon use, .c-standard-form .c-button--secondary.btn:hover:not(:disabled)[type='submit'] .c-button__icon use, .c-standard-form input.c-button--secondary:hover:not(:disabled)[type='submit'] .c-button__icon use, .c-button.c-button--secondary:focus:not(:disabled) .c-button__icon use, .c-button--secondary.c-rte__button:focus:not(:disabled) .c-button__icon use, .c-standard-form .c-button--secondary.btn:focus:not(:disabled)[type='submit'] .c-button__icon use, .c-standard-form input.c-button--secondary:focus:not(:disabled)[type='submit'] .c-button__icon use {
  fill: #FFF;
}

.c-button.c-button--secondary .c-button__icon use, .c-button--secondary.c-rte__button .c-button__icon use, .c-standard-form .c-button--secondary.btn[type='submit'] .c-button__icon use, .c-standard-form input.c-button--secondary[type='submit'] .c-button__icon use {
  fill: #FFF;
}

.c-button.c-button--neutral, .c-button--neutral.c-rte__button, .c-standard-form .c-button--neutral.btn[type='submit'],
.c-standard-form input.c-button--neutral[type='submit'] {
  background-color: transparent;
  color: #08080D;
}

.c-button.c-button--neutral:hover:not(:disabled), .c-button--neutral.c-rte__button:hover:not(:disabled), .c-standard-form .c-button--neutral.btn:hover:not(:disabled)[type='submit'],
.c-standard-form input.c-button--neutral:hover:not(:disabled)[type='submit'], .c-button.c-button--neutral:focus:not(:disabled), .c-button--neutral.c-rte__button:focus:not(:disabled), .c-standard-form .c-button--neutral.btn:focus:not(:disabled)[type='submit'],
.c-standard-form input.c-button--neutral:focus:not(:disabled)[type='submit'] {
  background-color: transparent !important;
  color: #434343 !important;
}

.c-button.c-button--brand-outline, .c-button--brand-outline.c-rte__button, .c-standard-form .c-button--brand-outline.btn[type='submit'],
.c-standard-form input.c-button--brand-outline[type='submit'] {
  background-color: transparent;
  border: 2px solid #01857A;
  color: #01857A !important;
}

.c-button.c-button--brand-outline:hover:not(:disabled), .c-button--brand-outline.c-rte__button:hover:not(:disabled), .c-standard-form .c-button--brand-outline.btn:hover:not(:disabled)[type='submit'],
.c-standard-form input.c-button--brand-outline:hover:not(:disabled)[type='submit'], .c-button.c-button--brand-outline:focus:not(:disabled), .c-button--brand-outline.c-rte__button:focus:not(:disabled), .c-standard-form .c-button--brand-outline.btn:focus:not(:disabled)[type='submit'],
.c-standard-form input.c-button--brand-outline:focus:not(:disabled)[type='submit'] {
  background: #01857A !important;
  border-color: #01857A;
  color: #FFF !important;
}

.c-button.c-button--brand-outline:hover:not(:disabled) .c-button__icon use, .c-button--brand-outline.c-rte__button:hover:not(:disabled) .c-button__icon use, .c-standard-form .c-button--brand-outline.btn:hover:not(:disabled)[type='submit'] .c-button__icon use, .c-standard-form input.c-button--brand-outline:hover:not(:disabled)[type='submit'] .c-button__icon use, .c-button.c-button--brand-outline:focus:not(:disabled) .c-button__icon use, .c-button--brand-outline.c-rte__button:focus:not(:disabled) .c-button__icon use, .c-standard-form .c-button--brand-outline.btn:focus:not(:disabled)[type='submit'] .c-button__icon use, .c-standard-form input.c-button--brand-outline:focus:not(:disabled)[type='submit'] .c-button__icon use {
  fill: #FFF;
}

.c-button.c-button--brand-outline .c-button__icon use, .c-button--brand-outline.c-rte__button .c-button__icon use, .c-standard-form .c-button--brand-outline.btn[type='submit'] .c-button__icon use, .c-standard-form input.c-button--brand-outline[type='submit'] .c-button__icon use {
  fill: #01857A;
}

.c-button.c-button--secondary-outline, .c-button--secondary-outline.c-rte__button, .c-standard-form .c-button--secondary-outline.btn[type='submit'],
.c-standard-form input.c-button--secondary-outline[type='submit'] {
  background-color: transparent;
  border: 2px solid #7EC297;
  color: #7EC297;
}

.c-button.c-button--secondary-outline:hover:not(:disabled), .c-button--secondary-outline.c-rte__button:hover:not(:disabled), .c-standard-form .c-button--secondary-outline.btn:hover:not(:disabled)[type='submit'],
.c-standard-form input.c-button--secondary-outline:hover:not(:disabled)[type='submit'], .c-button.c-button--secondary-outline:focus:not(:disabled), .c-button--secondary-outline.c-rte__button:focus:not(:disabled), .c-standard-form .c-button--secondary-outline.btn:focus:not(:disabled)[type='submit'],
.c-standard-form input.c-button--secondary-outline:focus:not(:disabled)[type='submit'] {
  background: #7EC297 !important;
  border-color: #7EC297;
  color: #FFF !important;
}

.c-button.c-button--secondary-outline:hover:not(:disabled) .c-button__icon use, .c-button--secondary-outline.c-rte__button:hover:not(:disabled) .c-button__icon use, .c-standard-form .c-button--secondary-outline.btn:hover:not(:disabled)[type='submit'] .c-button__icon use, .c-standard-form input.c-button--secondary-outline:hover:not(:disabled)[type='submit'] .c-button__icon use, .c-button.c-button--secondary-outline:focus:not(:disabled) .c-button__icon use, .c-button--secondary-outline.c-rte__button:focus:not(:disabled) .c-button__icon use, .c-standard-form .c-button--secondary-outline.btn:focus:not(:disabled)[type='submit'] .c-button__icon use, .c-standard-form input.c-button--secondary-outline:focus:not(:disabled)[type='submit'] .c-button__icon use {
  fill: #FFF;
}

.c-button.c-button--secondary-outline .c-button__icon use, .c-button--secondary-outline.c-rte__button .c-button__icon use, .c-standard-form .c-button--secondary-outline.btn[type='submit'] .c-button__icon use, .c-standard-form input.c-button--secondary-outline[type='submit'] .c-button__icon use {
  fill: #7EC297;
}

.c-button--light-outline {
  background-color: transparent;
  border: 2px solid #FFF;
  color: #FFF;
}

.c-button--light-outline:hover:not(:disabled), .c-button--light-outline:focus:not(:disabled) {
  background: #FFF !important;
  color: #01857A !important;
}

.c-button--light-outline:hover:not(:disabled) .c-button__icon use, .c-button--light-outline:focus:not(:disabled) .c-button__icon use {
  fill: #01857A;
}

.c-button--light-outline .c-button__icon use {
  fill: #FFF;
}

.c-button__icon {
  position: absolute;
  top: 0.1875rem;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  max-width: 0.625rem;
  max-height: 0.625rem;
  -webkit-transition: 0.25s ease;
  transition: 0.25s ease;
  pointer-events: none;
}

.c-button__icon--left {
  left: 1.875rem;
  margin-left: 0;
}

.c-button__icon--left + .c-button__text {
  padding-left: calc(0.625rem + 0.5rem);
}

.c-button__icon--right {
  right: 1.875rem;
  margin-right: 0;
}

.c-button__icon--right + .c-button__text {
  padding-right: calc(0.625rem + 0.5rem);
}

.c-cookie {
  position: relative;
  z-index: 2;
  display: none;
  background-color: #434343;
  color: #FFF;
}

.no-js .c-cookie {
  display: block;
}

.c-cookie__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;
  padding: 1.5625rem 0;
  min-height: calc(2.75rem + 3px * 2);
}

@media screen and (min-width: 64em) {
  .c-cookie__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-cookie__title {
  margin-bottom: 1rem;
  font-size: 1.5rem;
  font-weight: 600;
}

.c-cookie__body {
  -ms-flex-negative: 1;
      flex-shrink: 1;
  margin-bottom: 40px;
}

@media screen and (min-width: 64em) {
  .c-cookie__body {
    margin: 0;
  }
}

.c-cookie__body p {
  font-size: 0.875rem;
}

.c-cookie__body a {
  color: #7EC297;
}

@media screen and (min-width: 64em) {
  .c-cookie__actions {
    margin-left: auto;
  }
}

.c-cookie__link {
  display: inline-block;
  border: 3px solid transparent;
  color: #7EC297;
  font-size: 0.875rem;
  text-decoration: underline;
  -webkit-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out;
}

.c-cookie__link:hover {
  color: #7EC297;
}

.c-form {
  padding: 2.5rem 0;
  background-color: #E5F3EE;
}

.c-form__container {
  padding-right: 2.5rem;
  padding-left: 2.5rem;
  max-width: 75rem;
  margin: 0 auto;
}

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

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

.c-form__content {
  margin-bottom: 3.75rem;
}

@media screen and (max-width: 61.1875em) {
  .c-rte table {
    width: 100%;
    table-layout: fixed;
  }
  .c-rte tr:first-of-type th,
  .c-rte tr:first-of-type td {
    display: none;
  }
  .c-rte td {
    display: table-row;
  }
  .c-rte td:before {
    content: attr(data-label);
    display: table-cell;
    padding: 1.875rem;
    width: 40%;
    background-color: rgba(0, 157, 209, 0.16);
    border-right: 15px solid #FFF;
    font-weight: 700;
    text-align: right;
  }
  .c-rte td:last-child {
    position: relative;
  }
  .c-rte td:last-child:before {
    border-bottom: 1px solid white;
  }
}

.c-rte table {
  border-spacing: 0;
}

.c-rte table tr:first-of-type th,
.c-rte table tr:first-of-type td {
  position: relative;
  background-color: rgba(0, 157, 209, 0.16);
  font-weight: 700;
}

.c-rte table tr:first-of-type th:not(:first-child),
.c-rte table tr:first-of-type td:not(:first-child) {
  border-left: 1px solid #FFF;
}

.c-rte table tr:not(:first-child) td {
  border-bottom: 1px solid #999999;
}

.c-rte table th,
.c-rte table td {
  padding: 1.875rem;
  text-align: left;
}

@media screen and (max-width: 61.1875em) {
  .c-small-newsletter {
    margin-bottom: 2.5rem;
  }
}

.c-small-newsletter__label {
  display: none;
}

.c-small-newsletter__title {
  display: block;
  margin-top: 0;
  margin-bottom: 0.9375rem;
  font-size: 1.5rem;
  font-weight: 400;
}

@media screen and (min-width: 46.25em) {
  .c-small-newsletter__title {
    font-size: 1.125rem;
  }
}

@media screen and (min-width: 64em) {
  .c-small-newsletter__title {
    font-size: 0.875rem;
  }
}

.c-small-newsletter__form-group {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  height: 2.625rem;
  width: 100%;
}

@media screen and (min-width: 64em) {
  .c-small-newsletter__form-group {
    height: 2.125rem;
  }
}

.c-small-newsletter__input, .c-small-newsletter__button {
  height: 100%;
  background-color: rgba(255, 255, 255, 0.2);
  border: 0;
}

.c-small-newsletter__input {
  -ms-flex-negative: 1;
      flex-shrink: 1;
  padding: 0 0.625rem;
  border: transparent;
  color: #FFF;
  font-size: 0.875rem;
}

@media screen and (max-width: 61.1875em) {
  .c-small-newsletter__input {
    width: 100%;
  }
}

.c-small-newsletter__button {
  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: 0 0.75rem;
  border: 0;
  color: #7EC297;
  font-size: 1.625rem;
  cursor: pointer;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.c-small-newsletter__button:hover {
  background-color: #7EC297;
  color: #FFF;
}

.c-small-newsletter ::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.6);
}

.c-small-newsletter ::-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.6);
}

.c-small-newsletter ::placeholder {
  color: rgba(255, 255, 255, 0.6);
}

.c-small-newsletter .field-validation-error {
  position: absolute;
  bottom: -115%;
}

.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline,
.has-success.radio label,
.has-success.checkbox label,
.has-success.radio-inline label,
.has-success.checkbox-inline label {
  color: #434343 !important;
}

.has-error .help-block,
.has-error .control-label {
  color: #C70036 !important;
}

.has-error .validation-summary-errors {
  margin-bottom: 3.75rem;
  padding: 1.875rem;
  background-color: #E33A15;
}

.has-error .validation-summary-errors .list-group {
  margin-left: 3.75rem;
}

.c-to-top__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-bottom: 1.25rem;
  margin-left: auto;
}

.c-to-top {
  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;
  height: 3.75rem;
  width: 3.75rem;
  background-color: transparent;
  border: 2px solid #5ED1B1;
  border-radius: 100%;
  fill: #5ED1B1;
  cursor: pointer;
  -webkit-transition: background-color fill ease-in-out;
  transition: background-color fill ease-in-out;
}

@media screen and (min-width: 64em) {
  .c-to-top {
    height: 2.5rem;
    width: 2.5rem;
  }
}

.c-to-top:hover, .c-to-top:focus {
  background-color: #5ED1B1;
  fill: #FFF;
}

.c-to-top__icon {
  max-width: 1.5rem;
  max-height: 1.5rem;
}

@media screen and (min-width: 64em) {
  .c-to-top__icon {
    max-width: 1.25rem;
    max-height: 1.25rem;
  }
}

.c-banner {
  padding-top: calc(710 /1480 * 100%);
  background: no-repeat scroll top center;
  background-size: contain;
}

@media screen and (min-width: 46.25em) {
  .c-banner {
    position: relative;
    z-index: 1;
    padding: 0;
    min-height: 44.375rem;
    background-size: cover;
  }
}

.c-banner__content {
  padding: 2.9375rem 2.5rem;
  background: #FFF;
}

@media screen and (min-width: 46.25em) {
  .c-banner__content {
    position: absolute;
    bottom: -2.9375rem;
    left: 8.1875rem;
    z-index: 0;
    margin-right: 1.25rem;
    max-width: 49.375rem;
    -webkit-box-shadow: 0 2px 7px 2px rgba(0, 0, 0, 0.25);
            box-shadow: 0 2px 7px 2px rgba(0, 0, 0, 0.25);
  }
}

.c-banner__ribbon {
  display: block;
  margin-bottom: 1.25rem;
  text-transform: uppercase;
}

.c-banner__title {
  margin-bottom: 1.875rem;
  font-size: 2.25rem;
  font-weight: 700;
}

.c-banner__summary {
  margin-bottom: 1.5rem;
  font-size: 1.875rem;
  letter-spacing: 0;
  line-height: 2.8125rem;
}

.c-card__img {
  position: relative;
  height: 15.625rem;
  background-color: #7EC297;
  background-position: center;
  background-size: cover;
}

.c-card__img::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  height: 5px;
  width: 100%;
  background: -webkit-gradient(linear, left top, right top, from(#016C63), to(#5F9F76));
  background: linear-gradient(to right, #016C63 0%, #5F9F76 100%);
}

.c-card__title {
  margin-top: 2.5rem;
  color: #01857A;
  font-family: "AvantGardeGothicITCW01Bd", arial, sans-serif;
  font-size: 1.875rem;
  font-weight: 400;
}

.c-card__content p {
  margin-bottom: 1.875rem;
  line-height: 1.5;
}

.c-card__content p:last-of-type {
  margin: 0;
}

.c-card__description + .c-button, .c-card__description + .c-rte__button, .c-standard-form .c-card__description + .btn[type='submit'],
.c-standard-form .c-card__description + input[type='submit'] {
  margin-top: 40px;
}

.c-clients-enhanced {
  padding: 3.75rem 0;
  background-color: #1A9087;
}

.c-clients-enhanced__title {
  color: #FFF;
  font-family: "AvantGardeGothicITCW01Bd", arial, sans-serif;
  font-size: 1.875rem;
}

.c-clients-enhanced .c-rte {
  color: #FFF !important;
}

.c-client-enhanced__cell {
  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;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}

.c-client-enhanced__img {
  max-height: 180px;
}

.c-client-enhanced__img__caption {
  margin-top: 1.875rem;
  font-weight: 700;
}

.c-clients__title {
  color: #01857A;
  font-family: "AvantGardeGothicITCW01Bd", arial, sans-serif;
  font-size: 1.875rem;
}

.c-client__cell {
  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;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}

.c-client__img {
  max-height: 180px;
}

.c-client__img__caption {
  margin-top: 1.875rem;
  font-weight: 700;
}

.c-checkbox-group__label {
  display: inline-block;
  margin: 0 0 1rem;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.6875rem;
  cursor: pointer;
}

.c-checkbox-group__list {
  list-style: none;
}

@media screen and (min-width: 46.25em) {
  .c-checkbox-group__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

@media screen and (min-width: 46.25em) {
  .c-checkbox-group__list-item {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
  }
}

.c-community-search-heading {
  margin-bottom: 1.875rem;
  padding: 0.625rem 0;
}

@media screen and (min-width: 46.25em) {
  .c-community-search-heading {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 2.5rem 0 0.5rem;
  }
}

.c-community-search-heading__title {
  font-size: 2.5rem;
  font-weight: 400;
}

.c-community-search-container .c-pagination {
  margin-top: 3.75rem;
}

.c-community-search {
  margin-bottom: 3.75rem;
  background: rgba(131, 131, 134, 0.1);
  will-change: contents;
}

.c-community-search__inner {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
  max-width: 60.625rem;
}

@media screen and (min-width: 46.25em) {
  .c-community-search__filters {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0 0 3.125rem;
  }
}

@media screen and (min-width: 46.25em) {
  .c-community-search__column {
    width: 70%;
  }
  .c-community-search__column:first-child {
    padding: 0 8.125rem 0 0;
    width: 40%;
  }
}

.c-community-search__btn-wrapper {
  padding: 2.5rem 1.25rem 0;
  border-top: 1px solid rgba(131, 131, 134, 0.5);
  font-size: 1.125rem;
  text-align: center;
}

.c-community-search__results, .c-community-search__btn-container {
  margin: 0 auto;
  max-width: 48.125rem;
}

@media screen and (min-width: 46.25em) {
  .c-community-search__results, .c-community-search__btn-container {
    padding: 1.875rem 0;
  }
}

.c-community-search__results--three-column {
  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;
  max-width: 100%;
}

.c-community-search__btn-container {
  text-align: center;
}

.c-community-search__no-results {
  margin: 1.25rem auto;
  max-width: 48.125rem;
  font-family: "AvantGardeGothicITCW01Bd", arial, sans-serif;
  font-size: 2rem;
  font-weight: 700;
  text-align: center;
}

.c-community-search__filters label {
  display: inline-block;
  margin: 0 0 1rem;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.6875rem;
  cursor: pointer;
}

.c-community-search__filters input[type='checkbox']:focus + label:before {
  outline: 2px solid #016C63;
}

.c-community-search__filters input[type='checkbox']:disabled + label:before,
.c-community-search__filters input[type='checkbox']:disabled + label:after {
  opacity: 0.5;
}

.c-community-search__filters input[type='checkbox'] + label {
  position: relative;
  padding-left: 3.5625rem;
  line-height: 2rem;
}

.c-community-search__filters input[type='checkbox'] + label:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  display: block;
  height: 2rem;
  width: 2rem;
  background-color: #FFF;
  border: 2px solid;
}

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

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

.c-community-search__filters input[type='checkbox']:checked + label:after {
  content: '';
  background-color: #01857A;
}

.c-community-search__filters select {
  display: block;
  margin: 0 0 1.5rem;
  padding: 0.8125rem 0.875rem 1rem;
  width: 100%;
  max-width: 22rem;
  background-color: #FFF;
  border: 1px solid #999999;
  border-radius: 0;
  color: #08080D;
  font-family: "Muli-Regular", arial, sans-serif;
  font-size: 1.125rem;
  line-height: 1.625rem;
}

.c-community-search__filters select[disabled] {
  opacity: 0.5;
  cursor: not-allowed;
}

.c-community-search__filters input[type='checkbox'] {
  border-radius: 0;
}

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

.c-expand-filters {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-left: auto;
  color: #01857A;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.5;
  text-decoration: underline;
}

.c-expand-filters:hover {
  text-decoration: none;
}

.c-expand-filters:after {
  background: url(/assets/img/entrade/png/chevron_down.png) no-repeat center center;
}

.c-expand-filters--open:after {
  background: url(/assets/img/entrade/png/cross.png) no-repeat center center;
}

.c-expand-filters:after, .c-expand-filters--open:after {
  content: '';
  display: inline-block;
  margin-left: 0.75rem;
  height: 1.5rem;
  width: 1.5rem;
  background-size: 1.875rem;
}

.c-project-card {
  position: relative;
  z-index: 2;
  display: block;
  margin-bottom: 1.25rem;
  background-color: #F7FAF8;
}

@media screen and (min-width: 46.25em) {
  .c-project-card {
    margin: 0 1.25rem 3.125rem;
    width: calc(50% - 40px);
  }
}

@media screen and (min-width: 61.25em) {
  .c-project-card {
    margin: 0 1.25rem 3.125rem;
    width: calc(33.33% - 40px);
  }
}

.c-project-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  height: 100%;
  width: 100%;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
}

.c-project-card:hover {
  cursor: pointer;
}

.c-project-card:hover::before {
  -webkit-box-shadow: 0 0 15px 0 rgba(8, 8, 13, 0.35);
          box-shadow: 0 0 15px 0 rgba(8, 8, 13, 0.35);
}

.c-project-card:hover .c-project-card__img {
  background-size: 130%;
}

.c-project-card:hover .c-project-card__title {
  text-decoration: underline;
}

.c-project-card__title {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  line-height: 1.5;
  text-transform: none;
}

.c-project-card__link {
  color: #434343;
  font-family: "AvantGardeGothicITCW01Bd", arial, sans-serif;
  font-size: 1.375rem;
  font-weight: normal;
}

.c-project-card__link::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}

.c-project-card__date {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  color: #01857A;
}

.c-project-card__location, .c-project-card__ribbon {
  display: none;
}

.c-project-card__img {
  position: relative;
  height: 12.5rem;
  width: 100%;
  background-position: center;
  background-size: 100%;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
}

.c-project-card__img::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  height: 5px;
  width: 100%;
  background: -webkit-gradient(linear, left top, right top, from(#016C63), to(#5F9F76));
  background: linear-gradient(to right, #016C63 0%, #5F9F76 100%);
}

.c-project-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;
  padding: 2.5rem 1.875rem;
  background-color: #FFF;
}

.c-project-card__summary {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
  color: #434343;
  font-size: 1.125rem;
  line-height: 1.5;
}

.c-project-card__summary--small {
  font-size: 1rem;
  line-height: 1.2;
}

.c-error {
  position: relative;
  z-index: 2;
}

.c-error .c-button + .c-button, .c-error .c-rte__button + .c-button, .c-error .c-standard-form .btn[type='submit'] + .c-button, .c-standard-form .c-error .btn[type='submit'] + .c-button, .c-error .c-standard-form input[type='submit'] + .c-button, .c-standard-form .c-error input[type='submit'] + .c-button, .c-error .c-button + .c-rte__button, .c-error .c-rte__button + .c-rte__button, .c-error .c-standard-form .btn[type='submit'] + .c-rte__button, .c-standard-form .c-error .btn[type='submit'] + .c-rte__button, .c-error .c-standard-form input[type='submit'] + .c-rte__button, .c-standard-form .c-error input[type='submit'] + .c-rte__button, .c-error .c-standard-form .c-button + .btn[type='submit'], .c-standard-form .c-error .c-button + .btn[type='submit'], .c-error .c-standard-form .c-rte__button + .btn[type='submit'], .c-standard-form .c-error .c-rte__button + .btn[type='submit'], .c-error .c-standard-form .btn[type='submit'] + .btn[type='submit'], .c-standard-form .c-error .btn[type='submit'] + .btn[type='submit'], .c-error .c-standard-form input[type='submit'] + .btn[type='submit'], .c-standard-form .c-error input[type='submit'] + .btn[type='submit'],
.c-error .c-standard-form .c-button + input[type='submit'], .c-standard-form .c-error .c-button + input[type='submit'],
.c-error .c-standard-form .c-rte__button + input[type='submit'], .c-standard-form .c-error .c-rte__button + input[type='submit'],
.c-error .c-standard-form .btn[type='submit'] + input[type='submit'], .c-standard-form .c-error .btn[type='submit'] + input[type='submit'],
.c-error .c-standard-form input[type='submit'] + input[type='submit'], .c-standard-form .c-error input[type='submit'] + input[type='submit'] {
  margin-left: 20px;
}

.c-error__grid {
  min-height: 37.5rem;
}

.c-error__img {
  position: relative;
  height: auto;
  width: 100%;
  background-color: #7EC297;
  background-position: center;
  background-size: cover;
}

@media screen and (max-width: 61.1875em) {
  .c-error__img {
    position: absolute;
    padding: 0 !important;
    height: 100%;
    background: none !important;
  }
}

@media screen and (min-width: 64em) {
  .c-error__img::before {
    content: '';
    position: absolute;
    top: -0.3125rem;
    left: 0;
    height: 0.3125rem;
    width: 100%;
    background: -webkit-gradient(linear, left top, right top, from(#016C63), to(#5F9F76));
    background: linear-gradient(to right, #016C63 0%, #5F9F76 100%);
  }
}

.c-error__img::after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: -1;
  display: block;
  height: 100%;
  width: 50vw;
  background-color: #E5F3EE;
  -webkit-transform: translateX(10%);
      -ms-transform: translateX(10%);
          transform: translateX(10%);
}

@media screen and (min-width: 64em) {
  .c-error__img::after {
    top: 2.5rem;
    left: auto;
    height: calc(100% - 80px);
  }
}

.c-error__content {
  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;
  margin: 0 auto;
  padding: 1.25rem 0;
}

@media screen and (min-width: 46.25em) {
  .c-error__content {
    margin: 2.5rem;
    padding: 2.5rem 0 2.5rem 3.125rem;
  }
}

.c-error__title {
  display: block;
  color: #01857A;
  font-family: "AvantGardeGothicITCW01Bd", arial, sans-serif;
  font-size: 2.5rem;
  font-weight: normal;
  line-height: 1.13333;
}

@media screen and (min-width: 64em) {
  .c-error__title {
    font-size: 3.75rem;
  }
}

.c-error__link {
  margin: 0 0 1.25rem;
  font-size: 1.875rem;
}

.c-error__link {
  color: #434343;
}

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

.c-error__link:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  display: block;
  height: 100%;
  width: 100%;
}

.c-error__date {
  display: block;
  margin-bottom: 1rem;
  text-transform: uppercase;
}

.c-error__summary p {
  font-size: calc(1.5vw + 0.75rem);
}

@media print, screen and (min-width: 46.25em) {
  .c-error__summary p {
    font-size: 1.125rem;
  }
}

.c-error__summary .c-rte :last-child {
  margin-bottom: 2.5rem;
}

@media screen and (min-width: 46.25em) {
  .c-error--reverse-order {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}

@media screen and (min-width: 46.25em) {
  .c-error--reverse-order .c-error__content {
    margin: 2.5rem 0 2.5rem 0;
  }
}

.c-error--reverse-order .c-error__grid {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.c-error--reverse-order .c-error__img::after {
  left: 0;
  -webkit-transform: translateX(-10%);
      -ms-transform: translateX(-10%);
          transform: translateX(-10%);
}

@media screen and (min-width: 46.25em) {
  .c-error--reverse-order .c-error__content {
    padding: 2.5rem 3.125rem 2.5rem 0;
  }
}

.c-contact {
  margin: 3.125rem auto 0 auto;
}

@media screen and (min-width: 46.25em) {
  .c-contact {
    margin: 0 0 2.8125rem 0;
  }
}

@media screen and (min-width: 64em) {
  .c-contact {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 0;
  }
}

.c-contact__tel,
.c-contact__email,
.c-contact__email-link,
.c-contact__address {
  margin: 0;
  font-size: 1.5rem;
  line-height: 1.5;
  text-align: left;
}

@media print, screen and (min-width: 46.25em) {
  .c-contact__tel,
  .c-contact__email,
  .c-contact__email-link,
  .c-contact__address {
    font-size: 1.125rem;
  }
}

@media screen and (min-width: 64em) {
  .c-contact__tel,
  .c-contact__email,
  .c-contact__email-link,
  .c-contact__address {
    font-size: 0.875rem;
  }
}

.c-contact__tel > span,
.c-contact__email > span,
.c-contact__email-link > span,
.c-contact__address > span {
  display: block;
}

.c-contact__address {
  margin-bottom: 3.75rem;
}

.c-contact__email-link {
  color: #FFF;
  word-break: break-all;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.c-contact__email-link:hover {
  color: #5ED1B1;
  text-decoration: underline;
}

.c-contact__title {
  margin: 0;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.5;
}

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

@media screen and (min-width: 64em) {
  .c-contact__title {
    font-size: 0.875rem;
  }
}

.c-contact__title--theme-one {
  color: #5ED1B1;
}

.c-footer__wrapper {
  position: relative;
  z-index: 2;
  background: #434343;
  color: #FFF;
}

.c-footer {
  position: relative;
  padding: 2.5rem 0 3.75rem 0;
  overflow: hidden;
}

.c-footer__meta {
  padding: 1.25rem;
  border-top: 1px solid #5ED1B1;
}

.c-footer__link {
  color: #FFF;
  text-decoration: underline;
}

.c-footer__content-info {
  background-color: #F7FAF8;
}

@media screen and (min-width: 46.25em) {
  .c-footer__content-info .text-right {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
}

.c-footer__details, .c-footer__awards {
  margin: 1.625rem 3.75rem;
}

@media screen and (min-width: 46.25em) {
  .c-footer__details, .c-footer__awards {
    margin: 5.625rem 0;
  }
}

.c-footer__logo {
  display: inline-block;
}

.c-footer__logo-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: -0.3125rem;
  padding: 0.3125rem;
  width: 100%;
}

.c-footer__logo-link:focus {
  background-color: #1A9087 !important;
}

.c-footer__logo-image {
  height: 2.75rem;
  width: 100%;
  max-width: 8.25rem;
}

.c-footer__text {
  margin: 0;
  color: #FFF;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.5;
}

.c-footer__awards {
  text-align: right;
  white-space: nowrap;
}

.c-footer__award-logo {
  margin: 0 0.9375rem;
}

.c-footer .c-social__list {
  padding-left: 0;
}

@media screen and (min-width: 46.25em) {
  .c-footer .c-social__list {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}

.c-hygiene {
  position: relative;
}

@media screen and (min-width: 64em) {
  .c-hygiene {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.c-hygiene__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: 0;
  padding: 0;
  list-style: none;
}

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

.c-hygiene__link {
  color: #FFF;
  font-size: 1.5rem;
  line-height: 1.5;
  text-decoration: none;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

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

@media screen and (min-width: 64em) {
  .c-hygiene__link {
    font-size: 0.875rem;
  }
}

.c-hygiene__link:hover {
  color: #5ED1B1;
  text-decoration: underline;
}

.c-social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  list-style: none;
}

@media screen and (min-width: 46.25em) {
  .c-social {
    padding: 0;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}

.c-social__list {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-left: 0;
  list-style: none;
  -webkit-box-pack: normal;
      -ms-flex-pack: normal;
          justify-content: normal;
}

@media screen and (min-width: 46.25em) {
  .c-social__list {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
}

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

.c-social__link {
  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: 3.75rem;
  width: 3.75rem;
  background: #5ED1B1;
  border: 1px solid #5ED1B1;
  border-radius: 100%;
  fill: #434343;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

@media screen and (min-width: 64em) {
  .c-social__link {
    height: 2.5rem;
    width: 2.5rem;
  }
}

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

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

.c-social__link--facebook:focus, .c-social__link--facebook:hover {
  background-color: #3B5998;
}

.c-social__link--x:focus, .c-social__link--x:hover {
  background-color: #000000;
  border-color: #000000;
}

.c-social__link--tiktok:focus, .c-social__link--tiktok:hover {
  background-color: #fe2c55;
  border-color: #fe2c55;
}

.c-social__link--pinterest:focus, .c-social__link--pinterest:hover {
  background-color: #CB2027;
  border-color: #CB2027;
}

.c-social__link--instagram:focus, .c-social__link--instagram:hover {
  background-color: #D93175;
  border-color: #D93175;
}

.c-social__link--youtube:focus, .c-social__link--youtube:hover {
  background-color: #B00;
  border-color: #B00;
}

.c-social__link--linkedin:focus, .c-social__link--linkedin:hover {
  background-color: #007BB6;
  border-color: #007BB6;
}

.c-social__icon {
  max-width: 1.5rem;
  max-height: 1.5rem;
}

@media screen and (min-width: 64em) {
  .c-social__icon {
    max-width: 1.25rem;
    max-height: 1.25rem;
  }
}

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

.c-header__container {
  position: relative;
  z-index: 999;
  width: 100%;
}

.c-header__container--is-fixed {
  position: fixed;
  top: 0;
  left: 0;
}

.c-header__container--is-fixed + main {
  margin-top: 7.125rem;
}

.c-header {
  position: relative;
  top: 0;
  z-index: 10;
  width: 100%;
  max-height: 7.125rem;
  background-color: rgba(255, 255, 255, 0.8);
  -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.07);
          box-shadow: 0 2px 10px rgba(0, 0, 0, 0.07);
  -webkit-transform: translateY(-100%);
      -ms-transform: translateY(-100%);
          transform: translateY(-100%);
}

.c-header::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  height: 5px;
  width: 100%;
  background: -webkit-gradient(linear, left top, right top, from(#016C63), to(#5F9F76));
  background: linear-gradient(to right, #016C63 0%, #5F9F76 100%);
}

.c-header--image {
  position: static;
  height: 150px;
  max-height: initial;
  background-position: top 55px center, bottom center;
  background-repeat: no-repeat;
  background-size: cover, cover;
}

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

.c-header__logo {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.c-header__logo-link {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: -0.3125rem;
  padding: 0.3125rem;
  width: 100%;
}

.c-header__logo-link:focus {
  background-color: #1A9087 !important;
}

.c-header__logo-image {
  height: 2.8125rem;
  width: 100%;
  max-width: 6.875rem;
}

.c-header--init {
  background-color: #FFF;
  -webkit-transition: -webkit-transform 0.35s ease-in-out;
  transition: -webkit-transform 0.35s ease-in-out;
  transition: transform 0.35s ease-in-out;
  transition: transform 0.35s ease-in-out, -webkit-transform 0.35s ease-in-out;
  -webkit-transform: translateY(0%);
      -ms-transform: translateY(0%);
          transform: translateY(0%);
  will-change: transform;
}

.c-header--is-hidden {
  background-color: #FFF;
}

.c-header--is-pinned {
  background-color: #FFF;
  -webkit-transform: translateY(0%);
      -ms-transform: translateY(0%);
          transform: translateY(0%);
}

.c-header--is-unpinned {
  -webkit-transform: translateY(-100%);
      -ms-transform: translateY(-100%);
          transform: translateY(-100%);
}

.c-header--is-not-top.c-header--not-bottom {
  display: block;
  background-color: #FFF;
}

.c-header--is-top {
  display: block;
}

.sc-edit .c-header {
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
}

.sc-edit .c-header__container {
  position: relative !important;
}

.c-hero {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 33.75rem;
  background: no-repeat center center;
  background-size: cover;
}

.c-hero__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 auto;
  height: 100%;
  max-width: 75rem;
}

@media screen and (min-width: 46.25em) {
  .c-hero__inner {
    width: 75rem;
  }
  .c-hero__inner--left {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .c-hero__inner--left .c-hero__content {
    text-align: left;
  }
  .c-hero__inner--right {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .c-hero__inner--right .c-hero__content {
    text-align: right;
  }
}

.c-hero__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;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  padding: 0 1.875rem;
  text-align: center;
}

@media screen and (min-width: 46.25em) {
  .c-hero__content {
    margin: 5.625rem 0;
    width: 45rem;
  }
}

@media screen and (min-width: 75em) {
  .c-hero__content {
    padding: 0;
  }
}

.c-hero__title {
  margin: 0 0 1.875rem;
  font-family: "AvantGardeGothicITCW01Bd", arial, sans-serif;
  font-size: 2.5rem;
  font-weight: 900;
  letter-spacing: 0.05rem;
  line-height: 1.2;
  text-shadow: 3px 2px 3px rgba(23, 17, 63, 0.1);
  text-transform: uppercase;
}

@media screen and (min-width: 46.25em) {
  .c-hero__title {
    font-size: 3.75rem;
    letter-spacing: 0.075rem;
  }
  .c-hero--video .c-hero__title {
    margin-bottom: 2.1875rem;
  }
}

.c-hero__title--alt {
  font-family: "AvantGardeGothicITCW01Bd", arial, sans-serif;
}

.c-hero__strapline {
  margin: 0 0 7.5rem;
  font-family: "Muli-Regular", arial, sans-serif;
  font-size: 1.125rem;
  letter-spacing: 0.01125rem;
  line-height: 1.3;
  text-shadow: 3px 2px 3px rgba(23, 17, 63, 0.1);
}

@media screen and (min-width: 46.25em) {
  .c-hero__strapline {
    font-size: 1.375rem;
    letter-spacing: 0.01375rem;
  }
}

@media screen and (max-width: 46.1875em) {
  .c-hero--image-disabled-md .c-hero__strapline {
    color: #205272 !important;
  }
}

.c-hero__link {
  display: inline-block;
  padding: 1.875rem;
  color: #FFF;
  font-size: 1.125rem;
  font-weight: 700;
  text-decoration: underline;
}

.c-hero__video-summary {
  margin: 0 auto 3.75rem;
  max-width: 21.875rem;
  color: #FFF;
  font-size: 1.125rem;
  font-weight: 700;
}

@media screen and (max-width: 46.1875em) {
  .c-hero--image-disabled-md .c-hero__video-summary {
    color: #08080D !important;
  }
}

.c-hero__video-link {
  display: block;
  margin: 0 auto;
  height: 4.75rem;
  width: 4.75rem;
}

.c-hero__video-link:focus {
  background: none !important;
  outline-offset: 0.3125rem;
}

.c-hero__video-link:focus .c-hero__video-icon {
  fill: #FFF;
}

.c-hero__video-icon {
  height: 100%;
  width: 100%;
  fill: #FFF;
}

@media screen and (max-width: 46.1875em) {
  .c-hero--image-disabled-md .c-hero__video-icon {
    fill: #FFF !important;
  }
}

.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 - 3px);
}

.c-hero__video-close-button {
  position: relative;
  margin-right: 3px;
  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: #FFF;
}

.c-hero {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 32.5rem;
  background: no-repeat center center;
  background-size: cover;
}

.c-hero__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 auto;
  height: 100%;
  max-width: 75rem;
}

@media screen and (min-width: 46.25em) {
  .c-hero__inner {
    width: 75rem;
  }
}

.c-hero__video-icon {
  fill: #FFF;
}

.c-image {
  margin: 0;
}

.c-image--captioned {
  position: relative;
  z-index: 1;
}

.c-image--captioned:after {
  content: '';
  position: absolute;
  top: 3.625rem;
  right: 0;
  z-index: 0;
  height: calc(100% - 3.625rem);
  width: calc(100% - 1.25rem);
  background: #e8f4ec;
}

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

.c-image--captioned .c-image__img {
  position: relative;
  z-index: 1;
  margin-right: 1.25rem;
  width: calc(100% - 1.25rem);
}

.c-image__caption {
  position: relative;
  z-index: 1;
  margin-left: 1.25rem;
  padding: 0.875rem 1.125rem;
  width: calc(100% - 1.25rem);
}

.c-info-card {
  width: 100%;
}

.c-info-card__cell {
  padding-top: 0;
}

@media screen and (min-width: 64em) {
  .c-info-card__cell {
    padding-bottom: 1.25rem;
  }
}

.c-info-card__title {
  color: #01857A;
  font-family: "AvantGardeGothicITCW01Bd", arial, sans-serif;
  font-size: 1.375rem;
}

.c-info-card__link {
  color: #01857A;
  font-size: 1.375rem;
  text-decoration: underline;
}

.c-info-card__description {
  font-size: 1.375rem;
}

.c-info-card__map {
  display: block;
  margin-top: 2.5rem;
  width: 100%;
}

.c-info-card .c-socal__list {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  list-style: none;
}

@media print, screen and (min-width: 46.25em) {
  .c-info-card .c-socal__list {
    -webkit-box-pack: normal;
        -ms-flex-pack: normal;
            justify-content: normal;
  }
}

@media print, screen and (min-width: 61.25em) {
  .c-info-card .c-socal__list {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}

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

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

.c-info-card .c-social__link {
  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: 2.875rem;
  width: 2.875rem;
  background: transparent;
  border: 2px solid #01857A;
  border-radius: 100%;
  fill: #01857A;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.c-info-card .c-social__link:focus, .c-info-card .c-social__link:hover {
  fill: #FFF;
}

.c-info-card .c-social__link--facebook:focus, .c-info-card .c-social__link--facebook:hover {
  background-color: #3B5998 !important;
  border-color: #3B5998;
}

.c-info-card .c-social__link--x:focus, .c-info-card .c-social__link--x:hover {
  background-color: #000000 !important;
  border-color: #000000;
}

.c-info-card .c-social__link--instagram:focus, .c-info-card .c-social__link--instagram:hover {
  background-color: #D93175 !important;
  border-color: #D93175;
}

.c-info-card .c-social__link--linkedin:focus, .c-info-card .c-social__link--linkedin:hover {
  background-color: #007BB6 !important;
  border-color: #007BB6;
}

.c-info-card .c-social__icon {
  max-width: 1.5rem;
  max-height: 1.5rem;
}

@media screen and (min-width: 64em) {
  .c-info-card .c-social__icon {
    max-width: 1.25rem;
    max-height: 1.25rem;
  }
}

.c-whats-new {
  position: relative;
  padding: 2.5rem 0;
  background-repeat: no-repeat;
  background-size: contain;
}

.c-whats-new::before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  display: block;
  height: 100%;
  width: 70%;
  background: #E5F3EE;
}

.c-whats-new__inner {
  position: relative;
  padding-right: 2.5rem;
  padding-left: 2.5rem;
  max-width: 75rem;
  margin: 0 auto;
}

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

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

.c-whats-new__header {
  display: block;
  margin: 0 0 2.5rem 0;
}

@media screen and (min-width: 46.25em) {
  .c-whats-new__header {
    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;
  }
}

.c-whats-new__title {
  color: #7EC297;
  font-family: "AvantGardeGothicITCW01Bd", arial, sans-serif;
  font-size: 1.875rem;
  font-weight: 400;
}

.c-whats-new__link {
  position: relative;
  padding: 0.3125rem 0;
}

.c-whats-new__link:focus .c-whats-new__link-text {
  color: #FFF;
}

.c-whats-new__link:focus .c-whats-new__icon {
  fill: #FFF;
}

.c-whats-new__link .c-whats-new__link-text {
  margin-right: 0.625rem;
  color: #01857A;
  font-size: 1.375rem;
}

.c-whats-new__link .c-whats-new__icon {
  position: relative;
  display: inline-block;
  height: 1rem;
  width: 100%;
  max-width: 1.75rem;
  fill: #01857A;
}

.c-story {
  position: relative;
  z-index: 2;
  display: block;
  margin-bottom: 1.25rem;
  background-color: #F7FAF8;
}

.c-story::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  height: 100%;
  width: 100%;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
}

.c-story:hover {
  cursor: pointer;
}

.c-story:hover::before {
  -webkit-box-shadow: 0 0 15px 0 rgba(8, 8, 13, 0.35);
          box-shadow: 0 0 15px 0 rgba(8, 8, 13, 0.35);
}

.c-story:hover .c-story__img {
  background-size: 130%;
}

.c-story:hover .c-story__title {
  text-decoration: underline;
}

.c-story__title {
  color: #434343;
  font-family: "AvantGardeGothicITCW01Bd", arial, sans-serif;
  font-size: 1.375rem;
  font-weight: normal;
  line-height: 1.5;
  text-transform: none;
}

.c-story__date {
  color: #01857A;
}

.c-story__img {
  position: relative;
  height: 12.5rem;
  width: 100%;
  background-position: center;
  background-size: 100%;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
}

.c-story__img::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  height: 5px;
  width: 100%;
  background: -webkit-gradient(linear, left top, right top, from(#016C63), to(#5F9F76));
  background: linear-gradient(to right, #016C63 0%, #5F9F76 100%);
}

.c-story__content {
  padding: 2.5rem 1.875rem;
  background-color: #FFF;
}

.c-story__summary {
  color: #434343;
  font-size: 1.125rem;
  line-height: 1.5;
}

.c-story__summary--small {
  font-size: 1rem;
  line-height: 1.2;
}

.c-story-article {
  margin-top: -10.625rem;
  margin-right: -1.875rem;
  margin-left: -1.875rem;
  padding: 1.875rem;
  background-color: #F7FAF8;
  position: relative;
}

@media screen and (min-width: 64em) {
  .c-story-article {
    margin-right: 0;
    margin-left: 0;
    padding: 3.75rem;
  }
}

.c-story-article__title {
  margin-top: 0;
  color: #01857A;
  font-family: "AvantGardeGothicITCW01Bd", arial, sans-serif;
  font-size: 2.5rem;
  font-weight: normal;
  line-height: 1.13333;
}

@media screen and (min-width: 64em) {
  .c-story-article__title {
    font-size: 3.75rem;
  }
}

.c-story-article__author {
  margin-bottom: 0.9375rem;
  font-size: 1.375rem;
}

.c-story-article__date {
  display: block;
  margin-bottom: 2.5rem;
  color: #7EC297;
  font-size: 1.375rem;
}

.c-story-article .c-share__list {
  margin-bottom: 3.75rem;
}

.c-navigation__toggle-btn {
  z-index: 99999;
  display: block;
  cursor: pointer;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  padding: 0;
  background: transparent;
  border: 0;
}

@media screen and (min-width: 64em) {
  .c-navigation__toggle-btn {
    display: none;
  }
}

.c-navigation__menu-icon {
  position: relative;
  display: inline-block;
  height: 1.625rem;
  width: 1.875rem;
  vertical-align: middle;
}

.c-navigation__menu-text {
  display: inline-block;
  color: #FFF;
  vertical-align: middle;
  font-size: 16px;
  font-size: 1rem;
}

.c-navigation__menu-line {
  position: absolute;
  display: block;
  height: 0.25rem;
  width: 100%;
  background-color: #01857A;
}

.c-navigation__menu-line.top {
  top: 0;
  -webkit-transition: top 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), background-color 150ms 150ms cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
  transition: top 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), background-color 150ms 150ms cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
  transition: top 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms cubic-bezier(0.23, 1, 0.32, 1), background-color 150ms 150ms cubic-bezier(0.23, 1, 0.32, 1);
  transition: top 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms cubic-bezier(0.23, 1, 0.32, 1), background-color 150ms 150ms cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
  -webkit-transform: rotate(0);
      -ms-transform: rotate(0);
          transform: rotate(0);
}

.c-header--image .c-navigation__menu-line.top {
  background-color: #FFF;
}

.c-navigation__menu-line.middle {
  top: 50%;
  opacity: 1;
  -webkit-transition: opacity 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), background-color 150ms 150ms cubic-bezier(0.23, 1, 0.32, 1);
  transition: opacity 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), background-color 150ms 150ms cubic-bezier(0.23, 1, 0.32, 1);
}

.c-header--image .c-navigation__menu-line.middle {
  background-color: #FFF;
}

.c-navigation__menu-line.bottom {
  top: 100%;
  width: 1.17188rem;
  -webkit-transition: top 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), background-color 150ms 150ms cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
  transition: top 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), background-color 150ms 150ms cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
  transition: top 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms cubic-bezier(0.23, 1, 0.32, 1), background-color 150ms 150ms cubic-bezier(0.23, 1, 0.32, 1);
  transition: top 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms cubic-bezier(0.23, 1, 0.32, 1), background-color 150ms 150ms cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
  -webkit-transform: rotate(0);
      -ms-transform: rotate(0);
          transform: rotate(0);
}

.c-navigation__toggle-btn.is-active .c-navigation__menu-line {
  background: #FFF;
}

.c-navigation__toggle-btn.is-active .c-navigation__menu-line.top {
  top: 50%;
  -webkit-transition: top 300ms cubic-bezier(0.23, 1, 0.32, 1), background-color 150ms 150ms cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1);
  transition: top 300ms cubic-bezier(0.23, 1, 0.32, 1), background-color 150ms 150ms cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1);
  transition: top 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), background-color 150ms 150ms cubic-bezier(0.23, 1, 0.32, 1);
  transition: top 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), background-color 150ms 150ms cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1);
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}

.c-navigation__toggle-btn.is-active .c-navigation__menu-line.middle {
  opacity: 0;
  -webkit-transition: opacity 300ms cubic-bezier(0.23, 1, 0.32, 1), background-color 150ms 150ms cubic-bezier(0.23, 1, 0.32, 1);
  transition: opacity 300ms cubic-bezier(0.23, 1, 0.32, 1), background-color 150ms 150ms cubic-bezier(0.23, 1, 0.32, 1);
}

.c-navigation__toggle-btn.is-active .c-navigation__menu-line.bottom {
  top: 50%;
  width: 100%;
  -webkit-transition: top 300ms cubic-bezier(0.23, 1, 0.32, 1), width 300ms cubic-bezier(0.23, 1, 0.32, 1), background-color 150ms 150ms cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1);
  transition: top 300ms cubic-bezier(0.23, 1, 0.32, 1), width 300ms cubic-bezier(0.23, 1, 0.32, 1), background-color 150ms 150ms cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1);
  transition: top 300ms cubic-bezier(0.23, 1, 0.32, 1), width 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), background-color 150ms 150ms cubic-bezier(0.23, 1, 0.32, 1);
  transition: top 300ms cubic-bezier(0.23, 1, 0.32, 1), width 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), background-color 150ms 150ms cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1);
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

body.nav-is-active {
  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: 0.3125rem;
  left: 0;
  z-index: 999;
  display: block;
  height: 100vh;
  width: 100%;
  overflow: hidden auto;
  background-color: #01857A;
  opacity: 0;
  -webkit-transition: 0.45s ease;
  transition: 0.45s ease;
  -webkit-transform: translateX(-100%);
      -ms-transform: translateX(-100%);
          transform: translateX(-100%);
}

@media screen and (min-width: 64em) {
  .c-navigation__panel {
    display: none;
  }
}

.c-navigation__panel.is-active .c-navigation__item-link::before {
  background-color: #FFF !important;
}

.c-navigation__panel .c-social {
  margin-bottom: 1.875rem;
}

.c-navigation__panel .c-social__link {
  background: transparent;
  border-color: #FFF;
  border-width: 2px;
  fill: #FFF;
}

.c-navigation__panel-content {
  position: relative;
  z-index: 1;
  padding-bottom: 3.75rem;
  height: auto;
  width: 100%;
  padding-right: 2.5rem;
  padding-left: 2.5rem;
  max-width: 75rem;
  margin: 0 auto;
}

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

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

.c-navigation__panel-menu {
  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: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-top: 1.25rem;
  margin-bottom: 2.5rem;
  padding-left: 0;
  list-style: none;
}

@media print, screen and (min-width: 46.25em) {
  .c-navigation__panel-menu {
    padding-top: 5rem;
  }
}

.c-navigation__panel-logo-link {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: -0.3125rem;
  margin-top: 1.875rem;
  padding: 0.3125rem;
  width: 100%;
  max-width: 6.875rem;
}

.c-navigation__panel-logo-link:focus {
  background-color: #1A9087 !important;
}

.c-navigation__panel-logo-image {
  height: 2.8125rem;
  width: 100%;
  max-width: 6.875rem;
}

.c-navigation {
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  height: 7.125rem;
  width: 100%;
}

.c-navigation__wrapper {
  position: relative;
  visibility: visible;
  display: none;
  padding: 0;
  height: 100%;
  width: 100%;
  background-color: transparent;
}

@media screen and (min-width: 64em) {
  .c-navigation__wrapper {
    display: block;
  }
}

.c-navigation__content {
  position: relative;
  z-index: 1;
  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;
  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-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 auto;
  height: 100%;
  list-style: none;
}

.c-navigation__item:first-child {
  padding-left: 0;
}

.c-navigation__item:last-of-type {
  padding-right: 0;
}

.c-navigation__item.is-active .c-navigation__item-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  margin: 0 auto;
  height: 2px;
  width: 100%;
  background-color: #01857A;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

@media screen and (min-width: 64em) {
  .c-navigation__item.is-active .c-navigation__item-link::before {
    max-width: calc(100% - 1.875rem);
  }
}

.c-navigation__item-link {
  position: relative;
  display: inline-block;
  margin: 0.9375rem 0;
  color: #FFF;
  font-family: "AvantGardeGothicITCW01Bd", arial, sans-serif;
  font-size: 1.375rem;
}

@media screen and (max-width: 63.9375em) {
  .c-navigation__item-link:focus {
    background-color: transparent !important;
  }
}

@media screen and (min-width: 64em) {
  .c-navigation__item-link {
    margin: 0;
    padding: 0.5rem 0.9375rem;
    color: #08080D;
    font-family: "Muli-Regular", arial, sans-serif;
    font-size: 1rem;
  }
}

.c-navigation__item-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  margin: 0 auto;
  height: 2px;
  width: 0;
  background-color: #FFF;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

@media screen and (min-width: 64em) {
  .c-navigation__item-link::before {
    max-width: calc(100% - 1.875rem);
    background-color: #01857A;
  }
}

.c-navigation__item-link:hover::before {
  width: 100%;
}

.c-navigation__item-link:focus:hover::before {
  display: none;
}

.c-navigation__buttons {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-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;
  margin-bottom: 5rem;
}

@media screen and (min-width: 64em) {
  .c-navigation__buttons {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    margin: 0;
  }
}

.c-navigation__buttons .c-button + .c-button, .c-navigation__buttons .c-rte__button + .c-button, .c-navigation__buttons .c-standard-form .btn[type='submit'] + .c-button, .c-standard-form .c-navigation__buttons .btn[type='submit'] + .c-button, .c-navigation__buttons .c-standard-form input[type='submit'] + .c-button, .c-standard-form .c-navigation__buttons input[type='submit'] + .c-button, .c-navigation__buttons .c-button + .c-rte__button, .c-navigation__buttons .c-rte__button + .c-rte__button, .c-navigation__buttons .c-standard-form .btn[type='submit'] + .c-rte__button, .c-standard-form .c-navigation__buttons .btn[type='submit'] + .c-rte__button, .c-navigation__buttons .c-standard-form input[type='submit'] + .c-rte__button, .c-standard-form .c-navigation__buttons input[type='submit'] + .c-rte__button, .c-navigation__buttons .c-standard-form .c-button + .btn[type='submit'], .c-standard-form .c-navigation__buttons .c-button + .btn[type='submit'], .c-navigation__buttons .c-standard-form .c-rte__button + .btn[type='submit'], .c-standard-form .c-navigation__buttons .c-rte__button + .btn[type='submit'], .c-navigation__buttons .c-standard-form .btn[type='submit'] + .btn[type='submit'], .c-standard-form .c-navigation__buttons .btn[type='submit'] + .btn[type='submit'], .c-navigation__buttons .c-standard-form input[type='submit'] + .btn[type='submit'], .c-standard-form .c-navigation__buttons input[type='submit'] + .btn[type='submit'],
.c-navigation__buttons .c-standard-form .c-button + input[type='submit'], .c-standard-form .c-navigation__buttons .c-button + input[type='submit'],
.c-navigation__buttons .c-standard-form .c-rte__button + input[type='submit'], .c-standard-form .c-navigation__buttons .c-rte__button + input[type='submit'],
.c-navigation__buttons .c-standard-form .btn[type='submit'] + input[type='submit'], .c-standard-form .c-navigation__buttons .btn[type='submit'] + input[type='submit'],
.c-navigation__buttons .c-standard-form input[type='submit'] + input[type='submit'], .c-standard-form .c-navigation__buttons input[type='submit'] + input[type='submit'] {
  margin-top: 1.25rem;
}

@media screen and (min-width: 64em) {
  .c-navigation__buttons .c-button + .c-button, .c-navigation__buttons .c-rte__button + .c-button, .c-navigation__buttons .c-standard-form .btn[type='submit'] + .c-button, .c-standard-form .c-navigation__buttons .btn[type='submit'] + .c-button, .c-navigation__buttons .c-standard-form input[type='submit'] + .c-button, .c-standard-form .c-navigation__buttons input[type='submit'] + .c-button, .c-navigation__buttons .c-button + .c-rte__button, .c-navigation__buttons .c-rte__button + .c-rte__button, .c-navigation__buttons .c-standard-form .btn[type='submit'] + .c-rte__button, .c-standard-form .c-navigation__buttons .btn[type='submit'] + .c-rte__button, .c-navigation__buttons .c-standard-form input[type='submit'] + .c-rte__button, .c-standard-form .c-navigation__buttons input[type='submit'] + .c-rte__button, .c-navigation__buttons .c-standard-form .c-button + .btn[type='submit'], .c-standard-form .c-navigation__buttons .c-button + .btn[type='submit'], .c-navigation__buttons .c-standard-form .c-rte__button + .btn[type='submit'], .c-standard-form .c-navigation__buttons .c-rte__button + .btn[type='submit'], .c-navigation__buttons .c-standard-form .btn[type='submit'] + .btn[type='submit'], .c-standard-form .c-navigation__buttons .btn[type='submit'] + .btn[type='submit'], .c-navigation__buttons .c-standard-form input[type='submit'] + .btn[type='submit'], .c-standard-form .c-navigation__buttons input[type='submit'] + .btn[type='submit'],
  .c-navigation__buttons .c-standard-form .c-button + input[type='submit'], .c-standard-form .c-navigation__buttons .c-button + input[type='submit'],
  .c-navigation__buttons .c-standard-form .c-rte__button + input[type='submit'], .c-standard-form .c-navigation__buttons .c-rte__button + input[type='submit'],
  .c-navigation__buttons .c-standard-form .btn[type='submit'] + input[type='submit'], .c-standard-form .c-navigation__buttons .btn[type='submit'] + input[type='submit'],
  .c-navigation__buttons .c-standard-form input[type='submit'] + input[type='submit'], .c-standard-form .c-navigation__buttons input[type='submit'] + input[type='submit'] {
    margin: 0;
  }
}

@media screen and (min-width: 64em) {
  .c-navigation__buttons .c-button + .c-button:last-child, .c-navigation__buttons .c-rte__button + .c-button:last-child, .c-navigation__buttons .c-standard-form .btn[type='submit'] + .c-button:last-child, .c-standard-form .c-navigation__buttons .btn[type='submit'] + .c-button:last-child, .c-navigation__buttons .c-standard-form input[type='submit'] + .c-button:last-child, .c-standard-form .c-navigation__buttons input[type='submit'] + .c-button:last-child, .c-navigation__buttons .c-button + .c-rte__button:last-child, .c-navigation__buttons .c-rte__button + .c-rte__button:last-child, .c-navigation__buttons .c-standard-form .btn[type='submit'] + .c-rte__button:last-child, .c-standard-form .c-navigation__buttons .btn[type='submit'] + .c-rte__button:last-child, .c-navigation__buttons .c-standard-form input[type='submit'] + .c-rte__button:last-child, .c-standard-form .c-navigation__buttons input[type='submit'] + .c-rte__button:last-child, .c-navigation__buttons .c-standard-form .c-button + .btn:last-child[type='submit'], .c-standard-form .c-navigation__buttons .c-button + .btn:last-child[type='submit'], .c-navigation__buttons .c-standard-form .c-rte__button + .btn:last-child[type='submit'], .c-standard-form .c-navigation__buttons .c-rte__button + .btn:last-child[type='submit'], .c-navigation__buttons .c-standard-form .btn[type='submit'] + .btn:last-child[type='submit'], .c-standard-form .c-navigation__buttons .btn[type='submit'] + .btn:last-child[type='submit'], .c-navigation__buttons .c-standard-form input[type='submit'] + .btn:last-child[type='submit'], .c-standard-form .c-navigation__buttons input[type='submit'] + .btn:last-child[type='submit'],
  .c-navigation__buttons .c-standard-form .c-button + input:last-child[type='submit'], .c-standard-form .c-navigation__buttons .c-button + input:last-child[type='submit'],
  .c-navigation__buttons .c-standard-form .c-rte__button + input:last-child[type='submit'], .c-standard-form .c-navigation__buttons .c-rte__button + input:last-child[type='submit'],
  .c-navigation__buttons .c-standard-form .btn[type='submit'] + input:last-child[type='submit'], .c-standard-form .c-navigation__buttons .btn[type='submit'] + input:last-child[type='submit'],
  .c-navigation__buttons .c-standard-form input[type='submit'] + input:last-child[type='submit'], .c-standard-form .c-navigation__buttons input[type='submit'] + input:last-child[type='submit'] {
    margin-left: 0.9375rem;
  }
}

/*
/ _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: 1.875rem;
  padding-left: 1.875rem;
  height: 2.75rem;
  min-width: 2.75rem;
  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.625rem;
  margin-left: 0.625rem;
  border: 3px solid #01857A;
  font-weight: bold;
  list-style: none;
}

.c-pagination__item.is-active {
  border-color: transparent;
}

.c-pagination__current {
  background-color: #FFF;
  color: #01857A;
  cursor: default;
}

.c-pagination__link {
  background-color: #FFF;
  color: #01857A;
}

.c-pagination__link:hover, .c-pagination__link:focus {
  background-color: #01857A;
  color: #FFF;
}

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

.c-pagination__link--prev, .c-pagination__link--next {
  background-color: #FFF;
}

.c-pagination__link--prev:hover, .c-pagination__link--next:hover {
  background-color: #01857A;
  color: #FFF;
}

.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: #FFF;
}

.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: #F7FAF8;
}

.c-pagination__link--prev-arrow, .c-pagination__link--next-arrow {
  height: 0.875rem;
  width: 0.5rem;
  fill: #01857A;
}

.c-pagination__hellip {
  cursor: default;
  color: #01857A;
}

.c-person {
  position: relative;
  z-index: 2;
}

.c-person__header {
  width: 100%;
  line-height: 0;
}

.c-person__img {
  display: block;
  margin: 0 auto;
  height: 180px;
  width: auto;
}

.c-person__content {
  padding: 3.75rem 1.875rem;
  background-color: #FFF;
  -webkit-box-shadow: 0 0 0.9375rem rgba(8, 8, 13, 0.15);
          box-shadow: 0 0 0.9375rem rgba(8, 8, 13, 0.15);
}

.c-person__jobtitle {
  margin-bottom: 2.5rem;
  color: #01857A;
  line-height: 1;
}

.c-person__jobtitle + .c-person__name {
  margin-top: 0;
}

.c-person__name {
  color: #434343;
  font-family: "AvantGardeGothicITCW01Bd", arial, sans-serif;
  font-weight: 400;
}

.c-person__bio {
  line-height: 1.5;
}

.c-quotation {
  padding: 3.75rem 0;
  background-color: #E5F3EE;
  background-position: center center;
  background-size: cover;
  text-align: center;
}

.c-quotation__body {
  position: relative;
  margin: 0;
}

.c-quotation__body > p {
  margin: 0 0 1.875rem;
  font-size: 1.375rem;
  font-weight: 400;
  line-height: 1.36364;
}

.c-quotation__body > p::before, .c-quotation__body > p::after {
  color: #7EC297;
  font-size: 4.375rem;
  line-height: 0;
  vertical-align: bottom;
}

.c-quotation__body > p::before {
  content: '“';
  padding-right: 5px;
}

.c-quotation__body > p::after {
  content: '”';
  padding-left: 5px;
}

.c-quotation__footer {
  font-size: 1.125rem;
  line-height: 1.44444;
  text-transform: uppercase;
}

.c-quotation__author {
  display: block;
  margin-bottom: 0.9375rem;
}

.c-quotation__author-role {
  display: block;
}

.c-rte-enhanced {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.c-rte-enhanced__body {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}

@media print, screen and (min-width: 46.25em) {
  .c-rte-enhanced__body {
    width: calc(66.66667% - 1.875rem);
    margin-right: 0.9375rem;
    margin-left: 0.9375rem;
  }
}

.c-rte-enhanced__image {
  width: calc(16.66667% - 1.875rem);
  margin-right: 0.9375rem;
  margin-left: 0.9375rem;
}

@media screen and (max-width: 46.1875em) {
  .c-rte-enhanced__image {
    display: none;
  }
}

.c-rte-enhanced__image--01 {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

.c-rte-enhanced__image--02 {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
}

.c-rte-enhanced__image--start {
  -ms-flex-item-align: start;
      align-self: flex-start;
}

.c-rte-enhanced__image--end {
  -ms-flex-item-align: end;
      align-self: flex-end;
}

.c-rte-enhanced__image--center {
  -ms-flex-item-align: center;
      align-self: center;
}

.c-rte *:first-child {
  margin-top: 0;
}

.c-rte p,
.c-rte ul,
.c-rte ol,
.c-rte table {
  margin-bottom: 1.5rem;
  font-size: 1.125rem;
  line-height: 1.66667;
}

.c-rte ul,
.c-rte ol {
  margin-left: 1.5rem;
  padding: 0;
}

.c-rte h1,
.c-rte .h1 {
  color: #01857A;
  font-family: "AvantGardeGothicITCW01Bd", arial, sans-serif;
  font-size: 3.75rem;
  font-weight: normal;
  line-height: 1.13333;
}

.c-rte h2,
.c-rte .h2 {
  color: #01857A;
  font-family: "AvantGardeGothicITCW01Bd", arial, sans-serif;
  font-size: 2.5rem;
  font-weight: normal;
  line-height: 1.2;
}

.c-rte h3,
.c-rte .h3 {
  color: #01857A;
  font-family: "AvantGardeGothicITCW01Bd", arial, sans-serif;
  font-size: 1.875rem;
  line-height: 1.26667;
}

.c-rte h4,
.c-rte .h4 {
  font-size: 1.625rem;
  line-height: 1.30769;
}

.c-rte h5,
.c-rte .h5 {
  font-size: 1.125rem;
  line-height: 1.66667;
}

.c-rte .c-rte__video {
  position: relative;
  padding-top: 25px;
  padding-bottom: 56.25%;
}

.c-rte .c-rte__video iframe {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}

.c-rte .intro {
  font-weight: 700;
}

.c-rte .intro--brand {
  color: #01857A;
  font-weight: 700;
}

.c-rte .image--left {
  float: left;
  margin-right: 1.875rem;
  margin-bottom: 1.875rem;
}

.c-rte .image--right {
  float: right;
  margin-bottom: 1.875rem;
  margin-left: 1.875rem;
}

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

@media print, screen and (min-width: 46.25em) {
  .c-share__list {
    -webkit-box-pack: normal;
        -ms-flex-pack: normal;
            justify-content: normal;
  }
}

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

.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;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 2.875rem;
  width: 2.875rem;
  border: 2px solid #01857A;
  border-radius: 100%;
  fill: #01857A;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.c-share__link:focus, .c-share__link:hover {
  fill: #FFF;
}

.c-share__link--facebook:focus, .c-share__link--facebook:hover {
  background-color: #3B5998 !important;
  border-color: #3B5998;
}

.c-share__link--x:focus, .c-share__link--x:hover {
  background-color: #000000 !important;
  border-color: #000000;
}

.c-share__link--instagram:focus, .c-share__link--instagram:hover {
  background-color: #D93175 !important;
  border-color: #D93175;
}

.c-share__link--linkedin:focus, .c-share__link--linkedin:hover {
  background-color: #007BB6 !important;
  border-color: #007BB6;
}

.c-share__icon {
  max-width: 1.5rem;
  max-height: 1.5rem;
}

@media screen and (min-width: 64em) {
  .c-share__icon {
    max-width: 1.25rem;
    max-height: 1.25rem;
  }
}

.c-sitemap__list--first-level {
  list-style: none;
}

@media print, screen and (min-width: 46.25em) {
  .c-sitemap__list--first-level {
    -webkit-column-fill: balance;
            column-fill: balance;
    -webkit-columns: 2 auto;
            columns: 2 auto;
  }
}

@media print, screen and (min-width: 61.25em) {
  .c-sitemap__list--first-level {
    -webkit-columns: 3 auto;
            columns: 3 auto;
  }
}

.c-sitemap__list--second-level {
  margin-top: 1.875rem;
  list-style: none;
}

.c-sitemap__list--third-level {
  margin-top: 1.875rem;
  margin-left: 3.75rem;
}

.c-sitemap__item {
  margin-bottom: 3.75rem;
}

.c-sitemap__item--first-level {
  margin-bottom: 3.75rem;
  font-size: 1.375rem;
  font-weight: 700;
}

.c-sitemap__item--second-level {
  margin-bottom: 1.875rem;
  font-size: 1.125rem;
  font-weight: 400;
}

.c-sitemap__item--third-level {
  margin-bottom: 1.875rem;
  font-size: 1rem;
  font-weight: 400;
}

.c-site-map__section {
  display: inline-block;
}

.c-spotlight-ii {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: top;
      -ms-flex-align: top;
          align-items: top;
}

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

.c-spotlight-ii__img {
  position: relative;
  z-index: 1;
  margin: 0 -2.5rem;
  height: 18.75rem;
  background-color: #7EC297;
  background-position: center;
  background-size: cover;
}

@media screen and (min-width: 46.25em) {
  .c-spotlight-ii__img {
    margin: 0;
    height: auto;
    width: 55.88%;
  }
}

.c-spotlight-ii__img::before {
  content: '';
  position: absolute;
  top: -0.3125rem;
  left: 0;
  height: 5px;
  width: 100%;
  background: -webkit-gradient(linear, left top, right top, from(#016C63), to(#5F9F76));
  background: linear-gradient(to right, #016C63 0%, #5F9F76 100%);
}

.c-spotlight-ii__content {
  position: relative;
  z-index: 3;
  margin: -2.5rem auto 0 auto;
  padding: 1.25rem;
  width: 100%;
  background-color: #01857A;
  color: #FFF;
}

@media screen and (min-width: 46.25em) {
  .c-spotlight-ii__content {
    margin: 2.5rem 0 2.5rem -2.5rem;
    padding: 1.875rem;
    width: calc(44.12% + 2.5rem);
  }
}

.c-spotlight-ii__content:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  height: 100%;
  width: 100%;
  background-image: url("../img/entrade/png/topography--2.png");
  background-repeat: no-repeat;
  background-size: 100%;
}

.c-spotlight-ii__title {
  font-family: "AvantGardeGothicITCW01Bd", arial, sans-serif;
}

.c-spotlight-ii__title,
.c-spotlight-ii__link {
  margin: 0 0 1.25rem;
  font-size: 1.875rem;
  font-weight: 400;
}

.c-spotlight-ii__link {
  color: #FFF;
}

.c-spotlight-ii__link:hover {
  text-decoration: underline;
}

.c-spotlight-ii__link:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  display: block;
  height: 100%;
  width: 100%;
}

.c-spotlight-ii__summary {
  color: #FFF;
}

.c-spotlight-ii__date {
  display: block;
  margin-bottom: 1rem;
  text-transform: uppercase;
}

.c-spotlight-ii__summary p {
  font-size: calc(1.5vw + 0.75rem);
}

@media print, screen and (min-width: 46.25em) {
  .c-spotlight-ii__summary p {
    font-size: 1.125rem;
  }
}

.c-spotlight-ii__summary .c-rte :last-child {
  margin-bottom: 2.5rem;
}

@media screen and (min-width: 46.25em) {
  .c-spotlight-ii--reverse-order {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}

@media screen and (min-width: 46.25em) {
  .c-spotlight-ii--reverse-order .c-spotlight-ii__content {
    margin: 2.5rem -2.5rem 2.5rem 0;
  }
}

.c-spotlight {
  position: relative;
  z-index: 2;
}

.c-spotlight .c-button, .c-spotlight .c-rte__button, .c-spotlight .c-standard-form .btn[type='submit'], .c-standard-form .c-spotlight .btn[type='submit'],
.c-spotlight .c-standard-form input[type='submit'], .c-standard-form .c-spotlight input[type='submit'] {
  margin-right: 10px;
  margin-bottom: 0.9375rem;
}

@media screen and (min-width: 46.25em) {
  .c-spotlight .c-button + .c-button, .c-spotlight .c-rte__button + .c-button, .c-spotlight .c-standard-form .btn[type='submit'] + .c-button, .c-standard-form .c-spotlight .btn[type='submit'] + .c-button, .c-spotlight .c-standard-form input[type='submit'] + .c-button, .c-standard-form .c-spotlight input[type='submit'] + .c-button, .c-spotlight .c-button + .c-rte__button, .c-spotlight .c-rte__button + .c-rte__button, .c-spotlight .c-standard-form .btn[type='submit'] + .c-rte__button, .c-standard-form .c-spotlight .btn[type='submit'] + .c-rte__button, .c-spotlight .c-standard-form input[type='submit'] + .c-rte__button, .c-standard-form .c-spotlight input[type='submit'] + .c-rte__button, .c-spotlight .c-standard-form .c-button + .btn[type='submit'], .c-standard-form .c-spotlight .c-button + .btn[type='submit'], .c-spotlight .c-standard-form .c-rte__button + .btn[type='submit'], .c-standard-form .c-spotlight .c-rte__button + .btn[type='submit'], .c-spotlight .c-standard-form .btn[type='submit'] + .btn[type='submit'], .c-standard-form .c-spotlight .btn[type='submit'] + .btn[type='submit'], .c-spotlight .c-standard-form input[type='submit'] + .btn[type='submit'], .c-standard-form .c-spotlight input[type='submit'] + .btn[type='submit'],
  .c-spotlight .c-standard-form .c-button + input[type='submit'], .c-standard-form .c-spotlight .c-button + input[type='submit'],
  .c-spotlight .c-standard-form .c-rte__button + input[type='submit'], .c-standard-form .c-spotlight .c-rte__button + input[type='submit'],
  .c-spotlight .c-standard-form .btn[type='submit'] + input[type='submit'], .c-standard-form .c-spotlight .btn[type='submit'] + input[type='submit'],
  .c-spotlight .c-standard-form input[type='submit'] + input[type='submit'], .c-standard-form .c-spotlight input[type='submit'] + input[type='submit'] {
    margin-left: 1.25rem;
  }
}

.c-spotlight__grid:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  display: block;
  height: 100%;
  width: 50vw;
  background-color: #E5F3EE;
}

@media screen and (min-width: 64em) {
  .c-spotlight__grid:after {
    top: 2.5rem;
    height: calc(100% - 5rem);
  }
}

.c-spotlight__img {
  position: relative;
  height: auto;
  width: 100%;
  background-color: #7EC297;
  background-position: center;
  background-size: cover;
}

@media screen and (max-width: 61.1875em) {
  .c-spotlight__img {
    display: none;
  }
}

@media screen and (min-width: 64em) {
  .c-spotlight__img::before {
    content: '';
    position: absolute;
    top: -0.3125rem;
    left: 0;
    height: 0.3125rem;
    width: 100%;
    background: -webkit-gradient(linear, left top, right top, from(#016C63), to(#5F9F76));
    background: linear-gradient(to right, #016C63 0%, #5F9F76 100%);
  }
}

.c-spotlight__content {
  position: relative;
  z-index: 3;
  margin: 0 auto;
  padding: 1.25rem 0;
}

@media screen and (min-width: 46.25em) {
  .c-spotlight__content {
    margin: 2.5rem;
    padding: 2.5rem 0 2.5rem 3.125rem;
  }
}

.c-spotlight__title {
  color: #01857A;
  font-family: "AvantGardeGothicITCW01Bd", arial, sans-serif;
}

.c-spotlight__title,
.c-spotlight__link {
  margin: 0 0 1.25rem;
  font-size: 1.875rem;
}

.c-spotlight__link {
  color: #434343;
}

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

.c-spotlight__link:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  display: block;
  height: 100%;
  width: 100%;
}

.c-spotlight__date {
  display: block;
  margin-bottom: 1rem;
  text-transform: uppercase;
}

.c-spotlight__summary p {
  font-size: calc(1.5vw + 0.75rem);
}

@media print, screen and (min-width: 46.25em) {
  .c-spotlight__summary p {
    font-size: 1.125rem;
  }
}

.c-spotlight__summary .c-rte :last-child {
  margin-bottom: 2.5rem;
}

@media screen and (min-width: 46.25em) {
  .c-spotlight--reverse-order {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}

@media screen and (min-width: 46.25em) {
  .c-spotlight--reverse-order .c-spotlight__content {
    margin: 2.5rem 0 2.5rem 0;
  }
}

.c-spotlight--reverse-order .c-spotlight__grid {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.c-spotlight--reverse-order .c-spotlight__grid:after {
  right: 0;
  left: auto;
}

@media screen and (min-width: 46.25em) {
  .c-spotlight--reverse-order .c-spotlight__content {
    padding: 2.5rem 3.125rem 2.5rem 0;
  }
}

.c-standard-form {
  position: relative;
  z-index: 2;
  background: no-repeat center top;
  background-size: cover;
}

.c-standard-form fieldset {
  margin: 0 0 1.375rem;
}

.c-standard-form legend {
  font-size: 18px;
  font-size: 1.125rem;
}

.c-standard-form legend + p {
  margin-bottom: 1.375rem;
}

.c-standard-form .row .col-md-12 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.c-standard-form .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.c-standard-form .row .col-xs-4.col-sm-4.col-md-4.col-lg-4 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-preferred-size: 33%;
      flex-basis: 33%;
}

.c-standard-form .form-group {
  margin-bottom: 1.375rem;
  list-style: none;
}

.c-standard-form .form-group.halfAvailableWidth {
  width: 100%;
}

@media screen and (min-width: 61.25em) {
  .c-standard-form .form-group.halfAvailableWidth {
    -ms-flex-preferred-size: calc(100%/2 - 1rem);
        flex-basis: calc(100%/2 - 1rem);
  }
}

.c-standard-form .form-group strong,
.c-standard-form .form-group label,
.c-standard-form .form-group .scWebEditInput {
  display: block;
  margin-bottom: 0.625rem;
  font-size: 18px;
  font-size: 1.125rem;
}

.c-standard-form .form-group span {
  display: block;
}

.c-standard-form .form-group span,
.c-standard-form .form-group input,
.c-standard-form .form-group select {
  margin-bottom: 0.625rem;
  width: 100%;
}

.c-standard-form .form-group textarea {
  margin-bottom: 0.625rem;
  width: 100% !important;
}

.c-standard-form .form-group input[type='checkbox'],
.c-standard-form .form-group input[type='radio'] {
  width: auto;
}

.c-standard-form input,
.c-standard-form textarea,
.c-standard-form select, .c-standard-form input:focus,
.c-standard-form textarea:focus,
.c-standard-form select:focus {
  padding: 0.625rem 0.9375rem;
  background: transparent;
  border-color: #7EC297;
  border-top-width: 0;
  border-right-width: 0;
  border-left-width: 0;
}

.c-standard-form input:-webkit-autofill,
.c-standard-form textarea:-webkit-autofill,
.c-standard-form select:-webkit-autofill {
  -webkit-box-shadow: inset 0 0 0 9999px white !important;
}

.c-standard-form input:disabled,
.c-standard-form textarea:disabled,
.c-standard-form select:disabled {
  background: #cccccc !important;
}

.c-standard-form .has-error input,
.c-standard-form .has-error textarea,
.c-standard-form .has-error select {
  border-color: #C70036 !important;
  border-bottom-width: 2px;
}

.c-standard-form input[type='file'] {
  margin: 0 0 1.5rem;
}

.c-standard-form .has-feedback, .c-standard-form .form-group--feedback {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row;
          flex-flow: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.c-standard-form .has-feedback .help-block, .c-standard-form .form-group--feedback .field-validation-error {
  display: block;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 1.875rem 0;
  padding-left: 0;
  max-width: 100%;
}

.c-standard-form .form-group--feedback .field-validation-valid {
  display: none;
}

.c-standard-form .form-group--feedback .field-validation-error {
  margin: 0;
  color: #C70036 !important;
}

@media screen and (min-width: 61.25em) {
  .c-standard-form .form-group--feedback .field-validation-error span {
    display: block;
    margin: 1.875rem 0;
  }
}

.c-standard-form .required-field:after {
  content: '*';
  color: #C70036;
}

.c-standard-form span.field-validation-error {
  color: #C70036;
}

.c-standard-form .has-success .help-block,
.c-standard-form .has-success .control-label,
.c-standard-form .has-success .radio,
.c-standard-form .has-success .checkbox,
.c-standard-form .has-success .radio-inline,
.c-standard-form .has-success .checkbox-inline,
.c-standard-form .has-success.radio label,
.c-standard-form .has-success.checkbox label,
.c-standard-form .has-success.radio-inline label,
.c-standard-form .has-success.checkbox-inline label {
  color: #434343 !important;
}

.c-standard-form .has-error .help-block,
.c-standard-form .has-error .control-label {
  color: #C70036 !important;
}

.c-standard-form .has-error .validation-summary-errors {
  margin-bottom: 3.75rem;
  padding: 1.875rem;
  background-color: #E33A15;
}

.c-standard-form .has-error .validation-summary-errors .list-group {
  margin-left: 3.75rem;
}

.c-standard-form .form-submit-border {
  margin-top: 1.75rem;
}

.c-standard-form__title {
  color: #01857A;
  font-family: "AvantGardeGothicITCW01Bd", arial, sans-serif;
  line-height: 1.13333;
  font-size: 60px;
  font-size: 3.75rem;
}

.c-standard-form__title:first-child {
  margin-top: 0;
}

label {
  display: block;
}

.c-stat__title {
  display: block;
  margin-bottom: 0.9375rem;
  color: #01857A;
  font-family: "AvantGardeGothicITCW01Bd", arial, sans-serif;
  font-size: 4.375rem;
  font-weight: normal;
  line-height: 0.85714;
}

.c-stat__description {
  max-width: 13.75rem;
  font-size: 1.375rem;
  font-weight: 700;
  line-height: 1.36364;
}

.c-stat__cell {
  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;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 3.75rem;
  text-align: center;
}

/*
/ _text-block.scss
*/
.c-text-block {
  padding: 5.625rem 0;
  overflow: hidden;
  text-align: center;
}

.c-text-block__title {
  margin-top: 0;
  margin-bottom: 3.75rem;
  font-family: "Muli-Regular", arial, sans-serif;
  font-size: 1.5rem;
  font-weight: 400;
  letter-spacing: 0.125rem;
  text-transform: uppercase;
}

.c-text-block__title > span {
  position: relative;
  display: inline-block;
  max-width: 80%;
}

.c-text-block__title > span::before,
.c-text-block__title > span::after {
  content: '';
  position: absolute;
  top: 0.625rem;
  height: 0.3125rem;
  width: 62.5rem;
  border-top: 3px solid #7EC297;
}

.c-text-block__title > span::before {
  right: 100%;
  margin-right: 0.9375rem;
}

.c-text-block__title > span::after {
  left: 100%;
  margin-left: 0.9375rem;
}

.c-text-block__body {
  font-weight: 700;
  line-height: 1.36364;
  font-size: 22px;
  font-size: 1.375rem;
}

.c-text-block__body p:last-of-type {
  margin-bottom: 0;
}

.c-text-block__button {
  margin-top: 5.625rem;
}

.c-video-header {
  position: relative;
  z-index: 1;
  padding-top: 8.125rem;
  padding-bottom: 10rem;
  width: 100vw;
  max-width: 100%;
  overflow: hidden;
  background-color: #7EC297;
  background-position: center center;
  background-size: cover;
}

@media screen and (min-width: 64em) {
  .c-video-header {
    padding-top: 16.875rem;
    padding-bottom: 15rem;
    background-image: none;
  }
}

.c-video-header__button {
  display: block;
  width: 100%;
}

@media screen and (min-width: 46.25em) {
  .c-video-header__button {
    display: inline-block;
    width: auto;
  }
}

@media screen and (min-width: 46.25em) {
  .c-video-header__button + .c-video-header__button {
    margin-left: 0.625rem;
  }
}

@media screen and (min-width: 64em) {
  .c-video-header__button + .c-video-header__button {
    margin-left: 1.25rem;
  }
}

.c-video-header .c-button, .c-video-header .c-rte__button, .c-video-header .c-standard-form .btn[type='submit'], .c-standard-form .c-video-header .btn[type='submit'],
.c-video-header .c-standard-form input[type='submit'], .c-standard-form .c-video-header input[type='submit'] {
  margin-bottom: 0.9375rem;
}

@media screen and (min-width: 46.25em) {
  .c-video-header .c-button, .c-video-header .c-rte__button, .c-video-header .c-standard-form .btn[type='submit'], .c-standard-form .c-video-header .btn[type='submit'],
  .c-video-header .c-standard-form input[type='submit'], .c-standard-form .c-video-header input[type='submit'] {
    display: inline-block;
  }
}

.c-video-header__player {
  display: none;
}

@media screen and (min-width: 46.25em) {
  .c-video-header__player {
    height: 100%;
    width: auto;
  }
}

@media screen and (min-width: 64em) {
  .c-video-header__player {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: -1;
    display: block;
    height: auto;
    width: 150vw;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
}

.c-video-header__inner {
  position: relative;
  z-index: 2;
  width: 100%;
}

.c-video-header__content {
  width: 100%;
  max-width: 640px;
}

.c-video-header__title {
  margin: 0;
  margin-bottom: 4.375rem;
  color: #01857A;
  font-family: "AvantGardeGothicITCW01Bd", arial, sans-serif;
  font-size: 2.5rem;
  line-height: 1;
}

@media screen and (min-width: 64em) {
  .c-video-header__title {
    font-size: 3.75rem;
  }
}

.c-video-header__title:last-child {
  margin-bottom: 0;
}

.c-video-header__summary {
  margin: 0 0 1.875rem;
  color: #7EC297;
  font-family: "AvantGardeGothicITCW01Bd", arial, sans-serif;
  font-size: 1.375rem;
}

/*
/ _themes.color-block.scss
*/
.u-color--theme-one .u-color__background {
  background-color: #FFF;
}

.u-color--theme-one .u-color__ribbon {
  color: #08080D;
}

.u-color--theme-one .u-color__summary {
  color: #08080D;
}

.u-color--theme-one .u-color__title {
  color: #08080D;
}

.u-color--theme-one .u-color__foreground {
  color: #08080D;
}

.u-color--theme-one .u-color__link {
  color: #08080D;
}

.u-color--theme-one .u-color__icon {
  fill: #205272;
}

@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: #08080D;
  border-color: #08080D;
  color: #434343;
}

.u-color--theme-one .u-color__button:hover, .u-color--theme-one .u-color__button:focus {
  background-color: #01524c;
  border-color: #01524c;
}

.u-color--theme-two .u-color__background {
  background-color: #205272;
}

.u-color--theme-two .u-color__ribbon {
  color: #5ED1B1;
}

.u-color--theme-two .u-color__summary {
  color: #434343;
}

.u-color--theme-two .u-color__title {
  color: #01857A;
}

.u-color--theme-two .u-color__foreground {
  color: #FFF;
}

.u-color--theme-two .u-color__link {
  color: #FFF;
}

.u-color--theme-two .u-color__icon {
  fill: #FFF;
}

@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: #01857A;
  border-color: #01857A;
  color: #434343;
}

.u-color--theme-two .u-color__button:hover, .u-color--theme-two .u-color__button:focus {
  background-color: #01524c;
  border-color: #01524c;
}

.u-color--theme-three .u-color__background {
  background-color: #7EC297;
}

.u-color--theme-three .u-color__ribbon {
  color: #5ED1B1;
}

.u-color--theme-three .u-color__summary {
  color: #434343;
}

.u-color--theme-three .u-color__title {
  color: #7EC297;
}

.u-color--theme-three .u-color__foreground {
  color: #FFF;
}

.u-color--theme-three .u-color__link {
  color: #FFF;
}

.u-color--theme-three .u-color__icon {
  fill: #FFF;
}

@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: #01857A;
  border-color: #01857A;
  color: #434343;
}

.u-color--theme-three .u-color__button:hover, .u-color--theme-three .u-color__button:focus {
  background-color: #01524c;
  border-color: #01524c;
}

.u-color--theme-four .u-color__background {
  background-color: #5ED1B1;
}

.u-color--theme-four .u-color__ribbon {
  color: #5ED1B1;
}

.u-color--theme-four .u-color__summary {
  color: #434343;
}

.u-color--theme-four .u-color__title {
  color: #5ED1B1;
}

.u-color--theme-four .u-color__foreground {
  color: #FFF;
}

.u-color--theme-four .u-color__link {
  color: #FFF;
}

.u-color--theme-four .u-color__icon {
  fill: #FFF;
}

@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: #01857A;
  border-color: #01857A;
  color: #434343;
}

.u-color--theme-four .u-color__button:hover, .u-color--theme-four .u-color__button:focus {
  background-color: #01524c;
  border-color: #01524c;
}

/*
/ _utils.color-image-block.scss
*/
.u-color--image-theme-one .u-color__background {
  background-color: #FFF;
}

.u-color--image-theme-one .u-color__heading {
  color: #FFF;
}

.u-color--image-theme-one .u-color__strapline {
  color: #FFF;
}

.u-color--image-theme-one .u-color__button {
  border-color: #FFF;
  color: #FFF;
}

.u-color--image-theme-one .u-color__button:hover, .u-color--image-theme-one .u-color__button:focus {
  border-color: #7EC297;
}

.u-color--image-theme-two .u-color__background {
  background-color: #434343;
}

.u-color--image-theme-two .u-color__heading {
  color: #FFF;
}

.u-color--image-theme-two .u-color__strapline {
  color: #4F9D9D;
}

.u-color--image-theme-three .u-color__background {
  background-color: #FFF;
}

.u-color--image-theme-three .u-color__heading {
  color: #7EC297;
}

.u-color--image-theme-three .u-color__strapline {
  color: #5F9F76;
}

.u-color--image-theme-four .u-color__background {
  background-color: #08080D;
}

.u-color--image-theme-four .u-color__heading {
  color: #4F9D9D;
}

.u-color--image-theme-four .u-color__strapline {
  color: #FFF;
}

/*
/ _utils.color-page-cta.scss
*/
.u-color--cta-theme-one .u-color__background {
  background-color: #32A476;
}

.u-color--cta-theme-one .u-color__title {
  color: #252555;
}

.u-color--cta-theme-one .u-color__text {
  color: #FFF;
}

.u-color--cta-theme-one .u-color__link {
  color: #252555;
}

.u-color--cta-theme-two .u-color__background {
  background-color: #009DD1;
}

.u-color--cta-theme-two .u-color__title {
  color: #252555;
}

.u-color--cta-theme-two .u-color__text {
  color: #FFF;
}

.u-color--cta-theme-two .u-color__link {
  color: #252555;
}

.c-cta--theme-one {
  background-color: #4F9D9D;
}

.c-cta--theme-one .c-cta__link {
  color: #E5F3EE;
}

.c-cta--theme-two {
  background-color: #C70036;
}

.c-cta--theme-two .c-cta__link {
  color: #01857A;
}

.c-cta--theme-three {
  background-color: #205272;
}

.c-cta--theme-three .c-cta__link {
  color: #C70036;
}

.c-cta--theme-four {
  background-color: #434343;
}

.c-cta--theme-four .c-cta__link {
  color: #205272;
}

.c-text-block--theme-one {
  background-color: #F7FAF8;
}

.c-text-block--theme-one .c-text-block__body {
  color: #434343;
}

.c-text-block--theme-one .c-text-block__title {
  color: #434343;
}

.c-text-block--theme-one .c-text-block__button {
  background-color: #FFF;
  border-color: #01857A;
  color: #01857A;
}

.c-text-block--theme-one .c-text-block__button:hover {
  background-color: #01857A;
}

.c-text-block--theme-two {
  background-color: #4F9D9D;
}

.c-text-block--theme-two .c-text-block__body {
  color: #434343;
}

.c-text-block--theme-two .c-text-block__title {
  color: #434343;
}

.c-text-block--theme-two .c-text-block__button {
  background-color: #FFF;
  border-color: #01857A;
  color: #01857A;
}

.c-text-block--theme-two .c-text-block__button:hover {
  background-color: #01857A;
}

/*
/ __trumps.hacks.scss
*/
/*

# TRUMPS


*/
/*
/ _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: 19.9375em) {
  .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.875rem;
}

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

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

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

.u-spacing--top-lg {
  padding-top: 3.75rem;
}

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

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

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

.u-spacing--top-xl {
  padding-top: 5.625rem;
}

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

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

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

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

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

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

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

.u-spacing--bottom-lg {
  padding-bottom: 3.75rem;
}

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

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

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

.u-spacing--bottom-xl {
  padding-bottom: 5.625rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.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: #01524c;
  color: #FFF;
}

/*
/ _trumps.print.scss
*/
@media print {
  .c-rich-text {
    display: block !important;
  }
  .c-rich-text a[href]:after {
    content: " (" attr(href) ")";
  }
  .c-rich-text abbr[title]:after {
    content: " (" attr(title) ")";
  }
  .c-rich-text a[href^="#"]:after {
    content: "";
  }
  pre, blockquote {
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr, img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  p, h2, h3 {
    orphans: 3;
    widows: 3;
  }
  h2, h3 {
    page-break-after: avoid;
  }
  body {
    color: black;
  }
}

/*
#Print
*/
/*
/ _trumps.vendor.scss
*/

/*# sourceMappingURL=../maps/css/entrade.css.map */
