@charset "UTF-8";
/******************************************************************

Stylesheet: Main Stylesheet

******************************************************************/
/******************************************************************

Stylesheet: Mixins & Constants Stylesheet

This is where you can take advantage of Sass' great features:
Mixins & Constants.

******************************************************************/
/*********************
TOOLS
*********************/
.image-replacement {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden; }

/* =============================================================================
	Button
========================================================================== */
/* =============================================================================
	Burger Bars
========================================================================== */
/**
 * Select parts of the burger
 */
/**
 * Burger animations
 */
/* =============================================================================
	Site Drop Shadow
========================================================================== */
/* =============================================================================
Padding
========================================================================== */
/* =============================================================================
Aspect Ratio
========================================================================== */
/* =============================================================================
Site Margins
========================================================================== */
/*********************
TYPOGRAPHY
*********************/
span.amp {
  font-family: Baskerville,'Goudy Old Style',Palatino,'Book Antiqua',serif !important;
  font-style: italic; }

/* =============================================================================
	Fluid Type
========================================================================== */
/*
$min_width: map-get($breakpoints, medium)
$max_width: map-get($breakpoints, xxlarge)
$min_font: 16px;
$max_font: 24px;

.large-fluid {
  @include fluid-type($min_width, $max_width, $min_font, $max_font);
}
*/
/* =============================================================================
	Fluid Padding
========================================================================== */
/*
	$direction: vertical,horizontal,both;
	$min-vw: map-get($breakpoints, medium)
	$max-vw: map-get($breakpoints, xxlarge);
	$min-padding: 16px;
	$max-padding: 38px;


	*/
/* =============================================================================
	Fluid Attribute
========================================================================== */
/*
	$attribute: margin-bottom;
	$min-vw: map-get($breakpoints, medium);
	$max-vw: map-get($breakpoints, xxlarge);
	$min-value: 16px;
	$max-value: 38px;


	*/
/*********************
CSS3 GRADIENTS.
*********************/
/* @include css-gradient(#dfdfdf,#f8f8f8); */
/**
 * Foundation for Sites
 * Version 6.7.5
 * https://get.foundation
 * Licensed under MIT Open Source
 */
@media print, screen and (min-width: 41.75em) {
  .reveal, .reveal.tiny, .reveal.small, .reveal.large {
    right: auto;
    left: auto;
    margin: 0 auto; } }

.slide-in-down.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  -webkit-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
  transition-property: -webkit-transform, opacity;
  transition-property: transform, opacity;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

.slide-in-down.mui-enter.mui-enter-active {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0); }

.slide-in-left.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  -webkit-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  transform: translateX(-100%);
  transition-property: -webkit-transform, opacity;
  transition-property: transform, opacity;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

.slide-in-left.mui-enter.mui-enter-active {
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0); }

.slide-in-up.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  -webkit-transform: translateY(100%);
  -ms-transform: translateY(100%);
  transform: translateY(100%);
  transition-property: -webkit-transform, opacity;
  transition-property: transform, opacity;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

.slide-in-up.mui-enter.mui-enter-active {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0); }

.slide-in-right.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  -webkit-transform: translateX(100%);
  -ms-transform: translateX(100%);
  transform: translateX(100%);
  transition-property: -webkit-transform, opacity;
  transition-property: transform, opacity;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

.slide-in-right.mui-enter.mui-enter-active {
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0); }

.slide-out-down.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  transition-property: -webkit-transform, opacity;
  transition-property: transform, opacity;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

.slide-out-down.mui-leave.mui-leave-active {
  -webkit-transform: translateY(100%);
  -ms-transform: translateY(100%);
  transform: translateY(100%); }

.slide-out-right.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
  transition-property: -webkit-transform, opacity;
  transition-property: transform, opacity;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

.slide-out-right.mui-leave.mui-leave-active {
  -webkit-transform: translateX(100%);
  -ms-transform: translateX(100%);
  transform: translateX(100%); }

.slide-out-up.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  transition-property: -webkit-transform, opacity;
  transition-property: transform, opacity;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

.slide-out-up.mui-leave.mui-leave-active {
  -webkit-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%); }

.slide-out-left.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
  transition-property: -webkit-transform, opacity;
  transition-property: transform, opacity;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

.slide-out-left.mui-leave.mui-leave-active {
  -webkit-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  transform: translateX(-100%); }

.fade-in.mui-enter {
  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;
  -webkit-transform: perspective(2000px) rotateX(-90deg);
  transform: perspective(2000px) rotateX(-90deg);
  -webkit-transform-origin: top;
  -ms-transform-origin: top;
  transform-origin: top;
  transition-property: -webkit-transform, opacity;
  transition-property: transform, opacity;
  opacity: 0; }

.hinge-in-from-top.mui-enter.mui-enter-active {
  -webkit-transform: perspective(2000px) rotate(0deg);
  transform: perspective(2000px) rotate(0deg);
  opacity: 1; }

.hinge-in-from-right.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  -webkit-transform: perspective(2000px) rotateY(-90deg);
  transform: perspective(2000px) rotateY(-90deg);
  -webkit-transform-origin: right;
  -ms-transform-origin: right;
  transform-origin: right;
  transition-property: -webkit-transform, opacity;
  transition-property: transform, opacity;
  opacity: 0; }

.hinge-in-from-right.mui-enter.mui-enter-active {
  -webkit-transform: perspective(2000px) rotate(0deg);
  transform: perspective(2000px) rotate(0deg);
  opacity: 1; }

.hinge-in-from-bottom.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  -webkit-transform: perspective(2000px) rotateX(90deg);
  transform: perspective(2000px) rotateX(90deg);
  -webkit-transform-origin: bottom;
  -ms-transform-origin: bottom;
  transform-origin: bottom;
  transition-property: -webkit-transform, opacity;
  transition-property: transform, opacity;
  opacity: 0; }

.hinge-in-from-bottom.mui-enter.mui-enter-active {
  -webkit-transform: perspective(2000px) rotate(0deg);
  transform: perspective(2000px) rotate(0deg);
  opacity: 1; }

.hinge-in-from-left.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  -webkit-transform: perspective(2000px) rotateY(90deg);
  transform: perspective(2000px) rotateY(90deg);
  -webkit-transform-origin: left;
  -ms-transform-origin: left;
  transform-origin: left;
  transition-property: -webkit-transform, opacity;
  transition-property: transform, opacity;
  opacity: 0; }

.hinge-in-from-left.mui-enter.mui-enter-active {
  -webkit-transform: perspective(2000px) rotate(0deg);
  transform: perspective(2000px) rotate(0deg);
  opacity: 1; }

.hinge-in-from-middle-x.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  -webkit-transform: perspective(2000px) rotateX(-90deg);
  transform: perspective(2000px) rotateX(-90deg);
  -webkit-transform-origin: center;
  -ms-transform-origin: center;
  transform-origin: center;
  transition-property: -webkit-transform, opacity;
  transition-property: transform, opacity;
  opacity: 0; }

.hinge-in-from-middle-x.mui-enter.mui-enter-active {
  -webkit-transform: perspective(2000px) rotate(0deg);
  transform: perspective(2000px) rotate(0deg);
  opacity: 1; }

.hinge-in-from-middle-y.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  -webkit-transform: perspective(2000px) rotateY(-90deg);
  transform: perspective(2000px) rotateY(-90deg);
  -webkit-transform-origin: center;
  -ms-transform-origin: center;
  transform-origin: center;
  transition-property: -webkit-transform, opacity;
  transition-property: transform, opacity;
  opacity: 0; }

.hinge-in-from-middle-y.mui-enter.mui-enter-active {
  -webkit-transform: perspective(2000px) rotate(0deg);
  transform: perspective(2000px) rotate(0deg);
  opacity: 1; }

.hinge-out-from-top.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  -webkit-transform: perspective(2000px) rotate(0deg);
  transform: perspective(2000px) rotate(0deg);
  -webkit-transform-origin: top;
  -ms-transform-origin: top;
  transform-origin: top;
  transition-property: -webkit-transform, opacity;
  transition-property: transform, opacity;
  opacity: 1; }

.hinge-out-from-top.mui-leave.mui-leave-active {
  -webkit-transform: perspective(2000px) rotateX(90deg);
  transform: perspective(2000px) rotateX(90deg);
  opacity: 0; }

.hinge-out-from-right.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  -webkit-transform: perspective(2000px) rotate(0deg);
  transform: perspective(2000px) rotate(0deg);
  -webkit-transform-origin: right;
  -ms-transform-origin: right;
  transform-origin: right;
  transition-property: -webkit-transform, opacity;
  transition-property: transform, opacity;
  opacity: 1; }

.hinge-out-from-right.mui-leave.mui-leave-active {
  -webkit-transform: perspective(2000px) rotateY(90deg);
  transform: perspective(2000px) rotateY(90deg);
  opacity: 0; }

.hinge-out-from-bottom.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  -webkit-transform: perspective(2000px) rotate(0deg);
  transform: perspective(2000px) rotate(0deg);
  -webkit-transform-origin: bottom;
  -ms-transform-origin: bottom;
  transform-origin: bottom;
  transition-property: -webkit-transform, opacity;
  transition-property: transform, opacity;
  opacity: 1; }

.hinge-out-from-bottom.mui-leave.mui-leave-active {
  -webkit-transform: perspective(2000px) rotateX(-90deg);
  transform: perspective(2000px) rotateX(-90deg);
  opacity: 0; }

.hinge-out-from-left.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  -webkit-transform: perspective(2000px) rotate(0deg);
  transform: perspective(2000px) rotate(0deg);
  -webkit-transform-origin: left;
  -ms-transform-origin: left;
  transform-origin: left;
  transition-property: -webkit-transform, opacity;
  transition-property: transform, opacity;
  opacity: 1; }

.hinge-out-from-left.mui-leave.mui-leave-active {
  -webkit-transform: perspective(2000px) rotateY(-90deg);
  transform: perspective(2000px) rotateY(-90deg);
  opacity: 0; }

.hinge-out-from-middle-x.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  -webkit-transform: perspective(2000px) rotate(0deg);
  transform: perspective(2000px) rotate(0deg);
  -webkit-transform-origin: center;
  -ms-transform-origin: center;
  transform-origin: center;
  transition-property: -webkit-transform, opacity;
  transition-property: transform, opacity;
  opacity: 1; }

.hinge-out-from-middle-x.mui-leave.mui-leave-active {
  -webkit-transform: perspective(2000px) rotateX(90deg);
  transform: perspective(2000px) rotateX(90deg);
  opacity: 0; }

.hinge-out-from-middle-y.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  -webkit-transform: perspective(2000px) rotate(0deg);
  transform: perspective(2000px) rotate(0deg);
  -webkit-transform-origin: center;
  -ms-transform-origin: center;
  transform-origin: center;
  transition-property: -webkit-transform, opacity;
  transition-property: transform, opacity;
  opacity: 1; }

.hinge-out-from-middle-y.mui-leave.mui-leave-active {
  -webkit-transform: perspective(2000px) rotateY(90deg);
  transform: perspective(2000px) rotateY(90deg);
  opacity: 0; }

.scale-in-up.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  -webkit-transform: scale(0.5);
  -ms-transform: scale(0.5);
  transform: scale(0.5);
  transition-property: -webkit-transform, opacity;
  transition-property: transform, opacity;
  opacity: 0; }

.scale-in-up.mui-enter.mui-enter-active {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  opacity: 1; }

.scale-in-down.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  -webkit-transform: scale(1.5);
  -ms-transform: scale(1.5);
  transform: scale(1.5);
  transition-property: -webkit-transform, opacity;
  transition-property: transform, opacity;
  opacity: 0; }

.scale-in-down.mui-enter.mui-enter-active {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  opacity: 1; }

.scale-out-up.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  transition-property: -webkit-transform, opacity;
  transition-property: transform, opacity;
  opacity: 1; }

.scale-out-up.mui-leave.mui-leave-active {
  -webkit-transform: scale(1.5);
  -ms-transform: scale(1.5);
  transform: scale(1.5);
  opacity: 0; }

.scale-out-down.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  transition-property: -webkit-transform, opacity;
  transition-property: transform, opacity;
  opacity: 1; }

.scale-out-down.mui-leave.mui-leave-active {
  -webkit-transform: scale(0.5);
  -ms-transform: scale(0.5);
  transform: scale(0.5);
  opacity: 0; }

.spin-in.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  -webkit-transform: rotate(-0.75turn);
  -ms-transform: rotate(-0.75turn);
  transform: rotate(-0.75turn);
  transition-property: -webkit-transform, opacity;
  transition-property: transform, opacity;
  opacity: 0; }

.spin-in.mui-enter.mui-enter-active {
  -webkit-transform: rotate(0);
  -ms-transform: rotate(0);
  transform: rotate(0);
  opacity: 1; }

.spin-out.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  -webkit-transform: rotate(0);
  -ms-transform: rotate(0);
  transform: rotate(0);
  transition-property: -webkit-transform, opacity;
  transition-property: transform, opacity;
  opacity: 1; }

.spin-out.mui-leave.mui-leave-active {
  -webkit-transform: rotate(0.75turn);
  -ms-transform: rotate(0.75turn);
  transform: rotate(0.75turn);
  opacity: 0; }

.spin-in-ccw.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  -webkit-transform: rotate(0.75turn);
  -ms-transform: rotate(0.75turn);
  transform: rotate(0.75turn);
  transition-property: -webkit-transform, opacity;
  transition-property: transform, opacity;
  opacity: 0; }

.spin-in-ccw.mui-enter.mui-enter-active {
  -webkit-transform: rotate(0);
  -ms-transform: rotate(0);
  transform: rotate(0);
  opacity: 1; }

.spin-out-ccw.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  -webkit-transform: rotate(0);
  -ms-transform: rotate(0);
  transform: rotate(0);
  transition-property: -webkit-transform, opacity;
  transition-property: transform, opacity;
  opacity: 1; }

.spin-out-ccw.mui-leave.mui-leave-active {
  -webkit-transform: rotate(-0.75turn);
  -ms-transform: rotate(-0.75turn);
  transform: rotate(-0.75turn);
  opacity: 0; }

.slow {
  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 {
  -webkit-animation-name: shake-7;
  animation-name: shake-7; }

@-webkit-keyframes shake-7 {
  0%, 10%, 20%, 30%, 40%, 50%, 60%, 70%, 80%, 90% {
    -webkit-transform: translateX(7%);
    transform: translateX(7%); }
  5%, 15%, 25%, 35%, 45%, 55%, 65%, 75%, 85%, 95% {
    -webkit-transform: translateX(-7%);
    transform: translateX(-7%); } }

@keyframes shake-7 {
  0%, 10%, 20%, 30%, 40%, 50%, 60%, 70%, 80%, 90% {
    -webkit-transform: translateX(7%);
    transform: translateX(7%); }
  5%, 15%, 25%, 35%, 45%, 55%, 65%, 75%, 85%, 95% {
    -webkit-transform: translateX(-7%);
    transform: translateX(-7%); } }

.spin-cw {
  -webkit-animation-name: spin-cw-1turn;
  animation-name: spin-cw-1turn; }

@-webkit-keyframes spin-cw-1turn {
  0% {
    -webkit-transform: rotate(-1turn);
    transform: rotate(-1turn); }
  100% {
    -webkit-transform: rotate(0);
    transform: rotate(0); } }

@keyframes spin-cw-1turn {
  0% {
    -webkit-transform: rotate(-1turn);
    transform: rotate(-1turn); }
  100% {
    -webkit-transform: rotate(0);
    transform: rotate(0); } }

.spin-ccw {
  -webkit-animation-name: spin-ccw-1turn;
  animation-name: spin-ccw-1turn; }

@-webkit-keyframes spin-ccw-1turn {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0); }
  100% {
    -webkit-transform: rotate(-1turn);
    transform: rotate(-1turn); } }

@keyframes spin-ccw-1turn {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0); }
  100% {
    -webkit-transform: rotate(-1turn);
    transform: rotate(-1turn); } }

.wiggle {
  -webkit-animation-name: wiggle-7deg;
  animation-name: wiggle-7deg; }

@-webkit-keyframes wiggle-7deg {
  40%, 50%, 60% {
    -webkit-transform: rotate(7deg);
    transform: rotate(7deg); }
  35%, 45%, 55%, 65% {
    -webkit-transform: rotate(-7deg);
    transform: rotate(-7deg); }
  0%, 30%, 70%, 100% {
    -webkit-transform: rotate(0);
    transform: rotate(0); } }

@keyframes wiggle-7deg {
  40%, 50%, 60% {
    -webkit-transform: rotate(7deg);
    transform: rotate(7deg); }
  35%, 45%, 55%, 65% {
    -webkit-transform: rotate(-7deg);
    transform: rotate(-7deg); }
  0%, 30%, 70%, 100% {
    -webkit-transform: rotate(0);
    transform: rotate(0); } }

.shake,
.spin-cw,
.spin-ccw,
.wiggle {
  -webkit-animation-duration: 500ms;
  animation-duration: 500ms; }

.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite; }

.slow {
  -webkit-animation-duration: 750ms !important;
  animation-duration: 750ms !important; }

.fast {
  -webkit-animation-duration: 250ms !important;
  animation-duration: 250ms !important; }

.linear {
  -webkit-animation-timing-function: linear !important;
  animation-timing-function: linear !important; }

.ease {
  -webkit-animation-timing-function: ease !important;
  animation-timing-function: ease !important; }

.ease-in {
  -webkit-animation-timing-function: ease-in !important;
  animation-timing-function: ease-in !important; }

.ease-out {
  -webkit-animation-timing-function: ease-out !important;
  animation-timing-function: ease-out !important; }

.ease-in-out {
  -webkit-animation-timing-function: ease-in-out !important;
  animation-timing-function: ease-in-out !important; }

.bounce-in {
  -webkit-animation-timing-function: cubic-bezier(0.485, 0.155, 0.24, 1.245) !important;
  animation-timing-function: cubic-bezier(0.485, 0.155, 0.24, 1.245) !important; }

.bounce-out {
  -webkit-animation-timing-function: cubic-bezier(0.485, 0.155, 0.515, 0.845) !important;
  animation-timing-function: cubic-bezier(0.485, 0.155, 0.515, 0.845) !important; }

.bounce-in-out {
  -webkit-animation-timing-function: cubic-bezier(0.76, -0.245, 0.24, 1.245) !important;
  animation-timing-function: cubic-bezier(0.76, -0.245, 0.24, 1.245) !important; }

.short-delay {
  -webkit-animation-delay: 300ms !important;
  animation-delay: 300ms !important; }

.long-delay {
  -webkit-animation-delay: 700ms !important;
  animation-delay: 700ms !important; }

