@charset "UTF-8";
/**
 * Foundation for Sites by ZURB
 * Version 6.5.3
 * foundation.zurb.com
 * Licensed under MIT Open Source
 */
/*! 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: none;
  text-decoration: underline;
  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; }

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

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

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

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

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

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

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

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

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

pre {
  overflow: auto; }

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

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

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

[type='text'], [type='password'], [type='date'], [type='datetime'], [type='datetime-local'], [type='month'], [type='week'], [type='email'], [type='number'], [type='search'], [type='tel'], [type='time'], [type='url'], [type='color'],
textarea {
  display: block;
  box-sizing: border-box;
  width: 100%;
  height: 2.4375rem;
  margin: 0 0 1rem;
  padding: 0.5rem;
  border: 1px solid #eff1f4;
  border-radius: 0;
  background-color: #fefefe;
  box-shadow: none;
  font-family: inherit;
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.5;
  color: #323232;
  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: 1px solid #8a8a8a;
    background-color: #fefefe;
    box-shadow: none;
    transition: box-shadow 0.5s, border-color 0.25s ease-in-out; }

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

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

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

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

::placeholder {
  color: #8a8a8a; }

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

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

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

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

label {
  display: block;
  margin: 0;
  font-size: 0.875rem;
  font-weight: normal;
  line-height: 1.8;
  color: #323232; }
  label.middle {
    margin: 0 0 1rem;
    padding: 0.5625rem 0; }

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

.input-group {
  display: flex;
  width: 100%;
  margin-bottom: 1rem;
  align-items: stretch; }
  .input-group > :first-child, .input-group > :first-child.input-group-button > * {
    border-radius: 0 0 0 0; }
  .input-group > :last-child, .input-group > :last-child.input-group-button > * {
    border-radius: 0 0 0 0; }

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

.input-group-label {
  padding: 0 1rem;
  border: 1px solid #eff1f4;
  background: #e6e6e6;
  color: #323232;
  text-align: center;
  white-space: nowrap;
  display: flex;
  flex: 0 0 auto;
  align-items: center; }
  .input-group-label:first-child {
    border-right: 0; }
  .input-group-label:last-child {
    border-left: 0; }

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

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

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

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

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

select {
  height: 2.4375rem;
  margin: 0 0 1rem;
  padding: 0.5rem;
  appearance: none;
  border: 1px solid #eff1f4;
  border-radius: 0;
  background-color: #fefefe;
  font-family: inherit;
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.5;
  color: #323232;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' version='1.1' width='32' height='24' viewBox='0 0 32 24'><polygon points='0,0 32,0 16,24' style='fill: rgb%28138, 138, 138%29'></polygon></svg>");
  background-origin: content-box;
  background-position: right -1rem center;
  background-repeat: no-repeat;
  background-size: 9px 6px;
  padding-right: 1.5rem;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out; }
  @media screen and (min-width: 0\0) {
    select {
      background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAYCAYAAACbU/80AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAIpJREFUeNrEkckNgDAMBBfRkEt0ObRBBdsGXUDgmQfK4XhH2m8czQAAy27R3tsw4Qfe2x8uOO6oYLb6GlOor3GF+swURAOmUJ+RwtEJs9WvTGEYxBXqI1MQAZhCfUQKRzDMVj+TwrAIV6jvSUEkYAr1LSkcyTBb/V+KYfX7xAeusq3sLDtGH3kEGACPWIflNZfhRQAAAABJRU5ErkJggg=="); } }
  select:focus {
    outline: none;
    border: 1px solid #8a8a8a;
    background-color: #fefefe;
    box-shadow: none;
    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; }

.is-invalid-input:not(:focus) {
  border-color: #cc4b37;
  background-color: #f9ecea; }
  .is-invalid-input:not(:focus)::placeholder {
    color: #cc4b37; }

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

.form-error {
  display: none;
  margin-top: -0.5rem;
  margin-bottom: 1rem;
  font-size: 0.75rem;
  font-weight: bold;
  color: #cc4b37; }
  .form-error.is-visible {
    display: block; }

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

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

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

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

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

h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6 {
  font-family: "Overpass", sans-serif;
  font-style: normal;
  font-weight: 300;
  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: #eff1f4; }

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

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

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

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

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

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

@media print, screen and (min-width: 40em) {
  h1, .h1 {
    font-size: 2.8125rem; }
  h2, .h2 {
    font-size: 2.25rem; }
  h3, .h3 {
    font-size: 1.5rem; }
  h4, .h4 {
    font-size: 1.375rem; }
  h5, .h5 {
    font-size: 1.125rem; }
  h6, .h6 {
    font-size: 1rem; } }

a {
  line-height: inherit;
  color: #323232;
  text-decoration: none;
  cursor: pointer; }
  a:hover, a:focus {
    color: #2b2b2b; }
  a img {
    border: 0; }

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

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

li {
  font-size: inherit; }

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

ol {
  margin-left: 1.25rem; }

ul ul, ol ul, ul ol, 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 #eff1f4; }
  blockquote, blockquote p {
    line-height: 1.6;
    color: #8a8a8a; }

cite {
  display: block;
  font-size: 0.8125rem;
  color: #8a8a8a; }
  cite:before {
    content: "\2014   "; }

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

figure {
  margin: 0; }

code {
  padding: 0.125rem 0.3125rem 0.0625rem;
  border: 1px solid #eff1f4;
  background-color: #e6e6e6;
  font-family: Consolas, "Liberation Mono", Courier, monospace;
  font-weight: normal;
  color: #323232; }

kbd {
  margin: 0;
  padding: 0.125rem 0.25rem 0;
  background-color: #e6e6e6;
  font-family: Consolas, "Liberation Mono", Courier, monospace;
  color: #323232; }

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

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

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

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

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

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

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

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

@media print, screen and (min-width: 40em) {
  .medium-text-left {
    text-align: left; }
  .medium-text-right {
    text-align: right; }
  .medium-text-center {
    text-align: center; }
  .medium-text-justify {
    text-align: justify; } }

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

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

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

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

@media print {
  * {
    background: transparent !important;
    box-shadow: none !important;
    color: black !important;
    text-shadow: none !important; }
  .show-for-print {
    display: block !important; }
  .hide-for-print {
    display: none !important; }
  table.show-for-print {
    display: table !important; }
  thead.show-for-print {
    display: table-header-group !important; }
  tbody.show-for-print {
    display: table-row-group !important; }
  tr.show-for-print {
    display: table-row !important; }
  td.show-for-print {
    display: table-cell !important; }
  th.show-for-print {
    display: table-cell !important; }
  a,
  a:visited {
    text-decoration: underline; }
  a[href]:after {
    content: " (" attr(href) ")"; }
  .ir a:after,
  a[href^='javascript:']:after,
  a[href^='#']:after {
    content: ''; }
  abbr[title]:after {
    content: " (" attr(title) ")"; }
  pre,
  blockquote {
    border: 1px solid #8a8a8a;
    page-break-inside: avoid; }
  thead {
    display: table-header-group; }
  tr,
  img {
    page-break-inside: avoid; }
  img {
    max-width: 100% !important; }
  @page {
    margin: 0.5cm; }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }
  h2,
  h3 {
    page-break-after: avoid; }
  .print-break-inside {
    page-break-inside: auto; } }

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

.grid-x {
  display: flex;
  flex-flow: row wrap; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media print, screen and (min-width: 40em) {
  .grid-x > .medium-auto {
    flex: 1 1 0px;
    width: auto; }
  .grid-x > .medium-shrink, .grid-x > .medium-1, .grid-x > .medium-2, .grid-x > .medium-3, .grid-x > .medium-4, .grid-x > .medium-5, .grid-x > .medium-6, .grid-x > .medium-7, .grid-x > .medium-8, .grid-x > .medium-9, .grid-x > .medium-10, .grid-x > .medium-11, .grid-x > .medium-12 {
    flex: 0 0 auto; }
  .grid-x > .medium-shrink {
    width: auto; }
  .grid-x > .medium-1 {
    width: 8.33333%; }
  .grid-x > .medium-2 {
    width: 16.66667%; }
  .grid-x > .medium-3 {
    width: 25%; }
  .grid-x > .medium-4 {
    width: 33.33333%; }
  .grid-x > .medium-5 {
    width: 41.66667%; }
  .grid-x > .medium-6 {
    width: 50%; }
  .grid-x > .medium-7 {
    width: 58.33333%; }
  .grid-x > .medium-8 {
    width: 66.66667%; }
  .grid-x > .medium-9 {
    width: 75%; }
  .grid-x > .medium-10 {
    width: 83.33333%; }
  .grid-x > .medium-11 {
    width: 91.66667%; }
  .grid-x > .medium-12 {
    width: 100%; } }

@media print, screen and (min-width: 64em) {
  .grid-x > .large-auto {
    flex: 1 1 0px;
    width: auto; }
  .grid-x > .large-shrink, .grid-x > .large-1, .grid-x > .large-2, .grid-x > .large-3, .grid-x > .large-4, .grid-x > .large-5, .grid-x > .large-6, .grid-x > .large-7, .grid-x > .large-8, .grid-x > .large-9, .grid-x > .large-10, .grid-x > .large-11, .grid-x > .large-12 {
    flex: 0 0 auto; }
  .grid-x > .large-shrink {
    width: auto; }
  .grid-x > .large-1 {
    width: 8.33333%; }
  .grid-x > .large-2 {
    width: 16.66667%; }
  .grid-x > .large-3 {
    width: 25%; }
  .grid-x > .large-4 {
    width: 33.33333%; }
  .grid-x > .large-5 {
    width: 41.66667%; }
  .grid-x > .large-6 {
    width: 50%; }
  .grid-x > .large-7 {
    width: 58.33333%; }
  .grid-x > .large-8 {
    width: 66.66667%; }
  .grid-x > .large-9 {
    width: 75%; }
  .grid-x > .large-10 {
    width: 83.33333%; }
  .grid-x > .large-11 {
    width: 91.66667%; }
  .grid-x > .large-12 {
    width: 100%; } }

@media screen and (min-width: 75em) {
  .grid-x > .xlarge-auto {
    flex: 1 1 0px;
    width: auto; }
  .grid-x > .xlarge-shrink, .grid-x > .xlarge-1, .grid-x > .xlarge-2, .grid-x > .xlarge-3, .grid-x > .xlarge-4, .grid-x > .xlarge-5, .grid-x > .xlarge-6, .grid-x > .xlarge-7, .grid-x > .xlarge-8, .grid-x > .xlarge-9, .grid-x > .xlarge-10, .grid-x > .xlarge-11, .grid-x > .xlarge-12 {
    flex: 0 0 auto; }
  .grid-x > .xlarge-shrink {
    width: auto; }
  .grid-x > .xlarge-1 {
    width: 8.33333%; }
  .grid-x > .xlarge-2 {
    width: 16.66667%; }
  .grid-x > .xlarge-3 {
    width: 25%; }
  .grid-x > .xlarge-4 {
    width: 33.33333%; }
  .grid-x > .xlarge-5 {
    width: 41.66667%; }
  .grid-x > .xlarge-6 {
    width: 50%; }
  .grid-x > .xlarge-7 {
    width: 58.33333%; }
  .grid-x > .xlarge-8 {
    width: 66.66667%; }
  .grid-x > .xlarge-9 {
    width: 75%; }
  .grid-x > .xlarge-10 {
    width: 83.33333%; }
  .grid-x > .xlarge-11 {
    width: 91.66667%; }
  .grid-x > .xlarge-12 {
    width: 100%; } }

@media screen and (min-width: 90em) {
  .grid-x > .xxlarge-auto {
    flex: 1 1 0px;
    width: auto; }
  .grid-x > .xxlarge-shrink, .grid-x > .xxlarge-1, .grid-x > .xxlarge-2, .grid-x > .xxlarge-3, .grid-x > .xxlarge-4, .grid-x > .xxlarge-5, .grid-x > .xxlarge-6, .grid-x > .xxlarge-7, .grid-x > .xxlarge-8, .grid-x > .xxlarge-9, .grid-x > .xxlarge-10, .grid-x > .xxlarge-11, .grid-x > .xxlarge-12 {
    flex: 0 0 auto; }
  .grid-x > .xxlarge-shrink {
    width: auto; }
  .grid-x > .xxlarge-1 {
    width: 8.33333%; }
  .grid-x > .xxlarge-2 {
    width: 16.66667%; }
  .grid-x > .xxlarge-3 {
    width: 25%; }
  .grid-x > .xxlarge-4 {
    width: 33.33333%; }
  .grid-x > .xxlarge-5 {
    width: 41.66667%; }
  .grid-x > .xxlarge-6 {
    width: 50%; }
  .grid-x > .xxlarge-7 {
    width: 58.33333%; }
  .grid-x > .xxlarge-8 {
    width: 66.66667%; }
  .grid-x > .xxlarge-9 {
    width: 75%; }
  .grid-x > .xxlarge-10 {
    width: 83.33333%; }
  .grid-x > .xxlarge-11 {
    width: 91.66667%; }
  .grid-x > .xxlarge-12 {
    width: 100%; } }

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

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

.grid-margin-x {
  margin-left: -0.625rem;
  margin-right: -0.625rem; }
  @media print, screen and (min-width: 40em) {
    .grid-margin-x {
      margin-left: -0.9375rem;
      margin-right: -0.9375rem; } }
  .grid-margin-x > .cell {
    width: calc(100% - 1.25rem);
    margin-left: 0.625rem;
    margin-right: 0.625rem; }
  @media print, screen and (min-width: 40em) {
    .grid-margin-x > .cell {
      width: calc(100% - 1.875rem);
      margin-left: 0.9375rem;
      margin-right: 0.9375rem; } }
  .grid-margin-x > .auto {
    width: auto; }
  .grid-margin-x > .shrink {
    width: auto; }
  .grid-margin-x > .small-1 {
    width: calc(8.33333% - 1.25rem); }
  .grid-margin-x > .small-2 {
    width: calc(16.66667% - 1.25rem); }
  .grid-margin-x > .small-3 {
    width: calc(25% - 1.25rem); }
  .grid-margin-x > .small-4 {
    width: calc(33.33333% - 1.25rem); }
  .grid-margin-x > .small-5 {
    width: calc(41.66667% - 1.25rem); }
  .grid-margin-x > .small-6 {
    width: calc(50% - 1.25rem); }
  .grid-margin-x > .small-7 {
    width: calc(58.33333% - 1.25rem); }
  .grid-margin-x > .small-8 {
    width: calc(66.66667% - 1.25rem); }
  .grid-margin-x > .small-9 {
    width: calc(75% - 1.25rem); }
  .grid-margin-x > .small-10 {
    width: calc(83.33333% - 1.25rem); }
  .grid-margin-x > .small-11 {
    width: calc(91.66667% - 1.25rem); }
  .grid-margin-x > .small-12 {
    width: calc(100% - 1.25rem); }
  @media print, screen and (min-width: 40em) {
    .grid-margin-x > .auto {
      width: auto; }
    .grid-margin-x > .shrink {
      width: auto; }
    .grid-margin-x > .small-1 {
      width: calc(8.33333% - 1.875rem); }
    .grid-margin-x > .small-2 {
      width: calc(16.66667% - 1.875rem); }
    .grid-margin-x > .small-3 {
      width: calc(25% - 1.875rem); }
    .grid-margin-x > .small-4 {
      width: calc(33.33333% - 1.875rem); }
    .grid-margin-x > .small-5 {
      width: calc(41.66667% - 1.875rem); }
    .grid-margin-x > .small-6 {
      width: calc(50% - 1.875rem); }
    .grid-margin-x > .small-7 {
      width: calc(58.33333% - 1.875rem); }
    .grid-margin-x > .small-8 {
      width: calc(66.66667% - 1.875rem); }
    .grid-margin-x > .small-9 {
      width: calc(75% - 1.875rem); }
    .grid-margin-x > .small-10 {
      width: calc(83.33333% - 1.875rem); }
    .grid-margin-x > .small-11 {
      width: calc(91.66667% - 1.875rem); }
    .grid-margin-x > .small-12 {
      width: calc(100% - 1.875rem); }
    .grid-margin-x > .medium-auto {
      width: auto; }
    .grid-margin-x > .medium-shrink {
      width: auto; }
    .grid-margin-x > .medium-1 {
      width: calc(8.33333% - 1.875rem); }
    .grid-margin-x > .medium-2 {
      width: calc(16.66667% - 1.875rem); }
    .grid-margin-x > .medium-3 {
      width: calc(25% - 1.875rem); }
    .grid-margin-x > .medium-4 {
      width: calc(33.33333% - 1.875rem); }
    .grid-margin-x > .medium-5 {
      width: calc(41.66667% - 1.875rem); }
    .grid-margin-x > .medium-6 {
      width: calc(50% - 1.875rem); }
    .grid-margin-x > .medium-7 {
      width: calc(58.33333% - 1.875rem); }
    .grid-margin-x > .medium-8 {
      width: calc(66.66667% - 1.875rem); }
    .grid-margin-x > .medium-9 {
      width: calc(75% - 1.875rem); }
    .grid-margin-x > .medium-10 {
      width: calc(83.33333% - 1.875rem); }
    .grid-margin-x > .medium-11 {
      width: calc(91.66667% - 1.875rem); }
    .grid-margin-x > .medium-12 {
      width: calc(100% - 1.875rem); } }
  @media print, screen and (min-width: 64em) {
    .grid-margin-x > .large-auto {
      width: auto; }
    .grid-margin-x > .large-shrink {
      width: auto; }
    .grid-margin-x > .large-1 {
      width: calc(8.33333% - 1.875rem); }
    .grid-margin-x > .large-2 {
      width: calc(16.66667% - 1.875rem); }
    .grid-margin-x > .large-3 {
      width: calc(25% - 1.875rem); }
    .grid-margin-x > .large-4 {
      width: calc(33.33333% - 1.875rem); }
    .grid-margin-x > .large-5 {
      width: calc(41.66667% - 1.875rem); }
    .grid-margin-x > .large-6 {
      width: calc(50% - 1.875rem); }
    .grid-margin-x > .large-7 {
      width: calc(58.33333% - 1.875rem); }
    .grid-margin-x > .large-8 {
      width: calc(66.66667% - 1.875rem); }
    .grid-margin-x > .large-9 {
      width: calc(75% - 1.875rem); }
    .grid-margin-x > .large-10 {
      width: calc(83.33333% - 1.875rem); }
    .grid-margin-x > .large-11 {
      width: calc(91.66667% - 1.875rem); }
    .grid-margin-x > .large-12 {
      width: calc(100% - 1.875rem); } }
  @media screen and (min-width: 75em) {
    .grid-margin-x > .xlarge-auto {
      width: auto; }
    .grid-margin-x > .xlarge-shrink {
      width: auto; }
    .grid-margin-x > .xlarge-1 {
      width: calc(8.33333% - 1.875rem); }
    .grid-margin-x > .xlarge-2 {
      width: calc(16.66667% - 1.875rem); }
    .grid-margin-x > .xlarge-3 {
      width: calc(25% - 1.875rem); }
    .grid-margin-x > .xlarge-4 {
      width: calc(33.33333% - 1.875rem); }
    .grid-margin-x > .xlarge-5 {
      width: calc(41.66667% - 1.875rem); }
    .grid-margin-x > .xlarge-6 {
      width: calc(50% - 1.875rem); }
    .grid-margin-x > .xlarge-7 {
      width: calc(58.33333% - 1.875rem); }
    .grid-margin-x > .xlarge-8 {
      width: calc(66.66667% - 1.875rem); }
    .grid-margin-x > .xlarge-9 {
      width: calc(75% - 1.875rem); }
    .grid-margin-x > .xlarge-10 {
      width: calc(83.33333% - 1.875rem); }
    .grid-margin-x > .xlarge-11 {
      width: calc(91.66667% - 1.875rem); }
    .grid-margin-x > .xlarge-12 {
      width: calc(100% - 1.875rem); } }
  @media screen and (min-width: 90em) {
    .grid-margin-x > .xxlarge-auto {
      width: auto; }
    .grid-margin-x > .xxlarge-shrink {
      width: auto; }
    .grid-margin-x > .xxlarge-1 {
      width: calc(8.33333% - 1.875rem); }
    .grid-margin-x > .xxlarge-2 {
      width: calc(16.66667% - 1.875rem); }
    .grid-margin-x > .xxlarge-3 {
      width: calc(25% - 1.875rem); }
    .grid-margin-x > .xxlarge-4 {
      width: calc(33.33333% - 1.875rem); }
    .grid-margin-x > .xxlarge-5 {
      width: calc(41.66667% - 1.875rem); }
    .grid-margin-x > .xxlarge-6 {
      width: calc(50% - 1.875rem); }
    .grid-margin-x > .xxlarge-7 {
      width: calc(58.33333% - 1.875rem); }
    .grid-margin-x > .xxlarge-8 {
      width: calc(66.66667% - 1.875rem); }
    .grid-margin-x > .xxlarge-9 {
      width: calc(75% - 1.875rem); }
    .grid-margin-x > .xxlarge-10 {
      width: calc(83.33333% - 1.875rem); }
    .grid-margin-x > .xxlarge-11 {
      width: calc(91.66667% - 1.875rem); }
    .grid-margin-x > .xxlarge-12 {
      width: calc(100% - 1.875rem); } }

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

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

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

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

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

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

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

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

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

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

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

@media print, screen and (min-width: 40em) {
  .medium-up-1 > .cell {
    width: 100%; }
  .medium-up-2 > .cell {
    width: 50%; }
  .medium-up-3 > .cell {
    width: 33.33333%; }
  .medium-up-4 > .cell {
    width: 25%; }
  .medium-up-5 > .cell {
    width: 20%; }
  .medium-up-6 > .cell {
    width: 16.66667%; }
  .medium-up-7 > .cell {
    width: 14.28571%; }
  .medium-up-8 > .cell {
    width: 12.5%; } }

@media print, screen and (min-width: 64em) {
  .large-up-1 > .cell {
    width: 100%; }
  .large-up-2 > .cell {
    width: 50%; }
  .large-up-3 > .cell {
    width: 33.33333%; }
  .large-up-4 > .cell {
    width: 25%; }
  .large-up-5 > .cell {
    width: 20%; }
  .large-up-6 > .cell {
    width: 16.66667%; }
  .large-up-7 > .cell {
    width: 14.28571%; }
  .large-up-8 > .cell {
    width: 12.5%; } }

@media screen and (min-width: 75em) {
  .xlarge-up-1 > .cell {
    width: 100%; }
  .xlarge-up-2 > .cell {
    width: 50%; }
  .xlarge-up-3 > .cell {
    width: 33.33333%; }
  .xlarge-up-4 > .cell {
    width: 25%; }
  .xlarge-up-5 > .cell {
    width: 20%; }
  .xlarge-up-6 > .cell {
    width: 16.66667%; }
  .xlarge-up-7 > .cell {
    width: 14.28571%; }
  .xlarge-up-8 > .cell {
    width: 12.5%; } }

@media screen and (min-width: 90em) {
  .xxlarge-up-1 > .cell {
    width: 100%; }
  .xxlarge-up-2 > .cell {
    width: 50%; }
  .xxlarge-up-3 > .cell {
    width: 33.33333%; }
  .xxlarge-up-4 > .cell {
    width: 25%; }
  .xxlarge-up-5 > .cell {
    width: 20%; }
  .xxlarge-up-6 > .cell {
    width: 16.66667%; }
  .xxlarge-up-7 > .cell {
    width: 14.28571%; }
  .xxlarge-up-8 > .cell {
    width: 12.5%; } }

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

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

.grid-margin-x.small-up-3 > .cell {
  width: calc(33.33333% - 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.66667% - 1.25rem); }

.grid-margin-x.small-up-7 > .cell {
  width: calc(14.28571% - 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.33333% - 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.66667% - 1.875rem); }
  .grid-margin-x.small-up-7 > .cell {
    width: calc(14.28571% - 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.33333% - 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.66667% - 1.875rem); }
  .grid-margin-x.medium-up-7 > .cell {
    width: calc(14.28571% - 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.33333% - 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.66667% - 1.875rem); }
  .grid-margin-x.large-up-7 > .cell {
    width: calc(14.28571% - 1.875rem); }
  .grid-margin-x.large-up-8 > .cell {
    width: calc(12.5% - 1.875rem); } }

@media screen and (min-width: 75em) {
  .grid-margin-x.xlarge-up-1 > .cell {
    width: calc(100% - 1.875rem); }
  .grid-margin-x.xlarge-up-2 > .cell {
    width: calc(50% - 1.875rem); }
  .grid-margin-x.xlarge-up-3 > .cell {
    width: calc(33.33333% - 1.875rem); }
  .grid-margin-x.xlarge-up-4 > .cell {
    width: calc(25% - 1.875rem); }
  .grid-margin-x.xlarge-up-5 > .cell {
    width: calc(20% - 1.875rem); }
  .grid-margin-x.xlarge-up-6 > .cell {
    width: calc(16.66667% - 1.875rem); }
  .grid-margin-x.xlarge-up-7 > .cell {
    width: calc(14.28571% - 1.875rem); }
  .grid-margin-x.xlarge-up-8 > .cell {
    width: calc(12.5% - 1.875rem); } }

@media screen and (min-width: 90em) {
  .grid-margin-x.xxlarge-up-1 > .cell {
    width: calc(100% - 1.875rem); }
  .grid-margin-x.xxlarge-up-2 > .cell {
    width: calc(50% - 1.875rem); }
  .grid-margin-x.xxlarge-up-3 > .cell {
    width: calc(33.33333% - 1.875rem); }
  .grid-margin-x.xxlarge-up-4 > .cell {
    width: calc(25% - 1.875rem); }
  .grid-margin-x.xxlarge-up-5 > .cell {
    width: calc(20% - 1.875rem); }
  .grid-margin-x.xxlarge-up-6 > .cell {
    width: calc(16.66667% - 1.875rem); }
  .grid-margin-x.xxlarge-up-7 > .cell {
    width: calc(14.28571% - 1.875rem); }
  .grid-margin-x.xxlarge-up-8 > .cell {
    width: calc(12.5% - 1.875rem); } }

.small-margin-collapse {
  margin-right: 0;
  margin-left: 0; }
  .small-margin-collapse > .cell {
    margin-right: 0;
    margin-left: 0; }
  .small-margin-collapse > .small-1 {
    width: 8.33333%; }
  .small-margin-collapse > .small-2 {
    width: 16.66667%; }
  .small-margin-collapse > .small-3 {
    width: 25%; }
  .small-margin-collapse > .small-4 {
    width: 33.33333%; }
  .small-margin-collapse > .small-5 {
    width: 41.66667%; }
  .small-margin-collapse > .small-6 {
    width: 50%; }
  .small-margin-collapse > .small-7 {
    width: 58.33333%; }
  .small-margin-collapse > .small-8 {
    width: 66.66667%; }
  .small-margin-collapse > .small-9 {
    width: 75%; }
  .small-margin-collapse > .small-10 {
    width: 83.33333%; }
  .small-margin-collapse > .small-11 {
    width: 91.66667%; }
  .small-margin-collapse > .small-12 {
    width: 100%; }
  @media print, screen and (min-width: 40em) {
    .small-margin-collapse > .medium-1 {
      width: 8.33333%; }
    .small-margin-collapse > .medium-2 {
      width: 16.66667%; }
    .small-margin-collapse > .medium-3 {
      width: 25%; }
    .small-margin-collapse > .medium-4 {
      width: 33.33333%; }
    .small-margin-collapse > .medium-5 {
      width: 41.66667%; }
    .small-margin-collapse > .medium-6 {
      width: 50%; }
    .small-margin-collapse > .medium-7 {
      width: 58.33333%; }
    .small-margin-collapse > .medium-8 {
      width: 66.66667%; }
    .small-margin-collapse > .medium-9 {
      width: 75%; }
    .small-margin-collapse > .medium-10 {
      width: 83.33333%; }
    .small-margin-collapse > .medium-11 {
      width: 91.66667%; }
    .small-margin-collapse > .medium-12 {
      width: 100%; } }
  @media print, screen and (min-width: 64em) {
    .small-margin-collapse > .large-1 {
      width: 8.33333%; }
    .small-margin-collapse > .large-2 {
      width: 16.66667%; }
    .small-margin-collapse > .large-3 {
      width: 25%; }
    .small-margin-collapse > .large-4 {
      width: 33.33333%; }
    .small-margin-collapse > .large-5 {
      width: 41.66667%; }
    .small-margin-collapse > .large-6 {
      width: 50%; }
    .small-margin-collapse > .large-7 {
      width: 58.33333%; }
    .small-margin-collapse > .large-8 {
      width: 66.66667%; }
    .small-margin-collapse > .large-9 {
      width: 75%; }
    .small-margin-collapse > .large-10 {
      width: 83.33333%; }
    .small-margin-collapse > .large-11 {
      width: 91.66667%; }
    .small-margin-collapse > .large-12 {
      width: 100%; } }
  @media screen and (min-width: 75em) {
    .small-margin-collapse > .xlarge-1 {
      width: 8.33333%; }
    .small-margin-collapse > .xlarge-2 {
      width: 16.66667%; }
    .small-margin-collapse > .xlarge-3 {
      width: 25%; }
    .small-margin-collapse > .xlarge-4 {
      width: 33.33333%; }
    .small-margin-collapse > .xlarge-5 {
      width: 41.66667%; }
    .small-margin-collapse > .xlarge-6 {
      width: 50%; }
    .small-margin-collapse > .xlarge-7 {
      width: 58.33333%; }
    .small-margin-collapse > .xlarge-8 {
      width: 66.66667%; }
    .small-margin-collapse > .xlarge-9 {
      width: 75%; }
    .small-margin-collapse > .xlarge-10 {
      width: 83.33333%; }
    .small-margin-collapse > .xlarge-11 {
      width: 91.66667%; }
    .small-margin-collapse > .xlarge-12 {
      width: 100%; } }
  @media screen and (min-width: 90em) {
    .small-margin-collapse > .xxlarge-1 {
      width: 8.33333%; }
    .small-margin-collapse > .xxlarge-2 {
      width: 16.66667%; }
    .small-margin-collapse > .xxlarge-3 {
      width: 25%; }
    .small-margin-collapse > .xxlarge-4 {
      width: 33.33333%; }
    .small-margin-collapse > .xxlarge-5 {
      width: 41.66667%; }
    .small-margin-collapse > .xxlarge-6 {
      width: 50%; }
    .small-margin-collapse > .xxlarge-7 {
      width: 58.33333%; }
    .small-margin-collapse > .xxlarge-8 {
      width: 66.66667%; }
    .small-margin-collapse > .xxlarge-9 {
      width: 75%; }
    .small-margin-collapse > .xxlarge-10 {
      width: 83.33333%; }
    .small-margin-collapse > .xxlarge-11 {
      width: 91.66667%; }
    .small-margin-collapse > .xxlarge-12 {
      width: 100%; } }

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

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

@media print, screen and (min-width: 40em) {
  .medium-margin-collapse > .small-1 {
    width: 8.33333%; }
  .medium-margin-collapse > .small-2 {
    width: 16.66667%; }
  .medium-margin-collapse > .small-3 {
    width: 25%; }
  .medium-margin-collapse > .small-4 {
    width: 33.33333%; }
  .medium-margin-collapse > .small-5 {
    width: 41.66667%; }
  .medium-margin-collapse > .small-6 {
    width: 50%; }
  .medium-margin-collapse > .small-7 {
    width: 58.33333%; }
  .medium-margin-collapse > .small-8 {
    width: 66.66667%; }
  .medium-margin-collapse > .small-9 {
    width: 75%; }
  .medium-margin-collapse > .small-10 {
    width: 83.33333%; }
  .medium-margin-collapse > .small-11 {
    width: 91.66667%; }
  .medium-margin-collapse > .small-12 {
    width: 100%; } }

@media print, screen and (min-width: 40em) {
  .medium-margin-collapse > .medium-1 {
    width: 8.33333%; }
  .medium-margin-collapse > .medium-2 {
    width: 16.66667%; }
  .medium-margin-collapse > .medium-3 {
    width: 25%; }
  .medium-margin-collapse > .medium-4 {
    width: 33.33333%; }
  .medium-margin-collapse > .medium-5 {
    width: 41.66667%; }
  .medium-margin-collapse > .medium-6 {
    width: 50%; }
  .medium-margin-collapse > .medium-7 {
    width: 58.33333%; }
  .medium-margin-collapse > .medium-8 {
    width: 66.66667%; }
  .medium-margin-collapse > .medium-9 {
    width: 75%; }
  .medium-margin-collapse > .medium-10 {
    width: 83.33333%; }
  .medium-margin-collapse > .medium-11 {
    width: 91.66667%; }
  .medium-margin-collapse > .medium-12 {
    width: 100%; } }

@media print, screen and (min-width: 64em) {
  .medium-margin-collapse > .large-1 {
    width: 8.33333%; }
  .medium-margin-collapse > .large-2 {
    width: 16.66667%; }
  .medium-margin-collapse > .large-3 {
    width: 25%; }
  .medium-margin-collapse > .large-4 {
    width: 33.33333%; }
  .medium-margin-collapse > .large-5 {
    width: 41.66667%; }
  .medium-margin-collapse > .large-6 {
    width: 50%; }
  .medium-margin-collapse > .large-7 {
    width: 58.33333%; }
  .medium-margin-collapse > .large-8 {
    width: 66.66667%; }
  .medium-margin-collapse > .large-9 {
    width: 75%; }
  .medium-margin-collapse > .large-10 {
    width: 83.33333%; }
  .medium-margin-collapse > .large-11 {
    width: 91.66667%; }
  .medium-margin-collapse > .large-12 {
    width: 100%; } }

@media screen and (min-width: 75em) {
  .medium-margin-collapse > .xlarge-1 {
    width: 8.33333%; }
  .medium-margin-collapse > .xlarge-2 {
    width: 16.66667%; }
  .medium-margin-collapse > .xlarge-3 {
    width: 25%; }
  .medium-margin-collapse > .xlarge-4 {
    width: 33.33333%; }
  .medium-margin-collapse > .xlarge-5 {
    width: 41.66667%; }
  .medium-margin-collapse > .xlarge-6 {
    width: 50%; }
  .medium-margin-collapse > .xlarge-7 {
    width: 58.33333%; }
  .medium-margin-collapse > .xlarge-8 {
    width: 66.66667%; }
  .medium-margin-collapse > .xlarge-9 {
    width: 75%; }
  .medium-margin-collapse > .xlarge-10 {
    width: 83.33333%; }
  .medium-margin-collapse > .xlarge-11 {
    width: 91.66667%; }
  .medium-margin-collapse > .xlarge-12 {
    width: 100%; } }

@media screen and (min-width: 90em) {
  .medium-margin-collapse > .xxlarge-1 {
    width: 8.33333%; }
  .medium-margin-collapse > .xxlarge-2 {
    width: 16.66667%; }
  .medium-margin-collapse > .xxlarge-3 {
    width: 25%; }
  .medium-margin-collapse > .xxlarge-4 {
    width: 33.33333%; }
  .medium-margin-collapse > .xxlarge-5 {
    width: 41.66667%; }
  .medium-margin-collapse > .xxlarge-6 {
    width: 50%; }
  .medium-margin-collapse > .xxlarge-7 {
    width: 58.33333%; }
  .medium-margin-collapse > .xxlarge-8 {
    width: 66.66667%; }
  .medium-margin-collapse > .xxlarge-9 {
    width: 75%; }
  .medium-margin-collapse > .xxlarge-10 {
    width: 83.33333%; }
  .medium-margin-collapse > .xxlarge-11 {
    width: 91.66667%; }
  .medium-margin-collapse > .xxlarge-12 {
    width: 100%; } }

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

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

@media print, screen and (min-width: 64em) {
  .large-margin-collapse > .small-1 {
    width: 8.33333%; }
  .large-margin-collapse > .small-2 {
    width: 16.66667%; }
  .large-margin-collapse > .small-3 {
    width: 25%; }
  .large-margin-collapse > .small-4 {
    width: 33.33333%; }
  .large-margin-collapse > .small-5 {
    width: 41.66667%; }
  .large-margin-collapse > .small-6 {
    width: 50%; }
  .large-margin-collapse > .small-7 {
    width: 58.33333%; }
  .large-margin-collapse > .small-8 {
    width: 66.66667%; }
  .large-margin-collapse > .small-9 {
    width: 75%; }
  .large-margin-collapse > .small-10 {
    width: 83.33333%; }
  .large-margin-collapse > .small-11 {
    width: 91.66667%; }
  .large-margin-collapse > .small-12 {
    width: 100%; } }

@media print, screen and (min-width: 64em) {
  .large-margin-collapse > .medium-1 {
    width: 8.33333%; }
  .large-margin-collapse > .medium-2 {
    width: 16.66667%; }
  .large-margin-collapse > .medium-3 {
    width: 25%; }
  .large-margin-collapse > .medium-4 {
    width: 33.33333%; }
  .large-margin-collapse > .medium-5 {
    width: 41.66667%; }
  .large-margin-collapse > .medium-6 {
    width: 50%; }
  .large-margin-collapse > .medium-7 {
    width: 58.33333%; }
  .large-margin-collapse > .medium-8 {
    width: 66.66667%; }
  .large-margin-collapse > .medium-9 {
    width: 75%; }
  .large-margin-collapse > .medium-10 {
    width: 83.33333%; }
  .large-margin-collapse > .medium-11 {
    width: 91.66667%; }
  .large-margin-collapse > .medium-12 {
    width: 100%; } }

@media print, screen and (min-width: 64em) {
  .large-margin-collapse > .large-1 {
    width: 8.33333%; }
  .large-margin-collapse > .large-2 {
    width: 16.66667%; }
  .large-margin-collapse > .large-3 {
    width: 25%; }
  .large-margin-collapse > .large-4 {
    width: 33.33333%; }
  .large-margin-collapse > .large-5 {
    width: 41.66667%; }
  .large-margin-collapse > .large-6 {
    width: 50%; }
  .large-margin-collapse > .large-7 {
    width: 58.33333%; }
  .large-margin-collapse > .large-8 {
    width: 66.66667%; }
  .large-margin-collapse > .large-9 {
    width: 75%; }
  .large-margin-collapse > .large-10 {
    width: 83.33333%; }
  .large-margin-collapse > .large-11 {
    width: 91.66667%; }
  .large-margin-collapse > .large-12 {
    width: 100%; } }

@media screen and (min-width: 75em) {
  .large-margin-collapse > .xlarge-1 {
    width: 8.33333%; }
  .large-margin-collapse > .xlarge-2 {
    width: 16.66667%; }
  .large-margin-collapse > .xlarge-3 {
    width: 25%; }
  .large-margin-collapse > .xlarge-4 {
    width: 33.33333%; }
  .large-margin-collapse > .xlarge-5 {
    width: 41.66667%; }
  .large-margin-collapse > .xlarge-6 {
    width: 50%; }
  .large-margin-collapse > .xlarge-7 {
    width: 58.33333%; }
  .large-margin-collapse > .xlarge-8 {
    width: 66.66667%; }
  .large-margin-collapse > .xlarge-9 {
    width: 75%; }
  .large-margin-collapse > .xlarge-10 {
    width: 83.33333%; }
  .large-margin-collapse > .xlarge-11 {
    width: 91.66667%; }
  .large-margin-collapse > .xlarge-12 {
    width: 100%; } }

@media screen and (min-width: 90em) {
  .large-margin-collapse > .xxlarge-1 {
    width: 8.33333%; }
  .large-margin-collapse > .xxlarge-2 {
    width: 16.66667%; }
  .large-margin-collapse > .xxlarge-3 {
    width: 25%; }
  .large-margin-collapse > .xxlarge-4 {
    width: 33.33333%; }
  .large-margin-collapse > .xxlarge-5 {
    width: 41.66667%; }
  .large-margin-collapse > .xxlarge-6 {
    width: 50%; }
  .large-margin-collapse > .xxlarge-7 {
    width: 58.33333%; }
  .large-margin-collapse > .xxlarge-8 {
    width: 66.66667%; }
  .large-margin-collapse > .xxlarge-9 {
    width: 75%; }
  .large-margin-collapse > .xxlarge-10 {
    width: 83.33333%; }
  .large-margin-collapse > .xxlarge-11 {
    width: 91.66667%; }
  .large-margin-collapse > .xxlarge-12 {
    width: 100%; } }

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

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

@media screen and (min-width: 75em) {
  .xlarge-margin-collapse > .small-1 {
    width: 8.33333%; }
  .xlarge-margin-collapse > .small-2 {
    width: 16.66667%; }
  .xlarge-margin-collapse > .small-3 {
    width: 25%; }
  .xlarge-margin-collapse > .small-4 {
    width: 33.33333%; }
  .xlarge-margin-collapse > .small-5 {
    width: 41.66667%; }
  .xlarge-margin-collapse > .small-6 {
    width: 50%; }
  .xlarge-margin-collapse > .small-7 {
    width: 58.33333%; }
  .xlarge-margin-collapse > .small-8 {
    width: 66.66667%; }
  .xlarge-margin-collapse > .small-9 {
    width: 75%; }
  .xlarge-margin-collapse > .small-10 {
    width: 83.33333%; }
  .xlarge-margin-collapse > .small-11 {
    width: 91.66667%; }
  .xlarge-margin-collapse > .small-12 {
    width: 100%; } }

@media screen and (min-width: 75em) {
  .xlarge-margin-collapse > .medium-1 {
    width: 8.33333%; }
  .xlarge-margin-collapse > .medium-2 {
    width: 16.66667%; }
  .xlarge-margin-collapse > .medium-3 {
    width: 25%; }
  .xlarge-margin-collapse > .medium-4 {
    width: 33.33333%; }
  .xlarge-margin-collapse > .medium-5 {
    width: 41.66667%; }
  .xlarge-margin-collapse > .medium-6 {
    width: 50%; }
  .xlarge-margin-collapse > .medium-7 {
    width: 58.33333%; }
  .xlarge-margin-collapse > .medium-8 {
    width: 66.66667%; }
  .xlarge-margin-collapse > .medium-9 {
    width: 75%; }
  .xlarge-margin-collapse > .medium-10 {
    width: 83.33333%; }
  .xlarge-margin-collapse > .medium-11 {
    width: 91.66667%; }
  .xlarge-margin-collapse > .medium-12 {
    width: 100%; } }

@media screen and (min-width: 75em) {
  .xlarge-margin-collapse > .large-1 {
    width: 8.33333%; }
  .xlarge-margin-collapse > .large-2 {
    width: 16.66667%; }
  .xlarge-margin-collapse > .large-3 {
    width: 25%; }
  .xlarge-margin-collapse > .large-4 {
    width: 33.33333%; }
  .xlarge-margin-collapse > .large-5 {
    width: 41.66667%; }
  .xlarge-margin-collapse > .large-6 {
    width: 50%; }
  .xlarge-margin-collapse > .large-7 {
    width: 58.33333%; }
  .xlarge-margin-collapse > .large-8 {
    width: 66.66667%; }
  .xlarge-margin-collapse > .large-9 {
    width: 75%; }
  .xlarge-margin-collapse > .large-10 {
    width: 83.33333%; }
  .xlarge-margin-collapse > .large-11 {
    width: 91.66667%; }
  .xlarge-margin-collapse > .large-12 {
    width: 100%; } }

@media screen and (min-width: 75em) {
  .xlarge-margin-collapse > .xlarge-1 {
    width: 8.33333%; }
  .xlarge-margin-collapse > .xlarge-2 {
    width: 16.66667%; }
  .xlarge-margin-collapse > .xlarge-3 {
    width: 25%; }
  .xlarge-margin-collapse > .xlarge-4 {
    width: 33.33333%; }
  .xlarge-margin-collapse > .xlarge-5 {
    width: 41.66667%; }
  .xlarge-margin-collapse > .xlarge-6 {
    width: 50%; }
  .xlarge-margin-collapse > .xlarge-7 {
    width: 58.33333%; }
  .xlarge-margin-collapse > .xlarge-8 {
    width: 66.66667%; }
  .xlarge-margin-collapse > .xlarge-9 {
    width: 75%; }
  .xlarge-margin-collapse > .xlarge-10 {
    width: 83.33333%; }
  .xlarge-margin-collapse > .xlarge-11 {
    width: 91.66667%; }
  .xlarge-margin-collapse > .xlarge-12 {
    width: 100%; } }

@media screen and (min-width: 90em) {
  .xlarge-margin-collapse > .xxlarge-1 {
    width: 8.33333%; }
  .xlarge-margin-collapse > .xxlarge-2 {
    width: 16.66667%; }
  .xlarge-margin-collapse > .xxlarge-3 {
    width: 25%; }
  .xlarge-margin-collapse > .xxlarge-4 {
    width: 33.33333%; }
  .xlarge-margin-collapse > .xxlarge-5 {
    width: 41.66667%; }
  .xlarge-margin-collapse > .xxlarge-6 {
    width: 50%; }
  .xlarge-margin-collapse > .xxlarge-7 {
    width: 58.33333%; }
  .xlarge-margin-collapse > .xxlarge-8 {
    width: 66.66667%; }
  .xlarge-margin-collapse > .xxlarge-9 {
    width: 75%; }
  .xlarge-margin-collapse > .xxlarge-10 {
    width: 83.33333%; }
  .xlarge-margin-collapse > .xxlarge-11 {
    width: 91.66667%; }
  .xlarge-margin-collapse > .xxlarge-12 {
    width: 100%; } }

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

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

@media screen and (min-width: 90em) {
  .xxlarge-margin-collapse > .small-1 {
    width: 8.33333%; }
  .xxlarge-margin-collapse > .small-2 {
    width: 16.66667%; }
  .xxlarge-margin-collapse > .small-3 {
    width: 25%; }
  .xxlarge-margin-collapse > .small-4 {
    width: 33.33333%; }
  .xxlarge-margin-collapse > .small-5 {
    width: 41.66667%; }
  .xxlarge-margin-collapse > .small-6 {
    width: 50%; }
  .xxlarge-margin-collapse > .small-7 {
    width: 58.33333%; }
  .xxlarge-margin-collapse > .small-8 {
    width: 66.66667%; }
  .xxlarge-margin-collapse > .small-9 {
    width: 75%; }
  .xxlarge-margin-collapse > .small-10 {
    width: 83.33333%; }
  .xxlarge-margin-collapse > .small-11 {
    width: 91.66667%; }
  .xxlarge-margin-collapse > .small-12 {
    width: 100%; } }

@media screen and (min-width: 90em) {
  .xxlarge-margin-collapse > .medium-1 {
    width: 8.33333%; }
  .xxlarge-margin-collapse > .medium-2 {
    width: 16.66667%; }
  .xxlarge-margin-collapse > .medium-3 {
    width: 25%; }
  .xxlarge-margin-collapse > .medium-4 {
    width: 33.33333%; }
  .xxlarge-margin-collapse > .medium-5 {
    width: 41.66667%; }
  .xxlarge-margin-collapse > .medium-6 {
    width: 50%; }
  .xxlarge-margin-collapse > .medium-7 {
    width: 58.33333%; }
  .xxlarge-margin-collapse > .medium-8 {
    width: 66.66667%; }
  .xxlarge-margin-collapse > .medium-9 {
    width: 75%; }
  .xxlarge-margin-collapse > .medium-10 {
    width: 83.33333%; }
  .xxlarge-margin-collapse > .medium-11 {
    width: 91.66667%; }
  .xxlarge-margin-collapse > .medium-12 {
    width: 100%; } }

@media screen and (min-width: 90em) {
  .xxlarge-margin-collapse > .large-1 {
    width: 8.33333%; }
  .xxlarge-margin-collapse > .large-2 {
    width: 16.66667%; }
  .xxlarge-margin-collapse > .large-3 {
    width: 25%; }
  .xxlarge-margin-collapse > .large-4 {
    width: 33.33333%; }
  .xxlarge-margin-collapse > .large-5 {
    width: 41.66667%; }
  .xxlarge-margin-collapse > .large-6 {
    width: 50%; }
  .xxlarge-margin-collapse > .large-7 {
    width: 58.33333%; }
  .xxlarge-margin-collapse > .large-8 {
    width: 66.66667%; }
  .xxlarge-margin-collapse > .large-9 {
    width: 75%; }
  .xxlarge-margin-collapse > .large-10 {
    width: 83.33333%; }
  .xxlarge-margin-collapse > .large-11 {
    width: 91.66667%; }
  .xxlarge-margin-collapse > .large-12 {
    width: 100%; } }

@media screen and (min-width: 90em) {
  .xxlarge-margin-collapse > .xlarge-1 {
    width: 8.33333%; }
  .xxlarge-margin-collapse > .xlarge-2 {
    width: 16.66667%; }
  .xxlarge-margin-collapse > .xlarge-3 {
    width: 25%; }
  .xxlarge-margin-collapse > .xlarge-4 {
    width: 33.33333%; }
  .xxlarge-margin-collapse > .xlarge-5 {
    width: 41.66667%; }
  .xxlarge-margin-collapse > .xlarge-6 {
    width: 50%; }
  .xxlarge-margin-collapse > .xlarge-7 {
    width: 58.33333%; }
  .xxlarge-margin-collapse > .xlarge-8 {
    width: 66.66667%; }
  .xxlarge-margin-collapse > .xlarge-9 {
    width: 75%; }
  .xxlarge-margin-collapse > .xlarge-10 {
    width: 83.33333%; }
  .xxlarge-margin-collapse > .xlarge-11 {
    width: 91.66667%; }
  .xxlarge-margin-collapse > .xlarge-12 {
    width: 100%; } }

@media screen and (min-width: 90em) {
  .xxlarge-margin-collapse > .xxlarge-1 {
    width: 8.33333%; }
  .xxlarge-margin-collapse > .xxlarge-2 {
    width: 16.66667%; }
  .xxlarge-margin-collapse > .xxlarge-3 {
    width: 25%; }
  .xxlarge-margin-collapse > .xxlarge-4 {
    width: 33.33333%; }
  .xxlarge-margin-collapse > .xxlarge-5 {
    width: 41.66667%; }
  .xxlarge-margin-collapse > .xxlarge-6 {
    width: 50%; }
  .xxlarge-margin-collapse > .xxlarge-7 {
    width: 58.33333%; }
  .xxlarge-margin-collapse > .xxlarge-8 {
    width: 66.66667%; }
  .xxlarge-margin-collapse > .xxlarge-9 {
    width: 75%; }
  .xxlarge-margin-collapse > .xxlarge-10 {
    width: 83.33333%; }
  .xxlarge-margin-collapse > .xxlarge-11 {
    width: 91.66667%; }
  .xxlarge-margin-collapse > .xxlarge-12 {
    width: 100%; } }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media print, screen and (min-width: 40em) {
  .medium-offset-0 {
    margin-left: 0%; }
  .grid-margin-x > .medium-offset-0 {
    margin-left: calc(0% + 0.9375rem); }
  .medium-offset-1 {
    margin-left: 8.33333%; }
  .grid-margin-x > .medium-offset-1 {
    margin-left: calc(8.33333% + 0.9375rem); }
  .medium-offset-2 {
    margin-left: 16.66667%; }
  .grid-margin-x > .medium-offset-2 {
    margin-left: calc(16.66667% + 0.9375rem); }
  .medium-offset-3 {
    margin-left: 25%; }
  .grid-margin-x > .medium-offset-3 {
    margin-left: calc(25% + 0.9375rem); }
  .medium-offset-4 {
    margin-left: 33.33333%; }
  .grid-margin-x > .medium-offset-4 {
    margin-left: calc(33.33333% + 0.9375rem); }
  .medium-offset-5 {
    margin-left: 41.66667%; }
  .grid-margin-x > .medium-offset-5 {
    margin-left: calc(41.66667% + 0.9375rem); }
  .medium-offset-6 {
    margin-left: 50%; }
  .grid-margin-x > .medium-offset-6 {
    margin-left: calc(50% + 0.9375rem); }
  .medium-offset-7 {
    margin-left: 58.33333%; }
  .grid-margin-x > .medium-offset-7 {
    margin-left: calc(58.33333% + 0.9375rem); }
  .medium-offset-8 {
    margin-left: 66.66667%; }
  .grid-margin-x > .medium-offset-8 {
    margin-left: calc(66.66667% + 0.9375rem); }
  .medium-offset-9 {
    margin-left: 75%; }
  .grid-margin-x > .medium-offset-9 {
    margin-left: calc(75% + 0.9375rem); }
  .medium-offset-10 {
    margin-left: 83.33333%; }
  .grid-margin-x > .medium-offset-10 {
    margin-left: calc(83.33333% + 0.9375rem); }
  .medium-offset-11 {
    margin-left: 91.66667%; }
  .grid-margin-x > .medium-offset-11 {
    margin-left: calc(91.66667% + 0.9375rem); } }

@media print, screen and (min-width: 64em) {
  .large-offset-0 {
    margin-left: 0%; }
  .grid-margin-x > .large-offset-0 {
    margin-left: calc(0% + 0.9375rem); }
  .large-offset-1 {
    margin-left: 8.33333%; }
  .grid-margin-x > .large-offset-1 {
    margin-left: calc(8.33333% + 0.9375rem); }
  .large-offset-2 {
    margin-left: 16.66667%; }
  .grid-margin-x > .large-offset-2 {
    margin-left: calc(16.66667% + 0.9375rem); }
  .large-offset-3 {
    margin-left: 25%; }
  .grid-margin-x > .large-offset-3 {
    margin-left: calc(25% + 0.9375rem); }
  .large-offset-4 {
    margin-left: 33.33333%; }
  .grid-margin-x > .large-offset-4 {
    margin-left: calc(33.33333% + 0.9375rem); }
  .large-offset-5 {
    margin-left: 41.66667%; }
  .grid-margin-x > .large-offset-5 {
    margin-left: calc(41.66667% + 0.9375rem); }
  .large-offset-6 {
    margin-left: 50%; }
  .grid-margin-x > .large-offset-6 {
    margin-left: calc(50% + 0.9375rem); }
  .large-offset-7 {
    margin-left: 58.33333%; }
  .grid-margin-x > .large-offset-7 {
    margin-left: calc(58.33333% + 0.9375rem); }
  .large-offset-8 {
    margin-left: 66.66667%; }
  .grid-margin-x > .large-offset-8 {
    margin-left: calc(66.66667% + 0.9375rem); }
  .large-offset-9 {
    margin-left: 75%; }
  .grid-margin-x > .large-offset-9 {
    margin-left: calc(75% + 0.9375rem); }
  .large-offset-10 {
    margin-left: 83.33333%; }
  .grid-margin-x > .large-offset-10 {
    margin-left: calc(83.33333% + 0.9375rem); }
  .large-offset-11 {
    margin-left: 91.66667%; }
  .grid-margin-x > .large-offset-11 {
    margin-left: calc(91.66667% + 0.9375rem); } }

@media screen and (min-width: 75em) {
  .xlarge-offset-0 {
    margin-left: 0%; }
  .grid-margin-x > .xlarge-offset-0 {
    margin-left: calc(0% + 0.9375rem); }
  .xlarge-offset-1 {
    margin-left: 8.33333%; }
  .grid-margin-x > .xlarge-offset-1 {
    margin-left: calc(8.33333% + 0.9375rem); }
  .xlarge-offset-2 {
    margin-left: 16.66667%; }
  .grid-margin-x > .xlarge-offset-2 {
    margin-left: calc(16.66667% + 0.9375rem); }
  .xlarge-offset-3 {
    margin-left: 25%; }
  .grid-margin-x > .xlarge-offset-3 {
    margin-left: calc(25% + 0.9375rem); }
  .xlarge-offset-4 {
    margin-left: 33.33333%; }
  .grid-margin-x > .xlarge-offset-4 {
    margin-left: calc(33.33333% + 0.9375rem); }
  .xlarge-offset-5 {
    margin-left: 41.66667%; }
  .grid-margin-x > .xlarge-offset-5 {
    margin-left: calc(41.66667% + 0.9375rem); }
  .xlarge-offset-6 {
    margin-left: 50%; }
  .grid-margin-x > .xlarge-offset-6 {
    margin-left: calc(50% + 0.9375rem); }
  .xlarge-offset-7 {
    margin-left: 58.33333%; }
  .grid-margin-x > .xlarge-offset-7 {
    margin-left: calc(58.33333% + 0.9375rem); }
  .xlarge-offset-8 {
    margin-left: 66.66667%; }
  .grid-margin-x > .xlarge-offset-8 {
    margin-left: calc(66.66667% + 0.9375rem); }
  .xlarge-offset-9 {
    margin-left: 75%; }
  .grid-margin-x > .xlarge-offset-9 {
    margin-left: calc(75% + 0.9375rem); }
  .xlarge-offset-10 {
    margin-left: 83.33333%; }
  .grid-margin-x > .xlarge-offset-10 {
    margin-left: calc(83.33333% + 0.9375rem); }
  .xlarge-offset-11 {
    margin-left: 91.66667%; }
  .grid-margin-x > .xlarge-offset-11 {
    margin-left: calc(91.66667% + 0.9375rem); } }

@media screen and (min-width: 90em) {
  .xxlarge-offset-0 {
    margin-left: 0%; }
  .grid-margin-x > .xxlarge-offset-0 {
    margin-left: calc(0% + 0.9375rem); }
  .xxlarge-offset-1 {
    margin-left: 8.33333%; }
  .grid-margin-x > .xxlarge-offset-1 {
    margin-left: calc(8.33333% + 0.9375rem); }
  .xxlarge-offset-2 {
    margin-left: 16.66667%; }
  .grid-margin-x > .xxlarge-offset-2 {
    margin-left: calc(16.66667% + 0.9375rem); }
  .xxlarge-offset-3 {
    margin-left: 25%; }
  .grid-margin-x > .xxlarge-offset-3 {
    margin-left: calc(25% + 0.9375rem); }
  .xxlarge-offset-4 {
    margin-left: 33.33333%; }
  .grid-margin-x > .xxlarge-offset-4 {
    margin-left: calc(33.33333% + 0.9375rem); }
  .xxlarge-offset-5 {
    margin-left: 41.66667%; }
  .grid-margin-x > .xxlarge-offset-5 {
    margin-left: calc(41.66667% + 0.9375rem); }
  .xxlarge-offset-6 {
    margin-left: 50%; }
  .grid-margin-x > .xxlarge-offset-6 {
    margin-left: calc(50% + 0.9375rem); }
  .xxlarge-offset-7 {
    margin-left: 58.33333%; }
  .grid-margin-x > .xxlarge-offset-7 {
    margin-left: calc(58.33333% + 0.9375rem); }
  .xxlarge-offset-8 {
    margin-left: 66.66667%; }
  .grid-margin-x > .xxlarge-offset-8 {
    margin-left: calc(66.66667% + 0.9375rem); }
  .xxlarge-offset-9 {
    margin-left: 75%; }
  .grid-margin-x > .xxlarge-offset-9 {
    margin-left: calc(75% + 0.9375rem); }
  .xxlarge-offset-10 {
    margin-left: 83.33333%; }
  .grid-margin-x > .xxlarge-offset-10 {
    margin-left: calc(83.33333% + 0.9375rem); }
  .xxlarge-offset-11 {
    margin-left: 91.66667%; }
  .grid-margin-x > .xxlarge-offset-11 {
    margin-left: calc(91.66667% + 0.9375rem); } }

.grid-y {
  display: flex;
  flex-flow: column nowrap; }
  .grid-y > .cell {
    width: auto;
    max-width: none; }
  .grid-y > .auto {
    height: auto; }
  .grid-y > .shrink {
    height: auto; }
  .grid-y > .small-shrink, .grid-y > .small-full, .grid-y > .small-1, .grid-y > .small-2, .grid-y > .small-3, .grid-y > .small-4, .grid-y > .small-5, .grid-y > .small-6, .grid-y > .small-7, .grid-y > .small-8, .grid-y > .small-9, .grid-y > .small-10, .grid-y > .small-11, .grid-y > .small-12 {
    flex-basis: auto; }
  @media print, screen and (min-width: 40em) {
    .grid-y > .medium-shrink, .grid-y > .medium-full, .grid-y > .medium-1, .grid-y > .medium-2, .grid-y > .medium-3, .grid-y > .medium-4, .grid-y > .medium-5, .grid-y > .medium-6, .grid-y > .medium-7, .grid-y > .medium-8, .grid-y > .medium-9, .grid-y > .medium-10, .grid-y > .medium-11, .grid-y > .medium-12 {
      flex-basis: auto; } }
  @media print, screen and (min-width: 64em) {
    .grid-y > .large-shrink, .grid-y > .large-full, .grid-y > .large-1, .grid-y > .large-2, .grid-y > .large-3, .grid-y > .large-4, .grid-y > .large-5, .grid-y > .large-6, .grid-y > .large-7, .grid-y > .large-8, .grid-y > .large-9, .grid-y > .large-10, .grid-y > .large-11, .grid-y > .large-12 {
      flex-basis: auto; } }
  @media screen and (min-width: 75em) {
    .grid-y > .xlarge-shrink, .grid-y > .xlarge-full, .grid-y > .xlarge-1, .grid-y > .xlarge-2, .grid-y > .xlarge-3, .grid-y > .xlarge-4, .grid-y > .xlarge-5, .grid-y > .xlarge-6, .grid-y > .xlarge-7, .grid-y > .xlarge-8, .grid-y > .xlarge-9, .grid-y > .xlarge-10, .grid-y > .xlarge-11, .grid-y > .xlarge-12 {
      flex-basis: auto; } }
  @media screen and (min-width: 90em) {
    .grid-y > .xxlarge-shrink, .grid-y > .xxlarge-full, .grid-y > .xxlarge-1, .grid-y > .xxlarge-2, .grid-y > .xxlarge-3, .grid-y > .xxlarge-4, .grid-y > .xxlarge-5, .grid-y > .xxlarge-6, .grid-y > .xxlarge-7, .grid-y > .xxlarge-8, .grid-y > .xxlarge-9, .grid-y > .xxlarge-10, .grid-y > .xxlarge-11, .grid-y > .xxlarge-12 {
      flex-basis: auto; } }
  .grid-y > .small-1, .grid-y > .small-2, .grid-y > .small-3, .grid-y > .small-4, .grid-y > .small-5, .grid-y > .small-6, .grid-y > .small-7, .grid-y > .small-8, .grid-y > .small-9, .grid-y > .small-10, .grid-y > .small-11, .grid-y > .small-12 {
    flex: 0 0 auto; }
  .grid-y > .small-1 {
    height: 8.33333%; }
  .grid-y > .small-2 {
    height: 16.66667%; }
  .grid-y > .small-3 {
    height: 25%; }
  .grid-y > .small-4 {
    height: 33.33333%; }
  .grid-y > .small-5 {
    height: 41.66667%; }
  .grid-y > .small-6 {
    height: 50%; }
  .grid-y > .small-7 {
    height: 58.33333%; }
  .grid-y > .small-8 {
    height: 66.66667%; }
  .grid-y > .small-9 {
    height: 75%; }
  .grid-y > .small-10 {
    height: 83.33333%; }
  .grid-y > .small-11 {
    height: 91.66667%; }
  .grid-y > .small-12 {
    height: 100%; }
  @media print, screen and (min-width: 40em) {
    .grid-y > .medium-auto {
      flex: 1 1 0px;
      height: auto; }
    .grid-y > .medium-shrink, .grid-y > .medium-1, .grid-y > .medium-2, .grid-y > .medium-3, .grid-y > .medium-4, .grid-y > .medium-5, .grid-y > .medium-6, .grid-y > .medium-7, .grid-y > .medium-8, .grid-y > .medium-9, .grid-y > .medium-10, .grid-y > .medium-11, .grid-y > .medium-12 {
      flex: 0 0 auto; }
    .grid-y > .medium-shrink {
      height: auto; }
    .grid-y > .medium-1 {
      height: 8.33333%; }
    .grid-y > .medium-2 {
      height: 16.66667%; }
    .grid-y > .medium-3 {
      height: 25%; }
    .grid-y > .medium-4 {
      height: 33.33333%; }
    .grid-y > .medium-5 {
      height: 41.66667%; }
    .grid-y > .medium-6 {
      height: 50%; }
    .grid-y > .medium-7 {
      height: 58.33333%; }
    .grid-y > .medium-8 {
      height: 66.66667%; }
    .grid-y > .medium-9 {
      height: 75%; }
    .grid-y > .medium-10 {
      height: 83.33333%; }
    .grid-y > .medium-11 {
      height: 91.66667%; }
    .grid-y > .medium-12 {
      height: 100%; } }
  @media print, screen and (min-width: 64em) {
    .grid-y > .large-auto {
      flex: 1 1 0px;
      height: auto; }
    .grid-y > .large-shrink, .grid-y > .large-1, .grid-y > .large-2, .grid-y > .large-3, .grid-y > .large-4, .grid-y > .large-5, .grid-y > .large-6, .grid-y > .large-7, .grid-y > .large-8, .grid-y > .large-9, .grid-y > .large-10, .grid-y > .large-11, .grid-y > .large-12 {
      flex: 0 0 auto; }
    .grid-y > .large-shrink {
      height: auto; }
    .grid-y > .large-1 {
      height: 8.33333%; }
    .grid-y > .large-2 {
      height: 16.66667%; }
    .grid-y > .large-3 {
      height: 25%; }
    .grid-y > .large-4 {
      height: 33.33333%; }
    .grid-y > .large-5 {
      height: 41.66667%; }
    .grid-y > .large-6 {
      height: 50%; }
    .grid-y > .large-7 {
      height: 58.33333%; }
    .grid-y > .large-8 {
      height: 66.66667%; }
    .grid-y > .large-9 {
      height: 75%; }
    .grid-y > .large-10 {
      height: 83.33333%; }
    .grid-y > .large-11 {
      height: 91.66667%; }
    .grid-y > .large-12 {
      height: 100%; } }
  @media screen and (min-width: 75em) {
    .grid-y > .xlarge-auto {
      flex: 1 1 0px;
      height: auto; }
    .grid-y > .xlarge-shrink, .grid-y > .xlarge-1, .grid-y > .xlarge-2, .grid-y > .xlarge-3, .grid-y > .xlarge-4, .grid-y > .xlarge-5, .grid-y > .xlarge-6, .grid-y > .xlarge-7, .grid-y > .xlarge-8, .grid-y > .xlarge-9, .grid-y > .xlarge-10, .grid-y > .xlarge-11, .grid-y > .xlarge-12 {
      flex: 0 0 auto; }
    .grid-y > .xlarge-shrink {
      height: auto; }
    .grid-y > .xlarge-1 {
      height: 8.33333%; }
    .grid-y > .xlarge-2 {
      height: 16.66667%; }
    .grid-y > .xlarge-3 {
      height: 25%; }
    .grid-y > .xlarge-4 {
      height: 33.33333%; }
    .grid-y > .xlarge-5 {
      height: 41.66667%; }
    .grid-y > .xlarge-6 {
      height: 50%; }
    .grid-y > .xlarge-7 {
      height: 58.33333%; }
    .grid-y > .xlarge-8 {
      height: 66.66667%; }
    .grid-y > .xlarge-9 {
      height: 75%; }
    .grid-y > .xlarge-10 {
      height: 83.33333%; }
    .grid-y > .xlarge-11 {
      height: 91.66667%; }
    .grid-y > .xlarge-12 {
      height: 100%; } }
  @media screen and (min-width: 90em) {
    .grid-y > .xxlarge-auto {
      flex: 1 1 0px;
      height: auto; }
    .grid-y > .xxlarge-shrink, .grid-y > .xxlarge-1, .grid-y > .xxlarge-2, .grid-y > .xxlarge-3, .grid-y > .xxlarge-4, .grid-y > .xxlarge-5, .grid-y > .xxlarge-6, .grid-y > .xxlarge-7, .grid-y > .xxlarge-8, .grid-y > .xxlarge-9, .grid-y > .xxlarge-10, .grid-y > .xxlarge-11, .grid-y > .xxlarge-12 {
      flex: 0 0 auto; }
    .grid-y > .xxlarge-shrink {
      height: auto; }
    .grid-y > .xxlarge-1 {
      height: 8.33333%; }
    .grid-y > .xxlarge-2 {
      height: 16.66667%; }
    .grid-y > .xxlarge-3 {
      height: 25%; }
    .grid-y > .xxlarge-4 {
      height: 33.33333%; }
    .grid-y > .xxlarge-5 {
      height: 41.66667%; }
    .grid-y > .xxlarge-6 {
      height: 50%; }
    .grid-y > .xxlarge-7 {
      height: 58.33333%; }
    .grid-y > .xxlarge-8 {
      height: 66.66667%; }
    .grid-y > .xxlarge-9 {
      height: 75%; }
    .grid-y > .xxlarge-10 {
      height: 83.33333%; }
    .grid-y > .xxlarge-11 {
      height: 91.66667%; }
    .grid-y > .xxlarge-12 {
      height: 100%; } }

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

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

.grid-margin-y {
  margin-top: -0.625rem;
  margin-bottom: -0.625rem; }
  @media print, screen and (min-width: 40em) {
    .grid-margin-y {
      margin-top: -0.9375rem;
      margin-bottom: -0.9375rem; } }
  .grid-margin-y > .cell {
    height: calc(100% - 1.25rem);
    margin-top: 0.625rem;
    margin-bottom: 0.625rem; }
  @media print, screen and (min-width: 40em) {
    .grid-margin-y > .cell {
      height: calc(100% - 1.875rem);
      margin-top: 0.9375rem;
      margin-bottom: 0.9375rem; } }
  .grid-margin-y > .auto {
    height: auto; }
  .grid-margin-y > .shrink {
    height: auto; }
  .grid-margin-y > .small-1 {
    height: calc(8.33333% - 1.25rem); }
  .grid-margin-y > .small-2 {
    height: calc(16.66667% - 1.25rem); }
  .grid-margin-y > .small-3 {
    height: calc(25% - 1.25rem); }
  .grid-margin-y > .small-4 {
    height: calc(33.33333% - 1.25rem); }
  .grid-margin-y > .small-5 {
    height: calc(41.66667% - 1.25rem); }
  .grid-margin-y > .small-6 {
    height: calc(50% - 1.25rem); }
  .grid-margin-y > .small-7 {
    height: calc(58.33333% - 1.25rem); }
  .grid-margin-y > .small-8 {
    height: calc(66.66667% - 1.25rem); }
  .grid-margin-y > .small-9 {
    height: calc(75% - 1.25rem); }
  .grid-margin-y > .small-10 {
    height: calc(83.33333% - 1.25rem); }
  .grid-margin-y > .small-11 {
    height: calc(91.66667% - 1.25rem); }
  .grid-margin-y > .small-12 {
    height: calc(100% - 1.25rem); }
  @media print, screen and (min-width: 40em) {
    .grid-margin-y > .auto {
      height: auto; }
    .grid-margin-y > .shrink {
      height: auto; }
    .grid-margin-y > .small-1 {
      height: calc(8.33333% - 1.875rem); }
    .grid-margin-y > .small-2 {
      height: calc(16.66667% - 1.875rem); }
    .grid-margin-y > .small-3 {
      height: calc(25% - 1.875rem); }
    .grid-margin-y > .small-4 {
      height: calc(33.33333% - 1.875rem); }
    .grid-margin-y > .small-5 {
      height: calc(41.66667% - 1.875rem); }
    .grid-margin-y > .small-6 {
      height: calc(50% - 1.875rem); }
    .grid-margin-y > .small-7 {
      height: calc(58.33333% - 1.875rem); }
    .grid-margin-y > .small-8 {
      height: calc(66.66667% - 1.875rem); }
    .grid-margin-y > .small-9 {
      height: calc(75% - 1.875rem); }
    .grid-margin-y > .small-10 {
      height: calc(83.33333% - 1.875rem); }
    .grid-margin-y > .small-11 {
      height: calc(91.66667% - 1.875rem); }
    .grid-margin-y > .small-12 {
      height: calc(100% - 1.875rem); }
    .grid-margin-y > .medium-auto {
      height: auto; }
    .grid-margin-y > .medium-shrink {
      height: auto; }
    .grid-margin-y > .medium-1 {
      height: calc(8.33333% - 1.875rem); }
    .grid-margin-y > .medium-2 {
      height: calc(16.66667% - 1.875rem); }
    .grid-margin-y > .medium-3 {
      height: calc(25% - 1.875rem); }
    .grid-margin-y > .medium-4 {
      height: calc(33.33333% - 1.875rem); }
    .grid-margin-y > .medium-5 {
      height: calc(41.66667% - 1.875rem); }
    .grid-margin-y > .medium-6 {
      height: calc(50% - 1.875rem); }
    .grid-margin-y > .medium-7 {
      height: calc(58.33333% - 1.875rem); }
    .grid-margin-y > .medium-8 {
      height: calc(66.66667% - 1.875rem); }
    .grid-margin-y > .medium-9 {
      height: calc(75% - 1.875rem); }
    .grid-margin-y > .medium-10 {
      height: calc(83.33333% - 1.875rem); }
    .grid-margin-y > .medium-11 {
      height: calc(91.66667% - 1.875rem); }
    .grid-margin-y > .medium-12 {
      height: calc(100% - 1.875rem); } }
  @media print, screen and (min-width: 64em) {
    .grid-margin-y > .large-auto {
      height: auto; }
    .grid-margin-y > .large-shrink {
      height: auto; }
    .grid-margin-y > .large-1 {
      height: calc(8.33333% - 1.875rem); }
    .grid-margin-y > .large-2 {
      height: calc(16.66667% - 1.875rem); }
    .grid-margin-y > .large-3 {
      height: calc(25% - 1.875rem); }
    .grid-margin-y > .large-4 {
      height: calc(33.33333% - 1.875rem); }
    .grid-margin-y > .large-5 {
      height: calc(41.66667% - 1.875rem); }
    .grid-margin-y > .large-6 {
      height: calc(50% - 1.875rem); }
    .grid-margin-y > .large-7 {
      height: calc(58.33333% - 1.875rem); }
    .grid-margin-y > .large-8 {
      height: calc(66.66667% - 1.875rem); }
    .grid-margin-y > .large-9 {
      height: calc(75% - 1.875rem); }
    .grid-margin-y > .large-10 {
      height: calc(83.33333% - 1.875rem); }
    .grid-margin-y > .large-11 {
      height: calc(91.66667% - 1.875rem); }
    .grid-margin-y > .large-12 {
      height: calc(100% - 1.875rem); } }
  @media screen and (min-width: 75em) {
    .grid-margin-y > .xlarge-auto {
      height: auto; }
    .grid-margin-y > .xlarge-shrink {
      height: auto; }
    .grid-margin-y > .xlarge-1 {
      height: calc(8.33333% - 1.875rem); }
    .grid-margin-y > .xlarge-2 {
      height: calc(16.66667% - 1.875rem); }
    .grid-margin-y > .xlarge-3 {
      height: calc(25% - 1.875rem); }
    .grid-margin-y > .xlarge-4 {
      height: calc(33.33333% - 1.875rem); }
    .grid-margin-y > .xlarge-5 {
      height: calc(41.66667% - 1.875rem); }
    .grid-margin-y > .xlarge-6 {
      height: calc(50% - 1.875rem); }
    .grid-margin-y > .xlarge-7 {
      height: calc(58.33333% - 1.875rem); }
    .grid-margin-y > .xlarge-8 {
      height: calc(66.66667% - 1.875rem); }
    .grid-margin-y > .xlarge-9 {
      height: calc(75% - 1.875rem); }
    .grid-margin-y > .xlarge-10 {
      height: calc(83.33333% - 1.875rem); }
    .grid-margin-y > .xlarge-11 {
      height: calc(91.66667% - 1.875rem); }
    .grid-margin-y > .xlarge-12 {
      height: calc(100% - 1.875rem); } }
  @media screen and (min-width: 90em) {
    .grid-margin-y > .xxlarge-auto {
      height: auto; }
    .grid-margin-y > .xxlarge-shrink {
      height: auto; }
    .grid-margin-y > .xxlarge-1 {
      height: calc(8.33333% - 1.875rem); }
    .grid-margin-y > .xxlarge-2 {
      height: calc(16.66667% - 1.875rem); }
    .grid-margin-y > .xxlarge-3 {
      height: calc(25% - 1.875rem); }
    .grid-margin-y > .xxlarge-4 {
      height: calc(33.33333% - 1.875rem); }
    .grid-margin-y > .xxlarge-5 {
      height: calc(41.66667% - 1.875rem); }
    .grid-margin-y > .xxlarge-6 {
      height: calc(50% - 1.875rem); }
    .grid-margin-y > .xxlarge-7 {
      height: calc(58.33333% - 1.875rem); }
    .grid-margin-y > .xxlarge-8 {
      height: calc(66.66667% - 1.875rem); }
    .grid-margin-y > .xxlarge-9 {
      height: calc(75% - 1.875rem); }
    .grid-margin-y > .xxlarge-10 {
      height: calc(83.33333% - 1.875rem); }
    .grid-margin-y > .xxlarge-11 {
      height: calc(91.66667% - 1.875rem); }
    .grid-margin-y > .xxlarge-12 {
      height: calc(100% - 1.875rem); } }

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

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

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

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

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

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

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

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

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

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

@media print, screen and (min-width: 40em) {
  .grid-y.medium-grid-frame {
    width: auto;
    overflow: hidden;
    position: relative;
    flex-wrap: nowrap;
    align-items: stretch;
    height: 100vh; } }

@media print, screen and (min-width: 64em) {
  .grid-y.large-grid-frame {
    width: auto;
    overflow: hidden;
    position: relative;
    flex-wrap: nowrap;
    align-items: stretch;
    height: 100vh; } }

@media screen and (min-width: 75em) {
  .grid-y.xlarge-grid-frame {
    width: auto;
    overflow: hidden;
    position: relative;
    flex-wrap: nowrap;
    align-items: stretch;
    height: 100vh; } }

@media screen and (min-width: 90em) {
  .grid-y.xxlarge-grid-frame {
    width: auto;
    overflow: hidden;
    position: relative;
    flex-wrap: nowrap;
    align-items: stretch;
    height: 100vh; } }

.cell .grid-y.grid-frame {
  height: 100%; }

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

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

@media screen and (min-width: 75em) {
  .cell .grid-y.xlarge-grid-frame {
    height: 100%; } }

@media screen and (min-width: 90em) {
  .cell .grid-y.xxlarge-grid-frame {
    height: 100%; } }

.grid-margin-y {
  margin-top: -0.625rem;
  margin-bottom: -0.625rem; }
  @media print, screen and (min-width: 40em) {
    .grid-margin-y {
      margin-top: -0.9375rem;
      margin-bottom: -0.9375rem; } }
  .grid-margin-y > .cell {
    height: calc(100% - 1.25rem);
    margin-top: 0.625rem;
    margin-bottom: 0.625rem; }
  @media print, screen and (min-width: 40em) {
    .grid-margin-y > .cell {
      height: calc(100% - 1.875rem);
      margin-top: 0.9375rem;
      margin-bottom: 0.9375rem; } }
  .grid-margin-y > .auto {
    height: auto; }
  .grid-margin-y > .shrink {
    height: auto; }
  .grid-margin-y > .small-1 {
    height: calc(8.33333% - 1.25rem); }
  .grid-margin-y > .small-2 {
    height: calc(16.66667% - 1.25rem); }
  .grid-margin-y > .small-3 {
    height: calc(25% - 1.25rem); }
  .grid-margin-y > .small-4 {
    height: calc(33.33333% - 1.25rem); }
  .grid-margin-y > .small-5 {
    height: calc(41.66667% - 1.25rem); }
  .grid-margin-y > .small-6 {
    height: calc(50% - 1.25rem); }
  .grid-margin-y > .small-7 {
    height: calc(58.33333% - 1.25rem); }
  .grid-margin-y > .small-8 {
    height: calc(66.66667% - 1.25rem); }
  .grid-margin-y > .small-9 {
    height: calc(75% - 1.25rem); }
  .grid-margin-y > .small-10 {
    height: calc(83.33333% - 1.25rem); }
  .grid-margin-y > .small-11 {
    height: calc(91.66667% - 1.25rem); }
  .grid-margin-y > .small-12 {
    height: calc(100% - 1.25rem); }
  @media print, screen and (min-width: 40em) {
    .grid-margin-y > .auto {
      height: auto; }
    .grid-margin-y > .shrink {
      height: auto; }
    .grid-margin-y > .small-1 {
      height: calc(8.33333% - 1.875rem); }
    .grid-margin-y > .small-2 {
      height: calc(16.66667% - 1.875rem); }
    .grid-margin-y > .small-3 {
      height: calc(25% - 1.875rem); }
    .grid-margin-y > .small-4 {
      height: calc(33.33333% - 1.875rem); }
    .grid-margin-y > .small-5 {
      height: calc(41.66667% - 1.875rem); }
    .grid-margin-y > .small-6 {
      height: calc(50% - 1.875rem); }
    .grid-margin-y > .small-7 {
      height: calc(58.33333% - 1.875rem); }
    .grid-margin-y > .small-8 {
      height: calc(66.66667% - 1.875rem); }
    .grid-margin-y > .small-9 {
      height: calc(75% - 1.875rem); }
    .grid-margin-y > .small-10 {
      height: calc(83.33333% - 1.875rem); }
    .grid-margin-y > .small-11 {
      height: calc(91.66667% - 1.875rem); }
    .grid-margin-y > .small-12 {
      height: calc(100% - 1.875rem); }
    .grid-margin-y > .medium-auto {
      height: auto; }
    .grid-margin-y > .medium-shrink {
      height: auto; }
    .grid-margin-y > .medium-1 {
      height: calc(8.33333% - 1.875rem); }
    .grid-margin-y > .medium-2 {
      height: calc(16.66667% - 1.875rem); }
    .grid-margin-y > .medium-3 {
      height: calc(25% - 1.875rem); }
    .grid-margin-y > .medium-4 {
      height: calc(33.33333% - 1.875rem); }
    .grid-margin-y > .medium-5 {
      height: calc(41.66667% - 1.875rem); }
    .grid-margin-y > .medium-6 {
      height: calc(50% - 1.875rem); }
    .grid-margin-y > .medium-7 {
      height: calc(58.33333% - 1.875rem); }
    .grid-margin-y > .medium-8 {
      height: calc(66.66667% - 1.875rem); }
    .grid-margin-y > .medium-9 {
      height: calc(75% - 1.875rem); }
    .grid-margin-y > .medium-10 {
      height: calc(83.33333% - 1.875rem); }
    .grid-margin-y > .medium-11 {
      height: calc(91.66667% - 1.875rem); }
    .grid-margin-y > .medium-12 {
      height: calc(100% - 1.875rem); } }
  @media print, screen and (min-width: 64em) {
    .grid-margin-y > .large-auto {
      height: auto; }
    .grid-margin-y > .large-shrink {
      height: auto; }
    .grid-margin-y > .large-1 {
      height: calc(8.33333% - 1.875rem); }
    .grid-margin-y > .large-2 {
      height: calc(16.66667% - 1.875rem); }
    .grid-margin-y > .large-3 {
      height: calc(25% - 1.875rem); }
    .grid-margin-y > .large-4 {
      height: calc(33.33333% - 1.875rem); }
    .grid-margin-y > .large-5 {
      height: calc(41.66667% - 1.875rem); }
    .grid-margin-y > .large-6 {
      height: calc(50% - 1.875rem); }
    .grid-margin-y > .large-7 {
      height: calc(58.33333% - 1.875rem); }
    .grid-margin-y > .large-8 {
      height: calc(66.66667% - 1.875rem); }
    .grid-margin-y > .large-9 {
      height: calc(75% - 1.875rem); }
    .grid-margin-y > .large-10 {
      height: calc(83.33333% - 1.875rem); }
    .grid-margin-y > .large-11 {
      height: calc(91.66667% - 1.875rem); }
    .grid-margin-y > .large-12 {
      height: calc(100% - 1.875rem); } }
  @media screen and (min-width: 75em) {
    .grid-margin-y > .xlarge-auto {
      height: auto; }
    .grid-margin-y > .xlarge-shrink {
      height: auto; }
    .grid-margin-y > .xlarge-1 {
      height: calc(8.33333% - 1.875rem); }
    .grid-margin-y > .xlarge-2 {
      height: calc(16.66667% - 1.875rem); }
    .grid-margin-y > .xlarge-3 {
      height: calc(25% - 1.875rem); }
    .grid-margin-y > .xlarge-4 {
      height: calc(33.33333% - 1.875rem); }
    .grid-margin-y > .xlarge-5 {
      height: calc(41.66667% - 1.875rem); }
    .grid-margin-y > .xlarge-6 {
      height: calc(50% - 1.875rem); }
    .grid-margin-y > .xlarge-7 {
      height: calc(58.33333% - 1.875rem); }
    .grid-margin-y > .xlarge-8 {
      height: calc(66.66667% - 1.875rem); }
    .grid-margin-y > .xlarge-9 {
      height: calc(75% - 1.875rem); }
    .grid-margin-y > .xlarge-10 {
      height: calc(83.33333% - 1.875rem); }
    .grid-margin-y > .xlarge-11 {
      height: calc(91.66667% - 1.875rem); }
    .grid-margin-y > .xlarge-12 {
      height: calc(100% - 1.875rem); } }
  @media screen and (min-width: 90em) {
    .grid-margin-y > .xxlarge-auto {
      height: auto; }
    .grid-margin-y > .xxlarge-shrink {
      height: auto; }
    .grid-margin-y > .xxlarge-1 {
      height: calc(8.33333% - 1.875rem); }
    .grid-margin-y > .xxlarge-2 {
      height: calc(16.66667% - 1.875rem); }
    .grid-margin-y > .xxlarge-3 {
      height: calc(25% - 1.875rem); }
    .grid-margin-y > .xxlarge-4 {
      height: calc(33.33333% - 1.875rem); }
    .grid-margin-y > .xxlarge-5 {
      height: calc(41.66667% - 1.875rem); }
    .grid-margin-y > .xxlarge-6 {
      height: calc(50% - 1.875rem); }
    .grid-margin-y > .xxlarge-7 {
      height: calc(58.33333% - 1.875rem); }
    .grid-margin-y > .xxlarge-8 {
      height: calc(66.66667% - 1.875rem); }
    .grid-margin-y > .xxlarge-9 {
      height: calc(75% - 1.875rem); }
    .grid-margin-y > .xxlarge-10 {
      height: calc(83.33333% - 1.875rem); }
    .grid-margin-y > .xxlarge-11 {
      height: calc(91.66667% - 1.875rem); }
    .grid-margin-y > .xxlarge-12 {
      height: calc(100% - 1.875rem); } }

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

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

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

@media screen and (min-width: 75em) {
  .grid-margin-y.xlarge-grid-frame {
    height: calc(100vh + 1.875rem); } }

@media screen and (min-width: 90em) {
  .grid-margin-y.xxlarge-grid-frame {
    height: calc(100vh + 1.875rem); } }

.button {
  display: inline-block;
  vertical-align: middle;
  margin: 0 0 1rem 0;
  padding: 0.85em 1em;
  border: 1px solid transparent;
  border-radius: 0;
  transition: background-color 0.25s ease-out, color 0.25s ease-out;
  font-family: inherit;
  font-size: 0.9rem;
  -webkit-appearance: none;
  line-height: 1;
  text-align: center;
  cursor: pointer;
  background-color: #1779ba;
  color: #fefefe; }
  [data-whatinput='mouse'] .button {
    outline: 0; }
  .button:hover, .button:focus {
    background-color: #14679e;
    color: #fefefe; }
  .button.tiny {
    font-size: 0.6rem; }
  .button.small {
    font-size: 0.75rem; }
  .button.large {
    font-size: 1.25rem; }
  .button.expanded {
    display: block;
    width: 100%;
    margin-right: 0;
    margin-left: 0; }
  .button.primary {
    background-color: #1779ba;
    color: #fefefe; }
    .button.primary:hover, .button.primary:focus {
      background-color: #126195;
      color: #fefefe; }
  .button.secondary {
    background-color: #767676;
    color: #fefefe; }
    .button.secondary:hover, .button.secondary:focus {
      background-color: #5e5e5e;
      color: #fefefe; }
  .button.success {
    background-color: #3adb76;
    color: #323232; }
    .button.success:hover, .button.success:focus {
      background-color: #22bb5b;
      color: #323232; }
  .button.warning {
    background-color: #ffae00;
    color: #323232; }
    .button.warning:hover, .button.warning:focus {
      background-color: #cc8b00;
      color: #323232; }
  .button.alert {
    background-color: #cc4b37;
    color: #fefefe; }
    .button.alert:hover, .button.alert:focus {
      background-color: #a53b2a;
      color: #fefefe; }
  .button.disabled, .button[disabled] {
    opacity: 0.25;
    cursor: not-allowed; }
    .button.disabled, .button.disabled:hover, .button.disabled:focus, .button[disabled], .button[disabled]:hover, .button[disabled]:focus {
      background-color: #1779ba;
      color: #fefefe; }
    .button.disabled.primary, .button[disabled].primary {
      opacity: 0.25;
      cursor: not-allowed; }
      .button.disabled.primary, .button.disabled.primary:hover, .button.disabled.primary:focus, .button[disabled].primary, .button[disabled].primary:hover, .button[disabled].primary:focus {
        background-color: #1779ba;
        color: #fefefe; }
    .button.disabled.secondary, .button[disabled].secondary {
      opacity: 0.25;
      cursor: not-allowed; }
      .button.disabled.secondary, .button.disabled.secondary:hover, .button.disabled.secondary:focus, .button[disabled].secondary, .button[disabled].secondary:hover, .button[disabled].secondary:focus {
        background-color: #767676;
        color: #fefefe; }
    .button.disabled.success, .button[disabled].success {
      opacity: 0.25;
      cursor: not-allowed; }
      .button.disabled.success, .button.disabled.success:hover, .button.disabled.success:focus, .button[disabled].success, .button[disabled].success:hover, .button[disabled].success:focus {
        background-color: #3adb76;
        color: #323232; }
    .button.disabled.warning, .button[disabled].warning {
      opacity: 0.25;
      cursor: not-allowed; }
      .button.disabled.warning, .button.disabled.warning:hover, .button.disabled.warning:focus, .button[disabled].warning, .button[disabled].warning:hover, .button[disabled].warning:focus {
        background-color: #ffae00;
        color: #323232; }
    .button.disabled.alert, .button[disabled].alert {
      opacity: 0.25;
      cursor: not-allowed; }
      .button.disabled.alert, .button.disabled.alert:hover, .button.disabled.alert:focus, .button[disabled].alert, .button[disabled].alert:hover, .button[disabled].alert:focus {
        background-color: #cc4b37;
        color: #fefefe; }
  .button.hollow {
    border: 1px solid #1779ba;
    color: #1779ba; }
    .button.hollow, .button.hollow:hover, .button.hollow:focus {
      background-color: transparent; }
    .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:hover, .button.hollow:focus {
      border-color: #0c3d5d;
      color: #0c3d5d; }
      .button.hollow:hover.disabled, .button.hollow:hover[disabled], .button.hollow:focus.disabled, .button.hollow:focus[disabled] {
        border: 1px solid #1779ba;
        color: #1779ba; }
    .button.hollow.primary {
      border: 1px solid #1779ba;
      color: #1779ba; }
      .button.hollow.primary:hover, .button.hollow.primary:focus {
        border-color: #0c3d5d;
        color: #0c3d5d; }
        .button.hollow.primary:hover.disabled, .button.hollow.primary:hover[disabled], .button.hollow.primary:focus.disabled, .button.hollow.primary:focus[disabled] {
          border: 1px solid #1779ba;
          color: #1779ba; }
    .button.hollow.secondary {
      border: 1px solid #767676;
      color: #767676; }
      .button.hollow.secondary:hover, .button.hollow.secondary:focus {
        border-color: #3b3b3b;
        color: #3b3b3b; }
        .button.hollow.secondary:hover.disabled, .button.hollow.secondary:hover[disabled], .button.hollow.secondary:focus.disabled, .button.hollow.secondary:focus[disabled] {
          border: 1px solid #767676;
          color: #767676; }
    .button.hollow.success {
      border: 1px solid #3adb76;
      color: #3adb76; }
      .button.hollow.success:hover, .button.hollow.success:focus {
        border-color: #157539;
        color: #157539; }
        .button.hollow.success:hover.disabled, .button.hollow.success:hover[disabled], .button.hollow.success:focus.disabled, .button.hollow.success:focus[disabled] {
          border: 1px solid #3adb76;
          color: #3adb76; }
    .button.hollow.warning {
      border: 1px solid #ffae00;
      color: #ffae00; }
      .button.hollow.warning:hover, .button.hollow.warning:focus {
        border-color: #805700;
        color: #805700; }
        .button.hollow.warning:hover.disabled, .button.hollow.warning:hover[disabled], .button.hollow.warning:focus.disabled, .button.hollow.warning:focus[disabled] {
          border: 1px solid #ffae00;
          color: #ffae00; }
    .button.hollow.alert {
      border: 1px solid #cc4b37;
      color: #cc4b37; }
      .button.hollow.alert:hover, .button.hollow.alert:focus {
        border-color: #67251a;
        color: #67251a; }
        .button.hollow.alert:hover.disabled, .button.hollow.alert:hover[disabled], .button.hollow.alert:focus.disabled, .button.hollow.alert:focus[disabled] {
          border: 1px solid #cc4b37;
          color: #cc4b37; }
  .button.clear {
    border: 1px solid #1779ba;
    color: #1779ba; }
    .button.clear, .button.clear:hover, .button.clear:focus {
      background-color: transparent; }
    .button.clear.disabled, .button.clear.disabled:hover, .button.clear.disabled:focus, .button.clear[disabled], .button.clear[disabled]:hover, .button.clear[disabled]:focus {
      background-color: transparent; }
    .button.clear:hover, .button.clear:focus {
      border-color: #0c3d5d;
      color: #0c3d5d; }
      .button.clear:hover.disabled, .button.clear:hover[disabled], .button.clear:focus.disabled, .button.clear:focus[disabled] {
        border: 1px solid #1779ba;
        color: #1779ba; }
    .button.clear, .button.clear.disabled, .button.clear[disabled], .button.clear:hover, .button.clear:hover.disabled, .button.clear:hover[disabled], .button.clear:focus, .button.clear:focus.disabled, .button.clear:focus[disabled] {
      border-color: transparent; }
    .button.clear.primary {
      border: 1px solid #1779ba;
      color: #1779ba; }
      .button.clear.primary:hover, .button.clear.primary:focus {
        border-color: #0c3d5d;
        color: #0c3d5d; }
        .button.clear.primary:hover.disabled, .button.clear.primary:hover[disabled], .button.clear.primary:focus.disabled, .button.clear.primary:focus[disabled] {
          border: 1px solid #1779ba;
          color: #1779ba; }
      .button.clear.primary, .button.clear.primary.disabled, .button.clear.primary[disabled], .button.clear.primary:hover, .button.clear.primary:hover.disabled, .button.clear.primary:hover[disabled], .button.clear.primary:focus, .button.clear.primary:focus.disabled, .button.clear.primary:focus[disabled] {
        border-color: transparent; }
    .button.clear.secondary {
      border: 1px solid #767676;
      color: #767676; }
      .button.clear.secondary:hover, .button.clear.secondary:focus {
        border-color: #3b3b3b;
        color: #3b3b3b; }
        .button.clear.secondary:hover.disabled, .button.clear.secondary:hover[disabled], .button.clear.secondary:focus.disabled, .button.clear.secondary:focus[disabled] {
          border: 1px solid #767676;
          color: #767676; }
      .button.clear.secondary, .button.clear.secondary.disabled, .button.clear.secondary[disabled], .button.clear.secondary:hover, .button.clear.secondary:hover.disabled, .button.clear.secondary:hover[disabled], .button.clear.secondary:focus, .button.clear.secondary:focus.disabled, .button.clear.secondary:focus[disabled] {
        border-color: transparent; }
    .button.clear.success {
      border: 1px solid #3adb76;
      color: #3adb76; }
      .button.clear.success:hover, .button.clear.success:focus {
        border-color: #157539;
        color: #157539; }
        .button.clear.success:hover.disabled, .button.clear.success:hover[disabled], .button.clear.success:focus.disabled, .button.clear.success:focus[disabled] {
          border: 1px solid #3adb76;
          color: #3adb76; }
      .button.clear.success, .button.clear.success.disabled, .button.clear.success[disabled], .button.clear.success:hover, .button.clear.success:hover.disabled, .button.clear.success:hover[disabled], .button.clear.success:focus, .button.clear.success:focus.disabled, .button.clear.success:focus[disabled] {
        border-color: transparent; }
    .button.clear.warning {
      border: 1px solid #ffae00;
      color: #ffae00; }
      .button.clear.warning:hover, .button.clear.warning:focus {
        border-color: #805700;
        color: #805700; }
        .button.clear.warning:hover.disabled, .button.clear.warning:hover[disabled], .button.clear.warning:focus.disabled, .button.clear.warning:focus[disabled] {
          border: 1px solid #ffae00;
          color: #ffae00; }
      .button.clear.warning, .button.clear.warning.disabled, .button.clear.warning[disabled], .button.clear.warning:hover, .button.clear.warning:hover.disabled, .button.clear.warning:hover[disabled], .button.clear.warning:focus, .button.clear.warning:focus.disabled, .button.clear.warning:focus[disabled] {
        border-color: transparent; }
    .button.clear.alert {
      border: 1px solid #cc4b37;
      color: #cc4b37; }
      .button.clear.alert:hover, .button.clear.alert:focus {
        border-color: #67251a;
        color: #67251a; }
        .button.clear.alert:hover.disabled, .button.clear.alert:hover[disabled], .button.clear.alert:focus.disabled, .button.clear.alert:focus[disabled] {
          border: 1px solid #cc4b37;
          color: #cc4b37; }
      .button.clear.alert, .button.clear.alert.disabled, .button.clear.alert[disabled], .button.clear.alert:hover, .button.clear.alert:hover.disabled, .button.clear.alert:hover[disabled], .button.clear.alert:focus, .button.clear.alert:focus.disabled, .button.clear.alert:focus[disabled] {
        border-color: transparent; }
  .button.dropdown::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 0.4em;
    content: '';
    border-bottom-width: 0;
    border-top-style: solid;
    border-color: #fefefe transparent transparent;
    position: relative;
    top: 0.4em;
    display: inline-block;
    float: right;
    margin-left: 1em; }
  .button.dropdown.hollow::after, .button.dropdown.clear::after {
    border-top-color: #1779ba; }
  .button.dropdown.hollow.primary::after, .button.dropdown.clear.primary::after {
    border-top-color: #1779ba; }
  .button.dropdown.hollow.secondary::after, .button.dropdown.clear.secondary::after {
    border-top-color: #767676; }
  .button.dropdown.hollow.success::after, .button.dropdown.clear.success::after {
    border-top-color: #3adb76; }
  .button.dropdown.hollow.warning::after, .button.dropdown.clear.warning::after {
    border-top-color: #ffae00; }
  .button.dropdown.hollow.alert::after, .button.dropdown.clear.alert::after {
    border-top-color: #cc4b37; }
  .button.arrow-only::after {
    top: -0.1em;
    float: none;
    margin-left: 0; }

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

table {
  border-collapse: collapse;
  width: 100%;
  margin-bottom: 1rem;
  border-radius: 0; }
  thead,
  tbody,
  tfoot {
    border: 1px solid #f1f1f1;
    background-color: #fefefe; }
  caption {
    padding: 0.5rem 0.625rem 0.625rem;
    font-weight: bold; }
  thead {
    background: #f8f8f8;
    color: #323232; }
  tfoot {
    background: #f1f1f1;
    color: #323232; }
  thead tr,
  tfoot tr {
    background: transparent; }
  thead th,
  thead td,
  tfoot th,
  tfoot td {
    padding: 0.5rem 0.625rem 0.625rem;
    font-weight: bold;
    text-align: left; }
  tbody th,
  tbody td {
    padding: 0.5rem 0.625rem 0.625rem; }
  tbody tr:nth-child(even) {
    border-bottom: 0;
    background-color: #f1f1f1; }
  table.unstriped tbody {
    background-color: #fefefe; }
    table.unstriped tbody tr {
      border-bottom: 0;
      border-bottom: 1px solid #f1f1f1;
      background-color: #fefefe; }

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

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

table.hover thead tr:hover {
  background-color: #f3f3f3; }

table.hover tfoot tr:hover {
  background-color: #ececec; }

table.hover tbody tr:hover {
  background-color: #f9f9f9; }

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

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

.callout {
  position: relative;
  margin: 0 0 1rem 0;
  padding: 1rem;
  border: 1px solid rgba(50, 50, 50, 0.25);
  border-radius: 0;
  background-color: white;
  color: #323232; }
  .callout > :first-child {
    margin-top: 0; }
  .callout > :last-child {
    margin-bottom: 0; }
  .callout.primary {
    background-color: #d7ecfa;
    color: #323232; }
  .callout.secondary {
    background-color: #eaeaea;
    color: #323232; }
  .callout.success {
    background-color: #e1faea;
    color: #323232; }
  .callout.warning {
    background-color: #fff3d9;
    color: #323232; }
  .callout.alert {
    background-color: #f7e4e1;
    color: #323232; }
  .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; }

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

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

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

.clearfix::before, .clearfix::after {
  display: table;
  content: ' ';
  flex-basis: 0;
  order: 1; }

.clearfix::after {
  clear: both; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media print, screen and (min-width: 40em) {
  .medium-order-1 {
    order: 1; }
  .medium-order-2 {
    order: 2; }
  .medium-order-3 {
    order: 3; }
  .medium-order-4 {
    order: 4; }
  .medium-order-5 {
    order: 5; }
  .medium-order-6 {
    order: 6; } }

@media print, screen and (min-width: 64em) {
  .large-order-1 {
    order: 1; }
  .large-order-2 {
    order: 2; }
  .large-order-3 {
    order: 3; }
  .large-order-4 {
    order: 4; }
  .large-order-5 {
    order: 5; }
  .large-order-6 {
    order: 6; } }

@media screen and (min-width: 75em) {
  .xlarge-order-1 {
    order: 1; }
  .xlarge-order-2 {
    order: 2; }
  .xlarge-order-3 {
    order: 3; }
  .xlarge-order-4 {
    order: 4; }
  .xlarge-order-5 {
    order: 5; }
  .xlarge-order-6 {
    order: 6; } }

@media screen and (min-width: 90em) {
  .xxlarge-order-1 {
    order: 1; }
  .xxlarge-order-2 {
    order: 2; }
  .xxlarge-order-3 {
    order: 3; }
  .xxlarge-order-4 {
    order: 4; }
  .xxlarge-order-5 {
    order: 5; }
  .xxlarge-order-6 {
    order: 6; } }

.flex-container {
  display: flex; }

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

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

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

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

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

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

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

@media print, screen and (min-width: 40em) {
  .medium-flex-container {
    display: flex; }
  .medium-flex-child-auto {
    flex: 1 1 auto; }
  .medium-flex-child-grow {
    flex: 1 0 auto; }
  .medium-flex-child-shrink {
    flex: 0 1 auto; }
  .medium-flex-dir-row {
    flex-direction: row; }
  .medium-flex-dir-row-reverse {
    flex-direction: row-reverse; }
  .medium-flex-dir-column {
    flex-direction: column; }
  .medium-flex-dir-column-reverse {
    flex-direction: column-reverse; } }

@media print, screen and (min-width: 64em) {
  .large-flex-container {
    display: flex; }
  .large-flex-child-auto {
    flex: 1 1 auto; }
  .large-flex-child-grow {
    flex: 1 0 auto; }
  .large-flex-child-shrink {
    flex: 0 1 auto; }
  .large-flex-dir-row {
    flex-direction: row; }
  .large-flex-dir-row-reverse {
    flex-direction: row-reverse; }
  .large-flex-dir-column {
    flex-direction: column; }
  .large-flex-dir-column-reverse {
    flex-direction: column-reverse; } }

@media screen and (min-width: 75em) {
  .xlarge-flex-container {
    display: flex; }
  .xlarge-flex-child-auto {
    flex: 1 1 auto; }
  .xlarge-flex-child-grow {
    flex: 1 0 auto; }
  .xlarge-flex-child-shrink {
    flex: 0 1 auto; }
  .xlarge-flex-dir-row {
    flex-direction: row; }
  .xlarge-flex-dir-row-reverse {
    flex-direction: row-reverse; }
  .xlarge-flex-dir-column {
    flex-direction: column; }
  .xlarge-flex-dir-column-reverse {
    flex-direction: column-reverse; } }

@media screen and (min-width: 90em) {
  .xxlarge-flex-container {
    display: flex; }
  .xxlarge-flex-child-auto {
    flex: 1 1 auto; }
  .xxlarge-flex-child-grow {
    flex: 1 0 auto; }
  .xxlarge-flex-child-shrink {
    flex: 0 1 auto; }
  .xxlarge-flex-dir-row {
    flex-direction: row; }
  .xxlarge-flex-dir-row-reverse {
    flex-direction: row-reverse; }
  .xxlarge-flex-dir-column {
    flex-direction: column; }
  .xxlarge-flex-dir-column-reverse {
    flex-direction: column-reverse; } }

.hide {
  display: none !important; }

.invisible {
  visibility: hidden; }

@media 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 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 screen and (min-width: 64em) and (max-width: 74.99875em) {
  .hide-for-large-only {
    display: none !important; } }

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

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

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

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

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

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

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

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

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

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

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

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

.video-react .video-react-big-play-button:before, .video-react .video-react-control:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.video-react .video-react-big-play-button:before, .video-react .video-react-control:before {
  text-align: center; }

@font-face {
  font-family: "video-react";
  src: url(data:application/vnd.ms-fontobject;base64,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?#iefix) format("eot"); }

@font-face {
  font-family: "video-react";
  src: url(data:application/font-woff;base64,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) format("woff"), url(data:application/x-font-ttf;base64,AAEAAAALAIAAAwAwT1MvMg7RD8oAAAC8AAAAYGNtYXAOVuSnAAABHAAAAFRnYXNwAAAAEAAAAXAAAAAIZ2x5Zsdb3FIAAAF4AAAS0GhlYWQLMledAAAUSAAAADZoaGVhB6wEJgAAFIAAAAAkaG10eIgAFM8AABSkAAAAlGxvY2FLllAoAAAVOAAAAExtYXhwACoAyQAAFYQAAAAgbmFtZVtqyukAABWkAAABtnBvc3QAAwAAAAAXXAAAACAAAwQAAZAABQAAApkCzAAAAI8CmQLMAAAB6wAzAQkAAAAAAAAAAAAAAAAAAAABEAAAAAAAAAAAAAAAAAAAAABAAADyIAQAAAAAAAQAAAAAAAABAAAAAAAAAAAAAAAgAAAAAAADAAAAAwAAABwAAQADAAAAHAADAAEAAAAcAAQAOAAAAAoACAACAAIAAQAg8iD//f//AAAAAAAg8gD//f//AAH/4w4EAAMAAQAAAAAAAAAAAAAAAQAB//8ADwABAAAAAAAAAAAAAgAANzkBAAAAAAEAAAAAAAAAAAACAAA3OQEAAAAAAQAAAAAAAAAAAAIAADc5AQAAAAABAVYA1gMqAyoAAgAACQIBVgHU/iwDKv7W/tYAAgBWAFYDqgOqAAIAFgAAAS0BNzIeAhUUDgIjIi4CNTQ+AgGqAQD/AFZYnHNDQ3ObWVicc0NDc5sBQMDA6kNzm1lYnHNDQ3ObWVicc0MAAAADAFYAVgOqA6oAEwAnACoAACUyPgI1NC4CIyIOAhUUHgITMh4CFRQOAiMiLgI1ND4CExEFAgBGfV02Nl18R0Z9XTY2XXxHWJxzQ0Nzm1lYnHNDQ3ObAwEAqjZdfEdGfV02Nl18R0Z9XTYDAENzm1lYnHNDQ3ObWVicc0P9lgGAwAAAAAACAQAA1gMAAyoAAwAHAAABMxEjIREzEQJWqqr+qqoDKv2sAlT9rAAAAwBWAFYDqgOqAAMABwAbAAABESMRIxEjERMyHgIVFA4CIyIuAjU0PgICgFZUVoBYnHNDQ3ObWVicc0NDc5sBVgFU/qwBVP6sAlRDc5tZWJxzQ0Nzm1lYnHNDAAAEAFYAVgOqA6oAAwAXACsALwAAAREzEQcyPgI1NC4CIyIOAhUUHgITMh4CFRQOAiMiLgI1ND4CAxEzEQIqVoBGfV02Nl18R0Z9XTY2XXxHWJxzQ0Nzm1lYnHNDQ3ObJ1YBVgFU/qysNl18R0Z9XTY2XXxHRn1dNgMAQ3ObWVicc0NDc5tZWJxzQ/2sAVT+rAABAQABAAMAAwAAAwAAASERIQEAAgD+AAMA/gAAAgBqAQADVgMAAAIABQAACQERIQkBAeoBbP6A/pQBbAIAAQD+AAEAAQAAAAACAKoBAAOWAwAAAgAFAAAJAiERAQIqAWz+lP6AAWwDAP8A/wACAP8AAAAAAAIBAAEAAwADAAACAAYAAAkBEQEzESMBlgFq/gBWVgIAAQD+AAIA/gAAAAAAAgEAAQADAAMAAAMABgAAATMRIyERAQKqVlb+VgFqAwD+AAIA/wAAAAIAqgCAA1YD1gBFAGgAAAEOARUUBjEjNzMVIwcwNjU0MjU0FjsBMhYXHgEXHgEVFAYHDgEHDgEHDgEjIiYnLgEnLgE1MxQWMzI2PwEwNj0BLwEwJiMRMh4CFRQOAiMiLgI1MxQeAjMyPgI1NC4CIxUnNwH4AwsEHgpmSgQEBgUDCAYNAwMKAwcLAQMDBQYGBwMDEQYGDQMDCwYICiIODAMGAwoEBAoJA0Z9XTY2XXxHRn1dNlYpRV01NF5FKSlFXTXW1gG8AQUCAwNeHiYBAwMDAwMDAwMGAwcZDgYNAwMNBgYDAwMBAQMDAgMEFgwLCQEDCAkDGggKBAFuNV17R0Z9XTY2XXxHNF5FKSlFXTU0XkUprNbWAAAEAKoAgANWA9YAGwBGAE0AcAAAARQWMzI2PwEwNj0BMCY1NCYjIgYPATAGHQEwFjcUBg8BMAYjIgYjIiYnLgEnLgE9ATQ2PwEwNjMyNjMyFhceARceARceARUHIzUHNTczEzIeAhUUDgIjIi4CNTMUHgIzMj4CNTQuAiMVJzcCNA4GAwgDCAQEEgQDBgMIBgZUAQMMEAYGDgYGDgYGCAYKCAEDDg4GBg4GBg4GBgoGBgMDAwG2KCpMBi5GfV02Nl18R0Z9XTZWKUVdNTReRSkpRV011tYBeAUJAQMKCQNWCQMECgMDCAkDVgknCRMGGgwEAQMDBgMFKA8eCRMGGgwEAQMDBgMDDgkJEAlqjAweGAEeNV17R0Z9XTY2XXxHNF5FKSlFXTU0XkUprNbWAAAABACqAIADVgPWABsARgCjAMYAAAEUFjMyNj8BMDY9ATQmNTQmIyIGDwEwBh0BMBY3FAYPATAGIyIGIyImJy4BJy4BPQE0Nj8BMDYzMjYzMhYXHgEXHgEXHgEVIzI2PQEwJjU0JisBMAYjIgYdASM0NjMyNjMyFhceAR0BMAYVFAYjIgYHHgEXHgEVFAYHDgEHDgEjIgYjIiYnLgEnLgE1MxUwFhUUFjsBMDYzMjY9ATAmNTQmKwE1EzIeAhUUDgIjIi4CNTMUHgIzMj4CNTQuAiMVJzcCPBAGAwYDCAQEEAQDCAMIBARQAQMMEAYGDgYPFQoGAwMDAwMDDBAGBgwGBg4GBgoGBgMDAwHiDBIEBQMWBQMDASwWDgMOAw0ZCggIBAUDAwgDBg0DAwUBAwMGAwMNBgYOBgYLAwMNBggKJAQFAxYFAwMBBAUDGmZGfV02Nl18R0Z9XTZWKUVdNTReRSkpRV011tYBeAYIAQMKCQNWAwYDBAoDAwgJA1YJJwkTBhoMBAsFAw4JCRAJHgkTBhoMBAEDAwYDAw4JCRAJDgwIBQMDAQQFAwgPHwQHBQQYCg4JAwMFBwMDBwYGDgYGDQMDCgMDBQQBAwMCAwQbCwgFAwMBBAUDFgUDAwEeAWo1XXtHRn1dNjZdfEc0XkUpKUVdNTReRSms1tYAAAIAqgCAA1YD1gBCAGUAAAEOARUUBjEjNzMVIwcwNjU0MjU0FjsBMhYXHgEXHgEVFAYHDgEHDgEjIiYnLgEnLgE1MxQWMzI2PwEwNj0BLwEwJiMlND4CMzUXBzUiDgIVFB4CMzI+AjUzFA4CIyIuAgH0AwsEGgpmSgQEBgUDCAYNAwMKAwcLAQMDBQYIFw8GDQMDCwYICiIODAMGAwoEBAoJA/6uNl18R9bWNF5FKSlFXTU0XkUpVjZdfEdGfV02AbwBBQIDA14eJgEDAwMDAwMDAwYDBxkOBg0DAw0GCAgBAwMCAwQWDAsJAQMICQMaCAoEGkZ8XTWs1tasKUVdNTReRSkpRV01Rn1dNjZdfAAABACqAIADVgPWABsARgBNAHAAAAEUFjMyNj8BMDY9ATAmNTQmIyIGDwEwBh0BMBY3FAYPATAGIyIGIyImJy4BJy4BPQE0Nj8BMDYzMjYzMhYXHgEXHgEXHgEVByM1BzU3MwU0PgIzNRcHNSIOAhUUHgIzMj4CNTMUDgIjIi4CAjQOBgMIAwgEBBIEAwYDCAYGUAEDDBAGBg4GBg4GBggGCggBAw4OBgYOBgYOBgYKBgYDAwMBsigqTAb+2DZdfEfW1jReRSkpRV01NF5FKVY2XXxHRn1dNgF4BQkBAwoJA1YJAwQKAwMICQNWCScJEwYaDAQBAwMGAwUoDx4JEwYaDAQBAwMGAwMOCQkQCWqMDB4YNkZ8XTWs1tasKUVdNTReRSkpRV01Rn1dNjZdfAAAAAQAqgCAA1YD1gAiAD4AaQDGAAATND4CMzUXBzUiDgIVFB4CMzI+AjUzFA4CIyIuAgUUFjMyNj8BMDY9ATAmNTQmIyIGDwEwBh0BMBY3FAYPATAGIyIGIyImJy4BJy4BPQE0Nj8BMDYzMjYzMhYXHgEXHgEXHgEVIzI2PQEwJjU0JisBMAYjIgYdASM0NjMyNjMyFhceAR0BMAYVFAYjIgYHHgEXHgEVFAYHDgEHDgEjIgYjIiYnLgEnLgE1MxUwFhUUFjsBMDYzMjY9ATAmNTQmKwE1qjZdfEfW1jReRSkpRV01NF5FKVY2XXxHRn1dNgGODgYDCAMIBAQSBAMGAwgEBFQBAwwQBgYOBg8VCgYDAwMDAwMMEAYGDAYGDgYGCgYGAwMDAeIMEgQFAxYFAwMBLBYOAw4DDRkKCAgEBQMDCAMGDQMDBQEDAwYDAw0GBg4GBgsDAw0GCAokBAUDFgUDAwEEBQMaAdZGfF01rNbWrClFXTU0XkUpKUVdNUZ9XTY2XXwXBQkBAwoJA1YJAwQKAwMICQNWCScJEwYaDAQLBQMOCQkQCR4JEwYaDAQBAwMGAwMOCQkQCQ4MCAUDAwEEBQMIDx8EBwUEGAoOCQMDBQcDAwcGBg4GBg0DAwoDAwUEAQMDAgMEGwsIBQMDAQQFAxYFAwMBHgAAAAAEAIAAgAOAA4AAAgAUACYALgAAARUnJwEHJw4BBzU+ATcnEScjETMnATQuAic1HgMVFAYHJz4BJxwBByc1HgECAFrwAso2WCJOLBswFbbWqsrKAqofOU0vQG5PLRcVQAoMagJoMDoDVrRahP02NlgbKAtYBxoRtv7g1gEAyv62M1xLNg5YDkVjfEQwWydCGTkeBw0GaF4YWwAAAAABASoAqgKqA1YABQAAATM3EScjASqs1NSsAoDW/VTWAAIA1gCqAxYDVgAFAAwAABMzNxEnIyUUBgcRHgHWqtbWqgJAPDAwPAKA1v1U1oA5WxgBWBhbAAAAAwCAAIoDgAN2ABUAHAAiAAABHgMVFA4CBzU+AzU0LgInExQGBxEeASUzNxEnIwJWQG5PLS1PbUEuTjkfHzlNL2o6MDA6/cCq1taqA3YORWN8RER7Y0YOWA03S1wzM1xLNg7+4jlbGAFYGFtH1v1U1gAAAAAEANYA1gMqAyoABQALABEAFwAAATMVIzUjEzUzFSM1ATUzFSMVHQEzFSM1AlbUVICAVNT+gNSAgNQDKtSA/lSA1FQBLNRUgKyAVNQABADWANYDKgMqAAUACwARABcAAAEzFSM1MwM1MxUjFQE1MxUjNRE1MxUjNQKqgNRUVNSA/qxU1NRUAqpU1P2s1FSAAdSA1FT+rFTUgAAAAAADAIAAqgOAA1YAFwAvAD8AAAE1NCYrASIGHQEUFjsBMjY9ASMVIzUzFSM1NCYrASIGHQEUFjsBMjY9ASMVIzUzFQEyFhURFAYjISImNRE0NjMDABgSgBIaGhKAEhhAVlbqGhKAEhgYEoASGkBWVgGUIjQzI/2sJDIyJAIqLBIYGBKsEhgYEiwWgBYsEhgYEqwSGBgSLBaAFgEsMyP+ACI0MyMCACI0AAAEAIAAgAOAA4AAAwANABkAKQAAATUzFScRMzI2PQE0JiMBESMVIzUjETM1MxUBMhYVERQGIyEiJjURNDYzAmpWlqwSGBgS/wBAVkBAVgGUIjQzI/2sJDIyJAHAgIDA/wAYEqwSGP8AAQBqav8AVlYCADMj/awiNDMjAlQiNAAAAAIAZABWA5wDqgALAFkAAAEyNjU0JiMiBhUUFiUXHgEPAQ4BLwEOAQ8BDgErASImLwEuAScHBiYvASY2PwEuATU8ATcnLgE/AT4BHwE+AT8BPgE7ATIWHwEeARc3NhYfARYGDwEeARUcAQIAPVlYPj1ZWAF8WgYCBFYEDghqECQUEAELCKwHCwIQEyQRagcOBVYEAgZaAQECWgYCBFYEDghqECQUEAELCKwHCwIQEyQRagcOBVYEAgZaAQEBalg+PVlYPj1ZbEYEEAiUBwQDKgwWCHAHCwoIcAcVDioDAwiUBxAFRgoVCwoVC0YEEAiUBwQDKgwWCHAHCwoIcAcVDioDAwiUBxAFRgoVCwoVAAAAAQCAAFgDgAOqADMAAAEyFhUUBiMiJjU8ATclDgEjIiY1NDYzMhYXJS4BNTQ2MzIWFRQGIyImJwUeARUUBgcFPgEDADNJSTMzSQL+0hIsGjRMSzUZLRIBLAEDSzU0TEs1GS0S/tQBAwICATAQLAFSSTMzS0szBw8GsBASSzU0TBERrgcPCDRMSzU0TBMRsAcPCAcPCLAPEQADAFYAVgOqA6oAAwAHABsAAAE1IxUTESMREzIeAhUUDgIjIi4CNTQ+AgIqVFRUKlicc0NDc5tZWJxzQ0NzmwKAVlb+qgEA/wACgENzm1lYnHNDQ3ObWVicc0MAAAQAVgBWA6oDqgADABcAKwAvAAABNTMVAzI+AjU0LgIjIg4CFRQeAhMyHgIVFA4CIyIuAjU0PgITETMRAdZUKkZ9XTY2XXxHRn1dNjZdfEdYnHNDQ3ObWVicc0NDc5svVAKAVlb+KjZdfEdGfV02Nl18R0Z9XTYDAENzm1lYnHNDQ3ObWVicc0P9gAEA/wAAAAEA1gDWAyoDKgALAAABBxcHJwcnNyc3FzcDKu7uPO7uPO7uPO7uAu7u7jzu7jzu7jzu7gABAFUAVQOrA6sAFAAAExQeAjMyPgI1NC4CIyIOAhVVQ3ScWFicdENDdJxYWJx0QwIAWJx0Q0N0nFhYnHRDQ3ScWAAAAAIAVQBVA6sDqwAUACgAAAEiDgIVFB4CMzI+AjU0LgIjESIuAjU0PgIzMh4CFRQOAgIAWJx0Q0N0nFhYnHRDQ3ScWEd8XTU1XXxHR3xdNTVdfAOrQ3ScWFicdENDdJxYWJx0Q/0ANV18R0d8XTU1XXxHR3xdNQAAAAMAVQBVA6sDqwAUACgANAAAASIOAhUUHgIzMj4CNTQuAiMRIi4CNTQ+AjMyHgIVFA4CExQGIyImNTQ2MzIWAgBYnHRDQ3ScWFicdENDdJxYR3xdNTVdfEdHfF01NV18OUs1NUtLNTVLA6tDdJxYWJx0Q0N0nFhYnHRD/QA1XXxHR3xdNTVdfEdHfF01AVU1S0s1NUtLAAAAAQAAAAEAAPEUzolfDzz1AAsEAAAAAADUNIllAAAAANQ0iWUAAAAAA6sD1gAAAAgAAgAAAAAAAAABAAAEAAAAAAAEAAAAAAADqwABAAAAAAAAAAAAAAAAAAAAJQQAAAAAAAAAAAAAAAAAAAAEAAFWBAAAVgQAAFYEAAEABAAAVgQAAFYEAAEABAAAagQAAKoEAAEABAABAAQAAKoEAACqBAAAqgQAAKoEAACqBAAAqgQAAIAEAAEqBAAA1gQAAIAEAADWBAAA1gQAAIAEAACABAAAZAQAAIAEAABWBAAAVgQAANYEAABVBAAAVQQAAFUAAAAAAAoAFAAeACwAVACWAKoA2AEgAS4BRAFaAXABhAIQAqgDpgQuBMYFxAYSBiIGPgZ4Bp4GxgcaB1oH4gguCFwIpAi+COAJHAloAAEAAAAlAMcABAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAOAK4AAQAAAAAAAQALAAAAAQAAAAAAAgAHAIQAAQAAAAAAAwALAEIAAQAAAAAABAALAJkAAQAAAAAABQALACEAAQAAAAAABgALAGMAAQAAAAAACgAaALoAAwABBAkAAQAWAAsAAwABBAkAAgAOAIsAAwABBAkAAwAWAE0AAwABBAkABAAWAKQAAwABBAkABQAWACwAAwABBAkABgAWAG4AAwABBAkACgA0ANR2aWRlby1yZWFjdAB2AGkAZABlAG8ALQByAGUAYQBjAHRWZXJzaW9uIDEuMABWAGUAcgBzAGkAbwBuACAAMQAuADB2aWRlby1yZWFjdAB2AGkAZABlAG8ALQByAGUAYQBjAHR2aWRlby1yZWFjdAB2AGkAZABlAG8ALQByAGUAYQBjAHRSZWd1bGFyAFIAZQBnAHUAbABhAHJ2aWRlby1yZWFjdAB2AGkAZABlAG8ALQByAGUAYQBjAHRGb250IGdlbmVyYXRlZCBieSBJY29Nb29uLgBGAG8AbgB0ACAAZwBlAG4AZQByAGEAdABlAGQAIABiAHkAIABJAGMAbwBNAG8AbwBuAC4AAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA) format("truetype");
  font-weight: normal;
  font-style: normal; }

.video-react-icon, .video-react .video-react-big-play-button, .video-react .video-react-play-progress, .video-react .video-react-play-control, .video-react .video-react-mute-control,
.video-react .video-react-volume-menu-button, .video-react .video-react-volume-level, .video-react .video-react-bezel .video-react-bezel-icon, .video-react .video-react-closed-caption {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'video-react' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.video-react-icon-play-arrow:before, .video-react .video-react-big-play-button:before, .video-react .video-react-play-control:before, .video-react .video-react-bezel .video-react-bezel-icon-play:before {
  content: "\F200"; }

.video-react-icon-play-circle-filled:before {
  content: "\F201"; }

.video-react-icon-play-circle-outline:before {
  content: "\F202"; }

.video-react-icon-pause:before, .video-react .video-react-play-control.video-react-playing:before, .video-react .video-react-bezel .video-react-bezel-icon-pause:before {
  content: "\F203"; }

.video-react-icon-pause-circle-filled:before {
  content: "\F204"; }

.video-react-icon-pause-circle-outline:before {
  content: "\F205"; }

.video-react-icon-stop:before {
  content: "\F206"; }

.video-react-icon-fast-rewind:before, .video-react .video-react-bezel .video-react-bezel-icon-fast-rewind:before {
  content: "\F207"; }

.video-react-icon-fast-forward:before, .video-react .video-react-bezel .video-react-bezel-icon-fast-forward:before {
  content: "\F208"; }

.video-react-icon-skip-previous:before {
  content: "\F209"; }

.video-react-icon-skip-next:before {
  content: "\F20A"; }

.video-react-icon-replay-5:before, .video-react .video-react-bezel .video-react-bezel-icon-replay-5:before {
  content: "\F20B"; }

.video-react-icon-replay-10:before, .video-react .video-react-bezel .video-react-bezel-icon-replay-10:before {
  content: "\F20C"; }

.video-react-icon-replay-30:before, .video-react .video-react-bezel .video-react-bezel-icon-replay-30:before {
  content: "\F20D"; }

.video-react-icon-forward-5:before, .video-react .video-react-bezel .video-react-bezel-icon-forward-5:before {
  content: "\F20E"; }

.video-react-icon-forward-10:before, .video-react .video-react-bezel .video-react-bezel-icon-forward-10:before {
  content: "\F20F"; }

.video-react-icon-forward-30:before, .video-react .video-react-bezel .video-react-bezel-icon-forward-30:before {
  content: "\F210"; }

.video-react-icon-volume-off:before, .video-react .video-react-mute-control.video-react-vol-muted:before,
.video-react .video-react-volume-menu-button.video-react-vol-muted:before, .video-react .video-react-bezel .video-react-bezel-icon-volume-off:before {
  content: "\F211"; }

.video-react-icon-volume-mute:before, .video-react .video-react-mute-control.video-react-vol-0:before,
.video-react .video-react-volume-menu-button.video-react-vol-0:before {
  content: "\F212"; }

.video-react-icon-volume-down:before, .video-react .video-react-mute-control.video-react-vol-1:before,
.video-react .video-react-volume-menu-button.video-react-vol-1:before, .video-react .video-react-mute-control.video-react-vol-2:before,
.video-react .video-react-volume-menu-button.video-react-vol-2:before, .video-react .video-react-bezel .video-react-bezel-icon-volume-down:before {
  content: "\F213"; }

.video-react-icon-volume-up:before, .video-react .video-react-mute-control:before,
.video-react .video-react-volume-menu-button:before, .video-react .video-react-bezel .video-react-bezel-icon-volume-up:before {
  content: "\F214"; }

.video-react-icon-fullscreen:before {
  content: "\F215"; }

.video-react-icon-fullscreen-exit:before {
  content: "\F216"; }

.video-react-icon-closed-caption:before, .video-react .video-react-closed-caption:before {
  content: "\F217"; }

.video-react-icon-hd:before {
  content: "\F218"; }

.video-react-icon-settings:before {
  content: "\F219"; }

.video-react-icon-share:before {
  content: "\F21A"; }

.video-react-icon-info:before {
  content: "\F21B"; }

.video-react-icon-info-outline:before {
  content: "\F21C"; }

.video-react-icon-close:before {
  content: "\F21D"; }

.video-react-icon-circle:before, .video-react .video-react-play-progress:before, .video-react .video-react-volume-level:before {
  content: "\F21E"; }

.video-react-icon-circle-outline:before {
  content: "\F21F"; }

.video-react-icon-circle-inner-circle:before {
  content: "\F220"; }

.video-react {
  display: block;
  vertical-align: top;
  box-sizing: border-box;
  color: #fff;
  background-color: #000;
  position: relative;
  font-size: 10px;
  line-height: 1;
  font-family: serif, Times, "Times New Roman";
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }
  .video-react:-moz-full-screen {
    position: absolute; }
  .video-react:-webkit-full-screen {
    width: 100% !important;
    height: 100% !important; }
  .video-react *,
  .video-react *:before,
  .video-react *:after {
    box-sizing: inherit; }
  .video-react ul {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
    list-style-position: outside;
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
    margin-bottom: 0; }
  .video-react.video-react-fluid, .video-react.video-react-16-9, .video-react.video-react-4-3 {
    width: 100%;
    max-width: 100%;
    height: 0; }
  .video-react.video-react-16-9 {
    padding-top: 56.25%; }
  .video-react.video-react-4-3 {
    padding-top: 75%; }
  .video-react.video-react-fill {
    width: 100%;
    height: 100%; }
  .video-react .video-react-video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
  .video-react.video-react-fullscreen {
    width: 100% !important;
    height: 100% !important;
    padding-top: 0 !important; }
    .video-react.video-react-fullscreen.video-react-user-inactive {
      cursor: none; }

body.video-react-full-window {
  padding: 0;
  margin: 0;
  height: 100%;
  overflow-y: auto; }
  body.video-react-full-window .video-react-fullscreen {
    position: fixed;
    overflow: hidden;
    z-index: 1000;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0; }

.video-react button {
  background: none;
  border: none;
  color: inherit;
  display: inline-block;
  cursor: pointer;
  overflow: visible;
  font-size: inherit;
  line-height: inherit;
  text-transform: none;
  text-decoration: none;
  transition: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }

.video-react .video-react-loading-spinner {
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -25px 0 0 -25px;
  opacity: 0.85;
  text-align: left;
  border: 6px solid rgba(43, 51, 63, 0.7);
  box-sizing: border-box;
  background-clip: padding-box;
  width: 50px;
  height: 50px;
  border-radius: 25px; }
  .video-react .video-react-loading-spinner:before, .video-react .video-react-loading-spinner:after {
    content: "";
    position: absolute;
    margin: -6px;
    box-sizing: inherit;
    width: inherit;
    height: inherit;
    border-radius: inherit;
    opacity: 1;
    border: inherit;
    border-color: transparent;
    border-top-color: white;
    -webkit-animation: video-react-spinner-spin 1.1s cubic-bezier(0.6, 0.2, 0, 0.8) infinite, video-react-spinner-fade 1.1s linear infinite;
    animation: video-react-spinner-spin 1.1s cubic-bezier(0.6, 0.2, 0, 0.8) infinite, video-react-spinner-fade 1.1s linear infinite; }

.video-react-seeking .video-react-loading-spinner,
.video-react-waiting .video-react-loading-spinner {
  display: block; }

.video-react-seeking .video-react-loading-spinner:before,
.video-react-waiting .video-react-loading-spinner:before {
  border-top-color: white; }

.video-react-seeking .video-react-loading-spinner:after,
.video-react-waiting .video-react-loading-spinner:after {
  border-top-color: white;
  -webkit-animation-delay: 0.44s;
  animation-delay: 0.44s; }

@keyframes video-react-spinner-spin {
  100% {
    transform: rotate(360deg); } }

@-webkit-keyframes video-react-spinner-spin {
  100% {
    -webkit-transform: rotate(360deg); } }

@keyframes video-react-spinner-fade {
  0% {
    border-top-color: #73859f; }
  20% {
    border-top-color: #73859f; }
  35% {
    border-top-color: white; }
  60% {
    border-top-color: #73859f; }
  100% {
    border-top-color: #73859f; } }

@-webkit-keyframes video-react-spinner-fade {
  0% {
    border-top-color: #73859f; }
  20% {
    border-top-color: #73859f; }
  35% {
    border-top-color: white; }
  60% {
    border-top-color: #73859f; }
  100% {
    border-top-color: #73859f; } }

.video-react .video-react-big-play-button {
  font-size: 3em;
  line-height: 1.5em;
  height: 1.5em;
  width: 3em;
  display: block;
  position: absolute;
  top: 10px;
  left: 10px;
  padding: 0;
  cursor: pointer;
  opacity: 1;
  border: 0.06666em solid #fff;
  background-color: #2B333F;
  background-color: rgba(43, 51, 63, 0.7);
  -webkit-border-radius: 0.3em;
  -moz-border-radius: 0.3em;
  border-radius: 0.3em;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s; }
  .video-react .video-react-big-play-button.video-react-big-play-button-center {
    top: 50%;
    left: 50%;
    margin-top: -0.75em;
    margin-left: -1.5em; }
  .video-react .video-react-big-play-button.big-play-button-hide {
    display: none; }

.video-react:hover .video-react-big-play-button,
.video-react .video-react-big-play-button:focus {
  outline: 0;
  border-color: #fff;
  background-color: #73859f;
  background-color: rgba(115, 133, 159, 0.5);
  -webkit-transition: all 0s;
  -moz-transition: all 0s;
  -o-transition: all 0s;
  transition: all 0s; }

.video-react-menu-button {
  cursor: pointer; }
  .video-react-menu-button.video-react-disabled {
    cursor: default; }

.video-react-menu .video-react-menu-content {
  display: block;
  padding: 0;
  margin: 0;
  overflow: auto;
  font-family: serif, Times, "Times New Roman"; }

.video-react-menu li {
  list-style: none;
  margin: 0;
  padding: 0.2em 0;
  line-height: 1.4em;
  font-size: 1.2em;
  text-align: center; }
  .video-react-menu li:focus, .video-react-menu li:hover {
    outline: 0;
    background-color: #73859f;
    background-color: rgba(115, 133, 159, 0.5); }
  .video-react-menu li.video-react-selected, .video-react-menu li.video-react-selected:focus, .video-react-menu li.video-react-selected:hover {
    background-color: #fff;
    color: #2B333F; }
  .video-react-menu li.vjs-menu-title {
    text-align: center;
    text-transform: uppercase;
    font-size: 1em;
    line-height: 2em;
    padding: 0;
    margin: 0 0 0.3em 0;
    font-weight: bold;
    cursor: default; }

.video-react-scrubbing .vjs-menu-button:hover .video-react-menu {
  display: none; }

.video-react .video-react-menu-button-popup .video-react-menu {
  display: none;
  position: absolute;
  bottom: 0;
  width: 10em;
  left: -3em;
  height: 0em;
  margin-bottom: 1.5em;
  border-top-color: rgba(43, 51, 63, 0.7); }
  .video-react .video-react-menu-button-popup .video-react-menu .video-react-menu-content {
    background-color: #2B333F;
    background-color: rgba(43, 51, 63, 0.7);
    position: absolute;
    width: 100%;
    bottom: 1.5em;
    max-height: 15em; }

.video-react-menu-button-popup .video-react-menu.video-react-lock-showing {
  display: block; }

.video-react .video-react-menu-button-inline {
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  overflow: hidden; }
  .video-react .video-react-menu-button-inline:before {
    width: 2.222222222em; }
  .video-react .video-react-menu-button-inline:hover, .video-react .video-react-menu-button-inline:focus, .video-react .video-react-menu-button-inline.video-react-slider-active {
    width: 12em; }
    .video-react .video-react-menu-button-inline:hover .video-react-menu, .video-react .video-react-menu-button-inline:focus .video-react-menu, .video-react .video-react-menu-button-inline.video-react-slider-active .video-react-menu {
      display: block;
      opacity: 1; }
  .video-react .video-react-menu-button-inline.video-react-slider-active {
    -webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
    transition: none; }
  .video-react .video-react-menu-button-inline .video-react-menu {
    opacity: 0;
    height: 100%;
    width: auto;
    position: absolute;
    left: 4em;
    top: 0;
    padding: 0;
    margin: 0;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s; }
  .video-react .video-react-menu-button-inline .video-react-menu-content {
    width: auto;
    height: 100%;
    margin: 0;
    overflow: hidden; }

.video-react-no-flex .video-react-menu-button-inline .video-react-menu {
  display: block;
  opacity: 1;
  position: relative;
  width: auto; }

.video-react-no-flex .video-react-menu-button-inline:hover, .video-react-no-flex .video-react-menu-button-inline:focus, .video-react-no-flex .video-react-menu-button-inline.video-react-slider-active {
  width: auto; }

.video-react .video-react-poster {
  display: inline-block;
  vertical-align: middle;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: contain;
  background-color: #000000;
  cursor: pointer;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  height: 100%; }
  .video-react .video-react-poster img {
    display: block;
    vertical-align: middle;
    margin: 0 auto;
    max-height: 100%;
    padding: 0;
    width: 100%; }

.video-react .video-react-slider {
  outline: 0;
  position: relative;
  cursor: pointer;
  padding: 0;
  margin: 0 0.45em 0 0.45em;
  background-color: #73859f;
  background-color: rgba(115, 133, 159, 0.5); }
  .video-react .video-react-slider:focus {
    -webkit-box-shadow: 0 0 1em #fff;
    -moz-box-shadow: 0 0 1em #fff;
    box-shadow: 0 0 1em #fff; }

.video-react .video-react-control {
  outline: none;
  position: relative;
  text-align: center;
  margin: 0;
  padding: 0;
  height: 100%;
  width: 4em;
  -webkit-box-flex: none;
  -moz-box-flex: none;
  -webkit-flex: none;
  -ms-flex: none;
  flex: none; }
  .video-react .video-react-control:before {
    font-size: 1.8em;
    line-height: 1.67; }
  .video-react .video-react-control:focus:before, .video-react .video-react-control:hover:before, .video-react .video-react-control:focus {
    text-shadow: 0em 0em 1em #fff, 0em 0em 0.5em #fff; }

.video-react .video-react-control-text {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

.video-react-no-flex .video-react-control {
  display: table-cell;
  vertical-align: middle; }

.video-react .video-react-control-bar {
  display: none;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 3.0em;
  background-color: #2B333F;
  background-color: rgba(43, 51, 63, 0.7); }

.video-react-has-started .video-react-control-bar {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  visibility: visible;
  opacity: 1;
  -webkit-transition: visibility 0.1s, opacity 0.1s;
  -moz-transition: visibility 0.1s, opacity 0.1s;
  -o-transition: visibility 0.1s, opacity 0.1s;
  transition: visibility 0.1s, opacity 0.1s; }

.video-react-has-started.video-react-user-inactive.video-react-playing .video-react-control-bar.video-react-control-bar-auto-hide {
  visibility: visible;
  opacity: 0;
  -webkit-transition: visibility 1s, opacity 1s;
  -moz-transition: visibility 1s, opacity 1s;
  -o-transition: visibility 1s, opacity 1s;
  transition: visibility 1s, opacity 1s; }

.video-react-controls-disabled .video-react-control-bar,
.video-react-using-native-controls .video-react-control-bar,
.video-react-error .video-react-control-bar {
  display: none !important; }

.video-react-audio.video-react-has-started.video-react-user-inactive.video-react-playing .video-react-control-bar {
  opacity: 1;
  visibility: visible; }

.video-react-has-started.video-react-no-flex .video-react-control-bar {
  display: table; }

.video-react .video-react-progress-control {
  -webkit-box-flex: auto;
  -moz-box-flex: auto;
  -webkit-flex: auto;
  -ms-flex: auto;
  flex: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  min-width: 4em; }

.video-react-live .video-react-progress-control {
  display: none; }

.video-react .video-react-progress-holder {
  -webkit-box-flex: auto;
  -moz-box-flex: auto;
  -webkit-flex: auto;
  -ms-flex: auto;
  flex: auto;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  height: 0.3em; }

.video-react .video-react-progress-control:hover .video-react-progress-holder {
  font-size: 1.666666666666666666em; }

/* If we let the font size grow as much as everything else, the current time tooltip ends up
 ginormous. If you'd like to enable the current time tooltip all the time, this should be disabled
 to avoid a weird hitch when you roll off the hover. */
