@charset "UTF-8";
/**
 * Foundation for Sites
 * Version 6.8.1
 * https://get.foundation
 * Licensed under MIT Open Source
 */
@media print, screen and (min-width: 40em) {
  .reveal.large, .reveal.small, .reveal.tiny, .reveal {
    right: auto;
    left: auto;
    margin: 0 auto;
  }
}
/*! 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: 0;
  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;
}

[data-whatintent=mouse] *, [data-whatintent=mouse] *:focus,
[data-whatintent=touch] *,
[data-whatintent=touch] *:focus,
[data-whatinput=mouse] *,
[data-whatinput=mouse] *:focus,
[data-whatinput=touch] *,
[data-whatinput=touch] *:focus {
  outline: none;
}

[draggable=false] {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
}

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

html {
  box-sizing: border-box;
  font-size: 0.9375rem;
}

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

body {
  margin: 0;
  padding: 0;
  background: #ffffff;
  font-family: "Foundry Monoline W01 Regular", sans-serif;
  font-weight: normal;
  line-height: 1.5;
  color: #333;
  -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;
  -webkit-overflow-scrolling: touch;
}

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

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

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

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

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

.cell {
  flex: 0 0 auto;
  min-height: 0;
  min-width: 0;
  width: 100%;
}
.cell.auto {
  flex: 1 1 0;
}
.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: 75em) {
  .grid-x > .xlarge-shrink, .grid-x > .xlarge-full, .grid-x > .xlarge-1, .grid-x > .xlarge-2, .grid-x > .xlarge-3, .grid-x > .xlarge-4, .grid-x > .xlarge-5, .grid-x > .xlarge-6, .grid-x > .xlarge-7, .grid-x > .xlarge-8, .grid-x > .xlarge-9, .grid-x > .xlarge-10, .grid-x > .xlarge-11, .grid-x > .xlarge-12 {
    flex-basis: auto;
  }
}
@media screen and (min-width: 90em) {
  .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-12, .grid-x > .small-11, .grid-x > .small-10, .grid-x > .small-9, .grid-x > .small-8, .grid-x > .small-7, .grid-x > .small-6, .grid-x > .small-5, .grid-x > .small-4, .grid-x > .small-3, .grid-x > .small-2, .grid-x > .small-1 {
  flex: 0 0 auto;
}

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

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

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

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

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

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

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

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

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

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

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

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

@media print, screen and (min-width: 40em) {
  .grid-x > .medium-auto {
    flex: 1 1 0;
    width: auto;
  }
  .grid-x > .medium-12, .grid-x > .medium-11, .grid-x > .medium-10, .grid-x > .medium-9, .grid-x > .medium-8, .grid-x > .medium-7, .grid-x > .medium-6, .grid-x > .medium-5, .grid-x > .medium-4, .grid-x > .medium-3, .grid-x > .medium-2, .grid-x > .medium-1, .grid-x > .medium-shrink {
    flex: 0 0 auto;
  }
  .grid-x > .medium-shrink {
    width: auto;
  }
  .grid-x > .medium-1 {
    width: 8.3333333333%;
  }
  .grid-x > .medium-2 {
    width: 16.6666666667%;
  }
  .grid-x > .medium-3 {
    width: 25%;
  }
  .grid-x > .medium-4 {
    width: 33.3333333333%;
  }
  .grid-x > .medium-5 {
    width: 41.6666666667%;
  }
  .grid-x > .medium-6 {
    width: 50%;
  }
  .grid-x > .medium-7 {
    width: 58.3333333333%;
  }
  .grid-x > .medium-8 {
    width: 66.6666666667%;
  }
  .grid-x > .medium-9 {
    width: 75%;
  }
  .grid-x > .medium-10 {
    width: 83.3333333333%;
  }
  .grid-x > .medium-11 {
    width: 91.6666666667%;
  }
  .grid-x > .medium-12 {
    width: 100%;
  }
}
@media print, screen and (min-width: 64em) {
  .grid-x > .large-auto {
    flex: 1 1 0;
    width: auto;
  }
  .grid-x > .large-12, .grid-x > .large-11, .grid-x > .large-10, .grid-x > .large-9, .grid-x > .large-8, .grid-x > .large-7, .grid-x > .large-6, .grid-x > .large-5, .grid-x > .large-4, .grid-x > .large-3, .grid-x > .large-2, .grid-x > .large-1, .grid-x > .large-shrink {
    flex: 0 0 auto;
  }
  .grid-x > .large-shrink {
    width: auto;
  }
  .grid-x > .large-1 {
    width: 8.3333333333%;
  }
  .grid-x > .large-2 {
    width: 16.6666666667%;
  }
  .grid-x > .large-3 {
    width: 25%;
  }
  .grid-x > .large-4 {
    width: 33.3333333333%;
  }
  .grid-x > .large-5 {
    width: 41.6666666667%;
  }
  .grid-x > .large-6 {
    width: 50%;
  }
  .grid-x > .large-7 {
    width: 58.3333333333%;
  }
  .grid-x > .large-8 {
    width: 66.6666666667%;
  }
  .grid-x > .large-9 {
    width: 75%;
  }
  .grid-x > .large-10 {
    width: 83.3333333333%;
  }
  .grid-x > .large-11 {
    width: 91.6666666667%;
  }
  .grid-x > .large-12 {
    width: 100%;
  }
}
@media screen and (min-width: 75em) {
  .grid-x > .xlarge-auto {
    flex: 1 1 0;
    width: auto;
  }
  .grid-x > .xlarge-12, .grid-x > .xlarge-11, .grid-x > .xlarge-10, .grid-x > .xlarge-9, .grid-x > .xlarge-8, .grid-x > .xlarge-7, .grid-x > .xlarge-6, .grid-x > .xlarge-5, .grid-x > .xlarge-4, .grid-x > .xlarge-3, .grid-x > .xlarge-2, .grid-x > .xlarge-1, .grid-x > .xlarge-shrink {
    flex: 0 0 auto;
  }
  .grid-x > .xlarge-shrink {
    width: auto;
  }
  .grid-x > .xlarge-1 {
    width: 8.3333333333%;
  }
  .grid-x > .xlarge-2 {
    width: 16.6666666667%;
  }
  .grid-x > .xlarge-3 {
    width: 25%;
  }
  .grid-x > .xlarge-4 {
    width: 33.3333333333%;
  }
  .grid-x > .xlarge-5 {
    width: 41.6666666667%;
  }
  .grid-x > .xlarge-6 {
    width: 50%;
  }
  .grid-x > .xlarge-7 {
    width: 58.3333333333%;
  }
  .grid-x > .xlarge-8 {
    width: 66.6666666667%;
  }
  .grid-x > .xlarge-9 {
    width: 75%;
  }
  .grid-x > .xlarge-10 {
    width: 83.3333333333%;
  }
  .grid-x > .xlarge-11 {
    width: 91.6666666667%;
  }
  .grid-x > .xlarge-12 {
    width: 100%;
  }
}
@media screen and (min-width: 90em) {
  .grid-x > .xxlarge-auto {
    flex: 1 1 0;
    width: auto;
  }
  .grid-x > .xxlarge-12, .grid-x > .xxlarge-11, .grid-x > .xxlarge-10, .grid-x > .xxlarge-9, .grid-x > .xxlarge-8, .grid-x > .xxlarge-7, .grid-x > .xxlarge-6, .grid-x > .xxlarge-5, .grid-x > .xxlarge-4, .grid-x > .xxlarge-3, .grid-x > .xxlarge-2, .grid-x > .xxlarge-1, .grid-x > .xxlarge-shrink {
    flex: 0 0 auto;
  }
  .grid-x > .xxlarge-shrink {
    width: auto;
  }
  .grid-x > .xxlarge-1 {
    width: 8.3333333333%;
  }
  .grid-x > .xxlarge-2 {
    width: 16.6666666667%;
  }
  .grid-x > .xxlarge-3 {
    width: 25%;
  }
  .grid-x > .xxlarge-4 {
    width: 33.3333333333%;
  }
  .grid-x > .xxlarge-5 {
    width: 41.6666666667%;
  }
  .grid-x > .xxlarge-6 {
    width: 50%;
  }
  .grid-x > .xxlarge-7 {
    width: 58.3333333333%;
  }
  .grid-x > .xxlarge-8 {
    width: 66.6666666667%;
  }
  .grid-x > .xxlarge-9 {
    width: 75%;
  }
  .grid-x > .xxlarge-10 {
    width: 83.3333333333%;
  }
  .grid-x > .xxlarge-11 {
    width: 91.6666666667%;
  }
  .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: -1.6rem;
  margin-right: -1.6rem;
}
.grid-margin-x > .cell {
  width: calc(100% - 3.2rem);
  margin-left: 1.6rem;
  margin-right: 1.6rem;
}
.grid-margin-x > .auto {
  width: auto;
}
.grid-margin-x > .shrink {
  width: auto;
}
.grid-margin-x > .small-1 {
  width: calc(8.3333333333% - 3.2rem);
}
.grid-margin-x > .small-2 {
  width: calc(16.6666666667% - 3.2rem);
}
.grid-margin-x > .small-3 {
  width: calc(25% - 3.2rem);
}
.grid-margin-x > .small-4 {
  width: calc(33.3333333333% - 3.2rem);
}
.grid-margin-x > .small-5 {
  width: calc(41.6666666667% - 3.2rem);
}
.grid-margin-x > .small-6 {
  width: calc(50% - 3.2rem);
}
.grid-margin-x > .small-7 {
  width: calc(58.3333333333% - 3.2rem);
}
.grid-margin-x > .small-8 {
  width: calc(66.6666666667% - 3.2rem);
}
.grid-margin-x > .small-9 {
  width: calc(75% - 3.2rem);
}
.grid-margin-x > .small-10 {
  width: calc(83.3333333333% - 3.2rem);
}
.grid-margin-x > .small-11 {
  width: calc(91.6666666667% - 3.2rem);
}
.grid-margin-x > .small-12 {
  width: calc(100% - 3.2rem);
}
@media print, screen and (min-width: 40em) {
  .grid-margin-x > .medium-auto {
    width: auto;
  }
  .grid-margin-x > .medium-shrink {
    width: auto;
  }
  .grid-margin-x > .medium-1 {
    width: calc(8.3333333333% - 3.2rem);
  }
  .grid-margin-x > .medium-2 {
    width: calc(16.6666666667% - 3.2rem);
  }
  .grid-margin-x > .medium-3 {
    width: calc(25% - 3.2rem);
  }
  .grid-margin-x > .medium-4 {
    width: calc(33.3333333333% - 3.2rem);
  }
  .grid-margin-x > .medium-5 {
    width: calc(41.6666666667% - 3.2rem);
  }
  .grid-margin-x > .medium-6 {
    width: calc(50% - 3.2rem);
  }
  .grid-margin-x > .medium-7 {
    width: calc(58.3333333333% - 3.2rem);
  }
  .grid-margin-x > .medium-8 {
    width: calc(66.6666666667% - 3.2rem);
  }
  .grid-margin-x > .medium-9 {
    width: calc(75% - 3.2rem);
  }
  .grid-margin-x > .medium-10 {
    width: calc(83.3333333333% - 3.2rem);
  }
  .grid-margin-x > .medium-11 {
    width: calc(91.6666666667% - 3.2rem);
  }
  .grid-margin-x > .medium-12 {
    width: calc(100% - 3.2rem);
  }
}
@media print, screen and (min-width: 64em) {
  .grid-margin-x > .large-auto {
    width: auto;
  }
  .grid-margin-x > .large-shrink {
    width: auto;
  }
  .grid-margin-x > .large-1 {
    width: calc(8.3333333333% - 3.2rem);
  }
  .grid-margin-x > .large-2 {
    width: calc(16.6666666667% - 3.2rem);
  }
  .grid-margin-x > .large-3 {
    width: calc(25% - 3.2rem);
  }
  .grid-margin-x > .large-4 {
    width: calc(33.3333333333% - 3.2rem);
  }
  .grid-margin-x > .large-5 {
    width: calc(41.6666666667% - 3.2rem);
  }
  .grid-margin-x > .large-6 {
    width: calc(50% - 3.2rem);
  }
  .grid-margin-x > .large-7 {
    width: calc(58.3333333333% - 3.2rem);
  }
  .grid-margin-x > .large-8 {
    width: calc(66.6666666667% - 3.2rem);
  }
  .grid-margin-x > .large-9 {
    width: calc(75% - 3.2rem);
  }
  .grid-margin-x > .large-10 {
    width: calc(83.3333333333% - 3.2rem);
  }
  .grid-margin-x > .large-11 {
    width: calc(91.6666666667% - 3.2rem);
  }
  .grid-margin-x > .large-12 {
    width: calc(100% - 3.2rem);
  }
}
@media screen and (min-width: 75em) {
  .grid-margin-x > .xlarge-auto {
    width: auto;
  }
  .grid-margin-x > .xlarge-shrink {
    width: auto;
  }
  .grid-margin-x > .xlarge-1 {
    width: calc(8.3333333333% - 3.2rem);
  }
  .grid-margin-x > .xlarge-2 {
    width: calc(16.6666666667% - 3.2rem);
  }
  .grid-margin-x > .xlarge-3 {
    width: calc(25% - 3.2rem);
  }
  .grid-margin-x > .xlarge-4 {
    width: calc(33.3333333333% - 3.2rem);
  }
  .grid-margin-x > .xlarge-5 {
    width: calc(41.6666666667% - 3.2rem);
  }
  .grid-margin-x > .xlarge-6 {
    width: calc(50% - 3.2rem);
  }
  .grid-margin-x > .xlarge-7 {
    width: calc(58.3333333333% - 3.2rem);
  }
  .grid-margin-x > .xlarge-8 {
    width: calc(66.6666666667% - 3.2rem);
  }
  .grid-margin-x > .xlarge-9 {
    width: calc(75% - 3.2rem);
  }
  .grid-margin-x > .xlarge-10 {
    width: calc(83.3333333333% - 3.2rem);
  }
  .grid-margin-x > .xlarge-11 {
    width: calc(91.6666666667% - 3.2rem);
  }
  .grid-margin-x > .xlarge-12 {
    width: calc(100% - 3.2rem);
  }
}
@media screen and (min-width: 90em) {
  .grid-margin-x > .xxlarge-auto {
    width: auto;
  }
  .grid-margin-x > .xxlarge-shrink {
    width: auto;
  }
  .grid-margin-x > .xxlarge-1 {
    width: calc(8.3333333333% - 3.2rem);
  }
  .grid-margin-x > .xxlarge-2 {
    width: calc(16.6666666667% - 3.2rem);
  }
  .grid-margin-x > .xxlarge-3 {
    width: calc(25% - 3.2rem);
  }
  .grid-margin-x > .xxlarge-4 {
    width: calc(33.3333333333% - 3.2rem);
  }
  .grid-margin-x > .xxlarge-5 {
    width: calc(41.6666666667% - 3.2rem);
  }
  .grid-margin-x > .xxlarge-6 {
    width: calc(50% - 3.2rem);
  }
  .grid-margin-x > .xxlarge-7 {
    width: calc(58.3333333333% - 3.2rem);
  }
  .grid-margin-x > .xxlarge-8 {
    width: calc(66.6666666667% - 3.2rem);
  }
  .grid-margin-x > .xxlarge-9 {
    width: calc(75% - 3.2rem);
  }
  .grid-margin-x > .xxlarge-10 {
    width: calc(83.3333333333% - 3.2rem);
  }
  .grid-margin-x > .xxlarge-11 {
    width: calc(91.6666666667% - 3.2rem);
  }
  .grid-margin-x > .xxlarge-12 {
    width: calc(100% - 3.2rem);
  }
}

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

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

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

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

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

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

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

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

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

@media print, screen and (min-width: 40em) {
  .medium-up-1 > .cell {
    width: 100%;
  }
  .medium-up-2 > .cell {
    width: 50%;
  }
  .medium-up-3 > .cell {
    width: 33.3333333333%;
  }
  .medium-up-4 > .cell {
    width: 25%;
  }
  .medium-up-5 > .cell {
    width: 20%;
  }
  .medium-up-6 > .cell {
    width: 16.6666666667%;
  }
  .medium-up-7 > .cell {
    width: 14.2857142857%;
  }
  .medium-up-8 > .cell {
    width: 12.5%;
  }
}
@media print, screen and (min-width: 64em) {
  .large-up-1 > .cell {
    width: 100%;
  }
  .large-up-2 > .cell {
    width: 50%;
  }
  .large-up-3 > .cell {
    width: 33.3333333333%;
  }
  .large-up-4 > .cell {
    width: 25%;
  }
  .large-up-5 > .cell {
    width: 20%;
  }
  .large-up-6 > .cell {
    width: 16.6666666667%;
  }
  .large-up-7 > .cell {
    width: 14.2857142857%;
  }
  .large-up-8 > .cell {
    width: 12.5%;
  }
}
@media screen and (min-width: 75em) {
  .xlarge-up-1 > .cell {
    width: 100%;
  }
  .xlarge-up-2 > .cell {
    width: 50%;
  }
  .xlarge-up-3 > .cell {
    width: 33.3333333333%;
  }
  .xlarge-up-4 > .cell {
    width: 25%;
  }
  .xlarge-up-5 > .cell {
    width: 20%;
  }
  .xlarge-up-6 > .cell {
    width: 16.6666666667%;
  }
  .xlarge-up-7 > .cell {
    width: 14.2857142857%;
  }
  .xlarge-up-8 > .cell {
    width: 12.5%;
  }
}
@media screen and (min-width: 90em) {
  .xxlarge-up-1 > .cell {
    width: 100%;
  }
  .xxlarge-up-2 > .cell {
    width: 50%;
  }
  .xxlarge-up-3 > .cell {
    width: 33.3333333333%;
  }
  .xxlarge-up-4 > .cell {
    width: 25%;
  }
  .xxlarge-up-5 > .cell {
    width: 20%;
  }
  .xxlarge-up-6 > .cell {
    width: 16.6666666667%;
  }
  .xxlarge-up-7 > .cell {
    width: 14.2857142857%;
  }
  .xxlarge-up-8 > .cell {
    width: 12.5%;
  }
}
.grid-margin-x.small-up-1 > .cell {
  width: calc(100% - 3.2rem);
}

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

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

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

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

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

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

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

@media print, screen and (min-width: 40em) {
  .grid-margin-x.medium-up-1 > .cell {
    width: calc(100% - 3.2rem);
  }
  .grid-margin-x.medium-up-2 > .cell {
    width: calc(50% - 3.2rem);
  }
  .grid-margin-x.medium-up-3 > .cell {
    width: calc(33.3333333333% - 3.2rem);
  }
  .grid-margin-x.medium-up-4 > .cell {
    width: calc(25% - 3.2rem);
  }
  .grid-margin-x.medium-up-5 > .cell {
    width: calc(20% - 3.2rem);
  }
  .grid-margin-x.medium-up-6 > .cell {
    width: calc(16.6666666667% - 3.2rem);
  }
  .grid-margin-x.medium-up-7 > .cell {
    width: calc(14.2857142857% - 3.2rem);
  }
  .grid-margin-x.medium-up-8 > .cell {
    width: calc(12.5% - 3.2rem);
  }
}
@media print, screen and (min-width: 64em) {
  .grid-margin-x.large-up-1 > .cell {
    width: calc(100% - 3.2rem);
  }
  .grid-margin-x.large-up-2 > .cell {
    width: calc(50% - 3.2rem);
  }
  .grid-margin-x.large-up-3 > .cell {
    width: calc(33.3333333333% - 3.2rem);
  }
  .grid-margin-x.large-up-4 > .cell {
    width: calc(25% - 3.2rem);
  }
  .grid-margin-x.large-up-5 > .cell {
    width: calc(20% - 3.2rem);
  }
  .grid-margin-x.large-up-6 > .cell {
    width: calc(16.6666666667% - 3.2rem);
  }
  .grid-margin-x.large-up-7 > .cell {
    width: calc(14.2857142857% - 3.2rem);
  }
  .grid-margin-x.large-up-8 > .cell {
    width: calc(12.5% - 3.2rem);
  }
}
@media screen and (min-width: 75em) {
  .grid-margin-x.xlarge-up-1 > .cell {
    width: calc(100% - 3.2rem);
  }
  .grid-margin-x.xlarge-up-2 > .cell {
    width: calc(50% - 3.2rem);
  }
  .grid-margin-x.xlarge-up-3 > .cell {
    width: calc(33.3333333333% - 3.2rem);
  }
  .grid-margin-x.xlarge-up-4 > .cell {
    width: calc(25% - 3.2rem);
  }
  .grid-margin-x.xlarge-up-5 > .cell {
    width: calc(20% - 3.2rem);
  }
  .grid-margin-x.xlarge-up-6 > .cell {
    width: calc(16.6666666667% - 3.2rem);
  }
  .grid-margin-x.xlarge-up-7 > .cell {
    width: calc(14.2857142857% - 3.2rem);
  }
  .grid-margin-x.xlarge-up-8 > .cell {
    width: calc(12.5% - 3.2rem);
  }
}
@media screen and (min-width: 90em) {
  .grid-margin-x.xxlarge-up-1 > .cell {
    width: calc(100% - 3.2rem);
  }
  .grid-margin-x.xxlarge-up-2 > .cell {
    width: calc(50% - 3.2rem);
  }
  .grid-margin-x.xxlarge-up-3 > .cell {
    width: calc(33.3333333333% - 3.2rem);
  }
  .grid-margin-x.xxlarge-up-4 > .cell {
    width: calc(25% - 3.2rem);
  }
  .grid-margin-x.xxlarge-up-5 > .cell {
    width: calc(20% - 3.2rem);
  }
  .grid-margin-x.xxlarge-up-6 > .cell {
    width: calc(16.6666666667% - 3.2rem);
  }
  .grid-margin-x.xxlarge-up-7 > .cell {
    width: calc(14.2857142857% - 3.2rem);
  }
  .grid-margin-x.xxlarge-up-8 > .cell {
    width: calc(12.5% - 3.2rem);
  }
}
.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.3333333333%;
}
.small-margin-collapse > .small-2 {
  width: 16.6666666667%;
}
.small-margin-collapse > .small-3 {
  width: 25%;
}
.small-margin-collapse > .small-4 {
  width: 33.3333333333%;
}
.small-margin-collapse > .small-5 {
  width: 41.6666666667%;
}
.small-margin-collapse > .small-6 {
  width: 50%;
}
.small-margin-collapse > .small-7 {
  width: 58.3333333333%;
}
.small-margin-collapse > .small-8 {
  width: 66.6666666667%;
}
.small-margin-collapse > .small-9 {
  width: 75%;
}
.small-margin-collapse > .small-10 {
  width: 83.3333333333%;
}
.small-margin-collapse > .small-11 {
  width: 91.6666666667%;
}
.small-margin-collapse > .small-12 {
  width: 100%;
}
@media print, screen and (min-width: 40em) {
  .small-margin-collapse > .medium-1 {
    width: 8.3333333333%;
  }
  .small-margin-collapse > .medium-2 {
    width: 16.6666666667%;
  }
  .small-margin-collapse > .medium-3 {
    width: 25%;
  }
  .small-margin-collapse > .medium-4 {
    width: 33.3333333333%;
  }
  .small-margin-collapse > .medium-5 {
    width: 41.6666666667%;
  }
  .small-margin-collapse > .medium-6 {
    width: 50%;
  }
  .small-margin-collapse > .medium-7 {
    width: 58.3333333333%;
  }
  .small-margin-collapse > .medium-8 {
    width: 66.6666666667%;
  }
  .small-margin-collapse > .medium-9 {
    width: 75%;
  }
  .small-margin-collapse > .medium-10 {
    width: 83.3333333333%;
  }
  .small-margin-collapse > .medium-11 {
    width: 91.6666666667%;
  }
  .small-margin-collapse > .medium-12 {
    width: 100%;
  }
}
@media print, screen and (min-width: 64em) {
  .small-margin-collapse > .large-1 {
    width: 8.3333333333%;
  }
  .small-margin-collapse > .large-2 {
    width: 16.6666666667%;
  }
  .small-margin-collapse > .large-3 {
    width: 25%;
  }
  .small-margin-collapse > .large-4 {
    width: 33.3333333333%;
  }
  .small-margin-collapse > .large-5 {
    width: 41.6666666667%;
  }
  .small-margin-collapse > .large-6 {
    width: 50%;
  }
  .small-margin-collapse > .large-7 {
    width: 58.3333333333%;
  }
  .small-margin-collapse > .large-8 {
    width: 66.6666666667%;
  }
  .small-margin-collapse > .large-9 {
    width: 75%;
  }
  .small-margin-collapse > .large-10 {
    width: 83.3333333333%;
  }
  .small-margin-collapse > .large-11 {
    width: 91.6666666667%;
  }
  .small-margin-collapse > .large-12 {
    width: 100%;
  }
}
@media screen and (min-width: 75em) {
  .small-margin-collapse > .xlarge-1 {
    width: 8.3333333333%;
  }
  .small-margin-collapse > .xlarge-2 {
    width: 16.6666666667%;
  }
  .small-margin-collapse > .xlarge-3 {
    width: 25%;
  }
  .small-margin-collapse > .xlarge-4 {
    width: 33.3333333333%;
  }
  .small-margin-collapse > .xlarge-5 {
    width: 41.6666666667%;
  }
  .small-margin-collapse > .xlarge-6 {
    width: 50%;
  }
  .small-margin-collapse > .xlarge-7 {
    width: 58.3333333333%;
  }
  .small-margin-collapse > .xlarge-8 {
    width: 66.6666666667%;
  }
  .small-margin-collapse > .xlarge-9 {
    width: 75%;
  }
  .small-margin-collapse > .xlarge-10 {
    width: 83.3333333333%;
  }
  .small-margin-collapse > .xlarge-11 {
    width: 91.6666666667%;
  }
  .small-margin-collapse > .xlarge-12 {
    width: 100%;
  }
}
@media screen and (min-width: 90em) {
  .small-margin-collapse > .xxlarge-1 {
    width: 8.3333333333%;
  }
  .small-margin-collapse > .xxlarge-2 {
    width: 16.6666666667%;
  }
  .small-margin-collapse > .xxlarge-3 {
    width: 25%;
  }
  .small-margin-collapse > .xxlarge-4 {
    width: 33.3333333333%;
  }
  .small-margin-collapse > .xxlarge-5 {
    width: 41.6666666667%;
  }
  .small-margin-collapse > .xxlarge-6 {
    width: 50%;
  }
  .small-margin-collapse > .xxlarge-7 {
    width: 58.3333333333%;
  }
  .small-margin-collapse > .xxlarge-8 {
    width: 66.6666666667%;
  }
  .small-margin-collapse > .xxlarge-9 {
    width: 75%;
  }
  .small-margin-collapse > .xxlarge-10 {
    width: 83.3333333333%;
  }
  .small-margin-collapse > .xxlarge-11 {
    width: 91.6666666667%;
  }
  .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.3333333333%;
  }
  .medium-margin-collapse > .small-2 {
    width: 16.6666666667%;
  }
  .medium-margin-collapse > .small-3 {
    width: 25%;
  }
  .medium-margin-collapse > .small-4 {
    width: 33.3333333333%;
  }
  .medium-margin-collapse > .small-5 {
    width: 41.6666666667%;
  }
  .medium-margin-collapse > .small-6 {
    width: 50%;
  }
  .medium-margin-collapse > .small-7 {
    width: 58.3333333333%;
  }
  .medium-margin-collapse > .small-8 {
    width: 66.6666666667%;
  }
  .medium-margin-collapse > .small-9 {
    width: 75%;
  }
  .medium-margin-collapse > .small-10 {
    width: 83.3333333333%;
  }
  .medium-margin-collapse > .small-11 {
    width: 91.6666666667%;
  }
  .medium-margin-collapse > .small-12 {
    width: 100%;
  }
}
@media print, screen and (min-width: 40em) {
  .medium-margin-collapse > .medium-1 {
    width: 8.3333333333%;
  }
  .medium-margin-collapse > .medium-2 {
    width: 16.6666666667%;
  }
  .medium-margin-collapse > .medium-3 {
    width: 25%;
  }
  .medium-margin-collapse > .medium-4 {
    width: 33.3333333333%;
  }
  .medium-margin-collapse > .medium-5 {
    width: 41.6666666667%;
  }
  .medium-margin-collapse > .medium-6 {
    width: 50%;
  }
  .medium-margin-collapse > .medium-7 {
    width: 58.3333333333%;
  }
  .medium-margin-collapse > .medium-8 {
    width: 66.6666666667%;
  }
  .medium-margin-collapse > .medium-9 {
    width: 75%;
  }
  .medium-margin-collapse > .medium-10 {
    width: 83.3333333333%;
  }
  .medium-margin-collapse > .medium-11 {
    width: 91.6666666667%;
  }
  .medium-margin-collapse > .medium-12 {
    width: 100%;
  }
}
@media print, screen and (min-width: 64em) {
  .medium-margin-collapse > .large-1 {
    width: 8.3333333333%;
  }
  .medium-margin-collapse > .large-2 {
    width: 16.6666666667%;
  }
  .medium-margin-collapse > .large-3 {
    width: 25%;
  }
  .medium-margin-collapse > .large-4 {
    width: 33.3333333333%;
  }
  .medium-margin-collapse > .large-5 {
    width: 41.6666666667%;
  }
  .medium-margin-collapse > .large-6 {
    width: 50%;
  }
  .medium-margin-collapse > .large-7 {
    width: 58.3333333333%;
  }
  .medium-margin-collapse > .large-8 {
    width: 66.6666666667%;
  }
  .medium-margin-collapse > .large-9 {
    width: 75%;
  }
  .medium-margin-collapse > .large-10 {
    width: 83.3333333333%;
  }
  .medium-margin-collapse > .large-11 {
    width: 91.6666666667%;
  }
  .medium-margin-collapse > .large-12 {
    width: 100%;
  }
}
@media screen and (min-width: 75em) {
  .medium-margin-collapse > .xlarge-1 {
    width: 8.3333333333%;
  }
  .medium-margin-collapse > .xlarge-2 {
    width: 16.6666666667%;
  }
  .medium-margin-collapse > .xlarge-3 {
    width: 25%;
  }
  .medium-margin-collapse > .xlarge-4 {
    width: 33.3333333333%;
  }
  .medium-margin-collapse > .xlarge-5 {
    width: 41.6666666667%;
  }
  .medium-margin-collapse > .xlarge-6 {
    width: 50%;
  }
  .medium-margin-collapse > .xlarge-7 {
    width: 58.3333333333%;
  }
  .medium-margin-collapse > .xlarge-8 {
    width: 66.6666666667%;
  }
  .medium-margin-collapse > .xlarge-9 {
    width: 75%;
  }
  .medium-margin-collapse > .xlarge-10 {
    width: 83.3333333333%;
  }
  .medium-margin-collapse > .xlarge-11 {
    width: 91.6666666667%;
  }
  .medium-margin-collapse > .xlarge-12 {
    width: 100%;
  }
}
@media screen and (min-width: 90em) {
  .medium-margin-collapse > .xxlarge-1 {
    width: 8.3333333333%;
  }
  .medium-margin-collapse > .xxlarge-2 {
    width: 16.6666666667%;
  }
  .medium-margin-collapse > .xxlarge-3 {
    width: 25%;
  }
  .medium-margin-collapse > .xxlarge-4 {
    width: 33.3333333333%;
  }
  .medium-margin-collapse > .xxlarge-5 {
    width: 41.6666666667%;
  }
  .medium-margin-collapse > .xxlarge-6 {
    width: 50%;
  }
  .medium-margin-collapse > .xxlarge-7 {
    width: 58.3333333333%;
  }
  .medium-margin-collapse > .xxlarge-8 {
    width: 66.6666666667%;
  }
  .medium-margin-collapse > .xxlarge-9 {
    width: 75%;
  }
  .medium-margin-collapse > .xxlarge-10 {
    width: 83.3333333333%;
  }
  .medium-margin-collapse > .xxlarge-11 {
    width: 91.6666666667%;
  }
  .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.3333333333%;
  }
  .large-margin-collapse > .small-2 {
    width: 16.6666666667%;
  }
  .large-margin-collapse > .small-3 {
    width: 25%;
  }
  .large-margin-collapse > .small-4 {
    width: 33.3333333333%;
  }
  .large-margin-collapse > .small-5 {
    width: 41.6666666667%;
  }
  .large-margin-collapse > .small-6 {
    width: 50%;
  }
  .large-margin-collapse > .small-7 {
    width: 58.3333333333%;
  }
  .large-margin-collapse > .small-8 {
    width: 66.6666666667%;
  }
  .large-margin-collapse > .small-9 {
    width: 75%;
  }
  .large-margin-collapse > .small-10 {
    width: 83.3333333333%;
  }
  .large-margin-collapse > .small-11 {
    width: 91.6666666667%;
  }
  .large-margin-collapse > .small-12 {
    width: 100%;
  }
}
@media print, screen and (min-width: 64em) {
  .large-margin-collapse > .medium-1 {
    width: 8.3333333333%;
  }
  .large-margin-collapse > .medium-2 {
    width: 16.6666666667%;
  }
  .large-margin-collapse > .medium-3 {
    width: 25%;
  }
  .large-margin-collapse > .medium-4 {
    width: 33.3333333333%;
  }
  .large-margin-collapse > .medium-5 {
    width: 41.6666666667%;
  }
  .large-margin-collapse > .medium-6 {
    width: 50%;
  }
  .large-margin-collapse > .medium-7 {
    width: 58.3333333333%;
  }
  .large-margin-collapse > .medium-8 {
    width: 66.6666666667%;
  }
  .large-margin-collapse > .medium-9 {
    width: 75%;
  }
  .large-margin-collapse > .medium-10 {
    width: 83.3333333333%;
  }
  .large-margin-collapse > .medium-11 {
    width: 91.6666666667%;
  }
  .large-margin-collapse > .medium-12 {
    width: 100%;
  }
}
@media print, screen and (min-width: 64em) {
  .large-margin-collapse > .large-1 {
    width: 8.3333333333%;
  }
  .large-margin-collapse > .large-2 {
    width: 16.6666666667%;
  }
  .large-margin-collapse > .large-3 {
    width: 25%;
  }
  .large-margin-collapse > .large-4 {
    width: 33.3333333333%;
  }
  .large-margin-collapse > .large-5 {
    width: 41.6666666667%;
  }
  .large-margin-collapse > .large-6 {
    width: 50%;
  }
  .large-margin-collapse > .large-7 {
    width: 58.3333333333%;
  }
  .large-margin-collapse > .large-8 {
    width: 66.6666666667%;
  }
  .large-margin-collapse > .large-9 {
    width: 75%;
  }
  .large-margin-collapse > .large-10 {
    width: 83.3333333333%;
  }
  .large-margin-collapse > .large-11 {
    width: 91.6666666667%;
  }
  .large-margin-collapse > .large-12 {
    width: 100%;
  }
}
@media screen and (min-width: 75em) {
  .large-margin-collapse > .xlarge-1 {
    width: 8.3333333333%;
  }
  .large-margin-collapse > .xlarge-2 {
    width: 16.6666666667%;
  }
  .large-margin-collapse > .xlarge-3 {
    width: 25%;
  }
  .large-margin-collapse > .xlarge-4 {
    width: 33.3333333333%;
  }
  .large-margin-collapse > .xlarge-5 {
    width: 41.6666666667%;
  }
  .large-margin-collapse > .xlarge-6 {
    width: 50%;
  }
  .large-margin-collapse > .xlarge-7 {
    width: 58.3333333333%;
  }
  .large-margin-collapse > .xlarge-8 {
    width: 66.6666666667%;
  }
  .large-margin-collapse > .xlarge-9 {
    width: 75%;
  }
  .large-margin-collapse > .xlarge-10 {
    width: 83.3333333333%;
  }
  .large-margin-collapse > .xlarge-11 {
    width: 91.6666666667%;
  }
  .large-margin-collapse > .xlarge-12 {
    width: 100%;
  }
}
@media screen and (min-width: 90em) {
  .large-margin-collapse > .xxlarge-1 {
    width: 8.3333333333%;
  }
  .large-margin-collapse > .xxlarge-2 {
    width: 16.6666666667%;
  }
  .large-margin-collapse > .xxlarge-3 {
    width: 25%;
  }
  .large-margin-collapse > .xxlarge-4 {
    width: 33.3333333333%;
  }
  .large-margin-collapse > .xxlarge-5 {
    width: 41.6666666667%;
  }
  .large-margin-collapse > .xxlarge-6 {
    width: 50%;
  }
  .large-margin-collapse > .xxlarge-7 {
    width: 58.3333333333%;
  }
  .large-margin-collapse > .xxlarge-8 {
    width: 66.6666666667%;
  }
  .large-margin-collapse > .xxlarge-9 {
    width: 75%;
  }
  .large-margin-collapse > .xxlarge-10 {
    width: 83.3333333333%;
  }
  .large-margin-collapse > .xxlarge-11 {
    width: 91.6666666667%;
  }
  .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: 75em) {
  .xlarge-margin-collapse {
    margin-right: 0;
    margin-left: 0;
  }
  .xlarge-margin-collapse > .cell {
    margin-right: 0;
    margin-left: 0;
  }
}
@media screen and (min-width: 75em) {
  .xlarge-margin-collapse > .small-1 {
    width: 8.3333333333%;
  }
  .xlarge-margin-collapse > .small-2 {
    width: 16.6666666667%;
  }
  .xlarge-margin-collapse > .small-3 {
    width: 25%;
  }
  .xlarge-margin-collapse > .small-4 {
    width: 33.3333333333%;
  }
  .xlarge-margin-collapse > .small-5 {
    width: 41.6666666667%;
  }
  .xlarge-margin-collapse > .small-6 {
    width: 50%;
  }
  .xlarge-margin-collapse > .small-7 {
    width: 58.3333333333%;
  }
  .xlarge-margin-collapse > .small-8 {
    width: 66.6666666667%;
  }
  .xlarge-margin-collapse > .small-9 {
    width: 75%;
  }
  .xlarge-margin-collapse > .small-10 {
    width: 83.3333333333%;
  }
  .xlarge-margin-collapse > .small-11 {
    width: 91.6666666667%;
  }
  .xlarge-margin-collapse > .small-12 {
    width: 100%;
  }
}
@media screen and (min-width: 75em) {
  .xlarge-margin-collapse > .medium-1 {
    width: 8.3333333333%;
  }
  .xlarge-margin-collapse > .medium-2 {
    width: 16.6666666667%;
  }
  .xlarge-margin-collapse > .medium-3 {
    width: 25%;
  }
  .xlarge-margin-collapse > .medium-4 {
    width: 33.3333333333%;
  }
  .xlarge-margin-collapse > .medium-5 {
    width: 41.6666666667%;
  }
  .xlarge-margin-collapse > .medium-6 {
    width: 50%;
  }
  .xlarge-margin-collapse > .medium-7 {
    width: 58.3333333333%;
  }
  .xlarge-margin-collapse > .medium-8 {
    width: 66.6666666667%;
  }
  .xlarge-margin-collapse > .medium-9 {
    width: 75%;
  }
  .xlarge-margin-collapse > .medium-10 {
    width: 83.3333333333%;
  }
  .xlarge-margin-collapse > .medium-11 {
    width: 91.6666666667%;
  }
  .xlarge-margin-collapse > .medium-12 {
    width: 100%;
  }
}
@media screen and (min-width: 75em) {
  .xlarge-margin-collapse > .large-1 {
    width: 8.3333333333%;
  }
  .xlarge-margin-collapse > .large-2 {
    width: 16.6666666667%;
  }
  .xlarge-margin-collapse > .large-3 {
    width: 25%;
  }
  .xlarge-margin-collapse > .large-4 {
    width: 33.3333333333%;
  }
  .xlarge-margin-collapse > .large-5 {
    width: 41.6666666667%;
  }
  .xlarge-margin-collapse > .large-6 {
    width: 50%;
  }
  .xlarge-margin-collapse > .large-7 {
    width: 58.3333333333%;
  }
  .xlarge-margin-collapse > .large-8 {
    width: 66.6666666667%;
  }
  .xlarge-margin-collapse > .large-9 {
    width: 75%;
  }
  .xlarge-margin-collapse > .large-10 {
    width: 83.3333333333%;
  }
  .xlarge-margin-collapse > .large-11 {
    width: 91.6666666667%;
  }
  .xlarge-margin-collapse > .large-12 {
    width: 100%;
  }
}
@media screen and (min-width: 75em) {
  .xlarge-margin-collapse > .xlarge-1 {
    width: 8.3333333333%;
  }
  .xlarge-margin-collapse > .xlarge-2 {
    width: 16.6666666667%;
  }
  .xlarge-margin-collapse > .xlarge-3 {
    width: 25%;
  }
  .xlarge-margin-collapse > .xlarge-4 {
    width: 33.3333333333%;
  }
  .xlarge-margin-collapse > .xlarge-5 {
    width: 41.6666666667%;
  }
  .xlarge-margin-collapse > .xlarge-6 {
    width: 50%;
  }
  .xlarge-margin-collapse > .xlarge-7 {
    width: 58.3333333333%;
  }
  .xlarge-margin-collapse > .xlarge-8 {
    width: 66.6666666667%;
  }
  .xlarge-margin-collapse > .xlarge-9 {
    width: 75%;
  }
  .xlarge-margin-collapse > .xlarge-10 {
    width: 83.3333333333%;
  }
  .xlarge-margin-collapse > .xlarge-11 {
    width: 91.6666666667%;
  }
  .xlarge-margin-collapse > .xlarge-12 {
    width: 100%;
  }
}
@media screen and (min-width: 90em) {
  .xlarge-margin-collapse > .xxlarge-1 {
    width: 8.3333333333%;
  }
  .xlarge-margin-collapse > .xxlarge-2 {
    width: 16.6666666667%;
  }
  .xlarge-margin-collapse > .xxlarge-3 {
    width: 25%;
  }
  .xlarge-margin-collapse > .xxlarge-4 {
    width: 33.3333333333%;
  }
  .xlarge-margin-collapse > .xxlarge-5 {
    width: 41.6666666667%;
  }
  .xlarge-margin-collapse > .xxlarge-6 {
    width: 50%;
  }
  .xlarge-margin-collapse > .xxlarge-7 {
    width: 58.3333333333%;
  }
  .xlarge-margin-collapse > .xxlarge-8 {
    width: 66.6666666667%;
  }
  .xlarge-margin-collapse > .xxlarge-9 {
    width: 75%;
  }
  .xlarge-margin-collapse > .xxlarge-10 {
    width: 83.3333333333%;
  }
  .xlarge-margin-collapse > .xxlarge-11 {
    width: 91.6666666667%;
  }
  .xlarge-margin-collapse > .xxlarge-12 {
    width: 100%;
  }
}

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

@media screen and (min-width: 90em) {
  .xxlarge-margin-collapse {
    margin-right: 0;
    margin-left: 0;
  }
  .xxlarge-margin-collapse > .cell {
    margin-right: 0;
    margin-left: 0;
  }
}
@media screen and (min-width: 90em) {
  .xxlarge-margin-collapse > .small-1 {
    width: 8.3333333333%;
  }
  .xxlarge-margin-collapse > .small-2 {
    width: 16.6666666667%;
  }
  .xxlarge-margin-collapse > .small-3 {
    width: 25%;
  }
  .xxlarge-margin-collapse > .small-4 {
    width: 33.3333333333%;
  }
  .xxlarge-margin-collapse > .small-5 {
    width: 41.6666666667%;
  }
  .xxlarge-margin-collapse > .small-6 {
    width: 50%;
  }
  .xxlarge-margin-collapse > .small-7 {
    width: 58.3333333333%;
  }
  .xxlarge-margin-collapse > .small-8 {
    width: 66.6666666667%;
  }
  .xxlarge-margin-collapse > .small-9 {
    width: 75%;
  }
  .xxlarge-margin-collapse > .small-10 {
    width: 83.3333333333%;
  }
  .xxlarge-margin-collapse > .small-11 {
    width: 91.6666666667%;
  }
  .xxlarge-margin-collapse > .small-12 {
    width: 100%;
  }
}
@media screen and (min-width: 90em) {
  .xxlarge-margin-collapse > .medium-1 {
    width: 8.3333333333%;
  }
  .xxlarge-margin-collapse > .medium-2 {
    width: 16.6666666667%;
  }
  .xxlarge-margin-collapse > .medium-3 {
    width: 25%;
  }
  .xxlarge-margin-collapse > .medium-4 {
    width: 33.3333333333%;
  }
  .xxlarge-margin-collapse > .medium-5 {
    width: 41.6666666667%;
  }
  .xxlarge-margin-collapse > .medium-6 {
    width: 50%;
  }
  .xxlarge-margin-collapse > .medium-7 {
    width: 58.3333333333%;
  }
  .xxlarge-margin-collapse > .medium-8 {
    width: 66.6666666667%;
  }
  .xxlarge-margin-collapse > .medium-9 {
    width: 75%;
  }
  .xxlarge-margin-collapse > .medium-10 {
    width: 83.3333333333%;
  }
  .xxlarge-margin-collapse > .medium-11 {
    width: 91.6666666667%;
  }
  .xxlarge-margin-collapse > .medium-12 {
    width: 100%;
  }
}
@media screen and (min-width: 90em) {
  .xxlarge-margin-collapse > .large-1 {
    width: 8.3333333333%;
  }
  .xxlarge-margin-collapse > .large-2 {
    width: 16.6666666667%;
  }
  .xxlarge-margin-collapse > .large-3 {
    width: 25%;
  }
  .xxlarge-margin-collapse > .large-4 {
    width: 33.3333333333%;
  }
  .xxlarge-margin-collapse > .large-5 {
    width: 41.6666666667%;
  }
  .xxlarge-margin-collapse > .large-6 {
    width: 50%;
  }
  .xxlarge-margin-collapse > .large-7 {
    width: 58.3333333333%;
  }
  .xxlarge-margin-collapse > .large-8 {
    width: 66.6666666667%;
  }
  .xxlarge-margin-collapse > .large-9 {
    width: 75%;
  }
  .xxlarge-margin-collapse > .large-10 {
    width: 83.3333333333%;
  }
  .xxlarge-margin-collapse > .large-11 {
    width: 91.6666666667%;
  }
  .xxlarge-margin-collapse > .large-12 {
    width: 100%;
  }
}
@media screen and (min-width: 90em) {
  .xxlarge-margin-collapse > .xlarge-1 {
    width: 8.3333333333%;
  }
  .xxlarge-margin-collapse > .xlarge-2 {
    width: 16.6666666667%;
  }
  .xxlarge-margin-collapse > .xlarge-3 {
    width: 25%;
  }
  .xxlarge-margin-collapse > .xlarge-4 {
    width: 33.3333333333%;
  }
  .xxlarge-margin-collapse > .xlarge-5 {
    width: 41.6666666667%;
  }
  .xxlarge-margin-collapse > .xlarge-6 {
    width: 50%;
  }
  .xxlarge-margin-collapse > .xlarge-7 {
    width: 58.3333333333%;
  }
  .xxlarge-margin-collapse > .xlarge-8 {
    width: 66.6666666667%;
  }
  .xxlarge-margin-collapse > .xlarge-9 {
    width: 75%;
  }
  .xxlarge-margin-collapse > .xlarge-10 {
    width: 83.3333333333%;
  }
  .xxlarge-margin-collapse > .xlarge-11 {
    width: 91.6666666667%;
  }
  .xxlarge-margin-collapse > .xlarge-12 {
    width: 100%;
  }
}
@media screen and (min-width: 90em) {
  .xxlarge-margin-collapse > .xxlarge-1 {
    width: 8.3333333333%;
  }
  .xxlarge-margin-collapse > .xxlarge-2 {
    width: 16.6666666667%;
  }
  .xxlarge-margin-collapse > .xxlarge-3 {
    width: 25%;
  }
  .xxlarge-margin-collapse > .xxlarge-4 {
    width: 33.3333333333%;
  }
  .xxlarge-margin-collapse > .xxlarge-5 {
    width: 41.6666666667%;
  }
  .xxlarge-margin-collapse > .xxlarge-6 {
    width: 50%;
  }
  .xxlarge-margin-collapse > .xxlarge-7 {
    width: 58.3333333333%;
  }
  .xxlarge-margin-collapse > .xxlarge-8 {
    width: 66.6666666667%;
  }
  .xxlarge-margin-collapse > .xxlarge-9 {
    width: 75%;
  }
  .xxlarge-margin-collapse > .xxlarge-10 {
    width: 83.3333333333%;
  }
  .xxlarge-margin-collapse > .xxlarge-11 {
    width: 91.6666666667%;
  }
  .xxlarge-margin-collapse > .xxlarge-12 {
    width: 100%;
  }
}

@media screen and (min-width: 90em) {
  .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% + 3.2rem / 2);
}

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

.grid-margin-x > .small-offset-1 {
  margin-left: calc(8.3333333333% + 3.2rem / 2);
}

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

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

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

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

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

.grid-margin-x > .small-offset-4 {
  margin-left: calc(33.3333333333% + 3.2rem / 2);
}

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

.grid-margin-x > .small-offset-5 {
  margin-left: calc(41.6666666667% + 3.2rem / 2);
}

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

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

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

.grid-margin-x > .small-offset-7 {
  margin-left: calc(58.3333333333% + 3.2rem / 2);
}

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

.grid-margin-x > .small-offset-8 {
  margin-left: calc(66.6666666667% + 3.2rem / 2);
}

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

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

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

.grid-margin-x > .small-offset-10 {
  margin-left: calc(83.3333333333% + 3.2rem / 2);
}

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

.grid-margin-x > .small-offset-11 {
  margin-left: calc(91.6666666667% + 3.2rem / 2);
}

@media print, screen and (min-width: 40em) {
  .medium-offset-0 {
    margin-left: 0%;
  }
  .grid-margin-x > .medium-offset-0 {
    margin-left: calc(0% + 3.2rem / 2);
  }
  .medium-offset-1 {
    margin-left: 8.3333333333%;
  }
  .grid-margin-x > .medium-offset-1 {
    margin-left: calc(8.3333333333% + 3.2rem / 2);
  }
  .medium-offset-2 {
    margin-left: 16.6666666667%;
  }
  .grid-margin-x > .medium-offset-2 {
    margin-left: calc(16.6666666667% + 3.2rem / 2);
  }
  .medium-offset-3 {
    margin-left: 25%;
  }
  .grid-margin-x > .medium-offset-3 {
    margin-left: calc(25% + 3.2rem / 2);
  }
  .medium-offset-4 {
    margin-left: 33.3333333333%;
  }
  .grid-margin-x > .medium-offset-4 {
    margin-left: calc(33.3333333333% + 3.2rem / 2);
  }
  .medium-offset-5 {
    margin-left: 41.6666666667%;
  }
  .grid-margin-x > .medium-offset-5 {
    margin-left: calc(41.6666666667% + 3.2rem / 2);
  }
  .medium-offset-6 {
    margin-left: 50%;
  }
  .grid-margin-x > .medium-offset-6 {
    margin-left: calc(50% + 3.2rem / 2);
  }
  .medium-offset-7 {
    margin-left: 58.3333333333%;
  }
  .grid-margin-x > .medium-offset-7 {
    margin-left: calc(58.3333333333% + 3.2rem / 2);
  }
  .medium-offset-8 {
    margin-left: 66.6666666667%;
  }
  .grid-margin-x > .medium-offset-8 {
    margin-left: calc(66.6666666667% + 3.2rem / 2);
  }
  .medium-offset-9 {
    margin-left: 75%;
  }
  .grid-margin-x > .medium-offset-9 {
    margin-left: calc(75% + 3.2rem / 2);
  }
  .medium-offset-10 {
    margin-left: 83.3333333333%;
  }
  .grid-margin-x > .medium-offset-10 {
    margin-left: calc(83.3333333333% + 3.2rem / 2);
  }
  .medium-offset-11 {
    margin-left: 91.6666666667%;
  }
  .grid-margin-x > .medium-offset-11 {
    margin-left: calc(91.6666666667% + 3.2rem / 2);
  }
}
@media print, screen and (min-width: 64em) {
  .large-offset-0 {
    margin-left: 0%;
  }
  .grid-margin-x > .large-offset-0 {
    margin-left: calc(0% + 3.2rem / 2);
  }
  .large-offset-1 {
    margin-left: 8.3333333333%;
  }
  .grid-margin-x > .large-offset-1 {
    margin-left: calc(8.3333333333% + 3.2rem / 2);
  }
  .large-offset-2 {
    margin-left: 16.6666666667%;
  }
  .grid-margin-x > .large-offset-2 {
    margin-left: calc(16.6666666667% + 3.2rem / 2);
  }
  .large-offset-3 {
    margin-left: 25%;
  }
  .grid-margin-x > .large-offset-3 {
    margin-left: calc(25% + 3.2rem / 2);
  }
  .large-offset-4 {
    margin-left: 33.3333333333%;
  }
  .grid-margin-x > .large-offset-4 {
    margin-left: calc(33.3333333333% + 3.2rem / 2);
  }
  .large-offset-5 {
    margin-left: 41.6666666667%;
  }
  .grid-margin-x > .large-offset-5 {
    margin-left: calc(41.6666666667% + 3.2rem / 2);
  }
  .large-offset-6 {
    margin-left: 50%;
  }
  .grid-margin-x > .large-offset-6 {
    margin-left: calc(50% + 3.2rem / 2);
  }
  .large-offset-7 {
    margin-left: 58.3333333333%;
  }
  .grid-margin-x > .large-offset-7 {
    margin-left: calc(58.3333333333% + 3.2rem / 2);
  }
  .large-offset-8 {
    margin-left: 66.6666666667%;
  }
  .grid-margin-x > .large-offset-8 {
    margin-left: calc(66.6666666667% + 3.2rem / 2);
  }
  .large-offset-9 {
    margin-left: 75%;
  }
  .grid-margin-x > .large-offset-9 {
    margin-left: calc(75% + 3.2rem / 2);
  }
  .large-offset-10 {
    margin-left: 83.3333333333%;
  }
  .grid-margin-x > .large-offset-10 {
    margin-left: calc(83.3333333333% + 3.2rem / 2);
  }
  .large-offset-11 {
    margin-left: 91.6666666667%;
  }
  .grid-margin-x > .large-offset-11 {
    margin-left: calc(91.6666666667% + 3.2rem / 2);
  }
}
@media screen and (min-width: 75em) {
  .xlarge-offset-0 {
    margin-left: 0%;
  }
  .grid-margin-x > .xlarge-offset-0 {
    margin-left: calc(0% + 3.2rem / 2);
  }
  .xlarge-offset-1 {
    margin-left: 8.3333333333%;
  }
  .grid-margin-x > .xlarge-offset-1 {
    margin-left: calc(8.3333333333% + 3.2rem / 2);
  }
  .xlarge-offset-2 {
    margin-left: 16.6666666667%;
  }
  .grid-margin-x > .xlarge-offset-2 {
    margin-left: calc(16.6666666667% + 3.2rem / 2);
  }
  .xlarge-offset-3 {
    margin-left: 25%;
  }
  .grid-margin-x > .xlarge-offset-3 {
    margin-left: calc(25% + 3.2rem / 2);
  }
  .xlarge-offset-4 {
    margin-left: 33.3333333333%;
  }
  .grid-margin-x > .xlarge-offset-4 {
    margin-left: calc(33.3333333333% + 3.2rem / 2);
  }
  .xlarge-offset-5 {
    margin-left: 41.6666666667%;
  }
  .grid-margin-x > .xlarge-offset-5 {
    margin-left: calc(41.6666666667% + 3.2rem / 2);
  }
  .xlarge-offset-6 {
    margin-left: 50%;
  }
  .grid-margin-x > .xlarge-offset-6 {
    margin-left: calc(50% + 3.2rem / 2);
  }
  .xlarge-offset-7 {
    margin-left: 58.3333333333%;
  }
  .grid-margin-x > .xlarge-offset-7 {
    margin-left: calc(58.3333333333% + 3.2rem / 2);
  }
  .xlarge-offset-8 {
    margin-left: 66.6666666667%;
  }
  .grid-margin-x > .xlarge-offset-8 {
    margin-left: calc(66.6666666667% + 3.2rem / 2);
  }
  .xlarge-offset-9 {
    margin-left: 75%;
  }
  .grid-margin-x > .xlarge-offset-9 {
    margin-left: calc(75% + 3.2rem / 2);
  }
  .xlarge-offset-10 {
    margin-left: 83.3333333333%;
  }
  .grid-margin-x > .xlarge-offset-10 {
    margin-left: calc(83.3333333333% + 3.2rem / 2);
  }
  .xlarge-offset-11 {
    margin-left: 91.6666666667%;
  }
  .grid-margin-x > .xlarge-offset-11 {
    margin-left: calc(91.6666666667% + 3.2rem / 2);
  }
}
@media screen and (min-width: 90em) {
  .xxlarge-offset-0 {
    margin-left: 0%;
  }
  .grid-margin-x > .xxlarge-offset-0 {
    margin-left: calc(0% + 3.2rem / 2);
  }
  .xxlarge-offset-1 {
    margin-left: 8.3333333333%;
  }
  .grid-margin-x > .xxlarge-offset-1 {
    margin-left: calc(8.3333333333% + 3.2rem / 2);
  }
  .xxlarge-offset-2 {
    margin-left: 16.6666666667%;
  }
  .grid-margin-x > .xxlarge-offset-2 {
    margin-left: calc(16.6666666667% + 3.2rem / 2);
  }
  .xxlarge-offset-3 {
    margin-left: 25%;
  }
  .grid-margin-x > .xxlarge-offset-3 {
    margin-left: calc(25% + 3.2rem / 2);
  }
  .xxlarge-offset-4 {
    margin-left: 33.3333333333%;
  }
  .grid-margin-x > .xxlarge-offset-4 {
    margin-left: calc(33.3333333333% + 3.2rem / 2);
  }
  .xxlarge-offset-5 {
    margin-left: 41.6666666667%;
  }
  .grid-margin-x > .xxlarge-offset-5 {
    margin-left: calc(41.6666666667% + 3.2rem / 2);
  }
  .xxlarge-offset-6 {
    margin-left: 50%;
  }
  .grid-margin-x > .xxlarge-offset-6 {
    margin-left: calc(50% + 3.2rem / 2);
  }
  .xxlarge-offset-7 {
    margin-left: 58.3333333333%;
  }
  .grid-margin-x > .xxlarge-offset-7 {
    margin-left: calc(58.3333333333% + 3.2rem / 2);
  }
  .xxlarge-offset-8 {
    margin-left: 66.6666666667%;
  }
  .grid-margin-x > .xxlarge-offset-8 {
    margin-left: calc(66.6666666667% + 3.2rem / 2);
  }
  .xxlarge-offset-9 {
    margin-left: 75%;
  }
  .grid-margin-x > .xxlarge-offset-9 {
    margin-left: calc(75% + 3.2rem / 2);
  }
  .xxlarge-offset-10 {
    margin-left: 83.3333333333%;
  }
  .grid-margin-x > .xxlarge-offset-10 {
    margin-left: calc(83.3333333333% + 3.2rem / 2);
  }
  .xxlarge-offset-11 {
    margin-left: 91.6666666667%;
  }
  .grid-margin-x > .xxlarge-offset-11 {
    margin-left: calc(91.6666666667% + 3.2rem / 2);
  }
}
.grid-y {
  display: flex;
  flex-flow: column nowrap;
}
.grid-y > .cell {
  height: auto;
  max-height: 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: 75em) {
  .grid-y > .xlarge-shrink, .grid-y > .xlarge-full, .grid-y > .xlarge-1, .grid-y > .xlarge-2, .grid-y > .xlarge-3, .grid-y > .xlarge-4, .grid-y > .xlarge-5, .grid-y > .xlarge-6, .grid-y > .xlarge-7, .grid-y > .xlarge-8, .grid-y > .xlarge-9, .grid-y > .xlarge-10, .grid-y > .xlarge-11, .grid-y > .xlarge-12 {
    flex-basis: auto;
  }
}
@media screen and (min-width: 90em) {
  .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-12, .grid-y > .small-11, .grid-y > .small-10, .grid-y > .small-9, .grid-y > .small-8, .grid-y > .small-7, .grid-y > .small-6, .grid-y > .small-5, .grid-y > .small-4, .grid-y > .small-3, .grid-y > .small-2, .grid-y > .small-1 {
  flex: 0 0 auto;
}
.grid-y > .small-1 {
  height: 8.3333333333%;
}
.grid-y > .small-2 {
  height: 16.6666666667%;
}
.grid-y > .small-3 {
  height: 25%;
}
.grid-y > .small-4 {
  height: 33.3333333333%;
}
.grid-y > .small-5 {
  height: 41.6666666667%;
}
.grid-y > .small-6 {
  height: 50%;
}
.grid-y > .small-7 {
  height: 58.3333333333%;
}
.grid-y > .small-8 {
  height: 66.6666666667%;
}
.grid-y > .small-9 {
  height: 75%;
}
.grid-y > .small-10 {
  height: 83.3333333333%;
}
.grid-y > .small-11 {
  height: 91.6666666667%;
}
.grid-y > .small-12 {
  height: 100%;
}
@media print, screen and (min-width: 40em) {
  .grid-y > .medium-auto {
    flex: 1 1 0;
    height: auto;
  }
  .grid-y > .medium-12, .grid-y > .medium-11, .grid-y > .medium-10, .grid-y > .medium-9, .grid-y > .medium-8, .grid-y > .medium-7, .grid-y > .medium-6, .grid-y > .medium-5, .grid-y > .medium-4, .grid-y > .medium-3, .grid-y > .medium-2, .grid-y > .medium-1, .grid-y > .medium-shrink {
    flex: 0 0 auto;
  }
  .grid-y > .medium-shrink {
    height: auto;
  }
  .grid-y > .medium-1 {
    height: 8.3333333333%;
  }
  .grid-y > .medium-2 {
    height: 16.6666666667%;
  }
  .grid-y > .medium-3 {
    height: 25%;
  }
  .grid-y > .medium-4 {
    height: 33.3333333333%;
  }
  .grid-y > .medium-5 {
    height: 41.6666666667%;
  }
  .grid-y > .medium-6 {
    height: 50%;
  }
  .grid-y > .medium-7 {
    height: 58.3333333333%;
  }
  .grid-y > .medium-8 {
    height: 66.6666666667%;
  }
  .grid-y > .medium-9 {
    height: 75%;
  }
  .grid-y > .medium-10 {
    height: 83.3333333333%;
  }
  .grid-y > .medium-11 {
    height: 91.6666666667%;
  }
  .grid-y > .medium-12 {
    height: 100%;
  }
}
@media print, screen and (min-width: 64em) {
  .grid-y > .large-auto {
    flex: 1 1 0;
    height: auto;
  }
  .grid-y > .large-12, .grid-y > .large-11, .grid-y > .large-10, .grid-y > .large-9, .grid-y > .large-8, .grid-y > .large-7, .grid-y > .large-6, .grid-y > .large-5, .grid-y > .large-4, .grid-y > .large-3, .grid-y > .large-2, .grid-y > .large-1, .grid-y > .large-shrink {
    flex: 0 0 auto;
  }
  .grid-y > .large-shrink {
    height: auto;
  }
  .grid-y > .large-1 {
    height: 8.3333333333%;
  }
  .grid-y > .large-2 {
    height: 16.6666666667%;
  }
  .grid-y > .large-3 {
    height: 25%;
  }
  .grid-y > .large-4 {
    height: 33.3333333333%;
  }
  .grid-y > .large-5 {
    height: 41.6666666667%;
  }
  .grid-y > .large-6 {
    height: 50%;
  }
  .grid-y > .large-7 {
    height: 58.3333333333%;
  }
  .grid-y > .large-8 {
    height: 66.6666666667%;
  }
  .grid-y > .large-9 {
    height: 75%;
  }
  .grid-y > .large-10 {
    height: 83.3333333333%;
  }
  .grid-y > .large-11 {
    height: 91.6666666667%;
  }
  .grid-y > .large-12 {
    height: 100%;
  }
}
@media screen and (min-width: 75em) {
  .grid-y > .xlarge-auto {
    flex: 1 1 0;
    height: auto;
  }
  .grid-y > .xlarge-12, .grid-y > .xlarge-11, .grid-y > .xlarge-10, .grid-y > .xlarge-9, .grid-y > .xlarge-8, .grid-y > .xlarge-7, .grid-y > .xlarge-6, .grid-y > .xlarge-5, .grid-y > .xlarge-4, .grid-y > .xlarge-3, .grid-y > .xlarge-2, .grid-y > .xlarge-1, .grid-y > .xlarge-shrink {
    flex: 0 0 auto;
  }
  .grid-y > .xlarge-shrink {
    height: auto;
  }
  .grid-y > .xlarge-1 {
    height: 8.3333333333%;
  }
  .grid-y > .xlarge-2 {
    height: 16.6666666667%;
  }
  .grid-y > .xlarge-3 {
    height: 25%;
  }
  .grid-y > .xlarge-4 {
    height: 33.3333333333%;
  }
  .grid-y > .xlarge-5 {
    height: 41.6666666667%;
  }
  .grid-y > .xlarge-6 {
    height: 50%;
  }
  .grid-y > .xlarge-7 {
    height: 58.3333333333%;
  }
  .grid-y > .xlarge-8 {
    height: 66.6666666667%;
  }
  .grid-y > .xlarge-9 {
    height: 75%;
  }
  .grid-y > .xlarge-10 {
    height: 83.3333333333%;
  }
  .grid-y > .xlarge-11 {
    height: 91.6666666667%;
  }
  .grid-y > .xlarge-12 {
    height: 100%;
  }
}
@media screen and (min-width: 90em) {
  .grid-y > .xxlarge-auto {
    flex: 1 1 0;
    height: auto;
  }
  .grid-y > .xxlarge-12, .grid-y > .xxlarge-11, .grid-y > .xxlarge-10, .grid-y > .xxlarge-9, .grid-y > .xxlarge-8, .grid-y > .xxlarge-7, .grid-y > .xxlarge-6, .grid-y > .xxlarge-5, .grid-y > .xxlarge-4, .grid-y > .xxlarge-3, .grid-y > .xxlarge-2, .grid-y > .xxlarge-1, .grid-y > .xxlarge-shrink {
    flex: 0 0 auto;
  }
  .grid-y > .xxlarge-shrink {
    height: auto;
  }
  .grid-y > .xxlarge-1 {
    height: 8.3333333333%;
  }
  .grid-y > .xxlarge-2 {
    height: 16.6666666667%;
  }
  .grid-y > .xxlarge-3 {
    height: 25%;
  }
  .grid-y > .xxlarge-4 {
    height: 33.3333333333%;
  }
  .grid-y > .xxlarge-5 {
    height: 41.6666666667%;
  }
  .grid-y > .xxlarge-6 {
    height: 50%;
  }
  .grid-y > .xxlarge-7 {
    height: 58.3333333333%;
  }
  .grid-y > .xxlarge-8 {
    height: 66.6666666667%;
  }
  .grid-y > .xxlarge-9 {
    height: 75%;
  }
  .grid-y > .xxlarge-10 {
    height: 83.3333333333%;
  }
  .grid-y > .xxlarge-11 {
    height: 91.6666666667%;
  }
  .grid-y > .xxlarge-12 {
    height: 100%;
  }
}

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

.grid-margin-y {
  margin-top: -1.6rem;
  margin-bottom: -1.6rem;
}
.grid-margin-y > .cell {
  height: calc(100% - 3.2rem);
  margin-top: 1.6rem;
  margin-bottom: 1.6rem;
}
.grid-margin-y > .auto {
  height: auto;
}
.grid-margin-y > .shrink {
  height: auto;
}
.grid-margin-y > .small-1 {
  height: calc(8.3333333333% - 3.2rem);
}
.grid-margin-y > .small-2 {
  height: calc(16.6666666667% - 3.2rem);
}
.grid-margin-y > .small-3 {
  height: calc(25% - 3.2rem);
}
.grid-margin-y > .small-4 {
  height: calc(33.3333333333% - 3.2rem);
}
.grid-margin-y > .small-5 {
  height: calc(41.6666666667% - 3.2rem);
}
.grid-margin-y > .small-6 {
  height: calc(50% - 3.2rem);
}
.grid-margin-y > .small-7 {
  height: calc(58.3333333333% - 3.2rem);
}
.grid-margin-y > .small-8 {
  height: calc(66.6666666667% - 3.2rem);
}
.grid-margin-y > .small-9 {
  height: calc(75% - 3.2rem);
}
.grid-margin-y > .small-10 {
  height: calc(83.3333333333% - 3.2rem);
}
.grid-margin-y > .small-11 {
  height: calc(91.6666666667% - 3.2rem);
}
.grid-margin-y > .small-12 {
  height: calc(100% - 3.2rem);
}
@media print, screen and (min-width: 40em) {
  .grid-margin-y > .medium-auto {
    height: auto;
  }
  .grid-margin-y > .medium-shrink {
    height: auto;
  }
  .grid-margin-y > .medium-1 {
    height: calc(8.3333333333% - 3.2rem);
  }
  .grid-margin-y > .medium-2 {
    height: calc(16.6666666667% - 3.2rem);
  }
  .grid-margin-y > .medium-3 {
    height: calc(25% - 3.2rem);
  }
  .grid-margin-y > .medium-4 {
    height: calc(33.3333333333% - 3.2rem);
  }
  .grid-margin-y > .medium-5 {
    height: calc(41.6666666667% - 3.2rem);
  }
  .grid-margin-y > .medium-6 {
    height: calc(50% - 3.2rem);
  }
  .grid-margin-y > .medium-7 {
    height: calc(58.3333333333% - 3.2rem);
  }
  .grid-margin-y > .medium-8 {
    height: calc(66.6666666667% - 3.2rem);
  }
  .grid-margin-y > .medium-9 {
    height: calc(75% - 3.2rem);
  }
  .grid-margin-y > .medium-10 {
    height: calc(83.3333333333% - 3.2rem);
  }
  .grid-margin-y > .medium-11 {
    height: calc(91.6666666667% - 3.2rem);
  }
  .grid-margin-y > .medium-12 {
    height: calc(100% - 3.2rem);
  }
}
@media print, screen and (min-width: 64em) {
  .grid-margin-y > .large-auto {
    height: auto;
  }
  .grid-margin-y > .large-shrink {
    height: auto;
  }
  .grid-margin-y > .large-1 {
    height: calc(8.3333333333% - 3.2rem);
  }
  .grid-margin-y > .large-2 {
    height: calc(16.6666666667% - 3.2rem);
  }
  .grid-margin-y > .large-3 {
    height: calc(25% - 3.2rem);
  }
  .grid-margin-y > .large-4 {
    height: calc(33.3333333333% - 3.2rem);
  }
  .grid-margin-y > .large-5 {
    height: calc(41.6666666667% - 3.2rem);
  }
  .grid-margin-y > .large-6 {
    height: calc(50% - 3.2rem);
  }
  .grid-margin-y > .large-7 {
    height: calc(58.3333333333% - 3.2rem);
  }
  .grid-margin-y > .large-8 {
    height: calc(66.6666666667% - 3.2rem);
  }
  .grid-margin-y > .large-9 {
    height: calc(75% - 3.2rem);
  }
  .grid-margin-y > .large-10 {
    height: calc(83.3333333333% - 3.2rem);
  }
  .grid-margin-y > .large-11 {
    height: calc(91.6666666667% - 3.2rem);
  }
  .grid-margin-y > .large-12 {
    height: calc(100% - 3.2rem);
  }
}
@media screen and (min-width: 75em) {
  .grid-margin-y > .xlarge-auto {
    height: auto;
  }
  .grid-margin-y > .xlarge-shrink {
    height: auto;
  }
  .grid-margin-y > .xlarge-1 {
    height: calc(8.3333333333% - 3.2rem);
  }
  .grid-margin-y > .xlarge-2 {
    height: calc(16.6666666667% - 3.2rem);
  }
  .grid-margin-y > .xlarge-3 {
    height: calc(25% - 3.2rem);
  }
  .grid-margin-y > .xlarge-4 {
    height: calc(33.3333333333% - 3.2rem);
  }
  .grid-margin-y > .xlarge-5 {
    height: calc(41.6666666667% - 3.2rem);
  }
  .grid-margin-y > .xlarge-6 {
    height: calc(50% - 3.2rem);
  }
  .grid-margin-y > .xlarge-7 {
    height: calc(58.3333333333% - 3.2rem);
  }
  .grid-margin-y > .xlarge-8 {
    height: calc(66.6666666667% - 3.2rem);
  }
  .grid-margin-y > .xlarge-9 {
    height: calc(75% - 3.2rem);
  }
  .grid-margin-y > .xlarge-10 {
    height: calc(83.3333333333% - 3.2rem);
  }
  .grid-margin-y > .xlarge-11 {
    height: calc(91.6666666667% - 3.2rem);
  }
  .grid-margin-y > .xlarge-12 {
    height: calc(100% - 3.2rem);
  }
}
@media screen and (min-width: 90em) {
  .grid-margin-y > .xxlarge-auto {
    height: auto;
  }
  .grid-margin-y > .xxlarge-shrink {
    height: auto;
  }
  .grid-margin-y > .xxlarge-1 {
    height: calc(8.3333333333% - 3.2rem);
  }
  .grid-margin-y > .xxlarge-2 {
    height: calc(16.6666666667% - 3.2rem);
  }
  .grid-margin-y > .xxlarge-3 {
    height: calc(25% - 3.2rem);
  }
  .grid-margin-y > .xxlarge-4 {
    height: calc(33.3333333333% - 3.2rem);
  }
  .grid-margin-y > .xxlarge-5 {
    height: calc(41.6666666667% - 3.2rem);
  }
  .grid-margin-y > .xxlarge-6 {
    height: calc(50% - 3.2rem);
  }
  .grid-margin-y > .xxlarge-7 {
    height: calc(58.3333333333% - 3.2rem);
  }
  .grid-margin-y > .xxlarge-8 {
    height: calc(66.6666666667% - 3.2rem);
  }
  .grid-margin-y > .xxlarge-9 {
    height: calc(75% - 3.2rem);
  }
  .grid-margin-y > .xxlarge-10 {
    height: calc(83.3333333333% - 3.2rem);
  }
  .grid-margin-y > .xxlarge-11 {
    height: calc(91.6666666667% - 3.2rem);
  }
  .grid-margin-y > .xxlarge-12 {
    height: calc(100% - 3.2rem);
  }
}

.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: 75em) {
  .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: 90em) {
  .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 {
  overflow: hidden;
  position: relative;
  flex-wrap: nowrap;
  align-items: stretch;
  height: 100vh;
  width: auto;
}
@media print, screen and (min-width: 40em) {
  .grid-y.medium-grid-frame {
    overflow: hidden;
    position: relative;
    flex-wrap: nowrap;
    align-items: stretch;
    height: 100vh;
    width: auto;
  }
}
@media print, screen and (min-width: 64em) {
  .grid-y.large-grid-frame {
    overflow: hidden;
    position: relative;
    flex-wrap: nowrap;
    align-items: stretch;
    height: 100vh;
    width: auto;
  }
}
@media screen and (min-width: 75em) {
  .grid-y.xlarge-grid-frame {
    overflow: hidden;
    position: relative;
    flex-wrap: nowrap;
    align-items: stretch;
    height: 100vh;
    width: auto;
  }
}
@media screen and (min-width: 90em) {
  .grid-y.xxlarge-grid-frame {
    overflow: hidden;
    position: relative;
    flex-wrap: nowrap;
    align-items: stretch;
    height: 100vh;
    width: auto;
  }
}

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

.grid-margin-y {
  margin-top: -1.6rem;
  margin-bottom: -1.6rem;
}
.grid-margin-y > .cell {
  height: calc(100% - 3.2rem);
  margin-top: 1.6rem;
  margin-bottom: 1.6rem;
}
.grid-margin-y > .auto {
  height: auto;
}
.grid-margin-y > .shrink {
  height: auto;
}
.grid-margin-y > .small-1 {
  height: calc(8.3333333333% - 3.2rem);
}
.grid-margin-y > .small-2 {
  height: calc(16.6666666667% - 3.2rem);
}
.grid-margin-y > .small-3 {
  height: calc(25% - 3.2rem);
}
.grid-margin-y > .small-4 {
  height: calc(33.3333333333% - 3.2rem);
}
.grid-margin-y > .small-5 {
  height: calc(41.6666666667% - 3.2rem);
}
.grid-margin-y > .small-6 {
  height: calc(50% - 3.2rem);
}
.grid-margin-y > .small-7 {
  height: calc(58.3333333333% - 3.2rem);
}
.grid-margin-y > .small-8 {
  height: calc(66.6666666667% - 3.2rem);
}
.grid-margin-y > .small-9 {
  height: calc(75% - 3.2rem);
}
.grid-margin-y > .small-10 {
  height: calc(83.3333333333% - 3.2rem);
}
.grid-margin-y > .small-11 {
  height: calc(91.6666666667% - 3.2rem);
}
.grid-margin-y > .small-12 {
  height: calc(100% - 3.2rem);
}
@media print, screen and (min-width: 40em) {
  .grid-margin-y > .medium-auto {
    height: auto;
  }
  .grid-margin-y > .medium-shrink {
    height: auto;
  }
  .grid-margin-y > .medium-1 {
    height: calc(8.3333333333% - 3.2rem);
  }
  .grid-margin-y > .medium-2 {
    height: calc(16.6666666667% - 3.2rem);
  }
  .grid-margin-y > .medium-3 {
    height: calc(25% - 3.2rem);
  }
  .grid-margin-y > .medium-4 {
    height: calc(33.3333333333% - 3.2rem);
  }
  .grid-margin-y > .medium-5 {
    height: calc(41.6666666667% - 3.2rem);
  }
  .grid-margin-y > .medium-6 {
    height: calc(50% - 3.2rem);
  }
  .grid-margin-y > .medium-7 {
    height: calc(58.3333333333% - 3.2rem);
  }
  .grid-margin-y > .medium-8 {
    height: calc(66.6666666667% - 3.2rem);
  }
  .grid-margin-y > .medium-9 {
    height: calc(75% - 3.2rem);
  }
  .grid-margin-y > .medium-10 {
    height: calc(83.3333333333% - 3.2rem);
  }
  .grid-margin-y > .medium-11 {
    height: calc(91.6666666667% - 3.2rem);
  }
  .grid-margin-y > .medium-12 {
    height: calc(100% - 3.2rem);
  }
}
@media print, screen and (min-width: 64em) {
  .grid-margin-y > .large-auto {
    height: auto;
  }
  .grid-margin-y > .large-shrink {
    height: auto;
  }
  .grid-margin-y > .large-1 {
    height: calc(8.3333333333% - 3.2rem);
  }
  .grid-margin-y > .large-2 {
    height: calc(16.6666666667% - 3.2rem);
  }
  .grid-margin-y > .large-3 {
    height: calc(25% - 3.2rem);
  }
  .grid-margin-y > .large-4 {
    height: calc(33.3333333333% - 3.2rem);
  }
  .grid-margin-y > .large-5 {
    height: calc(41.6666666667% - 3.2rem);
  }
  .grid-margin-y > .large-6 {
    height: calc(50% - 3.2rem);
  }
  .grid-margin-y > .large-7 {
    height: calc(58.3333333333% - 3.2rem);
  }
  .grid-margin-y > .large-8 {
    height: calc(66.6666666667% - 3.2rem);
  }
  .grid-margin-y > .large-9 {
    height: calc(75% - 3.2rem);
  }
  .grid-margin-y > .large-10 {
    height: calc(83.3333333333% - 3.2rem);
  }
  .grid-margin-y > .large-11 {
    height: calc(91.6666666667% - 3.2rem);
  }
  .grid-margin-y > .large-12 {
    height: calc(100% - 3.2rem);
  }
}
@media screen and (min-width: 75em) {
  .grid-margin-y > .xlarge-auto {
    height: auto;
  }
  .grid-margin-y > .xlarge-shrink {
    height: auto;
  }
  .grid-margin-y > .xlarge-1 {
    height: calc(8.3333333333% - 3.2rem);
  }
  .grid-margin-y > .xlarge-2 {
    height: calc(16.6666666667% - 3.2rem);
  }
  .grid-margin-y > .xlarge-3 {
    height: calc(25% - 3.2rem);
  }
  .grid-margin-y > .xlarge-4 {
    height: calc(33.3333333333% - 3.2rem);
  }
  .grid-margin-y > .xlarge-5 {
    height: calc(41.6666666667% - 3.2rem);
  }
  .grid-margin-y > .xlarge-6 {
    height: calc(50% - 3.2rem);
  }
  .grid-margin-y > .xlarge-7 {
    height: calc(58.3333333333% - 3.2rem);
  }
  .grid-margin-y > .xlarge-8 {
    height: calc(66.6666666667% - 3.2rem);
  }
  .grid-margin-y > .xlarge-9 {
    height: calc(75% - 3.2rem);
  }
  .grid-margin-y > .xlarge-10 {
    height: calc(83.3333333333% - 3.2rem);
  }
  .grid-margin-y > .xlarge-11 {
    height: calc(91.6666666667% - 3.2rem);
  }
  .grid-margin-y > .xlarge-12 {
    height: calc(100% - 3.2rem);
  }
}
@media screen and (min-width: 90em) {
  .grid-margin-y > .xxlarge-auto {
    height: auto;
  }
  .grid-margin-y > .xxlarge-shrink {
    height: auto;
  }
  .grid-margin-y > .xxlarge-1 {
    height: calc(8.3333333333% - 3.2rem);
  }
  .grid-margin-y > .xxlarge-2 {
    height: calc(16.6666666667% - 3.2rem);
  }
  .grid-margin-y > .xxlarge-3 {
    height: calc(25% - 3.2rem);
  }
  .grid-margin-y > .xxlarge-4 {
    height: calc(33.3333333333% - 3.2rem);
  }
  .grid-margin-y > .xxlarge-5 {
    height: calc(41.6666666667% - 3.2rem);
  }
  .grid-margin-y > .xxlarge-6 {
    height: calc(50% - 3.2rem);
  }
  .grid-margin-y > .xxlarge-7 {
    height: calc(58.3333333333% - 3.2rem);
  }
  .grid-margin-y > .xxlarge-8 {
    height: calc(66.6666666667% - 3.2rem);
  }
  .grid-margin-y > .xxlarge-9 {
    height: calc(75% - 3.2rem);
  }
  .grid-margin-y > .xxlarge-10 {
    height: calc(83.3333333333% - 3.2rem);
  }
  .grid-margin-y > .xxlarge-11 {
    height: calc(91.6666666667% - 3.2rem);
  }
  .grid-margin-y > .xxlarge-12 {
    height: calc(100% - 3.2rem);
  }
}

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

@media print, screen and (min-width: 40em) {
  .grid-margin-y.medium-grid-frame {
    height: calc(100vh + 3.2rem);
  }
}
@media print, screen and (min-width: 64em) {
  .grid-margin-y.large-grid-frame {
    height: calc(100vh + 3.2rem);
  }
}
@media screen and (min-width: 75em) {
  .grid-margin-y.xlarge-grid-frame {
    height: calc(100vh + 3.2rem);
  }
}
@media screen and (min-width: 90em) {
  .grid-margin-y.xxlarge-grid-frame {
    height: calc(100vh + 3.2rem);
  }
}
.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: 75em) {
  .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: 90em) {
  .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: 75em) {
  .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: 90em) {
  .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;
  }
}
.button {
  display: inline-block;
  vertical-align: middle;
  margin: 0.8rem 0;
  padding: 1em 2em 1em;
  border: 1px solid transparent;
  border-radius: 0;
  transition: background-color 0.25s ease-out, color 0.25s ease-out;
  font-family: "Foundry Monoline W01 X Bd", sans-serif;
  font-size: 0.9rem;
  -webkit-appearance: none;
  line-height: 1;
  text-align: center;
  cursor: pointer;
}
[data-whatinput=mouse] .button {
  outline: 0;
}
.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, .button.disabled, .button[disabled], .button.disabled:hover, .button[disabled]:hover, .button.disabled:focus, .button[disabled]:focus {
  background-color: #d0af75;
  color: #ffffff;
}
.button:hover, .button:focus {
  background-color: rgb(195.6148648649, 153.9189189189, 80.6351351351);
  color: #ffffff;
}
.button.primary, .button.primary.disabled, .button.primary[disabled], .button.primary.disabled:hover, .button.primary[disabled]:hover, .button.primary.disabled:focus, .button.primary[disabled]:focus {
  background-color: #d0af75;
  color: #333;
}
.button.primary:hover, .button.primary:focus {
  background-color: rgb(191.4864864865, 146.8918918919, 68.5135135135);
  color: #333;
}
.button.secondary, .button.secondary.disabled, .button.secondary[disabled], .button.secondary.disabled:hover, .button.secondary[disabled]:hover, .button.secondary.disabled:focus, .button.secondary[disabled]:focus {
  background-color: #333;
  color: #ffffff;
}
.button.secondary:hover, .button.secondary:focus {
  background-color: rgb(40.8, 40.8, 40.8);
  color: #ffffff;
}
.button.success, .button.success.disabled, .button.success[disabled], .button.success.disabled:hover, .button.success[disabled]:hover, .button.success.disabled:focus, .button.success[disabled]:focus {
  background-color: #14ab00;
  color: #333;
}
.button.success:hover, .button.success:focus {
  background-color: rgb(16, 136.8, 0);
  color: #333;
}
.button.warning, .button.warning.disabled, .button.warning[disabled], .button.warning.disabled:hover, .button.warning[disabled]:hover, .button.warning.disabled:focus, .button.warning[disabled]:focus {
  background-color: #ffae00;
  color: #333;
}
.button.warning:hover, .button.warning:focus {
  background-color: rgb(204, 139.2, 0);
  color: #333;
}
.button.alert, .button.alert.disabled, .button.alert[disabled], .button.alert.disabled:hover, .button.alert[disabled]:hover, .button.alert.disabled:focus, .button.alert[disabled]:focus {
  background-color: #cc4b36;
  color: #ffffff;
}
.button.alert:hover, .button.alert:focus {
  background-color: rgb(164.6285714286, 58.9714285714, 41.7714285714);
  color: #ffffff;
}
.button.hollow, .button.hollow:hover, .button.hollow:focus, .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, .button.hollow.disabled, .button.hollow[disabled], .button.hollow.disabled:hover, .button.hollow[disabled]:hover, .button.hollow.disabled:focus, .button.hollow[disabled]:focus {
  border: 1px solid #d0af75;
  color: #d0af75;
}
.button.hollow:hover, .button.hollow:focus {
  border-color: rgb(199.7432432432, 160.9459459459, 92.7567567568);
  color: rgb(199.7432432432, 160.9459459459, 92.7567567568);
}
.button.hollow.primary, .button.hollow.primary.disabled, .button.hollow.primary[disabled], .button.hollow.primary.disabled:hover, .button.hollow.primary[disabled]:hover, .button.hollow.primary.disabled:focus, .button.hollow.primary[disabled]:focus {
  border: 1px solid #d0af75;
  color: #d0af75;
}
.button.hollow.primary:hover, .button.hollow.primary:focus {
  border-color: rgb(199.7432432432, 160.9459459459, 92.7567567568);
  color: rgb(199.7432432432, 160.9459459459, 92.7567567568);
}
.button.hollow.secondary, .button.hollow.secondary.disabled, .button.hollow.secondary[disabled], .button.hollow.secondary.disabled:hover, .button.hollow.secondary[disabled]:hover, .button.hollow.secondary.disabled:focus, .button.hollow.secondary[disabled]:focus {
  border: 1px solid #333;
  color: #333;
}
.button.hollow.secondary:hover, .button.hollow.secondary:focus {
  border-color: rgb(45.9, 45.9, 45.9);
  color: rgb(45.9, 45.9, 45.9);
}
.button.hollow.success, .button.hollow.success.disabled, .button.hollow.success[disabled], .button.hollow.success.disabled:hover, .button.hollow.success[disabled]:hover, .button.hollow.success.disabled:focus, .button.hollow.success[disabled]:focus {
  border: 1px solid #14ab00;
  color: #14ab00;
}
.button.hollow.success:hover, .button.hollow.success:focus {
  border-color: rgb(18, 153.9, 0);
  color: rgb(18, 153.9, 0);
}
.button.hollow.warning, .button.hollow.warning.disabled, .button.hollow.warning[disabled], .button.hollow.warning.disabled:hover, .button.hollow.warning[disabled]:hover, .button.hollow.warning.disabled:focus, .button.hollow.warning[disabled]:focus {
  border: 1px solid #ffae00;
  color: #ffae00;
}
.button.hollow.warning:hover, .button.hollow.warning:focus {
  border-color: rgb(229.5, 156.6, 0);
  color: rgb(229.5, 156.6, 0);
}
.button.hollow.alert, .button.hollow.alert.disabled, .button.hollow.alert[disabled], .button.hollow.alert.disabled:hover, .button.hollow.alert[disabled]:hover, .button.hollow.alert.disabled:focus, .button.hollow.alert[disabled]:focus {
  border: 1px solid #cc4b36;
  color: #cc4b36;
}
.button.hollow.alert:hover, .button.hollow.alert:focus {
  border-color: rgb(185.2071428571, 66.3428571429, 46.9928571429);
  color: rgb(185.2071428571, 66.3428571429, 46.9928571429);
}
.button.clear, .button.clear:hover, .button.clear:focus, .button.clear.disabled, .button.clear.disabled:hover, .button.clear.disabled:focus, .button.clear[disabled], .button.clear[disabled]:hover, .button.clear[disabled]:focus {
  border-color: transparent;
  background-color: transparent;
}
.button.clear, .button.clear.disabled, .button.clear[disabled], .button.clear.disabled:hover, .button.clear[disabled]:hover, .button.clear.disabled:focus, .button.clear[disabled]:focus {
  color: #d0af75;
}
.button.clear:hover, .button.clear:focus {
  color: rgb(199.7432432432, 160.9459459459, 92.7567567568);
}
.button.clear.primary, .button.clear.primary.disabled, .button.clear.primary[disabled], .button.clear.primary.disabled:hover, .button.clear.primary[disabled]:hover, .button.clear.primary.disabled:focus, .button.clear.primary[disabled]:focus {
  color: #d0af75;
}
.button.clear.primary:hover, .button.clear.primary:focus {
  color: rgb(199.7432432432, 160.9459459459, 92.7567567568);
}
.button.clear.secondary, .button.clear.secondary.disabled, .button.clear.secondary[disabled], .button.clear.secondary.disabled:hover, .button.clear.secondary[disabled]:hover, .button.clear.secondary.disabled:focus, .button.clear.secondary[disabled]:focus {
  color: #333;
}
.button.clear.secondary:hover, .button.clear.secondary:focus {
  color: rgb(45.9, 45.9, 45.9);
}
.button.clear.success, .button.clear.success.disabled, .button.clear.success[disabled], .button.clear.success.disabled:hover, .button.clear.success[disabled]:hover, .button.clear.success.disabled:focus, .button.clear.success[disabled]:focus {
  color: #14ab00;
}
.button.clear.success:hover, .button.clear.success:focus {
  color: rgb(18, 153.9, 0);
}
.button.clear.warning, .button.clear.warning.disabled, .button.clear.warning[disabled], .button.clear.warning.disabled:hover, .button.clear.warning[disabled]:hover, .button.clear.warning.disabled:focus, .button.clear.warning[disabled]:focus {
  color: #ffae00;
}
.button.clear.warning:hover, .button.clear.warning:focus {
  color: rgb(229.5, 156.6, 0);
}
.button.clear.alert, .button.clear.alert.disabled, .button.clear.alert[disabled], .button.clear.alert.disabled:hover, .button.clear.alert[disabled]:hover, .button.clear.alert.disabled:focus, .button.clear.alert[disabled]:focus {
  color: #cc4b36;
}
.button.clear.alert:hover, .button.clear.alert:focus {
  color: rgb(185.2071428571, 66.3428571429, 46.9928571429);
}
.button.disabled, .button[disabled] {
  opacity: 0.25;
  cursor: not-allowed;
}
.button.dropdown::after {
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0.4em;
  content: "";
  border-bottom-width: 0;
  border-color: #ffffff transparent transparent;
  position: relative;
  top: 0.4em;
  display: inline-block;
  float: right;
  margin-left: 2em;
}
.button.dropdown.hollow::after, .button.dropdown.clear::after {
  border-top-color: #d0af75;
}
.button.dropdown.hollow.primary::after, .button.dropdown.clear.primary::after {
  border-top-color: #d0af75;
}
.button.dropdown.hollow.secondary::after, .button.dropdown.clear.secondary::after {
  border-top-color: #333;
}
.button.dropdown.hollow.success::after, .button.dropdown.clear.success::after {
  border-top-color: #14ab00;
}
.button.dropdown.hollow.warning::after, .button.dropdown.clear.warning::after {
  border-top-color: #ffae00;
}
.button.dropdown.hollow.alert::after, .button.dropdown.clear.alert::after {
  border-top-color: #cc4b36;
}
.button.arrow-only::after {
  top: -0.1em;
  float: none;
  margin-left: 0;
}

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

[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.9rem;
  margin: 0 0 1.3333333333rem;
  padding: 0.7333333333rem;
  border: 0;
  border-radius: 0;
  background-color: #f4f4f4;
  box-shadow: 0;
  font-family: "Foundry Monoline W01 Md", sans-serif;
  font-size: 1rem;
  font-weight: normal;
  line-height: 1.5;
  color: #333;
  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: 0;
  background-color: #f4f4f4;
  box-shadow: 0;
  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: #e6e6e6;
  cursor: not-allowed;
}

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

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

::placeholder {
  color: rgb(127.5, 127.5, 127.5);
}

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

[type=checkbox] + label,
[type=radio] + label {
  display: inline-block;
  vertical-align: baseline;
  margin-left: 0.6666666667rem;
  margin-right: 1.3333333333rem;
  margin-bottom: 0;
}
[type=checkbox] + label[for],
[type=radio] + label[for] {
  cursor: pointer;
}

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

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

label {
  display: block;
  margin: 0;
  font-size: 0.9333333333rem;
  font-weight: normal;
  line-height: 1.8;
  color: #333;
}
label.middle {
  margin: 0 0 1.3333333333rem;
  line-height: 1.5;
  padding: 0.6666666667rem 0;
}

.help-text {
  margin-top: -0.6666666667rem;
  font-size: 0.8666666667rem;
  font-style: italic;
  color: #333;
}

.input-group {
  display: flex;
  width: 100%;
  margin-bottom: 1.3333333333rem;
  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-button a,
.input-group-button input,
.input-group-button button,
.input-group-button label, .input-group-button, .input-group-field, .input-group-label {
  margin: 0;
  white-space: nowrap;
}

.input-group-label {
  padding: 0 1rem;
  border: 1px solid #cacaca;
  background: #e6e6e6;
  color: #333;
  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: 1rem;
}

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

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

.fieldset {
  margin: 1.2rem 0;
  padding: 1.3333333333rem;
  border: 1px solid #cacaca;
}
.fieldset legend {
  margin: 0;
  margin-left: -0.2rem;
  padding: 0 0.2rem;
}

select {
  height: 2.9rem;
  margin: 0 0 1.3333333333rem;
  padding: 0.7333333333rem;
  appearance: none;
  border: 0;
  border-radius: 0;
  background-color: #f4f4f4;
  font-family: "Foundry Monoline W01 Md", sans-serif;
  font-size: 1rem;
  font-weight: normal;
  line-height: 1.5;
  color: #333;
  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%28138, 138, 138%29"></polygon></svg>');
  background-origin: content-box;
  background-position: right -1.3333333333rem center;
  background-repeat: no-repeat;
  background-size: 9px 6px;
  padding-right: 2rem;
  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/80AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAIpJREFUeNrEkckNgDAMBBfRkEt0ObRBBdsGXUDgmQfK4XhH2m8czQAAy27R3tsw4Qfe2x8uOO6oYLb6GlOor3GF+swURAOmUJ+RwtEJs9WvTGEYxBXqI1MQAZhCfUQKRzDMVj+TwrAIV6jvSUEkYAr1LSkcyTBb/V+KYfX7xAeusq3sLDtGH3kEGACPWIflNZfhRQAAAABJRU5ErkJggg==");
  }
}
select:focus {
  outline: none;
  border: 0;
  background-color: #f4f4f4;
  box-shadow: 0;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
}
select:disabled {
  background-color: #e6e6e6;
  cursor: not-allowed;
}
select::-ms-expand {
  display: none;
}
select[multiple] {
  height: auto;
  background-image: none;
}
select:not([multiple]) {
  padding-top: 0;
  padding-bottom: 0;
}

.is-invalid-input:not(:focus) {
  border-color: #cc4b36;
  background-color: rgb(249.9, 237, 234.9);
}
.is-invalid-input:not(:focus)::placeholder {
  color: #cc4b36;
}

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

.form-error {
  display: none;
  margin-top: -0.6666666667rem;
  margin-bottom: 1.3333333333rem;
  font-size: 0.8rem;
  font-weight: bold;
  color: #cc4b36;
}
.form-error.is-visible {
  display: block;
}

.hide {
  display: none !important;
}

.invisible {
  visibility: hidden;
}

.visible {
  visibility: visible;
}

@media print, 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 print, 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 print, screen and (min-width: 64em) and (max-width: 74.99875em) {
  .hide-for-large-only {
    display: none !important;
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

.show-for-dark-mode {
  display: none;
}

.hide-for-dark-mode {
  display: block;
}

@media screen and (prefers-color-scheme: dark) {
  .show-for-dark-mode {
    display: block !important;
  }
  .hide-for-dark-mode {
    display: none !important;
  }
}
.show-for-ie {
  display: none;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .show-for-ie {
    display: block !important;
  }
  .hide-for-ie {
    display: none !important;
  }
}
.show-for-sticky {
  display: none;
}

.is-stuck .show-for-sticky {
  display: block;
}

.is-stuck .hide-for-sticky {
  display: none;
}

.callout {
  position: relative;
  margin: 0 0 1rem 0;
  padding: 1rem;
  border: 0;
  border-radius: 0;
  background-color: white;
  color: #333;
}
.callout > :first-child {
  margin-top: 0;
}
.callout > :last-child {
  margin-bottom: 0;
}
.callout.primary {
  background-color: rgb(247.95, 243, 234.3);
  color: #333;
}
.callout.secondary {
  background-color: rgb(224.4, 224.4, 224.4);
  color: #333;
}
.callout.success {
  background-color: rgb(210.0973684211, 255, 204.15);
  color: #333;
}
.callout.warning {
  background-color: rgb(255, 242.85, 216.75);
  color: #333;
}
.callout.alert {
  background-color: rgb(247.35, 228, 224.85);
  color: #333;
}
.callout.small {
  padding-top: 0.5rem;
  padding-right: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 0.5rem;
}
.callout.large {
  padding-top: 3rem;
  padding-right: 3rem;
  padding-bottom: 3rem;
  padding-left: 3rem;
}

html.is-reveal-open {
  position: fixed;
  width: 100%;
  overflow-y: hidden;
}
html.is-reveal-open.zf-has-scroll {
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
}
html.is-reveal-open body {
  overflow-y: hidden;
}

.reveal-overlay {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1005;
  display: none;
  background-color: rgba(51, 51, 51, 0.45);
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}

.reveal {
  z-index: 1006;
  backface-visibility: hidden;
  display: none;
  padding: 40px;
  border: 0;
  border-radius: 0;
  background-color: #ffffff;
  position: relative;
  top: 100px;
  margin-right: auto;
  margin-left: auto;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}
[data-whatinput=mouse] .reveal {
  outline: 0;
}
@media print, screen and (min-width: 40em) {
  .reveal {
    min-height: 0;
  }
}
.reveal .column {
  min-width: 0;
}
.reveal > :last-child {
  margin-bottom: 0;
}
@media print, screen and (min-width: 40em) {
  .reveal {
    width: 600px;
    max-width: 64rem;
  }
}
.reveal.collapse {
  padding: 0;
}
@media print, screen and (min-width: 40em) {
  .reveal.tiny {
    width: 30%;
    max-width: 64rem;
  }
}
@media print, screen and (min-width: 40em) {
  .reveal.small {
    width: 50%;
    max-width: 64rem;
  }
}
@media print, screen and (min-width: 40em) {
  .reveal.large {
    width: 90%;
    max-width: 64rem;
  }
}
.reveal.full {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  max-width: none;
  height: 100%;
  min-height: 100%;
  margin-left: 0;
  border: 0;
  border-radius: 0;
}
@media print, screen and (max-width: 39.99875em) {
  .reveal {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    max-width: none;
    height: 100%;
    min-height: 100%;
    margin-left: 0;
    border: 0;
    border-radius: 0;
  }
}
.reveal.without-overlay {
  position: fixed;
}

table {
  border-collapse: collapse;
  width: 100%;
  margin-bottom: 1rem;
  border-radius: 0;
}
thead,
tbody,
tfoot {
  border: 1px solid rgb(242.25, 242.25, 242.25);
  background-color: #ffffff;
}

caption {
  padding: 0.6666666667rem 0.6666666667rem 0.6666666667rem;
  font-weight: bold;
}

thead {
  background: rgb(248.625, 248.625, 248.625);
  color: #333;
}

tfoot {
  background: rgb(242.25, 242.25, 242.25);
  color: #333;
}

thead tr,
tfoot tr {
  background: transparent;
}
thead th,
thead td,
tfoot th,
tfoot td {
  padding: 0.6666666667rem 0.6666666667rem 0.6666666667rem;
  font-weight: bold;
  text-align: left;
}

tbody th,
tbody td {
  padding: 0.6666666667rem 0.6666666667rem 0.6666666667rem;
}

tbody tr {
  border-bottom: 1px solid rgb(242.25, 242.25, 242.25);
  background-color: #ffffff;
}

table.striped tbody tr:nth-child(odd) {
  background-color: rgb(242.25, 242.25, 242.25);
}

@media print, 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: rgb(243.525, 243.525, 243.525);
}
table.hover tfoot tr:hover {
  background-color: rgb(237.15, 237.15, 237.15);
}
table.hover tbody tr:hover {
  background-color: rgb(249.9, 249.9, 249.9);
}
table.hover.striped tr:nth-of-type(odd):hover {
  background-color: rgb(237.15, 237.15, 237.15);
}

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

.tabs {
  margin: 0;
  border: 1px solid #e6e6e6;
  background: transparent;
  list-style-type: none;
}
.tabs::before, .tabs::after {
  display: table;
  content: " ";
  flex-basis: 0;
  order: 1;
}
.tabs::after {
  clear: both;
}

.tabs.vertical > li {
  display: block;
  float: none;
  width: auto;
}

.tabs.simple > li > a {
  padding: 0;
}
.tabs.simple > li > a:hover {
  background: transparent;
}

.tabs.primary {
  background: #d0af75;
}
.tabs.primary > li > a {
  color: #333;
}
.tabs.primary > li > a:hover, .tabs.primary > li > a:focus {
  background: rgb(203.8716216216, 167.972972973, 104.8783783784);
}

.tabs-title {
  float: left;
}
.tabs-title > a {
  display: block;
  padding: 1rem 1.5rem;
  font-size: 0.8rem;
  line-height: 1;
  color: #d0af75;
}
[data-whatinput=mouse] .tabs-title > a {
  outline: 0;
}
.tabs-title > a:hover {
  background: transparent;
  color: rgb(196.4405405405, 155.3243243243, 83.0594594595);
}
.tabs-title > a:focus, .tabs-title > a[aria-selected=true] {
  background: transparent;
  color: #d0af75;
}

.tabs-content {
  border: 1px solid #e6e6e6;
  border-top: 0;
  background: transparent;
  color: #333;
  transition: all 0.5s ease;
}

.tabs-content.vertical {
  border: 1px solid #e6e6e6;
  border-left: 0;
}

.tabs-panel {
  display: none;
  padding: 0;
}
.tabs-panel.is-active {
  display: block;
}

.accordion {
  margin-left: 0;
  background: transparent;
  list-style-type: none;
}
.accordion[disabled] .accordion-title {
  cursor: not-allowed;
}

.accordion-item:first-child > :first-child {
  border-radius: 0 0 0 0;
}
.accordion-item:last-child > :last-child {
  border-radius: 0 0 0 0;
}

.accordion-title {
  position: relative;
  display: block;
  padding: 1.25rem 1rem;
  border: 1px solid #e4e4e4;
  border-bottom: 0;
  font-size: 0.8rem;
  line-height: 1;
  color: #d0af75;
}
:last-child:not(.is-active) > .accordion-title {
  border-bottom: 1px solid #e4e4e4;
  border-radius: 0 0 0 0;
}
.accordion-title:hover, .accordion-title:focus {
  background-color: transparent;
}
.accordion-title::before {
  position: absolute;
  top: 50%;
  right: 1rem;
  margin-top: -0.5rem;
  content: "+";
}
.is-active > .accordion-title::before {
  content: "–";
}

.accordion-content {
  display: none;
  padding: 24px 1rem;
  border: 1px solid #e4e4e4;
  border-bottom: 0;
  background-color: transparent;
  color: #333;
}
:last-child > .accordion-content:last-child {
  border-bottom: 1px solid #e4e4e4;
}

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: 0.8rem;
  line-height: inherit;
}

h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6 {
  font-family: "Foundry Monoline W01 X Bd", sans-serif;
  font-style: normal;
  font-weight: normal;
  color: #333;
  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: #cacaca;
}

h1, .h1 {
  font-size: 1.3333333333rem;
  line-height: 1.15;
  margin-top: 0;
  margin-bottom: 0.7rem;
}

h2, .h2 {
  font-size: 1.2rem;
  line-height: 1.15;
  margin-top: 0;
  margin-bottom: 0.7rem;
}

h3, .h3 {
  font-size: 1.0666666667rem;
  line-height: 1.15;
  margin-top: 0;
  margin-bottom: 0.7rem;
}

@media print, screen and (min-width: 40em) {
  h1, .h1 {
    font-size: 1.6rem;
  }
  h2, .h2 {
    font-size: 1.6666666667rem;
  }
  h3, .h3 {
    font-size: 1.3333333333rem;
  }
}
@media print, screen and (min-width: 64em) {
  h1, .h1 {
    font-size: 2.2666666667rem;
  }
  h2, .h2 {
    font-size: 1.6666666667rem;
  }
  h3, .h3 {
    font-size: 1.3333333333rem;
  }
}
a {
  line-height: inherit;
  color: rgb(166.3459459459, 126.5675675676, 56.6540540541);
  text-decoration: none;
  cursor: pointer;
}
a:hover, a:focus {
  color: rgb(143.0575135135, 108.8481081081, 48.7224864865);
  text-decoration: hover;
}
a img {
  border: 0;
}

hr {
  clear: both;
  max-width: 64rem;
  height: 0;
  margin: 1.3333333333rem auto;
  border-top: 0;
  border-right: 0;
  border-bottom: thin solid #e4e4e4;
  border-left: 0;
}

ul,
ol,
dl {
  margin-bottom: 1rem;
  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, ul ol, ol ul, 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: 0;
  border-left: 0;
}
blockquote, blockquote p {
  line-height: 1.6;
  color: #333;
}

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

figure {
  margin: 0;
}

kbd {
  margin: 0;
  padding: 0.1333333333rem 0.2666666667rem 0;
  background-color: #e6e6e6;
  font-family: Consolas, "Liberation Mono", Courier, monospace;
  color: #333;
}

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

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

.stat {
  font-size: 2.5rem;
  line-height: 1;
}
p + .stat {
  margin-top: -1rem;
}

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

.cite-block, cite {
  display: block;
  color: #8a8a8a;
  font-size: 0.8666666667rem;
}
.cite-block:before, cite:before {
  content: "— ";
}

.code-inline, code {
  border: 1px solid #cacaca;
  background-color: #e6e6e6;
  font-family: Consolas, "Liberation Mono", Courier, monospace;
  font-weight: normal;
  color: #333;
  display: inline;
  max-width: 100%;
  word-wrap: break-word;
  padding: 0.1333333333rem 0.3333333333rem 0.0666666667rem;
}

.code-block {
  border: 1px solid #cacaca;
  background-color: #e6e6e6;
  font-family: Consolas, "Liberation Mono", Courier, monospace;
  font-weight: normal;
  color: #333;
  display: block;
  overflow: auto;
  white-space: pre;
  padding: 1rem;
  margin-bottom: 1.5rem;
}

.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: 75em) {
  .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: 90em) {
  .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 {
  * {
    background: transparent !important;
    color: black !important;
    print-color-adjust: economy;
    box-shadow: none !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;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  pre,
  blockquote {
    border: 1px solid #8a8a8a;
    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;
  }
}
.pagination {
  margin-left: 0;
  margin-bottom: 1rem;
}
.pagination::before, .pagination::after {
  display: table;
  content: " ";
  flex-basis: 0;
  order: 1;
}
.pagination::after {
  clear: both;
}
.pagination li {
  margin-right: 0.0666666667rem;
  border-radius: 0;
  font-size: 0.9333333333rem;
  display: none;
}
.pagination li:last-child, .pagination li:first-child {
  display: inline-block;
}
@media print, screen and (min-width: 40em) {
  .pagination li {
    display: inline-block;
  }
}
.pagination a,
.pagination button {
  display: block;
  padding: 0.2rem 0.6666666667rem;
  border-radius: 0;
  color: #333;
}
.pagination a:hover,
.pagination button:hover {
  background: #e6e6e6;
}
.pagination .current {
  padding: 0.2rem 0.6666666667rem;
  background: #d0af75;
  color: #ffffff;
  cursor: default;
}
.pagination .disabled {
  padding: 0.2rem 0.6666666667rem;
  color: #cacaca;
  cursor: not-allowed;
}
.pagination .disabled:hover {
  background: transparent;
}
.pagination .ellipsis::after {
  padding: 0.2rem 0.6666666667rem;
  content: "…";
  color: #333;
}

.pagination-previous a::before,
.pagination-previous.disabled::before {
  display: inline-block;
  margin-right: 0.5rem;
  content: "«";
}

.pagination-next a::after,
.pagination-next.disabled::after {
  display: inline-block;
  margin-left: 0.5rem;
  content: "»";
}

svg.svg-icon {
  height: 50px;
  width: 50px;
  stroke-width: 0;
}
svg.svg-icon > circle {
  fill: #d0af75;
}
svg.svg-icon > line {
  stroke-width: 1;
  stroke: #ffffff;
}

.serif {
  font-family: Georgia, serif;
}

.uppercase {
  text-transform: uppercase;
}

.small {
  font-size: 0.8666666667rem;
}

.margin-top {
  margin-top: 48px;
}

.margin-top-half {
  margin-top: 24px;
}

h1, h2, h3, h4, h5, h6 {
  text-transform: uppercase;
  letter-spacing: 0.05rem;
}

h1.title {
  padding-top: 24px;
}

h1 + .date, h2 + .date {
  margin-top: -0.5rem;
}

h1.title + .date {
  padding-bottom: 0;
}

h1 + hr, h2 + hr {
  display: inline-block;
  border-bottom: 1px solid #333;
  width: 45px;
  margin: 0.4rem 0 0.9rem;
}

h1 + hr {
  border-color: #ffffff;
}

.h4 {
  text-transform: none;
}

p.dense-spacing, span.dense-spacing {
  margin-bottom: 0.5rem;
}
p.no-spacing, span.no-spacing {
  margin-bottom: 0;
}
p.spacing-top, span.spacing-top {
  margin-top: 1rem;
}
p.dense-line-height, span.dense-line-height {
  line-height: 1.2;
}
p.dimmed, span.dimmed {
  color: rgba(0, 0, 0, 0.4);
}
p.small, span.small {
  font-size: 0.8666666667rem;
}
p.tiny, span.tiny {
  font-size: 0.8rem;
}

.warning-color {
  color: #ffae00;
}

.alert-color {
  color: #cc4b36;
}

.success-color {
  color: #14ab00;
}

picture {
  display: block;
}
picture img {
  width: 100%;
}

blockquote {
  position: relative;
  display: block;
  padding: 0 60px;
  margin: 30px 0;
  line-height: 1.5;
}

blockquote:before {
  position: absolute;
  top: 32px;
  left: 0;
  color: #ffffff;
  content: "“";
  font-size: 100px;
  line-height: 0;
  font-family: Georgia, serif;
}

blockquote:after {
  position: absolute;
  bottom: -22px;
  right: 0;
  color: #ffffff;
  content: "”";
  font-size: 100px;
  line-height: 0;
  font-family: Georgia, serif;
}

table thead, table tbody, table tfoot {
  background-color: transparent;
  border: 0;
  border-top: 1px solid #e4e4e4;
}
table tr {
  border-bottom: 1px solid #e4e4e4;
}
table td input, table td button {
  margin: 0 !important;
}
table td button {
  font-size: 0.9333333333rem !important;
  padding-left: 0.9333333333rem !important;
  padding-right: 0.9333333333rem !important;
}

a.icon-left {
  display: inline-flex;
  align-items: center;
  color: inherit;
  white-space: pre-wrap;
  user-select: none;
}
a.icon-left svg {
  width: 1.1em;
  height: 1.1em;
}
a.icon-left.icon-background {
  padding-left: 1.5rem;
  background: no-repeat url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20width%3D%221em%22%20height%3D%221em%22%20preserveAspectRatio%3D%22xMidYMid%20meet%22%20viewBox%3D%220%200%2024%2024%22%3E%3Cpath%20d%3D%22M12%2020a8%208%200%200%201-8-8a8%208%200%200%201%208-8a8%208%200%200%201%208%208a8%208%200%200%201-8%208m0-18A10%2010%200%200%200%202%2012a10%2010%200%200%200%2010%2010a10%2010%200%200%200%2010-10A10%2010%200%200%200%2012%202z%22%20fill%3D%22currentColor%22%2F%3E%3C%2Fsvg%3E");
  background-size: 1.1em;
  background-position: 0 0.2em;
}
a.icon-left.icon-show {
  background-image: url('data:image/svg+xml,%3Csvg xmlns="http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg" width="24" height="24" viewBox="0 0 24 24"%3E%3Cpath fill="currentColor" d="M12 9a3 3 0 0 1 3 3a3 3 0 0 1-3 3a3 3 0 0 1-3-3a3 3 0 0 1 3-3m0-4.5c5 0 9.27 3.11 11 7.5c-1.73 4.39-6 7.5-11 7.5S2.73 16.39 1 12c1.73-4.39 6-7.5 11-7.5M3.18 12a9.821 9.821 0 0 0 17.64 0a9.821 9.821 0 0 0-17.64 0Z"%2F%3E%3C%2Fsvg%3E');
}
a.icon-left.icon-hide {
  background-image: url('data:image/svg+xml,%3Csvg xmlns="http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg" width="24" height="24" viewBox="0 0 24 24"%3E%3Cpath fill="currentColor" d="M2 5.27L3.28 4L20 20.72L18.73 22l-3.08-3.08c-1.15.38-2.37.58-3.65.58c-5 0-9.27-3.11-11-7.5c.69-1.76 1.79-3.31 3.19-4.54L2 5.27M12 9a3 3 0 0 1 3 3a3 3 0 0 1-.17 1L11 9.17A3 3 0 0 1 12 9m0-4.5c5 0 9.27 3.11 11 7.5a11.79 11.79 0 0 1-4 5.19l-1.42-1.43A9.862 9.862 0 0 0 20.82 12A9.821 9.821 0 0 0 12 6.5c-1.09 0-2.16.18-3.16.5L7.3 5.47c1.44-.62 3.03-.97 4.7-.97M3.18 12A9.821 9.821 0 0 0 12 17.5c.69 0 1.37-.07 2-.21L11.72 15A3.064 3.064 0 0 1 9 12.28L5.6 8.87c-.99.85-1.82 1.91-2.42 3.13Z"%2F%3E%3C%2Fsvg%3E');
}
a.uppercase {
  font-size: 0.8666666667rem;
  text-transform: uppercase;
  font-family: "Foundry Monoline W01 Md", sans-serif;
  letter-spacing: 0.13em;
}

.text-white p, .text-white h1, .text-white h2, .text-white h3, .text-white h4, .text-white h4, .text-white h5, .text-white h6 {
  color: #ffffff;
}
.text-white a.hollow {
  color: #ffffff;
}
.text-white a.hollow:hover {
  color: rgb(229.5, 229.5, 229.5);
}

@media screen and (min-width: 64em) {
  .text-white-when-large p, .text-white-when-large h1, .text-white-when-large h2, .text-white-when-large h3, .text-white-when-large h4, .text-white-when-large h4, .text-white-when-large h5, .text-white-when-large h6 {
    color: #ffffff;
  }
  .text-white-when-large a.hollow {
    color: #ffffff;
  }
  .text-white-when-large a.hollow:hover {
    color: rgb(229.5, 229.5, 229.5);
  }
}

.Actions {
  margin-top: 1.3333333333rem;
}
.Actions input {
  text-transform: uppercase;
  display: inline-block;
  vertical-align: middle;
  margin: 0.8rem 0;
  padding: 1em 2em 1em;
  border: 1px solid transparent;
  border-radius: 0;
  transition: background-color 0.25s ease-out, color 0.25s ease-out;
  font-family: "Foundry Monoline W01 X Bd", sans-serif;
  font-size: 0.9rem;
  -webkit-appearance: none;
  line-height: 1;
  text-align: center;
  cursor: pointer;
}
[data-whatinput=mouse] .Actions input {
  outline: 0;
}
.Actions input, .Actions input.disabled, .Actions input[disabled], .Actions input.disabled:hover, .Actions input[disabled]:hover, .Actions input.disabled:focus, .Actions input[disabled]:focus {
  background-color: #d0af75;
  color: #ffffff;
}
.Actions input:hover, .Actions input:focus {
  background-color: rgb(195.6148648649, 153.9189189189, 80.6351351351);
  color: #ffffff;
}

.button, .button a, .Actions input {
  text-transform: uppercase;
  letter-spacing: 0.1rem;
  color: #ffffff;
  text-shadow: none;
}
.button.loading, .button a.loading, .Actions input.loading {
  animation: button-pulse 1.8s infinite;
}
.button__wide, .button a__wide, .Actions input__wide {
  min-width: 240px;
}
.button.rounded, .button a.rounded, .Actions input.rounded {
  border-radius: 1.4rem;
}
.button.hollow, .button a.hollow, .Actions input.hollow {
  color: rgb(147.3243243243, 112.0945945946, 50.1756756757);
  color: #333;
  font-family: "Foundry Monoline W01 Md", sans-serif;
  transition: border-color 0.4s;
}
.button.hollow:hover, .button.hollow:focus, .button a.hollow:hover, .button a.hollow:focus, .Actions input.hollow:hover, .Actions input.hollow:focus {
  transition: border-color 0.2s;
  color: #333;
  border-color: #333;
}

button.button small {
  display: inline-block;
  margin-top: 0.5em;
  text-transform: none;
  font-family: "Foundry Monoline W01 Md", sans-serif;
}

a.link-block {
  display: block;
  color: inherit;
  text-decoration: none;
  background: none;
}

.page-content a:not(.link-block)[href$=".pdf"], .page-content a:not(.link-block)[href$=".PDF"], .page-content a:not(.link-block).pdf {
  padding-left: 1.6em;
  background: url(../images/icons/page_white_acrobat.png) no-repeat left center;
}

select {
  text-overflow: ellipsis;
  background-size: 17px;
  letter-spacing: 0.05rem;
  padding-left: 1.0666666667rem;
  background-image: url(../images/icons/arrow-down.svg);
}

form {
  padding-top: 1.3333333333rem;
}
form label.required:after {
  color: #cc4b36;
  content: " *";
}
form .input-group-label {
  border: 0;
  border-right: 1px solid #e4e4e4 !important;
  padding-left: 0.8em;
  padding-right: 0.8em;
  font-size: 1rem;
  font-family: "Foundry Monoline W01 Md", sans-serif;
  background-color: #f4f4f4;
}
form .requiredField label:after {
  color: #cc4b36;
  content: " *";
  font-size: 90%;
  vertical-align: top;
}
form input[type=text], form input[type=email], form textarea {
  padding-left: 1.0666666667rem;
  padding-right: 1.0666666667rem;
  letter-spacing: 0.05rem;
}
form textarea.required,
form select.required,
form input.required,
form input.holder-required {
  margin-bottom: 0 !important;
}
form .ng-touched.ng-invalid {
  margin-bottom: 0;
}
form .message {
  display: block;
  font-weight: bold;
  background: #14ab00;
  color: #fff;
  padding: 0.625rem 1.25rem;
  font-size: 0.9333333333rem;
  text-align: left;
}
form .message.required, form .message.error, form .message.validation, form .message.warning {
  background: #cc4b36;
  margin-bottom: 1.3333333333rem;
}
form .field {
  clear: both;
  margin-bottom: 1.3333333333rem;
}
form .field.checkbox {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}
form .field.checkbox input {
  flex: none;
  vertical-align: middle;
  margin-top: 0.4rem;
  margin-bottom: 0;
}
form .field.checkbox label {
  flex: 1;
  text-transform: none;
  text-align: left;
}
form .field.checkbox .message {
  flex: 100%;
  margin-top: 0.6666666667rem;
}
@media screen and (min-width: 40em) {
  form .field.checkbox.checkbox_inline {
    display: inline-block;
    white-space: nowrap;
    line-height: 1;
    margin-right: 1.3333333333rem;
  }
  form .field.checkbox.checkbox_inline input {
    vertical-align: top;
  }
  form .field.checkbox.checkbox_inline label {
    width: auto !important;
    white-space: normal;
  }
}
form .field.optionset > label {
  margin-bottom: 0.4rem;
}
form .field.optionset ul {
  list-style: none;
  margin: 0 0 1.3333333333rem 0;
}
form .field.optionset li {
  margin-bottom: 0.5333333333rem;
}
form .field.optionset li label {
  text-transform: none;
  margin: 0;
}
form .field.optionset input {
  vertical-align: middle;
  margin: 0 10px 2px 0;
}
form .field.readonly {
  margin-bottom: 1.3333333333rem;
}
form .field.readonly .readonly {
  font-size: 1rem;
  letter-spacing: 0.05rem;
}
form .field .recaptcha {
  margin-bottom: 1.3333333333rem;
}
form .callout {
  font-size: 1rem;
}
form h2, form h3 {
  padding-top: 48px;
  margin-bottom: 24px;
  clear: both;
}
form h2.collapse-bottom-margin, form h3.collapse-bottom-margin {
  margin-bottom: 0;
}
form .recaptcha {
  margin-bottom: 1.3333333333rem;
}
form#Form_Form fieldset {
  margin: -0.6666666667rem;
  margin-top: 0;
}
form#Form_Form h1, form#Form_Form h2, form#Form_Form h3, form#Form_Form .field {
  padding-left: 0.6666666667rem;
  padding-right: 0.6666666667rem;
}
form .grid-padding-x .cell {
  padding-left: 0.6666666667rem;
  padding-right: 0.6666666667rem;
}

.autocomplete-suggestions {
  border: 1px solid #e4e4e4;
  background: #ffffff;
  overflow: auto;
}

.autocomplete-suggestion, .autocomplete-no-suggestion {
  padding: 2px 5px;
  white-space: nowrap;
  overflow: hidden;
}

.autocomplete-selected {
  background: #f4f4f4;
}

@keyframes button-pulse {
  0% {
    background-color: #d0af75;
  }
  50% {
    background-color: rgb(166.3459459459, 126.5675675676, 56.6540540541);
  }
  100% {
    background-color: #d0af75;
  }
}
body.modal-open {
  overflow: hidden;
}

.modal {
  /* This way it could be display flex or grid or whatever also. */
  display: block;
  /* Probably need media queries here */
  width: 600px;
  max-width: 100%;
  height: 400px;
  max-height: 100%;
  position: fixed;
  z-index: 1006;
  left: 50%;
  top: 50%;
  /* Use this for centering if unknown width/height */
  transform: translate(-50%, -50%);
  /* If known, negative margins are probably better (less chance of blurry text). */
  /* margin: -200px 0 0 -200px; */
  background: white;
}

