/*!
Theme Name: HKW Lite
Theme URI: http://underscores.me/
Author: HKW
Author URI: http://hkw.io
Description: A lightweight wordpress theme
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: acl
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.

HKW Lite is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/
@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,400;0,500;0,600;0,700;0,800;1,400;1,500;1,600;1,700&display=swap");
.gform-wrapper {
  --gf-local-bg-color: $teal-300!important;
  background-color: var(--gf-local-bg-color);
}

/* Bring from C926 */
/**
 * Foundation for Sites
 * Version 6.9.0
 * https://get.foundation
 * Licensed under MIT Open Source
 */
@media print, screen and (min-width: 40em) {
  .reveal.large, .reveal.small, .reveal.tiny, .reveal {
    right: auto;
    left: auto;
    margin: 0 auto;
  }
}
/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

a {
  background-color: transparent;
}

abbr[title] {
  border-bottom: 0;
  text-decoration: underline dotted;
}

b,
strong {
  font-weight: bolder;
}

code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  padding: 0;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

details {
  display: block;
}

summary {
  display: list-item;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

[data-whatintent=mouse] *, [data-whatintent=mouse] *:focus,
[data-whatintent=touch] *,
[data-whatintent=touch] *:focus,
[data-whatinput=mouse] *,
[data-whatinput=mouse] *:focus,
[data-whatinput=touch] *,
[data-whatinput=touch] *:focus {
  outline: none;
}

[draggable=false] {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
}

.foundation-mq {
  font-family: "small=0em&medium=40em&large=64em&xlarge=75em&xxlarge=90em&xxxlarge=100em";
}

html {
  box-sizing: border-box;
  font-size: 100%;
}

*,
*::before,
*::after {
  box-sizing: inherit;
}

body {
  margin: 0;
  padding: 0;
  background: #ffffff;
  font-family: "Poppins", Arial, sans-serif;
  font-weight: normal;
  line-height: 1.5;
  color: #0E332F;
  -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: 3px;
}

select {
  box-sizing: border-box;
  width: 100%;
  border-radius: 3px;
}

.map_canvas img,
.map_canvas embed,
.map_canvas object,
.mqa-display img,
.mqa-display embed,
.mqa-display object {
  max-width: none !important;
}

button {
  padding: 0;
  appearance: none;
  border: 0;
  border-radius: 3px;
  background: transparent;
  line-height: 1;
  cursor: auto;
}
[data-whatinput=mouse] button {
  outline: 0;
}

pre {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
}

.is-visible {
  display: block !important;
}

.is-hidden {
  display: none !important;
}

.grid-container {
  max-width: 90rem;
  margin-left: auto;
  margin-right: auto;
  padding-right: 0.75rem;
  padding-left: 0.75rem;
}
@media print, screen and (min-width: 40em) {
  .grid-container {
    padding-right: 1.1875rem;
    padding-left: 1.1875rem;
  }
}
@media print, screen and (min-width: 64em) {
  .grid-container {
    padding-right: 1.1875rem;
    padding-left: 1.1875rem;
  }
}
.grid-container.fluid {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-right: 0.75rem;
  padding-left: 0.75rem;
}
@media print, screen and (min-width: 40em) {
  .grid-container.fluid {
    padding-right: 1.1875rem;
    padding-left: 1.1875rem;
  }
}
@media print, screen and (min-width: 64em) {
  .grid-container.fluid {
    padding-right: 1.1875rem;
    padding-left: 1.1875rem;
  }
}
.grid-container.full {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-right: 0;
  padding-left: 0;
}

.grid-x {
  display: flex;
  flex-flow: row wrap;
}

.cell {
  flex: 0 0 auto;
  min-height: 0;
  min-width: 0;
  width: 100%;
}
.cell.auto {
  flex: 1 1 0;
}
.cell.shrink {
  flex: 0 0 auto;
}

.grid-x > .auto {
  width: auto;
}
.grid-x > .shrink {
  width: auto;
}

.grid-x > .small-shrink, .grid-x > .small-full, .grid-x > .small-1, .grid-x > .small-2, .grid-x > .small-3, .grid-x > .small-4, .grid-x > .small-5, .grid-x > .small-6, .grid-x > .small-7, .grid-x > .small-8, .grid-x > .small-9, .grid-x > .small-10, .grid-x > .small-11, .grid-x > .small-12 {
  flex-basis: auto;
}

@media print, screen and (min-width: 40em) {
  .grid-x > .medium-shrink, .grid-x > .medium-full, .grid-x > .medium-1, .grid-x > .medium-2, .grid-x > .medium-3, .grid-x > .medium-4, .grid-x > .medium-5, .grid-x > .medium-6, .grid-x > .medium-7, .grid-x > .medium-8, .grid-x > .medium-9, .grid-x > .medium-10, .grid-x > .medium-11, .grid-x > .medium-12 {
    flex-basis: auto;
  }
}
@media print, screen and (min-width: 64em) {
  .grid-x > .large-shrink, .grid-x > .large-full, .grid-x > .large-1, .grid-x > .large-2, .grid-x > .large-3, .grid-x > .large-4, .grid-x > .large-5, .grid-x > .large-6, .grid-x > .large-7, .grid-x > .large-8, .grid-x > .large-9, .grid-x > .large-10, .grid-x > .large-11, .grid-x > .large-12 {
    flex-basis: auto;
  }
}
@media screen and (min-width: 75em) {
  .grid-x > .xlarge-shrink, .grid-x > .xlarge-full, .grid-x > .xlarge-1, .grid-x > .xlarge-2, .grid-x > .xlarge-3, .grid-x > .xlarge-4, .grid-x > .xlarge-5, .grid-x > .xlarge-6, .grid-x > .xlarge-7, .grid-x > .xlarge-8, .grid-x > .xlarge-9, .grid-x > .xlarge-10, .grid-x > .xlarge-11, .grid-x > .xlarge-12 {
    flex-basis: auto;
  }
}
.grid-x > .small-12, .grid-x > .small-11, .grid-x > .small-10, .grid-x > .small-9, .grid-x > .small-8, .grid-x > .small-7, .grid-x > .small-6, .grid-x > .small-5, .grid-x > .small-4, .grid-x > .small-3, .grid-x > .small-2, .grid-x > .small-1 {
  flex: 0 0 auto;
}

.grid-x > .small-1 {
  width: 8.3333333333%;
}

.grid-x > .small-2 {
  width: 16.6666666667%;
}

.grid-x > .small-3 {
  width: 25%;
}

.grid-x > .small-4 {
  width: 33.3333333333%;
}

.grid-x > .small-5 {
  width: 41.6666666667%;
}

.grid-x > .small-6 {
  width: 50%;
}

.grid-x > .small-7 {
  width: 58.3333333333%;
}

.grid-x > .small-8 {
  width: 66.6666666667%;
}

.grid-x > .small-9 {
  width: 75%;
}

.grid-x > .small-10 {
  width: 83.3333333333%;
}

.grid-x > .small-11 {
  width: 91.6666666667%;
}

.grid-x > .small-12 {
  width: 100%;
}

@media print, screen and (min-width: 40em) {
  .grid-x > .medium-auto {
    flex: 1 1 0;
    width: auto;
  }
  .grid-x > .medium-12, .grid-x > .medium-11, .grid-x > .medium-10, .grid-x > .medium-9, .grid-x > .medium-8, .grid-x > .medium-7, .grid-x > .medium-6, .grid-x > .medium-5, .grid-x > .medium-4, .grid-x > .medium-3, .grid-x > .medium-2, .grid-x > .medium-1, .grid-x > .medium-shrink {
    flex: 0 0 auto;
  }
  .grid-x > .medium-shrink {
    width: auto;
  }
  .grid-x > .medium-1 {
    width: 8.3333333333%;
  }
  .grid-x > .medium-2 {
    width: 16.6666666667%;
  }
  .grid-x > .medium-3 {
    width: 25%;
  }
  .grid-x > .medium-4 {
    width: 33.3333333333%;
  }
  .grid-x > .medium-5 {
    width: 41.6666666667%;
  }
  .grid-x > .medium-6 {
    width: 50%;
  }
  .grid-x > .medium-7 {
    width: 58.3333333333%;
  }
  .grid-x > .medium-8 {
    width: 66.6666666667%;
  }
  .grid-x > .medium-9 {
    width: 75%;
  }
  .grid-x > .medium-10 {
    width: 83.3333333333%;
  }
  .grid-x > .medium-11 {
    width: 91.6666666667%;
  }
  .grid-x > .medium-12 {
    width: 100%;
  }
}
@media print, screen and (min-width: 64em) {
  .grid-x > .large-auto {
    flex: 1 1 0;
    width: auto;
  }
  .grid-x > .large-12, .grid-x > .large-11, .grid-x > .large-10, .grid-x > .large-9, .grid-x > .large-8, .grid-x > .large-7, .grid-x > .large-6, .grid-x > .large-5, .grid-x > .large-4, .grid-x > .large-3, .grid-x > .large-2, .grid-x > .large-1, .grid-x > .large-shrink {
    flex: 0 0 auto;
  }
  .grid-x > .large-shrink {
    width: auto;
  }
  .grid-x > .large-1 {
    width: 8.3333333333%;
  }
  .grid-x > .large-2 {
    width: 16.6666666667%;
  }
  .grid-x > .large-3 {
    width: 25%;
  }
  .grid-x > .large-4 {
    width: 33.3333333333%;
  }
  .grid-x > .large-5 {
    width: 41.6666666667%;
  }
  .grid-x > .large-6 {
    width: 50%;
  }
  .grid-x > .large-7 {
    width: 58.3333333333%;
  }
  .grid-x > .large-8 {
    width: 66.6666666667%;
  }
  .grid-x > .large-9 {
    width: 75%;
  }
  .grid-x > .large-10 {
    width: 83.3333333333%;
  }
  .grid-x > .large-11 {
    width: 91.6666666667%;
  }
  .grid-x > .large-12 {
    width: 100%;
  }
}
@media screen and (min-width: 75em) {
  .grid-x > .xlarge-auto {
    flex: 1 1 0;
    width: auto;
  }
  .grid-x > .xlarge-12, .grid-x > .xlarge-11, .grid-x > .xlarge-10, .grid-x > .xlarge-9, .grid-x > .xlarge-8, .grid-x > .xlarge-7, .grid-x > .xlarge-6, .grid-x > .xlarge-5, .grid-x > .xlarge-4, .grid-x > .xlarge-3, .grid-x > .xlarge-2, .grid-x > .xlarge-1, .grid-x > .xlarge-shrink {
    flex: 0 0 auto;
  }
  .grid-x > .xlarge-shrink {
    width: auto;
  }
  .grid-x > .xlarge-1 {
    width: 8.3333333333%;
  }
  .grid-x > .xlarge-2 {
    width: 16.6666666667%;
  }
  .grid-x > .xlarge-3 {
    width: 25%;
  }
  .grid-x > .xlarge-4 {
    width: 33.3333333333%;
  }
  .grid-x > .xlarge-5 {
    width: 41.6666666667%;
  }
  .grid-x > .xlarge-6 {
    width: 50%;
  }
  .grid-x > .xlarge-7 {
    width: 58.3333333333%;
  }
  .grid-x > .xlarge-8 {
    width: 66.6666666667%;
  }
  .grid-x > .xlarge-9 {
    width: 75%;
  }
  .grid-x > .xlarge-10 {
    width: 83.3333333333%;
  }
  .grid-x > .xlarge-11 {
    width: 91.6666666667%;
  }
  .grid-x > .xlarge-12 {
    width: 100%;
  }
}
.grid-margin-x:not(.grid-x) > .cell {
  width: auto;
}

.grid-margin-y:not(.grid-y) > .cell {
  height: auto;
}

.grid-margin-x {
  margin-left: -0.75rem;
  margin-right: -0.75rem;
}
@media print, screen and (min-width: 40em) {
  .grid-margin-x {
    margin-left: -1.1875rem;
    margin-right: -1.1875rem;
  }
}
@media print, screen and (min-width: 64em) {
  .grid-margin-x {
    margin-left: -1.1875rem;
    margin-right: -1.1875rem;
  }
}
.grid-margin-x > .cell {
  width: calc(100% - 1.5rem);
  margin-left: 0.75rem;
  margin-right: 0.75rem;
}
@media print, screen and (min-width: 40em) {
  .grid-margin-x > .cell {
    width: calc(100% - 2.375rem);
    margin-left: 1.1875rem;
    margin-right: 1.1875rem;
  }
}
@media print, screen and (min-width: 64em) {
  .grid-margin-x > .cell {
    width: calc(100% - 2.375rem);
    margin-left: 1.1875rem;
    margin-right: 1.1875rem;
  }
}
.grid-margin-x > .auto {
  width: auto;
}
.grid-margin-x > .shrink {
  width: auto;
}
.grid-margin-x > .small-1 {
  width: calc(8.3333333333% - 1.5rem);
}
.grid-margin-x > .small-2 {
  width: calc(16.6666666667% - 1.5rem);
}
.grid-margin-x > .small-3 {
  width: calc(25% - 1.5rem);
}
.grid-margin-x > .small-4 {
  width: calc(33.3333333333% - 1.5rem);
}
.grid-margin-x > .small-5 {
  width: calc(41.6666666667% - 1.5rem);
}
.grid-margin-x > .small-6 {
  width: calc(50% - 1.5rem);
}
.grid-margin-x > .small-7 {
  width: calc(58.3333333333% - 1.5rem);
}
.grid-margin-x > .small-8 {
  width: calc(66.6666666667% - 1.5rem);
}
.grid-margin-x > .small-9 {
  width: calc(75% - 1.5rem);
}
.grid-margin-x > .small-10 {
  width: calc(83.3333333333% - 1.5rem);
}
.grid-margin-x > .small-11 {
  width: calc(91.6666666667% - 1.5rem);
}
.grid-margin-x > .small-12 {
  width: calc(100% - 1.5rem);
}
@media print, screen and (min-width: 40em) {
  .grid-margin-x > .auto {
    width: auto;
  }
  .grid-margin-x > .shrink {
    width: auto;
  }
  .grid-margin-x > .small-1 {
    width: calc(8.3333333333% - 2.375rem);
  }
  .grid-margin-x > .small-2 {
    width: calc(16.6666666667% - 2.375rem);
  }
  .grid-margin-x > .small-3 {
    width: calc(25% - 2.375rem);
  }
  .grid-margin-x > .small-4 {
    width: calc(33.3333333333% - 2.375rem);
  }
  .grid-margin-x > .small-5 {
    width: calc(41.6666666667% - 2.375rem);
  }
  .grid-margin-x > .small-6 {
    width: calc(50% - 2.375rem);
  }
  .grid-margin-x > .small-7 {
    width: calc(58.3333333333% - 2.375rem);
  }
  .grid-margin-x > .small-8 {
    width: calc(66.6666666667% - 2.375rem);
  }
  .grid-margin-x > .small-9 {
    width: calc(75% - 2.375rem);
  }
  .grid-margin-x > .small-10 {
    width: calc(83.3333333333% - 2.375rem);
  }
  .grid-margin-x > .small-11 {
    width: calc(91.6666666667% - 2.375rem);
  }
  .grid-margin-x > .small-12 {
    width: calc(100% - 2.375rem);
  }
  .grid-margin-x > .medium-auto {
    width: auto;
  }
  .grid-margin-x > .medium-shrink {
    width: auto;
  }
  .grid-margin-x > .medium-1 {
    width: calc(8.3333333333% - 2.375rem);
  }
  .grid-margin-x > .medium-2 {
    width: calc(16.6666666667% - 2.375rem);
  }
  .grid-margin-x > .medium-3 {
    width: calc(25% - 2.375rem);
  }
  .grid-margin-x > .medium-4 {
    width: calc(33.3333333333% - 2.375rem);
  }
  .grid-margin-x > .medium-5 {
    width: calc(41.6666666667% - 2.375rem);
  }
  .grid-margin-x > .medium-6 {
    width: calc(50% - 2.375rem);
  }
  .grid-margin-x > .medium-7 {
    width: calc(58.3333333333% - 2.375rem);
  }
  .grid-margin-x > .medium-8 {
    width: calc(66.6666666667% - 2.375rem);
  }
  .grid-margin-x > .medium-9 {
    width: calc(75% - 2.375rem);
  }
  .grid-margin-x > .medium-10 {
    width: calc(83.3333333333% - 2.375rem);
  }
  .grid-margin-x > .medium-11 {
    width: calc(91.6666666667% - 2.375rem);
  }
  .grid-margin-x > .medium-12 {
    width: calc(100% - 2.375rem);
  }
}
@media print, screen and (min-width: 64em) {
  .grid-margin-x > .auto {
    width: auto;
  }
  .grid-margin-x > .shrink {
    width: auto;
  }
  .grid-margin-x > .small-1 {
    width: calc(8.3333333333% - 2.375rem);
  }
  .grid-margin-x > .small-2 {
    width: calc(16.6666666667% - 2.375rem);
  }
  .grid-margin-x > .small-3 {
    width: calc(25% - 2.375rem);
  }
  .grid-margin-x > .small-4 {
    width: calc(33.3333333333% - 2.375rem);
  }
  .grid-margin-x > .small-5 {
    width: calc(41.6666666667% - 2.375rem);
  }
  .grid-margin-x > .small-6 {
    width: calc(50% - 2.375rem);
  }
  .grid-margin-x > .small-7 {
    width: calc(58.3333333333% - 2.375rem);
  }
  .grid-margin-x > .small-8 {
    width: calc(66.6666666667% - 2.375rem);
  }
  .grid-margin-x > .small-9 {
    width: calc(75% - 2.375rem);
  }
  .grid-margin-x > .small-10 {
    width: calc(83.3333333333% - 2.375rem);
  }
  .grid-margin-x > .small-11 {
    width: calc(91.6666666667% - 2.375rem);
  }
  .grid-margin-x > .small-12 {
    width: calc(100% - 2.375rem);
  }
  .grid-margin-x > .medium-auto {
    width: auto;
  }
  .grid-margin-x > .medium-shrink {
    width: auto;
  }
  .grid-margin-x > .medium-1 {
    width: calc(8.3333333333% - 2.375rem);
  }
  .grid-margin-x > .medium-2 {
    width: calc(16.6666666667% - 2.375rem);
  }
  .grid-margin-x > .medium-3 {
    width: calc(25% - 2.375rem);
  }
  .grid-margin-x > .medium-4 {
    width: calc(33.3333333333% - 2.375rem);
  }
  .grid-margin-x > .medium-5 {
    width: calc(41.6666666667% - 2.375rem);
  }
  .grid-margin-x > .medium-6 {
    width: calc(50% - 2.375rem);
  }
  .grid-margin-x > .medium-7 {
    width: calc(58.3333333333% - 2.375rem);
  }
  .grid-margin-x > .medium-8 {
    width: calc(66.6666666667% - 2.375rem);
  }
  .grid-margin-x > .medium-9 {
    width: calc(75% - 2.375rem);
  }
  .grid-margin-x > .medium-10 {
    width: calc(83.3333333333% - 2.375rem);
  }
  .grid-margin-x > .medium-11 {
    width: calc(91.6666666667% - 2.375rem);
  }
  .grid-margin-x > .medium-12 {
    width: calc(100% - 2.375rem);
  }
  .grid-margin-x > .large-auto {
    width: auto;
  }
  .grid-margin-x > .large-shrink {
    width: auto;
  }
  .grid-margin-x > .large-1 {
    width: calc(8.3333333333% - 2.375rem);
  }
  .grid-margin-x > .large-2 {
    width: calc(16.6666666667% - 2.375rem);
  }
  .grid-margin-x > .large-3 {
    width: calc(25% - 2.375rem);
  }
  .grid-margin-x > .large-4 {
    width: calc(33.3333333333% - 2.375rem);
  }
  .grid-margin-x > .large-5 {
    width: calc(41.6666666667% - 2.375rem);
  }
  .grid-margin-x > .large-6 {
    width: calc(50% - 2.375rem);
  }
  .grid-margin-x > .large-7 {
    width: calc(58.3333333333% - 2.375rem);
  }
  .grid-margin-x > .large-8 {
    width: calc(66.6666666667% - 2.375rem);
  }
  .grid-margin-x > .large-9 {
    width: calc(75% - 2.375rem);
  }
  .grid-margin-x > .large-10 {
    width: calc(83.3333333333% - 2.375rem);
  }
  .grid-margin-x > .large-11 {
    width: calc(91.6666666667% - 2.375rem);
  }
  .grid-margin-x > .large-12 {
    width: calc(100% - 2.375rem);
  }
}
@media screen and (min-width: 75em) {
  .grid-margin-x > .xlarge-auto {
    width: auto;
  }
  .grid-margin-x > .xlarge-shrink {
    width: auto;
  }
  .grid-margin-x > .xlarge-1 {
    width: calc(8.3333333333% - 2.375rem);
  }
  .grid-margin-x > .xlarge-2 {
    width: calc(16.6666666667% - 2.375rem);
  }
  .grid-margin-x > .xlarge-3 {
    width: calc(25% - 2.375rem);
  }
  .grid-margin-x > .xlarge-4 {
    width: calc(33.3333333333% - 2.375rem);
  }
  .grid-margin-x > .xlarge-5 {
    width: calc(41.6666666667% - 2.375rem);
  }
  .grid-margin-x > .xlarge-6 {
    width: calc(50% - 2.375rem);
  }
  .grid-margin-x > .xlarge-7 {
    width: calc(58.3333333333% - 2.375rem);
  }
  .grid-margin-x > .xlarge-8 {
    width: calc(66.6666666667% - 2.375rem);
  }
  .grid-margin-x > .xlarge-9 {
    width: calc(75% - 2.375rem);
  }
  .grid-margin-x > .xlarge-10 {
    width: calc(83.3333333333% - 2.375rem);
  }
  .grid-margin-x > .xlarge-11 {
    width: calc(91.6666666667% - 2.375rem);
  }
  .grid-margin-x > .xlarge-12 {
    width: calc(100% - 2.375rem);
  }
}

.grid-padding-x .grid-padding-x {
  margin-right: -0.75rem;
  margin-left: -0.75rem;
}
@media print, screen and (min-width: 40em) {
  .grid-padding-x .grid-padding-x {
    margin-right: -1.1875rem;
    margin-left: -1.1875rem;
  }
}
@media print, screen and (min-width: 64em) {
  .grid-padding-x .grid-padding-x {
    margin-right: -1.1875rem;
    margin-left: -1.1875rem;
  }
}
.grid-container:not(.full) > .grid-padding-x {
  margin-right: -0.75rem;
  margin-left: -0.75rem;
}
@media print, screen and (min-width: 40em) {
  .grid-container:not(.full) > .grid-padding-x {
    margin-right: -1.1875rem;
    margin-left: -1.1875rem;
  }
}
@media print, screen and (min-width: 64em) {
  .grid-container:not(.full) > .grid-padding-x {
    margin-right: -1.1875rem;
    margin-left: -1.1875rem;
  }
}
.grid-padding-x > .cell {
  padding-right: 0.75rem;
  padding-left: 0.75rem;
}
@media print, screen and (min-width: 40em) {
  .grid-padding-x > .cell {
    padding-right: 1.1875rem;
    padding-left: 1.1875rem;
  }
}
@media print, screen and (min-width: 64em) {
  .grid-padding-x > .cell {
    padding-right: 1.1875rem;
    padding-left: 1.1875rem;
  }
}

.small-up-1 > .cell {
  width: 100%;
}

.small-up-2 > .cell {
  width: 50%;
}

.small-up-3 > .cell {
  width: 33.3333333333%;
}

.small-up-4 > .cell {
  width: 25%;
}

.small-up-5 > .cell {
  width: 20%;
}

.small-up-6 > .cell {
  width: 16.6666666667%;
}

.small-up-7 > .cell {
  width: 14.2857142857%;
}

.small-up-8 > .cell {
  width: 12.5%;
}

@media print, screen and (min-width: 40em) {
  .medium-up-1 > .cell {
    width: 100%;
  }
  .medium-up-2 > .cell {
    width: 50%;
  }
  .medium-up-3 > .cell {
    width: 33.3333333333%;
  }
  .medium-up-4 > .cell {
    width: 25%;
  }
  .medium-up-5 > .cell {
    width: 20%;
  }
  .medium-up-6 > .cell {
    width: 16.6666666667%;
  }
  .medium-up-7 > .cell {
    width: 14.2857142857%;
  }
  .medium-up-8 > .cell {
    width: 12.5%;
  }
}
@media print, screen and (min-width: 64em) {
  .large-up-1 > .cell {
    width: 100%;
  }
  .large-up-2 > .cell {
    width: 50%;
  }
  .large-up-3 > .cell {
    width: 33.3333333333%;
  }
  .large-up-4 > .cell {
    width: 25%;
  }
  .large-up-5 > .cell {
    width: 20%;
  }
  .large-up-6 > .cell {
    width: 16.6666666667%;
  }
  .large-up-7 > .cell {
    width: 14.2857142857%;
  }
  .large-up-8 > .cell {
    width: 12.5%;
  }
}
@media screen and (min-width: 75em) {
  .xlarge-up-1 > .cell {
    width: 100%;
  }
  .xlarge-up-2 > .cell {
    width: 50%;
  }
  .xlarge-up-3 > .cell {
    width: 33.3333333333%;
  }
  .xlarge-up-4 > .cell {
    width: 25%;
  }
  .xlarge-up-5 > .cell {
    width: 20%;
  }
  .xlarge-up-6 > .cell {
    width: 16.6666666667%;
  }
  .xlarge-up-7 > .cell {
    width: 14.2857142857%;
  }
  .xlarge-up-8 > .cell {
    width: 12.5%;
  }
}
.grid-margin-x.small-up-1 > .cell {
  width: calc(100% - 1.5rem);
}

.grid-margin-x.small-up-2 > .cell {
  width: calc(50% - 1.5rem);
}

.grid-margin-x.small-up-3 > .cell {
  width: calc(33.3333333333% - 1.5rem);
}

.grid-margin-x.small-up-4 > .cell {
  width: calc(25% - 1.5rem);
}

.grid-margin-x.small-up-5 > .cell {
  width: calc(20% - 1.5rem);
}

.grid-margin-x.small-up-6 > .cell {
  width: calc(16.6666666667% - 1.5rem);
}

.grid-margin-x.small-up-7 > .cell {
  width: calc(14.2857142857% - 1.5rem);
}

.grid-margin-x.small-up-8 > .cell {
  width: calc(12.5% - 1.5rem);
}

@media print, screen and (min-width: 40em) {
  .grid-margin-x.small-up-1 > .cell {
    width: calc(100% - 2.375rem);
  }
  .grid-margin-x.small-up-2 > .cell {
    width: calc(50% - 2.375rem);
  }
  .grid-margin-x.small-up-3 > .cell {
    width: calc(33.3333333333% - 2.375rem);
  }
  .grid-margin-x.small-up-4 > .cell {
    width: calc(25% - 2.375rem);
  }
  .grid-margin-x.small-up-5 > .cell {
    width: calc(20% - 2.375rem);
  }
  .grid-margin-x.small-up-6 > .cell {
    width: calc(16.6666666667% - 2.375rem);
  }
  .grid-margin-x.small-up-7 > .cell {
    width: calc(14.2857142857% - 2.375rem);
  }
  .grid-margin-x.small-up-8 > .cell {
    width: calc(12.5% - 2.375rem);
  }
  .grid-margin-x.medium-up-1 > .cell {
    width: calc(100% - 2.375rem);
  }
  .grid-margin-x.medium-up-2 > .cell {
    width: calc(50% - 2.375rem);
  }
  .grid-margin-x.medium-up-3 > .cell {
    width: calc(33.3333333333% - 2.375rem);
  }
  .grid-margin-x.medium-up-4 > .cell {
    width: calc(25% - 2.375rem);
  }
  .grid-margin-x.medium-up-5 > .cell {
    width: calc(20% - 2.375rem);
  }
  .grid-margin-x.medium-up-6 > .cell {
    width: calc(16.6666666667% - 2.375rem);
  }
  .grid-margin-x.medium-up-7 > .cell {
    width: calc(14.2857142857% - 2.375rem);
  }
  .grid-margin-x.medium-up-8 > .cell {
    width: calc(12.5% - 2.375rem);
  }
}
@media print, screen and (min-width: 64em) {
  .grid-margin-x.small-up-1 > .cell {
    width: calc(100% - 2.375rem);
  }
  .grid-margin-x.medium-up-1 > .cell {
    width: calc(100% - 2.375rem);
  }
  .grid-margin-x.small-up-2 > .cell {
    width: calc(50% - 2.375rem);
  }
  .grid-margin-x.medium-up-2 > .cell {
    width: calc(50% - 2.375rem);
  }
  .grid-margin-x.small-up-3 > .cell {
    width: calc(33.3333333333% - 2.375rem);
  }
  .grid-margin-x.medium-up-3 > .cell {
    width: calc(33.3333333333% - 2.375rem);
  }
  .grid-margin-x.small-up-4 > .cell {
    width: calc(25% - 2.375rem);
  }
  .grid-margin-x.medium-up-4 > .cell {
    width: calc(25% - 2.375rem);
  }
  .grid-margin-x.small-up-5 > .cell {
    width: calc(20% - 2.375rem);
  }
  .grid-margin-x.medium-up-5 > .cell {
    width: calc(20% - 2.375rem);
  }
  .grid-margin-x.small-up-6 > .cell {
    width: calc(16.6666666667% - 2.375rem);
  }
  .grid-margin-x.medium-up-6 > .cell {
    width: calc(16.6666666667% - 2.375rem);
  }
  .grid-margin-x.small-up-7 > .cell {
    width: calc(14.2857142857% - 2.375rem);
  }
  .grid-margin-x.medium-up-7 > .cell {
    width: calc(14.2857142857% - 2.375rem);
  }
  .grid-margin-x.small-up-8 > .cell {
    width: calc(12.5% - 2.375rem);
  }
  .grid-margin-x.medium-up-8 > .cell {
    width: calc(12.5% - 2.375rem);
  }
  .grid-margin-x.large-up-1 > .cell {
    width: calc(100% - 2.375rem);
  }
  .grid-margin-x.large-up-2 > .cell {
    width: calc(50% - 2.375rem);
  }
  .grid-margin-x.large-up-3 > .cell {
    width: calc(33.3333333333% - 2.375rem);
  }
  .grid-margin-x.large-up-4 > .cell {
    width: calc(25% - 2.375rem);
  }
  .grid-margin-x.large-up-5 > .cell {
    width: calc(20% - 2.375rem);
  }
  .grid-margin-x.large-up-6 > .cell {
    width: calc(16.6666666667% - 2.375rem);
  }
  .grid-margin-x.large-up-7 > .cell {
    width: calc(14.2857142857% - 2.375rem);
  }
  .grid-margin-x.large-up-8 > .cell {
    width: calc(12.5% - 2.375rem);
  }
}
@media screen and (min-width: 75em) {
  .grid-margin-x.xlarge-up-1 > .cell {
    width: calc(100% - 2.375rem);
  }
  .grid-margin-x.xlarge-up-2 > .cell {
    width: calc(50% - 2.375rem);
  }
  .grid-margin-x.xlarge-up-3 > .cell {
    width: calc(33.3333333333% - 2.375rem);
  }
  .grid-margin-x.xlarge-up-4 > .cell {
    width: calc(25% - 2.375rem);
  }
  .grid-margin-x.xlarge-up-5 > .cell {
    width: calc(20% - 2.375rem);
  }
  .grid-margin-x.xlarge-up-6 > .cell {
    width: calc(16.6666666667% - 2.375rem);
  }
  .grid-margin-x.xlarge-up-7 > .cell {
    width: calc(14.2857142857% - 2.375rem);
  }
  .grid-margin-x.xlarge-up-8 > .cell {
    width: calc(12.5% - 2.375rem);
  }
}
.small-margin-collapse {
  margin-right: 0;
  margin-left: 0;
}
.small-margin-collapse > .cell {
  margin-right: 0;
  margin-left: 0;
}
.small-margin-collapse > .small-1 {
  width: 8.3333333333%;
}
.small-margin-collapse > .small-2 {
  width: 16.6666666667%;
}
.small-margin-collapse > .small-3 {
  width: 25%;
}
.small-margin-collapse > .small-4 {
  width: 33.3333333333%;
}
.small-margin-collapse > .small-5 {
  width: 41.6666666667%;
}
.small-margin-collapse > .small-6 {
  width: 50%;
}
.small-margin-collapse > .small-7 {
  width: 58.3333333333%;
}
.small-margin-collapse > .small-8 {
  width: 66.6666666667%;
}
.small-margin-collapse > .small-9 {
  width: 75%;
}
.small-margin-collapse > .small-10 {
  width: 83.3333333333%;
}
.small-margin-collapse > .small-11 {
  width: 91.6666666667%;
}
.small-margin-collapse > .small-12 {
  width: 100%;
}
@media print, screen and (min-width: 40em) {
  .small-margin-collapse > .medium-1 {
    width: 8.3333333333%;
  }
  .small-margin-collapse > .medium-2 {
    width: 16.6666666667%;
  }
  .small-margin-collapse > .medium-3 {
    width: 25%;
  }
  .small-margin-collapse > .medium-4 {
    width: 33.3333333333%;
  }
  .small-margin-collapse > .medium-5 {
    width: 41.6666666667%;
  }
  .small-margin-collapse > .medium-6 {
    width: 50%;
  }
  .small-margin-collapse > .medium-7 {
    width: 58.3333333333%;
  }
  .small-margin-collapse > .medium-8 {
    width: 66.6666666667%;
  }
  .small-margin-collapse > .medium-9 {
    width: 75%;
  }
  .small-margin-collapse > .medium-10 {
    width: 83.3333333333%;
  }
  .small-margin-collapse > .medium-11 {
    width: 91.6666666667%;
  }
  .small-margin-collapse > .medium-12 {
    width: 100%;
  }
}
@media print, screen and (min-width: 64em) {
  .small-margin-collapse > .large-1 {
    width: 8.3333333333%;
  }
  .small-margin-collapse > .large-2 {
    width: 16.6666666667%;
  }
  .small-margin-collapse > .large-3 {
    width: 25%;
  }
  .small-margin-collapse > .large-4 {
    width: 33.3333333333%;
  }
  .small-margin-collapse > .large-5 {
    width: 41.6666666667%;
  }
  .small-margin-collapse > .large-6 {
    width: 50%;
  }
  .small-margin-collapse > .large-7 {
    width: 58.3333333333%;
  }
  .small-margin-collapse > .large-8 {
    width: 66.6666666667%;
  }
  .small-margin-collapse > .large-9 {
    width: 75%;
  }
  .small-margin-collapse > .large-10 {
    width: 83.3333333333%;
  }
  .small-margin-collapse > .large-11 {
    width: 91.6666666667%;
  }
  .small-margin-collapse > .large-12 {
    width: 100%;
  }
}
@media screen and (min-width: 75em) {
  .small-margin-collapse > .xlarge-1 {
    width: 8.3333333333%;
  }
  .small-margin-collapse > .xlarge-2 {
    width: 16.6666666667%;
  }
  .small-margin-collapse > .xlarge-3 {
    width: 25%;
  }
  .small-margin-collapse > .xlarge-4 {
    width: 33.3333333333%;
  }
  .small-margin-collapse > .xlarge-5 {
    width: 41.6666666667%;
  }
  .small-margin-collapse > .xlarge-6 {
    width: 50%;
  }
  .small-margin-collapse > .xlarge-7 {
    width: 58.3333333333%;
  }
  .small-margin-collapse > .xlarge-8 {
    width: 66.6666666667%;
  }
  .small-margin-collapse > .xlarge-9 {
    width: 75%;
  }
  .small-margin-collapse > .xlarge-10 {
    width: 83.3333333333%;
  }
  .small-margin-collapse > .xlarge-11 {
    width: 91.6666666667%;
  }
  .small-margin-collapse > .xlarge-12 {
    width: 100%;
  }
}

.small-padding-collapse {
  margin-right: 0;
  margin-left: 0;
}
.small-padding-collapse > .cell {
  padding-right: 0;
  padding-left: 0;
}

@media print, screen and (min-width: 40em) {
  .medium-margin-collapse {
    margin-right: 0;
    margin-left: 0;
  }
  .medium-margin-collapse > .cell {
    margin-right: 0;
    margin-left: 0;
  }
}
@media print, screen and (min-width: 40em) {
  .medium-margin-collapse > .small-1 {
    width: 8.3333333333%;
  }
  .medium-margin-collapse > .small-2 {
    width: 16.6666666667%;
  }
  .medium-margin-collapse > .small-3 {
    width: 25%;
  }
  .medium-margin-collapse > .small-4 {
    width: 33.3333333333%;
  }
  .medium-margin-collapse > .small-5 {
    width: 41.6666666667%;
  }
  .medium-margin-collapse > .small-6 {
    width: 50%;
  }
  .medium-margin-collapse > .small-7 {
    width: 58.3333333333%;
  }
  .medium-margin-collapse > .small-8 {
    width: 66.6666666667%;
  }
  .medium-margin-collapse > .small-9 {
    width: 75%;
  }
  .medium-margin-collapse > .small-10 {
    width: 83.3333333333%;
  }
  .medium-margin-collapse > .small-11 {
    width: 91.6666666667%;
  }
  .medium-margin-collapse > .small-12 {
    width: 100%;
  }
}
@media print, screen and (min-width: 40em) {
  .medium-margin-collapse > .medium-1 {
    width: 8.3333333333%;
  }
  .medium-margin-collapse > .medium-2 {
    width: 16.6666666667%;
  }
  .medium-margin-collapse > .medium-3 {
    width: 25%;
  }
  .medium-margin-collapse > .medium-4 {
    width: 33.3333333333%;
  }
  .medium-margin-collapse > .medium-5 {
    width: 41.6666666667%;
  }
  .medium-margin-collapse > .medium-6 {
    width: 50%;
  }
  .medium-margin-collapse > .medium-7 {
    width: 58.3333333333%;
  }
  .medium-margin-collapse > .medium-8 {
    width: 66.6666666667%;
  }
  .medium-margin-collapse > .medium-9 {
    width: 75%;
  }
  .medium-margin-collapse > .medium-10 {
    width: 83.3333333333%;
  }
  .medium-margin-collapse > .medium-11 {
    width: 91.6666666667%;
  }
  .medium-margin-collapse > .medium-12 {
    width: 100%;
  }
}
@media print, screen and (min-width: 64em) {
  .medium-margin-collapse > .large-1 {
    width: 8.3333333333%;
  }
  .medium-margin-collapse > .large-2 {
    width: 16.6666666667%;
  }
  .medium-margin-collapse > .large-3 {
    width: 25%;
  }
  .medium-margin-collapse > .large-4 {
    width: 33.3333333333%;
  }
  .medium-margin-collapse > .large-5 {
    width: 41.6666666667%;
  }
  .medium-margin-collapse > .large-6 {
    width: 50%;
  }
  .medium-margin-collapse > .large-7 {
    width: 58.3333333333%;
  }
  .medium-margin-collapse > .large-8 {
    width: 66.6666666667%;
  }
  .medium-margin-collapse > .large-9 {
    width: 75%;
  }
  .medium-margin-collapse > .large-10 {
    width: 83.3333333333%;
  }
  .medium-margin-collapse > .large-11 {
    width: 91.6666666667%;
  }
  .medium-margin-collapse > .large-12 {
    width: 100%;
  }
}
@media screen and (min-width: 75em) {
  .medium-margin-collapse > .xlarge-1 {
    width: 8.3333333333%;
  }
  .medium-margin-collapse > .xlarge-2 {
    width: 16.6666666667%;
  }
  .medium-margin-collapse > .xlarge-3 {
    width: 25%;
  }
  .medium-margin-collapse > .xlarge-4 {
    width: 33.3333333333%;
  }
  .medium-margin-collapse > .xlarge-5 {
    width: 41.6666666667%;
  }
  .medium-margin-collapse > .xlarge-6 {
    width: 50%;
  }
  .medium-margin-collapse > .xlarge-7 {
    width: 58.3333333333%;
  }
  .medium-margin-collapse > .xlarge-8 {
    width: 66.6666666667%;
  }
  .medium-margin-collapse > .xlarge-9 {
    width: 75%;
  }
  .medium-margin-collapse > .xlarge-10 {
    width: 83.3333333333%;
  }
  .medium-margin-collapse > .xlarge-11 {
    width: 91.6666666667%;
  }
  .medium-margin-collapse > .xlarge-12 {
    width: 100%;
  }
}

@media print, screen and (min-width: 40em) {
  .medium-padding-collapse {
    margin-right: 0;
    margin-left: 0;
  }
  .medium-padding-collapse > .cell {
    padding-right: 0;
    padding-left: 0;
  }
}

@media print, screen and (min-width: 64em) {
  .large-margin-collapse {
    margin-right: 0;
    margin-left: 0;
  }
  .large-margin-collapse > .cell {
    margin-right: 0;
    margin-left: 0;
  }
}
@media print, screen and (min-width: 64em) {
  .large-margin-collapse > .small-1 {
    width: 8.3333333333%;
  }
  .large-margin-collapse > .small-2 {
    width: 16.6666666667%;
  }
  .large-margin-collapse > .small-3 {
    width: 25%;
  }
  .large-margin-collapse > .small-4 {
    width: 33.3333333333%;
  }
  .large-margin-collapse > .small-5 {
    width: 41.6666666667%;
  }
  .large-margin-collapse > .small-6 {
    width: 50%;
  }
  .large-margin-collapse > .small-7 {
    width: 58.3333333333%;
  }
  .large-margin-collapse > .small-8 {
    width: 66.6666666667%;
  }
  .large-margin-collapse > .small-9 {
    width: 75%;
  }
  .large-margin-collapse > .small-10 {
    width: 83.3333333333%;
  }
  .large-margin-collapse > .small-11 {
    width: 91.6666666667%;
  }
  .large-margin-collapse > .small-12 {
    width: 100%;
  }
}
@media print, screen and (min-width: 64em) {
  .large-margin-collapse > .medium-1 {
    width: 8.3333333333%;
  }
  .large-margin-collapse > .medium-2 {
    width: 16.6666666667%;
  }
  .large-margin-collapse > .medium-3 {
    width: 25%;
  }
  .large-margin-collapse > .medium-4 {
    width: 33.3333333333%;
  }
  .large-margin-collapse > .medium-5 {
    width: 41.6666666667%;
  }
  .large-margin-collapse > .medium-6 {
    width: 50%;
  }
  .large-margin-collapse > .medium-7 {
    width: 58.3333333333%;
  }
  .large-margin-collapse > .medium-8 {
    width: 66.6666666667%;
  }
  .large-margin-collapse > .medium-9 {
    width: 75%;
  }
  .large-margin-collapse > .medium-10 {
    width: 83.3333333333%;
  }
  .large-margin-collapse > .medium-11 {
    width: 91.6666666667%;
  }
  .large-margin-collapse > .medium-12 {
    width: 100%;
  }
}
@media print, screen and (min-width: 64em) {
  .large-margin-collapse > .large-1 {
    width: 8.3333333333%;
  }
  .large-margin-collapse > .large-2 {
    width: 16.6666666667%;
  }
  .large-margin-collapse > .large-3 {
    width: 25%;
  }
  .large-margin-collapse > .large-4 {
    width: 33.3333333333%;
  }
  .large-margin-collapse > .large-5 {
    width: 41.6666666667%;
  }
  .large-margin-collapse > .large-6 {
    width: 50%;
  }
  .large-margin-collapse > .large-7 {
    width: 58.3333333333%;
  }
  .large-margin-collapse > .large-8 {
    width: 66.6666666667%;
  }
  .large-margin-collapse > .large-9 {
    width: 75%;
  }
  .large-margin-collapse > .large-10 {
    width: 83.3333333333%;
  }
  .large-margin-collapse > .large-11 {
    width: 91.6666666667%;
  }
  .large-margin-collapse > .large-12 {
    width: 100%;
  }
}
@media screen and (min-width: 75em) {
  .large-margin-collapse > .xlarge-1 {
    width: 8.3333333333%;
  }
  .large-margin-collapse > .xlarge-2 {
    width: 16.6666666667%;
  }
  .large-margin-collapse > .xlarge-3 {
    width: 25%;
  }
  .large-margin-collapse > .xlarge-4 {
    width: 33.3333333333%;
  }
  .large-margin-collapse > .xlarge-5 {
    width: 41.6666666667%;
  }
  .large-margin-collapse > .xlarge-6 {
    width: 50%;
  }
  .large-margin-collapse > .xlarge-7 {
    width: 58.3333333333%;
  }
  .large-margin-collapse > .xlarge-8 {
    width: 66.6666666667%;
  }
  .large-margin-collapse > .xlarge-9 {
    width: 75%;
  }
  .large-margin-collapse > .xlarge-10 {
    width: 83.3333333333%;
  }
  .large-margin-collapse > .xlarge-11 {
    width: 91.6666666667%;
  }
  .large-margin-collapse > .xlarge-12 {
    width: 100%;
  }
}

@media print, screen and (min-width: 64em) {
  .large-padding-collapse {
    margin-right: 0;
    margin-left: 0;
  }
  .large-padding-collapse > .cell {
    padding-right: 0;
    padding-left: 0;
  }
}

@media screen and (min-width: 75em) {
  .xlarge-margin-collapse {
    margin-right: 0;
    margin-left: 0;
  }
  .xlarge-margin-collapse > .cell {
    margin-right: 0;
    margin-left: 0;
  }
}
@media screen and (min-width: 75em) {
  .xlarge-margin-collapse > .small-1 {
    width: 8.3333333333%;
  }
  .xlarge-margin-collapse > .small-2 {
    width: 16.6666666667%;
  }
  .xlarge-margin-collapse > .small-3 {
    width: 25%;
  }
  .xlarge-margin-collapse > .small-4 {
    width: 33.3333333333%;
  }
  .xlarge-margin-collapse > .small-5 {
    width: 41.6666666667%;
  }
  .xlarge-margin-collapse > .small-6 {
    width: 50%;
  }
  .xlarge-margin-collapse > .small-7 {
    width: 58.3333333333%;
  }
  .xlarge-margin-collapse > .small-8 {
    width: 66.6666666667%;
  }
  .xlarge-margin-collapse > .small-9 {
    width: 75%;
  }
  .xlarge-margin-collapse > .small-10 {
    width: 83.3333333333%;
  }
  .xlarge-margin-collapse > .small-11 {
    width: 91.6666666667%;
  }
  .xlarge-margin-collapse > .small-12 {
    width: 100%;
  }
}
@media screen and (min-width: 75em) {
  .xlarge-margin-collapse > .medium-1 {
    width: 8.3333333333%;
  }
  .xlarge-margin-collapse > .medium-2 {
    width: 16.6666666667%;
  }
  .xlarge-margin-collapse > .medium-3 {
    width: 25%;
  }
  .xlarge-margin-collapse > .medium-4 {
    width: 33.3333333333%;
  }
  .xlarge-margin-collapse > .medium-5 {
    width: 41.6666666667%;
  }
  .xlarge-margin-collapse > .medium-6 {
    width: 50%;
  }
  .xlarge-margin-collapse > .medium-7 {
    width: 58.3333333333%;
  }
  .xlarge-margin-collapse > .medium-8 {
    width: 66.6666666667%;
  }
  .xlarge-margin-collapse > .medium-9 {
    width: 75%;
  }
  .xlarge-margin-collapse > .medium-10 {
    width: 83.3333333333%;
  }
  .xlarge-margin-collapse > .medium-11 {
    width: 91.6666666667%;
  }
  .xlarge-margin-collapse > .medium-12 {
    width: 100%;
  }
}
@media screen and (min-width: 75em) {
  .xlarge-margin-collapse > .large-1 {
    width: 8.3333333333%;
  }
  .xlarge-margin-collapse > .large-2 {
    width: 16.6666666667%;
  }
  .xlarge-margin-collapse > .large-3 {
    width: 25%;
  }
  .xlarge-margin-collapse > .large-4 {
    width: 33.3333333333%;
  }
  .xlarge-margin-collapse > .large-5 {
    width: 41.6666666667%;
  }
  .xlarge-margin-collapse > .large-6 {
    width: 50%;
  }
  .xlarge-margin-collapse > .large-7 {
    width: 58.3333333333%;
  }
  .xlarge-margin-collapse > .large-8 {
    width: 66.6666666667%;
  }
  .xlarge-margin-collapse > .large-9 {
    width: 75%;
  }
  .xlarge-margin-collapse > .large-10 {
    width: 83.3333333333%;
  }
  .xlarge-margin-collapse > .large-11 {
    width: 91.6666666667%;
  }
  .xlarge-margin-collapse > .large-12 {
    width: 100%;
  }
}
@media screen and (min-width: 75em) {
  .xlarge-margin-collapse > .xlarge-1 {
    width: 8.3333333333%;
  }
  .xlarge-margin-collapse > .xlarge-2 {
    width: 16.6666666667%;
  }
  .xlarge-margin-collapse > .xlarge-3 {
    width: 25%;
  }
  .xlarge-margin-collapse > .xlarge-4 {
    width: 33.3333333333%;
  }
  .xlarge-margin-collapse > .xlarge-5 {
    width: 41.6666666667%;
  }
  .xlarge-margin-collapse > .xlarge-6 {
    width: 50%;
  }
  .xlarge-margin-collapse > .xlarge-7 {
    width: 58.3333333333%;
  }
  .xlarge-margin-collapse > .xlarge-8 {
    width: 66.6666666667%;
  }
  .xlarge-margin-collapse > .xlarge-9 {
    width: 75%;
  }
  .xlarge-margin-collapse > .xlarge-10 {
    width: 83.3333333333%;
  }
  .xlarge-margin-collapse > .xlarge-11 {
    width: 91.6666666667%;
  }
  .xlarge-margin-collapse > .xlarge-12 {
    width: 100%;
  }
}

@media screen and (min-width: 75em) {
  .xlarge-padding-collapse {
    margin-right: 0;
    margin-left: 0;
  }
  .xlarge-padding-collapse > .cell {
    padding-right: 0;
    padding-left: 0;
  }
}

.small-offset-0 {
  margin-left: 0%;
}

.grid-margin-x > .small-offset-0 {
  margin-left: calc(0% + 1.5rem / 2);
}

.small-offset-1 {
  margin-left: 8.3333333333%;
}

.grid-margin-x > .small-offset-1 {
  margin-left: calc(8.3333333333% + 1.5rem / 2);
}

.small-offset-2 {
  margin-left: 16.6666666667%;
}

.grid-margin-x > .small-offset-2 {
  margin-left: calc(16.6666666667% + 1.5rem / 2);
}

.small-offset-3 {
  margin-left: 25%;
}

.grid-margin-x > .small-offset-3 {
  margin-left: calc(25% + 1.5rem / 2);
}

.small-offset-4 {
  margin-left: 33.3333333333%;
}

.grid-margin-x > .small-offset-4 {
  margin-left: calc(33.3333333333% + 1.5rem / 2);
}

.small-offset-5 {
  margin-left: 41.6666666667%;
}

.grid-margin-x > .small-offset-5 {
  margin-left: calc(41.6666666667% + 1.5rem / 2);
}

.small-offset-6 {
  margin-left: 50%;
}

.grid-margin-x > .small-offset-6 {
  margin-left: calc(50% + 1.5rem / 2);
}

.small-offset-7 {
  margin-left: 58.3333333333%;
}

.grid-margin-x > .small-offset-7 {
  margin-left: calc(58.3333333333% + 1.5rem / 2);
}

.small-offset-8 {
  margin-left: 66.6666666667%;
}

.grid-margin-x > .small-offset-8 {
  margin-left: calc(66.6666666667% + 1.5rem / 2);
}

.small-offset-9 {
  margin-left: 75%;
}

.grid-margin-x > .small-offset-9 {
  margin-left: calc(75% + 1.5rem / 2);
}

.small-offset-10 {
  margin-left: 83.3333333333%;
}

.grid-margin-x > .small-offset-10 {
  margin-left: calc(83.3333333333% + 1.5rem / 2);
}

.small-offset-11 {
  margin-left: 91.6666666667%;
}

.grid-margin-x > .small-offset-11 {
  margin-left: calc(91.6666666667% + 1.5rem / 2);
}

@media print, screen and (min-width: 40em) {
  .medium-offset-0 {
    margin-left: 0%;
  }
  .grid-margin-x > .medium-offset-0 {
    margin-left: calc(0% + 2.375rem / 2);
  }
  .medium-offset-1 {
    margin-left: 8.3333333333%;
  }
  .grid-margin-x > .medium-offset-1 {
    margin-left: calc(8.3333333333% + 2.375rem / 2);
  }
  .medium-offset-2 {
    margin-left: 16.6666666667%;
  }
  .grid-margin-x > .medium-offset-2 {
    margin-left: calc(16.6666666667% + 2.375rem / 2);
  }
  .medium-offset-3 {
    margin-left: 25%;
  }
  .grid-margin-x > .medium-offset-3 {
    margin-left: calc(25% + 2.375rem / 2);
  }
  .medium-offset-4 {
    margin-left: 33.3333333333%;
  }
  .grid-margin-x > .medium-offset-4 {
    margin-left: calc(33.3333333333% + 2.375rem / 2);
  }
  .medium-offset-5 {
    margin-left: 41.6666666667%;
  }
  .grid-margin-x > .medium-offset-5 {
    margin-left: calc(41.6666666667% + 2.375rem / 2);
  }
  .medium-offset-6 {
    margin-left: 50%;
  }
  .grid-margin-x > .medium-offset-6 {
    margin-left: calc(50% + 2.375rem / 2);
  }
  .medium-offset-7 {
    margin-left: 58.3333333333%;
  }
  .grid-margin-x > .medium-offset-7 {
    margin-left: calc(58.3333333333% + 2.375rem / 2);
  }
  .medium-offset-8 {
    margin-left: 66.6666666667%;
  }
  .grid-margin-x > .medium-offset-8 {
    margin-left: calc(66.6666666667% + 2.375rem / 2);
  }
  .medium-offset-9 {
    margin-left: 75%;
  }
  .grid-margin-x > .medium-offset-9 {
    margin-left: calc(75% + 2.375rem / 2);
  }
  .medium-offset-10 {
    margin-left: 83.3333333333%;
  }
  .grid-margin-x > .medium-offset-10 {
    margin-left: calc(83.3333333333% + 2.375rem / 2);
  }
  .medium-offset-11 {
    margin-left: 91.6666666667%;
  }
  .grid-margin-x > .medium-offset-11 {
    margin-left: calc(91.6666666667% + 2.375rem / 2);
  }
}
@media print, screen and (min-width: 64em) {
  .large-offset-0 {
    margin-left: 0%;
  }
  .grid-margin-x > .large-offset-0 {
    margin-left: calc(0% + 2.375rem / 2);
  }
  .large-offset-1 {
    margin-left: 8.3333333333%;
  }
  .grid-margin-x > .large-offset-1 {
    margin-left: calc(8.3333333333% + 2.375rem / 2);
  }
  .large-offset-2 {
    margin-left: 16.6666666667%;
  }
  .grid-margin-x > .large-offset-2 {
    margin-left: calc(16.6666666667% + 2.375rem / 2);
  }
  .large-offset-3 {
    margin-left: 25%;
  }
  .grid-margin-x > .large-offset-3 {
    margin-left: calc(25% + 2.375rem / 2);
  }
  .large-offset-4 {
    margin-left: 33.3333333333%;
  }
  .grid-margin-x > .large-offset-4 {
    margin-left: calc(33.3333333333% + 2.375rem / 2);
  }
  .large-offset-5 {
    margin-left: 41.6666666667%;
  }
  .grid-margin-x > .large-offset-5 {
    margin-left: calc(41.6666666667% + 2.375rem / 2);
  }
  .large-offset-6 {
    margin-left: 50%;
  }
  .grid-margin-x > .large-offset-6 {
    margin-left: calc(50% + 2.375rem / 2);
  }
  .large-offset-7 {
    margin-left: 58.3333333333%;
  }
  .grid-margin-x > .large-offset-7 {
    margin-left: calc(58.3333333333% + 2.375rem / 2);
  }
  .large-offset-8 {
    margin-left: 66.6666666667%;
  }
  .grid-margin-x > .large-offset-8 {
    margin-left: calc(66.6666666667% + 2.375rem / 2);
  }
  .large-offset-9 {
    margin-left: 75%;
  }
  .grid-margin-x > .large-offset-9 {
    margin-left: calc(75% + 2.375rem / 2);
  }
  .large-offset-10 {
    margin-left: 83.3333333333%;
  }
  .grid-margin-x > .large-offset-10 {
    margin-left: calc(83.3333333333% + 2.375rem / 2);
  }
  .large-offset-11 {
    margin-left: 91.6666666667%;
  }
  .grid-margin-x > .large-offset-11 {
    margin-left: calc(91.6666666667% + 2.375rem / 2);
  }
}
@media screen and (min-width: 75em) {
  .xlarge-offset-0 {
    margin-left: 0%;
  }
  .grid-margin-x > .xlarge-offset-0 {
    margin-left: calc(0% + 2.375rem / 2);
  }
  .xlarge-offset-1 {
    margin-left: 8.3333333333%;
  }
  .grid-margin-x > .xlarge-offset-1 {
    margin-left: calc(8.3333333333% + 2.375rem / 2);
  }
  .xlarge-offset-2 {
    margin-left: 16.6666666667%;
  }
  .grid-margin-x > .xlarge-offset-2 {
    margin-left: calc(16.6666666667% + 2.375rem / 2);
  }
  .xlarge-offset-3 {
    margin-left: 25%;
  }
  .grid-margin-x > .xlarge-offset-3 {
    margin-left: calc(25% + 2.375rem / 2);
  }
  .xlarge-offset-4 {
    margin-left: 33.3333333333%;
  }
  .grid-margin-x > .xlarge-offset-4 {
    margin-left: calc(33.3333333333% + 2.375rem / 2);
  }
  .xlarge-offset-5 {
    margin-left: 41.6666666667%;
  }
  .grid-margin-x > .xlarge-offset-5 {
    margin-left: calc(41.6666666667% + 2.375rem / 2);
  }
  .xlarge-offset-6 {
    margin-left: 50%;
  }
  .grid-margin-x > .xlarge-offset-6 {
    margin-left: calc(50% + 2.375rem / 2);
  }
  .xlarge-offset-7 {
    margin-left: 58.3333333333%;
  }
  .grid-margin-x > .xlarge-offset-7 {
    margin-left: calc(58.3333333333% + 2.375rem / 2);
  }
  .xlarge-offset-8 {
    margin-left: 66.6666666667%;
  }
  .grid-margin-x > .xlarge-offset-8 {
    margin-left: calc(66.6666666667% + 2.375rem / 2);
  }
  .xlarge-offset-9 {
    margin-left: 75%;
  }
  .grid-margin-x > .xlarge-offset-9 {
    margin-left: calc(75% + 2.375rem / 2);
  }
  .xlarge-offset-10 {
    margin-left: 83.3333333333%;
  }
  .grid-margin-x > .xlarge-offset-10 {
    margin-left: calc(83.3333333333% + 2.375rem / 2);
  }
  .xlarge-offset-11 {
    margin-left: 91.6666666667%;
  }
  .grid-margin-x > .xlarge-offset-11 {
    margin-left: calc(91.6666666667% + 2.375rem / 2);
  }
}
.grid-y {
  display: flex;
  flex-flow: column nowrap;
}
.grid-y > .cell {
  height: auto;
  max-height: none;
}
.grid-y > .auto {
  height: auto;
}
.grid-y > .shrink {
  height: auto;
}
.grid-y > .small-shrink, .grid-y > .small-full, .grid-y > .small-1, .grid-y > .small-2, .grid-y > .small-3, .grid-y > .small-4, .grid-y > .small-5, .grid-y > .small-6, .grid-y > .small-7, .grid-y > .small-8, .grid-y > .small-9, .grid-y > .small-10, .grid-y > .small-11, .grid-y > .small-12 {
  flex-basis: auto;
}
@media print, screen and (min-width: 40em) {
  .grid-y > .medium-shrink, .grid-y > .medium-full, .grid-y > .medium-1, .grid-y > .medium-2, .grid-y > .medium-3, .grid-y > .medium-4, .grid-y > .medium-5, .grid-y > .medium-6, .grid-y > .medium-7, .grid-y > .medium-8, .grid-y > .medium-9, .grid-y > .medium-10, .grid-y > .medium-11, .grid-y > .medium-12 {
    flex-basis: auto;
  }
}
@media print, screen and (min-width: 64em) {
  .grid-y > .large-shrink, .grid-y > .large-full, .grid-y > .large-1, .grid-y > .large-2, .grid-y > .large-3, .grid-y > .large-4, .grid-y > .large-5, .grid-y > .large-6, .grid-y > .large-7, .grid-y > .large-8, .grid-y > .large-9, .grid-y > .large-10, .grid-y > .large-11, .grid-y > .large-12 {
    flex-basis: auto;
  }
}
@media screen and (min-width: 75em) {
  .grid-y > .xlarge-shrink, .grid-y > .xlarge-full, .grid-y > .xlarge-1, .grid-y > .xlarge-2, .grid-y > .xlarge-3, .grid-y > .xlarge-4, .grid-y > .xlarge-5, .grid-y > .xlarge-6, .grid-y > .xlarge-7, .grid-y > .xlarge-8, .grid-y > .xlarge-9, .grid-y > .xlarge-10, .grid-y > .xlarge-11, .grid-y > .xlarge-12 {
    flex-basis: auto;
  }
}
.grid-y > .small-12, .grid-y > .small-11, .grid-y > .small-10, .grid-y > .small-9, .grid-y > .small-8, .grid-y > .small-7, .grid-y > .small-6, .grid-y > .small-5, .grid-y > .small-4, .grid-y > .small-3, .grid-y > .small-2, .grid-y > .small-1 {
  flex: 0 0 auto;
}
.grid-y > .small-1 {
  height: 8.3333333333%;
}
.grid-y > .small-2 {
  height: 16.6666666667%;
}
.grid-y > .small-3 {
  height: 25%;
}
.grid-y > .small-4 {
  height: 33.3333333333%;
}
.grid-y > .small-5 {
  height: 41.6666666667%;
}
.grid-y > .small-6 {
  height: 50%;
}
.grid-y > .small-7 {
  height: 58.3333333333%;
}
.grid-y > .small-8 {
  height: 66.6666666667%;
}
.grid-y > .small-9 {
  height: 75%;
}
.grid-y > .small-10 {
  height: 83.3333333333%;
}
.grid-y > .small-11 {
  height: 91.6666666667%;
}
.grid-y > .small-12 {
  height: 100%;
}
@media print, screen and (min-width: 40em) {
  .grid-y > .medium-auto {
    flex: 1 1 0;
    height: auto;
  }
  .grid-y > .medium-12, .grid-y > .medium-11, .grid-y > .medium-10, .grid-y > .medium-9, .grid-y > .medium-8, .grid-y > .medium-7, .grid-y > .medium-6, .grid-y > .medium-5, .grid-y > .medium-4, .grid-y > .medium-3, .grid-y > .medium-2, .grid-y > .medium-1, .grid-y > .medium-shrink {
    flex: 0 0 auto;
  }
  .grid-y > .medium-shrink {
    height: auto;
  }
  .grid-y > .medium-1 {
    height: 8.3333333333%;
  }
  .grid-y > .medium-2 {
    height: 16.6666666667%;
  }
  .grid-y > .medium-3 {
    height: 25%;
  }
  .grid-y > .medium-4 {
    height: 33.3333333333%;
  }
  .grid-y > .medium-5 {
    height: 41.6666666667%;
  }
  .grid-y > .medium-6 {
    height: 50%;
  }
  .grid-y > .medium-7 {
    height: 58.3333333333%;
  }
  .grid-y > .medium-8 {
    height: 66.6666666667%;
  }
  .grid-y > .medium-9 {
    height: 75%;
  }
  .grid-y > .medium-10 {
    height: 83.3333333333%;
  }
  .grid-y > .medium-11 {
    height: 91.6666666667%;
  }
  .grid-y > .medium-12 {
    height: 100%;
  }
}
@media print, screen and (min-width: 64em) {
  .grid-y > .large-auto {
    flex: 1 1 0;
    height: auto;
  }
  .grid-y > .large-12, .grid-y > .large-11, .grid-y > .large-10, .grid-y > .large-9, .grid-y > .large-8, .grid-y > .large-7, .grid-y > .large-6, .grid-y > .large-5, .grid-y > .large-4, .grid-y > .large-3, .grid-y > .large-2, .grid-y > .large-1, .grid-y > .large-shrink {
    flex: 0 0 auto;
  }
  .grid-y > .large-shrink {
    height: auto;
  }
  .grid-y > .large-1 {
    height: 8.3333333333%;
  }
  .grid-y > .large-2 {
    height: 16.6666666667%;
  }
  .grid-y > .large-3 {
    height: 25%;
  }
  .grid-y > .large-4 {
    height: 33.3333333333%;
  }
  .grid-y > .large-5 {
    height: 41.6666666667%;
  }
  .grid-y > .large-6 {
    height: 50%;
  }
  .grid-y > .large-7 {
    height: 58.3333333333%;
  }
  .grid-y > .large-8 {
    height: 66.6666666667%;
  }
  .grid-y > .large-9 {
    height: 75%;
  }
  .grid-y > .large-10 {
    height: 83.3333333333%;
  }
  .grid-y > .large-11 {
    height: 91.6666666667%;
  }
  .grid-y > .large-12 {
    height: 100%;
  }
}
@media screen and (min-width: 75em) {
  .grid-y > .xlarge-auto {
    flex: 1 1 0;
    height: auto;
  }
  .grid-y > .xlarge-12, .grid-y > .xlarge-11, .grid-y > .xlarge-10, .grid-y > .xlarge-9, .grid-y > .xlarge-8, .grid-y > .xlarge-7, .grid-y > .xlarge-6, .grid-y > .xlarge-5, .grid-y > .xlarge-4, .grid-y > .xlarge-3, .grid-y > .xlarge-2, .grid-y > .xlarge-1, .grid-y > .xlarge-shrink {
    flex: 0 0 auto;
  }
  .grid-y > .xlarge-shrink {
    height: auto;
  }
  .grid-y > .xlarge-1 {
    height: 8.3333333333%;
  }
  .grid-y > .xlarge-2 {
    height: 16.6666666667%;
  }
  .grid-y > .xlarge-3 {
    height: 25%;
  }
  .grid-y > .xlarge-4 {
    height: 33.3333333333%;
  }
  .grid-y > .xlarge-5 {
    height: 41.6666666667%;
  }
  .grid-y > .xlarge-6 {
    height: 50%;
  }
  .grid-y > .xlarge-7 {
    height: 58.3333333333%;
  }
  .grid-y > .xlarge-8 {
    height: 66.6666666667%;
  }
  .grid-y > .xlarge-9 {
    height: 75%;
  }
  .grid-y > .xlarge-10 {
    height: 83.3333333333%;
  }
  .grid-y > .xlarge-11 {
    height: 91.6666666667%;
  }
  .grid-y > .xlarge-12 {
    height: 100%;
  }
}

.grid-padding-y .grid-padding-y {
  margin-top: -0.75rem;
  margin-bottom: -0.75rem;
}
@media print, screen and (min-width: 40em) {
  .grid-padding-y .grid-padding-y {
    margin-top: -1.1875rem;
    margin-bottom: -1.1875rem;
  }
}
@media print, screen and (min-width: 64em) {
  .grid-padding-y .grid-padding-y {
    margin-top: -1.1875rem;
    margin-bottom: -1.1875rem;
  }
}
.grid-padding-y > .cell {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}
@media print, screen and (min-width: 40em) {
  .grid-padding-y > .cell {
    padding-top: 1.1875rem;
    padding-bottom: 1.1875rem;
  }
}
@media print, screen and (min-width: 64em) {
  .grid-padding-y > .cell {
    padding-top: 1.1875rem;
    padding-bottom: 1.1875rem;
  }
}

.grid-margin-y {
  margin-top: -0.75rem;
  margin-bottom: -0.75rem;
}
@media print, screen and (min-width: 40em) {
  .grid-margin-y {
    margin-top: -1.1875rem;
    margin-bottom: -1.1875rem;
  }
}
@media print, screen and (min-width: 64em) {
  .grid-margin-y {
    margin-top: -1.1875rem;
    margin-bottom: -1.1875rem;
  }
}
.grid-margin-y > .cell {
  height: calc(100% - 1.5rem);
  margin-top: 0.75rem;
  margin-bottom: 0.75rem;
}
@media print, screen and (min-width: 40em) {
  .grid-margin-y > .cell {
    height: calc(100% - 2.375rem);
    margin-top: 1.1875rem;
    margin-bottom: 1.1875rem;
  }
}
@media print, screen and (min-width: 64em) {
  .grid-margin-y > .cell {
    height: calc(100% - 2.375rem);
    margin-top: 1.1875rem;
    margin-bottom: 1.1875rem;
  }
}
.grid-margin-y > .auto {
  height: auto;
}
.grid-margin-y > .shrink {
  height: auto;
}
.grid-margin-y > .small-1 {
  height: calc(8.3333333333% - 1.5rem);
}
.grid-margin-y > .small-2 {
  height: calc(16.6666666667% - 1.5rem);
}
.grid-margin-y > .small-3 {
  height: calc(25% - 1.5rem);
}
.grid-margin-y > .small-4 {
  height: calc(33.3333333333% - 1.5rem);
}
.grid-margin-y > .small-5 {
  height: calc(41.6666666667% - 1.5rem);
}
.grid-margin-y > .small-6 {
  height: calc(50% - 1.5rem);
}
.grid-margin-y > .small-7 {
  height: calc(58.3333333333% - 1.5rem);
}
.grid-margin-y > .small-8 {
  height: calc(66.6666666667% - 1.5rem);
}
.grid-margin-y > .small-9 {
  height: calc(75% - 1.5rem);
}
.grid-margin-y > .small-10 {
  height: calc(83.3333333333% - 1.5rem);
}
.grid-margin-y > .small-11 {
  height: calc(91.6666666667% - 1.5rem);
}
.grid-margin-y > .small-12 {
  height: calc(100% - 1.5rem);
}
@media print, screen and (min-width: 40em) {
  .grid-margin-y > .auto {
    height: auto;
  }
  .grid-margin-y > .shrink {
    height: auto;
  }
  .grid-margin-y > .small-1 {
    height: calc(8.3333333333% - 2.375rem);
  }
  .grid-margin-y > .small-2 {
    height: calc(16.6666666667% - 2.375rem);
  }
  .grid-margin-y > .small-3 {
    height: calc(25% - 2.375rem);
  }
  .grid-margin-y > .small-4 {
    height: calc(33.3333333333% - 2.375rem);
  }
  .grid-margin-y > .small-5 {
    height: calc(41.6666666667% - 2.375rem);
  }
  .grid-margin-y > .small-6 {
    height: calc(50% - 2.375rem);
  }
  .grid-margin-y > .small-7 {
    height: calc(58.3333333333% - 2.375rem);
  }
  .grid-margin-y > .small-8 {
    height: calc(66.6666666667% - 2.375rem);
  }
  .grid-margin-y > .small-9 {
    height: calc(75% - 2.375rem);
  }
  .grid-margin-y > .small-10 {
    height: calc(83.3333333333% - 2.375rem);
  }
  .grid-margin-y > .small-11 {
    height: calc(91.6666666667% - 2.375rem);
  }
  .grid-margin-y > .small-12 {
    height: calc(100% - 2.375rem);
  }
  .grid-margin-y > .medium-auto {
    height: auto;
  }
  .grid-margin-y > .medium-shrink {
    height: auto;
  }
  .grid-margin-y > .medium-1 {
    height: calc(8.3333333333% - 2.375rem);
  }
  .grid-margin-y > .medium-2 {
    height: calc(16.6666666667% - 2.375rem);
  }
  .grid-margin-y > .medium-3 {
    height: calc(25% - 2.375rem);
  }
  .grid-margin-y > .medium-4 {
    height: calc(33.3333333333% - 2.375rem);
  }
  .grid-margin-y > .medium-5 {
    height: calc(41.6666666667% - 2.375rem);
  }
  .grid-margin-y > .medium-6 {
    height: calc(50% - 2.375rem);
  }
  .grid-margin-y > .medium-7 {
    height: calc(58.3333333333% - 2.375rem);
  }
  .grid-margin-y > .medium-8 {
    height: calc(66.6666666667% - 2.375rem);
  }
  .grid-margin-y > .medium-9 {
    height: calc(75% - 2.375rem);
  }
  .grid-margin-y > .medium-10 {
    height: calc(83.3333333333% - 2.375rem);
  }
  .grid-margin-y > .medium-11 {
    height: calc(91.6666666667% - 2.375rem);
  }
  .grid-margin-y > .medium-12 {
    height: calc(100% - 2.375rem);
  }
}
@media print, screen and (min-width: 64em) {
  .grid-margin-y > .auto {
    height: auto;
  }
  .grid-margin-y > .shrink {
    height: auto;
  }
  .grid-margin-y > .small-1 {
    height: calc(8.3333333333% - 2.375rem);
  }
  .grid-margin-y > .small-2 {
    height: calc(16.6666666667% - 2.375rem);
  }
  .grid-margin-y > .small-3 {
    height: calc(25% - 2.375rem);
  }
  .grid-margin-y > .small-4 {
    height: calc(33.3333333333% - 2.375rem);
  }
  .grid-margin-y > .small-5 {
    height: calc(41.6666666667% - 2.375rem);
  }
  .grid-margin-y > .small-6 {
    height: calc(50% - 2.375rem);
  }
  .grid-margin-y > .small-7 {
    height: calc(58.3333333333% - 2.375rem);
  }
  .grid-margin-y > .small-8 {
    height: calc(66.6666666667% - 2.375rem);
  }
  .grid-margin-y > .small-9 {
    height: calc(75% - 2.375rem);
  }
  .grid-margin-y > .small-10 {
    height: calc(83.3333333333% - 2.375rem);
  }
  .grid-margin-y > .small-11 {
    height: calc(91.6666666667% - 2.375rem);
  }
  .grid-margin-y > .small-12 {
    height: calc(100% - 2.375rem);
  }
  .grid-margin-y > .medium-auto {
    height: auto;
  }
  .grid-margin-y > .medium-shrink {
    height: auto;
  }
  .grid-margin-y > .medium-1 {
    height: calc(8.3333333333% - 2.375rem);
  }
  .grid-margin-y > .medium-2 {
    height: calc(16.6666666667% - 2.375rem);
  }
  .grid-margin-y > .medium-3 {
    height: calc(25% - 2.375rem);
  }
  .grid-margin-y > .medium-4 {
    height: calc(33.3333333333% - 2.375rem);
  }
  .grid-margin-y > .medium-5 {
    height: calc(41.6666666667% - 2.375rem);
  }
  .grid-margin-y > .medium-6 {
    height: calc(50% - 2.375rem);
  }
  .grid-margin-y > .medium-7 {
    height: calc(58.3333333333% - 2.375rem);
  }
  .grid-margin-y > .medium-8 {
    height: calc(66.6666666667% - 2.375rem);
  }
  .grid-margin-y > .medium-9 {
    height: calc(75% - 2.375rem);
  }
  .grid-margin-y > .medium-10 {
    height: calc(83.3333333333% - 2.375rem);
  }
  .grid-margin-y > .medium-11 {
    height: calc(91.6666666667% - 2.375rem);
  }
  .grid-margin-y > .medium-12 {
    height: calc(100% - 2.375rem);
  }
  .grid-margin-y > .large-auto {
    height: auto;
  }
  .grid-margin-y > .large-shrink {
    height: auto;
  }
  .grid-margin-y > .large-1 {
    height: calc(8.3333333333% - 2.375rem);
  }
  .grid-margin-y > .large-2 {
    height: calc(16.6666666667% - 2.375rem);
  }
  .grid-margin-y > .large-3 {
    height: calc(25% - 2.375rem);
  }
  .grid-margin-y > .large-4 {
    height: calc(33.3333333333% - 2.375rem);
  }
  .grid-margin-y > .large-5 {
    height: calc(41.6666666667% - 2.375rem);
  }
  .grid-margin-y > .large-6 {
    height: calc(50% - 2.375rem);
  }
  .grid-margin-y > .large-7 {
    height: calc(58.3333333333% - 2.375rem);
  }
  .grid-margin-y > .large-8 {
    height: calc(66.6666666667% - 2.375rem);
  }
  .grid-margin-y > .large-9 {
    height: calc(75% - 2.375rem);
  }
  .grid-margin-y > .large-10 {
    height: calc(83.3333333333% - 2.375rem);
  }
  .grid-margin-y > .large-11 {
    height: calc(91.6666666667% - 2.375rem);
  }
  .grid-margin-y > .large-12 {
    height: calc(100% - 2.375rem);
  }
}
@media screen and (min-width: 75em) {
  .grid-margin-y > .xlarge-auto {
    height: auto;
  }
  .grid-margin-y > .xlarge-shrink {
    height: auto;
  }
  .grid-margin-y > .xlarge-1 {
    height: calc(8.3333333333% - 2.375rem);
  }
  .grid-margin-y > .xlarge-2 {
    height: calc(16.6666666667% - 2.375rem);
  }
  .grid-margin-y > .xlarge-3 {
    height: calc(25% - 2.375rem);
  }
  .grid-margin-y > .xlarge-4 {
    height: calc(33.3333333333% - 2.375rem);
  }
  .grid-margin-y > .xlarge-5 {
    height: calc(41.6666666667% - 2.375rem);
  }
  .grid-margin-y > .xlarge-6 {
    height: calc(50% - 2.375rem);
  }
  .grid-margin-y > .xlarge-7 {
    height: calc(58.3333333333% - 2.375rem);
  }
  .grid-margin-y > .xlarge-8 {
    height: calc(66.6666666667% - 2.375rem);
  }
  .grid-margin-y > .xlarge-9 {
    height: calc(75% - 2.375rem);
  }
  .grid-margin-y > .xlarge-10 {
    height: calc(83.3333333333% - 2.375rem);
  }
  .grid-margin-y > .xlarge-11 {
    height: calc(91.6666666667% - 2.375rem);
  }
  .grid-margin-y > .xlarge-12 {
    height: calc(100% - 2.375rem);
  }
}

.grid-frame {
  overflow: hidden;
  position: relative;
  flex-wrap: nowrap;
  align-items: stretch;
  width: 100vw;
}

.cell .grid-frame {
  width: 100%;
}

.cell-block {
  overflow-x: auto;
  max-width: 100%;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
}

.cell-block-y {
  overflow-y: auto;
  max-height: 100%;
  min-height: 100%;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
}

.cell-block-container {
  display: flex;
  flex-direction: column;
  max-height: 100%;
}
.cell-block-container > .grid-x {
  max-height: 100%;
  flex-wrap: nowrap;
}

@media print, screen and (min-width: 40em) {
  .medium-grid-frame {
    overflow: hidden;
    position: relative;
    flex-wrap: nowrap;
    align-items: stretch;
    width: 100vw;
  }
  .cell .medium-grid-frame {
    width: 100%;
  }
  .medium-cell-block {
    overflow-x: auto;
    max-width: 100%;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  .medium-cell-block-container {
    display: flex;
    flex-direction: column;
    max-height: 100%;
  }
  .medium-cell-block-container > .grid-x {
    max-height: 100%;
    flex-wrap: nowrap;
  }
  .medium-cell-block-y {
    overflow-y: auto;
    max-height: 100%;
    min-height: 100%;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
}
@media print, screen and (min-width: 64em) {
  .large-grid-frame {
    overflow: hidden;
    position: relative;
    flex-wrap: nowrap;
    align-items: stretch;
    width: 100vw;
  }
  .cell .large-grid-frame {
    width: 100%;
  }
  .large-cell-block {
    overflow-x: auto;
    max-width: 100%;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  .large-cell-block-container {
    display: flex;
    flex-direction: column;
    max-height: 100%;
  }
  .large-cell-block-container > .grid-x {
    max-height: 100%;
    flex-wrap: nowrap;
  }
  .large-cell-block-y {
    overflow-y: auto;
    max-height: 100%;
    min-height: 100%;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
}
@media screen and (min-width: 75em) {
  .xlarge-grid-frame {
    overflow: hidden;
    position: relative;
    flex-wrap: nowrap;
    align-items: stretch;
    width: 100vw;
  }
  .cell .xlarge-grid-frame {
    width: 100%;
  }
  .xlarge-cell-block {
    overflow-x: auto;
    max-width: 100%;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  .xlarge-cell-block-container {
    display: flex;
    flex-direction: column;
    max-height: 100%;
  }
  .xlarge-cell-block-container > .grid-x {
    max-height: 100%;
    flex-wrap: nowrap;
  }
  .xlarge-cell-block-y {
    overflow-y: auto;
    max-height: 100%;
    min-height: 100%;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
}
.grid-y.grid-frame {
  overflow: hidden;
  position: relative;
  flex-wrap: nowrap;
  align-items: stretch;
  height: 100vh;
  width: auto;
}
@media print, screen and (min-width: 40em) {
  .grid-y.medium-grid-frame {
    overflow: hidden;
    position: relative;
    flex-wrap: nowrap;
    align-items: stretch;
    height: 100vh;
    width: auto;
  }
}
@media print, screen and (min-width: 64em) {
  .grid-y.large-grid-frame {
    overflow: hidden;
    position: relative;
    flex-wrap: nowrap;
    align-items: stretch;
    height: 100vh;
    width: auto;
  }
}
@media screen and (min-width: 75em) {
  .grid-y.xlarge-grid-frame {
    overflow: hidden;
    position: relative;
    flex-wrap: nowrap;
    align-items: stretch;
    height: 100vh;
    width: auto;
  }
}

.cell .grid-y.grid-frame {
  height: 100%;
}
@media print, screen and (min-width: 40em) {
  .cell .grid-y.medium-grid-frame {
    height: 100%;
  }
}
@media print, screen and (min-width: 64em) {
  .cell .grid-y.large-grid-frame {
    height: 100%;
  }
}
@media screen and (min-width: 75em) {
  .cell .grid-y.xlarge-grid-frame {
    height: 100%;
  }
}

.grid-margin-y {
  margin-top: -0.75rem;
  margin-bottom: -0.75rem;
}
@media print, screen and (min-width: 40em) {
  .grid-margin-y {
    margin-top: -1.1875rem;
    margin-bottom: -1.1875rem;
  }
}
@media print, screen and (min-width: 64em) {
  .grid-margin-y {
    margin-top: -1.1875rem;
    margin-bottom: -1.1875rem;
  }
}
.grid-margin-y > .cell {
  height: calc(100% - 1.5rem);
  margin-top: 0.75rem;
  margin-bottom: 0.75rem;
}
@media print, screen and (min-width: 40em) {
  .grid-margin-y > .cell {
    height: calc(100% - 2.375rem);
    margin-top: 1.1875rem;
    margin-bottom: 1.1875rem;
  }
}
@media print, screen and (min-width: 64em) {
  .grid-margin-y > .cell {
    height: calc(100% - 2.375rem);
    margin-top: 1.1875rem;
    margin-bottom: 1.1875rem;
  }
}
.grid-margin-y > .auto {
  height: auto;
}
.grid-margin-y > .shrink {
  height: auto;
}
.grid-margin-y > .small-1 {
  height: calc(8.3333333333% - 1.5rem);
}
.grid-margin-y > .small-2 {
  height: calc(16.6666666667% - 1.5rem);
}
.grid-margin-y > .small-3 {
  height: calc(25% - 1.5rem);
}
.grid-margin-y > .small-4 {
  height: calc(33.3333333333% - 1.5rem);
}
.grid-margin-y > .small-5 {
  height: calc(41.6666666667% - 1.5rem);
}
.grid-margin-y > .small-6 {
  height: calc(50% - 1.5rem);
}
.grid-margin-y > .small-7 {
  height: calc(58.3333333333% - 1.5rem);
}
.grid-margin-y > .small-8 {
  height: calc(66.6666666667% - 1.5rem);
}
.grid-margin-y > .small-9 {
  height: calc(75% - 1.5rem);
}
.grid-margin-y > .small-10 {
  height: calc(83.3333333333% - 1.5rem);
}
.grid-margin-y > .small-11 {
  height: calc(91.6666666667% - 1.5rem);
}
.grid-margin-y > .small-12 {
  height: calc(100% - 1.5rem);
}
@media print, screen and (min-width: 40em) {
  .grid-margin-y > .auto {
    height: auto;
  }
  .grid-margin-y > .shrink {
    height: auto;
  }
  .grid-margin-y > .small-1 {
    height: calc(8.3333333333% - 2.375rem);
  }
  .grid-margin-y > .small-2 {
    height: calc(16.6666666667% - 2.375rem);
  }
  .grid-margin-y > .small-3 {
    height: calc(25% - 2.375rem);
  }
  .grid-margin-y > .small-4 {
    height: calc(33.3333333333% - 2.375rem);
  }
  .grid-margin-y > .small-5 {
    height: calc(41.6666666667% - 2.375rem);
  }
  .grid-margin-y > .small-6 {
    height: calc(50% - 2.375rem);
  }
  .grid-margin-y > .small-7 {
    height: calc(58.3333333333% - 2.375rem);
  }
  .grid-margin-y > .small-8 {
    height: calc(66.6666666667% - 2.375rem);
  }
  .grid-margin-y > .small-9 {
    height: calc(75% - 2.375rem);
  }
  .grid-margin-y > .small-10 {
    height: calc(83.3333333333% - 2.375rem);
  }
  .grid-margin-y > .small-11 {
    height: calc(91.6666666667% - 2.375rem);
  }
  .grid-margin-y > .small-12 {
    height: calc(100% - 2.375rem);
  }
  .grid-margin-y > .medium-auto {
    height: auto;
  }
  .grid-margin-y > .medium-shrink {
    height: auto;
  }
  .grid-margin-y > .medium-1 {
    height: calc(8.3333333333% - 2.375rem);
  }
  .grid-margin-y > .medium-2 {
    height: calc(16.6666666667% - 2.375rem);
  }
  .grid-margin-y > .medium-3 {
    height: calc(25% - 2.375rem);
  }
  .grid-margin-y > .medium-4 {
    height: calc(33.3333333333% - 2.375rem);
  }
  .grid-margin-y > .medium-5 {
    height: calc(41.6666666667% - 2.375rem);
  }
  .grid-margin-y > .medium-6 {
    height: calc(50% - 2.375rem);
  }
  .grid-margin-y > .medium-7 {
    height: calc(58.3333333333% - 2.375rem);
  }
  .grid-margin-y > .medium-8 {
    height: calc(66.6666666667% - 2.375rem);
  }
  .grid-margin-y > .medium-9 {
    height: calc(75% - 2.375rem);
  }
  .grid-margin-y > .medium-10 {
    height: calc(83.3333333333% - 2.375rem);
  }
  .grid-margin-y > .medium-11 {
    height: calc(91.6666666667% - 2.375rem);
  }
  .grid-margin-y > .medium-12 {
    height: calc(100% - 2.375rem);
  }
}
@media print, screen and (min-width: 64em) {
  .grid-margin-y > .auto {
    height: auto;
  }
  .grid-margin-y > .shrink {
    height: auto;
  }
  .grid-margin-y > .small-1 {
    height: calc(8.3333333333% - 2.375rem);
  }
  .grid-margin-y > .small-2 {
    height: calc(16.6666666667% - 2.375rem);
  }
  .grid-margin-y > .small-3 {
    height: calc(25% - 2.375rem);
  }
  .grid-margin-y > .small-4 {
    height: calc(33.3333333333% - 2.375rem);
  }
  .grid-margin-y > .small-5 {
    height: calc(41.6666666667% - 2.375rem);
  }
  .grid-margin-y > .small-6 {
    height: calc(50% - 2.375rem);
  }
  .grid-margin-y > .small-7 {
    height: calc(58.3333333333% - 2.375rem);
  }
  .grid-margin-y > .small-8 {
    height: calc(66.6666666667% - 2.375rem);
  }
  .grid-margin-y > .small-9 {
    height: calc(75% - 2.375rem);
  }
  .grid-margin-y > .small-10 {
    height: calc(83.3333333333% - 2.375rem);
  }
  .grid-margin-y > .small-11 {
    height: calc(91.6666666667% - 2.375rem);
  }
  .grid-margin-y > .small-12 {
    height: calc(100% - 2.375rem);
  }
  .grid-margin-y > .medium-auto {
    height: auto;
  }
  .grid-margin-y > .medium-shrink {
    height: auto;
  }
  .grid-margin-y > .medium-1 {
    height: calc(8.3333333333% - 2.375rem);
  }
  .grid-margin-y > .medium-2 {
    height: calc(16.6666666667% - 2.375rem);
  }
  .grid-margin-y > .medium-3 {
    height: calc(25% - 2.375rem);
  }
  .grid-margin-y > .medium-4 {
    height: calc(33.3333333333% - 2.375rem);
  }
  .grid-margin-y > .medium-5 {
    height: calc(41.6666666667% - 2.375rem);
  }
  .grid-margin-y > .medium-6 {
    height: calc(50% - 2.375rem);
  }
  .grid-margin-y > .medium-7 {
    height: calc(58.3333333333% - 2.375rem);
  }
  .grid-margin-y > .medium-8 {
    height: calc(66.6666666667% - 2.375rem);
  }
  .grid-margin-y > .medium-9 {
    height: calc(75% - 2.375rem);
  }
  .grid-margin-y > .medium-10 {
    height: calc(83.3333333333% - 2.375rem);
  }
  .grid-margin-y > .medium-11 {
    height: calc(91.6666666667% - 2.375rem);
  }
  .grid-margin-y > .medium-12 {
    height: calc(100% - 2.375rem);
  }
  .grid-margin-y > .large-auto {
    height: auto;
  }
  .grid-margin-y > .large-shrink {
    height: auto;
  }
  .grid-margin-y > .large-1 {
    height: calc(8.3333333333% - 2.375rem);
  }
  .grid-margin-y > .large-2 {
    height: calc(16.6666666667% - 2.375rem);
  }
  .grid-margin-y > .large-3 {
    height: calc(25% - 2.375rem);
  }
  .grid-margin-y > .large-4 {
    height: calc(33.3333333333% - 2.375rem);
  }
  .grid-margin-y > .large-5 {
    height: calc(41.6666666667% - 2.375rem);
  }
  .grid-margin-y > .large-6 {
    height: calc(50% - 2.375rem);
  }
  .grid-margin-y > .large-7 {
    height: calc(58.3333333333% - 2.375rem);
  }
  .grid-margin-y > .large-8 {
    height: calc(66.6666666667% - 2.375rem);
  }
  .grid-margin-y > .large-9 {
    height: calc(75% - 2.375rem);
  }
  .grid-margin-y > .large-10 {
    height: calc(83.3333333333% - 2.375rem);
  }
  .grid-margin-y > .large-11 {
    height: calc(91.6666666667% - 2.375rem);
  }
  .grid-margin-y > .large-12 {
    height: calc(100% - 2.375rem);
  }
}
@media screen and (min-width: 75em) {
  .grid-margin-y > .xlarge-auto {
    height: auto;
  }
  .grid-margin-y > .xlarge-shrink {
    height: auto;
  }
  .grid-margin-y > .xlarge-1 {
    height: calc(8.3333333333% - 2.375rem);
  }
  .grid-margin-y > .xlarge-2 {
    height: calc(16.6666666667% - 2.375rem);
  }
  .grid-margin-y > .xlarge-3 {
    height: calc(25% - 2.375rem);
  }
  .grid-margin-y > .xlarge-4 {
    height: calc(33.3333333333% - 2.375rem);
  }
  .grid-margin-y > .xlarge-5 {
    height: calc(41.6666666667% - 2.375rem);
  }
  .grid-margin-y > .xlarge-6 {
    height: calc(50% - 2.375rem);
  }
  .grid-margin-y > .xlarge-7 {
    height: calc(58.3333333333% - 2.375rem);
  }
  .grid-margin-y > .xlarge-8 {
    height: calc(66.6666666667% - 2.375rem);
  }
  .grid-margin-y > .xlarge-9 {
    height: calc(75% - 2.375rem);
  }
  .grid-margin-y > .xlarge-10 {
    height: calc(83.3333333333% - 2.375rem);
  }
  .grid-margin-y > .xlarge-11 {
    height: calc(91.6666666667% - 2.375rem);
  }
  .grid-margin-y > .xlarge-12 {
    height: calc(100% - 2.375rem);
  }
}

.grid-frame.grid-margin-y {
  height: calc(100vh + 1.5rem);
}
@media print, screen and (min-width: 40em) {
  .grid-frame.grid-margin-y {
    height: calc(100vh + 2.375rem);
  }
}
@media print, screen and (min-width: 64em) {
  .grid-frame.grid-margin-y {
    height: calc(100vh + 2.375rem);
  }
}
@media screen and (min-width: 75em) {
  .grid-frame.grid-margin-y {
    height: calc(100vh + 2.375rem);
  }
}

@media print, screen and (min-width: 40em) {
  .grid-margin-y.medium-grid-frame {
    height: calc(100vh + 2.375rem);
  }
}
@media print, screen and (min-width: 64em) {
  .grid-margin-y.large-grid-frame {
    height: calc(100vh + 2.375rem);
  }
}
@media screen and (min-width: 75em) {
  .grid-margin-y.xlarge-grid-frame {
    height: calc(100vh + 2.375rem);
  }
}
.align-left {
  justify-content: flex-start;
}

.align-right {
  justify-content: flex-end;
}

.align-center {
  justify-content: center;
}

.align-justify {
  justify-content: space-between;
}

.align-spaced {
  justify-content: space-around;
}

.align-left.vertical.menu > li > a {
  justify-content: flex-start;
}

.align-right.vertical.menu > li > a {
  justify-content: flex-end;
}

.align-center.vertical.menu > li > a {
  justify-content: center;
}

.align-top {
  align-items: flex-start;
}

.align-self-top {
  align-self: flex-start;
}

.align-bottom {
  align-items: flex-end;
}

.align-self-bottom {
  align-self: flex-end;
}

.align-middle {
  align-items: center;
}

.align-self-middle {
  align-self: center;
}

.align-stretch {
  align-items: stretch;
}

.align-self-stretch {
  align-self: stretch;
}

.align-center-middle {
  justify-content: center;
  align-items: center;
  align-content: center;
}

.small-order-1 {
  order: 1;
}

.small-order-2 {
  order: 2;
}

.small-order-3 {
  order: 3;
}

.small-order-4 {
  order: 4;
}

.small-order-5 {
  order: 5;
}

.small-order-6 {
  order: 6;
}

@media print, screen and (min-width: 40em) {
  .medium-order-1 {
    order: 1;
  }
  .medium-order-2 {
    order: 2;
  }
  .medium-order-3 {
    order: 3;
  }
  .medium-order-4 {
    order: 4;
  }
  .medium-order-5 {
    order: 5;
  }
  .medium-order-6 {
    order: 6;
  }
}
@media print, screen and (min-width: 64em) {
  .large-order-1 {
    order: 1;
  }
  .large-order-2 {
    order: 2;
  }
  .large-order-3 {
    order: 3;
  }
  .large-order-4 {
    order: 4;
  }
  .large-order-5 {
    order: 5;
  }
  .large-order-6 {
    order: 6;
  }
}
@media screen and (min-width: 75em) {
  .xlarge-order-1 {
    order: 1;
  }
  .xlarge-order-2 {
    order: 2;
  }
  .xlarge-order-3 {
    order: 3;
  }
  .xlarge-order-4 {
    order: 4;
  }
  .xlarge-order-5 {
    order: 5;
  }
  .xlarge-order-6 {
    order: 6;
  }
}
.flex-container {
  display: flex;
}

.flex-child-auto {
  flex: 1 1 auto;
}

.flex-child-grow {
  flex: 1 0 auto;
}

.flex-child-shrink {
  flex: 0 1 auto;
}

.flex-dir-row {
  flex-direction: row;
}

.flex-dir-row-reverse {
  flex-direction: row-reverse;
}

.flex-dir-column {
  flex-direction: column;
}

.flex-dir-column-reverse {
  flex-direction: column-reverse;
}

@media print, screen and (min-width: 40em) {
  .medium-flex-container {
    display: flex;
  }
  .medium-flex-child-auto {
    flex: 1 1 auto;
  }
  .medium-flex-child-grow {
    flex: 1 0 auto;
  }
  .medium-flex-child-shrink {
    flex: 0 1 auto;
  }
  .medium-flex-dir-row {
    flex-direction: row;
  }
  .medium-flex-dir-row-reverse {
    flex-direction: row-reverse;
  }
  .medium-flex-dir-column {
    flex-direction: column;
  }
  .medium-flex-dir-column-reverse {
    flex-direction: column-reverse;
  }
}
@media print, screen and (min-width: 64em) {
  .large-flex-container {
    display: flex;
  }
  .large-flex-child-auto {
    flex: 1 1 auto;
  }
  .large-flex-child-grow {
    flex: 1 0 auto;
  }
  .large-flex-child-shrink {
    flex: 0 1 auto;
  }
  .large-flex-dir-row {
    flex-direction: row;
  }
  .large-flex-dir-row-reverse {
    flex-direction: row-reverse;
  }
  .large-flex-dir-column {
    flex-direction: column;
  }
  .large-flex-dir-column-reverse {
    flex-direction: column-reverse;
  }
}
@media screen and (min-width: 75em) {
  .xlarge-flex-container {
    display: flex;
  }
  .xlarge-flex-child-auto {
    flex: 1 1 auto;
  }
  .xlarge-flex-child-grow {
    flex: 1 0 auto;
  }
  .xlarge-flex-child-shrink {
    flex: 0 1 auto;
  }
  .xlarge-flex-dir-row {
    flex-direction: row;
  }
  .xlarge-flex-dir-row-reverse {
    flex-direction: row-reverse;
  }
  .xlarge-flex-dir-column {
    flex-direction: column;
  }
  .xlarge-flex-dir-column-reverse {
    flex-direction: column-reverse;
  }
}
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
}

p {
  margin-bottom: 1rem;
  font-size: inherit;
  line-height: 1.6;
  text-rendering: optimizeLegibility;
}

em,
i {
  font-style: italic;
  line-height: inherit;
}

strong,
b {
  font-weight: bold;
  line-height: inherit;
}

small {
  font-size: 80%;
  line-height: inherit;
}

h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6 {
  font-family: "Poppins", Arial, sans-serif;
  font-style: normal;
  font-weight: bold;
  color: inherit;
  text-rendering: optimizeLegibility;
}
h1 small, .h1 small,
h2 small, .h2 small,
h3 small, .h3 small,
h4 small, .h4 small,
h5 small, .h5 small,
h6 small, .h6 small {
  line-height: 0;
  color: #A3ADC0;
}

h1, .h1 {
  font-size: 1.5rem;
  line-height: 1.1;
  margin-top: 0;
  margin-bottom: 1rem;
}

h2, .h2 {
  font-size: 1.25rem;
  line-height: 1.1;
  margin-top: 0;
  margin-bottom: 1rem;
}

h3, .h3 {
  font-size: 1.1875rem;
  line-height: 1.1;
  margin-top: 0;
  margin-bottom: 1rem;
}

h4, .h4 {
  font-size: 1.125rem;
  line-height: 1.1;
  margin-top: 0;
  margin-bottom: 1rem;
}

h5, .h5 {
  font-size: 1.0625rem;
  line-height: 1.1;
  margin-top: 0;
  margin-bottom: 1rem;
}

h6, .h6 {
  font-size: 1rem;
  line-height: 1.1;
  margin-top: 0;
  margin-bottom: 1rem;
}

@media print, screen and (min-width: 40em) {
  h1, .h1 {
    font-size: 3rem;
    line-height: 1.1;
    margin-top: 0;
    margin-bottom: 1rem;
  }
  h2, .h2 {
    font-size: 2.5rem;
    line-height: 1.1;
    margin-top: 0;
    margin-bottom: 1rem;
  }
  h3, .h3 {
    font-size: 1.9375rem;
    line-height: 1.1;
    margin-top: 0;
    margin-bottom: 1rem;
  }
  h4, .h4 {
    font-size: 1.5625rem;
    line-height: 1.1;
    margin-top: 0;
    margin-bottom: 1rem;
  }
  h5, .h5 {
    font-size: 1.25rem;
    line-height: 1.1;
    margin-top: 0;
    margin-bottom: 1rem;
  }
  h6, .h6 {
    font-size: 1rem;
    line-height: 1.1;
    margin-top: 0;
    margin-bottom: 1rem;
  }
}
@media print, screen and (min-width: 64em) {
  h1, .h1 {
    font-size: 3rem;
    line-height: 1.1;
    margin-top: 0;
    margin-bottom: 1rem;
  }
  h2, .h2 {
    font-size: 2.5rem;
    line-height: 1.1;
    margin-top: 0;
    margin-bottom: 1rem;
  }
  h3, .h3 {
    font-size: 1.9375rem;
    line-height: 1.1;
    margin-top: 0;
    margin-bottom: 1rem;
  }
  h4, .h4 {
    font-size: 1.5625rem;
    line-height: 1.1;
    margin-top: 0;
    margin-bottom: 1rem;
  }
  h5, .h5 {
    font-size: 1.25rem;
    line-height: 1.1;
    margin-top: 0;
    margin-bottom: 1rem;
  }
  h6, .h6 {
    font-size: 1rem;
    line-height: 1.1;
    margin-top: 0;
    margin-bottom: 1rem;
  }
}
a {
  line-height: inherit;
  color: #EA732F;
  text-decoration: none;
  cursor: pointer;
}
a:hover, a:focus {
  color: #F9B756;
}
a img {
  border: 0;
}

hr {
  clear: both;
  max-width: 90rem;
  height: 0;
  margin: 1.25rem auto;
  border-top: 0;
  border-right: 0;
  border-bottom: 1px solid #A3ADC0;
  border-left: 0;
}

ul,
ol,
dl {
  margin-bottom: 1rem;
  list-style-position: outside;
  line-height: 1.6;
}

li {
  font-size: inherit;
}

ul {
  margin-left: 1.25rem;
  list-style-type: disc;
}

ol {
  margin-left: 1.25rem;
}

ul ul, ul ol, ol ul, ol ol {
  margin-left: 1.25rem;
  margin-bottom: 0;
}

dl {
  margin-bottom: 1rem;
}
dl dt {
  margin-bottom: 0.3rem;
  font-weight: bold;
}

blockquote {
  margin: 0 0 1rem;
  padding: 0.5625rem 1.25rem 0 1.1875rem;
  border-left: 1px solid #A3ADC0;
}
blockquote, blockquote p {
  line-height: 1.6;
  color: #434D60;
}

abbr, abbr[title] {
  border-bottom: 1px dotted #182236;
  cursor: help;
  text-decoration: none;
}

figure {
  margin: 0;
}

kbd {
  margin: 0;
  padding: 0.125rem 0.25rem 0;
  background-color: #DFE5F0;
  font-family: Consolas, "Liberation Mono", Courier, monospace;
  color: #182236;
  border-radius: 3px;
}

.subheader {
  margin-top: 0.2rem;
  margin-bottom: 0.5rem;
  font-weight: normal;
  line-height: 1.4;
  color: #434D60;
}

.lead {
  font-size: 125%;
  line-height: 1.6;
}

.stat {
  font-size: 4rem;
  line-height: 1;
}
p + .stat {
  margin-top: -1rem;
}

ul.no-bullet, ol.no-bullet {
  margin-left: 0;
  list-style: none;
}

.cite-block, cite {
  display: block;
  color: #434D60;
  font-size: 0.8125rem;
}
.cite-block:before, cite:before {
  content: "— ";
}

.code-inline, code {
  border: 1px solid #A3ADC0;
  background-color: #DFE5F0;
  font-family: Consolas, "Liberation Mono", Courier, monospace;
  font-weight: normal;
  color: #182236;
  display: inline;
  max-width: 100%;
  word-wrap: break-word;
  padding: 0.125rem 0.3125rem 0.0625rem;
}

.code-block {
  border: 1px solid #A3ADC0;
  background-color: #DFE5F0;
  font-family: Consolas, "Liberation Mono", Courier, monospace;
  font-weight: normal;
  color: #182236;
  display: block;
  overflow: auto;
  white-space: pre;
  padding: 1rem;
  margin-bottom: 1.5rem;
}

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

.text-center {
  text-align: center;
}

.text-justify {
  text-align: justify;
}

@media print, screen and (min-width: 40em) {
  .medium-text-left {
    text-align: left;
  }
  .medium-text-right {
    text-align: right;
  }
  .medium-text-center {
    text-align: center;
  }
  .medium-text-justify {
    text-align: justify;
  }
}
@media print, screen and (min-width: 64em) {
  .large-text-left {
    text-align: left;
  }
  .large-text-right {
    text-align: right;
  }
  .large-text-center {
    text-align: center;
  }
  .large-text-justify {
    text-align: justify;
  }
}
@media screen and (min-width: 75em) {
  .xlarge-text-left {
    text-align: left;
  }
  .xlarge-text-right {
    text-align: right;
  }
  .xlarge-text-center {
    text-align: center;
  }
  .xlarge-text-justify {
    text-align: justify;
  }
}
.show-for-print {
  display: none !important;
}

@media print {
  * {
    background: transparent !important;
    color: black !important;
    print-color-adjust: economy;
    box-shadow: none !important;
    text-shadow: none !important;
  }
  .show-for-print {
    display: block !important;
  }
  .hide-for-print {
    display: none !important;
  }
  table.show-for-print {
    display: table !important;
  }
  thead.show-for-print {
    display: table-header-group !important;
  }
  tbody.show-for-print {
    display: table-row-group !important;
  }
  tr.show-for-print {
    display: table-row !important;
  }
  td.show-for-print {
    display: table-cell !important;
  }
  th.show-for-print {
    display: table-cell !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  pre,
  blockquote {
    border: 1px solid #434D60;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  @page {
    margin: 0.5cm;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  .print-break-inside {
    page-break-inside: auto;
  }
}
[type=text], [type=password], [type=date], [type=datetime], [type=datetime-local], [type=month], [type=week], [type=email], [type=number], [type=search], [type=tel], [type=time], [type=url], [type=color],
textarea {
  appearance: none;
  display: block;
  box-sizing: border-box;
  width: 100%;
  height: 2.4375rem;
  margin: 0 0 1rem;
  padding: 0.5rem;
  border: 1px solid #A3ADC0;
  border-radius: 3px;
  background-color: #ffffff;
  box-shadow: inset 0 1px 2px rgba(24, 34, 54, 0.1);
  font-family: inherit;
  font-size: 1rem;
  font-weight: normal;
  line-height: 1.5;
  color: #182236;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
}
[type=text]:focus, [type=password]:focus, [type=date]:focus, [type=datetime]:focus, [type=datetime-local]:focus, [type=month]:focus, [type=week]:focus, [type=email]:focus, [type=number]:focus, [type=search]:focus, [type=tel]:focus, [type=time]:focus, [type=url]:focus, [type=color]:focus,
textarea:focus {
  outline: none;
  border: 1px solid #434D60;
  background-color: #ffffff;
  box-shadow: 0 0 5px #A3ADC0;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
}

textarea {
  max-width: 100%;
}
textarea[rows] {
  height: auto;
}

input:disabled, input[readonly],
textarea:disabled,
textarea[readonly] {
  background-color: #DFE5F0;
  cursor: not-allowed;
}

[type=submit],
[type=button] {
  appearance: none;
  border-radius: 3px;
}

input[type=search] {
  box-sizing: border-box;
}

::placeholder {
  color: #A3ADC0;
}

[type=file],
[type=checkbox],
[type=radio] {
  margin: 0 0 1rem;
}

[type=checkbox] + label,
[type=radio] + label {
  display: inline-block;
  vertical-align: baseline;
  margin-left: 0.5rem;
  margin-right: 1rem;
  margin-bottom: 0;
}
[type=checkbox] + label[for],
[type=radio] + label[for] {
  cursor: pointer;
}

label > [type=checkbox],
label > [type=radio] {
  margin-right: 0.5rem;
}

[type=file] {
  width: 100%;
}

label {
  display: block;
  margin: 0;
  font-size: 0.875rem;
  font-weight: normal;
  line-height: 1.8;
  color: #182236;
}
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: #182236;
}

.input-group {
  display: flex;
  width: 100%;
  margin-bottom: 1rem;
  align-items: stretch;
}
.input-group > :first-child, .input-group > :first-child.input-group-button > * {
  border-radius: 3px 0 0 3px;
}
.input-group > :last-child, .input-group > :last-child.input-group-button > * {
  border-radius: 0 3px 3px 0;
}

.input-group-button a,
.input-group-button input,
.input-group-button button,
.input-group-button label, .input-group-button, .input-group-field, .input-group-label {
  margin: 0;
  white-space: nowrap;
}

.input-group-label {
  padding: 0 1rem;
  border: 1px solid #A3ADC0;
  background: #DFE5F0;
  color: #182236;
  text-align: center;
  white-space: nowrap;
  display: flex;
  flex: 0 0 auto;
  align-items: center;
}
.input-group-label:first-child {
  border-right: 0;
}
.input-group-label:last-child {
  border-left: 0;
}

.input-group-field {
  border-radius: 0;
  flex: 1 1 0px;
  min-width: 0;
}

.input-group-button {
  padding-top: 0;
  padding-bottom: 0;
  text-align: center;
  display: flex;
  flex: 0 0 auto;
}
.input-group-button a,
.input-group-button input,
.input-group-button button,
.input-group-button label {
  align-self: stretch;
  height: auto;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 1rem;
}

fieldset {
  margin: 0;
  padding: 0;
  border: 0;
}

legend {
  max-width: 100%;
  margin-bottom: 0.5rem;
}

.fieldset {
  margin: 1.125rem 0;
  padding: 1.25rem;
  border: 1px solid #A3ADC0;
}
.fieldset legend {
  margin: 0;
  margin-left: -0.1875rem;
  padding: 0 0.1875rem;
}

select {
  height: 2.4375rem;
  margin: 0 0 1rem;
  padding: 0.5rem;
  appearance: none;
  border: 1px solid #A3ADC0;
  border-radius: 3px;
  background-color: #ffffff;
  font-family: inherit;
  font-size: 1rem;
  font-weight: normal;
  line-height: 1.5;
  color: #182236;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
  background-origin: content-box;
  background-position: right -1rem center;
  background-repeat: no-repeat;
  background-size: 9px 6px;
  padding-right: 1.5rem;
  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%2867, 77, 96%29"></polygon></svg>');
}
@media screen and (min-width: 0\0 ) {
  select {
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAYCAYAAACbU/80AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAIpJREFUeNrEkckNgDAMBBfRkEt0ObRBBdsGXUDgmQfK4XhH2m8czQAAy27R3tsw4Qfe2x8uOO6oYLb6GlOor3GF+swURAOmUJ+RwtEJs9WvTGEYxBXqI1MQAZhCfUQKRzDMVj+TwrAIV6jvSUEkYAr1LSkcyTBb/V+KYfX7xAeusq3sLDtGH3kEGACPWIflNZfhRQAAAABJRU5ErkJggg==");
  }
}
select:focus {
  outline: none;
  border: 1px solid #434D60;
  background-color: #ffffff;
  box-shadow: 0 0 5px #A3ADC0;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
}
select:disabled {
  background-color: #DFE5F0;
  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: #E74824;
  background-color: rgb(252.6, 236.7, 233.1);
}
.is-invalid-input:not(:focus)::placeholder {
  color: #E74824;
}

.is-invalid-label {
  color: #E74824;
}

.form-error {
  display: none;
  margin-top: -0.5rem;
  margin-bottom: 1rem;
  font-size: 0.75rem;
  font-weight: bold;
  color: #E74824;
}
.form-error.is-visible {
  display: block;
}

.button, span.edit-link a {
  display: inline-block;
  vertical-align: middle;
  margin: 0;
  border: 1px solid transparent;
  border-radius: 3px;
  transition: background-color 0.25s ease-out, color 0.25s ease-out;
  font-family: inherit;
  font-size: 0.9rem;
  font-weight: 700;
  -webkit-appearance: none;
  line-height: 1;
  text-align: center;
  cursor: pointer;
  padding: 0.85em 1em;
}
[data-whatinput=mouse] .button, [data-whatinput=mouse] span.edit-link a, span.edit-link [data-whatinput=mouse] a {
  outline: 0;
}
.button.tiny, span.edit-link a.tiny {
  font-size: 0.6rem;
}
.button.small, span.edit-link a.small {
  font-size: 0.75rem;
}
.button.large, span.edit-link a.large {
  font-size: 1.25rem;
}
.button.expanded, span.edit-link a.expanded {
  display: block;
  width: 100%;
  margin-right: 0;
  margin-left: 0;
}
.button, span.edit-link a, .button.disabled, .button[disabled], .button.disabled:hover, .button[disabled]:hover, .button.disabled:focus, .button[disabled]:focus {
  background-color: teal;
  color: #ffffff;
}
.button:hover, span.edit-link a:hover, .button:focus, span.edit-link a:focus {
  background-color: rgb(0, 108.8, 108.8);
  color: #ffffff;
}
.button.primary, span.edit-link a.primary, .button.primary.disabled, .button.primary[disabled], .button.primary.disabled:hover, .button.primary[disabled]:hover, .button.primary.disabled:focus, .button.primary[disabled]:focus {
  background-color: #0E332F;
  color: #ffffff;
}
.button.primary:hover, span.edit-link a.primary:hover, .button.primary:focus, span.edit-link a.primary:focus {
  background-color: rgb(11.2, 40.8, 37.6);
  color: #ffffff;
}
.button.secondary, span.edit-link a.secondary, .button.secondary.disabled, .button.secondary[disabled], .button.secondary.disabled:hover, .button.secondary[disabled]:hover, .button.secondary.disabled:focus, .button.secondary[disabled]:focus {
  background-color: #54716D;
  color: #ffffff;
}
.button.secondary:hover, span.edit-link a.secondary:hover, .button.secondary:focus, span.edit-link a.secondary:focus {
  background-color: rgb(67.2, 90.4, 87.2);
  color: #ffffff;
}
.button.success, span.edit-link a.success, .button.success.disabled, .button.success[disabled], .button.success.disabled:hover, .button.success[disabled]:hover, .button.success.disabled:focus, .button.success[disabled]:focus {
  background-color: #3adb76;
  color: #182236;
}
.button.success:hover, span.edit-link a.success:hover, .button.success:focus, span.edit-link a.success:focus {
  background-color: rgb(34.2386266094, 187.3613733906, 91.3030042918);
  color: #182236;
}
.button.warning, span.edit-link a.warning, .button.warning.disabled, .button.warning[disabled], .button.warning.disabled:hover, .button.warning[disabled]:hover, .button.warning.disabled:focus, .button.warning[disabled]:focus {
  background-color: #EA732F;
  color: #182236;
}
.button.warning:hover, span.edit-link a.warning:hover, .button.warning:focus, span.edit-link a.warning:focus {
  background-color: rgb(204.1851528384, 87.3676855895, 20.6148471616);
  color: #182236;
}
.button.alert, span.edit-link a.alert, .button.alert.disabled, .button.alert[disabled], .button.alert.disabled:hover, .button.alert[disabled]:hover, .button.alert.disabled:focus, .button.alert[disabled]:focus {
  background-color: #E74824;
  color: #ffffff;
}
.button.alert:hover, span.edit-link a.alert:hover, .button.alert:focus, span.edit-link a.alert:focus {
  background-color: rgb(192.5037037037, 52.7407407407, 21.0962962963);
  color: #ffffff;
}
.button.hollow, span.edit-link a.hollow, .button.hollow:hover, .button.hollow:focus, .button.hollow.disabled, .button.hollow.disabled:hover, .button.hollow.disabled:focus, .button.hollow[disabled], .button.hollow[disabled]:hover, .button.hollow[disabled]:focus {
  background-color: transparent;
}
.button.hollow, span.edit-link a.hollow, .button.hollow.disabled, .button.hollow[disabled], .button.hollow.disabled:hover, .button.hollow[disabled]:hover, .button.hollow.disabled:focus, .button.hollow[disabled]:focus {
  border: 2px solid teal;
  color: teal;
}
.button.hollow:hover, span.edit-link a.hollow:hover, .button.hollow:focus, span.edit-link a.hollow:focus {
  border-color: #004040;
  color: #004040;
}
.button.hollow.primary, span.edit-link a.hollow.primary, .button.hollow.primary.disabled, .button.hollow.primary[disabled], .button.hollow.primary.disabled:hover, .button.hollow.primary[disabled]:hover, .button.hollow.primary.disabled:focus, .button.hollow.primary[disabled]:focus {
  border: 2px solid #0E332F;
  color: #0E332F;
}
.button.hollow.primary:hover, span.edit-link a.hollow.primary:hover, .button.hollow.primary:focus, span.edit-link a.hollow.primary:focus {
  border-color: rgb(7, 25.5, 23.5);
  color: rgb(7, 25.5, 23.5);
}
.button.hollow.secondary, span.edit-link a.hollow.secondary, .button.hollow.secondary.disabled, .button.hollow.secondary[disabled], .button.hollow.secondary.disabled:hover, .button.hollow.secondary[disabled]:hover, .button.hollow.secondary.disabled:focus, .button.hollow.secondary[disabled]:focus {
  border: 2px solid #54716D;
  color: #54716D;
}
.button.hollow.secondary:hover, span.edit-link a.hollow.secondary:hover, .button.hollow.secondary:focus, span.edit-link a.hollow.secondary:focus {
  border-color: rgb(42, 56.5, 54.5);
  color: rgb(42, 56.5, 54.5);
}
.button.hollow.success, span.edit-link a.hollow.success, .button.hollow.success.disabled, .button.hollow.success[disabled], .button.hollow.success.disabled:hover, .button.hollow.success[disabled]:hover, .button.hollow.success.disabled:focus, .button.hollow.success[disabled]:focus {
  border: 2px solid #3adb76;
  color: #3adb76;
}
.button.hollow.success:hover, span.edit-link a.hollow.success:hover, .button.hollow.success:focus, span.edit-link a.hollow.success:focus {
  border-color: rgb(21.3991416309, 117.1008583691, 57.0643776824);
  color: rgb(21.3991416309, 117.1008583691, 57.0643776824);
}
.button.hollow.warning, span.edit-link a.hollow.warning, .button.hollow.warning.disabled, .button.hollow.warning[disabled], .button.hollow.warning.disabled:hover, .button.hollow.warning[disabled]:hover, .button.hollow.warning.disabled:focus, .button.hollow.warning[disabled]:focus {
  border: 2px solid #EA732F;
  color: #EA732F;
}
.button.hollow.warning:hover, span.edit-link a.hollow.warning:hover, .button.hollow.warning:focus, span.edit-link a.hollow.warning:focus {
  border-color: rgb(127.615720524, 54.6048034934, 12.884279476);
  color: rgb(127.615720524, 54.6048034934, 12.884279476);
}
.button.hollow.alert, span.edit-link a.hollow.alert, .button.hollow.alert.disabled, .button.hollow.alert[disabled], .button.hollow.alert.disabled:hover, .button.hollow.alert[disabled]:hover, .button.hollow.alert.disabled:focus, .button.hollow.alert[disabled]:focus {
  border: 2px solid #E74824;
  color: #E74824;
}
.button.hollow.alert:hover, span.edit-link a.hollow.alert:hover, .button.hollow.alert:focus, span.edit-link a.hollow.alert:focus {
  border-color: rgb(120.3148148148, 32.962962963, 13.1851851852);
  color: rgb(120.3148148148, 32.962962963, 13.1851851852);
}
.button.clear, span.edit-link a.clear, .button.clear:hover, .button.clear:focus, .button.clear.disabled, .button.clear.disabled:hover, .button.clear.disabled:focus, .button.clear[disabled], .button.clear[disabled]:hover, .button.clear[disabled]:focus {
  border-color: transparent;
  background-color: transparent;
}
.button.clear, span.edit-link a.clear, .button.clear.disabled, .button.clear[disabled], .button.clear.disabled:hover, .button.clear[disabled]:hover, .button.clear.disabled:focus, .button.clear[disabled]:focus {
  color: teal;
}
.button.clear:hover, span.edit-link a.clear:hover, .button.clear:focus, span.edit-link a.clear:focus {
  color: #004040;
}
.button.clear.primary, span.edit-link a.clear.primary, .button.clear.primary.disabled, .button.clear.primary[disabled], .button.clear.primary.disabled:hover, .button.clear.primary[disabled]:hover, .button.clear.primary.disabled:focus, .button.clear.primary[disabled]:focus {
  color: #0E332F;
}
.button.clear.primary:hover, span.edit-link a.clear.primary:hover, .button.clear.primary:focus, span.edit-link a.clear.primary:focus {
  color: rgb(7, 25.5, 23.5);
}
.button.clear.secondary, span.edit-link a.clear.secondary, .button.clear.secondary.disabled, .button.clear.secondary[disabled], .button.clear.secondary.disabled:hover, .button.clear.secondary[disabled]:hover, .button.clear.secondary.disabled:focus, .button.clear.secondary[disabled]:focus {
  color: #54716D;
}
.button.clear.secondary:hover, span.edit-link a.clear.secondary:hover, .button.clear.secondary:focus, span.edit-link a.clear.secondary:focus {
  color: rgb(42, 56.5, 54.5);
}
.button.clear.success, span.edit-link a.clear.success, .button.clear.success.disabled, .button.clear.success[disabled], .button.clear.success.disabled:hover, .button.clear.success[disabled]:hover, .button.clear.success.disabled:focus, .button.clear.success[disabled]:focus {
  color: #3adb76;
}
.button.clear.success:hover, span.edit-link a.clear.success:hover, .button.clear.success:focus, span.edit-link a.clear.success:focus {
  color: rgb(21.3991416309, 117.1008583691, 57.0643776824);
}
.button.clear.warning, span.edit-link a.clear.warning, .button.clear.warning.disabled, .button.clear.warning[disabled], .button.clear.warning.disabled:hover, .button.clear.warning[disabled]:hover, .button.clear.warning.disabled:focus, .button.clear.warning[disabled]:focus {
  color: #EA732F;
}
.button.clear.warning:hover, span.edit-link a.clear.warning:hover, .button.clear.warning:focus, span.edit-link a.clear.warning:focus {
  color: rgb(127.615720524, 54.6048034934, 12.884279476);
}
.button.clear.alert, span.edit-link a.clear.alert, .button.clear.alert.disabled, .button.clear.alert[disabled], .button.clear.alert.disabled:hover, .button.clear.alert[disabled]:hover, .button.clear.alert.disabled:focus, .button.clear.alert[disabled]:focus {
  color: #E74824;
}
.button.clear.alert:hover, span.edit-link a.clear.alert:hover, .button.clear.alert:focus, span.edit-link a.clear.alert:focus {
  color: rgb(120.3148148148, 32.962962963, 13.1851851852);
}
.button.disabled, span.edit-link a.disabled, .button[disabled], span.edit-link a[disabled] {
  opacity: 0.25;
  cursor: not-allowed;
}
.button.dropdown::after, span.edit-link a.dropdown::after {
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0.4em;
  content: "";
  border-bottom-width: 0;
  border-color: #ffffff transparent transparent;
  position: relative;
  top: 0.4em;
  display: inline-block;
  float: right;
  margin-left: 1em;
}
.button.dropdown.hollow::after, span.edit-link a.dropdown.hollow::after, .button.dropdown.clear::after, span.edit-link a.dropdown.clear::after {
  border-top-color: teal;
}
.button.dropdown.hollow.primary::after, span.edit-link a.dropdown.hollow.primary::after, .button.dropdown.clear.primary::after, span.edit-link a.dropdown.clear.primary::after {
  border-top-color: #0E332F;
}
.button.dropdown.hollow.secondary::after, span.edit-link a.dropdown.hollow.secondary::after, .button.dropdown.clear.secondary::after, span.edit-link a.dropdown.clear.secondary::after {
  border-top-color: #54716D;
}
.button.dropdown.hollow.success::after, span.edit-link a.dropdown.hollow.success::after, .button.dropdown.clear.success::after, span.edit-link a.dropdown.clear.success::after {
  border-top-color: #3adb76;
}
.button.dropdown.hollow.warning::after, span.edit-link a.dropdown.hollow.warning::after, .button.dropdown.clear.warning::after, span.edit-link a.dropdown.clear.warning::after {
  border-top-color: #EA732F;
}
.button.dropdown.hollow.alert::after, span.edit-link a.dropdown.hollow.alert::after, .button.dropdown.clear.alert::after, span.edit-link a.dropdown.clear.alert::after {
  border-top-color: #E74824;
}
.button.arrow-only::after, span.edit-link a.arrow-only::after {
  top: -0.1em;
  float: none;
  margin-left: 0;
}

a.button:hover, span.edit-link a:hover, a.button:focus, span.edit-link a:focus {
  text-decoration: none;
}

.accordion {
  margin-left: 0;
  background: #ffffff;
  list-style-type: none;
}
.accordion[disabled] .accordion-title {
  cursor: not-allowed;
}

.accordion-item:first-child > :first-child {
  border-radius: 3px 3px 0 0;
}
.accordion-item:last-child > :last-child {
  border-radius: 0 0 3px 3px;
}

.accordion-title {
  position: relative;
  display: block;
  padding: 1.25rem 1rem;
  border: 1px solid #DFE5F0;
  border-bottom: 0;
  font-size: 0.75rem;
  line-height: 1;
  color: #0E332F;
}
:last-child:not(.is-active) > .accordion-title {
  border-bottom: 1px solid #DFE5F0;
  border-radius: 0 0 3px 3px;
}
.accordion-title:hover, .accordion-title:focus {
  background-color: #DFE5F0;
}
.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 #DFE5F0;
  border-bottom: 0;
  background-color: #ffffff;
  color: #0E332F;
}
:last-child > .accordion-content:last-child {
  border-bottom: 1px solid #DFE5F0;
}

.accordion-menu li {
  width: 100%;
}
.accordion-menu a {
  padding: 0.5rem 1rem;
}
.accordion-menu .is-accordion-submenu a {
  padding: 0.5rem 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: #0E332F transparent transparent;
  position: absolute;
  top: 50%;
  margin-top: -3px;
  right: 1rem;
}
.accordion-menu.align-left .is-accordion-submenu-parent > a::after {
  right: 1rem;
  left: auto;
}
.accordion-menu.align-right .is-accordion-submenu-parent > a::after {
  right: auto;
  left: 1rem;
}
.accordion-menu .is-accordion-submenu-parent[aria-expanded=true] > a::after {
  transform: rotate(180deg);
  transform-origin: 50% 50%;
}

.is-accordion-submenu-parent {
  position: relative;
}

.has-submenu-toggle > a {
  margin-right: 40px;
}

.submenu-toggle {
  position: absolute;
  top: 0;
  right: 0;
  width: 40px;
  height: 40px;
  cursor: pointer;
}
.submenu-toggle::after {
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px;
  content: "";
  border-bottom-width: 0;
  border-color: #0E332F transparent transparent;
  top: 0;
  bottom: 0;
  margin: auto;
}

.submenu-toggle[aria-expanded=true]::after {
  transform: scaleY(-1);
  transform-origin: 50% 50%;
}

.submenu-toggle-text {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

.badge {
  display: inline-block;
  min-width: 2.1em;
  padding: 0.3em;
  border-radius: 50%;
  font-size: 0.6rem;
  text-align: center;
  background: #0E332F;
  color: #ffffff;
}
.badge.primary {
  background: #0E332F;
  color: #ffffff;
}
.badge.secondary {
  background: #54716D;
  color: #ffffff;
}
.badge.success {
  background: #3adb76;
  color: #182236;
}
.badge.warning {
  background: #EA732F;
  color: #182236;
}
.badge.alert {
  background: #E74824;
  color: #ffffff;
}

.breadcrumbs {
  margin: 0 0 1rem 0;
  list-style: none;
}
.breadcrumbs::before, .breadcrumbs::after {
  display: table;
  content: " ";
  flex-basis: 0;
  order: 1;
}
.breadcrumbs::after {
  clear: both;
}
.breadcrumbs li {
  float: left;
  font-size: 0.6875rem;
  color: #182236;
  cursor: default;
  text-transform: uppercase;
}
.breadcrumbs li:not(:last-child)::after {
  position: relative;
  margin: 0 0.75rem;
  opacity: 1;
  content: "|";
  color: #A3ADC0;
}
.breadcrumbs a {
  color: #0E332F;
}
.breadcrumbs a:hover {
  text-decoration: underline;
}
.breadcrumbs .disabled {
  color: #A3ADC0;
  cursor: not-allowed;
}

.button-group {
  margin-bottom: 1rem;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  flex-grow: 1;
}
.button-group::before, .button-group::after {
  display: none;
}
.button-group::before, .button-group::after {
  display: table;
  content: " ";
  flex-basis: 0;
  order: 1;
}
.button-group::after {
  clear: both;
}
.button-group .button, .button-group span.edit-link a, span.edit-link .button-group a {
  margin: 0;
  margin-right: 1px;
  margin-bottom: 1px;
  font-size: 0.9rem;
  flex: 0 0 auto;
}
.button-group .button:last-child, .button-group span.edit-link a:last-child, span.edit-link .button-group a:last-child {
  margin-right: 0;
}
.button-group.tiny .button, .button-group.tiny span.edit-link a, span.edit-link .button-group.tiny a {
  font-size: 0.6rem;
}
.button-group.small .button, .button-group.small span.edit-link a, span.edit-link .button-group.small a {
  font-size: 0.75rem;
}
.button-group.large .button, .button-group.large span.edit-link a, span.edit-link .button-group.large a {
  font-size: 1.25rem;
}
.button-group.expanded .button, .button-group.expanded span.edit-link a, span.edit-link .button-group.expanded a {
  flex: 1 1 0px;
}
.button-group.primary .button, .button-group.primary span.edit-link a, span.edit-link .button-group.primary a, .button-group.primary .button.disabled, .button-group.primary .button[disabled], .button-group.primary .button.disabled:hover, .button-group.primary .button[disabled]:hover, .button-group.primary .button.disabled:focus, .button-group.primary .button[disabled]:focus {
  background-color: #0E332F;
  color: #ffffff;
}
.button-group.primary .button:hover, .button-group.primary span.edit-link a:hover, span.edit-link .button-group.primary a:hover, .button-group.primary .button:focus, .button-group.primary span.edit-link a:focus, span.edit-link .button-group.primary a:focus {
  background-color: rgb(11.2, 40.8, 37.6);
  color: #ffffff;
}
.button-group.secondary .button, .button-group.secondary span.edit-link a, span.edit-link .button-group.secondary a, .button-group.secondary .button.disabled, .button-group.secondary .button[disabled], .button-group.secondary .button.disabled:hover, .button-group.secondary .button[disabled]:hover, .button-group.secondary .button.disabled:focus, .button-group.secondary .button[disabled]:focus {
  background-color: #54716D;
  color: #ffffff;
}
.button-group.secondary .button:hover, .button-group.secondary span.edit-link a:hover, span.edit-link .button-group.secondary a:hover, .button-group.secondary .button:focus, .button-group.secondary span.edit-link a:focus, span.edit-link .button-group.secondary a:focus {
  background-color: rgb(67.2, 90.4, 87.2);
  color: #ffffff;
}
.button-group.success .button, .button-group.success span.edit-link a, span.edit-link .button-group.success a, .button-group.success .button.disabled, .button-group.success .button[disabled], .button-group.success .button.disabled:hover, .button-group.success .button[disabled]:hover, .button-group.success .button.disabled:focus, .button-group.success .button[disabled]:focus {
  background-color: #3adb76;
  color: #182236;
}
.button-group.success .button:hover, .button-group.success span.edit-link a:hover, span.edit-link .button-group.success a:hover, .button-group.success .button:focus, .button-group.success span.edit-link a:focus, span.edit-link .button-group.success a:focus {
  background-color: rgb(34.2386266094, 187.3613733906, 91.3030042918);
  color: #182236;
}
.button-group.warning .button, .button-group.warning span.edit-link a, span.edit-link .button-group.warning a, .button-group.warning .button.disabled, .button-group.warning .button[disabled], .button-group.warning .button.disabled:hover, .button-group.warning .button[disabled]:hover, .button-group.warning .button.disabled:focus, .button-group.warning .button[disabled]:focus {
  background-color: #EA732F;
  color: #182236;
}
.button-group.warning .button:hover, .button-group.warning span.edit-link a:hover, span.edit-link .button-group.warning a:hover, .button-group.warning .button:focus, .button-group.warning span.edit-link a:focus, span.edit-link .button-group.warning a:focus {
  background-color: rgb(204.1851528384, 87.3676855895, 20.6148471616);
  color: #182236;
}
.button-group.alert .button, .button-group.alert span.edit-link a, span.edit-link .button-group.alert a, .button-group.alert .button.disabled, .button-group.alert .button[disabled], .button-group.alert .button.disabled:hover, .button-group.alert .button[disabled]:hover, .button-group.alert .button.disabled:focus, .button-group.alert .button[disabled]:focus {
  background-color: #E74824;
  color: #ffffff;
}
.button-group.alert .button:hover, .button-group.alert span.edit-link a:hover, span.edit-link .button-group.alert a:hover, .button-group.alert .button:focus, .button-group.alert span.edit-link a:focus, span.edit-link .button-group.alert a:focus {
  background-color: rgb(192.5037037037, 52.7407407407, 21.0962962963);
  color: #ffffff;
}
.button-group.hollow .button, .button-group.hollow span.edit-link a, span.edit-link .button-group.hollow a, .button-group.hollow .button:hover, .button-group.hollow .button:focus, .button-group.hollow .button.disabled, .button-group.hollow .button.disabled:hover, .button-group.hollow .button.disabled:focus, .button-group.hollow .button[disabled], .button-group.hollow .button[disabled]:hover, .button-group.hollow .button[disabled]:focus {
  background-color: transparent;
}
.button-group.hollow .button, .button-group.hollow span.edit-link a, span.edit-link .button-group.hollow a, .button-group.hollow .button.disabled, .button-group.hollow .button[disabled], .button-group.hollow .button.disabled:hover, .button-group.hollow .button[disabled]:hover, .button-group.hollow .button.disabled:focus, .button-group.hollow .button[disabled]:focus {
  border: 2px solid teal;
  color: teal;
}
.button-group.hollow .button:hover, .button-group.hollow span.edit-link a:hover, span.edit-link .button-group.hollow a:hover, .button-group.hollow .button:focus, .button-group.hollow span.edit-link a:focus, span.edit-link .button-group.hollow a:focus {
  border-color: #004040;
  color: #004040;
}
.button-group.hollow.primary .button, .button-group.hollow.primary span.edit-link a, span.edit-link .button-group.hollow.primary a, .button-group.hollow.primary .button.disabled, .button-group.hollow.primary .button[disabled], .button-group.hollow.primary .button.disabled:hover, .button-group.hollow.primary .button[disabled]:hover, .button-group.hollow.primary .button.disabled:focus, .button-group.hollow.primary .button[disabled]:focus, .button-group.hollow .button.primary, .button-group.hollow span.edit-link a.primary, span.edit-link .button-group.hollow a.primary, .button-group.hollow .button.primary.disabled, .button-group.hollow .button.primary[disabled], .button-group.hollow .button.primary.disabled:hover, .button-group.hollow .button.primary[disabled]:hover, .button-group.hollow .button.primary.disabled:focus, .button-group.hollow .button.primary[disabled]:focus {
  border: 2px solid #0E332F;
  color: #0E332F;
}
.button-group.hollow.primary .button:hover, .button-group.hollow.primary span.edit-link a:hover, span.edit-link .button-group.hollow.primary a:hover, .button-group.hollow.primary .button:focus, .button-group.hollow.primary span.edit-link a:focus, span.edit-link .button-group.hollow.primary a:focus, .button-group.hollow .button.primary:hover, .button-group.hollow span.edit-link a.primary:hover, span.edit-link .button-group.hollow a.primary:hover, .button-group.hollow .button.primary:focus, .button-group.hollow span.edit-link a.primary:focus, span.edit-link .button-group.hollow a.primary:focus {
  border-color: rgb(7, 25.5, 23.5);
  color: rgb(7, 25.5, 23.5);
}
.button-group.hollow.secondary .button, .button-group.hollow.secondary span.edit-link a, span.edit-link .button-group.hollow.secondary a, .button-group.hollow.secondary .button.disabled, .button-group.hollow.secondary .button[disabled], .button-group.hollow.secondary .button.disabled:hover, .button-group.hollow.secondary .button[disabled]:hover, .button-group.hollow.secondary .button.disabled:focus, .button-group.hollow.secondary .button[disabled]:focus, .button-group.hollow .button.secondary, .button-group.hollow span.edit-link a.secondary, span.edit-link .button-group.hollow a.secondary, .button-group.hollow .button.secondary.disabled, .button-group.hollow .button.secondary[disabled], .button-group.hollow .button.secondary.disabled:hover, .button-group.hollow .button.secondary[disabled]:hover, .button-group.hollow .button.secondary.disabled:focus, .button-group.hollow .button.secondary[disabled]:focus {
  border: 2px solid #54716D;
  color: #54716D;
}
.button-group.hollow.secondary .button:hover, .button-group.hollow.secondary span.edit-link a:hover, span.edit-link .button-group.hollow.secondary a:hover, .button-group.hollow.secondary .button:focus, .button-group.hollow.secondary span.edit-link a:focus, span.edit-link .button-group.hollow.secondary a:focus, .button-group.hollow .button.secondary:hover, .button-group.hollow span.edit-link a.secondary:hover, span.edit-link .button-group.hollow a.secondary:hover, .button-group.hollow .button.secondary:focus, .button-group.hollow span.edit-link a.secondary:focus, span.edit-link .button-group.hollow a.secondary:focus {
  border-color: rgb(42, 56.5, 54.5);
  color: rgb(42, 56.5, 54.5);
}
.button-group.hollow.success .button, .button-group.hollow.success span.edit-link a, span.edit-link .button-group.hollow.success a, .button-group.hollow.success .button.disabled, .button-group.hollow.success .button[disabled], .button-group.hollow.success .button.disabled:hover, .button-group.hollow.success .button[disabled]:hover, .button-group.hollow.success .button.disabled:focus, .button-group.hollow.success .button[disabled]:focus, .button-group.hollow .button.success, .button-group.hollow span.edit-link a.success, span.edit-link .button-group.hollow a.success, .button-group.hollow .button.success.disabled, .button-group.hollow .button.success[disabled], .button-group.hollow .button.success.disabled:hover, .button-group.hollow .button.success[disabled]:hover, .button-group.hollow .button.success.disabled:focus, .button-group.hollow .button.success[disabled]:focus {
  border: 2px solid #3adb76;
  color: #3adb76;
}
.button-group.hollow.success .button:hover, .button-group.hollow.success span.edit-link a:hover, span.edit-link .button-group.hollow.success a:hover, .button-group.hollow.success .button:focus, .button-group.hollow.success span.edit-link a:focus, span.edit-link .button-group.hollow.success a:focus, .button-group.hollow .button.success:hover, .button-group.hollow span.edit-link a.success:hover, span.edit-link .button-group.hollow a.success:hover, .button-group.hollow .button.success:focus, .button-group.hollow span.edit-link a.success:focus, span.edit-link .button-group.hollow a.success:focus {
  border-color: rgb(21.3991416309, 117.1008583691, 57.0643776824);
  color: rgb(21.3991416309, 117.1008583691, 57.0643776824);
}
.button-group.hollow.warning .button, .button-group.hollow.warning span.edit-link a, span.edit-link .button-group.hollow.warning a, .button-group.hollow.warning .button.disabled, .button-group.hollow.warning .button[disabled], .button-group.hollow.warning .button.disabled:hover, .button-group.hollow.warning .button[disabled]:hover, .button-group.hollow.warning .button.disabled:focus, .button-group.hollow.warning .button[disabled]:focus, .button-group.hollow .button.warning, .button-group.hollow span.edit-link a.warning, span.edit-link .button-group.hollow a.warning, .button-group.hollow .button.warning.disabled, .button-group.hollow .button.warning[disabled], .button-group.hollow .button.warning.disabled:hover, .button-group.hollow .button.warning[disabled]:hover, .button-group.hollow .button.warning.disabled:focus, .button-group.hollow .button.warning[disabled]:focus {
  border: 2px solid #EA732F;
  color: #EA732F;
}
.button-group.hollow.warning .button:hover, .button-group.hollow.warning span.edit-link a:hover, span.edit-link .button-group.hollow.warning a:hover, .button-group.hollow.warning .button:focus, .button-group.hollow.warning span.edit-link a:focus, span.edit-link .button-group.hollow.warning a:focus, .button-group.hollow .button.warning:hover, .button-group.hollow span.edit-link a.warning:hover, span.edit-link .button-group.hollow a.warning:hover, .button-group.hollow .button.warning:focus, .button-group.hollow span.edit-link a.warning:focus, span.edit-link .button-group.hollow a.warning:focus {
  border-color: rgb(127.615720524, 54.6048034934, 12.884279476);
  color: rgb(127.615720524, 54.6048034934, 12.884279476);
}
.button-group.hollow.alert .button, .button-group.hollow.alert span.edit-link a, span.edit-link .button-group.hollow.alert a, .button-group.hollow.alert .button.disabled, .button-group.hollow.alert .button[disabled], .button-group.hollow.alert .button.disabled:hover, .button-group.hollow.alert .button[disabled]:hover, .button-group.hollow.alert .button.disabled:focus, .button-group.hollow.alert .button[disabled]:focus, .button-group.hollow .button.alert, .button-group.hollow span.edit-link a.alert, span.edit-link .button-group.hollow a.alert, .button-group.hollow .button.alert.disabled, .button-group.hollow .button.alert[disabled], .button-group.hollow .button.alert.disabled:hover, .button-group.hollow .button.alert[disabled]:hover, .button-group.hollow .button.alert.disabled:focus, .button-group.hollow .button.alert[disabled]:focus {
  border: 2px solid #E74824;
  color: #E74824;
}
.button-group.hollow.alert .button:hover, .button-group.hollow.alert span.edit-link a:hover, span.edit-link .button-group.hollow.alert a:hover, .button-group.hollow.alert .button:focus, .button-group.hollow.alert span.edit-link a:focus, span.edit-link .button-group.hollow.alert a:focus, .button-group.hollow .button.alert:hover, .button-group.hollow span.edit-link a.alert:hover, span.edit-link .button-group.hollow a.alert:hover, .button-group.hollow .button.alert:focus, .button-group.hollow span.edit-link a.alert:focus, span.edit-link .button-group.hollow a.alert:focus {
  border-color: rgb(120.3148148148, 32.962962963, 13.1851851852);
  color: rgb(120.3148148148, 32.962962963, 13.1851851852);
}
.button-group.clear .button, .button-group.clear span.edit-link a, span.edit-link .button-group.clear a, .button-group.clear .button:hover, .button-group.clear .button:focus, .button-group.clear .button.disabled, .button-group.clear .button.disabled:hover, .button-group.clear .button.disabled:focus, .button-group.clear .button[disabled], .button-group.clear .button[disabled]:hover, .button-group.clear .button[disabled]:focus {
  border-color: transparent;
  background-color: transparent;
}
.button-group.clear .button, .button-group.clear span.edit-link a, span.edit-link .button-group.clear a, .button-group.clear .button.disabled, .button-group.clear .button[disabled], .button-group.clear .button.disabled:hover, .button-group.clear .button[disabled]:hover, .button-group.clear .button.disabled:focus, .button-group.clear .button[disabled]:focus {
  color: teal;
}
.button-group.clear .button:hover, .button-group.clear span.edit-link a:hover, span.edit-link .button-group.clear a:hover, .button-group.clear .button:focus, .button-group.clear span.edit-link a:focus, span.edit-link .button-group.clear a:focus {
  color: #004040;
}
.button-group.clear.primary .button, .button-group.clear.primary span.edit-link a, span.edit-link .button-group.clear.primary a, .button-group.clear.primary .button.disabled, .button-group.clear.primary .button[disabled], .button-group.clear.primary .button.disabled:hover, .button-group.clear.primary .button[disabled]:hover, .button-group.clear.primary .button.disabled:focus, .button-group.clear.primary .button[disabled]:focus, .button-group.clear .button.primary, .button-group.clear span.edit-link a.primary, span.edit-link .button-group.clear a.primary, .button-group.clear .button.primary.disabled, .button-group.clear .button.primary[disabled], .button-group.clear .button.primary.disabled:hover, .button-group.clear .button.primary[disabled]:hover, .button-group.clear .button.primary.disabled:focus, .button-group.clear .button.primary[disabled]:focus {
  color: #0E332F;
}
.button-group.clear.primary .button:hover, .button-group.clear.primary span.edit-link a:hover, span.edit-link .button-group.clear.primary a:hover, .button-group.clear.primary .button:focus, .button-group.clear.primary span.edit-link a:focus, span.edit-link .button-group.clear.primary a:focus, .button-group.clear .button.primary:hover, .button-group.clear span.edit-link a.primary:hover, span.edit-link .button-group.clear a.primary:hover, .button-group.clear .button.primary:focus, .button-group.clear span.edit-link a.primary:focus, span.edit-link .button-group.clear a.primary:focus {
  color: rgb(7, 25.5, 23.5);
}
.button-group.clear.secondary .button, .button-group.clear.secondary span.edit-link a, span.edit-link .button-group.clear.secondary a, .button-group.clear.secondary .button.disabled, .button-group.clear.secondary .button[disabled], .button-group.clear.secondary .button.disabled:hover, .button-group.clear.secondary .button[disabled]:hover, .button-group.clear.secondary .button.disabled:focus, .button-group.clear.secondary .button[disabled]:focus, .button-group.clear .button.secondary, .button-group.clear span.edit-link a.secondary, span.edit-link .button-group.clear a.secondary, .button-group.clear .button.secondary.disabled, .button-group.clear .button.secondary[disabled], .button-group.clear .button.secondary.disabled:hover, .button-group.clear .button.secondary[disabled]:hover, .button-group.clear .button.secondary.disabled:focus, .button-group.clear .button.secondary[disabled]:focus {
  color: #54716D;
}
.button-group.clear.secondary .button:hover, .button-group.clear.secondary span.edit-link a:hover, span.edit-link .button-group.clear.secondary a:hover, .button-group.clear.secondary .button:focus, .button-group.clear.secondary span.edit-link a:focus, span.edit-link .button-group.clear.secondary a:focus, .button-group.clear .button.secondary:hover, .button-group.clear span.edit-link a.secondary:hover, span.edit-link .button-group.clear a.secondary:hover, .button-group.clear .button.secondary:focus, .button-group.clear span.edit-link a.secondary:focus, span.edit-link .button-group.clear a.secondary:focus {
  color: rgb(42, 56.5, 54.5);
}
.button-group.clear.success .button, .button-group.clear.success span.edit-link a, span.edit-link .button-group.clear.success a, .button-group.clear.success .button.disabled, .button-group.clear.success .button[disabled], .button-group.clear.success .button.disabled:hover, .button-group.clear.success .button[disabled]:hover, .button-group.clear.success .button.disabled:focus, .button-group.clear.success .button[disabled]:focus, .button-group.clear .button.success, .button-group.clear span.edit-link a.success, span.edit-link .button-group.clear a.success, .button-group.clear .button.success.disabled, .button-group.clear .button.success[disabled], .button-group.clear .button.success.disabled:hover, .button-group.clear .button.success[disabled]:hover, .button-group.clear .button.success.disabled:focus, .button-group.clear .button.success[disabled]:focus {
  color: #3adb76;
}
.button-group.clear.success .button:hover, .button-group.clear.success span.edit-link a:hover, span.edit-link .button-group.clear.success a:hover, .button-group.clear.success .button:focus, .button-group.clear.success span.edit-link a:focus, span.edit-link .button-group.clear.success a:focus, .button-group.clear .button.success:hover, .button-group.clear span.edit-link a.success:hover, span.edit-link .button-group.clear a.success:hover, .button-group.clear .button.success:focus, .button-group.clear span.edit-link a.success:focus, span.edit-link .button-group.clear a.success:focus {
  color: rgb(21.3991416309, 117.1008583691, 57.0643776824);
}
.button-group.clear.warning .button, .button-group.clear.warning span.edit-link a, span.edit-link .button-group.clear.warning a, .button-group.clear.warning .button.disabled, .button-group.clear.warning .button[disabled], .button-group.clear.warning .button.disabled:hover, .button-group.clear.warning .button[disabled]:hover, .button-group.clear.warning .button.disabled:focus, .button-group.clear.warning .button[disabled]:focus, .button-group.clear .button.warning, .button-group.clear span.edit-link a.warning, span.edit-link .button-group.clear a.warning, .button-group.clear .button.warning.disabled, .button-group.clear .button.warning[disabled], .button-group.clear .button.warning.disabled:hover, .button-group.clear .button.warning[disabled]:hover, .button-group.clear .button.warning.disabled:focus, .button-group.clear .button.warning[disabled]:focus {
  color: #EA732F;
}
.button-group.clear.warning .button:hover, .button-group.clear.warning span.edit-link a:hover, span.edit-link .button-group.clear.warning a:hover, .button-group.clear.warning .button:focus, .button-group.clear.warning span.edit-link a:focus, span.edit-link .button-group.clear.warning a:focus, .button-group.clear .button.warning:hover, .button-group.clear span.edit-link a.warning:hover, span.edit-link .button-group.clear a.warning:hover, .button-group.clear .button.warning:focus, .button-group.clear span.edit-link a.warning:focus, span.edit-link .button-group.clear a.warning:focus {
  color: rgb(127.615720524, 54.6048034934, 12.884279476);
}
.button-group.clear.alert .button, .button-group.clear.alert span.edit-link a, span.edit-link .button-group.clear.alert a, .button-group.clear.alert .button.disabled, .button-group.clear.alert .button[disabled], .button-group.clear.alert .button.disabled:hover, .button-group.clear.alert .button[disabled]:hover, .button-group.clear.alert .button.disabled:focus, .button-group.clear.alert .button[disabled]:focus, .button-group.clear .button.alert, .button-group.clear span.edit-link a.alert, span.edit-link .button-group.clear a.alert, .button-group.clear .button.alert.disabled, .button-group.clear .button.alert[disabled], .button-group.clear .button.alert.disabled:hover, .button-group.clear .button.alert[disabled]:hover, .button-group.clear .button.alert.disabled:focus, .button-group.clear .button.alert[disabled]:focus {
  color: #E74824;
}
.button-group.clear.alert .button:hover, .button-group.clear.alert span.edit-link a:hover, span.edit-link .button-group.clear.alert a:hover, .button-group.clear.alert .button:focus, .button-group.clear.alert span.edit-link a:focus, span.edit-link .button-group.clear.alert a:focus, .button-group.clear .button.alert:hover, .button-group.clear span.edit-link a.alert:hover, span.edit-link .button-group.clear a.alert:hover, .button-group.clear .button.alert:focus, .button-group.clear span.edit-link a.alert:focus, span.edit-link .button-group.clear a.alert:focus {
  color: rgb(120.3148148148, 32.962962963, 13.1851851852);
}
.button-group.no-gaps .button, .button-group.no-gaps span.edit-link a, span.edit-link .button-group.no-gaps a {
  margin-right: -0.125rem;
}
.button-group.no-gaps .button + .button, .button-group.no-gaps span.edit-link a + .button, span.edit-link .button-group.no-gaps a + .button, .button-group.no-gaps span.edit-link .button + a, span.edit-link .button-group.no-gaps .button + a, .button-group.no-gaps span.edit-link a + a, span.edit-link .button-group.no-gaps a + a {
  border-left-color: transparent;
}
.button-group.stacked, .button-group.stacked-for-small, .button-group.stacked-for-medium {
  flex-wrap: wrap;
}
.button-group.stacked .button, .button-group.stacked span.edit-link a, span.edit-link .button-group.stacked a, .button-group.stacked-for-small .button, .button-group.stacked-for-small span.edit-link a, span.edit-link .button-group.stacked-for-small a, .button-group.stacked-for-medium .button, .button-group.stacked-for-medium span.edit-link a, span.edit-link .button-group.stacked-for-medium a {
  flex: 0 0 100%;
}
.button-group.stacked .button:last-child, .button-group.stacked span.edit-link a:last-child, span.edit-link .button-group.stacked a:last-child, .button-group.stacked-for-small .button:last-child, .button-group.stacked-for-small span.edit-link a:last-child, span.edit-link .button-group.stacked-for-small a:last-child, .button-group.stacked-for-medium .button:last-child, .button-group.stacked-for-medium span.edit-link a:last-child, span.edit-link .button-group.stacked-for-medium a:last-child {
  margin-bottom: 0;
}
.button-group.stacked.expanded .button, .button-group.stacked.expanded span.edit-link a, span.edit-link .button-group.stacked.expanded a, .button-group.stacked-for-small.expanded .button, .button-group.stacked-for-small.expanded span.edit-link a, span.edit-link .button-group.stacked-for-small.expanded a, .button-group.stacked-for-medium.expanded .button, .button-group.stacked-for-medium.expanded span.edit-link a, span.edit-link .button-group.stacked-for-medium.expanded a {
  flex: 1 1 0px;
}
@media print, screen and (min-width: 40em) {
  .button-group.stacked-for-small .button, .button-group.stacked-for-small span.edit-link a, span.edit-link .button-group.stacked-for-small a {
    flex: 0 0 auto;
    margin-bottom: 0;
  }
}
@media print, screen and (min-width: 64em) {
  .button-group.stacked-for-medium .button, .button-group.stacked-for-medium span.edit-link a, span.edit-link .button-group.stacked-for-medium a {
    flex: 0 0 auto;
    margin-bottom: 0;
  }
}
@media print, screen and (max-width: 39.99875em) {
  .button-group.stacked-for-small.expanded {
    display: block;
  }
  .button-group.stacked-for-small.expanded .button, .button-group.stacked-for-small.expanded span.edit-link a, span.edit-link .button-group.stacked-for-small.expanded a {
    display: block;
    margin-right: 0;
  }
}
@media print, screen and (max-width: 63.99875em) {
  .button-group.stacked-for-medium.expanded {
    display: block;
  }
  .button-group.stacked-for-medium.expanded .button, .button-group.stacked-for-medium.expanded span.edit-link a, span.edit-link .button-group.stacked-for-medium.expanded a {
    display: block;
    margin-right: 0;
  }
}

.callout {
  background-color: white;
  color: #0E332F;
  position: relative;
  margin: 0 0 1rem 0;
  padding: 1rem;
  border: 1px solid rgba(24, 34, 54, 0.25);
  border-radius: 3px;
}
.callout > :first-child {
  margin-top: 0;
}
.callout > :last-child {
  margin-bottom: 0;
}
.callout.primary {
  background-color: rgb(202.6269230769, 240.6230769231, 236.5153846154);
  color: #0E332F;
}
.callout.secondary {
  background-color: rgb(228.0692893401, 234.9807106599, 234.0274111675);
  color: #0E332F;
}
.callout.success {
  background-color: rgb(225.45, 249.6, 234.45);
  color: #0E332F;
}
.callout.warning {
  background-color: rgb(251.85, 234, 223.8);
  color: #0E332F;
}
.callout.alert {
  background-color: rgb(251.4, 227.55, 222.15);
  color: #0E332F;
}
.callout.small {
  padding-top: 0.5rem;
  padding-right: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 0.5rem;
}
.callout.large {
  padding-top: 3rem;
  padding-right: 3rem;
  padding-bottom: 3rem;
  padding-left: 3rem;
}

.card {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  margin-bottom: 38px;
  border: 0;
  border-radius: 3px;
  background: transparent;
  box-shadow: none;
  overflow: hidden;
  color: #0E332F;
}
.card > :last-child {
  margin-bottom: 0;
}

.card-divider {
  display: flex;
  flex: 0 1 auto;
  padding: 1rem;
  background: #DFE5F0;
}
.card-divider > :last-child {
  margin-bottom: 0;
}

.card-section {
  flex: 1 0 auto;
  padding: 1rem;
}
.card-section > :last-child {
  margin-bottom: 0;
}

.card-image {
  min-height: 1px;
}

.close-button {
  position: absolute;
  z-index: 10;
  color: #434D60;
  cursor: pointer;
}
[data-whatinput=mouse] .close-button {
  outline: 0;
}
.close-button:hover, .close-button:focus {
  color: #182236;
}
.close-button.small {
  right: 0.66rem;
  top: 0.33rem;
  font-size: 1.5rem;
  line-height: 1;
}

.close-button.medium, .close-button {
  right: 1rem;
  top: 0.5rem;
  font-size: 2rem;
  line-height: 1;
}

.menu {
  padding: 0;
  margin: 0;
  list-style: none;
  position: relative;
  display: flex;
  flex-wrap: wrap;
}
[data-whatinput=mouse] .menu li {
  outline: 0;
}
.menu a,
.menu .button,
.menu span.edit-link a,
span.edit-link .menu a {
  line-height: 1;
  text-decoration: none;
  display: block;
  padding: 0.5rem 1rem;
}
.menu input,
.menu select,
.menu a,
.menu button {
  margin-bottom: 0;
}
.menu input {
  display: inline-block;
}
.menu, .menu.horizontal {
  flex-wrap: wrap;
  flex-direction: row;
}
.menu.vertical {
  flex-wrap: nowrap;
  flex-direction: column;
}
.menu.vertical.icon-top li a img,
.menu.vertical.icon-top li a i,
.menu.vertical.icon-top li a svg, .menu.vertical.icon-bottom li a img,
.menu.vertical.icon-bottom li a i,
.menu.vertical.icon-bottom li a svg {
  text-align: left;
}
.menu.expanded li {
  flex: 1 1 0px;
}
.menu.expanded.icon-top li a img,
.menu.expanded.icon-top li a i,
.menu.expanded.icon-top li a svg, .menu.expanded.icon-bottom li a img,
.menu.expanded.icon-bottom li a i,
.menu.expanded.icon-bottom li a svg {
  text-align: left;
}
.menu.simple {
  align-items: center;
}
.menu.simple li + li {
  margin-left: 1rem;
}
.menu.simple a {
  padding: 0;
}
@media print, screen and (min-width: 40em) {
  .menu.medium-horizontal {
    flex-wrap: wrap;
    flex-direction: row;
  }
  .menu.medium-vertical {
    flex-wrap: nowrap;
    flex-direction: column;
  }
  .menu.medium-expanded li {
    flex: 1 1 0px;
  }
  .menu.medium-simple li {
    flex: 1 1 0px;
  }
}
@media print, screen and (min-width: 64em) {
  .menu.large-horizontal {
    flex-wrap: wrap;
    flex-direction: row;
  }
  .menu.large-vertical {
    flex-wrap: nowrap;
    flex-direction: column;
  }
  .menu.large-expanded li {
    flex: 1 1 0px;
  }
  .menu.large-simple li {
    flex: 1 1 0px;
  }
}
@media screen and (min-width: 75em) {
  .menu.xlarge-horizontal {
    flex-wrap: wrap;
    flex-direction: row;
  }
  .menu.xlarge-vertical {
    flex-wrap: nowrap;
    flex-direction: column;
  }
  .menu.xlarge-expanded li {
    flex: 1 1 0px;
  }
  .menu.xlarge-simple li {
    flex: 1 1 0px;
  }
}
.menu.nested {
  margin-right: 0;
  margin-left: 1rem;
}
.menu.icons a {
  display: flex;
}
.menu.icon-top a, .menu.icon-right a, .menu.icon-bottom a, .menu.icon-left a {
  display: flex;
}
.menu.icon-left li a, .menu.nested.icon-left li a {
  flex-flow: row nowrap;
}
.menu.icon-left li a img,
.menu.icon-left li a i,
.menu.icon-left li a svg, .menu.nested.icon-left li a img,
.menu.nested.icon-left li a i,
.menu.nested.icon-left li a svg {
  margin-right: 0.25rem;
}
.menu.icon-right li a, .menu.nested.icon-right li a {
  flex-flow: row nowrap;
}
.menu.icon-right li a img,
.menu.icon-right li a i,
.menu.icon-right li a svg, .menu.nested.icon-right li a img,
.menu.nested.icon-right li a i,
.menu.nested.icon-right li a svg {
  margin-left: 0.25rem;
}
.menu.icon-top li a, .menu.nested.icon-top li a {
  flex-flow: column nowrap;
}
.menu.icon-top li a img,
.menu.icon-top li a i,
.menu.icon-top li a svg, .menu.nested.icon-top li a img,
.menu.nested.icon-top li a i,
.menu.nested.icon-top li a svg {
  align-self: stretch;
  margin-bottom: 0.25rem;
  text-align: center;
}
.menu.icon-bottom li a, .menu.nested.icon-bottom li a {
  flex-flow: column nowrap;
}
.menu.icon-bottom li a img,
.menu.icon-bottom li a i,
.menu.icon-bottom li a svg, .menu.nested.icon-bottom li a img,
.menu.nested.icon-bottom li a i,
.menu.nested.icon-bottom li a svg {
  align-self: stretch;
  margin-bottom: 0.25rem;
  text-align: center;
}
.menu .is-active > a {
  background: #ffffff;
  color: #182236;
}
.menu .active > a {
  background: #ffffff;
  color: #182236;
}
.menu.align-left {
  justify-content: flex-start;
}
.menu.align-right li {
  display: flex;
  justify-content: flex-end;
}
.menu.align-right li .submenu li {
  justify-content: flex-start;
}
.menu.align-right.vertical li {
  display: block;
  text-align: right;
}
.menu.align-right.vertical li .submenu li {
  text-align: right;
}
.menu.align-right.icon-top li a img,
.menu.align-right.icon-top li a i,
.menu.align-right.icon-top li a svg, .menu.align-right.icon-bottom li a img,
.menu.align-right.icon-bottom li a i,
.menu.align-right.icon-bottom li a svg {
  text-align: right;
}
.menu.align-right .nested {
  margin-right: 1rem;
  margin-left: 0;
}
.menu.align-center li {
  display: flex;
  justify-content: center;
}
.menu.align-center li .submenu li {
  justify-content: flex-start;
}
.menu .menu-text {
  padding: 0.5rem 1rem;
  font-weight: bold;
  line-height: 1;
  color: inherit;
}

.menu-centered > .menu {
  justify-content: center;
}
.menu-centered > .menu li {
  display: flex;
  justify-content: center;
}
.menu-centered > .menu li .submenu li {
  justify-content: flex-start;
}

.no-js [data-responsive-menu] ul {
  display: none;
}

.menu-icon {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  height: 16px;
  cursor: pointer;
}
.menu-icon::after {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 2px;
  background: #ffffff;
  box-shadow: 0 7px 0 #ffffff, 0 14px 0 #ffffff;
  content: "";
}
.menu-icon:hover::after {
  background: #A3ADC0;
  box-shadow: 0 7px 0 #A3ADC0, 0 14px 0 #A3ADC0;
}

.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: #182236;
  box-shadow: 0 7px 0 #182236, 0 14px 0 #182236;
  content: "";
}
.menu-icon.dark:hover::after {
  background: #434D60;
  box-shadow: 0 7px 0 #434D60, 0 14px 0 #434D60;
}

.is-drilldown {
  position: relative;
  overflow: hidden;
}
.is-drilldown li {
  display: block;
}
.is-drilldown.animate-height {
  transition: height 0.5s;
}

.drilldown a {
  padding: 0.5rem 1rem;
  background: #ffffff;
}
.drilldown .is-drilldown-submenu {
  position: absolute;
  top: 0;
  left: 100%;
  z-index: -1;
  width: 100%;
  background: #ffffff;
  transition: transform 0.15s linear;
}
.drilldown .is-drilldown-submenu.is-active {
  z-index: 1;
  display: block;
  transform: translateX(-100%);
}
.drilldown .is-drilldown-submenu.is-closing {
  transform: translateX(100%);
}
.drilldown .is-drilldown-submenu a {
  padding: 0.5rem 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 #0E332F;
  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 #EA732F;
  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 #EA732F 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 #0E332F 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 #A3ADC0;
  border-radius: 3px;
  background-color: #ffffff;
  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: #EA732F transparent transparent;
  right: 5px;
  left: auto;
  margin-top: -3px;
}
[data-whatinput=mouse] .dropdown.menu a {
  outline: 0;
}
.dropdown.menu > li > a {
  padding: 0.5rem 1rem;
}
.dropdown.menu > li.is-active > a {
  background: transparent;
  color: lime;
}
.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 #EA732F 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 #EA732F;
}
@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: #EA732F 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 #EA732F 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 #EA732F;
  }
}
@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: #EA732F 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 #EA732F 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 #EA732F;
  }
}
@media screen and (min-width: 75em) {
  .dropdown.menu.xlarge-horizontal > li.opens-left > .is-dropdown-submenu {
    top: 100%;
    right: 0;
    left: auto;
  }
  .dropdown.menu.xlarge-horizontal > li.opens-right > .is-dropdown-submenu {
    top: 100%;
    right: auto;
    left: 0;
  }
  .dropdown.menu.xlarge-horizontal > li.is-dropdown-submenu-parent > a {
    position: relative;
    padding-right: 1.5rem;
  }
  .dropdown.menu.xlarge-horizontal > li.is-dropdown-submenu-parent > a::after {
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px;
    content: "";
    border-bottom-width: 0;
    border-color: #EA732F transparent transparent;
    right: 5px;
    left: auto;
    margin-top: -3px;
  }
  .dropdown.menu.xlarge-vertical > li .is-dropdown-submenu {
    top: 0;
  }
  .dropdown.menu.xlarge-vertical > li.opens-left > .is-dropdown-submenu {
    top: 0;
    right: 100%;
    left: auto;
  }
  .dropdown.menu.xlarge-vertical > li.opens-right > .is-dropdown-submenu {
    right: auto;
    left: 100%;
  }
  .dropdown.menu.xlarge-vertical > li > a::after {
    right: 14px;
  }
  .dropdown.menu.xlarge-vertical > li.opens-left > a::after {
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px;
    content: "";
    border-left-width: 0;
    border-color: transparent #EA732F transparent transparent;
    right: auto;
    left: 5px;
  }
  .dropdown.menu.xlarge-vertical > li.opens-right > a::after {
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px;
    content: "";
    border-right-width: 0;
    border-color: transparent transparent transparent #EA732F;
  }
}
.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 #DFE5F0;
  background: #ffffff;
}
.dropdown .is-dropdown-submenu a {
  padding: 0.5rem 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 #EA732F 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 #EA732F;
}
.is-dropdown-submenu .is-dropdown-submenu {
  margin-top: -1px;
}
.is-dropdown-submenu > li {
  width: 100%;
}
.is-dropdown-submenu.js-dropdown-active {
  display: block;
}

