@charset "UTF-8";
/*
Theme Name: Gahanna Area Chamber of Commerce
Theme URI: http://www.gahannaareachamber.com
Author: Fourth Floor Interactive
Author URI: http://www.fourthfloorinteractive.com
Description: This is a theme made specifically and solely for Gahanna Area Chamber of Commerce.
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: mcmsorg
Tags: fourthfloor, fourth floor interactive

This theme, like WordPress, is licensed under the GPL.
*/
/**
 * Standardize
 * - - - - - - - - - - - - - - - - 
 *
 * Contains CSS for all typical settings and universal classes.
 * 
 * --------------------------------
 *       Table of Contents
 * --------------------------------
 * 0.0 - Normalize Elements
 * 1.0 - Nav
 * 5.0 - Universal Classes
 *	 5.1 - iCon
 *	 5.2 - flexCon/flexiCon
 *	 5.3 - tooltip
 */
/*  ! 0.0 --- Normalize Elements */
button, hr, input {
  overflow: visible;
}

audio, canvas, progress, video {
  display: inline-block;
}

progress, sub, sup {
  vertical-align: baseline;
}

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

html {
  font-family: sans-serif;
  line-height: 1.15;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

article, aside, details, figcaption, figure, footer, header, main, menu, nav, section {
  display: block;
}

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

figure {
  margin: 1em 40px;
}

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

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

a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}

a:active, a:hover {
  outline-width: 0;
}

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

b, strong {
  font-weight: bolder;
}

dfn {
  font-style: italic;
}

mark {
  background-color: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

img {
  border-style: none;
}

svg:not(:root) {
  overflow: hidden;
}

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

button, select {
  text-transform: none;
}

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

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

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

fieldset {
  border: 1px solid silver;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  color: inherit;
  display: table;
  max-width: 100%;
  white-space: normal;
}

textarea {
  overflow: auto;
}

[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-cancel-button, [type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

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

summary {
  display: list-item;
}

[hidden], template {
  display: none;
}

@media print, screen and (min-width: 40em) {
  .reveal, .reveal.large, .reveal.small, .reveal.tiny {
    right: auto;
    left: auto;
    margin: 0 auto;
  }
}
/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

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

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

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

a {
  background-color: transparent;
}

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

b, strong {
  font-weight: bolder;
}

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

small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
}

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

button, input {
  overflow: visible;
}

button, select {
  text-transform: none;
}

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

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

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

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

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

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

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

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

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

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

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

details {
  display: block;
}

summary {
  display: list-item;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

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

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

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

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

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

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

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

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

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

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

button {
  padding: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 0;
  border-radius: 0;
  background: 0 0;
  line-height: 1;
  cursor: auto;
}

[data-whatinput=mouse] button {
  outline: 0;
}

pre {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

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

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

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

.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: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
}

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

.cell.auto {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 0;
  -ms-flex: 1 1 0px;
  flex: 1 1 0;
}

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

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

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

.grid-x > .small-1, .grid-x > .small-10, .grid-x > .small-11, .grid-x > .small-12, .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-full, .grid-x > .small-shrink {
  -webkit-flex-basis: auto;
  -ms-flex-preferred-size: auto;
  flex-basis: auto;
}

@media print, screen and (min-width: 40em) {
  .grid-x > .medium-1, .grid-x > .medium-10, .grid-x > .medium-11, .grid-x > .medium-12, .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-full, .grid-x > .medium-shrink {
    -webkit-flex-basis: auto;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
}
@media print, screen and (min-width: 64em) {
  .grid-x > .large-1, .grid-x > .large-10, .grid-x > .large-11, .grid-x > .large-12, .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-full, .grid-x > .large-shrink {
    -webkit-flex-basis: auto;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
}
.grid-x > .small-1, .grid-x > .small-10, .grid-x > .small-11, .grid-x > .small-12, .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 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  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 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 0;
    -ms-flex: 1 1 0px;
    flex: 1 1 0;
    width: auto;
  }

  .grid-x > .medium-1, .grid-x > .medium-10, .grid-x > .medium-11, .grid-x > .medium-12, .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-shrink {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    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 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 0;
    -ms-flex: 1 1 0px;
    flex: 1 1 0;
    width: auto;
  }

  .grid-x > .large-1, .grid-x > .large-10, .grid-x > .large-11, .grid-x > .large-12, .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-shrink {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    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%;
  }
}
.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);
  }
}
.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%;
  }
}
.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);
  }
}
.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%;
  }
}
.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 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 print, screen and (min-width: 64em) {
  .large-padding-collapse {
    margin-right: 0;
    margin-left: 0;
  }

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

.grid-margin-x > .small-offset-0 {
  margin-left: calc(0% + 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);
  }
}
.grid-y {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-flow: column nowrap;
  -ms-flex-flow: column nowrap;
  flex-flow: column nowrap;
}

.grid-y > .cell {
  height: auto;
  max-height: none;
}

.grid-y > .auto {
  height: auto;
}

.grid-y > .shrink {
  height: auto;
}

.grid-y > .small-1, .grid-y > .small-10, .grid-y > .small-11, .grid-y > .small-12, .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-full, .grid-y > .small-shrink {
  -webkit-flex-basis: auto;
  -ms-flex-preferred-size: auto;
  flex-basis: auto;
}

@media print, screen and (min-width: 40em) {
  .grid-y > .medium-1, .grid-y > .medium-10, .grid-y > .medium-11, .grid-y > .medium-12, .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-full, .grid-y > .medium-shrink {
    -webkit-flex-basis: auto;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
}
@media print, screen and (min-width: 64em) {
  .grid-y > .large-1, .grid-y > .large-10, .grid-y > .large-11, .grid-y > .large-12, .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-full, .grid-y > .large-shrink {
    -webkit-flex-basis: auto;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
}
.grid-y > .small-1, .grid-y > .small-10, .grid-y > .small-11, .grid-y > .small-12, .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 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  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 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 0;
    -ms-flex: 1 1 0px;
    flex: 1 1 0;
    height: auto;
  }

  .grid-y > .medium-1, .grid-y > .medium-10, .grid-y > .medium-11, .grid-y > .medium-12, .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-shrink {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    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 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 0;
    -ms-flex: 1 1 0px;
    flex: 1 1 0;
    height: auto;
  }

  .grid-y > .large-1, .grid-y > .large-10, .grid-y > .large-11, .grid-y > .large-12, .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-shrink {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    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%;
  }
}
.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);
  }
}
.grid-frame {
  overflow: hidden;
  position: relative;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  width: 100vw;
}

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

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

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

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

.cell-block-container > .grid-x {
  max-height: 100%;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

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

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

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

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

  .medium-cell-block-container > .grid-x {
    max-height: 100%;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }

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

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

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

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

  .large-cell-block-container > .grid-x {
    max-height: 100%;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }

  .large-cell-block-y {
    overflow-y: auto;
    max-height: 100%;
    min-height: 100%;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
}
.grid-y.grid-frame {
  overflow: hidden;
  position: relative;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  height: 100vh;
  width: auto;
}

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

@media print, screen and (min-width: 40em) {
  .cell .grid-y.medium-grid-frame {
    height: 100%;
  }
}
@media print, screen and (min-width: 64em) {
  .cell .grid-y.large-grid-frame {
    height: 100%;
  }
}
.grid-margin-y {
  margin-top: -0.625rem;
  margin-bottom: -0.625rem;
}

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

@media print, screen and (min-width: 40em) {
  .grid-margin-y > .cell {
    height: calc(100% - 1.875rem);
    margin-top: 0.9375rem;
    margin-bottom: 0.9375rem;
  }
}
.grid-margin-y > .auto {
  height: auto;
}

.grid-margin-y > .shrink {
  height: auto;
}

.grid-margin-y > .small-1 {
  height: calc(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);
  }
}
.grid-frame.grid-margin-y {
  height: calc(100vh + 1.25rem);
}

@media print, screen and (min-width: 40em) {
  .grid-frame.grid-margin-y {
    height: calc(100vh + 1.875rem);
  }
}
@media print, screen and (min-width: 64em) {
  .grid-frame.grid-margin-y {
    height: calc(100vh + 1.875rem);
  }
}
@media print, screen and (min-width: 40em) {
  .grid-margin-y.medium-grid-frame {
    height: calc(100vh + 1.875rem);
  }
}
@media print, screen and (min-width: 64em) {
  .grid-margin-y.large-grid-frame {
    height: calc(100vh + 1.875rem);
  }
}
.align-left {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .large-flex-dir-column-reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
}
blockquote, dd, div, dl, dt, form, h1, h2, h3, h4, h5, h6, li, ol, p, pre, td, th, ul {
  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;
}

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

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

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
  font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  color: inherit;
  text-rendering: optimizeLegibility;
}

.h1 small, .h2 small, .h3 small, .h4 small, .h5 small, .h6 small, h1 small, h2 small, h3 small, h4 small, h5 small, h6 small {
  line-height: 0;
  color: #cacaca;
}

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

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

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

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

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

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

@media print, screen and (min-width: 40em) {
  .h1, h1 {
    font-size: 3rem;
  }

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

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

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

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

  .h6, h6 {
    font-size: 1rem;
  }
}
a {
  line-height: inherit;
  color: #1779ba;
  text-decoration: none;
  cursor: pointer;
}

a:focus, a:hover {
  color: #1468a0;
}

a img {
  border: 0;
}

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

dl, ol, ul {
  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;
}

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

dl {
  margin-bottom: 1rem;
}

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

blockquote {
  margin: 0 0 1rem;
  padding: 0.5625rem 1.25rem 0 1.1875rem;
  border-left: 1px solid #cacaca;
}

blockquote, blockquote p {
  line-height: 1.6;
  color: #8a8a8a;
}

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

figure {
  margin: 0;
}

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

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

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

.stat {
  font-size: 2.5rem;
  line-height: 1;
}

p + .stat {
  margin-top: -1rem;
}

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

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

.cite-block:before, cite:before {
  content: "— ";
}

.code-inline, code {
  border: 1px solid #cacaca;
  background-color: #e6e6e6;
  font-family: Consolas, "Liberation Mono", Courier, monospace;
  font-weight: 400;
  color: #0a0a0a;
  display: inline;
  max-width: 100%;
  word-wrap: break-word;
  padding: 0.125rem 0.3125rem 0.0625rem;
}

.code-block {
  border: 1px solid #cacaca;
  background-color: #e6e6e6;
  font-family: Consolas, "Liberation Mono", Courier, monospace;
  font-weight: 400;
  color: #0a0a0a;
  display: block;
  overflow: auto;
  white-space: pre;
  padding: 1rem;
  margin-bottom: 1.5rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  thead {
    display: table-header-group;
  }

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

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

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

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

  .print-break-inside {
    page-break-inside: auto;
  }
}
.button {
  display: inline-block;
  vertical-align: middle;
  margin: 0 0 1rem 0;
  padding: 0.85em 1em;
  border: 1px solid transparent;
  border-radius: 0;
  -webkit-transition: background-color 0.25s ease-out, color 0.25s ease-out;
  transition: background-color 0.25s ease-out, color 0.25s ease-out;
  font-family: inherit;
  font-size: 0.9rem;
  -webkit-appearance: none;
  line-height: 1;
  text-align: center;
  cursor: pointer;
}

[data-whatinput=mouse] .button {
  outline: 0;
}

.button.tiny {
  font-size: 0.6rem;
}

.button.small {
  font-size: 0.75rem;
}

.button.large {
  font-size: 1.25rem;
}

.button.expanded {
  display: block;
  width: 100%;
  margin-right: 0;
  margin-left: 0;
}

.button, .button.disabled, .button.disabled:focus, .button.disabled:hover, .button[disabled], .button[disabled]:focus, .button[disabled]:hover {
  background-color: #1779ba;
  color: #fefefe;
}

.button:focus, .button:hover {
  background-color: #14679e;
  color: #fefefe;
}

.button.primary, .button.primary.disabled, .button.primary.disabled:focus, .button.primary.disabled:hover, .button.primary[disabled], .button.primary[disabled]:focus, .button.primary[disabled]:hover {
  background-color: #1779ba;
  color: #fefefe;
}

.button.primary:focus, .button.primary:hover {
  background-color: #126195;
  color: #fefefe;
}

.button.secondary, .button.secondary.disabled, .button.secondary.disabled:focus, .button.secondary.disabled:hover, .button.secondary[disabled], .button.secondary[disabled]:focus, .button.secondary[disabled]:hover {
  background-color: #767676;
  color: #fefefe;
}

.button.secondary:focus, .button.secondary:hover {
  background-color: #5e5e5e;
  color: #fefefe;
}

.button.success, .button.success.disabled, .button.success.disabled:focus, .button.success.disabled:hover, .button.success[disabled], .button.success[disabled]:focus, .button.success[disabled]:hover {
  background-color: #3adb76;
  color: #0a0a0a;
}

.button.success:focus, .button.success:hover {
  background-color: #22bb5b;
  color: #0a0a0a;
}

.button.warning, .button.warning.disabled, .button.warning.disabled:focus, .button.warning.disabled:hover, .button.warning[disabled], .button.warning[disabled]:focus, .button.warning[disabled]:hover {
  background-color: #ffae00;
  color: #0a0a0a;
}

.button.warning:focus, .button.warning:hover {
  background-color: #cc8b00;
  color: #0a0a0a;
}

.button.alert, .button.alert.disabled, .button.alert.disabled:focus, .button.alert.disabled:hover, .button.alert[disabled], .button.alert[disabled]:focus, .button.alert[disabled]:hover {
  background-color: #cc4b37;
  color: #fefefe;
}

.button.alert:focus, .button.alert:hover {
  background-color: #a53b2a;
  color: #fefefe;
}

.button.hollow, .button.hollow.disabled, .button.hollow.disabled:focus, .button.hollow.disabled:hover, .button.hollow:focus, .button.hollow:hover, .button.hollow[disabled], .button.hollow[disabled]:focus, .button.hollow[disabled]:hover {
  background-color: transparent;
}

.button.hollow, .button.hollow.disabled, .button.hollow.disabled:focus, .button.hollow.disabled:hover, .button.hollow[disabled], .button.hollow[disabled]:focus, .button.hollow[disabled]:hover {
  border: 1px solid #1779ba;
  color: #1779ba;
}

.button.hollow:focus, .button.hollow:hover {
  border-color: #0c3d5d;
  color: #0c3d5d;
}

.button.hollow.primary, .button.hollow.primary.disabled, .button.hollow.primary.disabled:focus, .button.hollow.primary.disabled:hover, .button.hollow.primary[disabled], .button.hollow.primary[disabled]:focus, .button.hollow.primary[disabled]:hover {
  border: 1px solid #1779ba;
  color: #1779ba;
}

.button.hollow.primary:focus, .button.hollow.primary:hover {
  border-color: #0c3d5d;
  color: #0c3d5d;
}

.button.hollow.secondary, .button.hollow.secondary.disabled, .button.hollow.secondary.disabled:focus, .button.hollow.secondary.disabled:hover, .button.hollow.secondary[disabled], .button.hollow.secondary[disabled]:focus, .button.hollow.secondary[disabled]:hover {
  border: 1px solid #767676;
  color: #767676;
}

.button.hollow.secondary:focus, .button.hollow.secondary:hover {
  border-color: #3b3b3b;
  color: #3b3b3b;
}

.button.hollow.success, .button.hollow.success.disabled, .button.hollow.success.disabled:focus, .button.hollow.success.disabled:hover, .button.hollow.success[disabled], .button.hollow.success[disabled]:focus, .button.hollow.success[disabled]:hover {
  border: 1px solid #3adb76;
  color: #3adb76;
}

.button.hollow.success:focus, .button.hollow.success:hover {
  border-color: #157539;
  color: #157539;
}

.button.hollow.warning, .button.hollow.warning.disabled, .button.hollow.warning.disabled:focus, .button.hollow.warning.disabled:hover, .button.hollow.warning[disabled], .button.hollow.warning[disabled]:focus, .button.hollow.warning[disabled]:hover {
  border: 1px solid #ffae00;
  color: #ffae00;
}

.button.hollow.warning:focus, .button.hollow.warning:hover {
  border-color: #805700;
  color: #805700;
}

.button.hollow.alert, .button.hollow.alert.disabled, .button.hollow.alert.disabled:focus, .button.hollow.alert.disabled:hover, .button.hollow.alert[disabled], .button.hollow.alert[disabled]:focus, .button.hollow.alert[disabled]:hover {
  border: 1px solid #cc4b37;
  color: #cc4b37;
}

.button.hollow.alert:focus, .button.hollow.alert:hover {
  border-color: #67251a;
  color: #67251a;
}

.button.clear, .button.clear.disabled, .button.clear.disabled:focus, .button.clear.disabled:hover, .button.clear:focus, .button.clear:hover, .button.clear[disabled], .button.clear[disabled]:focus, .button.clear[disabled]:hover {
  border-color: transparent;
  background-color: transparent;
}

.button.clear, .button.clear.disabled, .button.clear.disabled:focus, .button.clear.disabled:hover, .button.clear[disabled], .button.clear[disabled]:focus, .button.clear[disabled]:hover {
  color: #1779ba;
}

.button.clear:focus, .button.clear:hover {
  color: #0c3d5d;
}

.button.clear.primary, .button.clear.primary.disabled, .button.clear.primary.disabled:focus, .button.clear.primary.disabled:hover, .button.clear.primary[disabled], .button.clear.primary[disabled]:focus, .button.clear.primary[disabled]:hover {
  color: #1779ba;
}

.button.clear.primary:focus, .button.clear.primary:hover {
  color: #0c3d5d;
}

.button.clear.secondary, .button.clear.secondary.disabled, .button.clear.secondary.disabled:focus, .button.clear.secondary.disabled:hover, .button.clear.secondary[disabled], .button.clear.secondary[disabled]:focus, .button.clear.secondary[disabled]:hover {
  color: #767676;
}

.button.clear.secondary:focus, .button.clear.secondary:hover {
  color: #3b3b3b;
}

.button.clear.success, .button.clear.success.disabled, .button.clear.success.disabled:focus, .button.clear.success.disabled:hover, .button.clear.success[disabled], .button.clear.success[disabled]:focus, .button.clear.success[disabled]:hover {
  color: #3adb76;
}

.button.clear.success:focus, .button.clear.success:hover {
  color: #157539;
}

.button.clear.warning, .button.clear.warning.disabled, .button.clear.warning.disabled:focus, .button.clear.warning.disabled:hover, .button.clear.warning[disabled], .button.clear.warning[disabled]:focus, .button.clear.warning[disabled]:hover {
  color: #ffae00;
}

.button.clear.warning:focus, .button.clear.warning:hover {
  color: #805700;
}

.button.clear.alert, .button.clear.alert.disabled, .button.clear.alert.disabled:focus, .button.clear.alert.disabled:hover, .button.clear.alert[disabled], .button.clear.alert[disabled]:focus, .button.clear.alert[disabled]:hover {
  color: #cc4b37;
}

.button.clear.alert:focus, .button.clear.alert:hover {
  color: #67251a;
}

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

.button.dropdown::after {
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0.4em;
  content: "";
  border-bottom-width: 0;
  border-color: #fefefe transparent transparent;
  position: relative;
  top: 0.4em;
  display: inline-block;
  float: right;
  margin-left: 1em;
}

.button.dropdown.clear::after, .button.dropdown.hollow::after {
  border-top-color: #1779ba;
}

.button.dropdown.clear.primary::after, .button.dropdown.hollow.primary::after {
  border-top-color: #1779ba;
}

.button.dropdown.clear.secondary::after, .button.dropdown.hollow.secondary::after {
  border-top-color: #767676;
}

.button.dropdown.clear.success::after, .button.dropdown.hollow.success::after {
  border-top-color: #3adb76;
}

.button.dropdown.clear.warning::after, .button.dropdown.hollow.warning::after {
  border-top-color: #ffae00;
}

.button.dropdown.clear.alert::after, .button.dropdown.hollow.alert::after {
  border-top-color: #cc4b37;
}

.button.arrow-only::after {
  top: -0.1em;
  float: none;
  margin-left: 0;
}

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

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

[type=color]:focus, [type=date]:focus, [type=datetime-local]:focus, [type=datetime]:focus, [type=email]:focus, [type=month]:focus, [type=number]:focus, [type=password]:focus, [type=search]:focus, [type=tel]:focus, [type=text]:focus, [type=time]:focus, [type=url]:focus, [type=week]:focus, textarea:focus {
  outline: 0;
  border: 1px solid #8a8a8a;
  background-color: #fefefe;
  -webkit-box-shadow: 0 0 5px #cacaca;
  box-shadow: 0 0 5px #cacaca;
  -webkit-transition: border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
  transition: border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
}

textarea {
  max-width: 100%;
}

textarea[rows] {
  height: auto;
}

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

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

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

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

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

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

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

::placeholder {
  color: #cacaca;
}

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

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

[type=checkbox] + label[for], [type=radio] + label[for] {
  cursor: pointer;
}

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

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

label {
  display: block;
  margin: 0;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.8;
  color: #0a0a0a;
}

label.middle {
  margin: 0 0 1rem;
  line-height: 1.5;
  padding: 0.5625rem 0;
}

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