.closed {
  display: none;
}

.modal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1005;
  background: rgba(51, 51, 51, 0.45);
  overflow: scroll;
}

.modal-guts {
  z-index: 1006;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  padding: 40px;
  color: #333;
  font-size: 14px;
  text-align: left;
}
.modal-guts p {
  letter-spacing: 0 !important;
}

.modal .close-button {
  position: absolute;
  /* don't need to go crazy with z-index here, just sits over .modal-guts */
  z-index: 1007;
}

#menu-toggler {
  position: absolute;
  left: 24px;
  top: 24px;
  width: 30px;
  height: 36px;
}
#menu-toggler a {
  width: inherit;
  height: inherit;
  display: inline-block;
}
#menu-toggler a .hamburger {
  position: relative;
  width: inherit;
  height: inherit;
  display: inline-block;
  cursor: pointer;
}
#menu-toggler a .hamburger div,
#menu-toggler a .hamburger div:before,
#menu-toggler a .hamburger div:after {
  background: #a0a0a0;
  position: absolute;
  height: 2px;
  width: 100%;
  border-radius: 4px;
  transition: all 0.5s;
}
#menu-toggler a .hamburger div:first-child {
  top: 4px;
  transition: top 0.15s 0.15s, transform 0.15s;
}
#menu-toggler a .hamburger div:nth-child(2),
#menu-toggler a .hamburger div:nth-child(3) {
  transition: top 0.15s 0.15s, transform 0.15s;
}
#menu-toggler a .hamburger div:nth-child(2) {
  top: 14px;
}
#menu-toggler a .hamburger div:nth-child(3) {
  top: 24px;
}
#menu-toggler a.active .hamburger div {
  top: 14px;
}
#menu-toggler a.active .hamburger div:first-child {
  transform: rotate(45deg);
  transition: top 0.15s, transform 0.15s 0.15s;
}
#menu-toggler a.active .hamburger div:nth-child(2),
#menu-toggler a.active .hamburger div:nth-child(3) {
  transform: rotate(-45deg);
  transition: top 0.15s, transform 0.15s 0.15s;
}

