/*! 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 {
  -webkit-box-sizing: content-box;
          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 {
  -webkit-box-sizing: border-box;
          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"] {
  -webkit-box-sizing: border-box;
          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;
}

:root {
  --ios-gap: 0.01px;
  --font-sans-stack: "Archivo", "Helvetica", "Arial", sans-serif;
  --font-title-stack: "Archivo Black", "Archivo", "Helvetica", "Arial", sans-serif;
  --ease-in-out: cubic-bezier(0.215, 0.610, 0.355, 1.000);
}

:root {
  --color-red: #DB3347;
  --color-red-alt: #AC2545;
  --color-yellow: #FFEB33;
  --color-yellow-alt: #E3D636;
  --color-orange: #FE7838;
  --color-orange-alt: #F99252;
  --color-pink: #E71FA4;
  --color-pink-alt: #B6077C;
  --color-green: #9DE251;
  --color-green-alt: #87D34B;
  --color-blue: #1D377D;
  --color-blue-alt: #16295F;
  --color-black: #000;
  --color-white: #fff;
  --color-grey: #D3D3D3;

  --color-red-tint: #F9E1E4;
  --color-orange-tint: #FEEBE2;
  --color-pink-tint: #FDE1F2;
  --color-green-tint: #F2FAE6;
  --color-blue-tint: #DDE1EB;
}

:root {
  --font-size-h1-xl: 46px;
  --font-size-h1-lg: 46px;
  --font-size-h1-md: 44px;
  --font-size-h1-sm: 46px;
  --font-size-h1-xs: 28px;
  --font-size-h1-xxs: 28px;

  --font-lh-h1-xl: 62px;
  --font-lh-h1-lg: 62px;
  --font-lh-h1-md: 60px;
  --font-lh-h1-sm: 62px;
  --font-lh-h1-xs: 38px;
  --font-lh-h1-xxs: 38px;

  --font-size-h2-xl: 38px;
  --font-size-h2-lg: 38px;
  --font-size-h2-md: 32px;
  --font-size-h2-sm: 38px;
  --font-size-h2-xs: 24px;
  --font-size-h2-xxs: 24px;

  --font-lh-h2-xl: 54px;
  --font-lh-h2-lg: 54px;
  --font-lh-h2-md: 44px;
  --font-lh-h2-sm: 54px;
  --font-lh-h2-xs: 32px;
  --font-lh-h2-xxs: 32px;

  --font-size-h3-xl: 26px;
  --font-size-h3-lg: 26px;
  --font-size-h3-md: 22px;
  --font-size-h3-sm: 26px;
  --font-size-h3-xs: 20px;
  --font-size-h3-xxs: 20px;

  --font-lh-h3-xl: 36px;
  --font-lh-h3-lg: 36px;
  --font-lh-h3-md: 32px;
  --font-lh-h3-sm: 36px;
  --font-lh-h3-xs: 30px;
  --font-lh-h3-xxs: 30px;

  --font-size-h4-xl: 26px;
  --font-size-h4-lg: 26px;
  --font-size-h4-md: 22px;
  --font-size-h4-sm: 26px;
  --font-size-h4-xs: 20px;
  --font-size-h4-xxs: 20px;

  --font-lh-h4-xl: 36px;
  --font-lh-h4-lg: 36px;
  --font-lh-h4-md: 32px;
  --font-lh-h4-sm: 36px;
  --font-lh-h4-xs: 30px;
  --font-lh-h4-xxs: 30px;

  --font-size-h5-xl: 17px;
  --font-size-h5-lg: 17px;
  --font-size-h5-md: 17px;
  --font-size-h5-sm: 17px;
  --font-size-h5-xs: 16px;
  --font-size-h5-xxs: 16px;

  --font-lh-h5-xl: 24px;
  --font-lh-h5-lg: 24px;
  --font-lh-h5-md: 24px;
  --font-lh-h5-sm: 24px;
  --font-lh-h5-xs: 22px;
  --font-lh-h5-xxs: 22px;

  --font-size-body-xl: 17px;
  --font-size-body-lg: 17px;
  --font-size-body-sm: 17px;
  --font-size-body-md: 17px;
  --font-size-body-xs: 16px;
  --font-size-body-xxs: 16px;

  --font-lh-body-xl: 24px;
  --font-lh-body-lg: 24px;
  --font-lh-body-md: 24px;
  --font-lh-body-sm: 24px;
  --font-lh-body-xs: 22px;
  --font-lh-body-xxs: 22px;

  --font-size-caption-xl: 12px;
  --font-size-caption-lg: 12px;
  --font-size-caption-sm: 12px;
  --font-size-caption-md: 12px;
  --font-size-caption-xs: 11px;
  --font-size-caption-xxs: 11px;

  --font-lh-caption-xl: 18px;
  --font-lh-caption-lg: 18px;
  --font-lh-caption-md: 18px;
  --font-lh-caption-sm: 18px;
  --font-lh-caption-xs: 16px;
  --font-lh-caption-xxs: 16px;
}

:root {
  --margin-90: 90px;
  --margin-45: 45px;
  --margin-30: 30px;
  --margin-20: 20px;
  --margin-15: 15px;
  --margin-10: 10px;

  --gutter-xl: 90px;
  --gutter-lg: 90px;
  --gutter-md: 45px;
  --gutter-sm: 45px;
  --gutter-xs: 20px;
  --gutter-xxs: 20px;

  --button-size: 50px;

  --header-height: 90px;
  --header-padding: 20px;
  
  --rip-size: 2560px;
}

ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

button,
input,
select,
textarea,
button{
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 0;
  padding: 0;
  background: none;
  border-radius: 0;
  line-height: inherit;
  font: inherit;
  resize: none;
  letter-spacing: inherit;
  color: inherit;
  text-transform: inherit;
}

figure,
blockquote {
  margin: 0;
  padding: 0;
}

button {
  cursor: pointer;
  text-align: inherit;
}

body {
  font-family: "Archivo", "Helvetica", "Arial", sans-serif;
  font-family: var(--font-sans-stack);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: inherit;
  font-size: inherit;
  margin: 0;
}

a {
  color: inherit;
  text-decoration: none;
}

p {
  margin: 0;
}

.divider {
  border: 0;
  border-top: 1px solid #D3D3D3;
  border-top: 1px solid var(--color-grey);
  margin: 30px 0;
  margin: var(--margin-30) 0
}

@media (min-width: 768px) {

.divider {
    margin: 90px 0;
    margin: var(--margin-90) 0
}
  }

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

.divider--small {
  border: 0;
  border-top: 1px solid #D3D3D3;
  border-top: 1px solid var(--color-grey);
}

.t-wrap {
  overflow: hidden;
}

.t-baseline {
  padding: 0.05px 0
}

.t-baseline::before { 
    content: "";  
    margin-top: -0.3023em;  
    display: block; 
    height: 0;  
    width: 100%;
  }

.t-baseline::after {  
    content: "";  
    margin-bottom: -0.3203em; 
    display: block; 
    height: 0;  
    width: 100%;
  }

.t-baseline-t {
  padding-top: 0.05px
}

.t-baseline-t::before { 
    content: "";  
    margin-top: -0.3023em;  
    display: block; 
    height: 0;  
  }

.t-baseline-b {
  padding-bottom: 0.05px
}

.t-baseline-b::after { 
    content: "";  
    margin-bottom: -0.3023em;  
    display: block; 
    height: 0;  
  }

.t-h1 {
  font-family: "Archivo Black", "Archivo", "Helvetica", "Arial", sans-serif;
  font-family: var(--font-title-stack)
}

@media (min-width: 1680px) {

.t-h1 {
    font-size: 46px;
    font-size: var(--font-size-h1-xl);
    line-height: 62px;
    line-height: var(--font-lh-h1-xl)
}
  }

@media (min-width: 1280px) and (max-width: 1679px) {

.t-h1 {
    font-size: 46px;
    font-size: var(--font-size-h1-lg);
    line-height: 62px;
    line-height: var(--font-lh-h1-lg)
}
  }

@media (min-width: 1024px) and (max-width: 1279px) {

.t-h1 {
    font-size: 44px;
    font-size: var(--font-size-h1-md);
    line-height: 60px;
    line-height: var(--font-lh-h1-md)
}
  }

@media (min-width: 768px) and (max-width: 1023px) {

.t-h1 {
    font-size: 46px;
    font-size: var(--font-size-h1-sm);
    line-height: 62px;
    line-height: var(--font-lh-h1-sm)
}
  }

@media (min-width: 375px) and (max-width: 767px) {

.t-h1 {
    font-size: 28px;
    font-size: var(--font-size-h1-xs);
    line-height: 38px;
    line-height: var(--font-lh-h1-xs)
}
  }

@media (max-width: 374px) {

.t-h1 {
    font-size: 28px;
    font-size: var(--font-size-h1-xxs);
    line-height: 38px;
    line-height: var(--font-lh-h1-xxs)
}
  }

.t-h2  {
  font-family: "Archivo Black", "Archivo", "Helvetica", "Arial", sans-serif;
  font-family: var(--font-title-stack)
}

@media (min-width: 1680px) {

.t-h2  {
    font-size: 38px;
    font-size: var(--font-size-h2-xl);
    line-height: 54px;
    line-height: var(--font-lh-h2-xl)
}
  }

@media (min-width: 1280px) and (max-width: 1679px) {

.t-h2  {
    font-size: 38px;
    font-size: var(--font-size-h2-lg);
    line-height: 54px;
    line-height: var(--font-lh-h2-lg)
}
  }

@media (min-width: 1024px) and (max-width: 1279px) {

.t-h2  {
    font-size: 32px;
    font-size: var(--font-size-h2-md);
    line-height: 44px;
    line-height: var(--font-lh-h2-md)
}
  }

@media (min-width: 768px) and (max-width: 1023px) {

.t-h2  {
    font-size: 38px;
    font-size: var(--font-size-h2-sm);
    line-height: 54px;
    line-height: var(--font-lh-h2-sm)
}
  }

@media (min-width: 375px) and (max-width: 767px) {

.t-h2  {
    font-size: 24px;
    font-size: var(--font-size-h2-xs);
    line-height: 32px;
    line-height: var(--font-lh-h2-xs)
}
  }

@media (max-width: 374px) {

.t-h2  {
    font-size: 24px;
    font-size: var(--font-size-h2-xxs);
    line-height: 32px;
    line-height: var(--font-lh-h2-xxs)
}
  }

.t-h3 {
  font-family: "Archivo Black", "Archivo", "Helvetica", "Arial", sans-serif;
  font-family: var(--font-title-stack)
}

@media (min-width: 1680px) {

.t-h3 {
    font-size: 26px;
    font-size: var(--font-size-h3-xl);
    line-height: 36px;
    line-height: var(--font-lh-h3-xl)
}
  }

@media (min-width: 1280px) and (max-width: 1679px) {

.t-h3 {
    font-size: 26px;
    font-size: var(--font-size-h3-lg);
    line-height: 36px;
    line-height: var(--font-lh-h3-lg)
}
  }

@media (min-width: 1024px) and (max-width: 1279px) {

.t-h3 {
    font-size: 22px;
    font-size: var(--font-size-h3-md);
    line-height: 32px;
    line-height: var(--font-lh-h3-md)
}
  }

@media (min-width: 768px) and (max-width: 1023px) {

.t-h3 {
    font-size: 26px;
    font-size: var(--font-size-h3-sm);
    line-height: 36px;
    line-height: var(--font-lh-h3-sm)
}
  }

@media (min-width: 375px) and (max-width: 767px) {

.t-h3 {
    font-size: 20px;
    font-size: var(--font-size-h3-xs);
    line-height: 30px;
    line-height: var(--font-lh-h3-xs)
}
  }

@media (max-width: 374px) {

.t-h3 {
    font-size: 20px;
    font-size: var(--font-size-h3-xxs);
    line-height: 30px;
    line-height: var(--font-lh-h3-xxs)
}
  }

@media (min-width: 1680px) {

.t-h4 {
    font-size: 26px;
    font-size: var(--font-size-h4-xl);
    line-height: 36px;
    line-height: var(--font-lh-h4-xl);
}

    .t-h4 p + p {
      margin-top: 36px;
      margin-top: var(--font-lh-h4-xl);
    }
  }

@media (min-width: 1280px) and (max-width: 1679px) {

.t-h4 {
    font-size: 26px;
    font-size: var(--font-size-h4-lg);
    line-height: 36px;
    line-height: var(--font-lh-h4-lg);
}

    .t-h4 p + p {
      margin-top: 36px;
      margin-top: var(--font-lh-h4-lg);
    }
  }

@media (min-width: 1024px) and (max-width: 1279px) {

.t-h4 {
    font-size: 22px;
    font-size: var(--font-size-h4-md);
    line-height: 32px;
    line-height: var(--font-lh-h4-md);
}

    .t-h4 p + p {
      margin-top: 32px;
      margin-top: var(--font-lh-h4-md);
    }
  }

@media (min-width: 768px) and (max-width: 1023px) {

.t-h4 {
    font-size: 26px;
    font-size: var(--font-size-h4-sm);
    line-height: 36px;
    line-height: var(--font-lh-h4-sm);
}

    .t-h4 p + p {
      margin-top: 36px;
      margin-top: var(--font-lh-h4-sm);
    }
  }

@media (min-width: 375px) and (max-width: 767px) {

.t-h4 {
    font-size: 20px;
    font-size: var(--font-size-h4-xs);
    line-height: 30px;
    line-height: var(--font-lh-h4-xs);
}

    .t-h4 p + p {
      margin-top: 30px;
      margin-top: var(--font-lh-h4-xs);
    }
  }

@media (max-width: 374px) {

.t-h4 {
    font-size: 20px;
    font-size: var(--font-size-h4-xxs);
    line-height: 30px;
    line-height: var(--font-lh-h4-xxs);
}

    .t-h4 p + p {
      margin-top: 30px;
      margin-top: var(--font-lh-h4-xxs);
    }
  }

.t-h5 {
  font-family: "Archivo Black", "Archivo", "Helvetica", "Arial", sans-serif;
  font-family: var(--font-title-stack)
}

@media (min-width: 1680px) {

.t-h5 {
    font-size: 17px;
    font-size: var(--font-size-h5-xl);
    line-height: 24px;
    line-height: var(--font-lh-h5-xl)
}
  }

@media (min-width: 1280px) and (max-width: 1679px) {

.t-h5 {
    font-size: 17px;
    font-size: var(--font-size-h5-lg);
    line-height: 24px;
    line-height: var(--font-lh-h5-lg)
}
  }

@media (min-width: 1024px) and (max-width: 1279px) {

.t-h5 {
    font-size: 17px;
    font-size: var(--font-size-h5-md);
    line-height: 24px;
    line-height: var(--font-lh-h5-md)
}
  }

@media (min-width: 768px) and (max-width: 1023px) {

.t-h5 {
    font-size: 17px;
    font-size: var(--font-size-h5-sm);
    line-height: 24px;
    line-height: var(--font-lh-h5-sm)
}
  }

@media (min-width: 375px) and (max-width: 767px) {

.t-h5 {
    font-size: 16px;
    font-size: var(--font-size-h5-xs);
    line-height: 22px;
    line-height: var(--font-lh-h5-xs)
}
  }

@media (max-width: 374px) {

.t-h5 {
    font-size: 16px;
    font-size: var(--font-size-h5-xxs);
    line-height: 22px;
    line-height: var(--font-lh-h5-xxs)
}
  }

@media (min-width: 1680px) {

.t-body {
    font-size: 17px;
    font-size: var(--font-size-body-xl);
    line-height: 24px;
    line-height: var(--font-lh-body-xl)
}
  }

@media (min-width: 1280px) and (max-width: 1679px) {

.t-body {
    font-size: 17px;
    font-size: var(--font-size-body-lg);
    line-height: 24px;
    line-height: var(--font-lh-body-lg)
}
  }

@media (min-width: 1024px) and (max-width: 1279px) {

.t-body {
    font-size: 17px;
    font-size: var(--font-size-body-md);
    line-height: 24px;
    line-height: var(--font-lh-body-md)
}
  }

@media (min-width: 768px) and (max-width: 1023px) {

.t-body {
    font-size: 17px;
    font-size: var(--font-size-body-sm);
    line-height: 24px;
    line-height: var(--font-lh-body-sm)
}
  }

@media (min-width: 375px) and (max-width: 767px) {

.t-body {
    font-size: 16px;
    font-size: var(--font-size-body-xs);
    line-height: 22px;
    line-height: var(--font-lh-body-xs)
}
  }

@media (max-width: 374px) {

.t-body {
    font-size: 16px;
    font-size: var(--font-size-body-xxs);
    line-height: 22px;
    line-height: var(--font-lh-body-xxs)
}
  }

@media (min-width: 1680px) {

.t-caption {
    font-size: 12px;
    font-size: var(--font-size-caption-xl);
    line-height: 18px;
    line-height: var(--font-lh-caption-xl)
}
  }

@media (min-width: 1280px) and (max-width: 1679px) {

.t-caption {
    font-size: 12px;
    font-size: var(--font-size-caption-lg);
    line-height: 18px;
    line-height: var(--font-lh-caption-lg)
}
  }

@media (min-width: 1024px) and (max-width: 1279px) {

.t-caption {
    font-size: 12px;
    font-size: var(--font-size-caption-md);
    line-height: 18px;
    line-height: var(--font-lh-caption-md)
}
  }

@media (min-width: 768px) and (max-width: 1023px) {

.t-caption {
    font-size: 12px;
    font-size: var(--font-size-caption-sm);
    line-height: 18px;
    line-height: var(--font-lh-caption-sm)
}
  }

@media (min-width: 375px) and (max-width: 767px) {

.t-caption {
    font-size: 11px;
    font-size: var(--font-size-caption-xs);
    line-height: 16px;
    line-height: var(--font-lh-caption-xs)
}
  }

@media (max-width: 374px) {

.t-caption {
    font-size: 11px;
    font-size: var(--font-size-caption-xxs);
    line-height: 16px;
    line-height: var(--font-lh-caption-xxs)
}
  }

.t-uc {
  text-transform: uppercase;
}

.t-strong {
  font-weight: 700;
}

.t-h4 strong {
    font-family: "Archivo Black", "Archivo", "Helvetica", "Arial", sans-serif;
    font-family: var(--font-title-stack);
    font-weight: 400;
  }

@media (min-width: 1680px) {

.blockquote {
    font-size: 26px;
    font-size: var(--font-size-h4-xl);
    line-height: 36px;
    line-height: var(--font-lh-h4-xl);
  }

    .blockquote p + p {
      margin-top: 36px;
      margin-top: var(--font-lh-h4-xl);
    }
}

@media (min-width: 1280px) and (max-width: 1679px) {

.blockquote {
    font-size: 26px;
    font-size: var(--font-size-h4-lg);
    line-height: 36px;
    line-height: var(--font-lh-h4-lg);
  }

    .blockquote p + p {
      margin-top: 36px;
      margin-top: var(--font-lh-h4-lg);
    }
}

@media (min-width: 1024px) and (max-width: 1279px) {

.blockquote {
    font-size: 22px;
    font-size: var(--font-size-h4-md);
    line-height: 32px;
    line-height: var(--font-lh-h4-md);
  }

    .blockquote p + p {
      margin-top: 32px;
      margin-top: var(--font-lh-h4-md);
    }
}

@media (min-width: 768px) and (max-width: 1023px) {

.blockquote {
    font-size: 26px;
    font-size: var(--font-size-h4-sm);
    line-height: 36px;
    line-height: var(--font-lh-h4-sm);
  }

    .blockquote p + p {
      margin-top: 36px;
      margin-top: var(--font-lh-h4-sm);
    }
}

@media (min-width: 375px) and (max-width: 767px) {

.blockquote {
    font-size: 20px;
    font-size: var(--font-size-h4-xs);
    line-height: 30px;
    line-height: var(--font-lh-h4-xs);
  }

    .blockquote p + p {
      margin-top: 30px;
      margin-top: var(--font-lh-h4-xs);
    }
}

@media (max-width: 374px) {

.blockquote {
    font-size: 20px;
    font-size: var(--font-size-h4-xxs);
    line-height: 30px;
    line-height: var(--font-lh-h4-xxs);
  }

    .blockquote p + p {
      margin-top: 30px;
      margin-top: var(--font-lh-h4-xxs);
    }
}

.blockquote strong {
    font-family: "Archivo Black", "Archivo", "Helvetica", "Arial", sans-serif;
    font-family: var(--font-title-stack);
    font-weight: 400;
}

.blockquote {
  color: var(--color-highlight);
}

.blockquote:before {
    content: '“';
    display: block;
    font-size: 45px; 
    font-family: "Archivo Black", "Archivo", "Helvetica", "Arial", sans-serif; 
    font-family: var(--font-title-stack);
    line-height: 0.8;
    height: 0.45em;
}

.text-content h1, .text-content h2, .text-content h3, .text-content h4, .text-content h5, .text-content blockquote {
    margin: 30px 0;
    margin: var(--margin-30) 0
  }

@media (min-width: 768px) {
  .text-content h1, .text-content h2, .text-content h3, .text-content h4, .text-content h5, .text-content blockquote {
      margin: 45px 0;
      margin: var(--margin-45) 0
  }
    }

@media (min-width: 1680px) {

  .text-content p, .text-content ul, .text-content ol {
      margin: 24px 0;
      margin: var(--font-lh-body-xl) 0
  }
    }

@media (min-width: 1280px) and (max-width: 1679px) {

  .text-content p, .text-content ul, .text-content ol {
      margin: 24px 0;
      margin: var(--font-lh-body-lg) 0
  }
    }

@media (min-width: 1024px) and (max-width: 1279px) {

  .text-content p, .text-content ul, .text-content ol {
      margin: 24px 0;
      margin: var(--font-lh-body-md) 0
  }
    }

@media (min-width: 768px) and (max-width: 1023px) {

  .text-content p, .text-content ul, .text-content ol {
      margin: 24px 0;
      margin: var(--font-lh-body-sm) 0
  }
    }

@media (min-width: 375px) and (max-width: 767px) {

  .text-content p, .text-content ul, .text-content ol {
      margin: 22px 0;
      margin: var(--font-lh-body-xs) 0
  }
    }

@media (max-width: 374px) {

  .text-content p, .text-content ul, .text-content ol {
      margin: 22px 0;
      margin: var(--font-lh-body-xxs) 0
  }
    }

@media (min-width: 1680px) {

  .text-content p.large {
      margin: 36px 0;
      margin: var(--font-lh-h4-xl) 0
  }
    }

@media (min-width: 1280px) and (max-width: 1679px) {

  .text-content p.large {
      margin: 36px 0;
      margin: var(--font-lh-h4-lg) 0
  }
    }

@media (min-width: 1024px) and (max-width: 1279px) {

  .text-content p.large {
      margin: 32px 0;
      margin: var(--font-lh-h4-md) 0
  }
    }

@media (min-width: 768px) and (max-width: 1023px) {

  .text-content p.large {
      margin: 36px 0;
      margin: var(--font-lh-h4-sm) 0
  }
    }

@media (min-width: 375px) and (max-width: 767px) {

  .text-content p.large {
      margin: 30px 0;
      margin: var(--font-lh-h4-xs) 0
  }
    }

@media (max-width: 374px) {

  .text-content p.large {
      margin: 30px 0;
      margin: var(--font-lh-h4-xxs) 0
  }
    }

.text-content h5 + p {
    margin-top: -30px;
    margin-top: calc(var(--margin-30)*-1)
  }

@media (min-width: 768px) {

  .text-content h5 + p {
      margin-top: -45px;
      margin-top: calc(var(--margin-45)*-1)
  }
    }

@media (min-width: 1680px) {

  .text-content p:not(.t-large), .text-content ul:not(.t-large), .text-content ol:not(.t-large) {
    font-size: 17px;
    font-size: var(--font-size-body-xl);
    line-height: 24px;
    line-height: var(--font-lh-body-xl);
  }
}

@media (min-width: 1280px) and (max-width: 1679px) {

  .text-content p:not(.t-large), .text-content ul:not(.t-large), .text-content ol:not(.t-large) {
    font-size: 17px;
    font-size: var(--font-size-body-lg);
    line-height: 24px;
    line-height: var(--font-lh-body-lg);
  }
}

@media (min-width: 1024px) and (max-width: 1279px) {

  .text-content p:not(.t-large), .text-content ul:not(.t-large), .text-content ol:not(.t-large) {
    font-size: 17px;
    font-size: var(--font-size-body-md);
    line-height: 24px;
    line-height: var(--font-lh-body-md);
  }
}

@media (min-width: 768px) and (max-width: 1023px) {

  .text-content p:not(.t-large), .text-content ul:not(.t-large), .text-content ol:not(.t-large) {
    font-size: 17px;
    font-size: var(--font-size-body-sm);
    line-height: 24px;
    line-height: var(--font-lh-body-sm);
  }
}

@media (min-width: 375px) and (max-width: 767px) {

  .text-content p:not(.t-large), .text-content ul:not(.t-large), .text-content ol:not(.t-large) {
    font-size: 16px;
    font-size: var(--font-size-body-xs);
    line-height: 22px;
    line-height: var(--font-lh-body-xs);
  }
}

@media (max-width: 374px) {

  .text-content p:not(.t-large), .text-content ul:not(.t-large), .text-content ol:not(.t-large) {
    font-size: 16px;
    font-size: var(--font-size-body-xxs);
    line-height: 22px;
    line-height: var(--font-lh-body-xxs);
  }
}

@media (min-width: 1680px) {

  .text-content .t-large {
    font-size: 26px;
    font-size: var(--font-size-h4-xl);
    line-height: 36px;
    line-height: var(--font-lh-h4-xl);
  }

    .text-content .t-large p + p {
      margin-top: 36px;
      margin-top: var(--font-lh-h4-xl);
    }
}

@media (min-width: 1280px) and (max-width: 1679px) {

  .text-content .t-large {
    font-size: 26px;
    font-size: var(--font-size-h4-lg);
    line-height: 36px;
    line-height: var(--font-lh-h4-lg);
  }

    .text-content .t-large p + p {
      margin-top: 36px;
      margin-top: var(--font-lh-h4-lg);
    }
}

@media (min-width: 1024px) and (max-width: 1279px) {

  .text-content .t-large {
    font-size: 22px;
    font-size: var(--font-size-h4-md);
    line-height: 32px;
    line-height: var(--font-lh-h4-md);
  }

    .text-content .t-large p + p {
      margin-top: 32px;
      margin-top: var(--font-lh-h4-md);
    }
}

@media (min-width: 768px) and (max-width: 1023px) {

  .text-content .t-large {
    font-size: 26px;
    font-size: var(--font-size-h4-sm);
    line-height: 36px;
    line-height: var(--font-lh-h4-sm);
  }

    .text-content .t-large p + p {
      margin-top: 36px;
      margin-top: var(--font-lh-h4-sm);
    }
}

@media (min-width: 375px) and (max-width: 767px) {

  .text-content .t-large {
    font-size: 20px;
    font-size: var(--font-size-h4-xs);
    line-height: 30px;
    line-height: var(--font-lh-h4-xs);
  }

    .text-content .t-large p + p {
      margin-top: 30px;
      margin-top: var(--font-lh-h4-xs);
    }
}

@media (max-width: 374px) {

  .text-content .t-large {
    font-size: 20px;
    font-size: var(--font-size-h4-xxs);
    line-height: 30px;
    line-height: var(--font-lh-h4-xxs);
  }

    .text-content .t-large p + p {
      margin-top: 30px;
      margin-top: var(--font-lh-h4-xxs);
    }
}

.text-content .t-large strong {
    font-family: "Archivo Black", "Archivo", "Helvetica", "Arial", sans-serif;
    font-family: var(--font-title-stack);
    font-weight: 400;
}

.text-content h3 {
  font-family: "Archivo Black", "Archivo", "Helvetica", "Arial", sans-serif;
  font-family: var(--font-title-stack);
}

@media (min-width: 1680px) {

  .text-content h3 {
    font-size: 26px;
    font-size: var(--font-size-h3-xl);
    line-height: 36px;
    line-height: var(--font-lh-h3-xl);
  }
}

@media (min-width: 1280px) and (max-width: 1679px) {

  .text-content h3 {
    font-size: 26px;
    font-size: var(--font-size-h3-lg);
    line-height: 36px;
    line-height: var(--font-lh-h3-lg);
  }
}

@media (min-width: 1024px) and (max-width: 1279px) {

  .text-content h3 {
    font-size: 22px;
    font-size: var(--font-size-h3-md);
    line-height: 32px;
    line-height: var(--font-lh-h3-md);
  }
}

@media (min-width: 768px) and (max-width: 1023px) {

  .text-content h3 {
    font-size: 26px;
    font-size: var(--font-size-h3-sm);
    line-height: 36px;
    line-height: var(--font-lh-h3-sm);
  }
}

@media (min-width: 375px) and (max-width: 767px) {

  .text-content h3 {
    font-size: 20px;
    font-size: var(--font-size-h3-xs);
    line-height: 30px;
    line-height: var(--font-lh-h3-xs);
  }
}

@media (max-width: 374px) {

  .text-content h3 {
    font-size: 20px;
    font-size: var(--font-size-h3-xxs);
    line-height: 30px;
    line-height: var(--font-lh-h3-xxs);
  }
}

.text-content h5 {
  font-family: "Archivo Black", "Archivo", "Helvetica", "Arial", sans-serif;
  font-family: var(--font-title-stack);
}

@media (min-width: 1680px) {

  .text-content h5 {
    font-size: 17px;
    font-size: var(--font-size-h5-xl);
    line-height: 24px;
    line-height: var(--font-lh-h5-xl);
  }
}

@media (min-width: 1280px) and (max-width: 1679px) {

  .text-content h5 {
    font-size: 17px;
    font-size: var(--font-size-h5-lg);
    line-height: 24px;
    line-height: var(--font-lh-h5-lg);
  }
}

@media (min-width: 1024px) and (max-width: 1279px) {

  .text-content h5 {
    font-size: 17px;
    font-size: var(--font-size-h5-md);
    line-height: 24px;
    line-height: var(--font-lh-h5-md);
  }
}

@media (min-width: 768px) and (max-width: 1023px) {

  .text-content h5 {
    font-size: 17px;
    font-size: var(--font-size-h5-sm);
    line-height: 24px;
    line-height: var(--font-lh-h5-sm);
  }
}

@media (min-width: 375px) and (max-width: 767px) {

  .text-content h5 {
    font-size: 16px;
    font-size: var(--font-size-h5-xs);
    line-height: 22px;
    line-height: var(--font-lh-h5-xs);
  }
}

@media (max-width: 374px) {

  .text-content h5 {
    font-size: 16px;
    font-size: var(--font-size-h5-xxs);
    line-height: 22px;
    line-height: var(--font-lh-h5-xxs);
  }
}

@media (min-width: 1680px) {

  .text-content blockquote {
    font-size: 26px;
    font-size: var(--font-size-h4-xl);
    line-height: 36px;
    line-height: var(--font-lh-h4-xl);
  }

    .text-content blockquote p + p {
      margin-top: 36px;
      margin-top: var(--font-lh-h4-xl);
    }
}

@media (min-width: 1280px) and (max-width: 1679px) {

  .text-content blockquote {
    font-size: 26px;
    font-size: var(--font-size-h4-lg);
    line-height: 36px;
    line-height: var(--font-lh-h4-lg);
  }

    .text-content blockquote p + p {
      margin-top: 36px;
      margin-top: var(--font-lh-h4-lg);
    }
}

@media (min-width: 1024px) and (max-width: 1279px) {

  .text-content blockquote {
    font-size: 22px;
    font-size: var(--font-size-h4-md);
    line-height: 32px;
    line-height: var(--font-lh-h4-md);
  }

    .text-content blockquote p + p {
      margin-top: 32px;
      margin-top: var(--font-lh-h4-md);
    }
}

@media (min-width: 768px) and (max-width: 1023px) {

  .text-content blockquote {
    font-size: 26px;
    font-size: var(--font-size-h4-sm);
    line-height: 36px;
    line-height: var(--font-lh-h4-sm);
  }

    .text-content blockquote p + p {
      margin-top: 36px;
      margin-top: var(--font-lh-h4-sm);
    }
}

@media (min-width: 375px) and (max-width: 767px) {

  .text-content blockquote {
    font-size: 20px;
    font-size: var(--font-size-h4-xs);
    line-height: 30px;
    line-height: var(--font-lh-h4-xs);
  }

    .text-content blockquote p + p {
      margin-top: 30px;
      margin-top: var(--font-lh-h4-xs);
    }
}

@media (max-width: 374px) {

  .text-content blockquote {
    font-size: 20px;
    font-size: var(--font-size-h4-xxs);
    line-height: 30px;
    line-height: var(--font-lh-h4-xxs);
  }

    .text-content blockquote p + p {
      margin-top: 30px;
      margin-top: var(--font-lh-h4-xxs);
    }
}

.text-content blockquote strong {
    font-family: "Archivo Black", "Archivo", "Helvetica", "Arial", sans-serif;
    font-family: var(--font-title-stack);
    font-weight: 400;
}

.text-content blockquote {
  color: var(--color-highlight);
}

.text-content blockquote:before {
    content: '“';
    display: block;
    font-size: 45px; 
    font-family: "Archivo Black", "Archivo", "Helvetica", "Arial", sans-serif; 
    font-family: var(--font-title-stack);
    line-height: 0.8;
    height: 0.45em;
}

.text-content a {
    font-weight: 700;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fff));
    background-image: -o-linear-gradient(#fff, #fff);
    background-image: linear-gradient(#fff, #fff);
    background-image: -webkit-gradient(linear, left top, left bottom, from(var(--color-white)), to(var(--color-white)));
    background-image: -o-linear-gradient(var(--color-white), var(--color-white));
    background-image: linear-gradient(var(--color-white), var(--color-white));
    background-size: 0% 2px;
    background-position: 100% 100%;
    background-repeat: no-repeat;
    padding-bottom: 3px;
    -webkit-transition: background-size 350ms;
    -o-transition: background-size 350ms;
    transition: background-size 350ms;
  }

.t-color-black .text-content a {
    background-image: -webkit-gradient(linear, left top, left bottom, from(#000), to(#000));
    background-image: -o-linear-gradient(#000, #000);
    background-image: linear-gradient(#000, #000);
    background-image: -webkit-gradient(linear, left top, left bottom, from(var(--color-black)), to(var(--color-black)));
    background-image: -o-linear-gradient(var(--color-black), var(--color-black));
    background-image: linear-gradient(var(--color-black), var(--color-black));
}

@media (hover: hover) {
    .text-content a:hover {
      background-size: 100% 2px;
      background-position: 0 100%;
    }
}

.text-content a.underline-hover--perma {
    background-size: 100% 2px;
    background-position: 0 100%;
}

.text-content strong {
    font-family: "Archivo Black", "Archivo", "Helvetica", "Arial", sans-serif;
    font-family: var(--font-title-stack);
    font-weight: 400;
  }

.text-content ul,
  .text-content ol {
    padding: 0 0 0 1.2em;
  }

.text-content ul {
    list-style: disc;
  }

.text-content ul ul {
    list-style-type: circle;
  }

.text-content ul ul ul {
    list-style-type: square;
  }

.text-content ol ol {
    list-style-type: lower-roman;
  }

.text-content ol ol ol {
    list-style-type: lower-alpha;
  }

.text-content hr {
    @extends .divider;
  }

.text-content > *:first-child {
      margin-top: 0;
    }

.text-content > *:last-child {
      margin-bottom: 0;
    }

.t-color-links a {
    color: var(--color-highlight);
    font-weight: 700;
  }

.lazyload,
.lazyloading {
  opacity: 0
}

.lazyload.lazyload--static, .lazyloading.lazyload--static {
    opacity: 1;
  }

.lazyload--fade {
  -webkit-transition: opacity 350ms 0ms;
  -o-transition: opacity 350ms 0ms;
  transition: opacity 350ms 0ms;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

.lazyload--slide-up {
  transition: opacity 500ms cubic-bezier(0.215, 0.610, 0.355, 1.000), transform 500ms cubic-bezier(0.215, 0.610, 0.355, 1.000), -webkit-transform 500ms cubic-bezier(0.215, 0.610, 0.355, 1.000);
  transition: opacity 500ms var(--ease-in-out), transform 500ms var(--ease-in-out), -webkit-transform 500ms var(--ease-in-out);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden
}

.lazyload--slide-up.lazyload,
  .lazyload--slide-up.lazyloading {
    opacity: 0;
    -webkit-transform: translateY(50px);
        -ms-transform: translateY(50px);
            transform: translateY(50px);
  }

.button {
  font-family: "Archivo Black", "Archivo", "Helvetica", "Arial", sans-serif;
  font-family: var(--font-title-stack);
  text-transform: uppercase;
  min-height: 50px;
  min-height: var(--button-size);
  border-radius: 50px;
  border-radius: var(--button-size);
  padding: 12px 25px 10px;
  padding: 12px calc(var(--button-size)*0.5) var(--margin-10);
  -webkit-transition: color 350ms, background-color 350ms, border-color 350ms;
  -o-transition: color 350ms, background-color 350ms, border-color 350ms;
  transition: color 350ms, background-color 350ms, border-color 350ms;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center
}

@media (min-width: 1680px) {

.button {
    font-size: 17px;
    font-size: var(--font-size-h5-xl);
    line-height: 24px;
    line-height: var(--font-lh-h5-xl)
}
  }

@media (min-width: 1280px) and (max-width: 1679px) {

.button {
    font-size: 17px;
    font-size: var(--font-size-h5-lg);
    line-height: 24px;
    line-height: var(--font-lh-h5-lg)
}
  }

@media (min-width: 1024px) and (max-width: 1279px) {

.button {
    font-size: 17px;
    font-size: var(--font-size-h5-md);
    line-height: 24px;
    line-height: var(--font-lh-h5-md)
}
  }

@media (min-width: 768px) and (max-width: 1023px) {

.button {
    font-size: 17px;
    font-size: var(--font-size-h5-sm);
    line-height: 24px;
    line-height: var(--font-lh-h5-sm)
}
  }

@media (min-width: 375px) and (max-width: 767px) {

.button {
    font-size: 16px;
    font-size: var(--font-size-h5-xs);
    line-height: 22px;
    line-height: var(--font-lh-h5-xs)
}
  }

@media (max-width: 374px) {

.button {
    font-size: 16px;
    font-size: var(--font-size-h5-xxs);
    line-height: 22px;
    line-height: var(--font-lh-h5-xxs)
}
  }

.button--green {
  background-color: #9DE251;
  background-color: var(--color-green);
  color: #000;
  color: var(--color-black)
}

@media (hover: hover) {
    .button--green:hover {
      background-color: #000;
      background-color: var(--color-black);
      color: #9DE251;
      color: var(--color-green);
    }
  }

.button--outline {
  border: 2px solid
}

@media (hover: hover) {
    .button--outline:hover {
      color: #fff;
      color: var(--color-white);
      background-color: #000;
      background-color: var(--color-black);
      border-color: #000;
      border-color: var(--color-black);
    }
      .t-color-white .button--outline:hover {
        color: #000;
        color: var(--color-black);
        background-color: #fff;
        background-color: var(--color-white);
        border-color: #fff;
        border-color: var(--color-white);
      }
      [class*="bg-color-"]:not(.bg-color-white) .button--outline:hover {
        color: var(--color-highlight);
        background-color: var(--color-text);
        border-color: var(--color-text);
      }
  }

.button-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column
}

@media (max-width: 767px) {
    .button-block > *:not(:first-child) {
      margin-top: 20px;
      margin-top: var(--margin-20);
    }
  }

@media (min-width: 768px) {

.button-block {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    margin: -10px;
    margin: calc(var(--margin-20)*-0.5)
}

    .button-block > * {
      margin: 10px;
      margin: calc(var(--margin-20)*0.5);
    }
  }

.button-block--vertical {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column
}

@media (min-width: 768px) {

.button-block--vertical {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex
}
  }

.button-block--vertical .button + .button {
    margin-top: 20px;
    margin-top: var(--margin-20);
  }

@media (min-width: 768px) {

.cols {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap
}
  }

@media (min-width: 1680px) {

.cols {
    margin-right: -45px;
    margin-right: calc(var(--gutter-xl)*-0.5);
    margin-left: -45px;
    margin-left: calc(var(--gutter-xl)*-0.5)
}
  }

@media (min-width: 1280px) and (max-width: 1679px) {

.cols {
    margin-right: -45px;
    margin-right: calc(var(--gutter-lg)*-0.5);
    margin-left: -45px;
    margin-left: calc(var(--gutter-lg)*-0.5)
}
  }

@media (min-width: 1024px) and (max-width: 1279px) {

.cols {
    margin-right: -22.5px;
    margin-right: calc(var(--gutter-md)*-0.5);
    margin-left: -22.5px;
    margin-left: calc(var(--gutter-md)*-0.5)
}
  }

@media (min-width: 768px) and (max-width: 1023px) {

.cols {
    margin-right: -22.5px;
    margin-right: calc(var(--gutter-sm)*-0.5);
    margin-left: -22.5px;
    margin-left: calc(var(--gutter-sm)*-0.5)
}
  }

@media (min-width: 375px) and (max-width: 767px) {

.cols {
    margin-right: -10px;
    margin-right: calc(var(--gutter-xs)*-0.5);
    margin-left: -10px;
    margin-left: calc(var(--gutter-xs)*-0.5)
}
  }

@media (max-width: 374px) {

.cols {
    margin-right: -10px;
    margin-right: calc(var(--gutter-xxs)*-0.5);
    margin-left: -10px;
    margin-left: calc(var(--gutter-xxs)*-0.5)
}
  }

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

@media (min-width: 1680px) {

.col {
    padding-right: 45px;
    padding-right: calc(var(--gutter-xl)*0.5);
    padding-left: 45px;
    padding-left: calc(var(--gutter-xl)*0.5)
}
  }

@media (min-width: 1280px) and (max-width: 1679px) {

.col {
    padding-right: 45px;
    padding-right: calc(var(--gutter-lg)*0.5);
    padding-left: 45px;
    padding-left: calc(var(--gutter-lg)*0.5)
}
  }

@media (min-width: 1024px) and (max-width: 1279px) {

.col {
    padding-right: 22.5px;
    padding-right: calc(var(--gutter-md)*0.5);
    padding-left: 22.5px;
    padding-left: calc(var(--gutter-md)*0.5)
}
  }

@media (min-width: 768px) and (max-width: 1023px) {

.col {
    padding-right: 22.5px;
    padding-right: calc(var(--gutter-sm)*0.5);
    padding-left: 22.5px;
    padding-left: calc(var(--gutter-sm)*0.5)
}
  }

@media (min-width: 375px) and (max-width: 767px) {

.col {
    padding-right: 10px;
    padding-right: calc(var(--gutter-xs)*0.5);
    padding-left: 10px;
    padding-left: calc(var(--gutter-xs)*0.5)
}
  }

@media (max-width: 374px) {

.col {
    padding-right: 10px;
    padding-right: calc(var(--gutter-xxs)*0.5);
    padding-left: 10px;
    padding-left: calc(var(--gutter-xxs)*0.5)
}
  }

@media (min-width: 768px) {
  .cols--center {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }

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

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

  .split-col {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 100%;
  }

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

@media (min-width: 768px) and (max-width: 1023px) {
    .sm\:col-1 {
      width: 50%;
    }

    .offset-left-sm-1 {
      margin-left: 50%;
    }
    .sm\:col-2 {
      width: 100%;
    }

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

@media (min-width: 1024px) {
    .col-1 {
      width: 16.66667%;
    }

    .offset-left-1 {
      margin-left: 16.66667%;
    }
    .col-2 {
      width: 33.33333%;
    }

    .offset-left-2 {
      margin-left: 33.33333%;
    }
    .col-3 {
      width: 50%;
    }

    .offset-left-3 {
      margin-left: 50%;
    }
    .col-4 {
      width: 66.66667%;
    }

    .offset-left-4 {
      margin-left: 66.66667%;
    }
    .col-5 {
      width: 83.33333%;
    }

    .offset-left-5 {
      margin-left: 83.33333%;
    }
    .col-6 {
      width: 100%;
    }

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

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

.m-t-90 {
    margin-top: 90px;
  }

.m-r-90 {
    margin-right: 90px;
  }

.m-b-90 {
    margin-bottom: 90px;
  }

.m-l-90 {
    margin-left: 90px;
  }

.m-t-45 {
    margin-top: 45px;
  }

.m-r-45 {
    margin-right: 45px;
  }

.m-b-45 {
    margin-bottom: 45px;
  }

.m-l-45 {
    margin-left: 45px;
  }

.m-t-30 {
    margin-top: 30px;
  }

.m-r-30 {
    margin-right: 30px;
  }

.m-b-30 {
    margin-bottom: 30px;
  }

.m-l-30 {
    margin-left: 30px;
  }

.m-t-20 {
    margin-top: 20px;
  }

.m-r-20 {
    margin-right: 20px;
  }

.m-b-20 {
    margin-bottom: 20px;
  }

.m-l-20 {
    margin-left: 20px;
  }

.m-t-15 {
    margin-top: 15px;
  }

.m-r-15 {
    margin-right: 15px;
  }

.m-b-15 {
    margin-bottom: 15px;
  }

.m-l-15 {
    margin-left: 15px;
  }

.m-t-10 {
    margin-top: 10px;
  }

.m-r-10 {
    margin-right: 10px;
  }

.m-b-10 {
    margin-bottom: 10px;
  }

.m-l-10 {
    margin-left: 10px;
  }

.m-t-0 {
    margin-top: 0px;
  }

.m-r-0 {
    margin-right: 0px;
  }

.m-b-0 {
    margin-bottom: 0px;
  }

.m-l-0 {
    margin-left: 0px;
  }

@media (max-width: 767px) {
    .xs\:m-t-90 {
      margin-top: 90px;
    }

    .xs\:m-r-90 {
      margin-right: 90px;
    }

    .xs\:m-b-90 {
      margin-bottom: 90px;
    }

    .xs\:m-l-90 {
      margin-left: 90px;
    }
    .xs\:m-t-45 {
      margin-top: 45px;
    }

    .xs\:m-r-45 {
      margin-right: 45px;
    }

    .xs\:m-b-45 {
      margin-bottom: 45px;
    }

    .xs\:m-l-45 {
      margin-left: 45px;
    }
    .xs\:m-t-30 {
      margin-top: 30px;
    }

    .xs\:m-r-30 {
      margin-right: 30px;
    }

    .xs\:m-b-30 {
      margin-bottom: 30px;
    }

    .xs\:m-l-30 {
      margin-left: 30px;
    }
    .xs\:m-t-20 {
      margin-top: 20px;
    }

    .xs\:m-r-20 {
      margin-right: 20px;
    }

    .xs\:m-b-20 {
      margin-bottom: 20px;
    }

    .xs\:m-l-20 {
      margin-left: 20px;
    }
    .xs\:m-t-15 {
      margin-top: 15px;
    }

    .xs\:m-r-15 {
      margin-right: 15px;
    }

    .xs\:m-b-15 {
      margin-bottom: 15px;
    }

    .xs\:m-l-15 {
      margin-left: 15px;
    }
    .xs\:m-t-10 {
      margin-top: 10px;
    }

    .xs\:m-r-10 {
      margin-right: 10px;
    }

    .xs\:m-b-10 {
      margin-bottom: 10px;
    }

    .xs\:m-l-10 {
      margin-left: 10px;
    }
    .xs\:m-t-0 {
      margin-top: 0px;
    }

    .xs\:m-r-0 {
      margin-right: 0px;
    }

    .xs\:m-b-0 {
      margin-bottom: 0px;
    }

    .xs\:m-l-0 {
      margin-left: 0px;
    }
}

@media (min-width: 768px) and (max-width: 1023px) {
    .sm\:m-t-90 {
      margin-top: 90px;
    }

    .sm\:m-r-90 {
      margin-right: 90px;
    }

    .sm\:m-b-90 {
      margin-bottom: 90px;
    }

    .sm\:m-l-90 {
      margin-left: 90px;
    }
    .sm\:m-t-45 {
      margin-top: 45px;
    }

    .sm\:m-r-45 {
      margin-right: 45px;
    }

    .sm\:m-b-45 {
      margin-bottom: 45px;
    }

    .sm\:m-l-45 {
      margin-left: 45px;
    }
    .sm\:m-t-30 {
      margin-top: 30px;
    }

    .sm\:m-r-30 {
      margin-right: 30px;
    }

    .sm\:m-b-30 {
      margin-bottom: 30px;
    }

    .sm\:m-l-30 {
      margin-left: 30px;
    }
    .sm\:m-t-20 {
      margin-top: 20px;
    }

    .sm\:m-r-20 {
      margin-right: 20px;
    }

    .sm\:m-b-20 {
      margin-bottom: 20px;
    }

    .sm\:m-l-20 {
      margin-left: 20px;
    }
    .sm\:m-t-15 {
      margin-top: 15px;
    }

    .sm\:m-r-15 {
      margin-right: 15px;
    }

    .sm\:m-b-15 {
      margin-bottom: 15px;
    }

    .sm\:m-l-15 {
      margin-left: 15px;
    }
    .sm\:m-t-10 {
      margin-top: 10px;
    }

    .sm\:m-r-10 {
      margin-right: 10px;
    }

    .sm\:m-b-10 {
      margin-bottom: 10px;
    }

    .sm\:m-l-10 {
      margin-left: 10px;
    }
    .sm\:m-t-0 {
      margin-top: 0px;
    }

    .sm\:m-r-0 {
      margin-right: 0px;
    }

    .sm\:m-b-0 {
      margin-bottom: 0px;
    }

    .sm\:m-l-0 {
      margin-left: 0px;
    }
}

.img-block {
  display: block;
  width: 100%;
  height: auto;
}

.wide-image {
  min-height: 500px;
  max-height: 1000px;
  height: 50vh;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: 'object-fit: cover;'
}

@media (orientation: landscape) {

.wide-image {
    height: 85vh
}
  }

.wide-image-overlay {
  position: relative;
}

/* .wide-image-overlay {
  @media (width >= #{$size-md}) {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
  }
} */