.input-group {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 1rem;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.input-group > :first-child, .input-group > :first-child.input-group-button > * {
  border-radius: 0;
}

.input-group > :last-child, .input-group > :last-child.input-group-button > * {
  border-radius: 0;
}

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

.input-group-label {
  padding: 0 1rem;
  border: 1px solid #cacaca;
  background: #e6e6e6;
  color: #0a0a0a;
  text-align: center;
  white-space: nowrap;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.input-group-label:first-child {
  border-right: 0;
}

.input-group-label:last-child {
  border-left: 0;
}

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

.input-group-button {
  padding-top: 0;
  padding-bottom: 0;
  text-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

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

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

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

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

.fieldset legend {
  margin: 0;
  margin-left: -0.1875rem;
  padding: 0 0.1875rem;
}

select {
  height: 2.4375rem;
  margin: 0 0 1rem;
  padding: 0.5rem;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 1px solid #cacaca;
  border-radius: 0;
  background-color: #fefefe;
  font-family: inherit;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #0a0a0a;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" version="1.1" width="32" height="24" viewBox="0 0 32 24"><polygon points="0,0 32,0 16,24" style="fill: rgb%28138, 138, 138%29"></polygon></svg>');
  background-origin: content-box;
  background-position: right -1rem center;
  background-repeat: no-repeat;
  background-size: 9px 6px;
  padding-right: 1.5rem;
  -webkit-transition: border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
  transition: border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
}

@media screen and (min-width: 0\0 ) {
  select {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAYCAYAAACbU/80AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAIpJREFUeNrEkckNgDAMBBfRkEt0ObRBBdsGXUDgmQfK4XhH2m8czQAAy27R3tsw4Qfe2x8uOO6oYLb6GlOor3GF+swURAOmUJ+RwtEJs9WvTGEYxBXqI1MQAZhCfUQKRzDMVj+TwrAIV6jvSUEkYAr1LSkcyTBb/V+KYfX7xAeusq3sLDtGH3kEGACPWIflNZfhRQAAAABJRU5ErkJggg==);
  }
}
select:focus {
  outline: 0;
  border: 1px solid #8a8a8a;
  background-color: #fefefe;
  -webkit-box-shadow: 0 0 5px #cacaca;
  box-shadow: 0 0 5px #cacaca;
  -webkit-transition: border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
  transition: border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
}

select:disabled {
  background-color: #e6e6e6;
  cursor: not-allowed;
}

select::-ms-expand {
  display: none;
}

select[multiple] {
  height: auto;
  background-image: none;
}

select:not([multiple]) {
  padding-top: 0;
  padding-bottom: 0;
}

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

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

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

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

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

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

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

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

.form-error.is-visible {
  display: block;
}

.accordion {
  margin-left: 0;
  background: #fefefe;
  list-style-type: none;
}

.accordion[disabled] .accordion-title {
  cursor: not-allowed;
}

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

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

.accordion-title {
  position: relative;
  display: block;
  padding: 1.25rem 1rem;
  border: 1px solid #e6e6e6;
  border-bottom: 0;
  font-size: 0.75rem;
  line-height: 1;
  color: #1779ba;
}

:last-child:not(.is-active) > .accordion-title {
  border-bottom: 1px solid #e6e6e6;
  border-radius: 0;
}

.accordion-title:focus, .accordion-title:hover {
  background-color: #e6e6e6;
}

.accordion-title::before {
  position: absolute;
  top: 50%;
  right: 1rem;
  margin-top: -0.5rem;
  content: "+";
}

.is-active > .accordion-title::before {
  content: "–";
}

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

:last-child > .accordion-content:last-child {
  border-bottom: 1px solid #e6e6e6;
}

.accordion-menu li {
  width: 100%;
}

.accordion-menu a {
  padding: 0.7rem 1rem;
}

.accordion-menu .is-accordion-submenu a {
  padding: 0.7rem 1rem;
}

.accordion-menu .nested.is-accordion-submenu {
  margin-right: 0;
  margin-left: 1rem;
}

.accordion-menu.align-right .nested.is-accordion-submenu {
  margin-right: 1rem;
  margin-left: 0;
}

.accordion-menu .is-accordion-submenu-parent:not(.has-submenu-toggle) > a {
  position: relative;
}

.accordion-menu .is-accordion-submenu-parent:not(.has-submenu-toggle) > a::after {
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px;
  content: "";
  border-bottom-width: 0;
  border-color: #1779ba transparent transparent;
  position: absolute;
  top: 50%;
  margin-top: -3px;
  right: 1rem;
}

.accordion-menu.align-left .is-accordion-submenu-parent > a::after {
  right: 1rem;
  left: auto;
}

.accordion-menu.align-right .is-accordion-submenu-parent > a::after {
  right: auto;
  left: 1rem;
}

.accordion-menu .is-accordion-submenu-parent[aria-expanded=true] > a::after {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
}

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

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

.submenu-toggle {
  position: absolute;
  top: 0;
  right: 0;
  width: 40px;
  height: 40px;
  cursor: pointer;
}

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

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

.submenu-toggle-text {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

.badge {
  display: inline-block;
  min-width: 2.1em;
  padding: 0.3em;
  border-radius: 50%;
  font-size: 0.6rem;
  text-align: center;
  background: #1779ba;
  color: #fefefe;
}

.badge.primary {
  background: #1779ba;
  color: #fefefe;
}

.badge.secondary {
  background: #767676;
  color: #fefefe;
}

.badge.success {
  background: #3adb76;
  color: #0a0a0a;
}

.badge.warning {
  background: #ffae00;
  color: #0a0a0a;
}

.badge.alert {
  background: #cc4b37;
  color: #fefefe;
}

.breadcrumbs {
  margin: 0 0 1rem 0;
  list-style: none;
}

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

.breadcrumbs::after {
  clear: both;
}

.breadcrumbs li {
  float: left;
  font-size: 0.6875rem;
  color: #0a0a0a;
  cursor: default;
  text-transform: uppercase;
}

.breadcrumbs li:not(:last-child)::after {
  position: relative;
  margin: 0 0.75rem;
  opacity: 1;
  content: "/";
  color: #cacaca;
}

.breadcrumbs a {
  color: #1779ba;
}

.breadcrumbs a:hover {
  text-decoration: underline;
}

.breadcrumbs .disabled {
  color: #cacaca;
  cursor: not-allowed;
}

.button-group {
  margin-bottom: 1rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

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

.button-group::after {
  clear: both;
}

.button-group::after, .button-group::before {
  display: none;
}

.button-group .button {
  margin: 0;
  margin-right: 1px;
  margin-bottom: 1px;
  font-size: 0.9rem;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.button-group .button:last-child {
  margin-right: 0;
}

.button-group.tiny .button {
  font-size: 0.6rem;
}

.button-group.small .button {
  font-size: 0.75rem;
}

.button-group.large .button {
  font-size: 1.25rem;
}

.button-group.expanded .button {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 0px;
  -ms-flex: 1 1 0px;
  flex: 1 1 0px;
}

.button-group.primary .button, .button-group.primary .button.disabled, .button-group.primary .button.disabled:focus, .button-group.primary .button.disabled:hover, .button-group.primary .button[disabled], .button-group.primary .button[disabled]:focus, .button-group.primary .button[disabled]:hover {
  background-color: #1779ba;
  color: #fefefe;
}

.button-group.primary .button:focus, .button-group.primary .button:hover {
  background-color: #126195;
  color: #fefefe;
}

.button-group.secondary .button, .button-group.secondary .button.disabled, .button-group.secondary .button.disabled:focus, .button-group.secondary .button.disabled:hover, .button-group.secondary .button[disabled], .button-group.secondary .button[disabled]:focus, .button-group.secondary .button[disabled]:hover {
  background-color: #767676;
  color: #fefefe;
}

.button-group.secondary .button:focus, .button-group.secondary .button:hover {
  background-color: #5e5e5e;
  color: #fefefe;
}

.button-group.success .button, .button-group.success .button.disabled, .button-group.success .button.disabled:focus, .button-group.success .button.disabled:hover, .button-group.success .button[disabled], .button-group.success .button[disabled]:focus, .button-group.success .button[disabled]:hover {
  background-color: #3adb76;
  color: #0a0a0a;
}

.button-group.success .button:focus, .button-group.success .button:hover {
  background-color: #22bb5b;
  color: #0a0a0a;
}

.button-group.warning .button, .button-group.warning .button.disabled, .button-group.warning .button.disabled:focus, .button-group.warning .button.disabled:hover, .button-group.warning .button[disabled], .button-group.warning .button[disabled]:focus, .button-group.warning .button[disabled]:hover {
  background-color: #ffae00;
  color: #0a0a0a;
}

.button-group.warning .button:focus, .button-group.warning .button:hover {
  background-color: #cc8b00;
  color: #0a0a0a;
}

.button-group.alert .button, .button-group.alert .button.disabled, .button-group.alert .button.disabled:focus, .button-group.alert .button.disabled:hover, .button-group.alert .button[disabled], .button-group.alert .button[disabled]:focus, .button-group.alert .button[disabled]:hover {
  background-color: #cc4b37;
  color: #fefefe;
}

.button-group.alert .button:focus, .button-group.alert .button:hover {
  background-color: #a53b2a;
  color: #fefefe;
}

.button-group.hollow .button, .button-group.hollow .button.disabled, .button-group.hollow .button.disabled:focus, .button-group.hollow .button.disabled:hover, .button-group.hollow .button:focus, .button-group.hollow .button:hover, .button-group.hollow .button[disabled], .button-group.hollow .button[disabled]:focus, .button-group.hollow .button[disabled]:hover {
  background-color: transparent;
}

.button-group.hollow .button, .button-group.hollow .button.disabled, .button-group.hollow .button.disabled:focus, .button-group.hollow .button.disabled:hover, .button-group.hollow .button[disabled], .button-group.hollow .button[disabled]:focus, .button-group.hollow .button[disabled]:hover {
  border: 1px solid #1779ba;
  color: #1779ba;
}

.button-group.hollow .button:focus, .button-group.hollow .button:hover {
  border-color: #0c3d5d;
  color: #0c3d5d;
}

.button-group.hollow .button.primary, .button-group.hollow .button.primary.disabled, .button-group.hollow .button.primary.disabled:focus, .button-group.hollow .button.primary.disabled:hover, .button-group.hollow .button.primary[disabled], .button-group.hollow .button.primary[disabled]:focus, .button-group.hollow .button.primary[disabled]:hover, .button-group.hollow.primary .button, .button-group.hollow.primary .button.disabled, .button-group.hollow.primary .button.disabled:focus, .button-group.hollow.primary .button.disabled:hover, .button-group.hollow.primary .button[disabled], .button-group.hollow.primary .button[disabled]:focus, .button-group.hollow.primary .button[disabled]:hover {
  border: 1px solid #1779ba;
  color: #1779ba;
}

.button-group.hollow .button.primary:focus, .button-group.hollow .button.primary:hover, .button-group.hollow.primary .button:focus, .button-group.hollow.primary .button:hover {
  border-color: #0c3d5d;
  color: #0c3d5d;
}

.button-group.hollow .button.secondary, .button-group.hollow .button.secondary.disabled, .button-group.hollow .button.secondary.disabled:focus, .button-group.hollow .button.secondary.disabled:hover, .button-group.hollow .button.secondary[disabled], .button-group.hollow .button.secondary[disabled]:focus, .button-group.hollow .button.secondary[disabled]:hover, .button-group.hollow.secondary .button, .button-group.hollow.secondary .button.disabled, .button-group.hollow.secondary .button.disabled:focus, .button-group.hollow.secondary .button.disabled:hover, .button-group.hollow.secondary .button[disabled], .button-group.hollow.secondary .button[disabled]:focus, .button-group.hollow.secondary .button[disabled]:hover {
  border: 1px solid #767676;
  color: #767676;
}

.button-group.hollow .button.secondary:focus, .button-group.hollow .button.secondary:hover, .button-group.hollow.secondary .button:focus, .button-group.hollow.secondary .button:hover {
  border-color: #3b3b3b;
  color: #3b3b3b;
}

.button-group.hollow .button.success, .button-group.hollow .button.success.disabled, .button-group.hollow .button.success.disabled:focus, .button-group.hollow .button.success.disabled:hover, .button-group.hollow .button.success[disabled], .button-group.hollow .button.success[disabled]:focus, .button-group.hollow .button.success[disabled]:hover, .button-group.hollow.success .button, .button-group.hollow.success .button.disabled, .button-group.hollow.success .button.disabled:focus, .button-group.hollow.success .button.disabled:hover, .button-group.hollow.success .button[disabled], .button-group.hollow.success .button[disabled]:focus, .button-group.hollow.success .button[disabled]:hover {
  border: 1px solid #3adb76;
  color: #3adb76;
}

.button-group.hollow .button.success:focus, .button-group.hollow .button.success:hover, .button-group.hollow.success .button:focus, .button-group.hollow.success .button:hover {
  border-color: #157539;
  color: #157539;
}

.button-group.hollow .button.warning, .button-group.hollow .button.warning.disabled, .button-group.hollow .button.warning.disabled:focus, .button-group.hollow .button.warning.disabled:hover, .button-group.hollow .button.warning[disabled], .button-group.hollow .button.warning[disabled]:focus, .button-group.hollow .button.warning[disabled]:hover, .button-group.hollow.warning .button, .button-group.hollow.warning .button.disabled, .button-group.hollow.warning .button.disabled:focus, .button-group.hollow.warning .button.disabled:hover, .button-group.hollow.warning .button[disabled], .button-group.hollow.warning .button[disabled]:focus, .button-group.hollow.warning .button[disabled]:hover {
  border: 1px solid #ffae00;
  color: #ffae00;
}

.button-group.hollow .button.warning:focus, .button-group.hollow .button.warning:hover, .button-group.hollow.warning .button:focus, .button-group.hollow.warning .button:hover {
  border-color: #805700;
  color: #805700;
}

.button-group.hollow .button.alert, .button-group.hollow .button.alert.disabled, .button-group.hollow .button.alert.disabled:focus, .button-group.hollow .button.alert.disabled:hover, .button-group.hollow .button.alert[disabled], .button-group.hollow .button.alert[disabled]:focus, .button-group.hollow .button.alert[disabled]:hover, .button-group.hollow.alert .button, .button-group.hollow.alert .button.disabled, .button-group.hollow.alert .button.disabled:focus, .button-group.hollow.alert .button.disabled:hover, .button-group.hollow.alert .button[disabled], .button-group.hollow.alert .button[disabled]:focus, .button-group.hollow.alert .button[disabled]:hover {
  border: 1px solid #cc4b37;
  color: #cc4b37;
}

.button-group.hollow .button.alert:focus, .button-group.hollow .button.alert:hover, .button-group.hollow.alert .button:focus, .button-group.hollow.alert .button:hover {
  border-color: #67251a;
  color: #67251a;
}

.button-group.clear .button, .button-group.clear .button.disabled, .button-group.clear .button.disabled:focus, .button-group.clear .button.disabled:hover, .button-group.clear .button:focus, .button-group.clear .button:hover, .button-group.clear .button[disabled], .button-group.clear .button[disabled]:focus, .button-group.clear .button[disabled]:hover {
  border-color: transparent;
  background-color: transparent;
}

.button-group.clear .button, .button-group.clear .button.disabled, .button-group.clear .button.disabled:focus, .button-group.clear .button.disabled:hover, .button-group.clear .button[disabled], .button-group.clear .button[disabled]:focus, .button-group.clear .button[disabled]:hover {
  color: #1779ba;
}

.button-group.clear .button:focus, .button-group.clear .button:hover {
  color: #0c3d5d;
}

.button-group.clear .button.primary, .button-group.clear .button.primary.disabled, .button-group.clear .button.primary.disabled:focus, .button-group.clear .button.primary.disabled:hover, .button-group.clear .button.primary[disabled], .button-group.clear .button.primary[disabled]:focus, .button-group.clear .button.primary[disabled]:hover, .button-group.clear.primary .button, .button-group.clear.primary .button.disabled, .button-group.clear.primary .button.disabled:focus, .button-group.clear.primary .button.disabled:hover, .button-group.clear.primary .button[disabled], .button-group.clear.primary .button[disabled]:focus, .button-group.clear.primary .button[disabled]:hover {
  color: #1779ba;
}

.button-group.clear .button.primary:focus, .button-group.clear .button.primary:hover, .button-group.clear.primary .button:focus, .button-group.clear.primary .button:hover {
  color: #0c3d5d;
}

.button-group.clear .button.secondary, .button-group.clear .button.secondary.disabled, .button-group.clear .button.secondary.disabled:focus, .button-group.clear .button.secondary.disabled:hover, .button-group.clear .button.secondary[disabled], .button-group.clear .button.secondary[disabled]:focus, .button-group.clear .button.secondary[disabled]:hover, .button-group.clear.secondary .button, .button-group.clear.secondary .button.disabled, .button-group.clear.secondary .button.disabled:focus, .button-group.clear.secondary .button.disabled:hover, .button-group.clear.secondary .button[disabled], .button-group.clear.secondary .button[disabled]:focus, .button-group.clear.secondary .button[disabled]:hover {
  color: #767676;
}

.button-group.clear .button.secondary:focus, .button-group.clear .button.secondary:hover, .button-group.clear.secondary .button:focus, .button-group.clear.secondary .button:hover {
  color: #3b3b3b;
}

.button-group.clear .button.success, .button-group.clear .button.success.disabled, .button-group.clear .button.success.disabled:focus, .button-group.clear .button.success.disabled:hover, .button-group.clear .button.success[disabled], .button-group.clear .button.success[disabled]:focus, .button-group.clear .button.success[disabled]:hover, .button-group.clear.success .button, .button-group.clear.success .button.disabled, .button-group.clear.success .button.disabled:focus, .button-group.clear.success .button.disabled:hover, .button-group.clear.success .button[disabled], .button-group.clear.success .button[disabled]:focus, .button-group.clear.success .button[disabled]:hover {
  color: #3adb76;
}

.button-group.clear .button.success:focus, .button-group.clear .button.success:hover, .button-group.clear.success .button:focus, .button-group.clear.success .button:hover {
  color: #157539;
}

.button-group.clear .button.warning, .button-group.clear .button.warning.disabled, .button-group.clear .button.warning.disabled:focus, .button-group.clear .button.warning.disabled:hover, .button-group.clear .button.warning[disabled], .button-group.clear .button.warning[disabled]:focus, .button-group.clear .button.warning[disabled]:hover, .button-group.clear.warning .button, .button-group.clear.warning .button.disabled, .button-group.clear.warning .button.disabled:focus, .button-group.clear.warning .button.disabled:hover, .button-group.clear.warning .button[disabled], .button-group.clear.warning .button[disabled]:focus, .button-group.clear.warning .button[disabled]:hover {
  color: #ffae00;
}

.button-group.clear .button.warning:focus, .button-group.clear .button.warning:hover, .button-group.clear.warning .button:focus, .button-group.clear.warning .button:hover {
  color: #805700;
}

.button-group.clear .button.alert, .button-group.clear .button.alert.disabled, .button-group.clear .button.alert.disabled:focus, .button-group.clear .button.alert.disabled:hover, .button-group.clear .button.alert[disabled], .button-group.clear .button.alert[disabled]:focus, .button-group.clear .button.alert[disabled]:hover, .button-group.clear.alert .button, .button-group.clear.alert .button.disabled, .button-group.clear.alert .button.disabled:focus, .button-group.clear.alert .button.disabled:hover, .button-group.clear.alert .button[disabled], .button-group.clear.alert .button[disabled]:focus, .button-group.clear.alert .button[disabled]:hover {
  color: #cc4b37;
}

.button-group.clear .button.alert:focus, .button-group.clear .button.alert:hover, .button-group.clear.alert .button:focus, .button-group.clear.alert .button:hover {
  color: #67251a;
}

.button-group.no-gaps .button {
  margin-right: -0.0625rem;
}

.button-group.no-gaps .button + .button {
  border-left-color: transparent;
}

.button-group.stacked, .button-group.stacked-for-medium, .button-group.stacked-for-small {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.button-group.stacked .button, .button-group.stacked-for-medium .button, .button-group.stacked-for-small .button {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
}

.button-group.stacked .button:last-child, .button-group.stacked-for-medium .button:last-child, .button-group.stacked-for-small .button:last-child {
  margin-bottom: 0;
}

.button-group.stacked-for-medium.expanded .button, .button-group.stacked-for-small.expanded .button, .button-group.stacked.expanded .button {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 0px;
  -ms-flex: 1 1 0px;
  flex: 1 1 0px;
}

@media print, screen and (min-width: 40em) {
  .button-group.stacked-for-small .button {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    margin-bottom: 0;
  }
}
@media print, screen and (min-width: 64em) {
  .button-group.stacked-for-medium .button {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    margin-bottom: 0;
  }
}
@media print, screen and (max-width: 39.99875em) {
  .button-group.stacked-for-small.expanded {
    display: block;
  }

  .button-group.stacked-for-small.expanded .button {
    display: block;
    margin-right: 0;
  }
}
@media print, screen and (max-width: 63.99875em) {
  .button-group.stacked-for-medium.expanded {
    display: block;
  }

  .button-group.stacked-for-medium.expanded .button {
    display: block;
    margin-right: 0;
  }
}
.card {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  margin-bottom: 1rem;
  border: 1px solid #e6e6e6;
  border-radius: 0;
  background: #fefefe;
  -webkit-box-shadow: none;
  box-shadow: none;
  overflow: hidden;
  color: #0a0a0a;
}

.card > :last-child {
  margin-bottom: 0;
}

.card-divider {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 auto;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  padding: 1rem;
  background: #e6e6e6;
}

.card-divider > :last-child {
  margin-bottom: 0;
}

.card-section {
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 auto;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  padding: 1rem;
}

.card-section > :last-child {
  margin-bottom: 0;
}

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

.callout {
  position: relative;
  margin: 0 0 1rem 0;
  padding: 1rem;
  border: 1px solid rgba(10, 10, 10, 0.25);
  border-radius: 0;
  background-color: #fff;
  color: #0a0a0a;
}

.callout > :first-child {
  margin-top: 0;
}

.callout > :last-child {
  margin-bottom: 0;
}

.callout.primary {
  background-color: #d7ecfa;
  color: #0a0a0a;
}

.callout.secondary {
  background-color: #eaeaea;
  color: #0a0a0a;
}

.callout.success {
  background-color: #e1faea;
  color: #0a0a0a;
}

.callout.warning {
  background-color: #fff3d9;
  color: #0a0a0a;
}

.callout.alert {
  background-color: #f7e4e1;
  color: #0a0a0a;
}

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

.close-button {
  position: absolute;
  z-index: 10;
  color: #8a8a8a;
  cursor: pointer;
}

[data-whatinput=mouse] .close-button {
  outline: 0;
}

.close-button:focus, .close-button:hover {
  color: #0a0a0a;
}

.close-button.small {
  right: 0.66rem;
  top: 0.33em;
  font-size: 1.5em;
  line-height: 1;
}

.close-button, .close-button.medium {
  right: 1rem;
  top: 0.5rem;
  font-size: 2em;
  line-height: 1;
}

.menu {
  padding: 0;
  margin: 0;
  list-style: none;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

[data-whatinput=mouse] .menu li {
  outline: 0;
}

.menu .button, .menu a {
  line-height: 1;
  text-decoration: none;
  display: block;
  padding: 0.7rem 1rem;
}

.menu a, .menu button, .menu input, .menu select {
  margin-bottom: 0;
}

.menu input {
  display: inline-block;
}

.menu, .menu.horizontal {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}

.menu.vertical {
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.menu.vertical.icon-bottom li a i, .menu.vertical.icon-bottom li a img, .menu.vertical.icon-bottom li a svg, .menu.vertical.icon-top li a i, .menu.vertical.icon-top li a img, .menu.vertical.icon-top li a svg {
  text-align: left;
}

.menu.expanded li {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 0px;
  -ms-flex: 1 1 0px;
  flex: 1 1 0px;
}

.menu.expanded.icon-bottom li a i, .menu.expanded.icon-bottom li a img, .menu.expanded.icon-bottom li a svg, .menu.expanded.icon-top li a i, .menu.expanded.icon-top li a img, .menu.expanded.icon-top li a svg {
  text-align: left;
}

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

.menu.simple li + li {
  margin-left: 1rem;
}

.menu.simple a {
  padding: 0;
}

@media print, screen and (min-width: 40em) {
  .menu.medium-horizontal {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

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

  .menu.medium-expanded li {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 0px;
    -ms-flex: 1 1 0px;
    flex: 1 1 0px;
  }

  .menu.medium-simple li {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 0px;
    -ms-flex: 1 1 0px;
    flex: 1 1 0px;
  }
}
@media print, screen and (min-width: 64em) {
  .menu.large-horizontal {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

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

  .menu.large-expanded li {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 0px;
    -ms-flex: 1 1 0px;
    flex: 1 1 0px;
  }

  .menu.large-simple li {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 0px;
    -ms-flex: 1 1 0px;
    flex: 1 1 0px;
  }
}
.menu.nested {
  margin-right: 0;
  margin-left: 1rem;
}

.menu.icons a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.menu.icon-bottom a, .menu.icon-left a, .menu.icon-right a, .menu.icon-top a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.menu.icon-left li a, .menu.nested.icon-left li a {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row nowrap;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
}

.menu.icon-left li a i, .menu.icon-left li a img, .menu.icon-left li a svg, .menu.nested.icon-left li a i, .menu.nested.icon-left li a img, .menu.nested.icon-left li a svg {
  margin-right: 0.25rem;
}

.menu.icon-right li a, .menu.nested.icon-right li a {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row nowrap;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
}

.menu.icon-right li a i, .menu.icon-right li a img, .menu.icon-right li a svg, .menu.nested.icon-right li a i, .menu.nested.icon-right li a img, .menu.nested.icon-right li a svg {
  margin-left: 0.25rem;
}

.menu.icon-top li a, .menu.nested.icon-top li a {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-flow: column nowrap;
  -ms-flex-flow: column nowrap;
  flex-flow: column nowrap;
}

.menu.icon-top li a i, .menu.icon-top li a img, .menu.icon-top li a svg, .menu.nested.icon-top li a i, .menu.nested.icon-top li a img, .menu.nested.icon-top li a svg {
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  margin-bottom: 0.25rem;
  text-align: center;
}

.menu.icon-bottom li a, .menu.nested.icon-bottom li a {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-flow: column nowrap;
  -ms-flex-flow: column nowrap;
  flex-flow: column nowrap;
}

.menu.icon-bottom li a i, .menu.icon-bottom li a img, .menu.icon-bottom li a svg, .menu.nested.icon-bottom li a i, .menu.nested.icon-bottom li a img, .menu.nested.icon-bottom li a svg {
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  margin-bottom: 0.25rem;
  text-align: center;
}

.menu .is-active > a {
  background: #1779ba;
  color: #fefefe;
}

.menu .active > a {
  background: #1779ba;
  color: #fefefe;
}

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

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

.menu.align-right li .submenu li {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.menu.align-right.vertical li {
  display: block;
  text-align: right;
}

.menu.align-right.vertical li .submenu li {
  text-align: right;
}

.menu.align-right.icon-bottom li a i, .menu.align-right.icon-bottom li a img, .menu.align-right.icon-bottom li a svg, .menu.align-right.icon-top li a i, .menu.align-right.icon-top li a img, .menu.align-right.icon-top li a svg {
  text-align: right;
}

.menu.align-right .nested {
  margin-right: 1rem;
  margin-left: 0;
}

.menu.align-center li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.menu.align-center li .submenu li {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.menu .menu-text {
  padding: 0.7rem 1rem;
  font-weight: 700;
  line-height: 1;
  color: inherit;
}

.menu-centered > .menu {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

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

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

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

.menu-icon {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  height: 16px;
  cursor: pointer;
}

.menu-icon::after {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 2px;
  background: #fefefe;
  -webkit-box-shadow: 0 7px 0 #fefefe, 0 14px 0 #fefefe;
  box-shadow: 0 7px 0 #fefefe, 0 14px 0 #fefefe;
  content: "";
}

.menu-icon:hover::after {
  background: #cacaca;
  -webkit-box-shadow: 0 7px 0 #cacaca, 0 14px 0 #cacaca;
  box-shadow: 0 7px 0 #cacaca, 0 14px 0 #cacaca;
}

.menu-icon.dark {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  height: 16px;
  cursor: pointer;
}

.menu-icon.dark::after {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 2px;
  background: #0a0a0a;
  -webkit-box-shadow: 0 7px 0 #0a0a0a, 0 14px 0 #0a0a0a;
  box-shadow: 0 7px 0 #0a0a0a, 0 14px 0 #0a0a0a;
  content: "";
}

.menu-icon.dark:hover::after {
  background: #8a8a8a;
  -webkit-box-shadow: 0 7px 0 #8a8a8a, 0 14px 0 #8a8a8a;
  box-shadow: 0 7px 0 #8a8a8a, 0 14px 0 #8a8a8a;
}

.is-drilldown {
  position: relative;
  overflow: hidden;
}

.is-drilldown li {
  display: block;
}

.is-drilldown.animate-height {
  -webkit-transition: height 0.5s;
  transition: height 0.5s;
}

.drilldown a {
  padding: 0.7rem 1rem;
  background: #fefefe;
}

.drilldown .is-drilldown-submenu {
  position: absolute;
  top: 0;
  left: 100%;
  z-index: -1;
  width: 100%;
  background: #fefefe;
  -webkit-transition: -webkit-transform 0.15s linear;
  transition: -webkit-transform 0.15s linear;
  transition: transform 0.15s linear;
  transition: transform 0.15s linear, -webkit-transform 0.15s linear;
}

.drilldown .is-drilldown-submenu.is-active {
  z-index: 1;
  display: block;
  -webkit-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  transform: translateX(-100%);
}

.drilldown .is-drilldown-submenu.is-closing {
  -webkit-transform: translateX(100%);
  -ms-transform: translateX(100%);
  transform: translateX(100%);
}

.drilldown .is-drilldown-submenu a {
  padding: 0.7rem 1rem;
}

.drilldown .nested.is-drilldown-submenu {
  margin-right: 0;
  margin-left: 0;
}

.drilldown .drilldown-submenu-cover-previous {
  min-height: 100%;
}

.drilldown .is-drilldown-submenu-parent > a {
  position: relative;
}

.drilldown .is-drilldown-submenu-parent > a::after {
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px;
  content: "";
  border-right-width: 0;
  border-color: transparent transparent transparent #1779ba;
  position: absolute;
  top: 50%;
  margin-top: -6px;
  right: 1rem;
}

.drilldown.align-left .is-drilldown-submenu-parent > a::after {
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px;
  content: "";
  border-right-width: 0;
  border-color: transparent transparent transparent #1779ba;
  right: 1rem;
  left: auto;
}

.drilldown.align-right .is-drilldown-submenu-parent > a::after {
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px;
  content: "";
  border-left-width: 0;
  border-color: transparent #1779ba transparent transparent;
  right: auto;
  left: 1rem;
}

.drilldown .js-drilldown-back > a::before {
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px;
  content: "";
  border-left-width: 0;
  border-color: transparent #1779ba transparent transparent;
  display: inline-block;
  vertical-align: middle;
  margin-right: 0.75rem;
}

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

.dropdown-pane.is-opening {
  display: block;
}

.dropdown-pane.is-open {
  display: block;
  visibility: visible;
}

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

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

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

.dropdown.menu > li.opens-left > .is-dropdown-submenu {
  top: 100%;
  right: 0;
  left: auto;
}

.dropdown.menu > li.opens-right > .is-dropdown-submenu {
  top: 100%;
  right: auto;
  left: 0;
}

.dropdown.menu > li.is-dropdown-submenu-parent > a {
  position: relative;
  padding-right: 1.5rem;
}

.dropdown.menu > li.is-dropdown-submenu-parent > a::after {
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px;
  content: "";
  border-bottom-width: 0;
  border-color: #1779ba transparent transparent;
  right: 5px;
  left: auto;
  margin-top: -3px;
}

[data-whatinput=mouse] .dropdown.menu a {
  outline: 0;
}

.dropdown.menu > li > a {
  padding: 0.7rem 1rem;
}

.dropdown.menu > li.is-active > a {
  background: 0 0;
  color: #1779ba;
}

.no-js .dropdown.menu ul {
  display: none;
}

.dropdown.menu .nested.is-dropdown-submenu {
  margin-right: 0;
  margin-left: 0;
}

.dropdown.menu.vertical > li .is-dropdown-submenu {
  top: 0;
}

.dropdown.menu.vertical > li.opens-left > .is-dropdown-submenu {
  top: 0;
  right: 100%;
  left: auto;
}

.dropdown.menu.vertical > li.opens-right > .is-dropdown-submenu {
  right: auto;
  left: 100%;
}

.dropdown.menu.vertical > li > a::after {
  right: 14px;
}

.dropdown.menu.vertical > li.opens-left > a::after {
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px;
  content: "";
  border-left-width: 0;
  border-color: transparent #1779ba transparent transparent;
  right: auto;
  left: 5px;
}

.dropdown.menu.vertical > li.opens-right > a::after {
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px;
  content: "";
  border-right-width: 0;
  border-color: transparent transparent transparent #1779ba;
}

@media print, screen and (min-width: 40em) {
  .dropdown.menu.medium-horizontal > li.opens-left > .is-dropdown-submenu {
    top: 100%;
    right: 0;
    left: auto;
  }

  .dropdown.menu.medium-horizontal > li.opens-right > .is-dropdown-submenu {
    top: 100%;
    right: auto;
    left: 0;
  }

  .dropdown.menu.medium-horizontal > li.is-dropdown-submenu-parent > a {
    position: relative;
    padding-right: 1.5rem;
  }

  .dropdown.menu.medium-horizontal > li.is-dropdown-submenu-parent > a::after {
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px;
    content: "";
    border-bottom-width: 0;
    border-color: #1779ba transparent transparent;
    right: 5px;
    left: auto;
    margin-top: -3px;
  }

  .dropdown.menu.medium-vertical > li .is-dropdown-submenu {
    top: 0;
  }

  .dropdown.menu.medium-vertical > li.opens-left > .is-dropdown-submenu {
    top: 0;
    right: 100%;
    left: auto;
  }

  .dropdown.menu.medium-vertical > li.opens-right > .is-dropdown-submenu {
    right: auto;
    left: 100%;
  }

  .dropdown.menu.medium-vertical > li > a::after {
    right: 14px;
  }

  .dropdown.menu.medium-vertical > li.opens-left > a::after {
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px;
    content: "";
    border-left-width: 0;
    border-color: transparent #1779ba transparent transparent;
    right: auto;
    left: 5px;
  }

  .dropdown.menu.medium-vertical > li.opens-right > a::after {
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px;
    content: "";
    border-right-width: 0;
    border-color: transparent transparent transparent #1779ba;
  }
}
@media print, screen and (min-width: 64em) {
  .dropdown.menu.large-horizontal > li.opens-left > .is-dropdown-submenu {
    top: 100%;
    right: 0;
    left: auto;
  }

  .dropdown.menu.large-horizontal > li.opens-right > .is-dropdown-submenu {
    top: 100%;
    right: auto;
    left: 0;
  }

  .dropdown.menu.large-horizontal > li.is-dropdown-submenu-parent > a {
    position: relative;
    padding-right: 1.5rem;
  }

  .dropdown.menu.large-horizontal > li.is-dropdown-submenu-parent > a::after {
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px;
    content: "";
    border-bottom-width: 0;
    border-color: #1779ba transparent transparent;
    right: 5px;
    left: auto;
    margin-top: -3px;
  }

  .dropdown.menu.large-vertical > li .is-dropdown-submenu {
    top: 0;
  }

  .dropdown.menu.large-vertical > li.opens-left > .is-dropdown-submenu {
    top: 0;
    right: 100%;
    left: auto;
  }

  .dropdown.menu.large-vertical > li.opens-right > .is-dropdown-submenu {
    right: auto;
    left: 100%;
  }

  .dropdown.menu.large-vertical > li > a::after {
    right: 14px;
  }

  .dropdown.menu.large-vertical > li.opens-left > a::after {
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px;
    content: "";
    border-left-width: 0;
    border-color: transparent #1779ba transparent transparent;
    right: auto;
    left: 5px;
  }

  .dropdown.menu.large-vertical > li.opens-right > a::after {
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px;
    content: "";
    border-right-width: 0;
    border-color: transparent transparent transparent #1779ba;
  }
}
.dropdown.menu.align-right .is-dropdown-submenu.first-sub {
  top: 100%;
  right: 0;
  left: auto;
}

.is-dropdown-menu.vertical {
  width: 100px;
}

.is-dropdown-menu.vertical.align-right {
  float: right;
}

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

.is-dropdown-submenu-parent a::after {
  position: absolute;
  top: 50%;
  right: 5px;
  left: auto;
  margin-top: -6px;
}

.is-dropdown-submenu-parent.opens-inner > .is-dropdown-submenu {
  top: 100%;
  left: auto;
}

.is-dropdown-submenu-parent.opens-left > .is-dropdown-submenu {
  right: 100%;
  left: auto;
}

.is-dropdown-submenu-parent.opens-right > .is-dropdown-submenu {
  right: auto;
  left: 100%;
}

.is-dropdown-submenu {
  position: absolute;
  top: 0;
  left: 100%;
  z-index: 1;
  display: none;
  min-width: 200px;
  border: 1px solid #cacaca;
  background: #fefefe;
}

.dropdown .is-dropdown-submenu a {
  padding: 0.7rem 1rem;
}

.is-dropdown-submenu .is-dropdown-submenu-parent > a::after {
  right: 14px;
}

.is-dropdown-submenu .is-dropdown-submenu-parent.opens-left > a::after {
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px;
  content: "";
  border-left-width: 0;
  border-color: transparent #1779ba transparent transparent;
  right: auto;
  left: 5px;
}

.is-dropdown-submenu .is-dropdown-submenu-parent.opens-right > a::after {
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px;
  content: "";
  border-right-width: 0;
  border-color: transparent transparent transparent #1779ba;
}

.is-dropdown-submenu .is-dropdown-submenu {
  margin-top: -1px;
}

.is-dropdown-submenu > li {
  width: 100%;
}

.is-dropdown-submenu.js-dropdown-active {
  display: block;
}

.flex-video, .responsive-embed {
  position: relative;
  height: 0;
  margin-bottom: 1rem;
  padding-bottom: 75%;
  overflow: hidden;
}

.flex-video embed, .flex-video iframe, .flex-video object, .flex-video video, .responsive-embed embed, .responsive-embed iframe, .responsive-embed object, .responsive-embed video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.flex-video.widescreen, .responsive-embed.widescreen {
  padding-bottom: 56.25%;
}

.label {
  display: inline-block;
  padding: 0.33333rem 0.5rem;
  border-radius: 0;
  font-size: 0.8rem;
  line-height: 1;
  white-space: nowrap;
  cursor: default;
  background: #1779ba;
  color: #fefefe;
}

.label.primary {
  background: #1779ba;
  color: #fefefe;
}

.label.secondary {
  background: #767676;
  color: #fefefe;
}

.label.success {
  background: #3adb76;
  color: #0a0a0a;
}

.label.warning {
  background: #ffae00;
  color: #0a0a0a;
}

.label.alert {
  background: #cc4b37;
  color: #fefefe;
}

.media-object {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 1rem;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.media-object img {
  max-width: none;
}

@media print, screen and (max-width: 39.99875em) {
  .media-object.stack-for-small {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.media-object-section {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 auto;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
}

.media-object-section:first-child {
  padding-right: 1rem;
}

.media-object-section:last-child:not(:nth-child(2)) {
  padding-left: 1rem;
}

.media-object-section > :last-child {
  margin-bottom: 0;
}

@media print, screen and (max-width: 39.99875em) {
  .stack-for-small .media-object-section {
    padding: 0;
    padding-bottom: 1rem;
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }

  .stack-for-small .media-object-section img {
    width: 100%;
  }
}
.media-object-section.main-section {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 0px;
  -ms-flex: 1 1 0px;
  flex: 1 1 0px;
}

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

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

.js-off-canvas-overlay.is-visible {
  opacity: 1;
  visibility: visible;
}

.js-off-canvas-overlay.is-closable {
  cursor: pointer;
}

.js-off-canvas-overlay.is-overlay-absolute {
  position: absolute;
}

.js-off-canvas-overlay.is-overlay-fixed {
  position: fixed;
}

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

.off-canvas {
  position: fixed;
  z-index: 12;
  -webkit-transition: -webkit-transform 0.5s ease;
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background: #e6e6e6;
}

[data-whatinput=mouse] .off-canvas {
  outline: 0;
}

.off-canvas.is-transition-push {
  z-index: 12;
}

.off-canvas.is-closed {
  visibility: hidden;
}

.off-canvas.is-transition-overlap {
  z-index: 13;
}

.off-canvas.is-transition-overlap.is-open {
  -webkit-box-shadow: 0 0 10px rgba(10, 10, 10, 0.7);
  box-shadow: 0 0 10px rgba(10, 10, 10, 0.7);
}

.off-canvas.is-open {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}

.off-canvas-absolute {
  position: absolute;
  z-index: 12;
  -webkit-transition: -webkit-transform 0.5s ease;
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background: #e6e6e6;
}

[data-whatinput=mouse] .off-canvas-absolute {
  outline: 0;
}

.off-canvas-absolute.is-transition-push {
  z-index: 12;
}

.off-canvas-absolute.is-closed {
  visibility: hidden;
}

.off-canvas-absolute.is-transition-overlap {
  z-index: 13;
}

.off-canvas-absolute.is-transition-overlap.is-open {
  -webkit-box-shadow: 0 0 10px rgba(10, 10, 10, 0.7);
  box-shadow: 0 0 10px rgba(10, 10, 10, 0.7);
}

.off-canvas-absolute.is-open {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}

.position-left {
  top: 0;
  left: 0;
  height: 100%;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  width: 250px;
  -webkit-transform: translateX(-250px);
  -ms-transform: translateX(-250px);
  transform: translateX(-250px);
}

.off-canvas-content .off-canvas.position-left {
  -webkit-transform: translateX(-250px);
  -ms-transform: translateX(-250px);
  transform: translateX(-250px);
}

.off-canvas-content .off-canvas.position-left.is-transition-overlap.is-open {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}

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

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

.position-right {
  top: 0;
  right: 0;
  height: 100%;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  width: 250px;
  -webkit-transform: translateX(250px);
  -ms-transform: translateX(250px);
  transform: translateX(250px);
}

.off-canvas-content .off-canvas.position-right {
  -webkit-transform: translateX(250px);
  -ms-transform: translateX(250px);
  transform: translateX(250px);
}

.off-canvas-content .off-canvas.position-right.is-transition-overlap.is-open {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}

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

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

.position-top {
  top: 0;
  left: 0;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  height: 250px;
  -webkit-transform: translateY(-250px);
  -ms-transform: translateY(-250px);
  transform: translateY(-250px);
}

.off-canvas-content .off-canvas.position-top {
  -webkit-transform: translateY(-250px);
  -ms-transform: translateY(-250px);
  transform: translateY(-250px);
}

.off-canvas-content .off-canvas.position-top.is-transition-overlap.is-open {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}

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

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

.position-bottom {
  bottom: 0;
  left: 0;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  height: 250px;
  -webkit-transform: translateY(250px);
  -ms-transform: translateY(250px);
  transform: translateY(250px);
}

.off-canvas-content .off-canvas.position-bottom {
  -webkit-transform: translateY(250px);
  -ms-transform: translateY(250px);
  transform: translateY(250px);
}

.off-canvas-content .off-canvas.position-bottom.is-transition-overlap.is-open {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}

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

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

.off-canvas-content {
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.off-canvas-content.has-transition-overlap, .off-canvas-content.has-transition-push {
  -webkit-transition: -webkit-transform 0.5s ease;
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
}

.off-canvas-content.has-transition-push {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}

.off-canvas-content .off-canvas.is-open {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}

@media print, screen and (min-width: 40em) {
  .position-left.reveal-for-medium {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    z-index: 12;
    -webkit-transition: none;
    transition: none;
    visibility: visible;
  }

  .position-left.reveal-for-medium .close-button {
    display: none;
  }

  .off-canvas-content .position-left.reveal-for-medium {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }

  .off-canvas-content.has-reveal-left {
    margin-left: 250px;
  }

  .position-left.reveal-for-medium ~ .off-canvas-content {
    margin-left: 250px;
  }

  .position-right.reveal-for-medium {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    z-index: 12;
    -webkit-transition: none;
    transition: none;
    visibility: visible;
  }

  .position-right.reveal-for-medium .close-button {
    display: none;
  }

  .off-canvas-content .position-right.reveal-for-medium {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }

  .off-canvas-content.has-reveal-right {
    margin-right: 250px;
  }

  .position-right.reveal-for-medium ~ .off-canvas-content {
    margin-right: 250px;
  }

  .position-top.reveal-for-medium {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    z-index: 12;
    -webkit-transition: none;
    transition: none;
    visibility: visible;
  }

  .position-top.reveal-for-medium .close-button {
    display: none;
  }

  .off-canvas-content .position-top.reveal-for-medium {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }

  .off-canvas-content.has-reveal-top {
    margin-top: 250px;
  }

  .position-top.reveal-for-medium ~ .off-canvas-content {
    margin-top: 250px;
  }

  .position-bottom.reveal-for-medium {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    z-index: 12;
    -webkit-transition: none;
    transition: none;
    visibility: visible;
  }

  .position-bottom.reveal-for-medium .close-button {
    display: none;
  }

  .off-canvas-content .position-bottom.reveal-for-medium {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }

  .off-canvas-content.has-reveal-bottom {
    margin-bottom: 250px;
  }

  .position-bottom.reveal-for-medium ~ .off-canvas-content {
    margin-bottom: 250px;
  }
}
@media print, screen and (min-width: 64em) {
  .position-left.reveal-for-large {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    z-index: 12;
    -webkit-transition: none;
    transition: none;
    visibility: visible;
  }

  .position-left.reveal-for-large .close-button {
    display: none;
  }

  .off-canvas-content .position-left.reveal-for-large {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }

  .off-canvas-content.has-reveal-left {
    margin-left: 250px;
  }

  .position-left.reveal-for-large ~ .off-canvas-content {
    margin-left: 250px;
  }

  .position-right.reveal-for-large {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    z-index: 12;
    -webkit-transition: none;
    transition: none;
    visibility: visible;
  }

  .position-right.reveal-for-large .close-button {
    display: none;
  }

  .off-canvas-content .position-right.reveal-for-large {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }

  .off-canvas-content.has-reveal-right {
    margin-right: 250px;
  }

  .position-right.reveal-for-large ~ .off-canvas-content {
    margin-right: 250px;
  }

  .position-top.reveal-for-large {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    z-index: 12;
    -webkit-transition: none;
    transition: none;
    visibility: visible;
  }

  .position-top.reveal-for-large .close-button {
    display: none;
  }

  .off-canvas-content .position-top.reveal-for-large {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }

  .off-canvas-content.has-reveal-top {
    margin-top: 250px;
  }

  .position-top.reveal-for-large ~ .off-canvas-content {
    margin-top: 250px;
  }

  .position-bottom.reveal-for-large {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    z-index: 12;
    -webkit-transition: none;
    transition: none;
    visibility: visible;
  }

  .position-bottom.reveal-for-large .close-button {
    display: none;
  }

  .off-canvas-content .position-bottom.reveal-for-large {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }

  .off-canvas-content.has-reveal-bottom {
    margin-bottom: 250px;
  }

  .position-bottom.reveal-for-large ~ .off-canvas-content {
    margin-bottom: 250px;
  }
}
@media print, screen and (min-width: 40em) {
  .off-canvas.in-canvas-for-medium {
    visibility: visible;
    height: auto;
    position: static;
    background: 0 0;
    width: auto;
    overflow: visible;
    -webkit-transition: none;
    transition: none;
  }

  .off-canvas.in-canvas-for-medium.position-bottom, .off-canvas.in-canvas-for-medium.position-left, .off-canvas.in-canvas-for-medium.position-right, .off-canvas.in-canvas-for-medium.position-top {
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }

  .off-canvas.in-canvas-for-medium .close-button {
    display: none;
  }
}
@media print, screen and (min-width: 64em) {
  .off-canvas.in-canvas-for-large {
    visibility: visible;
    height: auto;
    position: static;
    background: 0 0;
    width: auto;
    overflow: visible;
    -webkit-transition: none;
    transition: none;
  }

  .off-canvas.in-canvas-for-large.position-bottom, .off-canvas.in-canvas-for-large.position-left, .off-canvas.in-canvas-for-large.position-right, .off-canvas.in-canvas-for-large.position-top {
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }

  .off-canvas.in-canvas-for-large .close-button {
    display: none;
  }
}
.orbit {
  position: relative;
}

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

.orbit-slide {
  width: 100%;
  position: absolute;
}

.orbit-slide.no-motionui.is-active {
  top: 0;
  left: 0;
}

.orbit-figure {
  margin: 0;
}

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

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

.orbit-next, .orbit-previous {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 10;
  padding: 1rem;
  color: #fefefe;
}

[data-whatinput=mouse] .orbit-next, [data-whatinput=mouse] .orbit-previous {
  outline: 0;
}

.orbit-next:active, .orbit-next:focus, .orbit-next:hover, .orbit-previous:active, .orbit-previous:focus, .orbit-previous:hover {
  background-color: rgba(10, 10, 10, 0.5);
}

.orbit-previous {
  left: 0;
}

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

.orbit-bullets {
  position: relative;
  margin-top: 0.8rem;
  margin-bottom: 0.8rem;
  text-align: center;
}

[data-whatinput=mouse] .orbit-bullets {
  outline: 0;
}

.orbit-bullets button {
  width: 1.2rem;
  height: 1.2rem;
  margin: 0.1rem;
  border-radius: 50%;
  background-color: #cacaca;
}

.orbit-bullets button:hover {
  background-color: #8a8a8a;
}

.orbit-bullets button.is-active {
  background-color: #8a8a8a;
}

.pagination {
  margin-left: 0;
  margin-bottom: 1rem;
}

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

.pagination::after {
  clear: both;
}

.pagination li {
  margin-right: 0.0625rem;
  border-radius: 0;
  font-size: 0.875rem;
  display: none;
}

.pagination li:first-child, .pagination li:last-child {
  display: inline-block;
}

@media print, screen and (min-width: 40em) {
  .pagination li {
    display: inline-block;
  }
}
.pagination a, .pagination button {
  display: block;
  padding: 0.1875rem 0.625rem;
  border-radius: 0;
  color: #0a0a0a;
}

.pagination a:hover, .pagination button:hover {
  background: #e6e6e6;
}

.pagination .current {
  padding: 0.1875rem 0.625rem;
  background: #1779ba;
  color: #fefefe;
  cursor: default;
}

.pagination .disabled {
  padding: 0.1875rem 0.625rem;
  color: #cacaca;
  cursor: not-allowed;
}

.pagination .disabled:hover {
  background: 0 0;
}

.pagination .ellipsis::after {
  padding: 0.1875rem 0.625rem;
  content: "…";
  color: #0a0a0a;
}

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

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

.progress {
  height: 1rem;
  margin-bottom: 1rem;
  border-radius: 0;
  background-color: #cacaca;
}

.progress.primary .progress-meter {
  background-color: #1779ba;
}

.progress.secondary .progress-meter {
  background-color: #767676;
}

.progress.success .progress-meter {
  background-color: #3adb76;
}

.progress.warning .progress-meter {
  background-color: #ffae00;
}

.progress.alert .progress-meter {
  background-color: #cc4b37;
}

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

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

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

html.is-reveal-open.zf-has-scroll {
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
}

html.is-reveal-open body {
  overflow-y: hidden;
}

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

.reveal {
  z-index: 1006;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  display: none;
  padding: 1rem;
  border: 1px solid #cacaca;
  border-radius: 0;
  background-color: #fefefe;
  position: relative;
  top: 100px;
  margin-right: auto;
  margin-left: auto;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}

[data-whatinput=mouse] .reveal {
  outline: 0;
}

@media print, screen and (min-width: 40em) {
  .reveal {
    min-height: 0;
  }
}
.reveal .column {
  min-width: 0;
}

.reveal > :last-child {
  margin-bottom: 0;
}

@media print, screen and (min-width: 40em) {
  .reveal {
    width: 600px;
    max-width: 75rem;
  }
}
.reveal.collapse {
  padding: 0;
}

@media print, screen and (min-width: 40em) {
  .reveal.tiny {
    width: 30%;
    max-width: 75rem;
  }
}
@media print, screen and (min-width: 40em) {
  .reveal.small {
    width: 50%;
    max-width: 75rem;
  }
}
@media print, screen and (min-width: 40em) {
  .reveal.large {
    width: 90%;
    max-width: 75rem;
  }
}
.reveal.full {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  max-width: none;
  height: 100%;
  min-height: 100%;
  margin-left: 0;
  border: 0;
  border-radius: 0;
}

@media print, screen and (max-width: 39.99875em) {
  .reveal {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    max-width: none;
    height: 100%;
    min-height: 100%;
    margin-left: 0;
    border: 0;
    border-radius: 0;
  }
}
.reveal.without-overlay {
  position: fixed;
}

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

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

.slider-fill.is-dragging {
  -webkit-transition: all 0s linear;
  transition: all 0s linear;
}

.slider-handle {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
  z-index: 1;
  cursor: -webkit-grab;
  cursor: grab;
  display: inline-block;
  width: 1.4rem;
  height: 1.4rem;
  border-radius: 0;
  background-color: #1779ba;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
}

[data-whatinput=mouse] .slider-handle {
  outline: 0;
}

.slider-handle:hover {
  background-color: #14679e;
}

.slider-handle.is-dragging {
  -webkit-transition: all 0s linear;
  transition: all 0s linear;
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

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

.slider.vertical {
  display: inline-block;
  width: 0.5rem;
  height: 12.5rem;
  margin: 0 1.25rem;
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1);
}

.slider.vertical .slider-fill {
  top: 0;
  width: 0.5rem;
  max-height: 100%;
}

.slider.vertical .slider-handle {
  position: absolute;
  top: 0;
  left: 50%;
  width: 1.4rem;
  height: 1.4rem;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

.sticky-container {
  position: relative;
}

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

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

.sticky.is-stuck.is-at-top {
  top: 0;
}

.sticky.is-stuck.is-at-bottom {
  bottom: 0;
}

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

.sticky.is-anchored.is-at-bottom {
  bottom: 0;
}

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

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

.switch-paddle {
  position: relative;
  display: block;
  width: 4rem;
  height: 2rem;
  border-radius: 0;
  background: #cacaca;
  -webkit-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
  font-weight: inherit;
  color: inherit;
  cursor: pointer;
}

input + .switch-paddle {
  margin: 0;
}

.switch-paddle::after {
  position: absolute;
  top: 0.25rem;
  left: 0.25rem;
  display: block;
  width: 1.5rem;
  height: 1.5rem;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  border-radius: 0;
  background: #fefefe;
  -webkit-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
  content: "";
}

input:checked ~ .switch-paddle {
  background: #1779ba;
}

input:checked ~ .switch-paddle::after {
  left: 2.25rem;
}

input:disabled ~ .switch-paddle {
  cursor: not-allowed;
  opacity: 0.5;
}

[data-whatinput=mouse] input:focus ~ .switch-paddle {
  outline: 0;
}

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

.switch-active {
  left: 8%;
  display: none;
}

input:checked + label > .switch-active {
  display: block;
}

.switch-inactive {
  right: 15%;
}

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

.switch.tiny {
  height: 1.5rem;
}

.switch.tiny .switch-paddle {
  width: 3rem;
  height: 1.5rem;
  font-size: 0.625rem;
}

.switch.tiny .switch-paddle::after {
  top: 0.25rem;
  left: 0.25rem;
  width: 1rem;
  height: 1rem;
}

.switch.tiny input:checked ~ .switch-paddle::after {
  left: 1.75rem;
}

.switch.small {
  height: 1.75rem;
}

.switch.small .switch-paddle {
  width: 3.5rem;
  height: 1.75rem;
  font-size: 0.75rem;
}

.switch.small .switch-paddle::after {
  top: 0.25rem;
  left: 0.25rem;
  width: 1.25rem;
  height: 1.25rem;
}

.switch.small input:checked ~ .switch-paddle::after {
  left: 2rem;
}

.switch.large {
  height: 2.5rem;
}

.switch.large .switch-paddle {
  width: 5rem;
  height: 2.5rem;
  font-size: 1rem;
}

.switch.large .switch-paddle::after {
  top: 0.25rem;
  left: 0.25rem;
  width: 2rem;
  height: 2rem;
}

.switch.large input:checked ~ .switch-paddle::after {
  left: 2.75rem;
}

table {
  border-collapse: collapse;
  width: 100%;
  margin-bottom: 1rem;
  border-radius: 0;
}

tbody, tfoot, thead {
  border: 1px solid #f1f1f1;
  background-color: #fefefe;
}

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

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

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

tfoot tr, thead tr {
  background: 0 0;
}

tfoot td, tfoot th, thead td, thead th {
  padding: 0.5rem 0.625rem 0.625rem;
  font-weight: 700;
  text-align: left;
}

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

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

table.unstriped tbody {
  background-color: #fefefe;
}

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

@media print, screen and (max-width: 63.99875em) {
  table.stack thead {
    display: none;
  }

  table.stack tfoot {
    display: none;
  }

  table.stack td, table.stack th, table.stack tr {
    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;
}

.tabs {
  margin: 0;
  border: 1px solid #e6e6e6;
  background: #fefefe;
  list-style-type: none;
}

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

.tabs::after {
  clear: both;
}

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

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

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

.tabs.primary {
  background: #1779ba;
}

.tabs.primary > li > a {
  color: #fefefe;
}

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

.tabs-title {
  float: left;
}

.tabs-title > a {
  display: block;
  padding: 1.25rem 1.5rem;
  font-size: 0.75rem;
  line-height: 1;
  color: #1779ba;
}

[data-whatinput=mouse] .tabs-title > a {
  outline: 0;
}

.tabs-title > a:hover {
  background: #fefefe;
  color: #1468a0;
}

.tabs-title > a:focus, .tabs-title > a[aria-selected=true] {
  background: #e6e6e6;
  color: #1779ba;
}

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

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

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

.tabs-panel.is-active {
  display: block;
}

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

a.thumbnail {
  -webkit-transition: -webkit-box-shadow 0.2s ease-out;
  transition: -webkit-box-shadow 0.2s ease-out;
  transition: box-shadow 0.2s ease-out;
  transition: box-shadow 0.2s ease-out, -webkit-box-shadow 0.2s ease-out;
}

a.thumbnail:focus, a.thumbnail:hover {
  -webkit-box-shadow: 0 0 6px 1px rgba(23, 121, 186, 0.5);
  box-shadow: 0 0 6px 1px rgba(23, 121, 186, 0.5);
}

a.thumbnail image {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.title-bar {
  padding: 0.5rem;
  background: #0a0a0a;
  color: #fefefe;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.title-bar .menu-icon {
  margin-left: 0.25rem;
  margin-right: 0.25rem;
}

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

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

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

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

.tooltip {
  position: absolute;
  top: calc(100% + 0.6495rem);
  z-index: 1200;
  max-width: 10rem;
  padding: 0.75rem;
  border-radius: 0;
  background-color: #0a0a0a;
  font-size: 80%;
  color: #fefefe;
}

.tooltip::before {
  position: absolute;
}

.tooltip.bottom::before {
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0.75rem;
  content: "";
  border-top-width: 0;
  border-color: transparent transparent #0a0a0a;
  bottom: 100%;
}

.tooltip.bottom.align-center::before {
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

.tooltip.top::before {
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0.75rem;
  content: "";
  border-bottom-width: 0;
  border-color: #0a0a0a transparent transparent;
  top: 100%;
  bottom: auto;
}

.tooltip.top.align-center::before {
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

.tooltip.left::before {
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0.75rem;
  content: "";
  border-right-width: 0;
  border-color: transparent transparent transparent #0a0a0a;
  left: 100%;
}

.tooltip.left.align-center::before {
  bottom: auto;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.tooltip.right::before {
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0.75rem;
  content: "";
  border-left-width: 0;
  border-color: transparent #0a0a0a transparent transparent;
  right: 100%;
  left: auto;
}

.tooltip.right.align-center::before {
  bottom: auto;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.tooltip.align-top::before {
  bottom: auto;
  top: 10%;
}

.tooltip.align-bottom::before {
  bottom: 10%;
  top: auto;
}

.tooltip.align-left::before {
  left: 10%;
  right: auto;
}

.tooltip.align-right::before {
  left: auto;
  right: 10%;
}

.top-bar {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0.5rem;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.top-bar, .top-bar ul {
  background-color: #e6e6e6;
}

.top-bar input {
  max-width: 200px;
  margin-right: 1rem;
}

.top-bar .input-group-field {
  width: 100%;
  margin-right: 0;
}

.top-bar input.button {
  width: auto;
}

.top-bar .top-bar-left, .top-bar .top-bar-right {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}

@media print, screen and (min-width: 40em) {
  .top-bar {
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }

  .top-bar .top-bar-left {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    margin-right: auto;
  }

  .top-bar .top-bar-right {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    margin-left: auto;
  }
}
@media print, screen and (max-width: 63.99875em) {
  .top-bar.stacked-for-medium {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .top-bar.stacked-for-medium .top-bar-left, .top-bar.stacked-for-medium .top-bar-right {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media print, screen and (max-width: 74.99875em) {
  .top-bar.stacked-for-large {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .top-bar.stacked-for-large .top-bar-left, .top-bar.stacked-for-large .top-bar-right {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.top-bar-title {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  margin: 0.5rem 1rem 0.5rem 0;
}

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

.hide {
  display: none !important;
}

.invisible {
  visibility: hidden;
}

.visible {
  visibility: visible;
}

@media print, screen and (max-width: 39.99875em) {
  .hide-for-small-only {
    display: none !important;
  }
}
@media screen and (max-width: 0em), screen and (min-width: 40em) {
  .show-for-small-only {
    display: none !important;
  }
}
@media print, screen and (min-width: 40em) {
  .hide-for-medium {
    display: none !important;
  }
}
@media screen and (max-width: 39.99875em) {
  .show-for-medium {
    display: none !important;
  }
}
@media print, screen and (min-width: 40em) and (max-width: 63.99875em) {
  .hide-for-medium-only {
    display: none !important;
  }
}
@media screen and (max-width: 39.99875em), screen and (min-width: 64em) {
  .show-for-medium-only {
    display: none !important;
  }
}
@media print, screen and (min-width: 64em) {
  .hide-for-large {
    display: none !important;
  }
}
@media screen and (max-width: 63.99875em) {
  .show-for-large {
    display: none !important;
  }
}
@media print, screen and (min-width: 64em) and (max-width: 74.99875em) {
  .hide-for-large-only {
    display: none !important;
  }
}
@media screen and (max-width: 63.99875em), screen and (min-width: 75em) {
  .show-for-large-only {
    display: none !important;
  }
}
.show-for-sr, .show-on-focus {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

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

.hide-for-portrait, .show-for-landscape {
  display: block !important;
}

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

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

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

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

  .hide-for-dark-mode {
    display: none !important;
  }
}
.show-for-ie {
  display: none;
}

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

  .hide-for-ie {
    display: none !important;
  }
}
.show-for-sticky {
  display: none;
}

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

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

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

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

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

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

.clearfix::after {
  clear: both;
}

.slide-in-down.mui-enter {
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
  -webkit-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.slide-in-down.mui-enter.mui-enter-active {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}

.slide-in-left.mui-enter {
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
  -webkit-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  transform: translateX(-100%);
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.slide-in-left.mui-enter.mui-enter-active {
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}

.slide-in-up.mui-enter {
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
  -webkit-transform: translateY(100%);
  -ms-transform: translateY(100%);
  transform: translateY(100%);
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.slide-in-up.mui-enter.mui-enter-active {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}

.slide-in-right.mui-enter {
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
  -webkit-transform: translateX(100%);
  -ms-transform: translateX(100%);
  transform: translateX(100%);
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.slide-in-right.mui-enter.mui-enter-active {
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}

.slide-out-down.mui-leave {
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.slide-out-down.mui-leave.mui-leave-active {
  -webkit-transform: translateY(100%);
  -ms-transform: translateY(100%);
  transform: translateY(100%);
}

.slide-out-right.mui-leave {
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.slide-out-right.mui-leave.mui-leave-active {
  -webkit-transform: translateX(100%);
  -ms-transform: translateX(100%);
  transform: translateX(100%);
}

.slide-out-up.mui-leave {
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.slide-out-up.mui-leave.mui-leave-active {
  -webkit-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
}

.slide-out-left.mui-leave {
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.slide-out-left.mui-leave.mui-leave-active {
  -webkit-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  transform: translateX(-100%);
}

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

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

.fade-out.mui-leave {
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
  opacity: 1;
  -webkit-transition-property: opacity;
  transition-property: opacity;
}

.fade-out.mui-leave.mui-leave-active {
  opacity: 0;
}

.hinge-in-from-top.mui-enter {
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
  -webkit-transform: perspective(2000px) rotateX(-90deg);
  transform: perspective(2000px) rotateX(-90deg);
  -webkit-transform-origin: top;
  -ms-transform-origin: top;
  transform-origin: top;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 0;
}

.hinge-in-from-top.mui-enter.mui-enter-active {
  -webkit-transform: perspective(2000px) rotate(0);
  transform: perspective(2000px) rotate(0);
  opacity: 1;
}

.hinge-in-from-right.mui-enter {
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
  -webkit-transform: perspective(2000px) rotateY(-90deg);
  transform: perspective(2000px) rotateY(-90deg);
  -webkit-transform-origin: right;
  -ms-transform-origin: right;
  transform-origin: right;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 0;
}

.hinge-in-from-right.mui-enter.mui-enter-active {
  -webkit-transform: perspective(2000px) rotate(0);
  transform: perspective(2000px) rotate(0);
  opacity: 1;
}

.hinge-in-from-bottom.mui-enter {
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
  -webkit-transform: perspective(2000px) rotateX(90deg);
  transform: perspective(2000px) rotateX(90deg);
  -webkit-transform-origin: bottom;
  -ms-transform-origin: bottom;
  transform-origin: bottom;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 0;
}

.hinge-in-from-bottom.mui-enter.mui-enter-active {
  -webkit-transform: perspective(2000px) rotate(0);
  transform: perspective(2000px) rotate(0);
  opacity: 1;
}

.hinge-in-from-left.mui-enter {
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
  -webkit-transform: perspective(2000px) rotateY(90deg);
  transform: perspective(2000px) rotateY(90deg);
  -webkit-transform-origin: left;
  -ms-transform-origin: left;
  transform-origin: left;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 0;
}

.hinge-in-from-left.mui-enter.mui-enter-active {
  -webkit-transform: perspective(2000px) rotate(0);
  transform: perspective(2000px) rotate(0);
  opacity: 1;
}

.hinge-in-from-middle-x.mui-enter {
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
  -webkit-transform: perspective(2000px) rotateX(-90deg);
  transform: perspective(2000px) rotateX(-90deg);
  -webkit-transform-origin: center;
  -ms-transform-origin: center;
  transform-origin: center;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 0;
}

.hinge-in-from-middle-x.mui-enter.mui-enter-active {
  -webkit-transform: perspective(2000px) rotate(0);
  transform: perspective(2000px) rotate(0);
  opacity: 1;
}

.hinge-in-from-middle-y.mui-enter {
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
  -webkit-transform: perspective(2000px) rotateY(-90deg);
  transform: perspective(2000px) rotateY(-90deg);
  -webkit-transform-origin: center;
  -ms-transform-origin: center;
  transform-origin: center;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 0;
}

.hinge-in-from-middle-y.mui-enter.mui-enter-active {
  -webkit-transform: perspective(2000px) rotate(0);
  transform: perspective(2000px) rotate(0);
  opacity: 1;
}

.hinge-out-from-top.mui-leave {
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
  -webkit-transform: perspective(2000px) rotate(0);
  transform: perspective(2000px) rotate(0);
  -webkit-transform-origin: top;
  -ms-transform-origin: top;
  transform-origin: top;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 1;
}

.hinge-out-from-top.mui-leave.mui-leave-active {
  -webkit-transform: perspective(2000px) rotateX(90deg);
  transform: perspective(2000px) rotateX(90deg);
  opacity: 0;
}

.hinge-out-from-right.mui-leave {
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
  -webkit-transform: perspective(2000px) rotate(0);
  transform: perspective(2000px) rotate(0);
  -webkit-transform-origin: right;
  -ms-transform-origin: right;
  transform-origin: right;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 1;
}

.hinge-out-from-right.mui-leave.mui-leave-active {
  -webkit-transform: perspective(2000px) rotateY(90deg);
  transform: perspective(2000px) rotateY(90deg);
  opacity: 0;
}

.hinge-out-from-bottom.mui-leave {
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
  -webkit-transform: perspective(2000px) rotate(0);
  transform: perspective(2000px) rotate(0);
  -webkit-transform-origin: bottom;
  -ms-transform-origin: bottom;
  transform-origin: bottom;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 1;
}

.hinge-out-from-bottom.mui-leave.mui-leave-active {
  -webkit-transform: perspective(2000px) rotateX(-90deg);
  transform: perspective(2000px) rotateX(-90deg);
  opacity: 0;
}

.hinge-out-from-left.mui-leave {
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
  -webkit-transform: perspective(2000px) rotate(0);
  transform: perspective(2000px) rotate(0);
  -webkit-transform-origin: left;
  -ms-transform-origin: left;
  transform-origin: left;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 1;
}

.hinge-out-from-left.mui-leave.mui-leave-active {
  -webkit-transform: perspective(2000px) rotateY(-90deg);
  transform: perspective(2000px) rotateY(-90deg);
  opacity: 0;
}

.hinge-out-from-middle-x.mui-leave {
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
  -webkit-transform: perspective(2000px) rotate(0);
  transform: perspective(2000px) rotate(0);
  -webkit-transform-origin: center;
  -ms-transform-origin: center;
  transform-origin: center;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 1;
}

.hinge-out-from-middle-x.mui-leave.mui-leave-active {
  -webkit-transform: perspective(2000px) rotateX(90deg);
  transform: perspective(2000px) rotateX(90deg);
  opacity: 0;
}

.hinge-out-from-middle-y.mui-leave {
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
  -webkit-transform: perspective(2000px) rotate(0);
  transform: perspective(2000px) rotate(0);
  -webkit-transform-origin: center;
  -ms-transform-origin: center;
  transform-origin: center;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 1;
}

.hinge-out-from-middle-y.mui-leave.mui-leave-active {
  -webkit-transform: perspective(2000px) rotateY(90deg);
  transform: perspective(2000px) rotateY(90deg);
  opacity: 0;
}

.scale-in-up.mui-enter {
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
  -webkit-transform: scale(0.5);
  -ms-transform: scale(0.5);
  transform: scale(0.5);
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 0;
}

.scale-in-up.mui-enter.mui-enter-active {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}

.scale-in-down.mui-enter {
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
  -webkit-transform: scale(1.5);
  -ms-transform: scale(1.5);
  transform: scale(1.5);
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 0;
}

.scale-in-down.mui-enter.mui-enter-active {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}

.scale-out-up.mui-leave {
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 1;
}

.scale-out-up.mui-leave.mui-leave-active {
  -webkit-transform: scale(1.5);
  -ms-transform: scale(1.5);
  transform: scale(1.5);
  opacity: 0;
}

.scale-out-down.mui-leave {
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 1;
}

.scale-out-down.mui-leave.mui-leave-active {
  -webkit-transform: scale(0.5);
  -ms-transform: scale(0.5);
  transform: scale(0.5);
  opacity: 0;
}

.spin-in.mui-enter {
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
  -webkit-transform: rotate(-0.75turn);
  -ms-transform: rotate(-0.75turn);
  transform: rotate(-0.75turn);
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 0;
}

.spin-in.mui-enter.mui-enter-active {
  -webkit-transform: rotate(0);
  -ms-transform: rotate(0);
  transform: rotate(0);
  opacity: 1;
}

.spin-out.mui-leave {
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
  -webkit-transform: rotate(0);
  -ms-transform: rotate(0);
  transform: rotate(0);
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 1;
}

.spin-out.mui-leave.mui-leave-active {
  -webkit-transform: rotate(0.75turn);
  -ms-transform: rotate(0.75turn);
  transform: rotate(0.75turn);
  opacity: 0;
}

.spin-in-ccw.mui-enter {
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
  -webkit-transform: rotate(0.75turn);
  -ms-transform: rotate(0.75turn);
  transform: rotate(0.75turn);
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 0;
}

.spin-in-ccw.mui-enter.mui-enter-active {
  -webkit-transform: rotate(0);
  -ms-transform: rotate(0);
  transform: rotate(0);
  opacity: 1;
}

.spin-out-ccw.mui-leave {
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
  -webkit-transform: rotate(0);
  -ms-transform: rotate(0);
  transform: rotate(0);
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 1;
}

.spin-out-ccw.mui-leave.mui-leave-active {
  -webkit-transform: rotate(-0.75turn);
  -ms-transform: rotate(-0.75turn);
  transform: rotate(-0.75turn);
  opacity: 0;
}

.slow {
  -webkit-transition-duration: 750ms !important;
  transition-duration: 750ms !important;
}

.fast {
  -webkit-transition-duration: 250ms !important;
  transition-duration: 250ms !important;
}

.linear {
  -webkit-transition-timing-function: linear !important;
  transition-timing-function: linear !important;
}

.ease {
  -webkit-transition-timing-function: ease !important;
  transition-timing-function: ease !important;
}

.ease-in {
  -webkit-transition-timing-function: ease-in !important;
  transition-timing-function: ease-in !important;
}

.ease-out {
  -webkit-transition-timing-function: ease-out !important;
  transition-timing-function: ease-out !important;
}

.ease-in-out {
  -webkit-transition-timing-function: ease-in-out !important;
  transition-timing-function: ease-in-out !important;
}

.bounce-in {
  -webkit-transition-timing-function: cubic-bezier(0.485, 0.155, 0.24, 1.245) !important;
  transition-timing-function: cubic-bezier(0.485, 0.155, 0.24, 1.245) !important;
}

.bounce-out {
  -webkit-transition-timing-function: cubic-bezier(0.485, 0.155, 0.515, 0.845) !important;
  transition-timing-function: cubic-bezier(0.485, 0.155, 0.515, 0.845) !important;
}

.bounce-in-out {
  -webkit-transition-timing-function: cubic-bezier(0.76, -0.245, 0.24, 1.245) !important;
  transition-timing-function: cubic-bezier(0.76, -0.245, 0.24, 1.245) !important;
}

.short-delay {
  -webkit-transition-delay: 0.3s !important;
  transition-delay: 0.3s !important;
}

.long-delay {
  -webkit-transition-delay: 0.7s !important;
  transition-delay: 0.7s !important;
}

.shake {
  -webkit-animation-name: shake-7;
  animation-name: shake-7;
}

@-webkit-keyframes shake-7 {
  0%, 10%, 20%, 30%, 40%, 50%, 60%, 70%, 80%, 90% {
    -webkit-transform: translateX(7%);
    transform: translateX(7%);
  }
  15%, 25%, 35%, 45%, 5%, 55%, 65%, 75%, 85%, 95% {
    -webkit-transform: translateX(-7%);
    transform: translateX(-7%);
  }
}
@keyframes shake-7 {
  0%, 10%, 20%, 30%, 40%, 50%, 60%, 70%, 80%, 90% {
    -webkit-transform: translateX(7%);
    transform: translateX(7%);
  }
  15%, 25%, 35%, 45%, 5%, 55%, 65%, 75%, 85%, 95% {
    -webkit-transform: translateX(-7%);
    transform: translateX(-7%);
  }
}
.spin-cw {
  -webkit-animation-name: spin-cw-1turn;
  animation-name: spin-cw-1turn;
}

@-webkit-keyframes spin-cw-1turn {
  0% {
    -webkit-transform: rotate(-1turn);
    transform: rotate(-1turn);
  }
  100% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
}
@keyframes spin-cw-1turn {
  0% {
    -webkit-transform: rotate(-1turn);
    transform: rotate(-1turn);
  }
  100% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
}
.spin-ccw {
  -webkit-animation-name: spin-ccw-1turn;
  animation-name: spin-ccw-1turn;
}

@-webkit-keyframes spin-ccw-1turn {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(-1turn);
    transform: rotate(-1turn);
  }
}
@keyframes spin-ccw-1turn {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(-1turn);
    transform: rotate(-1turn);
  }
}
.wiggle {
  -webkit-animation-name: wiggle-7deg;
  animation-name: wiggle-7deg;
}

@-webkit-keyframes wiggle-7deg {
  40%, 50%, 60% {
    -webkit-transform: rotate(7deg);
    transform: rotate(7deg);
  }
  35%, 45%, 55%, 65% {
    -webkit-transform: rotate(-7deg);
    transform: rotate(-7deg);
  }
  0%, 100%, 30%, 70% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
}
@keyframes wiggle-7deg {
  40%, 50%, 60% {
    -webkit-transform: rotate(7deg);
    transform: rotate(7deg);
  }
  35%, 45%, 55%, 65% {
    -webkit-transform: rotate(-7deg);
    transform: rotate(-7deg);
  }
  0%, 100%, 30%, 70% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
}
.shake, .spin-ccw, .spin-cw, .wiggle {
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
}

.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

.slow {
  -webkit-animation-duration: 750ms !important;
  animation-duration: 750ms !important;
}

.fast {
  -webkit-animation-duration: 250ms !important;
  animation-duration: 250ms !important;
}

.linear {
  -webkit-animation-timing-function: linear !important;
  animation-timing-function: linear !important;
}

.ease {
  -webkit-animation-timing-function: ease !important;
  animation-timing-function: ease !important;
}

.ease-in {
  -webkit-animation-timing-function: ease-in !important;
  animation-timing-function: ease-in !important;
}

.ease-out {
  -webkit-animation-timing-function: ease-out !important;
  animation-timing-function: ease-out !important;
}

.ease-in-out {
  -webkit-animation-timing-function: ease-in-out !important;
  animation-timing-function: ease-in-out !important;
}

.bounce-in {
  -webkit-animation-timing-function: cubic-bezier(0.485, 0.155, 0.24, 1.245) !important;
  animation-timing-function: cubic-bezier(0.485, 0.155, 0.24, 1.245) !important;
}

.bounce-out {
  -webkit-animation-timing-function: cubic-bezier(0.485, 0.155, 0.515, 0.845) !important;
  animation-timing-function: cubic-bezier(0.485, 0.155, 0.515, 0.845) !important;
}

.bounce-in-out {
  -webkit-animation-timing-function: cubic-bezier(0.76, -0.245, 0.24, 1.245) !important;
  animation-timing-function: cubic-bezier(0.76, -0.245, 0.24, 1.245) !important;
}

.short-delay {
  -webkit-animation-delay: 0.3s !important;
  animation-delay: 0.3s !important;
}

.long-delay {
  -webkit-animation-delay: 0.7s !important;
  animation-delay: 0.7s !important;
}

/* --- COLORS --- */
body.wp-ext .has-neutral-000-background-color, body.wp-ext .background-neutral-000, .wp-block .has-neutral-000-background-color, .wp-block .background-neutral-000 {
  background-color: #ffffff !important;
}
body.wp-ext .has-neutral-000-color, body.wp-ext .has-neutral-000-color > li, body.wp-ext .neutral-000, .wp-block .has-neutral-000-color, .wp-block .has-neutral-000-color > li, .wp-block .neutral-000 {
  color: #ffffff !important;
}
body.wp-ext .has-neutral-000-border-color, body.wp-ext .border-neutral-000, .wp-block .has-neutral-000-border-color, .wp-block .border-neutral-000 {
  border-color: #ffffff !important;
}

body.wp-ext .has-neutral-100-background-color, body.wp-ext .background-neutral-100, .wp-block .has-neutral-100-background-color, .wp-block .background-neutral-100 {
  background-color: #f4f4f4 !important;
}
body.wp-ext .has-neutral-100-color, body.wp-ext .has-neutral-100-color > li, body.wp-ext .neutral-100, .wp-block .has-neutral-100-color, .wp-block .has-neutral-100-color > li, .wp-block .neutral-100 {
  color: #f4f4f4 !important;
}
body.wp-ext .has-neutral-100-border-color, body.wp-ext .border-neutral-100, .wp-block .has-neutral-100-border-color, .wp-block .border-neutral-100 {
  border-color: #f4f4f4 !important;
}

body.wp-ext .has-neutral-200-background-color, body.wp-ext .background-neutral-200, .wp-block .has-neutral-200-background-color, .wp-block .background-neutral-200 {
  background-color: #ebebeb !important;
}
body.wp-ext .has-neutral-200-color, body.wp-ext .has-neutral-200-color > li, body.wp-ext .neutral-200, .wp-block .has-neutral-200-color, .wp-block .has-neutral-200-color > li, .wp-block .neutral-200 {
  color: #ebebeb !important;
}
body.wp-ext .has-neutral-200-border-color, body.wp-ext .border-neutral-200, .wp-block .has-neutral-200-border-color, .wp-block .border-neutral-200 {
  border-color: #ebebeb !important;
}

body.wp-ext .has-neutral-300-background-color, body.wp-ext .background-neutral-300, .wp-block .has-neutral-300-background-color, .wp-block .background-neutral-300 {
  background-color: #c1c1c1 !important;
}
body.wp-ext .has-neutral-300-color, body.wp-ext .has-neutral-300-color > li, body.wp-ext .neutral-300, .wp-block .has-neutral-300-color, .wp-block .has-neutral-300-color > li, .wp-block .neutral-300 {
  color: #c1c1c1 !important;
}
body.wp-ext .has-neutral-300-border-color, body.wp-ext .border-neutral-300, .wp-block .has-neutral-300-border-color, .wp-block .border-neutral-300 {
  border-color: #c1c1c1 !important;
}

body.wp-ext .has-neutral-400-background-color, body.wp-ext .background-neutral-400, .wp-block .has-neutral-400-background-color, .wp-block .background-neutral-400 {
  background-color: #a1a1a1 !important;
}
body.wp-ext .has-neutral-400-color, body.wp-ext .has-neutral-400-color > li, body.wp-ext .neutral-400, .wp-block .has-neutral-400-color, .wp-block .has-neutral-400-color > li, .wp-block .neutral-400 {
  color: #a1a1a1 !important;
}
body.wp-ext .has-neutral-400-border-color, body.wp-ext .border-neutral-400, .wp-block .has-neutral-400-border-color, .wp-block .border-neutral-400 {
  border-color: #a1a1a1 !important;
}

body.wp-ext .has-neutral-500-background-color, body.wp-ext .background-neutral-500, .wp-block .has-neutral-500-background-color, .wp-block .background-neutral-500 {
  background-color: #7c7c7c !important;
}
body.wp-ext .has-neutral-500-color, body.wp-ext .has-neutral-500-color > li, body.wp-ext .neutral-500, .wp-block .has-neutral-500-color, .wp-block .has-neutral-500-color > li, .wp-block .neutral-500 {
  color: #7c7c7c !important;
}
body.wp-ext .has-neutral-500-border-color, body.wp-ext .border-neutral-500, .wp-block .has-neutral-500-border-color, .wp-block .border-neutral-500 {
  border-color: #7c7c7c !important;
}

body.wp-ext .has-neutral-600-background-color, body.wp-ext .background-neutral-600, .wp-block .has-neutral-600-background-color, .wp-block .background-neutral-600 {
  background-color: #656565 !important;
}
body.wp-ext .has-neutral-600-color, body.wp-ext .has-neutral-600-color > li, body.wp-ext .neutral-600, .wp-block .has-neutral-600-color, .wp-block .has-neutral-600-color > li, .wp-block .neutral-600 {
  color: #656565 !important;
}
body.wp-ext .has-neutral-600-border-color, body.wp-ext .border-neutral-600, .wp-block .has-neutral-600-border-color, .wp-block .border-neutral-600 {
  border-color: #656565 !important;
}

body.wp-ext .has-neutral-700-background-color, body.wp-ext .background-neutral-700, .wp-block .has-neutral-700-background-color, .wp-block .background-neutral-700 {
  background-color: #454545 !important;
}
body.wp-ext .has-neutral-700-color, body.wp-ext .has-neutral-700-color > li, body.wp-ext .neutral-700, .wp-block .has-neutral-700-color, .wp-block .has-neutral-700-color > li, .wp-block .neutral-700 {
  color: #454545 !important;
}
body.wp-ext .has-neutral-700-border-color, body.wp-ext .border-neutral-700, .wp-block .has-neutral-700-border-color, .wp-block .border-neutral-700 {
  border-color: #454545 !important;
}

body.wp-ext .has-neutral-800-background-color, body.wp-ext .background-neutral-800, .wp-block .has-neutral-800-background-color, .wp-block .background-neutral-800 {
  background-color: #282828 !important;
}
body.wp-ext .has-neutral-800-color, body.wp-ext .has-neutral-800-color > li, body.wp-ext .neutral-800, .wp-block .has-neutral-800-color, .wp-block .has-neutral-800-color > li, .wp-block .neutral-800 {
  color: #282828 !important;
}
body.wp-ext .has-neutral-800-border-color, body.wp-ext .border-neutral-800, .wp-block .has-neutral-800-border-color, .wp-block .border-neutral-800 {
  border-color: #282828 !important;
}

body.wp-ext .has-neutral-900-background-color, body.wp-ext .background-neutral-900, .wp-block .has-neutral-900-background-color, .wp-block .background-neutral-900 {
  background-color: #000000 !important;
}
body.wp-ext .has-neutral-900-color, body.wp-ext .has-neutral-900-color > li, body.wp-ext .neutral-900, .wp-block .has-neutral-900-color, .wp-block .has-neutral-900-color > li, .wp-block .neutral-900 {
  color: #000000 !important;
}
body.wp-ext .has-neutral-900-border-color, body.wp-ext .border-neutral-900, .wp-block .has-neutral-900-border-color, .wp-block .border-neutral-900 {
  border-color: #000000 !important;
}

body.wp-ext .has-spring-200-background-color, body.wp-ext .background-spring-200, .wp-block .has-spring-200-background-color, .wp-block .background-spring-200 {
  background-color: #65ca3a !important;
}
body.wp-ext .has-spring-200-color, body.wp-ext .has-spring-200-color > li, body.wp-ext .spring-200, .wp-block .has-spring-200-color, .wp-block .has-spring-200-color > li, .wp-block .spring-200 {
  color: #65ca3a !important;
}
body.wp-ext .has-spring-200-border-color, body.wp-ext .border-spring-200, .wp-block .has-spring-200-border-color, .wp-block .border-spring-200 {
  border-color: #65ca3a !important;
}

body.wp-ext .has-spring-300-background-color, body.wp-ext .background-spring-300, .wp-block .has-spring-300-background-color, .wp-block .background-spring-300 {
  background-color: #3dab0e !important;
}
body.wp-ext .has-spring-300-color, body.wp-ext .has-spring-300-color > li, body.wp-ext .spring-300, .wp-block .has-spring-300-color, .wp-block .has-spring-300-color > li, .wp-block .spring-300 {
  color: #3dab0e !important;
}
body.wp-ext .has-spring-300-border-color, body.wp-ext .border-spring-300, .wp-block .has-spring-300-border-color, .wp-block .border-spring-300 {
  border-color: #3dab0e !important;
}

body.wp-ext .has-storm-100-background-color, body.wp-ext .background-storm-100, .wp-block .has-storm-100-background-color, .wp-block .background-storm-100 {
  background-color: #cce3ec !important;
}
body.wp-ext .has-storm-100-color, body.wp-ext .has-storm-100-color > li, body.wp-ext .storm-100, .wp-block .has-storm-100-color, .wp-block .has-storm-100-color > li, .wp-block .storm-100 {
  color: #cce3ec !important;
}
body.wp-ext .has-storm-100-border-color, body.wp-ext .border-storm-100, .wp-block .has-storm-100-border-color, .wp-block .border-storm-100 {
  border-color: #cce3ec !important;
}

body.wp-ext .has-storm-200-background-color, body.wp-ext .background-storm-200, .wp-block .has-storm-200-background-color, .wp-block .background-storm-200 {
  background-color: #a1dcf2 !important;
}
body.wp-ext .has-storm-200-color, body.wp-ext .has-storm-200-color > li, body.wp-ext .storm-200, .wp-block .has-storm-200-color, .wp-block .has-storm-200-color > li, .wp-block .storm-200 {
  color: #a1dcf2 !important;
}
body.wp-ext .has-storm-200-border-color, body.wp-ext .border-storm-200, .wp-block .has-storm-200-border-color, .wp-block .border-storm-200 {
  border-color: #a1dcf2 !important;
}

body.wp-ext .has-storm-300-background-color, body.wp-ext .background-storm-300, .wp-block .has-storm-300-background-color, .wp-block .background-storm-300 {
  background-color: #53c3ec !important;
}
body.wp-ext .has-storm-300-color, body.wp-ext .has-storm-300-color > li, body.wp-ext .storm-300, .wp-block .has-storm-300-color, .wp-block .has-storm-300-color > li, .wp-block .storm-300 {
  color: #53c3ec !important;
}
body.wp-ext .has-storm-300-border-color, body.wp-ext .border-storm-300, .wp-block .has-storm-300-border-color, .wp-block .border-storm-300 {
  border-color: #53c3ec !important;
}

body.wp-ext .has-storm-400-background-color, body.wp-ext .background-storm-400, .wp-block .has-storm-400-background-color, .wp-block .background-storm-400 {
  background-color: #0891d2 !important;
}
body.wp-ext .has-storm-400-color, body.wp-ext .has-storm-400-color > li, body.wp-ext .storm-400, .wp-block .has-storm-400-color, .wp-block .has-storm-400-color > li, .wp-block .storm-400 {
  color: #0891d2 !important;
}
body.wp-ext .has-storm-400-border-color, body.wp-ext .border-storm-400, .wp-block .has-storm-400-border-color, .wp-block .border-storm-400 {
  border-color: #0891d2 !important;
}

body.wp-ext .has-storm-500-background-color, body.wp-ext .background-storm-500, .wp-block .has-storm-500-background-color, .wp-block .background-storm-500 {
  background-color: #3264bc !important;
}
body.wp-ext .has-storm-500-color, body.wp-ext .has-storm-500-color > li, body.wp-ext .storm-500, .wp-block .has-storm-500-color, .wp-block .has-storm-500-color > li, .wp-block .storm-500 {
  color: #3264bc !important;
}
body.wp-ext .has-storm-500-border-color, body.wp-ext .border-storm-500, .wp-block .has-storm-500-border-color, .wp-block .border-storm-500 {
  border-color: #3264bc !important;
}

body.wp-ext .has-storm-600-background-color, body.wp-ext .background-storm-600, .wp-block .has-storm-600-background-color, .wp-block .background-storm-600 {
  background-color: #283797 !important;
}
body.wp-ext .has-storm-600-color, body.wp-ext .has-storm-600-color > li, body.wp-ext .storm-600, .wp-block .has-storm-600-color, .wp-block .has-storm-600-color > li, .wp-block .storm-600 {
  color: #283797 !important;
}
body.wp-ext .has-storm-600-border-color, body.wp-ext .border-storm-600, .wp-block .has-storm-600-border-color, .wp-block .border-storm-600 {
  border-color: #283797 !important;
}

body.wp-ext .has-storm-700-background-color, body.wp-ext .background-storm-700, .wp-block .has-storm-700-background-color, .wp-block .background-storm-700 {
  background-color: #272278 !important;
}
body.wp-ext .has-storm-700-color, body.wp-ext .has-storm-700-color > li, body.wp-ext .storm-700, .wp-block .has-storm-700-color, .wp-block .has-storm-700-color > li, .wp-block .storm-700 {
  color: #272278 !important;
}
body.wp-ext .has-storm-700-border-color, body.wp-ext .border-storm-700, .wp-block .has-storm-700-border-color, .wp-block .border-storm-700 {
  border-color: #272278 !important;
}

body.wp-ext .has-storm-800-background-color, body.wp-ext .background-storm-800, .wp-block .has-storm-800-background-color, .wp-block .background-storm-800 {
  background-color: #141147 !important;
}
body.wp-ext .has-storm-800-color, body.wp-ext .has-storm-800-color > li, body.wp-ext .storm-800, .wp-block .has-storm-800-color, .wp-block .has-storm-800-color > li, .wp-block .storm-800 {
  color: #141147 !important;
}
body.wp-ext .has-storm-800-border-color, body.wp-ext .border-storm-800, .wp-block .has-storm-800-border-color, .wp-block .border-storm-800 {
  border-color: #141147 !important;
}

.wp-admin .acf-block-component ul.acf-radio-list li label input[type=radio][value=neutral-000] {
  background-color: #ffffff;
}

.wp-admin .acf-block-component ul.acf-radio-list li label input[type=radio][value=neutral-100] {
  background-color: #f4f4f4;
}

.wp-admin .acf-block-component ul.acf-radio-list li label input[type=radio][value=neutral-200] {
  background-color: #ebebeb;
}

.wp-admin .acf-block-component ul.acf-radio-list li label input[type=radio][value=neutral-300] {
  background-color: #c1c1c1;
}

.wp-admin .acf-block-component ul.acf-radio-list li label input[type=radio][value=neutral-400] {
  background-color: #a1a1a1;
}

.wp-admin .acf-block-component ul.acf-radio-list li label input[type=radio][value=neutral-500] {
  background-color: #7c7c7c;
}

.wp-admin .acf-block-component ul.acf-radio-list li label input[type=radio][value=neutral-600] {
  background-color: #656565;
}

.wp-admin .acf-block-component ul.acf-radio-list li label input[type=radio][value=neutral-700] {
  background-color: #454545;
}

.wp-admin .acf-block-component ul.acf-radio-list li label input[type=radio][value=neutral-800] {
  background-color: #282828;
}

.wp-admin .acf-block-component ul.acf-radio-list li label input[type=radio][value=neutral-900] {
  background-color: #000000;
}

.wp-admin .acf-block-component ul.acf-radio-list li label input[type=radio][value=spring-200] {
  background-color: #65ca3a;
}

.wp-admin .acf-block-component ul.acf-radio-list li label input[type=radio][value=spring-300] {
  background-color: #3dab0e;
}

.wp-admin .acf-block-component ul.acf-radio-list li label input[type=radio][value=storm-100] {
  background-color: #cce3ec;
}

.wp-admin .acf-block-component ul.acf-radio-list li label input[type=radio][value=storm-200] {
  background-color: #a1dcf2;
}

.wp-admin .acf-block-component ul.acf-radio-list li label input[type=radio][value=storm-300] {
  background-color: #53c3ec;
}

.wp-admin .acf-block-component ul.acf-radio-list li label input[type=radio][value=storm-400] {
  background-color: #0891d2;
}

.wp-admin .acf-block-component ul.acf-radio-list li label input[type=radio][value=storm-500] {
  background-color: #3264bc;
}

.wp-admin .acf-block-component ul.acf-radio-list li label input[type=radio][value=storm-600] {
  background-color: #283797;
}

.wp-admin .acf-block-component ul.acf-radio-list li label input[type=radio][value=storm-700] {
  background-color: #272278;
}

.wp-admin .acf-block-component ul.acf-radio-list li label input[type=radio][value=storm-800] {
  background-color: #141147;
}

/* --- FONTS --- */
@font-face {
  font-family: "mono-social-icons";
  src: url("../fonts/MonoSocialIconsFont-1/MonoSocialIconsFont-1.10.eot");
  src: url("../fonts/MonoSocialIconsFont-1/MonoSocialIconsFont-1.10.eot?#iefix") format("embedded-opentype"), url("../fonts/MonoSocialIconsFont-1/MonoSocialIconsFont-1.10.woff") format("woff"), url("../fonts/MonoSocialIconsFont-1/MonoSocialIconsFont-1.10.ttf") format("truetype"), url("../fonts/MonoSocialIconsFont-1/MonoSocialIconsFont-1.10.svg#MonoSocialIconsFont") format("svg");
  src: url("../fonts/MonoSocialIconsFont-1/MonoSocialIconsFont-1.10.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "material-icons";
  src: url("../fonts/MaterialIcons/MaterialIcons-Regular.eot");
  src: url("../fonts/MaterialIcons/MaterialIcons-Regular.eot") format("embedded-opentype"), url("../fonts/MaterialIcons/MaterialIcons-Regular.woff") format("woff"), url("../fonts/MaterialIcons/MaterialIcons-Regular.woff2") format("woff2"), url("../fonts/MaterialIcons/MaterialIcons-Regular.ttf") format("truetype"), url("../fonts/MaterialIcons/MaterialIcons-Regular.svg") format("svg");
  src: url("../fonts/MaterialIcons/MaterialIcons-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
body.wp-ext h1.sansserif, body.wp-ext h2.sansserif, body.wp-ext h3.sansserif, body.wp-ext h4.sansserif, body.wp-ext h5.sansserif, body.wp-ext h6.sansserif, body.wp-ext p.sansserif, body.wp-ext ul.sansserif li, body.wp-ext ol.sansserif li, body.wp-ext block.sansserif, body.wp-ext a.sansserif, body.wp-ext i.sansserif, body.wp-ext *.sansserif, .wp-block h1.sansserif, .wp-block h2.sansserif, .wp-block h3.sansserif, .wp-block h4.sansserif, .wp-block h5.sansserif, .wp-block h6.sansserif, .wp-block p.sansserif, .wp-block ul.sansserif li, .wp-block ol.sansserif li, .wp-block block.sansserif, .wp-block a.sansserif, .wp-block i.sansserif, .wp-block *.sansserif {
  font-family: "Avenir Next W01", sans-serif !important;
  font-weight: 300 !important;
}
body.wp-ext.bold, body.wp-ext > strong, .wp-block.bold, .wp-block > strong {
  font-weight: 700;
}
body.wp-ext.semibold, body.wp-ext > strong.semibold, .wp-block.semibold, .wp-block > strong.semibold {
  font-weight: 500;
}
body.wp-ext.thin, .wp-block.thin {
  font-weight: 100;
}

body.wp-ext h1.serif, body.wp-ext h2.serif, body.wp-ext h3.serif, body.wp-ext h4.serif, body.wp-ext h5.serif, body.wp-ext h6.serif, body.wp-ext p.serif, body.wp-ext ul.serif li, body.wp-ext ol.serif li, body.wp-ext block.serif, body.wp-ext a.serif, body.wp-ext i.serif, body.wp-ext *.serif, .wp-block h1.serif, .wp-block h2.serif, .wp-block h3.serif, .wp-block h4.serif, .wp-block h5.serif, .wp-block h6.serif, .wp-block p.serif, .wp-block ul.serif li, .wp-block ol.serif li, .wp-block block.serif, .wp-block a.serif, .wp-block i.serif, .wp-block *.serif {
  font-family: "adobe-garamond-pro", serif !important;
  font-weight: 400 !important;
}
body.wp-ext.bold, body.wp-ext > strong, .wp-block.bold, .wp-block > strong {
  font-weight: 600;
}

body.wp-ext h1.gicon, body.wp-ext h2.gicon, body.wp-ext h3.gicon, body.wp-ext h4.gicon, body.wp-ext h5.gicon, body.wp-ext h6.gicon, body.wp-ext p.gicon, body.wp-ext ul.gicon li, body.wp-ext ol.gicon li, body.wp-ext block.gicon, body.wp-ext a.gicon, body.wp-ext i.gicon, body.wp-ext *.gicon, .wp-block h1.gicon, .wp-block h2.gicon, .wp-block h3.gicon, .wp-block h4.gicon, .wp-block h5.gicon, .wp-block h6.gicon, .wp-block p.gicon, .wp-block ul.gicon li, .wp-block ol.gicon li, .wp-block block.gicon, .wp-block a.gicon, .wp-block i.gicon, .wp-block *.gicon {
  font-family: "material-icons" !important;
  font-weight: 400 !important;
  font-style: normal !important;
}
body.wp-ext h1.gicon i, body.wp-ext h2.gicon i, body.wp-ext h3.gicon i, body.wp-ext h4.gicon i, body.wp-ext h5.gicon i, body.wp-ext h6.gicon i, body.wp-ext p.gicon i, body.wp-ext ul.gicon li i, body.wp-ext ol.gicon li i, body.wp-ext block.gicon i, body.wp-ext a.gicon i, body.wp-ext i.gicon i, body.wp-ext *.gicon i, .wp-block h1.gicon i, .wp-block h2.gicon i, .wp-block h3.gicon i, .wp-block h4.gicon i, .wp-block h5.gicon i, .wp-block h6.gicon i, .wp-block p.gicon i, .wp-block ul.gicon li i, .wp-block ol.gicon li i, .wp-block block.gicon i, .wp-block a.gicon i, .wp-block i.gicon i, .wp-block *.gicon i {
  font-style: normal !important;
}
body.wp-ext.bold, body.wp-ext > strong, .wp-block.bold, .wp-block > strong {
  font-weight: 400;
}

body.wp-ext h1.sicon, body.wp-ext h2.sicon, body.wp-ext h3.sicon, body.wp-ext h4.sicon, body.wp-ext h5.sicon, body.wp-ext h6.sicon, body.wp-ext p.sicon, body.wp-ext ul.sicon li, body.wp-ext ol.sicon li, body.wp-ext block.sicon, body.wp-ext a.sicon, body.wp-ext i.sicon, body.wp-ext *.sicon, .wp-block h1.sicon, .wp-block h2.sicon, .wp-block h3.sicon, .wp-block h4.sicon, .wp-block h5.sicon, .wp-block h6.sicon, .wp-block p.sicon, .wp-block ul.sicon li, .wp-block ol.sicon li, .wp-block block.sicon, .wp-block a.sicon, .wp-block i.sicon, .wp-block *.sicon {
  font-family: "mono-social-icons" !important;
  font-weight: 400 !important;
  font-style: normal !important;
}
body.wp-ext h1.sicon i, body.wp-ext h2.sicon i, body.wp-ext h3.sicon i, body.wp-ext h4.sicon i, body.wp-ext h5.sicon i, body.wp-ext h6.sicon i, body.wp-ext p.sicon i, body.wp-ext ul.sicon li i, body.wp-ext ol.sicon li i, body.wp-ext block.sicon i, body.wp-ext a.sicon i, body.wp-ext i.sicon i, body.wp-ext *.sicon i, .wp-block h1.sicon i, .wp-block h2.sicon i, .wp-block h3.sicon i, .wp-block h4.sicon i, .wp-block h5.sicon i, .wp-block h6.sicon i, .wp-block p.sicon i, .wp-block ul.sicon li i, .wp-block ol.sicon li i, .wp-block block.sicon i, .wp-block a.sicon i, .wp-block i.sicon i, .wp-block *.sicon i {
  font-style: normal !important;
}
body.wp-ext.bold, body.wp-ext > strong, .wp-block.bold, .wp-block > strong {
  font-weight: 400;
}

html {
  font-size: calc(14px + 4 * (100vw - 320px) / 1120);
  line-height: 1.4;
  margin: 0;
  padding: 0;
}
@media screen and (min-width: 1400px) {
  html {
    font-size: 18px;
  }
}
@media screen and (max-width: 320px) {
  html {
    font-size: 14px;
  }
}

/**
 * Elements
 * - - - - - - - - - - - - - - - - 
 *
 * Contains CSS for all major elements
 * 
 * --------------------------------
 *       Table of Contents
 * --------------------------------
 * 1.0 - Body
 * 2.0 - Header
 * 3.0 - Navigation
 *		3.1 - Header Nav
 *		3.2 - Aside Nav
 *		3.3 - Footer Nav
 *		3.4 - Login/Cart Menu
 *		3.5 - Social Menu
 * 4.0 - Content
 * 5.0 - Main
 * 6.0 - Article
 * 7.0 - Aside
 * 8.0 - Footer
 */
html {
  scroll-behavior: smooth;
  overflow-y: scroll;
}

/*  ! 1.0 --- Body */
body.wp-ext {
  margin: 0;
  padding: 0;
  font-family: "Avenir Next W01", sans-serif;
  font-weight: 400;
  background-color: #ffffff;
}

body > nav#prenav {
  position: fixed;
  top: 0px;
  right: 0px;
  z-index: 101;
  width: 100%;
  height: 35px;
  background: #3264bc;
}
body > nav#prenav > ul {
  margin: 0 auto;
  padding: 0;
  list-style-type: none;
  display: flex;
  justify-content: flex-end;
  width: 92%;
  max-width: 1900px;
}
body > nav#prenav > ul li {
  text-transform: uppercase;
  font-weight: 300;
  margin: 0;
  padding: 0;
  flex: 0 1 auto;
  font-family: "Avenir Next W01", sans-serif;
  position: relative;
  font-size: 0.75rem;
  line-height: 0.75rem;
}
body > nav#prenav > ul li a, body > nav#prenav > ul li span {
  font-size: inherit;
  line-height: inherit;
  text-decoration: none;
  padding: 0.65rem 1rem;
  flex: 1 0 auto;
  color: rgba(255, 255, 255, 0.75);
  display: inline-block;
}
body > nav#prenav > ul li a:hover, body > nav#prenav > ul li span:hover {
  color: #ffffff;
}
body > nav#prenav > ul li a i, body > nav#prenav > ul li span i {
  text-transform: lowercase;
  margin-right: 8px;
  padding: 0;
  float: left;
  margin-top: 1px;
  font-size: 1rem;
}
body > nav#prenav > ul li.active a, body.blog body > nav#prenav > ul li#menu-286 a {
  color: #53c3ec;
}
body > nav#prenav > ul li#menu-member > ul {
  margin: -5px 0 0 10px;
  padding: 0.5rem 0;
  list-style-type: none;
  display: none;
  position: absolute;
  z-index: 101;
  background: #3264bc;
  padding: 0.5rem 0;
  box-shadow: 0px 0px 3px #c1c1c1;
  box-shadow: 0px 0px 3px #c1c1c1;
  width: calc(100% + 10px);
}
body > nav#prenav > ul li#menu-member > ul > li > ul {
  margin-bottom: 10px !important;
}
body > nav#prenav > ul li#menu-member > ul > li > ul > li {
  padding-left: 1rem;
}
body > nav#prenav > ul li#menu-member > a:after {
  font-family: "material-icons";
  text-transform: none;
  content: "expand_more";
  margin-left: 5px;
  position: absolute;
  margin-top: 0px;
}
body > nav#prenav > ul li#menu-member:hover ul.menu {
  display: block;
}
body > nav#prenav > ul#menu-non-member li:nth-child(1) {
  margin-right: 0px;
}
body > nav#prenav > ul#menu-non-member li:nth-child(1) span {
  padding-right: 0;
}
body > nav#prenav > ul#menu-non-member li:nth-child(2) {
  margin: 0px;
}
body > nav#prenav > ul#menu-non-member li:nth-child(2) a {
  color: #65ca3a;
}
body > nav#prenav form#searchform {
  display: none;
}

/*  ! 2.0 --- Header */
body > header {
  height: 115px;
  top: 35px;
  position: fixed;
  width: 100%;
  height: 115px;
  z-index: 100;
  transition: all 0.7s ease 0s;
  backdrop-filter: blur(2px);
  -webkit-backdrop-filter: blur(2px);
  background: #ffffff;
  border-bottom: 1px solid #f4f4f4;
}
body > header #header {
  height: inherit;
  position: relative;
  z-index: 5;
}
body > header #header a.logo img {
  left: 0px;
  width: 300px;
  height: auto;
  position: absolute;
  top: 35px;
  z-index: 10;
}
body > header nav#nav {
  position: absolute;
  top: 30px;
  right: 0px;
  z-index: 9;
  width: calc(100% - 400px);
}
@media screen and (max-width: 1200px) {
  body > header nav#nav {
    max-width: calc(100% - 150px);
  }
}
body > header nav#nav > ul {
  width: 100%;
  float: right;
}
body > header nav#nav ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-end;
  align-content: space-evenly;
}
body > header nav#nav ul li {
  text-transform: uppercase;
  font-weight: 300;
  margin: 0px;
  cursor: pointer;
  padding: 0;
  font-family: "Avenir Next W01", sans-serif;
  position: relative;
}
body > header nav#nav ul li.menu-parent {
  margin-right: 10px;
}
body > header nav#nav ul li.menu-parent > a:after {
  font-family: "material-icons";
  text-transform: none;
  content: "expand_more";
  margin-left: 5px;
  position: absolute;
  margin-top: 0px;
}
body > header nav#nav ul li a {
  font-size: 1rem;
  line-height: 1rem;
  text-decoration: none;
  padding: 1.25rem;
  max-width: unset;
  color: #454545;
  display: block;
  text-align: center;
}
body > header nav#nav ul li a:hover {
  color: #282828;
}
body > header nav#nav ul li.active > a {
  color: #3264bc;
}
body > header nav#nav ul li ul.menu {
  display: none;
  width: auto;
  min-width: 250px;
  position: absolute;
  background: #ffffff;
  padding: 0.5rem 0;
  box-shadow: 0px 0px 3px #c1c1c1;
}
body > header nav#nav ul li ul.menu li {
  padding: 0;
  padding: 0;
  text-align: left;
  text-tranform: none;
}
body > header nav#nav ul li ul.menu li a {
  padding: 0.75rem 1.25rem;
  text-align: left;
  color: #656565;
  background: #ffffff !important;
  font-size: 0.875rem;
  line-height: 0.875rem;
  word-break: keep-all;
}
body > header nav#nav ul li ul.menu li.active a {
  display: inline-block;
  color: #3264bc;
  border-bottom: 2px solid #3264bc;
  margin: 0 1.25rem 0.5rem;
  padding: 0.75rem 0rem 0.25rem;
}
body > header nav#nav ul li:hover ul, body > header nav#nav ul li ul.active {
  display: block;
}
body > header nav#nav ul li form#searchform {
  position: relative;
  margin-top: 7px;
}
body > header nav#nav ul li form#searchform input {
  border-radius: 30px;
  padding: 5px 25px;
}
body > header nav#nav ul li form#searchform input#searchsubmit {
  position: absolute;
  right: 15px;
  top: 5px;
  padding: 2px 5px;
  font-family: "material-icons";
  background: #ffffff;
  color: #c1c1c1;
  border: 0;
  cursor: pointer;
}
body > header nav#nav ul li form#searchform input#searchsubmit:hover {
  color: #7c7c7c;
}
@media screen and (max-width: 1060px) {
  body > header nav#nav ul li {
    margin: 0;
  }
}
@media screen and (max-width: 940px) {
  body > header nav#nav ul {
    display: none;
  }
  body > header nav#nav ul li {
    margin: 0;
  }
}
body > header nav#nav a#menu-icon, body > header nav#nav .mobile-only.menu {
  display: none;
}