.responsive-embed,
.flex-video {
  position: relative;
  height: 0;
  margin-bottom: 1rem;
  padding-bottom: 75%;
  overflow: hidden;
}
.responsive-embed iframe,
.responsive-embed object,
.responsive-embed embed,
.responsive-embed video,
.flex-video iframe,
.flex-video object,
.flex-video embed,
.flex-video video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.responsive-embed.widescreen,
.flex-video.widescreen {
  padding-bottom: 56.25%;
}

.label {
  display: inline-block;
  padding: 0.33333rem 0.5rem;
  border-radius: 3px;
  font-size: 0.8rem;
  line-height: 1;
  white-space: nowrap;
  cursor: default;
  background: #0E332F;
  color: #ffffff;
}
.label.primary {
  background: #0E332F;
  color: #ffffff;
}
.label.secondary {
  background: #54716D;
  color: #ffffff;
}
.label.success {
  background: #3adb76;
  color: #182236;
}
.label.warning {
  background: #EA732F;
  color: #182236;
}
.label.alert {
  background: #E74824;
  color: #ffffff;
}

.media-object {
  display: flex;
  margin-bottom: 1rem;
  flex-wrap: nowrap;
}
.media-object img {
  max-width: none;
}
@media print, screen and (max-width: 39.99875em) {
  .media-object.stack-for-small {
    flex-wrap: wrap;
  }
}

