/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0; }

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block; }

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */ }

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder; }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none; }

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */ }

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible; }

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none; }

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; }

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em; }

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline; }

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto; }

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */ }

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block; }

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item; }

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none; }

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none; }

/*!
 * animate.css - https://animate.style/
 * Version - 4.1.1
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2020 Animate.css
 */
:root {
  --animate-duration: 1s;
  --animate-delay: 1s;
  --animate-repeat: 1; }

.animate__animated {
  animation-duration: 1s;
  animation-duration: var(--animate-duration);
  animation-fill-mode: both; }

.animate__animated.animate__infinite {
  animation-iteration-count: infinite; }

.animate__animated.animate__repeat-1 {
  animation-iteration-count: 1;
  animation-iteration-count: var(--animate-repeat); }

.animate__animated.animate__repeat-2 {
  animation-iteration-count: calc(1 * 2);
  animation-iteration-count: calc(var(--animate-repeat) * 2); }

.animate__animated.animate__repeat-3 {
  animation-iteration-count: calc(1 * 3);
  animation-iteration-count: calc(var(--animate-repeat) * 3); }

.animate__animated.animate__delay-1s {
  animation-delay: 1s;
  animation-delay: var(--animate-delay); }

.animate__animated.animate__delay-2s {
  animation-delay: calc(1s * 2);
  animation-delay: calc(var(--animate-delay) * 2); }

.animate__animated.animate__delay-3s {
  animation-delay: calc(1s * 3);
  animation-delay: calc(var(--animate-delay) * 3); }

.animate__animated.animate__delay-4s {
  animation-delay: calc(1s * 4);
  animation-delay: calc(var(--animate-delay) * 4); }

.animate__animated.animate__delay-5s {
  animation-delay: calc(1s * 5);
  animation-delay: calc(var(--animate-delay) * 5); }

.animate__animated.animate__faster {
  animation-duration: calc(1s / 2);
  animation-duration: calc(var(--animate-duration) / 2); }

.animate__animated.animate__fast {
  animation-duration: calc(1s * 0.8);
  animation-duration: calc(var(--animate-duration) * 0.8); }

.animate__animated.animate__slow {
  animation-duration: calc(1s * 2);
  animation-duration: calc(var(--animate-duration) * 2); }

.animate__animated.animate__slower {
  animation-duration: calc(1s * 3);
  animation-duration: calc(var(--animate-duration) * 3); }

@media print, (prefers-reduced-motion: reduce) {
  .animate__animated {
    animation-duration: 1ms !important;
    transition-duration: 1ms !important;
    animation-iteration-count: 1 !important; }
  .animate__animated[class*='Out'] {
    opacity: 0; } }

/* Attention seekers  */

@keyframes bounce {
  from,
  20%,
  53%,
  to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: translate3d(0, 0, 0); }
  40%,
  43% {
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transform: translate3d(0, -30px, 0) scaleY(1.1); }
  70% {
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transform: translate3d(0, -15px, 0) scaleY(1.05); }
  80% {
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: translate3d(0, 0, 0) scaleY(0.95); }
  90% {
    transform: translate3d(0, -4px, 0) scaleY(1.02); } }

.animate__bounce {
  animation-name: bounce;
  transform-origin: center bottom; }

@keyframes flash {
  from,
  50%,
  to {
    opacity: 1; }
  25%,
  75% {
    opacity: 0; } }

.animate__flash {
  animation-name: flash; }

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@keyframes pulse {
  from {
    transform: scale3d(1, 1, 1); }
  50% {
    transform: scale3d(1.05, 1.05, 1.05); }
  to {
    transform: scale3d(1, 1, 1); } }

.animate__pulse {
  animation-name: pulse;
  animation-timing-function: ease-in-out; }

@keyframes rubberBand {
  from {
    transform: scale3d(1, 1, 1); }
  30% {
    transform: scale3d(1.25, 0.75, 1); }
  40% {
    transform: scale3d(0.75, 1.25, 1); }
  50% {
    transform: scale3d(1.15, 0.85, 1); }
  65% {
    transform: scale3d(0.95, 1.05, 1); }
  75% {
    transform: scale3d(1.05, 0.95, 1); }
  to {
    transform: scale3d(1, 1, 1); } }

.animate__rubberBand {
  animation-name: rubberBand; }

@keyframes shakeX {
  from,
  to {
    transform: translate3d(0, 0, 0); }
  10%,
  30%,
  50%,
  70%,
  90% {
    transform: translate3d(-10px, 0, 0); }
  20%,
  40%,
  60%,
  80% {
    transform: translate3d(10px, 0, 0); } }

.animate__shakeX {
  animation-name: shakeX; }

@keyframes shakeY {
  from,
  to {
    transform: translate3d(0, 0, 0); }
  10%,
  30%,
  50%,
  70%,
  90% {
    transform: translate3d(0, -10px, 0); }
  20%,
  40%,
  60%,
  80% {
    transform: translate3d(0, 10px, 0); } }

.animate__shakeY {
  animation-name: shakeY; }

@keyframes headShake {
  0% {
    transform: translateX(0); }
  6.5% {
    transform: translateX(-6px) rotateY(-9deg); }
  18.5% {
    transform: translateX(5px) rotateY(7deg); }
  31.5% {
    transform: translateX(-3px) rotateY(-5deg); }
  43.5% {
    transform: translateX(2px) rotateY(3deg); }
  50% {
    transform: translateX(0); } }

.animate__headShake {
  animation-timing-function: ease-in-out;
  animation-name: headShake; }

@keyframes swing {
  20% {
    transform: rotate3d(0, 0, 1, 15deg); }
  40% {
    transform: rotate3d(0, 0, 1, -10deg); }
  60% {
    transform: rotate3d(0, 0, 1, 5deg); }
  80% {
    transform: rotate3d(0, 0, 1, -5deg); }
  to {
    transform: rotate3d(0, 0, 1, 0deg); } }

.animate__swing {
  transform-origin: top center;
  animation-name: swing; }

@keyframes tada {
  from {
    transform: scale3d(1, 1, 1); }
  10%,
  20% {
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg); }
  30%,
  50%,
  70%,
  90% {
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg); }
  40%,
  60%,
  80% {
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg); }
  to {
    transform: scale3d(1, 1, 1); } }

.animate__tada {
  animation-name: tada; }

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@keyframes wobble {
  from {
    transform: translate3d(0, 0, 0); }
  15% {
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg); }
  30% {
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg); }
  45% {
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg); }
  60% {
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg); }
  75% {
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg); }
  to {
    transform: translate3d(0, 0, 0); } }

.animate__wobble {
  animation-name: wobble; }

@keyframes jello {
  from,
  11.1%,
  to {
    transform: translate3d(0, 0, 0); }
  22.2% {
    transform: skewX(-12.5deg) skewY(-12.5deg); }
  33.3% {
    transform: skewX(6.25deg) skewY(6.25deg); }
  44.4% {
    transform: skewX(-3.125deg) skewY(-3.125deg); }
  55.5% {
    transform: skewX(1.5625deg) skewY(1.5625deg); }
  66.6% {
    transform: skewX(-0.78125deg) skewY(-0.78125deg); }
  77.7% {
    transform: skewX(0.39062deg) skewY(0.39062deg); }
  88.8% {
    transform: skewX(-0.19531deg) skewY(-0.19531deg); } }

.animate__jello {
  animation-name: jello;
  transform-origin: center; }

@keyframes heartBeat {
  0% {
    transform: scale(1); }
  14% {
    transform: scale(1.3); }
  28% {
    transform: scale(1); }
  42% {
    transform: scale(1.3); }
  70% {
    transform: scale(1); } }

.animate__heartBeat {
  animation-name: heartBeat;
  animation-duration: calc(1s * 1.3);
  animation-duration: calc(var(--animate-duration) * 1.3);
  animation-timing-function: ease-in-out; }