/*  ! 5.0 ---  Content */
main {
  position: relative;
  top: 0px;
  padding: 0 0 150px;
  transition: all 0.7s ease 0s;
}
main > section:first-of-type {
  padding-top: 150px;
}
main > section:first-of-type article {
  padding-top: 100px;
}
main > div.woocommerce, main > div.my-team > div.woocommerce {
  padding-top: 150px;
}
main#homepage {
  padding-top: 0px;
}
main > div {
  padding-bottom: 0px !important;
  margin-bottom: 0px !important;
}
body.wp-member main {
  top: 0px;
  padding-top: 215px;
}

section.wp-content {
  position: relative;
  z-index: 9;
  top: 0;
  z-index: 3;
  padding: 0;
  overflow: hidden;
}
section.wp-content#title {
  text-align: center;
  padding: 35px 0;
}
section.wp-content#title article.iCon {
  margin: 0;
  padding: 0;
}
section.wp-content#title h1 {
  margin: 0;
}
main > section.wp-content.has-background-imagery > figure.background-image-video, .editor-styles-wrapper.block-editor-writing-flow .wp-block section.wp-content.has-background-imagery > figure.background-image-video {
  z-index: 0;
  position: absolute;
  overflow: hidden;
  height: 100%;
  width: 100%;
  margin: 0;
}
main > section.wp-content.has-background-imagery > figure.background-image-video img, main > section.wp-content.has-background-imagery > figure.background-image-video video, .editor-styles-wrapper.block-editor-writing-flow .wp-block section.wp-content.has-background-imagery > figure.background-image-video img, .editor-styles-wrapper.block-editor-writing-flow .wp-block section.wp-content.has-background-imagery > figure.background-image-video video {
  object-fit: cover;
  object-position: center center;
  width: auto;
  height: auto;
  min-width: 100%;
  min-height: calc(100% + 1px);
  position: absolute;
  z-index: 0;
  top: 0;
  bottom: 0;
}
main > section.wp-content.has-background-imagery > figure.background-image-video img.multiply, main > section.wp-content.has-background-imagery > figure.background-image-video video.multiply, .editor-styles-wrapper.block-editor-writing-flow .wp-block section.wp-content.has-background-imagery > figure.background-image-video img.multiply, .editor-styles-wrapper.block-editor-writing-flow .wp-block section.wp-content.has-background-imagery > figure.background-image-video video.multiply {
  mix-blend-mode: multiply;
}
main > section.wp-content.has-background-imagery > figure.background-image-video img.transparent-75, main > section.wp-content.has-background-imagery > figure.background-image-video video.transparent-75, .editor-styles-wrapper.block-editor-writing-flow .wp-block section.wp-content.has-background-imagery > figure.background-image-video img.transparent-75, .editor-styles-wrapper.block-editor-writing-flow .wp-block section.wp-content.has-background-imagery > figure.background-image-video video.transparent-75 {
  opacity: 0.25;
}
main > section.wp-content.has-background-imagery > figure.background-image-video img.transparent-50, main > section.wp-content.has-background-imagery > figure.background-image-video video.transparent-50, .editor-styles-wrapper.block-editor-writing-flow .wp-block section.wp-content.has-background-imagery > figure.background-image-video img.transparent-50, .editor-styles-wrapper.block-editor-writing-flow .wp-block section.wp-content.has-background-imagery > figure.background-image-video video.transparent-50 {
  opacity: 0.5;
}
main > section.wp-content.has-background-imagery > figure.background-image-video img.transparent-25, main > section.wp-content.has-background-imagery > figure.background-image-video video.transparent-25, .editor-styles-wrapper.block-editor-writing-flow .wp-block section.wp-content.has-background-imagery > figure.background-image-video img.transparent-25, .editor-styles-wrapper.block-editor-writing-flow .wp-block section.wp-content.has-background-imagery > figure.background-image-video video.transparent-25 {
  opacity: 0.75;
}
main > section.wp-content.has-background-imagery > figure.background-image-video.pos-full > *, .editor-styles-wrapper.block-editor-writing-flow .wp-block section.wp-content.has-background-imagery > figure.background-image-video.pos-full > * {
  left: 0;
  min-width: 100%;
  transform: translate(-50%, -50%);
  position: absolute;
  top: 50%;
  left: 50%;
}
main > section.wp-content.has-background-imagery > figure.background-image-video.pos-left > *, .editor-styles-wrapper.block-editor-writing-flow .wp-block section.wp-content.has-background-imagery > figure.background-image-video.pos-left > * {
  left: 0;
  width: 50%;
  min-width: unset;
}
main > section.wp-content.has-background-imagery > figure.background-image-video.pos-left > *.hook-left, .editor-styles-wrapper.block-editor-writing-flow .wp-block section.wp-content.has-background-imagery > figure.background-image-video.pos-left > *.hook-left {
  left: -50%;
  width: 100%;
  min-height: unset;
  min-width: unset;
  transform: translate(0%, 0%);
  object-position: left top;
  top: 0%;
}
main > section.wp-content.has-background-imagery > figure.background-image-video.pos-right > *, .editor-styles-wrapper.block-editor-writing-flow .wp-block section.wp-content.has-background-imagery > figure.background-image-video.pos-right > * {
  left: 50%;
  width: 50%;
  min-width: unset;
}
main > section.wp-content.has-background-imagery > figure.background-image-video.pos-right > *.hook-right, .editor-styles-wrapper.block-editor-writing-flow .wp-block section.wp-content.has-background-imagery > figure.background-image-video.pos-right > *.hook-right {
  left: 50%;
  width: 100%;
  min-height: unset;
  min-width: unset;
  transform: translate(0%, -50%);
  object-position: left center;
  top: 50%;
}
main > section.wp-content.has-background-imagery > figure.background-image-video:first-of-type, .editor-styles-wrapper.block-editor-writing-flow .wp-block section.wp-content.has-background-imagery > figure.background-image-video:first-of-type {
  top: -50px;
}
main > section.wp-content.has-background-imagery article, .editor-styles-wrapper.block-editor-writing-flow .wp-block section.wp-content.has-background-imagery article {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
main > section.wp-content.has-background-imagery article.pos-left > *, .editor-styles-wrapper.block-editor-writing-flow .wp-block section.wp-content.has-background-imagery article.pos-left > * {
  padding-left: 57%;
  width: auto;
  margin-left: 0px;
  margin-right: 0px;
}
main > section.wp-content.has-background-imagery article.pos-right > *, .editor-styles-wrapper.block-editor-writing-flow .wp-block section.wp-content.has-background-imagery article.pos-right > * {
  padding-right: 57%;
  width: auto;
  margin-left: 0px;
  margin-right: 0px;
}
main > section.wp-content.has-background-imagery + section.wp-content article.iCon, .editor-styles-wrapper.block-editor-writing-flow .wp-block section.wp-content.has-background-imagery + section.wp-content article.iCon {
  border-top: none !important;
}
@media screen and (max-width: 799px) {
  main > section.wp-content.has-background-imagery:not(:first-of-type) figure, .editor-styles-wrapper.block-editor-writing-flow .wp-block section.wp-content.has-background-imagery:not(:first-of-type) figure {
    height: 40vh;
    overflow: hidden;
  }
  main > section.wp-content.has-background-imagery:not(:first-of-type) figure img, main > section.wp-content.has-background-imagery:not(:first-of-type) figure video, .editor-styles-wrapper.block-editor-writing-flow .wp-block section.wp-content.has-background-imagery:not(:first-of-type) figure img, .editor-styles-wrapper.block-editor-writing-flow .wp-block section.wp-content.has-background-imagery:not(:first-of-type) figure video {
    height: auto;
    width: 100% !important;
    left: 0 !important;
    right: 0 !important;
  }
  main > section.wp-content.has-background-imagery:not(:first-of-type) figure img.hook-right, main > section.wp-content.has-background-imagery:not(:first-of-type) figure img.hook-left, main > section.wp-content.has-background-imagery:not(:first-of-type) figure video.hook-right, main > section.wp-content.has-background-imagery:not(:first-of-type) figure video.hook-left, .editor-styles-wrapper.block-editor-writing-flow .wp-block section.wp-content.has-background-imagery:not(:first-of-type) figure img.hook-right, .editor-styles-wrapper.block-editor-writing-flow .wp-block section.wp-content.has-background-imagery:not(:first-of-type) figure img.hook-left, .editor-styles-wrapper.block-editor-writing-flow .wp-block section.wp-content.has-background-imagery:not(:first-of-type) figure video.hook-right, .editor-styles-wrapper.block-editor-writing-flow .wp-block section.wp-content.has-background-imagery:not(:first-of-type) figure video.hook-left {
    object-position: center bottom;
    transform: translate(0%, 0%);
    max-height: 100%;
    top: 0;
    margin: 0 auto;
    width: auto !important;
  }
  main > section.wp-content.has-background-imagery:not(:first-of-type) article, .editor-styles-wrapper.block-editor-writing-flow .wp-block section.wp-content.has-background-imagery:not(:first-of-type) article {
    min-height: calc(100vh - 190px) !important;
  }
  main > section.wp-content.has-background-imagery:not(:first-of-type) figure + article, .editor-styles-wrapper.block-editor-writing-flow .wp-block section.wp-content.has-background-imagery:not(:first-of-type) figure + article {
    min-height: calc(55vh - 190px) !important;
    padding-top: 45vh;
  }
  main > section.wp-content.has-background-imagery:not(:first-of-type) figure + article.pos-left > *, main > section.wp-content.has-background-imagery:not(:first-of-type) figure + article.pos-right > *, .editor-styles-wrapper.block-editor-writing-flow .wp-block section.wp-content.has-background-imagery:not(:first-of-type) figure + article.pos-left > *, .editor-styles-wrapper.block-editor-writing-flow .wp-block section.wp-content.has-background-imagery:not(:first-of-type) figure + article.pos-right > * {
    padding-left: 0;
    padding-right: 0px;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }
  main > section.wp-content.has-background-imagery:not(:first-of-type) figure + article.pos-left > *.hook-right, main > section.wp-content.has-background-imagery:not(:first-of-type) figure + article.pos-left > *.hook-left, main > section.wp-content.has-background-imagery:not(:first-of-type) figure + article.pos-right > *.hook-right, main > section.wp-content.has-background-imagery:not(:first-of-type) figure + article.pos-right > *.hook-left, .editor-styles-wrapper.block-editor-writing-flow .wp-block section.wp-content.has-background-imagery:not(:first-of-type) figure + article.pos-left > *.hook-right, .editor-styles-wrapper.block-editor-writing-flow .wp-block section.wp-content.has-background-imagery:not(:first-of-type) figure + article.pos-left > *.hook-left, .editor-styles-wrapper.block-editor-writing-flow .wp-block section.wp-content.has-background-imagery:not(:first-of-type) figure + article.pos-right > *.hook-right, .editor-styles-wrapper.block-editor-writing-flow .wp-block section.wp-content.has-background-imagery:not(:first-of-type) figure + article.pos-right > *.hook-left {
    object-position: center bottom;
    transform: translate(0%, 0%);
    max-height: 100%;
    top: 0;
    margin: 0 auto;
    width: auto !important;
  }
}
section.wp-content + section.wp-content article.iCon {
  border-top: 1px solid #f4f4f4;
}
section.wp-content + section.wp-content article.iCon #options {
  padding-top: 140px;
}
section.wp-content + section.wp-content {
  z-index: 2;
}
section.wp-content img.wp-block-cover__image-background {
  min-width: 100%;
  width: auto;
  height: auto;
  min-height: 100%;
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 50%;
  transform: translate(-50%, 0%);
}
section.wp-content.no-margin {
  margin-top: 0px !important;
  border-top: 0 !important;
}
section.wp-content.short-margin {
  margin-top: 15% !important;
}
section.wp-content.no-padding {
  padding: 0;
}
section.wp-content article {
  padding: 95px 0;
}
section.wp-content article > *:first-child {
  margin-top: 0 !important;
}
section.wp-content article > *:first-child + h1, section.wp-content article > *:first-child + h2, section.wp-content article > *:first-child + h3, section.wp-content article > *:first-child + h4, section.wp-content article > *:first-child + h5, section.wp-content article > *:first-child + h6 {
  margin-top: 0;
}
section.wp-content article > *:last-child {
  margin-bottom: 0 !important;
}
section.wp-content article > *:last-child > .wp-block-column {
  margin-bottom: 0 !important;
}
section.wp-content article > p.tagline, section.wp-content article p.tagline {
  margin-bottom: 0;
}
section.wp-content article > p.tagline + h1, section.wp-content article > p.tagline + h2, section.wp-content article > p.tagline + h3, section.wp-content article > p.tagline + h4, section.wp-content article > p.tagline + h5, section.wp-content article > p.tagline + h6, section.wp-content article p.tagline + h1, section.wp-content article p.tagline + h2, section.wp-content article p.tagline + h3, section.wp-content article p.tagline + h4, section.wp-content article p.tagline + h5, section.wp-content article p.tagline + h6 {
  margin-top: 10px;
}
section.wp-content article.flexCon {
  display: flex;
  flex-wrap: nowrap;
  flex: 0 1 auto;
  padding-top: 50px;
}
section.wp-content article.flexCon aside {
  flex-basis: 30%;
}
section.wp-content article.flexCon section.inner-content {
  flex-basis: 60%;
}
section.wp-content article.flexCon > *:nth-child(1) {
  padding-right: 5%;
}
section.wp-content article.flexCon > *:nth-child(2) {
  padding-left: 5%;
}
section.wp-content article.flexCon aside + section {
  border-left: 1px solid #ebebeb;
}
section.wp-content article.flexCon section + aside {
  border-left: 1px solid #ebebeb;
}
section.wp-content article article.wp-additional-content {
  margin-top: 75px;
  width: calc(100% - 100px) !important;
  padding: 50px;
}
section.wp-content article.full-width {
  margin: 0 -10%;
}
section.wp-content article.wp-block-columns .wp-block-column > *:first-child, section.wp-content article div.wp-block-columns .wp-block-column > *:first-child {
  margin-top: 0;
}
section.wp-content article.wp-block-columns .wp-block-column > *:last-child, section.wp-content article div.wp-block-columns .wp-block-column > *:last-child {
  margin-bottom: 0;
}
section.wp-content article.wp-block-columns.border .wp-block-column:not(:first-child), section.wp-content article div.wp-block-columns.border .wp-block-column:not(:first-child) {
  padding-left: 2em;
  border-right: 1px solid inherit;
}
section.wp-content article.wp-block-columns.encased .wp-block-column, section.wp-content article div.wp-block-columns.encased .wp-block-column {
  padding: 35px;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1);
}

