@charset "UTF-8";
/******************************************************************

Stylesheet: Main Stylesheet

Here's where the magic happens. Here is where you import
all of your Sass files so they can compile into one
CSS file.

******************************************************************/
/* @import must be at top of file, otherwise CSS will not work */
@import url("//hello.myfonts.net/count/3a4830");
@font-face {
  font-family: "Geon";
  src: url("../fonts/geon/3A4830_7_0.eot");
  src: url("../fonts/geon/3A4830_7_0.eot?#iefix") format("embedded-opentype"),
    url("../fonts/geon/3A4830_7_0.woff2") format("woff2"),
    url("../fonts/geon/3A4830_7_0.woff") format("woff"),
    url("../fonts/geon/3A4830_7_0.ttf") format("truetype");
  font-weight: normal;
  font-style: italic;
}

@font-face {
  font-family: "Geon";
  src: url("../fonts/geon/3A4830_C_0.eot");
  src: url("../fonts/geon/3A4830_C_0.eot?#iefix") format("embedded-opentype"),
    url("../fonts/geon/3A4830_C_0.woff2") format("woff2"),
    url("../fonts/geon/3A4830_C_0.woff") format("woff"),
    url("../fonts/geon/3A4830_C_0.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Geon";
  src: url("../fonts/geon/3A4830_E_0.eot");
  src: url("../fonts/geon/3A4830_E_0.eot?#iefix") format("embedded-opentype"),
    url("../fonts/geon/3A4830_E_0.woff2") format("woff2"),
    url("../fonts/geon/3A4830_E_0.woff") format("woff"),
    url("../fonts/geon/3A4830_E_0.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: "Geon";
  src: url("../fonts/geon/3A4830_10_0.eot");
  src: url("../fonts/geon/3A4830_10_0.eot?#iefix") format("embedded-opentype"),
    url("../fonts/geon/3A4830_10_0.woff2") format("woff2"),
    url("../fonts/geon/3A4830_10_0.woff") format("woff"),
    url("../fonts/geon/3A4830_10_0.ttf") format("truetype");
  font-weight: bold;
  font-style: italic;
}

/**
 * Foundation for Sites by ZURB
 * Version 6.5.3
 * foundation.zurb.com
 * Licensed under MIT Open Source
 */
/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

a {
  background-color: transparent;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}

b,
strong {
  font-weight: bolder;
}

code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

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

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

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

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

details {
  display: block;
}

summary {
  display: list-item;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

.foundation-mq {
  font-family: "small=0em&medium=40em&large=64em&xlarge=90em&xxlarge=120em";
}

html {
  box-sizing: border-box;
  font-size: 81.25%;
}

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

body {
  margin: 0;
  padding: 0;
  background: #ffffff;
  font-family: "Roboto", sans-serif;
  font-weight: normal;
  line-height: 1.5;
  color: #425563;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

img {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  height: auto;
  -ms-interpolation-mode: bicubic;
}

textarea {
  height: auto;
  min-height: 50px;
  border-radius: 0;
}

select {
  box-sizing: border-box;
  width: 100%;
  border-radius: 0;
}

.map_canvas img,
.map_canvas embed,
.map_canvas object,
.mqa-display img,
.mqa-display embed,
.mqa-display object {
  max-width: none !important;
}

button {
  padding: 0;
  appearance: none;
  border: 0;
  border-radius: 0;
  background: transparent;
  line-height: 1;
  cursor: auto;
}

[data-whatinput="mouse"] button {
  outline: 0;
}

pre {
  overflow: auto;
}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
}

.is-visible {
  display: block !important;
}

.is-hidden {
  display: none !important;
}

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

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

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

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

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

.grid-x {
  display: flex;
  flex-flow: row wrap;
}

.cell {
  flex: 0 0 auto;
  min-height: 0px;
  min-width: 0px;
  width: 100%;
}

.cell.auto {
  flex: 1 1 0px;
}

.cell.shrink {
  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 {
  flex-basis: auto;
}

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

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

@media screen and (min-width: 90em) {
  .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 {
    flex-basis: auto;
  }
}

@media screen and (min-width: 120em) {
  .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 {
    flex-basis: auto;
  }
}

.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 {
  flex: 0 0 auto;
}

.grid-x > .small-1 {
  width: 8.33333%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

@media screen and (min-width: 90em) {
  .grid-x > .xlarge-auto {
    flex: 1 1 0px;
    width: auto;
  }
  .grid-x > .xlarge-shrink,
  .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 {
    flex: 0 0 auto;
  }
  .grid-x > .xlarge-shrink {
    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: 120em) {
  .grid-x > .xxlarge-auto {
    flex: 1 1 0px;
    width: auto;
  }
  .grid-x > .xxlarge-shrink,
  .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 {
    flex: 0 0 auto;
  }
  .grid-x > .xxlarge-shrink {
    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.76923rem;
  margin-right: -0.76923rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media screen and (min-width: 90em) {
  .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: 120em) {
  .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.53846rem);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media screen and (min-width: 90em) {
  .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: 120em) {
  .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: 40em) {
  .medium-margin-collapse {
    margin-right: 0;
    margin-left: 0;
  }
  .medium-margin-collapse > .cell {
    margin-right: 0;
    margin-left: 0;
  }
}

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

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

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

@media screen and (min-width: 90em) {
  .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: 120em) {
  .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: 40em) {
  .medium-padding-collapse {
    margin-right: 0;
    margin-left: 0;
  }
  .medium-padding-collapse > .cell {
    padding-right: 0;
    padding-left: 0;
  }
}

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

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

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

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

@media screen and (min-width: 90em) {
  .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: 120em) {
  .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: 64em) {
  .large-padding-collapse {
    margin-right: 0;
    margin-left: 0;
  }
  .large-padding-collapse > .cell {
    padding-right: 0;
    padding-left: 0;
  }
}

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

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

@media screen and (min-width: 90em) {
  .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 {
    width: 33.33333%;
  }
  .xlarge-margin-collapse > .large-5 {
    width: 41.66667%;
  }
  .xlarge-margin-collapse > .large-6 {
    width: 50%;
  }
  .xlarge-margin-collapse > .large-7 {
    width: 58.33333%;
  }
  .xlarge-margin-collapse > .large-8 {
    width: 66.66667%;
  }
  .xlarge-margin-collapse > .large-9 {
    width: 75%;
  }
  .xlarge-margin-collapse > .large-10 {
    width: 83.33333%;
  }
  .xlarge-margin-collapse > .large-11 {
    width: 91.66667%;
  }
  .xlarge-margin-collapse > .large-12 {
    width: 100%;
  }
}

@media screen and (min-width: 90em) {
  .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: 120em) {
  .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: 90em) {
  .xlarge-padding-collapse {
    margin-right: 0;
    margin-left: 0;
  }
  .xlarge-padding-collapse > .cell {
    padding-right: 0;
    padding-left: 0;
  }
}

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

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

@media screen and (min-width: 120em) {
  .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 {
    width: 33.33333%;
  }
  .xxlarge-margin-collapse > .large-5 {
    width: 41.66667%;
  }
  .xxlarge-margin-collapse > .large-6 {
    width: 50%;
  }
  .xxlarge-margin-collapse > .large-7 {
    width: 58.33333%;
  }
  .xxlarge-margin-collapse > .large-8 {
    width: 66.66667%;
  }
  .xxlarge-margin-collapse > .large-9 {
    width: 75%;
  }
  .xxlarge-margin-collapse > .large-10 {
    width: 83.33333%;
  }
  .xxlarge-margin-collapse > .large-11 {
    width: 91.66667%;
  }
  .xxlarge-margin-collapse > .large-12 {
    width: 100%;
  }
}

@media screen and (min-width: 120em) {
  .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: 120em) {
  .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: 120em) {
  .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.76923rem);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.grid-y {
  display: flex;
  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 {
  flex-basis: auto;
}

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

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

@media screen and (min-width: 90em) {
  .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 {
    flex-basis: auto;
  }
}

@media screen and (min-width: 120em) {
  .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 {
    flex-basis: auto;
  }
}

.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 {
  flex: 0 0 auto;
}

.grid-y > .small-1 {
  height: 8.33333%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

@media screen and (min-width: 90em) {
  .grid-y > .xlarge-auto {
    flex: 1 1 0px;
    height: auto;
  }
  .grid-y > .xlarge-shrink,
  .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 {
    flex: 0 0 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: 120em) {
  .grid-y > .xxlarge-auto {
    flex: 1 1 0px;
    height: auto;
  }
  .grid-y > .xxlarge-shrink,
  .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 {
    flex: 0 0 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.76923rem;
  margin-bottom: -0.76923rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.cell-block-container {
  display: flex;
  flex-direction: column;
  max-height: 100%;
}

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

@media print, screen and (min-width: 40em) {
  .medium-grid-frame {
    overflow: hidden;
    position: relative;
    flex-wrap: nowrap;
    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-style: -ms-autohiding-scrollbar;
  }
  .medium-cell-block-container {
    display: flex;
    flex-direction: column;
    max-height: 100%;
  }
  .medium-cell-block-container > .grid-x {
    max-height: 100%;
    flex-wrap: nowrap;
  }
  .medium-cell-block-y {
    overflow-y: auto;
    max-height: 100%;
    min-height: 100%;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
}

@media print, screen and (min-width: 64em) {
  .large-grid-frame {
    overflow: hidden;
    position: relative;
    flex-wrap: nowrap;
    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-style: -ms-autohiding-scrollbar;
  }
  .large-cell-block-container {
    display: flex;
    flex-direction: column;
    max-height: 100%;
  }
  .large-cell-block-container > .grid-x {
    max-height: 100%;
    flex-wrap: nowrap;
  }
  .large-cell-block-y {
    overflow-y: auto;
    max-height: 100%;
    min-height: 100%;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
}

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

@media screen and (min-width: 120em) {
  .xxlarge-grid-frame {
    overflow: hidden;
    position: relative;
    flex-wrap: nowrap;
    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-style: -ms-autohiding-scrollbar;
  }
  .xxlarge-cell-block-container {
    display: flex;
    flex-direction: column;
    max-height: 100%;
  }
  .xxlarge-cell-block-container > .grid-x {
    max-height: 100%;
    flex-wrap: nowrap;
  }
  .xxlarge-cell-block-y {
    overflow-y: auto;
    max-height: 100%;
    min-height: 100%;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
}

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

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

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

@media screen and (min-width: 90em) {
  .grid-y.xlarge-grid-frame {
    width: auto;
    overflow: hidden;
    position: relative;
    flex-wrap: nowrap;
    align-items: stretch;
    height: 100vh;
  }
}

@media screen and (min-width: 120em) {
  .grid-y.xxlarge-grid-frame {
    width: auto;
    overflow: hidden;
    position: relative;
    flex-wrap: nowrap;
    align-items: stretch;
    height: 100vh;
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.align-left {
  justify-content: flex-start;
}

.align-right {
  justify-content: flex-end;
}

.align-center {
  justify-content: center;
}

.align-justify {
  justify-content: space-between;
}

.align-spaced {
  justify-content: space-around;
}

.align-left.vertical.menu > li > a {
  justify-content: flex-start;
}

.align-right.vertical.menu > li > a {
  justify-content: flex-end;
}

.align-center.vertical.menu > li > a {
  justify-content: center;
}

.align-top {
  align-items: flex-start;
}

.align-self-top {
  align-self: flex-start;
}

.align-bottom {
  align-items: flex-end;
}

.align-self-bottom {
  align-self: flex-end;
}

.align-middle {
  align-items: center;
}

.align-self-middle {
  align-self: center;
}

.align-stretch {
  align-items: stretch;
}

.align-self-stretch {
  align-self: stretch;
}

.align-center-middle {
  justify-content: center;
  align-items: center;
  align-content: center;
}

.small-order-1 {
  order: 1;
}

.small-order-2 {
  order: 2;
}

.small-order-3 {
  order: 3;
}

.small-order-4 {
  order: 4;
}

.small-order-5 {
  order: 5;
}

.small-order-6 {
  order: 6;
}

@media print, screen and (min-width: 40em) {
  .medium-order-1 {
    order: 1;
  }
  .medium-order-2 {
    order: 2;
  }
  .medium-order-3 {
    order: 3;
  }
  .medium-order-4 {
    order: 4;
  }
  .medium-order-5 {
    order: 5;
  }
  .medium-order-6 {
    order: 6;
  }
}

@media print, screen and (min-width: 64em) {
  .large-order-1 {
    order: 1;
  }
  .large-order-2 {
    order: 2;
  }
  .large-order-3 {
    order: 3;
  }
  .large-order-4 {
    order: 4;
  }
  .large-order-5 {
    order: 5;
  }
  .large-order-6 {
    order: 6;
  }
}

@media screen and (min-width: 90em) {
  .xlarge-order-1 {
    order: 1;
  }
  .xlarge-order-2 {
    order: 2;
  }
  .xlarge-order-3 {
    order: 3;
  }
  .xlarge-order-4 {
    order: 4;
  }
  .xlarge-order-5 {
    order: 5;
  }
  .xlarge-order-6 {
    order: 6;
  }
}

@media screen and (min-width: 120em) {
  .xxlarge-order-1 {
    order: 1;
  }
  .xxlarge-order-2 {
    order: 2;
  }
  .xxlarge-order-3 {
    order: 3;
  }
  .xxlarge-order-4 {
    order: 4;
  }
  .xxlarge-order-5 {
    order: 5;
  }
  .xxlarge-order-6 {
    order: 6;
  }
}

.flex-container {
  display: flex;
}

.flex-child-auto {
  flex: 1 1 auto;
}

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

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

.flex-dir-row {
  flex-direction: row;
}

.flex-dir-row-reverse {
  flex-direction: row-reverse;
}

.flex-dir-column {
  flex-direction: column;
}

.flex-dir-column-reverse {
  flex-direction: column-reverse;
}

@media print, screen and (min-width: 40em) {
  .medium-flex-container {
    display: flex;
  }
  .medium-flex-child-auto {
    flex: 1 1 auto;
  }
  .medium-flex-child-grow {
    flex: 1 0 auto;
  }
  .medium-flex-child-shrink {
    flex: 0 1 auto;
  }
  .medium-flex-dir-row {
    flex-direction: row;
  }
  .medium-flex-dir-row-reverse {
    flex-direction: row-reverse;
  }
  .medium-flex-dir-column {
    flex-direction: column;
  }
  .medium-flex-dir-column-reverse {
    flex-direction: column-reverse;
  }
}

@media print, screen and (min-width: 64em) {
  .large-flex-container {
    display: flex;
  }
  .large-flex-child-auto {
    flex: 1 1 auto;
  }
  .large-flex-child-grow {
    flex: 1 0 auto;
  }
  .large-flex-child-shrink {
    flex: 0 1 auto;
  }
  .large-flex-dir-row {
    flex-direction: row;
  }
  .large-flex-dir-row-reverse {
    flex-direction: row-reverse;
  }
  .large-flex-dir-column {
    flex-direction: column;
  }
  .large-flex-dir-column-reverse {
    flex-direction: column-reverse;
  }
}

@media screen and (min-width: 90em) {
  .xlarge-flex-container {
    display: flex;
  }
  .xlarge-flex-child-auto {
    flex: 1 1 auto;
  }
  .xlarge-flex-child-grow {
    flex: 1 0 auto;
  }
  .xlarge-flex-child-shrink {
    flex: 0 1 auto;
  }
  .xlarge-flex-dir-row {
    flex-direction: row;
  }
  .xlarge-flex-dir-row-reverse {
    flex-direction: row-reverse;
  }
  .xlarge-flex-dir-column {
    flex-direction: column;
  }
  .xlarge-flex-dir-column-reverse {
    flex-direction: column-reverse;
  }
}

@media screen and (min-width: 120em) {
  .xxlarge-flex-container {
    display: flex;
  }
  .xxlarge-flex-child-auto {
    flex: 1 1 auto;
  }
  .xxlarge-flex-child-grow {
    flex: 1 0 auto;
  }
  .xxlarge-flex-child-shrink {
    flex: 0 1 auto;
  }
  .xxlarge-flex-dir-row {
    flex-direction: row;
  }
  .xxlarge-flex-dir-row-reverse {
    flex-direction: row-reverse;
  }
  .xxlarge-flex-dir-column {
    flex-direction: column;
  }
  .xxlarge-flex-dir-column-reverse {
    flex-direction: column-reverse;
  }
}

div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
}

p {
  margin-bottom: 1rem;
  font-size: inherit;
  line-height: 1.6;
  text-rendering: optimizeLegibility;
}

em,
i {
  font-style: italic;
  line-height: inherit;
}

strong,
b {
  font-weight: bold;
  line-height: inherit;
}

small {
  font-size: 84.61538%;
  line-height: inherit;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  font-family: "Geon", sans-serif;
  font-style: normal;
  font-weight: bold;
  color: inherit;
  text-rendering: optimizeLegibility;
}

h1 small,
.h1 small,
h2 small,
.h2 small,
h3 small,
.h3 small,
h4 small,
.h4 small,
h5 small,
.h5 small,
h6 small,
.h6 small {
  line-height: 0;
  color: #425563;
}

h1,
.h1 {
  font-size: 2.76923rem;
  line-height: 1;
  margin-top: 0;
  margin-bottom: 0.75rem;
}

h2,
.h2 {
  font-size: 2.76923rem;
  line-height: 1;
  margin-top: 0;
  margin-bottom: 0.75rem;
}

h3,
.h3 {
  font-size: 1.84615rem;
  line-height: 1;
  margin-top: 0;
  margin-bottom: 0.75rem;
}

h4,
.h4 {
  font-size: 1.53846rem;
  line-height: 1;
  margin-top: 0;
  margin-bottom: 0.75rem;
}

h5,
.h5 {
  font-size: 1.23077rem;
  line-height: 1;
  margin-top: 0;
  margin-bottom: 0.75rem;
}

h6,
.h6 {
  font-size: 1rem;
  line-height: 1;
  margin-top: 0;
  margin-bottom: 0.75rem;
}

@media print, screen and (min-width: 40em) {
  h1,
  .h1 {
    font-size: 2.76923rem;
  }
  h2,
  .h2 {
    font-size: 2.76923rem;
  }
  h3,
  .h3 {
    font-size: 1.84615rem;
  }
  h4,
  .h4 {
    font-size: 1.53846rem;
  }
  h5,
  .h5 {
    font-size: 1.23077rem;
  }
  h6,
  .h6 {
    font-size: 1rem;
  }
}

a {
  line-height: inherit;
  color: #00145a;
  text-decoration: none;
  cursor: pointer;
}

a:hover,
a:focus {
  color: #f16464;
}

a img {
  border: 0;
}

hr {
  clear: both;
  max-width: 100%;
  height: 0;
  margin: 3.07692rem auto;
  border-top: 0;
  border-right: 0;
  border-bottom: 1px solid #f5f6f7;
  border-left: 0;
}

ul,
ol,
dl {
  margin-bottom: 0.5rem;
  list-style-position: outside;
  line-height: 1.6;
}

li {
  font-size: inherit;
}

ul {
  margin-left: 1.25rem;
  list-style-type: disc;
}

ol {
  margin-left: 1.25rem;
}

ul ul,
ol ul,
ul ol,
ol ol {
  margin-left: 1.25rem;
  margin-bottom: 0;
}

dl {
  margin-bottom: 1rem;
}

dl dt {
  margin-bottom: 0.3rem;
  font-weight: bold;
}

blockquote {
  margin: 0 0 1rem;
  padding: 1.15385rem 0;
  border-left: 0;
}

blockquote,
blockquote p {
  line-height: 1.6;
  color: #a0aab1;
}

cite {
  display: block;
  font-size: 1rem;
  color: #425563;
}

cite:before {
  content: "";
}

abbr,
abbr[title] {
  border-bottom: 1px dotted #425563;
  cursor: help;
  text-decoration: none;
}

figure {
  margin: 0;
}

code {
  padding: 0.15385rem 0.38462rem 0.07692rem;
  border: 1px solid #b7c9d3;
  background-color: #f5f6f7;
  font-family: Consolas, "Liberation Mono", Courier, monospace;
  font-weight: normal;
  color: #425563;
}

kbd {
  margin: 0;
  padding: 0.15385rem 0.30769rem 0;
  background-color: #f5f6f7;
  font-family: Consolas, "Liberation Mono", Courier, monospace;
  color: #425563;
}

.subheader {
  margin-top: 0.2rem;
  margin-bottom: 0.5rem;
  font-weight: normal;
  line-height: 1.4;
  color: #a0aab1;
}

.lead {
  font-size: 1.15385rem;
  line-height: 1.6;
}

.stat {
  font-size: 1rem;
  line-height: 1;
}

p + .stat {
  margin-top: -1rem;
}

ul.no-bullet,
ol.no-bullet {
  margin-left: 0;
  list-style: none;
}

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

.text-center {
  text-align: center;
}

.text-justify {
  text-align: justify;
}

@media print, screen and (min-width: 40em) {
  .medium-text-left {
    text-align: left;
  }
  .medium-text-right {
    text-align: right;
  }
  .medium-text-center {
    text-align: center;
  }
  .medium-text-justify {
    text-align: justify;
  }
}

@media print, screen and (min-width: 64em) {
  .large-text-left {
    text-align: left;
  }
  .large-text-right {
    text-align: right;
  }
  .large-text-center {
    text-align: center;
  }
  .large-text-justify {
    text-align: justify;
  }
}

@media screen and (min-width: 90em) {
  .xlarge-text-left {
    text-align: left;
  }
  .xlarge-text-right {
    text-align: right;
  }
  .xlarge-text-center {
    text-align: center;
  }
  .xlarge-text-justify {
    text-align: justify;
  }
}

@media screen and (min-width: 120em) {
  .xxlarge-text-left {
    text-align: left;
  }
  .xxlarge-text-right {
    text-align: right;
  }
  .xxlarge-text-center {
    text-align: center;
  }
  .xxlarge-text-justify {
    text-align: justify;
  }
}

.show-for-print {
  display: none !important;
}

@media print {
  * {
    box-shadow: none !important;
    color: black !important;
    text-shadow: none !important;
  }
  .show-for-print {
    display: block !important;
  }
  .hide-for-print {
    display: none !important;
  }
  table.show-for-print {
    display: table !important;
  }
  thead.show-for-print {
    display: table-header-group !important;
  }
  tbody.show-for-print {
    display: table-row-group !important;
  }
  tr.show-for-print {
    display: table-row !important;
  }
  td.show-for-print {
    display: table-cell !important;
  }
  th.show-for-print {
    display: table-cell !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  pre,
  blockquote {
    border: 1px solid #a0aab1;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  @page {
    margin: 0.5cm;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  .print-break-inside {
    page-break-inside: auto;
  }
}

[type="text"],
[type="password"],
[type="date"],
[type="datetime"],
[type="datetime-local"],
[type="month"],
[type="week"],
[type="email"],
[type="number"],
[type="search"],
[type="tel"],
[type="time"],
[type="url"],
[type="color"],
textarea {
  display: block;
  box-sizing: border-box;
  width: 100%;
  height: 2.76923rem;
  margin: 0 0 1.23077rem;
  padding: 0.61538rem;
  border: 1px solid #b7c9d3;
  border-radius: 0;
  background-color: #ffffff;
  box-shadow: inset 0 1px 2px rgba(66, 85, 99, 0.1);
  font-family: inherit;
  font-size: 1.07692rem;
  font-weight: normal;
  line-height: 1.5;
  color: #425563;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
  appearance: none;
}

[type="text"]:focus,
[type="password"]:focus,
[type="date"]:focus,
[type="datetime"]:focus,
[type="datetime-local"]:focus,
[type="month"]:focus,
[type="week"]:focus,
[type="email"]:focus,
[type="number"]:focus,
[type="search"]:focus,
[type="tel"]:focus,
[type="time"]:focus,
[type="url"]:focus,
[type="color"]:focus,
textarea:focus {
  outline: none;
  border: 1px solid #a0aab1;
  background-color: #ffffff;
  box-shadow: 0 0 5px #b7c9d3;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
}

textarea {
  max-width: 100%;
}

textarea[rows] {
  height: auto;
}

input:disabled,
input[readonly],
textarea:disabled,
textarea[readonly] {
  background-color: #f5f6f7;
  cursor: not-allowed;
}

[type="submit"],
[type="button"] {
  appearance: none;
  border-radius: 0;
}

input[type="search"] {
  box-sizing: border-box;
}

::placeholder {
  color: #b7c9d3;
}

[type="file"],
[type="checkbox"],
[type="radio"] {
  margin: 0 0 1.23077rem;
}

[type="checkbox"] + label,
[type="radio"] + label {
  display: inline-block;
  vertical-align: baseline;
  margin-left: 0.61538rem;
  margin-right: 1.23077rem;
  margin-bottom: 0;
}

[type="checkbox"] + label[for],
[type="radio"] + label[for] {
  cursor: pointer;
}

label > [type="checkbox"],
label > [type="radio"] {
  margin-right: 0.61538rem;
}

[type="file"] {
  width: 100%;
}

label {
  display: block;
  margin: 0;
  font-size: 1.07692rem;
  font-weight: normal;
  line-height: 1.8;
  color: #425563;
}

label.middle {
  margin: 0 0 1.23077rem;
  padding: 0.69231rem 0;
}

.help-text {
  margin-top: -0.61538rem;
  font-size: 1rem;
  font-style: italic;
  color: #425563;
}

.input-group {
  display: flex;
  width: 100%;
  margin-bottom: 1.23077rem;
  align-items: stretch;
}

.input-group > :first-child,
.input-group > :first-child.input-group-button > * {
  border-radius: 0 0 0 0;
}

.input-group > :last-child,
.input-group > :last-child.input-group-button > * {
  border-radius: 0 0 0 0;
}

.input-group-label,
.input-group-field,
.input-group-button,
.input-group-button a,
.input-group-button input,
.input-group-button button,
.input-group-button label {
  margin: 0;
  white-space: nowrap;
}

.input-group-label {
  padding: 0 1rem;
  border: 1px solid #b7c9d3;
  background: #f5f6f7;
  color: #425563;
  text-align: center;
  white-space: nowrap;
  display: flex;
  flex: 0 0 auto;
  align-items: center;
}

.input-group-label:first-child {
  border-right: 0;
}

.input-group-label:last-child {
  border-left: 0;
}

.input-group-field {
  border-radius: 0;
  flex: 1 1 0px;
  min-width: 0;
}

.input-group-button {
  padding-top: 0;
  padding-bottom: 0;
  text-align: center;
  display: flex;
  flex: 0 0 auto;
}

.input-group-button a,
.input-group-button input,
.input-group-button button,
.input-group-button label {
  align-self: stretch;
  height: auto;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 1.07692rem;
}

fieldset {
  margin: 0;
  padding: 0;
  border: 0;
}

legend {
  max-width: 100%;
  margin-bottom: 0.61538rem;
}

.fieldset {
  margin: 1.38462rem 0;
  padding: 1.53846rem;
  border: 1px solid #b7c9d3;
}

.fieldset legend {
  margin: 0;
  margin-left: -0.23077rem;
  padding: 0 0.23077rem;
}

select {
  height: 2.76923rem;
  margin: 0 0 1.23077rem;
  padding: 0.61538rem;
  appearance: none;
  border: 1px solid #b7c9d3;
  border-radius: 0;
  background-color: #ffffff;
  font-family: inherit;
  font-size: 1.07692rem;
  font-weight: normal;
  line-height: 1.5;
  color: #425563;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' version='1.1' width='32' height='24' viewBox='0 0 32 24'><polygon points='0,0 32,0 16,24' style='fill: rgb%28160, 170, 177%29'></polygon></svg>");
  background-origin: content-box;
  background-position: right -1.23077rem center;
  background-repeat: no-repeat;
  background-size: 9px 6px;
  padding-right: 1.84615rem;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
}

@media screen and (min-width: 0\0) {
  select {
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAYCAYAAACbU/80AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAMBJREFUeNrEllsOhCAMRVszC9IlzU7KCmVHTJsoMWYMUtpyv9BgbuXQB5ZSdgBYYY4ycgBivk8KYFsQMfMiTTBP4o3nUzCKzOabLJbLy2/g31evGkAginR4/ZegKH5qX3bJCscA3t0x3kgO5tQFyhhFf50xRqFLbyMUNJQzgyjGS/wgCpvKqkRBpuWrE4V9d+1E4dPUXqIg107SQOE/2DRQxMwTDygIInVDET9T3lCoj/6j/VCmGjZOl2lKpZ8AAwDQP7zIimDGFQAAAABJRU5ErkJggg==");
  }
}

select:focus {
  outline: none;
  border: 1px solid #a0aab1;
  background-color: #ffffff;
  box-shadow: 0 0 5px #b7c9d3;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
}

select:disabled {
  background-color: #f5f6f7;
  cursor: not-allowed;
}

select::-ms-expand {
  display: none;
}

select[multiple] {
  height: auto;
  background-image: none;
}

.is-invalid-input:not(:focus) {
  border-color: #ff0000;
  background-color: #ffe6e6;
}

.is-invalid-input:not(:focus)::placeholder {
  color: #ff0000;
}

.is-invalid-label {
  color: #ff0000;
}

.form-error {
  display: none;
  margin-top: -0.61538rem;
  margin-bottom: 1.23077rem;
  font-size: 0.92308rem;
  font-weight: bold;
  color: #ff0000;
}

.form-error.is-visible {
  display: block;
}

.button {
  display: inline-block;
  vertical-align: middle;
  margin: 0 0 1rem 0;
  padding: 0.85em 1em;
  border: 1px solid transparent;
  border-radius: 0;
  transition: background-color 0.25s ease-out, color 0.25s ease-out;
  font-family: inherit;
  font-size: 0.9rem;
  -webkit-appearance: none;
  line-height: 1;
  text-align: center;
  cursor: pointer;
  background-color: #00145a;
  color: #ffffff;
}

[data-whatinput="mouse"] .button {
  outline: 0;
}

.button:hover,
.button:focus {
  background-color: #f16464;
  color: #ffffff;
}

.button.tiny {
  font-size: 0.6rem;
}

.button.small {
  font-size: 0.75rem;
}

.button.large {
  font-size: 1.25rem;
}

.button.expanded {
  display: block;
  width: 100%;
  margin-right: 0;
  margin-left: 0;
}

.button.primary {
  background-color: #00145a;
  color: #ffffff;
}

.button.primary:hover,
.button.primary:focus {
  background-color: #001048;
  color: #ffffff;
}

.button.secondary {
  background-color: #f16464;
  color: #ffffff;
}

.button.secondary:hover,
.button.secondary:focus {
  background-color: #eb2525;
  color: #ffffff;
}

.button.success {
  background-color: #00d592;
  color: #425563;
}

.button.success:hover,
.button.success:focus {
  background-color: #00aa75;
  color: #425563;
}

.button.warning {
  background-color: #ffb300;
  color: #425563;
}

.button.warning:hover,
.button.warning:focus {
  background-color: #cc8f00;
  color: #425563;
}

.button.alert {
  background-color: #ff0000;
  color: #ffffff;
}

.button.alert:hover,
.button.alert:focus {
  background-color: #cc0000;
  color: #ffffff;
}

.button.disabled,
.button[disabled] {
  opacity: 0.25;
  cursor: not-allowed;
}

.button.disabled,
.button.disabled:hover,
.button.disabled:focus,
.button[disabled],
.button[disabled]:hover,
.button[disabled]:focus {
  background-color: #00145a;
  color: #ffffff;
}

.button.disabled.primary,
.button[disabled].primary {
  opacity: 0.25;
  cursor: not-allowed;
}

.button.disabled.primary,
.button.disabled.primary:hover,
.button.disabled.primary:focus,
.button[disabled].primary,
.button[disabled].primary:hover,
.button[disabled].primary:focus {
  background-color: #00145a;
  color: #ffffff;
}

.button.disabled.secondary,
.button[disabled].secondary {
  opacity: 0.25;
  cursor: not-allowed;
}

.button.disabled.secondary,
.button.disabled.secondary:hover,
.button.disabled.secondary:focus,
.button[disabled].secondary,
.button[disabled].secondary:hover,
.button[disabled].secondary:focus {
  background-color: #f16464;
  color: #ffffff;
}

.button.disabled.success,
.button[disabled].success {
  opacity: 0.25;
  cursor: not-allowed;
}

.button.disabled.success,
.button.disabled.success:hover,
.button.disabled.success:focus,
.button[disabled].success,
.button[disabled].success:hover,
.button[disabled].success:focus {
  background-color: #00d592;
  color: #425563;
}

.button.disabled.warning,
.button[disabled].warning {
  opacity: 0.25;
  cursor: not-allowed;
}

.button.disabled.warning,
.button.disabled.warning:hover,
.button.disabled.warning:focus,
.button[disabled].warning,
.button[disabled].warning:hover,
.button[disabled].warning:focus {
  background-color: #ffb300;
  color: #425563;
}

.button.disabled.alert,
.button[disabled].alert {
  opacity: 0.25;
  cursor: not-allowed;
}

.button.disabled.alert,
.button.disabled.alert:hover,
.button.disabled.alert:focus,
.button[disabled].alert,
.button[disabled].alert:hover,
.button[disabled].alert:focus {
  background-color: #ff0000;
  color: #ffffff;
}

.button.hollow {
  border: 1px solid #00145a;
  color: #00145a;
}

.button.hollow,
.button.hollow:hover,
.button.hollow:focus {
  background-color: transparent;
}

.button.hollow.disabled,
.button.hollow.disabled:hover,
.button.hollow.disabled:focus,
.button.hollow[disabled],
.button.hollow[disabled]:hover,
.button.hollow[disabled]:focus {
  background-color: transparent;
}

.button.hollow:hover,
.button.hollow:focus {
  border-color: #000a2d;
  color: #000a2d;
}

.button.hollow:hover.disabled,
.button.hollow:hover[disabled],
.button.hollow:focus.disabled,
.button.hollow:focus[disabled] {
  border: 1px solid #00145a;
  color: #00145a;
}

.button.hollow.primary {
  border: 1px solid #00145a;
  color: #00145a;
}

.button.hollow.primary:hover,
.button.hollow.primary:focus {
  border-color: #000a2d;
  color: #000a2d;
}

.button.hollow.primary:hover.disabled,
.button.hollow.primary:hover[disabled],
.button.hollow.primary:focus.disabled,
.button.hollow.primary:focus[disabled] {
  border: 1px solid #00145a;
  color: #00145a;
}

.button.hollow.secondary {
  border: 1px solid #f16464;
  color: #f16464;
}

.button.hollow.secondary:hover,
.button.hollow.secondary:focus {
  border-color: #9c0e0e;
  color: #9c0e0e;
}

.button.hollow.secondary:hover.disabled,
.button.hollow.secondary:hover[disabled],
.button.hollow.secondary:focus.disabled,
.button.hollow.secondary:focus[disabled] {
  border: 1px solid #f16464;
  color: #f16464;
}

.button.hollow.success {
  border: 1px solid #00d592;
  color: #00d592;
}

.button.hollow.success:hover,
.button.hollow.success:focus {
  border-color: #006b49;
  color: #006b49;
}

.button.hollow.success:hover.disabled,
.button.hollow.success:hover[disabled],
.button.hollow.success:focus.disabled,
.button.hollow.success:focus[disabled] {
  border: 1px solid #00d592;
  color: #00d592;
}

.button.hollow.warning {
  border: 1px solid #ffb300;
  color: #ffb300;
}

.button.hollow.warning:hover,
.button.hollow.warning:focus {
  border-color: #805a00;
  color: #805a00;
}

.button.hollow.warning:hover.disabled,
.button.hollow.warning:hover[disabled],
.button.hollow.warning:focus.disabled,
.button.hollow.warning:focus[disabled] {
  border: 1px solid #ffb300;
  color: #ffb300;
}

.button.hollow.alert {
  border: 1px solid #ff0000;
  color: #ff0000;
}

.button.hollow.alert:hover,
.button.hollow.alert:focus {
  border-color: maroon;
  color: maroon;
}

.button.hollow.alert:hover.disabled,
.button.hollow.alert:hover[disabled],
.button.hollow.alert:focus.disabled,
.button.hollow.alert:focus[disabled] {
  border: 1px solid #ff0000;
  color: #ff0000;
}

.button.clear {
  border: 1px solid #00145a;
  color: #00145a;
}

.button.clear,
.button.clear:hover,
.button.clear:focus {
  background-color: transparent;
}

.button.clear.disabled,
.button.clear.disabled:hover,
.button.clear.disabled:focus,
.button.clear[disabled],
.button.clear[disabled]:hover,
.button.clear[disabled]:focus {
  background-color: transparent;
}

.button.clear:hover,
.button.clear:focus {
  border-color: #000a2d;
  color: #000a2d;
}

.button.clear:hover.disabled,
.button.clear:hover[disabled],
.button.clear:focus.disabled,
.button.clear:focus[disabled] {
  border: 1px solid #00145a;
  color: #00145a;
}

.button.clear,
.button.clear.disabled,
.button.clear[disabled],
.button.clear:hover,
.button.clear:hover.disabled,
.button.clear:hover[disabled],
.button.clear:focus,
.button.clear:focus.disabled,
.button.clear:focus[disabled] {
  border-color: transparent;
}

.button.clear.primary {
  border: 1px solid #00145a;
  color: #00145a;
}

.button.clear.primary:hover,
.button.clear.primary:focus {
  border-color: #000a2d;
  color: #000a2d;
}

.button.clear.primary:hover.disabled,
.button.clear.primary:hover[disabled],
.button.clear.primary:focus.disabled,
.button.clear.primary:focus[disabled] {
  border: 1px solid #00145a;
  color: #00145a;
}

.button.clear.primary,
.button.clear.primary.disabled,
.button.clear.primary[disabled],
.button.clear.primary:hover,
.button.clear.primary:hover.disabled,
.button.clear.primary:hover[disabled],
.button.clear.primary:focus,
.button.clear.primary:focus.disabled,
.button.clear.primary:focus[disabled] {
  border-color: transparent;
}

.button.clear.secondary {
  border: 1px solid #f16464;
  color: #f16464;
}

.button.clear.secondary:hover,
.button.clear.secondary:focus {
  border-color: #9c0e0e;
  color: #9c0e0e;
}

.button.clear.secondary:hover.disabled,
.button.clear.secondary:hover[disabled],
.button.clear.secondary:focus.disabled,
.button.clear.secondary:focus[disabled] {
  border: 1px solid #f16464;
  color: #f16464;
}

.button.clear.secondary,
.button.clear.secondary.disabled,
.button.clear.secondary[disabled],
.button.clear.secondary:hover,
.button.clear.secondary:hover.disabled,
.button.clear.secondary:hover[disabled],
.button.clear.secondary:focus,
.button.clear.secondary:focus.disabled,
.button.clear.secondary:focus[disabled] {
  border-color: transparent;
}

.button.clear.success {
  border: 1px solid #00d592;
  color: #00d592;
}

.button.clear.success:hover,
.button.clear.success:focus {
  border-color: #006b49;
  color: #006b49;
}

.button.clear.success:hover.disabled,
.button.clear.success:hover[disabled],
.button.clear.success:focus.disabled,
.button.clear.success:focus[disabled] {
  border: 1px solid #00d592;
  color: #00d592;
}

.button.clear.success,
.button.clear.success.disabled,
.button.clear.success[disabled],
.button.clear.success:hover,
.button.clear.success:hover.disabled,
.button.clear.success:hover[disabled],
.button.clear.success:focus,
.button.clear.success:focus.disabled,
.button.clear.success:focus[disabled] {
  border-color: transparent;
}

.button.clear.warning {
  border: 1px solid #ffb300;
  color: #ffb300;
}

.button.clear.warning:hover,
.button.clear.warning:focus {
  border-color: #805a00;
  color: #805a00;
}

.button.clear.warning:hover.disabled,
.button.clear.warning:hover[disabled],
.button.clear.warning:focus.disabled,
.button.clear.warning:focus[disabled] {
  border: 1px solid #ffb300;
  color: #ffb300;
}

.button.clear.warning,
.button.clear.warning.disabled,
.button.clear.warning[disabled],
.button.clear.warning:hover,
.button.clear.warning:hover.disabled,
.button.clear.warning:hover[disabled],
.button.clear.warning:focus,
.button.clear.warning:focus.disabled,
.button.clear.warning:focus[disabled] {
  border-color: transparent;
}

.button.clear.alert {
  border: 1px solid #ff0000;
  color: #ff0000;
}

.button.clear.alert:hover,
.button.clear.alert:focus {
  border-color: maroon;
  color: maroon;
}

.button.clear.alert:hover.disabled,
.button.clear.alert:hover[disabled],
.button.clear.alert:focus.disabled,
.button.clear.alert:focus[disabled] {
  border: 1px solid #ff0000;
  color: #ff0000;
}

.button.clear.alert,
.button.clear.alert.disabled,
.button.clear.alert[disabled],
.button.clear.alert:hover,
.button.clear.alert:hover.disabled,
.button.clear.alert:hover[disabled],
.button.clear.alert:focus,
.button.clear.alert:focus.disabled,
.button.clear.alert:focus[disabled] {
  border-color: transparent;
}

.button.dropdown::after {
  display: block;
  width: 0;
  height: 0;
  border: inset 0.4em;
  content: "";
  border-bottom-width: 0;
  border-top-style: solid;
  border-color: #ffffff transparent transparent;
  position: relative;
  top: 0.4em;
  display: inline-block;
  float: right;
  margin-left: 1em;
}

.button.dropdown.hollow::after,
.button.dropdown.clear::after {
  border-top-color: #00145a;
}

.button.dropdown.hollow.primary::after,
.button.dropdown.clear.primary::after {
  border-top-color: #00145a;
}

.button.dropdown.hollow.secondary::after,
.button.dropdown.clear.secondary::after {
  border-top-color: #f16464;
}

.button.dropdown.hollow.success::after,
.button.dropdown.clear.success::after {
  border-top-color: #00d592;
}

.button.dropdown.hollow.warning::after,
.button.dropdown.clear.warning::after {
  border-top-color: #ffb300;
}

.button.dropdown.hollow.alert::after,
.button.dropdown.clear.alert::after {
  border-top-color: #ff0000;
}

.button.arrow-only::after {
  top: -0.1em;
  float: none;
  margin-left: 0;
}

a.button:hover,
a.button:focus {
  text-decoration: none;
}

.button-group {
  margin-bottom: 1rem;
  display: flex;
  flex-wrap: nowrap;
  align-items: stretch;
}

.button-group::before,
.button-group::after {
  display: table;
  content: " ";
  flex-basis: 0;
  order: 1;
}

.button-group::after {
  clear: both;
}

.button-group .button {
  margin: 0;
  margin-right: 1px;
  margin-bottom: 1px;
  font-size: 0.9rem;
  flex: 0 0 auto;
}

.button-group .button:last-child {
  margin-right: 0;
}

.button-group.tiny .button {
  font-size: 0.6rem;
}

.button-group.small .button {
  font-size: 0.75rem;
}

.button-group.large .button {
  font-size: 1.25rem;
}

.button-group.expanded .button {
  flex: 1 1 0px;
}

.button-group.primary .button {
  background-color: #00145a;
  color: #ffffff;
}

.button-group.primary .button:hover,
.button-group.primary .button:focus {
  background-color: #001048;
  color: #ffffff;
}

.button-group.secondary .button {
  background-color: #f16464;
  color: #ffffff;
}

.button-group.secondary .button:hover,
.button-group.secondary .button:focus {
  background-color: #eb2525;
  color: #ffffff;
}

.button-group.success .button {
  background-color: #00d592;
  color: #425563;
}

.button-group.success .button:hover,
.button-group.success .button:focus {
  background-color: #00aa75;
  color: #425563;
}

.button-group.warning .button {
  background-color: #ffb300;
  color: #425563;
}

.button-group.warning .button:hover,
.button-group.warning .button:focus {
  background-color: #cc8f00;
  color: #425563;
}

.button-group.alert .button {
  background-color: #ff0000;
  color: #ffffff;
}

.button-group.alert .button:hover,
.button-group.alert .button:focus {
  background-color: #cc0000;
  color: #ffffff;
}

.button-group.stacked,
.button-group.stacked-for-small,
.button-group.stacked-for-medium {
  flex-wrap: wrap;
}

.button-group.stacked .button,
.button-group.stacked-for-small .button,
.button-group.stacked-for-medium .button {
  flex: 0 0 100%;
}

.button-group.stacked .button:last-child,
.button-group.stacked-for-small .button:last-child,
.button-group.stacked-for-medium .button:last-child {
  margin-bottom: 0;
}

.button-group.stacked.expanded .button,
.button-group.stacked-for-small.expanded .button,
.button-group.stacked-for-medium.expanded .button {
  flex: 1 1 0px;
}

@media print, screen and (min-width: 40em) {
  .button-group.stacked-for-small .button {
    flex: 0 0 auto;
    margin-bottom: 0;
  }
}

@media print, screen and (min-width: 64em) {
  .button-group.stacked-for-medium .button {
    flex: 0 0 auto;
    margin-bottom: 0;
  }
}

@media screen and (max-width: 39.99875em) {
  .button-group.stacked-for-small.expanded {
    display: block;
  }
  .button-group.stacked-for-small.expanded .button {
    display: block;
    margin-right: 0;
  }
}

@media screen and (max-width: 63.99875em) {
  .button-group.stacked-for-medium.expanded {
    display: block;
  }
  .button-group.stacked-for-medium.expanded .button {
    display: block;
    margin-right: 0;
  }
}

table {
  border-collapse: collapse;
  width: 100%;
  margin-bottom: 1rem;
  border-radius: 0;
}

thead,
tbody,
tfoot {
  border: 1px solid #f2f2f2;
  background-color: #ffffff;
}

caption {
  padding: 0.61538rem 0.76923rem 0.76923rem;
  font-weight: bold;
}

thead {
  background: #f9f9f9;
  color: #425563;
}

tfoot {
  background: #f2f2f2;
  color: #425563;
}

thead tr,
tfoot tr {
  background: transparent;
}

thead th,
thead td,
tfoot th,
tfoot td {
  padding: 0.61538rem 0.76923rem 0.76923rem;
  font-weight: bold;
  text-align: left;
}

tbody th,
tbody td {
  padding: 0.61538rem 0.76923rem 0.76923rem;
}

tbody tr:nth-child(even) {
  border-bottom: 0;
  background-color: #f2f2f2;
}

table.unstriped tbody {
  background-color: #ffffff;
}

table.unstriped tbody tr {
  border-bottom: 0;
  border-bottom: 1px solid #f2f2f2;
  background-color: #ffffff;
}

@media screen and (max-width: 63.99875em) {
  table.stack thead {
    display: none;
  }
  table.stack tfoot {
    display: none;
  }
  table.stack tr,
  table.stack th,
  table.stack td {
    display: block;
  }
  table.stack td {
    border-top: 0;
  }
}

table.scroll {
  display: block;
  width: 100%;
  overflow-x: auto;
}

table.hover thead tr:hover {
  background-color: #f4f4f4;
}

table.hover tfoot tr:hover {
  background-color: #ededed;
}

table.hover tbody tr:hover {
  background-color: #fafafa;
}

table.hover:not(.unstriped) tr:nth-of-type(even):hover {
  background-color: #ededed;
}

.table-scroll {
  overflow-x: auto;
}

.hide {
  display: none !important;
}

.invisible {
  visibility: hidden;
}

@media screen and (max-width: 39.99875em) {
  .hide-for-small-only {
    display: none !important;
  }
}

@media screen and (max-width: 0em), screen and (min-width: 40em) {
  .show-for-small-only {
    display: none !important;
  }
}

@media print, screen and (min-width: 40em) {
  .hide-for-medium {
    display: none !important;
  }
}

@media screen and (max-width: 39.99875em) {
  .show-for-medium {
    display: none !important;
  }
}

@media screen and (min-width: 40em) and (max-width: 63.99875em) {
  .hide-for-medium-only {
    display: none !important;
  }
}

@media screen and (max-width: 39.99875em), screen and (min-width: 64em) {
  .show-for-medium-only {
    display: none !important;
  }
}

@media print, screen and (min-width: 64em) {
  .hide-for-large {
    display: none !important;
  }
}

@media screen and (max-width: 63.99875em) {
  .show-for-large {
    display: none !important;
  }
}

@media screen and (min-width: 64em) and (max-width: 89.99875em) {
  .hide-for-large-only {
    display: none !important;
  }
}

@media screen and (max-width: 63.99875em), screen and (min-width: 90em) {
  .show-for-large-only {
    display: none !important;
  }
}

@media screen and (min-width: 90em) {
  .hide-for-xlarge {
    display: none !important;
  }
}

@media screen and (max-width: 89.99875em) {
  .show-for-xlarge {
    display: none !important;
  }
}

@media screen and (min-width: 90em) and (max-width: 119.99875em) {
  .hide-for-xlarge-only {
    display: none !important;
  }
}

@media screen and (max-width: 89.99875em), screen and (min-width: 120em) {
  .show-for-xlarge-only {
    display: none !important;
  }
}

@media screen and (min-width: 120em) {
  .hide-for-xxlarge {
    display: none !important;
  }
}

@media screen and (max-width: 119.99875em) {
  .show-for-xxlarge {
    display: none !important;
  }
}

@media screen and (min-width: 120em) {
  .hide-for-xxlarge-only {
    display: none !important;
  }
}

@media screen and (max-width: 119.99875em) {
  .show-for-xxlarge-only {
    display: none !important;
  }
}

.show-for-sr,
.show-on-focus {
  position: absolute !important;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.show-on-focus:active,
.show-on-focus:focus {
  position: static !important;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal;
}

.show-for-landscape,
.hide-for-portrait {
  display: block !important;
}

@media screen and (orientation: landscape) {
  .show-for-landscape,
  .hide-for-portrait {
    display: block !important;
  }
}

@media screen and (orientation: portrait) {
  .show-for-landscape,
  .hide-for-portrait {
    display: none !important;
  }
}

.hide-for-landscape,
.show-for-portrait {
  display: none !important;
}

@media screen and (orientation: landscape) {
  .hide-for-landscape,
  .show-for-portrait {
    display: none !important;
  }
}

@media screen and (orientation: portrait) {
  .hide-for-landscape,
  .show-for-portrait {
    display: block !important;
  }
}

/************************************************

Stylesheet: Main Stylesheet

*************************************************/
h6 {
  font-family: "Roboto", sans-serif;
}

.highlight {
  color: #f16464;
}

.lead {
  font-size: 1.15385rem;
}

.horizontal-list {
  display: flex;
  flex-flow: row wrap;
  list-style: none;
  width: 100%;
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 0;
  justify-content: flex-start;
}

.horizontal-list > li {
  flex: 0 0 auto;
  margin: 0 0;
}

.horizontal-list > li > a {
  display: inline-block;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

.img {
  display: block;
  background: transparent no-repeat center/cover;
}

.site-header {
  background: #00145a url(../images/banner.jpg) no-repeat center/cover;
  color: #ffffff;
  font-size: 1.15385rem;
  padding: 2rem 0 0 0 !important;
}

@media print, screen and (min-width: 40em) {
  .site-header {
    padding-top: 3.84615rem !important;
  }
}

@media screen and (max-width: 39.99875em) {
  .site-header::after {
    content: "";
    display: block;
    position: absolute;
    left: 2.69231rem;
    top: calc(100% - 0.07692rem);
    width: 0;
    height: 0;
    border-left: 2.30769rem solid transparent;
    border-right: 2.30769rem solid transparent;
    border-top: 1.92308rem solid #00145a;
  }
}

.site-header .cell {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  margin-bottom: 2.30769rem;
}

@media print, screen and (min-width: 40em) {
  .site-header .cell:last-child {
    margin-bottom: 0;
  }
}

.site-header .program-title {
  flex: 1 1 auto;
}

@media print, screen and (min-width: 64em) {
  .site-header .program-title {
    margin-top: 0.76923rem;
  }
}

.site-header .logo {
  flex: 0 0 9.61538rem;
  position: relative;
  margin: 0 !important;
  line-height: 0;
  font-size: 0;
  order: 2;
}

.site-header .logo a {
  display: block;
}

.site-header .logo a:hover {
  text-decoration: none;
}

@media print, screen and (min-width: 40em) {
  .site-header .logo {
    flex: 0 0 11.53846rem;
  }
}

@media print, screen and (min-width: 64em) {
  .site-header .logo {
    flex: 0 0 11.53846rem;
  }
}

.site-header .vec-logo {
  display: block;
  margin: 0 0 0 auto;
}

@media print, screen and (min-width: 64em) {
  .site-header .vec-logo {
    width: 9.61538rem;
    margin-top: 0.38462rem;
  }
}

@media screen and (max-width: 63.99875em) {
  .site-header .vec-logo {
    width: 8.61538rem;
    margin-top: 0;
  }
}

@media screen and (max-width: 39.99875em) {
  .site-header .vec-logo {
    width: 7.69231rem;
    margin-top: -1.15385rem;
  }
}

.site-header ul a {
  position: relative;
  display: block;
  color: #ffffff;
}

@media print, screen and (min-width: 40em) {
  .site-header ul a {
    padding-bottom: 3.46154rem;
  }
}

.site-header ul a::before {
  font-family: "icomoon";
  content: "";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: block;
  width: 3.38462rem;
  height: 2.46154rem;
  line-height: 2.46154rem;
  text-align: center;
  font-size: 2.46154rem;
  color: rgba(255, 255, 255, 0.75);
  transition: transform 0.15s ease-in-out;
}

.site-header ul a span {
  display: block;
}

.site-header ul a.active {
  color: #f16464;
  font-weight: bold;
}

.site-header ul a.active::before {
  color: #f16464;
}

@media print, screen and (min-width: 40em) {
  .site-header ul a.active::after {
    content: "";
    display: block;
    position: absolute;
    left: calc(50% - 2.30769rem);
    top: calc(100% - 0.07692rem);
    width: 0;
    height: 0;
    border-left: 2.30769rem solid transparent;
    border-right: 2.30769rem solid transparent;
    border-top: 1.92308rem solid #00145a;
  }
}

.site-header ul a:hover {
  text-decoration: none;
}

.site-header ul a:hover::before {
  transform: scale(1.1);
}

.site-header ul a:hover span {
  text-decoration: underline;
}

.site-header ul .the-data a:before {
  font-family: "icomoon";
  content: "";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.site-header ul .adoption-rates a:before {
  font-family: "icomoon";
  content: "";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.site-header ul .behind-the-numbers a:before {
  font-family: "icomoon";
  content: "";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.site-header ul .building-products a:before {
  font-family: "icomoon";
  content: "";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.site-header ul .energy-step-code a::before {
  content: "";
  background: transparent url(../images/icon-energy-step-code.png) no-repeat top
    left/auto 100%;
}

.site-header ul .energy-step-code a.active:before {
  background-position: top right;
}

@media print, screen and (min-width: 40em) {
  .site-header ul {
    display: flex;
    flex-flow: row wrap;
    list-style: none;
    width: 100%;
    margin-left: -0.5em;
    margin-right: -0.5em;
    margin-bottom: 0;
    justify-content: space-between;
  }
  .site-header ul > li {
    flex: 0 0 auto;
    margin: 0 0.5em;
  }
  .site-header ul > li > a {
    display: inline-block;
    text-decoration: none;
  }
  .site-header ul a {
    text-align: center;
  }
  .site-header ul a::before {
    margin: 0.53846rem auto;
  }
}

@media screen and (max-width: 39.99875em) {
  .site-header ul {
    list-style: none;
    margin: 0;
  }
  .site-header ul li:not(:first-child) {
    margin-top: 3.07692rem;
  }
  .site-header ul a {
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
  }
  .site-header ul a::before {
    margin: 0 0.76923rem 0 0;
  }
  .site-header ul a span {
    margin-top: 0.38462rem;
  }
}

.panel {
  position: relative;
  padding-top: 40px;
  padding-bottom: 40px;
}

@media print, screen and (min-width: 40em) {
  .panel {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}

.panel-outside {
  position: relative;
  margin-top: 40px;
  margin-bottom: 40px;
}

@media print, screen and (min-width: 40em) {
  .panel-outside {
    margin-top: 80px;
    margin-bottom: 80px;
  }
}

.card {
  background-color: #ffffff;
  box-shadow: 0 3px 3px 0 rgba(183, 201, 211, 0.17),
    0 1px 1px 1px rgba(183, 201, 211, 0.25);
}

.glide {
  position: relative;
  width: 100%;
  box-sizing: border-box;
}

.glide * {
  box-sizing: inherit;
}

.glide__track {
  overflow: hidden;
}

.glide__slides {
  position: relative;
  width: 100%;
  list-style: none;
  backface-visibility: hidden;
  transform-style: preserve-3d;
  touch-action: pan-Y;
  overflow: hidden;
  padding: 0;
  white-space: nowrap;
  display: flex;
  flex-wrap: nowrap;
  will-change: transform;
}

.glide__slides--dragging {
  user-select: none;
}

.glide__slide {
  width: 100%;
  height: 100%;
  flex-shrink: 0;
  white-space: normal;
  user-select: none;
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: transparent;
}

.glide__slide a {
  user-select: none;
  -webkit-user-drag: none;
  -moz-user-select: none;
  -ms-user-select: none;
}

.glide__arrows {
  -webkit-touch-callout: none;
  user-select: none;
}

.glide__bullets {
  -webkit-touch-callout: none;
  user-select: none;
}

.glide--rtl {
  direction: rtl;
}

.glide__slides {
  margin: 0;
}

.glide__slide {
  margin: 0;
}

.glide__bullets {
  margin: 0 1.53846rem 1.15385rem;
}

.glide__bullet {
  font-size: 84.61538%;
  padding: 0.30769rem 0.76923rem 0.23077rem;
  border-radius: 0.69231rem;
  color: #425563;
  cursor: pointer;
  transition: background-color 0.15s ease-in-out;
}

.glide__bullet:active {
  color: inherit;
}

.glide__bullet--active {
  background-color: #dde4e8;
  color: #00145a;
}

#the-data {
  background-color: #dde4e8;
  padding: 3.46154rem 0 2.30769rem;
}

@media print, screen and (min-width: 40em) {
  #the-data {
    padding: 4.61538rem 0 2.30769rem;
  }
}

#the-data h1,
#the-data h2,
#the-data h3,
#the-data h4,
#the-data h5 {
  color: #00145a;
}

#the-data .section-title {
  padding: 0 1.53846rem;
}

@media print, screen and (min-width: 40em) {
  #the-data .section-title {
    padding: 0 2.30769rem;
  }
}

#the-data .section-title h3 {
  margin-bottom: 2.30769rem;
}

@media print, screen and (min-width: 40em) {
  #the-data .section-title h3 {
    margin-bottom: 0.76923rem;
  }
}

#the-data .filters h5 {
  margin: 0 0 2.30769rem 1.53846rem;
  color: #425563;
}

@media print, screen and (min-width: 40em) {
  #the-data .filters h5 {
    margin: 0 0 3.84615rem 1.15385rem;
  }
}

#the-data .filters h5::before {
  display: inline-block;
  font-size: 1.23077rem;
  margin-right: 0.76923rem;
  font-family: "icomoon";
  content: "";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

#the-data .filters button {
  text-align: left;
  color: #00145a;
  line-height: 1.5;
  cursor: pointer;
}

#the-data .filters .clear-filters {
  display: block;
  margin: -1.69231rem 0 1.92308rem 3.53846rem;
}

@media print, screen and (min-width: 40em) {
  #the-data .filters .clear-filters {
    margin: -3.23077rem 0 1.92308rem 3.15385rem;
  }
}

#the-data .filters .clear-filters:hover {
  text-decoration: underline;
}

#the-data .filters .clear-filters::after {
  display: inline-block;
  vertical-align: middle;
  margin-left: 0.76923rem;
  font-family: "icomoon";
  content: "";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 0.84615rem;
}

#the-data .filters ul {
  list-style: none;
  margin: 0;
}

#the-data .filters li {
  margin: 0;
}

#the-data .filters .filter-categories-before,
#the-data .filters .filter-categories-after {
  position: relative;
  z-index: 2;
  height: 0;
  pointer-events: none;
  background: transparent;
  transition: margin 0.3s ease-in-out, height 0.3s ease-in-out;
}

#the-data .filters .filter-categories-before {
  background: linear-gradient(
    0deg,
    rgba(183, 201, 211, 0) 0%,
    rgba(183, 201, 211, 0.5) 100%
  );
}

#the-data .filters .filter-categories-after {
  background: linear-gradient(
    0deg,
    rgba(183, 201, 211, 0.5) 0%,
    rgba(183, 201, 211, 0) 100%
  );
}

#the-data .filters.overflow .filter-categories-before {
  height: 1.53846rem;
  margin-bottom: -1.53846rem;
}

#the-data .filters.overflow .filter-categories-after {
  height: 1.53846rem;
  margin-top: -1.53846rem;
}

#the-data .filters .filter-categories {
  position: relative;
  border-top: 1px solid #b7c9d3;
  border-bottom: 1px solid #b7c9d3;
  background-color: #d5dee3;
  overflow-x: hidden;
  overflow-y: auto;
}

#the-data .filters .filter-categories h6 {
  cursor: pointer;
  position: relative;
  font-size: 0.92308rem;
  margin: 0;
  padding: 1.84615rem 0 1.69231rem 1.53846rem;
  transition: padding 0.3s ease-in-out, background-color 0.15s ease-in-out;
}

@media print, screen and (min-width: 40em) {
  #the-data .filters .filter-categories h6 {
    padding: 1.84615rem 0 1.69231rem 1.15385rem;
  }
}

#the-data .filters .filter-categories h6::after {
  content: "";
  display: block;
  position: absolute;
  right: 0.76923rem;
  top: 1.92308rem;
  width: 0;
  height: 0;
  border-top: 0.38462rem solid transparent;
  border-bottom: 0.38462rem solid transparent;
  border-left: 0.53846rem solid #425563;
  border-right: 0 solid transparent;
}

#the-data .filters .filter-categories h6:hover::after {
  border-left-color: #00145a;
}