article {
  margin-bottom: 48px;
}

*:focus {
  outline: none;
}

.callout {
  padding-right: 40px;
}
.callout p:first-child {
  margin-bottom: 0;
}
.callout .close-button {
  color: #a0a0a0;
}
.callout a {
  color: #333;
  text-decoration: underline;
}

body {
  border-top: 8px solid #d0af75;
}

@media screen and (min-width: 64em) {
  body.fixed-nav {
    margin-top: 156px;
  }
  body.fixed-nav header {
    z-index: 1000;
    margin: 0 auto;
    position: fixed;
    top: -108px;
  }
}
header {
  position: relative;
  width: 100%;
  background: #ffffff;
}
header .logo {
  text-align: center;
}
header .logo img {
  width: 270px;
  height: 73px;
  margin-top: 2rem;
}
header .top-links {
  position: absolute;
  z-index: 2;
  top: 0.3333333333rem;
  right: 0.3333333333rem;
}
header .top-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
header .top-links ul li {
  display: inline-block;
  padding: 0;
  margin: 0;
}
header .top-links ul li a {
  font-size: 0.7333333333rem;
  color: #a0a0a0;
  text-transform: uppercase;
  font-family: "Foundry Monoline W01 Md", sans-serif;
  letter-spacing: 0.05rem;
  padding: 0 5px;
  transition: color 0.2s ease;
}
header .top-links ul li a:hover {
  transition: color 0.4s ease;
  color: #333;
}