/* Back entrances */

@keyframes backInDown {
  0% {
    transform: translateY(-1200px) scale(0.7);
    opacity: 0.7; }
  80% {
    transform: translateY(0px) scale(0.7);
    opacity: 0.7; }
  100% {
    transform: scale(1);
    opacity: 1; } }

.animate__backInDown {
  animation-name: backInDown; }

@keyframes backInLeft {
  0% {
    transform: translateX(-2000px) scale(0.7);
    opacity: 0.7; }
  80% {
    transform: translateX(0px) scale(0.7);
    opacity: 0.7; }
  100% {
    transform: scale(1);
    opacity: 1; } }

.animate__backInLeft {
  animation-name: backInLeft; }

@keyframes backInRight {
  0% {
    transform: translateX(2000px) scale(0.7);
    opacity: 0.7; }
  80% {
    transform: translateX(0px) scale(0.7);
    opacity: 0.7; }
  100% {
    transform: scale(1);
    opacity: 1; } }

.animate__backInRight {
  animation-name: backInRight; }

@keyframes backInUp {
  0% {
    transform: translateY(1200px) scale(0.7);
    opacity: 0.7; }
  80% {
    transform: translateY(0px) scale(0.7);
    opacity: 0.7; }
  100% {
    transform: scale(1);
    opacity: 1; } }

.animate__backInUp {
  animation-name: backInUp; }

/* Back exits */

@keyframes backOutDown {
  0% {
    transform: scale(1);
    opacity: 1; }
  20% {
    transform: translateY(0px) scale(0.7);
    opacity: 0.7; }
  100% {
    transform: translateY(700px) scale(0.7);
    opacity: 0.7; } }

.animate__backOutDown {
  animation-name: backOutDown; }

@keyframes backOutLeft {
  0% {
    transform: scale(1);
    opacity: 1; }
  20% {
    transform: translateX(0px) scale(0.7);
    opacity: 0.7; }
  100% {
    transform: translateX(-2000px) scale(0.7);
    opacity: 0.7; } }

.animate__backOutLeft {
  animation-name: backOutLeft; }

@keyframes backOutRight {
  0% {
    transform: scale(1);
    opacity: 1; }
  20% {
    transform: translateX(0px) scale(0.7);
    opacity: 0.7; }
  100% {
    transform: translateX(2000px) scale(0.7);
    opacity: 0.7; } }

.animate__backOutRight {
  animation-name: backOutRight; }

@keyframes backOutUp {
  0% {
    transform: scale(1);
    opacity: 1; }
  20% {
    transform: translateY(0px) scale(0.7);
    opacity: 0.7; }
  100% {
    transform: translateY(-700px) scale(0.7);
    opacity: 0.7; } }

.animate__backOutUp {
  animation-name: backOutUp; }

/* Bouncing entrances  */

@keyframes bounceIn {
  from,
  20%,
  40%,
  60%,
  80%,
  to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3); }
  20% {
    transform: scale3d(1.1, 1.1, 1.1); }
  40% {
    transform: scale3d(0.9, 0.9, 0.9); }
  60% {
    opacity: 1;
    transform: scale3d(1.03, 1.03, 1.03); }
  80% {
    transform: scale3d(0.97, 0.97, 0.97); }
  to {
    opacity: 1;
    transform: scale3d(1, 1, 1); } }

.animate__bounceIn {
  animation-duration: calc(1s * 0.75);
  animation-duration: calc(var(--animate-duration) * 0.75);
  animation-name: bounceIn; }

@keyframes bounceInDown {
  from,
  60%,
  75%,
  90%,
  to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    transform: translate3d(0, -3000px, 0) scaleY(3); }
  60% {
    opacity: 1;
    transform: translate3d(0, 25px, 0) scaleY(0.9); }
  75% {
    transform: translate3d(0, -10px, 0) scaleY(0.95); }
  90% {
    transform: translate3d(0, 5px, 0) scaleY(0.985); }
  to {
    transform: translate3d(0, 0, 0); } }

.animate__bounceInDown {
  animation-name: bounceInDown; }

@keyframes bounceInLeft {
  from,
  60%,
  75%,
  90%,
  to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    transform: translate3d(-3000px, 0, 0) scaleX(3); }
  60% {
    opacity: 1;
    transform: translate3d(25px, 0, 0) scaleX(1); }
  75% {
    transform: translate3d(-10px, 0, 0) scaleX(0.98); }
  90% {
    transform: translate3d(5px, 0, 0) scaleX(0.995); }
  to {
    transform: translate3d(0, 0, 0); } }

.animate__bounceInLeft {
  animation-name: bounceInLeft; }

@keyframes bounceInRight {
  from,
  60%,
  75%,
  90%,
  to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  from {
    opacity: 0;
    transform: translate3d(3000px, 0, 0) scaleX(3); }
  60% {
    opacity: 1;
    transform: translate3d(-25px, 0, 0) scaleX(1); }
  75% {
    transform: translate3d(10px, 0, 0) scaleX(0.98); }
  90% {
    transform: translate3d(-5px, 0, 0) scaleX(0.995); }
  to {
    transform: translate3d(0, 0, 0); } }

.animate__bounceInRight {
  animation-name: bounceInRight; }

@keyframes bounceInUp {
  from,
  60%,
  75%,
  90%,
  to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  from {
    opacity: 0;
    transform: translate3d(0, 3000px, 0) scaleY(5); }
  60% {
    opacity: 1;
    transform: translate3d(0, -20px, 0) scaleY(0.9); }
  75% {
    transform: translate3d(0, 10px, 0) scaleY(0.95); }
  90% {
    transform: translate3d(0, -5px, 0) scaleY(0.985); }
  to {
    transform: translate3d(0, 0, 0); } }

.animate__bounceInUp {
  animation-name: bounceInUp; }

/* Bouncing exits  */

@keyframes bounceOut {
  20% {
    transform: scale3d(0.9, 0.9, 0.9); }
  50%,
  55% {
    opacity: 1;
    transform: scale3d(1.1, 1.1, 1.1); }
  to {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3); } }

.animate__bounceOut {
  animation-duration: calc(1s * 0.75);
  animation-duration: calc(var(--animate-duration) * 0.75);
  animation-name: bounceOut; }

@keyframes bounceOutDown {
  20% {
    transform: translate3d(0, 10px, 0) scaleY(0.985); }
  40%,
  45% {
    opacity: 1;
    transform: translate3d(0, -20px, 0) scaleY(0.9); }
  to {
    opacity: 0;
    transform: translate3d(0, 2000px, 0) scaleY(3); } }

.animate__bounceOutDown {
  animation-name: bounceOutDown; }

@keyframes bounceOutLeft {
  20% {
    opacity: 1;
    transform: translate3d(20px, 0, 0) scaleX(0.9); }
  to {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0) scaleX(2); } }

.animate__bounceOutLeft {
  animation-name: bounceOutLeft; }

@keyframes bounceOutRight {
  20% {
    opacity: 1;
    transform: translate3d(-20px, 0, 0) scaleX(0.9); }
  to {
    opacity: 0;
    transform: translate3d(2000px, 0, 0) scaleX(2); } }

.animate__bounceOutRight {
  animation-name: bounceOutRight; }

@keyframes bounceOutUp {
  20% {
    transform: translate3d(0, -10px, 0) scaleY(0.985); }
  40%,
  45% {
    opacity: 1;
    transform: translate3d(0, 20px, 0) scaleY(0.9); }
  to {
    opacity: 0;
    transform: translate3d(0, -2000px, 0) scaleY(3); } }

.animate__bounceOutUp {
  animation-name: bounceOutUp; }

/* Fading entrances  */

@keyframes fadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

.animate__fadeIn {
  animation-name: fadeIn; }