#the-data .filters .filter-categories > li {
  transition: padding 0.3s ease-in-out;
}

#the-data .filters .filter-categories > li:not(:first-child) h6 {
  border-top: 1px solid #b7c9d3;
}

#the-data .filters .filter-categories > li.open {
  padding-bottom: 0.84615rem;
}

#the-data .filters .filter-categories > li.open h6 {
  padding-bottom: 0.84615rem;
}

@media print, screen and (min-width: 40em) {
  #the-data .filters .filter-categories > li.open h6 {
    padding-bottom: 0.84615rem;
  }
}

#the-data .filters .filter-categories > li.open h6::after {
  top: 2.07692rem;
  border-top: 0.53846rem solid #425563;
  border-bottom: 0 solid transparent;
  border-left: 0.38462rem solid transparent;
  border-right: 0.38462rem solid transparent;
}

#the-data .filters .filter-categories > li.open h6:hover::after {
  border-left-color: transparent;
  border-top-color: #00145a;
}

#the-data .filters .filter-categories > li:not(.open) h6:hover {
  background-color: #c7d5dd;
}

#the-data .filters .filter-category {
  display: none;
}

#the-data .filters .filter-category button {
  position: relative;
  display: block;
  width: 100%;
  line-height: 1.1;
  padding: 0.53846rem 0.76923rem 0.46154rem 1.53846rem;
  margin-bottom: 1px;
}