/*! 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=41.75em&mediumx=64em&large=75.625em&xlarge=106.3125em&xxlarge=120.0625em"; }

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

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

body {
  margin: 0;
  padding: 0;
  background: #1B1B1B;
  font-family: "Mulish", sans-serif;
  font-weight: normal;
  line-height: 1.5;
  color: #fefefe;
  -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: 20px; }

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

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

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

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

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

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

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

[type='text'], [type='password'], [type='date'], [type='datetime'], [type='datetime-local'], [type='month'], [type='week'], [type='email'], [type='number'], [type='search'], [type='tel'], [type='time'], [type='url'], [type='color'],
textarea {
  display: block;
  box-sizing: border-box;
  width: 100%;
  height: 3.4375rem;
  margin: 0 0 1rem;
  padding: 1rem;
  border: 1px solid #333333;
  border-radius: 0.625rem;
  background-color: #fefefe;
  box-shadow: inset 0 1px 2px rgba(254, 254, 254, 0.1);
  font-family: inherit;
  font-size: 1rem;
  font-weight: normal;
  line-height: 1.5;
  color: #000000;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
  -webkit-appearance: none;
  appearance: none; }
  [type='text']:focus, [type='password']:focus, [type='date']:focus, [type='datetime']:focus, [type='datetime-local']:focus, [type='month']:focus, [type='week']:focus, [type='email']:focus, [type='number']:focus, [type='search']:focus, [type='tel']:focus, [type='time']:focus, [type='url']:focus, [type='color']:focus,
  textarea:focus {
    outline: none;
    border: 1px solid #1B1B1B;
    background-color: #fefefe;
    box-shadow: 0 0 5px #333333;
    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: #DBDBDB;
  cursor: not-allowed; }

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

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

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

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

::placeholder {
  color: #333333; }

[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: #fefefe; }
  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: #fefefe; }

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

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

.input-group-label {
  padding: 0 1rem;
  border: 1px solid #333333;
  background: #DBDBDB;
  color: #fefefe;
  text-align: center;
  white-space: nowrap;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center; }
  .input-group-label:first-child {
    border-right: 0; }
  .input-group-label:last-child {
    border-left: 0; }

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

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

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

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

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

select {
  height: 3.4375rem;
  margin: 0 0 1rem;
  padding: 1rem;
  -webkit-appearance: none;
  appearance: none;
  border: 1px solid #333333;
  border-radius: 0.625rem;
  background-color: #fefefe;
  font-family: inherit;
  font-size: 1rem;
  font-weight: normal;
  line-height: 1.5;
  color: #000000;
  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%2827, 27, 27%29"></polygon></svg>');
  background-origin: content-box;
  background-position: right -1rem center;
  background-repeat: no-repeat;
  background-size: 9px 6px;
  padding-right: 1.5rem;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out; }
  @media screen and (min-width: 0\0) {
    select {
      background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAYCAYAAACbU/80AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAIpJREFUeNrEkckNgDAMBBfRkEt0ObRBBdsGXUDgmQfK4XhH2m8czQAAy27R3tsw4Qfe2x8uOO6oYLb6GlOor3GF+swURAOmUJ+RwtEJs9WvTGEYxBXqI1MQAZhCfUQKRzDMVj+TwrAIV6jvSUEkYAr1LSkcyTBb/V+KYfX7xAeusq3sLDtGH3kEGACPWIflNZfhRQAAAABJRU5ErkJggg=="); } }
  select:focus {
    outline: none;
    border: 1px solid #1B1B1B;
    background-color: #fefefe;
    box-shadow: 0 0 5px #333333;
    transition: box-shadow 0.5s, border-color 0.25s ease-in-out; }
  select:disabled {
    background-color: #DBDBDB;
    cursor: not-allowed; }
  select::-ms-expand {
    display: none; }
  select[multiple] {
    height: auto;
    background-image: none; }
  select:not([multiple]) {
    padding-top: 0;
    padding-bottom: 0; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media print, screen and (min-width: 41.75em) {
  h1, .h1 {
    font-size: 3rem; }
  h2, .h2 {
    font-size: 2.5rem; }
  h3, .h3 {
    font-size: 1.9375rem; }
  h4, .h4 {
    font-size: 1.5625rem; }
  h5, .h5 {
    font-size: 1.25rem; }
  h6, .h6 {
    font-size: 1rem; } }

a {
  line-height: inherit;
  color: #7edf9c;
  text-decoration: none;
  cursor: pointer; }
  a:hover, a:focus {
    color: #57d57e; }
  a img {
    border: 0; }

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

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

li {
  font-size: inherit; }

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

ol {
  margin-left: 1.25rem; }

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

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

blockquote {
  margin: 0 0 1rem;
  padding: 0.5625rem 1.25rem 0 1.1875rem;
  border-left: 1px solid #333333; }
  blockquote, blockquote p {
    line-height: 1.6;
    color: #fefefe; }

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

figure {
  margin: 0; }

kbd {
  margin: 0;
  padding: 0.125rem 0.25rem 0;
  background-color: #DBDBDB;
  font-family: Consolas, "Liberation Mono", Courier, monospace;
  color: #000000;
  border-radius: 20px; }

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

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

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

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

cite, .cite-block {
  display: block;
  color: #1B1B1B;
  font-size: 0.8125rem; }
  cite:before, .cite-block:before {
    content: "— "; }

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

.code-block {
  border: 1px solid #333333;
  background-color: #DBDBDB;
  font-family: Consolas, "Liberation Mono", Courier, monospace;
  font-weight: normal;
  color: #fefefe;
  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: 41.75em) {
  .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) {
  .mediumx-text-left {
    text-align: left; }
  .mediumx-text-right {
    text-align: right; }
  .mediumx-text-center {
    text-align: center; }
  .mediumx-text-justify {
    text-align: justify; } }

@media print, screen and (min-width: 75.625em) {
  .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: 106.3125em) {
  .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 #1B1B1B;
    page-break-inside: avoid; }
  thead {
    display: table-header-group; }
  tr,
  img {
    page-break-inside: avoid; }
  img {
    max-width: 100% !important; }
  @page {
    margin: 0.5cm; }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }
  h2,
  h3 {
    page-break-after: avoid; }
  .print-break-inside {
    page-break-inside: auto; } }

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

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

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

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

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

.grid-x > .small-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 {
  -webkit-flex-basis: auto;
  -ms-flex-preferred-size: auto;
  flex-basis: auto; }

@media print, screen and (min-width: 41.75em) {
  .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 {
    -webkit-flex-basis: auto;
    -ms-flex-preferred-size: auto;
    flex-basis: auto; } }

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

@media print, screen and (min-width: 75.625em) {
  .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 {
    -webkit-flex-basis: auto;
    -ms-flex-preferred-size: auto;
    flex-basis: auto; } }

@media screen and (min-width: 106.3125em) {
  .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 {
    -webkit-flex-basis: auto;
    -ms-flex-preferred-size: auto;
    flex-basis: auto; } }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.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: 41.75em) {
  .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: 41.75em) {
  .medium-margin-collapse > .small-1 {
    width: 8.33333%; }
  .medium-margin-collapse > .small-2 {
    width: 16.66667%; }
  .medium-margin-collapse > .small-3 {
    width: 25%; }
  .medium-margin-collapse > .small-4 {
    width: 33.33333%; }
  .medium-margin-collapse > .small-5 {
    width: 41.66667%; }
  .medium-margin-collapse > .small-6 {
    width: 50%; }
  .medium-margin-collapse > .small-7 {
    width: 58.33333%; }
  .medium-margin-collapse > .small-8 {
    width: 66.66667%; }
  .medium-margin-collapse > .small-9 {
    width: 75%; }
  .medium-margin-collapse > .small-10 {
    width: 83.33333%; }
  .medium-margin-collapse > .small-11 {
    width: 91.66667%; }
  .medium-margin-collapse > .small-12 {
    width: 100%; } }

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

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

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

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

@media print, screen and (min-width: 41.75em) {
  .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) {
  .mediumx-margin-collapse {
    margin-right: 0;
    margin-left: 0; }
    .mediumx-margin-collapse > .cell {
      margin-right: 0;
      margin-left: 0; } }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media screen and (min-width: 106.3125em) {
  .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.25rem / 2); }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.grid-y {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: column nowrap;
  -ms-flex-flow: column nowrap;
  flex-flow: column nowrap; }
  .grid-y > .cell {
    height: auto;
    max-height: none; }
  .grid-y > .auto {
    height: auto; }
  .grid-y > .shrink {
    height: auto; }
  .grid-y > .small-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 {
    -webkit-flex-basis: auto;
    -ms-flex-preferred-size: auto;
    flex-basis: auto; }
  @media print, screen and (min-width: 41.75em) {
    .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 {
      -webkit-flex-basis: auto;
      -ms-flex-preferred-size: auto;
      flex-basis: auto; } }
  @media print, screen and (min-width: 64em) {
    .grid-y > .mediumx-shrink, .grid-y > .mediumx-full, .grid-y > .mediumx-1, .grid-y > .mediumx-2, .grid-y > .mediumx-3, .grid-y > .mediumx-4, .grid-y > .mediumx-5, .grid-y > .mediumx-6, .grid-y > .mediumx-7, .grid-y > .mediumx-8, .grid-y > .mediumx-9, .grid-y > .mediumx-10, .grid-y > .mediumx-11, .grid-y > .mediumx-12 {
      -webkit-flex-basis: auto;
      -ms-flex-preferred-size: auto;
      flex-basis: auto; } }
  @media print, screen and (min-width: 75.625em) {
    .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 {
      -webkit-flex-basis: auto;
      -ms-flex-preferred-size: auto;
      flex-basis: auto; } }
  @media screen and (min-width: 106.3125em) {
    .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 {
      -webkit-flex-basis: auto;
      -ms-flex-preferred-size: auto;
      flex-basis: auto; } }
  .grid-y > .small-1, .grid-y > .small-2, .grid-y > .small-3, .grid-y > .small-4, .grid-y > .small-5, .grid-y > .small-6, .grid-y > .small-7, .grid-y > .small-8, .grid-y > .small-9, .grid-y > .small-10, .grid-y > .small-11, .grid-y > .small-12 {
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto; }
  .grid-y > .small-1 {
    height: 8.33333%; }
  .grid-y > .small-2 {
    height: 16.66667%; }
  .grid-y > .small-3 {
    height: 25%; }
  .grid-y > .small-4 {
    height: 33.33333%; }
  .grid-y > .small-5 {
    height: 41.66667%; }
  .grid-y > .small-6 {
    height: 50%; }
  .grid-y > .small-7 {
    height: 58.33333%; }
  .grid-y > .small-8 {
    height: 66.66667%; }
  .grid-y > .small-9 {
    height: 75%; }
  .grid-y > .small-10 {
    height: 83.33333%; }
  .grid-y > .small-11 {
    height: 91.66667%; }
  .grid-y > .small-12 {
    height: 100%; }
  @media print, screen and (min-width: 41.75em) {
    .grid-y > .medium-auto {
      -webkit-flex: 1 1 0;
      -ms-flex: 1 1 0;
      flex: 1 1 0;
      height: auto; }
    .grid-y > .medium-shrink, .grid-y > .medium-1, .grid-y > .medium-2, .grid-y > .medium-3, .grid-y > .medium-4, .grid-y > .medium-5, .grid-y > .medium-6, .grid-y > .medium-7, .grid-y > .medium-8, .grid-y > .medium-9, .grid-y > .medium-10, .grid-y > .medium-11, .grid-y > .medium-12 {
      -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
      flex: 0 0 auto; }
    .grid-y > .medium-shrink {
      height: auto; }
    .grid-y > .medium-1 {
      height: 8.33333%; }
    .grid-y > .medium-2 {
      height: 16.66667%; }
    .grid-y > .medium-3 {
      height: 25%; }
    .grid-y > .medium-4 {
      height: 33.33333%; }
    .grid-y > .medium-5 {
      height: 41.66667%; }
    .grid-y > .medium-6 {
      height: 50%; }
    .grid-y > .medium-7 {
      height: 58.33333%; }
    .grid-y > .medium-8 {
      height: 66.66667%; }
    .grid-y > .medium-9 {
      height: 75%; }
    .grid-y > .medium-10 {
      height: 83.33333%; }
    .grid-y > .medium-11 {
      height: 91.66667%; }
    .grid-y > .medium-12 {
      height: 100%; } }
  @media print, screen and (min-width: 64em) {
    .grid-y > .mediumx-auto {
      -webkit-flex: 1 1 0;
      -ms-flex: 1 1 0;
      flex: 1 1 0;
      height: auto; }
    .grid-y > .mediumx-shrink, .grid-y > .mediumx-1, .grid-y > .mediumx-2, .grid-y > .mediumx-3, .grid-y > .mediumx-4, .grid-y > .mediumx-5, .grid-y > .mediumx-6, .grid-y > .mediumx-7, .grid-y > .mediumx-8, .grid-y > .mediumx-9, .grid-y > .mediumx-10, .grid-y > .mediumx-11, .grid-y > .mediumx-12 {
      -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
      flex: 0 0 auto; }
    .grid-y > .mediumx-shrink {
      height: auto; }
    .grid-y > .mediumx-1 {
      height: 8.33333%; }
    .grid-y > .mediumx-2 {
      height: 16.66667%; }
    .grid-y > .mediumx-3 {
      height: 25%; }
    .grid-y > .mediumx-4 {
      height: 33.33333%; }
    .grid-y > .mediumx-5 {
      height: 41.66667%; }
    .grid-y > .mediumx-6 {
      height: 50%; }
    .grid-y > .mediumx-7 {
      height: 58.33333%; }
    .grid-y > .mediumx-8 {
      height: 66.66667%; }
    .grid-y > .mediumx-9 {
      height: 75%; }
    .grid-y > .mediumx-10 {
      height: 83.33333%; }
    .grid-y > .mediumx-11 {
      height: 91.66667%; }
    .grid-y > .mediumx-12 {
      height: 100%; } }
  @media print, screen and (min-width: 75.625em) {
    .grid-y > .large-auto {
      -webkit-flex: 1 1 0;
      -ms-flex: 1 1 0;
      flex: 1 1 0;
      height: auto; }
    .grid-y > .large-shrink, .grid-y > .large-1, .grid-y > .large-2, .grid-y > .large-3, .grid-y > .large-4, .grid-y > .large-5, .grid-y > .large-6, .grid-y > .large-7, .grid-y > .large-8, .grid-y > .large-9, .grid-y > .large-10, .grid-y > .large-11, .grid-y > .large-12 {
      -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
      flex: 0 0 auto; }
    .grid-y > .large-shrink {
      height: auto; }
    .grid-y > .large-1 {
      height: 8.33333%; }
    .grid-y > .large-2 {
      height: 16.66667%; }
    .grid-y > .large-3 {
      height: 25%; }
    .grid-y > .large-4 {
      height: 33.33333%; }
    .grid-y > .large-5 {
      height: 41.66667%; }
    .grid-y > .large-6 {
      height: 50%; }
    .grid-y > .large-7 {
      height: 58.33333%; }
    .grid-y > .large-8 {
      height: 66.66667%; }
    .grid-y > .large-9 {
      height: 75%; }
    .grid-y > .large-10 {
      height: 83.33333%; }
    .grid-y > .large-11 {
      height: 91.66667%; }
    .grid-y > .large-12 {
      height: 100%; } }
  @media screen and (min-width: 106.3125em) {
    .grid-y > .xlarge-auto {
      -webkit-flex: 1 1 0;
      -ms-flex: 1 1 0;
      flex: 1 1 0;
      height: auto; }
    .grid-y > .xlarge-shrink, .grid-y > .xlarge-1, .grid-y > .xlarge-2, .grid-y > .xlarge-3, .grid-y > .xlarge-4, .grid-y > .xlarge-5, .grid-y > .xlarge-6, .grid-y > .xlarge-7, .grid-y > .xlarge-8, .grid-y > .xlarge-9, .grid-y > .xlarge-10, .grid-y > .xlarge-11, .grid-y > .xlarge-12 {
      -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
      flex: 0 0 auto; }
    .grid-y > .xlarge-shrink {
      height: auto; }
    .grid-y > .xlarge-1 {
      height: 8.33333%; }
    .grid-y > .xlarge-2 {
      height: 16.66667%; }
    .grid-y > .xlarge-3 {
      height: 25%; }
    .grid-y > .xlarge-4 {
      height: 33.33333%; }
    .grid-y > .xlarge-5 {
      height: 41.66667%; }
    .grid-y > .xlarge-6 {
      height: 50%; }
    .grid-y > .xlarge-7 {
      height: 58.33333%; }
    .grid-y > .xlarge-8 {
      height: 66.66667%; }
    .grid-y > .xlarge-9 {
      height: 75%; }
    .grid-y > .xlarge-10 {
      height: 83.33333%; }
    .grid-y > .xlarge-11 {
      height: 91.66667%; }
    .grid-y > .xlarge-12 {
      height: 100%; } }

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

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

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

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

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

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

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

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

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

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

@media screen and (min-width: 106.3125em) {
  .xlarge-grid-frame {
    overflow: hidden;
    position: relative;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    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: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    max-height: 100%; }
    .xlarge-cell-block-container > .grid-x {
      max-height: 100%;
      -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
      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;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  height: 100vh;
  width: auto; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.close-button {
  position: absolute;
  z-index: 10;
  color: #1B1B1B;
  cursor: pointer; }
  [data-whatinput='mouse'] .close-button {
    outline: 0; }
  .close-button:hover, .close-button:focus {
    color: #fefefe; }
  .close-button.small {
    right: 0.66rem;
    top: 0.33em;
    font-size: 1.5em;
    line-height: 1; }
  .close-button, .close-button.medium {
    right: 1rem;
    top: 0.5rem;
    font-size: 2em;
    line-height: 1; }

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

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

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

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

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

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

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

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

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

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

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

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

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

.pagination {
  margin-left: 0;
  margin-bottom: 0; }
  .pagination::before, .pagination::after {
    display: table;
    content: ' ';
    -webkit-flex-basis: 0;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1; }
  .pagination::after {
    clear: both; }
  .pagination li {
    margin-right: 0.0625rem;
    border-radius: 0;
    font-size: 1.25rem;
    display: none; }
    .pagination li:last-child, .pagination li:first-child {
      display: inline-block; }
    @media print, screen and (min-width: 41.75em) {
      .pagination li {
        display: inline-block; } }
  .pagination a,
  .pagination button {
    display: block;
    padding: 0 0.5rem;
    border-radius: 0;
    color: #fefefe; }
    .pagination a:hover,
    .pagination button:hover {
      background: transparent; }
  .pagination .current {
    padding: 0 0.5rem;
    background: transparent;
    color: #7edf9c;
    cursor: default; }
  .pagination .disabled {
    padding: 0 0.5rem;
    color: #333333;
    cursor: not-allowed; }
    .pagination .disabled:hover {
      background: transparent; }
  .pagination .ellipsis::after {
    padding: 0 0.5rem;
    content: '\2026';
    color: #fefefe; }

.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: "»"; }

.responsive-embed,
.flex-video {
  position: relative;
  height: 0;
  margin-bottom: 1rem;
  padding-bottom: 75%;
  overflow: hidden; }
  .responsive-embed iframe,
  .responsive-embed object,
  .responsive-embed embed,
  .responsive-embed video,
  .flex-video iframe,
  .flex-video object,
  .flex-video embed,
  .flex-video video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
  .responsive-embed.widescreen,
  .flex-video.widescreen {
    padding-bottom: 56.25%; }

.tabs {
  margin: 0;
  border: 1px solid #DBDBDB;
  background: #fefefe;
  list-style-type: none; }
  .tabs::before, .tabs::after {
    display: table;
    content: ' ';
    -webkit-flex-basis: 0;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1; }
  .tabs::after {
    clear: both; }

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

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

.tabs.primary {
  background: #7edf9c; }
  .tabs.primary > li > a {
    color: #000000; }
    .tabs.primary > li > a:hover, .tabs.primary > li > a:focus {
      background: #70dc91; }

.tabs-title {
  float: left; }
  .tabs-title > a {
    display: block;
    padding: 1.25rem 1.5rem;
    font-size: 0.75rem;
    line-height: 1;
    color: #7edf9c; }
    [data-whatinput='mouse'] .tabs-title > a {
      outline: 0; }
    .tabs-title > a:hover {
      background: #fefefe;
      color: #57d57e; }
    .tabs-title > a:focus, .tabs-title > a[aria-selected='true'] {
      background: #DBDBDB;
      color: #7edf9c; }

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

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

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

.menu {
  padding: 0;
  margin: 0;
  list-style: none;
  position: relative;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  [data-whatinput='mouse'] .menu li {
    outline: 0; }
  .menu a,
  .menu .button {
    line-height: 1;
    text-decoration: none;
    display: block;
    padding: 0.7rem 1rem; }
  .menu input,
  .menu select,
  .menu a,
  .menu button {
    margin-bottom: 0; }
  .menu input {
    display: inline-block; }
  .menu, .menu.horizontal {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row; }
  .menu.vertical {
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    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 {
    -webkit-flex: 1 1 0px;
    -ms-flex: 1 1 0px;
    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 {
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center; }
    .menu.simple li + li {
      margin-left: 1rem; }
    .menu.simple a {
      padding: 0; }
  @media print, screen and (min-width: 41.75em) {
    .menu.medium-horizontal {
      -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-flex-direction: row;
      -ms-flex-direction: row;
      flex-direction: row; }
    .menu.medium-vertical {
      -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
      -webkit-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column; }
    .menu.medium-expanded li {
      -webkit-flex: 1 1 0px;
      -ms-flex: 1 1 0px;
      flex: 1 1 0px; }
    .menu.medium-simple li {
      -webkit-flex: 1 1 0px;
      -ms-flex: 1 1 0px;
      flex: 1 1 0px; } }
  @media print, screen and (min-width: 64em) {
    .menu.mediumx-horizontal {
      -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-flex-direction: row;
      -ms-flex-direction: row;
      flex-direction: row; }
    .menu.mediumx-vertical {
      -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
      -webkit-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column; }
    .menu.mediumx-expanded li {
      -webkit-flex: 1 1 0px;
      -ms-flex: 1 1 0px;
      flex: 1 1 0px; }
    .menu.mediumx-simple li {
      -webkit-flex: 1 1 0px;
      -ms-flex: 1 1 0px;
      flex: 1 1 0px; } }
  @media print, screen and (min-width: 75.625em) {
    .menu.large-horizontal {
      -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-flex-direction: row;
      -ms-flex-direction: row;
      flex-direction: row; }
    .menu.large-vertical {
      -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
      -webkit-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column; }
    .menu.large-expanded li {
      -webkit-flex: 1 1 0px;
      -ms-flex: 1 1 0px;
      flex: 1 1 0px; }
    .menu.large-simple li {
      -webkit-flex: 1 1 0px;
      -ms-flex: 1 1 0px;
      flex: 1 1 0px; } }
  @media screen and (min-width: 106.3125em) {
    .menu.xlarge-horizontal {
      -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-flex-direction: row;
      -ms-flex-direction: row;
      flex-direction: row; }
    .menu.xlarge-vertical {
      -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
      -webkit-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column; }
    .menu.xlarge-expanded li {
      -webkit-flex: 1 1 0px;
      -ms-flex: 1 1 0px;
      flex: 1 1 0px; }
    .menu.xlarge-simple li {
      -webkit-flex: 1 1 0px;
      -ms-flex: 1 1 0px;
      flex: 1 1 0px; } }
  .menu.nested {
    margin-right: 0;
    margin-left: 1rem; }
  .menu.icons a {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }
  .menu.icon-top a, .menu.icon-right a, .menu.icon-bottom a, .menu.icon-left a {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }
  .menu.icon-left li a, .menu.nested.icon-left li a {
    -webkit-flex-flow: row nowrap;
    -ms-flex-flow: row nowrap;
    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 {
    -webkit-flex-flow: row nowrap;
    -ms-flex-flow: row nowrap;
    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 {
    -webkit-flex-flow: column nowrap;
    -ms-flex-flow: column nowrap;
    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 {
      -webkit-align-self: stretch;
      -ms-flex-item-align: stretch;
      align-self: stretch;
      margin-bottom: 0.25rem;
      text-align: center; }
  .menu.icon-bottom li a, .menu.nested.icon-bottom li a {
    -webkit-flex-flow: column nowrap;
    -ms-flex-flow: column nowrap;
    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 {
      -webkit-align-self: stretch;
      -ms-flex-item-align: stretch;
      align-self: stretch;
      margin-bottom: 0.25rem;
      text-align: center; }
  .menu .is-active > a {
    background: #7edf9c;
    color: #000000; }
  .menu .active > a {
    background: #7edf9c;
    color: #000000; }
  .menu.align-left {
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start; }
  .menu.align-right li {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end; }
    .menu.align-right li .submenu li {
      -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
      justify-content: flex-start; }
  .menu.align-right.vertical li {
    display: block;
    text-align: right; }
    .menu.align-right.vertical li .submenu li {
      text-align: right; }
  .menu.align-right.icon-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: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center; }
    .menu.align-center li .submenu li {
      -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
      justify-content: flex-start; }
  .menu .menu-text {
    padding: 0.7rem 1rem;
    font-weight: bold;
    line-height: 1;
    color: inherit; }

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

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

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

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

.drilldown .is-drilldown-submenu {
  position: absolute;
  top: 0;
  left: 100%;
  z-index: -1;
  width: 100%;
  background: #fefefe;
  transition: -webkit-transform 0.15s linear;
  transition: transform 0.15s linear; }
  .drilldown .is-drilldown-submenu.is-active {
    z-index: 1;
    display: block;
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%); }
  .drilldown .is-drilldown-submenu.is-closing {
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%); }
  .drilldown .is-drilldown-submenu a {
    padding: 0.7rem 1rem; }

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

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

.drilldown .is-drilldown-submenu-parent > a {
  position: relative; }
  .drilldown .is-drilldown-submenu-parent > a::after {
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px;
    content: '';
    border-right-width: 0;
    border-color: transparent transparent transparent #7edf9c;
    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 #7edf9c;
  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 #7edf9c 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 #7edf9c transparent transparent;
  display: inline-block;
  vertical-align: middle;
  margin-right: 0.75rem; }

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

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

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

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

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

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

.dropdown.menu > li.is-active > a {
  background: transparent;
  color: #7edf9c; }

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

@media print, screen and (min-width: 41.75em) {
  .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: #7edf9c 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 #7edf9c 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 #7edf9c; } }

@media print, screen and (min-width: 64em) {
  .dropdown.menu.mediumx-horizontal > li.opens-left > .is-dropdown-submenu {
    top: 100%;
    right: 0;
    left: auto; }
  .dropdown.menu.mediumx-horizontal > li.opens-right > .is-dropdown-submenu {
    top: 100%;
    right: auto;
    left: 0; }
  .dropdown.menu.mediumx-horizontal > li.is-dropdown-submenu-parent > a {
    position: relative;
    padding-right: 1.5rem; }
  .dropdown.menu.mediumx-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: #7edf9c transparent transparent;
    right: 5px;
    left: auto;
    margin-top: -3px; }
  .dropdown.menu.mediumx-vertical > li .is-dropdown-submenu {
    top: 0; }
  .dropdown.menu.mediumx-vertical > li.opens-left > .is-dropdown-submenu {
    top: 0;
    right: 100%;
    left: auto; }
  .dropdown.menu.mediumx-vertical > li.opens-right > .is-dropdown-submenu {
    right: auto;
    left: 100%; }
  .dropdown.menu.mediumx-vertical > li > a::after {
    right: 14px; }
  .dropdown.menu.mediumx-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 #7edf9c transparent transparent;
    right: auto;
    left: 5px; }
  .dropdown.menu.mediumx-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 #7edf9c; } }

@media print, screen and (min-width: 75.625em) {
  .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: #7edf9c 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 #7edf9c 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 #7edf9c; } }

@media screen and (min-width: 106.3125em) {
  .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: #7edf9c 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 #7edf9c 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 #7edf9c; } }

.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 #333333;
  background: #fefefe; }
  .dropdown .is-dropdown-submenu a {
    padding: 0.7rem 1rem; }
  .is-dropdown-submenu .is-dropdown-submenu-parent > a::after {
    right: 14px; }
  .is-dropdown-submenu .is-dropdown-submenu-parent.opens-left > a::after {
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px;
    content: '';
    border-left-width: 0;
    border-color: transparent #7edf9c 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 #7edf9c; }
  .is-dropdown-submenu .is-dropdown-submenu {
    margin-top: -1px; }
  .is-dropdown-submenu > li {
    width: 100%; }
  .is-dropdown-submenu.js-dropdown-active {
    display: block; }

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

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

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

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

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

.position-left {
  top: 0;
  left: 0;
  height: 100%;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  width: 75%;
  -webkit-transform: translateX(-75%);
  -ms-transform: translateX(-75%);
  transform: translateX(-75%); }
  @media print, screen and (min-width: 41.75em) {
    .position-left {
      width: 50%;
      -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      transform: translateX(-50%); } }
  .off-canvas-content .off-canvas.position-left {
    -webkit-transform: translateX(-75%);
    -ms-transform: translateX(-75%);
    transform: translateX(-75%); }
    @media print, screen and (min-width: 41.75em) {
      .off-canvas-content .off-canvas.position-left {
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%); } }
    .off-canvas-content .off-canvas.position-left.is-transition-overlap.is-open {
      -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
      transform: translate(0, 0); }
  .off-canvas-content.is-open-left.has-transition-push {
    -webkit-transform: translateX(75%);
    -ms-transform: translateX(75%);
    transform: translateX(75%); }
    @media print, screen and (min-width: 41.75em) {
      .off-canvas-content.is-open-left.has-transition-push {
        -webkit-transform: translateX(50%);
        -ms-transform: translateX(50%);
        transform: translateX(50%); } }
  .position-left.is-transition-push {
    box-shadow: inset -13px 0 20px -13px rgba(0, 0, 0, 0.25); }

.position-right {
  top: 0;
  right: 0;
  height: 100%;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  width: 75%;
  -webkit-transform: translateX(75%);
  -ms-transform: translateX(75%);
  transform: translateX(75%); }
  @media print, screen and (min-width: 41.75em) {
    .position-right {
      width: 50%;
      -webkit-transform: translateX(50%);
      -ms-transform: translateX(50%);
      transform: translateX(50%); } }
  .off-canvas-content .off-canvas.position-right {
    -webkit-transform: translateX(75%);
    -ms-transform: translateX(75%);
    transform: translateX(75%); }
    @media print, screen and (min-width: 41.75em) {
      .off-canvas-content .off-canvas.position-right {
        -webkit-transform: translateX(50%);
        -ms-transform: translateX(50%);
        transform: translateX(50%); } }
    .off-canvas-content .off-canvas.position-right.is-transition-overlap.is-open {
      -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
      transform: translate(0, 0); }
  .off-canvas-content.is-open-right.has-transition-push {
    -webkit-transform: translateX(-75%);
    -ms-transform: translateX(-75%);
    transform: translateX(-75%); }
    @media print, screen and (min-width: 41.75em) {
      .off-canvas-content.is-open-right.has-transition-push {
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%); } }
  .position-right.is-transition-push {
    box-shadow: inset 13px 0 20px -13px rgba(0, 0, 0, 0.25); }

.position-top {
  top: 0;
  left: 0;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  height: 250px;
  -webkit-transform: translateY(-250px);
  -ms-transform: translateY(-250px);
  transform: translateY(-250px); }
  .off-canvas-content .off-canvas.position-top {
    -webkit-transform: translateY(-250px);
    -ms-transform: translateY(-250px);
    transform: translateY(-250px); }
    .off-canvas-content .off-canvas.position-top.is-transition-overlap.is-open {
      -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
      transform: translate(0, 0); }
  .off-canvas-content.is-open-top.has-transition-push {
    -webkit-transform: translateY(250px);
    -ms-transform: translateY(250px);
    transform: translateY(250px); }
  .position-top.is-transition-push {
    box-shadow: inset 0 -13px 20px -13px rgba(0, 0, 0, 0.25); }

.position-bottom {
  bottom: 0;
  left: 0;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  height: 250px;
  -webkit-transform: translateY(250px);
  -ms-transform: translateY(250px);
  transform: translateY(250px); }
  .off-canvas-content .off-canvas.position-bottom {
    -webkit-transform: translateY(250px);
    -ms-transform: translateY(250px);
    transform: translateY(250px); }
    .off-canvas-content .off-canvas.position-bottom.is-transition-overlap.is-open {
      -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
      transform: translate(0, 0); }
  .off-canvas-content.is-open-bottom.has-transition-push {
    -webkit-transform: translateY(-250px);
    -ms-transform: translateY(-250px);
    transform: translateY(-250px); }
  .position-bottom.is-transition-push {
    box-shadow: inset 0 13px 20px -13px rgba(0, 0, 0, 0.25); }

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

@media print, screen and (min-width: 41.75em) {
  .position-left.reveal-for-medium {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    z-index: 51;
    transition: none;
    visibility: visible; }
    .position-left.reveal-for-medium .close-button {
      display: none; }
    .off-canvas-content .position-left.reveal-for-medium {
      -webkit-transform: none;
      -ms-transform: none;
      transform: none; }
    .off-canvas-content.has-reveal-left {
      margin-left: 50%; }
    .position-left.reveal-for-medium ~ .off-canvas-content {
      margin-left: 50%; }
  .position-right.reveal-for-medium {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    z-index: 51;
    transition: none;
    visibility: visible; }
    .position-right.reveal-for-medium .close-button {
      display: none; }
    .off-canvas-content .position-right.reveal-for-medium {
      -webkit-transform: none;
      -ms-transform: none;
      transform: none; }
    .off-canvas-content.has-reveal-right {
      margin-right: 50%; }
    .position-right.reveal-for-medium ~ .off-canvas-content {
      margin-right: 50%; }
  .position-top.reveal-for-medium {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    z-index: 51;
    transition: none;
    visibility: visible; }
    .position-top.reveal-for-medium .close-button {
      display: none; }
    .off-canvas-content .position-top.reveal-for-medium {
      -webkit-transform: none;
      -ms-transform: none;
      transform: none; }
    .off-canvas-content.has-reveal-top {
      margin-top: 50%; }
    .position-top.reveal-for-medium ~ .off-canvas-content {
      margin-top: 50%; }
  .position-bottom.reveal-for-medium {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    z-index: 51;
    transition: none;
    visibility: visible; }
    .position-bottom.reveal-for-medium .close-button {
      display: none; }
    .off-canvas-content .position-bottom.reveal-for-medium {
      -webkit-transform: none;
      -ms-transform: none;
      transform: none; }
    .off-canvas-content.has-reveal-bottom {
      margin-bottom: 50%; }
    .position-bottom.reveal-for-medium ~ .off-canvas-content {
      margin-bottom: 50%; } }

@media print, screen and (min-width: 64em) {
  .position-left.reveal-for-mediumx {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    z-index: 51;
    transition: none;
    visibility: visible; }
    .position-left.reveal-for-mediumx .close-button {
      display: none; }
    .off-canvas-content .position-left.reveal-for-mediumx {
      -webkit-transform: none;
      -ms-transform: none;
      transform: none; }
    .off-canvas-content.has-reveal-left {
      margin-left: 50%; }
    .position-left.reveal-for-mediumx ~ .off-canvas-content {
      margin-left: 50%; }
  .position-right.reveal-for-mediumx {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    z-index: 51;
    transition: none;
    visibility: visible; }
    .position-right.reveal-for-mediumx .close-button {
      display: none; }
    .off-canvas-content .position-right.reveal-for-mediumx {
      -webkit-transform: none;
      -ms-transform: none;
      transform: none; }
    .off-canvas-content.has-reveal-right {
      margin-right: 50%; }
    .position-right.reveal-for-mediumx ~ .off-canvas-content {
      margin-right: 50%; }
  .position-top.reveal-for-mediumx {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    z-index: 51;
    transition: none;
    visibility: visible; }
    .position-top.reveal-for-mediumx .close-button {
      display: none; }
    .off-canvas-content .position-top.reveal-for-mediumx {
      -webkit-transform: none;
      -ms-transform: none;
      transform: none; }
    .off-canvas-content.has-reveal-top {
      margin-top: 50%; }
    .position-top.reveal-for-mediumx ~ .off-canvas-content {
      margin-top: 50%; }
  .position-bottom.reveal-for-mediumx {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    z-index: 51;
    transition: none;
    visibility: visible; }
    .position-bottom.reveal-for-mediumx .close-button {
      display: none; }
    .off-canvas-content .position-bottom.reveal-for-mediumx {
      -webkit-transform: none;
      -ms-transform: none;
      transform: none; }
    .off-canvas-content.has-reveal-bottom {
      margin-bottom: 50%; }
    .position-bottom.reveal-for-mediumx ~ .off-canvas-content {
      margin-bottom: 50%; } }

@media print, screen and (min-width: 75.625em) {
  .position-left.reveal-for-large {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    z-index: 51;
    transition: none;
    visibility: visible; }
    .position-left.reveal-for-large .close-button {
      display: none; }
    .off-canvas-content .position-left.reveal-for-large {
      -webkit-transform: none;
      -ms-transform: none;
      transform: none; }
    .off-canvas-content.has-reveal-left {
      margin-left: 50%; }
    .position-left.reveal-for-large ~ .off-canvas-content {
      margin-left: 50%; }
  .position-right.reveal-for-large {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    z-index: 51;
    transition: none;
    visibility: visible; }
    .position-right.reveal-for-large .close-button {
      display: none; }
    .off-canvas-content .position-right.reveal-for-large {
      -webkit-transform: none;
      -ms-transform: none;
      transform: none; }
    .off-canvas-content.has-reveal-right {
      margin-right: 50%; }
    .position-right.reveal-for-large ~ .off-canvas-content {
      margin-right: 50%; }
  .position-top.reveal-for-large {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    z-index: 51;
    transition: none;
    visibility: visible; }
    .position-top.reveal-for-large .close-button {
      display: none; }
    .off-canvas-content .position-top.reveal-for-large {
      -webkit-transform: none;
      -ms-transform: none;
      transform: none; }
    .off-canvas-content.has-reveal-top {
      margin-top: 50%; }
    .position-top.reveal-for-large ~ .off-canvas-content {
      margin-top: 50%; }
  .position-bottom.reveal-for-large {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    z-index: 51;
    transition: none;
    visibility: visible; }
    .position-bottom.reveal-for-large .close-button {
      display: none; }
    .off-canvas-content .position-bottom.reveal-for-large {
      -webkit-transform: none;
      -ms-transform: none;
      transform: none; }
    .off-canvas-content.has-reveal-bottom {
      margin-bottom: 50%; }
    .position-bottom.reveal-for-large ~ .off-canvas-content {
      margin-bottom: 50%; } }

@media screen and (min-width: 106.3125em) {
  .position-left.reveal-for-xlarge {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    z-index: 51;
    transition: none;
    visibility: visible; }
    .position-left.reveal-for-xlarge .close-button {
      display: none; }
    .off-canvas-content .position-left.reveal-for-xlarge {
      -webkit-transform: none;
      -ms-transform: none;
      transform: none; }
    .off-canvas-content.has-reveal-left {
      margin-left: 50%; }
    .position-left.reveal-for-xlarge ~ .off-canvas-content {
      margin-left: 50%; }
  .position-right.reveal-for-xlarge {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    z-index: 51;
    transition: none;
    visibility: visible; }
    .position-right.reveal-for-xlarge .close-button {
      display: none; }
    .off-canvas-content .position-right.reveal-for-xlarge {
      -webkit-transform: none;
      -ms-transform: none;
      transform: none; }
    .off-canvas-content.has-reveal-right {
      margin-right: 50%; }
    .position-right.reveal-for-xlarge ~ .off-canvas-content {
      margin-right: 50%; }
  .position-top.reveal-for-xlarge {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    z-index: 51;
    transition: none;
    visibility: visible; }
    .position-top.reveal-for-xlarge .close-button {
      display: none; }
    .off-canvas-content .position-top.reveal-for-xlarge {
      -webkit-transform: none;
      -ms-transform: none;
      transform: none; }
    .off-canvas-content.has-reveal-top {
      margin-top: 50%; }
    .position-top.reveal-for-xlarge ~ .off-canvas-content {
      margin-top: 50%; }
  .position-bottom.reveal-for-xlarge {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    z-index: 51;
    transition: none;
    visibility: visible; }
    .position-bottom.reveal-for-xlarge .close-button {
      display: none; }
    .off-canvas-content .position-bottom.reveal-for-xlarge {
      -webkit-transform: none;
      -ms-transform: none;
      transform: none; }
    .off-canvas-content.has-reveal-bottom {
      margin-bottom: 50%; }
    .position-bottom.reveal-for-xlarge ~ .off-canvas-content {
      margin-bottom: 50%; } }

@media print, screen and (min-width: 41.75em) {
  .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;
      -webkit-transform: none;
      -ms-transform: none;
      transform: none; }
    .off-canvas.in-canvas-for-medium .close-button {
      display: none; } }

@media print, screen and (min-width: 64em) {
  .off-canvas.in-canvas-for-mediumx {
    visibility: visible;
    height: auto;
    position: static;
    background: none;
    width: auto;
    overflow: visible;
    transition: none; }
    .off-canvas.in-canvas-for-mediumx.position-left, .off-canvas.in-canvas-for-mediumx.position-right, .off-canvas.in-canvas-for-mediumx.position-top, .off-canvas.in-canvas-for-mediumx.position-bottom {
      box-shadow: none;
      -webkit-transform: none;
      -ms-transform: none;
      transform: none; }
    .off-canvas.in-canvas-for-mediumx .close-button {
      display: none; } }

@media print, screen and (min-width: 75.625em) {
  .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;
      -webkit-transform: none;
      -ms-transform: none;
      transform: none; }
    .off-canvas.in-canvas-for-large .close-button {
      display: none; } }

@media screen and (min-width: 106.3125em) {
  .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;
      -webkit-transform: none;
      -ms-transform: none;
      transform: none; }
    .off-canvas.in-canvas-for-xlarge .close-button {
      display: none; } }

html.is-reveal-open {
  position: fixed;
  width: 100%;
  overflow-y: hidden; }
  html.is-reveal-open.zf-has-scroll {
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch; }
  html.is-reveal-open body {
    overflow-y: hidden; }

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

.reveal {
  z-index: 1006;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  display: none;
  padding: 1rem;
  border: 1px solid #333333;
  border-radius: 20px;
  background-color: #fefefe;
  position: relative;
  top: 100px;
  margin-right: auto;
  margin-left: auto;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch; }
  [data-whatinput='mouse'] .reveal {
    outline: 0; }
  @media print, screen and (min-width: 41.75em) {
    .reveal {
      min-height: 0; } }
  .reveal .column {
    min-width: 0; }
  .reveal > :last-child {
    margin-bottom: 0; }
  @media print, screen and (min-width: 41.75em) {
    .reveal {
      width: 600px;
      max-width: 75rem; } }
  .reveal.collapse {
    padding: 0; }
  @media print, screen and (min-width: 41.75em) {
    .reveal.tiny {
      width: 30%;
      max-width: 75rem; } }
  @media print, screen and (min-width: 41.75em) {
    .reveal.small {
      width: 50%;
      max-width: 75rem; } }
  @media print, screen and (min-width: 41.75em) {
    .reveal.large {
      width: 90%;
      max-width: 75rem; } }
  .reveal.full {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    max-width: none;
    height: 100%;
    min-height: 100%;
    margin-left: 0;
    border: 0;
    border-radius: 0; }
  @media print, screen and (max-width: 41.74875em) {
    .reveal {
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      width: 100%;
      max-width: none;
      height: 100%;
      min-height: 100%;
      margin-left: 0;
      border: 0;
      border-radius: 0; } }
  .reveal.without-overlay {
    position: fixed; }

.sticky-container {
  position: relative; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.small-order-1 {
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1; }

.small-order-2 {
  -webkit-order: 2;
  -ms-flex-order: 2;
  order: 2; }

.small-order-3 {
  -webkit-order: 3;
  -ms-flex-order: 3;
  order: 3; }

.small-order-4 {
  -webkit-order: 4;
  -ms-flex-order: 4;
  order: 4; }

.small-order-5 {
  -webkit-order: 5;
  -ms-flex-order: 5;
  order: 5; }

.small-order-6 {
  -webkit-order: 6;
  -ms-flex-order: 6;
  order: 6; }

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

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

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

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

.flex-container {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }

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

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

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

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

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

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

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

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

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

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

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

.hide {
  display: none !important; }

.invisible {
  visibility: hidden; }

.visible {
  visibility: visible; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media screen and (max-width: 106.31125em), screen and (min-width: 120.0625em) {
  .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; }

/******************************************************************

Stylesheet: Mixins & Constants Stylesheet

This is where you can take advantage of Sass' great features:
Mixins & Constants.

******************************************************************/
/*********************
TOOLS
*********************/
.image-replacement {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden; }

