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

body {
  margin: 0;
}

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

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

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

a {
  background-color: transparent;
}

abbr[title] {
  border-bottom: 0;
  -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 {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

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

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

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

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

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

details {
  display: block;
}

summary {
  display: list-item;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

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

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

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

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

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

body {
  margin: 0;
  padding: 0;
  background: #fefefe;
  font-family: "Lato", Helvetica, Roboto, Arial, sans-serif;
  font-weight: 400;
  line-height: 1.5;
  color: #526173;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

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

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

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

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

button {
  padding: 0;
  -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;
  -webkit-overflow-scrolling: touch;
}

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;
  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;
  box-shadow: inset 0 1px 2px rgba(10, 10, 10, 0.1);
  font-family: inherit;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #0a0a0a;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
[type=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;
  box-shadow: 0 0 5px #cacaca;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
}

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

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

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

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

::-moz-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: 400;
  line-height: 1.8;
  color: #0a0a0a;
}
label.middle {
  margin: 0 0 1rem;
  line-height: 1.5;
  padding: 0.5625rem 0;
}

.help-text {
  margin-top: -0.5rem;
  font-size: 0.8125rem;
  font-style: italic;
  color: #0a0a0a;
}

.input-group {
  display: flex;
  width: 100%;
  margin-bottom: 1rem;
  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: flex;
  flex: 0 0 auto;
  align-items: center;
}
.input-group-label:first-child {
  border-right: 0;
}
.input-group-label:last-child {
  border-left: 0;
}

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

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

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

legend {
  max-width: 100%;
  margin-bottom: 0.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: 400;
  line-height: 1.5;
  color: #0a0a0a;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" version="1.1" width="32" height="24" viewBox="0 0 32 24"><polygon points="0,0 32,0 16,24" style="fill: rgb%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;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
}
@media screen and (min-width: 0\0 ) {
  select {
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAYCAYAAACbU/80AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAIpJREFUeNrEkckNgDAMBBfRkEt0ObRBBdsGXUDgmQfK4XhH2m8czQAAy27R3tsw4Qfe2x8uOO6oYLb6GlOor3GF+swURAOmUJ+RwtEJs9WvTGEYxBXqI1MQAZhCfUQKRzDMVj+TwrAIV6jvSUEkYAr1LSkcyTBb/V+KYfX7xAeusq3sLDtGH3kEGACPWIflNZfhRQAAAABJRU5ErkJggg==");
  }
}
select:focus {
  outline: none;
  border: 1px solid #8a8a8a;
  background-color: #fefefe;
  box-shadow: 0 0 5px #cacaca;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
}
select:disabled {
  background-color: #e6e6e6;
  cursor: not-allowed;
}
select::-ms-expand {
  display: none;
}
select[multiple] {
  height: auto;
  background-image: none;
}
select:not([multiple]) {
  padding-top: 0;
  padding-bottom: 0;
}

.is-invalid-input:not(:focus) {
  border-color: #cc4b37;
  background-color: #f9ecea;
}
.is-invalid-input:not(:focus)::-moz-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: 900;
  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: 900;
  line-height: inherit;
}

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

h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6 {
  font-family: "Lato", Helvetica, Roboto, Arial, sans-serif;
  font-style: normal;
  font-weight: 900;
  color: #CA2027;
  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.15;
  margin-top: 0;
  margin-bottom: 0.5rem;
}

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

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

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

h5, .h5 {
  font-size: 1.0625rem;
  line-height: 1.15;
  margin-top: 0;
  margin-bottom: 0.5rem;
}

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

@media print, screen and (min-width: 40em) {
  h1, .h1 {
    font-size: 4.5rem;
  }
  h2, .h2 {
    font-size: 3rem;
  }
  h3, .h3 {
    font-size: 2.25rem;
  }
  h4, .h4 {
    font-size: 1.5rem;
  }
  h5, .h5 {
    font-size: 1.25rem;
  }
  h6, .h6 {
    font-size: 1rem;
  }
}
a {
  line-height: inherit;
  color: #526173;
  text-decoration: none;
  cursor: pointer;
}
a:hover, a:focus {
  color: #475363;
}
a img {
  border: 0;
}

hr {
  clear: both;
  max-width: 75rem;
  height: 0;
  margin: 1.25rem auto;
  border-top: 0;
  border-right: 0;
  border-bottom: 1px solid #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: 900;
}

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: Consolas, "Liberation Mono", Courier, monospace;
  color: #0a0a0a;
}

.subheader {
  margin-top: 0.2rem;
  margin-bottom: 0.5rem;
  font-weight: 400;
  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: Consolas, "Liberation Mono", Courier, monospace;
  font-weight: 400;
  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: Consolas, "Liberation Mono", Courier, monospace;
  font-weight: 400;
  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: 40em) {
  .medium-text-left {
    text-align: left;
  }
  .medium-text-right {
    text-align: right;
  }
  .medium-text-center {
    text-align: center;
  }
  .medium-text-justify {
    text-align: justify;
  }
}
@media print, screen and (min-width: 64em) {
  .large-text-left {
    text-align: left;
  }
  .large-text-right {
    text-align: right;
  }
  .large-text-center {
    text-align: center;
  }
  .large-text-justify {
    text-align: justify;
  }
}
@media screen and (min-width: 75em) {
  .xlarge-text-left {
    text-align: left;
  }
  .xlarge-text-right {
    text-align: right;
  }
  .xlarge-text-center {
    text-align: center;
  }
  .xlarge-text-justify {
    text-align: justify;
  }
}
@media screen and (min-width: 90em) {
  .xxlarge-text-left {
    text-align: left;
  }
  .xxlarge-text-right {
    text-align: right;
  }
  .xxlarge-text-center {
    text-align: center;
  }
  .xxlarge-text-justify {
    text-align: justify;
  }
}
.show-for-print {
  display: none !important;
}

@media print {
  * {
    background: transparent !important;
    color: black !important;
    -webkit-print-color-adjust: economy;
            color-adjust: economy;
    box-shadow: none !important;
    text-shadow: none !important;
  }
  .show-for-print {
    display: block !important;
  }
  .hide-for-print {
    display: none !important;
  }
  table.show-for-print {
    display: table !important;
  }
  thead.show-for-print {
    display: table-header-group !important;
  }
  tbody.show-for-print {
    display: table-row-group !important;
  }
  tr.show-for-print {
    display: table-row !important;
  }
  td.show-for-print {
    display: table-cell !important;
  }
  th.show-for-print {
    display: table-cell !important;
  }
  a,
a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  .ir a:after,
a[href^="javascript:"]:after,
a[href^="#"]:after {
    content: "";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  pre,
blockquote {
    border: 1px solid #8a8a8a;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  @page {
    margin: 0.5cm;
  }
  p,
h2,
h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
h3 {
    page-break-after: avoid;
  }
  .print-break-inside {
    page-break-inside: auto;
  }
}
.grid-container {
  padding-right: 0.625rem;
  padding-left: 0.625rem;
  max-width: 75rem;
  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: flex;
  flex-flow: row wrap;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.grid-padding-y .grid-padding-y {
  margin-top: -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(8.3333333333% - 1.25rem);
}
.grid-margin-y > .small-2 {
  height: calc(16.6666666667% - 1.25rem);
}
.grid-margin-y > .small-3 {
  height: calc(25% - 1.25rem);
}
.grid-margin-y > .small-4 {
  height: calc(33.3333333333% - 1.25rem);
}
.grid-margin-y > .small-5 {
  height: calc(41.6666666667% - 1.25rem);
}
.grid-margin-y > .small-6 {
  height: calc(50% - 1.25rem);
}
.grid-margin-y > .small-7 {
  height: calc(58.3333333333% - 1.25rem);
}
.grid-margin-y > .small-8 {
  height: calc(66.6666666667% - 1.25rem);
}
.grid-margin-y > .small-9 {
  height: calc(75% - 1.25rem);
}
.grid-margin-y > .small-10 {
  height: calc(83.3333333333% - 1.25rem);
}
.grid-margin-y > .small-11 {
  height: calc(91.6666666667% - 1.25rem);
}
.grid-margin-y > .small-12 {
  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(8.3333333333% - 1.875rem);
  }
  .grid-margin-y > .small-2 {
    height: calc(16.6666666667% - 1.875rem);
  }
  .grid-margin-y > .small-3 {
    height: calc(25% - 1.875rem);
  }
  .grid-margin-y > .small-4 {
    height: calc(33.3333333333% - 1.875rem);
  }
  .grid-margin-y > .small-5 {
    height: calc(41.6666666667% - 1.875rem);
  }
  .grid-margin-y > .small-6 {
    height: calc(50% - 1.875rem);
  }
  .grid-margin-y > .small-7 {
    height: calc(58.3333333333% - 1.875rem);
  }
  .grid-margin-y > .small-8 {
    height: calc(66.6666666667% - 1.875rem);
  }
  .grid-margin-y > .small-9 {
    height: calc(75% - 1.875rem);
  }
  .grid-margin-y > .small-10 {
    height: calc(83.3333333333% - 1.875rem);
  }
  .grid-margin-y > .small-11 {
    height: calc(91.6666666667% - 1.875rem);
  }
  .grid-margin-y > .small-12 {
    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(8.3333333333% - 1.875rem);
  }
  .grid-margin-y > .medium-2 {
    height: calc(16.6666666667% - 1.875rem);
  }
  .grid-margin-y > .medium-3 {
    height: calc(25% - 1.875rem);
  }
  .grid-margin-y > .medium-4 {
    height: calc(33.3333333333% - 1.875rem);
  }
  .grid-margin-y > .medium-5 {
    height: calc(41.6666666667% - 1.875rem);
  }
  .grid-margin-y > .medium-6 {
    height: calc(50% - 1.875rem);
  }
  .grid-margin-y > .medium-7 {
    height: calc(58.3333333333% - 1.875rem);
  }
  .grid-margin-y > .medium-8 {
    height: calc(66.6666666667% - 1.875rem);
  }
  .grid-margin-y > .medium-9 {
    height: calc(75% - 1.875rem);
  }
  .grid-margin-y > .medium-10 {
    height: calc(83.3333333333% - 1.875rem);
  }
  .grid-margin-y > .medium-11 {
    height: calc(91.6666666667% - 1.875rem);
  }
  .grid-margin-y > .medium-12 {
    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(8.3333333333% - 1.875rem);
  }
  .grid-margin-y > .large-2 {
    height: calc(16.6666666667% - 1.875rem);
  }
  .grid-margin-y > .large-3 {
    height: calc(25% - 1.875rem);
  }
  .grid-margin-y > .large-4 {
    height: calc(33.3333333333% - 1.875rem);
  }
  .grid-margin-y > .large-5 {
    height: calc(41.6666666667% - 1.875rem);
  }
  .grid-margin-y > .large-6 {
    height: calc(50% - 1.875rem);
  }
  .grid-margin-y > .large-7 {
    height: calc(58.3333333333% - 1.875rem);
  }
  .grid-margin-y > .large-8 {
    height: calc(66.6666666667% - 1.875rem);
  }
  .grid-margin-y > .large-9 {
    height: calc(75% - 1.875rem);
  }
  .grid-margin-y > .large-10 {
    height: calc(83.3333333333% - 1.875rem);
  }
  .grid-margin-y > .large-11 {
    height: calc(91.6666666667% - 1.875rem);
  }
  .grid-margin-y > .large-12 {
    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(8.3333333333% - 1.875rem);
  }
  .grid-margin-y > .xlarge-2 {
    height: calc(16.6666666667% - 1.875rem);
  }
  .grid-margin-y > .xlarge-3 {
    height: calc(25% - 1.875rem);
  }
  .grid-margin-y > .xlarge-4 {
    height: calc(33.3333333333% - 1.875rem);
  }
  .grid-margin-y > .xlarge-5 {
    height: calc(41.6666666667% - 1.875rem);
  }
  .grid-margin-y > .xlarge-6 {
    height: calc(50% - 1.875rem);
  }
  .grid-margin-y > .xlarge-7 {
    height: calc(58.3333333333% - 1.875rem);
  }
  .grid-margin-y > .xlarge-8 {
    height: calc(66.6666666667% - 1.875rem);
  }
  .grid-margin-y > .xlarge-9 {
    height: calc(75% - 1.875rem);
  }
  .grid-margin-y > .xlarge-10 {
    height: calc(83.3333333333% - 1.875rem);
  }
  .grid-margin-y > .xlarge-11 {
    height: calc(91.6666666667% - 1.875rem);
  }
  .grid-margin-y > .xlarge-12 {
    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(8.3333333333% - 1.875rem);
  }
  .grid-margin-y > .xxlarge-2 {
    height: calc(16.6666666667% - 1.875rem);
  }
  .grid-margin-y > .xxlarge-3 {
    height: calc(25% - 1.875rem);
  }
  .grid-margin-y > .xxlarge-4 {
    height: calc(33.3333333333% - 1.875rem);
  }
  .grid-margin-y > .xxlarge-5 {
    height: calc(41.6666666667% - 1.875rem);
  }
  .grid-margin-y > .xxlarge-6 {
    height: calc(50% - 1.875rem);
  }
  .grid-margin-y > .xxlarge-7 {
    height: calc(58.3333333333% - 1.875rem);
  }
  .grid-margin-y > .xxlarge-8 {
    height: calc(66.6666666667% - 1.875rem);
  }
  .grid-margin-y > .xxlarge-9 {
    height: calc(75% - 1.875rem);
  }
  .grid-margin-y > .xxlarge-10 {
    height: calc(83.3333333333% - 1.875rem);
  }
  .grid-margin-y > .xxlarge-11 {
    height: calc(91.6666666667% - 1.875rem);
  }
  .grid-margin-y > .xxlarge-12 {
    height: calc(100% - 1.875rem);
  }
}

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

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

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

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

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

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

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

.grid-margin-y {
  margin-top: -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(8.3333333333% - 1.25rem);
}
.grid-margin-y > .small-2 {
  height: calc(16.6666666667% - 1.25rem);
}
.grid-margin-y > .small-3 {
  height: calc(25% - 1.25rem);
}
.grid-margin-y > .small-4 {
  height: calc(33.3333333333% - 1.25rem);
}
.grid-margin-y > .small-5 {
  height: calc(41.6666666667% - 1.25rem);
}
.grid-margin-y > .small-6 {
  height: calc(50% - 1.25rem);
}
.grid-margin-y > .small-7 {
  height: calc(58.3333333333% - 1.25rem);
}
.grid-margin-y > .small-8 {
  height: calc(66.6666666667% - 1.25rem);
}
.grid-margin-y > .small-9 {
  height: calc(75% - 1.25rem);
}
.grid-margin-y > .small-10 {
  height: calc(83.3333333333% - 1.25rem);
}
.grid-margin-y > .small-11 {
  height: calc(91.6666666667% - 1.25rem);
}
.grid-margin-y > .small-12 {
  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(8.3333333333% - 1.875rem);
  }
  .grid-margin-y > .small-2 {
    height: calc(16.6666666667% - 1.875rem);
  }
  .grid-margin-y > .small-3 {
    height: calc(25% - 1.875rem);
  }
  .grid-margin-y > .small-4 {
    height: calc(33.3333333333% - 1.875rem);
  }
  .grid-margin-y > .small-5 {
    height: calc(41.6666666667% - 1.875rem);
  }
  .grid-margin-y > .small-6 {
    height: calc(50% - 1.875rem);
  }
  .grid-margin-y > .small-7 {
    height: calc(58.3333333333% - 1.875rem);
  }
  .grid-margin-y > .small-8 {
    height: calc(66.6666666667% - 1.875rem);
  }
  .grid-margin-y > .small-9 {
    height: calc(75% - 1.875rem);
  }
  .grid-margin-y > .small-10 {
    height: calc(83.3333333333% - 1.875rem);
  }
  .grid-margin-y > .small-11 {
    height: calc(91.6666666667% - 1.875rem);
  }
  .grid-margin-y > .small-12 {
    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(8.3333333333% - 1.875rem);
  }
  .grid-margin-y > .medium-2 {
    height: calc(16.6666666667% - 1.875rem);
  }
  .grid-margin-y > .medium-3 {
    height: calc(25% - 1.875rem);
  }
  .grid-margin-y > .medium-4 {
    height: calc(33.3333333333% - 1.875rem);
  }
  .grid-margin-y > .medium-5 {
    height: calc(41.6666666667% - 1.875rem);
  }
  .grid-margin-y > .medium-6 {
    height: calc(50% - 1.875rem);
  }
  .grid-margin-y > .medium-7 {
    height: calc(58.3333333333% - 1.875rem);
  }
  .grid-margin-y > .medium-8 {
    height: calc(66.6666666667% - 1.875rem);
  }
  .grid-margin-y > .medium-9 {
    height: calc(75% - 1.875rem);
  }
  .grid-margin-y > .medium-10 {
    height: calc(83.3333333333% - 1.875rem);
  }
  .grid-margin-y > .medium-11 {
    height: calc(91.6666666667% - 1.875rem);
  }
  .grid-margin-y > .medium-12 {
    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(8.3333333333% - 1.875rem);
  }
  .grid-margin-y > .large-2 {
    height: calc(16.6666666667% - 1.875rem);
  }
  .grid-margin-y > .large-3 {
    height: calc(25% - 1.875rem);
  }
  .grid-margin-y > .large-4 {
    height: calc(33.3333333333% - 1.875rem);
  }
  .grid-margin-y > .large-5 {
    height: calc(41.6666666667% - 1.875rem);
  }
  .grid-margin-y > .large-6 {
    height: calc(50% - 1.875rem);
  }
  .grid-margin-y > .large-7 {
    height: calc(58.3333333333% - 1.875rem);
  }
  .grid-margin-y > .large-8 {
    height: calc(66.6666666667% - 1.875rem);
  }
  .grid-margin-y > .large-9 {
    height: calc(75% - 1.875rem);
  }
  .grid-margin-y > .large-10 {
    height: calc(83.3333333333% - 1.875rem);
  }
  .grid-margin-y > .large-11 {
    height: calc(91.6666666667% - 1.875rem);
  }
  .grid-margin-y > .large-12 {
    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(8.3333333333% - 1.875rem);
  }
  .grid-margin-y > .xlarge-2 {
    height: calc(16.6666666667% - 1.875rem);
  }
  .grid-margin-y > .xlarge-3 {
    height: calc(25% - 1.875rem);
  }
  .grid-margin-y > .xlarge-4 {
    height: calc(33.3333333333% - 1.875rem);
  }
  .grid-margin-y > .xlarge-5 {
    height: calc(41.6666666667% - 1.875rem);
  }
  .grid-margin-y > .xlarge-6 {
    height: calc(50% - 1.875rem);
  }
  .grid-margin-y > .xlarge-7 {
    height: calc(58.3333333333% - 1.875rem);
  }
  .grid-margin-y > .xlarge-8 {
    height: calc(66.6666666667% - 1.875rem);
  }
  .grid-margin-y > .xlarge-9 {
    height: calc(75% - 1.875rem);
  }
  .grid-margin-y > .xlarge-10 {
    height: calc(83.3333333333% - 1.875rem);
  }
  .grid-margin-y > .xlarge-11 {
    height: calc(91.6666666667% - 1.875rem);
  }
  .grid-margin-y > .xlarge-12 {
    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(8.3333333333% - 1.875rem);
  }
  .grid-margin-y > .xxlarge-2 {
    height: calc(16.6666666667% - 1.875rem);
  }
  .grid-margin-y > .xxlarge-3 {
    height: calc(25% - 1.875rem);
  }
  .grid-margin-y > .xxlarge-4 {
    height: calc(33.3333333333% - 1.875rem);
  }
  .grid-margin-y > .xxlarge-5 {
    height: calc(41.6666666667% - 1.875rem);
  }
  .grid-margin-y > .xxlarge-6 {
    height: calc(50% - 1.875rem);
  }
  .grid-margin-y > .xxlarge-7 {
    height: calc(58.3333333333% - 1.875rem);
  }
  .grid-margin-y > .xxlarge-8 {
    height: calc(66.6666666667% - 1.875rem);
  }
  .grid-margin-y > .xxlarge-9 {
    height: calc(75% - 1.875rem);
  }
  .grid-margin-y > .xxlarge-10 {
    height: calc(83.3333333333% - 1.875rem);
  }
  .grid-margin-y > .xxlarge-11 {
    height: calc(91.6666666667% - 1.875rem);
  }
  .grid-margin-y > .xxlarge-12 {
    height: calc(100% - 1.875rem);
  }
}

.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: 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: 40em) {
  .grid-margin-y.medium-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;
  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: #1779ba;
  color: #fefefe;
}
.button:hover, .button:focus {
  background-color: #14679e;
  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: #1779ba;
  color: #fefefe;
}
.button.primary:hover, .button.primary:focus {
  background-color: #126195;
  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: #767676;
  color: #fefefe;
}
.button.secondary:hover, .button.secondary:focus {
  background-color: #5e5e5e;
  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 #1779ba;
  color: #1779ba;
}
.button.hollow:hover, .button.hollow:focus {
  border-color: #0c3d5d;
  color: #0c3d5d;
}
.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 #1779ba;
  color: #1779ba;
}
.button.hollow.primary:hover, .button.hollow.primary:focus {
  border-color: #0c3d5d;
  color: #0c3d5d;
}
.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 #767676;
  color: #767676;
}
.button.hollow.secondary:hover, .button.hollow.secondary:focus {
  border-color: #3b3b3b;
  color: #3b3b3b;
}
.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: #1779ba;
}
.button.clear:hover, .button.clear:focus {
  color: #0c3d5d;
}
.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: #1779ba;
}
.button.clear.primary:hover, .button.clear.primary:focus {
  color: #0c3d5d;
}
.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: #767676;
}
.button.clear.secondary:hover, .button.clear.secondary:focus {
  color: #3b3b3b;
}
.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-style: solid;
  border-width: 0.4em;
  content: "";
  border-bottom-width: 0;
  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: #1779ba;
}
.button.dropdown.hollow.primary::after, .button.dropdown.clear.primary::after {
  border-top-color: #1779ba;
}
.button.dropdown.hollow.secondary::after, .button.dropdown.clear.secondary::after {
  border-top-color: #767676;
}
.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;
}

.button-group {
  margin-bottom: 1rem;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  flex-grow: 1;
}
.button-group::before, .button-group::after {
  display: table;
  content: " ";
  flex-basis: 0;
  order: 1;
}
.button-group::after {
  clear: both;
}
.button-group::before, .button-group::after {
  display: none;
}
.button-group .button {
  margin: 0;
  margin-right: 1px;
  margin-bottom: 1px;
  font-size: 0.9rem;
  flex: 0 0 auto;
}
.button-group .button:last-child {
  margin-right: 0;
}
.button-group.tiny .button {
  font-size: 0.6rem;
}
.button-group.small .button {
  font-size: 0.75rem;
}
.button-group.large .button {
  font-size: 1.25rem;
}
.button-group.expanded .button {
  flex: 1 1 0px;
}
.button-group.primary .button, .button-group.primary .button.disabled, .button-group.primary .button[disabled], .button-group.primary .button.disabled:hover, .button-group.primary .button[disabled]:hover, .button-group.primary .button.disabled:focus, .button-group.primary .button[disabled]:focus {
  background-color: #1779ba;
  color: #fefefe;
}
.button-group.primary .button:hover, .button-group.primary .button:focus {
  background-color: #126195;
  color: #fefefe;
}
.button-group.secondary .button, .button-group.secondary .button.disabled, .button-group.secondary .button[disabled], .button-group.secondary .button.disabled:hover, .button-group.secondary .button[disabled]:hover, .button-group.secondary .button.disabled:focus, .button-group.secondary .button[disabled]:focus {
  background-color: #767676;
  color: #fefefe;
}
.button-group.secondary .button:hover, .button-group.secondary .button:focus {
  background-color: #5e5e5e;
  color: #fefefe;
}
.button-group.success .button, .button-group.success .button.disabled, .button-group.success .button[disabled], .button-group.success .button.disabled:hover, .button-group.success .button[disabled]:hover, .button-group.success .button.disabled:focus, .button-group.success .button[disabled]:focus {
  background-color: #3adb76;
  color: #0a0a0a;
}
.button-group.success .button:hover, .button-group.success .button:focus {
  background-color: #22bb5b;
  color: #0a0a0a;
}
.button-group.warning .button, .button-group.warning .button.disabled, .button-group.warning .button[disabled], .button-group.warning .button.disabled:hover, .button-group.warning .button[disabled]:hover, .button-group.warning .button.disabled:focus, .button-group.warning .button[disabled]:focus {
  background-color: #ffae00;
  color: #0a0a0a;
}
.button-group.warning .button:hover, .button-group.warning .button:focus {
  background-color: #cc8b00;
  color: #0a0a0a;
}
.button-group.alert .button, .button-group.alert .button.disabled, .button-group.alert .button[disabled], .button-group.alert .button.disabled:hover, .button-group.alert .button[disabled]:hover, .button-group.alert .button.disabled:focus, .button-group.alert .button[disabled]:focus {
  background-color: #cc4b37;
  color: #fefefe;
}
.button-group.alert .button:hover, .button-group.alert .button:focus {
  background-color: #a53b2a;
  color: #fefefe;
}
.button-group.hollow .button, .button-group.hollow .button:hover, .button-group.hollow .button:focus, .button-group.hollow .button.disabled, .button-group.hollow .button.disabled:hover, .button-group.hollow .button.disabled:focus, .button-group.hollow .button[disabled], .button-group.hollow .button[disabled]:hover, .button-group.hollow .button[disabled]:focus {
  background-color: transparent;
}
.button-group.hollow .button, .button-group.hollow .button.disabled, .button-group.hollow .button[disabled], .button-group.hollow .button.disabled:hover, .button-group.hollow .button[disabled]:hover, .button-group.hollow .button.disabled:focus, .button-group.hollow .button[disabled]:focus {
  border: 1px solid #1779ba;
  color: #1779ba;
}
.button-group.hollow .button:hover, .button-group.hollow .button:focus {
  border-color: #0c3d5d;
  color: #0c3d5d;
}
.button-group.hollow.primary .button, .button-group.hollow.primary .button.disabled, .button-group.hollow.primary .button[disabled], .button-group.hollow.primary .button.disabled:hover, .button-group.hollow.primary .button[disabled]:hover, .button-group.hollow.primary .button.disabled:focus, .button-group.hollow.primary .button[disabled]:focus, .button-group.hollow .button.primary, .button-group.hollow .button.primary.disabled, .button-group.hollow .button.primary[disabled], .button-group.hollow .button.primary.disabled:hover, .button-group.hollow .button.primary[disabled]:hover, .button-group.hollow .button.primary.disabled:focus, .button-group.hollow .button.primary[disabled]:focus {
  border: 1px solid #1779ba;
  color: #1779ba;
}
.button-group.hollow.primary .button:hover, .button-group.hollow.primary .button:focus, .button-group.hollow .button.primary:hover, .button-group.hollow .button.primary:focus {
  border-color: #0c3d5d;
  color: #0c3d5d;
}
.button-group.hollow.secondary .button, .button-group.hollow.secondary .button.disabled, .button-group.hollow.secondary .button[disabled], .button-group.hollow.secondary .button.disabled:hover, .button-group.hollow.secondary .button[disabled]:hover, .button-group.hollow.secondary .button.disabled:focus, .button-group.hollow.secondary .button[disabled]:focus, .button-group.hollow .button.secondary, .button-group.hollow .button.secondary.disabled, .button-group.hollow .button.secondary[disabled], .button-group.hollow .button.secondary.disabled:hover, .button-group.hollow .button.secondary[disabled]:hover, .button-group.hollow .button.secondary.disabled:focus, .button-group.hollow .button.secondary[disabled]:focus {
  border: 1px solid #767676;
  color: #767676;
}
.button-group.hollow.secondary .button:hover, .button-group.hollow.secondary .button:focus, .button-group.hollow .button.secondary:hover, .button-group.hollow .button.secondary:focus {
  border-color: #3b3b3b;
  color: #3b3b3b;
}
.button-group.hollow.success .button, .button-group.hollow.success .button.disabled, .button-group.hollow.success .button[disabled], .button-group.hollow.success .button.disabled:hover, .button-group.hollow.success .button[disabled]:hover, .button-group.hollow.success .button.disabled:focus, .button-group.hollow.success .button[disabled]:focus, .button-group.hollow .button.success, .button-group.hollow .button.success.disabled, .button-group.hollow .button.success[disabled], .button-group.hollow .button.success.disabled:hover, .button-group.hollow .button.success[disabled]:hover, .button-group.hollow .button.success.disabled:focus, .button-group.hollow .button.success[disabled]:focus {
  border: 1px solid #3adb76;
  color: #3adb76;
}
.button-group.hollow.success .button:hover, .button-group.hollow.success .button:focus, .button-group.hollow .button.success:hover, .button-group.hollow .button.success:focus {
  border-color: #157539;
  color: #157539;
}
.button-group.hollow.warning .button, .button-group.hollow.warning .button.disabled, .button-group.hollow.warning .button[disabled], .button-group.hollow.warning .button.disabled:hover, .button-group.hollow.warning .button[disabled]:hover, .button-group.hollow.warning .button.disabled:focus, .button-group.hollow.warning .button[disabled]:focus, .button-group.hollow .button.warning, .button-group.hollow .button.warning.disabled, .button-group.hollow .button.warning[disabled], .button-group.hollow .button.warning.disabled:hover, .button-group.hollow .button.warning[disabled]:hover, .button-group.hollow .button.warning.disabled:focus, .button-group.hollow .button.warning[disabled]:focus {
  border: 1px solid #ffae00;
  color: #ffae00;
}
.button-group.hollow.warning .button:hover, .button-group.hollow.warning .button:focus, .button-group.hollow .button.warning:hover, .button-group.hollow .button.warning:focus {
  border-color: #805700;
  color: #805700;
}
.button-group.hollow.alert .button, .button-group.hollow.alert .button.disabled, .button-group.hollow.alert .button[disabled], .button-group.hollow.alert .button.disabled:hover, .button-group.hollow.alert .button[disabled]:hover, .button-group.hollow.alert .button.disabled:focus, .button-group.hollow.alert .button[disabled]:focus, .button-group.hollow .button.alert, .button-group.hollow .button.alert.disabled, .button-group.hollow .button.alert[disabled], .button-group.hollow .button.alert.disabled:hover, .button-group.hollow .button.alert[disabled]:hover, .button-group.hollow .button.alert.disabled:focus, .button-group.hollow .button.alert[disabled]:focus {
  border: 1px solid #cc4b37;
  color: #cc4b37;
}
.button-group.hollow.alert .button:hover, .button-group.hollow.alert .button:focus, .button-group.hollow .button.alert:hover, .button-group.hollow .button.alert:focus {
  border-color: #67251a;
  color: #67251a;
}
.button-group.clear .button, .button-group.clear .button:hover, .button-group.clear .button:focus, .button-group.clear .button.disabled, .button-group.clear .button.disabled:hover, .button-group.clear .button.disabled:focus, .button-group.clear .button[disabled], .button-group.clear .button[disabled]:hover, .button-group.clear .button[disabled]:focus {
  border-color: transparent;
  background-color: transparent;
}
.button-group.clear .button, .button-group.clear .button.disabled, .button-group.clear .button[disabled], .button-group.clear .button.disabled:hover, .button-group.clear .button[disabled]:hover, .button-group.clear .button.disabled:focus, .button-group.clear .button[disabled]:focus {
  color: #1779ba;
}
.button-group.clear .button:hover, .button-group.clear .button:focus {
  color: #0c3d5d;
}
.button-group.clear.primary .button, .button-group.clear.primary .button.disabled, .button-group.clear.primary .button[disabled], .button-group.clear.primary .button.disabled:hover, .button-group.clear.primary .button[disabled]:hover, .button-group.clear.primary .button.disabled:focus, .button-group.clear.primary .button[disabled]:focus, .button-group.clear .button.primary, .button-group.clear .button.primary.disabled, .button-group.clear .button.primary[disabled], .button-group.clear .button.primary.disabled:hover, .button-group.clear .button.primary[disabled]:hover, .button-group.clear .button.primary.disabled:focus, .button-group.clear .button.primary[disabled]:focus {
  color: #1779ba;
}
.button-group.clear.primary .button:hover, .button-group.clear.primary .button:focus, .button-group.clear .button.primary:hover, .button-group.clear .button.primary:focus {
  color: #0c3d5d;
}
.button-group.clear.secondary .button, .button-group.clear.secondary .button.disabled, .button-group.clear.secondary .button[disabled], .button-group.clear.secondary .button.disabled:hover, .button-group.clear.secondary .button[disabled]:hover, .button-group.clear.secondary .button.disabled:focus, .button-group.clear.secondary .button[disabled]:focus, .button-group.clear .button.secondary, .button-group.clear .button.secondary.disabled, .button-group.clear .button.secondary[disabled], .button-group.clear .button.secondary.disabled:hover, .button-group.clear .button.secondary[disabled]:hover, .button-group.clear .button.secondary.disabled:focus, .button-group.clear .button.secondary[disabled]:focus {
  color: #767676;
}
.button-group.clear.secondary .button:hover, .button-group.clear.secondary .button:focus, .button-group.clear .button.secondary:hover, .button-group.clear .button.secondary:focus {
  color: #3b3b3b;
}
.button-group.clear.success .button, .button-group.clear.success .button.disabled, .button-group.clear.success .button[disabled], .button-group.clear.success .button.disabled:hover, .button-group.clear.success .button[disabled]:hover, .button-group.clear.success .button.disabled:focus, .button-group.clear.success .button[disabled]:focus, .button-group.clear .button.success, .button-group.clear .button.success.disabled, .button-group.clear .button.success[disabled], .button-group.clear .button.success.disabled:hover, .button-group.clear .button.success[disabled]:hover, .button-group.clear .button.success.disabled:focus, .button-group.clear .button.success[disabled]:focus {
  color: #3adb76;
}
.button-group.clear.success .button:hover, .button-group.clear.success .button:focus, .button-group.clear .button.success:hover, .button-group.clear .button.success:focus {
  color: #157539;
}
.button-group.clear.warning .button, .button-group.clear.warning .button.disabled, .button-group.clear.warning .button[disabled], .button-group.clear.warning .button.disabled:hover, .button-group.clear.warning .button[disabled]:hover, .button-group.clear.warning .button.disabled:focus, .button-group.clear.warning .button[disabled]:focus, .button-group.clear .button.warning, .button-group.clear .button.warning.disabled, .button-group.clear .button.warning[disabled], .button-group.clear .button.warning.disabled:hover, .button-group.clear .button.warning[disabled]:hover, .button-group.clear .button.warning.disabled:focus, .button-group.clear .button.warning[disabled]:focus {
  color: #ffae00;
}
.button-group.clear.warning .button:hover, .button-group.clear.warning .button:focus, .button-group.clear .button.warning:hover, .button-group.clear .button.warning:focus {
  color: #805700;
}
.button-group.clear.alert .button, .button-group.clear.alert .button.disabled, .button-group.clear.alert .button[disabled], .button-group.clear.alert .button.disabled:hover, .button-group.clear.alert .button[disabled]:hover, .button-group.clear.alert .button.disabled:focus, .button-group.clear.alert .button[disabled]:focus, .button-group.clear .button.alert, .button-group.clear .button.alert.disabled, .button-group.clear .button.alert[disabled], .button-group.clear .button.alert.disabled:hover, .button-group.clear .button.alert[disabled]:hover, .button-group.clear .button.alert.disabled:focus, .button-group.clear .button.alert[disabled]:focus {
  color: #cc4b37;
}
.button-group.clear.alert .button:hover, .button-group.clear.alert .button:focus, .button-group.clear .button.alert:hover, .button-group.clear .button.alert:focus {
  color: #67251a;
}
.button-group.no-gaps .button {
  margin-right: -0.0625rem;
}
.button-group.no-gaps .button + .button {
  border-left-color: transparent;
}
.button-group.stacked, .button-group.stacked-for-small, .button-group.stacked-for-medium {
  flex-wrap: wrap;
}
.button-group.stacked .button, .button-group.stacked-for-small .button, .button-group.stacked-for-medium .button {
  flex: 0 0 100%;
}
.button-group.stacked .button:last-child, .button-group.stacked-for-small .button:last-child, .button-group.stacked-for-medium .button:last-child {
  margin-bottom: 0;
}
.button-group.stacked.expanded .button, .button-group.stacked-for-small.expanded .button, .button-group.stacked-for-medium.expanded .button {
  flex: 1 1 0px;
}
@media print, screen and (min-width: 40em) {
  .button-group.stacked-for-small .button {
    flex: 0 0 auto;
    margin-bottom: 0;
  }
}
@media print, screen and (min-width: 64em) {
  .button-group.stacked-for-medium .button {
    flex: 0 0 auto;
    margin-bottom: 0;
  }
}
@media print, screen and (max-width: 39.99875em) {
  .button-group.stacked-for-small.expanded {
    display: block;
  }
  .button-group.stacked-for-small.expanded .button {
    display: block;
    margin-right: 0;
  }
}
@media print, screen and (max-width: 63.99875em) {
  .button-group.stacked-for-medium.expanded {
    display: block;
  }
  .button-group.stacked-for-medium.expanded .button {
    display: block;
    margin-right: 0;
  }
}