#the-data .filters .filter-category button:hover {
  background-color: #c7d5dd;
}

#the-data .filters .filter-category button.active {
  background-color: #00145a;
  color: #ffffff;
}

#the-data .filters .filter-category button.active::after {
  position: absolute;
  right: 0.76923rem;
  top: calc(50% - 0.30769rem);
  font-family: "icomoon";
  content: "";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 0.84615rem;
}

#the-data .filters .filter-category button.active:hover {
  color: #b7c9d3;
}

@media print, screen and (min-width: 40em) {
  #the-data .filters .filter-category button {
    padding: 0.53846rem 0.76923rem 0.46154rem 1.15385rem;
  }
}

#the-data .filter-summary {
  display: flex;
  flex-flow: row wrap;
  list-style: none;
  width: 100%;
  margin-left: -1rem;
  margin-right: -1rem;
  margin-bottom: 0;
  justify-content: flex-start;
  padding: 0 1.53846rem;
  margin-top: 1.53846rem;
  margin-bottom: 1.53846rem;
}

#the-data .filter-summary > li {
  flex: 0 0 auto;
  margin: 0 1rem;
}

#the-data .filter-summary > li > a {
  display: inline-block;
  text-decoration: none;
}

@media print, screen and (min-width: 40em) {
  #the-data .filter-summary {
    margin-top: 0;
    padding: 0 2.30769rem;
  }
}