/* =============================================================================
	Button
========================================================================== */
/* =============================================================================
	Burger Bars
========================================================================== */
/**
 * Select parts of the burger
 */
/**
 * Burger animations
 */
/* =============================================================================
	Site Drop Shadow
========================================================================== */
/* =============================================================================
Padding
========================================================================== */
/* =============================================================================
Aspect Ratio
========================================================================== */
/* =============================================================================
Site Margins
========================================================================== */
/*********************
TYPOGRAPHY
*********************/
span.amp {
  font-family: Baskerville,'Goudy Old Style',Palatino,'Book Antiqua',serif !important;
  font-style: italic; }

/* =============================================================================
	Fluid Type
========================================================================== */
/*
$min_width: map-get($breakpoints, medium)
$max_width: map-get($breakpoints, xxlarge)
$min_font: 16px;
$max_font: 24px;

.large-fluid {
  @include fluid-type($min_width, $max_width, $min_font, $max_font);
}
*/
/* =============================================================================
	Fluid Padding
========================================================================== */
/*
	$direction: vertical,horizontal,both;
	$min-vw: map-get($breakpoints, medium)
	$max-vw: map-get($breakpoints, xxlarge);
	$min-padding: 16px;
	$max-padding: 38px;


	*/
/* =============================================================================
	Fluid Attribute
========================================================================== */
/*
	$attribute: margin-bottom;
	$min-vw: map-get($breakpoints, medium);
	$max-vw: map-get($breakpoints, xxlarge);
	$min-value: 16px;
	$max-value: 38px;


	*/