footer {
  position: relative;
  padding: 20px 0 0;
  transition: all 0.7s ease 0s;
  border-top: 1px solid #141147;
}
footer ul {
  list-style-type: none;
}
footer #footer {
  padding: 0;
  color: #ffffff;
  margin: 0 auto;
  height: auto;
  width: 95%;
  text-align: left;
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-start;
  align-items: stretch;
}
footer #footer > * {
  flex: 0 1 auto;
}
footer #footer a.logo {
  margin-left: 0px;
  text-align: left;
  float: left;
  margin-right: 45px;
}
footer #footer a.logo img {
  width: 140px;
  height: auto;
}
footer #footer article {
  margin-top: 0px;
  padding-top: 0px;
  margin: 0 0 0 5%;
}
footer #footer article:nth-child(1) {
  width: 50%;
  margin-left: 0;
}
footer #footer article:nth-child(2) {
  width: 35%;
}
footer #footer article p, footer #footer article ul li {
  font-size: 0.9375rem;
  line-height: 1.5rem;
  font-family: "Avenir Next W01", sans-serif;
}
footer #footer article p.has-small-font-size, footer #footer article ul li.has-small-font-size {
  font-size: 0.75rem !important;
  line-height: 1.125rem;
}
footer #footer article ul {
  margin-left: 0px;
}
footer #footer article ul li {
  display: flex;
  margin: 0 0 5px 0;
}
footer #footer article ul li i {
  flex: 0 1 auto;
  width: 35px;
}
footer #footer article ul li a {
  flex: 0 1 auto;
  line-height: 1.65em;
}
footer #footer ul#social {
  margin-right: 0px;
  text-align: right;
}
footer #footer ul#social li {
  flex: 1 0 auto;
  padding: 2px 0;
  float: left;
}
footer #footer ul#social li a {
  font-size: 0.875rem;
  text-transform: none;
  color: #ffffff;
  text-transform: uppercase;
  margin-right: 15px;
}
footer #footer ul#social li a:hover {
  color: #ffffff;
}
footer #footer ul#social li a i {
  font-size: 1.25rem;
  font-family: "mono-social-icons";
  margin-right: 10px;
  margin-top: 0px;
  text-transform: none;
  float: left;
}
footer #footer nav#footernav {
  display: flex;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-left: none;
  border-right: none;
  padding: 35px 0;
  justify-content: space-between;
}
footer #footer nav#footernav ul {
  flex-basis: 0 1 auto;
  margin: 0 10% 0 0;
  padding: 0;
}
footer #footer nav#footernav ul li {
  text-align: left;
  display: block;
}
footer #footer nav#footernav ul li a {
  font-size: 1.25rem;
  line-height: 1.65;
  font-weight: 600;
  color: rgba(39, 34, 120, 0.75);
  text-transform: uppercase;
  padding: 5px;
}
footer #footer nav#footernav ul li a:hover {
  color: #272278;
}
footer #footer nav#footernav ul li ul {
  margin: 5px 0 25px 3px;
  padding: 0;
}
footer #footer nav#footernav ul li ul li {
  margin: 2px 0;
}
footer #footer nav#footernav ul li ul li a {
  padding: 5px;
  font-size: 1.125rem;
  line-height: 1.65;
  color: rgba(255, 255, 255, 0.75);
  font-weight: 400;
  text-transform: none;
}
footer #footer nav#footernav ul li ul li a:hover {
  color: #ffffff;
}
footer #footer article.copyright {
  display: block;
  padding: 20px 0 10px;
  text-align: left;
}
footer #footer article.copyright p {
  font-size: 14px;
  color: rgba(39, 34, 120, 0.5);
}

