@charset "UTF-8";
@media print, screen and (min-width: 40em) {
  .reveal,
  .reveal.large,
  .reveal.small,
  .reveal.tiny {
    right: auto;
    left: auto;
    margin: 0 auto;
  }
} /*! normalize-scss | MIT/GPLv2 License | bit.ly/normalize-scss */
html {
  font-family: sans-serif;
  line-height: 1.15;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
article,
aside,
footer,
header,
nav,
section {
  display: block;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
figcaption,
figure {
  display: block;
}
figure {
  margin: 1em 40px;
}
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}
main {
  display: block;
}
pre {
  font-family: monospace, monospace;
  font-size: 1em;
}
a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}
a:active,
a:hover {
  outline-width: 0;
}
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}
b,
strong {
  font-weight: inherit;
}
b,
strong {
  font-weight: bolder;
}
code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
dfn {
  font-style: italic;
}
mark {
  background-color: #ff0;
  color: #000;
}
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;
}
audio,
video {
  display: inline-block;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
img {
  border-style: none;
}
svg:not(:root) {
  overflow: hidden;
}
button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
[type="reset"],
[type="submit"],
button,
html [type="button"] {
  -webkit-appearance: button;
}
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner,
button::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring,
button:-moz-focusring {
  outline: 1px dotted ButtonText;
}
input {
  overflow: visible;
}
[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-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}
fieldset {
  border: 1px solid silver;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  box-sizing: border-box;
  display: table;
  max-width: 100%;
  padding: 0;
  color: inherit;
  white-space: normal;
}
progress {
  display: inline-block;
  vertical-align: baseline;
}
textarea {
  overflow: auto;
}
details {
  display: block;
}
summary {
  display: list-item;
}
menu {
  display: block;
}
canvas {
  display: inline-block;
}
template {
  display: none;
}
[hidden] {
  display: none;
}
.foundation-mq {
  font-family: "small=0em&medium=40em&large=64em&xlarge=75em&xxlarge=90em";
}
html {
  box-sizing: border-box;
  font-size: 100%;
}
*,
::after,
::before {
  box-sizing: inherit;
}
body {
  margin: 0;
  padding: 0;
  background: #fefefe;
  font-family: europa, sans-serif;
  font-weight: 400;
  line-height: 1.5;
  color: #454545;
  -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 embed,
.map_canvas img,
.map_canvas object,
.mqa-display embed,
.mqa-display img,
.mqa-display object {
  max-width: none !important;
}
button {
  padding: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 0;
  border-radius: 0;
  background: 0 0;
  line-height: 1;
  cursor: auto;
}
[data-whatinput="mouse"] button {
  outline: 0;
}
pre {
  overflow: auto;
}
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
}
.is-visible {
  display: block !important;
}
.is-hidden {
  display: none !important;
}
.row {
  max-width: 75rem;
  margin-right: auto;
  margin-left: auto;
}
.row::after,
.row::before {
  display: table;
  content: " ";
  -webkit-flex-basis: 0;
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
}
.row::after {
  clear: both;
}
.row.collapse > .column,
.row.collapse > .columns {
  padding-right: 0;
  padding-left: 0;
}
.row .row {
  margin-right: -0.125rem;
  margin-left: -0.125rem;
}
@media print, screen and (min-width: 40em) {
  .row .row {
    margin-right: -0.625rem;
    margin-left: -0.625rem;
  }
}
@media print, screen and (min-width: 64em) {
  .row .row {
    margin-right: -0.625rem;
    margin-left: -0.625rem;
  }
}
@media screen and (min-width: 75em) {
  .row .row {
    margin-right: -0.625rem;
    margin-left: -0.625rem;
  }
}
.row .row.collapse {
  margin-right: 0;
  margin-left: 0;
}
.row.expanded {
  max-width: none;
}
.row.expanded .row {
  margin-right: auto;
  margin-left: auto;
}
.row:not(.expanded) .row {
  max-width: none;
}
.row.gutter-small > .column,
.row.gutter-small > .columns {
  padding-right: 0.125rem;
  padding-left: 0.125rem;
}
.row.gutter-medium > .column,
.row.gutter-medium > .columns {
  padding-right: 0.625rem;
  padding-left: 0.625rem;
}
.column,
.columns {
  width: 100%;
  float: left;
  padding-right: 0.125rem;
  padding-left: 0.125rem;
}
@media print, screen and (min-width: 40em) {
  .column,
  .columns {
    padding-right: 0.625rem;
    padding-left: 0.625rem;
  }
}
.column:last-child:not(:first-child),
.columns:last-child:not(:first-child) {
  float: right;
}
.column.end:last-child:last-child,
.end.columns:last-child:last-child {
  float: left;
}
.column.row.row,
.row.row.columns {
  float: none;
}
.row .column.row.row,
.row .row.row.columns {
  margin-right: 0;
  margin-left: 0;
  padding-right: 0;
  padding-left: 0;
}
.small-1 {
  width: 4.16667%;
}
.small-push-1 {
  position: relative;
  left: 4.16667%;
}
.small-pull-1 {
  position: relative;
  left: -4.16667%;
}
.small-offset-0 {
  margin-left: 0;
}
.small-2 {
  width: 8.33333%;
}
.small-push-2 {
  position: relative;
  left: 8.33333%;
}
.small-pull-2 {
  position: relative;
  left: -8.33333%;
}
.small-offset-1 {
  margin-left: 4.16667%;
}
.small-3 {
  width: 12.5%;
}
.small-push-3 {
  position: relative;
  left: 12.5%;
}
.small-pull-3 {
  position: relative;
  left: -12.5%;
}
.small-offset-2 {
  margin-left: 8.33333%;
}
.small-4 {
  width: 16.66667%;
}
.small-push-4 {
  position: relative;
  left: 16.66667%;
}
.small-pull-4 {
  position: relative;
  left: -16.66667%;
}
.small-offset-3 {
  margin-left: 12.5%;
}
.small-5 {
  width: 20.83333%;
}
.small-push-5 {
  position: relative;
  left: 20.83333%;
}
.small-pull-5 {
  position: relative;
  left: -20.83333%;
}
.small-offset-4 {
  margin-left: 16.66667%;
}
.small-6 {
  width: 25%;
}
.small-push-6 {
  position: relative;
  left: 25%;
}
.small-pull-6 {
  position: relative;
  left: -25%;
}
.small-offset-5 {
  margin-left: 20.83333%;
}
.small-7 {
  width: 29.16667%;
}
.small-push-7 {
  position: relative;
  left: 29.16667%;
}
.small-pull-7 {
  position: relative;
  left: -29.16667%;
}
.small-offset-6 {
  margin-left: 25%;
}
.small-8 {
  width: 33.33333%;
}
.small-push-8 {
  position: relative;
  left: 33.33333%;
}
.small-pull-8 {
  position: relative;
  left: -33.33333%;
}
.small-offset-7 {
  margin-left: 29.16667%;
}
.small-9 {
  width: 37.5%;
}
.small-push-9 {
  position: relative;
  left: 37.5%;
}
.small-pull-9 {
  position: relative;
  left: -37.5%;
}
.small-offset-8 {
  margin-left: 33.33333%;
}
.small-10 {
  width: 41.66667%;
}
.small-push-10 {
  position: relative;
  left: 41.66667%;
}
.small-pull-10 {
  position: relative;
  left: -41.66667%;
}
.small-offset-9 {
  margin-left: 37.5%;
}
.small-11 {
  width: 45.83333%;
}
.small-push-11 {
  position: relative;
  left: 45.83333%;
}
.small-pull-11 {
  position: relative;
  left: -45.83333%;
}
.small-offset-10 {
  margin-left: 41.66667%;
}
.small-12 {
  width: 50%;
}
.small-push-12 {
  position: relative;
  left: 50%;
}
.small-pull-12 {
  position: relative;
  left: -50%;
}
.small-offset-11 {
  margin-left: 45.83333%;
}
.small-13 {
  width: 54.16667%;
}
.small-push-13 {
  position: relative;
  left: 54.16667%;
}
.small-pull-13 {
  position: relative;
  left: -54.16667%;
}
.small-offset-12 {
  margin-left: 50%;
}
.small-14 {
  width: 58.33333%;
}
.small-push-14 {
  position: relative;
  left: 58.33333%;
}
.small-pull-14 {
  position: relative;
  left: -58.33333%;
}
.small-offset-13 {
  margin-left: 54.16667%;
}
.small-15 {
  width: 62.5%;
}
.small-push-15 {
  position: relative;
  left: 62.5%;
}
.small-pull-15 {
  position: relative;
  left: -62.5%;
}
.small-offset-14 {
  margin-left: 58.33333%;
}
.small-16 {
  width: 66.66667%;
}
.small-push-16 {
  position: relative;
  left: 66.66667%;
}
.small-pull-16 {
  position: relative;
  left: -66.66667%;
}
.small-offset-15 {
  margin-left: 62.5%;
}
.small-17 {
  width: 70.83333%;
}
.small-push-17 {
  position: relative;
  left: 70.83333%;
}
.small-pull-17 {
  position: relative;
  left: -70.83333%;
}
.small-offset-16 {
  margin-left: 66.66667%;
}
.small-18 {
  width: 75%;
}
.small-push-18 {
  position: relative;
  left: 75%;
}
.small-pull-18 {
  position: relative;
  left: -75%;
}
.small-offset-17 {
  margin-left: 70.83333%;
}
.small-19 {
  width: 79.16667%;
}
.small-push-19 {
  position: relative;
  left: 79.16667%;
}
.small-pull-19 {
  position: relative;
  left: -79.16667%;
}
.small-offset-18 {
  margin-left: 75%;
}
.small-20 {
  width: 83.33333%;
}
.small-push-20 {
  position: relative;
  left: 83.33333%;
}
.small-pull-20 {
  position: relative;
  left: -83.33333%;
}
.small-offset-19 {
  margin-left: 79.16667%;
}
.small-21 {
  width: 87.5%;
}
.small-push-21 {
  position: relative;
  left: 87.5%;
}
.small-pull-21 {
  position: relative;
  left: -87.5%;
}
.small-offset-20 {
  margin-left: 83.33333%;
}
.small-22 {
  width: 91.66667%;
}
.small-push-22 {
  position: relative;
  left: 91.66667%;
}
.small-pull-22 {
  position: relative;
  left: -91.66667%;
}
.small-offset-21 {
  margin-left: 87.5%;
}
.small-23 {
  width: 95.83333%;
}
.small-push-23 {
  position: relative;
  left: 95.83333%;
}
.small-pull-23 {
  position: relative;
  left: -95.83333%;
}
.small-offset-22 {
  margin-left: 91.66667%;
}
.small-24 {
  width: 100%;
}
.small-offset-23 {
  margin-left: 95.83333%;
}
.small-up-1 > .column,
.small-up-1 > .columns {
  float: left;
  width: 100%;
}
.small-up-1 > .column:nth-of-type(1n),
.small-up-1 > .columns:nth-of-type(1n) {
  clear: none;
}
.small-up-1 > .column:nth-of-type(1n + 1),
.small-up-1 > .columns:nth-of-type(1n + 1) {
  clear: both;
}
.small-up-1 > .column:last-child,
.small-up-1 > .columns:last-child {
  float: left;
}
.small-up-2 > .column,
.small-up-2 > .columns {
  float: left;
  width: 50%;
}
.small-up-2 > .column:nth-of-type(1n),
.small-up-2 > .columns:nth-of-type(1n) {
  clear: none;
}
.small-up-2 > .column:nth-of-type(2n + 1),
.small-up-2 > .columns:nth-of-type(2n + 1) {
  clear: both;
}
.small-up-2 > .column:last-child,
.small-up-2 > .columns:last-child {
  float: left;
}
.small-up-3 > .column,
.small-up-3 > .columns {
  float: left;
  width: 33.33333%;
}
.small-up-3 > .column:nth-of-type(1n),
.small-up-3 > .columns:nth-of-type(1n) {
  clear: none;
}
.small-up-3 > .column:nth-of-type(3n + 1),
.small-up-3 > .columns:nth-of-type(3n + 1) {
  clear: both;
}
.small-up-3 > .column:last-child,
.small-up-3 > .columns:last-child {
  float: left;
}
.small-up-4 > .column,
.small-up-4 > .columns {
  float: left;
  width: 25%;
}
.small-up-4 > .column:nth-of-type(1n),
.small-up-4 > .columns:nth-of-type(1n) {
  clear: none;
}
.small-up-4 > .column:nth-of-type(4n + 1),
.small-up-4 > .columns:nth-of-type(4n + 1) {
  clear: both;
}
.small-up-4 > .column:last-child,
.small-up-4 > .columns:last-child {
  float: left;
}
.small-up-5 > .column,
.small-up-5 > .columns {
  float: left;
  width: 20%;
}
.small-up-5 > .column:nth-of-type(1n),
.small-up-5 > .columns:nth-of-type(1n) {
  clear: none;
}
.small-up-5 > .column:nth-of-type(5n + 1),
.small-up-5 > .columns:nth-of-type(5n + 1) {
  clear: both;
}
.small-up-5 > .column:last-child,
.small-up-5 > .columns:last-child {
  float: left;
}
.small-up-6 > .column,
.small-up-6 > .columns {
  float: left;
  width: 16.66667%;
}
.small-up-6 > .column:nth-of-type(1n),
.small-up-6 > .columns:nth-of-type(1n) {
  clear: none;
}
.small-up-6 > .column:nth-of-type(6n + 1),
.small-up-6 > .columns:nth-of-type(6n + 1) {
  clear: both;
}
.small-up-6 > .column:last-child,
.small-up-6 > .columns:last-child {
  float: left;
}
.small-up-7 > .column,
.small-up-7 > .columns {
  float: left;
  width: 14.28571%;
}
.small-up-7 > .column:nth-of-type(1n),
.small-up-7 > .columns:nth-of-type(1n) {
  clear: none;
}
.small-up-7 > .column:nth-of-type(7n + 1),
.small-up-7 > .columns:nth-of-type(7n + 1) {
  clear: both;
}
.small-up-7 > .column:last-child,
.small-up-7 > .columns:last-child {
  float: left;
}
.small-up-8 > .column,
.small-up-8 > .columns {
  float: left;
  width: 12.5%;
}
.small-up-8 > .column:nth-of-type(1n),
.small-up-8 > .columns:nth-of-type(1n) {
  clear: none;
}
.small-up-8 > .column:nth-of-type(8n + 1),
.small-up-8 > .columns:nth-of-type(8n + 1) {
  clear: both;
}
.small-up-8 > .column:last-child,
.small-up-8 > .columns:last-child {
  float: left;
}
.small-collapse > .column,
.small-collapse > .columns {
  padding-right: 0;
  padding-left: 0;
}
.small-collapse .row {
  margin-right: 0;
  margin-left: 0;
}
.expanded.row .small-collapse.row {
  margin-right: 0;
  margin-left: 0;
}
.small-uncollapse > .column,
.small-uncollapse > .columns {
  padding-right: 0.125rem;
  padding-left: 0.125rem;
}
.small-centered {
  margin-right: auto;
  margin-left: auto;
}
.small-centered,
.small-centered:last-child:not(:first-child) {
  float: none;
  clear: both;
}
.small-pull-0,
.small-push-0,
.small-uncentered {
  position: static;
  float: left;
  margin-right: 0;
  margin-left: 0;
}
@media print, screen and (min-width: 40em) {
  .medium-1 {
    width: 4.16667%;
  }
  .medium-push-1 {
    position: relative;
    left: 4.16667%;
  }
  .medium-pull-1 {
    position: relative;
    left: -4.16667%;
  }
  .medium-offset-0 {
    margin-left: 0;
  }
  .medium-2 {
    width: 8.33333%;
  }
  .medium-push-2 {
    position: relative;
    left: 8.33333%;
  }
  .medium-pull-2 {
    position: relative;
    left: -8.33333%;
  }
  .medium-offset-1 {
    margin-left: 4.16667%;
  }
  .medium-3 {
    width: 12.5%;
  }
  .medium-push-3 {
    position: relative;
    left: 12.5%;
  }
  .medium-pull-3 {
    position: relative;
    left: -12.5%;
  }
  .medium-offset-2 {
    margin-left: 8.33333%;
  }
  .medium-4 {
    width: 16.66667%;
  }
  .medium-push-4 {
    position: relative;
    left: 16.66667%;
  }
  .medium-pull-4 {
    position: relative;
    left: -16.66667%;
  }
  .medium-offset-3 {
    margin-left: 12.5%;
  }
  .medium-5 {
    width: 20.83333%;
  }
  .medium-push-5 {
    position: relative;
    left: 20.83333%;
  }
  .medium-pull-5 {
    position: relative;
    left: -20.83333%;
  }
  .medium-offset-4 {
    margin-left: 16.66667%;
  }
  .medium-6 {
    width: 25%;
  }
  .medium-push-6 {
    position: relative;
    left: 25%;
  }
  .medium-pull-6 {
    position: relative;
    left: -25%;
  }
  .medium-offset-5 {
    margin-left: 20.83333%;
  }
  .medium-7 {
    width: 29.16667%;
  }
  .medium-push-7 {
    position: relative;
    left: 29.16667%;
  }
  .medium-pull-7 {
    position: relative;
    left: -29.16667%;
  }
  .medium-offset-6 {
    margin-left: 25%;
  }
  .medium-8 {
    width: 33.33333%;
  }
  .medium-push-8 {
    position: relative;
    left: 33.33333%;
  }
  .medium-pull-8 {
    position: relative;
    left: -33.33333%;
  }
  .medium-offset-7 {
    margin-left: 29.16667%;
  }
  .medium-9 {
    width: 37.5%;
  }
  .medium-push-9 {
    position: relative;
    left: 37.5%;
  }
  .medium-pull-9 {
    position: relative;
    left: -37.5%;
  }
  .medium-offset-8 {
    margin-left: 33.33333%;
  }
  .medium-10 {
    width: 41.66667%;
  }
  .medium-push-10 {
    position: relative;
    left: 41.66667%;
  }
  .medium-pull-10 {
    position: relative;
    left: -41.66667%;
  }
  .medium-offset-9 {
    margin-left: 37.5%;
  }
  .medium-11 {
    width: 45.83333%;
  }
  .medium-push-11 {
    position: relative;
    left: 45.83333%;
  }
  .medium-pull-11 {
    position: relative;
    left: -45.83333%;
  }
  .medium-offset-10 {
    margin-left: 41.66667%;
  }
  .medium-12 {
    width: 50%;
  }
  .medium-push-12 {
    position: relative;
    left: 50%;
  }
  .medium-pull-12 {
    position: relative;
    left: -50%;
  }
  .medium-offset-11 {
    margin-left: 45.83333%;
  }
  .medium-13 {
    width: 54.16667%;
  }
  .medium-push-13 {
    position: relative;
    left: 54.16667%;
  }
  .medium-pull-13 {
    position: relative;
    left: -54.16667%;
  }
  .medium-offset-12 {
    margin-left: 50%;
  }
  .medium-14 {
    width: 58.33333%;
  }
  .medium-push-14 {
    position: relative;
    left: 58.33333%;
  }
  .medium-pull-14 {
    position: relative;
    left: -58.33333%;
  }
  .medium-offset-13 {
    margin-left: 54.16667%;
  }
  .medium-15 {
    width: 62.5%;
  }
  .medium-push-15 {
    position: relative;
    left: 62.5%;
  }
  .medium-pull-15 {
    position: relative;
    left: -62.5%;
  }
  .medium-offset-14 {
    margin-left: 58.33333%;
  }
  .medium-16 {
    width: 66.66667%;
  }
  .medium-push-16 {
    position: relative;
    left: 66.66667%;
  }
  .medium-pull-16 {
    position: relative;
    left: -66.66667%;
  }
  .medium-offset-15 {
    margin-left: 62.5%;
  }
  .medium-17 {
    width: 70.83333%;
  }
  .medium-push-17 {
    position: relative;
    left: 70.83333%;
  }
  .medium-pull-17 {
    position: relative;
    left: -70.83333%;
  }
  .medium-offset-16 {
    margin-left: 66.66667%;
  }
  .medium-18 {
    width: 75%;
  }
  .medium-push-18 {
    position: relative;
    left: 75%;
  }
  .medium-pull-18 {
    position: relative;
    left: -75%;
  }
  .medium-offset-17 {
    margin-left: 70.83333%;
  }
  .medium-19 {
    width: 79.16667%;
  }
  .medium-push-19 {
    position: relative;
    left: 79.16667%;
  }
  .medium-pull-19 {
    position: relative;
    left: -79.16667%;
  }
  .medium-offset-18 {
    margin-left: 75%;
  }
  .medium-20 {
    width: 83.33333%;
  }
  .medium-push-20 {
    position: relative;
    left: 83.33333%;
  }
  .medium-pull-20 {
    position: relative;
    left: -83.33333%;
  }
  .medium-offset-19 {
    margin-left: 79.16667%;
  }
  .medium-21 {
    width: 87.5%;
  }
  .medium-push-21 {
    position: relative;
    left: 87.5%;
  }
  .medium-pull-21 {
    position: relative;
    left: -87.5%;
  }
  .medium-offset-20 {
    margin-left: 83.33333%;
  }
  .medium-22 {
    width: 91.66667%;
  }
  .medium-push-22 {
    position: relative;
    left: 91.66667%;
  }
  .medium-pull-22 {
    position: relative;
    left: -91.66667%;
  }
  .medium-offset-21 {
    margin-left: 87.5%;
  }
  .medium-23 {
    width: 95.83333%;
  }
  .medium-push-23 {
    position: relative;
    left: 95.83333%;
  }
  .medium-pull-23 {
    position: relative;
    left: -95.83333%;
  }
  .medium-offset-22 {
    margin-left: 91.66667%;
  }
  .medium-24 {
    width: 100%;
  }
  .medium-offset-23 {
    margin-left: 95.83333%;
  }
  .medium-up-1 > .column,
  .medium-up-1 > .columns {
    float: left;
    width: 100%;
  }
  .medium-up-1 > .column:nth-of-type(1n),
  .medium-up-1 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .medium-up-1 > .column:nth-of-type(1n + 1),
  .medium-up-1 > .columns:nth-of-type(1n + 1) {
    clear: both;
  }
  .medium-up-1 > .column:last-child,
  .medium-up-1 > .columns:last-child {
    float: left;
  }
  .medium-up-2 > .column,
  .medium-up-2 > .columns {
    float: left;
    width: 50%;
  }
  .medium-up-2 > .column:nth-of-type(1n),
  .medium-up-2 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .medium-up-2 > .column:nth-of-type(2n + 1),
  .medium-up-2 > .columns:nth-of-type(2n + 1) {
    clear: both;
  }
  .medium-up-2 > .column:last-child,
  .medium-up-2 > .columns:last-child {
    float: left;
  }
  .medium-up-3 > .column,
  .medium-up-3 > .columns {
    float: left;
    width: 33.33333%;
  }
  .medium-up-3 > .column:nth-of-type(1n),
  .medium-up-3 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .medium-up-3 > .column:nth-of-type(3n + 1),
  .medium-up-3 > .columns:nth-of-type(3n + 1) {
    clear: both;
  }
  .medium-up-3 > .column:last-child,
  .medium-up-3 > .columns:last-child {
    float: left;
  }
  .medium-up-4 > .column,
  .medium-up-4 > .columns {
    float: left;
    width: 25%;
  }
  .medium-up-4 > .column:nth-of-type(1n),
  .medium-up-4 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .medium-up-4 > .column:nth-of-type(4n + 1),
  .medium-up-4 > .columns:nth-of-type(4n + 1) {
    clear: both;
  }
  .medium-up-4 > .column:last-child,
  .medium-up-4 > .columns:last-child {
    float: left;
  }
  .medium-up-5 > .column,
  .medium-up-5 > .columns {
    float: left;
    width: 20%;
  }
  .medium-up-5 > .column:nth-of-type(1n),
  .medium-up-5 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .medium-up-5 > .column:nth-of-type(5n + 1),
  .medium-up-5 > .columns:nth-of-type(5n + 1) {
    clear: both;
  }
  .medium-up-5 > .column:last-child,
  .medium-up-5 > .columns:last-child {
    float: left;
  }
  .medium-up-6 > .column,
  .medium-up-6 > .columns {
    float: left;
    width: 16.66667%;
  }
  .medium-up-6 > .column:nth-of-type(1n),
  .medium-up-6 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .medium-up-6 > .column:nth-of-type(6n + 1),
  .medium-up-6 > .columns:nth-of-type(6n + 1) {
    clear: both;
  }
  .medium-up-6 > .column:last-child,
  .medium-up-6 > .columns:last-child {
    float: left;
  }
  .medium-up-7 > .column,
  .medium-up-7 > .columns {
    float: left;
    width: 14.28571%;
  }
  .medium-up-7 > .column:nth-of-type(1n),
  .medium-up-7 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .medium-up-7 > .column:nth-of-type(7n + 1),
  .medium-up-7 > .columns:nth-of-type(7n + 1) {
    clear: both;
  }
  .medium-up-7 > .column:last-child,
  .medium-up-7 > .columns:last-child {
    float: left;
  }
  .medium-up-8 > .column,
  .medium-up-8 > .columns {
    float: left;
    width: 12.5%;
  }
  .medium-up-8 > .column:nth-of-type(1n),
  .medium-up-8 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .medium-up-8 > .column:nth-of-type(8n + 1),
  .medium-up-8 > .columns:nth-of-type(8n + 1) {
    clear: both;
  }
  .medium-up-8 > .column:last-child,
  .medium-up-8 > .columns:last-child {
    float: left;
  }
  .medium-collapse > .column,
  .medium-collapse > .columns {
    padding-right: 0;
    padding-left: 0;
  }
  .medium-collapse .row {
    margin-right: 0;
    margin-left: 0;
  }
  .expanded.row .medium-collapse.row {
    margin-right: 0;
    margin-left: 0;
  }
  .medium-uncollapse > .column,
  .medium-uncollapse > .columns {
    padding-right: 0.625rem;
    padding-left: 0.625rem;
  }
  .medium-centered {
    margin-right: auto;
    margin-left: auto;
  }
  .medium-centered,
  .medium-centered:last-child:not(:first-child) {
    float: none;
    clear: both;
  }
  .medium-pull-0,
  .medium-push-0,
  .medium-uncentered {
    position: static;
    float: left;
    margin-right: 0;
    margin-left: 0;
  }
}
@media print, screen and (min-width: 64em) {
  .large-1 {
    width: 4.16667%;
  }
  .large-push-1 {
    position: relative;
    left: 4.16667%;
  }
  .large-pull-1 {
    position: relative;
    left: -4.16667%;
  }
  .large-offset-0 {
    margin-left: 0;
  }
  .large-2 {
    width: 8.33333%;
  }
  .large-push-2 {
    position: relative;
    left: 8.33333%;
  }
  .large-pull-2 {
    position: relative;
    left: -8.33333%;
  }
  .large-offset-1 {
    margin-left: 4.16667%;
  }
  .large-3 {
    width: 12.5%;
  }
  .large-push-3 {
    position: relative;
    left: 12.5%;
  }
  .large-pull-3 {
    position: relative;
    left: -12.5%;
  }
  .large-offset-2 {
    margin-left: 8.33333%;
  }
  .large-4 {
    width: 16.66667%;
  }
  .large-push-4 {
    position: relative;
    left: 16.66667%;
  }
  .large-pull-4 {
    position: relative;
    left: -16.66667%;
  }
  .large-offset-3 {
    margin-left: 12.5%;
  }
  .large-5 {
    width: 20.83333%;
  }
  .large-push-5 {
    position: relative;
    left: 20.83333%;
  }
  .large-pull-5 {
    position: relative;
    left: -20.83333%;
  }
  .large-offset-4 {
    margin-left: 16.66667%;
  }
  .large-6 {
    width: 25%;
  }
  .large-push-6 {
    position: relative;
    left: 25%;
  }
  .large-pull-6 {
    position: relative;
    left: -25%;
  }
  .large-offset-5 {
    margin-left: 20.83333%;
  }
  .large-7 {
    width: 29.16667%;
  }
  .large-push-7 {
    position: relative;
    left: 29.16667%;
  }
  .large-pull-7 {
    position: relative;
    left: -29.16667%;
  }
  .large-offset-6 {
    margin-left: 25%;
  }
  .large-8 {
    width: 33.33333%;
  }
  .large-push-8 {
    position: relative;
    left: 33.33333%;
  }
  .large-pull-8 {
    position: relative;
    left: -33.33333%;
  }
  .large-offset-7 {
    margin-left: 29.16667%;
  }
  .large-9 {
    width: 37.5%;
  }
  .large-push-9 {
    position: relative;
    left: 37.5%;
  }
  .large-pull-9 {
    position: relative;
    left: -37.5%;
  }
  .large-offset-8 {
    margin-left: 33.33333%;
  }
  .large-10 {
    width: 41.66667%;
  }
  .large-push-10 {
    position: relative;
    left: 41.66667%;
  }
  .large-pull-10 {
    position: relative;
    left: -41.66667%;
  }
  .large-offset-9 {
    margin-left: 37.5%;
  }
  .large-11 {
    width: 45.83333%;
  }
  .large-push-11 {
    position: relative;
    left: 45.83333%;
  }
  .large-pull-11 {
    position: relative;
    left: -45.83333%;
  }
  .large-offset-10 {
    margin-left: 41.66667%;
  }
  .large-12 {
    width: 50%;
  }
  .large-push-12 {
    position: relative;
    left: 50%;
  }
  .large-pull-12 {
    position: relative;
    left: -50%;
  }
  .large-offset-11 {
    margin-left: 45.83333%;
  }
  .large-13 {
    width: 54.16667%;
  }
  .large-push-13 {
    position: relative;
    left: 54.16667%;
  }
  .large-pull-13 {
    position: relative;
    left: -54.16667%;
  }
  .large-offset-12 {
    margin-left: 50%;
  }
  .large-14 {
    width: 58.33333%;
  }
  .large-push-14 {
    position: relative;
    left: 58.33333%;
  }
  .large-pull-14 {
    position: relative;
    left: -58.33333%;
  }
  .large-offset-13 {
    margin-left: 54.16667%;
  }
  .large-15 {
    width: 62.5%;
  }
  .large-push-15 {
    position: relative;
    left: 62.5%;
  }
  .large-pull-15 {
    position: relative;
    left: -62.5%;
  }
  .large-offset-14 {
    margin-left: 58.33333%;
  }
  .large-16 {
    width: 66.66667%;
  }
  .large-push-16 {
    position: relative;
    left: 66.66667%;
  }
  .large-pull-16 {
    position: relative;
    left: -66.66667%;
  }
  .large-offset-15 {
    margin-left: 62.5%;
  }
  .large-17 {
    width: 70.83333%;
  }
  .large-push-17 {
    position: relative;
    left: 70.83333%;
  }
  .large-pull-17 {
    position: relative;
    left: -70.83333%;
  }
  .large-offset-16 {
    margin-left: 66.66667%;
  }
  .large-18 {
    width: 75%;
  }
  .large-push-18 {
    position: relative;
    left: 75%;
  }
  .large-pull-18 {
    position: relative;
    left: -75%;
  }
  .large-offset-17 {
    margin-left: 70.83333%;
  }
  .large-19 {
    width: 79.16667%;
  }
  .large-push-19 {
    position: relative;
    left: 79.16667%;
  }
  .large-pull-19 {
    position: relative;
    left: -79.16667%;
  }
  .large-offset-18 {
    margin-left: 75%;
  }
  .large-20 {
    width: 83.33333%;
  }
  .large-push-20 {
    position: relative;
    left: 83.33333%;
  }
  .large-pull-20 {
    position: relative;
    left: -83.33333%;
  }
  .large-offset-19 {
    margin-left: 79.16667%;
  }
  .large-21 {
    width: 87.5%;
  }
  .large-push-21 {
    position: relative;
    left: 87.5%;
  }
  .large-pull-21 {
    position: relative;
    left: -87.5%;
  }
  .large-offset-20 {
    margin-left: 83.33333%;
  }
  .large-22 {
    width: 91.66667%;
  }
  .large-push-22 {
    position: relative;
    left: 91.66667%;
  }
  .large-pull-22 {
    position: relative;
    left: -91.66667%;
  }
  .large-offset-21 {
    margin-left: 87.5%;
  }
  .large-23 {
    width: 95.83333%;
  }
  .large-push-23 {
    position: relative;
    left: 95.83333%;
  }
  .large-pull-23 {
    position: relative;
    left: -95.83333%;
  }
  .large-offset-22 {
    margin-left: 91.66667%;
  }
  .large-24 {
    width: 100%;
  }
  .large-offset-23 {
    margin-left: 95.83333%;
  }
  .large-up-1 > .column,
  .large-up-1 > .columns {
    float: left;
    width: 100%;
  }
  .large-up-1 > .column:nth-of-type(1n),
  .large-up-1 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .large-up-1 > .column:nth-of-type(1n + 1),
  .large-up-1 > .columns:nth-of-type(1n + 1) {
    clear: both;
  }
  .large-up-1 > .column:last-child,
  .large-up-1 > .columns:last-child {
    float: left;
  }
  .large-up-2 > .column,
  .large-up-2 > .columns {
    float: left;
    width: 50%;
  }
  .large-up-2 > .column:nth-of-type(1n),
  .large-up-2 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .large-up-2 > .column:nth-of-type(2n + 1),
  .large-up-2 > .columns:nth-of-type(2n + 1) {
    clear: both;
  }
  .large-up-2 > .column:last-child,
  .large-up-2 > .columns:last-child {
    float: left;
  }
  .large-up-3 > .column,
  .large-up-3 > .columns {
    float: left;
    width: 33.33333%;
  }
  .large-up-3 > .column:nth-of-type(1n),
  .large-up-3 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .large-up-3 > .column:nth-of-type(3n + 1),
  .large-up-3 > .columns:nth-of-type(3n + 1) {
    clear: both;
  }
  .large-up-3 > .column:last-child,
  .large-up-3 > .columns:last-child {
    float: left;
  }
  .large-up-4 > .column,
  .large-up-4 > .columns {
    float: left;
    width: 25%;
  }
  .large-up-4 > .column:nth-of-type(1n),
  .large-up-4 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .large-up-4 > .column:nth-of-type(4n + 1),
  .large-up-4 > .columns:nth-of-type(4n + 1) {
    clear: both;
  }
  .large-up-4 > .column:last-child,
  .large-up-4 > .columns:last-child {
    float: left;
  }
  .large-up-5 > .column,
  .large-up-5 > .columns {
    float: left;
    width: 20%;
  }
  .large-up-5 > .column:nth-of-type(1n),
  .large-up-5 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .large-up-5 > .column:nth-of-type(5n + 1),
  .large-up-5 > .columns:nth-of-type(5n + 1) {
    clear: both;
  }
  .large-up-5 > .column:last-child,
  .large-up-5 > .columns:last-child {
    float: left;
  }
  .large-up-6 > .column,
  .large-up-6 > .columns {
    float: left;
    width: 16.66667%;
  }
  .large-up-6 > .column:nth-of-type(1n),
  .large-up-6 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .large-up-6 > .column:nth-of-type(6n + 1),
  .large-up-6 > .columns:nth-of-type(6n + 1) {
    clear: both;
  }
  .large-up-6 > .column:last-child,
  .large-up-6 > .columns:last-child {
    float: left;
  }
  .large-up-7 > .column,
  .large-up-7 > .columns {
    float: left;
    width: 14.28571%;
  }
  .large-up-7 > .column:nth-of-type(1n),
  .large-up-7 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .large-up-7 > .column:nth-of-type(7n + 1),
  .large-up-7 > .columns:nth-of-type(7n + 1) {
    clear: both;
  }
  .large-up-7 > .column:last-child,
  .large-up-7 > .columns:last-child {
    float: left;
  }
  .large-up-8 > .column,
  .large-up-8 > .columns {
    float: left;
    width: 12.5%;
  }
  .large-up-8 > .column:nth-of-type(1n),
  .large-up-8 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .large-up-8 > .column:nth-of-type(8n + 1),
  .large-up-8 > .columns:nth-of-type(8n + 1) {
    clear: both;
  }
  .large-up-8 > .column:last-child,
  .large-up-8 > .columns:last-child {
    float: left;
  }
  .large-collapse > .column,
  .large-collapse > .columns {
    padding-right: 0;
    padding-left: 0;
  }
  .large-collapse .row {
    margin-right: 0;
    margin-left: 0;
  }
  .expanded.row .large-collapse.row {
    margin-right: 0;
    margin-left: 0;
  }
  .large-uncollapse > .column,
  .large-uncollapse > .columns {
    padding-right: 0.625rem;
    padding-left: 0.625rem;
  }
  .large-centered {
    margin-right: auto;
    margin-left: auto;
  }
  .large-centered,
  .large-centered:last-child:not(:first-child) {
    float: none;
    clear: both;
  }
  .large-pull-0,
  .large-push-0,
  .large-uncentered {
    position: static;
    float: left;
    margin-right: 0;
    margin-left: 0;
  }
}
@media screen and (min-width: 75em) {
  .xlarge-1 {
    width: 4.16667%;
  }
  .xlarge-push-1 {
    position: relative;
    left: 4.16667%;
  }
  .xlarge-pull-1 {
    position: relative;
    left: -4.16667%;
  }
  .xlarge-offset-0 {
    margin-left: 0;
  }
  .xlarge-2 {
    width: 8.33333%;
  }
  .xlarge-push-2 {
    position: relative;
    left: 8.33333%;
  }
  .xlarge-pull-2 {
    position: relative;
    left: -8.33333%;
  }
  .xlarge-offset-1 {
    margin-left: 4.16667%;
  }
  .xlarge-3 {
    width: 12.5%;
  }
  .xlarge-push-3 {
    position: relative;
    left: 12.5%;
  }
  .xlarge-pull-3 {
    position: relative;
    left: -12.5%;
  }
  .xlarge-offset-2 {
    margin-left: 8.33333%;
  }
  .xlarge-4 {
    width: 16.66667%;
  }
  .xlarge-push-4 {
    position: relative;
    left: 16.66667%;
  }
  .xlarge-pull-4 {
    position: relative;
    left: -16.66667%;
  }
  .xlarge-offset-3 {
    margin-left: 12.5%;
  }
  .xlarge-5 {
    width: 20.83333%;
  }
  .xlarge-push-5 {
    position: relative;
    left: 20.83333%;
  }
  .xlarge-pull-5 {
    position: relative;
    left: -20.83333%;
  }
  .xlarge-offset-4 {
    margin-left: 16.66667%;
  }
  .xlarge-6 {
    width: 25%;
  }
  .xlarge-push-6 {
    position: relative;
    left: 25%;
  }
  .xlarge-pull-6 {
    position: relative;
    left: -25%;
  }
  .xlarge-offset-5 {
    margin-left: 20.83333%;
  }
  .xlarge-7 {
    width: 29.16667%;
  }
  .xlarge-push-7 {
    position: relative;
    left: 29.16667%;
  }
  .xlarge-pull-7 {
    position: relative;
    left: -29.16667%;
  }
  .xlarge-offset-6 {
    margin-left: 25%;
  }
  .xlarge-8 {
    width: 33.33333%;
  }
  .xlarge-push-8 {
    position: relative;
    left: 33.33333%;
  }
  .xlarge-pull-8 {
    position: relative;
    left: -33.33333%;
  }
  .xlarge-offset-7 {
    margin-left: 29.16667%;
  }
  .xlarge-9 {
    width: 37.5%;
  }
  .xlarge-push-9 {
    position: relative;
    left: 37.5%;
  }
  .xlarge-pull-9 {
    position: relative;
    left: -37.5%;
  }
  .xlarge-offset-8 {
    margin-left: 33.33333%;
  }
  .xlarge-10 {
    width: 41.66667%;
  }
  .xlarge-push-10 {
    position: relative;
    left: 41.66667%;
  }
  .xlarge-pull-10 {
    position: relative;
    left: -41.66667%;
  }
  .xlarge-offset-9 {
    margin-left: 37.5%;
  }
  .xlarge-11 {
    width: 45.83333%;
  }
  .xlarge-push-11 {
    position: relative;
    left: 45.83333%;
  }
  .xlarge-pull-11 {
    position: relative;
    left: -45.83333%;
  }
  .xlarge-offset-10 {
    margin-left: 41.66667%;
  }
  .xlarge-12 {
    width: 50%;
  }
  .xlarge-push-12 {
    position: relative;
    left: 50%;
  }
  .xlarge-pull-12 {
    position: relative;
    left: -50%;
  }
  .xlarge-offset-11 {
    margin-left: 45.83333%;
  }
  .xlarge-13 {
    width: 54.16667%;
  }
  .xlarge-push-13 {
    position: relative;
    left: 54.16667%;
  }
  .xlarge-pull-13 {
    position: relative;
    left: -54.16667%;
  }
  .xlarge-offset-12 {
    margin-left: 50%;
  }
  .xlarge-14 {
    width: 58.33333%;
  }
  .xlarge-push-14 {
    position: relative;
    left: 58.33333%;
  }
  .xlarge-pull-14 {
    position: relative;
    left: -58.33333%;
  }
  .xlarge-offset-13 {
    margin-left: 54.16667%;
  }
  .xlarge-15 {
    width: 62.5%;
  }
  .xlarge-push-15 {
    position: relative;
    left: 62.5%;
  }
  .xlarge-pull-15 {
    position: relative;
    left: -62.5%;
  }
  .xlarge-offset-14 {
    margin-left: 58.33333%;
  }
  .xlarge-16 {
    width: 66.66667%;
  }
  .xlarge-push-16 {
    position: relative;
    left: 66.66667%;
  }
  .xlarge-pull-16 {
    position: relative;
    left: -66.66667%;
  }
  .xlarge-offset-15 {
    margin-left: 62.5%;
  }
  .xlarge-17 {
    width: 70.83333%;
  }
  .xlarge-push-17 {
    position: relative;
    left: 70.83333%;
  }
  .xlarge-pull-17 {
    position: relative;
    left: -70.83333%;
  }
  .xlarge-offset-16 {
    margin-left: 66.66667%;
  }
  .xlarge-18 {
    width: 75%;
  }
  .xlarge-push-18 {
    position: relative;
    left: 75%;
  }
  .xlarge-pull-18 {
    position: relative;
    left: -75%;
  }
  .xlarge-offset-17 {
    margin-left: 70.83333%;
  }
  .xlarge-19 {
    width: 79.16667%;
  }
  .xlarge-push-19 {
    position: relative;
    left: 79.16667%;
  }
  .xlarge-pull-19 {
    position: relative;
    left: -79.16667%;
  }
  .xlarge-offset-18 {
    margin-left: 75%;
  }
  .xlarge-20 {
    width: 83.33333%;
  }
  .xlarge-push-20 {
    position: relative;
    left: 83.33333%;
  }
  .xlarge-pull-20 {
    position: relative;
    left: -83.33333%;
  }
  .xlarge-offset-19 {
    margin-left: 79.16667%;
  }
  .xlarge-21 {
    width: 87.5%;
  }
  .xlarge-push-21 {
    position: relative;
    left: 87.5%;
  }
  .xlarge-pull-21 {
    position: relative;
    left: -87.5%;
  }
  .xlarge-offset-20 {
    margin-left: 83.33333%;
  }
  .xlarge-22 {
    width: 91.66667%;
  }
  .xlarge-push-22 {
    position: relative;
    left: 91.66667%;
  }
  .xlarge-pull-22 {
    position: relative;
    left: -91.66667%;
  }
  .xlarge-offset-21 {
    margin-left: 87.5%;
  }
  .xlarge-23 {
    width: 95.83333%;
  }
  .xlarge-push-23 {
    position: relative;
    left: 95.83333%;
  }
  .xlarge-pull-23 {
    position: relative;
    left: -95.83333%;
  }
  .xlarge-offset-22 {
    margin-left: 91.66667%;
  }
  .xlarge-24 {
    width: 100%;
  }
  .xlarge-offset-23 {
    margin-left: 95.83333%;
  }
  .xlarge-up-1 > .column,
  .xlarge-up-1 > .columns {
    float: left;
    width: 100%;
  }
  .xlarge-up-1 > .column:nth-of-type(1n),
  .xlarge-up-1 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .xlarge-up-1 > .column:nth-of-type(1n + 1),
  .xlarge-up-1 > .columns:nth-of-type(1n + 1) {
    clear: both;
  }
  .xlarge-up-1 > .column:last-child,
  .xlarge-up-1 > .columns:last-child {
    float: left;
  }
  .xlarge-up-2 > .column,
  .xlarge-up-2 > .columns {
    float: left;
    width: 50%;
  }
  .xlarge-up-2 > .column:nth-of-type(1n),
  .xlarge-up-2 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .xlarge-up-2 > .column:nth-of-type(2n + 1),
  .xlarge-up-2 > .columns:nth-of-type(2n + 1) {
    clear: both;
  }
  .xlarge-up-2 > .column:last-child,
  .xlarge-up-2 > .columns:last-child {
    float: left;
  }
  .xlarge-up-3 > .column,
  .xlarge-up-3 > .columns {
    float: left;
    width: 33.33333%;
  }
  .xlarge-up-3 > .column:nth-of-type(1n),
  .xlarge-up-3 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .xlarge-up-3 > .column:nth-of-type(3n + 1),
  .xlarge-up-3 > .columns:nth-of-type(3n + 1) {
    clear: both;
  }
  .xlarge-up-3 > .column:last-child,
  .xlarge-up-3 > .columns:last-child {
    float: left;
  }
  .xlarge-up-4 > .column,
  .xlarge-up-4 > .columns {
    float: left;
    width: 25%;
  }
  .xlarge-up-4 > .column:nth-of-type(1n),
  .xlarge-up-4 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .xlarge-up-4 > .column:nth-of-type(4n + 1),
  .xlarge-up-4 > .columns:nth-of-type(4n + 1) {
    clear: both;
  }
  .xlarge-up-4 > .column:last-child,
  .xlarge-up-4 > .columns:last-child {
    float: left;
  }
  .xlarge-up-5 > .column,
  .xlarge-up-5 > .columns {
    float: left;
    width: 20%;
  }
  .xlarge-up-5 > .column:nth-of-type(1n),
  .xlarge-up-5 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .xlarge-up-5 > .column:nth-of-type(5n + 1),
  .xlarge-up-5 > .columns:nth-of-type(5n + 1) {
    clear: both;
  }
  .xlarge-up-5 > .column:last-child,
  .xlarge-up-5 > .columns:last-child {
    float: left;
  }
  .xlarge-up-6 > .column,
  .xlarge-up-6 > .columns {
    float: left;
    width: 16.66667%;
  }
  .xlarge-up-6 > .column:nth-of-type(1n),
  .xlarge-up-6 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .xlarge-up-6 > .column:nth-of-type(6n + 1),
  .xlarge-up-6 > .columns:nth-of-type(6n + 1) {
    clear: both;
  }
  .xlarge-up-6 > .column:last-child,
  .xlarge-up-6 > .columns:last-child {
    float: left;
  }
  .xlarge-up-7 > .column,
  .xlarge-up-7 > .columns {
    float: left;
    width: 14.28571%;
  }
  .xlarge-up-7 > .column:nth-of-type(1n),
  .xlarge-up-7 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .xlarge-up-7 > .column:nth-of-type(7n + 1),
  .xlarge-up-7 > .columns:nth-of-type(7n + 1) {
    clear: both;
  }
  .xlarge-up-7 > .column:last-child,
  .xlarge-up-7 > .columns:last-child {
    float: left;
  }
  .xlarge-up-8 > .column,
  .xlarge-up-8 > .columns {
    float: left;
    width: 12.5%;
  }
  .xlarge-up-8 > .column:nth-of-type(1n),
  .xlarge-up-8 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .xlarge-up-8 > .column:nth-of-type(8n + 1),
  .xlarge-up-8 > .columns:nth-of-type(8n + 1) {
    clear: both;
  }
  .xlarge-up-8 > .column:last-child,
  .xlarge-up-8 > .columns:last-child {
    float: left;
  }
  .xlarge-collapse > .column,
  .xlarge-collapse > .columns {
    padding-right: 0;
    padding-left: 0;
  }
  .xlarge-collapse .row {
    margin-right: 0;
    margin-left: 0;
  }
  .expanded.row .xlarge-collapse.row {
    margin-right: 0;
    margin-left: 0;
  }
  .xlarge-uncollapse > .column,
  .xlarge-uncollapse > .columns {
    padding-right: 0.625rem;
    padding-left: 0.625rem;
  }
  .xlarge-centered {
    margin-right: auto;
    margin-left: auto;
  }
  .xlarge-centered,
  .xlarge-centered:last-child:not(:first-child) {
    float: none;
    clear: both;
  }
  .xlarge-pull-0,
  .xlarge-push-0,
  .xlarge-uncentered {
    position: static;
    float: left;
    margin-right: 0;
    margin-left: 0;
  }
}
.column-block {
  margin-bottom: 0.25rem;
}
.column-block > :last-child {
  margin-bottom: 0;
}
@media print, screen and (min-width: 40em) {
  .column-block {
    margin-bottom: 1.25rem;
  }
  .column-block > :last-child {
    margin-bottom: 0;
  }
}
.grid-container {
  padding-right: 0.125rem;
  padding-left: 0.125rem;
  max-width: 75rem;
  margin: 0 auto;
}
@media print, screen and (min-width: 40em) {
  .grid-container {
    padding-right: 0.625rem;
    padding-left: 0.625rem;
  }
}
.grid-container.fluid {
  padding-right: 0.125rem;
  padding-left: 0.125rem;
  max-width: 100%;
  margin: 0 auto;
}
@media print, screen and (min-width: 40em) {
  .grid-container.fluid {
    padding-right: 0.625rem;
    padding-left: 0.625rem;
  }
}
.grid-container.full {
  padding-right: 0;
  padding-left: 0;
  max-width: 100%;
  margin: 0 auto;
}
.grid-x {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
}
.cell {
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  min-height: 0;
  min-width: 0;
  width: 100%;
}
.cell.auto {
  -webkit-flex: 1 1 0px;
  -ms-flex: 1 1 0px;
  flex: 1 1 0px;
}
.cell.shrink {
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}
.grid-x > .auto {
  width: auto;
}
.grid-x > .shrink {
  width: auto;
}
.grid-x > .small-1,
.grid-x > .small-10,
.grid-x > .small-11,
.grid-x > .small-12,
.grid-x > .small-13,
.grid-x > .small-14,
.grid-x > .small-15,
.grid-x > .small-16,
.grid-x > .small-17,
.grid-x > .small-18,
.grid-x > .small-19,
.grid-x > .small-2,
.grid-x > .small-20,
.grid-x > .small-21,
.grid-x > .small-22,
.grid-x > .small-23,
.grid-x > .small-24,
.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-full,
.grid-x > .small-shrink {
  -webkit-flex-basis: auto;
  -ms-flex-preferred-size: auto;
  flex-basis: auto;
}
@media print, screen and (min-width: 40em) {
  .grid-x > .medium-1,
  .grid-x > .medium-10,
  .grid-x > .medium-11,
  .grid-x > .medium-12,
  .grid-x > .medium-13,
  .grid-x > .medium-14,
  .grid-x > .medium-15,
  .grid-x > .medium-16,
  .grid-x > .medium-17,
  .grid-x > .medium-18,
  .grid-x > .medium-19,
  .grid-x > .medium-2,
  .grid-x > .medium-20,
  .grid-x > .medium-21,
  .grid-x > .medium-22,
  .grid-x > .medium-23,
  .grid-x > .medium-24,
  .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-full,
  .grid-x > .medium-shrink {
    -webkit-flex-basis: auto;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
}
@media print, screen and (min-width: 64em) {
  .grid-x > .large-1,
  .grid-x > .large-10,
  .grid-x > .large-11,
  .grid-x > .large-12,
  .grid-x > .large-13,
  .grid-x > .large-14,
  .grid-x > .large-15,
  .grid-x > .large-16,
  .grid-x > .large-17,
  .grid-x > .large-18,
  .grid-x > .large-19,
  .grid-x > .large-2,
  .grid-x > .large-20,
  .grid-x > .large-21,
  .grid-x > .large-22,
  .grid-x > .large-23,
  .grid-x > .large-24,
  .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-full,
  .grid-x > .large-shrink {
    -webkit-flex-basis: auto;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
}
@media screen and (min-width: 75em) {
  .grid-x > .xlarge-1,
  .grid-x > .xlarge-10,
  .grid-x > .xlarge-11,
  .grid-x > .xlarge-12,
  .grid-x > .xlarge-13,
  .grid-x > .xlarge-14,
  .grid-x > .xlarge-15,
  .grid-x > .xlarge-16,
  .grid-x > .xlarge-17,
  .grid-x > .xlarge-18,
  .grid-x > .xlarge-19,
  .grid-x > .xlarge-2,
  .grid-x > .xlarge-20,
  .grid-x > .xlarge-21,
  .grid-x > .xlarge-22,
  .grid-x > .xlarge-23,
  .grid-x > .xlarge-24,
  .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-full,
  .grid-x > .xlarge-shrink {
    -webkit-flex-basis: auto;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
}
.grid-x > .small-1 {
  width: 4.16667%;
}
.grid-x > .small-2 {
  width: 8.33333%;
}
.grid-x > .small-3 {
  width: 12.5%;
}
.grid-x > .small-4 {
  width: 16.66667%;
}
.grid-x > .small-5 {
  width: 20.83333%;
}
.grid-x > .small-6 {
  width: 25%;
}
.grid-x > .small-7 {
  width: 29.16667%;
}
.grid-x > .small-8 {
  width: 33.33333%;
}
.grid-x > .small-9 {
  width: 37.5%;
}
.grid-x > .small-10 {
  width: 41.66667%;
}
.grid-x > .small-11 {
  width: 45.83333%;
}
.grid-x > .small-12 {
  width: 50%;
}
.grid-x > .small-13 {
  width: 54.16667%;
}
.grid-x > .small-14 {
  width: 58.33333%;
}
.grid-x > .small-15 {
  width: 62.5%;
}
.grid-x > .small-16 {
  width: 66.66667%;
}
.grid-x > .small-17 {
  width: 70.83333%;
}
.grid-x > .small-18 {
  width: 75%;
}
.grid-x > .small-19 {
  width: 79.16667%;
}
.grid-x > .small-20 {
  width: 83.33333%;
}
.grid-x > .small-21 {
  width: 87.5%;
}
.grid-x > .small-22 {
  width: 91.66667%;
}
.grid-x > .small-23 {
  width: 95.83333%;
}
.grid-x > .small-24 {
  width: 100%;
}
@media print, screen and (min-width: 40em) {
  .grid-x > .medium-auto {
    -webkit-flex: 1 1 0px;
    -ms-flex: 1 1 0px;
    flex: 1 1 0px;
    width: auto;
  }
  .grid-x > .medium-shrink {
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
  }
  .grid-x > .medium-1 {
    width: 4.16667%;
  }
  .grid-x > .medium-2 {
    width: 8.33333%;
  }
  .grid-x > .medium-3 {
    width: 12.5%;
  }
  .grid-x > .medium-4 {
    width: 16.66667%;
  }
  .grid-x > .medium-5 {
    width: 20.83333%;
  }
  .grid-x > .medium-6 {
    width: 25%;
  }
  .grid-x > .medium-7 {
    width: 29.16667%;
  }
  .grid-x > .medium-8 {
    width: 33.33333%;
  }
  .grid-x > .medium-9 {
    width: 37.5%;
  }
  .grid-x > .medium-10 {
    width: 41.66667%;
  }
  .grid-x > .medium-11 {
    width: 45.83333%;
  }
  .grid-x > .medium-12 {
    width: 50%;
  }
  .grid-x > .medium-13 {
    width: 54.16667%;
  }
  .grid-x > .medium-14 {
    width: 58.33333%;
  }
  .grid-x > .medium-15 {
    width: 62.5%;
  }
  .grid-x > .medium-16 {
    width: 66.66667%;
  }
  .grid-x > .medium-17 {
    width: 70.83333%;
  }
  .grid-x > .medium-18 {
    width: 75%;
  }
  .grid-x > .medium-19 {
    width: 79.16667%;
  }
  .grid-x > .medium-20 {
    width: 83.33333%;
  }
  .grid-x > .medium-21 {
    width: 87.5%;
  }
  .grid-x > .medium-22 {
    width: 91.66667%;
  }
  .grid-x > .medium-23 {
    width: 95.83333%;
  }
  .grid-x > .medium-24 {
    width: 100%;
  }
}
@media print, screen and (min-width: 64em) {
  .grid-x > .large-auto {
    -webkit-flex: 1 1 0px;
    -ms-flex: 1 1 0px;
    flex: 1 1 0px;
    width: auto;
  }
  .grid-x > .large-shrink {
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
  }
  .grid-x > .large-1 {
    width: 4.16667%;
  }
  .grid-x > .large-2 {
    width: 8.33333%;
  }
  .grid-x > .large-3 {
    width: 12.5%;
  }
  .grid-x > .large-4 {
    width: 16.66667%;
  }
  .grid-x > .large-5 {
    width: 20.83333%;
  }
  .grid-x > .large-6 {
    width: 25%;
  }
  .grid-x > .large-7 {
    width: 29.16667%;
  }
  .grid-x > .large-8 {
    width: 33.33333%;
  }
  .grid-x > .large-9 {
    width: 37.5%;
  }
  .grid-x > .large-10 {
    width: 41.66667%;
  }
  .grid-x > .large-11 {
    width: 45.83333%;
  }
  .grid-x > .large-12 {
    width: 50%;
  }
  .grid-x > .large-13 {
    width: 54.16667%;
  }
  .grid-x > .large-14 {
    width: 58.33333%;
  }
  .grid-x > .large-15 {
    width: 62.5%;
  }
  .grid-x > .large-16 {
    width: 66.66667%;
  }
  .grid-x > .large-17 {
    width: 70.83333%;
  }
  .grid-x > .large-18 {
    width: 75%;
  }
  .grid-x > .large-19 {
    width: 79.16667%;
  }
  .grid-x > .large-20 {
    width: 83.33333%;
  }
  .grid-x > .large-21 {
    width: 87.5%;
  }
  .grid-x > .large-22 {
    width: 91.66667%;
  }
  .grid-x > .large-23 {
    width: 95.83333%;
  }
  .grid-x > .large-24 {
    width: 100%;
  }
}
@media screen and (min-width: 75em) {
  .grid-x > .xlarge-auto {
    -webkit-flex: 1 1 0px;
    -ms-flex: 1 1 0px;
    flex: 1 1 0px;
    width: auto;
  }
  .grid-x > .xlarge-shrink {
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
  }
  .grid-x > .xlarge-1 {
    width: 4.16667%;
  }
  .grid-x > .xlarge-2 {
    width: 8.33333%;
  }
  .grid-x > .xlarge-3 {
    width: 12.5%;
  }
  .grid-x > .xlarge-4 {
    width: 16.66667%;
  }
  .grid-x > .xlarge-5 {
    width: 20.83333%;
  }
  .grid-x > .xlarge-6 {
    width: 25%;
  }
  .grid-x > .xlarge-7 {
    width: 29.16667%;
  }
  .grid-x > .xlarge-8 {
    width: 33.33333%;
  }
  .grid-x > .xlarge-9 {
    width: 37.5%;
  }
  .grid-x > .xlarge-10 {
    width: 41.66667%;
  }
  .grid-x > .xlarge-11 {
    width: 45.83333%;
  }
  .grid-x > .xlarge-12 {
    width: 50%;
  }
  .grid-x > .xlarge-13 {
    width: 54.16667%;
  }
  .grid-x > .xlarge-14 {
    width: 58.33333%;
  }
  .grid-x > .xlarge-15 {
    width: 62.5%;
  }
  .grid-x > .xlarge-16 {
    width: 66.66667%;
  }
  .grid-x > .xlarge-17 {
    width: 70.83333%;
  }
  .grid-x > .xlarge-18 {
    width: 75%;
  }
  .grid-x > .xlarge-19 {
    width: 79.16667%;
  }
  .grid-x > .xlarge-20 {
    width: 83.33333%;
  }
  .grid-x > .xlarge-21 {
    width: 87.5%;
  }
  .grid-x > .xlarge-22 {
    width: 91.66667%;
  }
  .grid-x > .xlarge-23 {
    width: 95.83333%;
  }
  .grid-x > .xlarge-24 {
    width: 100%;
  }
}
.grid-margin-x:not(.grid-x) > .cell {
  width: auto;
}
.grid-margin-y:not(.grid-y) > .cell {
  height: auto;
}
.grid-margin-x {
  margin-left: -0.125rem;
  margin-right: -0.125rem;
}
@media print, screen and (min-width: 40em) {
  .grid-margin-x {
    margin-left: -0.625rem;
    margin-right: -0.625rem;
  }
}
.grid-margin-x > .cell {
  width: calc(100% - 0.25rem);
  margin-left: 0.125rem;
  margin-right: 0.125rem;
}
@media print, screen and (min-width: 40em) {
  .grid-margin-x > .cell {
    width: calc(100% - 1.25rem);
    margin-left: 0.625rem;
    margin-right: 0.625rem;
  }
}
.grid-margin-x > .auto {
  width: auto;
}
.grid-margin-x > .shrink {
  width: auto;
}
.grid-margin-x > .small-1 {
  width: calc(4.16667% - 0.25rem);
}
.grid-margin-x > .small-2 {
  width: calc(8.33333% - 0.25rem);
}
.grid-margin-x > .small-3 {
  width: calc(12.5% - 0.25rem);
}
.grid-margin-x > .small-4 {
  width: calc(16.66667% - 0.25rem);
}
.grid-margin-x > .small-5 {
  width: calc(20.83333% - 0.25rem);
}
.grid-margin-x > .small-6 {
  width: calc(25% - 0.25rem);
}
.grid-margin-x > .small-7 {
  width: calc(29.16667% - 0.25rem);
}
.grid-margin-x > .small-8 {
  width: calc(33.33333% - 0.25rem);
}
.grid-margin-x > .small-9 {
  width: calc(37.5% - 0.25rem);
}
.grid-margin-x > .small-10 {
  width: calc(41.66667% - 0.25rem);
}
.grid-margin-x > .small-11 {
  width: calc(45.83333% - 0.25rem);
}
.grid-margin-x > .small-12 {
  width: calc(50% - 0.25rem);
}
.grid-margin-x > .small-13 {
  width: calc(54.16667% - 0.25rem);
}
.grid-margin-x > .small-14 {
  width: calc(58.33333% - 0.25rem);
}
.grid-margin-x > .small-15 {
  width: calc(62.5% - 0.25rem);
}
.grid-margin-x > .small-16 {
  width: calc(66.66667% - 0.25rem);
}
.grid-margin-x > .small-17 {
  width: calc(70.83333% - 0.25rem);
}
.grid-margin-x > .small-18 {
  width: calc(75% - 0.25rem);
}
.grid-margin-x > .small-19 {
  width: calc(79.16667% - 0.25rem);
}
.grid-margin-x > .small-20 {
  width: calc(83.33333% - 0.25rem);
}
.grid-margin-x > .small-21 {
  width: calc(87.5% - 0.25rem);
}
.grid-margin-x > .small-22 {
  width: calc(91.66667% - 0.25rem);
}
.grid-margin-x > .small-23 {
  width: calc(95.83333% - 0.25rem);
}
.grid-margin-x > .small-24 {
  width: calc(100% - 0.25rem);
}
@media print, screen and (min-width: 40em) {
  .grid-margin-x > .auto {
    width: auto;
  }
  .grid-margin-x > .shrink {
    width: auto;
  }
  .grid-margin-x > .small-1 {
    width: calc(4.16667% - 1.25rem);
  }
  .grid-margin-x > .small-2 {
    width: calc(8.33333% - 1.25rem);
  }
  .grid-margin-x > .small-3 {
    width: calc(12.5% - 1.25rem);
  }
  .grid-margin-x > .small-4 {
    width: calc(16.66667% - 1.25rem);
  }
  .grid-margin-x > .small-5 {
    width: calc(20.83333% - 1.25rem);
  }
  .grid-margin-x > .small-6 {
    width: calc(25% - 1.25rem);
  }
  .grid-margin-x > .small-7 {
    width: calc(29.16667% - 1.25rem);
  }
  .grid-margin-x > .small-8 {
    width: calc(33.33333% - 1.25rem);
  }
  .grid-margin-x > .small-9 {
    width: calc(37.5% - 1.25rem);
  }
  .grid-margin-x > .small-10 {
    width: calc(41.66667% - 1.25rem);
  }
  .grid-margin-x > .small-11 {
    width: calc(45.83333% - 1.25rem);
  }
  .grid-margin-x > .small-12 {
    width: calc(50% - 1.25rem);
  }
  .grid-margin-x > .small-13 {
    width: calc(54.16667% - 1.25rem);
  }
  .grid-margin-x > .small-14 {
    width: calc(58.33333% - 1.25rem);
  }
  .grid-margin-x > .small-15 {
    width: calc(62.5% - 1.25rem);
  }
  .grid-margin-x > .small-16 {
    width: calc(66.66667% - 1.25rem);
  }
  .grid-margin-x > .small-17 {
    width: calc(70.83333% - 1.25rem);
  }
  .grid-margin-x > .small-18 {
    width: calc(75% - 1.25rem);
  }
  .grid-margin-x > .small-19 {
    width: calc(79.16667% - 1.25rem);
  }
  .grid-margin-x > .small-20 {
    width: calc(83.33333% - 1.25rem);
  }
  .grid-margin-x > .small-21 {
    width: calc(87.5% - 1.25rem);
  }
  .grid-margin-x > .small-22 {
    width: calc(91.66667% - 1.25rem);
  }
  .grid-margin-x > .small-23 {
    width: calc(95.83333% - 1.25rem);
  }
  .grid-margin-x > .small-24 {
    width: calc(100% - 1.25rem);
  }
  .grid-margin-x > .medium-auto {
    width: auto;
  }
  .grid-margin-x > .medium-shrink {
    width: auto;
  }
  .grid-margin-x > .medium-1 {
    width: calc(4.16667% - 1.25rem);
  }
  .grid-margin-x > .medium-2 {
    width: calc(8.33333% - 1.25rem);
  }
  .grid-margin-x > .medium-3 {
    width: calc(12.5% - 1.25rem);
  }
  .grid-margin-x > .medium-4 {
    width: calc(16.66667% - 1.25rem);
  }
  .grid-margin-x > .medium-5 {
    width: calc(20.83333% - 1.25rem);
  }
  .grid-margin-x > .medium-6 {
    width: calc(25% - 1.25rem);
  }
  .grid-margin-x > .medium-7 {
    width: calc(29.16667% - 1.25rem);
  }
  .grid-margin-x > .medium-8 {
    width: calc(33.33333% - 1.25rem);
  }
  .grid-margin-x > .medium-9 {
    width: calc(37.5% - 1.25rem);
  }
  .grid-margin-x > .medium-10 {
    width: calc(41.66667% - 1.25rem);
  }
  .grid-margin-x > .medium-11 {
    width: calc(45.83333% - 1.25rem);
  }
  .grid-margin-x > .medium-12 {
    width: calc(50% - 1.25rem);
  }
  .grid-margin-x > .medium-13 {
    width: calc(54.16667% - 1.25rem);
  }
  .grid-margin-x > .medium-14 {
    width: calc(58.33333% - 1.25rem);
  }
  .grid-margin-x > .medium-15 {
    width: calc(62.5% - 1.25rem);
  }
  .grid-margin-x > .medium-16 {
    width: calc(66.66667% - 1.25rem);
  }
  .grid-margin-x > .medium-17 {
    width: calc(70.83333% - 1.25rem);
  }
  .grid-margin-x > .medium-18 {
    width: calc(75% - 1.25rem);
  }
  .grid-margin-x > .medium-19 {
    width: calc(79.16667% - 1.25rem);
  }
  .grid-margin-x > .medium-20 {
    width: calc(83.33333% - 1.25rem);
  }
  .grid-margin-x > .medium-21 {
    width: calc(87.5% - 1.25rem);
  }
  .grid-margin-x > .medium-22 {
    width: calc(91.66667% - 1.25rem);
  }
  .grid-margin-x > .medium-23 {
    width: calc(95.83333% - 1.25rem);
  }
  .grid-margin-x > .medium-24 {
    width: calc(100% - 1.25rem);
  }
}
@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(4.16667% - 1.25rem);
  }
  .grid-margin-x > .large-2 {
    width: calc(8.33333% - 1.25rem);
  }
  .grid-margin-x > .large-3 {
    width: calc(12.5% - 1.25rem);
  }
  .grid-margin-x > .large-4 {
    width: calc(16.66667% - 1.25rem);
  }
  .grid-margin-x > .large-5 {
    width: calc(20.83333% - 1.25rem);
  }
  .grid-margin-x > .large-6 {
    width: calc(25% - 1.25rem);
  }
  .grid-margin-x > .large-7 {
    width: calc(29.16667% - 1.25rem);
  }
  .grid-margin-x > .large-8 {
    width: calc(33.33333% - 1.25rem);
  }
  .grid-margin-x > .large-9 {
    width: calc(37.5% - 1.25rem);
  }
  .grid-margin-x > .large-10 {
    width: calc(41.66667% - 1.25rem);
  }
  .grid-margin-x > .large-11 {
    width: calc(45.83333% - 1.25rem);
  }
  .grid-margin-x > .large-12 {
    width: calc(50% - 1.25rem);
  }
  .grid-margin-x > .large-13 {
    width: calc(54.16667% - 1.25rem);
  }
  .grid-margin-x > .large-14 {
    width: calc(58.33333% - 1.25rem);
  }
  .grid-margin-x > .large-15 {
    width: calc(62.5% - 1.25rem);
  }
  .grid-margin-x > .large-16 {
    width: calc(66.66667% - 1.25rem);
  }
  .grid-margin-x > .large-17 {
    width: calc(70.83333% - 1.25rem);
  }
  .grid-margin-x > .large-18 {
    width: calc(75% - 1.25rem);
  }
  .grid-margin-x > .large-19 {
    width: calc(79.16667% - 1.25rem);
  }
  .grid-margin-x > .large-20 {
    width: calc(83.33333% - 1.25rem);
  }
  .grid-margin-x > .large-21 {
    width: calc(87.5% - 1.25rem);
  }
  .grid-margin-x > .large-22 {
    width: calc(91.66667% - 1.25rem);
  }
  .grid-margin-x > .large-23 {
    width: calc(95.83333% - 1.25rem);
  }
  .grid-margin-x > .large-24 {
    width: calc(100% - 1.25rem);
  }
}
@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(4.16667% - 1.25rem);
  }
  .grid-margin-x > .xlarge-2 {
    width: calc(8.33333% - 1.25rem);
  }
  .grid-margin-x > .xlarge-3 {
    width: calc(12.5% - 1.25rem);
  }
  .grid-margin-x > .xlarge-4 {
    width: calc(16.66667% - 1.25rem);
  }
  .grid-margin-x > .xlarge-5 {
    width: calc(20.83333% - 1.25rem);
  }
  .grid-margin-x > .xlarge-6 {
    width: calc(25% - 1.25rem);
  }
  .grid-margin-x > .xlarge-7 {
    width: calc(29.16667% - 1.25rem);
  }
  .grid-margin-x > .xlarge-8 {
    width: calc(33.33333% - 1.25rem);
  }
  .grid-margin-x > .xlarge-9 {
    width: calc(37.5% - 1.25rem);
  }
  .grid-margin-x > .xlarge-10 {
    width: calc(41.66667% - 1.25rem);
  }
  .grid-margin-x > .xlarge-11 {
    width: calc(45.83333% - 1.25rem);
  }
  .grid-margin-x > .xlarge-12 {
    width: calc(50% - 1.25rem);
  }
  .grid-margin-x > .xlarge-13 {
    width: calc(54.16667% - 1.25rem);
  }
  .grid-margin-x > .xlarge-14 {
    width: calc(58.33333% - 1.25rem);
  }
  .grid-margin-x > .xlarge-15 {
    width: calc(62.5% - 1.25rem);
  }
  .grid-margin-x > .xlarge-16 {
    width: calc(66.66667% - 1.25rem);
  }
  .grid-margin-x > .xlarge-17 {
    width: calc(70.83333% - 1.25rem);
  }
  .grid-margin-x > .xlarge-18 {
    width: calc(75% - 1.25rem);
  }
  .grid-margin-x > .xlarge-19 {
    width: calc(79.16667% - 1.25rem);
  }
  .grid-margin-x > .xlarge-20 {
    width: calc(83.33333% - 1.25rem);
  }
  .grid-margin-x > .xlarge-21 {
    width: calc(87.5% - 1.25rem);
  }
  .grid-margin-x > .xlarge-22 {
    width: calc(91.66667% - 1.25rem);
  }
  .grid-margin-x > .xlarge-23 {
    width: calc(95.83333% - 1.25rem);
  }
  .grid-margin-x > .xlarge-24 {
    width: calc(100% - 1.25rem);
  }
}
.grid-padding-x .grid-padding-x {
  margin-right: -0.125rem;
  margin-left: -0.125rem;
}
@media print, screen and (min-width: 40em) {
  .grid-padding-x .grid-padding-x {
    margin-right: -0.625rem;
    margin-left: -0.625rem;
  }
}
.grid-container:not(.full) > .grid-padding-x {
  margin-right: -0.125rem;
  margin-left: -0.125rem;
}
@media print, screen and (min-width: 40em) {
  .grid-container:not(.full) > .grid-padding-x {
    margin-right: -0.625rem;
    margin-left: -0.625rem;
  }
}
.grid-padding-x > .cell {
  padding-right: 0.125rem;
  padding-left: 0.125rem;
}
@media print, screen and (min-width: 40em) {
  .grid-padding-x > .cell {
    padding-right: 0.625rem;
    padding-left: 0.625rem;
  }
}
.small-up-1 > .cell {
  width: 100%;
}
.small-up-2 > .cell {
  width: 50%;
}
.small-up-3 > .cell {
  width: 33.33333%;
}
.small-up-4 > .cell {
  width: 25%;
}
.small-up-5 > .cell {
  width: 20%;
}
.small-up-6 > .cell {
  width: 16.66667%;
}
.small-up-7 > .cell {
  width: 14.28571%;
}
.small-up-8 > .cell {
  width: 12.5%;
}
@media print, screen and (min-width: 40em) {
  .medium-up-1 > .cell {
    width: 100%;
  }
  .medium-up-2 > .cell {
    width: 50%;
  }
  .medium-up-3 > .cell {
    width: 33.33333%;
  }
  .medium-up-4 > .cell {
    width: 25%;
  }
  .medium-up-5 > .cell {
    width: 20%;
  }
  .medium-up-6 > .cell {
    width: 16.66667%;
  }
  .medium-up-7 > .cell {
    width: 14.28571%;
  }
  .medium-up-8 > .cell {
    width: 12.5%;
  }
}
@media print, screen and (min-width: 64em) {
  .large-up-1 > .cell {
    width: 100%;
  }
  .large-up-2 > .cell {
    width: 50%;
  }
  .large-up-3 > .cell {
    width: 33.33333%;
  }
  .large-up-4 > .cell {
    width: 25%;
  }
  .large-up-5 > .cell {
    width: 20%;
  }
  .large-up-6 > .cell {
    width: 16.66667%;
  }
  .large-up-7 > .cell {
    width: 14.28571%;
  }
  .large-up-8 > .cell {
    width: 12.5%;
  }
}
@media screen and (min-width: 75em) {
  .xlarge-up-1 > .cell {
    width: 100%;
  }
  .xlarge-up-2 > .cell {
    width: 50%;
  }
  .xlarge-up-3 > .cell {
    width: 33.33333%;
  }
  .xlarge-up-4 > .cell {
    width: 25%;
  }
  .xlarge-up-5 > .cell {
    width: 20%;
  }
  .xlarge-up-6 > .cell {
    width: 16.66667%;
  }
  .xlarge-up-7 > .cell {
    width: 14.28571%;
  }
  .xlarge-up-8 > .cell {
    width: 12.5%;
  }
}
.grid-margin-x.small-up-1 > .cell {
  width: calc(100% - 0.25rem);
}
.grid-margin-x.small-up-2 > .cell {
  width: calc(50% - 0.25rem);
}
.grid-margin-x.small-up-3 > .cell {
  width: calc(33.33333% - 0.25rem);
}
.grid-margin-x.small-up-4 > .cell {
  width: calc(25% - 0.25rem);
}
.grid-margin-x.small-up-5 > .cell {
  width: calc(20% - 0.25rem);
}
.grid-margin-x.small-up-6 > .cell {
  width: calc(16.66667% - 0.25rem);
}
.grid-margin-x.small-up-7 > .cell {
  width: calc(14.28571% - 0.25rem);
}
.grid-margin-x.small-up-8 > .cell {
  width: calc(12.5% - 0.25rem);
}
@media print, screen and (min-width: 40em) {
  .grid-margin-x.small-up-1 > .cell {
    width: calc(100% - 0.25rem);
  }
  .grid-margin-x.small-up-2 > .cell {
    width: calc(50% - 0.25rem);
  }
  .grid-margin-x.small-up-3 > .cell {
    width: calc(33.33333% - 0.25rem);
  }
  .grid-margin-x.small-up-4 > .cell {
    width: calc(25% - 0.25rem);
  }
  .grid-margin-x.small-up-5 > .cell {
    width: calc(20% - 0.25rem);
  }
  .grid-margin-x.small-up-6 > .cell {
    width: calc(16.66667% - 0.25rem);
  }
  .grid-margin-x.small-up-7 > .cell {
    width: calc(14.28571% - 0.25rem);
  }
  .grid-margin-x.small-up-8 > .cell {
    width: calc(12.5% - 0.25rem);
  }
  .grid-margin-x.medium-up-1 > .cell {
    width: calc(100% - 1.25rem);
  }
  .grid-margin-x.medium-up-2 > .cell {
    width: calc(50% - 1.25rem);
  }
  .grid-margin-x.medium-up-3 > .cell {
    width: calc(33.33333% - 1.25rem);
  }
  .grid-margin-x.medium-up-4 > .cell {
    width: calc(25% - 1.25rem);
  }
  .grid-margin-x.medium-up-5 > .cell {
    width: calc(20% - 1.25rem);
  }
  .grid-margin-x.medium-up-6 > .cell {
    width: calc(16.66667% - 1.25rem);
  }
  .grid-margin-x.medium-up-7 > .cell {
    width: calc(14.28571% - 1.25rem);
  }
  .grid-margin-x.medium-up-8 > .cell {
    width: calc(12.5% - 1.25rem);
  }
}
@media print, screen and (min-width: 64em) {
  .grid-margin-x.large-up-1 > .cell {
    width: calc(100% - 1.25rem);
  }
  .grid-margin-x.large-up-2 > .cell {
    width: calc(50% - 1.25rem);
  }
  .grid-margin-x.large-up-3 > .cell {
    width: calc(33.33333% - 1.25rem);
  }
  .grid-margin-x.large-up-4 > .cell {
    width: calc(25% - 1.25rem);
  }
  .grid-margin-x.large-up-5 > .cell {
    width: calc(20% - 1.25rem);
  }
  .grid-margin-x.large-up-6 > .cell {
    width: calc(16.66667% - 1.25rem);
  }
  .grid-margin-x.large-up-7 > .cell {
    width: calc(14.28571% - 1.25rem);
  }
  .grid-margin-x.large-up-8 > .cell {
    width: calc(12.5% - 1.25rem);
  }
}
@media screen and (min-width: 75em) {
  .grid-margin-x.xlarge-up-1 > .cell {
    width: calc(100% - 1.25rem);
  }
  .grid-margin-x.xlarge-up-2 > .cell {
    width: calc(50% - 1.25rem);
  }
  .grid-margin-x.xlarge-up-3 > .cell {
    width: calc(33.33333% - 1.25rem);
  }
  .grid-margin-x.xlarge-up-4 > .cell {
    width: calc(25% - 1.25rem);
  }
  .grid-margin-x.xlarge-up-5 > .cell {
    width: calc(20% - 1.25rem);
  }
  .grid-margin-x.xlarge-up-6 > .cell {
    width: calc(16.66667% - 1.25rem);
  }
  .grid-margin-x.xlarge-up-7 > .cell {
    width: calc(14.28571% - 1.25rem);
  }
  .grid-margin-x.xlarge-up-8 > .cell {
    width: calc(12.5% - 1.25rem);
  }
}
.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: 4.16667%;
}
.small-margin-collapse > .small-2 {
  width: 8.33333%;
}
.small-margin-collapse > .small-3 {
  width: 12.5%;
}
.small-margin-collapse > .small-4 {
  width: 16.66667%;
}
.small-margin-collapse > .small-5 {
  width: 20.83333%;
}
.small-margin-collapse > .small-6 {
  width: 25%;
}
.small-margin-collapse > .small-7 {
  width: 29.16667%;
}
.small-margin-collapse > .small-8 {
  width: 33.33333%;
}
.small-margin-collapse > .small-9 {
  width: 37.5%;
}
.small-margin-collapse > .small-10 {
  width: 41.66667%;
}
.small-margin-collapse > .small-11 {
  width: 45.83333%;
}
.small-margin-collapse > .small-12 {
  width: 50%;
}
.small-margin-collapse > .small-13 {
  width: 54.16667%;
}
.small-margin-collapse > .small-14 {
  width: 58.33333%;
}
.small-margin-collapse > .small-15 {
  width: 62.5%;
}
.small-margin-collapse > .small-16 {
  width: 66.66667%;
}
.small-margin-collapse > .small-17 {
  width: 70.83333%;
}
.small-margin-collapse > .small-18 {
  width: 75%;
}
.small-margin-collapse > .small-19 {
  width: 79.16667%;
}
.small-margin-collapse > .small-20 {
  width: 83.33333%;
}
.small-margin-collapse > .small-21 {
  width: 87.5%;
}
.small-margin-collapse > .small-22 {
  width: 91.66667%;
}
.small-margin-collapse > .small-23 {
  width: 95.83333%;
}
.small-margin-collapse > .small-24 {
  width: 100%;
}
@media print, screen and (min-width: 40em) {
  .small-margin-collapse > .medium-1 {
    width: 4.16667%;
  }
  .small-margin-collapse > .medium-2 {
    width: 8.33333%;
  }
  .small-margin-collapse > .medium-3 {
    width: 12.5%;
  }
  .small-margin-collapse > .medium-4 {
    width: 16.66667%;
  }
  .small-margin-collapse > .medium-5 {
    width: 20.83333%;
  }
  .small-margin-collapse > .medium-6 {
    width: 25%;
  }
  .small-margin-collapse > .medium-7 {
    width: 29.16667%;
  }
  .small-margin-collapse > .medium-8 {
    width: 33.33333%;
  }
  .small-margin-collapse > .medium-9 {
    width: 37.5%;
  }
  .small-margin-collapse > .medium-10 {
    width: 41.66667%;
  }
  .small-margin-collapse > .medium-11 {
    width: 45.83333%;
  }
  .small-margin-collapse > .medium-12 {
    width: 50%;
  }
  .small-margin-collapse > .medium-13 {
    width: 54.16667%;
  }
  .small-margin-collapse > .medium-14 {
    width: 58.33333%;
  }
  .small-margin-collapse > .medium-15 {
    width: 62.5%;
  }
  .small-margin-collapse > .medium-16 {
    width: 66.66667%;
  }
  .small-margin-collapse > .medium-17 {
    width: 70.83333%;
  }
  .small-margin-collapse > .medium-18 {
    width: 75%;
  }
  .small-margin-collapse > .medium-19 {
    width: 79.16667%;
  }
  .small-margin-collapse > .medium-20 {
    width: 83.33333%;
  }
  .small-margin-collapse > .medium-21 {
    width: 87.5%;
  }
  .small-margin-collapse > .medium-22 {
    width: 91.66667%;
  }
  .small-margin-collapse > .medium-23 {
    width: 95.83333%;
  }
  .small-margin-collapse > .medium-24 {
    width: 100%;
  }
}
@media print, screen and (min-width: 64em) {
  .small-margin-collapse > .large-1 {
    width: 4.16667%;
  }
  .small-margin-collapse > .large-2 {
    width: 8.33333%;
  }
  .small-margin-collapse > .large-3 {
    width: 12.5%;
  }
  .small-margin-collapse > .large-4 {
    width: 16.66667%;
  }
  .small-margin-collapse > .large-5 {
    width: 20.83333%;
  }
  .small-margin-collapse > .large-6 {
    width: 25%;
  }
  .small-margin-collapse > .large-7 {
    width: 29.16667%;
  }
  .small-margin-collapse > .large-8 {
    width: 33.33333%;
  }
  .small-margin-collapse > .large-9 {
    width: 37.5%;
  }
  .small-margin-collapse > .large-10 {
    width: 41.66667%;
  }
  .small-margin-collapse > .large-11 {
    width: 45.83333%;
  }
  .small-margin-collapse > .large-12 {
    width: 50%;
  }
  .small-margin-collapse > .large-13 {
    width: 54.16667%;
  }
  .small-margin-collapse > .large-14 {
    width: 58.33333%;
  }
  .small-margin-collapse > .large-15 {
    width: 62.5%;
  }
  .small-margin-collapse > .large-16 {
    width: 66.66667%;
  }
  .small-margin-collapse > .large-17 {
    width: 70.83333%;
  }
  .small-margin-collapse > .large-18 {
    width: 75%;
  }
  .small-margin-collapse > .large-19 {
    width: 79.16667%;
  }
  .small-margin-collapse > .large-20 {
    width: 83.33333%;
  }
  .small-margin-collapse > .large-21 {
    width: 87.5%;
  }
  .small-margin-collapse > .large-22 {
    width: 91.66667%;
  }
  .small-margin-collapse > .large-23 {
    width: 95.83333%;
  }
  .small-margin-collapse > .large-24 {
    width: 100%;
  }
}
@media screen and (min-width: 75em) {
  .small-margin-collapse > .xlarge-1 {
    width: 4.16667%;
  }
  .small-margin-collapse > .xlarge-2 {
    width: 8.33333%;
  }
  .small-margin-collapse > .xlarge-3 {
    width: 12.5%;
  }
  .small-margin-collapse > .xlarge-4 {
    width: 16.66667%;
  }
  .small-margin-collapse > .xlarge-5 {
    width: 20.83333%;
  }
  .small-margin-collapse > .xlarge-6 {
    width: 25%;
  }
  .small-margin-collapse > .xlarge-7 {
    width: 29.16667%;
  }
  .small-margin-collapse > .xlarge-8 {
    width: 33.33333%;
  }
  .small-margin-collapse > .xlarge-9 {
    width: 37.5%;
  }
  .small-margin-collapse > .xlarge-10 {
    width: 41.66667%;
  }
  .small-margin-collapse > .xlarge-11 {
    width: 45.83333%;
  }
  .small-margin-collapse > .xlarge-12 {
    width: 50%;
  }
  .small-margin-collapse > .xlarge-13 {
    width: 54.16667%;
  }
  .small-margin-collapse > .xlarge-14 {
    width: 58.33333%;
  }
  .small-margin-collapse > .xlarge-15 {
    width: 62.5%;
  }
  .small-margin-collapse > .xlarge-16 {
    width: 66.66667%;
  }
  .small-margin-collapse > .xlarge-17 {
    width: 70.83333%;
  }
  .small-margin-collapse > .xlarge-18 {
    width: 75%;
  }
  .small-margin-collapse > .xlarge-19 {
    width: 79.16667%;
  }
  .small-margin-collapse > .xlarge-20 {
    width: 83.33333%;
  }
  .small-margin-collapse > .xlarge-21 {
    width: 87.5%;
  }
  .small-margin-collapse > .xlarge-22 {
    width: 91.66667%;
  }
  .small-margin-collapse > .xlarge-23 {
    width: 95.83333%;
  }
  .small-margin-collapse > .xlarge-24 {
    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: 4.16667%;
  }
  .medium-margin-collapse > .small-2 {
    width: 8.33333%;
  }
  .medium-margin-collapse > .small-3 {
    width: 12.5%;
  }
  .medium-margin-collapse > .small-4 {
    width: 16.66667%;
  }
  .medium-margin-collapse > .small-5 {
    width: 20.83333%;
  }
  .medium-margin-collapse > .small-6 {
    width: 25%;
  }
  .medium-margin-collapse > .small-7 {
    width: 29.16667%;
  }
  .medium-margin-collapse > .small-8 {
    width: 33.33333%;
  }
  .medium-margin-collapse > .small-9 {
    width: 37.5%;
  }
  .medium-margin-collapse > .small-10 {
    width: 41.66667%;
  }
  .medium-margin-collapse > .small-11 {
    width: 45.83333%;
  }
  .medium-margin-collapse > .small-12 {
    width: 50%;
  }
  .medium-margin-collapse > .small-13 {
    width: 54.16667%;
  }
  .medium-margin-collapse > .small-14 {
    width: 58.33333%;
  }
  .medium-margin-collapse > .small-15 {
    width: 62.5%;
  }
  .medium-margin-collapse > .small-16 {
    width: 66.66667%;
  }
  .medium-margin-collapse > .small-17 {
    width: 70.83333%;
  }
  .medium-margin-collapse > .small-18 {
    width: 75%;
  }
  .medium-margin-collapse > .small-19 {
    width: 79.16667%;
  }
  .medium-margin-collapse > .small-20 {
    width: 83.33333%;
  }
  .medium-margin-collapse > .small-21 {
    width: 87.5%;
  }
  .medium-margin-collapse > .small-22 {
    width: 91.66667%;
  }
  .medium-margin-collapse > .small-23 {
    width: 95.83333%;
  }
  .medium-margin-collapse > .small-24 {
    width: 100%;
  }
}
@media print, screen and (min-width: 40em) {
  .medium-margin-collapse > .medium-1 {
    width: 4.16667%;
  }
  .medium-margin-collapse > .medium-2 {
    width: 8.33333%;
  }
  .medium-margin-collapse > .medium-3 {
    width: 12.5%;
  }
  .medium-margin-collapse > .medium-4 {
    width: 16.66667%;
  }
  .medium-margin-collapse > .medium-5 {
    width: 20.83333%;
  }
  .medium-margin-collapse > .medium-6 {
    width: 25%;
  }
  .medium-margin-collapse > .medium-7 {
    width: 29.16667%;
  }
  .medium-margin-collapse > .medium-8 {
    width: 33.33333%;
  }
  .medium-margin-collapse > .medium-9 {
    width: 37.5%;
  }
  .medium-margin-collapse > .medium-10 {
    width: 41.66667%;
  }
  .medium-margin-collapse > .medium-11 {
    width: 45.83333%;
  }
  .medium-margin-collapse > .medium-12 {
    width: 50%;
  }
  .medium-margin-collapse > .medium-13 {
    width: 54.16667%;
  }
  .medium-margin-collapse > .medium-14 {
    width: 58.33333%;
  }
  .medium-margin-collapse > .medium-15 {
    width: 62.5%;
  }
  .medium-margin-collapse > .medium-16 {
    width: 66.66667%;
  }
  .medium-margin-collapse > .medium-17 {
    width: 70.83333%;
  }
  .medium-margin-collapse > .medium-18 {
    width: 75%;
  }
  .medium-margin-collapse > .medium-19 {
    width: 79.16667%;
  }
  .medium-margin-collapse > .medium-20 {
    width: 83.33333%;
  }
  .medium-margin-collapse > .medium-21 {
    width: 87.5%;
  }
  .medium-margin-collapse > .medium-22 {
    width: 91.66667%;
  }
  .medium-margin-collapse > .medium-23 {
    width: 95.83333%;
  }
  .medium-margin-collapse > .medium-24 {
    width: 100%;
  }
}
@media print, screen and (min-width: 64em) {
  .medium-margin-collapse > .large-1 {
    width: 4.16667%;
  }
  .medium-margin-collapse > .large-2 {
    width: 8.33333%;
  }
  .medium-margin-collapse > .large-3 {
    width: 12.5%;
  }
  .medium-margin-collapse > .large-4 {
    width: 16.66667%;
  }
  .medium-margin-collapse > .large-5 {
    width: 20.83333%;
  }
  .medium-margin-collapse > .large-6 {
    width: 25%;
  }
  .medium-margin-collapse > .large-7 {
    width: 29.16667%;
  }
  .medium-margin-collapse > .large-8 {
    width: 33.33333%;
  }
  .medium-margin-collapse > .large-9 {
    width: 37.5%;
  }
  .medium-margin-collapse > .large-10 {
    width: 41.66667%;
  }
  .medium-margin-collapse > .large-11 {
    width: 45.83333%;
  }
  .medium-margin-collapse > .large-12 {
    width: 50%;
  }
  .medium-margin-collapse > .large-13 {
    width: 54.16667%;
  }
  .medium-margin-collapse > .large-14 {
    width: 58.33333%;
  }
  .medium-margin-collapse > .large-15 {
    width: 62.5%;
  }
  .medium-margin-collapse > .large-16 {
    width: 66.66667%;
  }
  .medium-margin-collapse > .large-17 {
    width: 70.83333%;
  }
  .medium-margin-collapse > .large-18 {
    width: 75%;
  }
  .medium-margin-collapse > .large-19 {
    width: 79.16667%;
  }
  .medium-margin-collapse > .large-20 {
    width: 83.33333%;
  }
  .medium-margin-collapse > .large-21 {
    width: 87.5%;
  }
  .medium-margin-collapse > .large-22 {
    width: 91.66667%;
  }
  .medium-margin-collapse > .large-23 {
    width: 95.83333%;
  }
  .medium-margin-collapse > .large-24 {
    width: 100%;
  }
}
@media screen and (min-width: 75em) {
  .medium-margin-collapse > .xlarge-1 {
    width: 4.16667%;
  }
  .medium-margin-collapse > .xlarge-2 {
    width: 8.33333%;
  }
  .medium-margin-collapse > .xlarge-3 {
    width: 12.5%;
  }
  .medium-margin-collapse > .xlarge-4 {
    width: 16.66667%;
  }
  .medium-margin-collapse > .xlarge-5 {
    width: 20.83333%;
  }
  .medium-margin-collapse > .xlarge-6 {
    width: 25%;
  }
  .medium-margin-collapse > .xlarge-7 {
    width: 29.16667%;
  }
  .medium-margin-collapse > .xlarge-8 {
    width: 33.33333%;
  }
  .medium-margin-collapse > .xlarge-9 {
    width: 37.5%;
  }
  .medium-margin-collapse > .xlarge-10 {
    width: 41.66667%;
  }
  .medium-margin-collapse > .xlarge-11 {
    width: 45.83333%;
  }
  .medium-margin-collapse > .xlarge-12 {
    width: 50%;
  }
  .medium-margin-collapse > .xlarge-13 {
    width: 54.16667%;
  }
  .medium-margin-collapse > .xlarge-14 {
    width: 58.33333%;
  }
  .medium-margin-collapse > .xlarge-15 {
    width: 62.5%;
  }
  .medium-margin-collapse > .xlarge-16 {
    width: 66.66667%;
  }
  .medium-margin-collapse > .xlarge-17 {
    width: 70.83333%;
  }
  .medium-margin-collapse > .xlarge-18 {
    width: 75%;
  }
  .medium-margin-collapse > .xlarge-19 {
    width: 79.16667%;
  }
  .medium-margin-collapse > .xlarge-20 {
    width: 83.33333%;
  }
  .medium-margin-collapse > .xlarge-21 {
    width: 87.5%;
  }
  .medium-margin-collapse > .xlarge-22 {
    width: 91.66667%;
  }
  .medium-margin-collapse > .xlarge-23 {
    width: 95.83333%;
  }
  .medium-margin-collapse > .xlarge-24 {
    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: 4.16667%;
  }
  .large-margin-collapse > .small-2 {
    width: 8.33333%;
  }
  .large-margin-collapse > .small-3 {
    width: 12.5%;
  }
  .large-margin-collapse > .small-4 {
    width: 16.66667%;
  }
  .large-margin-collapse > .small-5 {
    width: 20.83333%;
  }
  .large-margin-collapse > .small-6 {
    width: 25%;
  }
  .large-margin-collapse > .small-7 {
    width: 29.16667%;
  }
  .large-margin-collapse > .small-8 {
    width: 33.33333%;
  }
  .large-margin-collapse > .small-9 {
    width: 37.5%;
  }
  .large-margin-collapse > .small-10 {
    width: 41.66667%;
  }
  .large-margin-collapse > .small-11 {
    width: 45.83333%;
  }
  .large-margin-collapse > .small-12 {
    width: 50%;
  }
  .large-margin-collapse > .small-13 {
    width: 54.16667%;
  }
  .large-margin-collapse > .small-14 {
    width: 58.33333%;
  }
  .large-margin-collapse > .small-15 {
    width: 62.5%;
  }
  .large-margin-collapse > .small-16 {
    width: 66.66667%;
  }
  .large-margin-collapse > .small-17 {
    width: 70.83333%;
  }
  .large-margin-collapse > .small-18 {
    width: 75%;
  }
  .large-margin-collapse > .small-19 {
    width: 79.16667%;
  }
  .large-margin-collapse > .small-20 {
    width: 83.33333%;
  }
  .large-margin-collapse > .small-21 {
    width: 87.5%;
  }
  .large-margin-collapse > .small-22 {
    width: 91.66667%;
  }
  .large-margin-collapse > .small-23 {
    width: 95.83333%;
  }
  .large-margin-collapse > .small-24 {
    width: 100%;
  }
}
@media print, screen and (min-width: 64em) {
  .large-margin-collapse > .medium-1 {
    width: 4.16667%;
  }
  .large-margin-collapse > .medium-2 {
    width: 8.33333%;
  }
  .large-margin-collapse > .medium-3 {
    width: 12.5%;
  }
  .large-margin-collapse > .medium-4 {
    width: 16.66667%;
  }
  .large-margin-collapse > .medium-5 {
    width: 20.83333%;
  }
  .large-margin-collapse > .medium-6 {
    width: 25%;
  }
  .large-margin-collapse > .medium-7 {
    width: 29.16667%;
  }
  .large-margin-collapse > .medium-8 {
    width: 33.33333%;
  }
  .large-margin-collapse > .medium-9 {
    width: 37.5%;
  }
  .large-margin-collapse > .medium-10 {
    width: 41.66667%;
  }
  .large-margin-collapse > .medium-11 {
    width: 45.83333%;
  }
  .large-margin-collapse > .medium-12 {
    width: 50%;
  }
  .large-margin-collapse > .medium-13 {
    width: 54.16667%;
  }
  .large-margin-collapse > .medium-14 {
    width: 58.33333%;
  }
  .large-margin-collapse > .medium-15 {
    width: 62.5%;
  }
  .large-margin-collapse > .medium-16 {
    width: 66.66667%;
  }
  .large-margin-collapse > .medium-17 {
    width: 70.83333%;
  }
  .large-margin-collapse > .medium-18 {
    width: 75%;
  }
  .large-margin-collapse > .medium-19 {
    width: 79.16667%;
  }
  .large-margin-collapse > .medium-20 {
    width: 83.33333%;
  }
  .large-margin-collapse > .medium-21 {
    width: 87.5%;
  }
  .large-margin-collapse > .medium-22 {
    width: 91.66667%;
  }
  .large-margin-collapse > .medium-23 {
    width: 95.83333%;
  }
  .large-margin-collapse > .medium-24 {
    width: 100%;
  }
}
@media print, screen and (min-width: 64em) {
  .large-margin-collapse > .large-1 {
    width: 4.16667%;
  }
  .large-margin-collapse > .large-2 {
    width: 8.33333%;
  }
  .large-margin-collapse > .large-3 {
    width: 12.5%;
  }
  .large-margin-collapse > .large-4 {
    width: 16.66667%;
  }
  .large-margin-collapse > .large-5 {
    width: 20.83333%;
  }
  .large-margin-collapse > .large-6 {
    width: 25%;
  }
  .large-margin-collapse > .large-7 {
    width: 29.16667%;
  }
  .large-margin-collapse > .large-8 {
    width: 33.33333%;
  }
  .large-margin-collapse > .large-9 {
    width: 37.5%;
  }
  .large-margin-collapse > .large-10 {
    width: 41.66667%;
  }
  .large-margin-collapse > .large-11 {
    width: 45.83333%;
  }
  .large-margin-collapse > .large-12 {
    width: 50%;
  }
  .large-margin-collapse > .large-13 {
    width: 54.16667%;
  }
  .large-margin-collapse > .large-14 {
    width: 58.33333%;
  }
  .large-margin-collapse > .large-15 {
    width: 62.5%;
  }
  .large-margin-collapse > .large-16 {
    width: 66.66667%;
  }
  .large-margin-collapse > .large-17 {
    width: 70.83333%;
  }
  .large-margin-collapse > .large-18 {
    width: 75%;
  }
  .large-margin-collapse > .large-19 {
    width: 79.16667%;
  }
  .large-margin-collapse > .large-20 {
    width: 83.33333%;
  }
  .large-margin-collapse > .large-21 {
    width: 87.5%;
  }
  .large-margin-collapse > .large-22 {
    width: 91.66667%;
  }
  .large-margin-collapse > .large-23 {
    width: 95.83333%;
  }
  .large-margin-collapse > .large-24 {
    width: 100%;
  }
}
@media screen and (min-width: 75em) {
  .large-margin-collapse > .xlarge-1 {
    width: 4.16667%;
  }
  .large-margin-collapse > .xlarge-2 {
    width: 8.33333%;
  }
  .large-margin-collapse > .xlarge-3 {
    width: 12.5%;
  }
  .large-margin-collapse > .xlarge-4 {
    width: 16.66667%;
  }
  .large-margin-collapse > .xlarge-5 {
    width: 20.83333%;
  }
  .large-margin-collapse > .xlarge-6 {
    width: 25%;
  }
  .large-margin-collapse > .xlarge-7 {
    width: 29.16667%;
  }
  .large-margin-collapse > .xlarge-8 {
    width: 33.33333%;
  }
  .large-margin-collapse > .xlarge-9 {
    width: 37.5%;
  }
  .large-margin-collapse > .xlarge-10 {
    width: 41.66667%;
  }
  .large-margin-collapse > .xlarge-11 {
    width: 45.83333%;
  }
  .large-margin-collapse > .xlarge-12 {
    width: 50%;
  }
  .large-margin-collapse > .xlarge-13 {
    width: 54.16667%;
  }
  .large-margin-collapse > .xlarge-14 {
    width: 58.33333%;
  }
  .large-margin-collapse > .xlarge-15 {
    width: 62.5%;
  }
  .large-margin-collapse > .xlarge-16 {
    width: 66.66667%;
  }
  .large-margin-collapse > .xlarge-17 {
    width: 70.83333%;
  }
  .large-margin-collapse > .xlarge-18 {
    width: 75%;
  }
  .large-margin-collapse > .xlarge-19 {
    width: 79.16667%;
  }
  .large-margin-collapse > .xlarge-20 {
    width: 83.33333%;
  }
  .large-margin-collapse > .xlarge-21 {
    width: 87.5%;
  }
  .large-margin-collapse > .xlarge-22 {
    width: 91.66667%;
  }
  .large-margin-collapse > .xlarge-23 {
    width: 95.83333%;
  }
  .large-margin-collapse > .xlarge-24 {
    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: 4.16667%;
  }
  .xlarge-margin-collapse > .small-2 {
    width: 8.33333%;
  }
  .xlarge-margin-collapse > .small-3 {
    width: 12.5%;
  }
  .xlarge-margin-collapse > .small-4 {
    width: 16.66667%;
  }
  .xlarge-margin-collapse > .small-5 {
    width: 20.83333%;
  }
  .xlarge-margin-collapse > .small-6 {
    width: 25%;
  }
  .xlarge-margin-collapse > .small-7 {
    width: 29.16667%;
  }
  .xlarge-margin-collapse > .small-8 {
    width: 33.33333%;
  }
  .xlarge-margin-collapse > .small-9 {
    width: 37.5%;
  }
  .xlarge-margin-collapse > .small-10 {
    width: 41.66667%;
  }
  .xlarge-margin-collapse > .small-11 {
    width: 45.83333%;
  }
  .xlarge-margin-collapse > .small-12 {
    width: 50%;
  }
  .xlarge-margin-collapse > .small-13 {
    width: 54.16667%;
  }
  .xlarge-margin-collapse > .small-14 {
    width: 58.33333%;
  }
  .xlarge-margin-collapse > .small-15 {
    width: 62.5%;
  }
  .xlarge-margin-collapse > .small-16 {
    width: 66.66667%;
  }
  .xlarge-margin-collapse > .small-17 {
    width: 70.83333%;
  }
  .xlarge-margin-collapse > .small-18 {
    width: 75%;
  }
  .xlarge-margin-collapse > .small-19 {
    width: 79.16667%;
  }
  .xlarge-margin-collapse > .small-20 {
    width: 83.33333%;
  }
  .xlarge-margin-collapse > .small-21 {
    width: 87.5%;
  }
  .xlarge-margin-collapse > .small-22 {
    width: 91.66667%;
  }
  .xlarge-margin-collapse > .small-23 {
    width: 95.83333%;
  }
  .xlarge-margin-collapse > .small-24 {
    width: 100%;
  }
}
@media screen and (min-width: 75em) {
  .xlarge-margin-collapse > .medium-1 {
    width: 4.16667%;
  }
  .xlarge-margin-collapse > .medium-2 {
    width: 8.33333%;
  }
  .xlarge-margin-collapse > .medium-3 {
    width: 12.5%;
  }
  .xlarge-margin-collapse > .medium-4 {
    width: 16.66667%;
  }
  .xlarge-margin-collapse > .medium-5 {
    width: 20.83333%;
  }
  .xlarge-margin-collapse > .medium-6 {
    width: 25%;
  }
  .xlarge-margin-collapse > .medium-7 {
    width: 29.16667%;
  }
  .xlarge-margin-collapse > .medium-8 {
    width: 33.33333%;
  }
  .xlarge-margin-collapse > .medium-9 {
    width: 37.5%;
  }
  .xlarge-margin-collapse > .medium-10 {
    width: 41.66667%;
  }
  .xlarge-margin-collapse > .medium-11 {
    width: 45.83333%;
  }
  .xlarge-margin-collapse > .medium-12 {
    width: 50%;
  }
  .xlarge-margin-collapse > .medium-13 {
    width: 54.16667%;
  }
  .xlarge-margin-collapse > .medium-14 {
    width: 58.33333%;
  }
  .xlarge-margin-collapse > .medium-15 {
    width: 62.5%;
  }
  .xlarge-margin-collapse > .medium-16 {
    width: 66.66667%;
  }
  .xlarge-margin-collapse > .medium-17 {
    width: 70.83333%;
  }
  .xlarge-margin-collapse > .medium-18 {
    width: 75%;
  }
  .xlarge-margin-collapse > .medium-19 {
    width: 79.16667%;
  }
  .xlarge-margin-collapse > .medium-20 {
    width: 83.33333%;
  }
  .xlarge-margin-collapse > .medium-21 {
    width: 87.5%;
  }
  .xlarge-margin-collapse > .medium-22 {
    width: 91.66667%;
  }
  .xlarge-margin-collapse > .medium-23 {
    width: 95.83333%;
  }
  .xlarge-margin-collapse > .medium-24 {
    width: 100%;
  }
}
@media screen and (min-width: 75em) {
  .xlarge-margin-collapse > .large-1 {
    width: 4.16667%;
  }
  .xlarge-margin-collapse > .large-2 {
    width: 8.33333%;
  }
  .xlarge-margin-collapse > .large-3 {
    width: 12.5%;
  }
  .xlarge-margin-collapse > .large-4 {
    width: 16.66667%;
  }
  .xlarge-margin-collapse > .large-5 {
    width: 20.83333%;
  }
  .xlarge-margin-collapse > .large-6 {
    width: 25%;
  }
  .xlarge-margin-collapse > .large-7 {
    width: 29.16667%;
  }
  .xlarge-margin-collapse > .large-8 {
    width: 33.33333%;
  }
  .xlarge-margin-collapse > .large-9 {
    width: 37.5%;
  }
  .xlarge-margin-collapse > .large-10 {
    width: 41.66667%;
  }
  .xlarge-margin-collapse > .large-11 {
    width: 45.83333%;
  }
  .xlarge-margin-collapse > .large-12 {
    width: 50%;
  }
  .xlarge-margin-collapse > .large-13 {
    width: 54.16667%;
  }
  .xlarge-margin-collapse > .large-14 {
    width: 58.33333%;
  }
  .xlarge-margin-collapse > .large-15 {
    width: 62.5%;
  }
  .xlarge-margin-collapse > .large-16 {
    width: 66.66667%;
  }
  .xlarge-margin-collapse > .large-17 {
    width: 70.83333%;
  }
  .xlarge-margin-collapse > .large-18 {
    width: 75%;
  }
  .xlarge-margin-collapse > .large-19 {
    width: 79.16667%;
  }
  .xlarge-margin-collapse > .large-20 {
    width: 83.33333%;
  }
  .xlarge-margin-collapse > .large-21 {
    width: 87.5%;
  }
  .xlarge-margin-collapse > .large-22 {
    width: 91.66667%;
  }
  .xlarge-margin-collapse > .large-23 {
    width: 95.83333%;
  }
  .xlarge-margin-collapse > .large-24 {
    width: 100%;
  }
}
@media screen and (min-width: 75em) {
  .xlarge-margin-collapse > .xlarge-1 {
    width: 4.16667%;
  }
  .xlarge-margin-collapse > .xlarge-2 {
    width: 8.33333%;
  }
  .xlarge-margin-collapse > .xlarge-3 {
    width: 12.5%;
  }
  .xlarge-margin-collapse > .xlarge-4 {
    width: 16.66667%;
  }
  .xlarge-margin-collapse > .xlarge-5 {
    width: 20.83333%;
  }
  .xlarge-margin-collapse > .xlarge-6 {
    width: 25%;
  }
  .xlarge-margin-collapse > .xlarge-7 {
    width: 29.16667%;
  }
  .xlarge-margin-collapse > .xlarge-8 {
    width: 33.33333%;
  }
  .xlarge-margin-collapse > .xlarge-9 {
    width: 37.5%;
  }
  .xlarge-margin-collapse > .xlarge-10 {
    width: 41.66667%;
  }
  .xlarge-margin-collapse > .xlarge-11 {
    width: 45.83333%;
  }
  .xlarge-margin-collapse > .xlarge-12 {
    width: 50%;
  }
  .xlarge-margin-collapse > .xlarge-13 {
    width: 54.16667%;
  }
  .xlarge-margin-collapse > .xlarge-14 {
    width: 58.33333%;
  }
  .xlarge-margin-collapse > .xlarge-15 {
    width: 62.5%;
  }
  .xlarge-margin-collapse > .xlarge-16 {
    width: 66.66667%;
  }
  .xlarge-margin-collapse > .xlarge-17 {
    width: 70.83333%;
  }
  .xlarge-margin-collapse > .xlarge-18 {
    width: 75%;
  }
  .xlarge-margin-collapse > .xlarge-19 {
    width: 79.16667%;
  }
  .xlarge-margin-collapse > .xlarge-20 {
    width: 83.33333%;
  }
  .xlarge-margin-collapse > .xlarge-21 {
    width: 87.5%;
  }
  .xlarge-margin-collapse > .xlarge-22 {
    width: 91.66667%;
  }
  .xlarge-margin-collapse > .xlarge-23 {
    width: 95.83333%;
  }
  .xlarge-margin-collapse > .xlarge-24 {
    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;
  }
}
.small-offset-0 {
  margin-left: 0;
}
.grid-margin-x > .small-offset-0 {
  margin-left: calc(0% + 0.125rem);
}
.small-offset-1 {
  margin-left: 4.16667%;
}
.grid-margin-x > .small-offset-1 {
  margin-left: calc(4.16667% + 0.125rem);
}
.small-offset-2 {
  margin-left: 8.33333%;
}
.grid-margin-x > .small-offset-2 {
  margin-left: calc(8.33333% + 0.125rem);
}
.small-offset-3 {
  margin-left: 12.5%;
}
.grid-margin-x > .small-offset-3 {
  margin-left: calc(12.5% + 0.125rem);
}
.small-offset-4 {
  margin-left: 16.66667%;
}
.grid-margin-x > .small-offset-4 {
  margin-left: calc(16.66667% + 0.125rem);
}
.small-offset-5 {
  margin-left: 20.83333%;
}
.grid-margin-x > .small-offset-5 {
  margin-left: calc(20.83333% + 0.125rem);
}
.small-offset-6 {
  margin-left: 25%;
}
.grid-margin-x > .small-offset-6 {
  margin-left: calc(25% + 0.125rem);
}
.small-offset-7 {
  margin-left: 29.16667%;
}
.grid-margin-x > .small-offset-7 {
  margin-left: calc(29.16667% + 0.125rem);
}
.small-offset-8 {
  margin-left: 33.33333%;
}
.grid-margin-x > .small-offset-8 {
  margin-left: calc(33.33333% + 0.125rem);
}
.small-offset-9 {
  margin-left: 37.5%;
}
.grid-margin-x > .small-offset-9 {
  margin-left: calc(37.5% + 0.125rem);
}
.small-offset-10 {
  margin-left: 41.66667%;
}
.grid-margin-x > .small-offset-10 {
  margin-left: calc(41.66667% + 0.125rem);
}
.small-offset-11 {
  margin-left: 45.83333%;
}
.grid-margin-x > .small-offset-11 {
  margin-left: calc(45.83333% + 0.125rem);
}
.small-offset-12 {
  margin-left: 50%;
}
.grid-margin-x > .small-offset-12 {
  margin-left: calc(50% + 0.125rem);
}
.small-offset-13 {
  margin-left: 54.16667%;
}
.grid-margin-x > .small-offset-13 {
  margin-left: calc(54.16667% + 0.125rem);
}
.small-offset-14 {
  margin-left: 58.33333%;
}
.grid-margin-x > .small-offset-14 {
  margin-left: calc(58.33333% + 0.125rem);
}
.small-offset-15 {
  margin-left: 62.5%;
}
.grid-margin-x > .small-offset-15 {
  margin-left: calc(62.5% + 0.125rem);
}
.small-offset-16 {
  margin-left: 66.66667%;
}
.grid-margin-x > .small-offset-16 {
  margin-left: calc(66.66667% + 0.125rem);
}
.small-offset-17 {
  margin-left: 70.83333%;
}
.grid-margin-x > .small-offset-17 {
  margin-left: calc(70.83333% + 0.125rem);
}
.small-offset-18 {
  margin-left: 75%;
}
.grid-margin-x > .small-offset-18 {
  margin-left: calc(75% + 0.125rem);
}
.small-offset-19 {
  margin-left: 79.16667%;
}
.grid-margin-x > .small-offset-19 {
  margin-left: calc(79.16667% + 0.125rem);
}
.small-offset-20 {
  margin-left: 83.33333%;
}
.grid-margin-x > .small-offset-20 {
  margin-left: calc(83.33333% + 0.125rem);
}
.small-offset-21 {
  margin-left: 87.5%;
}
.grid-margin-x > .small-offset-21 {
  margin-left: calc(87.5% + 0.125rem);
}
.small-offset-22 {
  margin-left: 91.66667%;
}
.grid-margin-x > .small-offset-22 {
  margin-left: calc(91.66667% + 0.125rem);
}
.small-offset-23 {
  margin-left: 95.83333%;
}
.grid-margin-x > .small-offset-23 {
  margin-left: calc(95.83333% + 0.125rem);
}
@media print, screen and (min-width: 40em) {
  .medium-offset-0 {
    margin-left: 0;
  }
  .grid-margin-x > .medium-offset-0 {
    margin-left: calc(0% + 0.625rem);
  }
  .medium-offset-1 {
    margin-left: 4.16667%;
  }
  .grid-margin-x > .medium-offset-1 {
    margin-left: calc(4.16667% + 0.625rem);
  }
  .medium-offset-2 {
    margin-left: 8.33333%;
  }
  .grid-margin-x > .medium-offset-2 {
    margin-left: calc(8.33333% + 0.625rem);
  }
  .medium-offset-3 {
    margin-left: 12.5%;
  }
  .grid-margin-x > .medium-offset-3 {
    margin-left: calc(12.5% + 0.625rem);
  }
  .medium-offset-4 {
    margin-left: 16.66667%;
  }
  .grid-margin-x > .medium-offset-4 {
    margin-left: calc(16.66667% + 0.625rem);
  }
  .medium-offset-5 {
    margin-left: 20.83333%;
  }
  .grid-margin-x > .medium-offset-5 {
    margin-left: calc(20.83333% + 0.625rem);
  }
  .medium-offset-6 {
    margin-left: 25%;
  }
  .grid-margin-x > .medium-offset-6 {
    margin-left: calc(25% + 0.625rem);
  }
  .medium-offset-7 {
    margin-left: 29.16667%;
  }
  .grid-margin-x > .medium-offset-7 {
    margin-left: calc(29.16667% + 0.625rem);
  }
  .medium-offset-8 {
    margin-left: 33.33333%;
  }
  .grid-margin-x > .medium-offset-8 {
    margin-left: calc(33.33333% + 0.625rem);
  }
  .medium-offset-9 {
    margin-left: 37.5%;
  }
  .grid-margin-x > .medium-offset-9 {
    margin-left: calc(37.5% + 0.625rem);
  }
  .medium-offset-10 {
    margin-left: 41.66667%;
  }
  .grid-margin-x > .medium-offset-10 {
    margin-left: calc(41.66667% + 0.625rem);
  }
  .medium-offset-11 {
    margin-left: 45.83333%;
  }
  .grid-margin-x > .medium-offset-11 {
    margin-left: calc(45.83333% + 0.625rem);
  }
  .medium-offset-12 {
    margin-left: 50%;
  }
  .grid-margin-x > .medium-offset-12 {
    margin-left: calc(50% + 0.625rem);
  }
  .medium-offset-13 {
    margin-left: 54.16667%;
  }
  .grid-margin-x > .medium-offset-13 {
    margin-left: calc(54.16667% + 0.625rem);
  }
  .medium-offset-14 {
    margin-left: 58.33333%;
  }
  .grid-margin-x > .medium-offset-14 {
    margin-left: calc(58.33333% + 0.625rem);
  }
  .medium-offset-15 {
    margin-left: 62.5%;
  }
  .grid-margin-x > .medium-offset-15 {
    margin-left: calc(62.5% + 0.625rem);
  }
  .medium-offset-16 {
    margin-left: 66.66667%;
  }
  .grid-margin-x > .medium-offset-16 {
    margin-left: calc(66.66667% + 0.625rem);
  }
  .medium-offset-17 {
    margin-left: 70.83333%;
  }
  .grid-margin-x > .medium-offset-17 {
    margin-left: calc(70.83333% + 0.625rem);
  }
  .medium-offset-18 {
    margin-left: 75%;
  }
  .grid-margin-x > .medium-offset-18 {
    margin-left: calc(75% + 0.625rem);
  }
  .medium-offset-19 {
    margin-left: 79.16667%;
  }
  .grid-margin-x > .medium-offset-19 {
    margin-left: calc(79.16667% + 0.625rem);
  }
  .medium-offset-20 {
    margin-left: 83.33333%;
  }
  .grid-margin-x > .medium-offset-20 {
    margin-left: calc(83.33333% + 0.625rem);
  }
  .medium-offset-21 {
    margin-left: 87.5%;
  }
  .grid-margin-x > .medium-offset-21 {
    margin-left: calc(87.5% + 0.625rem);
  }
  .medium-offset-22 {
    margin-left: 91.66667%;
  }
  .grid-margin-x > .medium-offset-22 {
    margin-left: calc(91.66667% + 0.625rem);
  }
  .medium-offset-23 {
    margin-left: 95.83333%;
  }
  .grid-margin-x > .medium-offset-23 {
    margin-left: calc(95.83333% + 0.625rem);
  }
}
@media print, screen and (min-width: 64em) {
  .large-offset-0 {
    margin-left: 0;
  }
  .grid-margin-x > .large-offset-0 {
    margin-left: calc(0% + 0.625rem);
  }
  .large-offset-1 {
    margin-left: 4.16667%;
  }
  .grid-margin-x > .large-offset-1 {
    margin-left: calc(4.16667% + 0.625rem);
  }
  .large-offset-2 {
    margin-left: 8.33333%;
  }
  .grid-margin-x > .large-offset-2 {
    margin-left: calc(8.33333% + 0.625rem);
  }
  .large-offset-3 {
    margin-left: 12.5%;
  }
  .grid-margin-x > .large-offset-3 {
    margin-left: calc(12.5% + 0.625rem);
  }
  .large-offset-4 {
    margin-left: 16.66667%;
  }
  .grid-margin-x > .large-offset-4 {
    margin-left: calc(16.66667% + 0.625rem);
  }
  .large-offset-5 {
    margin-left: 20.83333%;
  }
  .grid-margin-x > .large-offset-5 {
    margin-left: calc(20.83333% + 0.625rem);
  }
  .large-offset-6 {
    margin-left: 25%;
  }
  .grid-margin-x > .large-offset-6 {
    margin-left: calc(25% + 0.625rem);
  }
  .large-offset-7 {
    margin-left: 29.16667%;
  }
  .grid-margin-x > .large-offset-7 {
    margin-left: calc(29.16667% + 0.625rem);
  }
  .large-offset-8 {
    margin-left: 33.33333%;
  }
  .grid-margin-x > .large-offset-8 {
    margin-left: calc(33.33333% + 0.625rem);
  }
  .large-offset-9 {
    margin-left: 37.5%;
  }
  .grid-margin-x > .large-offset-9 {
    margin-left: calc(37.5% + 0.625rem);
  }
  .large-offset-10 {
    margin-left: 41.66667%;
  }
  .grid-margin-x > .large-offset-10 {
    margin-left: calc(41.66667% + 0.625rem);
  }
  .large-offset-11 {
    margin-left: 45.83333%;
  }
  .grid-margin-x > .large-offset-11 {
    margin-left: calc(45.83333% + 0.625rem);
  }
  .large-offset-12 {
    margin-left: 50%;
  }
  .grid-margin-x > .large-offset-12 {
    margin-left: calc(50% + 0.625rem);
  }
  .large-offset-13 {
    margin-left: 54.16667%;
  }
  .grid-margin-x > .large-offset-13 {
    margin-left: calc(54.16667% + 0.625rem);
  }
  .large-offset-14 {
    margin-left: 58.33333%;
  }
  .grid-margin-x > .large-offset-14 {
    margin-left: calc(58.33333% + 0.625rem);
  }
  .large-offset-15 {
    margin-left: 62.5%;
  }
  .grid-margin-x > .large-offset-15 {
    margin-left: calc(62.5% + 0.625rem);
  }
  .large-offset-16 {
    margin-left: 66.66667%;
  }
  .grid-margin-x > .large-offset-16 {
    margin-left: calc(66.66667% + 0.625rem);
  }
  .large-offset-17 {
    margin-left: 70.83333%;
  }
  .grid-margin-x > .large-offset-17 {
    margin-left: calc(70.83333% + 0.625rem);
  }
  .large-offset-18 {
    margin-left: 75%;
  }
  .grid-margin-x > .large-offset-18 {
    margin-left: calc(75% + 0.625rem);
  }
  .large-offset-19 {
    margin-left: 79.16667%;
  }
  .grid-margin-x > .large-offset-19 {
    margin-left: calc(79.16667% + 0.625rem);
  }
  .large-offset-20 {
    margin-left: 83.33333%;
  }
  .grid-margin-x > .large-offset-20 {
    margin-left: calc(83.33333% + 0.625rem);
  }
  .large-offset-21 {
    margin-left: 87.5%;
  }
  .grid-margin-x > .large-offset-21 {
    margin-left: calc(87.5% + 0.625rem);
  }
  .large-offset-22 {
    margin-left: 91.66667%;
  }
  .grid-margin-x > .large-offset-22 {
    margin-left: calc(91.66667% + 0.625rem);
  }
  .large-offset-23 {
    margin-left: 95.83333%;
  }
  .grid-margin-x > .large-offset-23 {
    margin-left: calc(95.83333% + 0.625rem);
  }
}
@media screen and (min-width: 75em) {
  .xlarge-offset-0 {
    margin-left: 0;
  }
  .grid-margin-x > .xlarge-offset-0 {
    margin-left: calc(0% + 0.625rem);
  }
  .xlarge-offset-1 {
    margin-left: 4.16667%;
  }
  .grid-margin-x > .xlarge-offset-1 {
    margin-left: calc(4.16667% + 0.625rem);
  }
  .xlarge-offset-2 {
    margin-left: 8.33333%;
  }
  .grid-margin-x > .xlarge-offset-2 {
    margin-left: calc(8.33333% + 0.625rem);
  }
  .xlarge-offset-3 {
    margin-left: 12.5%;
  }
  .grid-margin-x > .xlarge-offset-3 {
    margin-left: calc(12.5% + 0.625rem);
  }
  .xlarge-offset-4 {
    margin-left: 16.66667%;
  }
  .grid-margin-x > .xlarge-offset-4 {
    margin-left: calc(16.66667% + 0.625rem);
  }
  .xlarge-offset-5 {
    margin-left: 20.83333%;
  }
  .grid-margin-x > .xlarge-offset-5 {
    margin-left: calc(20.83333% + 0.625rem);
  }
  .xlarge-offset-6 {
    margin-left: 25%;
  }
  .grid-margin-x > .xlarge-offset-6 {
    margin-left: calc(25% + 0.625rem);
  }
  .xlarge-offset-7 {
    margin-left: 29.16667%;
  }
  .grid-margin-x > .xlarge-offset-7 {
    margin-left: calc(29.16667% + 0.625rem);
  }
  .xlarge-offset-8 {
    margin-left: 33.33333%;
  }
  .grid-margin-x > .xlarge-offset-8 {
    margin-left: calc(33.33333% + 0.625rem);
  }
  .xlarge-offset-9 {
    margin-left: 37.5%;
  }
  .grid-margin-x > .xlarge-offset-9 {
    margin-left: calc(37.5% + 0.625rem);
  }
  .xlarge-offset-10 {
    margin-left: 41.66667%;
  }
  .grid-margin-x > .xlarge-offset-10 {
    margin-left: calc(41.66667% + 0.625rem);
  }
  .xlarge-offset-11 {
    margin-left: 45.83333%;
  }
  .grid-margin-x > .xlarge-offset-11 {
    margin-left: calc(45.83333% + 0.625rem);
  }
  .xlarge-offset-12 {
    margin-left: 50%;
  }
  .grid-margin-x > .xlarge-offset-12 {
    margin-left: calc(50% + 0.625rem);
  }
  .xlarge-offset-13 {
    margin-left: 54.16667%;
  }
  .grid-margin-x > .xlarge-offset-13 {
    margin-left: calc(54.16667% + 0.625rem);
  }
  .xlarge-offset-14 {
    margin-left: 58.33333%;
  }
  .grid-margin-x > .xlarge-offset-14 {
    margin-left: calc(58.33333% + 0.625rem);
  }
  .xlarge-offset-15 {
    margin-left: 62.5%;
  }
  .grid-margin-x > .xlarge-offset-15 {
    margin-left: calc(62.5% + 0.625rem);
  }
  .xlarge-offset-16 {
    margin-left: 66.66667%;
  }
  .grid-margin-x > .xlarge-offset-16 {
    margin-left: calc(66.66667% + 0.625rem);
  }
  .xlarge-offset-17 {
    margin-left: 70.83333%;
  }
  .grid-margin-x > .xlarge-offset-17 {
    margin-left: calc(70.83333% + 0.625rem);
  }
  .xlarge-offset-18 {
    margin-left: 75%;
  }
  .grid-margin-x > .xlarge-offset-18 {
    margin-left: calc(75% + 0.625rem);
  }
  .xlarge-offset-19 {
    margin-left: 79.16667%;
  }
  .grid-margin-x > .xlarge-offset-19 {
    margin-left: calc(79.16667% + 0.625rem);
  }
  .xlarge-offset-20 {
    margin-left: 83.33333%;
  }
  .grid-margin-x > .xlarge-offset-20 {
    margin-left: calc(83.33333% + 0.625rem);
  }
  .xlarge-offset-21 {
    margin-left: 87.5%;
  }
  .grid-margin-x > .xlarge-offset-21 {
    margin-left: calc(87.5% + 0.625rem);
  }
  .xlarge-offset-22 {
    margin-left: 91.66667%;
  }
  .grid-margin-x > .xlarge-offset-22 {
    margin-left: calc(91.66667% + 0.625rem);
  }
  .xlarge-offset-23 {
    margin-left: 95.83333%;
  }
  .grid-margin-x > .xlarge-offset-23 {
    margin-left: calc(95.83333% + 0.625rem);
  }
}
.grid-y {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: column nowrap;
  -ms-flex-flow: column nowrap;
  flex-flow: column nowrap;
}
.grid-y > .cell {
  width: auto;
}
.grid-y > .auto {
  height: auto;
}
.grid-y > .shrink {
  height: auto;
}
.grid-y > .small-1,
.grid-y > .small-10,
.grid-y > .small-11,
.grid-y > .small-12,
.grid-y > .small-13,
.grid-y > .small-14,
.grid-y > .small-15,
.grid-y > .small-16,
.grid-y > .small-17,
.grid-y > .small-18,
.grid-y > .small-19,
.grid-y > .small-2,
.grid-y > .small-20,
.grid-y > .small-21,
.grid-y > .small-22,
.grid-y > .small-23,
.grid-y > .small-24,
.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-full,
.grid-y > .small-shrink {
  -webkit-flex-basis: auto;
  -ms-flex-preferred-size: auto;
  flex-basis: auto;
}
@media print, screen and (min-width: 40em) {
  .grid-y > .medium-1,
  .grid-y > .medium-10,
  .grid-y > .medium-11,
  .grid-y > .medium-12,
  .grid-y > .medium-13,
  .grid-y > .medium-14,
  .grid-y > .medium-15,
  .grid-y > .medium-16,
  .grid-y > .medium-17,
  .grid-y > .medium-18,
  .grid-y > .medium-19,
  .grid-y > .medium-2,
  .grid-y > .medium-20,
  .grid-y > .medium-21,
  .grid-y > .medium-22,
  .grid-y > .medium-23,
  .grid-y > .medium-24,
  .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-full,
  .grid-y > .medium-shrink {
    -webkit-flex-basis: auto;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
}
@media print, screen and (min-width: 64em) {
  .grid-y > .large-1,
  .grid-y > .large-10,
  .grid-y > .large-11,
  .grid-y > .large-12,
  .grid-y > .large-13,
  .grid-y > .large-14,
  .grid-y > .large-15,
  .grid-y > .large-16,
  .grid-y > .large-17,
  .grid-y > .large-18,
  .grid-y > .large-19,
  .grid-y > .large-2,
  .grid-y > .large-20,
  .grid-y > .large-21,
  .grid-y > .large-22,
  .grid-y > .large-23,
  .grid-y > .large-24,
  .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-full,
  .grid-y > .large-shrink {
    -webkit-flex-basis: auto;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
}
@media screen and (min-width: 75em) {
  .grid-y > .xlarge-1,
  .grid-y > .xlarge-10,
  .grid-y > .xlarge-11,
  .grid-y > .xlarge-12,
  .grid-y > .xlarge-13,
  .grid-y > .xlarge-14,
  .grid-y > .xlarge-15,
  .grid-y > .xlarge-16,
  .grid-y > .xlarge-17,
  .grid-y > .xlarge-18,
  .grid-y > .xlarge-19,
  .grid-y > .xlarge-2,
  .grid-y > .xlarge-20,
  .grid-y > .xlarge-21,
  .grid-y > .xlarge-22,
  .grid-y > .xlarge-23,
  .grid-y > .xlarge-24,
  .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-full,
  .grid-y > .xlarge-shrink {
    -webkit-flex-basis: auto;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
}
.grid-y > .small-1 {
  height: 4.16667%;
}
.grid-y > .small-2 {
  height: 8.33333%;
}
.grid-y > .small-3 {
  height: 12.5%;
}
.grid-y > .small-4 {
  height: 16.66667%;
}
.grid-y > .small-5 {
  height: 20.83333%;
}
.grid-y > .small-6 {
  height: 25%;
}
.grid-y > .small-7 {
  height: 29.16667%;
}
.grid-y > .small-8 {
  height: 33.33333%;
}
.grid-y > .small-9 {
  height: 37.5%;
}
.grid-y > .small-10 {
  height: 41.66667%;
}
.grid-y > .small-11 {
  height: 45.83333%;
}
.grid-y > .small-12 {
  height: 50%;
}
.grid-y > .small-13 {
  height: 54.16667%;
}
.grid-y > .small-14 {
  height: 58.33333%;
}
.grid-y > .small-15 {
  height: 62.5%;
}
.grid-y > .small-16 {
  height: 66.66667%;
}
.grid-y > .small-17 {
  height: 70.83333%;
}
.grid-y > .small-18 {
  height: 75%;
}
.grid-y > .small-19 {
  height: 79.16667%;
}
.grid-y > .small-20 {
  height: 83.33333%;
}
.grid-y > .small-21 {
  height: 87.5%;
}
.grid-y > .small-22 {
  height: 91.66667%;
}
.grid-y > .small-23 {
  height: 95.83333%;
}
.grid-y > .small-24 {
  height: 100%;
}
@media print, screen and (min-width: 40em) {
  .grid-y > .medium-auto {
    -webkit-flex: 1 1 0px;
    -ms-flex: 1 1 0px;
    flex: 1 1 0px;
    height: auto;
  }
  .grid-y > .medium-shrink {
    height: auto;
  }
  .grid-y > .medium-1 {
    height: 4.16667%;
  }
  .grid-y > .medium-2 {
    height: 8.33333%;
  }
  .grid-y > .medium-3 {
    height: 12.5%;
  }
  .grid-y > .medium-4 {
    height: 16.66667%;
  }
  .grid-y > .medium-5 {
    height: 20.83333%;
  }
  .grid-y > .medium-6 {
    height: 25%;
  }
  .grid-y > .medium-7 {
    height: 29.16667%;
  }
  .grid-y > .medium-8 {
    height: 33.33333%;
  }
  .grid-y > .medium-9 {
    height: 37.5%;
  }
  .grid-y > .medium-10 {
    height: 41.66667%;
  }
  .grid-y > .medium-11 {
    height: 45.83333%;
  }
  .grid-y > .medium-12 {
    height: 50%;
  }
  .grid-y > .medium-13 {
    height: 54.16667%;
  }
  .grid-y > .medium-14 {
    height: 58.33333%;
  }
  .grid-y > .medium-15 {
    height: 62.5%;
  }
  .grid-y > .medium-16 {
    height: 66.66667%;
  }
  .grid-y > .medium-17 {
    height: 70.83333%;
  }
  .grid-y > .medium-18 {
    height: 75%;
  }
  .grid-y > .medium-19 {
    height: 79.16667%;
  }
  .grid-y > .medium-20 {
    height: 83.33333%;
  }
  .grid-y > .medium-21 {
    height: 87.5%;
  }
  .grid-y > .medium-22 {
    height: 91.66667%;
  }
  .grid-y > .medium-23 {
    height: 95.83333%;
  }
  .grid-y > .medium-24 {
    height: 100%;
  }
}
@media print, screen and (min-width: 64em) {
  .grid-y > .large-auto {
    -webkit-flex: 1 1 0px;
    -ms-flex: 1 1 0px;
    flex: 1 1 0px;
    height: auto;
  }
  .grid-y > .large-shrink {
    height: auto;
  }
  .grid-y > .large-1 {
    height: 4.16667%;
  }
  .grid-y > .large-2 {
    height: 8.33333%;
  }
  .grid-y > .large-3 {
    height: 12.5%;
  }
  .grid-y > .large-4 {
    height: 16.66667%;
  }
  .grid-y > .large-5 {
    height: 20.83333%;
  }
  .grid-y > .large-6 {
    height: 25%;
  }
  .grid-y > .large-7 {
    height: 29.16667%;
  }
  .grid-y > .large-8 {
    height: 33.33333%;
  }
  .grid-y > .large-9 {
    height: 37.5%;
  }
  .grid-y > .large-10 {
    height: 41.66667%;
  }
  .grid-y > .large-11 {
    height: 45.83333%;
  }
  .grid-y > .large-12 {
    height: 50%;
  }
  .grid-y > .large-13 {
    height: 54.16667%;
  }
  .grid-y > .large-14 {
    height: 58.33333%;
  }
  .grid-y > .large-15 {
    height: 62.5%;
  }
  .grid-y > .large-16 {
    height: 66.66667%;
  }
  .grid-y > .large-17 {
    height: 70.83333%;
  }
  .grid-y > .large-18 {
    height: 75%;
  }
  .grid-y > .large-19 {
    height: 79.16667%;
  }
  .grid-y > .large-20 {
    height: 83.33333%;
  }
  .grid-y > .large-21 {
    height: 87.5%;
  }
  .grid-y > .large-22 {
    height: 91.66667%;
  }
  .grid-y > .large-23 {
    height: 95.83333%;
  }
  .grid-y > .large-24 {
    height: 100%;
  }
}
@media screen and (min-width: 75em) {
  .grid-y > .xlarge-auto {
    -webkit-flex: 1 1 0px;
    -ms-flex: 1 1 0px;
    flex: 1 1 0px;
    height: auto;
  }
  .grid-y > .xlarge-shrink {
    height: auto;
  }
  .grid-y > .xlarge-1 {
    height: 4.16667%;
  }
  .grid-y > .xlarge-2 {
    height: 8.33333%;
  }
  .grid-y > .xlarge-3 {
    height: 12.5%;
  }
  .grid-y > .xlarge-4 {
    height: 16.66667%;
  }
  .grid-y > .xlarge-5 {
    height: 20.83333%;
  }
  .grid-y > .xlarge-6 {
    height: 25%;
  }
  .grid-y > .xlarge-7 {
    height: 29.16667%;
  }
  .grid-y > .xlarge-8 {
    height: 33.33333%;
  }
  .grid-y > .xlarge-9 {
    height: 37.5%;
  }
  .grid-y > .xlarge-10 {
    height: 41.66667%;
  }
  .grid-y > .xlarge-11 {
    height: 45.83333%;
  }
  .grid-y > .xlarge-12 {
    height: 50%;
  }
  .grid-y > .xlarge-13 {
    height: 54.16667%;
  }
  .grid-y > .xlarge-14 {
    height: 58.33333%;
  }
  .grid-y > .xlarge-15 {
    height: 62.5%;
  }
  .grid-y > .xlarge-16 {
    height: 66.66667%;
  }
  .grid-y > .xlarge-17 {
    height: 70.83333%;
  }
  .grid-y > .xlarge-18 {
    height: 75%;
  }
  .grid-y > .xlarge-19 {
    height: 79.16667%;
  }
  .grid-y > .xlarge-20 {
    height: 83.33333%;
  }
  .grid-y > .xlarge-21 {
    height: 87.5%;
  }
  .grid-y > .xlarge-22 {
    height: 91.66667%;
  }
  .grid-y > .xlarge-23 {
    height: 95.83333%;
  }
  .grid-y > .xlarge-24 {
    height: 100%;
  }
}
.grid-padding-y .grid-padding-y {
  margin-top: -0.125rem;
  margin-bottom: -0.125rem;
}
@media print, screen and (min-width: 40em) {
  .grid-padding-y .grid-padding-y {
    margin-top: -0.625rem;
    margin-bottom: -0.625rem;
  }
}
.grid-padding-y > .cell {
  padding-top: 0.125rem;
  padding-bottom: 0.125rem;
}
@media print, screen and (min-width: 40em) {
  .grid-padding-y > .cell {
    padding-top: 0.625rem;
    padding-bottom: 0.625rem;
  }
}
.grid-margin-y {
  margin-top: -0.125rem;
  margin-bottom: -0.125rem;
}
@media print, screen and (min-width: 40em) {
  .grid-margin-y {
    margin-top: -0.625rem;
    margin-bottom: -0.625rem;
  }
}
.grid-margin-y > .cell {
  height: calc(100% - 0.25rem);
  margin-top: 0.125rem;
  margin-bottom: 0.125rem;
}
@media print, screen and (min-width: 40em) {
  .grid-margin-y > .cell {
    height: calc(100% - 1.25rem);
    margin-top: 0.625rem;
    margin-bottom: 0.625rem;
  }
}
.grid-margin-y > .auto {
  height: auto;
}
.grid-margin-y > .shrink {
  height: auto;
}
.grid-margin-y > .small-1 {
  height: calc(4.16667% - 0.25rem);
}
.grid-margin-y > .small-2 {
  height: calc(8.33333% - 0.25rem);
}
.grid-margin-y > .small-3 {
  height: calc(12.5% - 0.25rem);
}
.grid-margin-y > .small-4 {
  height: calc(16.66667% - 0.25rem);
}
.grid-margin-y > .small-5 {
  height: calc(20.83333% - 0.25rem);
}
.grid-margin-y > .small-6 {
  height: calc(25% - 0.25rem);
}
.grid-margin-y > .small-7 {
  height: calc(29.16667% - 0.25rem);
}
.grid-margin-y > .small-8 {
  height: calc(33.33333% - 0.25rem);
}
.grid-margin-y > .small-9 {
  height: calc(37.5% - 0.25rem);
}
.grid-margin-y > .small-10 {
  height: calc(41.66667% - 0.25rem);
}
.grid-margin-y > .small-11 {
  height: calc(45.83333% - 0.25rem);
}
.grid-margin-y > .small-12 {
  height: calc(50% - 0.25rem);
}
.grid-margin-y > .small-13 {
  height: calc(54.16667% - 0.25rem);
}
.grid-margin-y > .small-14 {
  height: calc(58.33333% - 0.25rem);
}
.grid-margin-y > .small-15 {
  height: calc(62.5% - 0.25rem);
}
.grid-margin-y > .small-16 {
  height: calc(66.66667% - 0.25rem);
}
.grid-margin-y > .small-17 {
  height: calc(70.83333% - 0.25rem);
}
.grid-margin-y > .small-18 {
  height: calc(75% - 0.25rem);
}
.grid-margin-y > .small-19 {
  height: calc(79.16667% - 0.25rem);
}
.grid-margin-y > .small-20 {
  height: calc(83.33333% - 0.25rem);
}
.grid-margin-y > .small-21 {
  height: calc(87.5% - 0.25rem);
}
.grid-margin-y > .small-22 {
  height: calc(91.66667% - 0.25rem);
}
.grid-margin-y > .small-23 {
  height: calc(95.83333% - 0.25rem);
}
.grid-margin-y > .small-24 {
  height: calc(100% - 0.25rem);
}
@media print, screen and (min-width: 40em) {
  .grid-margin-y > .auto {
    height: auto;
  }
  .grid-margin-y > .shrink {
    height: auto;
  }
  .grid-margin-y > .small-1 {
    height: calc(4.16667% - 1.25rem);
  }
  .grid-margin-y > .small-2 {
    height: calc(8.33333% - 1.25rem);
  }
  .grid-margin-y > .small-3 {
    height: calc(12.5% - 1.25rem);
  }
  .grid-margin-y > .small-4 {
    height: calc(16.66667% - 1.25rem);
  }
  .grid-margin-y > .small-5 {
    height: calc(20.83333% - 1.25rem);
  }
  .grid-margin-y > .small-6 {
    height: calc(25% - 1.25rem);
  }
  .grid-margin-y > .small-7 {
    height: calc(29.16667% - 1.25rem);
  }
  .grid-margin-y > .small-8 {
    height: calc(33.33333% - 1.25rem);
  }
  .grid-margin-y > .small-9 {
    height: calc(37.5% - 1.25rem);
  }
  .grid-margin-y > .small-10 {
    height: calc(41.66667% - 1.25rem);
  }
  .grid-margin-y > .small-11 {
    height: calc(45.83333% - 1.25rem);
  }
  .grid-margin-y > .small-12 {
    height: calc(50% - 1.25rem);
  }
  .grid-margin-y > .small-13 {
    height: calc(54.16667% - 1.25rem);
  }
  .grid-margin-y > .small-14 {
    height: calc(58.33333% - 1.25rem);
  }
  .grid-margin-y > .small-15 {
    height: calc(62.5% - 1.25rem);
  }
  .grid-margin-y > .small-16 {
    height: calc(66.66667% - 1.25rem);
  }
  .grid-margin-y > .small-17 {
    height: calc(70.83333% - 1.25rem);
  }
  .grid-margin-y > .small-18 {
    height: calc(75% - 1.25rem);
  }
  .grid-margin-y > .small-19 {
    height: calc(79.16667% - 1.25rem);
  }
  .grid-margin-y > .small-20 {
    height: calc(83.33333% - 1.25rem);
  }
  .grid-margin-y > .small-21 {
    height: calc(87.5% - 1.25rem);
  }
  .grid-margin-y > .small-22 {
    height: calc(91.66667% - 1.25rem);
  }
  .grid-margin-y > .small-23 {
    height: calc(95.83333% - 1.25rem);
  }
  .grid-margin-y > .small-24 {
    height: calc(100% - 1.25rem);
  }
  .grid-margin-y > .medium-auto {
    height: auto;
  }
  .grid-margin-y > .medium-shrink {
    height: auto;
  }
  .grid-margin-y > .medium-1 {
    height: calc(4.16667% - 1.25rem);
  }
  .grid-margin-y > .medium-2 {
    height: calc(8.33333% - 1.25rem);
  }
  .grid-margin-y > .medium-3 {
    height: calc(12.5% - 1.25rem);
  }
  .grid-margin-y > .medium-4 {
    height: calc(16.66667% - 1.25rem);
  }
  .grid-margin-y > .medium-5 {
    height: calc(20.83333% - 1.25rem);
  }
  .grid-margin-y > .medium-6 {
    height: calc(25% - 1.25rem);
  }
  .grid-margin-y > .medium-7 {
    height: calc(29.16667% - 1.25rem);
  }
  .grid-margin-y > .medium-8 {
    height: calc(33.33333% - 1.25rem);
  }
  .grid-margin-y > .medium-9 {
    height: calc(37.5% - 1.25rem);
  }
  .grid-margin-y > .medium-10 {
    height: calc(41.66667% - 1.25rem);
  }
  .grid-margin-y > .medium-11 {
    height: calc(45.83333% - 1.25rem);
  }
  .grid-margin-y > .medium-12 {
    height: calc(50% - 1.25rem);
  }
  .grid-margin-y > .medium-13 {
    height: calc(54.16667% - 1.25rem);
  }
  .grid-margin-y > .medium-14 {
    height: calc(58.33333% - 1.25rem);
  }
  .grid-margin-y > .medium-15 {
    height: calc(62.5% - 1.25rem);
  }
  .grid-margin-y > .medium-16 {
    height: calc(66.66667% - 1.25rem);
  }
  .grid-margin-y > .medium-17 {
    height: calc(70.83333% - 1.25rem);
  }
  .grid-margin-y > .medium-18 {
    height: calc(75% - 1.25rem);
  }
  .grid-margin-y > .medium-19 {
    height: calc(79.16667% - 1.25rem);
  }
  .grid-margin-y > .medium-20 {
    height: calc(83.33333% - 1.25rem);
  }
  .grid-margin-y > .medium-21 {
    height: calc(87.5% - 1.25rem);
  }
  .grid-margin-y > .medium-22 {
    height: calc(91.66667% - 1.25rem);
  }
  .grid-margin-y > .medium-23 {
    height: calc(95.83333% - 1.25rem);
  }
  .grid-margin-y > .medium-24 {
    height: calc(100% - 1.25rem);
  }
}
@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(4.16667% - 1.25rem);
  }
  .grid-margin-y > .large-2 {
    height: calc(8.33333% - 1.25rem);
  }
  .grid-margin-y > .large-3 {
    height: calc(12.5% - 1.25rem);
  }
  .grid-margin-y > .large-4 {
    height: calc(16.66667% - 1.25rem);
  }
  .grid-margin-y > .large-5 {
    height: calc(20.83333% - 1.25rem);
  }
  .grid-margin-y > .large-6 {
    height: calc(25% - 1.25rem);
  }
  .grid-margin-y > .large-7 {
    height: calc(29.16667% - 1.25rem);
  }
  .grid-margin-y > .large-8 {
    height: calc(33.33333% - 1.25rem);
  }
  .grid-margin-y > .large-9 {
    height: calc(37.5% - 1.25rem);
  }
  .grid-margin-y > .large-10 {
    height: calc(41.66667% - 1.25rem);
  }
  .grid-margin-y > .large-11 {
    height: calc(45.83333% - 1.25rem);
  }
  .grid-margin-y > .large-12 {
    height: calc(50% - 1.25rem);
  }
  .grid-margin-y > .large-13 {
    height: calc(54.16667% - 1.25rem);
  }
  .grid-margin-y > .large-14 {
    height: calc(58.33333% - 1.25rem);
  }
  .grid-margin-y > .large-15 {
    height: calc(62.5% - 1.25rem);
  }
  .grid-margin-y > .large-16 {
    height: calc(66.66667% - 1.25rem);
  }
  .grid-margin-y > .large-17 {
    height: calc(70.83333% - 1.25rem);
  }
  .grid-margin-y > .large-18 {
    height: calc(75% - 1.25rem);
  }
  .grid-margin-y > .large-19 {
    height: calc(79.16667% - 1.25rem);
  }
  .grid-margin-y > .large-20 {
    height: calc(83.33333% - 1.25rem);
  }
  .grid-margin-y > .large-21 {
    height: calc(87.5% - 1.25rem);
  }
  .grid-margin-y > .large-22 {
    height: calc(91.66667% - 1.25rem);
  }
  .grid-margin-y > .large-23 {
    height: calc(95.83333% - 1.25rem);
  }
  .grid-margin-y > .large-24 {
    height: calc(100% - 1.25rem);
  }
}
@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(4.16667% - 1.25rem);
  }
  .grid-margin-y > .xlarge-2 {
    height: calc(8.33333% - 1.25rem);
  }
  .grid-margin-y > .xlarge-3 {
    height: calc(12.5% - 1.25rem);
  }
  .grid-margin-y > .xlarge-4 {
    height: calc(16.66667% - 1.25rem);
  }
  .grid-margin-y > .xlarge-5 {
    height: calc(20.83333% - 1.25rem);
  }
  .grid-margin-y > .xlarge-6 {
    height: calc(25% - 1.25rem);
  }
  .grid-margin-y > .xlarge-7 {
    height: calc(29.16667% - 1.25rem);
  }
  .grid-margin-y > .xlarge-8 {
    height: calc(33.33333% - 1.25rem);
  }
  .grid-margin-y > .xlarge-9 {
    height: calc(37.5% - 1.25rem);
  }
  .grid-margin-y > .xlarge-10 {
    height: calc(41.66667% - 1.25rem);
  }
  .grid-margin-y > .xlarge-11 {
    height: calc(45.83333% - 1.25rem);
  }
  .grid-margin-y > .xlarge-12 {
    height: calc(50% - 1.25rem);
  }
  .grid-margin-y > .xlarge-13 {
    height: calc(54.16667% - 1.25rem);
  }
  .grid-margin-y > .xlarge-14 {
    height: calc(58.33333% - 1.25rem);
  }
  .grid-margin-y > .xlarge-15 {
    height: calc(62.5% - 1.25rem);
  }
  .grid-margin-y > .xlarge-16 {
    height: calc(66.66667% - 1.25rem);
  }
  .grid-margin-y > .xlarge-17 {
    height: calc(70.83333% - 1.25rem);
  }
  .grid-margin-y > .xlarge-18 {
    height: calc(75% - 1.25rem);
  }
  .grid-margin-y > .xlarge-19 {
    height: calc(79.16667% - 1.25rem);
  }
  .grid-margin-y > .xlarge-20 {
    height: calc(83.33333% - 1.25rem);
  }
  .grid-margin-y > .xlarge-21 {
    height: calc(87.5% - 1.25rem);
  }
  .grid-margin-y > .xlarge-22 {
    height: calc(91.66667% - 1.25rem);
  }
  .grid-margin-y > .xlarge-23 {
    height: calc(95.83333% - 1.25rem);
  }
  .grid-margin-y > .xlarge-24 {
    height: calc(100% - 1.25rem);
  }
}
.grid-frame {
  overflow: hidden;
  position: relative;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  width: 100vw;
}
.cell .grid-frame {
  width: 100%;
}
.cell-block {
  overflow-x: auto;
  max-width: 100%;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-stype: -ms-autohiding-scrollbar;
}
.cell-block-y {
  overflow-y: auto;
  max-height: 100%;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-stype: -ms-autohiding-scrollbar;
}
.cell-block-container {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  max-height: 100%;
}
.cell-block-container > .grid-x {
  max-height: 100%;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
@media print, screen and (min-width: 40em) {
  .medium-grid-frame {
    overflow: hidden;
    position: relative;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    width: 100vw;
  }
  .cell .medium-grid-frame {
    width: 100%;
  }
  .medium-cell-block {
    overflow-x: auto;
    max-width: 100%;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-stype: -ms-autohiding-scrollbar;
  }
  .medium-cell-block-container {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    max-height: 100%;
  }
  .medium-cell-block-container > .grid-x {
    max-height: 100%;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .medium-cell-block-y {
    overflow-y: auto;
    max-height: 100%;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-stype: -ms-autohiding-scrollbar;
  }
}
@media print, screen and (min-width: 64em) {
  .large-grid-frame {
    overflow: hidden;
    position: relative;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    width: 100vw;
  }
  .cell .large-grid-frame {
    width: 100%;
  }
  .large-cell-block {
    overflow-x: auto;
    max-width: 100%;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-stype: -ms-autohiding-scrollbar;
  }
  .large-cell-block-container {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    max-height: 100%;
  }
  .large-cell-block-container > .grid-x {
    max-height: 100%;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .large-cell-block-y {
    overflow-y: auto;
    max-height: 100%;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-stype: -ms-autohiding-scrollbar;
  }
}
@media screen and (min-width: 75em) {
  .xlarge-grid-frame {
    overflow: hidden;
    position: relative;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    width: 100vw;
  }
  .cell .xlarge-grid-frame {
    width: 100%;
  }
  .xlarge-cell-block {
    overflow-x: auto;
    max-width: 100%;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-stype: -ms-autohiding-scrollbar;
  }
  .xlarge-cell-block-container {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    max-height: 100%;
  }
  .xlarge-cell-block-container > .grid-x {
    max-height: 100%;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .xlarge-cell-block-y {
    overflow-y: auto;
    max-height: 100%;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-stype: -ms-autohiding-scrollbar;
  }
}
.grid-y.grid-frame {
  width: auto;
  overflow: hidden;
  position: relative;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  height: 100vh;
}
@media print, screen and (min-width: 40em) {
  .grid-y.medium-grid-frame {
    width: auto;
    overflow: hidden;
    position: relative;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    height: 100vh;
  }
}
@media print, screen and (min-width: 64em) {
  .grid-y.large-grid-frame {
    width: auto;
    overflow: hidden;
    position: relative;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    height: 100vh;
  }
}
@media screen and (min-width: 75em) {
  .grid-y.xlarge-grid-frame {
    width: auto;
    overflow: hidden;
    position: relative;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    height: 100vh;
  }
}
.cell .grid-y.grid-frame {
  height: 100%;
}
@media print, screen and (min-width: 40em) {
  .cell .grid-y.medium-grid-frame {
    height: 100%;
  }
}
@media print, screen and (min-width: 64em) {
  .cell .grid-y.large-grid-frame {
    height: 100%;
  }
}
@media screen and (min-width: 75em) {
  .cell .grid-y.xlarge-grid-frame {
    height: 100%;
  }
}
.grid-margin-y {
  margin-top: -0.125rem;
  margin-bottom: -0.125rem;
}
@media print, screen and (min-width: 40em) {
  .grid-margin-y {
    margin-top: -0.625rem;
    margin-bottom: -0.625rem;
  }
}
.grid-margin-y > .cell {
  height: calc(100% - 0.25rem);
  margin-top: 0.125rem;
  margin-bottom: 0.125rem;
}
@media print, screen and (min-width: 40em) {
  .grid-margin-y > .cell {
    height: calc(100% - 1.25rem);
    margin-top: 0.625rem;
    margin-bottom: 0.625rem;
  }
}
.grid-margin-y > .auto {
  height: auto;
}
.grid-margin-y > .shrink {
  height: auto;
}
.grid-margin-y > .small-1 {
  height: calc(4.16667% - 0.25rem);
}
.grid-margin-y > .small-2 {
  height: calc(8.33333% - 0.25rem);
}
.grid-margin-y > .small-3 {
  height: calc(12.5% - 0.25rem);
}
.grid-margin-y > .small-4 {
  height: calc(16.66667% - 0.25rem);
}
.grid-margin-y > .small-5 {
  height: calc(20.83333% - 0.25rem);
}
.grid-margin-y > .small-6 {
  height: calc(25% - 0.25rem);
}
.grid-margin-y > .small-7 {
  height: calc(29.16667% - 0.25rem);
}
.grid-margin-y > .small-8 {
  height: calc(33.33333% - 0.25rem);
}
.grid-margin-y > .small-9 {
  height: calc(37.5% - 0.25rem);
}
.grid-margin-y > .small-10 {
  height: calc(41.66667% - 0.25rem);
}
.grid-margin-y > .small-11 {
  height: calc(45.83333% - 0.25rem);
}
.grid-margin-y > .small-12 {
  height: calc(50% - 0.25rem);
}
.grid-margin-y > .small-13 {
  height: calc(54.16667% - 0.25rem);
}
.grid-margin-y > .small-14 {
  height: calc(58.33333% - 0.25rem);
}
.grid-margin-y > .small-15 {
  height: calc(62.5% - 0.25rem);
}
.grid-margin-y > .small-16 {
  height: calc(66.66667% - 0.25rem);
}
.grid-margin-y > .small-17 {
  height: calc(70.83333% - 0.25rem);
}
.grid-margin-y > .small-18 {
  height: calc(75% - 0.25rem);
}
.grid-margin-y > .small-19 {
  height: calc(79.16667% - 0.25rem);
}
.grid-margin-y > .small-20 {
  height: calc(83.33333% - 0.25rem);
}
.grid-margin-y > .small-21 {
  height: calc(87.5% - 0.25rem);
}
.grid-margin-y > .small-22 {
  height: calc(91.66667% - 0.25rem);
}
.grid-margin-y > .small-23 {
  height: calc(95.83333% - 0.25rem);
}
.grid-margin-y > .small-24 {
  height: calc(100% - 0.25rem);
}
@media print, screen and (min-width: 40em) {
  .grid-margin-y > .auto {
    height: auto;
  }
  .grid-margin-y > .shrink {
    height: auto;
  }
  .grid-margin-y > .small-1 {
    height: calc(4.16667% - 1.25rem);
  }
  .grid-margin-y > .small-2 {
    height: calc(8.33333% - 1.25rem);
  }
  .grid-margin-y > .small-3 {
    height: calc(12.5% - 1.25rem);
  }
  .grid-margin-y > .small-4 {
    height: calc(16.66667% - 1.25rem);
  }
  .grid-margin-y > .small-5 {
    height: calc(20.83333% - 1.25rem);
  }
  .grid-margin-y > .small-6 {
    height: calc(25% - 1.25rem);
  }
  .grid-margin-y > .small-7 {
    height: calc(29.16667% - 1.25rem);
  }
  .grid-margin-y > .small-8 {
    height: calc(33.33333% - 1.25rem);
  }
  .grid-margin-y > .small-9 {
    height: calc(37.5% - 1.25rem);
  }
  .grid-margin-y > .small-10 {
    height: calc(41.66667% - 1.25rem);
  }
  .grid-margin-y > .small-11 {
    height: calc(45.83333% - 1.25rem);
  }
  .grid-margin-y > .small-12 {
    height: calc(50% - 1.25rem);
  }
  .grid-margin-y > .small-13 {
    height: calc(54.16667% - 1.25rem);
  }
  .grid-margin-y > .small-14 {
    height: calc(58.33333% - 1.25rem);
  }
  .grid-margin-y > .small-15 {
    height: calc(62.5% - 1.25rem);
  }
  .grid-margin-y > .small-16 {
    height: calc(66.66667% - 1.25rem);
  }
  .grid-margin-y > .small-17 {
    height: calc(70.83333% - 1.25rem);
  }
  .grid-margin-y > .small-18 {
    height: calc(75% - 1.25rem);
  }
  .grid-margin-y > .small-19 {
    height: calc(79.16667% - 1.25rem);
  }
  .grid-margin-y > .small-20 {
    height: calc(83.33333% - 1.25rem);
  }
  .grid-margin-y > .small-21 {
    height: calc(87.5% - 1.25rem);
  }
  .grid-margin-y > .small-22 {
    height: calc(91.66667% - 1.25rem);
  }
  .grid-margin-y > .small-23 {
    height: calc(95.83333% - 1.25rem);
  }
  .grid-margin-y > .small-24 {
    height: calc(100% - 1.25rem);
  }
  .grid-margin-y > .medium-auto {
    height: auto;
  }
  .grid-margin-y > .medium-shrink {
    height: auto;
  }
  .grid-margin-y > .medium-1 {
    height: calc(4.16667% - 1.25rem);
  }
  .grid-margin-y > .medium-2 {
    height: calc(8.33333% - 1.25rem);
  }
  .grid-margin-y > .medium-3 {
    height: calc(12.5% - 1.25rem);
  }
  .grid-margin-y > .medium-4 {
    height: calc(16.66667% - 1.25rem);
  }
  .grid-margin-y > .medium-5 {
    height: calc(20.83333% - 1.25rem);
  }
  .grid-margin-y > .medium-6 {
    height: calc(25% - 1.25rem);
  }
  .grid-margin-y > .medium-7 {
    height: calc(29.16667% - 1.25rem);
  }
  .grid-margin-y > .medium-8 {
    height: calc(33.33333% - 1.25rem);
  }
  .grid-margin-y > .medium-9 {
    height: calc(37.5% - 1.25rem);
  }
  .grid-margin-y > .medium-10 {
    height: calc(41.66667% - 1.25rem);
  }
  .grid-margin-y > .medium-11 {
    height: calc(45.83333% - 1.25rem);
  }
  .grid-margin-y > .medium-12 {
    height: calc(50% - 1.25rem);
  }
  .grid-margin-y > .medium-13 {
    height: calc(54.16667% - 1.25rem);
  }
  .grid-margin-y > .medium-14 {
    height: calc(58.33333% - 1.25rem);
  }
  .grid-margin-y > .medium-15 {
    height: calc(62.5% - 1.25rem);
  }
  .grid-margin-y > .medium-16 {
    height: calc(66.66667% - 1.25rem);
  }
  .grid-margin-y > .medium-17 {
    height: calc(70.83333% - 1.25rem);
  }
  .grid-margin-y > .medium-18 {
    height: calc(75% - 1.25rem);
  }
  .grid-margin-y > .medium-19 {
    height: calc(79.16667% - 1.25rem);
  }
  .grid-margin-y > .medium-20 {
    height: calc(83.33333% - 1.25rem);
  }
  .grid-margin-y > .medium-21 {
    height: calc(87.5% - 1.25rem);
  }
  .grid-margin-y > .medium-22 {
    height: calc(91.66667% - 1.25rem);
  }
  .grid-margin-y > .medium-23 {
    height: calc(95.83333% - 1.25rem);
  }
  .grid-margin-y > .medium-24 {
    height: calc(100% - 1.25rem);
  }
}
@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(4.16667% - 1.25rem);
  }
  .grid-margin-y > .large-2 {
    height: calc(8.33333% - 1.25rem);
  }
  .grid-margin-y > .large-3 {
    height: calc(12.5% - 1.25rem);
  }
  .grid-margin-y > .large-4 {
    height: calc(16.66667% - 1.25rem);
  }
  .grid-margin-y > .large-5 {
    height: calc(20.83333% - 1.25rem);
  }
  .grid-margin-y > .large-6 {
    height: calc(25% - 1.25rem);
  }
  .grid-margin-y > .large-7 {
    height: calc(29.16667% - 1.25rem);
  }
  .grid-margin-y > .large-8 {
    height: calc(33.33333% - 1.25rem);
  }
  .grid-margin-y > .large-9 {
    height: calc(37.5% - 1.25rem);
  }
  .grid-margin-y > .large-10 {
    height: calc(41.66667% - 1.25rem);
  }
  .grid-margin-y > .large-11 {
    height: calc(45.83333% - 1.25rem);
  }
  .grid-margin-y > .large-12 {
    height: calc(50% - 1.25rem);
  }
  .grid-margin-y > .large-13 {
    height: calc(54.16667% - 1.25rem);
  }
  .grid-margin-y > .large-14 {
    height: calc(58.33333% - 1.25rem);
  }
  .grid-margin-y > .large-15 {
    height: calc(62.5% - 1.25rem);
  }
  .grid-margin-y > .large-16 {
    height: calc(66.66667% - 1.25rem);
  }
  .grid-margin-y > .large-17 {
    height: calc(70.83333% - 1.25rem);
  }
  .grid-margin-y > .large-18 {
    height: calc(75% - 1.25rem);
  }
  .grid-margin-y > .large-19 {
    height: calc(79.16667% - 1.25rem);
  }
  .grid-margin-y > .large-20 {
    height: calc(83.33333% - 1.25rem);
  }
  .grid-margin-y > .large-21 {
    height: calc(87.5% - 1.25rem);
  }
  .grid-margin-y > .large-22 {
    height: calc(91.66667% - 1.25rem);
  }
  .grid-margin-y > .large-23 {
    height: calc(95.83333% - 1.25rem);
  }
  .grid-margin-y > .large-24 {
    height: calc(100% - 1.25rem);
  }
}
@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(4.16667% - 1.25rem);
  }
  .grid-margin-y > .xlarge-2 {
    height: calc(8.33333% - 1.25rem);
  }
  .grid-margin-y > .xlarge-3 {
    height: calc(12.5% - 1.25rem);
  }
  .grid-margin-y > .xlarge-4 {
    height: calc(16.66667% - 1.25rem);
  }
  .grid-margin-y > .xlarge-5 {
    height: calc(20.83333% - 1.25rem);
  }
  .grid-margin-y > .xlarge-6 {
    height: calc(25% - 1.25rem);
  }
  .grid-margin-y > .xlarge-7 {
    height: calc(29.16667% - 1.25rem);
  }
  .grid-margin-y > .xlarge-8 {
    height: calc(33.33333% - 1.25rem);
  }
  .grid-margin-y > .xlarge-9 {
    height: calc(37.5% - 1.25rem);
  }
  .grid-margin-y > .xlarge-10 {
    height: calc(41.66667% - 1.25rem);
  }
  .grid-margin-y > .xlarge-11 {
    height: calc(45.83333% - 1.25rem);
  }
  .grid-margin-y > .xlarge-12 {
    height: calc(50% - 1.25rem);
  }
  .grid-margin-y > .xlarge-13 {
    height: calc(54.16667% - 1.25rem);
  }
  .grid-margin-y > .xlarge-14 {
    height: calc(58.33333% - 1.25rem);
  }
  .grid-margin-y > .xlarge-15 {
    height: calc(62.5% - 1.25rem);
  }
  .grid-margin-y > .xlarge-16 {
    height: calc(66.66667% - 1.25rem);
  }
  .grid-margin-y > .xlarge-17 {
    height: calc(70.83333% - 1.25rem);
  }
  .grid-margin-y > .xlarge-18 {
    height: calc(75% - 1.25rem);
  }
  .grid-margin-y > .xlarge-19 {
    height: calc(79.16667% - 1.25rem);
  }
  .grid-margin-y > .xlarge-20 {
    height: calc(83.33333% - 1.25rem);
  }
  .grid-margin-y > .xlarge-21 {
    height: calc(87.5% - 1.25rem);
  }
  .grid-margin-y > .xlarge-22 {
    height: calc(91.66667% - 1.25rem);
  }
  .grid-margin-y > .xlarge-23 {
    height: calc(95.83333% - 1.25rem);
  }
  .grid-margin-y > .xlarge-24 {
    height: calc(100% - 1.25rem);
  }
}
.grid-frame.grid-margin-y {
  height: calc(100vh + 0.25rem);
}
@media print, screen and (min-width: 40em) {
  .grid-frame.grid-margin-y {
    height: calc(100vh + 1.25rem);
  }
}
@media print, screen and (min-width: 64em) {
  .grid-frame.grid-margin-y {
    height: calc(100vh + 1.25rem);
  }
}
@media screen and (min-width: 75em) {
  .grid-frame.grid-margin-y {
    height: calc(100vh + 1.25rem);
  }
}
@media print, screen and (min-width: 40em) {
  .grid-margin-y.medium-grid-frame {
    height: calc(100vh + 1.25rem);
  }
}
@media print, screen and (min-width: 64em) {
  .grid-margin-y.large-grid-frame {
    height: calc(100vh + 1.25rem);
  }
}
@media screen and (min-width: 75em) {
  .grid-margin-y.xlarge-grid-frame {
    height: calc(100vh + 1.25rem);
  }
}
blockquote,
dd,
div,
dl,
dt,
form,
h1,
h2,
h3,
h4,
h5,
h6,
li,
ol,
p,
pre,
td,
th,
ul {
  margin: 0;
  padding: 0;
}
p {
  margin-bottom: 1rem;
  font-size: inherit;
  line-height: 1.388;
  text-rendering: optimizeLegibility;
}
em,
i {
  font-style: italic;
  line-height: inherit;
}
b,
strong {
  font-weight: 700;
  line-height: inherit;
}
small {
  font-size: 80%;
  line-height: inherit;
}
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Libre Baskerville", serif;
  font-style: normal;
  font-weight: 400;
  color: inherit;
  text-rendering: optimizeLegibility;
}
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small,
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small {
  line-height: 0;
  color: #ccc;
}
.h1,
h1 {
  font-size: 1.6875rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem;
}
.h2,
h2 {
  font-size: 1.625rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem;
}
.h3,
h3 {
  font-size: 1.25rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem;
}
.h4,
h4 {
  font-size: 1.1875rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem;
}
.h5,
h5 {
  font-size: 1.125rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem;
}
.h6,
h6 {
  font-size: 1rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem;
}
@media print, screen and (min-width: 40em) {
  .h1,
  h1 {
    font-size: 2.5rem;
  }
  .h2,
  h2 {
    font-size: 1.625rem;
  }
  .h3,
  h3 {
    font-size: 1.25rem;
  }
  .h4,
  h4 {
    font-size: 1.25rem;
  }
  .h5,
  h5 {
    font-size: 1.125rem;
  }
  .h6,
  h6 {
    font-size: 1rem;
  }
}
a {
  line-height: inherit;
  color: #0069aa;
  text-decoration: underline;
  cursor: pointer;
}
a:focus,
a:hover {
  color: #005a92;
  text-decoration: none;
}
a img {
  border: 0;
}
hr {
  clear: both;
  max-width: 75rem;
  height: 0;
  margin: 1.25rem auto;
  border-top: 0;
  border-right: 0;
  border-bottom: 1px solid #ccc;
  border-left: 0;
}
dl,
ol,
ul {
  margin-bottom: 1rem;
  list-style-position: outside;
  line-height: 1.388;
}
li {
  font-size: inherit;
}
ul {
  margin-left: 1.25rem;
  list-style-type: disc;
}
ol {
  margin-left: 1.25rem;
}
ol ol,
ol ul,
ul ol,
ul ul {
  margin-left: 1.25rem;
  margin-bottom: 0;
}
dl {
  margin-bottom: 1rem;
}
dl dt {
  margin-bottom: 0.3rem;
  font-weight: 700;
}
blockquote {
  margin: 0 0 1rem;
  padding: 0.5625rem 1.25rem 0 1.1875rem;
  border-left: 1px solid #ccc;
}
blockquote,
blockquote p {
  line-height: 1.388;
  color: #716258;
}
cite {
  display: block;
  font-size: 0.8125rem;
  color: #716258;
}
cite:before {
  content: "— ";
}
abbr,
abbr[title] {
  border-bottom: 1px dotted #0a0a0a;
  cursor: help;
  text-decoration: none;
}
figure {
  margin: 0;
}
code {
  padding: 0.125rem 0.3125rem 0.0625rem;
  border: 1px solid #ccc;
  background-color: #ede9e5;
  font-family: Consolas, "Liberation Mono", Courier, monospace;
  font-weight: 400;
  color: #0a0a0a;
}
kbd {
  margin: 0;
  padding: 0.125rem 0.25rem 0;
  background-color: #ede9e5;
  font-family: Consolas, "Liberation Mono", Courier, monospace;
  color: #0a0a0a;
}
.subheader {
  margin-top: 0.2rem;
  margin-bottom: 0.5rem;
  font-weight: 400;
  line-height: 1.4;
  color: #716258;
}
.lead {
  font-size: 125%;
  line-height: 1.6;
}
.stat {
  font-size: 2.5rem;
  line-height: 1;
}
p + .stat {
  margin-top: -1rem;
}
ol.no-bullet,
ul.no-bullet {
  margin-left: 0;
  list-style: none;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.text-justify {
  text-align: justify;
}
@media print, screen and (min-width: 40em) {
  .medium-text-left {
    text-align: left;
  }
  .medium-text-right {
    text-align: right;
  }
  .medium-text-center {
    text-align: center;
  }
  .medium-text-justify {
    text-align: justify;
  }
}
@media print, screen and (min-width: 64em) {
  .large-text-left {
    text-align: left;
  }
  .large-text-right {
    text-align: right;
  }
  .large-text-center {
    text-align: center;
  }
  .large-text-justify {
    text-align: justify;
  }
}
@media screen and (min-width: 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;
  }
}
.show-for-print {
  display: none !important;
}
@media print {
  * {
    background: 0 0 !important;
    box-shadow: none !important;
    color: #000 !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^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  blockquote,
  pre {
    border: 1px solid #716258;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  img,
  tr {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  @page {
    margin: 0.5cm;
  }
  h2,
  h3,
  p {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  .print-break-inside {
    page-break-inside: auto;
  }
}
.button {
  display: inline-block;
  vertical-align: middle;
  margin: 0 0 1rem 0;
  font-family: inherit;
  padding: 0.85em 1em;
  -webkit-appearance: none;
  border: 1px solid transparent;
  border-radius: 0;
  transition: background-color 0.25s ease-out, color 0.25s ease-out;
  font-size: 1.375rem;
  line-height: 1;
  text-align: center;
  cursor: pointer;
  background-color: #0069aa;
  color: #fefefe;
}
[data-whatinput="mouse"] .button {
  outline: 0;
}
.button:focus,
.button:hover {
  background-color: #005991;
  color: #fefefe;
}
.button.tiny {
  font-size: 0.9375rem;
}
.button.small {
  font-size: 1.03125rem;
}
.button.medium {
  font-size: 1.375rem;
}
.button.large {
  font-size: 1.5625rem;
}
.button.expanded {
  display: block;
  width: 100%;
  margin-right: 0;
  margin-left: 0;
}
.button.primary {
  background-color: #0069aa;
  color: #fefefe;
}
.button.primary:focus,
.button.primary:hover {
  background-color: #005488;
  color: #fefefe;
}
.button.secondary {
  background-color: #ab0534;
  color: #fefefe;
}
.button.secondary:focus,
.button.secondary:hover {
  background-color: #89042a;
  color: #fefefe;
}
.button.success {
  background-color: #ccc;
  color: #0a0a0a;
}
.button.success:focus,
.button.success:hover {
  background-color: #a3a3a3;
  color: #0a0a0a;
}
.button.warning {
  background-color: #ffae00;
  color: #0a0a0a;
}
.button.warning:focus,
.button.warning:hover {
  background-color: #cc8b00;
  color: #0a0a0a;
}
.button.alert {
  background-color: #cc4b37;
  color: #fefefe;
}
.button.alert:focus,
.button.alert:hover {
  background-color: #a53b2a;
  color: #fefefe;
}
.button.disabled,
.button[disabled] {
  opacity: 0.25;
  cursor: not-allowed;
}
.button.disabled,
.button.disabled:focus,
.button.disabled:hover,
.button[disabled],
.button[disabled]:focus,
.button[disabled]:hover {
  background-color: #0069aa;
  color: #fefefe;
}
.button.disabled.primary,
.button[disabled].primary {
  opacity: 0.25;
  cursor: not-allowed;
}
.button.disabled.primary,
.button.disabled.primary:focus,
.button.disabled.primary:hover,
.button[disabled].primary,
.button[disabled].primary:focus,
.button[disabled].primary:hover {
  background-color: #0069aa;
  color: #fefefe;
}
.button.disabled.secondary,
.button[disabled].secondary {
  opacity: 0.25;
  cursor: not-allowed;
}
.button.disabled.secondary,
.button.disabled.secondary:focus,
.button.disabled.secondary:hover,
.button[disabled].secondary,
.button[disabled].secondary:focus,
.button[disabled].secondary:hover {
  background-color: #ab0534;
  color: #fefefe;
}
.button.disabled.success,
.button[disabled].success {
  opacity: 0.25;
  cursor: not-allowed;
}
.button.disabled.success,
.button.disabled.success:focus,
.button.disabled.success:hover,
.button[disabled].success,
.button[disabled].success:focus,
.button[disabled].success:hover {
  background-color: #ccc;
  color: #0a0a0a;
}
.button.disabled.warning,
.button[disabled].warning {
  opacity: 0.25;
  cursor: not-allowed;
}
.button.disabled.warning,
.button.disabled.warning:focus,
.button.disabled.warning:hover,
.button[disabled].warning,
.button[disabled].warning:focus,
.button[disabled].warning:hover {
  background-color: #ffae00;
  color: #0a0a0a;
}
.button.disabled.alert,
.button[disabled].alert {
  opacity: 0.25;
  cursor: not-allowed;
}
.button.disabled.alert,
.button.disabled.alert:focus,
.button.disabled.alert:hover,
.button[disabled].alert,
.button[disabled].alert:focus,
.button[disabled].alert:hover {
  background-color: #cc4b37;
  color: #fefefe;
}
.button.hollow {
  border: 1px solid #0069aa;
  color: #0069aa;
}
.button.hollow,
.button.hollow:focus,
.button.hollow:hover {
  background-color: transparent;
}
.button.hollow.disabled,
.button.hollow.disabled:focus,
.button.hollow.disabled:hover,
.button.hollow[disabled],
.button.hollow[disabled]:focus,
.button.hollow[disabled]:hover {
  background-color: transparent;
}
.button.hollow:focus,
.button.hollow:hover {
  border-color: #003555;
  color: #003555;
}
.button.hollow:focus.disabled,
.button.hollow:focus[disabled],
.button.hollow:hover.disabled,
.button.hollow:hover[disabled] {
  border: 1px solid #0069aa;
  color: #0069aa;
}
.button.hollow.primary {
  border: 1px solid #0069aa;
  color: #0069aa;
}
.button.hollow.primary:focus,
.button.hollow.primary:hover {
  border-color: #003555;
  color: #003555;
}
.button.hollow.primary:focus.disabled,
.button.hollow.primary:focus[disabled],
.button.hollow.primary:hover.disabled,
.button.hollow.primary:hover[disabled] {
  border: 1px solid #0069aa;
  color: #0069aa;
}
.button.hollow.secondary {
  border: 1px solid #ab0534;
  color: #ab0534;
}
.button.hollow.secondary:focus,
.button.hollow.secondary:hover {
  border-color: #56031a;
  color: #56031a;
}
.button.hollow.secondary:focus.disabled,
.button.hollow.secondary:focus[disabled],
.button.hollow.secondary:hover.disabled,
.button.hollow.secondary:hover[disabled] {
  border: 1px solid #ab0534;
  color: #ab0534;
}
.button.hollow.success {
  border: 1px solid #ccc;
  color: #ccc;
}
.button.hollow.success:focus,
.button.hollow.success:hover {
  border-color: #666;
  color: #666;
}
.button.hollow.success:focus.disabled,
.button.hollow.success:focus[disabled],
.button.hollow.success:hover.disabled,
.button.hollow.success:hover[disabled] {
  border: 1px solid #ccc;
  color: #ccc;
}
.button.hollow.warning {
  border: 1px solid #ffae00;
  color: #ffae00;
}
.button.hollow.warning:focus,
.button.hollow.warning:hover {
  border-color: #805700;
  color: #805700;
}
.button.hollow.warning:focus.disabled,
.button.hollow.warning:focus[disabled],
.button.hollow.warning:hover.disabled,
.button.hollow.warning:hover[disabled] {
  border: 1px solid #ffae00;
  color: #ffae00;
}
.button.hollow.alert {
  border: 1px solid #cc4b37;
  color: #cc4b37;
}
.button.hollow.alert:focus,
.button.hollow.alert:hover {
  border-color: #67251a;
  color: #67251a;
}
.button.hollow.alert:focus.disabled,
.button.hollow.alert:focus[disabled],
.button.hollow.alert:hover.disabled,
.button.hollow.alert:hover[disabled] {
  border: 1px solid #cc4b37;
  color: #cc4b37;
}
.button.clear {
  border: 1px solid #0069aa;
  color: #0069aa;
}
.button.clear,
.button.clear:focus,
.button.clear:hover {
  background-color: transparent;
}
.button.clear.disabled,
.button.clear.disabled:focus,
.button.clear.disabled:hover,
.button.clear[disabled],
.button.clear[disabled]:focus,
.button.clear[disabled]:hover {
  background-color: transparent;
}
.button.clear:focus,
.button.clear:hover {
  border-color: #003555;
  color: #003555;
}
.button.clear:focus.disabled,
.button.clear:focus[disabled],
.button.clear:hover.disabled,
.button.clear:hover[disabled] {
  border: 1px solid #0069aa;
  color: #0069aa;
}
.button.clear,
.button.clear.disabled,
.button.clear:focus,
.button.clear:focus.disabled,
.button.clear:focus[disabled],
.button.clear:hover,
.button.clear:hover.disabled,
.button.clear:hover[disabled],
.button.clear[disabled] {
  border-color: transparent;
}
.button.clear.primary {
  border: 1px solid #0069aa;
  color: #0069aa;
}
.button.clear.primary:focus,
.button.clear.primary:hover {
  border-color: #003555;
  color: #003555;
}
.button.clear.primary:focus.disabled,
.button.clear.primary:focus[disabled],
.button.clear.primary:hover.disabled,
.button.clear.primary:hover[disabled] {
  border: 1px solid #0069aa;
  color: #0069aa;
}
.button.clear.primary,
.button.clear.primary.disabled,
.button.clear.primary:focus,
.button.clear.primary:focus.disabled,
.button.clear.primary:focus[disabled],
.button.clear.primary:hover,
.button.clear.primary:hover.disabled,
.button.clear.primary:hover[disabled],
.button.clear.primary[disabled] {
  border-color: transparent;
}
.button.clear.secondary {
  border: 1px solid #ab0534;
  color: #ab0534;
}
.button.clear.secondary:focus,
.button.clear.secondary:hover {
  border-color: #56031a;
  color: #56031a;
}
.button.clear.secondary:focus.disabled,
.button.clear.secondary:focus[disabled],
.button.clear.secondary:hover.disabled,
.button.clear.secondary:hover[disabled] {
  border: 1px solid #ab0534;
  color: #ab0534;
}
.button.clear.secondary,
.button.clear.secondary.disabled,
.button.clear.secondary:focus,
.button.clear.secondary:focus.disabled,
.button.clear.secondary:focus[disabled],
.button.clear.secondary:hover,
.button.clear.secondary:hover.disabled,
.button.clear.secondary:hover[disabled],
.button.clear.secondary[disabled] {
  border-color: transparent;
}
.button.clear.success {
  border: 1px solid #ccc;
  color: #ccc;
}
.button.clear.success:focus,
.button.clear.success:hover {
  border-color: #666;
  color: #666;
}
.button.clear.success:focus.disabled,
.button.clear.success:focus[disabled],
.button.clear.success:hover.disabled,
.button.clear.success:hover[disabled] {
  border: 1px solid #ccc;
  color: #ccc;
}
.button.clear.success,
.button.clear.success.disabled,
.button.clear.success:focus,
.button.clear.success:focus.disabled,
.button.clear.success:focus[disabled],
.button.clear.success:hover,
.button.clear.success:hover.disabled,
.button.clear.success:hover[disabled],
.button.clear.success[disabled] {
  border-color: transparent;
}
.button.clear.warning {
  border: 1px solid #ffae00;
  color: #ffae00;
}
.button.clear.warning:focus,
.button.clear.warning:hover {
  border-color: #805700;
  color: #805700;
}
.button.clear.warning:focus.disabled,
.button.clear.warning:focus[disabled],
.button.clear.warning:hover.disabled,
.button.clear.warning:hover[disabled] {
  border: 1px solid #ffae00;
  color: #ffae00;
}
.button.clear.warning,
.button.clear.warning.disabled,
.button.clear.warning:focus,
.button.clear.warning:focus.disabled,
.button.clear.warning:focus[disabled],
.button.clear.warning:hover,
.button.clear.warning:hover.disabled,
.button.clear.warning:hover[disabled],
.button.clear.warning[disabled] {
  border-color: transparent;
}
.button.clear.alert {
  border: 1px solid #cc4b37;
  color: #cc4b37;
}
.button.clear.alert:focus,
.button.clear.alert:hover {
  border-color: #67251a;
  color: #67251a;
}
.button.clear.alert:focus.disabled,
.button.clear.alert:focus[disabled],
.button.clear.alert:hover.disabled,
.button.clear.alert:hover[disabled] {
  border: 1px solid #cc4b37;
  color: #cc4b37;
}
.button.clear.alert,
.button.clear.alert.disabled,
.button.clear.alert:focus,
.button.clear.alert:focus.disabled,
.button.clear.alert:focus[disabled],
.button.clear.alert:hover,
.button.clear.alert:hover.disabled,
.button.clear.alert:hover[disabled],
.button.clear.alert[disabled] {
  border-color: transparent;
}
.button.dropdown::after {
  display: block;
  width: 0;
  height: 0;
  border: inset 0.4em;
  content: "";
  border-bottom-width: 0;
  border-top-style: solid;
  border-color: #fefefe transparent transparent;
  position: relative;
  top: 0.4em;
  display: inline-block;
  float: right;
  margin-left: 1em;
}
.button.dropdown.hollow::after {
  border-top-color: #0069aa;
}
.button.dropdown.hollow.primary::after {
  border-top-color: #0069aa;
}
.button.dropdown.hollow.secondary::after {
  border-top-color: #ab0534;
}
.button.dropdown.hollow.success::after {
  border-top-color: #ccc;
}
.button.dropdown.hollow.warning::after {
  border-top-color: #ffae00;
}
.button.dropdown.hollow.alert::after {
  border-top-color: #cc4b37;
}
.button.arrow-only::after {
  top: -0.1em;
  float: none;
  margin-left: 0;
}
a.button:focus,
a.button:hover {
  text-decoration: none;
}
[type="color"],
[type="date"],
[type="datetime-local"],
[type="datetime"],
[type="email"],
[type="month"],
[type="number"],
[type="password"],
[type="search"],
[type="tel"],
[type="text"],
[type="time"],
[type="url"],
[type="week"],
textarea {
  display: block;
  box-sizing: border-box;
  width: 100%;
  height: 2.77083rem;
  margin: 0 0 1rem;
  padding: 0.66667rem;
  border: 1px solid #716258;
  border-radius: 0;
  background-color: #fefefe;
  box-shadow: none;
  font-family: inherit;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #0a0a0a;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
[type="color"]:focus,
[type="date"]:focus,
[type="datetime-local"]:focus,
[type="datetime"]:focus,
[type="email"]:focus,
[type="month"]:focus,
[type="number"]:focus,
[type="password"]:focus,
[type="search"]:focus,
[type="tel"]:focus,
[type="text"]:focus,
[type="time"]:focus,
[type="url"]:focus,
[type="week"]:focus,
textarea:focus {
  outline: 0;
  border: 1px solid #0069aa;
  background-color: #fefefe;
  box-shadow: none;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
}
textarea {
  max-width: 100%;
}
textarea[rows] {
  height: auto;
}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #ccc;
}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #ccc;
}
input::placeholder,
textarea::placeholder {
  color: #ccc;
}
input:disabled,
input[readonly],
textarea:disabled,
textarea[readonly] {
  background-color: #ede9e5;
  cursor: not-allowed;
}
[type="button"],
[type="submit"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0;
}
input[type="search"] {
  box-sizing: border-box;
}
[type="checkbox"],
[type="file"],
[type="radio"] {
  margin: 0 0 1rem;
}
[type="checkbox"] + label,
[type="radio"] + label {
  display: inline-block;
  vertical-align: baseline;
  margin-left: 0.5rem;
  margin-right: 1rem;
  margin-bottom: 0;
}
[type="checkbox"] + label[for],
[type="radio"] + label[for] {
  cursor: pointer;
}
label > [type="checkbox"],
label > [type="radio"] {
  margin-right: 0.5rem;
}
[type="file"] {
  width: 100%;
}
label {
  display: block;
  margin: 0;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.8;
  color: #0a0a0a;
}
label.middle {
  margin: 0 0 1rem;
  padding: 0.5625rem 0;
}
.help-text {
  margin-top: -0.5rem;
  font-size: 0.8125rem;
  font-style: italic;
  color: #0a0a0a;
}
.input-group {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 1rem;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}
.input-group > :first-child {
  border-radius: 0;
}
.input-group > :last-child > * {
  border-radius: 0;
}
.input-group-button,
.input-group-button a,
.input-group-button button,
.input-group-button input,
.input-group-button label,
.input-group-field,
.input-group-label {
  margin: 0;
  white-space: nowrap;
}
.input-group-label {
  padding: 0 1rem;
  border: 1px solid #ccc;
  background: #ede9e5;
  color: #0a0a0a;
  text-align: center;
  white-space: nowrap;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  -webkit-align-items: center;
  -ms-flex-align: center;
  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;
  -webkit-flex: 1 1 0px;
  -ms-flex: 1 1 0px;
  flex: 1 1 0px;
  height: auto;
  min-width: 0;
}
.input-group-button {
  padding-top: 0;
  padding-bottom: 0;
  text-align: center;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}
.input-group-button a,
.input-group-button button,
.input-group-button input,
.input-group-button label {
  height: auto;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 1rem;
}
fieldset {
  margin: 0;
  padding: 0;
  border: 0;
}
legend {
  max-width: 100%;
  margin-bottom: 0.5rem;
}
.fieldset {
  margin: 1.125rem 0;
  padding: 1.25rem;
  border: 1px solid #ccc;
}
.fieldset legend {
  margin: 0;
  margin-left: -0.1875rem;
  padding: 0 0.1875rem;
}
select {
  height: 2.77083rem;
  margin: 0 0 1rem;
  padding: 0.66667rem;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 1px solid #716258;
  border-radius: 3px;
  background-color: #fefefe;
  font-family: inherit;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #0a0a0a;
  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%28113, 98, 88%29'></polygon></svg>");
  background-origin: content-box;
  background-position: right -1rem center;
  background-repeat: no-repeat;
  background-size: 9px 6px;
  padding-right: 1.5rem;
  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: 0;
  border: 1px solid #0069aa;
  background-color: #fefefe;
  box-shadow: none;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
}
select:disabled {
  background-color: #ede9e5;
  cursor: not-allowed;
}
select::-ms-expand {
  display: none;
}
select[multiple] {
  height: auto;
  background-image: none;
}
.is-invalid-input:not(:focus) {
  border-color: #cc4b37;
  background-color: #f9ecea;
}
.is-invalid-input:not(:focus)::-webkit-input-placeholder {
  color: #cc4b37;
}
.is-invalid-input:not(:focus):-ms-input-placeholder {
  color: #cc4b37;
}
.is-invalid-input:not(:focus)::placeholder {
  color: #cc4b37;
}
.is-invalid-label {
  color: #cc4b37;
}
.form-error {
  display: none;
  margin-top: -0.5rem;
  margin-bottom: 1rem;
  font-size: 0.75rem;
  font-weight: 700;
  color: #cc4b37;
}
.form-error.is-visible {
  display: block;
}
.accordion {
  margin-left: 0;
  background: #fefefe;
  list-style-type: none;
}
.accordion[disabled] .accordion-title {
  cursor: not-allowed;
}
.accordion-item:first-child > :first-child {
  border-radius: 0;
}
.accordion-item:last-child > :last-child {
  border-radius: 0;
}
.accordion-title {
  position: relative;
  display: block;
  padding: 1.25rem 1rem;
  border: 1px solid #ede9e5;
  border-bottom: 0;
  font-size: 0.75rem;
  line-height: 1;
  color: #0069aa;
}
:last-child:not(.is-active) > .accordion-title {
  border-bottom: 1px solid #ede9e5;
  border-radius: 0;
}
.accordion-title:focus,
.accordion-title:hover {
  background-color: #ede9e5;
}
.accordion-title::before {
  position: absolute;
  top: 50%;
  right: 1rem;
  margin-top: -0.5rem;
  content: "+";
}
.is-active > .accordion-title::before {
  content: "\2013";
}
.accordion-content {
  display: none;
  padding: 1rem;
  font-weight: 300;
  border: 1px solid #ede9e5;
  border-bottom: 0;
  background-color: #fefefe;
  color: #454545;
}
:last-child > .accordion-content:last-child {
  border-bottom: 1px solid #ede9e5;
}
.accordion-menu li {
  width: 100%;
}
.accordion-menu a {
  padding: 0.7rem 1rem;
}
.accordion-menu .is-accordion-submenu a {
  padding: 0.7rem 1rem;
}
.accordion-menu .nested.is-accordion-submenu {
  margin-right: 0;
  margin-left: 1rem;
}
.accordion-menu.align-right .nested.is-accordion-submenu {
  margin-right: 1rem;
  margin-left: 0;
}
.accordion-menu .is-accordion-submenu-parent:not(.has-submenu-toggle) > a {
  position: relative;
}
.accordion-menu
  .is-accordion-submenu-parent:not(.has-submenu-toggle)
  > a::after {
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  content: "";
  border-bottom-width: 0;
  border-top-style: solid;
  border-color: #0069aa transparent transparent;
  position: absolute;
  top: 50%;
  margin-top: -3px;
  right: 1rem;
}
.accordion-menu.align-left .is-accordion-submenu-parent > a::after {
  left: auto;
  right: 1rem;
}
.accordion-menu.align-right .is-accordion-submenu-parent > a::after {
  right: auto;
  left: 1rem;
}
.accordion-menu .is-accordion-submenu-parent[aria-expanded="true"] > a::after {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
}
.is-accordion-submenu-parent {
  position: relative;
}
.has-submenu-toggle > a {
  margin-right: 40px;
}
.submenu-toggle {
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
  width: 40px;
  height: 40px;
}
.submenu-toggle::after {
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  content: "";
  border-bottom-width: 0;
  border-top-style: solid;
  border-color: #0069aa transparent transparent;
  top: 0;
  bottom: 0;
  margin: auto;
}
.submenu-toggle[aria-expanded="true"]::after {
  -webkit-transform: scaleY(-1);
  -ms-transform: scaleY(-1);
  transform: scaleY(-1);
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
}
.submenu-toggle-text {
  position: absolute !important;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  border: 0;
}
.badge {
  display: inline-block;
  min-width: 2.1em;
  padding: 0.3em;
  border-radius: 50%;
  font-size: 0.6rem;
  text-align: center;
  background: #0069aa;
  color: #fefefe;
}
.badge.primary {
  background: #0069aa;
  color: #fefefe;
}
.badge.secondary {
  background: #ab0534;
  color: #fefefe;
}
.badge.success {
  background: #ccc;
  color: #0a0a0a;
}
.badge.warning {
  background: #ffae00;
  color: #0a0a0a;
}
.badge.alert {
  background: #cc4b37;
  color: #fefefe;
}
.breadcrumbs {
  margin: 0 0 1rem 0;
  list-style: none;
}
.breadcrumbs::after,
.breadcrumbs::before {
  display: table;
  content: " ";
  -webkit-flex-basis: 0;
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
}
.breadcrumbs::after {
  clear: both;
}
.breadcrumbs li {
  float: left;
  font-size: 0.8125rem;
  color: #0a0a0a;
  cursor: default;
}
.breadcrumbs li:not(:last-child)::after {
  position: relative;
  margin: 0 0.375rem;
  opacity: 1;
  content: "\\";
  color: #454545;
}
.breadcrumbs a {
  color: #454545;
}
.breadcrumbs a:hover {
  text-decoration: underline;
}
.breadcrumbs .disabled {
  color: #ccc;
  cursor: not-allowed;
}
.button-group {
  margin-bottom: 1rem;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}
.button-group::after,
.button-group::before {
  display: table;
  content: " ";
  -webkit-flex-basis: 0;
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
}
.button-group::after {
  clear: both;
}
.button-group .button {
  margin: 0;
  margin-right: 1px;
  margin-bottom: 1px;
  font-size: 1.375rem;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}
.button-group .button:last-child {
  margin-right: 0;
}
.button-group.tiny .button {
  font-size: 0.9375rem;
}
.button-group.small .button {
  font-size: 1.03125rem;
}
.button-group.medium .button {
  font-size: 1.375rem;
}
.button-group.large .button {
  font-size: 1.5625rem;
}
.button-group.expanded .button {
  -webkit-flex: 1 1 0px;
  -ms-flex: 1 1 0px;
  flex: 1 1 0px;
}
.button-group.primary .button {
  background-color: #0069aa;
  color: #fefefe;
}
.button-group.primary .button:focus,
.button-group.primary .button:hover {
  background-color: #005488;
  color: #fefefe;
}
.button-group.secondary .button {
  background-color: #ab0534;
  color: #fefefe;
}
.button-group.secondary .button:focus,
.button-group.secondary .button:hover {
  background-color: #89042a;
  color: #fefefe;
}
.button-group.success .button {
  background-color: #ccc;
  color: #0a0a0a;
}
.button-group.success .button:focus,
.button-group.success .button:hover {
  background-color: #a3a3a3;
  color: #0a0a0a;
}
.button-group.warning .button {
  background-color: #ffae00;
  color: #0a0a0a;
}
.button-group.warning .button:focus,
.button-group.warning .button:hover {
  background-color: #cc8b00;
  color: #0a0a0a;
}
.button-group.alert .button {
  background-color: #cc4b37;
  color: #fefefe;
}
.button-group.alert .button:focus,
.button-group.alert .button:hover {
  background-color: #a53b2a;
  color: #fefefe;
}
.button-group.stacked,
.button-group.stacked-for-medium,
.button-group.stacked-for-small {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.button-group.stacked .button,
.button-group.stacked-for-medium .button,
.button-group.stacked-for-small .button {
  -webkit-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
}
.button-group.stacked .button:last-child,
.button-group.stacked-for-medium .button:last-child,
.button-group.stacked-for-small .button:last-child {
  margin-bottom: 0;
}
@media print, screen and (min-width: 40em) {
  .button-group.stacked-for-small .button {
    -webkit-flex: 1 1 0px;
    -ms-flex: 1 1 0px;
    flex: 1 1 0px;
    margin-bottom: 0;
  }
}
@media print, screen and (min-width: 64em) {
  .button-group.stacked-for-medium .button {
    -webkit-flex: 1 1 0px;
    -ms-flex: 1 1 0px;
    flex: 1 1 0px;
    margin-bottom: 0;
  }
}
@media screen and (max-width: 39.9375em) {
  .button-group.stacked-for-small.expanded {
    display: block;
  }
  .button-group.stacked-for-small.expanded .button {
    display: block;
    margin-right: 0;
  }
}
.callout {
  position: relative;
  margin: 0 0 1.25rem 0;
  padding: 1rem;
  border: 1px solid rgba(10, 10, 10, 0.25);
  border-radius: 0;
  background-color: #fff;
  color: #454545;
}
.callout > :first-child {
  margin-top: 0;
}
.callout > :last-child {
  margin-bottom: 0;
}
.callout.primary {
  background-color: #ccecff;
  color: #454545;
}
.callout.secondary {
  background-color: #fecedc;
  color: #454545;
}
.callout.success {
  background-color: #f7f7f7;
  color: #454545;
}
.callout.warning {
  background-color: #fff3d9;
  color: #454545;
}
.callout.alert {
  background-color: #f7e4e1;
  color: #454545;
}
.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;
}
.card {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  margin-bottom: 1rem;
  border: 1px solid #ede9e5;
  border-radius: 0;
  background: #0069aa;
  box-shadow: none;
  overflow: hidden;
  color: #fefefe;
}
.card > :last-child {
  margin-bottom: 0;
}
.card-divider {
  -webkit-flex: 0 1 auto;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 1rem;
  background: #ede9e5;
}
.card-divider > :last-child {
  margin-bottom: 0;
}
.card-section {
  -webkit-flex: 1 0 auto;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  padding: 1rem;
}
.card-section > :last-child {
  margin-bottom: 0;
}
.card-image {
  min-height: 1px;
}
.close-button {
  position: absolute;
  color: #716258;
  cursor: pointer;
}
[data-whatinput="mouse"] .close-button {
  outline: 0;
}
.close-button:focus,
.close-button:hover {
  color: #0a0a0a;
}
.close-button.small {
  right: 0.66rem;
  top: 0.33em;
  font-size: 1.5em;
  line-height: 1;
}
.close-button,
.close-button.medium {
  right: 1rem;
  top: 0.5rem;
  font-size: 2em;
  line-height: 1;
}
.menu {
  padding: 0;
  margin: 0;
  list-style: none;
  position: relative;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
[data-whatinput="mouse"] .menu li {
  outline: 0;
}
.menu .button,
.menu a {
  line-height: 1;
  text-decoration: none;
  display: block;
  padding: 0.7rem 1rem;
}
.menu a,
.menu button,
.menu input,
.menu select {
  margin-bottom: 0;
}
.menu input {
  display: inline-block;
}
.menu,
.menu.horizontal {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}
.menu.vertical {
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.menu.expanded li {
  -webkit-flex: 1 1 0px;
  -ms-flex: 1 1 0px;
  flex: 1 1 0px;
}
.menu.simple {
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.menu.simple li + li {
  margin-left: 1rem;
}
.menu.simple a {
  padding: 0;
}
@media print, screen and (min-width: 40em) {
  .menu.medium-horizontal {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .menu.medium-vertical {
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .menu.medium-expanded li {
    -webkit-flex: 1 1 0px;
    -ms-flex: 1 1 0px;
    flex: 1 1 0px;
  }
  .menu.medium-simple li {
    -webkit-flex: 1 1 0px;
    -ms-flex: 1 1 0px;
    flex: 1 1 0px;
  }
}
@media print, screen and (min-width: 64em) {
  .menu.large-horizontal {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .menu.large-vertical {
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .menu.large-expanded li {
    -webkit-flex: 1 1 0px;
    -ms-flex: 1 1 0px;
    flex: 1 1 0px;
  }
  .menu.large-simple li {
    -webkit-flex: 1 1 0px;
    -ms-flex: 1 1 0px;
    flex: 1 1 0px;
  }
}
@media screen and (min-width: 75em) {
  .menu.xlarge-horizontal {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .menu.xlarge-vertical {
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .menu.xlarge-expanded li {
    -webkit-flex: 1 1 0px;
    -ms-flex: 1 1 0px;
    flex: 1 1 0px;
  }
  .menu.xlarge-simple li {
    -webkit-flex: 1 1 0px;
    -ms-flex: 1 1 0px;
    flex: 1 1 0px;
  }
}
.menu.nested {
  margin-right: 0;
  margin-left: 1rem;
}
.menu.icons a {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.menu.icon-bottom a,
.menu.icon-left a,
.menu.icon-right a,
.menu.icon-top a {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.menu.icon-left li a {
  -webkit-flex-flow: row nowrap;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
}
.menu.icon-left li a i,
.menu.icon-left li a img,
.menu.icon-left li a svg {
  margin-right: 0.25rem;
}
.menu.icon-right li a {
  -webkit-flex-flow: row nowrap;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
}
.menu.icon-right li a i,
.menu.icon-right li a img,
.menu.icon-right li a svg {
  margin-left: 0.25rem;
}
.menu.icon-top li a {
  -webkit-flex-flow: column nowrap;
  -ms-flex-flow: column nowrap;
  flex-flow: column nowrap;
}
.menu.icon-top li a i,
.menu.icon-top li a img,
.menu.icon-top li a svg {
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  margin-bottom: 0.25rem;
  text-align: center;
}
.menu.icon-bottom li a {
  -webkit-flex-flow: column nowrap;
  -ms-flex-flow: column nowrap;
  flex-flow: column nowrap;
}
.menu.icon-bottom li a i,
.menu.icon-bottom li a img,
.menu.icon-bottom li a svg {
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  margin-bottom: 0.25rem;
  text-align: center;
}
.menu .is-active > a {
  background: #0069aa;
  color: #fefefe;
}
.menu .active > a {
  background: #0069aa;
  color: #fefefe;
}
.menu.align-left {
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.menu.align-right li {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.menu.align-right li .submenu li {
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.menu.align-right.vertical li {
  display: block;
  text-align: right;
}
.menu.align-right.vertical li .submenu li {
  text-align: right;
}
.menu.align-right .nested {
  margin-right: 1rem;
  margin-left: 0;
}
.menu.align-center li {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.menu.align-center li .submenu li {
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.menu .menu-text {
  padding: 0.7rem 1rem;
  font-weight: 700;
  line-height: 1;
  color: inherit;
}
.menu-centered > .menu {
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.menu-centered > .menu li {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.menu-centered > .menu li .submenu li {
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.no-js [data-responsive-menu] ul {
  display: none;
}
.menu-icon {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  height: 16px;
  cursor: pointer;
}
.menu-icon::after {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 2px;
  background: #fefefe;
  box-shadow: 0 7px 0 #fefefe, 0 14px 0 #fefefe;
  content: "";
}
.menu-icon:hover::after {
  background: #ccc;
  box-shadow: 0 7px 0 #ccc, 0 14px 0 #ccc;
}
.menu-icon.dark {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  height: 16px;
  cursor: pointer;
}
.menu-icon.dark::after {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 2px;
  background: #0a0a0a;
  box-shadow: 0 7px 0 #0a0a0a, 0 14px 0 #0a0a0a;
  content: "";
}
.menu-icon.dark:hover::after {
  background: #716258;
  box-shadow: 0 7px 0 #716258, 0 14px 0 #716258;
}
.is-drilldown {
  position: relative;
  overflow: hidden;
}
.is-drilldown li {
  display: block;
}
.is-drilldown.animate-height {
  transition: height 0.5s;
}
.drilldown a {
  padding: 0.7rem 1rem;
  background: #fefefe;
}
.drilldown .is-drilldown-submenu {
  position: absolute;
  top: 0;
  left: 100%;
  z-index: -1;
  width: 100%;
  background: #fefefe;
  transition: -webkit-transform 0.15s linear;
  transition: transform 0.15s linear;
  transition: transform 0.15s linear, -webkit-transform 0.15s linear;
}
.drilldown .is-drilldown-submenu.is-active {
  z-index: 1;
  display: block;
  -webkit-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  transform: translateX(-100%);
}
.drilldown .is-drilldown-submenu.is-closing {
  -webkit-transform: translateX(100%);
  -ms-transform: translateX(100%);
  transform: translateX(100%);
}
.drilldown .is-drilldown-submenu a {
  padding: 0.7rem 1rem;
}
.drilldown .nested.is-drilldown-submenu {
  margin-right: 0;
  margin-left: 0;
}
.drilldown .drilldown-submenu-cover-previous {
  min-height: 100%;
}
.drilldown .is-drilldown-submenu-parent > a {
  position: relative;
}
.drilldown .is-drilldown-submenu-parent > a::after {
  position: absolute;
  top: 50%;
  margin-top: -6px;
  right: 1rem;
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  content: "";
  border-right-width: 0;
  border-left-style: solid;
  border-color: transparent transparent transparent #0069aa;
}
.drilldown.align-left .is-drilldown-submenu-parent > a::after {
  left: auto;
  right: 1rem;
  display: block;
  width: 0;
  height: 0;
  border: inset 5px;
  content: "";
  border-right-width: 0;
  border-left-style: solid;
  border-color: transparent transparent transparent #0069aa;
}
.drilldown.align-right .is-drilldown-submenu-parent > a::after {
  right: auto;
  left: 1rem;
  display: block;
  width: 0;
  height: 0;
  border: inset 5px;
  content: "";
  border-left-width: 0;
  border-right-style: solid;
  border-color: transparent #0069aa transparent transparent;
}
.drilldown .js-drilldown-back > a::before {
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  content: "";
  border-left-width: 0;
  border-right-style: solid;
  border-color: transparent #0069aa transparent transparent;
  border-left-width: 0;
  display: inline-block;
  vertical-align: middle;
  margin-right: 0.75rem;
  border-left-width: 0;
}
.dropdown-pane {
  position: absolute;
  z-index: 10;
  width: 300px;
  padding: 1rem;
  visibility: hidden;
  display: none;
  border: 1px solid #ccc;
  border-radius: 0;
  background-color: #fefefe;
  font-size: 0.9375rem;
}
.dropdown-pane.is-opening {
  display: block;
}
.dropdown-pane.is-open {
  visibility: visible;
  display: block;
}
.dropdown-pane.tiny {
  width: 100px;
}
.dropdown-pane.small {
  width: 200px;
}
.dropdown-pane.large {
  width: 400px;
}
.dropdown.menu > li.opens-left > .is-dropdown-submenu {
  top: 100%;
  right: 0;
  left: auto;
}
.dropdown.menu > li.opens-right > .is-dropdown-submenu {
  top: 100%;
  right: auto;
  left: 0;
}
.dropdown.menu a {
  padding: 0.7rem 1rem;
}
[data-whatinput="mouse"] .dropdown.menu a {
  outline: 0;
}
.dropdown.menu .is-active > a {
  background: 0 0;
  color: #0a0a0a;
}
.no-js .dropdown.menu ul {
  display: none;
}
.dropdown.menu .nested.is-dropdown-submenu {
  margin-right: 0;
  margin-left: 0;
}
.dropdown.menu.vertical > li .is-dropdown-submenu {
  top: 0;
}
.dropdown.menu.vertical > li.opens-left > .is-dropdown-submenu {
  right: 100%;
  left: auto;
  top: 0;
}
.dropdown.menu.vertical > li.opens-right > .is-dropdown-submenu {
  right: auto;
  left: 100%;
}
@media print, screen and (min-width: 40em) {
  .dropdown.menu.medium-horizontal > li.opens-left > .is-dropdown-submenu {
    top: 100%;
    right: 0;
    left: auto;
  }
  .dropdown.menu.medium-horizontal > li.opens-right > .is-dropdown-submenu {
    top: 100%;
    right: auto;
    left: 0;
  }
  .dropdown.menu.medium-vertical > li .is-dropdown-submenu {
    top: 0;
  }
  .dropdown.menu.medium-vertical > li.opens-left > .is-dropdown-submenu {
    right: 100%;
    left: auto;
    top: 0;
  }
  .dropdown.menu.medium-vertical > li.opens-right > .is-dropdown-submenu {
    right: auto;
    left: 100%;
  }
}
@media print, screen and (min-width: 64em) {
  .dropdown.menu.large-horizontal > li.opens-left > .is-dropdown-submenu {
    top: 100%;
    right: 0;
    left: auto;
  }
  .dropdown.menu.large-horizontal > li.opens-right > .is-dropdown-submenu {
    top: 100%;
    right: auto;
    left: 0;
  }
  .dropdown.menu.large-vertical > li .is-dropdown-submenu {
    top: 0;
  }
  .dropdown.menu.large-vertical > li.opens-left > .is-dropdown-submenu {
    right: 100%;
    left: auto;
    top: 0;
  }
  .dropdown.menu.large-vertical > li.opens-right > .is-dropdown-submenu {
    right: auto;
    left: 100%;
  }
}
@media screen and (min-width: 75em) {
  .dropdown.menu.xlarge-horizontal > li.opens-left > .is-dropdown-submenu {
    top: 100%;
    right: 0;
    left: auto;
  }
  .dropdown.menu.xlarge-horizontal > li.opens-right > .is-dropdown-submenu {
    top: 100%;
    right: auto;
    left: 0;
  }
  .dropdown.menu.xlarge-vertical > li .is-dropdown-submenu {
    top: 0;
  }
  .dropdown.menu.xlarge-vertical > li.opens-left > .is-dropdown-submenu {
    right: 100%;
    left: auto;
    top: 0;
  }
  .dropdown.menu.xlarge-vertical > li.opens-right > .is-dropdown-submenu {
    right: auto;
    left: 100%;
  }
}
.dropdown.menu.align-right .is-dropdown-submenu.first-sub {
  top: 100%;
  right: 0;
  left: auto;
}
.is-dropdown-menu.vertical {
  width: 100px;
}
.is-dropdown-menu.vertical.align-right {
  float: right;
}
.is-dropdown-submenu-parent {
  position: relative;
}
.is-dropdown-submenu-parent a::after {
  position: absolute;
  top: 50%;
  right: 5px;
  left: auto;
  margin-top: -5px;
}
.is-dropdown-submenu-parent.opens-inner > .is-dropdown-submenu {
  top: 100%;
  left: auto;
}
.is-dropdown-submenu-parent.opens-left > .is-dropdown-submenu {
  right: 100%;
  left: auto;
}
.is-dropdown-submenu-parent.opens-right > .is-dropdown-submenu {
  right: auto;
  left: 100%;
}
.is-dropdown-submenu {
  position: absolute;
  top: 0;
  left: 100%;
  z-index: 1;
  display: none;
  min-width: 200px;
  border: 0 solid #ccc;
  background: #fefefe;
}
.dropdown .is-dropdown-submenu a {
  padding: 0.7rem 1rem;
}
.is-dropdown-submenu .is-dropdown-submenu {
  margin-top: 0;
}
.is-dropdown-submenu > li {
  width: 100%;
}
.is-dropdown-submenu.js-dropdown-active {
  display: block;
}
.flex-video,
.responsive-embed {
  position: relative;
  height: 0;
  margin-bottom: 1rem;
  padding-bottom: 75%;
  overflow: hidden;
}
.flex-video embed,
.flex-video iframe,
.flex-video object,
.flex-video video,
.responsive-embed embed,
.responsive-embed iframe,
.responsive-embed object,
.responsive-embed video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.flex-video.widescreen,
.responsive-embed.widescreen {
  padding-bottom: 56.25%;
}
.label {
  display: inline-block;
  padding: 0.33333rem 0.5rem;
  border-radius: 0;
  font-size: 0.8rem;
  line-height: 1;
  white-space: nowrap;
  cursor: default;
  background: #0069aa;
  color: #fefefe;
}
.label.primary {
  background: #0069aa;
  color: #fefefe;
}
.label.secondary {
  background: #ab0534;
  color: #fefefe;
}
.label.success {
  background: #ccc;
  color: #0a0a0a;
}
.label.warning {
  background: #ffae00;
  color: #0a0a0a;
}
.label.alert {
  background: #cc4b37;
  color: #fefefe;
}
.media-object {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 1rem;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.media-object img {
  max-width: none;
}
@media screen and (max-width: 39.9375em) {
  .media-object.stack-for-small {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 39.9375em) {
  .media-object.stack-for-small .media-object-section {
    padding: 0;
    padding-bottom: 1rem;
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }
  .media-object.stack-for-small .media-object-section img {
    width: 100%;
  }
}
.media-object-section {
  -webkit-flex: 0 1 auto;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
}
.media-object-section:first-child {
  padding-right: 1rem;
}
.media-object-section:last-child:not(:nth-child(2)) {
  padding-left: 1rem;
}
.media-object-section > :last-child {
  margin-bottom: 0;
}
.media-object-section.main-section {
  -webkit-flex: 1 1 0px;
  -ms-flex: 1 1 0px;
  flex: 1 1 0px;
}
.is-off-canvas-open {
  overflow: hidden;
}
.js-off-canvas-overlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 11;
  width: 100%;
  height: 100%;
  transition: opacity 0.5s ease, visibility 0.5s ease;
  background: rgba(254, 254, 254, 0.25);
  opacity: 0;
  visibility: hidden;
  overflow: hidden;
}
.js-off-canvas-overlay.is-visible {
  opacity: 1;
  visibility: visible;
}
.js-off-canvas-overlay.is-closable {
  cursor: pointer;
}
.js-off-canvas-overlay.is-overlay-absolute {
  position: absolute;
}
.js-off-canvas-overlay.is-overlay-fixed {
  position: fixed;
}
.off-canvas-wrapper {
  position: relative;
  overflow: hidden;
}
.off-canvas {
  position: fixed;
  z-index: 12;
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background: #ede9e5;
}
[data-whatinput="mouse"] .off-canvas {
  outline: 0;
}
.off-canvas.is-transition-push {
  z-index: 12;
}
.off-canvas.is-closed {
  visibility: hidden;
}
.off-canvas.is-transition-overlap {
  z-index: 13;
}
.off-canvas.is-transition-overlap.is-open {
  box-shadow: 0 0 10px rgba(10, 10, 10, 0.7);
}
.off-canvas.is-open {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}
.off-canvas-absolute {
  position: absolute;
  z-index: 12;
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background: #ede9e5;
}
[data-whatinput="mouse"] .off-canvas-absolute {
  outline: 0;
}
.off-canvas-absolute.is-transition-push {
  z-index: 12;
}
.off-canvas-absolute.is-closed {
  visibility: hidden;
}
.off-canvas-absolute.is-transition-overlap {
  z-index: 13;
}
.off-canvas-absolute.is-transition-overlap.is-open {
  box-shadow: 0 0 10px rgba(10, 10, 10, 0.7);
}
.off-canvas-absolute.is-open {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}
.position-left {
  top: 0;
  left: 0;
  height: 100%;
  overflow-y: auto;
  width: 250px;
  -webkit-transform: translateX(-250px);
  -ms-transform: translateX(-250px);
  transform: translateX(-250px);
}
.off-canvas-content .off-canvas.position-left {
  -webkit-transform: translateX(-250px);
  -ms-transform: translateX(-250px);
  transform: translateX(-250px);
}
.off-canvas-content .off-canvas.position-left.is-transition-overlap.is-open {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}
.off-canvas-content.is-open-left.has-transition-push {
  -webkit-transform: translateX(250px);
  -ms-transform: translateX(250px);
  transform: translateX(250px);
}
.position-left.is-transition-push {
  box-shadow: inset -13px 0 20px -13px rgba(10, 10, 10, 0.25);
}
.position-right {
  top: 0;
  right: 0;
  height: 100%;
  overflow-y: auto;
  width: 250px;
  -webkit-transform: translateX(250px);
  -ms-transform: translateX(250px);
  transform: translateX(250px);
}
.off-canvas-content .off-canvas.position-right {
  -webkit-transform: translateX(250px);
  -ms-transform: translateX(250px);
  transform: translateX(250px);
}
.off-canvas-content .off-canvas.position-right.is-transition-overlap.is-open {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}
.off-canvas-content.is-open-right.has-transition-push {
  -webkit-transform: translateX(-250px);
  -ms-transform: translateX(-250px);
  transform: translateX(-250px);
}
.position-right.is-transition-push {
  box-shadow: inset 13px 0 20px -13px rgba(10, 10, 10, 0.25);
}
.position-top {
  top: 0;
  left: 0;
  width: 100%;
  overflow-x: auto;
  height: 250px;
  -webkit-transform: translateY(-250px);
  -ms-transform: translateY(-250px);
  transform: translateY(-250px);
}
.off-canvas-content .off-canvas.position-top {
  -webkit-transform: translateY(-250px);
  -ms-transform: translateY(-250px);
  transform: translateY(-250px);
}
.off-canvas-content .off-canvas.position-top.is-transition-overlap.is-open {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}
.off-canvas-content.is-open-top.has-transition-push {
  -webkit-transform: translateY(250px);
  -ms-transform: translateY(250px);
  transform: translateY(250px);
}
.position-top.is-transition-push {
  box-shadow: inset 0 -13px 20px -13px rgba(10, 10, 10, 0.25);
}
.position-bottom {
  bottom: 0;
  left: 0;
  width: 100%;
  overflow-x: auto;
  height: 250px;
  -webkit-transform: translateY(250px);
  -ms-transform: translateY(250px);
  transform: translateY(250px);
}
.off-canvas-content .off-canvas.position-bottom {
  -webkit-transform: translateY(250px);
  -ms-transform: translateY(250px);
  transform: translateY(250px);
}
.off-canvas-content .off-canvas.position-bottom.is-transition-overlap.is-open {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}
.off-canvas-content.is-open-bottom.has-transition-push {
  -webkit-transform: translateY(-250px);
  -ms-transform: translateY(-250px);
  transform: translateY(-250px);
}
.position-bottom.is-transition-push {
  box-shadow: inset 0 13px 20px -13px rgba(10, 10, 10, 0.25);
}
.off-canvas-content {
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.off-canvas-content.has-transition-push {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}
.off-canvas-content .off-canvas.is-open {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}
@media print, screen and (min-width: 40em) {
  .position-left.reveal-for-medium {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    z-index: 12;
    transition: none;
    visibility: visible;
  }
  .position-left.reveal-for-medium .close-button {
    display: none;
  }
  .off-canvas-content .position-left.reveal-for-medium {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
  .off-canvas-content.has-reveal-left {
    margin-left: 250px;
  }
  .position-left.reveal-for-medium ~ .off-canvas-content {
    margin-left: 250px;
  }
  .position-right.reveal-for-medium {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    z-index: 12;
    transition: none;
    visibility: visible;
  }
  .position-right.reveal-for-medium .close-button {
    display: none;
  }
  .off-canvas-content .position-right.reveal-for-medium {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
  .off-canvas-content.has-reveal-right {
    margin-right: 250px;
  }
  .position-right.reveal-for-medium ~ .off-canvas-content {
    margin-right: 250px;
  }
  .position-top.reveal-for-medium {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    z-index: 12;
    transition: none;
    visibility: visible;
  }
  .position-top.reveal-for-medium .close-button {
    display: none;
  }
  .off-canvas-content .position-top.reveal-for-medium {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
  .off-canvas-content.has-reveal-top {
    margin-top: 250px;
  }
  .position-top.reveal-for-medium ~ .off-canvas-content {
    margin-top: 250px;
  }
  .position-bottom.reveal-for-medium {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    z-index: 12;
    transition: none;
    visibility: visible;
  }
  .position-bottom.reveal-for-medium .close-button {
    display: none;
  }
  .off-canvas-content .position-bottom.reveal-for-medium {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
  .off-canvas-content.has-reveal-bottom {
    margin-bottom: 250px;
  }
  .position-bottom.reveal-for-medium ~ .off-canvas-content {
    margin-bottom: 250px;
  }
}
@media print, screen and (min-width: 64em) {
  .position-left.reveal-for-large {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    z-index: 12;
    transition: none;
    visibility: visible;
  }
  .position-left.reveal-for-large .close-button {
    display: none;
  }
  .off-canvas-content .position-left.reveal-for-large {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
  .off-canvas-content.has-reveal-left {
    margin-left: 250px;
  }
  .position-left.reveal-for-large ~ .off-canvas-content {
    margin-left: 250px;
  }
  .position-right.reveal-for-large {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    z-index: 12;
    transition: none;
    visibility: visible;
  }
  .position-right.reveal-for-large .close-button {
    display: none;
  }
  .off-canvas-content .position-right.reveal-for-large {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
  .off-canvas-content.has-reveal-right {
    margin-right: 250px;
  }
  .position-right.reveal-for-large ~ .off-canvas-content {
    margin-right: 250px;
  }
  .position-top.reveal-for-large {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    z-index: 12;
    transition: none;
    visibility: visible;
  }
  .position-top.reveal-for-large .close-button {
    display: none;
  }
  .off-canvas-content .position-top.reveal-for-large {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
  .off-canvas-content.has-reveal-top {
    margin-top: 250px;
  }
  .position-top.reveal-for-large ~ .off-canvas-content {
    margin-top: 250px;
  }
  .position-bottom.reveal-for-large {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    z-index: 12;
    transition: none;
    visibility: visible;
  }
  .position-bottom.reveal-for-large .close-button {
    display: none;
  }
  .off-canvas-content .position-bottom.reveal-for-large {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
  .off-canvas-content.has-reveal-bottom {
    margin-bottom: 250px;
  }
  .position-bottom.reveal-for-large ~ .off-canvas-content {
    margin-bottom: 250px;
  }
}
@media screen and (min-width: 75em) {
  .position-left.reveal-for-xlarge {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    z-index: 12;
    transition: none;
    visibility: visible;
  }
  .position-left.reveal-for-xlarge .close-button {
    display: none;
  }
  .off-canvas-content .position-left.reveal-for-xlarge {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
  .off-canvas-content.has-reveal-left {
    margin-left: 250px;
  }
  .position-left.reveal-for-xlarge ~ .off-canvas-content {
    margin-left: 250px;
  }
  .position-right.reveal-for-xlarge {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    z-index: 12;
    transition: none;
    visibility: visible;
  }
  .position-right.reveal-for-xlarge .close-button {
    display: none;
  }
  .off-canvas-content .position-right.reveal-for-xlarge {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
  .off-canvas-content.has-reveal-right {
    margin-right: 250px;
  }
  .position-right.reveal-for-xlarge ~ .off-canvas-content {
    margin-right: 250px;
  }
  .position-top.reveal-for-xlarge {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    z-index: 12;
    transition: none;
    visibility: visible;
  }
  .position-top.reveal-for-xlarge .close-button {
    display: none;
  }
  .off-canvas-content .position-top.reveal-for-xlarge {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
  .off-canvas-content.has-reveal-top {
    margin-top: 250px;
  }
  .position-top.reveal-for-xlarge ~ .off-canvas-content {
    margin-top: 250px;
  }
  .position-bottom.reveal-for-xlarge {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    z-index: 12;
    transition: none;
    visibility: visible;
  }
  .position-bottom.reveal-for-xlarge .close-button {
    display: none;
  }
  .off-canvas-content .position-bottom.reveal-for-xlarge {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
  .off-canvas-content.has-reveal-bottom {
    margin-bottom: 250px;
  }
  .position-bottom.reveal-for-xlarge ~ .off-canvas-content {
    margin-bottom: 250px;
  }
}
@media print, screen and (min-width: 40em) {
  .off-canvas.in-canvas-for-medium {
    visibility: visible;
    height: auto;
    position: static;
    background: inherit;
    width: inherit;
    overflow: inherit;
    transition: inherit;
  }
  .off-canvas.in-canvas-for-medium.position-bottom,
  .off-canvas.in-canvas-for-medium.position-left,
  .off-canvas.in-canvas-for-medium.position-right,
  .off-canvas.in-canvas-for-medium.position-top {
    box-shadow: none;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
  .off-canvas.in-canvas-for-medium .close-button {
    display: none;
  }
}
@media print, screen and (min-width: 64em) {
  .off-canvas.in-canvas-for-large {
    visibility: visible;
    height: auto;
    position: static;
    background: inherit;
    width: inherit;
    overflow: inherit;
    transition: inherit;
  }
  .off-canvas.in-canvas-for-large.position-bottom,
  .off-canvas.in-canvas-for-large.position-left,
  .off-canvas.in-canvas-for-large.position-right,
  .off-canvas.in-canvas-for-large.position-top {
    box-shadow: none;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
  .off-canvas.in-canvas-for-large .close-button {
    display: none;
  }
}
@media screen and (min-width: 75em) {
  .off-canvas.in-canvas-for-xlarge {
    visibility: visible;
    height: auto;
    position: static;
    background: inherit;
    width: inherit;
    overflow: inherit;
    transition: inherit;
  }
  .off-canvas.in-canvas-for-xlarge.position-bottom,
  .off-canvas.in-canvas-for-xlarge.position-left,
  .off-canvas.in-canvas-for-xlarge.position-right,
  .off-canvas.in-canvas-for-xlarge.position-top {
    box-shadow: none;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
  .off-canvas.in-canvas-for-xlarge .close-button {
    display: none;
  }
}
.progress {
  height: 1rem;
  margin-bottom: 1rem;
  border-radius: 0;
  background-color: #ccc;
}
.progress.primary .progress-meter {
  background-color: #0069aa;
}
.progress.secondary .progress-meter {
  background-color: #ab0534;
}
.progress.success .progress-meter {
  background-color: #ccc;
}
.progress.warning .progress-meter {
  background-color: #ffae00;
}
.progress.alert .progress-meter {
  background-color: #cc4b37;
}
.progress-meter {
  position: relative;
  display: block;
  width: 0%;
  height: 100%;
  background-color: #0069aa;
}
.progress-meter-text {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  position: absolute;
  margin: 0;
  font-size: 0.75rem;
  font-weight: 700;
  color: #fefefe;
  white-space: nowrap;
}
.sticky-container {
  position: relative;
}
.sticky {
  position: relative;
  z-index: 0;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.sticky.is-stuck {
  position: fixed;
  z-index: 5;
  width: 100%;
}
.sticky.is-stuck.is-at-top {
  top: 0;
}
.sticky.is-stuck.is-at-bottom {
  bottom: 0;
}
.sticky.is-anchored {
  position: relative;
  right: auto;
  left: auto;
}
.sticky.is-anchored.is-at-bottom {
  bottom: 0;
}
body.is-reveal-open {
  overflow: hidden;
}
html.is-reveal-open,
html.is-reveal-open body {
  min-height: 100%;
  overflow: hidden;
  position: fixed;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.reveal-overlay {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1005;
  display: none;
  background-color: rgba(10, 10, 10, 0.45);
  overflow-y: scroll;
}
.reveal {
  z-index: 1006;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  display: none;
  padding: 1rem;
  border: 1px solid #ccc;
  border-radius: 0;
  background-color: #fefefe;
  position: relative;
  top: 100px;
  margin-right: auto;
  margin-left: auto;
  overflow-y: auto;
}
[data-whatinput="mouse"] .reveal {
  outline: 0;
}
@media print, screen and (min-width: 40em) {
  .reveal {
    min-height: 0;
  }
}
.reveal .column,
.reveal .columns {
  min-width: 0;
}
.reveal > :last-child {
  margin-bottom: 0;
}
@media print, screen and (min-width: 40em) {
  .reveal {
    width: 600px;
    max-width: 75rem;
  }
}
.reveal.collapse {
  padding: 0;
}
@media print, screen and (min-width: 40em) {
  .reveal.tiny {
    width: 30%;
    max-width: 75rem;
  }
}
@media print, screen and (min-width: 40em) {
  .reveal.small {
    width: 50%;
    max-width: 75rem;
  }
}
@media print, screen and (min-width: 40em) {
  .reveal.large {
    width: 90%;
    max-width: 75rem;
  }
}
.reveal.full {
  top: 0;
  left: 0;
  width: 100%;
  max-width: none;
  height: 100%;
  height: 100vh;
  min-height: 100vh;
  margin-left: 0;
  border: 0;
  border-radius: 0;
}
@media screen and (max-width: 39.9375em) {
  .reveal {
    top: 0;
    left: 0;
    width: 100%;
    max-width: none;
    height: 100%;
    height: 100vh;
    min-height: 100vh;
    margin-left: 0;
    border: 0;
    border-radius: 0;
  }
}
.reveal.without-overlay {
  position: fixed;
}
.switch {
  height: 2rem;
  position: relative;
  margin-bottom: 1rem;
  outline: 0;
  font-size: 0.875rem;
  font-weight: 700;
  color: #fefefe;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.switch-input {
  position: absolute;
  margin-bottom: 0;
  opacity: 0;
}
.switch-paddle {
  position: relative;
  display: block;
  width: 4rem;
  height: 2rem;
  border-radius: 0;
  background: #ccc;
  transition: all 0.25s ease-out;
  font-weight: inherit;
  color: inherit;
  cursor: pointer;
}
input + .switch-paddle {
  margin: 0;
}
.switch-paddle::after {
  position: absolute;
  top: 0.25rem;
  left: 0.25rem;
  display: block;
  width: 1.5rem;
  height: 1.5rem;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  border-radius: 0;
  background: #fefefe;
  transition: all 0.25s ease-out;
  content: "";
}
input:checked ~ .switch-paddle {
  background: #0069aa;
}
input:checked ~ .switch-paddle::after {
  left: 2.25rem;
}
[data-whatinput="mouse"] input:focus ~ .switch-paddle {
  outline: 0;
}
.switch-active,
.switch-inactive {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.switch-active {
  left: 8%;
  display: none;
}
input:checked + label > .switch-active {
  display: block;
}
.switch-inactive {
  right: 15%;
}
input:checked + label > .switch-inactive {
  display: none;
}
.switch.tiny {
  height: 1.5rem;
}
.switch.tiny .switch-paddle {
  width: 3rem;
  height: 1.5rem;
  font-size: 0.625rem;
}
.switch.tiny .switch-paddle::after {
  top: 0.25rem;
  left: 0.25rem;
  width: 1rem;
  height: 1rem;
}
.switch.tiny input:checked ~ .switch-paddle::after {
  left: 1.75rem;
}
.switch.small {
  height: 1.75rem;
}
.switch.small .switch-paddle {
  width: 3.5rem;
  height: 1.75rem;
  font-size: 0.75rem;
}
.switch.small .switch-paddle::after {
  top: 0.25rem;
  left: 0.25rem;
  width: 1.25rem;
  height: 1.25rem;
}
.switch.small input:checked ~ .switch-paddle::after {
  left: 2rem;
}
.switch.large {
  height: 2.5rem;
}
.switch.large .switch-paddle {
  width: 5rem;
  height: 2.5rem;
  font-size: 1rem;
}
.switch.large .switch-paddle::after {
  top: 0.25rem;
  left: 0.25rem;
  width: 2rem;
  height: 2rem;
}
.switch.large input:checked ~ .switch-paddle::after {
  left: 2.75rem;
}
table {
  border-collapse: collapse;
  width: 100%;
  margin-bottom: 1rem;
  border-radius: 0;
}
table tbody,
table tfoot,
table thead {
  border: 1px solid #f1f1f1;
  background-color: #fefefe;
}
table caption {
  padding: 0.5rem 0.625rem 0.625rem;
  font-weight: 700;
}
table thead {
  background: #f8f8f8;
  color: #454545;
}
table tfoot {
  background: #f1f1f1;
  color: #454545;
}
table tfoot tr,
table thead tr {
  background: 0 0;
}
table tfoot td,
table tfoot th,
table thead td,
table thead th {
  padding: 0.5rem 0.625rem 0.625rem;
  font-weight: 700;
  text-align: left;
}
table tbody td,
table tbody th {
  padding: 0.5rem 0.625rem 0.625rem;
}
table tbody tr {
  border-bottom: 0;
  border-bottom: 1px solid #f1f1f1;
  background-color: #fefefe;
}
table.striped tbody tr:nth-child(even) {
  border-bottom: 0;
  background-color: #f1f1f1;
}
@media screen and (max-width: 63.9375em) {
  table.stack thead {
    display: none;
  }
  table.stack tfoot {
    display: none;
  }
  table.stack td,
  table.stack th,
  table.stack tr {
    display: block;
  }
  table.stack td {
    border-top: 0;
  }
}
table.scroll {
  display: block;
  width: 100%;
  overflow-x: auto;
}
table.hover thead tr:hover {
  background-color: #f3f3f3;
}
table.hover tfoot tr:hover {
  background-color: #ececec;
}
table.hover tbody tr:hover {
  background-color: #f9f9f9;
}
table.hover.striped tr:nth-of-type(even):hover {
  background-color: #ececec;
}
.table-scroll {
  overflow-x: auto;
}
.table-scroll table {
  width: auto;
}
.tabs {
  margin: 0;
  border: 1px solid #fefefe;
  background: #0069aa;
  list-style-type: none;
}
.tabs::after,
.tabs::before {
  display: table;
  content: " ";
  -webkit-flex-basis: 0;
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -webkit-order: 1;
  -ms-flex-order: 1;
  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: 0 0;
}
.tabs.primary {
  background: #0069aa;
}
.tabs.primary > li > a {
  color: #fefefe;
}
.tabs.primary > li > a:focus,
.tabs.primary > li > a:hover {
  background: #0074bb;
}
.tabs-title {
  float: left;
}
.tabs-title > a {
  display: block;
  padding: 1.25rem 1rem;
  font-size: 1rem;
  line-height: 1;
  color: #fefefe;
}
.tabs-title > a:hover {
  background: #2e91ce;
  color: #dadada;
}
.tabs-title > a:focus,
.tabs-title > a[aria-selected="true"] {
  background: #2e91ce;
  color: #fefefe;
}
.tabs-content {
  border: 1px solid #fefefe;
  border-top: 0;
  background: #fefefe;
  color: #454545;
  transition: all 0.5s ease;
}
.tabs-content.vertical {
  border: 1px solid #fefefe;
  border-left: 0;
}
.tabs-panel {
  display: none;
  padding: 1.25rem;
}
.tabs-panel.is-active {
  display: block;
}
.thumbnail {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 1rem;
  border: solid 4px #fefefe;
  border-radius: 0;
  box-shadow: 0 0 0 1px rgba(10, 10, 10, 0.2);
  line-height: 0;
}
a.thumbnail {
  transition: box-shadow 0.2s ease-out;
}
a.thumbnail:focus,
a.thumbnail:hover {
  box-shadow: 0 0 6px 1px rgba(0, 105, 170, 0.5);
}
a.thumbnail image {
  box-shadow: none;
}
.title-bar {
  padding: 0.5rem;
  background: #0a0a0a;
  color: #fefefe;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.title-bar .menu-icon {
  margin-left: 0.25rem;
  margin-right: 0.25rem;
}
.title-bar-left,
.title-bar-right {
  -webkit-flex: 1 1 0px;
  -ms-flex: 1 1 0px;
  flex: 1 1 0px;
}
.title-bar-right {
  text-align: right;
}
.title-bar-title {
  display: inline-block;
  vertical-align: middle;
  font-weight: 700;
}
.has-tip {
  position: relative;
  display: inline-block;
  border-bottom: dotted 1px #716258;
  font-weight: 700;
  cursor: help;
}
.tooltip {
  position: absolute;
  top: calc(100% + 0.6495rem);
  z-index: 1200;
  max-width: 10rem;
  padding: 0.75rem;
  border-radius: 0;
  background-color: #0a0a0a;
  font-size: 80%;
  color: #fefefe;
}
.tooltip::before {
  position: absolute;
}
.tooltip.bottom::before {
  display: block;
  width: 0;
  height: 0;
  border: inset 0.75rem;
  content: "";
  border-top-width: 0;
  border-bottom-style: solid;
  border-color: transparent transparent #0a0a0a;
  bottom: 100%;
}
.tooltip.bottom.align-center::before {
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.tooltip.top::before {
  display: block;
  width: 0;
  height: 0;
  border: inset 0.75rem;
  content: "";
  border-bottom-width: 0;
  border-top-style: solid;
  border-color: #0a0a0a transparent transparent;
  top: 100%;
  bottom: auto;
}
.tooltip.top.align-center::before {
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.tooltip.left::before {
  display: block;
  width: 0;
  height: 0;
  border: inset 0.75rem;
  content: "";
  border-right-width: 0;
  border-left-style: solid;
  border-color: transparent transparent transparent #0a0a0a;
  left: 100%;
}
.tooltip.left.align-center::before {
  bottom: auto;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.tooltip.right::before {
  display: block;
  width: 0;
  height: 0;
  border: inset 0.75rem;
  content: "";
  border-left-width: 0;
  border-right-style: solid;
  border-color: transparent #0a0a0a transparent transparent;
  right: 100%;
  left: auto;
}
.tooltip.right.align-center::before {
  bottom: auto;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.tooltip.align-top::before {
  bottom: auto;
  top: 10%;
}
.tooltip.align-bottom::before {
  bottom: 10%;
  top: auto;
}
.tooltip.align-left::before {
  left: 10%;
  right: auto;
}
.tooltip.align-right::before {
  left: auto;
  right: 10%;
}
.top-bar {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0.5rem;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.top-bar,
.top-bar ul {
  background-color: #e7e5e5;
}
.top-bar input {
  max-width: 200px;
  margin-right: 1rem;
}
.top-bar .input-group-field {
  width: 100%;
  margin-right: 0;
}
.top-bar input.button {
  width: auto;
}
.top-bar .top-bar-left,
.top-bar .top-bar-right {
  -webkit-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}
@media screen and (min-width: 64em) {
  .top-bar {
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .top-bar .top-bar-left {
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    margin-right: auto;
  }
  .top-bar .top-bar-right {
    -webkit-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    margin-left: auto;
  }
}
@media screen and (max-width: 63.9375em) {
  .top-bar.stacked-for-medium {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .top-bar.stacked-for-medium .top-bar-left,
  .top-bar.stacked-for-medium .top-bar-right {
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media screen and (max-width: 74.9375em) {
  .top-bar.stacked-for-large {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .top-bar.stacked-for-large .top-bar-left,
  .top-bar.stacked-for-large .top-bar-right {
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media screen and (max-width: 89.9375em) {
  .top-bar.stacked-for-xlarge {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .top-bar.stacked-for-xlarge .top-bar-left,
  .top-bar.stacked-for-xlarge .top-bar-right {
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.top-bar-title {
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  margin: 0.5rem 1rem 0.5rem 0;
}
.top-bar-left,
.top-bar-right {
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}
.hide {
  display: none !important;
}
.invisible {
  visibility: hidden;
}
@media screen and (max-width: 39.9375em) {
  .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.9375em) {
  .show-for-medium {
    display: none !important;
  }
}
@media screen and (min-width: 40em) and (max-width: 63.9375em) {
  .hide-for-medium-only {
    display: none !important;
  }
}
@media screen and (max-width: 39.9375em), 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.9375em) {
  .show-for-large {
    display: none !important;
  }
}
@media screen and (min-width: 64em) and (max-width: 74.9375em) {
  .hide-for-large-only {
    display: none !important;
  }
}
@media screen and (max-width: 63.9375em), 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.9375em) {
  .show-for-xlarge {
    display: none !important;
  }
}
@media screen and (min-width: 75em) and (max-width: 89.9375em) {
  .hide-for-xlarge-only {
    display: none !important;
  }
}
@media screen and (max-width: 74.9375em), screen and (min-width: 90em) {
  .show-for-xlarge-only {
    display: none !important;
  }
}
.show-for-sr,
.show-on-focus {
  position: absolute !important;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  border: 0;
}
.show-on-focus:active,
.show-on-focus:focus {
  position: static !important;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal;
  -webkit-clip-path: none;
  clip-path: none;
}
.hide-for-portrait,
.show-for-landscape {
  display: block !important;
}
@media screen and (orientation: landscape) {
  .hide-for-portrait,
  .show-for-landscape {
    display: block !important;
  }
}
@media screen and (orientation: portrait) {
  .hide-for-portrait,
  .show-for-landscape {
    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;
  }
}
.align-right {
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.align-center {
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.align-justify {
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.align-spaced {
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}
.align-right.vertical.menu > li > a {
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.align-center.vertical.menu > li > a {
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.align-top {
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.align-self-top {
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
}
.align-bottom {
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}
.align-self-bottom {
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
}
.align-middle {
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.align-self-middle {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}
.align-stretch {
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}
.align-self-stretch {
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
}
.align-center-middle {
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
}
.small-order-1 {
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
}
.small-order-2 {
  -webkit-order: 2;
  -ms-flex-order: 2;
  order: 2;
}
.small-order-3 {
  -webkit-order: 3;
  -ms-flex-order: 3;
  order: 3;
}
.small-order-4 {
  -webkit-order: 4;
  -ms-flex-order: 4;
  order: 4;
}
.small-order-5 {
  -webkit-order: 5;
  -ms-flex-order: 5;
  order: 5;
}
.small-order-6 {
  -webkit-order: 6;
  -ms-flex-order: 6;
  order: 6;
}
@media print, screen and (min-width: 40em) {
  .medium-order-1 {
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }
  .medium-order-2 {
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
  }
  .medium-order-3 {
    -webkit-order: 3;
    -ms-flex-order: 3;
    order: 3;
  }
  .medium-order-4 {
    -webkit-order: 4;
    -ms-flex-order: 4;
    order: 4;
  }
  .medium-order-5 {
    -webkit-order: 5;
    -ms-flex-order: 5;
    order: 5;
  }
  .medium-order-6 {
    -webkit-order: 6;
    -ms-flex-order: 6;
    order: 6;
  }
}
@media print, screen and (min-width: 64em) {
  .large-order-1 {
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }
  .large-order-2 {
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
  }
  .large-order-3 {
    -webkit-order: 3;
    -ms-flex-order: 3;
    order: 3;
  }
  .large-order-4 {
    -webkit-order: 4;
    -ms-flex-order: 4;
    order: 4;
  }
  .large-order-5 {
    -webkit-order: 5;
    -ms-flex-order: 5;
    order: 5;
  }
  .large-order-6 {
    -webkit-order: 6;
    -ms-flex-order: 6;
    order: 6;
  }
}
@media screen and (min-width: 75em) {
  .xlarge-order-1 {
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }
  .xlarge-order-2 {
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
  }
  .xlarge-order-3 {
    -webkit-order: 3;
    -ms-flex-order: 3;
    order: 3;
  }
  .xlarge-order-4 {
    -webkit-order: 4;
    -ms-flex-order: 4;
    order: 4;
  }
  .xlarge-order-5 {
    -webkit-order: 5;
    -ms-flex-order: 5;
    order: 5;
  }
  .xlarge-order-6 {
    -webkit-order: 6;
    -ms-flex-order: 6;
    order: 6;
  }
}
.flex-container {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.flex-child-auto {
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
.flex-child-grow {
  -webkit-flex: 1 0 auto;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
}
.flex-child-shrink {
  -webkit-flex: 0 1 auto;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
}
.flex-dir-row {
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}
.flex-dir-row-reverse {
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.flex-dir-column {
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.flex-dir-column-reverse {
  -webkit-flex-direction: column-reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
}
@media print, screen and (min-width: 40em) {
  .medium-flex-container {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .medium-flex-child-auto {
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
  }
  .medium-flex-child-grow {
    -webkit-flex: 1 0 auto;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
  }
  .medium-flex-child-shrink {
    -webkit-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
  }
  .medium-flex-dir-row {
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .medium-flex-dir-row-reverse {
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
  .medium-flex-dir-column {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .medium-flex-dir-column-reverse {
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
}
@media print, screen and (min-width: 64em) {
  .large-flex-container {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .large-flex-child-auto {
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
  }
  .large-flex-child-grow {
    -webkit-flex: 1 0 auto;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
  }
  .large-flex-child-shrink {
    -webkit-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
  }
  .large-flex-dir-row {
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .large-flex-dir-row-reverse {
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
  .large-flex-dir-column {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .large-flex-dir-column-reverse {
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
}
@media screen and (min-width: 75em) {
  .xlarge-flex-container {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .xlarge-flex-child-auto {
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
  }
  .xlarge-flex-child-grow {
    -webkit-flex: 1 0 auto;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
  }
  .xlarge-flex-child-shrink {
    -webkit-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
  }
  .xlarge-flex-dir-row {
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .xlarge-flex-dir-row-reverse {
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
  .xlarge-flex-dir-column {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .xlarge-flex-dir-column-reverse {
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
}
.slide-in-down.mui-enter {
  transition-duration: 0.5s;
  transition-timing-function: linear;
  -webkit-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.slide-in-down.mui-enter.mui-enter-active {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
.slide-in-left.mui-enter {
  transition-duration: 0.5s;
  transition-timing-function: linear;
  -webkit-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  transform: translateX(-100%);
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.slide-in-left.mui-enter.mui-enter-active {
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}
.slide-in-up.mui-enter {
  transition-duration: 0.5s;
  transition-timing-function: linear;
  -webkit-transform: translateY(100%);
  -ms-transform: translateY(100%);
  transform: translateY(100%);
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.slide-in-up.mui-enter.mui-enter-active {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
.slide-in-right.mui-enter {
  transition-duration: 0.5s;
  transition-timing-function: linear;
  -webkit-transform: translateX(100%);
  -ms-transform: translateX(100%);
  transform: translateX(100%);
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.slide-in-right.mui-enter.mui-enter-active {
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}
.slide-out-down.mui-leave {
  transition-duration: 0.5s;
  transition-timing-function: linear;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.slide-out-down.mui-leave.mui-leave-active {
  -webkit-transform: translateY(100%);
  -ms-transform: translateY(100%);
  transform: translateY(100%);
}
.slide-out-right.mui-leave {
  transition-duration: 0.5s;
  transition-timing-function: linear;
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.slide-out-right.mui-leave.mui-leave-active {
  -webkit-transform: translateX(100%);
  -ms-transform: translateX(100%);
  transform: translateX(100%);
}
.slide-out-up.mui-leave {
  transition-duration: 0.5s;
  transition-timing-function: linear;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.slide-out-up.mui-leave.mui-leave-active {
  -webkit-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
}
.slide-out-left.mui-leave {
  transition-duration: 0.5s;
  transition-timing-function: linear;
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.slide-out-left.mui-leave.mui-leave-active {
  -webkit-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  transform: translateX(-100%);
}
.fade-in.mui-enter {
  transition-duration: 0.5s;
  transition-timing-function: linear;
  opacity: 0;
  transition-property: opacity;
}
.fade-in.mui-enter.mui-enter-active {
  opacity: 1;
}
.fade-out.mui-leave {
  transition-duration: 0.5s;
  transition-timing-function: linear;
  opacity: 1;
  transition-property: opacity;
}
.fade-out.mui-leave.mui-leave-active {
  opacity: 0;
}
.hinge-in-from-top.mui-enter {
  transition-duration: 0.5s;
  transition-timing-function: linear;
  -webkit-transform: perspective(2000px) rotateX(-90deg);
  transform: perspective(2000px) rotateX(-90deg);
  -webkit-transform-origin: top;
  -ms-transform-origin: top;
  transform-origin: top;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 0;
}
.hinge-in-from-top.mui-enter.mui-enter-active {
  -webkit-transform: perspective(2000px) rotate(0);
  transform: perspective(2000px) rotate(0);
  opacity: 1;
}
.hinge-in-from-right.mui-enter {
  transition-duration: 0.5s;
  transition-timing-function: linear;
  -webkit-transform: perspective(2000px) rotateY(-90deg);
  transform: perspective(2000px) rotateY(-90deg);
  -webkit-transform-origin: right;
  -ms-transform-origin: right;
  transform-origin: right;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 0;
}
.hinge-in-from-right.mui-enter.mui-enter-active {
  -webkit-transform: perspective(2000px) rotate(0);
  transform: perspective(2000px) rotate(0);
  opacity: 1;
}
.hinge-in-from-bottom.mui-enter {
  transition-duration: 0.5s;
  transition-timing-function: linear;
  -webkit-transform: perspective(2000px) rotateX(90deg);
  transform: perspective(2000px) rotateX(90deg);
  -webkit-transform-origin: bottom;
  -ms-transform-origin: bottom;
  transform-origin: bottom;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 0;
}
.hinge-in-from-bottom.mui-enter.mui-enter-active {
  -webkit-transform: perspective(2000px) rotate(0);
  transform: perspective(2000px) rotate(0);
  opacity: 1;
}
.hinge-in-from-left.mui-enter {
  transition-duration: 0.5s;
  transition-timing-function: linear;
  -webkit-transform: perspective(2000px) rotateY(90deg);
  transform: perspective(2000px) rotateY(90deg);
  -webkit-transform-origin: left;
  -ms-transform-origin: left;
  transform-origin: left;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 0;
}
.hinge-in-from-left.mui-enter.mui-enter-active {
  -webkit-transform: perspective(2000px) rotate(0);
  transform: perspective(2000px) rotate(0);
  opacity: 1;
}
.hinge-in-from-middle-x.mui-enter {
  transition-duration: 0.5s;
  transition-timing-function: linear;
  -webkit-transform: perspective(2000px) rotateX(-90deg);
  transform: perspective(2000px) rotateX(-90deg);
  -webkit-transform-origin: center;
  -ms-transform-origin: center;
  transform-origin: center;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 0;
}
.hinge-in-from-middle-x.mui-enter.mui-enter-active {
  -webkit-transform: perspective(2000px) rotate(0);
  transform: perspective(2000px) rotate(0);
  opacity: 1;
}
.hinge-in-from-middle-y.mui-enter {
  transition-duration: 0.5s;
  transition-timing-function: linear;
  -webkit-transform: perspective(2000px) rotateY(-90deg);
  transform: perspective(2000px) rotateY(-90deg);
  -webkit-transform-origin: center;
  -ms-transform-origin: center;
  transform-origin: center;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 0;
}
.hinge-in-from-middle-y.mui-enter.mui-enter-active {
  -webkit-transform: perspective(2000px) rotate(0);
  transform: perspective(2000px) rotate(0);
  opacity: 1;
}
.hinge-out-from-top.mui-leave {
  transition-duration: 0.5s;
  transition-timing-function: linear;
  -webkit-transform: perspective(2000px) rotate(0);
  transform: perspective(2000px) rotate(0);
  -webkit-transform-origin: top;
  -ms-transform-origin: top;
  transform-origin: top;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 1;
}
.hinge-out-from-top.mui-leave.mui-leave-active {
  -webkit-transform: perspective(2000px) rotateX(-90deg);
  transform: perspective(2000px) rotateX(-90deg);
  opacity: 0;
}
.hinge-out-from-right.mui-leave {
  transition-duration: 0.5s;
  transition-timing-function: linear;
  -webkit-transform: perspective(2000px) rotate(0);
  transform: perspective(2000px) rotate(0);
  -webkit-transform-origin: right;
  -ms-transform-origin: right;
  transform-origin: right;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 1;
}
.hinge-out-from-right.mui-leave.mui-leave-active {
  -webkit-transform: perspective(2000px) rotateY(-90deg);
  transform: perspective(2000px) rotateY(-90deg);
  opacity: 0;
}
.hinge-out-from-bottom.mui-leave {
  transition-duration: 0.5s;
  transition-timing-function: linear;
  -webkit-transform: perspective(2000px) rotate(0);
  transform: perspective(2000px) rotate(0);
  -webkit-transform-origin: bottom;
  -ms-transform-origin: bottom;
  transform-origin: bottom;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 1;
}
.hinge-out-from-bottom.mui-leave.mui-leave-active {
  -webkit-transform: perspective(2000px) rotateX(90deg);
  transform: perspective(2000px) rotateX(90deg);
  opacity: 0;
}
.hinge-out-from-left.mui-leave {
  transition-duration: 0.5s;
  transition-timing-function: linear;
  -webkit-transform: perspective(2000px) rotate(0);
  transform: perspective(2000px) rotate(0);
  -webkit-transform-origin: left;
  -ms-transform-origin: left;
  transform-origin: left;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 1;
}
.hinge-out-from-left.mui-leave.mui-leave-active {
  -webkit-transform: perspective(2000px) rotateY(90deg);
  transform: perspective(2000px) rotateY(90deg);
  opacity: 0;
}
.hinge-out-from-middle-x.mui-leave {
  transition-duration: 0.5s;
  transition-timing-function: linear;
  -webkit-transform: perspective(2000px) rotate(0);
  transform: perspective(2000px) rotate(0);
  -webkit-transform-origin: center;
  -ms-transform-origin: center;
  transform-origin: center;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 1;
}
.hinge-out-from-middle-x.mui-leave.mui-leave-active {
  -webkit-transform: perspective(2000px) rotateX(-90deg);
  transform: perspective(2000px) rotateX(-90deg);
  opacity: 0;
}
.hinge-out-from-middle-y.mui-leave {
  transition-duration: 0.5s;
  transition-timing-function: linear;
  -webkit-transform: perspective(2000px) rotate(0);
  transform: perspective(2000px) rotate(0);
  -webkit-transform-origin: center;
  -ms-transform-origin: center;
  transform-origin: center;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 1;
}
.hinge-out-from-middle-y.mui-leave.mui-leave-active {
  -webkit-transform: perspective(2000px) rotateY(-90deg);
  transform: perspective(2000px) rotateY(-90deg);
  opacity: 0;
}
.scale-in-up.mui-enter {
  transition-duration: 0.5s;
  transition-timing-function: linear;
  -webkit-transform: scale(0.5);
  -ms-transform: scale(0.5);
  transform: scale(0.5);
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 0;
}
.scale-in-up.mui-enter.mui-enter-active {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}
.scale-in-down.mui-enter {
  transition-duration: 0.5s;
  transition-timing-function: linear;
  -webkit-transform: scale(1.5);
  -ms-transform: scale(1.5);
  transform: scale(1.5);
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 0;
}
.scale-in-down.mui-enter.mui-enter-active {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}
.scale-out-up.mui-leave {
  transition-duration: 0.5s;
  transition-timing-function: linear;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 1;
}
.scale-out-up.mui-leave.mui-leave-active {
  -webkit-transform: scale(1.5);
  -ms-transform: scale(1.5);
  transform: scale(1.5);
  opacity: 0;
}
.scale-out-down.mui-leave {
  transition-duration: 0.5s;
  transition-timing-function: linear;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 1;
}
.scale-out-down.mui-leave.mui-leave-active {
  -webkit-transform: scale(0.5);
  -ms-transform: scale(0.5);
  transform: scale(0.5);
  opacity: 0;
}
.spin-in.mui-enter {
  transition-duration: 0.5s;
  transition-timing-function: linear;
  -webkit-transform: rotate(-0.75turn);
  -ms-transform: rotate(-0.75turn);
  transform: rotate(-0.75turn);
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 0;
}
.spin-in.mui-enter.mui-enter-active {
  -webkit-transform: rotate(0);
  -ms-transform: rotate(0);
  transform: rotate(0);
  opacity: 1;
}
.spin-out.mui-leave {
  transition-duration: 0.5s;
  transition-timing-function: linear;
  -webkit-transform: rotate(0);
  -ms-transform: rotate(0);
  transform: rotate(0);
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 1;
}
.spin-out.mui-leave.mui-leave-active {
  -webkit-transform: rotate(0.75turn);
  -ms-transform: rotate(0.75turn);
  transform: rotate(0.75turn);
  opacity: 0;
}
.spin-in-ccw.mui-enter {
  transition-duration: 0.5s;
  transition-timing-function: linear;
  -webkit-transform: rotate(0.75turn);
  -ms-transform: rotate(0.75turn);
  transform: rotate(0.75turn);
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 0;
}
.spin-in-ccw.mui-enter.mui-enter-active {
  -webkit-transform: rotate(0);
  -ms-transform: rotate(0);
  transform: rotate(0);
  opacity: 1;
}
.spin-out-ccw.mui-leave {
  transition-duration: 0.5s;
  transition-timing-function: linear;
  -webkit-transform: rotate(0);
  -ms-transform: rotate(0);
  transform: rotate(0);
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 1;
}
.spin-out-ccw.mui-leave.mui-leave-active {
  -webkit-transform: rotate(-0.75turn);
  -ms-transform: rotate(-0.75turn);
  transform: rotate(-0.75turn);
  opacity: 0;
}
.slow {
  transition-duration: 750ms !important;
}
.fast {
  transition-duration: 250ms !important;
}
.linear {
  transition-timing-function: linear !important;
}
.ease {
  transition-timing-function: ease !important;
}
.ease-in {
  transition-timing-function: ease-in !important;
}
.ease-out {
  transition-timing-function: ease-out !important;
}
.ease-in-out {
  transition-timing-function: ease-in-out !important;
}
.bounce-in {
  transition-timing-function: cubic-bezier(
    0.485,
    0.155,
    0.24,
    1.245
  ) !important;
}
.bounce-out {
  transition-timing-function: cubic-bezier(
    0.485,
    0.155,
    0.515,
    0.845
  ) !important;
}
.bounce-in-out {
  transition-timing-function: cubic-bezier(
    0.76,
    -0.245,
    0.24,
    1.245
  ) !important;
}
.short-delay {
  transition-delay: 0.3s !important;
}
.long-delay {
  transition-delay: 0.7s !important;
}
.shake {
  -webkit-animation-name: shake-7;
  animation-name: shake-7;
}
@-webkit-keyframes shake-7 {
  0%,
  10%,
  20%,
  30%,
  40%,
  50%,
  60%,
  70%,
  80%,
  90% {
    -webkit-transform: translateX(7%);
    transform: translateX(7%);
  }
  15%,
  25%,
  35%,
  45%,
  5%,
  55%,
  65%,
  75%,
  85%,
  95% {
    -webkit-transform: translateX(-7%);
    transform: translateX(-7%);
  }
}
@keyframes shake-7 {
  0%,
  10%,
  20%,
  30%,
  40%,
  50%,
  60%,
  70%,
  80%,
  90% {
    -webkit-transform: translateX(7%);
    transform: translateX(7%);
  }
  15%,
  25%,
  35%,
  45%,
  5%,
  55%,
  65%,
  75%,
  85%,
  95% {
    -webkit-transform: translateX(-7%);
    transform: translateX(-7%);
  }
}
.spin-cw {
  -webkit-animation-name: spin-cw-1turn;
  animation-name: spin-cw-1turn;
}
@-webkit-keyframes spin-cw-1turn {
  0% {
    -webkit-transform: rotate(-1turn);
    transform: rotate(-1turn);
  }
  100% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
}
@keyframes spin-cw-1turn {
  0% {
    -webkit-transform: rotate(-1turn);
    transform: rotate(-1turn);
  }
  100% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
}
.spin-ccw {
  -webkit-animation-name: spin-cw-1turn;
  animation-name: spin-cw-1turn;
}
@keyframes spin-cw-1turn {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn);
  }
}
.wiggle {
  -webkit-animation-name: wiggle-7deg;
  animation-name: wiggle-7deg;
}
@-webkit-keyframes wiggle-7deg {
  40%,
  50%,
  60% {
    -webkit-transform: rotate(7deg);
    transform: rotate(7deg);
  }
  35%,
  45%,
  55%,
  65% {
    -webkit-transform: rotate(-7deg);
    transform: rotate(-7deg);
  }
  0%,
  100%,
  30%,
  70% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
}
@keyframes wiggle-7deg {
  40%,
  50%,
  60% {
    -webkit-transform: rotate(7deg);
    transform: rotate(7deg);
  }
  35%,
  45%,
  55%,
  65% {
    -webkit-transform: rotate(-7deg);
    transform: rotate(-7deg);
  }
  0%,
  100%,
  30%,
  70% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
}
.shake,
.spin-ccw,
.spin-cw,
.wiggle {
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
}
.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}
.slow {
  -webkit-animation-duration: 750ms !important;
  animation-duration: 750ms !important;
}
.fast {
  -webkit-animation-duration: 250ms !important;
  animation-duration: 250ms !important;
}
.linear {
  -webkit-animation-timing-function: linear !important;
  animation-timing-function: linear !important;
}
.ease {
  -webkit-animation-timing-function: ease !important;
  animation-timing-function: ease !important;
}
.ease-in {
  -webkit-animation-timing-function: ease-in !important;
  animation-timing-function: ease-in !important;
}
.ease-out {
  -webkit-animation-timing-function: ease-out !important;
  animation-timing-function: ease-out !important;
}
.ease-in-out {
  -webkit-animation-timing-function: ease-in-out !important;
  animation-timing-function: ease-in-out !important;
}
.bounce-in {
  -webkit-animation-timing-function: cubic-bezier(
    0.485,
    0.155,
    0.24,
    1.245
  ) !important;
  animation-timing-function: cubic-bezier(0.485, 0.155, 0.24, 1.245) !important;
}
.bounce-out {
  -webkit-animation-timing-function: cubic-bezier(
    0.485,
    0.155,
    0.515,
    0.845
  ) !important;
  animation-timing-function: cubic-bezier(
    0.485,
    0.155,
    0.515,
    0.845
  ) !important;
}
.bounce-in-out {
  -webkit-animation-timing-function: cubic-bezier(
    0.76,
    -0.245,
    0.24,
    1.245
  ) !important;
  animation-timing-function: cubic-bezier(0.76, -0.245, 0.24, 1.245) !important;
}
.short-delay {
  -webkit-animation-delay: 0.3s !important;
  animation-delay: 0.3s !important;
}
.long-delay {
  -webkit-animation-delay: 0.7s !important;
  animation-delay: 0.7s !important;
}
@font-face {
  font-family: icomoon;
  src: url(../fonts/icomoon.eot?ixgwli);
  src: url(../fonts/icomoon.eot?ixgwli#iefix) format("embedded-opentype"),
    url(../fonts/icomoon.ttf?ixgwli) format("truetype"),
    url(../fonts/icomoon.woff?ixgwli) format("woff"),
    url(../fonts/icomoon.svg?ixgwli#icomoon) format("svg");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Zilla Slab Bold';
  src: url('../fonts/ZillaSlab-Bold.ttf') format('truetype'); /* Chrome 4+, Firefox 3.5, Opera 10+, Safari 3—5 */
}
@font-face {
  font-family: 'Source Sans Pro Regular';
  src: url('../fonts/SourceSansPro-Regular.ttf') format('truetype'); /* Chrome 4+, Firefox 3.5, Opera 10+, Safari 3—5 */
}
[class*=" icon-"],
[class^="icon-"] {
  font-family: icomoon !important;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-facebook:before {
  content: "\e900";
}
.icon-linkedin:before {
  content: "\e901";
}
.icon-youtube:before {
  content: "\e902";
}
.icon-twitter:before {
  content: "\e903";
}
.icon-instagram:before {
  content: "\e904";
}
.icon-arrow_right:before {
  content: "\e907";
}
.icon-arrow_left:before {
  content: "\e908";
}
.icon-arrow_down:before {
  content: "\e905";
}
.icon-search:before {
  content: "\e906";
}
.footer-container {
  position: relative;
  color: #fefefe;
}
@media print, screen and (min-width: 40em) {
  .footer-container {
    background: #ab0534;
    background: linear-gradient(
      to right,
      #ab0534 0,
      #ab0534 50%,
      #2e91ce 50%,
      #2e91ce 100%
    );
  }
}
.footer-container a {
  color: #fefefe;
}
.footer-social-networks-container {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.social-networks {
  color: #fefefe;
  margin-bottom: 10px;
}
.social-networks a {
  color: #fefefe;
  text-decoration: none;
}
@media screen and (max-width: 39.9375em) {
  .social-networks a {
    font-size: 1.875rem;
  }
}
.social-networks a:hover {
  color: #454545;
}
.social-networks li {
  display: inline-block;
  margin-right: 0.9375rem;
}
.social-networks li:last-child {
  margin-right: 0;
}
.footer-left-container {
  background-color: #ab0534;
  padding: 1.875rem 2.5rem 1.875rem 1.25rem;
}
@media print, screen and (min-width: 40em) {
  .footer-left-container {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .footer-left-container > .grid-container {
    width: 100%;
    -webkit-flex: none;
    -ms-flex: none;
    flex: none;
  }
}
.footer-left-container p {
  font-size: 1rem;
  margin-bottom: 0.9375rem;
}
.footer-left-container p:last-child {
  margin-bottom: 0;
}
.footer-left-container .footer-left-container-address {
  padding-left: 1.25rem;
}
@media print, screen and (min-width: 40em) {
  .footer-left-container .footer-left-container-address {
    padding-left: inherit;
  }
}
@media screen and (min-width: 40em) and (max-width: 63.9375em) {
  .footer-left-container
    .footer-left-container-address
    .footer-left-container-address-secondcol {
    padding-left: 1.25rem;
  }
}
.footer-right-container {
  background-color: #2e91ce;
  padding: 1.875rem 1.25rem;
}
@media print, screen and (min-width: 64em) {
  .footer-right-container {
    padding: 2.5rem 1.875rem;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.footer-right-container .button {
  font-size: 1rem;
  width: 100%;
}
.footer-right-container .footer-right-container-buttons {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}
.footer-right-container .footer-right-container-buttons p {
  margin-bottom: 0;
}
.footer-right-container .footer-right-container-buttons p:last-child .button {
  margin-bottom: 0;
}
.footer-right-container .footer-right-container-buttons ul {
  margin-bottom: 0;
}
.footer-bottom-container {
  font-size: 0.875rem;
  position: relative;
  background-color: #454545;
  color: #fefefe;
  padding: 0.75rem 1.25rem 0.75rem 2.5rem;
}
.footer-bottom-container p,
.footer-bottom-container ul {
  font-size: inherit;
}
@media screen and (max-width: 39.9375em) {
  .footer-bottom-container {
    font-size: 0.8125rem;
  }
}
.footer-bottom-container a {
  text-decoration: underline;
  color: #fefefe;
}
.footer-bottom-container a:hover {
  text-decoration: none;
  color: #fefefe;
}
.footer-bottom-container .footer-bottom-container-links li {
  display: inline-block;
  margin-right: 0.625rem;
}
.footer-bottom-container .footer-bottom-container-links li:last-child {
  margin-right: 0;
}
.footer-bottom-container .footer-bottom-container-links ul {
  margin-bottom: 0;
}
.footer-copyright {
  text-align: left;
}
@media print, screen and (min-width: 40em) {
  .footer-copyright {
    text-align: right;
  }
}
.footer-copyright p {
  margin-bottom: 0;
}
.footer-left-container-address .site-name {
  font-size: 1.125rem;
  margin-bottom: 1.875rem;
}
@media screen and (max-width: 39.9375em) {
  .footer-container-wrapper {
    padding-left: 0;
    padding-right: 0;
  }
}
.main-content {
  padding-bottom: 1.875rem;
}
@media print, screen and (min-width: 64em) {
  .main-content {
    padding-bottom: 3.125rem;
  }
}
.sidebar h2 {
  font-size: 1.25rem;
  font-weight: 700;
  color: #333;
}
.sidebar h3 {
  font-size: 1.125rem;
  font-weight: 700;
}
@media print, screen and (min-width: 64em) {
  .stickyHeader {
    transition: 0.2s -webkit-transform;
    transition: 0.2s transform;
    transition: 0.2s transform, 0.2s -webkit-transform;
    z-index: 2;
    top: 0;
    position: absolute;
    left: 0;
    width: 100%;
  }
  .stickyHeader-utility {
    width: 0;
    opacity: 0;
    background: #ab0534;
    overflow: hidden;
  }
}
@media screen and (min-width: 64em) and (min-width: 90em) {
  .stickyHeader-utility {
    left: 100%;
    position: absolute;
  }
}
@media print, screen and (min-width: 64em) {
  .stickyHeader-utility:before {
    opacity: 1;
    content: "";
    position: absolute;
    background: #ab0534;
    height: 100%;
    left: 100%;
    top: 0;
    width: 1000px;
  }
  .stickyHeader-utility a {
    color: #fefefe !important;
  }
  .stickyHeader-utility ul {
    background: #ab0534 !important;
    box-shadow: none;
  }
  .stickyHeader-utility ul li a:before {
    border-left-color: #fefefe !important;
  }
  .stickyHeader-home {
    display: none !important;
  }
  .stickyHeader-logo {
    display: none !important;
  }
}
@media screen and (min-width: 64em) and (min-width: 75em) {
  .stickyHeader-logo {
    z-index: 20;
    font-size: 0.84375rem !important;
    position: absolute;
    top: 0;
    left: -210px;
    font-family: "Libre Baskerville", serif;
    width: 205px !important;
    display: block !important;
    background-image: url(../img/logo-bg.png);
    background-color: #ab0534;
    background-position: right top;
    padding: 16px 0 16px 60px !important;
    color: #fff !important;
    font-variant: small-caps;
    -webkit-transform: translateX(-100px);
    -ms-transform: translateX(-100px);
    transform: translateX(-100px);
    opacity: 0;
  }
}
@media screen and (min-width: 64em) and (min-width: 75em) and (min-width: 90em) {
  .stickyHeader-logo {
    left: -240px;
  }
}
@media screen and (min-width: 64em) and (min-width: 75em) {
  .stickyHeader-logo:before {
    opacity: 1 !important;
    content: "";
    position: absolute;
    background: #ab0534;
    height: 100%;
    right: 100%;
    top: 0;
    width: 1000px;
  }
  .stickyHeader-logo:after {
    content: "";
    position: absolute;
    left: 100%;
    top: 0;
    border-color: transparent transparent transparent #ab0534;
    border-width: 32px 20px;
    border-style: solid;
  }
  .stickyHeader-logo em {
    font-weight: 300;
    font-variant: normal;
  }
}
@media print, screen and (min-width: 64em) {
  .stickyHeader + .main-content {
    margin-top: 205px;
  }
  html.js-stickyHeader .stickyHeader {
    position: fixed;
    top: -100px;
    -webkit-transform: translateY(100px);
    -ms-transform: translateY(100px);
    transform: translateY(100px);
    transition-duration: 0.7s;
  }
}
@media screen and (min-width: 64em) and (min-width: 75em) and (max-width: 89.9375em) {
  html.js-stickyHeader .stickyHeader .top-bar-nav {
    width: 86%;
    margin-left: 14%;
  }
}
@media print, screen and (min-width: 64em) {
  html.js-stickyHeader .stickyHeader #nav-utility,
  html.js-stickyHeader .stickyHeader .site-name-container {
    display: none;
  }
  html.js-stickyHeader .stickyHeader .grid-container {
    max-width: 80rem;
  }
}
@media screen and (min-width: 64em) and (min-width: 64em) and (max-width: 74.9375em) {
  html.js-stickyHeader .stickyHeader .stickyHeader-home {
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
}
@media print, screen and (min-width: 64em) {
  html.js-stickyHeader .stickyHeader .stickyHeader-utility {
    opacity: 1;
    width: 200px;
    overflow: visible;
  }
  html.js-stickyHeader .stickyHeader .stickyHeader-logo {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
  html.js-stickyHeader .stickyHeader .header-banner-utility-container {
    height: 0;
    padding: 0;
  }
  html.js-stickyHeader .stickyHeader .header-logo-ribbon-container {
    -webkit-transform: translateY(-200px);
    -ms-transform: translateY(-200px);
    transform: translateY(-200px);
  }
}
.stickyHeader.County-Job-Postings + div.main-content,
.stickyHeader.Home + div.main-content,
.stickyHeader.Resources-for-County-Officials + div.main-content {
  padding-bottom: 0;
}
.stickyHeader.County-Job-Postings + div.main-content .social-networks,
.stickyHeader.Home + div.main-content .social-networks,
.stickyHeader.Resources-for-County-Officials
  + div.main-content
  .social-networks {
  margin-top: 0.625rem;
}
::-webkit-scrollbar {
  -webkit-appearance: none;
  width: 7px;
}
::-webkit-scrollbar-thumb {
  border-radius: 4px;
  background-color: rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0 0 1px rgba(255, 255, 255, 0.5);
}
body {
  overflow-x: hidden;
}
a {
  text-decoration-skip-ink: none;
  text-decoration: underline;
}
h2 a {
  text-decoration: none;
}
h2 a:focus,
h2 a:hover {
  text-decoration: underline;
}
.bg-color--dark-red {
  background-color: #ab0534;
}
.bg-color--dark-blue {
  background-color: #0069aa;
}
.bg-color--light-gray-arrow {
  background-color: #e1dad4;
}
.bg-color--white {
  background-color: #fefefe;
}
.bg-color--light-gray {
  background-color: #ede9e5;
}
.reduced-small-font {
  font-size: 1rem;
}
.tiny-small-font {
  font-size: 0.8125rem;
}
.social-networks {
  font-size: 1.25rem;
}
.social-networks li {
  margin-right: 0.9375rem;
}
.social-networks.light-background a {
  color: #454545;
}
.social-networks.light-background a:hover {
  color: #0069aa;
}
.dark-background a,
.dark-background h1,
.dark-background h2,
.dark-background h3,
.dark-background h4,
.dark-background h5,
.dark-background h6,
.dark-background p {
  color: #fefefe;
}
.strong {
  font-weight: 700;
}
h2 {
  font-family: europa, sans-serif;
  color: #0069aa;
  font-weight: 700;
  line-height: 1.1538;
  margin-bottom: 1.25rem;
}
h2 + .responsive-embed {
  margin-top: 2.1875rem;
}
h3 {
  font-family: europa, sans-serif;
  color: #0069aa;
  font-weight: 400;
  line-height: 1.25;
}
h1 {
  font-weight: 400;
  line-height: 1.14;
  color: #716258;
  margin-bottom: 1.5625rem;
}
address {
  font-style: normal;
}
address,
ol,
p,
ul {
  font-size: 1.125rem;
  line-height: 1.38888;
  margin-bottom: 1.625rem;
}
@media print, screen and (min-width: 40em) {
  address,
  ol,
  p,
  ul {
    font-size: 1.125rem;
    margin-bottom: 2.1875rem;
  }
}
ol li,
ul li {
  margin-bottom: 0.3125rem;
}
blockquote {
  font-size: 1.625rem;
  color: #0069aa;
  font-family: "Libre Baskerville", serif;
  line-height: 1.34615;
  font-style: italic;
  border: 0;
  padding: 1.875rem 0;
}
blockquote p {
  font-size: inherit;
  color: inherit;
}
blockquote p:last-child {
  margin-bottom: 0;
}
.oversize h2 {
  font-size: 2.1875rem;
}
.h2-dark-gray h2 {
  color: #716258;
}
.h2-white h2 {
  color: #fefefe;
}
.border-all {
  border: 1px solid #ede9e5;
}
table {
  border: 0;
  border-bottom: 3px solid #ede9e5;
}
table thead {
  border: 0;
  border-top: 3px solid #ede9e5;
}
table thead th {
  border: 0;
  padding: 0.9375rem 0.9375rem;
  color: #454545;
  background: rgba(228, 245, 255, 0.8);
  font-size: inherit;
}
table tbody {
  border: 0;
}
table tbody tr {
  border: 0;
}
table tbody tr:not(foo) {
  background: 0 0;
}
table tbody td,
table tbody th {
  border: 0;
  vertical-align: top;
  padding: 1.25rem 0.9375rem;
  max-width: 70%;
  line-height: 1.4;
  font-size: 0.8125rem;
}
@media print, screen and (min-width: 64em) {
  table tbody td,
  table tbody th {
    line-height: 1.2;
    font-size: 1.125rem;
  }
}
table tbody address,
table tbody ol,
table tbody p,
table tbody ul {
  font-size: inherit;
}
table tbody p {
  max-width: 300px;
}
@media print, screen and (min-width: 64em) {
  table tbody p {
    max-width: 700px;
  }
}
table.table--special {
  border: 0;
}
table.table--special thead {
  background: 0 0;
  border: 0;
  border-bottom: 3px solid #ede9e5;
}
table.table--special thead th {
  background: 0 0;
  padding: 2px 20px 4px;
  color: #0069aa;
  font-size: 1rem;
}
@media print, screen and (min-width: 64em) {
  table.table--special thead th {
    padding: 2px 45px;
  }
}
@media print, screen and (min-width: 64em) {
  table.table--special thead th {
    font-size: 1.625rem;
  }
  table.table--special thead th:first-child {
    padding-left: 0;
  }
}
table.table--special tbody th {
  text-align: left;
  padding: 20px 20px;
  background: rgba(228, 245, 255, 0.8);
}
@media print, screen and (min-width: 64em) {
  table.table--special tbody th {
    padding: 25px 15px;
  }
}
table.table--special tbody td {
  padding: 20px 20px;
}
@media print, screen and (min-width: 64em) {
  table.table--special tbody td {
    padding: 25px 45px;
  }
}
table.table--special tbody td :last-child,
table.table--special tbody th :last-child {
  margin-bottom: 0;
}
label {
  color: #0069aa;
  font-size: 1.125rem;
  margin-bottom: 0.3125rem;
}
label.label--subdued {
  font-size: 0.9375rem;
  color: #454545;
}
input[type="email"]:not(.w-100),
input[type="search"]:not(.w-100),
input[type="text"]:not(.w-100) {
  max-width: 470px;
}
select {
  background-image: url(data:image/jpeg;base64,/9j/2wCEAAIBAQEBAQIBAQIDAgECAwMCAgICAwMDAwMDAwMFAwQEBAQDBQUFBgYGBQUHBwgIBwcKCgoKCgwMDAwMDAwMDAwBAgICBAMEBwUFBwoIBwgKDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDP/dAAQABP/uAA5BZG9iZQBkwAAAAAH/wAARCAAtAB4DABEAAREBAhEB/8QAfAABAQADAQAAAAAAAAAAAAAAAAUEBggHAQEBAAMBAAAAAAAAAAAAAAAACAIFBgcQAAIBAgYBBAMAAAAAAAAAAAECAwAEBQYHCBESIRMiMUEjM0IRAAECBAUCBwEBAAAAAAAAAAEAAwIFETEEBhIhQWFxMlGRscHR8CJC/9oADAMAAAERAhEAPwCRVeqJUoiURKIv/9CRVeqJUoiURKIv/9HBwdcJfF7VMfeWPAjNEL2S0RJJ1gLj1GiSRlVnC89QWAJ+SKrpzVpOmlabVtXiqilrTqGuumu9L05p1XU+5zYFlqbTuw3KbJrqfN2ht7FGL3Doi11ieHSqoR2KKokYdv2IV7xt8jr5Xg5Hm2MPRYTHgNvA7G0J+Oxse9/RMwZLbLEOMlpLrBG4vFCffuLg9LY+omx7TXbZtKnz/uXxefD9x2YvTkyfljDzHJJbhCGdLqMkdgVb8rcgR+AOze054PND8xmAbwkILEHjiPPY+w56DdYY7KOHlcsLuMjMOIj8EA47j3P+drnY8r13i86X/9KRVeqJV67tI3maq7Qc4SY3kpxf5SveBjGXbx3FpdgDhXBXkxyr/LqOfogjxXPZhy3h5u3pc2iFohcfY6Lpss5qxMld1N/1AfFCbH6PX4Woa4a4ai7htRb3U7U69N5mK8PVEXlYLWBSTHb28ZJCRoD4H35JJJJOwlcrZl7IZZFIR6k+Z8yf2y1k3m78yfieeirEfQDgAcAft1qNbFaxf//TkVXqiVKIlESiL//UkVXqiVKIlESiL//Z);
  background-color: #f4f4f4;
  border: 0;
  color: #454545;
  font-size: 0.875rem;
  background-position: right -30px center;
  background-size: auto;
  font-weight: 700;
  padding: 7px 15px;
  padding-right: 30px;
  width: 225px;
  height: 2.3125rem;
}
select:focus {
  border: 0;
  background-color: #f2f0ed;
}
.checkbox--fancy:not(foo) {
  opacity: 0;
  position: absolute;
}
.checkbox--fancy:not(foo) + label {
  margin-left: 0;
  position: relative;
}
.checkbox--fancy:not(foo) + label:before {
  content: "";
  border: 1px solid #0069aa;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-top: -4px;
  vertical-align: middle;
  margin-right: 10px;
}
.checkbox--fancy:not(foo) + label:after {
  content: "";
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAABS2lUWHRYTUw6Y29tLmFkb2JlLnhtcAAAAAAAPD94cGFja2V0IGJlZ2luPSLvu78iIGlkPSJXNU0wTXBDZWhpSHpyZVN6TlRjemtjOWQiPz4KPHg6eG1wbWV0YSB4bWxuczp4PSJhZG9iZTpuczptZXRhLyIgeDp4bXB0az0iQWRvYmUgWE1QIENvcmUgNS42LWMxMzggNzkuMTU5ODI0LCAyMDE2LzA5LzE0LTAxOjA5OjAxICAgICAgICAiPgogPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4KICA8cmRmOkRlc2NyaXB0aW9uIHJkZjphYm91dD0iIi8+CiA8L3JkZjpSREY+CjwveDp4bXBtZXRhPgo8P3hwYWNrZXQgZW5kPSJyIj8+IEmuOgAAAMdJREFUGJWN0KFKw1EUx/HPfw7BsCqmpQWTzcGGT2AyjBvEF7hgMe0RLKLxwsAq4xYRs8EiGwurJt9gY8k4FrziUBk76XDO98v5cSrbVMw9XCFUW8DHeMUeppuFmJsY4wCfOKltgBt4LvAS51KY1sVcoY+BFOYF3sEQR0XvS+EJarjDNcZiPizALU5LP5DCzffheskGLYzE/IBYZi+4XE9alQgXuMfu2u4dHSks/gpfUheP2McMbSl8/P7Fz5dSeEMbE5z9B8MKpSQvaGJygIcAAAAASUVORK5CYII=);
  position: absolute;
  left: 0;
  display: inline-block;
  width: 20px;
  height: 20px;
  opacity: 0;
  transition: 0.2s all;
  top: 4px;
  background-repeat: no-repeat;
  background-position: center;
  -webkit-transform: translateY(3px);
  -ms-transform: translateY(3px);
  transform: translateY(3px);
}
.checkbox--fancy:checked + label:after {
  opacity: 1;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
.left {
  float: left !important;
}
.left > a > img,
.left > img {
  margin-right: 1.25rem;
  margin-bottom: 0.625rem;
}
img.left {
  margin-right: 1.25rem;
  margin-bottom: 0.625rem;
}
img.right {
  margin-left: 1.25rem;
  margin-bottom: 0.625rem;
}
.right {
  float: right !important;
}
.right > a > img,
.right > img {
  margin-left: 1.25rem;
  margin-bottom: 0.625rem;
}
.object-fit {
  object-fit: cover;
}
.text-uppercase {
  text-transform: uppercase;
}
.text-small {
  font-size: 0.875rem;
}
.position-static {
  position: static !important;
}
.position-fixed {
  position: fixed !important;
}
.position-relative {
  position: relative !important;
}
.position-absolute {
  position: absolute !important;
}
.position-top {
  top: 0 !important;
}
.position-bottom {
  bottom: 0 !important;
}
.position-left {
  left: 0 !important;
}
.position-right {
  right: 0 !important;
}
.display-block {
  display: block;
}
.display-inline-block {
  display: inline-block !important;
}
.display-inline {
  display: inline;
}
.display-flex {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.m-a-0 {
  margin: 0 !important;
}
.m-a-1 {
  margin: 0.625rem !important;
}
.m-a-2 {
  margin: 1.25rem !important;
}
.m-a-3 {
  margin: 1.875rem !important;
}
.m-a-4 {
  margin: 2.5rem !important;
}
.m-a-5 {
  margin: 3.125rem !important;
}
.m-a-6 {
  margin: 3.75rem !important;
}
.m-a-7 {
  margin: 4.375rem !important;
}
.m-a-8 {
  margin: 5rem !important;
}
.m-a-9 {
  margin: 5.625rem !important;
}
.m-a-10 {
  margin: 6.25rem !important;
}
.m-x-0 {
  margin-left: 0 !important;
  margin-right: 0 !important;
}
.m-x-1 {
  margin-left: 0.625rem !important;
  margin-right: 0.625rem !important;
}
.m-x-2 {
  margin-left: 1.25rem !important;
  margin-right: 1.25rem !important;
}
.m-x-3 {
  margin-left: 1.875rem !important;
  margin-right: 1.875rem !important;
}
.m-x-4 {
  margin-left: 2.5rem !important;
  margin-right: 2.5rem !important;
}
.m-x-5 {
  margin-left: 3.125rem !important;
  margin-right: 3.125rem !important;
}
.m-x-6 {
  margin-left: 3.75rem !important;
  margin-right: 3.75rem !important;
}
.m-x-7 {
  margin-left: 4.375rem !important;
  margin-right: 4.375rem !important;
}
.m-x-8 {
  margin-left: 5rem !important;
  margin-right: 5rem !important;
}
.m-x-9 {
  margin-left: 5.625rem !important;
  margin-right: 5.625rem !important;
}
.m-x-10 {
  margin-left: 6.25rem !important;
  margin-right: 6.25rem !important;
}
.m-y-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
.m-y-1 {
  margin-top: 0.625rem !important;
  margin-bottom: 0.625rem !important;
}
.m-y-2 {
  margin-top: 1.25rem !important;
  margin-bottom: 1.25rem !important;
}
.m-y-3 {
  margin-top: 1.875rem !important;
  margin-bottom: 1.875rem !important;
}
.m-y-4 {
  margin-top: 2.5rem !important;
  margin-bottom: 2.5rem !important;
}
.m-y-5 {
  margin-top: 3.125rem !important;
  margin-bottom: 3.125rem !important;
}
.m-y-6 {
  margin-top: 3.75rem !important;
  margin-bottom: 3.75rem !important;
}
.m-y-7 {
  margin-top: 4.375rem !important;
  margin-bottom: 4.375rem !important;
}
.m-y-8 {
  margin-top: 5rem !important;
  margin-bottom: 5rem !important;
}
.m-y-9 {
  margin-top: 5.625rem !important;
  margin-bottom: 5.625rem !important;
}
.m-y-10 {
  margin-top: 6.25rem !important;
  margin-bottom: 6.25rem !important;
}
.m-l-0 {
  margin-left: 0 !important;
}
.m-l-1 {
  margin-left: 0.625rem !important;
}
.m-l-2 {
  margin-left: 1.25rem !important;
}
.m-l-3 {
  margin-left: 1.875rem !important;
}
.m-l-4 {
  margin-left: 2.5rem !important;
}
.m-l-5 {
  margin-left: 3.125rem !important;
}
.m-l-6 {
  margin-left: 3.75rem !important;
}
.m-l-7 {
  margin-left: 4.375rem !important;
}
.m-l-8 {
  margin-left: 5rem !important;
}
.m-l-9 {
  margin-left: 5.625rem !important;
}
.m-l-10 {
  margin-left: 6.25rem !important;
}
.m-r-0 {
  margin-right: 0 !important;
}
.m-r-1 {
  margin-right: 0.625rem !important;
}
.m-r-2 {
  margin-right: 1.25rem !important;
}
.m-r-3 {
  margin-right: 1.875rem !important;
}
.m-r-4 {
  margin-right: 2.5rem !important;
}
.m-r-5 {
  margin-right: 3.125rem !important;
}
.m-r-6 {
  margin-right: 3.75rem !important;
}
.m-r-7 {
  margin-right: 4.375rem !important;
}
.m-r-8 {
  margin-right: 5rem !important;
}
.m-r-9 {
  margin-right: 5.625rem !important;
}
.m-r-10 {
  margin-right: 6.25rem !important;
}
.m-t-0 {
  margin-top: 0 !important;
}
.m-t-1 {
  margin-top: 0.625rem !important;
}
.m-t-2 {
  margin-top: 1.25rem !important;
}
.m-t-3 {
  margin-top: 1.875rem !important;
}
.m-t-4 {
  margin-top: 2.5rem !important;
}
.m-t-5 {
  margin-top: 3.125rem !important;
}
.m-t-6 {
  margin-top: 3.75rem !important;
}
.m-t-7 {
  margin-top: 4.375rem !important;
}
.m-t-8 {
  margin-top: 5rem !important;
}
.m-t-9 {
  margin-top: 5.625rem !important;
}
.m-t-10 {
  margin-top: 6.25rem !important;
}
.m-b-0 {
  margin-bottom: 0 !important;
}
.m-b-1 {
  margin-bottom: 0.625rem !important;
}
.m-b-2 {
  margin-bottom: 1.25rem !important;
}
.m-b-3 {
  margin-bottom: 1.875rem !important;
}
.m-b-4 {
  margin-bottom: 2.5rem !important;
}
.m-b-5 {
  margin-bottom: 3.125rem !important;
}
.m-b-6 {
  margin-bottom: 3.75rem !important;
}
.m-b-7 {
  margin-bottom: 4.375rem !important;
}
.m-b-8 {
  margin-bottom: 5rem !important;
}
.m-b-9 {
  margin-bottom: 5.625rem !important;
}
.m-b-10 {
  margin-bottom: 6.25rem !important;
}
.p-a-0 {
  padding: 0 !important;
}
.p-a-1 {
  padding: 0.625rem !important;
}
.p-a-2 {
  padding: 1.25rem !important;
}
.p-a-3 {
  padding: 1.875rem !important;
}
.p-a-4 {
  padding: 2.5rem !important;
}
.p-a-5 {
  padding: 3.125rem !important;
}
.p-a-6 {
  padding: 3.75rem !important;
}
.p-a-7 {
  padding: 4.375rem !important;
}
.p-a-8 {
  padding: 5rem !important;
}
.p-a-9 {
  padding: 5.625rem !important;
}
.p-a-10 {
  padding: 6.25rem !important;
}
.p-x-0 {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.p-x-1 {
  padding-left: 0.625rem !important;
  padding-right: 0.625rem !important;
}
.p-x-2 {
  padding-left: 1.25rem !important;
  padding-right: 1.25rem !important;
}
.p-x-3 {
  padding-left: 1.875rem !important;
  padding-right: 1.875rem !important;
}
.p-x-4 {
  padding-left: 2.5rem !important;
  padding-right: 2.5rem !important;
}
.p-x-5 {
  padding-left: 3.125rem !important;
  padding-right: 3.125rem !important;
}
.p-x-6 {
  padding-left: 3.75rem !important;
  padding-right: 3.75rem !important;
}
.p-x-7 {
  padding-left: 4.375rem !important;
  padding-right: 4.375rem !important;
}
.p-x-8 {
  padding-left: 5rem !important;
  padding-right: 5rem !important;
}
.p-x-9 {
  padding-left: 5.625rem !important;
  padding-right: 5.625rem !important;
}
.p-x-10 {
  padding-left: 6.25rem !important;
  padding-right: 6.25rem !important;
}
.p-y-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
.p-y-1 {
  padding-top: 0.625rem !important;
  padding-bottom: 0.625rem !important;
}
.p-y-2 {
  padding-top: 1.25rem !important;
  padding-bottom: 1.25rem !important;
}
.p-y-3 {
  padding-top: 1.875rem !important;
  padding-bottom: 1.875rem !important;
}
.p-y-4 {
  padding-top: 2.5rem !important;
  padding-bottom: 2.5rem !important;
}
.p-y-5 {
  padding-top: 3.125rem !important;
  padding-bottom: 3.125rem !important;
}
.p-y-6 {
  padding-top: 3.75rem !important;
  padding-bottom: 3.75rem !important;
}
.p-y-7 {
  padding-top: 4.375rem !important;
  padding-bottom: 4.375rem !important;
}
.p-y-8 {
  padding-top: 5rem !important;
  padding-bottom: 5rem !important;
}
.p-y-9 {
  padding-top: 5.625rem !important;
  padding-bottom: 5.625rem !important;
}
.p-y-10 {
  padding-top: 6.25rem !important;
  padding-bottom: 6.25rem !important;
}
.p-l-0 {
  padding-left: 0 !important;
}
.p-l-1 {
  padding-left: 0.625rem !important;
}
.p-l-2 {
  padding-left: 1.25rem !important;
}
.p-l-3 {
  padding-left: 1.875rem !important;
}
.p-l-4 {
  padding-left: 2.5rem !important;
}
.p-l-5 {
  padding-left: 3.125rem !important;
}
.p-l-6 {
  padding-left: 3.75rem !important;
}
.p-l-7 {
  padding-left: 4.375rem !important;
}
.p-l-8 {
  padding-left: 5rem !important;
}
.p-l-9 {
  padding-left: 5.625rem !important;
}
.p-l-10 {
  padding-left: 6.25rem !important;
}
.p-r-0 {
  padding-right: 0 !important;
}
.p-r-1 {
  padding-right: 0.625rem !important;
}
.p-r-2 {
  padding-right: 1.25rem !important;
}
.p-r-3 {
  padding-right: 1.875rem !important;
}
.p-r-4 {
  padding-right: 2.5rem !important;
}
.p-r-5 {
  padding-right: 3.125rem !important;
}
.p-r-6 {
  padding-right: 3.75rem !important;
}
.p-r-7 {
  padding-right: 4.375rem !important;
}
.p-r-8 {
  padding-right: 5rem !important;
}
.p-r-9 {
  padding-right: 5.625rem !important;
}
.p-r-10 {
  padding-right: 6.25rem !important;
}
.p-t-0 {
  padding-top: 0 !important;
}
.p-t-1 {
  padding-top: 0.625rem !important;
}
.p-t-2 {
  padding-top: 1.25rem !important;
}
.p-t-3 {
  padding-top: 1.875rem !important;
}
.p-t-4 {
  padding-top: 2.5rem !important;
}
.p-t-5 {
  padding-top: 3.125rem !important;
}
.p-t-6 {
  padding-top: 3.75rem !important;
}
.p-t-7 {
  padding-top: 4.375rem !important;
}
.p-t-8 {
  padding-top: 5rem !important;
}
.p-t-9 {
  padding-top: 5.625rem !important;
}
.p-t-10 {
  padding-top: 6.25rem !important;
}
.p-b-0 {
  padding-bottom: 0 !important;
}
.p-b-05 {
  padding-bottom: 0.3125rem !important;
}
.p-b-1 {
  padding-bottom: 0.625rem !important;
}
.p-b-2 {
  padding-bottom: 1.25rem !important;
}
.p-b-3 {
  padding-bottom: 1.875rem !important;
}
.p-b-4 {
  padding-bottom: 2.5rem !important;
}
.p-b-5 {
  padding-bottom: 3.125rem !important;
}
.p-b-6 {
  padding-bottom: 3.75rem !important;
}
.p-b-7 {
  padding-bottom: 4.375rem !important;
}
.p-b-8 {
  padding-bottom: 5rem !important;
}
.p-b-9 {
  padding-bottom: 5.625rem !important;
}
.p-b-10 {
  padding-bottom: 6.25rem !important;
}
.p-b-11 {
  padding-bottom: 6.875rem !important;
}
.p-b-12 {
  padding-bottom: 7.5rem !important;
}
.p-b-13 {
  padding-bottom: 8.125rem !important;
}
.p-b-14 {
  padding-bottom: 8.75rem !important;
}
.p-b-15 {
  padding-bottom: 9.375rem !important;
}
.p-b-16 {
  padding-bottom: 10rem !important;
}
.p-b-17 {
  padding-bottom: 10.625rem !important;
}
.p-b-18 {
  padding-bottom: 11.25rem !important;
}
.p-b-19 {
  padding-bottom: 11.875rem !important;
}
.p-b-20 {
  padding-bottom: 12.5rem !important;
}
.p-b-21 {
  padding-bottom: 13.125rem !important;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}
.body-text-link a {
  color: #454545;
}
.body-text-link:hover {
  color: #454545;
}
a.body-text-link {
  color: #454545;
}
a.body-text-link:hover {
  color: #454545;
}
h2.blue-text {
  color: #0069aa;
}
.blue-link a {
  color: #0069aa;
}
.blue-link a:hover {
  color: #0069aa;
}
a.blue-link {
  color: #0069aa;
}
a.blue-link:hover {
  color: #0069aa;
}
a.red-link {
  color: #ab0534;
}
a.red-link:hover {
  color: #ab0534;
}
.red-link a {
  color: #ab0534;
}
.red-link a:hover {
  color: #ab0534;
}
a.underline-link {
  text-decoration: underline;
}
a.underline-link:hover {
  text-decoration: none;
}
.full-height {
  height: 100%;
}
.full-width {
  width: 100%;
}
.bg-color--dark-blue {
  background-color: #0069aa;
  color: #fefefe;
}
.bg-color--dark-blue h1,
.bg-color--dark-blue h2,
.bg-color--dark-blue h3,
.bg-color--dark-blue h4,
.bg-color--dark-blue h5,
.bg-color--dark-blue h6 {
  color: #fefefe;
}
.bg-color--light-blue {
  background-color: #2e91ce;
  color: #fefefe;
}
.bg-color--light-blue h1,
.bg-color--light-blue h2,
.bg-color--light-blue h3,
.bg-color--light-blue h4,
.bg-color--light-blue h5,
.bg-color--light-blue h6 {
  color: #fefefe;
}
.bg-color--dark-red {
  background-color: #ab0534;
  color: #fefefe;
}
.bg-color--dark-red h1,
.bg-color--dark-red h2,
.bg-color--dark-red h3,
.bg-color--dark-red h4,
.bg-color--dark-red h5,
.bg-color--dark-red h6 {
  color: #fefefe;
}
.bg-color--light-gray {
  background-color: #ede9e5;
}
.bg-color--white {
  background-color: #fefefe;
}
.w-100 {
  width: 100% !important;
}
.list-inline {
  list-style-type: none;
  margin-left: 0;
}
.list-inline li {
  vertical-align: middle;
  display: inline-block;
}
.show-for-sr {
  left: -999999rem;
  position: absolute !important;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  border: 0;
}
.nowrap {
  white-space: nowrap;
}
.component-accordion {
  margin-top: 3.125rem;
}
@media print, screen and (min-width: 64em) {
  .accordion--disable--large .accordion-title {
    display: none;
  }
  .accordion--disable--large .accordion-content {
    padding: 0;
    margin: 0 !important;
    display: block !important;
  }
}
.accordion .accordion-item {
  margin-bottom: 1.875rem;
}
.accordion .accordion-item:last-child {
  margin-bottom: 0;
}
.accordion .accordion-item.is-active .accordion-title::before {
  content: url(/tac/assets/img/accordion-close.png);
}
.accordion .accordion-title {
  text-decoration: none;
  background-color: #fefefe !important;
  padding-top: 0;
  padding-bottom: 0;
  margin-left: 1.875rem;
  border: none !important;
}
.accordion .accordion-title::before {
  position: absolute;
  top: 50%;
  left: -22px;
  margin-top: -0.5rem;
  content: url(/tac/assets/img/accordion-open.png);
}
.accordion .accordion-title h3 {
  font-weight: 700;
}
.accordion .accordion-title:active,
.accordion .accordion-title:hover,
.accordion .accordion-title:visited {
  background-color: inherit;
}
.accordion .accordion-content {
  border: none;
  margin-left: 1.875rem;
}
.banner-background-subsection-section-heading {
  background-color: #454545;
  text-transform: uppercase;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1.25rem;
  padding: 1.0625rem 1.875rem;
}
@media print, screen and (min-width: 40em) {
  .banner-background-subsection-section-heading {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 2.1875rem;
    max-width: inherit;
  }
}
.banner-background-subsection-section-heading h2 {
  color: #fefefe;
  font-family: europa, sans-serif;
  font-size: 0.875rem;
  font-weight: 700;
  margin-bottom: 0;
}
.banner-background-subsection-section-heading.subsection-arrow-gray {
  background-color: #e1dad4;
}
.banner-background-subsection-section-heading.subsection-arrow-gray h2 {
  color: #454545;
}
.banner-right-background {
  background-color: #e7e5e5;
}
@media print, screen and (min-width: 40em) {
  .banner-image-content {
    padding-top: 3.75rem;
    min-height: 23.75rem;
  }
  .banner-image-content h1 {
    padding-top: 1.5625rem;
    margin-bottom: 2.8125rem;
  }
}
.button {
  border-radius: 4px;
  font-weight: 700;
  text-decoration: none;
  font-size: 1.25rem;
}
.button:hover {
  text-decoration: none;
}
.button.large {
  font-size: 1.375rem;
  padding: 0.9375rem;
}
@media screen and (min-width: 75em) {
  .button.large {
    padding-left: 5rem;
    padding-right: 5rem;
  }
}
.button.extra-small {
  font-size: 1rem;
  padding-top: 0.6875rem;
  padding-bottom: 0.6875rem;
}
.button.button-light-blue {
  background-color: #2e91ce;
}
.button.button-light-blue:hover {
  background-color: #2e91ce;
  text-decoration: underline;
}
.button.button-black {
  background-color: #333;
}
.button.button-black:hover {
  background-color: #0a0a0a;
  text-decoration: none;
}
.button.button-red {
  background-color: #ab0534;
}
.button.button-red:hover {
  text-decoration: none;
  background-color: #c9073e;
}
.button.button-expanded {
  padding-left: 3.4375rem;
  padding-right: 3.4375rem;
}
.button-full .button {
  width: 100%;
  text-align: center;
}
.callout {
  border: none;
  margin-bottom: 1.875rem;
  padding: 1.875rem 1.5625rem;
}
.callout p {
  margin-bottom: 1.5625rem;
}
.callout.success {
  color: #716258;
  background: #ede9e5;
}
.callout :last-child {
  margin-bottom: 0;
}
.callout.csml-header {
  margin-bottom: 0;
  padding-top: 0.9375rem;
  padding-bottom: 0.9375rem;
}
.callout.csml-content {
  background-color: #fefefe;
  border: 1px solid #ede9e5;
}
.callout.csml-content p {
  margin-bottom: 0.9375rem;
}
.callout.csml-content p:last-child {
  margin-bottom: 0;
}
.callout .csml-content-link-subhead {
  font-size: 1.125rem;
}
.callout.callout-dark-blue {
  background-color: #0069aa;
}
.callout.callout-border {
  border: 1px solid #ede9e5;
}
@media screen and (max-width: 39.9375em) {
  .tabs.vertical {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-column-gap: 1px;
    column-gap: 1px;
  }
  .tabs.vertical .tabs-title {
    width: 50%;
    text-align: center;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .tabs.vertical .tabs-title:nth-child(even) {
    border-left: 1px solid #fefefe;
  }
  .tabs.vertical .tabs-title a {
    font-size: 0.875rem;
    height: 100%;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0.5625rem 1.25rem;
    min-height: 2.8125rem;
  }
}
.tabs-panel {
  padding: 1.5625rem 0;
}
@media print, screen and (min-width: 40em) {
  .tabs-panel {
    padding: 0 0 0 2.5rem;
  }
}
.tabs-title {
  font-weight: 700;
  border-bottom: 1px solid #fefefe;
  margin-bottom: 0;
}
.tabs-title.is-active a {
  text-decoration: underline;
}
.tabs-title:focus a,
.tabs-title:hover a {
  color: #fefefe;
}
.tabs-title a {
  text-decoration: none;
}
.card {
  text-decoration: none;
}
.card img {
  -webkit-flex: none;
  -ms-flex: none;
  flex: none;
}
.card .photo-caption {
  background-color: #454545;
  font-size: 0.875rem;
  padding: 0.625rem 1rem;
}
.card .photo-caption p {
  line-height: 1.357;
  font-size: 0.875rem;
}
.card:focus,
.card:hover {
  color: #fefefe;
}
.card--secondary {
  font-family: "Libre Baskerville", serif;
  background: #ab0534;
}
.card--secondary:focus,
.card--secondary:hover {
  text-decoration: underline;
}
.card-header {
  font-family: "Libre Baskerville", serif;
}
.card--hover img {
  opacity: 0.5;
  transition: opacity 0.3s linear;
}
.card--hover .card-section {
  padding: 1.5625rem 1.875rem;
}
.card--hover .card-header {
  margin-bottom: 0.625rem;
  font-size: 1.125rem;
}
.card--hover p {
  text-decoration: underline;
}
.card--hover:hover img {
  opacity: 1;
}
.card--hover:hover p {
  text-decoration: none;
}
.red-card:before {
  background: rgba(171, 5, 52, 0.5);
}
.gray-card {
  background-color: #454545;
  color: #fefefe;
  font-family: europa, sans-serif;
}
.gray-card-title h3 {
  font-size: 1.1875rem;
  font-family: europa, sans-serif !important;
  color: #fefefe;
  font-weight: 700;
}
.gray-card-label {
  font-size: 0.6875rem;
  font-family: europa, sans-serif;
  font-weight: 700;
}
.gray-card-date {
  font-size: 1rem;
  font-weight: 700;
  font-family: europa, sans-serif;
}
.gray-card .button {
  border-radius: 0;
}
.cardSpecial {
  display: block;
  text-decoration: none;
}
.cardSpecial--alt .cardSpecial-title {
  background-color: rgba(0, 105, 170, 0.8);
}
.cardSpecial:focus .cardSpecial-title,
.cardSpecial:hover .cardSpecial-title {
  text-decoration: underline;
}
.cardSpecial-header {
  background-size: cover;
}
.cardSpecial-title {
  margin-bottom: 0;
  background-color: rgba(46, 145, 206, 0.8);
  padding: 30px 40px 50px 25px;
  height: 100%;
  color: #fefefe;
  font-size: 1.5rem;
  text-decoration: underline;
}
@media print, screen and (min-width: 64em) {
  .cardSpecial-title {
    text-decoration: none;
    padding: 30px 70px 30px 30px;
    font-size: 2.125rem;
  }
}
.cardSpecial-content {
  color: #454545;
  background-color: #ede9e5;
  padding: 15px 30px;
}
@media print, screen and (min-width: 64em) {
  .cardSpecial-content {
    padding: 25px 45px;
  }
}
@media screen and (min-width: 75em) {
  .cardSpecial-content {
    padding: 25px 60px;
  }
}
.cardSpecial-content blockquote {
  border: 0;
  padding: 0;
  font-weight: 700;
  font-family: inherit;
  color: inherit;
  font-size: 1.125rem;
}
@media print, screen and (min-width: 64em) {
  .cardSpecial-content blockquote {
    font-size: 1.625rem;
  }
}
.cardSpecial-content blockquote p {
  color: inherit;
  font-size: inherit;
}
.cardSpecial-content .blockquote-attribution {
  display: block;
  font-weight: 400;
}
@media print, screen and (min-width: 64em) {
  .cardSpecial-content .blockquote-attribution {
    font-size: 1.125rem;
  }
}
.cardSimple {
  background: #fefefe;
  padding: 1.25rem 1.25rem;
  box-shadow: 0 0 3px 1px #ede9e5;
}
.cardSimple p {
  margin-bottom: 1.25rem;
  line-height: 1.2;
}
.cardSimple h2 {
  color: #716258;
}
@media screen and (max-width: 39.9375em) {
  .cardSimple h2 {
    margin-left: -1.25rem;
    margin-right: -1.25rem;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    border-bottom: 1px solid #ede9e5;
    padding-bottom: 1.25rem;
  }
}
@media print, screen and (min-width: 64em) {
  .cardSimple h2 {
    font-size: 2.1875rem;
  }
}
@media print, screen and (min-width: 64em) {
  .cardSimple {
    padding: 1.5625rem 2.1875rem;
  }
}
@media print, screen and (min-width: 40em) {
  .cardSimple {
    padding: 1.5625rem 2.5rem;
  }
}
@media screen and (max-width: 63.9375em) {
  table.responsive {
    margin-bottom: 0;
  }
  table.responsive td,
  table.responsive th {
    position: relative;
    overflow: hidden;
  }
  table.responsive.pinned td {
    display: none;
  }
  .pinned {
    position: absolute;
    left: 0;
    top: 0;
    background: #fff;
    width: 35%;
    width: 35vw;
    overflow: hidden;
    overflow-x: scroll;
  }
  .pinned table {
    margin-bottom: 0;
    border-right: none;
    border-left: none;
    width: 100%;
  }
  .pinned td:last-child {
    border-bottom: 0;
  }
  div.table-wrapper {
    position: relative;
    margin-bottom: 20px;
    overflow: hidden;
    margin-left: -30px;
    margin-right: -30px;
  }
  div.table-wrapper td,
  div.table-wrapper th {
    line-height: 1.3;
    font-size: 0.875rem;
  }
  div.table-wrapper td:first-child,
  div.table-wrapper th:first-child {
    max-width: 35%;
    max-width: 35vw;
  }
  div.table-wrapper div.scrollable {
    margin-left: 35%;
    margin-left: 35vw;
    overflow: scroll;
    overflow-y: hidden;
  }
  div.table-wrapper div.scrollable::-webkit-scrollbar-track:vertical {
    border-left: 1px solid #e7e7e7;
    box-shadow: 1px 0 1px 0 #f6f6f6 inset, -1px 0 1px 0 #f6f6f6 inset;
  }
  div.table-wrapper div.scrollable::-webkit-scrollbar-track:horizontal {
    border-top: 1px solid #e7e7e7;
    box-shadow: 0 1px 1px 0 #f6f6f6 inset, 0 -1px 1px 0 #f6f6f6 inset;
  }
  div.table-wrapper div.scrollable::-webkit-scrollbar {
    -webkit-appearance: none;
    background-color: #fafafa;
    width: 16px;
  }
  div.table-wrapper div.scrollable::-webkit-scrollbar-thumb {
    background-clip: padding-box;
    background-color: #c1c1c1;
    border-color: transparent;
    border-radius: 9px 8px 8px 9px;
    border-style: solid;
    border-width: 3px 3px 3px 4px;
    box-shadow: 0 0 1px rgba(255, 255, 255, 0.5);
  }
  div.table-wrapper div.scrollable::-webkit-scrollbar-thumb:hover {
    background-color: rgba(0, 0, 0, 0.5);
  }
  div.table-wrapper div.scrollable td:nth-child(2),
  div.table-wrapper div.scrollable th:nth-child(2) {
    max-width: 75%;
    max-width: 75vw;
  }
  div.table-wrapper div.scrollable table {
    min-width: 90vw;
  }
  div.table-wrapper div.scrollable table tr:after {
    display: table-cell;
    content: "\00a0";
    background: #fefefe;
  }
}
.sidebar-dropdown-container {
  margin-bottom: 1.25rem;
}
.sidebar-dropdown-container select {
  width: 100%;
  max-width: 100%;
}
.component-sidebar-link-with-summary h3 {
  margin-bottom: 2.1875rem;
}
.component-sidebar-multiple-links-photo .callout {
  padding: 0;
}
.component-sidebar-multiple-links-photo .callout:not(:last-child) {
  margin-bottom: 0;
}
.component-sidebar-multiple-links-photo .callout.csml-content {
  padding: 1.875rem 1.5625rem;
}
.component-sidebar-multiple-links-photo .callout .csml-header {
  padding: 0.9375rem 1.5625rem;
}
.component-sidebar-multiple-links .csml-content-link {
  margin-bottom: 0.625rem;
}
.component-sidebar-multiple-links .csml-content-link ul {
  margin-bottom: 0.375rem;
}
.component-sidebar-multiple-links .csml-content-link ul li {
  margin-bottom: 0;
}
.a2a_kit .a2a_svg {
  width: 20px;
  height: 20px;
}
.component-arrow-container {
  overflow: hidden;
  text-align: center;
  margin-top: 0rem !important;
}
.component-arrow-container h1 {
  color: #0069aa;
  font-family: europa, sans-serif;
  font-weight: 700;
}
.component-arrow-container .component-left-arrow,
.component-arrow-container .component-right-arrow {
  background-color: #fefefe;
}
.component-arrow-container .component-left-arrow img,
.component-arrow-container .component-right-arrow img {
  height: 15.0625rem;
}
.component-arrow-container ul li {
  display: block;
  margin-right: 0;
}
@media print, screen and (min-width: 64em) {
  .component-arrow-container ul li {
    margin-right: 1.25rem;
    display: inline-block;
  }
  .component-arrow-container ul li:last-child {
    margin-right: 0;
  }
}
.component-arrow-container .social-networks li {
  display: inline-block;
}
.component-arrow-container-content h1 {
  margin-bottom: 0.9375rem;
}
.component-arrow-container-content > :last-child {
  margin-bottom: 0;
}
.component-background-image-container {
  height: 26.5rem;
}
.component-background-image-container h1 {
  font-family: europa, sans-serif;
}
.large-promo-card-container {
  margin-top: 3.125rem;
  margin-bottom: 3.125rem;
}
.large-promo-card-container .large-promo-card {
  background-color: #2e91ce;
  color: #fefefe;
  padding: 2.5rem 2.5rem 1.25rem 2.5rem;
  margin-bottom: 0.125rem;
}
@media print, screen and (min-width: 64em) {
  .large-promo-card-container .large-promo-card {
    padding: 2.5rem 2.8125rem;
    margin-bottom: 1.875rem;
  }
}
.large-promo-card-container .large-promo-card h3 {
  font-size: 1.9375rem;
  font-family: "Libre Baskerville", serif;
  line-height: 1.2;
}
.large-promo-card-container .large-promo-card p {
  font-size: 1.0625rem;
  line-height: 1.4;
}
@media print, screen and (min-width: 40em) {
  .large-promo-card-container .large-promo-card p {
    font-size: 1.25rem;
  }
}
.large-promo-card-container .large-promo-card h1,
.large-promo-card-container .large-promo-card h2,
.large-promo-card-container .large-promo-card h3,
.large-promo-card-container .large-promo-card h4,
.large-promo-card-container .large-promo-card h5,
.large-promo-card-container .large-promo-card h6,
.large-promo-card-container .large-promo-card p {
  color: #fefefe;
}
.large-promo-card-container .large-promo-card .large-promo-card-cta {
  text-align: center;
  width: 100%;
}
.large-promo-card-container .large-promo-card .large-promo-card-cta .button {
  width: 100%;
}
.event-month {
  background: #716258;
  color: #fefefe;
  display: block;
  padding: 5px;
}
.no-hover-state {
  position: relative;
  z-index: 1000;
}
@media print, screen and (min-width: 40em) {
  .banner-content-offset {
    padding-left: banner-push();
  }
}
@media print, screen and (min-width: 40em) {
  .component-text-with-image-left img {
    float: left;
    padding-right: 1.25rem;
    padding-bottom: 0.3125rem;
    margin-top: 0.3125rem;
  }
}
.component-text-with-image-left .component-text-with-image-left-content {
  margin-top: 1.875rem;
}
.component-text-with-image-left .component-text-with-image-left-content p {
  margin-bottom: 0;
}
@media screen and (max-width: 39.9375em) {
  .component-text-with-image-left .component-text-with-image-left-content img {
    margin-bottom: 0.625rem;
  }
}
.component-top-border {
  border-top: 2px solid #ccc;
  padding-top: 2.1875rem;
  margin-top: 2.1875rem;
}
@media print, screen and (min-width: 64em) {
  .component-top-border {
    padding-top: 3.125rem;
    margin-top: 3.125rem;
  }
}
.component-photo-list-item ul:not(foo) {
  list-style-type: none;
}
.component-photo-list-item ul:not(foo) li {
  position: relative;
}
.component-photo-list-item ul:not(foo) li:before {
  content: "";
  background: #0069aa;
  display: block;
  position: absolute;
  width: 5px;
  height: 5px;
  left: -12px;
  top: 14px;
}
.component-photo-list-item ul li {
  margin-bottom: 2.1875rem;
}
.component-photo-list-item .component-photo-list-item-title {
  font-weight: 700;
  margin-bottom: 1.25rem;
}
.component-team-list-item {
  margin-bottom: 2.1875rem;
}
@media print, screen and (min-width: 40em) {
  .component-team-list-item {
    margin-bottom: 2.8125rem;
  }
}
.component-team-list-item h3 {
  margin-top: 0.625rem;
}
@media print, screen and (min-width: 64em) {
  .component-team-list-item h3 {
    margin-top: -0.3125rem;
  }
}
h2.county-detail-subhead {
  margin-bottom: 1.875rem;
}
.questions-divider-button {
  text-align: center;
}
.questions-divider-button a {
  width: 100%;
}
.statistic {
  text-align: center;
  color: #716258;
  margin-bottom: 1.875rem;
}
.statistic-summary {
  line-height: 1.3;
  display: block;
  color: #454545;
  font-size: 1.125rem;
}
.statistic-header {
  padding: 0 1.875rem;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  line-height: 0.9;
  font-weight: 700;
  font-size: 2.1875rem;
  margin-bottom: 0.9375rem;
}
@media print, screen and (min-width: 64em) {
  .statistic-summary {
    line-height: 1.7;
  }
  .statistic-header {
    margin-bottom: 1.875rem;
    font-size: 2.75rem;
  }
}
.orbit-bullets {
  text-align: center;
}
.orbit-bullets button {
  width: 1.2rem;
  height: 1.2rem;
  margin: 0.1rem;
  border-radius: 50%;
  background-color: #fefefe;
  text-align: center;
}
.orbit-bullets button.is-active {
  background-color: #2e91ce;
}
@media screen and (max-width: 63.9375em) {
  .iconList {
    max-width: 325px;
    box-shadow: 0 0 3px 3px rgba(0, 0, 0, 0.05);
  }
}
.iconList:after {
  content: "";
  clear: both;
  display: block;
}
.iconList-item {
  display: block;
  text-decoration: none;
  font-weight: 700;
  color: #454545;
  padding: 20px 15px 20px;
  line-height: 1.1;
}
.iconList-item-icon {
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.iconList-item img {
  max-height: 100%;
}
.iconList-item .cell {
  height: 2.5rem;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding-right: 0.9375rem;
}
@media print, screen and (min-width: 40em) {
  .iconList-item {
    padding-left: 0.3125rem;
    padding-right: 0;
  }
}
.iconList > li {
  margin-bottom: 0;
}
.iconList > li:not(:last-child) .iconList-item {
  border-bottom: 1px solid #ede9e5;
}
@media print, screen and (min-width: 64em) {
  .iconList li {
    float: left;
    width: 50%;
    margin-bottom: 0;
  }
  .iconList li:nth-last-child(2) .iconList-item {
    border: 0;
  }
  .iconList-item {
    max-width: 250px;
  }
}
@media print, screen and (min-width: 40em) {
  .iconList--cards {
    max-width: none;
    box-shadow: none;
    margin-left: -0.3125rem !important;
    margin-right: -0.3125rem;
  }
  .iconList--cards li {
    width: 33.333%;
    float: left;
  }
  .iconList--cards li .iconList-item {
    margin: 0 0.625rem 1.25rem;
    text-align: center;
    max-width: none;
    padding: 1.875rem 1.25rem;
    min-height: 200px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    color: #454545;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    box-shadow: 0 0 3px 1px #ede9e5;
  }
  .iconList--cards li .iconList-item:focus,
  .iconList--cards li .iconList-item:hover {
    text-decoration: underline;
  }
  .iconList--cards li .iconList-item .cell {
    padding-right: 0;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .iconList--cards li .iconList-item-icon {
    margin-bottom: 0.9375rem;
    height: 5.3125rem;
  }
  .iconList--cards li:not(:last-child) .iconList-item {
    border-bottom: 0;
  }
}
@media print, screen and (min-width: 64em) {
  .iconList--cards li {
    width: 25%;
  }
}
h3.map-detail {
  text-align: center;
  color: #fd0101;
  margin-bottom: 2.5rem;
}
.backToTop {
  position: fixed;
  right: 30px;
  bottom: 30px;
  display: block;
  text-decoration: none;
  background: #fefefe;
  padding: 3px 4px 2px 8px;
  border-radius: 2px;
  transition: 0.1s opacity, 0.4s -webkit-transform;
  transition: 0.4s transform, 0.1s opacity;
  transition: 0.4s transform, 0.1s opacity, 0.4s -webkit-transform;
  -webkit-transform: translateY(10px);
  -ms-transform: translateY(10px);
  transform: translateY(10px);
  opacity: 0;
  will-change: opacity, transform;
}
.js-stickyHeader .backToTop {
  opacity: 1;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
.backToTop-icon {
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
  display: inline-block;
  margin-top: -0.1875rem;
  vertical-align: middle;
  font-size: 1.5625rem;
  margin-left: 0.1875rem;
}
.top-bar-container {
  background: #e7e5e5;
}
@media print, screen and (min-width: 64em) {
  .top-bar-container {
    height: 4.0625rem;
    background: #d0ccc7;
    background: linear-gradient(to top, #d0ccc7 0, #ecebeb 100%);
  }
}
.top-bar {
  padding-top: 0;
  padding-bottom: 0;
}
.top-bar li {
  margin-bottom: 0;
}
.top-bar input {
  max-width: none;
}
@media screen and (min-width: 84.25em) {
  .top-bar-nav {
    width: 93%;
    margin-left: 7%;
  }
}
@media screen and (max-width: 63.9375em) {
  .top-bar {
    position: absolute;
    width: 100%;
    z-index: 1000;
    left: 0;
    padding: 0;
  }
}
.top-bar ul#nav {
  list-style: none;
  display: block;
  color: #454545;
  padding-bottom: 1.25rem;
}
.top-bar a:not(.button) {
  color: #716258;
  font-weight: 700;
  line-height: 1.25;
}
.top-bar li {
  display: block;
}
.drilldown a {
  background-color: #e7e5e5;
}
@media print, screen and (min-width: 64em) {
  .top-bar {
    padding-top: 0;
    padding-bottom: 0;
  }
  .top-bar,
  .top-bar ul {
    background: 0 0;
  }
  .top-bar .menu {
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .top-bar ul#nav {
    margin-left: -20px;
    margin-right: -20px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-top: 0;
    padding-bottom: 0;
    height: 4.0625rem;
  }
}
@media screen and (min-width: 64em) and (min-width: 84.25em) {
  .top-bar ul#nav {
    margin-left: 0;
    margin-right: 0;
  }
}
@media print, screen and (min-width: 64em) {
  .top-bar ul#nav > li {
    max-width: 9.375rem;
    height: 100%;
    margin-bottom: 0;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .top-bar ul#nav > li:active,
  .top-bar ul#nav > li:focus,
  .top-bar ul#nav > li:hover {
    background: #454545;
  }
  .top-bar ul#nav > li:active > a,
  .top-bar ul#nav > li:focus > a,
  .top-bar ul#nav > li:hover > a {
    color: #fefefe;
  }
  .top-bar ul#nav a {
    font-size: 0.90625rem;
    color: #716258;
    font-weight: 700;
    padding: 0.125rem 0.9375rem;
    line-height: 1.2;
    width: 100%;
    display: block;
  }
}
@media screen and (min-width: 64em) and (min-width: 75em) {
  .top-bar ul#nav a {
    font-size: 0.9375rem;
  }
}
@media print, screen and (min-width: 64em) {
  .top-bar ul#nav a.menu-wrap {
    text-align: left;
  }
  .top-bar ul#nav a.menu-wrap-hb {
    padding-left: 16px;
    padding-right: 16px;
  }
  .top-bar ul#nav a:before {
    opacity: 0;
  }
  .top-bar ul#nav a:hover {
    color: #fefefe;
  }
  .top-bar ul#nav li:focus > a:before,
  .top-bar ul#nav li:hover > a:before {
    opacity: 1;
  }
  .top-bar ul#nav ul {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    background: #fefefe;
  }
  .top-bar ul#nav ul a {
    font-size: 0.875rem;
    color: #0a0a0a;
    line-height: 1.9;
  }
  .top-bar ul#nav ul li {
    margin-bottom: 0.3125rem;
  }
  .top-bar ul#nav ul li > a {
    padding: 0.125rem 1.375rem;
    line-height: 1.4;
    color: #454545;
    position: relative;
  }
  .top-bar ul#nav ul li > a:before {
    width: 0;
    height: 0;
    content: "";
    z-index: 2;
    border-left: 6px solid #ab0534;
    border-bottom: 5px solid transparent;
    border-top: 5px solid transparent;
    position: absolute;
    display: inline-block;
    left: 9px;
    top: 7px;
    right: auto;
  }
  .top-bar ul#nav ul a {
    color: #0a0a0a;
  }
  .top-bar ul#nav ul a:hover {
    text-decoration: none;
    color: #0a0a0a;
  }
  .top-bar ul#nav ul ul {
    background: #454545;
  }
  .top-bar ul#nav ul ul li:focus a,
  .top-bar ul#nav ul ul li:hover a {
    color: #fefefe;
  }
  .top-bar ul#nav ul ul li a {
    color: #fefefe;
  }
  .top-bar ul#nav ul ul li a:hover {
    text-decoration: none;
    color: #fefefe;
  }
  .top-bar ul#nav ul ul li a:hover:before {
    width: 0;
    height: 0;
    content: "";
    z-index: 2;
    border-left: 6px solid #fefefe;
    border-bottom: 5px solid transparent;
    border-top: 5px solid transparent;
    display: inline-block;
    right: auto;
  }
}
.header-banner-container {
  background: #ab0534;
  color: #fefefe;
  height: 4.0625rem;
}
@media print, screen and (min-width: 64em) {
  .header-banner-container {
    height: auto;
  }
}
#nav-utility {
  top: -15px;
  position: relative;
  list-style: none;
  font-size: 0.9375rem;
  margin-bottom: 0;
  color: #fefefe;
  font-weight: 700;
}
#nav-utility a {
  color: #fefefe;
  text-decoration: none;
}
#nav-utility a:focus,
#nav-utility a:hover {
  text-decoration: underline;
}
#nav-utility li {
  display: inline-block;
  margin-right: 0.9375rem;
}
#nav-utility li:last-child {
  margin-right: 0;
}
.site-name-container {
  color: #fefefe;
}
.site-name-container a {
  color: #fefefe;
  text-decoration: none;
}
.site-name-container a:hover {
  text-decoration: underline;
}
@media print, screen and (min-width: 40em) {
  .icon-search {
    font-size: 1.75rem;
    line-height: 1.375rem;
    display: inline-block;
    vertical-align: top;
    position: relative;
    color: #fefefe;
  }
}
.site-name {
  text-decoration: none;
  font-family: "Libre Baskerville", serif;
  font-variant: small-caps;
  font-size: 1rem;
  letter-spacing: 1.53px;
}
.site-name .site-name-of {
  font-variant: normal;
  font-style: italic;
}
@media print, screen and (min-width: 64em) {
  .site-name {
    font-size: 1.625rem;
  }
}
#site-name {
  position: absolute;
  left: 0.9375rem;
  max-width: 250px;
  line-height: 1.1;
  top: 0.9375rem;
}
@media screen and (min-width: 26.5625em) {
  #site-name {
    max-width: none;
    top: 1.4375rem;
  }
}
@media print, screen and (min-width: 64em) {
  #site-name {
    font-size: 1.625rem;
    position: relative;
    top: auto;
    left: auto;
  }
}
.header-banner-utility-container {
  height: 4.0625rem;
  padding-bottom: 0;
}
@media print, screen and (min-width: 64em) {
  .header-banner-utility-container {
    height: 8.75rem;
    padding-bottom: 0.9375rem;
  }
}
.title-bar-container {
  background: #e7e5e5;
  height: 4.0625rem;
}
.title-bar {
  background: #e7e5e5;
  color: #716258;
}
.title-bar .menu-icon:after {
  height: 3px;
  background: #716258;
  box-shadow: 0 7px 0 #716258, 0 14px 0 #716258;
}
.header-logo-ribbon-container {
  display: none;
}
@media print, screen and (min-width: 64em) {
  .header-logo-ribbon-container {
    display: block;
    background: url(/tac/assets/img/logo.png);
    background-size: 100%;
    height: 85px;
    width: 100%;
    background-repeat: no-repeat;
    background-position: bottom;
  }
  .header-logo-ribbon-container img {
    display: none;
  }
}
@media screen and (min-width: 84.25em) {
  .header-logo-ribbon-container {
    background: 0 0;
    margin-bottom: -40px;
    position: relative;
    height: 165px;
    width: 165px;
    left: -83px;
    z-index: 1001;
  }
  .header-logo-ribbon-container img {
    display: block;
  }
}
.drilldown .is-drilldown-submenu-parent > a::after {
  position: absolute;
  top: 50%;
  margin-top: -6px;
  right: 1rem;
  display: block;
  width: 10px;
  height: 0;
  content: url(/tac/assets/img/TAC-mobile-carat.svg);
  border: none;
}
.drilldown .js-drilldown-back > a::before {
  width: 10px;
  height: 0;
  content: url(/tac/assets/img/TAC-mobile-carat.svg);
  border: none;
  display: inline-block;
  vertical-align: middle;
  margin-right: 0.75rem;
  margin-top: -1.125rem;
  -webkit-transform: scaleX(-1);
  -ms-transform: scaleX(-1);
  transform: scaleX(-1);
  -webkit-filter: FlipH;
  filter: FlipH;
  -ms-filter: FlipH;
}
.breadcrumb-container {
  padding-top: 2.1875rem;
  margin-bottom: 0.625rem;
}
.breadcrumbs.mobile-breadcrumb li::before {
  position: relative;
  margin: 0 0.375rem;
  opacity: 1;
  content: "<";
  color: #454545;
}
@media print, screen and (min-width: 64em) {
  .is-dropdown-submenu {
    padding: 0.625rem 0;
    box-shadow: 0 1.5px 1px 1.5px rgba(0, 0, 0, 0.1);
  }
}
@media print, screen and (min-width: 40em) {
  .icon-search {
    font-size: 1.75rem;
    line-height: 1.375rem;
    display: inline-block;
    padding-bottom: 0.3125rem;
    vertical-align: top;
    position: relative;
    color: #ab0534;
    text-decoration: none;
    border-radius: none;
  }
  .icon-search:after {
    content: "";
    width: 100%;
    position: absolute;
    height: 2px;
    background: #fefefe;
    opacity: 0;
    left: 0;
    top: 100%;
  }
  .icon-search:hover {
    text-decoration: none !important;
  }
  .icon-search:hover:after {
    opacity: 1;
  }
  .icon-search:focus {
    text-decoration: none !important;
  }
}
#search-container {
  width: 100%;
  padding: 0.59375rem 0;
}
#search-container-mobile {
  padding: 1.25rem 1.25rem 0;
}
#search-container-mobile input[type="text"] {
  border-right: 0;
  height: 2.6875rem;
}
#search-container-mobile .button {
  border-radius: 0;
}
@media print, screen and (min-width: 64em) {
  #search-container {
    transition: 0.4s opacity, 0.4s -webkit-transform;
    transition: 0.4s transform, 0.4s opacity;
    transition: 0.4s transform, 0.4s opacity, 0.4s -webkit-transform;
    will-change: transform, opacity;
    opacity: 0;
    right: 0;
    left: -99999px;
    -webkit-transform: translateX(200px);
    -ms-transform: translateX(200px);
    transform: translateX(200px);
    background-color: #e7e5e5;
    position: absolute;
  }
  #search-container [data-toggle] {
    left: 20px;
    position: relative;
    top: 9px;
    font-weight: 700;
    text-decoration: none;
  }
  #search-container [data-toggle]:focus,
  #search-container [data-toggle]:hover {
    text-decoration: underline;
  }
  #search-container.is-expanded {
    left: 0;
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    z-index: 1000;
  }
}
#search-container input[type="text"] {
  height: 2.875rem;
  border-right: 0;
}
#search-container .button {
  border-radius: 0;
}
#search-close.close-button {
  position: relative;
  font-family: europa, sans-serif;
  font-weight: 700;
  font-size: 2rem;
  margin-top: 0.3125rem;
  margin-left: 1.25rem;
  color: #ab0534;
  right: auto;
  top: auto;
}
#nav-container .is-drilldown {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
#nav-container #search-container {
  margin-top: 0.625rem;
}
#nav-container #search-container .button {
  border-bottom-right-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}
#nav-container .button {
  font-size: 0.9375rem;
}
#nav-container .mobile-button-container .mobile-inset {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}
.mobile-inset {
  padding-left: 1.875rem;
  padding-right: 1.875rem;
}
@media screen and (min-width: 75em) {
  .mobile-inset {
    padding-left: initial;
    padding-right: initial;
  }
}
.magazine-landing-banner {
  color: #fefefe;
}
.magazine-landing-title h1 {
  color: #fefefe;
  text-transform: uppercase;
  font-family: europa, sans-serif;
  font-weight: 700;
  font-size: 1.75rem;
  margin-bottom: 1.875rem;
}
@media print, screen and (min-width: 64em) {
  .magazine-landing-title h1 {
    margin-bottom: 0.3125rem;
    font-size: 2.1875rem;
  }
}
.magazine-landing-title h1 .magazine-title-county {
  font-weight: 400;
  text-transform: none;
  font-size: 2.25rem;
  font-family: "Libre Baskerville", serif;
  font-style: italic;
}
@media print, screen and (min-width: 64em) {
  .magazine-landing-title h1 .magazine-title-county {
    font-size: 2.8125rem;
  }
}
.magazine-landing-banner-arrow-content h2 {
  font-size: 1.375rem;
  line-height: 1.2;
  color: #fefefe;
  font-family: "Libre Baskerville", serif;
}
@media print, screen and (min-width: 64em) {
  .magazine-landing-banner-arrow-content h2 {
    font-size: 1.6875rem;
    line-height: 1.4;
  }
}
.magazine-landing-banner-content {
  font-family: europa, sans-serif;
  background-color: #454545;
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}
.magazine-landing-banner-content h2 {
  color: #fefefe;
  font-size: 0.8125rem;
  font-weight: 700;
  text-transform: uppercase;
}
.magazine-landing-banner-content h2 a {
  text-decoration: underline;
}
.magazine-landing-banner-content h2 a:hover {
  text-decoration: none;
}
.magazine-landing-banner-content h3 {
  color: #fefefe;
  font-size: 1.125rem;
  line-height: 1.3;
  margin-bottom: 0.625rem;
  font-weight: 700;
  font-family: europa, sans-serif;
}
@media print, screen and (min-width: 40em) {
  .magazine-landing-banner-content h3 {
    margin-bottom: 0.3125rem;
    font-size: 1.25rem;
  }
}
.magazine-landing-banner-content a {
  color: #fefefe;
  text-decoration: none;
}
.magazine-landing-banner-content a:hover {
  text-decoration: underline;
}
.magazine-landing-banner-content p {
  line-height: 1.3;
  margin-bottom: 1.5625rem;
}
.magazine-submenus {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media print, screen and (min-width: 64em) {
  .magazine-submenus {
    border-radius: 3px;
    display: block;
    -webkit-justify-content: unset;
    -ms-flex-pack: unset;
    justify-content: unset;
  }
  .magazine-submenus ul {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .magazine-submenus ul li {
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
}
.magazine-submenus li {
  position: relative;
  display: block;
  width: 150px;
  text-align: center;
  margin-bottom: 0.125rem;
}
.magazine-submenus li.has-dropdown > a {
  position: relative;
}
.magazine-submenus li.has-dropdown > a:after {
  content: "";
  position: absolute;
  vertical-align: middle;
  border-width: 5px 5px;
  margin-top: 9px;
  margin-left: 5px;
  border-style: solid;
  border-color: #fefefe transparent transparent transparent;
}
@media screen and (max-width: 39.9375em) {
  .magazine-submenus li.has-dropdown ul {
    display: none;
    padding: 0.625rem 0;
    background: #ab0534;
  }
  .magazine-submenus li.has-dropdown ul li {
    margin-bottom: 0;
  }
  .magazine-submenus li.has-dropdown ul li a {
    background: 0 0;
    padding: 0.3125rem;
  }
  .magazine-submenus li.has-dropdown.is-expanded ul {
    display: block;
  }
}
@media print, screen and (min-width: 40em) {
  .magazine-submenus li {
    margin-bottom: 0;
    width: auto;
    display: inline-block;
    min-width: inherit;
  }
  .magazine-submenus li:focus ul,
  .magazine-submenus li:hover ul {
    z-index: 10;
    opacity: 1;
  }
  .magazine-submenus li ul {
    z-index: -1;
    opacity: 0;
    width: 100%;
    display: block;
    position: absolute;
    left: 0;
    top: 100%;
  }
  .magazine-submenus li ul li {
    display: block;
  }
  .magazine-submenus li ul li a {
    line-height: 1.2;
    font-size: 1rem;
    padding: 0.625rem 1.25rem 0.8125rem;
  }
}
.magazine-submenus li a {
  padding: 0.75rem;
  background-color: #ab0534;
  text-decoration: none;
  color: #fefefe;
  font-weight: 700;
  display: block;
  font-size: 0.875rem;
}
@media print, screen and (min-width: 40em) {
  .magazine-submenus li a {
    padding-left: 1.875rem;
    padding-right: 1.875rem;
  }
}
@media print, screen and (min-width: 64em) {
  .magazine-submenus li a {
    font-size: 1.125rem;
    padding: 1.125rem 0.3125rem;
  }
}
.magazine-submenus li a:hover {
  text-decoration: underline;
  color: #fefefe;
  background-color: #c9073e;
}
.magazine-landing-banner-arrow-content-container-wrapper {
  margin-top: 10.9375rem;
}
.magazine-nav-container {
  padding-top: 3.125rem;
}
.magazine-landing-banner-arrow-content-container {
  margin-bottom: 2.5rem;
  background-color: #ab0534;
  padding: 1.25rem;
}
@media print, screen and (min-width: 64em) {
  .magazine-landing-banner-arrow-content-container {
    margin-bottom: inherit;
  }
}
.magazine-landing-banner-arrow-arrow {
  display: none;
}
@media print, screen and (min-width: 64em) {
  .magazine-landing-banner-arrow-arrow {
    display: block;
  }
  .magazine-landing-banner-arrow-arrow img {
    height: 100%;
    position: relative;
    left: -1.25rem;
  }
}
.ml-departments-section {
  margin-top: 3.4375rem;
  margin-bottom: 3.75rem;
}
.ml-departments-section-content-thumbnail a {
  color: #fefefe;
}
.ml-departments-section-content-thumbnail .card,
.ml-departments-section-content-thumbnail .card-divider {
  background-color: #454545;
  font-weight: 700;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.ml-departments-section-content-quotes {
  padding-left: 0;
}
@media print, screen and (min-width: 40em) {
  .ml-departments-section-content-quotes {
    padding-left: 1.25rem;
  }
}
.ml-departments-section-content-quotes h3 {
  font-size: 1.4375rem;
  line-height: 1.3;
}
.ml-departments-section-content-quotes p {
  margin-bottom: 0;
}
.ml-departments-section-content-quotes .ml-departments-author {
  font-weight: 700;
}
.ml-departments-section-content-quotes .ml-departments-author-title {
  font-style: italic;
}
.ml-departments-section-content {
  margin-bottom: 2.5rem;
}
.magazine-landing-banner {
  background-size: cover !important;
  background-repeat: no-repeat !important;
  background-color: #454545 !important;
  background-position: center !important;
}
@media print, screen and (min-width: 64em) {
  .magazine-landing-banner {
    background-position: left top !important;
    background-size: 50% 100% !important;
  }
}
.ml-departments-section-highlights-content-container {
  background-color: #2e91ce;
}
.ml-departments-section-highlights-content-container
  .ml-departments-section-highlights-content {
  padding: 1.25rem;
}
.ml-departments-section-highlights-content-container
  .ml-departments-section-highlights-content
  a {
  color: #fefefe;
  text-decoration: none;
}
.ml-departments-section-highlights-content-container
  .ml-departments-section-highlights-content
  a:hover {
  text-decoration: underline;
}
.ml-departments-section-highlights-content-container
  .ml-departments-section-highlights-content
  li {
  margin-bottom: 0.9375rem;
  line-height: 1.35;
}
@media print, screen and (min-width: 64em) {
  .ml-departments-section-highlights-content-container
    .ml-departments-section-highlights-content
    li {
    margin-bottom: 0.9375rem;
    line-height: 1.45;
  }
}
.ml-departments-section-highlights-content-container-title {
  background-color: #454545;
  font-size: 0.8125rem;
  display: block;
  width: 100%;
  text-transform: uppercase;
  font-weight: 700;
  padding: 0.1875rem 0.1875rem 0.1875rem 1.25rem;
  color: #fefefe;
}
@media print, screen and (min-width: 64em) {
  .ml-departments-section-highlights-content-container-title {
    width: 11.25rem;
    padding-lef5: 0.1875rem;
  }
}
.ml-last-look-content h2 {
  font-size: 1.9375rem;
  color: #454545;
  font-family: "Libre Baskerville", serif;
  margin-bottom: 1.25rem;
}
.ml-last-look-content p {
  line-height: 1.3;
  margin-bottom: 1.5625rem;
}
.ml-last-look-image-container-image {
  margin-bottom: 1.875rem;
}
.ml-last-look-image-container-image img {
  left: 7%;
  position: relative;
  max-width: 85%;
  text-align: center;
  margin-top: 2.5rem;
  -ms-transform: rotate(-4deg);
  -webkit-transform: rotate(-4deg);
  transform: rotate(-4deg);
  border: 10px solid #fefefe;
}
@media print, screen and (min-width: 64em) {
  .ml-last-look-image-container-image img {
    left: inherit;
    margin-left: 0.625rem;
    margin-right: inherit;
    margin-top: 0.625rem;
    width: 100%;
    max-width: 100%;
    text-align: left;
  }
}
.rm-news-title {
  font-family: "Libre Baskerville", serif;
  color: #fefefe;
  font-size: 1.5625rem;
  margin-bottom: 1.25rem;
}
.rm-news-content {
  background: #fefefe;
  padding: 1.5625rem 1.5625rem;
  margin-bottom: 1.875rem;
}
.rm-news-content a {
  text-decoration: none;
}
.rm-news-content p {
  font-size: 1rem;
}
.rm-news-content-title h3 {
  font-family: europa, sans-serif;
  font-weight: 700;
  font-size: 1.125rem;
  line-height: 1.1;
  color: #716258;
  text-decoration: underline;
}
.rm-news-content-container-inner {
  margin-bottom: 1.875rem;
}
.rm-news-content-container-inner:focus .rm-news-content-title h3,
.rm-news-content-container-inner:hover .rm-news-content-title h3 {
  text-decoration: none;
}
.rm-news-content .all-news-link {
  margin: 0;
}
.rm-news-content .all-news-link a {
  font-weight: 700;
}
.rm-benefits-icon-section {
  margin-top: 2.5rem;
}
.rm-benefits-icon-item {
  text-align: center;
  padding-left: 1.25rem;
  padding-right: 0.625rem;
}
.rm-benefits-icon-item-content {
  margin-bottom: 0.625rem;
}
.rm-benefits-icon-item-content h3 {
  margin: 0.625rem 0 1.25rem;
  font-family: "Libre Baskerville", serif;
}
.rm-benefits-icon-item-button {
  margin-top: 1.25rem;
}
.rm-benefits-icon-item-button .button {
  width: 80%;
}
.rm-benefits-icon-item h3 {
  font-size: 1.3125rem;
  color: #0069aa;
}
@media print, screen and (min-width: 40em) {
  .rm-benefits-icon-item h3 {
    font-size: 1.5625rem;
  }
}
.rm-benefits-section-title h2 {
  margin-top: 4.6875rem;
  margin-bottom: 3.125rem;
  color: #ab0534;
}
.rm-benefits-section-content h3 {
  color: #0069aa;
  font-weight: 700;
  margin-bottom: 0;
  font-size: 1.125rem;
  font-family: europa, sans-serif;
}
.education-training-events-section-item {
  border-bottom: 3px solid #716258;
  padding-bottom: 0.625rem;
  margin-bottom: 2.5rem !important;
}
.education-training-events-section-item:last-child {
  border-bottom: none;
}
.education-training-events-section-item h3 {
  font-size: 1.625rem;
  font-family: "Libre Baskerville", serif;
}
.education-training-banner-content-left {
  margin-top: 2.5rem;
}
@media print, screen and (min-width: 64em) {
  .education-training-banner-content-left {
    margin-top: 0;
  }
}
.education-training-banner {
  background-size: cover !important;
  background-repeat: no-repeat !important;
  background-color: #e7e5e5 !important;
  background-position: center !important;
}
@media screen and (max-width: 39.9375em) {
  .education-training-banner {
    background-image: none !important;
  }
}
@media print, screen and (min-width: 40em) {
  .education-training-banner {
    background-position: right top !important;
    background-size: 50% 100% !important;
  }
}
.education-training-banner-content-left2 {
  padding-left: calc(50vw - 37.5rem + 10px) !important;
  padding-top: 1.875rem;
  background: #e7e5e5;
}
@media screen and (max-width: 89.9375em) {
  .education-training-banner-content-left2 {
    padding-left: 1.875rem !important;
    padding-right: 1.875rem !important;
  }
}
@media screen and (max-width: 39.9375em) {
  .education-training-banner-content-left2 {
    padding-left: 2.5rem !important;
    padding-right: 2.5rem !important;
  }
}
@media screen and (max-width: 39.9375em) {
  .education-training-banner2.county-map-banner {
    background-color: #fefefe !important;
  }
}
.education-training-banner-content-right2 {
  position: relative;
}
.education-training-banner-content-right2 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media print, screen and (min-width: 64em) {
  .education-training-banner-content-right2:before {
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    background: #e7e5e5;
    background: linear-gradient(
      to right,
      #e7e5e5 0,
      rgba(231, 229, 229, 0.7) 20%,
      transparent 40%
    );
  }
}
.ll-leg-events-calendar-link a {
  margin-bottom: 1.5625rem;
}
.ll-legnews-bills {
  padding: 1.5625rem 2.1875rem;
}
.ll-legnews-bills img {
  text-align: center;
  margin-top: 1.25rem;
  margin-bottom: 1.875rem;
}
.ll-legnews-items {
  margin-top: 1.875rem;
}
.ll-legnews-items h2 {
  margin-bottom: 1.875rem;
}
@media print, screen and (min-width: 40em) {
  .ll-legnews-items {
    margin-top: 0;
  }
}
.leglanding-legnews-item-link {
  text-decoration: none;
}
.leglanding-legnews-item-link .leglanding-legnews-item-title {
  text-decoration: underline;
}
.leglanding-legnews-item-link .leglanding-legnews-item-description {
  text-decoration: none;
  color: #454545;
}
.leglanding-legnews-item-link:focus .leglanding-legnews-item-title,
.leglanding-legnews-item-link:hover .leglanding-legnews-item-title {
  text-decoration: none;
}
.ll-twitter {
  max-height: 28.125rem;
  overflow: scroll;
}
.ll-leg-events-container h3 {
  font-size: 1.1875rem !important;
  color: #454545 !important;
}
.ll-leg-events-container p.reduced {
  font-size: 1rem;
  color: #454545;
}
.ll-leganalysis-container h2 {
  margin-top: 0;
  font-family: "Libre Baskerville", serif;
}
@media screen and (max-width: 39.9375em) {
  .ll-mobile-icon-item {
    box-shadow: 0 0 2px 2px #ede9e5;
  }
  .ll-mobile-icon-item .block-grid-border-container {
    border-left: none;
    border-right: none;
    border-bottom: none;
  }
  .ll-mobile-icon-item .block-grid-border-container:first-child {
    border-top: none;
  }
  .ll-mobile-icon-item .cell {
    margin-left: 0;
    margin-right: 0;
    width: 100% !important;
  }
}
@media screen and (max-width: 39.9375em) {
  .who-we-are-content-container {
    padding-bottom: 1.875rem;
  }
}
.who-we-are-container p {
  line-height: 1.5;
  color: #716258;
}
.who-we-are-container h2 {
  margin-bottom: 1.25rem;
}
.who-we-are-content-image {
  margin-bottom: 1.5625rem;
}
.ll-landing-events-slideshow {
  position: relative;
}
.ll-events-slide-container {
  margin-left: 2.1875rem;
  margin-right: 2.1875rem;
  padding: 1.5625rem;
  background-color: #fefefe;
}
.ll-events-slide-container h3 {
  color: #454545 !important;
  font-size: 1.1875rem !important;
}
.ll-events-slide-container p {
  font-size: 1rem !important;
}
.home-banner-container {
  position: relative;
  height: 19.6875rem;
}
@media print, screen and (min-width: 40em) {
  .home-banner-container {
    height: 35.75rem;
  }
}
.home-banner-search {
  width: 80%;
  max-width: 47.875rem;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  top: 8.125rem;
  background-color: rgba(254, 254, 254, 0.9);
  background-size: 16px;
  background-repeat: no-repeat;
  background-position: 97% center;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDE5LjIuMCwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPgo8c3ZnIAogeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIgogeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiCiB3aWR0aD0iMzcuNXB4IiBoZWlnaHQ9IjI2LjVweCI+CjxwYXRoIGZpbGwtcnVsZT0iZXZlbm9kZCIgIHN0cm9rZT0icmdiKDE2LCAxMTksIDE4OSkiIHN0cm9rZS13aWR0aD0iNXB4IiBzdHJva2UtbGluZWNhcD0iYnV0dCIgc3Ryb2tlLWxpbmVqb2luPSJtaXRlciIgZmlsbD0ibm9uZSIKIGQ9Ik0zMi41MDAsNi42NjQgTDE4LjE3MCwyMS41MDAgTDIuNTAwLDYuNjY0ICIvPgo8L3N2Zz4=);
}
@media print, screen and (min-width: 40em) {
  .home-banner-search {
    top: 16.25rem;
    background-size: 32px;
  }
}
.home-banner-search:not(foo):before {
  font-weight: 700;
  line-height: 1.2;
  color: #0069aa;
  content: "Quick Links...";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  padding: 0.625rem 0.9375rem;
  font-size: 1.125rem;
}
@media print, screen and (min-width: 40em) {
  .home-banner-search:not(foo):before {
    padding: 0.625rem 1.875rem;
    font-size: 1.875rem;
  }
}
.home-banner-search:not(foo) select {
  opacity: 0;
}
.home-banner-search select {
  opacity: 0;
  margin-bottom: 0;
  position: relative;
  width: 100%;
  background-color: transparent;
  border-radius: 0.1875rem;
  height: 2.5625rem;
  font-size: 1.125rem;
  padding: 0.625rem 0.9375rem;
  background-size: 16px;
  cursor: pointer;
}
@media print, screen and (min-width: 40em) {
  .home-banner-search select {
    background-size: auto;
    padding: 0.625rem 1.875rem;
    height: 3.75rem;
  }
}
.home-banner-overlay-cards {
  position: relative;
}
@media print, screen and (min-width: 40em) {
  .home-banner-overlay-cards {
    margin-top: -2.5rem;
    margin-bottom: 2.5rem;
  }
}
.home-banner-overlay-cards .card {
  margin-bottom: 0.125rem;
  border: solid 1px #0069aa;
}
.home-banner-overlay-cards .card-section {
  background-color: #0069aa;
  color: #fefefe;
  padding-bottom: 2.1875rem;
  padding-left: 1.875rem;
  padding-right: 1.875rem;
}
.home-banner-overlay-cards .card-section a {
  color: #fefefe;
}
.home-banner-overlay-cards .card-section h4 {
  line-height: 1.3;
  color: #fefefe;
}
.home-banner-overlay-cards .card-section.home-banner-overlay-cards-link {
  min-height: 3.4375rem;
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
  font-weight: 700;
}
.home-banner-overlay-cards .card-section.home-banner-overlay-cards-link p {
  font-size: 0.9375rem;
}
@media print, screen and (min-width: 40em) {
  .home-banner-overlay-cards .card-section.home-banner-overlay-cards-link {
    height: auto;
  }
}
.home-banner-overlay-cards .card-section.home-banner-overlay-cards-link a {
  font-size: inherit;
  text-decoration: underline;
}
.home-banner-overlay-cards
  .card-section.home-banner-overlay-cards-link
  a:hover {
  text-decoration: none;
}
.home-upcoming-events-event-wrapper {
  margin-bottom: 1.25rem;
}
@media print, screen and (min-width: 40em) {
  .home-upcoming-events-event-wrapper:last-child {
    margin-bottom: 0;
  }
}
.home-upcoming-events-event-container {
  background: #0069aa;
  margin-bottom: 0;
}
.home-upcoming-events-event-container-date {
  padding: 1.875rem;
  color: #fefefe;
  font-weight: 700;
}
@media screen and (min-width: 75em) {
  .home-upcoming-events-event-container-date h3 {
    font-size: 1.625rem;
  }
}
.home-upcoming-events-event-container-date h1,
.home-upcoming-events-event-container-date h2,
.home-upcoming-events-event-container-date h3,
.home-upcoming-events-event-container-date h4,
.home-upcoming-events-event-container-date h5,
.home-upcoming-events-event-container-date h6 {
  font-family: "Libre Baskerville", serif;
  color: #fefefe;
  margin-bottom: 1.25rem;
}
@media screen and (min-width: 75em) {
  .home-upcoming-events-event-container-date h1,
  .home-upcoming-events-event-container-date h2,
  .home-upcoming-events-event-container-date h3,
  .home-upcoming-events-event-container-date h4,
  .home-upcoming-events-event-container-date h5,
  .home-upcoming-events-event-container-date h6 {
    margin-bottom: 2.5rem;
  }
}
.home-upcoming-events-event-container-date :last-child {
  margin-bottom: 0;
}
.home-upcoming-events-event-container-description {
  padding: 1.5625rem;
}
@media screen and (min-width: 75em) {
  .home-upcoming-events-event-container-description {
    padding: 1.875rem 3.125rem 2.1875rem;
  }
}
.home-upcoming-events-event-container-description p {
  margin-bottom: 0.9375rem;
}
.home-upcoming-events-event-container-description :last-child {
  margin-bottom: 0;
}
.home-upcoming-events-event-container-description :last-child a {
  font-weight: 700;
}
.home-upcoming-events-sliding-events-sliding-event {
  background: #fefefe;
  margin-bottom: 1.25rem;
  padding: 1.25rem;
  font-weight: 700;
}
@media print, screen and (min-width: 64em) {
  .home-upcoming-events-sliding-events-sliding-event {
    margin-right: 1.25rem;
  }
}
@media screen and (max-width: 39.9375em) {
  .home-upcoming-events-sliding-events-sliding-event:nth-child(n + 5) {
    display: none;
  }
}
.home-upcoming-events-sliding-events-sliding-event h4 {
  font-family: europa, sans-serif;
  font-weight: 700;
}
.home-upcoming-events-sliding-events-sliding-event h4 a {
  text-decoration: none;
}
.home-upcoming-events-sliding-events-sliding-event h4 a:focus,
.home-upcoming-events-sliding-events-sliding-event h4 a:hover {
  text-decoration: none;
}
.home-upcoming-events-sliding-events-sliding-event p {
  font-size: 1rem;
  margin-bottom: 0.625rem;
}
.home-upcoming-events-sliding-events-sliding-event .cell:last-child p {
  margin-bottom: 0;
}
@media print, screen and (min-width: 64em) {
  .home-upcoming-events-full-calendar-link-container {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    margin-right: 1.6875rem;
    min-height: 1.875rem;
  }
}
.home-upcoming-events-full-calendar-link {
  width: 100%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 20px;
  margin-bottom: 0;
}
.tx-counties-deliver-content-title {
  text-align: center;
}
@media print, screen and (min-width: 40em) {
  .tx-counties-deliver-content-title {
    text-align: left;
  }
}
.tx-counties-deliver-content-title h3 {
  font-family: "Libre Baskerville", serif;
  font-size: 1.875rem;
  margin-bottom: 0;
  color: #454545;
}
.tx-counties-deliver-content-subhead {
  background: #ab0534;
  border-radius: 0.125rem;
  border-radius: 0.25rem;
  padding-top: 0.625rem;
  padding-bottom: 0.3125rem;
  margin-bottom: 1.25rem;
}
.tx-counties-deliver-content-subhead h4 {
  font-size: 1.125rem;
  color: #fefefe;
  text-align: center;
  font-family: europa, sans-serif;
}
.tx-counties-deliver-content-bullets {
  text-align: center;
}
@media print, screen and (min-width: 40em) {
  .tx-counties-deliver-content-bullets {
    text-align: left;
  }
}
.tx-counties-deliver-content-container label {
  color: inherit;
}
.tx-counties-deliver-content-container a {
  color: #454545;
}
.tx-counties-deliver-content-container a:not(.button) {
  text-decoration: underline;
}
.tx-counties-deliver-content-container a:not(.button):hover {
  text-decoration: none;
}
.home-news-subsection h3 {
  font-family: "Libre Baskerville", serif;
  color: #fefefe;
  font-size: 1.25rem;
  margin-bottom: 0.625rem;
}
@media print, screen and (min-width: 64em) {
  .home-news-subsection h3 {
    font-size: 1.625rem;
    margin-bottom: 0.9375rem;
  }
}
.home-news-content {
  padding: 1.25rem 1.25rem;
  background: #fefefe;
  margin-bottom: 1.875rem;
}
@media print, screen and (min-width: 40em) {
  .home-news-content {
    margin-left: 0;
    margin-right: 0;
    padding: 1.6875rem 1.875rem;
  }
}
.home-news-content a {
  text-decoration: none;
}
@media screen and (min-width: 75em) {
  .home-news-content {
    margin-bottom: 2.8125rem;
  }
}
.home-news-content-container-inner {
  margin-bottom: 1.5625rem;
}
.home-news-content-container-inner:last-child {
  margin-bottom: 0;
}
.home-news-content-container-inner .home-news-content-news-item-title p {
  font-family: europa, sans-serif;
  font-weight: 700;
  font-size: 1.125rem;
  line-height: 1.2;
  color: #716258;
  margin-bottom: 0.3125rem;
}
.home-news-content-container-inner:focus .home-news-content-news-item-title p,
.home-news-content-container-inner:hover .home-news-content-news-item-title p {
  text-decoration: underline;
}
.home-news-content-news-item-description {
  color: #454545;
}
.home-news-content-news-item-description p {
  margin-bottom: 0;
}
.rm-news-content-container .home-news-content-news-item-title {
  color: #716258;
}
.all-news-link {
  margin-top: 1.25rem;
  margin-bottom: 0;
}
.all-news-link a {
  font-weight: 700;
  text-decoration: underline;
  color: #716258;
}
.all-news-link a:hover {
  text-decoration: none;
}
.home-magazine-subsection-content-container-item {
  color: #fefefe;
  margin-bottom: 1.875rem;
}
.home-magazine-subsection-content-container-item h3 {
  color: #fefefe;
  font-size: 1.25rem;
  margin-bottom: 0;
  font-family: europa, sans-serif;
  font-weight: 700;
}
.home-magazine-subsection-content-container-item h3 a {
  text-decoration: none;
}
.home-magazine-subsection-content-container-item h3 a:hover {
  text-decoration: underline;
}
.home-magazine-cover-container img {
  -ms-transform: rotate(-4deg);
  -webkit-transform: rotate(-4deg);
  transform: rotate(-4deg);
  position: relative;
  bottom: -20px;
  left: 20px;
}
@media screen and (max-width: 63.9375em) {
  .home-magazine-cover-container img {
    float: right;
    max-width: 18.75rem;
  }
}
@media screen and (min-width: 40em) and (max-width: 63.9375em) {
  .home-magazine-cover-container img {
    margin-top: -100px;
  }
}
.home-magazine-subsection
  .banner-background-subsection-section-heading-container {
  color: #fefefe;
  padding-top: 4.0625rem;
  margin-bottom: 0;
  overflow: hidden;
}
.home-magazine-subsection
  .banner-background-subsection-section-heading-container
  a {
  color: #fefefe;
}
.home-magazine-subsection
  .banner-background-subsection-section-heading-container
  a:hover {
  color: #fefefe;
}
.home-magazine-subsection .home-magazine-subsection-title {
  color: #fefefe;
}
.home-magazine-subsection .home-magazine-subsection-title h2 {
  color: #fefefe;
  font-family: europa, sans-serif;
  font-size: 2.1875rem;
  line-height: 1.2;
  text-transform: uppercase;
}
@media print, screen and (min-width: 40em) {
  .home-magazine-subsection .home-magazine-subsection-title h2 {
    line-height: inherit;
  }
}
.home-magazine-subsection
  .home-magazine-subsection-title
  .home-magazine-subsection-title-county {
  text-transform: none;
  font-style: italic;
  font-family: "Libre Baskerville", serif;
  font-weight: 400;
  font-size: 2.8125rem;
}
.home-magazine-subsection
  .home-magazine-subsection-content-container-links-publications
  a {
  text-decoration: underline;
}
.home-magazine-subsection
  .home-magazine-subsection-content-container-links-publications
  a:hover {
  text-decoration: none;
}
html.home .main-content {
  padding-bottom: 0;
}
html.home .main-content .social-networks {
  margin-top: 0.625rem;
}
.home-banner-caption {
  position: absolute;
  color: #fefefe;
  font-size: 0.8125rem;
  font-style: italic;
  text-align: right;
  font-family: "Libre Baskerville", serif !important;
  bottom: 15px;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  right: 0;
}
@media print, screen and (min-width: 40em) {
  .home-banner-caption {
    bottom: auto;
    top: 0.9375rem;
  }
}
.tx-counties-deliver-logo {
  text-align: center;
  max-width: 20rem;
}
@media print, screen and (min-width: 40em) {
  .tx-counties-deliver-logo {
    text-align: inherit;
  }
}
@media print {
  .stickyHeader {
    display: none;
  }
  .stickyHeader::after {
    content: "Please visit www.county.org for the latest version of this information.";
  }
  .stickyHeader + .main-content {
    margin: 100px auto 0;
  }
  .footer-container {
    display: none;
  }
}