.video-react .video-react-progress-control:hover .video-react-time-tooltip,
.video-react .video-react-progress-control:hover .video-react-mouse-display:after,
.video-react .video-react-progress-control:hover .video-react-play-progress:after {
  visibility: visible;
  font-size: 0.6em; }

.video-react .video-react-progress-holder .video-react-play-progress,
.video-react .video-react-progress-holder .video-react-load-progress,
.video-react .video-react-progress-holder .video-react-tooltip-progress-bar,
.video-react .video-react-progress-holder .video-react-load-progress div {
  position: absolute;
  display: block;
  height: 0.3em;
  margin: 0;
  padding: 0;
  width: 0;
  left: 0;
  top: 0; }

.video-react .video-react-play-progress {
  background-color: #fff; }
  .video-react .video-react-play-progress:before {
    position: absolute;
    top: -0.333333333333333em;
    right: -0.5em;
    font-size: 0.9em; }

.video-react .video-react-time-tooltip,
.video-react .video-react-mouse-display:after,
.video-react .video-react-play-progress:after {
  visibility: hidden;
  pointer-events: none;
  position: absolute;
  top: -3.4em;
  right: -1.9em;
  font-size: 0.9em;
  color: #000;
  content: attr(data-current-time);
  padding: 6px 8px 8px 8px;
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.8);
  -webkit-border-radius: 0.3em;
  -moz-border-radius: 0.3em;
  border-radius: 0.3em; }

