@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(0, 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;
  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;
}

#schools-add-toggle {
  display: none !important;
}

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

body,
html {
  overflow-x: hidden;
  position: relative;
}

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

article figure,
article .wp-caption {
  margin-bottom: 1.5rem;
}
article figure figcaption,
article .wp-caption figcaption {
  text-align: center;
  padding: 0.75rem 0;
}
article .wp-slider {
  margin-top: 2rem;
  margin-bottom: 2rem;
  display: table;
  width: 100%;
}
article .wp-slider .item {
  width: 100%;
}
article .wp-slider figure {
  margin-bottom: 0;
}
article .wp-slider figure figcaption {
  background-color: #011F5B;
  position: relative;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 40px 56px;
  color: #FFFFFF;
  font-family: "Open Sans", "Helvetica", sans-serif;
  font-size: 1rem;
  font-weight: 300;
  letter-spacing: 0;
  line-height: 22px;
}
article .wp-slider .flickity-page-dots {
  bottom: -2rem;
}
article .wp-slider .flickity-button {
  font-size: 0.75rem;
  line-height: 0.9375rem;
  text-transform: uppercase;
  font-family: "Open Sans", "Helvetica", sans-serif;
  color: #577EB4;
  border-radius: 0px;
  height: 54px;
  background-color: transparent;
}
article .wp-slider .flickity-button.previous {
  left: -60px;
  right: auto;
  overflow: hidden;
}
@media print, screen and (max-width: 39.99875em) {
  article .wp-slider .flickity-button.previous {
    top: -30px !important;
    left: 0;
  }
}
article .wp-slider .flickity-button.previous:before {
  content: "Prev";
  position: absolute;
  top: 6px;
  left: 15px;
  font-weight: 600;
}
article .wp-slider .flickity-button.previous svg {
  width: 70px;
  height: 70px;
  left: 20px;
  top: 24px;
}
article .wp-slider .flickity-button.next {
  right: -59px;
  overflow: hidden;
}
@media print, screen and (max-width: 39.99875em) {
  article .wp-slider .flickity-button.next {
    top: -30px !important;
    left: 101px;
  }
}
article .wp-slider .flickity-button.next:before {
  content: "Next";
  position: absolute;
  right: 15px;
  top: 6px;
  font-weight: 600;
}
article .wp-slider .flickity-button.next svg {
  width: 70px;
  height: 70px;
  right: 20px;
  bottom: 12px;
  left: auto;
  top: auto;
}
article .wp-slider .flickity-button-icon {
  fill: #011F5B;
}
article .wp-slider .flickity-prev-next-button {
  width: 50px;
  height: 50px;
}
@media print, screen and (max-width: 39.99875em) {
  article .wp-slider .flickity-prev-next-button {
    width: 50px;
  }
}
article .wp-slider .item {
  width: 100%;
}
article .wp-slider .item .image-container {
  padding-right: 0px;
}
article .wp-slider .item .image-container img {
  width: 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%;
}

/*active links*/
.canvas-wrapper.site-header-has-promo {
  top: 60px;
}

.page-template-template-involved .main-navigation.navigation.right .menu.mega-menu.dropdown li.toplink:nth-child(3) > a,
.page-template-template-priorities .main-navigation.navigation.right .menu.mega-menu.dropdown li.toplink:nth-child(1) > a,
.blog .main-navigation.navigation.right .menu.mega-menu.dropdown li.toplink:nth-child(4) > a,
.single .main-navigation.navigation.right .menu.mega-menu.dropdown li.toplink:nth-child(4) > a,
.archive .main-navigation.navigation.right .menu.mega-menu.dropdown li.toplink:nth-child(4) > a,
.page-template-template-give-to-penn .main-navigation.navigation.right .menu.mega-menu.dropdown li.toplink:nth-child(2) > a {
  -webkit-box-shadow: inset 0px -5px 0px 0px #990000;
          box-shadow: inset 0px -5px 0px 0px #990000;
  color: #990000;
}
.page-template-template-involved .main-navigation.navigation.right .menu.mega-menu.dropdown li.toplink:nth-child(3):hover > a,
.page-template-template-priorities .main-navigation.navigation.right .menu.mega-menu.dropdown li.toplink:nth-child(1):hover > a,
.blog .main-navigation.navigation.right .menu.mega-menu.dropdown li.toplink:nth-child(4):hover > a,
.single .main-navigation.navigation.right .menu.mega-menu.dropdown li.toplink:nth-child(4):hover > a,
.archive .main-navigation.navigation.right .menu.mega-menu.dropdown li.toplink:nth-child(4):hover > a,
.page-template-template-give-to-penn .main-navigation.navigation.right .menu.mega-menu.dropdown li.toplink:nth-child(2):hover > a {
  -webkit-box-shadow: inset 0px 0px 0px 0px #990000;
          box-shadow: inset 0px 0px 0px 0px #990000;
}

.page-template-template-involved .main-navigation.navigation.right .menu.mega-menu.dropdown li.toplink:nth-child(3):hover > a,
.blog .main-navigation.navigation.right .menu.mega-menu.dropdown li.toplink:nth-child(4):hover > a,
.single .main-navigation.navigation.right .menu.mega-menu.dropdown li.toplink:nth-child(4):hover > a,
.archive .main-navigation.navigation.right .menu.mega-menu.dropdown li.toplink:nth-child(4):hover > a {
  -webkit-box-shadow: inset 0px -5px 0px 0px #990000;
          box-shadow: inset 0px -5px 0px 0px #990000;
}

.school-template-default .site-header .wrapper {
  background-image: none;
}

/*turn off Give to Penn mega menu because they have not links-- leave here in case they get their sht together*/
/* .site-header .main-navigation .menu li.has-mega-menu:nth-child(3):hover {
    background-color: transparent;
}
.site-header .main-navigation .mega-menu li.toplink:nth-child(3) .dropdown-pane {
    display: none !important;
    } */
/* end turn off Give to Penn mega menu because they have not links-- leave here in case they get their sht together*/
.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: #ffffff;
}
.site-header.scrolled .mobile-menu-icon .burg:before, .site-header.scrolled .mobile-menu-icon .burg:after {
  background-color: #ffffff;
}
.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 .util-navigation .menu {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  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);
}

.top-promo-wrapper {
  min-height: 60px;
  top: 104px;
  position: relative;
  background-color: #990000;
  color: #ffffff;
  width: 100%;
  z-index: 3;
  font-weight: 500;
  padding: 0 1rem;
}
.top-promo-wrapper .cell {
  color: #44464b;
  padding: 0 1rem;
}
.top-promo-wrapper p {
  text-align: center;
  line-height: 1.2em;
  margin-bottom: 0;
}
.top-promo-wrapper p strong,
.top-promo-wrapper p b {
  color: #990000;
  font-weight: bold;
}
.top-promo-wrapper p a {
  color: #fefefe;
}
.top-promo-wrapper a:hover .content:after, .top-promo-wrapper a:focus .content:after {
  opacity: 1;
}
.top-promo-wrapper a.promo-button {
  border: 1px solid #ffffff;
  position: relative;
}
.top-promo-wrapper a.promo-button:after {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  content: "";
  background-color: #ffffff;
  opacity: 0;
  z-index: 0;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
.top-promo-wrapper a.promo-button:hover .content, .top-promo-wrapper a.promo-button:focus .content {
  color: #ffffff;
}
.top-promo-wrapper a.promo-button:hover:after, .top-promo-wrapper a.promo-button:focus:after {
  opacity: 1;
}
.top-promo-wrapper a.promo-button .content {
  line-height: inherit;
  -webkit-transition: color 0.5s;
  transition: color 0.5s;
  z-index: 1;
}
.top-promo-wrapper a.promo-button .content:after {
  display: none;
}
.top-promo-wrapper .content {
  display: table;
  margin: auto;
  color: #ffffff;
  font-weight: 500;
  position: relative;
  line-height: 1.2;
}
@media print, screen and (max-width: 56.24875em) {
  .top-promo-wrapper .content {
    font-size: 15px;
    padding-top: 6px;
    padding-bottom: 8px;
  }
}
.top-promo-wrapper .content:after {
  position: absolute;
  bottom: -1px;
  left: 0;
  height: 1px;
  width: 100%;
  content: "";
  background-color: #ffffff;
  opacity: 0;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
@media print, screen and (max-width: 56.24875em) {
  .top-promo-wrapper .content:after {
    display: none;
  }
}

@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;
  overflow: hidden;
}
#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;
  }
}

@media screen and (max-width: 63.9375em) {
  .site-header .wrapper {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    position: absolute !important;
    right: 80px !important;
    background-color: rgba(1, 31, 91, 0) !important;
    z-index: 99999 !important;
  }
  .site-header .wrapper .search-mobile {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .site-header .wrapper .give-now {
    display: none;
  }
}
@media screen and (max-width: 63.9375em) and (max-width: 25em) {
  .site-header .wrapper .util-navigation ul {
    right: -15px;
  }
}
@media screen and (max-width: 63.9375em) {
  .site-header li.search-box-container.is-open {
    width: 315px !important;
  }
}
@media screen and (max-width: 63.9375em) and (max-width: 31.1875em) {
  .site-header li.search-box-container.is-open {
    width: 248px !important;
  }
}
@media screen and (max-width: 63.9375em) {
  .site-header li.search-box-container {
    right: 60px !important;
  }
}
.page-template-default-flex-landing-page .site-header .nav-logo-desktop {
  pointer-events: none;
  position: absolute;
  left: calc(6% + 4px);
  top: calc(24% + 1px);
}
.page-template-default-flex-landing-page .site-header #new-nav .main-navigation {
  display: none !important;
}
.page-template-default-flex-landing-page .site-header .util-navigation .search-container {
  display: none;
}
.page-template-default-flex-landing-page .site-header .util-navigation .sicon {
  display: none !important;
}
@media screen and (max-width: 40em) {
  .page-template-default-flex-landing-page .site-header .util-navigation .mega-menu {
    float: right;
    margin-right: 5%;
  }
}
.page-template-default-flex-landing-page .site-header .wrapper-for-landing {
  display: block !important;
}
@media screen and (max-width: 63.9375em) {
  .page-template-default-flex-landing-page .site-header .wrapper-for-landing {
    right: 0 !important;
    position: relative !important;
  }
}
.page-template-default-flex-landing-page .site-header .wrapper-for-landing .cell {
  display: block !important;
}
.page-template-default-flex-landing-page .page-hero .logo a {
  display: none;
}
.page-template-default-flex-landing-page .story-body .button {
  font-size: 1.15rem;
}
.page-template-default-flex-landing-page .mobile-menu-banner {
  display: none;
}
.page-template-default-flex-landing-page .give-now {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}
.page-template-default-flex-landing-page .give-now.hide {
  display: none !important;
}

.site-footer {
  overflow-x: hidden;
  position: relative;
  z-index: 9;
  padding: 3rem 0 0 0;
  background-color: #011F5B;
  color: #fff;
}
.site-footer .footer-logo {
  position: relative;
}
.site-footer .footer-logo:after {
  content: "";
  position: absolute;
  border-top: 1px solid rgba(255, 255, 255, 0.4);
  width: 100%;
  left: 0;
  bottom: 0px;
}
.site-footer .footer-logo a {
  display: table;
  margin-bottom: 20px;
}
.site-footer .footer-side-nav {
  padding-top: 1.5em;
  position: relative;
}
@media print, screen and (max-width: 56.24875em) {
  .site-footer .footer-side-nav {
    padding-top: 0;
  }
}
.site-footer .footer-side-nav .menu-footer {
  margin-top: 20px;
}
@media print, screen and (max-width: 56.24875em) {
  .site-footer .footer-side-nav .menu-footer {
    margin-top: 0px;
  }
}
.site-footer .footer-side-nav .menu-footer li a {
  font-size: 1rem;
  line-height: 1.25rem;
  color: #FFFFFF;
  font-family: "Gentium Basic", serif;
  display: table;
  position: relative;
  margin-bottom: 10px;
}
.site-footer .footer-side-nav .menu-footer li a:after {
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 100%;
  height: 1px;
  opacity: 0;
  background-color: #ffffff;
  content: "";
  -webkit-transition: opacity 0.5s, bottom 0.5s;
  transition: opacity 0.5s, bottom 0.5s;
}
.site-footer .footer-side-nav .menu-footer li a:hover:after, .site-footer .footer-side-nav .menu-footer li a:focus:after {
  bottom: 3px;
  opacity: 1;
}
.site-footer .footer-nav {
  position: relative;
}
.site-footer .footer-nav .menu-footer {
  display: table;
  float: right;
  margin-bottom: 0;
}
@media print, screen and (max-width: 56.24875em) {
  .site-footer .footer-nav .menu-footer {
    float: none;
    margin-top: 20px;
  }
}
.site-footer .footer-nav .menu-footer li {
  display: inline-block;
}
@media print, screen and (max-width: 56.24875em) {
  .site-footer .footer-nav .menu-footer li {
    display: table;
  }
}
.site-footer .footer-nav .menu-footer li a {
  font-size: 1.125rem;
  line-height: 1.25rem;
  color: #FFFFFF;
  font-family: "Gentium Basic", serif;
  display: table;
  position: relative;
  margin-left: 20px;
}
@media print, screen and (max-width: 56.24875em) {
  .site-footer .footer-nav .menu-footer li a {
    font-size: 1rem;
    margin-left: 0px;
    margin-bottom: 10px;
  }
}
.site-footer .footer-nav .menu-footer li a:after {
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 100%;
  height: 1px;
  opacity: 0;
  background-color: #ffffff;
  content: "";
  -webkit-transition: opacity 0.5s, bottom 0.5s;
  transition: opacity 0.5s, bottom 0.5s;
}
.site-footer .footer-nav .menu-footer li a:hover:after, .site-footer .footer-nav .menu-footer li a:focus:after {
  bottom: 3px;
  opacity: 1;
}

.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);
  white-space: nowrap;
}
.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;
}

#home {
  overflow-x: hidden;
}
#home .home-hero {
  overflow-x: hidden;
  overflow-y: hidden;
  background-color: white;
  position: relative;
  height: 500px;
  width: 100%;
  background-size: cover;
  background-position: top;
  background-repeat: no-repeat;
  border-bottom: 2px solid #990000;
}
#home .home-hero .heading-hero {
  height: 500px;
  z-index: 32;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
#home .home-hero:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  z-index: 4;
  height: 500px;
  width: 112%;
  background: -webkit-gradient(linear, left top, right top, color-stop(16%, #fff), color-stop(125%, rgba(0, 0, 0, 0)));
  background: linear-gradient(90deg, #fff 16%, rgba(0, 0, 0, 0) 125%);
}
@media print, screen and (max-width: 56.24875em) {
  #home .home-hero:before {
    background: -webkit-gradient(linear, left top, right top, color-stop(0, #fff), color-stop(125%, rgba(0, 0, 0, 0)));
    background: linear-gradient(90deg, #fff 0, rgba(0, 0, 0, 0) 125%);
  }
}
#home .home-hero video::-webkit-media-controls-timeline,
#home .home-hero video::-webkit-media-controls-panel {
  display: none;
}
#home .home-hero .bg-video {
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin-left: 5%;
  z-index: 0;
  width: 95%;
  height: 100%;
  overflow: hidden;
}
@media print, screen and (max-width: 63.99875em) {
  #home .home-hero .bg-video {
    width: 100%;
    margin-left: 0;
  }
}
#home .home-hero .bg-video img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  width: 100%;
}
#home .home-hero video {
  position: absolute;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  position: absolute;
  z-index: 0;
}
#home .home-hero .container .logo {
  z-index: 10;
}
#home .home-hero .container .logo img {
  max-height: 450px;
}
#home .home-hero h1 {
  line-height: 1;
  color: #990000;
  font-family: "Open Sans", "Helvetica", sans-serif;
}
#home .home-hero h1 span {
  color: #011F5B;
  font-family: "Open Sans", "Helvetica", sans-serif;
  font-weight: bold;
  letter-spacing: 9.5px;
}
#home .home-bspot {
  position: relative;
  padding: 95px 0 110px 0;
}
#home .home-bspot:after {
  content: "";
  position: absolute;
  border-bottom: 2px solid #990000;
  width: 100%;
  top: 4.5px;
}
#home .home-bspot h2 {
  font-size: 3.125rem;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 60px;
  text-align: center;
  color: #011F5B;
  font-family: "Open Sans", "Helvetica", sans-serif;
}
@media print, screen and (max-width: 89.99875em) {
  #home .home-bspot h2 {
    font-size: 2.5rem;
  }
}
@media print, screen and (max-width: 56.24875em) {
  #home .home-bspot h2 {
    font-size: 2rem;
    line-height: 1.2;
  }
}
#home .home-bspot p {
  padding-top: 15px;
  color: rgba(0, 0, 0, 0.8);
  font-size: 1.5rem;
  letter-spacing: 0;
  line-height: 33px;
  text-align: center;
  font-family: "Open Sans", "Helvetica", sans-serif;
}
@media print, screen and (max-width: 89.99875em) {
  #home .home-bspot p {
    font-size: 1.25rem;
  }
}
#home .home-bspot .home-buttons {
  text-align: center;
  padding-top: 29px;
}
#home .home-bspot .home-buttons a {
  margin: 0 15px;
}
#home .mosaic {
  padding: 0 0 35px 0;
}
#home .mosaic .cell {
  position: relative;
  height: 400px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  margin-bottom: 25px;
}
#home .mosaic .cell a:hover i {
  margin-left: 10px;
}
#home .mosaic .blue:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(1, 31, 91, 0.71);
}
#home .mosaic .red:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(153, 0, 0, 0.64);
}
#home .mosaic .white:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background: linear-gradient(150.36deg, #FFFFFF 0%, rgba(255, 255, 255, 0) 100%);
}
#home .mosaic .content {
  position: relative;
  padding-top: 40px;
}
#home .mosaic .content h3 {
  color: #FFFFFF;
  font-family: "Open Sans", "Helvetica", sans-serif;
  font-size: 0.875rem;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 19px;
}
#home .mosaic .content h2 {
  color: #FFFFFF;
  font-family: "Gentium Basic", serif;
  font-size: 2.25rem;
  font-weight: bold;
  letter-spacing: -0.45px;
  line-height: 41px;
}
@media print, screen and (max-width: 89.99875em) {
  #home .mosaic .content h2 {
    font-size: 1.75rem;
  }
}
#home .mosaic span {
  color: white;
  font-size: 18px;
  padding-right: 5px;
}
#home .mosaic i {
  font-size: 0.5rem;
  color: #FFFFFF;
  margin-left: 3px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  position: relative;
  top: -1px;
}
#home .mosaic .gift-button {
  height: auto;
}
#home .mosaic .gift-button a {
  position: relative;
  font-family: "Open Sans", "Helvetica", sans-serif;
  font-size: 1.5rem;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 24px;
  background-color: #990000;
  color: #FFFFFF;
  width: 100%;
}
@media print, screen and (max-width: 89.99875em) {
  #home .mosaic .gift-button a {
    font-size: 1.25rem;
  }
}
#home .mosaic .gift-button a:hover {
  background-color: transparent;
  color: #990000;
}
#home .mosaic .gift-button a:hover i {
  color: #990000;
  margin-left: 20px;
}
#home .mosaic .gift-button i {
  position: absolute;
  padding-left: 10px;
  margin-top: 10px;
}
#home .inspires {
  padding: 5% 0 10% 0;
  background-color: rgba(235, 245, 250, 0.5);
}
#home .inspires .header-inspires {
  position: relative;
}
#home .inspires .header-inspires h2 {
  padding-bottom: 4%;
  color: #83AFD3;
  font-family: "Open Sans", "Helvetica", sans-serif;
  font-size: 2rem;
  font-weight: bold;
  letter-spacing: 1px;
  line-height: 43px;
  text-align: center;
}
@media print, screen and (max-width: 89.99875em) {
  #home .inspires .header-inspires h2 {
    font-size: 1.625rem;
  }
}
#home .inspires .header-inspires .tintup {
  width: 100%;
  margin: auto;
}
#home .inspires .header-inspires .instagram-nav {
  position: absolute;
  bottom: -80px;
  left: 45%;
  padding-top: 10px;
}
#home .inspires .header-inspires .instagram-nav .next {
  color: #FFFFFF;
  padding: 5px 25px;
  font-size: 2.5rem;
  background-color: #011F5B;
  font-weight: bold;
  margin-left: 1px;
  text-align: center;
}
#home .inspires .header-inspires .instagram-nav .next:hover {
  opacity: 0.8;
}
#home .inspires .header-inspires .instagram-nav .previous {
  color: #FFFFFF;
  padding: 5px 25px;
  font-size: 2.5rem;
  margin-right: 1px;
  background-color: #011F5B;
  font-weight: bold;
  text-align: center;
}
#home .inspires .header-inspires .instagram-nav .previous:hover {
  opacity: 0.8;
}

#impact-banner {
  position: relative;
  top: -230px;
  width: 100%;
  z-index: 9999999;
  margin-bottom: -175px;
}
#impact-banner .banner {
  padding-left: 20px;
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
  -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 print, screen and (max-width: 26.24875em) {
  #impact-banner .banner {
    padding-left: 0;
  }
}
#impact-banner .img-impact {
  text-align: center;
  margin-right: 3%;
}
#impact-banner .img-impact img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  width: 100%;
  max-width: 250px;
}
#impact-banner .info-impact {
  text-align: left !important;
}
#impact-banner .info-impact h3 {
  text-align: left !important;
  font-size: 2.1875rem;
  font-weight: bold;
  letter-spacing: 0;
  color: #011F5B;
  font-family: "Open Sans", "Helvetica", sans-serif;
  white-space: nowrap;
}
@media print, screen and (max-width: 89.99875em) {
  #impact-banner .info-impact h3 {
    font-size: 1.875rem;
  }
}
@media screen and (max-width: 45.625em) {
  #impact-banner .info-impact h3 {
    font-size: 1.875rem;
    white-space: normal;
  }
}
@media print, screen and (max-width: 56.24875em) {
  #impact-banner .info-impact h3 {
    font-size: 1.6875rem;
  }
}
@media print, screen and (max-width: 26.24875em) {
  #impact-banner .info-impact h3 {
    text-align: center !important;
    white-space: normal;
  }
}
#impact-banner .info-impact p {
  text-align: left !important;
  margin-bottom: 0;
  padding-top: 0;
  color: rgba(0, 0, 0, 0.8);
  font-size: 1.375rem;
  letter-spacing: 0;
  font-family: "Open Sans", "Helvetica", sans-serif;
}
@media print, screen and (max-width: 89.99875em) {
  #impact-banner .info-impact p {
    font-size: 1.25rem;
  }
}
@media print, screen and (max-width: 26.24875em) {
  #impact-banner .info-impact p {
    text-align: center !important;
  }
}
#impact-banner .info-impact .home-buttons {
  text-align: left !important;
}
@media print, screen and (max-width: 26.24875em) {
  #impact-banner .info-impact .home-buttons {
    text-align: center !important;
  }
}
#impact-banner .info-impact .home-buttons a {
  margin-left: 0;
}