.top-menu-section {
  padding: 20px 0 10px;
  text-align: center;
}

ul.menu {
  display: none;
  list-style: none;
  margin: 0 auto;
  background: #f4f4f4;
}
ul.menu li a {
  display: block;
  color: #333;
  text-transform: uppercase;
  font-size: 1.0666666667rem;
  letter-spacing: 0.05rem;
  font-family: "Foundry Monoline W01 Md", sans-serif;
  padding: 1.6666666667rem 1.2rem;
  border-bottom: 1px solid #ffffff;
}
ul.menu li a:hover {
  color: #333;
}
ul.menu li.active > a {
  color: #333;
}
ul.menu.menu-visible {
  display: block;
}
@media screen and (min-width: 64em) {
  ul.menu {
    display: block;
    background: transparent;
  }
  ul.menu li {
    line-height: 1;
    display: inline-block;
    vertical-align: top;
    padding: 0 1.0666666667rem;
  }
  ul.menu li a {
    border-bottom: 1px solid transparent;
    color: #a0a0a0;
    padding: 2px 0 2px;
    font-size: 1rem;
    transition: all 0.4s ease;
    transition-property: border-color, color;
  }
  ul.menu li a:hover, ul.menu li a:active {
    border-color: #333;
    transition: all 0.2s ease;
    transition-property: border-color, color;
  }
}