@media screen and (max-width: 39.99875em) {
  .data-panel h1,
  .data-panel h2,
  .data-panel h3,
  .data-panel h4,
  .data-panel h5,
  .data-panel h6 {
    text-align: center;
  }
}

.data-panel__top {
  padding: 2.30769rem 0.76923rem 0.76923rem;
}

@media print, screen and (min-width: 40em) {
  .data-panel__top {
    padding: 2.30769rem 1.15385rem 0.76923rem;
  }
}

.data-panel__bottom {
  border-top: 1px solid #d7e1e6;
}

.data-panel__bottom h5 {
  margin: 2.30769rem 1.53846rem 0.76923rem;
}

@media print, screen and (min-width: 40em) {
  .data-panel__bottom h5 {
    margin: 2.30769rem 2.30769rem 0.76923rem;
  }
}

.data-panel__market-by-sector__chart {
  width: 16.92308rem;
  margin: 2.69231rem 0 1.92308rem;
}

@media screen and (max-width: 63.99875em) {
  .data-panel__market-by-sector__chart {
    margin-left: auto;
    margin-right: auto;
  }
}

.data-panel__market-by-sector__label {
  width: 16.92308rem;
  margin: 1.92308rem 0;
  text-align: center;
}

@media screen and (max-width: 63.99875em) {
  .data-panel__market-by-sector__label {
    margin-left: auto;
    margin-right: auto;
  }
}