#about {
  overflow-x: hidden;
}
#about .about-hero {
  overflow-x: hidden;
  background-color: white;
  position: relative;
  height: 100%;
  width: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border-bottom: 2px solid #990000;
}
#about .about-hero .logo {
  padding-bottom: 50px;
}
@media print, screen and (max-width: 63.99875em) {
  #about .about-hero .logo {
    padding-top: 55px;
    padding-bottom: 70px;
  }
}
#about .about-hero:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 112%;
  background: -webkit-gradient(linear, left top, right top, color-stop(16%, #fff), color-stop(125%, rgba(0, 0, 0, 0)));
  background: linear-gradient(90deg, #fff 16%, rgba(0, 0, 0, 0) 125%);
}
#about .about-hero .container {
  position: relative;
  min-height: 65vh;
  padding-top: 10.5rem;
  padding-bottom: 3rem;
}
#about .about-hero .container .content {
  padding-right: 30%;
}
@media print, screen and (max-width: 89.99875em) {
  #about .about-hero .container .content {
    padding-right: 10%;
  }
}
@media print, screen and (max-width: 74.99875em) {
  #about .about-hero .container .content {
    padding: 5%;
  }
}
#about .about-hero h1 {
  color: #011F5B;
  font-family: "Gentium Basic", serif;
  font-size: 3.125rem;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 60px;
}
@media print, screen and (max-width: 63.99875em) {
  #about .about-hero h1 {
    font-size: 2.8125rem;
  }
}
#about .about-hero h2 {
  color: #011F5B;
  font-family: "Open Sans", "Helvetica", sans-serif;
  font-size: 0.875rem;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 19px;
}
#about .about-hero p {
  color: #011F5B;
  font-family: "Open Sans", "Helvetica", sans-serif;
  font-size: 1.4375rem;
  letter-spacing: 0;
  line-height: 33px;
}
@media print, screen and (max-width: 89.99875em) {
  #about .about-hero p {
    font-size: 1.25rem;
  }
}
#about .about-hero .scroll {
  text-align: right;
  position: relative;
}
#about .about-hero .scroll a {
  display: inherit;
  position: absolute;
  bottom: 0;
  right: 20px;
  color: #990000;
  font-family: "Open Sans", "Helvetica", sans-serif;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 19px;
  text-align: right;
}
#about .about-hero .scroll a:hover {
  color: #990000;
}
#about .about-hero .scroll a:hover i {
  border: 2px solid #990000;
}
#about .about-hero .scroll a i {
  border: 2px solid #990000;
  border-radius: 50%;
  padding: 9px;
  margin-left: 15px;
}
#about .bspot-line:after {
  content: "";
  position: absolute;
  border-bottom: 2px solid #990000;
  width: 100%;
  top: 4.5px;
}
#about .about-bspot {
  position: relative;
  padding: 80px 0 31px 0;
}
@media print, screen and (max-width: 63.99875em) {
  #about .about-bspot {
    padding: 60px 0 25px 0;
  }
}
#about .about-bspot h2 {
  color: #011F5B;
  font-family: "Gentium Basic", serif;
  font-size: 3.125rem;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 60px;
  text-align: center;
}
@media print, screen and (max-width: 89.99875em) {
  #about .about-bspot h2 {
    font-size: 2.75rem;
  }
}
@media print, screen and (max-width: 56.24875em) {
  #about .about-bspot h2 {
    font-size: 2.375rem;
    line-height: 1.2;
  }
}
#about .about-bspot p {
  color: #011F5B;
  font-family: "Open Sans", "Helvetica", sans-serif;
  font-size: 1.5rem;
  letter-spacing: 0;
  line-height: 33px;
  text-align: center;
}
@media print, screen and (max-width: 89.99875em) {
  #about .about-bspot p {
    font-size: 1.25rem;
  }
}
#about .about-bspot h3 {
  color: #990000;
  font-family: "Open Sans", "Helvetica", sans-serif;
  font-size: 1.625rem;
  font-weight: bold;
  letter-spacing: 0.81px;
  line-height: 36px;
}
@media print, screen and (max-width: 89.99875em) {
  #about .about-bspot h3 {
    font-size: 1.3125rem;
  }
}
#about .about-bspot .heading-content {
  padding-bottom: 35px;
}
@media print, screen and (max-width: 56.24875em) {
  #about .about-bspot .heading-ways {
    padding-bottom: 15px !important;
  }
}
#about .about-bspot .give-banner {
  background-color: #FFFFFF;
  padding: 20px 31px 0 31px;
  -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 print, screen and (max-width: 56.24875em) {
  #about .about-bspot .give-banner {
    text-align: center;
  }
}
#about .about-bspot .give-banner a {
  font-family: "Open Sans", "Helvetica", sans-serif;
  font-size: 0.875rem;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 19px;
  text-align: center;
  padding: 15px 35px;
}
#about .about-bspot .give-banner .give-button {
  text-align: right;
}
@media print, screen and (max-width: 56.24875em) {
  #about .about-bspot .give-banner .give-button {
    text-align: center;
  }
}
#about .about-cards {
  padding-bottom: 140px;
}
#about .about-cards h2 {
  color: #011F5B;
  font-family: "Gentium Basic", serif;
  font-size: 2.25rem;
  font-weight: bold;
  letter-spacing: -0.45px;
  line-height: 41px;
}
@media print, screen and (max-width: 89.99875em) {
  #about .about-cards h2 {
    font-size: 1.75rem;
  }
}
#about .about-cards 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;
  padding: 50px 0px;
}
@media print, screen and (max-width: 89.99875em) {
  #about .about-cards p {
    font-size: 1.25rem;
  }
}
#about .about-cards a {
  position: absolute;
  border: none;
  padding: 0 0 10px 0;
  bottom: 0;
  font-family: "Open Sans", "Helvetica", sans-serif;
  font-size: 1.5rem;
  font-weight: 300;
  letter-spacing: 0;
  line-height: 33px;
}
@media print, screen and (max-width: 89.99875em) {
  #about .about-cards a {
    font-size: 1.25rem;
  }
}
#about .about-cards a i {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
#about .about-cards a:hover {
  color: #990000;
  opacity: 0.8;
  background-color: transparent;
}
#about .about-cards a:hover i {
  margin-left: 20px;
}
#about .about-cards .cards .card {
  background-color: #ffffff;
  position: relative;
  border: 2px solid #990000;
  padding: 31px 50px 55px 50px;
  margin-top: 15px;
  margin-bottom: 15px;
}
@media print, screen and (max-width: 56.24875em) {
  #about .about-cards .cards .card {
    padding: 31px 15px 55px 20px;
  }
}

#contact .subscribe-banner {
  padding-top: 6em;
  padding-bottom: 4em;
}
#contact .contact-bspot {
  position: relative;
  padding: 100px 0 100px 0;
}
#contact .contact-bspot:after {
  content: "";
  position: absolute;
  border-bottom: 2px solid #990000;
  width: 100%;
  top: 4.5px;
}
#contact .contact-bspot .contact-content {
  padding: 0 0 70px 0;
  background-color: rgba(235, 245, 250, 0.5);
}
#contact .contact-bspot .contact-content p {
  color: rgba(0, 0, 0, 0.8);
  font-family: "Open Sans", "Helvetica", sans-serif;
  font-size: 1.5rem;
  letter-spacing: 0;
  text-align: center;
}

/**
* Contact-Us Gravity Forms Start
*/
.contact-us-form {
  position: relative;
  overflow-x: hidden;
}
.contact-us-form #gform_fields_2 .label {
  color: #474747;
  font-family: "Open Sans";
  font-size: 1rem;
  font-weight: 300;
  letter-spacing: 0;
  line-height: 22px;
}
.contact-us-form #input_2_6 {
  background-color: white !important;
  border-color: white !important;
  color: #474747 !important;
}

/**
* Contact-Us Gravity Forms End
*/
.contacts-bspot {
  border-bottom: 2px solid #990000;
}
.contacts-bspot .legal-section {
  padding-top: 60px;
}
.contacts-bspot .general-contact {
  padding-top: 50px;
}
.contacts-bspot .left-contact-cell p {
  border-right: 1px solid rgba(1, 31, 91, 0.3);
}
@media print, screen and (max-width: 63.99875em) {
  .contacts-bspot .left-contact-cell p {
    border-right: none;
  }
}

.contacts-cards {
  text-align: center;
  padding-top: 70px;
  padding-bottom: 140px;
}
.contacts-cards .heading-content {
  padding-bottom: 50px;
}
.contacts-cards .heading-content h2 {
  color: #011F5B;
  font-family: "Gentium Basic", serif;
  font-size: 50px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 60px;
  text-align: center;
}
.contacts-cards h2 {
  color: #011F5B;
  font-family: "Gentium Basic", serif;
  font-size: 2.25rem;
  font-weight: bold;
  letter-spacing: -0.45px;
  line-height: 41px;
}
@media print, screen and (max-width: 89.99875em) {
  .contacts-cards h2 {
    font-size: 1.75rem;
  }
}
.contacts-cards 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;
  padding: 0px 0px;
}
@media print, screen and (max-width: 89.99875em) {
  .contacts-cards p {
    font-size: 1.25rem;
  }
}
.contacts-cards a {
  border: none;
  padding: 0 0 10px 0;
  bottom: 0;
  font-family: "Open Sans";
  font-size: 1.5rem;
  font-weight: 300;
  letter-spacing: 0;
  line-height: 33px;
}
@media print, screen and (max-width: 89.99875em) {
  .contacts-cards a {
    font-size: 1.25rem;
  }
}
.contacts-cards a i {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.contacts-cards a:hover {
  color: #011F5B;
  opacity: 0.8;
  background-color: transparent;
}
.contacts-cards a:hover i {
  margin-left: 20px;
}
.contacts-cards .cards p {
  padding-top: 2px;
  padding-left: 7px;
  padding-right: 7px;
}
.contacts-cards .cards .card {
  background-color: #ffffff;
  border: 2px solid #990000;
  margin: 15px;
}
.contacts-cards .cards .card img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.contacts-cards .cards .card .card-info {
  padding: 70px 0;
  height: 100%;
}
.contacts-cards.flex-contact-cards {
  padding-bottom: 70px;
}
.contacts-cards.flex-contact-cards .cards {
  margin: auto !important;
}

.contacts-cards .grid-margin-x {
  margin-left: 0;
}
.contacts-cards .tabs-content {
  border: none;
  background: none;
}
.contacts-cards .tabs-title > a:focus, .contacts-cards .tabs-title > a[aria-selected=true] {
  background-color: transparent;
}
.contacts-cards ul.tabs {
  background: none;
  border: none;
  text-align: center;
}
.contacts-cards ul.tabs li {
  float: none !important;
  display: inline-block;
}
.contacts-cards ul.tabs li a {
  padding: 1.25rem 1.5rem;
}
.contacts-cards .hero-nav-banner .content a:before {
  content: "";
  position: absolute;
  border-bottom: 2px solid #990000;
  width: 100%;
  bottom: 0px;
  left: 0;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transition: -webkit-transform 500ms ease-in-out;
  transition: -webkit-transform 500ms ease-in-out;
  transition: transform 500ms ease-in-out;
  transition: transform 500ms ease-in-out, -webkit-transform 500ms ease-in-out;
}
.contacts-cards .hero-nav-banner .content a:after {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  content: "";
  position: absolute;
  border-bottom: 2px solid #990000;
  width: 100%;
  bottom: 10px;
  left: 0;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transition: -webkit-transform 500ms ease-in-out;
  transition: -webkit-transform 500ms ease-in-out;
  transition: transform 500ms ease-in-out;
  transition: transform 500ms ease-in-out, -webkit-transform 500ms ease-in-out;
}
.contacts-cards .hero-nav-banner .content .is-active a:before {
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
}
.contacts-cards .hero-nav-banner .content .is-active a:after {
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
}

#vision .vision-bspot {
  padding: 45px 0;
}
#vision .vision-bspot h2 {
  color: #011F5B;
  font-family: "Gentium Basic", serif;
  font-size: 2.25rem;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 60px;
}
@media print, screen and (max-width: 89.99875em) {
  #vision .vision-bspot h2 {
    font-size: 1.75rem;
  }
}
#vision .vision-bspot p {
  color: #011F5B;
  font-family: "Open Sans", "Helvetica", sans-serif;
  font-size: 1.5rem;
  letter-spacing: 0;
  line-height: 33px;
}
#vision .vision-bspot .blue-bg {
  background-color: rgba(235, 245, 250, 0.5);
}
#vision .vision-bspot .embed-container {
  position: relative;
  padding-bottom: 56.25%;
  overflow: hidden;
  max-width: 100%;
  height: auto;
}
#vision .vision-bspot .embed-container iframe,
#vision .vision-bspot .embed-container object,
#vision .vision-bspot .embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#vision .vision-bspot .video-box {
  padding-bottom: 120px;
}
#vision .vision-bspot .heading-content {
  padding-top: 100px;
  padding-bottom: 90px;
}

