@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;
  }
}
/* @import '../node_modules/'; */
/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

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

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

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

a {
  background-color: transparent;
}

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

b,
strong {
  font-weight: bolder;
}

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

small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
}

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

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

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

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

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

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

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

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

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

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

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

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

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

details {
  display: block;
}

summary {
  display: list-item;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

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

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

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

html {
  box-sizing: border-box;
  font-size: 16px;
}

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

body {
  margin: 0;
  padding: 0;
  background: #fff;
  font-family: "DomaineText", Helvetica, Roboto, Arial, sans-serif;
  font-weight: normal;
  line-height: 1.5;
  color: #000;
  -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: 6px;
}

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

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

button {
  padding: 0;
  appearance: none;
  border: 0;
  border-radius: 6px;
  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.6875rem;
  margin: 0 0 1.25rem;
  padding: 0.625rem;
  border: 2px solid #000;
  border-radius: 0;
  background-color: #fff;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  font-family: inherit;
  font-size: 1rem;
  font-weight: normal;
  line-height: 1.5;
  color: #000;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
  appearance: none;
}
[type=text]:focus, [type=password]:focus, [type=date]:focus, [type=datetime]:focus, [type=datetime-local]:focus, [type=month]:focus, [type=week]:focus, [type=email]:focus, [type=number]:focus, [type=search]:focus, [type=tel]:focus, [type=time]:focus, [type=url]:focus, [type=color]:focus,
textarea:focus {
  outline: none;
  border: 2px solid #000;
  background-color: #fff;
  box-shadow: 0 0 0 #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] {
  appearance: none;
  border-radius: 6px;
}

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

::placeholder {
  color: #cacaca;
}

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

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

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

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

label {
  display: block;
  margin: 0;
  font-size: 0.875rem;
  font-weight: normal;
  line-height: 1.8;
  color: #000;
}
label.middle {
  margin: 0 0 1.25rem;
  line-height: 1.5;
  padding: 0.75rem 0;
}

.help-text {
  margin-top: -0.625rem;
  font-size: 0.8125rem;
  font-style: italic;
  color: #000;
}

.input-group {
  display: flex;
  width: 100%;
  margin-bottom: 1.25rem;
  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: #000;
  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.625rem;
}

.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.6875rem;
  margin: 0 0 1.25rem;
  padding: 0.625rem;
  appearance: none;
  border: 2px solid #000;
  border-radius: 6px;
  background-color: #fff;
  font-family: inherit;
  font-size: 1rem;
  font-weight: normal;
  line-height: 1.5;
  color: #000;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" version="1.1" width="32" height="24" viewBox="0 0 32 24"><polygon points="0,0 32,0 16,24" style="fill: rgb%28138, 138, 138%29"></polygon></svg>');
  background-origin: content-box;
  background-position: right -1.25rem center;
  background-repeat: no-repeat;
  background-size: 9px 6px;
  padding-right: 1.875rem;
  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: 2px solid #000;
  background-color: #fff;
  box-shadow: 0 0 0 #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: #ED82BD;
  background-color: #fdf3f8;
}
.is-invalid-input:not(:focus)::placeholder {
  color: #ED82BD;
}

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

.form-error {
  display: none;
  margin-top: -0.625rem;
  margin-bottom: 1.25rem;
  font-size: 0.75rem;
  font-weight: bold;
  color: #ED82BD;
}
.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: 30px;
  text-rendering: optimizeLegibility;
}

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

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

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

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

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

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

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

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

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

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

@media print, screen and (min-width: 64em) {
  h1, .h1 {
    font-size: 3.75rem;
    line-height: 1.1666666667;
  }

  h2, .h2 {
    font-size: 3.75rem;
    line-height: 1.1666666667;
  }

  h3, .h3 {
    font-size: 2.8125rem;
    line-height: 1.1111111111;
  }

  h4, .h4 {
    font-size: 2.8125rem;
    line-height: 1.1111111111;
  }

  h5, .h5 {
    font-size: 1.875rem;
    line-height: 1.2333333333;
  }

  h6, .h6 {
    font-size: 1.875rem;
    line-height: 1.2333333333;
  }
}
a {
  line-height: inherit;
  color: #000;
  text-decoration: none;
  cursor: pointer;
}
a:hover, a:focus {
  color: black;
}
a img {
  border: 0;
}

hr {
  clear: both;
  max-width: 81.25rem;
  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: 30px;
}

li {
  font-size: inherit;
}

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

ol {
  margin-left: 1.25rem;
}

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

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

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

abbr, abbr[title] {
  border-bottom: 1px dotted #000;
  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: #000;
  border-radius: 6px;
}

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

.lead {
  font-size: 20px;
  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: normal;
  color: #000;
  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: normal;
  color: #000;
  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;
  }
}
.show-for-print {
  display: none !important;
}