.media-object-section {
  flex: 0 1 auto;
}
.media-object-section:first-child {
  padding-right: 1rem;
}
.media-object-section:last-child:not(:nth-child(2)) {
  padding-left: 1rem;
}
.media-object-section > :last-child {
  margin-bottom: 0;
}
@media print, screen and (max-width: 39.99875em) {
  .stack-for-small .media-object-section {
    padding: 0;
    padding-bottom: 1rem;
    flex-basis: 100%;
    max-width: 100%;
  }
  .stack-for-small .media-object-section img {
    width: 100%;
  }
}
.media-object-section.main-section {
  flex: 1 1 0px;
}

.is-off-canvas-open {
  overflow: hidden;
}

.js-off-canvas-overlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 11;
  width: 100%;
  height: 100%;
  transition: opacity 0.5s ease, visibility 0.5s ease;
  background: rgba(24, 34, 54, 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 {
  z-index: 12;
  transition: transform 0.5s ease;
  backface-visibility: hidden;
  background: #DFE5F0;
  position: fixed;
}
[data-whatinput=mouse] .off-canvas {
  outline: 0;
}
.off-canvas.is-transition-push {
  z-index: 12;
}
.off-canvas.is-closed {
  visibility: hidden;
}
.off-canvas.is-transition-overlap {
  z-index: 13;
}
.off-canvas.is-transition-overlap.is-open {
  box-shadow: 0 0 10px rgba(24, 34, 54, 0.7);
}
.off-canvas.is-open {
  transform: translate(0, 0);
}

.off-canvas-absolute {
  z-index: 12;
  transition: transform 0.5s ease;
  backface-visibility: hidden;
  background: #DFE5F0;
  position: absolute;
}
[data-whatinput=mouse] .off-canvas-absolute {
  outline: 0;
}
.off-canvas-absolute.is-transition-push {
  z-index: 12;
}
.off-canvas-absolute.is-closed {
  visibility: hidden;
}
.off-canvas-absolute.is-transition-overlap {
  z-index: 13;
}
.off-canvas-absolute.is-transition-overlap.is-open {
  box-shadow: 0 0 10px rgba(24, 34, 54, 0.7);
}
.off-canvas-absolute.is-open {
  transform: translate(0, 0);
}

.position-left {
  top: 0;
  left: 0;
  height: 100%;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  width: 250px;
  transform: translateX(-250px);
}
.off-canvas-content .off-canvas.position-left {
  transform: translateX(-250px);
}
.off-canvas-content .off-canvas.position-left.is-transition-overlap.is-open {
  transform: translate(0, 0);
}

.off-canvas-content.is-open-left.has-transition-push {
  transform: translateX(250px);
}

.position-left.is-transition-push {
  box-shadow: inset -13px 0 20px -13px rgba(24, 34, 54, 0.25);
}

.position-right {
  top: 0;
  right: 0;
  height: 100%;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  width: 250px;
  transform: translateX(250px);
}
.off-canvas-content .off-canvas.position-right {
  transform: translateX(250px);
}
.off-canvas-content .off-canvas.position-right.is-transition-overlap.is-open {
  transform: translate(0, 0);
}

.off-canvas-content.is-open-right.has-transition-push {
  transform: translateX(-250px);
}

.position-right.is-transition-push {
  box-shadow: inset 13px 0 20px -13px rgba(24, 34, 54, 0.25);
}

.position-top {
  top: 0;
  left: 0;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  height: 300px;
  transform: translateY(-300px);
}
.off-canvas-content .off-canvas.position-top {
  transform: translateY(-300px);
}
.off-canvas-content .off-canvas.position-top.is-transition-overlap.is-open {
  transform: translate(0, 0);
}

.off-canvas-content.is-open-top.has-transition-push {
  transform: translateY(300px);
}

.position-top.is-transition-push {
  box-shadow: inset 0 -13px 20px -13px rgba(24, 34, 54, 0.25);
}

.position-bottom {
  bottom: 0;
  left: 0;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  height: 300px;
  transform: translateY(300px);
}
.off-canvas-content .off-canvas.position-bottom {
  transform: translateY(300px);
}
.off-canvas-content .off-canvas.position-bottom.is-transition-overlap.is-open {
  transform: translate(0, 0);
}

.off-canvas-content.is-open-bottom.has-transition-push {
  transform: translateY(-300px);
}

.position-bottom.is-transition-push {
  box-shadow: inset 0 13px 20px -13px rgba(24, 34, 54, 0.25);
}

.off-canvas-content {
  transform: none;
  backface-visibility: hidden;
}
.off-canvas-content.has-transition-overlap, .off-canvas-content.has-transition-push {
  transition: transform 0.5s ease;
}
.off-canvas-content.has-transition-push {
  transform: translate(0, 0);
}
.off-canvas-content .off-canvas.is-open {
  transform: translate(0, 0);
}

@media print, screen and (min-width: 40em) {
  .position-left.reveal-for-medium {
    transform: none;
    z-index: 12;
    transition: none;
    visibility: visible;
  }
  .position-left.reveal-for-medium .close-button {
    display: none;
  }
  .off-canvas-content .position-left.reveal-for-medium {
    transform: none;
  }
  .off-canvas-content.has-reveal-left {
    margin-left: 250px;
  }
  .position-left.reveal-for-medium ~ .off-canvas-content {
    margin-left: 250px;
  }
  .position-right.reveal-for-medium {
    transform: none;
    z-index: 12;
    transition: none;
    visibility: visible;
  }
  .position-right.reveal-for-medium .close-button {
    display: none;
  }
  .off-canvas-content .position-right.reveal-for-medium {
    transform: none;
  }
  .off-canvas-content.has-reveal-right {
    margin-right: 250px;
  }
  .position-right.reveal-for-medium ~ .off-canvas-content {
    margin-right: 250px;
  }
  .position-top.reveal-for-medium {
    transform: none;
    z-index: 12;
    transition: none;
    visibility: visible;
  }
  .position-top.reveal-for-medium .close-button {
    display: none;
  }
  .off-canvas-content .position-top.reveal-for-medium {
    transform: none;
  }
  .off-canvas-content.has-reveal-top {
    margin-top: 250px;
  }
  .position-top.reveal-for-medium ~ .off-canvas-content {
    margin-top: 250px;
  }
  .position-bottom.reveal-for-medium {
    transform: none;
    z-index: 12;
    transition: none;
    visibility: visible;
  }
  .position-bottom.reveal-for-medium .close-button {
    display: none;
  }
  .off-canvas-content .position-bottom.reveal-for-medium {
    transform: none;
  }
  .off-canvas-content.has-reveal-bottom {
    margin-bottom: 250px;
  }
  .position-bottom.reveal-for-medium ~ .off-canvas-content {
    margin-bottom: 250px;
  }
}
@media print, screen and (min-width: 64em) {
  .position-left.reveal-for-large {
    transform: none;
    z-index: 12;
    transition: none;
    visibility: visible;
  }
  .position-left.reveal-for-large .close-button {
    display: none;
  }
  .off-canvas-content .position-left.reveal-for-large {
    transform: none;
  }
  .off-canvas-content.has-reveal-left {
    margin-left: 250px;
  }
  .position-left.reveal-for-large ~ .off-canvas-content {
    margin-left: 250px;
  }
  .position-right.reveal-for-large {
    transform: none;
    z-index: 12;
    transition: none;
    visibility: visible;
  }
  .position-right.reveal-for-large .close-button {
    display: none;
  }
  .off-canvas-content .position-right.reveal-for-large {
    transform: none;
  }
  .off-canvas-content.has-reveal-right {
    margin-right: 250px;
  }
  .position-right.reveal-for-large ~ .off-canvas-content {
    margin-right: 250px;
  }
  .position-top.reveal-for-large {
    transform: none;
    z-index: 12;
    transition: none;
    visibility: visible;
  }
  .position-top.reveal-for-large .close-button {
    display: none;
  }
  .off-canvas-content .position-top.reveal-for-large {
    transform: none;
  }
  .off-canvas-content.has-reveal-top {
    margin-top: 250px;
  }
  .position-top.reveal-for-large ~ .off-canvas-content {
    margin-top: 250px;
  }
  .position-bottom.reveal-for-large {
    transform: none;
    z-index: 12;
    transition: none;
    visibility: visible;
  }
  .position-bottom.reveal-for-large .close-button {
    display: none;
  }
  .off-canvas-content .position-bottom.reveal-for-large {
    transform: none;
  }
  .off-canvas-content.has-reveal-bottom {
    margin-bottom: 250px;
  }
  .position-bottom.reveal-for-large ~ .off-canvas-content {
    margin-bottom: 250px;
  }
}
@media screen and (min-width: 75em) {
  .position-left.reveal-for-xlarge {
    transform: none;
    z-index: 12;
    transition: none;
    visibility: visible;
  }
  .position-left.reveal-for-xlarge .close-button {
    display: none;
  }
  .off-canvas-content .position-left.reveal-for-xlarge {
    transform: none;
  }
  .off-canvas-content.has-reveal-left {
    margin-left: 250px;
  }
  .position-left.reveal-for-xlarge ~ .off-canvas-content {
    margin-left: 250px;
  }
  .position-right.reveal-for-xlarge {
    transform: none;
    z-index: 12;
    transition: none;
    visibility: visible;
  }
  .position-right.reveal-for-xlarge .close-button {
    display: none;
  }
  .off-canvas-content .position-right.reveal-for-xlarge {
    transform: none;
  }
  .off-canvas-content.has-reveal-right {
    margin-right: 250px;
  }
  .position-right.reveal-for-xlarge ~ .off-canvas-content {
    margin-right: 250px;
  }
  .position-top.reveal-for-xlarge {
    transform: none;
    z-index: 12;
    transition: none;
    visibility: visible;
  }
  .position-top.reveal-for-xlarge .close-button {
    display: none;
  }
  .off-canvas-content .position-top.reveal-for-xlarge {
    transform: none;
  }
  .off-canvas-content.has-reveal-top {
    margin-top: 250px;
  }
  .position-top.reveal-for-xlarge ~ .off-canvas-content {
    margin-top: 250px;
  }
  .position-bottom.reveal-for-xlarge {
    transform: none;
    z-index: 12;
    transition: none;
    visibility: visible;
  }
  .position-bottom.reveal-for-xlarge .close-button {
    display: none;
  }
  .off-canvas-content .position-bottom.reveal-for-xlarge {
    transform: none;
  }
  .off-canvas-content.has-reveal-bottom {
    margin-bottom: 250px;
  }
  .position-bottom.reveal-for-xlarge ~ .off-canvas-content {
    margin-bottom: 250px;
  }
}
@media print, screen and (min-width: 40em) {
  .off-canvas.in-canvas-for-medium {
    visibility: visible;
    height: auto;
    position: static;
    background: none;
    width: auto;
    overflow: visible;
    transition: none;
  }
  .off-canvas.in-canvas-for-medium.position-left, .off-canvas.in-canvas-for-medium.position-right, .off-canvas.in-canvas-for-medium.position-top, .off-canvas.in-canvas-for-medium.position-bottom {
    box-shadow: none;
    transform: none;
  }
  .off-canvas.in-canvas-for-medium .close-button {
    display: none;
  }
}
@media print, screen and (min-width: 64em) {
  .off-canvas.in-canvas-for-large {
    visibility: visible;
    height: auto;
    position: static;
    background: none;
    width: auto;
    overflow: visible;
    transition: none;
  }
  .off-canvas.in-canvas-for-large.position-left, .off-canvas.in-canvas-for-large.position-right, .off-canvas.in-canvas-for-large.position-top, .off-canvas.in-canvas-for-large.position-bottom {
    box-shadow: none;
    transform: none;
  }
  .off-canvas.in-canvas-for-large .close-button {
    display: none;
  }
}
@media screen and (min-width: 75em) {
  .off-canvas.in-canvas-for-xlarge {
    visibility: visible;
    height: auto;
    position: static;
    background: none;
    width: auto;
    overflow: visible;
    transition: none;
  }
  .off-canvas.in-canvas-for-xlarge.position-left, .off-canvas.in-canvas-for-xlarge.position-right, .off-canvas.in-canvas-for-xlarge.position-top, .off-canvas.in-canvas-for-xlarge.position-bottom {
    box-shadow: none;
    transform: none;
  }
  .off-canvas.in-canvas-for-xlarge .close-button {
    display: none;
  }
}
.pagination {
  margin-left: 0;
  margin-bottom: 1rem;
}
.pagination::before, .pagination::after {
  display: table;
  content: " ";
  flex-basis: 0;
  order: 1;
}
.pagination::after {
  clear: both;
}
.pagination li {
  margin-right: 0.0625rem;
  border-radius: 3px;
  font-size: 0.875rem;
  display: none;
}
.pagination li:last-child, .pagination li:first-child {
  display: inline-block;
}
@media print, screen and (min-width: 40em) {
  .pagination li {
    display: inline-block;
  }
}
.pagination a,
.pagination button {
  display: block;
  padding: 0.1875rem 0.625rem;
  border-radius: 3px;
  color: #182236;
}
.pagination a:hover,
.pagination button:hover {
  background: #DFE5F0;
}
.pagination .current {
  padding: 0.1875rem 0.625rem;
  background: #0E332F;
  color: #ffffff;
  cursor: default;
}
.pagination .disabled {
  padding: 0.1875rem 0.625rem;
  color: #A3ADC0;
  cursor: not-allowed;
}
.pagination .disabled:hover {
  background: transparent;
}
.pagination .ellipsis::after {
  padding: 0.1875rem 0.625rem;
  content: "…";
  color: #182236;
}

.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: 3px;
  background-color: #A3ADC0;
}
.progress.primary .progress-meter {
  background-color: #0E332F;
}
.progress.secondary .progress-meter {
  background-color: #54716D;
}
.progress.success .progress-meter {
  background-color: #3adb76;
}
.progress.warning .progress-meter {
  background-color: #EA732F;
}
.progress.alert .progress-meter {
  background-color: #E74824;
}