.page-hero {
  position: relative;
  overflow-x: hidden;
  background-color: white;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-size: cover;
  background-position: top;
  background-repeat: no-repeat;
  border-bottom: 2px solid #990000;
}
.page-hero:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 112%;
  background: -webkit-gradient(linear, left top, right top, color-stop(16%, #fff), color-stop(125%, rgba(0, 0, 0, 0)));
  background: linear-gradient(90deg, #fff 16%, rgba(0, 0, 0, 0) 125%);
}
@media print, screen and (max-width: 56.24875em) {
  .page-hero:before {
    background: -webkit-gradient(linear, left top, right top, color-stop(16%, #fff), color-stop(150%, rgba(0, 0, 0, 0)));
    background: linear-gradient(90deg, #fff 16%, rgba(0, 0, 0, 0) 150%);
  }
}
.page-hero .desktop-img,
.page-hero .mobile-img {
  overflow-x: hidden;
  background-color: white;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-size: cover;
  background-position: top;
  background-repeat: no-repeat;
}
.page-hero .desktop-img:before,
.page-hero .mobile-img:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 112%;
  background: -webkit-gradient(linear, left top, right top, color-stop(16%, #fff), color-stop(125%, rgba(0, 0, 0, 0)));
  background: linear-gradient(90deg, #fff 16%, rgba(0, 0, 0, 0) 125%);
}
@media print, screen and (max-width: 56.24875em) {
  .page-hero .desktop-img:before,
  .page-hero .mobile-img:before {
    background: -webkit-gradient(linear, left top, right top, color-stop(16%, #fff), color-stop(150%, rgba(0, 0, 0, 0)));
    background: linear-gradient(90deg, #fff 16%, rgba(0, 0, 0, 0) 150%);
  }
}
.page-hero .sub-heading {
  color: #011F5B;
  font-family: "Open Sans", "Helvetica", sans-serif;
  font-size: 0.875rem;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 0;
  line-height: 19px;
}
.page-hero .logo {
  padding-top: 48px;
  padding-bottom: 123px;
}
@media print, screen and (max-width: 63.99875em) {
  .page-hero .logo {
    padding-top: 55px;
    padding-bottom: 70px;
  }
}
@media print, screen and (max-width: 56.24875em) {
  .page-hero .logo {
    padding-top: 55px;
    padding-bottom: 30px;
  }
}
.page-hero .container {
  z-index: 998;
  position: relative;
}
.page-hero .container .content {
  min-height: 500px;
  padding-right: 30%;
}
@media print, screen and (max-width: 89.99875em) {
  .page-hero .container .content {
    padding-right: 10%;
  }
}
@media print, screen and (max-width: 74.99875em) {
  .page-hero .container .content {
    padding-right: 5%;
    padding-left: 5%;
  }
}
@media print, screen and (max-width: 63.99875em) {
  .page-hero .container .scroll-school a {
    position: relative !important;
  }
}
.page-hero .container .scroll {
  text-align: right;
  z-index: 999;
}
.page-hero .container .scroll a {
  display: inherit;
  position: absolute;
  bottom: 40px;
  right: 50px;
  color: #990000;
  font-family: "Open Sans", "Helvetica", sans-serif;
  font-size: 0.875rem;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 19px;
  text-align: right;
}
.page-hero .container .scroll a:hover {
  color: #990000;
}
.page-hero .container .scroll a:hover i {
  border: 2px solid #990000;
}
.page-hero .container .scroll a i {
  border: 2px solid #990000;
  border-radius: 50%;
  padding: 9px;
  margin-left: 15px;
}
@media print, screen and (max-width: 63.99875em) {
  .page-hero .container .scroll a {
    bottom: 45px;
    right: 20px;
  }
}
.page-hero h1 {
  padding-top: 7px;
  padding-bottom: 5px;
  color: #011F5B;
  font-family: "Gentium Basic", serif;
  font-size: 3.125rem;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 1.1;
}
@media print, screen and (max-width: 63.99875em) {
  .page-hero h1 {
    font-size: 2.8125rem;
  }
}
.page-hero h2 {
  color: #011F5B;
  font-family: "Open Sans", "Helvetica", sans-serif;
  font-size: 1.5rem;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 1.1;
}
@media print, screen and (max-width: 89.99875em) {
  .page-hero h2 {
    font-size: 1.25rem;
  }
}
.page-hero p {
  color: #011F5B !important;
  font-family: "Open Sans", "Helvetica", sans-serif;
  font-size: 1.5rem;
  letter-spacing: 0;
  line-height: 33px;
  padding-bottom: 10px;
}
.page-hero p a {
  color: #011F5B;
  text-decoration: underline;
}
@media print, screen and (max-width: 89.99875em) {
  .page-hero p {
    font-size: 1.25rem;
  }
}
@media print, screen and (max-width: 63.99875em) {
  .page-hero p {
    padding-bottom: 40px;
  }
}
@media print, screen and (max-width: 56.24875em) {
  .page-hero p {
    font-weight: 600;
  }
}
.page-hero .page_statement {
  padding-top: 10px;
  padding-right: 30%;
}
@media print, screen and (max-width: 74.99875em) {
  .page-hero .page_statement {
    padding-right: 20%;
  }
}
@media print, screen and (max-width: 56.24875em) {
  .page-hero .page_statement {
    padding-right: 0;
  }
}
.page-hero .page_statement .hero-address {
  max-width: 450px;
  border: 2px solid #990000;
}
.page-hero .page_statement .hero-address h3 {
  padding: 30px 0;
  color: #FFFFFF;
  font-family: "Open Sans", "Helvetica", sans-serif;
  font-size: 1.5rem;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 33px;
  text-align: center;
  background-color: #990000;
}
@media print, screen and (max-width: 89.99875em) {
  .page-hero .page_statement .hero-address h3 {
    font-size: 1.25rem;
  }
}
.page-hero .page_statement .hero-address p {
  padding-top: 15px;
  padding-bottom: 20px;
  color: #011F5B;
  font-family: "Open Sans", "Helvetica", sans-serif;
  font-size: 1.5rem;
  font-weight: 600;
  letter-spacing: 0;
  text-align: center;
}
@media print, screen and (max-width: 89.99875em) {
  .page-hero .page_statement .hero-address p {
    font-size: 1.25rem;
  }
}

.section-padding-20 {
  padding-top: 20px;
  padding-bottom: 20px;
}

.section-padding-60 {
  padding-bottom: 50px;
  padding-top: 50px;
}

.subscribe-banner {
  background-color: rgba(235, 245, 250, 0.5);
  padding-top: 8em;
  padding-bottom: 4em;
}
.subscribe-banner .content h2 {
  color: #011F5B;
  font-family: "Gentium Basic", serif;
  font-size: 3.125rem;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 60px;
}
@media print, screen and (max-width: 89.99875em) {
  .subscribe-banner .content h2 {
    font-size: 2.5rem;
  }
}
.subscribe-banner .content p {
  color: #011F5B;
  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) {
  .subscribe-banner .content p {
    font-size: 1.25rem;
  }
}
.subscribe-banner .content .content-left {
  padding-right: 5%;
  padding-bottom: 4em;
}

.hero-nav-banner {
  border-bottom: 2px solid #990000;
}
.hero-nav-banner .content {
  padding: 40px 0 50px 0;
  text-align: center;
}
@media print, screen and (max-width: 39.99875em) {
  .hero-nav-banner .content {
    padding: 20px 0 20px 0;
  }
}
@media print, screen and (max-width: 39.99875em) {
  .hero-nav-banner .content .is-first {
    margin-bottom: 20px;
  }
}
.hero-nav-banner .content a {
  white-space: nowrap;
  position: relative;
  margin: 0 25px;
  color: rgba(0, 0, 0, 0.8);
  font-family: "Open Sans", "Helvetica", sans-serif;
  font-size: 1.5rem;
  letter-spacing: 0;
  line-height: 33px;
  text-align: center;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media print, screen and (max-width: 89.99875em) {
  .hero-nav-banner .content a {
    font-size: 1.25rem;
  }
}
@media print, screen and (max-width: 63.99875em) {
  .hero-nav-banner .content a {
    line-height: 46px;
  }
}
.hero-nav-banner .content a:after {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  content: "";
  position: absolute;
  border-bottom: 2px solid #990000;
  width: 100%;
  bottom: -7px;
  left: 0;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transition: -webkit-transform 500ms ease-in-out;
  transition: -webkit-transform 500ms ease-in-out;
  transition: transform 500ms ease-in-out;
  transition: transform 500ms ease-in-out, -webkit-transform 500ms ease-in-out;
}
.hero-nav-banner .content a:before {
  content: "";
  position: absolute;
  border-bottom: 2px solid #990000;
  width: 100%;
  bottom: -13px;
  left: 0;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transition: -webkit-transform 500ms ease-in-out;
  transition: -webkit-transform 500ms ease-in-out;
  transition: transform 500ms ease-in-out;
  transition: transform 500ms ease-in-out, -webkit-transform 500ms ease-in-out;
}
.hero-nav-banner .content a:hover:after {
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
}
.hero-nav-banner .content a:after {
  -webkit-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
}
.hero-nav-banner .content a:hover:before {
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
}
.hero-nav-banner .content a:before {
  -webkit-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
}
.hero-nav-banner .content a.active:after {
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
}
.hero-nav-banner .content a.active:before {
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
}

.stories {
  padding-bottom: 5%;
}
.stories .header {
  padding-top: 5%;
  padding-bottom: 80px;
}
.stories .header .center {
  width: 100%;
  text-align: center;
  white-space: nowrap;
}
.stories .header .center a {
  position: relative;
  color: #990000;
  font-family: "Open Sans", "Helvetica", sans-serif;
  font-size: 1.5rem;
  font-weight: 300;
  letter-spacing: 0;
  line-height: 33px;
  border: none;
  padding: 0;
  margin: 0;
}
.stories .header .center a:hover {
  background-color: transparent;
}
.stories .header .center a:hover i {
  margin-left: 20px;
}
.stories .header .center i {
  position: absolute;
  padding-left: 0px;
  margin-top: 15px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.stories .header 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;
}
@media print, screen and (max-width: 26.24875em) {
  .stories .grid-margin-x {
    margin-right: 0;
    margin-left: 0;
  }
}
.stories .stories-card {
  margin-bottom: 30px;
}
.stories .stories-card .card {
  margin-bottom: 30px;
  position: relative;
  min-width: 350px;
  max-width: 430px;
}
@media print, screen and (max-width: 26.24875em) {
  .stories .stories-card .card {
    padding-top: 20px;
  }
}
.stories .stories-card .card .card-logo {
  position: absolute;
  bottom: 25px;
  right: 30px;
  max-width: 150px;
}
.stories .stories-card a {
  display: table;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-color: #FFFFFF;
  -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);
}
.stories .stories-card a: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);
}
.stories .stories-card .image {
  height: 256px;
  width: 100%;
  position: relative;
  -o-object-fit: cover;
     object-fit: cover;
  background-position: center;
  background-repeat: no-repeat;
  overflow: hidden;
}
.stories .stories-card .info {
  background-color: #FFFFFF;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 8% 7% 9% 7%;
}
.stories .stories-card .info h2 {
  color: #011F5B;
  font-family: "Open Sans", "Helvetica", sans-serif;
  font-size: 1.5rem;
  font-weight: bold;
  letter-spacing: -0.3px;
  line-height: 33px;
}
.stories .stories-card .info p {
  color: #474747;
  font-family: "Open Sans", "Helvetica", sans-serif;
  font-size: 1rem;
  font-weight: 300;
  letter-spacing: 0;
  line-height: 22px;
  padding-top: 24px;
  padding-bottom: 30px;
}
.stories .stories-card .info .read-story {
  font-family: "Open Sans", "Helvetica", sans-serif;
  font-size: 1.125rem;
  letter-spacing: 0.15px;
  line-height: 24px;
}
.stories .stories-card .info .read-story span {
  border-bottom: 1px solid #990000;
  position: absolute;
  bottom: 30px;
}
.stories #ajax-load-more .alm-load-more-btn {
  color: #990000;
  font-family: "Open Sans", "Helvetica", sans-serif;
  font-size: 0.875rem;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 1.1875rem;
  text-align: center;
  background: none;
  border: 2px solid #990000;
  border-radius: 0;
  padding: 16px 34px;
  height: auto;
  margin-top: 70px;
}
.stories #ajax-load-more .alm-load-more-btn:hover {
  background-color: #820000;
  color: #fefefe;
}

.stories-padding-none {
  padding-top: 0 !important;
}

.results-content {
  padding-bottom: 25px;
  padding-top: 25px;
}
.results-content .view-article {
  margin-top: 30px;
}

.story-template .sub-heading {
  color: #011F5B;
  font-family: "Open Sans", "Helvetica", sans-serif;
  font-size: 0.875rem;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 0;
  line-height: 19px;
}
.story-template .sub-heading.byline {
  padding-bottom: 30px;
}
@media screen and (max-width: 56.1875em) {
  .story-template .sub-heading.byline {
    padding-bottom: 75px;
  }
}
.story-template .story-template-body {
  padding-top: 50px;
  position: relative;
}
.story-template .story-template-body:after {
  content: "";
  position: absolute;
  left: 0;
  top: 4.5px;
  width: 100%;
  border-bottom: 2px solid #990000;
}
.story-template .section-padding {
  padding-bottom: 60px;
  padding-top: 60px;
}
.story-template 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) {
  .story-template p {
    font-size: 1.25rem;
  }
}
.story-template h2 {
  color: #011F5B;
  font-family: "Gentium Basic", serif;
  font-size: 2.25rem;
  font-weight: bold;
  letter-spacing: -0.45px;
  line-height: 41px;
  padding-bottom: 10px;
  padding-top: 5px;
}
@media print, screen and (max-width: 89.99875em) {
  .story-template h2 {
    font-size: 1.75rem;
  }
}
.story-template h3 {
  color: #83AFD3;
  font-family: "Gentium Basic", serif !important;
  font-size: 1.875rem;
  font-weight: bold;
  letter-spacing: -0.45px !important;
  line-height: 43px;
  padding-bottom: 10px;
}
@media print, screen and (max-width: 74.99875em) {
  .story-template h3 {
    font-size: 1.625rem;
  }
}
@media print, screen and (max-width: 39.99875em) {
  .story-template h3 {
    font-size: 1.5rem;
    line-height: 37px;
  }
}
.story-template h4 {
  color: #000F38;
  font-family: "Open Sans", "Helvetica", sans-serif;
  font-size: clamp(0.875rem, 4vw, 1.5rem);
  font-weight: bold;
  letter-spacing: 0;
  line-height: 19px;
  padding-top: 5px;
  padding-bottom: 10px;
  letter-spacing: -0.45px !important;
}
.story-template h5 {
  color: #011F5B;
  font-family: "Open Sans", "Helvetica", sans-serif;
  font-size: clamp(1.1875rem, 4vw, 1.25rem);
  letter-spacing: 0;
  line-height: 33px;
  font-style: italic;
  font-weight: bold;
}
.story-template h6 {
  color: #990000;
  font-family: "Open Sans", "Helvetica", sans-serif;
  font-size: clamp(1rem, 4vw, 1rem);
  font-weight: bold;
  letter-spacing: -0.45px;
  padding-top: 5px;
}
.story-template ul {
  margin-left: 35px;
}
.story-template ul li {
  padding-bottom: 10px;
  color: #333333;
  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) {
  .story-template ul li {
    font-size: 1.25rem;
  }
}
.story-template ul.columns-three {
  -webkit-columns: 3;
     -moz-columns: 3;
          columns: 3;
}
@media print, screen and (max-width: 63.99875em) {
  .story-template ul.columns-three {
    -webkit-columns: 2;
       -moz-columns: 2;
            columns: 2;
  }
}
@media screen and (max-width: 21.1875em) {
  .story-template ul.columns-three {
    -webkit-columns: 1;
       -moz-columns: 1;
            columns: 1;
  }
}
.story-template ul.columns-two {
  -webkit-columns: 2;
     -moz-columns: 2;
          columns: 2;
}
@media screen and (max-width: 21.1875em) {
  .story-template ul.columns-two {
    -webkit-columns: 1;
       -moz-columns: 1;
            columns: 1;
  }
}
.story-template .story-hero .story-date {
  color: #990000;
  font-family: "Open Sans", "Helvetica", sans-serif;
  font-size: 1.5rem;
  font-weight: bold;
  letter-spacing: -0.3px;
  line-height: 33px;
  padding-bottom: 27px;
  padding-top: 70px;
}
@media print, screen and (max-width: 89.99875em) {
  .story-template .story-hero .story-date {
    font-size: 1.25rem;
  }
}
@media print, screen and (max-width: 56.24875em) {
  .story-template .story-hero .story-date {
    padding-bottom: 100px;
    padding-top: 30px;
  }
}
.story-template .story-hero .sub-heading {
  padding-top: 5px;
}
.story-template .story-intro .lead-in {
  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) {
  .story-template .story-intro .lead-in {
    font-size: 1.5rem;
  }
}
.story-template .story-intro .heading-padding {
  padding-top: 60px;
}
.story-template .story-intro .flex-heading-padding {
  padding-top: 47px;
}
.story-template .story-intro .h2-heading h2 {
  padding-top: 60px;
}
.story-template .story-intro .h3-heading h3 {
  padding-top: 60px;
}
.story-template .story-intro .wp-caption {
  text-align: center;
}
.story-template .lead-in-flex {
  padding-bottom: 30px;
}
.story-template .lead-in-flex 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) {
  .story-template .lead-in-flex p {
    font-size: 1.625rem;
  }
}
.story-template .inline-photo h3 {
  padding-bottom: 10px;
}
@media print, screen and (max-width: 39.99875em) {
  .story-template .inline-photo .story-slider {
    margin-top: 45px;
    padding-top: 0;
  }
}
@media print, screen and (max-width: 26.24875em) {
  .story-template .inline-photo .story-slider .card {
    padding-top: 0;
  }
}
.story-template .inline-photo .story-slider .image {
  position: relative;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  background-position: center;
  background-repeat: no-repeat;
  overflow: hidden;
}
.story-template .inline-photo .story-slider .info {
  background-color: #011F5B;
  position: relative;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 40px 56px;
}
.story-template .inline-photo .story-slider .info p {
  color: #FFFFFF;
  font-family: "Open Sans", "Helvetica", sans-serif;
  font-size: 1rem;
  font-weight: 300;
  letter-spacing: 0;
  line-height: 22px;
}
.story-template .inline-photo .story-slider .info ul li {
  color: #FFFFFF;
  font-family: "Open Sans", "Helvetica", sans-serif;
  font-size: 1rem;
  font-weight: 300;
  letter-spacing: 0;
  line-height: 22px;
}
@media print, screen and (max-width: 39.99875em) {
  .story-template .inline-photo .story-slider .info {
    padding: 35px 35px !important;
  }
}
@media print, screen and (max-width: 26.24875em) {
  .story-template .inline-photo .story-slider .info {
    padding: 35px 20px !important;
  }
}
.story-template .wide-image {
  position: relative;
  padding-top: 20px;
}
.story-template .wide-image img {
  left: 0;
  margin-left: 0;
  margin-right: 0;
  max-width: none;
  position: relative;
  right: 0;
  width: 100%;
  padding: 0 0 0 0;
}
.story-template .wide-image .wide-caption {
  background-color: #ffffff;
  padding: 29px 50px;
  position: relative;
  margin-bottom: 20px;
}
@media print, screen and (max-width: 74.99875em) {
  .story-template .wide-image .wide-caption {
    padding: 15px 20px;
  }
}
.story-template .wide-image .wide-caption p {
  color: #011F5B;
  font-family: "Open Sans", "Helvetica", sans-serif;
  font-size: 1rem;
  font-style: italic;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 1.4;
}
@media print, screen and (max-width: 89.99875em) {
  .story-template .wide-image .wide-caption p {
    font-size: 1rem;
  }
}
.story-template .full-image .intro {
  position: relative;
}
.story-template .full-image img {
  left: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  max-width: 100vw;
  position: relative;
  right: 50%;
  width: 100vw;
  padding: 0 0 0 0;
}
@media screen and (min-width: 100.0625em) {
  .story-template .full-image img {
    left: 0;
    margin-left: 0;
    margin-right: 0;
    max-width: none;
    position: relative;
    right: 0;
    width: 100%;
    padding: 0 0 0 0;
  }
}
.story-template .full-image .full-caption {
  position: absolute;
  background-color: #011F5B;
  padding: 29px 50px;
  bottom: 50px;
  left: 50px;
}
@media screen and (max-width: 64em) {
  .story-template .full-image .full-caption {
    width: 107% !important;
    position: relative;
    bottom: 0;
    width: 100%;
    left: 0;
    padding: 25px 30px;
  }
  .story-template .full-image .full-caption p {
    line-height: 1.4;
  }
}
.story-template .full-image .full-caption p {
  color: #ffffff;
  font-family: "Open Sans", "Helvetica", sans-serif;
  font-size: 1rem;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 33px;
}
@media print, screen and (max-width: 89.99875em) {
  .story-template .full-image .full-caption p {
    font-size: 1rem;
  }
}
.story-template .masonry-gallery p {
  padding-bottom: 65px;
}
.story-template .masonry-gallery .image {
  height: 100%;
  width: 100%;
  position: relative;
  -o-object-fit: cover;
     object-fit: cover;
  background-position: center;
  background-repeat: no-repeat;
  overflow: hidden;
}
.story-template .masonry-gallery .masonry {
  position: relative;
  overflow: hidden;
}
.story-template .masonry-gallery .left-masonry .top-masonry-item {
  padding-right: 20px;
  height: 270px;
}
@media screen and (max-width: 40em) {
  .story-template .masonry-gallery .left-masonry .top-masonry-item {
    padding-right: 0;
  }
}
.story-template .masonry-gallery .left-masonry .masonry-item {
  height: 240px;
  margin-top: 20px;
  padding-right: 20px;
}
@media screen and (max-width: 40em) {
  .story-template .masonry-gallery .left-masonry .masonry-item {
    padding-right: 0;
  }
}
.story-template .masonry-gallery .right-masonry .top-masonry-item {
  height: 470px;
  margin-bottom: 20px;
}
@media screen and (max-width: 40em) {
  .story-template .masonry-gallery .right-masonry .top-masonry-item {
    margin-top: 20px;
  }
}
.story-template .masonry-gallery .right-masonry .bottom-masonry-item {
  height: 300px;
}
.story-template .masonry-gallery.masonry-five .left-masonry .top-masonry-item {
  padding-right: 20px;
  height: 270px;
}
@media screen and (max-width: 40em) {
  .story-template .masonry-gallery.masonry-five .left-masonry .top-masonry-item {
    padding-right: 0;
  }
}
.story-template .masonry-gallery.masonry-five .left-masonry .masonry-item {
  height: 500px;
  margin-top: 20px;
  padding-right: 20px;
}
@media screen and (max-width: 40em) {
  .story-template .masonry-gallery.masonry-five .left-masonry .masonry-item {
    padding-right: 0;
  }
}
.story-template .opportunities {
  margin-top: 40px;
  padding-top: 20px;
  padding-bottom: 100px;
  background-color: rgba(235, 245, 250, 0.5);
}
@media print, screen and (max-width: 63.99875em) {
  .story-template .opportunities {
    padding-top: 0;
    padding-bottom: 50px;
  }
}
.story-template .opportunities .opp-heading {
  padding-top: 30px;
}
.story-template .opportunities .opp-heading h2 {
  text-align: center;
}
.story-template .opportunities h2 {
  color: #011F5B;
  font-family: "Gentium Basic", serif;
  font-size: 2.25rem;
  font-weight: bold;
  letter-spacing: -0.45px;
  line-height: 41px;
}
@media print, screen and (max-width: 89.99875em) {
  .story-template .opportunities h2 {
    font-size: 1.75rem;
  }
}
.story-template .opportunities 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;
  padding-top: 20px;
  padding-bottom: 90px;
}
@media print, screen and (max-width: 89.99875em) {
  .story-template .opportunities p {
    font-size: 1.25rem;
  }
}
.story-template .opportunities .card-link {
  position: absolute;
  bottom: 30px;
  font-family: "Open Sans", "Helvetica", sans-serif;
  font-size: 1.5rem;
  font-weight: 300;
  letter-spacing: 0;
  line-height: 33px;
}
.story-template .opportunities .card-link:hover {
  color: #011F5B;
  background-color: transparent;
}
.story-template .opportunities .card-link:hover i {
  color: #011F5B;
  margin-left: 10px;
}
@media print, screen and (max-width: 89.99875em) {
  .story-template .opportunities .card-link {
    font-size: 1.25rem;
  }
}
.story-template .opportunities .card-title {
  padding-left: 33px;
  margin-bottom: 0;
}
.story-template .opportunities i {
  font-size: 0.625rem;
  padding-left: 5px !important;
  position: relative;
  top: -2px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.story-template .opportunities .opp-card-section {
  padding-top: 50px;
}
.story-template .opportunities .opp-card-section .opp-card {
  min-height: 205px;
  position: relative;
  margin-bottom: 34px;
  padding: 30px 70px 0 30px;
  background-color: #FFFFFF;
}
@media print, screen and (max-width: 89.99875em) {
  .story-template .opportunities .opp-card-section .opp-card {
    padding: 30px 15px 0 15px;
  }
}
.story-template .opportunities img {
  height: 73px;
  width: 73px;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -o-border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
}
.story-template .opportunity_cards_new {
  position: relative;
  padding-bottom: 30px;
  padding-top: 30px;
}
.story-template .opportunity_cards_new .cards {
  margin-bottom: 30px;
}
.story-template .opportunity_cards_new .cards .card {
  background-color: #ffffff;
  position: relative;
  margin-top: 15px;
  margin-bottom: 15px;
  -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);
}
.story-template .opportunity_cards_new .cards .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);
}
@media print, screen and (max-width: 26.24875em) {
  .story-template .opportunity_cards_new .cards .card {
    margin-top: 25px;
    background-color: #FFFFFF;
  }
}
.story-template .opportunity_cards_new .cards .image {
  height: 256px;
  opacity: 1;
  position: relative;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  overflow: hidden;
}
.story-template .opportunity_cards_new .cards .blue {
  background-color: #011F5B;
  color: #011F5B;
}
.story-template .opportunity_cards_new .cards .red {
  background-color: #990000;
  color: #990000;
}
.story-template .opportunity_cards_new .cards .info {
  background-color: #FFFFFF;
  min-height: 180px;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 30px 20px;
}
.story-template .opportunity_cards_new .cards .info h2.text-card {
  text-align: left;
}
.story-template .opportunity_cards_new .cards .info h2 {
  color: #011F5B;
  font-family: "Open Sans", "Helvetica", sans-serif;
  font-size: 1.5rem;
  font-weight: bold;
  letter-spacing: -0.3px;
  line-height: 33px;
  text-align: center;
}
@media print, screen and (max-width: 89.99875em) {
  .story-template .opportunity_cards_new .cards .info h2 {
    font-size: 1.25rem;
  }
}
.story-template .opportunity_cards_new .cards .info p {
  color: #474747;
  font-family: "Open Sans", "Helvetica", sans-serif;
  font-size: 1rem;
  font-weight: 300;
  letter-spacing: 0;
  line-height: 22px;
  padding: 1px 0 100px 0px;
}
.story-template .opportunity_cards_new .cards .info .giving-btn a {
  position: absolute;
  bottom: 20px;
  font-family: "Open Sans", "Helvetica", sans-serif;
  font-size: 0.875rem;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 19px;
  text-align: center;
  padding: 13px 40px;
}
.story-template .opportunity_cards_new .cards .info .no-text-card-btn {
  text-align: center;
}
.story-template .opportunity_cards_new .cards .info .no-text-card-btn a {
  position: relative !important;
  bottom: -15px;
}
.story-template .opportunity_cards_new .cards .info.no-title-card p {
  padding: 1px 0 15px 0px;
}
.story-template .blue-callout {
  padding-top: 100px;
  padding-bottom: 105px;
  background-color: #011F5B;
}
.story-template .blue-callout .left-callout {
  padding-right: 3%;
}
@media screen and (max-width: 40em) {
  .story-template .blue-callout .left-callout {
    padding-bottom: 50px;
  }
}
.story-template .blue-callout .left-callout img {
  border-radius: 50%;
  width: 15%;
  -o-object-fit: cover;
     object-fit: cover;
  padding-top: 10px;
}
.story-template .blue-callout .right-callout {
  text-align: center;
}
.story-template .blue-callout .right-callout img {
  -o-object-fit: cover;
     object-fit: cover;
  padding-bottom: 30px;
  height: 264px;
  width: 100%;
}
.story-template .blue-callout h2 {
  color: #FFFFFF;
  font-family: "Gentium Basic", serif;
  font-size: 2.25rem;
  font-weight: bold;
  letter-spacing: -0.45px;
  line-height: 41px;
}
@media print, screen and (max-width: 89.99875em) {
  .story-template .blue-callout h2 {
    font-size: 1.75rem;
  }
}
.story-template .blue-callout p {
  color: rgba(255, 255, 255, 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) {
  .story-template .blue-callout p {
    font-size: 1.25rem;
  }
}
.story-template .blue-callout .quote {
  font-style: italic;
}
.story-template .gallery-section {
  padding-top: 40px;
  padding-bottom: 40px;
}
.story-template .gallery-section 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;
}
@media print, screen and (max-width: 89.99875em) {
  .story-template .gallery-section h2 {
    font-size: 1.75rem;
  }
}
.story-template .gallery-section 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;
  text-align: center;
}
@media print, screen and (max-width: 89.99875em) {
  .story-template .gallery-section p {
    font-size: 1.25rem;
  }
}
.story-template .gallery-section .gallery {
  text-align: center;
  padding-top: 10px;
}
.story-template .gallery-section .gallery img {
  padding-bottom: 30px;
  height: 373px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.story-template .blue-banner {
  position: relative;
  overflow-x: hidden;
  padding: 230px 0;
  background-color: #011F5B;
}
.story-template .blue-banner:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 112%;
  background: -webkit-gradient(linear, left top, right top, color-stop(35%, #011F5B), color-stop(125%, rgba(0, 0, 0, 0)));
  background: linear-gradient(90deg, #011F5B 35%, rgba(0, 0, 0, 0) 125%);
}
.story-template .blue-banner .cell {
  z-index: 999;
}
.story-template .blue-banner p {
  color: #FFFFFF;
  font-family: "Gentium Basic", serif;
  font-size: 3.125rem;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 60px;
}
@media print, screen and (max-width: 89.99875em) {
  .story-template .blue-banner p {
    font-size: 2.5rem;
  }
}
.story-template .accordian-section {
  padding-top: 100px;
  padding-bottom: 105px;
}
.story-template .accordian-section a.accordion-title {
  font-family: "Open Sans", "Helvetica", sans-serif;
  font-size: 1.5625rem;
  font-weight: bold;
  letter-spacing: 0.81px;
  line-height: 36px;
}
@media print, screen and (max-width: 89.99875em) {
  .story-template .accordian-section a.accordion-title {
    font-size: 1.3125rem;
  }
}
.story-template .accordian-section .accordion {
  margin-left: 0px;
  padding-top: 43px;
}
.story-template .accordian-section .accordion p {
  color: #011F5B;
  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) {
  .story-template .accordian-section .accordion p {
    font-size: 1.25rem;
  }
}
.story-template .accordian-section .accordion ul li {
  color: #011F5B;
}
.story-template .accordian-section .accordion .accordion-item {
  margin-bottom: 20px;
  padding-bottom: 0px;
  border: none;
  background-color: #FFFFFF;
  -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);
}
.story-template .accordian-section .accordion .accordion-item.is-active .accordion-title::before {
  -webkit-transform: rotate(270deg) !important;
  -webkit-transition: 0.8s;
  transition: 0.8s;
}
.story-template .accordian-section .accordion .accordion-title {
  border: none;
  padding-right: 50px;
  padding-left: 35px;
  padding-top: 27px;
  padding-bottom: 26px;
}
.story-template .accordian-section .accordion .accordion-title::before {
  position: absolute;
  top: 37%;
  right: 1rem;
  margin-top: -0.5rem;
  content: "\e908";
  font-size: 33px;
  font-family: "theme-icons";
  -webkit-transform: rotate(90deg);
}
.is-active > .story-template .accordian-section .accordion .accordion-title::before {
  -webkit-transform: rotate(270deg);
}
.story-template .accordian-section .accordion .accordion-title:focus {
  background-color: #ffffff;
}
.story-template .accordian-section .accordion .accordion-content {
  padding: 3% 5% 5% 35px;
  border: none;
  border-top: 1px solid #D2D2D2;
}
.story-template .blue-white-fade {
  padding: 230px 0;
  position: relative;
  background-color: #011F5B;
}
.story-template .blue-white-fade:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background: linear-gradient(100.11deg, #081F5B 0%, rgba(138, 149, 177, 0.48) 78.24%, #FFFFFF 100%);
}
.story-template .blue-white-fade p {
  color: #FFFFFF;
  font-family: "Gentium Basic", serif;
  font-size: 3.125rem;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 60px;
}
@media print, screen and (max-width: 89.99875em) {
  .story-template .blue-white-fade p {
    font-size: 2.5rem;
  }
}
.story-template .blue-white-fade .cell {
  z-index: 999;
}
.story-template .blue-white-fade.format-black {
  position: relative;
  top: -44px;
  padding: 50px 0 70px 0;
  margin-bottom: -44px;
}
.story-template .blue-white-fade.format-black:before {
  background: #000;
}
.story-template .related-stories-section .card {
  position: relative;
}
.story-template .related-stories-section .card .info {
  padding-bottom: 85px;
}
.story-template .related-stories-section .card .read-story {
  font-family: "Open Sans", "Helvetica", sans-serif;
  font-size: 1.125rem;
  letter-spacing: 0.15px;
  line-height: 24px;
  position: absolute;
  bottom: 30px;
  white-space: nowrap;
}
.story-template .related-stories-section .card .read-story span {
  border-bottom: 1px solid #990000;
}

.featured-hero .content {
  text-align: center;
  padding-right: 0% !important;
  min-height: auto !important;
}
.featured-hero .logo {
  margin-top: 115px;
  padding-top: 48px;
  padding-bottom: 40px;
}

.featured-story-body p {
  color: #011F5B;
  font-family: "Gentium Basic", serif;
  font-size: 2.25rem;
  font-weight: bold;
  letter-spacing: -0.45px;
  line-height: 41px;
}
@media print, screen and (max-width: 89.99875em) {
  .featured-story-body p {
    font-size: 1.75rem;
  }
}

.story-bottom-border {
  position: relative;
}
.story-bottom-border:after {
  content: "";
  position: absolute;
  left: 0;
  top: 11px;
  width: 100%;
  border-bottom: 2px solid #990000;
}
.story-bottom-border:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  border-bottom: 2px solid #990000;
}

.date-featured-story {
  color: #011F5B;
  font-family: "Open Sans", "Helvetica", sans-serif;
  font-size: 0.875rem;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 19px;
  text-transform: uppercase;
  padding-bottom: 15px;
  padding-top: 20px;
}

.featured-video {
  padding-top: 55px;
  padding-bottom: 55px;
}
.featured-video .embed-container {
  position: relative;
  padding-bottom: 56.25%;
  overflow: hidden;
  max-width: 100%;
  height: auto;
}
.featured-video .embed-container iframe,
.featured-video .embed-container object,
.featured-video .embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media print, screen and (max-width: 63.99875em) {
  .featured-video .embed-container iframe,
  .featured-video .embed-container object,
  .featured-video .embed-container embed {
    height: 100%;
  }
}
.featured-video .video-caption {
  background-color: #ffffff;
  padding: 29px 50px;
  position: relative;
  bottom: 25px;
  margin-bottom: -50px;
}
@media print, screen and (max-width: 74.99875em) {
  .featured-video .video-caption {
    padding: 15px 20px;
  }
}
@media print, screen and (max-width: 39.99875em) {
  .featured-video .video-caption {
    bottom: 0;
    margin-bottom: -40px;
  }
}
.featured-video .video-caption p {
  color: #011F5B;
  font-family: "Open Sans", "Helvetica", sans-serif;
  font-size: 1rem;
  font-style: italic;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 33px;
}
@media print, screen and (max-width: 89.99875em) {
  .featured-video .video-caption p {
    font-size: 1rem;
  }
}

.get-involved .involved-section-padding {
  padding-bottom: 120px;
}
.get-involved h2 {
  padding-top: 100px;
  padding-bottom: 20px;
  color: #011F5B;
  font-family: "Gentium Basic", serif;
  font-size: 2.25rem;
  font-weight: bold;
  letter-spacing: -0.45px;
  line-height: 41px;
}
@media print, screen and (max-width: 89.99875em) {
  .get-involved h2 {
    font-size: 1.75rem;
  }
}
@media print, screen and (max-width: 63.99875em) {
  .get-involved h2 {
    padding-top: 40px;
  }
}
.get-involved 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) {
  .get-involved p {
    font-size: 1.25rem;
  }
}
.get-involved a {
  margin-right: 15px;
}
.get-involved .engage {
  padding-top: 60px;
}
.get-involved .engage img {
  max-height: 590px;
}
.get-involved .engage .button {
  margin-top: 20px;
}
@media print, screen and (max-width: 63.99875em) {
  .get-involved .engage {
    padding-bottom: 15px;
  }
}