@keyframes fadeInDown {
  from {
    opacity: 0;
    transform: translate3d(0, -100%, 0); }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0); } }

.animate__fadeInDown {
  animation-name: fadeInDown; }

@keyframes fadeInDownBig {
  from {
    opacity: 0;
    transform: translate3d(0, -2000px, 0); }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0); } }

.animate__fadeInDownBig {
  animation-name: fadeInDownBig; }

@keyframes fadeInLeft {
  from {
    opacity: 0;
    transform: translate3d(-100%, 0, 0); }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0); } }

.animate__fadeInLeft {
  animation-name: fadeInLeft; }

@keyframes fadeInLeftBig {
  from {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0); }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0); } }

.animate__fadeInLeftBig {
  animation-name: fadeInLeftBig; }

@keyframes fadeInRight {
  from {
    opacity: 0;
    transform: translate3d(100%, 0, 0); }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0); } }

.animate__fadeInRight {
  animation-name: fadeInRight; }

@keyframes fadeInRightBig {
  from {
    opacity: 0;
    transform: translate3d(2000px, 0, 0); }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0); } }

.animate__fadeInRightBig {
  animation-name: fadeInRightBig; }

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translate3d(0, 100%, 0); }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0); } }

.animate__fadeInUp {
  animation-name: fadeInUp; }

@keyframes fadeInUpBig {
  from {
    opacity: 0;
    transform: translate3d(0, 2000px, 0); }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0); } }

.animate__fadeInUpBig {
  animation-name: fadeInUpBig; }

@keyframes fadeInTopLeft {
  from {
    opacity: 0;
    transform: translate3d(-100%, -100%, 0); }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0); } }

.animate__fadeInTopLeft {
  animation-name: fadeInTopLeft; }

@keyframes fadeInTopRight {
  from {
    opacity: 0;
    transform: translate3d(100%, -100%, 0); }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0); } }

.animate__fadeInTopRight {
  animation-name: fadeInTopRight; }

@keyframes fadeInBottomLeft {
  from {
    opacity: 0;
    transform: translate3d(-100%, 100%, 0); }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0); } }

.animate__fadeInBottomLeft {
  animation-name: fadeInBottomLeft; }

@keyframes fadeInBottomRight {
  from {
    opacity: 0;
    transform: translate3d(100%, 100%, 0); }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0); } }

.animate__fadeInBottomRight {
  animation-name: fadeInBottomRight; }

/* Fading exits */

@keyframes fadeOut {
  from {
    opacity: 1; }
  to {
    opacity: 0; } }

.animate__fadeOut {
  animation-name: fadeOut; }

@keyframes fadeOutDown {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    transform: translate3d(0, 100%, 0); } }

.animate__fadeOutDown {
  animation-name: fadeOutDown; }

@keyframes fadeOutDownBig {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    transform: translate3d(0, 2000px, 0); } }

.animate__fadeOutDownBig {
  animation-name: fadeOutDownBig; }

@keyframes fadeOutLeft {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    transform: translate3d(-100%, 0, 0); } }

.animate__fadeOutLeft {
  animation-name: fadeOutLeft; }

@keyframes fadeOutLeftBig {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0); } }

.animate__fadeOutLeftBig {
  animation-name: fadeOutLeftBig; }

@keyframes fadeOutRight {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    transform: translate3d(100%, 0, 0); } }

.animate__fadeOutRight {
  animation-name: fadeOutRight; }

@keyframes fadeOutRightBig {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    transform: translate3d(2000px, 0, 0); } }

.animate__fadeOutRightBig {
  animation-name: fadeOutRightBig; }

@keyframes fadeOutUp {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    transform: translate3d(0, -100%, 0); } }

.animate__fadeOutUp {
  animation-name: fadeOutUp; }

@keyframes fadeOutUpBig {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    transform: translate3d(0, -2000px, 0); } }

.animate__fadeOutUpBig {
  animation-name: fadeOutUpBig; }

@keyframes fadeOutTopLeft {
  from {
    opacity: 1;
    transform: translate3d(0, 0, 0); }
  to {
    opacity: 0;
    transform: translate3d(-100%, -100%, 0); } }

.animate__fadeOutTopLeft {
  animation-name: fadeOutTopLeft; }

@keyframes fadeOutTopRight {
  from {
    opacity: 1;
    transform: translate3d(0, 0, 0); }
  to {
    opacity: 0;
    transform: translate3d(100%, -100%, 0); } }

.animate__fadeOutTopRight {
  animation-name: fadeOutTopRight; }

@keyframes fadeOutBottomRight {
  from {
    opacity: 1;
    transform: translate3d(0, 0, 0); }
  to {
    opacity: 0;
    transform: translate3d(100%, 100%, 0); } }

.animate__fadeOutBottomRight {
  animation-name: fadeOutBottomRight; }

@keyframes fadeOutBottomLeft {
  from {
    opacity: 1;
    transform: translate3d(0, 0, 0); }
  to {
    opacity: 0;
    transform: translate3d(-100%, 100%, 0); } }

.animate__fadeOutBottomLeft {
  animation-name: fadeOutBottomLeft; }

/* Flippers */

@keyframes flip {
  from {
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
    animation-timing-function: ease-out; }
  40% {
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    animation-timing-function: ease-out; }
  50% {
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    animation-timing-function: ease-in; }
  80% {
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    animation-timing-function: ease-in; }
  to {
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    animation-timing-function: ease-in; } }

.animate__animated.animate__flip {
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  animation-name: flip; }

@keyframes flipInX {
  from {
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    animation-timing-function: ease-in;
    opacity: 0; }
  40% {
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    animation-timing-function: ease-in; }
  60% {
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1; }
  80% {
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg); }
  to {
    transform: perspective(400px); } }

.animate__flipInX {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  animation-name: flipInX; }

@keyframes flipInY {
  from {
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    animation-timing-function: ease-in;
    opacity: 0; }
  40% {
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    animation-timing-function: ease-in; }
  60% {
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1; }
  80% {
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg); }
  to {
    transform: perspective(400px); } }

.animate__flipInY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  animation-name: flipInY; }

@keyframes flipOutX {
  from {
    transform: perspective(400px); }
  30% {
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1; }
  to {
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0; } }

.animate__flipOutX {
  animation-duration: calc(1s * 0.75);
  animation-duration: calc(var(--animate-duration) * 0.75);
  animation-name: flipOutX;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important; }

@keyframes flipOutY {
  from {
    transform: perspective(400px); }
  30% {
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1; }
  to {
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0; } }

.animate__flipOutY {
  animation-duration: calc(1s * 0.75);
  animation-duration: calc(var(--animate-duration) * 0.75);
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  animation-name: flipOutY; }

/* Lightspeed */

@keyframes lightSpeedInRight {
  from {
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0; }
  60% {
    transform: skewX(20deg);
    opacity: 1; }
  80% {
    transform: skewX(-5deg); }
  to {
    transform: translate3d(0, 0, 0); } }

.animate__lightSpeedInRight {
  animation-name: lightSpeedInRight;
  animation-timing-function: ease-out; }

@keyframes lightSpeedInLeft {
  from {
    transform: translate3d(-100%, 0, 0) skewX(30deg);
    opacity: 0; }
  60% {
    transform: skewX(-20deg);
    opacity: 1; }
  80% {
    transform: skewX(5deg); }
  to {
    transform: translate3d(0, 0, 0); } }

.animate__lightSpeedInLeft {
  animation-name: lightSpeedInLeft;
  animation-timing-function: ease-out; }

@keyframes lightSpeedOutRight {
  from {
    opacity: 1; }
  to {
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0; } }

.animate__lightSpeedOutRight {
  animation-name: lightSpeedOutRight;
  animation-timing-function: ease-in; }

@keyframes lightSpeedOutLeft {
  from {
    opacity: 1; }
  to {
    transform: translate3d(-100%, 0, 0) skewX(-30deg);
    opacity: 0; } }