.progress-meter {
  position: relative;
  display: block;
  width: 0%;
  height: 100%;
  background-color: #0E332F;
  border-radius: 3px;
}

.progress-meter-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  margin: 0;
  font-size: 0.75rem;
  font-weight: bold;
  color: #ffffff;
  white-space: nowrap;
  border-radius: 3px;
}

.slider {
  position: relative;
  height: 0.5rem;
  margin-top: 1.25rem;
  margin-bottom: 2.25rem;
  background-color: #DFE5F0;
  cursor: pointer;
  user-select: none;
  touch-action: none;
}

.slider-fill {
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  max-width: 100%;
  height: 0.5rem;
  background-color: #A3ADC0;
  transition: all 0.2s ease-in-out;
}
.slider-fill.is-dragging {
  transition: all 0s linear;
}

.slider-handle {
  left: 0;
  z-index: 1;
  cursor: grab;
  display: inline-block;
  width: 1.4rem;
  height: 1.4rem;
  border-radius: 3px;
  background-color: #0E332F;
  transition: all 0.2s ease-in-out;
  touch-action: manipulation;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
[data-whatinput=mouse] .slider-handle {
  outline: 0;
}
.slider-handle:hover {
  background-color: rgb(11.9, 43.35, 39.95);
}
.slider-handle.is-dragging {
  transition: all 0s linear;
  cursor: grabbing;
}

.slider.disabled,
.slider[disabled] {
  opacity: 0.25;
  cursor: not-allowed;
}

.slider.vertical {
  display: inline-block;
  width: 0.5rem;
  height: 12.5rem;
  margin: 0 1.25rem;
  transform: scale(1, -1);
}
.slider.vertical .slider-fill {
  top: 0;
  width: 0.5rem;
  max-height: 100%;
}
.slider.vertical .slider-handle {
  position: absolute;
  top: 0;
  left: 50%;
  width: 1.4rem;
  height: 1.4rem;
  transform: translateX(-50%);
}

.sticky-container {
  position: relative;
}

.sticky {
  position: relative;
  z-index: 0;
  transform: translate3d(0, 0, 0);
}

.sticky.is-stuck {
  position: fixed;
  z-index: 5;
  width: 100%;
}
.sticky.is-stuck.is-at-top {
  top: 0;
}
.sticky.is-stuck.is-at-bottom {
  bottom: 0;
}

.sticky.is-anchored {
  position: relative;
  right: auto;
  left: auto;
}
.sticky.is-anchored.is-at-bottom {
  bottom: 0;
}

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(24, 34, 54, 0.45);
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}