.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.medium, .close-button {
  right: 1rem;
  top: 0.5rem;
  font-size: 2em;
  line-height: 1;
}

.label {
  display: inline-block;
  padding: 0.33333rem 0.5rem;
  border-radius: 0;
  font-size: 0.8rem;
  line-height: 1;
  white-space: nowrap;
  cursor: default;
  background: #1779ba;
  color: #fefefe;
}
.label.primary {
  background: #1779ba;
  color: #fefefe;
}
.label.secondary {
  background: #767676;
  color: #fefefe;
}
.label.success {
  background: #3adb76;
  color: #0a0a0a;
}
.label.warning {
  background: #ffae00;
  color: #0a0a0a;
}
.label.alert {
  background: #cc4b37;
  color: #fefefe;
}

.progress {
  height: 1rem;
  margin-bottom: 1rem;
  border-radius: 0;
  background-color: #cacaca;
}
.progress.primary .progress-meter {
  background-color: #1779ba;
}
.progress.secondary .progress-meter {
  background-color: #767676;
}
.progress.success .progress-meter {
  background-color: #3adb76;
}
.progress.warning .progress-meter {
  background-color: #ffae00;
}
.progress.alert .progress-meter {
  background-color: #cc4b37;
}

.progress-meter {
  position: relative;
  display: block;
  width: 0%;
  height: 100%;
  background-color: #1779ba;
}

.progress-meter-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  margin: 0;
  font-size: 0.75rem;
  font-weight: bold;
  color: #fefefe;
  white-space: nowrap;
}

.slider {
  position: relative;
  height: 0.5rem;
  margin-top: 1.25rem;
  margin-bottom: 2.25rem;
  background-color: #e6e6e6;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  touch-action: none;
}

.slider-fill {
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  max-width: 100%;
  height: 0.5rem;
  background-color: #cacaca;
  transition: all 0.2s ease-in-out;
}
.slider-fill.is-dragging {
  transition: all 0s linear;
}

.slider-handle {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  z-index: 1;
  cursor: -webkit-grab;
  cursor: grab;
  display: inline-block;
  width: 1.4rem;
  height: 1.4rem;
  border-radius: 0;
  background-color: #1779ba;
  transition: all 0.2s ease-in-out;
  touch-action: manipulation;
}
[data-whatinput=mouse] .slider-handle {
  outline: 0;
}
.slider-handle:hover {
  background-color: #14679e;
}
.slider-handle.is-dragging {
  transition: all 0s linear;
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

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

.slider.vertical {
  display: inline-block;
  width: 0.5rem;
  height: 12.5rem;
  margin: 0 1.25rem;
  transform: scale(1, -1);
}
.slider.vertical .slider-fill {
  top: 0;
  width: 0.5rem;
  max-height: 100%;
}
.slider.vertical .slider-handle {
  position: absolute;
  top: 0;
  left: 50%;
  width: 1.4rem;
  height: 1.4rem;
  transform: translateX(-50%);
}

.switch {
  position: relative;
  margin-bottom: 1rem;
  outline: 0;
  font-size: 0.875rem;
  font-weight: bold;
  color: #fefefe;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  height: 2rem;
}

.switch-input {
  position: absolute;
  margin-bottom: 0;
  opacity: 0;
}

.switch-paddle {
  position: relative;
  display: block;
  width: 4rem;
  height: 2rem;
  border-radius: 0;
  background: #cacaca;
  transition: all 0.25s ease-out;
  font-weight: inherit;
  color: inherit;
  cursor: pointer;
}
input + .switch-paddle {
  margin: 0;
}
.switch-paddle::after {
  position: absolute;
  top: 0.25rem;
  left: 0.25rem;
  display: block;
  width: 1.5rem;
  height: 1.5rem;
  transform: translate3d(0, 0, 0);
  border-radius: 0;
  background: #fefefe;
  transition: all 0.25s ease-out;
  content: "";
}
input:checked ~ .switch-paddle {
  background: #1779ba;
}
input:checked ~ .switch-paddle::after {
  left: 2.25rem;
}
input:disabled ~ .switch-paddle {
  cursor: not-allowed;
  opacity: 0.5;
}
[data-whatinput=mouse] input:focus ~ .switch-paddle {
  outline: 0;
}

.switch-inactive, .switch-active {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.switch-active {
  left: 8%;
  display: none;
}
input:checked + label > .switch-active {
  display: block;
}

.switch-inactive {
  right: 15%;
}
input:checked + label > .switch-inactive {
  display: none;
}

.switch.tiny {
  height: 1.5rem;
}
.switch.tiny .switch-paddle {
  width: 3rem;
  height: 1.5rem;
  font-size: 0.625rem;
}
.switch.tiny .switch-paddle::after {
  top: 0.25rem;
  left: 0.25rem;
  width: 1rem;
  height: 1rem;
}
.switch.tiny input:checked ~ .switch-paddle::after {
  left: 1.75rem;
}

.switch.small {
  height: 1.75rem;
}
.switch.small .switch-paddle {
  width: 3.5rem;
  height: 1.75rem;
  font-size: 0.75rem;
}
.switch.small .switch-paddle::after {
  top: 0.25rem;
  left: 0.25rem;
  width: 1.25rem;
  height: 1.25rem;
}
.switch.small input:checked ~ .switch-paddle::after {
  left: 2rem;
}

.switch.large {
  height: 2.5rem;
}
.switch.large .switch-paddle {
  width: 5rem;
  height: 2.5rem;
  font-size: 1rem;
}
.switch.large .switch-paddle::after {
  top: 0.25rem;
  left: 0.25rem;
  width: 2rem;
  height: 2rem;
}
.switch.large input:checked ~ .switch-paddle::after {
  left: 2.75rem;
}

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

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

thead {
  background: #f8f8f8;
  color: #526173;
}

tfoot {
  background: #f1f1f1;
  color: #526173;
}

thead tr,
tfoot tr {
  background: transparent;
}
thead th,
thead td,
tfoot th,
tfoot td {
  padding: 0.5rem 0.625rem 0.625rem;
  font-weight: 900;
  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: 1px solid #f1f1f1;
  background-color: #fefefe;
}

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

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

table.hover thead tr:hover {
  background-color: #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;
}

.badge {
  display: inline-block;
  min-width: 2.1em;
  padding: 0.3em;
  border-radius: 50%;
  font-size: 0.6rem;
  text-align: center;
  background: #1779ba;
  color: #fefefe;
}
.badge.primary {
  background: #1779ba;
  color: #fefefe;
}
.badge.secondary {
  background: #767676;
  color: #fefefe;
}
.badge.success {
  background: #3adb76;
  color: #0a0a0a;
}
.badge.warning {
  background: #ffae00;
  color: #0a0a0a;
}
.badge.alert {
  background: #cc4b37;
  color: #fefefe;
}

.breadcrumbs {
  margin: 0 0 1rem 0;
  list-style: none;
}
.breadcrumbs::before, .breadcrumbs::after {
  display: table;
  content: " ";
  flex-basis: 0;
  order: 1;
}
.breadcrumbs::after {
  clear: both;
}
.breadcrumbs li {
  float: left;
  font-size: 0.6875rem;
  color: #0a0a0a;
  cursor: default;
  text-transform: uppercase;
}
.breadcrumbs li:not(:last-child)::after {
  position: relative;
  margin: 0 0.75rem;
  opacity: 1;
  content: "/";
  color: #cacaca;
}
.breadcrumbs a {
  color: #1779ba;
}
.breadcrumbs a:hover {
  text-decoration: underline;
}
.breadcrumbs .disabled {
  color: #cacaca;
  cursor: not-allowed;
}

.callout {
  position: relative;
  margin: 0 0 1rem 0;
  padding: 1rem;
  border: 1px solid rgba(10, 10, 10, 0.25);
  border-radius: 0;
  background-color: white;
  color: #526173;
}
.callout > :first-child {
  margin-top: 0;
}
.callout > :last-child {
  margin-bottom: 0;
}
.callout.primary {
  background-color: #d7ecfa;
  color: #526173;
}
.callout.secondary {
  background-color: #eaeaea;
  color: #526173;
}
.callout.success {
  background-color: #e1faea;
  color: #526173;
}
.callout.warning {
  background-color: #fff3d9;
  color: #526173;
}
.callout.alert {
  background-color: #f7e4e1;
  color: #526173;
}
.callout.small {
  padding-top: 0.5rem;
  padding-right: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 0.5rem;
}
.callout.large {
  padding-top: 3rem;
  padding-right: 3rem;
  padding-bottom: 3rem;
  padding-left: 3rem;
}

.card {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  margin-bottom: 1rem;
  border: 1px solid #e6e6e6;
  border-radius: 0;
  background: #fefefe;
  box-shadow: none;
  overflow: hidden;
  color: #526173;
}
.card > :last-child {
  margin-bottom: 0;
}

.card-divider {
  display: flex;
  flex: 0 1 auto;
  padding: 1rem;
  background: #e6e6e6;
}
.card-divider > :last-child {
  margin-bottom: 0;
}

.card-section {
  flex: 1 0 auto;
  padding: 1rem;
}
.card-section > :last-child {
  margin-bottom: 0;
}

.card-image {
  min-height: 1px;
}

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

.pagination {
  margin-left: 0;
  margin-bottom: 1rem;
}
.pagination::before, .pagination::after {
  display: table;
  content: " ";
  flex-basis: 0;
  order: 1;
}
.pagination::after {
  clear: both;
}
.pagination li {
  margin-right: 0.0625rem;
  border-radius: 0;
  font-size: 0.875rem;
  display: none;
}
.pagination li:last-child, .pagination li:first-child {
  display: inline-block;
}
@media print, screen and (min-width: 40em) {
  .pagination li {
    display: inline-block;
  }
}
.pagination a,
.pagination button {
  display: block;
  padding: 0.1875rem 0.625rem;
  border-radius: 0;
  color: #0a0a0a;
}
.pagination a:hover,
.pagination button:hover {
  background: #e6e6e6;
}
.pagination .current {
  padding: 0.1875rem 0.625rem;
  background: #1779ba;
  color: #fefefe;
  cursor: default;
}
.pagination .disabled {
  padding: 0.1875rem 0.625rem;
  color: #cacaca;
  cursor: not-allowed;
}
.pagination .disabled:hover {
  background: transparent;
}
.pagination .ellipsis::after {
  padding: 0.1875rem 0.625rem;
  content: "…";
  color: #0a0a0a;
}

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

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

.has-tip {
  position: relative;
  display: inline-block;
  border-bottom: dotted 1px #8a8a8a;
  font-weight: 900;
  cursor: help;
}

.tooltip {
  position: absolute;
  top: calc(100% + 0.6495rem);
  z-index: 1200;
  max-width: 10rem;
  padding: 0.75rem;
  border-radius: 0;
  background-color: #0a0a0a;
  font-size: 80%;
  color: #fefefe;
}
.tooltip::before {
  position: absolute;
}
.tooltip.bottom::before {
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0.75rem;
  content: "";
  border-top-width: 0;
  border-color: transparent transparent #0a0a0a;
  bottom: 100%;
}
.tooltip.bottom.align-center::before {
  left: 50%;
  transform: translateX(-50%);
}
.tooltip.top::before {
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0.75rem;
  content: "";
  border-bottom-width: 0;
  border-color: #0a0a0a transparent transparent;
  top: 100%;
  bottom: auto;
}
.tooltip.top.align-center::before {
  left: 50%;
  transform: translateX(-50%);
}
.tooltip.left::before {
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0.75rem;
  content: "";
  border-right-width: 0;
  border-color: transparent transparent transparent #0a0a0a;
  left: 100%;
}
.tooltip.left.align-center::before {
  bottom: auto;
  top: 50%;
  transform: translateY(-50%);
}
.tooltip.right::before {
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0.75rem;
  content: "";
  border-left-width: 0;
  border-color: transparent #0a0a0a transparent transparent;
  right: 100%;
  left: auto;
}
.tooltip.right.align-center::before {
  bottom: auto;
  top: 50%;
  transform: translateY(-50%);
}
.tooltip.align-top::before {
  bottom: auto;
  top: 10%;
}
.tooltip.align-bottom::before {
  bottom: 10%;
  top: auto;
}
.tooltip.align-left::before {
  left: 10%;
  right: auto;
}
.tooltip.align-right::before {
  left: auto;
  right: 10%;
}

.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: #1779ba;
}
: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: #526173;
}
:last-child > .accordion-content:last-child {
  border-bottom: 1px solid #e6e6e6;
}

.media-object {
  display: flex;
  margin-bottom: 1rem;
  flex-wrap: nowrap;
}
.media-object img {
  max-width: none;
}
@media print, screen and (max-width: 39.99875em) {
  .media-object.stack-for-small {
    flex-wrap: wrap;
  }
}

.media-object-section {
  flex: 0 1 auto;
}
.media-object-section:first-child {
  padding-right: 1rem;
}
.media-object-section:last-child:not(:nth-child(2)) {
  padding-left: 1rem;
}
.media-object-section > :last-child {
  margin-bottom: 0;
}
@media print, screen and (max-width: 39.99875em) {
  .stack-for-small .media-object-section {
    padding: 0;
    padding-bottom: 1rem;
    flex-basis: 100%;
    max-width: 100%;
  }
  .stack-for-small .media-object-section img {
    width: 100%;
  }
}
.media-object-section.main-section {
  flex: 1 1 0px;
}

.orbit {
  position: relative;
}

.orbit-container {
  position: relative;
  height: 0;
  margin: 0;
  list-style: none;
  overflow: hidden;
}

.orbit-slide {
  width: 100%;
  position: absolute;
}
.orbit-slide.no-motionui.is-active {
  top: 0;
  left: 0;
}

.orbit-figure {
  margin: 0;
}

.orbit-image {
  width: 100%;
  max-width: 100%;
  margin: 0;
}

.orbit-caption {
  position: absolute;
  bottom: 0;
  width: 100%;
  margin-bottom: 0;
  padding: 1rem;
  background-color: rgba(10, 10, 10, 0.5);
  color: #fefefe;
}

.orbit-next, .orbit-previous {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  padding: 1rem;
  color: #fefefe;
}
[data-whatinput=mouse] .orbit-next, [data-whatinput=mouse] .orbit-previous {
  outline: 0;
}
.orbit-next:hover, .orbit-previous:hover, .orbit-next:active, .orbit-previous:active, .orbit-next:focus, .orbit-previous:focus {
  background-color: rgba(10, 10, 10, 0.5);
}

.orbit-previous {
  left: 0;
}

.orbit-next {
  left: auto;
  right: 0;
}

.orbit-bullets {
  position: relative;
  margin-top: 0.8rem;
  margin-bottom: 0.8rem;
  text-align: center;
}
[data-whatinput=mouse] .orbit-bullets {
  outline: 0;
}
.orbit-bullets button {
  width: 1.2rem;
  height: 1.2rem;
  margin: 0.1rem;
  border-radius: 50%;
  background-color: #cacaca;
}
.orbit-bullets button:hover {
  background-color: #8a8a8a;
}
.orbit-bullets button.is-active {
  background-color: #8a8a8a;
}

.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: " ";
  flex-basis: 0;
  order: 1;
}
.tabs::after {
  clear: both;
}

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

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

.tabs.primary {
  background: #1779ba;
}
.tabs.primary > li > a {
  color: #fefefe;
}
.tabs.primary > li > a:hover, .tabs.primary > li > a:focus {
  background: #1673b1;
}

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

.tabs-content {
  border: 1px solid #e6e6e6;
  border-top: 0;
  background: #fefefe;
  color: #526173;
  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;
}

.thumbnail {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 1rem;
  border: 4px solid #fefefe;
  border-radius: 0;
  box-shadow: 0 0 0 1px rgba(10, 10, 10, 0.2);
  line-height: 0;
}

a.thumbnail {
  transition: box-shadow 200ms ease-out;
}
a.thumbnail:hover, a.thumbnail:focus {
  box-shadow: 0 0 6px 1px rgba(23, 121, 186, 0.5);
}
a.thumbnail image {
  box-shadow: none;
}

.menu {
  padding: 0;
  margin: 0;
  list-style: none;
  position: relative;
  display: flex;
  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 {
  flex-wrap: wrap;
  flex-direction: row;
}
.menu.vertical {
  flex-wrap: nowrap;
  flex-direction: column;
}
.menu.vertical.icon-top li a img,
.menu.vertical.icon-top li a i,
.menu.vertical.icon-top li a svg, .menu.vertical.icon-bottom li a img,
.menu.vertical.icon-bottom li a i,
.menu.vertical.icon-bottom li a svg {
  text-align: left;
}
.menu.expanded li {
  flex: 1 1 0px;
}
.menu.expanded.icon-top li a img,
.menu.expanded.icon-top li a i,
.menu.expanded.icon-top li a svg, .menu.expanded.icon-bottom li a img,
.menu.expanded.icon-bottom li a i,
.menu.expanded.icon-bottom li a svg {
  text-align: left;
}
.menu.simple {
  align-items: center;
}
.menu.simple li + li {
  margin-left: 1rem;
}
.menu.simple a {
  padding: 0;
}
@media print, screen and (min-width: 40em) {
  .menu.medium-horizontal {
    flex-wrap: wrap;
    flex-direction: row;
  }
  .menu.medium-vertical {
    flex-wrap: nowrap;
    flex-direction: column;
  }
  .menu.medium-expanded li {
    flex: 1 1 0px;
  }
  .menu.medium-simple li {
    flex: 1 1 0px;
  }
}
@media print, screen and (min-width: 64em) {
  .menu.large-horizontal {
    flex-wrap: wrap;
    flex-direction: row;
  }
  .menu.large-vertical {
    flex-wrap: nowrap;
    flex-direction: column;
  }
  .menu.large-expanded li {
    flex: 1 1 0px;
  }
  .menu.large-simple li {
    flex: 1 1 0px;
  }
}
@media screen and (min-width: 75em) {
  .menu.xlarge-horizontal {
    flex-wrap: wrap;
    flex-direction: row;
  }
  .menu.xlarge-vertical {
    flex-wrap: nowrap;
    flex-direction: column;
  }
  .menu.xlarge-expanded li {
    flex: 1 1 0px;
  }
  .menu.xlarge-simple li {
    flex: 1 1 0px;
  }
}
@media screen and (min-width: 90em) {
  .menu.xxlarge-horizontal {
    flex-wrap: wrap;
    flex-direction: row;
  }
  .menu.xxlarge-vertical {
    flex-wrap: nowrap;
    flex-direction: column;
  }
  .menu.xxlarge-expanded li {
    flex: 1 1 0px;
  }
  .menu.xxlarge-simple li {
    flex: 1 1 0px;
  }
}
.menu.nested {
  margin-right: 0;
  margin-left: 1rem;
}
.menu.icons a {
  display: flex;
}
.menu.icon-top a, .menu.icon-right a, .menu.icon-bottom a, .menu.icon-left a {
  display: flex;
}
.menu.icon-left li a, .menu.nested.icon-left li a {
  flex-flow: row nowrap;
}
.menu.icon-left li a img,
.menu.icon-left li a i,
.menu.icon-left li a svg, .menu.nested.icon-left li a img,
.menu.nested.icon-left li a i,
.menu.nested.icon-left li a svg {
  margin-right: 0.25rem;
}
.menu.icon-right li a, .menu.nested.icon-right li a {
  flex-flow: row nowrap;
}
.menu.icon-right li a img,
.menu.icon-right li a i,
.menu.icon-right li a svg, .menu.nested.icon-right li a img,
.menu.nested.icon-right li a i,
.menu.nested.icon-right li a svg {
  margin-left: 0.25rem;
}
.menu.icon-top li a, .menu.nested.icon-top li a {
  flex-flow: column nowrap;
}
.menu.icon-top li a img,
.menu.icon-top li a i,
.menu.icon-top li a svg, .menu.nested.icon-top li a img,
.menu.nested.icon-top li a i,
.menu.nested.icon-top li a svg {
  align-self: stretch;
  margin-bottom: 0.25rem;
  text-align: center;
}
.menu.icon-bottom li a, .menu.nested.icon-bottom li a {
  flex-flow: column nowrap;
}
.menu.icon-bottom li a img,
.menu.icon-bottom li a i,
.menu.icon-bottom li a svg, .menu.nested.icon-bottom li a img,
.menu.nested.icon-bottom li a i,
.menu.nested.icon-bottom li a svg {
  align-self: stretch;
  margin-bottom: 0.25rem;
  text-align: center;
}
.menu .is-active > a {
  background: #1779ba;
  color: #fefefe;
}
.menu .active > a {
  background: #1779ba;
  color: #fefefe;
}
.menu.align-left {
  justify-content: flex-start;
}
.menu.align-right li {
  display: flex;
  justify-content: flex-end;
}
.menu.align-right li .submenu li {
  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.icon-top li a img,
.menu.align-right.icon-top li a i,
.menu.align-right.icon-top li a svg, .menu.align-right.icon-bottom li a img,
.menu.align-right.icon-bottom li a i,
.menu.align-right.icon-bottom li a svg {
  text-align: right;
}
.menu.align-right .nested {
  margin-right: 1rem;
  margin-left: 0;
}
.menu.align-center li {
  display: flex;
  justify-content: center;
}
.menu.align-center li .submenu li {
  justify-content: flex-start;
}
.menu .menu-text {
  padding: 0.7rem 1rem;
  font-weight: bold;
  line-height: 1;
  color: inherit;
}

.menu-centered > .menu {
  justify-content: center;
}
.menu-centered > .menu li {
  display: flex;
  justify-content: center;
}
.menu-centered > .menu li .submenu li {
  justify-content: flex-start;
}

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

.menu-icon {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  height: 16px;
  cursor: pointer;
}
.menu-icon::after {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 2px;
  background: #fefefe;
  box-shadow: 0 7px 0 #fefefe, 0 14px 0 #fefefe;
  content: "";
}
.menu-icon:hover::after {
  background: #cacaca;
  box-shadow: 0 7px 0 #cacaca, 0 14px 0 #cacaca;
}

.menu-icon.dark {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  height: 16px;
  cursor: pointer;
}
.menu-icon.dark::after {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 2px;
  background: #0a0a0a;
  box-shadow: 0 7px 0 #0a0a0a, 0 14px 0 #0a0a0a;
  content: "";
}
.menu-icon.dark:hover::after {
  background: #8a8a8a;
  box-shadow: 0 7px 0 #8a8a8a, 0 14px 0 #8a8a8a;
}

.accordion-menu li {
  width: 100%;
}
.accordion-menu a {
  padding: 0.7rem 1rem;
}
.accordion-menu .is-accordion-submenu a {
  padding: 0.7rem 1rem;
}
.accordion-menu .nested.is-accordion-submenu {
  margin-right: 0;
  margin-left: 1rem;
}
.accordion-menu.align-right .nested.is-accordion-submenu {
  margin-right: 1rem;
  margin-left: 0;
}
.accordion-menu .is-accordion-submenu-parent:not(.has-submenu-toggle) > a {
  position: relative;
}
.accordion-menu .is-accordion-submenu-parent:not(.has-submenu-toggle) > a::after {
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px;
  content: "";
  border-bottom-width: 0;
  border-color: #1779ba transparent transparent;
  position: absolute;
  top: 50%;
  margin-top: -3px;
  right: 1rem;
}
.accordion-menu.align-left .is-accordion-submenu-parent > a::after {
  right: 1rem;
  left: auto;
}
.accordion-menu.align-right .is-accordion-submenu-parent > a::after {
  right: auto;
  left: 1rem;
}
.accordion-menu .is-accordion-submenu-parent[aria-expanded=true] > a::after {
  transform: rotate(180deg);
  transform-origin: 50% 50%;
}

.is-accordion-submenu-parent {
  position: relative;
}

.has-submenu-toggle > a {
  margin-right: 40px;
}

.submenu-toggle {
  position: absolute;
  top: 0;
  right: 0;
  width: 40px;
  height: 40px;
  cursor: pointer;
}
.submenu-toggle::after {
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px;
  content: "";
  border-bottom-width: 0;
  border-color: #1779ba transparent transparent;
  top: 0;
  bottom: 0;
  margin: auto;
}

.submenu-toggle[aria-expanded=true]::after {
  transform: scaleY(-1);
  transform-origin: 50% 50%;
}

.submenu-toggle-text {
  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;
}

.is-drilldown {
  position: relative;
  overflow: hidden;
}
.is-drilldown li {
  display: block;
}
.is-drilldown.animate-height {
  transition: height 0.5s;
}

.drilldown a {
  padding: 0.7rem 1rem;
  background: #fefefe;
}
.drilldown .is-drilldown-submenu {
  position: absolute;
  top: 0;
  left: 100%;
  z-index: -1;
  width: 100%;
  background: #fefefe;
  transition: transform 0.15s linear;
}
.drilldown .is-drilldown-submenu.is-active {
  z-index: 1;
  display: block;
  transform: translateX(-100%);
}
.drilldown .is-drilldown-submenu.is-closing {
  transform: translateX(100%);
}
.drilldown .is-drilldown-submenu a {
  padding: 0.7rem 1rem;
}
.drilldown .nested.is-drilldown-submenu {
  margin-right: 0;
  margin-left: 0;
}
.drilldown .drilldown-submenu-cover-previous {
  min-height: 100%;
}
.drilldown .is-drilldown-submenu-parent > a {
  position: relative;
}
.drilldown .is-drilldown-submenu-parent > a::after {
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px;
  content: "";
  border-right-width: 0;
  border-color: transparent transparent transparent #1779ba;
  position: absolute;
  top: 50%;
  margin-top: -6px;
  right: 1rem;
}
.drilldown.align-left .is-drilldown-submenu-parent > a::after {
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px;
  content: "";
  border-right-width: 0;
  border-color: transparent transparent transparent #526173;
  right: 1rem;
  left: auto;
}
.drilldown.align-right .is-drilldown-submenu-parent > a::after {
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px;
  content: "";
  border-left-width: 0;
  border-color: transparent #526173 transparent transparent;
  right: auto;
  left: 1rem;
}
.drilldown .js-drilldown-back > a::before {
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px;
  content: "";
  border-left-width: 0;
  border-color: transparent #1779ba transparent transparent;
  display: inline-block;
  vertical-align: middle;
  margin-right: 0.75rem;
}

.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-style: solid;
  border-width: 6px;
  content: "";
  border-bottom-width: 0;
  border-color: #526173 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: #1779ba;
}
.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-style: solid;
  border-width: 6px;
  content: "";
  border-left-width: 0;
  border-color: transparent #526173 transparent transparent;
  right: auto;
  left: 5px;
}
.dropdown.menu.vertical > li.opens-right > a::after {
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px;
  content: "";
  border-right-width: 0;
  border-color: transparent transparent transparent #526173;
}
@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-style: solid;
    border-width: 6px;
    content: "";
    border-bottom-width: 0;
    border-color: #526173 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-style: solid;
    border-width: 6px;
    content: "";
    border-left-width: 0;
    border-color: transparent #526173 transparent transparent;
    right: auto;
    left: 5px;
  }
  .dropdown.menu.medium-vertical > li.opens-right > a::after {
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px;
    content: "";
    border-right-width: 0;
    border-color: transparent transparent transparent #526173;
  }
}
@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-style: solid;
    border-width: 6px;
    content: "";
    border-bottom-width: 0;
    border-color: #526173 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-style: solid;
    border-width: 6px;
    content: "";
    border-left-width: 0;
    border-color: transparent #526173 transparent transparent;
    right: auto;
    left: 5px;
  }
  .dropdown.menu.large-vertical > li.opens-right > a::after {
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px;
    content: "";
    border-right-width: 0;
    border-color: transparent transparent transparent #526173;
  }
}
@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-style: solid;
    border-width: 6px;
    content: "";
    border-bottom-width: 0;
    border-color: #526173 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-style: solid;
    border-width: 6px;
    content: "";
    border-left-width: 0;
    border-color: transparent #526173 transparent transparent;
    right: auto;
    left: 5px;
  }
  .dropdown.menu.xlarge-vertical > li.opens-right > a::after {
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px;
    content: "";
    border-right-width: 0;
    border-color: transparent transparent transparent #526173;
  }
}
@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-style: solid;
    border-width: 6px;
    content: "";
    border-bottom-width: 0;
    border-color: #526173 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-style: solid;
    border-width: 6px;
    content: "";
    border-left-width: 0;
    border-color: transparent #526173 transparent transparent;
    right: auto;
    left: 5px;
  }
  .dropdown.menu.xxlarge-vertical > li.opens-right > a::after {
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px;
    content: "";
    border-right-width: 0;
    border-color: transparent transparent transparent #526173;
  }
}
.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-style: solid;
  border-width: 6px;
  content: "";
  border-left-width: 0;
  border-color: transparent #526173 transparent transparent;
  right: auto;
  left: 5px;
}
.is-dropdown-submenu .is-dropdown-submenu-parent.opens-right > a::after {
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px;
  content: "";
  border-right-width: 0;
  border-color: transparent transparent transparent #526173;
}
.is-dropdown-submenu .is-dropdown-submenu {
  margin-top: -1px;
}
.is-dropdown-submenu > li {
  width: 100%;
}
.is-dropdown-submenu.js-dropdown-active {
  display: block;
}