.print {
  padding-bottom: 40px;
}
@media print, screen and (max-width: 63.99875em) {
  .print .section-padding-60 {
    padding-top: 40px;
    padding-bottom: 20px !important;
  }
}
.print h2 {
  color: #011F5B;
  font-family: "Gentium Basic", serif;
  font-size: 2.25rem;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 60px;
}
@media print, screen and (max-width: 89.99875em) {
  .print h2 {
    font-size: 1.75rem;
  }
}
.print 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) {
  .print p {
    font-size: 1.25rem;
  }
}
.print .print-intro {
  padding-bottom: 8%;
}
.print .print-intro .header {
  padding-top: 5%;
  padding-bottom: 80px;
}
.print .print-intro .header .center {
  width: 100%;
  text-align: center;
  white-space: nowrap;
}
.print .print-intro .header .center a {
  position: relative;
  color: #990000;
  font-family: "Open Sans", "Helvetica", sans-serif;
  font-size: 1.5rem;
  font-weight: 300;
  letter-spacing: 0;
  line-height: 33px;
  border: none;
  padding: 0;
  margin: 0;
}
@media print, screen and (max-width: 89.99875em) {
  .print .print-intro .header .center a {
    font-size: 1.25rem;
  }
}
.print .print-intro .header 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;
}
@media print, screen and (max-width: 89.99875em) {
  .print .print-intro .header h2 {
    font-size: 1.75rem;
  }
}
@media print, screen and (max-width: 26.24875em) {
  .print .print-intro .grid-margin-x {
    margin-right: -2em;
    margin-left: 0;
  }
}
.print .print-intro .give-pdf {
  padding-top: 90px;
  margin-bottom: 30px;
}
@media print, screen and (max-width: 63.99875em) {
  .print .print-intro .give-pdf .card {
    padding-bottom: 40px;
  }
}
.print .print-intro .give-pdf a {
  display: table;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-color: #FFFFFF;
  -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);
}
.print .print-intro .give-pdf a: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);
}
.print .print-intro .give-pdf .image {
  height: 460px;
  position: relative;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  overflow: hidden;
}
.print .print-intro .give-pdf .info {
  background-color: #FFFFFF;
  position: relative;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 24px;
}
.print .print-intro .give-pdf .info h2 {
  color: #011F5B;
  font-family: "Open Sans", "Helvetica", sans-serif;
  font-size: 1.5rem;
  font-weight: bold;
  letter-spacing: -0.3px;
  line-height: 33px;
}
@media print, screen and (max-width: 89.99875em) {
  .print .print-intro .give-pdf .info h2 {
    font-size: 1.25rem;
  }
}
.print .video-section {
  margin-top: -30px;
}
.print .video-section .videos {
  padding-top: 90px;
  margin-bottom: 30px;
}
@media print, screen and (max-width: 63.99875em) {
  .print .video-section .videos {
    margin-bottom: -35px;
  }
}
@media print, screen and (max-width: 63.99875em) {
  .print .video-section .videos .card {
    padding-bottom: 20px;
  }
}
.print .video-section .videos a {
  display: table;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-color: #FFFFFF;
  -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);
}
.print .video-section .videos a: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);
}
.print .video-section .videos .embed-container {
  position: relative;
  padding-bottom: 56.25%;
  overflow: hidden;
  max-width: 100%;
  height: auto;
}
.print .video-section .videos .embed-container iframe,
.print .video-section .videos .embed-container object,
.print .video-section .videos .embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.print .video-section .videos .info {
  background-color: #FFFFFF;
  position: relative;
  bottom: 0;
  left: 0;
  width: 100%;
  padding-top: 20px;
}
.print .video-section .videos .info h2 {
  color: rgba(0, 0, 0, 0.8);
  font-family: "Open Sans", "Helvetica", sans-serif;
  font-size: 1.5rem;
  letter-spacing: 0;
  line-height: 33px;
  padding-bottom: 61px;
  font-weight: normal;
}
@media print, screen and (max-width: 89.99875em) {
  .print .video-section .videos .info h2 {
    font-size: 1.25rem;
  }
}
@media print, screen and (max-width: 63.99875em) {
  .print .video-section .videos .info h2 {
    padding-bottom: 21px;
  }
}
.print .podcast-section p {
  padding-bottom: 100px;
}
.print .podcast-section .banner {
  margin-bottom: 30px;
}
.print .podcast-section .give-banner {
  background-color: #FFFFFF;
  padding: 30px 31px 15px 31px;
  -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 print, screen and (max-width: 56.24875em) {
  .print .podcast-section .give-banner {
    text-align: center;
  }
}
.print .podcast-section .give-banner .give-button {
  margin: auto;
}
.print .podcast-section .give-banner .give-button a {
  font-family: "Open Sans", "Helvetica", sans-serif;
  font-size: 0.875rem;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 19px;
  text-align: center;
  padding: 10px 45px;
}
.print .podcast-section .give-banner h3 {
  color: #990000;
  font-family: "Open Sans", "Helvetica", sans-serif;
  font-size: 1.625rem;
  font-weight: bold;
  letter-spacing: 0.81px;
  line-height: 36px;
  text-align: left;
}
@media print, screen and (max-width: 56.24875em) {
  .print .podcast-section .give-banner h3 {
    text-align: center;
  }
}
@media print, screen and (max-width: 89.99875em) {
  .print .podcast-section .give-banner h3 {
    font-size: 1.3125rem;
  }
}
.print .podcast-section .give-banner .give-button {
  text-align: right;
}
@media print, screen and (max-width: 56.24875em) {
  .print .podcast-section .give-banner .give-button {
    text-align: center;
  }
}
.print .podcast-section .give-banner .optional-info p {
  padding-bottom: 10px;
}
@media print, screen and (min-width: 40em) {
  .print .podcast-section .give-banner .optional-info p {
    padding-right: 15px;
  }
}

.events .series h2 {
  color: #011F5B;
  font-family: "Gentium Basic", serif;
  font-size: 2.25rem;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 60px;
  text-align: center;
}
@media print, screen and (max-width: 89.99875em) {
  .events .series h2 {
    font-size: 1.75rem;
  }
}
.events .series 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;
  text-align: center;
}
@media print, screen and (max-width: 89.99875em) {
  .events .series p {
    font-size: 1.25rem;
  }
}
.events .series .heading {
  padding-bottom: 70px;
}
@media print, screen and (max-width: 26.24875em) {
  .events .event-posts .grid-margin-x {
    margin-right: -2em;
    margin-left: 0;
  }
}
.events .event-posts .event-card {
  margin-bottom: 30px;
}
.events .event-posts .event-card .card {
  position: relative;
  background-color: #FFF;
  -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);
  margin-bottom: 70px;
}
@media print, screen and (max-width: 26.24875em) {
  .events .event-posts .event-card .card {
    padding-top: 20px;
  }
}
.events .event-posts .event-card .image {
  width: 100%;
  height: 346px;
  position: relative;
  -o-object-fit: contain;
     object-fit: contain;
  background-position: center;
  background-repeat: no-repeat;
  overflow: hidden;
}
@media screen and (max-width: 83.4375em) {
  .events .event-posts .event-card .image {
    width: 100%;
    height: 346px;
  }
}
@media print, screen and (max-width: 74.99875em) {
  .events .event-posts .event-card .image {
    width: 100%;
    height: auto;
    max-height: 346px;
  }
}
.events .event-posts .event-card .info {
  height: 100%;
  background-color: #FFFFFF;
  bottom: 0;
  left: 0;
  padding: 55px;
}
.events .event-posts .event-card .info h2 {
  color: #011F5B;
  font-family: "Open Sans", "Helvetica", sans-serif;
  font-size: 1.5rem;
  font-weight: bold;
  letter-spacing: -0.3px;
  line-height: 33px;
  text-align: left;
  padding-bottom: 10px;
}
@media print, screen and (max-width: 89.99875em) {
  .events .event-posts .event-card .info h2 {
    font-size: 1.25rem;
  }
}
.events .event-posts .event-card .info p {
  color: #474747;
  font-family: "Open Sans", "Helvetica", sans-serif;
  font-size: 1rem;
  letter-spacing: 0;
  line-height: 22px;
  text-align: left;
}
@media print, screen and (max-width: 89.99875em) {
  .events .event-posts .event-card .info p {
    font-size: 0.875rem;
  }
}
.events .event-posts .event-card .info .event-feature p {
  color: #474747;
  font-family: "Open Sans", "Helvetica", sans-serif;
  font-size: 1.25rem;
  letter-spacing: 0;
  line-height: 1.6875rem;
  font-weight: 500;
}
@media print, screen and (max-width: 89.99875em) {
  .events .event-posts .event-card .info .event-feature p {
    font-size: 1rem;
  }
}
.events .event-posts .event-card .info .event-info {
  padding-right: 40%;
}
@media print, screen and (max-width: 74.99875em) {
  .events .event-posts .event-card .info .event-info {
    padding-right: 0;
  }
}
.events .event-posts .event-card .info .btn-padding {
  padding-bottom: 25px;
}
.events .event-posts .event-card .info .date {
  color: #011F5B;
  font-size: 1.125rem;
  font-weight: 600;
  position: absolute;
  bottom: 27px;
  right: 30px;
}
@media print, screen and (max-width: 89.99875em) {
  .events .event-posts .event-card .info .date {
    font-size: 1rem;
  }
}
@media print, screen and (max-width: 56.24875em) {
  .events .event-posts .event-card .info .date {
    position: relative;
    bottom: -10px;
    right: 0;
  }
}
.events .event-posts .event-card .info .button {
  margin-top: 10px;
}
.events .event-posts .event-card .info .read-story {
  font-family: "Open Sans", "Helvetica", sans-serif;
  font-size: 1.125rem;
  letter-spacing: 0.15px;
  line-height: 24px;
}
.events .event-posts .event-card .info .read-story span {
  border-bottom: 1px solid #990000;
}

.faqs .faqs-intro {
  position: relative;
}
.faqs .faqs-intro:after {
  content: "";
  position: absolute;
  border-bottom: 2px solid #990000;
  width: 100%;
  top: 4.5px;
}
.faqs .faqs-intro h2 {
  color: #011F5B;
  font-family: "Gentium Basic", serif;
  font-size: 3.125rem;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 60px;
  text-align: center;
}
@media print, screen and (max-width: 89.99875em) {
  .faqs .faqs-intro h2 {
    font-size: 2.5rem;
  }
}
.faqs .accordian-section {
  padding-bottom: 105px;
}
.faqs .accordian-section a {
  font-family: "Open Sans", "Helvetica", sans-serif;
  font-size: 1.625rem;
  font-weight: bold;
  letter-spacing: 0.81px;
  line-height: 36px;
}
@media print, screen and (max-width: 89.99875em) {
  .faqs .accordian-section a {
    font-size: 1.3125rem;
  }
}
.faqs .accordian-section .accordion {
  padding-top: 43px;
}
.faqs .accordian-section .accordion p {
  color: #011F5B;
  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) {
  .faqs .accordian-section .accordion p {
    font-size: 1.25rem;
  }
}
.faqs .accordian-section .accordion .accordion-item {
  margin-bottom: 20px;
  padding-bottom: 0px;
  border: none;
  background-color: #FFFFFF;
  -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);
}
.faqs .accordian-section .accordion .accordion-item.is-active .accordion-title::before {
  -webkit-transform: rotate(270deg) !important;
  -webkit-transition: 0.8s;
  transition: 0.8s;
}
.faqs .accordian-section .accordion .accordion-title {
  border: none;
  padding-right: 50px;
  padding-left: 35px;
  padding-top: 27px;
  padding-bottom: 26px;
}
.faqs .accordian-section .accordion .accordion-title::before {
  position: absolute;
  top: 37%;
  right: 1rem;
  margin-top: -0.5rem;
  content: "\e908";
  font-size: 33px;
  font-family: "theme-icons";
  -webkit-transform: rotate(90deg);
}
.faqs .accordian-section .accordion .accordion-content {
  padding: 3% 5% 5% 35px;
  border: none;
  border-top: 1px solid #D2D2D2;
}

.school-template {
  overflow: hidden;
}
.school-template .school-hero .logo {
  padding-top: 72px;
  padding-bottom: 93px;
}
.school-template .school-hero .container .scroll a {
  color: #ffffff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.school-template .school-hero .container .scroll a i {
  color: #ffffff;
  border: 2px solid #ffffff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.school-template .school-hero .container .scroll a:hover {
  color: #990000;
}
.school-template .school-hero .container .scroll a:hover i {
  color: #990000;
  border: 2px solid #990000;
}
.school-template .school-hero h1 {
  color: #011F5B;
  font-family: "Gentium Basic", serif;
  font-size: 5rem;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 1;
  padding-top: 5px;
  padding-bottom: 10px;
}
@media screen and (max-width: 96.875em) {
  .school-template .school-hero h1 {
    font-size: 4rem;
  }
}
@media screen and (max-width: 81.25em) {
  .school-template .school-hero h1 {
    font-size: 3.125rem;
  }
}
@media print, screen and (max-width: 63.99875em) {
  .school-template .school-hero h1 {
    font-size: 2.8125rem;
  }
}
.school-template .school-hero .sub-heading {
  padding-top: 45px;
}
.school-template .default-body {
  padding-bottom: 150px;
}
.school-template .school-body {
  position: relative;
  min-height: 1540px;
}
.school-template .school-body:after {
  content: "";
  position: absolute;
  border-bottom: 2px solid #990000;
  width: 100%;
  top: 6px;
}
.school-template .school-body .banner {
  background-color: #990000;
}
.school-template .school-body .banner h2 {
  padding: 45px 0;
  color: #FFFFFF;
  font-family: "Gentium Basic", serif;
  font-size: 2.25rem;
  font-weight: bold;
  letter-spacing: -0.45px;
  line-height: 41px;
}
@media print, screen and (max-width: 89.99875em) {
  .school-template .school-body .banner h2 {
    font-size: 1.75rem;
  }
}
@media print, screen and (max-width: 63.99875em) {
  .school-template .school-body .banner h2 {
    text-align: center;
  }
}
.school-template .school-body .banner .buttons {
  margin-top: 13px;
  text-align: right;
}
@media print, screen and (max-width: 63.99875em) {
  .school-template .school-body .banner .buttons {
    text-align: center;
  }
}
.school-template .school-body .banner .buttons a {
  color: #FFFFFF;
  font-family: "Open Sans", "Helvetica", sans-serif;
  font-size: 0.875rem;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 19px;
  text-align: center;
  border: 2px solid #FFFFFF;
}
.school-template .school-body .banner .buttons a:hover {
  background-color: #FFFFFF;
  color: #990000;
}
.school-template .school-body .banner .buttons .btn-left {
  margin-right: 33px;
}
.school-template .school-body .banner .buttons a.btn-right {
  background-color: #FFFFFF;
  color: #990000;
  padding: 15px 35px;
}
.school-template .school-body .banner .buttons a.btn-right:hover {
  background-color: #990000;
  border: 2px solid #FFFFFF;
  color: #FFFFFF;
}
.school-template .school-body .intro .container {
  position: relative;
}
.school-template .school-body .intro .container #left-intro 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) {
  .school-template .school-body .intro .container #left-intro p {
    font-size: 1.5rem;
  }
}
.school-template .school-body .intro .container .content-left {
  padding-top: 75px;
  padding-bottom: 97px;
}
.school-template .school-body .intro .container .right-default-page {
  margin-bottom: 8px;
}
.school-template .school-body .intro .container .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) {
  .school-template .school-body .intro .container .lead-in-default p {
    font-size: 1.625rem;
  }
}
.school-template .school-body .intro .container .default-content {
  padding-top: 65px;
}
.school-template .school-body .intro .container .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) {
  .school-template .school-body .intro .container .default-content p {
    font-size: 1.25rem;
  }
}
.school-template .school-body .intro .container .content-right {
  position: absolute;
  right: -15px;
  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) {
  .school-template .school-body .intro .container .content-right {
    right: 0;
    top: 8px;
  }
}
@media screen and (max-width: 64em) {
  .school-template .school-body .intro .container .content-right {
    position: relative;
    margin-bottom: 50px;
  }
}
.school-template .school-body .intro .container .content-left 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) {
  .school-template .school-body .intro .container .content-left p {
    font-size: 1.25rem;
  }
}
.school-template .school-body .intro .container .content-left h2 {
  color: #011F5B;
  font-family: "Gentium Basic", serif;
  font-size: 3.125rem;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 60px;
}
@media print, screen and (max-width: 89.99875em) {
  .school-template .school-body .intro .container .content-left h2 {
    font-size: 2.5rem;
  }
}
.school-template .school-body .intro .container .content-left h3 {
  color: #011F5B;
  font-family: "Open Sans", "Helvetica", sans-serif;
  font-size: 1.5rem;
  letter-spacing: 0;
  line-height: 33px;
  text-align: center;
}
@media print, screen and (max-width: 89.99875em) {
  .school-template .school-body .intro .container .content-left h3 {
    font-size: 1.25rem;
  }
}
.school-template .school-body .intro .container .content .touch {
  padding: 27px 0 25px 0;
  text-align: center;
  background-color: #ffffff;
}
.school-template .school-body .intro .container .content .touch a {
  margin-left: -40px;
}
.school-template .school-body .intro .container .blue-contact {
  background-color: #011F5B;
  padding-left: 30px;
  padding-right: 30px;
  padding-bottom: 50px;
}
@media print, screen and (max-width: 74.99875em) {
  .school-template .school-body .intro .container .blue-contact {
    text-align: center;
  }
}
.school-template .school-body .intro .container .blue-contact .name-contact {
  padding-top: 36px;
}
.school-template .school-body .intro .container .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) {
  .school-template .school-body .intro .container .blue-contact p {
    font-size: 1.25rem;
  }
}
@media print, screen and (max-width: 74.99875em) {
  .school-template .school-body .intro .container .blue-contact p {
    text-align: center;
  }
}
.school-template .school-body .intro .container .blue-contact h3 {
  text-align: left;
  color: #FFFFFF;
  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) {
  .school-template .school-body .intro .container .blue-contact h3 {
    font-size: 1.25rem;
  }
}
@media print, screen and (max-width: 74.99875em) {
  .school-template .school-body .intro .container .blue-contact h3 {
    text-align: center;
  }
}
.school-template .school-body .intro .container .blue-contact i {
  font-size: 16px;
  padding-right: 10px;
  padding-bottom: 20px;
}
.school-template .school-body .intro .container .blue-contact a {
  position: relative;
  color: #FFFFFF;
  font-family: "Open Sans", "Helvetica", sans-serif;
  font-size: 1.125rem;
  letter-spacing: 0;
  line-height: 33px;
}
.school-template .school-body .intro .container .blue-contact a:hover {
  color: #990000;
}
.school-template .school-body .intro .container .blue-contact a:hover i {
  color: #fff !important;
}
.school-template .school-body .intro .container .blue-contact a:hover .school-arrow {
  margin-left: 17px;
}
.school-template .school-body .intro .container .blue-contact a .school-arrow {
  position: absolute;
  font-size: 0.6rem;
  margin-left: 13px;
  top: 9px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.school-template .school-body .intro .container .blue-contact .middle-blue {
  margin-top: 5px;
  margin-bottom: 5px;
}
.school-template .school-body .intro .container .leadership {
  background-color: #FFFFFF;
}
.school-template .school-body .intro .container .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) {
  .school-template .school-body .intro .container .leadership h2 {
    font-size: 1.75rem;
  }
}
.school-template .school-body .intro .container .leadership hr {
  color: #011F5B;
  width: 78px;
  margin-top: -25px;
}
.school-template .school-body .intro .container .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;
  text-align: center;
}
@media print, screen and (max-width: 89.99875em) {
  .school-template .school-body .intro .container .leadership p {
    font-size: 1rem;
  }
}
.school-template .school-body .intro .container .leadership img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 374px;
  width: 392px;
}
.school-template .school-body .intro .container .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: 40px;
}
@media print, screen and (max-width: 89.99875em) {
  .school-template .school-body .intro .container .leadership .leadership-heading {
    font-size: 1.75rem;
  }
}
.school-template .school-body .intro .container .leadership .leader-quote {
  padding: 0 25px 40px 25px;
}
.school-template .school-body .intro .container .leadership .leader-img {
  text-align: center;
}
.school-template .school-body .intro .container .learn-more-blue {
  position: relative;
  font-family: "Open Sans";
  font-size: 24px;
  font-weight: 300;
  letter-spacing: 0;
  line-height: 33px;
}
@media print, screen and (max-width: 89.99875em) {
  .school-template .school-body .intro .container .learn-more-blue {
    font-size: 1.5rem;
  }
}
.school-template .school-body .intro .container .learn-more-blue:hover {
  color: #011F5B;
}
.school-template .school-body .intro .container .learn-more-blue:hover .school-arrow {
  margin-left: 17px;
}
.school-template .school-body .intro .container .learn-more-blue .school-arrow {
  position: absolute;
  font-size: 0.6rem;
  margin-left: 13px;
  top: 15px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media print, screen and (max-width: 74.99875em) {
  .school-template .school-body #section-min-height {
    min-height: auto !important;
  }
}
.school-template .school-body .light-blue-section {
  min-height: 800px;
  background-color: rgba(235, 245, 250, 0.5);
}
.school-template .school-body .light-blue-section .content-left {
  padding: 75px 0;
}
.school-template .school-body .light-blue-section h2 {
  color: #011F5B;
  font-family: "Gentium Basic", serif;
  font-size: 3.125rem;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 60px;
  padding-bottom: 50px;
}
@media print, screen and (max-width: 89.99875em) {
  .school-template .school-body .light-blue-section h2 {
    font-size: 2.5rem;
  }
}
.school-template .school-body .light-blue-section p {
  color: #011F5B;
  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) {
  .school-template .school-body .light-blue-section p {
    font-size: 1.25rem;
  }
}
.school-template .school-body .light-blue-section ul li {
  padding-bottom: 32px;
  color: #011F5B;
  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) {
  .school-template .school-body .light-blue-section ul li {
    font-size: 1.25rem;
  }
}
.school-template .school-body .light-blue-section .give-button {
  padding-top: 30px;
}
.school-template .school-body .light-blue-section .give-button a {
  padding: 15px 45px;
  font-family: "Open Sans", "Helvetica", sans-serif;
  font-size: 0.875rem;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 1.1875rem;
  text-align: center;
  background-color: #990000;
  color: #FFFFFF;
}
.school-template .school-body .light-blue-section .give-button a:hover {
  background-color: transparent;
  color: #990000;
}
.school-template .school-body .quote-section {
  overflow: hidden;
  padding: 140px 0;
}
@media print, screen and (max-width: 39.99875em) {
  .school-template .school-body .quote-section {
    padding: 60px 0;
  }
}
.school-template .school-body .quote-section .quote-image {
  text-align: center;
  margin-bottom: 50px;
}
.school-template .school-body .quote-section .quote-image img {
  border-radius: 50%;
  width: 288px;
  height: 302px;
  -o-object-fit: cover;
     object-fit: cover;
}
.school-template .school-body .quote-section .quote {
  padding-left: 40px;
}
@media print, screen and (max-width: 56.24875em) {
  .school-template .school-body .quote-section .quote {
    padding-left: 0;
  }
}
.school-template .school-body .quote-section .quote p {
  color: #011F5B;
  font-family: "Gentium Basic", serif;
  font-size: 2.25rem;
  font-weight: bold;
  letter-spacing: -0.45px;
  line-height: 41px;
}
@media print, screen and (max-width: 89.99875em) {
  .school-template .school-body .quote-section .quote p {
    font-size: 1.75rem;
  }
}
@media print, screen and (max-width: 56.24875em) {
  .school-template .school-body .quote-section .quote p {
    font-size: 1.5rem;
  }
}
.school-template .school-body .quote-section .quote p.name {
  padding-top: 15px;
  color: #011F5B;
  font-family: "Open Sans";
  font-size: 1.5rem;
  letter-spacing: 0;
  line-height: 33px;
  text-align: right;
  font-weight: 600;
}
@media print, screen and (max-width: 89.99875em) {
  .school-template .school-body .quote-section .quote p.name {
    font-size: 1.25rem;
  }
}
@media print, screen and (max-width: 56.24875em) {
  .school-template .school-body .quote-section .quote p.name {
    font-size: 1.125rem;
  }
}
.school-template .school-body .quote-section .quote p.name span {
  color: rgba(0, 0, 0, 0.8);
  font-weight: 500;
}
.school-template .job-school-cta {
  margin-bottom: 100px;
  text-align: center;
}
.school-template .job-school-cta .job-banner {
  background: #990000;
  padding: 50px;
}
.school-template .job-school-cta .job-banner .banner-header {
  font-style: normal;
  font-weight: 700;
  font-size: 36px;
  line-height: 42px;
  text-align: center;
  letter-spacing: -0.45px;
  color: #FFFFFF;
  font-family: "Gentium Basic", serif;
}
.school-template .job-school-cta .job-banner .banner-link-container {
  text-align: center;
  margin-top: 20px;
}
.school-template .job-school-cta .job-banner .banner-link-container a {
  font-style: normal;
  font-weight: 300;
  font-size: 24px;
  line-height: 33px;
  color: #FFFFFF;
}
.school-template .job-school-cta .job-banner .banner-link-container a img {
  position: relative;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  left: 0;
}
.school-template .job-school-cta .job-banner .banner-link-container a:hover img {
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  left: 7px;
}