@media print {
  * {
    background: transparent !important;
    color: black !important;
    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: 81.25rem;
  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, .grid-x > .small-13, .grid-x > .small-14 {
  flex-basis: auto;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media print, screen and (min-width: 40em) {
  .grid-x > .medium-auto {
    flex: 1 1 0;
    width: auto;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .grid-x > .medium-14 {
    width: 100%;
  }
}
@media print, screen and (min-width: 64em) {
  .grid-x > .large-auto {
    flex: 1 1 0;
    width: auto;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .grid-x > .large-14 {
    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(7.1428571429% - 1.25rem);
}
.grid-margin-x > .small-2 {
  width: calc(14.2857142857% - 1.25rem);
}
.grid-margin-x > .small-3 {
  width: calc(21.4285714286% - 1.25rem);
}
.grid-margin-x > .small-4 {
  width: calc(28.5714285714% - 1.25rem);
}
.grid-margin-x > .small-5 {
  width: calc(35.7142857143% - 1.25rem);
}
.grid-margin-x > .small-6 {
  width: calc(42.8571428571% - 1.25rem);
}
.grid-margin-x > .small-7 {
  width: calc(50% - 1.25rem);
}
.grid-margin-x > .small-8 {
  width: calc(57.1428571429% - 1.25rem);
}
.grid-margin-x > .small-9 {
  width: calc(64.2857142857% - 1.25rem);
}
.grid-margin-x > .small-10 {
  width: calc(71.4285714286% - 1.25rem);
}
.grid-margin-x > .small-11 {
  width: calc(78.5714285714% - 1.25rem);
}
.grid-margin-x > .small-12 {
  width: calc(85.7142857143% - 1.25rem);
}
.grid-margin-x > .small-13 {
  width: calc(92.8571428571% - 1.25rem);
}
.grid-margin-x > .small-14 {
  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(7.1428571429% - 1.875rem);
  }
  .grid-margin-x > .small-2 {
    width: calc(14.2857142857% - 1.875rem);
  }
  .grid-margin-x > .small-3 {
    width: calc(21.4285714286% - 1.875rem);
  }
  .grid-margin-x > .small-4 {
    width: calc(28.5714285714% - 1.875rem);
  }
  .grid-margin-x > .small-5 {
    width: calc(35.7142857143% - 1.875rem);
  }
  .grid-margin-x > .small-6 {
    width: calc(42.8571428571% - 1.875rem);
  }
  .grid-margin-x > .small-7 {
    width: calc(50% - 1.875rem);
  }
  .grid-margin-x > .small-8 {
    width: calc(57.1428571429% - 1.875rem);
  }
  .grid-margin-x > .small-9 {
    width: calc(64.2857142857% - 1.875rem);
  }
  .grid-margin-x > .small-10 {
    width: calc(71.4285714286% - 1.875rem);
  }
  .grid-margin-x > .small-11 {
    width: calc(78.5714285714% - 1.875rem);
  }
  .grid-margin-x > .small-12 {
    width: calc(85.7142857143% - 1.875rem);
  }
  .grid-margin-x > .small-13 {
    width: calc(92.8571428571% - 1.875rem);
  }
  .grid-margin-x > .small-14 {
    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(7.1428571429% - 1.875rem);
  }
  .grid-margin-x > .medium-2 {
    width: calc(14.2857142857% - 1.875rem);
  }
  .grid-margin-x > .medium-3 {
    width: calc(21.4285714286% - 1.875rem);
  }
  .grid-margin-x > .medium-4 {
    width: calc(28.5714285714% - 1.875rem);
  }
  .grid-margin-x > .medium-5 {
    width: calc(35.7142857143% - 1.875rem);
  }
  .grid-margin-x > .medium-6 {
    width: calc(42.8571428571% - 1.875rem);
  }
  .grid-margin-x > .medium-7 {
    width: calc(50% - 1.875rem);
  }
  .grid-margin-x > .medium-8 {
    width: calc(57.1428571429% - 1.875rem);
  }
  .grid-margin-x > .medium-9 {
    width: calc(64.2857142857% - 1.875rem);
  }
  .grid-margin-x > .medium-10 {
    width: calc(71.4285714286% - 1.875rem);
  }
  .grid-margin-x > .medium-11 {
    width: calc(78.5714285714% - 1.875rem);
  }
  .grid-margin-x > .medium-12 {
    width: calc(85.7142857143% - 1.875rem);
  }
  .grid-margin-x > .medium-13 {
    width: calc(92.8571428571% - 1.875rem);
  }
  .grid-margin-x > .medium-14 {
    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(7.1428571429% - 1.875rem);
  }
  .grid-margin-x > .large-2 {
    width: calc(14.2857142857% - 1.875rem);
  }
  .grid-margin-x > .large-3 {
    width: calc(21.4285714286% - 1.875rem);
  }
  .grid-margin-x > .large-4 {
    width: calc(28.5714285714% - 1.875rem);
  }
  .grid-margin-x > .large-5 {
    width: calc(35.7142857143% - 1.875rem);
  }
  .grid-margin-x > .large-6 {
    width: calc(42.8571428571% - 1.875rem);
  }
  .grid-margin-x > .large-7 {
    width: calc(50% - 1.875rem);
  }
  .grid-margin-x > .large-8 {
    width: calc(57.1428571429% - 1.875rem);
  }
  .grid-margin-x > .large-9 {
    width: calc(64.2857142857% - 1.875rem);
  }
  .grid-margin-x > .large-10 {
    width: calc(71.4285714286% - 1.875rem);
  }
  .grid-margin-x > .large-11 {
    width: calc(78.5714285714% - 1.875rem);
  }
  .grid-margin-x > .large-12 {
    width: calc(85.7142857143% - 1.875rem);
  }
  .grid-margin-x > .large-13 {
    width: calc(92.8571428571% - 1.875rem);
  }
  .grid-margin-x > .large-14 {
    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%;
  }
}
.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);
  }
}
.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: 7.1428571429%;
}
.small-margin-collapse > .small-2 {
  width: 14.2857142857%;
}
.small-margin-collapse > .small-3 {
  width: 21.4285714286%;
}
.small-margin-collapse > .small-4 {
  width: 28.5714285714%;
}
.small-margin-collapse > .small-5 {
  width: 35.7142857143%;
}
.small-margin-collapse > .small-6 {
  width: 42.8571428571%;
}
.small-margin-collapse > .small-7 {
  width: 50%;
}
.small-margin-collapse > .small-8 {
  width: 57.1428571429%;
}
.small-margin-collapse > .small-9 {
  width: 64.2857142857%;
}
.small-margin-collapse > .small-10 {
  width: 71.4285714286%;
}
.small-margin-collapse > .small-11 {
  width: 78.5714285714%;
}
.small-margin-collapse > .small-12 {
  width: 85.7142857143%;
}
.small-margin-collapse > .small-13 {
  width: 92.8571428571%;
}
.small-margin-collapse > .small-14 {
  width: 100%;
}
@media print, screen and (min-width: 40em) {
  .small-margin-collapse > .medium-1 {
    width: 7.1428571429%;
  }
  .small-margin-collapse > .medium-2 {
    width: 14.2857142857%;
  }
  .small-margin-collapse > .medium-3 {
    width: 21.4285714286%;
  }
  .small-margin-collapse > .medium-4 {
    width: 28.5714285714%;
  }
  .small-margin-collapse > .medium-5 {
    width: 35.7142857143%;
  }
  .small-margin-collapse > .medium-6 {
    width: 42.8571428571%;
  }
  .small-margin-collapse > .medium-7 {
    width: 50%;
  }
  .small-margin-collapse > .medium-8 {
    width: 57.1428571429%;
  }
  .small-margin-collapse > .medium-9 {
    width: 64.2857142857%;
  }
  .small-margin-collapse > .medium-10 {
    width: 71.4285714286%;
  }
  .small-margin-collapse > .medium-11 {
    width: 78.5714285714%;
  }
  .small-margin-collapse > .medium-12 {
    width: 85.7142857143%;
  }
  .small-margin-collapse > .medium-13 {
    width: 92.8571428571%;
  }
  .small-margin-collapse > .medium-14 {
    width: 100%;
  }
}
@media print, screen and (min-width: 64em) {
  .small-margin-collapse > .large-1 {
    width: 7.1428571429%;
  }
  .small-margin-collapse > .large-2 {
    width: 14.2857142857%;
  }
  .small-margin-collapse > .large-3 {
    width: 21.4285714286%;
  }
  .small-margin-collapse > .large-4 {
    width: 28.5714285714%;
  }
  .small-margin-collapse > .large-5 {
    width: 35.7142857143%;
  }
  .small-margin-collapse > .large-6 {
    width: 42.8571428571%;
  }
  .small-margin-collapse > .large-7 {
    width: 50%;
  }
  .small-margin-collapse > .large-8 {
    width: 57.1428571429%;
  }
  .small-margin-collapse > .large-9 {
    width: 64.2857142857%;
  }
  .small-margin-collapse > .large-10 {
    width: 71.4285714286%;
  }
  .small-margin-collapse > .large-11 {
    width: 78.5714285714%;
  }
  .small-margin-collapse > .large-12 {
    width: 85.7142857143%;
  }
  .small-margin-collapse > .large-13 {
    width: 92.8571428571%;
  }
  .small-margin-collapse > .large-14 {
    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: 7.1428571429%;
  }
  .medium-margin-collapse > .small-2 {
    width: 14.2857142857%;
  }
  .medium-margin-collapse > .small-3 {
    width: 21.4285714286%;
  }
  .medium-margin-collapse > .small-4 {
    width: 28.5714285714%;
  }
  .medium-margin-collapse > .small-5 {
    width: 35.7142857143%;
  }
  .medium-margin-collapse > .small-6 {
    width: 42.8571428571%;
  }
  .medium-margin-collapse > .small-7 {
    width: 50%;
  }
  .medium-margin-collapse > .small-8 {
    width: 57.1428571429%;
  }
  .medium-margin-collapse > .small-9 {
    width: 64.2857142857%;
  }
  .medium-margin-collapse > .small-10 {
    width: 71.4285714286%;
  }
  .medium-margin-collapse > .small-11 {
    width: 78.5714285714%;
  }
  .medium-margin-collapse > .small-12 {
    width: 85.7142857143%;
  }
  .medium-margin-collapse > .small-13 {
    width: 92.8571428571%;
  }
  .medium-margin-collapse > .small-14 {
    width: 100%;
  }
}
@media print, screen and (min-width: 40em) {
  .medium-margin-collapse > .medium-1 {
    width: 7.1428571429%;
  }
  .medium-margin-collapse > .medium-2 {
    width: 14.2857142857%;
  }
  .medium-margin-collapse > .medium-3 {
    width: 21.4285714286%;
  }
  .medium-margin-collapse > .medium-4 {
    width: 28.5714285714%;
  }
  .medium-margin-collapse > .medium-5 {
    width: 35.7142857143%;
  }
  .medium-margin-collapse > .medium-6 {
    width: 42.8571428571%;
  }
  .medium-margin-collapse > .medium-7 {
    width: 50%;
  }
  .medium-margin-collapse > .medium-8 {
    width: 57.1428571429%;
  }
  .medium-margin-collapse > .medium-9 {
    width: 64.2857142857%;
  }
  .medium-margin-collapse > .medium-10 {
    width: 71.4285714286%;
  }
  .medium-margin-collapse > .medium-11 {
    width: 78.5714285714%;
  }
  .medium-margin-collapse > .medium-12 {
    width: 85.7142857143%;
  }
  .medium-margin-collapse > .medium-13 {
    width: 92.8571428571%;
  }
  .medium-margin-collapse > .medium-14 {
    width: 100%;
  }
}
@media print, screen and (min-width: 64em) {
  .medium-margin-collapse > .large-1 {
    width: 7.1428571429%;
  }
  .medium-margin-collapse > .large-2 {
    width: 14.2857142857%;
  }
  .medium-margin-collapse > .large-3 {
    width: 21.4285714286%;
  }
  .medium-margin-collapse > .large-4 {
    width: 28.5714285714%;
  }
  .medium-margin-collapse > .large-5 {
    width: 35.7142857143%;
  }
  .medium-margin-collapse > .large-6 {
    width: 42.8571428571%;
  }
  .medium-margin-collapse > .large-7 {
    width: 50%;
  }
  .medium-margin-collapse > .large-8 {
    width: 57.1428571429%;
  }
  .medium-margin-collapse > .large-9 {
    width: 64.2857142857%;
  }
  .medium-margin-collapse > .large-10 {
    width: 71.4285714286%;
  }
  .medium-margin-collapse > .large-11 {
    width: 78.5714285714%;
  }
  .medium-margin-collapse > .large-12 {
    width: 85.7142857143%;
  }
  .medium-margin-collapse > .large-13 {
    width: 92.8571428571%;
  }
  .medium-margin-collapse > .large-14 {
    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: 7.1428571429%;
  }
  .large-margin-collapse > .small-2 {
    width: 14.2857142857%;
  }
  .large-margin-collapse > .small-3 {
    width: 21.4285714286%;
  }
  .large-margin-collapse > .small-4 {
    width: 28.5714285714%;
  }
  .large-margin-collapse > .small-5 {
    width: 35.7142857143%;
  }
  .large-margin-collapse > .small-6 {
    width: 42.8571428571%;
  }
  .large-margin-collapse > .small-7 {
    width: 50%;
  }
  .large-margin-collapse > .small-8 {
    width: 57.1428571429%;
  }
  .large-margin-collapse > .small-9 {
    width: 64.2857142857%;
  }
  .large-margin-collapse > .small-10 {
    width: 71.4285714286%;
  }
  .large-margin-collapse > .small-11 {
    width: 78.5714285714%;
  }
  .large-margin-collapse > .small-12 {
    width: 85.7142857143%;
  }
  .large-margin-collapse > .small-13 {
    width: 92.8571428571%;
  }
  .large-margin-collapse > .small-14 {
    width: 100%;
  }
}
@media print, screen and (min-width: 64em) {
  .large-margin-collapse > .medium-1 {
    width: 7.1428571429%;
  }
  .large-margin-collapse > .medium-2 {
    width: 14.2857142857%;
  }
  .large-margin-collapse > .medium-3 {
    width: 21.4285714286%;
  }
  .large-margin-collapse > .medium-4 {
    width: 28.5714285714%;
  }
  .large-margin-collapse > .medium-5 {
    width: 35.7142857143%;
  }
  .large-margin-collapse > .medium-6 {
    width: 42.8571428571%;
  }
  .large-margin-collapse > .medium-7 {
    width: 50%;
  }
  .large-margin-collapse > .medium-8 {
    width: 57.1428571429%;
  }
  .large-margin-collapse > .medium-9 {
    width: 64.2857142857%;
  }
  .large-margin-collapse > .medium-10 {
    width: 71.4285714286%;
  }
  .large-margin-collapse > .medium-11 {
    width: 78.5714285714%;
  }
  .large-margin-collapse > .medium-12 {
    width: 85.7142857143%;
  }
  .large-margin-collapse > .medium-13 {
    width: 92.8571428571%;
  }
  .large-margin-collapse > .medium-14 {
    width: 100%;
  }
}
@media print, screen and (min-width: 64em) {
  .large-margin-collapse > .large-1 {
    width: 7.1428571429%;
  }
  .large-margin-collapse > .large-2 {
    width: 14.2857142857%;
  }
  .large-margin-collapse > .large-3 {
    width: 21.4285714286%;
  }
  .large-margin-collapse > .large-4 {
    width: 28.5714285714%;
  }
  .large-margin-collapse > .large-5 {
    width: 35.7142857143%;
  }
  .large-margin-collapse > .large-6 {
    width: 42.8571428571%;
  }
  .large-margin-collapse > .large-7 {
    width: 50%;
  }
  .large-margin-collapse > .large-8 {
    width: 57.1428571429%;
  }
  .large-margin-collapse > .large-9 {
    width: 64.2857142857%;
  }
  .large-margin-collapse > .large-10 {
    width: 71.4285714286%;
  }
  .large-margin-collapse > .large-11 {
    width: 78.5714285714%;
  }
  .large-margin-collapse > .large-12 {
    width: 85.7142857143%;
  }
  .large-margin-collapse > .large-13 {
    width: 92.8571428571%;
  }
  .large-margin-collapse > .large-14 {
    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;
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.grid-margin-x > .small-offset-13 {
  margin-left: calc(92.8571428571% + 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: 7.1428571429%;
  }

  .grid-margin-x > .medium-offset-1 {
    margin-left: calc(7.1428571429% + 1.875rem / 2);
  }

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

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

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

  .grid-margin-x > .medium-offset-3 {
    margin-left: calc(21.4285714286% + 1.875rem / 2);
  }

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

  .grid-margin-x > .medium-offset-4 {
    margin-left: calc(28.5714285714% + 1.875rem / 2);
  }

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

  .grid-margin-x > .medium-offset-5 {
    margin-left: calc(35.7142857143% + 1.875rem / 2);
  }

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

  .grid-margin-x > .medium-offset-6 {
    margin-left: calc(42.8571428571% + 1.875rem / 2);
  }

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

  .grid-margin-x > .medium-offset-7 {
    margin-left: calc(50% + 1.875rem / 2);
  }

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

  .grid-margin-x > .medium-offset-8 {
    margin-left: calc(57.1428571429% + 1.875rem / 2);
  }

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

  .grid-margin-x > .medium-offset-9 {
    margin-left: calc(64.2857142857% + 1.875rem / 2);
  }

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

  .grid-margin-x > .medium-offset-10 {
    margin-left: calc(71.4285714286% + 1.875rem / 2);
  }

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

  .grid-margin-x > .medium-offset-11 {
    margin-left: calc(78.5714285714% + 1.875rem / 2);
  }

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

  .grid-margin-x > .medium-offset-12 {
    margin-left: calc(85.7142857143% + 1.875rem / 2);
  }

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

  .grid-margin-x > .medium-offset-13 {
    margin-left: calc(92.8571428571% + 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: 7.1428571429%;
  }

  .grid-margin-x > .large-offset-1 {
    margin-left: calc(7.1428571429% + 1.875rem / 2);
  }

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

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

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

  .grid-margin-x > .large-offset-3 {
    margin-left: calc(21.4285714286% + 1.875rem / 2);
  }

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

  .grid-margin-x > .large-offset-4 {
    margin-left: calc(28.5714285714% + 1.875rem / 2);
  }

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

  .grid-margin-x > .large-offset-5 {
    margin-left: calc(35.7142857143% + 1.875rem / 2);
  }

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

  .grid-margin-x > .large-offset-6 {
    margin-left: calc(42.8571428571% + 1.875rem / 2);
  }

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

  .grid-margin-x > .large-offset-7 {
    margin-left: calc(50% + 1.875rem / 2);
  }

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

  .grid-margin-x > .large-offset-8 {
    margin-left: calc(57.1428571429% + 1.875rem / 2);
  }

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

  .grid-margin-x > .large-offset-9 {
    margin-left: calc(64.2857142857% + 1.875rem / 2);
  }

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

  .grid-margin-x > .large-offset-10 {
    margin-left: calc(71.4285714286% + 1.875rem / 2);
  }

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

  .grid-margin-x > .large-offset-11 {
    margin-left: calc(78.5714285714% + 1.875rem / 2);
  }

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

  .grid-margin-x > .large-offset-12 {
    margin-left: calc(85.7142857143% + 1.875rem / 2);
  }

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

  .grid-margin-x > .large-offset-13 {
    margin-left: calc(92.8571428571% + 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, .grid-y > .small-13, .grid-y > .small-14 {
  flex-basis: auto;
}
@media print, screen and (min-width: 40em) {
  .grid-y > .medium-shrink, .grid-y > .medium-full, .grid-y > .medium-1, .grid-y > .medium-2, .grid-y > .medium-3, .grid-y > .medium-4, .grid-y > .medium-5, .grid-y > .medium-6, .grid-y > .medium-7, .grid-y > .medium-8, .grid-y > .medium-9, .grid-y > .medium-10, .grid-y > .medium-11, .grid-y > .medium-12, .grid-y > .medium-13, .grid-y > .medium-14 {
    flex-basis: auto;
  }
}
@media print, screen and (min-width: 64em) {
  .grid-y > .large-shrink, .grid-y > .large-full, .grid-y > .large-1, .grid-y > .large-2, .grid-y > .large-3, .grid-y > .large-4, .grid-y > .large-5, .grid-y > .large-6, .grid-y > .large-7, .grid-y > .large-8, .grid-y > .large-9, .grid-y > .large-10, .grid-y > .large-11, .grid-y > .large-12, .grid-y > .large-13, .grid-y > .large-14 {
    flex-basis: auto;
  }
}
.grid-y > .small-14, .grid-y > .small-13, .grid-y > .small-12, .grid-y > .small-11, .grid-y > .small-10, .grid-y > .small-9, .grid-y > .small-8, .grid-y > .small-7, .grid-y > .small-6, .grid-y > .small-5, .grid-y > .small-4, .grid-y > .small-3, .grid-y > .small-2, .grid-y > .small-1 {
  flex: 0 0 auto;
}
.grid-y > .small-1 {
  height: 7.1428571429%;
}
.grid-y > .small-2 {
  height: 14.2857142857%;
}
.grid-y > .small-3 {
  height: 21.4285714286%;
}
.grid-y > .small-4 {
  height: 28.5714285714%;
}
.grid-y > .small-5 {
  height: 35.7142857143%;
}
.grid-y > .small-6 {
  height: 42.8571428571%;
}
.grid-y > .small-7 {
  height: 50%;
}
.grid-y > .small-8 {
  height: 57.1428571429%;
}
.grid-y > .small-9 {
  height: 64.2857142857%;
}
.grid-y > .small-10 {
  height: 71.4285714286%;
}
.grid-y > .small-11 {
  height: 78.5714285714%;
}
.grid-y > .small-12 {
  height: 85.7142857143%;
}
.grid-y > .small-13 {
  height: 92.8571428571%;
}
.grid-y > .small-14 {
  height: 100%;
}
@media print, screen and (min-width: 40em) {
  .grid-y > .medium-auto {
    flex: 1 1 0;
    height: auto;
  }
  .grid-y > .medium-14, .grid-y > .medium-13, .grid-y > .medium-12, .grid-y > .medium-11, .grid-y > .medium-10, .grid-y > .medium-9, .grid-y > .medium-8, .grid-y > .medium-7, .grid-y > .medium-6, .grid-y > .medium-5, .grid-y > .medium-4, .grid-y > .medium-3, .grid-y > .medium-2, .grid-y > .medium-1, .grid-y > .medium-shrink {
    flex: 0 0 auto;
  }
  .grid-y > .medium-shrink {
    height: auto;
  }
  .grid-y > .medium-1 {
    height: 7.1428571429%;
  }
  .grid-y > .medium-2 {
    height: 14.2857142857%;
  }
  .grid-y > .medium-3 {
    height: 21.4285714286%;
  }
  .grid-y > .medium-4 {
    height: 28.5714285714%;
  }
  .grid-y > .medium-5 {
    height: 35.7142857143%;
  }
  .grid-y > .medium-6 {
    height: 42.8571428571%;
  }
  .grid-y > .medium-7 {
    height: 50%;
  }
  .grid-y > .medium-8 {
    height: 57.1428571429%;
  }
  .grid-y > .medium-9 {
    height: 64.2857142857%;
  }
  .grid-y > .medium-10 {
    height: 71.4285714286%;
  }
  .grid-y > .medium-11 {
    height: 78.5714285714%;
  }
  .grid-y > .medium-12 {
    height: 85.7142857143%;
  }
  .grid-y > .medium-13 {
    height: 92.8571428571%;
  }
  .grid-y > .medium-14 {
    height: 100%;
  }
}
@media print, screen and (min-width: 64em) {
  .grid-y > .large-auto {
    flex: 1 1 0;
    height: auto;
  }
  .grid-y > .large-14, .grid-y > .large-13, .grid-y > .large-12, .grid-y > .large-11, .grid-y > .large-10, .grid-y > .large-9, .grid-y > .large-8, .grid-y > .large-7, .grid-y > .large-6, .grid-y > .large-5, .grid-y > .large-4, .grid-y > .large-3, .grid-y > .large-2, .grid-y > .large-1, .grid-y > .large-shrink {
    flex: 0 0 auto;
  }
  .grid-y > .large-shrink {
    height: auto;
  }
  .grid-y > .large-1 {
    height: 7.1428571429%;
  }
  .grid-y > .large-2 {
    height: 14.2857142857%;
  }
  .grid-y > .large-3 {
    height: 21.4285714286%;
  }
  .grid-y > .large-4 {
    height: 28.5714285714%;
  }
  .grid-y > .large-5 {
    height: 35.7142857143%;
  }
  .grid-y > .large-6 {
    height: 42.8571428571%;
  }
  .grid-y > .large-7 {
    height: 50%;
  }
  .grid-y > .large-8 {
    height: 57.1428571429%;
  }
  .grid-y > .large-9 {
    height: 64.2857142857%;
  }
  .grid-y > .large-10 {
    height: 71.4285714286%;
  }
  .grid-y > .large-11 {
    height: 78.5714285714%;
  }
  .grid-y > .large-12 {
    height: 85.7142857143%;
  }
  .grid-y > .large-13 {
    height: 92.8571428571%;
  }
  .grid-y > .large-14 {
    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(7.1428571429% - 1.25rem);
}
.grid-margin-y > .small-2 {
  height: calc(14.2857142857% - 1.25rem);
}
.grid-margin-y > .small-3 {
  height: calc(21.4285714286% - 1.25rem);
}
.grid-margin-y > .small-4 {
  height: calc(28.5714285714% - 1.25rem);
}
.grid-margin-y > .small-5 {
  height: calc(35.7142857143% - 1.25rem);
}
.grid-margin-y > .small-6 {
  height: calc(42.8571428571% - 1.25rem);
}
.grid-margin-y > .small-7 {
  height: calc(50% - 1.25rem);
}
.grid-margin-y > .small-8 {
  height: calc(57.1428571429% - 1.25rem);
}
.grid-margin-y > .small-9 {
  height: calc(64.2857142857% - 1.25rem);
}
.grid-margin-y > .small-10 {
  height: calc(71.4285714286% - 1.25rem);
}
.grid-margin-y > .small-11 {
  height: calc(78.5714285714% - 1.25rem);
}
.grid-margin-y > .small-12 {
  height: calc(85.7142857143% - 1.25rem);
}
.grid-margin-y > .small-13 {
  height: calc(92.8571428571% - 1.25rem);
}
.grid-margin-y > .small-14 {
  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(7.1428571429% - 1.875rem);
  }
  .grid-margin-y > .small-2 {
    height: calc(14.2857142857% - 1.875rem);
  }
  .grid-margin-y > .small-3 {
    height: calc(21.4285714286% - 1.875rem);
  }
  .grid-margin-y > .small-4 {
    height: calc(28.5714285714% - 1.875rem);
  }
  .grid-margin-y > .small-5 {
    height: calc(35.7142857143% - 1.875rem);
  }
  .grid-margin-y > .small-6 {
    height: calc(42.8571428571% - 1.875rem);
  }
  .grid-margin-y > .small-7 {
    height: calc(50% - 1.875rem);
  }
  .grid-margin-y > .small-8 {
    height: calc(57.1428571429% - 1.875rem);
  }
  .grid-margin-y > .small-9 {
    height: calc(64.2857142857% - 1.875rem);
  }
  .grid-margin-y > .small-10 {
    height: calc(71.4285714286% - 1.875rem);
  }
  .grid-margin-y > .small-11 {
    height: calc(78.5714285714% - 1.875rem);
  }
  .grid-margin-y > .small-12 {
    height: calc(85.7142857143% - 1.875rem);
  }
  .grid-margin-y > .small-13 {
    height: calc(92.8571428571% - 1.875rem);
  }
  .grid-margin-y > .small-14 {
    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(7.1428571429% - 1.875rem);
  }
  .grid-margin-y > .medium-2 {
    height: calc(14.2857142857% - 1.875rem);
  }
  .grid-margin-y > .medium-3 {
    height: calc(21.4285714286% - 1.875rem);
  }
  .grid-margin-y > .medium-4 {
    height: calc(28.5714285714% - 1.875rem);
  }
  .grid-margin-y > .medium-5 {
    height: calc(35.7142857143% - 1.875rem);
  }
  .grid-margin-y > .medium-6 {
    height: calc(42.8571428571% - 1.875rem);
  }
  .grid-margin-y > .medium-7 {
    height: calc(50% - 1.875rem);
  }
  .grid-margin-y > .medium-8 {
    height: calc(57.1428571429% - 1.875rem);
  }
  .grid-margin-y > .medium-9 {
    height: calc(64.2857142857% - 1.875rem);
  }
  .grid-margin-y > .medium-10 {
    height: calc(71.4285714286% - 1.875rem);
  }
  .grid-margin-y > .medium-11 {
    height: calc(78.5714285714% - 1.875rem);
  }
  .grid-margin-y > .medium-12 {
    height: calc(85.7142857143% - 1.875rem);
  }
  .grid-margin-y > .medium-13 {
    height: calc(92.8571428571% - 1.875rem);
  }
  .grid-margin-y > .medium-14 {
    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(7.1428571429% - 1.875rem);
  }
  .grid-margin-y > .large-2 {
    height: calc(14.2857142857% - 1.875rem);
  }
  .grid-margin-y > .large-3 {
    height: calc(21.4285714286% - 1.875rem);
  }
  .grid-margin-y > .large-4 {
    height: calc(28.5714285714% - 1.875rem);
  }
  .grid-margin-y > .large-5 {
    height: calc(35.7142857143% - 1.875rem);
  }
  .grid-margin-y > .large-6 {
    height: calc(42.8571428571% - 1.875rem);
  }
  .grid-margin-y > .large-7 {
    height: calc(50% - 1.875rem);
  }
  .grid-margin-y > .large-8 {
    height: calc(57.1428571429% - 1.875rem);
  }
  .grid-margin-y > .large-9 {
    height: calc(64.2857142857% - 1.875rem);
  }
  .grid-margin-y > .large-10 {
    height: calc(71.4285714286% - 1.875rem);
  }
  .grid-margin-y > .large-11 {
    height: calc(78.5714285714% - 1.875rem);
  }
  .grid-margin-y > .large-12 {
    height: calc(85.7142857143% - 1.875rem);
  }
  .grid-margin-y > .large-13 {
    height: calc(92.8571428571% - 1.875rem);
  }
  .grid-margin-y > .large-14 {
    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;
  }
}
.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;
  }
}

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

.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(7.1428571429% - 1.25rem);
}
.grid-margin-y > .small-2 {
  height: calc(14.2857142857% - 1.25rem);
}
.grid-margin-y > .small-3 {
  height: calc(21.4285714286% - 1.25rem);
}
.grid-margin-y > .small-4 {
  height: calc(28.5714285714% - 1.25rem);
}
.grid-margin-y > .small-5 {
  height: calc(35.7142857143% - 1.25rem);
}
.grid-margin-y > .small-6 {
  height: calc(42.8571428571% - 1.25rem);
}
.grid-margin-y > .small-7 {
  height: calc(50% - 1.25rem);
}
.grid-margin-y > .small-8 {
  height: calc(57.1428571429% - 1.25rem);
}
.grid-margin-y > .small-9 {
  height: calc(64.2857142857% - 1.25rem);
}
.grid-margin-y > .small-10 {
  height: calc(71.4285714286% - 1.25rem);
}
.grid-margin-y > .small-11 {
  height: calc(78.5714285714% - 1.25rem);
}
.grid-margin-y > .small-12 {
  height: calc(85.7142857143% - 1.25rem);
}
.grid-margin-y > .small-13 {
  height: calc(92.8571428571% - 1.25rem);
}
.grid-margin-y > .small-14 {
  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(7.1428571429% - 1.875rem);
  }
  .grid-margin-y > .small-2 {
    height: calc(14.2857142857% - 1.875rem);
  }
  .grid-margin-y > .small-3 {
    height: calc(21.4285714286% - 1.875rem);
  }
  .grid-margin-y > .small-4 {
    height: calc(28.5714285714% - 1.875rem);
  }
  .grid-margin-y > .small-5 {
    height: calc(35.7142857143% - 1.875rem);
  }
  .grid-margin-y > .small-6 {
    height: calc(42.8571428571% - 1.875rem);
  }
  .grid-margin-y > .small-7 {
    height: calc(50% - 1.875rem);
  }
  .grid-margin-y > .small-8 {
    height: calc(57.1428571429% - 1.875rem);
  }
  .grid-margin-y > .small-9 {
    height: calc(64.2857142857% - 1.875rem);
  }
  .grid-margin-y > .small-10 {
    height: calc(71.4285714286% - 1.875rem);
  }
  .grid-margin-y > .small-11 {
    height: calc(78.5714285714% - 1.875rem);
  }
  .grid-margin-y > .small-12 {
    height: calc(85.7142857143% - 1.875rem);
  }
  .grid-margin-y > .small-13 {
    height: calc(92.8571428571% - 1.875rem);
  }
  .grid-margin-y > .small-14 {
    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(7.1428571429% - 1.875rem);
  }
  .grid-margin-y > .medium-2 {
    height: calc(14.2857142857% - 1.875rem);
  }
  .grid-margin-y > .medium-3 {
    height: calc(21.4285714286% - 1.875rem);
  }
  .grid-margin-y > .medium-4 {
    height: calc(28.5714285714% - 1.875rem);
  }
  .grid-margin-y > .medium-5 {
    height: calc(35.7142857143% - 1.875rem);
  }
  .grid-margin-y > .medium-6 {
    height: calc(42.8571428571% - 1.875rem);
  }
  .grid-margin-y > .medium-7 {
    height: calc(50% - 1.875rem);
  }
  .grid-margin-y > .medium-8 {
    height: calc(57.1428571429% - 1.875rem);
  }
  .grid-margin-y > .medium-9 {
    height: calc(64.2857142857% - 1.875rem);
  }
  .grid-margin-y > .medium-10 {
    height: calc(71.4285714286% - 1.875rem);
  }
  .grid-margin-y > .medium-11 {
    height: calc(78.5714285714% - 1.875rem);
  }
  .grid-margin-y > .medium-12 {
    height: calc(85.7142857143% - 1.875rem);
  }
  .grid-margin-y > .medium-13 {
    height: calc(92.8571428571% - 1.875rem);
  }
  .grid-margin-y > .medium-14 {
    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(7.1428571429% - 1.875rem);
  }
  .grid-margin-y > .large-2 {
    height: calc(14.2857142857% - 1.875rem);
  }
  .grid-margin-y > .large-3 {
    height: calc(21.4285714286% - 1.875rem);
  }
  .grid-margin-y > .large-4 {
    height: calc(28.5714285714% - 1.875rem);
  }
  .grid-margin-y > .large-5 {
    height: calc(35.7142857143% - 1.875rem);
  }
  .grid-margin-y > .large-6 {
    height: calc(42.8571428571% - 1.875rem);
  }
  .grid-margin-y > .large-7 {
    height: calc(50% - 1.875rem);
  }
  .grid-margin-y > .large-8 {
    height: calc(57.1428571429% - 1.875rem);
  }
  .grid-margin-y > .large-9 {
    height: calc(64.2857142857% - 1.875rem);
  }
  .grid-margin-y > .large-10 {
    height: calc(71.4285714286% - 1.875rem);
  }
  .grid-margin-y > .large-11 {
    height: calc(78.5714285714% - 1.875rem);
  }
  .grid-margin-y > .large-12 {
    height: calc(85.7142857143% - 1.875rem);
  }
  .grid-margin-y > .large-13 {
    height: calc(92.8571428571% - 1.875rem);
  }
  .grid-margin-y > .large-14 {
    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 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);
  }
}
.button, .topbar .menu .btn a {
  display: inline-block;
  vertical-align: middle;
  margin: 0 0 20px 0;
  padding: 12px 18px;
  border: 1px solid transparent;
  border-radius: 6px;
  transition: background-color 0.25s ease-out, color 0.25s ease-out;
  font-family: "DomaineText", Helvetica, Roboto, Arial, sans-serif;
  font-size: 1.25rem;
  font-weight: normal;
  -webkit-appearance: none;
  line-height: 1;
  text-align: center;
  cursor: pointer;
}
[data-whatinput=mouse] .button, [data-whatinput=mouse] .topbar .menu .btn a, .topbar .menu .btn [data-whatinput=mouse] a {
  outline: 0;
}
.button.tiny, .topbar .menu .btn a.tiny {
  font-size: 0.6rem;
}
.button.small, .topbar .menu .btn a.small {
  font-size: 0.75rem;
}
.button.large, .topbar .menu .btn a.large {
  font-size: 1.25rem;
}
.button.expanded, .topbar .menu .btn a.expanded {
  display: block;
  width: 100%;
  margin-right: 0;
  margin-left: 0;
}
.button, .topbar .menu .btn a, .button.disabled, .button[disabled], .button.disabled:hover, .button[disabled]:hover, .button.disabled:focus, .button[disabled]:focus {
  background-color: #000;
  color: #fff;
}
.button:hover, .topbar .menu .btn a:hover, .button:focus, .topbar .menu .btn a:focus {
  background-color: #2E63F5;
  color: #fff;
}
.button.primary, .topbar .menu .btn a.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: #2E63F5;
  color: #fff;
}
.button.primary:hover, .topbar .menu .btn a.primary:hover, .button.primary:focus, .topbar .menu .btn a.primary:focus {
  background-color: #0b43de;
  color: #fff;
}
.button.secondary, .topbar .menu .btn a.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: #8a8a8a;
  color: #000;
}
.button.secondary:hover, .topbar .menu .btn a.secondary:hover, .button.secondary:focus, .topbar .menu .btn a.secondary:focus {
  background-color: #6e6e6e;
  color: #000;
}
.button.success, .topbar .menu .btn a.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: #D1FC9E;
  color: #000;
}
.button.success:hover, .topbar .menu .btn a.success:hover, .button.success:focus, .topbar .menu .btn a.success:focus {
  background-color: #abfa4e;
  color: #000;
}
.button.warning, .topbar .menu .btn a.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: #000;
}
.button.warning:hover, .topbar .menu .btn a.warning:hover, .button.warning:focus, .topbar .menu .btn a.warning:focus {
  background-color: #cc8b00;
  color: #000;
}
.button.alert, .topbar .menu .btn a.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: #ED82BD;
  color: #000;
}
.button.alert:hover, .topbar .menu .btn a.alert:hover, .button.alert:focus, .topbar .menu .btn a.alert:focus {
  background-color: #e4429b;
  color: #000;
}
.button.hollow, .topbar .menu .btn a.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, .topbar .menu .btn a.hollow, .button.hollow.disabled, .button.hollow[disabled], .button.hollow.disabled:hover, .button.hollow[disabled]:hover, .button.hollow.disabled:focus, .button.hollow[disabled]:focus {
  border: 2px solid #000;
  color: #000;
}
.button.hollow:hover, .topbar .menu .btn a.hollow:hover, .button.hollow:focus, .topbar .menu .btn a.hollow:focus {
  border-color: black;
  color: black;
}
.button.hollow.primary, .topbar .menu .btn a.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: 2px solid #2E63F5;
  color: #2E63F5;
}
.button.hollow.primary:hover, .topbar .menu .btn a.hollow.primary:hover, .button.hollow.primary:focus, .topbar .menu .btn a.hollow.primary:focus {
  border-color: #072a8b;
  color: #072a8b;
}
.button.hollow.secondary, .topbar .menu .btn a.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: 2px solid #8a8a8a;
  color: #8a8a8a;
}
.button.hollow.secondary:hover, .topbar .menu .btn a.hollow.secondary:hover, .button.hollow.secondary:focus, .topbar .menu .btn a.hollow.secondary:focus {
  border-color: #454545;
  color: #454545;
}
.button.hollow.success, .topbar .menu .btn a.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: 2px solid #D1FC9E;
  color: #D1FC9E;
}
.button.hollow.success:hover, .topbar .menu .btn a.hollow.success:hover, .button.hollow.success:focus, .topbar .menu .btn a.hollow.success:focus {
  border-color: #6fc706;
  color: #6fc706;
}
.button.hollow.warning, .topbar .menu .btn a.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: 2px solid #ffae00;
  color: #ffae00;
}
.button.hollow.warning:hover, .topbar .menu .btn a.hollow.warning:hover, .button.hollow.warning:focus, .topbar .menu .btn a.hollow.warning:focus {
  border-color: #805700;
  color: #805700;
}
.button.hollow.alert, .topbar .menu .btn a.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: 2px solid #ED82BD;
  color: #ED82BD;
}
.button.hollow.alert:hover, .topbar .menu .btn a.hollow.alert:hover, .button.hollow.alert:focus, .topbar .menu .btn a.hollow.alert:focus {
  border-color: #a01763;
  color: #a01763;
}
.button.clear, .topbar .menu .btn a.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, .topbar .menu .btn a.clear, .button.clear.disabled, .button.clear[disabled], .button.clear.disabled:hover, .button.clear[disabled]:hover, .button.clear.disabled:focus, .button.clear[disabled]:focus {
  color: #000;
}
.button.clear:hover, .topbar .menu .btn a.clear:hover, .button.clear:focus, .topbar .menu .btn a.clear:focus {
  color: black;
}
.button.clear.primary, .topbar .menu .btn a.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: #2E63F5;
}
.button.clear.primary:hover, .topbar .menu .btn a.clear.primary:hover, .button.clear.primary:focus, .topbar .menu .btn a.clear.primary:focus {
  color: #072a8b;
}
.button.clear.secondary, .topbar .menu .btn a.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: #8a8a8a;
}
.button.clear.secondary:hover, .topbar .menu .btn a.clear.secondary:hover, .button.clear.secondary:focus, .topbar .menu .btn a.clear.secondary:focus {
  color: #454545;
}
.button.clear.success, .topbar .menu .btn a.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: #D1FC9E;
}
.button.clear.success:hover, .topbar .menu .btn a.clear.success:hover, .button.clear.success:focus, .topbar .menu .btn a.clear.success:focus {
  color: #6fc706;
}
.button.clear.warning, .topbar .menu .btn a.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, .topbar .menu .btn a.clear.warning:hover, .button.clear.warning:focus, .topbar .menu .btn a.clear.warning:focus {
  color: #805700;
}
.button.clear.alert, .topbar .menu .btn a.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: #ED82BD;
}
.button.clear.alert:hover, .topbar .menu .btn a.clear.alert:hover, .button.clear.alert:focus, .topbar .menu .btn a.clear.alert:focus {
  color: #a01763;
}
.button.disabled, .topbar .menu .btn a.disabled, .button[disabled], .topbar .menu .btn a[disabled] {
  opacity: 0.25;
  cursor: not-allowed;
}
.button.dropdown::after, .topbar .menu .btn a.dropdown::after {
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0.4em;
  content: "";
  border-bottom-width: 0;
  border-color: #fff transparent transparent;
  position: relative;
  top: 0.4em;
  display: inline-block;
  float: right;
  margin-left: 18px;
}
.button.dropdown.hollow::after, .topbar .menu .btn a.dropdown.hollow::after, .button.dropdown.clear::after, .topbar .menu .btn a.dropdown.clear::after {
  border-top-color: #000;
}
.button.dropdown.hollow.primary::after, .topbar .menu .btn a.dropdown.hollow.primary::after, .button.dropdown.clear.primary::after, .topbar .menu .btn a.dropdown.clear.primary::after {
  border-top-color: #2E63F5;
}
.button.dropdown.hollow.secondary::after, .topbar .menu .btn a.dropdown.hollow.secondary::after, .button.dropdown.clear.secondary::after, .topbar .menu .btn a.dropdown.clear.secondary::after {
  border-top-color: #8a8a8a;
}
.button.dropdown.hollow.success::after, .topbar .menu .btn a.dropdown.hollow.success::after, .button.dropdown.clear.success::after, .topbar .menu .btn a.dropdown.clear.success::after {
  border-top-color: #D1FC9E;
}
.button.dropdown.hollow.warning::after, .topbar .menu .btn a.dropdown.hollow.warning::after, .button.dropdown.clear.warning::after, .topbar .menu .btn a.dropdown.clear.warning::after {
  border-top-color: #ffae00;
}
.button.dropdown.hollow.alert::after, .topbar .menu .btn a.dropdown.hollow.alert::after, .button.dropdown.clear.alert::after, .topbar .menu .btn a.dropdown.clear.alert::after {
  border-top-color: #ED82BD;
}
.button.arrow-only::after, .topbar .menu .btn a.arrow-only::after {
  top: -0.1em;
  float: none;
  margin-left: 0;
}