.animate__lightSpeedOutLeft {
  animation-name: lightSpeedOutLeft;
  animation-timing-function: ease-in; }

/* Rotating entrances */

@keyframes rotateIn {
  from {
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0; }
  to {
    transform: translate3d(0, 0, 0);
    opacity: 1; } }

.animate__rotateIn {
  animation-name: rotateIn;
  transform-origin: center; }

@keyframes rotateInDownLeft {
  from {
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0; }
  to {
    transform: translate3d(0, 0, 0);
    opacity: 1; } }

.animate__rotateInDownLeft {
  animation-name: rotateInDownLeft;
  transform-origin: left bottom; }

@keyframes rotateInDownRight {
  from {
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0; }
  to {
    transform: translate3d(0, 0, 0);
    opacity: 1; } }

.animate__rotateInDownRight {
  animation-name: rotateInDownRight;
  transform-origin: right bottom; }

@keyframes rotateInUpLeft {
  from {
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0; }
  to {
    transform: translate3d(0, 0, 0);
    opacity: 1; } }

.animate__rotateInUpLeft {
  animation-name: rotateInUpLeft;
  transform-origin: left bottom; }

@keyframes rotateInUpRight {
  from {
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0; }
  to {
    transform: translate3d(0, 0, 0);
    opacity: 1; } }

.animate__rotateInUpRight {
  animation-name: rotateInUpRight;
  transform-origin: right bottom; }

/* Rotating exits */

@keyframes rotateOut {
  from {
    opacity: 1; }
  to {
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0; } }

.animate__rotateOut {
  animation-name: rotateOut;
  transform-origin: center; }

@keyframes rotateOutDownLeft {
  from {
    opacity: 1; }
  to {
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0; } }

.animate__rotateOutDownLeft {
  animation-name: rotateOutDownLeft;
  transform-origin: left bottom; }

@keyframes rotateOutDownRight {
  from {
    opacity: 1; }
  to {
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0; } }

.animate__rotateOutDownRight {
  animation-name: rotateOutDownRight;
  transform-origin: right bottom; }

@keyframes rotateOutUpLeft {
  from {
    opacity: 1; }
  to {
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0; } }

.animate__rotateOutUpLeft {
  animation-name: rotateOutUpLeft;
  transform-origin: left bottom; }

@keyframes rotateOutUpRight {
  from {
    opacity: 1; }
  to {
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0; } }

.animate__rotateOutUpRight {
  animation-name: rotateOutUpRight;
  transform-origin: right bottom; }

/* Specials */

@keyframes hinge {
  0% {
    animation-timing-function: ease-in-out; }
  20%,
  60% {
    transform: rotate3d(0, 0, 1, 80deg);
    animation-timing-function: ease-in-out; }
  40%,
  80% {
    transform: rotate3d(0, 0, 1, 60deg);
    animation-timing-function: ease-in-out;
    opacity: 1; }
  to {
    transform: translate3d(0, 700px, 0);
    opacity: 0; } }

.animate__hinge {
  animation-duration: calc(1s * 2);
  animation-duration: calc(var(--animate-duration) * 2);
  animation-name: hinge;
  transform-origin: top left; }

@keyframes jackInTheBox {
  from {
    opacity: 0;
    transform: scale(0.1) rotate(30deg);
    transform-origin: center bottom; }
  50% {
    transform: rotate(-10deg); }
  70% {
    transform: rotate(3deg); }
  to {
    opacity: 1;
    transform: scale(1); } }

.animate__jackInTheBox {
  animation-name: jackInTheBox; }

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@keyframes rollIn {
  from {
    opacity: 0;
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg); }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0); } }

.animate__rollIn {
  animation-name: rollIn; }

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@keyframes rollOut {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg); } }

.animate__rollOut {
  animation-name: rollOut; }

/* Zooming entrances */

@keyframes zoomIn {
  from {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3); }
  50% {
    opacity: 1; } }

.animate__zoomIn {
  animation-name: zoomIn; }

@keyframes zoomInDown {
  from {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

.animate__zoomInDown {
  animation-name: zoomInDown; }

@keyframes zoomInLeft {
  from {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

.animate__zoomInLeft {
  animation-name: zoomInLeft; }

@keyframes zoomInRight {
  from {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

.animate__zoomInRight {
  animation-name: zoomInRight; }

@keyframes zoomInUp {
  from {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

.animate__zoomInUp {
  animation-name: zoomInUp; }

/* Zooming exits */

@keyframes zoomOut {
  from {
    opacity: 1; }
  50% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3); }
  to {
    opacity: 0; } }

.animate__zoomOut {
  animation-name: zoomOut; }

@keyframes zoomOutDown {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  to {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

.animate__zoomOutDown {
  animation-name: zoomOutDown;
  transform-origin: center bottom; }

@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0); }
  to {
    opacity: 0;
    transform: scale(0.1) translate3d(-2000px, 0, 0); } }

.animate__zoomOutLeft {
  animation-name: zoomOutLeft;
  transform-origin: left center; }

@keyframes zoomOutRight {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0); }
  to {
    opacity: 0;
    transform: scale(0.1) translate3d(2000px, 0, 0); } }

.animate__zoomOutRight {
  animation-name: zoomOutRight;
  transform-origin: right center; }

@keyframes zoomOutUp {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  to {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

.animate__zoomOutUp {
  animation-name: zoomOutUp;
  transform-origin: center bottom; }

/* Sliding entrances */

@keyframes slideInDown {
  from {
    transform: translate3d(0, -100%, 0);
    visibility: visible; }
  to {
    transform: translate3d(0, 0, 0); } }

.animate__slideInDown {
  animation-name: slideInDown; }

@keyframes slideInLeft {
  from {
    transform: translate3d(-100%, 0, 0);
    visibility: visible; }
  to {
    transform: translate3d(0, 0, 0); } }

.animate__slideInLeft {
  animation-name: slideInLeft; }

@keyframes slideInRight {
  from {
    transform: translate3d(100%, 0, 0);
    visibility: visible; }
  to {
    transform: translate3d(0, 0, 0); } }

.animate__slideInRight {
  animation-name: slideInRight; }

@keyframes slideInUp {
  from {
    transform: translate3d(0, 100%, 0);
    visibility: visible; }
  to {
    transform: translate3d(0, 0, 0); } }

.animate__slideInUp {
  animation-name: slideInUp; }

/* Sliding exits */

@keyframes slideOutDown {
  from {
    transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    transform: translate3d(0, 100%, 0); } }

.animate__slideOutDown {
  animation-name: slideOutDown; }

@keyframes slideOutLeft {
  from {
    transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    transform: translate3d(-100%, 0, 0); } }

.animate__slideOutLeft {
  animation-name: slideOutLeft; }

@keyframes slideOutRight {
  from {
    transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    transform: translate3d(100%, 0, 0); } }

.animate__slideOutRight {
  animation-name: slideOutRight; }

@keyframes slideOutUp {
  from {
    transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    transform: translate3d(0, -100%, 0); } }

.animate__slideOutUp {
  animation-name: slideOutUp; }

/* cubic-bezier*/
/* bounce .30,.45,.45,1.65 */
/* fast in slow out .2,.7,.5,1 */
/* slow in fast out .7,.2,1,.5 */
:root {
  --scroll-progress: 0;
  --animate-delay: .333s;
  --gutter: .75rem; }
  @media (min-width: 1201px) {
    :root {
      --gutter: 3.125rem; } }
  @media (min-width: 901px) and (max-width: 1200px) {
    :root {
      --gutter: 1.5625rem; } }

:root {
  --red: #ff0000;
  --orange: #fb691f;
  --darkorange: #ce4f1e;
  --gold: #ffae07;
  --yellow: #fed783;
  --darkyellow: #bc8d43;
  --green: #73b06f;
  --darkgreen: #467d42;
  --lightteal: #41cacd;
  --teal: #007e80;
  --darkteal: #10696b;
  --white: #ffffff;
  --gray: #ececec;
  --darkgray: #666;
  --superdarkgray: #333;
  --brown: #dbcfb9; }

[watch-scroll] {
  animation-delay: var(--animate-delay); }

[watch-scroll="animate__fadeIn"] {
  opacity: 0; }

[watch-scroll="animate__fadeInUp"] {
  opacity: 0; }

[watch-scroll="animate__fadeInLeft"] {
  opacity: 0; }

@keyframes droppin {
  0% {
    opacity: 0;
    transform: translateY(-100%); }
  50% {
    opacity: 1; }
  100% {
    transform: translateY(0); } }

@keyframes arrow1 {
  0% {
    opacity: 0;
    transform: translate(0, 0); }
  90% {
    opacity: 0;
    transform: translate(0, 0); }
  100% {
    opacity: 1;
    transform: translate(0, 36px); } }

@keyframes arrow2 {
  0% {
    opacity: 1;
    transform: translate(0, 0); }
  90% {
    opacity: 1;
    transform: translate(0, 0); }
  100% {
    opacity: 0;
    transform: translate(0, 36px); } }

@media screen {
  .overflow-content {
    position: relative;
    transition: height .3s; }
    .overflow-content:not(.engaged) {
      overflow: hidden; }
    .overflow-content:before {
      background: url("../images/icons.svg#icon-double-down-arrow-orange") 50% 100% no-repeat;
      background-size: 1em 1rem;
      bottom: .75rem;
      content: "Read More";
      color: #fb6900;
      cursor: pointer;
      font-size: .8675rem;
      font-weight: 600;
      left: 50%;
      padding-bottom: 1rem;
      position: absolute;
      transform: translateX(-50%);
      transition: oapcity .3s;
      z-index: 1; }
    .overflow-content:after {
      background-image: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.85) 51%, #ffffff 100%);
      bottom: 0;
      content: "";
      left: 0;
      position: absolute;
      right: 0;
      top: 0;
      transition: opacity .3s; }
    .overflow-content.engaged {
      margin-bottom: 0.6875rem; }
      .overflow-content.engaged:before, .overflow-content.engaged:after {
        opacity: 0;
        pointer-events: none; }
    .overflow-content:not(.engaged) > *:not(:first-child) {
      opacity: 0;
      position: absolute; } }

.sidebar:not(.animate__fadeInUp) {
  opacity: 0; }

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

*:not(:focus-visible):focus {
  outline: none; }

html, body, #page {
  pointer-events: none; }

html.active-modal {
  overflow: hidden; }

#page > * {
  pointer-events: all; }

img,
picture {
  display: inline-block;
  height: auto;
  max-width: 100%;
  width: 100%; }

.container {
  margin: auto;
  max-width: 77rem;
  padding: 0 1rem; }

@media (min-width: 1201px) {
  .row {
    -ms-flex-align: center;
    align-items: center;
    display: -ms-flexbox;
    display: flex; } }

#content {
  position: relative;
  z-index: -2; }
  #content article {
    padding: 0; }
    @media (max-width: 1200px) {
      #content article {
        padding-left: 1rem;
        padding-right: 1rem; } }
    @media (min-width: 1201px) {
      #content article {
        padding-right: calc(25% + 4.375rem); } }
    #content article h1:first-of-type {
      margin-top: 0; }
    #content article > p:last-child {
      margin-bottom: 1.875rem; }
  #content ul:not(.accordion) {
    list-style: none;
    padding-left: 0; }
    #content ul:not(.accordion) li {
      padding-left: 1rem; }
      #content ul:not(.accordion) li:before {
        content: "\2022";
        color: var(--green);
        transform: translateX(-1rem);
        display: inline-block;
        position: absolute; }