.main {
  position: relative;
  margin-bottom: 5.3333333333rem;
}

.HomePage .main {
  margin-bottom: 0;
}

.page-content {
  padding-top: 48px;
}

.gallery {
  position: relative;
}
.gallery a {
  display: block;
}
.gallery .title {
  position: absolute;
  width: 100%;
  bottom: 0;
  margin: 0;
  padding: 1rem;
  padding-top: 60px;
  color: #ffffff;
  text-align: center;
}

img.lazyload, img.lazyloading {
  opacity: 0.6;
  width: 100%;
}
img .lazyloaded {
  opacity: 1;
  transition: opacity 360ms;
}

.no-js img.lazyload {
  visibility: hidden;
}

.xxlarge-row {
  max-width: 128rem;
}

.xxxlarge-row {
  max-width: 128rem;
}

.clickable {
  cursor: pointer;
}

.list {
  padding: 1.0666666667rem 0;
}
.list hr {
  margin: 1.0666666667rem 0 2.1333333333rem;
}
.list .list-image {
  margin-bottom: 1.0666666667rem;
}
.list .list-entry {
  margin-top: 24px;
  margin-bottom: 48px;
}
.list .list-entry a:hover h2 {
  text-decoration: underline;
}
.list .list-entry a:hover p {
  color: black;
}