.img-figure figcaption {
    margin-top: 15px;
    margin-top: var(--margin-15);
  }

.img-border {
  border: 20px solid var(--color-highlight);
  border: var(--margin-20) solid var(--color-highlight);
}

.img-cover {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: 'object-fit: cover;';
}

.responsive-embed {
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  position: relative;
}

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

.z-low {
  z-index: 1;
}

.z-mid {
  z-index: 3;
}

.z-high {
  z-index: 5;
}

@media (max-width: 767px) {
  .xs\:hide {
    display: none;
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  .sm\:hide {
    display: none;
  }
}

@media (min-width: 1024px) {
  .md\:hide {
    display: none;
  }
}

.h-rip {
  position: relative;
  overflow: hidden;
  height: 60px;
  width: 100%;
}

.h-rip svg {
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    display: block;
    height: 100%;
    width: 2560px;
    width: var(--rip-size);
    min-width: 100%;
  }

.h-rip-small {
  height: 40px;
}

.h-rip-small svg {
    width: 1706.66667px;
    width: calc(var(--rip-size)*0.66667);
  }

.h-rip-top,
.h-rip-bottom {
  position: absolute;
  left: 0;
}

.h-rip-top {
  top: 0;
}

.h-rip-bottom {
  bottom: 0;
}

.h-rip-pull {
  -webkit-transform: translateY(-100%);
      -ms-transform: translateY(-100%);
          transform: translateY(-100%);
}

.h-rip-push {
  -webkit-transform: translateY(100%);
      -ms-transform: translateY(100%);
          transform: translateY(100%);
}

.v-rip {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.v-rip-left svg {
    position: absolute;
    top: 10%;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    max-width: 40%;
    max-height: 80%;
  }

.v-rip-right svg {
    position: absolute;
    bottom: 10%;
    right: 0;
    width: 100%;
    height: 100%;
    max-width: 40%;
    max-height: 80%;
  }

.categories-list {
  overflow: hidden;
}

.categories-list__inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin: -5px -10px;
  margin: calc(var(--margin-10)*-0.5) calc(var(--margin-10)*-1);
}

.categories-list__inner li {
    margin: 5px 10px;
    margin: calc(var(--margin-10)*0.5) var(--margin-10);
  }

.categories-list__inner a {
    font-weight: 700
  }

.categories-list__inner a.is-active {
      padding-bottom: 1px;
      border-bottom: 2px solid;
    }

.social-icons-wrap {
  overflow: hidden;
}

.social-icons {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: -5px;
  margin: calc(var(--margin-10)*-0.5);
}

.social-icon {
  display: block;
  width: 26px;
  height: 26px;
  margin: 5px;
  margin: calc(var(--margin-10)*0.5);
  -webkit-transition: opacity 350ms;
  -o-transition: opacity 350ms;
  transition: opacity 350ms;
}

.social-icon svg {
    display: block;
    width: 100%;
    height: 100%;
  }

.social-icon:hover {
    opacity: 0.5;
  }

.underline-hover {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fff));
  background-image: -o-linear-gradient(#fff, #fff);
  background-image: linear-gradient(#fff, #fff);
  background-image: -webkit-gradient(linear, left top, left bottom, from(var(--color-white)), to(var(--color-white)));
  background-image: -o-linear-gradient(var(--color-white), var(--color-white));
  background-image: linear-gradient(var(--color-white), var(--color-white));
  background-size: 0% 2px;
  background-position: 100% 100%;
  background-repeat: no-repeat;
  padding-bottom: 3px;
  -webkit-transition: background-size 350ms;
  -o-transition: background-size 350ms;
  transition: background-size 350ms;
}

.t-color-black .underline-hover {
    background-image: -webkit-gradient(linear, left top, left bottom, from(#000), to(#000));
    background-image: -o-linear-gradient(#000, #000);
    background-image: linear-gradient(#000, #000);
    background-image: -webkit-gradient(linear, left top, left bottom, from(var(--color-black)), to(var(--color-black)));
    background-image: -o-linear-gradient(var(--color-black), var(--color-black));
    background-image: linear-gradient(var(--color-black), var(--color-black));
  }

@media (hover: hover) {
    .underline-hover:hover {
      background-size: 100% 2px;
      background-position: 0 100%;
    }
  }

.underline-hover.underline-hover--perma {
    background-size: 100% 2px;
    background-position: 0 100%;
  }

.scroll-link svg {
    -webkit-transition: -webkit-transform 350ms;
    transition: -webkit-transform 350ms;
    -o-transition: transform 350ms;
    transition: transform 350ms;
    transition: transform 350ms, -webkit-transform 350ms;
  }

@media (hover: hover) {
      .scroll-link:hover svg {
        -webkit-transform: translateY(5px);
            -ms-transform: translateY(5px);
                transform: translateY(5px);
      }
  }

@-webkit-keyframes bob {
  0%{
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
    opacity: 0;
  }

  25% {
    opacity: 1;
  }

  75% {
    opacity: 1;
  }

  100%{
    -webkit-transform: translate(0, 25%);
            transform: translate(0, 25%);
    opacity: 0;
  }
}

@keyframes bob {
  0%{
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
    opacity: 0;
  }

  25% {
    opacity: 1;
  }

  75% {
    opacity: 1;
  }

  100%{
    -webkit-transform: translate(0, 25%);
            transform: translate(0, 25%);
    opacity: 0;
  }
}

.proceed {
  cursor: pointer;
}

.proceed svg {
    -webkit-animation: bob 2000ms infinite cubic-bezier(0.455, 0.030, 0.515, 0.955);
            animation: bob 2000ms infinite cubic-bezier(0.455, 0.030, 0.515, 0.955);
  }

/* ACL related CSS */

.wForm .wf-acl-hidden { display: none !important;}

/* wFORMS REPEATABLE SECTION ---------------------------------------------- */

/* Repeated section (when not on a fieldset) */

.wForm div.repeat { }

/* Removeable section (when not on a fieldset) */

.wForm div.removeable { }

/* 'Repeat' Link (generated by the Repeat Behavior) */

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

.wForm .duplicateLink {}

/* 'Remove' link (generated by the Repeat Behavior) */

.wForm .removeSpan { float: right; }

.wForm .removeLink {}

/* Repeat/Remove link when used in a table row */

.wForm td .duplicateSpan, .wForm td .removeSpan { line-height: 100%; display: inline; padding: 5px 2px 0 8px;  }

/* FIELD HINTS  ------------------------------------------------------------ */

/* default styling */

.wForm .field-hint .hint              { opacity: 1;  }

.wForm .field-hint-inactive .hint         { opacity: .5; }

.wForm .field-hint                  { background-color: #FFFFFF; }

/* Displayed on the side (with or without focus) */

.wForm .hintsSide .field-hint,
.wForm .hintsSide .field-hint-inactive        { display: inline-block; vertical-align:top; white-space: normal !important; }

.wForm .hintsSide .field-hint .hint,
.wForm .hintsSide .field-hint-inactive .hint    { display: inline-block; padding: 0 5px; }

/* Displayed as a popup (with focus) */

.wForm .hintsTooltip .field-hint          { display: block; position: absolute; z-index: 50;
                            min-width: 200px;
                            -webkit-box-shadow:  0 2px 8px rgba(0,0,0,0.3);
                            box-shadow: 0 2px 8px rgba(0,0,0,0.3);
                          }

.wForm .hintsTooltip .field-hint .hint        { display: block; padding: 5px;  }

/* Displayed as a popup (without focus = hidden) */

.wForm .hintsTooltip .field-hint-inactive       { display: none; }

.wForm .hintsBelow .field-hint .hint,
.wForm .hintsBelow .field-hint-inactive .hint   { padding: 0; }

/* Local override */

.wForm .oneField.hintsTooltip .field-hint     { position: absolute; z-index: 50; display: block;
                            min-width: 200px;
                            -webkit-box-shadow:  0 2px 6px rgba(0,0,0,0.3);
                            box-shadow: 0 2px 6px rgba(0,0,0,0.3);
                          }

.wForm .oneField.hintsTooltip .field-hint .hint   { display: block; }

.wForm .oneField.hintsTooltip .field-hint-inactive  { display: none; }

.wForm .oneField.hintsTooltip .hint         { padding: 5px; }

.wForm .oneField.hintsSide .field-hint,
.wForm .oneField.hintsSide .field-hint-inactive   { display: inline-block; position: static;
                            min-width: 0;
                            -webkit-box-shadow: none;
                            box-shadow: none;
                            vertical-align:top; white-space: normal !important; }

.wForm .oneField.hintsSide .hint          { padding: 0 5px; }

.wForm .oneField.hintsBelow .field-hint,
.wForm .oneField.hintsBelow .field-hint-inactive  { display: block; position: static;
                            min-width: 0;
                            -webkit-box-shadow: none;
                            box-shadow: none; }

.wForm .oneField.hintsBelow .hint           { padding: 0; }

/* Uploaded Files ----------------------------------------------------------- */

.wForm form .uploadDelete .fileName {
  text-decoration: line-through;
  opacity:0.2;
}

.wForm form .uploadKeep .fileName {
  text-decoration: none;
  color: #000;
}

/* MISC.   ------------------------------------------------------------------ */

.wFormContainer .linkedErrMsg {  border: 2px solid transparent; color: blue; }

.wFormContainer .errLink { text-decoration: underline; color: blue; }

.wFormContainer .errFld { }

.wForm .captchaHelp {
    font-size: 85%;
    opacity: 0.75;
    padding: 0 8px;
    margin-top: 0.75em;
}

.wForm fieldset.captcha .preField {  min-width: 0; width: 75px !important; }

.wForm fieldset.captcha input {  width: 110px !important; }

.wForm fieldset.captcha p.instructions { margin-top: 0.75em; }

.wForm fieldset.captcha img { border: 1px solid #999999; padding: 2px; margin-bottom: 1em; }

/* Make readonly calculated fields look like plain text */

.wForm .readonly { background-color: transparent !important; border: none !important; background-image: none !important; }

/* JS ONLY CSS - Normally present is separate wforms-jsonly.css ------------- */

/* Handle conditional section visibility */

.wForm form .onstate-a,  .wForm form .onstate-b, .wForm form .onstate-c,  .wForm form .onstate-d,
.wForm form .onstate-e,  .wForm form .onstate-f, .wForm form .onstate-g,  .wForm form .onstate-h,
.wForm form .onstate-i,  .wForm form .onstate-j, .wForm form .onstate-k,  .wForm form .onstate-l,
.wForm form .onstate-m,  .wForm form .onstate-n, .wForm form .onstate-o,  .wForm form .onstate-p,
.wForm form .onstate-q,  .wForm form .onstate-r, .wForm form .onstate-s,  .wForm form .onstate-t,
.wForm form .onstate-u,  .wForm form .onstate-v, .wForm form .onstate-w,  .wForm form .onstate-x,
.wForm form .onstate-y,  .wForm form .onstate-z, .wForm form .onstate-aa, .wForm form .onstate-ab,
.wForm form .onstate-ac, .wForm form .onstate-ad,.wForm form .onstate-ae, .wForm form .onstate-af,
.wForm form .onstate-ag, .wForm form .onstate-ah,.wForm form .onstate-ai, .wForm form .onstate-aj,
.wForm form .onstate-ak, .wForm form .onstate-al,.wForm form .onstate-am, .wForm form .onstate-an,
.wForm form .onstate-ao, .wForm form .onstate-ap,.wForm form .onstate-aq, .wForm form .onstate-ar,
.wForm form .onstate-as, .wForm form .onstate-at,.wForm form .onstate-au, .wForm form .onstate-av,
.wForm form .onstate-aw, .wForm form .onstate-ax,.wForm form .onstate-ay, .wForm form .onstate-az,
.wForm form .onstate-ba, .wForm form .onstate-bb,.wForm form .onstate-bc, .wForm form .onstate-bd,
.wForm form .onstate-be, .wForm form .onstate-bf,.wForm form .onstate-bg, .wForm form .onstate-bh,
.wForm form .onstate-bi, .wForm form .onstate-bj,.wForm form .onstate-bk, .wForm form .onstate-bl {
  display: block !important;
}

/* offstate classes for the Switch Behavior are in wforms-jsonly.css */

/* Auto Format related*/

.wForm .autoformatprompt .label{
    color: #dc143c;
}

.wForm .autoformatprompt .delete{
    color: #b0c4de;
}

.wForm .autoformatprompt .noinput{
    color: #b0c4de;
}

.wForm .autoformatprompt .input{
    font-weight: bold;
}

.wForm .autoformatprompt{
    position: absolute;
    z-index: 127;
    padding: 3px 0px 0px 2px;
    white-space: nowrap;
}

.wForm .autoformatprompt-control{
    background-color: transparent;
    position: relative;
    z-index: 128;
}

.wForm .autoformatprompt-hook{
    z-index: 125;
}

.wForm .autoformat-background{
  z-index: 126;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
}

/* "Response Submitted" confirmation page */

.wForm .wFormThankYou           {  }

/* "Response Saved" confirmation page */

.wForm .wFormsCustomMessage       { font-size: 22px; margin-top: 15px; }

.wForm .wFormsResumeInstructions li   { font-size:16px; line-height:150%; }

.wForm .wFormsSavedInstructions     { margin-top: 15px; }

#wFormsResumeList th { text-align: left; }

/* Save & Resume dialog */

.saveAndResume      { text-align:right; font-size: small; }

.saveAndResume
  fieldset      { text-align:left; }

.saveAndResume
  .preField       { width: 9em !important; min-width: 9em  !important; }

.saveAndResume
  .postField      { margin-right:0; }

.saveAndResume
  .instructions     { margin: 1em 6px; }

.saveAndResume
  #tfa_resumeEmail  { width: 195px; }

.saveAndResume
  #tfa_resumePassword { width: 195px; }

.saveAndResume
  #tfa_confirmPassword { width: 195px;}

.saveAndResume .actions
  #tfa_resumeLater.wfHideSubmit
            { display: inline !important; }

.onstate-resumelater  { display: block }

/* Generic FA Error Messages */

.errorMessage         { margin: 10px 15px; padding: 15px; font-family:sans-serif; font-weight: bold; color: #D46161!important; }

.errorMessage a       { text-decoration: none;  font-weight: normal; }

.wForm .forgotPasswordLink  { font-size: small; }

.wForm .assistanceLink    { font-size: small; }

.wForm .startNewLink    { font-size: small; }

/* Thank you & Help messages */

.wFormThankYou      { min-height: 150px; }

.wFormHelp        { min-height: 150px; }

/* Review page */

.reviewHeader, .reviewResponse, .reviewFooter { padding: 20px; }

.reviewResponse .responseData .switchedOff    { display: none; }

.reviewResponse .responseData  .showSwitchedOff .switchedOff,
.reviewResponse .responseData  .showSwitchedOff .switchedOff .question { color: #BBB !important; }

.reviewResponse .typehidden { display: none; }

/* Hide hidden field in the response review */

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

.reviewFooter .reviewActions img { vertical-align: middle;}

.reviewResponse .responseData .page {
  margin: 1.2em 0;
  padding-bottom: 1.2em;
  border-bottom: 2px dotted #CCC;
}

/* Fieldset / Grid layout */

.reviewResponse .responseData .fieldset {
  margin: 1.2em 0;
  border: 1px solid #BBB;
  padding: 10px;
  border-radius: 0.5em;

}

.reviewResponse .responseData .fieldset h4 {
  margin: 0;
}

.reviewResponse .responseData .inlineDiv {
  margin: 1em 0 0 0;
}

.reviewResponse .responseData table {
  border-collapse: collapse;
}

.reviewResponse .responseData table td {
  vertical-align: top;
}

.reviewResponse .responseData .grid {
  border: 1px solid #eee;
}

.reviewResponse .responseData .grid th {
  border-right: 1px solid #eee;
  border-bottom: 1px solid #eee;
  padding: 5px 8px 5px 5px;
  text-align: left;
  font-weight: normal;
  color: #656565;
}

.reviewResponse .responseData .grid .alternate {
  background-color: #F4F5F4;
}

.reviewResponse .responseData .grid td {
  border: 1px solid #eee;
}

/* Question Label */

.reviewResponse .responseData .grid .question {
  padding: 5px 5px 5px 5px;
}

.reviewResponse .responseData table .question {
  padding: 1em 8px 0 0;
  margin: 0;
}

.reviewResponse .responseData .question {
  margin: 1em 0 0 0;
}

.reviewResponse .responseData table .unknownField {
  padding: 5px 8px 5px 0;
  text-align: right;
}

/* User Response (free text) */

.reviewResponse .responseData .grid .response {
  /* border-right: 1px solid #eee; */
  padding: 5px 5px 5px 5px;
}

.reviewResponse .responseData table .response {

}

.reviewResponse .responseData .response {
  font-weight: bold;
}

/* User Response (Multiple Choice) */

.reviewResponse .responseData .response ul {
  padding: 0;
  margin: 0;
}

.reviewResponse .responseData .response ul .singleAnswer {
  margin: 0  !important;
  padding: 0 !important;
  border-bottom: none !important;
  list-style-type: none !important;
  font-weight: bold;
}

.reviewResponse .responseData .response ul .multipleAnswer {
  margin: 0 0 0 15px !important;
  padding: 0 !important;
  font-weight: bold;
}

.reviewResponse .attachedFiles h4 { font-style: italic; font-weight: normal; margin: 0 0 6px 0;}

@media print {
   .reviewActions, .reviewHeader{ display: none; }
   .responseData h3, .responseData h4 { page-break-after: avoid; }
   /* Following not enabled.  Can be added manually in branding on a case-by-case basis. */
   /* .responseData .fieldset { page-break-inside: avoid; } */
   /* .responseData .page { page-break-after: always; } */
}

/* Tabbed Navigation for multi-page forms */

.wfTabCurrentPage       { font-weight: bold; }

#wfTabNav               { font-size: smaller; border: 2px solid transparent; padding: 2px 6px; text-align: right; }

.wfTab, .wfTabSep   { display: inline-block; }

/* Autosuggest feature styles: */

.wForm div .typeahead,
.wForm div .tt-query,
.wForm div .tt-hint {
  width: auto;
  min-width: 164px;
  height: 30px;
  padding: 8px 12px;
  font-size: inherit;
  line-height: inherit;
  border: 2px solid #ccc;
  outline: none;
}

.wForm div .typeahead {
  background-color: #fff;
}

.wForm div .typeahead:focus {
  border: 2px solid #0097cf;
}

.wForm div .tt-query {
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.wForm div .tt-hint {
  color: #999;
  margin:0px;
  padding: 0px;
  margin-top: -6px;
}

.wForm div .tt-menu {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  min-width: 164px;
  margin: 0px;
  padding: 0px;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 5px 10px rgba(0,0,0,.2);
          box-shadow: 0 5px 10px rgba(0,0,0,.2);
}

.wForm div .tt-suggestion:hover {
  cursor: pointer;
  color: #fff;
  background-color: #0097cf;
}

.wForm div .tt-suggestion.tt-cursor {
  color: #fff;
  background-color: #0097cf;
}

.wForm div .tt-suggestion, .wForm div .tt-empty-message {
  margin: 0;
  padding: 0 6px;
}

.wForm div .tt-empty-message {
  color: #767676;
  font-style: italic;
}

.wForm div .tt-more-message {
  font-size: 0.7em;
  padding: 0 6px;
  border-top: 1px solid rgba(0, 0, 0, 0.2);
}

.wForm div .tt-menu {
  line-height: 2em;
  max-height: 11em;
  overflow-y: auto;
}

.wForm div .rtl-support .tt-menu {
  text-align: right;
}

.wForm .tt-spinner {
/*  display:none;
  margin-left: -22px;
  margin-top: 3px;
  margin-bottom: -3px;
  position: absolute;*/
  position: absolute;
  top: 3px;
  right: 2px;
  display: none;
}

.wForm .tt-caret-down {
  position: absolute;
  top: 8px;
  right: 8px;
  cursor: pointer;
}

.wForm .tt-search {
  position: absolute;
  top: 28%;
  left: 3%;
  z-index: 5;
  cursor: pointer;
}

.wForm .tt-clear {
  position: absolute;
  top: 28%;
  right: 3%;
  z-index: 5;
  cursor: pointer;
}

.wForm .tt-clear.no-input {
  visibility: hidden;
}

.wFormContainer .wForm .inputWrapper input[type="text"][data-dataset-json],
.wFormContainer .wForm .inputWrapper input[type="text"][data-dataset-id] {
  padding-left: 25px;
  padding-right: 25px;
}

/* End autosuggest styles */

/* Recaptcha scaling */

@media only screen
and (max-width: 355px) {
  #google-captcha {-ms-transform:scale(0.8);transform:scale(0.8);-webkit-transform:scale(0.8);-ms-transform-origin:0 0;transform-origin:0 0;-webkit-transform-origin:0 0;}
}

/* End Recaptcha scaling */

.sensitive-value-omitted { padding: 5px 0 0 0!important; }

/* response caching dialog */

/* for modals */

.wFormOverlay {
  position: fixed;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0,0,0,0.4);
}

.wFormOverlay .doNotAskAgain {
  display: inline-block;
}

.wFormOverlay #save-to-cache-dialog {
  background-color: #FFF;
}

.wFormOverlay .primaryAction {
  margin-right: 1em  !important;
}

.form-wrap,
.form-inner {
  position: relative;
}

.form-page {
  padding: 15px;
  padding: var(--margin-15)
}

@media (min-width: 1680px) {

.form-page {
    font-size: 17px;
    font-size: var(--font-size-body-xl);
    line-height: 24px;
    line-height: var(--font-lh-body-xl)
}
  }

@media (min-width: 1280px) and (max-width: 1679px) {

.form-page {
    font-size: 17px;
    font-size: var(--font-size-body-lg);
    line-height: 24px;
    line-height: var(--font-lh-body-lg)
}
  }

@media (min-width: 1024px) and (max-width: 1279px) {

.form-page {
    font-size: 17px;
    font-size: var(--font-size-body-md);
    line-height: 24px;
    line-height: var(--font-lh-body-md)
}
  }

@media (min-width: 768px) and (max-width: 1023px) {

.form-page {
    font-size: 17px;
    font-size: var(--font-size-body-sm);
    line-height: 24px;
    line-height: var(--font-lh-body-sm)
}
  }

@media (min-width: 375px) and (max-width: 767px) {

.form-page {
    font-size: 16px;
    font-size: var(--font-size-body-xs);
    line-height: 22px;
    line-height: var(--font-lh-body-xs)
}
  }

@media (max-width: 374px) {

.form-page {
    font-size: 16px;
    font-size: var(--font-size-body-xxs);
    line-height: 22px;
    line-height: var(--font-lh-body-xxs)
}
  }

@media (min-width: 768px) {

.form-page {
    padding: 30px;
    padding: var(--margin-30)
}
  }

.wFormTitle {
  display: none;
}

.wForm,
.freeform-form {
  padding: 0;
  font-family: "Archivo", "Helvetica", "Arial", sans-serif;
  font-family: var(--font-sans-stack);
}

.wForm *[style*="font"],
  .wForm font,
  .freeform-form *[style*="font"],
  .freeform-form font {
    font-family: inherit !important;
    font-size: inherit !important; 
  }

.wForm *[style*="color"], .freeform-form *[style*="color"] {
    color: inherit !important;
  }

.wForm *[style*="background-color"], .freeform-form *[style*="background-color"] {
    background-color: transparent !important;
  }

.wForm .actions, .freeform-form .actions {
    margin-top: 30px;
    margin-top: var(--margin-30);
  }

.wForm fieldset {
  border: 0;
  border-bottom: 1px solid #D3D3D3;
  border-bottom: 1px solid var(--color-grey);
  margin-bottom: 15px;
  margin-bottom: var(--margin-15);
  padding-bottom: 15px;
  padding-bottom: var(--margin-15)
}

.wForm fieldset:last-child {
    margin-bottom: 0;
  }

.wForm fieldset:focus {
    outline: 0;
  }

.wForm fieldset legend {
  font-family: "Archivo Black", "Archivo", "Helvetica", "Arial", sans-serif;
  font-family: var(--font-title-stack);
  margin-bottom: 10px;
  margin-bottom: var(--margin-10);
}

.wForm fieldset legend b, .wForm fieldset legend strong {
    font-weight: inherit;
  }

@media (min-width: 1680px) {

.wForm fieldset legend {
    font-size: 17px;
    font-size: var(--font-size-h5-xl);
    line-height: 24px;
    line-height: var(--font-lh-h5-xl)
}
  }

@media (min-width: 1280px) and (max-width: 1679px) {

.wForm fieldset legend {
    font-size: 17px;
    font-size: var(--font-size-h5-lg);
    line-height: 24px;
    line-height: var(--font-lh-h5-lg)
}
  }

@media (min-width: 1024px) and (max-width: 1279px) {

.wForm fieldset legend {
    font-size: 17px;
    font-size: var(--font-size-h5-md);
    line-height: 24px;
    line-height: var(--font-lh-h5-md)
}
  }

@media (min-width: 768px) and (max-width: 1023px) {

.wForm fieldset legend {
    font-size: 17px;
    font-size: var(--font-size-h5-sm);
    line-height: 24px;
    line-height: var(--font-lh-h5-sm)
}
  }

@media (min-width: 375px) and (max-width: 767px) {

.wForm fieldset legend {
    font-size: 16px;
    font-size: var(--font-size-h5-xs);
    line-height: 22px;
    line-height: var(--font-lh-h5-xs)
}
  }

@media (max-width: 374px) {

.wForm fieldset legend {
    font-size: 16px;
    font-size: var(--font-size-h5-xxs);
    line-height: 22px;
    line-height: var(--font-lh-h5-xxs)
}
  }

.wForm fieldset legend * {
    font-size: inherit !important;
    line-height: inherit !important;
  }

@media (max-width: 767px) {
    .wForm .inline > :last-child {
      margin-bottom: 8px;
    }
  }

@media (min-width: 768px) {

.wForm .inline {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap
}

    .wForm .inline > * {
      -webkit-box-flex: 1;
      -webkit-flex: 1 1 auto;
          -ms-flex: 1 1 auto;
              flex: 1 1 auto;
      width: 50%;
    }

    .wForm .inline > *:not(:last-child) {
      padding-right: 8px;
    }
  }

.wForm .label,
  .wForm .freeform-label,
  .freeform-form .label,
  .freeform-form .freeform-label {
    display: inline-block;
    padding-bottom: 8px;
  }

.wForm .freeform-instructions, .freeform-form .freeform-instructions {
    padding-bottom: 8px;
  }

.wForm .htmlSection, .freeform-form .htmlSection {
    margin-bottom: 15px;
    margin-bottom: var(--margin-15);
  }

.wForm .oneField:not(:last-child), .freeform-form .oneField:not(:last-child) {
    margin-bottom: 8px;
  }

.wForm .reqMark:after, .freeform-form .reqMark:after {
      content: ' *';
    }

.wForm input[type="text"],
  .wForm input[type="email"],
  .wForm input[type="tel"],
  .wForm input[type="number"],
  .wForm input[type="url"],
  .wForm select,
  .wForm textarea,
  .freeform-form input[type="text"],
  .freeform-form input[type="email"],
  .freeform-form input[type="tel"],
  .freeform-form input[type="number"],
  .freeform-form input[type="url"],
  .freeform-form select,
  .freeform-form textarea {
    width: 100%;
    padding: 8px;
    -webkit-box-shadow: 0 0 0 1px #D3D3D3;
            box-shadow: 0 0 0 1px #D3D3D3;
    -webkit-box-shadow: 0 0 0 1px var(--color-grey);
            box-shadow: 0 0 0 1px var(--color-grey);
  }

.bg-color-blue .wForm input[type="text"], .bg-color-blue .wForm input[type="email"], .bg-color-blue .wForm input[type="tel"], .bg-color-blue .wForm input[type="number"], .bg-color-blue .wForm input[type="url"], .bg-color-blue .wForm select, .bg-color-blue .wForm textarea, .bg-color-blue .freeform-form input[type="text"], .bg-color-blue .freeform-form input[type="email"], .bg-color-blue .freeform-form input[type="tel"], .bg-color-blue .freeform-form input[type="number"], .bg-color-blue .freeform-form input[type="url"], .bg-color-blue .freeform-form select, .bg-color-blue .freeform-form textarea {
      background-color: #DDE1EB;
      background-color: var(--color-blue-tint)
      /* color: var(--color-blue-alt); */
    }

.bg-color-blue .wForm input[type="text"]:focus, .bg-color-blue .wForm input[type="email"]:focus, .bg-color-blue .wForm input[type="tel"]:focus, .bg-color-blue .wForm input[type="number"]:focus, .bg-color-blue .wForm input[type="url"]:focus, .bg-color-blue .wForm select:focus, .bg-color-blue .wForm textarea:focus, .bg-color-blue .freeform-form input[type="text"]:focus, .bg-color-blue .freeform-form input[type="email"]:focus, .bg-color-blue .freeform-form input[type="tel"]:focus, .bg-color-blue .freeform-form input[type="number"]:focus, .bg-color-blue .freeform-form input[type="url"]:focus, .bg-color-blue .freeform-form select:focus, .bg-color-blue .freeform-form textarea:focus {
        outline: 2px solid #16295F;
        outline: 2px solid var(--color-blue-alt);
      }

.bg-color-red .wForm input[type="text"], .bg-color-red .wForm input[type="email"], .bg-color-red .wForm input[type="tel"], .bg-color-red .wForm input[type="number"], .bg-color-red .wForm input[type="url"], .bg-color-red .wForm select, .bg-color-red .wForm textarea, .bg-color-red .freeform-form input[type="text"], .bg-color-red .freeform-form input[type="email"], .bg-color-red .freeform-form input[type="tel"], .bg-color-red .freeform-form input[type="number"], .bg-color-red .freeform-form input[type="url"], .bg-color-red .freeform-form select, .bg-color-red .freeform-form textarea {
      background-color: #F9E1E4;
      background-color: var(--color-red-tint)
      /* color: var(--color-red-alt); */
    }

.bg-color-red .wForm input[type="text"]:focus, .bg-color-red .wForm input[type="email"]:focus, .bg-color-red .wForm input[type="tel"]:focus, .bg-color-red .wForm input[type="number"]:focus, .bg-color-red .wForm input[type="url"]:focus, .bg-color-red .wForm select:focus, .bg-color-red .wForm textarea:focus, .bg-color-red .freeform-form input[type="text"]:focus, .bg-color-red .freeform-form input[type="email"]:focus, .bg-color-red .freeform-form input[type="tel"]:focus, .bg-color-red .freeform-form input[type="number"]:focus, .bg-color-red .freeform-form input[type="url"]:focus, .bg-color-red .freeform-form select:focus, .bg-color-red .freeform-form textarea:focus {
        outline: 2px solid #AC2545;
        outline: 2px solid var(--color-red-alt);
      }

.bg-color-orange .wForm input[type="text"], .bg-color-orange .wForm input[type="email"], .bg-color-orange .wForm input[type="tel"], .bg-color-orange .wForm input[type="number"], .bg-color-orange .wForm input[type="url"], .bg-color-orange .wForm select, .bg-color-orange .wForm textarea, .bg-color-orange .freeform-form input[type="text"], .bg-color-orange .freeform-form input[type="email"], .bg-color-orange .freeform-form input[type="tel"], .bg-color-orange .freeform-form input[type="number"], .bg-color-orange .freeform-form input[type="url"], .bg-color-orange .freeform-form select, .bg-color-orange .freeform-form textarea {
      background-color: #FEEBE2;
      background-color: var(--color-orange-tint)
      /* color: var(--color-orange); */
    }

.bg-color-orange .wForm input[type="text"]:focus, .bg-color-orange .wForm input[type="email"]:focus, .bg-color-orange .wForm input[type="tel"]:focus, .bg-color-orange .wForm input[type="number"]:focus, .bg-color-orange .wForm input[type="url"]:focus, .bg-color-orange .wForm select:focus, .bg-color-orange .wForm textarea:focus, .bg-color-orange .freeform-form input[type="text"]:focus, .bg-color-orange .freeform-form input[type="email"]:focus, .bg-color-orange .freeform-form input[type="tel"]:focus, .bg-color-orange .freeform-form input[type="number"]:focus, .bg-color-orange .freeform-form input[type="url"]:focus, .bg-color-orange .freeform-form select:focus, .bg-color-orange .freeform-form textarea:focus {
        outline: 2px solid #FE7838;
        outline: 2px solid var(--color-orange);
      }

.bg-color-pink .wForm input[type="text"], .bg-color-pink .wForm input[type="email"], .bg-color-pink .wForm input[type="tel"], .bg-color-pink .wForm input[type="number"], .bg-color-pink .wForm input[type="url"], .bg-color-pink .wForm select, .bg-color-pink .wForm textarea, .bg-color-pink .freeform-form input[type="text"], .bg-color-pink .freeform-form input[type="email"], .bg-color-pink .freeform-form input[type="tel"], .bg-color-pink .freeform-form input[type="number"], .bg-color-pink .freeform-form input[type="url"], .bg-color-pink .freeform-form select, .bg-color-pink .freeform-form textarea {
      background-color: #FDE1F2;
      background-color: var(--color-pink-tint)
      /* color: var(--color-pink-alt); */
    }

.bg-color-pink .wForm input[type="text"]:focus, .bg-color-pink .wForm input[type="email"]:focus, .bg-color-pink .wForm input[type="tel"]:focus, .bg-color-pink .wForm input[type="number"]:focus, .bg-color-pink .wForm input[type="url"]:focus, .bg-color-pink .wForm select:focus, .bg-color-pink .wForm textarea:focus, .bg-color-pink .freeform-form input[type="text"]:focus, .bg-color-pink .freeform-form input[type="email"]:focus, .bg-color-pink .freeform-form input[type="tel"]:focus, .bg-color-pink .freeform-form input[type="number"]:focus, .bg-color-pink .freeform-form input[type="url"]:focus, .bg-color-pink .freeform-form select:focus, .bg-color-pink .freeform-form textarea:focus {
        outline: 2px solid #B6077C;
        outline: 2px solid var(--color-pink-alt);
      }

.bg-color-green .wForm input[type="text"], .bg-color-green .wForm input[type="email"], .bg-color-green .wForm input[type="tel"], .bg-color-green .wForm input[type="number"], .bg-color-green .wForm input[type="url"], .bg-color-green .wForm select, .bg-color-green .wForm textarea, .bg-color-green .freeform-form input[type="text"], .bg-color-green .freeform-form input[type="email"], .bg-color-green .freeform-form input[type="tel"], .bg-color-green .freeform-form input[type="number"], .bg-color-green .freeform-form input[type="url"], .bg-color-green .freeform-form select, .bg-color-green .freeform-form textarea {
      background-color: #F2FAE6;
      background-color: var(--color-green-tint)
      /* color: var(--color-green-alt); */
    }

.bg-color-green .wForm input[type="text"]:focus, .bg-color-green .wForm input[type="email"]:focus, .bg-color-green .wForm input[type="tel"]:focus, .bg-color-green .wForm input[type="number"]:focus, .bg-color-green .wForm input[type="url"]:focus, .bg-color-green .wForm select:focus, .bg-color-green .wForm textarea:focus, .bg-color-green .freeform-form input[type="text"]:focus, .bg-color-green .freeform-form input[type="email"]:focus, .bg-color-green .freeform-form input[type="tel"]:focus, .bg-color-green .freeform-form input[type="number"]:focus, .bg-color-green .freeform-form input[type="url"]:focus, .bg-color-green .freeform-form select:focus, .bg-color-green .freeform-form textarea:focus {
        outline: 2px solid #87D34B;
        outline: 2px solid var(--color-green-alt);
      }

.wForm .choices, .freeform-form .choices {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
  }

.wForm .choices.vertical, .freeform-form .choices.vertical {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column;
    }

.wForm .choices .oneChoice, .freeform-form .choices .oneChoice {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center
    }

.wForm .choices .oneChoice:not(:last-child), .freeform-form .choices .oneChoice:not(:last-child) {
        margin-bottom: 8px;
      }

.wForm .choices .oneChoice .label, .freeform-form .choices .oneChoice .label {
        padding: 0;
      }

.wForm .choices .oneChoice input, .freeform-form .choices .oneChoice input {
        margin-right: 8px;
      }

.wForm input[type="radio"],
  .wForm input[type="checkbox"],
  .freeform-form input[type="radio"],
  .freeform-form input[type="checkbox"] {
    width: 26px;
    height: 26px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    -webkit-box-shadow: 0 0 0 1px #D3D3D3;
            box-shadow: 0 0 0 1px #D3D3D3;
    -webkit-box-shadow: 0 0 0 1px var(--color-grey);
            box-shadow: 0 0 0 1px var(--color-grey);
  }

.bg-color-blue .wForm input[type="radio"], .bg-color-blue .wForm input[type="checkbox"], .bg-color-blue .freeform-form input[type="radio"], .bg-color-blue .freeform-form input[type="checkbox"] {
      background-color: #DDE1EB;
      background-color: var(--color-blue-tint)
    }

.bg-color-blue .wForm input[type="radio"]:checked, .bg-color-blue .wForm input[type="checkbox"]:checked, .bg-color-blue .freeform-form input[type="radio"]:checked, .bg-color-blue .freeform-form input[type="checkbox"]:checked {
        background-color: #1D377D;
        background-color: var(--color-blue);
        border: 5px solid #DDE1EB;
        border: 5px solid var(--color-blue-tint);
      }

.bg-color-red .wForm input[type="radio"], .bg-color-red .wForm input[type="checkbox"], .bg-color-red .freeform-form input[type="radio"], .bg-color-red .freeform-form input[type="checkbox"] {
      background-color: #F9E1E4;
      background-color: var(--color-red-tint)
    }

.bg-color-red .wForm input[type="radio"]:checked, .bg-color-red .wForm input[type="checkbox"]:checked, .bg-color-red .freeform-form input[type="radio"]:checked, .bg-color-red .freeform-form input[type="checkbox"]:checked {
        background-color: #DB3347;
        background-color: var(--color-red);
        border: 5px solid #F9E1E4;
        border: 5px solid var(--color-red-tint);
      }

.bg-color-orange .wForm input[type="radio"], .bg-color-orange .wForm input[type="checkbox"], .bg-color-orange .freeform-form input[type="radio"], .bg-color-orange .freeform-form input[type="checkbox"] {
      background-color: #FEEBE2;
      background-color: var(--color-orange-tint)
    }

.bg-color-orange .wForm input[type="radio"]:checked, .bg-color-orange .wForm input[type="checkbox"]:checked, .bg-color-orange .freeform-form input[type="radio"]:checked, .bg-color-orange .freeform-form input[type="checkbox"]:checked {
        background-color: #FE7838;
        background-color: var(--color-orange);
        border: 5px solid #FEEBE2;
        border: 5px solid var(--color-orange-tint);
      }

.bg-color-pink .wForm input[type="radio"], .bg-color-pink .wForm input[type="checkbox"], .bg-color-pink .freeform-form input[type="radio"], .bg-color-pink .freeform-form input[type="checkbox"] {
      background-color: #FDE1F2;
      background-color: var(--color-pink-tint)
    }

.bg-color-pink .wForm input[type="radio"]:checked, .bg-color-pink .wForm input[type="checkbox"]:checked, .bg-color-pink .freeform-form input[type="radio"]:checked, .bg-color-pink .freeform-form input[type="checkbox"]:checked {
        background-color: #E71FA4;
        background-color: var(--color-pink);
        border: 5px solid #FDE1F2;
        border: 5px solid var(--color-pink-tint);
      }

.bg-color-green .wForm input[type="radio"], .bg-color-green .wForm input[type="checkbox"], .bg-color-green .freeform-form input[type="radio"], .bg-color-green .freeform-form input[type="checkbox"] {
      background-color: #F2FAE6;
      background-color: var(--color-green-tint)
    }

.bg-color-green .wForm input[type="radio"]:checked, .bg-color-green .wForm input[type="checkbox"]:checked, .bg-color-green .freeform-form input[type="radio"]:checked, .bg-color-green .freeform-form input[type="checkbox"]:checked {
        background-color: #9DE251;
        background-color: var(--color-green);
        border: 5px solid #F2FAE6;
        border: 5px solid var(--color-green-tint);
      }

.wForm input[type="radio"], .freeform-form input[type="radio"] {
    border-radius: 100%;
  }

.wForm .field-hint,
  .wForm .field-hint-inactive,
  .freeform-form .field-hint,
  .freeform-form .field-hint-inactive {
    position: absolute;
  }

.wForm .field-hint-inactive, .freeform-form .field-hint-inactive {
    display: none;
  }

.wForm .hint, .freeform-form .hint {
    width: 100%;
    padding: 8px;
    display: block;
  }

.bg-color-blue .wForm .hint, .bg-color-blue .freeform-form .hint {
      color: #fff;
      color: var(--color-white);
      background-color: #16295F;
      background-color: var(--color-blue-alt);
      outline: 2px solid #16295F;
      outline: 2px solid var(--color-blue-alt);
    }

.bg-color-red .wForm .hint, .bg-color-red .freeform-form .hint {
      color: #fff;
      color: var(--color-white);
      background-color: #AC2545;
      background-color: var(--color-red-alt);
      outline: 2px solid #AC2545;
      outline: 2px solid var(--color-red-alt);
    }

.bg-color-orange .wForm .hint, .bg-color-orange .freeform-form .hint {
      color: #000;
      color: var(--color-black);
      background-color: #F99252;
      background-color: var(--color-orange-alt);
      outline: 2px solid #F99252;
      outline: 2px solid var(--color-orange-alt);
    }

.bg-color-pink .wForm .hint, .bg-color-pink .freeform-form .hint {
      color: #fff;
      color: var(--color-white);
      background-color: #B6077C;
      background-color: var(--color-pink-alt);
      outline: 2px solid #B6077C;
      outline: 2px solid var(--color-pink-alt);
    }

.bg-color-green .wForm .hint, .bg-color-green .freeform-form .hint {
      color: #000;
      color: var(--color-black);
      background-color: #87D34B;
      background-color: var(--color-green-alt);
      outline: 2px solid #87D34B;
      outline: 2px solid var(--color-green-alt);
    }

.wForm select, .freeform-form select {
    background-position: calc(100% - 8px) 50%;
    background-repeat: no-repeat;
    background-size: 15px 9px;
  }

.bg-color-blue .wForm select, .bg-color-blue .freeform-form select {
      background-image: url('../img/icon-arrow-blue.svg');
    }

.bg-color-red .wForm select, .bg-color-red .freeform-form select {
      background-image: url('../img/icon-arrow-red.svg');
    }

.bg-color-orange .wForm select, .bg-color-orange .freeform-form select {
      background-image: url('../img/icon-arrow-orange.svg');
    }

.bg-color-pink .wForm select, .bg-color-pink .freeform-form select {
      background-image: url('../img/icon-arrow-pink.svg');
    }

.bg-color-green .wForm select, .bg-color-green .freeform-form select {
      background-image: url('../img/icon-arrow-green.svg');
    }

.wForm input[type="button"],
  .wForm input[type="submit"],
  .wForm button,
  .freeform-form input[type="button"],
  .freeform-form input[type="submit"],
  .freeform-form button {
    font-family: "Archivo Black", "Archivo", "Helvetica", "Arial", sans-serif;
    font-family: var(--font-title-stack);
    text-transform: uppercase;
    min-height: 50px;
    min-height: var(--button-size);
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    border-radius: 50px;
    border-radius: var(--button-size);
    padding: 12px 25px 10px;
    padding: 12px calc(var(--button-size)*0.5) var(--margin-10);
    -webkit-transition: color 350ms, background-color 350ms, border-color 350ms;
    -o-transition: color 350ms, background-color 350ms, border-color 350ms;
    transition: color 350ms, background-color 350ms, border-color 350ms;
    border: 2px solid;
    cursor: pointer
  }

@media (hover: hover) {
      .wForm input[type="button"]:hover, .wForm input[type="submit"]:hover, .wForm button:hover, .freeform-form input[type="button"]:hover, .freeform-form input[type="submit"]:hover, .freeform-form button:hover {
        color: #fff;
        color: var(--color-white);
        background-color: #000;
        background-color: var(--color-black);
        border-color: #000;
        border-color: var(--color-black);
      }
    }

@media (min-width: 1680px) {

  .wForm input[type="button"],
  .wForm input[type="submit"],
  .wForm button,
  .freeform-form input[type="button"],
  .freeform-form input[type="submit"],
  .freeform-form button {
      font-size: 17px;
      font-size: var(--font-size-h5-xl);
      line-height: 24px;
      line-height: var(--font-lh-h5-xl)
  }
    }

@media (min-width: 1280px) and (max-width: 1679px) {

  .wForm input[type="button"],
  .wForm input[type="submit"],
  .wForm button,
  .freeform-form input[type="button"],
  .freeform-form input[type="submit"],
  .freeform-form button {
      font-size: 17px;
      font-size: var(--font-size-h5-lg);
      line-height: 24px;
      line-height: var(--font-lh-h5-lg)
  }
    }

@media (min-width: 1024px) and (max-width: 1279px) {

  .wForm input[type="button"],
  .wForm input[type="submit"],
  .wForm button,
  .freeform-form input[type="button"],
  .freeform-form input[type="submit"],
  .freeform-form button {
      font-size: 17px;
      font-size: var(--font-size-h5-md);
      line-height: 24px;
      line-height: var(--font-lh-h5-md)
  }
    }

@media (min-width: 768px) and (max-width: 1023px) {

  .wForm input[type="button"],
  .wForm input[type="submit"],
  .wForm button,
  .freeform-form input[type="button"],
  .freeform-form input[type="submit"],
  .freeform-form button {
      font-size: 17px;
      font-size: var(--font-size-h5-sm);
      line-height: 24px;
      line-height: var(--font-lh-h5-sm)
  }
    }

@media (min-width: 375px) and (max-width: 767px) {

  .wForm input[type="button"],
  .wForm input[type="submit"],
  .wForm button,
  .freeform-form input[type="button"],
  .freeform-form input[type="submit"],
  .freeform-form button {
      font-size: 16px;
      font-size: var(--font-size-h5-xs);
      line-height: 22px;
      line-height: var(--font-lh-h5-xs)
  }
    }

@media (max-width: 374px) {

  .wForm input[type="button"],
  .wForm input[type="submit"],
  .wForm button,
  .freeform-form input[type="button"],
  .freeform-form input[type="submit"],
  .freeform-form button {
      font-size: 16px;
      font-size: var(--font-size-h5-xxs);
      line-height: 22px;
      line-height: var(--font-lh-h5-xxs)
  }
    }

.wForm form .wfPagingButtons {
  margin-right: 20px;
  margin-right: var(--margin-20);
  margin-top: 30px;
  margin-top: var(--margin-30)
}

@media (min-width: 768px) {

.wForm form .wfPagingButtons {
    float: left
}
  }

.wFormFooter {
  margin-top: 30px;
  margin-top: var(--margin-30);
  display: none;
}

@media (min-width: 1680px) {

  .wFormFooter .supportInfo {
      font-size: 12px;
      font-size: var(--font-size-caption-xl);
      line-height: 18px;
      line-height: var(--font-lh-caption-xl)
  }
    }

@media (min-width: 1280px) and (max-width: 1679px) {

  .wFormFooter .supportInfo {
      font-size: 12px;
      font-size: var(--font-size-caption-lg);
      line-height: 18px;
      line-height: var(--font-lh-caption-lg)
  }
    }

@media (min-width: 1024px) and (max-width: 1279px) {

  .wFormFooter .supportInfo {
      font-size: 12px;
      font-size: var(--font-size-caption-md);
      line-height: 18px;
      line-height: var(--font-lh-caption-md)
  }
    }

@media (min-width: 768px) and (max-width: 1023px) {

  .wFormFooter .supportInfo {
      font-size: 12px;
      font-size: var(--font-size-caption-sm);
      line-height: 18px;
      line-height: var(--font-lh-caption-sm)
  }
    }

@media (min-width: 375px) and (max-width: 767px) {

  .wFormFooter .supportInfo {
      font-size: 11px;
      font-size: var(--font-size-caption-xs);
      line-height: 16px;
      line-height: var(--font-lh-caption-xs)
  }
    }

@media (max-width: 374px) {

  .wFormFooter .supportInfo {
      font-size: 11px;
      font-size: var(--font-size-caption-xxs);
      line-height: 16px;
      line-height: var(--font-lh-caption-xxs)
  }
    }

.wFormContainer .errMsg {
  color: #DB3347;
  color: var(--color-red);
  font-weight: 700;
  padding-top: 4px
}

@media (min-width: 1680px) {

.wFormContainer .errMsg {
    font-size: 12px;
    font-size: var(--font-size-caption-xl);
    line-height: 18px;
    line-height: var(--font-lh-caption-xl)
}
  }

@media (min-width: 1280px) and (max-width: 1679px) {

.wFormContainer .errMsg {
    font-size: 12px;
    font-size: var(--font-size-caption-lg);
    line-height: 18px;
    line-height: var(--font-lh-caption-lg)
}
  }

@media (min-width: 1024px) and (max-width: 1279px) {

.wFormContainer .errMsg {
    font-size: 12px;
    font-size: var(--font-size-caption-md);
    line-height: 18px;
    line-height: var(--font-lh-caption-md)
}
  }

@media (min-width: 768px) and (max-width: 1023px) {

.wFormContainer .errMsg {
    font-size: 12px;
    font-size: var(--font-size-caption-sm);
    line-height: 18px;
    line-height: var(--font-lh-caption-sm)
}
  }

@media (min-width: 375px) and (max-width: 767px) {

.wFormContainer .errMsg {
    font-size: 11px;
    font-size: var(--font-size-caption-xs);
    line-height: 16px;
    line-height: var(--font-lh-caption-xs)
}
  }

@media (max-width: 374px) {

.wFormContainer .errMsg {
    font-size: 11px;
    font-size: var(--font-size-caption-xxs);
    line-height: 16px;
    line-height: var(--font-lh-caption-xxs)
}
  }

.wForm .inputWrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.wForm .inputWrapper .delimeter:empty {
    display: none;
  }

.wForm .inputWrapper .delimiterBefore {
    margin-right: 8px;
  }

.wForm .inputWrapper .delimiterAfter {
    margin-right: 8px;
  }

.form-rip--top {
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: scale(1, -1);
      -ms-transform: scale(1, -1);
          transform: scale(1, -1);
}

.form-rip--bottom {
  position: absolute;
  bottom: 0;
  left: 0;
}

.form-rip {
  overflow: hidden;
  height: 336px;
  width: 100%;
}

.form-rip svg {
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    display: block;
    height: 100%;
    width: 2560px;
    min-width: 100%;
  }

.wFormThankYou {
  font-weight: 700;
}

.kalendae,
.kalendae *{
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}

/* LAYOUT */

.freeform-form {
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 20px;
  gap: 20px;
}

.freeform-row {
  display: grid;
  grid-gap: 20px;
  gap: 20px;
  grid-template-columns: 1fr;
}

button[type='submit'].ff-loading:before {
  content: '';
  display: block;
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 11px;
      -ms-flex: 1 0 11px;
          flex: 1 0 11px;
  width: 11px;
  height: 11px;
  margin-right: 10px;
  border-style: solid;
  border-width: 2px;
  border-color: transparent transparent #fff #fff;
  border-radius: 50%;
  -webkit-animation: ff-loading 0.5s linear infinite;
          animation: ff-loading 0.5s linear infinite;
}

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

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

/* PAGE TABS */

.freeform-pages {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 0;
  margin: 0 0 25px 0;
  list-style: none;
  border-bottom: 2px solid #dddddd;
}

.freeform-pages li {
  color: #6c757d;
  background: transparent;
  padding: 10px 20px;
  margin: 0;
}

.freeform-pages li.active {
  color: black;
  font-weight: bold;
  background: #dddddd;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}

/* FORM LAYOUT */

.freeform-row [class*='freeform-col-'] {
  margin: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.freeform-row [class*='freeform-col-'] > .freeform-row:first-child {
  margin-top: -10px;
}

.freeform-row
  [class*='freeform-col-']
  label[\:has\(\%3E\%20.freeform-input\[type\%3D'checkbox'\].freeform-has-errors\)],
.freeform-row
  [class*='freeform-col-']
  label[\:has\(\%3E\%20.freeform-input\[type\%3D'radio'\].freeform-has-errors\)],
.freeform-row
  [class*='freeform-col-'].freeform-fieldtype-checkbox_group[\:has\(\%0A\%20\%20\%20\%20ul.freeform-errors\%0A\%20\%20\)]
  label:not(:first-child),
.freeform-row
  [class*='freeform-col-'].freeform-fieldtype-checkbox_group[\:has\(\%0A\%20\%20\%20\%20ul.freeform-errors\%0A\%20\%20\)]
  div.input-group-one-line
  label,
.freeform-row
  [class*='freeform-col-'].freeform-fieldtype-radio_group[\:has\(\%0A\%20\%20\%20\%20ul.freeform-errors\%0A\%20\%20\)]
  label:not(:first-child),
.freeform-row
  [class*='freeform-col-'].freeform-fieldtype-radio_group[\:has\(\%0A\%20\%20\%20\%20ul.freeform-errors\%0A\%20\%20\)]
  div.input-group-one-line
  label,
  .freeform-errors {
  color: #dc3545 !important;
}

.freeform-row
  [class*='freeform-col-']
  label:has(> .freeform-input[type='checkbox'].freeform-has-errors),
.freeform-row
  [class*='freeform-col-']
  label:has(> .freeform-input[type='radio'].freeform-has-errors),
.freeform-row
  [class*='freeform-col-'].freeform-fieldtype-checkbox_group:has(
    ul.freeform-errors
  )
  label:not(:first-child),
.freeform-row
  [class*='freeform-col-'].freeform-fieldtype-checkbox_group:has(
    ul.freeform-errors
  )
  div.input-group-one-line
  label,
.freeform-row
  [class*='freeform-col-'].freeform-fieldtype-radio_group:has(
    ul.freeform-errors
  )
  label:not(:first-child),
.freeform-row
  [class*='freeform-col-'].freeform-fieldtype-radio_group:has(
    ul.freeform-errors
  )
  div.input-group-one-line
  label,
  .freeform-errors {
  color: #dc3545 !important;
}

.freeform-row [class*='freeform-col-'] .input-group-one-line {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.freeform-row [class*='freeform-col-'] .input-group-one-line label {
  padding-right: 15px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.freeform-row
  [class*='freeform-col-']
  .input-group-one-line
  label
  input[type='radio'],
.freeform-row
  [class*='freeform-col-']
  .input-group-one-line
  label
  input[type='checkbox'] {
  margin-right: 10px;
  display: inline-block;
}

.freeform-row [class*='freeform-col-'] .freeform-label.freeform-required:after {
  content: '*';
  margin-left: 5px;
  color: #dc3545;
}

.freeform-row.freeform-payments {
  margin: -10px;
}

/* SUBMIT BUTTON ALIGNMENT */

.freeform-row [class*='freeform-col-'].freeform-column-content-align-left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.freeform-row
  [class*='freeform-col-'].freeform-column-content-align-left
  > button:not(:first-of-type) {
  margin-left: 5px;
}

.freeform-row [class*='freeform-col-'].freeform-column-content-align-center {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.freeform-row
  [class*='freeform-col-'].freeform-column-content-align-center
  > button:not(:first-of-type) {
  margin-left: 5px;
}

.freeform-row [class*='freeform-col-'].freeform-column-content-align-right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.freeform-row
  [class*='freeform-col-'].freeform-column-content-align-right
  > button:not(:first-of-type) {
  margin-left: 5px;
}

.freeform-row [class*='freeform-col-'].freeform-column-content-align-spread {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.freeform-row
  [class*='freeform-col-'].freeform-column-content-align-spread
  > button:not(:first-of-type) {
  margin-left: 5px;
}

/* ERRORS AND SUCCESS */

.freeform-form-success,
.freeform-form-errors {
  padding: 15px 20px;
}

.freeform-form-success p,
.freeform-form-errors p {
  font: normal 18px sans-serif;
  color: #ffffff;
  margin: 0;
}

.freeform-form-success ul,
.freeform-form-errors ul {
  font: italic 15px sans-serif;
  color: #ffffff;
  margin: 10px 0 0 0;
  padding: 0 0 0 25px;
  list-style: disc;
}

.freeform-form-success ul li:not(:last-child),
.freeform-form-errors ul li:not(:last-child) {
  margin-bottom: 5px;
}

.freeform-form-success {
  background-color: #198754;
  border: 1px solid #198754;
}

.freeform-form-errors {
  background-color: #dc3545;
  border: 1px solid #dc3545;
}

/* RESPONSIVE GRID */

@media only screen and (max-width: 800px) {
  [class*='freeform-col-'] {
    width: 100%;
  }
}

@media only screen and (min-width: 801px) {
  .freeform-row {
    grid-template-columns: repeat(12, 1fr);
  }
  
  .freeform-col-1 {
    grid-column: span 1;
  }
  .freeform-col-2 {
    grid-column: span 2;
  }
  .freeform-col-3 {
    grid-column: span 3;
  }
  .freeform-col-4 {
    grid-column: span 4;
  }
  .freeform-col-5 {
    grid-column: span 5;
  }
  .freeform-col-6 {
    grid-column: span 6;
  }
  .freeform-col-7 {
    grid-column: span 7;
  }
  .freeform-col-8 {
    grid-column: span 8;
  }
  .freeform-col-9 {
    grid-column: span 9;
  }
  .freeform-col-10 {
    grid-column: span 10;
  }
  .freeform-col-11 {
    grid-column: span 11;
  }
  .freeform-col-12 {
    grid-column: span 12;
  }
}

.loader {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  width: 100%;
  height: 100%; 
  display: none;
  -webkit-animation: fadeIn 250ms 750ms;
          animation: fadeIn 250ms 750ms;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  pointer-events: none;
}

.is-loading .loader {
    display: block;
  }

.inline-loader {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10000;
  width: 100%;
  height: 100%; 
  display: none;
  -webkit-animation: fadeIn 250ms;
          animation: fadeIn 250ms;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}

.lazyloading + .inline-loader,
  .inline-loader.inline-loader--visible {
    display: block;
  }

.inline-loader:not(.inline-loader--visible) {
    -webkit-animation-delay: 750ms;
            animation-delay: 750ms;
  }

.loader__inner {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: 0 auto;
  width: 30px;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%)
}

.loader__inner:before {
    content: '';
    display: block;
    padding-top: 100%;
  }

.loader__circular {
  -webkit-animation: rotate 1.5s linear infinite;
          animation: rotate 1.5s linear infinite;
  height: 100%;
  -webkit-transform-origin: center center;
      -ms-transform-origin: center center;
          transform-origin: center center;
  width: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

.loader__circular--static {
  position: static;
  display: block;
  width: 30px;
  height: 30px;
  margin: 0 auto;
}

.loader__path {
  stroke-dasharray: 1, 200;
  stroke-dashoffset: 0;
  -webkit-animation: dash 1s ease-in-out infinite;
          animation: dash 1s ease-in-out infinite;
  stroke-linecap: round;
  stroke: #000;
  stroke: var(--color-highlight);
}

@-webkit-keyframes rotate {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes rotate {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@-webkit-keyframes dash {
  0% {
    stroke-dasharray: 1, 200;
    stroke-dashoffset: 0;
  }
  50% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -35px;
  }
  100% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -124px;
  }
}

@keyframes dash {
  0% {
    stroke-dasharray: 1, 200;
    stroke-dashoffset: 0;
  }
  50% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -35px;
  }
  100% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -124px;
  }
}

.article-grid-loader__button {
  text-align: center;
  cursor: pointer;
  display: none;
}

.article-grid-loader {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.article-grid-loader .loader__circular {
    visibility: hidden;
  }

.article-grid-loader.is-loading .loader__circular {
      visibility: visible;
    }

.grid {
  display: grid;
  grid-template-columns: 1fr
}

@media (min-width: 1680px) {

.grid {
    grid-gap: 45px;
    gap: 45px;
    grid-gap: calc(var(--gutter-xl)*0.5);
    gap: calc(var(--gutter-xl)*0.5)
}
  }

@media (min-width: 1280px) and (max-width: 1679px) {

.grid {
    grid-gap: 45px;
    gap: 45px;
    grid-gap: calc(var(--gutter-lg)*0.5);
    gap: calc(var(--gutter-lg)*0.5)
}
  }

@media (min-width: 1024px) and (max-width: 1279px) {

.grid {
    grid-gap: 22.5px;
    gap: 22.5px;
    grid-gap: calc(var(--gutter-md)*0.5);
    gap: calc(var(--gutter-md)*0.5)
}
  }

@media (min-width: 768px) and (max-width: 1023px) {

.grid {
    grid-gap: 45px;
    gap: 45px
}
  }

@media (min-width: 375px) and (max-width: 767px) {

.grid {
    grid-gap: 30px;
    gap: 30px
}
  }

@media (max-width: 374px) {

.grid {
    grid-gap: 30px;
    gap: 30px
}
  }

@media (min-width: 1024px) {
  .grid-2x {
    grid-template-columns: repeat(2, 1fr);
  }

  .grid-3x {
    grid-template-columns: repeat(3, 1fr);
  }
}

.grid-col-padded {
  padding: 20px;
}

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

body {
  background-color: #fff;
}

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

.preload * {
  -webkit-transition: none !important;
  -o-transition: none !important;
  transition: none !important;
}

.sticky-container {
  position: fixed;
  position: -webkit-sticky;
  position: sticky;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 99;
  max-height: calc(100vh - 90.01px);
  max-height: calc(100vh - var(--ios-gap) - var(--header-height));
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}

.wrap {
  position: relative;
  min-height: 100vh;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

.skip-to-content-link {
  background: #fff;
  border: 2px solid #000;
  left: 0;
  top: 0;
  padding: 8px;
  position: absolute;
  z-index: 101;
  -webkit-transform: translateY(-100%);
      -ms-transform: translateY(-100%);
          transform: translateY(-100%);
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  -o-transition: transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
  font-weight: 700;
  border-radius: 0;
}

.skip-to-content-link:focus {
  -webkit-transform: translateY(0%);
      -ms-transform: translateY(0%);
          transform: translateY(0%);
  left: 5px;
  top: 5px;
}

.site-header-placeholder {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 90px;
  height: var(--header-height);
  z-index: 99;
  background-color: var(--color-highlight);
}

.site-header {
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
  z-index: 100;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 90px;
  height: var(--header-height);
  padding: 0 20px;
  padding: 0 var(--header-padding);
  -webkit-transition: background-color 350ms 0ms;
  -o-transition: background-color 350ms 0ms;
  transition: background-color 350ms 0ms
}

@media (max-width: 1023px) {
    .site-header[class*="bg"] {
      background-color: transparent;
    }
  }

@media (min-width: 1024px) {
    html:not(.is-nav-transition-active) .is-scrolled[data-scroll-dir="down"] .site-header {
      background-color: transparent;
      pointer-events: none
    }

      html:not(.is-nav-transition-active) .is-scrolled[data-scroll-dir="down"] .site-header > * {
        pointer-events: all;
      }
  }

.is-nav-transition-active .site-header {
    /* position: fixed;
    width: 100%; */
    background-color: #DB3347;
    background-color: var(--color-red);
  }

.site-header__menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.site-header__nav-icon,
.site-header__logo {
  height: 50px;
  height: var(--button-size);
  width: 50px;
  width: var(--button-size);
  border: 2px solid;
  border-radius: 100%;
  background-color: inherit;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: border-color 350ms, background-color 350ms;
  -o-transition: border-color 350ms, background-color 350ms;
  transition: border-color 350ms, background-color 350ms;
  background-color: var(--color-highlight)
}

.site-header__nav-icon:focus, .site-header__logo:focus {
    outline: 0;
  }

@media (hover: hover) {
    .site-header__nav-icon:hover,
    .site-header__nav-icon:focus,
    .site-header__logo:hover,
    .site-header__logo:focus {
      border-color: var(--color-highlight);
      background-color: var(--color-text);
    }

      .site-header__nav-icon:hover svg, .site-header__nav-icon:focus svg, .site-header__logo:hover svg, .site-header__logo:focus svg {
        fill: var(--color-highlight);
      }

      .site-header__nav-icon:hover span, .site-header__nav-icon:focus span, .site-header__logo:hover span, .site-header__logo:focus span {
        background-color: var(--color-highlight);
      }
  }

.is-nav-transition-active .site-header__nav-icon, .is-nav-transition-active .site-header__logo {
    background-color: transparent;
    border-color: #fff;
    border-color: var(--color-white)
  }

@media (hover: hover) {
      .is-nav-transition-active .site-header__nav-icon:hover,
      .is-nav-transition-active .site-header__nav-icon:focus,
      .is-nav-transition-active .site-header__logo:hover,
      .is-nav-transition-active .site-header__logo:focus {
        background-color: #fff;
        background-color: var(--color-white);
        border-color: transparent;
      }

        .is-nav-transition-active .site-header__nav-icon:hover svg, .is-nav-transition-active .site-header__nav-icon:focus svg, .is-nav-transition-active .site-header__logo:hover svg, .is-nav-transition-active .site-header__logo:focus svg {
          fill: #DB3347;
          fill: var(--color-red);
        }

        .is-nav-transition-active .site-header__nav-icon:hover span, .is-nav-transition-active .site-header__nav-icon:focus span, .is-nav-transition-active .site-header__logo:hover span, .is-nav-transition-active .site-header__logo:focus span {
          background-color: #DB3347;
          background-color: var(--color-red);
        }
    }

.site-header__logo svg {
    margin-left: 6px;
    margin-bottom: 1px;
    -webkit-transition: fill 350ms;
    -o-transition: fill 350ms;
    transition: fill 350ms;
  }

.is-nav-transition-active .site-header__logo svg {
      fill: #fff;
      fill: var(--color-white);
    }

.site-header__nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.site-header__nav a {
    margin-right: 20px;
    margin-right: var(--header-padding);
    border-bottom: 2px solid transparent;
    margin-top: 4px
  }

.site-header__nav a.is-active {
      border-color: inherit;
    }

@media (max-width: 1023px) {

.site-header__nav {
    display: none
}
  }

.is-scrolled[data-scroll-dir="down"] .site-header__nav {
    opacity: 0;
    pointer-events: none;
  }

.site-header__nav,
.site-header__donate {
  -webkit-transition: opacity 350ms;
  -o-transition: opacity 350ms;
  transition: opacity 350ms;
}

.is-nav-transition-active .site-header__nav, .is-nav-transition-active .site-header__donate {
    opacity: 0;
    pointer-events: none;
  }

.site-header__nav-icon {
  position: relative;
  margin-left: 20px;
  margin-left: var(--header-padding);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.site-header__nav-icon span {
    width: 26px;
    height: 2px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transition: all 350ms;
    -o-transition: all 350ms;
    transition: all 350ms;
  }

.is-nav-transition-active .site-header__nav-icon span {
      background-color: #fff;
      background-color: var(--color-white);
    }

.site-header__nav-icon span:nth-child(1) {
      -webkit-transform: translate(-50%, -8px);
          -ms-transform: translate(-50%, -8px);
              transform: translate(-50%, -8px);
    }

.site-header__nav-icon span:nth-child(2) {
      -webkit-transform: translate(-50%, 0);
          -ms-transform: translate(-50%, 0);
              transform: translate(-50%, 0);
    }

.site-header__nav-icon span:nth-child(3) {
      -webkit-transform: translate(-50%, 8px);
          -ms-transform: translate(-50%, 8px);
              transform: translate(-50%, 8px);
    }

.is-nav-transition-active .site-header__nav-icon span:nth-child(1) {
        -webkit-transform: translate(-50%, 0) rotate(45deg);
            -ms-transform: translate(-50%, 0) rotate(45deg);
                transform: translate(-50%, 0) rotate(45deg);
      }

.is-nav-transition-active .site-header__nav-icon span:nth-child(2) {
        opacity: 0;
      }

.is-nav-transition-active .site-header__nav-icon span:nth-child(3) {
        -webkit-transform: translate(-50%, 0) rotate(-45deg);
            -ms-transform: translate(-50%, 0) rotate(-45deg);
                transform: translate(-50%, 0) rotate(-45deg);
      }

.site-header__donate-button {
  border: 2px solid transparent;
}

.bg-color-green .site-header__donate-button {
    border-color: inherit;
  }

.site-header__title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.site-header__location {
  opacity: 0;
  -webkit-transition: opacity 350ms;
  -o-transition: opacity 350ms;
  transition: opacity 350ms
}

@media (max-width: 767px) {

.site-header__location {
    display: none
}
  }

html:not(.is-nav-transition-active) .is-scrolled[data-scroll-dir="up"] .site-header__location {
    opacity: 1;
  }

.is-nav-transition-active .site-header__location {
    opacity: 0;
  }

.site-nav {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 50;
  padding-top: 90px;
  padding-top: var(--margin-90);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  opacity: 0;
}

html:not(.is-nav-active) .site-nav {
    display: none;
  }

.site-nav__top {
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 auto;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

.site-nav__menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap
}

@media (min-width: 768px) and (max-width: 1023px) {

.site-nav__menu {
    margin: -30px 0;
    margin: calc(var(--margin-30)*-1) 0
}
  }

.site-nav__pillar {
  width: 100%
}

@media (max-width: 767px) {
    .site-nav__pillar:not(:last-child) {
      margin-bottom: 45px;
      margin-bottom: var(--margin-45);
    }
  }

@media (min-width: 768px) and (max-width: 1023px) {

.site-nav__pillar {
    width: 50%;
    padding: 30px 0;
    padding: var(--margin-30) 0
}
  }

@media (min-width: 1024px) {

.site-nav__pillar {
    width: 25%
}
  }

@media (min-width: 1024px) {

.site-nav__footer {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}
  }

@media (min-width: 768px) {
    .site-nav__footer .social-icon {
      width: 22px;
      height: 22px;
    }
  }

.site-nav__footer-links {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

@media (max-width: 767px) {

.site-nav__footer-link {
    width: 100%
}
  }

@media (min-width: 768px) and (max-width: 1023px) {

.site-nav__footer-link {
    width: 50%
}
  }

@media (min-width: 1024px) {

.site-nav__footer-link {
    margin-right: 30px;
    margin-right: var(--margin-30)
}
  }

.site-footer {
  position: relative;
  background-color: #2A2A29;
}

.site-footer__logo {
  width: 100%;
  max-width: 13.875rem
}

@media (min-width: 768px) {

.site-footer__logo {
    max-width: 16.5625rem
}
  }

.site-footer__logo svg {
    display: block;
    width: 100%;
    height: auto;
    fill: #fff;
    fill: var(--color-white);
  }

.site-footer__nav a {
    display: inline-block;
  }

.site-footer__nav div:not(:last-child) {
    margin-bottom: 8px;
  }

.footer-rip {
  overflow: hidden;
  height: 336px;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
}

.footer-rip svg {
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    display: block;
    height: 100%;
    width: 2560px;
    min-width: 100%;
  }

@media (min-width: 768px) {

.site-footer__split-col {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between
}
  }

.t-color-white {
  color: #fff;
  color: var(--color-white);
}

.t-color-black {
  color: #000;
  color: var(--color-black);
}

.fill-white {
  fill: #fff;
  fill: var(--color-white);
}

.fill-black {
  fill: #000;
  fill: var(--color-black);
}

.bg-color-white {
  background-color: #fff;
  background-color: var(--color-white);
}

.bg-color-black {
  background-color: #000;
  background-color: var(--color-black);
}

/* RED */

.bg-color-red {
  background-color: #DB3347;
  background-color: var(--color-red);
}

.bg-color-red-alt {
  background-color: #AC2545;
  background-color: var(--color-red-alt);
}

.fill-red {
  fill: #DB3347;
  fill: var(--color-red);
}

.fill-red-alt {
  fill: #AC2545;
  fill: var(--color-red-alt);
}

.t-color-red {
  color: #DB3347;
  color: var(--color-red);
}

.t-color-red-alt {
  color: #AC2545;
  color: var(--color-red-alt);
}

/* YELLOW */

.bg-color-yellow {
  background-color: #FFEB33;
  background-color: var(--color-yellow);
}

.bg-color-yellow-alt {
  background-color: #E3D636;
  background-color: var(--color-yellow-alt);
}

.fill-yellow {
  fill: #FFEB33;
  fill: var(--color-yellow);
}

.fill-yellow-alt {
  fill: #E3D636;
  fill: var(--color-yellow-alt);
}

.t-color-yellow {
  color: #FFEB33;
  color: var(--color-yellow);
}

.t-color-yellow-alt {
  color: #E3D636;
  color: var(--color-yellow-alt);
}

/* ORANGE */

.bg-color-orange {
  background-color: #FE7838;
  background-color: var(--color-orange);
}

.bg-color-orange-alt {
  background-color: #F99252;
  background-color: var(--color-orange-alt);
}

.fill-orange {
  fill: #FE7838;
  fill: var(--color-orange);
}

.fill-orange-alt {
  fill: #F99252;
  fill: var(--color-orange-alt);
}

.t-color-orange {
  color: #FE7838;
  color: var(--color-orange);
}

.t-color-orange-alt {
  color: #F99252;
  color: var(--color-orange-alt);
}

/* PINK */

.bg-color-pink {
  background-color: #E71FA4;
  background-color: var(--color-pink);
}

.bg-color-pink-alt {
  background-color: #B6077C;
  background-color: var(--color-pink-alt);
}

.fill-pink {
  fill: #E71FA4;
  fill: var(--color-pink);
}

.fill-pink-alt {
  fill: #B6077C;
  fill: var(--color-pink-alt);
}

.t-color-pink {
  color: #E71FA4;
  color: var(--color-pink);
}

.t-color-pink-alt {
  color: #B6077C;
  color: var(--color-pink-alt);
}

/* GREEN */

.bg-color-green {
  background-color: #9DE251;
  background-color: var(--color-green);
}

.bg-color-green-alt {
  background-color: #87D34B;
  background-color: var(--color-green-alt);
}

.fill-green {
  fill: #9DE251;
  fill: var(--color-green);
}

.fill-green-alt {
  fill: #87D34B;
  fill: var(--color-green-alt);
}

.t-color-green {
  color: #9DE251;
  color: var(--color-green);
}

.t-color-green-alt {
  color: #87D34B;
  color: var(--color-green-alt);
}

/* BLUE */

.bg-color-blue {
  background-color: #1D377D;
  background-color: var(--color-blue);
}

.bg-color-blue-alt {
  background-color: #16295F;
  background-color: var(--color-blue-alt);
}

.fill-blue {
  fill: #1D377D;
  fill: var(--color-blue);
}

.fill-blue-alt {
  fill: #16295F;
  fill: var(--color-blue-alt);
}

.t-color-blue {
  color: #1D377D;
  color: var(--color-blue);
}

.t-color-blue-alt {
  color: #16295F;
  color: var(--color-blue-alt);
}

.cookie-notice {
  position: fixed;
  z-index: 200;
  display: none;
  bottom: 0;
  left: 0;
  padding: 20px;
  padding: var(--margin-20);
  -webkit-animation: cookieEnter 1250ms 350ms cubic-bezier(0.190, 1.000, 0.220, 1.000);
          animation: cookieEnter 1250ms 350ms cubic-bezier(0.190, 1.000, 0.220, 1.000);
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both
  /* background-image: linear-gradient(to bottom, rgba(0,0,0,0) 0%, rgba(0,0,0,0.5) 100%); */
}

.cookie-notice.is-active {
    display: block;
  }

.cookie-notice__body {
  width: 100%;
  background-color: #fff;
  background-color: var(--color-white);
  border-top: 2px solid;
  padding: 20px;
  padding: var(--margin-20);
  -webkit-box-shadow: 0 3px 5px 0 rgba(0,0,0,0.1);
          box-shadow: 0 3px 5px 0 rgba(0,0,0,0.1);
  -webkit-animation: bounce 6000ms 6000ms infinite;
          animation: bounce 6000ms 6000ms infinite
}

@media (min-width: 768px) {

.cookie-notice__body {
    max-width: 620px
}
  }

.cookie-notice__body .button {
    text-transform: none;
  }

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

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

@-webkit-keyframes bounce {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  4% {
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
  }
  8% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  12% {
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
  }
  16% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes bounce {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  4% {
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
  }
  8% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  12% {
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
  }
  16% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

.small-cta {
  position: relative;
  top: 0;
  z-index: 100;
  display: none;
  -webkit-transition: all 500ms;
  -o-transition: all 500ms;
  transition: all 500ms
}

.small-cta.is-active {
    display: block;
  }

.small-cta .container {
    padding-top: 10px;
    padding-top: var(--margin-10);
    padding-bottom: 10px;
    padding-bottom: var(--margin-10);
    min-height: 3.75rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center
  }

@media (min-width: 768px) {

  .small-cta .container {
      padding-top: 15px;
      padding-top: var(--margin-15);
      padding-bottom: 15px;
      padding-bottom: var(--margin-15)
  }
    }

.is-nav-active .small-cta {
    display: none;
  }

.small-cta__close {
  position: absolute;
  padding: 15px;
  padding: var(--margin-15);
  top: 0;
  right: 0
}

@media (min-width: 768px) {

.small-cta__close {
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%)
}
  }

.small-cta__close svg {
    display: block;
    width: 1.0625rem;
    height: 1.0625rem
  }

@media (min-width: 768px) {

  .small-cta__close svg {
      width: 1.25rem;
      height: 1.25rem
  }
    }

.small-cta__inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap
}

@media (max-width: 767px) {

.small-cta__inner {
    padding-right: 2.9375rem
}
  }

.cta-link {
  display: inline-block
}

@media (max-width: 767px) {
    .cta-link:not(:last-child) {
      margin-bottom: 20px;
      margin-bottom: var(--margin-20);
    }
  }

@media (min-width: 768px) {

.cta-link {
    margin: 10px;
    margin: calc(var(--margin-20)*0.5)
}
  }

.large-cta {
  padding: 20px 0;
  padding: var(--gutter-xs) 0;
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 auto;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  display: none
}

.large-cta.is-active {
    display: block;
  }

@media (min-width: 768px) {

.large-cta {
    padding: 30px 0;
    padding: var(--margin-30) 0
}
  }

@media (max-width: 767px) {

.large-cta__title {
    padding-right: 60px
}
  }

.large-cta__close {
  position: absolute;
  padding: 15px;
  padding: var(--margin-15);
  top: 0;
  right: 0;
  padding: 20px;
  padding: var(--gutter-xs)
}

@media (min-width: 768px) {

.large-cta__close {
    top: 15px;
    top: var(--margin-15);
    right: 15px;
    right: var(--margin-15);
    padding: 15px;
    padding: var(--margin-15)
}
  }

.large-cta__close svg {
    display: block;
    width: 1.0625rem;
    height: 1.0625rem
  }

@media (min-width: 768px) {

  .large-cta__close svg {
      width: 1.25rem;
      height: 1.25rem
  }
    }

.section {
  padding: 0.05px 0;
  position: relative;
}

@media (min-width: 768px) {

.section-with-margins {
    margin: 90px 0;
    margin: var(--margin-90) 0
}

    .section-with-margins:first-child {
      margin-top: 45px;
      margin-top: var(--margin-45);
    }
  }

.section-title {
  margin-bottom: 20px;
  margin-bottom: var(--margin-20);
  padding-bottom: 20px;
  padding-bottom: var(--margin-20);
  border-bottom: 1px solid #D3D3D3;
  border-bottom: 1px solid var(--color-grey)
}

@media (min-width: 768px) {

.section-title {
    margin-bottom: 45px;
    margin-bottom: var(--margin-45);
    padding-bottom: 45px;
    padding-bottom: var(--margin-45)
}
  }

.relative {
  position: relative;
}

.container {
  padding-right: 20px;
  padding-right: var(--margin-20);
  padding-left: 20px;
  padding-left: var(--margin-20);
  width: 100%;
  max-width: 1280px;
  margin-right: auto;
  margin-left: auto
}

@media (min-width: 768px) {

.container {
    padding-right: 90px;
    padding-right: var(--margin-90);
    padding-left: 90px;
    padding-left: var(--margin-90)
}
  }

.container--pad-v {
  padding-top: 20px;
  padding-top: var(--margin-20);
  padding-bottom: 20px;
  padding-bottom: var(--margin-20)
}

@media (min-width: 768px) {

.container--pad-v {
    padding-top: 90px;
    padding-top: var(--margin-90);
    padding-bottom: 90px;
    padding-bottom: var(--margin-90)
}
  }

.tear-underlay {
  position: relative
}

@media (max-width: 1023px) {

.tear-underlay {
    margin-top: -20px;
    margin-top: calc(var(--margin-20)*-1)
}
  }

@media (min-width: 768px) and (max-width: 1023px) {

.tear-underlay {
    margin-top: -90px;
    margin-top: calc(var(--margin-90)*-1)
}
  }

@media (min-width: 1024px) {

.tear-underlay {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%
}
  }

.collapse {
  padding: 0.05px 0;
}

.section-meta {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex
}

@media (min-width: 1024px) {

.section-meta {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end
}
  }

.ae-logo {
  width: 100%;
  max-width: 13.875rem
}

@media (min-width: 768px) {

.ae-logo {
    max-width: 25rem
}
  }

.ae-logo svg {
    display: block;
    width: 100%;
    height: auto;
    fill: #fff;
    fill: var(--color-white);
  }

@media (max-width: 767px) {

.landing-arrow {
    width: 21px;
    height: 13px
}
  }

.article-card__inner {
  padding: 20px;
  padding: var(--margin-20);
}

.card {
  transition: opacity 500ms cubic-bezier(0.215, 0.610, 0.355, 1.000), transform 500ms cubic-bezier(0.215, 0.610, 0.355, 1.000), -webkit-transform 500ms cubic-bezier(0.215, 0.610, 0.355, 1.000);
  transition: opacity 500ms var(--ease-in-out), transform 500ms var(--ease-in-out), -webkit-transform 500ms var(--ease-in-out)
}

.card.lazyload,
  .card.lazyloading {
    opacity: 0;
    -webkit-transform: translateY(50px);
        -ms-transform: translateY(50px);
            transform: translateY(50px);
  }

.card__inner {
  display: block;
}

.resource-card__header,
.resource-card__body {
  padding-right: 20px;
  padding-right: var(--margin-20);
  padding-left: 20px;
  padding-left: var(--margin-20);
}

@media (min-width: 768px) {
    .card-grid .card, .card-row .card {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column;
    } 

    .card-grid .card__inner, .card-row .card__inner {
      -webkit-box-flex: 1;
      -webkit-flex: 1 0 auto;
          -ms-flex: 1 0 auto;
              flex: 1 0 auto;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-align-content: stretch;
          -ms-flex-line-pack: stretch;
              align-content: stretch;
    }

    .card-grid .article-card__excerpt, .card-row .article-card__excerpt {
      -webkit-box-flex: 1;
      -webkit-flex: 1 0 auto;
          -ms-flex: 1 0 auto;
              flex: 1 0 auto;
    }
}

.article-card__img {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}

.resource-card__body,
.resource-card__inner {
  -webkit-transition: background-color 350ms;
  -o-transition: background-color 350ms;
  transition: background-color 350ms;
}

.resource-card__body {
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 auto;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}

.resource-card__excerpt {
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 auto;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
}

@media (hover: hover) {
  .article-card__inner {
    -webkit-transition: background-color 350ms;
    -o-transition: background-color 350ms;
    transition: background-color 350ms;
  }

    .article-card__inner svg {
      -webkit-transition: fill 350ms;
      -o-transition: fill 350ms;
      transition: fill 350ms;
    }
      .article-card__inner.bg-color-red:hover {
        background-color: #AC2545;
        background-color: var(--color-red-alt);
      }

        .article-card__inner.bg-color-red:hover svg {
          fill: #AC2545;
          fill: var(--color-red-alt);
        }
      .article-card__inner.bg-color-red-alt:hover {
        background-color: #DB3347;
        background-color: var(--color-red);
      }

        .article-card__inner.bg-color-red-alt:hover svg {
          fill: #DB3347;
          fill: var(--color-red);
        }
    .resource-card__inner svg {
      -webkit-transition: fill 350ms;
      -o-transition: fill 350ms;
      transition: fill 350ms;
    }
      .resource-card__inner.bg-color-orange:hover {
        background-color: #F99252;
        background-color: var(--color-orange-alt);
      }

        .resource-card__inner.bg-color-orange:hover .resource-card__body {
          background-color: #FE7838;
          background-color: var(--color-orange);
        }

        .resource-card__inner.bg-color-orange:hover svg {
          fill: #FE7838;
          fill: var(--color-orange);
        }
      .resource-card__inner.bg-color-pink:hover {
        background-color: #B6077C;
        background-color: var(--color-pink-alt);
      }

        .resource-card__inner.bg-color-pink:hover .resource-card__body {
          background-color: #E71FA4;
          background-color: var(--color-pink);
        }

        .resource-card__inner.bg-color-pink:hover svg {
          fill: #E71FA4;
          fill: var(--color-pink);
        }
}

@media (max-width: 767px) {
    .card-row .card:nth-child(n+2) {
      display: none;
    }
}

@media (min-width: 768px) and (max-width: 1023px) {
    .card-row .card:nth-child(n+3) {
      display: none;
    }
}

@media (max-width: 767px) {
    .card-grid .card {
      margin-bottom: 20px;
      margin-bottom: var(--margin-20);
    } 
  }

@media (min-width: 768px) {

.card-grid {
    margin-bottom: -90px;
    margin-bottom: calc(var(--margin-90)*-1);
}

    .card-grid .card {
      margin-bottom: 90px;
      margin-bottom: var(--margin-90);
    }
  }

@media (min-width: 768px) {
    .page-content > .content-module:last-child {
      margin-bottom: 90px;
      margin-bottom: var(--margin-90);
    }

    .page-content > .content-module[class*=bg]:last-child {
      margin-bottom: 0;
    }
  }

.content-section-bordered {
  margin-bottom: 30px;
  margin-bottom: var(--margin-30);
  padding-bottom: 30px;
  padding-bottom: var(--margin-30);
  border-bottom: 1px solid #D3D3D3;
  border-bottom: 1px solid var(--color-grey)
}

@media (min-width: 768px) {

.content-section-bordered {
    margin-bottom: 90px;
    margin-bottom: var(--margin-90);
    padding-bottom: 90px;
    padding-bottom: var(--margin-90)
}
  }

.content-section {
  margin: 30px 0;
  margin: var(--margin-30) 0
}

@media (min-width: 768px) {

.content-section {
    margin: 90px 0;
    margin: var(--margin-90) 0
}
  }

.content-section:first-child {
    margin-top: 0;
  }

.content-module {
  margin: 30px 0;
  margin: var(--margin-30) 0
}

@media (min-width: 768px) {

.content-module {
    margin: 45px 0;
    margin: var(--margin-45) 0
}
  }

.content-module:first-child {
    margin-top: 0;
  }

.content-module:last-child {
    margin-bottom: 0;
  }

.sidebar {
  overflow: hidden
}

@media (min-width: 1024px) {

.sidebar {
    position: -webkit-sticky;
    position: sticky;
    top: 110px;
    top: calc(var(--header-height) + var(--margin-20))
}
  }

@media (min-width: 768px) and (max-width: 1023px) {

.sidebar__inner {
    margin-right: -22.5px;
    margin-right: calc(var(--gutter-sm)*-0.5);
    margin-left: -22.5px;
    margin-left: calc(var(--gutter-sm)*-0.5);
    margin-top: -45px;
    margin-top: calc(var(--margin-45)*-1);
    margin-bottom: -45px;
    margin-bottom: calc(var(--margin-45)*-1);
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
}

    .sidebar__inner .content-module {
      width: 50%;
      padding-right: 22.5px;
      padding-right: calc(var(--gutter-sm)*0.5);
      padding-left: 22.5px;
      padding-left: calc(var(--gutter-sm)*0.5);
      margin: 45px 0;
      margin: var(--margin-45) 0;
    }
  }

@media (min-width: 768px) {

.entry-tools {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: baseline;
    -webkit-align-items: baseline;
        -ms-flex-align: baseline;
            align-items: baseline
}
  }

.entry-tools__pagination {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex
}

@media (max-width: 767px) {

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

    .entry-tools__pagination .entry-tools__link {
      width: 33.33%
    }

      .entry-tools__pagination .entry-tools__link:nth-child(2) {
        text-align: center;
      }

      .entry-tools__pagination .entry-tools__link:nth-child(3) {
        text-align: right;
      }
  }

@media (min-width: 768px) {
    .entry-tools__pagination .entry-tools__link {
      margin-left: 20px;
      margin-left: var(--margin-20);
    }
  }

.entry-sharer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}

.entry-tools__link a {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }

.entry-tools__prev svg {
    -webkit-transition: -webkit-transform 350ms;
    transition: -webkit-transform 350ms;
    -o-transition: transform 350ms;
    transition: transform 350ms;
    transition: transform 350ms, -webkit-transform 350ms;
    margin-right: 7px;
    margin-top: -1px;
  }

@media (hover: hover) {
      .entry-tools__prev a:hover svg {
        -webkit-transform: translateX(-5px);
            -ms-transform: translateX(-5px);
                transform: translateX(-5px);
      }
  }

.entry-tools__next svg {
    -webkit-transition: -webkit-transform 350ms;
    transition: -webkit-transform 350ms;
    -o-transition: transform 350ms;
    transition: transform 350ms;
    transition: transform 350ms, -webkit-transform 350ms;
    margin-left: 7px;
    margin-top: -1px;
  }

@media (hover: hover) {
      .entry-tools__next a:hover svg {
        -webkit-transform: translateX(5px);
            -ms-transform: translateX(5px);
                transform: translateX(5px);
      }
  }

.donate-mini-form {
  width: 100%;
  max-width: 20em;
}

.donate-radio-container {
  font-family: "Archivo Black", "Archivo", "Helvetica", "Arial", sans-serif;
  font-family: var(--font-title-stack);
  text-transform: uppercase;
  min-height: 50px;
  min-height: var(--button-size);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex
}

@media (min-width: 1680px) {

.donate-radio-container {
    font-size: 17px;
    font-size: var(--font-size-h5-xl);
    line-height: 24px;
    line-height: var(--font-lh-h5-xl)
}
  }

@media (min-width: 1280px) and (max-width: 1679px) {

.donate-radio-container {
    font-size: 17px;
    font-size: var(--font-size-h5-lg);
    line-height: 24px;
    line-height: var(--font-lh-h5-lg)
}
  }

@media (min-width: 1024px) and (max-width: 1279px) {

.donate-radio-container {
    font-size: 17px;
    font-size: var(--font-size-h5-md);
    line-height: 24px;
    line-height: var(--font-lh-h5-md)
}
  }

@media (min-width: 768px) and (max-width: 1023px) {

.donate-radio-container {
    font-size: 17px;
    font-size: var(--font-size-h5-sm);
    line-height: 24px;
    line-height: var(--font-lh-h5-sm)
}
  }

@media (min-width: 375px) and (max-width: 767px) {

.donate-radio-container {
    font-size: 16px;
    font-size: var(--font-size-h5-xs);
    line-height: 22px;
    line-height: var(--font-lh-h5-xs)
}
  }

@media (max-width: 374px) {

.donate-radio-container {
    font-size: 16px;
    font-size: var(--font-size-h5-xxs);
    line-height: 22px;
    line-height: var(--font-lh-h5-xxs)
}
  }

.donate-radio {
  position: relative;
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 auto;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
  text-align: center  
}

.donate-radio:first-child label {
    border-radius: 50px 0 0 50px;
    border-radius: var(--button-size) 0 0 var(--button-size);
  }

.donate-radio:last-child label {
    border-radius: 0 50px 50px 0;
    border-radius: 0 var(--button-size) var(--button-size) 0;
    border-right-width: 2px;
  }

.donate-radio input {
    display: none;
  }

.donate-radio label {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    border: 2px solid #000;
    border: 2px solid var(--color-black);
    border-right-width: 0;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none
  }

.donate-radio label:hover {
      background-color: #87D34B;
      background-color: var(--color-green-alt);
    }

.donate-radio input:checked + label {
    background-color: #000;
    background-color: var(--color-black);
    color: #9DE251;
    color: var(--color-green);
  }

.donate-input-wrap {
  font-family: "Archivo Black", "Archivo", "Helvetica", "Arial", sans-serif;
  font-family: var(--font-title-stack);
  text-transform: uppercase;
  min-height: 50px;
  min-height: var(--button-size);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  border-radius: 50px;
  border-radius: var(--button-size);
  padding: 12px 25px 10px;
  padding: 12px calc(var(--button-size)*0.5) var(--margin-10);
  -webkit-transition: color 350ms, background-color 350ms, border-color 350ms;
  -o-transition: color 350ms, background-color 350ms, border-color 350ms;
  transition: color 350ms, background-color 350ms, border-color 350ms;
  border: 2px solid;
  background-color: #87D34B;
  background-color: var(--color-green-alt)
}

@media (min-width: 1680px) {

.donate-input-wrap {
    font-size: 17px;
    font-size: var(--font-size-h5-xl);
    line-height: 24px;
    line-height: var(--font-lh-h5-xl)
}
  }

@media (min-width: 1280px) and (max-width: 1679px) {

.donate-input-wrap {
    font-size: 17px;
    font-size: var(--font-size-h5-lg);
    line-height: 24px;
    line-height: var(--font-lh-h5-lg)
}
  }

@media (min-width: 1024px) and (max-width: 1279px) {

.donate-input-wrap {
    font-size: 17px;
    font-size: var(--font-size-h5-md);
    line-height: 24px;
    line-height: var(--font-lh-h5-md)
}
  }

@media (min-width: 768px) and (max-width: 1023px) {

.donate-input-wrap {
    font-size: 17px;
    font-size: var(--font-size-h5-sm);
    line-height: 24px;
    line-height: var(--font-lh-h5-sm)
}
  }

@media (min-width: 375px) and (max-width: 767px) {

.donate-input-wrap {
    font-size: 16px;
    font-size: var(--font-size-h5-xs);
    line-height: 22px;
    line-height: var(--font-lh-h5-xs)
}
  }

@media (max-width: 374px) {

.donate-input-wrap {
    font-size: 16px;
    font-size: var(--font-size-h5-xxs);
    line-height: 22px;
    line-height: var(--font-lh-h5-xxs)
}
  }

.donate-input {
  -moz-appearance: textfield;
  width: 100%;
  text-align: center;
  padding-right: 25px;
  padding-right: calc(var(--button-size)*0.5)
}

.donate-input::-webkit-outer-spin-button,
  .donate-input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
  }

.donate-input::-webkit-input-placeholder {
    color: #000;
    color: var(--color-black);
  }

.donate-input::-moz-placeholder {
    color: #000;
    color: var(--color-black);
  }

.donate-input:-ms-input-placeholder {
    color: #000;
    color: var(--color-black);
  }

.donate-input::-ms-input-placeholder {
    color: #000;
    color: var(--color-black);
  }

.donate-input::placeholder {
    color: #000;
    color: var(--color-black);
  }

.donate-input:focus::-webkit-input-placeholder {
      color: transparent;
    }

.donate-input:focus::-moz-placeholder {
      color: transparent;
    }

.donate-input:focus:-ms-input-placeholder {
      color: transparent;
    }

.donate-input:focus::-ms-input-placeholder {
      color: transparent;
    }

.donate-input:focus::placeholder {
      color: transparent;
    }

.donate-input-prepend {
  margin-right: 25px;
  margin-right: calc(var(--button-size)*0.5);
}

.donate-form-row {
  margin-top: 20px;
  margin-top: var(--margin-20);
}

.donate-form-row button {
    width: 100%;
  }

[data-donate-form="monthly"] .donate-price-one-off {
    display: none;
  }

[data-donate-form="one-off"] .donate-price-monthly {
    display: none;
  }

.opportunity {
  border-top: 1px solid #D3D3D3;
  border-top: 1px solid var(--color-grey);
  padding: 25px 0;
}

.opportunity__inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  grid-gap: 15px;
  gap: 15px;
}

.opportunity__meta {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  grid-gap: 20px;
  gap: 20px;
}

.opportunity__link {
  border-radius: 50px;
  border: 1px solid;
  padding: 5px 15px;
  -webkit-transition: background-color 350ms, color 350ms, border-color 350ms;
  -o-transition: background-color 350ms, color 350ms, border-color 350ms;
  transition: background-color 350ms, color 350ms, border-color 350ms
}

.opportunity__link:hover {
    background-color: #000;
    background-color: var(--color-black);
    color: #fff;
    color: var(--color-white);
    border-color: #000;
    border-color: var(--color-black);
  }

.sidebar__block {
  border-top: 1px solid #D3D3D3;
  border-top: 1px solid var(--color-grey);
}

.sidebar__block-list {
  margin-bottom: 25px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  grid-gap: 10px;
  gap: 10px;
}

.sidebar__block-title {
  cursor: pointer;
  padding: 25px 0;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.sidebar__block-arrow {
  width: 16px;
  height: 10px;
  -webkit-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
          transform: rotate(0deg);
}

.sidebar__block-details[open] .sidebar__block-arrow {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}

.sidebar__block-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  grid-gap: 10px;
  gap: 10px;
}

.sidebar__block-item input {
  width: 22px;
  height: 22px;
  background-color: #D3D3D3;
  background-color: var(--color-grey)
}

.sidebar__block-item input:checked {
    background-color: #DB3347;
    background-color: var(--color-red);
  }

.sidebar__block-summary {
  list-style: none
}

.sidebar__block-summary::-webkit-details-marker {
    display: none;
  }

.sidebar__actions {
  padding: 25px 0;
}

.filter-control {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}

.filter-control__button {
  cursor: pointer
}

@media (min-width: 768px) {

.filter-control__button {
    display: none
}
  }

@media (max-width: 767px) {

.filter-control__content {
    display: none
}
  }

.filter-control.is-open .filter-control__content {
  display: block;
}
/*# sourceMappingURL=app.css.map */