/*********************
CSS3 GRADIENTS.
*********************/
/* @include css-gradient(#dfdfdf,#f8f8f8); */
@font-face {
  font-family: 'semmco-lps-icons';
  src: url("../font/semmco-lps-icons.eot?95353593");
  src: url("../font/semmco-lps-icons.eot?95353593#iefix") format("embedded-opentype"), url("../font/semmco-lps-icons.woff2?95353593") format("woff2"), url("../font/semmco-lps-icons.woff?95353593") format("woff"), url("../font/semmco-lps-icons.ttf?95353593") format("truetype"), url("../font/semmco-lps-icons.svg?95353593#semmco-lps-icons") format("svg");
  font-weight: normal;
  font-style: normal; }

/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: 'semmco-lps-icons';
    src: url('../font/semmco-lps-icons.svg?95353593#semmco-lps-icons') format('svg');
  }
}
*/
[class^="icon-"]:before, [class*=" icon-"]:before {
  font-family: "semmco-lps-icons";
  font-style: normal;
  font-weight: normal;
  speak: never;
  display: inline-block;
  text-decoration: inherit;
  text-align: center;
  /* opacity: .8; */
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */ }

.icon-office:before {
  content: '\e800'; }

/* '' */
.icon-search:before {
  content: '\e801'; }

/* '' */
.icon-arrow-right:before {
  content: '\e802'; }

/* '' */
.icon-facebook:before {
  content: '\e803'; }

/* '' */
.icon-instagram:before {
  content: '\e804'; }

/* '' */
.icon-twitter:before {
  content: '\e805'; }

/* '' */
.icon-linkedin:before {
  content: '\e806'; }

/* '' */
.icon-tick:before {
  content: '\e807'; }

/* '' */
.icon-minus-circle:before {
  content: '\e808'; }

/* '' */
.icon-phone:before {
  content: '\e809'; }

/* '' */
.icon-plus-circle:before {
  content: '\e80a'; }

/* '' */
.icon-tick-circle:before {
  content: '\e80b'; }

/* '' */
.icon-mail:before {
  content: '\e80c'; }

/* '' */
.icon-vimeo:before {
  content: '\e80d'; }

/* '' */
.icon-pinterest:before {
  content: '\e80e'; }

/* '' */
.icon-youtube:before {
  content: '\e810'; }

/* '' */
.icon-close:before {
  content: '\e80a';
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transform-origin: center;
  -ms-transform-origin: center;
  transform-origin: center; }

/* =============================================================================
Forms Related Stuff
========================================================================== */
.form-success, .form-failure {
  display: none; }
  .form-success.visible, .form-failure.visible {
    display: block; }

select {
  min-width: 9.375rem;
  border: none;
  height: auto;
  padding: 1rem !important;
  background-image: url("data:image/svg+xml;utf8,<svg id='Layer_1' data-name='Layer 1' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 56.57 28.28'><polyline fill='rgb%2827, 27, 27%29' points='56.57 0 28.28 28.28 0 0'/></svg>");
  background-size: 15px 15px;
  background-position: right center; }
  @media print, screen and (min-width: 41.75em) {
    select {
      min-width: 12.5rem; } }
  @media print, screen and (min-width: 64em) {
    select {
      min-width: 15.625rem; } }
  select:focus {
    box-shadow: none;
    border: none; }

.textarea {
  min-height: clamp(100px, 20vw, 200px); }