.data-panel__market-by-sector__label strong {
  display: block;
  font-family: "Geon", sans-serif;
  font-size: 2.76923rem;
  color: #00145a;
  line-height: 1;
}

.data-panel__market-by-sector__label small {
  font-size: 1rem;
}

@media print, screen and (min-width: 40em) {
  .data-panel__sectors .cell:first-child ul {
    margin-top: 3.84615rem;
  }
}

@media print, screen and (min-width: 64em) {
  .data-panel__sectors ul {
    margin-top: 3.84615rem;
  }
}

.data-panel__map {
  position: relative;
}

@media screen and (max-width: 63.99875em) {
  .data-panel__map {
    padding-bottom: 64.144736842105263%;
  }
}

.data-panel__map h5 {
  position: absolute;
  z-index: 2;
}

@media screen and (max-width: 39.99875em) {
  .data-panel__map h5 {
    width: calc(100% - 3.07692rem);
  }
}

.data-panel__map #market-by-municipality {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.data-panel__map #market-by-municipality .fpo {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: transparent no-repeat center/cover;
}

.sectors {
  list-style: none;
  margin: 0;
}

.sectors li {
  position: relative;
  margin: 0 0 1.92308rem;
  padding-left: 2.30769rem;
}

.sectors li::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 1.53846rem;
  height: 1.53846rem;
  border-radius: 50%;
  background-color: #f5f6f7;
}