.ways-hero p a {
  font-family: "Open Sans", "Helvetica", sans-serif;
  font-size: 0.875rem;
  color: #990000;
  text-decoration: none;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 19px;
  text-align: center;
  border: 2px solid #990000;
  padding: 10px 35px;
}
.ways-hero p a:hover {
  background-color: #990000;
  color: #FFFFFF;
}

.ways-cards {
  padding-bottom: 75px !important;
}

.faqs-section {
  background-color: rgba(235, 245, 250, 0.5);
}
.faqs-section .faq-btn {
  padding-top: 60px;
  text-align: center;
}

.leadership-padding {
  padding-bottom: 100px;
}

.leadership-template-body {
  position: relative;
}
.leadership-template-body:after {
  content: "";
  position: absolute;
  left: 0;
  top: 4.5px;
  width: 100%;
  border-bottom: 2px solid #990000;
}
.leadership-template-body .testimonials .image-testimonal {
  text-align: center;
}
@media print, screen and (max-width: 56.24875em) {
  .leadership-template-body .testimonials .image-testimonal {
    padding-top: 40px;
  }
}
.leadership-template-body .testimonials .image-testimonal img {
  max-height: 555px;
}
.leadership-template-body .testimonials h2 {
  color: #011F5B;
  font-family: "Open Sans", "Helvetica", sans-serif;
  font-size: 1.5rem;
  font-style: italic;
  letter-spacing: 0;
  line-height: 33px;
}
@media print, screen and (max-width: 89.99875em) {
  .leadership-template-body .testimonials h2 {
    font-size: 1.25rem;
  }
}
.leadership-template-body .testimonials p {
  color: #011F5B;
  font-family: "Gentium Basic", serif;
  font-size: 2.25rem;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 43px;
  padding-bottom: 30px;
}
@media print, screen and (max-width: 89.99875em) {
  .leadership-template-body .testimonials p {
    font-size: 1.75rem;
  }
}
@media print, screen and (max-width: 63.99875em) {
  .leadership-template-body .testimonials p {
    font-size: 1.4375rem;
  }
}
.leadership-template-body .testimonials .quote {
  color: #990000;
  font-family: "Gentium Basic", serif;
  font-size: 140px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 60px;
  text-align: center;
}
@media print, screen and (max-width: 89.99875em) {
  .leadership-template-body .testimonials .quote {
    font-size: 7rem;
  }
}
@media print, screen and (max-width: 63.99875em) {
  .leadership-template-body .testimonials .quote {
    font-size: 5.375rem;
  }
}
.leadership-template-body .testimonials .testimonal {
  padding-bottom: 85px;
  padding-top: 115px;
}
@media print, screen and (max-width: 74.99875em) {
  .leadership-template-body .testimonials .testimonal {
    padding-bottom: 0;
  }
}

.intro-stories {
  border-bottom: 2px solid #990000;
}
.intro-stories h2 {
  color: rgba(0, 0, 0, 0.8);
  font-family: "Open Sans", "Helvetica", sans-serif;
  font-size: 1.5rem;
  letter-spacing: 0;
  line-height: 33px;
  padding-bottom: 50px;
  padding-top: 50px;
  text-align: center;
}
@media print, screen and (max-width: 89.99875em) {
  .intro-stories h2 {
    font-size: 1.25rem;
  }
}
@media print, screen and (max-width: 39.99875em) {
  .intro-stories h2 {
    padding-bottom: 25px;
  }
}
.intro-stories .left-story-banner {
  border-right: 2px solid #990000;
}
@media print, screen and (max-width: 63.99875em) {
  .intro-stories .left-story-banner {
    border-right: none;
  }
  .intro-stories .left-story-banner .cell {
    text-align: center;
  }
}
.intro-stories .left-story-banner a {
  color: #990000;
  font-family: "Open Sans", "Helvetica", sans-serif;
  font-size: 0.875rem;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 19px;
}
.intro-stories .right-story-banner {
  overflow: hidden;
  padding-left: 60px;
}
@media print, screen and (max-width: 63.99875em) {
  .intro-stories .right-story-banner {
    text-align: center;
    padding-left: 0;
    padding-bottom: 25px;
  }
}
.intro-stories .right-story-banner a {
  position: relative;
  color: #990000;
  font-family: "Open Sans", "Helvetica", sans-serif;
  font-size: 1.5rem;
  font-weight: 300;
  letter-spacing: 0;
  line-height: 33px;
}
@media print, screen and (max-width: 89.99875em) {
  .intro-stories .right-story-banner a {
    font-size: 1.25rem;
  }
}
.intro-stories .right-story-banner a:hover i {
  margin-left: 10px;
}
.intro-stories .right-story-banner i {
  font-size: 0.5625rem;
  position: absolute;
  padding-left: 11px;
  margin-top: 15px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.stories-template {
  padding-top: 120px;
}
.stories-template .card {
  margin-bottom: 100px;
}

.news-slider {
  display: table;
  width: 100%;
}
.news-slider .carousel-status {
  position: absolute;
  left: 45px;
  top: -6px;
  color: #011F5B;
}
.news-slider .flickity-button {
  font-size: 0.75rem;
  line-height: 0.9375rem;
  text-transform: uppercase;
  font-family: "Open Sans", "Helvetica", sans-serif;
  color: #577EB4;
  border-radius: 0px;
  height: 54px;
  background-color: transparent;
}
.news-slider .flickity-button.previous {
  left: -60px;
  right: auto;
  overflow: hidden;
}
@media print, screen and (max-width: 39.99875em) {
  .news-slider .flickity-button.previous {
    top: -30px !important;
    left: 0;
  }
}
.news-slider .flickity-button.previous:before {
  content: "Prev";
  position: absolute;
  top: 6px;
  left: 15px;
  font-weight: 600;
}
.news-slider .flickity-button.previous svg {
  width: 70px;
  height: 70px;
  left: 20px;
  top: 24px;
}
.news-slider .flickity-button.next {
  right: -59px;
  overflow: hidden;
}
@media print, screen and (max-width: 39.99875em) {
  .news-slider .flickity-button.next {
    top: -30px !important;
    left: 101px;
  }
}
.news-slider .flickity-button.next:before {
  content: "Next";
  position: absolute;
  right: 15px;
  top: 6px;
  font-weight: 600;
}
.news-slider .flickity-button.next svg {
  width: 70px;
  height: 70px;
  right: 20px;
  bottom: 12px;
  left: auto;
  top: auto;
}
.news-slider .flickity-button-icon {
  fill: #011F5B;
}
.news-slider .flickity-prev-next-button {
  width: 50px;
  height: 50px;
}
@media print, screen and (max-width: 39.99875em) {
  .news-slider .flickity-prev-next-button {
    width: 50px;
  }
}
.news-slider .item {
  min-height: 100%;
  width: 100%;
}
.news-slider .item .image-container {
  padding-right: 0px;
}
.news-slider .item .image-container img {
  width: 100%;
}
.news-slider.flickity-resize .item {
  min-height: 100%;
  background-color: #011F5B;
}

.single-img-slider .news-slider .flickity-button {
  display: none !important;
}

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

.btn-bold {
  font-weight: bold;
}

.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 { /* For older versions of Firefox */
      transform: scale(0.9) !important; /* For modern browsers */ /* For older Firefox versions */
      transform-origin: 0 0 !important; /* For modern browsers */
      width: 111.1111111111%;
    }
  }
}
@media (-webkit-device-pixel-ratio: 1.5) {
  html {
    zoom: 0.8;
  }
  @-moz-document url-prefix() {
    html { /* For older versions of Firefox */
      transform: scale(0.8) !important; /* For modern browsers */ /* For older Firefox versions */
      transform-origin: 0 0 !important; /* For modern browsers */
      width: 125%;
    }
  }
}
.blue-callout .right-single {
  text-align: center;
}
@media screen and (max-width: 64em) {
  .blue-callout .right-single {
    padding-top: 40px;
  }
}
.blue-callout .right-single img {
  max-height: 500px;
}

.page-id-4634 .page-hero {
  border-bottom: none !important;
}
.page-id-4634 .scroll {
  display: none !important;
}
.page-id-4634 .default-body:after {
  display: none !important;
}

@media screen and (max-width: 64.0625em) {
  .social-height {
    height: 60px;
  }
}

.social-icons-container .icon-container {
  text-align: center;
}
@media screen and (min-width: 64.0625em) {
  .social-icons-container .icon-container {
    position: fixed;
    top: 42%;
    left: -8px;
    z-index: 9999;
  }
}
.social-icons-container .share-text {
  margin-top: 30px;
  margin-bottom: 15px;
}
.social-icons-container .share-text span {
  font-family: "Gentium Basic", serif;
  position: relative;
  left: -24px;
}
.social-icons-container .share-text span:after {
  content: "";
  width: 35px;
  height: 1px;
  background-color: #011F5B;
  position: absolute;
  top: 9px;
  right: -46px;
}
@media screen and (min-width: 64.0625em) {
  .social-icons-container .share-text {
    display: none;
  }
}

@media screen and (min-width: 64.0625em) {
  .et_monarch .et_social_networks span.et_social_overlay {
    left: 12px;
  }
}

@media screen and (min-width: 64.0625em) {
  .et_monarch .et_social_networks li a {
    padding: 0px 5px;
  }
}

.et_social_hide_sidebar {
  display: none !important;
}

@media screen and (min-width: 64.0625em) {
  .et_social_icons_container:after {
    content: "SHARE THIS PAGE  —";
    position: absolute;
    right: -50px;
    bottom: -85px;
    background-color: #fefefe;
    font-size: 14px;
    -webkit-transform: rotate(270deg);
            transform: rotate(270deg);
    white-space: nowrap;
  }
}

.et_social_network_label {
  height: 0;
}

.et_monarch .et_social_networks .et_social_icons_container {
  display: -ms-grid;
  display: grid;
}
@media screen and (max-width: 64.0625em) {
  .et_monarch .et_social_networks .et_social_icons_container {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    width: inherit;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.et_monarch .et_social_networks {
  width: 100%;
}

@media screen and (min-width: 64.0625em) {
  .et_monarch .et_social_rounded.et_social_networks li {
    border-radius: 0 !important;
  }
}

.et_monarch .et_social_1col li, .et_monarch .et_social_2col li:nth-child(2n+1), .et_monarch .et_social_3col li:nth-child(3n+1), .et_monarch .et_social_4col li:nth-child(4n+1), .et_monarch .et_social_5col li:nth-child(5n+1), .et_monarch .et_social_6col li:nth-child(6n+1), .et_monarch .et_social_autowidth li:first-child {
  width: 50px !important;
  margin-left: 1px;
  clear: unset !important;
}
@media screen and (max-width: 64.0625em) {
  .et_monarch .et_social_1col li, .et_monarch .et_social_2col li:nth-child(2n+1), .et_monarch .et_social_3col li:nth-child(3n+1), .et_monarch .et_social_4col li:nth-child(4n+1), .et_monarch .et_social_5col li:nth-child(5n+1), .et_monarch .et_social_6col li:nth-child(6n+1), .et_monarch .et_social_autowidth li:first-child {
    width: 41px !important;
  }
}

.et_monarch .et_social_networks li:nth-child(2n+1), .et_monarch .et_social_mobile .et_social_networks li:nth-child(2n+1) {
  clear: unset !important;
}

.et_monarch .et_social_1col li:first-child, .et_monarch .et_social_2col li:nth-child(-n+2), .et_monarch .et_social_3col li:nth-child(-n+3), .et_monarch .et_social_4col li:nth-child(-n+4), .et_monarch .et_social_5col li:nth-child(-n+5), .et_monarch .et_social_6col li:nth-child(-n+6) {
  width: 50px !important;
}
@media screen and (max-width: 64.0625em) {
  .et_monarch .et_social_1col li:first-child, .et_monarch .et_social_2col li:nth-child(-n+2), .et_monarch .et_social_3col li:nth-child(-n+3), .et_monarch .et_social_4col li:nth-child(-n+4), .et_monarch .et_social_5col li:nth-child(-n+5), .et_monarch .et_social_6col li:nth-child(-n+6) {
    width: 41px !important;
    margin: 10px !important;
  }
}

blockquote .caption-flex {
  line-height: 1.4;
  color: #ffffff;
  font-family: "Open Sans", "Helvetica", sans-serif;
  font-size: 1rem;
  letter-spacing: 0;
  margin-top: 1.2rem;
}
@media print, screen and (max-width: 39.99875em) {
  blockquote {
    padding: 2.9rem 34px;
  }
  blockquote:before {
    font-size: 2.1rem;
    left: 11px;
    top: 38px;
  }
}

.lead-in-flex-p {
  color: #333333;
  font-family: "Gentium Basic", serif;
  font-size: 1.875rem;
  letter-spacing: 0;
  line-height: 2.125rem;
  padding-bottom: 20px;
}
@media print, screen and (max-width: 89.99875em) {
  .lead-in-flex-p {
    font-size: 1.625rem;
  }
}

.story-template .wp-caption-text {
  color: #011F5B;
  font-family: "Open Sans", "Helvetica", sans-serif;
  font-size: 14px;
  font-style: italic;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 1.4;
  padding-top: 7px;
  padding-bottom: 5px;
}

.updated-flex {
  overflow-x: hidden;
  padding-top: 25px !important;
  padding-bottom: 25px !important;
}
@media screen and (max-width: 75em) {
  .updated-flex {
    padding-bottom: 17px !important;
    padding-top: 17px !important;
  }
}
.updated-flex .button {
  margin-top: 10px;
  margin-bottom: 20px;
}
.updated-flex h2 {
  padding-top: 20px;
  padding-bottom: 5px;
}
.updated-flex h3 {
  padding-top: 20px;
  padding-bottom: 5px;
}
.updated-flex h4 {
  padding-top: 5px;
}

.updated-flex-slider {
  padding-top: 25px;
  padding-bottom: 30px;
}
@media print, screen and (max-width: 39.99875em) {
  .updated-flex-slider .story-slider .info {
    padding: 35px 35px !important;
  }
}

.story-intro.updated-flex-header h2 {
  padding-top: 40px !important;
}
.story-intro.updated-flex-header h3 {
  padding-top: 40px !important;
}

.accordian-section.updated-flex {
  overflow: visible !important;
  padding-bottom: 30px !important;
}
.accordian-section.updated-flex .accordion {
  padding-top: 0 !important;
}

.wide-image.updated-flex {
  overflow: visible !important;
}
.wide-image.updated-flex .wide-caption {
  color: #011F5B;
  font-family: "Open Sans", "Helvetica", sans-serif;
  font-size: 1rem;
  font-style: italic;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 1.9;
  padding-bottom: 30px;
  padding-top: 30px;
  margin-bottom: -35px;
}
@media screen and (max-width: 75em) {
  .wide-image.updated-flex .wide-caption {
    padding-bottom: 15px;
    padding-top: 15px;
    margin-bottom: -20px;
  }
}

.full-image.updated-flex .full-caption {
  color: #ffffff;
  font-family: "Open Sans", "Helvetica", sans-serif;
  font-size: 1rem;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 1.9;
}

.masonry-gallery.updated-flex .caption-on {
  margin-bottom: -20px;
}
@media print, screen and (max-width: 39.99875em) {
  .masonry-gallery.updated-flex .caption-on {
    margin-bottom: -15px;
  }
}
.masonry-gallery.updated-flex .masonry-caption {
  color: #011F5B;
  font-family: "Open Sans", "Helvetica", sans-serif;
  font-size: 1rem;
  font-style: italic;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 1.9;
  padding: 30px 50px;
  background-color: #ffffff;
}
@media print, screen and (max-width: 39.99875em) {
  .masonry-gallery.updated-flex .masonry-caption {
    padding: 15px 20px;
  }
}

.featured-video.updated-flex {
  overflow: visible;
}
.featured-video.updated-flex .video-caption {
  padding: 25px 50px;
}
@media print, screen and (max-width: 39.99875em) {
  .featured-video.updated-flex .video-caption {
    padding: 15px 20px;
    margin-bottom: -40px;
  }
}

.pum-container .pum-content {
  padding: 30px;
}

.digital-mag-logo {
  height: 213px;
}
@media print, screen and (max-width: 63.99875em) {
  .digital-mag-logo {
    height: 175px;
  }
}
@media print, screen and (max-width: 26.24875em) {
  .digital-mag-logo {
    height: 150px;
  }
}
.digital-mag-logo img {
  max-width: 300px;
  margin-left: -10px;
}

.single .wp-caption-text {
  padding-top: 25px;
  color: #011F5B;
  font-family: "Open Sans", "Helvetica", sans-serif;
  font-size: 1rem;
  font-style: italic;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 1.4;
  text-align: left;
  padding-left: 5px;
  padding-right: 5px;
}
@media screen and (max-width: 75em) {
  .single .wp-caption-text {
    padding-top: 15px;
    padding-left: 7px;
    padding-right: 7px;
  }
}

.youtube {
  text-align: center;
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}
.youtube iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.blue-contact a {
  display: block;
  padding-bottom: 10px;
}
.blue-contact a i {
  max-height: 16px;
}
.blue-contact .flex-contain {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.blue-contact .flex-contain .text-contain {
  line-height: 1.5;
}
.blue-contact .flex-contain img {
  max-width: 16px;
  max-height: 16px;
  margin-right: 10px;
  position: relative;
  top: 6px;
}
@media print, screen and (max-width: 74.99875em) {
  .blue-contact .flex-contain {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.visually-hidden {
  position: absolute;
  left: -9999px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.stories-flex {
  padding-bottom: 0 !important;
}

.page-template-default-flex-landing-page .school-bspot, .page-template-template-default-flex .school-bspot {
  margin-top: 60px;
  padding: 0 0 35px 0;
  background-color: rgba(235, 245, 250, 0.5);
}
.page-template-default-flex-landing-page .school-bspot .schools-head, .page-template-template-default-flex .school-bspot .schools-head {
  padding-top: 40px;
}
.page-template-default-flex-landing-page .school-bspot .box-heading, .page-template-template-default-flex .school-bspot .box-heading {
  padding-bottom: 40px;
}
.page-template-default-flex-landing-page .school-bspot h3, .page-template-template-default-flex .school-bspot h3 {
  color: #011F5B;
  font-family: "Open Sans", "Helvetica", sans-serif;
  font-size: 1.5rem;
  font-weight: bold;
  letter-spacing: -0.3px;
  line-height: 33px;
}
@media print, screen and (max-width: 89.99875em) {
  .page-template-default-flex-landing-page .school-bspot h3, .page-template-template-default-flex .school-bspot h3 {
    font-size: 1.25rem;
  }
}
.page-template-default-flex-landing-page .school-bspot .school-boxes, .page-template-template-default-flex .school-bspot .school-boxes {
  padding-bottom: 100px;
}
.page-template-default-flex-landing-page .school-bspot .card, .page-template-template-default-flex .school-bspot .card {
  background-color: #FFFFFF;
  position: relative;
  padding: 25px 5%;
  margin: 10px 20px 10px 0;
  max-height: 120px;
  min-height: 120px;
  -webkit-transition: all 0.9s ease;
  transition: all 0.9s ease;
}
.page-template-default-flex-landing-page .school-bspot .card:hover, .page-template-template-default-flex .school-bspot .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);
}
.page-template-default-flex-landing-page .school-bspot h4, .page-template-template-default-flex .school-bspot h4 {
  color: #011F5B;
  font-family: "Open Sans", "Helvetica", sans-serif;
  font-size: 1.5rem;
  letter-spacing: 0;
  line-height: 33px;
  text-align: center;
}
@media print, screen and (max-width: 89.99875em) {
  .page-template-default-flex-landing-page .school-bspot h4, .page-template-template-default-flex .school-bspot h4 {
    font-size: 1.25rem;
  }
}
.page-template-default-flex-landing-page .school-bspot p, .page-template-template-default-flex .school-bspot p {
  padding-right: 30%;
  padding-bottom: 50px;
}
@media print, screen and (max-width: 74.99875em) {
  .page-template-default-flex-landing-page .school-bspot p, .page-template-template-default-flex .school-bspot p {
    padding-right: 5%;
  }
}
@media print, screen and (max-width: 63.99875em) {
  .page-template-default-flex-landing-page .school-bspot p, .page-template-template-default-flex .school-bspot p {
    padding-right: 0;
  }
}

.post-password-form {
  max-width: 600px;
  position: relative;
  margin: auto;
  padding: 200px 35px;
}
.post-password-form input[type=submit] {
  margin-top: 25px;
  width: 100px;
  height: 40px;
  cursor: pointer;
}

#give .intro-text h2 {
  color: #011F5B;
  font-family: "Gentium Basic", serif;
  font-size: 3.125rem;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 60px;
  text-align: center;
}
@media print, screen and (max-width: 89.99875em) {
  #give .intro-text h2 {
    font-size: 2.5rem;
  }
}
#give .intro-text p {
  color: #011F5B;
  font-family: "Open Sans", "Helvetica", sans-serif;
  font-size: 1.5rem;
  letter-spacing: 0;
  line-height: 33px;
  text-align: left;
}
@media print, screen and (max-width: 89.99875em) {
  #give .intro-text p {
    font-size: 1.25rem;
  }
}
#give .intro-text h3 {
  color: #990000;
  font-family: "Open Sans", "Helvetica", sans-serif;
  font-size: 1.625rem;
  font-weight: bold;
  letter-spacing: 0.81px;
  line-height: 36px;
}
@media print, screen and (max-width: 89.99875em) {
  #give .intro-text h3 {
    font-size: 1.3125rem;
  }
}
#give .heading-content {
  padding-top: 1px;
  padding-bottom: 90px;
}
@media print, screen and (max-width: 89.99875em) {
  #give .heading-content {
    padding-bottom: 30px;
  }
}
#give .first-padding {
  padding-top: 100px;
}
#give .giving-bspot {
  position: relative;
  padding-bottom: 81px;
}
@media print, screen and (max-width: 89.99875em) {
  #give .giving-bspot {
    padding-bottom: 65px;
  }
}
#give .giving-bspot .cards {
  margin-bottom: 30px;
}
#give .giving-bspot .cards .card {
  position: relative;
  margin-top: 15px;
  margin-bottom: 15px;
  -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);
}
#give .giving-bspot .cards .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);
}
@media print, screen and (max-width: 26.24875em) {
  #give .giving-bspot .cards .card {
    margin-top: 25px;
    background-color: #FFFFFF;
  }
}
#give .giving-bspot .cards .image {
  height: 256px;
  opacity: 1;
  position: relative;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  overflow: hidden;
}
#give .giving-bspot .cards .blue {
  background-color: #011F5B;
  color: #011F5B;
}
#give .giving-bspot .cards .red {
  background-color: #990000;
  color: #990000;
}
#give .giving-bspot .cards .info {
  background-color: #FFFFFF;
  min-height: 180px;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 30px 20px;
}
#give .giving-bspot .cards .info h2.text-card {
  text-align: left;
}
#give .giving-bspot .cards .info h2 {
  color: #011F5B;
  font-family: "Open Sans", "Helvetica", sans-serif;
  font-size: 1.5rem;
  font-weight: bold;
  letter-spacing: -0.3px;
  line-height: 33px;
}
@media print, screen and (max-width: 89.99875em) {
  #give .giving-bspot .cards .info h2 {
    font-size: 1.25rem;
  }
}
#give .giving-bspot .cards .info p {
  color: #474747;
  font-family: "Open Sans", "Helvetica", sans-serif;
  font-size: 1rem;
  font-weight: 300;
  letter-spacing: 0;
  line-height: 22px;
  padding: 1px 0 100px 0px;
}
#give .giving-bspot .cards .info .giving-btn a {
  position: absolute;
  bottom: 20px;
  font-family: "Open Sans", "Helvetica", sans-serif;
  font-size: 0.875rem;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 19px;
  text-align: center;
  padding: 13px 40px;
}
#give .giving-bspot .cards .info .no-text-card-btn {
  text-align: center;
}
#give .giving-bspot .cards .info .no-text-card-btn a {
  position: relative !important;
  bottom: -15px;
}
#give .school-bspot {
  padding: 0 0 35px 0;
  background-color: rgba(235, 245, 250, 0.5);
}
#give .school-bspot .schools-head {
  padding-top: 80px;
}
#give .school-bspot .box-heading {
  padding-bottom: 40px;
}
#give .school-bspot h3 {
  color: #011F5B;
  font-family: "Open Sans", "Helvetica", sans-serif;
  font-size: 1.5rem;
  font-weight: bold;
  letter-spacing: -0.3px;
  line-height: 33px;
}
@media print, screen and (max-width: 89.99875em) {
  #give .school-bspot h3 {
    font-size: 1.25rem;
  }
}
#give .school-bspot .school-boxes {
  padding-bottom: 100px;
}
#give .school-bspot .card {
  background-color: #FFFFFF;
  position: relative;
  padding: 25px 5%;
  margin: 10px 20px 10px 0;
  max-height: 120px;
  min-height: 120px;
  -webkit-transition: all 0.9s ease;
  transition: all 0.9s ease;
}
#give .school-bspot .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);
}
#give .school-bspot h4 {
  color: #011F5B;
  font-family: "Open Sans", "Helvetica", sans-serif;
  font-size: 1.5rem;
  letter-spacing: 0;
  line-height: 33px;
  text-align: center;
}
@media print, screen and (max-width: 89.99875em) {
  #give .school-bspot h4 {
    font-size: 1.25rem;
  }
}
#give .school-bspot p {
  padding-right: 30%;
  padding-bottom: 50px;
}
@media print, screen and (max-width: 74.99875em) {
  #give .school-bspot p {
    padding-right: 5%;
  }
}
@media print, screen and (max-width: 63.99875em) {
  #give .school-bspot p {
    padding-right: 0;
  }
}