.reveal {
  position: relative;
  top: 100px;
  margin-right: auto;
  margin-left: auto;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  z-index: 1006;
  backface-visibility: hidden;
  display: none;
  padding: 1rem;
  border: 1px solid #A3ADC0;
  border-radius: 3px;
  background-color: #ffffff;
}
[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: 90rem;
  }
}
.reveal.collapse {
  padding: 0;
}
@media print, screen and (min-width: 40em) {
  .reveal.tiny {
    width: 30%;
    max-width: 90rem;
  }
}
@media print, screen and (min-width: 40em) {
  .reveal.small {
    width: 50%;
    max-width: 90rem;
  }
}
@media print, screen and (min-width: 40em) {
  .reveal.large {
    width: 90%;
    max-width: 90rem;
  }
}
.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;
}

.switch {
  position: relative;
  margin-bottom: 1rem;
  outline: 0;
  font-size: 0.875rem;
  font-weight: bold;
  color: #ffffff;
  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: 3px;
  background: #A3ADC0;
  transition: all 0.25s ease-out;
  font-weight: inherit;
  color: inherit;
  cursor: pointer;
}
input + .switch-paddle {
  margin: 0;
}
.switch-paddle::after {
  position: absolute;
  top: 0.25rem;
  left: 0.25rem;
  display: block;
  width: 1.5rem;
  height: 1.5rem;
  transform: translate3d(0, 0, 0);
  border-radius: 3px;
  background: #ffffff;
  transition: all 0.25s ease-out;
  content: "";
}
input:checked ~ .switch-paddle {
  background: #0E332F;
}
input:checked ~ .switch-paddle::after {
  left: 2.25rem;
}
input:focus-visible ~ .switch-paddle {
  background: rgb(141.9290322581, 154.2193548387, 177.5709677419);
}
input:focus-visible ~ .switch-paddle::after {
  background: #ffffff;
}
input:checked:focus-visible ~ .switch-paddle {
  background: rgb(11.9, 43.35, 39.95);
}
input:disabled ~ .switch-paddle {
  cursor: not-allowed;
  opacity: 0.5;
}
[data-whatinput=mouse] input:focus ~ .switch-paddle {
  outline: 0;
}

.switch-inactive, .switch-active {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.switch-active {
  left: 8%;
  display: none;
}
input:checked + label > .switch-active {
  display: block;
}

.switch-inactive {
  right: 15%;
}
input:checked + label > .switch-inactive {
  display: none;
}

.switch.tiny {
  height: 1.5rem;
}
.switch.tiny .switch-paddle {
  width: 3rem;
  height: 1.5rem;
  font-size: 0.625rem;
}
.switch.tiny .switch-paddle::after {
  top: 0.25rem;
  left: 0.25rem;
  width: 1rem;
  height: 1rem;
}
.switch.tiny input:checked ~ .switch-paddle::after {
  left: 1.75rem;
}

.switch.small {
  height: 1.75rem;
}
.switch.small .switch-paddle {
  width: 3.5rem;
  height: 1.75rem;
  font-size: 0.75rem;
}
.switch.small .switch-paddle::after {
  top: 0.25rem;
  left: 0.25rem;
  width: 1.25rem;
  height: 1.25rem;
}
.switch.small input:checked ~ .switch-paddle::after {
  left: 2rem;
}

.switch.large {
  height: 2.5rem;
}
.switch.large .switch-paddle {
  width: 5rem;
  height: 2.5rem;
  font-size: 1rem;
}
.switch.large .switch-paddle::after {
  top: 0.25rem;
  left: 0.25rem;
  width: 2rem;
  height: 2rem;
}
.switch.large input:checked ~ .switch-paddle::after {
  left: 2.75rem;
}

table {
  border-collapse: collapse;
  width: 100%;
  margin-bottom: 1rem;
  border-radius: 3px;
}
thead,
tbody,
tfoot {
  border: 1px solid rgb(242.25, 242.25, 242.25);
  background-color: #ffffff;
}

caption {
  padding: 0.5rem 0.625rem 0.625rem;
  font-weight: bold;
}

thead {
  background: rgb(248.625, 248.625, 248.625);
  color: #0E332F;
}

tfoot {
  background: rgb(242.25, 242.25, 242.25);
  color: #0E332F;
}

thead tr,
tfoot tr {
  background: transparent;
}
thead th,
thead td,
tfoot th,
tfoot td {
  padding: 0.5rem 0.625rem 0.625rem;
  font-weight: bold;
  text-align: left;
}

tbody th,
tbody td {
  padding: 0.5rem 0.625rem 0.625rem;
}

tbody tr:nth-child(even) {
  border-bottom: 0;
  background-color: rgb(242.25, 242.25, 242.25);
}

table.unstriped tbody {
  background-color: #ffffff;
}
table.unstriped tbody tr {
  border-bottom: 1px solid rgb(242.25, 242.25, 242.25);
  background-color: #ffffff;
}

@media print, screen and (max-width: 63.99875em) {
  table.stack thead {
    display: none;
  }
  table.stack tfoot {
    display: none;
  }
  table.stack tr,
  table.stack th,
  table.stack td {
    display: block;
  }
  table.stack td {
    border-top: 0;
  }
}

table.scroll {
  display: block;
  width: 100%;
  overflow-x: auto;
}

table.hover thead tr:hover {
  background-color: rgb(248.7525, 248.7525, 248.7525);
}
table.hover tfoot tr:hover {
  background-color: rgb(242.505, 242.505, 242.505);
}
table.hover tbody tr:hover {
  background-color: white;
}
table.hover:not(.unstriped) tr:nth-of-type(even):hover {
  background-color: white;
}

.table-scroll {
  overflow-x: auto;
}

.tabs {
  margin: 0;
  border: 1px solid #DFE5F0;
  background: #ffffff;
  list-style-type: none;
}
.tabs::before, .tabs::after {
  display: table;
  content: " ";
  flex-basis: 0;
  order: 1;
}
.tabs::after {
  clear: both;
}

.tabs.vertical > li {
  display: block;
  float: none;
  width: auto;
}

.tabs.simple > li > a {
  padding: 0;
}
.tabs.simple > li > a:hover {
  background: transparent;
}

.tabs.primary {
  background: #0E332F;
}
.tabs.primary > li > a {
  color: #ffffff;
}
.tabs.primary > li > a:hover, .tabs.primary > li > a:focus {
  background: rgb(18.7923076923, 68.4576923077, 63.0884615385);
}

.tabs-title {
  float: left;
}
.tabs-title > a {
  display: block;
  padding: 1.25rem 1.5rem;
  font-size: 0.75rem;
  line-height: 1;
  color: #0E332F;
}
[data-whatinput=mouse] .tabs-title > a {
  outline: 0;
}
.tabs-title > a:hover {
  background: #ffffff;
  color: rgb(12.04, 43.86, 40.42);
}
.tabs-title > a:focus, .tabs-title > a[aria-selected=true] {
  background: #DFE5F0;
  color: #0E332F;
}

.tabs-content {
  border: 1px solid #DFE5F0;
  border-top: 0;
  background: #ffffff;
  color: #0E332F;
  transition: all 0.5s ease;
}

.tabs-content.vertical {
  border: 1px solid #DFE5F0;
  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 #ffffff;
  border-radius: 3px;
  box-shadow: 0 0 0 1px rgba(24, 34, 54, 0.2);
  line-height: 0;
}

a.thumbnail {
  transition: box-shadow 200ms ease-out;
}
a.thumbnail:hover, a.thumbnail:focus {
  box-shadow: 0 0 6px 1px rgba(14, 51, 47, 0.5);
}
a.thumbnail image {
  box-shadow: none;
}

.title-bar {
  padding: 0.5rem;
  background: #182236;
  color: #ffffff;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.title-bar .menu-icon {
  margin-left: 0.25rem;
  margin-right: 0.25rem;
}

.title-bar-left,
.title-bar-right {
  flex: 1 1 0px;
}

.title-bar-right {
  text-align: right;
}

.title-bar-title {
  display: inline-block;
  vertical-align: middle;
  font-weight: bold;
}

.has-tip {
  position: relative;
  display: inline-block;
  border-bottom: dotted 1px #434D60;
  font-weight: bold;
  cursor: help;
}

.tooltip {
  position: absolute;
  top: calc(100% + 0.6495rem);
  z-index: 1200;
  max-width: 10rem;
  padding: 0.75rem;
  border-radius: 3px;
  background-color: #182236;
  font-size: 80%;
  color: #ffffff;
}
.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 #182236;
  bottom: 100%;
}
.tooltip.bottom.align-center::before {
  left: 50%;
  transform: translateX(-50%);
}
.tooltip.top::before {
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0.75rem;
  content: "";
  border-bottom-width: 0;
  border-color: #182236 transparent transparent;
  top: 100%;
  bottom: auto;
}
.tooltip.top.align-center::before {
  left: 50%;
  transform: translateX(-50%);
}
.tooltip.left::before {
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0.75rem;
  content: "";
  border-right-width: 0;
  border-color: transparent transparent transparent #182236;
  left: 100%;
}
.tooltip.left.align-center::before {
  bottom: auto;
  top: 50%;
  transform: translateY(-50%);
}
.tooltip.right::before {
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0.75rem;
  content: "";
  border-left-width: 0;
  border-color: transparent #182236 transparent transparent;
  right: 100%;
  left: auto;
}
.tooltip.right.align-center::before {
  bottom: auto;
  top: 50%;
  transform: translateY(-50%);
}
.tooltip.align-top::before {
  bottom: auto;
  top: 10%;
}
.tooltip.align-bottom::before {
  bottom: 10%;
  top: auto;
}
.tooltip.align-left::before {
  left: 10%;
  right: auto;
}
.tooltip.align-right::before {
  left: auto;
  right: 10%;
}