.slideshow {
  display: none;
}
.slideshow.slick-initialized {
  display: block;
}
.slideshow img {
  opacity: 1;
  transition: opacity 300ms;
}
.slideshow img.slick-loading {
  opacity: 0;
}
.slideshow .slick-next, .slideshow .slick-prev {
  position: absolute;
  display: none;
  top: 50%;
  margin-top: -rem-calc(23);
  color: #ffffff;
  z-index: 999;
}
.slideshow .slick-next.slick-disabled, .slideshow .slick-prev.slick-disabled {
  transition: opacity 400ms;
  opacity: 0.2;
}
.slideshow .slick-next:hover, .slideshow .slick-prev:hover {
  background-color: rgba(255, 255, 255, 0.8);
  transition: background-color 400ms;
}
.slideshow .slick-next {
  right: 1.3333333333rem;
  background-image: url(../images/icons/arrow-forward.svg);
}
.slideshow .slick-prev {
  left: 1.3333333333rem;
  background-image: url(../images/icons/arrow-back.svg);
}
.slideshow .slick-dots {
  position: absolute;
  text-align: center;
  list-style: none;
  width: 100%;
  bottom: 0.9333333333rem;
  margin: 0;
}
.slideshow .slick-dots li {
  display: inline-block;
  height: 12px;
  width: 12px;
  margin: 0 10px;
}
.slideshow .slick-dots li button {
  border: 1px solid #ffffff;
  border-radius: 50%;
  height: 100%;
  width: 100%;
  outline: none;
  line-height: 0;
  font-size: 0;
}
.slideshow .slick-dots li.slick-active button {
  background: #ffffff;
}