/**
 * Typography
 * - - - - - - - - - - - - - - - - 
 *
 * Contains type-related CSS
 * 
 * --------------------------------
 *       Table of Contents
 * --------------------------------
 * 0.0 - Font Faces
 * 1.0 - HTML
 * 2.0 - List of Standard REM Sizes
 * 3.0 - Body
 * 4.0 - Headlines
 * 5.0 - Navigation
 *   5.1 - Links
 *   5.2 - Menus
 * 7.0 - Accessibility
 * 8.0 - Alignments
 * 9.0 - Clearings
 * 10.0 - Widgets
 * 11.0 - Content
 *    11.1 - Header
 *    11.2 - Posts and pages
 *    11.3 - Post Formats
 *    11.4 - Comments
 *    11.5 - Sidebar
 *    11.6 - Footer
 * 12.0 - Media
 *    12.1 - Captions
 *    12.2 - Galleries
 * 13.0 - Multisite
 * 14.0 - Media Queries
 *    14.1 - >= 710px
 *    14.2 - >= 783px
 *    14.3 - >= 910px
 *    14.4 - >= 985px
 *    14.5 - >= 1200px
 * 15.0 - Print
 */
/* ! 4.0 --- Body */
body.wp-ext {
  font-family: "Avenir Next W01", sans-serif;
  font-size: 1rem;
  line-height: 1.375;
  color: #7c7c7c;
}