.priority-template .priority-body {
  position: relative;
}
.priority-template .priority-body:after {
  content: "";
  position: absolute;
  border-bottom: 2px solid #990000;
  width: 100%;
  top: 6px;
}
.priority-template .priority-body .banner {
  background-color: #990000;
}
.priority-template .priority-body .banner h2 {
  padding: 45px 0;
  color: #FFFFFF;
  font-family: "Gentium Basic", serif;
  font-size: 2.25rem;
  font-weight: bold;
  letter-spacing: -0.45px;
  line-height: 41px;
}
@media print, screen and (max-width: 63.99875em) {
  .priority-template .priority-body .banner h2 {
    text-align: center;
  }
}
.priority-template .priority-body .banner .buttons {
  margin-top: 13px;
  text-align: right;
}
@media print, screen and (max-width: 63.99875em) {
  .priority-template .priority-body .banner .buttons {
    text-align: center;
  }
}
.priority-template .priority-body .banner .buttons a {
  color: #FFFFFF;
  font-family: "Open Sans", "Helvetica", sans-serif;
  font-size: 0.875rem;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 19px;
  text-align: center;
  border: 2px solid #FFFFFF;
}
.priority-template .priority-body .banner .buttons a:hover {
  background-color: #FFFFFF;
  color: #990000;
}
.priority-template .priority-body .banner .buttons .btn-left {
  margin-right: 33px;
}
.priority-template .priority-body .banner .buttons a.btn-right {
  background-color: #FFFFFF;
  color: #990000;
  padding: 15px 35px;
}
.priority-template .priority-body .banner .buttons a.btn-right:hover {
  background-color: #990000;
  border: 2px solid #FFFFFF;
  color: #FFFFFF;
}
.priority-template .priority-body .intro .above-slider-text {
  padding-bottom: 25px;
}
.priority-template .priority-body .intro .if-slider {
  padding-top: 50px;
}
.priority-template .priority-body .intro .below-slider-text {
  padding-bottom: 51px;
}
.priority-template .priority-body .intro .container {
  position: relative;
}
.priority-template .priority-body .intro .container .content-left {
  padding: 75px 0 46px 0;
}
.priority-template .priority-body .intro .container .content-right {
  margin-top: 8px;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
  max-width: 392px;
  -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: 64em) {
  .priority-template .priority-body .intro .container .content-right {
    max-width: 100%;
    margin-bottom: 50px;
  }
}
.priority-template .priority-body .intro .container .content-right .learn-more {
  padding-top: 23px;
  padding-bottom: 29px;
  text-align: center;
}
.priority-template .priority-body .intro .container .content-right .learn-more a {
  color: #990000;
  font-family: "Open Sans", "Helvetica", sans-serif;
  font-size: 1.5rem;
  font-weight: 300;
  letter-spacing: 0;
  line-height: 33px;
  margin-left: -40px;
}
.priority-template .priority-body .intro .container .content-right .learn-more a:hover {
  color: #011F5B;
  background-color: transparent;
}
.priority-template .priority-body .intro .container .content-right .learn-more a:hover i {
  color: #011F5B;
  margin-left: 10px;
}
.priority-template .priority-body .intro .container .content-right .learn-more i {
  font-size: 0.625rem;
  padding-left: 14px !important;
  position: absolute;
  padding-left: 0px;
  margin-top: 15px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.priority-template .priority-body .intro .container .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: 33px;
}
@media print, screen and (max-width: 89.99875em) {
  .priority-template .priority-body .intro .container .content p {
    font-size: 1.25rem;
  }
}
.priority-template .priority-body .intro .container .content .above-slider-text p {
  color: #333333;
  font-family: "Gentium Basic", serif;
  font-size: 1.875rem;
  letter-spacing: 0;
  font-weight: 300;
  line-height: 2.125rem;
}
@media print, screen and (max-width: 89.99875em) {
  .priority-template .priority-body .intro .container .content .above-slider-text p {
    font-size: 1.5rem;
  }
}
.priority-template .priority-body .intro .container .content h2 {
  color: #011F5B;
  font-family: "Gentium Basic", serif;
  font-size: 3.125rem;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 60px;
}
@media print, screen and (max-width: 89.99875em) {
  .priority-template .priority-body .intro .container .content h2 {
    font-size: 2.5rem;
  }
}
.priority-template .priority-body .intro .container .content h3 {
  color: #011F5B;
  font-family: "Open Sans", "Helvetica", sans-serif;
  font-size: 1.5rem;
  letter-spacing: 0;
  line-height: 33px;
  text-align: center;
}
@media print, screen and (max-width: 89.99875em) {
  .priority-template .priority-body .intro .container .content h3 {
    font-size: 1.25rem;
  }
}
.priority-template .priority-body .intro .container .content .touch {
  padding: 27px 0 25px 0;
}
.priority-template .priority-body .intro .container .blue-contact {
  background-color: #011F5B;
  padding-top: 30px;
  padding-left: 58px;
  padding-bottom: 30px;
}
@media print, screen and (max-width: 74.99875em) {
  .priority-template .priority-body .intro .container .blue-contact {
    text-align: center;
    padding-left: 0;
  }
}
.priority-template .priority-body .intro .container .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) {
  .priority-template .priority-body .intro .container .blue-contact p {
    font-size: 1.25rem;
  }
}
@media print, screen and (max-width: 74.99875em) {
  .priority-template .priority-body .intro .container .blue-contact p {
    text-align: center;
  }
}
.priority-template .priority-body .intro .container .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) {
  .priority-template .priority-body .intro .container .blue-contact h3 {
    font-size: 1.25rem;
  }
}
@media print, screen and (max-width: 74.99875em) {
  .priority-template .priority-body .intro .container .blue-contact h3 {
    text-align: center;
  }
}
.priority-template .priority-body .intro .container .blue-contact i {
  font-size: 16px;
  padding-right: 10px;
  padding-bottom: 20px;
}
.priority-template .priority-body .intro .container .blue-contact a {
  color: #FFFFFF;
  position: relative;
  font-family: "Open Sans", "Helvetica", sans-serif;
  font-size: 1.125rem;
  letter-spacing: 0;
  line-height: 33px;
}
.priority-template .priority-body .intro .container .blue-contact a:hover {
  color: #990000;
}
.priority-template .priority-body .intro .container .blue-contact a:hover .school-arrow {
  margin-left: 17px;
}
@media print, screen and (max-width: 89.99875em) {
  .priority-template .priority-body .intro .container .blue-contact a {
    font-size: 1.25rem;
  }
}
.priority-template .priority-body .intro .container .blue-contact a .school-arrow {
  position: absolute;
  font-size: 0.6rem;
  margin-left: 13px;
  top: 9px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.priority-template .priority-body .intro .container .leadership {
  background-color: #FFFFFF;
}
.priority-template .priority-body .intro .container .leadership h3 {
  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) {
  .priority-template .priority-body .intro .container .leadership h3 {
    font-size: 1.75rem;
  }
}
.priority-template .priority-body .intro .container .leadership hr {
  color: #011F5B;
  width: 78px;
  margin-top: -25px;
}
.priority-template .priority-body .intro .container .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) {
  .priority-template .priority-body .intro .container .leadership p {
    font-size: 1rem;
  }
}
.priority-template .priority-body .intro .container .leadership img {
  height: 374px;
  width: 392px;
}
.priority-template .priority-body .intro .container .leadership .leadership-heading {
  color: #011F5B;
  font-family: "Gentium Basic", serif;
  font-size: 2.25rem;
  font-weight: bold;
  letter-spacing: -0.45px;
  line-height: 41px;
  padding: 40px;
  text-align: center;
}
.priority-template .priority-body .intro .container .leadership .leader-quote {
  padding: 0 25px 40px 25px;
}
.priority-template .priority-body .intro .container .leadership .leader-img {
  text-align: center;
}
.priority-template .priority-body .intro .story-slider {
  margin-top: 45px;
  margin-bottom: 30px;
}
@media print, screen and (max-width: 39.99875em) {
  .priority-template .priority-body .intro .story-slider .card {
    padding-top: 30px;
  }
}
.priority-template .priority-body .intro .story-slider .image {
  height: 443px;
  position: relative;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  overflow: hidden;
}
.priority-template .priority-body .intro .story-slider .info {
  background-color: #011F5B;
  position: relative;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 40px 56px;
}
@media print, screen and (max-width: 39.99875em) {
  .priority-template .priority-body .intro .story-slider .info {
    padding: 40px 10px;
  }
}
.priority-template .priority-body .intro .story-slider .info p {
  color: #FFFFFF;
  font-family: "Open Sans", "Helvetica", sans-serif;
  font-size: 1rem;
  font-weight: 300;
  letter-spacing: 0;
  line-height: 22px;
}
.priority-template .priority-body .opportunities {
  padding-top: 30px;
  padding-bottom: 100px;
  background-color: rgba(235, 245, 250, 0.5);
}
@media print, screen and (max-width: 74.99875em) {
  .priority-template .priority-body .opportunities {
    margin-bottom: 50px;
  }
}
.priority-template .priority-body .opportunities h2 {
  color: #011F5B;
  font-family: "Gentium Basic", serif;
  font-size: 2.25rem;
  font-weight: bold;
  letter-spacing: -0.45px;
  line-height: 41px;
}
@media print, screen and (max-width: 89.99875em) {
  .priority-template .priority-body .opportunities h2 {
    font-size: 1.75rem;
  }
}
.priority-template .priority-body .opportunities 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;
  padding-top: 20px;
  padding-bottom: 90px;
}
@media print, screen and (max-width: 89.99875em) {
  .priority-template .priority-body .opportunities p {
    font-size: 1.25rem;
  }
}
.priority-template .priority-body .opportunities .card-link {
  position: absolute;
  bottom: 30px;
  font-family: "Open Sans", "Helvetica", sans-serif;
  font-size: 1.5rem;
  font-weight: 300;
  letter-spacing: 0;
  line-height: 33px;
}
.priority-template .priority-body .opportunities .card-link:hover {
  color: #011F5B;
  background-color: transparent;
}
.priority-template .priority-body .opportunities .card-link:hover i {
  color: #011F5B;
  margin-left: 20px;
}
@media print, screen and (max-width: 89.99875em) {
  .priority-template .priority-body .opportunities .card-link {
    font-size: 1.25rem;
  }
}
.priority-template .priority-body .opportunities .card-title {
  padding-left: 33px;
  margin-bottom: 0;
}
.priority-template .priority-body .opportunities i {
  font-size: 0.625rem;
  padding-left: 14px !important;
  position: absolute;
  padding-left: 0px;
  margin-top: 15px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.priority-template .priority-body .opportunities .opp-card-section {
  padding-top: 40px;
}
.priority-template .priority-body .opportunities .opp-card-section .opp-card {
  min-height: 205px;
  position: relative;
  margin-bottom: 34px;
  padding: 30px 70px 0 30px;
  background-color: #FFFFFF;
}
@media print, screen and (max-width: 89.99875em) {
  .priority-template .priority-body .opportunities .opp-card-section .opp-card {
    padding: 30px 15px 0 15px;
  }
}
.priority-template .priority-body .opportunities img {
  height: 73px;
  width: 73px;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -o-border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
}

.select2-hidden-accessible {
  visibility: hidden;
}

select, .select2-container, .select2-container--default {
  max-width: 100%;
}
select .select2-dropdown, .select2-container .select2-dropdown, .select2-container--default .select2-dropdown {
  top: 2px;
  border: none;
  -webkit-box-shadow: 0px 21px 43px -4px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 21px 43px -4px rgba(0, 0, 0, 0.2);
}
select .select2-dropdown .select2-search__field, .select2-container .select2-dropdown .select2-search__field, .select2-container--default .select2-dropdown .select2-search__field {
  border: 1px solid #990000;
  width: 90%;
  margin: 5% 4%;
}
select .select2-dropdown .select2-results__option, .select2-container .select2-dropdown .select2-results__option, .select2-container--default .select2-dropdown .select2-results__option {
  padding: 8px 13px;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-user-select: none;
}
select .select2-results__option[aria-selected=true], .select2-container .select2-results__option[aria-selected=true], .select2-container--default .select2-results__option[aria-selected=true] {
  background-color: #ebf5f9;
}
select .select2-results__option--highlighted[aria-selected], .select2-container .select2-results__option--highlighted[aria-selected], .select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #83AFD4;
}
select .select2-selection--single, .select2-container .select2-selection--single, .select2-container--default .select2-selection--single {
  background-color: #ffffff;
  border: none;
  border-radius: 0px;
  color: #990000;
  outline: none;
  font-weight: 500;
  height: 62px;
  padding-left: unset;
}
@media print, screen and (max-width: 39.99875em) {
  select .select2-selection--single, .select2-container .select2-selection--single, .select2-container--default .select2-selection--single {
    margin-bottom: 30px;
  }
}
select .select2-selection--single .select2-selection__rendered, .select2-container .select2-selection--single .select2-selection__rendered, .select2-container--default .select2-selection--single .select2-selection__rendered {
  padding: 16px 30px 16px 30px;
  width: 268px;
  display: block;
  color: #990000;
  border: 2px solid #990000;
  font-family: "Open Sans", "Helvetica", sans-serif;
  font-size: 0.875rem;
  font-weight: 700;
  letter-spacing: 0;
  position: relative;
}
select .select2-selection--single .select2-selection__rendered:after, .select2-container .select2-selection--single .select2-selection__rendered:after, .select2-container--default .select2-selection--single .select2-selection__rendered:after {
  content: "\e908";
  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;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  color: #990000;
}
select .select2-selection--single .select2-selection__arrow, .select2-container .select2-selection--single .select2-selection__arrow, .select2-container--default .select2-selection--single .select2-selection__arrow {
  display: none;
}
select .select2-selection--single .select2-selection__arrow b, .select2-container .select2-selection--single .select2-selection__arrow b, .select2-container--default .select2-selection--single .select2-selection__arrow b {
  /* border-width: 0 9px 11px 9px;*/
}
select option, .select2-container option, .select2-container--default option {
  line-height: 41px;
  padding-bottom: 15px;
  padding-left: 15px;
  padding-top: 15px;
  -webkit-appearance: none !important;
     -moz-appearance: none !important;
          appearance: none !important;
}

select, input[type=text], input[type=search], input[type=email], input[type=password] {
  background-color: #ebf5f9;
  border: 0;
  color: #0a0a0a;
  outline: none;
  font-weight: 500;
  height: auto;
  -webkit-box-shadow: 0 0 0;
          box-shadow: 0 0 0;
  position: relative;
  z-index: 2;
  padding: 16px 30px !important;
  margin: 0;
  line-height: 30px;
}
select.is-invalid-input, 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;
}
select:focus, input[type=text]:focus, input[type=search]:focus, input[type=email]:focus, input[type=password]:focus {
  background-color: #ebf5f9;
  border: 0;
  -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: 500;
  -webkit-box-shadow: 0 0 0;
          box-shadow: 0 0 0;
  padding: 16px 30px !important;
  margin-bottom: 0;
}
textarea:focus {
  background-color: #ebf5f9;
  border: 0;
  -webkit-box-shadow: 0 0 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: transparent;
  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: #fff;
  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 ul.gfield_checkbox li input[type=checkbox]:checked + label,
body .gform_wrapper ul.gfield_radio li input[type=radio]:checked + label {
  font-weight: 400;
}

body .gform_wrapper .validation_error {
  border: 0 !important;
}

body .gform_wrapper li.gfield.gfield_error {
  border: 0 !important;
  background-color: transparent !important;
}

body .gform_wrapper li.gfield.gfield_error.gfield_contains_required div.ginput_container,
body .gform_wrapper li.gfield.gfield_error.gfield_contains_required label.gfield_label {
  margin-top: 0;
}

@media print, screen and (max-width: 74.99875em) {
  .gform_wrapper.gravity-theme .gfield {
    -ms-grid-column-span: 12 !important;
    grid-column: span 12 !important;
  }
}

select .select2-results__option[aria-selected=true], .select2-container .select2-results__option[aria-selected=true], .select2-container--default .select2-results__option[aria-selected=true] {
  background-color: #83AFD4;
  color: #ffffff;
  cursor: pointer;
}

.page-template-template-contact select .select2-dropdown,
.page-template-template-contact .select2-container .select2-dropdown,
.page-template-template-contact .select2-container--default .select2-dropdown {
  margin-top: 28px;
}

.page-template-template-contact .select2-search--dropdown {
  display: none;
}

.contact-us-form_wrapper select,
.contact-us-form_wrapper .select2-container,
.contact-us-form_wrapper .select2-container--default {
  width: 100% !important;
}

.contact-us-form_wrapper .select2-selection__rendered {
  width: 100% !important;
}

body #gform_wrapper_2 {
  padding-top: 40px;
}
body #gform_wrapper_2 .gform_body .gform_fields {
  grid-column-gap: 24px !important;
  grid-row-gap: 24px !important;
}
body #gform_wrapper_2 .gform_body .gform_fields .gfield .ginput_container {
  background-color: #ffffff;
}
body #gform_wrapper_2 .gform_body .gform_fields .gfield .ginput_container input::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  font-family: "Open Sans", "Helvetica", sans-serif;
  color: rgba(0, 0, 0, 0.8);
  font-family: "Open Sans";
  font-size: 1rem !important;
  letter-spacing: 0;
  line-height: 1.375rem;
}
body #gform_wrapper_2 .gform_body .gform_fields .gfield .ginput_container input:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
  font-family: "Open Sans", "Helvetica", sans-serif;
  color: rgba(0, 0, 0, 0.8);
  font-family: "Open Sans";
  font-size: 1rem !important;
  letter-spacing: 0;
  line-height: 1.375rem;
  opacity: 1;
}
body #gform_wrapper_2 .gform_body .gform_fields .gfield .ginput_container input::-moz-placeholder {
  font-family: "Open Sans", "Helvetica", sans-serif;
  color: rgba(0, 0, 0, 0.8);
  font-family: "Open Sans";
  font-size: 1rem !important;
  letter-spacing: 0;
  line-height: 1.375rem;
  opacity: 1;
}
body #gform_wrapper_2 .gform_body .gform_fields .gfield .ginput_container input:-ms-input-placeholder { /* Internet Explorer 10-11 */
  font-family: "Open Sans", "Helvetica", sans-serif;
  color: rgba(0, 0, 0, 0.8);
  font-family: "Open Sans";
  font-size: 1rem !important;
  letter-spacing: 0;
  line-height: 1.375rem;
}
body #gform_wrapper_2 input[type=text], body #gform_wrapper_2 input[type=search], body #gform_wrapper_2 input[type=email], body #gform_wrapper_2 input[type=password] {
  border-bottom: none;
  color: #474747;
  font-family: "Open Sans", "Helvetica", sans-serif;
  font-size: 16px;
  font-weight: 300;
  letter-spacing: 0;
  height: 64px;
  line-height: 22px;
}
body #gform_wrapper_2 .gform_footer {
  padding-top: 60px;
  text-align: center;
}
body #gform_wrapper_2 .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;
}
body #gform_wrapper_2 .gform_footer button:hover {
  color: #ffffff;
}
body #gform_wrapper_2 .gform_body .gform_fields .gfield textarea::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  font-family: "Open Sans", "Helvetica", sans-serif;
  color: rgba(0, 0, 0, 0.8);
  font-family: "Open Sans";
  font-size: 1rem !important;
  letter-spacing: 0;
  line-height: 1.375rem;
}
body #gform_wrapper_2 .gform_body .gform_fields .gfield textarea:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
  font-family: "Open Sans", "Helvetica", sans-serif;
  color: rgba(0, 0, 0, 0.8);
  font-family: "Open Sans";
  font-size: 1rem !important;
  letter-spacing: 0;
  line-height: 1.375rem;
  opacity: 1;
}
body #gform_wrapper_2 .gform_body .gform_fields .gfield textarea::-moz-placeholder { /* Mozilla Firefox 19+ */
  font-family: "Open Sans", "Helvetica", sans-serif;
  color: rgba(0, 0, 0, 0.8);
  font-family: "Open Sans";
  font-size: 1rem !important;
  letter-spacing: 0;
  line-height: 1.375rem;
  opacity: 1;
}
body #gform_wrapper_2 .gform_body .gform_fields .gfield textarea:-ms-input-placeholder { /* Internet Explorer 10-11 */
  font-family: "Open Sans", "Helvetica", sans-serif;
  color: rgba(0, 0, 0, 0.8);
  font-family: "Open Sans";
  font-size: 1rem !important;
  letter-spacing: 0;
  line-height: 1.375rem;
}
body #gform_wrapper_2 .select2-selection--single {
  background-color: #ffffff;
  border: none;
  border-radius: 0px;
  color: #990000;
  outline: none;
  font-weight: 500;
  height: 64px;
  padding-left: unset;
}
@media print, screen and (max-width: 39.99875em) {
  body #gform_wrapper_2 .select2-selection--single {
    margin-bottom: 0;
  }
}
body #gform_wrapper_2 .select2-selection__rendered {
  padding: 16px 30px 16px 30px;
  width: 268px;
  display: block;
  color: #474747;
  border: none;
  font-family: "Open Sans", "Helvetica", sans-serif;
  font-size: 1rem;
  font-weight: 300;
  letter-spacing: 0;
  position: relative;
}
body #gform_wrapper_2 .select2-selection__rendered:after {
  content: "\e908";
  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;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  color: #000000;
}