html,
body {
  margin: 0; }

@font-face {
  html,
  body {
    padding: 0; } }

html {
  font-size: 16px; }
  html.menu-open {
    overflow: hidden; }

body {
  color: #333;
  font: 400 1rem/1.5 'Open Sans', sans-serif; }

h1, h2, h3, h4, h5, h6 {
  color: var(--teal);
  font-weight: 400; }
  #intro h1, #intro h2, #intro h3, #intro h4, #intro h5, #intro h6 {
    color: #fff; }

h1 span {
  font-weight: 100; }

h1 {
  font-size: 1.75rem;
  font-weight: 600; }

h2 {
  font-size: 1.375rem;
  font-weight: 400; }

p {
  margin: 0 0 2rem; }
  :not(.has-sidebar) > p:last-child {
    margin-bottom: 0; }

p + h4 {
  margin-top: 0; }

a {
  color: var(--orange);
  text-decoration: none; }

ul,
ol {
  margin: .625rem 0 2.625rem;
  padding: 0 0 0 1rem; }
  ul:first-child,
  ol:first-child {
    margin-top: 2.625rem; }
  ul.condensed,
  ol.condensed {
    margin-bottom: 1.75rem;
    margin-top: 0; }
    p + ul.condensed, p +
    ol.condensed {
      margin-bottom: .5rem;
      transform: translateY(-1.25rem); }
    ul.condensed li,
    ol.condensed li {
      padding-bottom: 0; }
  ul ol li,
  ol ol li {
    list-style-type: lower-alpha; }
  ul ul li::before,
  ol ul li::before {
    color: var(--superdarkgray) !important; }

ol li {
  padding-left: .5rem; }
  ol li:not(:last-child) {
    padding-bottom: 1.5rem; }
  ol li::marker {
    color: var(--green); }
  ol li > h4 {
    margin: 0 auto .125rem; }

ol ol, ol ul {
  margin: 0 !important; }
  ol ol li, ol ul li {
    padding-bottom: 0 !important; }

ul li:not(:last-child) {
  padding-bottom: 1rem; }

ul ul {
  margin: .5rem 0 0; }
  ul ul li {
    padding-bottom: 0 !important; }

#content ul:not(.accordion) ul {
  margin: .5rem 0 0; }

ul.plain,
ol.plain {
  font-size: .875rem;
  font-style: normal !important; }

ul.plain li,
ol.plain li {
  padding-bottom: .125rem; }

ul.roman,
ol.roman {
  list-style-type: upper-roman; }