body.wp-ext, .wp-block {
  /* ! 5.0 --- Headlines */
  /* ! 5.1 --- H1 */
  /* ! 5.2 --- H2 */
  /* ! 5.3 --- H3 */
  /* ! 5.4 --- H4 */
  /* ! 5.5 --- H5 */
  /* ! 5.6 --- H6 */
  /* ! 6.0 --- Standard Content Elements: P, A, Lists (UL,OL,DL,LI,DD,DT, Blockquote & Cite */
  /* ! 6.1 --- P */
  /* ! 6.2 --- A */
  /* ! 6.3 --- Lists: UL,OL,DL,LI,DD,DT */
  /* ! 6.4 --- Blockquote & Cite */
  /* ! 6.5 --- Other Lesser Elements */
}
body.wp-ext .has-text-align-center, .wp-block .has-text-align-center {
  text-align: center !important;
}
body.wp-ext .has-text-align-right, .wp-block .has-text-align-right {
  text-align: right !important;
}
body.wp-ext .has-text-align-left, .wp-block .has-text-align-left {
  text-align: left !important;
}
body.wp-ext h1, body.wp-ext h2, body.wp-ext h3, body.wp-ext h4, body.wp-ext h5, body.wp-ext h6, .wp-block h1, .wp-block h2, .wp-block h3, .wp-block h4, .wp-block h5, .wp-block h6 {
  font-family: "Avenir Next W01", sans-serif;
  font-weight: 600;
  line-height: 1.25em;
  margin: 0;
  text-rendering: optimizeLegibility;
  color: #7c7c7c;
}
body.wp-ext h1 strong, body.wp-ext h1 b, body.wp-ext h2 strong, body.wp-ext h2 b, body.wp-ext h3 strong, body.wp-ext h3 b, body.wp-ext h4 strong, body.wp-ext h4 b, body.wp-ext h5 strong, body.wp-ext h5 b, body.wp-ext h6 strong, body.wp-ext h6 b, .wp-block h1 strong, .wp-block h1 b, .wp-block h2 strong, .wp-block h2 b, .wp-block h3 strong, .wp-block h3 b, .wp-block h4 strong, .wp-block h4 b, .wp-block h5 strong, .wp-block h5 b, .wp-block h6 strong, .wp-block h6 b {
  font-weight: 700;
}
body.wp-ext h1.border-below, body.wp-ext h2.border-below, body.wp-ext h3.border-below, body.wp-ext h4.border-below, body.wp-ext h5.border-below, body.wp-ext h6.border-below, .wp-block h1.border-below, .wp-block h2.border-below, .wp-block h3.border-below, .wp-block h4.border-below, .wp-block h5.border-below, .wp-block h6.border-below {
  border-bottom: 1px solid #7c7c7c;
  padding-bottom: 70px;
  margin-bottom: 70px;
}
body.wp-ext h1.border-above, body.wp-ext h2.border-above, body.wp-ext h3.border-above, body.wp-ext h4.border-above, body.wp-ext h5.border-above, body.wp-ext h6.border-above, .wp-block h1.border-above, .wp-block h2.border-above, .wp-block h3.border-above, .wp-block h4.border-above, .wp-block h5.border-above, .wp-block h6.border-above {
  border-top: 1px solid #7c7c7c;
  padding-top: 70px;
  margin-top: 70px;
}
body.wp-ext h1.no-margin-below, body.wp-ext h2.no-margin-below, body.wp-ext h3.no-margin-below, body.wp-ext h4.no-margin-below, body.wp-ext h5.no-margin-below, body.wp-ext h6.no-margin-below, .wp-block h1.no-margin-below, .wp-block h2.no-margin-below, .wp-block h3.no-margin-below, .wp-block h4.no-margin-below, .wp-block h5.no-margin-below, .wp-block h6.no-margin-below {
  margin-bottom: 0px !important;
}
body.wp-ext h1, .wp-block h1 {
  font-family: "Avenir Next W01", sans-serif;
  font-size: 2.5rem;
  line-height: 1.25em;
  font-weight: 600;
  margin: 70px 0 35px;
}
body.wp-ext h1.border-below, .wp-block h1.border-below {
  border-bottom: 1px solid #7c7c7c;
  padding-bottom: 70px;
}
body.wp-ext h1.border-above, .wp-block h1.border-above {
  border-top: 1px solid #7c7c7c;
  padding-top: 70px;
}
#title body.wp-ext h1, #title .wp-block h1 {
  font-size: 2.5rem;
  font-weight: 600;
  text-align: center;
}
body.wp-ext main > section.wp-content.has-background-imagery:first-of-type h1, .wp-block main > section.wp-content.has-background-imagery:first-of-type h1 {
  font-size: 82px;
  line-height: 1.2em;
  text-shadow: 0 1px 5px rgba(0, 0, 0, 0.54);
  margin-bottom: 0;
}
body.wp-ext main > section.wp-content.has-background-imagery:first-of-type h1 + p, .wp-block main > section.wp-content.has-background-imagery:first-of-type h1 + p {
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.48);
  line-height: 1.35em;
  margin: 50px 0;
}
body.wp-ext h2, .wp-block h2 {
  font-family: "Avenir Next W01", sans-serif;
  font-size: 2.25rem;
  font-weight: 600;
  margin: 70px 0 35px;
}
body.wp-ext h2.border-below, .wp-block h2.border-below {
  border-bottom: 1px solid #7c7c7c;
  padding-bottom: 70px;
}
body.wp-ext h2.border-above, .wp-block h2.border-above {
  border-top: 1px solid #7c7c7c;
  padding-top: 70px;
}
body.wp-ext h3, .wp-block h3 {
  font-family: "Avenir Next W01", sans-serif;
  font-size: 2rem;
  font-weight: 600;
  margin: 50px 0 35px;
}
body.wp-ext h4, .wp-block h4 {
  font-family: "Avenir Next W01", sans-serif;
  font-size: 1.75rem;
  font-weight: 600;
  margin: 40px 0 35px;
}
body.wp-ext h5, .wp-block h5 {
  font-family: "Avenir Next W01", sans-serif;
  font-size: 1.5rem;
  font-weight: 600;
  margin: 40px 0 35px;
}
body.wp-ext h6, .wp-block h6 {
  font-family: "Avenir Next W01", sans-serif;
  font-size: 1.25rem;
  margin: 40px 0 35px;
}
body.wp-ext section article div.wp-block-buttons div.wp-block-button a, .wp-block section article div.wp-block-buttons div.wp-block-button a {
  margin-bottom: -20px !important;
}
body.wp-ext p, body.wp-ext li, body.wp-ext dt, body.wp-ext dd, body.wp-ext blockquote, body.wp-ext cite, body.wp-ext time, .wp-block p, .wp-block li, .wp-block dt, .wp-block dd, .wp-block blockquote, .wp-block cite, .wp-block time {
  font-family: "adobe-garamond-pro", serif;
  color: #7c7c7c;
  font-size: 1.25rem;
  line-height: 1.5em;
}
body.wp-ext p.sansserif, body.wp-ext li.sansserif, body.wp-ext dt.sansserif, body.wp-ext dd.sansserif, body.wp-ext blockquote.sansserif, body.wp-ext cite.sansserif, body.wp-ext time.sansserif, .wp-block p.sansserif, .wp-block li.sansserif, .wp-block dt.sansserif, .wp-block dd.sansserif, .wp-block blockquote.sansserif, .wp-block cite.sansserif, .wp-block time.sansserif {
  font-family: "Avenir Next W01", sans-serif !important;
}
body.wp-ext p.has-small-font-size, body.wp-ext p.small, body.wp-ext p.has-small-font-size > a, body.wp-ext li.has-small-font-size, body.wp-ext li.small, body.wp-ext li.has-small-font-size > a, body.wp-ext dt.has-small-font-size, body.wp-ext dt.small, body.wp-ext dt.has-small-font-size > a, body.wp-ext dd.has-small-font-size, body.wp-ext dd.small, body.wp-ext dd.has-small-font-size > a, body.wp-ext blockquote.has-small-font-size, body.wp-ext blockquote.small, body.wp-ext blockquote.has-small-font-size > a, body.wp-ext cite.has-small-font-size, body.wp-ext cite.small, body.wp-ext cite.has-small-font-size > a, body.wp-ext time.has-small-font-size, body.wp-ext time.small, body.wp-ext time.has-small-font-size > a, body.wp-ext .wp-block-button.has-small-font-size, body.wp-ext .wp-block-button.small, body.wp-ext .wp-block-button.has-small-font-size > a, .wp-block p.has-small-font-size, .wp-block p.small, .wp-block p.has-small-font-size > a, .wp-block li.has-small-font-size, .wp-block li.small, .wp-block li.has-small-font-size > a, .wp-block dt.has-small-font-size, .wp-block dt.small, .wp-block dt.has-small-font-size > a, .wp-block dd.has-small-font-size, .wp-block dd.small, .wp-block dd.has-small-font-size > a, .wp-block blockquote.has-small-font-size, .wp-block blockquote.small, .wp-block blockquote.has-small-font-size > a, .wp-block cite.has-small-font-size, .wp-block cite.small, .wp-block cite.has-small-font-size > a, .wp-block time.has-small-font-size, .wp-block time.small, .wp-block time.has-small-font-size > a, .wp-block .wp-block-button.has-small-font-size, .wp-block .wp-block-button.small, .wp-block .wp-block-button.has-small-font-size > a {
  font-size: 1rem;
  line-height: 1.5em;
  margin: 0 auto 30px;
  width: 100%;
}
body.wp-ext p.has-medium-font-size, body.wp-ext p.has-medium-font-size > a, body.wp-ext li.has-medium-font-size, body.wp-ext li.has-medium-font-size > a, body.wp-ext dt.has-medium-font-size, body.wp-ext dt.has-medium-font-size > a, body.wp-ext dd.has-medium-font-size, body.wp-ext dd.has-medium-font-size > a, body.wp-ext blockquote.has-medium-font-size, body.wp-ext blockquote.has-medium-font-size > a, body.wp-ext cite.has-medium-font-size, body.wp-ext cite.has-medium-font-size > a, body.wp-ext time.has-medium-font-size, body.wp-ext time.has-medium-font-size > a, body.wp-ext .wp-block-button.has-medium-font-size, body.wp-ext .wp-block-button.has-medium-font-size > a, .wp-block p.has-medium-font-size, .wp-block p.has-medium-font-size > a, .wp-block li.has-medium-font-size, .wp-block li.has-medium-font-size > a, .wp-block dt.has-medium-font-size, .wp-block dt.has-medium-font-size > a, .wp-block dd.has-medium-font-size, .wp-block dd.has-medium-font-size > a, .wp-block blockquote.has-medium-font-size, .wp-block blockquote.has-medium-font-size > a, .wp-block cite.has-medium-font-size, .wp-block cite.has-medium-font-size > a, .wp-block time.has-medium-font-size, .wp-block time.has-medium-font-size > a, .wp-block .wp-block-button.has-medium-font-size, .wp-block .wp-block-button.has-medium-font-size > a {
  font-size: 1.5rem;
  line-height: 1.5em;
  margin: 0 auto 35px;
  width: 100%;
}
body.wp-ext p.has-large-font-size, body.wp-ext p.has-large-font-size > a, body.wp-ext li.has-large-font-size, body.wp-ext li.has-large-font-size > a, body.wp-ext dt.has-large-font-size, body.wp-ext dt.has-large-font-size > a, body.wp-ext dd.has-large-font-size, body.wp-ext dd.has-large-font-size > a, body.wp-ext blockquote.has-large-font-size, body.wp-ext blockquote.has-large-font-size > a, body.wp-ext cite.has-large-font-size, body.wp-ext cite.has-large-font-size > a, body.wp-ext time.has-large-font-size, body.wp-ext time.has-large-font-size > a, body.wp-ext .wp-block-button.has-large-font-size, body.wp-ext .wp-block-button.has-large-font-size > a, .wp-block p.has-large-font-size, .wp-block p.has-large-font-size > a, .wp-block li.has-large-font-size, .wp-block li.has-large-font-size > a, .wp-block dt.has-large-font-size, .wp-block dt.has-large-font-size > a, .wp-block dd.has-large-font-size, .wp-block dd.has-large-font-size > a, .wp-block blockquote.has-large-font-size, .wp-block blockquote.has-large-font-size > a, .wp-block cite.has-large-font-size, .wp-block cite.has-large-font-size > a, .wp-block time.has-large-font-size, .wp-block time.has-large-font-size > a, .wp-block .wp-block-button.has-large-font-size, .wp-block .wp-block-button.has-large-font-size > a {
  font-size: 1.625rem;
  line-height: 1.5em;
  margin: 0 auto 35px;
  width: 100%;
}
body.wp-ext p.has-feature-font-size, body.wp-ext p.has-feature-font-size > a, body.wp-ext li.has-feature-font-size, body.wp-ext li.has-feature-font-size > a, body.wp-ext dt.has-feature-font-size, body.wp-ext dt.has-feature-font-size > a, body.wp-ext dd.has-feature-font-size, body.wp-ext dd.has-feature-font-size > a, body.wp-ext blockquote.has-feature-font-size, body.wp-ext blockquote.has-feature-font-size > a, body.wp-ext cite.has-feature-font-size, body.wp-ext cite.has-feature-font-size > a, body.wp-ext time.has-feature-font-size, body.wp-ext time.has-feature-font-size > a, body.wp-ext .wp-block-button.has-feature-font-size, body.wp-ext .wp-block-button.has-feature-font-size > a, .wp-block p.has-feature-font-size, .wp-block p.has-feature-font-size > a, .wp-block li.has-feature-font-size, .wp-block li.has-feature-font-size > a, .wp-block dt.has-feature-font-size, .wp-block dt.has-feature-font-size > a, .wp-block dd.has-feature-font-size, .wp-block dd.has-feature-font-size > a, .wp-block blockquote.has-feature-font-size, .wp-block blockquote.has-feature-font-size > a, .wp-block cite.has-feature-font-size, .wp-block cite.has-feature-font-size > a, .wp-block time.has-feature-font-size, .wp-block time.has-feature-font-size > a, .wp-block .wp-block-button.has-feature-font-size, .wp-block .wp-block-button.has-feature-font-size > a {
  font-family: "adobe-garamond-pro", serif;
  font-size: 1.75rem;
  line-height: 1.5em;
  margin: 0 auto 45px;
  width: 100%;
}
body.wp-ext .wp-block-button.has-small-font-size a, body.wp-ext input[type=submit].wp-block-button.has-small-font-size, body.wp-ext button.wp-block-button.has-small-font-size, .wp-block .wp-block-button.has-small-font-size a, .wp-block input[type=submit].wp-block-button.has-small-font-size, .wp-block button.wp-block-button.has-small-font-size {
  padding: 10px 20px !important;
}
body.wp-ext p, .wp-block p {
  margin: 0 auto 35px;
}
body.wp-ext p a, .wp-block p a {
  color: inherit;
}
body.wp-ext p a:hover, .wp-block p a:hover {
  color: inherit;
}
body.wp-ext ul, body.wp-ext ol, body.wp-ext dl, .wp-block ul, .wp-block ol, .wp-block dl {
  margin-bottom: 35px;
}
body.wp-ext ul li a, body.wp-ext ol li a, body.wp-ext dl li a, .wp-block ul li a, .wp-block ol li a, .wp-block dl li a {
  color: inherit;
}
body.wp-ext .tribe-events-l-container ul, body.wp-ext .tribe-events-l-container ol, body.wp-ext .tribe-events-l-container dl, .wp-block .tribe-events-l-container ul, .wp-block .tribe-events-l-container ol, .wp-block .tribe-events-l-container dl {
  margin-bottom: 0px;
}
body.wp-ext a, .wp-block a {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  text-transform: inherit;
  font-style: inherit;
  text-decoration: underline;
  color: #7c7c7c;
}
body.wp-ext blockquote, .wp-block blockquote {
  font-size: 1.5rem;
  line-height: 1.65;
  color: #7c7c7c;
  quotes: none;
  position: relative;
  margin: 50px 0 50px 80px;
  padding: 0;
}
body.wp-ext blockquote p, .wp-block blockquote p {
  font-size: inherit;
  line-height: inherit;
  color: inherit;
  quotes: inherit;
}
body.wp-ext blockquote:before, .wp-block blockquote:before {
  position: absolute;
  display: block;
  left: -45px;
  top: -30px;
  font-family: "Avenir Next W01", sans-serif;
  font-size: 4rem;
  font-weight: 400;
  content: "“";
}
body.wp-ext blockquote footer, .wp-block blockquote footer {
  margin: -20px 0 30px;
  padding-top: 5px;
  height: auto;
  text-align: right;
  font-style: italic;
  font-size: 0.875rem;
  font-family: "Avenir Next W01", sans-serif;
}
body.wp-ext blockquote cite, .wp-block blockquote cite {
  display: block;
  text-align: left;
}
body.wp-ext blockquote cite small, .wp-block blockquote cite small {
  color: rgba(124, 124, 124, 0.75);
  font-size: 1.125rem;
  line-height: 1.65em;
  text-transform: none;
}
@media screen and (max-width: 1023px) {
  body.wp-ext blockquote, .wp-block blockquote {
    font-size: 1.125rem;
  }
}
@media screen and (max-width: 799px) {
  body.wp-ext blockquote, .wp-block blockquote {
    margin-left: 35px;
  }
}
body.wp-ext time, .wp-block time {
  font-family: "Avenir Next W01", sans-serif;
  color: #55A0D4;
  font-size: 0.875rem;
  line-height: 1.285;
  text-transform: uppercase;
}