.newsletter-form .gform_body .gform_fields {
  grid-column-gap: 0 !important;
}

body #gform_wrapper_1 .gform_body .gform_fields .gfield .ginput_container {
  border: 3px solid #990000;
  border-right: 0px solid #990000;
}
@media screen and (max-width: 74.9375em) {
  body #gform_wrapper_1 .gform_body .gform_fields .gfield .ginput_container {
    border-right: 3px solid #990000 !important;
  }
}
body #gform_wrapper_1 .gform_body .gform_fields .gfield .ginput_container input[type=text], body #gform_wrapper_1 .gform_body .gform_fields .gfield .ginput_container input[type=search], body #gform_wrapper_1 .gform_body .gform_fields .gfield .ginput_container input[type=email], body #gform_wrapper_1 .gform_body .gform_fields .gfield .ginput_container input[type=password] {
  border-bottom: none;
}
body #gform_wrapper_1 .gform_body .gform_fields .gfield .ginput_container input::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  font-family: "Open Sans", "Helvetica", sans-serif;
  color: rgba(0, 0, 0, 0.8);
  font-family: "Open Sans";
  font-size: 1rem !important;
  letter-spacing: 0;
  line-height: 1.375rem;
}
body #gform_wrapper_1 .gform_body .gform_fields .gfield .ginput_container input:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
  font-family: "Open Sans", "Helvetica", sans-serif;
  color: rgba(0, 0, 0, 0.8);
  font-family: "Open Sans";
  font-size: 1rem !important;
  letter-spacing: 0;
  line-height: 1.375rem;
  opacity: 1;
}
body #gform_wrapper_1 .gform_body .gform_fields .gfield .ginput_container input::-moz-placeholder {
  font-family: "Open Sans", "Helvetica", sans-serif;
  color: rgba(0, 0, 0, 0.8);
  font-family: "Open Sans";
  font-size: 1rem !important;
  letter-spacing: 0;
  line-height: 1.375rem;
  opacity: 1;
}
body #gform_wrapper_1 .gform_body .gform_fields .gfield .ginput_container input:-ms-input-placeholder { /* Internet Explorer 10-11 */
  font-family: "Open Sans", "Helvetica", sans-serif;
  color: rgba(0, 0, 0, 0.8);
  font-family: "Open Sans";
  font-size: 1rem !important;
  letter-spacing: 0;
  line-height: 1.375rem;
}

body #gform_wrapper_1 .gform_body .gform_fields .gfield {
  height: 90%;
}

.gform_wrapper.gravity-theme .gfield.gfield--width-third {
  text-align: center;
}
.gform_wrapper.gravity-theme .gfield.gfield--width-third button {
  height: 100% !important;
  padding: 21.5px 1rem 21.5px 1rem !important;
  border: 3px solid #990000;
  color: #990000;
  font-family: "Open Sans", "Helvetica", sans-serif;
  font-size: 1rem !important;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 1.1875rem;
  text-align: center;
  width: 100%;
  position: relative;
  top: 0;
}
.gform_wrapper.gravity-theme .gfield.gfield--width-third button:hover {
  background-color: #990000;
  color: #ffffff;
  cursor: pointer;
}

.request-us-form .date-pick .select2-hidden-accessible {
  position: relative !important;
}
@media (max-width: 640px) {
  .request-us-form .date-pick .select2-selection__rendered {
    padding-left: 30px !important;
  }
}
.request-us-form #gform_fields_3 .label, .request-us-form #gform_fields_4 .label {
  color: #474747;
  font-family: "Open Sans";
  font-size: 1rem;
  font-weight: 300;
  letter-spacing: 0;
  line-height: 22px;
}
.request-us-form #input_3_6 {
  background-color: rgb(235, 245, 250) !important;
  border-color: rgb(235, 245, 250) !important;
  color: #474747 !important;
}

.request-us-form_wrapper select,
.request-us-form_wrapper .select2-container,
.request-us-form_wrapper .select2-container--default {
  width: 100% !important;
}

.request-us-form_wrapper .select2-selection__rendered {
  width: 100% !important;
}

body #gform_wrapper_3 {
  padding-top: 40px;
}
body #gform_wrapper_3 .gform_body .gform_fields {
  grid-column-gap: 24px !important;
  grid-row-gap: 24px !important;
}
body #gform_wrapper_3 .gform_footer {
  padding-top: 30px !important;
  padding-bottom: 40px;
}
body #gform_wrapper_3 #input_3_7 {
  background-color: rgb(235, 245, 250);
}
body #gform_wrapper_3 #input_3_13 {
  background-color: transparent;
}
body #gform_wrapper_3 #input_3_13 .ginput_container_date {
  background-color: transparent;
}
body #gform_wrapper_3 #input_3_13 .select2-selection__rendered {
  display: table-cell !important;
  width: 268px !important;
}
body #gform_wrapper_3 #input_3_25 {
  background-color: transparent;
}
body #gform_wrapper_3 .gfield_label {
  font-size: 1.25rem !important;
  margin-bottom: 8px;
  font-weight: 500;
  display: inline-block;
  color: rgba(0, 0, 0, 0.8);
  font-family: "Open Sans", "Helvetica", sans-serif;
  font-size: 1.5rem;
  letter-spacing: 0;
  padding: 0;
}
body #gform_wrapper_3 .gfield-choice-input {
  margin-top: 15px;
  margin-left: 15px;
}
body #gform_wrapper_3 .gfield-choice-input + label {
  max-width: calc(85% - 32px);
}
body #gform_wrapper_3 .gform_body .gform_fields .gfield .ginput_container {
  background-color: rgb(235, 245, 250);
}
body #gform_wrapper_3 .gform_body .gform_fields .gfield .ginput_container input::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  font-family: "Open Sans", "Helvetica", sans-serif;
  color: rgba(0, 0, 0, 0.8);
  font-family: "Open Sans";
  font-size: 1rem !important;
  letter-spacing: 0;
  line-height: 1.375rem;
}
body #gform_wrapper_3 .gform_body .gform_fields .gfield .ginput_container input:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
  font-family: "Open Sans", "Helvetica", sans-serif;
  color: rgba(0, 0, 0, 0.8);
  font-family: "Open Sans";
  font-size: 1rem !important;
  letter-spacing: 0;
  line-height: 1.375rem;
  opacity: 1;
}
body #gform_wrapper_3 .gform_body .gform_fields .gfield .ginput_container input::-moz-placeholder {
  font-family: "Open Sans", "Helvetica", sans-serif;
  color: rgba(0, 0, 0, 0.8);
  font-family: "Open Sans";
  font-size: 1rem !important;
  letter-spacing: 0;
  line-height: 1.375rem;
  opacity: 1;
}
body #gform_wrapper_3 .gform_body .gform_fields .gfield .ginput_container input:-ms-input-placeholder { /* Internet Explorer 10-11 */
  font-family: "Open Sans", "Helvetica", sans-serif;
  color: rgba(0, 0, 0, 0.8);
  font-family: "Open Sans";
  font-size: 1rem !important;
  letter-spacing: 0;
  line-height: 1.375rem;
}
body #gform_wrapper_3 .gform_body .gform_fields .gfield .ginput_container_checkbox {
  padding-top: 15px;
  padding-bottom: 15px;
}
body #gform_wrapper_3 input[type=text], body #gform_wrapper_3 input[type=search], body #gform_wrapper_3 input[type=email], body #gform_wrapper_3 input[type=password] {
  border-bottom: none;
  color: #474747;
  font-family: "Open Sans", "Helvetica", sans-serif;
  font-size: 16px;
  font-weight: 300;
  letter-spacing: 0;
  height: 64px;
  line-height: 22px;
}
body #gform_wrapper_3 .gform_footer {
  padding-top: 60px;
  text-align: center;
}
body #gform_wrapper_3 .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;
}
body #gform_wrapper_3 .gform_footer button:hover {
  color: #ffffff;
}
body #gform_wrapper_3 .gform_body .gform_fields .gfield textarea::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  font-family: "Open Sans", "Helvetica", sans-serif;
  color: rgba(0, 0, 0, 0.8);
  font-family: "Open Sans";
  font-size: 1rem !important;
  letter-spacing: 0;
  line-height: 1.375rem;
}
body #gform_wrapper_3 .gform_body .gform_fields .gfield textarea:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
  font-family: "Open Sans", "Helvetica", sans-serif;
  color: rgba(0, 0, 0, 0.8);
  font-family: "Open Sans";
  font-size: 1rem !important;
  letter-spacing: 0;
  line-height: 1.375rem;
  opacity: 1;
}
body #gform_wrapper_3 .gform_body .gform_fields .gfield textarea::-moz-placeholder { /* Mozilla Firefox 19+ */
  font-family: "Open Sans", "Helvetica", sans-serif;
  color: rgba(0, 0, 0, 0.8);
  font-family: "Open Sans";
  font-size: 1rem !important;
  letter-spacing: 0;
  line-height: 1.375rem;
  opacity: 1;
}
body #gform_wrapper_3 .gform_body .gform_fields .gfield textarea:-ms-input-placeholder { /* Internet Explorer 10-11 */
  font-family: "Open Sans", "Helvetica", sans-serif;
  color: rgba(0, 0, 0, 0.8);
  font-family: "Open Sans";
  font-size: 1rem !important;
  letter-spacing: 0;
  line-height: 1.375rem;
}
body #gform_wrapper_3 .select2-selection--single {
  background-color: rgb(235, 245, 250);
  border: none;
  border-radius: 0px;
  color: #990000;
  outline: none;
  font-weight: 500;
  height: 64px;
  padding-left: unset;
}
@media print, screen and (max-width: 39.99875em) {
  body #gform_wrapper_3 .select2-selection--single {
    margin-bottom: 0;
  }
}
body #gform_wrapper_3 .select2-selection__rendered {
  padding: 16px 50px 16px 30px;
  width: 268px;
  display: block;
  color: #474747;
  border: none;
  font-family: "Open Sans", "Helvetica", sans-serif;
  font-size: 1rem;
  font-weight: 300;
  letter-spacing: 0;
  position: relative;
}
body #gform_wrapper_3 .select2-selection__rendered:after {
  content: "\e908";
  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;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  color: #000000;
}

.page-id-4634 #gform_wrapper_5, #gform_wrapper_8 {
  padding-top: 40px;
}
.page-id-4634 #gform_wrapper_5 .gform_body .gform_fields, #gform_wrapper_8 .gform_body .gform_fields {
  grid-column-gap: 24px !important;
  grid-row-gap: 24px !important;
}
.page-id-4634 #gform_wrapper_5 .gform_footer, #gform_wrapper_8 .gform_footer {
  padding-top: 30px !important;
  padding-bottom: 40px;
}
.page-id-4634 #gform_wrapper_5 #input_5_7, .page-id-4634 #gform_wrapper_5 #input_8_7, #gform_wrapper_8 #input_5_7, #gform_wrapper_8 #input_8_7 {
  background-color: rgb(235, 245, 250);
}
.page-id-4634 #gform_wrapper_5 #input_5_13, .page-id-4634 #gform_wrapper_5 #input_8_13, #gform_wrapper_8 #input_5_13, #gform_wrapper_8 #input_8_13 {
  background-color: transparent;
}
.page-id-4634 #gform_wrapper_5 #input_5_13 .ginput_container_date, .page-id-4634 #gform_wrapper_5 #input_8_13 .ginput_container_date, #gform_wrapper_8 #input_5_13 .ginput_container_date, #gform_wrapper_8 #input_8_13 .ginput_container_date {
  background-color: transparent;
}
.page-id-4634 #gform_wrapper_5 #input_5_13 .select2-selection__rendered, .page-id-4634 #gform_wrapper_5 #input_8_13 .select2-selection__rendered, #gform_wrapper_8 #input_5_13 .select2-selection__rendered, #gform_wrapper_8 #input_8_13 .select2-selection__rendered {
  display: table-cell !important;
  width: 268px !important;
}
.page-id-4634 #gform_wrapper_5 #input_5_25, .page-id-4634 #gform_wrapper_5 #input_8_25, #gform_wrapper_8 #input_5_25, #gform_wrapper_8 #input_8_25 {
  background-color: transparent;
}
.page-id-4634 #gform_wrapper_5 .gfield_label, #gform_wrapper_8 .gfield_label {
  font-size: 1.25rem !important;
  margin-bottom: 8px;
  font-weight: 500;
  display: inline-block;
  color: rgba(0, 0, 0, 0.8);
  font-family: "Open Sans", "Helvetica", sans-serif;
  font-size: 1.5rem;
  letter-spacing: 0;
  padding: 0;
}
.page-id-4634 #gform_wrapper_5 .gfield-choice-input, #gform_wrapper_8 .gfield-choice-input {
  margin-top: 15px;
  margin-left: 15px;
}
.page-id-4634 #gform_wrapper_5 .gfield-choice-input + label, #gform_wrapper_8 .gfield-choice-input + label {
  max-width: calc(85% - 32px);
}
.page-id-4634 #gform_wrapper_5 .gform_body .gform_fields .gfield .ginput_container, #gform_wrapper_8 .gform_body .gform_fields .gfield .ginput_container {
  background-color: rgb(235, 245, 250);
}
.page-id-4634 #gform_wrapper_5 .gform_body .gform_fields .gfield .ginput_container input::-webkit-input-placeholder, #gform_wrapper_8 .gform_body .gform_fields .gfield .ginput_container input::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  font-family: "Open Sans", "Helvetica", sans-serif;
  color: rgba(0, 0, 0, 0.8);
  font-family: "Open Sans";
  font-size: 1rem !important;
  letter-spacing: 0;
  line-height: 1.375rem;
}
.page-id-4634 #gform_wrapper_5 .gform_body .gform_fields .gfield .ginput_container input:-moz-placeholder, #gform_wrapper_8 .gform_body .gform_fields .gfield .ginput_container input:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
  font-family: "Open Sans", "Helvetica", sans-serif;
  color: rgba(0, 0, 0, 0.8);
  font-family: "Open Sans";
  font-size: 1rem !important;
  letter-spacing: 0;
  line-height: 1.375rem;
  opacity: 1;
}
.page-id-4634 #gform_wrapper_5 .gform_body .gform_fields .gfield .ginput_container input::-moz-placeholder, #gform_wrapper_8 .gform_body .gform_fields .gfield .ginput_container input::-moz-placeholder {
  font-family: "Open Sans", "Helvetica", sans-serif;
  color: rgba(0, 0, 0, 0.8);
  font-family: "Open Sans";
  font-size: 1rem !important;
  letter-spacing: 0;
  line-height: 1.375rem;
  opacity: 1;
}
.page-id-4634 #gform_wrapper_5 .gform_body .gform_fields .gfield .ginput_container input:-ms-input-placeholder, #gform_wrapper_8 .gform_body .gform_fields .gfield .ginput_container input:-ms-input-placeholder { /* Internet Explorer 10-11 */
  font-family: "Open Sans", "Helvetica", sans-serif;
  color: rgba(0, 0, 0, 0.8);
  font-family: "Open Sans";
  font-size: 1rem !important;
  letter-spacing: 0;
  line-height: 1.375rem;
}
.page-id-4634 #gform_wrapper_5 .gform_body .gform_fields .gfield .ginput_container_checkbox, #gform_wrapper_8 .gform_body .gform_fields .gfield .ginput_container_checkbox {
  padding-top: 15px;
  padding-bottom: 15px;
}
.page-id-4634 #gform_wrapper_5 input[type=text], .page-id-4634 #gform_wrapper_5 input[type=search], .page-id-4634 #gform_wrapper_5 input[type=email], .page-id-4634 #gform_wrapper_5 input[type=password], #gform_wrapper_8 input[type=text], #gform_wrapper_8 input[type=search], #gform_wrapper_8 input[type=email], #gform_wrapper_8 input[type=password] {
  border-bottom: none;
  color: #474747;
  font-family: "Open Sans", "Helvetica", sans-serif;
  font-size: 16px;
  font-weight: 300;
  letter-spacing: 0;
  height: 64px;
  line-height: 22px;
}
.page-id-4634 #gform_wrapper_5 .gform_footer, #gform_wrapper_8 .gform_footer {
  padding-top: 60px;
  text-align: center;
}
.page-id-4634 #gform_wrapper_5 .gform_footer button, #gform_wrapper_8 .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;
}
.page-id-4634 #gform_wrapper_5 .gform_footer button:hover, #gform_wrapper_8 .gform_footer button:hover {
  color: #ffffff;
}
.page-id-4634 #gform_wrapper_5 .gform_body .gform_fields .gfield textarea::-webkit-input-placeholder, #gform_wrapper_8 .gform_body .gform_fields .gfield textarea::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  font-family: "Open Sans", "Helvetica", sans-serif;
  color: rgba(0, 0, 0, 0.8);
  font-family: "Open Sans";
  font-size: 1rem !important;
  letter-spacing: 0;
  line-height: 1.375rem;
}
.page-id-4634 #gform_wrapper_5 .gform_body .gform_fields .gfield textarea:-moz-placeholder, #gform_wrapper_8 .gform_body .gform_fields .gfield textarea:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
  font-family: "Open Sans", "Helvetica", sans-serif;
  color: rgba(0, 0, 0, 0.8);
  font-family: "Open Sans";
  font-size: 1rem !important;
  letter-spacing: 0;
  line-height: 1.375rem;
  opacity: 1;
}
.page-id-4634 #gform_wrapper_5 .gform_body .gform_fields .gfield textarea::-moz-placeholder, #gform_wrapper_8 .gform_body .gform_fields .gfield textarea::-moz-placeholder { /* Mozilla Firefox 19+ */
  font-family: "Open Sans", "Helvetica", sans-serif;
  color: rgba(0, 0, 0, 0.8);
  font-family: "Open Sans";
  font-size: 1rem !important;
  letter-spacing: 0;
  line-height: 1.375rem;
  opacity: 1;
}
.page-id-4634 #gform_wrapper_5 .gform_body .gform_fields .gfield textarea:-ms-input-placeholder, #gform_wrapper_8 .gform_body .gform_fields .gfield textarea:-ms-input-placeholder { /* Internet Explorer 10-11 */
  font-family: "Open Sans", "Helvetica", sans-serif;
  color: rgba(0, 0, 0, 0.8);
  font-family: "Open Sans";
  font-size: 1rem !important;
  letter-spacing: 0;
  line-height: 1.375rem;
}
.page-id-4634 #gform_wrapper_5 .select2-selection--single, #gform_wrapper_8 .select2-selection--single {
  background-color: rgb(235, 245, 250);
  border: none;
  border-radius: 0px;
  color: #990000;
  outline: none;
  font-weight: 500;
  height: 64px;
  padding-left: unset;
}
@media print, screen and (max-width: 39.99875em) {
  .page-id-4634 #gform_wrapper_5 .select2-selection--single, #gform_wrapper_8 .select2-selection--single {
    margin-bottom: 0;
  }
}
.page-id-4634 #gform_wrapper_5 .select2-selection__rendered, #gform_wrapper_8 .select2-selection__rendered {
  padding: 16px 50px 16px 30px;
  width: 268px;
  display: block;
  color: #474747;
  border: none;
  font-family: "Open Sans", "Helvetica", sans-serif;
  font-size: 1rem;
  font-weight: 300;
  letter-spacing: 0;
  position: relative;
}
.page-id-4634 #gform_wrapper_5 .select2-selection__rendered:after, #gform_wrapper_8 .select2-selection__rendered:after {
  content: "\e908";
  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;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  color: #000000;
}

.page-id-4634 .select2-search__field {
  display: none !important;
}

.page-id-4634 select .select2-dropdown, .select2-container .select2-dropdown, .select2-container--default .select2-dropdown {
  top: 32px !important;
}

.page-template-template-jobs .alm-load-more-btn {
  display: none !important;
}

.career-menu-container {
  background-color: #990000;
}