.video-react .video-react-time-tooltip,
.video-react .video-react-play-progress:before,
.video-react .video-react-play-progress:after {
  z-index: 1; }

.video-react .video-react-progress-control .video-react-keep-tooltips-inside:after {
  display: none; }

.video-react .video-react-load-progress {
  background: #bfc7d3;
  background: rgba(115, 133, 159, 0.5); }

.video-react .video-react-load-progress div {
  background: white;
  background: rgba(115, 133, 159, 0.75); }

.video-react.video-react-no-flex .video-react-progress-control {
  width: auto; }

.video-react .video-react-time-tooltip {
  display: inline-block;
  height: 2.4em;
  position: relative;
  float: right;
  right: -1.9em; }

.video-react .video-react-tooltip-progress-bar {
  visibility: hidden; }

.video-react .video-react-progress-control .video-react-mouse-display {
  display: none;
  position: absolute;
  width: 1px;
  height: 100%;
  background-color: #000;
  z-index: 1; }

.video-react-no-flex .video-react-progress-control .video-react-mouse-display {
  z-index: 0; }

.video-react .video-react-progress-control:hover .video-react-mouse-display {
  display: block; }

.video-react.video-react-user-inactive .video-react-progress-control .video-react-mouse-display,
.video-react.video-react-user-inactive .video-react-progress-control .video-react-mouse-display:after {
  visibility: hidden;
  opacity: 0;
  -webkit-transition: visibility 1s, opacity 1s;
  -moz-transition: visibility 1s, opacity 1s;
  -o-transition: visibility 1s, opacity 1s;
  transition: visibility 1s, opacity 1s; }