.top-bar {
  padding: 1rem;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
}
.top-bar,
.top-bar ul {
  background-color: #ffffff;
}
.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 {
  flex-wrap: wrap;
}
.top-bar .top-bar-left,
.top-bar .top-bar-right {
  flex: 0 0 100%;
  max-width: 100%;
}

@media print, screen and (min-width: 40em) {
  .top-bar {
    flex-wrap: nowrap;
  }
  .top-bar .top-bar-left {
    flex: 1 1 auto;
    margin-right: auto;
  }
  .top-bar .top-bar-right {
    flex: 0 1 auto;
    margin-left: auto;
  }
}
@media print, screen and (max-width: 63.99875em) {
  .top-bar.stacked-for-medium {
    flex-wrap: wrap;
  }
  .top-bar.stacked-for-medium .top-bar-left,
  .top-bar.stacked-for-medium .top-bar-right {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media print, screen and (max-width: 74.99875em) {
  .top-bar.stacked-for-large {
    flex-wrap: wrap;
  }
  .top-bar.stacked-for-large .top-bar-left,
  .top-bar.stacked-for-large .top-bar-right {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media print, screen and (max-width: 89.99875em) {
  .top-bar.stacked-for-xlarge {
    flex-wrap: wrap;
  }
  .top-bar.stacked-for-xlarge .top-bar-left,
  .top-bar.stacked-for-xlarge .top-bar-right {
    flex: 0 0 100%;
    max-width: 100%;
  }
}

.top-bar-title {
  flex: 0 0 auto;
  margin: 0.5rem 1rem 0.5rem 0;
}

.top-bar-left,
.top-bar-right {
  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;
  }
}

@media screen and (min-width: 75em) {
  .hide-for-xlarge {
    display: none !important;
  }
}

@media screen and (max-width: 74.99875em) {
  .show-for-xlarge {
    display: none !important;
  }
}

@media screen and (min-width: 75em) and (max-width: 89.99875em) {
  .hide-for-xlarge-only {
    display: none !important;
  }
}

@media screen and (max-width: 74.99875em), screen and (min-width: 90em) {
  .show-for-xlarge-only {
    display: none !important;
  }
}

.show-for-sr,
.show-on-focus {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

.show-on-focus:active, .show-on-focus:focus {
  position: static !important;
  width: auto !important;
  height: auto !important;
  overflow: visible !important;
  clip: auto !important;
  white-space: normal !important;
}

.show-for-landscape,
.hide-for-portrait {
  display: block !important;
}
@media screen and (orientation: landscape) {
  .show-for-landscape,
  .hide-for-portrait {
    display: block !important;
  }
}
@media screen and (orientation: portrait) {
  .show-for-landscape,
  .hide-for-portrait {
    display: none !important;
  }
}

.hide-for-landscape,
.show-for-portrait {
  display: none !important;
}
@media screen and (orientation: landscape) {
  .hide-for-landscape,
  .show-for-portrait {
    display: none !important;
  }
}
@media screen and (orientation: portrait) {
  .hide-for-landscape,
  .show-for-portrait {
    display: block !important;
  }
}

.show-for-dark-mode {
  display: none;
}

.hide-for-dark-mode {
  display: block;
}

@media screen and (prefers-color-scheme: dark) {
  .show-for-dark-mode {
    display: block !important;
  }
  .hide-for-dark-mode {
    display: none !important;
  }
}
.show-for-ie {
  display: none;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .show-for-ie {
    display: block !important;
  }
  .hide-for-ie {
    display: none !important;
  }
}
.show-for-sticky {
  display: none;
}

.is-stuck .show-for-sticky {
  display: block;
}

.is-stuck .hide-for-sticky {
  display: none;
}

.float-left {
  float: left !important;
}

.float-right {
  float: right !important;
}

.float-center {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.clearfix::before, .clearfix::after {
  display: table;
  content: " ";
  flex-basis: 0;
  order: 1;
}
.clearfix::after {
  clear: both;
}

.slide-in-down.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: translateY(-100%);
  transition-property: transform, opacity;
  backface-visibility: hidden;
}

.slide-in-down.mui-enter.mui-enter-active {
  transform: translateY(0);
}

.slide-in-left.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: translateX(-100%);
  transition-property: transform, opacity;
  backface-visibility: hidden;
}

.slide-in-left.mui-enter.mui-enter-active {
  transform: translateX(0);
}

.slide-in-up.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: translateY(100%);
  transition-property: transform, opacity;
  backface-visibility: hidden;
}

.slide-in-up.mui-enter.mui-enter-active {
  transform: translateY(0);
}

.slide-in-right.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: translateX(100%);
  transition-property: transform, opacity;
  backface-visibility: hidden;
}

.slide-in-right.mui-enter.mui-enter-active {
  transform: translateX(0);
}

.slide-out-down.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: translateY(0);
  transition-property: transform, opacity;
  backface-visibility: hidden;
}

.slide-out-down.mui-leave.mui-leave-active {
  transform: translateY(100%);
}

.slide-out-right.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: translateX(0);
  transition-property: transform, opacity;
  backface-visibility: hidden;
}

.slide-out-right.mui-leave.mui-leave-active {
  transform: translateX(100%);
}

.slide-out-up.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: translateY(0);
  transition-property: transform, opacity;
  backface-visibility: hidden;
}

.slide-out-up.mui-leave.mui-leave-active {
  transform: translateY(-100%);
}

.slide-out-left.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: translateX(0);
  transition-property: transform, opacity;
  backface-visibility: hidden;
}

.slide-out-left.mui-leave.mui-leave-active {
  transform: translateX(-100%);
}

.fade-in.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  opacity: 0;
  transition-property: opacity;
}

.fade-in.mui-enter.mui-enter-active {
  opacity: 1;
}

.fade-out.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  opacity: 1;
  transition-property: opacity;
}

.fade-out.mui-leave.mui-leave-active {
  opacity: 0;
}

.hinge-in-from-top.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotateX(-90deg);
  transform-origin: top;
  transition-property: transform, opacity;
  opacity: 0;
}

.hinge-in-from-top.mui-enter.mui-enter-active {
  transform: perspective(2000px) rotate(0deg);
  opacity: 1;
}

.hinge-in-from-right.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotateY(-90deg);
  transform-origin: right;
  transition-property: transform, opacity;
  opacity: 0;
}

.hinge-in-from-right.mui-enter.mui-enter-active {
  transform: perspective(2000px) rotate(0deg);
  opacity: 1;
}

.hinge-in-from-bottom.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotateX(90deg);
  transform-origin: bottom;
  transition-property: transform, opacity;
  opacity: 0;
}

.hinge-in-from-bottom.mui-enter.mui-enter-active {
  transform: perspective(2000px) rotate(0deg);
  opacity: 1;
}

.hinge-in-from-left.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotateY(90deg);
  transform-origin: left;
  transition-property: transform, opacity;
  opacity: 0;
}

.hinge-in-from-left.mui-enter.mui-enter-active {
  transform: perspective(2000px) rotate(0deg);
  opacity: 1;
}

.hinge-in-from-middle-x.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotateX(-90deg);
  transform-origin: center;
  transition-property: transform, opacity;
  opacity: 0;
}

.hinge-in-from-middle-x.mui-enter.mui-enter-active {
  transform: perspective(2000px) rotate(0deg);
  opacity: 1;
}

.hinge-in-from-middle-y.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotateY(-90deg);
  transform-origin: center;
  transition-property: transform, opacity;
  opacity: 0;
}

.hinge-in-from-middle-y.mui-enter.mui-enter-active {
  transform: perspective(2000px) rotate(0deg);
  opacity: 1;
}

.hinge-out-from-top.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotate(0deg);
  transform-origin: top;
  transition-property: transform, opacity;
  opacity: 1;
}

.hinge-out-from-top.mui-leave.mui-leave-active {
  transform: perspective(2000px) rotateX(90deg);
  opacity: 0;
}

.hinge-out-from-right.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotate(0deg);
  transform-origin: right;
  transition-property: transform, opacity;
  opacity: 1;
}

.hinge-out-from-right.mui-leave.mui-leave-active {
  transform: perspective(2000px) rotateY(90deg);
  opacity: 0;
}

.hinge-out-from-bottom.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotate(0deg);
  transform-origin: bottom;
  transition-property: transform, opacity;
  opacity: 1;
}

.hinge-out-from-bottom.mui-leave.mui-leave-active {
  transform: perspective(2000px) rotateX(-90deg);
  opacity: 0;
}

.hinge-out-from-left.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotate(0deg);
  transform-origin: left;
  transition-property: transform, opacity;
  opacity: 1;
}

.hinge-out-from-left.mui-leave.mui-leave-active {
  transform: perspective(2000px) rotateY(-90deg);
  opacity: 0;
}

.hinge-out-from-middle-x.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotate(0deg);
  transform-origin: center;
  transition-property: transform, opacity;
  opacity: 1;
}

.hinge-out-from-middle-x.mui-leave.mui-leave-active {
  transform: perspective(2000px) rotateX(90deg);
  opacity: 0;
}

.hinge-out-from-middle-y.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotate(0deg);
  transform-origin: center;
  transition-property: transform, opacity;
  opacity: 1;
}

.hinge-out-from-middle-y.mui-leave.mui-leave-active {
  transform: perspective(2000px) rotateY(90deg);
  opacity: 0;
}

.scale-in-up.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: scale(0.5);
  transition-property: transform, opacity;
  opacity: 0;
}

.scale-in-up.mui-enter.mui-enter-active {
  transform: scale(1);
  opacity: 1;
}

.scale-in-down.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: scale(1.5);
  transition-property: transform, opacity;
  opacity: 0;
}

.scale-in-down.mui-enter.mui-enter-active {
  transform: scale(1);
  opacity: 1;
}

.scale-out-up.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: scale(1);
  transition-property: transform, opacity;
  opacity: 1;
}

.scale-out-up.mui-leave.mui-leave-active {
  transform: scale(1.5);
  opacity: 0;
}

.scale-out-down.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: scale(1);
  transition-property: transform, opacity;
  opacity: 1;
}

.scale-out-down.mui-leave.mui-leave-active {
  transform: scale(0.5);
  opacity: 0;
}

.spin-in.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: rotate(-0.75turn);
  transition-property: transform, opacity;
  opacity: 0;
}

.spin-in.mui-enter.mui-enter-active {
  transform: rotate(0);
  opacity: 1;
}

.spin-out.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: rotate(0);
  transition-property: transform, opacity;
  opacity: 1;
}

.spin-out.mui-leave.mui-leave-active {
  transform: rotate(0.75turn);
  opacity: 0;
}

.spin-in-ccw.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: rotate(0.75turn);
  transition-property: transform, opacity;
  opacity: 0;
}

.spin-in-ccw.mui-enter.mui-enter-active {
  transform: rotate(0);
  opacity: 1;
}

.spin-out-ccw.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: rotate(0);
  transition-property: transform, opacity;
  opacity: 1;
}

.spin-out-ccw.mui-leave.mui-leave-active {
  transform: rotate(-0.75turn);
  opacity: 0;
}

.slow {
  transition-duration: 750ms !important;
}

.fast {
  transition-duration: 250ms !important;
}

.linear {
  transition-timing-function: linear !important;
}

.ease {
  transition-timing-function: ease !important;
}

.ease-in {
  transition-timing-function: ease-in !important;
}

.ease-out {
  transition-timing-function: ease-out !important;
}

.ease-in-out {
  transition-timing-function: ease-in-out !important;
}

.bounce-in {
  transition-timing-function: cubic-bezier(0.485, 0.155, 0.24, 1.245) !important;
}

.bounce-out {
  transition-timing-function: cubic-bezier(0.485, 0.155, 0.515, 0.845) !important;
}

.bounce-in-out {
  transition-timing-function: cubic-bezier(0.76, -0.245, 0.24, 1.245) !important;
}

.short-delay {
  transition-delay: 300ms !important;
}

.long-delay {
  transition-delay: 700ms !important;
}

.shake {
  animation-name: shake-7;
}
@keyframes shake-7 {
  0%, 10%, 20%, 30%, 40%, 50%, 60%, 70%, 80%, 90% {
    transform: translateX(7%);
  }
  5%, 15%, 25%, 35%, 45%, 55%, 65%, 75%, 85%, 95% {
    transform: translateX(-7%);
  }
}

.spin-cw {
  animation-name: spin-cw-1turn;
}
@keyframes spin-cw-1turn {
  0% {
    transform: rotate(-1turn);
  }
  100% {
    transform: rotate(0);
  }
}

.spin-ccw {
  animation-name: spin-ccw-1turn;
}
@keyframes spin-ccw-1turn {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(-1turn);
  }
}

.wiggle {
  animation-name: wiggle-7deg;
}
@keyframes wiggle-7deg {
  40%, 50%, 60% {
    transform: rotate(7deg);
  }
  35%, 45%, 55%, 65% {
    transform: rotate(-7deg);
  }
  0%, 30%, 70%, 100% {
    transform: rotate(0);
  }
}

.shake,
.spin-cw,
.spin-ccw,
.wiggle {
  animation-duration: 500ms;
}

.infinite {
  animation-iteration-count: infinite;
}

.slow {
  animation-duration: 750ms !important;
}

.fast {
  animation-duration: 250ms !important;
}

.linear {
  animation-timing-function: linear !important;
}

.ease {
  animation-timing-function: ease !important;
}

.ease-in {
  animation-timing-function: ease-in !important;
}

.ease-out {
  animation-timing-function: ease-out !important;
}

.ease-in-out {
  animation-timing-function: ease-in-out !important;
}

.bounce-in {
  animation-timing-function: cubic-bezier(0.485, 0.155, 0.24, 1.245) !important;
}

.bounce-out {
  animation-timing-function: cubic-bezier(0.485, 0.155, 0.515, 0.845) !important;
}

.bounce-in-out {
  animation-timing-function: cubic-bezier(0.76, -0.245, 0.24, 1.245) !important;
}

.short-delay {
  animation-delay: 300ms !important;
}

.long-delay {
  animation-delay: 700ms !important;
}

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/
/* Normalize
--------------------------------------------- */
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
	 ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

/* Sections
	 ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
/* Grouping content
	 ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Text-level semantics
	 ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
	 ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
	 ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  padding: 0;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

/* Interactive
	 ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
	 ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/* Box sizing
--------------------------------------------- */
/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
  box-sizing: inherit;
}

html {
  box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/
/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
  color: #0E332F;
  font-family: "Poppins", Arial, sans-serif;
  font-size: 1.125rem;
  line-height: 150%;
}

h1, .h1 {
  font-family: "Poppins", Arial, sans-serif;
  clear: both;
  font-size: 2rem;
  line-height: 1.5;
  font-weight: 800;
  letter-spacing: 0.09em;
}
@media print, screen and (min-width: 64em) {
  h1, .h1 {
    font-size: 2.375rem;
    line-height: 1.5;
  }
}

h2, .h2 {
  font-family: "Poppins", Arial, sans-serif;
  clear: both;
  font-size: 1.5rem;
  line-height: 1.2;
  font-weight: 700;
  letter-spacing: 0.05em;
}
@media print, screen and (min-width: 64em) {
  h2, .h2 {
    font-size: 1.875rem;
    line-height: 1.2;
  }
}

h3, .h3 {
  font-family: "Poppins", Arial, sans-serif;
  clear: both;
  font-size: 1.275rem;
  line-height: 1.5;
  font-weight: 700;
  letter-spacing: 0.05em;
}
@media print, screen and (min-width: 64em) {
  h3, .h3 {
    font-size: 1.5rem;
    line-height: 1.5;
  }
}

h4, .h4 {
  font-family: "Poppins", Arial, sans-serif;
  clear: both;
  font-size: 1.0625rem;
  line-height: 1.4375rem;
  font-weight: 700;
  letter-spacing: 0.05em;
}

h5, .h5 {
  font-family: "Poppins", Arial, sans-serif;
  clear: both;
  font-size: 1.3125rem;
  line-height: 1.2;
  font-weight: 700;
  letter-spacing: 0.05em;
}

h6, .h6 {
  font-family: "Poppins", Arial, sans-serif;
  clear: both;
  font-size: 1.125rem;
  line-height: 2.0625rem;
  font-weight: 500;
  letter-spacing: 0.9px;
}

.btn {
  font-family: "Poppins", Arial, sans-serif;
  font-size: 0.75rem;
  line-height: 1.2;
  font-weight: 700;
  letter-spacing: 0.05em;
}
@media print, screen and (min-width: 64em) {
  .btn {
    font-size: 1.25rem;
  }
}

a.link {
  font-family: "Poppins", Arial, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 600;
  letter-spacing: 0.05em;
}
@media print, screen and (min-width: 64em) {
  a.link {
    font-size: 1.5rem;
  }
}

span.tag {
  font-family: "Poppins", Arial, sans-serif;
  font-size: 1rem;
  line-height: 2rem;
  font-weight: 500;
  letter-spacing: 0.05em;
}

.footer-nav {
  font-family: "Poppins", Arial, sans-serif;
  clear: both;
  font-size: 1.3125rem;
  line-height: 1.2;
  font-weight: 700;
  letter-spacing: 0.05em;
}

.footer-subnav {
  font-family: "Poppins", Arial, sans-serif;
  clear: both;
  font-size: 0.875rem;
  line-height: 1.625rem;
  font-weight: 600;
  letter-spacing: 0em;
  line-height: 1;
}

.eyebrow {
  font-size: 1.125rem;
  font-weight: 500;
  letter-spacing: 0.9px;
  text-transform: uppercase;
  margin-bottom: 0;
}

.text-uppercase {
  text-transform: uppercase;
}

.text-lowercase {
  text-transform: lowercase;
}

.text-capitalize {
  text-transform: capitalize;
}

p {
  margin-bottom: 1rem;
  margin-bottom: 2rem;
}
dfn,
cite,
em,
i,
.italic {
  font-style: italic;
}

blockquote {
  margin: 0 1.5em;
}

address {
  margin: 0 0 1.5em;
}

pre {
  background: #DFE5F0;
  font-family: Consolas, "Liberation Mono", Courier, monospace;
  line-height: 150%;
  margin-bottom: 1rem;
  max-width: 100%;
  overflow: auto;
  padding: 1rem;
}

code,
kbd,
tt,
var {
  font-family: Consolas, "Liberation Mono", Courier, monospace;
}

abbr,
acronym {
  border-bottom: 1px dotted #A3ADC0;
  cursor: help;
}

mark,
ins {
  background: #DFE5F0;
  text-decoration: none;
}

big {
  font-size: 125%;
}

.content-block a {
  text-decoration: underline;
}

.body {
  font-family: "Poppins", Arial, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 500;
  letter-spacing: 0.05em;
}
@media print, screen and (min-width: 64em) {
  .body {
    font-size: 1.25rem;
  }
}

.small-body {
  font-family: "Poppins", Arial, sans-serif;
  font-size: 1.125rem;
  line-height: 2rem;
  font-weight: 500;
  letter-spacing: 0.05em;
}
.small-body > p {
  line-height: 2rem;
}

.subnav {
  font-family: "Poppins", Arial, sans-serif;
  clear: both;
  font-size: 0.875rem;
  line-height: 1.625rem;
  font-weight: 600;
  font-style: italic;
}

.text-color-green-100 {
  color: #0E332F !important;
}
.text-color-red-100 {
  color: #E74824 !important;
}
.text-color-red-200 {
  color: #AE3516 !important;
}
.text-color-red-300 {
  color: #892505 !important;
}
.text-color-teal-100 {
  color: #AADBD0 !important;
}
.text-color-teal-200 {
  color: #74A59F !important;
}
.text-color-teal-300 {
  color: #54716D !important;
}
.text-color-yellow-100 {
  color: #FBC65F !important;
}
.text-color-yellow-200 {
  color: #F9B756 !important;
}
.text-color-yellow-300 {
  color: #EA732F !important;
}
.text-color-white {
  color: #ffffff !important;
}

.bg-color-green-100 {
  background-color: #0E332F;
}
.bg-color-green-100 h1, .bg-color-green-100 h2, .bg-color-green-100 h3, .bg-color-green-100 h4, .bg-color-green-100 h5, .bg-color-green-100 h6, .bg-color-green-100 p, .bg-color-green-100 span, .bg-color-green-100 a, .bg-color-green-100 ul, .bg-color-green-100 ol, .bg-color-green-100 li {
  color: #ffffff;
}
.bg-color-green-100 .card-text-container > h1, .bg-color-green-100 .card-text-container > h2, .bg-color-green-100 .card-text-container > h3, .bg-color-green-100 .card-text-container > h4, .bg-color-green-100 .card-text-container > h5, .bg-color-green-100 .card-text-container > h6, .bg-color-green-100 .card-text-container > p, .bg-color-green-100 .card-text-container > span, .bg-color-green-100 .card-text-container > a, .bg-color-green-100 .card-text-container > ul, .bg-color-green-100 .card-text-container > ol, .bg-color-green-100 .card-text-container > li {
  color: #ffffff;
}
.bg-color-red-100 {
  background-color: #E74824;
}
.bg-color-red-200 {
  background-color: #AE3516;
}
.bg-color-red-300 {
  background-color: #892505;
}
.bg-color-red-100 h1, .bg-color-red-100 h2, .bg-color-red-100 h3, .bg-color-red-100 h4, .bg-color-red-100 h5, .bg-color-red-100 h6, .bg-color-red-100 p, .bg-color-red-100 span, .bg-color-red-100 a, .bg-color-red-100 ul, .bg-color-red-100 ol, .bg-color-red-100 li, .bg-color-red-200 h1, .bg-color-red-200 h2, .bg-color-red-200 h3, .bg-color-red-200 h4, .bg-color-red-200 h5, .bg-color-red-200 h6, .bg-color-red-200 p, .bg-color-red-200 span, .bg-color-red-200 a, .bg-color-red-200 ul, .bg-color-red-200 ol, .bg-color-red-200 li, .bg-color-red-300 h1, .bg-color-red-300 h2, .bg-color-red-300 h3, .bg-color-red-300 h4, .bg-color-red-300 h5, .bg-color-red-300 h6, .bg-color-red-300 p, .bg-color-red-300 span, .bg-color-red-300 a, .bg-color-red-300 ul, .bg-color-red-300 ol, .bg-color-red-300 li {
  color: #ffffff;
}
.bg-color-red-100 .card-text-container > h1, .bg-color-red-100 .card-text-container > h2, .bg-color-red-100 .card-text-container > h3, .bg-color-red-100 .card-text-container > h4, .bg-color-red-100 .card-text-container > h5, .bg-color-red-100 .card-text-container > h6, .bg-color-red-100 .card-text-container > p, .bg-color-red-100 .card-text-container > span, .bg-color-red-100 .card-text-container > a, .bg-color-red-100 .card-text-container > ul, .bg-color-red-100 .card-text-container > ol, .bg-color-red-100 .card-text-container > li, .bg-color-red-200 .card-text-container > h1, .bg-color-red-200 .card-text-container > h2, .bg-color-red-200 .card-text-container > h3, .bg-color-red-200 .card-text-container > h4, .bg-color-red-200 .card-text-container > h5, .bg-color-red-200 .card-text-container > h6, .bg-color-red-200 .card-text-container > p, .bg-color-red-200 .card-text-container > span, .bg-color-red-200 .card-text-container > a, .bg-color-red-200 .card-text-container > ul, .bg-color-red-200 .card-text-container > ol, .bg-color-red-200 .card-text-container > li, .bg-color-red-300 .card-text-container > h1, .bg-color-red-300 .card-text-container > h2, .bg-color-red-300 .card-text-container > h3, .bg-color-red-300 .card-text-container > h4, .bg-color-red-300 .card-text-container > h5, .bg-color-red-300 .card-text-container > h6, .bg-color-red-300 .card-text-container > p, .bg-color-red-300 .card-text-container > span, .bg-color-red-300 .card-text-container > a, .bg-color-red-300 .card-text-container > ul, .bg-color-red-300 .card-text-container > ol, .bg-color-red-300 .card-text-container > li {
  color: #ffffff;
}
.bg-color-red-100 a, .bg-color-red-200 a, .bg-color-red-300 a {
  color: #ffffff !important;
}
.bg-color-teal-100 {
  background-color: #AADBD0;
  background: rgba(170, 219, 208, 0.27);
}
.bg-color-teal-100 h1, .bg-color-teal-100 h2, .bg-color-teal-100 h3, .bg-color-teal-100 h4, .bg-color-teal-100 h5, .bg-color-teal-100 h6, .bg-color-teal-100 p, .bg-color-teal-100 span, .bg-color-teal-100 ul, .bg-color-teal-100 ol, .bg-color-teal-100 li {
  color: #0E332F;
}
.bg-color-teal-100 a:not(.green-link):not(.button-link):not(.no-arrow):not(.anchor-link):not(.card-link) {
  color: #EA732F !important;
  position: relative;
  font-weight: 600;
  text-wrap: nowrap;
}
.bg-color-teal-100 a:not(.green-link):not(.button-link):not(.no-arrow):not(.anchor-link):not(.card-link):not(.plain):after {
  content: "";
  /*position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  */
  display: inline-block;
  width: 12px;
  height: 1rem;
  vertical-align: middle;
  background-image: url("../../assets/images/chevron_back_orange.svg");
  background-repeat: no-repeat;
  background-size: cover;
}
.bg-color-teal-200 {
  background-color: #74A59F;
}
.bg-color-teal-200 h1, .bg-color-teal-200 h2, .bg-color-teal-200 h3, .bg-color-teal-200 h4, .bg-color-teal-200 h5, .bg-color-teal-200 h6, .bg-color-teal-200 p, .bg-color-teal-200 span, .bg-color-teal-200 a, .bg-color-teal-200 ul, .bg-color-teal-200 ol, .bg-color-teal-200 li {
  color: #ffffff;
}
.bg-color-teal-200 .card-text-container > h1, .bg-color-teal-200 .card-text-container > h2, .bg-color-teal-200 .card-text-container > h3, .bg-color-teal-200 .card-text-container > h4, .bg-color-teal-200 .card-text-container > h5, .bg-color-teal-200 .card-text-container > h6, .bg-color-teal-200 .card-text-container > p, .bg-color-teal-200 .card-text-container > span, .bg-color-teal-200 .card-text-container > a, .bg-color-teal-200 .card-text-container > ul, .bg-color-teal-200 .card-text-container > ol, .bg-color-teal-200 .card-text-container > li {
  color: #ffffff;
}
.bg-color-teal-300 {
  background-color: #54716D;
}
.bg-color-teal-300 h1, .bg-color-teal-300 h2, .bg-color-teal-300 h3, .bg-color-teal-300 h4, .bg-color-teal-300 h5, .bg-color-teal-300 h6, .bg-color-teal-300 p, .bg-color-teal-300 span, .bg-color-teal-300 a, .bg-color-teal-300 ul, .bg-color-teal-300 ol, .bg-color-teal-300 li {
  color: #ffffff;
}
.bg-color-teal-300 .card-text-container > h1, .bg-color-teal-300 .card-text-container > h2, .bg-color-teal-300 .card-text-container > h3, .bg-color-teal-300 .card-text-container > h4, .bg-color-teal-300 .card-text-container > h5, .bg-color-teal-300 .card-text-container > h6, .bg-color-teal-300 .card-text-container > p, .bg-color-teal-300 .card-text-container > span, .bg-color-teal-300 .card-text-container > a, .bg-color-teal-300 .card-text-container > ul, .bg-color-teal-300 .card-text-container > ol, .bg-color-teal-300 .card-text-container > li {
  color: #ffffff;
}
.bg-color-teal-300 h3, .bg-color-teal-300 h4, .bg-color-teal-300 h5, .bg-color-teal-300 h6 {
  color: #AADBD0;
}
.bg-color-teal-400 {
  background-color: #E5F4F1;
}
.bg-color-yellow-100 {
  background-color: #FBC65F;
}
.bg-color-yellow-200 {
  background-color: #F9B756;
}
.bg-color-yellow-300 {
  background-color: #EA732F;
}
.bg-color-yellow-100, .bg-color-yellow-200, .bg-color-yellow-300 {
  position: relative;
}
.bg-color-yellow-100 h1, .bg-color-yellow-100 h2, .bg-color-yellow-100 h3, .bg-color-yellow-100 h4, .bg-color-yellow-100 h5, .bg-color-yellow-100 h6, .bg-color-yellow-100 p, .bg-color-yellow-100 span, .bg-color-yellow-100 a, .bg-color-yellow-100 ul, .bg-color-yellow-100 ol, .bg-color-yellow-100 li, .bg-color-yellow-200 h1, .bg-color-yellow-200 h2, .bg-color-yellow-200 h3, .bg-color-yellow-200 h4, .bg-color-yellow-200 h5, .bg-color-yellow-200 h6, .bg-color-yellow-200 p, .bg-color-yellow-200 span, .bg-color-yellow-200 a, .bg-color-yellow-200 ul, .bg-color-yellow-200 ol, .bg-color-yellow-200 li, .bg-color-yellow-300 h1, .bg-color-yellow-300 h2, .bg-color-yellow-300 h3, .bg-color-yellow-300 h4, .bg-color-yellow-300 h5, .bg-color-yellow-300 h6, .bg-color-yellow-300 p, .bg-color-yellow-300 span, .bg-color-yellow-300 a, .bg-color-yellow-300 ul, .bg-color-yellow-300 ol, .bg-color-yellow-300 li {
  color: #ffffff;
}
.bg-color-yellow-100 .card-text-container > h1, .bg-color-yellow-100 .card-text-container > h2, .bg-color-yellow-100 .card-text-container > h3, .bg-color-yellow-100 .card-text-container > h4, .bg-color-yellow-100 .card-text-container > h5, .bg-color-yellow-100 .card-text-container > h6, .bg-color-yellow-100 .card-text-container > p, .bg-color-yellow-100 .card-text-container > span, .bg-color-yellow-100 .card-text-container > a, .bg-color-yellow-100 .card-text-container > ul, .bg-color-yellow-100 .card-text-container > ol, .bg-color-yellow-100 .card-text-container > li, .bg-color-yellow-200 .card-text-container > h1, .bg-color-yellow-200 .card-text-container > h2, .bg-color-yellow-200 .card-text-container > h3, .bg-color-yellow-200 .card-text-container > h4, .bg-color-yellow-200 .card-text-container > h5, .bg-color-yellow-200 .card-text-container > h6, .bg-color-yellow-200 .card-text-container > p, .bg-color-yellow-200 .card-text-container > span, .bg-color-yellow-200 .card-text-container > a, .bg-color-yellow-200 .card-text-container > ul, .bg-color-yellow-200 .card-text-container > ol, .bg-color-yellow-200 .card-text-container > li, .bg-color-yellow-300 .card-text-container > h1, .bg-color-yellow-300 .card-text-container > h2, .bg-color-yellow-300 .card-text-container > h3, .bg-color-yellow-300 .card-text-container > h4, .bg-color-yellow-300 .card-text-container > h5, .bg-color-yellow-300 .card-text-container > h6, .bg-color-yellow-300 .card-text-container > p, .bg-color-yellow-300 .card-text-container > span, .bg-color-yellow-300 .card-text-container > a, .bg-color-yellow-300 .card-text-container > ul, .bg-color-yellow-300 .card-text-container > ol, .bg-color-yellow-300 .card-text-container > li {
  color: #ffffff;
}
.bg-color-yellow-100 a, .bg-color-yellow-200 a, .bg-color-yellow-300 a {
  color: #ffffff !important;
}
.bg-color-off-white {
  background-color: #EEF0F0;
}
.bg-color-none .cell p > a {
  color: #EA732F !important;
  position: relative;
  font-weight: 600;
  text-wrap: nowrap;
}
.bg-color-none .cell p > a:not(.plain):after {
  content: "";
  /*position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  */
  display: inline-block;
  width: 12px;
  height: 1rem;
  vertical-align: middle;
  background-image: url("../../assets/images/chevron_back_orange.svg");
  background-repeat: no-repeat;
  background-size: cover;
}

/* Grid
--------------------------------------------- */
.grid-container {
  max-width: 90rem;
}
.grid-container-fluid {
  width: 100%;
}
.grid-container-fluid .cell.small-12 > img {
  width: 100%;
}

.no-cell-padding .cell {
  padding: 0 !important;
}

/* Elements
--------------------------------------------- */
hr {
  background-color: #A3ADC0;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
  width: 100%;
}

.divider {
  padding: 0 !important;
}
.divider-large {
  height: 5rem;
}
.divider-small {
  height: 0.5rem;
}

ul,
ol {
  margin: 0 0 1.5em 1.5em;
}

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 1.5em;
}

dt {
  font-weight: 700;
}

dd {
  margin: 0 1.5em 1.5em;
}

p + ul {
  margin-bottom: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%;
}

img {
  height: auto;
  max-width: 100%;
}

figure {
  margin: 1em 0;
}

table {
  margin: 0 0 1.5em;
  width: 100%;
}