ul.highlighted {
  color: #004853; }

strong {
  font-weight: 700; }

.accordion {
  border-top: 1px solid rgba(8, 47, 48, 0.1);
  list-style: none;
  margin: 0 0 2.5rem;
  padding: 0; }
  .accordion li {
    border-bottom: 1px solid rgba(8, 47, 48, 0.1);
    margin-top: 1.25rem;
    margin-bottom: 0.125rem;
    padding: 0; }
    .accordion li:not(:last-child) {
      padding: inherit; }
    .accordion li.active .label:after {
      content: "-"; }
    .accordion li.active .content {
      height: auto; }
  .accordion .label {
    color: var(--darkteal);
    cursor: pointer;
    font-size: 1rem;
    font-weight: 600;
    padding-right: 1rem;
    position: relative; }
    .accordion .label:after {
      content: '+';
      color: #10696b;
      font-size: 1.75rem;
      position: absolute;
      right: 0;
      text-transform: uppercase;
      top: 50%;
      transform: translateY(-50%); }
  .accordion .content {
    height: 0;
    overflow: hidden;
    transition: height .3s; }
  .accordion p:last-child {
    margin-bottom: 1.5rem; }

table, table td, table th {
  border: 1px solid #ccc; }

table {
  border-width: 1px 0 0 1px;
  border-spacing: 0;
  font-size: .875rem;
  margin-bottom: 1rem;
  width: 100%; }

table td {
  border-width: 0 1px 1px 0;
  padding: .25rem .5rem; }

table th {
  background: rgba(200, 200, 200, 0.125);
  border-width: 0 1px 1px 0;
  font-weight: 700;
  padding: .25rem .5rem;
  text-align: left; }

table td[rowspan] {
  vertical-align: top; }

blockquote {
  background: rgba(65, 202, 205, 0.1);
  border-left: 4px solid;
  border-radius: 2px;
  color: var(--teal);
  font-style: italic;
  margin: 2em 0;
  padding: 2em; }
  blockquote .cite {
    padding-top: .5rem;
    text-align: right; }

.button {
  background-color: var(--orange);
  border: none;
  border-radius: .2143em;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-size: .875rem;
  padding: .5714em;
  text-align: center;
  text-decoration: none;
  /*&.button-split {
		align-items: center;
		display: inline-flex;
		position: relative;
		
		span {
			align-items: center;
			border-left: 1px solid #fff;
			display: inline-flex;
			margin-left: .75rem;
			padding-left: .75rem;
			
			svg {
				height: .75rem;
				width: .75rem;
			}
		}
		
		.options {
			background: var(--orange);
			border-top: 1px solid rgba(255,255,255,.4);
			border-radius: 0 0 .3125rem .3125rem;
			color: #fff;
			left: 0;
			list-style: none;
			margin: 0;
			opacity: 0;
			padding: .5rem 1rem .5rem 1.5rem;
			pointer-events: none;
			position: absolute;
			right: 0;
			text-align: left;
			top: 100%;
			transition: all .3s;
			z-index: 9;
			
			a {
				color: #fff;
				text-decoration: none;
			}
		}
		
		&:hover,
		&:active,
		&:focus {
			border-radius: .3125rem .3125rem 0 0;
			
			.options {
				opacity: 1;
				pointer-events: all;
			}
		}
	}*/ }
  @media (min-width: 601px) {
    .button {
      font-weight: 700;
      padding-left: 1.7143em;
      padding-right: 1.7143em;
      text-transform: uppercase; } }
  .button.button-download {
    padding-right: .8571em; }
    .button.button-download:after {
      background: transparent url("../images/icons.svg#icon-download") 100% 50% no-repeat;
      background-size: contain;
      border-left: 1px solid rgba(255, 255, 255, 0.2);
      content: "";
      display: inline-block;
      height: 1.2857em;
      margin-left: 1.1429em;
      padding-left: 1.1429em;
      vertical-align: middle;
      width: calc(1.1429em + 1em); }
  .button svg {
    border-left: 1px solid rgba(255, 255, 255, 0.2);
    fill: #fff;
    height: 1.2857em;
    margin-left: 1.1429em;
    padding-left: 1.1429em;
    vertical-align: middle;
    width: calc(1.1429em + 1em); }
  .button.secondary {
    background-color: var(--darkgreen); }
  .button.tertiary {
    background-color: var(--teal);
    margin-top: 2rem; }

.button + .button {
  margin-left: .875rem; }

@media (max-width: 900px) {
  #content .button {
    display: block; }
    #content .button + .button {
      margin-left: 0;
      margin-top: 1rem; } }

.bottom-pin {
  background: none;
  border: none;
  bottom: 0;
  cursor: pointer;
  font-size: .875rem;
  font-weight: 600;
  height: 70px;
  left: 50%;
  margin-left: -12px;
  overflow: hidden;
  position: absolute;
  text-decoration: none;
  text-transform: uppercase;
  transform: translateX(-50%); }

.arrow-wrapper {
  transform: translateY(-50%); }
  .arrow-wrapper .arrow {
    display: block;
    height: 1.5rem;
    margin: auto;
    width: 1.5rem; }
    .arrow-wrapper .arrow:first-child {
      animation: arrow1 3s infinite ease-out;
      opacity: 0; }
    .arrow-wrapper .arrow:last-child {
      animation: arrow2 3s infinite ease-in;
      opacity: 1; }
    .arrow-wrapper .arrow svg {
      fill: currentColor;
      height: 100%;
      width: 100%; }

.stripe-banner {
  background-color: #007e80;
  border: none !important;
  color: #fff;
  display: inline;
  font-size: 2.25rem;
  font-style: normal;
  font-weight: 300;
  line-height: 1.75;
  margin: 0 !important;
  padding: 0 !important; }

.general-stats {
  color: #007e80;
  font-size: .875rem;
  font-style: normal !important;
  font-weight: 300;
  margin-top: 1.75rem; }
  .general-stats h3 {
    color: #007e80;
    font-family: "Open Sans";
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    margin: 0 0 0.3125rem;
    padding: 0;
    text-align: left; }
    .general-stats h3 .number {
      font-weight: 600; }
  .general-stats li:not(:last-child) {
    padding-bottom: .25rem; }
  .general-stats li:not(:first-child) h3 {
    margin-top: 1.75rem; }
  .general-stats + p {
    margin-top: 1rem; }

.quote {
  font-style: italic;
  text-align: center;
  color: #707070;
  font-size: 1.625rem; }
  @media (max-width: 1200px) {
    .quote {
      margin: auto;
      max-width: 400px;
      padding: 1rem 0; } }
  .quote:before {
    content: "\201C";
    display: inline; }
  .quote:after {
    content: "\201D";
    display: inline; }

.note {
  background-color: #f1f2f3;
  border-radius: .1875rem;
  color: #333;
  font-size: .75rem;
  margin: auto;
  padding: 1.25rem 1.75rem;
  width: calc(100% - 1.5rem); }
  @media (min-width: 601px) {
    .note {
      width: 100%; } }
  .note.school {
    border: 3px solid var(--school-color);
    border-width: 3px 0; }
  .note.message {
    background-color: #007e80;
    color: #fff;
    font-size: .875rem;
    font-weight: 400;
    padding: 1.75rem; }