.video-react.video-react-user-inactive.video-react-no-flex .video-react-progress-control .video-react-mouse-display,
.video-react.video-react-user-inactive.video-react-no-flex .video-react-progress-control .video-react-mouse-display:after {
  display: none; }

.video-react .video-react-mouse-display .video-react-time-tooltip,
.video-react .video-react-progress-control .video-react-mouse-display:after {
  color: #fff;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.8); }

.video-react .video-react-play-control {
  cursor: pointer;
  -webkit-box-flex: none;
  -moz-box-flex: none;
  -webkit-flex: none;
  -ms-flex: none;
  flex: none; }

.video-react .video-react-fullscreen-control {
  cursor: pointer;
  -webkit-box-flex: none;
  -moz-box-flex: none;
  -webkit-flex: none;
  -ms-flex: none;
  flex: none; }

.video-react.video-react-fullscreen {
  position: fixed;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: 9999; }

.video-react .video-react-time-control {
  -webkit-box-flex: none;
  -moz-box-flex: none;
  -webkit-flex: none;
  -ms-flex: none;
  flex: none;
  font-size: 1em;
  line-height: 3em;
  min-width: 2em;
  width: auto;
  padding-left: 1em;
  padding-right: 1em; }

.video-react .video-react-time-divider {
  line-height: 3em;
  min-width: initial;
  padding: 0; }

.video-react .video-react-mute-control,
.video-react .video-react-volume-menu-button {
  cursor: pointer;
  -webkit-box-flex: none;
  -moz-box-flex: none;
  -webkit-flex: none;
  -ms-flex: none;
  flex: none; }

.video-react .video-react-volume-control {
  width: 5em;
  -webkit-box-flex: none;
  -moz-box-flex: none;
  -webkit-flex: none;
  -ms-flex: none;
  flex: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center; }

.video-react .video-react-volume-bar {
  margin: 1.35em 0.45em; }
  .video-react .video-react-volume-bar.video-react-slider-horizontal {
    width: 5em;
    height: 0.3em; }
    .video-react .video-react-volume-bar.video-react-slider-horizontal .video-react-volume-level {
      width: 100%; }
  .video-react .video-react-volume-bar.video-react-slider-vertical {
    width: 0.3em;
    height: 5em;
    margin: 1.35em auto; }
    .video-react .video-react-volume-bar.video-react-slider-vertical .video-react-volume-level {
      height: 100%; }

.video-react .video-react-volume-level {
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #fff; }
  .video-react .video-react-volume-level:before {
    position: absolute;
    font-size: 0.9em; }

.video-react .video-react-slider-vertical .video-react-volume-level {
  width: 0.3em; }
  .video-react .video-react-slider-vertical .video-react-volume-level:before {
    top: -0.5em;
    left: -0.3em; }

.video-react .video-react-slider-horizontal .video-react-volume-level {
  height: 0.3em; }
  .video-react .video-react-slider-horizontal .video-react-volume-level:before {
    top: -0.3em;
    right: -0.5em; }

.video-react .video-react-menu-button-popup.video-react-volume-menu-button .video-react-menu {
  display: block;
  width: 0;
  height: 0;
  border-top-color: transparent; }

.video-react .video-react-menu-button-popup.video-react-volume-menu-button-vertical .video-react-menu {
  left: 0.5em;
  height: 8em; }

.video-react .video-react-menu-button-popup.video-react-volume-menu-button-horizontal .video-react-menu {
  left: -2em; }

.video-react .video-react-menu-button-popup.video-react-volume-menu-button .video-react-menu-content {
  height: 0;
  width: 0;
  overflow-x: hidden;
  overflow-y: hidden; }

.video-react .video-react-volume-menu-button-vertical:hover .video-react-menu-content,
.video-react .video-react-volume-menu-button-vertical:focus .video-react-menu-content,
.video-react .video-react-volume-menu-button-vertical.video-react-slider-active .video-react-menu-content,
.video-react .video-react-volume-menu-button-vertical .video-react-lock-showing .video-react-menu-content {
  height: 8em;
  width: 2.9em; }

.video-react .video-react-volume-menu-button-horizontal:hover .video-react-menu-content,
.video-react .video-react-volume-menu-button-horizontal:focus .video-react-menu-content,
.video-react .video-react-volume-menu-button-horizontal .video-react-slider-active .video-react-menu-content,
.video-react .video-react-volume-menu-button-horizontal .video-react-lock-showing .video-react-menu-content {
  height: 2.9em;
  width: 8em; }

.video-react .video-react-volume-menu-button.video-react-menu-button-inline .video-react-menu-content {
  background-color: transparent !important; }

.video-react .video-react-playback-rate .video-react-playback-rate-value {
  line-height: 3em;
  text-align: center; }

.video-react .video-react-playback-rate .video-react-menu {
  width: 4em;
  left: 0em; }

.video-react .video-react-bezel {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 52px;
  height: 52px;
  z-index: 17;
  margin-left: -26px;
  margin-top: -26px;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 26px; }
  .video-react .video-react-bezel.video-react-bezel-animation {
    -moz-animation: video-react-bezel-fadeout .5s linear 1 normal forwards;
    -webkit-animation: video-react-bezel-fadeout .5s linear 1 normal forwards;
    animation: video-react-bezel-fadeout .5s linear 1 normal forwards;
    pointer-events: none; }
  .video-react .video-react-bezel.video-react-bezel-animation-alt {
    -moz-animation: video-react-bezel-fadeout-alt .5s linear 1 normal forwards;
    -webkit-animation: video-react-bezel-fadeout-alt .5s linear 1 normal forwards;
    animation: video-react-bezel-fadeout-alt .5s linear 1 normal forwards;
    pointer-events: none; }
  .video-react .video-react-bezel .video-react-bezel-icon {
    width: 36px;
    height: 36px;
    margin: 8px;
    font-size: 26px;
    line-height: 36px;
    text-align: center; }

@keyframes video-react-bezel-fadeout {
  0% {
    opacity: 1; }
  to {
    opacity: 0;
    transform: scale(2); } }

@keyframes video-react-bezel-fadeout-alt {
  0% {
    opacity: 1; }
  to {
    opacity: 0;
    transform: scale(2); } }

.video-react .video-react-closed-caption {
  cursor: pointer;
  -webkit-box-flex: none;
  -moz-box-flex: none;
  -webkit-flex: none;
  -ms-flex: none;
  flex: none; }

.video-react video::-webkit-media-text-track-container {
  -webkit-transform: translateY(-30px);
  transform: translateY(-30px); }

/* roboto-300 - latin */
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url("/static/fonts/roboto-v20-latin-300.eot");
  /* IE9 Compat Modes */
  src: local("Roboto Light"), local("Roboto-Light"), url("/static/fonts/roboto-v20-latin-300.eot?#iefix") format("embedded-opentype"), url("/static/fonts/roboto-v20-latin-300.woff2") format("woff2"), url("/fonts/roboto-v20-latin-300.woff") format("woff"), url("/static/fonts/roboto-v20-latin-300.ttf") format("truetype"), url("/static/fonts/roboto-v20-latin-300.svg#Roboto") format("svg");
  /* Legacy iOS */ }

/* roboto-300italic - latin */
@font-face {
  font-family: "Roboto";
  font-style: italic;
  font-weight: 300;
  font-display: swap;
  src: url("/static/fonts/roboto-v20-latin-300italic.eot");
  /* IE9 Compat Modes */
  src: local("Roboto Light Italic"), local("Roboto-LightItalic"), url("/static/fonts/roboto-v20-latin-300italic.eot?#iefix") format("embedded-opentype"), url("/static/fonts/roboto-v20-latin-300italic.woff2") format("woff2"), url("/static/fonts/roboto-v20-latin-300italic.woff") format("woff"), url("/static/fonts/roboto-v20-latin-300italic.ttf") format("truetype"), url("/static/fonts/roboto-v20-latin-300italic.svg#Roboto") format("svg");
  /* Legacy iOS */ }

/* roboto-regular - latin */
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("/static/fonts/roboto-v20-latin-regular.eot");
  /* IE9 Compat Modes */
  src: local("Roboto"), local("Roboto-Regular"), url("/static/fonts/roboto-v20-latin-regular.eot?#iefix") format("embedded-opentype"), url("/static/fonts/roboto-v20-latin-regular.woff2") format("woff2"), url("/static/fonts/roboto-v20-latin-regular.woff") format("woff"), url("/static/fonts/roboto-v20-latin-regular.ttf") format("truetype"), url("/static/fonts/roboto-v20-latin-regular.svg#Roboto") format("svg");
  /* Legacy iOS */ }