.is-off-canvas-open {
  overflow: hidden;
}

.js-off-canvas-overlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 11;
  width: 100%;
  height: 100%;
  transition: opacity 0.5s ease, visibility 0.5s ease;
  background: rgba(254, 254, 254, 0.25);
  opacity: 0;
  visibility: hidden;
  overflow: hidden;
}
.js-off-canvas-overlay.is-visible {
  opacity: 1;
  visibility: visible;
}
.js-off-canvas-overlay.is-closable {
  cursor: pointer;
}
.js-off-canvas-overlay.is-overlay-absolute {
  position: absolute;
}
.js-off-canvas-overlay.is-overlay-fixed {
  position: fixed;
}

.off-canvas-wrapper {
  position: relative;
  overflow: hidden;
}

.off-canvas {
  position: fixed;
  z-index: 12;
  transition: transform 0.5s ease;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  background: #e6e6e6;
}
[data-whatinput=mouse] .off-canvas {
  outline: 0;
}
.off-canvas.is-transition-push {
  z-index: 12;
}
.off-canvas.is-closed {
  visibility: hidden;
}
.off-canvas.is-transition-overlap {
  z-index: 13;
}
.off-canvas.is-transition-overlap.is-open {
  box-shadow: 0 0 10px rgba(10, 10, 10, 0.7);
}
.off-canvas.is-open {
  transform: translate(0, 0);
}

.off-canvas-absolute {
  position: absolute;
  z-index: 12;
  transition: transform 0.5s ease;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  background: #e6e6e6;
}
[data-whatinput=mouse] .off-canvas-absolute {
  outline: 0;
}
.off-canvas-absolute.is-transition-push {
  z-index: 12;
}
.off-canvas-absolute.is-closed {
  visibility: hidden;
}
.off-canvas-absolute.is-transition-overlap {
  z-index: 13;
}
.off-canvas-absolute.is-transition-overlap.is-open {
  box-shadow: 0 0 10px rgba(10, 10, 10, 0.7);
}
.off-canvas-absolute.is-open {
  transform: translate(0, 0);
}

.position-left {
  top: 0;
  left: 0;
  height: 100%;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  width: 250px;
  transform: translateX(-250px);
}
.off-canvas-content .off-canvas.position-left {
  transform: translateX(-250px);
}
.off-canvas-content .off-canvas.position-left.is-transition-overlap.is-open {
  transform: translate(0, 0);
}

.off-canvas-content.is-open-left.has-transition-push {
  transform: translateX(250px);
}

.position-left.is-transition-push {
  box-shadow: inset -13px 0 20px -13px rgba(10, 10, 10, 0.25);
}

.position-right {
  top: 0;
  right: 0;
  height: 100%;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  width: 250px;
  transform: translateX(250px);
}
.off-canvas-content .off-canvas.position-right {
  transform: translateX(250px);
}
.off-canvas-content .off-canvas.position-right.is-transition-overlap.is-open {
  transform: translate(0, 0);
}

.off-canvas-content.is-open-right.has-transition-push {
  transform: translateX(-250px);
}

.position-right.is-transition-push {
  box-shadow: inset 13px 0 20px -13px rgba(10, 10, 10, 0.25);
}

.position-top {
  top: 0;
  left: 0;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  height: 250px;
  transform: translateY(-250px);
}
.off-canvas-content .off-canvas.position-top {
  transform: translateY(-250px);
}
.off-canvas-content .off-canvas.position-top.is-transition-overlap.is-open {
  transform: translate(0, 0);
}

.off-canvas-content.is-open-top.has-transition-push {
  transform: translateY(250px);
}

.position-top.is-transition-push {
  box-shadow: inset 0 -13px 20px -13px rgba(10, 10, 10, 0.25);
}

.position-bottom {
  bottom: 0;
  left: 0;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  height: 250px;
  transform: translateY(250px);
}
.off-canvas-content .off-canvas.position-bottom {
  transform: translateY(250px);
}
.off-canvas-content .off-canvas.position-bottom.is-transition-overlap.is-open {
  transform: translate(0, 0);
}

.off-canvas-content.is-open-bottom.has-transition-push {
  transform: translateY(-250px);
}

.position-bottom.is-transition-push {
  box-shadow: inset 0 13px 20px -13px rgba(10, 10, 10, 0.25);
}

.off-canvas-content {
  transform: none;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.off-canvas-content.has-transition-overlap, .off-canvas-content.has-transition-push {
  transition: transform 0.5s ease;
}
.off-canvas-content.has-transition-push {
  transform: translate(0, 0);
}
.off-canvas-content .off-canvas.is-open {
  transform: translate(0, 0);
}

@media print, screen and (min-width: 40em) {
  .position-left.reveal-for-medium {
    transform: none;
    z-index: 12;
    transition: none;
    visibility: visible;
  }
  .position-left.reveal-for-medium .close-button {
    display: none;
  }
  .off-canvas-content .position-left.reveal-for-medium {
    transform: none;
  }
  .off-canvas-content.has-reveal-left {
    margin-left: 250px;
  }
  .position-left.reveal-for-medium ~ .off-canvas-content {
    margin-left: 250px;
  }
  .position-right.reveal-for-medium {
    transform: none;
    z-index: 12;
    transition: none;
    visibility: visible;
  }
  .position-right.reveal-for-medium .close-button {
    display: none;
  }
  .off-canvas-content .position-right.reveal-for-medium {
    transform: none;
  }
  .off-canvas-content.has-reveal-right {
    margin-right: 250px;
  }
  .position-right.reveal-for-medium ~ .off-canvas-content {
    margin-right: 250px;
  }
  .position-top.reveal-for-medium {
    transform: none;
    z-index: 12;
    transition: none;
    visibility: visible;
  }
  .position-top.reveal-for-medium .close-button {
    display: none;
  }
  .off-canvas-content .position-top.reveal-for-medium {
    transform: none;
  }
  .off-canvas-content.has-reveal-top {
    margin-top: 250px;
  }
  .position-top.reveal-for-medium ~ .off-canvas-content {
    margin-top: 250px;
  }
  .position-bottom.reveal-for-medium {
    transform: none;
    z-index: 12;
    transition: none;
    visibility: visible;
  }
  .position-bottom.reveal-for-medium .close-button {
    display: none;
  }
  .off-canvas-content .position-bottom.reveal-for-medium {
    transform: none;
  }
  .off-canvas-content.has-reveal-bottom {
    margin-bottom: 250px;
  }
  .position-bottom.reveal-for-medium ~ .off-canvas-content {
    margin-bottom: 250px;
  }
}
@media print, screen and (min-width: 64em) {
  .position-left.reveal-for-large {
    transform: none;
    z-index: 12;
    transition: none;
    visibility: visible;
  }
  .position-left.reveal-for-large .close-button {
    display: none;
  }
  .off-canvas-content .position-left.reveal-for-large {
    transform: none;
  }
  .off-canvas-content.has-reveal-left {
    margin-left: 250px;
  }
  .position-left.reveal-for-large ~ .off-canvas-content {
    margin-left: 250px;
  }
  .position-right.reveal-for-large {
    transform: none;
    z-index: 12;
    transition: none;
    visibility: visible;
  }
  .position-right.reveal-for-large .close-button {
    display: none;
  }
  .off-canvas-content .position-right.reveal-for-large {
    transform: none;
  }
  .off-canvas-content.has-reveal-right {
    margin-right: 250px;
  }
  .position-right.reveal-for-large ~ .off-canvas-content {
    margin-right: 250px;
  }
  .position-top.reveal-for-large {
    transform: none;
    z-index: 12;
    transition: none;
    visibility: visible;
  }
  .position-top.reveal-for-large .close-button {
    display: none;
  }
  .off-canvas-content .position-top.reveal-for-large {
    transform: none;
  }
  .off-canvas-content.has-reveal-top {
    margin-top: 250px;
  }
  .position-top.reveal-for-large ~ .off-canvas-content {
    margin-top: 250px;
  }
  .position-bottom.reveal-for-large {
    transform: none;
    z-index: 12;
    transition: none;
    visibility: visible;
  }
  .position-bottom.reveal-for-large .close-button {
    display: none;
  }
  .off-canvas-content .position-bottom.reveal-for-large {
    transform: none;
  }
  .off-canvas-content.has-reveal-bottom {
    margin-bottom: 250px;
  }
  .position-bottom.reveal-for-large ~ .off-canvas-content {
    margin-bottom: 250px;
  }
}
@media screen and (min-width: 75em) {
  .position-left.reveal-for-xlarge {
    transform: none;
    z-index: 12;
    transition: none;
    visibility: visible;
  }
  .position-left.reveal-for-xlarge .close-button {
    display: none;
  }
  .off-canvas-content .position-left.reveal-for-xlarge {
    transform: none;
  }
  .off-canvas-content.has-reveal-left {
    margin-left: 250px;
  }
  .position-left.reveal-for-xlarge ~ .off-canvas-content {
    margin-left: 250px;
  }
  .position-right.reveal-for-xlarge {
    transform: none;
    z-index: 12;
    transition: none;
    visibility: visible;
  }
  .position-right.reveal-for-xlarge .close-button {
    display: none;
  }
  .off-canvas-content .position-right.reveal-for-xlarge {
    transform: none;
  }
  .off-canvas-content.has-reveal-right {
    margin-right: 250px;
  }
  .position-right.reveal-for-xlarge ~ .off-canvas-content {
    margin-right: 250px;
  }
  .position-top.reveal-for-xlarge {
    transform: none;
    z-index: 12;
    transition: none;
    visibility: visible;
  }
  .position-top.reveal-for-xlarge .close-button {
    display: none;
  }
  .off-canvas-content .position-top.reveal-for-xlarge {
    transform: none;
  }
  .off-canvas-content.has-reveal-top {
    margin-top: 250px;
  }
  .position-top.reveal-for-xlarge ~ .off-canvas-content {
    margin-top: 250px;
  }
  .position-bottom.reveal-for-xlarge {
    transform: none;
    z-index: 12;
    transition: none;
    visibility: visible;
  }
  .position-bottom.reveal-for-xlarge .close-button {
    display: none;
  }
  .off-canvas-content .position-bottom.reveal-for-xlarge {
    transform: none;
  }
  .off-canvas-content.has-reveal-bottom {
    margin-bottom: 250px;
  }
  .position-bottom.reveal-for-xlarge ~ .off-canvas-content {
    margin-bottom: 250px;
  }
}
@media screen and (min-width: 90em) {
  .position-left.reveal-for-xxlarge {
    transform: none;
    z-index: 12;
    transition: none;
    visibility: visible;
  }
  .position-left.reveal-for-xxlarge .close-button {
    display: none;
  }
  .off-canvas-content .position-left.reveal-for-xxlarge {
    transform: none;
  }
  .off-canvas-content.has-reveal-left {
    margin-left: 250px;
  }
  .position-left.reveal-for-xxlarge ~ .off-canvas-content {
    margin-left: 250px;
  }
  .position-right.reveal-for-xxlarge {
    transform: none;
    z-index: 12;
    transition: none;
    visibility: visible;
  }
  .position-right.reveal-for-xxlarge .close-button {
    display: none;
  }
  .off-canvas-content .position-right.reveal-for-xxlarge {
    transform: none;
  }
  .off-canvas-content.has-reveal-right {
    margin-right: 250px;
  }
  .position-right.reveal-for-xxlarge ~ .off-canvas-content {
    margin-right: 250px;
  }
  .position-top.reveal-for-xxlarge {
    transform: none;
    z-index: 12;
    transition: none;
    visibility: visible;
  }
  .position-top.reveal-for-xxlarge .close-button {
    display: none;
  }
  .off-canvas-content .position-top.reveal-for-xxlarge {
    transform: none;
  }
  .off-canvas-content.has-reveal-top {
    margin-top: 250px;
  }
  .position-top.reveal-for-xxlarge ~ .off-canvas-content {
    margin-top: 250px;
  }
  .position-bottom.reveal-for-xxlarge {
    transform: none;
    z-index: 12;
    transition: none;
    visibility: visible;
  }
  .position-bottom.reveal-for-xxlarge .close-button {
    display: none;
  }
  .off-canvas-content .position-bottom.reveal-for-xxlarge {
    transform: none;
  }
  .off-canvas-content.has-reveal-bottom {
    margin-bottom: 250px;
  }
  .position-bottom.reveal-for-xxlarge ~ .off-canvas-content {
    margin-bottom: 250px;
  }
}
@media print, screen and (min-width: 40em) {
  .off-canvas.in-canvas-for-medium {
    visibility: visible;
    height: auto;
    position: static;
    background: none;
    width: auto;
    overflow: visible;
    transition: none;
  }
  .off-canvas.in-canvas-for-medium.position-left, .off-canvas.in-canvas-for-medium.position-right, .off-canvas.in-canvas-for-medium.position-top, .off-canvas.in-canvas-for-medium.position-bottom {
    box-shadow: none;
    transform: none;
  }
  .off-canvas.in-canvas-for-medium .close-button {
    display: none;
  }
}
@media print, screen and (min-width: 64em) {
  .off-canvas.in-canvas-for-large {
    visibility: visible;
    height: auto;
    position: static;
    background: none;
    width: auto;
    overflow: visible;
    transition: none;
  }
  .off-canvas.in-canvas-for-large.position-left, .off-canvas.in-canvas-for-large.position-right, .off-canvas.in-canvas-for-large.position-top, .off-canvas.in-canvas-for-large.position-bottom {
    box-shadow: none;
    transform: none;
  }
  .off-canvas.in-canvas-for-large .close-button {
    display: none;
  }
}
@media screen and (min-width: 75em) {
  .off-canvas.in-canvas-for-xlarge {
    visibility: visible;
    height: auto;
    position: static;
    background: none;
    width: auto;
    overflow: visible;
    transition: none;
  }
  .off-canvas.in-canvas-for-xlarge.position-left, .off-canvas.in-canvas-for-xlarge.position-right, .off-canvas.in-canvas-for-xlarge.position-top, .off-canvas.in-canvas-for-xlarge.position-bottom {
    box-shadow: none;
    transform: none;
  }
  .off-canvas.in-canvas-for-xlarge .close-button {
    display: none;
  }
}
@media screen and (min-width: 90em) {
  .off-canvas.in-canvas-for-xxlarge {
    visibility: visible;
    height: auto;
    position: static;
    background: none;
    width: auto;
    overflow: visible;
    transition: none;
  }
  .off-canvas.in-canvas-for-xxlarge.position-left, .off-canvas.in-canvas-for-xxlarge.position-right, .off-canvas.in-canvas-for-xxlarge.position-top, .off-canvas.in-canvas-for-xxlarge.position-bottom {
    box-shadow: none;
    transform: none;
  }
  .off-canvas.in-canvas-for-xxlarge .close-button {
    display: none;
  }
}
html.is-reveal-open {
  position: fixed;
  width: 100%;
  overflow-y: hidden;
}
html.is-reveal-open.zf-has-scroll {
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
}
html.is-reveal-open body {
  overflow-y: hidden;
}

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

.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;
  -webkit-overflow-scrolling: touch;
}
[data-whatinput=mouse] .reveal {
  outline: 0;
}
@media print, screen and (min-width: 40em) {
  .reveal {
    min-height: 0;
  }
}
.reveal .column {
  min-width: 0;
}
.reveal > :last-child {
  margin-bottom: 0;
}
@media print, screen and (min-width: 40em) {
  .reveal {
    width: 600px;
    max-width: 75rem;
  }
}
.reveal.collapse {
  padding: 0;
}
@media print, screen and (min-width: 40em) {
  .reveal.tiny {
    width: 30%;
    max-width: 75rem;
  }
}
@media print, screen and (min-width: 40em) {
  .reveal.small {
    width: 50%;
    max-width: 75rem;
  }
}
@media print, screen and (min-width: 40em) {
  .reveal.large {
    width: 90%;
    max-width: 75rem;
  }
}
.reveal.full {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  max-width: none;
  height: 100%;
  min-height: 100%;
  margin-left: 0;
  border: 0;
  border-radius: 0;
}
@media print, screen and (max-width: 39.99875em) {
  .reveal {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    max-width: none;
    height: 100%;
    min-height: 100%;
    margin-left: 0;
    border: 0;
    border-radius: 0;
  }
}
.reveal.without-overlay {
  position: fixed;
}

.sticky-container {
  position: relative;
}

.sticky {
  position: relative;
  z-index: 0;
  transform: translate3d(0, 0, 0);
}

.sticky.is-stuck {
  position: fixed;
  z-index: 5;
  width: 100%;
}
.sticky.is-stuck.is-at-top {
  top: 0;
}
.sticky.is-stuck.is-at-bottom {
  bottom: 0;
}

.sticky.is-anchored {
  position: relative;
  right: auto;
  left: auto;
}
.sticky.is-anchored.is-at-bottom {
  bottom: 0;
}

.title-bar {
  padding: 0.5rem;
  background: #0a0a0a;
  color: #fefefe;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.title-bar .menu-icon {
  margin-left: 0.25rem;
  margin-right: 0.25rem;
}

.title-bar-left,
.title-bar-right {
  flex: 1 1 0px;
}

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

.title-bar-title {
  display: inline-block;
  vertical-align: middle;
  font-weight: bold;
}