.career-menu {
  width: 100%;
}
.career-menu .link-container {
  margin: 15px;
}
.career-menu .link-container a {
  color: #FFF;
  font-size: 18px;
  font-family: Open Sans;
  font-weight: 600;
  position: relative;
}
.career-menu .link-container a:after {
  content: "";
  position: absolute;
  bottom: -4px;
  left: 0;
  width: 0;
  background-color: #fff;
  opacity: 0.6;
  height: 2px;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.career-menu .link-container.active a:after {
  width: 100%;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.career-menu .link-container:hover a:after {
  width: 100%;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.career-menu.desktop {
  height: 55px;
  text-align: right;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.career-menu.mobile .accordion {
  text-align: right;
  padding-right: 25px;
  padding-top: 20px;
  padding-bottom: 5px;
  background-color: #990000;
}
.career-menu.mobile .accordion .filter-label span {
  padding-right: 20px;
}
.career-menu.mobile .accordion .filter-label .arrow-icon {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.career-menu.mobile .accordion li {
  color: #ffffff;
}
.career-menu.mobile .accordion li a {
  color: #ffffff;
}
.career-menu.mobile .accordion .accordion-item.is-active .filter-label .arrow-icon {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.career-menu.mobile .accordion .accordion-content {
  background-color: #990000;
  border: none;
}

.featured-jobs {
  padding-top: 80px;
  padding-bottom: 200px;
}
@media print, screen and (max-width: 63.99875em) {
  .featured-jobs {
    padding-top: 50px;
    padding-bottom: 80px;
  }
}
.featured-jobs .featured-heading {
  font-style: normal;
  font-weight: 700;
  font-size: 50px;
  line-height: 60px;
  text-align: center;
  color: #011F5B;
  font-family: "Gentium Basic", serif;
}
@media print, screen and (max-width: 74.99875em) {
  .featured-jobs .featured-heading {
    font-size: 44px;
    line-height: 130%;
  }
}
@media print, screen and (max-width: 63.99875em) {
  .featured-jobs .featured-heading {
    font-size: 34px;
  }
}
@media print, screen and (max-width: 39.99875em) {
  .featured-jobs .featured-heading {
    font-size: 24px;
  }
}
.featured-jobs .featured-grid {
  position: relative;
  padding-top: 55px;
}
@media print, screen and (max-width: 63.99875em) {
  .featured-jobs .featured-grid {
    padding-top: 25px;
  }
}
.featured-jobs .featured-grid .all-jobs .alm-listing {
  padding-top: 15px;
}
.featured-jobs .featured-grid .job-results-text {
  color: #011F5B;
  font-family: "Gentium Basic", serif;
  font-size: 18px;
  display: none;
}
@media print, screen and (min-width: 64em) {
  .featured-jobs .featured-grid .job-results-text {
    position: absolute;
    top: 30px;
    left: 0;
  }
}
.featured-jobs .featured-grid .job-results-text.show-results-text {
  display: block;
}
.featured-jobs .featured-grid .ajax-load-more-wrap {
  width: 100%;
}
.featured-jobs .featured-grid .alm-btn-wrap button {
  margin: auto;
}
.featured-jobs .featured-grid .alm-reveal {
  margin-top: 15px;
}
.featured-jobs .featured-grid .alm-reveal:focus {
  outline: none !important;
}
.featured-jobs .featured-grid .job {
  padding: 30px;
  background: #FFFFFF;
  border: 2px solid #990000;
  position: relative;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.featured-jobs .featured-grid .job: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);
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.featured-jobs .featured-grid .job:hover .learn-btn i {
  margin-left: 15px;
}
.featured-jobs .featured-grid .job a {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 1;
}
.featured-jobs .featured-grid .job .svg {
  margin-right: 7px;
  position: relative;
  top: -2px;
}
.featured-jobs .featured-grid .job .job-heading {
  max-width: 80%;
  font-style: normal;
  font-weight: 700;
  font-size: 36px;
  line-height: 42px;
  letter-spacing: -0.45px;
  color: #011F5B;
  padding-bottom: 30px;
  text-align: left;
  padding-right: 25px;
  font-family: "Gentium Basic", serif;
}
@media print, screen and (max-width: 63.99875em) {
  .featured-jobs .featured-grid .job .job-heading {
    font-size: 34px;
    line-height: 140%;
  }
}
@media print, screen and (max-width: 56.24875em) {
  .featured-jobs .featured-grid .job .job-heading {
    font-size: 28px;
    line-height: 140%;
  }
}
@media print, screen and (max-width: 39.99875em) {
  .featured-jobs .featured-grid .job .job-heading {
    font-size: 22px;
    line-height: 140%;
  }
}
@media screen and (max-width: 40.3125em) {
  .featured-jobs .featured-grid .job .job-heading {
    max-width: 100%;
  }
}
@media print, screen and (max-width: 26.24875em) {
  .featured-jobs .featured-grid .job .job-heading {
    font-size: 18px;
    line-height: 130%;
  }
}
.featured-jobs .featured-grid .job .school {
  text-align: left;
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  line-height: 22px;
  color: #011F5B;
}
.featured-jobs .featured-grid .job .date {
  text-align: left;
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  line-height: 22px;
  color: #474747;
}
.featured-jobs .featured-grid .job .type {
  text-align: left;
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  line-height: 22px;
  color: #474747;
}
.featured-jobs .featured-grid .job .type span {
  text-decoration: underline;
}
.featured-jobs .featured-grid .job .job-text {
  text-align: left;
  padding-top: 30px;
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  line-height: 22px;
  color: #474747;
}
.featured-jobs .featured-grid .job .job-text p {
  text-align: left;
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  line-height: 22px;
  color: #474747;
}
@media print, screen and (min-width: 56.25em) {
  .featured-jobs .featured-grid .job .learn-btn {
    position: absolute;
    top: 37px;
    right: 70px;
  }
}
@media print, screen and (max-width: 56.24875em) {
  .featured-jobs .featured-grid .job .learn-btn {
    padding-top: 20px;
  }
}
.featured-jobs .featured-grid .job .learn-btn .btn-container {
  position: relative;
  color: #990000;
  font-family: "Open Sans", "Helvetica", sans-serif;
  font-size: 1.125rem;
  font-weight: 300;
  letter-spacing: 0;
  line-height: 33px;
  border: none;
  padding: 0;
  margin: 0;
}
.featured-jobs .featured-grid .job .learn-btn .btn-container:hover {
  background-color: transparent;
}
.featured-jobs .featured-grid .job .learn-btn .btn-container:hover i {
  margin-left: 20px;
}
.featured-jobs .featured-grid .job .learn-btn i {
  position: absolute;
  padding-left: 0px;
  margin-top: 15px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  vertical-align: middle;
  font-size: 0.6rem;
  margin-left: 0.5rem;
}
.featured-jobs .alm-btn-wrap .alm-load-more-btn {
  color: #990000;
  font-family: "Open Sans", "Helvetica", sans-serif;
  font-size: 0.875rem;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 1.1875rem;
  text-align: center;
  background: none;
  border: 2px solid #990000;
  border-radius: 0;
  padding: 16px 34px;
  height: auto;
  margin-top: 60px;
}
.featured-jobs .alm-btn-wrap .alm-load-more-btn:hover {
  background-color: #820000;
  color: #fefefe;
}
.featured-jobs .alm-btn-wrap .alm-load-more-btn.done {
  display: none;
}
.featured-jobs .alm-btn-wrap .alm-load-more-btn.loading {
  background-color: #fefefe;
  color: #990000;
  font-family: "Open Sans", "Helvetica", sans-serif;
  font-size: 0.875rem;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 1.1875rem;
  text-align: center;
  background: none;
  border: 2px solid #990000;
  border-radius: 0;
  padding: 16px 34px;
  height: auto;
  margin-top: 60px;
}
.featured-jobs .load-btn-container {
  margin-top: 60px;
  text-align: center;
}
.featured-jobs .load-btn-container a {
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 19px;
  text-align: center;
  text-transform: uppercase;
  color: #ffffff;
  padding: 15px 30px;
  background-color: #990000;
  border: 2px solid #990000;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
@media screen and (max-width: 23.4375em) {
  .featured-jobs .load-btn-container a {
    display: block;
  }
}
.featured-jobs .load-btn-container a:hover {
  color: #990000;
  background-color: #ffffff;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.contacts-cards.job-nav {
  padding-top: 0;
  padding-bottom: 0;
  overflow: hidden;
}
.contacts-cards.job-nav ul.job-accord {
  background: none;
  width: 100%;
}
.contacts-cards.job-nav ul.job-accord .accordion-content {
  border: none;
  background: none;
}
.contacts-cards.job-nav ul.job-accord li {
  position: relative;
  width: 100%;
}
.contacts-cards.job-nav ul.job-accord li .arrow-icon {
  position: absolute;
  right: 45px;
  top: 30px;
  -webkit-filter: brightness(0) saturate(100%) invert(10%) sepia(51%) saturate(7346%) hue-rotate(16deg) brightness(102%) contrast(128%);
          filter: brightness(0) saturate(100%) invert(10%) sepia(51%) saturate(7346%) hue-rotate(16deg) brightness(102%) contrast(128%);
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.contacts-cards.job-nav ul.job-accord li a {
  margin-left: 0;
  display: block;
  width: 100%;
  padding-top: 10px !important;
  padding-bottom: 10px !important;
}
.contacts-cards.job-nav ul.job-accord li a:before {
  display: none;
}
.contacts-cards.job-nav ul.job-accord li a:after {
  display: none;
}
.contacts-cards.job-nav ul.job-accord li a span {
  position: relative;
}
.contacts-cards.job-nav ul.job-accord li a span:before {
  content: "";
  position: absolute;
  border-bottom: 2px solid #990000;
  width: 100%;
  bottom: -13px;
  left: 0;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.contacts-cards.job-nav ul.job-accord li a span:after {
  content: "";
  position: absolute;
  border-bottom: 2px solid #990000;
  width: 100%;
  bottom: -7px;
  left: 0;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.contacts-cards.job-nav ul.job-accord li a:hover span:after {
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
}
.contacts-cards.job-nav ul.job-accord li a:hover span:before {
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
}
.contacts-cards.job-nav ul.job-accord li a.active span:before {
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.contacts-cards.job-nav ul.job-accord li a.active span:after {
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.contacts-cards.job-nav ul.job-accord li .tabs li.tabs-title {
  width: 100% !important;
}
.contacts-cards.job-nav ul.tabs li {
  width: auto;
}
.contacts-cards.job-nav .is-active .arrow-icon {
  -webkit-transform: rotate(0) !important;
          transform: rotate(0) !important;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.contacts-cards.job-nav .is-active a:after {
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
}
.contacts-cards.job-nav .is-active a:before {
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
}
.contacts-cards.job-nav.mobile {
  background-color: #ffffff;
}
@media print, screen and (min-width: 64em) {
  .contacts-cards.job-nav .content {
    padding: 15px 0 25px 0;
  }
  .contacts-cards.job-nav .content ul li a {
    margin: 20px 20px;
  }
}
.contacts-cards.job-nav .content ul li a {
  padding: 0;
}

.job-tabs-content .tabs-content {
  border: none !important;
  padding-top: 80px;
  background: rgba(110, 10, 10, 0);
}
@media print, screen and (max-width: 63.99875em) {
  .job-tabs-content .tabs-content {
    padding-top: 50px;
  }
}
.job-tabs-content .accordian-jobs-section a {
  word-wrap: break-word;
}
.job-tabs-content .accordian-jobs-section a.accordion-title {
  font-family: "Open Sans", "Helvetica", sans-serif;
  font-size: 1.5625rem;
  font-weight: bold;
  letter-spacing: 0.81px;
  line-height: 36px;
}
@media print, screen and (max-width: 89.99875em) {
  .job-tabs-content .accordian-jobs-section a.accordion-title {
    font-size: 1.3125rem;
  }
}
.job-tabs-content .accordian-jobs-section .accordion {
  margin-left: 0px;
  padding-top: 43px;
}
.job-tabs-content .accordian-jobs-section .accordion a {
  word-wrap: break-word;
}
.job-tabs-content .accordian-jobs-section .accordion p {
  color: #011F5B;
  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) {
  .job-tabs-content .accordian-jobs-section .accordion p {
    font-size: 1.25rem;
  }
}
.job-tabs-content .accordian-jobs-section .accordion ul li {
  color: #011F5B;
}
.job-tabs-content .accordian-jobs-section .accordion .accordion-item {
  margin-bottom: 20px;
  padding-bottom: 0px;
  border: none;
  background-color: #FFFFFF;
  -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);
}
.job-tabs-content .accordian-jobs-section .accordion .accordion-item.is-active .accordion-title::before {
  -webkit-transform: rotate(270deg) !important;
  -webkit-transition: 0.8s;
  transition: 0.8s;
}
.job-tabs-content .accordian-jobs-section .accordion .accordion-title {
  border: none;
  padding-right: 50px;
  padding-left: 35px;
  padding-top: 27px;
  padding-bottom: 26px;
}
.job-tabs-content .accordian-jobs-section .accordion .accordion-title::before {
  position: absolute;
  top: 37%;
  right: 1rem;
  margin-top: -0.5rem;
  content: "\e908";
  font-size: 33px;
  font-family: "theme-icons";
  -webkit-transform: rotate(90deg);
}
.is-active > .job-tabs-content .accordian-jobs-section .accordion .accordion-title::before {
  -webkit-transform: rotate(270deg);
}
.job-tabs-content .accordian-jobs-section .accordion .accordion-title:focus {
  background-color: #ffffff;
}
.job-tabs-content .accordian-jobs-section .accordion .accordion-content {
  padding: 3% 5% 5% 35px;
  border: none;
  border-top: 1px solid #D2D2D2;
}
@media print, screen and (max-width: 63.99875em) {
  .job-tabs-content .tabs-panel .img-container {
    padding-bottom: 60px;
  }
}
.job-tabs-content .tabs-panel .tab-img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
  max-height: 500px;
}
@media print, screen and (max-width: 63.99875em) {
  .job-tabs-content .tabs-panel .tab-img {
    max-height: 300px;
  }
}
.job-tabs-content .tabs-panel .tab-heading {
  font-style: normal;
  font-weight: 700;
  font-size: 50px;
  line-height: 60px;
  color: #011F5B;
  padding-bottom: 32px;
  font-family: "Gentium Basic", serif;
}
@media print, screen and (max-width: 74.99875em) {
  .job-tabs-content .tabs-panel .tab-heading {
    font-size: 44px;
    line-height: 130%;
  }
}
@media print, screen and (max-width: 63.99875em) {
  .job-tabs-content .tabs-panel .tab-heading {
    font-size: 34px;
  }
}
@media print, screen and (max-width: 39.99875em) {
  .job-tabs-content .tabs-panel .tab-heading {
    font-size: 24px;
  }
}
.job-tabs-content .tabs-panel .tab-text {
  padding-bottom: 10px;
}
.job-tabs-content .tabs-panel .tab-text p {
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  line-height: 33px;
  color: #011F5B;
}
@media print, screen and (max-width: 63.99875em) {
  .job-tabs-content .tabs-panel .tab-text p {
    font-size: 20px;
    line-height: 30px;
  }
}
@media print, screen and (max-width: 39.99875em) {
  .job-tabs-content .tabs-panel .tab-text p {
    font-size: 18px;
    line-height: 27px;
  }
}
.job-tabs-content .tabs-panel a.btn {
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 19px;
  text-align: center;
  text-transform: uppercase;
  color: #FFFFFF;
  background: #990000;
  border: 2px solid rgba(216, 216, 216, 0.0001);
  padding: 10px 30px;
  display: block;
  margin-top: 5px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
  top: 10px;
  margin-bottom: 30px;
}
.job-tabs-content .tabs-panel a.btn .play-arrow {
  position: relative;
  width: 11px;
  top: -1px;
  margin-left: 12px;
  left: 0;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.job-tabs-content .tabs-panel a.btn:hover .play-arrow {
  left: 5px;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.job-tabs-content .tabs-panel .add-banner .banner-inner {
  background: #990000;
}
@media print, screen and (max-width: 63.99875em) {
  .job-tabs-content .tabs-panel .add-banner .banner-inner {
    padding-top: 20px;
    padding-bottom: 45px;
  }
}
@media print, screen and (min-width: 64em) {
  .job-tabs-content .tabs-panel .add-banner .banner-inner .img-container {
    margin-left: 0;
  }
}
@media print, screen and (max-width: 63.99875em) {
  .job-tabs-content .tabs-panel .add-banner .banner-inner .img-container {
    padding-top: 20px;
  }
}
.job-tabs-content .tabs-panel .add-banner .tab-heading {
  color: #ffffff;
  padding-bottom: 0;
}
.job-tabs-content .tabs-panel .add-banner .tab-text {
  padding-top: 10px;
}
.job-tabs-content .tabs-panel .add-banner .tab-text p {
  color: #ffffff;
}
.job-tabs-content .tabs-panel .add-banner a {
  padding: 0;
  text-transform: capitalize;
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  line-height: 33px;
  color: #FFFFFF;
  top: 0;
}
.job-tabs-content .tabs-panel .add-banner .text-container {
  padding-top: 25px;
  padding-bottom: 25px;
}

.reveal-overlay {
  z-index: 999999;
  background-color: rgba(0, 0, 0, 0.71);
}

.reveal.video-modal {
  width: 70%;
  padding: 0;
  background: transparent;
  border: 0px solid transparent;
  overflow: initial;
}
@media print, screen and (max-width: 39.99875em) {
  .reveal.video-modal {
    width: 100%;
    margin-top: 50%;
    height: auto !important;
    min-height: auto !important;
    top: 0 !important;
  }
}
.reveal.video-modal .embed-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
}
.reveal.video-modal .embed-container iframe,
.reveal.video-modal .embed-container object,
.reveal.video-modal .embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.reveal.video-modal .close-button {
  right: 23px;
  top: -98px;
  font-family: "proxima-nova";
  color: #fefefe;
}
.reveal.video-modal .close-button:before {
  display: block;
  content: "";
  height: 1px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  width: 25px;
  position: absolute;
  background-color: #fefefe;
  top: 79px;
  -webkit-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}
.reveal.video-modal .close-button:after {
  display: block;
  content: "";
  height: 1px;
  -webkit-transform: rotate(136deg);
          transform: rotate(136deg);
  width: 25px;
  position: absolute;
  background-color: #fefefe;
  top: 79px;
  -webkit-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}
@media print, screen and (max-width: 39.99875em) {
  .reveal.video-modal .close-button {
    right: 35px;
  }
}

.page-template-template-all-jobs .page-hero {
  background: none !important;
}

.all-jobs {
  padding-top: 0;
}
.all-jobs .filter-sidebar {
  background: #011F5B;
  padding: 30px 25px;
  padding-bottom: 0;
  height: -webkit-fit-content !important;
  height: -moz-fit-content !important;
  height: fit-content !important;
}
@media print, screen and (min-width: 64em) {
  .all-jobs .filter-sidebar {
    margin-left: 0;
  }
}
.all-jobs .filter-sidebar .job-type-filter {
  padding-bottom: 0;
}
.all-jobs .filter-sidebar .search-bar {
  height: 51px;
  margin-bottom: 20px;
  padding-bottom: 15px;
  color: #ffffff;
  border-bottom: 1px solid #FFFFFF;
  position: relative;
}
.all-jobs .filter-sidebar .search-bar span {
  position: absolute;
  right: 0;
  top: 15px;
  text-align: right;
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 19px;
  text-align: center;
  color: #FFFFFF;
}
.all-jobs .filter-sidebar .filter-heading {
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  line-height: 33px;
  color: #FFFFFF;
  padding-bottom: 25px;
}
.all-jobs .filter-sidebar .filter-label {
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 25px;
  color: #FFFFFF;
  padding-bottom: 5px;
  position: relative;
  width: 100%;
  display: block;
}
.all-jobs .filter-sidebar .filter-label .arrow-icon {
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.all-jobs .filter-sidebar .filter-options {
  list-style: none;
  padding-bottom: 5px;
}
.all-jobs .filter-sidebar .filter-options .option {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.all-jobs .filter-sidebar .filter-options .option label {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  color: #FFFFFF;
  margin-bottom: 15px;
}
.all-jobs .filter-sidebar .filter-options .option .input-checkbox-filter {
  padding: 3px;
  padding-left: 43px;
  position: relative;
  margin-bottom: 0.5em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  color: #ffffff;
  text-align: left;
  font-family: "Open Sans", "Helvetica", sans-serif;
  margin-bottom: 15px;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  color: #FFFFFF;
  margin-bottom: 15px;
}
.all-jobs .filter-sidebar .filter-options .option .input-checkbox-filter .checkbox {
  display: inline-block;
  width: 20px;
  height: 20px;
  position: absolute;
  left: 10px;
  top: -1px;
  bottom: 0;
  margin: auto 16px auto 0;
  border: 1px solid #7A99D7;
}
.all-jobs .filter-sidebar .filter-options .option .input-checkbox-filter .checkbox:after {
  display: none;
  -webkit-transition: all 0.1s;
  transition: all 0.1s;
  -webkit-transform: scaleX(-1) rotate(135deg);
          transform: scaleX(-1) rotate(135deg);
}
.all-jobs .filter-sidebar .filter-options .option .input-checkbox-filter.active .checkbox {
  background-color: #ffffff;
}
.all-jobs .filter-sidebar .filter-options .option .input-checkbox-filter.active .checkbox:after {
  display: block;
  opacity: 1;
  height: 14px;
  width: 7px;
  -webkit-transform-origin: left top;
  transform-origin: left top;
  border-right: 2px solid #011F5B;
  border-top: 2px solid #011F5B;
  content: "";
  left: 2px;
  top: 9px;
  position: absolute;
  -webkit-transition: all 0.1s;
  transition: all 0.1s;
}
.all-jobs .filter-sidebar .filter-options .option .input-checkbox-filter span.cat {
  text-align: left;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 0px;
          flex: 1 0 0px;
}
.all-jobs .filter-sidebar .filter-options .option *:disabled {
  opacity: 0.6;
}
.all-jobs .accordion {
  background: none;
}
.all-jobs .accordion .accordion-content {
  background: none;
  border: none;
  padding-left: 0;
  padding-right: 0;
}
.all-jobs .accordion .accordion-item.is-active .filter-label .arrow-icon {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.all-jobs .no-results {
  padding-top: 50px;
  padding-bottom: 20px;
  font-family: "Gentium Basic", serif;
}
.all-jobs .alm-listing {
  text-align: center;
  font-style: normal;
  font-weight: 700;
  font-size: 40px;
  line-height: 60px;
  text-align: center;
  color: #011F5B;
}
@media print, screen and (max-width: 63.99875em) {
  .all-jobs .alm-listing {
    font-size: 28px;
    line-height: 130%;
  }
}
@media print, screen and (max-width: 39.99875em) {
  .all-jobs .alm-listing {
    font-size: 23px;
  }
}

.browse-schools .school-cards {
  padding-top: 130px;
  padding-bottom: 100px;
}
.browse-schools .school-cards .school-card {
  position: relative;
  padding: 60px;
  height: 391px;
  background: -webkit-gradient(linear, left top, right top, from(#FFFFFF), color-stop(99.47%, rgba(255, 255, 255, 0.0001))), url(schools-law.jpg);
  background: linear-gradient(90deg, #FFFFFF 0%, rgba(255, 255, 255, 0.0001) 99.47%), url(schools-law.jpg);
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.browse-schools .school-cards .school-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);
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.browse-schools .school-cards .school-card:hover i:before {
  position: relative;
  left: 15px;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.browse-schools .school-cards .school-card a {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.browse-schools .school-cards .school-card .card-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  -o-object-fit: cover;
     object-fit: cover;
}
.browse-schools .school-cards .school-card .card-heading {
  font-style: normal;
  font-weight: 700;
  font-size: 36px;
  line-height: 42px;
  letter-spacing: -0.45px;
  color: #011F5B;
  padding-bottom: 10px;
  font-family: "Gentium Basic", serif;
}
@media print, screen and (max-width: 63.99875em) {
  .browse-schools .school-cards .school-card .card-heading {
    font-size: 27px;
    line-height: 130%;
  }
}
@media print, screen and (max-width: 39.99875em) {
  .browse-schools .school-cards .school-card .card-heading {
    font-size: 26px;
  }
}
@media print, screen and (max-width: 26.24875em) {
  .browse-schools .school-cards .school-card .card-heading {
    font-size: 24px;
  }
}
.browse-schools .school-cards .school-card i {
  color: #990000;
  position: relative;
}
.browse-schools .school-cards .school-card i:before {
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  position: relative;
  left: 0;
}

.job-cta {
  padding-top: 110px;
  padding-bottom: 100px;
  border-bottom: 2px solid #990000;
  text-align: center;
}
.job-cta .cta-heading {
  font-style: normal;
  font-weight: 400;
  font-size: 36px;
  line-height: 42px;
  text-align: center;
  letter-spacing: -0.45px;
  color: #011F5B;
  font-family: "Gentium Basic", serif;
}
.job-cta .btn-container {
  margin-top: 40px;
  border: 2px solid #990000;
}
.job-cta .btn-container a {
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 19px;
  text-align: center;
  text-transform: uppercase;
  color: #990000;
  padding: 15px 30px;
  background: rgba(216, 216, 216, 0.0001);
  display: block;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.job-cta .btn-container a:hover {
  color: #ffffff;
  background-color: #990000;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.jobs-search {
  padding-bottom: 30px;
}
.jobs-search .search-form {
  position: relative;
}
.jobs-search .search-form #search-jobs-button {
  position: absolute;
  right: 10px;
  top: 0;
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 19px;
  text-align: center;
  text-transform: uppercase;
  color: #FFFFFF;
  z-index: 9;
  cursor: pointer;
  height: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.jobs-search .search-form input {
  margin-top: 0;
  border-bottom: 1px solid #ffffff;
  padding-right: 65px !important;
  padding-left: 20px !important;
}
.jobs-search .search-form input[type=text] {
  color: #ffffff;
}

.ajax_search_results {
  border: 1px solid #577eb4;
  display: none;
  border-radius: 3px;
  overflow: hidden;
  position: absolute;
  z-index: 100;
  width: 100%;
}
.ajax_search_results .result-item {
  background-color: #fefefe;
  padding: 15px 20px;
  color: #616161;
  font-size: 1.25rem;
  line-height: 1.375rem;
  padding-right: 50px;
  position: relative;
  -webkit-transition: background-color 0.5s;
  transition: background-color 0.5s;
}
.ajax_search_results .result-item:hover, .ajax_search_results .result-item:focus {
  background-color: #F7F7F7;
}
.ajax_search_results .result-item:hover i, .ajax_search_results .result-item:focus i {
  right: 15px;
}
.ajax_search_results .result-item .image-container {
  margin-right: 20px;
}
.ajax_search_results .result-item .image-container .center .image {
  max-width: 73px;
}
.ajax_search_results .result-item .text-container .jobtitle {
  font-size: 0.875rem;
  line-height: 1.375rem;
  color: #011F5B;
  font-weight: 500;
}
.ajax_search_results .result-item i {
  font-size: 16px;
  position: absolute;
  right: 20px;
  top: calc(50% - 8px);
  -webkit-transition: right 0.5s;
  transition: right 0.5s;
}
.ajax_search_results .no-results {
  background-color: #fefefe;
  padding: 15px 20px;
  color: #616161;
  font-size: 1.25rem;
  line-height: 1.375rem;
  font-family: "Gentium Basic", serif;
}

.tax-no-results-grid {
  width: 100%;
}
.tax-no-results-grid .alm-load-more-btn {
  display: none !important;
}

.tax-schools .all-jobs .alm-listing {
  padding-top: 20px;
}
@media print, screen and (min-width: 64em) {
  .tax-schools .featured-grid .job-results-text {
    top: 40px;
  }
}

.page-template-template-all-jobs .all-jobs .alm-listing {
  padding-top: 15px;
}

.page-template-template-penn-parents .parent-hero a.hero-btn {
  font-size: 0.875rem;
  color: #990000;
  text-decoration: none;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 19px;
  text-align: center;
  border: 2px solid #990000;
  padding: 10px 35px;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-top: 15px;
}
.page-template-template-penn-parents .parent-hero a.hero-btn:hover {
  background-color: #990000;
  color: #FFFFFF;
}

.parents-flex {
  padding-top: 35px;
}
/*# sourceMappingURL=style.css.map */