/* roboto-500 - latin */
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("/static/fonts/roboto-v20-latin-500.eot");
  /* IE9 Compat Modes */
  src: local("Roboto Medium"), local("Roboto-Medium"), url("/static/fonts/roboto-v20-latin-500.eot?#iefix") format("embedded-opentype"), url("/static/fonts/roboto-v20-latin-500.woff2") format("woff2"), url("/static/fonts/roboto-v20-latin-500.woff") format("woff"), url("/static/fonts/roboto-v20-latin-500.ttf") format("truetype"), url("/static/fonts/roboto-v20-latin-500.svg#Roboto") format("svg");
  /* Legacy iOS */ }

/* overpass-300 - latin */
@font-face {
  font-family: "Overpass";
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url("/static/fonts/overpass-v4-latin-300.eot");
  /* IE9 Compat Modes */
  src: local("Overpass Light"), local("Overpass-Light"), url("/static/fonts/overpass-v4-latin-300.eot?#iefix") format("embedded-opentype"), url("/static/fonts/overpass-v4-latin-300.woff2") format("woff2"), url("/static/fonts/overpass-v4-latin-300.woff") format("woff"), url("/static/fonts/overpass-v4-latin-300.ttf") format("truetype"), url("/static/fonts/overpass-v4-latin-300.svg#Overpass") format("svg");
  /* Legacy iOS */ }

/* overpass-regular - latin */
@font-face {
  font-family: "Overpass";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("/static/fonts/overpass-v4-latin-regular.eot");
  /* IE9 Compat Modes */
  src: local("Overpass Regular"), local("Overpass-Regular"), url("/static/fonts/overpass-v4-latin-regular.eot?#iefix") format("embedded-opentype"), url("/static/fonts/overpass-v4-latin-regular.woff2") format("woff2"), url("/static/fonts/overpass-v4-latin-regular.woff") format("woff"), url("/static/fonts/overpass-v4-latin-regular.ttf") format("truetype"), url("/static/fonts/overpass-v4-latin-regular.svg#Overpass") format("svg");
  /* Legacy iOS */ }

/* overpass-700 - latin */
@font-face {
  font-family: "Overpass";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("/static/fonts/overpass-v4-latin-700.eot");
  /* IE9 Compat Modes */
  src: local("Overpass Bold"), local("Overpass-Bold"), url("/static/fonts/overpass-v4-latin-700.eot?#iefix") format("embedded-opentype"), url("/static/fonts/overpass-v4-latin-700.woff2") format("woff2"), url("/static/fonts/overpass-v4-latin-700.woff") format("woff"), url("/static/fonts/overpass-v4-latin-700.ttf") format("truetype"), url("/static/fonts/overpass-v4-latin-700.svg#Overpass") format("svg");
  /* Legacy iOS */ }

#header {
  font-weight: 500;
  letter-spacing: 1px;
  position: fixed;
  z-index: 100;
  width: 100%;
  background: #fff;
  box-shadow: rgba(50, 50, 50, 0.1) 1px 1px 2px 0px;
  height: 4rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0.5rem 0; }
  @media print, screen and (min-width: 40em) {
    #header {
      height: 5rem; } }
  @media print, screen and (min-width: 64em) {
    #header {
      height: 5rem; } }
  #header .grid-container {
    width: 100%;
    display: flex;
    align-items: center; }
  #header .logo {
    display: block; }
    #header .logo img {
      width: 3.5rem; }
      @media screen and (max-width: 39.99875em) {
        #header .logo img {
          width: 3.5rem; } }
    @media print, screen and (min-width: 64em) {
      #header .logo {
        margin-left: 1rem; } }
  #header #header-title {
    display: inline-block;
    margin-left: 1rem;
    margin-right: 0.5rem;
    font-size: 1.2rem;
    font-weight: 300;
    border-left: 1px solid #e6e6e6;
    padding-left: 1rem;
    overflow: hidden; }
    #header #header-title.animated {
      border-left: 1px solid #fefefe; }
      #header #header-title.animated div {
        transition: transform 0.2s ease, opacity 0.5s ease;
        transform: translate(0, 30px);
        opacity: 0; }
    @media print, screen and (min-width: 40em) {
      #header #header-title {
        font-size: 1.25rem; } }
  #header.scrolled #header-title {
    border-color: #e6e6e6; }
    #header.scrolled #header-title div {
      transform: translate(0, 0);
      opacity: 1; }
  #header .pagelabel {
    position: absolute;
    z-index: 10;
    font-size: 1.5rem;
    background: #323232;
    color: #fff;
    padding: 0.5rem 2rem;
    width: 100%;
    margin-top: 1rem; }
    @media print, screen and (min-width: 40em) {
      #header .pagelabel {
        padding: 0.5rem 2.9375rem;
        width: auto; } }
  #header .search-icon {
    margin-left: auto;
    background: url("/static/icons/search.svg") no-repeat;
    height: 30px;
    width: 30px;
    margin-right: 1rem;
    cursor: pointer; }
  #header .burger-icon {
    margin-left: 0.25rem;
    cursor: pointer;
    overflow: hidden;
    height: 2.5rem;
    width: 2.5rem;
    border-radius: 50%;
    margin-right: 0.5rem;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: 0.3s ease;
    transform: rotate(0deg);
    margin-right: 1rem; }
    #header .burger-icon div {
      height: 1.5rem;
      display: flex;
      flex-direction: column;
      justify-content: space-between; }
    #header .burger-icon span {
      transition: 0.2s ease;
      border-bottom: 2px solid #323232;
      transform: translate(0, 0) rotate(0deg);
      display: block;
      width: 1.5rem;
      opacity: 1;
      margin-left: 0; }
      #header .burger-icon span:last-child {
        margin-bottom: 0; }
    #header .burger-icon.open {
      transform: rotate(90deg); }
      #header .burger-icon.open span:nth-child(1) {
        transform: translate(0, 0.68rem) rotate(45deg); }
      #header .burger-icon.open span:nth-child(2) {
        opacity: 0; }
      #header .burger-icon.open span:nth-child(3) {
        transform: translate(0, -0.68rem) rotate(-45deg); }
    @media print, screen and (min-width: 40em) {
      #header .burger-icon {
        margin-left: 1rem; } }

#footer {
  padding: 3rem 0;
  background-color: #eff1f4;
  font-size: 1.2rem;
  position: relative;
  z-index: 1; }
  #footer h6 {
    text-transform: uppercase;
    letter-spacing: 1.5px;
    font-weight: 700; }
  #footer ul {
    list-style-type: none;
    margin-left: 0; }
  #footer .menu {
    font-size: 1.2rem; }
  #footer a[href^="mailto:"] {
    border-bottom: 1px solid #323232;
    padding-bottom: 3px; }
  #footer .social-media-links li {
    margin-bottom: 0.35rem; }
    #footer .social-media-links li a {
      background-repeat: no-repeat;
      background-position: left center;
      padding-left: 3rem;
      background-size: 23px 23px;
      display: block; }
      #footer .social-media-links li a.facebook {
        background-image: url("/static/icons/facebook.svg"); }
      #footer .social-media-links li a.instagram {
        background-image: url("/static/icons/instagram.svg"); }
      #footer .social-media-links li a.linkedin {
        background-image: url("/static/icons/linkedin.svg"); }
      #footer .social-media-links li a.twitter {
        background-image: url("/static/icons/twitter.svg"); }
      #footer .social-media-links li a.newsletter {
        background-image: url("/static/icons/mail.svg"); }
  #footer .footer-top,
  #footer .footer-middle {
    margin-bottom: 2rem; }
  #footer .footer-middle .cell {
    margin-bottom: 2rem; }
    @media print, screen and (min-width: 64em) {
      #footer .footer-middle .cell {
        display: flex;
        justify-content: center;
        border-right: 8px solid #fefefe; }
        #footer .footer-middle .cell:last-child {
          border-right: none; }
        #footer .footer-middle .cell:first-of-type {
          justify-content: flex-start; }
        #footer .footer-middle .cell:nth-child(3) {
          width: 30%; }
        #footer .footer-middle .cell:last-of-type {
          justify-content: flex-end;
          width: 20%; } }
    #footer .footer-middle .cell:first-of-type a {
      border-bottom: 1px solid #323232;
      padding-bottom: 3px; }
      #footer .footer-middle .cell:first-of-type a:hover {
        border-color: #ff9900; }
    #footer .footer-middle .cell h6 {
      padding-top: 0.75rem; }
      #footer .footer-middle .cell h6:first-of-type {
        padding-top: 0; }
  #footer .footer-bottom {
    text-align: center; }
    @media print, screen and (min-width: 64em) {
      #footer .footer-bottom {
        padding-bottom: 1rem; } }
  #footer .footer-links {
    text-align: left;
    font-size: 0.9rem;
    margin-top: 3rem; }
    @media print, screen and (min-width: 64em) {
      #footer .footer-links {
        margin-top: 4.3rem; } }
    #footer .footer-links .link {
      display: inline-block;
      padding-top: 0.3rem; }
  #footer .inner-social {
    display: flex;
    flex-direction: column;
    justify-content: space-between; }

*:focus {
  outline: none; }

* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