.top-bar {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  padding: 0.5rem;
  flex-wrap: wrap;
}
.top-bar,
.top-bar ul {
  background-color: #e6e6e6;
}
.top-bar input {
  max-width: 200px;
  margin-right: 1rem;
}
.top-bar .input-group-field {
  width: 100%;
  margin-right: 0;
}
.top-bar input.button {
  width: auto;
}
.top-bar .top-bar-left,
.top-bar .top-bar-right {
  flex: 0 0 100%;
  max-width: 100%;
}
@media print, screen and (min-width: 40em) {
  .top-bar {
    flex-wrap: nowrap;
  }
  .top-bar .top-bar-left {
    flex: 1 1 auto;
    margin-right: auto;
  }
  .top-bar .top-bar-right {
    flex: 0 1 auto;
    margin-left: auto;
  }
}
@media print, screen and (max-width: 63.99875em) {
  .top-bar.stacked-for-medium {
    flex-wrap: wrap;
  }
  .top-bar.stacked-for-medium .top-bar-left,
.top-bar.stacked-for-medium .top-bar-right {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media print, screen and (max-width: 74.99875em) {
  .top-bar.stacked-for-large {
    flex-wrap: wrap;
  }
  .top-bar.stacked-for-large .top-bar-left,
.top-bar.stacked-for-large .top-bar-right {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media print, screen and (max-width: 89.99875em) {
  .top-bar.stacked-for-xlarge {
    flex-wrap: wrap;
  }
  .top-bar.stacked-for-xlarge .top-bar-left,
.top-bar.stacked-for-xlarge .top-bar-right {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.top-bar.stacked-for-xxlarge {
  flex-wrap: wrap;
}
.top-bar.stacked-for-xxlarge .top-bar-left,
.top-bar.stacked-for-xxlarge .top-bar-right {
  flex: 0 0 100%;
  max-width: 100%;
}

.top-bar-title {
  flex: 0 0 auto;
  margin: 0.5rem 1rem 0.5rem 0;
}

.top-bar-left,
.top-bar-right {
  flex: 0 0 auto;
}

.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: " ";
  flex-basis: 0;
  order: 1;
}
.clearfix::after {
  clear: both;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media print, screen and (min-width: 40em) {
  .medium-order-1 {
    order: 1;
  }
  .medium-order-2 {
    order: 2;
  }
  .medium-order-3 {
    order: 3;
  }
  .medium-order-4 {
    order: 4;
  }
  .medium-order-5 {
    order: 5;
  }
  .medium-order-6 {
    order: 6;
  }
}
@media print, screen and (min-width: 64em) {
  .large-order-1 {
    order: 1;
  }
  .large-order-2 {
    order: 2;
  }
  .large-order-3 {
    order: 3;
  }
  .large-order-4 {
    order: 4;
  }
  .large-order-5 {
    order: 5;
  }
  .large-order-6 {
    order: 6;
  }
}
@media screen and (min-width: 75em) {
  .xlarge-order-1 {
    order: 1;
  }
  .xlarge-order-2 {
    order: 2;
  }
  .xlarge-order-3 {
    order: 3;
  }
  .xlarge-order-4 {
    order: 4;
  }
  .xlarge-order-5 {
    order: 5;
  }
  .xlarge-order-6 {
    order: 6;
  }
}
@media screen and (min-width: 90em) {
  .xxlarge-order-1 {
    order: 1;
  }
  .xxlarge-order-2 {
    order: 2;
  }
  .xxlarge-order-3 {
    order: 3;
  }
  .xxlarge-order-4 {
    order: 4;
  }
  .xxlarge-order-5 {
    order: 5;
  }
  .xxlarge-order-6 {
    order: 6;
  }
}
.flex-container {
  display: flex;
}

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

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

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

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

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

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

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

@media print, screen and (min-width: 40em) {
  .medium-flex-container {
    display: flex;
  }
  .medium-flex-child-auto {
    flex: 1 1 auto;
  }
  .medium-flex-child-grow {
    flex: 1 0 auto;
  }
  .medium-flex-child-shrink {
    flex: 0 1 auto;
  }
  .medium-flex-dir-row {
    flex-direction: row;
  }
  .medium-flex-dir-row-reverse {
    flex-direction: row-reverse;
  }
  .medium-flex-dir-column {
    flex-direction: column;
  }
  .medium-flex-dir-column-reverse {
    flex-direction: column-reverse;
  }
}
@media print, screen and (min-width: 64em) {
  .large-flex-container {
    display: flex;
  }
  .large-flex-child-auto {
    flex: 1 1 auto;
  }
  .large-flex-child-grow {
    flex: 1 0 auto;
  }
  .large-flex-child-shrink {
    flex: 0 1 auto;
  }
  .large-flex-dir-row {
    flex-direction: row;
  }
  .large-flex-dir-row-reverse {
    flex-direction: row-reverse;
  }
  .large-flex-dir-column {
    flex-direction: column;
  }
  .large-flex-dir-column-reverse {
    flex-direction: column-reverse;
  }
}
@media screen and (min-width: 75em) {
  .xlarge-flex-container {
    display: flex;
  }
  .xlarge-flex-child-auto {
    flex: 1 1 auto;
  }
  .xlarge-flex-child-grow {
    flex: 1 0 auto;
  }
  .xlarge-flex-child-shrink {
    flex: 0 1 auto;
  }
  .xlarge-flex-dir-row {
    flex-direction: row;
  }
  .xlarge-flex-dir-row-reverse {
    flex-direction: row-reverse;
  }
  .xlarge-flex-dir-column {
    flex-direction: column;
  }
  .xlarge-flex-dir-column-reverse {
    flex-direction: column-reverse;
  }
}
@media screen and (min-width: 90em) {
  .xxlarge-flex-container {
    display: flex;
  }
  .xxlarge-flex-child-auto {
    flex: 1 1 auto;
  }
  .xxlarge-flex-child-grow {
    flex: 1 0 auto;
  }
  .xxlarge-flex-child-shrink {
    flex: 0 1 auto;
  }
  .xxlarge-flex-dir-row {
    flex-direction: row;
  }
  .xxlarge-flex-dir-row-reverse {
    flex-direction: row-reverse;
  }
  .xxlarge-flex-dir-column {
    flex-direction: column;
  }
  .xxlarge-flex-dir-column-reverse {
    flex-direction: column-reverse;
  }
}
.hide {
  display: none !important;
}

.invisible {
  visibility: hidden;
}

.visible {
  visibility: visible;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/**
 * Tab content
 */
.js-tabby .tabs-pane {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.js-tabby .tabs-pane.active {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}
.js-tabby .tabs-pane:focus {
  outline: none;
}

.exhibit_container {
  max-width: 75rem;
  padding: 0 1rem;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 1000px) {
  .exhibit_container {
    max-width: 96%;
    padding: 0;
  }
}

.exhibit_hero {
  background-color: #D9D9D9;
  width: 100%;
  height: 560px;
  margin-bottom: 80px;
  position: relative;
  overflow: hidden;
  padding: 75px 0;
}
.exhibit_hero:after {
  background-color: rgba(0, 0, 0, 0.25);
  content: "";
  height: 100%;
  left: 0;
  pointer-events: none;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 2;
}
.exhibit_hero.small_hero {
  height: 250px;
}
.exhibit_hero img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  -o-object-fit: cover;
     object-fit: cover;
}
.exhibit_hero .exhibit_container {
  position: relative;
  z-index: 10;
  color: #fff;
  font-weight: bold;
}
.exhibit_hero .exhibit_container h1 {
  font-size: 36px;
  max-width: 80%;
  margin-top: 20px;
  color: #fff;
}

.exhibit_title {
  margin-bottom: 30px;
}
.exhibit_title h2 {
  font-size: 36px;
}
.exhibit_title.mt {
  margin-top: 80px;
}

.exhibit_page_break {
  border-top: 1px solid;
  border-color: #CA2027;
  margin-bottom: 80px;
  max-width: 960px;
  width: 100%;
}
@media (max-width: 1000px) {
  .exhibit_page_break {
    max-width: 96%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 40px;
  }
}

.exhibit_content_area {
  width: 100%;
  max-width: 990px;
  margin-bottom: 80px;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 1000px) {
  .exhibit_content_area {
    max-width: 96%;
    margin-bottom: 40px;
  }
}
@media (max-width: 860px) {
  .exhibit_content_area {
    flex-direction: column;
  }
}
.exhibit_content_area .content_left {
  max-width: 600px;
}
@media (max-width: 1000px) {
  .exhibit_content_area .content_left {
    max-width: 60%;
  }
}
@media (max-width: 860px) {
  .exhibit_content_area .content_left {
    max-width: 100%;
    margin-bottom: 30px;
  }
}
.exhibit_content_area .content_left img {
  float: inline-end;
  margin-left: 10px;
  margin-bottom: 10px;
  margin-top: 18px;
  position: relative;
  overflow: visible;
  margin-right: -60%;
  width: 100%;
}
@media (max-width: 1000px) {
  .exhibit_content_area .content_left img {
    margin-right: -66%;
  }
}
@media (max-width: 860px) {
  .exhibit_content_area .content_left img {
    margin-left: 0;
    margin-right: 0;
  }
}
.exhibit_content_area .content_left .exhibittitle {
  color: #526173;
  font-size: 24px;
  margin-bottom: 10px;
}
.exhibit_content_area .content_right {
  margin-left: 50px;
}
@media (max-width: 860px) {
  .exhibit_content_area .content_right {
    margin-left: 0;
    max-width: 100%;
  }
}
.exhibit_content_area .content_right img {
  margin-bottom: 30px;
  width: 100%;
}

.exhibit_video {
  width: 100%;
  max-width: 960px;
  margin-bottom: 80px;
  background-color: #D9D9D9;
  padding: 30px;
}
@media (max-width: 1000px) {
  .exhibit_video {
    max-width: 96%;
    margin-bottom: 40px;
  }
}
@media (max-width: 860px) {
  .exhibit_video {
    padding: 20px;
    margin-bottom: 30px;
  }
}
.exhibit_video h3 {
  color: black;
  font-size: 24px;
  margin-bottom: 30px;
}
.exhibit_video.small_video {
  max-width: 600px;
}

.exhibit_video_small {
  width: 100%;
  max-width: 990px;
  margin-bottom: 80px;
}
@media (max-width: 1000px) {
  .exhibit_video_small {
    max-width: 96%;
    margin-bottom: 40px;
  }
}
@media (max-width: 860px) {
  .exhibit_video_small {
    margin-bottom: 30px;
  }
}
.exhibit_video_small .small_video {
  width: 100%;
  max-width: 590px;
  background-color: #D9D9D9;
  padding: 30px;
}
.exhibit_video_small .small_video h3 {
  color: black;
  font-size: 24px;
  margin-bottom: 30px;
}

.exhibit_video_grid {
  display: grid;
  width: 100%;
  max-width: 990px;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(2, auto);
  gap: 10px;
  margin-bottom: 80px;
}
@media (max-width: 1000px) {
  .exhibit_video_grid {
    max-width: 96%;
    margin-bottom: 40px;
  }
}
@media (max-width: 860px) {
  .exhibit_video_grid {
    width: 100%;
    margin-bottom: 30px;
    grid-template-columns: repeat(1, 1fr);
    grid-template-rows: repeat(1, auto);
  }
}
.exhibit_video_grid .exhibit_video {
  margin-bottom: 10px;
}
@media (max-width: 860px) {
  .exhibit_video_grid .exhibit_video {
    width: 100%;
    max-width: 100%;
  }
}

.videoplayer {
  border: none;
  width: 100%;
  aspect-ratio: 16/9;
}

.exhibit_content h3 {
  color: black;
  font-size: 24px;
  margin-bottom: 30px;
}
.exhibit_content h4 {
  color: black;
  font-size: 18px;
  margin-bottom: 24px;
}
.exhibit_content a {
  color: #CA2027;
  font-weight: bold;
}

.exhibit_audio {
  width: 100%;
  max-width: 990px;
  margin-bottom: 80px;
}
@media (max-width: 1000px) {
  .exhibit_audio {
    max-width: 96%;
    margin-bottom: 40px;
  }
}
.exhibit_audio h3 {
  width: 100%;
}
.exhibit_audio .audio_wrap {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
@media (max-width: 860px) {
  .exhibit_audio .audio_wrap {
    flex-direction: column;
  }
}
.exhibit_audio .audio_wrap .content_left {
  max-width: 600px;
}
@media (max-width: 1000px) {
  .exhibit_audio .audio_wrap .content_left {
    max-width: 60%;
  }
}
@media (max-width: 860px) {
  .exhibit_audio .audio_wrap .content_left {
    max-width: 100%;
    margin-bottom: 20px;
  }
}
.exhibit_audio .audio_wrap .content_right {
  margin-left: 50px;
}
@media (max-width: 860px) {
  .exhibit_audio .audio_wrap .content_right {
    margin-left: 0;
    max-width: 100%;
  }
}
.exhibit_audio .audio_wrap .content_right audio {
  margin: 0;
}
@media (max-width: 860px) {
  .exhibit_audio .audio_wrap .content_right audio {
    width: 100%;
  }
}

.exhibit_aretfacts {
  width: 100%;
  max-width: 990px;
  margin-bottom: 80px;
  padding-right: 100px;
  display: grid;
  grid-template-columns: repeat(3, 1fr); /* 3 columns of equal width */
  grid-template-rows: repeat(3, auto); /* 3 rows (height auto by default) */
  gap: 10px;
}
@media (max-width: 1000px) {
  .exhibit_aretfacts {
    max-width: 96%;
    margin-bottom: 40px;
    padding-right: 0;
  }
}
@media (max-width: 600px) {
  .exhibit_aretfacts {
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(2, auto);
  }
}
.exhibit_aretfacts .artefact {
  padding: 0 0 20px 0;
  cursor: pointer;
}
.exhibit_aretfacts .artefact img {
  margin-bottom: 10px;
}
.exhibit_aretfacts .morelink_img {
  position: relative;
  z-index: 0;
}
.exhibit_aretfacts .morelinkIcon {
  position: absolute;
  bottom: 10px;
  right: 10px;
  width: 22px;
  z-index: 100;
}
.exhibit_aretfacts .morelink {
  color: #CA2027;
}

.creditinfo {
  width: 100%;
  padding-left: 50%;
  padding-top: 16px;
  text-align: right;
  font-size: 12px;
}

.creditinfoDetails {
  width: 100%;
  padding-left: 50%;
  padding-top: 0;
  text-align: right;
  font-size: 12px;
}

.exhibit_aretfacts_rows {
  width: 100%;
  max-width: 990px;
  margin-bottom: 20px;
  padding-top: 30px;
  display: flex;
  flex-direction: column;
}
@media (max-width: 1000px) {
  .exhibit_aretfacts_rows {
    max-width: 96%;
    margin-bottom: 40px;
    padding-right: 0;
  }
}
@media (max-width: 600px) {
  .exhibit_aretfacts_rows {
    grid-template-columns: repeat(1, 1fr);
    grid-template-rows: repeat(1, auto);
    padding-top: 10px;
  }
}
.exhibit_aretfacts_rows .artefact {
  padding: 0 0 60px 0;
  display: flex;
}
@media (max-width: 600px) {
  .exhibit_aretfacts_rows .artefact {
    flex-direction: column;
    padding: 0 0 30px 0;
  }
}
.exhibit_aretfacts_rows .artefact .morelink_img {
  position: relative;
  z-index: 0;
  margin-bottom: 10px;
  cursor: pointer;
  width: 100%;
  max-width: 284.66px;
}
@media (max-width: 600px) {
  .exhibit_aretfacts_rows .artefact .morelink_img {
    width: 100%;
    max-width: 100%;
  }
}
.exhibit_aretfacts_rows .artefact .morelink_img img {
  width: 100%;
  height: 100%;
}
.exhibit_aretfacts_rows .artefact .morelinkIcon {
  position: absolute;
  bottom: 10px;
  right: 10px;
  width: 22px;
  z-index: 100;
}
.exhibit_aretfacts_rows .artefact .description {
  width: 100%;
  max-width: 617px;
  margin-left: 60px;
}
@media (max-width: 1000px) {
  .exhibit_aretfacts_rows .artefact .description {
    margin-left: 30px;
  }
}
@media (max-width: 600px) {
  .exhibit_aretfacts_rows .artefact .description {
    margin-left: 0;
  }
}
.exhibit_aretfacts_rows .artefact .description h3 {
  color: black;
  font-size: 24px;
  margin-bottom: 20px;
}
@media (max-width: 600px) {
  .exhibit_aretfacts_rows .artefact .description h3 {
    margin-bottom: 10px;
  }
}

.modal-overlay {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(0, 0, 0, 0.5);
  padding: 16px;
}

.modal-content {
  position: relative;
  width: 100%;
  max-width: 990px;
  background-color: #fff;
  border: 1px solid #000;
  display: flex;
  max-height: 90vh;
  overflow-y: auto;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
  padding: 60px;
}
@media (max-width: 1000px) {
  .modal-content {
    padding: 60px 20px 20px 20px;
  }
}

.modal-image {
  width: 100%;
  max-width: 55%;
  height: auto;
  margin-bottom: 16px;
  margin-left: 30px;
  padding-right: 20px;
}
@media (max-width: 1000px) {
  .modal-image {
    width: 100%;
    max-width: 100%;
    margin-left: 0;
    padding-right: 0;
  }
}
.modal-image img {
  width: 100%;
}

.modal_text {
  width: 45%;
}
@media (max-width: 1000px) {
  .modal_text {
    width: 100%;
  }
}
.modal_text h3 {
  color: black;
  font-size: 24px;
  margin-bottom: 20px;
}
@media (max-width: 600px) {
  .modal_text h3 {
    margin-bottom: 10px;
  }
}

.modal-controls {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: absolute;
  top: 30px;
  right: 30px;
}
.modal-controls button {
  cursor: pointer;
}
@media (max-width: 1000px) {
  .modal-controls {
    top: 20px;
    right: 20px;
  }
}

.modal-content-inner {
  display: flex;
  height: 100%;
}
@media (max-width: 1000px) {
  .modal-content-inner {
    flex-direction: column-reverse;
  }
}

.exhibit_downloads {
  width: 100%;
  max-width: 990px;
  margin-bottom: 80px;
  display: flex;
}
@media (max-width: 1000px) {
  .exhibit_downloads {
    max-width: 96%;
    margin-bottom: 40px;
  }
}
.exhibit_downloads .icon {
  width: 55px;
  display: flex;
  justify-content: center;
  align-items: flex-start;
}
.exhibit_downloads .info {
  max-width: 760px;
  width: 100%;
  padding-left: 50px;
}
@media (max-width: 600px) {
  .exhibit_downloads .info {
    padding-left: 25px;
  }
}
.exhibit_downloads .info h3 {
  margin-bottom: 20px;
}

.exhibit_cta {
  width: 100%;
  max-width: 960px;
  margin-bottom: 80px;
  background-color: #D9D9D9;
  padding: 30px;
  display: flex;
}
@media (max-width: 1000px) {
  .exhibit_cta {
    max-width: 96%;
    margin-bottom: 40px;
    flex-direction: column;
  }
}
.exhibit_cta .descarea {
  flex-grow: 1;
}
.exhibit_cta .buttonarea {
  margin-left: 60px;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media (max-width: 1000px) {
  .exhibit_cta .buttonarea {
    margin-left: 0;
    margin-top: 30px;
  }
}

a.btn_secondary {
  background-color: #fff;
  color: #526173;
  padding: 6px 20px;
  font-weight: 200;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}

.exhibit_nextprev {
  width: 100%;
  max-width: 990px;
  margin-bottom: 80px;
  display: flex;
  position: relative;
}
@media (max-width: 1000px) {
  .exhibit_nextprev {
    max-width: 96%;
  }
}
.exhibit_nextprev .prev {
  position: relative;
  width: 50%;
  float: left;
  display: flex;
  justify-content: flex-start;
}
.exhibit_nextprev .prev.width-full {
  width: 100%;
}
.exhibit_nextprev .next {
  position: relative;
  width: 50%;
  float: right;
  display: flex;
  justify-content: flex-end;
}
.exhibit_nextprev .next.width-full {
  width: 100%;
}

.aretfact_details_content_area {
  width: 100%;
  max-width: 990px;
  margin-bottom: 80px;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 1000px) {
  .aretfact_details_content_area {
    max-width: 96%;
    margin-bottom: 40px;
  }
}
@media (max-width: 860px) {
  .aretfact_details_content_area {
    flex-direction: column-reverse;
  }
}
.aretfact_details_content_area .content_left {
  width: 50%;
}
@media (max-width: 860px) {
  .aretfact_details_content_area .content_left {
    max-width: 100%;
    width: 100%;
    margin-bottom: 30px;
  }
}
.aretfact_details_content_area .content_left img {
  float: inline-end;
  margin-left: 10px;
  margin-bottom: 10px;
  margin-top: 10px;
  position: relative;
  overflow: visible;
  margin-right: -60%;
  width: 100%;
}
@media (max-width: 1000px) {
  .aretfact_details_content_area .content_left img {
    margin-right: -66%;
  }
}
@media (max-width: 860px) {
  .aretfact_details_content_area .content_left img {
    margin-left: 0;
    margin-right: 0;
  }
}
.aretfact_details_content_area .content_right {
  width: 50%;
  margin-left: 50px;
}
@media (max-width: 860px) {
  .aretfact_details_content_area .content_right {
    margin-left: 0;
    max-width: 100%;
    width: 100%;
  }
}
.aretfact_details_content_area .content_right img {
  margin-bottom: 30px;
  width: 100%;
}

a.featurebtn {
  background-color: #D9D9D9;
  color: #526173;
  padding: 6px 20px;
  font-weight: 200;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  margin-top: 30px;
  float: left;
}

.exhibit_image_gallery {
  width: 100%;
  max-width: 990px;
  margin-bottom: 80px;
}
.exhibit_image_gallery .One {
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 1rem; /* gap between columns & rows */
}
.exhibit_image_gallery .Two {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 1rem;
}
.exhibit_image_gallery .Three {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 1rem;
}
.exhibit_image_gallery .Four {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 1rem;
}
.exhibit_image_gallery img {
  width: 100%;
  height: 100%;
}
.exhibit_image_gallery .img_outter {
  display: flex;
  justify-content: center;
  align-items: center;
}
.exhibit_image_gallery .Landscape {
  aspect-ratio: 16/9; /* Widescreen */
}
.exhibit_image_gallery .Square {
  aspect-ratio: 1/1; /* Perfect square */
}
.exhibit_image_gallery .Portrait {
  aspect-ratio: 9/12; /* Taller than wide */
}
.exhibit_image_gallery .Cover {
  -o-object-fit: cover;
     object-fit: cover;
}
.exhibit_image_gallery .Contain {
  -o-object-fit: contain;
     object-fit: contain;
}

.content_left .exhibit_container {
  padding: 0;
  max-width: 600px;
}
.content_left .exhibit_image_gallery {
  margin-bottom: 1rem;
}
.content_left .exhibit_image_gallery img {
  float: left;
  margin-left: 0;
  margin-bottom: 0;
  margin-top: 0;
  margin-right: 0;
  position: relative;
  overflow: hidden;
}

.modal-overlay-gallery {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(0, 0, 0, 0.5);
  padding: 16px;
}
.modal-overlay-gallery .modal-content-gallery {
  position: relative;
  display: flex;
  justify-content: center;
  max-height: 80vh;
  width: auto;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
  background-color: white;
}
.modal-overlay-gallery .modal-content-gallery img {
  max-height: 80vh;
  height: auto;
  width: auto;
}
.modal-overlay-gallery .modal-controls {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: absolute;
  top: 20px;
  right: 20px;
}
.modal-overlay-gallery .modal-controls button {
  cursor: pointer;
}
@media (max-width: 1000px) {
  .modal-overlay-gallery .modal-controls {
    top: 20px;
    right: 20px;
  }
}
.modal-overlay-gallery .caption {
  padding: 5px 16px;
  background-color: black;
  color: white;
  position: absolute;
  bottom: -40px;
  border-radius: 100px;
  font-size: 11px;
  margin: 0;
}

.bck_to_exhibit {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  color: #fff;
}
@media (max-width: 640px) {
  .bck_to_exhibit {
    justify-content: center;
    padding-top: 10px;
  }
}

.morelink {
  color: #CA2027 !important;
}

.bck_to_exhibit_button {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  line-height: 0;
}
@media (max-width: 640px) {
  .bck_to_exhibit_button {
    justify-content: center;
    height: 36px;
  }
}
.bck_to_exhibit_button .home_icon {
  width: 16px;
  margin-right: 4px;
}
.bck_to_exhibit_button .home_icon svg {
  width: 100%;
}
.bck_to_exhibit_button.infooter {
  padding-left: 10px;
}
@media (max-width: 640px) {
  .bck_to_exhibit_button.infooter {
    padding-left: 0;
  }
}
.bck_to_exhibit_button.infooter .home_icon {
  width: 20px;
  margin-right: 6px;
}
.bck_to_exhibit_button a {
  color: white !important;
}

header {
  position: relative;
}

.pre-header {
  background-color: #201E26;
  color: #fefefe;
  padding: 5px 0;
  text-align: center;
  min-height: 47px;
}
.pre-header a {
  color: #fefefe;
  text-decoration: underline;
}
.pre-header a:hover {
  color: #CA2027;
}
.pre-header .container {
  display: flex;
  font-size: 0.6875rem;
  font-weight: 900;
  flex-direction: column;
  justify-content: space-between;
}
.pre-header .opening-times i {
  padding-left: 5px;
}
.pre-header .pre-header-navigation {
  list-style-type: none;
  margin-bottom: 0;
  display: none;
}
.pre-header .pre-header-navigation li {
  padding: 0;
  display: inline-block;
}
.pre-header .pre-header-navigation li a {
  text-decoration: none;
}
.pre-header .pre-header-navigation li:after {
  content: " | ";
  font-weight: 900;
  padding: 0 3px;
}
.pre-header .pre-header-navigation li:last-of-type:after {
  content: "";
}
@media print, screen and (min-width: 40em) {
  .pre-header {
    text-align: left;
    padding: 15px 0;
  }
  .pre-header .container {
    flex-direction: row;
  }
  .pre-header .pre-header-navigation {
    display: flex;
  }
}

.header {
  background-color: #CA2027;
  padding: 5px 0 15px;
}
.header .container {
  display: flex;
  justify-content: center;
}
.header nav {
  align-items: center;
  display: none;
}
.header .header-navigation {
  display: inline-flex;
  list-style-type: none;
  margin-bottom: 0;
  color: white;
  display: flex;
  align-items: center;
  z-index: 50;
}
.header .header-navigation li {
  margin-right: 45px;
  position: relative;
}
.header .header-navigation li a, .header .header-navigation li button {
  color: #fefefe;
  font-size: 1rem;
  font-weight: 900;
  z-index: 2;
  position: relative;
  cursor: pointer;
  display: flex;
  flex-direction: row;
  align-items: center;
}
@media screen and (max-width: 969px) {
  .header .header-navigation li a, .header .header-navigation li button {
    font-size: 14px;
  }
}
.header .header-navigation li a svg, .header .header-navigation li button svg {
  width: 20px;
}
.header .header-navigation li .activebgcolour {
  position: absolute;
  width: calc(100% + 30px);
  left: -15px;
  top: -15px;
  background: rgb(117, 8, 5);
  height: 60px;
  z-index: 0;
}
.header .header-navigation li .sub-menu {
  position: absolute;
  z-index: 7;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  background: rgb(117, 8, 5);
  padding: 20px;
  left: -15px;
  margin-left: 0px;
  margin-top: 20px;
  list-style: none;
}
.header .header-navigation li .sub-menu li {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2392156863);
  width: 100%;
  padding: 14px 0;
  font-weight: 400;
  margin-right: 0;
  min-width: 220px;
}
@media screen and (max-width: 1140px) {
  .header .header-navigation li .sub-menu li {
    min-width: none;
  }
}
.header .header-navigation li .sub-menu li:last-child {
  border-bottom: none;
}
.header .header-navigation li .sub-menu li a {
  font-weight: 400;
  line-height: 1.4;
}
@media screen and (max-width: 1129px) {
  .header .header-navigation li {
    margin-right: 35px;
  }
}
@media screen and (max-width: 1060px) {
  .header .header-navigation li {
    margin-right: 25px;
  }
}
@media screen and (max-width: 989px) {
  .header .header-navigation li {
    margin-right: 15px;
  }
}
@media screen and (max-width: 870px) {
  .header .header-navigation li {
    display: none;
  }
}
@media screen and (max-width: 1340px) {
  .header .header-navigation li.nav-support .sub-menu {
    right: -15px;
    left: auto;
  }
}
.header .header-navigation li:last-child {
  margin-right: 0px;
}
@media print, screen and (min-width: 40em) {
  .header {
    padding: 30px 0;
  }
  .header nav {
    display: flex;
  }
  .header .container {
    justify-content: space-between;
  }
}

.mega-menu-bar {
  background-color: #890305;
}
.mega-menu-bar .container {
  display: flex;
  justify-content: flex-end;
}
@media screen and (max-width: 870px) {
  .mega-menu-bar .container {
    justify-content: space-between;
  }
}
.mega-menu-bar .menu-text {
  color: #fefefe;
  font-size: 1rem;
  font-weight: 900;
}
.mega-menu-bar .hamburger {
  padding: 10px 0;
  display: none;
}
@media screen and (max-width: 870px) {
  .mega-menu-bar .hamburger {
    display: block;
  }
}

.cart-details-container {
  display: flex;
  flex-direction: row;
  color: #fefefe;
  font-size: 14px;
}
.cart-details-container .item-count {
  display: none;
  margin-right: 1.5rem;
  padding: 10px 0;
}
.cart-details-container .basket-total {
  margin-right: 1rem;
  padding: 10px 0;
}
.cart-details-container .snipcart-checkout {
  height: 100%;
  font-size: 16px;
  color: #fefefe;
  outline: none;
  margin-right: -0.6rem;
  padding: 0 1rem;
  cursor: pointer;
  background-color: #750304;
  transition: all 0.3s ease-in-out;
}
.cart-details-container .snipcart-checkout:hover {
  background-color: #700204;
}
@media print, screen and (min-width: 40em) {
  .cart-details-container .item-count {
    display: block;
  }
  .cart-details-container .basket-total {
    margin-right: 1.5rem;
  }
  .cart-details-container .snipcart-checkout {
    margin-right: 0;
  }
}

.mega-menu {
  background-color: #890305;
  max-height: 0;
  overflow-y: hidden;
  transition-duration: 0.5s;
  transition-property: all;
  transition-timing-function: ease-in-out;
  position: absolute;
  width: 100%;
  z-index: 15;
}
.mega-menu .mobile-menu {
  display: flex;
  padding: 0 0 20px 0;
}
.mega-menu .mobile-menu ul {
  width: 100%;
  padding: 30px 0;
}
.mega-menu .mobile-menu ul li {
  margin: 0 0 5px;
}
.mega-menu .mobile-menu ul li button {
  color: white;
  font-weight: 900;
}
.mega-menu .mobile-menu ul li a, .mega-menu .mobile-menu ul li button {
  color: #fefefe;
  display: block;
  padding: 8px 0;
  font-weight: 900;
  display: flex;
  align-items: center;
}
.mega-menu .mobile-menu ul li:last-of-type {
  margin: 0;
}
.mega-menu .mobile-menu ul li svg {
  width: 20px;
}
.mega-menu .mobile-menu ul li ul {
  padding: 15px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2196078431);
  border-top: 1px solid rgba(255, 255, 255, 0.2196078431);
  margin-top: 15px;
}
.mega-menu .mobile-menu ul li ul li {
  display: flex;
  color: #fff;
  align-items: center;
}
.mega-menu .mobile-menu ul li ul li a {
  font-weight: 400;
}
.mega-menu .mobile-menu ul li ul li:before {
  content: "-";
  padding-right: 6px;
}
.mega-menu ul {
  list-style-type: none;
  margin: 0;
}
.mega-menu ul a {
  padding: 0;
}
.mega-menu .menu {
  display: none;
  padding: 30px 33px;
  justify-content: space-between;
}
.mega-menu .menu .menu-header {
  color: #fefefe;
  font-size: 1rem;
  font-weight: 900;
  margin-bottom: 20px;
}
.mega-menu .menu .menu-item {
  font-size: 0.75rem;
}
.mega-menu .menu .menu-item a {
  color: #fefefe;
}
.mega-menu .sub-menu .sub-menu-item {
  max-width: 140px;
}
.mega-menu .sub-menu .sub-menu-item a {
  padding: 5px 0;
}
.mega-menu.is-active {
  min-height: -webkit-fit-content;
  min-height: -moz-fit-content;
  min-height: fit-content;
  max-height: calc(100vh - 120px);
  overflow-y: scroll;
}
@media print, screen and (min-width: 40em) {
  .mega-menu .mobile-menu {
    display: flex;
  }
  .mega-menu.is-active {
    min-height: -webkit-fit-content;
    min-height: -moz-fit-content;
    min-height: fit-content;
    max-height: calc(100vh - 181px);
    overflow-y: scroll;
  }
}

.sub-header {
  background-color: rgba(82, 97, 115, 0.05);
  padding: 25px 0 15px;
  margin-bottom: 30px;
}
.sub-header .breadcrumbs .breadcrumb {
  color: #CA2027;
  display: inline-block;
  font-size: 0.75rem;
  font-weight: 900;
}
.sub-header .breadcrumbs .breadcrumb:after {
  content: "\f105";
  display: inline-block;
  font-family: "Font Awesome 5 Pro";
  font-size: 0.625rem;
  font-weight: 900;
  padding: 0 5px 0 10px;
}
.sub-header .breadcrumbs .breadcrumb:last-child:after {
  display: none;
}
.sub-header .sub-header-container {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
.sub-header .sub-header-container .title-image {
  max-width: 70%;
}
.sub-header .sub-header-container h1 {
  font-size: 2.25rem;
}
.sub-header .sub-header-container .content {
  display: none;
  flex-direction: row;
  color: #CA2027;
}
.sub-header .sub-header-container .content .info-block {
  display: flex;
  flex-direction: row;
  margin-right: 55px;
}
.sub-header .sub-header-container .content .info-block .icon {
  margin-right: 10px;
}
.sub-header .sub-header-container .content .info-block .body p {
  font-size: 0.75rem;
  margin-bottom: 3px;
}
.sub-header .sub-header-container .content .info-block .body .title {
  font-size: 0.875rem;
  font-weight: 900;
}
.sub-header .sub-header-container .content .info-block.solo .icon {
  font-size: 1.25rem;
}
.sub-header .sub-header-container .content .info-block.solo .title {
  font-size: 1.125rem;
  font-weight: 400;
}
@media print, screen and (min-width: 40em) {
  .sub-header {
    margin-bottom: 50px;
    padding: 25px 0 35px;
  }
  .sub-header .title-image {
    max-width: 100%;
  }
  .sub-header .sub-header-container {
    margin-top: 150px;
  }
  .sub-header .sub-header-container .content {
    display: flex;
  }
}

.exhibition_home {
  color: #fefefe;
  font-size: 1rem;
  font-weight: 900;
  z-index: 2;
  position: relative;
  cursor: pointer;
  display: flex;
  flex-direction: row;
  align-items: center;
}
@media (max-width: 870px) {
  .exhibition_home {
    display: none;
  }
}
.exhibition_home:hover {
  color: #fefefe;
}

.exhibition_home2 {
  color: #fefefe;
  font-size: 1rem;
  font-weight: 900;
  z-index: 2;
  position: relative;
  cursor: pointer;
  display: none;
  flex-direction: row;
  align-items: center;
}
.exhibition_home2:hover {
  color: #fefefe;
}
@media (max-width: 870px) {
  .exhibition_home2 {
    display: flex;
  }
}

[x-cloak] {
  display: none !important;
}

.icon-container {
  padding: 30px 0;
}
.icon-container .container {
  display: none;
  justify-content: space-between;
  align-items: center;
}
@media print, screen and (min-width: 40em) {
  .icon-container {
    padding: 100px 0;
  }
  .icon-container .container {
    display: flex;
  }
}

.pre-footer {
  background-color: #CA2027;
  padding: 15px 0;
}
.pre-footer .container {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}
.pre-footer .social {
  list-style-type: none;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
  width: 100%;
}
.pre-footer .social .social-icon {
  display: inline-block;
  margin-right: 45px;
}
.pre-footer .social .social-icon a {
  font-size: 1.25rem;
}
.pre-footer .social .social-icon a i {
  color: #fefefe;
}
.pre-footer .social .social-icon:last-of-type {
  margin-right: 0;
}
.pre-footer .newsletter-form {
  display: flex;
  justify-content: center;
}
.pre-footer .newsletter-form input[type=email] {
  background-color: rgba(137, 3, 5, 0.2);
  border: 0;
  box-shadow: none;
  color: #fefefe;
  display: inline-block;
  font-size: 0.75rem;
  margin: 0;
  text-align: center;
  width: 250px;
}
.pre-footer .newsletter-form button {
  background-color: rgba(137, 3, 5, 0.5);
  color: #fefefe;
  cursor: pointer;
  display: inline-block;
  font-size: 0.875rem;
  font-weight: 900;
  margin-left: -5px;
  outline: none;
  padding: 12px;
}
@media print, screen and (min-width: 40em) {
  .pre-footer .container {
    flex-direction: row;
  }
  .pre-footer .social {
    justify-content: flex-start;
    width: auto;
    margin-bottom: 0;
  }
  .pre-footer .social .social-icon {
    margin-right: 25px;
  }
  .pre-footer .newsletter-form {
    display: block;
  }
}

.footer {
  background-color: #201E26;
  padding: 50px 0 30px;
}
.footer .container {
  padding-right: 0;
  padding-left: 0;
  max-width: 75rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  flex-flow: row wrap;
}
.footer .footer-section {
  flex: 0 0 auto;
  min-height: 0;
  min-width: 0;
  width: calc(100% - 1.25rem);
  margin-left: 0.625rem;
  margin-right: 0.625rem;
  font-size: 0.75rem;
  padding: 0 20px 0 0;
  margin-bottom: 40px;
}
.footer .footer-section .title {
  color: #fefefe;
  font-size: 1rem;
  font-weight: 900;
}
.footer .footer-section p {
  margin-bottom: 15px;
  color: #c7c7c7;
}
.footer .footer-section .highlight-link {
  color: #CA2027;
  display: block;
  font-size: 0.6875rem;
  font-weight: 900;
  margin-bottom: 5px;
}
.footer .footer-section .highlight-link i {
  margin-right: 5px;
}
.footer .footer-section .footer-links {
  list-style-type: none;
  margin: 0;
}
.footer .footer-section .footer-links a {
  color: #c7c7c7;
}
.footer .footer-section .footer-links a:hover {
  color: #CA2027;
}
.footer .footer-section address, .footer .footer-section .opening-hours {
  font-style: normal;
  font-weight: 900;
  margin-bottom: 20px;
  color: #c7c7c7;
}
.footer .footer-section .getting-here {
  color: #CA2027;
  display: block;
  font-size: 0.75rem;
  font-weight: 900;
  margin-top: 25px;
}
.footer .footer-section .getting-here i {
  font-size: 0.875rem;
}
.footer .footer-section .getting-here span {
  border-bottom: 1px solid #CA2027;
}
@media print, screen and (min-width: 40em) {
  .footer {
    padding: 110px 0 30px;
  }
  .footer .footer-section {
    flex: 0 0 auto;
    width: calc(25% - 1.875rem);
    margin-left: 0.9375rem;
    margin-right: 0.9375rem;
    margin-bottom: 0;
  }
  .footer .footer-section .title {
    margin-bottom: 30px;
  }
}

.post-footer {
  background-color: #201E26;
  color: #fefefe;
  font-size: 0.625rem;
  padding: 30px 0;
}
.post-footer .container {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}
.post-footer .post-links {
  display: flex;
  justify-content: space-between;
  margin-top: 10px;
}
.post-footer .post-links a {
  color: #fefefe;
  margin: 0;
}
.post-footer .post-links a:hover {
  color: #CA2027;
}
@media print, screen and (min-width: 40em) {
  .post-footer .container {
    flex-direction: row;
  }
  .post-footer .post-links {
    margin-top: 0;
    display: block;
  }
  .post-footer .post-links a {
    margin-left: 85px;
  }
}

::-moz-selection {
  background: #CA2027;
  color: #fefefe;
}

::selection {
  background: #CA2027;
  color: #fefefe;
}

::-moz-selection {
  background: #CA2027 !important;
  color: #fefefe;
}

body {
  display: flex;
  min-height: 100vh;
  flex-direction: column;
  overflow-x: hidden;
}
@supports (display: grid) {
  body main {
    flex: 1;
  }
}

.container {
  padding-right: 0.625rem;
  padding-left: 0.625rem;
  max-width: 75rem;
  margin-left: auto;
  margin-right: auto;
}
@media print, screen and (min-width: 40em) {
  .container {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}

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

.main-content .intro {
  font-size: 1.25rem;
  font-weight: 900;
  line-height: 2rem;
  padding: 2.5rem 0 0;
}
.main-content .intro.removepadding {
  padding: 0;
}

.white {
  color: #fefefe;
}

.text-red {
  color: #CA2027;
}

.text-strong {
  font-weight: 900;
}

.fus-button, .cookie-consent .cookie-consent__agree {
  align-items: center;
  background: #CA2027;
  border-radius: 2px;
  color: #fefefe;
  display: inline-flex;
  font-size: 0.875rem;
  justify-content: center;
  line-height: 16px;
  padding: 10px 20px;
  text-align: center;
}
.fus-button.outline, .cookie-consent .outline.cookie-consent__agree {
  background: transparent;
  border: 1px solid #CA2027;
  color: #CA2027;
  padding: 9px 19px;
}
.fus-button.white, .cookie-consent .white.cookie-consent__agree {
  color: #fefefe;
  border-color: #fefefe;
}
.fus-button.large, .cookie-consent .large.cookie-consent__agree {
  font-size: 1rem;
  font-weight: 900;
  padding: 13px 25px;
}
.fus-button.disabled, .cookie-consent .disabled.cookie-consent__agree {
  background-color: #dde2e7;
}
.fus-button:hover, .cookie-consent .cookie-consent__agree:hover, .fus-button:focus, .cookie-consent .cookie-consent__agree:focus {
  color: #fefefe;
}
.fus-button:hover.outline, .cookie-consent .cookie-consent__agree:hover.outline, .fus-button:focus.outline, .cookie-consent .cookie-consent__agree:focus.outline {
  color: #CA2027;
}
.fus-button:hover.white, .cookie-consent .cookie-consent__agree:hover.white, .fus-button:focus.white, .cookie-consent .cookie-consent__agree:focus.white {
  color: #fefefe;
}

.light {
  font-weight: 400;
}

.lighter {
  font-weight: 300;
}

.spaced {
  line-height: 2.3rem;
}

.grey {
  color: #526173;
}

.fus-price-list {
  margin: 0 0 25px;
}
.fus-price-list li {
  border-bottom: 1px solid #526173;
  display: flex;
  font-size: 0.875rem;
  justify-content: space-between;
  margin-bottom: 5px;
  padding: 5px 0;
}
.fus-price-list li .price {
  font-weight: 900;
}
@media print, screen and (min-width: 40em) {
  .fus-price-list {
    margin: 0 0 50px;
  }
}

.address {
  font-family: "Lato", Helvetica, Roboto, Arial, sans-serif;
  font-size: 1.5rem;
  font-weight: 900;
  line-height: 1.25em;
  margin-bottom: 50px;
}

.icon-content-block {
  display: flex;
  flex-direction: column;
  margin-top: 25px;
}
.icon-content-block .icon {
  color: #CA2027;
  font-size: 2.25rem;
  line-height: initial;
  margin-right: 40px;
  margin-bottom: 10px;
}
.icon-content-block .body .title {
  margin-bottom: 25px;
}
.icon-content-block .body .subtitle {
  font-size: 0.75rem;
  font-weight: 900;
  margin-top: -15px;
  margin-bottom: 50px;
}
.icon-content-block.with-tabs {
  display: block;
}
.icon-content-block.with-tabs .tabs-pane {
  display: flex;
}
@media print, screen and (min-width: 40em) {
  .icon-content-block {
    margin-top: 50px;
    flex-direction: row;
  }
  .icon-content-block .icon {
    margin-bottom: 0;
  }
}

.notice-box {
  align-items: center;
  background-color: rgba(202, 32, 39, 0.1);
  border-radius: 2px;
  border: 1px solid #CA2027;
  display: inline-flex;
  margin: 25px 0;
  padding: 15px 30px;
}
.notice-box .icon {
  color: #CA2027;
  font-size: 2.25rem;
}
.notice-box .message {
  padding-left: 30px;
  font-weight: 900;
}
.notice-box .message .title {
  color: #CA2027;
  line-height: 1.1em;
  margin-bottom: 0.5rem;
}
.notice-box .message .desc {
  color: rgba(202, 32, 39, 0.5);
  font-size: 0.875rem;
}
@media print, screen and (min-width: 40em) {
  .notice-box {
    margin: 50px 0;
  }
}

.sidebar-navigation {
  border-radius: 2px;
  border: 1px solid rgba(82, 97, 115, 0.5);
  padding: 35px;
  margin-top: 50px;
}
.sidebar-navigation h1, .sidebar-navigation h2, .sidebar-navigation h3, .sidebar-navigation h4.h5, .sidebar-navigation h6 {
  margin-bottom: 20px;
}
.sidebar-navigation ul {
  margin: 0 0 40px 0;
}
.sidebar-navigation ul .fa-li {
  left: -0.6em;
}
.sidebar-navigation ul li {
  font-size: 0.875rem;
  font-weight: 900;
  border-bottom: 1px solid #526173;
  margin-bottom: 5px;
  padding: 5px 0;
}
.sidebar-navigation ul li a {
  color: #526173;
  padding-left: 1em;
}
.sidebar-navigation ul li.active {
  color: #CA2027;
}
.sidebar-navigation ul li.active a {
  color: #CA2027;
}
.sidebar-navigation ul li:last-of-type {
  border-bottom: 0 none;
}
.sidebar-navigation ul:last-of-type {
  margin-bottom: 0;
}
@media print, screen and (min-width: 40em) {
  .sidebar-navigation {
    margin-top: 0;
  }
}

.bullet-link {
  color: #526173;
  font-size: 1rem;
  font-weight: 900;
  margin-right: 20px;
}
.bullet-link:before {
  content: "\f105";
  display: inline-block;
  font-family: "Font Awesome 5 Pro";
  font-size: 1rem;
  font-weight: 900;
  padding: 0 10px 0 0;
}
.bullet-link:hover, .bullet-link:focus {
  color: #CA2027;
}

.push-top {
  display: block;
  margin-top: 50px;
}

.large-cta {
  margin-bottom: 20px;
}
.large-cta .cta-inner {
  z-index: 2;
  position: relative;
  background: transparent url() no-repeat scroll left top;
  background-size: cover;
  padding: 80px;
  margin-bottom: 20px;
}
.large-cta .cta-inner:after {
  background-image: linear-gradient(0deg, #201E26 0%, rgba(202, 32, 39, 0) 100%);
  content: "";
  height: 100%;
  left: 0;
  pointer-events: none;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
}
.large-cta .cta-inner .sub-header-container {
  z-index: 2;
  color: #fefefe;
}
.large-cta .cta-inner .sub-header-container h3, .large-cta .cta-inner .sub-header-container h1 {
  color: #fefefe;
}
.large-cta .cta-inner .content {
  position: relative;
  z-index: 2;
}
.large-cta .cta-inner .content .fus-button, .large-cta .cta-inner .content .cookie-consent .cookie-consent__agree, .cookie-consent .large-cta .cta-inner .content .cookie-consent__agree {
  margin-top: 20px;
}

.qms {
  background-image: url("/img/qms-header.jpg");
  background-size: cover;
  padding: 125px 0 35px;
}

.qms-content {
  padding: 2rem 0;
}
.qms-content h3 {
  margin-bottom: 2rem;
}
.qms-content p {
  margin-bottom: 2rem;
}
@media print, screen and (min-width: 40em) {
  .qms-content {
    padding: 5rem 0;
  }
  .qms-content h3 {
    margin-bottom: 4rem;
  }
}

.ferror {
  color: #CA2027;
  display: block;
  font-size: 0.8rem;
  font-weight: 900;
  margin-bottom: 1em;
  margin-top: -1rem;
}

.education-button {
  background: transparent url("/img/education-button-bg.jpg") no-repeat scroll top left;
  background-size: cover;
  color: #fefefe;
  display: flex;
  font-size: 1.375rem;
  font-weight: 900;
  height: 240px;
  line-height: 1.875rem;
  padding: 20px;
  width: auto;
  align-items: flex-end;
}
.education-button span {
  width: 150px;
}
.education-button:hover {
  color: #fefefe;
}
.education-button:hover span {
  color: #fefefe;
}

.cookie-consent {
  align-items: center;
  display: flex;
  justify-content: center;
  padding: 20px;
  position: fixed;
  text-align: center;
  bottom: 0;
  background-color: #fefefe;
  width: 100%;
  border-top: 3px solid #CA2027;
  z-index: 20;
}
.cookie-consent .cookie-consent__agree {
  margin-left: 30px;
}

.basic-page h4 {
  margin-top: 40px;
}
.basic-page a {
  color: #CA2027;
}
.basic-page li {
  margin-left: 20px;
}

.virtual-museum-content iframe {
  width: 100%;
  height: 30rem;
}
@media print, screen and (min-width: 40em) {
  .virtual-museum-content iframe {
    height: 40rem;
  }
}

.vj-main {
  margin-bottom: 2rem;
}
.vj-main a {
  color: #CA2027;
  text-decoration: underline;
}

.sub-header.vj-day {
  z-index: 2;
  position: relative;
  background: transparent url("/img/vj-header.jpg") no-repeat scroll 50% 70%;
  background-size: cover;
  padding: 85px 0 35px;
}
.sub-header.vj-day:after {
  background-image: linear-gradient(0deg, #201E26 0%, rgba(202, 32, 39, 0) 100%);
  content: "";
  height: 100%;
  left: 0;
  pointer-events: none;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
}
.sub-header.vj-day .sub-header-container {
  z-index: 2;
  color: #fefefe;
}
.sub-header.vj-day .sub-header-container h3, .sub-header.vj-day .sub-header-container h1 {
  color: #fefefe;
}
.sub-header.vj-day .sub-header-container {
  z-index: 2;
}
.sub-header.vj-day .sub-header-container h1 {
  font-size: 2.25rem;
}
.sub-header.vj-day .sub-header-container .title {
  color: #fefefe;
}
.sub-header.vj-day .sub-header-container .content {
  color: #fefefe;
}

.grid-container {
  width: 100%;
}

.twitter-outter {
  height: 500px;
  overflow: scroll;
  width: 100%;
  margin-right: 0;
  margin-bottom: 20px;
  padding: 0 10px;
}
@media print, screen and (min-width: 40em) {
  .twitter-outter {
    width: calc(50% - 10px);
    margin-right: 10px;
    margin-bottom: 0;
    padding: 0;
  }
}

.fb-outter {
  height: 500px;
  overflow: scroll;
  padding: 0 10px;
  width: 100%;
  margin-right: 0;
}
@media print, screen and (min-width: 40em) {
  .fb-outter {
    width: calc(50% - 10px);
    margin-left: 10px;
    padding: 0;
  }
}

/*!
 * Hamburgers
 * @description Tasty CSS-animated hamburgers
 * @author Jonathan Suh @jonsuh
 * @site https://jonsuh.com/hamburgers
 * @link https://github.com/jonsuh/hamburgers
 */
.hamburger {
  display: inline-block;
  cursor: pointer;
  transition-property: opacity, filter;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible;
  outline: none;
}

.hamburger.is-active .hamburger-inner,
.hamburger.is-active .hamburger-inner::before,
.hamburger.is-active .hamburger-inner::after {
  background-color: #fefefe;
}

.hamburger-box {
  width: 20px;
  height: 10px;
  margin-right: 8px;
  display: inline-block;
  position: relative;
}

.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -2px;
}

.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
  width: 20px;
  height: 3px;
  background-color: #fefefe;
  border-radius: 4px;
  position: absolute;
  transition-property: transform;
  transition-duration: 0.15s;
  transition-timing-function: ease;
}

.hamburger-inner::before, .hamburger-inner::after {
  content: "";
  display: block;
}

.hamburger-inner::before {
  top: -6px;
}

.hamburger-inner::after {
  bottom: -6px;
}

/*
   * 3DX
   */
.hamburger--3dx .hamburger-box {
  perspective: 80px;
}

.hamburger--3dx .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.hamburger--3dx .hamburger-inner::before, .hamburger--3dx .hamburger-inner::after {
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.hamburger--3dx.is-active .hamburger-inner {
  background-color: transparent !important;
  transform: rotateY(180deg);
}

.hamburger--3dx.is-active .hamburger-inner::before {
  transform: translate3d(0, 10px, 0) rotate(45deg);
}

.hamburger--3dx.is-active .hamburger-inner::after {
  transform: translate3d(0, -10px, 0) rotate(-45deg);
}

/*
   * 3DX Reverse
   */
.hamburger--3dx-r .hamburger-box {
  perspective: 80px;
}

.hamburger--3dx-r .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.hamburger--3dx-r .hamburger-inner::before, .hamburger--3dx-r .hamburger-inner::after {
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.hamburger--3dx-r.is-active .hamburger-inner {
  background-color: transparent !important;
  transform: rotateY(-180deg);
}

.hamburger--3dx-r.is-active .hamburger-inner::before {
  transform: translate3d(0, 10px, 0) rotate(45deg);
}

.hamburger--3dx-r.is-active .hamburger-inner::after {
  transform: translate3d(0, -10px, 0) rotate(-45deg);
}

/*
   * 3DY
   */
.hamburger--3dy .hamburger-box {
  perspective: 80px;
}

.hamburger--3dy .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.hamburger--3dy .hamburger-inner::before, .hamburger--3dy .hamburger-inner::after {
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.hamburger--3dy.is-active .hamburger-inner {
  background-color: transparent !important;
  transform: rotateX(-180deg);
}

.hamburger--3dy.is-active .hamburger-inner::before {
  transform: translate3d(0, 10px, 0) rotate(45deg);
}

.hamburger--3dy.is-active .hamburger-inner::after {
  transform: translate3d(0, -10px, 0) rotate(-45deg);
}

/*
   * 3DY Reverse
   */
.hamburger--3dy-r .hamburger-box {
  perspective: 80px;
}

.hamburger--3dy-r .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.hamburger--3dy-r .hamburger-inner::before, .hamburger--3dy-r .hamburger-inner::after {
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.hamburger--3dy-r.is-active .hamburger-inner {
  background-color: transparent !important;
  transform: rotateX(180deg);
}

.hamburger--3dy-r.is-active .hamburger-inner::before {
  transform: translate3d(0, 10px, 0) rotate(45deg);
}

.hamburger--3dy-r.is-active .hamburger-inner::after {
  transform: translate3d(0, -10px, 0) rotate(-45deg);
}

/*
   * 3DXY
   */
.hamburger--3dxy .hamburger-box {
  perspective: 80px;
}

.hamburger--3dxy .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.hamburger--3dxy .hamburger-inner::before, .hamburger--3dxy .hamburger-inner::after {
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.hamburger--3dxy.is-active .hamburger-inner {
  background-color: transparent !important;
  transform: rotateX(180deg) rotateY(180deg);
}

.hamburger--3dxy.is-active .hamburger-inner::before {
  transform: translate3d(0, 10px, 0) rotate(45deg);
}

.hamburger--3dxy.is-active .hamburger-inner::after {
  transform: translate3d(0, -10px, 0) rotate(-45deg);
}

/*
   * 3DXY Reverse
   */
.hamburger--3dxy-r .hamburger-box {
  perspective: 80px;
}

.hamburger--3dxy-r .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.hamburger--3dxy-r .hamburger-inner::before, .hamburger--3dxy-r .hamburger-inner::after {
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.hamburger--3dxy-r.is-active .hamburger-inner {
  background-color: transparent !important;
  transform: rotateX(180deg) rotateY(180deg) rotateZ(-180deg);
}

.hamburger--3dxy-r.is-active .hamburger-inner::before {
  transform: translate3d(0, 10px, 0) rotate(45deg);
}

.hamburger--3dxy-r.is-active .hamburger-inner::after {
  transform: translate3d(0, -10px, 0) rotate(-45deg);
}

/*
   * Arrow
   */
.hamburger--arrow.is-active .hamburger-inner::before {
  transform: translate3d(-8px, 0, 0) rotate(-45deg) scale(0.7, 1);
}

.hamburger--arrow.is-active .hamburger-inner::after {
  transform: translate3d(-8px, 0, 0) rotate(45deg) scale(0.7, 1);
}

/*
   * Arrow Right
   */
.hamburger--arrow-r.is-active .hamburger-inner::before {
  transform: translate3d(8px, 0, 0) rotate(45deg) scale(0.7, 1);
}

.hamburger--arrow-r.is-active .hamburger-inner::after {
  transform: translate3d(8px, 0, 0) rotate(-45deg) scale(0.7, 1);
}

/*
   * Arrow Alt
   */
.hamburger--arrowalt .hamburger-inner::before {
  transition: top 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.hamburger--arrowalt .hamburger-inner::after {
  transition: bottom 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.hamburger--arrowalt.is-active .hamburger-inner::before {
  top: 0;
  transform: translate3d(-8px, -10px, 0) rotate(-45deg) scale(0.7, 1);
  transition: top 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
}

.hamburger--arrowalt.is-active .hamburger-inner::after {
  bottom: 0;
  transform: translate3d(-8px, 10px, 0) rotate(45deg) scale(0.7, 1);
  transition: bottom 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
}

/*
   * Arrow Alt Right
   */
.hamburger--arrowalt-r .hamburger-inner::before {
  transition: top 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.hamburger--arrowalt-r .hamburger-inner::after {
  transition: bottom 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.hamburger--arrowalt-r.is-active .hamburger-inner::before {
  top: 0;
  transform: translate3d(8px, -10px, 0) rotate(45deg) scale(0.7, 1);
  transition: top 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
}

.hamburger--arrowalt-r.is-active .hamburger-inner::after {
  bottom: 0;
  transform: translate3d(8px, 10px, 0) rotate(-45deg) scale(0.7, 1);
  transition: bottom 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
}

/*
   * Arrow Turn
   */
.hamburger--arrowturn.is-active .hamburger-inner {
  transform: rotate(-180deg);
}

.hamburger--arrowturn.is-active .hamburger-inner::before {
  transform: translate3d(8px, 0, 0) rotate(45deg) scale(0.7, 1);
}

.hamburger--arrowturn.is-active .hamburger-inner::after {
  transform: translate3d(8px, 0, 0) rotate(-45deg) scale(0.7, 1);
}

/*
   * Arrow Turn Right
   */
.hamburger--arrowturn-r.is-active .hamburger-inner {
  transform: rotate(-180deg);
}

.hamburger--arrowturn-r.is-active .hamburger-inner::before {
  transform: translate3d(-8px, 0, 0) rotate(-45deg) scale(0.7, 1);
}

.hamburger--arrowturn-r.is-active .hamburger-inner::after {
  transform: translate3d(-8px, 0, 0) rotate(45deg) scale(0.7, 1);
}

/*
   * Boring
   */
.hamburger--boring .hamburger-inner, .hamburger--boring .hamburger-inner::before, .hamburger--boring .hamburger-inner::after {
  transition-property: none;
}

.hamburger--boring.is-active .hamburger-inner {
  transform: rotate(45deg);
}

.hamburger--boring.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
}

.hamburger--boring.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(-90deg);
}

/*
   * Collapse
   */
.hamburger--collapse .hamburger-inner {
  top: auto;
  bottom: 0;
  transition-duration: 0.13s;
  transition-delay: 0.13s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--collapse .hamburger-inner::after {
  top: -20px;
  transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0.1s linear;
}

.hamburger--collapse .hamburger-inner::before {
  transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--collapse.is-active .hamburger-inner {
  transform: translate3d(0, -10px, 0) rotate(-45deg);
  transition-delay: 0.22s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

.hamburger--collapse.is-active .hamburger-inner::after {
  top: 0;
  opacity: 0;
  transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s 0.22s linear;
}

.hamburger--collapse.is-active .hamburger-inner::before {
  top: 0;
  transform: rotate(-90deg);
  transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*
   * Collapse Reverse
   */
.hamburger--collapse-r .hamburger-inner {
  top: auto;
  bottom: 0;
  transition-duration: 0.13s;
  transition-delay: 0.13s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--collapse-r .hamburger-inner::after {
  top: -20px;
  transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0.1s linear;
}

.hamburger--collapse-r .hamburger-inner::before {
  transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--collapse-r.is-active .hamburger-inner {
  transform: translate3d(0, -10px, 0) rotate(45deg);
  transition-delay: 0.22s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

.hamburger--collapse-r.is-active .hamburger-inner::after {
  top: 0;
  opacity: 0;
  transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s 0.22s linear;
}

.hamburger--collapse-r.is-active .hamburger-inner::before {
  top: 0;
  transform: rotate(90deg);
  transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*
   * Elastic
   */
.hamburger--elastic .hamburger-inner {
  top: 2px;
  transition-duration: 0.275s;
  transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.hamburger--elastic .hamburger-inner::before {
  top: 10px;
  transition: opacity 0.125s 0.275s ease;
}

.hamburger--elastic .hamburger-inner::after {
  top: 20px;
  transition: transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.hamburger--elastic.is-active .hamburger-inner {
  transform: translate3d(0, 10px, 0) rotate(135deg);
  transition-delay: 0.075s;
}

.hamburger--elastic.is-active .hamburger-inner::before {
  transition-delay: 0s;
  opacity: 0;
}

.hamburger--elastic.is-active .hamburger-inner::after {
  transform: translate3d(0, -20px, 0) rotate(-270deg);
  transition-delay: 0.075s;
}

/*
   * Elastic Reverse
   */
.hamburger--elastic-r .hamburger-inner {
  top: 2px;
  transition-duration: 0.275s;
  transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.hamburger--elastic-r .hamburger-inner::before {
  top: 10px;
  transition: opacity 0.125s 0.275s ease;
}

.hamburger--elastic-r .hamburger-inner::after {
  top: 20px;
  transition: transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.hamburger--elastic-r.is-active .hamburger-inner {
  transform: translate3d(0, 10px, 0) rotate(-135deg);
  transition-delay: 0.075s;
}

.hamburger--elastic-r.is-active .hamburger-inner::before {
  transition-delay: 0s;
  opacity: 0;
}

.hamburger--elastic-r.is-active .hamburger-inner::after {
  transform: translate3d(0, -20px, 0) rotate(270deg);
  transition-delay: 0.075s;
}

/*
   * Emphatic
   */
.hamburger--emphatic {
  overflow: hidden;
}

.hamburger--emphatic .hamburger-inner {
  transition: background-color 0.125s 0.175s ease-in;
}

.hamburger--emphatic .hamburger-inner::before {
  left: 0;
  transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.125s linear, left 0.125s 0.175s ease-in;
}

.hamburger--emphatic .hamburger-inner::after {
  top: 10px;
  right: 0;
  transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.125s linear, right 0.125s 0.175s ease-in;
}

.hamburger--emphatic.is-active .hamburger-inner {
  transition-delay: 0s;
  transition-timing-function: ease-out;
  background-color: transparent !important;
}

.hamburger--emphatic.is-active .hamburger-inner::before {
  left: -80px;
  top: -80px;
  transform: translate3d(80px, 80px, 0) rotate(45deg);
  transition: left 0.125s ease-out, top 0.05s 0.125s linear, transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
}

.hamburger--emphatic.is-active .hamburger-inner::after {
  right: -80px;
  top: -80px;
  transform: translate3d(-80px, 80px, 0) rotate(-45deg);
  transition: right 0.125s ease-out, top 0.05s 0.125s linear, transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
}

/*
   * Emphatic Reverse
   */
.hamburger--emphatic-r {
  overflow: hidden;
}

.hamburger--emphatic-r .hamburger-inner {
  transition: background-color 0.125s 0.175s ease-in;
}

.hamburger--emphatic-r .hamburger-inner::before {
  left: 0;
  transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.125s linear, left 0.125s 0.175s ease-in;
}

.hamburger--emphatic-r .hamburger-inner::after {
  top: 10px;
  right: 0;
  transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.125s linear, right 0.125s 0.175s ease-in;
}

.hamburger--emphatic-r.is-active .hamburger-inner {
  transition-delay: 0s;
  transition-timing-function: ease-out;
  background-color: transparent !important;
}

.hamburger--emphatic-r.is-active .hamburger-inner::before {
  left: -80px;
  top: 80px;
  transform: translate3d(80px, -80px, 0) rotate(-45deg);
  transition: left 0.125s ease-out, top 0.05s 0.125s linear, transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
}

.hamburger--emphatic-r.is-active .hamburger-inner::after {
  right: -80px;
  top: 80px;
  transform: translate3d(-80px, -80px, 0) rotate(45deg);
  transition: right 0.125s ease-out, top 0.05s 0.125s linear, transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
}

/*
   * Minus
   */
.hamburger--minus .hamburger-inner::before, .hamburger--minus .hamburger-inner::after {
  transition: bottom 0.08s 0s ease-out, top 0.08s 0s ease-out, opacity 0s linear;
}

.hamburger--minus.is-active .hamburger-inner::before, .hamburger--minus.is-active .hamburger-inner::after {
  opacity: 0;
  transition: bottom 0.08s ease-out, top 0.08s ease-out, opacity 0s 0.08s linear;
}

.hamburger--minus.is-active .hamburger-inner::before {
  top: 0;
}

.hamburger--minus.is-active .hamburger-inner::after {
  bottom: 0;
}

/*
   * Slider
   */
.hamburger--slider .hamburger-inner {
  top: 2px;
}

.hamburger--slider .hamburger-inner::before {
  top: 10px;
  transition-property: transform, opacity;
  transition-timing-function: ease;
  transition-duration: 0.15s;
}

.hamburger--slider .hamburger-inner::after {
  top: 20px;
}

.hamburger--slider.is-active .hamburger-inner {
  transform: translate3d(0, 10px, 0) rotate(45deg);
}

.hamburger--slider.is-active .hamburger-inner::before {
  transform: rotate(-45deg) translate3d(-5.71429px, -6px, 0);
  opacity: 0;
}

.hamburger--slider.is-active .hamburger-inner::after {
  transform: translate3d(0, -20px, 0) rotate(-90deg);
}

/*
   * Slider Reverse
   */
.hamburger--slider-r .hamburger-inner {
  top: 2px;
}

.hamburger--slider-r .hamburger-inner::before {
  top: 10px;
  transition-property: transform, opacity;
  transition-timing-function: ease;
  transition-duration: 0.15s;
}

.hamburger--slider-r .hamburger-inner::after {
  top: 20px;
}

.hamburger--slider-r.is-active .hamburger-inner {
  transform: translate3d(0, 10px, 0) rotate(-45deg);
}

.hamburger--slider-r.is-active .hamburger-inner::before {
  transform: rotate(45deg) translate3d(5.71429px, -6px, 0);
  opacity: 0;
}

.hamburger--slider-r.is-active .hamburger-inner::after {
  transform: translate3d(0, -20px, 0) rotate(90deg);
}

/*
   * Spin
   */
.hamburger--spin .hamburger-inner {
  transition-duration: 0.22s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--spin .hamburger-inner::before {
  transition: top 0.1s 0.25s ease-in, opacity 0.1s ease-in;
}

.hamburger--spin .hamburger-inner::after {
  transition: bottom 0.1s 0.25s ease-in, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--spin.is-active .hamburger-inner {
  transform: rotate(225deg);
  transition-delay: 0.12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

.hamburger--spin.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
  transition: top 0.1s ease-out, opacity 0.1s 0.12s ease-out;
}

.hamburger--spin.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(-90deg);
  transition: bottom 0.1s ease-out, transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*
   * Spin Reverse
   */
.hamburger--spin-r .hamburger-inner {
  transition-duration: 0.22s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--spin-r .hamburger-inner::before {
  transition: top 0.1s 0.25s ease-in, opacity 0.1s ease-in;
}

.hamburger--spin-r .hamburger-inner::after {
  transition: bottom 0.1s 0.25s ease-in, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--spin-r.is-active .hamburger-inner {
  transform: rotate(-225deg);
  transition-delay: 0.12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

.hamburger--spin-r.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
  transition: top 0.1s ease-out, opacity 0.1s 0.12s ease-out;
}

.hamburger--spin-r.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(90deg);
  transition: bottom 0.1s ease-out, transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*
   * Spring
   */
.hamburger--spring .hamburger-inner {
  top: 2px;
  transition: background-color 0s 0.13s linear;
}

.hamburger--spring .hamburger-inner::before {
  top: 10px;
  transition: top 0.1s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--spring .hamburger-inner::after {
  top: 20px;
  transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--spring.is-active .hamburger-inner {
  transition-delay: 0.22s;
  background-color: transparent !important;
}

.hamburger--spring.is-active .hamburger-inner::before {
  top: 0;
  transition: top 0.1s 0.15s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
  transform: translate3d(0, 10px, 0) rotate(45deg);
}

.hamburger--spring.is-active .hamburger-inner::after {
  top: 0;
  transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
  transform: translate3d(0, 10px, 0) rotate(-45deg);
}

/*
   * Spring Reverse
   */
.hamburger--spring-r .hamburger-inner {
  top: auto;
  bottom: 0;
  transition-duration: 0.13s;
  transition-delay: 0s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--spring-r .hamburger-inner::after {
  top: -20px;
  transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0s linear;
}

.hamburger--spring-r .hamburger-inner::before {
  transition: top 0.1s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--spring-r.is-active .hamburger-inner {
  transform: translate3d(0, -10px, 0) rotate(-45deg);
  transition-delay: 0.22s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

.hamburger--spring-r.is-active .hamburger-inner::after {
  top: 0;
  opacity: 0;
  transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0s 0.22s linear;
}

.hamburger--spring-r.is-active .hamburger-inner::before {
  top: 0;
  transform: rotate(90deg);
  transition: top 0.1s 0.15s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*
   * Stand
   */
.hamburger--stand .hamburger-inner {
  transition: transform 0.075s 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19), background-color 0s 0.075s linear;
}

.hamburger--stand .hamburger-inner::before {
  transition: top 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--stand .hamburger-inner::after {
  transition: bottom 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--stand.is-active .hamburger-inner {
  transform: rotate(90deg);
  background-color: transparent !important;
  transition: transform 0.075s 0s cubic-bezier(0.215, 0.61, 0.355, 1), background-color 0s 0.15s linear;
}

.hamburger--stand.is-active .hamburger-inner::before {
  top: 0;
  transform: rotate(-45deg);
  transition: top 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.hamburger--stand.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(45deg);
  transition: bottom 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*
   * Stand Reverse
   */
.hamburger--stand-r .hamburger-inner {
  transition: transform 0.075s 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19), background-color 0s 0.075s linear;
}

.hamburger--stand-r .hamburger-inner::before {
  transition: top 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--stand-r .hamburger-inner::after {
  transition: bottom 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--stand-r.is-active .hamburger-inner {
  transform: rotate(-90deg);
  background-color: transparent !important;
  transition: transform 0.075s 0s cubic-bezier(0.215, 0.61, 0.355, 1), background-color 0s 0.15s linear;
}

.hamburger--stand-r.is-active .hamburger-inner::before {
  top: 0;
  transform: rotate(-45deg);
  transition: top 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.hamburger--stand-r.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(45deg);
  transition: bottom 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*
   * Squeeze
   */
.hamburger--squeeze .hamburger-inner {
  transition-duration: 0.075s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--squeeze .hamburger-inner::before {
  transition: top 0.075s 0.12s ease, opacity 0.075s ease;
}

.hamburger--squeeze .hamburger-inner::after {
  transition: bottom 0.075s 0.12s ease, transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--squeeze.is-active .hamburger-inner {
  transform: rotate(45deg);
  transition-delay: 0.12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

.hamburger--squeeze.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
  transition: top 0.075s ease, opacity 0.075s 0.12s ease;
}

.hamburger--squeeze.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(-90deg);
  transition: bottom 0.075s ease, transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*
   * Vortex
   */
.hamburger--vortex .hamburger-inner {
  transition-duration: 0.2s;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

.hamburger--vortex .hamburger-inner::before, .hamburger--vortex .hamburger-inner::after {
  transition-duration: 0s;
  transition-delay: 0.1s;
  transition-timing-function: linear;
}

.hamburger--vortex .hamburger-inner::before {
  transition-property: top, opacity;
}

.hamburger--vortex .hamburger-inner::after {
  transition-property: bottom, transform;
}

.hamburger--vortex.is-active .hamburger-inner {
  transform: rotate(765deg);
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

.hamburger--vortex.is-active .hamburger-inner::before, .hamburger--vortex.is-active .hamburger-inner::after {
  transition-delay: 0s;
}

.hamburger--vortex.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
}

.hamburger--vortex.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(90deg);
}

/*
   * Vortex Reverse
   */
.hamburger--vortex-r .hamburger-inner {
  transition-duration: 0.2s;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

.hamburger--vortex-r .hamburger-inner::before, .hamburger--vortex-r .hamburger-inner::after {
  transition-duration: 0s;
  transition-delay: 0.1s;
  transition-timing-function: linear;
}

.hamburger--vortex-r .hamburger-inner::before {
  transition-property: top, opacity;
}

.hamburger--vortex-r .hamburger-inner::after {
  transition-property: bottom, transform;
}

.hamburger--vortex-r.is-active .hamburger-inner {
  transform: rotate(-765deg);
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

.hamburger--vortex-r.is-active .hamburger-inner::before, .hamburger--vortex-r.is-active .hamburger-inner::after {
  transition-delay: 0s;
}

.hamburger--vortex-r.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
}

.hamburger--vortex-r.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(-90deg);
}

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

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

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

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

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

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

/* Slider */
.slick-loading .slick-list {
  background: #fff url("/public/ajax-loader.gif") center center no-repeat;
}

/* Icons */
@font-face {
  font-family: "slick";
  src: url("/fontsslick.eot");
  src: url("/fontsslick.eot?#iefix") format("embedded-opentype"), url("/fontsslick.woff") format("woff"), url("/fontsslick.ttf") format("truetype"), url("/fontsslick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}
.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}
.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}
.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}
[dir=rtl] .slick-prev {
  left: auto;
  right: -25px;
}
.slick-prev:before {
  content: "←";
}
[dir=rtl] .slick-prev:before {
  content: "→";
}

.slick-next {
  right: -25px;
}
[dir=rtl] .slick-next {
  left: -25px;
  right: auto;
}
.slick-next:before {
  content: "→";
}
[dir=rtl] .slick-next:before {
  content: "←";
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}
.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 24px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  color: black;
  opacity: 0.75;
}

body.hidden-scroll {
  overflow: hidden;
}

.sl-overlay {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: #fff;
  opacity: 0.7;
  display: none;
  z-index: 1035;
}

.sl-wrapper {
  z-index: 1040;
}
.sl-wrapper button {
  border: 0 none;
  background: transparent;
  font-size: 28px;
  padding: 0;
  cursor: pointer;
}
.sl-wrapper button:hover {
  opacity: 0.7;
}
.sl-wrapper .sl-close {
  display: none;
  position: fixed;
  right: 30px;
  top: 30px;
  z-index: 10060;
  margin-top: -14px;
  margin-right: -14px;
  height: 44px;
  width: 44px;
  line-height: 44px;
  font-family: Arial, Baskerville, monospace;
  color: #000;
  font-size: 3rem;
}
.sl-wrapper .sl-close:focus {
  outline: none;
}
.sl-wrapper .sl-counter {
  display: none;
  position: fixed;
  top: 30px;
  left: 30px;
  z-index: 1060;
  color: #000;
  font-size: 1rem;
}
.sl-wrapper .sl-navigation {
  width: 100%;
  display: none;
}
.sl-wrapper .sl-navigation button {
  position: fixed;
  top: 50%;
  margin-top: -22px;
  height: 44px;
  width: 22px;
  line-height: 44px;
  text-align: center;
  display: block;
  z-index: 10060;
  font-family: Arial, Baskerville, monospace;
  color: #000;
}
.sl-wrapper .sl-navigation button.sl-next {
  right: 5px;
  font-size: 2rem;
}
.sl-wrapper .sl-navigation button.sl-prev {
  left: 5px;
  font-size: 2rem;
}
.sl-wrapper .sl-navigation button:focus {
  outline: none;
}
@media (min-width: 35.5em) {
  .sl-wrapper .sl-navigation button {
    width: 44px;
  }
  .sl-wrapper .sl-navigation button.sl-next {
    right: 10px;
    font-size: 3rem;
  }
  .sl-wrapper .sl-navigation button.sl-prev {
    left: 10px;
    font-size: 3rem;
  }
}
@media (min-width: 50em) {
  .sl-wrapper .sl-navigation button {
    width: 44px;
  }
  .sl-wrapper .sl-navigation button.sl-next {
    right: 20px;
    font-size: 3rem;
  }
  .sl-wrapper .sl-navigation button.sl-prev {
    left: 20px;
    font-size: 3rem;
  }
}
.sl-wrapper .sl-image {
  position: fixed;
  touch-action: none;
  z-index: 10000;
}
.sl-wrapper .sl-image img {
  margin: 0;
  padding: 0;
  display: block;
  border: 0 none;
  width: 100%;
  height: auto;
}
@media (min-width: 35.5em) {
  .sl-wrapper .sl-image img {
    border: 0 none;
  }
}
@media (min-width: 50em) {
  .sl-wrapper .sl-image img {
    border: 0 none;
  }
}
.sl-wrapper .sl-image iframe {
  background: #000;
  border: 0 none;
}
@media (min-width: 35.5em) {
  .sl-wrapper .sl-image iframe {
    border: 0 none;
  }
}
@media (min-width: 50em) {
  .sl-wrapper .sl-image iframe {
    border: 0 none;
  }
}
.sl-wrapper .sl-image .sl-caption {
  display: none;
  padding: 10px;
  color: #fff;
  background: rgba(0, 0, 0, 0.8);
  font-size: 1rem;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
.sl-wrapper .sl-image .sl-caption.pos-top {
  bottom: auto;
  top: 0;
}
.sl-wrapper .sl-image .sl-caption.pos-outside {
  bottom: auto;
}
.sl-wrapper .sl-image .sl-download {
  display: none;
  position: absolute;
  bottom: 5px;
  right: 5px;
  color: #000;
  z-index: 1060;
}

.sl-spinner {
  display: none;
  border: 5px solid #333;
  border-radius: 40px;
  height: 40px;
  left: 50%;
  margin: -20px 0 0 -20px;
  opacity: 0;
  position: fixed;
  top: 50%;
  width: 40px;
  z-index: 1007;
  -webkit-animation: pulsate 1s ease-out infinite;
  animation: pulsate 1s ease-out infinite;
}

.sl-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

.sl-transition {
  transition: transform ease 200ms;
}

@-webkit-keyframes pulsate {
  0% {
    transform: scale(0.1);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    transform: scale(1.2);
    opacity: 0;
  }
}
@keyframes pulsate {
  0% {
    transform: scale(0.1);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    transform: scale(1.2);
    opacity: 0;
  }
}
/*! jQuery UI - v1.9.2 - 2019-04-25
* http://jqueryui.com
* Includes: jquery.ui.core.css, jquery.ui.datepicker.css
* Copyright jQuery Foundation and other contributors; Licensed MIT */
/* Layout helpers
----------------------------------*/
.ui-helper-hidden {
  display: none;
}

.ui-helper-hidden-accessible {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.ui-helper-reset {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  line-height: 1.3;
  text-decoration: none;
  font-size: 100%;
  list-style: none;
}

.ui-helper-clearfix:before, .ui-helper-clearfix:after {
  content: "";
  display: table;
}

.ui-helper-clearfix:after {
  clear: both;
}

.ui-helper-clearfix {
  zoom: 1;
}

.ui-helper-zfix {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  opacity: 0;
  filter: Alpha(Opacity=0);
}

/* Interaction Cues
----------------------------------*/
.ui-state-disabled {
  cursor: default !important;
}

/* Icons
----------------------------------*/
/* states and images */
.ui-icon {
  display: block;
  text-indent: -99999px;
  overflow: hidden;
  background-repeat: no-repeat;
}

/* Misc visuals
----------------------------------*/
/* Overlays */
.ui-widget-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.ui-datepicker {
  width: 17em;
  padding: 0.2em 0.2em 0;
  display: none;
}

.ui-datepicker .ui-datepicker-header {
  position: relative;
  padding: 0.2em 0;
}

.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next {
  position: absolute;
  top: 2px;
  width: 1.8em;
  height: 1.8em;
}

.ui-datepicker .ui-datepicker-prev-hover, .ui-datepicker .ui-datepicker-next-hover {
  top: 1px;
}

.ui-datepicker .ui-datepicker-prev {
  left: 2px;
}

.ui-datepicker .ui-datepicker-next {
  right: 2px;
}

.ui-datepicker .ui-datepicker-prev-hover {
  left: 1px;
}

.ui-datepicker .ui-datepicker-next-hover {
  right: 1px;
}

.ui-datepicker .ui-datepicker-prev span, .ui-datepicker .ui-datepicker-next span {
  display: block;
  position: absolute;
  left: 50%;
  margin-left: -8px;
  top: 50%;
  margin-top: -8px;
}

.ui-datepicker .ui-datepicker-title {
  margin: 0 2.3em;
  line-height: 1.8em;
  text-align: center;
}

.ui-datepicker .ui-datepicker-title select {
  font-size: 1em;
  margin: 1px 0;
}

.ui-datepicker select.ui-datepicker-month-year {
  width: 100%;
}

.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
  width: 49%;
}

.ui-datepicker table {
  width: 100%;
  font-size: 0.9em;
  border-collapse: collapse;
  margin: 0 0 0.4em;
}

.ui-datepicker th {
  padding: 0.7em 0.3em;
  text-align: center;
  font-weight: bold;
  border: 0;
}

.ui-datepicker td {
  border: 0;
  padding: 1px;
}

.ui-datepicker td span, .ui-datepicker td a {
  display: block;
  padding: 0.2em;
  text-align: right;
  text-decoration: none;
}

.ui-datepicker .ui-datepicker-buttonpane {
  background-image: none;
  margin: 0.7em 0 0 0;
  padding: 0 0.2em;
  border-left: 0;
  border-right: 0;
  border-bottom: 0;
}

.ui-datepicker .ui-datepicker-buttonpane button {
  float: right;
  margin: 0.5em 0.2em 0.4em;
  cursor: pointer;
  padding: 0.2em 0.6em 0.3em 0.6em;
  width: auto;
  overflow: visible;
}

.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
  float: left;
}

/* with multiple calendars */
.ui-datepicker.ui-datepicker-multi {
  width: auto;
}

.ui-datepicker-multi .ui-datepicker-group {
  float: left;
}

.ui-datepicker-multi .ui-datepicker-group table {
  width: 95%;
  margin: 0 auto 0.4em;
}

.ui-datepicker-multi-2 .ui-datepicker-group {
  width: 50%;
}

.ui-datepicker-multi-3 .ui-datepicker-group {
  width: 33.3%;
}

.ui-datepicker-multi-4 .ui-datepicker-group {
  width: 25%;
}

.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header {
  border-left-width: 0;
}

.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
  border-left-width: 0;
}

.ui-datepicker-multi .ui-datepicker-buttonpane {
  clear: left;
}

.ui-datepicker-row-break {
  clear: both;
  width: 100%;
  font-size: 0em;
}

/* RTL support */
.ui-datepicker-rtl {
  direction: rtl;
}

.ui-datepicker-rtl .ui-datepicker-prev {
  right: 2px;
  left: auto;
}

.ui-datepicker-rtl .ui-datepicker-next {
  left: 2px;
  right: auto;
}

.ui-datepicker-rtl .ui-datepicker-prev:hover {
  right: 1px;
  left: auto;
}

.ui-datepicker-rtl .ui-datepicker-next:hover {
  left: 1px;
  right: auto;
}

.ui-datepicker-rtl .ui-datepicker-buttonpane {
  clear: right;
}

.ui-datepicker-rtl .ui-datepicker-buttonpane button {
  float: left;
}

.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current {
  float: right;
}

.ui-datepicker-rtl .ui-datepicker-group {
  float: right;
}

.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header {
  border-right-width: 0;
  border-left-width: 1px;
}

.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
  border-right-width: 0;
  border-left-width: 1px;
}

/* IE6 IFRAME FIX (taken from datepicker 1.5.3 */
.ui-datepicker-cover {
  position: absolute; /*must have*/
  z-index: -1; /*must have*/
  filter: mask(); /*must have*/
  top: -4px; /*must have*/
  left: -4px; /*must have*/
  width: 200px; /*must have*/
  height: 200px; /*must have*/
}

.sub-header-meta {
  display: flex;
  flex-direction: row;
}
.sub-header-meta .exhibition-meta {
  align-items: flex-start;
  color: #CA2027;
  display: flex;
  flex-direction: column;
  font-size: 0.875rem;
  font-weight: 900;
  height: 100%;
  justify-content: flex-end;
  margin-right: 50px;
}

.exhibition {
  color: #526173;
  margin-top: 25px;
}
.exhibition .feature-image {
  background-size: cover;
  width: 100%;
  height: 230px;
  margin-bottom: 5px;
  position: relative;
  z-index: 1;
}
.exhibition .feature-image .overlay {
  background-color: rgba(202, 32, 39, 0.8);
  display: flex;
  opacity: 0;
  align-items: center;
  justify-content: center;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  transition: 0.3s opacity;
}
.exhibition .feature-image .overlay .fus-button, .exhibition .feature-image .overlay .cookie-consent .cookie-consent__agree, .cookie-consent .exhibition .feature-image .overlay .cookie-consent__agree {
  font-weight: 900;
}
.exhibition .details {
  padding: 15px;
}
.exhibition .details .title {
  max-width: 180px;
  line-height: 1.6rem;
}
.exhibition .details .date {
  color: #75879d;
  font-weight: 900;
  font-size: 0.875rem;
  margin-bottom: 15px;
}
.exhibition .details .description {
  font-size: 0.875rem;
  margin-bottom: 10px;
}
.exhibition .details .price {
  font-size: 0.875rem;
  font-weight: 900;
}
.exhibition:hover .title, .exhibition:focus .title {
  color: #CA2027;
}
.exhibition:hover .date, .exhibition:focus .date {
  color: #e45359;
}
.exhibition:hover .description,
.exhibition:hover .price, .exhibition:focus .description,
.exhibition:focus .price {
  color: #526173;
}
.exhibition:hover .feature-image .overlay, .exhibition:focus .feature-image .overlay {
  opacity: 1;
}

.exhibition-show-container .feature-image {
  height: 450px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center 14%;
  margin-bottom: 40px;
}
.exhibition-show-container .content p:first-child {
  font-weight: 900;
}
.exhibition-show-container .content a {
  color: #CA2027;
}
.exhibition-show-container .content .ql-video, .exhibition-show-container .content iframe {
  width: 100%;
  height: 75.5%;
}

.event {
  border: 1px solid #dde2e7;
  padding: 15px 20px 30px;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}
.event .meta {
  color: #93a1b2;
  font-size: 0.75rem;
  font-weight: 900;
  margin-bottom: 35px;
}
.event .title {
  font-size: 1.125rem;
  font-weight: 900;
  margin-bottom: 25px;
}
.event .description {
  font-size: 0.875rem;
}
.event .price {
  color: #CA2027;
  padding: 35px 0;
  font-size: 0.875rem;
}
.event .price .amt {
  font-weight: 900;
}
.event .price .info {
  font-size: 0.6875rem;
  margin-top: -3px;
  margin-bottom: -13px;
}
.event .fus-button, .event .cookie-consent .cookie-consent__agree, .cookie-consent .event .cookie-consent__agree {
  font-weight: 900;
}

.sub-header-action {
  display: flex;
  align-items: flex-end;
}

.sub-header-meta {
  display: flex;
  flex-direction: row;
}
.sub-header-meta .event-meta {
  align-items: flex-start;
  color: #CA2027;
  display: flex;
  flex-direction: column;
  font-weight: 900;
  height: 100%;
  justify-content: flex-end;
  margin-right: 40px;
}

.event-intro {
  padding-top: 100px;
}
.event-intro .intro-description {
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.event-intro .intro-description h4 {
  margin-bottom: 25px;
}
.event-intro .intro-description a {
  color: #CA2027;
}
.event-intro .intro-image img {
  width: 100%;
}

.event-share-container {
  padding-right: 0.625rem;
  padding-left: 0.625rem;
  max-width: 80.625rem;
  margin-left: auto;
  margin-right: auto;
  margin-top: 100px;
}
@media print, screen and (min-width: 40em) {
  .event-share-container {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}
.event-share-container .event-share-body {
  background-color: #f5f6f8;
  border-radius: 2px;
  padding: 45px;
}
.event-share-container .share-buttons {
  margin-top: 20px;
  display: flex;
  flex-direction: row;
  width: 100%;
}
.event-share-container .share-buttons .share-button {
  align-items: center;
  color: #fefefe;
  display: inline-flex;
  flex-basis: 0;
  flex-grow: 1;
  justify-content: center;
  padding: 15px;
}
.event-share-container .share-buttons .share-button.facebook {
  background-color: #3C5A96;
}
.event-share-container .share-buttons .share-button.twitter {
  background-color: #2FCBFC;
}
.event-share-container .share-buttons .share-button.linkedin {
  background-color: #417399;
}
.event-share-container .share-buttons .share-button.googleplus {
  background-color: #DB4C3F;
}

.calendar-section h4.leader {
  margin-bottom: 35px;
}
.calendar-section .whatsnew-cta {
  z-index: 2;
  position: relative;
  align-items: center;
  background-size: cover;
  display: flex;
  justify-content: center;
}
.calendar-section .whatsnew-cta:after {
  background-image: linear-gradient(0deg, #201E26 0%, rgba(202, 32, 39, 0) 100%);
  content: "";
  height: 100%;
  left: 0;
  pointer-events: none;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
}
.calendar-section .whatsnew-cta .sub-header-container {
  z-index: 2;
  color: #fefefe;
}
.calendar-section .whatsnew-cta .sub-header-container h3, .calendar-section .whatsnew-cta .sub-header-container h1 {
  color: #fefefe;
}
.calendar-section .whatsnew-cta .content {
  padding: 50px;
  text-align: center;
  z-index: 2;
}
.calendar-section .whatsnew-cta .content .date {
  color: #dde2e7;
  font-weight: 900;
  margin-bottom: 10px;
}
.calendar-section .whatsnew-cta .content .fus-button, .calendar-section .whatsnew-cta .content .cookie-consent .cookie-consent__agree, .cookie-consent .calendar-section .whatsnew-cta .content .cookie-consent__agree {
  margin-top: 15px;
}
@media print, screen and (min-width: 40em) {
  .calendar-section .whatsnew-cta .content {
    padding: 100px 150px;
  }
}

#event_calendar {
  height: 250px;
}
#event_calendar .ui-datepicker-title {
  font-weight: bold;
  line-height: 1.8em;
  margin: 0 0.9em;
  text-align: left;
}
#event_calendar .ui-datepicker-prev {
  right: 25px;
  left: auto;
}
#event_calendar .ui-datepicker-prev span,
#event_calendar .ui-datepicker-next span {
  background-image: none !important;
}
#event_calendar .ui-datepicker-prev:before,
#event_calendar .ui-datepicker-next:before {
  align-items: center;
  bottom: 0;
  display: flex;
  font-family: "Font Awesome 5 Pro";
  font-size: 0.8125rem;
  font-weight: bold;
  justify-content: center;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}
#event_calendar .ui-datepicker-prev:before {
  content: "\f053";
}
#event_calendar .ui-datepicker-next:before {
  content: "\f054";
}
#event_calendar table {
  border: 0 none transparent;
}
#event_calendar table thead,
#event_calendar table tbody,
#event_calendar table tfoot {
  background-color: transparent;
  border: 0 none transparent;
}
#event_calendar table tr th span {
  text-align: center;
  width: 28px;
}
#event_calendar table tr td {
  padding: 1px 1px 1px 5px;
}
#event_calendar table tr td a, #event_calendar table tr td span {
  border-radius: 25px;
  text-align: center;
  width: 28px;
}
#event_calendar table tr td.ui-datepicker-today a, #event_calendar table tr td.ui-datepicker-today span {
  border: 1px solid #CA2027;
  color: #CA2027;
}
#event_calendar table tr td.allowed-date a, #event_calendar table tr td.allowed-date span {
  background-color: #dde2e7;
}
#event_calendar table tr:nth-child(even) {
  background-color: transparent;
}

.upcoming-events-show {
  padding: 100px 0;
}

.video-container {
  position: relative;
  padding-bottom: 70%;
  overflow: hidden;
  height: 0;
  margin: 3rem 0;
}
.video-container.paused-state .play {
  display: flex;
}
.video-container.square_video {
  padding-bottom: 100%;
  margin: 0;
}
.video-container.not-full-width {
  margin: 3rem 0;
}

.video-container iframe,
.video-container object,
.video-container video,
.video-container embed {
  position: absolute;
  top: 0;
  left: -1px;
  width: 100%;
  height: 100% !important;
}

video {
  width: 100%;
}

.thequeenisdead {
  width: 100vw;
  height: 100vh;
  display: flex;
  z-index: 1000;
  position: fixed;
  top: 0;
  left: 0;
  background: #000 url("/img/queen.jpg");
  background-position: right;
  background-size: contain;
  background-repeat: no-repeat;
}
.thequeenisdead .queenimage {
  display: none;
}
.thequeenisdead .queextext {
  background: rgb(0, 0, 0);
  background: linear-gradient(90deg, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%);
  color: #fff;
  width: 70vw;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: left;
  padding-left: 10vw;
}
.thequeenisdead .queextext .queeninner {
  width: 60%;
}
.thequeenisdead .queextext .queeninner .blogoi {
  max-width: 300px;
  margin-bottom: 30px;
}

@media (max-width: 1000px) {
  .thequeenisdead {
    width: 100vw;
    height: 100vh;
    overflow: scroll;
    display: flex;
    flex-direction: column;
    z-index: 1000;
    position: fixed;
    top: 0;
    left: 0;
    background-image: none;
  }
  .thequeenisdead .queenimage {
    display: block;
    width: 100%;
  }
  .thequeenisdead .queextext {
    color: #fff;
    width: 100vw;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: left;
    padding-left: 0;
  }
  .thequeenisdead .queextext .queeninner {
    width: 100%;
    padding: 50px 5%;
  }
  .thequeenisdead .queextext .queeninner .blogoi {
    max-width: 300px;
    margin-bottom: 30px;
  }
}
.slider-container {
  position: relative;
}

.vembed {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
}

.vembed iframe,
.vembed object,
.vembed embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.home-slider .slide {
  padding: 75px 0;
  position: relative;
  background: transparent none no-repeat scroll center center;
  background-size: cover;
}
.home-slider .slide .slide-content {
  color: #fefefe;
  z-index: 2;
}
.home-slider .slide .slide-content h6 {
  color: #fefefe;
  display: inline-block;
}
.home-slider .slide .slide-content .submit-images {
  color: rgba(254, 254, 254, 0.7);
  display: inline-block;
  margin-left: 25px;
  font-size: 0.75rem;
  font-weight: 900;
  border-bottom: 1px solid transparent;
  line-height: 10px;
}
.home-slider .slide .slide-content .submit-images:hover {
  border-color: rgba(254, 254, 254, 0.7);
}
.home-slider .slide .slide-content h3 {
  color: #fefefe;
  max-width: 400px;
  line-height: 1.15em;
  margin-top: 20px;
}
.home-slider .slide .slide-content .fus-button, .home-slider .slide .slide-content .cookie-consent .cookie-consent__agree, .cookie-consent .home-slider .slide .slide-content .cookie-consent__agree {
  margin-top: 30px;
}
.home-slider .slide:after {
  background-color: rgba(82, 97, 115, 0.5);
  content: "";
  height: 100%;
  left: 0;
  pointer-events: none;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
}

.slider-opening-hours {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  display: none;
  align-items: center;
  z-index: 2;
  pointer-events: none;
}
.slider-opening-hours .oh-content {
  max-width: 75rem;
  margin: 0 auto;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
.slider-opening-hours .oh-content .title {
  color: #fefefe;
  font-size: 0.75rem;
  pointer-events: initial;
}
.slider-opening-hours .oh-content .data {
  color: #fefefe;
  font-size: 1rem;
  font-weight: 900;
  pointer-events: initial;
}
.slider-opening-hours .oh-content .data i {
  color: #fefefe;
}
@media print, screen and (min-width: 40em) {
  .slider-opening-hours {
    display: flex;
  }
}

.dot-container {
  pointer-events: none;
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}
.dot-container .slick-dots {
  max-width: 75rem;
  margin: 0 auto;
  bottom: auto;
}
.dot-container .slick-dots li {
  display: block;
  margin-left: -75px;
}
.dot-container .slick-dots li.slick-active button:before {
  color: #fefefe;
  opacity: 1;
}
.dot-container .slick-dots li button {
  pointer-events: initial;
}
.dot-container .slick-dots li button:before {
  color: #fefefe;
}

.fundraiser-announcement {
  background-color: #CA2027;
  color: white;
  margin-bottom: 3rem;
  padding: 3rem;
  border-radius: 3px;
}
.fundraiser-announcement h2 {
  color: white;
  font-size: 1.25rem;
  margin-bottom: 1rem;
}
.fundraiser-announcement .support-us {
  border-radius: 3px;
  background-color: #fefefe;
  border: 1px solid #fefefe;
  color: #CA2027;
  display: inline-block;
  margin-top: 1rem;
  padding: 0.8rem 1.2rem;
  box-shadow: -3px 4px 0px 1px #8a2a21;
}
@media print, screen and (min-width: 40em) {
  .fundraiser-announcement {
    margin-top: -4rem;
  }
}

.intro-heading h1, .intro-heading h2, .intro-heading h3, .intro-heading h4, .intro-heading h5 {
  font-size: 2.25rem;
}
.intro-heading.vj-intro {
  margin-bottom: 2rem;
}

.intro-text {
  padding-top: 35px;
}
.intro-text .access-statement {
  color: #526173;
  display: block;
  font-size: 1.125rem;
  font-weight: 900;
  margin-bottom: 40px;
}
.intro-text .access-statement i {
  margin-right: 5px;
}
@media print, screen and (min-width: 40em) {
  .intro-text {
    padding-top: 65px;
  }
}
.intro-text p {
  margin-bottom: 30px;
}
.intro-text li p {
  margin-bottom: 0;
}
.intro-text a {
  color: #CA2027;
}

.sidebar-container {
  margin: 50px 0;
}
.sidebar-container.padding-top {
  padding-top: 65px;
}
.sidebar-container .sidebar-title {
  color: #526173;
  margin-bottom: 50px;
}
.sidebar-container .sidebar-subtitle {
  color: #526173;
  font-size: 1.5rem;
  font-weight: 400;
  margin-top: 50px;
  margin-bottom: 50px;
}
.sidebar-container .sidebar-subtitle a {
  color: #526173;
}
.sidebar-container .sidebar-subtitle i {
  vertical-align: middle;
  margin-left: 5px;
}
@media print, screen and (min-width: 40em) {
  .sidebar-container {
    margin: 0;
  }
}

.category {
  z-index: 2;
  position: relative;
  background: transparent none no-repeat scroll center center;
  background-size: cover;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 250px;
  padding: 20px;
  position: relative;
  margin-bottom: 20px;
}
.category:after {
  background-image: linear-gradient(0deg, #201E26 0%, rgba(202, 32, 39, 0) 100%);
  content: "";
  height: 100%;
  left: 0;
  pointer-events: none;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
}
.category .sub-header-container {
  z-index: 2;
  color: #fefefe;
}
.category .sub-header-container h3, .category .sub-header-container h1 {
  color: #fefefe;
}
.category .category-count {
  z-index: 2;
}
.category .category-count .fus-button, .category .category-count .cookie-consent .cookie-consent__agree, .cookie-consent .category .category-count .cookie-consent__agree {
  font-size: 0.625rem;
  padding: 3px 5px;
}
.category .meta {
  color: #fefefe;
  z-index: 2;
}
.category .meta .category-icon {
  font-size: 1.25rem;
}
.category .meta .category-name {
  font-size: 1.5rem;
  font-weight: 900;
  line-height: 1.2em;
}
.category:after {
  background-image: linear-gradient(0deg, #201E26 0%, rgba(202, 32, 39, 0) 100%);
}

.shop-cta {
  padding-right: 0.625rem;
  padding-left: 0.625rem;
  max-width: 90rem;
  margin-left: auto;
  margin-right: auto;
  z-index: 2;
  position: relative;
  background: transparent url("/img/shop-cta-bg.jpg") no-repeat scroll left top;
  background-size: cover;
  margin-top: 120px;
  margin-bottom: 120px;
  padding: 45px 40px;
}
@media print, screen and (min-width: 40em) {
  .shop-cta {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}
.shop-cta:after {
  background-image: linear-gradient(0deg, #201E26 0%, rgba(202, 32, 39, 0) 100%);
  content: "";
  height: 100%;
  left: 0;
  pointer-events: none;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
}
.shop-cta .sub-header-container {
  z-index: 2;
  color: #fefefe;
}
.shop-cta .sub-header-container h3, .shop-cta .sub-header-container h1 {
  color: #fefefe;
}
.shop-cta .shop-cta-content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  z-index: 2;
}
.shop-cta .shop-cta-content .title {
  display: flex;
  align-items: center;
}
.shop-cta .shop-cta-content .title img {
  display: inline-block;
  margin-right: 40px;
}
.shop-cta .shop-cta-content .title h3 {
  display: inline-block;
}
.shop-cta .shop-cta-content .visit {
  display: flex;
  align-items: center;
}
@media print, screen and (min-width: 40em) {
  .shop-cta {
    padding: 130px 120px;
  }
  .shop-cta .shop-cta-content {
    flex-direction: row;
  }
}
.shop-cta:after {
  background-image: linear-gradient(90deg, #201E26 0%, rgba(202, 32, 39, 0) 100%);
}

.temporary-exhibitions,
.upcoming-events {
  margin-bottom: 90px;
  width: 100%;
}

.section-title {
  margin-bottom: 25px;
}

.visit-sidebar .directions {
  display: block;
  margin-bottom: 50px;
}
.visit-sidebar .museum-information {
  font-size: 0.875rem;
  margin-bottom: 50px;
}
.visit-sidebar .museum-information a {
  color: #CA2027;
  text-decoration: underline;
}
.visit-sidebar .directions-map {
  margin-bottom: 90px;
}
.visit-sidebar .directions-map img {
  width: 100%;
}
.visit-sidebar .contact-information .info {
  font-size: 0.875rem;
  font-weight: 900;
  margin-bottom: 3px;
}
.visit-sidebar .contact-information .info i {
  margin-right: 20px;
}
.visit-sidebar .contact-information .info a:hover, .visit-sidebar .contact-information .info a:focus {
  color: #526173;
}
.visit-sidebar .contact-information .info:last-of-type {
  margin-bottom: 0;
}

.sub-header.about {
  z-index: 2;
  position: relative;
  background: transparent url("/img/about-the-regiment.jpg") no-repeat scroll center center;
  background-size: cover;
  height: 200px;
}
.sub-header.about:after {
  background-image: linear-gradient(0deg, #201E26 0%, rgba(202, 32, 39, 0) 100%);
  content: "";
  height: 100%;
  left: 0;
  pointer-events: none;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
}
.sub-header.about .sub-header-container {
  z-index: 2;
  color: #fefefe;
}
.sub-header.about .sub-header-container h3, .sub-header.about .sub-header-container h1 {
  color: #fefefe;
}
.sub-header.about .grid-container,
.sub-header.about .grid-x {
  height: 100%;
}
.sub-header.about .sub-header-container {
  align-items: flex-end;
  margin-top: 0;
  margin-bottom: 0;
  z-index: 2;
  padding: 0 0 0 20px;
}
.sub-header.about .sub-header-container h1 {
  font-size: 2.25rem;
}
.sub-header.about .sub-header-container .title {
  color: #fefefe;
}
.sub-header.about .sub-header-container .content {
  color: #fefefe;
  display: none;
}
@media print, screen and (min-width: 40em) {
  .sub-header.about {
    height: 400px;
  }
  .sub-header.about .sub-header-container {
    padding: 0;
  }
  .sub-header.about .sub-header-container .content {
    display: block;
  }
}

.sub-header.about-museum {
  z-index: 2;
  position: relative;
  background: transparent url("/img/about-the-museum.jpg") no-repeat scroll center center;
  background-size: cover;
  height: 200px;
}
.sub-header.about-museum:after {
  background-image: linear-gradient(0deg, #201E26 0%, rgba(202, 32, 39, 0) 100%);
  content: "";
  height: 100%;
  left: 0;
  pointer-events: none;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
}
.sub-header.about-museum .sub-header-container {
  z-index: 2;
  color: #fefefe;
}
.sub-header.about-museum .sub-header-container h3, .sub-header.about-museum .sub-header-container h1 {
  color: #fefefe;
}
.sub-header.about-museum .grid-container,
.sub-header.about-museum .grid-x {
  height: 100%;
}
.sub-header.about-museum .sub-header-container {
  align-items: flex-end;
  z-index: 2;
}
.sub-header.about-museum .sub-header-container h1 {
  font-size: 2.25rem;
}
.sub-header.about-museum .sub-header-container .title {
  color: #fefefe;
}
.sub-header.about-museum .sub-header-container .content {
  color: #fefefe;
}
@media print, screen and (min-width: 40em) {
  .sub-header.about-museum {
    height: 400px;
  }
  .sub-header.about-museum .sub-header-container {
    margin-top: 0;
    margin-bottom: 0;
  }
}

.subheader-link-list a {
  color: #fefefe;
  display: block;
}

.intro h3, .intro h1,
.about-intro h3,
.about-intro h1 {
  margin-bottom: 25px;
}
.intro .cell,
.about-intro .cell {
  margin-bottom: 20px;
}
.intro .link-list,
.about-intro .link-list {
  margin: 50px 0 0 1.2em;
}
.intro .link-list a,
.about-intro .link-list a {
  color: #526173;
  font-weight: 900;
}
.intro .link-list a:hover, .intro .link-list a:focus,
.about-intro .link-list a:hover,
.about-intro .link-list a:focus {
  color: #CA2027;
}
.intro .glance-list .glance-item,
.about-intro .glance-list .glance-item {
  margin-bottom: 20px;
}
.intro .glance-list .title,
.about-intro .glance-list .title {
  font-weight: 900;
  font-size: 0.875rem;
}
.intro .glance-list .data,
.about-intro .glance-list .data {
  font-size: 1.3125rem;
  font-weight: 300;
}
@media print, screen and (min-width: 40em) {
  .intro .cell,
.about-intro .cell {
    margin-bottom: 0;
  }
  .intro h3, .intro h1,
.about-intro h3,
.about-intro h1 {
    margin-bottom: 50px;
  }
}

.about-timeline {
  background: transparent url("/img/timeline-bg.svg") no-repeat scroll center center;
  background-size: cover;
  padding: 150px 0;
}
.about-timeline .timeline-intro {
  justify-content: center;
  margin-bottom: 60px;
  text-align: center;
}
.about-timeline .timeline-intro h2 {
  margin-bottom: 40px;
}
.about-timeline .timeline-intro p {
  margin-bottom: 30px;
}
.about-timeline .timeline-inner {
  display: flex;
  position: relative;
  flex-direction: column;
}
.about-timeline .timeline-inner .timeline-entry {
  align-items: center;
  display: flex;
  flex-direction: row;
  justify-content: center;
  width: 100%;
  margin-bottom: 50px;
}
.about-timeline .timeline-inner .timeline-entry .timeline-entry-content {
  background-color: #f5f6f8;
  border-radius: 2px;
  margin: 0;
  padding: 25px 50px;
  text-align: right;
  width: 400px;
  z-index: 2;
}
.about-timeline .timeline-inner .timeline-entry .timeline-entry-content .year {
  color: #CA2027;
  font-size: 1rem;
  font-weight: 900;
}
.about-timeline .timeline-inner .timeline-entry .timeline-entry-content .description {
  font-size: 0.875rem;
  font-weight: 900;
}
.about-timeline .timeline-inner .timeline-entry .timeline-position {
  display: none;
  margin-right: -20px;
  margin-top: -40px;
  padding: 0 10px;
}
.about-timeline .timeline-inner .timeline-entry:first-of-type {
  margin-top: 50px;
}
.about-timeline .timeline-inner .timeline-entry:nth-child(even) .timeline-entry-content {
  order: 1;
  margin: 0;
  text-align: left;
  margin-left: -10px;
}
.about-timeline .timeline-inner .timeline-entry:nth-child(even) .timeline-position {
  margin-left: calc((400px + 83px) - 10px);
  order: 0;
  margin-right: 10px;
  transform: rotate(180deg);
}
.about-timeline .timeline-inner .timeline-entry.short-gap {
  margin-bottom: 50px;
}
@media print, screen and (min-width: 40em) {
  .about-timeline .timeline-inner .timeline-entry {
    margin-bottom: 100px;
  }
  .about-timeline .timeline-inner .timeline-entry .timeline-entry-content {
    margin-left: calc((400px + 83px) * -1);
  }
  .about-timeline .timeline-inner .timeline-entry .timeline-position {
    display: block;
  }
  .about-timeline .timeline-inner .timeline-entry.short-gap {
    margin-bottom: -35px;
  }
}
.about-timeline .timeline-inner:after {
  background-color: rgba(82, 97, 115, 0.2);
  content: "";
  height: 100%;
  left: 50%;
  position: absolute;
  top: 0;
  width: 5px;
  z-index: 1;
}

.about-museum-gallery {
  margin-top: 80px;
}
.about-museum-gallery .leftside {
  padding: 0.9375rem 0 0.9375rem;
}
.about-museum-gallery .leftside .space-image {
  height: 97.7%;
}

.about-navigation {
  padding: 50px 0 0;
}
@media print, screen and (min-width: 40em) {
  .about-navigation {
    padding: 0;
  }
}

.about-museum-content {
  margin-top: 50px;
}
.about-museum-content .title {
  margin-bottom: 40px;
  max-width: 300px;
}
.about-museum-content .bullet-link {
  display: flex;
  margin-bottom: 5px;
}
.about-museum-content p {
  margin-bottom: 30px;
}
@media print, screen and (min-width: 40em) {
  .about-museum-content {
    margin-top: 150px;
  }
}

.about-museum-closer {
  padding-top: 40px;
}
.about-museum-closer .about-museum-logos {
  padding-top: 20px;
}
.about-museum-closer .about-museum-logos div {
  padding: 10px 0;
}
.about-museum-closer .about-museum-logos img {
  margin-bottom: 25px;
  margin-left: 5rem;
}
.about-museum-closer .about-museum-logos div:first-child img {
  max-width: 150px;
}
@media screen and (max-width: 639px) {
  .about-museum-closer .about-museum-logos img {
    margin-left: 0;
  }
}
@media print, screen and (min-width: 40em) {
  .about-museum-closer {
    padding-top: 80px;
  }
  .about-museum-closer .about-museum-logos {
    padding-top: 0;
  }
}

.logo_space img {
  margin-bottom: 25px;
}

.visit-header {
  z-index: 2;
  position: relative;
  background: transparent url("/img/homepage-learning.jpg") no-repeat scroll center center;
  background-size: cover;
}
.visit-header:after {
  background-image: linear-gradient(0deg, #201E26 0%, rgba(202, 32, 39, 0) 100%);
  content: "";
  height: 100%;
  left: 0;
  pointer-events: none;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
}
.visit-header .sub-header-container {
  z-index: 2;
  color: #fefefe;
}
.visit-header .sub-header-container h3, .visit-header .sub-header-container h1 {
  color: #fefefe;
}
.visit-header .sub-header-container {
  z-index: 2;
}
.visit-header .sub-header-container h3, .visit-header .sub-header-container h1 {
  color: #fefefe;
  font-size: 2.25rem;
}
.visit-header .sub-header-container .title {
  color: #fefefe;
}
.visit-header .sub-header-container .content {
  color: #fefefe;
}

.visit-intro {
  margin-top: 45px;
}
.visit-intro h1, .visit-intro h2, .visit-intro h3, .visit-intro h4, .visit-intro h5, .visit-intro h6 {
  color: #526173;
  line-height: 1.5em;
}
.visit-intro h1.text_red, .visit-intro h2.text_red, .visit-intro h3.text_red, .visit-intro h4.text_red, .visit-intro h5.text_red, .visit-intro h6.text_red {
  color: #CA2027;
}
.visit-intro a {
  color: #CA2027;
}
.visit-intro .title-content {
  margin-bottom: 50px;
}
@media print, screen and (min-width: 40em) {
  .visit-intro {
    margin-top: 95px;
  }
  .visit-intro .title-content {
    margin-bottom: 0;
  }
}
.visit-intro.smallerinner {
  padding: 50px;
}

.large-event-cta {
  align-items: center;
  background: transparent url("/img/event-cta-bg.jpg") no-repeat scroll 25% 25%;
  background-size: cover;
  display: flex;
  justify-content: center;
  margin-top: 40px;
  padding: 50px 0;
  position: relative;
}
.large-event-cta .content {
  color: #fefefe;
  text-align: center;
  z-index: 2;
}
.large-event-cta .content .date {
  color: rgba(254, 254, 254, 0.75);
  font-size: 0.875rem;
  font-weight: 900;
}
.large-event-cta .content h3 {
  color: #fefefe;
  margin-top: 5px;
}
.large-event-cta .content .fus-button, .large-event-cta .content .cookie-consent .cookie-consent__agree, .cookie-consent .large-event-cta .content .cookie-consent__agree {
  margin-top: 10px;
}
.large-event-cta:after {
  background-color: rgba(82, 97, 115, 0.5);
  content: "";
  height: 100%;
  left: 0;
  pointer-events: none;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
}
@media print, screen and (min-width: 40em) {
  .large-event-cta {
    padding: 120px 0;
    margin-top: 80px;
  }
}

.link-lists {
  padding-top: 50px;
  padding-bottom: 50px;
}
.link-lists .link-list-container {
  margin-bottom: 40px;
}
.link-lists .link-list-container h3 {
  font-weight: 400;
  margin-bottom: 25px;
}
.link-lists .link-list-container .link-list {
  margin-left: 1.5em;
}
.link-lists .link-list-container ul {
  margin-top: 25px;
}
.link-lists .link-list-container ul li {
  margin-bottom: 5px;
}
.link-lists .link-list-container ul li a {
  color: #526173;
  font-weight: 900;
}
.link-lists .link-list-container:last-of-type {
  margin-bottom: 0;
}
@media print, screen and (min-width: 40em) {
  .link-lists {
    padding: 100px 0;
  }
  .link-lists .link-list-container {
    margin-bottom: 0;
  }
}

.visit-cta {
  align-items: flex-start;
  background: transparent none no-repeat scroll left top;
  background-size: cover;
  display: flex;
  flex-direction: column;
  height: 500px;
  justify-content: space-around;
  position: relative;
}
.visit-cta.bgimage {
  align-items: flex-end;
}
.visit-cta .cta-box {
  background-color: #fefefe;
  border: 1px solid #dde2e7;
  bottom: calc((280px / 2) * -1);
  height: 280px;
  padding: 20px;
  position: initial;
  text-align: center;
  margin-top: 35px;
  width: 100%;
  z-index: 2;
}
.visit-cta .cta-box .title {
  font-size: 1.125rem;
  font-weight: 900;
}
.visit-cta .cta-box .description {
  font-size: 0.75rem;
}
.visit-cta .cta-box .icon {
  color: #CA2027;
  display: block;
  margin: 20px 0 30px;
}
@media print, screen and (min-width: 40em) {
  .visit-cta {
    flex-direction: row;
    background: transparent no-repeat scroll left top;
    background-size: cover;
    margin-bottom: 280px;
  }
  .visit-cta.bgimage {
    flex-direction: row;
    background-size: cover;
    margin-bottom: 280px;
  }
}
@media screen and (min-width: 40em) and (max-width: 640px) {
  .visit-cta.bgimage {
    background-image: none;
  }
}
@media print, screen and (min-width: 40em) {
  .visit-cta .cta-box {
    position: relative;
    width: 270px;
    margin-top: 0;
  }
}

@media screen and (max-width: 640px) {
  .bgimage {
    background-image: none !important;
  }
}
.visit-cta-nobg {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  position: relative;
}
.visit-cta-nobg .cta-box {
  background-color: #fefefe;
  border: 1px solid #dde2e7;
  height: auto;
  padding: 20px;
  position: initial;
  text-align: center;
  width: 100%;
  z-index: 2;
}
.visit-cta-nobg .cta-box .title {
  font-size: 1.125rem;
  font-weight: 900;
}
.visit-cta-nobg .cta-box .description {
  font-size: 0.75rem;
}
.visit-cta-nobg .cta-box .icon {
  color: #CA2027;
  display: block;
  margin: 20px 0 30px;
}
@media print, screen and (min-width: 40em) {
  .visit-cta-nobg {
    flex-direction: row;
    background: transparent no-repeat scroll left top;
    background-size: cover;
  }
  .visit-cta-nobg .cta-box {
    position: relative;
    width: 270px;
    margin-top: 0;
  }
}

.alt-content {
  background-color: rgba(82, 97, 115, 0.03);
  font-size: 0.875rem;
  padding-top: 50px;
  padding-bottom: 50px;
}
.alt-content h3 {
  margin-bottom: 25px;
}
.alt-content .extra-info {
  padding-top: 30px;
}
@media print, screen and (min-width: 40em) {
  .alt-content {
    padding-top: 100px;
    padding-bottom: 100px;
  }
  .alt-content .extra-info {
    padding-top: 60px;
  }
}

.visit-location-overview {
  padding-top: 50px;
  padding-bottom: 25px;
}
.visit-location-overview img {
  width: 100%;
}
.visit-location-overview h3 {
  margin-bottom: 35px;
}
.visit-location-overview .directions {
  color: #526173;
}
.visit-location-overview .info {
  margin-top: 80px;
}
@media print, screen and (min-width: 40em) {
  .visit-location-overview {
    padding-top: 100px;
    padding-bottom: 50px;
  }
}

.direction-tabs {
  align-items: center;
  border-bottom: 5px solid #dde2e7;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  list-style-type: none;
  margin: 80px 0 0 0;
  padding-bottom: 5px;
  transition: 0.5s all;
  width: 100%;
}
.direction-tabs li {
  font-weight: 900;
}
.direction-tabs li a {
  color: #526173;
}
.direction-tabs li.active {
  border-bottom: 5px solid #526173;
  margin-bottom: -10px;
  padding-bottom: 5px;
}

.group-fee-table {
  font-size: 0.875rem;
  margin-top: 100px;
  margin-bottom: 100px;
}
.group-fee-table thead {
  background-color: #fefefe;
  border: 0 none;
}
.group-fee-table thead td {
  text-align: center;
}
.group-fee-table tbody {
  border: 0 none;
}
.group-fee-table tbody tr {
  border-top: 1px solid #526173;
}
.group-fee-table tbody tr:nth-child(even) {
  background-color: #fefefe;
}
.group-fee-table tbody td {
  background-color: #f2f4f6;
  font-weight: 900;
  padding: 15px;
  text-align: center;
}
.group-fee-table tbody td:nth-child(even) {
  background-color: #eceff1;
}
.group-fee-table .merged-header {
  background-color: #526173;
  color: #fefefe;
}
.group-fee-table .bordered {
  border: 1px solid #526173;
}
.group-fee-table .normal-style td {
  background-color: #f2f4f6;
}
.group-fee-table .normal-style td:nth-child(even) {
  background-color: #eceff1;
}
.group-fee-table td.after5 {
  background-color: #fefefe;
}
.group-fee-table td.titlecol {
  background-color: #fefefe;
  font-weight: 400;
  padding-left: 0;
  text-align: right;
}

.cafe-content {
  margin: 50px 0;
}

.sub-header.cafe {
  background-color: #201E26;
}
.sub-header.cafe .breadcrumb {
  color: #fefefe;
}
.sub-header.cafe .sub-header-container {
  margin-top: 10px;
}
.sub-header.cafe .sub-header-container h1 {
  font-size: 2.25rem;
}
.sub-header.cafe .sub-header-container .content {
  display: block;
}

.single-faq {
  margin-top: 40px;
}
.single-faq a {
  color: #CA2027;
  text-decoration: underline;
}

.sub-header.support {
  z-index: 2;
  position: relative;
  background: transparent url("/img/support.jpg") no-repeat scroll center center;
  background-size: cover;
}
.sub-header.support:after {
  background-image: linear-gradient(0deg, #201E26 0%, rgba(202, 32, 39, 0) 100%);
  content: "";
  height: 100%;
  left: 0;
  pointer-events: none;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
}
.sub-header.support .sub-header-container {
  z-index: 2;
  color: #fefefe;
}
.sub-header.support .sub-header-container h3, .sub-header.support .sub-header-container h1 {
  color: #fefefe;
}
.sub-header.support .grid-container,
.sub-header.support .grid-x {
  position: relative;
  z-index: 2;
}
.sub-header.support .breadcrumbs .breadcrumb {
  color: #fefefe;
}
.sub-header.support .breadcrumbs a {
  color: #fefefe;
}
.sub-header.support .sub-header-container h1 {
  font-size: 2.25rem;
}
.sub-header.support .sub-header-container .title {
  color: #fefefe;
}
.sub-header.support .sub-header-container .content {
  color: #fefefe;
}

.sub-header.virtual-museum {
  z-index: 2;
  position: relative;
  background: transparent url("/img/header-floorplan.png") no-repeat scroll center 30%;
  background-size: cover;
}
.sub-header.virtual-museum:after {
  background-image: linear-gradient(0deg, #201E26 0%, rgba(202, 32, 39, 0) 100%);
  content: "";
  height: 100%;
  left: 0;
  pointer-events: none;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
}
.sub-header.virtual-museum .sub-header-container {
  z-index: 2;
  color: #fefefe;
}
.sub-header.virtual-museum .sub-header-container h3, .sub-header.virtual-museum .sub-header-container h1 {
  color: #fefefe;
}
.sub-header.virtual-museum .sub-header-container {
  z-index: 2;
}
.sub-header.virtual-museum .sub-header-container h1 {
  font-size: 2.25rem;
}
.sub-header.virtual-museum .sub-header-container .title {
  color: #fefefe;
}
.sub-header.virtual-museum .sub-header-container .content {
  color: #fefefe;
}

.sub-header.volunteer {
  z-index: 2;
  position: relative;
  background: transparent url("/img/volunteer-heading.jpg") no-repeat scroll center 30%;
  background-size: cover;
}
.sub-header.volunteer:after {
  background-image: linear-gradient(0deg, #201E26 0%, rgba(202, 32, 39, 0) 100%);
  content: "";
  height: 100%;
  left: 0;
  pointer-events: none;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
}
.sub-header.volunteer .sub-header-container {
  z-index: 2;
  color: #fefefe;
}
.sub-header.volunteer .sub-header-container h3, .sub-header.volunteer .sub-header-container h1 {
  color: #fefefe;
}
.sub-header.volunteer .sub-header-container {
  z-index: 2;
}
.sub-header.volunteer .sub-header-container h1 {
  font-size: 2.25rem;
}
.sub-header.volunteer .sub-header-container .title {
  color: #fefefe;
}
.sub-header.volunteer .sub-header-container .content {
  color: #fefefe;
}

.support-cta {
  margin-top: 50px;
  margin-bottom: 50px;
}
@media print, screen and (min-width: 40em) {
  .support-cta {
    margin-top: 100px;
    margin-bottom: 100px;
  }
}

.support-container .support-box {
  background-color: #fefefe;
  border: 1px solid #dde2e7;
  padding: 40px 20px;
  margin: 30px auto 0;
  text-align: center;
  width: 100%;
}
.support-container .support-box .title {
  font-size: 1.125rem;
  font-weight: 900;
}
.support-container .support-box .description {
  font-size: 0.75rem;
}
.support-container .support-box .icon {
  color: #CA2027;
  display: block;
  margin: 20px 0 30px;
}
@media print, screen and (min-width: 40em) {
  .support-container .support-box {
    width: 270px;
    padding: 20px;
    margin: 0 auto;
  }
}

.content-section {
  border-bottom: 1px solid #dde2e7;
  padding: 50px;
}
.content-section p {
  margin-bottom: 2rem;
}
.content-section .more-info {
  color: #CA2027;
}
.content-section .more-info a {
  color: #CA2027;
  font-weight: 900;
}

.pdf-button {
  align-items: center;
  background-color: #eceff1;
  display: inline-flex;
  font-size: 0.875rem;
  font-weight: 900;
  justify-content: center;
  line-height: 20px;
  padding: 20px 30px;
  text-align: center;
  margin-top: 50px;
}
.pdf-button.nomargin {
  margin-top: 0;
}
.pdf-button .icon {
  margin-right: 20px;
}

.support-list {
  margin-top: 40px;
  list-style: none;
}
.support-list li {
  margin-bottom: 30px;
}
.support-list li:before {
  color: #CA2027;
  content: "•";
  display: inline-block;
  font-weight: 900;
  font-size: 1.25rem;
  margin-left: -1em;
  width: 1em;
}

.current-sponsors {
  border: 1px solid #dde2e7;
  margin-top: 100px;
  padding: 50px 50px 30px;
}
.current-sponsors .sponsor-content {
  align-items: center;
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.current-sponsors .sponsor-content .sponsor-title {
  margin-bottom: 40px;
}
.current-sponsors .sponsor-content .corp-sponsors {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 80%;
  flex-direction: column;
}
.current-sponsors .sponsor-content .corp-sponsors img {
  max-width: 140px;
}
.current-sponsors .sponsor-content .corp-sponsors:last-of-type {
  margin-right: 0;
}
@media print, screen and (min-width: 40em) {
  .current-sponsors .sponsor-content .corp-sponsors {
    flex-direction: row;
  }
}

.cookies-container a {
  color: #CA2027;
}

.text-content ul {
  margin-top: 40px;
  list-style: none;
}
.text-content ul li {
  margin-bottom: 10px;
  display: flex;
}
.text-content ul li:before {
  color: #CA2027;
  content: "•";
  display: inline-block;
  font-weight: 900;
  font-size: 1.25rem;
  margin-left: -1em;
  width: 1em;
}
.text-content ul li p {
  padding-top: 0.25rem;
  padding-left: 0.5rem;
}
.text-content p {
  margin-bottom: 30px;
  font-size: inherit;
  line-height: 1.6;
  text-rendering: optimizeLegibility;
}

.sub-header.conferences {
  z-index: 2;
  position: relative;
  background: transparent url("/img/conference-header.jpg") no-repeat scroll center center;
  background-size: cover;
  height: 200px;
}
.sub-header.conferences:after {
  background-image: linear-gradient(0deg, #201E26 0%, rgba(202, 32, 39, 0) 100%);
  content: "";
  height: 100%;
  left: 0;
  pointer-events: none;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
}
.sub-header.conferences .sub-header-container {
  z-index: 2;
  color: #fefefe;
}
.sub-header.conferences .sub-header-container h3, .sub-header.conferences .sub-header-container h1 {
  color: #fefefe;
}
.sub-header.conferences .grid-container,
.sub-header.conferences .grid-x {
  height: 100%;
  position: relative;
  z-index: 2;
}
.sub-header.conferences .sub-header-container {
  align-items: flex-end;
}
.sub-header.conferences .sub-header-container h1 {
  font-size: 2.25rem;
}
.sub-header.conferences .sub-header-container .title {
  color: #fefefe;
}
.sub-header.conferences .sub-header-container .content {
  color: #fefefe;
}
.sub-header.conferences .sub-header-container .title-image {
  padding-left: 15px;
  max-height: 320px;
}
.sub-header.conferences .header-button {
  margin-right: 5px;
}
@media print, screen and (min-width: 40em) {
  .sub-header.conferences {
    height: 400px;
  }
  .sub-header.conferences .sub-header-container {
    margin: 0;
  }
  .sub-header.conferences .title-image {
    padding-left: 15px;
    max-height: 320px;
  }
}

.conferences.minden {
  background-image: url("/img/minden-suite-header.jpg");
}

.conferences.gallipoli {
  background-image: url("/img/gallipoli-room-header.jpg");
}

.conferences.normandy {
  background-image: url("/img/normandy-room-header.jpg");
}

.intro .lesser {
  font-weight: 400;
}

.space-intro {
  padding-top: 40px;
}

.register-interest label {
  color: #526173;
  font-weight: 900;
}
.register-interest input {
  border-color: #dde2e7;
  padding: 15px;
  height: 3.3rem;
}
.register-interest button {
  cursor: pointer;
  font-size: 1rem;
  font-weight: 400;
  margin-top: 20px;
  padding: 13px 25px;
}

.room-list .single-room {
  padding: 30px 0;
  border-top: 1px solid #f2f4f6;
}
.room-list .single-room .image {
  flex: 0 0 auto;
  min-height: 0;
  min-width: 0;
  width: calc(100% - 1.25rem);
  margin-left: 0.625rem;
  margin-right: 0.625rem;
}
.room-list .single-room .content {
  flex: 0 0 auto;
  min-height: 0;
  min-width: 0;
  width: calc(100% - 1.25rem);
  margin-left: 0.625rem;
  margin-right: 0.625rem;
  padding: 30px 0;
}
.room-list .single-room .content p {
  font-weight: 900;
  padding: 20px 0;
}
@media print, screen and (min-width: 40em) {
  .room-list .single-room {
    padding: 100px 0;
  }
  .room-list .single-room .image {
    flex: 0 0 auto;
    width: calc(50% - 1.875rem);
    margin-left: 0.9375rem;
    margin-right: 0.9375rem;
  }
  .room-list .single-room .content {
    flex: 0 0 auto;
    width: calc(33.3333333333% - 1.875rem);
    margin-left: 0.9375rem;
    margin-right: 0.9375rem;
    margin-left: calc(8.3333333333% + 1.875rem / 2);
    padding: 0;
  }
  .room-list .single-room:nth-child(even) .image {
    flex: 0 0 auto;
    width: calc(50% - 1.875rem);
    margin-left: 0.9375rem;
    margin-right: 0.9375rem;
    margin-left: calc(8.3333333333% + 1.875rem / 2);
    order: 1;
  }
  .room-list .single-room:nth-child(even) .content {
    flex: 0 0 auto;
    width: calc(33.3333333333% - 1.875rem);
    margin-left: 0.9375rem;
    margin-right: 0.9375rem;
    margin-left: calc(8.3333333333% + 1.875rem / 2);
    order: 0;
  }
}

.space-image-section .space-image {
  background-size: cover;
  border-radius: 2px;
  height: 100%;
  width: 100%;
  display: block;
}
.space-image-section .space-image img {
  width: 100%;
  height: 100%;
}

.space-facilities .facility {
  margin-bottom: 50px;
}
.space-facilities .facility .title {
  font-weight: 900;
}
.space-facilities .facility .content {
  margin-top: 15px;
  display: flex;
  align-items: center;
}
.space-facilities .facility .content .description {
  padding-left: 10px;
  font-size: 0.875rem;
}

.space-content {
  margin-top: 100px;
}

.text-grid ul {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  list-style-type: none;
  margin: 0 0 0 -20px;
  padding: 20px 0 0 0;
}
.text-grid ul li {
  padding: 10px 20px;
}

.container-360 {
  padding-top: 56.25%;
  position: relative;
}
.container-360 iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.other-spaces {
  margin-top: 100px;
}
.other-spaces .view-rooms {
  padding-top: 50px;
  padding-bottom: 50px;
  border-top: 1px solid #eceff1;
  text-align: center;
}
.other-spaces .single-room {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
  margin-bottom: 60px;
}
.other-spaces .single-room .picture,
.other-spaces .single-room .title,
.other-spaces .single-room .description {
  margin-bottom: 30px;
}
.other-spaces .single-room .description {
  font-size: 0.875rem;
  font-weight: 900;
}
@media print, screen and (min-width: 40em) {
  .other-spaces .single-room {
    margin-bottom: 0;
  }
}

.list-title {
  margin-top: 40px;
}

.standard-list {
  margin-top: 20px;
  margin-bottom: 40px;
  list-style: none;
}
.standard-list li {
  margin-bottom: 15px;
}
.standard-list li:before {
  color: #CA2027;
  content: "•";
  display: inline-block;
  font-weight: 900;
  font-size: 1.25rem;
  margin-left: -1em;
  width: 1em;
}

@media print, screen and (min-width: 40em) {
  .room-list.padding_top {
    margin-top: 100px;
  }
  .room-list.padding_bottom {
    margin-bottom: 100px;
  }
}
.room-list .title-image {
  width: 200px;
  display: block;
}

.sub-header.weddings {
  z-index: 2;
  position: relative;
  background: transparent url("/img/wedding-header.jpg") no-repeat scroll center center;
  background-size: cover;
  height: 200px;
}
.sub-header.weddings:after {
  background-image: linear-gradient(0deg, #201E26 0%, rgba(202, 32, 39, 0) 100%);
  content: "";
  height: 100%;
  left: 0;
  pointer-events: none;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
}
.sub-header.weddings .sub-header-container {
  z-index: 2;
  color: #fefefe;
}
.sub-header.weddings .sub-header-container h3, .sub-header.weddings .sub-header-container h1 {
  color: #fefefe;
}
.sub-header.weddings .grid-container,
.sub-header.weddings .grid-x {
  height: 100%;
  position: relative;
  z-index: 2;
}
.sub-header.weddings .sub-header-container {
  align-items: flex-end;
}
.sub-header.weddings .sub-header-container h1 {
  font-size: 2.25rem;
}
.sub-header.weddings .sub-header-container .title {
  color: #fefefe;
}
.sub-header.weddings .sub-header-container .content {
  color: #fefefe;
}
.sub-header.weddings .hitched {
  position: absolute;
  bottom: -110px;
  right: 0;
}
@media print, screen and (min-width: 40em) {
  .sub-header.weddings {
    height: 400px;
  }
  .sub-header.weddings .sub-header-container {
    margin: 0;
  }
}

.wedding-sidebar {
  text-align: left;
}
.wedding-sidebar .pdf-button {
  margin: 5px 0 50px 0;
}
.wedding-sidebar .sidebar-content {
  font-size: 0.875rem;
}
@media print, screen and (min-width: 40em) {
  .wedding-sidebar {
    text-align: right;
  }
}

.wedding-block img {
  width: 100%;
}
.wedding-block .wedding-block-text {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 30px;
}
.wedding-block .wedding-block-text.map {
  flex-direction: column;
  align-items: flex-start;
}
.wedding-block .wedding-block-text.map h3 {
  margin-bottom: 25px;
}
.wedding-block .wedding-block-text.map .bullet-link {
  margin-top: 20px;
}
@media print, screen and (min-width: 40em) {
  .wedding-block .wedding-block-text {
    padding: 0;
  }
}

.wedding-banner-container {
  padding-right: 0.625rem;
  padding-left: 0.625rem;
  max-width: 78.125rem;
  margin-left: auto;
  margin-right: auto;
  margin-top: 100px;
  margin-bottom: 100px;
}
@media print, screen and (min-width: 40em) {
  .wedding-banner-container {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}
.wedding-banner-container .wedding-banner {
  font-size: 1.5rem;
}

.space-image-section.wedding {
  margin: 100px 0;
}

.bespoke-service {
  background-color: #f5f6f8;
  padding: 100px 0;
  text-align: center;
}
.bespoke-service h3, .bespoke-service p {
  margin-bottom: 40px;
}

.learning {
  z-index: 2;
  position: relative;
  background: transparent url("/img/homepage-learning.jpg") no-repeat scroll center center;
  background-size: cover;
}
.learning:after {
  background-image: linear-gradient(0deg, #201E26 0%, rgba(202, 32, 39, 0) 100%);
  content: "";
  height: 100%;
  left: 0;
  pointer-events: none;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
}
.learning .sub-header-container {
  z-index: 2;
  color: #fefefe;
}
.learning .sub-header-container h3, .learning .sub-header-container h1 {
  color: #fefefe;
}
.learning .sub-header-container {
  z-index: 2;
}
.learning .sub-header-container h3, .learning .sub-header-container h1 {
  color: #fefefe;
  font-size: 2.25rem;
}
.learning .sub-header-container .title {
  color: #fefefe;
}
.learning .sub-header-container .content {
  color: #fefefe;
}
.learning .info-block a {
  color: #fefefe;
  font-weight: 900;
}
.learning.secondary-further {
  background-image: url("/img/further-ed.jpg");
}

.learning-main-container .learning-sep {
  border-bottom: 1px solid #ced5dc;
  padding-bottom: 4rem;
  margin-bottom: 2rem;
}
.learning-main-container .intro {
  font-size: 1.25rem;
  font-weight: 900;
  line-height: 2rem;
  padding: 2.5rem 0 3.5rem;
}
.learning-main-container .title {
  margin-bottom: 40px;
}
@media print, screen and (min-width: 40em) {
  .learning-main-container .title {
    margin-top: 50px;
  }
}
.learning-main-container .heading-content .sub-heading {
  font-size: 1.125rem;
  font-weight: 900;
  line-height: 1.875rem;
  margin-bottom: 30px;
}
.learning-main-container .pdf-button {
  display: flex;
  margin-bottom: 20px;
  margin-top: 0;
  width: 284px;
}

.learning-cta {
  margin-top: 230px;
}
.learning-cta .visit-cta {
  margin-bottom: 250px;
}
@media print, screen and (min-width: 40em) {
  .learning-cta {
    margin-top: 100px;
  }
}

.learning-symbols {
  margin-bottom: 100px;
}
.learning-symbols .container {
  background-color: #eceff1;
  padding: 5rem 3.5rem 4rem;
}
.learning-symbols .single-symbol {
  align-items: center;
  display: flex;
  flex-direction: column;
}
.learning-symbols .single-symbol .icon {
  margin-bottom: 40px;
}
.learning-symbols .single-symbol .body {
  font-weight: 900;
  text-align: center;
}

.learn-bullets ul {
  margin-top: 50px;
}
.learn-bullets ul li {
  margin-bottom: 15px;
}
.learn-bullets ul li p {
  font-weight: 400;
}
.learn-bullets.red-text {
  color: #CA2027;
}
.learn-bullets.red-text p {
  font-weight: 900;
}
.learn-bullets.red-text li {
  margin-bottom: 15px;
}
.learn-bullets.red-text li p {
  font-weight: 400;
}

.learn-info {
  margin-bottom: 50px;
}

.emph a {
  font-weight: 900;
}

.learning-pl .pl-container .single-section {
  padding: 80px 0;
  border-bottom: 1px solid #ced5dc;
}
.learning-pl .pl-container .single-section .meta {
  margin-bottom: 30px;
}
.learning-pl .pl-container .single-section .title {
  font-weight: 900;
}
.learning-pl .pl-container .single-section .time {
  color: #CA2027;
  font-size: 0.875rem;
  font-weight: 900;
  margin-top: 15px;
}
.learning-pl .pl-container .single-section:first-of-type {
  padding-top: 60px;
}
.learning-pl .pl-container .single-section:last-of-type {
  border-bottom: 0 none;
}
@media print, screen and (min-width: 40em) {
  .learning-pl {
    margin-top: 100px;
  }
  .learning-pl .pl-container {
    margin-top: 50px;
  }
  .learning-pl .meta {
    margin-bottom: 0;
  }
}

.learning-about-content {
  margin-top: 100px;
}
.learning-about-content .lb-image {
  display: block;
  margin-bottom: 30px;
}
.learning-about-content .lb-image img {
  height: 100%;
  width: 100%;
}
.learning-about-content .stacked {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}

.body-section {
  padding-top: 3rem;
  padding-bottom: 3rem;
}
@media print, screen and (min-width: 40em) {
  .body-section {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }
}

.learning-update {
  background-color: #CA2027;
  color: white;
  margin-bottom: 3rem;
  padding: 3rem;
  border-radius: 3px;
}
.learning-update h2 {
  color: white;
  font-size: 1.25rem;
  margin-bottom: 1rem;
}
.learning-update h2.splitter {
  margin-top: 3rem;
}
.learning-update p {
  margin-bottom: 0.5rem;
}
.learning-update a {
  color: #fefefe;
  text-decoration: underline;
}
.learning-update ul {
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.learning-update ul li {
  margin-bottom: 0.5rem;
}

.box-content a {
  color: #CA2027;
  text-decoration: underline;
}

.top10-header {
  z-index: 2;
  position: relative;
  background-image: url("/img/top-10/top10-header.jpg");
  padding: 125px 0 35px;
  background-size: cover;
  margin-bottom: 80px;
}
.top10-header:after {
  background-image: linear-gradient(0deg, #201E26 0%, rgba(202, 32, 39, 0) 100%);
  content: "";
  height: 100%;
  left: 0;
  pointer-events: none;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
}
.top10-header .sub-header-container {
  z-index: 2;
  color: #fefefe;
}
.top10-header .sub-header-container h3, .top10-header .sub-header-container h1 {
  color: #fefefe;
}
.top10-header h3 {
  width: 300px;
}

body {
  counter-reset: t10;
}

.top10-content-container {
  padding-top: 100px;
}
@media print, screen and (min-width: 40em) {
  .top10-content-container {
    padding-top: 150px;
  }
}

.top-10-single,
.archive-single {
  margin-bottom: 130px;
}
.top-10-single .content,
.archive-single .content {
  flex: 0 0 auto;
  min-height: 0;
  min-width: 0;
  width: calc(100% - 1.25rem);
  margin-left: 0.625rem;
  margin-right: 0.625rem;
  order: 0;
  position: relative;
}
.top-10-single .content h3,
.archive-single .content h3 {
  margin-bottom: 40px;
}
@media print, screen and (min-width: 40em) {
  .top-10-single .content h3,
.archive-single .content h3 {
    width: 415px;
  }
}
.top-10-single .content:after,
.archive-single .content:after {
  counter-increment: t10;
  content: counter(t10);
  color: #d7dce3;
  font-size: 110px;
  font-weight: 900;
  position: absolute;
  left: 20px;
  top: -75px;
  z-index: -1;
}
@media print, screen and (min-width: 40em) {
  .top-10-single .content,
.archive-single .content {
    flex: 0 0 auto;
    width: calc(50% - 1.875rem);
    margin-left: 0.9375rem;
    margin-right: 0.9375rem;
  }
}
.top-10-single .image-gallery,
.archive-single .image-gallery {
  flex: 0 0 auto;
  min-height: 0;
  min-width: 0;
  width: calc(100% - 1.25rem);
  margin-left: 0.625rem;
  margin-right: 0.625rem;
  margin-left: calc(0% + 1.25rem / 2);
  order: 1;
}
.top-10-single .image-gallery .image,
.archive-single .image-gallery .image {
  background-color: #dde2e7;
  border: 1px solid #bfc8d2;
  display: inline-block;
  border-radius: 5px;
}
.top-10-single .image-gallery .image img,
.archive-single .image-gallery .image img {
  width: 100%;
  height: 100%;
  border-radius: 5px;
}
@media print, screen and (min-width: 40em) {
  .top-10-single .image-gallery,
.archive-single .image-gallery {
    flex: 0 0 auto;
    width: calc(33.3333333333% - 1.875rem);
    margin-left: 0.9375rem;
    margin-right: 0.9375rem;
    margin-left: calc(16.6666666667% + 1.875rem / 2);
  }
}
.top-10-single:nth-child(even) .content,
.archive-single:nth-child(even) .content {
  margin-left: calc(0% + 1.25rem / 2);
  order: 0;
  text-align: left;
}
.top-10-single:nth-child(even) .content h3,
.archive-single:nth-child(even) .content h3 {
  width: auto;
}
.top-10-single:nth-child(even) .content:after,
.archive-single:nth-child(even) .content:after {
  left: 20px;
  right: auto;
}
.top-10-single:nth-child(even) .image-gallery,
.archive-single:nth-child(even) .image-gallery {
  order: 1;
}
@media print, screen and (min-width: 40em) {
  .top-10-single:nth-child(even) .content,
.archive-single:nth-child(even) .content {
    margin-left: calc(16.6666666667% + 1.875rem / 2);
    order: 1;
    text-align: right;
  }
  .top-10-single:nth-child(even) .content:after,
.archive-single:nth-child(even) .content:after {
    left: auto;
    right: 20px;
  }
  .top-10-single:nth-child(even) .image-gallery,
.archive-single:nth-child(even) .image-gallery {
    margin-left: calc(0% + 1.875rem / 2);
    order: 0;
  }
}
.top-10-single:last-of-type,
.archive-single:last-of-type {
  margin-bottom: 0;
}
@media print, screen and (min-width: 40em) {
  .top-10-single,
.archive-single {
    margin-bottom: 200px;
  }
}

.calendar-section.whatson .latest-exhibit {
  z-index: 2;
  position: relative;
  align-items: center;
  background-size: cover;
  display: flex;
  flex-direction: column;
  height: 330px;
  justify-content: center;
  margin-bottom: 80px;
  padding: 40px;
  text-align: center;
}
.calendar-section.whatson .latest-exhibit:after {
  background-image: linear-gradient(0deg, #201E26 0%, rgba(202, 32, 39, 0) 100%);
  content: "";
  height: 100%;
  left: 0;
  pointer-events: none;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
}
.calendar-section.whatson .latest-exhibit .sub-header-container {
  z-index: 2;
  color: #fefefe;
}
.calendar-section.whatson .latest-exhibit .sub-header-container h3, .calendar-section.whatson .latest-exhibit .sub-header-container h1 {
  color: #fefefe;
}
.calendar-section.whatson .latest-exhibit .from-to {
  font-family: "Lato", Helvetica, Roboto, Arial, sans-serif;
  font-size: 12px;
  font-weight: 900;
  line-height: 16px;
  opacity: 0.75;
}
.calendar-section.whatson .latest-exhibit .title {
  font-family: "Lato", Helvetica, Roboto, Arial, sans-serif;
  font-size: 2rem;
  font-weight: 900;
  margin-bottom: 13px;
}
.calendar-section.whatson .latest-exhibit .from-to,
.calendar-section.whatson .latest-exhibit .title,
.calendar-section.whatson .latest-exhibit .fus-button,
.calendar-section.whatson .latest-exhibit .cookie-consent .cookie-consent__agree,
.cookie-consent .calendar-section.whatson .latest-exhibit .cookie-consent__agree {
  color: #fefefe;
  z-index: 2;
}
.calendar-section.whatson .latest-exhibit .from-to:first-child,
.calendar-section.whatson .latest-exhibit .title:first-child,
.calendar-section.whatson .latest-exhibit .fus-button:first-child,
.calendar-section.whatson .latest-exhibit .cookie-consent .cookie-consent__agree:first-child,
.cookie-consent .calendar-section.whatson .latest-exhibit .cookie-consent__agree:first-child {
  margin-top: 0;
}

h4.leader {
  margin-bottom: 40px;
}

.whatson-exhibitions {
  margin-top: 80px;
}

.latest-article-container .latest-article {
  border: 1px solid #dde2e7;
  border-radius: 5px;
  padding: 50px 0;
}
.latest-article-container .latest-article .article-meta-container .title {
  font-size: 1.8rem;
  padding-right: 20px;
}
.latest-article-container .latest-article .article-meta-container .title a {
  color: #CA2027;
}
.latest-article-container .latest-article .article-meta-container .title a:hover {
  color: #CA2027;
}
.latest-article-container .latest-article .article-meta-container .meta {
  display: flex;
  font-size: 0.75rem;
}
.latest-article-container .latest-article .content-container {
  line-height: 1.5rem;
}
.latest-article-container .latest-article .article-subtitle {
  font-weight: 900;
  margin-bottom: 20px;
}
.latest-article-container .latest-article .article-content {
  margin-bottom: 30px;
}

.article-category {
  font-weight: 900;
  margin-right: 20px;
}
.article-category i {
  margin-right: 5px;
}

.article-date {
  opacity: 0.5;
  color: #526173;
  font-weight: 900;
}

.articles-news {
  margin-top: 80px;
  margin-bottom: 80px;
}
.articles-news .leader {
  margin-bottom: 0;
}

.single-article {
  margin-top: 70px;
}
.single-article .meta {
  display: flex;
  font-size: 0.75rem;
  margin-bottom: 10px;
}
.single-article .title {
  font-size: 1rem;
  line-height: 1.5rem;
  margin-bottom: 25px;
  padding-right: 25px;
}
.single-article .title a {
  color: #CA2027;
}
.single-article .title a:hover {
  color: #CA2027;
}
.single-article .body {
  font-size: 0.875rem;
  margin-bottom: 20px;
}
.single-article .readmore {
  font-size: 0.875rem;
  font-weight: 900;
}

.article-show .back-to-index {
  font-size: 0.875rem;
  font-weight: 900;
}
.article-show .back-to-index i {
  margin-right: 5px;
}
.article-show .sub-header-container {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  text-align: left;
}
.article-show .title {
  font-size: 1.3125rem;
  padding: 15px 0;
}
.article-show .meta {
  display: flex;
  font-size: 0.875rem;
}
.article-show .body a {
  color: #CA2027;
  text-decoration: underline;
}
@media print, screen and (min-width: 40em) {
  .article-show .sub-header-container {
    margin-top: 70px;
  }
  .article-show .title {
    font-size: 2.25rem;
  }
}

.article-show-container .feature-image {
  height: 450px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  margin-bottom: 40px;
}
.article-show-container .subtitle {
  font-weight: 900;
  font-size: 1.25rem;
  line-height: 32px;
  margin-bottom: 40px;
}
.article-show-container .body {
  font-size: 1rem;
  line-height: 24px;
}
.article-show-container .body p {
  margin-bottom: 20px;
}

.staff-list .single-staff {
  padding: 50px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.staff-list .single-staff .portrait {
  margin-bottom: 20px;
}
.staff-list .single-staff .name {
  color: #CA2027;
  font-size: 1rem;
  font-weight: 900;
}
.staff-list .single-staff .position {
  font-size: 0.75rem;
  font-weight: 900;
}

.sub-header.withimage {
  z-index: 2;
  position: relative;
  background-size: cover;
  background-position: center;
  margin-bottom: 80px;
}
.sub-header.withimage:after {
  background-image: linear-gradient(0deg, #201E26 0%, rgba(202, 32, 39, 0) 100%);
  content: "";
  height: 100%;
  left: 0;
  pointer-events: none;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
}
.sub-header.withimage .sub-header-container {
  z-index: 2;
  color: #fefefe;
}
.sub-header.withimage .sub-header-container h3, .sub-header.withimage .sub-header-container h1 {
  color: #fefefe;
}
.sub-header.withimage h3 {
  width: 300px;
}
.sub-header.withimage.large-banner {
  padding: 125px 0 35px;
}

.sub-header.withimage .sub-header-container .content, .sub-header.withimage .sub-header-container .content a {
  color: #fefefe;
}

.sub-header.withimage .sub-header-container .content a {
  font-weight: bold;
}

.explore-container {
  margin-bottom: 60px;
}
.explore-container .explore-single {
  border-radius: 5px;
  padding: 2rem;
  margin-bottom: 40px;
  background-repeat: no-repeat;
  background-position: right center;
  background-size: contain;
}
.explore-container .explore-single .title {
  color: #CA2027;
  font-family: "Lato", Helvetica, Roboto, Arial, sans-serif;
  font-size: 2.25rem;
  font-weight: 900;
  line-height: 2.5rem;
  margin-bottom: 15px;
}
.explore-container .explore-single .description {
  font-weight: 900;
  font-size: 1rem;
  margin-bottom: 60px;
  max-width: 300px;
}
.explore-container .explore-single:last-of-type {
  margin-bottom: 0;
}
.explore-container .explore-single.archives {
  background-image: url("/img/archives-lead.jpg");
}
.explore-container .explore-single.qm {
  background-image: url("/img/qm-lead.jpg");
}
.explore-container .explore-single.top10 {
  background-image: url("/img/top10-lead.jpg");
}
@media print, screen and (min-width: 40em) {
  .explore-container .explore-single {
    padding: 4rem;
    border: 1px solid #dde2e7;
  }
}

.archives-content-container {
  padding-top: 60px;
  padding-bottom: 60px;
}

@media (max-width: 640px) {
  .archives-content-container {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
.archive-single {
  padding-bottom: 50px;
  margin-bottom: 50px;
  border-bottom: 1px solid #dde2e7;
  padding-bottom: 120px;
}
.archive-single .content:after {
  display: none;
}
.archive-single .content h3 {
  margin-bottom: 10px;
}
.archive-single .content p {
  margin-bottom: 30px;
}
.archive-single .image-container {
  flex: 0 0 auto;
  min-height: 0;
  min-width: 0;
  width: calc(100% - 1.25rem);
  margin-left: 0.625rem;
  margin-right: 0.625rem;
  margin-left: calc(0% + 1.25rem / 2);
  order: 1;
  margin-top: 20px;
}
@media print, screen and (min-width: 40em) {
  .archive-single .image-container {
    flex: 0 0 auto;
    width: calc(33.3333333333% - 1.875rem);
    margin-left: 0.9375rem;
    margin-right: 0.9375rem;
    margin-left: calc(16.6666666667% + 1.875rem / 2);
  }
}
.archive-single:nth-child(even) .image-container {
  order: 0;
}
@media print, screen and (min-width: 40em) {
  .archive-single:nth-child(even) .image-container {
    margin-left: calc(0% + 1.875rem / 2);
  }
}
@media print, screen and (min-width: 40em) {
  .archive-single {
    padding-bottom: 100px;
    margin-bottom: 100px;
  }
  .archive-single .image-container {
    margin-top: 60px;
  }
}

.text {
  max-width: 900px;
  width: 90%;
  margin: 0 auto;
}

.text h2 {
  margin-bottom: 40px;
}

.text h3 {
  margin-bottom: 30px;
}

.collectiongrid {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  max-width: 1170px;
  width: 90%;
  margin: 0 auto;
  margin-bottom: 50px;
}

.collectiongrid .regimentcard {
  width: calc(25% - 20px);
  border: 1px solid #dde2e7;
  margin: 10px;
}

@media (max-width: 1000px) {
  .collectiongrid .regimentcard {
    width: calc(33.33% - 20px);
  }
}
@media (max-width: 640px) {
  .collectiongrid .regimentcard {
    width: calc(50% - 20px);
  }
}
@media (max-width: 400px) {
  .collectiongrid .regimentcard {
    width: calc(100% - 20px);
  }
}
.card-inner {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}

.card-text {
  padding: 20px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex-grow: 1;
}
.card-text.standard {
  flex-grow: 0;
}

.card-inner h4 {
  font-size: 1.125rem;
  font-weight: 900;
  margin-bottom: 25px;
  color: #526173;
}

.card-inner .fus-button, .card-inner .cookie-consent .cookie-consent__agree, .cookie-consent .card-inner .cookie-consent__agree {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.card-inner .meta {
  display: flex;
  margin-bottom: 10px;
  font-weight: 400;
}

.card-inner .article-category {
  font-weight: 400;
  margin-right: 10px;
}

.card-inner .article-date {
  font-weight: 400;
}

.flip_text_image {
  flex-direction: row-reverse;
  justify-content: space-between;
  width: 100%;
}

.flip_text_image .image-container {
  margin-left: 0;
  width: 47.25%;
}

.flip_text_image .image-container img {
  width: 70%;
}

.flip_text_image .content {
  text-align: right;
  width: 47.25%;
  margin-right: 0;
}

.flip_text_image .content h3 {
  width: 100%;
}

@media (max-width: 640px) {
  .flip_text_image {
    flex-direction: column;
    width: 100%;
    margin: 0;
  }
  .flip_text_image .image-container {
    margin: 0;
    width: 100%;
  }
  .flip_text_image .image-container img {
    width: 100%;
    margin-right: 0;
    margin-left: 0;
  }
  .flip_text_image .content {
    text-align: left;
    width: 100%;
    margin-right: 0;
    margin-left: 0;
  }
  .flip_text_image .content h3 {
    width: 100%;
  }
}
.video-container {
  position: relative;
  padding-bottom: 56.25%;
  overflow: hidden;
  height: 0;
}
.video-container.paused-state .play {
  display: flex;
}

.video-container iframe,
.video-container object,
.video-container embed {
  position: absolute;
  top: 0;
  left: -1px;
  width: 100%;
  height: 100%;
  border: none;
}

video {
  width: 100%;
}

.textandimage {
  display: flex;
  flex-direction: row;
  margin: 0 -20px;
  margin-bottom: 30px;
}

.textandimage.flip_text_image {
  flex-direction: row-reverse;
}

.textandimage .detailtext {
  width: calc(50% - 40px);
  margin: 0 20px;
}

.textandimage .detailimg {
  width: calc(50% - 40px);
  margin: 0 20px;
  margin-bottom: 20px;
}

@media only screen and (max-width: 1000px) {
  .textandimage {
    flex-direction: column;
    flex-wrap: wrap;
    margin: 0 auto;
    max-width: 90%;
  }
  .textandimage .detailtext {
    width: 100%;
    margin: 0;
  }
  .textandimage .detailimg {
    width: calc(50% - 40px);
    width: 100%;
    margin: 0;
    margin-bottom: 20px;
  }
}
.download_section {
  border: 1px solid rgba(82, 97, 115, 0.2);
  padding: 30px;
  margin-bottom: 20px;
}

.flex-grow {
  flex-grow: 1;
}

.button_outter {
  max-width: 1170px;
  width: 90%;
  margin: 0 auto;
  padding: 0 0 50px 0;
}

.filterbuttons {
  border: 1px solid #ccc;
  background-color: #fff;
  border-radius: 4px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.filterbuttons button {
  border-right: 1px solid #ccc;
  padding: 8px 12px;
}
.filterbuttons button:last-child {
  border-right: none;
}
.filterbuttons button.active {
  color: #CA2027;
}

.sub-header.research-archive {
  z-index: 2;
  position: relative;
  background-image: url("/img/bg-research.jpg");
  background-size: cover;
  padding: 125px 0 35px;
  margin-bottom: 80px;
}
.sub-header.research-archive:after {
  background-image: linear-gradient(0deg, #201E26 0%, rgba(202, 32, 39, 0) 100%);
  content: "";
  height: 100%;
  left: 0;
  pointer-events: none;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
}
.sub-header.research-archive .sub-header-container {
  z-index: 2;
  color: #fefefe;
}
.sub-header.research-archive .sub-header-container h3, .sub-header.research-archive .sub-header-container h1 {
  color: #fefefe;
}
.sub-header.research-archive h3 {
  width: 300px;
}
.sub-header.research-archive .content {
  color: #fefefe;
}

.research-access {
  background-color: #F7F8F9;
  padding: 6em 0;
}
.research-access h4 {
  margin-bottom: 20px;
}
.research-access .research-content p {
  margin-bottom: 25px;
}
.research-access img {
  display: none;
}
@media print, screen and (min-width: 40em) {
  .research-access h4 {
    margin-bottom: 65px;
  }
  .research-access img {
    display: block;
  }
}

.research-donations {
  border-top: 1px solid #dde2e7;
  padding-top: 2.5em;
}
.research-donations h4 {
  font-size: 1.2rem;
  line-height: 1.4;
}
.research-donations .donation-content p {
  margin-bottom: 25px;
}
@media print, screen and (min-width: 40em) {
  .research-donations {
    padding-top: 5em;
    margin-top: 5em;
  }
}

.research-records .record-content p {
  margin-bottom: 25px;
}
.research-records .record-content a {
  color: #CA2027;
  text-decoration: underline;
}
@media print, screen and (min-width: 40em) {
  .research-records {
    background: transparent url("/img/casualty-bg.jpg") no-repeat scroll top left;
    background-size: contain;
    margin-top: 6em;
    padding-top: 380px;
  }
}

.research-form-container {
  padding-top: 4em;
  padding-bottom: 4em;
}

.research-form .field-container {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
}
.research-form .field-container.info {
  border-bottom: 1px solid #dde2e7;
  margin-bottom: 4rem;
  padding-bottom: 4rem;
}
@media print, screen and (min-width: 40em) {
  .research-form .field-container {
    flex-direction: row;
  }
}
.research-form label,
.research-form .mini-container,
.research-form .textarea-container {
  color: #526173;
  font-weight: 900;
  padding-left: 1rem;
  padding-right: 1rem;
  margin-bottom: 1.1em;
}
.research-form label input,
.research-form label textarea,
.research-form .mini-container input,
.research-form .mini-container textarea,
.research-form .textarea-container input,
.research-form .textarea-container textarea {
  border-color: #dde2e7;
  padding: 15px;
  height: 3.3rem;
  border-radius: 3px;
}
.research-form label textarea,
.research-form .mini-container textarea,
.research-form .textarea-container textarea {
  height: 150px;
}
.research-form label button,
.research-form .mini-container button,
.research-form .textarea-container button {
  justify-self: flex-start;
}
@media print, screen and (min-width: 40em) {
  .research-form label,
.research-form .mini-container,
.research-form .textarea-container {
    flex: 50%;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
.research-form .mini-container {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.research-form .mini-container label {
  padding: 0;
  width: 100%;
}
@media print, screen and (min-width: 40em) {
  .research-form .mini-container label {
    width: auto;
  }
  .research-form .mini-container label:first-of-type {
    padding-right: 20px;
  }
}
.research-form .fields-intro {
  padding: 0 1em;
}
.research-form .fields-intro h3 {
  margin-bottom: 50px;
}
.research-form .fields-intro h5 {
  margin-bottom: 20px;
}
.research-form .fields-intro p {
  max-width: 80%;
}
@media print, screen and (min-width: 40em) {
  .research-form .fields-intro {
    padding: 0 2.5rem;
  }
}
.research-form .button-container {
  padding: 1rem;
}
@media print, screen and (min-width: 40em) {
  .research-form .button-container {
    padding: 1rem 2.5rem;
  }
}

.sub-header.shop-home {
  z-index: 2;
  position: relative;
  background-image: url("/img/shop/shop-header.jpeg");
  background-size: cover;
  background-position: center center;
  padding: 30px 0 20px;
}
.sub-header.shop-home:after {
  background-image: linear-gradient(0deg, #201E26 0%, rgba(202, 32, 39, 0) 100%);
  content: "";
  height: 100%;
  left: 0;
  pointer-events: none;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
}
.sub-header.shop-home .sub-header-container {
  z-index: 2;
  color: #fefefe;
}
.sub-header.shop-home .sub-header-container h3, .sub-header.shop-home .sub-header-container h1 {
  color: #fefefe;
}
.sub-header.shop-home h3 {
  width: 300px;
}
.sub-header.shop-home .content {
  color: #fefefe;
}
@media print, screen and (min-width: 40em) {
  .sub-header.shop-home {
    margin-bottom: 20px;
    padding: 100px 0 0;
  }
}

.shop-intro {
  padding: 6rem 0;
}

.shop-header-featured {
  align-items: center;
  color: #fefefe;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  position: relative;
  flex-wrap: wrap;
}
.shop-header-featured .product-details {
  z-index: 10;
}
.shop-header-featured .product-details .title {
  font-family: "Lato", Helvetica, Roboto, Arial, sans-serif;
  font-size: 32px;
  line-height: 1;
  margin-bottom: 1.5rem;
  font-weight: 900;
}
.shop-header-featured .product-details .details {
  font-size: 16px;
  z-index: 10;
}
.shop-header-featured .product-nav {
  position: relative;
  z-index: 10;
  margin-top: 2.5rem;
}
.shop-header-featured .product-nav .fus-button, .shop-header-featured .product-nav .cookie-consent .cookie-consent__agree, .cookie-consent .shop-header-featured .product-nav .cookie-consent__agree {
  display: block;
  margin-bottom: 0.5rem;
}
@media print, screen and (min-width: 40em) {
  .shop-header-featured {
    padding: 0rem 0 6rem;
  }
  .shop-header-featured .product-details {
    max-width: 66.6666666666%;
  }
  .shop-header-featured .product-details .title {
    font-size: 72px;
  }
  .shop-header-featured .product-details .details {
    max-width: 60%;
  }
  .shop-header-featured .product-nav {
    margin-top: 0;
  }
}

.category-bar .category-select {
  display: block;
}
.category-bar ul {
  display: none;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  list-style-type: none;
  margin: 2rem 0 0 0;
}
.category-bar ul li {
  border-bottom: 1px solid #93a1b2;
  text-align: center;
  font-size: 14px;
}
.category-bar ul li a {
  display: block;
  padding: 1rem 1.5rem;
}
.category-bar ul li.active {
  border-width: 0 0 2px 0;
  border-color: #526173;
}
@media print, screen and (min-width: 40em) {
  .category-bar .category-select {
    display: none;
  }
  .category-bar ul {
    display: flex;
  }
}

.product-list {
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.product-list .product-get-more {
  margin: 0 auto;
  display: flex;
}

.single-product {
  margin-bottom: 2rem;
}
.single-product .image {
  background-size: cover;
  border-radius: 0.375rem;
  position: relative;
  min-height: 230px;
  background-position: center;
}
.single-product .image .rollover {
  align-items: center;
  background-color: rgba(82, 97, 115, 0.7);
  border-radius: 0.375rem;
  display: flex;
  flex-direction: column;
  height: 100%;
  left: 0;
  opacity: 0;
  position: absolute;
  transition: opacity 0.2s ease-in-out;
  top: 0;
  width: 100%;
  z-index: 2;
}
.single-product .image .rollover .fus-button, .single-product .image .rollover .cookie-consent .cookie-consent__agree, .cookie-consent .single-product .image .rollover .cookie-consent__agree {
  align-self: center;
  background: transparent;
  border: 1px solid #fefefe;
  color: #fefefe;
  display: block;
  margin-bottom: 0.5rem;
  padding: 9px 19px;
}
.single-product .image .rollover .fus-button:first-child, .single-product .image .rollover .cookie-consent .cookie-consent__agree:first-child, .cookie-consent .single-product .image .rollover .cookie-consent__agree:first-child {
  margin-top: auto;
}
.single-product .image .rollover .fus-button:last-child, .single-product .image .rollover .cookie-consent .cookie-consent__agree:last-child, .cookie-consent .single-product .image .rollover .cookie-consent__agree:last-child {
  margin-bottom: auto;
}
.single-product .image .rollover .fus-button:hover, .single-product .image .rollover .cookie-consent .cookie-consent__agree:hover, .cookie-consent .single-product .image .rollover .cookie-consent__agree:hover {
  background-color: #fefefe;
  color: #526173;
}
.single-product .meta-wrap {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 0.8rem;
  height: 100%;
}
.single-product .meta-wrap .title {
  font-size: 14px;
}
.single-product .meta-wrap .price {
  padding: 0.3rem 0;
  font-size: 14px;
  font-weight: 900;
}
.single-product .meta-wrap .fus-button, .single-product .meta-wrap .cookie-consent .cookie-consent__agree, .cookie-consent .single-product .meta-wrap .cookie-consent__agree {
  color: #526173;
  border-color: #526173;
  margin-top: auto;
  align-self: flex-start;
  margin-top: 1rem;
}
.single-product:hover .rollover {
  opacity: 1;
}

.product-show {
  margin-top: 4rem;
}
.product-show .image-gallery {
  display: flex;
  flex-direction: column;
}
.product-show .image-gallery .main-image {
  max-height: 25rem;
  margin: 0 auto;
}
.product-show .image-gallery .main-image img {
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  max-height: 25rem;
}
.product-show .image-gallery .thumbnail-gallery {
  display: flex;
  flex-direction: row;
  margin-top: 1rem;
  justify-content: space-around;
}
.product-show .image-gallery .thumbnail-gallery .thumbnail-image {
  display: block;
  max-height: 100px;
}
.product-show .product-details {
  margin-top: 2rem;
}
.product-show .product-details .title {
  font-size: 2rem;
  font-weight: 900;
  color: #CA2027;
}
.product-show .product-details .meta {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.product-show .product-details .meta .price {
  font-size: 1.2rem;
  font-weight: 900;
  margin-bottom: 1rem;
}
.product-show .product-details .product-info-section .title {
  color: #526173;
  font-size: 1rem;
  margin-top: 2rem;
  border-bottom: 1px solid #5d6e82;
  padding-bottom: 0.5rem;
}
@media print, screen and (min-width: 40em) {
  .product-show .product-details {
    padding-left: 2rem;
    margin-top: 0;
  }
  .product-show .product-details .meta {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }
  .product-show .product-details .meta .price {
    margin-bottom: 0;
  }
}

.category-card {
  z-index: 2;
  position: relative;
  max-height: 24rem;
  color: #fefefe;
  margin-bottom: 2rem;
  display: flex;
  background-position: center;
  background-size: cover;
  flex-direction: column;
  justify-content: center;
  padding: 1.5rem;
  border-radius: 5px;
}
.category-card:after {
  background-image: linear-gradient(0deg, #201E26 0%, rgba(202, 32, 39, 0) 100%);
  content: "";
  height: 100%;
  left: 0;
  pointer-events: none;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
}
.category-card .sub-header-container {
  z-index: 2;
  color: #fefefe;
}
.category-card .sub-header-container h3, .category-card .sub-header-container h1 {
  color: #fefefe;
}
.category-card .category-title,
.category-card .category-description {
  position: relative;
  z-index: 10;
}
.category-card .category-title {
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 1.3;
  margin-bottom: 1rem;
}
.category-card .category-description {
  font-size: 0.8rem;
}
.category-card.front {
  min-height: 27rem;
}
.category-card.front > div {
  margin-top: auto;
}
.category-card.front .view-all-btn {
  margin-top: auto;
  z-index: 10;
  align-self: flex-start;
}
.category-card.front:hover {
  color: #fefefe;
}
.category-card:after {
  border-radius: 5px;
}

.bestsell-intro {
  margin-top: 1rem;
}
@media print, screen and (min-width: 40em) {
  .bestsell-intro {
    margin-top: 5rem;
  }
}

.shop-info {
  margin-top: 1rem;
  padding-top: 1rem;
  border-top: 1px solid rgba(82, 97, 115, 0.2);
}
.shop-info .secure {
  margin-bottom: 3rem;
}
@media print, screen and (min-width: 40em) {
  .shop-info {
    margin-top: 5rem;
    padding-top: 5rem;
    border-top: 1px solid rgba(82, 97, 115, 0.2);
  }
  .shop-info .secure {
    padding-right: 4rem;
    margin-bottom: 0;
  }
}

.cc-list {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
