@charset "UTF-8";
/**
 * Foundation for Sites
 * Version 6.6.3
 * https://get.foundation
 * Licensed under MIT Open Source
 */
@media print, screen and (min-width: 40em) {
  .reveal.large, .reveal.small, .reveal.tiny, .reveal {
    right: auto;
    left: auto;
    margin: 0 auto;
  }
}
/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

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

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

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

a {
  background-color: transparent;
}

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

b,
strong {
  font-weight: bolder;
}

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

small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
}

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

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

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

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

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

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

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

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

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

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

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

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

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

details {
  display: block;
}

summary {
  display: list-item;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

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

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

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

body {
  margin: 0;
  padding: 0;
  background: #fefefe;
  font-family: "Open Sans", "Helvetica", sans-serif;
  font-weight: normal;
  line-height: 1.5;
  color: #0a0a0a;
  -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 {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  border-radius: 0;
}

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

button {
  padding: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 0;
  border-radius: 0;
  background: transparent;
  line-height: 1;
  cursor: auto;
}
[data-whatinput=mouse] button {
  outline: 0;
}

pre {
  overflow: auto;
}

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

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

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

[type=text], [type=password], [type=date], [type=datetime], [type=datetime-local], [type=month], [type=week], [type=email], [type=number], [type=search], [type=tel], [type=time], [type=url], [type=color],
textarea {
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  height: 2.4375rem;
  margin: 0 0 1rem;
  padding: 0.5rem;
  border: 1px solid #cacaca;
  border-radius: 0;
  background-color: #fefefe;
  -webkit-box-shadow: inset 0 1px 2px rgba(10, 10, 10, 0.1);
          box-shadow: inset 0 1px 2px rgba(10, 10, 10, 0.1);
  font-family: inherit;
  font-size: 1rem;
  font-weight: normal;
  line-height: 1.5;
  color: #0a0a0a;
  -webkit-transition: border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
  transition: border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
[type=text]:focus, [type=password]:focus, [type=date]:focus, [type=datetime]:focus, [type=datetime-local]:focus, [type=month]:focus, [type=week]:focus, [type=email]:focus, [type=number]:focus, [type=search]:focus, [type=tel]:focus, [type=time]:focus, [type=url]:focus, [type=color]:focus,
textarea:focus {
  outline: none;
  border: 1px solid #8a8a8a;
  background-color: #fefefe;
  -webkit-box-shadow: 0 0 5px #cacaca;
          box-shadow: 0 0 5px #cacaca;
  -webkit-transition: border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
  transition: border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
}

textarea {
  max-width: 100%;
}
textarea[rows] {
  height: auto;
}

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

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

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

::-webkit-input-placeholder {
  color: #cacaca;
}

::-moz-placeholder {
  color: #cacaca;
}

:-ms-input-placeholder {
  color: #cacaca;
}

::-ms-input-placeholder {
  color: #cacaca;
}

::placeholder {
  color: #cacaca;
}

[type=file],
[type=checkbox],
[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: normal;
  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-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 1rem;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
.input-group > :first-child, .input-group > :first-child.input-group-button > * {
  border-radius: 0 0 0 0;
}
.input-group > :last-child, .input-group > :last-child.input-group-button > * {
  border-radius: 0 0 0 0;
}

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

.input-group-label {
  padding: 0 1rem;
  border: 1px solid #cacaca;
  background: #e6e6e6;
  color: #0a0a0a;
  text-align: center;
  white-space: nowrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  -webkit-box-align: 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-box-flex: 1;
      -ms-flex: 1 1 0px;
          flex: 1 1 0px;
  min-width: 0;
}

.input-group-button {
  padding-top: 0;
  padding-bottom: 0;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
.input-group-button a,
.input-group-button input,
.input-group-button button,
.input-group-button label {
  -ms-flex-item-align: stretch;
      -ms-grid-row-align: stretch;
      align-self: stretch;
  height: auto;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 1rem;
}

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

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

.fieldset {
  margin: 1.125rem 0;
  padding: 1.25rem;
  border: 1px solid #cacaca;
}
.fieldset legend {
  margin: 0;
  margin-left: -0.1875rem;
  padding: 0 0.1875rem;
}

select {
  height: 2.4375rem;
  margin: 0 0 1rem;
  padding: 0.5rem;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 1px solid #cacaca;
  border-radius: 0;
  background-color: #fefefe;
  font-family: inherit;
  font-size: 1rem;
  font-weight: normal;
  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%28138, 138, 138%29'></polygon></svg>");
  background-origin: content-box;
  background-position: right -1rem center;
  background-repeat: no-repeat;
  background-size: 9px 6px;
  padding-right: 1.5rem;
  -webkit-transition: border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
  transition: border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
}
@media screen and (min-width: 0\0 ) {
  select {
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAYCAYAAACbU/80AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAIpJREFUeNrEkckNgDAMBBfRkEt0ObRBBdsGXUDgmQfK4XhH2m8czQAAy27R3tsw4Qfe2x8uOO6oYLb6GlOor3GF+swURAOmUJ+RwtEJs9WvTGEYxBXqI1MQAZhCfUQKRzDMVj+TwrAIV6jvSUEkYAr1LSkcyTBb/V+KYfX7xAeusq3sLDtGH3kEGACPWIflNZfhRQAAAABJRU5ErkJggg==");
  }
}
select:focus {
  outline: none;
  border: 1px solid #8a8a8a;
  background-color: #fefefe;
  -webkit-box-shadow: 0 0 5px #cacaca;
          box-shadow: 0 0 5px #cacaca;
  -webkit-transition: border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
  transition: border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
}
select:disabled {
  background-color: #e6e6e6;
  cursor: not-allowed;
}
select::-ms-expand {
  display: none;
}
select[multiple] {
  height: auto;
  background-image: none;
}
select:not([multiple]) {
  padding-top: 0;
  padding-bottom: 0;
}

.is-invalid-input:not(:focus) {
  border-color: #cc4b37;
  background-color: #f9ecea;
}
.is-invalid-input:not(:focus)::-webkit-input-placeholder {
  color: #cc4b37;
}
.is-invalid-input:not(:focus)::-moz-placeholder {
  color: #cc4b37;
}
.is-invalid-input:not(:focus):-ms-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: bold;
  color: #cc4b37;
}
.form-error.is-visible {
  display: block;
}

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

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

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

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

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

h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6 {
  font-family: "Gentium Basic", serif;
  font-style: normal;
  font-weight: normal;
  color: inherit;
  text-rendering: optimizeLegibility;
}
h1 small, .h1 small,
h2 small, .h2 small,
h3 small, .h3 small,
h4 small, .h4 small,
h5 small, .h5 small,
h6 small, .h6 small {
  line-height: 0;
  color: #cacaca;
}

h1, .h1 {
  font-size: 1.5rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem;
}

h2, .h2 {
  font-size: 1.25rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem;
}

h3, .h3 {
  font-size: 1.1875rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem;
}

h4, .h4 {
  font-size: 1.125rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem;
}

h5, .h5 {
  font-size: 1.0625rem;
  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: 3rem;
  }

  h2, .h2 {
    font-size: 2.5rem;
  }

  h3, .h3 {
    font-size: 1.9375rem;
  }

  h4, .h4 {
    font-size: 1.5625rem;
  }

  h5, .h5 {
    font-size: 1.25rem;
  }

  h6, .h6 {
    font-size: 1rem;
  }
}
a {
  line-height: inherit;
  color: #990000;
  text-decoration: none;
  cursor: pointer;
}
a:hover, a:focus {
  color: #840000;
}
a img {
  border: 0;
}

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

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

li {
  font-size: inherit;
}

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

ol {
  margin-left: 1.25rem;
}

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

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

blockquote {
  margin: 0 0 1rem;
  padding: 0.5625rem 1.25rem 0 1.1875rem;
  border-left: 1px solid #cacaca;
}
blockquote, blockquote p {
  line-height: 1.6;
  color: #8a8a8a;
}

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

figure {
  margin: 0;
}

kbd {
  margin: 0;
  padding: 0.125rem 0.25rem 0;
  background-color: #e6e6e6;
  font-family: "Open Sans", "Helvetica", sans-serif;
  color: #0a0a0a;
}

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

.lead {
  font-size: 125%;
  line-height: 1.6;
}

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

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

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

.code-inline, code {
  border: 1px solid #cacaca;
  background-color: #e6e6e6;
  font-family: "Open Sans", "Helvetica", sans-serif;
  font-weight: normal;
  color: #0a0a0a;
  display: inline;
  max-width: 100%;
  word-wrap: break-word;
  padding: 0.125rem 0.3125rem 0.0625rem;
}

.code-block {
  border: 1px solid #cacaca;
  background-color: #e6e6e6;
  font-family: "Open Sans", "Helvetica", sans-serif;
  font-weight: normal;
  color: #0a0a0a;
  display: block;
  overflow: auto;
  white-space: pre;
  padding: 1rem;
  margin-bottom: 1.5rem;
}

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

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

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

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

@media print, screen and (min-width: 26.25em) {
  .xsmall-text-left {
    text-align: left;
  }

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

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

  .xsmall-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: 56.25em) {
  .xmedium-text-left {
    text-align: left;
  }

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

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

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

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

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

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

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

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

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

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

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

  .xxlarge-text-justify {
    text-align: justify;
  }
}
.show-for-print {
  display: none !important;
}

@media print {
  * {
    background: transparent !important;
    color: black !important;
    -webkit-print-color-adjust: economy;
            color-adjust: economy;
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
    text-shadow: none !important;
  }

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

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

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

  thead.show-for-print {
    display: table-header-group !important;
  }

  tbody.show-for-print {
    display: table-row-group !important;
  }

  tr.show-for-print {
    display: table-row !important;
  }

  td.show-for-print {
    display: table-cell !important;
  }

  th.show-for-print {
    display: table-cell !important;
  }

  a,
a:visited {
    text-decoration: underline;
  }

  a[href]:after {
    content: " (" attr(href) ")";
  }

  .ir a:after,
a[href^="javascript:"]:after,
a[href^="#"]:after {
    content: "";
  }

  abbr[title]:after {
    content: " (" attr(title) ")";
  }

  pre,
blockquote {
    border: 1px solid #8a8a8a;
    page-break-inside: avoid;
  }

  thead {
    display: table-header-group;
  }

  tr,
img {
    page-break-inside: avoid;
  }

  img {
    max-width: 100% !important;
  }

  @page {
    margin: 0.5cm;
  }
  p,
h2,
h3 {
    orphans: 3;
    widows: 3;
  }

  h2,
h3 {
    page-break-after: avoid;
  }

  .print-break-inside {
    page-break-inside: auto;
  }
}
.grid-container {
  padding-right: 0.625rem;
  padding-left: 0.625rem;
  max-width: 100rem;
  margin-left: auto;
  margin-right: auto;
}
@media print, screen and (min-width: 40em) {
  .grid-container {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}
.grid-container.fluid {
  padding-right: 0.625rem;
  padding-left: 0.625rem;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}
@media print, screen and (min-width: 40em) {
  .grid-container.fluid {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}
.grid-container.full {
  padding-right: 0;
  padding-left: 0;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.grid-x {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
}

.cell {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  min-height: 0px;
  min-width: 0px;
  width: 100%;
}
.cell.auto {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0px;
          flex: 1 1 0px;
}
.cell.shrink {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}

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

.grid-x > .small-shrink, .grid-x > .small-full, .grid-x > .small-1, .grid-x > .small-2, .grid-x > .small-3, .grid-x > .small-4, .grid-x > .small-5, .grid-x > .small-6, .grid-x > .small-7, .grid-x > .small-8, .grid-x > .small-9, .grid-x > .small-10, .grid-x > .small-11, .grid-x > .small-12, .grid-x > .small-13, .grid-x > .small-14, .grid-x > .small-15, .grid-x > .small-16 {
  -ms-flex-preferred-size: auto;
      flex-basis: auto;
}

@media print, screen and (min-width: 26.25em) {
  .grid-x > .xsmall-shrink, .grid-x > .xsmall-full, .grid-x > .xsmall-1, .grid-x > .xsmall-2, .grid-x > .xsmall-3, .grid-x > .xsmall-4, .grid-x > .xsmall-5, .grid-x > .xsmall-6, .grid-x > .xsmall-7, .grid-x > .xsmall-8, .grid-x > .xsmall-9, .grid-x > .xsmall-10, .grid-x > .xsmall-11, .grid-x > .xsmall-12, .grid-x > .xsmall-13, .grid-x > .xsmall-14, .grid-x > .xsmall-15, .grid-x > .xsmall-16 {
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
  }
}
@media print, screen and (min-width: 40em) {
  .grid-x > .medium-shrink, .grid-x > .medium-full, .grid-x > .medium-1, .grid-x > .medium-2, .grid-x > .medium-3, .grid-x > .medium-4, .grid-x > .medium-5, .grid-x > .medium-6, .grid-x > .medium-7, .grid-x > .medium-8, .grid-x > .medium-9, .grid-x > .medium-10, .grid-x > .medium-11, .grid-x > .medium-12, .grid-x > .medium-13, .grid-x > .medium-14, .grid-x > .medium-15, .grid-x > .medium-16 {
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
  }
}
@media print, screen and (min-width: 56.25em) {
  .grid-x > .xmedium-shrink, .grid-x > .xmedium-full, .grid-x > .xmedium-1, .grid-x > .xmedium-2, .grid-x > .xmedium-3, .grid-x > .xmedium-4, .grid-x > .xmedium-5, .grid-x > .xmedium-6, .grid-x > .xmedium-7, .grid-x > .xmedium-8, .grid-x > .xmedium-9, .grid-x > .xmedium-10, .grid-x > .xmedium-11, .grid-x > .xmedium-12, .grid-x > .xmedium-13, .grid-x > .xmedium-14, .grid-x > .xmedium-15, .grid-x > .xmedium-16 {
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
  }
}
@media print, screen and (min-width: 64em) {
  .grid-x > .large-shrink, .grid-x > .large-full, .grid-x > .large-1, .grid-x > .large-2, .grid-x > .large-3, .grid-x > .large-4, .grid-x > .large-5, .grid-x > .large-6, .grid-x > .large-7, .grid-x > .large-8, .grid-x > .large-9, .grid-x > .large-10, .grid-x > .large-11, .grid-x > .large-12, .grid-x > .large-13, .grid-x > .large-14, .grid-x > .large-15, .grid-x > .large-16 {
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
  }
}
@media screen and (min-width: 75em) {
  .grid-x > .xlarge-shrink, .grid-x > .xlarge-full, .grid-x > .xlarge-1, .grid-x > .xlarge-2, .grid-x > .xlarge-3, .grid-x > .xlarge-4, .grid-x > .xlarge-5, .grid-x > .xlarge-6, .grid-x > .xlarge-7, .grid-x > .xlarge-8, .grid-x > .xlarge-9, .grid-x > .xlarge-10, .grid-x > .xlarge-11, .grid-x > .xlarge-12, .grid-x > .xlarge-13, .grid-x > .xlarge-14, .grid-x > .xlarge-15, .grid-x > .xlarge-16 {
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
  }
}
@media screen and (min-width: 90em) {
  .grid-x > .xxlarge-shrink, .grid-x > .xxlarge-full, .grid-x > .xxlarge-1, .grid-x > .xxlarge-2, .grid-x > .xxlarge-3, .grid-x > .xxlarge-4, .grid-x > .xxlarge-5, .grid-x > .xxlarge-6, .grid-x > .xxlarge-7, .grid-x > .xxlarge-8, .grid-x > .xxlarge-9, .grid-x > .xxlarge-10, .grid-x > .xxlarge-11, .grid-x > .xxlarge-12, .grid-x > .xxlarge-13, .grid-x > .xxlarge-14, .grid-x > .xxlarge-15, .grid-x > .xxlarge-16 {
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
  }
}
.grid-x > .small-16, .grid-x > .small-15, .grid-x > .small-14, .grid-x > .small-13, .grid-x > .small-12, .grid-x > .small-11, .grid-x > .small-10, .grid-x > .small-9, .grid-x > .small-8, .grid-x > .small-7, .grid-x > .small-6, .grid-x > .small-5, .grid-x > .small-4, .grid-x > .small-3, .grid-x > .small-2, .grid-x > .small-1 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}

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

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

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

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

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

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

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

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

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

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

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

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

.grid-x > .small-13 {
  width: 81.25%;
}

.grid-x > .small-14 {
  width: 87.5%;
}

.grid-x > .small-15 {
  width: 93.75%;
}

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

@media print, screen and (min-width: 26.25em) {
  .grid-x > .xsmall-auto {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 0px;
            flex: 1 1 0px;
    width: auto;
  }

  .grid-x > .xsmall-16, .grid-x > .xsmall-15, .grid-x > .xsmall-14, .grid-x > .xsmall-13, .grid-x > .xsmall-12, .grid-x > .xsmall-11, .grid-x > .xsmall-10, .grid-x > .xsmall-9, .grid-x > .xsmall-8, .grid-x > .xsmall-7, .grid-x > .xsmall-6, .grid-x > .xsmall-5, .grid-x > .xsmall-4, .grid-x > .xsmall-3, .grid-x > .xsmall-2, .grid-x > .xsmall-1, .grid-x > .xsmall-shrink {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
  }

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

  .grid-x > .xsmall-1 {
    width: 6.25%;
  }

  .grid-x > .xsmall-2 {
    width: 12.5%;
  }

  .grid-x > .xsmall-3 {
    width: 18.75%;
  }

  .grid-x > .xsmall-4 {
    width: 25%;
  }

  .grid-x > .xsmall-5 {
    width: 31.25%;
  }

  .grid-x > .xsmall-6 {
    width: 37.5%;
  }

  .grid-x > .xsmall-7 {
    width: 43.75%;
  }

  .grid-x > .xsmall-8 {
    width: 50%;
  }

  .grid-x > .xsmall-9 {
    width: 56.25%;
  }

  .grid-x > .xsmall-10 {
    width: 62.5%;
  }

  .grid-x > .xsmall-11 {
    width: 68.75%;
  }

  .grid-x > .xsmall-12 {
    width: 75%;
  }

  .grid-x > .xsmall-13 {
    width: 81.25%;
  }

  .grid-x > .xsmall-14 {
    width: 87.5%;
  }

  .grid-x > .xsmall-15 {
    width: 93.75%;
  }

  .grid-x > .xsmall-16 {
    width: 100%;
  }
}
@media print, screen and (min-width: 40em) {
  .grid-x > .medium-auto {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 0px;
            flex: 1 1 0px;
    width: auto;
  }

  .grid-x > .medium-16, .grid-x > .medium-15, .grid-x > .medium-14, .grid-x > .medium-13, .grid-x > .medium-12, .grid-x > .medium-11, .grid-x > .medium-10, .grid-x > .medium-9, .grid-x > .medium-8, .grid-x > .medium-7, .grid-x > .medium-6, .grid-x > .medium-5, .grid-x > .medium-4, .grid-x > .medium-3, .grid-x > .medium-2, .grid-x > .medium-1, .grid-x > .medium-shrink {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
  }

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

  .grid-x > .medium-1 {
    width: 6.25%;
  }

  .grid-x > .medium-2 {
    width: 12.5%;
  }

  .grid-x > .medium-3 {
    width: 18.75%;
  }

  .grid-x > .medium-4 {
    width: 25%;
  }

  .grid-x > .medium-5 {
    width: 31.25%;
  }

  .grid-x > .medium-6 {
    width: 37.5%;
  }

  .grid-x > .medium-7 {
    width: 43.75%;
  }

  .grid-x > .medium-8 {
    width: 50%;
  }

  .grid-x > .medium-9 {
    width: 56.25%;
  }

  .grid-x > .medium-10 {
    width: 62.5%;
  }

  .grid-x > .medium-11 {
    width: 68.75%;
  }

  .grid-x > .medium-12 {
    width: 75%;
  }

  .grid-x > .medium-13 {
    width: 81.25%;
  }

  .grid-x > .medium-14 {
    width: 87.5%;
  }

  .grid-x > .medium-15 {
    width: 93.75%;
  }

  .grid-x > .medium-16 {
    width: 100%;
  }
}
@media print, screen and (min-width: 56.25em) {
  .grid-x > .xmedium-auto {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 0px;
            flex: 1 1 0px;
    width: auto;
  }

  .grid-x > .xmedium-16, .grid-x > .xmedium-15, .grid-x > .xmedium-14, .grid-x > .xmedium-13, .grid-x > .xmedium-12, .grid-x > .xmedium-11, .grid-x > .xmedium-10, .grid-x > .xmedium-9, .grid-x > .xmedium-8, .grid-x > .xmedium-7, .grid-x > .xmedium-6, .grid-x > .xmedium-5, .grid-x > .xmedium-4, .grid-x > .xmedium-3, .grid-x > .xmedium-2, .grid-x > .xmedium-1, .grid-x > .xmedium-shrink {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
  }

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

  .grid-x > .xmedium-1 {
    width: 6.25%;
  }

  .grid-x > .xmedium-2 {
    width: 12.5%;
  }

  .grid-x > .xmedium-3 {
    width: 18.75%;
  }

  .grid-x > .xmedium-4 {
    width: 25%;
  }

  .grid-x > .xmedium-5 {
    width: 31.25%;
  }

  .grid-x > .xmedium-6 {
    width: 37.5%;
  }

  .grid-x > .xmedium-7 {
    width: 43.75%;
  }

  .grid-x > .xmedium-8 {
    width: 50%;
  }

  .grid-x > .xmedium-9 {
    width: 56.25%;
  }

  .grid-x > .xmedium-10 {
    width: 62.5%;
  }

  .grid-x > .xmedium-11 {
    width: 68.75%;
  }

  .grid-x > .xmedium-12 {
    width: 75%;
  }

  .grid-x > .xmedium-13 {
    width: 81.25%;
  }

  .grid-x > .xmedium-14 {
    width: 87.5%;
  }

  .grid-x > .xmedium-15 {
    width: 93.75%;
  }

  .grid-x > .xmedium-16 {
    width: 100%;
  }
}
@media print, screen and (min-width: 64em) {
  .grid-x > .large-auto {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 0px;
            flex: 1 1 0px;
    width: auto;
  }

  .grid-x > .large-16, .grid-x > .large-15, .grid-x > .large-14, .grid-x > .large-13, .grid-x > .large-12, .grid-x > .large-11, .grid-x > .large-10, .grid-x > .large-9, .grid-x > .large-8, .grid-x > .large-7, .grid-x > .large-6, .grid-x > .large-5, .grid-x > .large-4, .grid-x > .large-3, .grid-x > .large-2, .grid-x > .large-1, .grid-x > .large-shrink {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
  }

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

  .grid-x > .large-1 {
    width: 6.25%;
  }

  .grid-x > .large-2 {
    width: 12.5%;
  }

  .grid-x > .large-3 {
    width: 18.75%;
  }

  .grid-x > .large-4 {
    width: 25%;
  }

  .grid-x > .large-5 {
    width: 31.25%;
  }

  .grid-x > .large-6 {
    width: 37.5%;
  }

  .grid-x > .large-7 {
    width: 43.75%;
  }

  .grid-x > .large-8 {
    width: 50%;
  }

  .grid-x > .large-9 {
    width: 56.25%;
  }

  .grid-x > .large-10 {
    width: 62.5%;
  }

  .grid-x > .large-11 {
    width: 68.75%;
  }

  .grid-x > .large-12 {
    width: 75%;
  }

  .grid-x > .large-13 {
    width: 81.25%;
  }

  .grid-x > .large-14 {
    width: 87.5%;
  }

  .grid-x > .large-15 {
    width: 93.75%;
  }

  .grid-x > .large-16 {
    width: 100%;
  }
}
@media screen and (min-width: 75em) {
  .grid-x > .xlarge-auto {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 0px;
            flex: 1 1 0px;
    width: auto;
  }

  .grid-x > .xlarge-16, .grid-x > .xlarge-15, .grid-x > .xlarge-14, .grid-x > .xlarge-13, .grid-x > .xlarge-12, .grid-x > .xlarge-11, .grid-x > .xlarge-10, .grid-x > .xlarge-9, .grid-x > .xlarge-8, .grid-x > .xlarge-7, .grid-x > .xlarge-6, .grid-x > .xlarge-5, .grid-x > .xlarge-4, .grid-x > .xlarge-3, .grid-x > .xlarge-2, .grid-x > .xlarge-1, .grid-x > .xlarge-shrink {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
  }

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

  .grid-x > .xlarge-1 {
    width: 6.25%;
  }

  .grid-x > .xlarge-2 {
    width: 12.5%;
  }

  .grid-x > .xlarge-3 {
    width: 18.75%;
  }

  .grid-x > .xlarge-4 {
    width: 25%;
  }

  .grid-x > .xlarge-5 {
    width: 31.25%;
  }

  .grid-x > .xlarge-6 {
    width: 37.5%;
  }

  .grid-x > .xlarge-7 {
    width: 43.75%;
  }

  .grid-x > .xlarge-8 {
    width: 50%;
  }

  .grid-x > .xlarge-9 {
    width: 56.25%;
  }

  .grid-x > .xlarge-10 {
    width: 62.5%;
  }

  .grid-x > .xlarge-11 {
    width: 68.75%;
  }

  .grid-x > .xlarge-12 {
    width: 75%;
  }

  .grid-x > .xlarge-13 {
    width: 81.25%;
  }

  .grid-x > .xlarge-14 {
    width: 87.5%;
  }

  .grid-x > .xlarge-15 {
    width: 93.75%;
  }

  .grid-x > .xlarge-16 {
    width: 100%;
  }
}
@media screen and (min-width: 90em) {
  .grid-x > .xxlarge-auto {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 0px;
            flex: 1 1 0px;
    width: auto;
  }

  .grid-x > .xxlarge-16, .grid-x > .xxlarge-15, .grid-x > .xxlarge-14, .grid-x > .xxlarge-13, .grid-x > .xxlarge-12, .grid-x > .xxlarge-11, .grid-x > .xxlarge-10, .grid-x > .xxlarge-9, .grid-x > .xxlarge-8, .grid-x > .xxlarge-7, .grid-x > .xxlarge-6, .grid-x > .xxlarge-5, .grid-x > .xxlarge-4, .grid-x > .xxlarge-3, .grid-x > .xxlarge-2, .grid-x > .xxlarge-1, .grid-x > .xxlarge-shrink {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
  }

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

  .grid-x > .xxlarge-1 {
    width: 6.25%;
  }

  .grid-x > .xxlarge-2 {
    width: 12.5%;
  }

  .grid-x > .xxlarge-3 {
    width: 18.75%;
  }

  .grid-x > .xxlarge-4 {
    width: 25%;
  }

  .grid-x > .xxlarge-5 {
    width: 31.25%;
  }

  .grid-x > .xxlarge-6 {
    width: 37.5%;
  }

  .grid-x > .xxlarge-7 {
    width: 43.75%;
  }

  .grid-x > .xxlarge-8 {
    width: 50%;
  }

  .grid-x > .xxlarge-9 {
    width: 56.25%;
  }

  .grid-x > .xxlarge-10 {
    width: 62.5%;
  }

  .grid-x > .xxlarge-11 {
    width: 68.75%;
  }

  .grid-x > .xxlarge-12 {
    width: 75%;
  }

  .grid-x > .xxlarge-13 {
    width: 81.25%;
  }

  .grid-x > .xxlarge-14 {
    width: 87.5%;
  }

  .grid-x > .xxlarge-15 {
    width: 93.75%;
  }

  .grid-x > .xxlarge-16 {
    width: 100%;
  }
}
.grid-margin-x:not(.grid-x) > .cell {
  width: auto;
}

.grid-margin-y:not(.grid-y) > .cell {
  height: auto;
}

.grid-margin-x {
  margin-left: -0.625rem;
  margin-right: -0.625rem;
}
@media print, screen and (min-width: 40em) {
  .grid-margin-x {
    margin-left: -0.9375rem;
    margin-right: -0.9375rem;
  }
}
.grid-margin-x > .cell {
  width: calc(100% - 1.25rem);
  margin-left: 0.625rem;
  margin-right: 0.625rem;
}
@media print, screen and (min-width: 40em) {
  .grid-margin-x > .cell {
    width: calc(100% - 1.875rem);
    margin-left: 0.9375rem;
    margin-right: 0.9375rem;
  }
}
.grid-margin-x > .auto {
  width: auto;
}
.grid-margin-x > .shrink {
  width: auto;
}
.grid-margin-x > .small-1 {
  width: calc(6.25% - 1.25rem);
}
.grid-margin-x > .small-2 {
  width: calc(12.5% - 1.25rem);
}
.grid-margin-x > .small-3 {
  width: calc(18.75% - 1.25rem);
}
.grid-margin-x > .small-4 {
  width: calc(25% - 1.25rem);
}
.grid-margin-x > .small-5 {
  width: calc(31.25% - 1.25rem);
}
.grid-margin-x > .small-6 {
  width: calc(37.5% - 1.25rem);
}
.grid-margin-x > .small-7 {
  width: calc(43.75% - 1.25rem);
}
.grid-margin-x > .small-8 {
  width: calc(50% - 1.25rem);
}
.grid-margin-x > .small-9 {
  width: calc(56.25% - 1.25rem);
}
.grid-margin-x > .small-10 {
  width: calc(62.5% - 1.25rem);
}
.grid-margin-x > .small-11 {
  width: calc(68.75% - 1.25rem);
}
.grid-margin-x > .small-12 {
  width: calc(75% - 1.25rem);
}
.grid-margin-x > .small-13 {
  width: calc(81.25% - 1.25rem);
}
.grid-margin-x > .small-14 {
  width: calc(87.5% - 1.25rem);
}
.grid-margin-x > .small-15 {
  width: calc(93.75% - 1.25rem);
}
.grid-margin-x > .small-16 {
  width: calc(100% - 1.25rem);
}
@media print, screen and (min-width: 26.25em) {
  .grid-margin-x > .xsmall-auto {
    width: auto;
  }
  .grid-margin-x > .xsmall-shrink {
    width: auto;
  }
  .grid-margin-x > .xsmall-1 {
    width: calc(6.25% - 1.25rem);
  }
  .grid-margin-x > .xsmall-2 {
    width: calc(12.5% - 1.25rem);
  }
  .grid-margin-x > .xsmall-3 {
    width: calc(18.75% - 1.25rem);
  }
  .grid-margin-x > .xsmall-4 {
    width: calc(25% - 1.25rem);
  }
  .grid-margin-x > .xsmall-5 {
    width: calc(31.25% - 1.25rem);
  }
  .grid-margin-x > .xsmall-6 {
    width: calc(37.5% - 1.25rem);
  }
  .grid-margin-x > .xsmall-7 {
    width: calc(43.75% - 1.25rem);
  }
  .grid-margin-x > .xsmall-8 {
    width: calc(50% - 1.25rem);
  }
  .grid-margin-x > .xsmall-9 {
    width: calc(56.25% - 1.25rem);
  }
  .grid-margin-x > .xsmall-10 {
    width: calc(62.5% - 1.25rem);
  }
  .grid-margin-x > .xsmall-11 {
    width: calc(68.75% - 1.25rem);
  }
  .grid-margin-x > .xsmall-12 {
    width: calc(75% - 1.25rem);
  }
  .grid-margin-x > .xsmall-13 {
    width: calc(81.25% - 1.25rem);
  }
  .grid-margin-x > .xsmall-14 {
    width: calc(87.5% - 1.25rem);
  }
  .grid-margin-x > .xsmall-15 {
    width: calc(93.75% - 1.25rem);
  }
  .grid-margin-x > .xsmall-16 {
    width: calc(100% - 1.25rem);
  }
}
@media print, screen and (min-width: 40em) {
  .grid-margin-x > .auto {
    width: auto;
  }
  .grid-margin-x > .shrink {
    width: auto;
  }
  .grid-margin-x > .small-1 {
    width: calc(6.25% - 1.875rem);
  }
  .grid-margin-x > .small-2 {
    width: calc(12.5% - 1.875rem);
  }
  .grid-margin-x > .small-3 {
    width: calc(18.75% - 1.875rem);
  }
  .grid-margin-x > .small-4 {
    width: calc(25% - 1.875rem);
  }
  .grid-margin-x > .small-5 {
    width: calc(31.25% - 1.875rem);
  }
  .grid-margin-x > .small-6 {
    width: calc(37.5% - 1.875rem);
  }
  .grid-margin-x > .small-7 {
    width: calc(43.75% - 1.875rem);
  }
  .grid-margin-x > .small-8 {
    width: calc(50% - 1.875rem);
  }
  .grid-margin-x > .small-9 {
    width: calc(56.25% - 1.875rem);
  }
  .grid-margin-x > .small-10 {
    width: calc(62.5% - 1.875rem);
  }
  .grid-margin-x > .small-11 {
    width: calc(68.75% - 1.875rem);
  }
  .grid-margin-x > .small-12 {
    width: calc(75% - 1.875rem);
  }
  .grid-margin-x > .small-13 {
    width: calc(81.25% - 1.875rem);
  }
  .grid-margin-x > .small-14 {
    width: calc(87.5% - 1.875rem);
  }
  .grid-margin-x > .small-15 {
    width: calc(93.75% - 1.875rem);
  }
  .grid-margin-x > .small-16 {
    width: calc(100% - 1.875rem);
  }
  .grid-margin-x > .xsmall-auto {
    width: auto;
  }
  .grid-margin-x > .xsmall-shrink {
    width: auto;
  }
  .grid-margin-x > .xsmall-1 {
    width: calc(6.25% - 1.875rem);
  }
  .grid-margin-x > .xsmall-2 {
    width: calc(12.5% - 1.875rem);
  }
  .grid-margin-x > .xsmall-3 {
    width: calc(18.75% - 1.875rem);
  }
  .grid-margin-x > .xsmall-4 {
    width: calc(25% - 1.875rem);
  }
  .grid-margin-x > .xsmall-5 {
    width: calc(31.25% - 1.875rem);
  }
  .grid-margin-x > .xsmall-6 {
    width: calc(37.5% - 1.875rem);
  }
  .grid-margin-x > .xsmall-7 {
    width: calc(43.75% - 1.875rem);
  }
  .grid-margin-x > .xsmall-8 {
    width: calc(50% - 1.875rem);
  }
  .grid-margin-x > .xsmall-9 {
    width: calc(56.25% - 1.875rem);
  }
  .grid-margin-x > .xsmall-10 {
    width: calc(62.5% - 1.875rem);
  }
  .grid-margin-x > .xsmall-11 {
    width: calc(68.75% - 1.875rem);
  }
  .grid-margin-x > .xsmall-12 {
    width: calc(75% - 1.875rem);
  }
  .grid-margin-x > .xsmall-13 {
    width: calc(81.25% - 1.875rem);
  }
  .grid-margin-x > .xsmall-14 {
    width: calc(87.5% - 1.875rem);
  }
  .grid-margin-x > .xsmall-15 {
    width: calc(93.75% - 1.875rem);
  }
  .grid-margin-x > .xsmall-16 {
    width: calc(100% - 1.875rem);
  }
  .grid-margin-x > .medium-auto {
    width: auto;
  }
  .grid-margin-x > .medium-shrink {
    width: auto;
  }
  .grid-margin-x > .medium-1 {
    width: calc(6.25% - 1.875rem);
  }
  .grid-margin-x > .medium-2 {
    width: calc(12.5% - 1.875rem);
  }
  .grid-margin-x > .medium-3 {
    width: calc(18.75% - 1.875rem);
  }
  .grid-margin-x > .medium-4 {
    width: calc(25% - 1.875rem);
  }
  .grid-margin-x > .medium-5 {
    width: calc(31.25% - 1.875rem);
  }
  .grid-margin-x > .medium-6 {
    width: calc(37.5% - 1.875rem);
  }
  .grid-margin-x > .medium-7 {
    width: calc(43.75% - 1.875rem);
  }
  .grid-margin-x > .medium-8 {
    width: calc(50% - 1.875rem);
  }
  .grid-margin-x > .medium-9 {
    width: calc(56.25% - 1.875rem);
  }
  .grid-margin-x > .medium-10 {
    width: calc(62.5% - 1.875rem);
  }
  .grid-margin-x > .medium-11 {
    width: calc(68.75% - 1.875rem);
  }
  .grid-margin-x > .medium-12 {
    width: calc(75% - 1.875rem);
  }
  .grid-margin-x > .medium-13 {
    width: calc(81.25% - 1.875rem);
  }
  .grid-margin-x > .medium-14 {
    width: calc(87.5% - 1.875rem);
  }
  .grid-margin-x > .medium-15 {
    width: calc(93.75% - 1.875rem);
  }
  .grid-margin-x > .medium-16 {
    width: calc(100% - 1.875rem);
  }
}
@media print, screen and (min-width: 56.25em) {
  .grid-margin-x > .xmedium-auto {
    width: auto;
  }
  .grid-margin-x > .xmedium-shrink {
    width: auto;
  }
  .grid-margin-x > .xmedium-1 {
    width: calc(6.25% - 1.875rem);
  }
  .grid-margin-x > .xmedium-2 {
    width: calc(12.5% - 1.875rem);
  }
  .grid-margin-x > .xmedium-3 {
    width: calc(18.75% - 1.875rem);
  }
  .grid-margin-x > .xmedium-4 {
    width: calc(25% - 1.875rem);
  }
  .grid-margin-x > .xmedium-5 {
    width: calc(31.25% - 1.875rem);
  }
  .grid-margin-x > .xmedium-6 {
    width: calc(37.5% - 1.875rem);
  }
  .grid-margin-x > .xmedium-7 {
    width: calc(43.75% - 1.875rem);
  }
  .grid-margin-x > .xmedium-8 {
    width: calc(50% - 1.875rem);
  }
  .grid-margin-x > .xmedium-9 {
    width: calc(56.25% - 1.875rem);
  }
  .grid-margin-x > .xmedium-10 {
    width: calc(62.5% - 1.875rem);
  }
  .grid-margin-x > .xmedium-11 {
    width: calc(68.75% - 1.875rem);
  }
  .grid-margin-x > .xmedium-12 {
    width: calc(75% - 1.875rem);
  }
  .grid-margin-x > .xmedium-13 {
    width: calc(81.25% - 1.875rem);
  }
  .grid-margin-x > .xmedium-14 {
    width: calc(87.5% - 1.875rem);
  }
  .grid-margin-x > .xmedium-15 {
    width: calc(93.75% - 1.875rem);
  }
  .grid-margin-x > .xmedium-16 {
    width: calc(100% - 1.875rem);
  }
}
@media print, screen and (min-width: 64em) {
  .grid-margin-x > .large-auto {
    width: auto;
  }
  .grid-margin-x > .large-shrink {
    width: auto;
  }
  .grid-margin-x > .large-1 {
    width: calc(6.25% - 1.875rem);
  }
  .grid-margin-x > .large-2 {
    width: calc(12.5% - 1.875rem);
  }
  .grid-margin-x > .large-3 {
    width: calc(18.75% - 1.875rem);
  }
  .grid-margin-x > .large-4 {
    width: calc(25% - 1.875rem);
  }
  .grid-margin-x > .large-5 {
    width: calc(31.25% - 1.875rem);
  }
  .grid-margin-x > .large-6 {
    width: calc(37.5% - 1.875rem);
  }
  .grid-margin-x > .large-7 {
    width: calc(43.75% - 1.875rem);
  }
  .grid-margin-x > .large-8 {
    width: calc(50% - 1.875rem);
  }
  .grid-margin-x > .large-9 {
    width: calc(56.25% - 1.875rem);
  }
  .grid-margin-x > .large-10 {
    width: calc(62.5% - 1.875rem);
  }
  .grid-margin-x > .large-11 {
    width: calc(68.75% - 1.875rem);
  }
  .grid-margin-x > .large-12 {
    width: calc(75% - 1.875rem);
  }
  .grid-margin-x > .large-13 {
    width: calc(81.25% - 1.875rem);
  }
  .grid-margin-x > .large-14 {
    width: calc(87.5% - 1.875rem);
  }
  .grid-margin-x > .large-15 {
    width: calc(93.75% - 1.875rem);
  }
  .grid-margin-x > .large-16 {
    width: calc(100% - 1.875rem);
  }
}
@media screen and (min-width: 75em) {
  .grid-margin-x > .xlarge-auto {
    width: auto;
  }
  .grid-margin-x > .xlarge-shrink {
    width: auto;
  }
  .grid-margin-x > .xlarge-1 {
    width: calc(6.25% - 1.875rem);
  }
  .grid-margin-x > .xlarge-2 {
    width: calc(12.5% - 1.875rem);
  }
  .grid-margin-x > .xlarge-3 {
    width: calc(18.75% - 1.875rem);
  }
  .grid-margin-x > .xlarge-4 {
    width: calc(25% - 1.875rem);
  }
  .grid-margin-x > .xlarge-5 {
    width: calc(31.25% - 1.875rem);
  }
  .grid-margin-x > .xlarge-6 {
    width: calc(37.5% - 1.875rem);
  }
  .grid-margin-x > .xlarge-7 {
    width: calc(43.75% - 1.875rem);
  }
  .grid-margin-x > .xlarge-8 {
    width: calc(50% - 1.875rem);
  }
  .grid-margin-x > .xlarge-9 {
    width: calc(56.25% - 1.875rem);
  }
  .grid-margin-x > .xlarge-10 {
    width: calc(62.5% - 1.875rem);
  }
  .grid-margin-x > .xlarge-11 {
    width: calc(68.75% - 1.875rem);
  }
  .grid-margin-x > .xlarge-12 {
    width: calc(75% - 1.875rem);
  }
  .grid-margin-x > .xlarge-13 {
    width: calc(81.25% - 1.875rem);
  }
  .grid-margin-x > .xlarge-14 {
    width: calc(87.5% - 1.875rem);
  }
  .grid-margin-x > .xlarge-15 {
    width: calc(93.75% - 1.875rem);
  }
  .grid-margin-x > .xlarge-16 {
    width: calc(100% - 1.875rem);
  }
}
@media screen and (min-width: 90em) {
  .grid-margin-x > .xxlarge-auto {
    width: auto;
  }
  .grid-margin-x > .xxlarge-shrink {
    width: auto;
  }
  .grid-margin-x > .xxlarge-1 {
    width: calc(6.25% - 1.875rem);
  }
  .grid-margin-x > .xxlarge-2 {
    width: calc(12.5% - 1.875rem);
  }
  .grid-margin-x > .xxlarge-3 {
    width: calc(18.75% - 1.875rem);
  }
  .grid-margin-x > .xxlarge-4 {
    width: calc(25% - 1.875rem);
  }
  .grid-margin-x > .xxlarge-5 {
    width: calc(31.25% - 1.875rem);
  }
  .grid-margin-x > .xxlarge-6 {
    width: calc(37.5% - 1.875rem);
  }
  .grid-margin-x > .xxlarge-7 {
    width: calc(43.75% - 1.875rem);
  }
  .grid-margin-x > .xxlarge-8 {
    width: calc(50% - 1.875rem);
  }
  .grid-margin-x > .xxlarge-9 {
    width: calc(56.25% - 1.875rem);
  }
  .grid-margin-x > .xxlarge-10 {
    width: calc(62.5% - 1.875rem);
  }
  .grid-margin-x > .xxlarge-11 {
    width: calc(68.75% - 1.875rem);
  }
  .grid-margin-x > .xxlarge-12 {
    width: calc(75% - 1.875rem);
  }
  .grid-margin-x > .xxlarge-13 {
    width: calc(81.25% - 1.875rem);
  }
  .grid-margin-x > .xxlarge-14 {
    width: calc(87.5% - 1.875rem);
  }
  .grid-margin-x > .xxlarge-15 {
    width: calc(93.75% - 1.875rem);
  }
  .grid-margin-x > .xxlarge-16 {
    width: calc(100% - 1.875rem);
  }
}

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

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

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

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

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

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

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

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

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

@media print, screen and (min-width: 26.25em) {
  .xsmall-up-1 > .cell {
    width: 100%;
  }

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

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

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

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

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

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

  .xsmall-up-8 > .cell {
    width: 12.5%;
  }
}
@media print, screen and (min-width: 40em) {
  .medium-up-1 > .cell {
    width: 100%;
  }

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

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

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

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

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

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

  .medium-up-8 > .cell {
    width: 12.5%;
  }
}
@media print, screen and (min-width: 56.25em) {
  .xmedium-up-1 > .cell {
    width: 100%;
  }

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

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

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

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

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

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

  .xmedium-up-8 > .cell {
    width: 12.5%;
  }
}
@media print, screen and (min-width: 64em) {
  .large-up-1 > .cell {
    width: 100%;
  }

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

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

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

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

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

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

  .large-up-8 > .cell {
    width: 12.5%;
  }
}
@media screen and (min-width: 75em) {
  .xlarge-up-1 > .cell {
    width: 100%;
  }

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

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

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

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

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

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

  .xlarge-up-8 > .cell {
    width: 12.5%;
  }
}
@media screen and (min-width: 90em) {
  .xxlarge-up-1 > .cell {
    width: 100%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media print, screen and (min-width: 26.25em) {
  .grid-margin-x.xsmall-up-1 > .cell {
    width: calc(100% - 1.25rem);
  }

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

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

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

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

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

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

  .grid-margin-x.xsmall-up-8 > .cell {
    width: calc(12.5% - 1.25rem);
  }
}
@media print, screen and (min-width: 40em) {
  .grid-margin-x.small-up-1 > .cell {
    width: calc(100% - 1.875rem);
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .grid-margin-x.medium-up-8 > .cell {
    width: calc(12.5% - 1.875rem);
  }
}
@media print, screen and (min-width: 56.25em) {
  .grid-margin-x.xmedium-up-1 > .cell {
    width: calc(100% - 1.875rem);
  }

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

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

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

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

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

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

  .grid-margin-x.xmedium-up-8 > .cell {
    width: calc(12.5% - 1.875rem);
  }
}
@media print, screen and (min-width: 64em) {
  .grid-margin-x.large-up-1 > .cell {
    width: calc(100% - 1.875rem);
  }

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

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

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

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

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

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

  .grid-margin-x.large-up-8 > .cell {
    width: calc(12.5% - 1.875rem);
  }
}
@media screen and (min-width: 75em) {
  .grid-margin-x.xlarge-up-1 > .cell {
    width: calc(100% - 1.875rem);
  }

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

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

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

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

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

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

  .grid-margin-x.xlarge-up-8 > .cell {
    width: calc(12.5% - 1.875rem);
  }
}
@media screen and (min-width: 90em) {
  .grid-margin-x.xxlarge-up-1 > .cell {
    width: calc(100% - 1.875rem);
  }

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

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

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

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

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

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

  .grid-margin-x.xxlarge-up-8 > .cell {
    width: calc(12.5% - 1.875rem);
  }
}
.small-margin-collapse {
  margin-right: 0;
  margin-left: 0;
}
.small-margin-collapse > .cell {
  margin-right: 0;
  margin-left: 0;
}
.small-margin-collapse > .small-1 {
  width: 6.25%;
}
.small-margin-collapse > .small-2 {
  width: 12.5%;
}
.small-margin-collapse > .small-3 {
  width: 18.75%;
}
.small-margin-collapse > .small-4 {
  width: 25%;
}
.small-margin-collapse > .small-5 {
  width: 31.25%;
}
.small-margin-collapse > .small-6 {
  width: 37.5%;
}
.small-margin-collapse > .small-7 {
  width: 43.75%;
}
.small-margin-collapse > .small-8 {
  width: 50%;
}
.small-margin-collapse > .small-9 {
  width: 56.25%;
}
.small-margin-collapse > .small-10 {
  width: 62.5%;
}
.small-margin-collapse > .small-11 {
  width: 68.75%;
}
.small-margin-collapse > .small-12 {
  width: 75%;
}
.small-margin-collapse > .small-13 {
  width: 81.25%;
}
.small-margin-collapse > .small-14 {
  width: 87.5%;
}
.small-margin-collapse > .small-15 {
  width: 93.75%;
}
.small-margin-collapse > .small-16 {
  width: 100%;
}
@media print, screen and (min-width: 26.25em) {
  .small-margin-collapse > .xsmall-1 {
    width: 6.25%;
  }
  .small-margin-collapse > .xsmall-2 {
    width: 12.5%;
  }
  .small-margin-collapse > .xsmall-3 {
    width: 18.75%;
  }
  .small-margin-collapse > .xsmall-4 {
    width: 25%;
  }
  .small-margin-collapse > .xsmall-5 {
    width: 31.25%;
  }
  .small-margin-collapse > .xsmall-6 {
    width: 37.5%;
  }
  .small-margin-collapse > .xsmall-7 {
    width: 43.75%;
  }
  .small-margin-collapse > .xsmall-8 {
    width: 50%;
  }
  .small-margin-collapse > .xsmall-9 {
    width: 56.25%;
  }
  .small-margin-collapse > .xsmall-10 {
    width: 62.5%;
  }
  .small-margin-collapse > .xsmall-11 {
    width: 68.75%;
  }
  .small-margin-collapse > .xsmall-12 {
    width: 75%;
  }
  .small-margin-collapse > .xsmall-13 {
    width: 81.25%;
  }
  .small-margin-collapse > .xsmall-14 {
    width: 87.5%;
  }
  .small-margin-collapse > .xsmall-15 {
    width: 93.75%;
  }
  .small-margin-collapse > .xsmall-16 {
    width: 100%;
  }
}
@media print, screen and (min-width: 40em) {
  .small-margin-collapse > .medium-1 {
    width: 6.25%;
  }
  .small-margin-collapse > .medium-2 {
    width: 12.5%;
  }
  .small-margin-collapse > .medium-3 {
    width: 18.75%;
  }
  .small-margin-collapse > .medium-4 {
    width: 25%;
  }
  .small-margin-collapse > .medium-5 {
    width: 31.25%;
  }
  .small-margin-collapse > .medium-6 {
    width: 37.5%;
  }
  .small-margin-collapse > .medium-7 {
    width: 43.75%;
  }
  .small-margin-collapse > .medium-8 {
    width: 50%;
  }
  .small-margin-collapse > .medium-9 {
    width: 56.25%;
  }
  .small-margin-collapse > .medium-10 {
    width: 62.5%;
  }
  .small-margin-collapse > .medium-11 {
    width: 68.75%;
  }
  .small-margin-collapse > .medium-12 {
    width: 75%;
  }
  .small-margin-collapse > .medium-13 {
    width: 81.25%;
  }
  .small-margin-collapse > .medium-14 {
    width: 87.5%;
  }
  .small-margin-collapse > .medium-15 {
    width: 93.75%;
  }
  .small-margin-collapse > .medium-16 {
    width: 100%;
  }
}
@media print, screen and (min-width: 56.25em) {
  .small-margin-collapse > .xmedium-1 {
    width: 6.25%;
  }
  .small-margin-collapse > .xmedium-2 {
    width: 12.5%;
  }
  .small-margin-collapse > .xmedium-3 {
    width: 18.75%;
  }
  .small-margin-collapse > .xmedium-4 {
    width: 25%;
  }
  .small-margin-collapse > .xmedium-5 {
    width: 31.25%;
  }
  .small-margin-collapse > .xmedium-6 {
    width: 37.5%;
  }
  .small-margin-collapse > .xmedium-7 {
    width: 43.75%;
  }
  .small-margin-collapse > .xmedium-8 {
    width: 50%;
  }
  .small-margin-collapse > .xmedium-9 {
    width: 56.25%;
  }
  .small-margin-collapse > .xmedium-10 {
    width: 62.5%;
  }
  .small-margin-collapse > .xmedium-11 {
    width: 68.75%;
  }
  .small-margin-collapse > .xmedium-12 {
    width: 75%;
  }
  .small-margin-collapse > .xmedium-13 {
    width: 81.25%;
  }
  .small-margin-collapse > .xmedium-14 {
    width: 87.5%;
  }
  .small-margin-collapse > .xmedium-15 {
    width: 93.75%;
  }
  .small-margin-collapse > .xmedium-16 {
    width: 100%;
  }
}
@media print, screen and (min-width: 64em) {
  .small-margin-collapse > .large-1 {
    width: 6.25%;
  }
  .small-margin-collapse > .large-2 {
    width: 12.5%;
  }
  .small-margin-collapse > .large-3 {
    width: 18.75%;
  }
  .small-margin-collapse > .large-4 {
    width: 25%;
  }
  .small-margin-collapse > .large-5 {
    width: 31.25%;
  }
  .small-margin-collapse > .large-6 {
    width: 37.5%;
  }
  .small-margin-collapse > .large-7 {
    width: 43.75%;
  }
  .small-margin-collapse > .large-8 {
    width: 50%;
  }
  .small-margin-collapse > .large-9 {
    width: 56.25%;
  }
  .small-margin-collapse > .large-10 {
    width: 62.5%;
  }
  .small-margin-collapse > .large-11 {
    width: 68.75%;
  }
  .small-margin-collapse > .large-12 {
    width: 75%;
  }
  .small-margin-collapse > .large-13 {
    width: 81.25%;
  }
  .small-margin-collapse > .large-14 {
    width: 87.5%;
  }
  .small-margin-collapse > .large-15 {
    width: 93.75%;
  }
  .small-margin-collapse > .large-16 {
    width: 100%;
  }
}
@media screen and (min-width: 75em) {
  .small-margin-collapse > .xlarge-1 {
    width: 6.25%;
  }
  .small-margin-collapse > .xlarge-2 {
    width: 12.5%;
  }
  .small-margin-collapse > .xlarge-3 {
    width: 18.75%;
  }
  .small-margin-collapse > .xlarge-4 {
    width: 25%;
  }
  .small-margin-collapse > .xlarge-5 {
    width: 31.25%;
  }
  .small-margin-collapse > .xlarge-6 {
    width: 37.5%;
  }
  .small-margin-collapse > .xlarge-7 {
    width: 43.75%;
  }
  .small-margin-collapse > .xlarge-8 {
    width: 50%;
  }
  .small-margin-collapse > .xlarge-9 {
    width: 56.25%;
  }
  .small-margin-collapse > .xlarge-10 {
    width: 62.5%;
  }
  .small-margin-collapse > .xlarge-11 {
    width: 68.75%;
  }
  .small-margin-collapse > .xlarge-12 {
    width: 75%;
  }
  .small-margin-collapse > .xlarge-13 {
    width: 81.25%;
  }
  .small-margin-collapse > .xlarge-14 {
    width: 87.5%;
  }
  .small-margin-collapse > .xlarge-15 {
    width: 93.75%;
  }
  .small-margin-collapse > .xlarge-16 {
    width: 100%;
  }
}
@media screen and (min-width: 90em) {
  .small-margin-collapse > .xxlarge-1 {
    width: 6.25%;
  }
  .small-margin-collapse > .xxlarge-2 {
    width: 12.5%;
  }
  .small-margin-collapse > .xxlarge-3 {
    width: 18.75%;
  }
  .small-margin-collapse > .xxlarge-4 {
    width: 25%;
  }
  .small-margin-collapse > .xxlarge-5 {
    width: 31.25%;
  }
  .small-margin-collapse > .xxlarge-6 {
    width: 37.5%;
  }
  .small-margin-collapse > .xxlarge-7 {
    width: 43.75%;
  }
  .small-margin-collapse > .xxlarge-8 {
    width: 50%;
  }
  .small-margin-collapse > .xxlarge-9 {
    width: 56.25%;
  }
  .small-margin-collapse > .xxlarge-10 {
    width: 62.5%;
  }
  .small-margin-collapse > .xxlarge-11 {
    width: 68.75%;
  }
  .small-margin-collapse > .xxlarge-12 {
    width: 75%;
  }
  .small-margin-collapse > .xxlarge-13 {
    width: 81.25%;
  }
  .small-margin-collapse > .xxlarge-14 {
    width: 87.5%;
  }
  .small-margin-collapse > .xxlarge-15 {
    width: 93.75%;
  }
  .small-margin-collapse > .xxlarge-16 {
    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: 26.25em) {
  .xsmall-margin-collapse {
    margin-right: 0;
    margin-left: 0;
  }
  .xsmall-margin-collapse > .cell {
    margin-right: 0;
    margin-left: 0;
  }
}
@media print, screen and (min-width: 26.25em) {
  .xsmall-margin-collapse > .small-1 {
    width: 6.25%;
  }
  .xsmall-margin-collapse > .small-2 {
    width: 12.5%;
  }
  .xsmall-margin-collapse > .small-3 {
    width: 18.75%;
  }
  .xsmall-margin-collapse > .small-4 {
    width: 25%;
  }
  .xsmall-margin-collapse > .small-5 {
    width: 31.25%;
  }
  .xsmall-margin-collapse > .small-6 {
    width: 37.5%;
  }
  .xsmall-margin-collapse > .small-7 {
    width: 43.75%;
  }
  .xsmall-margin-collapse > .small-8 {
    width: 50%;
  }
  .xsmall-margin-collapse > .small-9 {
    width: 56.25%;
  }
  .xsmall-margin-collapse > .small-10 {
    width: 62.5%;
  }
  .xsmall-margin-collapse > .small-11 {
    width: 68.75%;
  }
  .xsmall-margin-collapse > .small-12 {
    width: 75%;
  }
  .xsmall-margin-collapse > .small-13 {
    width: 81.25%;
  }
  .xsmall-margin-collapse > .small-14 {
    width: 87.5%;
  }
  .xsmall-margin-collapse > .small-15 {
    width: 93.75%;
  }
  .xsmall-margin-collapse > .small-16 {
    width: 100%;
  }
}
@media print, screen and (min-width: 26.25em) {
  .xsmall-margin-collapse > .xsmall-1 {
    width: 6.25%;
  }
  .xsmall-margin-collapse > .xsmall-2 {
    width: 12.5%;
  }
  .xsmall-margin-collapse > .xsmall-3 {
    width: 18.75%;
  }
  .xsmall-margin-collapse > .xsmall-4 {
    width: 25%;
  }
  .xsmall-margin-collapse > .xsmall-5 {
    width: 31.25%;
  }
  .xsmall-margin-collapse > .xsmall-6 {
    width: 37.5%;
  }
  .xsmall-margin-collapse > .xsmall-7 {
    width: 43.75%;
  }
  .xsmall-margin-collapse > .xsmall-8 {
    width: 50%;
  }
  .xsmall-margin-collapse > .xsmall-9 {
    width: 56.25%;
  }
  .xsmall-margin-collapse > .xsmall-10 {
    width: 62.5%;
  }
  .xsmall-margin-collapse > .xsmall-11 {
    width: 68.75%;
  }
  .xsmall-margin-collapse > .xsmall-12 {
    width: 75%;
  }
  .xsmall-margin-collapse > .xsmall-13 {
    width: 81.25%;
  }
  .xsmall-margin-collapse > .xsmall-14 {
    width: 87.5%;
  }
  .xsmall-margin-collapse > .xsmall-15 {
    width: 93.75%;
  }
  .xsmall-margin-collapse > .xsmall-16 {
    width: 100%;
  }
}
@media print, screen and (min-width: 40em) {
  .xsmall-margin-collapse > .medium-1 {
    width: 6.25%;
  }
  .xsmall-margin-collapse > .medium-2 {
    width: 12.5%;
  }
  .xsmall-margin-collapse > .medium-3 {
    width: 18.75%;
  }
  .xsmall-margin-collapse > .medium-4 {
    width: 25%;
  }
  .xsmall-margin-collapse > .medium-5 {
    width: 31.25%;
  }
  .xsmall-margin-collapse > .medium-6 {
    width: 37.5%;
  }
  .xsmall-margin-collapse > .medium-7 {
    width: 43.75%;
  }
  .xsmall-margin-collapse > .medium-8 {
    width: 50%;
  }
  .xsmall-margin-collapse > .medium-9 {
    width: 56.25%;
  }
  .xsmall-margin-collapse > .medium-10 {
    width: 62.5%;
  }
  .xsmall-margin-collapse > .medium-11 {
    width: 68.75%;
  }
  .xsmall-margin-collapse > .medium-12 {
    width: 75%;
  }
  .xsmall-margin-collapse > .medium-13 {
    width: 81.25%;
  }
  .xsmall-margin-collapse > .medium-14 {
    width: 87.5%;
  }
  .xsmall-margin-collapse > .medium-15 {
    width: 93.75%;
  }
  .xsmall-margin-collapse > .medium-16 {
    width: 100%;
  }
}
@media print, screen and (min-width: 56.25em) {
  .xsmall-margin-collapse > .xmedium-1 {
    width: 6.25%;
  }
  .xsmall-margin-collapse > .xmedium-2 {
    width: 12.5%;
  }
  .xsmall-margin-collapse > .xmedium-3 {
    width: 18.75%;
  }
  .xsmall-margin-collapse > .xmedium-4 {
    width: 25%;
  }
  .xsmall-margin-collapse > .xmedium-5 {
    width: 31.25%;
  }
  .xsmall-margin-collapse > .xmedium-6 {
    width: 37.5%;
  }
  .xsmall-margin-collapse > .xmedium-7 {
    width: 43.75%;
  }
  .xsmall-margin-collapse > .xmedium-8 {
    width: 50%;
  }
  .xsmall-margin-collapse > .xmedium-9 {
    width: 56.25%;
  }
  .xsmall-margin-collapse > .xmedium-10 {
    width: 62.5%;
  }
  .xsmall-margin-collapse > .xmedium-11 {
    width: 68.75%;
  }
  .xsmall-margin-collapse > .xmedium-12 {
    width: 75%;
  }
  .xsmall-margin-collapse > .xmedium-13 {
    width: 81.25%;
  }
  .xsmall-margin-collapse > .xmedium-14 {
    width: 87.5%;
  }
  .xsmall-margin-collapse > .xmedium-15 {
    width: 93.75%;
  }
  .xsmall-margin-collapse > .xmedium-16 {
    width: 100%;
  }
}
@media print, screen and (min-width: 64em) {
  .xsmall-margin-collapse > .large-1 {
    width: 6.25%;
  }
  .xsmall-margin-collapse > .large-2 {
    width: 12.5%;
  }
  .xsmall-margin-collapse > .large-3 {
    width: 18.75%;
  }
  .xsmall-margin-collapse > .large-4 {
    width: 25%;
  }
  .xsmall-margin-collapse > .large-5 {
    width: 31.25%;
  }
  .xsmall-margin-collapse > .large-6 {
    width: 37.5%;
  }
  .xsmall-margin-collapse > .large-7 {
    width: 43.75%;
  }
  .xsmall-margin-collapse > .large-8 {
    width: 50%;
  }
  .xsmall-margin-collapse > .large-9 {
    width: 56.25%;
  }
  .xsmall-margin-collapse > .large-10 {
    width: 62.5%;
  }
  .xsmall-margin-collapse > .large-11 {
    width: 68.75%;
  }
  .xsmall-margin-collapse > .large-12 {
    width: 75%;
  }
  .xsmall-margin-collapse > .large-13 {
    width: 81.25%;
  }
  .xsmall-margin-collapse > .large-14 {
    width: 87.5%;
  }
  .xsmall-margin-collapse > .large-15 {
    width: 93.75%;
  }
  .xsmall-margin-collapse > .large-16 {
    width: 100%;
  }
}
@media screen and (min-width: 75em) {
  .xsmall-margin-collapse > .xlarge-1 {
    width: 6.25%;
  }
  .xsmall-margin-collapse > .xlarge-2 {
    width: 12.5%;
  }
  .xsmall-margin-collapse > .xlarge-3 {
    width: 18.75%;
  }
  .xsmall-margin-collapse > .xlarge-4 {
    width: 25%;
  }
  .xsmall-margin-collapse > .xlarge-5 {
    width: 31.25%;
  }
  .xsmall-margin-collapse > .xlarge-6 {
    width: 37.5%;
  }
  .xsmall-margin-collapse > .xlarge-7 {
    width: 43.75%;
  }
  .xsmall-margin-collapse > .xlarge-8 {
    width: 50%;
  }
  .xsmall-margin-collapse > .xlarge-9 {
    width: 56.25%;
  }
  .xsmall-margin-collapse > .xlarge-10 {
    width: 62.5%;
  }
  .xsmall-margin-collapse > .xlarge-11 {
    width: 68.75%;
  }
  .xsmall-margin-collapse > .xlarge-12 {
    width: 75%;
  }
  .xsmall-margin-collapse > .xlarge-13 {
    width: 81.25%;
  }
  .xsmall-margin-collapse > .xlarge-14 {
    width: 87.5%;
  }
  .xsmall-margin-collapse > .xlarge-15 {
    width: 93.75%;
  }
  .xsmall-margin-collapse > .xlarge-16 {
    width: 100%;
  }
}
@media screen and (min-width: 90em) {
  .xsmall-margin-collapse > .xxlarge-1 {
    width: 6.25%;
  }
  .xsmall-margin-collapse > .xxlarge-2 {
    width: 12.5%;
  }
  .xsmall-margin-collapse > .xxlarge-3 {
    width: 18.75%;
  }
  .xsmall-margin-collapse > .xxlarge-4 {
    width: 25%;
  }
  .xsmall-margin-collapse > .xxlarge-5 {
    width: 31.25%;
  }
  .xsmall-margin-collapse > .xxlarge-6 {
    width: 37.5%;
  }
  .xsmall-margin-collapse > .xxlarge-7 {
    width: 43.75%;
  }
  .xsmall-margin-collapse > .xxlarge-8 {
    width: 50%;
  }
  .xsmall-margin-collapse > .xxlarge-9 {
    width: 56.25%;
  }
  .xsmall-margin-collapse > .xxlarge-10 {
    width: 62.5%;
  }
  .xsmall-margin-collapse > .xxlarge-11 {
    width: 68.75%;
  }
  .xsmall-margin-collapse > .xxlarge-12 {
    width: 75%;
  }
  .xsmall-margin-collapse > .xxlarge-13 {
    width: 81.25%;
  }
  .xsmall-margin-collapse > .xxlarge-14 {
    width: 87.5%;
  }
  .xsmall-margin-collapse > .xxlarge-15 {
    width: 93.75%;
  }
  .xsmall-margin-collapse > .xxlarge-16 {
    width: 100%;
  }
}

@media print, screen and (min-width: 26.25em) {
  .xsmall-padding-collapse {
    margin-right: 0;
    margin-left: 0;
  }
  .xsmall-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: 6.25%;
  }
  .medium-margin-collapse > .small-2 {
    width: 12.5%;
  }
  .medium-margin-collapse > .small-3 {
    width: 18.75%;
  }
  .medium-margin-collapse > .small-4 {
    width: 25%;
  }
  .medium-margin-collapse > .small-5 {
    width: 31.25%;
  }
  .medium-margin-collapse > .small-6 {
    width: 37.5%;
  }
  .medium-margin-collapse > .small-7 {
    width: 43.75%;
  }
  .medium-margin-collapse > .small-8 {
    width: 50%;
  }
  .medium-margin-collapse > .small-9 {
    width: 56.25%;
  }
  .medium-margin-collapse > .small-10 {
    width: 62.5%;
  }
  .medium-margin-collapse > .small-11 {
    width: 68.75%;
  }
  .medium-margin-collapse > .small-12 {
    width: 75%;
  }
  .medium-margin-collapse > .small-13 {
    width: 81.25%;
  }
  .medium-margin-collapse > .small-14 {
    width: 87.5%;
  }
  .medium-margin-collapse > .small-15 {
    width: 93.75%;
  }
  .medium-margin-collapse > .small-16 {
    width: 100%;
  }
}
@media print, screen and (min-width: 40em) {
  .medium-margin-collapse > .xsmall-1 {
    width: 6.25%;
  }
  .medium-margin-collapse > .xsmall-2 {
    width: 12.5%;
  }
  .medium-margin-collapse > .xsmall-3 {
    width: 18.75%;
  }
  .medium-margin-collapse > .xsmall-4 {
    width: 25%;
  }
  .medium-margin-collapse > .xsmall-5 {
    width: 31.25%;
  }
  .medium-margin-collapse > .xsmall-6 {
    width: 37.5%;
  }
  .medium-margin-collapse > .xsmall-7 {
    width: 43.75%;
  }
  .medium-margin-collapse > .xsmall-8 {
    width: 50%;
  }
  .medium-margin-collapse > .xsmall-9 {
    width: 56.25%;
  }
  .medium-margin-collapse > .xsmall-10 {
    width: 62.5%;
  }
  .medium-margin-collapse > .xsmall-11 {
    width: 68.75%;
  }
  .medium-margin-collapse > .xsmall-12 {
    width: 75%;
  }
  .medium-margin-collapse > .xsmall-13 {
    width: 81.25%;
  }
  .medium-margin-collapse > .xsmall-14 {
    width: 87.5%;
  }
  .medium-margin-collapse > .xsmall-15 {
    width: 93.75%;
  }
  .medium-margin-collapse > .xsmall-16 {
    width: 100%;
  }
}
@media print, screen and (min-width: 40em) {
  .medium-margin-collapse > .medium-1 {
    width: 6.25%;
  }
  .medium-margin-collapse > .medium-2 {
    width: 12.5%;
  }
  .medium-margin-collapse > .medium-3 {
    width: 18.75%;
  }
  .medium-margin-collapse > .medium-4 {
    width: 25%;
  }
  .medium-margin-collapse > .medium-5 {
    width: 31.25%;
  }
  .medium-margin-collapse > .medium-6 {
    width: 37.5%;
  }
  .medium-margin-collapse > .medium-7 {
    width: 43.75%;
  }
  .medium-margin-collapse > .medium-8 {
    width: 50%;
  }
  .medium-margin-collapse > .medium-9 {
    width: 56.25%;
  }
  .medium-margin-collapse > .medium-10 {
    width: 62.5%;
  }
  .medium-margin-collapse > .medium-11 {
    width: 68.75%;
  }
  .medium-margin-collapse > .medium-12 {
    width: 75%;
  }
  .medium-margin-collapse > .medium-13 {
    width: 81.25%;
  }
  .medium-margin-collapse > .medium-14 {
    width: 87.5%;
  }
  .medium-margin-collapse > .medium-15 {
    width: 93.75%;
  }
  .medium-margin-collapse > .medium-16 {
    width: 100%;
  }
}
@media print, screen and (min-width: 56.25em) {
  .medium-margin-collapse > .xmedium-1 {
    width: 6.25%;
  }
  .medium-margin-collapse > .xmedium-2 {
    width: 12.5%;
  }
  .medium-margin-collapse > .xmedium-3 {
    width: 18.75%;
  }
  .medium-margin-collapse > .xmedium-4 {
    width: 25%;
  }
  .medium-margin-collapse > .xmedium-5 {
    width: 31.25%;
  }
  .medium-margin-collapse > .xmedium-6 {
    width: 37.5%;
  }
  .medium-margin-collapse > .xmedium-7 {
    width: 43.75%;
  }
  .medium-margin-collapse > .xmedium-8 {
    width: 50%;
  }
  .medium-margin-collapse > .xmedium-9 {
    width: 56.25%;
  }
  .medium-margin-collapse > .xmedium-10 {
    width: 62.5%;
  }
  .medium-margin-collapse > .xmedium-11 {
    width: 68.75%;
  }
  .medium-margin-collapse > .xmedium-12 {
    width: 75%;
  }
  .medium-margin-collapse > .xmedium-13 {
    width: 81.25%;
  }
  .medium-margin-collapse > .xmedium-14 {
    width: 87.5%;
  }
  .medium-margin-collapse > .xmedium-15 {
    width: 93.75%;
  }
  .medium-margin-collapse > .xmedium-16 {
    width: 100%;
  }
}
@media print, screen and (min-width: 64em) {
  .medium-margin-collapse > .large-1 {
    width: 6.25%;
  }
  .medium-margin-collapse > .large-2 {
    width: 12.5%;
  }
  .medium-margin-collapse > .large-3 {
    width: 18.75%;
  }
  .medium-margin-collapse > .large-4 {
    width: 25%;
  }
  .medium-margin-collapse > .large-5 {
    width: 31.25%;
  }
  .medium-margin-collapse > .large-6 {
    width: 37.5%;
  }
  .medium-margin-collapse > .large-7 {
    width: 43.75%;
  }
  .medium-margin-collapse > .large-8 {
    width: 50%;
  }
  .medium-margin-collapse > .large-9 {
    width: 56.25%;
  }
  .medium-margin-collapse > .large-10 {
    width: 62.5%;
  }
  .medium-margin-collapse > .large-11 {
    width: 68.75%;
  }
  .medium-margin-collapse > .large-12 {
    width: 75%;
  }
  .medium-margin-collapse > .large-13 {
    width: 81.25%;
  }
  .medium-margin-collapse > .large-14 {
    width: 87.5%;
  }
  .medium-margin-collapse > .large-15 {
    width: 93.75%;
  }
  .medium-margin-collapse > .large-16 {
    width: 100%;
  }
}
@media screen and (min-width: 75em) {
  .medium-margin-collapse > .xlarge-1 {
    width: 6.25%;
  }
  .medium-margin-collapse > .xlarge-2 {
    width: 12.5%;
  }
  .medium-margin-collapse > .xlarge-3 {
    width: 18.75%;
  }
  .medium-margin-collapse > .xlarge-4 {
    width: 25%;
  }
  .medium-margin-collapse > .xlarge-5 {
    width: 31.25%;
  }
  .medium-margin-collapse > .xlarge-6 {
    width: 37.5%;
  }
  .medium-margin-collapse > .xlarge-7 {
    width: 43.75%;
  }
  .medium-margin-collapse > .xlarge-8 {
    width: 50%;
  }
  .medium-margin-collapse > .xlarge-9 {
    width: 56.25%;
  }
  .medium-margin-collapse > .xlarge-10 {
    width: 62.5%;
  }
  .medium-margin-collapse > .xlarge-11 {
    width: 68.75%;
  }
  .medium-margin-collapse > .xlarge-12 {
    width: 75%;
  }
  .medium-margin-collapse > .xlarge-13 {
    width: 81.25%;
  }
  .medium-margin-collapse > .xlarge-14 {
    width: 87.5%;
  }
  .medium-margin-collapse > .xlarge-15 {
    width: 93.75%;
  }
  .medium-margin-collapse > .xlarge-16 {
    width: 100%;
  }
}
@media screen and (min-width: 90em) {
  .medium-margin-collapse > .xxlarge-1 {
    width: 6.25%;
  }
  .medium-margin-collapse > .xxlarge-2 {
    width: 12.5%;
  }
  .medium-margin-collapse > .xxlarge-3 {
    width: 18.75%;
  }
  .medium-margin-collapse > .xxlarge-4 {
    width: 25%;
  }
  .medium-margin-collapse > .xxlarge-5 {
    width: 31.25%;
  }
  .medium-margin-collapse > .xxlarge-6 {
    width: 37.5%;
  }
  .medium-margin-collapse > .xxlarge-7 {
    width: 43.75%;
  }
  .medium-margin-collapse > .xxlarge-8 {
    width: 50%;
  }
  .medium-margin-collapse > .xxlarge-9 {
    width: 56.25%;
  }
  .medium-margin-collapse > .xxlarge-10 {
    width: 62.5%;
  }
  .medium-margin-collapse > .xxlarge-11 {
    width: 68.75%;
  }
  .medium-margin-collapse > .xxlarge-12 {
    width: 75%;
  }
  .medium-margin-collapse > .xxlarge-13 {
    width: 81.25%;
  }
  .medium-margin-collapse > .xxlarge-14 {
    width: 87.5%;
  }
  .medium-margin-collapse > .xxlarge-15 {
    width: 93.75%;
  }
  .medium-margin-collapse > .xxlarge-16 {
    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: 56.25em) {
  .xmedium-margin-collapse {
    margin-right: 0;
    margin-left: 0;
  }
  .xmedium-margin-collapse > .cell {
    margin-right: 0;
    margin-left: 0;
  }
}
@media print, screen and (min-width: 56.25em) {
  .xmedium-margin-collapse > .small-1 {
    width: 6.25%;
  }
  .xmedium-margin-collapse > .small-2 {
    width: 12.5%;
  }
  .xmedium-margin-collapse > .small-3 {
    width: 18.75%;
  }
  .xmedium-margin-collapse > .small-4 {
    width: 25%;
  }
  .xmedium-margin-collapse > .small-5 {
    width: 31.25%;
  }
  .xmedium-margin-collapse > .small-6 {
    width: 37.5%;
  }
  .xmedium-margin-collapse > .small-7 {
    width: 43.75%;
  }
  .xmedium-margin-collapse > .small-8 {
    width: 50%;
  }
  .xmedium-margin-collapse > .small-9 {
    width: 56.25%;
  }
  .xmedium-margin-collapse > .small-10 {
    width: 62.5%;
  }
  .xmedium-margin-collapse > .small-11 {
    width: 68.75%;
  }
  .xmedium-margin-collapse > .small-12 {
    width: 75%;
  }
  .xmedium-margin-collapse > .small-13 {
    width: 81.25%;
  }
  .xmedium-margin-collapse > .small-14 {
    width: 87.5%;
  }
  .xmedium-margin-collapse > .small-15 {
    width: 93.75%;
  }
  .xmedium-margin-collapse > .small-16 {
    width: 100%;
  }
}
@media print, screen and (min-width: 56.25em) {
  .xmedium-margin-collapse > .xsmall-1 {
    width: 6.25%;
  }
  .xmedium-margin-collapse > .xsmall-2 {
    width: 12.5%;
  }
  .xmedium-margin-collapse > .xsmall-3 {
    width: 18.75%;
  }
  .xmedium-margin-collapse > .xsmall-4 {
    width: 25%;
  }
  .xmedium-margin-collapse > .xsmall-5 {
    width: 31.25%;
  }
  .xmedium-margin-collapse > .xsmall-6 {
    width: 37.5%;
  }
  .xmedium-margin-collapse > .xsmall-7 {
    width: 43.75%;
  }
  .xmedium-margin-collapse > .xsmall-8 {
    width: 50%;
  }
  .xmedium-margin-collapse > .xsmall-9 {
    width: 56.25%;
  }
  .xmedium-margin-collapse > .xsmall-10 {
    width: 62.5%;
  }
  .xmedium-margin-collapse > .xsmall-11 {
    width: 68.75%;
  }
  .xmedium-margin-collapse > .xsmall-12 {
    width: 75%;
  }
  .xmedium-margin-collapse > .xsmall-13 {
    width: 81.25%;
  }
  .xmedium-margin-collapse > .xsmall-14 {
    width: 87.5%;
  }
  .xmedium-margin-collapse > .xsmall-15 {
    width: 93.75%;
  }
  .xmedium-margin-collapse > .xsmall-16 {
    width: 100%;
  }
}
@media print, screen and (min-width: 56.25em) {
  .xmedium-margin-collapse > .medium-1 {
    width: 6.25%;
  }
  .xmedium-margin-collapse > .medium-2 {
    width: 12.5%;
  }
  .xmedium-margin-collapse > .medium-3 {
    width: 18.75%;
  }
  .xmedium-margin-collapse > .medium-4 {
    width: 25%;
  }
  .xmedium-margin-collapse > .medium-5 {
    width: 31.25%;
  }
  .xmedium-margin-collapse > .medium-6 {
    width: 37.5%;
  }
  .xmedium-margin-collapse > .medium-7 {
    width: 43.75%;
  }
  .xmedium-margin-collapse > .medium-8 {
    width: 50%;
  }
  .xmedium-margin-collapse > .medium-9 {
    width: 56.25%;
  }
  .xmedium-margin-collapse > .medium-10 {
    width: 62.5%;
  }
  .xmedium-margin-collapse > .medium-11 {
    width: 68.75%;
  }
  .xmedium-margin-collapse > .medium-12 {
    width: 75%;
  }
  .xmedium-margin-collapse > .medium-13 {
    width: 81.25%;
  }
  .xmedium-margin-collapse > .medium-14 {
    width: 87.5%;
  }
  .xmedium-margin-collapse > .medium-15 {
    width: 93.75%;
  }
  .xmedium-margin-collapse > .medium-16 {
    width: 100%;
  }
}
@media print, screen and (min-width: 56.25em) {
  .xmedium-margin-collapse > .xmedium-1 {
    width: 6.25%;
  }
  .xmedium-margin-collapse > .xmedium-2 {
    width: 12.5%;
  }
  .xmedium-margin-collapse > .xmedium-3 {
    width: 18.75%;
  }
  .xmedium-margin-collapse > .xmedium-4 {
    width: 25%;
  }
  .xmedium-margin-collapse > .xmedium-5 {
    width: 31.25%;
  }
  .xmedium-margin-collapse > .xmedium-6 {
    width: 37.5%;
  }
  .xmedium-margin-collapse > .xmedium-7 {
    width: 43.75%;
  }
  .xmedium-margin-collapse > .xmedium-8 {
    width: 50%;
  }
  .xmedium-margin-collapse > .xmedium-9 {
    width: 56.25%;
  }
  .xmedium-margin-collapse > .xmedium-10 {
    width: 62.5%;
  }
  .xmedium-margin-collapse > .xmedium-11 {
    width: 68.75%;
  }
  .xmedium-margin-collapse > .xmedium-12 {
    width: 75%;
  }
  .xmedium-margin-collapse > .xmedium-13 {
    width: 81.25%;
  }
  .xmedium-margin-collapse > .xmedium-14 {
    width: 87.5%;
  }
  .xmedium-margin-collapse > .xmedium-15 {
    width: 93.75%;
  }
  .xmedium-margin-collapse > .xmedium-16 {
    width: 100%;
  }
}
@media print, screen and (min-width: 64em) {
  .xmedium-margin-collapse > .large-1 {
    width: 6.25%;
  }
  .xmedium-margin-collapse > .large-2 {
    width: 12.5%;
  }
  .xmedium-margin-collapse > .large-3 {
    width: 18.75%;
  }
  .xmedium-margin-collapse > .large-4 {
    width: 25%;
  }
  .xmedium-margin-collapse > .large-5 {
    width: 31.25%;
  }
  .xmedium-margin-collapse > .large-6 {
    width: 37.5%;
  }
  .xmedium-margin-collapse > .large-7 {
    width: 43.75%;
  }
  .xmedium-margin-collapse > .large-8 {
    width: 50%;
  }
  .xmedium-margin-collapse > .large-9 {
    width: 56.25%;
  }
  .xmedium-margin-collapse > .large-10 {
    width: 62.5%;
  }
  .xmedium-margin-collapse > .large-11 {
    width: 68.75%;
  }
  .xmedium-margin-collapse > .large-12 {
    width: 75%;
  }
  .xmedium-margin-collapse > .large-13 {
    width: 81.25%;
  }
  .xmedium-margin-collapse > .large-14 {
    width: 87.5%;
  }
  .xmedium-margin-collapse > .large-15 {
    width: 93.75%;
  }
  .xmedium-margin-collapse > .large-16 {
    width: 100%;
  }
}
@media screen and (min-width: 75em) {
  .xmedium-margin-collapse > .xlarge-1 {
    width: 6.25%;
  }
  .xmedium-margin-collapse > .xlarge-2 {
    width: 12.5%;
  }
  .xmedium-margin-collapse > .xlarge-3 {
    width: 18.75%;
  }
  .xmedium-margin-collapse > .xlarge-4 {
    width: 25%;
  }
  .xmedium-margin-collapse > .xlarge-5 {
    width: 31.25%;
  }
  .xmedium-margin-collapse > .xlarge-6 {
    width: 37.5%;
  }
  .xmedium-margin-collapse > .xlarge-7 {
    width: 43.75%;
  }
  .xmedium-margin-collapse > .xlarge-8 {
    width: 50%;
  }
  .xmedium-margin-collapse > .xlarge-9 {
    width: 56.25%;
  }
  .xmedium-margin-collapse > .xlarge-10 {
    width: 62.5%;
  }
  .xmedium-margin-collapse > .xlarge-11 {
    width: 68.75%;
  }
  .xmedium-margin-collapse > .xlarge-12 {
    width: 75%;
  }
  .xmedium-margin-collapse > .xlarge-13 {
    width: 81.25%;
  }
  .xmedium-margin-collapse > .xlarge-14 {
    width: 87.5%;
  }
  .xmedium-margin-collapse > .xlarge-15 {
    width: 93.75%;
  }
  .xmedium-margin-collapse > .xlarge-16 {
    width: 100%;
  }
}
@media screen and (min-width: 90em) {
  .xmedium-margin-collapse > .xxlarge-1 {
    width: 6.25%;
  }
  .xmedium-margin-collapse > .xxlarge-2 {
    width: 12.5%;
  }
  .xmedium-margin-collapse > .xxlarge-3 {
    width: 18.75%;
  }
  .xmedium-margin-collapse > .xxlarge-4 {
    width: 25%;
  }
  .xmedium-margin-collapse > .xxlarge-5 {
    width: 31.25%;
  }
  .xmedium-margin-collapse > .xxlarge-6 {
    width: 37.5%;
  }
  .xmedium-margin-collapse > .xxlarge-7 {
    width: 43.75%;
  }
  .xmedium-margin-collapse > .xxlarge-8 {
    width: 50%;
  }
  .xmedium-margin-collapse > .xxlarge-9 {
    width: 56.25%;
  }
  .xmedium-margin-collapse > .xxlarge-10 {
    width: 62.5%;
  }
  .xmedium-margin-collapse > .xxlarge-11 {
    width: 68.75%;
  }
  .xmedium-margin-collapse > .xxlarge-12 {
    width: 75%;
  }
  .xmedium-margin-collapse > .xxlarge-13 {
    width: 81.25%;
  }
  .xmedium-margin-collapse > .xxlarge-14 {
    width: 87.5%;
  }
  .xmedium-margin-collapse > .xxlarge-15 {
    width: 93.75%;
  }
  .xmedium-margin-collapse > .xxlarge-16 {
    width: 100%;
  }
}

@media print, screen and (min-width: 56.25em) {
  .xmedium-padding-collapse {
    margin-right: 0;
    margin-left: 0;
  }
  .xmedium-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: 6.25%;
  }
  .large-margin-collapse > .small-2 {
    width: 12.5%;
  }
  .large-margin-collapse > .small-3 {
    width: 18.75%;
  }
  .large-margin-collapse > .small-4 {
    width: 25%;
  }
  .large-margin-collapse > .small-5 {
    width: 31.25%;
  }
  .large-margin-collapse > .small-6 {
    width: 37.5%;
  }
  .large-margin-collapse > .small-7 {
    width: 43.75%;
  }
  .large-margin-collapse > .small-8 {
    width: 50%;
  }
  .large-margin-collapse > .small-9 {
    width: 56.25%;
  }
  .large-margin-collapse > .small-10 {
    width: 62.5%;
  }
  .large-margin-collapse > .small-11 {
    width: 68.75%;
  }
  .large-margin-collapse > .small-12 {
    width: 75%;
  }
  .large-margin-collapse > .small-13 {
    width: 81.25%;
  }
  .large-margin-collapse > .small-14 {
    width: 87.5%;
  }
  .large-margin-collapse > .small-15 {
    width: 93.75%;
  }
  .large-margin-collapse > .small-16 {
    width: 100%;
  }
}
@media print, screen and (min-width: 64em) {
  .large-margin-collapse > .xsmall-1 {
    width: 6.25%;
  }
  .large-margin-collapse > .xsmall-2 {
    width: 12.5%;
  }
  .large-margin-collapse > .xsmall-3 {
    width: 18.75%;
  }
  .large-margin-collapse > .xsmall-4 {
    width: 25%;
  }
  .large-margin-collapse > .xsmall-5 {
    width: 31.25%;
  }
  .large-margin-collapse > .xsmall-6 {
    width: 37.5%;
  }
  .large-margin-collapse > .xsmall-7 {
    width: 43.75%;
  }
  .large-margin-collapse > .xsmall-8 {
    width: 50%;
  }
  .large-margin-collapse > .xsmall-9 {
    width: 56.25%;
  }
  .large-margin-collapse > .xsmall-10 {
    width: 62.5%;
  }
  .large-margin-collapse > .xsmall-11 {
    width: 68.75%;
  }
  .large-margin-collapse > .xsmall-12 {
    width: 75%;
  }
  .large-margin-collapse > .xsmall-13 {
    width: 81.25%;
  }
  .large-margin-collapse > .xsmall-14 {
    width: 87.5%;
  }
  .large-margin-collapse > .xsmall-15 {
    width: 93.75%;
  }
  .large-margin-collapse > .xsmall-16 {
    width: 100%;
  }
}
@media print, screen and (min-width: 64em) {
  .large-margin-collapse > .medium-1 {
    width: 6.25%;
  }
  .large-margin-collapse > .medium-2 {
    width: 12.5%;
  }
  .large-margin-collapse > .medium-3 {
    width: 18.75%;
  }
  .large-margin-collapse > .medium-4 {
    width: 25%;
  }
  .large-margin-collapse > .medium-5 {
    width: 31.25%;
  }
  .large-margin-collapse > .medium-6 {
    width: 37.5%;
  }
  .large-margin-collapse > .medium-7 {
    width: 43.75%;
  }
  .large-margin-collapse > .medium-8 {
    width: 50%;
  }
  .large-margin-collapse > .medium-9 {
    width: 56.25%;
  }
  .large-margin-collapse > .medium-10 {
    width: 62.5%;
  }
  .large-margin-collapse > .medium-11 {
    width: 68.75%;
  }
  .large-margin-collapse > .medium-12 {
    width: 75%;
  }
  .large-margin-collapse > .medium-13 {
    width: 81.25%;
  }
  .large-margin-collapse > .medium-14 {
    width: 87.5%;
  }
  .large-margin-collapse > .medium-15 {
    width: 93.75%;
  }
  .large-margin-collapse > .medium-16 {
    width: 100%;
  }
}
@media print, screen and (min-width: 64em) {
  .large-margin-collapse > .xmedium-1 {
    width: 6.25%;
  }
  .large-margin-collapse > .xmedium-2 {
    width: 12.5%;
  }
  .large-margin-collapse > .xmedium-3 {
    width: 18.75%;
  }
  .large-margin-collapse > .xmedium-4 {
    width: 25%;
  }
  .large-margin-collapse > .xmedium-5 {
    width: 31.25%;
  }
  .large-margin-collapse > .xmedium-6 {
    width: 37.5%;
  }
  .large-margin-collapse > .xmedium-7 {
    width: 43.75%;
  }
  .large-margin-collapse > .xmedium-8 {
    width: 50%;
  }
  .large-margin-collapse > .xmedium-9 {
    width: 56.25%;
  }
  .large-margin-collapse > .xmedium-10 {
    width: 62.5%;
  }
  .large-margin-collapse > .xmedium-11 {
    width: 68.75%;
  }
  .large-margin-collapse > .xmedium-12 {
    width: 75%;
  }
  .large-margin-collapse > .xmedium-13 {
    width: 81.25%;
  }
  .large-margin-collapse > .xmedium-14 {
    width: 87.5%;
  }
  .large-margin-collapse > .xmedium-15 {
    width: 93.75%;
  }
  .large-margin-collapse > .xmedium-16 {
    width: 100%;
  }
}
@media print, screen and (min-width: 64em) {
  .large-margin-collapse > .large-1 {
    width: 6.25%;
  }
  .large-margin-collapse > .large-2 {
    width: 12.5%;
  }
  .large-margin-collapse > .large-3 {
    width: 18.75%;
  }
  .large-margin-collapse > .large-4 {
    width: 25%;
  }
  .large-margin-collapse > .large-5 {
    width: 31.25%;
  }
  .large-margin-collapse > .large-6 {
    width: 37.5%;
  }
  .large-margin-collapse > .large-7 {
    width: 43.75%;
  }
  .large-margin-collapse > .large-8 {
    width: 50%;
  }
  .large-margin-collapse > .large-9 {
    width: 56.25%;
  }
  .large-margin-collapse > .large-10 {
    width: 62.5%;
  }
  .large-margin-collapse > .large-11 {
    width: 68.75%;
  }
  .large-margin-collapse > .large-12 {
    width: 75%;
  }
  .large-margin-collapse > .large-13 {
    width: 81.25%;
  }
  .large-margin-collapse > .large-14 {
    width: 87.5%;
  }
  .large-margin-collapse > .large-15 {
    width: 93.75%;
  }
  .large-margin-collapse > .large-16 {
    width: 100%;
  }
}
@media screen and (min-width: 75em) {
  .large-margin-collapse > .xlarge-1 {
    width: 6.25%;
  }
  .large-margin-collapse > .xlarge-2 {
    width: 12.5%;
  }
  .large-margin-collapse > .xlarge-3 {
    width: 18.75%;
  }
  .large-margin-collapse > .xlarge-4 {
    width: 25%;
  }
  .large-margin-collapse > .xlarge-5 {
    width: 31.25%;
  }
  .large-margin-collapse > .xlarge-6 {
    width: 37.5%;
  }
  .large-margin-collapse > .xlarge-7 {
    width: 43.75%;
  }
  .large-margin-collapse > .xlarge-8 {
    width: 50%;
  }
  .large-margin-collapse > .xlarge-9 {
    width: 56.25%;
  }
  .large-margin-collapse > .xlarge-10 {
    width: 62.5%;
  }
  .large-margin-collapse > .xlarge-11 {
    width: 68.75%;
  }
  .large-margin-collapse > .xlarge-12 {
    width: 75%;
  }
  .large-margin-collapse > .xlarge-13 {
    width: 81.25%;
  }
  .large-margin-collapse > .xlarge-14 {
    width: 87.5%;
  }
  .large-margin-collapse > .xlarge-15 {
    width: 93.75%;
  }
  .large-margin-collapse > .xlarge-16 {
    width: 100%;
  }
}
@media screen and (min-width: 90em) {
  .large-margin-collapse > .xxlarge-1 {
    width: 6.25%;
  }
  .large-margin-collapse > .xxlarge-2 {
    width: 12.5%;
  }
  .large-margin-collapse > .xxlarge-3 {
    width: 18.75%;
  }
  .large-margin-collapse > .xxlarge-4 {
    width: 25%;
  }
  .large-margin-collapse > .xxlarge-5 {
    width: 31.25%;
  }
  .large-margin-collapse > .xxlarge-6 {
    width: 37.5%;
  }
  .large-margin-collapse > .xxlarge-7 {
    width: 43.75%;
  }
  .large-margin-collapse > .xxlarge-8 {
    width: 50%;
  }
  .large-margin-collapse > .xxlarge-9 {
    width: 56.25%;
  }
  .large-margin-collapse > .xxlarge-10 {
    width: 62.5%;
  }
  .large-margin-collapse > .xxlarge-11 {
    width: 68.75%;
  }
  .large-margin-collapse > .xxlarge-12 {
    width: 75%;
  }
  .large-margin-collapse > .xxlarge-13 {
    width: 81.25%;
  }
  .large-margin-collapse > .xxlarge-14 {
    width: 87.5%;
  }
  .large-margin-collapse > .xxlarge-15 {
    width: 93.75%;
  }
  .large-margin-collapse > .xxlarge-16 {
    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: 6.25%;
  }
  .xlarge-margin-collapse > .small-2 {
    width: 12.5%;
  }
  .xlarge-margin-collapse > .small-3 {
    width: 18.75%;
  }
  .xlarge-margin-collapse > .small-4 {
    width: 25%;
  }
  .xlarge-margin-collapse > .small-5 {
    width: 31.25%;
  }
  .xlarge-margin-collapse > .small-6 {
    width: 37.5%;
  }
  .xlarge-margin-collapse > .small-7 {
    width: 43.75%;
  }
  .xlarge-margin-collapse > .small-8 {
    width: 50%;
  }
  .xlarge-margin-collapse > .small-9 {
    width: 56.25%;
  }
  .xlarge-margin-collapse > .small-10 {
    width: 62.5%;
  }
  .xlarge-margin-collapse > .small-11 {
    width: 68.75%;
  }
  .xlarge-margin-collapse > .small-12 {
    width: 75%;
  }
  .xlarge-margin-collapse > .small-13 {
    width: 81.25%;
  }
  .xlarge-margin-collapse > .small-14 {
    width: 87.5%;
  }
  .xlarge-margin-collapse > .small-15 {
    width: 93.75%;
  }
  .xlarge-margin-collapse > .small-16 {
    width: 100%;
  }
}
@media screen and (min-width: 75em) {
  .xlarge-margin-collapse > .xsmall-1 {
    width: 6.25%;
  }
  .xlarge-margin-collapse > .xsmall-2 {
    width: 12.5%;
  }
  .xlarge-margin-collapse > .xsmall-3 {
    width: 18.75%;
  }
  .xlarge-margin-collapse > .xsmall-4 {
    width: 25%;
  }
  .xlarge-margin-collapse > .xsmall-5 {
    width: 31.25%;
  }
  .xlarge-margin-collapse > .xsmall-6 {
    width: 37.5%;
  }
  .xlarge-margin-collapse > .xsmall-7 {
    width: 43.75%;
  }
  .xlarge-margin-collapse > .xsmall-8 {
    width: 50%;
  }
  .xlarge-margin-collapse > .xsmall-9 {
    width: 56.25%;
  }
  .xlarge-margin-collapse > .xsmall-10 {
    width: 62.5%;
  }
  .xlarge-margin-collapse > .xsmall-11 {
    width: 68.75%;
  }
  .xlarge-margin-collapse > .xsmall-12 {
    width: 75%;
  }
  .xlarge-margin-collapse > .xsmall-13 {
    width: 81.25%;
  }
  .xlarge-margin-collapse > .xsmall-14 {
    width: 87.5%;
  }
  .xlarge-margin-collapse > .xsmall-15 {
    width: 93.75%;
  }
  .xlarge-margin-collapse > .xsmall-16 {
    width: 100%;
  }
}
@media screen and (min-width: 75em) {
  .xlarge-margin-collapse > .medium-1 {
    width: 6.25%;
  }
  .xlarge-margin-collapse > .medium-2 {
    width: 12.5%;
  }
  .xlarge-margin-collapse > .medium-3 {
    width: 18.75%;
  }
  .xlarge-margin-collapse > .medium-4 {
    width: 25%;
  }
  .xlarge-margin-collapse > .medium-5 {
    width: 31.25%;
  }
  .xlarge-margin-collapse > .medium-6 {
    width: 37.5%;
  }
  .xlarge-margin-collapse > .medium-7 {
    width: 43.75%;
  }
  .xlarge-margin-collapse > .medium-8 {
    width: 50%;
  }
  .xlarge-margin-collapse > .medium-9 {
    width: 56.25%;
  }
  .xlarge-margin-collapse > .medium-10 {
    width: 62.5%;
  }
  .xlarge-margin-collapse > .medium-11 {
    width: 68.75%;
  }
  .xlarge-margin-collapse > .medium-12 {
    width: 75%;
  }
  .xlarge-margin-collapse > .medium-13 {
    width: 81.25%;
  }
  .xlarge-margin-collapse > .medium-14 {
    width: 87.5%;
  }
  .xlarge-margin-collapse > .medium-15 {
    width: 93.75%;
  }
  .xlarge-margin-collapse > .medium-16 {
    width: 100%;
  }
}
@media screen and (min-width: 75em) {
  .xlarge-margin-collapse > .xmedium-1 {
    width: 6.25%;
  }
  .xlarge-margin-collapse > .xmedium-2 {
    width: 12.5%;
  }
  .xlarge-margin-collapse > .xmedium-3 {
    width: 18.75%;
  }
  .xlarge-margin-collapse > .xmedium-4 {
    width: 25%;
  }
  .xlarge-margin-collapse > .xmedium-5 {
    width: 31.25%;
  }
  .xlarge-margin-collapse > .xmedium-6 {
    width: 37.5%;
  }
  .xlarge-margin-collapse > .xmedium-7 {
    width: 43.75%;
  }
  .xlarge-margin-collapse > .xmedium-8 {
    width: 50%;
  }
  .xlarge-margin-collapse > .xmedium-9 {
    width: 56.25%;
  }
  .xlarge-margin-collapse > .xmedium-10 {
    width: 62.5%;
  }
  .xlarge-margin-collapse > .xmedium-11 {
    width: 68.75%;
  }
  .xlarge-margin-collapse > .xmedium-12 {
    width: 75%;
  }
  .xlarge-margin-collapse > .xmedium-13 {
    width: 81.25%;
  }
  .xlarge-margin-collapse > .xmedium-14 {
    width: 87.5%;
  }
  .xlarge-margin-collapse > .xmedium-15 {
    width: 93.75%;
  }
  .xlarge-margin-collapse > .xmedium-16 {
    width: 100%;
  }
}
@media screen and (min-width: 75em) {
  .xlarge-margin-collapse > .large-1 {
    width: 6.25%;
  }
  .xlarge-margin-collapse > .large-2 {
    width: 12.5%;
  }
  .xlarge-margin-collapse > .large-3 {
    width: 18.75%;
  }
  .xlarge-margin-collapse > .large-4 {
    width: 25%;
  }
  .xlarge-margin-collapse > .large-5 {
    width: 31.25%;
  }
  .xlarge-margin-collapse > .large-6 {
    width: 37.5%;
  }
  .xlarge-margin-collapse > .large-7 {
    width: 43.75%;
  }
  .xlarge-margin-collapse > .large-8 {
    width: 50%;
  }
  .xlarge-margin-collapse > .large-9 {
    width: 56.25%;
  }
  .xlarge-margin-collapse > .large-10 {
    width: 62.5%;
  }
  .xlarge-margin-collapse > .large-11 {
    width: 68.75%;
  }
  .xlarge-margin-collapse > .large-12 {
    width: 75%;
  }
  .xlarge-margin-collapse > .large-13 {
    width: 81.25%;
  }
  .xlarge-margin-collapse > .large-14 {
    width: 87.5%;
  }
  .xlarge-margin-collapse > .large-15 {
    width: 93.75%;
  }
  .xlarge-margin-collapse > .large-16 {
    width: 100%;
  }
}
@media screen and (min-width: 75em) {
  .xlarge-margin-collapse > .xlarge-1 {
    width: 6.25%;
  }
  .xlarge-margin-collapse > .xlarge-2 {
    width: 12.5%;
  }
  .xlarge-margin-collapse > .xlarge-3 {
    width: 18.75%;
  }
  .xlarge-margin-collapse > .xlarge-4 {
    width: 25%;
  }
  .xlarge-margin-collapse > .xlarge-5 {
    width: 31.25%;
  }
  .xlarge-margin-collapse > .xlarge-6 {
    width: 37.5%;
  }
  .xlarge-margin-collapse > .xlarge-7 {
    width: 43.75%;
  }
  .xlarge-margin-collapse > .xlarge-8 {
    width: 50%;
  }
  .xlarge-margin-collapse > .xlarge-9 {
    width: 56.25%;
  }
  .xlarge-margin-collapse > .xlarge-10 {
    width: 62.5%;
  }
  .xlarge-margin-collapse > .xlarge-11 {
    width: 68.75%;
  }
  .xlarge-margin-collapse > .xlarge-12 {
    width: 75%;
  }
  .xlarge-margin-collapse > .xlarge-13 {
    width: 81.25%;
  }
  .xlarge-margin-collapse > .xlarge-14 {
    width: 87.5%;
  }
  .xlarge-margin-collapse > .xlarge-15 {
    width: 93.75%;
  }
  .xlarge-margin-collapse > .xlarge-16 {
    width: 100%;
  }
}
@media screen and (min-width: 90em) {
  .xlarge-margin-collapse > .xxlarge-1 {
    width: 6.25%;
  }
  .xlarge-margin-collapse > .xxlarge-2 {
    width: 12.5%;
  }
  .xlarge-margin-collapse > .xxlarge-3 {
    width: 18.75%;
  }
  .xlarge-margin-collapse > .xxlarge-4 {
    width: 25%;
  }
  .xlarge-margin-collapse > .xxlarge-5 {
    width: 31.25%;
  }
  .xlarge-margin-collapse > .xxlarge-6 {
    width: 37.5%;
  }
  .xlarge-margin-collapse > .xxlarge-7 {
    width: 43.75%;
  }
  .xlarge-margin-collapse > .xxlarge-8 {
    width: 50%;
  }
  .xlarge-margin-collapse > .xxlarge-9 {
    width: 56.25%;
  }
  .xlarge-margin-collapse > .xxlarge-10 {
    width: 62.5%;
  }
  .xlarge-margin-collapse > .xxlarge-11 {
    width: 68.75%;
  }
  .xlarge-margin-collapse > .xxlarge-12 {
    width: 75%;
  }
  .xlarge-margin-collapse > .xxlarge-13 {
    width: 81.25%;
  }
  .xlarge-margin-collapse > .xxlarge-14 {
    width: 87.5%;
  }
  .xlarge-margin-collapse > .xxlarge-15 {
    width: 93.75%;
  }
  .xlarge-margin-collapse > .xxlarge-16 {
    width: 100%;
  }
}

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

@media screen and (min-width: 90em) {
  .xxlarge-margin-collapse {
    margin-right: 0;
    margin-left: 0;
  }
  .xxlarge-margin-collapse > .cell {
    margin-right: 0;
    margin-left: 0;
  }
}
@media screen and (min-width: 90em) {
  .xxlarge-margin-collapse > .small-1 {
    width: 6.25%;
  }
  .xxlarge-margin-collapse > .small-2 {
    width: 12.5%;
  }
  .xxlarge-margin-collapse > .small-3 {
    width: 18.75%;
  }
  .xxlarge-margin-collapse > .small-4 {
    width: 25%;
  }
  .xxlarge-margin-collapse > .small-5 {
    width: 31.25%;
  }
  .xxlarge-margin-collapse > .small-6 {
    width: 37.5%;
  }
  .xxlarge-margin-collapse > .small-7 {
    width: 43.75%;
  }
  .xxlarge-margin-collapse > .small-8 {
    width: 50%;
  }
  .xxlarge-margin-collapse > .small-9 {
    width: 56.25%;
  }
  .xxlarge-margin-collapse > .small-10 {
    width: 62.5%;
  }
  .xxlarge-margin-collapse > .small-11 {
    width: 68.75%;
  }
  .xxlarge-margin-collapse > .small-12 {
    width: 75%;
  }
  .xxlarge-margin-collapse > .small-13 {
    width: 81.25%;
  }
  .xxlarge-margin-collapse > .small-14 {
    width: 87.5%;
  }
  .xxlarge-margin-collapse > .small-15 {
    width: 93.75%;
  }
  .xxlarge-margin-collapse > .small-16 {
    width: 100%;
  }
}
@media screen and (min-width: 90em) {
  .xxlarge-margin-collapse > .xsmall-1 {
    width: 6.25%;
  }
  .xxlarge-margin-collapse > .xsmall-2 {
    width: 12.5%;
  }
  .xxlarge-margin-collapse > .xsmall-3 {
    width: 18.75%;
  }
  .xxlarge-margin-collapse > .xsmall-4 {
    width: 25%;
  }
  .xxlarge-margin-collapse > .xsmall-5 {
    width: 31.25%;
  }
  .xxlarge-margin-collapse > .xsmall-6 {
    width: 37.5%;
  }
  .xxlarge-margin-collapse > .xsmall-7 {
    width: 43.75%;
  }
  .xxlarge-margin-collapse > .xsmall-8 {
    width: 50%;
  }
  .xxlarge-margin-collapse > .xsmall-9 {
    width: 56.25%;
  }
  .xxlarge-margin-collapse > .xsmall-10 {
    width: 62.5%;
  }
  .xxlarge-margin-collapse > .xsmall-11 {
    width: 68.75%;
  }
  .xxlarge-margin-collapse > .xsmall-12 {
    width: 75%;
  }
  .xxlarge-margin-collapse > .xsmall-13 {
    width: 81.25%;
  }
  .xxlarge-margin-collapse > .xsmall-14 {
    width: 87.5%;
  }
  .xxlarge-margin-collapse > .xsmall-15 {
    width: 93.75%;
  }
  .xxlarge-margin-collapse > .xsmall-16 {
    width: 100%;
  }
}
@media screen and (min-width: 90em) {
  .xxlarge-margin-collapse > .medium-1 {
    width: 6.25%;
  }
  .xxlarge-margin-collapse > .medium-2 {
    width: 12.5%;
  }
  .xxlarge-margin-collapse > .medium-3 {
    width: 18.75%;
  }
  .xxlarge-margin-collapse > .medium-4 {
    width: 25%;
  }
  .xxlarge-margin-collapse > .medium-5 {
    width: 31.25%;
  }
  .xxlarge-margin-collapse > .medium-6 {
    width: 37.5%;
  }
  .xxlarge-margin-collapse > .medium-7 {
    width: 43.75%;
  }
  .xxlarge-margin-collapse > .medium-8 {
    width: 50%;
  }
  .xxlarge-margin-collapse > .medium-9 {
    width: 56.25%;
  }
  .xxlarge-margin-collapse > .medium-10 {
    width: 62.5%;
  }
  .xxlarge-margin-collapse > .medium-11 {
    width: 68.75%;
  }
  .xxlarge-margin-collapse > .medium-12 {
    width: 75%;
  }
  .xxlarge-margin-collapse > .medium-13 {
    width: 81.25%;
  }
  .xxlarge-margin-collapse > .medium-14 {
    width: 87.5%;
  }
  .xxlarge-margin-collapse > .medium-15 {
    width: 93.75%;
  }
  .xxlarge-margin-collapse > .medium-16 {
    width: 100%;
  }
}
@media screen and (min-width: 90em) {
  .xxlarge-margin-collapse > .xmedium-1 {
    width: 6.25%;
  }
  .xxlarge-margin-collapse > .xmedium-2 {
    width: 12.5%;
  }
  .xxlarge-margin-collapse > .xmedium-3 {
    width: 18.75%;
  }
  .xxlarge-margin-collapse > .xmedium-4 {
    width: 25%;
  }
  .xxlarge-margin-collapse > .xmedium-5 {
    width: 31.25%;
  }
  .xxlarge-margin-collapse > .xmedium-6 {
    width: 37.5%;
  }
  .xxlarge-margin-collapse > .xmedium-7 {
    width: 43.75%;
  }
  .xxlarge-margin-collapse > .xmedium-8 {
    width: 50%;
  }
  .xxlarge-margin-collapse > .xmedium-9 {
    width: 56.25%;
  }
  .xxlarge-margin-collapse > .xmedium-10 {
    width: 62.5%;
  }
  .xxlarge-margin-collapse > .xmedium-11 {
    width: 68.75%;
  }
  .xxlarge-margin-collapse > .xmedium-12 {
    width: 75%;
  }
  .xxlarge-margin-collapse > .xmedium-13 {
    width: 81.25%;
  }
  .xxlarge-margin-collapse > .xmedium-14 {
    width: 87.5%;
  }
  .xxlarge-margin-collapse > .xmedium-15 {
    width: 93.75%;
  }
  .xxlarge-margin-collapse > .xmedium-16 {
    width: 100%;
  }
}
@media screen and (min-width: 90em) {
  .xxlarge-margin-collapse > .large-1 {
    width: 6.25%;
  }
  .xxlarge-margin-collapse > .large-2 {
    width: 12.5%;
  }
  .xxlarge-margin-collapse > .large-3 {
    width: 18.75%;
  }
  .xxlarge-margin-collapse > .large-4 {
    width: 25%;
  }
  .xxlarge-margin-collapse > .large-5 {
    width: 31.25%;
  }
  .xxlarge-margin-collapse > .large-6 {
    width: 37.5%;
  }
  .xxlarge-margin-collapse > .large-7 {
    width: 43.75%;
  }
  .xxlarge-margin-collapse > .large-8 {
    width: 50%;
  }
  .xxlarge-margin-collapse > .large-9 {
    width: 56.25%;
  }
  .xxlarge-margin-collapse > .large-10 {
    width: 62.5%;
  }
  .xxlarge-margin-collapse > .large-11 {
    width: 68.75%;
  }
  .xxlarge-margin-collapse > .large-12 {
    width: 75%;
  }
  .xxlarge-margin-collapse > .large-13 {
    width: 81.25%;
  }
  .xxlarge-margin-collapse > .large-14 {
    width: 87.5%;
  }
  .xxlarge-margin-collapse > .large-15 {
    width: 93.75%;
  }
  .xxlarge-margin-collapse > .large-16 {
    width: 100%;
  }
}
@media screen and (min-width: 90em) {
  .xxlarge-margin-collapse > .xlarge-1 {
    width: 6.25%;
  }
  .xxlarge-margin-collapse > .xlarge-2 {
    width: 12.5%;
  }
  .xxlarge-margin-collapse > .xlarge-3 {
    width: 18.75%;
  }
  .xxlarge-margin-collapse > .xlarge-4 {
    width: 25%;
  }
  .xxlarge-margin-collapse > .xlarge-5 {
    width: 31.25%;
  }
  .xxlarge-margin-collapse > .xlarge-6 {
    width: 37.5%;
  }
  .xxlarge-margin-collapse > .xlarge-7 {
    width: 43.75%;
  }
  .xxlarge-margin-collapse > .xlarge-8 {
    width: 50%;
  }
  .xxlarge-margin-collapse > .xlarge-9 {
    width: 56.25%;
  }
  .xxlarge-margin-collapse > .xlarge-10 {
    width: 62.5%;
  }
  .xxlarge-margin-collapse > .xlarge-11 {
    width: 68.75%;
  }
  .xxlarge-margin-collapse > .xlarge-12 {
    width: 75%;
  }
  .xxlarge-margin-collapse > .xlarge-13 {
    width: 81.25%;
  }
  .xxlarge-margin-collapse > .xlarge-14 {
    width: 87.5%;
  }
  .xxlarge-margin-collapse > .xlarge-15 {
    width: 93.75%;
  }
  .xxlarge-margin-collapse > .xlarge-16 {
    width: 100%;
  }
}
@media screen and (min-width: 90em) {
  .xxlarge-margin-collapse > .xxlarge-1 {
    width: 6.25%;
  }
  .xxlarge-margin-collapse > .xxlarge-2 {
    width: 12.5%;
  }
  .xxlarge-margin-collapse > .xxlarge-3 {
    width: 18.75%;
  }
  .xxlarge-margin-collapse > .xxlarge-4 {
    width: 25%;
  }
  .xxlarge-margin-collapse > .xxlarge-5 {
    width: 31.25%;
  }
  .xxlarge-margin-collapse > .xxlarge-6 {
    width: 37.5%;
  }
  .xxlarge-margin-collapse > .xxlarge-7 {
    width: 43.75%;
  }
  .xxlarge-margin-collapse > .xxlarge-8 {
    width: 50%;
  }
  .xxlarge-margin-collapse > .xxlarge-9 {
    width: 56.25%;
  }
  .xxlarge-margin-collapse > .xxlarge-10 {
    width: 62.5%;
  }
  .xxlarge-margin-collapse > .xxlarge-11 {
    width: 68.75%;
  }
  .xxlarge-margin-collapse > .xxlarge-12 {
    width: 75%;
  }
  .xxlarge-margin-collapse > .xxlarge-13 {
    width: 81.25%;
  }
  .xxlarge-margin-collapse > .xxlarge-14 {
    width: 87.5%;
  }
  .xxlarge-margin-collapse > .xxlarge-15 {
    width: 93.75%;
  }
  .xxlarge-margin-collapse > .xxlarge-16 {
    width: 100%;
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.small-offset-13 {
  margin-left: 81.25%;
}

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

.small-offset-14 {
  margin-left: 87.5%;
}

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

.small-offset-15 {
  margin-left: 93.75%;
}

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

@media print, screen and (min-width: 26.25em) {
  .xsmall-offset-0 {
    margin-left: 0%;
  }

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

  .xsmall-offset-1 {
    margin-left: 6.25%;
  }

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

  .xsmall-offset-2 {
    margin-left: 12.5%;
  }

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

  .xsmall-offset-3 {
    margin-left: 18.75%;
  }

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

  .xsmall-offset-4 {
    margin-left: 25%;
  }

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

  .xsmall-offset-5 {
    margin-left: 31.25%;
  }

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

  .xsmall-offset-6 {
    margin-left: 37.5%;
  }

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

  .xsmall-offset-7 {
    margin-left: 43.75%;
  }

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

  .xsmall-offset-8 {
    margin-left: 50%;
  }

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

  .xsmall-offset-9 {
    margin-left: 56.25%;
  }

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

  .xsmall-offset-10 {
    margin-left: 62.5%;
  }

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

  .xsmall-offset-11 {
    margin-left: 68.75%;
  }

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

  .xsmall-offset-12 {
    margin-left: 75%;
  }

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

  .xsmall-offset-13 {
    margin-left: 81.25%;
  }

  .grid-margin-x > .xsmall-offset-13 {
    margin-left: calc(81.25% + 0.625rem);
  }

  .xsmall-offset-14 {
    margin-left: 87.5%;
  }

  .grid-margin-x > .xsmall-offset-14 {
    margin-left: calc(87.5% + 0.625rem);
  }

  .xsmall-offset-15 {
    margin-left: 93.75%;
  }

  .grid-margin-x > .xsmall-offset-15 {
    margin-left: calc(93.75% + 0.625rem);
  }
}
@media print, screen and (min-width: 40em) {
  .medium-offset-0 {
    margin-left: 0%;
  }

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

  .medium-offset-1 {
    margin-left: 6.25%;
  }

  .grid-margin-x > .medium-offset-1 {
    margin-left: calc(6.25% + 0.9375rem);
  }

  .medium-offset-2 {
    margin-left: 12.5%;
  }

  .grid-margin-x > .medium-offset-2 {
    margin-left: calc(12.5% + 0.9375rem);
  }

  .medium-offset-3 {
    margin-left: 18.75%;
  }

  .grid-margin-x > .medium-offset-3 {
    margin-left: calc(18.75% + 0.9375rem);
  }

  .medium-offset-4 {
    margin-left: 25%;
  }

  .grid-margin-x > .medium-offset-4 {
    margin-left: calc(25% + 0.9375rem);
  }

  .medium-offset-5 {
    margin-left: 31.25%;
  }

  .grid-margin-x > .medium-offset-5 {
    margin-left: calc(31.25% + 0.9375rem);
  }

  .medium-offset-6 {
    margin-left: 37.5%;
  }

  .grid-margin-x > .medium-offset-6 {
    margin-left: calc(37.5% + 0.9375rem);
  }

  .medium-offset-7 {
    margin-left: 43.75%;
  }

  .grid-margin-x > .medium-offset-7 {
    margin-left: calc(43.75% + 0.9375rem);
  }

  .medium-offset-8 {
    margin-left: 50%;
  }

  .grid-margin-x > .medium-offset-8 {
    margin-left: calc(50% + 0.9375rem);
  }

  .medium-offset-9 {
    margin-left: 56.25%;
  }

  .grid-margin-x > .medium-offset-9 {
    margin-left: calc(56.25% + 0.9375rem);
  }

  .medium-offset-10 {
    margin-left: 62.5%;
  }

  .grid-margin-x > .medium-offset-10 {
    margin-left: calc(62.5% + 0.9375rem);
  }

  .medium-offset-11 {
    margin-left: 68.75%;
  }

  .grid-margin-x > .medium-offset-11 {
    margin-left: calc(68.75% + 0.9375rem);
  }

  .medium-offset-12 {
    margin-left: 75%;
  }

  .grid-margin-x > .medium-offset-12 {
    margin-left: calc(75% + 0.9375rem);
  }

  .medium-offset-13 {
    margin-left: 81.25%;
  }

  .grid-margin-x > .medium-offset-13 {
    margin-left: calc(81.25% + 0.9375rem);
  }

  .medium-offset-14 {
    margin-left: 87.5%;
  }

  .grid-margin-x > .medium-offset-14 {
    margin-left: calc(87.5% + 0.9375rem);
  }

  .medium-offset-15 {
    margin-left: 93.75%;
  }

  .grid-margin-x > .medium-offset-15 {
    margin-left: calc(93.75% + 0.9375rem);
  }
}
@media print, screen and (min-width: 56.25em) {
  .xmedium-offset-0 {
    margin-left: 0%;
  }

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

  .xmedium-offset-1 {
    margin-left: 6.25%;
  }

  .grid-margin-x > .xmedium-offset-1 {
    margin-left: calc(6.25% + 0.9375rem);
  }

  .xmedium-offset-2 {
    margin-left: 12.5%;
  }

  .grid-margin-x > .xmedium-offset-2 {
    margin-left: calc(12.5% + 0.9375rem);
  }

  .xmedium-offset-3 {
    margin-left: 18.75%;
  }

  .grid-margin-x > .xmedium-offset-3 {
    margin-left: calc(18.75% + 0.9375rem);
  }

  .xmedium-offset-4 {
    margin-left: 25%;
  }

  .grid-margin-x > .xmedium-offset-4 {
    margin-left: calc(25% + 0.9375rem);
  }

  .xmedium-offset-5 {
    margin-left: 31.25%;
  }

  .grid-margin-x > .xmedium-offset-5 {
    margin-left: calc(31.25% + 0.9375rem);
  }

  .xmedium-offset-6 {
    margin-left: 37.5%;
  }

  .grid-margin-x > .xmedium-offset-6 {
    margin-left: calc(37.5% + 0.9375rem);
  }

  .xmedium-offset-7 {
    margin-left: 43.75%;
  }

  .grid-margin-x > .xmedium-offset-7 {
    margin-left: calc(43.75% + 0.9375rem);
  }

  .xmedium-offset-8 {
    margin-left: 50%;
  }

  .grid-margin-x > .xmedium-offset-8 {
    margin-left: calc(50% + 0.9375rem);
  }

  .xmedium-offset-9 {
    margin-left: 56.25%;
  }

  .grid-margin-x > .xmedium-offset-9 {
    margin-left: calc(56.25% + 0.9375rem);
  }

  .xmedium-offset-10 {
    margin-left: 62.5%;
  }

  .grid-margin-x > .xmedium-offset-10 {
    margin-left: calc(62.5% + 0.9375rem);
  }

  .xmedium-offset-11 {
    margin-left: 68.75%;
  }

  .grid-margin-x > .xmedium-offset-11 {
    margin-left: calc(68.75% + 0.9375rem);
  }

  .xmedium-offset-12 {
    margin-left: 75%;
  }

  .grid-margin-x > .xmedium-offset-12 {
    margin-left: calc(75% + 0.9375rem);
  }

  .xmedium-offset-13 {
    margin-left: 81.25%;
  }

  .grid-margin-x > .xmedium-offset-13 {
    margin-left: calc(81.25% + 0.9375rem);
  }

  .xmedium-offset-14 {
    margin-left: 87.5%;
  }

  .grid-margin-x > .xmedium-offset-14 {
    margin-left: calc(87.5% + 0.9375rem);
  }

  .xmedium-offset-15 {
    margin-left: 93.75%;
  }

  .grid-margin-x > .xmedium-offset-15 {
    margin-left: calc(93.75% + 0.9375rem);
  }
}
@media print, screen and (min-width: 64em) {
  .large-offset-0 {
    margin-left: 0%;
  }

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

  .large-offset-1 {
    margin-left: 6.25%;
  }

  .grid-margin-x > .large-offset-1 {
    margin-left: calc(6.25% + 0.9375rem);
  }

  .large-offset-2 {
    margin-left: 12.5%;
  }

  .grid-margin-x > .large-offset-2 {
    margin-left: calc(12.5% + 0.9375rem);
  }

  .large-offset-3 {
    margin-left: 18.75%;
  }

  .grid-margin-x > .large-offset-3 {
    margin-left: calc(18.75% + 0.9375rem);
  }

  .large-offset-4 {
    margin-left: 25%;
  }

  .grid-margin-x > .large-offset-4 {
    margin-left: calc(25% + 0.9375rem);
  }

  .large-offset-5 {
    margin-left: 31.25%;
  }

  .grid-margin-x > .large-offset-5 {
    margin-left: calc(31.25% + 0.9375rem);
  }

  .large-offset-6 {
    margin-left: 37.5%;
  }

  .grid-margin-x > .large-offset-6 {
    margin-left: calc(37.5% + 0.9375rem);
  }

  .large-offset-7 {
    margin-left: 43.75%;
  }

  .grid-margin-x > .large-offset-7 {
    margin-left: calc(43.75% + 0.9375rem);
  }

  .large-offset-8 {
    margin-left: 50%;
  }

  .grid-margin-x > .large-offset-8 {
    margin-left: calc(50% + 0.9375rem);
  }

  .large-offset-9 {
    margin-left: 56.25%;
  }

  .grid-margin-x > .large-offset-9 {
    margin-left: calc(56.25% + 0.9375rem);
  }

  .large-offset-10 {
    margin-left: 62.5%;
  }

  .grid-margin-x > .large-offset-10 {
    margin-left: calc(62.5% + 0.9375rem);
  }

  .large-offset-11 {
    margin-left: 68.75%;
  }

  .grid-margin-x > .large-offset-11 {
    margin-left: calc(68.75% + 0.9375rem);
  }

  .large-offset-12 {
    margin-left: 75%;
  }

  .grid-margin-x > .large-offset-12 {
    margin-left: calc(75% + 0.9375rem);
  }

  .large-offset-13 {
    margin-left: 81.25%;
  }

  .grid-margin-x > .large-offset-13 {
    margin-left: calc(81.25% + 0.9375rem);
  }

  .large-offset-14 {
    margin-left: 87.5%;
  }

  .grid-margin-x > .large-offset-14 {
    margin-left: calc(87.5% + 0.9375rem);
  }

  .large-offset-15 {
    margin-left: 93.75%;
  }

  .grid-margin-x > .large-offset-15 {
    margin-left: calc(93.75% + 0.9375rem);
  }
}
@media screen and (min-width: 75em) {
  .xlarge-offset-0 {
    margin-left: 0%;
  }

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

  .xlarge-offset-1 {
    margin-left: 6.25%;
  }

  .grid-margin-x > .xlarge-offset-1 {
    margin-left: calc(6.25% + 0.9375rem);
  }

  .xlarge-offset-2 {
    margin-left: 12.5%;
  }

  .grid-margin-x > .xlarge-offset-2 {
    margin-left: calc(12.5% + 0.9375rem);
  }

  .xlarge-offset-3 {
    margin-left: 18.75%;
  }

  .grid-margin-x > .xlarge-offset-3 {
    margin-left: calc(18.75% + 0.9375rem);
  }

  .xlarge-offset-4 {
    margin-left: 25%;
  }

  .grid-margin-x > .xlarge-offset-4 {
    margin-left: calc(25% + 0.9375rem);
  }

  .xlarge-offset-5 {
    margin-left: 31.25%;
  }

  .grid-margin-x > .xlarge-offset-5 {
    margin-left: calc(31.25% + 0.9375rem);
  }

  .xlarge-offset-6 {
    margin-left: 37.5%;
  }

  .grid-margin-x > .xlarge-offset-6 {
    margin-left: calc(37.5% + 0.9375rem);
  }

  .xlarge-offset-7 {
    margin-left: 43.75%;
  }

  .grid-margin-x > .xlarge-offset-7 {
    margin-left: calc(43.75% + 0.9375rem);
  }

  .xlarge-offset-8 {
    margin-left: 50%;
  }

  .grid-margin-x > .xlarge-offset-8 {
    margin-left: calc(50% + 0.9375rem);
  }

  .xlarge-offset-9 {
    margin-left: 56.25%;
  }

  .grid-margin-x > .xlarge-offset-9 {
    margin-left: calc(56.25% + 0.9375rem);
  }

  .xlarge-offset-10 {
    margin-left: 62.5%;
  }

  .grid-margin-x > .xlarge-offset-10 {
    margin-left: calc(62.5% + 0.9375rem);
  }

  .xlarge-offset-11 {
    margin-left: 68.75%;
  }

  .grid-margin-x > .xlarge-offset-11 {
    margin-left: calc(68.75% + 0.9375rem);
  }

  .xlarge-offset-12 {
    margin-left: 75%;
  }

  .grid-margin-x > .xlarge-offset-12 {
    margin-left: calc(75% + 0.9375rem);
  }

  .xlarge-offset-13 {
    margin-left: 81.25%;
  }

  .grid-margin-x > .xlarge-offset-13 {
    margin-left: calc(81.25% + 0.9375rem);
  }

  .xlarge-offset-14 {
    margin-left: 87.5%;
  }

  .grid-margin-x > .xlarge-offset-14 {
    margin-left: calc(87.5% + 0.9375rem);
  }

  .xlarge-offset-15 {
    margin-left: 93.75%;
  }

  .grid-margin-x > .xlarge-offset-15 {
    margin-left: calc(93.75% + 0.9375rem);
  }
}
@media screen and (min-width: 90em) {
  .xxlarge-offset-0 {
    margin-left: 0%;
  }

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

  .xxlarge-offset-1 {
    margin-left: 6.25%;
  }

  .grid-margin-x > .xxlarge-offset-1 {
    margin-left: calc(6.25% + 0.9375rem);
  }

  .xxlarge-offset-2 {
    margin-left: 12.5%;
  }

  .grid-margin-x > .xxlarge-offset-2 {
    margin-left: calc(12.5% + 0.9375rem);
  }

  .xxlarge-offset-3 {
    margin-left: 18.75%;
  }

  .grid-margin-x > .xxlarge-offset-3 {
    margin-left: calc(18.75% + 0.9375rem);
  }

  .xxlarge-offset-4 {
    margin-left: 25%;
  }

  .grid-margin-x > .xxlarge-offset-4 {
    margin-left: calc(25% + 0.9375rem);
  }

  .xxlarge-offset-5 {
    margin-left: 31.25%;
  }

  .grid-margin-x > .xxlarge-offset-5 {
    margin-left: calc(31.25% + 0.9375rem);
  }

  .xxlarge-offset-6 {
    margin-left: 37.5%;
  }

  .grid-margin-x > .xxlarge-offset-6 {
    margin-left: calc(37.5% + 0.9375rem);
  }

  .xxlarge-offset-7 {
    margin-left: 43.75%;
  }

  .grid-margin-x > .xxlarge-offset-7 {
    margin-left: calc(43.75% + 0.9375rem);
  }

  .xxlarge-offset-8 {
    margin-left: 50%;
  }

  .grid-margin-x > .xxlarge-offset-8 {
    margin-left: calc(50% + 0.9375rem);
  }

  .xxlarge-offset-9 {
    margin-left: 56.25%;
  }

  .grid-margin-x > .xxlarge-offset-9 {
    margin-left: calc(56.25% + 0.9375rem);
  }

  .xxlarge-offset-10 {
    margin-left: 62.5%;
  }

  .grid-margin-x > .xxlarge-offset-10 {
    margin-left: calc(62.5% + 0.9375rem);
  }

  .xxlarge-offset-11 {
    margin-left: 68.75%;
  }

  .grid-margin-x > .xxlarge-offset-11 {
    margin-left: calc(68.75% + 0.9375rem);
  }

  .xxlarge-offset-12 {
    margin-left: 75%;
  }

  .grid-margin-x > .xxlarge-offset-12 {
    margin-left: calc(75% + 0.9375rem);
  }

  .xxlarge-offset-13 {
    margin-left: 81.25%;
  }

  .grid-margin-x > .xxlarge-offset-13 {
    margin-left: calc(81.25% + 0.9375rem);
  }

  .xxlarge-offset-14 {
    margin-left: 87.5%;
  }

  .grid-margin-x > .xxlarge-offset-14 {
    margin-left: calc(87.5% + 0.9375rem);
  }

  .xxlarge-offset-15 {
    margin-left: 93.75%;
  }

  .grid-margin-x > .xxlarge-offset-15 {
    margin-left: calc(93.75% + 0.9375rem);
  }
}
.grid-y {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
}
.grid-y > .cell {
  height: auto;
  max-height: none;
}
.grid-y > .auto {
  height: auto;
}
.grid-y > .shrink {
  height: auto;
}
.grid-y > .small-shrink, .grid-y > .small-full, .grid-y > .small-1, .grid-y > .small-2, .grid-y > .small-3, .grid-y > .small-4, .grid-y > .small-5, .grid-y > .small-6, .grid-y > .small-7, .grid-y > .small-8, .grid-y > .small-9, .grid-y > .small-10, .grid-y > .small-11, .grid-y > .small-12, .grid-y > .small-13, .grid-y > .small-14, .grid-y > .small-15, .grid-y > .small-16 {
  -ms-flex-preferred-size: auto;
      flex-basis: auto;
}
@media print, screen and (min-width: 26.25em) {
  .grid-y > .xsmall-shrink, .grid-y > .xsmall-full, .grid-y > .xsmall-1, .grid-y > .xsmall-2, .grid-y > .xsmall-3, .grid-y > .xsmall-4, .grid-y > .xsmall-5, .grid-y > .xsmall-6, .grid-y > .xsmall-7, .grid-y > .xsmall-8, .grid-y > .xsmall-9, .grid-y > .xsmall-10, .grid-y > .xsmall-11, .grid-y > .xsmall-12, .grid-y > .xsmall-13, .grid-y > .xsmall-14, .grid-y > .xsmall-15, .grid-y > .xsmall-16 {
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
  }
}
@media print, screen and (min-width: 40em) {
  .grid-y > .medium-shrink, .grid-y > .medium-full, .grid-y > .medium-1, .grid-y > .medium-2, .grid-y > .medium-3, .grid-y > .medium-4, .grid-y > .medium-5, .grid-y > .medium-6, .grid-y > .medium-7, .grid-y > .medium-8, .grid-y > .medium-9, .grid-y > .medium-10, .grid-y > .medium-11, .grid-y > .medium-12, .grid-y > .medium-13, .grid-y > .medium-14, .grid-y > .medium-15, .grid-y > .medium-16 {
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
  }
}
@media print, screen and (min-width: 56.25em) {
  .grid-y > .xmedium-shrink, .grid-y > .xmedium-full, .grid-y > .xmedium-1, .grid-y > .xmedium-2, .grid-y > .xmedium-3, .grid-y > .xmedium-4, .grid-y > .xmedium-5, .grid-y > .xmedium-6, .grid-y > .xmedium-7, .grid-y > .xmedium-8, .grid-y > .xmedium-9, .grid-y > .xmedium-10, .grid-y > .xmedium-11, .grid-y > .xmedium-12, .grid-y > .xmedium-13, .grid-y > .xmedium-14, .grid-y > .xmedium-15, .grid-y > .xmedium-16 {
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
  }
}
@media print, screen and (min-width: 64em) {
  .grid-y > .large-shrink, .grid-y > .large-full, .grid-y > .large-1, .grid-y > .large-2, .grid-y > .large-3, .grid-y > .large-4, .grid-y > .large-5, .grid-y > .large-6, .grid-y > .large-7, .grid-y > .large-8, .grid-y > .large-9, .grid-y > .large-10, .grid-y > .large-11, .grid-y > .large-12, .grid-y > .large-13, .grid-y > .large-14, .grid-y > .large-15, .grid-y > .large-16 {
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
  }
}
@media screen and (min-width: 75em) {
  .grid-y > .xlarge-shrink, .grid-y > .xlarge-full, .grid-y > .xlarge-1, .grid-y > .xlarge-2, .grid-y > .xlarge-3, .grid-y > .xlarge-4, .grid-y > .xlarge-5, .grid-y > .xlarge-6, .grid-y > .xlarge-7, .grid-y > .xlarge-8, .grid-y > .xlarge-9, .grid-y > .xlarge-10, .grid-y > .xlarge-11, .grid-y > .xlarge-12, .grid-y > .xlarge-13, .grid-y > .xlarge-14, .grid-y > .xlarge-15, .grid-y > .xlarge-16 {
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
  }
}
@media screen and (min-width: 90em) {
  .grid-y > .xxlarge-shrink, .grid-y > .xxlarge-full, .grid-y > .xxlarge-1, .grid-y > .xxlarge-2, .grid-y > .xxlarge-3, .grid-y > .xxlarge-4, .grid-y > .xxlarge-5, .grid-y > .xxlarge-6, .grid-y > .xxlarge-7, .grid-y > .xxlarge-8, .grid-y > .xxlarge-9, .grid-y > .xxlarge-10, .grid-y > .xxlarge-11, .grid-y > .xxlarge-12, .grid-y > .xxlarge-13, .grid-y > .xxlarge-14, .grid-y > .xxlarge-15, .grid-y > .xxlarge-16 {
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
  }
}
.grid-y > .small-16, .grid-y > .small-15, .grid-y > .small-14, .grid-y > .small-13, .grid-y > .small-12, .grid-y > .small-11, .grid-y > .small-10, .grid-y > .small-9, .grid-y > .small-8, .grid-y > .small-7, .grid-y > .small-6, .grid-y > .small-5, .grid-y > .small-4, .grid-y > .small-3, .grid-y > .small-2, .grid-y > .small-1 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
.grid-y > .small-1 {
  height: 6.25%;
}
.grid-y > .small-2 {
  height: 12.5%;
}
.grid-y > .small-3 {
  height: 18.75%;
}
.grid-y > .small-4 {
  height: 25%;
}
.grid-y > .small-5 {
  height: 31.25%;
}
.grid-y > .small-6 {
  height: 37.5%;
}
.grid-y > .small-7 {
  height: 43.75%;
}
.grid-y > .small-8 {
  height: 50%;
}
.grid-y > .small-9 {
  height: 56.25%;
}
.grid-y > .small-10 {
  height: 62.5%;
}
.grid-y > .small-11 {
  height: 68.75%;
}
.grid-y > .small-12 {
  height: 75%;
}
.grid-y > .small-13 {
  height: 81.25%;
}
.grid-y > .small-14 {
  height: 87.5%;
}
.grid-y > .small-15 {
  height: 93.75%;
}
.grid-y > .small-16 {
  height: 100%;
}
@media print, screen and (min-width: 26.25em) {
  .grid-y > .xsmall-auto {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 0px;
            flex: 1 1 0px;
    height: auto;
  }
  .grid-y > .xsmall-16, .grid-y > .xsmall-15, .grid-y > .xsmall-14, .grid-y > .xsmall-13, .grid-y > .xsmall-12, .grid-y > .xsmall-11, .grid-y > .xsmall-10, .grid-y > .xsmall-9, .grid-y > .xsmall-8, .grid-y > .xsmall-7, .grid-y > .xsmall-6, .grid-y > .xsmall-5, .grid-y > .xsmall-4, .grid-y > .xsmall-3, .grid-y > .xsmall-2, .grid-y > .xsmall-1, .grid-y > .xsmall-shrink {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
  }
  .grid-y > .xsmall-shrink {
    height: auto;
  }
  .grid-y > .xsmall-1 {
    height: 6.25%;
  }
  .grid-y > .xsmall-2 {
    height: 12.5%;
  }
  .grid-y > .xsmall-3 {
    height: 18.75%;
  }
  .grid-y > .xsmall-4 {
    height: 25%;
  }
  .grid-y > .xsmall-5 {
    height: 31.25%;
  }
  .grid-y > .xsmall-6 {
    height: 37.5%;
  }
  .grid-y > .xsmall-7 {
    height: 43.75%;
  }
  .grid-y > .xsmall-8 {
    height: 50%;
  }
  .grid-y > .xsmall-9 {
    height: 56.25%;
  }
  .grid-y > .xsmall-10 {
    height: 62.5%;
  }
  .grid-y > .xsmall-11 {
    height: 68.75%;
  }
  .grid-y > .xsmall-12 {
    height: 75%;
  }
  .grid-y > .xsmall-13 {
    height: 81.25%;
  }
  .grid-y > .xsmall-14 {
    height: 87.5%;
  }
  .grid-y > .xsmall-15 {
    height: 93.75%;
  }
  .grid-y > .xsmall-16 {
    height: 100%;
  }
}
@media print, screen and (min-width: 40em) {
  .grid-y > .medium-auto {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 0px;
            flex: 1 1 0px;
    height: auto;
  }
  .grid-y > .medium-16, .grid-y > .medium-15, .grid-y > .medium-14, .grid-y > .medium-13, .grid-y > .medium-12, .grid-y > .medium-11, .grid-y > .medium-10, .grid-y > .medium-9, .grid-y > .medium-8, .grid-y > .medium-7, .grid-y > .medium-6, .grid-y > .medium-5, .grid-y > .medium-4, .grid-y > .medium-3, .grid-y > .medium-2, .grid-y > .medium-1, .grid-y > .medium-shrink {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
  }
  .grid-y > .medium-shrink {
    height: auto;
  }
  .grid-y > .medium-1 {
    height: 6.25%;
  }
  .grid-y > .medium-2 {
    height: 12.5%;
  }
  .grid-y > .medium-3 {
    height: 18.75%;
  }
  .grid-y > .medium-4 {
    height: 25%;
  }
  .grid-y > .medium-5 {
    height: 31.25%;
  }
  .grid-y > .medium-6 {
    height: 37.5%;
  }
  .grid-y > .medium-7 {
    height: 43.75%;
  }
  .grid-y > .medium-8 {
    height: 50%;
  }
  .grid-y > .medium-9 {
    height: 56.25%;
  }
  .grid-y > .medium-10 {
    height: 62.5%;
  }
  .grid-y > .medium-11 {
    height: 68.75%;
  }
  .grid-y > .medium-12 {
    height: 75%;
  }
  .grid-y > .medium-13 {
    height: 81.25%;
  }
  .grid-y > .medium-14 {
    height: 87.5%;
  }
  .grid-y > .medium-15 {
    height: 93.75%;
  }
  .grid-y > .medium-16 {
    height: 100%;
  }
}
@media print, screen and (min-width: 56.25em) {
  .grid-y > .xmedium-auto {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 0px;
            flex: 1 1 0px;
    height: auto;
  }
  .grid-y > .xmedium-16, .grid-y > .xmedium-15, .grid-y > .xmedium-14, .grid-y > .xmedium-13, .grid-y > .xmedium-12, .grid-y > .xmedium-11, .grid-y > .xmedium-10, .grid-y > .xmedium-9, .grid-y > .xmedium-8, .grid-y > .xmedium-7, .grid-y > .xmedium-6, .grid-y > .xmedium-5, .grid-y > .xmedium-4, .grid-y > .xmedium-3, .grid-y > .xmedium-2, .grid-y > .xmedium-1, .grid-y > .xmedium-shrink {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
  }
  .grid-y > .xmedium-shrink {
    height: auto;
  }
  .grid-y > .xmedium-1 {
    height: 6.25%;
  }
  .grid-y > .xmedium-2 {
    height: 12.5%;
  }
  .grid-y > .xmedium-3 {
    height: 18.75%;
  }
  .grid-y > .xmedium-4 {
    height: 25%;
  }
  .grid-y > .xmedium-5 {
    height: 31.25%;
  }
  .grid-y > .xmedium-6 {
    height: 37.5%;
  }
  .grid-y > .xmedium-7 {
    height: 43.75%;
  }
  .grid-y > .xmedium-8 {
    height: 50%;
  }
  .grid-y > .xmedium-9 {
    height: 56.25%;
  }
  .grid-y > .xmedium-10 {
    height: 62.5%;
  }
  .grid-y > .xmedium-11 {
    height: 68.75%;
  }
  .grid-y > .xmedium-12 {
    height: 75%;
  }
  .grid-y > .xmedium-13 {
    height: 81.25%;
  }
  .grid-y > .xmedium-14 {
    height: 87.5%;
  }
  .grid-y > .xmedium-15 {
    height: 93.75%;
  }
  .grid-y > .xmedium-16 {
    height: 100%;
  }
}
@media print, screen and (min-width: 64em) {
  .grid-y > .large-auto {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 0px;
            flex: 1 1 0px;
    height: auto;
  }
  .grid-y > .large-16, .grid-y > .large-15, .grid-y > .large-14, .grid-y > .large-13, .grid-y > .large-12, .grid-y > .large-11, .grid-y > .large-10, .grid-y > .large-9, .grid-y > .large-8, .grid-y > .large-7, .grid-y > .large-6, .grid-y > .large-5, .grid-y > .large-4, .grid-y > .large-3, .grid-y > .large-2, .grid-y > .large-1, .grid-y > .large-shrink {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
  }
  .grid-y > .large-shrink {
    height: auto;
  }
  .grid-y > .large-1 {
    height: 6.25%;
  }
  .grid-y > .large-2 {
    height: 12.5%;
  }
  .grid-y > .large-3 {
    height: 18.75%;
  }
  .grid-y > .large-4 {
    height: 25%;
  }
  .grid-y > .large-5 {
    height: 31.25%;
  }
  .grid-y > .large-6 {
    height: 37.5%;
  }
  .grid-y > .large-7 {
    height: 43.75%;
  }
  .grid-y > .large-8 {
    height: 50%;
  }
  .grid-y > .large-9 {
    height: 56.25%;
  }
  .grid-y > .large-10 {
    height: 62.5%;
  }
  .grid-y > .large-11 {
    height: 68.75%;
  }
  .grid-y > .large-12 {
    height: 75%;
  }
  .grid-y > .large-13 {
    height: 81.25%;
  }
  .grid-y > .large-14 {
    height: 87.5%;
  }
  .grid-y > .large-15 {
    height: 93.75%;
  }
  .grid-y > .large-16 {
    height: 100%;
  }
}
@media screen and (min-width: 75em) {
  .grid-y > .xlarge-auto {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 0px;
            flex: 1 1 0px;
    height: auto;
  }
  .grid-y > .xlarge-16, .grid-y > .xlarge-15, .grid-y > .xlarge-14, .grid-y > .xlarge-13, .grid-y > .xlarge-12, .grid-y > .xlarge-11, .grid-y > .xlarge-10, .grid-y > .xlarge-9, .grid-y > .xlarge-8, .grid-y > .xlarge-7, .grid-y > .xlarge-6, .grid-y > .xlarge-5, .grid-y > .xlarge-4, .grid-y > .xlarge-3, .grid-y > .xlarge-2, .grid-y > .xlarge-1, .grid-y > .xlarge-shrink {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
  }
  .grid-y > .xlarge-shrink {
    height: auto;
  }
  .grid-y > .xlarge-1 {
    height: 6.25%;
  }
  .grid-y > .xlarge-2 {
    height: 12.5%;
  }
  .grid-y > .xlarge-3 {
    height: 18.75%;
  }
  .grid-y > .xlarge-4 {
    height: 25%;
  }
  .grid-y > .xlarge-5 {
    height: 31.25%;
  }
  .grid-y > .xlarge-6 {
    height: 37.5%;
  }
  .grid-y > .xlarge-7 {
    height: 43.75%;
  }
  .grid-y > .xlarge-8 {
    height: 50%;
  }
  .grid-y > .xlarge-9 {
    height: 56.25%;
  }
  .grid-y > .xlarge-10 {
    height: 62.5%;
  }
  .grid-y > .xlarge-11 {
    height: 68.75%;
  }
  .grid-y > .xlarge-12 {
    height: 75%;
  }
  .grid-y > .xlarge-13 {
    height: 81.25%;
  }
  .grid-y > .xlarge-14 {
    height: 87.5%;
  }
  .grid-y > .xlarge-15 {
    height: 93.75%;
  }
  .grid-y > .xlarge-16 {
    height: 100%;
  }
}
@media screen and (min-width: 90em) {
  .grid-y > .xxlarge-auto {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 0px;
            flex: 1 1 0px;
    height: auto;
  }
  .grid-y > .xxlarge-16, .grid-y > .xxlarge-15, .grid-y > .xxlarge-14, .grid-y > .xxlarge-13, .grid-y > .xxlarge-12, .grid-y > .xxlarge-11, .grid-y > .xxlarge-10, .grid-y > .xxlarge-9, .grid-y > .xxlarge-8, .grid-y > .xxlarge-7, .grid-y > .xxlarge-6, .grid-y > .xxlarge-5, .grid-y > .xxlarge-4, .grid-y > .xxlarge-3, .grid-y > .xxlarge-2, .grid-y > .xxlarge-1, .grid-y > .xxlarge-shrink {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
  }
  .grid-y > .xxlarge-shrink {
    height: auto;
  }
  .grid-y > .xxlarge-1 {
    height: 6.25%;
  }
  .grid-y > .xxlarge-2 {
    height: 12.5%;
  }
  .grid-y > .xxlarge-3 {
    height: 18.75%;
  }
  .grid-y > .xxlarge-4 {
    height: 25%;
  }
  .grid-y > .xxlarge-5 {
    height: 31.25%;
  }
  .grid-y > .xxlarge-6 {
    height: 37.5%;
  }
  .grid-y > .xxlarge-7 {
    height: 43.75%;
  }
  .grid-y > .xxlarge-8 {
    height: 50%;
  }
  .grid-y > .xxlarge-9 {
    height: 56.25%;
  }
  .grid-y > .xxlarge-10 {
    height: 62.5%;
  }
  .grid-y > .xxlarge-11 {
    height: 68.75%;
  }
  .grid-y > .xxlarge-12 {
    height: 75%;
  }
  .grid-y > .xxlarge-13 {
    height: 81.25%;
  }
  .grid-y > .xxlarge-14 {
    height: 87.5%;
  }
  .grid-y > .xxlarge-15 {
    height: 93.75%;
  }
  .grid-y > .xxlarge-16 {
    height: 100%;
  }
}

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

.grid-margin-y {
  margin-top: -0.625rem;
  margin-bottom: -0.625rem;
}
@media print, screen and (min-width: 40em) {
  .grid-margin-y {
    margin-top: -0.9375rem;
    margin-bottom: -0.9375rem;
  }
}
.grid-margin-y > .cell {
  height: calc(100% - 1.25rem);
  margin-top: 0.625rem;
  margin-bottom: 0.625rem;
}
@media print, screen and (min-width: 40em) {
  .grid-margin-y > .cell {
    height: calc(100% - 1.875rem);
    margin-top: 0.9375rem;
    margin-bottom: 0.9375rem;
  }
}
.grid-margin-y > .auto {
  height: auto;
}
.grid-margin-y > .shrink {
  height: auto;
}
.grid-margin-y > .small-1 {
  height: calc(6.25% - 1.25rem);
}
.grid-margin-y > .small-2 {
  height: calc(12.5% - 1.25rem);
}
.grid-margin-y > .small-3 {
  height: calc(18.75% - 1.25rem);
}
.grid-margin-y > .small-4 {
  height: calc(25% - 1.25rem);
}
.grid-margin-y > .small-5 {
  height: calc(31.25% - 1.25rem);
}
.grid-margin-y > .small-6 {
  height: calc(37.5% - 1.25rem);
}
.grid-margin-y > .small-7 {
  height: calc(43.75% - 1.25rem);
}
.grid-margin-y > .small-8 {
  height: calc(50% - 1.25rem);
}
.grid-margin-y > .small-9 {
  height: calc(56.25% - 1.25rem);
}
.grid-margin-y > .small-10 {
  height: calc(62.5% - 1.25rem);
}
.grid-margin-y > .small-11 {
  height: calc(68.75% - 1.25rem);
}
.grid-margin-y > .small-12 {
  height: calc(75% - 1.25rem);
}
.grid-margin-y > .small-13 {
  height: calc(81.25% - 1.25rem);
}
.grid-margin-y > .small-14 {
  height: calc(87.5% - 1.25rem);
}
.grid-margin-y > .small-15 {
  height: calc(93.75% - 1.25rem);
}
.grid-margin-y > .small-16 {
  height: calc(100% - 1.25rem);
}
@media print, screen and (min-width: 26.25em) {
  .grid-margin-y > .xsmall-auto {
    height: auto;
  }
  .grid-margin-y > .xsmall-shrink {
    height: auto;
  }
  .grid-margin-y > .xsmall-1 {
    height: calc(6.25% - 1.25rem);
  }
  .grid-margin-y > .xsmall-2 {
    height: calc(12.5% - 1.25rem);
  }
  .grid-margin-y > .xsmall-3 {
    height: calc(18.75% - 1.25rem);
  }
  .grid-margin-y > .xsmall-4 {
    height: calc(25% - 1.25rem);
  }
  .grid-margin-y > .xsmall-5 {
    height: calc(31.25% - 1.25rem);
  }
  .grid-margin-y > .xsmall-6 {
    height: calc(37.5% - 1.25rem);
  }
  .grid-margin-y > .xsmall-7 {
    height: calc(43.75% - 1.25rem);
  }
  .grid-margin-y > .xsmall-8 {
    height: calc(50% - 1.25rem);
  }
  .grid-margin-y > .xsmall-9 {
    height: calc(56.25% - 1.25rem);
  }
  .grid-margin-y > .xsmall-10 {
    height: calc(62.5% - 1.25rem);
  }
  .grid-margin-y > .xsmall-11 {
    height: calc(68.75% - 1.25rem);
  }
  .grid-margin-y > .xsmall-12 {
    height: calc(75% - 1.25rem);
  }
  .grid-margin-y > .xsmall-13 {
    height: calc(81.25% - 1.25rem);
  }
  .grid-margin-y > .xsmall-14 {
    height: calc(87.5% - 1.25rem);
  }
  .grid-margin-y > .xsmall-15 {
    height: calc(93.75% - 1.25rem);
  }
  .grid-margin-y > .xsmall-16 {
    height: calc(100% - 1.25rem);
  }
}
@media print, screen and (min-width: 40em) {
  .grid-margin-y > .auto {
    height: auto;
  }
  .grid-margin-y > .shrink {
    height: auto;
  }
  .grid-margin-y > .small-1 {
    height: calc(6.25% - 1.875rem);
  }
  .grid-margin-y > .small-2 {
    height: calc(12.5% - 1.875rem);
  }
  .grid-margin-y > .small-3 {
    height: calc(18.75% - 1.875rem);
  }
  .grid-margin-y > .small-4 {
    height: calc(25% - 1.875rem);
  }
  .grid-margin-y > .small-5 {
    height: calc(31.25% - 1.875rem);
  }
  .grid-margin-y > .small-6 {
    height: calc(37.5% - 1.875rem);
  }
  .grid-margin-y > .small-7 {
    height: calc(43.75% - 1.875rem);
  }
  .grid-margin-y > .small-8 {
    height: calc(50% - 1.875rem);
  }
  .grid-margin-y > .small-9 {
    height: calc(56.25% - 1.875rem);
  }
  .grid-margin-y > .small-10 {
    height: calc(62.5% - 1.875rem);
  }
  .grid-margin-y > .small-11 {
    height: calc(68.75% - 1.875rem);
  }
  .grid-margin-y > .small-12 {
    height: calc(75% - 1.875rem);
  }
  .grid-margin-y > .small-13 {
    height: calc(81.25% - 1.875rem);
  }
  .grid-margin-y > .small-14 {
    height: calc(87.5% - 1.875rem);
  }
  .grid-margin-y > .small-15 {
    height: calc(93.75% - 1.875rem);
  }
  .grid-margin-y > .small-16 {
    height: calc(100% - 1.875rem);
  }
  .grid-margin-y > .xsmall-auto {
    height: auto;
  }
  .grid-margin-y > .xsmall-shrink {
    height: auto;
  }
  .grid-margin-y > .xsmall-1 {
    height: calc(6.25% - 1.875rem);
  }
  .grid-margin-y > .xsmall-2 {
    height: calc(12.5% - 1.875rem);
  }
  .grid-margin-y > .xsmall-3 {
    height: calc(18.75% - 1.875rem);
  }
  .grid-margin-y > .xsmall-4 {
    height: calc(25% - 1.875rem);
  }
  .grid-margin-y > .xsmall-5 {
    height: calc(31.25% - 1.875rem);
  }
  .grid-margin-y > .xsmall-6 {
    height: calc(37.5% - 1.875rem);
  }
  .grid-margin-y > .xsmall-7 {
    height: calc(43.75% - 1.875rem);
  }
  .grid-margin-y > .xsmall-8 {
    height: calc(50% - 1.875rem);
  }
  .grid-margin-y > .xsmall-9 {
    height: calc(56.25% - 1.875rem);
  }
  .grid-margin-y > .xsmall-10 {
    height: calc(62.5% - 1.875rem);
  }
  .grid-margin-y > .xsmall-11 {
    height: calc(68.75% - 1.875rem);
  }
  .grid-margin-y > .xsmall-12 {
    height: calc(75% - 1.875rem);
  }
  .grid-margin-y > .xsmall-13 {
    height: calc(81.25% - 1.875rem);
  }
  .grid-margin-y > .xsmall-14 {
    height: calc(87.5% - 1.875rem);
  }
  .grid-margin-y > .xsmall-15 {
    height: calc(93.75% - 1.875rem);
  }
  .grid-margin-y > .xsmall-16 {
    height: calc(100% - 1.875rem);
  }
  .grid-margin-y > .medium-auto {
    height: auto;
  }
  .grid-margin-y > .medium-shrink {
    height: auto;
  }
  .grid-margin-y > .medium-1 {
    height: calc(6.25% - 1.875rem);
  }
  .grid-margin-y > .medium-2 {
    height: calc(12.5% - 1.875rem);
  }
  .grid-margin-y > .medium-3 {
    height: calc(18.75% - 1.875rem);
  }
  .grid-margin-y > .medium-4 {
    height: calc(25% - 1.875rem);
  }
  .grid-margin-y > .medium-5 {
    height: calc(31.25% - 1.875rem);
  }
  .grid-margin-y > .medium-6 {
    height: calc(37.5% - 1.875rem);
  }
  .grid-margin-y > .medium-7 {
    height: calc(43.75% - 1.875rem);
  }
  .grid-margin-y > .medium-8 {
    height: calc(50% - 1.875rem);
  }
  .grid-margin-y > .medium-9 {
    height: calc(56.25% - 1.875rem);
  }
  .grid-margin-y > .medium-10 {
    height: calc(62.5% - 1.875rem);
  }
  .grid-margin-y > .medium-11 {
    height: calc(68.75% - 1.875rem);
  }
  .grid-margin-y > .medium-12 {
    height: calc(75% - 1.875rem);
  }
  .grid-margin-y > .medium-13 {
    height: calc(81.25% - 1.875rem);
  }
  .grid-margin-y > .medium-14 {
    height: calc(87.5% - 1.875rem);
  }
  .grid-margin-y > .medium-15 {
    height: calc(93.75% - 1.875rem);
  }
  .grid-margin-y > .medium-16 {
    height: calc(100% - 1.875rem);
  }
}
@media print, screen and (min-width: 56.25em) {
  .grid-margin-y > .xmedium-auto {
    height: auto;
  }
  .grid-margin-y > .xmedium-shrink {
    height: auto;
  }
  .grid-margin-y > .xmedium-1 {
    height: calc(6.25% - 1.875rem);
  }
  .grid-margin-y > .xmedium-2 {
    height: calc(12.5% - 1.875rem);
  }
  .grid-margin-y > .xmedium-3 {
    height: calc(18.75% - 1.875rem);
  }
  .grid-margin-y > .xmedium-4 {
    height: calc(25% - 1.875rem);
  }
  .grid-margin-y > .xmedium-5 {
    height: calc(31.25% - 1.875rem);
  }
  .grid-margin-y > .xmedium-6 {
    height: calc(37.5% - 1.875rem);
  }
  .grid-margin-y > .xmedium-7 {
    height: calc(43.75% - 1.875rem);
  }
  .grid-margin-y > .xmedium-8 {
    height: calc(50% - 1.875rem);
  }
  .grid-margin-y > .xmedium-9 {
    height: calc(56.25% - 1.875rem);
  }
  .grid-margin-y > .xmedium-10 {
    height: calc(62.5% - 1.875rem);
  }
  .grid-margin-y > .xmedium-11 {
    height: calc(68.75% - 1.875rem);
  }
  .grid-margin-y > .xmedium-12 {
    height: calc(75% - 1.875rem);
  }
  .grid-margin-y > .xmedium-13 {
    height: calc(81.25% - 1.875rem);
  }
  .grid-margin-y > .xmedium-14 {
    height: calc(87.5% - 1.875rem);
  }
  .grid-margin-y > .xmedium-15 {
    height: calc(93.75% - 1.875rem);
  }
  .grid-margin-y > .xmedium-16 {
    height: calc(100% - 1.875rem);
  }
}
@media print, screen and (min-width: 64em) {
  .grid-margin-y > .large-auto {
    height: auto;
  }
  .grid-margin-y > .large-shrink {
    height: auto;
  }
  .grid-margin-y > .large-1 {
    height: calc(6.25% - 1.875rem);
  }
  .grid-margin-y > .large-2 {
    height: calc(12.5% - 1.875rem);
  }
  .grid-margin-y > .large-3 {
    height: calc(18.75% - 1.875rem);
  }
  .grid-margin-y > .large-4 {
    height: calc(25% - 1.875rem);
  }
  .grid-margin-y > .large-5 {
    height: calc(31.25% - 1.875rem);
  }
  .grid-margin-y > .large-6 {
    height: calc(37.5% - 1.875rem);
  }
  .grid-margin-y > .large-7 {
    height: calc(43.75% - 1.875rem);
  }
  .grid-margin-y > .large-8 {
    height: calc(50% - 1.875rem);
  }
  .grid-margin-y > .large-9 {
    height: calc(56.25% - 1.875rem);
  }
  .grid-margin-y > .large-10 {
    height: calc(62.5% - 1.875rem);
  }
  .grid-margin-y > .large-11 {
    height: calc(68.75% - 1.875rem);
  }
  .grid-margin-y > .large-12 {
    height: calc(75% - 1.875rem);
  }
  .grid-margin-y > .large-13 {
    height: calc(81.25% - 1.875rem);
  }
  .grid-margin-y > .large-14 {
    height: calc(87.5% - 1.875rem);
  }
  .grid-margin-y > .large-15 {
    height: calc(93.75% - 1.875rem);
  }
  .grid-margin-y > .large-16 {
    height: calc(100% - 1.875rem);
  }
}
@media screen and (min-width: 75em) {
  .grid-margin-y > .xlarge-auto {
    height: auto;
  }
  .grid-margin-y > .xlarge-shrink {
    height: auto;
  }
  .grid-margin-y > .xlarge-1 {
    height: calc(6.25% - 1.875rem);
  }
  .grid-margin-y > .xlarge-2 {
    height: calc(12.5% - 1.875rem);
  }
  .grid-margin-y > .xlarge-3 {
    height: calc(18.75% - 1.875rem);
  }
  .grid-margin-y > .xlarge-4 {
    height: calc(25% - 1.875rem);
  }
  .grid-margin-y > .xlarge-5 {
    height: calc(31.25% - 1.875rem);
  }
  .grid-margin-y > .xlarge-6 {
    height: calc(37.5% - 1.875rem);
  }
  .grid-margin-y > .xlarge-7 {
    height: calc(43.75% - 1.875rem);
  }
  .grid-margin-y > .xlarge-8 {
    height: calc(50% - 1.875rem);
  }
  .grid-margin-y > .xlarge-9 {
    height: calc(56.25% - 1.875rem);
  }
  .grid-margin-y > .xlarge-10 {
    height: calc(62.5% - 1.875rem);
  }
  .grid-margin-y > .xlarge-11 {
    height: calc(68.75% - 1.875rem);
  }
  .grid-margin-y > .xlarge-12 {
    height: calc(75% - 1.875rem);
  }
  .grid-margin-y > .xlarge-13 {
    height: calc(81.25% - 1.875rem);
  }
  .grid-margin-y > .xlarge-14 {
    height: calc(87.5% - 1.875rem);
  }
  .grid-margin-y > .xlarge-15 {
    height: calc(93.75% - 1.875rem);
  }
  .grid-margin-y > .xlarge-16 {
    height: calc(100% - 1.875rem);
  }
}
@media screen and (min-width: 90em) {
  .grid-margin-y > .xxlarge-auto {
    height: auto;
  }
  .grid-margin-y > .xxlarge-shrink {
    height: auto;
  }
  .grid-margin-y > .xxlarge-1 {
    height: calc(6.25% - 1.875rem);
  }
  .grid-margin-y > .xxlarge-2 {
    height: calc(12.5% - 1.875rem);
  }
  .grid-margin-y > .xxlarge-3 {
    height: calc(18.75% - 1.875rem);
  }
  .grid-margin-y > .xxlarge-4 {
    height: calc(25% - 1.875rem);
  }
  .grid-margin-y > .xxlarge-5 {
    height: calc(31.25% - 1.875rem);
  }
  .grid-margin-y > .xxlarge-6 {
    height: calc(37.5% - 1.875rem);
  }
  .grid-margin-y > .xxlarge-7 {
    height: calc(43.75% - 1.875rem);
  }
  .grid-margin-y > .xxlarge-8 {
    height: calc(50% - 1.875rem);
  }
  .grid-margin-y > .xxlarge-9 {
    height: calc(56.25% - 1.875rem);
  }
  .grid-margin-y > .xxlarge-10 {
    height: calc(62.5% - 1.875rem);
  }
  .grid-margin-y > .xxlarge-11 {
    height: calc(68.75% - 1.875rem);
  }
  .grid-margin-y > .xxlarge-12 {
    height: calc(75% - 1.875rem);
  }
  .grid-margin-y > .xxlarge-13 {
    height: calc(81.25% - 1.875rem);
  }
  .grid-margin-y > .xxlarge-14 {
    height: calc(87.5% - 1.875rem);
  }
  .grid-margin-y > .xxlarge-15 {
    height: calc(93.75% - 1.875rem);
  }
  .grid-margin-y > .xxlarge-16 {
    height: calc(100% - 1.875rem);
  }
}

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

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

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

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

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

@media print, screen and (min-width: 26.25em) {
  .xsmall-grid-frame {
    overflow: hidden;
    position: relative;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    width: 100vw;
  }

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

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

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

  .xsmall-cell-block-y {
    overflow-y: auto;
    max-height: 100%;
    min-height: 100%;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
}
@media print, screen and (min-width: 40em) {
  .medium-grid-frame {
    overflow: hidden;
    position: relative;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    width: 100vw;
  }

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

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

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

  .medium-cell-block-y {
    overflow-y: auto;
    max-height: 100%;
    min-height: 100%;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
}
@media print, screen and (min-width: 56.25em) {
  .xmedium-grid-frame {
    overflow: hidden;
    position: relative;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    width: 100vw;
  }

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

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

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

  .xmedium-cell-block-y {
    overflow-y: auto;
    max-height: 100%;
    min-height: 100%;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
}
@media print, screen and (min-width: 64em) {
  .large-grid-frame {
    overflow: hidden;
    position: relative;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    width: 100vw;
  }

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

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

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

  .large-cell-block-y {
    overflow-y: auto;
    max-height: 100%;
    min-height: 100%;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
}
@media screen and (min-width: 75em) {
  .xlarge-grid-frame {
    overflow: hidden;
    position: relative;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    width: 100vw;
  }

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

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

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

  .xlarge-cell-block-y {
    overflow-y: auto;
    max-height: 100%;
    min-height: 100%;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
}
@media screen and (min-width: 90em) {
  .xxlarge-grid-frame {
    overflow: hidden;
    position: relative;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    width: 100vw;
  }

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

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

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

  .xxlarge-cell-block-y {
    overflow-y: auto;
    max-height: 100%;
    min-height: 100%;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
}
.grid-y.grid-frame {
  width: auto;
  overflow: hidden;
  position: relative;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  height: 100vh;
}
@media print, screen and (min-width: 26.25em) {
  .grid-y.xsmall-grid-frame {
    width: auto;
    overflow: hidden;
    position: relative;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    height: 100vh;
  }
}
@media print, screen and (min-width: 40em) {
  .grid-y.medium-grid-frame {
    width: auto;
    overflow: hidden;
    position: relative;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    height: 100vh;
  }
}
@media print, screen and (min-width: 56.25em) {
  .grid-y.xmedium-grid-frame {
    width: auto;
    overflow: hidden;
    position: relative;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    height: 100vh;
  }
}
@media print, screen and (min-width: 64em) {
  .grid-y.large-grid-frame {
    width: auto;
    overflow: hidden;
    position: relative;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    height: 100vh;
  }
}
@media screen and (min-width: 75em) {
  .grid-y.xlarge-grid-frame {
    width: auto;
    overflow: hidden;
    position: relative;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    height: 100vh;
  }
}
@media screen and (min-width: 90em) {
  .grid-y.xxlarge-grid-frame {
    width: auto;
    overflow: hidden;
    position: relative;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    height: 100vh;
  }
}

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

.grid-margin-y {
  margin-top: -0.625rem;
  margin-bottom: -0.625rem;
}
@media print, screen and (min-width: 40em) {
  .grid-margin-y {
    margin-top: -0.9375rem;
    margin-bottom: -0.9375rem;
  }
}
.grid-margin-y > .cell {
  height: calc(100% - 1.25rem);
  margin-top: 0.625rem;
  margin-bottom: 0.625rem;
}
@media print, screen and (min-width: 40em) {
  .grid-margin-y > .cell {
    height: calc(100% - 1.875rem);
    margin-top: 0.9375rem;
    margin-bottom: 0.9375rem;
  }
}
.grid-margin-y > .auto {
  height: auto;
}
.grid-margin-y > .shrink {
  height: auto;
}
.grid-margin-y > .small-1 {
  height: calc(6.25% - 1.25rem);
}
.grid-margin-y > .small-2 {
  height: calc(12.5% - 1.25rem);
}
.grid-margin-y > .small-3 {
  height: calc(18.75% - 1.25rem);
}
.grid-margin-y > .small-4 {
  height: calc(25% - 1.25rem);
}
.grid-margin-y > .small-5 {
  height: calc(31.25% - 1.25rem);
}
.grid-margin-y > .small-6 {
  height: calc(37.5% - 1.25rem);
}
.grid-margin-y > .small-7 {
  height: calc(43.75% - 1.25rem);
}
.grid-margin-y > .small-8 {
  height: calc(50% - 1.25rem);
}
.grid-margin-y > .small-9 {
  height: calc(56.25% - 1.25rem);
}
.grid-margin-y > .small-10 {
  height: calc(62.5% - 1.25rem);
}
.grid-margin-y > .small-11 {
  height: calc(68.75% - 1.25rem);
}
.grid-margin-y > .small-12 {
  height: calc(75% - 1.25rem);
}
.grid-margin-y > .small-13 {
  height: calc(81.25% - 1.25rem);
}
.grid-margin-y > .small-14 {
  height: calc(87.5% - 1.25rem);
}
.grid-margin-y > .small-15 {
  height: calc(93.75% - 1.25rem);
}
.grid-margin-y > .small-16 {
  height: calc(100% - 1.25rem);
}
@media print, screen and (min-width: 26.25em) {
  .grid-margin-y > .xsmall-auto {
    height: auto;
  }
  .grid-margin-y > .xsmall-shrink {
    height: auto;
  }
  .grid-margin-y > .xsmall-1 {
    height: calc(6.25% - 1.25rem);
  }
  .grid-margin-y > .xsmall-2 {
    height: calc(12.5% - 1.25rem);
  }
  .grid-margin-y > .xsmall-3 {
    height: calc(18.75% - 1.25rem);
  }
  .grid-margin-y > .xsmall-4 {
    height: calc(25% - 1.25rem);
  }
  .grid-margin-y > .xsmall-5 {
    height: calc(31.25% - 1.25rem);
  }
  .grid-margin-y > .xsmall-6 {
    height: calc(37.5% - 1.25rem);
  }
  .grid-margin-y > .xsmall-7 {
    height: calc(43.75% - 1.25rem);
  }
  .grid-margin-y > .xsmall-8 {
    height: calc(50% - 1.25rem);
  }
  .grid-margin-y > .xsmall-9 {
    height: calc(56.25% - 1.25rem);
  }
  .grid-margin-y > .xsmall-10 {
    height: calc(62.5% - 1.25rem);
  }
  .grid-margin-y > .xsmall-11 {
    height: calc(68.75% - 1.25rem);
  }
  .grid-margin-y > .xsmall-12 {
    height: calc(75% - 1.25rem);
  }
  .grid-margin-y > .xsmall-13 {
    height: calc(81.25% - 1.25rem);
  }
  .grid-margin-y > .xsmall-14 {
    height: calc(87.5% - 1.25rem);
  }
  .grid-margin-y > .xsmall-15 {
    height: calc(93.75% - 1.25rem);
  }
  .grid-margin-y > .xsmall-16 {
    height: calc(100% - 1.25rem);
  }
}
@media print, screen and (min-width: 40em) {
  .grid-margin-y > .auto {
    height: auto;
  }
  .grid-margin-y > .shrink {
    height: auto;
  }
  .grid-margin-y > .small-1 {
    height: calc(6.25% - 1.875rem);
  }
  .grid-margin-y > .small-2 {
    height: calc(12.5% - 1.875rem);
  }
  .grid-margin-y > .small-3 {
    height: calc(18.75% - 1.875rem);
  }
  .grid-margin-y > .small-4 {
    height: calc(25% - 1.875rem);
  }
  .grid-margin-y > .small-5 {
    height: calc(31.25% - 1.875rem);
  }
  .grid-margin-y > .small-6 {
    height: calc(37.5% - 1.875rem);
  }
  .grid-margin-y > .small-7 {
    height: calc(43.75% - 1.875rem);
  }
  .grid-margin-y > .small-8 {
    height: calc(50% - 1.875rem);
  }
  .grid-margin-y > .small-9 {
    height: calc(56.25% - 1.875rem);
  }
  .grid-margin-y > .small-10 {
    height: calc(62.5% - 1.875rem);
  }
  .grid-margin-y > .small-11 {
    height: calc(68.75% - 1.875rem);
  }
  .grid-margin-y > .small-12 {
    height: calc(75% - 1.875rem);
  }
  .grid-margin-y > .small-13 {
    height: calc(81.25% - 1.875rem);
  }
  .grid-margin-y > .small-14 {
    height: calc(87.5% - 1.875rem);
  }
  .grid-margin-y > .small-15 {
    height: calc(93.75% - 1.875rem);
  }
  .grid-margin-y > .small-16 {
    height: calc(100% - 1.875rem);
  }
  .grid-margin-y > .xsmall-auto {
    height: auto;
  }
  .grid-margin-y > .xsmall-shrink {
    height: auto;
  }
  .grid-margin-y > .xsmall-1 {
    height: calc(6.25% - 1.875rem);
  }
  .grid-margin-y > .xsmall-2 {
    height: calc(12.5% - 1.875rem);
  }
  .grid-margin-y > .xsmall-3 {
    height: calc(18.75% - 1.875rem);
  }
  .grid-margin-y > .xsmall-4 {
    height: calc(25% - 1.875rem);
  }
  .grid-margin-y > .xsmall-5 {
    height: calc(31.25% - 1.875rem);
  }
  .grid-margin-y > .xsmall-6 {
    height: calc(37.5% - 1.875rem);
  }
  .grid-margin-y > .xsmall-7 {
    height: calc(43.75% - 1.875rem);
  }
  .grid-margin-y > .xsmall-8 {
    height: calc(50% - 1.875rem);
  }
  .grid-margin-y > .xsmall-9 {
    height: calc(56.25% - 1.875rem);
  }
  .grid-margin-y > .xsmall-10 {
    height: calc(62.5% - 1.875rem);
  }
  .grid-margin-y > .xsmall-11 {
    height: calc(68.75% - 1.875rem);
  }
  .grid-margin-y > .xsmall-12 {
    height: calc(75% - 1.875rem);
  }
  .grid-margin-y > .xsmall-13 {
    height: calc(81.25% - 1.875rem);
  }
  .grid-margin-y > .xsmall-14 {
    height: calc(87.5% - 1.875rem);
  }
  .grid-margin-y > .xsmall-15 {
    height: calc(93.75% - 1.875rem);
  }
  .grid-margin-y > .xsmall-16 {
    height: calc(100% - 1.875rem);
  }
  .grid-margin-y > .medium-auto {
    height: auto;
  }
  .grid-margin-y > .medium-shrink {
    height: auto;
  }
  .grid-margin-y > .medium-1 {
    height: calc(6.25% - 1.875rem);
  }
  .grid-margin-y > .medium-2 {
    height: calc(12.5% - 1.875rem);
  }
  .grid-margin-y > .medium-3 {
    height: calc(18.75% - 1.875rem);
  }
  .grid-margin-y > .medium-4 {
    height: calc(25% - 1.875rem);
  }
  .grid-margin-y > .medium-5 {
    height: calc(31.25% - 1.875rem);
  }
  .grid-margin-y > .medium-6 {
    height: calc(37.5% - 1.875rem);
  }
  .grid-margin-y > .medium-7 {
    height: calc(43.75% - 1.875rem);
  }
  .grid-margin-y > .medium-8 {
    height: calc(50% - 1.875rem);
  }
  .grid-margin-y > .medium-9 {
    height: calc(56.25% - 1.875rem);
  }
  .grid-margin-y > .medium-10 {
    height: calc(62.5% - 1.875rem);
  }
  .grid-margin-y > .medium-11 {
    height: calc(68.75% - 1.875rem);
  }
  .grid-margin-y > .medium-12 {
    height: calc(75% - 1.875rem);
  }
  .grid-margin-y > .medium-13 {
    height: calc(81.25% - 1.875rem);
  }
  .grid-margin-y > .medium-14 {
    height: calc(87.5% - 1.875rem);
  }
  .grid-margin-y > .medium-15 {
    height: calc(93.75% - 1.875rem);
  }
  .grid-margin-y > .medium-16 {
    height: calc(100% - 1.875rem);
  }
}
@media print, screen and (min-width: 56.25em) {
  .grid-margin-y > .xmedium-auto {
    height: auto;
  }
  .grid-margin-y > .xmedium-shrink {
    height: auto;
  }
  .grid-margin-y > .xmedium-1 {
    height: calc(6.25% - 1.875rem);
  }
  .grid-margin-y > .xmedium-2 {
    height: calc(12.5% - 1.875rem);
  }
  .grid-margin-y > .xmedium-3 {
    height: calc(18.75% - 1.875rem);
  }
  .grid-margin-y > .xmedium-4 {
    height: calc(25% - 1.875rem);
  }
  .grid-margin-y > .xmedium-5 {
    height: calc(31.25% - 1.875rem);
  }
  .grid-margin-y > .xmedium-6 {
    height: calc(37.5% - 1.875rem);
  }
  .grid-margin-y > .xmedium-7 {
    height: calc(43.75% - 1.875rem);
  }
  .grid-margin-y > .xmedium-8 {
    height: calc(50% - 1.875rem);
  }
  .grid-margin-y > .xmedium-9 {
    height: calc(56.25% - 1.875rem);
  }
  .grid-margin-y > .xmedium-10 {
    height: calc(62.5% - 1.875rem);
  }
  .grid-margin-y > .xmedium-11 {
    height: calc(68.75% - 1.875rem);
  }
  .grid-margin-y > .xmedium-12 {
    height: calc(75% - 1.875rem);
  }
  .grid-margin-y > .xmedium-13 {
    height: calc(81.25% - 1.875rem);
  }
  .grid-margin-y > .xmedium-14 {
    height: calc(87.5% - 1.875rem);
  }
  .grid-margin-y > .xmedium-15 {
    height: calc(93.75% - 1.875rem);
  }
  .grid-margin-y > .xmedium-16 {
    height: calc(100% - 1.875rem);
  }
}
@media print, screen and (min-width: 64em) {
  .grid-margin-y > .large-auto {
    height: auto;
  }
  .grid-margin-y > .large-shrink {
    height: auto;
  }
  .grid-margin-y > .large-1 {
    height: calc(6.25% - 1.875rem);
  }
  .grid-margin-y > .large-2 {
    height: calc(12.5% - 1.875rem);
  }
  .grid-margin-y > .large-3 {
    height: calc(18.75% - 1.875rem);
  }
  .grid-margin-y > .large-4 {
    height: calc(25% - 1.875rem);
  }
  .grid-margin-y > .large-5 {
    height: calc(31.25% - 1.875rem);
  }
  .grid-margin-y > .large-6 {
    height: calc(37.5% - 1.875rem);
  }
  .grid-margin-y > .large-7 {
    height: calc(43.75% - 1.875rem);
  }
  .grid-margin-y > .large-8 {
    height: calc(50% - 1.875rem);
  }
  .grid-margin-y > .large-9 {
    height: calc(56.25% - 1.875rem);
  }
  .grid-margin-y > .large-10 {
    height: calc(62.5% - 1.875rem);
  }
  .grid-margin-y > .large-11 {
    height: calc(68.75% - 1.875rem);
  }
  .grid-margin-y > .large-12 {
    height: calc(75% - 1.875rem);
  }
  .grid-margin-y > .large-13 {
    height: calc(81.25% - 1.875rem);
  }
  .grid-margin-y > .large-14 {
    height: calc(87.5% - 1.875rem);
  }
  .grid-margin-y > .large-15 {
    height: calc(93.75% - 1.875rem);
  }
  .grid-margin-y > .large-16 {
    height: calc(100% - 1.875rem);
  }
}
@media screen and (min-width: 75em) {
  .grid-margin-y > .xlarge-auto {
    height: auto;
  }
  .grid-margin-y > .xlarge-shrink {
    height: auto;
  }
  .grid-margin-y > .xlarge-1 {
    height: calc(6.25% - 1.875rem);
  }
  .grid-margin-y > .xlarge-2 {
    height: calc(12.5% - 1.875rem);
  }
  .grid-margin-y > .xlarge-3 {
    height: calc(18.75% - 1.875rem);
  }
  .grid-margin-y > .xlarge-4 {
    height: calc(25% - 1.875rem);
  }
  .grid-margin-y > .xlarge-5 {
    height: calc(31.25% - 1.875rem);
  }
  .grid-margin-y > .xlarge-6 {
    height: calc(37.5% - 1.875rem);
  }
  .grid-margin-y > .xlarge-7 {
    height: calc(43.75% - 1.875rem);
  }
  .grid-margin-y > .xlarge-8 {
    height: calc(50% - 1.875rem);
  }
  .grid-margin-y > .xlarge-9 {
    height: calc(56.25% - 1.875rem);
  }
  .grid-margin-y > .xlarge-10 {
    height: calc(62.5% - 1.875rem);
  }
  .grid-margin-y > .xlarge-11 {
    height: calc(68.75% - 1.875rem);
  }
  .grid-margin-y > .xlarge-12 {
    height: calc(75% - 1.875rem);
  }
  .grid-margin-y > .xlarge-13 {
    height: calc(81.25% - 1.875rem);
  }
  .grid-margin-y > .xlarge-14 {
    height: calc(87.5% - 1.875rem);
  }
  .grid-margin-y > .xlarge-15 {
    height: calc(93.75% - 1.875rem);
  }
  .grid-margin-y > .xlarge-16 {
    height: calc(100% - 1.875rem);
  }
}
@media screen and (min-width: 90em) {
  .grid-margin-y > .xxlarge-auto {
    height: auto;
  }
  .grid-margin-y > .xxlarge-shrink {
    height: auto;
  }
  .grid-margin-y > .xxlarge-1 {
    height: calc(6.25% - 1.875rem);
  }
  .grid-margin-y > .xxlarge-2 {
    height: calc(12.5% - 1.875rem);
  }
  .grid-margin-y > .xxlarge-3 {
    height: calc(18.75% - 1.875rem);
  }
  .grid-margin-y > .xxlarge-4 {
    height: calc(25% - 1.875rem);
  }
  .grid-margin-y > .xxlarge-5 {
    height: calc(31.25% - 1.875rem);
  }
  .grid-margin-y > .xxlarge-6 {
    height: calc(37.5% - 1.875rem);
  }
  .grid-margin-y > .xxlarge-7 {
    height: calc(43.75% - 1.875rem);
  }
  .grid-margin-y > .xxlarge-8 {
    height: calc(50% - 1.875rem);
  }
  .grid-margin-y > .xxlarge-9 {
    height: calc(56.25% - 1.875rem);
  }
  .grid-margin-y > .xxlarge-10 {
    height: calc(62.5% - 1.875rem);
  }
  .grid-margin-y > .xxlarge-11 {
    height: calc(68.75% - 1.875rem);
  }
  .grid-margin-y > .xxlarge-12 {
    height: calc(75% - 1.875rem);
  }
  .grid-margin-y > .xxlarge-13 {
    height: calc(81.25% - 1.875rem);
  }
  .grid-margin-y > .xxlarge-14 {
    height: calc(87.5% - 1.875rem);
  }
  .grid-margin-y > .xxlarge-15 {
    height: calc(93.75% - 1.875rem);
  }
  .grid-margin-y > .xxlarge-16 {
    height: calc(100% - 1.875rem);
  }
}

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

@media print, screen and (min-width: 26.25em) {
  .grid-margin-y.xsmall-grid-frame {
    height: calc(100vh + 1.25rem);
  }
}
@media print, screen and (min-width: 40em) {
  .grid-margin-y.medium-grid-frame {
    height: calc(100vh + 1.875rem);
  }
}
@media print, screen and (min-width: 56.25em) {
  .grid-margin-y.xmedium-grid-frame {
    height: calc(100vh + 1.875rem);
  }
}
@media print, screen and (min-width: 64em) {
  .grid-margin-y.large-grid-frame {
    height: calc(100vh + 1.875rem);
  }
}
@media screen and (min-width: 75em) {
  .grid-margin-y.xlarge-grid-frame {
    height: calc(100vh + 1.875rem);
  }
}
@media screen and (min-width: 90em) {
  .grid-margin-y.xxlarge-grid-frame {
    height: calc(100vh + 1.875rem);
  }
}
.button {
  display: inline-block;
  vertical-align: middle;
  margin: 0 0 1rem 0;
  padding: 0.85em 1em;
  border: 1px solid transparent;
  border-radius: 0;
  -webkit-transition: background-color 0.25s ease-out, color 0.25s ease-out;
  transition: background-color 0.25s ease-out, color 0.25s ease-out;
  font-family: inherit;
  font-size: 0.9rem;
  -webkit-appearance: none;
  line-height: 1;
  text-align: center;
  cursor: pointer;
}
[data-whatinput=mouse] .button {
  outline: 0;
}
.button.tiny {
  font-size: 0.6rem;
}
.button.small {
  font-size: 0.75rem;
}
.button.large {
  font-size: 1.25rem;
}
.button.expanded {
  display: block;
  width: 100%;
  margin-right: 0;
  margin-left: 0;
}
.button, .button.disabled, .button[disabled], .button.disabled:hover, .button[disabled]:hover, .button.disabled:focus, .button[disabled]:focus {
  background-color: #990000;
  color: #fefefe;
}
.button:hover, .button:focus {
  background-color: #820000;
  color: #fefefe;
}
.button.primary, .button.primary.disabled, .button.primary[disabled], .button.primary.disabled:hover, .button.primary[disabled]:hover, .button.primary.disabled:focus, .button.primary[disabled]:focus {
  background-color: #990000;
  color: #fefefe;
}
.button.primary:hover, .button.primary:focus {
  background-color: #7a0000;
  color: #fefefe;
}
.button.secondary, .button.secondary.disabled, .button.secondary[disabled], .button.secondary.disabled:hover, .button.secondary[disabled]:hover, .button.secondary.disabled:focus, .button.secondary[disabled]:focus {
  background-color: #011F5B;
  color: #fefefe;
}
.button.secondary:hover, .button.secondary:focus {
  background-color: #011949;
  color: #fefefe;
}
.button.success, .button.success.disabled, .button.success[disabled], .button.success.disabled:hover, .button.success[disabled]:hover, .button.success.disabled:focus, .button.success[disabled]:focus {
  background-color: #3adb76;
  color: #0a0a0a;
}
.button.success:hover, .button.success:focus {
  background-color: #22bb5b;
  color: #0a0a0a;
}
.button.warning, .button.warning.disabled, .button.warning[disabled], .button.warning.disabled:hover, .button.warning[disabled]:hover, .button.warning.disabled:focus, .button.warning[disabled]:focus {
  background-color: #ffae00;
  color: #0a0a0a;
}
.button.warning:hover, .button.warning:focus {
  background-color: #cc8b00;
  color: #0a0a0a;
}
.button.alert, .button.alert.disabled, .button.alert[disabled], .button.alert.disabled:hover, .button.alert[disabled]:hover, .button.alert.disabled:focus, .button.alert[disabled]:focus {
  background-color: #cc4b37;
  color: #fefefe;
}
.button.alert:hover, .button.alert:focus {
  background-color: #a53b2a;
  color: #fefefe;
}
.button.hollow, .button.hollow:hover, .button.hollow:focus, .button.hollow.disabled, .button.hollow.disabled:hover, .button.hollow.disabled:focus, .button.hollow[disabled], .button.hollow[disabled]:hover, .button.hollow[disabled]:focus {
  background-color: transparent;
}
.button.hollow, .button.hollow.disabled, .button.hollow[disabled], .button.hollow.disabled:hover, .button.hollow[disabled]:hover, .button.hollow.disabled:focus, .button.hollow[disabled]:focus {
  border: 1px solid #990000;
  color: #990000;
}
.button.hollow:hover, .button.hollow:focus {
  border-color: #4d0000;
  color: #4d0000;
}
.button.hollow.primary, .button.hollow.primary.disabled, .button.hollow.primary[disabled], .button.hollow.primary.disabled:hover, .button.hollow.primary[disabled]:hover, .button.hollow.primary.disabled:focus, .button.hollow.primary[disabled]:focus {
  border: 1px solid #990000;
  color: #990000;
}
.button.hollow.primary:hover, .button.hollow.primary:focus {
  border-color: #4d0000;
  color: #4d0000;
}
.button.hollow.secondary, .button.hollow.secondary.disabled, .button.hollow.secondary[disabled], .button.hollow.secondary.disabled:hover, .button.hollow.secondary[disabled]:hover, .button.hollow.secondary.disabled:focus, .button.hollow.secondary[disabled]:focus {
  border: 1px solid #011F5B;
  color: #011F5B;
}
.button.hollow.secondary:hover, .button.hollow.secondary:focus {
  border-color: #01102e;
  color: #01102e;
}
.button.hollow.success, .button.hollow.success.disabled, .button.hollow.success[disabled], .button.hollow.success.disabled:hover, .button.hollow.success[disabled]:hover, .button.hollow.success.disabled:focus, .button.hollow.success[disabled]:focus {
  border: 1px solid #3adb76;
  color: #3adb76;
}
.button.hollow.success:hover, .button.hollow.success:focus {
  border-color: #157539;
  color: #157539;
}
.button.hollow.warning, .button.hollow.warning.disabled, .button.hollow.warning[disabled], .button.hollow.warning.disabled:hover, .button.hollow.warning[disabled]:hover, .button.hollow.warning.disabled:focus, .button.hollow.warning[disabled]:focus {
  border: 1px solid #ffae00;
  color: #ffae00;
}
.button.hollow.warning:hover, .button.hollow.warning:focus {
  border-color: #805700;
  color: #805700;
}
.button.hollow.alert, .button.hollow.alert.disabled, .button.hollow.alert[disabled], .button.hollow.alert.disabled:hover, .button.hollow.alert[disabled]:hover, .button.hollow.alert.disabled:focus, .button.hollow.alert[disabled]:focus {
  border: 1px solid #cc4b37;
  color: #cc4b37;
}
.button.hollow.alert:hover, .button.hollow.alert:focus {
  border-color: #67251a;
  color: #67251a;
}
.button.clear, .button.clear:hover, .button.clear:focus, .button.clear.disabled, .button.clear.disabled:hover, .button.clear.disabled:focus, .button.clear[disabled], .button.clear[disabled]:hover, .button.clear[disabled]:focus {
  border-color: transparent;
  background-color: transparent;
}
.button.clear, .button.clear.disabled, .button.clear[disabled], .button.clear.disabled:hover, .button.clear[disabled]:hover, .button.clear.disabled:focus, .button.clear[disabled]:focus {
  color: #990000;
}
.button.clear:hover, .button.clear:focus {
  color: #4d0000;
}
.button.clear.primary, .button.clear.primary.disabled, .button.clear.primary[disabled], .button.clear.primary.disabled:hover, .button.clear.primary[disabled]:hover, .button.clear.primary.disabled:focus, .button.clear.primary[disabled]:focus {
  color: #990000;
}
.button.clear.primary:hover, .button.clear.primary:focus {
  color: #4d0000;
}
.button.clear.secondary, .button.clear.secondary.disabled, .button.clear.secondary[disabled], .button.clear.secondary.disabled:hover, .button.clear.secondary[disabled]:hover, .button.clear.secondary.disabled:focus, .button.clear.secondary[disabled]:focus {
  color: #011F5B;
}
.button.clear.secondary:hover, .button.clear.secondary:focus {
  color: #01102e;
}
.button.clear.success, .button.clear.success.disabled, .button.clear.success[disabled], .button.clear.success.disabled:hover, .button.clear.success[disabled]:hover, .button.clear.success.disabled:focus, .button.clear.success[disabled]:focus {
  color: #3adb76;
}
.button.clear.success:hover, .button.clear.success:focus {
  color: #157539;
}
.button.clear.warning, .button.clear.warning.disabled, .button.clear.warning[disabled], .button.clear.warning.disabled:hover, .button.clear.warning[disabled]:hover, .button.clear.warning.disabled:focus, .button.clear.warning[disabled]:focus {
  color: #ffae00;
}
.button.clear.warning:hover, .button.clear.warning:focus {
  color: #805700;
}
.button.clear.alert, .button.clear.alert.disabled, .button.clear.alert[disabled], .button.clear.alert.disabled:hover, .button.clear.alert[disabled]:hover, .button.clear.alert.disabled:focus, .button.clear.alert[disabled]:focus {
  color: #cc4b37;
}
.button.clear.alert:hover, .button.clear.alert:focus {
  color: #67251a;
}
.button.disabled, .button[disabled] {
  opacity: 0.25;
  cursor: not-allowed;
}
.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, .button.dropdown.clear::after {
  border-top-color: #990000;
}
.button.dropdown.hollow.primary::after, .button.dropdown.clear.primary::after {
  border-top-color: #990000;
}
.button.dropdown.hollow.secondary::after, .button.dropdown.clear.secondary::after {
  border-top-color: #011F5B;
}
.button.dropdown.hollow.success::after, .button.dropdown.clear.success::after {
  border-top-color: #3adb76;
}
.button.dropdown.hollow.warning::after, .button.dropdown.clear.warning::after {
  border-top-color: #ffae00;
}
.button.dropdown.hollow.alert::after, .button.dropdown.clear.alert::after {
  border-top-color: #cc4b37;
}
.button.arrow-only::after {
  top: -0.1em;
  float: none;
  margin-left: 0;
}

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

.close-button {
  position: absolute;
  z-index: 10;
  color: #8a8a8a;
  cursor: pointer;
}
[data-whatinput=mouse] .close-button {
  outline: 0;
}
.close-button:hover, .close-button:focus {
  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;
}

table {
  border-collapse: collapse;
  width: 100%;
  margin-bottom: 1rem;
  border-radius: 0;
}
thead,
tbody,
tfoot {
  border: 1px solid #f1f1f1;
  background-color: #fefefe;
}

caption {
  padding: 0.5rem 0.625rem 0.625rem;
  font-weight: bold;
}

thead {
  background: #f8f8f8;
  color: #0a0a0a;
}

tfoot {
  background: #f1f1f1;
  color: #0a0a0a;
}

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

tbody th,
tbody td {
  padding: 0.5rem 0.625rem 0.625rem;
}

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

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

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

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

table.hover thead tr:hover {
  background-color: #f3f3f3;
}
table.hover tfoot tr:hover {
  background-color: #ececec;
}
table.hover tbody tr:hover {
  background-color: #f9f9f9;
}
table.hover:not(.unstriped) tr:nth-of-type(even):hover {
  background-color: #ececec;
}

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

.dropdown-pane {
  position: absolute;
  z-index: 10;
  display: none;
  width: 300px;
  padding: 1rem;
  visibility: hidden;
  border: 1px solid #cacaca;
  border-radius: 0;
  background-color: #fefefe;
  font-size: 1rem;
}
.dropdown-pane.is-opening {
  display: block;
}
.dropdown-pane.is-open {
  display: block;
  visibility: visible;
}

.dropdown-pane.tiny {
  width: 100px;
}

.dropdown-pane.small {
  width: 200px;
}

.dropdown-pane.large {
  width: 400px;
}

.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 0 0 0;
}
.accordion-item:last-child > :last-child {
  border-radius: 0 0 0 0;
}

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

.accordion-content {
  display: none;
  padding: 1rem;
  border: 1px solid #e6e6e6;
  border-bottom: 0;
  background-color: #fefefe;
  color: #0a0a0a;
}
:last-child > .accordion-content:last-child {
  border-bottom: 1px solid #e6e6e6;
}

.responsive-embed,
.flex-video {
  position: relative;
  height: 0;
  margin-bottom: 1rem;
  padding-bottom: 75%;
  overflow: hidden;
}
.responsive-embed iframe,
.responsive-embed object,
.responsive-embed embed,
.responsive-embed video,
.flex-video iframe,
.flex-video object,
.flex-video embed,
.flex-video video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.responsive-embed.widescreen,
.flex-video.widescreen {
  padding-bottom: 56.25%;
}

.tabs {
  margin: 0;
  border: 1px solid #e6e6e6;
  background: #fefefe;
  list-style-type: none;
}
.tabs::before, .tabs::after {
  display: table;
  content: " ";
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  -webkit-box-ordinal-group: 2;
      -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: transparent;
}

.tabs.primary {
  background: #990000;
}
.tabs.primary > li > a {
  color: #fefefe;
}
.tabs.primary > li > a:hover, .tabs.primary > li > a:focus {
  background: #ab0000;
}

.tabs-title {
  float: left;
}
.tabs-title > a {
  display: block;
  padding: 1.25rem 1.5rem;
  font-size: 0.75rem;
  line-height: 1;
  color: #990000;
}
[data-whatinput=mouse] .tabs-title > a {
  outline: 0;
}
.tabs-title > a:hover {
  background: #fefefe;
  color: #840000;
}
.tabs-title > a:focus, .tabs-title > a[aria-selected=true] {
  background: #e6e6e6;
  color: #990000;
}

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

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

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

.menu {
  padding: 0;
  margin: 0;
  list-style: none;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
[data-whatinput=mouse] .menu li {
  outline: 0;
}
.menu a,
.menu .button {
  line-height: 1;
  text-decoration: none;
  display: block;
  padding: 0.7rem 1rem;
}
.menu input,
.menu select,
.menu a,
.menu button {
  margin-bottom: 0;
}
.menu input {
  display: inline-block;
}
.menu, .menu.horizontal {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.menu.vertical {
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.menu.expanded li {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0px;
          flex: 1 1 0px;
}
.menu.simple {
  -webkit-box-align: 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: 26.25em) {
  .menu.xsmall-horizontal {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .menu.xsmall-vertical {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .menu.xsmall-expanded li {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 0px;
            flex: 1 1 0px;
  }
  .menu.xsmall-simple li {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 0px;
            flex: 1 1 0px;
  }
}
@media print, screen and (min-width: 40em) {
  .menu.medium-horizontal {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .menu.medium-vertical {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .menu.medium-expanded li {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 0px;
            flex: 1 1 0px;
  }
  .menu.medium-simple li {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 0px;
            flex: 1 1 0px;
  }
}
@media print, screen and (min-width: 56.25em) {
  .menu.xmedium-horizontal {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .menu.xmedium-vertical {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .menu.xmedium-expanded li {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 0px;
            flex: 1 1 0px;
  }
  .menu.xmedium-simple li {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 0px;
            flex: 1 1 0px;
  }
}
@media print, screen and (min-width: 64em) {
  .menu.large-horizontal {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .menu.large-vertical {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .menu.large-expanded li {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 0px;
            flex: 1 1 0px;
  }
  .menu.large-simple li {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 0px;
            flex: 1 1 0px;
  }
}
@media screen and (min-width: 75em) {
  .menu.xlarge-horizontal {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .menu.xlarge-vertical {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .menu.xlarge-expanded li {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 0px;
            flex: 1 1 0px;
  }
  .menu.xlarge-simple li {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 0px;
            flex: 1 1 0px;
  }
}
@media screen and (min-width: 90em) {
  .menu.xxlarge-horizontal {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .menu.xxlarge-vertical {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .menu.xxlarge-expanded li {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 0px;
            flex: 1 1 0px;
  }
  .menu.xxlarge-simple li {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 0px;
            flex: 1 1 0px;
  }
}
.menu.nested {
  margin-right: 0;
  margin-left: 1rem;
}
.menu.icons a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.menu.icon-top a, .menu.icon-right a, .menu.icon-bottom a, .menu.icon-left a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.menu.icon-left li a {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
}
.menu.icon-left li a img,
.menu.icon-left li a i,
.menu.icon-left li a svg {
  margin-right: 0.25rem;
}
.menu.icon-right li a {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
}
.menu.icon-right li a img,
.menu.icon-right li a i,
.menu.icon-right li a svg {
  margin-left: 0.25rem;
}
.menu.icon-top li a {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
}
.menu.icon-top li a img,
.menu.icon-top li a i,
.menu.icon-top li a svg {
  -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-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
}
.menu.icon-bottom li a img,
.menu.icon-bottom li a i,
.menu.icon-bottom li a svg {
  -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: #990000;
  color: #fefefe;
}
.menu .active > a {
  background: #990000;
  color: #fefefe;
}
.menu.align-left {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.menu.align-right li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.menu.align-right li .submenu li {
  -webkit-box-pack: 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-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.menu.align-center li .submenu li {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.menu .menu-text {
  padding: 0.7rem 1rem;
  font-weight: bold;
  line-height: 1;
  color: inherit;
}

.menu-centered > .menu {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.menu-centered > .menu li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.menu-centered > .menu li .submenu li {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.no-js [data-responsive-menu] ul {
  display: none;
}

.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 > li.is-dropdown-submenu-parent > a {
  position: relative;
  padding-right: 1.5rem;
}
.dropdown.menu > li.is-dropdown-submenu-parent > a::after {
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  content: "";
  border-bottom-width: 0;
  border-top-style: solid;
  border-color: #990000 transparent transparent;
  right: 5px;
  left: auto;
  margin-top: -3px;
}
[data-whatinput=mouse] .dropdown.menu a {
  outline: 0;
}
.dropdown.menu > li > a {
  padding: 0.7rem 1rem;
}
.dropdown.menu > li.is-active > a {
  background: transparent;
  color: #990000;
}
.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 {
  top: 0;
  right: 100%;
  left: auto;
}
.dropdown.menu.vertical > li.opens-right > .is-dropdown-submenu {
  right: auto;
  left: 100%;
}
.dropdown.menu.vertical > li > a::after {
  right: 14px;
}
.dropdown.menu.vertical > li.opens-left > a::after {
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  content: "";
  border-left-width: 0;
  border-right-style: solid;
  border-color: transparent #990000 transparent transparent;
  right: auto;
  left: 5px;
}
.dropdown.menu.vertical > li.opens-right > a::after {
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  content: "";
  border-right-width: 0;
  border-left-style: solid;
  border-color: transparent transparent transparent #990000;
}
@media print, screen and (min-width: 26.25em) {
  .dropdown.menu.xsmall-horizontal > li.opens-left > .is-dropdown-submenu {
    top: 100%;
    right: 0;
    left: auto;
  }
  .dropdown.menu.xsmall-horizontal > li.opens-right > .is-dropdown-submenu {
    top: 100%;
    right: auto;
    left: 0;
  }
  .dropdown.menu.xsmall-horizontal > li.is-dropdown-submenu-parent > a {
    position: relative;
    padding-right: 1.5rem;
  }
  .dropdown.menu.xsmall-horizontal > li.is-dropdown-submenu-parent > a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: "";
    border-bottom-width: 0;
    border-top-style: solid;
    border-color: #990000 transparent transparent;
    right: 5px;
    left: auto;
    margin-top: -3px;
  }
  .dropdown.menu.xsmall-vertical > li .is-dropdown-submenu {
    top: 0;
  }
  .dropdown.menu.xsmall-vertical > li.opens-left > .is-dropdown-submenu {
    top: 0;
    right: 100%;
    left: auto;
  }
  .dropdown.menu.xsmall-vertical > li.opens-right > .is-dropdown-submenu {
    right: auto;
    left: 100%;
  }
  .dropdown.menu.xsmall-vertical > li > a::after {
    right: 14px;
  }
  .dropdown.menu.xsmall-vertical > li.opens-left > a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: "";
    border-left-width: 0;
    border-right-style: solid;
    border-color: transparent #990000 transparent transparent;
    right: auto;
    left: 5px;
  }
  .dropdown.menu.xsmall-vertical > li.opens-right > a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: "";
    border-right-width: 0;
    border-left-style: solid;
    border-color: transparent transparent transparent #990000;
  }
}
@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-horizontal > li.is-dropdown-submenu-parent > a {
    position: relative;
    padding-right: 1.5rem;
  }
  .dropdown.menu.medium-horizontal > li.is-dropdown-submenu-parent > a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: "";
    border-bottom-width: 0;
    border-top-style: solid;
    border-color: #990000 transparent transparent;
    right: 5px;
    left: auto;
    margin-top: -3px;
  }
  .dropdown.menu.medium-vertical > li .is-dropdown-submenu {
    top: 0;
  }
  .dropdown.menu.medium-vertical > li.opens-left > .is-dropdown-submenu {
    top: 0;
    right: 100%;
    left: auto;
  }
  .dropdown.menu.medium-vertical > li.opens-right > .is-dropdown-submenu {
    right: auto;
    left: 100%;
  }
  .dropdown.menu.medium-vertical > li > a::after {
    right: 14px;
  }
  .dropdown.menu.medium-vertical > li.opens-left > a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: "";
    border-left-width: 0;
    border-right-style: solid;
    border-color: transparent #990000 transparent transparent;
    right: auto;
    left: 5px;
  }
  .dropdown.menu.medium-vertical > li.opens-right > a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: "";
    border-right-width: 0;
    border-left-style: solid;
    border-color: transparent transparent transparent #990000;
  }
}
@media print, screen and (min-width: 56.25em) {
  .dropdown.menu.xmedium-horizontal > li.opens-left > .is-dropdown-submenu {
    top: 100%;
    right: 0;
    left: auto;
  }
  .dropdown.menu.xmedium-horizontal > li.opens-right > .is-dropdown-submenu {
    top: 100%;
    right: auto;
    left: 0;
  }
  .dropdown.menu.xmedium-horizontal > li.is-dropdown-submenu-parent > a {
    position: relative;
    padding-right: 1.5rem;
  }
  .dropdown.menu.xmedium-horizontal > li.is-dropdown-submenu-parent > a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: "";
    border-bottom-width: 0;
    border-top-style: solid;
    border-color: #990000 transparent transparent;
    right: 5px;
    left: auto;
    margin-top: -3px;
  }
  .dropdown.menu.xmedium-vertical > li .is-dropdown-submenu {
    top: 0;
  }
  .dropdown.menu.xmedium-vertical > li.opens-left > .is-dropdown-submenu {
    top: 0;
    right: 100%;
    left: auto;
  }
  .dropdown.menu.xmedium-vertical > li.opens-right > .is-dropdown-submenu {
    right: auto;
    left: 100%;
  }
  .dropdown.menu.xmedium-vertical > li > a::after {
    right: 14px;
  }
  .dropdown.menu.xmedium-vertical > li.opens-left > a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: "";
    border-left-width: 0;
    border-right-style: solid;
    border-color: transparent #990000 transparent transparent;
    right: auto;
    left: 5px;
  }
  .dropdown.menu.xmedium-vertical > li.opens-right > a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: "";
    border-right-width: 0;
    border-left-style: solid;
    border-color: transparent transparent transparent #990000;
  }
}
@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-horizontal > li.is-dropdown-submenu-parent > a {
    position: relative;
    padding-right: 1.5rem;
  }
  .dropdown.menu.large-horizontal > li.is-dropdown-submenu-parent > a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: "";
    border-bottom-width: 0;
    border-top-style: solid;
    border-color: #990000 transparent transparent;
    right: 5px;
    left: auto;
    margin-top: -3px;
  }
  .dropdown.menu.large-vertical > li .is-dropdown-submenu {
    top: 0;
  }
  .dropdown.menu.large-vertical > li.opens-left > .is-dropdown-submenu {
    top: 0;
    right: 100%;
    left: auto;
  }
  .dropdown.menu.large-vertical > li.opens-right > .is-dropdown-submenu {
    right: auto;
    left: 100%;
  }
  .dropdown.menu.large-vertical > li > a::after {
    right: 14px;
  }
  .dropdown.menu.large-vertical > li.opens-left > a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: "";
    border-left-width: 0;
    border-right-style: solid;
    border-color: transparent #990000 transparent transparent;
    right: auto;
    left: 5px;
  }
  .dropdown.menu.large-vertical > li.opens-right > a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: "";
    border-right-width: 0;
    border-left-style: solid;
    border-color: transparent transparent transparent #990000;
  }
}
@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-horizontal > li.is-dropdown-submenu-parent > a {
    position: relative;
    padding-right: 1.5rem;
  }
  .dropdown.menu.xlarge-horizontal > li.is-dropdown-submenu-parent > a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: "";
    border-bottom-width: 0;
    border-top-style: solid;
    border-color: #990000 transparent transparent;
    right: 5px;
    left: auto;
    margin-top: -3px;
  }
  .dropdown.menu.xlarge-vertical > li .is-dropdown-submenu {
    top: 0;
  }
  .dropdown.menu.xlarge-vertical > li.opens-left > .is-dropdown-submenu {
    top: 0;
    right: 100%;
    left: auto;
  }
  .dropdown.menu.xlarge-vertical > li.opens-right > .is-dropdown-submenu {
    right: auto;
    left: 100%;
  }
  .dropdown.menu.xlarge-vertical > li > a::after {
    right: 14px;
  }
  .dropdown.menu.xlarge-vertical > li.opens-left > a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: "";
    border-left-width: 0;
    border-right-style: solid;
    border-color: transparent #990000 transparent transparent;
    right: auto;
    left: 5px;
  }
  .dropdown.menu.xlarge-vertical > li.opens-right > a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: "";
    border-right-width: 0;
    border-left-style: solid;
    border-color: transparent transparent transparent #990000;
  }
}
@media screen and (min-width: 90em) {
  .dropdown.menu.xxlarge-horizontal > li.opens-left > .is-dropdown-submenu {
    top: 100%;
    right: 0;
    left: auto;
  }
  .dropdown.menu.xxlarge-horizontal > li.opens-right > .is-dropdown-submenu {
    top: 100%;
    right: auto;
    left: 0;
  }
  .dropdown.menu.xxlarge-horizontal > li.is-dropdown-submenu-parent > a {
    position: relative;
    padding-right: 1.5rem;
  }
  .dropdown.menu.xxlarge-horizontal > li.is-dropdown-submenu-parent > a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: "";
    border-bottom-width: 0;
    border-top-style: solid;
    border-color: #990000 transparent transparent;
    right: 5px;
    left: auto;
    margin-top: -3px;
  }
  .dropdown.menu.xxlarge-vertical > li .is-dropdown-submenu {
    top: 0;
  }
  .dropdown.menu.xxlarge-vertical > li.opens-left > .is-dropdown-submenu {
    top: 0;
    right: 100%;
    left: auto;
  }
  .dropdown.menu.xxlarge-vertical > li.opens-right > .is-dropdown-submenu {
    right: auto;
    left: 100%;
  }
  .dropdown.menu.xxlarge-vertical > li > a::after {
    right: 14px;
  }
  .dropdown.menu.xxlarge-vertical > li.opens-left > a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: "";
    border-left-width: 0;
    border-right-style: solid;
    border-color: transparent #990000 transparent transparent;
    right: auto;
    left: 5px;
  }
  .dropdown.menu.xxlarge-vertical > li.opens-right > a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: "";
    border-right-width: 0;
    border-left-style: solid;
    border-color: transparent transparent transparent #990000;
  }
}
.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: -6px;
}
.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: 1px solid #cacaca;
  background: #fefefe;
}
.dropdown .is-dropdown-submenu a {
  padding: 0.7rem 1rem;
}
.is-dropdown-submenu .is-dropdown-submenu-parent > a::after {
  right: 14px;
}
.is-dropdown-submenu .is-dropdown-submenu-parent.opens-left > a::after {
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  content: "";
  border-left-width: 0;
  border-right-style: solid;
  border-color: transparent #990000 transparent transparent;
  right: auto;
  left: 5px;
}
.is-dropdown-submenu .is-dropdown-submenu-parent.opens-right > a::after {
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  content: "";
  border-right-width: 0;
  border-left-style: solid;
  border-color: transparent transparent transparent #990000;
}
.is-dropdown-submenu .is-dropdown-submenu {
  margin-top: -1px;
}
.is-dropdown-submenu > li {
  width: 100%;
}
.is-dropdown-submenu.js-dropdown-active {
  display: block;
}

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

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

.reveal {
  z-index: 1006;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  display: none;
  padding: 1rem;
  border: 1px solid #cacaca;
  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 {
  min-width: 0;
}
.reveal > :last-child {
  margin-bottom: 0;
}
@media print, screen and (min-width: 40em) {
  .reveal {
    width: 600px;
    max-width: 100rem;
  }
}
.reveal.collapse {
  padding: 0;
}
@media print, screen and (min-width: 40em) {
  .reveal.tiny {
    width: 30%;
    max-width: 100rem;
  }
}
@media print, screen and (min-width: 40em) {
  .reveal.small {
    width: 50%;
    max-width: 100rem;
  }
}
@media print, screen and (min-width: 40em) {
  .reveal.large {
    width: 90%;
    max-width: 100rem;
  }
}
.reveal.full {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  max-width: none;
  height: 100%;
  min-height: 100%;
  margin-left: 0;
  border: 0;
  border-radius: 0;
}
@media print, screen and (max-width: 26.24875em) {
  .reveal {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    max-width: none;
    height: 100%;
    min-height: 100%;
    margin-left: 0;
    border: 0;
    border-radius: 0;
  }
}
.reveal.without-overlay {
  position: fixed;
}

.float-left {
  float: left !important;
}

.float-right {
  float: right !important;
}

.float-center {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.clearfix::before, .clearfix::after {
  display: table;
  content: " ";
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
.clearfix::after {
  clear: both;
}

.align-left {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.align-right {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.align-center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.align-justify {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.align-spaced {
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

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

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

.align-center.vertical.menu > li > a {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.align-top {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

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

.align-bottom {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

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

.align-middle {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.align-self-middle {
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
}

.align-stretch {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

.align-self-stretch {
  -ms-flex-item-align: stretch;
      -ms-grid-row-align: stretch;
      align-self: stretch;
}

.align-center-middle {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
}

.small-order-1 {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

.small-order-2 {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}

.small-order-3 {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
}

.small-order-4 {
  -webkit-box-ordinal-group: 5;
      -ms-flex-order: 4;
          order: 4;
}

.small-order-5 {
  -webkit-box-ordinal-group: 6;
      -ms-flex-order: 5;
          order: 5;
}

.small-order-6 {
  -webkit-box-ordinal-group: 7;
      -ms-flex-order: 6;
          order: 6;
}

@media print, screen and (min-width: 26.25em) {
  .xsmall-order-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }

  .xsmall-order-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }

  .xsmall-order-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }

  .xsmall-order-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }

  .xsmall-order-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }

  .xsmall-order-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }
}
@media print, screen and (min-width: 40em) {
  .medium-order-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }

  .medium-order-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }

  .medium-order-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }

  .medium-order-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }

  .medium-order-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }

  .medium-order-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }
}
@media print, screen and (min-width: 56.25em) {
  .xmedium-order-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }

  .xmedium-order-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }

  .xmedium-order-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }

  .xmedium-order-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }

  .xmedium-order-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }

  .xmedium-order-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }
}
@media print, screen and (min-width: 64em) {
  .large-order-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }

  .large-order-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }

  .large-order-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }

  .large-order-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }

  .large-order-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }

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

  .xlarge-order-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }

  .xlarge-order-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }

  .xlarge-order-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }

  .xlarge-order-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }

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

  .xxlarge-order-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }

  .xxlarge-order-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }

  .xxlarge-order-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }

  .xxlarge-order-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }

  .xxlarge-order-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }
}
.flex-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

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

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

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

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

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

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

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

@media print, screen and (min-width: 26.25em) {
  .xsmall-flex-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

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

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

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

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

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

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

  .xsmall-flex-dir-column-reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
@media print, screen and (min-width: 40em) {
  .medium-flex-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

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

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

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

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

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

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

  .medium-flex-dir-column-reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
@media print, screen and (min-width: 56.25em) {
  .xmedium-flex-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

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

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

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

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

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

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

  .xmedium-flex-dir-column-reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
@media print, screen and (min-width: 64em) {
  .large-flex-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

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

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

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

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

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

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

  .large-flex-dir-column-reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
@media screen and (min-width: 75em) {
  .xlarge-flex-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

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

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

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

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

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

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

  .xlarge-flex-dir-column-reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
@media screen and (min-width: 90em) {
  .xxlarge-flex-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

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

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

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

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

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

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

  .xxlarge-flex-dir-column-reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
.hide {
  display: none !important;
}

.invisible {
  visibility: hidden;
}

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

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

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

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

@media print, screen and (min-width: 26.25em) and (max-width: 39.99875em) {
  .hide-for-xsmall-only {
    display: none !important;
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.slide-in-down.mui-enter {
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
  transition-property: opacity, -webkit-transform;
  -webkit-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);
  transform: translateY(0);
}

.slide-in-left.mui-enter {
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
  transition-property: opacity, -webkit-transform;
  -webkit-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);
  transform: translateX(0);
}

.slide-in-up.mui-enter {
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  transition-property: opacity, -webkit-transform;
  -webkit-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);
  transform: translateY(0);
}

.slide-in-right.mui-enter {
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
  transition-property: opacity, -webkit-transform;
  -webkit-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);
  transform: translateX(0);
}

.slide-out-down.mui-leave {
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  -webkit-transform: translateY(0);
  transform: translateY(0);
  transition-property: opacity, -webkit-transform;
  -webkit-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%);
  transform: translateY(100%);
}

.slide-out-right.mui-leave {
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  -webkit-transform: translateX(0);
  transform: translateX(0);
  transition-property: opacity, -webkit-transform;
  -webkit-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%);
  transform: translateX(100%);
}

.slide-out-up.mui-leave {
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  -webkit-transform: translateY(0);
  transform: translateY(0);
  transition-property: opacity, -webkit-transform;
  -webkit-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%);
  transform: translateY(-100%);
}

.slide-out-left.mui-leave {
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  -webkit-transform: translateX(0);
  transform: translateX(0);
  transition-property: opacity, -webkit-transform;
  -webkit-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%);
  transform: translateX(-100%);
}

.fade-in.mui-enter {
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  opacity: 0;
  -webkit-transition-property: opacity;
  transition-property: opacity;
}

.fade-in.mui-enter.mui-enter-active {
  opacity: 1;
}

.fade-out.mui-leave {
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  opacity: 1;
  -webkit-transition-property: opacity;
  transition-property: opacity;
}

.fade-out.mui-leave.mui-leave-active {
  opacity: 0;
}

.hinge-in-from-top.mui-enter {
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  -webkit-transform: perspective(2000px) rotateX(-90deg);
  transform: perspective(2000px) rotateX(-90deg);
  -webkit-transform-origin: top;
  transform-origin: top;
  transition-property: opacity, -webkit-transform;
  -webkit-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(0deg);
  transform: perspective(2000px) rotate(0deg);
  opacity: 1;
}

.hinge-in-from-right.mui-enter {
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  -webkit-transform: perspective(2000px) rotateY(-90deg);
  transform: perspective(2000px) rotateY(-90deg);
  -webkit-transform-origin: right;
  transform-origin: right;
  transition-property: opacity, -webkit-transform;
  -webkit-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(0deg);
  transform: perspective(2000px) rotate(0deg);
  opacity: 1;
}

.hinge-in-from-bottom.mui-enter {
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  -webkit-transform: perspective(2000px) rotateX(90deg);
  transform: perspective(2000px) rotateX(90deg);
  -webkit-transform-origin: bottom;
  transform-origin: bottom;
  transition-property: opacity, -webkit-transform;
  -webkit-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(0deg);
  transform: perspective(2000px) rotate(0deg);
  opacity: 1;
}

.hinge-in-from-left.mui-enter {
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  -webkit-transform: perspective(2000px) rotateY(90deg);
  transform: perspective(2000px) rotateY(90deg);
  -webkit-transform-origin: left;
  transform-origin: left;
  transition-property: opacity, -webkit-transform;
  -webkit-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(0deg);
  transform: perspective(2000px) rotate(0deg);
  opacity: 1;
}

.hinge-in-from-middle-x.mui-enter {
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  -webkit-transform: perspective(2000px) rotateX(-90deg);
  transform: perspective(2000px) rotateX(-90deg);
  -webkit-transform-origin: center;
  transform-origin: center;
  transition-property: opacity, -webkit-transform;
  -webkit-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(0deg);
  transform: perspective(2000px) rotate(0deg);
  opacity: 1;
}

.hinge-in-from-middle-y.mui-enter {
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  -webkit-transform: perspective(2000px) rotateY(-90deg);
  transform: perspective(2000px) rotateY(-90deg);
  -webkit-transform-origin: center;
  transform-origin: center;
  transition-property: opacity, -webkit-transform;
  -webkit-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(0deg);
  transform: perspective(2000px) rotate(0deg);
  opacity: 1;
}

.hinge-out-from-top.mui-leave {
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  -webkit-transform: perspective(2000px) rotate(0deg);
  transform: perspective(2000px) rotate(0deg);
  -webkit-transform-origin: top;
  transform-origin: top;
  transition-property: opacity, -webkit-transform;
  -webkit-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 {
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  -webkit-transform: perspective(2000px) rotate(0deg);
  transform: perspective(2000px) rotate(0deg);
  -webkit-transform-origin: right;
  transform-origin: right;
  transition-property: opacity, -webkit-transform;
  -webkit-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 {
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  -webkit-transform: perspective(2000px) rotate(0deg);
  transform: perspective(2000px) rotate(0deg);
  -webkit-transform-origin: bottom;
  transform-origin: bottom;
  transition-property: opacity, -webkit-transform;
  -webkit-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 {
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  -webkit-transform: perspective(2000px) rotate(0deg);
  transform: perspective(2000px) rotate(0deg);
  -webkit-transform-origin: left;
  transform-origin: left;
  transition-property: opacity, -webkit-transform;
  -webkit-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 {
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  -webkit-transform: perspective(2000px) rotate(0deg);
  transform: perspective(2000px) rotate(0deg);
  -webkit-transform-origin: center;
  transform-origin: center;
  transition-property: opacity, -webkit-transform;
  -webkit-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 {
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  -webkit-transform: perspective(2000px) rotate(0deg);
  transform: perspective(2000px) rotate(0deg);
  -webkit-transform-origin: center;
  transform-origin: center;
  transition-property: opacity, -webkit-transform;
  -webkit-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 {
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  -webkit-transform: scale(0.5);
  transform: scale(0.5);
  transition-property: opacity, -webkit-transform;
  -webkit-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);
  transform: scale(1);
  opacity: 1;
}

.scale-in-down.mui-enter {
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  -webkit-transform: scale(1.5);
  transform: scale(1.5);
  transition-property: opacity, -webkit-transform;
  -webkit-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);
  transform: scale(1);
  opacity: 1;
}

.scale-out-up.mui-leave {
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  -webkit-transform: scale(1);
  transform: scale(1);
  transition-property: opacity, -webkit-transform;
  -webkit-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);
  transform: scale(1.5);
  opacity: 0;
}

.scale-out-down.mui-leave {
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  -webkit-transform: scale(1);
  transform: scale(1);
  transition-property: opacity, -webkit-transform;
  -webkit-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);
  transform: scale(0.5);
  opacity: 0;
}

.spin-in.mui-enter {
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  -webkit-transform: rotate(-0.75turn);
  transform: rotate(-0.75turn);
  transition-property: opacity, -webkit-transform;
  -webkit-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);
  transform: rotate(0);
  opacity: 1;
}

.spin-out.mui-leave {
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  -webkit-transform: rotate(0);
  transform: rotate(0);
  transition-property: opacity, -webkit-transform;
  -webkit-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);
  transform: rotate(0.75turn);
  opacity: 0;
}

.spin-in-ccw.mui-enter {
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  -webkit-transform: rotate(0.75turn);
  transform: rotate(0.75turn);
  transition-property: opacity, -webkit-transform;
  -webkit-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);
  transform: rotate(0);
  opacity: 1;
}

.spin-out-ccw.mui-leave {
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  -webkit-transform: rotate(0);
  transform: rotate(0);
  transition-property: opacity, -webkit-transform;
  -webkit-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);
  transform: rotate(-0.75turn);
  opacity: 0;
}

.slow {
  -webkit-transition-duration: 750ms !important;
          transition-duration: 750ms !important;
}

.fast {
  -webkit-transition-duration: 250ms !important;
          transition-duration: 250ms !important;
}

.linear {
  -webkit-transition-timing-function: linear !important;
          transition-timing-function: linear !important;
}

.ease {
  -webkit-transition-timing-function: ease !important;
          transition-timing-function: ease !important;
}

.ease-in {
  -webkit-transition-timing-function: ease-in !important;
          transition-timing-function: ease-in !important;
}

.ease-out {
  -webkit-transition-timing-function: ease-out !important;
          transition-timing-function: ease-out !important;
}

.ease-in-out {
  -webkit-transition-timing-function: ease-in-out !important;
          transition-timing-function: ease-in-out !important;
}

.bounce-in {
  -webkit-transition-timing-function: cubic-bezier(0.485, 0.155, 0.24, 1.245) !important;
          transition-timing-function: cubic-bezier(0.485, 0.155, 0.24, 1.245) !important;
}

.bounce-out {
  -webkit-transition-timing-function: cubic-bezier(0.485, 0.155, 0.515, 0.845) !important;
          transition-timing-function: cubic-bezier(0.485, 0.155, 0.515, 0.845) !important;
}

.bounce-in-out {
  -webkit-transition-timing-function: cubic-bezier(0.76, -0.245, 0.24, 1.245) !important;
          transition-timing-function: cubic-bezier(0.76, -0.245, 0.24, 1.245) !important;
}

.short-delay {
  -webkit-transition-delay: 300ms !important;
          transition-delay: 300ms !important;
}

.long-delay {
  -webkit-transition-delay: 700ms !important;
          transition-delay: 700ms !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%);
  }
  5%, 15%, 25%, 35%, 45%, 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%);
  }
  5%, 15%, 25%, 35%, 45%, 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%, 30%, 70%, 100% {
    -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%, 30%, 70%, 100% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
}
.shake,
.spin-cw,
.spin-ccw,
.wiggle {
  -webkit-animation-duration: 500ms;
  animation-duration: 500ms;
}

.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: 300ms !important;
  animation-delay: 300ms !important;
}

.long-delay {
  -webkit-animation-delay: 700ms !important;
  animation-delay: 700ms !important;
}

/**
 * Animate.css
 * https://github.com/animate-css/animate.css
 * https://animate.style
 */
/**
 * Uncomment the ones you want to use. Feel free to change _vars and _base for your project.
 */
:root {
  --animate-duration: 1s;
  --animate-delay: 1s;
  --animate-repeat: 1;
}

.animated {
  -webkit-animation-duration: var(--animate-duration);
          animation-duration: var(--animate-duration);
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}

.animated.infinite {
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}

.animated.repeat-1 {
  -webkit-animation-iteration-count: var(--animate-repeat);
          animation-iteration-count: var(--animate-repeat);
}

.animated.repeat-2 {
  -webkit-animation-iteration-count: calc(var(--animate-repeat) * 2);
          animation-iteration-count: calc(var(--animate-repeat) * 2);
}

.animated.repeat-3 {
  -webkit-animation-iteration-count: calc(var(--animate-repeat) * 3);
          animation-iteration-count: calc(var(--animate-repeat) * 3);
}

.animated.delay-01s {
  -webkit-animation-delay: calc(var(--animate-delay) * 0.1);
          animation-delay: calc(var(--animate-delay) * 0.1);
}

.animated.delay-02s {
  -webkit-animation-delay: calc(var(--animate-delay) * 0.2);
          animation-delay: calc(var(--animate-delay) * 0.2);
}

.animated.delay-03s {
  -webkit-animation-delay: calc(var(--animate-delay) * 0.3);
          animation-delay: calc(var(--animate-delay) * 0.3);
}

.animated.delay-04s {
  -webkit-animation-delay: calc(var(--animate-delay) * 0.4);
          animation-delay: calc(var(--animate-delay) * 0.4);
}

.animated.delay-05s {
  -webkit-animation-delay: calc(var(--animate-delay) * 0.5);
          animation-delay: calc(var(--animate-delay) * 0.5);
}

.animated.delay-06s {
  -webkit-animation-delay: calc(var(--animate-delay) * 0.6);
          animation-delay: calc(var(--animate-delay) * 0.6);
}

.animated.delay-09s {
  -webkit-animation-delay: calc(var(--animate-delay) * 0.9);
          animation-delay: calc(var(--animate-delay) * 0.9);
}

.animated.delay-1s {
  -webkit-animation-delay: var(--animate-delay);
          animation-delay: var(--animate-delay);
}

.animated.delay-2s {
  -webkit-animation-delay: calc(var(--animate-delay) * 2);
          animation-delay: calc(var(--animate-delay) * 2);
}

.animated.delay-3s {
  -webkit-animation-delay: calc(var(--animate-delay) * 3);
          animation-delay: calc(var(--animate-delay) * 3);
}

.animated.delay-4s {
  -webkit-animation-delay: calc(var(--animate-delay) * 4);
          animation-delay: calc(var(--animate-delay) * 4);
}

.animated.delay-5s {
  -webkit-animation-delay: calc(var(--animate-delay) * 5);
          animation-delay: calc(var(--animate-delay) * 5);
}

.animated.faster {
  -webkit-animation-duration: calc(var(--animate-duration) / 2);
          animation-duration: calc(var(--animate-duration) / 2);
}

.animated.fast {
  -webkit-animation-duration: calc(var(--animate-duration) * 0.8);
          animation-duration: calc(var(--animate-duration) * 0.8);
}

.animated.slow {
  -webkit-animation-duration: calc(var(--animate-duration) * 2);
          animation-duration: calc(var(--animate-duration) * 2);
}

.animated.slower {
  -webkit-animation-duration: calc(var(--animate-duration) * 3);
          animation-duration: calc(var(--animate-duration) * 3);
}

@media print, (prefers-reduced-motion: reduce) {
  .animated {
    -webkit-animation-duration: 1ms !important;
            animation-duration: 1ms !important;
    -webkit-transition-duration: 1ms !important;
            transition-duration: 1ms !important;
    -webkit-animation-iteration-count: 1 !important;
            animation-iteration-count: 1 !important;
  }

  .animated[class*=Out] {
    opacity: 0;
  }
}
.animate {
  visibility: hidden;
}

/* Attention seekers  */
/* Back entrances */
/* Back exits */
/* Bouncing entrances  */
/* Bouncing exits  */
/* Fading entrances  */
@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.fadeIn {
  -webkit-animation-name: fadeIn;
          animation-name: fadeIn;
}

@-webkit-keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-50px, 0, 0);
            transform: translate3d(-50px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-50px, 0, 0);
            transform: translate3d(-50px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
          animation-name: fadeInLeft;
}

@-webkit-keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(50px, 0, 0);
            transform: translate3d(50px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(50px, 0, 0);
            transform: translate3d(50px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
.fadeInRight {
  -webkit-animation-name: fadeInRight;
          animation-name: fadeInRight;
}

@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 50px, 0);
            transform: translate3d(0, 50px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 50px, 0);
            transform: translate3d(0, 50px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
.fadeInUp {
  -webkit-animation-name: fadeInUp;
          animation-name: fadeInUp;
}

/* Fading exits */
/* Flippers */
/* Lightspeed */
/* Rotating entrances */
/* Rotating exits */
/* Specials */
/* Zooming entrances */
/* Zooming exits */
/* Sliding entrances */
/* Sliding exits */
/*! Flickity v2.2.1
https://flickity.metafizzy.co
---------------------------------------------- */
.flickity-enabled {
  position: relative;
}

.flickity-enabled:focus {
  outline: none;
}

.flickity-viewport {
  overflow: hidden;
  position: relative;
  height: 100%;
}

.flickity-slider {
  position: absolute;
  width: 100%;
  height: 100%;
}

/* draggable */
.flickity-enabled.is-draggable {
  -webkit-tap-highlight-color: transparent;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.flickity-enabled.is-draggable .flickity-viewport {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab;
}

.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

/* ---- flickity-button ---- */
.flickity-button {
  position: absolute;
  background: hsla(0deg, 0%, 100%, 0.75);
  border: none;
  color: #333;
}

.flickity-button:hover {
  background: white;
  cursor: pointer;
}

.flickity-button:focus {
  outline: none;
  -webkit-box-shadow: 0 0 0 5px #19F;
          box-shadow: 0 0 0 5px #19F;
}

.flickity-button:active {
  opacity: 0.6;
}

.flickity-button:disabled {
  opacity: 0.3;
  cursor: auto;
  /* prevent disabled button from capturing pointer up event. #716 */
  pointer-events: none;
}

.flickity-button-icon {
  fill: currentColor;
}

/* ---- previous/next buttons ---- */
.flickity-prev-next-button {
  top: 50%;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  /* vertically center */
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.flickity-prev-next-button.previous {
  left: 10px;
}

.flickity-prev-next-button.next {
  right: 10px;
}

/* right to left */
.flickity-rtl .flickity-prev-next-button.previous {
  left: auto;
  right: 10px;
}

.flickity-rtl .flickity-prev-next-button.next {
  right: auto;
  left: 10px;
}

.flickity-prev-next-button .flickity-button-icon {
  position: absolute;
  left: 20%;
  top: 20%;
  width: 60%;
  height: 60%;
}

/* ---- page dots ---- */
.flickity-page-dots {
  position: absolute;
  width: 100%;
  bottom: -25px;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
  line-height: 1;
}

.flickity-rtl .flickity-page-dots {
  direction: rtl;
}

.flickity-page-dots .dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 8px;
  background: #333;
  border-radius: 50%;
  opacity: 0.25;
  cursor: pointer;
}

.flickity-page-dots .dot.is-selected {
  opacity: 1;
}

.select2-container {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: inline-block;
  margin: 0;
  position: relative;
  vertical-align: middle;
}

.select2-container .select2-selection--single {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  cursor: pointer;
  display: block;
  height: 28px;
  -moz-user-select: none;
   -ms-user-select: none;
       user-select: none;
  -webkit-user-select: none;
}

.select2-container .select2-selection--single .select2-selection__rendered {
  display: block;
  padding-left: 8px;
  padding-right: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.select2-container .select2-selection--single .select2-selection__clear {
  position: relative;
}

.select2-container[dir=rtl] .select2-selection--single .select2-selection__rendered {
  padding-right: 8px;
  padding-left: 20px;
}

.select2-container .select2-selection--multiple {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  cursor: pointer;
  display: block;
  min-height: 32px;
  -moz-user-select: none;
   -ms-user-select: none;
       user-select: none;
  -webkit-user-select: none;
}

.select2-container .select2-selection--multiple .select2-selection__rendered {
  display: inline-block;
  overflow: hidden;
  padding-left: 8px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.select2-container .select2-search--inline {
  float: left;
}

.select2-container .select2-search--inline .select2-search__field {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: none;
  font-size: 100%;
  margin-top: 5px;
  padding: 0;
}

.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

.select2-dropdown {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: block;
  position: absolute;
  left: -100000px;
  width: 100%;
  z-index: 1051;
}

.select2-results {
  display: block;
}

.select2-results__options {
  list-style: none;
  margin: 0;
  padding: 0;
}

.select2-results__option {
  padding: 6px;
  -moz-user-select: none;
   -ms-user-select: none;
       user-select: none;
  -webkit-user-select: none;
}

.select2-results__option[aria-selected] {
  cursor: pointer;
}

.select2-container--open .select2-dropdown {
  left: 0;
}

.select2-container--open .select2-dropdown--above {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.select2-container--open .select2-dropdown--below {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.select2-search--dropdown {
  display: block;
  padding: 4px;
}

.select2-search--dropdown .select2-search__field {
  padding: 4px;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

.select2-search--dropdown.select2-search--hide {
  display: none;
}

.select2-close-mask {
  border: 0;
  margin: 0;
  padding: 0;
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  min-height: 100%;
  min-width: 100%;
  height: auto;
  width: auto;
  opacity: 0;
  z-index: 99;
  background-color: #fff;
  filter: alpha(opacity=0);
}

.select2-hidden-accessible {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  -webkit-clip-path: inset(50%) !important;
  clip-path: inset(50%) !important;
  height: 1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
  white-space: nowrap !important;
}

.select2-container--default .select2-selection--single {
  background-color: #fff;
  border: 1px solid #aaa;
  border-radius: 4px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 28px;
}

.select2-container--default .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
}

.select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: #999;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0;
}

.select2-container--default[dir=rtl] .select2-selection--single .select2-selection__clear {
  float: left;
}

.select2-container--default[dir=rtl] .select2-selection--single .select2-selection__arrow {
  left: 1px;
  right: auto;
}

.select2-container--default.select2-container--disabled .select2-selection--single {
  background-color: #eee;
  cursor: default;
}

.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
  display: none;
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px;
}

.select2-container--default .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  list-style: none;
  margin: 0;
  padding: 0 5px;
  width: 100%;
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered li {
  list-style: none;
}

.select2-container--default .select2-selection--multiple .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  margin-top: 5px;
  margin-right: 10px;
  padding: 1px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: default;
  float: left;
  margin-right: 5px;
  margin-top: 5px;
  padding: 0 5px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  color: #999;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  margin-right: 2px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #333;
}

.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice, .select2-container--default[dir=rtl] .select2-selection--multiple .select2-search--inline {
  float: right;
}

.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto;
}

.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto;
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
  border: solid black 1px;
  outline: 0;
}

.select2-container--default.select2-container--disabled .select2-selection--multiple {
  background-color: #eee;
  cursor: default;
}

.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
  display: none;
}

.select2-container--default.select2-container--open.select2-container--above .select2-selection--single, .select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.select2-container--default.select2-container--open.select2-container--below .select2-selection--single, .select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
}

.select2-container--default .select2-search--inline .select2-search__field {
  background: transparent;
  border: none;
  outline: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-appearance: textfield;
}

.select2-container--default .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto;
}

.select2-container--default .select2-results__option[role=group] {
  padding: 0;
}

.select2-container--default .select2-results__option[aria-disabled=true] {
  color: #999;
}

.select2-container--default .select2-results__option[aria-selected=true] {
  background-color: #ddd;
}

.select2-container--default .select2-results__option .select2-results__option {
  padding-left: 1em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__group {
  padding-left: 0;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -1em;
  padding-left: 2em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -2em;
  padding-left: 3em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -3em;
  padding-left: 4em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -4em;
  padding-left: 5em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -5em;
  padding-left: 6em;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #5897fb;
  color: white;
}

.select2-container--default .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px;
}

.select2-container--classic .select2-selection--single {
  background-color: #f7f7f7;
  border: 1px solid #aaa;
  border-radius: 4px;
  outline: 0;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(50%, white), to(#eeeeee));
  background-image: linear-gradient(to bottom, white 50%, #eeeeee 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFFFFFFF", endColorstr="#FFEEEEEE", GradientType=0);
}

.select2-container--classic .select2-selection--single:focus {
  border: 1px solid #5897fb;
}

.select2-container--classic .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 28px;
}

.select2-container--classic .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  margin-right: 10px;
}

.select2-container--classic .select2-selection--single .select2-selection__placeholder {
  color: #999;
}

.select2-container--classic .select2-selection--single .select2-selection__arrow {
  background-color: #ddd;
  border: none;
  border-left: 1px solid #aaa;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #eeeeee), to(#cccccc));
  background-image: linear-gradient(to bottom, #eeeeee 50%, #cccccc 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFEEEEEE", endColorstr="#FFCCCCCC", GradientType=0);
}

.select2-container--classic .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0;
}

.select2-container--classic[dir=rtl] .select2-selection--single .select2-selection__clear {
  float: left;
}

.select2-container--classic[dir=rtl] .select2-selection--single .select2-selection__arrow {
  border: none;
  border-right: 1px solid #aaa;
  border-radius: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  left: 1px;
  right: auto;
}

.select2-container--classic.select2-container--open .select2-selection--single {
  border: 1px solid #5897fb;
}

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
  background: transparent;
  border: none;
}

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px;
}

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  background-image: -webkit-gradient(linear, left top, left bottom, from(white), color-stop(50%, #eeeeee));
  background-image: linear-gradient(to bottom, white 0%, #eeeeee 50%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFFFFFFF", endColorstr="#FFEEEEEE", GradientType=0);
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #eeeeee), to(white));
  background-image: linear-gradient(to bottom, #eeeeee 50%, white 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFEEEEEE", endColorstr="#FFFFFFFF", GradientType=0);
}

.select2-container--classic .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
  outline: 0;
}

.select2-container--classic .select2-selection--multiple:focus {
  border: 1px solid #5897fb;
}

.select2-container--classic .select2-selection--multiple .select2-selection__rendered {
  list-style: none;
  margin: 0;
  padding: 0 5px;
}

.select2-container--classic .select2-selection--multiple .select2-selection__clear {
  display: none;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: default;
  float: left;
  margin-right: 5px;
  margin-top: 5px;
  padding: 0 5px;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
  color: #888;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  margin-right: 2px;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #555;
}

.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice {
  float: right;
  margin-left: 5px;
  margin-right: auto;
}

.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto;
}

.select2-container--classic.select2-container--open .select2-selection--multiple {
  border: 1px solid #5897fb;
}

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.select2-container--classic .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
  outline: 0;
}

.select2-container--classic .select2-search--inline .select2-search__field {
  outline: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.select2-container--classic .select2-dropdown {
  background-color: white;
  border: 1px solid transparent;
}

.select2-container--classic .select2-dropdown--above {
  border-bottom: none;
}

.select2-container--classic .select2-dropdown--below {
  border-top: none;
}

.select2-container--classic .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto;
}

.select2-container--classic .select2-results__option[role=group] {
  padding: 0;
}

.select2-container--classic .select2-results__option[aria-disabled=true] {
  color: grey;
}

.select2-container--classic .select2-results__option--highlighted[aria-selected] {
  background-color: #3875d7;
  color: white;
}

.select2-container--classic .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px;
}

.select2-container--classic.select2-container--open .select2-dropdown {
  border-color: #5897fb;
}

/**
 * Takeover
 */
.js-no-scroll {
  overflow: hidden !important;
}

.show-takeover .takeover-hide {
  display: none !important;
}

.takeover-show {
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity 0.25s ease-out;
  transition: opacity 0.25s ease-out;
}
.show-takeover .takeover-show {
  visibility: visible;
  opacity: 1;
}

.takeover {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 100;
  visibility: hidden;
  pointer-events: none;
  overflow-y: auto;
  opacity: 0;
  -webkit-transform: scale(0.9);
          transform: scale(0.9);
  -webkit-transition: opacity 0.2s, visibility 0s 0.2s, -webkit-transform 0.2s;
  transition: opacity 0.2s, visibility 0s 0.2s, -webkit-transform 0.2s;
  transition: transform 0.2s, opacity 0.2s, visibility 0s 0.2s;
  transition: transform 0.2s, opacity 0.2s, visibility 0s 0.2s, -webkit-transform 0.2s;
}
.takeover.open {
  visibility: visible;
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition: opacity 0.4s, -webkit-transform 0.4s;
  transition: opacity 0.4s, -webkit-transform 0.4s;
  transition: transform 0.4s, opacity 0.4s;
  transition: transform 0.4s, opacity 0.4s, -webkit-transform 0.4s;
}
.admin-bar .takeover {
  top: 32px;
}
.show-takeover .takeover {
  pointer-events: auto;
}
.takeover .toggle-takeover {
  position: absolute;
  right: 2rem;
  top: 2rem;
  z-index: 999;
}
.takeover .takeover-content {
  height: 100%;
}
.takeover.takeover-hugeinc {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.5s, visibility 0s 0.5s;
  -webkit-transition: opacity 0.5s, visibility 0s 0.5s, -webkit-transform 0.5s;
  transition: opacity 0.5s, visibility 0s 0.5s, -webkit-transform 0.5s;
  transition: opacity 0.5s, transform 0.5s, visibility 0s 0.5s;
  transition: opacity 0.5s, transform 0.5s, visibility 0s 0.5s, -webkit-transform 0.5s;
}
.takeover.takeover-hugeinc.open {
  opacity: 1;
  visibility: visible;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
.takeover.takeover-slidedown {
  opacity: 1;
  visibility: hidden;
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
  -webkit-transition: -webkit-transform 0.4s ease-in-out, visibility 0s 0.4s;
  -webkit-transition: visibility 0s 0.4s, -webkit-transform 0.4s ease-in-out;
  transition: visibility 0s 0.4s, -webkit-transform 0.4s ease-in-out;
  transition: transform 0.4s ease-in-out, visibility 0s 0.4s;
  transition: transform 0.4s ease-in-out, visibility 0s 0.4s, -webkit-transform 0.4s ease-in-out;
}
.takeover.takeover-slidedown.open {
  visibility: visible;
  -webkit-transform: translateY(0%);
  transform: translateY(0%);
  -webkit-transition: -webkit-transform 0.4s ease-in-out;
  transition: -webkit-transform 0.4s ease-in-out;
  transition: transform 0.4s ease-in-out;
  transition: transform 0.4s ease-in-out, -webkit-transform 0.4s ease-in-out;
}
.takeover.takeover-scale {
  visibility: hidden;
  opacity: 0;
  -webkit-transform: scale(0.9);
  transform: scale(0.9);
  -webkit-transition: -webkit-transform 0.2s, opacity 0.2s, visibility 0s 0.2s;
  -webkit-transition: opacity 0.2s, visibility 0s 0.2s, -webkit-transform 0.2s;
  transition: opacity 0.2s, visibility 0s 0.2s, -webkit-transform 0.2s;
  transition: transform 0.2s, opacity 0.2s, visibility 0s 0.2s;
  transition: transform 0.2s, opacity 0.2s, visibility 0s 0.2s, -webkit-transform 0.2s;
}
.takeover.takeover-scale.open {
  visibility: visible;
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: -webkit-transform 0.4s, opacity 0.4s;
  -webkit-transition: opacity 0.4s, -webkit-transform 0.4s;
  transition: opacity 0.4s, -webkit-transform 0.4s;
  transition: transform 0.4s, opacity 0.4s;
  transition: transform 0.4s, opacity 0.4s, -webkit-transform 0.4s;
}
.takeover.takeover-simplegenie {
  visibility: hidden;
  -webkit-transform: translateY(60%) scale(0);
  transform: translateY(60%) scale(0);
  -webkit-transition: opacity 0.5s, -webkit-transform 0.4s, visibility 0s 0.4s;
  -webkit-transition: opacity 0.5s, visibility 0s 0.4s, -webkit-transform 0.4s;
  transition: opacity 0.5s, visibility 0s 0.4s, -webkit-transform 0.4s;
  transition: opacity 0.5s, transform 0.4s, visibility 0s 0.4s;
  transition: opacity 0.5s, transform 0.4s, visibility 0s 0.4s, -webkit-transform 0.4s;
}
.takeover.takeover-simplegenie.open {
  visibility: visible;
  -webkit-transform: translateY(0%) scale(1);
  transform: translateY(0%) scale(1);
  -webkit-transition: -webkit-transform 0.4s;
  transition: -webkit-transform 0.4s;
  transition: transform 0.4s;
  transition: transform 0.4s, -webkit-transform 0.4s;
}

.takeover {
  background-color: rgba(255, 255, 255, 0.8);
}
.takeover .toggle-takeover {
  color: #444;
  padding: 2rem 1rem;
}
.takeover .takeover-content {
  padding: 2rem;
}

.clear::before, .clear::after {
  display: table;
  content: " ";
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
.clear::after {
  clear: both;
}

.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.relative {
  position: relative;
}

.u-no-break {
  white-space: nowrap;
}

.text-indent {
  display: block;
  text-indent: -9999px;
  float: left;
  width: 0;
  height: 0;
}

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

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

.height100 {
  height: 100%;
}

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

.uppercase {
  text-transform: uppercase;
}

.left {
  float: left !important;
}

.right {
  float: right !important;
}

.hide {
  display: none;
}

.invisible {
  visibility: hidden;
}

.pointer {
  cursor: pointer;
}

.nowrap {
  white-space: nowrap;
}

.clr-white {
  color: white !important;
}

.clr-primary {
  color: #990000 !important;
}

.clr-secondary {
  color: #EBF5FA !important;
}

.clr-gray {
  color: #6D6A6A !important;
}

.bg-gray {
  background-color: #6D6A6A;
}

.is-serif,
.font-serif {
  font-family: "Gentium Basic", serif;
}

.is-sans,
.font-sans {
  font-family: "Open Sans", "Helvetica", sans-serif;
}

.is-caps {
  text-transform: uppercase;
}

.js-no-scroll {
  overflow: hidden !important;
}

.js-body-fixed {
  overflow: hidden;
  margin-right: 15px;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.icon-spin {
  -webkit-animation: icon-spin 2s infinite linear;
  animation: icon-spin 2s infinite linear;
}

.icon-pulse {
  -webkit-animation: icon-spin 1s infinite steps(8);
  animation: icon-spin 1s infinite steps(8);
}

@-webkit-keyframes icon-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes icon-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.Spinner {
  height: 28px;
  width: 28px;
  position: relative;
  /* Spins external container */
  -webkit-animation: container-rotate 1200ms linear infinite;
          animation: container-rotate 1200ms linear infinite;
}

.Spinner-line {
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0;
}

.Spinner-line--1 {
  border-color: #dcd4c7;
  -webkit-animation: fill-unfill-rotate 4800ms cubic-bezier(0.4, 0, 0.2, 1) infinite both, line-1-fade-in-out 4800ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
          animation: fill-unfill-rotate 4800ms cubic-bezier(0.4, 0, 0.2, 1) infinite both, line-1-fade-in-out 4800ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
}

.Spinner-line--2 {
  border-color: #aec0a4;
  -webkit-animation: fill-unfill-rotate 4800ms cubic-bezier(0.4, 0, 0.2, 1) infinite both, line-2-fade-in-out 4800ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
          animation: fill-unfill-rotate 4800ms cubic-bezier(0.4, 0, 0.2, 1) infinite both, line-2-fade-in-out 4800ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
}

.Spinner-line--3 {
  border-color: #bfa779;
  -webkit-animation: fill-unfill-rotate 4800ms cubic-bezier(0.4, 0, 0.2, 1) infinite both, line-3-fade-in-out 4800ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
          animation: fill-unfill-rotate 4800ms cubic-bezier(0.4, 0, 0.2, 1) infinite both, line-3-fade-in-out 4800ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
}

.Spinner-line--4 {
  border-color: #2e3c40;
  -webkit-animation: fill-unfill-rotate 4800ms cubic-bezier(0.4, 0, 0.2, 1) infinite both, line-4-fade-in-out 4800ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
          animation: fill-unfill-rotate 4800ms cubic-bezier(0.4, 0, 0.2, 1) infinite both, line-4-fade-in-out 4800ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
}

.Spinner-line-cog {
  display: inline-block;
  position: relative;
  width: 50%;
  height: 100%;
  overflow: hidden;
  border-color: inherit;
}

.Spinner-line-cog-inner {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  width: 200%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 100%;
  border-width: 3px;
  border-style: solid;
  border-color: inherit;
  border-bottom-color: transparent;
  border-radius: 50%;
  -webkit-animation: none;
          animation: none;
}

.Spinner-line-cog-inner--left {
  border-right-color: transparent;
  -webkit-transform: rotate(129deg);
          transform: rotate(129deg);
  -webkit-animation: left-spin 1200ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
          animation: left-spin 1200ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
}

.Spinner-line-cog-inner--right {
  left: -100%;
  border-left-color: transparent;
  -webkit-transform: rotate(-129deg);
          transform: rotate(-129deg);
  -webkit-animation: right-spin 1200ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
          animation: right-spin 1200ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
}

.Spinner-line-cog-inner--center {
  width: 1000%;
  left: -450%;
}

.Spinner-line-ticker {
  position: absolute;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  top: 0;
  left: 45%;
  width: 10%;
  height: 100%;
  overflow: hidden;
  border-color: inherit;
}

@-webkit-keyframes container-rotate {
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes container-rotate {
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@-webkit-keyframes fill-unfill-rotate {
  12.5% {
    -webkit-transform: rotate(135deg);
            transform: rotate(135deg);
  }
  25% {
    -webkit-transform: rotate(270deg);
            transform: rotate(270deg);
  }
  37.5% {
    -webkit-transform: rotate(405deg);
            transform: rotate(405deg);
  }
  50% {
    -webkit-transform: rotate(540deg);
            transform: rotate(540deg);
  }
  62.5% {
    -webkit-transform: rotate(675deg);
            transform: rotate(675deg);
  }
  75% {
    -webkit-transform: rotate(810deg);
            transform: rotate(810deg);
  }
  87.5% {
    -webkit-transform: rotate(945deg);
            transform: rotate(945deg);
  }
  to {
    -webkit-transform: rotate(1080deg);
            transform: rotate(1080deg);
  }
}
@keyframes fill-unfill-rotate {
  12.5% {
    -webkit-transform: rotate(135deg);
            transform: rotate(135deg);
  }
  25% {
    -webkit-transform: rotate(270deg);
            transform: rotate(270deg);
  }
  37.5% {
    -webkit-transform: rotate(405deg);
            transform: rotate(405deg);
  }
  50% {
    -webkit-transform: rotate(540deg);
            transform: rotate(540deg);
  }
  62.5% {
    -webkit-transform: rotate(675deg);
            transform: rotate(675deg);
  }
  75% {
    -webkit-transform: rotate(810deg);
            transform: rotate(810deg);
  }
  87.5% {
    -webkit-transform: rotate(945deg);
            transform: rotate(945deg);
  }
  to {
    -webkit-transform: rotate(1080deg);
            transform: rotate(1080deg);
  }
}
@-webkit-keyframes left-spin {
  0% {
    -webkit-transform: rotate(130deg);
            transform: rotate(130deg);
  }
  50% {
    -webkit-transform: rotate(-5deg);
            transform: rotate(-5deg);
  }
  to {
    -webkit-transform: rotate(130deg);
            transform: rotate(130deg);
  }
}
@keyframes left-spin {
  0% {
    -webkit-transform: rotate(130deg);
            transform: rotate(130deg);
  }
  50% {
    -webkit-transform: rotate(-5deg);
            transform: rotate(-5deg);
  }
  to {
    -webkit-transform: rotate(130deg);
            transform: rotate(130deg);
  }
}
@-webkit-keyframes right-spin {
  0% {
    -webkit-transform: rotate(-130deg);
            transform: rotate(-130deg);
  }
  50% {
    -webkit-transform: rotate(5deg);
            transform: rotate(5deg);
  }
  to {
    -webkit-transform: rotate(-130deg);
            transform: rotate(-130deg);
  }
}
@keyframes right-spin {
  0% {
    -webkit-transform: rotate(-130deg);
            transform: rotate(-130deg);
  }
  50% {
    -webkit-transform: rotate(5deg);
            transform: rotate(5deg);
  }
  to {
    -webkit-transform: rotate(-130deg);
            transform: rotate(-130deg);
  }
}
@-webkit-keyframes line-1-fade-in-out {
  0% {
    opacity: 1;
  }
  25% {
    opacity: 1;
  }
  26% {
    opacity: 0;
  }
  89% {
    opacity: 0;
  }
  90% {
    opacity: 1;
  }
  to {
    opacity: 1;
  }
}
@keyframes line-1-fade-in-out {
  0% {
    opacity: 1;
  }
  25% {
    opacity: 1;
  }
  26% {
    opacity: 0;
  }
  89% {
    opacity: 0;
  }
  90% {
    opacity: 1;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes line-2-fade-in-out {
  0% {
    opacity: 0;
  }
  15% {
    opacity: 0;
  }
  25% {
    opacity: 1;
  }
  50% {
    opacity: 1;
  }
  51% {
    opacity: 0;
  }
}
@keyframes line-2-fade-in-out {
  0% {
    opacity: 0;
  }
  15% {
    opacity: 0;
  }
  25% {
    opacity: 1;
  }
  50% {
    opacity: 1;
  }
  51% {
    opacity: 0;
  }
}
@-webkit-keyframes line-3-fade-in-out {
  0% {
    opacity: 0;
  }
  40% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  75% {
    opacity: 1;
  }
  76% {
    opacity: 0;
  }
}
@keyframes line-3-fade-in-out {
  0% {
    opacity: 0;
  }
  40% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  75% {
    opacity: 1;
  }
  76% {
    opacity: 0;
  }
}
@-webkit-keyframes line-4-fade-in-out {
  0% {
    opacity: 0;
  }
  65% {
    opacity: 0;
  }
  75% {
    opacity: 1;
  }
  90% {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes line-4-fade-in-out {
  0% {
    opacity: 0;
  }
  65% {
    opacity: 0;
  }
  75% {
    opacity: 1;
  }
  90% {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.wp-caption > figcaption {
  max-width: 100%;
  font-size: 0.8rem;
  color: #999;
  padding: 0.25rem 0;
}
.wp-caption.alignleft, .wp-caption.alignright {
  display: table;
}
.wp-caption.alignleft figcaption, .wp-caption.alignright figcaption {
  display: table-caption;
  caption-side: bottom;
}

p.wp-caption-text {
  font-size: 90%;
  color: #666;
  padding: 0.625rem 0;
}

.alignleft {
  float: left;
  margin: 0;
  margin-right: 2rem;
}

.alignright {
  float: right;
  margin: 0;
  margin-left: 2rem;
}

.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

/**
 * GENERAL TAG STYLES
 *
 * Any global style overrides 
 */
:focus {
  outline: -webkit-focus-ring-color auto 7px !important;
  outline-color: #990000 !important;
}

.canvas-wrapper {
  position: relative;
  min-height: auto;
}

img {
  max-width: 100%;
}

a {
  -webkit-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}

blockquote {
  width: auto;
  padding: 0;
  margin-bottom: 2rem;
}
blockquote p {
  font-family: "Gentium Basic", serif;
  margin-bottom: 0;
}
blockquote p cite,
blockquote p .cite {
  font-family: "Open Sans", "Helvetica", sans-serif;
  text-transform: uppercase;
  font-style: normal;
  font-weight: 500;
}

p:last-child {
  margin-bottom: 0;
}

sup {
  top: -0.3em;
}

::-moz-selection {
  background: #990000;
}

::selection {
  background: #990000;
}

.close-button {
  outline: none;
  font-size: 3.5em;
  right: 1rem;
  top: 1rem;
  z-index: 2;
}

@media print, screen and (max-width: 26.24875em) {
  .grid-x > .shrink {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
}
/**
 * LAYOUT
 * 
 * General styles for content layout
 */
#content {
  min-height: 800px;
  position: relative;
  z-index: 2;
  background-repeat: repeat-y;
  background-size: cover;
  background-position: center;
}
#content main {
  position: relative;
  z-index: 9;
}

/**
 * BUTTONS
 */
button {
  outline: none;
  color: #990000;
  font-family: "Gentium Basic", serif;
  -webkit-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}

.button,
button.button {
  border: 2px solid #990000;
  background-color: transparent;
  color: #990000;
  padding: 1.1em 2em;
  font-size: 0.875rem;
  font-family: "Open Sans", "Helvetica", sans-serif;
  outline: none;
  -webkit-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}
.button i,
button.button i {
  vertical-align: middle;
  font-size: 0.6rem;
  margin-left: 0.5rem;
}

/**
 * WIDGETS AND PLUGINS
 */
div.bg-image {
  top: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  opacity: 0;
}
div.bg-image + .container {
  z-index: 10;
  position: relative;
}

.bg-cover {
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-transition: none;
  transition: none;
}
.bg-cover > img {
  height: 100%;
  width: 100%;
}

/**
 * Lazy Load
 */
.lazy,
.bg-lazy {
  opacity: 0;
  -webkit-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}
.lazy.loaded, .lazy.bg-loaded,
.bg-lazy.loaded,
.bg-lazy.bg-loaded {
  opacity: 1;
}

/**
 * Ajax loader
 */
.reveal .ajax-loader {
  text-align: center;
  width: 100%;
  display: block;
  font-size: 1rem;
  color: #EBF5FA;
}

.takeover {
  background-color: rgb(255, 255, 255);
}
.takeover .toggle-takeover {
  color: #999;
  padding: 0;
  position: relative;
  right: 1rem;
  top: 1rem;
}
.takeover .toggle-takeover i {
  font-size: 4rem;
}
.takeover .takeover-content {
  padding: 2rem;
}
.takeover .takeover-content .grid-x {
  position: relative;
}

/**
 * Progress Indicator for Barba
 * Based on Pace but uses greensock
 */
.barba-progress {
  background: #990000;
  position: fixed;
  z-index: 2000;
  top: 0;
  left: 0;
  height: 2px;
}

/**
 * Flex util
 */
.flex-align-center-middle {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
}

/*1024-up*/
@media print, screen and (min-width: 64em) {
  .left-col {
    float: left;
    width: 50%;
    padding-right: 20px;
  }

  .centercol {
    width: 50%;
    margin: auto;
  }

  .right-col {
    float: right;
    width: 50%;
    padding-left: 20px;
  }

  .clearfix {
    clear: both;
  }
}
/**
 * BarbaJS Transitions
 */
#barba-wrapper {
  position: relative;
}

.barba-container + .barba-container {
  position: absolute;
  min-height: 100vh;
  top: 0;
  width: 100%;
}

.site-header.at-top {
  -webkit-transition: top 0s !important;
  transition: top 0s !important;
}

main {
  padding-top: 104px;
}

.site-header {
  top: 0;
  width: 100%;
  z-index: 100;
  visibility: visible;
  opacity: 1;
  background-color: #011F5B;
  height: 104px;
  -webkit-transition: height 0.15s ease-out;
  transition: height 0.15s ease-out;
  position: absolute;
  -webkit-transition: top 0s !important;
  transition: top 0s !important;
}
.site-header.scrolled {
  background-image: none;
  top: -104px;
  width: 100%;
  z-index: 99;
  -webkit-box-shadow: 0px 0px 3px 3px rgba(0, 0, 0, 0.08);
          box-shadow: 0px 0px 3px 3px rgba(0, 0, 0, 0.08);
  position: fixed;
}
.site-header.scrolled.pined {
  top: 0;
  -webkit-transition: top 0.5s !important;
  transition: top 0.5s !important;
}
.site-header.scrolled .wrapper {
  background-image: none;
}
.site-header.scrolled .main-navigation .menu-header-secondary {
  display: none;
}
.site-header.scrolled .main-navigation .mega-menu.logo-home-hover li.has-mega-menu .logo-home .logo-icon {
  color: #011F5B;
}
.site-header.scrolled .main-navigation .menu.mega-menu {
  background-color: transparent;
}
.site-header.scrolled .mobile-menu-icon .burg {
  background-color: #011F5B;
}
.site-header.scrolled .mobile-menu-icon .burg:before, .site-header.scrolled .mobile-menu-icon .burg:after {
  background-color: #011F5B;
}
.site-header.scrolled .mobile-menu-icon.is-open .burg {
  background-color: transparent;
}
.site-header .wrapper {
  position: relative;
  z-index: 9;
  background-color: #011F5B;
  height: 100%;
}
.site-header .wrapper > .grid-x {
  height: 100%;
}
.site-header .util-navigation .menu {
  /* display: inline-flex; */
}
.site-header .util-navigation .menu li {
  letter-spacing: 0.1px;
  font-size: 1.5rem;
  font-family: "Gentium Basic", serif;
  padding: 0;
  -webkit-box-shadow: inset 0px 0px 0px 0px transparent;
          box-shadow: inset 0px 0px 0px 0px transparent;
  -webkit-transition: all 0.15s;
  transition: all 0.15s;
}
@media screen and (max-width: 79.5em) {
  .site-header .util-navigation .menu li {
    font-size: 1.375rem;
  }
}
@media screen and (max-width: 74.5625em) {
  .site-header .util-navigation .menu li {
    font-size: 1.25rem;
  }
}
@media screen and (max-width: 69.6875em) {
  .site-header .util-navigation .menu li {
    font-size: 1.125rem;
  }
}
.site-header .util-navigation .menu li.search-container {
  padding: 0;
  position: relative;
}
.site-header .util-navigation .menu li.search-container .search-button {
  padding: 0 24px;
}
@media screen and (max-width: 65.1875em) {
  .site-header .util-navigation .menu li.search-container .search-button {
    padding: 0 10px 0 0;
  }
}
.site-header .util-navigation .menu li.search-container .search-button .sicon {
  position: relative;
  top: calc(50% - 16px);
  height: 36px;
  display: inline-block;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  opacity: 1;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: transform 0.3s, opacity 0.3s;
  transition: transform 0.3s, opacity 0.3s, -webkit-transform 0.3s;
}
.site-header .util-navigation .menu li.search-container .search-button .sicon:after {
  content: "\e909";
  font-family: "theme-icons" !important;
  font-size: 26px;
  position: relative;
  right: 0px;
  top: -35px;
  padding: 6px;
  border: 1px solid rgba(255, 255, 255, 0.4);
  border-radius: 50%;
}
.site-header .util-navigation .menu li.search-container .search-button .xbtn {
  position: absolute;
  top: calc(50% - 13px);
  right: 24px;
  display: inline-block;
  width: 26px;
  height: 26px;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  opacity: 0;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: transform 0.3s, opacity 0.3s;
  transition: transform 0.3s, opacity 0.3s, -webkit-transform 0.3s;
}
.site-header .util-navigation .menu li.search-container .search-button .xbtn:before, .site-header .util-navigation .menu li.search-container .search-button .xbtn:after {
  content: "";
  background-color: #c2c7d4;
  position: absolute;
  top: 12px;
  left: 3px;
  height: 2px;
  width: 21px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.site-header .util-navigation .menu li.search-container .search-button .xbtn:after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.site-header .util-navigation .menu li.search-container.is-open .search-button .sicon {
  opacity: 0;
}
.site-header .util-navigation .menu li.search-container.is-open .search-button .xbtn {
  opacity: 1;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.site-header .util-navigation .menu li.search-box-container {
  position: absolute;
  top: calc(50% - 25px);
  right: 185px;
  height: 50px;
  width: 0;
  background-color: #ffffff;
  overflow: hidden;
  -webkit-transition: width 0.3s ease-out;
  transition: width 0.3s ease-out;
}
.site-header .util-navigation .menu li.search-box-container input {
  width: 100%;
  background-color: transparent;
  border-bottom: none;
  text-align: left;
  padding: 10px 90px 22px 25px !important;
  position: absolute;
  right: 0px;
  top: -28px;
  font-size: 1.4rem;
  font-family: "Gentium Basic", serif;
}
.site-header .util-navigation .menu li.search-box-container .search-btn {
  position: absolute;
  right: 15px;
  width: 72px;
  top: 0px;
  background-color: transparent;
  color: #990000;
  cursor: pointer;
  height: 100%;
  border: 0px solid #fff;
  z-index: 2;
}
.site-header .util-navigation .menu li.search-box-container .search-btn:hover:after {
  right: -10px;
}
.site-header .util-navigation .menu li.search-box-container .search-btn:after {
  content: "\e90f";
  font-family: "theme-icons" !important;
  font-size: 8px;
  position: relative;
  right: -18px;
  top: -3px;
  -webkit-transition: right 0.3s;
  transition: right 0.3s;
}
.site-header .util-navigation .menu li.search-box-container.is-open {
  width: 400px;
  width: 400px;
}
@media print, screen and (max-width: 74.99875em) {
  .site-header .util-navigation .menu li.search-box-container.is-open {
    width: 400px;
  }
}
@media only screen and (min-width: 1630px) {
  .site-header .util-navigation .menu li.search-box-container.is-open {
    width: 400px;
  }
}
.site-header .util-navigation .menu li.give-now {
  padding: 0;
}
.site-header .util-navigation .menu li.give-now a.button {
  background-color: transparent;
  border: 2px solid white;
  border-radius: 0px;
  color: #fefefe;
  padding: 15px 16px;
  margin: 26px 0 12px 0;
  line-height: 22px;
  height: 53px;
  font-family: "Open Sans", "Helvetica", sans-serif;
  font-size: 0.875rem !important;
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: 0;
  text-align: center;
}
.site-header .util-navigation .menu li.give-now a.button:hover, .site-header .util-navigation .menu li.give-now a.button:focus {
  background-color: #011F5B;
}
.site-header .util-navigation .menu li a {
  padding: 0;
}
.site-header .util-navigation .menu li > a {
  position: relative;
  top: 0px;
  padding-top: 2px;
  color: white;
  font-weight: 500;
  height: 104px;
  line-height: 104px;
  cursor: pointer;
}
.site-header .util-navigation .menu li > a:hover {
  color: #990000;
}

.mobile-top-bar {
  z-index: 9999;
}

.mobile-menu {
  padding: 110px 50px 0 25px;
}
.mobile-menu ul > li {
  padding-top: 5px;
  padding-bottom: 10px;
}
.mobile-menu ul .menu-item-has-children ul {
  background-color: #011F5B;
  width: 100vw;
  margin-left: -25px;
  padding-top: 10px;
  padding-bottom: 10px;
}
.mobile-menu ul .menu-item-has-children ul > li {
  margin: 0 50px 0 50px;
}
.mobile-menu ul .menu-item-has-children ul .menu-item-has-children ul {
  background-color: #001030;
  padding-top: 10px;
  padding-bottom: 10px;
  width: 100vw;
  margin-left: -50px;
}
.mobile-menu ul .menu-item-has-children ul .menu-item-has-children ul > li {
  margin: 0 50px 0 75px;
}
.mobile-menu li {
  position: relative;
  padding-right: 0;
}
.mobile-menu li a {
  display: table;
  color: #ffffff;
  font-size: 1.375rem;
  line-height: 1.3;
  text-transform: capitalize;
  letter-spacing: 1.5px;
  font-weight: 500;
  position: relative;
}
.mobile-menu li .submenu-toggle {
  position: absolute;
  right: 0;
  top: 13px;
  height: 40px;
  width: 60px;
  border-left: 1px solid #ffffff;
}
.mobile-menu li .submenu-toggle[aria-expanded=true]:after {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}
.mobile-menu li .submenu-toggle:before, .mobile-menu li .submenu-toggle:after {
  background-color: #ffffff;
  height: 2px;
  width: 20px;
  content: "";
  position: absolute;
  top: calc(50% - 1px);
  right: 1rem;
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
}
.mobile-menu li .submenu-toggle:after {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.mobile-menu li .submenu-toggle .submenu-toggle-text {
  text-indent: -9999px;
  position: relative;
  display: block;
}
.mobile-menu li .sub-menu {
  list-style: none;
}

.mobile-nav.takeover {
  background-color: #012979;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.mobile-nav.takeover .takeover-content {
  background-color: #012979;
  padding: 0;
  position: relative;
}
.mobile-nav.takeover .takeover-content .menu.drilldown {
  padding: 77px 0 3rem 0;
  height: 100vh;
}
.mobile-nav.takeover .takeover-content .menu.drilldown li.parent-title {
  text-align: center;
}
.mobile-nav.takeover .takeover-content .menu.drilldown li.parent-title a {
  display: table;
  margin: auto;
  background-color: #990000;
  font-weight: 600;
  color: #ffffff;
  padding: 15px 26px;
  margin-bottom: 25px;
  line-height: 30px;
  width: 100vw;
  left: -30px;
  text-transform: uppercase;
}
.mobile-nav.takeover .takeover-content .menu.drilldown li.parent-title a:hover, .mobile-nav.takeover .takeover-content .menu.drilldown li.parent-title a:focus {
  background-color: #990000;
  color: #ffffff;
}
.mobile-nav.takeover .takeover-content .menu.drilldown li.is-drilldown-submenu-parent.parent-title a::after,
.mobile-nav.takeover .takeover-content .menu.drilldown li.is-drilldown-submenu-parent .is-submenu-item a::after {
  display: none;
}
.mobile-nav.takeover .takeover-content .menu.drilldown li.is-drilldown-submenu-parent a {
  position: relative;
}
.mobile-nav.takeover .takeover-content .menu.drilldown li.is-drilldown-submenu-parent a::after {
  border: 0px solid #ffffff;
  content: "\e90f";
  font-family: "theme-icons" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-size: 7px;
  margin: 0;
  top: 26px;
  position: absolute;
  left: auto;
  right: 16px;
  width: 40px;
  height: 8px;
}
.mobile-nav.takeover .takeover-content .menu.drilldown li .js-drilldown-back {
  position: absolute;
  top: 0;
  left: 0;
  margin-bottom: 0;
  height: 77px;
}
.mobile-nav.takeover .takeover-content .menu.drilldown li .js-drilldown-back a {
  height: 77px;
  padding: 29px 0 25px 100px;
  text-indent: -9999px;
}
.mobile-nav.takeover .takeover-content .menu.drilldown li .js-drilldown-back a::before {
  background: #fff;
  width: 20px;
  height: 100%;
  display: block;
  position: absolute;
  right: 10px;
  z-index: 1;
  top: 0;
  border: 0px solid #fff;
  margin: 0;
}
.mobile-nav.takeover .takeover-content .menu.drilldown li .js-drilldown-back a::after {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  left: 30px;
  top: calc(50% - 5px);
  text-indent: 0;
  font-size: 12px;
  position: absolute;
  width: 50px;
  height: 12px;
}
.mobile-nav.takeover .takeover-content .menu.drilldown li a {
  text-transform: capitalize;
  line-height: 100%;
  font-size: 18px;
  font-weight: 500;
  color: #08143A;
  padding: 10px 0;
  -webkit-transition: color 0.25s ease-out;
  transition: color 0.25s ease-out;
}
.mobile-nav.takeover .takeover-content .menu.drilldown li a:hover {
  color: #990000;
}
.mobile-nav.takeover .takeover-content .menu.drilldown li .menu-heading {
  text-transform: uppercase;
  font-weight: 700;
  color: #757575;
  font-size: 14px;
  padding-bottom: 3px;
  margin-bottom: 0.25rem;
  margin-top: 20px;
}
.mobile-nav.takeover .takeover-content .menu.drilldown li ul {
  padding: 77px 30px 3rem 30px;
}
.mobile-nav.takeover .takeover-content .menu.drilldown .mobile-nav-logo {
  position: absolute;
  top: 0px;
  left: 0;
  width: 100%;
}
.mobile-nav.takeover .takeover-content .menu.drilldown .mobile-nav-logo a {
  display: table;
  background-color: transparent;
  color: #ffffff;
  padding: 15px 26px;
  margin-bottom: 0;
  line-height: 30px;
  width: 90%;
  text-transform: uppercase;
  text-align: center;
  font-weight: initial;
  border: 0px solid #ffffff;
  height: 77px;
}
.mobile-nav.takeover .takeover-content .menu.drilldown .mobile-nav-logo a:hover, .mobile-nav.takeover .takeover-content .menu.drilldown .mobile-nav-logo a:focus {
  color: #011F5B;
}
.mobile-nav.takeover .takeover-content .menu.drilldown .mobile-nav-logo a .icon {
  min-width: 200px;
  font-size: 1.47rem;
  position: absolute;
  top: calc(50% - 15px);
  left: 30px;
}
.mobile-nav.takeover .takeover-content .menu.drilldown .mobile-give-now-link {
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 100%;
}
.mobile-nav.takeover .takeover-content .menu.drilldown .mobile-give-now-link a {
  display: table;
  margin: auto;
  background-color: #990000;
  font-weight: 600;
  color: #ffffff;
  padding: 15px 26px;
  margin-bottom: 0;
  line-height: 30px;
  width: 100%;
  font-size: 18px;
  text-transform: uppercase;
  text-align: center;
}
.mobile-nav.takeover .takeover-content .menu.drilldown .mobile-give-now-link a:hover, .mobile-nav.takeover .takeover-content .menu.drilldown .mobile-give-now-link a:focus {
  color: #ffffff;
}
.mobile-nav.takeover .takeover-content .menu.drilldown > li > a {
  color: #011F5B;
  font-size: 18px;
  font-weight: 600;
  text-transform: uppercase;
  padding: 1.1rem 25px;
  border-bottom: 1px solid #eeeeee;
}
.mobile-nav.takeover .takeover-content .menu.drilldown > li > a:first-child {
  border-top: 1px solid #eeeeee;
}

.mobile-menu-icon {
  width: 40px;
  height: 35px;
  position: absolute;
  top: 35px;
  right: 25px;
  cursor: pointer;
  display: block;
  z-index: 101;
}
.mobile-menu-icon .burg {
  float: right;
  position: relative;
  width: 80%;
  height: 2px;
  top: 17px;
  background-color: #ffffff;
  -webkit-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}
.mobile-menu-icon .burg:before, .mobile-menu-icon .burg:after {
  display: block;
  content: "";
  height: 2px;
  width: 100%;
  position: absolute;
  background-color: #ffffff;
  top: -10px;
  -webkit-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}
.mobile-menu-icon .burg:after {
  top: 10px;
}
.mobile-menu-icon.is-open .burg {
  background: transparent;
}
.mobile-menu-icon.is-open .burg:before, .mobile-menu-icon.is-open .burg:after {
  top: 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  background-color: #ffffff;
}
.mobile-menu-icon.is-open .burg:after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

@media print, screen and (max-width: 74.99875em) {
  .logo-home-mobile .logo-icon {
    padding-top: 27px;
  }
}

.dropdown.menu > li.opens-right > .is-dropdown-submenu {
  padding-top: 25px;
  padding-bottom: 25px;
}
@media screen and (max-width: 93.75em) {
  .dropdown.menu > li.opens-right > .is-dropdown-submenu {
    padding-top: 5px;
    padding-bottom: 5px;
  }
}

#new-nav .main-navigation > .menu > li.is-dropdown-submenu-parent:hover:after, #new-nav .main-navigation > .menu > li.is-dropdown-submenu-parent:focus:after {
  color: rgb(255, 255, 255);
}
#new-nav .main-navigation > .menu > li.is-dropdown-submenu-parent:after {
  content: "\e908";
  font-family: "theme-icons";
  color: rgba(255, 255, 255, 0.4);
  left: 0;
  pointer-events: none;
  top: auto;
  right: 0;
  bottom: 10px;
  margin-top: 0;
  width: auto;
  font-size: 22px;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  opacity: 1;
  display: block;
  -webkit-transition: color 0.5s;
  transition: color 0.5s;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  border: none;
}
#new-nav .main-navigation .menu {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  list-style-type: none;
}
#new-nav .main-navigation .menu li {
  padding: 33px 0;
}
#new-nav .main-navigation .menu li.is-dropdown-submenu-parent a {
  position: relative;
}
#new-nav .main-navigation .menu li.is-dropdown-submenu-parent a:after {
  content: "\e90f";
  font-family: "theme-icons";
  color: #011F5B;
  left: auto;
  top: calc(50% - 6px);
  right: 30px;
  margin-top: 0;
  width: 30px;
  font-size: 10px;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  opacity: 0;
  display: block;
  -webkit-transition: opacity 0.5s, right 0.5s;
  transition: opacity 0.5s, right 0.5s;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  border: none;
}
#new-nav .main-navigation .menu li > a {
  color: #FFFFFF;
  height: auto;
  font-family: "Gentium Basic", serif;
  font-size: 1.4375rem;
  letter-spacing: 0;
  line-height: 1.2 !important;
  text-align: center;
  padding-top: 5px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding-bottom: 5px;
}
@media screen and (max-width: 96.875em) {
  #new-nav .main-navigation .menu li > a {
    font-size: 1.375rem;
  }
}
@media screen and (max-width: 93.75em) {
  #new-nav .main-navigation .menu li > a {
    font-size: 1.375rem;
  }
}
@media screen and (max-width: 81.25em) {
  #new-nav .main-navigation .menu li > a {
    font-size: 1.25rem;
  }
}
@media screen and (max-width: 67.125em) {
  #new-nav .main-navigation .menu li > a {
    font-size: 1.375rem;
  }
}
#new-nav .main-navigation .menu li > .is-dropdown-submenu.first-sub {
  border: 0px solid #cacaca;
  list-style-type: none;
  display: block;
  top: calc(100% + 20px);
  opacity: 0;
  pointer-events: none;
  -webkit-transition: top 0.5s, opacity 0.5s;
  transition: top 0.5s, opacity 0.5s;
}
#new-nav .main-navigation .menu li > .is-dropdown-submenu.first-sub.js-dropdown-active {
  display: block;
  top: calc(100% + 0px);
  opacity: 1;
  pointer-events: all;
}
@media screen and (max-width: 93.75em) {
  #new-nav .main-navigation .menu li > .is-dropdown-submenu.first-sub.js-dropdown-active {
    top: calc(100% + 1px);
  }
}
#new-nav .main-navigation .menu li > .is-dropdown-submenu.first-sub .menu-item .is-dropdown-submenu {
  list-style-type: none;
  display: block;
  top: 0;
  left: 100% !important;
  opacity: 0;
  pointer-events: none;
}
#new-nav .main-navigation .menu li > .is-dropdown-submenu.first-sub .menu-item .is-dropdown-submenu.js-dropdown-active {
  display: block;
  top: 0;
  opacity: 1;
  -webkit-transition: left 0.5s, opacity 0.5s;
  transition: left 0.5s, opacity 0.5s;
  pointer-events: all;
}
#new-nav .main-navigation .menu .is-dropdown-submenu > li {
  width: 350px;
  padding: 0px;
  margin-bottom: 0;
  margin-top: 0;
}
@media screen and (max-width: 96.875em) {
  #new-nav .main-navigation .menu .is-dropdown-submenu > li {
    width: 320px;
  }
}
@media screen and (max-width: 93.75em) {
  #new-nav .main-navigation .menu .is-dropdown-submenu > li {
    width: 280px;
  }
}
@media screen and (max-width: 81.25em) {
  #new-nav .main-navigation .menu .is-dropdown-submenu > li {
    width: 250px;
  }
}
#new-nav .main-navigation .menu .is-dropdown-submenu > li:before {
  content: "";
  position: absolute;
  border-left: 2px solid #990000;
  height: 100%;
  left: 0;
  top: 0;
}
#new-nav .main-navigation .menu .is-dropdown-submenu > li:after {
  content: "";
  position: absolute;
  border-left: 2px solid #990000;
  height: 100%;
  left: 6px;
  top: 0;
}
#new-nav .main-navigation .menu .is-dropdown-submenu > li > a {
  padding-left: 40px;
  padding-right: 50px !important;
}
@media screen and (max-width: 93.75em) {
  #new-nav .main-navigation .menu .is-dropdown-submenu > li > a {
    padding-left: 30px;
    padding-right: 50px !important;
  }
}
@media screen and (max-width: 81.25em) {
  #new-nav .main-navigation .menu .is-dropdown-submenu > li > a {
    padding-left: 20px;
    padding-right: 20px !important;
  }
}
#new-nav .main-navigation .menu .is-dropdown-submenu > li > a:hover:after {
  opacity: 1;
  right: 25px;
}
#new-nav .main-navigation .menu .is-dropdown-submenu > li > a:hover:before {
  display: none;
}
#new-nav .main-navigation .menu .is-dropdown-submenu > li li a {
  line-height: 1.2 !important;
}
#new-nav .main-navigation .menu .is-dropdown-submenu .is-dropdown-submenu-parent.opens-right > a::after {
  display: none;
}
#new-nav .main-navigation .menu .is-dropdown-submenu .is-dropdown-submenu-parent.opens-right > a::before {
  display: none;
}
#new-nav .main-navigation .menu .menu-item-has-children .menu-item-has-children a {
  padding-top: 13px;
  padding-bottom: 13px;
}
#new-nav .main-navigation .menu .menu-item-has-children .menu-item-has-children a:hover {
  color: #ffffff !important;
  text-decoration: none;
  -webkit-transition: 0s;
  transition: 0s;
}
#new-nav .main-navigation .menu .menu-item-has-children .menu-item-has-children a:hover:after {
  display: none;
}
#new-nav .main-navigation .menu .menu-item-has-children .sub-menu .is-active a {
  color: #ffffff;
}
#new-nav .main-navigation .menu .menu-item-has-children .sub-menu .menu-item-has-children > a:hover:after {
  display: none;
}
#new-nav .main-navigation .menu .menu-item-has-children .sub-menu ul {
  background-color: #990000;
  margin-top: 0px;
  margin-left: 0;
  border: none;
  list-style-type: none;
  -webkit-columns: 2;
     -moz-columns: 2;
          columns: 2;
  padding: 37px 0;
}
@media screen and (max-width: 93.75em) {
  #new-nav .main-navigation .menu .menu-item-has-children .sub-menu ul {
    padding: 20px 0;
  }
}
@media screen and (max-width: 81.25em) {
  #new-nav .main-navigation .menu .menu-item-has-children .sub-menu ul {
    padding: 15px 0;
  }
}
#new-nav .main-navigation .menu .menu-item-has-children .sub-menu ul li a {
  color: #ffffff;
  padding: 0px;
  margin-left: 40px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-bottom: 10px;
}
#new-nav .main-navigation .menu .menu-item-has-children .sub-menu ul li a:hover {
  text-decoration: underline;
}
#new-nav .main-navigation .menu .menu-item-has-children .sub-menu a {
  width: 100%;
  text-align: left;
  color: #011F5B;
  font-family: "Open Sans", "Helvetica", sans-serif;
  font-size: 1.5rem;
  letter-spacing: 0;
  line-height: 43px;
}
@media screen and (max-width: 93.75em) {
  #new-nav .main-navigation .menu .menu-item-has-children .sub-menu a {
    font-size: 1.125rem;
    padding-top: 10px;
    padding-bottom: 10px;
  }
}
@media screen and (max-width: 81.25em) {
  #new-nav .main-navigation .menu .menu-item-has-children .sub-menu a {
    font-size: 1.0625rem;
  }
}

.privacy-social-bar {
  overflow-x: hidden;
  font-size: 0.875rem;
  padding: 2.2em 0 3em 0;
  color: rgba(255, 255, 255, 0.5);
  background-color: #00143A;
  margin-top: 3rem;
}
@media print, screen and (max-width: 56.24875em) {
  .privacy-social-bar {
    text-align: center;
  }
}
.privacy-social-bar a {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.5);
}
.privacy-social-bar a:hover, .privacy-social-bar a:focus {
  color: #ffffff;
}
@media print, screen and (max-width: 56.24875em) {
  .privacy-social-bar .social-links-container {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 20px;
  }
  .privacy-social-bar .social-links-container > .cell {
    width: 100%;
    text-align: center;
  }
  .privacy-social-bar .social-links-container .social-links {
    margin-top: 10px;
  }
}
.privacy-social-bar ul {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-bottom: 0;
}
.privacy-social-bar ul li {
  position: relative;
  list-style: none;
  padding: 0 15px 0 0;
}
.privacy-social-bar ul li:last-child {
  padding: 0;
}
.privacy-social-bar ul li img {
  height: 28px;
}

.remove-top-space {
  margin-top: -150px;
}

.default-flex .lead-in-default p {
  color: #333333;
  font-family: "Gentium Basic", serif !important;
  font-size: 1.875rem;
  letter-spacing: 0;
  line-height: 34px;
}
@media print, screen and (max-width: 89.99875em) {
  .default-flex .lead-in-default p {
    font-size: 1.5rem;
  }
}

.default-body {
  position: relative;
}
.default-body .container {
  position: relative;
}
.default-body:after {
  content: "";
  position: absolute;
  border-bottom: 2px solid #990000;
  width: 100%;
  top: 6px;
}
.default-body .default-content p {
  color: rgba(0, 0, 0, 0.8);
  font-family: "Open Sans", "Helvetica", sans-serif;
  font-size: 1.5rem;
  letter-spacing: 0;
  line-height: 2.0625rem;
}
@media print, screen and (max-width: 89.99875em) {
  .default-body .default-content p {
    font-size: 1.25rem;
  }
}
.default-body #left-intro {
  padding-bottom: 42px;
}
.default-body #left-intro p {
  color: #333333;
  font-family: "Gentium Basic", serif !important;
  font-size: 1.875rem !important;
  letter-spacing: 0;
  line-height: 2.125rem;
}
@media print, screen and (max-width: 89.99875em) {
  .default-body #left-intro p {
    font-size: 1.5rem;
  }
}
.default-body #left-intro ul {
  margin-left: 35px;
}
.default-body #left-intro ul li {
  padding-bottom: 10px;
  color: #333333;
  font-family: "Gentium Basic", serif;
  font-size: 1.875rem;
  letter-spacing: 0;
  line-height: 34px;
}
@media print, screen and (max-width: 89.99875em) {
  .default-body #left-intro ul li {
    font-size: 1.5rem;
  }
}
.default-body .content-left {
  padding-top: 75px;
  padding-bottom: 60px;
}
.default-body .right-default-page {
  margin-bottom: 8px;
}
.default-body .lead-in-default p {
  color: #333333;
  font-family: "Gentium Basic", serif;
  font-size: 1.875rem;
  letter-spacing: 0;
  line-height: 2.125rem;
}
@media print, screen and (max-width: 89.99875em) {
  .default-body .lead-in-default p {
    font-size: 1.5rem;
  }
}
.default-body p {
  color: rgba(0, 0, 0, 0.8);
  font-family: "Open Sans", "Helvetica", sans-serif;
  font-size: 1.5rem;
  letter-spacing: 0;
  line-height: 33px;
}
@media print, screen and (max-width: 89.99875em) {
  .default-body p {
    font-size: 1.25rem;
  }
}
.default-body h2 {
  color: #011F5B;
  font-family: "Gentium Basic", serif;
  font-size: 2.25rem;
  font-weight: bold;
  letter-spacing: -0.45px;
  line-height: 41px;
  padding-bottom: 20px;
  padding-top: 40px;
}
@media print, screen and (max-width: 89.99875em) {
  .default-body h2 {
    font-size: 1.75rem;
  }
}
.default-body h3 {
  color: #83AFD3;
  font-family: "Open Sans", "Helvetica", sans-serif;
  font-size: 2rem;
  font-weight: bold;
  letter-spacing: 1px;
  line-height: 43px;
  padding-bottom: 10px;
}
@media print, screen and (max-width: 89.99875em) {
  .default-body h3 {
    font-size: 1.625rem;
  }
}
.default-body h4 {
  color: #83AFD3;
  font-family: "Open Sans", "Helvetica", sans-serif;
  font-size: 0.875rem;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 19px;
  padding-bottom: 10px;
}
.default-body h5 {
  color: #011F5B;
  font-family: "Open Sans", "Helvetica", sans-serif;
  font-size: 1.5rem;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 33px;
}
@media print, screen and (max-width: 89.99875em) {
  .default-body h5 {
    font-size: 1.25rem;
  }
}
.default-body ul {
  margin-left: 35px;
}
.default-body ul li {
  padding-bottom: 10px;
  color: #333333;
  font-family: "Open Sans", "Helvetica", sans-serif;
  font-size: 1.5rem;
  letter-spacing: 0;
  line-height: 33px;
}
.default-body .content-right {
  position: absolute;
  right: 0;
  max-width: 392px;
  top: 8px;
  -webkit-box-shadow: 0 4.5px 3.6px 0 rgba(0, 0, 0, 0.02), 0 12.5px 10px 0 rgba(0, 0, 0, 0.03), 0 30.1px 24.1px 0 rgba(0, 0, 0, 0.05), 0 100px 80px 0 rgba(0, 0, 0, 0.07);
          box-shadow: 0 4.5px 3.6px 0 rgba(0, 0, 0, 0.02), 0 12.5px 10px 0 rgba(0, 0, 0, 0.03), 0 30.1px 24.1px 0 rgba(0, 0, 0, 0.05), 0 100px 80px 0 rgba(0, 0, 0, 0.07);
}
@media screen and (max-width: 96.875em) {
  .default-body .content-right {
    right: 0;
    top: 8px;
  }
}
@media screen and (max-width: 64em) {
  .default-body .content-right {
    position: relative;
    max-width: 100%;
  }
}
.default-body .content .touch {
  padding: 27px 0 25px 0;
  text-align: center;
  background-color: #ffffff;
}
.default-body .content .touch a {
  margin-left: -40px;
}
.default-body .blue-contact {
  background-color: #011F5B;
  padding-left: 35px;
  padding-right: 35px;
  padding-bottom: 50px;
}
@media print, screen and (max-width: 74.99875em) {
  .default-body .blue-contact {
    text-align: center;
  }
}
.default-body .blue-contact .name-contact {
  padding-top: 36px;
}
.default-body .blue-contact p {
  text-align: left;
  color: #FFFFFF;
  font-family: "Open Sans", "Helvetica", sans-serif;
  font-size: 1.375rem;
  letter-spacing: 0;
  line-height: 33px;
  padding-bottom: 10px;
}
@media print, screen and (max-width: 89.99875em) {
  .default-body .blue-contact p {
    font-size: 1.25rem;
  }
}
@media print, screen and (max-width: 74.99875em) {
  .default-body .blue-contact p {
    text-align: center;
  }
}
.default-body .blue-contact h3 {
  text-align: left;
  color: #FFFFFF;
  font-family: "Open Sans", "Helvetica", sans-serif;
  font-size: 1.375rem;
  letter-spacing: 0;
  line-height: 33px;
}
@media print, screen and (max-width: 89.99875em) {
  .default-body .blue-contact h3 {
    font-size: 1.25rem;
  }
}
@media print, screen and (max-width: 74.99875em) {
  .default-body .blue-contact h3 {
    text-align: center;
  }
}
.default-body .blue-contact i {
  font-size: 16px;
  padding-right: 10px;
  padding-bottom: 20px;
}
.default-body .blue-contact a {
  position: relative;
  color: #FFFFFF;
  font-family: "Open Sans", "Helvetica", sans-serif;
  font-size: 1.125rem;
  letter-spacing: 0;
  line-height: 33px;
}
@media print, screen and (max-width: 89.99875em) {
  .default-body .blue-contact a {
    font-size: 1.25rem;
  }
}
.default-body .blue-contact a:hover {
  color: #990000;
}
.default-body .blue-contact a:hover .school-arrow {
  margin-left: 17px;
}
.default-body .blue-contact a .school-arrow {
  position: absolute;
  font-size: 0.6rem;
  margin-left: 13px;
  top: 9px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.default-body .blue-contact .middle-blue {
  margin-top: 5px;
  margin-bottom: 5px;
}
.default-body .leadership {
  background-color: #FFFFFF;
}
.default-body .leadership h2 {
  color: #011F5B;
  font-family: "Gentium Basic", serif;
  font-size: 2.25rem;
  font-weight: bold;
  letter-spacing: -0.45px;
  line-height: 41px;
  text-align: center;
  padding-top: 40px;
  padding-bottom: 30px;
}
@media print, screen and (max-width: 89.99875em) {
  .default-body .leadership h2 {
    font-size: 1.75rem;
  }
}
.default-body .leadership hr {
  color: #011F5B;
  width: 78px;
  margin-top: -25px;
}
.default-body .leadership p {
  color: rgba(0, 0, 0, 0.8);
  font-family: "Open Sans", "Helvetica", sans-serif;
  font-size: 1.25rem;
  letter-spacing: 0;
  line-height: 27px;
}
@media print, screen and (max-width: 89.99875em) {
  .default-body .leadership p {
    font-size: 1rem;
  }
}
.default-body .leadership img {
  height: 374px;
  width: 392px;
}
.default-body .leadership .leadership-heading {
  color: #011F5B;
  font-family: "Gentium Basic", serif;
  font-size: 2.25rem;
  font-weight: bold;
  letter-spacing: -0.45px;
  line-height: 41px;
  text-align: center;
  padding-top: 40px;
  padding-bottom: 30px;
}
.default-body .leadership .leader-quote {
  padding: 0 25px 40px 25px;
}
.default-body .leadership .leader-img {
  text-align: center;
}
.default-body .learn-more-blue {
  position: relative;
  font-family: "Open Sans", "Helvetica", sans-serif;
  font-size: 24px;
  font-weight: 300;
  letter-spacing: 0;
  line-height: 33px;
}
.default-body .learn-more-blue:hover {
  color: #011F5B;
}
.default-body .learn-more-blue:hover .school-arrow {
  margin-left: 17px;
}
.default-body .learn-more-blue .school-arrow {
  position: absolute;
  font-size: 0.6rem;
  margin-left: 13px;
  top: 15px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.old-story:after {
  border-bottom: none !important;
}
.old-story .button {
  margin-top: 20px;
}

.button-outline {
  font-size: 1.125rem;
  padding: 0.8em 2em;
}

.button-arrow {
  margin-bottom: 0;
  font-size: 1.5rem;
  padding: 0;
  border: none !important;
  background-color: transparent !important;
}
@media print, screen and (max-width: 89.99875em) {
  .button-arrow {
    font-size: 1.25rem;
  }
}
.button-arrow:after {
  content: "\e900";
  font-family: theme-icons;
  position: relative;
  top: 2px;
  margin-left: 10px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.button-arrow:hover {
  color: #990000 !important;
}
.button-arrow:hover:after {
  margin-left: 20px;
}

.cards-heading-padding {
  text-align: center;
  padding-top: 30px;
  padding-bottom: 30px;
}

p.small {
  font-size: 1.125rem !important;
}

.padding-100-flex {
  padding-bottom: 100px;
}

.padding-top-25 {
  padding-top: 25px;
}

@media print, screen and (max-width: 74.99875em) {
  .no-quote-leadership {
    margin-top: 50px;
  }
}

ul li {
  font-size: 1.125rem;
}

blockquote {
  width: auto;
  padding: 2.9rem 4.3rem;
  margin: 0 0 2rem 0;
  border: 0;
  position: relative;
  background-color: #011F5B;
  font-size: 1.2rem;
  font-family: "Gentium Basic", serif;
  color: #ffffff;
}
blockquote p {
  font-size: 1.375rem;
  color: #ffffff !important;
}
blockquote p cite {
  line-height: 1.4;
  color: #ffffff;
  font-family: "Open Sans", "Helvetica", sans-serif;
  font-size: 1rem;
  letter-spacing: 0;
  margin-top: 1.2rem;
}
blockquote:before {
  content: "“";
  font-family: "Gentium Basic", serif;
  font-size: 3.1rem;
  left: 1.6rem;
  position: absolute;
  top: 2rem;
}

.list-card {
  -webkit-transition: all 0.9s ease;
  transition: all 0.9s ease;
  -webkit-box-shadow: 0 4.5px 3.6px 0 rgba(0, 0, 0, 0.02), 0 12.5px 10px 0 rgba(0, 0, 0, 0.03), 0 30.1px 24.1px 0 rgba(0, 0, 0, 0.05), 0 100px 80px 0 rgba(0, 0, 0, 0.07);
          box-shadow: 0 4.5px 3.6px 0 rgba(0, 0, 0, 0.02), 0 12.5px 10px 0 rgba(0, 0, 0, 0.03), 0 30.1px 24.1px 0 rgba(0, 0, 0, 0.05), 0 100px 80px 0 rgba(0, 0, 0, 0.07);
  min-height: 119px;
  background-color: #FFFFFF;
  margin-bottom: 30px;
}
.list-card:hover {
  -webkit-box-shadow: 0 15px 10px -7px rgba(31, 31, 31, 0.5);
          box-shadow: 0 15px 10px -7px rgba(31, 31, 31, 0.5);
}
.list-card h4 {
  padding: 0 8px;
}

@media (-webkit-device-pixel-ratio: 1.25) {
  html {
    zoom: 0.9;
  }

  @-moz-document url-prefix() {
    html {
      -moz-transform: scale(0.9);
      -moz-transform-origin: 0 0;
      width: 111%;
    }
  }
}
@media (-webkit-device-pixel-ratio: 1.5) {
  html {
    zoom: 0.8;
  }

  @-moz-document url-prefix() {
    html {
      -moz-transform: scale(0.8);
      -moz-transform-origin: 0 0;
      width: calc(125% - 3px);
    }
  }
}
/* .select2-hidden-accessible {
    visibility: hidden;
}

select, .select2-container, .select2-container--default {
    max-width: 100%;
    // width: 100%;

    .select2-dropdown {
        top: 2px;
        border: none;
        -webkit-box-shadow: 0px 21px 43px -4px rgba(0, 0, 0, 0.2);
        -moz-box-shadow: 0px 21px 43px -4px rgba(0, 0, 0, 0.2);
        box-shadow: 0px 21px 43px -4px rgba(0, 0, 0, 0.2);

        .select2-search__field {
            border: 1px solid $brand-red;
            width: 90%;
            margin: 5% 4%;
        }

        .select2-results__option {
            padding: 8px 13px;
            -moz-user-select: none;
            -ms-user-select: none;
            user-select: none;
            -webkit-user-select: none;
        }
    }

    .select2-results__option[aria-selected=true] {
        background-color: $brand-lightestblue;
    }

    .select2-results__option--highlighted[aria-selected] {
        background-color: $brand-lightblue;
    }

    .select2-selection--single {
        background-color: #ffffff;
        border: none;
        border-radius: 0px;
        color: $brand-red;
        outline: none;
        // width: 268px;
        font-weight: 500;
        height: 62px;
        padding-left: unset;
        @include breakpoint(xsmall down) {
            margin-bottom: 30px;
        }

        .select2-selection__rendered {
            padding: 16px 30px 16px 30px;
            width: 268px;
            display: block;
            color: $brand-red;
            border: 2px solid $brand-red;
            font-family: $font-open-sans;
            font-size: rem-calc(14px);
            font-weight: 700;
            letter-spacing: 0;
            position: relative;
                    &:after{
                            content: $icon-chevron-right;
                            font-family: 'theme-icons';
                            right: 10px;
                            margin-top: 2px;
                            width: 30px;
                            font-size: 24px;
                            font-weight: 500;
                            margin-left: auto;
                            margin-right: auto;                         
                            position: absolute;
                            transform: rotate(90deg);
                            color: $brand-red;

                        }
        }

        .select2-selection__arrow {
            display: none;

        }
    }

    option {
        line-height: 41px;
        padding-bottom: 15px;
        padding-left: 15px;
        padding-top: 15px;
        appearance: none !important;
    }
}

select, input[type="text"], input[type="search"], input[type="email"], input[type="password"] {
    background-color: $brand-lightestblue;
    border: 0;
    color: $black;
    outline: none;
    font-weight: 500;
    height: auto;
    box-shadow: 0 0 0;
    position: relative;
    z-index: 2;
    padding: 16px 30px !important;
    margin: 0;
    line-height: 30px;

    &.is-invalid-input {
        background-color: transparent;
    }

    &:focus {
        background-color: $brand-lightestblue;
        border: 0;
        box-shadow: 0 0 0;
        outline: none;
    }
}

textarea {
    background-color: $brand-lightestblue;
    border: 0;
    color: $black;
    outline: none;
    font-weight: 500;
    box-shadow: 0 0 0;
    padding: 16px 30px !important;
    margin-bottom: 0;

    &:focus {
        background-color: $brand-lightestblue;
        border: 0;
        box-shadow: 0 0 0;
        outline: none;
    }
}
 */
/**
 * Forms
 */
select {
  background-color: transparent;
  border: 0;
  border-bottom: 2px solid #990000;
  color: #990000;
  outline: none;
  font-weight: 500;
  background-position: 105% 11px;
  background-image: url("../img/downarrow.svg");
  background-size: 5% auto;
  padding-left: 0;
}
select option {
  line-height: 41px;
  padding-bottom: 15px;
  padding-left: 15px;
  padding-top: 15px;
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  appearance: none !important;
}

input[type=text],
input[type=search],
input[type=email],
input[type=password] {
  background-color: #ebf5f9;
  border: 0;
  border-bottom: 2px solid #990000;
  color: #0a0a0a;
  outline: none;
  font-weight: 500;
  -webkit-box-shadow: 0 0 0;
          box-shadow: 0 0 0;
  padding-left: 0;
  position: relative;
  z-index: 2;
  margin-top: 1.75rem;
}
input[type=text].is-invalid-input,
input[type=search].is-invalid-input,
input[type=email].is-invalid-input,
input[type=password].is-invalid-input {
  background-color: transparent;
}
input[type=text]:focus,
input[type=search]:focus,
input[type=email]:focus,
input[type=password]:focus {
  background-color: transparent;
  border: 0;
  border-bottom: 2px solid #990000;
  -webkit-box-shadow: 0 0 0;
          box-shadow: 0 0 0;
  outline: none;
}

textarea {
  background-color: #ebf5f9;
  border: 0;
  color: #0a0a0a;
  outline: none;
  font-weight: 300;
  -webkit-box-shadow: 0 0 0;
          box-shadow: 0 0 0;
}
textarea:focus {
  background-color: #fff;
  border: 0;
  border-bottom: 2px solid #990000;
  -webkit-box-shadow: 0 0 0;
          box-shadow: 0 0 0;
  outline: none;
}

/**
 * Gravity Forms
 */
body .gform_wrapper ul li.gfield {
  position: relative;
}
body .gform_wrapper ul li.gfield .ginput_complex span {
  position: relative;
  margin-top: 1.75rem;
}
body .gform_wrapper ul li.gfield .ginput_complex span input {
  margin-top: 0;
}

body .gform_wrapper .gfield_checkbox input[type=checkbox]:checked + label,
body .gform_wrapper .gfield_radio input[type=radio]:checked + label {
  font-weight: 700;
}

body .gform_wrapper .validation_error {
  border: 0 !important;
}

body .gform_wrapper .gfield.gfield_error {
  border: 0 !important;
  background-color: transparent !important;
}

body .gform_wrapper .gfield.gfield_error.gfield_contains_required div.ginput_container,
body .gform_wrapper .gfield.gfield_error.gfield_contains_required label.gfield_label {
  margin-top: 0;
}

.gform_footer button {
  color: #990000;
  font-family: "Open Sans", "Helvetica", sans-serif;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 19px;
  text-align: center;
  border: 2px solid #990000;
}

.gform_wrapper .gform_body .gfield .ginput_container_checkbox .gfield_checkbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
}
.gform_wrapper .gform_body .gfield .ginput_container_checkbox .gfield_checkbox .gchoice {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  min-height: 0px;
  min-width: 0px;
  width: auto;
  overflow: unset;
  margin: 0;
  margin-bottom: 10px;
}
@media print, screen and (max-width: 39.99875em) {
  .gform_wrapper .gform_body .gfield .ginput_container_checkbox .gfield_checkbox .gchoice {
    width: 100%;
  }
}
.gform_wrapper .gform_body .gfield .ginput_container_checkbox .gfield_checkbox .gchoice input[type=checkbox],
.gform_wrapper .gform_body .gfield .ginput_container_checkbox .gfield_checkbox .gchoice input[type=radio] {
  display: none;
}
.gform_wrapper .gform_body .gfield .ginput_container_checkbox .gfield_checkbox .gchoice input[type=checkbox]:checked + label:before,
.gform_wrapper .gform_body .gfield .ginput_container_checkbox .gfield_checkbox .gchoice input[type=radio]:checked + label:before {
  background-color: #979797;
}
.gform_wrapper .gform_body .gfield .ginput_container_checkbox .gfield_checkbox .gchoice input[type=checkbox] + label,
.gform_wrapper .gform_body .gfield .ginput_container_checkbox .gfield_checkbox .gchoice input[type=radio] + label {
  position: relative;
  top: 0;
  left: 0;
  margin-left: 0;
  margin-right: 30px;
  line-height: 1.3;
  margin-bottom: 0;
  padding-left: 30px;
  pointer-events: all;
  display: unset;
}
.gform_wrapper .gform_body .gfield .ginput_container_checkbox .gfield_checkbox .gchoice input[type=checkbox] + label:before,
.gform_wrapper .gform_body .gfield .ginput_container_checkbox .gfield_checkbox .gchoice input[type=radio] + label:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 18px;
  width: 18px;
  background-color: transparent;
  border: 2px solid #979797;
  border-radius: 3px;
  -webkit-transition: background-color 0.5s;
  transition: background-color 0.5s;
}
.gform_wrapper .gform_body .gfield .ginput_container_checkbox .gfield_checkbox .gchoice input[type=checkbox] + label:after,
.gform_wrapper .gform_body .gfield .ginput_container_checkbox .gfield_checkbox .gchoice input[type=radio] + label:after {
  position: absolute;
  left: 10px;
  top: 6px;
  color: transparent;
  content: "";
  font-family: "theme-icons";
  font-size: 17px;
  -webkit-transition: color 0.5s;
  transition: color 0.5s;
}

.tml-action-login main {
  padding-top: 0;
}

.login-screen > .grid-x {
  height: 100vh;
}
.login-screen .tagline {
  padding: 2rem 1rem;
  background-color: #011F5B;
  position: relative;
  overflow: hidden;
}
.login-screen .tagline .tagline-text {
  position: relative;
  z-index: 5;
  padding: 0 2rem;
}
.login-screen .tagline .tagline-text img {
  width: 345px;
  max-width: 100%;
}
.login-screen .auth {
  padding: 3rem 1rem;
}
@media screen and (max-height: 600px) {
  .login-screen .auth {
    padding: 2rem 1rem;
  }
}
.login-screen .auth > .grid-x {
  max-width: 290px;
  width: 100%;
}
.login-screen .auth h1 {
  text-transform: uppercase;
  font-size: 50px;
  font-weight: 600;
  line-height: 48px;
}
.login-screen .auth h1 span {
  display: block;
}
@media screen and (max-height: 600px) {
  .login-screen .auth h1 {
    font-size: 30px;
    line-height: 28px;
  }
  .login-screen .auth h1 span {
    display: inline-block;
  }
}
.login-screen .auth .tml-rememberme-wrap {
  display: none;
}
.login-screen .auth .tml-links {
  list-style: none;
  margin-top: 3rem;
  margin-left: 0;
}
@media screen and (max-height: 600px) {
  .login-screen .auth .tml-links {
    margin-top: 1.5rem;
  }
}
.login-screen .auth .tml-links li {
  text-align: center;
  font-size: 0.875rem;
}
.login-screen .auth .tml-links li a {
  color: #666;
}
.login-screen .auth .tml .tml-field-wrap {
  margin-bottom: 1.5em;
}
@media screen and (max-height: 600px) {
  .login-screen .auth .tml .tml-field-wrap {
    margin-bottom: 0.5em;
  }
}
.login-screen .auth .tml-log-wrap, .login-screen .auth .tml-pwd-wrap {
  position: relative;
}
.login-screen .auth .tml-log-wrap input, .login-screen .auth .tml-pwd-wrap input {
  padding-left: 3rem;
}
.login-screen .auth .tml-log-wrap:before, .login-screen .auth .tml-pwd-wrap:before {
  font-family: "theme-icons" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  content: "\e906";
  position: absolute;
  bottom: 0.75rem;
  left: 1rem;
  color: #006677;
  z-index: 5;
  font-size: 1.5rem;
}

.page-template-default.logged-in main > section:first-child {
  padding: 60px 0;
}

.donor-form_wrapper.gravity-theme {
  /* .gfield.gfield--width-full[data-repeater2-parentid="1"] {
      align-self: end;
      &[data-repeater2-childid="1"] {
          grid-column: span 2;
      }
      &[data-repeater2-childid="2"] {
          grid-column: span 4;
      }
      &[data-repeater2-childid="3"] {
          grid-column: span 4;
      }
      &[data-repeater2-childid="4"] {
          grid-column: span 2;
      }

  } */
}
.donor-form_wrapper.gravity-theme .ginput_container_repeater2-end {
  margin-bottom: 1rem;
}
.donor-form_wrapper.gravity-theme .gf_repeater2_add {
  background-color: #011F5B;
}
.donor-form_wrapper.gravity-theme .gf_repeater2_remove {
  background-color: #990000;
}
.donor-form_wrapper.gravity-theme .gform_fields {
  -ms-grid-columns: 1fr 2% [16];
  grid-template-columns: repeat(16, 1fr);
}
.donor-form_wrapper.gravity-theme .gfield.gfield--width-full {
  -ms-grid-column-span: 16;
  grid-column: span 16;
}
@media print, screen and (min-width: 40em) {
  .donor-form_wrapper.gravity-theme .gfield.gfield--width-full.grid-1 {
    -ms-grid-column-span: 8;
    grid-column: span 8;
  }
}
@media print, screen and (min-width: 64em) {
  .donor-form_wrapper.gravity-theme .gfield.gfield--width-full.grid-1 {
    -ms-grid-column-span: 4;
    grid-column: span 4;
  }
}
@media screen and (min-width: 75em) {
  .donor-form_wrapper.gravity-theme .gfield.gfield--width-full.grid-1 {
    -ms-grid-column-span: 1;
    grid-column: span 1;
  }
}
@media print, screen and (min-width: 40em) {
  .donor-form_wrapper.gravity-theme .gfield.gfield--width-full.grid-2 {
    -ms-grid-column-span: 8;
    grid-column: span 8;
  }
}
@media print, screen and (min-width: 64em) {
  .donor-form_wrapper.gravity-theme .gfield.gfield--width-full.grid-2 {
    -ms-grid-column-span: 4;
    grid-column: span 4;
  }
}
@media screen and (min-width: 75em) {
  .donor-form_wrapper.gravity-theme .gfield.gfield--width-full.grid-2 {
    -ms-grid-column-span: 2;
    grid-column: span 2;
  }
}
@media print, screen and (min-width: 40em) {
  .donor-form_wrapper.gravity-theme .gfield.gfield--width-full.grid-3 {
    -ms-grid-column-span: 8;
    grid-column: span 8;
  }
}
@media print, screen and (min-width: 64em) {
  .donor-form_wrapper.gravity-theme .gfield.gfield--width-full.grid-3 {
    -ms-grid-column-span: 4;
    grid-column: span 4;
  }
}
@media screen and (min-width: 75em) {
  .donor-form_wrapper.gravity-theme .gfield.gfield--width-full.grid-3 {
    -ms-grid-column-span: 3;
    grid-column: span 3;
  }
}
@media print, screen and (min-width: 40em) {
  .donor-form_wrapper.gravity-theme .gfield.gfield--width-full.grid-4 {
    -ms-grid-column-span: 8;
    grid-column: span 8;
  }
}
@media print, screen and (min-width: 64em) {
  .donor-form_wrapper.gravity-theme .gfield.gfield--width-full.grid-4 {
    -ms-grid-column-span: 4;
    grid-column: span 4;
  }
}
@media screen and (min-width: 75em) {
  .donor-form_wrapper.gravity-theme .gfield.gfield--width-full.grid-4 {
    -ms-grid-column-span: 4;
    grid-column: span 4;
  }
}
@media print, screen and (min-width: 40em) {
  .donor-form_wrapper.gravity-theme .gfield.gfield--width-full.grid-5 {
    -ms-grid-column-span: 8;
    grid-column: span 8;
  }
}
@media print, screen and (min-width: 64em) {
  .donor-form_wrapper.gravity-theme .gfield.gfield--width-full.grid-5 {
    -ms-grid-column-span: 4;
    grid-column: span 4;
  }
}
@media screen and (min-width: 75em) {
  .donor-form_wrapper.gravity-theme .gfield.gfield--width-full.grid-5 {
    -ms-grid-column-span: 5;
    grid-column: span 5;
  }
}
@media print, screen and (min-width: 40em) {
  .donor-form_wrapper.gravity-theme .gfield.gfield--width-full.grid-6 {
    -ms-grid-column-span: 8;
    grid-column: span 8;
  }
}
@media print, screen and (min-width: 64em) {
  .donor-form_wrapper.gravity-theme .gfield.gfield--width-full.grid-6 {
    -ms-grid-column-span: 4;
    grid-column: span 4;
  }
}
@media screen and (min-width: 75em) {
  .donor-form_wrapper.gravity-theme .gfield.gfield--width-full.grid-6 {
    -ms-grid-column-span: 6;
    grid-column: span 6;
  }
}
@media print, screen and (min-width: 40em) {
  .donor-form_wrapper.gravity-theme .gfield.gfield--width-full.grid-7 {
    -ms-grid-column-span: 8;
    grid-column: span 8;
  }
}
@media print, screen and (min-width: 64em) {
  .donor-form_wrapper.gravity-theme .gfield.gfield--width-full.grid-7 {
    -ms-grid-column-span: 4;
    grid-column: span 4;
  }
}
@media screen and (min-width: 75em) {
  .donor-form_wrapper.gravity-theme .gfield.gfield--width-full.grid-7 {
    -ms-grid-column-span: 7;
    grid-column: span 7;
  }
}
@media print, screen and (min-width: 40em) {
  .donor-form_wrapper.gravity-theme .gfield.gfield--width-full.grid-8 {
    -ms-grid-column-span: 8;
    grid-column: span 8;
  }
}
@media print, screen and (min-width: 64em) {
  .donor-form_wrapper.gravity-theme .gfield.gfield--width-full.grid-8 {
    -ms-grid-column-span: 4;
    grid-column: span 4;
  }
}
@media screen and (min-width: 75em) {
  .donor-form_wrapper.gravity-theme .gfield.gfield--width-full.grid-8 {
    -ms-grid-column-span: 8;
    grid-column: span 8;
  }
}
@media print, screen and (min-width: 40em) {
  .donor-form_wrapper.gravity-theme .gfield.gfield--width-full.grid-9 {
    -ms-grid-column-span: 8;
    grid-column: span 8;
  }
}
@media print, screen and (min-width: 64em) {
  .donor-form_wrapper.gravity-theme .gfield.gfield--width-full.grid-9 {
    -ms-grid-column-span: 4;
    grid-column: span 4;
  }
}
@media screen and (min-width: 75em) {
  .donor-form_wrapper.gravity-theme .gfield.gfield--width-full.grid-9 {
    -ms-grid-column-span: 9;
    grid-column: span 9;
  }
}
@media print, screen and (min-width: 40em) {
  .donor-form_wrapper.gravity-theme .gfield.gfield--width-full.grid-10 {
    -ms-grid-column-span: 8;
    grid-column: span 8;
  }
}
@media print, screen and (min-width: 64em) {
  .donor-form_wrapper.gravity-theme .gfield.gfield--width-full.grid-10 {
    -ms-grid-column-span: 4;
    grid-column: span 4;
  }
}
@media screen and (min-width: 75em) {
  .donor-form_wrapper.gravity-theme .gfield.gfield--width-full.grid-10 {
    -ms-grid-column-span: 10;
    grid-column: span 10;
  }
}
@media print, screen and (min-width: 40em) {
  .donor-form_wrapper.gravity-theme .gfield.gfield--width-full.grid-11 {
    -ms-grid-column-span: 8;
    grid-column: span 8;
  }
}
@media print, screen and (min-width: 64em) {
  .donor-form_wrapper.gravity-theme .gfield.gfield--width-full.grid-11 {
    -ms-grid-column-span: 4;
    grid-column: span 4;
  }
}
@media screen and (min-width: 75em) {
  .donor-form_wrapper.gravity-theme .gfield.gfield--width-full.grid-11 {
    -ms-grid-column-span: 11;
    grid-column: span 11;
  }
}
@media print, screen and (min-width: 40em) {
  .donor-form_wrapper.gravity-theme .gfield.gfield--width-full.grid-12 {
    -ms-grid-column-span: 8;
    grid-column: span 8;
  }
}
@media print, screen and (min-width: 64em) {
  .donor-form_wrapper.gravity-theme .gfield.gfield--width-full.grid-12 {
    -ms-grid-column-span: 4;
    grid-column: span 4;
  }
}
@media screen and (min-width: 75em) {
  .donor-form_wrapper.gravity-theme .gfield.gfield--width-full.grid-12 {
    -ms-grid-column-span: 12;
    grid-column: span 12;
  }
}
@media print, screen and (min-width: 40em) {
  .donor-form_wrapper.gravity-theme .gfield.gfield--width-full.grid-13 {
    -ms-grid-column-span: 8;
    grid-column: span 8;
  }
}
@media print, screen and (min-width: 64em) {
  .donor-form_wrapper.gravity-theme .gfield.gfield--width-full.grid-13 {
    -ms-grid-column-span: 4;
    grid-column: span 4;
  }
}
@media screen and (min-width: 75em) {
  .donor-form_wrapper.gravity-theme .gfield.gfield--width-full.grid-13 {
    -ms-grid-column-span: 13;
    grid-column: span 13;
  }
}
@media print, screen and (min-width: 40em) {
  .donor-form_wrapper.gravity-theme .gfield.gfield--width-full.grid-14 {
    -ms-grid-column-span: 8;
    grid-column: span 8;
  }
}
@media print, screen and (min-width: 64em) {
  .donor-form_wrapper.gravity-theme .gfield.gfield--width-full.grid-14 {
    -ms-grid-column-span: 4;
    grid-column: span 4;
  }
}
@media screen and (min-width: 75em) {
  .donor-form_wrapper.gravity-theme .gfield.gfield--width-full.grid-14 {
    -ms-grid-column-span: 14;
    grid-column: span 14;
  }
}
@media print, screen and (min-width: 40em) {
  .donor-form_wrapper.gravity-theme .gfield.gfield--width-full.grid-15 {
    -ms-grid-column-span: 8;
    grid-column: span 8;
  }
}
@media print, screen and (min-width: 64em) {
  .donor-form_wrapper.gravity-theme .gfield.gfield--width-full.grid-15 {
    -ms-grid-column-span: 4;
    grid-column: span 4;
  }
}
@media screen and (min-width: 75em) {
  .donor-form_wrapper.gravity-theme .gfield.gfield--width-full.grid-15 {
    -ms-grid-column-span: 15;
    grid-column: span 15;
  }
}
@media print, screen and (min-width: 40em) {
  .donor-form_wrapper.gravity-theme .gfield.gfield--width-full.grid-16 {
    -ms-grid-column-span: 8;
    grid-column: span 8;
  }
}
@media print, screen and (min-width: 64em) {
  .donor-form_wrapper.gravity-theme .gfield.gfield--width-full.grid-16 {
    -ms-grid-column-span: 4;
    grid-column: span 4;
  }
}
@media screen and (min-width: 75em) {
  .donor-form_wrapper.gravity-theme .gfield.gfield--width-full.grid-16 {
    -ms-grid-column-span: 16;
    grid-column: span 16;
  }
}
.donor-form_wrapper.gravity-theme [data-repeater2-repeatid] {
  -ms-flex-item-align: end;
      -ms-grid-row-align: end;
      align-self: end;
}
.donor-form_wrapper.gravity-theme [data-repeater2-repeatid] label {
  display: none;
}
.donor-form_wrapper.gravity-theme [data-repeater2-repeatid][data-repeater2-repeatid="1"] label {
  display: inline-block;
}
.donor-form_wrapper.gravity-theme .amount .ginput_container {
  position: relative;
}
.donor-form_wrapper.gravity-theme .amount .ginput_container:before {
  content: "$";
  position: absolute;
  display: block;
  color: #999;
  font-size: 1.25rem;
  z-index: 999;
  left: 2px;
  top: 5px;
}
.donor-form_wrapper.gravity-theme .amount .ginput_container input {
  padding-left: 1rem;
}
.donor-form_wrapper.gravity-theme .subtotal {
  margin-bottom: 2rem;
}
.donor-form_wrapper.gravity-theme .total {
  font-weight: 700;
}