.school-iowa {
  --school-color: #c8102e; }

.school-ucf {
  --school-color: #1a1818; }

.school-georgia-state {
  --school-color: #84755c; }

.school-michigan-state {
  --school-color: #04483d; }

.school-university-kansas {
  --school-color: #004ec1; }

.school-oregon-state {
  --school-color: #ec4318; }

.school-university-texas {
  --school-color: #e3561a; }

.school-arizona-state {
  --school-color: #b40045; }

.video {
  margin-bottom: 2rem;
  padding-top: 56.25%;
  position: relative; }
  .video iframe {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%; }

.callout {
  background-color: #467d42;
  border-radius: 3px;
  color: #fff;
  margin-bottom: 1.875rem;
  padding: 1.75rem 1.75rem 2.25rem; }
  @media (max-width: 1200px) {
    .callout {
      margin-left: auto;
      margin-right: auto; } }
  @media (max-width: 1200px) and (min-width: 601px) {
    .callout {
      width: calc(100% - 3rem); } }
  @media (max-width: 600px) {
    .callout {
      padding-left: 1rem;
      padding-right: 1rem; } }
  .callout h4 {
    color: inherit;
    font-size: 20px;
    font-weight: 600;
    margin: 0 0 .75rem; }
  .callout ul {
    margin: 0;
    padding: 0; }
  .callout li:not(:last-child) {
    padding-bottom: 1.5rem; }

.panel {
  background: rgba(64, 80, 89, 0.1);
  border-radius: 10px;
  margin-bottom: 2rem;
  padding: 1.5em 2em; }
  .panel h2 {
    color: var(--teal); }

.cta-box {
  background-color: #002a30;
  color: #fff;
  padding: .875rem 1rem 2.125rem;
  text-align: center; }
  .cta-box h3 {
    color: #fff;
    font-size: 1.25rem; }
  .cta-box .row {
    -ms-flex-pack: center;
    justify-content: center; }

ul.social {
  -ms-flex-align: center;
  align-items: center;
  display: -ms-flexbox;
  display: flex;
  font-size: 0;
  list-style: none;
  margin: .5rem 0 0;
  padding: .5rem 0 0; }
  ul.social:before {
    color: var(--darkteal);
    content: "Connect";
    font-size: 14px;
    padding-right: .75rem;
    text-transform: uppercase; }
  ul.social li {
    padding: 0; }
    ul.social li:not(:last-child) {
      margin-right: .75rem; }
  ul.social a {
    -ms-flex-align: center;
    align-items: center;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: 1.125rem auto;
    border-radius: 50%;
    display: block;
    font-size: 0;
    height: 1.875rem;
    -ms-flex-pack: center;
    justify-content: center;
    width: 1.875rem; }
  ul.social a[href*="twitter"] {
    background-color: #1da1f2;
    background-image: url("../images/icons.svg#icon-twitter"); }
  ul.social a[href*="facebook"] {
    background-color: #3b5998;
    background-image: url("../images/icons.svg#icon-facebook");
    background-position: 80% 50%; }
  ul.social a[href*="youtube"] {
    background-color: #ff0000;
    background-image: url("../images/icons.svg#icon-youtube");
    background-position: 40% 50%;
    background-size: 28px 18px; }
  ul.social a[href*="linkedin"] {
    background-color: #0077b5;
    background-image: url("../images/icons.svg#icon-linkedin"); }

@media (max-width: 1200px) {
  #intro > .container:first-of-type {
    padding-top: 6rem;
    width: 100%; } }

.intro-message-image {
  margin: 0 auto;
  max-width: 500px;
  position: relative;
  width: 100%; }
  @media (min-width: 1201px) {
    .intro-message-image {
      -ms-flex-order: 1;
      order: 1; } }
  @media (max-width: 1200px) {
    .intro-message-image {
      max-width: 300px;
      text-align: center;
      width: 40%; } }

.image-overlay {
  position: relative; }
  .image-overlay:after {
    background: linear-gradient(90deg, rgba(16, 105, 107, 0.9), transparent);
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0; }
  .image-overlay img {
    display: block;
    width: 100%; }

ol.footnotes {
  font-size: .875rem;
  margin-top: 3rem; }
  ol.footnotes li:not(:last-child) {
    padding-bottom: .25rem; }

@media not print {
  #intro {
    background-color: var(--darkteal);
    background-image: linear-gradient(180deg, #002a30, rgba(0, 42, 48, 0.89) 44%, rgba(0, 42, 48, 0)), radial-gradient(#005866, #002a30);
    background-position: 50% 0;
    background-repeat: no-repeat;
    background-size: 100% 20%, auto;
    color: #fff;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-height: calc(100vh - 28px);
    position: relative;
    z-index: 0; }
    #intro > .container {
      padding-bottom: 4rem;
      width: 100%; } }

#intro header {
  padding: 1rem 0; }
  @media (min-width: 1201px) {
    #intro header {
      padding-top: 3.125rem; } }
  #intro header .container {
    position: relative; }
  #intro header .logo {
    max-width: 12.5rem; }

#intro h1 {
  font-size: 2rem;
  line-height: 1.3; }
  @media (max-width: 600px) {
    #intro h1 {
      font-size: 5.625vw; } }
  @media print {
    #intro h1 {
      color: var(--teal); } }
  #intro h1 span {
    display: block; }

#intro .bottom-pin {
  color: var(--darkgreen); }

@media (max-width: 1200px) {
  #intro-message {
    margin: auto;
    text-align: center; } }

@media print {
  #intro-message .button {
    display: none; } }

.hamburger-wrapper {
  position: absolute;
  top: 0;
  width: 100vw; }
  .hamburger-wrapper .container {
    position: relative; }

.hamburger {
  background: none;
  border: 0;
  cursor: pointer;
  font-size: 0;
  padding: 0;
  position: absolute;
  width: 1.5rem; }
  .hamburger span, .hamburger:before, .hamburger:after {
    background-color: #fff;
    border-radius: .125rem;
    content: '';
    display: block;
    height: .1875rem;
    transition: all .2s ease-in-out; }
    html.scrolled-past-hero .hamburger span, html.scrolled-past-hero .hamburger:before, html.scrolled-past-hero .hamburger:after {
      background-color: var(--teal); }
  .hamburger span {
    margin: 0.25rem 0; }
  html.menu-open .hamburger span, html.menu-open .hamburger:before, html.menu-open .hamburger:after {
    background-color: white !important; }
  html.menu-open .hamburger span {
    transform: scale(0); }
  html.menu-open .hamburger:before {
    transform: translateY(0.45rem) rotate(135deg); }
  html.menu-open .hamburger:after {
    transform: translateY(-0.45rem) rotate(-135deg); }

#popover-menu {
  -ms-flex-align: start;
  align-items: flex-start;
  background: var(--teal);
  color: #fff;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  overflow: auto;
  padding: 1rem;
  z-index: 1; }
  @media (min-height: 601px) {
    #popover-menu {
      -ms-flex-align: center;
      align-items: center;
      overflow: auto; } }
  #popover-menu .menu {
    list-style: upper-roman;
    margin: 0;
    padding: 0; }
    #popover-menu .menu > li {
      padding-bottom: .5rem; }
  #popover-menu ul ul {
    margin: 0;
    padding: 0 0 0 1.25rem; }
  #popover-menu li li {
    font-size: .875rem;
    list-style-type: upper-alpha;
    padding-bottom: 0; }
  #popover-menu .hamburger {
    pointer-events: all;
    right: 1rem;
    top: 1rem; }
    @media (min-width: 1201px) {
      #popover-menu .hamburger {
        top: 3.125rem; } }
    html.minimal-header #popover-menu .hamburger {
      display: none; }
    html.scrolled-past-hero #popover-menu .hamburger {
      top: 3rem; }
  html.menu-open #popover-menu {
    background: var(--teal); }
    html.menu-open #popover-menu .menu {
      opacity: 1;
      pointer-events: all; }

#popover-menu {
  height: 100vh;
  left: 0;
  padding-right: 2.25rem;
  pointer-events: none;
  position: fixed;
  top: 0;
  width: calc(100vw + 1.25rem);
  background: transparent;
  transition: background .3s; }
  #popover-menu li, #popover-menu a {
    color: #fff !important; }
  #popover-menu .menu {
    opacity: 0;
    pointer-events: none; }