a.button:hover, .topbar .menu .btn a:hover, a.button:focus, .topbar .menu .btn a: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, .button-group .topbar .menu .btn a, .topbar .menu .btn .button-group a {
  margin: 0;
  margin-right: 1px;
  margin-bottom: 1px;
  font-size: 1.25rem;
  flex: 0 0 auto;
}
.button-group .button:last-child, .button-group .topbar .menu .btn a:last-child, .topbar .menu .btn .button-group a:last-child {
  margin-right: 0;
}
.button-group.tiny .button, .button-group.tiny .topbar .menu .btn a, .topbar .menu .btn .button-group.tiny a {
  font-size: 0.6rem;
}
.button-group.small .button, .button-group.small .topbar .menu .btn a, .topbar .menu .btn .button-group.small a {
  font-size: 0.75rem;
}
.button-group.large .button, .button-group.large .topbar .menu .btn a, .topbar .menu .btn .button-group.large a {
  font-size: 1.25rem;
}
.button-group.expanded .button, .button-group.expanded .topbar .menu .btn a, .topbar .menu .btn .button-group.expanded a {
  flex: 1 1 0px;
}
.button-group.primary .button, .button-group.primary .topbar .menu .btn a, .topbar .menu .btn .button-group.primary a, .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: #2E63F5;
  color: #fff;
}
.button-group.primary .button:hover, .button-group.primary .topbar .menu .btn a:hover, .topbar .menu .btn .button-group.primary a:hover, .button-group.primary .button:focus, .button-group.primary .topbar .menu .btn a:focus, .topbar .menu .btn .button-group.primary a:focus {
  background-color: #0b43de;
  color: #fff;
}
.button-group.secondary .button, .button-group.secondary .topbar .menu .btn a, .topbar .menu .btn .button-group.secondary a, .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: #8a8a8a;
  color: #000;
}
.button-group.secondary .button:hover, .button-group.secondary .topbar .menu .btn a:hover, .topbar .menu .btn .button-group.secondary a:hover, .button-group.secondary .button:focus, .button-group.secondary .topbar .menu .btn a:focus, .topbar .menu .btn .button-group.secondary a:focus {
  background-color: #6e6e6e;
  color: #000;
}
.button-group.success .button, .button-group.success .topbar .menu .btn a, .topbar .menu .btn .button-group.success a, .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: #D1FC9E;
  color: #000;
}
.button-group.success .button:hover, .button-group.success .topbar .menu .btn a:hover, .topbar .menu .btn .button-group.success a:hover, .button-group.success .button:focus, .button-group.success .topbar .menu .btn a:focus, .topbar .menu .btn .button-group.success a:focus {
  background-color: #abfa4e;
  color: #000;
}
.button-group.warning .button, .button-group.warning .topbar .menu .btn a, .topbar .menu .btn .button-group.warning a, .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: #000;
}
.button-group.warning .button:hover, .button-group.warning .topbar .menu .btn a:hover, .topbar .menu .btn .button-group.warning a:hover, .button-group.warning .button:focus, .button-group.warning .topbar .menu .btn a:focus, .topbar .menu .btn .button-group.warning a:focus {
  background-color: #cc8b00;
  color: #000;
}
.button-group.alert .button, .button-group.alert .topbar .menu .btn a, .topbar .menu .btn .button-group.alert a, .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: #ED82BD;
  color: #000;
}
.button-group.alert .button:hover, .button-group.alert .topbar .menu .btn a:hover, .topbar .menu .btn .button-group.alert a:hover, .button-group.alert .button:focus, .button-group.alert .topbar .menu .btn a:focus, .topbar .menu .btn .button-group.alert a:focus {
  background-color: #e4429b;
  color: #000;
}
.button-group.hollow .button, .button-group.hollow .topbar .menu .btn a, .topbar .menu .btn .button-group.hollow a, .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 .topbar .menu .btn a, .topbar .menu .btn .button-group.hollow a, .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: 2px solid #000;
  color: #000;
}
.button-group.hollow .button:hover, .button-group.hollow .topbar .menu .btn a:hover, .topbar .menu .btn .button-group.hollow a:hover, .button-group.hollow .button:focus, .button-group.hollow .topbar .menu .btn a:focus, .topbar .menu .btn .button-group.hollow a:focus {
  border-color: black;
  color: black;
}
.button-group.hollow.primary .button, .button-group.hollow.primary .topbar .menu .btn a, .topbar .menu .btn .button-group.hollow.primary a, .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 .topbar .menu .btn a.primary, .topbar .menu .btn .button-group.hollow a.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: 2px solid #2E63F5;
  color: #2E63F5;
}
.button-group.hollow.primary .button:hover, .button-group.hollow.primary .topbar .menu .btn a:hover, .topbar .menu .btn .button-group.hollow.primary a:hover, .button-group.hollow.primary .button:focus, .button-group.hollow.primary .topbar .menu .btn a:focus, .topbar .menu .btn .button-group.hollow.primary a:focus, .button-group.hollow .button.primary:hover, .button-group.hollow .topbar .menu .btn a.primary:hover, .topbar .menu .btn .button-group.hollow a.primary:hover, .button-group.hollow .button.primary:focus, .button-group.hollow .topbar .menu .btn a.primary:focus, .topbar .menu .btn .button-group.hollow a.primary:focus {
  border-color: #072a8b;
  color: #072a8b;
}
.button-group.hollow.secondary .button, .button-group.hollow.secondary .topbar .menu .btn a, .topbar .menu .btn .button-group.hollow.secondary a, .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 .topbar .menu .btn a.secondary, .topbar .menu .btn .button-group.hollow a.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: 2px solid #8a8a8a;
  color: #8a8a8a;
}
.button-group.hollow.secondary .button:hover, .button-group.hollow.secondary .topbar .menu .btn a:hover, .topbar .menu .btn .button-group.hollow.secondary a:hover, .button-group.hollow.secondary .button:focus, .button-group.hollow.secondary .topbar .menu .btn a:focus, .topbar .menu .btn .button-group.hollow.secondary a:focus, .button-group.hollow .button.secondary:hover, .button-group.hollow .topbar .menu .btn a.secondary:hover, .topbar .menu .btn .button-group.hollow a.secondary:hover, .button-group.hollow .button.secondary:focus, .button-group.hollow .topbar .menu .btn a.secondary:focus, .topbar .menu .btn .button-group.hollow a.secondary:focus {
  border-color: #454545;
  color: #454545;
}
.button-group.hollow.success .button, .button-group.hollow.success .topbar .menu .btn a, .topbar .menu .btn .button-group.hollow.success a, .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 .topbar .menu .btn a.success, .topbar .menu .btn .button-group.hollow a.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: 2px solid #D1FC9E;
  color: #D1FC9E;
}
.button-group.hollow.success .button:hover, .button-group.hollow.success .topbar .menu .btn a:hover, .topbar .menu .btn .button-group.hollow.success a:hover, .button-group.hollow.success .button:focus, .button-group.hollow.success .topbar .menu .btn a:focus, .topbar .menu .btn .button-group.hollow.success a:focus, .button-group.hollow .button.success:hover, .button-group.hollow .topbar .menu .btn a.success:hover, .topbar .menu .btn .button-group.hollow a.success:hover, .button-group.hollow .button.success:focus, .button-group.hollow .topbar .menu .btn a.success:focus, .topbar .menu .btn .button-group.hollow a.success:focus {
  border-color: #6fc706;
  color: #6fc706;
}
.button-group.hollow.warning .button, .button-group.hollow.warning .topbar .menu .btn a, .topbar .menu .btn .button-group.hollow.warning a, .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 .topbar .menu .btn a.warning, .topbar .menu .btn .button-group.hollow a.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: 2px solid #ffae00;
  color: #ffae00;
}
.button-group.hollow.warning .button:hover, .button-group.hollow.warning .topbar .menu .btn a:hover, .topbar .menu .btn .button-group.hollow.warning a:hover, .button-group.hollow.warning .button:focus, .button-group.hollow.warning .topbar .menu .btn a:focus, .topbar .menu .btn .button-group.hollow.warning a:focus, .button-group.hollow .button.warning:hover, .button-group.hollow .topbar .menu .btn a.warning:hover, .topbar .menu .btn .button-group.hollow a.warning:hover, .button-group.hollow .button.warning:focus, .button-group.hollow .topbar .menu .btn a.warning:focus, .topbar .menu .btn .button-group.hollow a.warning:focus {
  border-color: #805700;
  color: #805700;
}
.button-group.hollow.alert .button, .button-group.hollow.alert .topbar .menu .btn a, .topbar .menu .btn .button-group.hollow.alert a, .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 .topbar .menu .btn a.alert, .topbar .menu .btn .button-group.hollow a.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: 2px solid #ED82BD;
  color: #ED82BD;
}
.button-group.hollow.alert .button:hover, .button-group.hollow.alert .topbar .menu .btn a:hover, .topbar .menu .btn .button-group.hollow.alert a:hover, .button-group.hollow.alert .button:focus, .button-group.hollow.alert .topbar .menu .btn a:focus, .topbar .menu .btn .button-group.hollow.alert a:focus, .button-group.hollow .button.alert:hover, .button-group.hollow .topbar .menu .btn a.alert:hover, .topbar .menu .btn .button-group.hollow a.alert:hover, .button-group.hollow .button.alert:focus, .button-group.hollow .topbar .menu .btn a.alert:focus, .topbar .menu .btn .button-group.hollow a.alert:focus {
  border-color: #a01763;
  color: #a01763;
}
.button-group.clear .button, .button-group.clear .topbar .menu .btn a, .topbar .menu .btn .button-group.clear a, .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 .topbar .menu .btn a, .topbar .menu .btn .button-group.clear a, .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: #000;
}
.button-group.clear .button:hover, .button-group.clear .topbar .menu .btn a:hover, .topbar .menu .btn .button-group.clear a:hover, .button-group.clear .button:focus, .button-group.clear .topbar .menu .btn a:focus, .topbar .menu .btn .button-group.clear a:focus {
  color: black;
}
.button-group.clear.primary .button, .button-group.clear.primary .topbar .menu .btn a, .topbar .menu .btn .button-group.clear.primary a, .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 .topbar .menu .btn a.primary, .topbar .menu .btn .button-group.clear a.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: #2E63F5;
}
.button-group.clear.primary .button:hover, .button-group.clear.primary .topbar .menu .btn a:hover, .topbar .menu .btn .button-group.clear.primary a:hover, .button-group.clear.primary .button:focus, .button-group.clear.primary .topbar .menu .btn a:focus, .topbar .menu .btn .button-group.clear.primary a:focus, .button-group.clear .button.primary:hover, .button-group.clear .topbar .menu .btn a.primary:hover, .topbar .menu .btn .button-group.clear a.primary:hover, .button-group.clear .button.primary:focus, .button-group.clear .topbar .menu .btn a.primary:focus, .topbar .menu .btn .button-group.clear a.primary:focus {
  color: #072a8b;
}
.button-group.clear.secondary .button, .button-group.clear.secondary .topbar .menu .btn a, .topbar .menu .btn .button-group.clear.secondary a, .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 .topbar .menu .btn a.secondary, .topbar .menu .btn .button-group.clear a.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: #8a8a8a;
}
.button-group.clear.secondary .button:hover, .button-group.clear.secondary .topbar .menu .btn a:hover, .topbar .menu .btn .button-group.clear.secondary a:hover, .button-group.clear.secondary .button:focus, .button-group.clear.secondary .topbar .menu .btn a:focus, .topbar .menu .btn .button-group.clear.secondary a:focus, .button-group.clear .button.secondary:hover, .button-group.clear .topbar .menu .btn a.secondary:hover, .topbar .menu .btn .button-group.clear a.secondary:hover, .button-group.clear .button.secondary:focus, .button-group.clear .topbar .menu .btn a.secondary:focus, .topbar .menu .btn .button-group.clear a.secondary:focus {
  color: #454545;
}
.button-group.clear.success .button, .button-group.clear.success .topbar .menu .btn a, .topbar .menu .btn .button-group.clear.success a, .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 .topbar .menu .btn a.success, .topbar .menu .btn .button-group.clear a.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: #D1FC9E;
}
.button-group.clear.success .button:hover, .button-group.clear.success .topbar .menu .btn a:hover, .topbar .menu .btn .button-group.clear.success a:hover, .button-group.clear.success .button:focus, .button-group.clear.success .topbar .menu .btn a:focus, .topbar .menu .btn .button-group.clear.success a:focus, .button-group.clear .button.success:hover, .button-group.clear .topbar .menu .btn a.success:hover, .topbar .menu .btn .button-group.clear a.success:hover, .button-group.clear .button.success:focus, .button-group.clear .topbar .menu .btn a.success:focus, .topbar .menu .btn .button-group.clear a.success:focus {
  color: #6fc706;
}
.button-group.clear.warning .button, .button-group.clear.warning .topbar .menu .btn a, .topbar .menu .btn .button-group.clear.warning a, .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 .topbar .menu .btn a.warning, .topbar .menu .btn .button-group.clear a.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 .topbar .menu .btn a:hover, .topbar .menu .btn .button-group.clear.warning a:hover, .button-group.clear.warning .button:focus, .button-group.clear.warning .topbar .menu .btn a:focus, .topbar .menu .btn .button-group.clear.warning a:focus, .button-group.clear .button.warning:hover, .button-group.clear .topbar .menu .btn a.warning:hover, .topbar .menu .btn .button-group.clear a.warning:hover, .button-group.clear .button.warning:focus, .button-group.clear .topbar .menu .btn a.warning:focus, .topbar .menu .btn .button-group.clear a.warning:focus {
  color: #805700;
}
.button-group.clear.alert .button, .button-group.clear.alert .topbar .menu .btn a, .topbar .menu .btn .button-group.clear.alert a, .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 .topbar .menu .btn a.alert, .topbar .menu .btn .button-group.clear a.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: #ED82BD;
}
.button-group.clear.alert .button:hover, .button-group.clear.alert .topbar .menu .btn a:hover, .topbar .menu .btn .button-group.clear.alert a:hover, .button-group.clear.alert .button:focus, .button-group.clear.alert .topbar .menu .btn a:focus, .topbar .menu .btn .button-group.clear.alert a:focus, .button-group.clear .button.alert:hover, .button-group.clear .topbar .menu .btn a.alert:hover, .topbar .menu .btn .button-group.clear a.alert:hover, .button-group.clear .button.alert:focus, .button-group.clear .topbar .menu .btn a.alert:focus, .topbar .menu .btn .button-group.clear a.alert:focus {
  color: #a01763;
}
.button-group.no-gaps .button, .button-group.no-gaps .topbar .menu .btn a, .topbar .menu .btn .button-group.no-gaps a {
  margin-right: -0.125rem;
}
.button-group.no-gaps .button + .button, .button-group.no-gaps .topbar .menu .btn a + .button, .topbar .menu .btn .button-group.no-gaps a + .button, .button-group.no-gaps .topbar .menu .btn .button + a, .topbar .menu .btn .button-group.no-gaps .button + a, .button-group.no-gaps .topbar .menu .btn a + a, .topbar .menu .btn .button-group.no-gaps a + a {
  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 .topbar .menu .btn a, .topbar .menu .btn .button-group.stacked a, .button-group.stacked-for-small .button, .button-group.stacked-for-small .topbar .menu .btn a, .topbar .menu .btn .button-group.stacked-for-small a, .button-group.stacked-for-medium .button, .button-group.stacked-for-medium .topbar .menu .btn a, .topbar .menu .btn .button-group.stacked-for-medium a {
  flex: 0 0 100%;
}
.button-group.stacked .button:last-child, .button-group.stacked .topbar .menu .btn a:last-child, .topbar .menu .btn .button-group.stacked a:last-child, .button-group.stacked-for-small .button:last-child, .button-group.stacked-for-small .topbar .menu .btn a:last-child, .topbar .menu .btn .button-group.stacked-for-small a:last-child, .button-group.stacked-for-medium .button:last-child, .button-group.stacked-for-medium .topbar .menu .btn a:last-child, .topbar .menu .btn .button-group.stacked-for-medium a:last-child {
  margin-bottom: 0;
}
.button-group.stacked.expanded .button, .button-group.stacked.expanded .topbar .menu .btn a, .topbar .menu .btn .button-group.stacked.expanded a, .button-group.stacked-for-small.expanded .button, .button-group.stacked-for-small.expanded .topbar .menu .btn a, .topbar .menu .btn .button-group.stacked-for-small.expanded a, .button-group.stacked-for-medium.expanded .button, .button-group.stacked-for-medium.expanded .topbar .menu .btn a, .topbar .menu .btn .button-group.stacked-for-medium.expanded a {
  flex: 1 1 0px;
}
@media print, screen and (min-width: 40em) {
  .button-group.stacked-for-small .button, .button-group.stacked-for-small .topbar .menu .btn a, .topbar .menu .btn .button-group.stacked-for-small a {
    flex: 0 0 auto;
    margin-bottom: 0;
  }
}
@media print, screen and (min-width: 64em) {
  .button-group.stacked-for-medium .button, .button-group.stacked-for-medium .topbar .menu .btn a, .topbar .menu .btn .button-group.stacked-for-medium a {
    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, .button-group.stacked-for-small.expanded .topbar .menu .btn a, .topbar .menu .btn .button-group.stacked-for-small.expanded a {
    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, .button-group.stacked-for-medium.expanded .topbar .menu .btn a, .topbar .menu .btn .button-group.stacked-for-medium.expanded a {
    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: #000;
}
.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: 6px;
  font-size: 0.8rem;
  line-height: 1;
  white-space: nowrap;
  cursor: default;
  background: #2E63F5;
  color: #fff;
}
.label.primary {
  background: #2E63F5;
  color: #fff;
}
.label.secondary {
  background: #8a8a8a;
  color: #000;
}
.label.success {
  background: #D1FC9E;
  color: #000;
}
.label.warning {
  background: #ffae00;
  color: #000;
}
.label.alert {
  background: #ED82BD;
  color: #000;
}

.progress {
  height: 1rem;
  margin-bottom: 20px;
  border-radius: 6px;
  background-color: #cacaca;
}
.progress.primary .progress-meter {
  background-color: #2E63F5;
}
.progress.secondary .progress-meter {
  background-color: #8a8a8a;
}
.progress.success .progress-meter {
  background-color: #D1FC9E;
}
.progress.warning .progress-meter {
  background-color: #ffae00;
}
.progress.alert .progress-meter {
  background-color: #ED82BD;
}

.progress-meter {
  position: relative;
  display: block;
  width: 0%;
  height: 100%;
  background-color: #2E63F5;
  border-radius: 6px;
}

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

/* @include foundation-slider; */
.switch {
  position: relative;
  margin-bottom: 20px;
  outline: 0;
  font-size: 0.875rem;
  font-weight: bold;
  color: #fff;
  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: 6px;
  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: 6px;
  background: #fff;
  transition: all 0.25s ease-out;
  content: "";
}
input:checked ~ .switch-paddle {
  background: #2E63F5;
}
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: 20px;
  border-radius: 6px;
}
thead,
tbody,
tfoot {
  border: 1px solid #f2f2f2;
  background-color: #fff;
}

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

thead {
  background: #f9f9f9;
  color: #000;
}

tfoot {
  background: #f2f2f2;
  color: #000;
}

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

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

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

table.unstriped tbody {
  background-color: #fff;
}
table.unstriped tbody tr {
  border-bottom: 1px solid #f2f2f2;
  background-color: #fff;
}

@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: #f4f4f4;
}
table.hover tfoot tr:hover {
  background-color: #ededed;
}
table.hover tbody tr:hover {
  background-color: #fafafa;
}
table.hover:not(.unstriped) tr:nth-of-type(even):hover {
  background-color: #ededed;
}

.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: #2E63F5;
  color: #fff;
}
.badge.primary {
  background: #2E63F5;
  color: #fff;
}
.badge.secondary {
  background: #8a8a8a;
  color: #000;
}
.badge.success {
  background: #D1FC9E;
  color: #000;
}
.badge.warning {
  background: #ffae00;
  color: #000;
}
.badge.alert {
  background: #ED82BD;
  color: #000;
}