optgroup {
  color: #777; }
  optgroup option {
    color: #000000; }

/* =============================================================================
    Search form
  ========================================================================== */
.search-input-wrapper {
  position: relative; }
  .search-input-wrapper input[type="text"] {
    padding: 0.5rem 3.125rem 0.5rem 1.25rem;
    height: auto; }
  .search-input-wrapper .search-icon {
    position: absolute;
    top: 50%;
    right: 20px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 20px;
    color: #fefefe; }

/* =============================================================================
  Floating Labels
  - Wrap form elements in div with class .floating-placeholder
  ========================================================================== */
/*$padding-horizontal:20px;
  $highlight-color:#16abf0;

  .floating-placeholder input, .floating-placeholder {
    line-height:2em;
    height:2em;
    margin:0;
    padding:0;
    width:100%;
  }

  .floating-placeholder input{
    line-height:2.8em;
  }

  .floating-placeholder input:valid{
    line-height:2.8em;
  }

  .floating-placeholder input:focus+label{
    color:$highlight-color;
  }

  .floating-placeholder input[value]+label{
    color:red;
  }

  .floating-placeholder{
    position:relative;
  }

  .floating-placeholder input{
    font-size:18pt;
    border:none;
    outline:none;
    position:absolute;
    top:0;
    left:0;
    display:block;
    background:transparent;
    z-index:2;
    border-bottom:1px solid #ccc;
    text-indent:$padding-horizontal;
  }

  .floating-placeholder:last-child input{
    border-bottom:none;
  }

  .floating-placeholder label{
    display:block;
    position:absolute;
    top:0;
    left:$padding-horizontal;
    font-size:16pt;
    z-index:1;
    transform-origin: 0 0em;
    transition: transform 160ms, color 200ms;
    transform: scale(1, 1) rotateY(0);
    color:#999;
  }

  .floating-placeholder input:valid~label{
    top: -.2em;
    transform: scale(0.55, 0.55) rotateY(0);
  }*/
/************************************************

Stylesheet: Main Stylesheet

*************************************************/
/* =============================================================================
  Additional Variables
========================================================================== */
/* =============================================================================
  Colours
========================================================================== */
.primary:not(.button), .primary a:not(.button) {
  color: #7edf9c !important; }

.bg-primary {
  background-color: #7edf9c; }

.secondary:not(.button), .secondary a:not(.button) {
  color: #FF8240 !important; }

.bg-secondary {
  background-color: #FF8240; }

.success:not(.button), .success a:not(.button) {
  color: #3adb76 !important; }

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

.warning:not(.button), .warning a:not(.button) {
  color: #ffae00 !important; }

.bg-warning {
  background-color: #ffae00; }

.alert:not(.button), .alert a:not(.button) {
  color: #cc4b37 !important; }

.bg-alert {
  background-color: #cc4b37; }

.white:not(.button), .white a:not(.button) {
  color: #fefefe !important; }

.bg-white {
  background-color: #fefefe; }

.body-color, a.body-color {
  color: #fefefe; }

.light-gray:not(.button), .light-gray a:not(.button) {
  color: #DBDBDB !important; }

.bg-light-gray {
  background-color: #DBDBDB; }

.medium-gray:not(.button), .medium-gray a:not(.button) {
  color: #333333 !important; }

.bg-medium-gray {
  background-color: #333333; }

.dark-gray:not(.button), .dark-gray a:not(.button) {
  color: #1B1B1B !important; }

.bg-dark-gray {
  background-color: #1B1B1B; }

.bg-light {
  background-color: rgba(254, 254, 254, 0.05); }

.bg-lighter {
  background-color: rgba(254, 254, 254, 0.1); }

.bg-dark {
  background-color: transparent; }

.bg-gradient {
  background: transparent linear-gradient(257deg, #333333 40%, #000000 100%) 0% 0% no-repeat padding-box; }

/* =============================================================================
  Helper Classes
========================================================================== */
.mb-3 {
  margin-bottom: 3em !important; }

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

.nbp {
  padding-bottom: 0 !important; }

.fluid-pad {
  padding: 16px 0;
  /*padding: $min-padding;
	      @media screen and (min-width: $min-vw) {
	        padding: calc(16px + 22 * ((100vw - 1px) / 1920));
	      }
	      @media screen and (min-width: $max-vw) {
	        padding: $max-padding;
	      }*/ }
  @media screen and (min-width: 1px) {
    .fluid-pad {
      padding: calc(16px + 22 * ((100vw - 1px) / 1920)) 0; } }
  @media screen and (min-width: 1921px) {
    .fluid-pad {
      padding: 38px 0; } }

.db {
  display: block; }

.flex {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }

.pr {
  position: relative; }

.lh1 {
  line-height: 1; }

.disabled {
  opacity: 0.5;
  cursor: not-allowed; }

.pos-abs-fill {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.bg-cover {
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat; }

[data-imitate-width] {
  display: block;
  position: relative; }
  [data-imitate-width]:after {
    display: block;
    content: attr(data-imitate-width);
    height: 0;
    overflow: hidden;
    visibility: hidden; }

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

.clearfix::after {
  clear: both; }

.w100 {
  width: 100%; }

.shadow {
  box-shadow: 10px 10px 10px #00000050; }

[id] {
  scroll-margin: 100px; }

@media print, screen and (min-width: 64em) {
  .two-col {
    -webkit-columns: 2;
    columns: 2;
    -webkit-column-gap: 40px;
    column-gap: 40px; } }

@media screen and (min-width: 120.0625em) {
  .xxlarge-up-4 > .cell {
    width: calc(25% - 30px) !important; } }

/* =============================================================================
Padding
========================================================================== */
.pad-sm {
  padding-top: 1.875rem;
  padding-bottom: 1.875rem; }

.hpad-sm {
  padding-left: 1.875rem;
  padding-right: 1.875rem; }

.pad-md {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem; }

.hpad-md {
  padding-left: 2.5rem;
  padding-right: 2.5rem; }

.pad-lg {
  padding-top: 3.125rem;
  padding-bottom: 3.125rem; }

.hpad-lg {
  padding-left: 3.125rem;
  padding-right: 3.125rem; }

@media print, screen and (min-width: 41.75em) {
  .pad-sm {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem; }
  .hpad-sm {
    padding-left: 2.5rem;
    padding-right: 2.5rem; }
  .pad-md {
    padding-top: 3.125rem;
    padding-bottom: 3.125rem; }
  .hpad-md {
    padding-left: 3.125rem;
    padding-right: 3.125rem; }
  .pad-lg {
    padding-top: 4.375rem;
    padding-bottom: 4.375rem; }
  .hpad-lg {
    padding-left: 4.375rem;
    padding-right: 4.375rem; } }

@media print, screen and (min-width: 75.625em) {
  .pad-sm {
    padding-top: 1.875rem;
    padding-bottom: 1.875rem; }
  .hpad-sm {
    padding-left: 1.875rem;
    padding-right: 1.875rem; }
  .pad-md {
    padding-top: 3.75rem;
    padding-bottom: 3.75rem; }
  .hpad-md {
    padding-left: 3.75rem;
    padding-right: 3.75rem; }
  .pad-lg {
    padding-top: 6.875rem;
    padding-bottom: 6.875rem; }
  .hpad-lg {
    padding-left: 6.875rem;
    padding-right: 6.875rem; } }

/* =============================================================================
  Image Object FIt
========================================================================== */
.image-object-fit {
  overflow: hidden;
  position: relative;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat; }
  .image-object-fit img {
    display: none; }
  @supports (object-fit: cover) {
    .image-object-fit {
      background: none !important; }
      .image-object-fit img {
        display: block;
        position: absolute;
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: center;
        top: 0; } }

/* =============================================================================
  Contact Page
========================================================================== */
.contact-item {
  margin-bottom: 1.25rem; }
  .contact-item a {
    color: #fefefe; }
    .contact-item a:hover {
      color: #7edf9c; }
  .contact-item .icon-wrapper {
    width: 2em; }
    .contact-item .icon-wrapper i {
      font-size: 1.25em;
      color: #7edf9c; }

.map-wrapper {
  position: relative;
  width: 100%;
  position: relative; }
  .map-wrapper:before {
    display: block;
    content: "";
    width: 100%;
    padding-top: 66.66667%; }
  .map-wrapper .map {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0; }

@media print, screen and (min-width: 64em) {
  .map-wrapper {
    height: 100%;
    width: 100%; }
    .map-wrapper:before {
      display: none; } }

/* =============================================================================
  Expandable Item
========================================================================== */
.expandable-item {
  margin-bottom: 1rem; }
  .expandable-item .item-title {
    cursor: pointer;
    position: relative;
    padding: 1.6667rem 3rem 1.6667rem 1.6667rem;
    display: block;
    background-color: #DBDBDB;
    color: #333333;
    line-height: 1.1;
    border-radius: 0.625rem;
    transition: border 0.25s ease-out;
    font-size: 1.125rem; }
    .expandable-item .item-title:hover {
      color: #1B1B1B; }
  .expandable-item .indicator {
    position: absolute;
    right: 1.6667em;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    /* Vertical line */ }
    .expandable-item .indicator:before, .expandable-item .indicator:after {
      content: "";
      position: absolute;
      top: 50%;
      right: 0;
      background-color: currentColor;
      transition: -webkit-transform 0.25s ease-out;
      transition: transform 0.25s ease-out;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%);
      width: 1.17em;
      height: 3px; }
    .expandable-item .indicator:after {
      -webkit-transform: rotate(90deg) translate(-1px, calc(-50% + 1px));
      -ms-transform: rotate(90deg) translate(-1px, calc(-50% + 1px));
      transform: rotate(90deg) translate(-1px, calc(-50% + 1px)); }
  .expandable-item .expanded-content {
    height: 0;
    overflow: hidden; }
    .expandable-item .expanded-content .inner {
      background-color: #fefefe;
      color: #1B1B1B;
      padding: 1.875rem;
      border-bottom-left-radius: 0.625rem;
      border-bottom-right-radius: 0.625rem; }
      .expandable-item .expanded-content .inner p, .expandable-item .expanded-content .inner a, .expandable-item .expanded-content .inner ul, .expandable-item .expanded-content .inner ol {
        color: #1B1B1B; }
  .expandable-item.active .item-title {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0; }
  .expandable-item.active .indicator:after {
    -webkit-transform: rotate(0deg) translate(-1px, -50%);
    -ms-transform: rotate(0deg) translate(-1px, -50%);
    transform: rotate(0deg) translate(-1px, -50%); }

/* =============================================================================
  Download Item
========================================================================== */
.item {
  margin-bottom: 1rem;
  padding: 1rem;
  position: relative;
  background-color: #7edf9c;
  color: #000000;
  border-radius: 0.625rem; }
  .item a:not(.button) {
    color: #000000;
    font-size: 1.125rem; }
  .item .button {
    color: #fefefe;
    background-color: #333333;
    margin-bottom: 0; }
    .item .button:hover {
      background-color: #1B1B1B;
      color: #fefefe; }

/* =============================================================================
  Search Page
========================================================================== */
.item.search {
  display: block;
  padding: 0.625rem;
  border-radius: 0.625rem;
  overflow: hidden;
  margin-bottom: 1.25rem;
  background-color: #1B1B1B;
  color: #7edf9c; }
  .item.search .small-12 {
    padding: 1.25rem; }
  .item.search span:not(.pill) {
    font-size: 1.125rem; }
  .item.search .pill {
    font-size: 12px;
    text-transform: uppercase;
    display: inline-block;
    color: #1B1B1B;
    background-color: #DBDBDB;
    padding: 0.125rem 0.5rem;
    border-radius: 4px;
    margin-bottom: 0.3125rem; }
    .item.search .pill ~ span {
      display: block; }

/* =============================================================================
  Testimonial
========================================================================== */
.testimonial-styles {
  padding-bottom: 1.875rem; }
  .testimonial-styles .flickity-page-dots {
    bottom: -0.625rem; }
  .testimonial-styles .testimonial-item {
    width: 100%; }
  .testimonial-styles .testimonial-content {
    font-style: italic; }

/* =============================================================================
  Section Bar
========================================================================== */
.section-bar {
  padding: 1.25rem 0; }
  @media print, screen and (min-width: 75.625em) {
    .section-bar {
      padding: 1.875rem 0; } }
  @media screen and (min-width: 106.3125em) {
    .section-bar {
      padding: 3.75rem 0; } }

/* =============================================================================
  Content Margins
========================================================================== */
.grid-wrapper {
  width: calc(100% - 3.75rem);
  margin-left: 1.875rem;
  margin-right: 1.875rem; }
  @media print, screen and (min-width: 41.75em) {
    .grid-wrapper {
      width: calc(100% - 6rem);
      margin-left: 3rem;
      margin-right: 3rem; } }
  @media print, screen and (min-width: 64em) {
    .grid-wrapper {
      width: calc(100% - 7.5rem);
      margin-left: 3.75rem;
      margin-right: 3.75rem; } }
  @media print, screen and (min-width: 75.625em) {
    .grid-wrapper {
      width: calc(100% - 10rem);
      margin-left: 5rem;
      margin-right: 5rem; } }
  @media screen and (min-width: 106.3125em) {
    .grid-wrapper {
      width: calc(100% - 13.75rem);
      margin-left: 6.875rem;
      margin-right: 6.875rem; } }

.wrapper-pad-left {
  padding-left: 1.875rem;
  padding-right: 1.875rem; }
  @media print, screen and (min-width: 41.75em) {
    .wrapper-pad-left {
      padding-left: 3rem;
      padding-right: 3rem; } }
  @media print, screen and (min-width: 64em) {
    .wrapper-pad-left {
      padding-left: 3.75rem;
      padding-right: 3.75rem;
      padding-right: 0; } }
  @media print, screen and (min-width: 75.625em) {
    .wrapper-pad-left {
      padding-left: 5rem;
      padding-right: 5rem;
      padding-right: 0; } }
  @media screen and (min-width: 106.3125em) {
    .wrapper-pad-left {
      padding-left: 6.875rem;
      padding-right: 6.875rem;
      padding-right: 0; } }

/* =============================================================================
  Pagination
========================================================================== */
.pagination-wrapper {
  padding: 1.25rem 0; }
  .pagination-wrapper > * {
    line-height: 1; }
  @media print, screen and (min-width: 41.75em) {
    .pagination-wrapper select {
      margin-bottom: 0; } }

.pagination {
  margin-left: 0.625rem; }
  .pagination:before {
    display: table;
    content: ' ';
    -webkit-flex-basis: 0;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1; }
  .pagination li a {
    display: block;
    color: #fefefe; }
    .pagination li a:hover {
      color: #7edf9c; }
  .pagination li.current span {
    color: #7edf9c; }

.pagination-next-link-wrapper a {
  color: #fefefe; }
  .pagination-next-link-wrapper a:hover {
    color: #7edf9c; }

/* =============================================================================
  Large Grid Spacing
========================================================================== */
.grid-x.large-grid-spacing {
  margin-left: -1.625rem;
  margin-right: -1.625rem; }
  @media print, screen and (min-width: 64em) {
    .grid-x.large-grid-spacing {
      margin-left: -1.625rem;
      margin-right: -1.625rem; } }
  @media screen and (min-width: 106.3125em) {
    .grid-x.large-grid-spacing {
      margin-left: -1.875rem;
      margin-right: -1.875rem; } }
  .grid-x.large-grid-spacing > .cell {
    margin-top: 1.625rem;
    margin-bottom: 1.625rem;
    width: calc(100% - 3.25rem);
    margin-left: 1.625rem;
    margin-right: 1.625rem; }
    @media print, screen and (min-width: 64em) {
      .grid-x.large-grid-spacing > .cell {
        margin-top: 1.625rem;
        margin-bottom: 1.625rem; } }
    @media screen and (min-width: 106.3125em) {
      .grid-x.large-grid-spacing > .cell {
        margin-top: 1.875rem;
        margin-bottom: 1.875rem; } }
  @media print, screen and (min-width: 64em) {
    .grid-x.large-grid-spacing.mediumx-up-2 > .cell {
      width: calc(50% - 3.25rem);
      margin-left: 1.625rem;
      margin-right: 1.625rem; } }
  @media screen and (min-width: 106.3125em) {
    .grid-x.large-grid-spacing.xlarge-up-3 > .cell {
      width: calc(33.33333% - 3.75rem);
      margin-left: 1.875rem;
      margin-right: 1.875rem; } }

/* =============================================================================
  Buttons
========================================================================== */
button {
  cursor: pointer; }

button.button, .button {
  cursor: pointer;
  position: relative;
  display: inline-block;
  overflow: hidden;
  vertical-align: bottom;
  /* Fix for additional height added by having overflow hidden on inline-block element */
  border-radius: 0.625rem;
  padding: 0.65em 1.11em;
  line-height: 1;
  font-size: 1.125rem;
  color: #000000;
  transition: color 0.25s ease,box-shadow 0.1s ease;
  z-index: 1;
  text-transform: uppercase;
  background: #7edf9c; }
  button.button:hover, .button:hover {
    background-color: #5dd783; }
  button.button:active, .button:active {
    background-color: #5dd783; }
  button.button:hover, button.button:active, .button:hover, .button:active {
    color: #000000; }
  button.button.mb, .button.mb {
    margin-bottom: 1.5em; }
  button.button.has-icon > span, .button.has-icon > span {
    position: relative;
    padding-left: 2.5em; }
    button.button.has-icon > span i, .button.has-icon > span i {
      position: absolute;
      left: 0;
      top: 50%;
      font-size: 1.6em;
      margin-right: 10px;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%); }
  button.button.expanded, .button.expanded {
    width: 100%;
    text-align: center; }
  button.button.disabled, button.button [disabled], .button.disabled, .button [disabled] {
    cursor: not-allowed;
    opacity: 0.5;
    pointer-events: none; }
  button.button.button-small, .button.button-small {
    font-size: 0.875rem; }

.button-white {
  background: #fefefe; }
  .button-white:hover {
    background-color: #eaeaea; }
  .button-white:active {
    background-color: #eaeaea; }

.button-secondary {
  background: #FF8240; }
  .button-secondary:hover {
    background-color: #ff6717; }
  .button-secondary:active {
    background-color: #ff6717; }

.button-light-gray {
  background: #DBDBDB; }
  .button-light-gray:hover {
    background-color: #c7c7c7; }
  .button-light-gray:active {
    background-color: #c7c7c7; }

/* =============================================================================
Social Styles
========================================================================== */
.linkedin {
  color: #0c1030; }
  .linkedin:hover {
    color: #0a0d26 !important; }

.bg-linkedin {
  background-color: #0c1030; }
  .bg-linkedin:hover {
    background-color: #0a0d26 !important; }

.facebook {
  color: #127bc0; }
  .facebook:hover {
    color: #0e629a !important; }

.bg-facebook {
  background-color: #127bc0; }
  .bg-facebook:hover {
    background-color: #0e629a !important; }

.twitter {
  color: #21b6d9; }
  .twitter:hover {
    color: #1a92ae !important; }

.bg-twitter {
  background-color: #21b6d9; }
  .bg-twitter:hover {
    background-color: #1a92ae !important; }

.gplus {
  color: #dd4b39; }
  .gplus:hover {
    color: #be3221 !important; }

.bg-gplus {
  background-color: #dd4b39; }
  .bg-gplus:hover {
    background-color: #be3221 !important; }

.youtube {
  color: #cc181e; }
  .youtube:hover {
    color: #a31318 !important; }

.bg-youtube {
  background-color: #cc181e; }
  .bg-youtube:hover {
    background-color: #a31318 !important; }

.vimeo {
  color: #1ab7ea; }
  .vimeo:hover {
    color: #1194bf !important; }

.bg-vimeo {
  background-color: #1ab7ea; }
  .bg-vimeo:hover {
    background-color: #1194bf !important; }

.pinterest {
  color: #C92228; }
  .pinterest:hover {
    color: #a11b20 !important; }

.bg-pinterest {
  background-color: #C92228; }
  .bg-pinterest:hover {
    background-color: #a11b20 !important; }

.instagram {
  color: #C92228; }
  .instagram:hover {
    color: #a11b20 !important; }

.bg-instagram {
  background-color: #C92228; }
  .bg-instagram:hover {
    background-color: #a11b20 !important; }

.dribbble {
  color: #ea4c89; }
  .dribbble:hover {
    color: #de1a66 !important; }

.bg-dribbble {
  background-color: #ea4c89; }
  .bg-dribbble:hover {
    background-color: #de1a66 !important; }

.tumblr {
  color: #35465c; }
  .tumblr:hover {
    color: #2a384a !important; }

.bg-tumblr {
  background-color: #35465c; }
  .bg-tumblr:hover {
    background-color: #2a384a !important; }

.social-bg {
  padding: 0.625rem;
  display: block;
  color: #fefefe !important; }

.indigo-social {
  margin-top: 1.25rem;
  display: block; }
  .indigo-social a {
    color: #fefefe; }
    .indigo-social a:not(:last-child) {
      margin-right: 0.625rem; }
    .indigo-social a:hover {
      color: #7edf9c; }

/* =============================================================================
Foundation Overrides
========================================================================== */
@media print, screen and (min-width: 41.75em) {
  .reveal {
    position: absolute;
    top: 50% !important;
    left: 50% !important;
    -webkit-transform: translate(-50.1%, -50.1%);
    -ms-transform: translate(-50.1%, -50.1%);
    transform: translate(-50.1%, -50.1%); }
    .reveal.large {
      max-height: 90vh;
      overflow: auto; }
  .close-button, .close-button.medium {
    right: 0.5rem; } }

.video-reveal {
  border: none;
  padding: 0; }
  .video-reveal .responsive-embed {
    margin: 0; }
  .video-reveal iframe {
    border: none; }

/* =============================================================================
  Typography
========================================================================== */
h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5 {
  line-height: 1.2em;
  margin-bottom: 1em; }
  h1 a, .h1 a, h2 a, .h2 a, h3 a, .h3 a, h4 a, .h4 a, h5 a, .h5 a {
    text-decoration: none; }

a,
a:visited {
  transition: color 500ms ease; }
  a:link, a:visited:link {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0.3); }

h1, .h1 {
  font-size: 24px; }
  @media screen and (min-width: 1px) {
    h1, .h1 {
      font-size: calc(24px + 26 * ((100vw - 1px) / 1920)); } }
  @media screen and (min-width: 1921px) {
    h1, .h1 {
      font-size: 50px; } }

h2, .h2 {
  font-size: 22px; }
  @media screen and (min-width: 1px) {
    h2, .h2 {
      font-size: calc(22px + 14 * ((100vw - 1px) / 1920)); } }
  @media screen and (min-width: 1921px) {
    h2, .h2 {
      font-size: 36px; } }

h3, .h3 {
  font-size: 20px; }
  @media screen and (min-width: 1px) {
    h3, .h3 {
      font-size: calc(20px + 10 * ((100vw - 1px) / 1920)); } }
  @media screen and (min-width: 1921px) {
    h3, .h3 {
      font-size: 30px; } }

h4, .h4 {
  font-size: 18px; }
  @media screen and (min-width: 1px) {
    h4, .h4 {
      font-size: calc(18px + 6 * ((100vw - 1px) / 1920)); } }
  @media screen and (min-width: 1921px) {
    h4, .h4 {
      font-size: 24px; } }

h5, .h5 {
  font-size: 16px; }
  @media screen and (min-width: 1px) {
    h5, .h5 {
      font-size: calc(16px + 6 * ((100vw - 1px) / 1920)); } }
  @media screen and (min-width: 1921px) {
    h5, .h5 {
      font-size: 22px; } }

h6, .h6 {
  font-size: 16px; }
  @media screen and (min-width: 1px) {
    h6, .h6 {
      font-size: calc(16px + 2 * ((100vw - 1px) / 1920)); } }
  @media screen and (min-width: 1921px) {
    h6, .h6 {
      font-size: 18px; } }

.uc {
  text-transform: uppercase; }

/* =============================================================================
  Post Content Styles
========================================================================== */
.entry-content .inline-media, .mce-content-body .inline-media {
  max-width: 50rem;
  margin: 0 auto;
  border-radius: 20px;
  overflow: hidden;
  -webkit-filter: drop-shadow(10px 10px 10px #00000050);
  filter: drop-shadow(10px 10px 10px #00000050); }
  .entry-content .inline-media .responsive-embed, .mce-content-body .inline-media .responsive-embed {
    margin-bottom: 0; }

.entry-content .responsive-embed, .mce-content-body .responsive-embed {
  border-radius: 20px;
  overflow: hidden;
  -webkit-filter: drop-shadow(10px 10px 10px #00000050);
  filter: drop-shadow(10px 10px 10px #00000050); }

.entry-content img, .mce-content-body img {
  max-width: 100%;
  height: auto;
  margin: 1.5em 0; }
  .entry-content img.featured-image, .mce-content-body img.featured-image {
    margin-top: 0; }
  .entry-content img.wp-image, .mce-content-body img.wp-image {
    border-radius: 1.25rem;
    -webkit-filter: drop-shadow(10px 10px 10px #00000050);
    filter: drop-shadow(10px 10px 10px #00000050); }
    .entry-content img.wp-image.full-width, .mce-content-body img.wp-image.full-width {
      max-width: 100% !important; }

.entry-content p:first-child > img.alignright, .entry-content p:first-child > img.alignleft, .mce-content-body p:first-child > img.alignright, .mce-content-body p:first-child > img.alignleft {
  margin-top: 0; }

.entry-content .alignleft, .entry-content img.alignleft, .mce-content-body .alignleft, .mce-content-body img.alignleft {
  margin-right: 1.5em;
  display: inline;
  float: left; }
  .entry-content .alignleft::before, .entry-content .alignleft::after, .entry-content img.alignleft::before, .entry-content img.alignleft::after, .mce-content-body .alignleft::before, .mce-content-body .alignleft::after, .mce-content-body img.alignleft::before, .mce-content-body img.alignleft::after {
    display: table;
    content: ' ';
    -webkit-flex-basis: 0;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1; }
  .entry-content .alignleft::after, .entry-content img.alignleft::after, .mce-content-body .alignleft::after, .mce-content-body img.alignleft::after {
    clear: both; }

.entry-content .alignright, .entry-content img.alignright, .mce-content-body .alignright, .mce-content-body img.alignright {
  margin-left: 1.5em;
  display: inline;
  float: right; }
  .entry-content .alignright::before, .entry-content .alignright::after, .entry-content img.alignright::before, .entry-content img.alignright::after, .mce-content-body .alignright::before, .mce-content-body .alignright::after, .mce-content-body img.alignright::before, .mce-content-body img.alignright::after {
    display: table;
    content: ' ';
    -webkit-flex-basis: 0;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1; }
  .entry-content .alignright::after, .entry-content img.alignright::after, .mce-content-body .alignright::after, .mce-content-body img.alignright::after {
    clear: both; }

.entry-content .aligncenter, .entry-content img.aligncenter, .mce-content-body .aligncenter, .mce-content-body img.aligncenter {
  max-width: 50rem;
  margin-right: auto;
  margin-left: auto;
  display: block;
  clear: both; }

@media print, screen and (min-width: 64em) {
  .entry-content .alignleft, .entry-content img.alignleft, .entry-content .alignright, .entry-content img.alignright, .mce-content-body .alignleft, .mce-content-body img.alignleft, .mce-content-body .alignright, .mce-content-body img.alignright {
    max-width: 50%; } }

.entry-content video, .entry-content object, .mce-content-body video, .mce-content-body object {
  max-width: 100%;
  height: auto; }

.entry-content pre, .mce-content-body pre {
  background: #eee;
  border: 1px solid #cecece;
  padding: 10px; }

.entry-content ul, .mce-content-body ul {
  list-style-type: none;
  margin-left: 1.25rem; }
  .entry-content ul li, .mce-content-body ul li {
    position: relative;
    padding-left: 1.75em;
    margin-bottom: .75em; }
    .entry-content ul li:before, .mce-content-body ul li:before {
      content: "";
      display: block;
      position: absolute;
      left: 0;
      width: .75em;
      height: .75em;
      border-radius: 50%;
      background-color: #7edf9c;
      -webkit-transform: translateY(35%);
      -ms-transform: translateY(35%);
      transform: translateY(35%); }
  .entry-content ul.tick-list, .mce-content-body ul.tick-list {
    margin-left: 0;
    list-style-type: none;
    line-height: 1.2; }
    .entry-content ul.tick-list li, .mce-content-body ul.tick-list li {
      position: relative;
      margin-left: 0;
      padding-left: 2em;
      margin-bottom: 1.5em;
      line-height: 1.5em; }
      .entry-content ul.tick-list li:before, .mce-content-body ul.tick-list li:before {
        content: "-";
        display: block;
        position: absolute;
        left: 0;
        top: 0;
        background-color: transparent;
        content: "\e80b";
        font-family: 'semmco-lps-icons';
        font-size: 1.375em;
        color: #7edf9c;
        -webkit-transform: translateX(-13%);
        -ms-transform: translateX(-13%);
        transform: translateX(-13%); }

.entry-content blockquote, .mce-content-body blockquote {
  background-color: rgba(254, 254, 254, 0.1);
  border-radius: 0.875rem;
  padding: 1.875rem;
  color: #fefefe;
  margin-left: 0;
  border: 0;
  position: relative;
  font-size: 1.25em; }
  .entry-content blockquote p, .mce-content-body blockquote p {
    color: #fefefe; }

.wp-caption {
  -webkit-filter: drop-shadow(10px 10px 10px #00000050);
  filter: drop-shadow(10px 10px 10px #00000050);
  background: #DBDBDB;
  padding: 0;
  border-radius: 1.25rem;
  overflow: hidden;
  text-align: center; }
  .wp-caption img {
    max-width: 100%;
    margin-top: 0;
    margin-bottom: 0;
    width: 100%;
    border-bottom-left-radius: 0 !important;
    border-bottom-right-radius: 0 !important; }
  .wp-caption p.wp-caption-text {
    font-size: 0.85em;
    padding: 0.625rem;
    text-align: center;
    color: #1B1B1B !important; }
    .wp-caption p.wp-caption-text:last-child {
      margin-bottom: 0; }

.post-password-form input[type="submit"] {
  display: inline-block;
  vertical-align: middle;
  margin: 0 0 1rem 0;
  padding: 0.85em 1em;
  border: 1px solid transparent;
  border-radius: 20px;
  transition: background-color 0.25s ease-out, color 0.25s ease-out;
  font-family: inherit;
  font-size: 0.9rem;
  -webkit-appearance: none;
  line-height: 1;
  text-align: center;
  cursor: pointer; }
  [data-whatinput='mouse'] .post-password-form input[type="submit"] {
    outline: 0; }
  .post-password-form input[type="submit"], .post-password-form input[type="submit"].disabled, .post-password-form input[type="submit"][disabled], .post-password-form input[type="submit"].disabled:hover, .post-password-form input[type="submit"][disabled]:hover, .post-password-form input[type="submit"].disabled:focus, .post-password-form input[type="submit"][disabled]:focus {
    background-color: #7edf9c;
    color: #fefefe; }
  .post-password-form input[type="submit"]:hover, .post-password-form input[type="submit"]:focus {
    background-color: #54d57c;
    color: #fefefe; }

@media print, screen and (max-width: 63.99875em) {
  .wp-caption {
    max-width: 100% !important;
    margin-bottom: 1.25rem; } }

/* =============================================================================
  Image Gallery Styles
========================================================================== */
.gallery {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-right: -15px;
  margin-left: -15px; }

.gallery::before, .gallery::after {
  content: ' ';
  display: table; }

.gallery::after {
  clear: both; }

.gallery.gallery-columns-1 > dl {
  padding-right: 0.625rem;
  padding-left: 0.625rem;
  width: 100%;
  float: left; }
  @media print, screen and (min-width: 41.75em) {
    .gallery.gallery-columns-1 > dl {
      padding-right: 0.9375rem;
      padding-left: 0.9375rem; } }
  .gallery.gallery-columns-1 > dl, .gallery.gallery-columns-1 > dl:last-child:not(:first-child) {
    float: left;
    clear: none; }
  .gallery.gallery-columns-1 > dl:last-child:not(:first-child) {
    float: right; }

.gallery.gallery-columns-2 > dl {
  padding-right: 0.625rem;
  padding-left: 0.625rem;
  width: 50%;
  float: left; }
  @media print, screen and (min-width: 41.75em) {
    .gallery.gallery-columns-2 > dl {
      padding-right: 0.9375rem;
      padding-left: 0.9375rem; } }
  .gallery.gallery-columns-2 > dl, .gallery.gallery-columns-2 > dl:last-child:not(:first-child) {
    float: left;
    clear: none; }
  .gallery.gallery-columns-2 > dl:last-child:not(:first-child) {
    float: right; }

.gallery.gallery-columns-3 > dl {
  padding-right: 0.625rem;
  padding-left: 0.625rem;
  width: 33.33333%;
  float: left; }
  @media print, screen and (min-width: 41.75em) {
    .gallery.gallery-columns-3 > dl {
      padding-right: 0.9375rem;
      padding-left: 0.9375rem; } }
  .gallery.gallery-columns-3 > dl, .gallery.gallery-columns-3 > dl:last-child:not(:first-child) {
    float: left;
    clear: none; }
  .gallery.gallery-columns-3 > dl:last-child:not(:first-child) {
    float: right; }

.gallery.gallery-columns-4 > dl {
  padding-right: 0.625rem;
  padding-left: 0.625rem;
  width: 25%;
  float: left; }
  @media print, screen and (min-width: 41.75em) {
    .gallery.gallery-columns-4 > dl {
      padding-right: 0.9375rem;
      padding-left: 0.9375rem; } }
  .gallery.gallery-columns-4 > dl, .gallery.gallery-columns-4 > dl:last-child:not(:first-child) {
    float: left;
    clear: none; }
  .gallery.gallery-columns-4 > dl:last-child:not(:first-child) {
    float: right; }

.gallery.gallery-columns-5 > dl {
  padding-right: 0.625rem;
  padding-left: 0.625rem;
  width: 20%;
  float: left; }
  @media print, screen and (min-width: 41.75em) {
    .gallery.gallery-columns-5 > dl {
      padding-right: 0.9375rem;
      padding-left: 0.9375rem; } }
  .gallery.gallery-columns-5 > dl, .gallery.gallery-columns-5 > dl:last-child:not(:first-child) {
    float: left;
    clear: none; }
  .gallery.gallery-columns-5 > dl:last-child:not(:first-child) {
    float: right; }

.gallery.gallery-columns-6 > dl {
  padding-right: 0.625rem;
  padding-left: 0.625rem;
  width: 16.66667%;
  float: left; }
  @media print, screen and (min-width: 41.75em) {
    .gallery.gallery-columns-6 > dl {
      padding-right: 0.9375rem;
      padding-left: 0.9375rem; } }
  .gallery.gallery-columns-6 > dl, .gallery.gallery-columns-6 > dl:last-child:not(:first-child) {
    float: left;
    clear: none; }
  .gallery.gallery-columns-6 > dl:last-child:not(:first-child) {
    float: right; }

.gallery.gallery-columns-7 > dl {
  padding-right: 0.625rem;
  padding-left: 0.625rem;
  width: 14.28571%;
  float: left; }
  @media print, screen and (min-width: 41.75em) {
    .gallery.gallery-columns-7 > dl {
      padding-right: 0.9375rem;
      padding-left: 0.9375rem; } }
  .gallery.gallery-columns-7 > dl, .gallery.gallery-columns-7 > dl:last-child:not(:first-child) {
    float: left;
    clear: none; }
  .gallery.gallery-columns-7 > dl:last-child:not(:first-child) {
    float: right; }

.gallery.gallery-columns-8 > dl {
  padding-right: 0.625rem;
  padding-left: 0.625rem;
  width: 12.5%;
  float: left; }
  @media print, screen and (min-width: 41.75em) {
    .gallery.gallery-columns-8 > dl {
      padding-right: 0.9375rem;
      padding-left: 0.9375rem; } }
  .gallery.gallery-columns-8 > dl, .gallery.gallery-columns-8 > dl:last-child:not(:first-child) {
    float: left;
    clear: none; }
  .gallery.gallery-columns-8 > dl:last-child:not(:first-child) {
    float: right; }

.gallery dl {
  width: 100%;
  float: left;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem; }

.gallery dl:last-child:not(:first-child) {
  float: right; }

/* =============================================================================
  Sidebar and Asides
========================================================================== */
.sidebar li {
  list-style: none; }

.widget ul {
  margin: 0; }

/* =============================================================================
  Footer Styles
========================================================================== */
#footer {
  background-color: #000000; }

.footer-logo-wrapper {
  margin-bottom: 1.875rem; }

.footer-left-col > * {
  font-size: 0.875rem; }

.footer-left-col p {
  margin-bottom: 0.75rem; }

#menu-footer-links {
  margin-bottom: 0.75rem; }
  #menu-footer-links li:not(:last-child) {
    padding-right: 6px;
    margin-right: 4px;
    border-right: 1px solid #fefefe; }
  #menu-footer-links li:not(:first-child) {
    margin-left: 4px; }
  #menu-footer-links li.active a {
    background-color: transparent;
    color: #7edf9c; }
  #menu-footer-links a {
    color: #fefefe; }

.footer-menu-wrapper {
  list-style-type: none;
  margin: 0; }
  .footer-menu-wrapper .menu-title {
    display: block;
    cursor: default !important;
    color: #fefefe !important;
    font-weight: bold;
    margin-bottom: 1.25rem; }

.footer-menu {
  list-style-type: none;
  margin-left: 0;
  font-size: 0.875rem; }
  .footer-menu li {
    line-height: 1.2;
    padding: 0.125rem 0.3125rem 0.125rem 0; }
    .footer-menu li:not(:first-child) {
      margin-top: 0.625rem; }
  .footer-menu a, .footer-menu a:visited {
    color: rgba(254, 254, 254, 0.8); }
    .footer-menu a:hover, .footer-menu a:visited:hover {
      color: #fefefe; }
  .footer-menu li.active a {
    color: #7edf9c; }

.accreditions-wrapper .cell {
  max-width: 6.875rem; }

.credits {
  margin-top: 1.5625rem; }

/* =============================================================================
  Comment Styles - If needed
========================================================================== */
/*
#comments {
	.commentlist {
		margin-left: 0px;
	}
}

#respond {
	ul {
		margin-left: 0px;
	}
}

.commentlist {
	li {
		position: relative;
		clear: both;
		overflow: hidden;
		list-style-type: none;
		margin-bottom: 1.5em;
		padding: 0.7335em 10px;

		&:last-child {
			margin-bottom: 0;
		}

		ul.children {
			margin: 0;

			li {}

			.comment {}
			.alt {}
			.odd {}
			.even {}
			.depth-1 {}           // Change number for different depth
			.byuser {}
			.bypostauthor {}
			.comment-author-admin {}

		}
	}

	li[class*=depth-] {
		margin-top: 1.1em;
	}

	li.depth-1 {
		margin-left: 0;
		margin-top: 0;
	}

	li:not(.depth-1) {
		margin-left: 10px;
		margin-top: 0;
		padding-bottom: 0;
	}

	li.depth-2 {}
	li.depth-3 {
	}
	li.depth-4 {}
	li.depth-5 {}

	// General comment classes
	.alt {}
	.odd {
	}
	.even {
	}
	.parent {}
	.comment {}
	.children {}
	.pingback {}
	.bypostauthor {}
	.comment-author {}
	.comment-author-admin {}
	.thread-alt {}
	.thread-odd {}
	.thread-even {}

	// vcard
	.vcard {
		margin-left: 50px;

		cite.fn {
			font-weight: 700;
			font-style: normal;

			a.url {}

		}

		time {
			float: right;

			a {
				color: #999;
				text-decoration: none;

				&:hover {
					text-decoration: underline;
				}

			}

		}

		img.photo {}

		img.avatar {
			position: absolute;
			left: 10px;
			padding: 2px;
			border: 1px solid #cecece;
			background: #fff;
		}

	} // end .commentlist .vcard


	// comment meta
	.comment-meta {

		a {}

	}

	.commentmetadata {

		a {}

	}

	// comment content
	.comment_content {

		p {
			margin: 0.7335em 0 1.5em;
			font-size: 1em;
			line-height: 1.5em;
		}

	} // end .commentlist .comment_content

	// comment reply link
	.comment-reply-link {
		float: right;

		&:hover,
		&:focus {

		}

	} // end .commentlist .comment-reply-link

} // end .commentlist

.respond-form {
	margin: 1.5em 10px;
	padding-bottom: 2.2em;

	form {
		margin: 0.75em 0;

		li {
			list-style-type: none;
			clear: both;
			margin-bottom: 0.7335em;

			label,
			small {
				display: none;
			}
		}

		input[type=text],
		input[type=email],
		input[type=url],
		textarea {
			padding: 3px 6px;
			background: #efefef;
			border: 2px solid #cecece;
			line-height: 1.5em;

			&:focus {
				background: #fff;
			}

			// form validation
			&:invalid {
				outline: none;
				border-color: #fbc2c4;
				background-color: #f6e7eb;
				-webkit-box-shadow: none;
				   -moz-box-shadow: none;
				    -ms-box-shadow: none;
						box-shadow: none;
			}
		}

		input[type=text],
		input[type=email],
		input[type=url] {
			max-width: 400px;
			min-width: 250px;
		}

		textarea {
			resize: none;
			width: 97.3%;
			height: 150px;
		}

	}
}

// comment submit button
#submit {}

// comment form title
#comment-form-title {
	margin: 0 0 1.1em;
}

// cancel comment reply link
#cancel-comment-reply {
	a {}
}

// logged in comments
.comments-logged-in-as {}

// allowed tags
#allowed_tags {
	margin: 1.5em 10px 0.7335em 0;
}

// No comments
.nocomments {
	margin: 0 20px 1.1em;
}
*/
/* =============================================================================
  Frontent Editor Styles - if needed
========================================================================== */
/*body#tinymce {
   	margin: 20px;
}*/
/* =============================================================================
  Gravity Form Styles - if needed
========================================================================== */
/*.gform_body ul {
    list-style: none outside none;
    margin: 0;
}*/
/* =============================================================================
  Panel Stuff
========================================================================== */
.panel.popout-media .panel-media-wrapper {
  margin-bottom: -4.15625rem; }
  @media print, screen and (min-width: 41.75em) {
    .panel.popout-media .panel-media-wrapper {
      margin-bottom: -5.81875rem; } }
  @media print, screen and (min-width: 75.625em) {
    .panel.popout-media .panel-media-wrapper {
      margin-bottom: -9.14375rem; } }

.panel-media-wrapper {
  display: block;
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  -webkit-filter: drop-shadow(10px 10px 10px #00000050);
  filter: drop-shadow(10px 10px 10px #00000050);
  transition: -webkit-filter .5s, filter .5s; }
  .panel-media-wrapper:hover, .panel-media-wrapper:active {
    -webkit-filter: drop-shadow(16px 16px 10px #00000070);
    filter: drop-shadow(16px 16px 10px #00000070); }
  .panel-media-wrapper img {
    width: 100%;
    margin: 0 !important;
    z-index: 1; }
  .panel-media-wrapper .js-video-for-small {
    z-index: -1; }
  .panel-media-wrapper .js-video-for-small, .panel-media-wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
  .panel-media-wrapper.has-video {
    position: relative;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat; }
    .panel-media-wrapper.has-video:before {
      display: block;
      content: "";
      width: 100%;
      padding-top: 62.05479%; }
    .panel-media-wrapper.has-video img {
      display: none; }
    @supports (object-fit: cover) {
      .panel-media-wrapper.has-video {
        background: none !important; }
        .panel-media-wrapper.has-video img {
          display: block;
          position: absolute;
          width: 100%;
          height: 100%;
          object-fit: cover;
          object-position: center;
          top: 0; } }
    .panel-media-wrapper.has-video.small-active .video-button {
      display: none; }
    .panel-media-wrapper.has-video.small-active .js-video-for-small {
      z-index: 1; }

.video-launcher:has(img) {
  cursor: pointer; }
  .video-launcher:has(img):before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #000000;
    opacity: 0.4;
    z-index: 2;
    transition: opacity 250ms ease; }
  .video-launcher:has(img):after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 13.25rem;
    height: 9.75rem;
    background: transparent url("data:image/svg+xml,%3Csvg id='Layer_1' data-name='Layer 1' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 209.58 140.89'%3E%3Cpath d='M154.14,44.85a10,10,0,0,1,0,17.29L92,98.26a10,10,0,0,1-15-8.64V17.38A10,10,0,0,1,92,8.74Z' transform='translate(-0.96 -7.38)' style='fill:%237edf9c'/%3E%3Cg style='isolation:isolate'%3E%3Cg style='isolation:isolate'%3E%3Cpath d='M8.37,148,1,126.85H3.9l6.27,18.66H9.09l6.66-18.66h2.19l6.24,18.66h-1l6.48-18.66h2.76L25,148H22.56l-6.09-17.85h.63L10.77,148Z' transform='translate(-0.96 -7.38)' style='fill:%23fff'/%3E%3Cpath d='M32.16,148l9.36-21.15H44L53.46,148H50.58L48,142l1.2.72H36.3l1.32-.72L35,148Zm10.53-18L38,141.07l-.72-.63H48.18l-.57.63L42.81,130Z' transform='translate(-0.96 -7.38)' style='fill:%23fff'/%3E%3Cpath d='M59.22,148V129.22H51.9v-2.37H69.39v2.37H62V148Z' transform='translate(-0.96 -7.38)' style='fill:%23fff'/%3E%3Cpath d='M80.37,148.27A10.65,10.65,0,0,1,74.92,147a8.67,8.67,0,0,1-3.46-3.77,14.45,14.45,0,0,1,0-11.53,8.73,8.73,0,0,1,3.46-3.75,10.65,10.65,0,0,1,5.45-1.32,11.31,11.31,0,0,1,4,.67,9.07,9.07,0,0,1,3.09,2l-1,2.25a10.08,10.08,0,0,0-2.83-1.81,8.74,8.74,0,0,0-3.23-.56,6.7,6.7,0,0,0-5.37,2.16,9.15,9.15,0,0,0-1.86,6.15,10.94,10.94,0,0,0,.83,4.51,6.14,6.14,0,0,0,2.44,2.86,7.64,7.64,0,0,0,4,1,8.75,8.75,0,0,0,3.23-.55,10.13,10.13,0,0,0,2.83-1.82l1,2.22a9.14,9.14,0,0,1-3.1,2A11.19,11.19,0,0,1,80.37,148.27Z' transform='translate(-0.96 -7.38)' style='fill:%23fff'/%3E%3Cpath d='M91.59,148V126.85h2.79v9.24h12.3v-9.24h2.82V148h-2.82v-9.54H94.38V148Z' transform='translate(-0.96 -7.38)' style='fill:%23fff'/%3E%3Cpath d='M129.24,148,120,126.85h3l8.07,18.84h-1l8.1-18.84h2.91L131.73,148Z' transform='translate(-0.96 -7.38)' style='fill:%23fff'/%3E%3Cpath d='M143.64,148V126.85h2.79V148Z' transform='translate(-0.96 -7.38)' style='fill:%23fff'/%3E%3Cpath d='M151.56,148V126.85h7.17a13.19,13.19,0,0,1,6,1.23,8.31,8.31,0,0,1,3.71,3.59,13.75,13.75,0,0,1,0,11.5,8.34,8.34,0,0,1-3.71,3.6,13.19,13.19,0,0,1-6,1.23Zm2.79-2.37h4.17q4.23,0,6.27-2t2-6.18c0-2.76-.68-4.82-2-6.16s-3.45-2-6.27-2h-4.17Z' transform='translate(-0.96 -7.38)' style='fill:%23fff'/%3E%3Cpath d='M174.06,148V126.85h13.68v2.28h-11v7h10.29v2.28H176.76v7.32h11V148Z' transform='translate(-0.96 -7.38)' style='fill:%23fff'/%3E%3Cpath d='M190.89,137.41a13.16,13.16,0,0,1,1.17-5.76,8.59,8.59,0,0,1,3.37-3.75,11.1,11.1,0,0,1,10.5,0,8.8,8.8,0,0,1,3.41,3.75,12.8,12.8,0,0,1,1.2,5.73,13,13,0,0,1-1.2,5.78,8.86,8.86,0,0,1-3.41,3.77,10.92,10.92,0,0,1-10.48,0,8.79,8.79,0,0,1-3.38-3.77A13.06,13.06,0,0,1,190.89,137.41Zm2.94,0a11.85,11.85,0,0,0,.78,4.53,6.07,6.07,0,0,0,2.31,2.88,6.82,6.82,0,0,0,3.78,1,6.21,6.21,0,0,0,5.08-2.2,9.53,9.53,0,0,0,1.82-6.2,11.6,11.6,0,0,0-.8-4.54,6.12,6.12,0,0,0-2.34-2.86,7,7,0,0,0-3.76-1,6.16,6.16,0,0,0-5.13,2.19A9.71,9.71,0,0,0,193.83,137.41Z' transform='translate(-0.96 -7.38)' style='fill:%23fff'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E") center no-repeat;
    z-index: 3;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }
  .video-launcher:has(img):hover:before {
    opacity: 0.2; }

/*.video-button {
    --color-stop-main: #7edf9c;
    --color-stop-alt: #7edf9c;
    display: block;
    width: clamp(50px, 7vw, 98px);
    height: clamp(50px, 7vw, 98px);
    z-index: 2;
    outline:none;
    transition: all 250ms ease-out;
    border-radius: 50%;
    overflow: hidden;
    svg {
      display: block;
      width: 100%;
    }
    .stroke {
      fill: transparent;
    }
    .fill {
      fill: transparent;
    }
    &:hover {
      color: $white;
      &:after {
        opacity: 1;
        transform: perspective(1px) translate(-50%,-50%) scale(1.5);
      }
      &:before {
        border-width: 1px;
        transform: translate(-50%,-50%) scale(0.2);
        opacity: 0;
      }
    }
    &:focus {
      color: $white;
    }
    &.inner-right {
      position: absolute;
      top:clamp(30px, 1.5vw, 46px);
      right: clamp(30px, 1.5vw, 46px);
    }
    &.outer-right {
      position: relative;
      margin-left: auto;
      margin-bottom: clamp(30px, 1.5vw, 46px);
      .circle {
        stroke-width: 0;
      }
      /*.main-stop {
        stop-color: $color-dark-yellow;
      }
      .alt-stop {
        stop-color: $color-light-yellow;
      }
    }
    &:hover {
      transform: scale(1.1);
      @include drop-shadow();
    }
  }
  */
.panel-buttons-wrapper {
  margin-top: 1.875rem; }
  @media screen and (min-width: 106.3125em) {
    .panel-buttons-wrapper {
      margin-top: 2.5rem; } }

.panel-title {
  position: relative; }
  .panel-title:before {
    content: "";
    display: block;
    position: absolute;
    top: 0.5em;
    left: 0;
    height: 0; }
  .panel-title:not(.centered):not(.media-is-left):not(.line-from-top):before {
    border-bottom: 2px dashed #7edf9c;
    -webkit-transform: translateX(calc(-100% - 30px));
    -ms-transform: translateX(calc(-100% - 30px));
    transform: translateX(calc(-100% - 30px));
    width: 1.25rem; }
    @media print, screen and (min-width: 41.75em) {
      .panel-title:not(.centered):not(.media-is-left):not(.line-from-top):before {
        width: 2.5rem; } }
    @media print, screen and (min-width: 75.625em) {
      .panel-title:not(.centered):not(.media-is-left):not(.line-from-top):before {
        width: 5rem; } }
  .panel-title.centered:before, .panel-title.media-is-left:before {
    left: 50%;
    top: 0;
    border-right: 2px dashed #7edf9c;
    height: 1.25rem;
    -webkit-transform: translate(-50%, calc(-100% - 30px));
    -ms-transform: translate(-50%, calc(-100% - 30px));
    transform: translate(-50%, calc(-100% - 30px)); }
    @media print, screen and (min-width: 41.75em) {
      .panel-title.centered:before, .panel-title.media-is-left:before {
        height: 2.5rem; } }
    @media print, screen and (min-width: 75.625em) {
      .panel-title.centered:before, .panel-title.media-is-left:before {
        height: 5rem; } }
  .panel-title.line-from-top:before {
    left: 0%;
    top: 0;
    border-right: 2px dashed #7edf9c;
    height: 1.25rem;
    -webkit-transform: translate(0, calc(-100% - 30px));
    -ms-transform: translate(0, calc(-100% - 30px));
    transform: translate(0, calc(-100% - 30px)); }
    @media print, screen and (min-width: 41.75em) {
      .panel-title.line-from-top:before {
        height: 2.5rem; } }
    @media print, screen and (min-width: 75.625em) {
      .panel-title.line-from-top:before {
        height: 5rem; } }
  .panel-title.media-is-left:before {
    left: 0; }

/* =============================================================================
  Breakpoints
========================================================================== */
@media print, screen and (min-width: 75.625em) {
  .xlarge-offset-1:not(.mediumx-order-2) .panel-title:not(.centered):before {
    width: calc(8.33333vw + 80px); } }

@media screen and (min-width: 106.3125em) {
  .xlarge-offset-1:not(.mediumx-order-2) .panel-title:not(.centered):before {
    width: calc(8.33333vw + 110px); } }

/* =============================================================================
Header CSS
========================================================================== */
#header {
  width: 100%;
  z-index: 31;
  position: relative;
  background-color: #1B1B1B; }

#top-bar {
  padding: 0.625rem 0; }

#desktop-logo-wrapper {
  position: relative;
  /* required for svg */
  display: inline-block;
  /* required for svg */
  height: 2.5rem; }
  #desktop-logo-wrapper svg, #desktop-logo-wrapper img {
    max-height: 2.5rem;
    overflow: hidden;
    width: auto;
    height: 100%; }
    #desktop-logo-wrapper svg [class^="cls-"], #desktop-logo-wrapper img [class^="cls-"] {
      transition: fill .4s ease; }
  @media print, screen and (min-width: 41.75em) {
    #desktop-logo-wrapper {
      height: 3.125rem; }
      #desktop-logo-wrapper svg, #desktop-logo-wrapper img {
        max-height: 3.125rem;
        overflow: hidden;
        width: auto;
        height: 100%; }
        #desktop-logo-wrapper svg [class^="cls-"], #desktop-logo-wrapper img [class^="cls-"] {
          transition: fill .4s ease; } }
  @media print, screen and (min-width: 75.625em) {
    #desktop-logo-wrapper {
      height: 3.75rem; }
      #desktop-logo-wrapper svg, #desktop-logo-wrapper img {
        max-height: 3.75rem;
        overflow: hidden;
        width: auto;
        height: 100%; }
        #desktop-logo-wrapper svg [class^="cls-"], #desktop-logo-wrapper img [class^="cls-"] {
          transition: fill .4s ease; } }
  @media screen and (min-width: 106.3125em) {
    #desktop-logo-wrapper {
      height: 4.375rem; }
      #desktop-logo-wrapper svg, #desktop-logo-wrapper img {
        max-height: 4.375rem;
        overflow: hidden;
        width: auto;
        height: 100%; }
        #desktop-logo-wrapper svg [class^="cls-"], #desktop-logo-wrapper img [class^="cls-"] {
          transition: fill .4s ease; } }

#top-bar-search-wrapper {
  margin-top: 0.625rem; }
  #top-bar-search-wrapper [type="text"] {
    background: rgba(254, 254, 254, 0.3) 0% 0% no-repeat padding-box;
    color: #fefefe;
    border-radius: 1.25rem; }
    #top-bar-search-wrapper [type="text"]::-webkit-input-placeholder {
      color: rgba(254, 254, 254, 0.7); }
    #top-bar-search-wrapper [type="text"]:-ms-input-placeholder {
      color: rgba(254, 254, 254, 0.7); }
    #top-bar-search-wrapper [type="text"]::placeholder {
      color: rgba(254, 254, 254, 0.7); }

/* =============================================================================
  Bars
========================================================================== */
.bars {
  display: block;
  padding: 0 !important; }
  .bars span {
    position: relative;
    margin-top: 11px;
    margin-bottom: 11px; }
    .bars span, .bars span:before, .bars span:after {
      display: block;
      width: 30px;
      height: 3px;
      background-color: #fefefe;
      transition-property: background-color, -webkit-transform;
      transition-property: background-color, transform;
      transition-duration: 0.3s; }
    .bars span:before, .bars span:after {
      position: absolute;
      content: ""; }
    .bars span:before {
      top: -11px; }
    .bars span:after {
      top: 11px; }

/* =============================================================================
Nav Bar Menu Styles
========================================================================== */
#nav-bar {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  background-image: linear-gradient(to bottom, #28282A, #1B1B1B);
  z-index: 20; }

.desktop-menu {
  font-size: 1rem; }
  @media screen and (min-width: 106.3125em) {
    .desktop-menu {
      font-size: 1.125rem; } }
  .desktop-menu li {
    margin: 0; }
    .desktop-menu li a, .desktop-menu li a:visited {
      color: #fefefe; }
  @media print, screen and (min-width: 64em) {
    .desktop-menu > li {
      padding: 0.625rem 0.625rem; } }
  @media screen and (min-width: 106.3125em) {
    .desktop-menu > li {
      padding: 0.625rem 1.25rem; } }
  .desktop-menu > li > a {
    background-color: transparent !important;
    text-transform: uppercase;
    transition: color 250ms ease;
    padding: 0;
    position: relative; }
    .desktop-menu > li > a:after {
      content: "";
      display: block;
      position: absolute;
      bottom: -0.375rem;
      left: 0;
      width: 100%;
      max-width: 0;
      height: 0.125rem;
      background-color: #7edf9c;
      transition: max-width 250ms ease; }
    .desktop-menu > li > a:hover:after {
      max-width: 100%; }
  .desktop-menu > li a {
    transition: color 250ms ease;
    padding: 0;
    position: relative; }
    .desktop-menu > li a:after {
      content: "";
      display: block;
      position: absolute;
      bottom: -0.375rem;
      left: 0;
      width: 100%;
      max-width: 0;
      height: 0.125rem;
      background-color: #7edf9c;
      transition: max-width 250ms ease; }
    .desktop-menu > li a:hover:after {
      max-width: 100%; }
  .desktop-menu > li.active a {
    color: #7edf9c; }
  .desktop-menu > li.is-active > a {
    color: #DBDBDB; }

/* =============================================================================
Dropdown Menu Styles
========================================================================== */
.dropdown-menu .menu:not(.js-dropdown-active) {
  display: none; }

.dropdown-menu .is-dropdown-submenu {
  top: calc(100% + 14px);
  left: 50% !important;
  right: auto !important;
  background: none;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  border: none;
  margin-top: 0;
  padding: 0.9375rem 1.25rem 1.5625rem;
  background-color: #fefefe;
  border-radius: 1.25rem; }
  @media screen and (min-width: 106.3125em) {
    .dropdown-menu .is-dropdown-submenu {
      min-width: 13.75rem; } }
  .dropdown-menu .is-dropdown-submenu:after {
    position: absolute;
    content: "";
    display: block;
    left: 50%;
    width: 0;
    height: 0;
    top: 0;
    border-style: solid;
    border-width: 14px;
    border-color: transparent transparent #fefefe transparent;
    z-index: -1;
    -webkit-transform: translate(-50%, -28px);
    -ms-transform: translate(-50%, -28px);
    transform: translate(-50%, -28px); }
  .dropdown-menu .is-dropdown-submenu li {
    background-color: #fefefe;
    padding: 0;
    margin-top: 0.625rem;
    padding: 0.3125rem 0.625rem; }
    .dropdown-menu .is-dropdown-submenu li a {
      line-height: 1.1;
      font-size: 1rem;
      text-transform: none !important;
      color: #000000 !important;
      padding: 0; }
      @media screen and (min-width: 106.3125em) {
        .dropdown-menu .is-dropdown-submenu li a {
          font-size: 1.125rem; } }
      .dropdown-menu .is-dropdown-submenu li a:after {
        bottom: -0.375rem;
        left: 0;
        top: auto; }
    .dropdown-menu .is-dropdown-submenu li.active > a {
      background: none;
      color: #7edf9c !important; }
    .dropdown-menu .is-dropdown-submenu li.uc a {
      text-transform: uppercase !important; }

.is-dropdown-submenu-parent > a:hover:after {
  display: none; }

/* =============================================================================
Page Scrolled Styles
========================================================================== */
/* =============================================================================
Page Header Styles
========================================================================== */
#hero {
  width: 100%;
  position: relative; }
  #hero .loader {
    z-index: 1; }
  #hero .grid-x {
    width: 100%; }
  #hero .hero-image-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    z-index: -1;
    opacity: 0.25; }
    #hero .hero-image-wrapper img {
      display: none; }
    @supports (object-fit: cover) {
      #hero .hero-image-wrapper {
        background: none !important; }
        #hero .hero-image-wrapper img {
          display: block;
          position: absolute;
          width: 100%;
          height: 100%;
          object-fit: cover;
          object-position: center;
          top: 0; } }
  #hero .header-button-wrapper {
    margin-top: 5rem; }
  #hero .hero-title {
    margin-bottom: 0.625rem; }
  #hero .button {
    margin-top: 1.875rem; }

.hero-popout-image-wrapper {
  max-width: 43.75rem;
  margin-left: auto;
  margin-top: 1.03125rem;
  margin-bottom: -1rem; }
  @media print, screen and (min-width: 41.75em) {
    .hero-popout-image-wrapper {
      margin-top: 1.44375rem;
      margin-bottom: -5.81875rem; } }
  @media print, screen and (min-width: 75.625em) {
    .hero-popout-image-wrapper {
      margin-top: 2.26875rem;
      margin-bottom: -9.14375rem; } }
  .hero-popout-image-wrapper.reduced-bm {
    margin-top: 1.03125rem;
    margin-bottom: -3.125rem; }
    @media print, screen and (min-width: 41.75em) {
      .hero-popout-image-wrapper.reduced-bm {
        margin-top: 1.44375rem;
        margin-bottom: -4.375rem; } }
    @media print, screen and (min-width: 75.625em) {
      .hero-popout-image-wrapper.reduced-bm {
        margin-top: 2.26875rem;
        margin-bottom: -6.875rem; } }

.single-team .hero-popout-image-wrapper {
  border-radius: 20px;
  overflow: hidden; }

/* =============================================================================
  Breakpoints
========================================================================== */
@media print, screen and (min-width: 41.75em) {
  #top-bar {
    padding: 1rem 0; }
  .header-social-links-wrapper a.social-link-item {
    margin-right: 1rem;
    color: #fefefe;
    font-size: 1.25rem; }
    .header-social-links-wrapper a.social-link-item:hover {
      color: #7edf9c; }
    .header-social-links-wrapper a.social-link-item:last-child {
      margin-right: 0; } }

@media print, screen and (min-width: 75.625em) {
  .hero-title-wrapper .hero-subtitle {
    max-width: 70%;
    margin-right: auto; }
  #top-bar {
    padding: 1.25rem 0; } }

@media screen and (min-width: 106.3125em) {
  #top-bar {
    padding: 1.875rem 0; }
  #hero:not(.reduced) > .grid-wrapper {
    min-height: 30rem; } }

/*! Flickity v2.1.1
https://flickity.metafizzy.co
---------------------------------------------- */
.flickity-enabled {
  position: relative; }

.flickity-enabled:focus {
  outline: none; }

.flickity-viewport {
  overflow: hidden;
  position: relative;
  height: 100%; }

.flickity-slider {
  position: absolute;
  width: 100%;
  height: 100%;
  margin-bottom: 1.875rem; }

/* draggable */
.flickity-enabled.is-draggable {
  -webkit-tap-highlight-color: transparent;
  tap-highlight-color: transparent;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.flickity-enabled.is-draggable .flickity-viewport {
  cursor: move;
  cursor: grab; }

.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down {
  cursor: grabbing; }

/* ---- flickity-button ---- */
.flickity-button {
  position: relative;
  display: inline-block;
  /*position: absolute;
  background: hsla(0, 0%, 100%, 0.75);
  border: none;
  color: #333;*/ }

.flickity-button:hover {
  cursor: pointer; }

.flickity-button:focus {
  outline: none; }

.flickity-button:disabled {
  opacity: 0.3;
  cursor: auto;
  /* prevent disabled button from capturing pointer up event. #716 */
  pointer-events: none; }

.flickity-button-icon {
  fill: #7edf9c; }

/* ---- previous/next buttons ---- */
.flickity-prev-next-button {
  display: none;
  position: absolute;
  top: 100%;
  left: 50%;
  width: 40px;
  height: 40px;
  /* vertically center */
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%); }

.flickity-prev-next-button.previous {
  margin-left: -20px; }

.flickity-prev-next-button.next {
  margin-left: 20px; }

/* right to left */
.flickity-prev-next-button .flickity-button-icon {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0; }

/* ---- page dots ---- */
.flickity-page-dots {
  position: absolute;
  width: auto;
  bottom: -25px;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
  line-height: 1; }

.flickity-rtl .flickity-page-dots {
  direction: rtl; }

.flickity-page-dots .dot {
  display: inline-block;
  width: 16px;
  height: 16px;
  margin: 0 10px 0 0;
  background: #fefefe;
  border-radius: 50%;
  opacity: 0.25;
  cursor: pointer; }

.flickity-page-dots .dot.is-selected {
  background: #fefefe;
  opacity: 1; }

@media print, screen and (min-width: 41.75em) {
  .flickity-prev-next-button {
    display: block; } }

/* =============================================================================
CSS for custom video poster image
========================================================================== */
.videoWrapper {
  position: relative;
  width: 100%;
  height: 0;
  background-color: #000; }
  .videoWrapper43 {
    padding-top: 75%; }
  .videoWrapper169 {
    padding-top: 56.25%; }
  .videoWrapper .responsive-embed {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: transparent;
    padding: 0; }

.videoPoster {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  cursor: pointer;
  border: 0;
  outline: none;
  background-position: 50% 50%;
  background-size: 100% 100%;
  background-size: cover;
  overflow: hidden;
  opacity: 1;
  transition: opacity 800ms, height 0s;
  transition-delay: 0s, 0s;
  box-sizing: content-box; }
  .videoPoster:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 80px;
    height: 80px;
    margin: -40px 0 0 -40px;
    border: 5px solid #fefefe;
    border-radius: 100%;
    transition: border-color 300ms; }
  .videoPoster:after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 0;
    height: 0;
    margin: -20px 0 0 -10px;
    border-left: 40px solid #fefefe;
    border-top: 25px solid transparent;
    border-bottom: 25px solid transparent;
    transition: border-color 300ms; }
  .videoPoster span {
    position: absolute;
    display: block;
    top: 50%;
    left: 50%;
    width: 12.5rem;
    text-align: center;
    margin-top: 4.0625rem;
    color: #fefefe;
    margin-left: -6.25rem;
    transition: color 300ms;
    font-size: 1.25rem;
    font-family: "Mulish", sans-serif; }
  .videoPoster:hover:before, .videoPoster:focus:before {
    border-color: #7edf9c; }
  .videoPoster:hover:after, .videoPoster:focus:after {
    border-left-color: #7edf9c; }
  .videoPoster:hover span, .videoPoster:focus span {
    color: #7edf9c; }
  .videoWrapperActive .videoPoster {
    opacity: 0;
    height: 0;
    transition-delay: 0s, 800ms; }

/* =============================================================================
  Block Stuff
========================================================================== */
.block {
  display: block;
  overflow: hidden;
  border-radius: 20px;
  background-color: #333333;
  transition: box-shadow 500ms ease;
  box-shadow: 10px 10px 10px #00000050; }
  .block:hover, .block:active {
    box-shadow: 16px 16px 10px #00000070; }
  .block span {
    display: block; }
  .block:hover .block-image {
    opacity: 1; }
    .block:hover .block-image img {
      -webkit-transform: scale(1);
      -ms-transform: scale(1);
      transform: scale(1); }
  .block:hover .block-image-wrapper {
    background-color: rgba(0, 0, 0, 0.2); }
    .block:hover .block-image-wrapper img {
      -webkit-transform: translate(-50%, 10%) scale(1.01);
      -ms-transform: translate(-50%, 10%) scale(1.01);
      transform: translate(-50%, 10%) scale(1.01); }
  .block.no-img {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center; }
    .block.no-img > * {
      width: 100%; }
  .block.product .block-content {
    padding-top: 5.625rem; }
  .block.team .block-image img {
    margin: 0 !important; }
  .block.team .block-image:before {
    padding-top: 100%; }
  .block.team .block-title {
    margin-bottom: 0.375rem; }

.block-image {
  background-color: #1B1B1B;
  position: relative;
  opacity: 0.9;
  transition: opacity 500ms ease-out; }
  .block-image:before {
    display: block;
    content: "";
    width: 100%;
    padding-top: 66.66667%; }
  .block-image img {
    transition: -webkit-transform 500ms ease-out;
    transition: transform 500ms ease-out;
    min-width: 105%;
    min-height: 105%;
    -webkit-transform: scale(1.02111);
    -ms-transform: scale(1.02111);
    transform: scale(1.02111); }

.block-image-wrapper {
  position: relative;
  background-color: rgba(0, 0, 0, 0.1);
  position: relative;
  transition: background-color 500ms ease; }
  .block-image-wrapper:before {
    display: block;
    content: "";
    width: 100%;
    padding-top: 66.66667%; }
  .block-image-wrapper img {
    display: block;
    position: absolute;
    width: calc(100% - 40px);
    height: 100%;
    object-fit: contain;
    object-position: center;
    top: 0;
    left: 50%;
    -webkit-backface-visibility: hidden;
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center;
    transition: all 500ms ease;
    -webkit-transform: translate(-50%, 10%);
    -ms-transform: translate(-50%, 10%);
    transform: translate(-50%, 10%); }

.block-content {
  padding: 1.875rem; }

.block-subtitle {
  font-size: 0.875rem; }

.block-desc {
  margin-top: 1.25rem; }

/* =============================================================================
  Product Stuff
========================================================================== */
.product-gallery-slider .slide {
  width: calc(100% - 60px); }
  .product-gallery-slider .slide img {
    width: 100%; }

.product-gallery-slider:not(.flickity-enabled) {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap; }

.product-gallery-slider .flickity-prev-next-button {
  top: 50%;
  left: calc(100% - 30px);
  -webkit-transform: translate(-100%, -50%);
  -ms-transform: translate(-100%, -50%);
  transform: translate(-100%, -50%); }
  .product-gallery-slider .flickity-prev-next-button.previous {
    left: 30px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%); }

.support-stat {
  display: block;
  text-align: center; }

.stat-number {
  font-size: 3.75rem;
  color: #7edf9c;
  margin-bottom: 0.625rem; }

.stat-label {
  text-transform: uppercase;
  font-size: 1.5rem;
  color: #fefefe; }

/* =============================================================================
  Product Category Panel
========================================================================== */
.product-category {
  display: block;
  margin-top: -3.75rem;
  margin-bottom: -0.9375rem;
  margin-top: -5rem;
  margin-bottom: -1.25rem;
  margin-top: -6.25rem;
  margin-bottom: -1.5625rem; }
  @media print, screen and (min-width: 41.75em) {
    .product-category {
      margin-top: -5rem;
      margin-bottom: -1.25rem;
      margin-top: -6.25rem;
      margin-bottom: -1.5625rem;
      margin-top: -8.75rem;
      margin-bottom: -2.1875rem; } }
  @media print, screen and (min-width: 75.625em) {
    .product-category {
      margin-top: -3.75rem;
      margin-bottom: -0.9375rem;
      margin-top: -7.5rem;
      margin-bottom: -1.875rem;
      margin-top: -13.75rem;
      margin-bottom: -3.4375rem; } }
  .product-category .image-object-fit {
    position: relative;
    display: block;
    z-index: 2;
    transition: -webkit-transform 500ms ease;
    transition: transform 500ms ease; }
    .product-category .image-object-fit:before {
      display: block;
      content: "";
      width: 100%;
      padding-top: 100%; }
    .product-category .image-object-fit img {
      object-fit: contain; }
  .product-category .category-title {
    position: relative;
    display: block;
    text-transform: uppercase;
    font-size: 1rem;
    text-align: center;
    color: #fefefe;
    z-index: 1;
    padding-top: 0.625rem; }
    .product-category .category-title:before {
      display: block;
      content: "";
      position: absolute;
      bottom: 100%;
      left: calc(50% - 1px);
      border: 2px dashed #7edf9c;
      height: 6.25rem; }
  .product-category:hover .image-object-fit {
    -webkit-transform: scale(0.975);
    -ms-transform: scale(0.975);
    transform: scale(0.975); }

/* =============================================================================
  Breakpoints
========================================================================== */
@media print, screen and (max-width: 41.74875em) {
  .product-gallery-slider .slide {
    transition: opacity 250ms ease; }
    .product-gallery-slider .slide:not(.is-selected) {
      opacity: 0.4; } }

@media print, screen and (max-width: 63.99875em) {
  .product-category {
    margin-top: 1rem;
    margin-bottom: 0; } }

@media print, screen and (min-width: 41.75em) {
  .product-gallery-slider .slide {
    width: 50%; } }

@media print, screen and (min-width: 64em) {
  .product-gallery-slider .slide {
    width: 33.3333%; } }

@media screen and (min-width: 106.3125em) {
  .product-category .category-title {
    font-size: 1.25rem; } }

@media screen and (min-width: 106.3125em) {
  .stat-number {
    font-size: 5rem; }
  .stat-label {
    font-size: 1.875rem; } }

/* =============================================================================
News Styles
========================================================================== */
.news-panel.last-panel .blocks-wrapper {
  margin-bottom: -4.15625rem; }
  @media print, screen and (min-width: 41.75em) {
    .news-panel.last-panel .blocks-wrapper {
      margin-bottom: -5.81875rem; } }
  @media print, screen and (min-width: 75.625em) {
    .news-panel.last-panel .blocks-wrapper {
      margin-bottom: -9.14375rem; } }

.news-summary .indigo-social {
  margin-top: 0.3125rem; }

.article-footer {
  border-radius: 1.25rem;
  margin-top: 2.5rem;
  padding: 1.25rem; }
  .article-footer .indigo-social {
    margin-top: 0; }

/* =============================================================================
  Sector stuff
========================================================================== */
.sectors-wrapper {
  opacity: 0;
  transition: opacity 0.5s ease; }
  .sectors-wrapper.loaded, .sectors-wrapper.flickity-enabled {
    opacity: 1; }
  .sectors-wrapper:not(.sectors-slider) {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-bottom: 0 !important; }
    .sectors-wrapper:not(.sectors-slider) .sector-item {
      -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
      flex: 0 0 auto; }
  .sectors-wrapper .flickity-viewport {
    min-width: 100%; }

.sector-item {
  width: calc(100% - 60px);
  position: relative; }
  .sector-item:hover .sector-content:after {
    max-height: 80px;
    opacity: 1; }
  .sector-item:hover .sector-image img {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1); }

.card.sector-card {
  background-color: #1B1B1B;
  border: none; }
  .card.sector-card .card-section {
    padding: clamp(20px, 2.08vw, 40px); }
  .card.sector-card img {
    transition: all 250ms ease; }
    .card.sector-card img:hover {
      opacity: 0.9; }

.sector-content {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: calc(100% - 40px);
  z-index: 2;
  display: block; }
  .sector-content:after {
    content: 'VIEW';
    font-size: 1.25rem;
    font-weight: normal;
    color: #7edf9c;
    display: block;
    max-height: 0;
    opacity: 0;
    overflow: hidden;
    margin-top: -5px;
    transition: max-height 500ms ease, opacity 350ms ease; }

.sector-image {
  opacity: 0.4;
  display: block;
  position: relative; }
  .sector-image:before {
    display: block;
    content: "";
    width: 100%;
    padding-top: 66.66667%; }
  .sector-image img {
    transition: -webkit-transform 500ms ease-out;
    transition: transform 500ms ease-out;
    min-width: 105%;
    min-height: 105%;
    -webkit-transform: scale(1.02);
    -ms-transform: scale(1.02);
    transform: scale(1.02); }
  .sector-image:after {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0; }

#related-products-wrapper {
  position: relative; }
  #related-products-wrapper:before, #related-products-wrapper:after {
    position: absolute;
    content: "";
    display: block;
    top: 0;
    height: 100%;
    width: 12.5rem;
    background-color: rgba(254, 254, 254, 0.1); }
  #related-products-wrapper:before {
    right: 100%; }
  #related-products-wrapper:after {
    left: 100%; }
  @media print, screen and (min-width: 64em) {
    #related-products-wrapper.mediumx-8:after {
      display: none; } }

#related-products-grid {
  margin-top: 1.875rem; }
  @media print, screen and (min-width: 41.75em) {
    #related-products-grid {
      padding-right: 4.375rem; } }
  @media print, screen and (min-width: 75.625em) {
    #related-products-grid {
      padding-right: 6.875rem; } }

.related-testimonial-wrapper {
  margin-top: 3.75rem; }

/* =============================================================================
  Breakpoints
========================================================================== */
@media print, screen and (max-width: 41.74875em) {
  .sectors-slider .flickity-viewport {
    overflow: visible; }
  .sectors-slider .sector-item {
    transition: -webkit-transform 500ms ease,box-shadow 500ms ease;
    transition: transform 500ms ease,box-shadow 500ms ease;
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center;
    border-radius: 20px;
    overflow: hidden; }
    .sectors-slider .sector-item:not(.is-selected) {
      -webkit-transform: scale(0.9);
      -ms-transform: scale(0.9);
      transform: scale(0.9); }
    .sectors-slider .sector-item.is-selected {
      box-shadow: 10px 10px 10px #00000050; } }

@media print, screen and (min-width: 41.75em) {
  .sector-item {
    width: 50vw; } }

@media print, screen and (min-width: 64em) {
  .sector-item {
    width: 33.33333vw; }
  #trusted-wrapper {
    padding-left: 4.375rem; } }

@media print, screen and (min-width: 75.625em) {
  .sector-item {
    width: 25vw; }
  #trusted-wrapper {
    padding-left: 6.875rem; } }

/* =============================================================================
Off-Canvas stuff
========================================================================== */
.off-canvas.position-right:not(.is-open) {
  -webkit-transform: translateX(100%);
  -ms-transform: translateX(100%);
  transform: translateX(100%); }

/*.js-off-canvas-overlay {
  @include breakpoint(medium) {
    transform: translateX(100%);
    opacity:1;
    visibility: visible;
    transition: transform 1s ease-out;
    &.is-visible {
      transform: translateX(0);
    }
  }
}*/
.off-canvas-inner {
  padding-top: 0.9375rem; }
  @media print, screen and (min-width: 41.75em) {
    .off-canvas-inner {
      padding-top: 1.25rem; } }
  @media print, screen and (min-width: 75.625em) {
    .off-canvas-inner {
      padding-top: 1.5625rem; } }

.menu-close {
  display: inline-block;
  margin-left: 1.875rem;
  font-size: 1.875rem; }

#off-canvas-menu-wrapper {
  font-size: 1.25rem; }
  #off-canvas-menu-wrapper:before {
    content: "";
    display: block;
    padding-top: 25%; }
  #off-canvas-menu-wrapper .accordion {
    background: transparent; }
  #off-canvas-menu-wrapper .is-accordion-submenu {
    -ms-flex-wrap: nowrap;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column; }
    #off-canvas-menu-wrapper .is-accordion-submenu li a {
      font-weight: normal;
      font-size: 1rem;
      color: #fefefe;
      /*@each $size, $headers in $header-styles {
          @include breakpoint($size) {
            $header-defs: map-deep-get($headers,'h4');
            $font-size-temp: 1rem;
            @if map-has-key($header-defs, font-size) {
              $font-size-temp: rem-calc(map-get($header-defs, font-size));
              font-size: $font-size-temp;
            } @else if map-has-key($header-defs, fs) {
              $font-size-temp: rem-calc(map-get($header-defs, fs));
              font-size: $font-size-temp;
            } @else if $size == $-zf-zero-breakpoint {
              font-size: $font-size-temp;
            }
           }
          }*/ }
    #off-canvas-menu-wrapper .is-accordion-submenu li.active > a {
      background-color: transparent;
      color: #7edf9c; }

#mobile-menu-buttons-wrapper {
  margin: 1.875rem; }