.reveal-overlay {
  backdrop-filter: blur(4px);
}

.reveal {
  filter: drop-shadow(20px 20px 20px rgba(0, 0, 0, 0.3));
}
@media screen and (min-width: 40em) {
  .reveal {
    top: 96px !important;
  }
}
.reveal .close-button, .reveal .download-button {
  position: absolute;
  top: 1.3333333333rem;
}
.reveal .close-button {
  right: 1.3333333333rem;
}
.reveal .download-button {
  left: 1.3333333333rem;
}
.reveal.slideshow-modal {
  padding: 0;
  max-width: 80rem;
  background: #333 url(../images/spinner.svg) no-repeat center;
  right: auto;
  left: auto;
  width: 90%;
  margin: 0 auto;
  height: auto;
  min-height: auto;
}

.close-button,
.download-button,
.slick-next,
.slick-prev {
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
  background-color: rgba(255, 255, 255, 0.5);
  height: 3.0666666667rem;
  width: 3.0666666667rem;
  font-size: 0;
  line-height: 0;
  outline: none;
  border-radius: 50%;
  opacity: 1;
  transition: all 400ms;
}
.close-button:hover,
.download-button:hover,
.slick-next:hover,
.slick-prev:hover {
  background-color: rgba(255, 255, 255, 0.8);
  transition: background-color 400ms;
}

.close-button {
  background-image: url(../images/icons/close.svg);
  background-size: 80%;
}

.download-button {
  background-image: url(../images/icons/download.svg);
  background-size: 70%;
}

.footer {
  color: #ffffff;
  background-color: #333;
  padding: 40px 0;
}
.footer h3 {
  font-size: inherit;
  color: inherit;
  font-family: "Foundry Monoline W01 Bd", sans-serif;
  margin-top: 24px;
  margin-bottom: 12px;
}
.footer p {
  letter-spacing: 0.05rem;
  margin-bottom: 12px;
  color: inherit;
}
.footer a {
  color: #ffffff;
}
.footer a:hover {
  color: inherit;
}
.footer .mailchimp-subscribe-form {
  padding: 70px 0 35px 0;
  font-size: inherit;
}
.footer .mailchimp-subscribe-form form label {
  color: inherit;
  font-size: inherit;
}
.footer .mailchimp-subscribe-form form input.text {
  color: inherit;
  background-color: inherit;
  border-bottom: 1px solid #ffffff;
  padding: 0;
  font-family: "Foundry Monoline W01 Regular", sans-serif;
  font-size: inherit;
  height: 2rem;
}
.footer .mailchimp-subscribe-form form input.text::placeholder {
  color: #ffffff;
  text-transform: none;
}
.footer .mailchimp-subscribe-form form input.text:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 30px #333 inset;
  -webkit-text-fill-color: #ffffff;
}
.footer .mailchimp-subscribe-form form .Actions {
  padding: 0;
  margin: 0;
  border: 0;
}
.footer .mailchimp-subscribe-form form .Actions input {
  font-size: 0.8666666667rem;
  margin-top: 0;
  margin-left: 0.6666666667rem;
  line-height: 0.1333333333rem;
  border-color: #ffffff;
  color: #ffffff;
  background: transparent;
}
.footer .mailchimp-subscribe-form form .Actions input.loading {
  animation-name: white-button-pulse;
}
.footer .mailchimp-subscribe-form form .message {
  margin-top: 10px;
  color: #ffffff;
}
.footer .mailchimp-subscribe-form form .message_show {
  display: block !important;
}
@media screen and (min-width: 40em) {
  .footer .mailchimp-subscribe-form fieldset {
    float: left;
    width: 100%;
  }
  .footer .mailchimp-subscribe-form .Actions {
    width: 30%;
    float: left;
    margin-left: -30% !important;
  }
  .footer .mailchimp-subscribe-form #MailchimpForm_MailchimpForm_Email {
    width: 68%;
  }
  .footer .mailchimp-subscribe-form .mailchimp-subscribe-form__small-print {
    clear: both;
  }
}
.footer .follow-links a {
  font-size: 22px;
  display: inline-block;
  text-align: center;
  width: 33px;
  height: 33px;
  color: #ffffff;
  margin-right: 8px;
}
@media screen and (min-width: 40em) {
  .footer .follow-links {
    text-align: right;
    margin-top: 67px;
  }
}

.order-form-field label:not(.right) {
  color: #d0af75;
  font-weight: 600;
  font-size: 0.9333333333rem;
  padding: 1.3333333333rem 0 1.3333333333rem;
}

.print {
  float: right;
}

.column-dividers .cell {
  border-right: thin solid #e4e4e4;
}
.column-dividers .cell:last-child {
  border: 0;
}

svg.svg-icon {
  height: 50px;
  width: 50px;
  stroke-width: 0;
}
svg.svg-icon > circle {
  fill: #d0af75;
}
svg.svg-icon > line {
  stroke-width: 1;
  stroke: #ffffff;
}

[ng\:cloak], [ng-cloak], [data-ng-cloak], [x-ng-cloak], .ng-cloak, .x-ng-cloak {
  display: none !important;
}