/* @include foundation-breadcrumbs; */
.callout {
  position: relative;
  margin: 0 0 0 0;
  padding: 1rem;
  border: 1px solid rgba(0, 0, 0, 0.25);
  border-radius: 6px;
  background-color: white;
  color: #000;
}
.callout > :first-child {
  margin-top: 0;
}
.callout > :last-child {
  margin-bottom: 0;
}
.callout.primary {
  background-color: #e0e8fe;
  color: #000;
}
.callout.secondary {
  background-color: #ededed;
  color: #000;
}
.callout.success {
  background-color: #f8fff0;
  color: #000;
}
.callout.warning {
  background-color: #fff3d9;
  color: #000;
}
.callout.alert {
  background-color: #fcecf5;
  color: #000;
}
.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: 20px;
  border: 1px solid #e6e6e6;
  border-radius: 6px;
  background: #fff;
  box-shadow: none;
  overflow: hidden;
  color: #000;
}
.card > :last-child {
  margin-bottom: 0;
}

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

.card-section {
  flex: 1 0 auto;
  padding: 20px;
}
.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: 6px;
  background-color: #fff;
  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: 20px;
}
.pagination::before, .pagination::after {
  display: table;
  content: " ";
  flex-basis: 0;
  order: 1;
}
.pagination::after {
  clear: both;
}
.pagination li {
  margin-right: 0.0625rem;
  border-radius: 6px;
  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: 6px;
  color: #000;
}
.pagination a:hover,
.pagination button:hover {
  background: #e6e6e6;
}
.pagination .current {
  padding: 0.1875rem 0.625rem;
  background: #2E63F5;
  color: #fff;
  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: #000;
}