/* Links
--------------------------------------------- */
a {
  color: #EA732F;
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
a:before {
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
a:hover, a:focus, a:active {
  color: #F9B756;
}
a:focus {
  outline: thin dotted;
}
a:hover, a:active {
  outline: 0;
}

a.link {
  position: relative;
  border-bottom: solid 1px #FBC65F;
}
a.link:after {
  content: "&gt;";
  color: #FBC65F;
}

a.anchor-link {
  visibility: hidden;
  height: 0;
  max-height: 0;
  font-size: 0;
  position: absolute;
  top: -50px;
}

.prev-scroll-point {
  position: relative;
  top: -45px;
  visibility: hidden;
}

.trigger_modal {
  text-decoration: none;
}

a.excerpt-read-more {
  text-transform: uppercase;
  display: inline;
  padding-left: 10px;
  color: #EA732F !important;
  position: relative;
  font-weight: 600;
  text-wrap: nowrap;
}
a.excerpt-read-more:not(.plain):after {
  content: "";
  /*position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  */
  display: inline-block;
  width: 12px;
  height: 1rem;
  vertical-align: middle;
  background-image: url("../../assets/images/chevron_back_orange.svg");
  background-repeat: no-repeat;
  background-size: cover;
}

a.green-link {
  color: #0E332F !important;
}
a.green-link:hover {
  color: #E74824 !important;
}
a.green-link:after {
  background-image: none;
}

/* Forms
--------------------------------------------- */
button:not(.close-button, .menu-icon, .share-btn),
input[type=button],
input[type=reset],
input[type=submit],
.button,
span.edit-link a {
  border-radius: 3px;
  background: teal;
  color: #ffffff;
  line-height: 1;
  padding: 0.85em 1em;
  font-weight: 700;
  min-width: 100px;
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
button:not(.close-button, .menu-icon, .share-btn):hover,
input[type=button]:hover,
input[type=reset]:hover,
input[type=submit]:hover,
.button:hover,
span.edit-link a:hover {
  background: rgb(0, 108.8, 108.8);
  color: #ffffff;
}
button:not(.close-button, .menu-icon, .share-btn):active, button:not(.close-button, .menu-icon, .share-btn):focus,
input[type=button]:active,
input[type=button]:focus,
input[type=reset]:active,
input[type=reset]:focus,
input[type=submit]:active,
input[type=submit]:focus,
.button:active,
span.edit-link a:active,
.button:focus,
span.edit-link a:focus {
  border-color: #aaa #bbb #bbb;
}

.button.hollow, span.edit-link a.hollow {
  border-width: 2px;
}
.button.no-hover:hover, span.edit-link a.no-hover:hover {
  cursor: default;
}

.button, span.edit-link a {
  color: #ffffff;
  text-align: center;
  border-radius: 0.5rem;
  border: solid 1px;
  padding: 0.5rem 1rem;
}
@media print, screen and (min-width: 64em) {
  .button, span.edit-link a {
    padding: 0.5rem 1rem;
  }
}
.button a, span.edit-link a a, .button span, span.edit-link a span {
  text-decoration: none;
  text-transform: uppercase;
  color: #ffffff !important;
}
.button.btn-size-large, span.edit-link a.btn-size-large {
  font-size: 1rem;
}
@media print, screen and (min-width: 64em) {
  .button.btn-size-large, span.edit-link a.btn-size-large {
    font-size: 1.25rem;
  }
}
.button.btn-size-small, span.edit-link a.btn-size-small {
  font-size: 1rem;
  padding: 0.5rem;
  border-radius: 1rem;
  font-weight: 500;
}
.button.btn-size-small a, span.edit-link a.btn-size-small a, .button.btn-size-small span, span.edit-link a.btn-size-small span {
  text-transform: none;
}
.button.bg-color-red-300, span.edit-link a.bg-color-red-300 {
  background-color: #E74824;
  border-color: #E74824;
}
.button.bg-color-red-300:not(.no-hover):hover, span.edit-link a.bg-color-red-300:not(.no-hover):hover {
  background-color: #892505;
  border-color: #892505;
  color: white !important;
}
.button.bg-color-teal-100, span.edit-link a.bg-color-teal-100 {
  background-color: #AADBD0;
  border-color: #AADBD0;
}
.button.bg-color-teal-100:not(.no-hover):hover, span.edit-link a.bg-color-teal-100:not(.no-hover):hover {
  background-color: #0E332F;
  border-color: #0E332F;
  color: white !important;
}
.button.bg-color-hollow, span.edit-link a.bg-color-hollow, .button.bg-color-hollow-green, span.edit-link a.bg-color-hollow-green {
  background-color: transparent;
  border-color: #AADBD0;
}
.button.bg-color-hollow a, span.edit-link a.bg-color-hollow a, .button.bg-color-hollow span, span.edit-link a.bg-color-hollow span, .button.bg-color-hollow-green a, span.edit-link a.bg-color-hollow-green a, .button.bg-color-hollow-green span, span.edit-link a.bg-color-hollow-green span {
  color: #ffffff !important;
}
.button.bg-color-hollow:not(.no-hover):hover, span.edit-link a.bg-color-hollow:not(.no-hover):hover, .button.bg-color-hollow-green:not(.no-hover):hover, span.edit-link a.bg-color-hollow-green:not(.no-hover):hover {
  background-color: #54716D;
  border-color: #54716D;
}
.button.bg-color-hollow:not(.no-hover):hover a, span.edit-link a.bg-color-hollow:not(.no-hover):hover a, .button.bg-color-hollow:not(.no-hover):hover span, span.edit-link a.bg-color-hollow:not(.no-hover):hover span, .button.bg-color-hollow-green:not(.no-hover):hover a, span.edit-link a.bg-color-hollow-green:not(.no-hover):hover a, .button.bg-color-hollow-green:not(.no-hover):hover span, span.edit-link a.bg-color-hollow-green:not(.no-hover):hover span {
  color: #ffffff !important;
}
.button.bg-color-hollow-white, span.edit-link a.bg-color-hollow-white {
  background-color: transparent;
  border-color: #ffffff;
}
.button.bg-color-hollow-white a, span.edit-link a.bg-color-hollow-white a, .button.bg-color-hollow-white span, span.edit-link a.bg-color-hollow-white span {
  color: #ffffff !important;
}
.button.bg-color-hollow-white:not(.no-hover):hover, span.edit-link a.bg-color-hollow-white:not(.no-hover):hover {
  background-color: #54716D;
  border-color: #54716D;
}
.button.bg-color-hollow-white:not(.no-hover):hover a, span.edit-link a.bg-color-hollow-white:not(.no-hover):hover a, .button.bg-color-hollow-white:not(.no-hover):hover span, span.edit-link a.bg-color-hollow-white:not(.no-hover):hover span {
  color: #ffffff !important;
}
.button.bg-color-hollow-red, span.edit-link a.bg-color-hollow-red {
  background-color: transparent;
  border-color: #E74824;
  color: #E74824;
}
.button.bg-color-hollow-red a, span.edit-link a.bg-color-hollow-red a, .button.bg-color-hollow-red span, span.edit-link a.bg-color-hollow-red span {
  color: #E74824 !important;
}
.button.bg-color-hollow-red:not(.no-hover):hover, span.edit-link a.bg-color-hollow-red:not(.no-hover):hover {
  background-color: #E74824;
  border-color: #892505;
}
.button.bg-color-hollow-red:not(.no-hover):hover a, span.edit-link a.bg-color-hollow-red:not(.no-hover):hover a, .button.bg-color-hollow-red:not(.no-hover):hover span, span.edit-link a.bg-color-hollow-red:not(.no-hover):hover span {
  color: #ffffff !important;
}
.button.bg-color-hollow-yellow, span.edit-link a.bg-color-hollow-yellow {
  background-color: transparent;
  border-color: #EA732F;
  color: #EA732F;
}
.button.bg-color-hollow-yellow a, span.edit-link a.bg-color-hollow-yellow a, .button.bg-color-hollow-yellow span, span.edit-link a.bg-color-hollow-yellow span {
  color: #EA732F !important;
}
.button.bg-color-hollow-yellow:not(.no-hover):hover, span.edit-link a.bg-color-hollow-yellow:not(.no-hover):hover {
  background-color: #EA732F;
  border-color: #892505;
}
.button.bg-color-hollow-yellow:not(.no-hover):hover a, span.edit-link a.bg-color-hollow-yellow:not(.no-hover):hover a, .button.bg-color-hollow-yellow:not(.no-hover):hover span, span.edit-link a.bg-color-hollow-yellow:not(.no-hover):hover span {
  color: #ffffff !important;
}

.button-row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 0.5rem;
}
.button-row.text-center {
  justify-content: center;
}

.social_share_row {
  display: flex;
  justify-content: start;
}
@media print, screen and (min-width: 40em) {
  .social_share_row {
    justify-content: end;
  }
}

button.share-btn {
  position: relative;
  width: 44px;
  height: 44px;
  font-size: 0px;
  line-height: 44px;
}
button.share-btn:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
}
button.share-btn:hover {
  cursor: pointer;
}
button.share-btn.facebook-share:before {
  background-color: #54716D;
  -webkit-mask-image: url("../../assets/images/facebook_gray.svg");
  mask-image: url("../../assets/images/facebook_gray.svg");
}
button.share-btn.facebook-share:hover:before {
  background-color: #EA732F;
}
button.share-btn.tiktok-share:before {
  background-image: url("../../assets/images/facebook_gray.svg");
}
button.share-btn.instagram-share:before {
  background-image: url("../../assets/images/facebook_gray.svg");
}
button.share-btn.twitter-share:before {
  background-image: url("../../assets/images/facebook_gray.svg");
}

input[type=text],
input[type=email],
input[type=url],
input[type=password],
input[type=search],
input[type=number],
input[type=tel],
input[type=range],
input[type=date],
input[type=month],
input[type=week],
input[type=time],
input[type=datetime],
input[type=datetime-local],
input[type=color],
textarea {
  color: #182236;
  border: 1px solid #A3ADC0;
  border-radius: 3px;
  padding: 0.5rem;
}
input[type=text]:focus,
input[type=email]:focus,
input[type=url]:focus,
input[type=password]:focus,
input[type=search]:focus,
input[type=number]:focus,
input[type=tel]:focus,
input[type=range]:focus,
input[type=date]:focus,
input[type=month]:focus,
input[type=week]:focus,
input[type=time]:focus,
input[type=datetime]:focus,
input[type=datetime-local]:focus,
input[type=color]:focus,
textarea:focus {
  border: 1px solid #434D60;
}

select {
  border: 1px solid #A3ADC0;
}

textarea {
  width: 100%;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/
.hero {
  position: relative;
  z-index: 1;
}
.hero.has-bg-img h1, .hero.has-bg-img h2, .hero.has-bg-img h3, .hero.has-bg-img h4, .hero.has-bg-img h5, .hero.has-bg-img h6, .hero.has-bg-img p, .hero.has-bg-img span, .hero.has-bg-img a, .hero.has-bg-img ul, .hero.has-bg-img ol, .hero.has-bg-img li {
  color: #ffffff;
}
.hero.has-bg-img .card-text-container > h1, .hero.has-bg-img .card-text-container > h2, .hero.has-bg-img .card-text-container > h3, .hero.has-bg-img .card-text-container > h4, .hero.has-bg-img .card-text-container > h5, .hero.has-bg-img .card-text-container > h6, .hero.has-bg-img .card-text-container > p, .hero.has-bg-img .card-text-container > span, .hero.has-bg-img .card-text-container > a, .hero.has-bg-img .card-text-container > ul, .hero.has-bg-img .card-text-container > ol, .hero.has-bg-img .card-text-container > li {
  color: #ffffff;
}
.hero #mobile_hero_image_container,
.hero #desktop_hero_image_container {
  width: 100%;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  overflow: hidden;
}
.hero #mobile_hero_image_container img,
.hero #desktop_hero_image_container img {
  min-height: 100%;
  min-width: 100%;
  opacity: 0;
}
.hero #mobile_hero_image_container {
  background-size: cover;
}
@media print, screen and (min-width: 40em) {
  .hero #mobile_hero_image_container {
    display: none;
  }
}
.hero #desktop_hero_image_container {
  display: none;
  background-size: 100% 100%;
}
@media print, screen and (min-width: 40em) {
  .hero #desktop_hero_image_container {
    display: block;
  }
}
.hero #desktop_hero_image_container2 {
  display: none;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 0;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
@media print, screen and (min-width: 40em) {
  .hero #desktop_hero_image_container2 {
    display: block;
  }
}
.hero .hero_image_container {
  top: 0;
  left: 0;
  z-index: 0;
  width: 100%;
}
.hero #hero_content {
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 2;
}
.hero img {
  width: 100%;
}
.hero .grid-container-fluid .order-first .title-block {
  padding-left: 19px;
}
@media print, screen and (min-width: 40em) {
  .hero .grid-container-fluid .order-first .title-block {
    padding-left: 0;
    margin-left: calc((100vw - (90rem - 38px)) * 0.5);
  }
}
.hero .grid-container-fluid .order-last .title-block {
  padding-right: 19px;
}
@media print, screen and (min-width: 40em) {
  .hero .grid-container-fluid .order-last .title-block {
    padding-right: 0;
    margin-right: calc((100vw - (90rem - 38px)) * 0.5);
  }
}
.hero .grid-container-fluid .cell {
  display: flex;
}
.hero .grid-container-fluid .img-container img {
  object-fit: cover;
  height: 100%;
  width: 100%;
}

.callout {
  margin: 2rem 0;
  border: none;
}
@media print, screen and (max-width: 63.99875em) {
  .callout .callout_title {
    text-align: left;
  }
}
.callout .callout_title h5 {
  margin-bottom: 1rem;
  hyphens: auto;
}
@media print, screen and (min-width: 40em) {
  .callout .callout_title h5 {
    margin-bottom: 0;
  }
}
.callout p {
  font-size: 20px;
  line-height: 33px;
  letter-spacing: 1px;
}
.callout .button a, .callout span.edit-link a a, span.edit-link .callout a a {
  text-transform: initial;
}

@media print, screen and (min-width: 40em) {
  .image-text-column .grid-x.align-image_first > .cell:first-child {
    order: 1;
  }
  .image-text-column .grid-x.align-image_first > .cell:last-child {
    order: 2;
  }
  .image-text-column .grid-x.align-text_first > .cell:first-child {
    order: 2;
  }
  .image-text-column .grid-x.align-text_first > .cell:last-child {
    order: 1;
  }
}

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/
/* Navigation
--------------------------------------------- */
#main-nav a {
  color: #182236;
  font-size: 1rem;
  -webkit-transition: all 0.1s ease-in;
  -moz-transition: all 0.1s ease-in;
  -o-transition: all 0.1s ease-in;
  transition: all 0.1s ease-in;
}
#main-nav a:hover {
  background: #ffffff;
  color: lime;
}
#main-nav li.is-active a {
  color: lime;
}
#main-nav.dropdown.menu.medium-horizontal > li.is-dropdown-submenu-parent > a::after {
  content: url('data:image/svg+xml;utf8, <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16" fill="none"><path d="M4 6L8 10L12 6" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round"/></svg>');
  width: 16px;
  height: 16px;
  display: block;
  border-style: none;
  color: #182236;
  margin-top: -6px;
  -webkit-transition: transform 0.15s ease-in;
  -moz-transition: transform 0.15s ease-in;
  -o-transition: transform 0.15s ease-in;
  transition: transform 0.15s ease-in;
}
#main-nav.dropdown.menu.medium-horizontal > li.is-active.is-dropdown-submenu-parent > a::after {
  content: url('data:image/svg+xml;utf8, <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16" fill="none"><path d="M4 6L8 10L12 6" stroke="lime" stroke-linecap="round" stroke-linejoin="round"/></svg>');
  transform: rotate(-180deg);
  color: lime;
}
#main-nav.dropdown.menu.medium-horizontal > li.is-dropdown-submenu-parent > a:hover:after {
  transform: rotate(-180deg);
  color: lime;
}

#offcanvas_container #offcanvas_branding {
  position: relative;
}
#offcanvas_container #offcanvas_branding .site-branding {
  margin-right: auto;
}

.top-bar-container,
#offcanvas_container .grid-container,
#offcanvas_secondary .grid-container {
  padding: 0.75rem 0;
}
@media print, screen and (min-width: 40em) {
  .top-bar-container,
  #offcanvas_container .grid-container,
  #offcanvas_secondary .grid-container {
    padding: 1rem 0;
  }
}

#footer-menu {
  justify-content: space-around;
}
#footer-menu > li > a {
  padding-bottom: 1rem;
}
#footer-menu a {
  color: #ffffff;
  font-size: 1rem;
  font-weight: 600;
}
#footer-menu a:hover {
  color: lime;
}
#footer-menu ul {
  list-style: none;
  margin-left: 0;
  margin-bottom: 0;
}
#footer-menu ul a {
  font-weight: 400;
}

#footer-links a {
  font-size: 0.875rem;
  color: #ffffff;
}
#footer-links a:hover {
  color: lime;
}

#offcanvas-nav {
  margin-top: 4rem;
}

button.menu-icon:after {
  content: none;
}

ul.menu > li {
  margin-top: auto;
  margin-bottom: auto;
}

.menu-icon {
  height: auto;
  width: auto;
  font-size: 0;
}

#menu-toggle {
  display: none;
}

.menu-button,
.menu-button::before,
.menu-button::after {
  display: block;
  background-color: #54716D;
  position: relative;
  height: 4px;
  width: 30px;
  transition: transform 400ms cubic-bezier(0.23, 1, 0.32, 1);
  border-radius: 2px;
}

.menu-button::before,
.menu-button::after {
  position: absolute;
  content: "";
}

.menu-button::before {
  margin-top: -8px;
}

.menu-button::after {
  margin-top: 8px;
}

#menu-toggle:checked + .top-bar-container .menu-button-container .menu-button::before {
  margin-top: 0px;
  transform: rotate(405deg);
}
#menu-toggle:checked + .top-bar-container .menu-button-container .menu-button {
  background: rgba(255, 255, 255, 0);
}
#menu-toggle:checked + .top-bar-container .menu-button-container .menu-button::after {
  margin-top: 0px;
  transform: rotate(-405deg);
}
#menu-toggle:checked + .top-bar-container .nav-text {
  display: none;
}

.close-button {
  position: relative;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  font-size: 1rem;
  line-height: 1;
}

@media print, screen and (min-width: 40em) {
  .pt_medium-up {
    padding-top: 2rem;
  }
}

#top-bar-menu .hide_under_nav {
  display: none;
}

.position-top {
  height: auto;
}

.off-canvas-wrapper {
  overflow: visible;
  z-index: 100;
  position: sticky;
  top: 0;
}

#off-canvas.is-open {
  position: relative;
}
#off-canvas.is-open ~ .off-canvas-content.is-open-top {
  display: none;
}

#subnav_fullwidth {
  background-color: #EEF0F0;
  padding: 1rem 0;
  position: sticky;
  top: 0;
  z-index: 99;
}
#subnav_fullwidth nav.subnav_items_container {
  display: flex;
  flex-direction: row;
  align-content: center;
  justify-content: space-evenly;
  flex-wrap: wrap;
  gap: 1rem;
}
#subnav_fullwidth nav.subnav_items_container a {
  font-family: "Poppins", Arial, sans-serif;
  clear: both;
  font-size: 0.875rem;
  line-height: 1.625rem;
  font-weight: 600;
  letter-spacing: 0em;
  color: #54716D;
  text-transform: uppercase;
  font-style: normal;
}
@media print, screen and (min-width: 64em) {
  #subnav_fullwidth nav.subnav_items_container a {
    font-family: "Poppins", Arial, sans-serif;
    clear: both;
    font-size: 1.3125rem;
    line-height: 1.2;
    font-weight: 700;
    letter-spacing: 0.05em;
  }
}
#subnav_fullwidth nav.subnav_items_container a:hover, #subnav_fullwidth nav.subnav_items_container a.active {
  text-decoration: underline;
}
@media print, screen and (min-width: 40em) {
  #subnav_fullwidth nav.subnav_items_container {
    flex-wrap: nowrap;
  }
}

/* Posts and pages
--------------------------------------------- */
.post,
.page {
  margin: 0;
}

.updated:not(.published) {
  display: none;
}

.page-content,
.entry-content,
.entry-summary {
  margin: 0;
}
.page-links {
  clear: both;
  margin: 0 0 1.5em;
}

.excerpt-read-more {
  display: block;
}

.blog .card .card-section {
  padding: 50.6654px 0;
}

.page-navigation {
  text-align: center;
}
.page-navigation ul.pagination li span.current {
  border-radius: 3px;
  display: inline-block;
}

.post-navigation .nav-links {
  display: flex;
  justify-content: space-between;
}

article.post .posted-on a, article.post .posted-on time,
article.events .posted-on a,
article.events .posted-on time {
  text-decoration: none;
  color: #892505;
}
article.post .entry-date,
article.events .entry-date {
  font-family: "Poppins", Arial, sans-serif;
  font-size: 1.125rem;
  line-height: 2rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}
article.post .entry-date > p,
article.events .entry-date > p {
  line-height: 2rem;
}
article.post .entry-title,
article.events .entry-title {
  color: #E74824;
}
article.post .entry-title a, article.post .entry-title span,
article.events .entry-title a,
article.events .entry-title span {
  color: #E74824;
  text-decoration: none;
}
article.post a.back_link,
article.events a.back_link {
  color: #0E332F;
  font-family: "Poppins", Arial, sans-serif;
  clear: both;
  font-size: 1.3125rem;
  line-height: 1.2;
  font-weight: 700;
  letter-spacing: 0.05em;
  font-style: italic;
  text-decoration: underline;
}
article.post a.back_link:hover,
article.events a.back_link:hover {
  color: #EA732F;
}
article.therapists {
  padding-bottom: 3rem;
  display: flex;
  flex-direction: column;
}
@media print, screen and (min-width: 40em) {
  article.therapists {
    align-items: left;
    padding-bottom: 4.5rem;
  }
}
article.therapists > .featured-image {
  width: 100%;
  height: 100%;
  aspect-ratio: 1;
}
article.therapists > .featured-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
article.therapists .button a, article.therapists span.edit-link a a, span.edit-link article.therapists a a, article.therapists .button span, article.therapists span.edit-link a span, span.edit-link article.therapists a span {
  text-transform: initial;
}

.therapist_card h1, .therapist_card h2, .therapist_card h3, .therapist_card h4, .therapist_card h5, .therapist_card h6 {
  margin-bottom: 0;
}
.therapist_card .article-header {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  align-items: center;
  text-align: center;
}
@media print, screen and (min-width: 40em) {
  .therapist_card .article-header {
    gap: 1rem;
    align-items: start;
    text-align: left;
  }
}
.therapist_card .article-header .button-row:not(:last-child) {
  margin-bottom: 1rem;
}
.therapist_card .article-header .t_service {
  width: 90%;
}
@media print, screen and (min-width: 40em) {
  .therapist_card .article-header .t_service {
    width: auto;
  }
}

body.blog article.post, body.blog article.events, .content-block.events-loop article.post, .content-block.events-loop article.events {
  display: grid;
  grid-row-gap: 1rem;
  grid-column-gap: 3.5rem;
  margin-bottom: 4rem;
  grid-auto-flow: row;
  grid-template-columns: auto;
}
@media print, screen and (min-width: 64em) {
  body.blog article.post, body.blog article.events, .content-block.events-loop article.post, .content-block.events-loop article.events {
    grid-auto-flow: column;
    grid-template-columns: 50% 50%;
    grid-template-columns: 44% 56%;
    grid-template-columns: 431px auto;
  }
}
body.blog .featured-image img, .content-block.events-loop .featured-image img {
  aspect-ratio: 7/4;
  object-fit: cover;
  width: 100%;
}
@media print, screen and (min-width: 64em) {
  body.blog .featured-image img, .content-block.events-loop .featured-image img {
    width: 431px;
    object-fit: cover;
  }
}
body.blog .excerpt, .content-block.events-loop .excerpt {
  line-height: 33.1px;
  letter-spacing: 0.9px;
  text-align: justify;
  text-justify: auto;
}

@media print, screen and (min-width: 64em) {
  .events-loop article.events .featured-image, .events-loop article.events .event_card {
    order: unset;
  }
}
button.facetwp-load-more:hover {
  cursor: pointer;
}

/* Comments
--------------------------------------------- */
.comment-content a {
  word-wrap: break-word;
}

.bypostauthor {
  display: block;
}

/* Containers
--------------------------------------------- */
.top-bar ul {
  background-color: transparent;
}

#offcanvas_container {
  flex-wrap: wrap;
}

.top-bar, #offcanvas_container, #offcanvas_secondary {
  flex: 0 0 auto;
  padding: 0;
  justify-content: center;
  flex-direction: column;
}
.top-bar .grid-container, #offcanvas_container .grid-container, #offcanvas_secondary .grid-container {
  width: 100%;
  padding-left: 2rem;
  padding-right: 2rem;
}
@media screen and (min-width: 94rem) {
  .top-bar .grid-container, #offcanvas_container .grid-container, #offcanvas_secondary .grid-container {
    padding-left: 0;
    padding-right: 0;
  }
}
@media print, screen and (max-width: 39.99875em) {
  .top-bar .top-bar-left,
  .top-bar .top-bar-right, #offcanvas_container .top-bar-left,
  #offcanvas_container .top-bar-right, #offcanvas_secondary .top-bar-left,
  #offcanvas_secondary .top-bar-right {
    flex: auto;
  }
}
.top-bar .top-bar-right, #offcanvas_container .top-bar-right, #offcanvas_secondary .top-bar-right {
  display: flex;
  justify-content: flex-end;
  gap: 50px;
}
.top-bar .nav-logo img, #offcanvas_container .nav-logo img, #offcanvas_secondary .nav-logo img {
  max-height: 3.5rem;
}
.top-bar .nav-text, #offcanvas_container .nav-text, #offcanvas_secondary .nav-text {
  color: #ffffff;
  text-transform: uppercase;
  font-size: 0.75rem;
  font-weight: 700;
  vertical-align: middle;
}
@media print, screen and (min-width: 64em) {
  .top-bar .nav-text, #offcanvas_container .nav-text, #offcanvas_secondary .nav-text {
    font-size: 1.25rem;
  }
}

@media screen and (max-width: 455px) {
  #off-canvas #offcanvas_branding {
    width: 100%;
  }
  #off-canvas .top-bar-right {
    position: relative;
    justify-content: start;
    padding: 10px;
  }
  #off-canvas .top-bar-right .close-button {
    position: absolute;
    top: -40px;
    right: 0;
    left: auto;
    bottom: auto;
  }
}
#offcanvas_primary, #nav_group_container {
  display: grid;
  width: 100%;
  grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
}

#offcanvas_secondary {
  padding-top: 2rem;
  padding-bottom: 15rem;
  overflow: hidden;
  display: none;
}
#offcanvas_secondary .page_group {
  display: flex;
  flex-direction: column;
  margin-bottom: 1rem;
  padding-right: 2px;
}
#offcanvas_secondary .page_group a {
  margin: 0;
}
#offcanvas_secondary .page_group a:hover {
  color: #AE3516 !important;
}
#offcanvas_secondary .page_group .h5 {
  margin-bottom: 0.5rem;
}
#offcanvas_primary_mobile {
  margin: 0 !important;
  height: 100vh;
  padding-top: 3rem !important;
}
#offcanvas_primary_mobile .nav_group {
  display: flex;
  flex-direction: column;
}
#offcanvas_primary_mobile .secondary_group {
  display: flex;
  flex-direction: column;
  margin-left: 1rem;
}
#offcanvas_primary_mobile .secondary_group .h5 {
  margin-bottom: 0.75rem;
}
#offcanvas_primary_mobile .secondary_group .h6 {
  margin-bottom: 0;
}
#offcanvas_primary_mobile .tertiary_group {
  display: flex;
  flex-direction: column;
  margin-bottom: 1rem;
}

#offcanvas_primary_mobile #submenu_back {
  display: none;
  margin-top: 4rem;
}
#offcanvas_primary_mobile.show_submenus .nav_group:not(.active):not(#submenu_back) {
  height: 0;
  overflow: hidden;
}
#offcanvas_primary_mobile.show_submenus #submenu_back {
  display: block;
}
#offcanvas_primary_mobile .secondary_group, #offcanvas_primary_mobile .tertiary_group {
  height: 0;
  overflow: hidden;
}
#offcanvas_primary_mobile .primary_nav.toggled + .secondary_group,
#offcanvas_primary_mobile .primary_nav.toggled + .secondary_group .tertiary_group {
  height: auto;
}
#offcanvas_primary_mobile .nav_group, #offcanvas_primary_mobile .primary_nav, #offcanvas_primary_mobile .secondary_group, #offcanvas_primary_mobile .tertiary_group {
  transition: height 1.15s ease-in;
}

footer.site-footer p {
  margin-bottom: 0 !important;
}
footer.site-footer #pre_footer {
  background-color: #A7DAD0 !important;
}
footer.site-footer #pre_footer .link_group {
  display: flex;
  flex-direction: column;
}
@media print, screen and (min-width: 64em) {
  footer.site-footer #pre_footer .link_group {
    margin-top: 1rem;
  }
}
footer.site-footer #pre_footer .link_group a:hover {
  color: #AE3516 !important;
}
footer.site-footer #pre_footer #pre_footer_grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  text-align: center;
  justify-items: center;
}
@media print, screen and (min-width: 40em) {
  footer.site-footer #pre_footer #pre_footer_grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media print, screen and (min-width: 64em) {
  footer.site-footer #pre_footer #pre_footer_grid {
    display: flex;
    justify-content: space-between;
    text-align: left;
  }
}
footer.site-footer #pre_footer #pre_footer_grid .pf_cell {
  display: flex;
  justify-content: start;
  padding: 10px;
}
@media print, screen and (max-width: 63.99875em) {
  footer.site-footer #pre_footer #pre_footer_grid .pf_cell {
    width: 100%;
    padding-left: 15%;
    text-align: left;
  }
}
footer.site-footer #pre_footer #pre_footer_grid .pf_cell.img_group {
  flex-direction: row;
  min-width: 130px;
}
footer.site-footer #pre_footer #pre_footer_grid .pf_cell.link_group:nth-child(2) {
  justify-content: center;
}
@media print, screen and (min-width: 40em) {
  footer.site-footer #pre_footer #pre_footer_grid .pf_cell.link_group:nth-child(2) {
    justify-content: start;
  }
}
footer.site-footer #pre_footer #pre_footer_grid .pf_cell .pf_text_group {
  display: flex;
  flex-direction: column;
}
@media print, screen and (min-width: 64em) {
  footer.site-footer #pre_footer #pre_footer_grid .pf_cell .pf_text_group {
    text-wrap: nowrap;
  }
}
footer.site-footer #pre_footer #pre_footer_grid .pf_cell .pf_text_group .h1, footer.site-footer #pre_footer #pre_footer_grid .pf_cell .pf_text_group .h2, footer.site-footer #pre_footer #pre_footer_grid .pf_cell .pf_text_group .h3, footer.site-footer #pre_footer #pre_footer_grid .pf_cell .pf_text_group .h4, footer.site-footer #pre_footer #pre_footer_grid .pf_cell .pf_text_group .h5, footer.site-footer #pre_footer #pre_footer_grid .pf_cell .pf_text_group .h6 {
  margin-bottom: 0;
  line-height: 1.1;
}
footer.site-footer #pre_footer #pre_footer_grid .pf_cell .pf_text_group .h5 {
  margin-bottom: 1rem;
}
footer.site-footer #pre_footer #pre_footer_grid .pf_cell .pf_text_group .h6 {
  font-family: "Poppins", Arial, sans-serif;
  clear: both;
  font-size: 0.875rem;
  line-height: 1.625rem;
  font-weight: 600;
  letter-spacing: 0em;
  font-style: italic;
}
@media print, screen and (max-width: 63.99875em) {
  footer.site-footer #main_footer {
    background-image: none;
  }
}
footer.site-footer #main_footer .button-row {
  flex-direction: column;
  justify-content: space-evenly;
  align-content: center;
}
@media print, screen and (min-width: 64em) {
  footer.site-footer #main_footer .button-row {
    flex-direction: row;
  }
}
footer.site-footer #main_footer .button-row .button, footer.site-footer #main_footer .button-row span.edit-link a, span.edit-link footer.site-footer #main_footer .button-row a {
  width: fit-content;
  align-self: center;
}
footer.site-footer #main_footer .main_footer_content_container a:hover,
footer.site-footer #main_footer #section501 a:hover {
  color: #EA732F !important;
}
footer.site-footer #main_footer .main_footer_content_container {
  font-family: "Poppins", Arial, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 500;
  letter-spacing: 0.05em;
  font-style: italic;
}
@media print, screen and (min-width: 64em) {
  footer.site-footer #main_footer .main_footer_content_container {
    font-size: 1.25rem;
  }
}
footer.site-footer #main_footer .main_footer_content_container p {
  font-size: 1.25rem !important;
  line-height: 43px !important;
}
footer.site-footer #main_footer #main_footer_social_container {
  display: flex;
  align-items: center;
  justify-content: center;
  justify-content: space-evenly;
  flex-direction: row;
  flex-wrap: nowrap;
}
footer.site-footer #main_footer #main_footer_social_container .social_svg:hover svg, footer.site-footer #main_footer #main_footer_social_container .social_svg:hover g, footer.site-footer #main_footer #main_footer_social_container .social_svg:hover path {
  fill: #EA732F;
}
@media print, screen and (min-width: 64em) {
  footer.site-footer #main_footer #footer_divider {
    width: 3px;
    margin: 0;
  }
}
footer.site-footer #main_footer #footer_divider > div {
  margin: 20px 0;
  background-color: white;
  height: 3px;
  border-radius: 10px;
}
@media print, screen and (min-width: 64em) {
  footer.site-footer #main_footer #footer_divider > div {
    margin: 0;
    height: 100%;
    width: 3px;
  }
}
footer.site-footer #main_footer #section501 {
  align-content: center;
  text-align: center;
}
@media print, screen and (min-width: 64em) {
  footer.site-footer #main_footer #section501 {
    padding-left: 38px;
    text-align: left;
  }
}
footer.site-footer #main_footer #section501 a {
  text-decoration: underline;
}

span.edit-link {
  position: fixed;
  bottom: 24px;
  left: 24px;
  z-index: 999;
}
span.edit-link a {
  color: white !important;
  border-color: white !important;
  margin-bottom: 0;
}

#google_translate_element {
  display: none !important;
}

#sticky_translate_container {
  position: fixed;
  bottom: 0;
  transform: translateY(-10vh);
  right: 0;
  z-index: 999;
}
#sticky_translate_container #sticky_button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 88px;
  height: 81px;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  border-radius: 53px 0px 0px 53px;
  -webkit-transition: transform 1s linear, width 0.25s linear;
  -moz-transition: transform 1s linear, width 0.25s linear;
  -ms-transition: transform 1s linear, width 0.25s linear;
  -o-transition: transform 1s linear, width 0.25s linear;
  transition: transform 1s linear, width 0.25s linear;
}
#sticky_translate_container:hover {
  cursor: pointer;
}
#sticky_translate_container:hover #sticky_button {
  width: 108px;
}
#sticky_translate_container.translate_slide {
  transform: translateY(-90vh);
}
#sticky_translate_container.translate_slide #sticky_button {
  width: 365px;
}
#sticky_translate_container.translate_slide #sticky_button #translate_text {
  width: 67%;
  padding-left: 2rem;
}
#sticky_translate_container.translate_slide:hover #sticky_button {
  width: 350px;
}
#sticky_translate_container #translate_text {
  width: 0;
  overflow: hidden;
  margin-bottom: 0;
}
#sticky_translate_container #translate_icon {
  position: relative;
  width: 52px;
  height: 56px;
}
#sticky_translate_container #translate_icon:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-image: url("../../assets/images/translate.svg");
  background-repeat: no-repeat;
  background-size: auto;
}
#sticky_translate_container #translate_text {
  color: white !important;
}
#sticky_translate_container #sticky_list {
  display: none;
}
#sticky_translate_container.translate_slide #sticky_list {
  display: block;
  width: 90%;
  position: absolute;
  right: 0;
  background: rgba(255, 255, 255, 0.9);
  backdrop-filter: blur(2px);
}
#sticky_translate_container.translate_slide #sticky_list ul li {
  list-style: none;
  padding-bottom: 10px;
}
#sticky_translate_container.translate_slide #sticky_list ul li a {
  font-family: "Poppins", Arial, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 500;
  letter-spacing: 0.05em;
  color: #54716D;
  text-transform: uppercase;
  font-weight: 700;
}
@media print, screen and (min-width: 64em) {
  #sticky_translate_container.translate_slide #sticky_list ul li a {
    font-size: 1.25rem;
  }
}
#sticky_translate_container.translate_slide #sticky_list ul li a:hover {
  text-decoration: underline;
}
#sticky_translate_container.translate_slide #sticky_list ul li:last-child {
  padding-bottom: 0;
}

.card-row {
  display: grid;
  grid-template-columns: auto;
  max-width: 75%;
  margin: 2rem auto;
  gap: 10px;
}
@media print, screen and (min-width: 40em) {
  .card-row {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media print, screen and (min-width: 64em) {
  .card-row {
    max-width: 90rem;
    margin: 2rem auto 3rem;
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
.card-row.card-row-size-3, .card-row.card-row-size-three {
  grid-template-columns: auto;
}
@media print, screen and (min-width: 40em) {
  .card-row.card-row-size-3, .card-row.card-row-size-three {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media print, screen and (min-width: 64em) {
  .card-row.card-row-size-3, .card-row.card-row-size-three {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
.card-row.card-row-size-4, .card-row.card-row-size-four {
  grid-template-columns: auto;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
@media print, screen and (min-width: 40em) {
  .card-row.card-row-size-4, .card-row.card-row-size-four {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
@media print, screen and (min-width: 64em) {
  .card-row.card-row-size-4, .card-row.card-row-size-four {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}
.card-row.card-size-large {
  gap: 20px;
}
.card-row .card {
  text-align: center;
  justify-content: center;
  color: white !important;
  margin-bottom: 0;
  border-radius: 0;
  position: relative;
  overflow: visible !important;
  min-height: 157px;
}
.card-row .card.team_card .trigger_modal {
  height: 100%;
}
.card-row .card.team_card .trigger_modal > img {
  width: 100%;
  object-fit: cover;
  max-height: 100%;
}
.card-row .card.team_card .modal-content {
  display: none;
}
.card-row .card .card-text-container {
  padding: 2rem 1rem;
}
@media print, screen and (min-width: 40em) {
  .card-row .card .card-text-container {
    padding: 3rem;
  }
}
.card-row .card h3 {
  text-transform: uppercase;
  margin-bottom: 1.5rem;
  line-height: 1.5;
}
.card-row .card p {
  font-weight: 500;
  font-size: 1rem;
  margin-bottom: 0;
}
@media print, screen and (min-width: 40em) {
  .card-row .card p {
    font-size: 1.25rem;
  }
}
.card-row .card img {
  height: 100%;
}
.card-row .card.bgi {
  background-size: 67%;
}
.card-row a.card-link {
  text-decoration: none !important;
}
.card-row a.card-link:hover {
  box-shadow: 4px 4px 10px #182236;
}

.modal {
  display: none;
}

#active_modal {
  display: block;
}

#footer_modal_container {
  display: none;
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 9;
  background: rgba(127, 165, 159, 0.27);
  backdrop-filter: blur(12px);
}
#footer_modal_container.modal-active {
  display: block;
}
#footer_modal_container #modal_content_container {
  background: white;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transform: translate(-50%, 0);
  padding-top: 20px;
  width: 85%;
}
@media print, screen and (min-width: 40em) {
  #footer_modal_container #modal_content_container {
    width: 80%;
    padding-top: 0;
  }
}
@media print, screen and (min-width: 64em) {
  #footer_modal_container #modal_content_container {
    width: 75%;
  }
}
@media screen and (min-width: 75em) {
  #footer_modal_container #modal_content_container {
    max-width: 63.9rem;
    width: 100%;
  }
}
#footer_modal_container #modal_content_container .close-modal {
  background-image: url("../../assets/images/modal-close.svg");
  height: 32px;
  width: 32px;
  position: absolute;
  top: 10px;
  right: 10px;
}
@media print, screen and (min-width: 40em) {
  #footer_modal_container #modal_content_container .close-modal {
    top: 32px;
    right: 32px;
  }
}
#footer_modal_container #modal_content_container .close-modal:hover {
  cursor: pointer;
}

.therapist_card .modal-content, .event_card .modal-content, #main_footer .modal-content {
  display: none;
}
.therapist_card a, .event_card a, #main_footer a {
  text-decoration: none;
}

#modal_content_replacement .modal-content h2 {
  color: #E74824;
}
#modal_content_replacement .modal-content h4 {
  color: #74A59F;
}
#modal_content_replacement .modal-content p {
  font-family: "Poppins", Arial, sans-serif;
  font-size: 1.125rem;
  line-height: 2rem;
  font-weight: 500;
  letter-spacing: 0.05em;
}
#modal_content_replacement .modal-content p > p {
  line-height: 2rem;
}
#modal_content_replacement .modal-content .modal_container .modal_row {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
@media print, screen and (min-width: 40em) {
  #modal_content_replacement .modal-content .modal_container .modal_row {
    flex-direction: row;
  }
}
#modal_content_replacement .modal-content .modal_container .modal_row .featured-image, #modal_content_replacement .modal-content .modal_container .modal_row .t_image {
  flex: 0 0 30%;
}
#modal_content_replacement .modal-content .t_contact {
  word-break: break-word;
}
#modal_content_replacement .modal-content .button-row {
  gap: 3rem;
}
#modal_content_replacement .modal-content.modal-team {
  display: flex;
  flex-direction: row;
  gap: 2rem;
}
#modal_content_replacement .modal-content.modal-team p {
  font-family: "Poppins", Arial, sans-serif;
  font-size: 1.125rem;
  line-height: 2rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  font-weight: 500;
}
#modal_content_replacement .modal-content.modal-team p > p {
  line-height: 2rem;
}
#modal_content_replacement .modal-content.modal-therapist .t_contact {
  color: #54716D;
  padding: 5px 0;
  letter-spacing: 0.8px;
}
#modal_content_replacement .modal-content.modal-therapist .t_contact > span {
  font-weight: 700;
}
#modal_content_replacement .modal-content.modal-therapist .t_contact > a {
  color: #54716D;
  text-decoration: underline;
}
#modal_content_replacement .modal-content.modal-event .e_information {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
#modal_content_replacement .modal-content.modal-event .e_information .e_image {
  text-align: center;
}
#modal_content_replacement .modal-content.modal-event .e_information .event-modal-footer {
  display: flex;
  flex-direction: row;
  display: flex;
  align-items: center;
  justify-content: center;
}
#modal_content_replacement .modal-content.modal-event .e_information .event-modal-footer .social-icons-container {
  margin-left: auto;
}

/* Widgets
--------------------------------------------- */
.widget {
  margin: 0 0 1.5em;
}
.widget select {
  max-width: 100%;
}

/* Media
--------------------------------------------- */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
  display: inline-block;
}

.video.fullscreen video {
  width: 100%;
  height: 100%;
}
.video.clippy {
  clip-path: inset(0px 14% round 20px);
}

.post video {
  width: 100%;
}