.sectors li.fenestration::before {
  background-color: #ffb300;
}

.sectors li.insulation::before {
  background-color: #5b223e;
}

.sectors li.heat-recovery-ventilators::before {
  background-color: #00d592;
}

.sectors li.hvac-equipment::before {
  background-color: #00145a;
}

.sectors li.drain-water-heat-recovery::before {
  background-color: #00aed6;
}

.sectors li.domestic-hot-water::before {
  background-color: #ff7900;
}

.sectors table {
  border: 0;
}

.sectors table thead,
.sectors table tbody,
.sectors table tr,
.sectors table th,
.sectors table td {
  border: 0;
  padding: 0;
  background-color: transparent;
  vertical-align: top;
  line-height: 1.1;
}

.sectors table th:first-child,
.sectors table td:first-child {
  width: 67%;
}

.sectors table th:last-child,
.sectors table td:last-child {
  width: 33%;
}

.sectors table th {
  font-size: 0.92308rem;
  font-weight: bold;
  padding: 0.38462rem 0.53846rem 0.53846rem 0;
}

.sectors table td {
  font-size: 0.84615rem;
  padding: 0 0.53846rem 0.38462rem 0;
}

.toggle-panel {
  display: none;
}

.toggle-panel .fpo {
  width: 100%;
}