.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: bold;
  cursor: help;
}

.tooltip {
  position: absolute;
  top: calc(100% + 0.6495rem);
  z-index: 1200;
  max-width: 10rem;
  padding: 0.75rem;
  border-radius: 6px;
  background-color: #000;
  font-size: 80%;
  color: #fff;
}
.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 #000;
  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: #000 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 #000;
  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 #000 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: none;
  list-style-type: none;
}
.accordion[disabled] .accordion-title {
  cursor: not-allowed;
}

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

.accordion-title {
  position: relative;
  display: block;
  padding: 1.25rem 1rem;
  border: 0 solid #e6e6e6;
  border-bottom: 0;
  font-size: 30px;
  line-height: 1;
  color: #000;
}
:last-child:not(.is-active) > .accordion-title {
  border-bottom: 0 solid #e6e6e6;
  border-radius: 0 0 6px 6px;
}
.accordion-title:hover, .accordion-title:focus {
  background-color: none;
}
.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: 0 solid #e6e6e6;
  border-bottom: 0;
  background-color: none;
  color: #000;
}
:last-child > .accordion-content:last-child {
  border-bottom: 0 solid #e6e6e6;
}

.media-object {
  display: flex;
  margin-bottom: 20px;
  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: 20px;
}
.media-object-section:last-child:not(:nth-child(2)) {
  padding-left: 20px;
}
.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: 20px;
    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(0, 0, 0, 0.5);
  color: #fff;
}

.orbit-next, .orbit-previous {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  padding: 1rem;
  color: #fff;
}
[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(0, 0, 0, 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 none;
  background: #fff;
  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: #2E63F5;
}
.tabs.primary > li > a {
  color: #fff;
}
.tabs.primary > li > a:hover, .tabs.primary > li > a:focus {
  background: #2059f4;
}

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

.tabs-content {
  border: 1px solid none;
  border-top: 0;
  background: #fff;
  color: #000;
  transition: all 0.5s ease;
}

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

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

.thumbnail {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 20px;
  border: 4px solid #fff;
  border-radius: 6px;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 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(46, 99, 245, 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,
.topbar .menu .btn a {
  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;
  }
}
.menu.nested {
  margin-right: 0;
  margin-left: 20px;
}
.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: #2E63F5;
  color: #fff;
}
.menu .active > a {
  background: #2E63F5;
  color: #fff;
}
.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: 20px;
  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: #fff;
  box-shadow: 0 7px 0 #fff, 0 14px 0 #fff;
  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: #000;
  box-shadow: 0 7px 0 #000, 0 14px 0 #000;
  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: 20px;
}
.accordion-menu.align-right .nested.is-accordion-submenu {
  margin-right: 20px;
  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: #2E63F5 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: #2E63F5 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: #fff;
}
.drilldown .is-drilldown-submenu {
  position: absolute;
  top: 0;
  left: 100%;
  z-index: -1;
  width: 100%;
  background: #fff;
  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 #2E63F5;
  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 #000;
  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 #000 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 #2E63F5 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: #000 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: #2E63F5;
}
.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 #000 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 #000;
}
@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: #000 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 #000 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 #000;
  }
}
@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: #000 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 #000 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 #000;
  }
}
.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: #fff;
}
.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 #000 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 #000;
}
.is-dropdown-submenu .is-dropdown-submenu {
  margin-top: -1px;
}
.is-dropdown-submenu > li {
  width: 100%;
}
.is-dropdown-submenu.js-dropdown-active {
  display: block;
}

/* @include foundation-off-canvas; */
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(0, 0, 0, 0.45);
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}

.reveal {
  z-index: 1006;
  backface-visibility: hidden;
  display: none;
  padding: 20px;
  border: 1px solid #cacaca;
  border-radius: 6px;
  background-color: #fff;
  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: 81.25rem;
  }
}
.reveal.collapse {
  padding: 0;
}
@media print, screen and (min-width: 40em) {
  .reveal.tiny {
    width: 30%;
    max-width: 81.25rem;
  }
}
@media print, screen and (min-width: 40em) {
  .reveal.small {
    width: 50%;
    max-width: 81.25rem;
  }
}
@media print, screen and (min-width: 40em) {
  .reveal.large {
    width: 90%;
    max-width: 81.25rem;
  }
}
.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: #000;
  color: #fff;
  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%;
  }
}

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

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