body.wp-ext {
  /* ! 7.0 --- Form Elements */
}
body.wp-ext button, body.wp-ext input, body.wp-ext select, body.wp-ext textarea {
  font-family: "Avenir Next W01", sans-serif;
  font-size: 1.25rem;
  line-height: 1.75rem;
  color: #7c7c7c;
}

/* ! 8.0 --- Font-Classes */
.uppercase {
  text-transform: uppercase;
}

.notopmargin {
  margin-top: 0;
}

.has-sansserif-font {
  font-family: "Avenir Next W01", sans-serif !important;
}

/* ! 9.0 --- Significant Deviations */
main#landingpage > section.wp-content:first-of-type article h4, main#blog > section.wp-content:first-of-type article h4 {
  color: #7BCBC2 !important;
  margin-bottom: 20px;
  text-transform: uppercase;
}
main#landingpage > section.wp-content:first-of-type article h1, main#blog > section.wp-content:first-of-type article h1 {
  max-width: 90%;
}
main#landingpage > section.wp-content:first-of-type article p, main#blog > section.wp-content:first-of-type article p {
  margin-top: 0;
}
main#landingpage > section.wp-content:first-of-type article h3.anchor, main#blog > section.wp-content:first-of-type article h3.anchor {
  display: block;
}
main#landingpage > section.wp-content:first-of-type article h3.anchor a, main#blog > section.wp-content:first-of-type article h3.anchor a {
  color: #a1dcf2;
  font-weight: 600;
  font-size: 1.75rem;
  text-decoration: none;
  background: url("../img/icon_ArrowDown-v3.svg") bottom left no-repeat;
  background-size: 35px auto;
  padding-bottom: 50px;
  line-height: 1em;
}

/* ! 10.0 --- Navigation Menu */
/*  ! 10.1 ---  Navigation in the Header */
header nav li li a:hover {
  color: #FFF;
}

/*  ! 10.1.2 --- Social/Account Navigation */
header nav#social {
  /* Icons */
}
header nav#social li a {
  line-height: 1rem;
}
header nav#social li a:hover {
  color: #FFF;
}
header nav#social li li a {
  color: #a6b3c2;
  font-weight: 400;
}
header nav#social li li a:hover {
  color: #005294;
}
header nav#social li.loggedin a:hover {
  color: #005294;
}
header nav#social li a i {
  font-size: 0.875rem;
}

footer p, footer li, footer a {
  color: #9A9A9A;
  text-decoration: none !important;
}
footer a {
  font-family: "Avenir Next W01", sans-serif;
  font-size: 0.875rem;
  line-height: 1.125rem;
  color: #3949AB;
  text-transform: uppercase;
  text-decoration: none;
}

/* ------- END OF EDITING --------- */
/*  ! 1.0 --- Universal Classes */
/*  ! 1.1 --- iCon */
.iCon {
  position: relative;
  width: 92%;
  margin-left: auto !important;
  margin-right: auto !important;
  max-width: 1900px;
  /* 1024 - 40 -> 984 */
  /* 768 - 30 -> 738 */
}
@media screen and (max-width: 1279px) {
  .iCon {
    width: 95%;
  }
}
@media screen and (max-width: 1023px) {
  .iCon {
    width: 95%;
  }
}

figure.background-images {
  position: absolute;
  margin: 0;
  padding: 0;
  top: 0px;
  right: 0px;
  left: 0px;
  bottom: 0px;
}
figure.background-images img {
  position: absolute;
}

body.wp-ext .has-white-75-to-white-100-gradient-background, .wp-block .has-white-75-to-white-100-gradient-background {
  background: linear-gradient(270deg, rgba(255, 255, 255, 0.75) 0%, white 250px) !important;
  background: -webkit-linear-gradient(270deg, rgba(255, 255, 255, 0.75) 0%, white 250px) !important;
  background: -ms-linear-gradient(270deg, rgba(255, 255, 255, 0.75) 0%, white 250px !important);
}
body.wp-ext .has-border-size-25, .wp-block .has-border-size-25 {
  border-width: 25px;
  border-style: solid;
}
body.wp-ext .has-border-size-50, .wp-block .has-border-size-50 {
  border-width: 50px;
  border-style: solid;
}
body.wp-ext .has-border-size-75, .wp-block .has-border-size-75 {
  border-width: 75px;
  border-style: solid;
}
body.wp-ext .has-border, .wp-block .has-border {
  border-width: 1px;
  border-style: solid;
  padding-top: 75px !important;
  margin-top: 75px !important;
}
body.wp-ext .has-border-bottom, .wp-block .has-border-bottom {
  border-top: 0px;
  border-left: 0px;
  border-right: 0px;
}
body.wp-ext .has-border-top, .wp-block .has-border-top {
  border-bottom: 0px;
  border-left: 0px;
  border-right: 0px;
}
body.wp-ext .has-border-left, .wp-block .has-border-left {
  border-top: 0px;
  border-bottom: 0px;
  border-right: 0px;
}
body.wp-ext .has-border-right, .wp-block .has-border-right {
  border-top: 0px;
  border-bottom: 0px;
  border-left: 0px;
}
body.wp-ext .has-75-width.has-left-alignment > *, .wp-block .has-75-width.has-left-alignment > * {
  padding-right: 32%;
  width: auto;
}
body.wp-ext .has-75-width.has-right-alignment > *, .wp-block .has-75-width.has-right-alignment > * {
  padding-left: 32%;
  width: auto;
}
body.wp-ext .has-50-width.has-left-alignment > *, .wp-block .has-50-width.has-left-alignment > * {
  padding-right: 57%;
  width: auto;
}
body.wp-ext .has-50-width.has-right-alignment > *, .wp-block .has-50-width.has-right-alignment > * {
  padding-left: 57%;
  width: auto;
}
body.wp-ext .has-25-width.has-left-alignment > *, .wp-block .has-25-width.has-left-alignment > * {
  padding-right: 82%;
  width: auto;
}
body.wp-ext .has-25-width.has-right-alignment > *, .wp-block .has-25-width.has-right-alignment > * {
  padding-left: 82%;
  width: auto;
}
body.wp-ext .multiply, .wp-block .multiply {
  mix-blend-mode: multiply;
}
body.wp-ext .transparent-75, .wp-block .transparent-75 {
  opacity: 0.25;
}
body.wp-ext .transparent-50, .wp-block .transparent-50 {
  opacity: 0.5;
}
body.wp-ext .transparent-25, .wp-block .transparent-25 {
  opacity: 0.75;
}
body.wp-ext .has-border.wp-block-columns div.wp-block-column, .wp-block .has-border.wp-block-columns div.wp-block-column {
  margin-top: 0px;
  padding-top: 0px;
}
body.wp-ext .has-border.wp-block-columns div.wp-block-column > *, .wp-block .has-border.wp-block-columns div.wp-block-column > * {
  margin-top: 0px;
  padding-top: 0px;
}
/**
* Content
 * - - - - - - - - - - - - - - - - 
 *
 * Contains CSS for all content
 * 
 * --------------------------------
 *       Table of Contents
 * --------------------------------
 * 1.0 - Universal Classes
 *		1.1 - Inner Content (.iCon)
 *		1.2 - Flex Containers
 *		1.3 - Align Left/Right/Center
 *		1.4 - Paper
 * 2.0 - Alignments
 * 3.0 - Clears
 * 4.0 - Page-Specific Content
 */
/*  ! --------------   1.0: Alignment Classes   ------------------------------- */
.alignleft {
  float: left;
  margin: 0 35px 35px 0;
}

.alignright {
  float: right;
  margin: 0 0 35px 35px;
}

.aligncenter {
  clear: both;
  display: block;
  margin: 35px auto;
  max-width: 100%;
  height: auto;
}
.aligncenter img {
  margin: 0 auto;
  display: block;
}

/*  ! --------------   2.0: Images   ----------------------------------------- */
figure.wp-block-image {
  margin-bottom: 0px;
  display: block;
}
figure.wp-block-image.aligncenter img {
  margin: 35px auto;
}
figure.wp-block-image.alignleft img {
  margin: 35px 35px 35px 0px;
}
figure.wp-block-image.alignright img {
  margin: 35px 0px 35px 35px;
}
figure.wp-block-image img {
  display: block;
}
@media screen and (max-width: 1023px) {
  figure.wp-block-image.alignleft {
    max-width: 450px;
    height: auto;
    margin: 0 15px 15px 0;
  }
}
@media screen and (max-width: 799px) {
  figure.wp-block-image.alignleft {
    max-width: 300px;
  }
}
@media screen and (max-width: 1023px) {
  figure.wp-block-image.alignright {
    max-width: 450px;
    height: auto;
    margin: 0 0 15px 15px;
  }
}
@media screen and (max-width: 799px) {
  figure.wp-block-image.alignright {
    max-width: 300px;
  }
}
figure.wp-block-image.alignfull {
  width: 100%;
  height: auto;
  margin-top: 35px;
  margin-bottom: 35px;
}
figure.wp-block-image.width-800 img {
  width: 800px !important;
  height: auto !important;
}

/*  ! --------------   3.0: Buttons   ----------------------------------------- */
div.wp-block-button, div.woocommerce, div.event, div.block-article div {
  text-align: left;
}
div.wp-block-button.aligncenter, div.woocommerce.aligncenter, div.event.aligncenter, div.block-article div.aligncenter {
  text-align: center;
}
div.wp-block-button.aligncenter *, div.woocommerce.aligncenter *, div.event.aligncenter *, div.block-article div.aligncenter * {
  margin: 0 auto 35px;
}
div.wp-block-button.alignright, div.woocommerce.alignright, div.event.alignright, div.block-article div.alignright {
  text-align: right;
}

.wp-block-button__link, .btn, .button, div.button a, input[type=submit].wp-block-button, input[type=submit].button, button.wp-block-button, button.button, a.wp-block-button, a.acf-button, section.wp-content article form.acf-form input[type=submit].acf-button {
  display: inline-block;
  padding: 0.65em 1.75em;
  text-align: center;
  margin: 35px 0 35px;
  cursor: pointer;
  text-decoration: none;
  text-transform: uppercase;
  background-image: -webkit-linear-gradient(0deg, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.1) 100%) !important;
  background-blend-mode: overlay;
  font-weight: 600;
  border-radius: 9999px;
  font-family: "Avenir Next W01", sans-serif;
  text-decoration: none;
  font-weight: 700;
  text-transform: uppercase;
}
.wp-block-button__link:hover, .btn:hover, .button:hover, div.button a:hover, input[type=submit].wp-block-button:hover, input[type=submit].button:hover, button.wp-block-button:hover, button.button:hover, a.wp-block-button:hover, a.acf-button:hover, section.wp-content article form.acf-form input[type=submit].acf-button:hover {
  background-image: -webkit-linear-gradient(0deg, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0.1) 50%, rgba(0, 0, 0, 0.25) 100%) !important;
}

section.wp-content article.iCon div.wp-block-button:last-child .wp-block-button__link, section.wp-content article.iCon div.wp-block-button:last-child .btn, section.wp-content article.iCon div.wp-block-button:last-child .button, section.wp-content article.iCon div.wp-block-button:last-child div.button a, section.wp-content article.iCon div.wp-block-button:last-child input[type=submit].wp-block-button, section.wp-content article.iCon div.wp-block-button:last-child input[type=submit].button, section.wp-content article.iCon div.wp-block-button:last-child button.wp-block-button, section.wp-content article.iCon div.wp-block-button:last-child button.button, section.wp-content article.iCon div.wp-block-button:last-child a.wp-block-button {
  background-image: -webkit-linear-gradient(0deg, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.1) 100%) !important;
  background-blend-mode: overlay;
  border-radius: 0;
  margin-bottom: 0px;
  display: inline-block;
  padding: 0.65em 1.75em;
  text-align: center;
  margin: 35px 0 35px;
  cursor: pointer;
  font-family: "Avenir Next W01", sans-serif;
  font-weight: 600;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 1.2em;
}
section.wp-content article.iCon div.wp-block-button:last-child .wp-block-button__link:hover, section.wp-content article.iCon div.wp-block-button:last-child .btn:hover, section.wp-content article.iCon div.wp-block-button:last-child .button:hover, section.wp-content article.iCon div.wp-block-button:last-child div.button a:hover, section.wp-content article.iCon div.wp-block-button:last-child input[type=submit].wp-block-button:hover, section.wp-content article.iCon div.wp-block-button:last-child input[type=submit].button:hover, section.wp-content article.iCon div.wp-block-button:last-child button.wp-block-button:hover, section.wp-content article.iCon div.wp-block-button:last-child button.button:hover, section.wp-content article.iCon div.wp-block-button:last-child a.wp-block-button:hover {
  background-image: -webkit-linear-gradient(0deg, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0.1) 50%, rgba(0, 0, 0, 0.25) 100%) !important;
}

.wp-block-columns {
  clear: both;
  padding-top: 50px;
}
.wp-block-columns > * {
  padding: 3%;
}
.wp-block-columns > *:first-child {
  padding-left: 0px;
}
.wp-block-columns > *:last-child {
  padding-right: 0px;
}

/*  ! --------------   4.0: Other   ----------------------------------------- */
.imageset {
  overflow: auto;
}
.imageset img:last-child {
  margin-right: 0px;
}

.clear {
  clear: both;
}
.clear:after {
  clear: both;
}

/*  ! --------------   5.0: Form   ----------------------------------------- */
section.wp-content article form.acf-form dt, section.wp-content article dt {
  margin-bottom: -5px;
}
section.wp-content article form.acf-form dt label, section.wp-content article dt label {
  font-size: 1rem;
  text-transform: uppercase;
  font-weight: 200;
  font-family: "Avenir Next W01", sans-serif;
}
section.wp-content article form.acf-form input, section.wp-content article form.acf-form input[type=text], section.wp-content article form.acf-form input[type=email], section.wp-content article form.acf-form input[type=url], section.wp-content article form.acf-form input[type=password], section.wp-content article form.acf-form input[type=search], section.wp-content article form.acf-form input[type=tel], section.wp-content article form.acf-form input[type=number], section.wp-content article form.acf-form textarea, section.wp-content article input, section.wp-content article input[type=text], section.wp-content article input[type=email], section.wp-content article input[type=url], section.wp-content article input[type=password], section.wp-content article input[type=search], section.wp-content article input[type=tel], section.wp-content article input[type=number], section.wp-content article textarea {
  background: #ffffff;
  border: 1px solid #7c7c7c;
  border-radius: 2px;
  color: #7c7c7c;
  font-size: 1rem;
  line-height: 1.25rem;
  padding: 1rem;
  width: auto;
  min-width: 75%;
  max-width: 95%;
  margin: 0.5rem;
}
section.wp-content article form.acf-form input[type=checkbox], section.wp-content article input[type=checkbox] {
  background: #ffffff;
  border: 1px solid #7c7c7c;
  border-radius: 2px;
  color: #7c7c7c;
  font-size: 1rem;
  line-height: 1.25rem;
  padding: 1rem;
  width: auto;
  min-width: unset;
  max-width: unset;
  margin: 0.5rem;
}
section.wp-content article form.acf-form input[type=text]:focus, section.wp-content article form.acf-form input[type=email]:focus, section.wp-content article form.acf-form input[type=url]:focus, section.wp-content article form.acf-form input[type=password]:focus, section.wp-content article form.acf-form input[type=search]:focus, section.wp-content article form.acf-form input[type=tel]:focus, section.wp-content article form.acf-form input[type=number]:focus, section.wp-content article form.acf-form textarea:focus, section.wp-content article input[type=text]:focus, section.wp-content article input[type=email]:focus, section.wp-content article input[type=url]:focus, section.wp-content article input[type=password]:focus, section.wp-content article input[type=search]:focus, section.wp-content article input[type=tel]:focus, section.wp-content article input[type=number]:focus, section.wp-content article textarea:focus {
  background-color: #ffffff;
  border-color: #7c7c7c;
  color: #7c7c7c;
  outline: 0;
}

/*  ! --------------   6.0: Features   --------------------------------------- */
form.feature-search.wp-block-search {
  width: auto !important;
}
form.feature-search.wp-block-search div {
  display: block;
  width: 90% !important;
  max-width: 800px;
  margin: 0 auto;
}
form.feature-search.wp-block-search div input {
  padding: 15px 30px;
  margin: 0;
  max-width: 800px;
  min-width: unset;
  width: calc(100% - 140px);
  float: left;
}
form.feature-search.wp-block-search div button {
  border-radius: 0px !important;
  border: none;
  margin: 0;
  background: #a1dcf2;
  padding: 15px 20px;
  line-height: 1.875rem;
  color: #ffffff;
  font-size: 1.5rem;
  text-transform: uppercase;
  cursor: pointer;
}
/*  ! ---------   7.0: Widgets   --------------------------------------------- */
section.wp-content article.iCon div.subpage-cards {
  margin-top: 20px;
}
section.wp-content article.iCon div.subpage-cards > div {
  position: relative;
  background: #272278;
  overflow: hidden;
}
section.wp-content article.iCon div.subpage-cards > div > * {
  position: relative;
  z-index: 1;
  width: calc(100% - 40px);
  padding: 20px;
  margin: 0;
}
section.wp-content article.iCon div.subpage-cards > div figure {
  position: absolute;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  opacity: 0.5;
  z-index: 0;
}
section.wp-content article.iCon div.subpage-cards > div figure img {
  object-fit: cover;
  opacity: 0.65;
}
section.wp-content article.iCon div.subpage-cards > div h5 {
  font-weight: 700;
}
section.wp-content article.iCon div.subpage-cards > div p {
  padding: 0 100px 110px 20px;
  width: calc(100% - 120px);
}
section.wp-content article.iCon div.subpage-cards > div a {
  position: absolute !important;
  bottom: 0px;
  left: 0px;
  right: 0px;
  display: block;
  border-radius: none;
  font-weight: 700;
  text-decoration: none;
  text-transform: uppercase;
  text-shadow: none;
  margin-right: 50px;
  padding: 20px;
  width: calc(100% - 140px);
  position: relative;
  text-align: left;
  font-size: 1.125rem;
  margin-top: 40px;
}
section.wp-content article.iCon div.subpage-cards > div a:after {
  content: "";
  background-image: url("../img/icon_ArrowRight.svg");
  background-repeat: no-repeat;
  position: absolute;
  width: 100px;
  height: 100px;
  bottom: 0px;
  left: 100%;
}

section.wp-content article.iCon div#testimonial-widget {
  min-height: 400px;
}