#content {
  padding-top: 4rem;
  position: relative;
  z-index: 1; }
  @media print, screen and (min-width: 40em) {
    #content {
      padding-top: 5rem; } }
  @media print, screen and (min-width: 64em) {
    #content {
      padding-top: 5rem; } }
  .nolayout #content {
    padding-top: 0; }

.overlay .contentoverlay {
  z-index: 80;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(50, 50, 50, 0.3);
  backdrop-filter: grayscale(50%); }

.with-background {
  background: #fefefe; }

.section-border-right {
  border-right: 15px solid #3d6c7e;
  border-top: 15px solid #fefefe;
  padding-left: 15px; }
  @media print, screen and (min-width: 64em) {
    .section-border-right {
      border-right: 25px solid #3d6c7e;
      border-top: 25px solid #fefefe;
      padding-left: 25px; } }

.section-border-left {
  border-left: 15px solid #3d6c7e;
  border-bottom: 15px solid #fefefe;
  padding-right: 15px; }
  @media print, screen and (min-width: 64em) {
    .section-border-left {
      border-left: 25px solid #3d6c7e;
      border-bottom: 25px solid #fefefe;
      padding-right: 25px; } }

blockquote {
  color: #323232;
  font-style: italic;
  border-left: 2px solid;
  font-size: 1.4rem;
  font-weight: 300;
  padding: 1rem 1.5rem 0.5rem 1.5rem; }
  @media print, screen and (min-width: 64em) {
    blockquote {
      border-left-width: 2px; } }

figure {
  margin-bottom: 1rem; }
  figure.img-fill img {
    width: auto;
    margin-left: auto;
    margin-right: auto;
    display: block; }
  figure .img > div {
    width: 100%; }
  figure.credit > div {
    position: relative;
    overflow: hidden; }
  @media print, screen and (min-width: 40em) {
    figure.credit:hover .photo-credit,
    figure.credit:hover .photo-credit.top {
      display: flex;
      transform: translate(0, 0);
      opacity: 1; }
    figure.credit .photo-credit {
      opacity: 0;
      transform: translate(0, 40px); }
    figure.credit .photo-credit {
      transition: opacity 0.2s ease-in, transform 0.1s ease-in-out;
      position: absolute;
      bottom: 0;
      left: 0; }
      figure.credit .photo-credit.top {
        top: 0;
        bottom: auto;
        transform: translate(0, -40px); } }
  figure .placeholder {
    filter: blur(20px); }
  @media print, screen and (min-width: 40em) {
    figure .photo-credit {
      background-color: #fefefe;
      display: flex;
      align-items: center;
      padding: 0.2rem 1rem;
      font-size: 0.875rem;
      height: 40px;
      padding-left: 1.5rem;
      padding-top: 0.5rem;
      font-family: "Overpass", sans-serif;
      font-weight: 600;
      width: auto; }
      figure .photo-credit:after {
        content: "";
        position: absolute;
        top: 0;
        right: -40px;
        border-right: 40px solid transparent;
        border-bottom: 40px solid #fefefe;
        width: 0; }
      figure .photo-credit.top:after {
        border-right: 40px solid transparent;
        border-top: 40px solid #fefefe;
        border-bottom: 0; } }
  @media screen and (max-width: 63.99875em) {
    figure .photo-credit {
      font-size: 0.6875rem;
      padding: 0.2rem 0.2rem; } }
  figure figcaption {
    background-color: #eff1f4;
    padding: 1rem 1rem;
    font-size: 0.9rem; }

.link,
.body a {
  box-shadow: inset 0 -2px 0 #30826a;
  background: none;
  transition: color 0.1s ease, background 0.2s ease-in-out, box-shadow 0.2s ease; }
  .link:hover,
  .body a:hover {
    background: #30826a;
    color: #fefefe;
    box-shadow: inset 0 0 0 #30826a; }

h2 .link,
h3 .link,
h4 .link,
h5 .link,
h6 .link {
  box-shadow: inset 0 0 0 #30826a; }

h2 .link:hover,
h3 .link:hover,
h4 .link:hover,
h5 .link:hover,
h6 .link:hover {
  color: #323232;
  background: none;
  box-shadow: inset 0 -2px 0 #30826a; }

.line,
h1.small:before,
h2.small:before,
h2.small.alt:before,
.section-header:before {
  border-bottom: 2px solid #ff9900;
  margin-top: 0.5rem;
  margin-bottom: 1rem;
  width: 4.6875rem;
  max-width: 100%; }
  .line.black,
  h1.black.small:before,
  h2.black.small:before,
  .black.section-header:before {
    border-color: #323232;
    border-bottom-width: 1px; }
  .line .thin,
  h1.small:before .thin,
  h2.small:before .thin,
  .section-header:before .thin {
    border-bottom: 1px solid #ff9900; }

ul.list {
  margin-left: 0;
  list-style-type: none; }
  ul.list li a {
    display: inline-block;
    margin-bottom: 1rem; }
    ul.list li a:after {
      content: "";
      padding-top: 0.3rem;
      display: block;
      border-bottom: 2px solid #30826a;
      transition: all 250ms ease-in-out;
      width: 4.6875rem; }
    ul.list li a:hover:after {
      width: 100%; }

strong,
b {
  font-weight: 500; }

h1.small,
h2.small {
  font-size: 1.5rem;
  display: flex;
  margin-bottom: 1rem; }
  @media print, screen and (min-width: 40em) {
    h1.small,
    h2.small {
      margin-bottom: 2rem; } }
  h1.small:before,
  h2.small:before {
    content: "";
    display: inline-block;
    margin-right: 2rem; }
  .page-page h1.small, h1.small.top-margin, .page-page
  h2.small,
  h2.small.top-margin {
    margin-top: 4rem; }

h2.small.alt {
  font-size: 1.25rem;
  margin-bottom: 2rem;
  text-align: center;
  margin-left: -2rem; }
  @media print, screen and (min-width: 40em) {
    h2.small.alt {
      margin-left: 0;
      text-align: left;
      position: relative;
      z-index: 20;
      margin-top: -4rem;
      font-size: 1.375rem; } }
  h2.small.alt:before {
    width: 0;
    width: 0;
    content: "";
    display: inline-block;
    margin-right: 2rem; }
    @media print, screen and (min-width: 40em) {
      h2.small.alt:before {
        width: 4.6875rem; } }
  @media print, screen and (min-width: 64em) {
    h2.small.alt {
      font-size: 1.625rem; } }

.container_inner {
  padding-top: 1rem;
  padding-bottom: 1rem; }
  @media print, screen and (min-width: 64em) {
    .container_inner {
      padding-top: 1.5rem;
      display: flex;
      justify-content: center;
      align-items: center; } }
  .container_inner h1.large {
    text-align: center;
    padding-left: 1rem;
    padding-right: 1rem;
    margin: 0;
    font-size: 2.1875rem; }

.body p,
.body li {
  line-height: 1.8;
  font-size: 1.0625rem; }

.body h2,
.body h3,
.body h4,
.body h5,
.body h6 {
  margin-top: 2rem; }

.body h3 {
  font-size: 1.375rem; }

.body h4 {
  font-size: 1.25rem; }

.body.release-body strong {
  font-family: "Overpass", sans-serif;
  font-weight: 500;
  font-size: 1.375rem; }

.body.release-body p {
  margin-bottom: 2rem; }

.body ul, .editorial-text-list .list-wrapper ul {
  margin-bottom: 1rem;
  margin-top: 1rem;
  margin-left: 1rem; }
  .body ul li, .editorial-text-list .list-wrapper ul li {
    list-style-image: url("/static/icons/dot.svg");
    margin-bottom: 0.5rem;
    margin-top: 0.5rem; }
    .layout.secondary .body ul li, .body .layout.secondary ul li, .layout.secondary .editorial-text-list .list-wrapper ul li, .editorial-text-list .list-wrapper .layout.secondary ul li {
      list-style-image: url("/static/icons/dot_secuodary.svg"); }
  .body ul .list-header, .editorial-text-list .list-wrapper ul .list-header {
    font-weight: 400;
    text-transform: uppercase;
    margin-left: -1rem;
    margin-top: 1rem;
    margin-bottom: 1rem; }

.body ul li, .editorial-text-list .biglist .list-wrapper ul li {
  font-size: 1.25rem;
  font-weight: 300;
  line-height: 1.4;
  margin-bottom: 1rem; }

.head {
  text-transform: uppercase;
  font-size: 0.8rem;
  letter-spacing: 1.5px;
  color: #323232;
  font-weight: 500;
  margin-bottom: 1rem; }

.tabulated > div {
  padding-top: 0.5rem; }

.tabulated .strong {
  font-weight: 500; }

@media print, screen and (min-width: 40em) {
  .tabulated {
    display: table; }
    .tabulated div {
      display: table-row; }
      .tabulated div div {
        display: table-cell;
        padding-right: 1rem; } }

.layout.primary .section-color, .layout.secundary .section-color {
  color: #ff9900; }

.layout.primary .section-border-right, .layout.secundary .section-border-right {
  border-right-color: #ff9900; }

.layout.primary .section-border-left, .layout.secundary .section-border-left {
  border-left-color: #ff9900; }

.layout.primary blockquote, .layout.secundary blockquote {
  border-left-color: #ff9900; }

.layout.primary .section-border-color,
.layout.primary .section-border-color-hover:hover, .layout.secundary .section-border-color,
.layout.secundary .section-border-color-hover:hover {
  border-color: #ff9900; }

.layout.primary .section-border-color,
.layout.primary .section-border-color-hover.green:hover, .layout.secundary .section-border-color,
.layout.secundary .section-border-color-hover.green:hover {
  border-color: #30826a; }

.layout.primary .section-background, .layout.secundary .section-background {
  background-color: #ff9900; }

.layout.secondary .section-color {
  color: #3d6c7e; }

.layout.secondary .section-border-right {
  border-right-color: #3d6c7e; }

.layout.secondary .section-border-left {
  border-left-color: #3d6c7e; }

.layout.secondary blockquote {
  border-left-color: #3d6c7e; }

.layout.secondary .section-border-color,
.layout.secondary .section-border-color-hover:hover {
  border-color: #3d6c7e; }

.layout.secondary .section-background {
  background-color: #3d6c7e; }

.layout.secondary h1.small:before {
  border-bottom-color: #3d6c7e; }

.labels {
  display: flex; }
  .labels .label {
    color: #fefefe;
    font-size: 0.8rem;
    padding: 0.1rem 0.7rem;
    margin-right: 0.5rem;
    background-color: #323232;
    font-family: "Overpass", sans-serif;
    font-weight: 600; }

.page-301 .error-explanation {
  margin-top: 5rem;
  margin-bottom: 5rem; }

/*
.zopim[data-test-id="ChatWidgetButton"],
.zopim[data-test-id="ChatWidgetWindow"] {
  right: 175px !important;

  @include breakpoint(large) {
    right: 185px !important;
  }
}
*/
.scrolled + #sticky-widgets,
.overlay + #sticky-widgets {
  bottom: 8px; }

#sticky-widgets {
  position: fixed;
  left: 8px;
  bottom: -8px;
  z-index: 9;
  transition: opacity 0.5s, bottom 0.5s; }
  #sticky-widgets .widget-content {
    background-color: #3d6c7e;
    padding: 1rem;
    padding-top: 1.5rem;
    position: relative;
    color: #fefefe;
    margin-bottom: 0.5rem; }
    @media screen and (max-width: 39.99875em) {
      #sticky-widgets .widget-content {
        overflow: auto;
        max-height: calc(100vh - 4rem - 70px); } }
    #sticky-widgets .widget-content h6 {
      text-transform: uppercase;
      letter-spacing: 1.5px;
      font-weight: 400; }
    #sticky-widgets .widget-content a {
      color: #fefefe; }
    #sticky-widgets .widget-content .description {
      font-weight: 300; }
    #sticky-widgets .widget-content [type="text"],
    #sticky-widgets .widget-content [type="email"] {
      background-color: transparent;
      border: none;
      border-bottom: 2px solid #fefefe;
      color: #fefefe;
      font-weight: 400;
      padding-left: 0; }
      #sticky-widgets .widget-content [type="text"]::-webkit-input-placeholder, #sticky-widgets .widget-content [type="text"]::placeholder,
      #sticky-widgets .widget-content [type="email"]::-webkit-input-placeholder,
      #sticky-widgets .widget-content [type="email"]::placeholder {
        color: #fefefe;
        opacity: 0.7; }
      #sticky-widgets .widget-content [type="text"]:focus,
      #sticky-widgets .widget-content [type="email"]:focus {
        border-bottom-color: #ff9900; }
    #sticky-widgets .widget-content [type="submit"] {
      padding-left: 3.5rem;
      padding-right: 3.5rem;
      font-weight: 500;
      letter-spacing: 1.5px;
      font-size: 1rem;
      border: 2px solid #fefefe;
      background-color: #3d6c7e; }
      #sticky-widgets .widget-content [type="submit"]:hover {
        background-color: #2c4f5c; }
    #sticky-widgets .widget-content .error {
      font-size: 0.9375rem;
      color: #ff9900; }
    @media print, screen and (min-width: 40em) {
      #sticky-widgets .widget-content .share-by-email-widget {
        max-width: 350px; } }
    @media print, screen and (min-width: 40em) {
      #sticky-widgets .widget-content .contact-widget p,
      #sticky-widgets .widget-content .contact-widget a {
        font-size: 1.1875rem;
        font-weight: 300; } }
    #sticky-widgets .widget-content .close {
      position: absolute;
      right: 10px;
      top: 10px;
      cursor: pointer;
      background: url("/static/icons/plus.svg") no-repeat;
      transform: rotate(45deg);
      height: 30px;
      width: 30px;
      filter: invert(100%);
      -webkit-filter: invert(100%); }
  #sticky-widgets ul.buttons {
    list-style-type: none;
    margin: 0;
    float: left; }
    #sticky-widgets ul.buttons li {
      position: relative;
      display: block;
      float: left;
      cursor: pointer;
      padding: 0.3rem;
      height: 80px;
      width: 80px;
      border-radius: 50%;
      font-size: 0.875rem;
      text-align: center;
      background-color: #d3dde0;
      padding-top: 40px;
      color: #000000; }
      #sticky-widgets ul.buttons li:before {
        content: "";
        position: absolute;
        left: 0;
        right: 0;
        margin: 0 auto;
        top: 14px;
        height: 25px;
        width: 24px;
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center; }
      #sticky-widgets ul.buttons li.shareByEmail:before {
        background-image: url("/static/icons/paperplane.svg"); }
      #sticky-widgets ul.buttons li.contact:before {
        background-image: url("/static/icons/handset.svg"); }
      #sticky-widgets ul.buttons li:hover, #sticky-widgets ul.buttons li.active {
        background-color: #3d6c7e;
        color: #fefefe; }
        #sticky-widgets ul.buttons li:hover:before, #sticky-widgets ul.buttons li.active:before {
          filter: invert(100%);
          -webkit-filter: invert(100%); }

.content-module {
  padding-bottom: 2rem;
  padding-top: 1rem;
  background: #fefefe; }
  .content-module.first {
    padding-top: 0; }
  @media print, screen and (min-width: 40em) {
    .content-module {
      padding-bottom: 4rem;
      padding-top: 2rem; } }
  @media print, screen and (min-width: 64em) {
    .content-module {
      padding-bottom: 5rem; } }
  .content-module .content-module {
    padding: 0; }
  .content-module.section-border-right, .content-module.section-border-left {
    padding-bottom: 0;
    padding-top: 0;
    margin-bottom: 4rem;
    margin-top: 1rem; }
    .content-module.section-border-right.first, .content-module.section-border-left.first {
      margin-top: 0; }
    @media print, screen and (min-width: 64em) {
      .content-module.section-border-right, .content-module.section-border-left {
        margin-bottom: 5rem; } }

.grey-box {
  padding-bottom: 2rem;
  padding-top: 2rem;
  background-color: #eff1f4;
  margin-bottom: 2rem;
  margin-top: 1rem; }
  @media print, screen and (min-width: 40em) {
    .grey-box {
      margin-bottom: 4rem;
      margin-top: 2rem; } }

@media screen and (max-width: 39.99875em) {
  .grey-box-mobile {
    padding-bottom: 2rem;
    padding-top: 2rem;
    background-color: #eff1f4;
    margin-bottom: 2rem;
    margin-top: 1rem; } }
  @media screen and (max-width: 39.99875em) and (min-width: 40em) {
    .grey-box-mobile {
      margin-bottom: 4rem;
      margin-top: 2rem; } }

.section-header {
  padding-bottom: 2rem;
  text-transform: uppercase;
  font-weight: 400;
  letter-spacing: 1.5px;
  display: inline-block;
  display: flex; }
  .section-header:before {
    content: "";
    display: inline-block;
    width: 2rem;
    border-color: #323232;
    border-width: 1px;
    margin-right: 1rem; }
  .section-header.noline:before {
    display: none; }

.mainmenu {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  z-index: 99;
  overflow: auto;
  max-height: 100vh;
  padding-top: 4rem; }
  @media print, screen and (min-width: 40em) {
    .mainmenu {
      padding-top: 5rem; } }
  @media print, screen and (min-width: 64em) {
    .mainmenu {
      padding-top: 5rem; } }
  .mainmenu.closed {
    display: none; }
  .mainmenu .column {
    background: #fefefe;
    padding: 0.5rem 0; }
    @media print, screen and (min-width: 40em) {
      .mainmenu .column {
        padding-top: 2rem;
        padding-bottom: 0; } }
    @media screen and (max-height: 700px) {
      .mainmenu .column {
        padding-top: 1rem; } }
  .mainmenu .back {
    padding: 1rem 1rem;
    vertical-align: middle;
    font-size: 0.8rem;
    align-items: center;
    display: flex; }
    @media print, screen and (min-width: 40em) {
      .mainmenu .back {
        padding: 1rem 2rem; } }
    .mainmenu .back i {
      background: #e5e9ef url("/static/icons/arrow-right.svg") no-repeat center center;
      width: 35px;
      height: 35px;
      background-size: 50%;
      border-radius: 50%;
      transform: rotate(180deg);
      display: inline-block;
      margin-right: 1rem; }
  .mainmenu .primary_menu,
  .mainmenu .secondary_menu,
  .mainmenu .preview {
    box-shadow: rgba(50, 50, 50, 0.1) 1px 1px 2px 0px;
    overflow: auto; }
    @media print, screen and (min-width: 40em) {
      .mainmenu .primary_menu,
      .mainmenu .secondary_menu,
      .mainmenu .preview {
        transition: 0.8s ease; } }
    .mainmenu .primary_menu.open,
    .mainmenu .secondary_menu.open,
    .mainmenu .preview.open {
      margin-left: 0; }
  .mainmenu .primary_menu,
  .mainmenu .secondary_menu {
    width: 100%; }
    @media print, screen and (min-width: 40em) {
      .mainmenu .primary_menu,
      .mainmenu .secondary_menu {
        display: flex;
        flex-direction: column;
        width: 50%; } }
    @media print, screen and (min-width: 64em) {
      .mainmenu .primary_menu,
      .mainmenu .secondary_menu {
        width: 33.33333333%; } }
    @media screen and (min-width: 75em) {
      .mainmenu .primary_menu,
      .mainmenu .secondary_menu {
        width: 25%; } }
    .mainmenu .primary_menu .list-heading,
    .mainmenu .secondary_menu .list-heading {
      padding: 0.5rem 1rem;
      margin: 0; }
      @media print, screen and (min-width: 40em) {
        .mainmenu .primary_menu .list-heading,
        .mainmenu .secondary_menu .list-heading {
          padding: 1rem 2rem; } }
      @media print, screen and (min-width: 64em) {
        .mainmenu .primary_menu .list-heading,
        .mainmenu .secondary_menu .list-heading {
          padding-top: 3rem; } }
  .mainmenu .primary_menu {
    position: relative;
    z-index: 50;
    background: #fefefe;
    display: flex;
    flex-direction: column; }
    @media screen and (max-width: 39.99875em) {
      .mainmenu .primary_menu {
        margin-left: -100%; }
        .mainmenu .primary_menu.active {
          margin-left: 0; } }
    .mainmenu .primary_menu .content {
      flex: 1;
      display: flex;
      flex-direction: column; }
  .mainmenu .secondary_menu {
    background: #fefefe;
    position: relative;
    margin-left: -100%; }
    @media screen and (max-width: 39.99875em) {
      .mainmenu .secondary_menu.open {
        z-index: 60; } }
    @media print, screen and (min-width: 40em) {
      .mainmenu .secondary_menu {
        margin-left: -50%;
        z-index: 40; } }
    @media print, screen and (min-width: 64em) {
      .mainmenu .secondary_menu {
        margin-left: -33.333333333%; } }
    @media screen and (min-width: 75em) {
      .mainmenu .secondary_menu {
        margin-left: -25%; } }
    .mainmenu .secondary_menu a {
      width: 100%; }
    .mainmenu .secondary_menu .content {
      padding-top: 3rem; }
      .mainmenu .secondary_menu .content:first-of-type {
        padding-top: 0; }
  .mainmenu .preview-wrapper {
    background: #fefefe;
    display: none;
    margin-left: -50%;
    transition: 1s ease;
    /*
    .button {
      position: absolute;
      right: 0;
      bottom: 0;
      width: auto;
      margin-bottom: 0;
    }
    */ }
    @media print, screen and (min-width: 64em) {
      .mainmenu .preview-wrapper {
        display: block;
        width: 33.333333333%; } }
    @media screen and (min-width: 75em) {
      .mainmenu .preview-wrapper {
        display: block;
        width: 50%; } }
    .mainmenu .preview-wrapper.open {
      margin-left: 0;
      flex: 1; }
    .mainmenu .preview-wrapper .preview {
      display: none;
      opacity: 0;
      height: 100%; }
      .mainmenu .preview-wrapper .preview.open {
        display: block;
        opacity: 1; }
  .mainmenu .menulist_primary {
    flex: 1;
    display: flex; }
    @media screen and (max-width: 39.99875em) {
      .mainmenu .menulist_primary ul li {
        padding-left: 1.5rem; } }
  .mainmenu .menulist {
    width: 100%;
    font-size: 1.0625rem;
    font-family: "Roboto", sans-serif;
    font-weight: 200; }
    @media print, screen and (min-width: 40em) {
      .mainmenu .menulist {
        font-size: 1.375rem;
        font-size: calc(1rem + 0.5vh); } }
  @media print, screen and (min-width: 40em) {
    .mainmenu .secondary_menu .menulist {
      font-size: 1.375rem;
      font-size: calc(1rem + 0.5vh); } }
  .mainmenu .secondary_menu .menulist li {
    padding-top: 1rem;
    padding-bottom: 1rem; }
    @media screen and (max-width: 39.99875em) {
      .mainmenu .secondary_menu .menulist li {
        padding-left: 1.5rem; } }
    @media print, screen and (min-width: 40em) {
      .mainmenu .secondary_menu .menulist li {
        padding-top: 0.5rem;
        padding-bottom: 0.5rem; } }
    @media screen and (max-height: 700px) {
      .mainmenu .secondary_menu .menulist li {
        padding-top: 0.4rem;
        padding-bottom: 0.4rem; } }
  .mainmenu ul {
    margin: 0; }
    .mainmenu ul li {
      list-style: none;
      padding: 0.5rem 1rem;
      display: flex;
      line-height: 1.3; }
      @media print, screen and (min-width: 40em) {
        .mainmenu ul li {
          padding: 1rem 2rem;
          padding: 1.2vh 2rem;
          padding-left: calc(5rem - 11px - 1rem); } }
    .mainmenu ul.menulist_secondary {
      border-left: 8px solid #323232; }
      @media print, screen and (min-width: 40em) {
        .mainmenu ul.menulist_secondary {
          margin-bottom: 2rem;
          padding-bottom: 1rem;
          padding-top: 1rem; } }
      .mainmenu ul.menulist_secondary li {
        padding: 0.5rem 1rem; }
        @media print, screen and (min-width: 40em) {
          .mainmenu ul.menulist_secondary li {
            font-size: 1.2rem;
            padding: 0.2rem 2rem;
            padding-left: 4rem; } }
      .mainmenu ul.menulist_secondary a {
        font-weight: 300; }
        .mainmenu ul.menulist_secondary a:hover {
          font-weight: 400; }
  .mainmenu li i {
    transition: 0.5s ease;
    display: block;
    height: 11px;
    width: 11px;
    margin-right: 1rem;
    opacity: 0;
    border-radius: 50%;
    background: #ff9900;
    margin-top: auto;
    margin-bottom: auto; }
    @media screen and (max-width: 39.99875em) {
      .mainmenu li i {
        display: none; } }
  .mainmenu li.active i {
    opacity: 1; }
  .mainmenu li.active {
    font-weight: 400; }
  .mainmenu li b {
    border-radius: 50%;
    background: #eff1f4 url("/static/icons/arrow-right.svg") no-repeat center center;
    width: 35px;
    height: 35px;
    background-size: 50%;
    margin-left: auto; }
  .mainmenu .section-header {
    padding-bottom: 0;
    padding-left: calc(5rem - 40px - 1rem);
    font-weight: 400; }
    .mainmenu .section-header:before {
      border-width: 0;
      width: 40px; }
      @media screen and (max-width: 39.99875em) {
        .mainmenu .section-header:before {
          width: 0;
          margin: 0; } }
  .mainmenu .description {
    padding: 2rem;
    position: relative; }
    @media print, screen and (min-width: 64em) {
      .mainmenu .description {
        padding: 2rem 4rem;
        font-size: 1.0625rem;
        font-weight: 300; } }
  .mainmenu .active a:before {
    height: 20px;
    width: 20px; }
  .mainmenu .image-preview-wrapper {
    height: 70%;
    width: 100%;
    background-color: #eff1f4;
    background-image: url("/static/ntb_ball_trans.svg");
    background-repeat: no-repeat;
    background-position: center center; }
  .mainmenu .image-preview {
    cursor: pointer;
    position: relative;
    opacity: 0;
    height: 100%;
    width: 100%;
    transition: 0.5s;
    background-size: cover;
    background-position: center center; }
    .mainmenu .image-preview.loaded {
      transition: 0.5s;
      opacity: 1; }
  @media screen and (max-height: 700px) {
    .mainmenu .image-preview-wrapper {
      height: 50%; } }

.button {
  background-color: #30826a;
  font-weight: 500;
  padding: 0.7em 1.5em;
  line-height: 1.6;
  min-height: 2.625rem;
  white-space: nowrap;
  font-size: 1rem;
  text-align: center;
  color: #fff; }
  .button.fullwidth {
    margin-top: 1rem;
    width: 100%; }
  .button.secondary, .button.primary {
    border-bottom: none;
    box-shadow: none; }
    .button.secondary:hover, .button.secondary:focus, .button.primary:hover, .button.primary:focus {
      background-color: #30826a; }
  .button.secondary {
    background: #323232; }
  .button.primary {
    background: #30826a; }
  .button:hover, .button:focus {
    background-color: #30826a; }
  .button.link {
    background: none;
    border-bottom: 1px solid #323232;
    color: #323232;
    padding: 0.7em 0.5em; }
    .button.link:hover, .button.link:focus {
      border-bottom-color: #ff9900; }
  .button.external {
    background: #323232; }
    .button.external:hover, .button.external:focus {
      background-color: #585858; }

.grid-items .cell {
  margin-bottom: 2rem; }
  .grid-items .cell img {
    width: 100%; }
  .grid-items .cell .contact-person img {
    width: 140px; }
  .grid-items .cell h3 {
    margin-top: 1rem; }

.grid-items.padded .cell {
  padding: 0 3rem; }

.grid-items .date {
  font-weight: 500;
  margin-bottom: 0.5rem;
  font-size: .8rem; }
  .grid-items .date .day {
    text-transform: capitalize; }

.grid-items.boxes .cell {
  border: 1px solid #e6e6e6;
  padding: calc(1.5rem + 2px); }
  @media print, screen and (min-width: 40em) {
    .grid-items.boxes .cell {
      padding: calc(2.5rem + 2px); } }
  .grid-items.boxes .cell h3 {
    text-align: center;
    margin-top: 0;
    font-size: 1.5rem; }
  .grid-items.boxes .cell.nolink {
    cursor: normal;
    background: #eff1f4;
    border-color: #eff1f4; }
    .grid-items.boxes .cell.nolink:hover {
      border: 1px solid #eff1f4; }
  .grid-items.boxes .cell.hover:hover {
    padding: 1.5rem;
    cursor: pointer;
    border-width: 3px;
    border-style: solid; }
    @media print, screen and (min-width: 40em) {
      .grid-items.boxes .cell.hover:hover {
        padding: calc(2.5rem); } }

.hero2 {
  position: relative; }
  .hero2 img,
  .hero2 picture {
    width: 100%; }
  @media screen and (max-width: 63.99875em) {
    .hero2 .text-container {
      padding-right: 0.625rem;
      padding-left: 0.625rem;
      max-width: 75rem;
      margin-left: auto;
      margin-right: auto;
      margin-top: 1rem; } }
  @media screen and (max-width: 63.99875em) and (min-width: 40em) {
    .hero2 .text-container {
      padding-right: 0.9375rem;
      padding-left: 0.9375rem; } }
  @media print, screen and (min-width: 64em) {
    .hero2 .text-container {
      position: absolute;
      background-color: #fefefe;
      top: 0;
      left: 200px;
      max-width: 350px;
      padding: 3rem;
      height: 100%;
      display: flex;
      flex-direction: column;
      justify-content: center; } }
  @media print, screen and (min-width: 40em) {
    .hero2 .imagesearch {
      background-color: #fefefe;
      position: relative;
      margin-top: -5.6rem;
      padding: 1rem 1.5rem; }
      .hero2 .imagesearch .section-header {
        padding-bottom: 1rem; } }

.hero2-carousel .slide-inner {
  position: relative; }
  .hero2-carousel .slide-inner img {
    width: 100%; }
  @media screen and (max-width: 63.99875em) {
    .hero2-carousel .slide-inner .text-container {
      padding-right: 0.625rem;
      padding-left: 0.625rem;
      max-width: 75rem;
      margin-left: auto;
      margin-right: auto;
      margin-top: 1rem; } }
  @media screen and (max-width: 63.99875em) and (min-width: 40em) {
    .hero2-carousel .slide-inner .text-container {
      padding-right: 0.9375rem;
      padding-left: 0.9375rem; } }
  @media print, screen and (min-width: 64em) {
    .hero2-carousel .slide-inner .text-container {
      position: absolute;
      background-color: #fefefe;
      top: 0;
      left: 200px;
      max-width: 350px;
      padding: 3rem;
      height: 100%;
      display: flex;
      flex-direction: column;
      justify-content: center; } }
  .hero2-carousel .slide-inner .slide-nav {
    display: flex;
    align-items: center;
    line-height: 1;
    margin-top: 2rem; }
    .hero2-carousel .slide-inner .slide-nav .slide-number {
      font-weight: 500; }
    .hero2-carousel .slide-inner .slide-nav .next {
      cursor: pointer;
      margin-left: auto;
      background: url("/static/icons/arrow-right.svg") no-repeat center;
      width: 30px;
      height: 20px;
      background-size: cover;
      margin-right: 1rem; }
    @media screen and (max-width: 63.99875em) {
      .hero2-carousel .slide-inner .slide-nav {
        margin-bottom: 1rem; } }

.hero3 {
  padding-bottom: 0;
  background: none;
  position: relative;
  width: 100%; }
  .hero3 .text {
    padding-bottom: 1rem; }
    @media print, screen and (min-width: 64em) {
      .hero3 .text {
        font-size: 1.375rem;
        font-weight: 300; } }
  @media print, screen and (min-width: 40em) {
    .hero3 .section-wrapper {
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      background: none; }
      .hero3 .section-wrapper.first {
        z-index: 1; } }
  .hero3 .scrolldown {
    position: absolute;
    right: 40px;
    bottom: 40px;
    background: url("/static/icons/arrow-right-white.svg") no-repeat center center, #30826a;
    background-size: 60%;
    transform: rotate(90deg);
    height: 50px;
    width: 50px;
    border-radius: 50%;
    overflow: hidden;
    text-indent: -1000px;
    display: block; }
    @media screen and (max-width: 39.99875em) {
      .hero3 .scrolldown {
        display: none; } }
  .hero3 .section-first {
    left: 0; }
    @media print, screen and (min-width: 64em) {
      .hero3 .section-first .container_inner {
        display: flex;
        justify-content: center;
        align-items: center;
        padding-top: 1.5rem;
        padding-bottom: 1rem; }
        .hero3 .section-first .container_inner p,
        .hero3 .section-first .container_inner h1,
        .hero3 .section-first .container_inner div {
          margin: 0; }
        .hero3 .section-first .container_inner h1,
        .hero3 .section-first .container_inner .text {
          padding-left: 1rem;
          padding-right: 1rem; } }
    .hero3 .section-first .container {
      position: relative;
      color: #323232;
      padding: 1rem 1.5rem 1rem 1.5rem; }
      @media print, screen and (min-width: 40em) {
        .hero3 .section-first .container {
          padding: 0.5rem 2.5rem 0.5rem 2.5rem; } }
    .hero3 .section-first .corner {
      display: none;
      position: absolute;
      top: 0;
      border-right: 147px solid transparent;
      border-top: 147px solid #fefefe;
      width: 0; }
      @media screen and (max-width: 39.99875em) {
        .hero3 .section-first .corner {
          display: none; } }
  .hero3 .text {
    font-size: 1.1rem;
    padding: 0; }
  .hero3 .border-left {
    border-left: 8px solid #fefefe;
    padding-left: 3rem; }
  @media print, screen and (min-width: 40em) {
    .hero3 .border-right {
      border-right: 8px solid #fefefe;
      padding-right: 3rem; } }
  @media print, screen and (min-width: 40em) {
    .hero3 h1 {
      font-size: 1.875rem;
      margin-bottom: 0; } }
  @media print, screen and (min-width: 64em) {
    .hero3 h1 {
      font-size: 2.1875rem;
      line-height: 1.2; } }
  .hero3 .section-hero {
    height: 100%;
    position: relative; }
    .hero3 .section-hero .slide-inner {
      background-color: #eff1f4;
      background-image: url("/static/ntb_ball_trans.svg");
      background-repeat: no-repeat;
      background-position: center center; }
    .hero3 .section-hero .slide {
      height: 800px;
      max-height: 400px;
      max-height: 40vh;
      background-repeat: no-repeat;
      background-position: center center;
      background-size: cover; }
      @media print, screen and (min-width: 40em) {
        .hero3 .section-hero .slide {
          max-height: 70vh; } }
  .hero3 .section-last {
    background-color: #fefefe; }
    @media print, screen and (min-width: 40em) {
      .hero3 .section-last {
        z-index: 2;
        width: 100%;
        bottom: 0; } }
    .hero3 .section-last .description {
      padding: 2rem 2.5rem 0.5rem 2.5rem; }
      .hero3 .section-last .description .text {
        text-align: center;
        font-size: 1.5625rem;
        font-weight: 300; }
    .hero3 .section-last .boxes {
      background: #fefefe;
      padding: 0.5rem 0rem 5rem 0rem;
      position: relative; }
    .hero3 .section-last .item {
      background-color: #fefefe;
      border: 2px #eff1f4 solid;
      padding: 0;
      cursor: pointer;
      margin-top: 1rem;
      transition: background 0.2s ease-in, color 0.2s ease-in, border 0.1s ease;
      background-repeat: no-repeat;
      background-size: 10% 100%;
      background-position: center calc(-1.2rem);
      margin-bottom: 0; }
      @media print, screen and (min-width: 40em) {
        .hero3 .section-last .item {
          margin-top: 2rem; } }
      @media screen and (min-width: 75em) {
        .hero3 .section-last .item {
          margin-top: 1rem; } }
      .hero3 .section-last .item:hover {
        border-color: #30826a; }
        .hero3 .section-last .item:hover h3 {
          background: rgba(254, 254, 254, 0); }
      .hero3 .section-last .item h3 {
        margin: 0;
        transition: background 0.2s ease-in, color 0.2s ease-in;
        background: rgba(254, 254, 254, 0.7);
        padding: 3.5rem 1rem 1rem 1rem;
        height: 100%; }
      .hero3 .section-last .item.news {
        background-image: url("/static/icons/newspaper.svg"); }
      .hero3 .section-last .item.images {
        background-image: url("/static/icons/photo.svg"); }
      .hero3 .section-last .item.sport {
        background-image: url("/static/icons/fotball.svg"); }
      .hero3 .section-last .item.communication {
        background-image: url("/static/icons/bubbles.svg"); }
      .hero3 .section-last .item.entertainment {
        background-image: url("/static/icons/mike.svg"); }
    .hero3 .section-last .icon {
      background-size: 80%; }
    .hero3 .section-last .with-icon {
      align-items: center;
      justify-content: center; }
    .hero3 .section-last .intro {
      width: auto; }
      .hero3 .section-last .intro .text-wrapper {
        display: inline-block;
        position: relative;
        background-color: #fefefe;
        padding-top: 1rem;
        width: auto;
        height: 40px;
        padding-right: 1rem; }
      .hero3 .section-last .intro h6 {
        margin-bottom: 0;
        padding-bottom: 0;
        display: flex;
        align-items: center; }
        .hero3 .section-last .intro h6 .pulser {
          margin-right: 1rem;
          background-color: #ff9900; }
      .hero3 .section-last .intro .text-wrapper:after {
        content: "";
        position: absolute;
        top: 0;
        right: -40px;
        border-right: 40px solid transparent;
        border-bottom: 40px solid #fefefe;
        width: 0; }

.hero1 {
  background: #eff1f4;
  position: relative;
  padding-bottom: 0; }
  .hero1 .slide {
    height: 800px;
    height: 60vh;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    transition: width 0.5s, filter 2s, all 0.5s;
    flex: 1; }
  .hero1 .image-container {
    display: flex; }
  .hero1 .next {
    position: absolute;
    cursor: pointer;
    background-color: #ff9900;
    height: 64px;
    width: 64px;
    display: block;
    border-radius: 50%;
    overflow: hidden;
    text-indent: -1000px;
    background: url("/static/icons/arrow-right-white.svg") no-repeat center center, #ff9900;
    background-size: 60%;
    transition: opacity 0.5s;
    opacity: 1; }
    .hero1 .next:hover {
      opacity: 0.9; }
  .hero1 .open .active {
    flex: 8;
    width: 85%;
    -webkit-filter: grayscale(0%);
    filter: grayscale(0%); }
  .hero1 .text-wrapper {
    position: relative; }
    .hero1 .text-wrapper .text-container {
      padding-right: 2rem;
      padding-left: 3rem;
      transition: opacity 0.5s, margin 0.5s, all 0.5s;
      display: none; }
    .hero1 .text-wrapper h2 {
      font-size: 2.125rem;
      font-weight: 300;
      line-height: 1.6; }
    .hero1 .text-wrapper .next {
      top: 50%;
      margin-left: -32px;
      margin-top: -32px; }
  .hero1 .line-path {
    position: absolute;
    bottom: 100px;
    right: 0;
    left: 0;
    padding-left: 10%;
    padding-right: 10%;
    margin-right: auto;
    margin-left: auto;
    z-index: 20; }
  .hero1 .line {
    transition: width 0.5s;
    border-bottom: 2px solid #ff9900;
    float: right; }
  .hero1 .text-wrapper.default .text-container:first-child,
  .hero1 .text-container.active {
    display: block; }
  .hero1 .mobile-hero .text-container {
    padding: 2rem 1.5rem;
    position: relative; }
    .hero1 .mobile-hero .text-container .title {
      font-size: 1.25rem; }
  .hero1 .mobile-hero .mob-slide {
    display: none; }
    .hero1 .mobile-hero .mob-slide.active {
      display: block; }
  .hero1 .mobile-hero .next {
    right: 1rem;
    top: -32px; }

.layout.secondary .hero1 .text-wrapper .next {
  background-color: #3d6c7e; }

@media print, screen and (min-width: 40em) {
  .intro .text {
    padding-bottom: 1rem;
    font-size: 1.375rem;
    font-weight: 300; } }

.intro .grid-container {
  padding: 0; }

@media print, screen and (min-width: 40em) {
  .intro.big .text {
    margin-right: 1rem;
    font-size: 3rem; }
    .intro.big .text p {
      line-height: 1.4; } }

@media screen and (max-width: 39.99875em) {
  .intro .button {
    display: block; } }

.contact-person {
  text-align: center; }
  .contact-person img {
    width: 140px;
    border-radius: 50%;
    margin-bottom: 2rem; }
  .contact-person .position {
    font-family: "Overpass", sans-serif;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 1.5px;
    margin-bottom: 0.25rem; }
  .contact-person .position-secondary {
    margin-bottom: 0.25rem;
    font-family: "Overpass", sans-serif;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 0.9rem; }
  .contact-person.small .person-description {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem; }
    .contact-person.small .person-description:before {
      content: "";
      display: block;
      padding-top: 0.5rem;
      margin-left: auto;
      margin-right: auto;
      width: 1rem;
      border-top: 1px solid #323232; }
  .contact-person.large .person-description {
    border-bottom: 1px solid #ff9900;
    text-align: left; }
  .contact-person .callcenter-image {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    display: block;
    margin-left: auto;
    margin-right: auto;
    height: 140px;
    width: 140px;
    border-radius: 50%;
    margin-bottom: 2rem;
    background: url("/static/callcenter.jpg") no-repeat center;
    background-size: cover; }
    .contact-person .callcenter-image:hover {
      -webkit-filter: grayscale(0%);
      filter: grayscale(0%); }

.layout.secondary .contact-person.large .person-description {
  border-color: #3d6c7e; }

.key-figures {
  text-align: center; }
  @media screen and (max-width: 39.99875em) {
    .key-figures {
      max-width: 90%;
      margin-left: auto;
      margin-right: auto; } }
  .key-figures .cell {
    margin-bottom: 1.5rem;
    padding-bottom: 1.5rem;
    border-bottom: 1px solid #323232; }
    .key-figures .cell:last-child {
      border-bottom: none; }
    @media print, screen and (min-width: 40em) {
      .key-figures .cell {
        border-bottom: none;
        border-right: 1px solid #323232; }
        .key-figures .cell:last-child {
          border-right: none; } }
  .key-figures .number {
    font-size: 3rem;
    font-family: "Overpass", sans-serif;
    font-weight: 600;
    color: #3d6c7e; }
    @media print, screen and (min-width: 64em) {
      .key-figures .number {
        font-size: 4.5rem; } }
  .key-figures .text {
    font-size: 1.2rem;
    max-width: 250px;
    margin: 0 auto; }
    @media print, screen and (min-width: 64em) {
      .key-figures .text {
        font-size: 1.375rem; } }

.vertical-tabbed-carousel {
  padding-top: 2rem;
  padding-bottom: 3rem; }
  @media print, screen and (min-width: 40em) {
    .vertical-tabbed-carousel {
      padding-top: 4rem;
      padding-bottom: 4rem; } }
  .vertical-tabbed-carousel .tabs .slick-slider {
    height: 100%;
    border-left: 8px solid #fefefe; }
    .vertical-tabbed-carousel .tabs .slick-slider .slick-list {
      margin-left: -8px;
      height: 100%; }
      .vertical-tabbed-carousel .tabs .slick-slider .slick-list .slick-track {
        height: 100%;
        display: flex;
        flex-direction: column;
        justify-content: space-between; }
  .vertical-tabbed-carousel .tabs .slick-slide {
    float: none;
    width: 100% !important;
    padding-left: 2.5rem;
    padding-bottom: 1.5rem;
    cursor: pointer;
    border-left: 8px solid #fefefe;
    opacity: 0.6;
    transition: opacity 1s ease, border 0.2s ease; }
    .vertical-tabbed-carousel .tabs .slick-slide .slide-inner {
      outline: none; }
      .vertical-tabbed-carousel .tabs .slick-slide .slide-inner h3 {
        font-weight: 600; }
        @media print, screen and (min-width: 40em) {
          .vertical-tabbed-carousel .tabs .slick-slide .slide-inner h3 {
            margin-bottom: 0; } }
    .vertical-tabbed-carousel .tabs .slick-slide.slick-current {
      border-left: 8px solid #30826a;
      opacity: 1; }
  .vertical-tabbed-carousel .carousel {
    padding-right: 2rem; }
    .vertical-tabbed-carousel .carousel .slick-slide img {
      width: 100%; }
  .vertical-tabbed-carousel .for-mobile .item {
    position: relative;
    padding-left: 3rem;
    margin-left: 1rem;
    border-left: 1px solid #323232;
    padding-bottom: 2rem; }
    .vertical-tabbed-carousel .for-mobile .item .circle {
      position: absolute;
      left: -20px;
      top: 0;
      border: 1px solid #323232;
      border-radius: 50%;
      width: 40px;
      height: 40px;
      text-align: center;
      line-height: 40px;
      background-color: #eff1f4; }
    .vertical-tabbed-carousel .for-mobile .item .text {
      margin-bottom: 1rem; }

.horizontal-tabbed-carousel {
  padding-top: 2rem;
  padding-bottom: 3rem; }
  @media print, screen and (min-width: 40em) {
    .horizontal-tabbed-carousel {
      padding-top: 4rem;
      padding-bottom: 4rem; } }
  .horizontal-tabbed-carousel .signature {
    text-transform: uppercase;
    letter-spacing: 1.5px;
    font-family: "Overpass", sans-serif;
    padding-top: 1rem; }
    .horizontal-tabbed-carousel .signature:before {
      content: "\2014";
      margin-right: 0.35rem; }
  .horizontal-tabbed-carousel .tabs {
    margin-bottom: 4rem; }
    .horizontal-tabbed-carousel .tabs .slick-slide {
      cursor: pointer;
      border-bottom: 8px solid #fefefe; }
      .horizontal-tabbed-carousel .tabs .slick-slide .slide-inner {
        text-align: center;
        outline: none; }
      .horizontal-tabbed-carousel .tabs .slick-slide.slick-current {
        border-bottom: 8px solid #30826a; }
  .horizontal-tabbed-carousel .carousel .slick-slide img {
    width: 100%; }
  .horizontal-tabbed-carousel .carousel h6 {
    font-weight: 700;
    letter-spacing: 1.5px;
    text-transform: uppercase; }
  .horizontal-tabbed-carousel .for-mobile .slide-inner img {
    width: 100%;
    margin-bottom: 1rem; }
  .horizontal-tabbed-carousel .for-mobile .slide-inner .tab-name {
    margin-bottom: 0.5rem; }
  .horizontal-tabbed-carousel .for-mobile .slide-nav {
    display: flex;
    align-items: center;
    line-height: 1;
    margin-top: 2rem;
    margin-bottom: 1rem; }
    .horizontal-tabbed-carousel .for-mobile .slide-nav .slide-number {
      font-weight: 500; }
    .horizontal-tabbed-carousel .for-mobile .slide-nav .next {
      z-index: 9;
      cursor: pointer;
      margin-left: auto;
      background: url("/static/icons/arrow-right.svg") no-repeat center;
      width: 30px;
      height: 20px;
      background-size: cover; }

.editorial-text h2,
.editorial-text-image h2,
.editorial-text-list h2 {
  margin-bottom: 1rem;
  line-height: 1.17; }

.editorial-text-image img {
  width: 100%; }

.editorial-text-image .text-wrapper {
  margin-top: 1rem;
  margin-bottom: 1rem; }

@media screen and (max-width: 39.99875em) {
  .editorial-text-image .infobox {
    order: 2; }
  .editorial-text-image .image {
    order: 1; } }

.editorial-text-list .text-wrapper {
  margin-bottom: 2rem; }
  @media print, screen and (min-width: 40em) {
    .editorial-text-list .text-wrapper {
      margin-bottom: 0; } }

.editorial-text-list .text {
  margin-top: 1rem; }

.editorial-text-list .list-wrapper ul {
  margin-top: 0; }

.editorial-text-list .biglist .list-wrapper {
  padding-top: 0; }

.editorial-text-list .text-center .line {
  margin-left: auto;
  margin-right: auto; }

.text-image-highlighted img {
  width: 100%; }

.text-image-highlighted .text-container {
  display: flex; }
  .text-image-highlighted .text-container .text-wrapper {
    align-self: center;
    max-width: 90%;
    margin: 0 auto;
    padding-top: 1.5rem; }
    .text-image-highlighted .text-container .text-wrapper h6 {
      font-weight: 700;
      letter-spacing: 1.5px;
      text-transform: uppercase; }

@media screen and (max-width: 39.99875em) {
  .video .text-wrapper {
    margin-bottom: 1rem; } }

@media print, screen and (min-width: 64em) {
  .video .text-wrapper {
    max-width: 90%; } }

.video .video-react:hover .video-react-big-play-button:before {
  opacity: 1; }

.video .video-react .video-react-big-play-button {
  border: none;
  background: transparent; }
  .video .video-react .video-react-big-play-button:before {
    content: " ";
    background: url("/static/icons/play-white.svg") no-repeat center;
    opacity: 0.6; }

.content-listing h3 {
  font-weight: 600; }

.content-listing .content-container .cell .item-wrapper {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  line-height: 1.88;
  border-bottom: 1px solid #323232; }
  @media print, screen and (min-width: 40em) {
    .content-listing .content-container .cell .item-wrapper {
      padding-top: 1rem;
      padding-bottom: 1rem; } }

.content-listing .content-container .cell:last-child .item-wrapper {
  border-bottom: none; }

@media print, screen and (min-width: 40em) {
  .content-listing .content-container .cell {
    border-right: 1px solid #323232; }
    .content-listing .content-container .cell:last-child {
      border-right: 8px solid #323232; }
    .content-listing .content-container .cell .item-wrapper {
      border-bottom: none; } }

@media print, screen and (min-width: 64em) {
  .content-listing .content-container .cell:nth-child(3n + 1) {
    width: 32% !important;
    padding-right: 3rem; }
  .content-listing .content-container .cell:nth-child(3n + 2) {
    width: 34% !important;
    padding-left: 3rem;
    padding-right: 3rem; }
  .content-listing .content-container .cell:nth-child(3n + 3) {
    width: 34% !important;
    padding-left: 3rem;
    padding-right: 3rem; } }

@media print, screen and (min-width: 40em) {
  .horizontal-content-carousel {
    padding-bottom: 6.3rem; } }

@media print, screen and (min-width: 64em) {
  .horizontal-content-carousel {
    padding-bottom: 7.3rem; } }

@media print, screen and (min-width: 40em) {
  .horizontal-content-carousel .grid-x .cell:first-of-type {
    border-left: 8px solid #323232;
    display: flex;
    align-items: center; } }

.horizontal-content-carousel .text-wrapper {
  margin-bottom: 1rem; }
  @media print, screen and (min-width: 40em) {
    .horizontal-content-carousel .text-wrapper {
      margin-bottom: 0;
      padding: 0 1rem; } }

@media screen and (min-width: 1024px) and (max-width: 1300px) {
  .horizontal-content-carousel .slick-slider {
    width: 90%; } }

@media print, screen and (min-width: 40em) {
  .horizontal-content-carousel .slick-slider {
    margin-bottom: -2.3rem; } }

.horizontal-content-carousel .slick-slider .slick-prev {
  display: none !important; }

.horizontal-content-carousel .slick-slider .slick-next {
  background: url("/static/icons/arrow-right.svg") no-repeat center;
  width: 30px;
  height: 20px;
  background-size: cover;
  right: -55px; }
  @media print, screen and (min-width: 40em) {
    .horizontal-content-carousel .slick-slider .slick-next {
      width: 40px;
      height: 40px; } }
  .horizontal-content-carousel .slick-slider .slick-next:before {
    content: none; }

.horizontal-content-carousel .slick-slider .slick-track {
  display: flex;
  align-items: flex-start; }

@media print, screen and (min-width: 40em) {
  .horizontal-content-carousel .slick-slider .slick-slide {
    padding: 0 12px; } }

.horizontal-content-carousel .slick-slider .slick-slide .slide-inner {
  text-align: center; }
  .horizontal-content-carousel .slick-slider .slick-slide .slide-inner img {
    width: 100%; }
  .horizontal-content-carousel .slick-slider .slick-slide .slide-inner h6 {
    font-size: 0.8125rem;
    text-transform: uppercase;
    font-weight: 400;
    letter-spacing: 1.08px;
    margin-top: 0.75rem;
    margin-bottom: 0; }

@media screen and (max-width: 39.99875em) {
  .featured-content .cell {
    margin-bottom: 1rem;
    order: 2; } }

.featured-content .cta {
  margin-top: 2rem; }

.featured-content .featured-image img {
  width: 100%; }

@media screen and (max-width: 39.99875em) {
  .featured-content .featured-image {
    order: 1; } }

@media print, screen and (min-width: 40em) {
  .puls.large {
    height: 43.75rem; } }

.puls .date {
  font-size: 1.25rem;
  line-height: 1;
  text-transform: uppercase;
  font-family: "Overpass", sans-serif;
  max-height: 100%; }
  @media print, screen and (min-width: 40em) {
    .puls .date {
      font-size: 2.5rem;
      border-right: 8px solid #323232;
      margin-right: 1rem; } }
  @media print, screen and (min-width: 64em) {
    .puls .date {
      min-height: 13rem; } }
  @media screen and (max-width: 63.99875em) {
    .puls .date {
      display: flex;
      margin-bottom: 1rem; } }
  @media screen and (max-width: 39.99875em) {
    .puls .date > div {
      margin-right: 0.5rem; } }

.puls .header {
  text-transform: uppercase;
  font-family: "Overpass", sans-serif;
  letter-spacing: 1px;
  font-weight: 800;
  display: flex; }
  @media print, screen and (min-width: 40em) {
    .puls .header {
      margin-bottom: 0.5rem; } }
  .puls .header .pulser {
    margin-right: 1rem;
    margin-top: auto;
    margin-bottom: auto; }

.puls .ticker {
  position: relative;
  height: 18.75rem;
  overflow: hidden; }
  @media print, screen and (min-width: 40em) {
    .puls .ticker {
      height: 25rem; } }
  .puls .ticker .overlay {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 20%;
    background-image: linear-gradient(rgba(254, 254, 254, 0), #fefefe); }
  .puls .ticker .timestamp {
    padding-top: 0.5rem;
    font-weight: 500; }
  .puls .ticker .item {
    background: #fff;
    display: flex;
    flex-direction: column;
    vertical-align: middle; }
    .puls .ticker .item .title {
      overflow: hidden;
      display: -webkit-box;
      -webkit-line-clamp: 3;
      -webkit-box-orient: vertical; }
    .puls .ticker .item .line {
      margin-top: auto;
      border-bottom: 1px solid #eff1f4;
      padding-bottom: 0.5rem;
      margin-bottom: 0.5rem;
      width: 75%; }
    .puls .ticker .item:last-child .line {
      border-bottom: 0px; }
    .puls .ticker .item img {
      margin-top: auto;
      padding-top: 0.5rem;
      display: block; }
    .puls .ticker .item:first-child {
      padding-top: 0; }

.pulser {
  display: block;
  width: 11px;
  height: 11px;
  border-radius: 50%;
  cursor: pointer;
  box-shadow: 0 0 0 rgba(204, 169, 44, 0.4);
  animation: pulser 2s infinite; }

@-webkit-keyframes pulser {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(204, 169, 44, 0.4); }
  70% {
    -webkit-box-shadow: 0 0 0 10px rgba(204, 169, 44, 0); }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(204, 169, 44, 0); } }

@keyframes pulser {
  0% {
    -moz-box-shadow: 0 0 0 0 rgba(204, 169, 44, 0.4);
    box-shadow: 0 0 0 0 rgba(204, 169, 44, 0.4); }
  70% {
    -moz-box-shadow: 0 0 0 10px rgba(204, 169, 44, 0);
    box-shadow: 0 0 0 10px rgba(204, 169, 44, 0); }
  100% {
    -moz-box-shadow: 0 0 0 0 rgba(204, 169, 44, 0);
    box-shadow: 0 0 0 0 rgba(204, 169, 44, 0); } }

.select {
  font-size: 0.9rem;
  font-weight: 500; }
  .select > div {
    border: 1px solid #e6e6e6;
    min-height: 3rem;
    border-radius: 0; }
    .select > div.react-select__control {
      box-shadow: none; }
    .select > div:hover {
      border: 1px solid #e6e6e6; }
  .select span {
    background-color: #e6e6e6; }
  .select .react-select__option--is-focused {
    background-color: #c7eae0; }
  .select .react-select__option--is-selected {
    background-color: #30826a; }

.imagesearch h3 {
  padding: 0 0.3rem;
  margin-bottom: 2rem; }

.imagesearch .searchfield {
  border: 1px solid #e6e6e6;
  background: #fefefe;
  display: flex; }
  .imagesearch .searchfield i.icon {
    background: url("/static/icons/search.svg") no-repeat left center;
    width: 20px;
    margin-right: 0.5rem;
    margin-left: 0.5rem;
    background-size: contain;
    display: block;
    height: auto; }
  .imagesearch .searchfield i.seperator {
    align-self: stretch;
    background-color: #e6e6e6;
    margin-bottom: 8px;
    margin-top: 8px;
    width: 1px;
    box-sizing: border-box; }
  .imagesearch .searchfield label {
    display: flex; }
    @media print, screen and (min-width: 40em) {
      .imagesearch .searchfield label {
        width: 70%; } }
  .imagesearch .searchfield input.searchinput {
    min-height: 3rem;
    border: 0;
    box-shadow: 0;
    background-color: inherit;
    margin-bottom: 0;
    box-shadow: none; }

.imagesearch .select {
  flex: 1;
  position: relative;
  z-index: 21; }
  .imagesearch .select > div {
    border: 0; }

.imagesearch .button {
  margin-bottom: 0;
  height: 100%;
  width: 100%; }

.imagesearch .searchform {
  margin: 0.5rem 0; }
  .imagesearch .searchform form .cell {
    padding: 0 0.3rem;
    margin-bottom: 0.5rem; }

.imagesearch .image-list {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  opacity: 1;
  transition: opacity 0.3s;
  height: 39.6875rem;
  overflow: hidden; }
  @media print, screen and (min-width: 40em) {
    .imagesearch .image-list {
      height: 29.75rem; } }
  .imagesearch .image-list:after {
    content: "";
    flex-grow: 999999999; }
  .imagesearch .image-list i {
    display: block; }
  .imagesearch .image-list .image-wrapper {
    background-color: #e6e6e6;
    position: relative;
    margin: 0.26786rem;
    overflow: hidden;
    transition: opacity 0.3s, filter 0.2s;
    opacity: 1;
    -webkit-filter: grayscale(0%);
    filter: grayscale(0%); }
    .imagesearch .image-list .image-wrapper:hover {
      opacity: 0.7; }
    .imagesearch .image-list .image-wrapper.video:hover {
      opacity: 1;
      background-color: #323232; }
  .imagesearch .image-list.loading .image-wrapper {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    opacity: 0.5; }
  .imagesearch .image-list img,
  .imagesearch .image-list video {
    display: inline-block;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 100%;
    vertical-align: bottom; }

.imagesearch .loadsplash {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center; }
  .imagesearch .loadsplash div {
    text-align: center;
    font-size: 3rem;
    line-height: 1.4;
    font-family: "Overpass", sans-serif; }
  .imagesearch .loadsplash .small {
    font-size: 1.375rem;
    line-height: 1.2; }

.imagesearch .image-count {
  margin-top: 0.5rem;
  padding: 0 0.3rem;
  font-weight: 300; }
  .imagesearch .image-count b {
    font-weight: 500; }

.image-collage .text {
  padding: 1rem;
  font-size: 1.1875rem;
  font-weight: 300; }

.image-collage figure {
  margin-bottom: 0; }

.image-collage .grid-x .cell {
  margin-bottom: 32px; }
  .image-collage .grid-x .cell .cell:last-child {
    margin-bottom: 0; }
  @media print, screen and (min-width: 64em) {
    .image-collage .grid-x .cell .cell {
      width: auto;
      margin-left: 0;
      margin-right: 0; } }

.image-collage .grid-y .cell {
  margin-bottom: 32px; }
  .image-collage .grid-y .cell:last-child {
    margin-bottom: 0; }

.image-collage img {
  object-fit: cover;
  width: 100%;
  max-height: 100%; }

.image-collage .normal_height .cell .cell img {
  height: 235px; }
  @media print, screen and (min-width: 40em) {
    .image-collage .normal_height .cell .cell img {
      height: 219px; } }

.image-collage .normal_height_breakpoint_large img {
  height: auto; }
  @media print, screen and (min-width: 64em) {
    .image-collage .normal_height_breakpoint_large img {
      height: 470px; } }

.image-collage .normal_height_breakpoint_large .cell .cell img {
  height: auto; }
  @media print, screen and (min-width: 64em) {
    .image-collage .normal_height_breakpoint_large .cell .cell img {
      height: 219px; } }

@media print, screen and (min-width: 40em) {
  .image-collage .medium_height img {
    height: 700px; } }

.image-collage .large_height img {
  height: 470px; }
  @media print, screen and (min-width: 40em) {
    .image-collage .large_height img {
      height: 970px; } }

.image-collage .large_height .cell .cell img {
  height: 235px; }
  @media print, screen and (min-width: 40em) {
    .image-collage .large_height .cell .cell img {
      height: 469px; } }

.circular_progress {
  text-align: center;
  margin-top: 0.5rem;
  margin-bottom: 0.5rem; }
  .circular_progress .primary-color {
    color: #ff9900; }
  .circular_progress .secondary-color {
    color: #3d6c7e; }
  .circular_progress .medium-gray {
    color: #eff1f4; }

.radial_progress {
  position: relative;
  border-radius: 50%;
  margin: 20px;
  padding: 50px;
  width: 50px;
  height: 50px;
  background-repeat: no-repeat;
  background-position: center center;
  animation: pulsergrey 2s ease-in-out infinite;
  -webkit-animation: pulsergrey 2s ease-in-out infinite, radial 1s ease-in-out infinite alternate;
  -moz-animation: pulsergrey 2s ease-in-out infinite; }
  .radial_progress .logo {
    border-radius: 50%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-repeat: no-repeat;
    background-position: center center;
    background-image: url("/static/ntb_white.svg"); }

@-webkit-keyframes pulsergrey {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(239, 241, 244, 0.5); }
  100% {
    -webkit-box-shadow: 0 0 0 50px rgba(239, 241, 244, 0); } }

@keyframes pulsergrey {
  0% {
    -moz-box-shadow: 0 0 0 0 rgba(239, 241, 244, 0.5);
    box-shadow: 0 0 0 0 rgba(239, 241, 244, 0.5); }
  100% {
    -moz-box-shadow: 0 0 0 50px rgba(239, 241, 244, 0);
    box-shadow: 0 0 0 50px rgba(239, 241, 244, 0); } }

@-webkit-keyframes radial {
  0% {
    background-image: -webkit-radial-gradient(center, ellipse cover, #eff1f4 0%, rgba(239, 241, 244, 0) 100%);
    opacity: 0.3; }
  100% {
    background-image: -webkit-radial-gradient(center, ellipse cover, #eff1f4 0%, rgba(239, 241, 244, 0) 100%);
    opacity: 1; } }

@-moz-keyframes radial {
  0% {
    background-image: -moz-radial-gradient(center, ellipse cover, #eff1f4 0%, rgba(239, 241, 244, 0) 100%);
    opacity: 0.3; }
  100% {
    background-image: -moz-radial-gradient(center, ellipse cover, #eff1f4 0%, rgba(239, 241, 244, 0) 100%);
    opacity: 1; } }

.article-page .fixed-content {
  margin-bottom: 2rem; }
  @media print, screen and (min-width: 40em) {
    .article-page .fixed-content {
      margin-bottom: 5rem; } }
  .article-page .fixed-content h1.title {
    margin-top: 3rem;
    margin-bottom: 2rem;
    font-size: 2.8125rem; }
  .article-page .fixed-content .image {
    margin-bottom: 2rem; }
    .article-page .fixed-content .image img {
      width: 100%; }
  .article-page .fixed-content .date {
    font-family: "Overpass", sans-serif;
    margin-bottom: 1rem;
    margin-top: 1rem;
    position: relative;
    display: inline-block; }
    .article-page .fixed-content .date:before {
      content: "";
      position: absolute;
      top: 50%;
      left: 100%;
      border-top: 2px solid #ff9900;
      background: orange;
      width: 100px;
      transform: translateY(-50%);
      margin-left: 1.5rem; }
  .article-page .fixed-content .description {
    font-size: 1.25rem;
    font-weight: 300;
    line-height: 1.5;
    margin-bottom: 2rem; }
    @media print, screen and (min-width: 40em) {
      .article-page .fixed-content .description {
        font-size: 1.375rem; } }
    @media print, screen and (min-width: 64em) {
      .article-page .fixed-content .description {
        font-size: 1.375rem; } }
  .article-page .fixed-content .body h2,
  .article-page .fixed-content .body h3 {
    padding-top: 1rem; }

.customer-case-page .fixed-content {
  margin-bottom: 2rem; }
  @media print, screen and (min-width: 40em) {
    .customer-case-page .fixed-content {
      margin-bottom: 5rem; } }
  .customer-case-page .fixed-content h1.title {
    margin-top: 3rem;
    margin-bottom: 2rem; }
  .customer-case-page .fixed-content .image {
    margin-bottom: 2rem; }
    @media print, screen and (min-width: 40em) {
      .customer-case-page .fixed-content .image {
        margin-bottom: 4rem; } }
    .customer-case-page .fixed-content .image img {
      width: 100%; }
  .customer-case-page .fixed-content .date {
    font-family: "Overpass", sans-serif;
    margin-bottom: 1rem;
    position: relative;
    display: inline-block; }
    .customer-case-page .fixed-content .date:before {
      content: "";
      position: absolute;
      top: 50%;
      left: 100%;
      border-top: 2px solid #ff9900;
      background: orange;
      width: 100px;
      transform: translateY(-50%);
      margin-left: 1.5rem; }
  .customer-case-page .fixed-content .author {
    border-top: 2px solid #ff9900;
    padding-top: 1rem; }
    .customer-case-page .fixed-content .author .label {
      font-family: "Overpass", sans-serif;
      text-transform: uppercase;
      letter-spacing: 1.5px; }
  .customer-case-page .fixed-content .description {
    font-size: 1.375rem;
    font-weight: 300;
    line-height: 1.5;
    margin-bottom: 2rem; }
    @media print, screen and (min-width: 40em) {
      .customer-case-page .fixed-content .description {
        font-size: 1.75rem; } }
    @media print, screen and (min-width: 64em) {
      .customer-case-page .fixed-content .description {
        font-size: 2rem; } }
  .customer-case-page .fixed-content .body h2,
  .customer-case-page .fixed-content .body h3 {
    padding-top: 1rem; }

.event-page .fixed-content {
  margin-bottom: 2rem; }
  @media print, screen and (min-width: 40em) {
    .event-page .fixed-content {
      margin-bottom: 5rem; } }
  .event-page .fixed-content .description {
    font-size: 1.25rem;
    font-weight: 300;
    line-height: 1.5;
    margin-bottom: 2rem; }
    @media print, screen and (min-width: 40em) {
      .event-page .fixed-content .description {
        font-size: 1.375rem; } }
    @media print, screen and (min-width: 64em) {
      .event-page .fixed-content .description {
        font-size: 1.375rem; } }
  .event-page .fixed-content h1.title {
    margin-top: 2rem;
    margin-bottom: 2rem; }
    @media print, screen and (min-width: 64em) {
      .event-page .fixed-content h1.title {
        margin-bottom: 4rem; } }
  .event-page .fixed-content .image img {
    width: 100%; }
  .event-page .fixed-content .body h2,
  .event-page .fixed-content .body h3 {
    padding-top: 1rem; }
  .event-page .fixed-content .label {
    font-family: "Overpass", sans-serif;
    text-transform: uppercase;
    letter-spacing: 1.5px; }
  .event-page .fixed-content .details {
    border-top: 2px solid #ff9900;
    border-bottom: 2px solid #ff9900;
    padding-top: 1rem;
    padding-bottom: 1rem;
    margin-bottom: 2rem; }
    @media print, screen and (min-width: 40em) {
      .event-page .fixed-content .details {
        margin-bottom: 0; } }
    .event-page .fixed-content .details .field {
      margin-bottom: 1.5rem; }
      .event-page .fixed-content .details .field .value {
        font-size: 1.375rem;
        font-weight: 300; }
        @media print, screen and (min-width: 40em) {
          .event-page .fixed-content .details .field .value {
            font-size: 1.5625rem; } }
  .event-page .fixed-content .content-module.contact-person {
    padding-bottom: 2rem; }

.event-page .map-wrapper {
  background-color: #979797;
  padding-top: 5rem;
  padding-bottom: 4rem; }
  .event-page .map-wrapper .map-container {
    margin: 0 auto;
    overflow: hidden;
    margin-bottom: 3rem;
    height: 300px;
    width: 300px; }
  .event-page .map-wrapper .address {
    text-align: center;
    color: #fefefe;
    font-size: 1.375rem; }

.event-page .marker {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%); }

.events-overview .searchform-container,
.latestcontentgrid .searchform-container {
  margin-top: 2rem;
  margin-bottom: 2rem; }
  .events-overview .searchform-container .searchform .select .react-select__menu,
  .latestcontentgrid .searchform-container .searchform .select .react-select__menu {
    box-shadow: none; }
  @media print, screen and (min-width: 40em) {
    .events-overview .searchform-container .searchform .select,
    .latestcontentgrid .searchform-container .searchform .select {
      max-width: 49%; } }
  @media print, screen and (min-width: 64em) {
    .events-overview .searchform-container .searchform .select,
    .latestcontentgrid .searchform-container .searchform .select {
      max-width: 32%; } }
  .events-overview .searchform-container .searchform button,
  .latestcontentgrid .searchform-container .searchform button {
    display: none; }

.layout.secondary.event-page .fixed-content .details {
  border-color: #3d6c7e; }

.person-page .fixed-content {
  margin-bottom: 2rem; }
  @media print, screen and (min-width: 40em) {
    .person-page .fixed-content {
      margin-top: 4rem;
      margin-bottom: 5rem; } }
  .person-page .fixed-content h1.title {
    margin-top: 3rem;
    margin-bottom: 2rem; }
  .person-page .fixed-content .description {
    font-size: 1.375rem;
    font-weight: 300;
    line-height: 1.5;
    margin-bottom: 2rem; }
    @media print, screen and (min-width: 40em) {
      .person-page .fixed-content .description {
        font-size: 1.75rem; } }
    @media print, screen and (min-width: 64em) {
      .person-page .fixed-content .description {
        font-size: 2rem; } }
  .person-page .fixed-content .body h2,
  .person-page .fixed-content .body h3 {
    padding-top: 1rem; }
  .person-page .fixed-content .person-details .contact-person .name {
    display: none; }
  .person-page .fixed-content .work-experience {
    border-top: 2px solid #ff9900;
    border-bottom: 2px solid #ff9900;
    padding-top: 1rem;
    padding-bottom: 1rem;
    margin-bottom: 2rem; }
    @media print, screen and (min-width: 40em) {
      .person-page .fixed-content .work-experience {
        margin-bottom: 0; } }
    .person-page .fixed-content .work-experience .label {
      font-family: "Overpass", sans-serif;
      text-transform: uppercase;
      letter-spacing: 1.5px;
      margin-bottom: 1rem; }
    .person-page .fixed-content .work-experience .experience {
      margin-bottom: 2rem; }
      .person-page .fixed-content .work-experience .experience .date-range {
        font-family: "Overpass", sans-serif;
        font-size: 0.875rem; }
      .person-page .fixed-content .work-experience .experience .description {
        font-size: 1.375rem;
        margin-bottom: 0; }
        @media print, screen and (min-width: 40em) {
          .person-page .fixed-content .work-experience .experience .description {
            font-size: 1.4375rem; } }
      .person-page .fixed-content .work-experience .experience:last-of-type {
        margin-bottom: 0; }

.persons-overview .searchform-container {
  margin-top: 2rem; }
  .persons-overview .searchform-container .searchfield {
    border: 1px solid #e6e6e6;
    background: #fefefe;
    display: flex; }
    .persons-overview .searchform-container .searchfield i.icon {
      background: url("/static/icons/search.svg") no-repeat left center;
      width: 20px;
      margin-right: 0.5rem;
      margin-left: 0.5rem;
      background-size: contain;
      display: block;
      height: auto; }
    .persons-overview .searchform-container .searchfield i.seperator {
      align-self: stretch;
      background-color: #e6e6e6;
      margin-bottom: 8px;
      margin-top: 8px;
      width: 1px;
      box-sizing: border-box; }
    .persons-overview .searchform-container .searchfield label {
      display: flex; }
      @media print, screen and (min-width: 40em) {
        .persons-overview .searchform-container .searchfield label {
          width: 60%; } }
    .persons-overview .searchform-container .searchfield input.searchinput {
      min-height: 3rem;
      border: 0;
      box-shadow: 0;
      background-color: inherit;
      margin-bottom: 0;
      box-shadow: none; }
  .persons-overview .searchform-container .select {
    flex: 1; }
    .persons-overview .searchform-container .select > div {
      border: 0; }
  .persons-overview .searchform-container .button {
    display: none; }
  .persons-overview .searchform-container .searchform {
    margin: 0.5rem 0; }
    .persons-overview .searchform-container .searchform form .cell {
      padding: 0 0.3rem;
      margin-bottom: 0.5rem; }

[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 {
  height: 3rem;
  margin-bottom: 1.5rem; }

form .headline {
  margin-bottom: 1.5rem;
  font-weight: 300; }

form .error {
  color: #cc4b37;
  font-size: 0.8125rem;
  margin-top: 0.25rem; }

form .input-wrapper {
  margin-bottom: 1.5rem; }
  form .input-wrapper [type="text"],
  form .input-wrapper [type="password"],
  form .input-wrapper [type="date"],
  form .input-wrapper [type="datetime"],
  form .input-wrapper [type="datetime-local"],
  form .input-wrapper [type="month"],
  form .input-wrapper [type="week"],
  form .input-wrapper [type="email"],
  form .input-wrapper [type="number"],
  form .input-wrapper [type="search"],
  form .input-wrapper [type="tel"],
  form .input-wrapper [type="time"],
  form .input-wrapper [type="url"],
  form .input-wrapper [type="color"],
  form .input-wrapper textarea {
    margin-bottom: 0; }

form input.underlined {
  box-shadow: none;
  background: none;
  border: 0;
  border-bottom: 1px solid #323232;
  font-size: 1.5rem; }
  form input.underlined::-webkit-input-placeholder {
    color: #323232; }
  form input.underlined:focus {
    background: none;
    border: 0;
    border-bottom: 1px solid #323232; }

form input.small_underline {
  background-color: transparent;
  border: none;
  border-bottom: 2px solid #fefefe;
  color: #323232;
  font-weight: 400;
  width: 100%; }
  form input.small_underline::-webkit-input-placeholder, form input.small_underline::placeholder {
    color: #323232;
    opacity: 0.7; }
  form input.small_underline:focus {
    background: none;
    border: 0;
    border-bottom: 2px solid #30826a; }

form .accept-terms {
  padding-top: 1rem; }
  form .accept-terms input {
    float: left;
    margin-top: 0.25rem;
    margin-right: 0.75rem; }
  form .accept-terms span {
    font-style: italic;
    font-weight: 300;
    font-size: 1rem;
    display: block;
    line-height: 1.5;
    overflow: hidden; }

form.event-signup-form {
  background-color: #eff1f4;
  padding: 3rem 2.5rem; }
  form.event-signup-form [type="submit"] {
    margin-top: 2.5rem;
    padding-left: 3.5rem;
    padding-right: 3.5rem;
    font-weight: 500;
    letter-spacing: 1.5px;
    font-size: 1rem; }

form.newsletter-signup-form {
  padding: 3rem 2.5rem;
  color: #fefefe; }
  @media print, screen and (min-width: 40em) {
    form.newsletter-signup-form {
      max-width: 90%;
      margin: 0 auto; } }
  @media print, screen and (min-width: 64em) {
    form.newsletter-signup-form {
      max-width: 90%;
      padding-top: 3rem;
      padding-bottom: 3rem; } }
  form.newsletter-signup-form .error {
    font-size: 0.9375rem;
    color: #323232; }
  form.newsletter-signup-form [type="submit"] {
    margin-top: 1.5rem;
    padding-left: 3.5rem;
    padding-right: 3.5rem;
    font-weight: 500;
    letter-spacing: 1.5px;
    font-size: 1rem;
    border: 2px solid #fefefe; }
  @media print, screen and (min-width: 64em) {
    form.newsletter-signup-form .headline {
      position: relative; } }
  form.newsletter-signup-form .description {
    font-size: 1.125rem;
    font-weight: 300;
    margin-bottom: 1rem; }
    @media print, screen and (min-width: 64em) {
      form.newsletter-signup-form .description {
        font-size: 1.375rem; } }
  form.newsletter-signup-form [type="text"],
  form.newsletter-signup-form [type="email"] {
    background-color: transparent;
    border: none;
    border-bottom: 2px solid #fefefe;
    color: #fefefe;
    font-weight: 400; }
    form.newsletter-signup-form [type="text"]::-webkit-input-placeholder, form.newsletter-signup-form [type="text"]::placeholder,
    form.newsletter-signup-form [type="email"]::-webkit-input-placeholder,
    form.newsletter-signup-form [type="email"]::placeholder {
      color: #fefefe;
      opacity: 0.7; }
    form.newsletter-signup-form [type="text"]:focus,
    form.newsletter-signup-form [type="email"]:focus {
      border-bottom-color: #323232; }
  form.newsletter-signup-form .select .react-select__control {
    background: transparent;
    border: none;
    border-bottom: 2px solid white; }
    form.newsletter-signup-form .select .react-select__control .react-select__single-value,
    form.newsletter-signup-form .select .react-select__control .react-select__placeholder {
      color: white;
      font-weight: normal;
      font-size: 1rem; }
    form.newsletter-signup-form .select .react-select__control .react-select__placeholder {
      opacity: 0.7; }
    form.newsletter-signup-form .select .react-select__control .react-select__indicators .react-select__indicator-separator {
      display: none; }
    form.newsletter-signup-form .select .react-select__control .react-select__indicators .react-select__indicator {
      color: white; }
    form.newsletter-signup-form .select .react-select__control.react-select__control--is-focused {
      border-bottom-color: #323232; }
  form.newsletter-signup-form .select .react-select__menu {
    color: #323232; }
  form.newsletter-signup-form .accept-terms {
    color: #fefefe; }

.newsletter-signup-wrapper {
  background-color: #30826a; }

.marketplace {
  color: #323232; }
  @media screen and (max-width: 63.99875em) {
    .marketplace {
      position: static !important;
      display: none; } }
  @media print, screen and (min-width: 64em) {
    .marketplace {
      top: 5rem !important; } }
  @media screen and (min-width: 75em) {
    .marketplace {
      transform: translate(1vw, 0); } }
  @media screen and (min-width: 90em) {
    .marketplace {
      transform: translate(8vw, 0); } }
  .marketplace .inner {
    overflow: hidden;
    display: block; }
    .marketplace .inner .image {
      display: block;
      margin-bottom: -115px;
      max-height: 115px;
      opacity: 0;
      transition: all 0.5s ease-in-out; }
    .marketplace .inner:hover .image {
      max-height: 400px;
      height: auto;
      opacity: 1; }
    .marketplace .inner:hover .text-wrapper:before {
      top: 0;
      transform: skewY(0); }
    .marketplace .inner:hover .text-wrapper .text h2:after {
      display: inline-block; }
    .marketplace .inner .text-wrapper {
      position: relative; }
      .marketplace .inner .text-wrapper:before {
        content: "";
        position: absolute;
        z-index: 2;
        background-color: #30826a;
        top: -55px;
        left: 0;
        height: 120px;
        width: 100%;
        transform: skewY(-15deg);
        transition: transform 0.3s ease, top 0.3s ease; }
      .marketplace .inner .text-wrapper .text {
        margin-top: 115px;
        position: relative;
        z-index: 3;
        background-color: #30826a;
        padding: 2rem 2.5rem; }
        .marketplace .inner .text-wrapper .text h2 {
          color: #fefefe;
          font-size: 1.875rem;
          font-weight: 300;
          letter-spacing: 0.42px; }
          .marketplace .inner .text-wrapper .text h2:after {
            display: none;
            content: " ";
            background: url("/static/icons/arrow-right-white.svg") no-repeat center;
            width: 30px;
            height: 20px;
            background-size: cover;
            margin-left: 1rem;
            vertical-align: middle;
            animation: arrow-right 2s infinite;
            animation-delay: 1.5s; }

@keyframes arrow-right {
  0% {
    transform: translateX(10px); }
  100% {
    transform: translateX(0); } }

#contentsearch .searchbar,
.error-search .searchbar {
  padding: 2rem 0; }
  #contentsearch .searchbar button,
  .error-search .searchbar button {
    display: none; }
  #contentsearch .searchbar .searchinput,
  .error-search .searchbar .searchinput {
    box-shadow: none;
    background: none;
    border: 0;
    font-weight: 400;
    border-bottom: 1px solid #323232;
    font-size: 1.5rem; }
    #contentsearch .searchbar .searchinput::-webkit-input-placeholder,
    .error-search .searchbar .searchinput::-webkit-input-placeholder {
      color: #323232; }

#contentsearch {
  position: fixed;
  z-index: 9;
  background-color: #fefefe;
  width: 100%;
  padding-top: 4rem;
  box-shadow: rgba(50, 50, 50, 0.1) 1px 1px 2px 0px;
  max-height: 100vh;
  overflow-y: auto; }
  @media print, screen and (min-width: 40em) {
    #contentsearch {
      padding-top: 5rem; } }
  @media print, screen and (min-width: 64em) {
    #contentsearch {
      padding-top: 5rem; } }
  #contentsearch .grid-container {
    max-width: 50rem; }
  #contentsearch .searchbar {
    background-color: #e5e9ef;
    padding: 2rem 0; }
  #contentsearch .eq,
  #contentsearch .close {
    height: 35px;
    width: 35px;
    margin-right: 1rem;
    margin-left: 1rem; }
  #contentsearch .eq {
    margin-right: auto; }
  #contentsearch .close {
    margin-left: auto;
    background: url("/static/icons/plus.svg") no-repeat;
    cursor: pointer;
    transform: rotate(45deg); }
  #contentsearch .searchform-container {
    flex: 1; }
  #contentsearch .section {
    padding: 2rem 0;
    border-bottom: 1px solid #e5e9ef; }
    #contentsearch .section.categries, #contentsearch .section.services {
      text-align: center; }
      #contentsearch .section.categries .item, #contentsearch .section.services .item {
        font-size: 1.4rem; }
    #contentsearch .section.employees {
      text-align: center; }
      #contentsearch .section.employees .item {
        margin-bottom: 1rem; }
    #contentsearch .section.content h3 {
      margin-top: 0.5rem; }
    #contentsearch .section.content .item {
      margin-bottom: 2rem; }
    #contentsearch .section.content .teaser {
      font-size: 0.9rem; }
    #contentsearch .section.content .image-placeholder {
      height: 200px;
      background: #e5e9ef; }
    #contentsearch .section.content img {
      width: 100%; }

.preview .preview-status {
  position: fixed;
  bottom: 0;
  left: 0;
  color: #323232;
  padding: 0.5rem 1rem;
  box-shadow: rgba(50, 50, 50, 0.1) 1px -1px 2px 0px;
  z-index: 1000;
  display: flex;
  align-items: center;
  background-color: #fefefe; }
  .preview .preview-status i {
    transition: 0.5s ease;
    display: block;
    border-radius: 50%;
    background-color: #e6e6e6;
    height: 11px;
    width: 11px;
    margin-right: 1rem;
    margin-top: auto;
    margin-bottom: auto; }
  .preview .preview-status.appear i {
    background-color: #ff9900; }
  .preview .preview-status.update i {
    background-color: #30826a; }

.event-lister h2 {
  border-bottom: 1px solid #323232;
  padding-bottom: 0.5rem;
  margin-bottom: 1rem; }

.event-lister h6 {
  text-transform: uppercase;
  letter-spacing: 1.5px; }

@media screen and (max-width: 39.99875em) {
  .event-lister h2,
  .event-lister h6 {
    padding-left: 12px; } }

.event-lister img {
  width: 100%; }

@media print, screen and (min-width: 64em) {
  .event-lister .events-column-wrapper {
    max-width: 90%; } }

.event-lister .event-row {
  position: relative;
  border: 2px solid transparent;
  padding: 10px; }
  @media print, screen and (min-width: 40em) {
    .event-lister .event-row {
      margin-left: -12px; } }
  .event-lister .event-row:last-child {
    margin-bottom: 1rem; }
  .event-lister .event-row a {
    display: block; }
  .event-lister .event-row .date {
    font-weight: 500;
    margin-right: 0.5rem; }
  .event-lister .event-row .date,
  .event-lister .event-row .type {
    display: inline-block; }
  .event-lister .event-row .type {
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 0.875rem; }
    .event-lister .event-row .type span {
      font-weight: 500;
      letter-spacing: 1.31px; }
      .event-lister .event-row .type span:before {
        content: "";
        display: inline-block;
        border-bottom: 1px solid #323232;
        width: 2.5rem;
        margin-right: 0.65rem;
        margin-left: 0.65rem;
        vertical-align: middle;
        margin-bottom: 0.25rem; }
  .event-lister .event-row:hover {
    border: 2px solid #30826a; }

.event-lister .event-preview h2 {
  border-bottom: none;
  margin-bottom: 0; }
  @media screen and (max-width: 39.99875em) {
    .event-lister .event-preview h2 {
      padding-left: 0; } }

.event-lister .event-preview .text {
  margin-bottom: 2rem; }

.factbox {
  border-top: 2px solid #ff9900;
  border-bottom: 2px solid #ff9900;
  padding-top: 1rem;
  padding-bottom: 1rem;
  margin-bottom: 1rem; }
  .factbox strong {
    text-transform: uppercase;
    font-weight: 500;
    letter-spacing: 1.5px; }
  .factbox .label {
    font-family: "Overpass", sans-serif;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    margin-bottom: 1rem; }
  .layout.secondary .factbox {
    border-color: #3d6c7e; }
  .factbox .button {
    width: 100%;
    margin-top: 1rem; }

.carousel:hover .slick-arrow {
  opacity: 0.8;
  transform: translate(-40px, -50%); }
  .carousel:hover .slick-arrow.slick-prev {
    transform: translate(40px, -50%) rotate(180deg); }
  @media screen and (min-width: 75em) {
    .carousel:hover .slick-arrow {
      transform: translate(45px, -50%); }
      .carousel:hover .slick-arrow.slick-prev {
        transform: translate(-45px, -50%) rotate(180deg); } }

.carousel figure {
  margin-bottom: 0; }

.carousel .slick-slider {
  margin-bottom: 2rem; }

.carousel .slick-arrow {
  height: 64px;
  width: 64px;
  display: block;
  border-radius: 50%;
  overflow: hidden;
  text-indent: -1000px;
  background: url("/static/icons/arrow-right.svg") no-repeat center center, #fefefe;
  background-size: 60%;
  transition: opacity 0.5s, transform 0.2s;
  opacity: 0.2;
  position: absolute;
  top: 50%;
  z-index: 1;
  transform: translate(-45px, -50%); }
  @media screen and (min-width: 75em) {
    .carousel .slick-arrow {
      transform: translate(50px, -50%); } }
  .carousel .slick-arrow:hover {
    opacity: 1; }

.carousel .slick-prev {
  transform: translate(45px, -50%) rotate(180deg); }
  @media screen and (min-width: 75em) {
    .carousel .slick-prev {
      transform: translate(-50px, -50%) rotate(180deg); } }

.carousel .slick-prev:hover,
.carousel .slick-prev:focus,
.carousel .slick-next:hover,
.carousel .slick-next:focus {
  background: url("/static/icons/arrow-right.svg") no-repeat center center, #fefefe;
  background-size: 60%;
  opacity: 1; }

.carousel .text {
  padding: 1rem 0;
  font-size: 1.1875rem;
  font-weight: 300; }

.carousel .slick-dots li button:before {
  transition: background 0.3s ease-in, opacity 0.1s;
  height: 15px;
  width: 15px;
  content: "";
  background: #eff1f4;
  border-radius: 50%;
  opacity: 0.75; }

.carousel .slick-dots li.slick-active button:before {
  background: #ff9900;
  opacity: 1; }

.dots {
  width: 100%;
  display: flex;
  margin: 1rem 0;
  justify-content: center; }
  .dots .dot {
    list-style-image: none;
    list-style: none; }
    .dots .dot button {
      text-indent: -1000px;
      overflow: hidden;
      height: 15px;
      width: 15px;
      transition: background 0.3s ease-in, opacity 0.1s;
      background: #eff1f4;
      border-radius: 50%;
      opacity: 0.75;
      margin-left: 0.5rem;
      margin-right: 0.5rem; }
    .dots .dot.active button {
      background: #ff9900;
      opacity: 1; }

.contact-elements .content-module {
  padding-bottom: 2rem; }

.contact-elements a:hover {
  border-bottom: none; }

.contact-elements .section {
  border-top: 2px solid #eff1f4;
  padding-top: 2rem; }

.contact-elements a:hover {
  border-bottom: 1px solid #ff9900; }

.contact-elements .cell {
  margin-bottom: 2rem; }
  .contact-elements .cell a {
    border-bottom: none; }

.contact-elements .big strong {
  display: inline-block;
  margin-bottom: 0.5rem; }

.contact-elements .big a {
  font-size: 1.5rem;
  font-weight: 300; }

.contact-elements .map-container {
  height: 300px;
  width: 300px;
  overflow: hidden; }
  .contact-elements .map-container .marker {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%); }

.cta-mailform {
  padding-bottom: 2rem; }
  .cta-mailform.small {
    border-left: 8px solid #323232; }
  .cta-mailform .cell button {
    width: 100%; }
  .cta-mailform .inline {
    display: flex;
    align-items: center;
    justify-content: center; }
    @media screen and (max-width: 39.99875em) {
      .cta-mailform .inline {
        padding-left: 1rem;
        padding-right: 1rem; } }
    .cta-mailform .inline > * {
      margin-right: 1rem;
      margin-bottom: 0; }
      @media print, screen and (min-width: 40em) {
        .cta-mailform .inline > * {
          margin-right: 2rem;
          margin-left: 2rem; } }
  .cta-mailform form {
    align-items: start; }
    .cta-mailform form > * {
      margin-right: 1rem;
      margin-bottom: 1rem; }
  @media print, screen and (min-width: 40em) {
    .cta-mailform .form {
      max-width: 90%;
      margin: 0 auto; } }
  @media screen and (max-width: 39.99875em) {
    .cta-mailform .form {
      padding-left: 1rem;
      padding-right: 1rem; } }

.login {
  display: block;
  height: 30px;
  line-height: 30px;
  white-space: nowrap;
  font-weight: 300;
  position: relative; }
  @media screen and (max-width: 39.99875em) {
    .login span {
      display: none; } }
  .login span {
    display: inline-block;
    min-width: 3.125rem;
    max-width: 6.25rem;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #323232; }
    .login span:hover {
      color: #ff9900; }
  @media print, screen and (min-width: 40em) {
    .login {
      height: 40px; } }
  .login .login-button {
    height: 30px;
    margin-right: 1.5rem;
    background-image: url("/static/icons/arrow-right-in-circle.svg");
    background-position: left center;
    background-repeat: no-repeat;
    background-size: 30px 30px;
    padding-left: 40px; }
    @media print, screen and (min-width: 40em) {
      .login .login-button {
        height: 40px;
        padding-left: 50px; } }
    .login .login-button:hover {
      color: #ff9900; }
  .login.user .login-button {
    background-image: url("/static/icons/person.svg"); }
  .login .portal-menu-wrapper {
    background: #fefefe;
    position: fixed;
    box-shadow: rgba(50, 50, 50, 0.1) -1px 1px 2px 0px;
    right: 0;
    padding: 1rem 1.5rem;
    top: 4rem; }
    @media print, screen and (min-width: 40em) {
      .login .portal-menu-wrapper {
        top: 5rem; } }
    @media print, screen and (min-width: 64em) {
      .login .portal-menu-wrapper {
        top: 5rem; } }
    .login .portal-menu-wrapper a {
      display: block;
      border-bottom: 1px solid #eff1f4;
      padding: 0.5rem 0; }
      .login .portal-menu-wrapper a:hover {
        border-color: #ff9900; }
    .login .portal-menu-wrapper ul {
      margin: 0; }
      .login .portal-menu-wrapper ul li {
        list-style-type: none;
        list-style-image: none; }

.icon {
  display: inline-block;
  height: 40px;
  width: 40px;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat; }
  .icon.news {
    background-image: url("/static/icons/newspaper.svg"); }
  .icon.images {
    background-image: url("/static/icons/photo.svg"); }
  .icon.sport {
    background-image: url("/static/icons/fotball.svg"); }
  .icon.communication {
    background-image: url("/static/icons/bubbles.svg"); }
  .icon.entertainment {
    background-image: url("/static/icons/mike.svg"); }

.with-icon {
  display: flex; }
  .with-icon .icon {
    margin-right: 1rem; }

.logosalad .centered {
  display: flex; }
  .logosalad .centered img {
    margin: auto;
    padding: 1rem 0; }

.page-404 .error-explanation {
  padding-top: 2rem;
  padding-bottom: 2rem; }
  @media print, screen and (min-width: 64em) {
    .page-404 .error-explanation {
      padding-bottom: 3rem; } }

.page-404 .search-results .cell {
  margin-bottom: 3rem; }
  .page-404 .search-results .cell img {
    width: 100%;
    margin-bottom: 1rem; }

.grid-container .banner {
  position: relative;
  z-index: 30;
  width: 100%;
  background-color: #30826a;
  padding: 1.2rem 0.8rem;
  margin-top: 1.5rem;
  margin-bottom: 3rem; }
  @media print, screen and (min-width: 40em) {
    .grid-container .banner {
      margin-top: -2rem;
      margin-bottom: 4rem;
      padding: 1.3rem 1.5rem; } }
  @media print, screen and (min-width: 64em) {
    .grid-container .banner {
      margin-top: -3rem;
      margin-bottom: 4rem;
      padding: 1.3rem 5rem; } }
  .grid-container .banner .banner-text {
    color: #FFF;
    font-size: 1.125rem;
    line-height: 1.5;
    font-family: "Overpass", sans-serif;
    margin: 0.5rem 0;
    font-weight: 300; }
    @media print, screen and (min-width: 40em) {
      .grid-container .banner .banner-text {
        font-size: 1.5625rem; } }
    @media print, screen and (min-width: 64em) {
      .grid-container .banner .banner-text {
        font-size: 1.875rem; } }
  .grid-container .banner .arrow-right {
    margin-left: 0.5rem;
    width: 1.3rem;
    margin-bottom: 0.2rem; }
    @media print, screen and (min-width: 40em) {
      .grid-container .banner .arrow-right {
        width: 1.8rem;
        margin-left: 1rem; } }
    @media print, screen and (min-width: 64em) {
      .grid-container .banner .arrow-right {
        width: 2.5rem;
        margin-left: 1.7rem; } }

div.item div.img-container figure {
  background-color: #eff1f4;
  text-align: center; }
  div.item div.img-container figure .img {
    height: 15rem; }
  div.item div.img-container figure figcaption {
    text-align: left; }

.ReactModal__Overlay {
  z-index: 3000; }

.ReactModal__Content {
  background: #fff; }

.modal-inner-content {
  position: relative; }

.close {
  position: absolute;
  right: -35px;
  top: -35px;
  border: 2px solid;
  border-radius: 50%;
  cursor: pointer;
  background: #FFFFFF url("/static/icons/plus.svg") no-repeat;
  transform: rotate(45deg);
  height: 30px;
  width: 30px;
  filter: invert(100%);
  -webkit-filter: invert(100%); }

#section-scroller .boxes {
  background: #fefefe;
  padding: 0.5rem 0rem 5rem 0rem;
  position: relative; }

#section-scroller .item {
  background-color: #fefefe;
  border: 2px #eff1f4 solid;
  padding: 0;
  cursor: pointer;
  margin-top: 1rem;
  margin-bottom: 0; }
  @media print, screen and (min-width: 40em) {
    #section-scroller .item {
      margin-top: 2rem; } }
  @media screen and (min-width: 75em) {
    #section-scroller .item {
      margin-top: 1rem; } }
  #section-scroller .item:hover {
    border-color: #30826a; }
  #section-scroller .item h3 {
    margin: 0;
    padding: 2rem 1rem 1rem 1rem; }