.toggle-panel.active {
  display: block;
}

.the-content h1,
.the-content h2,
.the-content h3,
.the-content h4,
.the-content h5,
.the-content h6 {
  color: #00145a;
  margin-top: 1.5em;
  margin-bottom: 1.5rem;
}

@media print, screen and (min-width: 40em) {
  .the-content h1,
  .the-content h2,
  .the-content h3,
  .the-content h4,
  .the-content h5,
  .the-content h6 {
    margin-top: 2em;
  }
}

@media print, screen and (min-width: 40em) {
  .the-content p,
  .the-content li {
    font-size: 1.15385rem;
  }
}

.definition img {
  display: block;
  margin: 3.46154rem 0 1.53846rem;
}

.definition h5 {
  margin: 1rem 0 0.5rem;
}

.definition h5 + h6 {
  margin-top: -0.25rem;
  font-weight: normal;
}

.definition p {
  font-size: 1rem;
}

@media print, screen and (min-width: 40em) {
  .definition.centered {
    max-width: 25.38462rem;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }
  .definition.centered img {
    margin-right: auto;
    margin-left: auto;
  }
}

figure.chart img {
  display: block;
}

figure.chart figcaption {
  margin: 1.15385rem 0 3.46154rem 0;
}

@media print, screen and (min-width: 40em) {
  figure.chart figcaption {
    margin-left: 19.69231rem;
  }
}