#header {
  counter-reset: item-counter; }
  @media screen {
    #header {
      left: 0;
      position: -webkit-sticky;
      position: sticky;
      top: 0;
      transition: transform .3s;
      width: 100vw;
      z-index: 0; }
      #header nav {
        font-size: .875rem;
        position: relative; } }
  @media print {
    #header {
      -ms-flex-align: center;
      align-items: center;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-pack: center;
      justify-content: center; } }
  #header .menu {
    font-family: 'Open Sans', sans-serif;
    font-weight: 100;
    margin: 0;
    padding: 0 0 0 1.75rem; }
    @media screen {
      #header .menu {
        background: var(--gray);
        display: -ms-flexbox;
        display: flex;
        list-style-type: none;
        position: relative; }
        #header .menu:before {
          background-color: var(--teal);
          bottom: 0;
          content: "";
          left: 0;
          position: absolute;
          top: 0;
          transition: width .3s;
          width: calc((var(--active-position, 0) * 1px) - 1rem); }
        #header .menu:after {
          background: var(--teal);
          bottom: 0;
          border-bottom-right-radius: 1.5rem;
          border-top-right-radius: 1.5rem;
          content: "";
          height: 100%;
          left: calc(var(--active-position, 0) * 1px);
          margin-left: -1rem;
          position: absolute;
          top: 0;
          transition: left .3s, opacity 0s .3s;
          width: .975rem; } }
    @media print {
      #header .menu {
        color: var(--teal);
        font-size: 1.25rem;
        list-style: none;
        margin: 0 auto;
        padding: 0 1rem 10rem; } }
    html.not-engaged #header .menu:before {
      width: 0 !important; }
    html.not-engaged #header .menu:after {
      left: -.75rem; }
    #header .menu li {
      counter-increment: item-counter;
      -ms-flex: 1;
      flex: 1;
      -ms-flex-positive: 1;
      flex-grow: 1;
      position: relative; }
      @media not print {
        #header .menu li {
          padding: 0 .5rem 0 1rem; } }
      @media (max-width: 600px) {
        #header .menu li {
          padding-left: .5rem; } }
      #header .menu li a {
        -ms-flex-align: center;
        align-items: center;
        color: #fff;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: center;
        justify-content: center;
        padding-top: .25rem;
        padding-bottom: .25rem;
        position: relative;
        text-decoration: none;
        transition: color .3s;
        z-index: 1; }
        @media print {
          #header .menu li a {
            color: var(--teal);
            -ms-flex-pack: center;
            justify-content: center; } }
        #header .menu li a:before {
          content: counter(item-counter, upper-roman) ". ";
          padding-right: .25rem; }
        @media not print {
          #header .menu li a span {
            overflow: hidden;
            transition: width .3s;
            white-space: nowrap; } }
    @media screen and (max-width: 1200px) {
      #header .menu li:not(.active) a span {
        width: 0; } }
  @media screen {
    html.not-engaged #header .menu a {
      color: var(--teal); }
    html:not(.not-engaged) #header .menu a {
      color: #fff; }
    html:not(.not-engaged) #header .menu .active ~ li a {
      color: var(--teal); } }
  #header nav .menu-trigger {
    background: var(--teal);
    border: none;
    bottom: 0px;
    color: #fff;
    cursor: pointer;
    -ms-flex-positive: 1;
    flex-grow: 1;
    font-size: 1.5rem;
    margin: 0;
    padding: 0 .5rem;
    position: absolute;
    top: 0;
    z-index: 1; }
    @media print {
      #header nav .menu-trigger {
        display: none; } }
    #header nav .menu-trigger:after {
      content: "\00BB";
      display: block;
      transform: rotate(90deg); }

#progress {
  background: rgba(236, 236, 236, 0.5);
  height: .25rem;
  overflow: hidden;
  position: relative;
  transition: height .3s;
  width: 100%; }
  #progress:before {
    background: var(--green);
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    top: 0;
    transition: width .3s ease;
    width: calc(var(--scroll-progress) * 100%); }
  #progress .message {
    color: #fff;
    font-weight: 400;
    text-transform: uppercase;
    opacity: 0;
    position: relative;
    text-align: center;
    transition: opacity .3s;
    z-index: 1; }
  @media print {
    #progress {
      display: none; } }

#footer {
  background-color: #dbcfb9;
  padding: 2.5rem 1rem;
  text-align: center;
  z-index: 10; }
  #footer > .container {
    -ms-flex-pack: justify;
    justify-content: space-between; }
  #footer li {
    color: var(--darkteal); }
  #footer a {
    color: inherit;
    text-decoration: none;
    text-transform: uppercase; }
  #footer .logo {
    display: block;
    max-width: 12.5rem;
    padding-bottom: 0.3125rem; }
    @media (max-width: 1200px) {
      #footer .logo {
        margin: auto;
        padding-bottom: 1rem; } }
  #footer nav {
    text-align: left; }
  #footer ul ul a {
    color: #004853;
    font-family: "Open Sans";
    font-size: 11px;
    /* Text style for "A. Underst" */
    font-family: "Open Sans";
    font-weight: 400;
    font-style: normal;
    text-transform: uppercase; }
  #footer .social {
    -ms-flex-pack: center;
    justify-content: center; }

#copyright {
  color: #405059;
  font-size: .75rem; }

@media (min-width: 1201px) {
  .has-sidebar {
    position: relative; } }

@media (max-width: 1200px) {
  .has-sidebar {
    padding-bottom: 1rem; } }

.has-sidebar:before, .has-sidebar:after {
  content: "";
  display: table; }

@media (min-width: 1201px) {
  .has-sidebar .sidebar {
    left: calc(100% + 4.75rem);
    max-width: 34.5%;
    padding: 0 0 1.5rem;
    position: absolute;
    top: 0;
    width: 100%; }
    .has-sidebar .sidebar ul {
      margin: 0; } }

@media (min-width: 1201px) {
  .has-sidebar .sidebar {
    padding-bottom: 1rem; }
    .has-sidebar .sidebar > ul:first-child {
      margin-top: 0;
      padding-top: 0; }
    .has-sidebar .sidebar > ul:last-child {
      margin-bottom: 0;
      padding-bottom: 0; } }

.has-sidebar .sidebar ul {
  font-style: italic; }
  .has-sidebar .sidebar ul li {
    padding-left: .5rem !important; }
    .has-sidebar .sidebar ul li::before {
      color: var(--superdarkgray) !important;
      transform: translateX(-0.5rem) !important; }

.has-sidebar .sidebar img {
  display: block;
  margin: 0 auto 1rem; }

p + .has-sidebar > h4:first-child {
  margin-top: 0; }

.has-sidebar + h2 {
  margin-top: 0; }

#impact-on-participants {
  max-width: 220px;
  padding-top: 0; }

#gated-roadblock {
  color: #fff;
  font-size: 1rem;
  max-width: 100vw;
  opacity: 0;
  overflow: scroll;
  pointer-events: none;
  position: fixed;
  transition: bottom .3s, left .3s, right .3s, top .3s, background .3s, opacity 0s .3s;
  z-index: 10; }
  @media (min-width: 1201px) {
    #gated-roadblock {
      font-size: 1.5rem; } }
  #gated-roadblock.active,
  .complete #gated-roadblock {
    background: var(--teal) !important;
    bottom: 0 !important;
    left: 0 !important;
    opacity: 1;
    pointer-events: all;
    right: 0 !important;
    top: 0 !important;
    transition: bottom .3s, left .3s, right .3s, top .3s, background .3s; }
    #gated-roadblock.active .container,
    .complete #gated-roadblock .container {
      opacity: 1;
      transition-delay: .2s; }
  .complete #gated-roadblock {
    animation: pull-down .3s;
    animation-fill-mode: both;
    pointer-events: all; }
  #gated-roadblock .container {
    max-width: 50rem;
    opacity: 0;
    padding-bottom: 7.5rem;
    position: relative;
    transition: opacity .2s; }
  #gated-roadblock header {
    padding-bottom: 2rem; }
  #gated-roadblock footer {
    padding-top: 1em; }
  #gated-roadblock h2 {
    color: inherit;
    font-size: 2.25rem;
    margin-bottom: 0.75rem; }
  #gated-roadblock .button {
    font-size: inherit; }
  #gated-roadblock .form-actions {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 1.5rem; }
  #gated-roadblock .message {
    font-size: .75em; }
    @media (max-width: 1200px) {
      #gated-roadblock .message {
        margin-top: 1rem; } }
    #gated-roadblock .message a {
      color: #fff; }
  #gated-roadblock .bottom-pin {
    color: #fff; }

form label {
  display: block;
  font-weight: 600;
  padding-bottom: .333em; }

form .form-item {
  padding-bottom: .58333em; }

form input[type="text"],
form input[type="email"],
form input[type="password"],
form textarea,
form select {
  background-color: #ffffff;
  border-radius: 3px;
  border: 1px solid #dcd5c9;
  color: #555;
  font-size: 1em;
  padding: .5em .667em;
  width: 100%; }

form :-ms-input-placeholder {
  color: #d6d6d6;
  font-weight: 300; }

form ::placeholder {
  color: #d6d6d6;
  font-weight: 300; }

@keyframes pull-down {
  0% {
    opacity: 0;
    transform: trnaslateY(-100%); }
  100% {
    opacity: 1;
    transform: translateY(0); } }

/*# sourceMappingURL=shared.min.css.map */