/* @include motion-ui-transitions;
@include motion-ui-animations; */
/*-----------------
GLOBAL TYPE
-----------------*/
@font-face {
  font-family: "Domaine Display";
  src: url("../font/DomaineDisplay-BoldItalic.woff2") format("woff2"), url("../font/DomaineDisplay-BoldItalic.woff") format("woff");
  font-weight: bold;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Domaine Display";
  src: url("../font/DomaineDisplay-Bold.woff2") format("woff2"), url("../font/DomaineDisplay-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "DomaineText";
  src: url("../font/DomaineText-Regular.woff2") format("woff2"), url("../font/DomaineText-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "DomaineText";
  src: url("../font/DomaineText-RegularItalic.woff2") format("woff2"), url("../font/DomaineText-RegularItalic.woff") format("woff");
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Moderat";
  src: url("../font/Moderat-Bold.woff2") format("woff2"), url("../font/Moderat-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Moderat";
  src: url("../font/Moderat-Regular-Italic.woff2") format("woff2"), url("../font/Moderat-Regular-Italic.woff") format("woff");
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Moderat";
  src: url("../font/Moderat-Regular.woff2") format("woff2"), url("../font/Moderat-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
H2, h4, H6 {
  font-family: "DomaineText", Helvetica, Roboto, Arial, sans-serif;
}

a {
  text-decoration: underline;
  font-size: 16px;
  line-height: 29px;
}
@media screen and (min-width: 40em) {
  a {
    font-size: 18px;
    line-height: 30px;
  }
}

p {
  font-size: 16px;
  line-height: 29px;
}
@media screen and (min-width: 64em) {
  p {
    font-size: 18px;
    line-height: 30px;
  }
}
p.lead {
  font-size: 30px;
  line-height: 47px;
}
p.small {
  font-size: 16px;
}
p a:hover {
  color: #2E63F5;
}

.lead p {
  font-size: 30px;
  line-height: 47px;
}

.headerfontfamily {
  font-family: "Moderat", sans-serif, "Helvetica";
}

h4.color-white a {
  color: #fff;
}
h4 a {
  font-size: 25px;
}
@media screen and (min-width: 64em) {
  h4 a {
    font-size: 45px;
  }
}

h3.color-white a {
  color: #fff;
}
h3 a {
  font-size: 25px;
}
@media screen and (min-width: 64em) {
  h3 a {
    font-size: 45px;
  }
}

/*-----------------
GENERAL
-----------------*/
.wrapper {
  position: relative;
}
.wrapper.cropped {
  height: 150vh;
  overflow: hidden;
}
.wrapper.cropped .notification-bar {
  display: flex;
  position: absolute;
  bottom: 0;
  height: auto;
  background: #2E63F5;
  justify-content: center;
  align-items: center;
  padding: 100px 0;
}
.wrapper .notification-bar {
  padding: 10px 0;
  position: relative;
  width: 100%;
  position: fixed;
  z-index: 10;
  opacity: 0;
  transition: all ease 0.25s;
  bottom: -200px;
}
.wrapper .notification-bar a {
  color: black;
}
.wrapper .notification-bar a:hover {
  color: #D1FC9E;
}
.wrapper .notification-bar a.button, .wrapper .notification-bar .topbar .menu .btn a, .topbar .menu .btn .wrapper .notification-bar a {
  color: white;
}
.wrapper .notification-bar .notificationtoggle {
  width: 40px;
  height: 40px;
  position: absolute;
  right: 25px;
  top: 10px;
  display: block;
}
@media screen and (min-width: 40em) {
  .wrapper .notification-bar .notificationtoggle {
    bottom: 10px;
  }
}
.wrapper .notification-bar .notificationtoggle span {
  display: block;
  position: absolute;
  width: 40px;
  height: 1px;
  top: 18px;
  background: #000;
  transform: rotate(-45deg);
}
.wrapper .notification-bar .notificationtoggle span:nth-child(2) {
  top: 18px;
  transform: rotate(45deg);
}
.wrapper .notification-bar.expanded {
  bottom: 0;
  opacity: 1;
}
.wrapper .notification-bar .gradient {
  position: absolute;
  bottom: 100%;
  width: 100%;
  height: 200px;
  background: linear-gradient(0deg, #D0FC9E 5%, rgba(255, 255, 255, 0) 100%) !important;
  pointer-events: none;
}
.wrapper .notification-bar .gform_fields {
  list-style-type: none;
}
.wrapper .notification-bar .gform_fields label {
  float: left !important;
  color: white;
  /* transform: translateY(33px); */
}
.wrapper .notification-bar .gform_fields input {
  border-bottom: 1px solid white !important;
  color: #fff;
}
.wrapper .notification-bar .gform_fields .gfield_required {
  color: #fff;
}
.wrapper .notification-bar .gchoice {
  display: none !important;
}
.wrapper.logged-in #menu-item-691 {
  display: none;
}

@media screen and (max-width: 39.99875em) {
  .mobilemarginleft {
    margin-left: 25px;
  }
}

.borderradius {
  border-radius: 6px;
}

.boxshadow {
  box-shadow: 0 2px 15px 0 rgba(0, 0, 0, 0.12);
}

.wrapper {
  width: 100%;
  overflow-x: hidden;
}

.sociallink {
  display: flex;
  align-items: center;
}
@media screen and (min-width: 64em) {
  .sociallink {
    justify-content: center;
  }
}
.sociallink:hover .buttoncircle {
  background: #2E63F5;
}
.sociallink:hover .buttoncircle i {
  color: #fff;
}
.sociallink .buttoncircle {
  width: 60px;
  height: 60px;
  position: relative;
  border-radius: 99px;
  background: #000;
  transition: all ease 0.5s;
}
@media screen and (min-width: 64em) {
  .sociallink .buttoncircle {
    margin-left: 25px;
    width: 80px;
    height: 80px;
  }
}
.sociallink .buttoncircle i {
  transition: all ease 0.5s;
  color: #fff;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateY(-50%) translateX(-50%);
  font-size: 30px;
}
@media screen and (min-width: 64em) {
  .sociallink .buttoncircle i {
    font-size: 50px;
  }
}
.sociallink .buttoncircle i:before {
  margin: 0 !important;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateY(-50%) translateX(-50%);
}
.sociallink h5 {
  margin-left: 15px;
}

.nbm {
  margin-bottom: 0 !important;
}

.ntm {
  margin-top: 0 !important;
}

.bm {
  margin-bottom: 1rem !important;
}

.tm {
  margin-top: 1rem !important;
}

.sbm {
  margin-bottom: 0.5rem;
}

.lbm {
  margin-bottom: 2rem;
}

.ltm {
  margin-top: 2rem;
}

.elbm {
  margin-bottom: 3rem;
}

.eltm {
  margin-top: 3rem;
}

.notclickable {
  pointer-events: none;
}

.underline {
  text-decoration: underline;
}

.nounderline {
  text-decoration: none !important;
}

.uppercase {
  text-transform: uppercase;
}

.capitalize {
  text-transform: capitalize;
}

.hide {
  display: none;
}

.nopadding {
  padding: 0 !important;
}

.nomargin {
  margin: 0 !important;
}

.bold {
  font-weight: bold;
}

.regular {
  font-weight: normal;
}

.hide {
  display: none;
}

.display-inlineblock {
  display: inline-block;
}

.display-block {
  display: block;
}

.content:last-child {
  margin-bottom: 0px !important;
}

.fullheight {
  height: 100%;
}

.background-blue {
  background: #2E63F5;
  color: #fff;
}

.background-white {
  background: #fff;
}

.background-pink {
  background: #ED82BD;
}

.background-green {
  background: #D1FC9E !important;
}

.background-black {
  background: #000;
}

.color-white {
  color: #fff;
}

.color-black {
  color: #000;
}

.color-green {
  color: #D1FC9E;
}

.color-blue {
  color: #2E63F5;
}

.aligncenter {
  margin: 0 auto;
  display: block;
}

@media print, screen and (min-width: 64em) {
  ul li {
    font-size: 18px;
    line-height: 30px;
  }
}
.relative {
  position: relative;
}

.circle {
  position: absolute;
  z-index: -1;
}
.circle.left {
  top: -50%;
  left: 0;
}
.circle.right {
  bottom: -50%;
  right: 0;
}
@media print, screen and (max-width: 63.99875em) {
  .circle {
    width: 50%;
  }
}

a.searchtoggle, a.search {
  line-height: 45px !important;
}
a.searchtoggle i:before, a.search i:before {
  transition: all ease 0.25s;
}
a.searchtoggle:hover i:before, a.search:hover i:before {
  transform: rotate(90deg);
}

a.item {
  text-decoration: none;
  transition: all ease 0.25s;
}
a.item.item-link {
  transition: all ease 0.25s;
  border: 1px solid #D1FC9E;
  display: block;
  padding: 15px 20px;
}
a.item.item-link .inner {
  position: relative;
}
a.item.item-link .inner:after {
  position: absolute;
  content: "\e839";
  font-family: "fontello";
  right: 0;
  top: 0;
  font-weight: bold;
}
a.item.item-link:hover {
  transform: translateY(-20px);
}
a.item.item-link.item-download .inner {
  position: relative;
  width: 50%;
  margin-left: 25%;
}
a.item.item-link.item-download .inner:after {
  content: "\e838";
}
a.item.item-news {
  display: block;
}
a.item.item-news .image-container {
  overflow: hidden;
  height: 300px;
  object-fit: cover;
  position: relative;
}
a.item.item-news .image-container.special {
  height: 500px !important;
}
a.item.item-news .image-container img {
  position: absolute;
  left: 0;
  width: 100%;
  top: 0;
  height: 100%;
}
a.item.item-news .image-container .backgroundimage {
  transition: all ease 0.25s;
  object-fit: cover;
  opacity: 0;
  z-index: 1;
}
a.item.item-news .image-container .image {
  transition: all ease 0.25s;
  mix-blend-mode: multiply;
  object-fit: cover;
  opacity: 1;
  z-index: 2;
}
a.item.item-news:hover {
  transform: translateY(-15px);
}
a.item.item-news:hover .backgroundimage {
  opacity: 1;
}
a.searchitem {
  border-bottom: 1px solid #000 !important;
  display: block;
  padding: 1rem 1rem 0px 1rem;
}
a.searchitem:hover {
  background: #D1FC9E;
}
a.searchitem:hover .button, a.searchitem:hover .topbar .menu .btn a, .topbar .menu .btn a.searchitem:hover a {
  background: #000;
  color: #fff;
}

.topbar-back {
  background: linear-gradient(to bottom, white, rgba(255, 255, 255, 0));
  position: absolute;
  z-index: 1;
  pointer-events: none;
  width: 100%;
}

i.custom {
  width: 40px;
  height: 40px;
  font-size: 30px;
}
i.custom:before {
  font-weight: bold;
}

.item-color {
  background: #ED82BD;
  padding: 1rem 1rem 4rem 1rem;
  color: #fff;
}
.item-color:hover {
  color: #fff;
}

.buttonmargin {
  margin-top: 5rem;
}

.icon-arrow-right.left:before {
  transform: rotate(180deg);
}

i.icon-arrow-right:before {
  font-weight: bold !important;
}

.blockpadding {
  padding-top: 5rem;
}

.login i {
  display: inline-block;
  margin-right: 15px;
}
.login .auto.cell {
  margin-left: 15px;
}

.eltp {
  padding-top: 100px;
}

.rotate:before {
  transform: rotate(180deg);
}

.profile {
  border-radius: 99px;
  height: 75px;
  width: 75px;
  object-fit: cover;
}

.link {
  display: inline-block;
  transition: all ease 0.25s;
}
.link:hover {
  color: #2E63F5;
}

/* ENDGENERAL */
/*-----------------
BUTTONS
-----------------*/
.button, .topbar .menu .btn a {
  transition: all ease 0.25s;
  line-height: 1rem;
  text-decoration: none;
}
.button.button-white, .topbar .menu .btn a.button-white {
  background: #fff;
  color: #000;
}
.button.button-white:hover, .topbar .menu .btn a.button-white:hover {
  background: #000;
  color: #fff;
}
.button.button-blue, .topbar .menu .btn a.button-blue {
  background: #2E63F5;
  color: #fff;
}
.button.button-blue:hover, .topbar .menu .btn a.button-blue:hover {
  background: #fff;
  color: #2E63F5;
}
.button.hollow:hover, .topbar .menu .btn a.hollow:hover {
  background: #000;
  color: #fff;
}
.button.hollow.button-white, .topbar .menu .btn a.hollow.button-white {
  background: none;
  border: 2px solid #fff;
  color: #fff;
}
.button.hollow.button-white:hover, .topbar .menu .btn a.hollow.button-white:hover {
  background: #fff;
  color: #000;
}
.button.hollow.button-blue, .topbar .menu .btn a.hollow.button-blue {
  background: none;
  border: 2px solid #2E63F5;
  color: #2E63F5;
}
.button.hollow.button-blue:hover, .topbar .menu .btn a.hollow.button-blue:hover {
  background: #2E63F5;
  color: #fff;
}
.button.button-arrow:after, .topbar .menu .btn a.button-arrow:after {
  content: "\e835";
  font-family: "fontello";
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  font-weight: bold;
  margin-left: 10px;
}
.button.button-comment, .topbar .menu .btn a.button-comment {
  margin-left: 50px;
}
.button.button-comment a, .topbar .menu .btn a.button-comment a {
  text-decoration: none !important;
  line-height: 1rem !important;
}
.button.button-comment:hover a, .topbar .menu .btn a.button-comment:hover a {
  color: #fff;
}

a .icon-arrow-right {
  transition: all ease 0.25s;
  margin-left: 0px;
}
a:hover .icon-arrow-right {
  margin-left: 10px;
}

/*-----------------
BLOCKS
-----------------*/
.block {
  margin: 75px 0;
}
@media only screen and (min-width: 40em) {
  .block {
    margin: 150px 0;
  }
}

.block.background {
  margin: 0;
  padding: 75px 0;
}
@media only screen and (min-width: 40em) {
  .block.background {
    padding: 150px 0;
  }
}

.block-small {
  padding: 15px 0;
}

/*-----------------
COVER
-----------------*/
.cover {
  position: relative;
  padding-top: 115px;
}
@media screen and (min-width: 64em) {
  .cover {
    padding-top: 225px;
  }
}
.cover .gradient {
  z-index: 0;
  position: absolute;
  width: 100%;
  bottom: 0;
  height: 300px;
  background: linear-gradient(0deg, #FFFFFF 5%, rgba(255, 255, 255, 0) 100%);
  pointer-events: none;
}
.cover .image {
  position: absolute;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 0;
  top: 45%;
  width: 80%;
}
@media screen and (min-width: 40em) {
  .cover .image {
    width: 60%;
  }
}
@media screen and (min-width: 64em) {
  .cover .image {
    width: 40%;
  }
}
.cover.cover-frontpage h1 {
  margin-bottom: 200px;
}
@media screen and (min-width: 64em) {
  .cover.cover-frontpage h1 {
    margin-bottom: 325px;
  }
}
.cover.cover-frontpage .inner {
  position: relative;
  z-index: 1;
  padding: 150px 0 75px 0;
}
@media screen and (min-width: 64em) {
  .cover.cover-frontpage .inner {
    padding: 140px 0 100px 0;
  }
}
.cover.cover-frontpage .inner .note {
  padding: 15px 40px 10px 20px;
  background: #fff;
  position: absolute;
  right: -20px;
  top: 10px;
  z-index: 11;
  transform: translateY(0%);
  transition: all ease 0.25s;
}
@media print, screen and (min-width: 64em) {
  .cover.cover-frontpage .inner .note {
    top: 60px;
    padding: 20px 40px 20px 20px;
  }
}
.cover.cover-frontpage .inner .note:hover {
  right: 0px;
}
.cover.cover-frontpage .inner .note p {
  font-size: 12px;
  margin-bottom: 0px;
}
@media screen and (min-width: 64em) {
  .cover.cover-frontpage .inner .note p {
    font-size: 18px;
    margin-bottom: 1rem;
  }
}
.cover.cover-frontpage .inner .note svg {
  width: 130px;
}
@media screen and (min-width: 64em) {
  .cover.cover-frontpage .inner .note svg {
    width: 100%;
  }
}
.cover.cover-frontpage .inner .note.scroll {
  transform: translateX(100%);
}
.cover.cover-doneren {
  padding-bottom: 250px;
}
.cover.cover-doneren .grid-container {
  position: relative;
  z-index: 1;
}
.cover.cover-formulier {
  padding-bottom: 250px;
}
.cover.cover-formulier.yes .inner {
  padding-bottom: 0px !important;
}
.cover.cover-formulier .inner {
  padding: 50px 15px;
}
.cover.cover-formulier #gform_fields_login {
  list-style: none !important;
  list-style-type: none !important;
  margin-left: 0px !important;
}
.cover.cover-formulier .item-donate {
  margin-bottom: 0px !important;
  transform: translateY(150px);
}
.cover.cover-formulier .negbm {
  margin-bottom: -125px !important;
}
.cover.cover-404 {
  padding-bottom: 25vh;
}
.cover.cover-dashboard .inner {
  padding: 15px 15px 45px 15px;
  height: 100%;
  position: relative;
}
.cover.cover-dashboard a {
  transition: all ease 0.25s;
  display: flex;
}
.cover.cover-dashboard a:hover {
  transform: translateY(-15px);
}
.cover.cover-dashboard a:hover {
  background: #2E63F5;
  color: #fff;
}
.cover.cover-dashboard i {
  transition: all ease 0s;
  position: absolute;
  bottom: 15px;
  right: 15px;
}
.cover.cover-overons {
  padding-bottom: 250px;
}
.cover.cover-overons .grid-container {
  position: relative;
  z-index: 1;
}
.cover.cover-overons .gradient {
  background: linear-gradient(0deg, #2E63F5 5%, rgba(255, 255, 255, 0) 100%);
}
.cover.simple .inner {
  position: relative;
  padding: 50px 0 0px 0;
}
@media screen and (min-width: 64em) {
  .cover.simple .inner {
    padding: 0;
  }
}

/*-----------------
TOPBAR & MENU & HEADER
-----------------*/
ul.dropdown.menu .login {
  padding-top: 5px;
}
ul.dropdown.menu .login:hover {
  color: #2E63F5;
}
ul.dropdown.menu .login.is-active {
  color: #2E63F5;
}
ul.dropdown.menu a:after {
  margin-top: -7px !important;
}
ul.dropdown.menu ul.submenu {
  border-radius: 6px;
  border: none;
  box-shadow: 0 2px 15px 0 rgba(0, 0, 0, 0.12);
}
ul.dropdown.menu ul.submenu li.is-submenu-item {
  overflow: hidden;
  margin: 0px 0px;
  padding: 10px 10px;
}
ul.dropdown.menu ul.submenu li.is-submenu-item:hover {
  background: #000;
}
ul.dropdown.menu ul.submenu li.is-submenu-item:hover a {
  color: #fff;
}

.grid-container.position {
  position: relative;
}

.topbar {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 10;
  transition: all ease 0.25s;
}
.topbar .grid-container {
  position: relative;
  z-index: 2;
}
.topbar.scroll.scrollUp {
  top: -115px;
}
@media screen and (min-width: 64em) {
  .topbar.scroll.scrollUp {
    top: -225px;
  }
}
.topbar .logolink {
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (min-width: 64em) {
  .topbar .logolink {
    right: 50%;
    transform: translateX(50%);
  }
}
.topbar .logolink .logo {
  transform: translateY(-25px);
  height: 110px;
}
@media screen and (min-width: 64em) {
  .topbar .logolink .logo {
    height: 200px;
  }
}
.topbar .menu-container {
  padding-right: 80px;
  position: relative;
  margin-top: 25px;
}
.topbar .btn a {
  margin-bottom: 0px !important;
}
.topbar .menu li {
  margin: 0px 0.6rem 0 0.6rem;
  font-size: 20px;
}
@media print, screen and (min-width: 64em) {
  .topbar .menu li {
    margin-top: 4rem;
    margin: 0px 0.6rem 0 0.6rem;
  }
}
.topbar .menu li a:hover {
  color: #2E63F5;
}
.topbar .menu li.current-menu-item:not(.btn) a {
  color: #2E63F5;
}
.topbar .menu .btn a {
  text-decoration: none !important;
  font-size: 18px !important;
}
.topbar .topbar-back {
  transform: translateY(-25px);
  top: 0;
  left: 0;
  right: 0;
  height: 300px;
  opacity: 0.8;
  z-index: -1;
}
.topbar .menuicon {
  width: 40px;
  height: 40px;
  margin: 2.3rem 0.5rem 0 2rem;
  position: relative;
}
.topbar .menuicon span {
  display: block;
  position: absolute;
  width: 40px;
  height: 3px;
  top: 4px;
  background: #000;
}
.topbar .menuicon span:nth-child(2) {
  top: 18px;
}
.topbar .menuicon span:nth-child(3) {
  top: 32px;
}
.topbar .searchbar {
  transition: all ease 0.5s;
  background: #fff;
  position: fixed;
  width: 100%;
  z-index: 0;
  top: -100%;
  height: 500px;
}
.topbar .searchbar .topbar-back {
  transform: translateY(0);
  position: absolute;
  left: 0;
  opacity: 1;
  top: 100%;
  height: 200px;
  width: 100%;
}
.topbar .searchbar.expanded {
  top: 0;
}
.topbar .searchbar.expanded .topbar-back {
  transform: translateY(0);
}
.topbar .searchbar .inner {
  margin-top: 225px;
  position: relative;
}
.topbar .searchbar .inner .grid-container {
  position: unset;
}
.topbar .searchbar .inner .searchclose {
  position: absolute;
  right: 25px;
  top: -130px;
  z-index: 100;
  width: 40px;
  height: 40px;
  transition: all ease 0.5s;
}
.topbar .searchbar .inner .searchclose:hover span {
  transform: rotate(45deg) translateX(50%) translateY(-50%);
  width: 20px;
  left: 10px;
}
.topbar .searchbar .inner .searchclose:hover span:last-child {
  transform: rotate(-45deg) translateX(-50%) translateY(50%);
}
.topbar .searchbar .inner .searchclose span {
  transition: all ease 0.25s;
  display: block;
  position: absolute;
  width: 40px;
  height: 1px;
  left: 0;
  top: 50%;
  background: #000;
  transform: rotate(45deg);
}
.topbar .searchbar .inner .searchclose span:last-child {
  top: 20px;
  transform: rotate(-45deg);
}

.menutoggle {
  transition: all ease 0.25s;
  z-index: 15;
  position: fixed;
  right: 25px;
  top: 25px;
  width: 40px;
  height: 40px;
}
.menutoggle:hover span {
  left: 10px;
  width: 20px;
}
.menutoggle.scroll.scrollUp {
  top: -115px;
}
@media screen and (min-width: 64em) {
  .menutoggle.scroll.scrollUp {
    top: -225px;
  }
}
.menutoggle span {
  transition: all ease 0.25s;
  display: block;
  position: absolute;
  width: 40px;
  height: 1px;
  left: 0;
  top: 4px;
  background: #000;
}
.menutoggle span:nth-child(2) {
  top: 18px;
}
.menutoggle span:nth-child(3) {
  top: 18px;
}
.menutoggle span:nth-child(4) {
  top: 32px;
}
.menutoggle.expanded:hover {
  /* HOVERSTATE */
}
.menutoggle.expanded:hover span {
  left: 50%;
  width: 0px;
}
.menutoggle.expanded:hover span:nth-child(2) {
  width: 20px;
  transform: rotate(45deg);
  left: 3px;
  top: 11.5px;
}
.menutoggle.expanded:hover span:nth-child(3) {
  left: 2px;
  width: 20px;
  top: 25.5px;
  transform: rotate(-45deg);
}
.menutoggle.expanded:hover span:nth-child(4) {
  width: 0px;
  left: 50%;
}
.menutoggle.expanded.scroll.scrollUp {
  top: 25px;
}
.menutoggle.expanded span {
  left: 50%;
  width: 0px;
}
.menutoggle.expanded span:nth-child(2) {
  width: 40px;
  transform: rotate(45deg);
  left: 0;
}
.menutoggle.expanded span:nth-child(3) {
  left: 0;
  width: 40px;
  top: 18px;
  transform: rotate(-45deg);
}
.menutoggle.expanded span:nth-child(4) {
  width: 0px;
  left: 50%;
}

.menuoverlay {
  opacity: 0.5;
  right: 0;
  top: 0;
  bottom: 0;
  height: 0%;
  width: 100%;
  position: fixed;
  z-index: 10;
  left: 0;
}
.menuoverlay.expanded {
  left: 0%;
  height: 100%;
  width: 100%;
}

.menubar {
  transition: all ease 0.5s;
  background: #fff;
  position: fixed;
  right: -100%;
  top: 0;
  bottom: 0;
  height: 100%;
  z-index: 11;
  padding: 25px 40px;
}
.menubar .search {
  transition-delay: 1s;
  transition: all ease 0.5s;
  right: 0;
  position: absolute;
  top: 25px;
}
.menubar.expanded {
  box-shadow: -10px 0px 10px rgba(237, 130, 189, 0.46);
  right: 0;
}
.menubar.expanded .search {
  right: -50px;
}
@media screen and (min-width: 40em) {
  .menubar.expanded .search {
    right: calc(100% + 25px);
  }
}
.menubar .buttoncircle {
  height: 32px;
  width: 32px;
  margin-right: 1rem;
  margin-left: 0px;
}
.menubar .buttoncircle i {
  font-size: 20px;
}
.menubar .menu-large {
  margin-top: 1rem !important;
}
@media screen and (min-width: 40em) {
  .menubar .menu-large {
    margin-top: 2rem !important;
  }
}
.menubar .menu-large li {
  font-family: "Moderat", sans-serif, "Helvetica";
}
.menubar .menu-large li.english {
  margin-right: 45px;
  position: relative;
}
.menubar .menu-large li.english:after {
  content: url(../img/english.png);
  position: absolute;
  height: 22px;
  right: -30px;
  width: 22px;
  bottom: 0;
  transform: translateY(-80%);
}
.menubar .menu-large li a {
  transition: all ease 0.25s;
  font-size: 22px;
  position: relative;
  padding-left: 50px;
}
@media screen and (min-width: 64em) {
  .menubar .menu-large li a {
    font-size: 30px;
  }
}
.menubar .menu-large li a:before {
  font-family: "fontello";
  font-weight: bold;
  content: "\e835";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.menubar .menu-large li a:hover {
  transform: translateX(15px);
}
.menubar .menu-small {
  margin-top: 1rem !important;
}
@media screen and (min-width: 40em) {
  .menubar .menu-small {
    margin-top: 2rem !important;
  }
}
.menubar .menu-small li {
  font-size: 18px;
}
.menubar .menu-small li a {
  transition: all ease 0.25s;
  padding-left: 0px;
}
@media screen and (max-width: 39.99875em) {
  .menubar .menu-small li a {
    padding-top: 8px;
    padding-bottom: 8px;
  }
}
.menubar .menu-small li a:hover {
  transform: translateX(15px);
}

.searchoverlay {
  opacity: 0.5;
  right: 0;
  top: 0;
  bottom: 0;
  height: 0%;
  width: 0%;
  position: fixed;
  z-index: 8;
  left: 0;
  /* background: BLUE; */
}
.searchoverlay.expanded {
  width: 100%;
  height: 100%;
}

.menu-overlay-small {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url("../img/menu_back.png") no-repeat center center/cover;
  z-index: 20;
  display: flex;
  align-items: center;
  opacity: 0;
  pointer-events: none;
  transition: all 0.25s ease-in-out;
}
.menu-overlay-small.open {
  opacity: 1;
  pointer-events: all;
}
.menu-overlay-small a {
  font-size: 25px;
  line-height: 30px;
  padding-left: 1.5rem;
  color: #fff;
}
.menu-overlay-small .closer {
  width: 40px;
  height: 40px;
  position: absolute;
  top: 3.2rem;
  right: 1.5rem;
  margin-left: 2rem;
}
.menu-overlay-small .closer span {
  display: block;
  position: absolute;
  width: 50px;
  height: 3px;
  top: 4px;
  background: #fff;
  transform: rotate(45deg);
}
.menu-overlay-small .closer span:nth-child(2) {
  top: 4px;
  transform: rotate(-45deg);
}

/*-----------------
BLOCKS GUTENBERG
-----------------*/
.block-team .slider-team .flickity-viewport {
  overflow: visible;
}
.block-team .slider-team .flickity-viewport .carousel-cell {
  width: calc((100% - 30px) / 1.5);
  margin-right: 15px;
}
@media screen and (min-width: 40em) {
  .block-team .slider-team .flickity-viewport .carousel-cell {
    width: calc((100% - 45px) / 2.5);
  }
}
.block-team .slider-team .flickity-viewport img {
  height: 350px;
  object-fit: cover;
  width: 100%;
}
.block-team .slider-team .flickity-button {
  background: none;
}
.block-team .slider-team .flickity-button svg {
  display: none;
}
.block-team .slider-team .flickity-button.previous {
  position: absolute;
  right: 50px;
  top: -50px;
  display: flex;
  left: unset;
  justify-content: center;
  align-items: center;
}
.block-team .slider-team .flickity-button.previous:after {
  position: absolute;
  content: "\e835";
  font-family: "fontello";
  z-index: 2;
  font-weight: bold;
  font-size: 24px;
  transform: rotate(180deg);
}
.block-team .slider-team .flickity-button.next {
  position: absolute;
  right: 0;
  top: -50px;
  left: unset;
  display: flex;
  justify-content: center;
  align-items: center;
}
.block-team .slider-team .flickity-button.next:after {
  position: absolute;
  content: "\e835";
  font-family: "fontello";
  z-index: 2;
  font-weight: bold;
  font-size: 24px;
}

.block-video p {
  margin-left: 20px;
}

.block-images .image {
  object-fit: cover;
  width: 100%;
  height: 500px;
}
.block-images .image.image-small {
  height: 350px;
}
.block-images p.small {
  margin-left: 20px;
}

.block-text {
  position: relative;
}
.block-text h1, .block-text h2, .block-text h3, .block-text h4, .block-text h5, .block-text h6 {
  margin-bottom: 1rem;
}
.block-text p {
  margin-left: 50px;
}

.block-logoslider {
  padding: 35px 0;
  margin: 0;
}
.block-logoslider .black-background {
  background: black;
  position: relative;
  z-index: 1;
}
.block-logoslider .black-background:after {
  content: "";
  position: absolute;
  right: -10px;
  top: -45px;
  bottom: -45px;
  background: black;
  left: -1000px;
  z-index: -1;
}
.block-logoslider .black-background:before {
  z-index: -1;
  content: "";
  position: absolute;
  right: -30px;
  left: calc(100% + 9px);
  top: -45px;
  height: 140px;
  background: linear-gradient(90deg, black 5%, rgba(255, 255, 255, 0) 100%);
}
.block-logoslider .slider-logo {
  height: 100px;
}
.block-logoslider .slider-logo .flickity-viewport {
  overflow: visible;
}
.block-logoslider .slider-logo .flickity-viewport .flickity-slider {
  height: auto;
}
.block-logoslider .slider-logo .flickity-viewport .flickity-slider .carousel-cell {
  display: block;
  width: calc((100% - 50px) / 2);
  margin-right: 25px;
}
.block-logoslider .slider-logo .flickity-viewport .flickity-slider .carousel-cell .image-container {
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (min-width: 64em) {
  .block-logoslider .slider-logo .flickity-viewport .flickity-slider .carousel-cell {
    width: calc((100% - 375px) / 5);
    margin-right: 75px;
  }
}

.block-featured {
  margin: 100px 0 150px 0;
}
.block-featured .inner .content {
  transform: translateY(50px);
}
.block-featured .inner .item-color {
  transition: all ease 0.25s;
  position: relative;
}
.block-featured .inner .item-color img {
  padding: 0 2rem;
}
.block-featured .inner .item-color i {
  position: absolute;
  right: 1rem;
  bottom: 1rem;
}
.block-featured .inner .item-color p {
  padding: 0 2rem;
}
.block-featured .inner .item-color:hover {
  transform: translateY(-15px);
}

.block-ambassadors .inner {
  display: block;
  transition: all ease 0.25s;
  padding: 45px;
  margin: 2.5rem 0px 2.5rem 0px;
}
@media screen and (min-width: 40em) {
  .block-ambassadors .inner {
    margin: 5rem 0px 10rem 0px;
  }
}
.block-ambassadors .inner:hover {
  background: #D1FC9E;
}
.block-ambassadors .inner:hover .button, .block-ambassadors .inner:hover .topbar .menu .btn a, .topbar .menu .btn .block-ambassadors .inner:hover a {
  background: #000;
  color: #fff;
}
@media screen and (min-width: 40em) {
  .block-ambassadors .inner .image-up {
    transform: translateY(-7rem);
  }
  .block-ambassadors .inner .image-down {
    transform: translateY(7rem);
  }
}
.block-ambassadors .inner .image {
  height: 400px;
  object-fit: cover;
  width: 100%;
}
.block-ambassadors .slider-ambassadors .flickity-viewport {
  overflow: visible;
}
.block-ambassadors .slider-ambassadors .flickity-viewport .flickity-slider .carousel-cell {
  width: 75%;
  margin-right: 50px;
}
@media screen and (min-width: 40em) {
  .block-ambassadors .slider-ambassadors .flickity-viewport .flickity-slider .carousel-cell {
    width: 65%;
    margin-right: 100px;
  }
}
@media screen and (max-width: 39.99875em) {
  .block-ambassadors .slider-ambassadors .flickity-viewport .flickity-slider .carousel-cell a.item .button, .block-ambassadors .slider-ambassadors .flickity-viewport .flickity-slider .carousel-cell a.item .topbar .menu .btn a, .topbar .menu .btn .block-ambassadors .slider-ambassadors .flickity-viewport .flickity-slider .carousel-cell a.item a {
    display: block !important;
    width: 100% !important;
  }
}
.block-ambassadors .slider-ambassadors .flickity-viewport .flickity-slider .carousel-cell a.item .image {
  height: 350px;
  margin-bottom: 2rem !important;
  object-fit: cover;
  width: 100%;
}
@media screen and (min-width: 40em) {
  .block-ambassadors .slider-ambassadors .flickity-viewport .flickity-slider .carousel-cell a.item .image {
    margin-bottom: 0rem !important;
    height: 100%;
  }
}

.block-posts {
  position: relative;
}
.block-posts .shapes {
  position: absolute;
  top: 0;
  bottom: 0;
  object-fit: contain;
  z-index: -1;
}
.block-posts .shapes.left {
  left: 0;
  transform: translateX(-60%);
  transform: translateY(30%);
}
.block-posts .shapes.right {
  right: 0;
  transform: translateX(60%);
}
.block-posts button:hover {
  cursor: pointer;
  color: #D1FC9E;
}
.block-posts .grid-container {
  position: relative;
  z-index: 1;
}
.block-posts .slider-post {
  padding-bottom: 5rem;
}
.block-posts .slider-post .flickity-viewport {
  overflow: visible;
}
.block-posts .slider-post .flickity-viewport .flickity-slider .carousel-cell {
  width: calc((100% - 50px) / 3);
  margin-right: 25px;
}
.block-posts a.item {
  display: block;
  transition: all ease 0.25s;
}
.block-posts a.item:hover {
  transform: translateY(-20px);
}
.block-posts a.item:hover .imagecontainer .backgroundimage {
  opacity: 1;
}
.block-posts a.item .imagecontainer {
  position: relative;
  height: 300px;
  overflow: hidden;
  width: 100%;
}
.block-posts a.item .imagecontainer .tag {
  background: #fff;
  font-size: 15px;
  padding: 0px 15px;
}
.block-posts a.item .imagecontainer .tag.leden {
  padding-top: 10px;
  border-radius: 0px 0px 6px 6px;
  position: absolute;
  top: 0px;
  left: 10px;
  z-index: 3;
}
.block-posts a.item .imagecontainer .tagcontainer {
  position: absolute;
  z-index: 3;
  left: 10px;
  bottom: 0px;
}
.block-posts a.item .imagecontainer .tagcontainer .tag {
  display: inline-block;
  margin-bottom: 10px;
  margin-right: 10px;
}
.block-posts a.item .imagecontainer .backgroundimage {
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0;
  transition: all ease 0.25s;
}
.block-posts a.item .imagecontainer .image {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 2;
  mix-blend-mode: multiply;
}
.block-posts a.item .imagecontainer:hover .backgroundimage {
  opacity: 1;
}

.block-news .reset {
  display: inline-block;
}
.block-news .slider-news .flickity-viewport {
  overflow: visible;
}
.block-news .slider-news .flickity-viewport .flickity-slider .carousel-cell {
  width: calc((100% - 25px) / 1.25);
  margin-right: 25px;
}
.block-news .slider-news .flickity-viewport .flickity-slider .carousel-cell .image-container {
  height: 300px !important;
}
@media screen and (min-width: 64em) {
  .block-news .slider-news .flickity-viewport .flickity-slider .carousel-cell {
    width: calc((100% - 50px) / 3);
    margin-right: 25px;
  }
}

.block-quote {
  position: relative;
  overflow: visible;
}
.block-quote .circle {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  object-fit: cover;
  z-index: -1;
  height: 200%;
  width: auto;
}
@media screen and (min-width: 40em) {
  .block-quote .circle {
    width: 40%;
    height: 400%;
  }
}
@media screen and (min-width: 64em) {
  .block-quote .circle {
    height: 200%;
    width: auto;
  }
}
.block-quote .grid-container {
  position: relative;
  z-index: 1;
}
.block-quote p {
  margin-left: 20px;
  font-family: "Moderat", sans-serif, "Helvetica";
}

.block-contact .sociallink {
  display: inline-block;
}
.block-contact .sociallink .buttoncircle {
  margin-left: 10px;
  margin-bottom: 8px;
  width: 32px;
  height: 32px;
  background: #2E63F5;
}
.block-contact .sociallink .buttoncircle i {
  color: #fff;
  font-size: 20px;
}
.block-contact .sociallink:hover .buttoncircle {
  background: #000;
}

.block-cta {
  /*     padding-top: 6rem;
      padding-bottom: 6rem;
      @include breakpoint(large){
          padding-top: 13rem;
          padding-bottom: 13rem;
      } */
}
.block-cta .inner {
  padding: 50px 0;
  background: #2E63F5;
  overflow: hidden;
}

.block-usp .image {
  width: 75%;
  height: 400px;
  object-fit: cover;
  transition: all ease 0.25s;
}
.block-usp a:hover .image {
  transform: translateY(-20px);
}
.block-usp .inner {
  margin-left: 25%;
  transform: translateY(-15px);
}
.block-usp .inner:before {
  content: "\e835";
  font-family: "fontello";
  font-size: 45px;
  position: absolute;
  top: 0;
  left: -33%;
}

.cta-newsletter {
  background-position: left !important;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.block-vacatures .item {
  color: #2E63F5;
  background: #D1FC9E;
  display: block;
  padding: 30px 15px;
}
.block-events .inner {
  background: #D1FC9E;
  padding: 0px 15px;
}
.block-events .inner a.item {
  padding: 20px 0px;
  display: block;
  position: relative;
}
.block-events .inner a.item:hover .button, .block-events .inner a.item:hover .topbar .menu .btn a, .topbar .menu .btn .block-events .inner a.item:hover a {
  background: #fff;
  color: #2E63F5;
}
.block-events .inner a.item.line:after {
  width: 100%;
  height: 1px;
  background: #2E63F5;
  content: "";
  position: absolute;
  bottom: 0;
}
.block-events .inner a.item.line:last-child:after {
  display: none;
}
.block-events .inner p, .block-events .inner h5, .block-events .inner h4 {
  color: #2E63F5;
}

.block-faq, .block-ambassadors {
  position: relative;
}
.block-faq .shapes, .block-ambassadors .shapes {
  position: absolute;
  top: 0;
  height: 100%;
  bottom: 0;
  object-fit: contain;
  z-index: -1;
}
.block-faq .shapes.left, .block-ambassadors .shapes.left {
  left: 0;
  transform: translateX(-60%);
}
.block-faq .shapes.right, .block-ambassadors .shapes.right {
  right: 0;
  transform: translateX(60%);
}

.accordion .accordion-item {
  border-bottom: 1px solid #000;
}
.accordion .accordion-item .accordion-title {
  text-decoration: none;
  padding: 2.5rem 0;
  padding-right: 45px;
  font-family: "Moderat", sans-serif, "Helvetica";
}
@media print, screen and (max-width: 63.99875em) {
  .accordion .accordion-item .accordion-title {
    font-size: 22px;
  }
}
.accordion .accordion-item .accordion-title:before {
  margin-top: -1.5rem;
}
@media print, screen and (max-width: 63.99875em) {
  .accordion .accordion-item .accordion-title:before {
    font-size: 45px;
  }
}
.accordion .accordion-item .accordion-title:hover {
  color: #2E63F5;
}
.accordion .accordion-item .accordion-content {
  padding: 1rem 0;
}
.accordion .accordion-item .accordion-content a:hover {
  color: #D1FC9E;
}

.item-donate {
  z-index: 2;
  position: relative;
  box-shadow: 0 2px 15px 0 rgba(0, 0, 0, 0.12);
  padding: 20px;
}
@media print, screen and (min-width: 40em) {
  .item-donate {
    padding: 45px;
  }
}
.item-donate ul.tabs {
  background: none;
  border: 1px solid #000;
  border-radius: 6px;
}
.item-donate ul.tabs li.tabs-title {
  width: 50%;
}
.item-donate ul.tabs li.tabs-title a {
  font-size: 18px;
  text-decoration: none;
  background: transparent;
  color: #000;
  border-radius: 6px;
}
.item-donate ul.tabs li.tabs-title.is-active a {
  background: #000;
  color: #fff;
}
.item-donate .tabs-content {
  background: none;
}
.item-donate .tabs-content .tabs-panel {
  padding: 0px;
}
.item-donate .gform_wrapper ul.gfield_radio li {
  width: 49%;
  display: inline-block;
  margin-bottom: 0px !important;
}
.item-donate .gform_wrapper ul.gfield_radio li input {
  display: none !important;
}
.item-donate .gform_wrapper ul.gfield_radio li input[type=checkbox] {
  display: none;
}
.item-donate .gform_wrapper ul.gfield_radio li input:checked + label:after {
  background: #000;
}
.item-donate .gform_wrapper ul.gfield_radio li label {
  padding-left: 30px;
  font-size: 18px;
  position: relative;
  margin: 0px !important;
  height: 24px;
}
.item-donate .gform_wrapper ul.gfield_radio li label:before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  height: 24px;
  width: 24px;
  background: transparent;
  border-radius: 99px;
  border: 1px solid #000;
}
.item-donate .gform_wrapper ul.gfield_radio li label:after {
  position: absolute;
  content: "";
  left: 3px;
  border-radius: 99px;
  top: 3px;
  height: 18px;
  width: 18px;
  background: transparent;
}
.item-donate .gform_wrapper .gform_heading {
  display: none !important;
}
.item-donate .gform_wrapper .anders {
  display: flex;
  flex-direction: row;
}
.item-donate .gform_wrapper .anders label {
  font-size: 18px;
  font-weight: 400;
  display: flex;
  /* justify-content: center; */
  align-items: center;
  flex: 35%;
}
.item-donate .gform_wrapper .anders .ginput_container {
  flex: 65%;
  font-size: 18px;
  font-weight: 400;
}
.item-donate .gform_wrapper .validation_message {
  font-size: 18px;
}
.item-donate .gform_wrapper input {
  font-size: 18px !important;
}
.item-donate .gform_wrapper input::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #000;
  opacity: 0.5;
  /* Firefox */
}
.item-donate .gform_wrapper .ginput_container_total {
  display: none;
}
.item-donate .gform_wrapper .gform_validation_errors {
  background: #000;
  color: #fff;
  padding: 1rem !important;
  border: none;
}
.item-donate .gform_wrapper .gform_validation_errors h2 {
  color: #fff;
}
.item-donate .gform_wrapper .gfield_description.validation_message {
  background: #000;
  color: #fff;
  padding: 0px;
  text-align: center;
}
.item-donate .gform_wrapper .gfield_error {
  border-top: 2px solid #000 !important;
  border-bottom: none !important;
  background: transparent !important;
  padding: 0px !important;
}
.item-donate .gform_wrapper .gfield_error input {
  border: 3px solid #000 !important;
}

.gfield_label_before_complex {
  font-weight: normal !important;
  padding-top: 2rem !important;
}

.ginput_container_checkbox {
  margin-top: 2rem !important;
}
.ginput_container_checkbox .gchoice {
  margin-bottom: 1rem;
}
.ginput_container_checkbox .gchoice .gfield-choice-input {
  /*  display: none !important; */
  display: none !important;
}
.ginput_container_checkbox .gchoice .gfield-choice-input[type=checkbox] {
  display: none;
}
.ginput_container_checkbox .gchoice .gfield-choice-input:checked + label:after {
  background: #000;
}
.ginput_container_checkbox .gchoice label {
  padding-left: 35px;
  position: relative;
  margin: 0px !important;
  height: 24px;
  line-height: 1rem !important;
}
@media screen and (min-width: 64em) {
  .ginput_container_checkbox .gchoice label {
    font-size: 18px !important;
  }
}
.ginput_container_checkbox .gchoice label:before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  height: 24px;
  width: 24px;
  background: transparent;
  border-radius: 3px;
  border: 1px solid #000;
}
.ginput_container_checkbox .gchoice label:after {
  position: absolute;
  content: "";
  left: 3px;
  border-radius: 3px;
  top: 3px;
  height: 18px;
  width: 18px;
  background: transparent;
}
/*-----------------
SINGLE
-----------------*/
/* SINGLE POST/ARTICLE */
.single .cover-single .image {
  height: 600px;
  width: 100%;
  object-fit: cover;
}
.single .cover-single .link {
  margin-left: 2rem;
}
.single .cover-single .inner {
  padding-top: 2rem;
  margin-top: -150px;
  background: #fff;
  position: relative;
}
.single .cover-single .inner .gradient {
  bottom: 99%;
  width: 100%;
  position: absolute;
  z-index: 1;
  background: linear-gradient(0deg, #FFFFFF 5%, rgba(255, 255, 255, 0) 100%);
  height: 75px;
}
.single .cover-single .tagcontainer .tag {
  background: #D1FC9E;
  padding: 0 15px;
  display: inline-block;
  margin: 0 10px 10px 0;
}
.single .cover-single.cover-ambassador .image-container {
  position: relative;
  height: 100%;
  width: 110%;
  overflow: hidden;
  min-height: 300px;
}
@media screen and (min-width: 75em) {
  .single .cover-single.cover-ambassador .image-container {
    width: 120%;
  }
}
@media screen and (min-width: 90em) {
  .single .cover-single.cover-ambassador .image-container {
    width: 130%;
  }
}
.single .cover-single.cover-ambassador .image-container .image {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.single.single-events {
  background: #D1FC9E;
}
.single.single-events .date {
  padding: 0px 15px;
}
.single.single-events h2, .single.single-events h1, .single.single-events h3 {
  color: #2E63F5;
}
.single.single-events .cover-single .inner {
  background: #D1FC9E;
}
.single.single-events .cover-single .inner .gradient {
  background: linear-gradient(0deg, #D0FC9E 5%, rgba(255, 255, 255, 0) 100%) !important;
}
.single.single-vacatures .cover {
  position: relative;
  margin-bottom: 200px;
  background: #D1FC9E;
  position: relative;
}
.single.single-vacatures .cover h1 {
  margin-bottom: 2rem !important;
}
.single.single-vacatures .cover .gradient {
  position: absolute;
  top: 100%;
  width: 100%;
  height: 200px;
  background: linear-gradient(180deg, #D0FC9E 5%, rgba(255, 255, 255, 0) 100%);
}
.single .block-comments {
  position: relative;
}
.single .block-comments .gradient {
  position: absolute;
  width: 100%;
  z-index: 0;
  top: 0;
  height: 500px;
  background: linear-gradient(180deg, #D0FC9E 5%, rgba(255, 255, 255, 0) 100%);
}
.single .block-comments .grid-container {
  position: relative;
  z-index: 1;
}
.single .block-comments h4 {
  pointer-events: none;
}
.single .block-comments h4 a {
  text-decoration: none;
}
.single .block-comments .container {
  padding: 75px 0px;
}
.single .block-comments .comment-body {
  margin-bottom: 75px;
  position: relative;
}
.single .block-comments .comment-body .headerfontfamily {
  margin-left: 0px;
}
.single .block-comments .comment-body p {
  margin-left: 50px;
}
.single .block-comments .comment-body:after {
  display: none;
}
@media screen and (min-width: 64em) {
  .single .block-comments .comment-body:before {
    position: absolute;
    background: #2E63F5;
    border-radius: 99%;
    content: "";
    height: 65px;
    width: 65px;
    top: 0 !important;
    right: calc(100% + 25px);
  }
  .single .block-comments .comment-body:after {
    display: block;
    position: absolute;
    color: white;
    font-size: 30px;
    font-family: "Moderat", sans-serif, "Helvetica";
    top: 23px !important;
    right: calc(100% + 44px);
    z-index: 2;
    line-height: 1rem !important;
  }
}
.single .block-comments ul.children {
  margin-left: 100px !important;
}

/*-----------------
PAGE-TEMPLATE-ACCOUNT
-----------------*/
.page-template-page-account .container, .page-id-1163 .container {
  margin-bottom: 100px;
  padding: 50px 0px;
}
.page-template-page-account .form .gfield, .page-id-1163 .form .gfield {
  margin-bottom: 40px;
}
.page-template-page-account .form label, .page-template-page-account .form .gfield_label, .page-id-1163 .form label, .page-id-1163 .form .gfield_label {
  line-height: 1;
  font-weight: bold;
  color: #ED82BD;
  font-family: "Moderat", sans-serif, "Helvetica";
  font-size: 22px !important;
  margin-bottom: 0px !important;
}
@media screen and (min-width: 64em) {
  .page-template-page-account .form label, .page-template-page-account .form .gfield_label, .page-id-1163 .form label, .page-id-1163 .form .gfield_label {
    font-size: 30px !important;
  }
}
.page-template-page-account .form .ginput_complex .ginput_container_date, .page-id-1163 .form .ginput_complex .ginput_container_date {
  display: inline-block;
  border-bottom: 1px solid black;
}
.page-template-page-account .form .ginput_complex .ginput_container_date select, .page-id-1163 .form .ginput_complex .ginput_container_date select {
  border: none;
}

/*-----------------
FOOTER
-----------------*/
.footer {
  background: #D1FC9E;
  padding: 2rem 0;
  color: #fff;
}
@media print, screen and (min-width: 64em) {
  .footer {
    padding: 3rem 0;
  }
}
.footer a {
  color: #fff;
}
.footer a:hover {
  color: #D1FC9E;
}
.footer .sociallink {
  display: inline-block;
}
.footer .sociallink .buttoncircle {
  margin-left: 10px;
  margin-bottom: 8px;
  width: 32px;
  height: 32px;
  background: #fff;
}
.footer .sociallink .buttoncircle i {
  color: #2E63F5;
  font-size: 20px;
}
.footer .sociallink:hover .buttoncircle {
  background: #D1FC9E;
}
.footer li {
  font-size: 22px;
  line-height: 30px;
}
.footer .anbi {
  max-width: 175px;
}
.footer .logo {
  width: 150px;
}
@media screen and (min-width: 64em) {
  .footer .logo {
    width: 200px;
  }
}
.footer .social {
  font-size: 23px;
}
.footer .headerfontfamily p {
  font-size: 16px;
}

.lowerfooter {
  padding: 15px 0 10px 0;
}
.lowerfooter svg {
  fill: white;
}
.lowerfooter svg path {
  fill: white;
}
.lowerfooter a {
  opacity: 1;
  transition: all ease 0.25s;
}
.lowerfooter a:hover {
  color: #fff;
  opacity: 0.75;
}

/*-----------------
MOLECULES
-----------------*/
.callout {
  border-radius: 6px;
}
.callout.blue {
  background: #2E63F5;
  border: none;
  color: #fff;
}

.features i:before {
  font-size: 30px;
}
.features .title {
  font-size: 34px;
  line-height: 38px;
  font-family: "Moderat", sans-serif, "Helvetica";
}

/*-----------------
FACETWP FILTERS RADIO
-----------------*/
/* .filters {

    h4 {
        position: relative;
        margin-bottom: 35px;
        z-index: 1;
    }

    .facetwp-radio {
        background: none;
        padding-left: 0;
        font-size: 20px;
        opacity: .4;
    }

    .facetwp-radio.checked {
        background: none;
        opacity: 1;
    }

} */
.flickity-button {
  background: none;
}
.flickity-button svg {
  display: none;
}
.flickity-button.previous {
  position: absolute;
  right: 50px;
  top: -70px;
  display: flex;
  left: unset;
  justify-content: center;
  align-items: center;
}
.flickity-button.previous:after {
  position: absolute;
  content: "\e835";
  font-family: "fontello";
  z-index: 2;
  font-weight: bold;
  font-size: 24px;
  transform: rotate(180deg);
  transition: all ease 0.25s;
}
.flickity-button.previous:hover:after {
  transform: rotate(180deg) translateX(5px);
}
.flickity-button.next {
  position: absolute;
  right: 0;
  top: -70px;
  left: unset;
  display: flex;
  justify-content: center;
  align-items: center;
}
.flickity-button.next:after {
  position: absolute;
  content: "\e835";
  font-family: "fontello";
  z-index: 2;
  font-weight: bold;
  font-size: 24px;
  transition: all ease 0.25s;
}
.flickity-button.next:hover:after {
  transform: translateX(5px);
}

.facetwp-facet-themas .facetwp-checkbox, .facetwp-facet-themas .thema, .themas .facetwp-checkbox, .themas .thema {
  background-image: none;
  display: inline-block;
  background: transparent;
  border-radius: 6px;
  border: 1px solid #000;
  margin: 0px 10px 10px 0px;
  padding: 7px 10px;
  font-size: 14px;
  line-height: 1;
}
@media screen and (min-width: 64em) {
  .facetwp-facet-themas .facetwp-checkbox, .facetwp-facet-themas .thema, .themas .facetwp-checkbox, .themas .thema {
    font-size: 15px;
    padding: 10px 16px;
    margin: 0px 12px 12px 0px;
  }
}
.facetwp-facet-themas .facetwp-checkbox:hover, .facetwp-facet-themas .thema:hover, .themas .facetwp-checkbox:hover, .themas .thema:hover {
  border: 1px solid #2E63F5;
  background-image: none;
  background: #2E63F5;
  color: #fff;
}
.facetwp-facet-themas .facetwp-checkbox.disabled, .facetwp-facet-themas .thema.disabled, .themas .facetwp-checkbox.disabled, .themas .thema.disabled {
  border: 1px solid #000;
  background-image: transparent;
  background: transparent;
  color: #000;
}
.facetwp-facet-themas .facetwp-checkbox.checked, .facetwp-facet-themas .thema.checked, .themas .facetwp-checkbox.checked, .themas .thema.checked {
  border: 1px solid #2E63F5;
  background-image: none;
  background: #2E63F5;
  color: #fff;
}
.facetwp-facet-themas .facetwp-checkbox .facetwp-counter, .facetwp-facet-themas .thema .facetwp-counter, .themas .facetwp-checkbox .facetwp-counter, .themas .thema .facetwp-counter {
  display: none;
}
.facetwp-facet-themas .facetwp-checkbox .facetwp-display-value, .facetwp-facet-themas .thema .facetwp-display-value, .themas .facetwp-checkbox .facetwp-display-value, .themas .thema .facetwp-display-value {
  padding-right: 0px !important;
}

/* INPUT STYLING */
.acf-field {
  border: none !important;
  border-top: none !important;
  padding: 20px 0px 20px 0 !important;
}

input[type=email], input[type=text], input[type=password] {
  box-shadow: none;
  background-color: transparent !important;
  border: none !important;
  border-bottom: 1px solid #000 !important;
}
input[type=email]::placeholder, input[type=text]::placeholder, input[type=password]::placeholder {
  color: black;
  opacity: 0.6;
}

.gform_footer {
  padding-top: 2rem !important;
}

.gform_wrapper.gravity-theme .ginput_complex {
  display: block !important;
}
.gform_wrapper.gravity-theme .ginput_complex span {
  padding: 0px;
}

/* RESPOND */
.comment-respond {
  padding: 50px 0px;
}
.comment-respond .logged-in-as {
  display: none !important;
}
.comment-respond .form-submit #submit {
  background: #000;
  color: #fff;
  transition: all ease 0.25s;
  line-height: 1rem;
  padding: 12px 18px;
  float: right;
}
.comment-respond .form-submit #submit:hover {
  color: #000;
  background: #fff;
  border: 2px solid #000;
  cursor: pointer;
}

/* TOOLTIPS */
.advanced-tooltip {
  margin-left: 15px;
}
.advanced-tooltip .gravity-tooltip {
  width: 30px;
  height: 30px;
}

.tippy-box {
  background: white;
  border-radius: 6px;
  border-radius: 6px;
  box-shadow: 0 2px 15px 0 rgba(0, 0, 0, 0.12);
}
.tippy-box .tippy-content {
  border-radius: 6px;
  box-shadow: 0 2px 15px 0 rgba(0, 0, 0, 0.12);
  background: white;
  color: #000;
  padding: 15px;
  border: 1px solid #D1FC9E;
}
.tippy-box .tippy-content:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  background-image: url(../img/item_green.jpg);
  background-size: 100% 350px;
  z-index: -1;
}
.tippy-box .tippy-arrow {
  display: none;
}
