/*! 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 */
  -webkit-text-decoration: underline dotted;
          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;
}

@charset "UTF-8";
/*!
 * animate.css - https://animate.style/
 * Version - 4.1.0
 * 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 {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-duration: var(--animate-duration);
  animation-duration: var(--animate-duration);
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.animate__animated.animate__infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}
.animate__animated.animate__repeat-1 {
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation-iteration-count: var(--animate-repeat);
  animation-iteration-count: var(--animate-repeat);
}
.animate__animated.animate__repeat-2 {
  -webkit-animation-iteration-count: calc(1 * 2);
  animation-iteration-count: calc(1 * 2);
  -webkit-animation-iteration-count: calc(var(--animate-repeat) * 2);
  animation-iteration-count: calc(var(--animate-repeat) * 2);
}
.animate__animated.animate__repeat-3 {
  -webkit-animation-iteration-count: calc(1 * 3);
  animation-iteration-count: calc(1 * 3);
  -webkit-animation-iteration-count: calc(var(--animate-repeat) * 3);
  animation-iteration-count: calc(var(--animate-repeat) * 3);
}
.animate__animated.animate__delay-1s {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
  -webkit-animation-delay: var(--animate-delay);
  animation-delay: var(--animate-delay);
}
.animate__animated.animate__delay-2s {
  -webkit-animation-delay: calc(1s * 2);
  animation-delay: calc(1s * 2);
  -webkit-animation-delay: calc(var(--animate-delay) * 2);
  animation-delay: calc(var(--animate-delay) * 2);
}
.animate__animated.animate__delay-3s {
  -webkit-animation-delay: calc(1s * 3);
  animation-delay: calc(1s * 3);
  -webkit-animation-delay: calc(var(--animate-delay) * 3);
  animation-delay: calc(var(--animate-delay) * 3);
}
.animate__animated.animate__delay-4s {
  -webkit-animation-delay: calc(1s * 4);
  animation-delay: calc(1s * 4);
  -webkit-animation-delay: calc(var(--animate-delay) * 4);
  animation-delay: calc(var(--animate-delay) * 4);
}
.animate__animated.animate__delay-5s {
  -webkit-animation-delay: calc(1s * 5);
  animation-delay: calc(1s * 5);
  -webkit-animation-delay: calc(var(--animate-delay) * 5);
  animation-delay: calc(var(--animate-delay) * 5);
}
.animate__animated.animate__faster {
  -webkit-animation-duration: calc(1s / 2);
  animation-duration: calc(1s / 2);
  -webkit-animation-duration: calc(var(--animate-duration) / 2);
  animation-duration: calc(var(--animate-duration) / 2);
}
.animate__animated.animate__fast {
  -webkit-animation-duration: calc(1s * 0.8);
  animation-duration: calc(1s * 0.8);
  -webkit-animation-duration: calc(var(--animate-duration) * 0.8);
  animation-duration: calc(var(--animate-duration) * 0.8);
}
.animate__animated.animate__slow {
  -webkit-animation-duration: calc(1s * 2);
  animation-duration: calc(1s * 2);
  -webkit-animation-duration: calc(var(--animate-duration) * 2);
  animation-duration: calc(var(--animate-duration) * 2);
}
.animate__animated.animate__slower {
  -webkit-animation-duration: calc(1s * 3);
  animation-duration: calc(1s * 3);
  -webkit-animation-duration: calc(var(--animate-duration) * 3);
  animation-duration: calc(var(--animate-duration) * 3);
}
@media print, (prefers-reduced-motion: reduce) {
  .animate__animated {
    -webkit-animation-duration: 1ms !important;
    animation-duration: 1ms !important;
    -webkit-transition-duration: 1ms !important;
    transition-duration: 1ms !important;
    -webkit-animation-iteration-count: 1 !important;
    animation-iteration-count: 1 !important;
  }

  .animate__animated[class*='Out'] {
    opacity: 0;
  }
}
/* Attention seekers  */
@-webkit-keyframes bounce {
  from,
  20%,
  53%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  40%,
  43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0) scaleY(1.1);
    transform: translate3d(0, -30px, 0) scaleY(1.1);
  }

  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0) scaleY(1.05);
    transform: translate3d(0, -15px, 0) scaleY(1.05);
  }

  80% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0) scaleY(0.95);
    transform: translate3d(0, 0, 0) scaleY(0.95);
  }

  90% {
    -webkit-transform: translate3d(0, -4px, 0) scaleY(1.02);
    transform: translate3d(0, -4px, 0) scaleY(1.02);
  }
}
@keyframes bounce {
  from,
  20%,
  53%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  40%,
  43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0) scaleY(1.1);
    transform: translate3d(0, -30px, 0) scaleY(1.1);
  }

  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0) scaleY(1.05);
    transform: translate3d(0, -15px, 0) scaleY(1.05);
  }

  80% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0) scaleY(0.95);
    transform: translate3d(0, 0, 0) scaleY(0.95);
  }

  90% {
    -webkit-transform: translate3d(0, -4px, 0) scaleY(1.02);
    transform: translate3d(0, -4px, 0) scaleY(1.02);
  }
}
.animate__bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce;
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom;
}
@-webkit-keyframes flash {
  from,
  50%,
  to {
    opacity: 1;
  }

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

  25%,
  75% {
    opacity: 0;
  }
}
.animate__flash {
  -webkit-animation-name: flash;
  animation-name: flash;
}
/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.animate__pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
}
@-webkit-keyframes rubberBand {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }

  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }

  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }

  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }

  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes rubberBand {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }

  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }

  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }

  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }

  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.animate__rubberBand {
  -webkit-animation-name: rubberBand;
  animation-name: rubberBand;
}
@-webkit-keyframes shakeX {
  from,
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }

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

  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }

  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}
.animate__shakeX {
  -webkit-animation-name: shakeX;
  animation-name: shakeX;
}
@-webkit-keyframes shakeY {
  from,
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }

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

  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }

  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
}
.animate__shakeY {
  -webkit-animation-name: shakeY;
  animation-name: shakeY;
}
@-webkit-keyframes headShake {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg);
  }

  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg);
  }

  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg);
  }

  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg);
  }

  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes headShake {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg);
  }

  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg);
  }

  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg);
  }

  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg);
  }

  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
.animate__headShake {
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-name: headShake;
  animation-name: headShake;
}
@-webkit-keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
  }

  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
  }

  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }

  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }

  to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}
@keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
  }

  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
  }

  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }

  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }

  to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}
.animate__swing {
  -webkit-transform-origin: top center;
  transform-origin: top center;
  -webkit-animation-name: swing;
  animation-name: swing;
}
@-webkit-keyframes tada {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  10%,
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }

  30%,
  50%,
  70%,
  90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }

  40%,
  60%,
  80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes tada {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  10%,
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }

  30%,
  50%,
  70%,
  90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }

  40%,
  60%,
  80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.animate__tada {
  -webkit-animation-name: tada;
  animation-name: tada;
}
/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes wobble {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }

  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }

  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }

  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }

  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes wobble {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }

  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }

  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }

  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }

  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.animate__wobble {
  -webkit-animation-name: wobble;
  animation-name: wobble;
}
@-webkit-keyframes jello {
  from,
  11.1%,
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }

  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg);
  }

  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }

  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }

  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }

  77.7% {
    -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }

  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}
@keyframes jello {
  from,
  11.1%,
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }

  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg);
  }

  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }

  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }

  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }

  77.7% {
    -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }

  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}
.animate__jello {
  -webkit-animation-name: jello;
  animation-name: jello;
  -webkit-transform-origin: center;
  transform-origin: center;
}
@-webkit-keyframes heartBeat {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  14% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }

  28% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  42% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }

  70% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes heartBeat {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  14% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }

  28% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  42% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }

  70% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
.animate__heartBeat {
  -webkit-animation-name: heartBeat;
  animation-name: heartBeat;
  -webkit-animation-duration: calc(1s * 1.3);
  animation-duration: calc(1s * 1.3);
  -webkit-animation-duration: calc(var(--animate-duration) * 1.3);
  animation-duration: calc(var(--animate-duration) * 1.3);
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
}
/* Back entrances */
@-webkit-keyframes backInDown {
  0% {
    -webkit-transform: translateY(-1200px) scale(0.7);
    transform: translateY(-1200px) scale(0.7);
    opacity: 0.7;
  }

  80% {
    -webkit-transform: translateY(0px) scale(0.7);
    transform: translateY(0px) scale(0.7);
    opacity: 0.7;
  }

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

  80% {
    -webkit-transform: translateY(0px) scale(0.7);
    transform: translateY(0px) scale(0.7);
    opacity: 0.7;
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}
.animate__backInDown {
  -webkit-animation-name: backInDown;
  animation-name: backInDown;
}
@-webkit-keyframes backInLeft {
  0% {
    -webkit-transform: translateX(-2000px) scale(0.7);
    transform: translateX(-2000px) scale(0.7);
    opacity: 0.7;
  }

  80% {
    -webkit-transform: translateX(0px) scale(0.7);
    transform: translateX(0px) scale(0.7);
    opacity: 0.7;
  }

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

  80% {
    -webkit-transform: translateX(0px) scale(0.7);
    transform: translateX(0px) scale(0.7);
    opacity: 0.7;
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}
.animate__backInLeft {
  -webkit-animation-name: backInLeft;
  animation-name: backInLeft;
}
@-webkit-keyframes backInRight {
  0% {
    -webkit-transform: translateX(2000px) scale(0.7);
    transform: translateX(2000px) scale(0.7);
    opacity: 0.7;
  }

  80% {
    -webkit-transform: translateX(0px) scale(0.7);
    transform: translateX(0px) scale(0.7);
    opacity: 0.7;
  }

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

  80% {
    -webkit-transform: translateX(0px) scale(0.7);
    transform: translateX(0px) scale(0.7);
    opacity: 0.7;
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}
.animate__backInRight {
  -webkit-animation-name: backInRight;
  animation-name: backInRight;
}
@-webkit-keyframes backInUp {
  0% {
    -webkit-transform: translateY(1200px) scale(0.7);
    transform: translateY(1200px) scale(0.7);
    opacity: 0.7;
  }

  80% {
    -webkit-transform: translateY(0px) scale(0.7);
    transform: translateY(0px) scale(0.7);
    opacity: 0.7;
  }

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

  80% {
    -webkit-transform: translateY(0px) scale(0.7);
    transform: translateY(0px) scale(0.7);
    opacity: 0.7;
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}
.animate__backInUp {
  -webkit-animation-name: backInUp;
  animation-name: backInUp;
}
/* Back exits */
@-webkit-keyframes backOutDown {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }

  20% {
    -webkit-transform: translateY(0px) scale(0.7);
    transform: translateY(0px) scale(0.7);
    opacity: 0.7;
  }

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

  20% {
    -webkit-transform: translateY(0px) scale(0.7);
    transform: translateY(0px) scale(0.7);
    opacity: 0.7;
  }

  100% {
    -webkit-transform: translateY(700px) scale(0.7);
    transform: translateY(700px) scale(0.7);
    opacity: 0.7;
  }
}
.animate__backOutDown {
  -webkit-animation-name: backOutDown;
  animation-name: backOutDown;
}
@-webkit-keyframes backOutLeft {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }

  20% {
    -webkit-transform: translateX(0px) scale(0.7);
    transform: translateX(0px) scale(0.7);
    opacity: 0.7;
  }

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

  20% {
    -webkit-transform: translateX(0px) scale(0.7);
    transform: translateX(0px) scale(0.7);
    opacity: 0.7;
  }

  100% {
    -webkit-transform: translateX(-2000px) scale(0.7);
    transform: translateX(-2000px) scale(0.7);
    opacity: 0.7;
  }
}
.animate__backOutLeft {
  -webkit-animation-name: backOutLeft;
  animation-name: backOutLeft;
}
@-webkit-keyframes backOutRight {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }

  20% {
    -webkit-transform: translateX(0px) scale(0.7);
    transform: translateX(0px) scale(0.7);
    opacity: 0.7;
  }

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

  20% {
    -webkit-transform: translateX(0px) scale(0.7);
    transform: translateX(0px) scale(0.7);
    opacity: 0.7;
  }

  100% {
    -webkit-transform: translateX(2000px) scale(0.7);
    transform: translateX(2000px) scale(0.7);
    opacity: 0.7;
  }
}
.animate__backOutRight {
  -webkit-animation-name: backOutRight;
  animation-name: backOutRight;
}
@-webkit-keyframes backOutUp {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }

  20% {
    -webkit-transform: translateY(0px) scale(0.7);
    transform: translateY(0px) scale(0.7);
    opacity: 0.7;
  }

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

  20% {
    -webkit-transform: translateY(0px) scale(0.7);
    transform: translateY(0px) scale(0.7);
    opacity: 0.7;
  }

  100% {
    -webkit-transform: translateY(-700px) scale(0.7);
    transform: translateY(-700px) scale(0.7);
    opacity: 0.7;
  }
}
.animate__backOutUp {
  -webkit-animation-name: backOutUp;
  animation-name: backOutUp;
}
/* Bouncing entrances  */
@-webkit-keyframes bounceIn {
  from,
  20%,
  40%,
  60%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }

  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }

  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }

  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }

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

  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }

  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }

  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }

  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }

  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.animate__bounceIn {
  -webkit-animation-duration: calc(1s * 0.75);
  animation-duration: calc(1s * 0.75);
  -webkit-animation-duration: calc(var(--animate-duration) * 0.75);
  animation-duration: calc(var(--animate-duration) * 0.75);
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn;
}
@-webkit-keyframes bounceInDown {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0) scaleY(3);
    transform: translate3d(0, -3000px, 0) scaleY(3);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0) scaleY(0.9);
    transform: translate3d(0, 25px, 0) scaleY(0.9);
  }

  75% {
    -webkit-transform: translate3d(0, -10px, 0) scaleY(0.95);
    transform: translate3d(0, -10px, 0) scaleY(0.95);
  }

  90% {
    -webkit-transform: translate3d(0, 5px, 0) scaleY(0.985);
    transform: translate3d(0, 5px, 0) scaleY(0.985);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes bounceInDown {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0) scaleY(3);
    transform: translate3d(0, -3000px, 0) scaleY(3);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0) scaleY(0.9);
    transform: translate3d(0, 25px, 0) scaleY(0.9);
  }

  75% {
    -webkit-transform: translate3d(0, -10px, 0) scaleY(0.95);
    transform: translate3d(0, -10px, 0) scaleY(0.95);
  }

  90% {
    -webkit-transform: translate3d(0, 5px, 0) scaleY(0.985);
    transform: translate3d(0, 5px, 0) scaleY(0.985);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.animate__bounceInDown {
  -webkit-animation-name: bounceInDown;
  animation-name: bounceInDown;
}
@-webkit-keyframes bounceInLeft {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0) scaleX(3);
    transform: translate3d(-3000px, 0, 0) scaleX(3);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0) scaleX(1);
    transform: translate3d(25px, 0, 0) scaleX(1);
  }

  75% {
    -webkit-transform: translate3d(-10px, 0, 0) scaleX(0.98);
    transform: translate3d(-10px, 0, 0) scaleX(0.98);
  }

  90% {
    -webkit-transform: translate3d(5px, 0, 0) scaleX(0.995);
    transform: translate3d(5px, 0, 0) scaleX(0.995);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes bounceInLeft {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0) scaleX(3);
    transform: translate3d(-3000px, 0, 0) scaleX(3);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0) scaleX(1);
    transform: translate3d(25px, 0, 0) scaleX(1);
  }

  75% {
    -webkit-transform: translate3d(-10px, 0, 0) scaleX(0.98);
    transform: translate3d(-10px, 0, 0) scaleX(0.98);
  }

  90% {
    -webkit-transform: translate3d(5px, 0, 0) scaleX(0.995);
    transform: translate3d(5px, 0, 0) scaleX(0.995);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.animate__bounceInLeft {
  -webkit-animation-name: bounceInLeft;
  animation-name: bounceInLeft;
}
@-webkit-keyframes bounceInRight {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  from {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0) scaleX(3);
    transform: translate3d(3000px, 0, 0) scaleX(3);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0) scaleX(1);
    transform: translate3d(-25px, 0, 0) scaleX(1);
  }

  75% {
    -webkit-transform: translate3d(10px, 0, 0) scaleX(0.98);
    transform: translate3d(10px, 0, 0) scaleX(0.98);
  }

  90% {
    -webkit-transform: translate3d(-5px, 0, 0) scaleX(0.995);
    transform: translate3d(-5px, 0, 0) scaleX(0.995);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes bounceInRight {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  from {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0) scaleX(3);
    transform: translate3d(3000px, 0, 0) scaleX(3);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0) scaleX(1);
    transform: translate3d(-25px, 0, 0) scaleX(1);
  }

  75% {
    -webkit-transform: translate3d(10px, 0, 0) scaleX(0.98);
    transform: translate3d(10px, 0, 0) scaleX(0.98);
  }

  90% {
    -webkit-transform: translate3d(-5px, 0, 0) scaleX(0.995);
    transform: translate3d(-5px, 0, 0) scaleX(0.995);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.animate__bounceInRight {
  -webkit-animation-name: bounceInRight;
  animation-name: bounceInRight;
}
@-webkit-keyframes bounceInUp {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0) scaleY(5);
    transform: translate3d(0, 3000px, 0) scaleY(5);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0) scaleY(0.9);
    transform: translate3d(0, -20px, 0) scaleY(0.9);
  }

  75% {
    -webkit-transform: translate3d(0, 10px, 0) scaleY(0.95);
    transform: translate3d(0, 10px, 0) scaleY(0.95);
  }

  90% {
    -webkit-transform: translate3d(0, -5px, 0) scaleY(0.985);
    transform: translate3d(0, -5px, 0) scaleY(0.985);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes bounceInUp {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0) scaleY(5);
    transform: translate3d(0, 3000px, 0) scaleY(5);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0) scaleY(0.9);
    transform: translate3d(0, -20px, 0) scaleY(0.9);
  }

  75% {
    -webkit-transform: translate3d(0, 10px, 0) scaleY(0.95);
    transform: translate3d(0, 10px, 0) scaleY(0.95);
  }

  90% {
    -webkit-transform: translate3d(0, -5px, 0) scaleY(0.985);
    transform: translate3d(0, -5px, 0) scaleY(0.985);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.animate__bounceInUp {
  -webkit-animation-name: bounceInUp;
  animation-name: bounceInUp;
}
/* Bouncing exits  */
@-webkit-keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }

  50%,
  55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }

  to {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
}
@keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }

  50%,
  55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }

  to {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
}
.animate__bounceOut {
  -webkit-animation-duration: calc(1s * 0.75);
  animation-duration: calc(1s * 0.75);
  -webkit-animation-duration: calc(var(--animate-duration) * 0.75);
  animation-duration: calc(var(--animate-duration) * 0.75);
  -webkit-animation-name: bounceOut;
  animation-name: bounceOut;
}
@-webkit-keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0) scaleY(0.985);
    transform: translate3d(0, 10px, 0) scaleY(0.985);
  }

  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0) scaleY(0.9);
    transform: translate3d(0, -20px, 0) scaleY(0.9);
  }

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

  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0) scaleY(0.9);
    transform: translate3d(0, -20px, 0) scaleY(0.9);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0) scaleY(3);
    transform: translate3d(0, 2000px, 0) scaleY(3);
  }
}
.animate__bounceOutDown {
  -webkit-animation-name: bounceOutDown;
  animation-name: bounceOutDown;
}
@-webkit-keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0) scaleX(0.9);
    transform: translate3d(20px, 0, 0) scaleX(0.9);
  }

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

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

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

  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0) scaleX(2);
    transform: translate3d(2000px, 0, 0) scaleX(2);
  }
}
.animate__bounceOutRight {
  -webkit-animation-name: bounceOutRight;
  animation-name: bounceOutRight;
}
@-webkit-keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0) scaleY(0.985);
    transform: translate3d(0, -10px, 0) scaleY(0.985);
  }

  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0) scaleY(0.9);
    transform: translate3d(0, 20px, 0) scaleY(0.9);
  }

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

  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0) scaleY(0.9);
    transform: translate3d(0, 20px, 0) scaleY(0.9);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0) scaleY(3);
    transform: translate3d(0, -2000px, 0) scaleY(3);
  }
}
.animate__bounceOutUp {
  -webkit-animation-name: bounceOutUp;
  animation-name: bounceOutUp;
}
/* Fading entrances  */
@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }

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

  to {
    opacity: 1;
  }
}
.animate__fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}
@-webkit-keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }

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

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.animate__fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}
@-webkit-keyframes fadeInDownBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }

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

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.animate__fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
  animation-name: fadeInDownBig;
}
@-webkit-keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }

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

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.animate__fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}
@-webkit-keyframes fadeInLeftBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }

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

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.animate__fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBig;
  animation-name: fadeInLeftBig;
}
@-webkit-keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }

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

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.animate__fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}
@-webkit-keyframes fadeInRightBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }

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

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.animate__fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
  animation-name: fadeInRightBig;
}
@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }

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

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.animate__fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}
@-webkit-keyframes fadeInUpBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }

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

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.animate__fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig;
}
@-webkit-keyframes fadeInTopLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, -100%, 0);
    transform: translate3d(-100%, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInTopLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, -100%, 0);
    transform: translate3d(-100%, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.animate__fadeInTopLeft {
  -webkit-animation-name: fadeInTopLeft;
  animation-name: fadeInTopLeft;
}
@-webkit-keyframes fadeInTopRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, -100%, 0);
    transform: translate3d(100%, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInTopRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, -100%, 0);
    transform: translate3d(100%, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.animate__fadeInTopRight {
  -webkit-animation-name: fadeInTopRight;
  animation-name: fadeInTopRight;
}
@-webkit-keyframes fadeInBottomLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 100%, 0);
    transform: translate3d(-100%, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInBottomLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 100%, 0);
    transform: translate3d(-100%, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.animate__fadeInBottomLeft {
  -webkit-animation-name: fadeInBottomLeft;
  animation-name: fadeInBottomLeft;
}
@-webkit-keyframes fadeInBottomRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 100%, 0);
    transform: translate3d(100%, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInBottomRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 100%, 0);
    transform: translate3d(100%, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.animate__fadeInBottomRight {
  -webkit-animation-name: fadeInBottomRight;
  animation-name: fadeInBottomRight;
}
/* Fading exits */
@-webkit-keyframes fadeOut {
  from {
    opacity: 1;
  }

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

  to {
    opacity: 0;
  }
}
.animate__fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}
@-webkit-keyframes fadeOutDown {
  from {
    opacity: 1;
  }

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

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
.animate__fadeOutDown {
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown;
}
@-webkit-keyframes fadeOutDownBig {
  from {
    opacity: 1;
  }

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

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
.animate__fadeOutDownBig {
  -webkit-animation-name: fadeOutDownBig;
  animation-name: fadeOutDownBig;
}
@-webkit-keyframes fadeOutLeft {
  from {
    opacity: 1;
  }

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

  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
.animate__fadeOutLeft {
  -webkit-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft;
}
@-webkit-keyframes fadeOutLeftBig {
  from {
    opacity: 1;
  }

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

  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
.animate__fadeOutLeftBig {
  -webkit-animation-name: fadeOutLeftBig;
  animation-name: fadeOutLeftBig;
}
@-webkit-keyframes fadeOutRight {
  from {
    opacity: 1;
  }

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

  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
.animate__fadeOutRight {
  -webkit-animation-name: fadeOutRight;
  animation-name: fadeOutRight;
}
@-webkit-keyframes fadeOutRightBig {
  from {
    opacity: 1;
  }

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

  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
.animate__fadeOutRightBig {
  -webkit-animation-name: fadeOutRightBig;
  animation-name: fadeOutRightBig;
}
@-webkit-keyframes fadeOutUp {
  from {
    opacity: 1;
  }

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

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
.animate__fadeOutUp {
  -webkit-animation-name: fadeOutUp;
  animation-name: fadeOutUp;
}
@-webkit-keyframes fadeOutUpBig {
  from {
    opacity: 1;
  }

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

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
.animate__fadeOutUpBig {
  -webkit-animation-name: fadeOutUpBig;
  animation-name: fadeOutUpBig;
}
@-webkit-keyframes fadeOutTopLeft {
  from {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, -100%, 0);
    transform: translate3d(-100%, -100%, 0);
  }
}
@keyframes fadeOutTopLeft {
  from {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, -100%, 0);
    transform: translate3d(-100%, -100%, 0);
  }
}
.animate__fadeOutTopLeft {
  -webkit-animation-name: fadeOutTopLeft;
  animation-name: fadeOutTopLeft;
}
@-webkit-keyframes fadeOutTopRight {
  from {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, -100%, 0);
    transform: translate3d(100%, -100%, 0);
  }
}
@keyframes fadeOutTopRight {
  from {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, -100%, 0);
    transform: translate3d(100%, -100%, 0);
  }
}
.animate__fadeOutTopRight {
  -webkit-animation-name: fadeOutTopRight;
  animation-name: fadeOutTopRight;
}
@-webkit-keyframes fadeOutBottomRight {
  from {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 100%, 0);
    transform: translate3d(100%, 100%, 0);
  }
}
@keyframes fadeOutBottomRight {
  from {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 100%, 0);
    transform: translate3d(100%, 100%, 0);
  }
}
.animate__fadeOutBottomRight {
  -webkit-animation-name: fadeOutBottomRight;
  animation-name: fadeOutBottomRight;
}
@-webkit-keyframes fadeOutBottomLeft {
  from {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 100%, 0);
    transform: translate3d(-100%, 100%, 0);
  }
}
@keyframes fadeOutBottomLeft {
  from {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 100%, 0);
    transform: translate3d(-100%, 100%, 0);
  }
}
.animate__fadeOutBottomLeft {
  -webkit-animation-name: fadeOutBottomLeft;
  animation-name: fadeOutBottomLeft;
}
/* Flippers */
@-webkit-keyframes flip {
  from {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  40% {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px)
      rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px)
      rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  50% {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px)
      rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px)
      rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0)
      rotate3d(0, 1, 0, 0deg);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0)
      rotate3d(0, 1, 0, 0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  to {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}
@keyframes flip {
  from {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  40% {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px)
      rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px)
      rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  50% {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px)
      rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px)
      rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0)
      rotate3d(0, 1, 0, 0deg);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0)
      rotate3d(0, 1, 0, 0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  to {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}
.animate__animated.animate__flip {
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-animation-name: flip;
  animation-name: flip;
}
@-webkit-keyframes flipInX {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }

  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
@keyframes flipInX {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }

  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
.animate__flipInX {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInX;
  animation-name: flipInX;
}
@-webkit-keyframes flipInY {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }

  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
@keyframes flipInY {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }

  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
.animate__flipInY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInY;
  animation-name: flipInY;
}
@-webkit-keyframes flipOutX {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }

  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }

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

  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }

  to {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}
.animate__flipOutX {
  -webkit-animation-duration: calc(1s * 0.75);
  animation-duration: calc(1s * 0.75);
  -webkit-animation-duration: calc(var(--animate-duration) * 0.75);
  animation-duration: calc(var(--animate-duration) * 0.75);
  -webkit-animation-name: flipOutX;
  animation-name: flipOutX;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
}
@-webkit-keyframes flipOutY {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }

  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }

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

  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }

  to {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}
.animate__flipOutY {
  -webkit-animation-duration: calc(1s * 0.75);
  animation-duration: calc(1s * 0.75);
  -webkit-animation-duration: calc(var(--animate-duration) * 0.75);
  animation-duration: calc(var(--animate-duration) * 0.75);
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipOutY;
  animation-name: flipOutY;
}
/* Lightspeed */
@-webkit-keyframes lightSpeedInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }

  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
  }

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

  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.animate__lightSpeedInRight {
  -webkit-animation-name: lightSpeedInRight;
  animation-name: lightSpeedInRight;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}
@-webkit-keyframes lightSpeedInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0) skewX(30deg);
    transform: translate3d(-100%, 0, 0) skewX(30deg);
    opacity: 0;
  }

  60% {
    -webkit-transform: skewX(-20deg);
    transform: skewX(-20deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: skewX(5deg);
    transform: skewX(5deg);
  }

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

  60% {
    -webkit-transform: skewX(-20deg);
    transform: skewX(-20deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: skewX(5deg);
    transform: skewX(5deg);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.animate__lightSpeedInLeft {
  -webkit-animation-name: lightSpeedInLeft;
  animation-name: lightSpeedInLeft;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}
@-webkit-keyframes lightSpeedOutRight {
  from {
    opacity: 1;
  }

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

  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}
.animate__lightSpeedOutRight {
  -webkit-animation-name: lightSpeedOutRight;
  animation-name: lightSpeedOutRight;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
}
@-webkit-keyframes lightSpeedOutLeft {
  from {
    opacity: 1;
  }

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

  to {
    -webkit-transform: translate3d(-100%, 0, 0) skewX(-30deg);
    transform: translate3d(-100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }
}
.animate__lightSpeedOutLeft {
  -webkit-animation-name: lightSpeedOutLeft;
  animation-name: lightSpeedOutLeft;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
}
/* Rotating entrances */
@-webkit-keyframes rotateIn {
  from {
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }

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

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
.animate__rotateIn {
  -webkit-animation-name: rotateIn;
  animation-name: rotateIn;
  -webkit-transform-origin: center;
  transform-origin: center;
}
@-webkit-keyframes rotateInDownLeft {
  from {
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }

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

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
.animate__rotateInDownLeft {
  -webkit-animation-name: rotateInDownLeft;
  animation-name: rotateInDownLeft;
  -webkit-transform-origin: left bottom;
  transform-origin: left bottom;
}
@-webkit-keyframes rotateInDownRight {
  from {
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }

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

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
.animate__rotateInDownRight {
  -webkit-animation-name: rotateInDownRight;
  animation-name: rotateInDownRight;
  -webkit-transform-origin: right bottom;
  transform-origin: right bottom;
}
@-webkit-keyframes rotateInUpLeft {
  from {
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }

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

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
.animate__rotateInUpLeft {
  -webkit-animation-name: rotateInUpLeft;
  animation-name: rotateInUpLeft;
  -webkit-transform-origin: left bottom;
  transform-origin: left bottom;
}
@-webkit-keyframes rotateInUpRight {
  from {
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }

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

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
.animate__rotateInUpRight {
  -webkit-animation-name: rotateInUpRight;
  animation-name: rotateInUpRight;
  -webkit-transform-origin: right bottom;
  transform-origin: right bottom;
}
/* Rotating exits */
@-webkit-keyframes rotateOut {
  from {
    opacity: 1;
  }

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

  to {
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}
.animate__rotateOut {
  -webkit-animation-name: rotateOut;
  animation-name: rotateOut;
  -webkit-transform-origin: center;
  transform-origin: center;
}
@-webkit-keyframes rotateOutDownLeft {
  from {
    opacity: 1;
  }

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

  to {
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}
.animate__rotateOutDownLeft {
  -webkit-animation-name: rotateOutDownLeft;
  animation-name: rotateOutDownLeft;
  -webkit-transform-origin: left bottom;
  transform-origin: left bottom;
}
@-webkit-keyframes rotateOutDownRight {
  from {
    opacity: 1;
  }

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

  to {
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
.animate__rotateOutDownRight {
  -webkit-animation-name: rotateOutDownRight;
  animation-name: rotateOutDownRight;
  -webkit-transform-origin: right bottom;
  transform-origin: right bottom;
}
@-webkit-keyframes rotateOutUpLeft {
  from {
    opacity: 1;
  }

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

  to {
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
.animate__rotateOutUpLeft {
  -webkit-animation-name: rotateOutUpLeft;
  animation-name: rotateOutUpLeft;
  -webkit-transform-origin: left bottom;
  transform-origin: left bottom;
}
@-webkit-keyframes rotateOutUpRight {
  from {
    opacity: 1;
  }

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

  to {
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}
.animate__rotateOutUpRight {
  -webkit-animation-name: rotateOutUpRight;
  animation-name: rotateOutUpRight;
  -webkit-transform-origin: right bottom;
  transform-origin: right bottom;
}
/* Specials */
@-webkit-keyframes hinge {
  0% {
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  20%,
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  40%,
  80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }

  to {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}
@keyframes hinge {
  0% {
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  20%,
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  40%,
  80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }

  to {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}
.animate__hinge {
  -webkit-animation-duration: calc(1s * 2);
  animation-duration: calc(1s * 2);
  -webkit-animation-duration: calc(var(--animate-duration) * 2);
  animation-duration: calc(var(--animate-duration) * 2);
  -webkit-animation-name: hinge;
  animation-name: hinge;
  -webkit-transform-origin: top left;
  transform-origin: top left;
}
@-webkit-keyframes jackInTheBox {
  from {
    opacity: 0;
    -webkit-transform: scale(0.1) rotate(30deg);
    transform: scale(0.1) rotate(30deg);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
  }

  50% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }

  70% {
    -webkit-transform: rotate(3deg);
    transform: rotate(3deg);
  }

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

  50% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }

  70% {
    -webkit-transform: rotate(3deg);
    transform: rotate(3deg);
  }

  to {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
.animate__jackInTheBox {
  -webkit-animation-name: jackInTheBox;
  animation-name: jackInTheBox;
}
/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes rollIn {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }

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

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.animate__rollIn {
  -webkit-animation-name: rollIn;
  animation-name: rollIn;
}
/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes rollOut {
  from {
    opacity: 1;
  }

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

  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}
.animate__rollOut {
  -webkit-animation-name: rollOut;
  animation-name: rollOut;
}
/* Zooming entrances */
@-webkit-keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }

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

  50% {
    opacity: 1;
  }
}
.animate__zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
}
@-webkit-keyframes zoomInDown {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

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

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

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

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

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

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

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

  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.animate__zoomInUp {
  -webkit-animation-name: zoomInUp;
  animation-name: zoomInUp;
}
/* Zooming exits */
@-webkit-keyframes zoomOut {
  from {
    opacity: 1;
  }

  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }

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

  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }

  to {
    opacity: 0;
  }
}
.animate__zoomOut {
  -webkit-animation-name: zoomOut;
  animation-name: zoomOut;
}
@-webkit-keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

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

  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.animate__zoomOutDown {
  -webkit-animation-name: zoomOutDown;
  animation-name: zoomOutDown;
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom;
}
@-webkit-keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }

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

  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
  }
}
.animate__zoomOutLeft {
  -webkit-animation-name: zoomOutLeft;
  animation-name: zoomOutLeft;
  -webkit-transform-origin: left center;
  transform-origin: left center;
}
@-webkit-keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }

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

  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
  }
}
.animate__zoomOutRight {
  -webkit-animation-name: zoomOutRight;
  animation-name: zoomOutRight;
  -webkit-transform-origin: right center;
  transform-origin: right center;
}
@-webkit-keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

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

  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.animate__zoomOutUp {
  -webkit-animation-name: zoomOutUp;
  animation-name: zoomOutUp;
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom;
}
/* Sliding entrances */
@-webkit-keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }

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

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.animate__slideInDown {
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown;
}
@-webkit-keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }

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

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.animate__slideInLeft {
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft;
}
@-webkit-keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }

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

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.animate__slideInRight {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight;
}
@-webkit-keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }

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

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.animate__slideInUp {
  -webkit-animation-name: slideInUp;
  animation-name: slideInUp;
}
/* Sliding exits */
@-webkit-keyframes slideOutDown {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

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

  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
.animate__slideOutDown {
  -webkit-animation-name: slideOutDown;
  animation-name: slideOutDown;
}
@-webkit-keyframes slideOutLeft {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

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

  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
.animate__slideOutLeft {
  -webkit-animation-name: slideOutLeft;
  animation-name: slideOutLeft;
}
@-webkit-keyframes slideOutRight {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

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

  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
.animate__slideOutRight {
  -webkit-animation-name: slideOutRight;
  animation-name: slideOutRight;
}
@-webkit-keyframes slideOutUp {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

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

  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
.animate__slideOutUp {
  -webkit-animation-name: slideOutUp;
  animation-name: slideOutUp;
}
@charset "UTF-8";
/*!
 * Bootstrap Grid v4.5.0 (https://getbootstrap.com/)
 * Copyright 2011-2020 The Bootstrap Authors
 * Copyright 2011-2020 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
html {
  box-sizing: border-box;
  -ms-overflow-style: scrollbar;
}

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

.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
}

.container-fluid, .container-xl, .container-lg, .container-md, .container-sm {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container-sm, .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container-md, .container-sm, .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container-lg, .container-md, .container-sm, .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1140px;
  }
}
.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.no-gutters {
  margin-right: 0;
  margin-left: 0;
}
.no-gutters > .col,
.no-gutters > [class*=col-] {
  padding-right: 0;
  padding-left: 0;
}

.col-xl,
.col-xl-auto, .col-xl-12, .col-xl-11, .col-xl-10, .col-xl-9, .col-xl-8, .col-xl-7, .col-xl-6, .col-xl-5, .col-xl-4, .col-xl-3, .col-xl-2, .col-xl-1, .col-lg,
.col-lg-auto, .col-lg-12, .col-lg-11, .col-lg-10, .col-lg-9, .col-lg-8, .col-lg-7, .col-lg-6, .col-lg-5, .col-lg-4, .col-lg-3, .col-lg-2, .col-lg-1, .col-md,
.col-md-auto, .col-md-12, .col-md-11, .col-md-10, .col-md-9, .col-md-8, .col-md-7, .col-md-6, .col-md-5, .col-md-4, .col-md-3, .col-md-2, .col-md-1, .col-sm,
.col-sm-auto, .col-sm-12, .col-sm-11, .col-sm-10, .col-sm-9, .col-sm-8, .col-sm-7, .col-sm-6, .col-sm-5, .col-sm-4, .col-sm-3, .col-sm-2, .col-sm-1, .col,
.col-auto, .col-12, .col-11, .col-10, .col-9, .col-8, .col-7, .col-6, .col-5, .col-4, .col-3, .col-2, .col-1 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

.col {
  flex-basis: 0;
  flex-grow: 1;
  min-width: 0;
  max-width: 100%;
}

.row-cols-1 > * {
  flex: 0 0 100%;
  max-width: 100%;
}

.row-cols-2 > * {
  flex: 0 0 50%;
  max-width: 50%;
}

.row-cols-3 > * {
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}

.row-cols-4 > * {
  flex: 0 0 25%;
  max-width: 25%;
}

.row-cols-5 > * {
  flex: 0 0 20%;
  max-width: 20%;
}

.row-cols-6 > * {
  flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%;
}

.col-auto {
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}

.col-1 {
  flex: 0 0 8.3333333333%;
  max-width: 8.3333333333%;
}

.col-2 {
  flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%;
}

.col-3 {
  flex: 0 0 25%;
  max-width: 25%;
}

.col-4 {
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}

.col-5 {
  flex: 0 0 41.6666666667%;
  max-width: 41.6666666667%;
}

.col-6 {
  flex: 0 0 50%;
  max-width: 50%;
}

.col-7 {
  flex: 0 0 58.3333333333%;
  max-width: 58.3333333333%;
}

.col-8 {
  flex: 0 0 66.6666666667%;
  max-width: 66.6666666667%;
}

.col-9 {
  flex: 0 0 75%;
  max-width: 75%;
}

.col-10 {
  flex: 0 0 83.3333333333%;
  max-width: 83.3333333333%;
}

.col-11 {
  flex: 0 0 91.6666666667%;
  max-width: 91.6666666667%;
}

.col-12 {
  flex: 0 0 100%;
  max-width: 100%;
}

.order-first {
  order: -1;
}

.order-last {
  order: 13;
}

.order-0 {
  order: 0;
}

.order-1 {
  order: 1;
}

.order-2 {
  order: 2;
}

.order-3 {
  order: 3;
}

.order-4 {
  order: 4;
}

.order-5 {
  order: 5;
}

.order-6 {
  order: 6;
}

.order-7 {
  order: 7;
}

.order-8 {
  order: 8;
}

.order-9 {
  order: 9;
}

.order-10 {
  order: 10;
}

.order-11 {
  order: 11;
}

.order-12 {
  order: 12;
}

.offset-1 {
  margin-left: 8.3333333333%;
}

.offset-2 {
  margin-left: 16.6666666667%;
}

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

.offset-4 {
  margin-left: 33.3333333333%;
}

.offset-5 {
  margin-left: 41.6666666667%;
}

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

.offset-7 {
  margin-left: 58.3333333333%;
}

.offset-8 {
  margin-left: 66.6666666667%;
}

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

.offset-10 {
  margin-left: 83.3333333333%;
}

.offset-11 {
  margin-left: 91.6666666667%;
}

@media (min-width: 576px) {
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    min-width: 0;
    max-width: 100%;
  }

  .row-cols-sm-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .row-cols-sm-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .row-cols-sm-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .row-cols-sm-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .row-cols-sm-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }

  .row-cols-sm-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }

  .col-sm-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }

  .col-sm-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-sm-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .col-sm-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }

  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-sm-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }

  .col-sm-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }

  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-sm-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }

  .col-sm-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }

  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .order-sm-first {
    order: -1;
  }

  .order-sm-last {
    order: 13;
  }

  .order-sm-0 {
    order: 0;
  }

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

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

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

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

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

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

  .order-sm-7 {
    order: 7;
  }

  .order-sm-8 {
    order: 8;
  }

  .order-sm-9 {
    order: 9;
  }

  .order-sm-10 {
    order: 10;
  }

  .order-sm-11 {
    order: 11;
  }

  .order-sm-12 {
    order: 12;
  }

  .offset-sm-0 {
    margin-left: 0;
  }

  .offset-sm-1 {
    margin-left: 8.3333333333%;
  }

  .offset-sm-2 {
    margin-left: 16.6666666667%;
  }

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

  .offset-sm-4 {
    margin-left: 33.3333333333%;
  }

  .offset-sm-5 {
    margin-left: 41.6666666667%;
  }

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

  .offset-sm-7 {
    margin-left: 58.3333333333%;
  }

  .offset-sm-8 {
    margin-left: 66.6666666667%;
  }

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

  .offset-sm-10 {
    margin-left: 83.3333333333%;
  }

  .offset-sm-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 768px) {
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    min-width: 0;
    max-width: 100%;
  }

  .row-cols-md-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .row-cols-md-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .row-cols-md-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .row-cols-md-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .row-cols-md-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }

  .row-cols-md-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }

  .col-md-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }

  .col-md-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-md-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .col-md-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }

  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-md-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }

  .col-md-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }

  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-md-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }

  .col-md-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }

  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .order-md-first {
    order: -1;
  }

  .order-md-last {
    order: 13;
  }

  .order-md-0 {
    order: 0;
  }

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

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

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

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

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

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

  .order-md-7 {
    order: 7;
  }

  .order-md-8 {
    order: 8;
  }

  .order-md-9 {
    order: 9;
  }

  .order-md-10 {
    order: 10;
  }

  .order-md-11 {
    order: 11;
  }

  .order-md-12 {
    order: 12;
  }

  .offset-md-0 {
    margin-left: 0;
  }

  .offset-md-1 {
    margin-left: 8.3333333333%;
  }

  .offset-md-2 {
    margin-left: 16.6666666667%;
  }

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

  .offset-md-4 {
    margin-left: 33.3333333333%;
  }

  .offset-md-5 {
    margin-left: 41.6666666667%;
  }

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

  .offset-md-7 {
    margin-left: 58.3333333333%;
  }

  .offset-md-8 {
    margin-left: 66.6666666667%;
  }

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

  .offset-md-10 {
    margin-left: 83.3333333333%;
  }

  .offset-md-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 992px) {
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    min-width: 0;
    max-width: 100%;
  }

  .row-cols-lg-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .row-cols-lg-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .row-cols-lg-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .row-cols-lg-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .row-cols-lg-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }

  .row-cols-lg-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }

  .col-lg-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }

  .col-lg-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-lg-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .col-lg-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }

  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-lg-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }

  .col-lg-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }

  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-lg-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }

  .col-lg-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }

  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .order-lg-first {
    order: -1;
  }

  .order-lg-last {
    order: 13;
  }

  .order-lg-0 {
    order: 0;
  }

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

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

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

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

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

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

  .order-lg-7 {
    order: 7;
  }

  .order-lg-8 {
    order: 8;
  }

  .order-lg-9 {
    order: 9;
  }

  .order-lg-10 {
    order: 10;
  }

  .order-lg-11 {
    order: 11;
  }

  .order-lg-12 {
    order: 12;
  }

  .offset-lg-0 {
    margin-left: 0;
  }

  .offset-lg-1 {
    margin-left: 8.3333333333%;
  }

  .offset-lg-2 {
    margin-left: 16.6666666667%;
  }

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

  .offset-lg-4 {
    margin-left: 33.3333333333%;
  }

  .offset-lg-5 {
    margin-left: 41.6666666667%;
  }

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

  .offset-lg-7 {
    margin-left: 58.3333333333%;
  }

  .offset-lg-8 {
    margin-left: 66.6666666667%;
  }

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

  .offset-lg-10 {
    margin-left: 83.3333333333%;
  }

  .offset-lg-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    min-width: 0;
    max-width: 100%;
  }

  .row-cols-xl-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .row-cols-xl-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .row-cols-xl-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .row-cols-xl-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .row-cols-xl-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }

  .row-cols-xl-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }

  .col-xl-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }

  .col-xl-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-xl-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .col-xl-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }

  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-xl-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }

  .col-xl-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }

  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-xl-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }

  .col-xl-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }

  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .order-xl-first {
    order: -1;
  }

  .order-xl-last {
    order: 13;
  }

  .order-xl-0 {
    order: 0;
  }

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

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

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

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

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

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

  .order-xl-7 {
    order: 7;
  }

  .order-xl-8 {
    order: 8;
  }

  .order-xl-9 {
    order: 9;
  }

  .order-xl-10 {
    order: 10;
  }

  .order-xl-11 {
    order: 11;
  }

  .order-xl-12 {
    order: 12;
  }

  .offset-xl-0 {
    margin-left: 0;
  }

  .offset-xl-1 {
    margin-left: 8.3333333333%;
  }

  .offset-xl-2 {
    margin-left: 16.6666666667%;
  }

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

  .offset-xl-4 {
    margin-left: 33.3333333333%;
  }

  .offset-xl-5 {
    margin-left: 41.6666666667%;
  }

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

  .offset-xl-7 {
    margin-left: 58.3333333333%;
  }

  .offset-xl-8 {
    margin-left: 66.6666666667%;
  }

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

  .offset-xl-10 {
    margin-left: 83.3333333333%;
  }

  .offset-xl-11 {
    margin-left: 91.6666666667%;
  }
}
.d-none {
  display: none !important;
}

.d-inline {
  display: inline !important;
}

.d-inline-block {
  display: inline-block !important;
}

.d-block {
  display: block !important;
}

.d-table {
  display: table !important;
}

.d-table-row {
  display: table-row !important;
}

.d-table-cell {
  display: table-cell !important;
}

.d-flex {
  display: flex !important;
}

.d-inline-flex {
  display: inline-flex !important;
}

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important;
  }

  .d-sm-inline {
    display: inline !important;
  }

  .d-sm-inline-block {
    display: inline-block !important;
  }

  .d-sm-block {
    display: block !important;
  }

  .d-sm-table {
    display: table !important;
  }

  .d-sm-table-row {
    display: table-row !important;
  }

  .d-sm-table-cell {
    display: table-cell !important;
  }

  .d-sm-flex {
    display: flex !important;
  }

  .d-sm-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 768px) {
  .d-md-none {
    display: none !important;
  }

  .d-md-inline {
    display: inline !important;
  }

  .d-md-inline-block {
    display: inline-block !important;
  }

  .d-md-block {
    display: block !important;
  }

  .d-md-table {
    display: table !important;
  }

  .d-md-table-row {
    display: table-row !important;
  }

  .d-md-table-cell {
    display: table-cell !important;
  }

  .d-md-flex {
    display: flex !important;
  }

  .d-md-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 992px) {
  .d-lg-none {
    display: none !important;
  }

  .d-lg-inline {
    display: inline !important;
  }

  .d-lg-inline-block {
    display: inline-block !important;
  }

  .d-lg-block {
    display: block !important;
  }

  .d-lg-table {
    display: table !important;
  }

  .d-lg-table-row {
    display: table-row !important;
  }

  .d-lg-table-cell {
    display: table-cell !important;
  }

  .d-lg-flex {
    display: flex !important;
  }

  .d-lg-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important;
  }

  .d-xl-inline {
    display: inline !important;
  }

  .d-xl-inline-block {
    display: inline-block !important;
  }

  .d-xl-block {
    display: block !important;
  }

  .d-xl-table {
    display: table !important;
  }

  .d-xl-table-row {
    display: table-row !important;
  }

  .d-xl-table-cell {
    display: table-cell !important;
  }

  .d-xl-flex {
    display: flex !important;
  }

  .d-xl-inline-flex {
    display: inline-flex !important;
  }
}
@media print {
  .d-print-none {
    display: none !important;
  }

  .d-print-inline {
    display: inline !important;
  }

  .d-print-inline-block {
    display: inline-block !important;
  }

  .d-print-block {
    display: block !important;
  }

  .d-print-table {
    display: table !important;
  }

  .d-print-table-row {
    display: table-row !important;
  }

  .d-print-table-cell {
    display: table-cell !important;
  }

  .d-print-flex {
    display: flex !important;
  }

  .d-print-inline-flex {
    display: inline-flex !important;
  }
}
.flex-row {
  flex-direction: row !important;
}

.flex-column {
  flex-direction: column !important;
}

.flex-row-reverse {
  flex-direction: row-reverse !important;
}

.flex-column-reverse {
  flex-direction: column-reverse !important;
}

.flex-wrap {
  flex-wrap: wrap !important;
}

.flex-nowrap {
  flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important;
}

.flex-fill {
  flex: 1 1 auto !important;
}

.flex-grow-0 {
  flex-grow: 0 !important;
}

.flex-grow-1 {
  flex-grow: 1 !important;
}

.flex-shrink-0 {
  flex-shrink: 0 !important;
}

.flex-shrink-1 {
  flex-shrink: 1 !important;
}

.justify-content-start {
  justify-content: flex-start !important;
}

.justify-content-end {
  justify-content: flex-end !important;
}

.justify-content-center {
  justify-content: center !important;
}

.justify-content-between {
  justify-content: space-between !important;
}

.justify-content-around {
  justify-content: space-around !important;
}

.align-items-start {
  align-items: flex-start !important;
}

.align-items-end {
  align-items: flex-end !important;
}

.align-items-center {
  align-items: center !important;
}

.align-items-baseline {
  align-items: baseline !important;
}

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

.align-content-start {
  align-content: flex-start !important;
}

.align-content-end {
  align-content: flex-end !important;
}

.align-content-center {
  align-content: center !important;
}

.align-content-between {
  align-content: space-between !important;
}

.align-content-around {
  align-content: space-around !important;
}

.align-content-stretch {
  align-content: stretch !important;
}

.align-self-auto {
  align-self: auto !important;
}

.align-self-start {
  align-self: flex-start !important;
}

.align-self-end {
  align-self: flex-end !important;
}

.align-self-center {
  align-self: center !important;
}

.align-self-baseline {
  align-self: baseline !important;
}

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

@media (min-width: 576px) {
  .flex-sm-row {
    flex-direction: row !important;
  }

  .flex-sm-column {
    flex-direction: column !important;
  }

  .flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }

  .flex-sm-wrap {
    flex-wrap: wrap !important;
  }

  .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .flex-sm-fill {
    flex: 1 1 auto !important;
  }

  .flex-sm-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-sm-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-sm-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-sm-shrink-1 {
    flex-shrink: 1 !important;
  }

  .justify-content-sm-start {
    justify-content: flex-start !important;
  }

  .justify-content-sm-end {
    justify-content: flex-end !important;
  }

  .justify-content-sm-center {
    justify-content: center !important;
  }

  .justify-content-sm-between {
    justify-content: space-between !important;
  }

  .justify-content-sm-around {
    justify-content: space-around !important;
  }

  .align-items-sm-start {
    align-items: flex-start !important;
  }

  .align-items-sm-end {
    align-items: flex-end !important;
  }

  .align-items-sm-center {
    align-items: center !important;
  }

  .align-items-sm-baseline {
    align-items: baseline !important;
  }

  .align-items-sm-stretch {
    align-items: stretch !important;
  }

  .align-content-sm-start {
    align-content: flex-start !important;
  }

  .align-content-sm-end {
    align-content: flex-end !important;
  }

  .align-content-sm-center {
    align-content: center !important;
  }

  .align-content-sm-between {
    align-content: space-between !important;
  }

  .align-content-sm-around {
    align-content: space-around !important;
  }

  .align-content-sm-stretch {
    align-content: stretch !important;
  }

  .align-self-sm-auto {
    align-self: auto !important;
  }

  .align-self-sm-start {
    align-self: flex-start !important;
  }

  .align-self-sm-end {
    align-self: flex-end !important;
  }

  .align-self-sm-center {
    align-self: center !important;
  }

  .align-self-sm-baseline {
    align-self: baseline !important;
  }

  .align-self-sm-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 768px) {
  .flex-md-row {
    flex-direction: row !important;
  }

  .flex-md-column {
    flex-direction: column !important;
  }

  .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }

  .flex-md-wrap {
    flex-wrap: wrap !important;
  }

  .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .flex-md-fill {
    flex: 1 1 auto !important;
  }

  .flex-md-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-md-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-md-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-md-shrink-1 {
    flex-shrink: 1 !important;
  }

  .justify-content-md-start {
    justify-content: flex-start !important;
  }

  .justify-content-md-end {
    justify-content: flex-end !important;
  }

  .justify-content-md-center {
    justify-content: center !important;
  }

  .justify-content-md-between {
    justify-content: space-between !important;
  }

  .justify-content-md-around {
    justify-content: space-around !important;
  }

  .align-items-md-start {
    align-items: flex-start !important;
  }

  .align-items-md-end {
    align-items: flex-end !important;
  }

  .align-items-md-center {
    align-items: center !important;
  }

  .align-items-md-baseline {
    align-items: baseline !important;
  }

  .align-items-md-stretch {
    align-items: stretch !important;
  }

  .align-content-md-start {
    align-content: flex-start !important;
  }

  .align-content-md-end {
    align-content: flex-end !important;
  }

  .align-content-md-center {
    align-content: center !important;
  }

  .align-content-md-between {
    align-content: space-between !important;
  }

  .align-content-md-around {
    align-content: space-around !important;
  }

  .align-content-md-stretch {
    align-content: stretch !important;
  }

  .align-self-md-auto {
    align-self: auto !important;
  }

  .align-self-md-start {
    align-self: flex-start !important;
  }

  .align-self-md-end {
    align-self: flex-end !important;
  }

  .align-self-md-center {
    align-self: center !important;
  }

  .align-self-md-baseline {
    align-self: baseline !important;
  }

  .align-self-md-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 992px) {
  .flex-lg-row {
    flex-direction: row !important;
  }

  .flex-lg-column {
    flex-direction: column !important;
  }

  .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }

  .flex-lg-wrap {
    flex-wrap: wrap !important;
  }

  .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .flex-lg-fill {
    flex: 1 1 auto !important;
  }

  .flex-lg-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-lg-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-lg-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-lg-shrink-1 {
    flex-shrink: 1 !important;
  }

  .justify-content-lg-start {
    justify-content: flex-start !important;
  }

  .justify-content-lg-end {
    justify-content: flex-end !important;
  }

  .justify-content-lg-center {
    justify-content: center !important;
  }

  .justify-content-lg-between {
    justify-content: space-between !important;
  }

  .justify-content-lg-around {
    justify-content: space-around !important;
  }

  .align-items-lg-start {
    align-items: flex-start !important;
  }

  .align-items-lg-end {
    align-items: flex-end !important;
  }

  .align-items-lg-center {
    align-items: center !important;
  }

  .align-items-lg-baseline {
    align-items: baseline !important;
  }

  .align-items-lg-stretch {
    align-items: stretch !important;
  }

  .align-content-lg-start {
    align-content: flex-start !important;
  }

  .align-content-lg-end {
    align-content: flex-end !important;
  }

  .align-content-lg-center {
    align-content: center !important;
  }

  .align-content-lg-between {
    align-content: space-between !important;
  }

  .align-content-lg-around {
    align-content: space-around !important;
  }

  .align-content-lg-stretch {
    align-content: stretch !important;
  }

  .align-self-lg-auto {
    align-self: auto !important;
  }

  .align-self-lg-start {
    align-self: flex-start !important;
  }

  .align-self-lg-end {
    align-self: flex-end !important;
  }

  .align-self-lg-center {
    align-self: center !important;
  }

  .align-self-lg-baseline {
    align-self: baseline !important;
  }

  .align-self-lg-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 1200px) {
  .flex-xl-row {
    flex-direction: row !important;
  }

  .flex-xl-column {
    flex-direction: column !important;
  }

  .flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }

  .flex-xl-wrap {
    flex-wrap: wrap !important;
  }

  .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .flex-xl-fill {
    flex: 1 1 auto !important;
  }

  .flex-xl-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-xl-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-xl-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-xl-shrink-1 {
    flex-shrink: 1 !important;
  }

  .justify-content-xl-start {
    justify-content: flex-start !important;
  }

  .justify-content-xl-end {
    justify-content: flex-end !important;
  }

  .justify-content-xl-center {
    justify-content: center !important;
  }

  .justify-content-xl-between {
    justify-content: space-between !important;
  }

  .justify-content-xl-around {
    justify-content: space-around !important;
  }

  .align-items-xl-start {
    align-items: flex-start !important;
  }

  .align-items-xl-end {
    align-items: flex-end !important;
  }

  .align-items-xl-center {
    align-items: center !important;
  }

  .align-items-xl-baseline {
    align-items: baseline !important;
  }

  .align-items-xl-stretch {
    align-items: stretch !important;
  }

  .align-content-xl-start {
    align-content: flex-start !important;
  }

  .align-content-xl-end {
    align-content: flex-end !important;
  }

  .align-content-xl-center {
    align-content: center !important;
  }

  .align-content-xl-between {
    align-content: space-between !important;
  }

  .align-content-xl-around {
    align-content: space-around !important;
  }

  .align-content-xl-stretch {
    align-content: stretch !important;
  }

  .align-self-xl-auto {
    align-self: auto !important;
  }

  .align-self-xl-start {
    align-self: flex-start !important;
  }

  .align-self-xl-end {
    align-self: flex-end !important;
  }

  .align-self-xl-center {
    align-self: center !important;
  }

  .align-self-xl-baseline {
    align-self: baseline !important;
  }

  .align-self-xl-stretch {
    align-self: stretch !important;
  }
}
.m-0 {
  margin: 0 !important;
}

.mt-0,
.my-0 {
  margin-top: 0 !important;
}

.mr-0,
.mx-0 {
  margin-right: 0 !important;
}

.mb-0,
.my-0 {
  margin-bottom: 0 !important;
}

.ml-0,
.mx-0 {
  margin-left: 0 !important;
}

.m-1 {
  margin: 0.25rem !important;
}

.mt-1,
.my-1 {
  margin-top: 0.25rem !important;
}

.mr-1,
.mx-1 {
  margin-right: 0.25rem !important;
}

.mb-1,
.my-1 {
  margin-bottom: 0.25rem !important;
}

.ml-1,
.mx-1 {
  margin-left: 0.25rem !important;
}

.m-2 {
  margin: 0.5rem !important;
}

.mt-2,
.my-2 {
  margin-top: 0.5rem !important;
}

.mr-2,
.mx-2 {
  margin-right: 0.5rem !important;
}

.mb-2,
.my-2 {
  margin-bottom: 0.5rem !important;
}

.ml-2,
.mx-2 {
  margin-left: 0.5rem !important;
}

.m-3 {
  margin: 1rem !important;
}

.mt-3,
.my-3 {
  margin-top: 1rem !important;
}

.mr-3,
.mx-3 {
  margin-right: 1rem !important;
}

.mb-3,
.my-3 {
  margin-bottom: 1rem !important;
}

.ml-3,
.mx-3 {
  margin-left: 1rem !important;
}

.m-4 {
  margin: 1.5rem !important;
}

.mt-4,
.my-4 {
  margin-top: 1.5rem !important;
}

.mr-4,
.mx-4 {
  margin-right: 1.5rem !important;
}

.mb-4,
.my-4 {
  margin-bottom: 1.5rem !important;
}

.ml-4,
.mx-4 {
  margin-left: 1.5rem !important;
}

.m-5 {
  margin: 3rem !important;
}

.mt-5,
.my-5 {
  margin-top: 3rem !important;
}

.mr-5,
.mx-5 {
  margin-right: 3rem !important;
}

.mb-5,
.my-5 {
  margin-bottom: 3rem !important;
}

.ml-5,
.mx-5 {
  margin-left: 3rem !important;
}

.p-0 {
  padding: 0 !important;
}

.pt-0,
.py-0 {
  padding-top: 0 !important;
}

.pr-0,
.px-0 {
  padding-right: 0 !important;
}

.pb-0,
.py-0 {
  padding-bottom: 0 !important;
}

.pl-0,
.px-0 {
  padding-left: 0 !important;
}

.p-1 {
  padding: 0.25rem !important;
}

.pt-1,
.py-1 {
  padding-top: 0.25rem !important;
}

.pr-1,
.px-1 {
  padding-right: 0.25rem !important;
}

.pb-1,
.py-1 {
  padding-bottom: 0.25rem !important;
}

.pl-1,
.px-1 {
  padding-left: 0.25rem !important;
}

.p-2 {
  padding: 0.5rem !important;
}

.pt-2,
.py-2 {
  padding-top: 0.5rem !important;
}

.pr-2,
.px-2 {
  padding-right: 0.5rem !important;
}

.pb-2,
.py-2 {
  padding-bottom: 0.5rem !important;
}

.pl-2,
.px-2 {
  padding-left: 0.5rem !important;
}

.p-3 {
  padding: 1rem !important;
}

.pt-3,
.py-3 {
  padding-top: 1rem !important;
}

.pr-3,
.px-3 {
  padding-right: 1rem !important;
}

.pb-3,
.py-3 {
  padding-bottom: 1rem !important;
}

.pl-3,
.px-3 {
  padding-left: 1rem !important;
}

.p-4 {
  padding: 1.5rem !important;
}

.pt-4,
.py-4 {
  padding-top: 1.5rem !important;
}

.pr-4,
.px-4 {
  padding-right: 1.5rem !important;
}

.pb-4,
.py-4 {
  padding-bottom: 1.5rem !important;
}

.pl-4,
.px-4 {
  padding-left: 1.5rem !important;
}

.p-5 {
  padding: 3rem !important;
}

.pt-5,
.py-5 {
  padding-top: 3rem !important;
}

.pr-5,
.px-5 {
  padding-right: 3rem !important;
}

.pb-5,
.py-5 {
  padding-bottom: 3rem !important;
}

.pl-5,
.px-5 {
  padding-left: 3rem !important;
}

.m-n1 {
  margin: -0.25rem !important;
}

.mt-n1,
.my-n1 {
  margin-top: -0.25rem !important;
}

.mr-n1,
.mx-n1 {
  margin-right: -0.25rem !important;
}

.mb-n1,
.my-n1 {
  margin-bottom: -0.25rem !important;
}

.ml-n1,
.mx-n1 {
  margin-left: -0.25rem !important;
}

.m-n2 {
  margin: -0.5rem !important;
}

.mt-n2,
.my-n2 {
  margin-top: -0.5rem !important;
}

.mr-n2,
.mx-n2 {
  margin-right: -0.5rem !important;
}

.mb-n2,
.my-n2 {
  margin-bottom: -0.5rem !important;
}

.ml-n2,
.mx-n2 {
  margin-left: -0.5rem !important;
}

.m-n3 {
  margin: -1rem !important;
}

.mt-n3,
.my-n3 {
  margin-top: -1rem !important;
}

.mr-n3,
.mx-n3 {
  margin-right: -1rem !important;
}

.mb-n3,
.my-n3 {
  margin-bottom: -1rem !important;
}

.ml-n3,
.mx-n3 {
  margin-left: -1rem !important;
}

.m-n4 {
  margin: -1.5rem !important;
}

.mt-n4,
.my-n4 {
  margin-top: -1.5rem !important;
}

.mr-n4,
.mx-n4 {
  margin-right: -1.5rem !important;
}

.mb-n4,
.my-n4 {
  margin-bottom: -1.5rem !important;
}

.ml-n4,
.mx-n4 {
  margin-left: -1.5rem !important;
}

.m-n5 {
  margin: -3rem !important;
}

.mt-n5,
.my-n5 {
  margin-top: -3rem !important;
}

.mr-n5,
.mx-n5 {
  margin-right: -3rem !important;
}

.mb-n5,
.my-n5 {
  margin-bottom: -3rem !important;
}

.ml-n5,
.mx-n5 {
  margin-left: -3rem !important;
}

.m-auto {
  margin: auto !important;
}

.mt-auto,
.my-auto {
  margin-top: auto !important;
}

.mr-auto,
.mx-auto {
  margin-right: auto !important;
}

.mb-auto,
.my-auto {
  margin-bottom: auto !important;
}

.ml-auto,
.mx-auto {
  margin-left: auto !important;
}

@media (min-width: 576px) {
  .m-sm-0 {
    margin: 0 !important;
  }

  .mt-sm-0,
.my-sm-0 {
    margin-top: 0 !important;
  }

  .mr-sm-0,
.mx-sm-0 {
    margin-right: 0 !important;
  }

  .mb-sm-0,
.my-sm-0 {
    margin-bottom: 0 !important;
  }

  .ml-sm-0,
.mx-sm-0 {
    margin-left: 0 !important;
  }

  .m-sm-1 {
    margin: 0.25rem !important;
  }

  .mt-sm-1,
.my-sm-1 {
    margin-top: 0.25rem !important;
  }

  .mr-sm-1,
.mx-sm-1 {
    margin-right: 0.25rem !important;
  }

  .mb-sm-1,
.my-sm-1 {
    margin-bottom: 0.25rem !important;
  }

  .ml-sm-1,
.mx-sm-1 {
    margin-left: 0.25rem !important;
  }

  .m-sm-2 {
    margin: 0.5rem !important;
  }

  .mt-sm-2,
.my-sm-2 {
    margin-top: 0.5rem !important;
  }

  .mr-sm-2,
.mx-sm-2 {
    margin-right: 0.5rem !important;
  }

  .mb-sm-2,
.my-sm-2 {
    margin-bottom: 0.5rem !important;
  }

  .ml-sm-2,
.mx-sm-2 {
    margin-left: 0.5rem !important;
  }

  .m-sm-3 {
    margin: 1rem !important;
  }

  .mt-sm-3,
.my-sm-3 {
    margin-top: 1rem !important;
  }

  .mr-sm-3,
.mx-sm-3 {
    margin-right: 1rem !important;
  }

  .mb-sm-3,
.my-sm-3 {
    margin-bottom: 1rem !important;
  }

  .ml-sm-3,
.mx-sm-3 {
    margin-left: 1rem !important;
  }

  .m-sm-4 {
    margin: 1.5rem !important;
  }

  .mt-sm-4,
.my-sm-4 {
    margin-top: 1.5rem !important;
  }

  .mr-sm-4,
.mx-sm-4 {
    margin-right: 1.5rem !important;
  }

  .mb-sm-4,
.my-sm-4 {
    margin-bottom: 1.5rem !important;
  }

  .ml-sm-4,
.mx-sm-4 {
    margin-left: 1.5rem !important;
  }

  .m-sm-5 {
    margin: 3rem !important;
  }

  .mt-sm-5,
.my-sm-5 {
    margin-top: 3rem !important;
  }

  .mr-sm-5,
.mx-sm-5 {
    margin-right: 3rem !important;
  }

  .mb-sm-5,
.my-sm-5 {
    margin-bottom: 3rem !important;
  }

  .ml-sm-5,
.mx-sm-5 {
    margin-left: 3rem !important;
  }

  .p-sm-0 {
    padding: 0 !important;
  }

  .pt-sm-0,
.py-sm-0 {
    padding-top: 0 !important;
  }

  .pr-sm-0,
.px-sm-0 {
    padding-right: 0 !important;
  }

  .pb-sm-0,
.py-sm-0 {
    padding-bottom: 0 !important;
  }

  .pl-sm-0,
.px-sm-0 {
    padding-left: 0 !important;
  }

  .p-sm-1 {
    padding: 0.25rem !important;
  }

  .pt-sm-1,
.py-sm-1 {
    padding-top: 0.25rem !important;
  }

  .pr-sm-1,
.px-sm-1 {
    padding-right: 0.25rem !important;
  }

  .pb-sm-1,
.py-sm-1 {
    padding-bottom: 0.25rem !important;
  }

  .pl-sm-1,
.px-sm-1 {
    padding-left: 0.25rem !important;
  }

  .p-sm-2 {
    padding: 0.5rem !important;
  }

  .pt-sm-2,
.py-sm-2 {
    padding-top: 0.5rem !important;
  }

  .pr-sm-2,
.px-sm-2 {
    padding-right: 0.5rem !important;
  }

  .pb-sm-2,
.py-sm-2 {
    padding-bottom: 0.5rem !important;
  }

  .pl-sm-2,
.px-sm-2 {
    padding-left: 0.5rem !important;
  }

  .p-sm-3 {
    padding: 1rem !important;
  }

  .pt-sm-3,
.py-sm-3 {
    padding-top: 1rem !important;
  }

  .pr-sm-3,
.px-sm-3 {
    padding-right: 1rem !important;
  }

  .pb-sm-3,
.py-sm-3 {
    padding-bottom: 1rem !important;
  }

  .pl-sm-3,
.px-sm-3 {
    padding-left: 1rem !important;
  }

  .p-sm-4 {
    padding: 1.5rem !important;
  }

  .pt-sm-4,
.py-sm-4 {
    padding-top: 1.5rem !important;
  }

  .pr-sm-4,
.px-sm-4 {
    padding-right: 1.5rem !important;
  }

  .pb-sm-4,
.py-sm-4 {
    padding-bottom: 1.5rem !important;
  }

  .pl-sm-4,
.px-sm-4 {
    padding-left: 1.5rem !important;
  }

  .p-sm-5 {
    padding: 3rem !important;
  }

  .pt-sm-5,
.py-sm-5 {
    padding-top: 3rem !important;
  }

  .pr-sm-5,
.px-sm-5 {
    padding-right: 3rem !important;
  }

  .pb-sm-5,
.py-sm-5 {
    padding-bottom: 3rem !important;
  }

  .pl-sm-5,
.px-sm-5 {
    padding-left: 3rem !important;
  }

  .m-sm-n1 {
    margin: -0.25rem !important;
  }

  .mt-sm-n1,
.my-sm-n1 {
    margin-top: -0.25rem !important;
  }

  .mr-sm-n1,
.mx-sm-n1 {
    margin-right: -0.25rem !important;
  }

  .mb-sm-n1,
.my-sm-n1 {
    margin-bottom: -0.25rem !important;
  }

  .ml-sm-n1,
.mx-sm-n1 {
    margin-left: -0.25rem !important;
  }

  .m-sm-n2 {
    margin: -0.5rem !important;
  }

  .mt-sm-n2,
.my-sm-n2 {
    margin-top: -0.5rem !important;
  }

  .mr-sm-n2,
.mx-sm-n2 {
    margin-right: -0.5rem !important;
  }

  .mb-sm-n2,
.my-sm-n2 {
    margin-bottom: -0.5rem !important;
  }

  .ml-sm-n2,
.mx-sm-n2 {
    margin-left: -0.5rem !important;
  }

  .m-sm-n3 {
    margin: -1rem !important;
  }

  .mt-sm-n3,
.my-sm-n3 {
    margin-top: -1rem !important;
  }

  .mr-sm-n3,
.mx-sm-n3 {
    margin-right: -1rem !important;
  }

  .mb-sm-n3,
.my-sm-n3 {
    margin-bottom: -1rem !important;
  }

  .ml-sm-n3,
.mx-sm-n3 {
    margin-left: -1rem !important;
  }

  .m-sm-n4 {
    margin: -1.5rem !important;
  }

  .mt-sm-n4,
.my-sm-n4 {
    margin-top: -1.5rem !important;
  }

  .mr-sm-n4,
.mx-sm-n4 {
    margin-right: -1.5rem !important;
  }

  .mb-sm-n4,
.my-sm-n4 {
    margin-bottom: -1.5rem !important;
  }

  .ml-sm-n4,
.mx-sm-n4 {
    margin-left: -1.5rem !important;
  }

  .m-sm-n5 {
    margin: -3rem !important;
  }

  .mt-sm-n5,
.my-sm-n5 {
    margin-top: -3rem !important;
  }

  .mr-sm-n5,
.mx-sm-n5 {
    margin-right: -3rem !important;
  }

  .mb-sm-n5,
.my-sm-n5 {
    margin-bottom: -3rem !important;
  }

  .ml-sm-n5,
.mx-sm-n5 {
    margin-left: -3rem !important;
  }

  .m-sm-auto {
    margin: auto !important;
  }

  .mt-sm-auto,
.my-sm-auto {
    margin-top: auto !important;
  }

  .mr-sm-auto,
.mx-sm-auto {
    margin-right: auto !important;
  }

  .mb-sm-auto,
.my-sm-auto {
    margin-bottom: auto !important;
  }

  .ml-sm-auto,
.mx-sm-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 !important;
  }

  .mt-md-0,
.my-md-0 {
    margin-top: 0 !important;
  }

  .mr-md-0,
.mx-md-0 {
    margin-right: 0 !important;
  }

  .mb-md-0,
.my-md-0 {
    margin-bottom: 0 !important;
  }

  .ml-md-0,
.mx-md-0 {
    margin-left: 0 !important;
  }

  .m-md-1 {
    margin: 0.25rem !important;
  }

  .mt-md-1,
.my-md-1 {
    margin-top: 0.25rem !important;
  }

  .mr-md-1,
.mx-md-1 {
    margin-right: 0.25rem !important;
  }

  .mb-md-1,
.my-md-1 {
    margin-bottom: 0.25rem !important;
  }

  .ml-md-1,
.mx-md-1 {
    margin-left: 0.25rem !important;
  }

  .m-md-2 {
    margin: 0.5rem !important;
  }

  .mt-md-2,
.my-md-2 {
    margin-top: 0.5rem !important;
  }

  .mr-md-2,
.mx-md-2 {
    margin-right: 0.5rem !important;
  }

  .mb-md-2,
.my-md-2 {
    margin-bottom: 0.5rem !important;
  }

  .ml-md-2,
.mx-md-2 {
    margin-left: 0.5rem !important;
  }

  .m-md-3 {
    margin: 1rem !important;
  }

  .mt-md-3,
.my-md-3 {
    margin-top: 1rem !important;
  }

  .mr-md-3,
.mx-md-3 {
    margin-right: 1rem !important;
  }

  .mb-md-3,
.my-md-3 {
    margin-bottom: 1rem !important;
  }

  .ml-md-3,
.mx-md-3 {
    margin-left: 1rem !important;
  }

  .m-md-4 {
    margin: 1.5rem !important;
  }

  .mt-md-4,
.my-md-4 {
    margin-top: 1.5rem !important;
  }

  .mr-md-4,
.mx-md-4 {
    margin-right: 1.5rem !important;
  }

  .mb-md-4,
.my-md-4 {
    margin-bottom: 1.5rem !important;
  }

  .ml-md-4,
.mx-md-4 {
    margin-left: 1.5rem !important;
  }

  .m-md-5 {
    margin: 3rem !important;
  }

  .mt-md-5,
.my-md-5 {
    margin-top: 3rem !important;
  }

  .mr-md-5,
.mx-md-5 {
    margin-right: 3rem !important;
  }

  .mb-md-5,
.my-md-5 {
    margin-bottom: 3rem !important;
  }

  .ml-md-5,
.mx-md-5 {
    margin-left: 3rem !important;
  }

  .p-md-0 {
    padding: 0 !important;
  }

  .pt-md-0,
.py-md-0 {
    padding-top: 0 !important;
  }

  .pr-md-0,
.px-md-0 {
    padding-right: 0 !important;
  }

  .pb-md-0,
.py-md-0 {
    padding-bottom: 0 !important;
  }

  .pl-md-0,
.px-md-0 {
    padding-left: 0 !important;
  }

  .p-md-1 {
    padding: 0.25rem !important;
  }

  .pt-md-1,
.py-md-1 {
    padding-top: 0.25rem !important;
  }

  .pr-md-1,
.px-md-1 {
    padding-right: 0.25rem !important;
  }

  .pb-md-1,
.py-md-1 {
    padding-bottom: 0.25rem !important;
  }

  .pl-md-1,
.px-md-1 {
    padding-left: 0.25rem !important;
  }

  .p-md-2 {
    padding: 0.5rem !important;
  }

  .pt-md-2,
.py-md-2 {
    padding-top: 0.5rem !important;
  }

  .pr-md-2,
.px-md-2 {
    padding-right: 0.5rem !important;
  }

  .pb-md-2,
.py-md-2 {
    padding-bottom: 0.5rem !important;
  }

  .pl-md-2,
.px-md-2 {
    padding-left: 0.5rem !important;
  }

  .p-md-3 {
    padding: 1rem !important;
  }

  .pt-md-3,
.py-md-3 {
    padding-top: 1rem !important;
  }

  .pr-md-3,
.px-md-3 {
    padding-right: 1rem !important;
  }

  .pb-md-3,
.py-md-3 {
    padding-bottom: 1rem !important;
  }

  .pl-md-3,
.px-md-3 {
    padding-left: 1rem !important;
  }

  .p-md-4 {
    padding: 1.5rem !important;
  }

  .pt-md-4,
.py-md-4 {
    padding-top: 1.5rem !important;
  }

  .pr-md-4,
.px-md-4 {
    padding-right: 1.5rem !important;
  }

  .pb-md-4,
.py-md-4 {
    padding-bottom: 1.5rem !important;
  }

  .pl-md-4,
.px-md-4 {
    padding-left: 1.5rem !important;
  }

  .p-md-5 {
    padding: 3rem !important;
  }

  .pt-md-5,
.py-md-5 {
    padding-top: 3rem !important;
  }

  .pr-md-5,
.px-md-5 {
    padding-right: 3rem !important;
  }

  .pb-md-5,
.py-md-5 {
    padding-bottom: 3rem !important;
  }

  .pl-md-5,
.px-md-5 {
    padding-left: 3rem !important;
  }

  .m-md-n1 {
    margin: -0.25rem !important;
  }

  .mt-md-n1,
.my-md-n1 {
    margin-top: -0.25rem !important;
  }

  .mr-md-n1,
.mx-md-n1 {
    margin-right: -0.25rem !important;
  }

  .mb-md-n1,
.my-md-n1 {
    margin-bottom: -0.25rem !important;
  }

  .ml-md-n1,
.mx-md-n1 {
    margin-left: -0.25rem !important;
  }

  .m-md-n2 {
    margin: -0.5rem !important;
  }

  .mt-md-n2,
.my-md-n2 {
    margin-top: -0.5rem !important;
  }

  .mr-md-n2,
.mx-md-n2 {
    margin-right: -0.5rem !important;
  }

  .mb-md-n2,
.my-md-n2 {
    margin-bottom: -0.5rem !important;
  }

  .ml-md-n2,
.mx-md-n2 {
    margin-left: -0.5rem !important;
  }

  .m-md-n3 {
    margin: -1rem !important;
  }

  .mt-md-n3,
.my-md-n3 {
    margin-top: -1rem !important;
  }

  .mr-md-n3,
.mx-md-n3 {
    margin-right: -1rem !important;
  }

  .mb-md-n3,
.my-md-n3 {
    margin-bottom: -1rem !important;
  }

  .ml-md-n3,
.mx-md-n3 {
    margin-left: -1rem !important;
  }

  .m-md-n4 {
    margin: -1.5rem !important;
  }

  .mt-md-n4,
.my-md-n4 {
    margin-top: -1.5rem !important;
  }

  .mr-md-n4,
.mx-md-n4 {
    margin-right: -1.5rem !important;
  }

  .mb-md-n4,
.my-md-n4 {
    margin-bottom: -1.5rem !important;
  }

  .ml-md-n4,
.mx-md-n4 {
    margin-left: -1.5rem !important;
  }

  .m-md-n5 {
    margin: -3rem !important;
  }

  .mt-md-n5,
.my-md-n5 {
    margin-top: -3rem !important;
  }

  .mr-md-n5,
.mx-md-n5 {
    margin-right: -3rem !important;
  }

  .mb-md-n5,
.my-md-n5 {
    margin-bottom: -3rem !important;
  }

  .ml-md-n5,
.mx-md-n5 {
    margin-left: -3rem !important;
  }

  .m-md-auto {
    margin: auto !important;
  }

  .mt-md-auto,
.my-md-auto {
    margin-top: auto !important;
  }

  .mr-md-auto,
.mx-md-auto {
    margin-right: auto !important;
  }

  .mb-md-auto,
.my-md-auto {
    margin-bottom: auto !important;
  }

  .ml-md-auto,
.mx-md-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 992px) {
  .m-lg-0 {
    margin: 0 !important;
  }

  .mt-lg-0,
.my-lg-0 {
    margin-top: 0 !important;
  }

  .mr-lg-0,
.mx-lg-0 {
    margin-right: 0 !important;
  }

  .mb-lg-0,
.my-lg-0 {
    margin-bottom: 0 !important;
  }

  .ml-lg-0,
.mx-lg-0 {
    margin-left: 0 !important;
  }

  .m-lg-1 {
    margin: 0.25rem !important;
  }

  .mt-lg-1,
.my-lg-1 {
    margin-top: 0.25rem !important;
  }

  .mr-lg-1,
.mx-lg-1 {
    margin-right: 0.25rem !important;
  }

  .mb-lg-1,
.my-lg-1 {
    margin-bottom: 0.25rem !important;
  }

  .ml-lg-1,
.mx-lg-1 {
    margin-left: 0.25rem !important;
  }

  .m-lg-2 {
    margin: 0.5rem !important;
  }

  .mt-lg-2,
.my-lg-2 {
    margin-top: 0.5rem !important;
  }

  .mr-lg-2,
.mx-lg-2 {
    margin-right: 0.5rem !important;
  }

  .mb-lg-2,
.my-lg-2 {
    margin-bottom: 0.5rem !important;
  }

  .ml-lg-2,
.mx-lg-2 {
    margin-left: 0.5rem !important;
  }

  .m-lg-3 {
    margin: 1rem !important;
  }

  .mt-lg-3,
.my-lg-3 {
    margin-top: 1rem !important;
  }

  .mr-lg-3,
.mx-lg-3 {
    margin-right: 1rem !important;
  }

  .mb-lg-3,
.my-lg-3 {
    margin-bottom: 1rem !important;
  }

  .ml-lg-3,
.mx-lg-3 {
    margin-left: 1rem !important;
  }

  .m-lg-4 {
    margin: 1.5rem !important;
  }

  .mt-lg-4,
.my-lg-4 {
    margin-top: 1.5rem !important;
  }

  .mr-lg-4,
.mx-lg-4 {
    margin-right: 1.5rem !important;
  }

  .mb-lg-4,
.my-lg-4 {
    margin-bottom: 1.5rem !important;
  }

  .ml-lg-4,
.mx-lg-4 {
    margin-left: 1.5rem !important;
  }

  .m-lg-5 {
    margin: 3rem !important;
  }

  .mt-lg-5,
.my-lg-5 {
    margin-top: 3rem !important;
  }

  .mr-lg-5,
.mx-lg-5 {
    margin-right: 3rem !important;
  }

  .mb-lg-5,
.my-lg-5 {
    margin-bottom: 3rem !important;
  }

  .ml-lg-5,
.mx-lg-5 {
    margin-left: 3rem !important;
  }

  .p-lg-0 {
    padding: 0 !important;
  }

  .pt-lg-0,
.py-lg-0 {
    padding-top: 0 !important;
  }

  .pr-lg-0,
.px-lg-0 {
    padding-right: 0 !important;
  }

  .pb-lg-0,
.py-lg-0 {
    padding-bottom: 0 !important;
  }

  .pl-lg-0,
.px-lg-0 {
    padding-left: 0 !important;
  }

  .p-lg-1 {
    padding: 0.25rem !important;
  }

  .pt-lg-1,
.py-lg-1 {
    padding-top: 0.25rem !important;
  }

  .pr-lg-1,
.px-lg-1 {
    padding-right: 0.25rem !important;
  }

  .pb-lg-1,
.py-lg-1 {
    padding-bottom: 0.25rem !important;
  }

  .pl-lg-1,
.px-lg-1 {
    padding-left: 0.25rem !important;
  }

  .p-lg-2 {
    padding: 0.5rem !important;
  }

  .pt-lg-2,
.py-lg-2 {
    padding-top: 0.5rem !important;
  }

  .pr-lg-2,
.px-lg-2 {
    padding-right: 0.5rem !important;
  }

  .pb-lg-2,
.py-lg-2 {
    padding-bottom: 0.5rem !important;
  }

  .pl-lg-2,
.px-lg-2 {
    padding-left: 0.5rem !important;
  }

  .p-lg-3 {
    padding: 1rem !important;
  }

  .pt-lg-3,
.py-lg-3 {
    padding-top: 1rem !important;
  }

  .pr-lg-3,
.px-lg-3 {
    padding-right: 1rem !important;
  }

  .pb-lg-3,
.py-lg-3 {
    padding-bottom: 1rem !important;
  }

  .pl-lg-3,
.px-lg-3 {
    padding-left: 1rem !important;
  }

  .p-lg-4 {
    padding: 1.5rem !important;
  }

  .pt-lg-4,
.py-lg-4 {
    padding-top: 1.5rem !important;
  }

  .pr-lg-4,
.px-lg-4 {
    padding-right: 1.5rem !important;
  }

  .pb-lg-4,
.py-lg-4 {
    padding-bottom: 1.5rem !important;
  }

  .pl-lg-4,
.px-lg-4 {
    padding-left: 1.5rem !important;
  }

  .p-lg-5 {
    padding: 3rem !important;
  }

  .pt-lg-5,
.py-lg-5 {
    padding-top: 3rem !important;
  }

  .pr-lg-5,
.px-lg-5 {
    padding-right: 3rem !important;
  }

  .pb-lg-5,
.py-lg-5 {
    padding-bottom: 3rem !important;
  }

  .pl-lg-5,
.px-lg-5 {
    padding-left: 3rem !important;
  }

  .m-lg-n1 {
    margin: -0.25rem !important;
  }

  .mt-lg-n1,
.my-lg-n1 {
    margin-top: -0.25rem !important;
  }

  .mr-lg-n1,
.mx-lg-n1 {
    margin-right: -0.25rem !important;
  }

  .mb-lg-n1,
.my-lg-n1 {
    margin-bottom: -0.25rem !important;
  }

  .ml-lg-n1,
.mx-lg-n1 {
    margin-left: -0.25rem !important;
  }

  .m-lg-n2 {
    margin: -0.5rem !important;
  }

  .mt-lg-n2,
.my-lg-n2 {
    margin-top: -0.5rem !important;
  }

  .mr-lg-n2,
.mx-lg-n2 {
    margin-right: -0.5rem !important;
  }

  .mb-lg-n2,
.my-lg-n2 {
    margin-bottom: -0.5rem !important;
  }

  .ml-lg-n2,
.mx-lg-n2 {
    margin-left: -0.5rem !important;
  }

  .m-lg-n3 {
    margin: -1rem !important;
  }

  .mt-lg-n3,
.my-lg-n3 {
    margin-top: -1rem !important;
  }

  .mr-lg-n3,
.mx-lg-n3 {
    margin-right: -1rem !important;
  }

  .mb-lg-n3,
.my-lg-n3 {
    margin-bottom: -1rem !important;
  }

  .ml-lg-n3,
.mx-lg-n3 {
    margin-left: -1rem !important;
  }

  .m-lg-n4 {
    margin: -1.5rem !important;
  }

  .mt-lg-n4,
.my-lg-n4 {
    margin-top: -1.5rem !important;
  }

  .mr-lg-n4,
.mx-lg-n4 {
    margin-right: -1.5rem !important;
  }

  .mb-lg-n4,
.my-lg-n4 {
    margin-bottom: -1.5rem !important;
  }

  .ml-lg-n4,
.mx-lg-n4 {
    margin-left: -1.5rem !important;
  }

  .m-lg-n5 {
    margin: -3rem !important;
  }

  .mt-lg-n5,
.my-lg-n5 {
    margin-top: -3rem !important;
  }

  .mr-lg-n5,
.mx-lg-n5 {
    margin-right: -3rem !important;
  }

  .mb-lg-n5,
.my-lg-n5 {
    margin-bottom: -3rem !important;
  }

  .ml-lg-n5,
.mx-lg-n5 {
    margin-left: -3rem !important;
  }

  .m-lg-auto {
    margin: auto !important;
  }

  .mt-lg-auto,
.my-lg-auto {
    margin-top: auto !important;
  }

  .mr-lg-auto,
.mx-lg-auto {
    margin-right: auto !important;
  }

  .mb-lg-auto,
.my-lg-auto {
    margin-bottom: auto !important;
  }

  .ml-lg-auto,
.mx-lg-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 1200px) {
  .m-xl-0 {
    margin: 0 !important;
  }

  .mt-xl-0,
.my-xl-0 {
    margin-top: 0 !important;
  }

  .mr-xl-0,
.mx-xl-0 {
    margin-right: 0 !important;
  }

  .mb-xl-0,
.my-xl-0 {
    margin-bottom: 0 !important;
  }

  .ml-xl-0,
.mx-xl-0 {
    margin-left: 0 !important;
  }

  .m-xl-1 {
    margin: 0.25rem !important;
  }

  .mt-xl-1,
.my-xl-1 {
    margin-top: 0.25rem !important;
  }

  .mr-xl-1,
.mx-xl-1 {
    margin-right: 0.25rem !important;
  }

  .mb-xl-1,
.my-xl-1 {
    margin-bottom: 0.25rem !important;
  }

  .ml-xl-1,
.mx-xl-1 {
    margin-left: 0.25rem !important;
  }

  .m-xl-2 {
    margin: 0.5rem !important;
  }

  .mt-xl-2,
.my-xl-2 {
    margin-top: 0.5rem !important;
  }

  .mr-xl-2,
.mx-xl-2 {
    margin-right: 0.5rem !important;
  }

  .mb-xl-2,
.my-xl-2 {
    margin-bottom: 0.5rem !important;
  }

  .ml-xl-2,
.mx-xl-2 {
    margin-left: 0.5rem !important;
  }

  .m-xl-3 {
    margin: 1rem !important;
  }

  .mt-xl-3,
.my-xl-3 {
    margin-top: 1rem !important;
  }

  .mr-xl-3,
.mx-xl-3 {
    margin-right: 1rem !important;
  }

  .mb-xl-3,
.my-xl-3 {
    margin-bottom: 1rem !important;
  }

  .ml-xl-3,
.mx-xl-3 {
    margin-left: 1rem !important;
  }

  .m-xl-4 {
    margin: 1.5rem !important;
  }

  .mt-xl-4,
.my-xl-4 {
    margin-top: 1.5rem !important;
  }

  .mr-xl-4,
.mx-xl-4 {
    margin-right: 1.5rem !important;
  }

  .mb-xl-4,
.my-xl-4 {
    margin-bottom: 1.5rem !important;
  }

  .ml-xl-4,
.mx-xl-4 {
    margin-left: 1.5rem !important;
  }

  .m-xl-5 {
    margin: 3rem !important;
  }

  .mt-xl-5,
.my-xl-5 {
    margin-top: 3rem !important;
  }

  .mr-xl-5,
.mx-xl-5 {
    margin-right: 3rem !important;
  }

  .mb-xl-5,
.my-xl-5 {
    margin-bottom: 3rem !important;
  }

  .ml-xl-5,
.mx-xl-5 {
    margin-left: 3rem !important;
  }

  .p-xl-0 {
    padding: 0 !important;
  }

  .pt-xl-0,
.py-xl-0 {
    padding-top: 0 !important;
  }

  .pr-xl-0,
.px-xl-0 {
    padding-right: 0 !important;
  }

  .pb-xl-0,
.py-xl-0 {
    padding-bottom: 0 !important;
  }

  .pl-xl-0,
.px-xl-0 {
    padding-left: 0 !important;
  }

  .p-xl-1 {
    padding: 0.25rem !important;
  }

  .pt-xl-1,
.py-xl-1 {
    padding-top: 0.25rem !important;
  }

  .pr-xl-1,
.px-xl-1 {
    padding-right: 0.25rem !important;
  }

  .pb-xl-1,
.py-xl-1 {
    padding-bottom: 0.25rem !important;
  }

  .pl-xl-1,
.px-xl-1 {
    padding-left: 0.25rem !important;
  }

  .p-xl-2 {
    padding: 0.5rem !important;
  }

  .pt-xl-2,
.py-xl-2 {
    padding-top: 0.5rem !important;
  }

  .pr-xl-2,
.px-xl-2 {
    padding-right: 0.5rem !important;
  }

  .pb-xl-2,
.py-xl-2 {
    padding-bottom: 0.5rem !important;
  }

  .pl-xl-2,
.px-xl-2 {
    padding-left: 0.5rem !important;
  }

  .p-xl-3 {
    padding: 1rem !important;
  }

  .pt-xl-3,
.py-xl-3 {
    padding-top: 1rem !important;
  }

  .pr-xl-3,
.px-xl-3 {
    padding-right: 1rem !important;
  }

  .pb-xl-3,
.py-xl-3 {
    padding-bottom: 1rem !important;
  }

  .pl-xl-3,
.px-xl-3 {
    padding-left: 1rem !important;
  }

  .p-xl-4 {
    padding: 1.5rem !important;
  }

  .pt-xl-4,
.py-xl-4 {
    padding-top: 1.5rem !important;
  }

  .pr-xl-4,
.px-xl-4 {
    padding-right: 1.5rem !important;
  }

  .pb-xl-4,
.py-xl-4 {
    padding-bottom: 1.5rem !important;
  }

  .pl-xl-4,
.px-xl-4 {
    padding-left: 1.5rem !important;
  }

  .p-xl-5 {
    padding: 3rem !important;
  }

  .pt-xl-5,
.py-xl-5 {
    padding-top: 3rem !important;
  }

  .pr-xl-5,
.px-xl-5 {
    padding-right: 3rem !important;
  }

  .pb-xl-5,
.py-xl-5 {
    padding-bottom: 3rem !important;
  }

  .pl-xl-5,
.px-xl-5 {
    padding-left: 3rem !important;
  }

  .m-xl-n1 {
    margin: -0.25rem !important;
  }

  .mt-xl-n1,
.my-xl-n1 {
    margin-top: -0.25rem !important;
  }

  .mr-xl-n1,
.mx-xl-n1 {
    margin-right: -0.25rem !important;
  }

  .mb-xl-n1,
.my-xl-n1 {
    margin-bottom: -0.25rem !important;
  }

  .ml-xl-n1,
.mx-xl-n1 {
    margin-left: -0.25rem !important;
  }

  .m-xl-n2 {
    margin: -0.5rem !important;
  }

  .mt-xl-n2,
.my-xl-n2 {
    margin-top: -0.5rem !important;
  }

  .mr-xl-n2,
.mx-xl-n2 {
    margin-right: -0.5rem !important;
  }

  .mb-xl-n2,
.my-xl-n2 {
    margin-bottom: -0.5rem !important;
  }

  .ml-xl-n2,
.mx-xl-n2 {
    margin-left: -0.5rem !important;
  }

  .m-xl-n3 {
    margin: -1rem !important;
  }

  .mt-xl-n3,
.my-xl-n3 {
    margin-top: -1rem !important;
  }

  .mr-xl-n3,
.mx-xl-n3 {
    margin-right: -1rem !important;
  }

  .mb-xl-n3,
.my-xl-n3 {
    margin-bottom: -1rem !important;
  }

  .ml-xl-n3,
.mx-xl-n3 {
    margin-left: -1rem !important;
  }

  .m-xl-n4 {
    margin: -1.5rem !important;
  }

  .mt-xl-n4,
.my-xl-n4 {
    margin-top: -1.5rem !important;
  }

  .mr-xl-n4,
.mx-xl-n4 {
    margin-right: -1.5rem !important;
  }

  .mb-xl-n4,
.my-xl-n4 {
    margin-bottom: -1.5rem !important;
  }

  .ml-xl-n4,
.mx-xl-n4 {
    margin-left: -1.5rem !important;
  }

  .m-xl-n5 {
    margin: -3rem !important;
  }

  .mt-xl-n5,
.my-xl-n5 {
    margin-top: -3rem !important;
  }

  .mr-xl-n5,
.mx-xl-n5 {
    margin-right: -3rem !important;
  }

  .mb-xl-n5,
.my-xl-n5 {
    margin-bottom: -3rem !important;
  }

  .ml-xl-n5,
.mx-xl-n5 {
    margin-left: -3rem !important;
  }

  .m-xl-auto {
    margin: auto !important;
  }

  .mt-xl-auto,
.my-xl-auto {
    margin-top: auto !important;
  }

  .mr-xl-auto,
.mx-xl-auto {
    margin-right: auto !important;
  }

  .mb-xl-auto,
.my-xl-auto {
    margin-bottom: auto !important;
  }

  .ml-xl-auto,
.mx-xl-auto {
    margin-left: auto !important;
  }
}
.modal-open {
  overflow: hidden;
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none;
}
.modal.fade .modal-dialog {
  transition: transform 0.3s ease-out;
  transform: translate(0, -50px);
}
@media (prefers-reduced-motion: reduce) {
  .modal.fade .modal-dialog {
    transition: none;
  }
}
.modal.show .modal-dialog {
  transform: none;
}
.modal.modal-static .modal-dialog {
  transform: scale(1.02);
}

.modal-dialog-scrollable {
  display: flex;
  max-height: calc(100% - 1rem);
}
.modal-dialog-scrollable .modal-content {
  max-height: calc(100vh - 1rem);
  overflow: hidden;
}
.modal-dialog-scrollable .modal-header,
.modal-dialog-scrollable .modal-footer {
  flex-shrink: 0;
}
.modal-dialog-scrollable .modal-body {
  overflow-y: auto;
}

.modal-dialog-centered {
  display: flex;
  align-items: center;
  min-height: calc(100% - 1rem);
}
.modal-dialog-centered::before {
  display: block;
  height: calc(100vh - 1rem);
  height: -moz-min-content;
  height: min-content;
  content: "";
}
.modal-dialog-centered.modal-dialog-scrollable {
  flex-direction: column;
  justify-content: center;
  height: 100%;
}
.modal-dialog-centered.modal-dialog-scrollable .modal-content {
  max-height: none;
}
.modal-dialog-centered.modal-dialog-scrollable::before {
  content: none;
}

.modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
  outline: 0;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.modal-backdrop.fade {
  opacity: 0;
}
.modal-backdrop.show {
  opacity: 0.5;
}

.modal-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 1rem 1rem;
  border-bottom: 1px solid #dee2e6;
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px);
}
.modal-header .close {
  padding: 1rem 1rem;
  margin: -1rem -1rem -1rem auto;
}

.modal-title {
  margin-bottom: 0;
  line-height: 1.5;
}

.modal-body {
  position: relative;
  flex: 1 1 auto;
  padding: 1rem;
}

.modal-footer {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  padding: 0.75rem;
  border-top: 1px solid #dee2e6;
  border-bottom-right-radius: calc(0.3rem - 1px);
  border-bottom-left-radius: calc(0.3rem - 1px);
}
.modal-footer > * {
  margin: 0.25rem;
}

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }

  .modal-dialog-scrollable {
    max-height: calc(100% - 3.5rem);
  }
  .modal-dialog-scrollable .modal-content {
    max-height: calc(100vh - 3.5rem);
  }

  .modal-dialog-centered {
    min-height: calc(100% - 3.5rem);
  }
  .modal-dialog-centered::before {
    height: calc(100vh - 3.5rem);
    height: -moz-min-content;
    height: min-content;
  }

  .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg,
.modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .modal-xl {
    max-width: 1140px;
  }
}
.page-title {
  font-family: itc-avant-garde-gothic-pro, sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 5.71rem;
  line-height: 1.05;
  letter-spacing: -0.02em;
}

.two-col-embeds h2, .front-page .impact .impact-content .impact-title, .front-page .newsletter-signup h2, .front-page .secondary-campaigns .campaign-container .campaign-title, h1, .h1 {
  font-family: itc-avant-garde-gothic-pro, sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 3.42857rem;
  line-height: 1;
  letter-spacing: -0.01em;
}

.story-listing .story-grid .story.featured .h3, details summary, h2, .h2 {
  font-family: itc-avant-garde-gothic-pro, sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 2.57rem;
  line-height: 1.11;
}

.gform_wrapper h2.gform_title, .story-listing .story-modal .section-main-content .story-content-wrapper .story-title, .front-page .newsletter-signup button.big-circle .button-text, section.iwn-promo .iwn-promo-downer a.button, .front-page .secondary-campaigns .campaign-container .campaign-one .button,
.front-page .secondary-campaigns .campaign-container .campaign-two .button, .front-page header:not(.fixed) .donate, .page-template-page-actioncenter .share-story .big-circle, h3, .h3 {
  font-family: itc-avant-garde-gothic-pro, sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 1.71rem;
  line-height: 1.20833;
}

.section-people .people-content .people-title,
.search-results-posts .people-content .people-title, .front-page .featured-posts .post-container .post a.post-title, #mobile-menu .donate, header .header-end .donate, header nav > ul > li .dropdown.large ul li, .page-template-page-actioncenter .campaign-archive .campaign-filter label, body.post .section-page-hero #eta, h4, .h4, .page .main-content-sidebar .sidebar-title, body.post .main-content-sidebar .sidebar-content-block .sidebar-title {
  font-family: itc-avant-garde-gothic-pro, sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 1.43rem;
  line-height: 1.1;
}

.two-col-embeds .h3, .section-the-latest.read-next .latest-entry .latest-title, .section-the-latest.search-results-posts .latest-entry .latest-title, .section-the-latest.featured-latest .latest-entry .latest-title, .section-store .store-item p.h5, .links-sidebar .link-box a, h5, .h5 {
  font-family: itc-avant-garde-gothic-pro, sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 1.14rem;
  line-height: 1.1875;
  letter-spacing: -0.003em;
}

.gform_wrapper .gfield select, .wp-block-buttons .wp-block-button .wp-block-button__link, .story-listing .story-modal .section-main-content .story-content-wrapper .story-subhead .story-first-name, .latest-title, .section-the-latest .latest-title, blockquote.wp-block-quote cite, .category-c-filters input#date-filter,
.category-a-filters input#date-filter,
.search-filters input#date-filter, header nav > ul > li, .page-template-page-actioncenter .hero-campaign .hero-buttons .big-circle .button-text, body.post .section-page-hero .subheader, .select-wrapper select, .gform_legacy_markup_wrapper .gform_body ul li .ginput_container_select select,
.gform_legacy_markup_wrapper .gform_body ul li .address_state select, .skip-link, a, h6, figure.wp-block-table table tr th, figure.expando-table table tr th, .h6 {
  font-family: itc-avant-garde-gothic-pro, sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 1.07rem;
  line-height: 1.2;
  letter-spacing: -0.003em;
}

.gform_legacy_markup_wrapper .gpoll_field .ginput_container_radio label, .gform_wrapper .gfield_label, .story-listing a.next, .section-people .people-content .department,
.search-results-posts .people-content .department, .section-people .people-content .title,
.search-results-posts .people-content .title, .category-c-filters label,
.category-a-filters label,
.search-filters label, .front-page .featured-quizzes > a, .front-page .stories button.stories-next > span, .front-page .stories button.stories-back > span, .front-page .featured-posts .post-buttons a, .front-page .secondary-campaigns .more-link a, header nav > ul > li .dropdown.large a.view-all, .section-person-hero .button, .pagination .page-link {
  font-family: itc-avant-garde-gothic-pro, sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 15px;
  line-height: 1.2;
}

.gform_legacy_markup_wrapper .gpoll_container, .gform_legacy_markup_wrapper .gform_confirmation_wrapper, .section-featured-post .feature-content p, .front-page .impact .impact-content p, .issue-template-default .issue-hero .hero-content .description, .twitter-share-inline, p {
  font-family: itc-avant-garde-gothic-pro, sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 1.43rem;
  line-height: 1.7;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.section-two-col-image p, blockquote.wp-block-quote p, .front-page .secondary-campaigns .campaign-container p, .front-page .hero-campaign p, header nav > ul > li .dropdown.large.issue-img .right .h3, header nav > ul > li .dropdown.large.about-img .right .h3, .page-template-page-actioncenter .hero-campaign .hero-content p, .p2 {
  font-family: itc-avant-garde-gothic-pro, sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 1.29rem;
  line-height: 1.67;
}

.gform_legacy_markup_wrapper form.fancy-signup-form .gform_fields .ginput_container_consent label, .gform_legacy_markup_wrapper form.fancy-signup-form .gform_description, .gform_legacy_markup_wrapper .ginput_container_consent label, .gform_wrapper span.gform_description, .section-content-block .sidebar-content-block p, .section-slideshow .bxslider .caption .slide-meta .caption-content, .section-store .store-item p, .event-callout p.p3, .issue-template-default .section-the-latest .description, .issue-template-default aside.sixty-seconds p,
.issue-template-default aside.sixty-seconds ul li,
.issue-template-default aside.sixty-seconds ol li, .issue-template-default .issue-hero .hero-content .prompt p, .page-template-page-actioncenter .share-story .prompt p, .page-template-page-actioncenter .campaign-archive .campaign-grid .campaign p, .page .main-content-sidebar p, body.post .main-content-sidebar .sidebar-content-block p, .p3 {
  font-family: itc-avant-garde-gothic-pro, sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 1rem;
  line-height: 1.43;
}

.gform_wrapper .ginput_container_consent, .gform_wrapper .ginput_container_radio > div .gchoice,
.gform_wrapper .ginput_container_checkbox > div .gchoice, .section-helpful-links ul li a, #mobile-menu ul li a, ul li,
ol li {
  font-family: itc-avant-garde-gothic-pro, sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 1.29rem;
  line-height: 1.67;
}

figure.expando-table table tr td details p, figure.expando-table table tr td details summary, figure.wp-block-table table tr td, figure.expando-table table tr td {
  font-family: itc-avant-garde-gothic-pro, sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 1rem;
  line-height: 1.2143;
}

.gform_legacy_markup_wrapper .gform_body ul li .address_state select, .donate-bar .donate-options .prompt, footer .footer-row.share ul li, footer .footer-row.legal ul li, input[type=checkbox],
input[type=radio], textarea,
input:not([type=file]),
.donately-donation-form .donately-textarea,
.donately-donation-form .donately-text-input:not(#donately-amount) {
  font-family: itc-avant-garde-gothic-pro, sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 0.93rem;
  line-height: 2.77;
}

.section-facts .fact-content .source a, .section-facts .fact-content .source, footer .footer-row.legal p {
  font-family: itc-avant-garde-gothic-pro, sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 0.79rem;
  line-height: 1.1818;
}

.story-listing .story-grid .story .story-issue, .section-featured-post .feature-content .meta-data,
.section-featured-post .feature-content .meta-data .author a, .entry-type a,
.entry-type span, .section-the-latest .entry-type a,
.section-the-latest .entry-type span, .front-page .stories .story-card blockquote cite, body.categoryc .section-feature .feature-content .meta-data,
body.categoryc .section-feature .feature-content .meta-data a, body.post .section-page-hero #eta .minutes, .meta-data {
  font-family: itc-avant-garde-gothic-pro, sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 0.93rem;
  line-height: 1.2308;
}

.ap-style {
  text-transform: capitalize;
}

.h1, .h2, .h3, .h4, .page .main-content-sidebar .sidebar-title, body.post .main-content-sidebar .sidebar-content-block .sidebar-title, .h5, .h6 {
  display: block;
}

/* Primary */
/* Secondary */
/* Wireframe  */
/* Other */
.strength {
  color: #C93B2E;
}

.vision {
  color: #50266F;
}

.persistence {
  color: #2C3E5C;
}

.teal {
  color: #3BB5C3;
}

.story-listing .story-grid .story .flipper.video::after, header .search-bar input[type=submit], header nav > ul > li:focus.menu-item-has-children > a::after, header nav > ul > li:focus-within.menu-item-has-children > a::after, header nav > ul > li:hover.menu-item-has-children > a::after, header nav > ul > li.show-dropdown.menu-item-has-children > a::after, .select-wrapper::before, .gform_legacy_markup_wrapper .gform_body ul li .ginput_container_select::before,
.gform_legacy_markup_wrapper .gform_body ul li .address_state::before, input[type=checkbox]::before,
input[type=radio]::before, details summary::before {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
}

header nav > ul > li:focus.menu-item-has-children > a::after, header nav > ul > li:focus-within.menu-item-has-children > a::after, header nav > ul > li:hover.menu-item-has-children > a::after, header nav > ul > li.show-dropdown.menu-item-has-children > a::after, .select-wrapper::before, .gform_legacy_markup_wrapper .gform_body ul li .ginput_container_select::before,
.gform_legacy_markup_wrapper .gform_body ul li .address_state::before, input[type=checkbox]::before,
input[type=radio]::before, details summary::before {
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
}

header .search-bar input[type=submit] {
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
}

.story-listing .story-grid .story .flipper.video::after {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

@keyframes fadeInLeft {
  from {
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.wp-has-aspect-ratio,
.embed-responsive {
  position: relative;
  width: 100%;
}
.wp-has-aspect-ratio::before,
.embed-responsive::before {
  display: block;
  content: "";
}
.wp-has-aspect-ratio .wp-block-embed__wrapper,
.wp-has-aspect-ratio .embed-responsive-item,
.wp-has-aspect-ratio iframe,
.wp-has-aspect-ratio embed,
.wp-has-aspect-ratio object,
.wp-has-aspect-ratio video,
.embed-responsive .wp-block-embed__wrapper,
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.wp-embed-aspect-16-9::before,
.embed-responsive-16by9::before {
  padding-top: 56.25%;
}

.embed-responsive-quiz {
  min-height: 28.5714285714rem;
  max-height: 46.4285714286rem;
  overflow-y: hidden;
}
.embed-responsive-quiz::before {
  padding-top: 71.4285714286%;
}

.wp-embed-aspect-4-3::before,
.embed-responsive-4by3::before {
  padding-top: 75%;
}

.wp-block-columns {
  margin-left: 15px;
  margin-right: 15px;
}

.blocker {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  z-index: 51;
  padding: 20px;
  box-sizing: border-box;
  background-color: white;
  background-color: rgba(255, 255, 255, 0.75);
  text-align: center;
}

.blocker:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -0.05em;
}

.blocker.behind {
  background-color: transparent;
}

.modal-2 {
  display: none;
  vertical-align: middle;
  position: relative;
  z-index: 2;
  max-width: 600px;
  box-sizing: border-box;
  width: 90%;
  border-radius: 4px;
  filter: drop-shadow(0px 16px 16px rgba(0, 0, 0, 0.5));
  text-align: left;
  overflow: hidden;
  height: unset;
  animation: fadeIn 1s;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.modal-2 a.close-modal {
  position: absolute;
  top: 15px;
  right: 15px;
  display: block;
  width: 42px;
  height: 42px;
  text-indent: -9999px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url("/wp-content/themes/iwv/assets/images/close-modal.png");
  opacity: 0.5;
}
.modal-2 a.close-modal:hover {
  opacity: 0.8;
}

.modal-992 {
  max-width: 992px;
}

figure.wp-block-table table, figure.expando-table table {
  border-spacing: 0;
}
figure.wp-block-table table tr th, figure.expando-table table tr th,
figure.wp-block-table table tr td,
figure.expando-table table tr td {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
figure.wp-block-table table tr th, figure.expando-table table tr th {
  color: #50266F;
  padding-top: 1.7143rem;
  padding-bottom: 1.7143rem;
}
figure.wp-block-table table tr td, figure.expando-table table tr td {
  padding-top: 2.0714rem;
  padding-bottom: 2.0714rem;
  color: #2C3E5C;
}
figure.wp-block-table table tbody tr:nth-child(odd) td, figure.expando-table table tbody tr:nth-child(odd) td {
  background-color: rgba(59, 181, 195, 0.08);
}
figure.wp-block-table table tbody tr:nth-child(odd) td:first-child, figure.expando-table table tbody tr:nth-child(odd) td:first-child {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
figure.wp-block-table table tbody tr:nth-child(odd) td:last-child, figure.expando-table table tbody tr:nth-child(odd) td:last-child {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
@media screen and (min-width: 1200px) {
  figure.wp-block-table table tr th, figure.expando-table table tr th,
figure.wp-block-table table tr td,
figure.expando-table table tr td {
    padding-left: 2.8571rem;
    padding-right: 2.0714rem;
  }
}

html {
  font-size: 14px;
  box-sizing: border-box;
}

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

*:not(input):focus {
  outline: thin dotted;
}

body {
  font-family: itc-avant-garde-gothic-pro, sans-serif;
  color: #2C3E5C;
  display: flex;
  min-height: 100vh;
  flex-direction: column;
  align-items: center;
}

main {
  margin-top: 7.2142857143rem;
  flex-grow: 1;
  flex-shrink: 0;
  width: 100%;
}
body.admin-bar main {
  margin-top: 4.9285714286rem;
}
body main.front-page {
  margin-top: 0;
}
@media screen and (min-width: 768px) {
  main {
    margin-top: 10.5714285714rem;
  }
}
@media screen and (min-width: 1200px) {
  main {
    margin-top: 7.2142857143rem;
  }
}

.page-title,
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #50266F;
}

.page-title {
  margin-bottom: 1.6428571429rem;
}

h1 {
  margin-bottom: 3rem;
}

h2 {
  margin-bottom: 3.5rem;
}

h3 {
  margin-bottom: 3.1428571429rem;
}

h4 {
  margin-bottom: 3.5rem;
}

h5 {
  margin-bottom: 3.6428571429rem;
}

h6 {
  margin-bottom: 3.3571428571rem;
}

p {
  color: #2C3E5C;
}

a {
  font-size: inherit;
  text-decoration: none;
  color: #3BB5C3;
}

ul,
ol {
  padding-left: 3rem;
  margin-top: 2.2142857143rem;
  margin-bottom: 3.3571428571rem;
}
ul li,
ol li {
  color: #2C3E5C;
  list-style: none;
}
ul li::before,
ol li::before {
  color: #3BB5C3;
  display: inline-block;
  width: 2.8571rem;
  margin-left: -2.8571rem;
}
ul li + li,
ol li + li {
  margin-top: 0.9285714286rem;
}
@media screen and (min-width: 768px) {
  ul,
ol {
    padding-left: 9.1429rem;
  }
}

ul li::before {
  content: "\2022";
}

ol {
  counter-reset: li;
}
ol li {
  counter-increment: li;
}
ol li::before {
  content: counter(li);
  margin-left: -4.8rem;
  margin-right: 1.8571rem;
  text-align: right;
  direction: rtl;
}

input[type=file]::-webkit-file-upload-button {
  border-radius: 2px;
  background-color: #3BB5C3;
  border: none;
  color: white;
  font-family: itc-avant-garde-gothic-pro, sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 1.07rem;
  line-height: 1.2;
  letter-spacing: -0.003em;
  font-weight: bold;
  padding: 1rem 2.9286rem 0.8571rem;
  cursor: pointer;
  -webkit-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}
input[type=file]::-webkit-file-upload-button:focus, input[type=file]::-webkit-file-upload-button:hover {
  outline: none;
  background-color: #00acbd;
}

input[type=file]::-ms-browse {
  border-radius: 2px;
  background-color: #3BB5C3;
  border: none;
  color: white;
  font-family: itc-avant-garde-gothic-pro, sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 1.07rem;
  line-height: 1.2;
  letter-spacing: -0.003em;
  font-weight: bold;
  padding: 1rem 2.9286rem 0.8571rem;
  cursor: pointer;
  -ms-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}
input[type=file]::-ms-browse:focus, input[type=file]::-ms-browse:hover {
  outline: none;
  background-color: #00acbd;
}

input[type=file]::file-selector-button {
  border-radius: 2px;
  background-color: #3BB5C3;
  border: none;
  color: white;
  font-family: itc-avant-garde-gothic-pro, sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 1.07rem;
  line-height: 1.2;
  letter-spacing: -0.003em;
  font-weight: bold;
  padding: 1rem 2.9286rem 0.8571rem;
  cursor: pointer;
  transition: all 0.1s ease-in-out;
}
input[type=file]::file-selector-button:focus, input[type=file]::file-selector-button:hover {
  outline: none;
  background-color: #00acbd;
}

button,
.button,
.btn {
  border-radius: 2px;
  background-color: #3BB5C3;
  border: none;
  color: white;
  font-family: itc-avant-garde-gothic-pro, sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 1.07rem;
  line-height: 1.2;
  letter-spacing: -0.003em;
  font-weight: bold;
  padding: 1rem 2.9286rem 0.8571rem;
  cursor: pointer;
  transition: all 0.1s ease-in-out;
}
button:focus, button:hover,
.button:focus,
.button:hover,
.btn:focus,
.btn:hover {
  outline: none;
  background-color: #00acbd;
}
button.big-circle,
.button.big-circle,
.btn.big-circle {
  border-radius: 10rem;
  background: white;
  text-shadow: 2px 2px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 5px 5px 0px rgba(0, 0, 0, 0.2);
  color: #50266F;
}
button.big-circle:focus, button.big-circle:hover,
.button.big-circle:focus,
.button.big-circle:hover,
.btn.big-circle:focus,
.btn.big-circle:hover {
  color: white;
  background: #50266F;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
button.big-circle .far,
.button.big-circle .far,
.btn.big-circle .far {
  font-size: 3.5714285714rem;
}
button.big-circle .button-text,
.button.big-circle .button-text,
.btn.big-circle .button-text {
  display: block;
}
button.red,
.button.red,
.btn.red {
  background-color: #C93B2E;
  color: white;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
button.red:focus, button.red:hover,
.button.red:focus,
.button.red:hover,
.btn.red:focus,
.btn.red:hover {
  background-color: #d01d16;
}
button.purple,
.button.purple,
.btn.purple {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background-color: #50266F;
}
button.purple:focus, button.purple:hover,
.button.purple:focus,
.button.purple:hover,
.btn.purple:focus,
.btn.purple:hover {
  background-color: #4b1966;
}

a.button,
a.btn {
  text-decoration: none;
  display: inline-block;
}

figure.wp-block-table table, figure.expando-table table {
  border-spacing: 0;
}
figure.wp-block-table table tr th, figure.expando-table table tr th,
figure.wp-block-table table tr td,
figure.expando-table table tr td {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
figure.wp-block-table table tr th, figure.expando-table table tr th {
  color: #50266F;
  padding-top: 1.7143rem;
  padding-bottom: 1.7143rem;
}
figure.wp-block-table table tr td, figure.expando-table table tr td {
  padding-top: 2.0714rem;
  padding-bottom: 2.0714rem;
  color: #2C3E5C;
}
figure.wp-block-table table tbody tr:nth-child(odd) td, figure.expando-table table tbody tr:nth-child(odd) td {
  background-color: rgba(59, 181, 195, 0.08);
}
figure.wp-block-table table tbody tr:nth-child(odd) td:first-child, figure.expando-table table tbody tr:nth-child(odd) td:first-child {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
figure.wp-block-table table tbody tr:nth-child(odd) td:last-child, figure.expando-table table tbody tr:nth-child(odd) td:last-child {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
@media screen and (min-width: 1200px) {
  figure.wp-block-table table tr th, figure.expando-table table tr th,
figure.wp-block-table table tr td,
figure.expando-table table tr td {
    padding-left: 2.8571rem;
    padding-right: 2.0714rem;
  }
}

@keyframes invisiblyGrowFontSize {
  0% {
    font-size: 0;
    opacity: 0;
  }
  100% {
    font-size: 1.43rem;
    opacity: 0;
  }
}
@keyframes invisiblyGrowWidth {
  0% {
    width: 0;
    opacity: 0;
  }
  100% {
    width: 100%;
    opacity: 0;
  }
}
details {
  margin-bottom: 4.0714285714rem;
}
details summary {
  display: block;
  color: #50266F;
  list-style: none;
  cursor: pointer;
  margin: 0;
  transition: margin 0.5s ease-in-out;
  position: relative;
}
details summary::-webkit-details-marker {
  display: none;
}
details summary::before {
  position: absolute;
  content: "\F067";
  color: white;
  background-color: #3BB5C3;
  font-size: 1.7142857143rem;
  width: 3.2142857143rem;
  height: 3.2142857143rem;
  box-sizing: border-box;
  border-radius: 50rem;
  text-align: center;
  padding-top: 0.7857142857rem;
  left: -5rem;
}
@-moz-document url-prefix() {
  details summary::before {
    top: -0.5714285714rem;
  }
}
details[open] summary {
  margin-bottom: 2.7857142857rem;
}
details[open] summary::before {
  content: "\F068";
}
details[open] :not(summary) {
  animation-name: invisiblyGrowFontSize, fadeIn;
  animation-duration: 0.5s, 0.1s;
  animation-delay: 0ms, 0.5s;
  animation-timing-function: ease-in-out, linear;
}
details[open] p img {
  animation-name: invisiblyGrowWidth;
  animation-duration: 0.5s;
  animation-timing-function: ease-in-out;
}

hr {
  height: 2px;
  background-color: #3BB5C3;
  border: none;
  max-width: 102.8571428571rem;
  margin-left: auto;
  margin-right: auto;
}

.section-page-hero h1,
.section-page-hero h5,
.section-page-hero h6 {
  margin: 0;
  text-align: center;
}

.pagination-wrap {
  padding-bottom: 3.5714285714rem;
}
.pagination-wrap ul {
  padding: 0;
  margin: 0;
}
.pagination-wrap ul li {
  margin: 0;
}
.pagination-wrap ul li::before {
  content: none;
}

.pagination {
  display: flex;
  padding-top: 2.1428571429rem;
  justify-content: center;
}
.pagination .page-item:last-child .page-link {
  border-radius: 4px;
}
.pagination .page-item {
  margin: 0 0.5714285714rem;
}
.pagination .page-link {
  border-radius: 4px;
  display: block;
  padding: 0.6rem 0.8rem;
  margin-left: -1px;
}
.pagination .page-item a,
.pagination .page-item span {
  background: #ebf2f3;
  border: 2px solid #ebf2f3;
  color: #2C3E5C;
  transition: 0.2s ease;
}
.pagination .page-item a:hover,
.pagination .page-item span:hover {
  background: #ffffff;
  border: 2px solid #3BB5C3;
  color: #3BB5C3;
  transition: 0.2s ease;
}
.pagination .page-item.active .page-link {
  background: #3BB5C3;
  border-radius: 2px;
  border-color: #3BB5C3;
  color: #ffffff;
}
.pagination .page-item.active .page-link.dots {
  background: #ebf2f3;
  color: #2C3E5C;
  border-color: #ebf2f3;
}

@media screen and (max-width: 769px) {
  .pagination li.page-item {
    margin: 0 5px;
    display: none;
  }
  .pagination .page-item:first-child,
.pagination .page-item:nth-child(2),
.pagination .page-item:nth-last-child(2),
.pagination .page-item:last-child,
.pagination .page-item.active,
.pagination .page-item.disabled {
    display: block;
  }
}
.skip-link {
  background: white;
  color: #2C3E5C;
  left: 50%;
  padding: 4px;
  position: absolute;
  transform: translateY(-300%);
  z-index: 100;
}

.skip-link:focus {
  transform: translateY(0%);
}

.twitter-share-inline {
  background: rgba(59, 181, 195, 0.12);
  color: #2C3E5C;
  padding: 0.3571428571rem 0.2857142857rem 0.1428571429rem;
}
.twitter-share-inline i {
  margin-left: 0.7857142857rem;
  color: #3BB5C3;
}
.twitter-share-inline:focus, .twitter-share-inline:hover {
  color: #50266F;
}

/*
 * Please only put base form element styles here.
 * If you need to override a style added by a plugin
 * or other component, please do it in a file in /overrides
 */
input[type=checkbox],
input[type=radio], textarea,
input:not([type=file]),
.donately-donation-form .donately-textarea,
.donately-donation-form .donately-text-input:not(#donately-amount) {
  border: 1px solid #adb6c0;
  border-radius: 2px;
  min-height: 2.77em;
  color: #2C3E5C;
}

textarea,
input:not([type=file]),
.donately-donation-form .donately-textarea,
.donately-donation-form .donately-text-input:not(#donately-amount) {
  padding-left: 1.3571rem;
  padding-top: 0.3571428571rem;
  padding-bottom: 0.0714285714rem;
}
textarea::-moz-placeholder, input:not([type=file])::-moz-placeholder, .donately-donation-form .donately-textarea::-moz-placeholder, .donately-donation-form .donately-text-input:not(#donately-amount)::-moz-placeholder {
  color: inherit;
  opacity: 1;
}
textarea::placeholder,
input:not([type=file])::placeholder,
.donately-donation-form .donately-textarea::placeholder,
.donately-donation-form .donately-text-input:not(#donately-amount)::placeholder {
  color: inherit;
  opacity: 1;
}
textarea:not([type=submit]):focus,
input:not([type=file]):not([type=submit]):focus,
.donately-donation-form .donately-textarea:not([type=submit]):focus,
.donately-donation-form .donately-text-input:not([type=submit]):focus:not(#donately-amount) {
  outline: none;
  box-shadow: 0 0 0 2px #8D6A9F;
}

input[type=submit] {
  min-height: auto;
  line-height: 1.2;
  border-radius: 2px;
  background-color: #3BB5C3;
  border: none;
  color: white;
  font-family: itc-avant-garde-gothic-pro, sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 1.07rem;
  line-height: 1.2;
  letter-spacing: -0.003em;
  font-weight: bold;
  padding: 1rem 2.9286rem 0.8571rem;
  cursor: pointer;
  transition: all 0.1s ease-in-out;
}
input[type=submit]:focus, input[type=submit]:hover {
  outline: none;
  background-color: #00acbd;
}
input[type=submit].big-circle {
  border-radius: 10rem;
  background: white;
  text-shadow: 2px 2px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 5px 5px 0px rgba(0, 0, 0, 0.2);
  color: #50266F;
}
input[type=submit].big-circle:focus, input[type=submit].big-circle:hover {
  color: white;
  background: #50266F;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
input[type=submit].big-circle .far {
  font-size: 3.5714285714rem;
}
input[type=submit].big-circle .button-text {
  display: block;
}
input[type=submit].red {
  background-color: #C93B2E;
  color: white;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
input[type=submit].red:focus, input[type=submit].red:hover {
  background-color: #d01d16;
}
input[type=submit].purple {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background-color: #50266F;
}
input[type=submit].purple:focus, input[type=submit].purple:hover {
  background-color: #4b1966;
}

input[type=checkbox],
input[type=radio] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  padding: 0;
  min-height: auto;
  width: 2.1429rem;
  height: 2.1429rem;
  text-align: center;
  vertical-align: middle;
  background-color: white;
}
input[type=checkbox]::before,
input[type=radio]::before {
  content: "\F00C";
  line-height: 2.1429rem;
  display: none;
  vertical-align: top;
}
input[type=checkbox]:checked::before,
input[type=radio]:checked::before {
  display: inline;
}

input[type=radio] {
  border-radius: 5rem;
}
input[type=radio]::before {
  content: "\F111";
}
input[type=radio]:checked::before {
  display: inline-block;
  margin-top: -0.0729rem;
}

.select-wrapper, .gform_legacy_markup_wrapper .gform_body ul li .ginput_container_select,
.gform_legacy_markup_wrapper .gform_body ul li .address_state {
  border-radius: 4px;
  border: 1px solid #adb6c0;
  display: inline-block;
  position: relative;
}
.select-wrapper::before, .gform_legacy_markup_wrapper .gform_body ul li .ginput_container_select::before,
.gform_legacy_markup_wrapper .gform_body ul li .address_state::before {
  position: absolute;
  content: "\F078";
  color: #2C3E5C;
  right: 1.7857142857rem;
  top: 1.5rem;
  pointer-events: none;
}
.select-wrapper select, .gform_legacy_markup_wrapper .gform_body ul li .ginput_container_select select,
.gform_legacy_markup_wrapper .gform_body ul li .address_state select {
  padding: 1.5rem 1.7857142857rem 1.4285714286rem 1.7857142857rem;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: none;
  color: #2C3E5C;
  background: transparent;
  width: 100%;
}

input[type=text]::-ms-clear {
  display: none;
  width: 0;
  height: 0;
}

input[type=text]::-ms-reveal {
  display: none;
  width: 0;
  height: 0;
}

input[type=search]::-webkit-search-decoration,
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-results-button,
input[type=search]::-webkit-search-results-decoration {
  display: none;
}

@media (max-width: 767px) {
  .email-signup {
    padding-left: 25px;
    padding-right: 60px;
  }
}
.email-signup form .gform_body ul li.field_sublabel_below:not(.hidden_label) {
  margin-bottom: 15px;
}
.email-signup form .gform_body {
  width: 100%;
  margin: 0;
}
.email-signup form .gform_body input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
  width: 100%;
}
@media (max-width: 924px) {
  .email-signup form .gform_body {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .email-signup form .gform_body {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 20px;
  }
  .email-signup form .gform_body input[type=email] {
    font-size: 12px;
    padding: 16px 10px;
    display: block;
  }
}
.email-signup form .gform_body .ginput_container_name {
  display: flex;
  flex-direction: column;
}
.email-signup form .gform_body .ginput_container_name span label {
  position: relative !important;
  font-size: 14px;
}
.email-signup form .gform_body .ginput_container_name .name_first {
  margin-bottom: 15px;
}
.email-signup form .gform_footer {
  width: 25%;
  margin: 0 1%;
}
@media (max-width: 924px) {
  .email-signup form .gform_footer {
    width: 30%;
    padding-top: 21px;
  }
}
@media (max-width: 767px) {
  .email-signup form .gform_footer {
    font-size: 12px;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
}
.email-signup hr {
  margin-top: 14px;
  margin-bottom: 14px;
}

body.post .section-page-hero {
  max-width: 102.8571428571rem;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
  margin-bottom: 70px;
  padding-top: 65px;
}
body.post .section-page-hero h1 {
  font-size: 2.57rem;
  margin-bottom: 2.3571428571rem;
}
body.post .section-page-hero .subheader {
  color: #2C3E5C;
  margin-bottom: 2.7857142857rem;
  display: block;
  text-align: center;
}
body.post .section-page-hero .page-hero {
  width: 100%;
  margin-left: 0;
  margin-bottom: 30px;
}
@media screen and (min-width: 1024px) {
  body.post .section-page-hero .page-hero {
    margin-top: 8px;
    margin-left: 40px;
  }
}
@media screen and (min-width: 1400px) {
  body.post .section-page-hero .page-hero {
    width: auto;
  }
}
body.post .section-page-hero .meta-data {
  font-size: 13px;
  text-align: center;
  margin-bottom: 2rem;
  margin-top: 2.7857142857rem;
  color: #cdd2da;
}
body.post .section-page-hero .meta-data span {
  color: #cdd2da;
  margin: 0 5px;
}
body.post .section-page-hero .meta-data .seperator {
  color: #cdd2da;
  margin: 0;
}
body.post .section-page-hero .meta-data .author {
  color: #2C3E5C;
  margin: 0;
}
body.post .section-page-hero .meta-data .author a {
  color: #2C3E5C;
  font-weight: normal;
}
body.post .section-page-hero .meta-data .author a::last-child {
  margin-right: 6px;
}
body.post .section-page-hero .meta-data .source,
body.post .section-page-hero .meta-data .date {
  color: #2C3E5C;
  font-weight: normal;
}
body.post .section-page-hero .meta-data .author-headshot {
  margin-right: 5px;
  max-width: 40px;
}
body.post .section-page-hero .category-title {
  text-align: center;
  font-weight: normal;
  display: block;
  background: #ffffff;
  color: #3BB5C3;
  padding: 0 10px;
  margin: 0;
  position: relative;
}
@media (max-width: 767px) {
  body.post .section-page-hero .category-title {
    padding: 0;
  }
}
body.post .section-page-hero .category-title span {
  background: #ffffff;
  padding: 10px 20px;
  z-index: 2;
  position: relative;
}
body.post .section-page-hero .category-title:before {
  content: "";
  display: block;
  height: 2px;
  background: #3BB5C3;
  z-index: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
}
body.post .section-page-hero .eta-sub-wrapper {
  display: flex;
  gap: 20px;
  align-content: center;
  flex-wrap: wrap;
  justify-content: center;
}
body.post .section-page-hero .eta-sub-wrapper #show-press-release {
  display: flex;
  align-content: center;
  flex-wrap: wrap;
}
body.post .section-page-hero .eta-sub-wrapper #show-press-release button {
  background-color: #50266F;
}
body.post .section-page-hero .press-release-form-wrapper #press-release-opt-in-form {
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
  display: grid;
  grid-template-rows: 0fr;
  opacity: 0;
  transition: all 0.3s ease;
  padding-left: 30px;
  padding-right: 30px;
}
body.post .section-page-hero .press-release-form-wrapper #press-release-opt-in-form.open {
  opacity: 1;
  grid-template-rows: 1fr;
  margin-top: 5px;
  margin-bottom: 5px;
  padding: 30px;
}
body.post .section-page-hero .press-release-form-wrapper #press-release-opt-in-form .press-overflow {
  overflow: hidden;
}
body.post .section-page-hero .press-release-form-wrapper #press-release-opt-in-form .press-overflow ol {
  padding-left: 0;
}
body.post .section-page-hero .press-release-form-wrapper #press-release-opt-in-form .press-overflow ol li:before {
  width: 0;
  margin: 0;
}
body.post .section-page-hero #eta {
  background: #3BB5C3;
  color: #ffffff;
  display: block;
  width: 45px;
  text-align: center;
  padding: 10px 0;
}
body.post .section-page-hero #eta .minutes {
  display: block;
}
body.post .main-content-sidebar {
  margin-top: 3.4285714286rem;
  margin-bottom: 3.5714285714rem;
}
body.post .main-content-sidebar .sidebar-content-block {
  border-top: 2px solid #3BB5C3;
}
body.post .main-content-sidebar .sidebar-content-block .sidebar-title {
  margin-top: 1.8571428571rem;
  margin-bottom: 1.5rem;
  color: #50266F;
}
body.post .main-content-sidebar .sidebar-content-block + .sidebar-content-block {
  margin-top: 3.5714285714rem;
}
body.post .section-main-content .container {
  position: relative;
}
body.post .section-main-content .main-content p:first-of-type {
  margin-top: 0;
}
body.post .section-main-content .sixty-seconds {
  margin-left: 0;
  margin-right: 0;
}
body.post .section-main-content .sixty-seconds iframe {
  margin-bottom: 1.4285714286rem;
}
body.post .section-main-content .sixty-seconds a.button {
  display: inline-block;
  text-align: left;
  padding: 1.1428571429rem 2.4285714286rem 0.8571428571rem 1.5rem;
}
body.post .section-main-content .sixty-seconds a.button .fas {
  vertical-align: middle;
  font-size: 1.7142857143rem;
  margin-right: 1.7142857143rem;
  margin-top: -0.2142857143rem;
}
@media screen and (min-width: 768px) {
  body.post .section-main-content .main-content-sidebar {
    margin-top: 0;
  }
}
@media screen and (min-width: 1024px) {
  body.post .section-page-hero h1 {
    font-size: 3.42857rem;
  }
}
@media screen and (min-width: 1400px) {
  body.post .section-main-content {
    min-height: 13.5rem;
  }
  body.post .section-main-content .container {
    max-width: 85rem;
  }
  body.post .section-main-content .container .main-content-sidebar {
    margin-left: 5.7142857143rem;
  }
}

.page .section-page-hero {
  max-width: 102.8571428571rem;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 5rem;
  margin-top: 4.6428571429rem;
}
.page .section-page-hero h1,
.page .section-page-hero .h4,
.page .section-page-hero .main-content-sidebar .sidebar-title,
.page .main-content-sidebar .section-page-hero .sidebar-title,
.page .section-page-hero body.post .main-content-sidebar .sidebar-content-block .sidebar-title,
body.post .main-content-sidebar .sidebar-content-block .page .section-page-hero .sidebar-title {
  text-align: center;
}
.page .section-page-hero .h4, .page .section-page-hero .main-content-sidebar .sidebar-title, .page .main-content-sidebar .section-page-hero .sidebar-title, .page .section-page-hero body.post .main-content-sidebar .sidebar-content-block .sidebar-title, body.post .main-content-sidebar .sidebar-content-block .page .section-page-hero .sidebar-title {
  margin: 0;
}
.page .section-page-hero .page-hero {
  width: 100%;
  margin-top: 4.1428571429rem;
}
.page .section-page-hero .page-title {
  margin-bottom: 1.9285714286rem;
  font-size: 2.57rem;
}
.page .section-main-content .container {
  position: relative;
}
.page .main-content .container {
  position: relative;
}
.page .main-content p + h4 {
  margin-top: 4.2857142857rem;
  margin-bottom: 0.7142857143rem;
}
.page .main-content p + h4 + p {
  margin-top: 0;
}
.page .main-content p:first-child {
  margin-top: 0;
}
.page .main-content * + h1 {
  margin-top: 3.4285714286rem;
}
.page .main-content * + .gform_wrapper {
  margin-top: 4.6428571429rem;
  padding-top: 2.5714285714rem;
  border-top: 2px solid #3BB5C3;
}
.page .main-content .gform_wrapper {
  margin-bottom: 2.8571428571rem;
}
.page .main-content .gform_wrapper h3 {
  margin: 0 0 0.5714285714rem;
}
.page .main-content-sidebar {
  border-top: 2px solid #3BB5C3;
  padding: 0;
}
.page .main-content-sidebar .sidebar-title {
  color: #50266F;
  margin-top: 1.8571428571rem;
  margin-bottom: 1.5rem;
}
@media screen and (min-width: 768px) {
  .page .section-page-hero .page-title {
    font-size: 5.71rem;
  }
  .page.landing main > :first-child {
    margin-top: 4.2857142857rem;
  }
}
@media screen and (min-width: 1200px) {
  .page .section-main-content .main-content {
    padding-right: 5.7142857143rem;
  }
  .page .section-main-content .main-content blockquote.wp-block-quote {
    min-width: 45.7142857143rem;
  }
}
@media screen and (min-width: 1400px) {
  .page .section-page-hero .page-hero {
    padding: 0 7.1428571429rem;
  }
}

.front-page .post-buttons {
  position: relative;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.front-page .post-buttons button {
  display: none;
  width: 3.4285714286rem;
  height: 3.4285714286rem;
  font-size: 1.4285714286rem;
  line-height: 1;
  vertical-align: middle;
  border-radius: 5rem;
  background-color: white;
  padding: 1rem 1.0714285714rem;
  color: #3BB5C3;
  box-shadow: 5px 5px 0px rgba(0, 0, 0, 0.2);
  transition: all 0.1s ease-in-out;
}
.front-page .post-buttons button + button {
  margin-left: 0.9285714286rem;
}
.front-page .post-buttons button:focus, .front-page .post-buttons button:hover {
  color: white;
  background-color: #3BB5C3;
}

.page-template-page-actioncenter .hero-campaign {
  display: flex;
  justify-content: center;
  flex-direction: column;
  position: relative;
  padding-top: 5rem;
  overflow: hidden;
}
.page-template-page-actioncenter .hero-campaign h1,
.page-template-page-actioncenter .hero-campaign .h2,
.page-template-page-actioncenter .hero-campaign .h4,
.page-template-page-actioncenter .hero-campaign body.post .main-content-sidebar .sidebar-content-block .sidebar-title,
body.post .main-content-sidebar .sidebar-content-block .page-template-page-actioncenter .hero-campaign .sidebar-title,
.page-template-page-actioncenter .hero-campaign .page .main-content-sidebar .sidebar-title,
.page .main-content-sidebar .page-template-page-actioncenter .hero-campaign .sidebar-title,
.page-template-page-actioncenter .hero-campaign label,
.page-template-page-actioncenter .hero-campaign p {
  color: white;
}
.page-template-page-actioncenter .hero-campaign .background {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 0;
  background-color: #301544;
}
@media screen and (min-width: 768px) {
  .page-template-page-actioncenter .hero-campaign .background {
    height: 100%;
  }
}
.page-template-page-actioncenter .hero-campaign .background img {
  opacity: 0.85;
  position: relative;
  right: calc(-50% + 56rem);
  height: 100%;
}
.page-template-page-actioncenter .hero-campaign .background::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: linear-gradient(90deg, #301544 0%, rgba(48, 21, 68, 0) 100%);
  opacity: 0.9;
}
.page-template-page-actioncenter .hero-campaign .hero-content {
  position: relative;
  border-top: 3px solid #3BB5C3;
  margin: 0 5%;
  width: 90%;
}
.page-template-page-actioncenter .hero-campaign .hero-content .h4, .page-template-page-actioncenter .hero-campaign .hero-content body.post .main-content-sidebar .sidebar-content-block .sidebar-title, body.post .main-content-sidebar .sidebar-content-block .page-template-page-actioncenter .hero-campaign .hero-content .sidebar-title, .page-template-page-actioncenter .hero-campaign .hero-content .page .main-content-sidebar .sidebar-title, .page .main-content-sidebar .page-template-page-actioncenter .hero-campaign .hero-content .sidebar-title {
  margin-top: 2.0714285714rem;
  margin-bottom: 0;
}
.page-template-page-actioncenter .hero-campaign .hero-content h1 {
  margin-top: 1.7142857143rem;
  margin-bottom: 0;
}
.page-template-page-actioncenter .hero-campaign .hero-content p {
  margin-top: 1.5714285714rem;
}
@media screen and (min-width: 768px) {
  .page-template-page-actioncenter .hero-campaign .hero-content {
    max-width: 39.8571428571rem;
  }
}
@media screen and (min-width: 1200px) {
  .page-template-page-actioncenter .hero-campaign .hero-content {
    max-width: 32.7142857143rem;
  }
}
@media screen and (min-width: 1400px) {
  .page-template-page-actioncenter .hero-campaign .hero-content {
    max-width: 39.8571428571rem;
  }
}
.page-template-page-actioncenter .hero-campaign .hero-form {
  position: relative;
  background-color: #3BB5C3;
  padding: 2rem 5%;
}
.page-template-page-actioncenter .hero-campaign .hero-form .gform_confirmation_message {
  color: white;
  background: #50266F;
  padding: 1rem;
  border-radius: 4px;
}
.page-template-page-actioncenter .hero-campaign .hero-form form.fancy-signup-form .gform_footer {
  width: auto;
}
.page-template-page-actioncenter .hero-campaign .hero-form form.fancy-signup-form .gform_footer input[type=submit] {
  background-color: #50266F;
}
@media screen and (min-width: 768px) {
  .page-template-page-actioncenter .hero-campaign .hero-form .gform_confirmation_message {
    background: #3BB5C3;
  }
  .page-template-page-actioncenter .hero-campaign .hero-form form.fancy-signup-form {
    flex-direction: column;
    display: flex;
    align-items: flex-end;
    flex-wrap: wrap;
    margin-top: -1.6428571429rem;
  }
  .page-template-page-actioncenter .hero-campaign .hero-form form.fancy-signup-form .gform_fields {
    display: flex;
    flex-wrap: wrap;
    max-width: 34.3571428571rem;
    margin-right: 3.1428571429rem;
  }
  .page-template-page-actioncenter .hero-campaign .hero-form form.fancy-signup-form .gform_fields li {
    width: 16.4285714286rem;
    margin-bottom: 1.4285714286rem;
  }
  .page-template-page-actioncenter .hero-campaign .hero-form form.fancy-signup-form .gform_fields li div.ginput_container {
    margin: 0;
  }
  .page-template-page-actioncenter .hero-campaign .hero-form form.fancy-signup-form .gform_fields li.gfield-consent {
    width: auto;
    margin-bottom: 0;
  }
  .page-template-page-actioncenter .hero-campaign .hero-form form.fancy-signup-form .gform_fields li.gfield-text.first-name,
.page-template-page-actioncenter .hero-campaign .hero-form form.fancy-signup-form .gform_fields li.gfield-phone {
    margin-right: 1.5rem;
  }
  .page-template-page-actioncenter .hero-campaign .hero-form form.fancy-signup-form .gform_fields li.gfield-email {
    width: 100%;
  }
  .page-template-page-actioncenter .hero-campaign .hero-form form.fancy-signup-form .gform_fields li.gfield-consent {
    margin-bottom: 0;
  }
  .page-template-page-actioncenter .hero-campaign .hero-form form.fancy-signup-form .gform_footer {
    margin-top: -3.7rem;
  }
  .page-template-page-actioncenter .hero-campaign .hero-form form.fancy-signup-form .gform_footer input[type=submit] {
    width: auto;
    margin: 0;
  }
}
.page-template-page-actioncenter .hero-campaign .hero-buttons {
  position: relative;
  width: 100%;
  padding: 0 calc(calc(100% - 26.4285714286rem) / 2);
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
  background-color: #3BB5C3;
}
.page-template-page-actioncenter .hero-campaign .hero-buttons::before {
  content: "";
  position: absolute;
  top: 35%;
  width: 200%;
  height: 300%;
  background-color: rgba(59, 181, 195, 0.9);
  transform: rotate(-5deg);
}
.page-template-page-actioncenter .hero-campaign .hero-buttons .big-circle {
  position: relative;
  display: block;
  width: 9.2857142857rem;
  height: 9.2857142857rem;
  text-align: center;
  margin-bottom: 2rem;
  padding: 1.5rem 0 0;
}
.page-template-page-actioncenter .hero-campaign .hero-buttons .big-circle .far {
  margin-bottom: 0.5714285714rem;
}
@media screen and (min-width: 576px) {
  .page-template-page-actioncenter .hero-campaign .hero-buttons {
    padding-left: 0;
    padding-right: 0;
  }
}
@media screen and (min-width: 768px) {
  .page-template-page-actioncenter .hero-campaign {
    align-items: center;
  }
  .page-template-page-actioncenter .hero-campaign .hero-content .h4, .page-template-page-actioncenter .hero-campaign .hero-content body.post .main-content-sidebar .sidebar-content-block .sidebar-title, body.post .main-content-sidebar .sidebar-content-block .page-template-page-actioncenter .hero-campaign .hero-content .sidebar-title, .page-template-page-actioncenter .hero-campaign .hero-content .page .main-content-sidebar .sidebar-title, .page .main-content-sidebar .page-template-page-actioncenter .hero-campaign .hero-content .sidebar-title {
    margin-right: 2.3571428571rem;
  }
  .page-template-page-actioncenter .hero-campaign .hero-content h1 {
    margin-right: 8.1428571429rem;
  }
  .page-template-page-actioncenter .hero-campaign .hero-form {
    background-color: transparent;
  }
  .page-template-page-actioncenter .hero-campaign .hero-form form .form-fields input {
    border-width: 1px;
  }
  .page-template-page-actioncenter .hero-campaign .hero-form form .form-fields div {
    width: auto;
  }
  .page-template-page-actioncenter .hero-campaign .hero-buttons {
    justify-content: center;
    align-items: flex-end;
    background-color: transparent;
  }
  .page-template-page-actioncenter .hero-campaign .hero-buttons::before {
    content: "";
    position: absolute;
    top: 28%;
    width: 200%;
    height: 250%;
    transform: rotate(-5deg);
    background-color: rgba(59, 181, 195, 0.9);
  }
  .page-template-page-actioncenter .hero-campaign .hero-buttons .big-circle + .big-circle {
    margin-left: 3rem;
  }
  .page-template-page-actioncenter .hero-campaign .hero-buttons .big-circle.updates {
    margin-bottom: 0.5rem;
  }
  .page-template-page-actioncenter .hero-campaign .hero-buttons .big-circle.get-involved {
    margin-bottom: 1.5rem;
  }
  .page-template-page-actioncenter .hero-campaign .hero-buttons .big-circle.share {
    margin-bottom: 2.5rem;
  }
  .page-template-page-actioncenter .hero-campaign .hero-buttons .big-circle.donate {
    margin-bottom: 3.5em;
  }
}
@media screen and (min-width: 1024px) {
  .page-template-page-actioncenter .hero-campaign {
    flex-direction: row;
    flex-wrap: wrap;
  }
  .page-template-page-actioncenter .hero-campaign .hero-buttons {
    width: 100%;
  }
}
@media screen and (min-width: 1200px) {
  .page-template-page-actioncenter .hero-campaign {
    padding-top: 5.0714285714rem;
    align-items: flex-start;
  }
  .page-template-page-actioncenter .hero-campaign .background img {
    right: 0;
    width: 100%;
    height: auto;
  }
  .page-template-page-actioncenter .hero-campaign .hero-form {
    margin-top: 12rem;
    flex-basis: 34.3571428571rem;
    flex-shrink: 1;
    flex-grow: 0;
    padding: 0;
  }
  .page-template-page-actioncenter .hero-campaign .hero-buttons::before {
    top: 35%;
  }
  .page-template-page-actioncenter .hero-campaign .hero-buttons .big-circle {
    width: 11.7857142857rem;
    height: 11.7857142857rem;
    padding: 3.5714285714rem 1.3571428571rem 0;
  }
  .page-template-page-actioncenter .hero-campaign .hero-buttons .big-circle .far {
    font-size: 3.4285714286rem;
  }
  .page-template-page-actioncenter .hero-campaign .hero-buttons .big-circle + .big-circle {
    margin-left: 7.0714285714rem;
  }
  .page-template-page-actioncenter .hero-campaign .hero-buttons .big-circle.updates {
    margin-bottom: 0.3rem;
  }
  .page-template-page-actioncenter .hero-campaign .hero-buttons .big-circle.get-involved {
    margin-bottom: 1rem;
  }
  .page-template-page-actioncenter .hero-campaign .hero-buttons .big-circle.share {
    margin-bottom: 2rem;
    padding: 3rem 1.3571428571rem 0;
  }
  .page-template-page-actioncenter .hero-campaign .hero-buttons .big-circle.donate {
    margin-bottom: 3rem;
  }
}
@media screen and (min-width: 1400px) {
  .page-template-page-actioncenter .hero-campaign {
    padding-top: 6.5rem;
  }
  .page-template-page-actioncenter .hero-campaign .hero-content {
    margin-bottom: 6rem;
  }
  .page-template-page-actioncenter .hero-campaign .hero-buttons .big-circle.updates {
    margin-bottom: 2.7142857143rem;
  }
  .page-template-page-actioncenter .hero-campaign .hero-buttons .big-circle.get-involved {
    margin-bottom: 4.1428571429rem;
  }
  .page-template-page-actioncenter .hero-campaign .hero-buttons .big-circle.share {
    margin-bottom: 5.5714285714rem;
  }
  .page-template-page-actioncenter .hero-campaign .hero-buttons .big-circle.donate {
    margin-bottom: 7rem;
  }
}
.page-template-page-actioncenter .campaign-archive {
  max-width: 102.8571428571rem;
  margin-left: auto;
  margin-right: auto;
  padding: 3rem 5%;
}
.page-template-page-actioncenter .campaign-archive::before {
  position: absolute;
  content: "";
  background: linear-gradient(180deg, black 0%, rgba(0, 0, 0, 0) 100%);
  z-index: -1;
  opacity: 0.15;
  margin-top: -3rem;
  height: 3rem;
  left: 0;
  right: 0;
}
.page-template-page-actioncenter .campaign-archive h2 {
  margin-top: 0;
  margin-bottom: 0;
  width: 100%;
}
.page-template-page-actioncenter .campaign-archive .campaign-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.page-template-page-actioncenter .campaign-archive .campaign-grid .campaign {
  width: 28rem;
  margin-top: 2.8571428571rem;
  position: relative;
  overflow: hidden;
}
.page-template-page-actioncenter .campaign-archive .campaign-grid .campaign.filtered {
  display: none;
}
.page-template-page-actioncenter .campaign-archive .campaign-grid .campaign .h4, .page-template-page-actioncenter .campaign-archive .campaign-grid .campaign body.post .main-content-sidebar .sidebar-content-block .sidebar-title, body.post .main-content-sidebar .sidebar-content-block .page-template-page-actioncenter .campaign-archive .campaign-grid .campaign .sidebar-title, .page-template-page-actioncenter .campaign-archive .campaign-grid .campaign .page .main-content-sidebar .sidebar-title, .page .main-content-sidebar .page-template-page-actioncenter .campaign-archive .campaign-grid .campaign .sidebar-title,
.page-template-page-actioncenter .campaign-archive .campaign-grid .campaign p,
.page-template-page-actioncenter .campaign-archive .campaign-grid .campaign .img-holder {
  position: relative;
}
.page-template-page-actioncenter .campaign-archive .campaign-grid .campaign .img-holder {
  max-height: 221px;
  overflow: hidden;
}
.page-template-page-actioncenter .campaign-archive .campaign-grid .campaign .img-holder img {
  width: 100%;
  height: auto;
}
.page-template-page-actioncenter .campaign-archive .campaign-grid .campaign .h4, .page-template-page-actioncenter .campaign-archive .campaign-grid .campaign body.post .main-content-sidebar .sidebar-content-block .sidebar-title, body.post .main-content-sidebar .sidebar-content-block .page-template-page-actioncenter .campaign-archive .campaign-grid .campaign .sidebar-title, .page-template-page-actioncenter .campaign-archive .campaign-grid .campaign .page .main-content-sidebar .sidebar-title, .page .main-content-sidebar .page-template-page-actioncenter .campaign-archive .campaign-grid .campaign .sidebar-title,
.page-template-page-actioncenter .campaign-archive .campaign-grid .campaign p {
  color: white;
  padding: 0 18px 0 24px;
}
.page-template-page-actioncenter .campaign-archive .campaign-grid .campaign .h4, .page-template-page-actioncenter .campaign-archive .campaign-grid .campaign body.post .main-content-sidebar .sidebar-content-block .sidebar-title, body.post .main-content-sidebar .sidebar-content-block .page-template-page-actioncenter .campaign-archive .campaign-grid .campaign .sidebar-title, .page-template-page-actioncenter .campaign-archive .campaign-grid .campaign .page .main-content-sidebar .sidebar-title, .page .main-content-sidebar .page-template-page-actioncenter .campaign-archive .campaign-grid .campaign .sidebar-title {
  margin-bottom: 0.5714285714rem;
  margin-top: 1.7857142857rem;
}
.page-template-page-actioncenter .campaign-archive .campaign-grid .campaign::before {
  content: "";
  position: absolute;
  top: -4%;
  left: -20%;
  width: 120%;
  height: 100%;
  transform: skewY(-5deg);
}
.page-template-page-actioncenter .campaign-archive .campaign-grid .campaign:nth-of-type(4n + 1)::before {
  background-color: #50266F;
}
.page-template-page-actioncenter .campaign-archive .campaign-grid .campaign:nth-of-type(4n + 2)::before {
  background-color: #3BB5C3;
}
.page-template-page-actioncenter .campaign-archive .campaign-grid .campaign:nth-of-type(4n + 3)::before {
  background-color: #D99628;
}
.page-template-page-actioncenter .campaign-archive .campaign-grid .campaign:nth-of-type(4n + 4)::before {
  background-color: #C93B2E;
}
.page-template-page-actioncenter .campaign-archive .campaign-grid .campaign p {
  padding-bottom: 2.5rem;
  margin: 0;
}
.page-template-page-actioncenter .campaign-archive .campaign-grid .campaign img {
  transform-origin: bottom;
  transition: all 0.5s ease-in-out;
}
.page-template-page-actioncenter .campaign-archive .campaign-grid .campaign:focus, .page-template-page-actioncenter .campaign-archive .campaign-grid .campaign:hover {
  outline: none;
}
.page-template-page-actioncenter .campaign-archive .campaign-grid .campaign:focus img, .page-template-page-actioncenter .campaign-archive .campaign-grid .campaign:hover img {
  transform: scale(1.1);
}
.page-template-page-actioncenter .campaign-archive .campaign-view-more {
  margin: 2.8571428571rem 0;
}
.page-template-page-actioncenter .campaign-archive .campaign-view-more button {
  display: block;
  margin: 0 auto;
}
.page-template-page-actioncenter .campaign-archive .campaign-filter {
  margin-top: 2.8571428571rem;
  text-align: center;
}
.page-template-page-actioncenter .campaign-archive .campaign-filter label {
  display: block;
  margin-bottom: 1rem;
}
.page-template-page-actioncenter .campaign-archive .campaign-filter .select-wrapper, .page-template-page-actioncenter .campaign-archive .campaign-filter .gform_legacy_markup_wrapper .gform_body ul li .ginput_container_select, .gform_legacy_markup_wrapper .gform_body ul li .page-template-page-actioncenter .campaign-archive .campaign-filter .ginput_container_select,
.page-template-page-actioncenter .campaign-archive .campaign-filter .gform_legacy_markup_wrapper .gform_body ul li .address_state,
.gform_legacy_markup_wrapper .gform_body ul li .page-template-page-actioncenter .campaign-archive .campaign-filter .address_state {
  border-color: #3BB5C3;
}
.page-template-page-actioncenter .campaign-archive .campaign-filter .select-wrapper::before, .page-template-page-actioncenter .campaign-archive .campaign-filter .gform_legacy_markup_wrapper .gform_body ul li .ginput_container_select::before, .gform_legacy_markup_wrapper .gform_body ul li .page-template-page-actioncenter .campaign-archive .campaign-filter .ginput_container_select::before,
.page-template-page-actioncenter .campaign-archive .campaign-filter .gform_legacy_markup_wrapper .gform_body ul li .address_state::before,
.gform_legacy_markup_wrapper .gform_body ul li .page-template-page-actioncenter .campaign-archive .campaign-filter .address_state::before {
  color: #3BB5C3;
}
.page-template-page-actioncenter .campaign-archive .campaign-filter .select-wrapper select, .page-template-page-actioncenter .campaign-archive .campaign-filter .gform_legacy_markup_wrapper .gform_body ul li .ginput_container_select select, .gform_legacy_markup_wrapper .gform_body ul li .page-template-page-actioncenter .campaign-archive .campaign-filter .ginput_container_select select,
.page-template-page-actioncenter .campaign-archive .campaign-filter .gform_legacy_markup_wrapper .gform_body ul li .address_state select,
.gform_legacy_markup_wrapper .gform_body ul li .page-template-page-actioncenter .campaign-archive .campaign-filter .address_state select {
  color: #3BB5C3;
  min-width: 14.8571428571rem;
}
@media screen and (min-width: 768px) {
  .page-template-page-actioncenter .campaign-archive {
    padding: 6.8571428571rem 0 0;
  }
  .page-template-page-actioncenter .campaign-archive h2 {
    width: calc(56rem + 6%);
    margin-left: 2%;
  }
  .page-template-page-actioncenter .campaign-archive::before {
    margin-top: -6.8571428571rem;
    height: 6.8571428571rem;
  }
  .page-template-page-actioncenter .campaign-archive .campaign-grid .campaign {
    margin-left: 2%;
    margin-right: 2%;
  }
  .page-template-page-actioncenter .campaign-archive .campaign-filter label {
    display: inline-block;
    margin-right: 2.7142857143rem;
  }
}
@media screen and (min-width: 1024px) {
  .page-template-page-actioncenter .campaign-archive h2 {
    width: 58.2857142857rem;
    margin-left: 0;
  }
  .page-template-page-actioncenter .campaign-archive .campaign-grid .campaign {
    margin-left: 16px;
    margin-right: 16px;
  }
}
@media screen and (min-width: 1200px) {
  .page-template-page-actioncenter .campaign-archive h2 {
    width: 88.5714285714rem;
  }
}
@media screen and (min-width: 1400px) {
  .page-template-page-actioncenter .campaign-archive .campaign-grid {
    margin-right: auto;
  }
}
.page-template-page-actioncenter .share-story {
  position: relative;
  display: flex;
  justify-content: space-evenly;
  flex-direction: column;
  align-items: center;
  overflow: hidden;
  padding: 3rem 5%;
}
.page-template-page-actioncenter .share-story .background {
  z-index: -1;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 80%;
  background: #50266F;
}
.page-template-page-actioncenter .share-story .background img {
  display: none;
}
.page-template-page-actioncenter .share-story .background::after, .page-template-page-actioncenter .share-story .background::before {
  position: absolute;
  content: "";
}
.page-template-page-actioncenter .share-story .background::before {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: linear-gradient(270deg, #50266F 37.15%, rgba(80, 38, 111, 0) 65.01%);
}
.page-template-page-actioncenter .share-story .background::after {
  bottom: 0;
  right: 0;
  width: 0;
  height: 0;
  z-index: 1;
  border-bottom: 9.6428571429rem solid white;
  border-left: 100vw solid transparent;
}
.page-template-page-actioncenter .share-story .prompt {
  margin-bottom: 3rem;
  max-width: 29rem;
}
.page-template-page-actioncenter .share-story .prompt .h3,
.page-template-page-actioncenter .share-story .prompt .h1,
.page-template-page-actioncenter .share-story .prompt p {
  color: white;
  margin: 0;
}
.page-template-page-actioncenter .share-story .prompt .h3 {
  margin-bottom: 1.2857142857rem;
}
.page-template-page-actioncenter .share-story .prompt .h1 {
  margin-bottom: 0.7142857143rem;
}
.page-template-page-actioncenter .share-story .big-circle {
  height: 16.3571428571rem;
  width: 16.3571428571rem;
  text-align: center;
  padding: 6.1428571429rem 3.7857142857rem 6.0714285714rem 3.8571428571rem;
}
@media screen and (min-width: 576px) {
  .page-template-page-actioncenter .share-story .background img {
    display: block;
    position: absolute;
    right: calc(50% - 40rem);
    height: 100%;
    opacity: 0.45;
    mix-blend-mode: soft-light;
  }
}
@media screen and (min-width: 768px) {
  .page-template-page-actioncenter .share-story {
    margin-top: 7rem;
    padding-top: 4.7142857143rem 0 1rem;
    flex-direction: row;
    align-items: flex-end;
    justify-content: center;
  }
  .page-template-page-actioncenter .share-story .background {
    height: 100%;
  }
  .page-template-page-actioncenter .share-story .background img {
    right: calc(50% - 20rem);
  }
  .page-template-page-actioncenter .share-story .prompt {
    margin-right: 4rem;
    margin-bottom: 5rem;
  }
}
@media screen and (min-width: 1024px) {
  .page-template-page-actioncenter .share-story .prompt {
    max-width: 40.7142857143rem;
  }
}
@media screen and (min-width: 1200px) {
  .page-template-page-actioncenter .share-story {
    padding-left: 0;
  }
  .page-template-page-actioncenter .share-story .background img {
    right: auto;
    left: 0;
  }
  .page-template-page-actioncenter .share-story .prompt {
    margin-bottom: 5.4285714286rem;
    margin-right: 20.0714285714rem;
  }
  .page-template-page-actioncenter .share-story .big-circle {
    margin-bottom: -2.5714285714rem;
  }
}
@media screen and (min-width: 1400px) {
  .page-template-page-actioncenter .share-story .background img {
    height: auto;
    width: 70%;
  }
}

.issue-template-default .issue-hero {
  position: relative;
  margin-bottom: 3.7857142857rem;
  overflow: hidden;
}
.issue-template-default .issue-hero .background {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
  background-color: #301544;
}
.issue-template-default .issue-hero .background img {
  min-width: 100%;
  min-height: 100%;
  opacity: 0.85;
  z-index: 0;
  position: relative;
  right: calc(-50% + 56rem);
}
.issue-template-default .issue-hero .background::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: linear-gradient(90deg, #301544 0%, rgba(48, 21, 68, 0) 100%);
  opacity: 0.9;
}
.issue-template-default .issue-hero .hero-content {
  position: relative;
  margin: 4.0714285714rem max(5%, 2.2857142857rem) 3.0714285714rem;
}
.issue-template-default .issue-hero .hero-content .page-title,
.issue-template-default .issue-hero .hero-content .h3,
.issue-template-default .issue-hero .hero-content .h5,
.issue-template-default .issue-hero .hero-content p {
  color: white;
  margin-top: 0;
}
.issue-template-default .issue-hero .hero-content .h3 {
  margin-bottom: 1.2857142857rem;
  font-size: 1.14rem;
}
.issue-template-default .issue-hero .hero-content .page-title {
  display: block;
  margin-bottom: 1.6428571429rem;
  font-size: 2.57rem;
}
.issue-template-default .issue-hero .hero-content .description {
  max-width: 37.5rem;
  margin-bottom: 2.2857142857rem;
  font-size: 1rem;
}
.issue-template-default .issue-hero .hero-content .h5 {
  margin-bottom: 1rem;
}
.issue-template-default .issue-hero .hero-content hr {
  margin: 0 0 1.8571428571rem;
  height: 2px;
  width: 18.8571428571rem;
  color: #3BB5C3;
  background-color: #3BB5C3;
  border: none;
}
.issue-template-default .issue-hero .hero-content .prompt p {
  max-width: 37.5rem;
  margin-bottom: 1.4285714286rem;
}
.issue-template-default .issue-hero .hero-content .prompt a.button {
  display: inline-block;
}
@media screen and (min-width: 768px) {
  .issue-template-default .issue-hero {
    padding: 5rem 0 5rem 5%;
  }
  .issue-template-default .issue-hero::after {
    position: absolute;
    content: "";
    bottom: 0;
    right: 0;
    width: 0;
    height: 0;
    border-bottom: 7.1428571429rem solid white;
    border-left: 100vw solid transparent;
    z-index: 1;
  }
  .issue-template-default .issue-hero .hero-content {
    margin: 0;
  }
  .issue-template-default .issue-hero .hero-content .h3 {
    font-size: 1.71rem;
  }
  .issue-template-default .issue-hero .hero-content .page-title {
    font-size: 5.71rem;
    margin-bottom: 1.3571428571rem;
  }
  .issue-template-default .issue-hero .hero-content .description {
    font-size: 1.43rem;
    margin-bottom: 4.2142857143rem;
  }
  .issue-template-default .issue-hero .hero-content .prompt p {
    margin-bottom: 2.1428571429rem;
  }
}
@media screen and (min-width: 1024px) {
  .issue-template-default .issue-hero {
    padding: 9.5rem 0 10.9285714286rem 12.8571428571rem;
  }
  .issue-template-default .issue-hero .hero-content .page-title {
    font-size: 5.71rem;
  }
}
@media screen and (min-width: 1200px) {
  .issue-template-default .issue-hero .background img {
    position: static;
    right: auto;
  }
  .issue-template-default .issue-hero .hero-content {
    max-width: calc(100% - 32.1428571429rem);
  }
}
@media screen and (min-width: 1400px) {
  .issue-template-default .issue-hero .hero-content {
    max-width: calc(100% - 39.2857142857rem);
  }
}
.issue-template-default aside.sixty-seconds {
  margin: 0 5% 5rem;
}
.issue-template-default aside.sixty-seconds .h1,
.issue-template-default aside.sixty-seconds .h4,
.issue-template-default aside.sixty-seconds body.post .main-content-sidebar .sidebar-content-block .sidebar-title,
body.post .main-content-sidebar .sidebar-content-block .issue-template-default aside.sixty-seconds .sidebar-title,
.issue-template-default aside.sixty-seconds .page .main-content-sidebar .sidebar-title,
.page .main-content-sidebar .issue-template-default aside.sixty-seconds .sidebar-title {
  margin: 0;
}
.issue-template-default aside.sixty-seconds p:first-of-type {
  margin-top: 0;
}
.issue-template-default aside.sixty-seconds .h4, .issue-template-default aside.sixty-seconds body.post .main-content-sidebar .sidebar-content-block .sidebar-title, body.post .main-content-sidebar .sidebar-content-block .issue-template-default aside.sixty-seconds .sidebar-title, .issue-template-default aside.sixty-seconds .page .main-content-sidebar .sidebar-title, .page .main-content-sidebar .issue-template-default aside.sixty-seconds .sidebar-title {
  color: #3BB5C3;
  text-transform: uppercase;
  margin-bottom: 0.9285714286rem;
}
.issue-template-default aside.sixty-seconds .sixty-seconds-header {
  display: block;
  margin-bottom: 1.1428571429rem;
}
.issue-template-default aside.sixty-seconds .sixty-seconds-header .h1 {
  color: #50266F;
}
.issue-template-default aside.sixty-seconds .fal {
  display: none;
}
.issue-template-default aside.sixty-seconds ul,
.issue-template-default aside.sixty-seconds ol {
  padding-left: 0;
}
.issue-template-default aside.sixty-seconds a.button {
  display: block;
  text-align: center;
  margin-top: 2.2857142857rem;
}
@media screen and (min-width: 768px) {
  .issue-template-default aside.sixty-seconds {
    margin-left: 15%;
  }
  .issue-template-default aside.sixty-seconds .sixty-seconds-header {
    display: flex;
    margin-bottom: 1.5rem;
    margin-left: -6.1428571429rem;
  }
  .issue-template-default aside.sixty-seconds .sixty-seconds-header .fal {
    display: block;
    color: #3BB5C3;
    margin-top: -2.3571428571rem;
    font-size: 5.1428571429rem;
    margin-right: 1rem;
  }
  .issue-template-default aside.sixty-seconds a.button {
    display: inline-block;
    text-align: left;
    padding: 1.1428571429rem 2.4285714286rem 0.8571428571rem 1.5rem;
    margin-top: 1.2857142857rem;
  }
  .issue-template-default aside.sixty-seconds a.button .fas {
    vertical-align: middle;
    font-size: 1.7142857143rem;
    margin-right: 1.7142857143rem;
    margin-top: -0.2142857143rem;
  }
}
@media screen and (min-width: 1200px) {
  .issue-template-default aside.sixty-seconds {
    margin: 0;
    padding: 5rem 2.1428571429rem 5.9285714286rem 7.7857142857rem;
    position: absolute;
    top: 22.1428571429rem;
    right: 0;
    z-index: 3;
  }
  .issue-template-default aside.sixty-seconds .sixty-seconds-header {
    margin-left: -5.6785714286rem;
  }
  .issue-template-default aside.sixty-seconds .sixty-seconds-header .fal {
    margin-right: 0.5rem;
  }
  .issue-template-default aside.sixty-seconds .background {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    transform-style: flat;
    perspective: 400px;
  }
  .issue-template-default aside.sixty-seconds .background::before {
    content: "";
    right: 5.2%;
    top: 0;
    bottom: 0;
    width: 100%;
    position: absolute;
    background-color: white;
    transform: rotateY(-15deg);
    box-shadow: 5px 20px 30px rgba(0, 0, 0, 0.1);
  }
  .issue-template-default aside.sixty-seconds > * {
    position: relative;
  }
  .issue-template-default aside.sixty-seconds p {
    max-width: 20.4285714286rem;
  }
}
@media screen and (min-width: 1400px) {
  .issue-template-default aside.sixty-seconds {
    padding: 10rem 7.1428571429rem 11.8571428571rem 11.3571428571rem;
  }
  .issue-template-default aside.sixty-seconds .background::before {
    top: 3.5714285714rem;
    right: 7.1%;
  }
  .issue-template-default aside.sixty-seconds .sixty-seconds-header {
    margin-left: -7.6785714286rem;
  }
  .issue-template-default aside.sixty-seconds .sixty-seconds-header .fal {
    margin-top: -2.3571428571rem;
    margin-right: 2.5rem;
  }
}
.issue-template-default .issue-steps {
  position: relative;
}
.issue-template-default .issue-steps .step-holder {
  max-width: 102.8571428571rem;
  margin-left: auto;
  margin-right: auto;
  padding: 0 5%;
}
.issue-template-default .issue-steps .step-holder details {
  margin-left: 4.6428571429rem;
}
.issue-template-default .issue-steps .step-holder details img {
  max-width: 100%;
  height: auto;
}
.issue-template-default .issue-steps .step-holder details p {
  font-size: 1.29rem;
}
@media screen and (min-width: 768px) {
  .issue-template-default .issue-steps .step-holder {
    margin-bottom: 6.4285714286rem;
  }
  .issue-template-default .issue-steps .step-holder p {
    font-size: 1.43rem;
  }
}
@media screen and (min-width: 1200px) {
  .issue-template-default .issue-steps .step-holder details {
    margin-left: 7.8571428571rem;
    margin-right: 2.1428571429rem;
    max-width: 40rem;
  }
}
@media screen and (min-width: 1400px) {
  .issue-template-default .issue-steps .step-holder {
    padding: 0;
  }
  .issue-template-default .issue-steps .step-holder details {
    margin-left: 12.8571428571rem;
    margin-right: 38.9285714286rem;
    max-width: 48.7857142857rem;
  }
}
.issue-template-default .issue-content .wp-block-image {
  margin-top: 5.7142857143rem;
}
.issue-template-default .issue-content > p, .issue-template-default .issue-content > ul, .issue-template-default .issue-content > ul {
  margin-left: 5%;
  margin-right: 5%;
}
@media screen and (min-width: 1400px) {
  .issue-template-default .issue-content > p, .issue-template-default .issue-content > ul, .issue-template-default .issue-content > ul {
    max-width: 102.8571428571rem;
    margin-left: auto;
    margin-right: auto;
  }
}
.issue-template-default .section-the-latest {
  max-width: 102.8571428571rem;
  margin-left: auto;
  margin-right: auto;
  border-top: 2px solid #3BB5C3;
  margin-bottom: 7.8571428571rem;
}
.issue-template-default .section-the-latest .h3 {
  margin-top: 4.8571428571rem;
  margin-bottom: 0;
}
.issue-template-default .section-the-latest .description {
  margin-top: 0.1428571429rem;
  margin-bottom: 1.7142857143rem;
}
.issue-template-default .links-sidebar {
  z-index: 2;
}
@media screen and (min-width: 1200px) {
  .issue-template-default .links-sidebar {
    top: 1.4285714286rem;
  }
}
@media screen and (min-width: 1400px) {
  .issue-template-default .links-sidebar {
    top: 22.8571428571rem;
  }
}

.section-person-hero {
  padding-top: 70px;
  padding-bottom: 70px;
}
@media (max-width: 767px) {
  .section-person-hero {
    padding: 30px 0;
  }
}
.section-person-hero .person-hero-wrap {
  max-height: 400px;
  overflow: hidden;
}
.section-person-hero .person-hero {
  max-height: 481px;
  max-width: 636px;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.section-person-hero .person-content {
  border-top: 2px solid #3BB5C3;
  padding-top: 70px;
}
.section-person-hero .person-content h1 {
  margin-bottom: 10px;
}
.section-person-hero .person-content h1,
.section-person-hero .person-content .h5 {
  color: #2C3E5C;
}
@media (max-width: 767px) {
  .section-person-hero .person-content {
    border: none;
    padding: 40px 0px 0px 0px;
  }
}
.section-person-hero .h5 {
  margin-top: 0;
  margin-bottom: 30px;
}
.section-person-hero .social-links {
  display: flex;
  padding: 20px 0 60px 0;
}
@media (max-width: 767px) {
  .section-person-hero .social-links {
    padding: 0 0 30px 0;
  }
}
.section-person-hero .social-links a {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0.4285714286rem 0.8571428571rem;
  line-height: 1;
  color: #3BB5C3;
  font-size: 1.4285714286rem;
  transition: all 0.1s ease-in-out;
}
.section-person-hero .social-links a:hover {
  color: #50266F;
  text-decoration: none;
}
.section-person-hero .social-links .twitter-icon {
  display: inline-block;
  vertical-align: middle;
  height: 17px;
  width: 17px;
}
.section-person-hero .social-links .twitter-icon path {
  fill: #3BB5C3;
  stroke: white;
}
.section-person-hero .social-links .twitter-icon:hover path {
  stroke: white;
  fill: #50266F;
}
.section-person-hero .button {
  padding: 0.8571428571rem 1.5714285714rem 0.7142857143rem 0.7857142857rem;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-bottom: 20px;
  border-radius: 4px;
}
.section-person-hero .button:not(*:root) {
  padding-top: 0.7142857143rem;
  padding-bottom: 0.8571428571rem;
}
.section-person-hero .button i {
  font-size: 1rem;
  margin-right: 0.7857142857rem;
}
@media (max-width: 767px) {
  .section-person-hero .button {
    display: block;
    width: 100%;
    text-align: center;
  }
}
@media (max-width: 767px) {
  .section-person-hero .person-hero {
    width: 100%;
  }
}
.section-person-hero .person-hero-wrap {
  position: relative;
}
.section-person-hero .person-hero-wrap .download-photo {
  position: absolute;
  bottom: 0;
  left: 50px;
  color: #ffffff;
  background: #3BB5C3;
  padding: 10px 10px;
  font-size: 32px;
}
.section-person-hero .person-hero-wrap .download-photo:focus, .section-person-hero .person-hero-wrap .download-photo:hover {
  background-color: #00acbd;
}
.section-person-hero .champion-women-button {
  display: none;
}
.section-person-hero .show-champion-women-button {
  display: block;
}

.section-person-work .h3 {
  margin-top: 0;
  margin-bottom: 3.0714285714rem;
}
.section-person-work .h4, .section-person-work body.post .main-content-sidebar .sidebar-content-block .sidebar-title, body.post .main-content-sidebar .sidebar-content-block .section-person-work .sidebar-title, .section-person-work .page .main-content-sidebar .sidebar-title, .page .main-content-sidebar .section-person-work .sidebar-title {
  margin: 0.7142857143rem 0 0;
  color: #2C3E5C;
  font-weight: normal;
}
.section-person-work .container {
  border-top: 2px solid #3BB5C3;
  padding-top: 2.5rem;
}
.section-person-work .button {
  display: inline-block;
  padding: 10px 25px;
  margin: 0.7142857143rem;
  font-size: 16px;
  background: #ebf2f3;
  color: #2C3E5C;
  transition: 0.2s ease;
}
.section-person-work .button.active, .section-person-work .button:hover {
  color: #ffffff;
  transition: 0.2s ease;
  background: #8D6A9F;
}
.section-person-work .work-filters {
  margin-bottom: 50px;
  text-align: center;
}
.section-person-work .no-results {
  width: 100%;
  text-align: center;
  margin-bottom: 3.5714285714rem;
}
@media screen and (min-width: 1024px) {
  .section-person-work .work-filters {
    text-align: left;
  }
}
@media screen and (min-width: 1200px) {
  .section-person-work {
    margin-top: 6.2142857143rem;
  }
  .section-person-work .button {
    margin: 0 0.7142857143rem;
  }
}

.more-photos {
  padding-top: 30px;
  padding-bottom: 30px;
}
.more-photos a {
  display: block;
}
.more-photos img {
  width: 100%;
  max-width: 100%;
}

.post-person .links-sidebar.floating {
  margin: 3.5714285714rem 0 0;
}
@media screen and (min-width: 1200px) {
  .post-person .section-main-content {
    position: relative;
  }
  .post-person .links-sidebar.floating {
    top: 0;
    right: 0;
    margin: 0;
  }
}

body.categoryc main {
  margin-top: 11.0714285714rem;
  background-image: url("/wp-content/themes/iwv/assets/images/square-dots.svg"), linear-gradient(90deg, rgba(255, 255, 255, 0.4) 8%, rgba(255, 255, 255, 0.4) 29%);
  background-repeat: no-repeat;
  background-position: 1.0714285714rem 3.286rem;
  background-blend-mode: overlay;
}
body.categoryc .section-page-hero {
  margin-bottom: 0;
}
body.categoryc .section-page-hero .category-title-container {
  display: flex;
  flex-direction: column;
  align-items: center;
}
body.categoryc .section-page-hero .category-title-container .page-title {
  position: relative;
  z-index: 4;
  font-size: 3.42857rem;
}
body.categoryc .section-page-hero .category-title-container .filter-toggle {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  padding: 10px 25px;
  margin-top: 1.7142857143rem;
  background-color: #8D6A9F;
}
body.categoryc .section-page-hero .category-title-container .filter-toggle:focus, body.categoryc .section-page-hero .category-title-container .filter-toggle:hover {
  text-decoration: none;
  color: #ffffff;
  background-color: #4b1966;
}
@media screen and (min-width: 768px) {
  body.categoryc .section-page-hero .page-title {
    font-size: 5.71rem;
  }
}
body.categoryc .section-feature {
  overflow: hidden;
}
body.categoryc .section-feature .feature-image {
  transition: all 1s ease-in-out;
}
body.categoryc .section-feature:hover .feature-image {
  transform: scale(1.05);
}
body.categoryc .section-feature .feature-content {
  background-color: #50266F;
}
body.categoryc .section-feature .feature-content .h5 {
  color: #80CED7;
}
body.categoryc .section-feature .feature-content .meta-data,
body.categoryc .section-feature .feature-content .meta-data a {
  color: #80CED7;
}
@media screen and (min-width: 1024px) {
  body.categoryc .section-feature .feature-content {
    background-color: transparent;
    position: relative;
  }
  body.categoryc .section-feature .feature-content > div {
    margin-left: -3.5714285714rem;
    position: relative;
    z-index: 1;
    max-width: 37.4285714286rem;
  }
  body.categoryc .section-feature .feature-content::before {
    content: "";
    position: absolute;
    top: 0;
    left: -8rem;
    width: 150%;
    height: 100%;
    background-color: #50266F;
    transform: skewX(15deg);
  }
  body.categoryc .section-feature .feature-content::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-image: url("/wp-content/themes/iwv/assets/images/triangle-slashes-purple.svg");
    background-position: right -6.7857142857rem bottom -7.8571428571rem;
    background-repeat: no-repeat;
  }
}

body.search main {
  padding-top: 4.8571428571rem;
}
body.search .section-page-hero .page-title {
  margin-top: 1.0714285714rem;
  margin-bottom: 1.5rem;
}
body.search .section-page-hero .h6,
body.search .section-page-hero .h3 {
  color: #2C3E5C;
}
body.search .section-page-hero .h3 {
  margin: 0 1.0714285714rem;
}
body.search .search-results-posts {
  margin-top: 4.5714285714rem;
}
body.search .search-results-posts .search-filters {
  padding-top: 0px;
}
body.search .search-results-posts .search-filters .select-wrapper, body.search .search-results-posts .search-filters .gform_legacy_markup_wrapper .gform_body ul li .ginput_container_select, .gform_legacy_markup_wrapper .gform_body ul li body.search .search-results-posts .search-filters .ginput_container_select,
body.search .search-results-posts .search-filters .gform_legacy_markup_wrapper .gform_body ul li .address_state,
.gform_legacy_markup_wrapper .gform_body ul li body.search .search-results-posts .search-filters .address_state {
  display: block;
}
body.search .search-results-posts a.view-more {
  display: block;
  text-align: center;
  margin-bottom: 10px;
}
body.search .result-type-filters {
  margin-top: 1.0714285714rem;
}
body.search .result-type-filters a {
  background: #eff0f2;
  color: #2C3E5C;
  padding: 0.7857142857rem 1.4285714286rem;
  margin: 0 0.5714285714rem 1.0714285714rem;
  text-align: center;
  border-radius: 4px;
  transition: 0.2s ease;
  white-space: nowrap;
}
body.search .result-type-filters a.active, body.search .result-type-filters a:hover {
  transition: 0.2s ease;
  background: #8D6A9F;
  color: #ffffff;
  text-decoration: none;
}
@media screen and (min-width: 1024px) {
  body.search {
    margin: 0;
  }
}

.error404 .section-page-hero {
  padding: 6.2857142857rem 0;
  background-color: #301544;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 75vh;
}
.error404 .section-page-hero h1 {
  color: white;
}
.error404 .section-page-hero .h5 {
  display: block;
  text-align: center;
  color: #3BB5C3;
}

.section-main-content p {
  margin-top: 0px;
  margin-bottom: 35px;
}

header {
  width: 100%;
  background-color: white;
  border-bottom: 1px solid rgba(80, 38, 111, 0.2);
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.025);
  height: 7.2143rem;
  will-change: transform;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 5%;
  padding: 0 max(5%, 2.2857142857rem);
  position: relative;
  z-index: 50;
}
header .logo {
  transition: all 0.5s linear;
}
header .logo img {
  transition: all 0.5s linear;
  width: 100%;
  height: auto;
  max-width: 8.6428571429rem;
}
header .menu-buttons a {
  color: #50266F;
  font-size: 1.4285714286rem;
}
header .menu-buttons a + a {
  margin-left: 1rem;
}
header nav {
  display: none;
  flex-direction: column;
  align-items: center;
}
header nav ul {
  padding: 0;
}
header nav > ul {
  margin: 2rem 0;
  height: 100%;
  text-align: right;
}
header nav > ul li::before {
  display: none;
}
header nav > ul > li {
  color: #2C3E5C;
  position: relative;
}
header nav > ul > li a {
  color: inherit;
}
header nav > ul > li + li {
  margin-left: 0.5rem;
  flex-basis: 20px;
}
header nav > ul > li:focus, header nav > ul > li:focus-within, header nav > ul > li:hover, header nav > ul > li.show-dropdown {
  color: #50266F;
}
header nav > ul > li:focus.menu-item-has-children::before, header nav > ul > li:focus-within.menu-item-has-children::before, header nav > ul > li:hover.menu-item-has-children::before, header nav > ul > li.show-dropdown.menu-item-has-children::before {
  content: "";
  display: block;
  position: absolute;
  margin-left: 0;
  width: auto;
  height: 1.7857142857rem;
  top: 98%;
  left: -20%;
  right: -30%;
}
header nav > ul > li:focus.menu-item-has-children > a::after, header nav > ul > li:focus-within.menu-item-has-children > a::after, header nav > ul > li:hover.menu-item-has-children > a::after, header nav > ul > li.show-dropdown.menu-item-has-children > a::after {
  content: "\F078";
  position: absolute;
  left: calc(50% - 0.5rem);
  bottom: -0.8rem;
}
header nav > ul > li:focus.menu-item-has-children.action-center::after, header nav > ul > li:focus-within.menu-item-has-children.action-center::after, header nav > ul > li:hover.menu-item-has-children.action-center::after, header nav > ul > li.show-dropdown.menu-item-has-children.action-center::after {
  content: "";
  position: absolute;
  bottom: -3rem;
  height: 3rem;
  left: 0;
  width: 64.7142857143rem;
}
header nav > ul > li:focus .dropdown, header nav > ul > li:focus-within .dropdown, header nav > ul > li:hover .dropdown, header nav > ul > li.show-dropdown .dropdown {
  display: block;
}
header nav > ul > li:focus .dropdown::before, header nav > ul > li:focus-within .dropdown::before, header nav > ul > li:hover .dropdown::before, header nav > ul > li.show-dropdown .dropdown::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 3rem;
  top: -1.05rem;
  left: 0;
}
header nav > ul > li:focus .dropdown.large, header nav > ul > li:focus-within .dropdown.large, header nav > ul > li:hover .dropdown.large, header nav > ul > li.show-dropdown .dropdown.large {
  display: flex;
}
header nav > ul > li .dropdown {
  display: none;
  position: absolute;
  background-color: white;
  box-shadow: 0px 25px 40px rgba(0, 0, 0, 0.4);
  top: 177%;
  left: 0;
  padding: 1.5rem 4rem;
  margin-top: 0;
  z-index: 1;
}
header nav > ul > li .dropdown > li {
  white-space: nowrap;
}
header nav > ul > li .dropdown > li + li {
  margin-top: 2.2857142857rem;
}
header nav > ul > li .dropdown a {
  color: #50266F;
}
header nav > ul > li .dropdown a:hover {
  color: #3BB5C3;
}
header nav > ul > li .dropdown.large.about-img::before {
  background-image: url("/wp-content/themes/iwv/assets/images/about-dropdown-women.jpg");
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: auto;
  height: auto;
  z-index: 0;
  mix-blend-mode: soft-light;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: right;
  opacity: 0.35;
  right: 0;
  width: 56%;
}
header nav > ul > li .dropdown.large.about-img .right {
  display: flex;
  flex-direction: column;
  justify-content: center;
  max-width: 21rem;
}
header nav > ul > li .dropdown.large.about-img .right .h5 {
  margin-bottom: 5px;
}
header nav > ul > li .dropdown.large.about-img .right .h3 {
  color: white;
  margin-bottom: 25px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
header nav > ul > li .dropdown.large.issue-img::before {
  background-image: var(--image-url, "/wp-content/themes/iwv/assets/images/about-dropdown-women.jpg");
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: auto;
  height: auto;
  z-index: 0;
  mix-blend-mode: soft-light;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: right;
  opacity: 0.35;
  right: 0;
  width: 56%;
}
header nav > ul > li .dropdown.large.issue-img .right {
  display: flex;
  flex-direction: column;
  justify-content: center;
  max-width: 21rem;
}
header nav > ul > li .dropdown.large.issue-img .right .h5 {
  margin-bottom: 5px;
}
header nav > ul > li .dropdown.large.issue-img .right .h3 {
  color: white;
  margin-bottom: 25px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
header nav > ul > li .dropdown.large {
  width: 64.7142857143rem;
  padding: 4.5714285714rem 3.8571428571rem 4.1428571429rem 5.5714285714rem;
  background-color: #50266F;
  overflow: hidden;
  white-space: normal;
}
header nav > ul > li .dropdown.large::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: auto;
  height: auto;
  z-index: 0;
  mix-blend-mode: soft-light;
  background-image: url("/wp-content/themes/iwv/assets/images/action-dropdown-bg.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: left bottom;
  opacity: 0.35;
  right: 0;
  width: 55%;
}
header nav > ul > li .dropdown.large::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  height: 7.1428571429rem;
  background: linear-gradient(180deg, #000000 0%, rgba(0, 0, 0, 0) 100%);
  opacity: 0.15;
}
header nav > ul > li .dropdown.large .h3 {
  color: #2C3E5C;
  margin-top: 0;
}
header nav > ul > li .dropdown.large ul li + li {
  margin-top: 2.7142857143rem;
}
header nav > ul > li .dropdown.large ul li a {
  color: #50266F;
}
header nav > ul > li .dropdown.large ul li a:hover {
  color: #3BB5C3;
}
header nav > ul > li .dropdown.large a.view-all {
  color: #50266F;
}
header nav > ul > li .dropdown.large a.view-all:hover {
  color: #3BB5C3;
}
header nav > ul > li .dropdown.large a.view-all .fal {
  font-size: 2rem;
  line-height: 1;
  vertical-align: middle;
  padding-bottom: 0.2142857143rem;
  width: 3.1428571429rem;
  text-align: center;
}
header nav > ul > li .dropdown.large a.button {
  padding-top: 1.2142857143rem;
  padding-bottom: 1.2142857143rem;
  line-height: 1;
  display: block;
  width: -moz-max-content;
  width: max-content;
  color: white;
}
header nav > ul > li .dropdown.large .left {
  width: 100%;
  max-width: 28.5rem;
  position: relative;
}
header nav > ul > li .dropdown.large .left > * {
  position: relative;
}
header nav > ul > li .dropdown.large .left::before {
  content: "";
  position: absolute;
  background-color: white;
  top: -4.5714285714rem;
  left: -50%;
  width: 150%;
  height: calc(100% + 122px);
  transform: skewX(-15deg);
}
header nav > ul > li .dropdown.large .right {
  max-width: 17rem;
  margin-left: 7.5rem;
  position: relative;
}
header nav > ul > li .dropdown.large .right .h5 {
  margin-top: 0;
  margin-bottom: 1.7142857143rem;
  color: white;
}
header nav > ul > li .dropdown.large .right .h1 {
  margin-top: 0;
  margin-bottom: 43px;
  color: white;
}
header nav > ul > li .dropdown.large .right .hide {
  display: none;
}
@media screen and (min-width: 768px) {
  header nav {
    display: block;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background-color: white;
  }
  header nav > ul {
    display: flex;
    margin: 0;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
    text-align: left;
    padding: 1rem 0;
  }
  header nav > ul > li:focus, header nav > ul > li:focus-within, header nav > ul > li:hover, header nav > ul > li.show-dropdown header nav > ul > li:hover {
    color: #3BB5C3;
  }
  header nav > ul > li:focus::after, header nav > ul > li:focus-within::after, header nav > ul > li:hover::after, header nav > ul > li.show-dropdown header nav > ul > li:hover::after {
    top: 75%;
  }
  header nav > ul > li + li {
    margin-top: 0;
    flex-basis: auto;
    margin-left: 0;
  }
}
@media screen and (min-width: 1024px) {
  header nav > ul > li {
    white-space: nowrap;
  }
  header nav > ul > li .dropdown.large {
    white-space: normal;
  }
}
@media screen and (min-width: 1200px) {
  header nav {
    position: static;
    background: white;
    width: auto;
  }
  header nav > ul {
    padding: 0;
  }
  header nav > ul > li {
    color: #2C3E5C;
  }
  header nav > ul > li + li {
    margin-left: 1.3rem;
  }
  header nav > ul > li:hover, header nav > ul > li.show-dropdown {
    color: #50266F;
  }
  header nav > ul > li.menu-item-has-children:hover::before, header nav > ul > li.menu-item-has-children.show-dropdown::before {
    height: 3.5714285714rem;
  }
  header nav > ul > li.menu-item-has-children:hover::after, header nav > ul > li.menu-item-has-children.show-dropdown::after {
    top: 145%;
  }
  header nav > ul > li.menu-item-has-children:hover > a::after, header nav > ul > li.menu-item-has-children.show-dropdown > a::after {
    bottom: auto;
    top: 120%;
  }
  header nav > ul > li.menu-item-has-children:hover .dropdown:not(.large)::before, header nav > ul > li.menu-item-has-children.show-dropdown .dropdown:not(.large)::before {
    top: -3rem;
  }
  header nav > ul > li.menu-item-has-children .dropdown {
    top: 4.2857142857rem;
  }
  header nav > ul > li.menu-item-has-children.issues {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }
  header nav > ul > li.menu-item-has-children.issues > a::after {
    bottom: auto;
    top: 45px;
  }
  header nav > ul > li.menu-item-has-children.issues .dropdown {
    top: 80px;
  }
}
@media screen and (min-width: 1400px) {
  header nav > ul > li + li {
    margin-left: 2.2857142857rem;
  }
}
header .header-end {
  display: none;
  height: 100%;
  flex-direction: column;
  justify-content: center;
  padding-left: 2rem;
}
@media screen and (min-width: 768px) {
  header .header-end {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
  }
}
header .header-end #search-button {
  height: 3.4286rem;
  width: 3.4286rem;
  background-color: #3BB5C3;
  border: none;
  color: white;
  font-size: 1.4285714286rem;
  padding: 0.9285714286rem 1rem 1.0714285714rem;
  border-radius: 5rem;
  visibility: visible;
  opacity: 1;
  transition: visibility 0s linear 0s opacity 0.5s ease-in-out;
}
@media screen and (min-width: 768px) {
  header .header-end #search-button {
    margin-right: 1.9285714286rem;
  }
}
header .header-end .donate {
  height: 100%;
  display: block;
  padding: 2.7857rem 3.7143rem;
  padding-left: 5.0714rem;
  position: relative;
  border-radius: 0;
  background-color: transparent;
  text-align: center;
  transition: all 0.5s linear;
}
header .header-end .donate > span {
  position: relative;
  z-index: 1;
  display: inline-block;
  transition: all 0.1s ease-in-out;
}
header .header-end .donate::before {
  content: "";
  position: absolute;
  top: 0;
  background-color: #50266F;
  box-shadow: inset 20px 0px 30px rgba(0, 0, 0, 0.3);
  transform: skewX(-20deg);
  bottom: 1px;
  width: 88%;
  transition: all 0.5s ease-in-out;
  will-change: transform;
}
header .header-end .donate::after {
  content: "";
  position: absolute;
  background-color: #C93B2E;
  position: absolute;
  top: 0;
  left: 0;
  right: -20%;
  height: 100%;
  transform: skewX(-18deg);
  transition: all 0.5s ease-in-out, background-color 0.1s ease-in-out;
  visibility: visible;
}
header .header-end .donate:hover > span {
  transform: scale(1.05);
}
header .header-end .donate:hover::after {
  background-color: #D01D16;
}
header .menu-buttons .mobile-search {
  display: inline-block;
  height: 3.4286rem;
  width: 3.4286rem;
  background-color: #3BB5C3;
  border: none;
  color: white;
  font-size: 1.4285714286rem;
  padding: 0.9285714286rem 1rem 1.0714285714rem;
  border-radius: 5rem;
}
header.fixed {
  position: fixed;
  top: 0;
  right: 0;
}
header .search-bar {
  position: absolute;
  z-index: 6;
  opacity: 0;
  pointer-events: none;
  transition: 0.2s ease;
  top: 0.9285714286rem;
  left: 80%;
  right: 15.0714285714rem;
}
@media screen and (min-width: 1200px) {
  header .search-bar {
    right: 15.9285714286rem;
  }
}
header .search-bar input {
  border-radius: 50px;
  width: 100%;
  height: 71px;
  font-size: 1.2857142857rem;
  padding-left: 30px;
  border: none;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.2);
}
header .search-bar input:focus {
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.2), 0 0 2px 0 #8D6A9F;
}
header .search-bar input[type=submit] {
  background: #3BB5C3;
  position: absolute;
  padding: 0;
  right: 1.4285714286rem;
  height: 3.4285714286rem;
  width: 3.4285714286rem;
  top: 0.8214285714rem;
  box-shadow: none;
  transition: 0.2s ease;
}
header .search-bar input[type=submit]:hover {
  transform: scale(1.05);
  transition: 0.2s ease;
}
.show-search header .search-bar {
  left: rem(215px);
  opacity: 1;
  transition: 0.2s ease;
  pointer-events: auto;
}
@media screen and (min-width: 1024px) {
  .show-search header .search-bar {
    left: calc(5% + 11.8571428571rem);
  }
}
@media screen and (min-width: 1200px) {
  .show-search header .search-bar {
    left: 14.9285714286rem;
  }
}
@media screen and (min-width: 1400px) {
  .show-search header .search-bar {
    left: 20.7142857143rem;
  }
}
.show-search header .search-toggle .fa-times {
  display: inline-block;
}
.show-search header .search-toggle .fa-search {
  display: none;
}
.front-page header:not(.fixed) {
  display: none;
  border-bottom: none;
  background-color: transparent;
}
.front-page header:not(.fixed) .logo {
  transition-delay: 0s;
  margin: 0;
}
.front-page header:not(.fixed) .logo img {
  transition-duration: 0.2s;
  transition-delay: 0s;
  width: 0;
}
.front-page header:not(.fixed) #search-button {
  opacity: 0;
  visibility: collapse;
  transition: visibility 0s linear 0.5s, opacity 0.5s ease-in-out;
}
.show-search .front-page header:not(.fixed) .search-bar {
  left: 2.8571428571rem;
  right: 28.5714285714rem;
}
.front-page header:not(.fixed) nav {
  display: flex;
  position: static;
  flex-direction: row;
  background-color: white;
}
.front-page header:not(.fixed) nav > ul {
  width: 95%;
  justify-content: space-between;
  margin-left: 0.7142857143rem;
}
.front-page header:not(.fixed) nav > ul li {
  color: #2C3E5C;
}
.front-page header:not(.fixed) nav > ul li:hover, .front-page header:not(.fixed) nav > ul li.show-dropdown {
  color: #50266F;
}
.front-page header:not(.fixed) .header-end {
  display: flex;
  overflow: hidden;
  height: 8.5714285714rem;
  min-width: 21.4285714286rem;
}
.front-page header:not(.fixed) .donate {
  text-shadow: 2px 2px 0px rgba(0, 0, 0, 0.15);
  padding: 3.4285714286rem 9.5714285714rem 3.0714285714rem 5.7142857143rem;
}
.front-page header:not(.fixed) .donate::before {
  bottom: 0;
}
@media screen and (min-width: 1024px) {
  .front-page header:not(.fixed) {
    display: flex;
    height: 7.1428571429rem;
  }
  .front-page header:not(.fixed) .header-end {
    padding-bottom: 1.4285714286rem;
    margin-bottom: -1.4285714286rem;
  }
  .front-page header:not(.fixed) .donate {
    margin-right: 2.8571428571rem;
  }
  .front-page header:not(.fixed) .donate::after {
    height: 8.5714285714rem;
    left: 6%;
    right: 6%;
    transform: skewX(-20deg);
    will-change: transform, left, right;
  }
  .front-page header:not(.fixed) .donate::before {
    left: 95%;
    will-change: transform, left;
  }
}
@media screen and (min-width: 1200px) {
  .front-page header:not(.fixed) nav {
    margin-left: 6.4285714286rem;
  }
  .front-page header:not(.fixed) nav > ul {
    width: auto;
  }
  .front-page header:not(.fixed) .header-end .donate {
    padding: 3.4285714286rem 9.5714285714rem 3.0714285714rem 9.3571428571rem;
  }
}
header .progress-container {
  position: absolute;
  width: 100%;
  height: 4px;
  top: 100%;
  left: 0;
  /* The progress bar (scroll indicator) */
}
header .progress-container .progress-bar {
  height: 5px;
  background: #D99628;
  width: 0%;
}
@media screen and (min-width: 768px) {
  header {
    padding-right: 0;
  }
  header .logo img {
    max-width: 11.2142857143rem;
  }
  header .menu-buttons {
    display: none;
  }
  header .progress-container {
    top: calc(100% + 3.3571428571rem);
  }
}
@media screen and (min-width: 1200px) {
  header {
    padding: 0;
    justify-content: space-between;
  }
  header .logo {
    margin-left: 1.4285714286rem;
  }
  header .progress-container {
    top: 100%;
  }
}
@media screen and (min-width: 1400px) {
  header .logo {
    margin-left: 7.3571428571rem;
    margin-right: 0.7142857143rem;
  }
}
.header-holder {
  height: 7.2143rem;
}

#mobile-menu {
  z-index: 100;
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: #301544;
}
#mobile-menu.show {
  display: block;
}
#mobile-menu .nav-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /* The main point: */
  overflow-y: auto;
  /* Optional but highly reccomended: enables momentum scrolling on iOS */
  -webkit-overflow-scrolling: touch;
}
#mobile-menu .menu-buttons {
  width: 100%;
  padding: 1.4285714286rem 8% 0;
  text-align: right;
}
#mobile-menu .menu-buttons .mobile-menu {
  font-size: 2.2857142857rem;
}
#mobile-menu .mobile-search-bar {
  display: flex;
  padding: 2rem 0 0 2rem;
}
#mobile-menu .mobile-search-bar input[type=search] {
  flex: 1 1 auto;
  width: auto;
  min-width: 0;
}
#mobile-menu .mobile-search-bar button {
  flex: 0 0 auto;
  background-color: transparent;
  color: #3BB5C3;
  font-size: 1.5714285714rem;
  padding: 0 7.5% 0 2rem;
}
#mobile-menu ul {
  padding-left: 2rem;
}
#mobile-menu ul li {
  color: white;
}
#mobile-menu ul li a {
  color: white;
}
#mobile-menu ul li .expander {
  background-color: transparent;
  color: #3BB5C3;
  padding: 0 8% 0 0;
  width: 30%;
  text-align: right;
  font-size: 1.5714285714rem;
}
#mobile-menu ul li::before {
  content: none;
}
#mobile-menu ul li + li {
  margin-top: 2rem;
}
#mobile-menu ul li.menu-item-has-children {
  display: flex;
  flex-wrap: wrap;
}
#mobile-menu ul li.menu-item-has-children a {
  width: 70%;
}
#mobile-menu ul li .dropdown {
  display: none;
  width: 100%;
}
#mobile-menu ul li .dropdown.show-dropdown {
  display: block;
}
#mobile-menu ul li ul.dropdown {
  margin: 1rem 0 0;
}
#mobile-menu .donate {
  display: block;
  text-align: center;
  max-width: 70%;
  margin: 2rem auto;
}
@media screen and (min-width: 1024px) {
  #mobile-menu.show {
    display: none;
  }
}

html.noscroll {
  overflow: hidden;
}
@media screen and (min-width: 1024px) {
  html.noscroll {
    overflow: visible;
  }
}

footer {
  background-image: url("/wp-content/themes/iwv/assets/images/triangle-slashes.svg");
  background-position: right -3.5857142857rem bottom;
  background-size: 25.5rem;
  background-repeat: no-repeat;
  padding: 2.9285714286rem 5%;
  border-top: 1px solid rgba(80, 38, 111, 0.2);
  width: 100%;
}
footer .footer-row {
  max-width: 102.8571428571rem;
  margin-left: auto;
  margin-right: auto;
}
footer .footer-row.share {
  margin-top: 0.5rem;
  margin-bottom: 4.2142857143rem;
}
footer .footer-row.share .logo {
  display: block;
  text-align: center;
  margin-bottom: 1.4285714286rem;
}
footer .footer-row.share .logo img {
  height: 3.6428571429rem;
}
footer .footer-row.share .row-end {
  align-items: center;
}
footer .footer-row.share .row-end .social-icons {
  margin-bottom: 1.4285714286rem;
}
footer .footer-row.share .row-end .social-icons a {
  font-size: 1.4285714286rem;
  color: #adb6c0;
  transition: all 0.1s ease-in-out;
  display: flex;
  justify-items: center;
  align-items: center;
}
footer .footer-row.share .row-end .social-icons a:hover {
  color: #3BB5C3;
}
footer .footer-row.share .row-end .social-icons a:hover .fa-twitter {
  color: #1da1f2;
}
footer .footer-row.share .row-end .social-icons a:hover .fa-facebook-f {
  color: #4267b2;
}
footer .footer-row.share .row-end .social-icons a:hover .fa-youtube {
  color: #ff0000;
}
footer .footer-row.share .row-end .social-icons a:hover .fa-instagram {
  color: #e1306c;
}
footer .footer-row.share .row-end .button {
  display: block;
  text-align: center;
}
footer .footer-row.share ul, footer .footer-row.legal ul {
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: space-around;
}
footer .footer-row.share ul li, footer .footer-row.legal ul li {
  margin-top: 0;
}
footer .footer-row.share ul li::before, footer .footer-row.legal ul li::before {
  display: none;
}
footer .footer-row.signup {
  margin-bottom: 5.0714285714rem;
}
footer .footer-row.signup .h5 {
  margin-top: 0;
  margin-bottom: 1.2857142857rem;
  color: #2C3E5C;
}
footer .footer-row.signup .gform_body ul {
  margin-top: 0;
}
footer .footer-row.signup > div {
  margin: 0 auto;
  max-width: 54.8571428571rem;
  width: 100%;
}
footer .footer-row.legal {
  flex-wrap: wrap;
}
footer .footer-row.legal p {
  max-width: 60.2142857143rem;
  margin: 0;
}
footer .footer-row.legal ul {
  justify-content: flex-start;
}
footer .footer-row.legal ul li {
  line-height: 1.67;
}
footer .footer-row.legal ul li a {
  transition: all 0.1s ease-in-out;
}
footer .footer-row.legal ul li a:focus, footer .footer-row.legal ul li a:hover {
  outline: none;
  color: #50266F;
}
footer .footer-row.legal ul li + li {
  margin-left: 1rem;
}
@media screen and (min-width: 768px) {
  footer .footer-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  footer .footer-row.share .logo {
    margin-bottom: 0;
  }
  footer .footer-row.share .row-end {
    display: flex;
  }
  footer .footer-row.share .row-end .social-icons {
    justify-content: flex-start;
    margin-bottom: 0;
  }
  footer .footer-row.signup .gform_wrapper form.fancy-signup-form {
    justify-content: space-between;
    max-width: 47.2857142857rem;
  }
  footer .footer-row.signup .gform_wrapper form.fancy-signup-form .gform_body {
    width: auto;
  }
  footer .footer-row.signup .gform_wrapper form.fancy-signup-form .gform_body .gform_fields li.gfield .ginput_container {
    margin-top: 0;
  }
  footer .footer-row.signup .gform_wrapper form.fancy-signup-form .gform_footer {
    width: auto;
    padding: 0;
  }
  footer .footer-row.legal ul {
    margin-right: 5.6428571429rem;
  }
  footer .footer-row.legal ul li + li {
    margin-left: 2.8571428571rem;
  }
  footer .footer-row.legal ul, footer .footer-row.share ul {
    margin-right: 2.9285714286rem;
  }
  footer .footer-row.legal ul li + li, footer .footer-row.share ul li + li {
    margin-left: 2rem;
  }
}
@media screen and (min-width: 1024px) {
  footer .footer-row {
    padding-left: 7.1428571429rem;
  }
  footer .footer-row.share .row-end {
    margin-right: 7.1428571429rem;
  }
  footer .footer-row.share .row-end .share-icons {
    justify-content: flex-start;
  }
  footer .footer-row.signup > div {
    margin: 0;
  }
}
@media screen and (min-width: 1024px) {
  footer {
    padding-left: 0;
    padding-right: 0;
  }
}
footer .twitter-icon {
  display: inline-block;
  vertical-align: middle;
  height: 17px;
  width: 17px;
}
footer .twitter-icon path {
  stroke: white;
  fill: #adb6c0;
}
footer .twitter-icon:hover path {
  stroke: white;
  fill: #000;
}

.front-page .hero-campaign {
  position: relative;
  padding-top: 2.8571428571rem;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .front-page .hero-campaign {
    margin-left: 2.8571428571rem;
  }
}
.front-page .hero-campaign .hero-top-text {
  font-family: itc-avant-garde-gothic-pro, sans-serif;
  font-style: normal;
  font-weight: bold;
  line-height: 2.57;
  text-align: right;
  text-transform: uppercase;
  position: absolute;
  top: 0.1428571429rem;
  right: 10%;
  font-size: 0.8571428571rem;
}
@media screen and (min-width: 768px) {
  .front-page .hero-campaign .hero-top-text {
    font-size: 1rem;
  }
}
@media screen and (min-width: 1024px) {
  .front-page .hero-campaign .hero-top-text {
    right: 35%;
  }
}
@media screen and (min-width: 1200px) {
  .front-page .hero-campaign .hero-top-text {
    right: 35%;
  }
}
@media screen and (min-width: 1400px) {
  .front-page .hero-campaign .hero-top-text {
    right: 37rem;
  }
}
.front-page .hero-campaign .background {
  position: absolute;
  z-index: -1;
  top: 2.8571428571rem;
  left: 0;
  bottom: 0;
  right: 0;
  overflow: hidden;
}
.front-page .hero-campaign .background::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  background-color: #301544;
}
.front-page .hero-campaign .background::after {
  z-index: 2;
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  width: 57.1428571429rem;
  left: 57.1428571429rem;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, #301544 13%);
}
.front-page .hero-campaign .background img {
  position: absolute;
  top: -15rem;
  mix-blend-mode: luminosity;
  opacity: 0.2;
  width: 67.1428571429rem;
  right: -12rem;
}
@media screen and (min-width: 768px) {
  .front-page .hero-campaign .background img {
    right: auto;
    left: 0;
  }
}
.front-page .hero-campaign .overlay {
  pointer-events: none;
  position: absolute;
  top: 0;
  height: calc(100% + 2.8571428571rem);
  background: linear-gradient(109deg, rgba(255, 255, 255, 0) 39%, rgba(0, 0, 0, 0.67) 50%);
  display: none;
}
@media screen and (min-width: 768px) {
  .front-page .hero-campaign .overlay {
    display: block;
    right: calc(18% - 60rem);
  }
}
@media screen and (min-width: 1024px) {
  .front-page .hero-campaign .overlay {
    right: calc(45% - 50rem);
  }
}
@media screen and (min-width: 1200px) {
  .front-page .hero-campaign .overlay {
    right: calc(45% - 50rem);
  }
}
@media screen and (min-width: 1400px) {
  .front-page .hero-campaign .overlay {
    right: -7rem;
  }
}
.front-page .hero-campaign h1,
.front-page .hero-campaign .h2,
.front-page .hero-campaign .h4,
.front-page .hero-campaign body.post .main-content-sidebar .sidebar-content-block .sidebar-title,
body.post .main-content-sidebar .sidebar-content-block .front-page .hero-campaign .sidebar-title,
.front-page .hero-campaign .page .main-content-sidebar .sidebar-title,
.page .main-content-sidebar .front-page .hero-campaign .sidebar-title,
.front-page .hero-campaign p {
  color: white;
}
.front-page .hero-campaign .share-icons,
.front-page .hero-campaign .menu-buttons {
  display: flex;
}
.front-page .hero-campaign .share-icons button,
.front-page .hero-campaign .share-icons a,
.front-page .hero-campaign .menu-buttons button,
.front-page .hero-campaign .menu-buttons a {
  padding: 0;
  width: 2.8571428571rem;
  height: 2.8571428571rem;
  color: white;
  display: block;
  border-radius: 4px;
  background: rgba(255, 255, 255, 0.15);
  text-align: center;
  line-height: 2.8571428571rem;
  cursor: pointer;
  transition: all 0.1s ease-in-out;
}
.front-page .hero-campaign .share-icons button .fab,
.front-page .hero-campaign .share-icons button .far,
.front-page .hero-campaign .share-icons a .fab,
.front-page .hero-campaign .share-icons a .far,
.front-page .hero-campaign .menu-buttons button .fab,
.front-page .hero-campaign .menu-buttons button .far,
.front-page .hero-campaign .menu-buttons a .fab,
.front-page .hero-campaign .menu-buttons a .far {
  vertical-align: middle;
}
.front-page .hero-campaign .share-icons button:hover,
.front-page .hero-campaign .share-icons a:hover,
.front-page .hero-campaign .menu-buttons button:hover,
.front-page .hero-campaign .menu-buttons a:hover {
  color: #3BB5C3;
  background: white;
}
.front-page .hero-campaign .share-icons button:hover .twitter-icon path,
.front-page .hero-campaign .share-icons a:hover .twitter-icon path,
.front-page .hero-campaign .menu-buttons button:hover .twitter-icon path,
.front-page .hero-campaign .menu-buttons a:hover .twitter-icon path {
  transition: all 0.1s ease-in-out;
  stroke: transparent;
  fill: #3BB5C3;
}
.front-page .hero-campaign .share-icons button .twitter-icon,
.front-page .hero-campaign .share-icons a .twitter-icon,
.front-page .hero-campaign .menu-buttons button .twitter-icon,
.front-page .hero-campaign .menu-buttons a .twitter-icon {
  display: inline-block;
  vertical-align: middle;
  height: 15px;
  width: 15px;
}
.front-page .hero-campaign .share-icons button .twitter-icon path,
.front-page .hero-campaign .share-icons a .twitter-icon path,
.front-page .hero-campaign .menu-buttons button .twitter-icon path,
.front-page .hero-campaign .menu-buttons a .twitter-icon path {
  stroke: transparent;
  fill: white;
}
.front-page .hero-campaign .hero-top {
  margin-bottom: 6.6428571429rem;
  margin-right: 2.7142857143rem;
  margin-left: 5%;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  z-index: 1;
}
.front-page .hero-campaign .hero-top img {
  margin-top: 3.2857142857rem;
}
@media screen and (min-width: 1024px) {
  .front-page .hero-campaign .hero-top img {
    margin-top: 3.2857142857rem;
  }
}
@media screen and (min-width: 768px) {
  .front-page .hero-campaign .hero-top {
    margin-left: 4.2142857143rem;
  }
}
.front-page .hero-campaign .hero-top .menu-buttons {
  position: relative;
  z-index: 1;
  margin-top: 3.3571428571rem;
}
.front-page .hero-campaign .hero-top .menu-buttons button {
  font-size: 1.2857142857rem;
}
.front-page .hero-campaign .hero-top .menu-buttons button + button {
  margin-left: 0.7142857143rem;
}
@media screen and (min-width: 1024px) {
  .front-page .hero-campaign .hero-top .menu-buttons {
    margin-left: 0;
    margin-right: 8.5714285714rem;
  }
}
@media screen and (min-width: 1200px) {
  .front-page .hero-campaign .hero-top .menu-buttons {
    margin-left: 4.2142857143rem;
    margin-top: -0.5rem;
    margin-right: 0;
    background-color: transparent;
  }
}
.front-page .hero-campaign .hero-content {
  border-top: 3px solid #3BB5C3;
  margin-bottom: 6rem;
  margin-left: 2.7857142857rem;
  width: 90%;
}
.front-page .hero-campaign .hero-content h1 {
  font-size: 2.57rem;
  line-height: 1.1;
  margin-top: 1.7857142857rem;
  margin-bottom: 2.1428571429rem;
}
.front-page .hero-campaign .hero-content .h4, .front-page .hero-campaign .hero-content body.post .main-content-sidebar .sidebar-content-block .sidebar-title, body.post .main-content-sidebar .sidebar-content-block .front-page .hero-campaign .hero-content .sidebar-title, .front-page .hero-campaign .hero-content .page .main-content-sidebar .sidebar-title, .page .main-content-sidebar .front-page .hero-campaign .hero-content .sidebar-title {
  margin-top: 2.7142857143rem;
}
.front-page .hero-campaign .hero-content p {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  min-height: 140px;
}
@media screen and (min-width: 768px) {
  .front-page .hero-campaign .hero-content h1 {
    font-size: 3.42857rem;
    line-height: 1;
  }
}
@media screen and (min-width: 1024px) {
  .front-page .hero-campaign .hero-content {
    margin-left: 4.2142857143rem;
    max-width: 25rem;
    margin-top: 0;
  }
}
@media screen and (min-width: 1200px) {
  .front-page .hero-campaign .hero-content {
    margin-left: 4.2142857143rem;
    max-width: 32.1428571429rem;
  }
}
@media screen and (min-width: 1400px) {
  .front-page .hero-campaign .hero-content {
    margin-left: 10rem;
    max-width: 41.4285714286rem;
  }
}
.front-page .hero-campaign .hero-action {
  width: 100%;
  display: flex;
  background-color: #3BB5C3;
  padding: 2.7142857143rem 3%;
  align-items: center;
  justify-content: space-around;
}
.front-page .hero-campaign .hero-action h2 {
  margin: 0;
}
.front-page .hero-campaign .hero-action .button.big-circle {
  flex-shrink: 0;
  width: 7.1428571429rem;
  height: 7.1428571429rem;
  padding: 1.7857142857rem 1.7857142857rem 1.7857142857rem 1.8571428571rem;
  transition: all 0.1s ease-in-out;
}
@media screen and (min-width: 768px) {
  .front-page .hero-campaign .hero-action {
    justify-content: flex-start;
    padding-left: 0;
    padding-right: 0;
  }
  .front-page .hero-campaign .hero-action .h2 {
    margin-left: 4.2142857143rem;
  }
  .front-page .hero-campaign .hero-action .button.big-circle {
    width: 8.8571428571rem;
    height: 8.8571428571rem;
    padding: 2.6428571429rem 1.7857142857rem 2.6428571429rem 2.5714285714rem;
    margin-left: 3.5714285714rem;
  }
}
@media screen and (min-width: 1024px) {
  .front-page .hero-campaign .hero-action {
    flex-direction: column;
    background-color: #3BB5C3;
    padding-left: 1.4285714286rem;
    align-items: flex-start;
    justify-content: flex-start;
    flex-shrink: 1;
  }
  .front-page .hero-campaign .hero-action .h2 {
    margin-left: 2rem;
  }
  .front-page .hero-campaign .hero-action .button.big-circle {
    font-size: 60px;
    width: 6.0714285714rem;
    height: 6.0714285714rem;
    padding: 0.5714285714rem 0rem 1.4285714286rem 0.9285714286rem;
    margin-left: 8.9285714286rem;
  }
  .front-page .hero-campaign .hero-action .button.big-circle span {
    width: 20px;
    height: 20px;
  }
}
@media screen and (min-width: 1200px) {
  .front-page .hero-campaign .hero-action {
    flex-direction: column;
  }
  .front-page .hero-campaign .hero-action .button.big-circle {
    margin-left: 8.9285714286rem;
  }
}
@media screen and (min-width: 1400px) {
  .front-page .hero-campaign .hero-action {
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
  }
  .front-page .hero-campaign .hero-action .button.big-circle {
    flex-shrink: 0;
    width: 8.8571428571rem;
    height: 8.8571428571rem;
    padding: 1.9285714286rem 1.7857142857rem 2.6428571429rem 2.5714285714rem;
  }
  .front-page .hero-campaign .hero-action .h2 {
    margin-left: 4.2142857143rem;
  }
  .front-page .hero-campaign .hero-action .button.big-circle.h1 {
    margin-left: 90px;
  }
}
.front-page .hero-campaign .share-icons {
  flex-direction: row;
  position: absolute;
  top: 41.4285714286rem;
  left: 2.7857142857rem;
}
.front-page .hero-campaign .share-icons a + a {
  margin-left: 0.3214285714rem;
}
@media screen and (min-width: 768px) {
  .front-page .hero-campaign .share-icons {
    position: absolute;
    top: 44.2857142857rem;
    left: 2.7857142857rem;
  }
  .front-page .hero-campaign .share-icons a + a {
    margin-left: 0;
    margin-top: 0.7142857143rem;
  }
}
@media screen and (min-width: 1024px) {
  .front-page .hero-campaign .share-icons {
    flex-direction: row;
    top: 58.5714285714rem;
    left: 4.2142857143rem;
  }
}
.front-page .hero-campaign .share-icons a + a {
  margin-left: 0.3214285714rem;
  margin-top: 0;
}
@media screen and (min-width: 1200px) {
  .front-page .hero-campaign .share-icons {
    top: 54.2857142857rem;
    left: 4.2142857143rem;
  }
}
@media screen and (min-width: 1400px) {
  .front-page .hero-campaign .share-icons {
    flex-direction: column;
    position: absolute;
    top: 16.4285714286rem;
    left: 4.2142857143rem;
  }
  .front-page .hero-campaign .share-icons a + a {
    margin-top: 0.3214285714rem;
    margin-left: 0;
  }
}

.front-page .secondary-campaigns {
  position: relative;
  overflow: hidden;
}
.front-page .secondary-campaigns::before {
  position: absolute;
  content: "";
  top: 0;
  height: 7.1428571429rem;
  left: 0;
  right: 0;
  z-index: -1;
  background: linear-gradient(180deg, #000000 0%, rgba(0, 0, 0, 0) 100%);
  opacity: 0.15;
}
.front-page .secondary-campaigns .campaign-container {
  max-width: 102.8571428571rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  flex-direction: column;
  position: relative;
}
.front-page .secondary-campaigns .campaign-container .h5,
.front-page .secondary-campaigns .campaign-container p,
.front-page .secondary-campaigns .campaign-container .campaign-title {
  color: white;
  margin-bottom: 0.4285714286rem;
  margin-left: 5%;
  width: 90%;
}
.front-page .secondary-campaigns .campaign-container .h5 {
  margin-bottom: 1rem;
  margin-top: 5.9285714286rem;
}
.front-page .secondary-campaigns .campaign-container p {
  max-width: 28.4285714286rem;
}
.front-page .secondary-campaigns .campaign-container .campaign-title {
  font-size: 2.57rem;
  display: block;
}
.front-page .secondary-campaigns .campaign-container .campaign-one,
.front-page .secondary-campaigns .campaign-container .campaign-two {
  position: relative;
  flex: 1 1 0px;
}
.front-page .secondary-campaigns .campaign-container .campaign-one .background,
.front-page .secondary-campaigns .campaign-container .campaign-two .background {
  z-index: -1;
  position: absolute;
  left: calc(50% - 51.4285714286rem / 2);
}
.front-page .secondary-campaigns .campaign-container .campaign-one .background image,
.front-page .secondary-campaigns .campaign-container .campaign-two .background image {
  transform: scale(0.0014, 0.0017);
  transition: all 0.5s ease-in-out;
}
.front-page .secondary-campaigns .campaign-container .campaign-one:focus .background image, .front-page .secondary-campaigns .campaign-container .campaign-one:hover .background image,
.front-page .secondary-campaigns .campaign-container .campaign-two:focus .background image,
.front-page .secondary-campaigns .campaign-container .campaign-two:hover .background image {
  transform: scale(0.0016, 0.0019) translate(-20px, -20px);
}
.front-page .secondary-campaigns .campaign-container .campaign-one .button,
.front-page .secondary-campaigns .campaign-container .campaign-two .button {
  padding: 2.1428571429rem 0 1.7857142857rem;
  flex-shrink: 0;
  text-shadow: 2px 2px 0px rgba(0, 0, 0, 0.15);
  overflow: hidden;
  position: relative;
  display: block;
  border-radius: 0;
  background-color: #D99628;
  width: 100%;
  bottom: 0;
  text-align: center;
}
.front-page .secondary-campaigns .campaign-container .campaign-one .button:not(*:root),
.front-page .secondary-campaigns .campaign-container .campaign-two .button:not(*:root) {
  padding: 1.8571428571rem 0 2.0714285714rem;
}
.front-page .secondary-campaigns .campaign-container .campaign-one .button:focus, .front-page .secondary-campaigns .campaign-container .campaign-one .button:hover,
.front-page .secondary-campaigns .campaign-container .campaign-two .button:focus,
.front-page .secondary-campaigns .campaign-container .campaign-two .button:hover {
  background-color: #DD8800;
}
.front-page .secondary-campaigns .campaign-container .campaign-one .background mask path {
  transform: scale(100);
}
.front-page .secondary-campaigns .campaign-container .campaign-two .background mask path {
  transform: scaleY(100);
}
.front-page .secondary-campaigns .campaign-container .campaign-two::before {
  content: "";
  z-index: -2;
  position: absolute;
  background-color: #eff0f2;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
@media screen and (min-width: 576px) {
  .front-page .secondary-campaigns .campaign-container .h5,
.front-page .secondary-campaigns .campaign-container p,
.front-page .secondary-campaigns .campaign-container .campaign-title {
    margin-left: 9.8571428571rem;
  }
  .front-page .secondary-campaigns .campaign-container .campaign-title {
    max-width: 24.2857142857rem;
  }
  .front-page .secondary-campaigns .campaign-container .campaign-one {
    left: 0;
  }
  .front-page .secondary-campaigns .campaign-container .campaign-two {
    right: 0;
  }
}
@media screen and (min-width: 768px) {
  .front-page .secondary-campaigns .campaign-container {
    flex-direction: row;
  }
  .front-page .secondary-campaigns .campaign-container .h5,
.front-page .secondary-campaigns .campaign-container p,
.front-page .secondary-campaigns .campaign-container .campaign-title {
    margin-left: 9%;
  }
  .front-page .secondary-campaigns .campaign-container p {
    flex: 1 0 auto;
  }
  .front-page .secondary-campaigns .campaign-container .campaign-one,
.front-page .secondary-campaigns .campaign-container .campaign-two {
    height: 43rem;
    margin: 4.2857142857rem 0 1.5714285714rem;
    display: flex;
    flex-direction: column;
  }
  .front-page .secondary-campaigns .campaign-container .campaign-one .campaign-title,
.front-page .secondary-campaigns .campaign-container .campaign-two .campaign-title {
    font-size: 3.42857rem;
  }
  .front-page .secondary-campaigns .campaign-container .campaign-one .background,
.front-page .secondary-campaigns .campaign-container .campaign-two .background {
    left: auto;
  }
  .front-page .secondary-campaigns .campaign-container .campaign-one .background mask path,
.front-page .secondary-campaigns .campaign-container .campaign-two .background mask path {
    transform: none;
  }
  .front-page .secondary-campaigns .campaign-container .campaign-one .button,
.front-page .secondary-campaigns .campaign-container .campaign-two .button {
    background-color: transparent;
    width: 29rem;
    margin-bottom: 4.5rem;
    cursor: pointer;
  }
  .front-page .secondary-campaigns .campaign-container .campaign-one .button::before,
.front-page .secondary-campaigns .campaign-container .campaign-two .button::before {
    z-index: -1;
    content: "";
    display: block;
    position: absolute;
    background-color: #D99628;
    height: 280%;
    width: 120%;
    transform: rotate(20deg);
  }
  .front-page .secondary-campaigns .campaign-container .campaign-one .button:focus, .front-page .secondary-campaigns .campaign-container .campaign-one .button:hover,
.front-page .secondary-campaigns .campaign-container .campaign-two .button:focus,
.front-page .secondary-campaigns .campaign-container .campaign-two .button:hover {
    background-color: transparent;
  }
  .front-page .secondary-campaigns .campaign-container .campaign-one .button:focus::before, .front-page .secondary-campaigns .campaign-container .campaign-one .button:hover::before,
.front-page .secondary-campaigns .campaign-container .campaign-two .button:focus::before,
.front-page .secondary-campaigns .campaign-container .campaign-two .button:hover::before {
    background-color: #DD8800;
  }
  .front-page .secondary-campaigns .campaign-container .campaign-one .background {
    right: -5rem;
  }
  .front-page .secondary-campaigns .campaign-container .campaign-one .button::before {
    right: 6.2%;
    top: -110%;
  }
  .front-page .secondary-campaigns .campaign-container .campaign-two .h5,
.front-page .secondary-campaigns .campaign-container .campaign-two p,
.front-page .secondary-campaigns .campaign-container .campaign-two .campaign-title {
    margin-left: 15%;
    max-width: 60%;
  }
  .front-page .secondary-campaigns .campaign-container .campaign-two .background {
    left: -4.5rem;
  }
  .front-page .secondary-campaigns .campaign-container .campaign-two::before {
    top: -20%;
    left: 0.7857142857rem;
    right: -50vw;
    height: 150%;
    transform: skewX(14.8deg);
  }
  .front-page .secondary-campaigns .campaign-container .campaign-two .button {
    text-align: left;
    padding-left: 4rem;
    margin-left: 4.2142857143rem;
  }
  .front-page .secondary-campaigns .campaign-container .campaign-two .button::before {
    left: 5%;
    top: -55%;
  }
}
@media screen and (min-width: 1024px) {
  .front-page .secondary-campaigns .campaign-container .h5,
.front-page .secondary-campaigns .campaign-container p,
.front-page .secondary-campaigns .campaign-container .campaign-title {
    margin-left: 23%;
  }
  .front-page .secondary-campaigns .campaign-container .campaign-two .h5,
.front-page .secondary-campaigns .campaign-container .campaign-two p,
.front-page .secondary-campaigns .campaign-container .campaign-two .campaign-title {
    margin-left: 23%;
  }
  .front-page .secondary-campaigns .campaign-container .campaign-two .button {
    text-align: center;
    padding-left: 0;
  }
  .front-page .secondary-campaigns .campaign-container .campaign-two p {
    max-width: 28.4285714286rem;
  }
  .front-page .secondary-campaigns .campaign-container .campaign-two .campaign-title {
    max-width: 24.2857142857rem;
  }
}
@media screen and (min-width: 1200px) {
  .front-page .secondary-campaigns .campaign-container .h5,
.front-page .secondary-campaigns .campaign-container p,
.front-page .secondary-campaigns .campaign-container .campaign-title {
    margin-left: 20%;
  }
  .front-page .secondary-campaigns .campaign-container .campaign-one .background {
    right: -3rem;
  }
  .front-page .secondary-campaigns .campaign-container .campaign-two .background {
    left: -2.5rem;
  }
}
@media screen and (min-width: 1400px) {
  .front-page .secondary-campaigns .campaign-container .h5,
.front-page .secondary-campaigns .campaign-container p,
.front-page .secondary-campaigns .campaign-container .campaign-title {
    margin-left: 9.8571428571rem;
  }
  .front-page .secondary-campaigns .campaign-container .campaign-one {
    margin-left: 2.8571428571rem;
  }
  .front-page .secondary-campaigns .campaign-container .campaign-two {
    margin-right: 2.8571428571rem;
  }
}
.front-page .secondary-campaigns .more-link {
  max-width: 102.8571428571rem;
  margin-left: auto;
  margin-right: auto;
  padding: 1.4285714286rem 0 1.4285714286rem 0.3571428571rem;
  background-color: white;
}
.front-page .secondary-campaigns .more-link a {
  color: #D99628;
}
@media screen and (min-width: 576px) {
  .front-page .secondary-campaigns .more-link {
    background-color: transparent;
    padding-top: 0;
  }
}
@media screen and (min-width: 1400px) {
  .front-page .secondary-campaigns .more-link {
    padding-left: 2.8571428571rem;
  }
}

section.iwn-promo {
  padding: 7% 5%;
  color: white;
  background-color: #50266F;
  position: relative;
  overflow: hidden;
}
section.iwn-promo .iwn-promo-upper {
  display: flex;
  flex-wrap: wrap;
  position: relative;
  animation-play-state: paused;
  animation-duration: 1.5s;
  animation-fill-mode: both;
  animation-name: fadeInLeft;
}
section.iwn-promo .iwn-promo-upper::before {
  flex-grow: 0;
  content: "";
  background-image: url("/wp-content/themes/iwv/assets/images/iwn-membership-card.png");
  background-size: contain;
  background-repeat: no-repeat;
  box-shadow: -10px 10px 30px rgba(0, 0, 0, 0.3);
  display: block;
  border-radius: 12px;
  height: 10.8571428571rem;
  width: 17.3571428571rem;
  margin-bottom: 2rem;
}
section.iwn-promo .iwn-promo-upper .iwn-promo-content {
  margin-bottom: 1.1428571429rem;
  max-width: 37.7142857143rem;
  position: relative;
}
section.iwn-promo .iwn-promo-upper .iwn-promo-content span.h1 {
  margin-top: 0;
  margin-bottom: 0.6428571429rem;
  font-size: 2.57rem;
}
section.iwn-promo .iwn-promo-upper .iwn-promo-content p.p2 {
  color: white;
  margin-top: 0.6428571429rem;
  margin-bottom: 0;
}
section.iwn-promo .iwn-promo-downer {
  position: relative;
}
section.iwn-promo .iwn-promo-downer::before {
  position: absolute;
  content: url("/wp-content/themes/iwv/assets/images/square-dots.svg");
  opacity: 0.15;
  top: 3.5714285714rem;
  left: -16.9285714286rem;
}
section.iwn-promo .iwn-promo-downer a.button {
  animation-play-state: paused;
  animation-delay: 1s;
  animation-duration: 1s;
  animation-fill-mode: both;
  animation-name: fadeInUp;
  font-size: 1.43rem;
  background-color: white;
  color: #50266F;
  text-shadow: 2px 2px 0px rgba(0, 0, 0, 0.15);
  transition: filter 0.5s;
}
section.iwn-promo .iwn-promo-downer a.button:hover, section.iwn-promo .iwn-promo-downer a.button:focus {
  filter: drop-shadow(20px 20px 20px rgba(0, 0, 0, 0.4));
}
section.iwn-promo.animate-in .iwn-promo-upper,
section.iwn-promo.animate-in .iwn-promo-downer a.button {
  animation-play-state: running;
}
@media screen and (min-width: 768px) {
  section.iwn-promo {
    padding-top: 4.5rem;
    padding-bottom: 3.2857142857rem;
    padding-left: 7.1428571429rem;
    padding-right: 0;
  }
  section.iwn-promo::before {
    content: url("/wp-content/themes/iwv/assets/images/iwn-promo-white-corner.svg");
    position: absolute;
    height: 12.7142857143rem;
    width: 5.0714285714rem;
    top: 0;
    left: 0;
  }
  section.iwn-promo::after {
    content: url("/wp-content/themes/iwv/assets/images/iwn-promo-teal-corner.svg");
    position: absolute;
    height: 12.7142857143rem;
    width: 5.0714285714rem;
    bottom: 0;
    right: 0;
  }
  section.iwn-promo .iwn-promo-upper .iwn-promo-content span.h1 {
    font-size: 3.42857rem;
  }
  section.iwn-promo .iwn-promo-downer a.button {
    font-size: 1.71rem;
    overflow: hidden;
    position: relative;
    background-color: transparent;
    padding: 2.1428571429rem 11.2142857143rem 1.7857142857rem 10rem;
  }
  section.iwn-promo .iwn-promo-downer a.button::before {
    content: "";
    background-color: white;
    transform: skewX(-22deg);
    position: absolute;
    top: 0;
    bottom: 0;
    right: 4.5%;
    width: 100%;
    z-index: 0;
    transition: filter;
  }
  section.iwn-promo .iwn-promo-downer a.button span {
    position: relative;
  }
}
@media screen and (min-width: 834px) {
  section.iwn-promo {
    background-position: right -107% center;
    background-image: url("/wp-content/themes/iwv/assets/images/iwn-promo-people.png");
    background-repeat: no-repeat;
    background-size: auto 100%;
  }
  section.iwn-promo .iwn-promo-upper {
    flex-wrap: nowrap;
  }
  section.iwn-promo .iwn-promo-upper::before {
    content: none;
  }
  section.iwn-promo .iwn-promo-upper::after {
    flex-grow: 0;
    flex-shrink: 0;
    content: "";
    background-image: url("/wp-content/themes/iwv/assets/images/iwn-membership-card.png");
    background-size: contain;
    background-repeat: no-repeat;
    box-shadow: -10px 10px 30px rgba(0, 0, 0, 0.3);
    display: block;
    border-radius: 12px;
    height: 10.8571428571rem;
    width: 17.3571428571rem;
    margin-left: 1rem;
    margin-right: 1rem;
    transition: all 1s;
    transform: rotateY(0) scale(1);
  }
  section.iwn-promo .iwn-promo-upper:hover::after {
    transform: perspective(600px) rotateY(-5deg) scale(1.02);
    box-shadow: 10px 15px 50px black;
  }
}
@media screen and (min-width: 1024px) {
  section.iwn-promo {
    background-position: right;
  }
  section.iwn-promo .iwn-promo-upper::after {
    margin-left: 2.0714285714rem;
    margin-right: 0;
  }
}

.front-page .newsletter-signup {
  background-color: #3BB5C3;
  background-image: url("/wp-content/themes/iwv/assets/images/triangle-slashes.svg");
  background-position: right -3.5857142857rem top;
  background-size: 25.5rem;
  background-repeat: no-repeat;
  padding-top: 6.2142857143rem;
  padding-left: 5%;
  padding-right: 5%;
  padding-bottom: 3rem;
  width: 100%;
}
.front-page .newsletter-signup .gform_confirmation_wrapper {
  color: white;
}
.front-page .newsletter-signup > .gform_wrapper.fancy-signup-form_wrapper > form.fancy-signup-form input {
  border-width: 0;
}
.front-page .newsletter-signup > .gform_wrapper.fancy-signup-form_wrapper > form.fancy-signup-form label {
  color: white;
}
.front-page .newsletter-signup button.big-circle {
  display: block;
  width: 10.5714285714rem;
  height: 10.5714285714rem;
  text-align: center;
  margin: 0 auto;
  margin-top: 2rem;
  transition: all 0.1s ease-in-out;
  box-shadow: none;
}
.front-page .newsletter-signup button.big-circle .far {
  font-size: 3.9285714286rem;
  margin-bottom: 0.7142857143rem;
  margin-left: 0.5rem;
}
.front-page .newsletter-signup button.big-circle .button-text {
  line-height: 1;
  font-size: 1.14rem;
}
.front-page .newsletter-signup h2 {
  font-size: 2.57rem;
  color: white;
  margin-top: 0;
  margin-bottom: 2rem;
}
@media screen and (min-width: 768px) {
  .front-page .newsletter-signup {
    padding-bottom: 1rem;
  }
  .front-page .newsletter-signup h2 {
    font-size: 3.42857rem;
  }
  .front-page .newsletter-signup button.big-circle {
    width: 12.8571428571rem;
    height: 12.8571428571rem;
  }
  .front-page .newsletter-signup button.big-circle .button-text {
    font-size: 1.43rem;
  }
}
@media screen and (min-width: 1024px) {
  .front-page .newsletter-signup {
    padding-left: 7%;
  }
  .front-page .newsletter-signup > .gform_wrapper.fancy-signup-form_wrapper > form.fancy-signup-form {
    margin-top: -1.6428571429rem;
  }
  .front-page .newsletter-signup > .gform_wrapper.fancy-signup-form_wrapper > form.fancy-signup-form .gform_body,
.front-page .newsletter-signup > .gform_wrapper.fancy-signup-form_wrapper > form.fancy-signup-form .gform_footer {
    width: auto;
  }
  .front-page .newsletter-signup button.big-circle {
    width: 16.3571428571rem;
    height: 16.3571428571rem;
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 3.0714285714rem;
    margin-left: 7.1428571429rem;
  }
  .front-page .newsletter-signup button.big-circle .far {
    font-size: 5.3571428571rem;
    margin-bottom: 1.2857142857rem;
  }
  .front-page .newsletter-signup button.big-circle .button-text {
    font-size: 1.71rem;
  }
}
@media screen and (min-width: 1200px) {
  .front-page .newsletter-signup h2,
.front-page .newsletter-signup .gform_wrapper.fancy-signup-form_wrapper form.fancy-signup-form,
.front-page .newsletter-signup .gform_confirmation_wrapper {
    margin-left: 5.7142857143rem;
  }
}
.front-page .featured-posts {
  background-color: #3BB5C3;
  padding-top: 2.1428571429rem;
  padding-bottom: 4.6428571429rem;
  position: relative;
  background-image: url("/wp-content/themes/iwv/assets/images/square-dots.svg");
  background-repeat: no-repeat;
  background-position: 2.2142857143rem 3rem;
  overflow: hidden;
}
.front-page .featured-posts .post-buttons {
  margin-bottom: 1.9285714286rem;
  margin-left: 59%;
  display: flex;
  flex-wrap: wrap;
}
.front-page .featured-posts .post-buttons a {
  width: 100%;
  color: white;
  margin-bottom: 1.1428571429rem;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transition: all 0.1s ease-in-out;
}
.front-page .featured-posts .post-buttons a .fal {
  transition: all 0.1s ease-in-out;
  font-size: 2rem;
  line-height: 1;
  vertical-align: middle;
  padding-bottom: 0.2142857143rem;
}
.front-page .featured-posts .post-buttons a:hover {
  color: #3BB5C3;
}
.front-page .featured-posts .post-buttons a:hover .fal {
  margin-left: 0.5rem;
}
.front-page .featured-posts .post-buttons button {
  display: block;
}
.front-page .featured-posts .post-buttons button:last-child {
  margin-right: 1.1428571429rem;
}
.front-page .featured-posts .post-container {
  z-index: 1;
}
.front-page .featured-posts .post-container .slick-list {
  overflow: visible;
  filter: drop-shadow(20px 20px 20px rgba(0, 0, 0, 0.2));
}
.front-page .featured-posts .post-container .slick-list .slick-track {
  display: flex;
}
.front-page .featured-posts .post-container .post {
  position: relative;
  width: 31.7857142857rem;
  background-color: transparent;
  padding-top: 3.5714285714rem;
  padding-right: 4rem;
  padding-bottom: 1.9285714286rem;
  overflow: hidden;
  transition: all 0.1s ease-in-out;
  float: none;
}
.front-page .featured-posts .post-container .post::before {
  content: "";
  position: absolute;
  left: -10.7142857143rem;
  right: -6.4285714286rem;
  height: 100%;
  top: 0;
  transform: skewX(-32deg);
  background-color: white;
}
.front-page .featured-posts .post-container .post:focus, .front-page .featured-posts .post-container .post:hover {
  transform: scale(1.05);
}
.front-page .featured-posts .post-container .post > * {
  position: relative;
}
.front-page .featured-posts .post-container .post + .post {
  margin-left: 2.2857142857rem;
}
.front-page .featured-posts .post-container .post img {
  max-width: 100%;
}
.front-page .featured-posts .post-container .post .meta-data {
  margin-left: 2.2857142857rem;
}
.front-page .featured-posts .post-container .post .meta-data .far {
  color: #3BB5C3;
  margin-right: 0.5714285714rem;
}
.front-page .featured-posts .post-container .post .meta-data a {
  color: #2C3E5C;
  font-weight: 400;
}
.front-page .featured-posts .post-container .post .meta-data a:focus, .front-page .featured-posts .post-container .post .meta-data a:hover {
  color: #3BB5C3;
  outline: none;
}
.front-page .featured-posts .post-container .post .post-type {
  font-family: itc-avant-garde-gothic-pro, sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 0.8571428571rem;
  line-height: 3;
  text-transform: uppercase;
  display: block;
  position: absolute;
  color: #3BB5C3;
  top: 0;
  right: 0;
  transform: rotate(-90deg) translate(-2.5rem, -2rem);
  transform-origin: right;
}
.front-page .featured-posts .post-container .post a.post-title {
  color: #50266F;
  display: block;
  margin-top: 2.0714285714rem;
  max-width: 21.4285714286rem;
  margin-left: 2.2142857143rem;
  min-height: 6.2857142857rem;
}
.front-page .featured-posts .post-container .post a.post-title:focus, .front-page .featured-posts .post-container .post a.post-title:hover {
  color: #3BB5C3;
  outline: none;
}
.front-page .featured-posts::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: calc(50% - 3rem);
  right: -50%;
  transform: skewX(-10deg);
  background-color: #50266F;
}
@media screen and (min-width: 576px) {
  .front-page .featured-posts .post-buttons a {
    margin-right: auto;
    width: auto;
    margin-bottom: 0;
  }
}
@media screen and (min-width: 768px) {
  .front-page .featured-posts .post-buttons button:last-child {
    margin-right: 2.2857142857rem;
  }
  .front-page .featured-posts .post-container {
    margin-left: 7%;
  }
  .front-page .featured-posts .text-background {
    position: relative;
    width: 100%;
    top: -1.2785714286rem;
  }
  .front-page .featured-posts .text-background:not(*:root) {
    top: -2.1428571429rem;
  }
  .front-page .featured-posts .text-background::before, .front-page .featured-posts .text-background::after {
    position: absolute;
    font-family: itc-avant-garde-gothic-pro, sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 7.1428571429rem;
  }
  .front-page .featured-posts .text-background::before {
    content: "INDEPENDENT";
    color: #50266F;
    right: calc(50% + 5.7rem);
  }
  .front-page .featured-posts .text-background::after {
    content: "WOMEN'S VOICE";
    color: #3BB5C3;
    left: calc(50% - 4rem);
    right: -100%;
  }
}
@media screen and (min-width: 1024px) {
  .front-page .featured-posts .post-buttons {
    margin-left: calc(50% + 20rem);
  }
  .front-page .featured-posts::before {
    left: calc(50% + 5rem);
    transform: skewX(-30deg);
  }
}
@media screen and (min-width: 1400px) {
  .front-page .featured-posts .post-container {
    max-width: 148.9285714286rem;
    margin-left: auto;
  }
  .front-page .featured-posts .post-container .slick-list {
    margin-left: 7%;
  }
}

.front-page .impact {
  max-width: 102.8571428571rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  flex-direction: column;
  background-image: url("/wp-content/themes/iwv/assets/images/square-dots.svg"), linear-gradient(90deg, rgba(255, 255, 255, 0.7) 8%, rgba(255, 255, 255, 0.7) 29%);
  background-repeat: no-repeat;
  background-position: 2.2142857143rem 19.3571428571rem;
  background-blend-mode: overlay;
  margin-top: 2rem;
  justify-content: flex-start;
  align-items: center;
}
.front-page .impact .impact-image {
  position: relative;
  margin-top: 6.0714285714rem;
}
.front-page .impact .impact-image::before {
  content: "";
  position: absolute;
  background: #3bb5c4;
  mix-blend-mode: darken;
  opacity: 0.5;
  right: 15.5763%;
  bottom: 12.4611%;
  width: 100%;
  height: 100%;
  max-height: 20.4285714286rem;
  max-width: 20.7142857143rem;
  transform: skewX(-7deg);
}
.front-page .impact .impact-image svg {
  width: 100%;
  height: auto;
}
.front-page .impact .impact-content {
  margin-top: 2rem;
  width: 90%;
  margin-left: 5%;
}
.front-page .impact .impact-content .impact-title {
  margin-top: 0;
  margin-bottom: 1.8571428571rem;
}
.front-page .impact .impact-content ul {
  padding-left: 5.143rem;
}
.front-page .impact .impact-content > :last-child {
  margin-bottom: 0;
}
@media screen and (min-width: 576px) {
  .front-page .impact::before {
    width: 100%;
  }
}
@media screen and (min-width: 1024px) {
  .front-page .impact {
    flex-direction: row;
    align-items: flex-start;
  }
  .front-page .impact .impact-image {
    flex-shrink: 1;
    flex-basis: 22.9285714286rem;
    width: auto;
    margin-top: 9.6428571429rem;
    margin-left: 7.1428571429rem;
  }
  .front-page .impact::before {
    top: 6.7857142857rem;
    left: 6.1428571429rem;
    right: auto;
  }
  .front-page .impact .impact-content {
    flex-shrink: 1;
    margin-top: 6.7857142857rem;
    margin-left: 3.9285714286rem;
    margin-bottom: 7rem;
    max-width: 45.5rem;
    width: auto;
  }
}
@media screen and (min-width: 1200px) {
  .front-page .impact .impact-image {
    margin-top: 9.6428571429rem;
    margin-left: 17.7142857143rem;
  }
  .front-page .impact .impact-content {
    max-width: 41.64rem;
  }
  .front-page .impact::before {
    top: 6.7857142857rem;
    left: 16.7142857143rem;
  }
}
.front-page .stories {
  /*padding: to-rem(80px) 0 to-rem(100px);*/
  width: 100%;
  margin: 5.7142857143rem auto 7.1428571429rem;
  position: relative;
  overflow: hidden;
  /*371*/
  /* &::before {
    position: absolute;
    content: "";
    width: 120vw;
    height: 100%;
    top: 0;
    right: -60vw;
    z-index: -1;
    background: $wireframe-shade-6;
    transform: skewX(-20deg);
  } */
}
.front-page .stories .story-card {
  display: flex;
  flex-direction: column;
  align-items: top;
  background-color: #fff;
  position: relative;
  /*background-image: url("/wp-content/themes/iwv/assets/images/triangle-slashes-purple.svg");*/
  background-image: url("/wp-content/themes/iwv/assets/images/dots-slashes.svg");
  /*background-position: right to-rem(-100px) bottom to-rem(-219px);*/
  background-position: right -10.7142857143rem bottom 0rem;
  background-repeat: no-repeat;
  background-size: 75%;
}
.front-page .stories .story-card .story-image {
  flex: 0 0 auto;
  width: 100%;
  overflow: hidden;
  position: relative;
}
.front-page .stories .story-card .story-image img {
  /*width: 100%;*/
  height: 471px;
  /* width: auto; */
  max-width: unset;
  margin-left: -35px;
}
.front-page .stories .story-card .story-image:not(.story-image-default)::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  /*background: $in-the-teal-of-the-night;
  mix-blend-mode: darken;
  opacity: 0.5;*/
}
.front-page .stories .story-card .story-spacer {
  height: 1rem;
}
.front-page .stories .story-card .story-category {
  font-size: 1rem;
  line-height: 20px;
  letter-spacing: -0.003em;
  text-transform: uppercase;
  color: #3BB5C3;
  display: none;
}
.front-page .stories .story-card .story-description {
  font-weight: 400;
  font-size: 0.8571428571rem;
  line-height: 14px;
  color: #2C3E5C;
  margin: 0 0 1rem;
  display: none;
}
.front-page .stories .story-card cite {
  margin-bottom: 0.5rem;
}
@media screen and (min-width: 1024px) {
  .front-page .stories .story-card .story-description {
    font-size: 1.1428571429rem;
    line-height: 25px;
    margin: 2rem 0 2rem;
  }
  .front-page .stories .story-card .story-category {
    display: block;
    line-height: 59px;
  }
  .front-page .stories .story-card .story-spacer {
    height: 5rem;
  }
}
@media screen and (min-width: 576px) {
  .front-page .stories .story-card .story-description {
    display: block;
  }
}
.front-page .stories .story-card .story-viewmore {
  position: unset;
  padding: 0.4rem 1rem 0.5rem;
  /*bottom: 93px;
  right: 578px;*/
}
@media screen and (min-width: 768px) {
  .front-page .stories .story-card .story-viewmore {
    padding: 1rem 2.9286rem 0.8571rem;
    position: absolute;
  }
}
.front-page .stories .story-card blockquote {
  color: #50266F;
  font-family: itc-avant-garde-gothic-pro, sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 1.8571428571rem;
  margin-left: 1rem;
  margin-right: 1;
  min-height: 190px;
}
.front-page .stories .story-card blockquote cite {
  display: block;
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  color: #3BB5C3;
}
.front-page .stories .story-card blockquote cite::after {
  content: "";
  vertical-align: middle;
  display: inline-block;
  height: 2px;
  width: 30%;
  background-color: #3BB5C3;
  margin-left: 2.7857142857rem;
}
.front-page .stories button.stories-back {
  position: absolute;
  bottom: 0;
  right: 129px;
  display: block;
  background-color: transparent;
  border-radius: 0;
  overflow: hidden;
  text-align: center;
  padding-left: 2rem;
  padding-right: 1rem;
}
.front-page .stories button.stories-back > span {
  position: relative;
}
.front-page .stories button.stories-back .fal {
  font-size: 2rem;
  line-height: 1;
  vertical-align: middle;
  padding-bottom: 0.2142857143rem;
  width: 3.1428571429rem;
  text-align: center;
}
.front-page .stories button.stories-back::before {
  position: absolute;
  content: "";
  background-color: #D99628;
  width: 100%;
  height: 100%;
  top: 0;
  left: 1rem;
  transition: all 0.1s ease-in-out;
}
.front-page .stories button.stories-back:focus::before, .front-page .stories button.stories-back:hover::before {
  background-color: #DD8800;
}
.front-page .stories button.stories-next {
  position: absolute;
  bottom: 0;
  right: 0;
  display: block;
  background-color: transparent;
  border-radius: 0;
  overflow: hidden;
  text-align: center;
  padding-right: 1rem;
  /*padding: 0.4rem 2.9286rem 0.3rem;*/
  font-size: 0.7rem;
}
.front-page .stories button.stories-next > span {
  position: relative;
}
.front-page .stories button.stories-next .fal {
  font-size: 2rem;
  line-height: 1;
  vertical-align: middle;
  padding-bottom: 0.2142857143rem;
  width: 3.1428571429rem;
  text-align: center;
}
.front-page .stories button.stories-next::before {
  position: absolute;
  content: "";
  background-color: #D99628;
  width: 100%;
  height: 100%;
  top: 0;
  left: 1rem;
  transition: all 0.1s ease-in-out;
}
.front-page .stories button.stories-next:focus::before, .front-page .stories button.stories-next:hover::before {
  background-color: #DD8800;
}
@media screen and (min-width: 768px) {
  .front-page .stories {
    /*padding: to-rem(101px) 0 to-rem(117px);*/
  }
  .front-page .stories::before {
    width: 100vw;
  }
  .front-page .stories .story-card {
    flex-direction: row;
  }
  .front-page .stories .story-card .story-image {
    width: auto;
    width: 403px;
    height: 471px;
    /*max-height: $image-size;
    max-width: $image-size;*/
  }
  .front-page .stories .story-card blockquote {
    margin-right: 0.5rem;
    min-height: 240px;
  }
  .front-page .stories .story-card blockquote cite {
    /*margin-bottom: 2.5rem;*/
  }
}
@media screen and (min-width: 1024px) {
  .front-page .stories {
    /*width: 95%;*/
    width: calc(100% - 5.7rem);
  }
  .front-page .stories .story-card blockquote {
    margin-left: 5.2142857143rem;
    max-width: 48.5rem;
    font-size: 2rem;
  }
  .front-page .stories .story-card blockquote cite {
    margin-top: 2.3571428571rem;
    margin-bottom: 2.5rem;
  }
  .front-page .stories .story-card blockquote cite::after {
    width: 30%;
  }
}
@media screen and (min-width: 1200px) {
  .front-page .stories {
    /*padding: to-rem(101px) to-rem(100px) to-rem(117px);*/
  }
  .front-page .stories .slick-list {
    max-width: 102.8571428571rem;
    margin-left: auto;
    margin-right: auto;
  }
  .front-page .stories .story-card {
    margin-left: auto;
    margin-right: auto;
  }
  .front-page .stories .story-card blockquote cite::after {
    width: 20.4285714286rem;
  }
}
.front-page .story-submit {
  margin: 3rem auto -5.5rem;
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  background-color: #50266F;
  background-position: center right;
  background-repeat: no-repeat;
  background-size: 65%;
}
.front-page .story-submit .story-submit-content {
  background-color: #3BB5C3;
  width: 55%;
  height: 250px;
  padding: 2.2rem 2.5rem 0 2rem;
  position: relative;
  z-index: 2;
}
.front-page .story-submit .story-submit-content::after {
  content: "";
  background: #3BB5C3;
  width: 120px;
  height: 100%;
  z-index: -1;
  transform: skewX(20deg);
  display: block;
  position: absolute;
  top: 0;
  right: -55px;
}
.front-page .story-submit .story-submit-content .story-submit-subhead {
  font-size: 20px;
  font-weight: 700;
  line-height: 29px;
  color: white;
  display: none;
}
.front-page .story-submit .story-submit-content .story-submit-headline {
  font-weight: 700;
  font-size: 31px;
  line-height: 32px;
  letter-spacing: -0.01em;
  color: white;
  margin: 2.5rem 0;
}
.front-page .story-submit .story-submit-content .story-submit-description {
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: white;
  display: none;
}
@media screen and (min-width: 1200px) {
  .front-page .story-submit .story-submit-content .story-submit-description {
    display: block;
  }
}
@media screen and (min-width: 768px) {
  .front-page .story-submit .story-submit-content .story-submit-subhead {
    display: block;
  }
  .front-page .story-submit .story-submit-content .story-submit-headline {
    font-size: 21px;
    line-height: 48px;
    margin: 0.5rem 0;
  }
}
.front-page .story-submit .story-submit-button {
  width: 170px;
  border-radius: 200px;
  background: white;
  box-shadow: 5px 5px 0px rgba(0, 0, 0, 0.2);
  color: #50266F;
  font-weight: 700;
  font-size: 16px;
  text-align: center;
  text-shadow: 2px 2px 0px rgba(0, 0, 0, 0.15);
  z-index: 3;
  font-family: itc-avant-garde-gothic-pro, sans-serif;
  font-style: normal;
  padding: 2rem 3.92859rem 2.8571rem;
  cursor: pointer;
  display: block;
  transition: 0.2s;
  position: relative;
  left: -1rem;
}
.front-page .story-submit .story-submit-button:focus, .front-page .story-submit .story-submit-button:hover {
  background: #50266F;
  box-shadow: 6px 6px 2px rgba(0, 0, 0, 0.2);
  color: #fff;
}
.front-page .story-submit .story-submit-button:focus .fal, .front-page .story-submit .story-submit-button:hover .fal {
  color: #fff;
}
.front-page .story-submit .story-submit-button .fal {
  color: #3BB5C3;
  font-size: 2.5rem;
  margin-bottom: 0.5rem;
}
@media screen and (min-width: 1200px) {
  .front-page .story-submit .story-submit-content {
    height: 300px;
  }
}
@media screen and (min-width: 768px) {
  .front-page .story-submit .story-submit-content {
    width: 40%;
  }
}
@media screen and (min-width: 576px) {
  .front-page .story-submit .story-submit-button {
    height: 170px;
    line-height: 20px;
    font-size: 17px;
    padding: 3rem 2.9286rem 0.8571rem;
  }
  .front-page .story-submit .story-submit-content .story-submit-headline {
    font-size: 41px;
  }
}
@media screen and (min-width: 768px) {
  .front-page .story-submit {
    background-image: url("/wp-content/themes/iwv/assets/images/woman-in-office.jpg");
  }
}
@media screen and (min-width: 1024px) {
  .front-page .story-submit {
    width: calc(100% - 5.7rem);
    margin: 0 auto -5.5rem;
  }
}

.front-page .featured-quizzes {
  background-color: #3BB5C3;
  padding-top: 2.1428571429rem;
  margin-top: -2.1428571429rem;
  position: relative;
  overflow: hidden;
  text-align: center;
  padding-left: 5%;
  background-image: url("/wp-content/themes/iwv/assets/images/triangle-slashes.svg");
  background-position: right -6rem top -4rem;
  background-size: 25.5rem;
  background-repeat: no-repeat;
}
.front-page .featured-quizzes h2,
.front-page .featured-quizzes h3,
.front-page .featured-quizzes a {
  color: white;
  text-align: left;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.front-page .featured-quizzes h2 {
  position: relative;
  margin-top: 4.4285714286rem;
  margin-bottom: 5.0714285714rem;
}
.front-page .featured-quizzes .quizzes-top {
  display: flex;
  justify-content: space-between;
}
.front-page .featured-quizzes .quizzes-top .post-buttons button:focus, .front-page .featured-quizzes .quizzes-top .post-buttons button:hover {
  background-color: #50266F;
}
.front-page .featured-quizzes > a {
  position: relative;
  display: inline-block;
  text-align: center;
  border-radius: 5rem;
  background-color: rgba(48, 21, 68, 0.8);
  padding: 0.5rem 1rem 0.2rem 2rem;
  margin-bottom: 2rem;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transition: all 0.1s ease-in-out;
}
.front-page .featured-quizzes > a .fal {
  font-size: 2rem;
  line-height: 1;
  vertical-align: middle;
  padding-bottom: 0.2142857143rem;
  width: 3.1428571429rem;
  text-align: center;
  transition: all 0.1s ease-in-out;
}
.front-page .featured-quizzes > a:hover {
  color: #3BB5C3;
}
.front-page .featured-quizzes > a:hover .fal {
  padding-left: 0.5rem;
}
.front-page .featured-quizzes::before {
  position: absolute;
  content: "";
  background-color: #50266F;
  top: -2%;
  width: 100%;
  height: 102%;
  right: 50%;
  transform: skewX(25deg);
  display: block;
  box-shadow: 20px 320px 20px rgba(0, 0, 0, 0.15);
}
.front-page .featured-quizzes .quiz-container {
  display: flex;
  max-width: 102.8571428571rem;
  margin-left: auto;
  margin-right: auto;
}
.front-page .featured-quizzes .quiz-container::before {
  content: "";
  position: absolute;
  top: -3.3571428571rem;
  bottom: 0;
  left: -6.7857142857rem;
  right: 0;
  background-image: url("/wp-content/themes/iwv/assets/images/square-dots.svg");
  background-repeat: no-repeat;
  background-position: 0 0;
  opacity: 0.2;
  z-index: 0;
}
.front-page .featured-quizzes .quiz-container .quiz {
  flex: 0 0 90%;
  position: relative;
}
.front-page .featured-quizzes .quiz-container .quiz img {
  -o-object-fit: cover;
     object-fit: cover;
  max-height: 221px;
  box-shadow: 20px 20px 20px rgba(0, 0, 0, 0.15);
  margin-bottom: 1.8571428571rem;
  transition: all 0.5s ease-in-out;
}
.front-page .featured-quizzes .quiz-container .quiz:focus img, .front-page .featured-quizzes .quiz-container .quiz:hover img {
  transform: scale(1.05);
}
.front-page .featured-quizzes .quiz-container .quiz + .quiz {
  margin-left: 2.2857142857rem;
}
.front-page .featured-quizzes .quiz-container .quiz h3 {
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 1%;
  max-width: 23.2142857143rem;
}
.front-page .featured-quizzes .quiz-container .quiz h3 span {
  color: #80CED7;
}
@media screen and (min-width: 576px) {
  .front-page .featured-quizzes h2 {
    padding-left: 2%;
  }
  .front-page .featured-quizzes .quiz-container .quiz {
    flex: 0 0 50%;
  }
  .front-page .featured-quizzes .quiz-container .quiz h3 {
    margin-left: 1.4285714286rem;
  }
  .front-page .featured-quizzes::before {
    transform: skewX(29deg);
  }
}
@media screen and (min-width: 768px) {
  .front-page .featured-quizzes {
    background-clip: content-box;
    padding-left: 0;
  }
  .front-page .featured-quizzes h2 {
    padding-left: 2%;
  }
  .front-page .featured-quizzes .post-buttons {
    margin-right: 2rem;
  }
  .front-page .featured-quizzes .post-buttons button {
    display: block;
  }
  .front-page .featured-quizzes .quiz-container {
    justify-content: center;
  }
  .front-page .featured-quizzes .quiz-container .slick-list {
    margin-left: 2.2857142857rem;
  }
  .front-page .featured-quizzes .quiz-container .slick-list .slick-track {
    padding: 0 2.2857142857rem;
  }
  .front-page .featured-quizzes .quiz-container .quiz {
    flex: 0 0 30%;
    margin-left: 0;
  }
  .front-page .featured-quizzes .quiz-container .quiz + .quiz {
    margin-left: 2.2857142857rem;
  }
  .front-page .featured-quizzes .quiz-container .quiz h3 {
    margin-left: 1.4285714286rem;
  }
  .front-page .featured-quizzes > a {
    display: block;
    text-align: right;
    padding-right: 2.3571428571rem;
    padding-top: 2.7142857143rem;
    padding-bottom: 2rem;
    margin-bottom: 1.4rem;
    background: none;
  }
  .front-page .featured-quizzes > a:hover {
    color: #50266F;
  }
}
@media screen and (min-width: 1200px) {
  .front-page .featured-quizzes .post-buttons {
    margin-right: 6.7142857143rem;
  }
  .front-page .featured-quizzes h2 {
    margin-top: 6.5714285714rem;
  }
}
@media screen and (min-width: 1400px) {
  .front-page .featured-quizzes {
    padding-left: 6.7857142857rem;
    padding-bottom: 0;
  }
  .front-page .featured-quizzes h2 {
    padding-left: 0;
  }
  .front-page .featured-quizzes .quizzes-top {
    max-width: 102.8571428571rem;
    margin-left: auto;
    margin-right: auto;
  }
  .front-page .featured-quizzes .quiz-container {
    justify-content: flex-start;
  }
  .front-page .featured-quizzes .quiz-container .slick-list {
    margin-left: 0;
  }
  .front-page .featured-quizzes .quiz-container .quiz + .quiz {
    margin-left: 2.2857142857rem;
  }
}

.donate-bar {
  width: 100%;
  padding: 0 5%;
  min-height: 7.1428571429rem;
  background-color: white;
}
.donate-bar.fixed {
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 50;
}
.donate-bar.fixed .close {
  visibility: visible;
}
.donate-bar:not(.fixed) {
  display: none;
}
.donate-bar .h2 {
  font-size: 1.71rem;
  margin: 1rem 0;
}
.donate-bar .donate-options {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  flex-grow: 1;
}
.donate-bar .donate-options .prompt {
  color: #50266F;
  margin-right: 1.2857142857rem;
  flex-basis: 100%;
}
.donate-bar .donate-options .button {
  display: inline-block;
  text-align: center;
  white-space: nowrap;
  margin-bottom: 0.7142857143rem;
  margin-right: 0.3571428571rem;
  padding-left: 1.2857142857rem;
  padding-right: 1.2857142857rem;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.donate-bar .donate-options .button.purple {
  max-width: 10.7142857143rem;
}
.donate-bar .close {
  position: absolute;
  top: 2.5rem;
  right: 0;
  margin-right: 2.1428571429rem;
  font-size: 1.8571428571rem;
  color: #50266F;
  padding: 0;
  background-color: transparent;
  visibility: hidden;
}
@media screen and (min-width: 768px) {
  .donate-bar {
    display: flex;
    align-items: center;
    padding: 0;
  }
  .donate-bar .h2 {
    font-size: 2.57rem;
    margin: 0 0.7142857143rem;
  }
  .donate-bar .donate-options .button {
    flex-basis: 9.6428571429rem;
    flex-shrink: 0;
    flex-grow: 1;
  }
  .donate-bar .close {
    position: static;
    margin-right: 1.5rem;
  }
}
@media screen and (min-width: 1024px) {
  .donate-bar .h2 {
    margin: 0 2.1428571429rem;
  }
  .donate-bar .button {
    max-width: 9.6428571429rem;
  }
  .donate-bar .close {
    margin-right: 2.1428571429rem;
  }
}
@media screen and (min-width: 1200px) {
  .donate-bar {
    height: 7.1428571429rem;
  }
  @-moz-document url-prefix() {
    .donate-bar {
      padding-top: 0.5rem;
    }
  }
  .donate-bar .h2 {
    margin-left: 7rem;
  }
  .donate-bar .donate-options {
    flex-wrap: nowrap;
  }
  .donate-bar .donate-options .prompt {
    white-space: nowrap;
    flex-basis: auto;
  }
  .donate-bar .donate-options .button {
    margin-bottom: 0;
  }
}
@media screen and (min-width: 1400px) {
  .donate-bar .h2 {
    margin-right: 5.5714285714rem;
  }
}

.iwn-bar-holder {
  display: none;
}

.hidde-iwn-bar {
  display: none !important;
}

@media screen and (min-width: 768px) {
  .iwn-bar-holder {
    display: block;
    min-height: 14.2857142857rem;
    width: 100%;
  }
  .iwn-bar-holder .iwn-bar {
    width: 100%;
    padding: 7% 5%;
    min-height: 14.2857142857rem;
    background-image: linear-gradient(90deg, #50266f 46.74%, #c93b2e 100%);
    color: white;
    position: relative;
  }
  .iwn-bar-holder .iwn-bar p.p2 {
    color: white;
  }
  .iwn-bar-holder .iwn-bar > div {
    margin-top: 0.3571428571rem;
  }
  .iwn-bar-holder .iwn-bar > div p {
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 1.2857142857rem;
    flex-shrink: 1;
    flex-grow: 0;
  }
  .iwn-bar-holder .iwn-bar > div a.button {
    margin-top: 2rem;
    flex-shrink: 0;
    padding: 1rem 2.1428571429rem 0.7142857143rem;
    color: #50266F;
    background-color: white;
  }
  .iwn-bar-holder .iwn-bar.fixed {
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 50;
  }
  .iwn-bar-holder .iwn-bar.fixed .close {
    visibility: visible;
  }
  .iwn-bar-holder .iwn-bar .h2 {
    font-size: 1.71rem;
    margin: 1rem 0;
  }
  .iwn-bar-holder .iwn-bar .close {
    position: absolute;
    top: 2.5rem;
    right: 0;
    margin-right: 2.1428571429rem;
    font-size: 1.8571428571rem;
    color: white;
    padding: 0;
    background-color: transparent;
    visibility: hidden;
  }
  .iwn-bar-holder .iwn-bar.iwn-bar-image {
    background-size: auto 100%, auto;
    background-repeat: no-repeat;
    background-position: right;
  }
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
  .iwn-bar-holder .iwn-bar.iwn-bar-image {
    background-image: linear-gradient(90deg, #50266f 46.74%, #c93b2e 100%) !important;
  }
}
@media screen and (min-width: 768px) and (min-width: 768px) {
  .iwn-bar-holder .iwn-bar {
    padding-top: 3.5rem;
    padding-bottom: 3.2857142857rem;
  }
  .iwn-bar-holder .iwn-bar .h2 {
    font-size: 2.57rem;
    margin: 0;
  }
  .iwn-bar-holder .iwn-bar > div {
    display: flex;
    align-items: flex-start;
    max-width: 48rem;
  }
  .iwn-bar-holder .iwn-bar > div a.button {
    margin-top: 0;
  }
}
@media screen and (min-width: 768px) and (min-width: 1024px) {
  .iwn-bar-holder .iwn-bar {
    padding-left: 7rem;
  }
  .iwn-bar-holder .iwn-bar .h2 {
    margin: 0;
  }
  .iwn-bar-holder .iwn-bar .button {
    max-width: 9.6428571429rem;
  }
}
@media screen and (min-width: 768px) and (min-width: 1200px) {
  .iwn-bar-holder {
    height: 14.2857142857rem;
  }
  .iwn-bar-holder .iwn-bar {
    background-image: url("/wp-content/themes/iwv/assets/images/iwn-membership-card-hand.png"), linear-gradient(90deg, #50266f 46.74%, #c93b2e 100%);
    background-repeat: no-repeat;
    background-position: right bottom, center;
    background-size: auto 90%, auto;
  }
}
.advocates {
  background-image: url("/wp-content/themes/iwv/assets/images/advocates-bg.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  border: 18px solid #3BB5C3;
  text-align: center;
  padding: 1rem;
}
.advocates .h1, .advocates .page-title, .advocates .h3 {
  color: white;
}
.advocates .h1 {
  margin: 0 0 2.1428571429rem;
  font-size: 2.57rem;
}
.advocates .page-title {
  display: block;
  margin-bottom: 1rem;
  font-size: 3.42857rem;
}
.advocates hr {
  height: 2px;
  color: #3BB5C3;
  background-color: #3BB5C3;
  border: none;
  margin: 0 5%;
}
.advocates .h3 {
  margin: 2.1428571429rem 0 0;
}
@media screen and (min-width: 768px) {
  .advocates {
    padding: 5.2857142857rem 7.8571428571rem 4.8571428571rem 9rem;
  }
  .advocates hr {
    width: 23.6428571429rem;
    margin: 0 auto;
  }
  .advocates .page-title {
    font-size: 5.71rem;
  }
  .advocates .h1 {
    font-size: 3.42857rem;
  }
}

.links-sidebar > * {
  padding: 2rem 5%;
  background-color: #3BB5C3;
}
.links-sidebar .h4, .links-sidebar body.post .main-content-sidebar .sidebar-content-block .sidebar-title, body.post .main-content-sidebar .sidebar-content-block .links-sidebar .sidebar-title, .links-sidebar .page .main-content-sidebar .sidebar-title, .page .main-content-sidebar .links-sidebar .sidebar-title,
.links-sidebar a {
  color: white;
}
.links-sidebar .h4, .links-sidebar body.post .main-content-sidebar .sidebar-content-block .sidebar-title, body.post .main-content-sidebar .sidebar-content-block .links-sidebar .sidebar-title, .links-sidebar .page .main-content-sidebar .sidebar-title, .page .main-content-sidebar .links-sidebar .sidebar-title {
  margin-top: 0;
  margin-bottom: 1rem;
}
.links-sidebar .link-box {
  display: flex;
  align-items: center;
  padding-top: 2.2142857143rem;
  margin-bottom: 1.4285714286rem;
}
.links-sidebar .link-box + .link-box {
  border-top: 2px solid white;
}
.links-sidebar .link-box img {
  margin-right: 1.0714285714rem;
  width: 4.5714285714rem;
  height: 4.5714285714rem;
}
.links-sidebar .link-box a {
  transition: all 0.1s ease-in-out;
}
.links-sidebar .link-box a:focus, .links-sidebar .link-box a:hover {
  color: #50266F;
}
@media screen and (min-width: 1200px) {
  .links-sidebar {
    width: 27.8571428571rem;
  }
  .links-sidebar.floating {
    position: absolute;
    right: 0;
  }
  .links-sidebar.floating::before {
    content: "";
    position: absolute;
    width: 33.0714285714rem;
    height: 15.5rem;
    background-image: url("/wp-content/themes/iwv/assets/images/square-dots.svg");
    background-repeat: no-repeat;
    background-size: cover;
    z-index: -1;
    right: 0;
    top: -8rem;
  }
  .links-sidebar.floating.bottom::before {
    top: auto;
    bottom: -11rem;
    width: 41.2142857143rem;
  }
  .links-sidebar > * {
    padding: 2.8571428571rem 5rem 5.2142857143rem 2.4285714286rem;
  }
  .links-sidebar .h4, .links-sidebar body.post .main-content-sidebar .sidebar-content-block .sidebar-title, body.post .main-content-sidebar .sidebar-content-block .links-sidebar .sidebar-title, .links-sidebar .page .main-content-sidebar .sidebar-title, .page .main-content-sidebar .links-sidebar .sidebar-title {
    margin-bottom: 1.7142857143rem;
  }
}

.related-stories .h3 {
  margin: 0;
}
.related-stories .related-stories-list .related-story .h6 {
  margin-top: 2.1428571429rem;
  margin-bottom: 0.4285714286rem;
}
.related-stories .related-stories-list .related-story a {
  color: #50266F;
  border: none;
  transition: 0.2s ease;
}
.related-stories .related-stories-list .related-story a:hover {
  color: #3BB5C3;
  transition: 0.2s ease;
  background: none;
  text-decoration: none;
}
.related-stories .related-stories-list .related-story .meta-data {
  margin: 0;
}
.related-stories .related-stories-list .related-story .meta-data .author:hover {
  color: #3BB5C3;
}
@media screen and (min-width: 1024px) {
  .related-stories {
    margin: 5.5rem 0 5rem;
  }
}

.event-callout {
  padding-bottom: 40px;
  border-bottom: 2px solid #3BB5C3;
}
.event-callout .h2 {
  margin-top: 0;
  margin-bottom: 0.6428571429rem;
}
.event-callout .h5 {
  margin-top: 0;
  margin-bottom: 1.5714285714rem;
}
.event-callout p.p3 {
  margin-bottom: 3.5714285714rem;
}
.event-callout .event-image {
  text-align: center;
  border: 1px solid #EBF2F3;
  height: 11.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 1.2857142857rem;
  margin-bottom: 1.2857142857rem;
  max-width: 20.4285714286rem;
  padding: 0;
}
.event-callout .event-info {
  padding-left: 2.1428571429rem;
}
@media screen and (min-width: 768px) {
  .event-callout .event-image {
    margin-top: 0;
    margin-bottom: 0;
  }
}

#category-filters {
  opacity: 0;
  margin-top: -10.7142857143rem;
  margin-bottom: 8.5714285714rem;
  transition: 0.2s ease margin;
  pointer-events: none;
  height: 8.5714285714rem;
}
#category-filters.show-filters {
  opacity: 1;
  margin-top: 3rem;
  margin-bottom: 0;
  transition: 0.2s ease;
  pointer-events: auto;
  height: auto;
}

.category-c-filters,
.category-a-filters,
.search-filters {
  margin-bottom: 4.2857142857rem;
}
.category-c-filters .h5,
.category-a-filters .h5,
.search-filters .h5 {
  margin-bottom: 1.5rem;
}
.category-c-filters label,
.category-a-filters label,
.search-filters label {
  display: block;
  color: #2C3E5C;
  margin-top: 1.1428571429rem;
  margin-bottom: 0.9285714286rem;
}
@media screen and (min-width: 768px) {
  .category-c-filters label,
.category-a-filters label,
.search-filters label {
    margin-top: 0;
  }
}
.category-c-filters .select-wrapper, .category-c-filters .gform_legacy_markup_wrapper .gform_body ul li .ginput_container_select, .gform_legacy_markup_wrapper .gform_body ul li .category-c-filters .ginput_container_select,
.category-c-filters .gform_legacy_markup_wrapper .gform_body ul li .address_state,
.gform_legacy_markup_wrapper .gform_body ul li .category-c-filters .address_state,
.category-a-filters .select-wrapper,
.category-a-filters .gform_legacy_markup_wrapper .gform_body ul li .ginput_container_select,
.gform_legacy_markup_wrapper .gform_body ul li .category-a-filters .ginput_container_select,
.category-a-filters .gform_legacy_markup_wrapper .gform_body ul li .address_state,
.gform_legacy_markup_wrapper .gform_body ul li .category-a-filters .address_state,
.search-filters .select-wrapper,
.search-filters .gform_legacy_markup_wrapper .gform_body ul li .ginput_container_select,
.gform_legacy_markup_wrapper .gform_body ul li .search-filters .ginput_container_select,
.search-filters .gform_legacy_markup_wrapper .gform_body ul li .address_state,
.gform_legacy_markup_wrapper .gform_body ul li .search-filters .address_state {
  width: 100%;
  background-color: white;
}
.category-c-filters input#date-filter,
.category-a-filters input#date-filter,
.search-filters input#date-filter {
  border-radius: 4px;
  padding: 1.5rem 1.7857142857rem 1.4285714286rem 1.7857142857rem;
  width: 100%;
  background-color: white;
  line-height: 1.2;
  background-image: url("/wp-content/themes/iwv/assets/images/select-arrow.svg");
  background-repeat: no-repeat;
  background-position: right 1.7857142857rem center;
}
.category-c-filters input[type=submit],
.category-a-filters input[type=submit],
.search-filters input[type=submit] {
  width: 100%;
  padding: 1.5rem 1.7857142857rem 1.4285714286rem 1.7857142857rem;
}

.section-people .h3 {
  margin: 0 0 3.0714285714rem;
}

.section-people,
.search-results-posts {
  margin-bottom: 30px;
}
.section-people > .row,
.search-results-posts > .row {
  padding-bottom: 3.5714285714rem;
}
.section-people .people-entry,
.search-results-posts .people-entry {
  overflow: hidden;
  margin-bottom: 2.2857142857rem;
}
.section-people .people-entry-thumb,
.search-results-posts .people-entry-thumb {
  overflow: hidden;
  display: block;
  width: 100%;
  height: 255px;
  background: no-repeat center center;
  background-size: cover;
}
.section-people .people-content,
.search-results-posts .people-content {
  background: #eff0f2;
  padding: 1.9285714286rem 15px 15px 15px;
  display: flex;
  flex-direction: column;
  min-height: 10.2142857143rem;
}
@media screen and (min-width: 1200px) {
  .section-people .people-content,
.search-results-posts .people-content {
    height: 10.2142857143rem;
  }
}
.section-people .people-content .h4 a, .section-people .people-content body.post .main-content-sidebar .sidebar-content-block .sidebar-title a, body.post .main-content-sidebar .sidebar-content-block .section-people .people-content .sidebar-title a, .section-people .people-content .page .main-content-sidebar .sidebar-title a, .page .main-content-sidebar .section-people .people-content .sidebar-title a,
.search-results-posts .people-content .h4 a,
.search-results-posts .people-content body.post .main-content-sidebar .sidebar-content-block .sidebar-title a,
body.post .main-content-sidebar .sidebar-content-block .search-results-posts .people-content .sidebar-title a,
.search-results-posts .people-content .page .main-content-sidebar .sidebar-title a,
.page .main-content-sidebar .search-results-posts .people-content .sidebar-title a {
  color: #2C3E5C;
}
.section-people .people-content .people-title,
.search-results-posts .people-content .people-title {
  color: #2C3E5C;
  margin-top: 0;
  margin-bottom: 0.6428571429rem;
}
.section-people .people-content .people-title a,
.search-results-posts .people-content .people-title a {
  color: #2C3E5C;
}
.section-people .people-content .title,
.search-results-posts .people-content .title {
  text-transform: uppercase;
  color: #2C3E5C;
  margin-top: 0;
  margin-bottom: auto;
}
.section-people .people-content .department,
.search-results-posts .people-content .department {
  color: #3BB5C3;
}
.section-people .pagination-wrap,
.search-results-posts .pagination-wrap {
  margin-top: 2.2142857143rem;
  padding-bottom: 5rem;
}

.bx-wrapper {
  position: relative;
  margin-bottom: 60px;
  padding: 0;
  touch-action: pan-y;
  box-shadow: 0 0 5px #ccc;
  border: 5px solid #fff;
  background: #fff;
}

.bx-wrapper img {
  max-width: 100%;
  display: block;
}

.bxslider {
  margin: 0;
  padding: 0;
}

ul.bxslider {
  list-style: none;
}

.bx-viewport {
  -webkit-transform: translatez(0);
}

.bx-wrapper .bx-controls-auto, .bx-wrapper .bx-pager {
  position: absolute;
  bottom: -30px;
  width: 100%;
}

.bx-wrapper .bx-loading {
  min-height: 50px;
  background: url(../images/bx_loader.gif) center center no-repeat #fff;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2000;
}

.bx-wrapper .bx-pager {
  text-align: center;
  font-size: 0.85em;
  font-family: Arial;
  font-weight: 700;
  color: #666;
  padding-top: 20px;
}

.bx-wrapper .bx-pager.bx-default-pager a {
  background: #666;
  text-indent: -9999px;
  display: block;
  width: 10px;
  height: 10px;
  margin: 0 5px;
  outline: 0;
  border-radius: 5px;
}

.bx-wrapper .bx-pager.bx-default-pager a.active, .bx-wrapper .bx-pager.bx-default-pager a:focus, .bx-wrapper .bx-pager.bx-default-pager a:hover {
  background: #000;
}

.bx-wrapper .bx-controls-auto .bx-controls-auto-item, .bx-wrapper .bx-pager-item {
  display: inline-block;
  vertical-align: bottom;
}

.bx-wrapper .bx-pager-item {
  font-size: 0;
  line-height: 0;
}

.bx-wrapper .bx-prev {
  left: 10px;
  background: url(images/controls.png) 0 -32px no-repeat;
}

.bx-wrapper .bx-prev:focus, .bx-wrapper .bx-prev:hover {
  background-position: 0 0;
}

.bx-wrapper .bx-next {
  right: 10px;
  background: url(images/controls.png) -43px -32px no-repeat;
}

.bx-wrapper .bx-next:focus, .bx-wrapper .bx-next:hover {
  background-position: -43px 0;
}

.bx-wrapper .bx-controls-direction a {
  position: absolute;
  top: 50%;
  margin-top: -16px;
  outline: 0;
  width: 32px;
  height: 32px;
  text-indent: -9999px;
  z-index: 9999;
}

.bx-wrapper .bx-controls-direction a.disabled {
  display: none;
}

.bx-wrapper .bx-controls-auto {
  text-align: center;
}

.bx-wrapper .bx-controls-auto .bx-start {
  display: block;
  text-indent: -9999px;
  width: 10px;
  height: 11px;
  outline: 0;
  background: url(images/controls.png) -86px -11px no-repeat;
  margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-start.active, .bx-wrapper .bx-controls-auto .bx-start:focus, .bx-wrapper .bx-controls-auto .bx-start:hover {
  background-position: -86px 0;
}

.bx-wrapper .bx-controls-auto .bx-stop {
  display: block;
  text-indent: -9999px;
  width: 9px;
  height: 11px;
  outline: 0;
  background: url(images/controls.png) -86px -44px no-repeat;
  margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-stop.active, .bx-wrapper .bx-controls-auto .bx-stop:focus, .bx-wrapper .bx-controls-auto .bx-stop:hover {
  background-position: -86px -33px;
}

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
  text-align: left;
  width: 80%;
}

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
  right: 0;
  width: 35px;
}

.bx-wrapper .bx-caption {
  position: absolute;
  bottom: 0;
  left: 0;
  background: #666;
  background: rgba(80, 80, 80, 0.75);
  width: 100%;
}

.bx-wrapper .bx-caption span {
  color: #fff;
  font-family: Arial;
  display: block;
  font-size: 0.85em;
  padding: 10px;
}

.social-share {
  position: absolute;
  left: -5rem;
}
.social-share .social-share-button {
  background: #3BB5C3;
  color: white;
  border-radius: 4px;
  padding: 0.5714285714rem 1.0714285714rem 0.4285714286rem;
  font-size: 1.4285714286rem;
  margin-bottom: 1.0714285714rem;
  line-height: 1.7;
  text-align: center;
  display: block;
  transition: all 0.1s ease-in-out;
}
.social-share .social-share-button:focus, .social-share .social-share-button:hover {
  background-color: #00acbd;
}
@media (max-width: 1400px) {
  .social-share {
    position: relative;
    left: auto;
    margin: 1.7857142857rem 0;
  }
  .social-share .social-share-button {
    display: inline-block;
    margin-bottom: 0;
  }
}
.social-share .twitter-icon {
  display: inline-block;
  vertical-align: middle;
  height: 17px;
  width: 17px;
}
.social-share .twitter-icon path {
  stroke: #3BB5C3;
  fill: white;
}

blockquote.wp-block-quote {
  background-color: #F7F7F7;
  border-left: 5px solid #3BB5C3;
  margin: 3.4285714286rem 0;
  padding: 0.7142857143rem 2.8571428571rem 0.2142857143rem 1.2857142857rem;
}
blockquote.wp-block-quote cite {
  width: 100%;
  text-align: right;
  display: inline-block;
}
@media screen and (min-width: 1024px) {
  blockquote.wp-block-quote {
    margin: 3.4285714286rem 0 3.4285714286rem 2.8571428571rem;
    padding: 2.7142857143rem 4.8571428571rem 2.2142857143rem 2.9285714286rem;
  }
}

.section-store {
  margin-top: 3.5714285714rem;
  padding: 5rem 0;
  margin-bottom: 3.9285714286rem;
  border: 18px solid #3BB5C3;
  background-image: url("/wp-content/themes/iwv/assets/images/triangle-slashes.svg");
  background-position: right -8.5714285714rem bottom -12.1428571429rem;
  background-size: 25.5rem;
  background-repeat: no-repeat;
}
@media (max-width: 767px) {
  .section-store {
    padding: 3.5714285714rem 0;
  }
}
.section-store .text-center {
  text-align: center;
}
.section-store .h1 {
  margin-top: 0;
  color: #50266F;
  font-size: 2.57rem;
}
@media screen and (min-width: 1024px) {
  .section-store .h1 {
    font-size: h1;
  }
}
.section-store .sub-title {
  color: #3BB5C3;
  margin-top: 0;
}
.section-store .store-item {
  margin-top: 4.2857142857rem;
  padding-right: 5%;
  padding-left: 5%;
}
.section-store .store-item:first-child {
  margin-top: 2.7142857143rem;
}
@media screen and (min-width: 768px) {
  .section-store .store-item {
    padding-right: 3.5714285714rem;
    padding-left: 0;
  }
  .section-store .store-item:first-child {
    margin-top: 4.2857142857rem;
  }
  .section-store .store-item:only-child {
    padding-right: 0;
  }
}
.section-store .store-item .store-item-photo img {
  width: 100%;
}
@media (max-width: 767px) {
  .section-store .store-item .store-item-photo img {
    display: block;
  }
}
.section-store .store-item p {
  margin-bottom: 2.1428571429rem;
  margin-top: 0.5714285714rem;
}
@media screen and (min-width: 1024px) {
  .section-store .store-item p {
    margin-top: 1rem;
  }
}
.section-store .store-item p.h5 {
  color: #50266F;
  margin-bottom: 0.5714285714rem;
  margin-top: 0;
  font-size: 1.43rem;
}
@media screen and (min-width: 1024px) {
  .section-store .store-item p.h5 {
    margin-bottom: 1.5714285714rem;
    font-size: 1.14rem;
  }
}

.section-cta {
  margin-top: 2.2857142857rem;
  margin-bottom: 2.2857142857rem;
}
.section-cta .container {
  padding-left: 2.2857142857rem;
  padding-right: 2.2857142857rem;
}
.section-cta .cta-image-col {
  margin-bottom: 4.9721428571rem;
  overflow: hidden;
}
.section-cta .cta-image-col .cta-image {
  width: 100%;
  display: block;
}
.section-cta.has-image {
  background-image: url("/wp-content/themes/iwv/assets/images/square-dots.svg"), linear-gradient(90deg, rgba(255, 255, 255, 0.6) 8%, rgba(255, 255, 255, 0.6) 29%);
  background-repeat: no-repeat;
  background-position: left 50% top 22%;
  background-blend-mode: overlay;
}
.section-cta.has-image .content-area {
  border-color: #50266F;
}
.section-cta .content-area {
  border-top: 2px solid #3BB5C3;
}
.section-cta .content-area .h5 {
  margin-top: 2.8571428571rem;
  margin-bottom: 0;
  color: #3BB5C3;
}
.section-cta .content-area .h2 {
  margin-top: 0.9285714286rem;
  margin-bottom: 0.7142857143rem;
  color: #50266F;
  font-size: 1.71rem;
}
.section-cta .content-area p {
  margin-top: 0;
  margin-bottom: 1.6428571429rem;
  font-size: 1rem;
}
.section-cta .content-area a.button {
  display: inline-block;
}
@media screen and (min-width: 576px) {
  .section-cta .cta-image-col .cta-image {
    margin-left: auto;
    margin-right: 2.9285714286rem;
    max-width: 22.9285714286rem;
  }
}
@media screen and (min-width: 768px) {
  .section-cta {
    background-position-y: 14.2857142857rem;
  }
  .section-cta .container {
    padding-left: 15px;
    padding-right: 15px;
  }
  .section-cta.has-image {
    background-position: calc(50vw - 50rem) 13rem;
  }
  .section-cta .cta-image-col {
    margin-bottom: 0;
  }
  .section-cta .content-area .h5 {
    margin-top: 3.5714285714rem;
  }
  .section-cta .content-area .h2 {
    font-size: 2.57rem;
  }
  .section-cta .content-area p {
    margin-bottom: 2.8571428571rem;
    font-size: 1.29rem;
  }
}
@media screen and (min-width: 1024px) {
  .section-cta {
    margin-top: 8.7142857143rem;
    margin-bottom: 7.8571428571rem;
  }
}
.section-ctaII {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  padding: 60px 0;
  margin-bottom: 60px;
}
.section-ctaII .container {
  position: relative;
  z-index: 2;
}
.section-ctaII:after {
  content: "";
  display: block;
  background-color: #50266F;
  width: 100%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  mix-blend-mode: multiply;
}
.section-ctaII .product-image {
  position: relative;
}
.section-ctaII .product-image img {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 0;
  right: 2%;
  transform: translateY(-50%);
}
@media (max-width: 767px) {
  .section-ctaII .product-image img {
    position: relative;
    transform: translateY(0);
    right: auto;
    left: auto;
    margin-bottom: 20px;
    top: auto;
  }
}
.section-ctaII .product-content {
  text-align: center;
}
.section-ctaII .product-content .h5 {
  color: #80CED7;
  margin-bottom: 18px;
}
.section-ctaII .product-content .h2 {
  color: #ffffff;
  margin-bottom: 28px;
}
.section-ctaII .product-content p {
  color: #ffffff;
  margin-bottom: 37px;
}

.section-the-latest {
  max-width: 102.8571428571rem;
  margin-left: auto;
  margin-right: auto;
  margin-top: 3.5714285714rem;
  padding-bottom: 0;
}
.section-the-latest hr {
  margin: 0;
}
.section-the-latest .col-sm-6 {
  margin-bottom: 60px;
}
.section-the-latest .latest-entry {
  padding-bottom: 0px;
}
.section-the-latest .h2 {
  margin-bottom: 40px;
}
.section-the-latest .h3 {
  margin-top: 0;
}
.section-the-latest.read-next .latest-entry .latest-title, .section-the-latest.search-results-posts .latest-entry .latest-title, .section-the-latest.featured-latest .latest-entry .latest-title {
  margin-left: 2.1428571429rem;
}
.section-the-latest.read-next .latest-entry .entry-type, .section-the-latest.search-results-posts .latest-entry .entry-type, .section-the-latest.featured-latest .latest-entry .entry-type {
  margin-left: 2.1428571429rem;
}
.section-the-latest.read-next .latest-entry .latest-entry-thumb, .section-the-latest.search-results-posts .latest-entry .latest-entry-thumb, .section-the-latest.featured-latest .latest-entry .latest-entry-thumb {
  box-shadow: 20px 20px 20px rgba(0, 0, 0, 0.15);
  transition: all 0.5s ease-in-out;
}
.section-the-latest.read-next .latest-entry:focus .latest-entry-thumb, .section-the-latest.read-next .latest-entry:hover .latest-entry-thumb, .section-the-latest.search-results-posts .latest-entry:focus .latest-entry-thumb, .section-the-latest.search-results-posts .latest-entry:hover .latest-entry-thumb, .section-the-latest.featured-latest .latest-entry:focus .latest-entry-thumb, .section-the-latest.featured-latest .latest-entry:hover .latest-entry-thumb {
  transform: scale(1.02);
}
.section-the-latest .category-name {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  text-transform: uppercase;
  width: 56%;
  background: #ffffff;
  display: inline-block;
  margin: 0 auto;
  font-size: 12px;
  padding: 6px 0 0px 0;
}
.section-the-latest .latest-entry-thumb {
  text-align: center;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
  display: block;
}
.section-the-latest .latest-entry-thumb:after {
  content: "";
  display: block;
  padding-bottom: 56.3775510204%;
}
.section-the-latest .latest-entry-thumb:focus {
  outline: none;
}
.section-the-latest .view-all-button {
  margin-top: 0px;
  margin-bottom: 60px;
}
.section-the-latest .latest-title {
  margin-top: 2.1428571429rem;
  margin-bottom: 1.4285714286rem;
  margin-left: 1.0714285714rem;
}
.section-the-latest .latest-title a {
  transition: 0.2s ease;
  color: #50266F;
}
.section-the-latest .latest-title a:focus, .section-the-latest .latest-title a:hover {
  transition: 0.2s ease;
  text-decoration: none;
  color: #37a1ad;
  outline: none;
}
.section-the-latest .entry-type {
  font-weight: normal;
  color: #cfd4db;
  position: relative;
  margin: 0 0 0 1.0714285714rem;
}
.section-the-latest .entry-type a,
.section-the-latest .entry-type span {
  color: #2C3E5C;
}
.section-the-latest .entry-type a:hover, .section-the-latest .entry-type a:focus,
.section-the-latest .entry-type span:hover,
.section-the-latest .entry-type span:focus {
  color: #3BB5C3;
  outline: none;
}

.category-name {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  text-transform: uppercase;
  width: 56%;
  background: #ffffff;
  display: inline-block;
  margin: 0 auto;
  font-size: 12px;
  padding: 6px 0 0px 0;
}

.latest-entry-thumb {
  text-align: center;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
  display: block;
}
.latest-entry-thumb:after {
  content: "";
  display: block;
  padding-bottom: 60%;
}

.view-all-button {
  margin-top: 0px;
  margin-bottom: 60px;
}

.latest-title {
  margin-top: 2.1428571429rem;
  margin-bottom: 1.4285714286rem;
  margin-left: 1.0714285714rem;
}
.latest-title a {
  transition: 0.2s ease;
  color: #50266F;
}
.latest-title a:focus, .latest-title a:hover {
  transition: 0.2s ease;
  text-decoration: none;
  color: #37a1ad;
  outline: none;
}

.entry-type {
  font-weight: normal;
  color: #cfd4db;
  position: relative;
  margin: 0 0 0 1.0714285714rem;
}
.entry-type a,
.entry-type span {
  color: #2C3E5C;
}
.entry-type .filter-nav {
  margin-bottom: 35px;
}
.entry-type .filter-nav .nav-item {
  margin: 0 15px 15px 15px;
}
.entry-type .filter-nav .nav-link {
  background: #eaf2f3;
  border-radius: 2px;
  transition: 0.2s ease;
  font-size: 16px;
}
.entry-type .filter-nav .nav-link:hover {
  color: #ffffff;
  transition: 0.2s ease;
}
.entry-type .filter-nav .nav-link.active {
  color: #ffffff;
}
figure.expando-table {
  overflow-x: auto;
  margin-right: 0;
  margin-left: 0;
}
@media screen and (min-width: 768px) {
  figure.expando-table {
    overflow: visible;
  }
}
@media screen and (min-width: 1024px) {
  figure.expando-table.full-width {
    width: 100vw;
    max-width: 68.5714285714rem;
    padding-right: 2.1428571429rem;
  }
}
@media screen and (min-width: 1200px) {
  figure.expando-table.full-width {
    max-width: 81.4285714286rem;
  }
}
figure.expando-table table {
  width: 100%;
}
@media screen and (min-width: 768px) {
  figure.expando-table table {
    width: auto;
  }
}
figure.expando-table table tr td {
  vertical-align: top;
}
figure.expando-table table tr td details {
  margin: 0;
  overflow-x: auto;
}
figure.expando-table table tr td details * {
  animation: none;
}
figure.expando-table table tr td details summary {
  line-height: 1.3143;
}
figure.expando-table table tr td details summary::before {
  content: none;
}
figure.expando-table table tr td details p {
  max-width: 100%;
}
figure.expando-table table tr td details[open] summary {
  margin: 0;
}
figure.expando-table table tr td .expando-button {
  width: 3.2142857143rem;
  height: 3.2142857143rem;
  font-size: 1.4285714286rem;
  padding: 0.1428571429rem 0 0;
  border-radius: 50rem;
}
@-moz-document url-prefix() {
  figure.expando-table table tr td .expando-button {
    padding-top: 0.3571428571rem;
  }
}

.section-feature .feature-content {
  text-align: center;
  position: relative;
  padding: 4%;
  background-color: #50266F;
}
.section-feature .feature-content .h2,
.section-feature .feature-content .h1,
.section-feature .feature-content p,
.section-feature .feature-content .h5,
.section-feature .feature-content a {
  color: #ffffff;
}
.section-feature .feature-content .h5 {
  font-size: 18px;
  margin-bottom: 20px;
  line-height: 28px;
}
.section-feature .feature-content .h2,
.section-feature .feature-content .h1 {
  margin-bottom: 20px;
}
.section-feature .feature-content .meta-data {
  margin-bottom: 30px;
}
.section-feature .feature-content .meta-data a {
  border: none;
}
.section-feature .feature-content .button {
  margin-top: 20px;
}
@media screen and (min-width: 768px) {
  .section-feature .feature-content {
    padding: 4.2857142857rem 4.2857142857rem 5.7142857143rem 4.2857142857rem;
  }
}
.section-feature .meta-data {
  font-size: 13px;
}
.section-feature .feature-image {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.section-feature .feature-image img {
  width: 100%;
}

.categorya .section-feature {
  margin-bottom: 50px;
}
.categorya .section-feature .feature-content {
  text-align: left;
}
.categorya .section-feature .feature-content .h5 {
  color: #80CED7;
}
@media screen and (min-width: 768px) {
  .categorya .section-feature {
    margin-top: 60px;
  }
}

body.landing .section-feature {
  margin-bottom: 70px;
}
body.landing .section-feature .feature-content .h5 {
  color: #80CED7;
}
body.landing .section-feature .feature-content .h1 {
  font-size: 2.57rem;
}
@media screen and (min-width: 768px) {
  body.landing .section-feature {
    margin-top: 60px;
  }
}
@media screen and (min-width: 1024px) {
  body.landing .section-feature .feature-content .h1 {
    font-size: 3.42857rem;
  }
}
body.landing .feature-content {
  text-align: left;
  padding: 100px 60px;
}
body.landing .feature-content .h1,
body.landing .feature-content p {
  color: white;
}
@media (max-width: 767px) {
  body.landing .feature-content {
    padding: 50px 30px;
  }
}

.section-helpful-links {
  background-size: cover;
  padding: 60px 0 0;
  margin-bottom: 50px;
}
.section-helpful-links .h3 {
  margin-top: 0;
  margin-bottom: 40px;
}
.section-helpful-links ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.section-helpful-links ul li {
  margin-bottom: 20px;
}
.section-helpful-links ul li::before {
  content: none;
}
.section-helpful-links ul li a {
  color: #2C3E5C;
  transition: 0.2s ease;
}
.section-helpful-links ul li a i {
  color: #2C3E5C;
  margin-right: 15px;
  transition: 0.2s ease;
}
.section-helpful-links ul li a:hover {
  color: #3BB5C3;
  text-decoration: none;
  transition: 0.2s ease;
}
.section-helpful-links ul li a:hover i {
  color: #3BB5C3;
  transition: 0.2s ease;
  margin-right: 10px;
}

.section-video-block {
  padding: 2.1428571429rem 0 2.8571428571rem 0;
}
.section-video-block .h3 {
  margin: 2.5rem 0 0;
}
.section-video-block .video-length {
  color: #2C3E5C;
  margin: 1.0714285714rem 0;
}
.section-video-block .p2 {
  margin-top: 0;
}
@media screen and (min-width: 768px) {
  .section-video-block {
    padding-bottom: 5rem;
  }
  .section-video-block .container {
    position: relative;
  }
  .section-video-block .h3 {
    margin-bottom: 1.0714285714rem;
  }
  .section-video-block .video-length {
    position: absolute;
    right: 1.0714285714rem;
    margin: -3rem 0 0;
  }
}

.embed-responsive {
  margin: 3.4285714286rem 0;
}

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

.section-featured-post .feature-content {
  background-color: #50266F;
}
.section-featured-post .feature-content .h5 {
  color: #80CED7;
}
.section-featured-post .feature-content .h2 {
  margin-bottom: 0.7857142857rem;
}
.section-featured-post .feature-content .meta-data {
  margin-bottom: 1.5rem;
}
.section-featured-post .feature-content .meta-data,
.section-featured-post .feature-content .meta-data .author a {
  color: #80CED7;
}
.section-featured-post .feature-content p {
  margin: 0 0 1.2857142857rem;
}
.section-featured-post .feature-content a.button {
  margin: 0;
}

.section-facts {
  padding: 50px 0 0 0;
  margin-bottom: 40px;
}
.section-facts .fact-entry {
  margin-bottom: 20px;
  background: #ebf2f3;
  padding-bottom: 40px;
  border-right: 15px solid #ffffff;
  border-left: 15px solid #ffffff;
}
.section-facts .fact-thumb {
  height: 160px;
  margin: 0 -15px;
  overflow: hidden;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.section-facts .fact-thumb img {
  width: 100%;
}
.section-facts .fact-content {
  padding: 25px 5px 10px 5px;
}
.section-facts .fact-content .h4, .section-facts .fact-content body.post .main-content-sidebar .sidebar-content-block .sidebar-title, body.post .main-content-sidebar .sidebar-content-block .section-facts .fact-content .sidebar-title, .section-facts .fact-content .page .main-content-sidebar .sidebar-title, .page .main-content-sidebar .section-facts .fact-content .sidebar-title {
  color: #50266F;
  margin-top: 0;
  font-size: 20px;
  line-height: 1.2;
  margin-bottom: 20px;
}
.section-facts .fact-content p {
  color: #2C3E5C;
}
.section-facts .fact-content .source {
  color: #8E99A8;
  position: absolute;
  bottom: 20px;
  padding-bottom: 0;
  margin-bottom: 0;
}
.section-facts .fact-content .source a {
  color: #3BB5C3;
  border: none;
}

.section-slideshow {
  margin-bottom: 30px;
}
.section-slideshow .bxslider img {
  width: 100%;
  flex: 1 0 auto;
}
.section-slideshow .bxslider .slide {
  position: relative;
  height: auto;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.section-slideshow .bxslider .caption {
  position: absolute;
  bottom: 0;
  right: 0;
  padding: 23px;
  max-width: 50%;
  background: rgba(233, 237, 243, 0.9);
  display: inline-block;
}
.section-slideshow .bxslider .caption .slide-meta {
  font-weight: bold;
  margin-right: 1.4285714286rem;
}
@media (max-width: 767px) {
  .section-slideshow .bxslider .caption {
    padding-right: 0;
    max-width: 100%;
    width: 100%;
    padding: 10px;
    position: relative;
  }
}
.section-slideshow .bx-wrapper {
  box-shadow: none;
  min-height: 200px;
  border: none;
}
.section-slideshow .controls {
  position: absolute;
  bottom: 60px;
}
@media (max-width: 767px) {
  .section-slideshow .controls {
    display: none;
  }
}
.section-slideshow .controls a {
  display: block;
  width: 70px;
  height: 70px;
  text-align: center;
  line-height: 70px;
  font-size: 1.7142857143rem;
  background: #eff0f2;
  float: left;
  transition: 0.2s ease;
}
.section-slideshow .controls a i.fal {
  vertical-align: middle;
}
.section-slideshow .controls a:hover {
  background: #3BB5C3;
  color: white;
  transition: 0.2s ease;
}
@media screen and (min-width: 1024px) {
  .section-slideshow .bxslider .slide {
    height: 577px;
  }
}

.section-two-col-image {
  margin-bottom: 50px;
}
.section-two-col-image .page-hero {
  width: 100%;
  margin-left: 40px;
}
@media (max-width: 767px) {
  .section-two-col-image .page-hero {
    width: 100%;
    margin-left: 0;
    margin-bottom: 30px;
  }
}
.section-two-col-image .h2 {
  margin-top: 0;
  margin-bottom: 2.2857142857rem;
  padding-top: 50px;
  border-top: 2px solid #3BB5C3;
}
.section-two-col-image .h5 {
  color: #2C3E5C;
  margin-top: 0;
  margin-bottom: 1.8571428571rem;
}
@media (max-width: 767px) {
  .section-two-col-image .h5 {
    margin-bottom: 20px;
  }
}
.section-content-block {
  margin-bottom: 60px;
}
.section-content-block .container {
  position: relative;
}
.section-content-block .main-content > :first-child {
  margin-top: 0;
}
.section-content-block .main-content-sidebar {
  border-top: 2px solid #3BB5C3;
}
.section-content-block .sidebar-content-block .h4, .section-content-block body.post .main-content-sidebar .sidebar-content-block .sidebar-title, body.post .main-content-sidebar .section-content-block .sidebar-content-block .sidebar-title, .section-content-block .sidebar-content-block .page .main-content-sidebar .sidebar-title, .page .main-content-sidebar .section-content-block .sidebar-content-block .sidebar-title {
  margin-bottom: 2rem;
}
.section-content-block .sidebar-content-block.email-signup h3 {
  margin-bottom: 1rem;
}

.two-col-embeds {
  max-width: 102.8571428571rem;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
.two-col-embeds h2 {
  margin-top: 80px;
  margin-bottom: 2rem;
}
.two-col-embeds .h3 {
  margin-top: 0;
  margin-bottom: 0;
  color: #3BB5C3;
}
.two-col-embeds .embed-container {
  display: flex;
  flex-wrap: wrap;
}
.two-col-embeds .embed-container .embed-col {
  width: 48%;
  flex: 0 1 auto;
}
.two-col-embeds .embed-container .embed-col:nth-child(odd) {
  margin-right: 15px;
}
.two-col-embeds .embed-container .embed-col iframe {
  width: 100% !important;
}
.two-col-embeds a.button {
  display: inline-block;
  margin-top: 3.5714285714rem;
}

@keyframes stories-fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes stories-fade-out {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.story-listing {
  animation: stories-fade-in;
  animation-fill-mode: backwards;
  animation-duration: 500ms;
  max-width: 102.8571428571rem;
  margin-left: auto;
  margin-right: auto;
  margin-top: 3rem;
  background-image: url("/wp-content/themes/iwv/assets/images/triangle-slashes.svg");
  background-position: right -7.1428571429rem bottom -6.0714285714rem;
  background-size: 25.5rem;
  background-repeat: no-repeat;
  padding-bottom: 2.2857142857rem;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.story-listing.no-next-button {
  padding-bottom: 8.6428571429rem;
}
.story-listing.fade-out {
  animation-name: stories-fade-out;
  animation-fill-mode: both;
}
.story-listing .story-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, 20.4285714286rem);
  gap: 2.8571428571rem 2.2857142857rem;
  grid-auto-flow: dense;
  justify-content: center;
  width: 100%;
}
@media all and (-ms-high-contrast: none) {
  .story-listing .story-grid {
    display: flex;
    flex-wrap: wrap;
  }
  .story-listing .story-grid .story {
    width: 20.4285714286rem;
    margin-bottom: 2.8571428571rem;
  }
}
@media all and (-ms-high-contrast: none) and (min-width: 768px) {
  .story-listing .story-grid .story {
    margin-right: 2.2857142857rem;
  }
}
.story-listing .story-grid .story {
  perspective: 1000px;
}
.story-listing .story-grid .story .flipper {
  transform-style: preserve-3d;
  height: 18.7142857143rem;
  transition: 0.6s;
  position: relative;
}
.story-listing .story-grid .story .flipper .front {
  height: 100%;
  padding: 0 1.0714285714rem;
  border-top: 2px solid #3BB5C3;
  border-bottom: 2px solid #3BB5C3;
  display: flex;
  flex-direction: column;
  text-align: center;
  justify-content: space-evenly;
  z-index: 2;
  /* for firefox 31 */
  transform: rotateY(0deg);
}
.story-listing .story-grid .story .flipper .front,
.story-listing .story-grid .story .flipper .back {
  backface-visibility: hidden;
  position: absolute;
  top: 0;
  left: 0;
}
.story-listing .story-grid .story .flipper .back {
  position: absolute;
  left: 0;
  width: 100%;
  top: 0;
  bottom: 0;
  border-top: 2px solid white;
  border-bottom: 2px solid white;
  transform: rotateY(180deg);
  overflow: hidden;
}
.story-listing .story-grid .story .flipper .back .hover-bg {
  display: block;
  opacity: 0.6;
}
.story-listing .story-grid .story .flipper::after, .story-listing .story-grid .story .flipper::before {
  backface-visibility: hidden;
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: #2C3E5C;
  transform: rotateY(180deg);
}
.story-listing .story-grid .story .flipper::after {
  background: transparent;
  color: white;
}
.story-listing .story-grid .story .flipper.video::after {
  content: "\F167";
  text-shadow: 3px 8px 20px rgba(0, 0, 0, 0.5);
  font-size: 3.4285714286rem;
  padding-top: calc(50% - 3.4285714286rem / 2);
  text-align: center;
}
.story-listing .story-grid .story.featured {
  border-width: 0;
}
.story-listing .story-grid .story.featured .flipper::after {
  padding-top: calc(25% - 3.4285714286rem / 2);
}
.story-listing .story-grid .story.featured .hover-bg {
  width: 100%;
  filter: blur(1px);
}
.story-listing .story-grid .story:hover .flipper {
  transform: rotateY(180deg);
}
.story-listing .story-grid .story .h3 {
  margin: auto 0;
  color: #50266F;
}
.story-listing .story-grid .story .h6 {
  margin: 0 0 0.1428571429rem;
  color: #3BB5C3;
}
.story-listing .story-grid .story .story-issue {
  margin-bottom: 1.2857142857rem;
  color: #2C3E5C;
}
.story-listing .story-grid .story.featured .front {
  background-color: #3BB5C3;
}
.story-listing .story-grid .story.featured .h3,
.story-listing .story-grid .story.featured .h6,
.story-listing .story-grid .story.featured span {
  color: white;
}
.story-listing a.next {
  margin-top: 3.0714285714rem;
  margin-right: 1.9285714286rem;
  color: #50266F;
}
.story-listing a.next .fal {
  font-size: 2rem;
  line-height: 1;
  vertical-align: middle;
  padding-bottom: 0.2142857143rem;
  width: 3.1428571429rem;
  text-align: center;
}
.story-listing a.next .fal::before {
  transition: all 0.1s ease-in-out;
}
.story-listing a.next:hover .fal::before {
  margin-left: 0.6rem;
}
@media screen and (min-width: 768px) {
  .story-listing {
    align-items: flex-end;
    margin-top: 0;
  }
  .story-listing .featured {
    width: 43.1428571429rem;
    grid-column: span 2;
  }
  .story-listing .story-grid {
    padding-top: 4.9285714286rem;
  }
}
.story-listing .story-modal .modal-dialog {
  max-width: 1240px;
}
.story-listing .story-modal .modal-dialog .modal-content {
  background-image: url("/wp-content/themes/iwv/assets/images/story-modal-dots.svg");
  background-size: cover;
  border: none;
  border-radius: 0;
  padding-bottom: 8.0714285714rem;
}
.story-listing .story-modal .close-icon {
  width: 2.2857142857rem;
  height: 2.2857142857rem;
  border: none;
  border-radius: 50%;
  padding: 0.5rem 0.7142857143rem 0.6428571429rem;
}
.story-listing .story-modal .close-icon .far {
  color: white;
  font-size: 1.1428571429rem;
}
.story-listing .story-modal .section-main-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 0.7857142857rem;
}
@media screen and (min-width: 1024px) {
  .story-listing .story-modal .section-main-content {
    padding: 0 3.5714285714rem;
  }
}
.story-listing .story-modal .section-main-content button.story-button {
  flex-grow: 0;
  flex-shrink: 0;
  background: none;
  color: #3BB5C3;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0;
}
.story-listing .story-modal .section-main-content button.story-button span.far {
  display: block;
  height: 2.8571428571rem;
  width: 2.8571428571rem;
  padding: 0.7857142857rem 1.1428571429rem;
  border: 2px solid #3BB5C3;
  border-radius: 2px;
  margin-bottom: 1.1428571429rem;
}
.story-listing .story-modal .section-main-content button.story-button.hidden {
  visibility: hidden;
}
.story-listing .story-modal .section-main-content > button.story-button {
  display: none;
}
@media screen and (min-width: 1024px) {
  .story-listing .story-modal .section-main-content > button.story-button {
    display: flex;
  }
}
.story-listing .story-modal .section-main-content .story-content-wrapper {
  flex-grow: 1;
}
@media screen and (min-width: 1024px) {
  .story-listing .story-modal .section-main-content .story-content-wrapper {
    margin: 0 5.3571428571rem;
  }
}
.story-listing .story-modal .section-main-content .story-content-wrapper .story-title {
  color: #2C3E5C;
  margin-top: 0;
  margin-bottom: 0.5714285714rem;
}
@media screen and (min-width: 1024px) {
  .story-listing .story-modal .section-main-content .story-content-wrapper .story-title {
    font-style: normal;
    font-weight: bold;
    font-size: 3.4285714286rem;
    line-height: 1;
    letter-spacing: -0.01em;
  }
}
.story-listing .story-modal .section-main-content .story-content-wrapper .story-subhead {
  margin-bottom: 1.7142857143rem;
}
.story-listing .story-modal .section-main-content .story-content-wrapper .story-subhead .story-first-name {
  color: #3BB5C3;
}
.story-listing .story-modal .section-main-content .story-content-wrapper .story-featured-media {
  margin-bottom: 2.8571428571rem;
}
.story-listing .story-modal .section-main-content .story-content-wrapper .story-featured-media img {
  width: 100%;
  height: auto;
}
.story-listing .story-modal .section-main-content .story-content-wrapper .story-mobile-nav {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.story-listing .story-modal .section-main-content .story-content-wrapper .story-mobile-nav .story-button .far {
  margin-bottom: 0;
}
.story-listing .story-modal .section-main-content .story-content-wrapper .story-mobile-nav .story-button + .story-button {
  margin-left: 0.5714285714rem;
}
.story-listing .story-modal .section-main-content .story-content-wrapper .story-mobile-nav .story-button.story-button-center {
  width: 100%;
  margin: 1.1428571429rem auto 0;
}
@media screen and (min-width: 1024px) {
  .story-listing .story-modal .section-main-content .story-content-wrapper .story-mobile-nav {
    display: none;
  }
}
.story-listing .story-modal .section-read-next {
  margin-top: 8rem;
  padding-left: 11.3571428571rem;
  padding-right: 11.3571428571rem;
  display: none;
}
@media screen and (min-width: 1024px) {
  .story-listing .story-modal .section-read-next {
    display: block;
  }
}

.iwv-embed-block {
  max-width: 102.8571428571rem;
  margin-left: auto;
  margin-right: auto;
}

.section-typeform_quiz {
  max-width: 1140px;
  width: 100%;
  margin: 0 auto;
}
.section-typeform_quiz .section-page-hero {
  text-align: center;
  margin: 0 auto;
  max-width: 102.8571428571rem;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
  margin-bottom: 70px;
  padding-top: 65px;
}
.section-typeform_quiz .section-page-hero .typeform-h3-alt {
  color: #3BB5C3;
}
.section-typeform_quiz .section-page-hero .sub-hero {
  margin-bottom: 0px !important;
}
@media (max-width: 768px) {
  .section-typeform_quiz .section-page-hero .sub-hero {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.section-typeform_quiz .container-typeform {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.section-typeform_quiz .container-typeform:after {
  content: "";
  flex: auto;
  max-width: 392px;
  margin: 0px 50px;
  width: 100%;
}
@media (max-width: 1199px) {
  .section-typeform_quiz .container-typeform:after {
    max-width: unset;
    width: 100%;
  }
}
.section-typeform_quiz .container-typeform .item-typeform {
  max-width: 392px;
  margin: 15px 50px;
}
@media only screen and (max-width: 930px) {
  .section-typeform_quiz .container-typeform .item-typeform {
    margin: 0px !important;
    padding: 0px 15px;
  }
}
.section-typeform_quiz .container-typeform .item-typeform .thumbnail {
  box-shadow: 13px 9px 10px 5px #32373c3d;
  max-width: 392px;
  width: 100%;
  height: 221px;
  background: no-repeat center center;
  margin-bottom: 15px;
}
.section-typeform_quiz .container-typeform .item-typeform .item-content {
  padding-left: 20px;
  padding-right: 20px;
}
.section-typeform_quiz .container-typeform .item-typeform .item-content p:first-of-type {
  margin-top: 30px !important;
}
.section-typeform_quiz .container-typeform .item-typeform .item-content .h3 {
  color: #50266F;
}
.section-typeform_quiz .container-typeform .item-typeform .item-content span.typeform-h3-alt {
  font-family: itc-avant-garde-gothic-pro;
  color: #80CED7;
}
@media only screen and (min-width: 930px) {
  .section-typeform_quiz .container-typeform .item-typeform .item-content span.typeform-h3-alt {
    min-height: 100px;
  }
}
.section-typeform_quiz .container-typeform .item-typeform .item-content .typeform-p {
  color: #2C3E5C;
  font-family: itc-avant-garde-gothic-pro, sans-serif !important;
}
.section-typeform_quiz .container-typeform .item-typeform .item-content .typeform-link {
  margin-top: 30px;
  text-align: center;
}
.section-typeform_quiz .view-more-button {
  justify-content: center;
  margin-bottom: 30px;
  margin-top: 30px;
}

.typeform-share {
  border-radius: 2px !important;
  background-color: #50266f !important;
  border: none !important;
  color: #fff !important;
  font-family: itc-avant-garde-gothic-pro, sans-serif !important;
  font-style: normal !important;
  font-size: 1.07rem !important;
  line-height: 1.2 !important;
  letter-spacing: -0.003em !important;
  font-weight: 700 !important;
  padding: 1rem 2.9286rem 0.8571rem !important;
  cursor: pointer !important;
  transition: all 0.1s ease-in-out !important;
  margin-top: 15px;
}

.voices {
  display: grid;
  grid-template-columns: 1fr 1fr;
}
.voices .voice {
  border: 1px solid #ADB6C0;
  border-radius: 2px;
  margin: 1rem;
  padding: 1.5rem 2rem 2rem;
}
.voices .voice h6 {
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 19px;
  letter-spacing: -0.003em;
  text-transform: uppercase;
  color: #3BB5C4;
  margin: 1rem 0 1.5rem;
}
.voices .voice p {
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 30px;
  color: #2C3E5C;
  min-height: 200px;
}
.voices .voice a {
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  color: #2C3E5C;
}
.voices .voice .social_buttons a {
  display: inline-block;
  background: #3BB5C4;
  border-radius: 2px;
  text-align: center;
  color: white;
  font-style: normal;
  font-weight: 700;
  font-size: 15px;
  line-height: 18px;
  letter-spacing: -0.003em;
  padding: 1rem 1.5rem;
  margin-right: 1rem;
}
.voices .voice .social_buttons .button_facebook {
  background: #8D6A9F;
}

figure.wp-block-table {
  margin-left: 0;
  margin-right: 0;
}
@media screen and (min-width: 768px) {
  figure.wp-block-table {
    overflow: visible;
  }
  figure.wp-block-table table {
    width: auto;
  }
}

figure.wp-block-embed {
  margin-left: 0;
  margin-right: 0;
}

@media screen and (min-width: 960px) {
  .alignwide, .alignfull {
    width: 100vw;
    max-width: 100vw;
    margin-left: calc(50% - 50vw);
  }
}
.wp-block-image img {
  height: auto;
}
.wp-block-image.alignwide, .wp-block-image.alignfull {
  width: 100%;
  margin-left: 0;
}
.wp-block-image.alignwide:first-child, .wp-block-image.alignfull:first-child {
  margin-top: 0;
}

.wp-block-gallery ul li::before {
  content: none;
}

.wp-block-buttons .wp-block-button .wp-block-button__link {
  border-radius: 2px;
  border: none;
  font-weight: bold;
  padding: 1rem 2.9286rem 0.8571rem;
  cursor: pointer;
  transition: all 0.1s ease-in-out;
}
.wp-block-buttons .wp-block-button .wp-block-button__link:not(.has-text-color), .wp-block-buttons .wp-block-button .wp-block-button__link:not(.has-background) {
  color: white;
  background-color: #3BB5C3;
}
.wp-block-buttons .wp-block-button .wp-block-button__link:not(.has-text-color):focus, .wp-block-buttons .wp-block-button .wp-block-button__link:not(.has-text-color):hover, .wp-block-buttons .wp-block-button .wp-block-button__link:not(.has-background):focus, .wp-block-buttons .wp-block-button .wp-block-button__link:not(.has-background):hover {
  outline: none;
  background-color: #00acbd;
}
.wp-block-buttons .wp-block-button .wp-block-button__link:not(.has-text-color):hover, .wp-block-buttons .wp-block-button .wp-block-button__link:not(.has-text-color):focus, .wp-block-buttons .wp-block-button .wp-block-button__link:not(.has-background):hover, .wp-block-buttons .wp-block-button .wp-block-button__link:not(.has-background):focus {
  text-decoration: none;
}
.wp-block-buttons .wp-block-button.is-style-outline .wp-block-button__link:not(.has-text-color) {
  border-color: #3BB5C3;
  color: #3BB5C3;
}
.wp-block-buttons .wp-block-button.is-style-outline .wp-block-button__link:not(.has-text-color):focus, .wp-block-buttons .wp-block-button.is-style-outline .wp-block-button__link:not(.has-text-color):hover {
  background-color: #3BB5C3;
  color: #50266F;
  text-decoration: none;
}
.wp-block-buttons .wp-block-button.is-style-outline .wp-block-button__link.has-text-color:focus, .wp-block-buttons .wp-block-button.is-style-outline .wp-block-button__link.has-text-color:hover {
  background-color: var(--text-color);
  color: white;
}

.has-strength-background-color {
  --bg-color: #C93B2E;
  background-color: #C93B2E;
  --hover-color: white;
}
.has-strength-background-color.wp-block-button__link:focus, .has-strength-background-color.wp-block-button__link:hover {
  background-color: white;
}

.has-strength-color {
  --text-color: #C93B2E;
  color: #C93B2E;
}

.has-confidence-background-color {
  --bg-color: #D99628;
  background-color: #D99628;
  --hover-color: white;
}
.has-confidence-background-color.wp-block-button__link:focus, .has-confidence-background-color.wp-block-button__link:hover {
  background-color: white;
}

.has-confidence-color {
  --text-color: #D99628;
  color: #D99628;
}

.has-vision-background-color {
  --bg-color: #50266F;
  background-color: #50266F;
  --hover-color: white;
}
.has-vision-background-color.wp-block-button__link:focus, .has-vision-background-color.wp-block-button__link:hover {
  background-color: white;
}

.has-vision-color {
  --text-color: #50266F;
  color: #50266F;
}

.has-persistance-background-color {
  --bg-color: #2C3E5C;
  background-color: #2C3E5C;
}

.has-persistance-color {
  --text-color: #2C3E5C;
  color: #2C3E5C;
}

.has-expression-background-color {
  --bg-color: #80CED7;
  background-color: #80CED7;
  --hover-color: #50266F;
}
.has-expression-background-color.wp-block-button__link:focus, .has-expression-background-color.wp-block-button__link:hover {
  background-color: #50266F;
}

.has-expression-color {
  --text-color: #80CED7;
  color: #80CED7;
}

.has-passing-blue-background-color {
  --bg-color: #37A1AD;
  background-color: #37A1AD;
}

.has-passing-blue-color {
  --text-color: #37A1AD;
  color: #37A1AD;
}

.has-growth-background-color {
  --bg-color: #8ED081;
  background-color: #8ED081;
}

.has-growth-color {
  --text-color: #8ED081;
  color: #8ED081;
}

.has-inspiration-background-color {
  --bg-color: #8D6A9F;
  background-color: #8D6A9F;
}

.has-inspiration-color {
  --text-color: #8D6A9F;
  color: #8D6A9F;
}

.has-intellect-background-color {
  --bg-color: #F79D65;
  background-color: #F79D65;
}

.has-intellect-color {
  --text-color: #F79D65;
  color: #F79D65;
}

.has-motivation-background-color {
  --bg-color: #EF7674;
  background-color: #EF7674;
}

.has-motivation-color {
  --text-color: #EF7674;
  color: #EF7674;
}

.has-black-color {
  --text-color: black;
}

@media screen and (max-width: 1930px) and (min-width: 601px) {
  .post .section-main-content .alignfull, .post .section-main-content .alignwide {
    width: 100%;
    max-width: 100%;
    margin-left: auto;
  }
}
/*
* Form grid layout
*
* Used in the basic.css front-end stylesheet and editor.css.
*/
.gform_wrapper.gravity-theme * {
  box-sizing: border-box;
}

.gform_wrapper.gravity-theme .gform_fields {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-template-rows: repeat(auto-fill, auto);
  grid-column-gap: 2%;
  grid-row-gap: 1rem;
}

.gform_wrapper.gravity-theme .gfield {
  grid-column: 1/-1;
}

.gform_wrapper.gravity-theme .gfield.gfield--width-full {
  -ms-grid-column-span: 12;
  grid-column: span 12;
}

.gform_wrapper.gravity-theme .gfield.gfield--width-eleven-twelfths {
  -ms-grid-column-span: 11;
  grid-column: span 11;
}

.gform_wrapper.gravity-theme .gfield.gfield--width-five-sixths {
  -ms-grid-column-span: 10;
  grid-column: span 10;
}

.gform_wrapper.gravity-theme .gfield.gfield--width-three-quarter {
  -ms-grid-column-span: 9;
  grid-column: span 9;
}

.gform_wrapper.gravity-theme .gfield.gfield--width-two-thirds {
  -ms-grid-column-span: 8;
  grid-column: span 8;
}

.gform_wrapper.gravity-theme .gfield.gfield--width-seven-twelfths {
  -ms-grid-column-span: 7;
  grid-column: span 7;
}

.gform_wrapper.gravity-theme .gfield.gfield--width-half {
  -ms-grid-column-span: 6;
  grid-column: span 6;
}

.gform_wrapper.gravity-theme .gfield.gfield--width-five-twelfths {
  -ms-grid-column-span: 5;
  grid-column: span 5;
}

.gform_wrapper.gravity-theme .gfield.gfield--width-third {
  -ms-grid-column-span: 4;
  grid-column: span 4;
}

.gform_wrapper.gravity-theme .gfield.gfield--width-quarter {
  -ms-grid-column-span: 3;
  grid-column: span 3;
}

@media (max-width: 640px) {
  .gform_wrapper.gravity-theme .gform_fields {
    grid-column-gap: 0;
  }

  .gform_wrapper.gravity-theme .gfield:not(.gfield--width-full) {
    grid-column: 1/-1;
  }
}
.gform_wrapper .gform_validation_errors > h2 {
  color: #c02b0a;
  font-size: 13.2px;
  font-weight: 500;
  line-height: 17.6px;
  margin: 0 0 12px 0;
}

.gform_wrapper .validation_error {
  border-bottom: 2px solid #c02b0a;
  border-top: 2px solid #c02b0a;
  color: #c02b0a;
  font-size: 1em;
  font-weight: 700;
  margin-bottom: 32px;
  padding: 16px;
  text-align: center;
}

.gform_wrapper [aria-invalid=true] + label,
.gform_wrapper label + [aria-invalid=true],
.gform_wrapper .gfield_error legend,
.gform_wrapper .gfield_error label,
.gform_wrapper .gfield_error .gfield_repeater_cell label,
.gform_wrapper .gfield_validation_message,
.gform_wrapper .validation_message {
  color: #c02b0a;
}

.gform_wrapper .gfield_validation_message,
.gform_wrapper .validation_message {
  background: #fff9f9;
  border: 1px solid #c02b0a;
  font-size: 14.992px;
  margin-top: 8px;
  padding: 12.992px 24px;
}

.gform_wrapper .gfield_error [aria-invalid=true] {
  border: 1px solid #c02b0a;
}

.gform_wrapper .validation_message--hidden-on-empty:empty {
  display: none;
}

.gform_wrapper h2.gform_title {
  margin-bottom: 0.5714285714rem;
}
.gform_wrapper span.gform_description {
  display: block;
  width: calc(100% - 16px);
  margin-bottom: 1.8571428571rem;
}
.gform_wrapper .gform_required_legend {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.gform_wrapper fieldset {
  border: none;
  padding: 0;
}
.gform_wrapper .gfield_required {
  color: #790000;
  margin-left: 0.2857142857rem;
}
.gform_wrapper .gfield {
  margin-bottom: 1.4285714286rem;
}
.gform_wrapper .gfield input,
.gform_wrapper .gfield select {
  max-width: 100%;
}
.gform_wrapper .gfield input.small,
.gform_wrapper .gfield select.small {
  width: calc(25% - 16px * 3 / 4);
}
.gform_wrapper .gfield input.medium,
.gform_wrapper .gfield select.medium {
  width: calc(50% - 16px / 2);
  /* default margin between complex fields is 1rem */
}
.gform_wrapper .gfield input.large,
.gform_wrapper .gfield select.large {
  width: 100%;
}
.gform_wrapper .gfield textarea {
  width: 100%;
}
.gform_wrapper .gfield textarea.small {
  height: 96px;
}
.gform_wrapper .gfield textarea.medium {
  height: 192px;
}
.gform_wrapper .gfield textarea.large {
  height: 288px;
}
.gform_wrapper .gfield select {
  line-height: 2.5;
  padding-left: 1.3571rem;
  padding-top: 0.3571428571rem;
  padding-bottom: 0.0714285714rem;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 4px;
  border: 1px solid #adb6c0;
  color: #2C3E5C;
  background: transparent;
  background-image: url("/wp-content/themes/iwv/assets/images/select-arrow.svg");
  background-repeat: no-repeat;
  background-position: right 1.7857142857rem center;
  width: 100%;
}
.gform_wrapper .gfield select:focus {
  outline: none;
  box-shadow: 0 0 0 2px #8D6A9F;
}
.gform_wrapper .gfield .gfield_description {
  margin-top: 0.5714285714rem;
}
.gform_wrapper label.gfield_label {
  display: block;
}
.gform_wrapper .gfield_label {
  font-weight: 700;
  margin-bottom: 0.9285714286rem;
}
.gform_wrapper .ginput_complex {
  display: flex;
  flex-flow: row wrap;
}
@media screen and (min-width: 768px) {
  .gform_wrapper .ginput_complex {
    margin-left: -0.75rem;
    margin-right: -0.75rem;
  }
}
.gform_wrapper .ginput_complex .ginput_full {
  flex: 0 0 100%;
}
.gform_wrapper .ginput_complex input,
.gform_wrapper .ginput_complex select {
  width: 100%;
}
.gform_wrapper .ginput_complex > span {
  flex: 1;
  margin-top: 1.4285714286rem;
}
@media screen and (min-width: 768px) {
  .gform_wrapper .ginput_complex > span {
    margin-top: 0;
    margin-left: 0.75rem;
    margin-right: 0.75rem;
  }
}
.gform_wrapper .ginput_complex > span label {
  margin-top: 0.5714285714rem;
  display: block;
}
.gform_wrapper .ginput_container_radio > div .gchoice label,
.gform_wrapper .ginput_container_checkbox > div .gchoice label {
  margin-left: 0.2857142857rem;
  line-height: 1.5;
  font-size: 0.875em;
}
.gform_wrapper .ginput_container_radio > div .gchoice + .gchoice,
.gform_wrapper .ginput_container_checkbox > div .gchoice + .gchoice {
  margin-top: 0.5714285714rem;
}
.gform_wrapper .ginput_container_fileupload .gform_fileupload_rules {
  display: inline-block;
  margin-top: 0.5714285714rem;
}
.gform_wrapper .ginput_container_consent label.gfield_consent_label {
  margin-left: 0.2857142857rem;
  line-height: 1.5;
  font-size: 0.875em;
}
.gform_wrapper .gfield_html .disclaimer-white {
  color: #fff;
  font-size: 12px;
  width: 450px;
  display: block;
  font-family: itc-avant-garde-gothic-pro, sans-serif;
  font-style: normal;
  font-weight: 500;
  line-height: 16px;
}
.gform_wrapper .gfield_html .disclaimer-white a {
  color: #fff;
}
.gform_wrapper .gfield_html .disclaimer {
  font-size: 12px;
  width: 450px;
  display: block;
  font-family: itc-avant-garde-gothic-pro, sans-serif;
  font-style: normal;
  font-weight: 500;
  line-height: 16px;
}
@media only screen and (max-width: 641px) {
  .gform_wrapper .gfield_html .disclaimer, .gform_wrapper .gfield_html .disclaimer-white {
    width: unset;
  }
}
.gform_wrapper .hidden_sub_label,
.gform_wrapper .screen-reader-text {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.gform_legacy_markup_wrapper {
  /* mobile styles first ​*/
  /* date ​fields */
  /* time ​fields */
  /* fix for twentyfifteen theme table layout issue */
  /* save and continue dialog and form */
  /* adjusting the captcha margin for left or right label settings */
  /* rich text editor */
  /* do our best to restore styles for lists inside the HTML field */
  /* updated chosen 1.8.5 styles - defaults  */
  /* @group Base */
  /* @end */
  /* @group Single Chosen */
  /* @end */
  /* @group Results */
  /* @end */
  /* @group Multi Chosen */
  /* @end */
  /* @group Active  */
  /* @end */
  /* @group Disabled Support */
  /* @end */
  /* @group Right to Left */
  /* @end */
  /* @group Retina compatibility */
  /* @end */
  /* updated chosen 1.8.5 styles - gravityforms specific  */
  /* media queries - portrait mode tablet or desktop styles */
  /* //////////////////////////////////////////////////////////////*/
  /* //////////////////   Repeaters Styling   /////////////////////*/
  /* //////////////////////////////////////////////////////////////*/
  /* Padding, Left Border, background color for nested repeaters */
  /* Targeting the border color of the repeater inputs */
  /* Spacing between the wrappers */
  /* Hover style for Add buttons */
  /* Adding the separation border and padding in between items */
  /* Repeater - Left Border Color */
  /* Adjusting the margin/padding for the nested repeaters */
  /* //////////////////////////////////////////////////////////////*/
  /* /////////////////////// Form Edits Labels  ///////////////////////*/
  /* //////////////////////////////////////////////////////////////*/
  /*Coloring for the required asterisk*/
  /* Field labels styling */
  /* //////////////////////////////////////////////////////////////*/
  /* /////////////////////// Forms Details  ///////////////////////*/
  /* //////////////////////////////////////////////////////////////*/
  /* Third Level Repeater Spacing */
  /*Spacing between adjancent cells in the same repeater*/
  /* Repeater styling line divider */
  /* Repeater containers */
  /* Styling for Fake disabled input containers */
  /* Consistent Padding in between cells and items */
  /* Repeaters Labels styling */
  /* Decreasing the space below the label */
  /* Removing additional 20px padding when more repeaters are added on third level repeater */
}
.gform_legacy_markup_wrapper.gform_wrapper {
  margin-bottom: 16px;
  margin-top: 16px;
  max-width: 100%;
}
.gform_legacy_markup_wrapper.gform_wrapper form {
  text-align: left;
  max-width: 100%;
  margin: 0 auto;
}
.gform_legacy_markup_wrapper.gform_wrapper *, .gform_legacy_markup_wrapper.gform_wrapper *:before, .gform_legacy_markup_wrapper.gform_wrapper *:after {
  box-sizing: border-box !important;
}
.gform_legacy_markup_wrapper.gform_wrapper h1, .gform_legacy_markup_wrapper.gform_wrapper h2, .gform_legacy_markup_wrapper.gform_wrapper h3 {
  border: none;
  background: none;
}
.gform_legacy_markup_wrapper.gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
  font-family: inherit;
  letter-spacing: normal;
}
.gform_legacy_markup_wrapper.gform_wrapper input[type=image] {
  border: none !important;
  padding: 0 !important;
  width: auto !important;
}
.gform_legacy_markup_wrapper.gform_wrapper textarea {
  font-size: inherit;
  font-family: inherit;
  letter-spacing: normal;
  padding: 6px 8px;
  line-height: 1.5;
  resize: none;
}
.gform_legacy_markup_wrapper.gform_wrapper select {
  line-height: 1.5;
}
.gform_legacy_markup_wrapper.gform_wrapper .ginput_container_multiselect select {
  background-image: none !important;
  -webkit-appearance: none;
  -moz-appearance: none;
  outline: none;
}
.gform_legacy_markup_wrapper.gform_wrapper ul.gform_fields {
  margin: 0 !important;
  list-style-type: none;
  display: block;
}
html > body .entry ul, .gform_legacy_markup_wrapper.gform_wrapper ul {
  text-indent: 0;
}

.gform_legacy_markup_wrapper.gform_wrapper li, .gform_legacy_markup_wrapper.gform_wrapper form li {
  margin-left: 0 !important;
  list-style-type: none !important;
  list-style-image: none !important;
  list-style: none !important;
  overflow: visible;
}
.gform_legacy_markup_wrapper.gform_wrapper ul li.gfield {
  clear: both;
}
.gform_legacy_markup_wrapper.gform_wrapper ul.gfield_radio li, .gform_legacy_markup_wrapper.gform_wrapper ul.gfield_checkbox li {
  overflow: hidden;
}
.gform_legacy_markup_wrapper.gform_wrapper ul.gform_fields.right_label li.gfield, .gform_legacy_markup_wrapper.gform_wrapper form ul.gform_fields.right_label li.gfield, .gform_legacy_markup_wrapper.gform_wrapper ul.gform_fields.left_label li.gfield, .gform_legacy_markup_wrapper.gform_wrapper form ul.gform_fields.left_label li.gfield {
  margin-bottom: 14px;
}
.gform_legacy_markup_wrapper.gform_wrapper ul.right_label li ul.gfield_radio li, .gform_legacy_markup_wrapper.gform_wrapper form ul.right_label li ul.gfield_radio li, .gform_legacy_markup_wrapper.gform_wrapper ul.left_label li ul.gfield_radio li, .gform_legacy_markup_wrapper.gform_wrapper form ul.left_label li ul.gfield_radio li, .gform_legacy_markup_wrapper.gform_wrapper ul.right_label li ul.gfield_checkbox li, .gform_legacy_markup_wrapper.gform_wrapper form ul.right_label li ul.gfield_checkbox li, .gform_legacy_markup_wrapper.gform_wrapper ul.left_label li ul.gfield_checkbox li, .gform_legacy_markup_wrapper.gform_wrapper form ul.left_label li ul.gfield_checkbox li {
  margin-bottom: 10px;
}
.gform_legacy_markup_wrapper.gform_wrapper ul li:before, .gform_legacy_markup_wrapper.gform_wrapper ul li:after, .gform_legacy_markup_wrapper.gform_wrapper ul.gform_fields {
  padding: 0;
  margin: 0;
  overflow: visible;
}
.gform_legacy_markup_wrapper.gform_wrapper select {
  font-size: inherit;
  font-family: inherit;
  letter-spacing: normal;
}
.gform_legacy_markup_wrapper.gform_wrapper select option {
  padding: 2px;
  display: block;
}
.gform_legacy_markup_wrapper.gform_wrapper .inline {
  display: inline !important;
}
.gform_legacy_markup_wrapper.gform_wrapper .gform_heading {
  width: 100%;
  margin-bottom: 18px;
}
.gform_legacy_markup_wrapper.gform_wrapper .clear-multi {
  display: flex;
}
.gform_legacy_markup_wrapper.gform_wrapper .gfield_date_day, .gform_legacy_markup_wrapper.gform_wrapper .gfield_date_year {
  display: -moz-inline-stack;
  display: inline-block;
}
.gform_legacy_markup_wrapper.gform_wrapper .gfield_date_day, .gform_legacy_markup_wrapper.gform_wrapper .gfield_date_month, .gform_legacy_markup_wrapper.gform_wrapper .gfield_date_year {
  width: 33.333%;
  flex-direction: row;
}
@media only screen and (min-width: 321px) {
  .gform_legacy_markup_wrapper.gform_wrapper .gfield_date_day, .gform_legacy_markup_wrapper.gform_wrapper .gfield_date_month {
    max-width: 4rem;
  }
  .gform_legacy_markup_wrapper.gform_wrapper .gfield_date_year, .gform_legacy_markup_wrapper.gform_wrapper .gfield_time_ampm {
    max-width: calc(4rem + 0.5rem);
  }
}
.gform_legacy_markup_wrapper.gform_wrapper .gfield_date_dropdown_month, .gform_legacy_markup_wrapper.gform_wrapper .gfield_date_dropdown_day, .gform_legacy_markup_wrapper.gform_wrapper .gfield_date_dropdown_year {
  vertical-align: top;
  flex-direction: row;
}
.gform_legacy_markup_wrapper.gform_wrapper .gfield_date_dropdown_month, .gform_legacy_markup_wrapper.gform_wrapper .gfield_date_dropdown_day, .gform_legacy_markup_wrapper.gform_wrapper .gfield_date_dropdown_year {
  margin-right: 0.5rem;
}
.gform_legacy_markup_wrapper.gform_wrapper .gfield_date_month, .gform_legacy_markup_wrapper.gform_wrapper .gfield_date_day {
  width: 4rem;
  margin-right: 0.5rem;
}
.gform_legacy_markup_wrapper.gform_wrapper .gfield_date_month input[type=number], .gform_legacy_markup_wrapper.gform_wrapper .gfield_date_day input[type=number] {
  width: calc(3rem + 8px) !important;
}
.gform_legacy_markup_wrapper.gform_wrapper .gfield_date_year input[type=number] {
  width: calc(4rem + 8px) !important;
}
.gform_legacy_markup_wrapper.gform_wrapper .gfield_date_year {
  width: 5rem;
}
.gform_legacy_markup_wrapper.gform_wrapper .gfield_date_month input, .gform_legacy_markup_wrapper.gform_wrapper .gfield_date_day input {
  width: calc(3rem + 8px);
}
.gform_legacy_markup_wrapper.gform_wrapper .gfield_date_year input {
  width: 4rem;
}
.gform_legacy_markup_wrapper.gform_wrapper .field_sublabel_above div[class*=gfield_date_].ginput_container label, .gform_legacy_markup_wrapper.gform_wrapper .field_sublabel_below div[class*=gfield_date_].ginput_container label {
  width: 3rem;
  text-align: center;
}
.gform_legacy_markup_wrapper.gform_wrapper .field_sublabel_above div.gfield_date_year.ginput_container label, .gform_legacy_markup_wrapper.gform_wrapper .field_sublabel_below div.gfield_date_year.ginput_container label {
  width: 4rem;
}
.gform_legacy_markup_wrapper.gform_wrapper .gfield_time_hour, .gform_legacy_markup_wrapper.gform_wrapper .gfield_time_minute, .gform_legacy_markup_wrapper.gform_wrapper .gfield_time_ampm {
  width: 33.333%;
  flex-direction: row;
}
@media only screen and (min-width: 321px) {
  .gform_legacy_markup_wrapper.gform_wrapper .gfield_time_hour, .gform_legacy_markup_wrapper.gform_wrapper .gfield_time_minute {
    max-width: 4rem;
  }
  .gform_legacy_markup_wrapper.gform_wrapper .gfield_time_hour, .gform_legacy_markup_wrapper.gform_wrapper .gfield_time_ampm {
    max-width: calc(4rem + 0.5rem);
  }
  .gform_legacy_markup_wrapper.gform_wrapper .gfield_time_hour {
    max-width: calc(4rem + 0.5rem);
  }
}
.gform_legacy_markup_wrapper.gform_wrapper ul.gform_fields:not(.top_label) .ginput_container_time span {
  float: left;
}
.gform_legacy_markup_wrapper.gform_wrapper .gfield_time_hour i {
  font-style: normal !important;
  font-family: sans-serif !important;
  width: 10px;
  text-align: center;
  float: right;
  margin-top: 9%;
}
.gform_legacy_markup_wrapper.gform_wrapper .gfield_time_minute {
  margin-right: 0.5rem;
}
.gform_legacy_markup_wrapper.gform_wrapper .gfield_time_hour {
  margin-right: 0.25rem;
}
.gform_legacy_markup_wrapper.gform_wrapper .gfield_time_ampm {
  vertical-align: top;
  display: -moz-inline-stack;
  display: inline-block;
}
.gform_legacy_markup_wrapper.gform_wrapper .gfield_time_ampm select {
  min-width: calc(2rem + 25px);
  width: calc(3rem + 25px);
}
.gform_legacy_markup_wrapper.gform_wrapper .gfield_time_ampm_shim {
  display: block;
  font-size: 0.813em;
  margin: 9px 0 1px 1px;
}
.gform_legacy_markup_wrapper.gform_wrapper .gfield_time_hour input, .gform_legacy_markup_wrapper.gform_wrapper .gfield_time_minute input {
  width: calc(3rem + 8px);
}
.gform_legacy_markup_wrapper.gform_wrapper .gfield_time_hour input[type=number], .gform_legacy_markup_wrapper.gform_wrapper .gfield_time_minute input[type=number] {
  width: calc(3rem + 8px) !important;
}
.gform_legacy_markup_wrapper.gform_wrapper .field_sublabel_above div[class*=gfield_time_].ginput_container label, .gform_legacy_markup_wrapper.gform_wrapper .field_sublabel_below div[class*=gfield_time_].ginput_container label {
  width: 3rem;
  text-align: center;
}
.gform_legacy_markup_wrapper.gform_wrapper .field_hover {
  border: 1px dashed #2175a9;
  cursor: pointer;
}
.gform_legacy_markup_wrapper.gform_wrapper .field_selected {
  background-color: #dfefff;
  border: 1px solid #c2d7ef;
}
.gform_legacy_markup_wrapper.gform_wrapper .field_name_first, .gform_legacy_markup_wrapper.gform_wrapper .field_name_middle, .gform_legacy_markup_wrapper.gform_wrapper .field_name_last {
  width: 49.5%;
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: top;
}
.gform_legacy_markup_wrapper.gform_wrapper .ginput_complex.ginput_container {
  overflow: visible;
  width: 100%;
}
.gform_legacy_markup_wrapper.gform_wrapper legend.gfield_label, .gform_legacy_markup_wrapper.gform_wrapper label.gfield_label {
  font-weight: 700;
  font-size: inherit;
}
.gform_legacy_markup_wrapper.gform_wrapper legend.gfield_label, .gform_legacy_markup_wrapper.gform_wrapper .top_label .gfield_label {
  display: -moz-inline-stack;
  display: inline-block;
  line-height: 1.3;
  clear: both;
}
.gform_legacy_markup_wrapper.gform_wrapper .top_label .gfield_hide_label {
  display: none;
}
.gform_legacy_markup_wrapper.gform_wrapper .ginput_complex input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=image]):not([type=file]), .gform_legacy_markup_wrapper.gform_wrapper .ginput_complex .ginput_left input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=image]):not([type=file]), .gform_legacy_markup_wrapper.gform_wrapper .ginput_complex .ginput_right input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=image]):not([type=file]) {
  width: 100%;
}
.gform_legacy_markup_wrapper.gform_wrapper .ginput_complex .ginput_right select, .gform_legacy_markup_wrapper.gform_wrapper .ginput_complex select {
  width: 100%;
}
.gform_legacy_markup_wrapper.gform_wrapper .field_sublabel_above .ginput_complex.ginput_container label, .gform_legacy_markup_wrapper.gform_wrapper .field_sublabel_below .ginput_complex.ginput_container label, .gform_legacy_markup_wrapper.gform_wrapper .field_sublabel_above div[class*=gfield_time_].ginput_container label, .gform_legacy_markup_wrapper.gform_wrapper .field_sublabel_below div[class*=gfield_time_].ginput_container label, .gform_legacy_markup_wrapper.gform_wrapper .field_sublabel_above div[class*=gfield_date_].ginput_container label, .gform_legacy_markup_wrapper.gform_wrapper .field_sublabel_below div[class*=gfield_date_].ginput_container label {
  display: block;
  font-size: 0.813em;
  letter-spacing: 0.5pt;
  white-space: nowrap;
}
.gform_legacy_markup_wrapper.gform_wrapper ul.gfield_radio li label, .gform_legacy_markup_wrapper.gform_wrapper ul.gfield_checkbox li label {
  display: -moz-inline-stack;
  display: inline-block;
  letter-spacing: inherit;
  vertical-align: middle;
  cursor: pointer;
}
.gform_legacy_markup_wrapper.gform_wrapper .field_sublabel_above .ginput_complex.ginput_container label, .gform_legacy_markup_wrapper.gform_wrapper .field_sublabel_above div[class*=gfield_time_].ginput_container label {
  margin: 9px 0 1px 1px;
}
.gform_legacy_markup_wrapper.gform_wrapper ul.gform_fields:not(.top_label) .field_sublabel_above .ginput_container.ginput_container_name label, .gform_legacy_markup_wrapper.gform_wrapper ul.gform_fields:not(.top_label) .field_sublabel_above .ginput_container.ginput_container_email label, .gform_legacy_markup_wrapper.gform_wrapper ul.gform_fields:not(.top_label) .field_sublabel_above .ginput_container.ginput_container_password label, .gform_legacy_markup_wrapper.gform_wrapper ul.gform_fields:not(.top_label) .field_sublabel_above .ginput_container.ginput_container_time label {
  margin-top: 0;
}
.gform_legacy_markup_wrapper.gform_wrapper .field_sublabel_below .ginput_complex.ginput_container label, .gform_legacy_markup_wrapper.gform_wrapper .field_sublabel_below div[class*=gfield_time_].ginput_container label {
  margin: 1px 0 9px 1px;
}
.gform_legacy_markup_wrapper.gform_wrapper .top_label .field_sublabel_above label.gfield_label + .ginput_complex.ginput_container, .gform_legacy_markup_wrapper.gform_wrapper .top_label .field_sublabel_above label.gfield_label + div[class*=gfield_time_].ginput_container {
  margin-top: 0;
}
body .gform_legacy_markup_wrapper.gform_wrapper .top_label div.ginput_container {
  margin-top: 8px;
}
body .gform_legacy_markup_wrapper.gform_wrapper div.clear-multi {
  display: -moz-inline-stack;
  display: inline-block;
}
body .gform_legacy_markup_wrapper.gform_wrapper ul li.field_description_below div.ginput_container_radio, body .gform_legacy_markup_wrapper.gform_wrapper ul li.field_description_below div.ginput_container_checkbox {
  margin-top: 16px;
  margin-bottom: 0;
}
.gform_legacy_markup_wrapper.gform_wrapper .hidden_label .gfield_label {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
}
.gform_legacy_markup_wrapper .gfield.right_label,
.gform_legacy_markup_wrapper .gfield.left_label {
  padding-top: 10px;
}
.gform_legacy_markup_wrapper.gform_wrapper .field_sublabel_hidden_label .ginput_complex.ginput_container input[type=text], .gform_legacy_markup_wrapper.gform_wrapper .field_sublabel_hidden_label .ginput_complex.ginput_container select {
  margin-bottom: 12px;
}
.gform_legacy_markup_wrapper.gform_wrapper .screen-reader-text, .gform_legacy_markup_wrapper.gform_wrapper label.hidden_sub_label {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
          clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  word-wrap: normal !important;
}
.gform_legacy_markup_wrapper.gform_wrapper input.small, .gform_legacy_markup_wrapper.gform_wrapper select.small, .gform_legacy_markup_wrapper.gform_wrapper input.medium, .gform_legacy_markup_wrapper.gform_wrapper select.medium, .gform_legacy_markup_wrapper.gform_wrapper input.large, .gform_legacy_markup_wrapper.gform_wrapper select.large, .gform_legacy_markup_wrapper.gform_wrapper input.large, .gform_legacy_markup_wrapper.gform_wrapper select.large {
  width: 100%;
}
.gform_legacy_markup_wrapper.gform_wrapper input.datepicker_with_icon.small, .gform_legacy_markup_wrapper.gform_wrapper input.datepicker_with_icon.medium, .gform_legacy_markup_wrapper.gform_wrapper input.datepicker_with_icon.large {
  width: calc(100% - 24px);
}
.gform_legacy_markup_wrapper.gform_wrapper .gfield_error input.small, .gform_legacy_markup_wrapper.gform_wrapper .gfield_error select.small, .gform_legacy_markup_wrapper.gform_wrapper .gfield_error input.medium, .gform_legacy_markup_wrapper.gform_wrapper .gfield_error select.medium, .gform_legacy_markup_wrapper.gform_wrapper .gfield_error input.large, .gform_legacy_markup_wrapper.gform_wrapper .gfield_error select.large, .gform_legacy_markup_wrapper.gform_wrapper .gfield_error input.large, .gform_legacy_markup_wrapper.gform_wrapper .gfield_error select.large {
  width: 100%;
}
.gform_legacy_markup_wrapper.gform_wrapper .gfield_error input.datepicker_with_icon.small, .gform_legacy_markup_wrapper.gform_wrapper .gfield_error input.datepicker_with_icon.medium, .gform_legacy_markup_wrapper.gform_wrapper .gfield_error input.datepicker_with_icon.large {
  width: calc(100% - 32px);
}
.gform_legacy_markup_wrapper.gform_wrapper textarea.small {
  height: 80px;
  width: 100%;
}
.gform_legacy_markup_wrapper.gform_wrapper textarea.medium {
  height: 120px;
  width: 100%;
}
.gform_legacy_markup_wrapper.gform_wrapper textarea.large {
  height: 160px;
  width: 100%;
}
.gform_legacy_markup_wrapper.gform_wrapper h2.gsection_title {
  margin: 0 !important;
  padding: 0 !important;
  letter-spacing: normal !important;
}
.gform_legacy_markup_wrapper.gform_wrapper .gsection .gfield_label {
  font-weight: 700;
  font-size: 1.25em;
}
.gform_legacy_markup_wrapper.gform_wrapper h3.gform_title {
  margin: 10px 0 6px 0;
}
.gform_legacy_markup_wrapper.gform_wrapper li.gfield.field_description_below + li.gsection {
  margin-top: 24px !important;
}
.gform_legacy_markup_wrapper.gform_wrapper .gsection {
  border-bottom: 1px solid #ccc;
  padding: 0 16px 8px 0;
  margin: 28px 0 28px 0;
  clear: both;
}
.gform_legacy_markup_wrapper.gform_wrapper .gfield_checkbox li, .gform_legacy_markup_wrapper.gform_wrapper .gfield_radio li {
  position: relative;
}
.gform_legacy_markup_wrapper.gform_wrapper ul.gfield_checkbox, .gform_legacy_markup_wrapper.gform_wrapper ul.gfield_radio {
  margin: 6px 0;
  padding: 0;
}
.gform_legacy_markup_wrapper.gform_wrapper .gfield_checkbox li label, .gform_legacy_markup_wrapper.gform_wrapper .gfield_radio li label {
  display: -moz-inline-stack;
  display: inline-block;
  padding: 0;
  width: auto;
  line-height: 1.5;
  font-size: 0.875em;
  vertical-align: middle;
  max-width: 85%;
  white-space: normal;
}
.gform_legacy_markup_wrapper.gform_wrapper .gfield_checkbox li label {
  margin: 0;
}
.gform_legacy_markup_wrapper.gform_wrapper .gfield_radio li label {
  margin: 2px 0 0 4px;
}
.gform_legacy_markup_wrapper.gform_wrapper .gfield_checkbox li input[type=checkbox], .gform_legacy_markup_wrapper.gform_wrapper .gfield_radio li input[type=radio], .gform_legacy_markup_wrapper.gform_wrapper .gfield_checkbox li input {
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  margin-left: 1px;
}
.gform_legacy_markup_wrapper.gform_wrapper .description, .gform_legacy_markup_wrapper.gform_wrapper .gfield_description, .gform_legacy_markup_wrapper.gform_wrapper .gsection_description, .gform_legacy_markup_wrapper.gform_wrapper .instruction {
  font-size: 0.813em;
  line-height: inherit;
  clear: both;
  font-family: inherit;
  letter-spacing: normal;
}
.gform_legacy_markup_wrapper.gform_wrapper .description, .gform_legacy_markup_wrapper.gform_wrapper .gfield_description, .gform_legacy_markup_wrapper.gform_wrapper .gsection_description {
  padding: 0 16px 0 0;
}
.gform_legacy_markup_wrapper.gform_wrapper .field_description_below .gfield_description {
  padding-top: 16px;
}
.gform_legacy_markup_wrapper.gform_wrapper .field_sublabel_above .description, .gform_legacy_markup_wrapper.gform_wrapper .field_sublabel_above .gfield_description, .gform_legacy_markup_wrapper.gform_wrapper .field_sublabel_above .gsection_description {
  margin-top: 9px;
}
.gform_legacy_markup_wrapper.gform_wrapper .top_label .gsection_description {
  width: 100%;
  margin-bottom: 9px;
}
.gform_legacy_markup_wrapper.gform_wrapper .gfield_description {
  width: 100%;
}
.gform_legacy_markup_wrapper.gform_wrapper .description_above .gfield_description {
  padding: 0 0 10px 0;
}
.gform_legacy_markup_wrapper .gfield_date_year + .gfield_description {
  padding: 0;
}
.gform_legacy_markup_wrapper.gform_wrapper .gfield_consent_description, .gform_legacy_markup_wrapper.gform_wrapper .field_description_below .gfield_consent_description {
  width: 100%;
  max-height: 240px;
  overflow-y: scroll;
  border: 1px solid #ddd;
  margin-top: 12px;
  padding: 6px 8px;
  font-size: 0.688em;
}
.gform_legacy_markup_wrapper.gform_wrapper li.gfield.gfield_error, .gform_legacy_markup_wrapper.gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {
  background-color: rgba(255, 223, 224, 0.25);
  margin-bottom: 6px !important;
  border-top: 1px solid #c89797;
  border-bottom: 1px solid #c89797;
  padding-bottom: 6px;
  padding-top: 8px;
  box-sizing: border-box;
}
.gform_legacy_markup_wrapper.gform_wrapper li.gfield.gfield_creditcard_warning {
  padding: 16px 16px 14px 16px;
  border-top: 2px solid #790000;
  border-bottom: 4px solid #790000;
  background-color: rgba(255, 223, 224, 0.25);
  width: calc(100% - 16px);
}
.gform_legacy_markup_wrapper.gform_wrapper li.gfield.gfield_error.gfield_creditcard_warning {
  padding: 16px 16px 14px 16px;
}
.gform_legacy_markup_wrapper.gform_wrapper li.gfield.gfield_creditcard_warning div.gfield_creditcard_warning_message {
  font-size: 0.875em;
  font-weight: 700;
  font-family: inherit;
  min-height: 25px;
  color: #790000;
  max-width: 100%;
  position: relative;
}
.gform_legacy_markup_wrapper.gform_wrapper li.gfield.gfield_creditcard_warning div.gfield_creditcard_warning_message span {
  display: block;
  padding: 0 0 14px 24px;
  margin-bottom: 16px;
  line-height: 1.5;
  letter-spacing: 0.1pt;
  border-bottom: 1px solid #790000;
  text-transform: uppercase;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxOS4xLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+DQo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4Ig0KCSB2aWV3Qm94PSItMTA2NyAyODY1IDI0IDMyIiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IC0xMDY3IDI4NjUgMjQgMzI7IiB4bWw6c3BhY2U9InByZXNlcnZlIj4NCjxzdHlsZSB0eXBlPSJ0ZXh0L2NzcyI+DQoJLnN0MHtmaWxsOiM3OTAwMDA7fQ0KPC9zdHlsZT4NCjxwYXRoIGNsYXNzPSJzdDAiIGQ9Ik0tMTA1MywyODY1Yy01LjUsMC0xMCw0LjUtMTAsMTBoNGMwLTMuMywyLjctNiw2LTZjMy4zLDAsNiwyLjcsNiw2djJoLTIwdjE0YzAsMy4zLDIuNyw2LDYsNmgxMg0KCWMzLjMsMCw2LTIuNyw2LTZ2LTE2Qy0xMDQzLDI4NjkuNS0xMDQ3LjUsMjg2NS0xMDUzLDI4NjV6IE0tMTA0OSwyODkzaC0xMmMtMS4xLDAtMi0wLjktMi0ydi0xMGgxNnYxMA0KCUMtMTA0NywyODkyLjEtMTA0Ny45LDI4OTMtMTA0OSwyODkzeiBNLTEwNTMsMjg4N2MwLDEuMS0wLjksMi0yLDJzLTItMC45LTItMmMwLTEuMSwwLjktMiwyLTJTLTEwNTMsMjg4NS45LTEwNTMsMjg4N3oiLz4NCjwvc3ZnPg0K);
  background-size: 1em auto;
  background-repeat: no-repeat;
  background-position: left center;
}
.gform_legacy_markup_wrapper.gform_wrapper li.gfield.gfield_error.gfield_creditcard_warning div.gfield_creditcard_warning_message {
  padding: 16px 16px 14px 16px;
}
.gform_legacy_markup_wrapper li.gfield + li.gfield.gfield_creditcard_warning {
  margin-top: 16px !important;
}
.gform_legacy_markup_wrapper.gform_wrapper .top_label .gfield_error {
  width: calc(100% - 2px);
}
.gform_legacy_markup_wrapper.gform_wrapper .top_label .gfield_error input.large, .gform_legacy_markup_wrapper.gform_wrapper .top_label .gfield_error select.large, .gform_legacy_markup_wrapper.gform_wrapper .top_label .gfield_error textarea.textarea {
  width: 100%;
}
.gform_legacy_markup_wrapper.gform_wrapper .right_label .gfield_error input.large, .gform_legacy_markup_wrapper.gform_wrapper .right_label .gfield_error select.large, .gform_legacy_markup_wrapper.gform_wrapper .right_label .gfield_error textarea.textarea, .gform_legacy_markup_wrapper.gform_wrapper .left_label .gfield_error input.large, .gform_legacy_markup_wrapper.gform_wrapper .left_label .gfield_error select.large, .gform_legacy_markup_wrapper.gform_wrapper .left_label .gfield_error textarea.textarea {
  width: 70%;
}
.gform_legacy_markup_wrapper.gform_wrapper .gfield_error .gfield_label {
  color: #790000;
}
.gform_legacy_markup_wrapper.gform_wrapper li.gfield.gfield_error.gfield_contains_required {
  padding-right: 0;
}
.gform_legacy_markup_wrapper.gform_wrapper li.gfield.gfield_error.gfield_contains_required div.gfield_time_minute.ginput_container, .gform_legacy_markup_wrapper.gform_wrapper li.gfield.gfield_error.gfield_contains_required div.gfield_time_ampm.ginput_container {
  margin-left: 0;
}
.gform_legacy_markup_wrapper.gform_wrapper li.gfield.gfield_error.gfield_contains_required div.gfield_description {
  max-width: 100%;
  padding-right: 16px;
}
.gform_legacy_markup_wrapper.gform_wrapper li.gfield.gfield_error.gfield_contains_required label.gfield_label, .gform_legacy_markup_wrapper.gform_wrapper li.gfield.gfield_error.gfield_contains_required div.ginput_container {
  margin-top: 12px;
}
.gform_legacy_markup_wrapper.gform_wrapper li.gfield.gfield_error.gfield_contains_required fieldset legend.gfield_label {
  position: relative;
  top: 12px;
}
.gform_legacy_markup_wrapper.gform_wrapper div.validation_error {
  color: #790000;
  font-size: 1em;
  font-weight: 700;
  margin-bottom: 25px;
  border-top: 2px solid #790000;
  border-bottom: 2px solid #790000;
  padding: 16px 0 16px 0;
  clear: both;
  width: 100%;
  text-align: center;
}
.gform_legacy_markup_wrapper.gform_wrapper ol.validation_list {
  clear: both;
  width: 100%;
  margin-bottom: 25px;
  color: #790000;
}
.gform_legacy_markup_wrapper.gform_wrapper ol.validation_list li {
  list-style-type: decimal !important;
}
.gform_legacy_markup_wrapper.gform_wrapper ol.validation_list li a {
  color: #790000;
}
.gform_legacy_markup_wrapper.gform_wrapper ol.validation_list:after {
  content: "";
}
.gform_legacy_markup_wrapper.gform_wrapper div#error {
  margin-bottom: 25px;
}
.gform_legacy_markup_wrapper.gform_wrapper table.gfield_list tbody tr td.gfield_list_icons {
  vertical-align: middle !important;
}
.gform_legacy_markup_wrapper.gform_wrapper li.gfield fieldset {
  margin: 0px;
  padding: 0px;
  display: block;
  position: relative;
  width: 100%;
}
.gform_legacy_markup_wrapper.gform_wrapper li.gfield fieldset > * {
  width: auto;
}
.gform_legacy_markup_wrapper.gform_wrapper li.gfield fieldset legend.gfield_label {
  width: 100%;
  line-height: 32px;
}
.gform_legacy_markup_wrapper div.gf_page_steps + div.validation_error {
  margin-top: 16px;
}
.gform_legacy_markup_wrapper.gform_wrapper div.gfield_description.validation_error {
  color: #790000;
  font-weight: 700;
  font-size: 0.875em;
  line-height: 1.2;
  margin-bottom: 16px;
}
.gform_legacy_markup_wrapper.gform_wrapper .validation_message {
  color: #790000;
  font-weight: 700;
  letter-spacing: normal;
}
.gform_legacy_markup_wrapper.gform_wrapper li.gfield_error input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]), .gform_legacy_markup_wrapper.gform_wrapper li.gfield_error textarea {
  border: 1px solid #790000;
}
.gform_legacy_markup_wrapper.gform_wrapper li.gfield_error div.ginput_complex.ginput_container label, .gform_legacy_markup_wrapper.gform_wrapper li.gfield_error ul.gfield_checkbox, .gform_legacy_markup_wrapper.gform_wrapper li.gfield_error ul.gfield_radio {
  color: #790000;
}
.gform_legacy_markup_wrapper.gform_wrapper .gform_footer {
  padding: 16px 0 10px 0;
  margin: 16px 0 0 0;
  clear: both;
  width: 100%;
}
.gform_legacy_markup_wrapper.gform_wrapper .gform_footer input.button, .gform_legacy_markup_wrapper.gform_wrapper .gform_page_footer input.button, .gform_legacy_markup_wrapper.gform_wrapper .gform_footer input[type=submit], .gform_legacy_markup_wrapper.gform_wrapper .gform_page_footer input[type=submit] {
  font-size: 1em;
  width: 100%;
  margin: 0 0 16px 0;
}
.gform_legacy_markup_wrapper.gform_wrapper .gform_footer a.gform_save_link, .gform_legacy_markup_wrapper.gform_wrapper .gform_page_footer a.gform_save_link {
  font-size: 1em;
  display: block;
  text-align: center;
}
.gform_legacy_markup_wrapper.gform_wrapper .gform_footer input[type=image] {
  padding: 0;
  width: auto !important;
  background: none !important;
  border: none !important;
  margin: 0 auto 16px auto !important;
  display: block;
  max-width: 100%;
}
.gform_legacy_markup_wrapper.gform_wrapper .ginput_complex .ginput_left, .gform_legacy_markup_wrapper.gform_wrapper .ginput_complex .ginput_right, .gform_legacy_markup_wrapper.gform_wrapper .ginput_complex .ginput_full {
  min-height: 45px;
}
.gform_legacy_markup_wrapper.gform_wrapper .ginput_complex .ginput_full input[type=text], .gform_legacy_markup_wrapper.gform_wrapper .ginput_complex .ginput_full input[type=url], .gform_legacy_markup_wrapper.gform_wrapper .ginput_complex .ginput_full input[type=email], .gform_legacy_markup_wrapper.gform_wrapper .ginput_complex .ginput_full input[type=tel], .gform_legacy_markup_wrapper.gform_wrapper .ginput_complex .ginput_full input[type=number], .gform_legacy_markup_wrapper.gform_wrapper .ginput_complex .ginput_full input[type=password] {
  width: 100%;
}
.gform_legacy_markup_wrapper.gform_wrapper .gfield_error .ginput_complex .ginput_full input[type=text], .gform_legacy_markup_wrapper.gform_wrapper .gfield_error .ginput_complex .ginput_full input[type=url], .gform_legacy_markup_wrapper.gform_wrapper .gfield_error .ginput_complex .ginput_full input[type=email], .gform_legacy_markup_wrapper.gform_wrapper .gfield_error .ginput_complex .ginput_full input[type=tel], .gform_legacy_markup_wrapper.gform_wrapper .gfield_error .ginput_complex .ginput_full input[type=number], .gform_legacy_markup_wrapper.gform_wrapper .gfield_error .ginput_complex .ginput_full input[type=password], .gform_legacy_markup_wrapper.gform_wrapper .gfield_error .ginput_complex .ginput_full select {
  width: 100%;
}
.gform_legacy_markup_wrapper.gform_wrapper .gfield_checkbox li, .gform_legacy_markup_wrapper.gform_wrapper .gfield_radio li {
  margin: 0 0 16px 0;
  line-height: 1.2;
}
.gform_legacy_markup_wrapper.gform_wrapper ul.gfield_radio li input[type=radio]:checked + label, .gform_legacy_markup_wrapper.gform_wrapper ul.gfield_checkbox li input[type=checkbox]:checked + label,
.gform_legacy_markup_wrapper .gchoice_select_all {
  font-weight: 700;
}
.gform_legacy_markup_wrapper.gform_wrapper input.datepicker.datepicker_with_icon {
  margin-right: 4px !important;
  display: -moz-inline-stack;
  display: inline-block;
}
.gform_legacy_markup_wrapper.gform_wrapper input[type=hidden], .gform_legacy_markup_wrapper.gform_wrapper input.gform_hidden, .gform_legacy_markup_wrapper.gform_wrapper .gform_hidden, .gform_legacy_markup_wrapper.gform_wrapper .gf_hidden {
  display: none !important;
  max-height: 1px !important;
  overflow: hidden;
}
.gform_legacy_markup_wrapper.gform_wrapper .gfield_visibility_hidden, .gform_legacy_markup_wrapper.gform_wrapper .gf_invisible {
  visibility: hidden;
  position: absolute;
  left: -9999px;
}
.gform_legacy_markup_wrapper.gform_wrapper .ginput_full br, .gform_legacy_markup_wrapper.gform_wrapper .ginput_left br, .gform_legacy_markup_wrapper.gform_wrapper .ginput_right br {
  display: none !important;
}
.gform_legacy_markup_wrapper.gform_wrapper ul.gfield_checkbox li, .gform_legacy_markup_wrapper.gform_wrapper ul.gfield_radio li {
  padding: 0 !important;
}
.gform_legacy_markup_wrapper.gform_wrapper ul.gfield_radio li input + input {
  margin-left: 4px;
}
.gform_legacy_markup_wrapper.gform_wrapper ul.gfield_radio li input[value=gf_other_choice] {
  margin-right: 6px;
  margin-top: 4px;
}
.gform_legacy_markup_wrapper.gform_wrapper .gfield_description + .gform_legacy_markup_wrapper.gform_wrapper .gfield_description.validation_message {
  margin-top: 6px;
}
.gform_legacy_markup_wrapper.gform_wrapper .ginput_container.ginput_list + .gfield_description.validation_message {
  margin-top: 0;
}
.gform_legacy_markup_wrapper.gform_wrapper li.gfield_html {
  max-width: 100%;
}
.gform_legacy_markup_wrapper.gform_wrapper .gfield_html.gfield_no_follows_desc {
  margin-top: 10px;
}
body .gform_legacy_markup_wrapper.gform_wrapper ul li.gfield.gfield_html img {
  max-width: 100% !important;
}
.gform_legacy_markup_wrapper.gform_wrapper .gform_ajax_spinner {
  padding-left: 10px;
}
.gform_legacy_markup_wrapper .gform_validation_container, .gform_legacy_markup_wrapper.gform_wrapper .gform_validation_container, body .gform_legacy_markup_wrapper.gform_wrapper li.gform_validation_container, body .gform_legacy_markup_wrapper.gform_wrapper .gform_body ul.gform_fields li.gfield.gform_validation_container, body .gform_legacy_markup_wrapper.gform_wrapper ul.gform_fields li.gfield.gform_validation_container {
  display: none !important;
  position: absolute !important;
  left: -9000px;
}
.gform_legacy_markup_wrapper.gform_wrapper .gfield_captcha_input_container {
  padding-top: 3px;
}
.gform_legacy_markup_wrapper.gform_wrapper .simple_captcha_small input {
  width: 64px;
}
.gform_legacy_markup_wrapper.gform_wrapper .simple_captcha_medium input {
  width: 96px;
}
.gform_legacy_markup_wrapper.gform_wrapper .simple_captcha_large input {
  width: 128px;
}
.gform_legacy_markup_wrapper.gform_wrapper .gform_legacy_markup_wrapper.gform_wrapper .left_label .simple_captcha_small, .gform_legacy_markup_wrapper.gform_wrapper .right_label .simple_captcha_small, .gform_legacy_markup_wrapper.gform_wrapper .left_label .simple_captcha_medium, .gform_legacy_markup_wrapper.gform_wrapper .right_label .simple_captcha_medium, .gform_legacy_markup_wrapper.gform_wrapper .left_label .simple_captcha_large, .gform_legacy_markup_wrapper.gform_wrapper .right_label .simple_captcha_large {
  margin-left: 32%;
}
.gform_legacy_markup_wrapper.gform_wrapper .gfield_captcha_container img.gfield_captcha {
  border: none !important;
  background: none !important;
  float: none !important;
  margin: 0 !important;
  padding: 0 !important;
}
.gform_legacy_markup_wrapper.gform_wrapper .math_small input {
  width: 70px;
}
.gform_legacy_markup_wrapper.gform_wrapper .math_medium input {
  width: 510px;
}
.gform_legacy_markup_wrapper.gform_wrapper .math_large input {
  width: 612px;
}
.gform_legacy_markup_wrapper.gform_wrapper .left_label .math_small, .gform_legacy_markup_wrapper.gform_wrapper .right_label .math_small, .gform_legacy_markup_wrapper.gform_wrapper .left_label .math_medium, .gform_legacy_markup_wrapper.gform_wrapper .right_label .math_medium, .gform_legacy_markup_wrapper.gform_wrapper .left_label .math_large, .gform_legacy_markup_wrapper.gform_wrapper .right_label .math_large {
  margin-left: 32%;
}
.gform_legacy_markup_wrapper.gform_wrapper div.charleft {
  font-size: 0.688em;
  margin-top: 4px;
  color: #767676;
  width: 92% !important;
  white-space: nowrap !important;
}
.gform_legacy_markup_wrapper.gform_wrapper div.charleft[style] {
  width: 92% !important;
}
.gform_legacy_markup_wrapper.gform_wrapper .left_label div.charleft, .gform_legacy_markup_wrapper.gform_wrapper .right_label div.charleft {
  margin-left: 32%;
}
.gform_legacy_markup_wrapper.gform_wrapper div.charleft.ginput_counter_tinymce {
  border: 1px solid #eee;
  border-width: 1px 0 0;
  padding: 4px 9px;
  width: 100% !important;
}
.gform_legacy_markup_wrapper.gform_wrapper div.charleft.warningTextareaInfo {
  color: #767676;
}
.gform_legacy_markup_wrapper.gform_wrapper div.charleft.ginput_counter_error {
  color: red;
}
.gform_legacy_markup_wrapper.gform_wrapper li.gf_hide_charleft div.charleft {
  display: none !important;
}
.gform_legacy_markup_wrapper .gf_submission_limit_message {
  color: #790000;
  font-size: 1.375em;
}
.gform_legacy_markup_wrapper.gform_wrapper .ginput_price {
  filter: alpha(opacity=70);
  -moz-opacity: 0.7;
  -khtml-opacity: 0.7;
  opacity: 0.7;
}
.gform_legacy_markup_wrapper.gform_wrapper span.ginput_total {
  color: #060;
  font-size: inherit;
}
.gform_legacy_markup_wrapper.gform_wrapper .top_label span.ginput_total {
  margin: 8px 0;
}
.gform_legacy_markup_wrapper.gform_wrapper span.ginput_product_price_label {
  margin-right: 2px;
}
.gform_legacy_markup_wrapper.gform_wrapper span.ginput_product_price {
  color: #900;
}
.gform_legacy_markup_wrapper.gform_wrapper span.ginput_quantity_label {
  margin-left: 10px;
  margin-right: 2px;
}
.gform_legacy_markup_wrapper.gform_wrapper input.ginput_quantity[type=text] {
  width: 3rem;
}
.gform_legacy_markup_wrapper.gform_wrapper input.ginput_quantity[type=number] {
  width: 4rem;
}
.gform_legacy_markup_wrapper.gform_wrapper .gform_page_footer {
  margin: 14px 0;
  width: 100%;
  border-top: 1px dotted #ccc;
  padding: 16px 0 0 0;
  clear: both;
}
.gform_legacy_markup_wrapper.gform_wrapper .gform_page_footer.left_label, .gform_legacy_markup_wrapper.gform_wrapper .gform_page_footer.right_label {
  padding: 16px 0 0 29%;
}
.gform_legacy_markup_wrapper.gform_wrapper .gform_page_footer .button.gform_previous_button, .gform_legacy_markup_wrapper.gform_wrapper .gform_page_footer .button.gform_next_button {
  display: -moz-inline-stack;
  display: inline-block;
}
.gform_legacy_markup_wrapper.gform_wrapper .gform_page_footer .button.gform_previous_button {
  margin-bottom: 8px;
}
.gform_legacy_markup_wrapper.gform_wrapper .gf_progressbar_wrapper {
  clear: both;
  width: 100%;
  margin: 0 0 16px 0;
  padding: 0 0 16px 0;
}
.gform_legacy_markup_wrapper.gform_wrapper .gf_progressbar_wrapper h3.gf_progressbar_title {
  font-size: 0.813em;
  line-height: 1 !important;
  margin: 0 0 8px 12px !important;
  padding: 0 !important;
  clear: both;
  filter: alpha(opacity=60);
  -moz-opacity: 0.6;
  -khtml-opacity: 0.6;
  opacity: 0.6;
}
.gform_legacy_markup_wrapper.gform_wrapper .gf_progressbar {
  padding: 10px;
  position: relative;
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 25px;
  box-shadow: inset 0px 0px 1px 1px rgba(0, 0, 0, 0.05);
  width: 100%;
}
.gform_legacy_markup_wrapper.gform_wrapper .gf_progressbar_percentage {
  height: 24px;
  text-align: right;
  font-family: helvetica, arial, sans-serif;
  font-size: 0.813em !important;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.5);
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
  z-index: 999;
  vertical-align: middle;
  background: repeating-linear-gradient(-45deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0) 10px, rgba(0, 0, 0, 0.1) 10px, rgba(0, 0, 0, 0.1) 20px), linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.3));
}
.gform_legacy_markup_wrapper.gform_wrapper .gf_progressbar:after {
  content: "";
  display: block;
  width: 100%;
  z-index: 990;
  height: 24px;
  margin-top: -24px;
  background-color: rgba(0, 0, 0, 0.1);
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
  box-shadow: inset 0px 0px 2px 2px rgba(0, 0, 0, 0.05);
}
.gform_legacy_markup_wrapper.gform_wrapper .gf_progressbar_percentage.percentbar_100 {
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
}
.gform_legacy_markup_wrapper.gform_wrapper .gf_progressbar_percentage span {
  display: block;
  width: auto;
  float: right;
  margin-right: 5px;
  margin-left: 5px;
  line-height: 1.8;
}
.gform_legacy_markup_wrapper.gform_wrapper .gf_progressbar_percentage.percentbar_0 span {
  color: #959595;
  text-shadow: none;
  float: none !important;
  margin-left: 12px;
  word-wrap: normal;
}
.gform_legacy_markup_wrapper.gform_wrapper .percentbar_blue {
  background-color: #036493;
  color: #fff;
}
.gform_legacy_markup_wrapper.gform_wrapper .percentbar_gray {
  background-color: #7c7c7c;
  color: #fff;
}
.gform_legacy_markup_wrapper.gform_wrapper .percentbar_green {
  background-color: #88b831;
  color: #fff;
}
.gform_legacy_markup_wrapper.gform_wrapper .percentbar_orange {
  background-color: #ff7120;
  color: #fff;
}
.gform_legacy_markup_wrapper.gform_wrapper .percentbar_red {
  background-color: #ff2a1a;
  color: #fff;
}
.gform_legacy_markup_wrapper.gform_wrapper .gf_page_steps {
  width: 100%;
  margin: 0 0 8px 0;
  padding: 0 0 4px 0;
  border-bottom: 1px dotted #ccc;
}
.gform_legacy_markup_wrapper.gform_wrapper .gf_step {
  width: 100%;
  margin: 24px 24px 24px 0;
  font-size: 0.875em;
  height: 14px;
  line-height: 1.25 !important;
  filter: alpha(opacity=20);
  -moz-opacity: 0.2;
  -khtml-opacity: 0.2;
  opacity: 0.2;
  font-family: inherit;
}
.gform_legacy_markup_wrapper.gform_wrapper .gf_step span.gf_step_number {
  font-size: 1.25em;
  font-family: arial, sans-serif;
  margin-right: 4px;
}
.gform_legacy_markup_wrapper.gform_wrapper .gf_step span.gf_step_number, .gform_legacy_markup_wrapper.gform_wrapper .gf_step span.gf_step_label {
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
}
.gform_legacy_markup_wrapper.gform_wrapper .gf_step.gf_step_active {
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
}
.gform_legacy_markup_wrapper.gform_wrapper .gf_step_clear {
  display: block;
  clear: both;
  height: 1px;
  overflow: hidden;
}
.gform_legacy_markup_wrapper.gform_wrapper .gfield_password_strength {
  border: 1px solid #ddd;
  margin-top: 18px;
  margin-bottom: 18px;
  line-height: 1.8;
  padding: 10px 5px;
  text-align: center;
  background-color: #eee;
  border-bottom: 3px solid #ddd;
}
.gform_legacy_markup_wrapper.gform_wrapper ul.top_label li.gfield.gfield_error.gfield_contains_required .gfield_password_strength {
  margin-right: 16px;
}
.gform_legacy_markup_wrapper.gform_wrapper ul.left_label li.gfield .gfield_password_strength, .gform_legacy_markup_wrapper.gform_wrapper ul.right_label li.gfield .gfield_password_strength {
  margin-top: 18px;
  margin-bottom: 18px;
  width: 100%;
}
.gform_legacy_markup_wrapper.gform_wrapper .gfield_password_strength.bad {
  background-color: #ffb78c;
  border-color: #ff853c;
  border-bottom: 3px solid #ff853c;
}
.gform_legacy_markup_wrapper.gform_wrapper .gfield_password_strength.good {
  background-color: #ffec8b;
  border-color: #fc0;
  border-bottom: 3px solid #fc0;
}
.gform_legacy_markup_wrapper.gform_wrapper .gfield_password_strength.short, .gform_legacy_markup_wrapper.gform_wrapper .gfield_password_strength.mismatch {
  background-color: #ffa0a0;
  border-color: #f04040;
  border-bottom: 3px solid #f04040;
}
.gform_legacy_markup_wrapper.gform_wrapper .gfield_password_strength.strong {
  background-color: #c3ff88;
  border-color: #8dff1c;
  border-bottom: 3px solid #8dff1c;
}
.gform_legacy_markup_wrapper .ginput_container_password,
.gform_legacy_markup_wrapper .ginput_container_password span {
  position: relative;
}
.gform_legacy_markup_wrapper .ginput_container_password button {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  background: transparent;
  border: none;
  padding: 5px 0;
  position: absolute;
  right: 1px;
  text-align: center;
  top: 1px;
  width: 40px;
}
.gform_legacy_markup_wrapper .ginput_container_password span.ginput_left button {
  right: 9px;
}
.gform_legacy_markup_wrapper .ginput_container_password:not(.ginput_complex) span {
  display: inline-block;
  width: 100%;
}
.gform_legacy_markup_wrapper .ginput_container_password:not(.ginput_complex) span input {
  width: 100%;
}
.gform_legacy_markup_wrapper .ginput_container_password span.medium {
  width: calc(50% - 8px);
}
.gform_legacy_markup_wrapper .ginput_container_password span.small {
  width: 25%;
}
.gform_legacy_markup_wrapper.gform_wrapper table.gfield_list, .gform_legacy_markup_wrapper.gform_wrapper table.gfield_list caption, .gform_legacy_markup_wrapper.gform_wrapper table.gfield_list tbody, .gform_legacy_markup_wrapper.gform_wrapper table.gfield_list tfoot, .gform_legacy_markup_wrapper.gform_wrapper table.gfield_list thead, .gform_legacy_markup_wrapper.gform_wrapper table.gfield_list tr, .gform_legacy_markup_wrapper.gform_wrapper table.gfield_list th, .gform_legacy_markup_wrapper.gform_wrapper table.gfield_list td {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
.gform_legacy_markup_wrapper.gform_wrapper table.gfield_list {
  border-spacing: 0;
  border-collapse: collapse;
}
.gform_legacy_markup_wrapper .gfield_repeater_buttons {
  padding-top: 15px;
}
.gform_legacy_markup_wrapper.gform_wrapper table.gfield_list {
  table-layout: auto !important;
}
.gform_legacy_markup_wrapper.gform_wrapper table.gfield_list thead th {
  font-weight: 700;
  text-align: left;
}
.gform_legacy_markup_wrapper.gform_wrapper table.gfield_list colgroup {
  width: 100%;
  display: block;
}
.gform_legacy_markup_wrapper.gform_wrapper li.gfield.gfield_error table.gfield_list thead th {
  color: #790000;
}
.gform_legacy_markup_wrapper.gform_wrapper table.gfield_list thead, .gform_legacy_markup_wrapper.gform_wrapper table.gfield_list tr {
  padding: 0;
  margin: 0;
}
.gform_legacy_markup_wrapper.gform_wrapper table.gfield_list th, .gform_legacy_markup_wrapper.gform_wrapper table.gfield_list td {
  padding: 4px 0 4px 0;
}
.gform_legacy_markup_wrapper.gform_wrapper ul.gform_fields:not(.top_label) table.gfield_list th {
  padding: 0 0 4px 0;
}
.gform_legacy_markup_wrapper.gform_wrapper table.gfield_list th + th, .gform_legacy_markup_wrapper.gform_wrapper table.gfield_list td + td {
  padding: 0 0 0 16px;
}
.gform_legacy_markup_wrapper.gform_wrapper .gfield_list {
  width: 100%;
}
.gform_legacy_markup_wrapper.gform_wrapper .gfield_list td.gfield_list_cell input {
  width: 100%;
}
.gform_legacy_markup_wrapper .gfield_icon_disabled {
  cursor: default !important;
  filter: alpha(opacity=60);
  -moz-opacity: 0.6;
  -khtml-opacity: 0.6;
  opacity: 0.6;
}
.gform_legacy_markup_wrapper.gform_wrapper table.gfield_list tr td.gfield_list_icons {
  width: 48px !important;
  padding: 0 0 0 4px !important;
  box-sizing: border-box;
}
.gform_legacy_markup_wrapper.gform_wrapper table.gfield_list td.gfield_list_icons img {
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
}
.gform_legacy_markup_wrapper.gform_wrapper .gform_card_icon_container {
  margin: 8px 0 6px 0;
  height: 32px;
}
.gform_legacy_markup_wrapper.gform_wrapper div.gform_card_icon {
  margin-right: 4px;
  text-indent: -9000px;
  background-image: url(../images/gf-creditcard-icons.svg);
  background-repeat: no-repeat;
  width: 36px;
  height: 30px;
  float: left;
}
.gform_legacy_markup_wrapper.gform_wrapper .gform_card_icon_container.gform_card_icon_style1 div.gform_card_icon.gform_card_icon_visa {
  background-position: 0 0;
}
.gform_legacy_markup_wrapper.gform_wrapper .gform_card_icon_container.gform_card_icon_style1 div.gform_card_icon.gform_card_icon_selected.gform_card_icon_visa {
  background-position: 0 -32px;
}
.gform_legacy_markup_wrapper.gform_wrapper .gform_card_icon_container.gform_card_icon_style1 div.gform_card_icon.gform_card_icon_inactive.gform_card_icon_visa {
  background-position: 0 -64px;
}
.gform_legacy_markup_wrapper.gform_wrapper .gform_card_icon_container.gform_card_icon_style1 div.gform_card_icon.gform_card_icon_mastercard {
  background-position: -36px 0;
}
.gform_legacy_markup_wrapper.gform_wrapper .gform_card_icon_container.gform_card_icon_style1 div.gform_card_icon.gform_card_icon_selected.gform_card_icon_mastercard {
  background-position: -36px -32px;
}
.gform_legacy_markup_wrapper.gform_wrapper .gform_card_icon_container.gform_card_icon_style1 div.gform_card_icon.gform_card_icon_inactive.gform_card_icon_mastercard {
  background-position: -36px -64px;
}
.gform_legacy_markup_wrapper.gform_wrapper .gform_card_icon_container.gform_card_icon_style1 div.gform_card_icon.gform_card_icon_amex {
  background-position: -72px 0;
}
.gform_legacy_markup_wrapper.gform_wrapper .gform_card_icon_container.gform_card_icon_style1 div.gform_card_icon.gform_card_icon_selected.gform_card_icon_amex {
  background-position: -72px -32px;
}
.gform_legacy_markup_wrapper.gform_wrapper .gform_card_icon_container.gform_card_icon_style1 div.gform_card_icon.gform_card_icon_inactive.gform_card_icon_amex {
  background-position: -72px -64px;
}
.gform_legacy_markup_wrapper.gform_wrapper .gform_card_icon_container.gform_card_icon_style1 div.gform_card_icon.gform_card_icon_discover {
  background-position: -108px 0;
}
.gform_legacy_markup_wrapper.gform_wrapper .gform_card_icon_container.gform_card_icon_style1 div.gform_card_icon.gform_card_icon_selected.gform_card_icon_discover {
  background-position: -108px -32px;
}
.gform_legacy_markup_wrapper.gform_wrapper .gform_card_icon_container.gform_card_icon_style1 div.gform_card_icon.gform_card_icon_inactive.gform_card_icon_discover {
  background-position: -108px -64px;
}
.gform_legacy_markup_wrapper.gform_wrapper .gform_card_icon_container.gform_card_icon_style1 div.gform_card_icon.gform_card_icon_maestro {
  background-position: -144px 0;
}
.gform_legacy_markup_wrapper.gform_wrapper .gform_card_icon_container.gform_card_icon_style1 div.gform_card_icon.gform_card_icon_selected.gform_card_icon_maestro {
  background-position: -144px -32px;
}
.gform_legacy_markup_wrapper.gform_wrapper .gform_card_icon_container.gform_card_icon_style1 div.gform_card_icon.gform_card_icon_inactive.gform_card_icon_maestro {
  background-position: -144px -64px;
}
.gform_legacy_markup_wrapper.gform_wrapper .gform_card_icon_container.gform_card_icon_style1 div.gform_card_icon.gform_card_icon_jcb {
  background-position: -180px 0;
}
.gform_legacy_markup_wrapper.gform_wrapper .gform_card_icon_container.gform_card_icon_style1 div.gform_card_icon.gform_card_icon_selected.gform_card_icon_jcb {
  background-position: -180px -32px;
}
.gform_legacy_markup_wrapper.gform_wrapper .gform_card_icon_container.gform_card_icon_style1 div.gform_card_icon.gform_card_icon_inactive.gform_card_icon_jcb {
  background-position: -180px -64px;
}
.gform_legacy_markup_wrapper.gform_wrapper .gform_card_icon_container.gform_card_icon_style2 div.gform_card_icon.gform_card_icon_visa {
  background-position: 0 -189px;
}
.gform_legacy_markup_wrapper.gform_wrapper .gform_card_icon_container.gform_card_icon_style2 div.gform_card_icon.gform_card_icon_selected.gform_card_icon_visa {
  background-position: 0 -221px;
}
.gform_legacy_markup_wrapper.gform_wrapper .gform_card_icon_container.gform_card_icon_style2 div.gform_card_icon.gform_card_icon_inactive.gform_card_icon_visa {
  background-position: 0 -252px;
}
.gform_legacy_markup_wrapper.gform_wrapper .gform_card_icon_container.gform_card_icon_style2 div.gform_card_icon.gform_card_icon_mastercard {
  background-position: -36px -189px;
}
.gform_legacy_markup_wrapper.gform_wrapper .gform_card_icon_container.gform_card_icon_style2 div.gform_card_icon.gform_card_icon_selected.gform_card_icon_mastercard {
  background-position: -36px -221px;
}
.gform_legacy_markup_wrapper.gform_wrapper .gform_card_icon_container.gform_card_icon_style2 div.gform_card_icon.gform_card_icon_inactive.gform_card_icon_mastercard {
  background-position: -36px -252px;
}
.gform_legacy_markup_wrapper.gform_wrapper .gform_card_icon_container.gform_card_icon_style2 div.gform_card_icon.gform_card_icon_amex {
  background-position: -72px -189px;
}
.gform_legacy_markup_wrapper.gform_wrapper .gform_card_icon_container.gform_card_icon_style2 div.gform_card_icon.gform_card_icon_selected.gform_card_icon_amex {
  background-position: -72px -221px;
}
.gform_legacy_markup_wrapper.gform_wrapper .gform_card_icon_container.gform_card_icon_style2 div.gform_card_icon.gform_card_icon_inactive.gform_card_icon_amex {
  background-position: -72px -252px;
}
.gform_legacy_markup_wrapper.gform_wrapper .gform_card_icon_container.gform_card_icon_style2 div.gform_card_icon.gform_card_icon_discover {
  background-position: -108px -189px;
}
.gform_legacy_markup_wrapper.gform_wrapper .gform_card_icon_container.gform_card_icon_style2 div.gform_card_icon.gform_card_icon_selected.gform_card_icon_discover {
  background-position: -108px -221px;
}
.gform_legacy_markup_wrapper.gform_wrapper .gform_card_icon_container.gform_card_icon_style2 div.gform_card_icon.gform_card_icon_inactive.gform_card_icon_discover {
  background-position: -108px -252px;
}
.gform_legacy_markup_wrapper.gform_wrapper .gform_card_icon_container.gform_card_icon_style2 div.gform_card_icon.gform_card_icon_maestro {
  background-position: -144px -189px;
}
.gform_legacy_markup_wrapper.gform_wrapper .gform_card_icon_container.gform_card_icon_style2 div.gform_card_icon.gform_card_icon_selected.gform_card_icon_maestro {
  background-position: -144px -221px;
}
.gform_legacy_markup_wrapper.gform_wrapper .gform_card_icon_container.gform_card_icon_style2 div.gform_card_icon.gform_card_icon_inactive.gform_card_icon_maestro {
  background-position: -144px -252px;
}
.gform_legacy_markup_wrapper.gform_wrapper .gform_card_icon_container.gform_card_icon_style2 div.gform_card_icon.gform_card_icon_jcb {
  background-position: -180px -189px;
}
.gform_legacy_markup_wrapper.gform_wrapper .gform_card_icon_container.gform_card_icon_style2 div.gform_card_icon.gform_card_icon_selected.gform_card_icon_jcb {
  background-position: -180px -221px;
}
.gform_legacy_markup_wrapper.gform_wrapper .gform_card_icon_container.gform_card_icon_style2 div.gform_card_icon.gform_card_icon_inactive.gform_card_icon_jcb {
  background-position: -180px -252px;
}
.gform_legacy_markup_wrapper .gform_card_icon_container input[type=radio]#gform_payment_method_creditcard {
  float: left;
  position: relative;
  top: 4px !important;
}
.gform_legacy_markup_wrapper.gform_wrapper .ginput_complex .ginput_cardinfo_right {
  min-width: 85px !important;
}
.gform_legacy_markup_wrapper.gform_wrapper .ginput_complex .ginput_cardinfo_left label, .gform_legacy_markup_wrapper.gform_wrapper .ginput_complex .ginput_cardinfo_right label {
  white-space: nowrap !important;
}
.gform_legacy_markup_wrapper.gform_wrapper .ginput_complex span.ginput_cardextras {
  display: block;
  overflow: hidden;
}
.gform_legacy_markup_wrapper.gform_wrapper .ginput_complex .ginput_cardinfo_left span.ginput_card_expiration_container {
  position: relative;
  display: block;
  min-width: 160px !important;
}
.gform_legacy_markup_wrapper.gform_wrapper .ginput_complex .ginput_cardinfo_left span.ginput_card_expiration_container select {
  margin-bottom: 8px;
}
.gform_legacy_markup_wrapper.gform_wrapper .ginput_complex .ginput_cardinfo_right input.ginput_card_security_code {
  max-width: 50% !important;
}
.gform_legacy_markup_wrapper.gform_wrapper .ginput_complex .ginput_cardinfo_right span.ginput_card_security_code_icon {
  width: 32px;
  height: 23px;
  background-image: url(../images/gf-creditcard-icons.svg);
  background-repeat: no-repeat;
  background-position: 0 -128px;
  position: relative;
  top: -1px;
  left: 6px;
  display: -moz-inline-stack;
  display: inline-block;
}
.gform_legacy_markup_wrapper.gform_wrapper .gform_fileupload_multifile .gform_drop_area {
  padding: 24px;
  border: 1px dashed #ccc;
  text-align: center;
  color: #aaa;
  margin-bottom: 16px;
  background: rgba(0, 0, 0, 0.02);
  border-radius: 4px;
}
.gform_legacy_markup_wrapper.gform_wrapper span.gform_drop_instructions {
  display: block;
  margin-bottom: 8px;
}
.gform_legacy_markup_wrapper .gform_delete {
  vertical-align: middle;
  cursor: pointer;
}
.gform_legacy_markup_wrapper.gform_wrapper .copy_values_option_container .copy_values_enabled {
  width: auto;
}
.gform_legacy_markup_wrapper.gform_wrapper li.field_sublabel_above .ginput_complex input[type=text] {
  margin-bottom: 1px;
}
.gform_legacy_markup_wrapper.gform_wrapper .form_saved_message {
  margin: 1em auto;
  padding: 3em 2em 3em;
  width: 99%;
  font-size: 1em;
  line-height: 1.8;
  color: #31708f;
  background-color: #e3f3f3;
  text-align: center;
  border-radius: 2px;
}
.gform_legacy_markup_wrapper.gform_wrapper .form_saved_message form {
  text-align: center;
}
.gform_legacy_markup_wrapper .form_saved_message p.resume_form_link_wrapper {
  background-color: white;
  display: inline-block;
  padding: 1em;
  border-radius: 2px;
  max-width: 98% !important;
  overflow: hidden;
  box-shadow: 0px 3px 2px 0px rgba(66, 103, 126, 0.2);
}
.gform_legacy_markup_wrapper .form_saved_message a.resume_form_link {
  word-wrap: break-word;
  text-decoration: none;
  color: #2f637e;
}
.gform_legacy_markup_wrapper .form_saved_message .form_saved_message_emailform {
  margin: 1em 0 0 0;
}
.gform_legacy_markup_wrapper .form_saved_message label.form_saved_label {
  position: absolute;
  left: -9000px;
}
.gform_legacy_markup_wrapper div.form_saved_message div.form_saved_message_emailform form input[type=text] {
  margin-bottom: 0.25em;
}
.gform_legacy_markup_wrapper div.form_saved_message div.form_saved_message_emailform form input {
  margin: 0.75em auto 0 auto;
  display: inline-block;
}
.gform_legacy_markup_wrapper div.form_saved_message div.form_saved_message_emailform form input[type=email] {
  padding: calc(0.75em - 1px) !important;
  width: 24em;
  max-width: 98% !important;
  font-size: 1em;
  background-color: white;
  border: 1px solid #91afc7;
  color: #424242;
  border-radius: 2px;
  -webkit-appearance: none;
  -moz-appearance: none;
  box-shadow: inset 0px 0px 5px 0px #eeeeee;
}
.gform_legacy_markup_wrapper div.form_saved_message div.form_saved_message_emailform form input[type=submit] {
  padding: 0.75em 1em;
  font-size: 1em;
  line-height: 1;
  background-color: #91afc7;
  border: 1px solid #91afc7;
  color: white;
  text-transform: uppercase;
  border-radius: 2px;
  -webkit-appearance: none;
  -moz-appearance: none;
}
@media only screen and (max-width: 640px) {
  .gform_legacy_markup_wrapper div.form_saved_message div.form_saved_message_emailform form input[type=email],
.gform_legacy_markup_wrapper div.form_saved_message div.form_saved_message_emailform form input[type=submit] {
    display: block;
    width: 98%;
  }
}
.gform_legacy_markup_wrapper .form_saved_message .form_saved_message_emailform .validation_message {
  color: #790000;
  font-weight: 700;
  padding: 2em;
}
.gform_legacy_markup_wrapper .form_saved_message_sent {
  margin: 1em auto;
  padding: 3em 2em;
  width: 99%;
  font-size: 1em;
  background-color: #e9ffd9;
  color: #3c763d;
  text-align: center;
  border-radius: 2px;
  box-sizing: border-box;
}
.gform_legacy_markup_wrapper .form_saved_message_sent .saved_message_email,
.gform_legacy_markup_wrapper .form_saved_message_sent .saved_message_success {
  font-weight: 700;
  display: block;
  line-height: 2;
}
.gform_legacy_markup_wrapper .form_saved_message_sent .saved_message_email {
  word-wrap: break-word;
  text-decoration: underline;
}
body #content .entry-content .gform_legacy_markup_wrapper.gform_wrapper form .gform_body .gform_fields .gfield .ginput_container #recaptcha_widget_div #recaptcha_area .recaptchatable tbody tr td .recaptcha_input_area, body .gform_legacy_markup_wrapper.gform_wrapper form .gform_body .gform_fields .gfield .ginput_container #recaptcha_widget_div #recaptcha_area .recaptchatable tbody tr td .recaptcha_input_area {
  line-height: 1 !important;
}
body .gform_legacy_markup_wrapper.gform_wrapper img.ui-datepicker-trigger {
  width: 17px !important;
  height: 16px !important;
  display: -moz-inline-stack;
  display: inline-block;
}
body .gform_legacy_markup_wrapper.gform_wrapper img.add_list_item, body .gform_legacy_markup_wrapper.gform_wrapper img.delete_list_item {
  display: -moz-inline-stack;
  display: inline-block;
  margin-top: -2px;
}
.gform_legacy_markup_wrapper.gform_wrapper ul li.gfield.field_sublabel_above.field_description_below + li.gfield {
  margin-top: 16px;
}
.gform_legacy_markup_wrapper.gform_wrapper li.gfield ul.gfield_radio li input[type=radio] + input[type=text] {
  width: 45.25%;
}
.gform_legacy_markup_wrapper.gform_wrapper table.recaptchatable {
  table-layout: auto;
}
.gform_legacy_markup_wrapper.gform_wrapper ul.gform_fields:not(.top_label) div.ginput_container_captcha {
  margin-left: 29%;
}
.gform_legacy_markup_wrapper .gfield .wp-editor-container {
  border: 1px solid #ddd;
}
.gform_legacy_markup_wrapper .gfield .wp-switch-editor {
  border-color: #ddd;
}
.gform_legacy_markup_wrapper .gfield .tmce-active .switch-tmce,
.gform_legacy_markup_wrapper .gfield .html-active .switch-html {
  border-bottom-color: #f5f5f5;
}
.gform_legacy_markup_wrapper .gfield .mce-edit-area iframe {
  width: 99.9% !important;
  margin: 0 !important;
}
body .gform_legacy_markup_wrapper.gform_wrapper ul li.gfield {
  padding-top: 0;
}
body .gform_legacy_markup_wrapper.gform_wrapper ul.gfields li.gfield label.gfield_label {
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
}
body .gform_legacy_markup_wrapper.gform_wrapper div.gform_body ul.gform_fields li.gfield.gfield_html {
  line-height: inherit;
}
body .gform_legacy_markup_wrapper.gform_wrapper div.gform_body ul.gform_fields li.gfield.gfield_html ul li, body .gform_legacy_markup_wrapper.gform_wrapper form div.gform_body ul.gform_fields li.gfield.gfield_html ul li {
  list-style-type: disc !important;
  margin: 0 0 8px 0;
  overflow: visible;
  padding-left: 0;
}
body .gform_legacy_markup_wrapper.gform_wrapper div.gform_body ul.gform_fields li.gfield.gfield_html ul, body .gform_legacy_markup_wrapper.gform_wrapper form div.gform_body ul.gform_fields li.gfield.gfield_html ul {
  list-style-type: disc !important;
  margin: 16px 0 16px 28px !important;
  padding-left: 0;
}
body .gform_legacy_markup_wrapper.gform_wrapper div.gform_body ul.gform_fields li.gfield.gfield_html ol li, body .gform_legacy_markup_wrapper.gform_wrapper form div.gform_body ul.gform_fields li.gfield.gfield_html ol li {
  list-style-type: decimal !important;
  overflow: visible;
  margin: 0 0 8px 0;
  padding-left: 0;
}
body .gform_legacy_markup_wrapper.gform_wrapper div.gform_body ul.gform_fields li.gfield.gfield_html ol, body .gform_legacy_markup_wrapper.gform_wrapper form div.gform_body ul.gform_fields li.gfield.gfield_html ol {
  list-style-type: decimal !important;
  margin: 16px 0 18px 32px;
  padding-left: 0;
}
body .gform_legacy_markup_wrapper.gform_wrapper div.gform_body ul.gform_fields li.gfield.gfield_html ol li ul, body .gform_legacy_markup_wrapper.gform_wrapper form div.gform_body ul.gform_fields li.gfield.gfield_html ol li ul li {
  list-style-type: disc !important;
  padding-left: 0;
}
body .gform_legacy_markup_wrapper.gform_wrapper div.gform_body ul.gform_fields li.gfield.gfield_html ol li ul {
  margin: 16px 0 16px 16px;
}
body .gform_legacy_markup_wrapper.gform_wrapper form div.gform_body ul.gform_fields li.gfield.gfield_html ol li ul li {
  margin: 0 0 8px;
}
body .gform_legacy_markup_wrapper.gform_wrapper div.gform_body ul.gform_fields li.gfield.gfield_html dl {
  margin: 0 0 18px 0;
  padding-left: 0;
}
body .gform_legacy_markup_wrapper.gform_wrapper div.gform_body ul.gform_fields li.gfield.gfield_html dl dt {
  font-weight: 700;
}
body .gform_legacy_markup_wrapper.gform_wrapper div.gform_body ul.gform_fields li.gfield.gfield_html dl dd {
  margin: 0 0 16px 18px;
}
.gform_legacy_markup_wrapper.gform_wrapper span.gf_clear_span {
  display: block;
  height: 1px;
  overflow: hidden;
  width: 100%;
  float: none;
  clear: both;
  margin-top: -1px;
}
.gform_legacy_markup_wrapper.gform_wrapper .chosen-container {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  font-size: 13px;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.gform_legacy_markup_wrapper.gform_wrapper .chosen-container * {
  box-sizing: border-box;
}
.gform_legacy_markup_wrapper.gform_wrapper .chosen-container .chosen-drop {
  position: absolute;
  top: 100%;
  z-index: 1010;
  width: 100%;
  border: 1px solid #aaa;
  border-top: 0;
  background: #fff;
  box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15);
  display: none;
}
.gform_legacy_markup_wrapper.gform_wrapper .chosen-container.chosen-with-drop .chosen-drop {
  display: block;
}
.gform_legacy_markup_wrapper.gform_wrapper .chosen-container a {
  cursor: pointer;
}
.gform_legacy_markup_wrapper.gform_wrapper .chosen-container .search-choice .group-name, .gform_legacy_markup_wrapper.gform_wrapper .chosen-container .chosen-single .group-name {
  margin-right: 4px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-weight: normal;
  color: #999999;
}
.gform_legacy_markup_wrapper.gform_wrapper .chosen-container .search-choice .group-name:after, .gform_legacy_markup_wrapper.gform_wrapper .chosen-container .chosen-single .group-name:after {
  content: ":";
  padding-left: 2px;
  vertical-align: top;
}
.gform_legacy_markup_wrapper.gform_wrapper .chosen-container-single .chosen-single {
  position: relative;
  display: block;
  overflow: hidden;
  padding: 0 0 0 8px;
  height: 25px;
  border: 1px solid #aaa;
  border-radius: 5px;
  background-color: #fff;
  background: linear-gradient(#fff 20%, #f6f6f6 50%, #eee 52%, #f4f4f4 100%);
  background-clip: padding-box;
  box-shadow: 0 0 3px #fff inset, 0 1px 1px rgba(0, 0, 0, 0.1);
  color: #444;
  text-decoration: none;
  white-space: nowrap;
  line-height: 24px;
}
.gform_legacy_markup_wrapper.gform_wrapper .chosen-container-single .chosen-single input[type=text] {
  cursor: pointer;
  opacity: 0;
  position: absolute;
  width: 0;
}
.gform_legacy_markup_wrapper.gform_wrapper .chosen-container-single .chosen-default {
  color: #999;
}
.gform_legacy_markup_wrapper.gform_wrapper .chosen-container-single .chosen-single span {
  display: block;
  overflow: hidden;
  margin-right: 26px;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.gform_legacy_markup_wrapper.gform_wrapper .chosen-container-single .chosen-single-with-deselect span {
  margin-right: 38px;
}
.gform_legacy_markup_wrapper.gform_wrapper .chosen-container-single .chosen-single abbr {
  position: absolute;
  top: 6px;
  right: 26px;
  display: block;
  width: 12px;
  height: 12px;
  background: url("chosen-sprite.png") -42px 1px no-repeat;
  font-size: 1px;
}
.gform_legacy_markup_wrapper.gform_wrapper .chosen-container-single .chosen-single abbr:hover {
  background-position: -42px -10px;
}
.gform_legacy_markup_wrapper.gform_wrapper .chosen-container-single.chosen-disabled .chosen-single abbr:hover {
  background-position: -42px -10px;
}
.gform_legacy_markup_wrapper.gform_wrapper .chosen-container-single .chosen-single div {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 18px;
  height: 100%;
}
.gform_legacy_markup_wrapper.gform_wrapper .chosen-container-single .chosen-single div b {
  display: block;
  width: 100%;
  height: 100%;
  background: url("chosen-sprite.png") no-repeat 0px 2px;
}
.gform_legacy_markup_wrapper.gform_wrapper .chosen-container-single .chosen-search {
  position: relative;
  z-index: 1010;
  margin: 0;
  padding: 3px 4px;
  white-space: nowrap;
}
.gform_legacy_markup_wrapper.gform_wrapper .chosen-container-single .chosen-search input[type=text] {
  margin: 1px 0;
  padding: 4px 20px 4px 5px;
  width: 100%;
  height: auto;
  outline: 0;
  border: 1px solid #aaa;
  background: url("chosen-sprite.png") no-repeat 100% -20px;
  font-size: 1em;
  font-family: sans-serif;
  line-height: normal;
  border-radius: 0;
}
.gform_legacy_markup_wrapper.gform_wrapper .chosen-container-single .chosen-drop {
  margin-top: -1px;
  border-radius: 0 0 4px 4px;
  background-clip: padding-box;
}
.gform_legacy_markup_wrapper.gform_wrapper .chosen-container-single.chosen-container-single-nosearch .chosen-search {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}
.gform_legacy_markup_wrapper.gform_wrapper .chosen-container .chosen-results {
  color: #444;
  position: relative;
  overflow-x: hidden;
  overflow-y: auto;
  margin: 0 4px 4px 0;
  padding: 0 0 0 4px;
  max-height: 240px;
  -webkit-overflow-scrolling: touch;
}
.gform_legacy_markup_wrapper.gform_wrapper .chosen-container .chosen-results li {
  display: none;
  margin: 0;
  padding: 5px 6px;
  list-style: none;
  line-height: 15px;
  word-wrap: break-word;
  -webkit-touch-callout: none;
}
.gform_legacy_markup_wrapper.gform_wrapper .chosen-container .chosen-results li.active-result {
  display: list-item;
  cursor: pointer;
}
.gform_legacy_markup_wrapper.gform_wrapper .chosen-container .chosen-results li.disabled-result {
  display: list-item;
  color: #ccc;
  cursor: default;
}
.gform_legacy_markup_wrapper.gform_wrapper .chosen-container .chosen-results li.highlighted {
  background-color: #3875d7;
  background-image: linear-gradient(#3875d7 20%, #2a62bc 90%);
  color: #fff;
}
.gform_legacy_markup_wrapper.gform_wrapper .chosen-container .chosen-results li.no-results {
  color: #777;
  display: list-item;
  background: #f4f4f4;
}
.gform_legacy_markup_wrapper.gform_wrapper .chosen-container .chosen-results li.group-result {
  display: list-item;
  font-weight: bold;
  cursor: default;
}
.gform_legacy_markup_wrapper.gform_wrapper .chosen-container .chosen-results li.group-option {
  padding-left: 15px;
}
.gform_legacy_markup_wrapper.gform_wrapper .chosen-container .chosen-results li em {
  font-style: normal;
  text-decoration: underline;
}
.gform_legacy_markup_wrapper.gform_wrapper .chosen-container-multi .chosen-choices {
  position: relative;
  overflow: hidden;
  margin: 0;
  padding: 0 5px;
  width: 100%;
  height: auto;
  border: 1px solid #aaa;
  background-color: #fff;
  background-image: linear-gradient(#eee 1%, #fff 15%);
  cursor: text;
}
.gform_legacy_markup_wrapper.gform_wrapper .chosen-container-multi .chosen-choices li {
  float: left;
  list-style: none;
}
.gform_legacy_markup_wrapper.gform_wrapper .chosen-container-multi .chosen-choices li.search-field {
  margin: 0;
  padding: 0;
  white-space: nowrap;
}
.gform_legacy_markup_wrapper.gform_wrapper .chosen-container-multi .chosen-choices li.search-field input[type=text] {
  margin: 1px 0;
  padding: 0;
  height: 25px;
  outline: 0;
  border: 0 !important;
  background: transparent !important;
  box-shadow: none;
  color: #999;
  font-size: 100%;
  font-family: sans-serif;
  line-height: normal;
  border-radius: 0;
  width: 25px;
}
.gform_legacy_markup_wrapper.gform_wrapper .chosen-container-multi .chosen-choices li.search-choice {
  position: relative;
  margin: 3px 5px 3px 0;
  padding: 3px 20px 3px 5px;
  border: 1px solid #aaa;
  max-width: 100%;
  border-radius: 3px;
  background-color: #eeeeee;
  background-image: linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
  background-size: 100% 19px;
  background-repeat: repeat-x;
  background-clip: padding-box;
  box-shadow: 0 0 2px #fff inset, 0 1px 0 rgba(0, 0, 0, 0.05);
  color: #333;
  line-height: 13px;
  cursor: default;
}
.gform_legacy_markup_wrapper.gform_wrapper .chosen-container-multi .chosen-choices li.search-choice span {
  word-wrap: break-word;
}
.gform_legacy_markup_wrapper.gform_wrapper .chosen-container-multi .chosen-choices li.search-choice .search-choice-close {
  position: absolute;
  top: 4px;
  right: 3px;
  display: block;
  width: 12px;
  height: 12px;
  background: url("chosen-sprite.png") -42px 1px no-repeat;
  font-size: 1px;
}
.gform_legacy_markup_wrapper.gform_wrapper .chosen-container-multi .chosen-choices li.search-choice .search-choice-close:hover {
  background-position: -42px -10px;
}
.gform_legacy_markup_wrapper.gform_wrapper .chosen-container-multi .chosen-choices li.search-choice-disabled {
  padding-right: 5px;
  border: 1px solid #ccc;
  background-color: #e4e4e4;
  background-image: linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
  color: #666;
}
.gform_legacy_markup_wrapper.gform_wrapper .chosen-container-multi .chosen-choices li.search-choice-focus {
  background: #d4d4d4;
}
.gform_legacy_markup_wrapper.gform_wrapper .chosen-container-multi .chosen-choices li.search-choice-focus .search-choice-close {
  background-position: -42px -10px;
}
.gform_legacy_markup_wrapper.gform_wrapper .chosen-container-multi .chosen-results {
  margin: 0;
  padding: 0;
}
.gform_legacy_markup_wrapper.gform_wrapper .chosen-container-multi .chosen-drop .result-selected {
  display: list-item;
  color: #ccc;
  cursor: default;
}
.gform_legacy_markup_wrapper.gform_wrapper .chosen-container-active .chosen-single {
  border: 1px solid #5897fb;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}
.gform_legacy_markup_wrapper.gform_wrapper .chosen-container-active.chosen-with-drop .chosen-single {
  border: 1px solid #aaa;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  background-image: linear-gradient(#eee 20%, #fff 80%);
  box-shadow: 0 1px 0 #fff inset;
}
.gform_legacy_markup_wrapper.gform_wrapper .chosen-container-active.chosen-with-drop .chosen-single div {
  border-left: none;
  background: transparent;
}
.gform_legacy_markup_wrapper.gform_wrapper .chosen-container-active.chosen-with-drop .chosen-single div b {
  background-position: -18px 2px;
}
.gform_legacy_markup_wrapper.gform_wrapper .chosen-container-active .chosen-choices {
  border: 1px solid #5897fb;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}
.gform_legacy_markup_wrapper.gform_wrapper .chosen-container-active .chosen-choices li.search-field input[type=text] {
  color: #222 !important;
}
.gform_legacy_markup_wrapper.gform_wrapper .chosen-disabled {
  opacity: 0.5 !important;
  cursor: default;
}
.gform_legacy_markup_wrapper.gform_wrapper .chosen-disabled .chosen-single {
  cursor: default;
}
.gform_legacy_markup_wrapper.gform_wrapper .chosen-disabled .chosen-choices .search-choice .search-choice-close {
  cursor: default;
}
.gform_legacy_markup_wrapper.gform_wrapper .chosen-rtl {
  text-align: right;
}
.gform_legacy_markup_wrapper.gform_wrapper .chosen-rtl .chosen-single {
  overflow: visible;
  padding: 0 8px 0 0;
}
.gform_legacy_markup_wrapper.gform_wrapper .chosen-rtl .chosen-single span {
  margin-right: 0;
  margin-left: 26px;
  direction: rtl;
}
.gform_legacy_markup_wrapper.gform_wrapper .chosen-rtl .chosen-single-with-deselect span {
  margin-left: 38px;
}
.gform_legacy_markup_wrapper.gform_wrapper .chosen-rtl .chosen-single div {
  right: auto;
  left: 3px;
}
.gform_legacy_markup_wrapper.gform_wrapper .chosen-rtl .chosen-single abbr {
  right: auto;
  left: 26px;
}
.gform_legacy_markup_wrapper.gform_wrapper .chosen-rtl .chosen-choices li {
  float: right;
}
.gform_legacy_markup_wrapper.gform_wrapper .chosen-rtl .chosen-choices li.search-field input[type=text] {
  direction: rtl;
}
.gform_legacy_markup_wrapper.gform_wrapper .chosen-rtl .chosen-choices li.search-choice {
  margin: 3px 5px 3px 0;
  padding: 3px 5px 3px 19px;
}
.gform_legacy_markup_wrapper.gform_wrapper .chosen-rtl .chosen-choices li.search-choice .search-choice-close {
  right: auto;
  left: 4px;
}
.gform_legacy_markup_wrapper.gform_wrapper .chosen-rtl.chosen-container-single .chosen-results {
  margin: 0 0 4px 4px;
  padding: 0 4px 0 0;
}
.gform_legacy_markup_wrapper.gform_wrapper .chosen-rtl .chosen-results li.group-option {
  padding-right: 15px;
  padding-left: 0;
}
.gform_legacy_markup_wrapper.gform_wrapper .chosen-rtl.chosen-container-active.chosen-with-drop .chosen-single div {
  border-right: none;
}
.gform_legacy_markup_wrapper.gform_wrapper .chosen-rtl .chosen-search input[type=text] {
  padding: 4px 5px 4px 20px;
  background: url("chosen-sprite.png") no-repeat -30px -20px;
  direction: rtl;
}
.gform_legacy_markup_wrapper.gform_wrapper .chosen-rtl.chosen-container-single .chosen-single div b {
  background-position: 6px 2px;
}
.gform_legacy_markup_wrapper.gform_wrapper .chosen-rtl.chosen-container-single.chosen-with-drop .chosen-single div b {
  background-position: -12px 2px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 144dpi), only screen and (min-resolution: 1.5dppx) {
  .gform_legacy_markup_wrapper.gform_wrapper .chosen-rtl .chosen-search input[type=text], .gform_legacy_markup_wrapper.gform_wrapper .chosen-container-single .chosen-single abbr, .gform_legacy_markup_wrapper.gform_wrapper .chosen-container-single .chosen-single div b, .gform_legacy_markup_wrapper.gform_wrapper .chosen-container-single .chosen-search input[type=text], .gform_legacy_markup_wrapper.gform_wrapper .chosen-container-multi .chosen-choices .search-choice .search-choice-close, .gform_legacy_markup_wrapper.gform_wrapper .chosen-container .chosen-results-scroll-down span, .gform_legacy_markup_wrapper.gform_wrapper .chosen-container .chosen-results-scroll-up span {
    background-image: url("chosen-sprite@2x.png") !important;
    background-size: 52px 37px !important;
    background-repeat: no-repeat !important;
  }
}
body .gform_legacy_markup_wrapper.gform_wrapper .chosen-container a.chosen-single {
  border-radius: inherit;
}
body .gform_legacy_markup_wrapper.gform_wrapper ul.chosen-results li {
  line-height: inherit;
}
@media only screen and (max-width: 641px) {
  .gform_legacy_markup_wrapper {
    /* make the inputs a little larger for mobile devices */
  }
  .gform_legacy_markup_wrapper.gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=image]):not([type=file]) {
    line-height: 2;
    min-height: 2rem;
  }
  .gform_legacy_markup_wrapper.gform_wrapper textarea {
    line-height: 1.5;
  }
  .gform_legacy_markup_wrapper.gform_wrapper .chosen-container.chosen-container-single[style] {
    width: 100% !important;
  }
  .gform_legacy_markup_wrapper.gform_wrapper .chosen-container-single .chosen-single {
    height: 40px;
    line-height: 2.8;
  }
  .gform_legacy_markup_wrapper.gform_wrapper .chosen-container-single .chosen-single div b {
    position: relative;
    top: 10px;
  }
  .gform_legacy_markup_wrapper.gform_wrapper div.chosen-container.chosen-container-multi[style] {
    width: 100% !important;
  }
  .gform_legacy_markup_wrapper.gform_wrapper .chosen-container.chosen-container-multi ul.chosen-choices li.search-choice, .gform_legacy_markup_wrapper.gform_wrapper .chosen-container.chosen-container-multi ul.chosen-choices li.search-field {
    width: 100%;
    line-height: inherit;
    float: none;
  }
  .gform_legacy_markup_wrapper.gform_wrapper .chosen-container.chosen-container-multi ul.chosen-choices li.search-choice span {
    margin-bottom: 0;
  }
  .gform_legacy_markup_wrapper.gform_wrapper .chosen-container-multi .chosen-choices li.search-choice .search-choice-close {
    top: calc(50% - 6px);
  }
  .gform_legacy_markup_wrapper.gform_wrapper .ginput_container span:not(.ginput_price) {
    margin-bottom: 8px;
    display: block;
  }
  .gform_legacy_markup_wrapper.gform_wrapper li.field_sublabel_below .ginput_complex {
    margin-top: 12px !important;
  }
  .gform_legacy_markup_wrapper.gform_wrapper ul.gfield_radio li label, .gform_legacy_markup_wrapper.gform_wrapper ul.gfield_checkbox li label {
    width: 85%;
    cursor: pointer;
  }
}
@media only screen and (max-width: 761px), (min-device-width: 768px) and (max-device-width: 1023px) {
  .gform_legacy_markup_wrapper {
    /* force the list table to not behave like a table anymore */
  }
  .gform_legacy_markup_wrapper.gform_wrapper ul.gform_fields li.gfield.gfield_error + li.gfield.gfield_error {
    margin-top: 32px;
  }
  .gform_legacy_markup_wrapper.gform_wrapper table.gfield_list {
    border: 0;
  }
  .gform_legacy_markup_wrapper.gform_wrapper table.gfield_list thead {
    position: absolute;
    top: -9999px;
    left: -9999px;
  }
  .gform_legacy_markup_wrapper.gform_wrapper table.gfield_list tr {
    margin-bottom: 10px;
    display: block;
    background: #fff;
    position: relative;
    border: 1px solid #ccc;
    border-top: 2px solid #ccc;
    border-bottom: 4px solid #ccc;
  }
  .gform_legacy_markup_wrapper.gform_wrapper table.gfield_list td {
    display: block;
    margin-left: 8px;
    margin-right: 8px;
  }
  .gform_legacy_markup_wrapper.gform_wrapper table.gfield_list td.gfield_list_icons {
    border-bottom: 0;
    margin: 16px 0 0 0 !important;
  }
  .gform_legacy_markup_wrapper.gform_wrapper ul.gform_fields.form_sublabel_above table.gfield_list td:before, .gform_legacy_markup_wrapper.gform_wrapper ul.gform_fields.form_sublabel_below table.gfield_list td:after {
    content: attr(data-label);
    font-size: 0.875em;
    letter-spacing: 0.5pt;
    white-space: nowrap;
    display: block;
    clear: both;
  }
  .gform_legacy_markup_wrapper.gform_wrapper ul.gform_fields.form_sublabel_above table.gfield_list td:before {
    margin: 8px 0 3px 8px;
  }
  .gform_legacy_markup_wrapper.gform_wrapper ul.gform_fields.form_sublabel_below table.gfield_list td:after {
    margin: 3px 0 8px 8px;
  }
  .gform_legacy_markup_wrapper.gform_wrapper table.gfield_list th + th, .gform_legacy_markup_wrapper.gform_wrapper table.gfield_list td + td {
    padding: 4px 0 0 0;
  }
  .gform_legacy_markup_wrapper.gform_wrapper table.gfield_list tr.gfield_list_row_odd, .gform_legacy_markup_wrapper.gform_wrapper table.gfield_list tr.gfield_list_row_even {
    margin: 16px 0;
  }
  .gform_legacy_markup_wrapper.gform_wrapper table.gfield_list tr.gfield_list_row_odd:first-child {
    padding-top: 12px;
  }
  .gform_legacy_markup_wrapper.gform_wrapper table.gfield_list tr {
    padding-top: 12px;
  }
  .gform_legacy_markup_wrapper.gform_wrapper table.gfield_list tr td.gfield_list_icons {
    width: 100% !important;
    padding: 0 4px 4px 4px !important;
    background-color: #eee;
  }
  .gform_legacy_markup_wrapper.gform_wrapper table.gfield_list tr td.gfield_list_icons img.add_list_item {
    margin: 12px 0 0 16px !important;
  }
  .gform_legacy_markup_wrapper.gform_wrapper table.gfield_list tr td.gfield_list_icons img.delete_list_item {
    margin: 12px 0 0 8px !important;
  }
  .gform_legacy_markup_wrapper.gform_wrapper .gform_footer a.gform_save_link, .gform_legacy_markup_wrapper.gform_wrapper .gform_page_footer a.gform_save_link {
    margin-left: 0;
  }
  .gform_legacy_markup_wrapper.gform_wrapper .gfield_list td.gfield_list_cell input {
    width: calc(100% - 16px);
    margin-left: 8px;
    margin-right: 8px;
  }
}
@media only screen and (min-width: 641px) {
  .gform_legacy_markup_wrapper {
    /* adjusting the name field so it aligns properly */
    /* a little better specificty to avoid problems with forms in widgets */
    /* tweak the sizes for validation and left/right label layouts */
    /* adjusting the address field alignment for some scenarios */
    /* force the CAPTCHA field over for right and left label layouts */
    /* updated chosen 1.8.5 styles - gravityforms specific  */
  }
  .gform_legacy_markup_wrapper.gform_wrapper .gform_body {
    width: 100%;
  }
  .gform_legacy_markup_wrapper.gform_wrapper.gform_validation_error .gform_body ul li.gfield.gfield_error:not(.gf_left_half):not(.gf_right_half) {
    max-width: calc(100% - 16px) !important;
  }
  .gform_legacy_markup_wrapper.gform_wrapper .gfield_checkbox li, .gform_legacy_markup_wrapper.gform_wrapper .gfield_radio li {
    margin: 0 0 8px 0;
    line-height: 1.3;
  }
  .gform_legacy_markup_wrapper.gform_wrapper .gsection {
    margin: 28px 16px 28px 0;
  }
  .gform_legacy_markup_wrapper.gform_wrapper ul.gform_fields:not(.top_label) .gfield_label {
    float: left;
    width: 29%;
    padding-right: 16px;
    margin-bottom: 16px;
  }
  .gform_legacy_markup_wrapper.gform_wrapper .right_label .gfield_label {
    text-align: right;
  }
  .gform_legacy_markup_wrapper.gform_wrapper .left_label .gfield_description, .gform_legacy_markup_wrapper.gform_wrapper .right_label .gfield_description {
    width: 70%;
  }
  .gform_legacy_markup_wrapper.gform_wrapper ul.right_label li ul.gfield_radio li, .gform_legacy_markup_wrapper.gform_wrapper form ul.right_label li ul.gfield_radio li, .gform_legacy_markup_wrapper.gform_wrapper ul.left_label li ul.gfield_radio li, .gform_legacy_markup_wrapper.gform_wrapper form ul.left_label li ul.gfield_radio li, .gform_legacy_markup_wrapper.gform_wrapper ul.right_label li ul.gfield_checkbox li, .gform_legacy_markup_wrapper.gform_wrapper form ul.right_label li ul.gfield_checkbox li, .gform_legacy_markup_wrapper.gform_wrapper ul.left_label li ul.gfield_checkbox li, .gform_legacy_markup_wrapper.gform_wrapper form ul.left_label li ul.gfield_checkbox li {
    margin-bottom: 10px;
  }
  .gform_legacy_markup_wrapper.gform_wrapper .right_label .gfield_description, .gform_legacy_markup_wrapper.gform_wrapper .left_label .gfield_description, .gform_legacy_markup_wrapper.gform_wrapper .left_label .instruction, .gform_legacy_markup_wrapper.gform_wrapper .right_label .instruction {
    margin-left: 29%;
  }
  .gform_legacy_markup_wrapper.gform_wrapper ul.gform_fields:not(.top_label) .gsection .gsection_description {
    margin-left: 0;
    padding-top: 4px;
    padding-left: 0;
    line-height: 1.5;
  }
  .gform_legacy_markup_wrapper.gform_wrapper form ul.gform_fields:not(.top_label) li.gfield_html_formatted {
    margin-left: 29% !important;
    width: 70%;
  }
  .gform_legacy_markup_wrapper.gform_wrapper ul.gform_fields:not(.top_label) ul.gfield_checkbox, .gform_legacy_markup_wrapper.gform_wrapper ul.gform_fields:not(.top_label) ul.gfield_radio {
    overflow: hidden;
  }
  .gform_legacy_markup_wrapper.gform_wrapper .right_label li:not(.hidden_label) div.ginput_complex, .gform_legacy_markup_wrapper.gform_wrapper .left_label li:not(.hidden_label) div.ginput_complex {
    width: 70%;
    margin-left: 29%;
  }
  .gform_legacy_markup_wrapper.gform_wrapper .right_label input.small, .gform_legacy_markup_wrapper.gform_wrapper .right_label select.small, .gform_legacy_markup_wrapper.gform_wrapper .left_label input.small, .gform_legacy_markup_wrapper.gform_wrapper .left_label select.small {
    width: 15%;
  }
  .gform_legacy_markup_wrapper.gform_wrapper .right_label input.medium, .gform_legacy_markup_wrapper.gform_wrapper .right_label select.medium, .gform_legacy_markup_wrapper.gform_wrapper .left_label input.medium, .gform_legacy_markup_wrapper.gform_wrapper .left_label select.medium {
    width: calc(35% - 8px);
  }
  .gform_legacy_markup_wrapper.gform_wrapper .right_label input.large, .gform_legacy_markup_wrapper.gform_wrapper .right_label select.large, .gform_legacy_markup_wrapper.gform_wrapper .left_label input.large, .gform_legacy_markup_wrapper.gform_wrapper .left_label select.large {
    width: 70%;
  }
  .gform_legacy_markup_wrapper.gform_wrapper .right_label textarea.small, .gform_legacy_markup_wrapper.gform_wrapper .left_label textarea.small, .gform_legacy_markup_wrapper.gform_wrapper .right_label textarea.medium, .gform_legacy_markup_wrapper.gform_wrapper .left_label textarea.medium, .gform_legacy_markup_wrapper.gform_wrapper .right_label textarea.large, .gform_legacy_markup_wrapper.gform_wrapper .left_label textarea.large {
    width: 70%;
  }
  .gform_legacy_markup_wrapper.gform_wrapper ul.gform_fields:not(.top_label) .ginput_list {
    width: 70%;
    margin-left: 29% !important;
  }
  .gform_legacy_markup_wrapper.gform_wrapper .top_label .gfield_list {
    width: 100%;
  }
  .gform_legacy_markup_wrapper.gform_wrapper .left_label .gf_list_one_column, .gform_legacy_markup_wrapper.gform_wrapper .right_label .gf_list_one_column {
    width: 45%;
  }
  .gform_legacy_markup_wrapper.gform_wrapper .top_label .gf_list_one_column {
    width: 46%;
  }
  .gform_legacy_markup_wrapper.gform_wrapper .left_label li.gfield .gfield_password_strength, .gform_legacy_markup_wrapper.gform_wrapper .right_label li.gfield .gfield_password_strength {
    margin-left: 29%;
  }
  .gform_legacy_markup_wrapper.gform_wrapper .top_label input.small, .gform_legacy_markup_wrapper.gform_wrapper .top_label select.small {
    width: 25%;
  }
  .gform_legacy_markup_wrapper.gform_wrapper .top_label input.medium, .gform_legacy_markup_wrapper.gform_wrapper .top_label select.medium {
    width: calc(50% - 8px);
  }
  .gform_legacy_markup_wrapper.gform_wrapper.gform_validation_error .top_label input.medium, .gform_legacy_markup_wrapper.gform_wrapper.gform_validation_error .top_label select.medium {
    width: 50%;
  }
  .gform_legacy_markup_wrapper.gform_wrapper .top_label input.large, .gform_legacy_markup_wrapper.gform_wrapper .top_label select.large, .gform_legacy_markup_wrapper.gform_wrapper .hidden_label input.large, .gform_legacy_markup_wrapper.gform_wrapper .hidden_label select.large {
    width: 100%;
  }
  .gform_legacy_markup_wrapper.gform_wrapper .top_label input.small.datepicker, .gform_legacy_markup_wrapper.gform_wrapper .top_label input.medium.datepicker, .gform_legacy_markup_wrapper.gform_wrapper .top_label input.large.datepicker {
    width: auto;
  }
  .gform_legacy_markup_wrapper.gform_wrapper textarea.small {
    height: 80px;
    width: 100%;
  }
  .gform_legacy_markup_wrapper.gform_wrapper textarea.medium {
    height: 160px;
    width: 100%;
  }
  .gform_legacy_markup_wrapper.gform_wrapper textarea.large {
    height: 320px;
    width: 100%;
  }
  .gform_legacy_markup_wrapper.gform_wrapper .ginput_complex .ginput_left, .gform_legacy_markup_wrapper.gform_wrapper .ginput_complex .ginput_right {
    width: 50%;
    display: -moz-inline-stack;
    display: inline-block;
    vertical-align: top;
    margin: 0 -4px 0 0;
  }
  .gform_legacy_markup_wrapper.gform_wrapper .ginput_container_password .ginput_right {
    padding-left: 8px;
  }
  .gform_legacy_markup_wrapper.gform_wrapper .gfield_error .ginput_complex .ginput_left, .gform_legacy_markup_wrapper.gform_wrapper .gfield_error .ginput_complex .ginput_right {
    width: 50%;
  }
  .gform_legacy_markup_wrapper.gform_wrapper .ginput_complex .ginput_cardinfo_left, .gform_legacy_markup_wrapper.gform_wrapper .ginput_complex .ginput_cardinfo_right {
    min-height: 43px;
    position: relative;
    float: left;
  }
  .gform_legacy_markup_wrapper.gform_wrapper .ginput_complex .ginput_cardinfo_left {
    width: 50%;
  }
  .gform_legacy_markup_wrapper.gform_wrapper .ginput_complex select.ginput_card_expiration.ginput_card_expiration_month, .gform_legacy_markup_wrapper.gform_wrapper .ginput_complex select.ginput_card_expiration.ginput_card_expiration_year {
    width: 47% !important;
    display: -moz-inline-stack;
    display: inline-block;
  }
  .gform_legacy_markup_wrapper.gform_wrapper .ginput_complex .ginput_cardinfo_left select.ginput_card_expiration.ginput_card_expiration_month {
    margin-right: 4px;
  }
  .gform_legacy_markup_wrapper.gform_wrapper .gf_step {
    width: auto;
    display: -moz-inline-stack;
    display: inline-block;
    margin: 16px 32px 16px 0;
  }
  .gform_legacy_markup_wrapper.gform_wrapper .gform_footer input.button, .gform_legacy_markup_wrapper.gform_wrapper .gform_footer input[type=submit], .gform_legacy_markup_wrapper.gform_wrapper .gform_footer input[type=image] {
    display: -moz-inline-stack;
    display: inline-block;
  }
  .gform_legacy_markup_wrapper.gform_wrapper .gform_footer input[type=image] {
    vertical-align: middle;
  }
  .gform_legacy_markup_wrapper.gform_wrapper .gform_footer a.gform_save_link, .gform_legacy_markup_wrapper.gform_wrapper .gform_page_footer a.gform_save_link {
    font-size: 1em;
    margin-left: 16px;
    display: -moz-inline-stack;
    display: inline-block;
  }
  .gform_legacy_markup_wrapper.gform_wrapper .gform_footer input.button, .gform_legacy_markup_wrapper.gform_wrapper .gform_page_footer input.button, .gform_legacy_markup_wrapper.gform_wrapper .gform_footer input[type=submit], .gform_legacy_markup_wrapper.gform_wrapper .gform_page_footer input[type=submit] {
    font-size: 1em;
    width: auto;
    margin: 0 16px 0 0;
  }
  .gform_legacy_markup_wrapper.gform_wrapper .ginput_complex .ginput_left {
    padding-right: 8px;
  }
  .gform_legacy_markup_wrapper.gform_wrapper .left_label .ginput_complex.ginput_container_address:after {
    content: "";
    display: block;
  }
  .gform_legacy_markup_wrapper.gform_wrapper .ginput_complex.ginput_container_address .ginput_left {
    margin-right: 8px;
  }
  .gform_legacy_markup_wrapper.gform_wrapper .ginput_complex.ginput_container_address .ginput_right {
    margin-right: -8px;
    padding-right: 8px;
  }
  .gform_legacy_markup_wrapper.gform_wrapper .ginput_complex.ginput_container_address span.ginput_full + span.ginput_right {
    padding-right: 8px !important;
    margin-right: 8px;
  }
  .gform_legacy_markup_wrapper.gform_wrapper .ginput_complex.ginput_container_address span.ginput_right + span.ginput_left {
    padding-right: 8px !important;
    margin-right: -8px;
  }
  .gform_legacy_markup_wrapper.gform_wrapper .ginput_complex.ginput_container_address span.ginput_right + span.ginput_left.address_zip {
    margin-right: 8px;
  }
  .gform_legacy_markup_wrapper.gform_wrapper .gfield_error .ginput_container {
    padding-right: 0;
  }
  .gform_legacy_markup_wrapper.gform_wrapper ul.top_label li.gfield.gfield_error.gfield_contains_required .gfield_password_strength {
    margin: 18px 0 18px 0;
  }
  .gform_legacy_markup_wrapper .top_label div.ginput_complex.ginput_container.gf_name_has_1,
.gform_legacy_markup_wrapper .top_label div.ginput_complex.ginput_container.gf_name_has_2,
.gform_legacy_markup_wrapper .top_label div.ginput_complex.ginput_container.gf_name_has_3 {
    width: calc(100% + 15px);
  }
  .gform_legacy_markup_wrapper .top_label div.ginput_complex.ginput_container.gf_name_has_4 {
    width: calc(100% + 13px);
  }
  .gform_legacy_markup_wrapper .top_label div.ginput_complex.ginput_container.gf_name_has_5 {
    width: calc(100% + 14px);
  }
  .gform_legacy_markup_wrapper ul.gform_fields:not(.top_label) li:not(.hidden_label) div.ginput_complex.ginput_container.gf_name_has_1,
.gform_legacy_markup_wrapper ul.gform_fields:not(.top_label) li:not(.hidden_label) div.ginput_complex.ginput_container.gf_name_has_2,
.gform_legacy_markup_wrapper ul.gform_fields:not(.top_label) li:not(.hidden_label) div.ginput_complex.ginput_container.gf_name_has_3 {
    width: calc(70% + 15px);
    margin-left: 29%;
  }
  .gform_legacy_markup_wrapper ul.gform_fields:not(.top_label) li.gfield.gfield_error div.ginput_complex.ginput_container.gf_name_has_1,
.gform_legacy_markup_wrapper ul.gform_fields:not(.top_label) li.gfield.gfield_error div.ginput_complex.ginput_container.gf_name_has_2,
.gform_legacy_markup_wrapper ul.gform_fields:not(.top_label) li.gfield.gfield_error div.ginput_complex.ginput_container.gf_name_has_3 {
    width: calc(70% + 24px);
  }
  .gform_legacy_markup_wrapper ul.gform_fields:not(.top_label) div.ginput_complex.ginput_container.gf_name_has_4 {
    width: calc(70% + 13px);
    margin-left: 29%;
  }
  .gform_legacy_markup_wrapper ul.gform_fields:not(.top_label) div.ginput_complex.ginput_container.gf_name_has_5 {
    width: calc(70% + 14px);
    margin-left: 29%;
  }
  .gform_legacy_markup_wrapper div.ginput_container_name span {
    display: -moz-inline-stack;
    display: inline-block;
    vertical-align: top;
    padding-right: 16px;
    margin-right: -4px;
  }
  .gform_legacy_markup_wrapper div.ginput_complex.ginput_container.gf_name_has_1 span {
    width: 100%;
  }
  .gform_legacy_markup_wrapper div.ginput_complex.ginput_container.gf_name_has_2 span {
    width: 50%;
  }
  .gform_legacy_markup_wrapper div.ginput_complex.ginput_container.gf_name_has_3 span {
    width: 33.3%;
  }
  .gform_legacy_markup_wrapper div.ginput_complex.ginput_container.gf_name_has_4 span {
    width: 25%;
  }
  .gform_legacy_markup_wrapper div.ginput_complex.ginput_container.gf_name_has_5 span {
    width: 19.95%;
  }
  .gform_legacy_markup_wrapper.gform_wrapper ul.gform_fields:not(.top_label) li.gfield.gfield_error div.ginput_complex.ginput_container.gf_name_has_1 span {
    width: 99.75% !important;
  }
  .gform_legacy_markup_wrapper.gform_wrapper ul.gform_fields:not(.top_label) li.gfield.gfield_error div.ginput_complex.ginput_container.gf_name_has_2 span {
    width: 49.75% !important;
  }
  .gform_legacy_markup_wrapper.gform_wrapper ul.gform_fields:not(.top_label) li.gfield.gfield_error div.ginput_complex.ginput_container.gf_name_has_3 span {
    width: 33% !important;
  }
  .gform_legacy_markup_wrapper.gform_wrapper ul.gform_fields:not(.top_label) li.gfield.gfield_error div.ginput_complex.ginput_container.gf_name_has_4 span {
    width: 24.75% !important;
  }
  .gform_legacy_markup_wrapper.gform_wrapper ul.gform_fields:not(.top_label) li.gfield.gfield_error div.ginput_complex.ginput_container.gf_name_has_5 span {
    width: 19.75% !important;
  }
  .gform_legacy_markup_wrapper html div.ginput_complex.ginput_container.gf_name_has_2 span:first-child,
.gform_legacy_markup_wrapper html div.ginput_complex.ginput_container.gf_name_has_3 span:first-child,
.gform_legacy_markup_wrapper html div.ginput_complex.ginput_container.gf_name_has_4 span:first-child,
.gform_legacy_markup_wrapper html div.ginput_complex.ginput_container.gf_name_has_5 span:first-child {
    margin-left: 0 !important;
  }
  .gform_legacy_markup_wrapper.gform_wrapper .top_label .ginput_complex.ginput_container.ginput_container_email {
    width: calc(100% + 15px);
  }
  .gform_legacy_markup_wrapper.gform_wrapper ul.gform_fields:not(.top_label) div.ginput_complex.ginput_container.ginput_container_email {
    width: calc(70% + 16px);
    margin-left: 29%;
  }
  .gform_legacy_markup_wrapper.gform_wrapper ul.gform_fields:not(.top_label) li.gfield.gfield_error div.ginput_complex.ginput_container.ginput_container_email {
    width: calc(70% + 17px);
  }
  li.gfield.gfield_error .gform_legacy_markup_wrapper.gform_wrapper ul.gform_fields:not(.top_label) li.gfield.gfield_error .ginput_complex.ginput_container.ginput_container_email {
    width: calc(70% + 8px) !important;
  }
  .gform_legacy_markup_wrapper.gform_wrapper .ginput_complex.ginput_container.ginput_container_email .ginput_left, .gform_legacy_markup_wrapper.gform_wrapper .ginput_complex.ginput_container.ginput_container_email .ginput_right {
    padding-right: 16px;
  }
  .gform_legacy_markup_wrapper.gform_wrapper ul.left_label li.gfield .gfield_password_strength, .gform_legacy_markup_wrapper.gform_wrapper ul.right_label li.gfield .gfield_password_strength {
    width: 70%;
  }
  .gform_legacy_markup_wrapper.gform_wrapper .ginput_complex span.ginput_left + input.gform_hidden + span.ginput_left {
    padding-right: 0;
  }
  .gform_legacy_markup_wrapper.gform_wrapper .ginput_complex span.ginput_left.address_country {
    margin-right: 0;
  }
  .gform_legacy_markup_wrapper.gform_wrapper .gf_progressbar {
    width: calc(100% - 16px);
  }
  .gform_legacy_markup_wrapper.gform_wrapper ul.gform_fields:not(.top_label) .gform_fileupload_multifile .gform_drop_area {
    margin-left: 29%;
    width: 70%;
  }
  body .gform_legacy_markup_wrapper.gform_wrapper span.ginput_left.address_city + input.gform_hidden + span.ginput_left.address_country {
    width: calc(50% - 8px);
    margin-right: 0;
  }
  .gform_legacy_markup_wrapper.gform_wrapper ul.gform_fields:not(.top_label) .ginput_container.ginput_recaptcha {
    margin-left: 29% !important;
  }
  .gform_legacy_markup_wrapper.gform_wrapper .gform_page_footer .button.gform_previous_button {
    margin-bottom: 0;
  }
  .gform_legacy_markup_wrapper.gform_wrapper .gform_page_footer .button.gform_next_button, .gform_legacy_markup_wrapper.gform_wrapper .gform_page_footer .button.gform_button {
    margin-right: 10px;
  }
  body .gform_legacy_markup_wrapper.gform_wrapper select.medium.gfield_select + div.chosen-container-single[style], body .gform_legacy_markup_wrapper.gform_wrapper select.medium.gfield_select + div.chosen-container-multi[style] {
    width: calc(50% - 8px) !important;
  }
  body .gform_legacy_markup_wrapper.gform_wrapper select.large.gfield_select + div.chosen-container-single[style], body .gform_legacy_markup_wrapper.gform_wrapper select.large.gfield_select + div.chosen-container-multi[style] {
    width: 100% !important;
  }
  body .gform_legacy_markup_wrapper.gform_wrapper select.small.gfield_select + div.chosen-container-single[style], body .gform_legacy_markup_wrapper.gform_wrapper select.small.gfield_select + div.chosen-container-multi[style] {
    width: 25% !important;
  }
}
.gform_legacy_markup_wrapper .gfield_repeater_cell > .gfield_repeater_wrapper {
  border-left: 8px solid rgba(54, 86, 102, 0.1);
  background-color: rgba(1, 1, 1, 0.02);
  padding: 10px 20px;
  border-radius: 8px;
  border-bottom: 1px solid #eeeeee;
}
.gform_legacy_markup_wrapper .gfield_repeater_wrapper input {
  border: 1px solid #c5c6c5;
  border-radius: 4px;
}
.gform_legacy_markup_wrapper .gfield_repeater_wrapper .gfield_repeater_wrapper {
  margin-top: 10px;
}
.gform_legacy_markup_wrapper .gfield_repeater_buttons .add_repeater_item_text,
.gform_legacy_markup_wrapper .gfield_repeater_buttons .remove_repeater_item_text {
  min-width: 100px;
  height: 30px;
  background: rgba(242, 242, 242, 0.5);
  transition: all 0.3s cubic-bezier(0.67, 0.17, 0.4, 0.83);
  font-size: 12px;
  color: #757575;
  border-radius: 20px;
  margin-right: 10px;
  margin-bottom: 5px;
  border: 1px solid rgba(117, 117, 117, 0.4);
  font-weight: 400;
}
.gform_legacy_markup_wrapper .gfield_repeater_buttons .add_repeater_item_plus,
.gform_legacy_markup_wrapper .gfield_repeater_buttons .remove_repeater_item_minus {
  width: 22px;
  height: 22px;
  background: rgba(242, 242, 242, 0.5);
  transition: all 0.3s cubic-bezier(0.67, 0.17, 0.4, 0.83);
  font-size: 16px;
  color: #757575;
  border-radius: 50%;
  margin: 10px 5px 0px 5px;
  border: 1px solid rgba(117, 117, 117, 0.4);
  font-weight: 700;
  padding: 0px;
  padding-bottom: 5px;
}
.gform_legacy_markup_wrapper .gfield_repeater_buttons button.gfield_icon_disabled {
  cursor: default;
  filter: alpha(opacity=30);
  -moz-opacity: 0.3;
  -khtml-opacity: 0.3;
  opacity: 0.3;
}
.gform_legacy_markup_wrapper .gfield_repeater_buttons button.gfield_icon_disabled:hover {
  background: rgba(242, 242, 242, 0.5);
  color: #757575;
  border: 1px solid rgba(117, 117, 117, 0.4);
}
.gform_legacy_markup_wrapper .gfield_repeater_buttons button:hover {
  background: #fafafa;
  color: #374750;
  border: 1px solid #757575;
}
.gform_legacy_markup_wrapper .gfield_repeater .gfield_repeater_items .gfield_repeater_item:not(:last-child) {
  border-bottom: 2px solid #e0e0e6;
  padding-bottom: 20px;
}
.gform_legacy_markup_wrapper .gfield_repeater_cell > .gfield_repeater_wrapper {
  border-left: 8px solid #f1f1f1;
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.06), 0 2px 1px -1px rgba(0, 0, 0, 0.06), 0 1px 5px 0 rgba(0, 0, 0, 0.06);
}
.gform_legacy_markup_wrapper .gfield_repeater_buttons .add_repeater_item_text:focus,
.gform_legacy_markup_wrapper .gfield_repeater_buttons .remove_repeater_item_text:focus {
  outline: 0;
}
.gform_legacy_markup_wrapper .gfield_repeater_item .gfield_repeater_cell .gfield_required {
  color: #c32121;
}
.gform_legacy_markup_wrapper.gform_wrapper .gfield_repeater_cell label {
  color: #9b9a9a;
  font-weight: 400;
  font-size: 14px;
  padding-top: 8px;
}
.gform_legacy_markup_wrapper .gfield_repeater_value .gfield_repeater_value .gfield_repeater_cell {
  padding-bottom: 20px;
  padding-top: 0px;
}
.gform_legacy_markup_wrapper div .gfield_repeater_cell {
  margin-top: 5px;
}
.gform_legacy_markup_wrapper .gfield_repeater .gfield_repeater_items .gfield_repeater_item:not(:last-child) {
  border-bottom: 2px solid #e0e0e6;
  padding-bottom: 20px;
  margin-bottom: 20px;
  margin-right: 10px;
}
.gform_legacy_markup_wrapper .gfield_repeater_value > .gfield_repeater {
  border-left: 8px solid rgba(54, 86, 102, 0.1);
  background-color: rgba(1, 1, 1, 0.02);
  padding: 10px 20px;
  border-radius: 8px;
  border-bottom: 1px solid #eeeeee;
  margin: 10px;
}
.gform_legacy_markup_wrapper .gfield_repeater_cell .gfield_repeater_value:not(:first-child) {
  color: rgba(117, 117, 117, 0.7);
  border: 1px solid #c5c6c5;
  border-radius: 4px;
  margin-right: 10px;
  padding-left: 10px;
  background-color: #f0f0f0;
}
.gform_legacy_markup_wrapper .gfield_repeater_items .gfield_repeater_cell:not(:first-child),
.gform_legacy_markup_wrapper .gfield_repeater .gfield_repeater_items {
  padding-top: 5px;
}
.gform_legacy_markup_wrapper .gfield_repeater .gfield_label {
  color: #23282d;
  font-size: 16px;
  font-weight: 600;
}
.gform_legacy_markup_wrapper .gfield_repeater_value .gfield_label {
  padding-bottom: 0px;
}
.gform_legacy_markup_wrapper .gfield_repeater_value .gfield_repeater_value .gfield_repeater_item:first-child {
  padding-bottom: 0px;
}
.gform_legacy_markup_wrapper .see-results .gform_footer input[type=submit] {
  visibility: hidden;
}
.gform_legacy_markup_wrapper .validation_error {
  color: #C93B2E;
}
.gform_legacy_markup_wrapper .validation_message {
  color: #C93B2E;
}
.gform_legacy_markup_wrapper .gform_body ul {
  padding: 0;
  margin-bottom: 0;
  margin-top: 2.1428571429rem;
}
.gform_legacy_markup_wrapper .gform_body ul li {
  margin-top: 0;
  margin-bottom: 1.4285714286rem;
}
.gform_legacy_markup_wrapper .gform_body ul li .screen-reader-text,
.gform_legacy_markup_wrapper .gform_body ul li .hidden_sub_label {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.gform_legacy_markup_wrapper .gform_body ul li .address_state {
  border-radius: 2px;
}
.gform_legacy_markup_wrapper .gform_body ul li .address_state::before {
  top: 1rem;
}
.gform_legacy_markup_wrapper .gform_body ul li .address_state select {
  padding: 6px 20px 2px;
}
.gform_legacy_markup_wrapper .gform_body ul li .ginput_container_select {
  display: block;
}
.gform_legacy_markup_wrapper .gform_body ul li.field_sublabel_below:not(.hidden_label) {
  margin-bottom: 2.8571428571rem;
}
.gform_legacy_markup_wrapper .gform_body ul li.field_sublabel_below:not(.hidden_label) .validation_message {
  margin-top: 40px;
}
.gform_legacy_markup_wrapper .gform_body ul li.field_sublabel_below:not(.hidden_label) .ginput_complex span {
  position: relative;
}
.gform_legacy_markup_wrapper .gform_body ul li.field_sublabel_below:not(.hidden_label) .ginput_complex span label {
  position: absolute;
  top: 166%;
  left: 0.3rem;
}
.gform_legacy_markup_wrapper .gform_body ul li.field_sublabel_below:not(.hidden_label) .ginput_complex span.address_state label {
  top: 104%;
}
.gform_legacy_markup_wrapper .gform_body ul li::before {
  content: none;
}
.gform_legacy_markup_wrapper .gform_body ul li.hidden_label > label {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.gform_legacy_markup_wrapper .gform_confirmation_wrapper {
  margin: 1rem 0;
}
.gform_legacy_markup_wrapper .gpoll_field .ginput_container_radio input[type=radio] {
  display: none !important;
}
.gform_legacy_markup_wrapper .gpoll_field .ginput_container_radio label {
  background: #3BB5C3;
  color: #ffffff;
  display: block !important;
  padding: 1.0714285714rem !important;
  text-align: center;
  border-radius: 2px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transition: 0.1s ease;
}
.gform_legacy_markup_wrapper .gpoll_field .ginput_container_radio label:hover {
  background: #00acbd;
}
.gform_legacy_markup_wrapper .gpoll_field .ginput_container_radio input[type=radio]:checked + label {
  background: #50266F;
}
.gform_legacy_markup_wrapper .gpoll_container .gpoll_choice_label {
  margin-top: 20px;
}
.gform_legacy_markup_wrapper .gpoll_container .gpoll_choice_label.gpoll_value_selected {
  padding-left: 30px;
}
.gform_legacy_markup_wrapper .gpoll_container .gpoll_wrapper .gpoll_bar .gpoll_bar_juice .gpoll_bar_count {
  bottom: 3px;
}
.gform_legacy_markup_wrapper form.fancy-signup-form .validation_error {
  width: 100%;
  margin-bottom: 0.15rem;
}
.gform_legacy_markup_wrapper form.fancy-signup-form .validation_message {
  margin-top: 0.2rem;
}
.gform_legacy_markup_wrapper form.fancy-signup-form .gform_description {
  max-width: 43.1428571429rem;
  display: block;
}
.gform_legacy_markup_wrapper form.fancy-signup-form .gform_fields > li input:not([type=checkbox]):not([type=radio]) {
  width: 100%;
}
.gform_legacy_markup_wrapper form.fancy-signup-form .gform_fields > li input:not([type=checkbox]):not([type=radio]):focus {
  outline: none;
  box-shadow: 0 0 0 2px #8D6A9F;
}
.gform_legacy_markup_wrapper form.fancy-signup-form .gform_fields .ginput_container_consent input[type=checkbox] {
  margin-right: 1.0714285714rem;
  vertical-align: middle;
}
.gform_legacy_markup_wrapper form.fancy-signup-form .gform_fields .ginput_container_consent input[type=checkbox]:focus {
  outline: none;
  box-shadow: 0 0 0 2px #8D6A9F;
}
.gform_legacy_markup_wrapper form.fancy-signup-form .gform_footer input[type=submit] {
  width: 100%;
}
.gform_legacy_markup_wrapper form.fancy-signup-form .sidebar-content-block.email-signup .gform_title {
  margin-bottom: 1.7142857143rem;
  margin-top: 3.1428571429rem;
}
@media screen and (min-width: 1024px) {
  .gform_legacy_markup_wrapper form.fancy-signup-form .gform_fields li {
    width: 16.4285714286rem;
    margin-bottom: 1.4285714286rem;
  }
  .gform_legacy_markup_wrapper form.fancy-signup-form .gform_fields li.gfield-consent {
    width: auto;
    margin-bottom: 0;
  }
  .gform_legacy_markup_wrapper form.fancy-signup-form .gform_footer input[type=submit] {
    width: auto;
  }
  .sidebar-content-block .gform_legacy_markup_wrapper form.fancy-signup-form .gform_footer input[type=submit], .sidebar-content-block.email-signup .gform_legacy_markup_wrapper form.fancy-signup-form .gform_footer input[type=submit] {
    width: 16.4285714286rem;
    margin-top: 2.8571428571rem;
  }
  :not(.sidebar-content-block):not(.email-signup) .gform_legacy_markup_wrapper form.fancy-signup-form {
    display: flex;
    align-items: flex-end;
    flex-wrap: wrap;
    margin: 0;
  }
  :not(.sidebar-content-block):not(.email-signup) .gform_legacy_markup_wrapper form.fancy-signup-form .gform_fields {
    display: flex;
    flex-wrap: wrap;
    max-width: 34.3571428571rem;
    margin-right: 3.1428571429rem;
  }
  :not(.sidebar-content-block):not(.email-signup) .gform_legacy_markup_wrapper form.fancy-signup-form .gform_fields li.gfield-text.first-name,
:not(.sidebar-content-block):not(.email-signup) .gform_legacy_markup_wrapper form.fancy-signup-form .gform_fields li.gfield-phone {
    margin-right: 1.5rem;
  }
  :not(.sidebar-content-block):not(.email-signup) .gform_legacy_markup_wrapper form.fancy-signup-form .gform_fields li.gfield-email {
    width: 100%;
  }
  :not(.sidebar-content-block):not(.email-signup) .gform_legacy_markup_wrapper form.fancy-signup-form .gform_fields li.gfield-consent {
    margin-bottom: 0;
  }
  :not(.sidebar-content-block):not(.email-signup) .gform_legacy_markup_wrapper form.fancy-signup-form .gform_footer input[type=submit] {
    margin-top: 0;
    margin-bottom: 3.6428571429rem;
  }
}

@media screen and (min-width: 768px) {
  .gform_wrapper li.gfield.gfield-address > div.ginput_complex {
    margin-left: 0;
    margin-right: 0;
  }
}
.daterangepicker tbody tr td.active {
  background-color: #50266F;
}
.daterangepicker tbody tr td.active:hover, .daterangepicker tbody tr td.active:active {
  background-color: #4b1966;
}

.donately-donation-form ul li::before {
  content: none;
}
.donately-donation-form #donately-amount {
  box-shadow: none;
}
@media screen and (max-width: 768px) {
  .donately-donation-form #donately-amount {
    font-size: 1.43rem;
    padding: 1.2rem 0rem 1rem 2rem;
  }
}
.donately-donation-form #custom-fields-location-submit.donately-action-fields {
  margin-top: 2.5714285714rem;
}
.donately-donation-form #custom-fields-location-submit.donately-action-fields .donately-submit.donately-btn {
  width: 100%;
}
@media screen and (min-width: 1024px) {
  .donately-donation-form #custom-fields-location-submit.donately-action-fields .donately-submit.donately-btn {
    width: auto;
  }
}
.donately-donation-form .donately-radio-option {
  display: flex;
  align-items: center;
}
.donately-donation-form .donately-radio-option + .donately-radio-option {
  margin-top: 0.3571428571rem;
}
.donately-donation-form .donately-radio-option label.donately-label {
  display: inline-block;
  padding: 0;
  margin-left: 0.3571428571rem;
}
.donately-donation-form .donately-radio-option input.donately-radio-input {
  margin: 0;
  float: none;
  flex-shrink: 0;
}
.people-container {
  margin: auto !important;
  width: 50% !important;
}

.arrow-box {
  margin: auto !important;
  position: absolute;
  top: 35%;
  transform: translateY(-50%);
}

.arrow-wrapper {
  width: 0.2em;
  margin: 0;
}

.arrow-icon {
  border: 2px solid #3BB5C4;
  box-sizing: border-box;
  border-radius: 2px;
  color: #3BB5C4;
  padding: 10px 20px 10px 20px;
  margin-left: 0.5em;
}

.fa-border {
  border: 0.02em solid #3BB5C3 !important;
}

.blue-font {
  color: #3BB5C3;
}

.page-hero-people {
  padding: 0px !important;
}

.page-hero-title {
  text-align: left !important;
}

.stories-modal-margin {
  margin-top: 1rem !important;
}

.right-chevron {
  margin: auto !important;
  width: 50% !important;
}

.read-next {
  color: #50266F;
}

.latest-story-entry {
  border-top: 1px solid;
  border-top-color: #3BB5C3;
  border-bottom: 1px solid;
  border-bottom-color: #3BB5C3;
  margin: 0px !important;
  height: 165px;
}

.latest-story-title {
  margin: 0px !important;
}

.standard-story-height-box {
  height: 50px;
}

.h1-story-title {
  color: #2C3E5C;
}

.story-subline {
  padding-bottom: 5px;
}

.zero-padding-left {
  padding-left: 0px !important;
}

.zero-margin-bottom {
  margin-bottom: 0px !important;
}

.h5-override-color {
  color: #3BB5C3;
}

.close-row {
  padding: 20px;
}

.arrow-box:hover {
  cursor: pointer;
}

.fa-times-circle:hover {
  cursor: pointer;
}

.load-link:hover {
  cursor: pointer;
}

.load-link {
  height: 45px;
}

.gt_switcher_wrapper,
#gtranslate_wrapper {
  background: rgba(255, 255, 255, 0.75);
  font-size: larger;
  padding: 8px 8px;
}
.gt_switcher_wrapper a.glink,
#gtranslate_wrapper a.glink {
  color: #37A1AD;
  font-size: 18px;
  font-weight: bold;
}
.gt_switcher_wrapper a.glink:hover,
#gtranslate_wrapper a.glink:hover {
  color: #50266F;
}
.gt_switcher_wrapper a.glink.gt-current-lang,
#gtranslate_wrapper a.glink.gt-current-lang {
  color: #50266F;
  font-weight: bold;
}
.gt_switcher_wrapper a.glink:first-child:after,
#gtranslate_wrapper a.glink:first-child:after {
  content: "|";
  color: #50266F;
  padding-left: 5px;
  padding-right: 1px;
  font-weight: bold;
}