#loading-overlay {
  position: fixed;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(255, 255, 255, 0.6);
  z-index: 999999999999999;
  backdrop-filter: blur(4px);
  transition: all 10s;
}
#loading-overlay svg {
  z-index: 100;
  width: 10em;
}

/* Slider */
.slick-slide div {
  float: left;
  width: 100%;
}

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

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.draggable {
  cursor: grab;
}
.slick-list.dragging {
  cursor: grabbing;
  cursor: -webkit-grabbing;
}

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

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  position: relative;
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

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

.main > .element {
  padding-top: 24px;
  padding-bottom: 24px;
}
@media screen and (min-width: 64em) {
  .main > .element {
    padding-top: 48px;
    padding-bottom: 48px;
  }
}

.element.collapse-element-spacing {
  padding: 0;
}
.element.collapse-element-spacing-top {
  padding-top: 0;
}
.element.collapse-element-spacing-bottom {
  padding-bottom: 0;
}
.element.background-grey .grid-x, .element.background-grey.nested-element {
  background: #f4f4f4;
}
.element.nested-element {
  height: 100%;
}
@media screen and (min-width: 64em) {
  .element.text-center .content-over-image .content {
    width: 70%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 48px;
    background: none;
    text-align: center;
  }
}
.element .content {
  padding-top: 24px;
}
.element .content-over-image .content {
  padding: 48px;
  background: #f4f4f4;
  text-align: center;
}
@media screen and (min-width: 64em) {
  .element .content-over-image .content {
    text-align: left;
    padding: 96px;
    padding-right: 384px;
  }
}
@media screen and (min-width: 75em) {
  .element .content-over-image .content {
    padding: 144px;
    padding-right: 576px;
  }
}
@media screen and (min-width: 90em) {
  .element .content-over-image .content {
    padding-right: 864px;
  }
}
@media screen and (min-width: 64em) {
  .element .content-over-image .content {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(90deg, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0.3) 45%, rgba(0, 0, 0, 0) 70%);
  }
  .element .content-over-image .content p {
    font-family: "Foundry Monoline W01 Bd", sans-serif;
    font-size: 1.125rem;
  }
}

.ElementContentCustom .content {
  padding-top: 0;
}

.ElementSectionPageList .content {
  padding: 24px 0;
}
.ElementSectionPageList .element-items {
  margin-top: 24px;
}
@media screen and (min-width: 40em) {
  .ElementSectionPageList .align-middle .content {
    padding: 0;
  }
}

.ElementImageGallery .expandable .confined-content {
  overflow: hidden;
  max-height: 818px;
  overflow: hidden;
  transition: max-height 1s ease-out;
}
.ElementImageGallery .expandable button.expandable {
  margin-top: 48px;
}
.ElementImageGallery .expandable.active button.expandable {
  margin-top: 24px;
}

.ElementTextAndImage .content {
  padding: 24px;
}
.ElementTextAndImage.nested-element .content {
  padding: 48px 0 0;
}
.ElementTextAndImage.image-drop-shadow .image {
  box-shadow: 3px 3px 7px 0px rgba(0, 0, 0, 0.2);
  margin: 0 0.75rem 0.75rem 0;
}

.ElementTextAndImageImageLeftWideImage .content,
.ElementTextAndImageImageRightWideImage .content {
  padding: 48px;
}
@media screen and (min-width: 75em) {
  .ElementTextAndImageImageLeftWideImage .content,
  .ElementTextAndImageImageRightWideImage .content {
    padding: 96px;
  }
}

.ElementTextAndImageImageLayeredContent .grid-container {
  position: relative;
}
.ElementTextAndImageImageLayeredContent p {
  font-weight: 600;
}

.ElementTextAndImageExpandable {
  text-align: center;
}
.ElementTextAndImageExpandable .content, .ElementTextAndImageExpandable.nested-element .content {
  padding: 48px 96px 96px 96px;
}
.ElementTextAndImageExpandable .internal-link {
  margin-top: 96px;
}
.ElementTextAndImageExpandable h2 {
  margin-top: 96px;
}

.ElementTextAndVideoVideoRight .content {
  padding: 96px;
}
.ElementTextAndVideoVideoRight video {
  display: block;
}

.ElementDealers h3 {
  color: #333;
}
.ElementDealers select {
  text-align: center;
  text-align-last: center;
}
.ElementDealers .select-location {
  margin-top: 1.875rem;
}
.ElementDealers .dealers {
  margin-top: 1.875rem;
  text-align: left;
}
.ElementDealers .dealers .dealer {
  margin-top: 0.9375rem;
  font-family: "Foundry Monoline W01 Md", sans-serif;
}
.ElementDealers .dealers .dealer .grid-x {
  height: 100%;
}
.ElementDealers ul.dealer-finder {
  margin: 0;
}
.ElementDealers ul.dealer-finder ul.dealer-block {
  overflow: hidden;
}
.ElementDealers ul.dealer-finder li.location {
  display: inline-block;
  width: 100%;
}
.ElementDealers ul.dealer-finder li.location > a {
  display: block;
  width: 100%;
  background: #d0af75;
  text-decoration: none;
  text-transform: uppercase;
  color: #000;
  padding: 0.6em 0.5em;
  margin: 5px 0;
  line-height: 1.2em;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.ElementDealers ul.dealer-finder li.location > a i {
  margin-right: 0.3em;
}
.ElementDealers ul.dealer-finder li.location ul {
  margin: 0;
}
.ElementDealers ul.dealer-finder li.location ul li > a {
  padding-left: 1.8em;
}
.ElementDealers ul.dealer-finder li.location ul ul li > a {
  padding-left: 3.2em;
}
.ElementDealers ul.dealer-finder li.location ul ul.dealers li {
  padding: 1em 0;
}
.ElementDealers ul.dealer-finder li.location ul ul.dealers li i {
  margin-right: 6px;
}
@media screen and (min-width: 40em) {
  .ElementDealers select {
    margin: 10px 10px;
    width: 25%;
    min-width: 260px;
    clear: both;
  }
}

.ElementSlideshowCarousel .slideshow, .ElementSlideshowCarouselContentLeft .slideshow {
  margin-bottom: 2.5rem;
}
.ElementSlideshowCarousel .slideshow .slick-slide, .ElementSlideshowCarouselContentLeft .slideshow .slick-slide {
  margin-left: 12px;
  margin-right: 12px;
}
.ElementSlideshowCarousel .slideshow .slick-slide .content, .ElementSlideshowCarouselContentLeft .slideshow .slick-slide .content {
  padding: 24px 0 0;
  margin: 0;
}
.ElementSlideshowCarousel .slideshow .slick-slide img, .ElementSlideshowCarouselContentLeft .slideshow .slick-slide img {
  filter: drop-shadow(9px 9px 8px rgba(0, 0, 0, 0.1));
}
.ElementSlideshowCarousel .slideshow .slick-track, .ElementSlideshowCarouselContentLeft .slideshow .slick-track {
  margin-left: -12px;
  margin-right: -12px;
}
.ElementSlideshowCarousel .slideshow .slick-dots, .ElementSlideshowCarouselContentLeft .slideshow .slick-dots {
  bottom: -2.5rem;
}
.ElementSlideshowCarousel .slideshow .slick-dots li button, .ElementSlideshowCarouselContentLeft .slideshow .slick-dots li button {
  border-color: #333;
}
.ElementSlideshowCarousel .slideshow .slick-dots li.slick-active button, .ElementSlideshowCarouselContentLeft .slideshow .slick-dots li.slick-active button {
  background: #333;
}
.ElementSlideshowCarousel .slideshow .slick-list, .ElementSlideshowCarouselContentLeft .slideshow .slick-list {
  padding-right: 20%;
}
@media screen and (min-width: 40em) {
  .ElementSlideshowCarousel .slideshow .slick-list, .ElementSlideshowCarouselContentLeft .slideshow .slick-list {
    padding-right: 10%;
  }
}

.ElementSlideshowCarousel .content {
  margin-bottom: 48px;
}

.ElementSlideshowCarouselContentLeft .content {
  margin-bottom: 48px;
}
.ElementSlideshowCarouselContentLeft .slick-track {
  margin-left: -24px;
  margin-right: -24px;
}
.ElementSlideshowCarouselContentLeft .auto {
  margin-right: 0;
}

.ElementColumns.background-grey .element-items {
  background: #f4f4f4;
}
.ElementColumns.column-dividers .cell {
  position: relative;
  border: none;
}
.ElementColumns.column-dividers .cell:not(:first-child)::before {
  position: absolute;
  content: "";
  background-color: #e4e4e4;
  top: 12%;
  bottom: 12%;
  width: 1px;
  left: 1px;
}
.ElementColumns.spacious .element-items {
  padding: 48px 0;
}
.ElementColumns.spacious .element img {
  width: 7.5rem;
}
@media screen and (min-width: 40em) {
  .ElementColumns.spacious .element-items {
    padding: 144px 288px 48px;
  }
}
.ElementColumns.collapse-column-spacing .cell {
  padding: 0;
}
.ElementColumns .content {
  padding-bottom: 48px;
}
.ElementColumns .nested-element .content {
  padding: 0.75rem 0.75rem 0 0.75rem;
}
.ElementColumns .layered-content {
  position: relative;
}
.ElementColumns .layered-content .content {
  position: absolute;
  bottom: 0;
  width: 100%;
  color: #ffffff;
}
.ElementColumns .layered-content .content h2 {
  font-size: 1.5rem;
  text-transform: none;
}
.ElementColumns .layered-content .content h1, .ElementColumns .layered-content .content h2, .ElementColumns .layered-content .content h3 {
  font-family: "Foundry Monoline W01 Bd", sans-serif;
  color: inherit;
  text-shadow: 0px 0px 0.3333333333rem rgba(0, 0, 0, 0.5);
}
.ElementColumns .layered-content .content p {
  text-shadow: 0px 0px 0.3333333333rem rgba(0, 0, 0, 0.5);
}

.ElementColumnsOurStorySpecial h3, .ElementColumnsOurStorySpecial .h3 {
  color: #d0af75;
}
@media screen and (min-width: 64em) {
  .ElementColumnsOurStorySpecial .element-1 img {
    margin-left: -24px;
  }
  .ElementColumnsOurStorySpecial .element-3 {
    margin-top: 48px;
  }
  .ElementColumnsOurStorySpecial .element-5 img {
    margin-top: 96px;
  }
}

.ElementSlideshowContentLeft .grid-x,
.ElementSlideshowContentRight .grid-x {
  background-color: #f4f4f4;
}
.ElementSlideshowContentLeft .content,
.ElementSlideshowContentRight .content {
  padding: 48px;
  text-align: center;
}
.ElementSlideshowContentLeft.cms,
.ElementSlideshowContentRight.cms {
  background: #f4f4f4;
}
@media screen and (min-width: 64em) {
  .ElementSlideshowContentLeft .content,
  .ElementSlideshowContentRight .content {
    padding: 96px;
    text-align: initial;
  }
}

.ElementSlideshowSlidingContentLeft,
.ElementSlideshowSlidingContentRight {
  text-align: center;
  margin-bottom: 60px;
}
.ElementSlideshowSlidingContentLeft .slideshow-content,
.ElementSlideshowSlidingContentRight .slideshow-content {
  position: absolute;
  top: 50%;
  left: 10%;
  right: 50%;
  transform: translateY(-50%);
  padding: 0;
  text-align: center;
}
.ElementSlideshowSlidingContentLeft .slideshow-image,
.ElementSlideshowSlidingContentRight .slideshow-image {
  padding: 0 45px;
}

.ElementSlideshowSlidingContentRight .slideshow-content {
  left: 50%;
  right: 10%;
}

.ElementColumnsTabs ul.tabs .tabs-title > a, .ElementColumnsTabs ul.tabs .accordion-item > a, .ElementColumnsTabs ul.accordion .tabs-title > a, .ElementColumnsTabs ul.accordion .accordion-item > a {
  color: #333;
  letter-spacing: 0.05rem;
  font-size: 1.1875rem;
  font-family: "Foundry Monoline W01 Bd", sans-serif;
  border-right: none;
  border-left: none;
}
.ElementColumnsTabs ul.tabs .accordion-content, .ElementColumnsTabs ul.accordion .accordion-content {
  border-right: none;
  border-left: none;
}
.ElementColumnsTabs ul.tabs ul, .ElementColumnsTabs ul.accordion ul {
  margin-bottom: 1rem;
}
.ElementColumnsTabs ul.tabs {
  border: 0;
  border-bottom: 1px solid #333;
  text-align: center;
}
.ElementColumnsTabs ul.tabs li {
  float: none;
  display: inline-block;
}
.ElementColumnsTabs ul.tabs li.tabs-title a {
  padding: 1.25rem 1.25rem;
  margin-bottom: -2px;
}
.ElementColumnsTabs ul.tabs li.tabs-title.is-active a {
  border-bottom: 3px solid #d0af75;
}
.ElementColumnsTabs .tabs-content {
  border: 0;
  padding: 48px 0 0;
}

.ElementSlideshowTestimonials.background-grey {
  background-color: #f4f4f4;
}
.ElementSlideshowTestimonials img {
  border-radius: 50%;
}
.ElementSlideshowTestimonials .cms {
  text-align: center;
}

.ElementFleetQuoteForm {
  text-align: center;
}
.ElementFleetQuoteForm form h2 small {
  color: inherit;
  font-size: 0.75rem;
  text-transform: none;
  font-weight: 300;
}
.ElementFleetQuoteForm form input::placeholder {
  text-transform: uppercase;
}
.ElementFleetQuoteForm form div.vehicle-model-field, .ElementFleetQuoteForm form div.fleet-size-field {
  float: left;
  flex: 0 0 auto;
  width: calc(50% - 3rem);
  margin-left: 1.5rem;
  margin-right: 1.5rem;
  clear: none;
}
.ElementFleetQuoteForm form .checkboxset {
  margin-bottom: 10px;
}
.ElementFleetQuoteForm form .checkboxset li {
  display: inline-block;
  width: 92px;
  height: 92px;
  margin: 0 15px;
}
.ElementFleetQuoteForm form .checkboxset label {
  position: relative;
  width: inherit;
  height: inherit;
}
.ElementFleetQuoteForm form .checkboxset label.is-invalid-label .custom-checkbox {
  background-color: rgba(204, 75, 54, 0.1);
}
.ElementFleetQuoteForm form .checkboxset label.is-invalid-label .input-title {
  color: #333;
}
.ElementFleetQuoteForm form .checkboxset .input-title {
  display: block;
  font-family: "Foundry Monoline W01 Bd", sans-serif;
  font-size: 0.75rem;
  text-align: center;
  padding: 23px 30px;
}
.ElementFleetQuoteForm form .checkboxset .input-title::first-letter {
  font-size: 1.625rem;
  line-height: 1;
  letter-spacing: 0;
}
.ElementFleetQuoteForm form .checkboxset .custom-checkbox {
  display: block;
  position: absolute;
  top: 0;
  z-index: -1;
  width: inherit;
  height: inherit;
  border-radius: 50%;
  background-color: #f4f4f4;
  border: 3px solid #fff;
}
.ElementFleetQuoteForm form .checkboxset input:checked ~ .custom-checkbox {
  border-color: #d0af75;
}
.ElementFleetQuoteForm form .checkboxset input {
  position: absolute;
  opacity: 0;
}
.ElementFleetQuoteForm form .checkboxset .message {
  margin-top: 10px;
  text-align: center;
}
.ElementFleetQuoteForm form .g-recaptcha {
  margin-top: 20px;
  display: inline-block;
}
.ElementFleetQuoteForm form #LeasingTerms > label {
  display: none;
}

@media screen and (min-width: 40em) {
  .top-menu-section {
    padding-top: 25px;
    background: #ffffff;
  }
  header .logo img {
    max-width: 270px;
  }
}
.grid-container.wide {
  max-width: 120rem;
}

.grid-margin-y-half {
  margin-top: -12px;
  margin-bottom: -12px;
}
.grid-margin-y-half > .cell {
  margin-top: 12px;
  margin-bottom: 12px;
}

.grid-margin-x-half {
  margin-left: -12px;
  margin-right: -12px;
}
.grid-margin-x-half > .cell {
  margin-left: 12px;
  margin-right: 12px;
}

.breadcrumbs {
  margin-bottom: 1.8em;
}

.gallerypage .content,
.pagesubpagegallery .content {
  margin-bottom: 48px;
}

.section .content {
  padding-top: 48px;
  padding-bottom: 48px;
}

.gallery-section {
  text-align: center;
}
.gallery-section .content {
  padding: 0 0 4.6666666667rem;
}
.gallery-section .gallery-section-items {
  font-size: 0;
}
.gallery-section .gallery-section-items .gallery-section-item {
  display: inline-block;
  float: none;
  vertical-align: top;
  font-family: "Foundry Monoline W01 Md", sans-serif;
  font-size: 0.8666666667rem;
  margin-bottom: 3em;
}
.gallery-section .gallery-section-items .gallery-section-item__content {
  padding: 0;
  font-family: "Foundry Monoline W01 Regular", sans-serif;
}
.gallery-section .gallery-section-items .gallery-section-item__content p {
  margin: 0;
}
.gallery-section .gallery-section-items .gallery-section-item__content {
  margin-bottom: 1.3333333333rem;
}
.gallery-section .gallery-section-items .gallery-section-item__title {
  display: inline-block;
  text-transform: uppercase;
  letter-spacing: 0.05rem;
  font-family: "Foundry Monoline W01 Bd", sans-serif;
  font-size: 0.9333333333rem;
  padding: 10px 0 0 0;
  line-height: 1;
  border-bottom: 1px solid transparent;
  margin-bottom: 0.2em;
  transition: border-color 0.4s ease;
}

.gallerypage .reveal {
  border: 0;
  padding: 0;
}

.configurator-section {
  background: #f4f4f4;
  text-align: center;
  padding-bottom: 60px;
}
@media screen and (min-width: 40em) {
  .configurator-section {
    margin: 0 50px;
  }
}
.configurator-section .content {
  text-align: center;
  margin-bottom: 1.3333333333rem;
}
.configurator-section .title {
  display: inline-block;
  text-transform: uppercase;
  letter-spacing: 0.05rem;
  font-family: "Foundry Monoline W01 Bd", sans-serif;
  font-size: 0.8666666667rem;
  padding: 2px 0;
  line-height: 1;
  border-bottom: 1px solid transparent;
  margin-bottom: 1em;
  transition: border-color 0.4s ease;
}
.configurator-section .model {
  text-align: center;
  font-size: 0.8666666667rem;
  font-family: "Foundry Monoline W01 Md", sans-serif;
}
.configurator-section .model-description {
  font-style: italic;
  font-family: "Foundry Monoline W01 Md", sans-serif;
}
.configurator-section .model-price {
  font-size: 0.8666666667rem;
  font-family: "Foundry Monoline W01 Bd", sans-serif;
}
.configurator-section .model-price-conditions {
  font-family: "Foundry Monoline W01 Regular", sans-serif;
}
.configurator-section a.link-block:hover .title {
  border-color: #333;
}

.image-gallery .page-content {
  padding-bottom: 2.6666666667rem;
}

@media print {
  @page {
    margin: 16mm 8mm 32mm 8mm;
  }
  header .logo img {
    margin: 0;
  }
  h1.title {
    padding-top: 0;
  }
  /* skip printing out urls */
  a[href]:after {
    content: "";
  }
  body {
    border: 0;
  }
  .button,
  .field .message {
    display: none;
  }
  input, select, textarea {
    padding: 0 !important;
    height: auto !important;
    line-height: 1 !important;
  }
  form .Actions {
    display: none;
  }
  form .field {
    page-break-inside: avoid;
  }
  input::placeholder {
    color: transparent;
  }
}

/*# sourceMappingURL=app.css.map */