/*  ! ---------   8.0: Content   --------------------------------------------- */
main#eventspage div.tribe-events-l-container {
  padding: 0px !important;
  margin: 0 !important;
  max-width: unset !important;
}

/*  ! ---------   8.0: Content   --------------------------------------------- */
table.compare thead tr td, table.compare thead tr th, table.compare tbody tr td, table.compare tbody tr th {
  text-align: center;
}
table.compare thead tr td.feature-title, table.compare thead tr th.feature-title, table.compare tbody tr td.feature-title, table.compare tbody tr th.feature-title {
  text-align: left;
}

div.blog-article, article.blog-article {
  padding: 35px 0;
  margin-bottom: 35px;
  border-bottom: 1px solid #ebebeb;
  display: flex;
}
div.blog-article img, article.blog-article img {
  float: left;
  margin: 0 35px 0px 0;
  flex: 0 1 auto;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.08);
}
div.blog-article div, article.blog-article div {
  flex: 0 1 auto;
}
div.blog-article div h5, article.blog-article div h5 {
  margin: -10px 0 0px;
  padding-bottom: 5px;
  border-bottom: 1px solid rgba(235, 235, 235, 0.5);
}
div.blog-article div cite, article.blog-article div cite {
  font-family: "Avenir Next W01", sans-serif;
  font-style: normal;
  font-size: 0.75rem;
  text-transform: uppercase;
  margin: 5px 0 15px;
  display: block;
}
div.blog-article div cite img, article.blog-article div cite img {
  height: 1.5625rem;
  width: auto;
  display: inline-block;
  float: left;
  margin: 0px 5px 0;
}
div.blog-article div p, article.blog-article div p {
  width: 100%;
  display: block;
  text-align: left;
}
div.blog-article div a.wp-block-button, article.blog-article div a.wp-block-button {
  margin-top: 0px;
  margin-bottom: 0px;
}

.wp-additional-content div.blog-article {
  padding-top: 0px;
  border-bottom: 0px;
  display: block;
}
.wp-additional-content div.blog-article > *:first-of-type {
  margin-top: 0px;
}
.wp-additional-content div.blog-article h2 {
  margin-bottom: 15px;
}
.wp-additional-content div.blog-article cite {
  font-family: "Avenir Next W01", sans-serif;
  font-style: normal;
  font-size: 0.75rem;
  text-transform: uppercase;
  margin: 5px 0 35px;
  padding-top: 15px;
  border-top: 1px solid #ebebeb;
  display: block;
}
.wp-additional-content div.blog-article cite img {
  height: 1.5625rem;
  width: auto;
  display: inline-block;
  float: left;
  margin: 0px 5px 0;
}
.wp-additional-content div.blog-article figure {
  max-width: 50%;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.08);
}
.wp-additional-content div.blog-article figure img {
  width: 100%;
  height: auto !important;
}

.add_gift_card_form {
  display: none;
}

div.tribe_events div.tribe-block.tribe-block__venue.tribe-block__venue--has-map {
  display: flex;
  flex-direction: column-reverse;
  width: 35%;
  float: right;
  margin-top: -50px !important;
  border: none;
}
div.tribe_events div.tribe-block.tribe-block__venue.tribe-block__venue--has-map div.tribe-block__venue__meta {
  flex: 0 1 auto;
  width: 100%;
}
div.tribe_events div.tribe-block.tribe-block__venue.tribe-block__venue--has-map div.tribe-block__venue__meta .tribe-block__venue__website {
  visibility: hidden;
}
div.tribe_events div.tribe-block.tribe-block__venue.tribe-block__venue--has-map div.tribe-block__venue__map {
  flex: 0 1 auto;
  width: 100%;
}
div.tribe_events div.tribe-block.tribe-block__venue.tribe-block__venue--has-map + h1 {
  margin-bottom: 0px;
}
div.tribe_events div.wp-block-columns {
  clear: none;
  padding-top: 0px;
}
div.tribe_events div.wp-block-columns div.wp-block-column p.datetime {
  font-family: "Avenir Next W01", sans-serif;
  font-size: 1.125rem !important;
}
div.tribe_events div.wp-block-columns div.wp-block-column div.tribe-events-c-subscribe-dropdown__container .single-tribe_events .tribe-events-c-subscribe-dropdown__export-icon, div.tribe_events div.wp-block-columns div.wp-block-column div.tribe-events-c-subscribe-dropdown__container .tribe-block__events-link .tribe-events-c-subscribe-dropdown__export-icon {
  margin-top: -6px !important;
}
div.tribe_events div.wp-block-columns div.wp-block-column div.tribe-events-c-subscribe-dropdown__container div.tribe-events-c-subscribe-dropdown__button {
  width: auto;
  max-width: 300px;
  float: right;
  margin-right: 50px;
}
div.tribe_events div.wp-block-columns div.wp-block-column div.tribe-events-c-subscribe-dropdown__container div.tribe-events-c-subscribe-dropdown__button:hover {
  background: #ffffff !important;
  color: #0891d2;
}
div.tribe_events div.wp-block-columns div.wp-block-column div.tribe-events-c-subscribe-dropdown__container div.tribe-events-c-subscribe-dropdown__button:hover button.tribe-events-c-subscribe-dropdown__button-text {
  color: #0891d2;
}
div.tribe_events div.wp-block-columns div.wp-block-column div.tribe-events-c-subscribe-dropdown__container div.tribe-events-c-subscribe-dropdown__button button.tribe-events-c-subscribe-dropdown__button-text {
  font-size: 1.125rem !important;
}
div.tribe_events div.wp-block-columns div.wp-block-column div.tribe-events-c-subscribe-dropdown__container div.tribe-events-c-subscribe-dropdown__content {
  position: absolute;
}
div.tribe_events div.wp-block-columns div.wp-block-column div.tribe-events-c-subscribe-dropdown__container div.tribe-events-c-subscribe-dropdown {
  margin: 0;
}

div.acf-map {
  width: 300px;
  height: 200px;
  border: #ccc solid 1px;
  margin: -75px 0 20px 20px !important;
  float: right;
}

dl.search-result {
  font-family: "Avenir Next W01", sans-serif;
  font-size: 1.125rem;
  border-top: 1px solid #ebebeb;
  margin: 0px 0px !important;
  padding: 20px;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
}
dl.search-result dt {
  flex: 0 1 75px;
}
dl.search-result dt i {
  font-size: 36px;
  float: left;
}
dl.search-result dd {
  flex: 0 1 auto;
}

div.search-result.business {
  border: 1px solid #3264bc;
  margin: 20px 0;
  padding: 20px;
}
div.search-result.business h6 {
  margin: 0px;
}
div.search-result.business p {
  margin: 10px 0 0;
}
div.search-result.business img.logo {
  max-height: 100px;
  margin: -10px -10px -10px -10px;
  float: right;
}

dl.business_icon_list {
  display: flex;
  margin: 0 0 15px 0 !important;
  font-family: "Avenir Next W01", sans-serif;
  font-size: 1.125rem;
}
dl.business_icon_list dt {
  flex: 0 1 24px;
  margin-right: 10px;
  font-family: inherit;
  font-size: inherit;
}
dl.business_icon_list dd {
  flex: 0 1 auto;
  font-family: inherit;
  font-size: inherit;
}
dl.business_icon_list.fulladdress {
  display: flex;
  justify-content: flex-start;
}
dl.business_icon_list.fulladdress dd span {
  flex: 0 1 auto;
}
dl.business_icon_list.fulladdress dd span.segment-street_name:after {
  content: ", ";
}
dl.business_icon_list.fulladdress dd span.segment-country {
  display: none;
}

img.logo {
  float: right;
  margin: 0 0 50px 50px;
  max-width: 400px;
  border: 1px solid #ebebeb;
}

.acf-map img {
  max-width: inherit !important;
}

table#business-list thead {
  background-color: white;
  color: #a1a1a1;
  font-weight: normal;
  font-size: 0.875rem;
  text-transform: uppercase;
}
table#business-list tbody tr:nth-child(odd) {
  background-color: rgba(244, 244, 244, 0.75);
}
table#business-list tbody tr:nth-child(even) {
  border-bottom: 0;
  background-color: #ffffff;
}
table#business-list tr td {
  vertical-align: top;
  font-size: 0.75rem !important;
  padding: 20px 20px;
}
table#business-list tr td.logo img {
  max-height: 75px;
  max-width: 75px;
  margin: 0px;
}
table#business-list tr td dl.business_icon_list {
  margin-bottom: 0px !important;
}
table#business-list tr td dl.business_icon_list * {
  font-family: "Avenir Next W01", sans-serif;
  font-size: 0.75rem;
  line-height: 1.25em !important;
}
table#business-list tr td dl.business_icon_list dt {
  margin-bottom: 5px !important;
  flex: 0 1 16px;
}
table#business-list tr td.name {
  font-size: 0.875rem !important;
  vertical-align: middle;
  font-weight: 700;
}
table#business-list tr td.name a {
  font-weight: normal;
}

table.sortable th.sorttable_sorted {
  cursor: pointer;
}
table.sortable th.sorttable_sorted:after {
  content: "▲";
  color: rgba(193, 193, 193, 0.5);
}
table.sortable th.sorttable_sorted_reverse {
  cursor: pointer;
}
table.sortable th.sorttable_sorted_reverse:after {
  content: "▼";
  color: rgba(193, 193, 193, 0.5);
}
table.sortable th:not(.sorttable_sorted):not(.sorttable_sorted_reverse):not(.sorttable_nosort) {
  cursor: pointer;
  text-transform: uppercase;
}
table.sortable th:not(.sorttable_sorted):not(.sorttable_sorted_reverse):not(.sorttable_nosort):after {
  content: "▲▼";
  color: rgba(193, 193, 193, 0.5);
  margin-left: 5px;
}

#directory-search {
  display: flex;
  flex-direction: row;
  align-items: space-between;
  /*.search{position:relative;
  	label{position:relative; padding-left:0px; margin-right:10px; font-size:$s16px; color:$neutral-000; float:left;
  		i{position:absolute; top:-2px; left:0px;}
  	}
  	input{position:relative; padding-right:50px; max-width:calc(200px); min-width:unset; max-width:unset;}
  }

  .filters{position:relative; margin-left:25px;

  	label{position:relative; padding-left:40px; margin-right:10px;  font-size:$s16px; color:$neutral-000; float:left;
  		i{position:absolute; top:-2px; left:0px;}
  	}
  	select{width:auto;}
  }
  .button{flex:1 0 auto; width:auto; max-width:100px; position:relative; margin:0;}
  .sort{margin-left:50px;
  	text-align:right;

  	label{position:relative; padding-left:40px; margin-right:10px; font-size:$s18px; color:$neutral-400;
  		i{position:absolute; top:-2px; left:0px;}
  	}
  }*/
}
#directory-search > div {
  flex: 1 0 auto;
  width: auto;
}
#directory-search > div i {
  font-size: 1.5rem;
  float: left;
  margin-top: 0px;
  margin-right: 10px;
  display: none;
}
#directory-search > div label {
  color: #ffffff;
  float: left;
  margin-top: 5px;
  margin-right: 15px;
  font-size: 1.25rem;
  line-height: 1em;
  padding: 10px 0;
  text-transform: uppercase;
}
#directory-search > div a.button {
  margin: 0 !important;
  color: #ffffff;
  text-decoration: none;
  text-transform: uppercase;
}
#directory-search select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  /* Remove default arrow */
  outline: none;
  background-color: #ffffff;
  border: 1px solid #817C79;
  padding: 10px 30px 10px 20px;
  margin: 0;
  cursor: inherit;
  width: auto;
  font-size: 1.125rem;
  line-height: 1em;
}
#directory-search select::-ms-expand {
  display: none;
}
#directory-search select :root {
  --select-border:#777;
  --select-focus:blue;
  --select-arrow:var(--select-border);
}
#directory-search .search {
  margin-right: 10px;
}

div.acf-tab-wrap {
  background: #ffffff;
}
div.acf-tab-wrap ul.acf-tab-group {
  background: #ffffff;
}
div.acf-tab-wrap ul.acf-tab-group li {
  font-family: "Avenir Next W01", sans-serif;
  font-size: 1.5rem;
}
div.acf-tab-wrap ul.acf-tab-group li a {
  font-size: 1.25rem;
  padding: 15px;
}

body.wp-ext ul.children.acf-bl {
  margin-bottom: 0px !important;
}

div.acf-field-61dcd364bf2e4 div.acf-actions {
  display: block;
  top: -35px;
}
div.acf-field-61dcd364bf2e4 div.acf-actions a {
  text-decoration: none;
}

div.acf-field-61dcd364bf2e4 div.acf-actions div.acf-icon {
  top: 10px;
}

.woocommerce #content div.product div.summary, .woocommerce div.product div.summary, .woocommerce-page #content div.product div.summary, .woocommerce-page div.product div.summary {
  width: 73% !important;
}

.woocommerce #content div.product div.images, .woocommerce div.product div.images, .woocommerce-page #content div.product div.images, .woocommerce-page div.product div.images {
  width: 23% !important;
}

.woocommerce div.product form.cart .variations, .woocommerce div.product form.cart .variations tbody {
  background-color: transparent !important;
  border: none;
}

.woocommerce div.product form.cart .variations td.label:first-of-type, .woocommerce div.product form.cart .variations td.label a.reset_variations {
  display: none;
}

tr.woocommerce-table__product-purchase-note.product-purchase-note {
  display: none !important;
}

/**
 * Modal
 * - - - - - - - - - - - - - - - - 
 *
 * Contains modal-related CSS
 * 
 * --------------------------------
 *       Table of Contents
 * --------------------------------
 * 1.0 - Modal Background
 * 2.0 - Modal Box
 * 3.0 - Modal Box Content
 * 4.0 - Modal Box Content: Specific
 *
 */
/* ! 1.0 --- Modal Background */
/* .modal :: This is the background of the Modal Box (the shadow over the entire page) */
.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 99999;
  background: rgba(0, 0, 0, 0.8);
  display: none;
  /*-webkit-transition: opacity 400ms ease-in; -moz-transition: opacity 400ms ease-in; transition: opacity 400ms ease-in; */
  pointer-events: none;
  font-family: Arial, Helvetica, sans-serif;
}

.modal > * {
  opacity: 1;
  pointer-events: auto;
}

/* ! 2.0 --- Modal Box */
/* .modal > div :: This is the Modal Box itself */
.modal > div, .modal form {
  position: relative;
  width: 600px;
  margin: 10% auto;
  padding: 30px;
  background-color: #FFF;
  box-shadow: 1px 2px 6px 0px rgba(0, 0, 0, 0.19);
}

/* For specific modal boxes... */
#modal_register > div {
  width: 800px;
  margin: 2% auto;
}
@media screen and (max-width: 1023px) {
  #modal_register > div {
    width: 600px;
  }
}
@media screen and (max-width: 767px) {
  #modal_register > div {
    width: 400px;
  }
}
@media screen and (max-width: 599px) {
  #modal_register > div {
    width: 300px;
  }
}
@media screen and (max-width: 479px) {
  #modal_register > div {
    width: 250px;
  }
  #modal_register > div > * {
    margin-bottom: 15px;
  }
  #modal_register > div p {
    font-size: 0.6875rem;
  }
}

/* .close :: This is the Close Button for the  Modal Box */
.close {
  position: absolute;
  top: -10px;
  right: -12px;
  width: 24px;
  background: #606061;
  border-radius: 12px;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  box-shadow: 1px 1px 3px #000;
  -webkit-box-shadow: 1px 1px 3px #000;
  -moz-box-shadow: 1px 1px 3px #000;
  text-align: center;
  color: #ffffff;
  line-height: 25px;
  text-decoration: none;
  font-weight: bold;
}

.close:hover {
  background: #00d9ff;
}

/* ! 3.0 --- Modal Box Content */
/* These are form fields for the  Modal Box */
.modal input[type=text], .modal input[type=email] {
  width: 98%;
}

.modal input[type=submit],
.modal input[type=submit][disabled]:hover,
.modal input[type=submit][disabled]:focus {
  font-size: 1rem;
  line-height: 1;
  padding: 10px 15px;
  float: none;
}

.modal .submit {
  margin-bottom: 0;
}

.modal label {
  font-family: "Avenir Next W01", sans-serif;
  font-size: 0.875rem;
  font-weight: 400;
  color: #ffffff;
  text-transform: uppercase;
}
.modal label i {
  font-style: italic;
  text-transform: none;
  font-size: 0.75rem;
}
.modal label a {
  font-size: inherit;
  color: #D9E0F1;
}

.modal p {
  font-size: 1rem;
  color: #ffffff;
}

/* ! 4.0 --- Modal Box Content: Specific */
/* This for specific modal boxes */
.modal h1 {
  /* Typography */
  margin: 0px 0 20px;
  font-family: "Avenir Next W01", sans-serif;
  font-size: 1.5rem;
  line-height: 30px;
}
@media screen and (max-width: 479px) {
  .modal h1 {
    font-size: 1.125rem;
  }
}

.cd-horizontal-timeline {
  opacity: 0;
  margin: 2em auto;
  -webkit-transition: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  transition: opacity 0.2s;
}

.cd-horizontal-timeline::before {
  /* never visible - this is used in jQuery to check the current MQ */
  content: "mobile";
  display: none;
}

.cd-horizontal-timeline.loaded {
  /* show the timeline after events position has been set (using JavaScript) */
  opacity: 1;
}

.cd-horizontal-timeline .timeline {
  position: relative;
  height: 100px;
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
}

.cd-horizontal-timeline .events-wrapper {
  position: relative;
  height: 100%;
  margin: 0 40px;
  overflow: hidden;
}

.cd-horizontal-timeline .events-wrapper::after, .cd-horizontal-timeline .events-wrapper::before {
  /* these are used to create a shadow effect at the sides of the timeline */
  content: "";
  position: absolute;
  z-index: 2;
  top: 0;
  height: 100%;
  width: 20px;
}

.cd-horizontal-timeline .events-wrapper::before {
  left: 0;
}

.cd-horizontal-timeline .events-wrapper::after {
  right: 0;
}

.cd-horizontal-timeline .events {
  /* this is the grey line/timeline */
  position: absolute;
  z-index: 1;
  left: 0;
  top: 49px;
  height: 2px;
  /* width will be set using JavaScript */
  background: #fff;
  -webkit-transition: -webkit-transform 0.4s;
  -moz-transition: -moz-transform 0.4s;
  transition: transform 0.4s;
}

.cd-horizontal-timeline .filling-line {
  /* this is used to create the green line filling the timeline */
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-color: #FF3D7F;
  -webkit-transform: scaleX(0);
  -moz-transform: scaleX(0);
  -ms-transform: scaleX(0);
  -o-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -ms-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
  -webkit-transition: -webkit-transform 0.3s;
  -moz-transition: -moz-transform 0.3s;
  transition: transform 0.3s;
}

.cd-horizontal-timeline .events a {
  position: absolute;
  width: 100px;
  bottom: 0;
  z-index: 2;
  text-align: center;
  font-size: 1.3rem;
  padding-bottom: 15px;
  color: #383838;
  /* fix bug on Safari - text flickering while timeline translates */
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  color: white;
  padding: 5px;
  margin-bottom: 20px;
}

/* custom*/
.cd-horizontal-timeline .events a::before {
  content: "";
  position: absolute;
  width: 1px;
  height: 20px;
  background: #fff;
  bottom: -20px;
  left: 50%;
}

.cd-horizontal-timeline .events a::after {
  /* this is used to create the event spot */
  content: "";
  position: absolute;
  left: 50%;
  right: auto;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: -25px;
  height: 12px;
  width: 12px;
  border-radius: 50%;
  border: 2px solid #fff;
  background-color: #fff;
  -webkit-transition: background-color 0.3s, border-color 0.3s;
  -moz-transition: background-color 0.3s, border-color 0.3s;
  transition: background-color 0.3s, border-color 0.3s;
}

.no-touch .cd-horizontal-timeline .events a:hover::after {
  background-color: #FF3D7F;
  border-color: #fff;
}

.cd-horizontal-timeline .events a.selected {
  pointer-events: none;
}

.cd-horizontal-timeline .events a.selected::after {
  background-color: #FF3D7F;
  border-color: #FF3D7F;
}

.cd-horizontal-timeline .events a.older-event::after {
  border-color: #FF3D7F;
}

@media only screen and (min-width: 1100px) {
  .cd-horizontal-timeline {
    margin: 6em auto;
  }

  .cd-horizontal-timeline::before {
    /* never visible - this is used in jQuery to check the current MQ */
    content: "desktop";
  }
}
.cd-timeline-navigation a {
  /* these are the left/right arrows to navigate the timeline */
  position: absolute;
  z-index: 1;
  top: 50%;
  bottom: auto;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  height: 30px;
  width: 30px;
  border-radius: 50%;
  border: 2px solid #fff;
  /* replace text with an icon */
  overflow: hidden;
  color: transparent;
  text-indent: 100%;
  white-space: nowrap;
  -webkit-transition: border-color 0.3s;
  -moz-transition: border-color 0.3s;
  transition: border-color 0.3s;
}

.cd-timeline-navigation a::after {
  /* arrow icon */
  content: "";
  position: absolute;
  height: 16px;
  width: 16px;
  left: 50%;
  top: 50%;
  bottom: auto;
  right: auto;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRw%0D%0AOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiIHk9IjBweCIgd2lkdGg9IjE2cHgiIGhl%0D%0AaWdodD0iMzJweCIgdmlld0JveD0iMCAwIDE2IDMyIj48ZyAgdHJhbnNmb3JtPSJ0cmFuc2xhdGUo%0D%0AMCwgMCkiPjxwb2x5Z29uIGZpbGw9IiM3YjlkNmYiIHBvaW50cz0iNiwxMy40IDQuNiwxMiA4LjYs%0D%0AOCA0LjYsNCA2LDIuNiAxMS40LDggIi8+PC9nPjxnICB0cmFuc2Zvcm09InRyYW5zbGF0ZSgwLCAx%0D%0ANikiPjxwb2x5Z29uIGZpbGw9IiNkZmRmZGYiIHBvaW50cz0iNiwxMy40IDQuNiwxMiA4LjYsOCA0%0D%0ALjYsNCA2LDIuNiAxMS40LDggIi8+PC9nPjwvc3ZnPg==) no-repeat 0 0;
}

.cd-timeline-navigation a.prev {
  left: 0;
  -webkit-transform: translateY(-50%) rotate(180deg);
  -moz-transform: translateY(-50%) rotate(180deg);
  -ms-transform: translateY(-50%) rotate(180deg);
  -o-transform: translateY(-50%) rotate(180deg);
  transform: translateY(-50%) rotate(180deg);
}

.cd-timeline-navigation a.next {
  right: 0;
  color: #fff;
}

.no-touch .cd-timeline-navigation a:hover {
  border-color: #FF3D7F;
}

.cd-timeline-navigation a.inactive {
  cursor: not-allowed;
}

.cd-timeline-navigation a.inactive::after {
  background-position: 0 -16px;
}

.no-touch .cd-timeline-navigation a.inactive:hover {
  border-color: #FF3D7F;
}

.cd-horizontal-timeline .events-content {
  position: relative;
  width: 100%;
  margin: 2em 0;
  overflow: hidden;
  -webkit-transition: height 0.4s;
  -moz-transition: height 0.4s;
  transition: height 0.4s;
}

.cd-horizontal-timeline .events-content li {
  position: absolute;
  z-index: 1;
  width: 100%;
  left: 0;
  top: 0;
  -webkit-transform: translateX(-100%);
  -moz-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  -o-transform: translateX(-100%);
  transform: translateX(-100%);
  padding: 0 5%;
  opacity: 0;
  -webkit-animation-duration: 0.4s;
  -moz-animation-duration: 0.4s;
  animation-duration: 0.4s;
  -webkit-animation-timing-function: ease-in-out;
  -moz-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
}

.cd-horizontal-timeline .events-content li.selected {
  /* visible event content */
  position: relative;
  z-index: 2;
  opacity: 1;
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
}

.cd-horizontal-timeline .events-content li.enter-right, .cd-horizontal-timeline .events-content li.leave-right {
  -webkit-animation-name: cd-enter-right;
  -moz-animation-name: cd-enter-right;
  animation-name: cd-enter-right;
}

.cd-horizontal-timeline .events-content li.enter-left, .cd-horizontal-timeline .events-content li.leave-left {
  -webkit-animation-name: cd-enter-left;
  -moz-animation-name: cd-enter-left;
  animation-name: cd-enter-left;
}

.cd-horizontal-timeline .events-content li.leave-right, .cd-horizontal-timeline .events-content li.leave-left {
  -webkit-animation-direction: reverse;
  -moz-animation-direction: reverse;
  animation-direction: reverse;
}

.cd-horizontal-timeline .events-content li > * {
  max-width: 800px;
  margin: 0 auto;
}

.cd-horizontal-timeline .events-content h2 {
  font-weight: bold;
  font-size: 3em !important;
  font-weight: 700;
  line-height: 1.2;
}

.cd-horizontal-timeline .events-content em {
  display: block;
  font-style: italic;
  margin: 10px auto;
}

.cd-horizontal-timeline .events-content em::before {
  content: "- ";
}

.cd-horizontal-timeline .events-content p {
  font-size: 1.5em !important;
  color: #fff;
}

.cd-horizontal-timeline .events-content em, .cd-horizontal-timeline .events-content p {
  line-height: 1.6;
}

@media only screen and (min-width: 768px) {
  .cd-horizontal-timeline .events-content h2 {
    font-size: 7rem;
  }

  .cd-horizontal-timeline .events-content em {
    font-size: 1.5em !important;
  }

  .cd-horizontal-timeline .events-content p {
    font-size: 1.8rem;
  }
}
@-webkit-keyframes cd-enter-right {
  0% {
    opacity: 0;
    -webkit-transform: translateX(100%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0%);
  }
}
@-moz-keyframes cd-enter-right {
  0% {
    opacity: 0;
    -moz-transform: translateX(100%);
  }
  100% {
    opacity: 1;
    -moz-transform: translateX(0%);
  }
}
@keyframes cd-enter-right {
  0% {
    opacity: 0;
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -o-transform: translateX(100%);
    transform: translateX(100%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0%);
    -moz-transform: translateX(0%);
    -ms-transform: translateX(0%);
    -o-transform: translateX(0%);
    transform: translateX(0%);
  }
}
@-webkit-keyframes cd-enter-left {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0%);
  }
}
@-moz-keyframes cd-enter-left {
  0% {
    opacity: 0;
    -moz-transform: translateX(-100%);
  }
  100% {
    opacity: 1;
    -moz-transform: translateX(0%);
  }
}
@keyframes cd-enter-left {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    transform: translateX(-100%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0%);
    -moz-transform: translateX(0%);
    -ms-transform: translateX(0%);
    -o-transform: translateX(0%);
    transform: translateX(0%);
  }
}

/*# sourceMappingURL=style.css.map */