figure.chart figcaption .legend {
  list-style: none;
  margin: 1.15385rem 0;
  display: flex;
  flex-flow: row wrap;
}

figure.chart figcaption .legend li {
  flex: 0 0 8.30769rem;
  margin: 0 0 0.76923rem 0;
  font-size: 84.61538%;
  line-height: 1.92308rem;
}

figure.chart figcaption .legend li::before {
  content: "0";
  line-height: 1.92308rem;
  display: inline-block;
  width: 1.92308rem;
  height: 1.92308rem;
  margin-right: 0.38462rem;
  background-color: #edf1f4;
  font-size: 0.92308rem;
  font-weight: bold;
  text-align: center;
  color: rgba(0, 20, 90, 0);
}

@media screen and (max-width: 39.99875em) {
  figure.chart figcaption .legend li {
    flex: 0 0 5.84615rem;
    line-height: 1.15385rem;
    font-size: 0.61538rem;
  }
  figure.chart figcaption .legend li::before {
    line-height: 1.15385rem;
    width: 1.15385rem;
    height: 1.15385rem;
    font-size: 0.61538rem;
  }
}

figure.chart figcaption .legend li.step-1::before {
  content: "1";
  background-color: #ee6560;
  color: rgba(255, 255, 255, 0.5);
}

figure.chart figcaption .legend li.step-1-part-3::before {
  content: "1";
  background-color: #f8d793;
  color: rgba(255, 255, 255, 0.5);
}

figure.chart figcaption .legend li.step-2::before {
  content: "2";
  background-color: #f1b443;
  color: rgba(255, 255, 255, 0.5);
}

figure.chart figcaption .legend li.step-2-part-3::before {
  content: "2";
  background-color: #be66a1;
  color: rgba(255, 255, 255, 0.5);
}
figure.chart figcaption .legend li.step-2-part-3::before {
  content: "2";
  background-color: #be66a1;
  color: rgba(255, 255, 255, 0.5);
}

figure.chart figcaption .legend li.step-3::before {
  content: "3";
  background-color: #8f4374;
  color: rgba(255, 255, 255, 0.5);
}

figure.chart figcaption .legend li.step-3-part-3::before {
  content: "3";
  background-color: #777995;
  color: rgba(255, 255, 255, 0.5);
}

figure.chart figcaption .legend li.step-4::before {
  content: "4";
  background-color: #1c2152;
  color: rgba(255, 255, 255, 0.5);
}

figure.chart figcaption .legend li.step-4-part-3::before {
  content: "4";
  background-color: #9eceb8;
  color: rgba(255, 255, 255, 0.5);
}

figure.chart figcaption .legend li.step-5::before {
  content: "5";
  background-color: #60d197;
  color: rgba(255, 255, 255, 0.5);
}

figure.chart figcaption .footnotes {
  list-style: none;
  margin-left: 0;
}

figure.chart figcaption .footnotes li {
  position: relative;
  font-size: 84.61538%;
  padding-left: 1.125em;
  margin-bottom: 0.75em;
}

figure.chart figcaption .footnotes li sup {
  display: inline-block;
  position: absolute;
  left: 0;
  top: calc(50% - 0.46154rem);
}

#next-steps {
  background-color: #f7f9fa;
  text-align: center;
}

#next-steps .grid-container {
  max-width: 110.76923rem;
}

#next-steps .cta {
  display: block;
  max-width: 15.38462rem;
  margin: 2.30769rem auto 0;
}

#next-steps .cta img {
  display: block;
  margin: 1.15385rem auto;
  border-radius: 50%;
}

#partners {
  text-align: center;
  padding-bottom: 2rem !important;
}

#partners .partner {
  display: inline-block;
  margin: 0.76923rem;
}

#partners .cell:first-child {
  margin-bottom: 2.30769rem;
}

.footer-nav {
  list-style: none;
  margin: 3.46154rem 0 0;
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
}

.footer-nav li {
  flex: initial;
  margin: 1.15385rem;
  line-height: 2.46154rem;
}

/* Added Styles */

/* loading screen  */

.loader {
  position: fixed;
  top: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  color: #fff;
  z-index: 99999999;
}

.spinner {
  border: 5px solid rgba(255, 255, 255, 0.4);
  border-top: 5px solid #fff;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  animation: spin 2s linear infinite;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

/* hover tooltip */

.custom-tooltip {
  position: relative;
  display: inline-block;
}

.custom-tooltip-text {
  visibility: hidden;
  width: 100%;
  background-color: rgba(100, 100, 100, 1);
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 5px 0;
  list-style-type: none;
  position: absolute;
  z-index: 1;
  top: 2em;
  left: 25%;
}

.custom-tooltip-text::before {
  content: "";
  width: 0px;
  height: 0px;
  position: absolute;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid transparent;
  border-bottom: 10px solid rgba(100, 100, 100, 1);
  top: -18px;
  left: 10px;
}

.custom-tooltip:hover .custom-tooltip-text {
  visibility: visible;
}

.share-filters {
  width: 90%;
  font-weight: 700;
  border-radius: 5px;
  border: 1px;
  background-color: #f16464;
  color: white;
  padding: 1em;
  cursor: pointer;
}

.share-filters:hover {
  background-color: #f38383;
  transition: background-color 0.1s ease-in-out;
}

/* DUAL INPUT RANGE SLIDER */

section.range-slider {
  position: relative;
  height: 2em;
  margin-left: 1em;
  margin-right: 1em;
  text-align: center;
}

section.range-slider #slide-component {
  top: 5px;
  z-index: 1;
  background-color: #ffffff;
  border: 1px solid #b7c9d3;
  height: 8px;
  position: absolute;
  border-radius: 5px;
  margin: 0;
  padding: 0;
}

section.range-slider .slide-component__under {
  top: 5px;
  width: 100%;
  opacity: 0.3;
  background-color: #425563;
  border: 1px solid #b7c9d3;
  height: 8px;
  position: absolute;
  border-radius: 5px;
  margin: 0;
  padding: 0;
}

section.range-slider .range-track {
  -webkit-appearance: none;
  -moz-appearance: none;
  z-index: 2;
  appearance: none;
  pointer-events: none;
  background: none;
  position: absolute;
  left: 0;
  top: 5px;
  width: 100%;
  height: 10px;
  outline: none;
  border: none;
  margin: 0;
  padding: 0;
}

input[type="range"]::-moz-focus-outer {
  border: 0;
}

section.range-slider input::-webkit-slider-thumb {
  -webkit-appearance: none;
  cursor: pointer;
  background-color: #425563;
  height: 20px;
  width: 20px;
  border-radius: 50%;
  pointer-events: all;
  position: relative;
  z-index: 1;
  outline: 0;
}

input[type="range"]::-moz-range-thumb {
  -moz-apperance: none;
  background-color: #425563;
  cursor: pointer;
  height: 20px;
  width: 20px;
  border-radius: 50%;
  pointer-events: all;
  position: relative;
  z-index: 10 !important;
}

.range-values {
  display: flex;
  flex-direction: column;
  margin-left: 1em;
  margin-right: 1em;
  padding-top: 1em;
}

.range-values__min {
  display: inline-block;
  position: relative;
  width: 60px;
  color: #fff;
  line-height: 20px;
  text-align: center;
  border-radius: 3px 3px 3px 3px;
  background: #425563;
  padding: 0.25em 0.75em;
}

.range-values__min:after {
  position: absolute;
  top: 9px;
  left: -5px;
  width: 0;
  height: 0;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-right: 5px solid #425563;
  content: "";
}

.range-values__max {
  display: inline-block;
  position: relative;
  width: 60px;
  color: #fff;
  line-height: 20px;
  text-align: center;
  border-radius: 3px 3px 3px 3px;
  background: #425563;
  padding: 0.25em 0.75em;
}

.range-values__max:after {
  position: absolute;
  top: 9px;
  left: -5px;
  width: 0;
  height: 0;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-right: 5px solid #425563;
  content: "";
}

.range-values__container {
  display: flex;
  justify-content: space-between;
  padding-bottom: 1em;
}