.click-to-zoom:hover {
  cursor: pointer;
}

.ctzModal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 2; /* Sit on top */
  padding-top: 100px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0, 0, 0); /* Fallback color */
  background-color: rgba(0, 0, 0, 0.9); /* Black w/ opacity */
}

.ctzModalContent {
  margin: auto;
  display: block;
  width: 75%;
  -webkit-animation-name: zoom;
  -webkit-animation-duration: 0.6s;
  animation-name: zoom;
  animation-duration: 0.6s;
}

.out {
  animation-name: zoom-out;
  animation-duration: 0.6s;
}

@-webkit-keyframes zoom {
  from {
    -webkit-transform: scale(1);
  }
  to {
    -webkit-transform: scale(2);
  }
}
@keyframes zoom {
  from {
    transform: scale(0.4);
  }
  to {
    transform: scale(1);
  }
}
@keyframes zoom-out {
  from {
    transform: scale(1);
  }
  to {
    transform: scale(0);
  }
}
/* 100% Image Width on Smaller Screens */
@media only screen and (max-width: 700px) {
  .ctzModalContent {
    width: 100%;
  }
}
/* Captions
--------------------------------------------- */
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}
.wp-caption img[class*=wp-image-] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
}

.wp-caption-text {
  text-align: center;
}

/* Galleries
--------------------------------------------- */
.gallery {
  margin-bottom: 1.5em;
  display: grid;
  grid-gap: 1.5em;
}

.gallery-item {
  display: inline-block;
  text-align: center;
  width: 100%;
}

.gallery-columns-2 {
  grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
  grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
  grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
  grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
  grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
  grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
  grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
  grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
  display: block;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/
/* Jetpack infinite scroll
--------------------------------------------- */
/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
  display: block;
}

/* Gravity Form Variables
--------------------------------------------- */
.gform_wrapper form[id^=gform_] label.gfield_label,
.gform_wrapper form[id^=gform_] legend.gfield_label {
  color: #182236;
  font-size: 1rem;
  font-weight: 500;
  line-height: 150%;
}
.gform_wrapper form[id^=gform_] label.gform-field-label--type-sub,
.gform_wrapper form[id^=gform_] legend.gform-field-label--type-sub {
  margin-top: 0.25rem;
}
.gform_wrapper form[id^=gform_] label .gfield_required_asterisk,
.gform_wrapper form[id^=gform_] legend .gfield_required_asterisk {
  color: #E74824;
  font-size: 1rem;
}
.gform_wrapper form[id^=gform_] input[type=text], .gform_wrapper form[id^=gform_] input[type=email], .gform_wrapper form[id^=gform_] input[type=url], .gform_wrapper form[id^=gform_] input[type=password], .gform_wrapper form[id^=gform_] input[type=search], .gform_wrapper form[id^=gform_] input[type=number], .gform_wrapper form[id^=gform_] input[type=tel], .gform_wrapper form[id^=gform_] input[type=range], .gform_wrapper form[id^=gform_] input[type=date], .gform_wrapper form[id^=gform_] input[type=month], .gform_wrapper form[id^=gform_] input[type=week], .gform_wrapper form[id^=gform_] input[type=time], .gform_wrapper form[id^=gform_] input[type=datetime], .gform_wrapper form[id^=gform_] input[type=datetime-local], .gform_wrapper form[id^=gform_] input[type=color], .gform_wrapper form[id^=gform_] textarea {
  border-radius: 8px;
  background: #ffffff;
  border: 1.5px solid #A3ADC0;
  box-shadow: none;
}
.gform_wrapper form[id^=gform_] input[type=text]:focus, .gform_wrapper form[id^=gform_] input[type=email]:focus, .gform_wrapper form[id^=gform_] input[type=url]:focus, .gform_wrapper form[id^=gform_] input[type=password]:focus, .gform_wrapper form[id^=gform_] input[type=search]:focus, .gform_wrapper form[id^=gform_] input[type=number]:focus, .gform_wrapper form[id^=gform_] input[type=tel]:focus, .gform_wrapper form[id^=gform_] input[type=range]:focus, .gform_wrapper form[id^=gform_] input[type=date]:focus, .gform_wrapper form[id^=gform_] input[type=month]:focus, .gform_wrapper form[id^=gform_] input[type=week]:focus, .gform_wrapper form[id^=gform_] input[type=time]:focus, .gform_wrapper form[id^=gform_] input[type=datetime]:focus, .gform_wrapper form[id^=gform_] input[type=datetime-local]:focus, .gform_wrapper form[id^=gform_] input[type=color]:focus, .gform_wrapper form[id^=gform_] textarea:focus {
  box-shadow: 0 0 5px #A3ADC0;
}
.gform_wrapper form[id^=gform_] input[type=text], .gform_wrapper form[id^=gform_] input[type=email], .gform_wrapper form[id^=gform_] input[type=url], .gform_wrapper form[id^=gform_] input[type=password], .gform_wrapper form[id^=gform_] input[type=search], .gform_wrapper form[id^=gform_] input[type=number], .gform_wrapper form[id^=gform_] input[type=tel], .gform_wrapper form[id^=gform_] input[type=range], .gform_wrapper form[id^=gform_] input[type=date], .gform_wrapper form[id^=gform_] input[type=month], .gform_wrapper form[id^=gform_] input[type=week], .gform_wrapper form[id^=gform_] input[type=time], .gform_wrapper form[id^=gform_] input[type=datetime], .gform_wrapper form[id^=gform_] input[type=datetime-local], .gform_wrapper form[id^=gform_] input[type=color], .gform_wrapper form[id^=gform_] select {
  height: 48px;
}
.gform_wrapper form[id^=gform_] input[type=checkbox] {
  box-shadow: none;
}
.gform_wrapper form[id^=gform_] input[type=checkbox]:focus {
  box-shadow: 0 0 5px #A3ADC0;
}
.gform_wrapper form[id^=gform_] input[type=checkbox]:checked:before {
  color: #0E332F;
  font-weight: bold;
}
.gform_wrapper form[id^=gform_] input[type=radio] {
  box-shadow: none;
}
.gform_wrapper form[id^=gform_] input[type=radio]:focus {
  box-shadow: 0 0 5px #A3ADC0;
}
.gform_wrapper form[id^=gform_] input[type=radio]:checked:before {
  width: 10px;
  height: 10px;
  background-color: #0E332F;
}
.gform_wrapper form[id^=gform_] select {
  background-color: #ffffff;
  border-radius: 8px;
  border: 1.5px solid #A3ADC0;
  box-shadow: none;
  padding-top: 3px;
}
.gform_wrapper form[id^=gform_].placeholder {
  color: #A3ADC0;
}
.gform_wrapper form[id^=gform_]:-moz-placeholder {
  color: #A3ADC0;
}
.gform_wrapper form[id^=gform_]::-moz-placeholder {
  color: #A3ADC0;
}
.gform_wrapper form[id^=gform_]:-ms-input-placeholder {
  color: #A3ADC0;
}
.gform_wrapper form[id^=gform_]::-webkit-input-placeholder {
  color: #A3ADC0;
}
.gform_wrapper form[id^=gform_] .gfield--type-list button.add_list_item, .gform_wrapper form[id^=gform_] .gfield--type-list button.delete_list_item,
.gform_wrapper form[id^=gform_] .gfield--input-type-list button.add_list_item,
.gform_wrapper form[id^=gform_] .gfield--input-type-list button.delete_list_item {
  background-color: #0E332F !important;
}
.gform_wrapper form[id^=gform_] .gfield_error input[type=text], .gform_wrapper form[id^=gform_] .gfield_error input[type=email], .gform_wrapper form[id^=gform_] .gfield_error input[type=url], .gform_wrapper form[id^=gform_] .gfield_error input[type=password], .gform_wrapper form[id^=gform_] .gfield_error input[type=search], .gform_wrapper form[id^=gform_] .gfield_error input[type=number], .gform_wrapper form[id^=gform_] .gfield_error input[type=tel], .gform_wrapper form[id^=gform_] .gfield_error input[type=range], .gform_wrapper form[id^=gform_] .gfield_error input[type=date], .gform_wrapper form[id^=gform_] .gfield_error input[type=month], .gform_wrapper form[id^=gform_] .gfield_error input[type=week], .gform_wrapper form[id^=gform_] .gfield_error input[type=time], .gform_wrapper form[id^=gform_] .gfield_error input[type=datetime], .gform_wrapper form[id^=gform_] .gfield_error input[type=datetime-local], .gform_wrapper form[id^=gform_] .gfield_error input[type=color], .gform_wrapper form[id^=gform_] .gfield_error textarea {
  border: 1.5px solid #E74824;
}

/* FacetWP Overrides */
/* Styles for displaying the radio buttons */
.facetwp-type-radio {
  display: flex;
  align-items: center;
  justify-content: center;
  justify-content: space-evenly;
  flex-wrap: wrap;
  gap: 10px;
  font-family: "Poppins", Arial, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 500;
  letter-spacing: 0.05em;
  font-weight: 700;
  color: #E74824;
}
@media print, screen and (min-width: 64em) {
  .facetwp-type-radio {
    font-size: 1.25rem;
  }
}
@media print, screen and (min-width: 40em) {
  .facetwp-type-radio {
    font-family: "Poppins", Arial, sans-serif;
    clear: both;
    font-size: 1.275rem;
    line-height: 1.5;
    font-weight: 700;
    letter-spacing: 0.05em;
  }
}
@media print, screen and (min-width: 40em) and (min-width: 64em) {
  .facetwp-type-radio {
    font-size: 1.5rem;
    line-height: 1.5;
  }
}
@media print, screen and (min-width: 64em) {
  .facetwp-type-radio {
    gap: 20px;
    white-space: nowrap;
  }
}
.facetwp-type-radio .facetwp-radio {
  text-transform: uppercase;
  background-image: url("../../assets/images/facetwp/radio.png");
  background-size: 28px 28px;
  padding-left: 34px;
  line-height: 28px;
}
.facetwp-type-radio .facetwp-radio.checked {
  background-image: url("../../assets/images/facetwp/radio-on.png");
}
@media print, screen and (min-width: 40em) {
  .facetwp-type-radio .facetwp-radio {
    white-space: nowrap;
  }
}

#posts_facets .facetwp-type-radio {
  color: #393939;
}
#posts_facets .facetwp-type-radio .facetwp-radio {
  text-transform: none;
  background: none !important;
  padding-left: none;
  font-family: "Poppins", Arial, sans-serif;
  clear: both;
  font-size: 1.3125rem;
  line-height: 1.2;
  font-weight: 700;
  letter-spacing: 0.05em;
  font-style: italic;
}
#posts_facets .facetwp-type-radio .facetwp-radio.checked {
  text-decoration: underline;
}

/* Hide counts in all Radio facets */
[data-type=radio] .facetwp-counter {
  display: none;
}

/* Extra padding below filters */
.facet_tag_list {
  padding-bottom: 20px;
}
@media print, screen and (min-width: 40em) {
  .facet_tag_list {
    padding-bottom: 40px;
  }
}

/* Slick Slider */
/* Swiper JS (carousels) */
.swiper {
  z-index: 0;
}

.swiper-slide {
  width: auto;
}

.slide-container {
  display: flex;
  flex-direction: column;
}
@media print, screen and (min-width: 40em) {
  .slide-container {
    max-width: 308px;
  }
}
@media print, screen and (min-width: 64em) {
  .slide-container {
    max-width: 400px;
    margin-right: 52px;
  }
}
@media screen and (min-width: 75em) {
  .slide-container {
    max-width: 550px;
  }
}
@media screen and (min-width: 90em) {
  .slide-container {
    max-width: 550px;
  }
}
@media screen and (min-width: 100em) {
  .slide-container {
    max-width: 550px;
  }
}
.slide-container .img-container {
  aspect-ratio: 7/4;
}
@media print, screen and (min-width: 40em) {
  .slide-container .img-container {
    height: 173px;
    width: 308px;
  }
}
@media print, screen and (min-width: 64em) {
  .slide-container .img-container {
    height: 225px;
    width: 400px;
  }
}
@media screen and (min-width: 75em) {
  .slide-container .img-container {
    height: 310px;
    width: 550px;
  }
}
@media screen and (min-width: 90em) {
  .slide-container .img-container {
    height: 310px;
    width: 550px;
  }
}
.slide-container .img-container img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.slide-container .text-container {
  width: 85%;
  margin: 0 auto;
}

.swiper-button-prev,
.swiper-button-next {
  display: block;
  width: 74px;
  height: 74px;
  z-index: 9;
  top: 118px;
}
.swiper-button-prev:hover,
.swiper-button-next:hover {
  cursor: pointer;
}
.swiper-button-prev:after,
.swiper-button-next:after {
  content: none;
}

.swiper-button-prev {
  background-image: url("../../assets/images/slick/prev-arrow.png");
  margin-left: 1rem;
}

.swiper-button-next {
  background-image: url("../../assets/images/slick/next-arrow.png");
  margin-right: 1rem;
}

/* Mailchimp */
.mc-field-group {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}
.mc-field-group ul {
  margin: 0 0 0 5px;
}
.mc-field-group ul li {
  list-style: none;
  margin-bottom: 8px;
}

.mc-two-column {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  gap: 41px;
}

.indent-group {
  margin: 37px 0 37px 20px;
}
.indent-group .mc-two-column {
  justify-content: start;
}

.mc-align-center {
  align-items: center;
}

input[type=text],
input[type=email],
input[type=phone],
input[type=textarea] {
  background: #D9D9D9;
  border-radius: 9px;
}

input[type=checkbox] {
  margin-bottom: 0;
}

input[type=checkbox] + label {
  font-family: "Poppins", Arial, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 500;
  letter-spacing: 0.05em;
  color: #54716D;
}
@media print, screen and (min-width: 64em) {
  input[type=checkbox] + label {
    font-size: 1.25rem;
  }
}

input[type=submit] {
  background-color: #54716D;
  border-radius: 9px;
  padding: 12px 28px;
}

.is-invalid {
  border: solid red 3px;
}

.gform_wrapper h2.gform_title {
  color: #0E332F !important;
}
.gform_wrapper p.gform_description,
.gform_wrapper legend, .gform_wrapper .gfield_checkbox label {
  color: #54716D !important;
  font-size: 1rem !important;
}
@media print, screen and (min-width: 64em) {
  .gform_wrapper p.gform_description,
  .gform_wrapper legend, .gform_wrapper .gfield_checkbox label {
    font-size: 1.25rem !important;
  }
}
.gform_wrapper legend {
  font-style: italic !important;
}
.gform_wrapper #gform_1 .gform_fields {
  row-gap: 12px;
}
@media print, screen and (min-width: 64em) {
  .gform_wrapper #gform_1 .gform_fields {
    row-gap: var(--gf-form-gap-y);
  }
}
.gform_wrapper #gform_1 .gform_fields .gfield--type-name {
  margin-top: 20px;
}
@media print, screen and (min-width: 64em) {
  .gform_wrapper #gform_1 .gform_fields .gfield--type-name {
    margin-top: 0;
  }
}
.gform_wrapper #gform_1 .gform_fields .gfield--type-email {
  grid-column: span 12;
}
@media print, screen and (min-width: 64em) {
  .gform_wrapper #gform_1 .gform_fields .gfield--type-email {
    grid-column: span 10;
  }
}
.gform_wrapper #gform_1 .gform_fields .gfield--type-submit {
  grid-column: span 12;
}
@media print, screen and (min-width: 64em) {
  .gform_wrapper #gform_1 .gform_fields .gfield--type-submit {
    grid-column: span 2;
  }
}
.gform_wrapper #gform_1 input[type=email], .gform_wrapper #gform_1 input[type=text], .gform_wrapper #gform_1 input[type=textarea],
.gform_wrapper #gform_1 input[type=phone], .gform_wrapper #gform_1 input[type=password], .gform_wrapper #gform_1 input[type=url],
.gform_wrapper #gform_1 input[type=search], .gform_wrapper #gform_1 input[type=number], .gform_wrapper #gform_1 input[type=tel] {
  background: #D9D9D9 !important;
  border-radius: 9px !important;
  color: #182236 !important;
  border: 1px solid #A3ADC0 !important;
  padding: 0.5rem !important;
  height: 54px !important;
}
.gform_wrapper #gform_1 input[type=checkbox]:hover {
  cursor: pointer;
}
.gform_wrapper #gform_1 .gform-button, .gform_wrapper #gform_1 button {
  background-color: #54716D !important;
  border-radius: 9px !important;
  padding: 12px 28px !important;
  height: 54px !important;
}
.gform_wrapper #gform_1 .gfield_checkbox {
  display: grid;
  grid-template-columns: 1fr;
}
@media print, screen and (min-width: 64em) {
  .gform_wrapper #gform_1 .gfield_checkbox {
    grid-template-columns: 1fr;
  }
}
.gform_wrapper #gform_1 .gfield_checkbox .gfield_choice_all_toggle {
  justify-self: flex-start;
}
.gform_wrapper #gform_1 .gfield_checkbox .gchoice {
  align-items: center;
}
.gform_wrapper #gform_1 label[for=input_1_1] {
  display: none;
}
.gform_wrapper #gform_1 .gfield--type-email {
  grid-column: span 10;
}
.gform_wrapper #gform_1 .gfield--type-submit {
  grid-column: span 2;
  align-items: center;
}
.gform_wrapper.gform_validation_error .gfield--type-submit {
  align-items: flex-start !important;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/
/* Accessibility
--------------------------------------------- */
/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}
.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  clip-path: none;
  color: #21759b;
  display: block;
  font-size: 0.875rem;
  font-weight: 700;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
  outline: 0;
}

/* Alignments
--------------------------------------------- */
.alignleft {
  /*rtl:ignore*/
  float: left;
  /*rtl:ignore*/
  margin-right: 1.5em;
  margin-bottom: 0.5em;
}

.alignright {
  /*rtl:ignore*/
  float: right;
  /*rtl:ignore*/
  margin-left: 1.5em;
  margin-bottom: 0.5em;
}

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.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) {
  .order-first {
    order: 1;
  }
}

@media print, screen and (min-width: 40em) {
  .order-last {
    order: 2;
  }
}

.align-around {
  justify-content: space-around;
}
.align-between {
  justify-content: space-between;
}
.align-evenly {
  justify-content: space-evenly;
}

.d-flex {
  display: flex;
}

.d-grid {
  display: grid;
}

/* Spacing
--------------------------------------------- */
.bg-align-left {
  background-position-x: left;
}
.bg-align-center {
  background-position-x: center;
}
.bg-align-right {
  background-position-x: right;
}
.bg-align-top {
  background-position-y: top;
}
.bg-align-middle {
  background-position-y: center;
}
.bg-align-bottom {
  background-position-y: bottom;
}

.bg-size-full {
  background-size: 100%;
  background-repeat: no-repeat;
}
.bg-size-cover {
  background-size: cover;
  background-repeat: no-repeat;
}
.bg-size-contain {
  background-size: contain;
  background-repeat: no-repeat;
}

.bg-color-none a h1, .bg-color-none a h2, .bg-color-none a h3, .bg-color-none a h4, .bg-color-none a h5, .bg-color-none a h6, .bg-color-none a p, .bg-color-none a ul, .bg-color-none a ol {
  color: #0E332F;
}
.bg-color-white {
  background-color: #ffffff;
  color: #182236;
}
.bg-color-white a h1, .bg-color-white a h2, .bg-color-white a h3, .bg-color-white a h4, .bg-color-white a h5, .bg-color-white a h6, .bg-color-white a p, .bg-color-white a ul, .bg-color-white a ol {
  color: #182236;
}
.bg-color-theme-1 {
  background-color: #0E332F;
  color: #ffffff;
}
.bg-color-theme-1 a h1, .bg-color-theme-1 a h2, .bg-color-theme-1 a h3, .bg-color-theme-1 a h4, .bg-color-theme-1 a h5, .bg-color-theme-1 a h6, .bg-color-theme-1 a p, .bg-color-theme-1 a ul, .bg-color-theme-1 a ol {
  color: #ffffff;
}
.bg-color-theme-2 {
  background-color: #54716D;
  color: #182236;
}
.bg-color-theme-2 a h1, .bg-color-theme-2 a h2, .bg-color-theme-2 a h3, .bg-color-theme-2 a h4, .bg-color-theme-2 a h5, .bg-color-theme-2 a h6, .bg-color-theme-2 a p, .bg-color-theme-2 a ul, .bg-color-theme-2 a ol {
  color: #182236;
}
.bg-color-theme-3 {
  background-color: #DFE5F0;
  color: #182236;
}
.bg-color-theme-3 a h1, .bg-color-theme-3 a h2, .bg-color-theme-3 a h3, .bg-color-theme-3 a h4, .bg-color-theme-3 a h5, .bg-color-theme-3 a h6, .bg-color-theme-3 a p, .bg-color-theme-3 a ul, .bg-color-theme-3 a ol {
  color: #182236;
}
.bg-color-theme-4 {
  background-color: #434D60;
  color: #ffffff;
}
.bg-color-theme-4 a h1, .bg-color-theme-4 a h2, .bg-color-theme-4 a h3, .bg-color-theme-4 a h4, .bg-color-theme-4 a h5, .bg-color-theme-4 a h6, .bg-color-theme-4 a p, .bg-color-theme-4 a ul, .bg-color-theme-4 a ol {
  color: #ffffff;
}

.bgi {
  background-repeat: no-repeat;
  background-size: auto;
  background-position: center center;
}
.bgi-bubbles-ml {
  background-image: url("../../assets/images/bgi-boba.svg");
  background-position: center left;
}
.bgi-bonsai-ml {
  background-image: url("../../assets/images/bgi-bonsai.svg");
  background-position: center left;
}
.bgi-cloud-midright {
  background-image: url("../../assets/images/bgi-cloud-midright.svg");
  background-position: center right;
}
.bgi-cloud-topleft {
  background-image: url("../../assets/images/bgi-cloud-topleft.svg");
  background-position: top left;
}
.bgi-cloud-tr {
  background-image: url("../../assets/images/bgi-cloud-topright.svg");
  background-position: top right;
}
.bgi-clouds {
  background-image: url("../../assets/images/bgi-cloud-topleft.svg"), url("../../assets/images/bgi-cloud-midright.svg");
  background-position: top left, top 15rem right;
  background-size: auto;
}
.bgi-cloudmountain {
  background-image: url("../../assets/images/bgi-cloud-topright.svg"), url("../../assets/images/bgi-mountain.svg");
  background-position: top right, top 15rem left;
  background-size: auto;
}
.bgi-cloudmountainwater {
  background-image: url("../../assets/images/bgi-cloud-topright.svg"), url("../../assets/images/bgi-mountain.svg"), url("../../assets/images/bgi-watergray.svg");
  background-position: top right, top 15rem left, bottom 10rem right;
  background-size: auto;
}
.bgi-mountain-left {
  background-image: url("../../assets/images/bgi-mountain.svg");
  background-position: center left;
}
.bgi-flower-center {
  background-image: url("../../assets/images/bgi-flowers.svg");
  background-position: center center;
}
.bgi-flowers-tl {
  background-image: url("../../assets/images/bgi-flowers-topleft.svg");
  background-position: top left;
}
.bgi-lanterns-tr {
  background-image: url("../../assets/images/bgi-lanterns.svg");
  background-position: top right;
}
@media screen and (min-width: 90em) {
  .bgi-lanterns-tr {
    background-position-x: calc(50% + 500px);
  }
}
.bgi-lotus-center, .bgi-lotus {
  background-image: url("../../assets/images/bgi-lotus.svg");
  background-position: center center;
}
@media print, screen and (min-width: 40em) {
  .bgi-lotus-center, .bgi-lotus {
    min-height: 200px !important;
  }
}
@media print, screen and (min-width: 64em) {
  .bgi-lotus-center, .bgi-lotus {
    min-height: 316px !important;
  }
}
.bgi-mountain {
  background-image: url("../../assets/images/bgi-mountain.svg");
  background-position: center left;
}
@media print, screen and (min-width: 64em) {
  .bgi-staff-tl {
    background-image: url("../../assets/images/bgi-staff.svg");
    background-position: top left;
    background-size: auto;
  }
}
@media screen and (min-width: 100em) {
  .bgi-staff-tl {
    background-position-x: 10%;
    background-position-x: calc(50% - 700px);
  }
}
.bgi-watergray-mr {
  background-image: url("../../assets/images/bgi-water.svg");
  background-position: center right;
}
.bgi-watergreen-mr {
  background-image: url("../../assets/images/bgi-watergreen.svg");
  background-position: center right;
}

.content-block {
  position: relative;
}
.content-block.has-overlay .grid-container {
  position: relative;
  z-index: 1;
}
.content-block .overlay {
  background: #182236;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 0;
}

a.chevron_back {
  position: relative;
  padding-left: 20px;
}
a.chevron_back:before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 11px;
  height: 11px;
  -webkit-mask: url("../../assets/images/chevron_back.svg");
  mask: url("../../assets/images/chevron_back.svg");
  background-color: #0E332F;
  background-repeat: no-repeat;
}
a.chevron_back:hover:before {
  background-color: #EA732F;
}

/* Spacing
--------------------------------------------- */
.p_top__none {
  padding-top: 0 !important;
}
.p_top__xxxs {
  padding-top: 6.3333333333px;
}
.p_top__xxs {
  padding-top: 12.6666666667px;
}
.p_top__xs {
  padding-top: 19px;
}
.p_top__sm {
  padding-top: 25.3333333333px;
}
.p_top__md {
  padding-top: 25.3333333333px;
}
.p_top__lg {
  padding-top: 38px;
}
@media print, screen and (min-width: 40em) {
  .p_top__lg {
    padding-top: 76px;
  }
}
@media print, screen and (min-width: 64em) {
  .p_top__lg {
    padding-top: 76px;
  }
}
.p_top__xl {
  padding-top: 57px;
}
@media print, screen and (min-width: 40em) {
  .p_top__xl {
    padding-top: 76px;
  }
}
@media print, screen and (min-width: 64em) {
  .p_top__xl {
    padding-top: 114px;
  }
}
.p_top__2xl {
  padding-top: 76px;
}
@media print, screen and (min-width: 40em) {
  .p_top__2xl {
    padding-top: 228px;
  }
}
@media print, screen and (min-width: 64em) {
  .p_top__2xl {
    padding-top: 228px;
  }
}
.p_top__3xl {
  padding-top: 88.6654px;
}
@media print, screen and (min-width: 40em) {
  .p_top__3xl {
    padding-top: 304px;
  }
}
@media print, screen and (min-width: 64em) {
  .p_top__3xl {
    padding-top: 304px;
  }
}

.p_btm__none {
  padding-bottom: 0 !important;
}
.p_btm__xxxs {
  padding-bottom: 6.3333333333px;
}
.p_btm__xxs {
  padding-bottom: 12.6666666667px;
}
.p_btm__xs {
  padding-bottom: 19px;
}
.p_btm__sm {
  padding-bottom: 25.3333333333px;
}
.p_btm__md {
  padding-bottom: 25.3333333333px;
}
.p_btm__lg {
  padding-bottom: 38px;
}
@media print, screen and (min-width: 40em) {
  .p_btm__lg {
    padding-bottom: 76px;
  }
}
@media print, screen and (min-width: 64em) {
  .p_btm__lg {
    padding-bottom: 76px;
  }
}
.p_btm__xl {
  padding-bottom: 57px;
}
@media print, screen and (min-width: 40em) {
  .p_btm__xl {
    padding-bottom: 76px;
  }
}
@media print, screen and (min-width: 64em) {
  .p_btm__xl {
    padding-bottom: 114px;
  }
}
.p_btm__2xl {
  padding-bottom: 76px;
}
@media print, screen and (min-width: 40em) {
  .p_btm__2xl {
    padding-bottom: 228px;
  }
}
@media print, screen and (min-width: 64em) {
  .p_btm__2xl {
    padding-bottom: 228px;
  }
}
.p_btm__3xl {
  padding-bottom: 88.6654px;
}
@media print, screen and (min-width: 40em) {
  .p_btm__3xl {
    padding-bottom: 304px;
  }
}
@media print, screen and (min-width: 64em) {
  .p_btm__3xl {
    padding-bottom: 304px;
  }
}

.p_left__none {
  padding-left: 0 !important;
}
.p_left__xxxs {
  padding-left: 6.3333333333px;
}
.p_left__xxs {
  padding-left: 12.6666666667px;
}
.p_left__xs {
  padding-left: 19px;
}
.p_left__sm {
  padding-left: 25.3333333333px;
}
.p_left__md {
  padding-left: 25.3333333333px;
}
@media print, screen and (min-width: 40em) {
  .p_left__md {
    padding-left: 38px;
  }
}
@media print, screen and (min-width: 64em) {
  .p_left__md {
    padding-left: 38px;
  }
}
.p_left__lg {
  padding-left: 38px;
}
@media print, screen and (min-width: 40em) {
  .p_left__lg {
    padding-left: 50.6654px;
  }
}
@media print, screen and (min-width: 64em) {
  .p_left__lg {
    padding-left: 50.6654px;
  }
}
.p_left__xl {
  padding-left: 38px;
}
@media print, screen and (min-width: 40em) {
  .p_left__xl {
    padding-left: 50.6654px;
  }
}
@media print, screen and (min-width: 64em) {
  .p_left__xl {
    padding-left: 76px;
  }
}
.p_left__2xl {
  padding-left: 76px;
}
@media print, screen and (min-width: 40em) {
  .p_left__2xl {
    padding-left: 101.3346px;
  }
}
@media print, screen and (min-width: 64em) {
  .p_left__2xl {
    padding-left: 114px;
  }
}
.p_left__3xl {
  padding-left: 88.6654px;
}
@media print, screen and (min-width: 40em) {
  .p_left__3xl {
    padding-left: 114px;
  }
}
@media print, screen and (min-width: 64em) {
  .p_left__3xl {
    padding-left: 152px;
  }
}

.p_right__none {
  padding-right: 0 !important;
}
.p_right__xxxs {
  padding-right: 6.3333333333px;
}
.p_right__xxs {
  padding-right: 12.6666666667px;
}
.p_right__xs {
  padding-right: 19px;
}
.p_right__sm {
  padding-right: 25.3333333333px;
}
.p_right__md {
  padding-right: 25.3333333333px;
}
@media print, screen and (min-width: 40em) {
  .p_right__md {
    padding-right: 38px;
  }
}
@media print, screen and (min-width: 64em) {
  .p_right__md {
    padding-right: 38px;
  }
}
.p_right__lg {
  padding-right: 38px;
}
@media print, screen and (min-width: 40em) {
  .p_right__lg {
    padding-right: 50.6654px;
  }
}
@media print, screen and (min-width: 64em) {
  .p_right__lg {
    padding-right: 50.6654px;
  }
}
.p_right__xl {
  padding-right: 38px;
}
@media print, screen and (min-width: 40em) {
  .p_right__xl {
    padding-right: 50.6654px;
  }
}
@media print, screen and (min-width: 64em) {
  .p_right__xl {
    padding-right: 76px;
  }
}
.p_right__2xl {
  padding-right: 76px;
}
@media print, screen and (min-width: 40em) {
  .p_right__2xl {
    padding-right: 101.3346px;
  }
}
@media print, screen and (min-width: 64em) {
  .p_right__2xl {
    padding-right: 114px;
  }
}
.p_right__3xl {
  padding-right: 88.6654px;
}
@media print, screen and (min-width: 40em) {
  .p_right__3xl {
    padding-right: 114px;
  }
}
@media print, screen and (min-width: 64em) {
  .p_right__3xl {
    padding-right: 152px;
  }
}

.m_top__none {
  margin-top: 0 !important;
}
.m_top__xxxs {
  margin-top: 6.3333333333px;
}
.m_top__xxs {
  margin-top: 12.6666666667px;
}
.m_top__xs {
  margin-top: 19px;
}
.m_top__sm {
  margin-top: 25.3333333333px;
}
.m_top__md {
  margin-top: 25.3333333333px;
}
@media print, screen and (min-width: 40em) {
  .m_top__md {
    margin-top: 38px;
  }
}
@media print, screen and (min-width: 64em) {
  .m_top__md {
    margin-top: 38px;
  }
}
.m_top__lg {
  margin-top: 38px;
}
@media print, screen and (min-width: 40em) {
  .m_top__lg {
    margin-top: 50.6654px;
  }
}
@media print, screen and (min-width: 64em) {
  .m_top__lg {
    margin-top: 50.6654px;
  }
}
.m_top__xl {
  margin-top: 38px;
}
@media print, screen and (min-width: 40em) {
  .m_top__xl {
    margin-top: 50.6654px;
  }
}
@media print, screen and (min-width: 64em) {
  .m_top__xl {
    margin-top: 76px;
  }
}
.m_top__2xl {
  margin-top: 76px;
}
@media print, screen and (min-width: 40em) {
  .m_top__2xl {
    margin-top: 101.3346px;
  }
}
@media print, screen and (min-width: 64em) {
  .m_top__2xl {
    margin-top: 114px;
  }
}
.m_top__3xl {
  margin-top: 88.6654px;
}
@media print, screen and (min-width: 40em) {
  .m_top__3xl {
    margin-top: 114px;
  }
}
@media print, screen and (min-width: 64em) {
  .m_top__3xl {
    margin-top: 152px;
  }
}

.m_btm__none {
  margin-bottom: 0 !important;
}
.m_btm__xxxs {
  margin-bottom: 6.3333333333px;
}
.m_btm__xxs {
  margin-bottom: 12.6666666667px;
}
.m_btm__xs {
  margin-bottom: 19px;
}
.m_btm__sm {
  margin-bottom: 25.3333333333px;
}
.m_btm__md {
  margin-bottom: 25.3333333333px;
}
@media print, screen and (min-width: 40em) {
  .m_btm__md {
    margin-bottom: 38px;
  }
}
@media print, screen and (min-width: 64em) {
  .m_btm__md {
    margin-bottom: 38px;
  }
}
.m_btm__lg {
  margin-bottom: 38px;
}
@media print, screen and (min-width: 40em) {
  .m_btm__lg {
    margin-bottom: 50.6654px;
  }
}
@media print, screen and (min-width: 64em) {
  .m_btm__lg {
    margin-bottom: 50.6654px;
  }
}
.m_btm__xl {
  margin-bottom: 38px;
}
@media print, screen and (min-width: 40em) {
  .m_btm__xl {
    margin-bottom: 50.6654px;
  }
}
@media print, screen and (min-width: 64em) {
  .m_btm__xl {
    margin-bottom: 76px;
  }
}
.m_btm__2xl {
  margin-bottom: 76px;
}
@media print, screen and (min-width: 40em) {
  .m_btm__2xl {
    margin-bottom: 101.3346px;
  }
}
@media print, screen and (min-width: 64em) {
  .m_btm__2xl {
    margin-bottom: 114px;
  }
}
.m_btm__3xl {
  margin-bottom: 88.6654px;
}
@media print, screen and (min-width: 40em) {
  .m_btm__3xl {
    margin-bottom: 114px;
  }
}
@media print, screen and (min-width: 64em) {
  .m_btm__3xl {
    margin-bottom: 152px;
  }
}

.m_left__none {
  margin-left: 0 !important;
}
.m_left__xxxs {
  margin-left: 6.3333333333px;
}
.m_left__xxs {
  margin-left: 12.6666666667px;
}
.m_left__xs {
  margin-left: 19px;
}
.m_left__sm {
  margin-left: 25.3333333333px;
}
.m_left__md {
  margin-left: 25.3333333333px;
}
@media print, screen and (min-width: 40em) {
  .m_left__md {
    margin-left: 38px;
  }
}
@media print, screen and (min-width: 64em) {
  .m_left__md {
    margin-left: 38px;
  }
}
.m_left__lg {
  margin-left: 38px;
}
@media print, screen and (min-width: 40em) {
  .m_left__lg {
    margin-left: 50.6654px;
  }
}
@media print, screen and (min-width: 64em) {
  .m_left__lg {
    margin-left: 50.6654px;
  }
}
.m_left__xl {
  margin-left: 38px;
}
@media print, screen and (min-width: 40em) {
  .m_left__xl {
    margin-left: 50.6654px;
  }
}
@media print, screen and (min-width: 64em) {
  .m_left__xl {
    margin-left: 76px;
  }
}
.m_left__2xl {
  margin-left: 76px;
}
@media print, screen and (min-width: 40em) {
  .m_left__2xl {
    margin-left: 101.3346px;
  }
}
@media print, screen and (min-width: 64em) {
  .m_left__2xl {
    margin-left: 114px;
  }
}
.m_left__3xl {
  margin-left: 88.6654px;
}
@media print, screen and (min-width: 40em) {
  .m_left__3xl {
    margin-left: 114px;
  }
}
@media print, screen and (min-width: 64em) {
  .m_left__3xl {
    margin-left: 152px;
  }
}

.m_right__none {
  margin-right: 0 !important;
}
.m_right__xxxs {
  margin-right: 6.3333333333px;
}
.m_right__xxs {
  margin-right: 12.6666666667px;
}
.m_right__xs {
  margin-right: 19px;
}
.m_right__sm {
  margin-right: 25.3333333333px;
}
.m_right__md {
  margin-right: 25.3333333333px;
}
@media print, screen and (min-width: 40em) {
  .m_right__md {
    margin-right: 38px;
  }
}
@media print, screen and (min-width: 64em) {
  .m_right__md {
    margin-right: 38px;
  }
}
.m_right__lg {
  margin-right: 38px;
}
@media print, screen and (min-width: 40em) {
  .m_right__lg {
    margin-right: 50.6654px;
  }
}
@media print, screen and (min-width: 64em) {
  .m_right__lg {
    margin-right: 50.6654px;
  }
}
.m_right__xl {
  margin-right: 38px;
}
@media print, screen and (min-width: 40em) {
  .m_right__xl {
    margin-right: 50.6654px;
  }
}
@media print, screen and (min-width: 64em) {
  .m_right__xl {
    margin-right: 76px;
  }
}
.m_right__2xl {
  margin-right: 76px;
}
@media print, screen and (min-width: 40em) {
  .m_right__2xl {
    margin-right: 101.3346px;
  }
}
@media print, screen and (min-width: 64em) {
  .m_right__2xl {
    margin-right: 114px;
  }
}
.m_right__3xl {
  margin-right: 88.6654px;
}
@media print, screen and (min-width: 40em) {
  .m_right__3xl {
    margin-right: 114px;
  }
}
@media print, screen and (min-width: 64em) {
  .m_right__3xl {
    margin-right: 152px;
  }
}

@media print, screen and (min-width: 40em) {
  .spacer.small {
    height: 2rem;
  }
}
.spacer.medium {
  height: 4rem;
}
.spacer.large {
  height: 8rem;
}
