@charset "UTF-8";
/**
 * StellarHealth
 *
 */
/* Resets - installed via NPM */
/*! 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;
}

/* Global */
:root {
  --header-height: 66px;
  --section-padding: 50px;
}
@media (min-width: 768px) {
  :root {
    --section-padding: 50px;
  }
}
@media (min-width: 1200px) {
  :root {
    --header-height: 96px;
    --section-padding: 65px;
  }
}

/*
 * Colors
 */
/**
 * Mixin rem-calc for converting px units into rem units
 * @example scss - Usage
 *   .element {
 *     font-size: rem-calc(20);
 *   }
 *
 * @example css - CSS Output
 *  .element {
 *     font-size: 1.25rem;
 *  }
 * Removes the unit (e.g. px, em, rem) from a value, returning the number only.
 *
 * @param {Number} $num - Number to strip unit from.
 *
 * @returns {Number} The same number, sans unit.
 */
/**
 * Converts one or more pixel values into matching rem values.
 *
 * @param {Number} $base [$rem-base] - The base value to use when calculating the `rem`.
 * If you're using Foundation out of the box, this is 16px.
 *
 * @returns {List} A list of converted values.
 */
/* Usage Examples
    .my-level-1-heading-class {
        @include text-crop; // Will use default line height of 1.3
        font-size: 48px;
        margin: 0 0 0 16px;
    }
*/
/**
 * Mixin for What-Input
 * https://github.com/ten1seven/what-input
 *
 * Example use:
 * .element {
 * 	@include what-input(keyboard) {
 * 		outline: 1px dotted black;
 * }
 */
:root {
  --amount: 2;
}

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

@keyframes blob-turn {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@-webkit-keyframes blob-skew {
  0% {
    -webkit-transform: skewY(0deg);
            transform: skewY(0deg);
  }
  13% {
    -webkit-transform: skewY(calc(1.8deg * var(--amount, 2)));
            transform: skewY(calc(1.8deg * var(--amount, 2)));
  }
  18% {
    -webkit-transform: skewY(calc(2.2deg * var(--amount, 2)));
            transform: skewY(calc(2.2deg * var(--amount, 2)));
  }
  24% {
    -webkit-transform: skewY(calc(2.48deg * var(--amount, 2)));
            transform: skewY(calc(2.48deg * var(--amount, 2)));
  }
  25% {
    -webkit-transform: skewY(calc(2.5deg * var(--amount, 2)));
            transform: skewY(calc(2.5deg * var(--amount, 2)));
  }
  26% {
    -webkit-transform: skewY(calc(2.48deg * var(--amount, 2)));
            transform: skewY(calc(2.48deg * var(--amount, 2)));
  }
  32% {
    -webkit-transform: skewY(calc(2.2deg * var(--amount, 2)));
            transform: skewY(calc(2.2deg * var(--amount, 2)));
  }
  37% {
    -webkit-transform: skewY(calc(1.8deg * var(--amount, 2)));
            transform: skewY(calc(1.8deg * var(--amount, 2)));
  }
  50% {
    -webkit-transform: skewY(0deg);
            transform: skewY(0deg);
  }
  63% {
    -webkit-transform: skewY(calc(-1.8deg * var(--amount, 2)));
            transform: skewY(calc(-1.8deg * var(--amount, 2)));
  }
  68% {
    -webkit-transform: skewY(calc(-2.2deg * var(--amount, 2)));
            transform: skewY(calc(-2.2deg * var(--amount, 2)));
  }
  74% {
    -webkit-transform: skewY(calc(-2.48deg * var(--amount, 2)));
            transform: skewY(calc(-2.48deg * var(--amount, 2)));
  }
  75% {
    -webkit-transform: skewY(calc(-2.5deg * var(--amount, 2)));
            transform: skewY(calc(-2.5deg * var(--amount, 2)));
  }
  76% {
    -webkit-transform: skewY(calc(-2.48deg * var(--amount, 2)));
            transform: skewY(calc(-2.48deg * var(--amount, 2)));
  }
  82% {
    -webkit-transform: skewY(calc(-2.2deg * var(--amount, 2)));
            transform: skewY(calc(-2.2deg * var(--amount, 2)));
  }
  87% {
    -webkit-transform: skewY(calc(-1.8deg * var(--amount, 2)));
            transform: skewY(calc(-1.8deg * var(--amount, 2)));
  }
  100% {
    -webkit-transform: skewY(0deg);
            transform: skewY(0deg);
  }
}
@keyframes blob-skew {
  0% {
    -webkit-transform: skewY(0deg);
            transform: skewY(0deg);
  }
  13% {
    -webkit-transform: skewY(calc(1.8deg * var(--amount, 2)));
            transform: skewY(calc(1.8deg * var(--amount, 2)));
  }
  18% {
    -webkit-transform: skewY(calc(2.2deg * var(--amount, 2)));
            transform: skewY(calc(2.2deg * var(--amount, 2)));
  }
  24% {
    -webkit-transform: skewY(calc(2.48deg * var(--amount, 2)));
            transform: skewY(calc(2.48deg * var(--amount, 2)));
  }
  25% {
    -webkit-transform: skewY(calc(2.5deg * var(--amount, 2)));
            transform: skewY(calc(2.5deg * var(--amount, 2)));
  }
  26% {
    -webkit-transform: skewY(calc(2.48deg * var(--amount, 2)));
            transform: skewY(calc(2.48deg * var(--amount, 2)));
  }
  32% {
    -webkit-transform: skewY(calc(2.2deg * var(--amount, 2)));
            transform: skewY(calc(2.2deg * var(--amount, 2)));
  }
  37% {
    -webkit-transform: skewY(calc(1.8deg * var(--amount, 2)));
            transform: skewY(calc(1.8deg * var(--amount, 2)));
  }
  50% {
    -webkit-transform: skewY(0deg);
            transform: skewY(0deg);
  }
  63% {
    -webkit-transform: skewY(calc(-1.8deg * var(--amount, 2)));
            transform: skewY(calc(-1.8deg * var(--amount, 2)));
  }
  68% {
    -webkit-transform: skewY(calc(-2.2deg * var(--amount, 2)));
            transform: skewY(calc(-2.2deg * var(--amount, 2)));
  }
  74% {
    -webkit-transform: skewY(calc(-2.48deg * var(--amount, 2)));
            transform: skewY(calc(-2.48deg * var(--amount, 2)));
  }
  75% {
    -webkit-transform: skewY(calc(-2.5deg * var(--amount, 2)));
            transform: skewY(calc(-2.5deg * var(--amount, 2)));
  }
  76% {
    -webkit-transform: skewY(calc(-2.48deg * var(--amount, 2)));
            transform: skewY(calc(-2.48deg * var(--amount, 2)));
  }
  82% {
    -webkit-transform: skewY(calc(-2.2deg * var(--amount, 2)));
            transform: skewY(calc(-2.2deg * var(--amount, 2)));
  }
  87% {
    -webkit-transform: skewY(calc(-1.8deg * var(--amount, 2)));
            transform: skewY(calc(-1.8deg * var(--amount, 2)));
  }
  100% {
    -webkit-transform: skewY(0deg);
            transform: skewY(0deg);
  }
}
@-webkit-keyframes blob-scale {
  0% {
    -webkit-transform: scaleX(0.9) scaleY(1);
            transform: scaleX(0.9) scaleY(1);
  }
  25% {
    -webkit-transform: scaleX(0.9) scaleY(0.9);
            transform: scaleX(0.9) scaleY(0.9);
  }
  50% {
    -webkit-transform: scaleX(1) scaleY(0.9);
            transform: scaleX(1) scaleY(0.9);
  }
  75% {
    -webkit-transform: scaleX(0.9) scaleY(0.9);
            transform: scaleX(0.9) scaleY(0.9);
  }
  100% {
    -webkit-transform: scaleX(0.9) scaleY(1);
            transform: scaleX(0.9) scaleY(1);
  }
}
@keyframes blob-scale {
  0% {
    -webkit-transform: scaleX(0.9) scaleY(1);
            transform: scaleX(0.9) scaleY(1);
  }
  25% {
    -webkit-transform: scaleX(0.9) scaleY(0.9);
            transform: scaleX(0.9) scaleY(0.9);
  }
  50% {
    -webkit-transform: scaleX(1) scaleY(0.9);
            transform: scaleX(1) scaleY(0.9);
  }
  75% {
    -webkit-transform: scaleX(0.9) scaleY(0.9);
            transform: scaleX(0.9) scaleY(0.9);
  }
  100% {
    -webkit-transform: scaleX(0.9) scaleY(1);
            transform: scaleX(0.9) scaleY(1);
  }
}
.section--icon-cards.orange-blob-left .card:first-child::before, .section--gallery-grid .gallery-grid::before, .section--features-testimonials .features::before, .section--stat-cards.blob-left .card:first-of-type::before, .textblock .card--stat:first-of-type()::before {
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: block;
  position: absolute;
  z-index: 0;
  background-image: url("../images/orange-blob.png");
  height: 182px;
  width: 192.5px;
}
@media (min-width: 1120px) {
  .section--icon-cards.orange-blob-left .card:first-child::before, .section--gallery-grid .gallery-grid::before, .section--features-testimonials .features::before, .section--stat-cards.blob-left .card:first-of-type::before, .textblock .card--stat:first-of-type()::before {
    height: 260px;
    width: 275px;
  }
}

.section--form::before, .image-block.one-blob .image-block__image-container::before {
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: block;
  position: absolute;
  z-index: 0;
  background-image: url("../images/orange-blob2.png");
  height: 211.4px;
  width: 182px;
}
@media (min-width: 1120px) {
  .section--form::before, .image-block.one-blob .image-block__image-container::before {
    height: 302px;
    width: 260px;
  }
}

.section--accordion.blob-left::before, .section--tabs.blob-left::before {
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: block;
  position: absolute;
  z-index: 0;
  background-image: url("../images/orange-dot-blob.png");
  height: 228.9px;
  width: 151.2px;
}
@media (min-width: 1120px) {
  .section--accordion.blob-left::before, .section--tabs.blob-left::before {
    height: 327px;
    width: 216px;
  }
}

.image-block.two-blobs .image-block__image-container::before {
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: block;
  position: absolute;
  z-index: 0;
  background-image: url("../images/orange-dot-blob2.png");
  height: 274.4px;
  width: 221.2px;
}
@media (min-width: 1120px) {
  .image-block.two-blobs .image-block__image-container::before {
    height: 392px;
    width: 316px;
  }
}

.section--people.blob-left .section-body::before {
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: block;
  position: absolute;
  z-index: 0;
  background-image: url("../images/orange-dot-blob3.png");
  height: 217.7px;
  width: 291.9px;
}
@media (min-width: 1120px) {
  .section--people.blob-left .section-body::before {
    height: 311px;
    width: 417px;
  }
}

.image-block.two-blobs .image-block__image-container::after {
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: block;
  position: absolute;
  z-index: 0;
  background-image: url("../images/blue-blob.png");
  height: 162.4px;
  width: 212.8px;
}
@media (min-width: 1120px) {
  .image-block.two-blobs .image-block__image-container::after {
    height: 232px;
    width: 304px;
  }
}

.section--author .callout::before {
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: block;
  position: absolute;
  z-index: 0;
  background-image: url("../images/blue-blob2.png");
  height: 184.1px;
  width: 189px;
}
@media (min-width: 1120px) {
  .section--author .callout::before {
    height: 263px;
    width: 270px;
  }
}

.section--icon-cards.blue-blob-left .section-body::before {
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: block;
  position: absolute;
  z-index: 0;
  background-image: url("../images/blue-blob3.png");
  height: 186.2px;
  width: 189px;
}
@media (min-width: 1120px) {
  .section--icon-cards.blue-blob-left .section-body::before {
    height: 266px;
    width: 270px;
  }
}

.section--accordion.blob-right::after, .section--stat-cards.blob-right::before {
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: block;
  position: absolute;
  z-index: 0;
  background-image: url("../images/blue-dot-blob.png");
  height: 294px;
  width: 129.5px;
}
@media (min-width: 1120px) {
  .section--accordion.blob-right::after, .section--stat-cards.blob-right::before {
    height: 420px;
    width: 185px;
  }
}

.section--testimonials-slider.blob-right::before, .section--testimonial.blob-right::before {
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: block;
  position: absolute;
  z-index: 0;
  background-image: url("../images/blue-dot-blob2.png");
  height: 177.8px;
  width: 126px;
}
@media (min-width: 1120px) {
  .section--testimonials-slider.blob-right::before, .section--testimonial.blob-right::before {
    height: 254px;
    width: 180px;
  }
}

.section--gallery-grid .gallery-grid::after, .textblock #grnhse_app::before, .textblock .testimonial::after,
.textblock blockquote::after {
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: block;
  position: absolute;
  z-index: 0;
  background-image: url("../images/blue-dot-blob3.png");
  height: 245.7px;
  width: 253.4px;
}
@media (min-width: 1120px) {
  .section--gallery-grid .gallery-grid::after, .textblock #grnhse_app::before, .textblock .testimonial::after,
  .textblock blockquote::after {
    height: 351px;
    width: 362px;
  }
}

.error404 .kicker::before, .hero__kicker::before, .section-header__kicker::before, .page-header--white-paper .page-header__kicker::before {
  background-color: #79a2ea;
  content: "";
  display: inline-block;
  height: 2px;
  margin-right: 8px;
  position: relative;
  top: -2px;
  vertical-align: middle;
  width: 50px;
}

/* Vendors - Plugin realted styling */
@font-face {
  font-family: "swiper-icons";
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA") format("woff");
  font-weight: 400;
  font-style: normal;
}
:root {
  --swiper-theme-color: #007aff;
}

.swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
}

.swiper-container-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}

.swiper-container-android .swiper-slide,
.swiper-wrapper {
  -webkit-transform: translate3d(0px, 0, 0);
          transform: translate3d(0px, 0, 0);
}

.swiper-container-multirow > .swiper-wrapper {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.swiper-container-multirow-column > .swiper-wrapper {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.swiper-container-free-mode > .swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-container-pointer-events {
  -ms-touch-action: pan-y;
      touch-action: pan-y;
}
.swiper-container-pointer-events.swiper-container-vertical {
  -ms-touch-action: pan-x;
      touch-action: pan-x;
}

.swiper-slide {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

/* Auto Height */
.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
  height: auto;
}
.swiper-container-autoheight .swiper-wrapper {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-transition-property: height, -webkit-transform;
  transition-property: height, -webkit-transform;
  transition-property: transform, height;
  transition-property: transform, height, -webkit-transform;
}

/* 3D Effects */
.swiper-container-3d {
  -webkit-perspective: 1200px;
          perspective: 1200px;
}
.swiper-container-3d .swiper-wrapper,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-cube-shadow {
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
}
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}
.swiper-container-3d .swiper-slide-shadow-left {
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-container-3d .swiper-slide-shadow-right {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-container-3d .swiper-slide-shadow-top {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

/* CSS Mode */
.swiper-container-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none; /* For Firefox */
  -ms-overflow-style: none; /* For Internet Explorer and Edge */
}
.swiper-container-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}
.swiper-container-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}

.swiper-container-horizontal.swiper-container-css-mode > .swiper-wrapper {
  -ms-scroll-snap-type: x mandatory;
      scroll-snap-type: x mandatory;
}

.swiper-container-vertical.swiper-container-css-mode > .swiper-wrapper {
  -ms-scroll-snap-type: y mandatory;
      scroll-snap-type: y mandatory;
}

/* a11y */
.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

/* ===============================
=            Choices            =
=============================== */
.choices {
  position: relative;
  overflow: hidden;
  margin-bottom: 24px;
  font-size: 16px;
}
.choices:focus {
  outline: none;
}
.choices:last-child {
  margin-bottom: 0;
}
.choices.is-open {
  overflow: visible;
}
.choices.is-disabled .choices__inner,
.choices.is-disabled .choices__input {
  background-color: #eaeaea;
  cursor: not-allowed;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.choices.is-disabled .choices__item {
  cursor: not-allowed;
}
.choices [hidden] {
  display: none !important;
}

.choices[data-type*=select-one] {
  cursor: pointer;
}
.choices[data-type*=select-one] .choices__inner {
  padding-bottom: 7.5px;
}
.choices[data-type*=select-one] .choices__input {
  display: block;
  width: 100%;
  padding: 10px;
  border-bottom: 1px solid #ddd;
  background-color: #fff;
  margin: 0;
}
.choices[data-type*=select-one] .choices__button {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjEiIGhlaWdodD0iMjEiIHZpZXdCb3g9IjAgMCAyMSAyMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48ZyBmaWxsPSIjMDAwIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPjxwYXRoIGQ9Ik0yLjU5Mi4wNDRsMTguMzY0IDE4LjM2NC0yLjU0OCAyLjU0OEwuMDQ0IDIuNTkyeiIvPjxwYXRoIGQ9Ik0wIDE4LjM2NEwxOC4zNjQgMGwyLjU0OCAyLjU0OEwyLjU0OCAyMC45MTJ6Ii8+PC9nPjwvc3ZnPg==");
  padding: 0;
  background-size: 8px;
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -10px;
  margin-right: 25px;
  height: 20px;
  width: 20px;
  border-radius: 10em;
  opacity: 0.25;
}
.choices[data-type*=select-one] .choices__button:hover, .choices[data-type*=select-one] .choices__button:focus {
  opacity: 1;
}
.choices[data-type*=select-one] .choices__button:focus {
  -webkit-box-shadow: 0 0 0 2px #00bcd4;
          box-shadow: 0 0 0 2px #00bcd4;
}
.choices[data-type*=select-one] .choices__item[data-value=""] .choices__button {
  display: none;
}
.choices[data-type*=select-one]::after {
  content: "";
  height: 0;
  width: 0;
  border-style: solid;
  border-color: #333 transparent transparent transparent;
  border-width: 5px;
  position: absolute;
  right: 11.5px;
  top: 50%;
  margin-top: -2.5px;
  pointer-events: none;
}
.choices[data-type*=select-one].is-open::after {
  border-color: transparent transparent #333 transparent;
  margin-top: -7.5px;
}
.choices[data-type*=select-one][dir=rtl]::after {
  left: 11.5px;
  right: auto;
}
.choices[data-type*=select-one][dir=rtl] .choices__button {
  right: auto;
  left: 0;
  margin-left: 25px;
  margin-right: 0;
}

.choices[data-type*=select-multiple] .choices__inner,
.choices[data-type*=text] .choices__inner {
  cursor: text;
}
.choices[data-type*=select-multiple] .choices__button,
.choices[data-type*=text] .choices__button {
  position: relative;
  display: inline-block;
  margin-top: 0;
  margin-right: -4px;
  margin-bottom: 0;
  margin-left: 8px;
  padding-left: 16px;
  border-left: 1px solid #008fa1;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjEiIGhlaWdodD0iMjEiIHZpZXdCb3g9IjAgMCAyMSAyMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48ZyBmaWxsPSIjRkZGIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPjxwYXRoIGQ9Ik0yLjU5Mi4wNDRsMTguMzY0IDE4LjM2NC0yLjU0OCAyLjU0OEwuMDQ0IDIuNTkyeiIvPjxwYXRoIGQ9Ik0wIDE4LjM2NEwxOC4zNjQgMGwyLjU0OCAyLjU0OEwyLjU0OCAyMC45MTJ6Ii8+PC9nPjwvc3ZnPg==");
  background-size: 8px;
  width: 8px;
  line-height: 1;
  opacity: 0.75;
  border-radius: 0;
}
.choices[data-type*=select-multiple] .choices__button:hover, .choices[data-type*=select-multiple] .choices__button:focus,
.choices[data-type*=text] .choices__button:hover,
.choices[data-type*=text] .choices__button:focus {
  opacity: 1;
}

.choices__inner {
  display: inline-block;
  vertical-align: top;
  width: 100%;
  background-color: #f9f9f9;
  padding: 7.5px 7.5px 3.75px;
  border: 1px solid #ddd;
  border-radius: 2.5px;
  font-size: 14px;
  min-height: 44px;
  overflow: hidden;
}
.is-focused .choices__inner, .is-open .choices__inner {
  border-color: #b7b7b7;
}
.is-open .choices__inner {
  border-radius: 2.5px 2.5px 0 0;
}
.is-flipped.is-open .choices__inner {
  border-radius: 0 0 2.5px 2.5px;
}

.choices__list {
  margin: 0;
  padding-left: 0;
  list-style: none;
}
.choices__list--single {
  display: inline-block;
  padding: 4px 16px 4px 4px;
  width: 100%;
}
[dir=rtl] .choices__list--single {
  padding-right: 4px;
  padding-left: 16px;
}
.choices__list--single .choices__item {
  width: 100%;
}

.choices__list--multiple {
  display: inline;
}
.choices__list--multiple .choices__item {
  display: inline-block;
  vertical-align: middle;
  border-radius: 20px;
  padding: 4px 10px;
  font-size: 12px;
  font-weight: 500;
  margin-right: 3.75px;
  margin-bottom: 3.75px;
  background-color: #00bcd4;
  border: 1px solid #00a5bb;
  color: #fff;
  word-break: break-all;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.choices__list--multiple .choices__item[data-deletable] {
  padding-right: 5px;
}
[dir=rtl] .choices__list--multiple .choices__item {
  margin-right: 0;
  margin-left: 3.75px;
}
.choices__list--multiple .choices__item.is-highlighted {
  background-color: #00a5bb;
  border: 1px solid #008fa1;
}
.is-disabled .choices__list--multiple .choices__item {
  background-color: #aaaaaa;
  border: 1px solid #919191;
}

.choices__list--dropdown, .choices__list[aria-expanded] {
  visibility: hidden;
  z-index: 1;
  position: absolute;
  width: 100%;
  background-color: #fff;
  border: 1px solid #ddd;
  top: 100%;
  margin-top: -1px;
  border-bottom-left-radius: 2.5px;
  border-bottom-right-radius: 2.5px;
  overflow: hidden;
  word-break: break-all;
  will-change: visibility;
}
.is-active.choices__list--dropdown, .is-active.choices__list[aria-expanded] {
  visibility: visible;
}
.is-open .choices__list--dropdown, .is-open .choices__list[aria-expanded] {
  border-color: #b7b7b7;
}
.is-flipped .choices__list--dropdown, .is-flipped .choices__list[aria-expanded] {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: -1px;
  border-radius: 0.25rem 0.25rem 0 0;
}
.choices__list--dropdown .choices__list, .choices__list[aria-expanded] .choices__list {
  position: relative;
  max-height: 300px;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  will-change: scroll-position;
}
.choices__list--dropdown .choices__item, .choices__list[aria-expanded] .choices__item {
  position: relative;
  padding: 10px;
  font-size: 14px;
}
[dir=rtl] .choices__list--dropdown .choices__item, [dir=rtl] .choices__list[aria-expanded] .choices__item {
  text-align: right;
}
@media (min-width: 640px) {
  .choices__list--dropdown .choices__item--selectable, .choices__list[aria-expanded] .choices__item--selectable {
    padding-right: 100px;
  }
  .choices__list--dropdown .choices__item--selectable::after, .choices__list[aria-expanded] .choices__item--selectable::after {
    content: attr(data-select-text);
    font-size: 12px;
    opacity: 0;
    position: absolute;
    right: 10px;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  [dir=rtl] .choices__list--dropdown .choices__item--selectable, [dir=rtl] .choices__list[aria-expanded] .choices__item--selectable {
    text-align: right;
    padding-left: 100px;
    padding-right: 10px;
  }
  [dir=rtl] .choices__list--dropdown .choices__item--selectable::after, [dir=rtl] .choices__list[aria-expanded] .choices__item--selectable::after {
    right: auto;
    left: 10px;
  }
}
.choices__list--dropdown .choices__item--selectable.is-highlighted, .choices__list[aria-expanded] .choices__item--selectable.is-highlighted {
  background-color: #f2f2f2;
}
.choices__list--dropdown .choices__item--selectable.is-highlighted::after, .choices__list[aria-expanded] .choices__item--selectable.is-highlighted::after {
  opacity: 0.5;
}

.choices__item {
  cursor: default;
}

.choices__item--selectable {
  cursor: pointer;
}

.choices__item--disabled {
  cursor: not-allowed;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  opacity: 0.5;
}

.choices__heading {
  font-weight: 600;
  font-size: 12px;
  padding: 10px;
  border-bottom: 1px solid #f7f7f7;
  color: gray;
}

.choices__button {
  text-indent: -9999px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 0;
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: center;
  cursor: pointer;
}
.choices__button:focus {
  outline: none;
}

.choices__input {
  display: inline-block;
  vertical-align: baseline;
  background-color: #f9f9f9;
  font-size: 14px;
  margin-bottom: 5px;
  border: 0;
  border-radius: 0;
  max-width: 100%;
  padding: 4px 0 4px 2px;
}
.choices__input:focus {
  outline: 0;
}
.choices__input::-webkit-search-decoration, .choices__input::-webkit-search-cancel-button, .choices__input::-webkit-search-results-button, .choices__input::-webkit-search-results-decoration {
  display: none;
}
.choices__input::-ms-clear, .choices__input::-ms-reveal {
  display: none;
  width: 0;
  height: 0;
}
[dir=rtl] .choices__input {
  padding-right: 2px;
  padding-left: 0;
}

.choices__placeholder {
  opacity: 0.5;
}

/* =====  End of Choices  ====== */
.jqvmap-label {
  position: absolute;
  display: none;
  border-radius: 3px;
  background: #292929;
  color: white;
  font-family: sans-serif, Verdana;
  font-size: smaller;
  padding: 3px;
  pointer-events: none;
}

.jqvmap-pin {
  pointer-events: none;
}

.jqvmap-zoomin, .jqvmap-zoomout {
  position: absolute;
  left: 10px;
  border-radius: 3px;
  background: #000000;
  padding: 3px;
  color: white;
  width: 10px;
  height: 10px;
  cursor: pointer;
  line-height: 10px;
  text-align: center;
}

.jqvmap-zoomin {
  top: 10px;
}

.jqvmap-zoomout {
  top: 30px;
}

.jqvmap-region {
  cursor: pointer;
}

.jqvmap-ajax_response {
  width: 100%;
  height: 500px;
}

/**
 * Accordion v3.3.4
 * Lightweight and accessible accordion module created in pure Javascript
 * https://github.com/michu2k/Accordion
 *
 * Copyright (c) Michał Strumpf
 * Published under MIT License
 */
.ac {
  margin-top: 8px;
  border: 1px solid #eee;
  background-color: #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.ac .ac-header {
  margin: 0;
  padding: 0;
}

.ac .ac-trigger {
  font: bold 16px "Arial", sans-serif;
  color: #111;
  text-align: left;
  width: 100%;
  padding: 8px 32px 8px 8px;
  display: block;
  cursor: pointer;
  background-color: transparent;
  -webkit-transition: color 0.25s ease;
  transition: color 0.25s ease;
  position: relative;
  text-decoration: none;
  margin: 0;
  border: 0;
}

.ac .ac-trigger::after {
  content: "+";
  text-align: center;
  width: 15px;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  position: absolute;
  right: 10px;
  top: 50%;
}

.ac .ac-trigger:focus {
  color: #8a8a8a;
}

.ac .ac-panel {
  overflow: hidden;
  -webkit-transition-property: height, visibility;
  transition-property: height, visibility;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
}

.ac .ac-panel .ac-text {
  font: 15px/24px "Arial", sans-serif;
  color: #111;
  padding: 8px;
  margin: 0;
}

.ac.js-enabled .ac-panel {
  visibility: hidden;
}

.ac.is-active .ac-panel {
  visibility: visible;
}

.ac.is-active > .ac-header .ac-trigger::after {
  content: "–";
}

@font-face {
  font-family: "icomoon";
  src: url("../fonts/icomoon/icomoon.eot?ue50xp");
  src: url("../fonts/icomoon/icomoon.eot?ue50xp#iefix") format("embedded-opentype"), url("../fonts/icomoon/icomoon.ttf?ue50xp") format("truetype"), url("../fonts/icomoon/icomoon.woff?ue50xp") format("woff"), url("../fonts/icomoon/icomoon.svg?ue50xp#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
.icon-extend, .facetwp-type-dropdown::before, .choices[data-type*=select-one]::after, .menu-item-arrow-right a::after, .textblock blockquote::before, [class^=icon-], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icomoon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-x:before {
  content: "\e902";
}

.icon-caret-down-thin:before {
  content: "\e90f";
}

.icon-checkmark:before {
  content: "\e90e";
}

.icon-facebook:before {
  content: "\e900";
}

.icon-linkedin:before {
  content: "\e901";
}

.icon-caret-down:before, .facetwp-type-dropdown:before {
  content: "\e903";
}

.icon-caret-left:before {
  content: "\e904";
}

.icon-caret-right:before {
  content: "\e905";
}

.icon-arrow-down-large:before {
  content: "\e906";
}

.icon-arrow-right-long:before {
  content: "\e907";
}

.icon-arrow-up-large:before {
  content: "\e908";
}

.icon-calendar:before {
  content: "\e909";
}

.icon-close:before {
  content: "\e90a";
}

.icon-mail:before {
  content: "\e90b";
}

.icon-quote:before, .textblock blockquote:before {
  content: "\e90c";
}

.icon-instagram:before {
  content: "\e90d";
}

/* Base - base styles such as fonts, typography, and wordpress overrides */
/*
 * Resources on prefers-reduced-motion:
 * https://webkit.org/blog-files/prefers-reduced-motion/prm.htm
 * https://developer.mozilla.org/en-US/docs/Web/CSS/@media/prefers-reduced-motion
 */
@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    -webkit-animation-duration: 0.001s !important;
            animation-duration: 0.001s !important;
    -webkit-transition-duration: 0.001s !important;
            transition-duration: 0.001s !important;
  }
}
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}
*::before, *::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.section {
  scroll-margin-top: var(--header-height);
}

@media (prefers-reduced-motion: no-preference) {
  html {
    scroll-behavior: smooth;
  }
}

body {
  /* stylelint-disable-line */
  font-family: Roboto, sans-serif;
  font-style: normal;
  font-weight: 400; /* stylelint-disable-line */
  font-size: 1em;
  line-height: 1.5;
}

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

a {
  text-decoration: none;
}

.no-break {
  display: inline-block;
}

img {
  height: auto;
  max-width: 100%;
}

.show-for-large {
  display: none;
}
@media (min-width: 1120px) {
  .show-for-large {
    display: block;
  }
}

.show-for-xlarge {
  display: none;
}
@media (min-width: 1200px) {
  .show-for-xlarge {
    display: block;
  }
}

.show-for-sr {
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.skip {
  background: #e77e23;
  height: 30px;
  left: 50%;
  padding: 8px;
  position: fixed;
  -webkit-transform: translate(-50%, -100%);
          transform: translate(-50%, -100%);
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
  white-space: nowrap;
  z-index: 1000;
}
.skip:focus {
  -webkit-transform: translate(-50%, 0%);
          transform: translate(-50%, 0%);
}

/*
 * only suppress the focus ring once what-input has successfully started
 */
/* suppress focus ring on form controls for mouse users */
html[data-whatinput=mouse] *:focus {
  outline: none;
}

/* Layout - styles specific to layout */
/* Layout */
html,
body {
  min-height: 100%;
}

.site {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 100%;
}
.site-content {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
}
.site-footer {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.single-white_paper .section--page-content .column-1,
.single-case_studies .section--page-content .column-1,
.single-insights .section--page-content .column-1 {
  grid-column: 1/7;
}
.single-white_paper .section--page-content .column-2,
.single-case_studies .section--page-content .column-2,
.single-insights .section--page-content .column-2 {
  grid-column: 8/13;
}
.single-white_paper .section--page-content .textblock p,
.single-white_paper .section--page-content .textblock li,
.single-case_studies .section--page-content .textblock p,
.single-case_studies .section--page-content .textblock li,
.single-insights .section--page-content .textblock p,
.single-insights .section--page-content .textblock li {
  font-size: 20px;
  line-height: 30px;
}

.single-white_paper,
.single-case_studies {
  background-color: #f4f5fc;
}

.section--call-to-action {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  overflow: hidden;
  padding: 0;
  position: relative;
}
@media (min-width: 1120px) {
  .section--call-to-action {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.section--call-to-action .section__container {
  width: 100%;
}
@media (min-width: 1120px) {
  .section--call-to-action .section__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.section--call-to-action .section__grid {
  width: 100%;
}
.section--call-to-action .white-paper__image-container {
  margin-bottom: 40px;
}
@media (min-width: 768px) {
  .section--call-to-action .white-paper__image-container {
    grid-column: 1/7;
    margin-bottom: 0;
  }
}
@media (min-width: 768px) {
  .section--call-to-action .column {
    grid-column: 8/13;
  }
}

.section--page-content .list {
  margin-top: 50px;
}
@media (min-width: 768px) {
  .section--page-content .list {
    margin-top: 0;
  }
}
.section--page-content .list__title {
  color: #65468e;
}
.section--page-content .list-item {
  color: #414042;
}
.section--page-content .list-item::before {
  background-image: url(../svg/check-purple.svg);
}

body.archive .card {
  padding: 50px 0;
}
@media (min-width: 768px) {
  body.archive .card {
    padding: 70px 0;
  }
}
body.archive .card:first-child {
  padding-top: 0;
}
body.archive .card:last-child {
  padding-bottom: 0;
}
body.archive .card + .card {
  border-top: 1px solid #d7dbf5;
}
body.archive .section-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

/* Templates */
/* Templates */
.page-template-how-we-help .section--page-content {
  padding-bottom: 0;
}
.page-template-how-we-help .section--page-content .page-icon {
  display: none;
  grid-column: 1/3;
  max-width: 100px;
  padding-right: 10px;
  text-align: right;
}
@media (min-width: 768px) {
  .page-template-how-we-help .section--page-content .page-icon {
    display: block;
    max-width: 130px;
  }
}
@media (min-width: 1120px) {
  .page-template-how-we-help .section--page-content .page-icon {
    padding-right: 0;
  }
}
.page-template-how-we-help .section--page-content .main-content {
  grid-column: 3/11;
}
.page-template-how-we-help .section--page-content .main-content .intro-text {
  overflow: hidden;
}

.page-template-hub {
  background-color: #f4f5fc;
}
.page-template-hub .section--hub-results {
  padding-top: 0;
}

/* Components */
/* Components */
.hero__title, .page-header--white-paper .page-header__title {
  /* stylelint-disable-line */
  font-family: Raleway, serif;
  font-style: normal;
  font-weight: 800; /* stylelint-disable-line */
  font-size: 34px;
  letter-spacing: 0;
  line-height: 38px;
  margin: 0;
}
@media (min-width: 1120px) {
  .hero__title, .page-header--white-paper .page-header__title {
    font-size: calc(1.4125rem + 2.3588709677vw);
    line-height: 1.2173913043;
  }
}
@media (min-width: 1120px) and (min-width: 992px) {
  .hero__title, .page-header--white-paper .page-header__title {
    font-size: 2.875rem;
  }
}

.section-header__title, .page-header--how-we-help .page-header__title, .textblock h1 {
  /* stylelint-disable-line */
  font-family: Raleway, serif;
  font-style: normal;
  font-weight: 900; /* stylelint-disable-line */
  font-size: 34px;
  line-height: 38px;
  margin: 0;
}
@media (min-width: 1120px) {
  .section-header__title, .page-header--how-we-help .page-header__title, .textblock h1 {
    font-size: calc(1.375rem + 1.814516129vw);
    line-height: 1.2;
  }
}
@media (min-width: 1120px) and (min-width: 992px) {
  .section-header__title, .page-header--how-we-help .page-header__title, .textblock h1 {
    font-size: 2.5rem;
  }
}

.textblock h2 {
  /* stylelint-disable-line */
  font-family: Raleway, serif;
  font-style: normal;
  font-weight: 900; /* stylelint-disable-line */
  font-size: calc(1.3125rem + 0.9072580645vw);
  line-height: 1.2666666667;
}
@media (min-width: 992px) {
  .textblock h2 {
    font-size: 1.875rem;
  }
}

.textblock h3 {
  /* stylelint-disable-line */
  font-family: Raleway, serif;
  font-style: normal;
  font-weight: 900; /* stylelint-disable-line */
  font-size: 24px;
  line-height: 30px;
}

.textblock h4 {
  /* stylelint-disable-line */
  font-family: Raleway, serif;
  font-style: normal;
  font-weight: 800; /* stylelint-disable-line */
  font-size: 20px;
  line-height: 24px;
}

.textblock h5 {
  /* stylelint-disable-line */
  font-family: Raleway, serif;
  font-style: normal;
  font-weight: 800; /* stylelint-disable-line */
  font-size: 18px;
  line-height: 30px;
}

.textblock h6 {
  font-size: 18px;
  line-height: 30px;
}

.error404__subtitle, .textblock li, .textblock p {
  font-size: 18px;
  line-height: 30px;
}

.solutions-graphic .solution__summary, .content-list-item__date, .section--people .term-filter__label, .section--author .author__bio, .section--testimonials-slider .testimonial-slide__position, .section--testimonials-slider .testimonial-slide__name, .section--tabs .content-group__teaser, .card--cta .card__teaser, .card--horizontal .card__teaser, .card--icon .card__teaser, .card--stat .card__teaser, .card__date, .section-header__teaser, .modal--person .person-details__position, .testimonial__position, .testimonial__name, .page-header__date, .choices__inner {
  font-size: 16px;
  line-height: 24px;
}

.textblock *:first-child {
  margin-top: 0;
}
.textblock *:last-child {
  margin-bottom: 0;
}
.textblock .alignleft {
  clear: left;
  float: left;
  margin-bottom: 34px;
}
@media (min-width: 768px) {
  .textblock .alignleft {
    margin-right: 40px;
  }
}
.textblock .alignright {
  clear: right;
  float: right;
  margin-bottom: 34px;
}
@media (min-width: 768px) {
  .textblock .alignright {
    margin-left: 40px;
  }
}
.textblock h1 {
  color: #65468e;
}
.textblock h2 {
  color: #65468e;
}
.textblock h3 {
  color: #65468e;
}
.textblock h4 {
  color: #65468e;
}
.textblock h5 {
  color: #65468e;
  margin: 16px 0;
}
.textblock h6 {
  color: #65468e;
  margin: 16px 0;
}
.textblock p {
  color: #414042;
}
.bg-purple .textblock p {
  color: rgba(255, 255, 255, 0.7);
}
.textblock a {
  color: #f60;
}
.textblock strong {
  /* stylelint-disable-line */
  font-style: normal;
  font-weight: 700; /* stylelint-disable-line */
}
.textblock .testimonial,
.textblock blockquote {
  margin: 45px 0;
  position: relative;
}
@media (min-width: 768px) {
  .textblock .testimonial,
  .textblock blockquote {
    margin: 50px 0 50px -5%;
    width: calc(100% + 10%);
  }
}
@media (min-width: 1120px) {
  .textblock .testimonial,
  .textblock blockquote {
    margin: 60px 0 60px -12.8%;
    width: calc(100% + 25.6%);
  }
}
.textblock .testimonial::after,
.textblock blockquote::after {
  left: -200px;
  top: 78px;
}
.textblock li {
  color: #414042;
}
.bg-purple .textblock li {
  color: rgba(255, 255, 255, 0.7);
}
.textblock ul {
  margin-left: 20px;
}
.textblock ul li {
  list-style: disc;
}
.textblock ol {
  padding-left: 20px;
}
.textblock .testimonial + .testimonial::after,
.textblock .testimonial + blockquote::after {
  display: none;
}
.textblock blockquote::before {
  color: #5051db;
  display: block;
  font-size: 32px;
  margin: 0 0 35px;
}
.textblock blockquote p {
  /* stylelint-disable-line */
  font-family: Raleway, serif;
  font-style: normal;
  font-weight: 500; /* stylelint-disable-line */
  font-size: calc(1.3125rem + 0.9072580645vw);
  line-height: 1.4;
  color: #79a2ea;
}
@media (min-width: 992px) {
  .textblock blockquote p {
    font-size: 1.875rem;
  }
}
.textblock blockquote + .testimonial::after,
.textblock blockquote + blockquote::after {
  display: none;
}
.textblock .wp-caption-text {
  color: #414042;
  font-size: 14px;
  line-height: 18px;
  margin-top: 0;
}
.bg-purple .textblock .wp-caption-text {
  color: rgba(255, 255, 255, 0.7);
}
@media (min-width: 768px) {
  .textblock .card--stat {
    max-width: 370px;
  }
}
.textblock .card--stat + .card--stat {
  margin-top: 34px;
}
.textblock .card--stat:first-of-type()::before {
  bottom: -43%;
  left: -43%;
}
.textblock .callout {
  margin: 45px 0 55px;
}
@media (min-width: 768px) {
  .textblock .callout {
    margin: 45px 0 55px -10.5%;
    width: calc(100% + 21%);
  }
}
@media (min-width: 1120px) {
  .textblock .callout {
    margin: 90px 0 110px -25.8%;
    width: calc(100% + 51.6%);
  }
}
.textblock #grnhse_app {
  position: relative;
}
.textblock #grnhse_app::before {
  right: -20%;
  top: 35%;
}
.textblock #grnhse_app iframe {
  position: relative;
}

/* Button Type: hollow | solid | clear */
.button {
  /* stylelint-disable-line */
  font-style: normal;
  font-weight: 700; /* stylelint-disable-line */
  -webkit-appearance: none;
  background: transparent;
  border: 0;
  border-radius: 30px;
  cursor: pointer;
  display: inline-block;
  line-height: 1.2;
  position: relative;
  text-align: center;
  -webkit-transition: all 150ms ease;
  transition: all 150ms ease;
  vertical-align: middle;
  width: auto;
  z-index: 0;
  color: #fff;
  background: #f60;
  text-shadow: 0 0 1px rgba(0, 0, 0, 0.15);
  font-size: 18px;
  padding: 0.8125rem 1.875rem 0.875rem;
}
.button.disabled, .button[disabled] {
  cursor: none;
}
.button span[class*=icon] {
  display: inline-block;
  font-size: 70%;
  margin-left: 5px;
  vertical-align: middle;
}
.button:hover {
  background: #b34700;
}

.button.hollow {
  color: #f60;
  background-color: transparent;
  border: 2px solid #f60;
  color: #f60;
  text-shadow: none;
}
.button.hollow:hover {
  background-color: transparent;
  border-color: #b34700;
  color: #b34700;
}

.button.clear {
  color: #f60;
  background-color: transparent;
  margin: 0;
  padding: 0 !important;
  text-align: left;
  text-shadow: none;
}
.button.clear:hover {
  background: none;
  color: #b34700;
}

.pill {
  /* stylelint-disable-line */
  font-style: normal;
  font-weight: 700; /* stylelint-disable-line */
  background: #cddbf4;
  border-radius: 15px;
  color: #414042;
  display: inline-block;
  font-size: 12px;
  letter-spacing: 0.54px;
  line-height: 11.83px;
  padding: 4px 15px;
  text-align: center;
  text-transform: uppercase;
}

.menu {
  list-style: none;
  margin: 0;
  padding: 0;
}
.menu-item .description {
  /* stylelint-disable-line */
  font-style: normal;
  font-weight: 400; /* stylelint-disable-line */
  color: #fff;
  display: block;
  font-size: 14px;
  line-height: 16px;
  margin-top: 9px;
}
.menu-item .description li {
  padding-left: 18px;
  text-indent: -8px;
}
.menu-item .description li::before {
  color: #a9c5f6;
  content: "•";
  display: inline-block;
  font-size: 20px;
  margin-right: 8px;
  vertical-align: middle;
}
.menu-item .description li + li {
  margin-top: 10px;
}
.menu-item-button::after {
  display: none;
}
.menu-item-button a {
  /* stylelint-disable-line */
  font-style: normal;
  font-weight: 700; /* stylelint-disable-line */
  -webkit-appearance: none;
  background: transparent;
  border: 0;
  border-radius: 30px;
  cursor: pointer;
  display: inline-block;
  line-height: 1.2;
  position: relative;
  text-align: center;
  -webkit-transition: all 150ms ease;
  transition: all 150ms ease;
  vertical-align: middle;
  width: auto;
  z-index: 0;
  color: #fff;
  background: #f60;
  text-shadow: 0 0 1px rgba(0, 0, 0, 0.15);
  font-size: 16px;
  padding: 0.95rem 1.25rem;
  color: #fff !important;
}
.menu-item-button a.disabled, .menu-item-button a[disabled] {
  cursor: none;
}
.menu-item-button a span[class*=icon] {
  display: inline-block;
  font-size: 70%;
  margin-left: 5px;
  vertical-align: middle;
}
.menu-item-button a:hover {
  background: #b34700;
}
@media (min-width: 1120px) {
  .menu-item-button a {
    font-size: 18px;
    padding: 0.8125rem 1.875rem 0.875rem;
  }
}
.menu-item-arrow-right a::after {
  content: "\e907";
  font-size: 70%;
  margin-left: 12px;
}
.menu-item-columns .level-1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.menu-item-columns .level-1 > .menu-item {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.site-header {
  background-color: #fff;
  border-bottom: 1px solid #ced2f3;
  left: 0;
  position: sticky;
  top: 0;
  width: 100%;
  z-index: 200;
}
.site-header__inner {
  margin-left: auto;
  margin-right: auto;
  max-width: calc(1270px + 46px);
  padding-left: 23px;
  padding-right: 23px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: var(--header-height, auto);
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-transition: all 250ms ease;
  transition: all 250ms ease;
}
.site-header .site-branding {
  line-height: 1;
  margin-right: 40px;
}
.site-header .site-branding__image {
  max-width: 152px;
}
@media (min-width: 1200px) {
  .site-header .site-branding__image {
    max-width: 186px;
  }
}
.site-header .menu-primary-container {
  display: none;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media (min-width: 1200px) {
  .site-header .menu-primary-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}
.site-header .menu-primary-container .menu {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.site-header .menu {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.site-header .menu a {
  /* stylelint-disable-line */
  font-style: normal;
  font-weight: 700; /* stylelint-disable-line */
  color: #737174;
  font-size: 16px;
  letter-spacing: 0.27px;
  text-align: center;
}
.site-header .menu span[class*=icon] {
  color: #737174;
  display: inline-block;
  font-size: 6px;
  margin-left: 5px;
  vertical-align: middle;
}
.site-header .menu-item {
  position: relative;
}
@media (min-width: 1200px) {
  .site-header .menu-item {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
  }
}
.site-header .menu-item + .menu-item {
  margin-left: 30px;
}
.site-header .menu-item + .menu-item-button {
  margin-left: 30px;
}
.site-header .menu-item-has-children:hover .sub-menu {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition: visibility 0s linear 0s, opacity 300ms, -webkit-transform 300ms;
  transition: visibility 0s linear 0s, opacity 300ms, -webkit-transform 300ms;
  transition: visibility 0s linear 0s, opacity 300ms, transform 300ms;
  transition: visibility 0s linear 0s, opacity 300ms, transform 300ms, -webkit-transform 300ms;
  visibility: visible;
}
.site-header .menu-item-highlight a {
  color: #f60;
}
.site-header .menu-item-columns .level-1 > .menu-item {
  border-radius: 0;
  display: block;
  height: auto;
  min-width: 200px;
  padding: 20px 25px;
  position: relative;
}
.site-header .menu-item-columns .level-1 > .menu-item:first-child {
  border-radius: 10px 0 0 10px;
  padding-top: 20px;
}
.site-header .menu-item-columns .level-1 > .menu-item:last-child {
  border-radius: 0 10px 10px 0;
}
.site-header .menu-item-columns .level-1 > .menu-item + .menu-item::before {
  background-color: #a9c5f6;
  content: "";
  display: block;
  height: calc(100% - 50px);
  left: 0;
  position: absolute;
  top: 25px;
  width: 1px;
}
.site-header .menu-item-columns .level-1 a {
  font-size: 18px;
  line-height: 22px;
}
.site-header .menu-item-columns .level-2 .menu-item {
  padding: 0;
  width: auto;
}
.site-header .menu-item-columns .level-2 .menu-item:first-child {
  padding-top: 5px;
}
.site-header .menu-item-columns .level-2 .menu-item:last-child {
  padding-bottom: 0;
}
.site-header .menu-item-columns .level-2 a {
  font-size: 16px;
}
.site-header .menu .current-menu-item,
.site-header .menu .current-menu-parent {
  position: relative;
}
.site-header .menu .current-menu-item::after,
.site-header .menu .current-menu-parent::after {
  background-color: #f60;
  bottom: -1px;
  content: "";
  height: 3px;
  left: 0;
  position: absolute;
  width: 100%;
}
.site-header .menu .current-menu-item .current-menu-item::after,
.site-header .menu .current-menu-parent .current-menu-item::after {
  display: none;
}
.site-header .sub-menu a {
  color: #fff;
}
.site-header .sub-menu .menu-item {
  padding: 0 25px;
  width: 100%;
}
.site-header .sub-menu .menu-item + .menu-item {
  margin-left: 0;
  padding-top: 20px;
}
.site-header .sub-menu .menu-item-label > a {
  color: #414042;
  font-size: 14px;
}
.site-header .sub-menu .menu-item-label + .menu-item {
  padding-top: 0;
}
.site-header .sub-menu .menu-item:first-child {
  padding-top: 20px;
}
.site-header .sub-menu .menu-item:last-child {
  padding-bottom: 20px;
}
.site-header .sub-menu.level-1 {
  left: -26px;
  min-width: 218px;
  opacity: 0;
  padding-top: 25px;
  position: absolute;
  top: 60%;
  -webkit-transform: translateY(-10px);
          transform: translateY(-10px);
  -webkit-transition: visibility 0s linear 300ms, opacity 300ms, -webkit-transform 200ms;
  transition: visibility 0s linear 300ms, opacity 300ms, -webkit-transform 200ms;
  transition: visibility 0s linear 300ms, opacity 300ms, transform 200ms;
  transition: visibility 0s linear 300ms, opacity 300ms, transform 200ms, -webkit-transform 200ms;
  visibility: hidden;
  z-index: 5;
}
.site-header .sub-menu.level-1::before {
  border-color: transparent transparent #80a2e5 transparent;
  border-style: solid;
  border-width: 0 15px 13px 15px;
  content: "";
  height: 0;
  left: 26px;
  position: absolute;
  top: 12px;
  width: 0;
}
.site-header .sub-menu.level-1::after {
  background-color: #80a2e5;
  border-radius: 10px;
  bottom: 0;
  content: "";
  display: block;
  height: calc(100% - 25px);
  left: 0;
  position: absolute;
  width: 100%;
  z-index: -1;
}
.site-header .sub-menu.level-1 a {
  text-align: left;
}
.site-header .small-menu-utility {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (min-width: 1200px) {
  .site-header .small-menu-utility {
    display: none;
  }
}
.site-header .small-header-utility-container {
  margin-right: 50px;
}
@media (min-width: 768px) {
  .site-header .small-header-utility-container {
    margin-right: 75px;
  }
}
.site-header .small-header-utility-container a {
  color: #f60;
}
@media (min-width: 1200px) {
  .site-header.headroom--not-top .site-header__inner {
    height: 80px;
  }
}
.site-header.small-menu-expanded {
  -webkit-transform: translateY(0%);
          transform: translateY(0%);
}
.admin-bar .site-header {
  top: 32px;
}

.headroom {
  -webkit-transition: -webkit-transform 200ms linear;
  transition: -webkit-transform 200ms linear;
  transition: transform 200ms linear;
  transition: transform 200ms linear, -webkit-transform 200ms linear;
  will-change: transform;
}

.headroom--pinned {
  -webkit-transform: translateY(0%);
          transform: translateY(0%);
}

.headroom--unpinned {
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
}

.small-menu-toggle {
  background: transparent;
  border: 0;
  cursor: pointer;
  height: 18px;
  margin: 0;
  padding: 0;
  position: relative;
  width: 30px;
}
.small-menu-toggle .bars,
.small-menu-toggle .bars::after,
.small-menu-toggle .bars::before {
  display: block;
  height: 2px;
  width: 30px;
}
.small-menu-toggle .bars {
  background: #ff6600;
  position: absolute;
  top: 0;
  -webkit-transform: translateY(8px);
          transform: translateY(8px);
  -webkit-transition: all 0ms 300ms;
  transition: all 0ms 300ms;
}
.small-menu-toggle .bars::before, .small-menu-toggle .bars::after {
  background: #ff6600;
  content: "";
  left: 0;
  position: absolute;
}
.small-menu-toggle .bars::before {
  bottom: 8px;
  -webkit-transition: bottom 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
  transition: bottom 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
  transition: bottom 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
  transition: bottom 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
}
.small-menu-toggle .bars::after {
  top: 8px;
  -webkit-transition: top 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
  transition: top 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
  transition: top 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
  transition: top 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
}
.small-menu-toggle.is-active .bars {
  background: rgba(255, 102, 0, 0);
}
.small-menu-toggle.is-active .bars::after {
  top: 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transition: top 300ms cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1);
  transition: top 300ms cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1);
  transition: top 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1);
  transition: top 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1);
}
.small-menu-toggle.is-active .bars::before {
  bottom: 0;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  -webkit-transition: bottom 300ms cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1);
  transition: bottom 300ms cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1);
  transition: bottom 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1);
  transition: bottom 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1);
}
@media (min-width: 1200px) {
  .small-menu-toggle {
    display: none;
  }
}

.kicker {
  /* stylelint-disable-line */
  font-family: Raleway, serif;
  font-style: normal;
  font-weight: 800; /* stylelint-disable-line */
  color: #79a2ea;
  font-size: 16px;
  letter-spacing: 1.69px;
  line-height: 20px;
  text-transform: uppercase;
}

.intro-text {
  font-size: calc(1.2625rem + 0.1814516129vw);
  line-height: 1.4545454545;
  color: #8c72af;
}
@media (min-width: 992px) {
  .intro-text {
    font-size: 1.375rem;
  }
}
.bg-purple .intro-text {
  color: #fff;
}

.choices {
  position: relative;
  z-index: 10;
}
.choices__inner {
  /* stylelint-disable-line */
  font-style: normal;
  font-weight: 700; /* stylelint-disable-line */
  background: transparent;
  border: 2px solid #8c72af;
  border-radius: 32.5px;
  color: #8c72af;
  margin: 0;
  min-width: 293px;
  padding: 0;
}
.bg-purple .choices__inner {
  background: #5051db;
  border: 2px solid #fff;
  color: #fff;
}
.choices__list--single {
  padding: 11px 56px 11px 24px;
}
.choices__list--dropdown {
  border-radius: 0 0 25.5px 25.5px;
  border-width: 2px;
}
.choices__list--dropdown .choices__item {
  color: #8c72af;
  font-size: 16px;
}
.choices__list--dropdown .choices__item--selectable {
  border-bottom: 1px solid #8c72af;
  padding: 12px 19px;
}
.choices__list--dropdown .choices__item--selectable:last-child {
  border-bottom: 0;
}
.choices__list--dropdown .choices__item.is-highlighted {
  background-color: #fff;
}
.choices__list--dropdown .choices__item:hover {
  background-color: #f4f5fc;
}
.choices[data-type*=select-one]::after {
  border: 0;
  color: #8c72af;
  content: "\e903";
  font-size: 10px;
  height: auto;
  margin: 0;
  position: absolute;
  right: 30px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: auto;
}
.bg-purple .choices[data-type*=select-one]::after {
  color: #fff;
}
.choices[data-type*=select-one] .choices__inner {
  padding: 0;
}
.choices[data-type*=select-one].is-open::after {
  color: #fff;
  margin-top: -3.5px;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.choices__placeholder {
  opacity: 1;
}
.choices.is-open .choices__inner {
  background-color: #fff;
  border-radius: 25.5px 25.5px 0 0;
}
.choices.is-open .choices__list--single {
  background-color: #f60;
  color: #fff;
}
.choices.is-open .choices__list--dropdown {
  border-color: #8c72af;
  border-top: 0;
}
.choices.is-flipped .choices__list--dropdown {
  border-bottom: 0;
  border-radius: 25.5px 25.5px 0 0;
  border-top: 2px solid #8c72af;
}
.choices.is-flipped.is-open .choices__inner {
  border-radius: 0 0 25.5px 25.5px;
}
.choices.is-open .choices__inner {
  background-color: #fff;
  border-color: #8c72af;
}

.swiper-button {
  cursor: pointer;
}

.small-menu {
  -webkit-backface-visibility: hidden;
  opacity: 0;
  -webkit-transition: visibility 0s linear 300ms, opacity 300ms;
  transition: visibility 0s linear 300ms, opacity 300ms;
  visibility: hidden;
  background-color: #79a2ea;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: calc(100vh - var(--header-height));
  left: 0;
  position: fixed;
  top: var(--header-height);
  width: 100%;
  z-index: 100;
}
.small-menu .small-menu-primary-container {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  overflow-y: scroll;
  padding: 100px 23px 0;
}
.small-menu .small-menu-utility-container {
  padding: 20px 23px 45px;
}
.small-menu .menu a {
  /* stylelint-disable-line */
  font-style: normal;
  font-weight: 700; /* stylelint-disable-line */
  color: #fff;
  font-size: 20px;
  letter-spacing: 0.33px;
}
.small-menu .menu span[class*=icon] {
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-size: 10px;
  height: 30px;
  line-height: 30px;
  margin-left: 8px;
  text-align: center;
  vertical-align: middle;
  width: 30px;
}
.small-menu .menu-item + .menu-item {
  margin-top: 30px;
}
.small-menu .menu-item.is-active span[class*=icon] {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.small-menu .sub-menu.level-1 {
  display: none;
  margin-top: 10px;
  padding-left: 20px;
}
.small-menu .sub-menu.level-1 a {
  font-size: 18px;
}
.small-menu .sub-menu.level-1 .menu-item + .menu-item {
  margin-top: 30px;
}
.small-menu.is-shown {
  opacity: 1;
  -webkit-transition: visibility 0s linear 0s, opacity 300ms;
  transition: visibility 0s linear 0s, opacity 300ms;
  visibility: visible;
}

.header-alert {
  color: #fff;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 20;
}

.header-alert__inner {
  background-color: #65468e;
  padding: 10px 45px;
  position: relative;
  text-align: center;
  border-bottom: 1px solid #8c72af;
}

.header-alert__content *:first-child {
  margin-top: 0;
}

.header-alert__content *:last-child {
  margin-bottom: 0;
}

.header-alert__content a {
  /* stylelint-disable-line */
  font-style: normal;
  font-weight: 700; /* stylelint-disable-line */
  color: #ff9f5f;
  text-decoration: none;
  -webkit-transition: border 150ms ease;
  transition: border 150ms ease;
  border-bottom: 2px solid transparent;
}

.header-alert__content a:hover {
  border-bottom-color: #fff;
}

.header-alert.is-hidden {
  display: none;
}

.header-alert .btn-close {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: transparent;
  border: 0;
  color: var(--white);
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 30px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  opacity: 0.8;
  padding: 0;
  position: absolute;
  right: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: opacity 150ms ease;
  transition: opacity 150ms ease;
  width: 30px;
}
@media (min-width: 768px) {
  .header-alert .btn-close {
    right: 16px;
  }
}

.header-alert .btn-close:hover {
  opacity: 1;
}

.page-header {
  position: relative;
}
.page-header__inner {
  margin-left: auto;
  margin-right: auto;
  max-width: calc(1270px + 46px);
  padding-left: 23px;
  padding-right: 23px;
}
.page-header__grid {
  -webkit-column-gap: 30px;
     -moz-column-gap: 30px;
          column-gap: 30px;
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-auto-flow: column;
}
.page-header__date {
  color: #737174;
  margin-top: 10px;
}
.page-header .topics {
  margin-top: 31px;
}
.page-header .topics .pill {
  margin-right: 16px;
  margin-top: 10px;
}
@media (min-width: 768px) {
  .page-header .topics .pill {
    margin-top: 0;
  }
}
.page-header .topics .pill:last-child {
  margin-right: 0;
}

.page-header--how-we-help {
  margin-bottom: 18px;
}
@media (min-width: 768px) {
  .page-header--how-we-help {
    margin-bottom: 22px;
  }
}
.page-header--how-we-help .page-header__kicker {
  margin-bottom: 5px;
}
@media (min-width: 1120px) {
  .page-header--how-we-help .page-header__kicker {
    margin-bottom: 12px;
  }
}
.page-header--how-we-help .page-header__title {
  color: #65468e;
}
.page-header--how-we-help .page-header__intro-text {
  margin-top: 15px;
}

.page-header--hub {
  padding-bottom: 40px;
  padding-top: 48px;
}
@media (min-width: 768px) {
  .page-header--hub {
    padding-bottom: 40px;
    padding-top: 48px;
  }
}
.page-header--hub .page-header__inner {
  margin-left: auto;
  margin-right: auto;
  max-width: calc(1270px + 46px);
  padding-left: 23px;
  padding-right: 23px;
}
.page-header--hub .page-header__title {
  /* stylelint-disable-line */
  font-family: Raleway, serif;
  font-style: normal;
  font-weight: 900; /* stylelint-disable-line */
  font-size: calc(1.4125rem + 2.3588709677vw);
  line-height: 1.2173913043;
  color: #65468e;
  margin: 0 0 29px;
}
@media (min-width: 992px) {
  .page-header--hub .page-header__title {
    font-size: 2.875rem;
  }
}
@media (min-width: 768px) {
  .page-header--hub .filter-groups {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
@media (min-width: 768px) {
  .page-header--hub .filter-group {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.page-header--hub .filter-group + .filter-group {
  margin-top: 30px;
}
@media (min-width: 1200px) {
  .page-header--hub .filter-group + .filter-group {
    margin-left: 70px;
    margin-top: 0;
  }
}
.page-header--hub .facetwp-facet + .facetwp-facet {
  margin-top: 20px;
}
@media (min-width: 768px) {
  .page-header--hub .facetwp-facet + .facetwp-facet {
    margin-left: 30px;
    margin-top: 0;
  }
}

.page-header--split {
  background-color: #f4f5fc;
  padding-bottom: 30px;
  padding-top: 30px;
}
@media (min-width: 1120px) {
  .page-header--split {
    padding-bottom: 70px;
    padding-top: var(--section-padding);
  }
}

.page-header--split .page-header__inner {
  margin-left: auto;
  margin-right: auto;
  max-width: calc(1100px + 46px);
  padding-left: 23px;
  padding-right: 23px;
}

.page-header--split .page-header__grid {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 30px;
}

.page-header--split .page-header__primary {
  grid-column: 1/13;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
@media (min-width: 768px) {
  .page-header--split .page-header__primary {
    grid-column: 1/7;
  }
}

.page-header--split .page-hero {
  grid-column: 1/13;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
@media (min-width: 768px) {
  .page-header--split .page-hero {
    grid-column: 7/13;
    justify-self: flex-end;
  }
}

.page-header--split .page-header__kicker {
  margin-bottom: 14px;
}
@media (min-width: 1120px) {
  .page-header--split .page-header__kicker {
    margin-bottom: 24px;
  }
}
.page-header--split .page-header__kicker::before {
  background-color: #79a2ea;
  content: "";
  display: inline-block;
  height: 2px;
  margin-right: 15px;
  position: relative;
  top: -2px;
  vertical-align: middle;
  width: 50px;
}

.page-header--split .page-header__title {
  /* stylelint-disable-line */
  font-family: Raleway, serif;
  font-style: normal;
  font-weight: 900; /* stylelint-disable-line */
  font-size: calc(1.3125rem + 0.9072580645vw);
  line-height: 1.2666666667;
  color: #65468e;
  margin: 0;
}
@media (min-width: 992px) {
  .page-header--split .page-header__title {
    font-size: 1.875rem;
  }
}

.page-header--split .author-teaser {
  margin-top: 8px;
}

.page-header--split .page-hero img {
  border-radius: 20px;
  max-width: 450px;
}

.page-header--white-paper {
  padding-bottom: var(--section-padding);
  padding-top: calc(var(--header-height) + 25px);
}
@media (min-width: 1120px) {
  .page-header--white-paper {
    padding-bottom: 70px;
    padding-top: calc(var(--header-height) + 64px);
  }
}
.page-header--white-paper .page-header__kicker {
  margin-bottom: 14px;
}
@media (min-width: 1120px) {
  .page-header--white-paper .page-header__kicker {
    margin-bottom: 24px;
  }
}
.page-header--white-paper .page-header__title {
  /* stylelint-disable-line */
  font-family: Raleway, serif;
  font-style: normal;
  font-weight: 900; /* stylelint-disable-line */
  color: #65468e;
  margin: 0;
}

.page-header--archive {
  background-color: #f4f5fc;
  padding-bottom: 17px;
  padding-top: calc(var(--header-height) + 22px);
}
@media (min-width: 1120px) {
  .page-header--archive {
    padding-top: calc(var(--header-height) + 17px);
  }
}
.page-header--archive .page-header__title {
  /* stylelint-disable-line */
  font-family: Raleway, serif;
  font-style: normal;
  font-weight: 900; /* stylelint-disable-line */
  color: #65468e;
  font-size: 34px;
  letter-spacing: 0;
  line-height: 38px;
  margin: 0;
}
@media (min-width: 1120px) {
  .page-header--archive .page-header__title {
    font-size: calc(1.4125rem + 2.3588709677vw);
    line-height: 1.2173913043;
  }
}
@media (min-width: 1120px) and (min-width: 992px) {
  .page-header--archive .page-header__title {
    font-size: 2.875rem;
  }
}

@media (min-width: 768px) {
  .filter-groups {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.filter-group__label {
  /* stylelint-disable-line */
  font-style: normal;
  font-weight: 700; /* stylelint-disable-line */
  color: #737174;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
  line-height: 24px;
  margin-bottom: 12px;
  margin-right: 15px;
}
@media (min-width: 768px) {
  .filter-group__label {
    margin-bottom: 0;
  }
}

.facetwp-facet {
  margin-bottom: 0 !important;
}
@media (min-width: 768px) {
  .facetwp-facet {
    min-width: 293px;
  }
}

.facetwp-type-dropdown {
  position: relative;
}
.facetwp-type-dropdown::before {
  color: #8c72af;
  font-size: 10px;
  position: absolute;
  right: 30px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.facetwp-type-dropdown select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-color: #8c72af;
  color: #8c72af;
  position: relative;
}
.facetwp-type-dropdown select:focus {
  color: #8c72af;
  outline: transparent;
}
.facetwp-type-dropdown select:active {
  color: #8c72af;
}
.facetwp-type-dropdown select:-moz-focusring {
  color: #8c72af;
  text-shadow: 0 0 0 #000;
}

.facetwp-type-date_range {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: none;
  gap: 20px;
}
.facetwp-type-date_range .flatpickr-alt {
  /* stylelint-disable-line */
  font-style: normal;
  font-weight: 700; /* stylelint-disable-line */
  background: url("../svg/calendar-purple.svg") transparent;
  background-position: calc(100% - 20px) center;
  background-repeat: no-repeat;
  border: 2px solid #8c72af;
  color: #8c72af;
  padding-right: 45px;
  width: 160px;
}
@media (min-width: 768px) {
  .facetwp-type-date_range .flatpickr-alt {
    margin-right: 30px;
  }
}
.facetwp-type-date_range .flatpickr-alt::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #8c72af;
  opacity: 1;
}
.facetwp-type-date_range .flatpickr-alt::-moz-placeholder {
  /* Firefox 19+ */
  color: #8c72af;
  opacity: 1;
}
.facetwp-type-date_range .flatpickr-alt:-ms-input-placeholder {
  /* IE 10+ */
  color: #8c72af;
  opacity: 1;
}
.facetwp-type-date_range .flatpickr-alt:-moz-placeholder {
  /* Firefox 18- */
  color: #8c72af;
  opacity: 1;
}
@media (min-width: 768px) {
  .facetwp-type-date_range .flatpickr-alt:last-of-type {
    margin-right: 0;
  }
}

.flatpickr-calendar {
  margin-top: 12px;
}
.flatpickr-calendar::before {
  border-width: 10px !important;
}
.flatpickr-calendar::after {
  border-width: 9px !important;
}
.flatpickr-calendar .flatpickr-months {
  padding-bottom: 7px;
}
.flatpickr-calendar .flatpickr-months .flatpickr-prev-month,
.flatpickr-calendar .flatpickr-months .flatpickr-next-month {
  color: #414042;
}
.flatpickr-calendar .flatpickr-current-month {
  font-size: 16px;
  padding: 12px 0 0 0;
}
.flatpickr-calendar .flatpickr-current-month .flatpickr-monthDropdown-months {
  color: #414042;
}
.flatpickr-day .today {
  border-color: #000;
}
.flatpickr-day.selected, .flatpickr-day.startRange, .flatpickr-day.endRange, .flatpickr-day.selected.inRange, .flatpickr-day.startRange.inRange, .flatpickr-day.endRange.inRange, .flatpickr-day.selected:focus, .flatpickr-day.startRange:focus, .flatpickr-day.endRange:focus, .flatpickr-day.selected:hover, .flatpickr-day.startRange:hover, .flatpickr-day.endRange:hover, .flatpickr-day.selected.prevMonthDay, .flatpickr-day.startRange.prevMonthDay, .flatpickr-day.endRange.prevMonthDay, .flatpickr-day.selected.nextMonthDay, .flatpickr-day.startRange.nextMonthDay, .flatpickr-day.endRange.nextMonthDay {
  background-color: #65468e !important;
  border-color: #65468e !important;
}

.flatpickr-clear {
  /* stylelint-disable-line */
  font-style: normal;
  font-weight: 400; /* stylelint-disable-line */
  color: #65468e;
  padding: 8px 13px 8px !important;
  text-align: right !important;
  text-transform: uppercase;
}

.author-teaser {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.author-teaser .avatar {
  border-radius: 50%;
  height: 80px;
  margin-right: 18px;
  overflow: hidden;
  width: 80px;
  background-color: #fff;
}
.author-teaser .name {
  /* stylelint-disable-line */
  font-style: normal;
  font-weight: 700; /* stylelint-disable-line */
  color: #79a2ea;
  font-size: 16px;
  line-height: 24px;
}

.testimonial span[class*=icon] {
  color: #5051db;
  font-size: 32px;
}
.testimonial__quote {
  /* stylelint-disable-line */
  font-family: Raleway, serif;
  font-style: normal;
  font-weight: 400; /* stylelint-disable-line */
  font-size: calc(1.2875rem + 0.5443548387vw);
  line-height: 1.4615384615;
  color: #79a2ea;
  margin: 26px 0 25px;
  position: relative;
  z-index: 5;
}
@media (min-width: 992px) {
  .testimonial__quote {
    font-size: 1.625rem;
  }
}
.testimonial__person {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  z-index: 5;
}
.testimonial__headshot {
  border-radius: 50%;
  height: 93px;
  margin-right: 26px;
  width: 93px;
}
.testimonial__name {
  /* stylelint-disable-line */
  font-style: normal;
  font-weight: 700; /* stylelint-disable-line */
  color: #79a2ea;
}
.testimonial__position {
  /* stylelint-disable-line */
  font-style: normal;
  font-weight: 400; /* stylelint-disable-line */
  color: #737174;
}
.bg-purple .testimonial span[class*=icon] {
  color: #fff;
}
.bg-purple .testimonial .testimonial__quote {
  color: #fff;
}
.bg-purple .testimonial .testimonial__name {
  color: #fff;
}
.bg-purple .testimonial .testimonial__position {
  color: #b3b3b3;
}

input[type=text],
input[type=url],
input[type=email],
input[type=password],
input[type=number],
textarea {
  background: #e6e8f6;
  border: 1px solid transparent;
  border-radius: 32.5px;
  color: #737174;
  height: 50px;
  line-height: 24px;
  padding: 0 24px;
  width: 100%;
}
input[type=text]::-webkit-input-placeholder,
input[type=url]::-webkit-input-placeholder,
input[type=email]::-webkit-input-placeholder,
input[type=password]::-webkit-input-placeholder,
input[type=number]::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #737174;
  opacity: 1;
}
input[type=text]::-moz-placeholder,
input[type=url]::-moz-placeholder,
input[type=email]::-moz-placeholder,
input[type=password]::-moz-placeholder,
input[type=number]::-moz-placeholder,
textarea::-moz-placeholder {
  /* Firefox 19+ */
  color: #737174;
  opacity: 1;
}
input[type=text]:-ms-input-placeholder,
input[type=url]:-ms-input-placeholder,
input[type=email]:-ms-input-placeholder,
input[type=password]:-ms-input-placeholder,
input[type=number]:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  /* IE 10+ */
  color: #737174;
  opacity: 1;
}
input[type=text]:-moz-placeholder,
input[type=url]:-moz-placeholder,
input[type=email]:-moz-placeholder,
input[type=password]:-moz-placeholder,
input[type=number]:-moz-placeholder,
textarea:-moz-placeholder {
  /* Firefox 18- */
  color: #737174;
  opacity: 1;
}
.bg-purple input[type=text],
.bg-purple input[type=url],
.bg-purple input[type=email],
.bg-purple input[type=password],
.bg-purple input[type=number],
.bg-purple textarea {
  background: #fff;
  color: #737174;
}
input[type=text]:focus,
input[type=url]:focus,
input[type=email]:focus,
input[type=password]:focus,
input[type=number]:focus,
textarea:focus {
  border: 1px solid #b3b3b3;
  outline: none;
}

textarea {
  height: auto;
  padding: 20px 24px;
}

select {
  background: transparent;
  border: 2px solid #8c72af;
  border-radius: 32.5px;
  color: #8c72af;
  height: 58px;
  padding: 0 56px 0 24px;
  width: 100%;
}
.bg-purple select {
  background: transparent;
  border: 2px solid #fff;
  color: #fff;
}

.form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -15px;
}

.form-item-wrap {
  margin: 0 15px 25px;
  width: calc(100% - 30px);
}
@media (min-width: 768px) {
  .form-item-wrap.half {
    width: calc(50% - 30px);
  }
}
.form-item-wrap:first-of-type {
  margin-top: 0;
}
.form-item-wrap:last-of-type {
  margin-bottom: 0;
}

.mktoForm input[type=text],
.mktoForm input[type=url],
.mktoForm input[type=email],
.mktoForm input[type=tel],
.mktoForm input[type=number],
.mktoForm input[type=date],
.mktoForm select.mktoField,
.mktoForm textarea.mktoField {
  border-radius: 32.5px !important;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.mktoForm select.mktoField {
  background-position: calc(100% - 10px);
}

.mktoForm .mktoButtonWrap.mktoRound button.mktoButton {
  /* stylelint-disable-line */
  font-style: normal;
  font-weight: 700; /* stylelint-disable-line */
  -webkit-appearance: none;
  background: transparent;
  border: 0;
  border-radius: 30px;
  cursor: pointer;
  display: inline-block;
  line-height: 1.2;
  position: relative;
  text-align: center;
  -webkit-transition: all 150ms ease;
  transition: all 150ms ease;
  vertical-align: middle;
  width: auto;
  z-index: 0;
  color: #fff;
  background: #f60;
  text-shadow: 0 0 1px rgba(0, 0, 0, 0.15);
  font-size: 18px;
  padding: 0.8125rem 1.875rem 0.875rem;
}
.mktoForm .mktoButtonWrap.mktoRound button.mktoButton.disabled, .mktoForm .mktoButtonWrap.mktoRound button.mktoButton[disabled] {
  cursor: none;
}
.mktoForm .mktoButtonWrap.mktoRound button.mktoButton span[class*=icon] {
  display: inline-block;
  font-size: 70%;
  margin-left: 5px;
  vertical-align: middle;
}
.mktoForm .mktoButtonWrap.mktoRound button.mktoButton:hover {
  background: #b34700;
}

.mktoButtonWrap {
  margin-left: 0 !important;
}

.bg-purple .form-confirmation {
  /* stylelint-disable-line */
  font-family: Raleway, serif;
  font-style: normal;
  font-weight: 500; /* stylelint-disable-line */
  font-size: 20px;
}

.bg-purple .form-confirmation {
  color: #fff;
}

.wpcf7 form.sent .wpcf7-response-output {
  border: 0;
  padding: 0;
}
.bg-purple .wpcf7 form.sent .wpcf7-response-output {
  color: #fff;
}
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 .wpcf7 form.unaccepted .wpcf7-response-output {
  /* stylelint-disable-line */
  font-style: normal;
  font-weight: 700; /* stylelint-disable-line */
  border: none;
  padding: 0;
}
.bg-purple .wpcf7 form.invalid .wpcf7-response-output,
.bg-purple .wpcf7 .wpcf7 form.unaccepted .wpcf7-response-output {
  color: #fff;
}

.wpcf7-checkbox input[type=checkbox] {
  margin-right: 8px;
}

.grecaptcha-badge {
  display: none;
}

.responsive-embed {
  overflow: hidden;
  padding-top: 56.25%;
  position: relative;
}

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

.modal {
  display: none;
}
.modal__overlay {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: rgba(255, 102, 0, 0.96);
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 100;
}
.modal__container {
  max-height: 90vh;
  max-width: 943px;
  position: relative;
}
.modal__scroll {
  max-height: 90vh;
  overflow-y: auto;
}
.modal__inner {
  padding: 80px 25px 35px;
}
@media (min-width: 768px) {
  .modal__inner {
    padding: 40px 50px 50px;
  }
}
.modal__container, .modal__overlay {
  will-change: transform;
}
.modal__close {
  background: transparent;
  border: 0;
  border-radius: 50%;
  color: #fff;
  cursor: pointer;
  font-size: 22px;
  padding: 10px;
  position: absolute;
  right: -10px;
  top: -40px;
  -webkit-transition: color 150ms ease;
  transition: color 150ms ease;
  z-index: 10;
  width: auto;
}
@media (min-width: 768px) {
  .modal__close {
    background: transparent;
    color: #b194d8;
    font-size: 27px;
    padding: 0;
    right: 48px;
    top: 65px;
  }
}
.modal__close:hover {
  color: #8c72af;
}
.modal.is-open {
  display: block;
}
.modal[aria-hidden=false] .modal__overlay {
  -webkit-animation: mmfadeIn 0.3s cubic-bezier(0, 0, 0.2, 1);
          animation: mmfadeIn 0.3s cubic-bezier(0, 0, 0.2, 1);
}
.modal[aria-hidden=false] .modal__container {
  -webkit-animation: mmslideIn 0.3s cubic-bezier(0, 0, 0.2, 1);
          animation: mmslideIn 0.3s cubic-bezier(0, 0, 0.2, 1);
}
.modal[aria-hidden=true] .modal__overlay {
  -webkit-animation: mmfadeOut 0.3s cubic-bezier(0, 0, 0.2, 1);
          animation: mmfadeOut 0.3s cubic-bezier(0, 0, 0.2, 1);
}
.modal[aria-hidden=true] .modal__container {
  -webkit-animation: mmslideOut 0.3s cubic-bezier(0, 0, 0.2, 1);
          animation: mmslideOut 0.3s cubic-bezier(0, 0, 0.2, 1);
}

.modal--person .modal__container {
  background-color: #fff;
  border-radius: 20px;
  margin: 40px 15px 0;
  max-width: 882px;
  position: relative;
}
@media (min-width: 768px) {
  .modal--person .modal__container {
    margin: 0;
  }
}
.modal--person .modal__inner {
  padding: 32px 32px 32px 32px;
}
@media (min-width: 768px) {
  .modal--person .modal__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 65px 60px 65px 60px;
    gap: 40px;
  }
}
.modal--person .modal__close {
  color: #fff;
  right: -10px;
  top: -50px;
}
@media (min-width: 768px) {
  .modal--person .modal__close {
    color: #b194d8;
    right: 22px;
    top: 22px;
  }
}
.modal--person .modal__close:hover {
  color: #8c72af;
}
.modal--person .person-details {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .modal--person .person-details {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    margin-bottom: 0;
    width: 270px;
  }
}
.modal--person .person-details__image-container {
  background-color: var(--card-color);
  line-height: 0;
  margin-bottom: 18px;
  border-radius: 15px 15px 0 0;
}
.modal--person .person-details__image {
  width: 100%;
}
@media (min-width: 768px) {
  .modal--person .person-details__image {
    height: 270px;
    -o-object-fit: cover;
       object-fit: cover;
    width: 270px;
  }
}
.modal--person .person-details__name {
  /* stylelint-disable-line */
  font-family: Raleway, serif;
  font-style: normal;
  font-weight: 900; /* stylelint-disable-line */
  color: #5051db;
  font-size: 34px;
  line-height: 44px;
  margin: 0;
}
.modal--person .person-details__position {
  /* stylelint-disable-line */
  font-style: normal;
  font-weight: 700; /* stylelint-disable-line */
  color: #79a2ea;
  margin-top: 1px;
}
.modal--person .person-details__social {
  margin-top: 22px;
}
.modal--person .person-bio {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-top: -8px;
}

.modal--page-tabs .modal__overlay {
  background: rgba(80, 81, 219, 0.96);
}
.modal--page-tabs .modal__container {
  margin: 0 20px;
  width: 100%;
}
.modal--page-tabs .modal__inner {
  padding: 0;
}
.modal--page-tabs .page-tab {
  background-color: #e6e8f6;
}
.modal--page-tabs .page-tab + .page-tab {
  border-top: 1px solid #c6cae8;
}
.modal--page-tabs .page-tab__title {
  /* stylelint-disable-line */
  font-family: Raleway, serif;
  font-style: normal;
  font-weight: 700; /* stylelint-disable-line */
  color: #8c72af;
  display: block;
  font-size: 20px;
  letter-spacing: -0.1px;
  line-height: 24px;
  padding: 28px 50px 27px 25px;
  position: relative;
}
.modal--page-tabs .page-tab__title .kicker {
  color: #b194d8;
  display: block;
  font-size: 12px;
  letter-spacing: 1.6px;
  line-height: 20px;
  margin-bottom: 0;
  text-transform: uppercase;
}
@media (min-width: 1120px) {
  .modal--page-tabs .page-tab__title .kicker {
    margin-bottom: 8px;
  }
}
.modal--page-tabs .page-tab__title span[class*=icon] {
  font-size: 16px;
  position: absolute;
  right: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.modal--page-tabs .page-tab.is-active {
  background-color: #f60;
}
.modal--page-tabs .page-tab.is-active .page-tab__title {
  color: #fff;
}
.modal--page-tabs .page-tab.is-active .page-tab__title .kicker {
  color: #fed9c1;
}
.modal--page-tabs .page-tab:first-child {
  border-radius: 30px 30px 0 0;
}
.modal--page-tabs .page-tab:last-child {
  border-radius: 0 0 30px 30px;
}

@-webkit-keyframes mmfadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes mmfadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes mmfadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes mmfadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@-webkit-keyframes mmslideIn {
  from {
    -webkit-transform: translateY(15%);
            transform: translateY(15%);
  }
  to {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes mmslideIn {
  from {
    -webkit-transform: translateY(15%);
            transform: translateY(15%);
  }
  to {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@-webkit-keyframes mmslideOut {
  from {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  to {
    -webkit-transform: translateY(-10%);
            transform: translateY(-10%);
  }
}
@keyframes mmslideOut {
  from {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  to {
    -webkit-transform: translateY(-10%);
            transform: translateY(-10%);
  }
}
.facetwp-pager, .pagination {
  margin: 0 auto;
  position: relative;
}

.facetwp-pager .facetwp-page, .pagination .page-numbers {
  /* stylelint-disable-line */
  font-style: normal;
  font-weight: 700; /* stylelint-disable-line */
  font-size: 1rem;
  line-height: 1.5;
  color: #8c72af;
  display: inline-block;
  margin: 0;
  padding: 15px 5px;
  position: relative;
  text-align: center;
  width: 60px;
}
@media (min-width: 768px) {
  .facetwp-pager .facetwp-page, .pagination .page-numbers {
    font-size: 1.25rem;
    line-height: 1.6;
    padding: 19px 10px;
    width: 70px;
  }
}
.facetwp-pager .facetwp-page::before, .pagination .page-numbers::before {
  background-color: #c2b6d2;
  bottom: 0;
  content: "";
  display: block;
  height: 1px;
  left: 50%;
  position: absolute;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100%;
}
.facetwp-pager .facetwp-page span[class*=icon], .pagination .page-numbers span[class*=icon] {
  font-size: 12px;
}
@media (min-width: 768px) {
  .facetwp-pager .facetwp-page span[class*=icon], .pagination .page-numbers span[class*=icon] {
    font-size: 14px;
  }
}
.facetwp-pager .prev.facetwp-page::before, .pagination .prev.page-numbers::before, .facetwp-pager .next.facetwp-page::before, .pagination .next.page-numbers::before {
  display: none;
}

.facetwp-pager .facetwp-page.active, .pagination .page-numbers.current {
  color: #f60;
  position: relative;
}
.facetwp-pager .facetwp-page.active::after, .pagination .page-numbers.current::after {
  background-color: #f60;
  bottom: 1px;
  content: "";
  height: 5px;
  left: 0;
  position: absolute;
  width: 100%;
}

.list__title {
  /* stylelint-disable-line */
  font-style: normal;
  font-weight: 700; /* stylelint-disable-line */
  font-size: 24px;
  line-height: 28px;
}
.list__title + .list-items {
  margin-top: 35px;
}
.list-item {
  font-size: 20px;
  letter-spacing: 0;
  line-height: 30px;
  padding-left: 38px;
  text-indent: -38px;
}
.list-item::before {
  background-size: cover;
  content: "";
  display: inline-block;
  height: 22px;
  margin-right: 10px;
  position: relative;
  top: -1px;
  vertical-align: middle;
  width: 23px;
}
.list-item + .list-item {
  margin-top: 20px;
}

.section {
  padding-bottom: var(--section-padding);
  padding-top: var(--section-padding);
  scroll-margin-top: calc(var(--header-height) + 50px);
}
.section__container {
  margin-left: auto;
  margin-right: auto;
  max-width: calc(1270px + 46px);
  padding-left: 23px;
  padding-right: 23px;
}
@media (min-width: 768px) {
  .section__grid {
    -webkit-column-gap: 30px;
       -moz-column-gap: 30px;
            column-gap: 30px;
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    grid-auto-flow: column;
  }
}
.section.bg-lt-grey {
  background: #f4f5fc;
}
.section.bg-purple {
  background: #5051db;
}
.section.no-top-pad {
  padding-top: 0;
}
.section.no-bottom-pad {
  padding-bottom: 0;
}
.section:first-child:not(.hero):not(.section--page-content):not(.section--hub-results):not(.section--404):not(.section--archive):not(.section--page-tabs):not(.section--call-to-action) {
  padding-top: calc(var(--section-padding) + 48px);
}
.section:first-child:not(.hero):not(.section--page-content):not(.section--hub-results):not(.section--404):not(.section--archive):not(.section--page-tabs):not(.section--call-to-action).no-top-pad {
  padding-top: var(--header-height);
}

.section-header {
  position: relative;
  z-index: 5;
}
.section-header__kicker {
  margin-bottom: 31px;
}
@media (min-width: 1120px) {
  .section-header__kicker {
    margin-bottom: 41px;
  }
}
.bg-purple .section-header__kicker {
  color: #a9c5f6;
}
.section-header__title {
  color: #65468e;
}
.bg-purple .section-header__title {
  color: #fff;
}
.section-header__teaser {
  color: #414042;
  letter-spacing: 0;
  margin-top: 23px;
}
.section-header__teaser strong {
  /* stylelint-disable-line */
  font-style: normal;
  font-weight: 700; /* stylelint-disable-line */
}
.section-header__teaser em {
  /* stylelint-disable-line */
  font-style: italic;
  font-weight: 400; /* stylelint-disable-line */
}
.section-header__teaser a {
  color: #f60;
}
.bg-purple .section-header__teaser a {
  color: #fff;
}
.bg-purple .section-header__teaser {
  color: #fff;
}
.bg-lt-grey .section-header__teaser {
  color: #414042;
}
.section-header__action {
  padding-top: 44px;
}
.section-header__action .button + .button {
  margin-left: 10px;
  margin-top: 10px;
}
@media (min-width: 1120px) {
  .section-header__action .button + .button {
    margin-top: 0;
  }
}
.section-header--align-left {
  text-align: left;
}
.section-header--align-center {
  margin-left: auto;
  margin-right: auto;
  max-width: 670px;
  text-align: center;
}
.section-header--align-center .kicker:before {
  display: none;
}
.section-header--align-right {
  text-align: right;
}
.section-header--small .section-header__title {
  font-size: calc(1.3125rem + 0.9072580645vw);
  line-height: 1.2666666667;
}
@media (min-width: 992px) {
  .section-header--small .section-header__title {
    font-size: 1.875rem;
  }
}
.section-header--small .section-header__teaser {
  margin-top: 13px;
}

.section-footer {
  margin-top: 48px;
  text-align: center;
}
.section-footer__action .button + .button {
  margin-left: 10px;
  margin-top: 10px;
}
@media (min-width: 1120px) {
  .section-footer__action .button + .button {
    margin-top: 0;
  }
}
.section-footer .facetwp-load-more {
  /* stylelint-disable-line */
  font-style: normal;
  font-weight: 700; /* stylelint-disable-line */
  -webkit-appearance: none;
  background: transparent;
  border: 0;
  border-radius: 30px;
  cursor: pointer;
  display: inline-block;
  line-height: 1.2;
  position: relative;
  text-align: center;
  -webkit-transition: all 150ms ease;
  transition: all 150ms ease;
  vertical-align: middle;
  width: auto;
  z-index: 0;
  color: #f60;
  background-color: transparent;
  border: 2px solid #f60;
  color: #f60;
  text-shadow: none;
  font-size: 18px;
  padding: 0.8125rem 1.875rem 0.875rem;
}
.section-footer .facetwp-load-more.disabled, .section-footer .facetwp-load-more[disabled] {
  cursor: none;
}
.section-footer .facetwp-load-more span[class*=icon] {
  display: inline-block;
  font-size: 70%;
  margin-left: 5px;
  vertical-align: middle;
}
.section-footer .facetwp-load-more:hover {
  background-color: transparent;
  border-color: #b34700;
  color: #b34700;
}

.section--page-tabs {
  padding-bottom: 17px;
  padding-top: 22px;
}
@media (min-width: 1120px) {
  .section--page-tabs {
    padding-top: 17px;
  }
}
@media (min-width: 1120px) {
  .section--page-tabs.has-tabs {
    padding-bottom: 0;
  }
}
.section--page-tabs .parent-title {
  /* stylelint-disable-line */
  font-family: Raleway, serif;
  font-style: normal;
  font-weight: 900; /* stylelint-disable-line */
  color: #65468e;
  font-size: 34px;
  letter-spacing: 0;
  line-height: 38px;
  margin: 0;
}
@media (min-width: 1120px) {
  .section--page-tabs .parent-title {
    font-size: calc(1.4125rem + 2.3588709677vw);
    line-height: 1.2173913043;
  }
}
@media (min-width: 1120px) and (min-width: 992px) {
  .section--page-tabs .parent-title {
    font-size: 2.875rem;
  }
}
.section--page-tabs .page-tabs-small {
  margin: 21px 0 0;
}
@media (min-width: 1120px) {
  .section--page-tabs .page-tabs-small {
    display: none;
  }
}
.section--page-tabs .page-tabs-small .button {
  padding-right: 60px;
  position: relative;
  width: 100%;
}
.section--page-tabs .page-tabs-small .button .kicker {
  color: #b194d8;
  color: #fed9c1;
  display: block;
  font-size: 12px;
  letter-spacing: 1.6px;
  line-height: 20px;
  margin-bottom: 0;
  text-transform: uppercase;
}
@media (min-width: 1120px) {
  .section--page-tabs .page-tabs-small .button .kicker {
    margin-bottom: 8px;
  }
}
.section--page-tabs .page-tabs-small .button span[class*=icon] {
  font-size: 60%;
  position: absolute;
  right: 28px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.section--page-tabs .page-tabs {
  display: none;
}
@media (min-width: 1120px) {
  .section--page-tabs .page-tabs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin: 43px -20px 0;
  }
}
.section--page-tabs .page-tab {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin: 0 20px;
  text-align: center;
  width: calc(100% - 40px);
}
@media (min-width: 1200px) {
  .section--page-tabs .page-tab {
    min-height: 60px;
  }
}
.section--page-tabs .page-tab__title {
  /* stylelint-disable-line */
  font-family: Raleway, serif;
  font-style: normal;
  font-weight: 800; /* stylelint-disable-line */
  background: #e6e8f6;
  border-radius: 30px 30px 0 0;
  color: #8c72af;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-size: 18px;
  height: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  letter-spacing: 0;
  line-height: 30px;
  padding: 10px 20px 8px;
  width: 100%;
}
.section--page-tabs .page-tab__title .kicker {
  color: #b194d8;
  display: block;
  font-size: 12px;
  letter-spacing: 1.6px;
  line-height: 20px;
  margin-bottom: 0;
  text-transform: uppercase;
}
@media (min-width: 1120px) {
  .section--page-tabs .page-tab__title .kicker {
    margin-bottom: 5px;
  }
}
.section--page-tabs .page-tab.is-active .page-tab__title {
  background-color: #f60;
  color: #fff;
}
.section--page-tabs .page-tab.is-active .page-tab__title .kicker {
  color: #fed9c1;
}

.section--page-content .social-links {
  display: none;
  grid-column: 2/3;
}
@media (min-width: 1120px) {
  .section--page-content .social-links {
    display: block;
  }
}
.section--page-content .social-links__item {
  text-align: center;
}
.section--page-content .social-links__item + .social-links__item {
  margin-top: 37px;
}
.section--page-content .social-links__link {
  color: #5051db;
  font-size: 24px;
  -webkit-transition: color 150ms ease;
  transition: color 150ms ease;
}
.section--page-content .social-links__link:hover {
  color: #8c72af;
}
.section--page-content .social-links__link.mail {
  font-size: 20px;
}
.section--page-content .main-content {
  grid-column: 1/13;
}
@media (min-width: 768px) {
  .section--page-content .main-content {
    grid-column: 2/12;
  }
}
@media (min-width: 1120px) {
  .section--page-content .main-content {
    grid-column: 3/11;
  }
}

.hero {
  padding-top: calc(var(--header-height) + 30px);
  position: relative;
}
@media (min-width: 768px) {
  .hero {
    padding-bottom: 0;
    padding-top: var(--header-height);
  }
}
@media (min-width: 1120px) {
  .hero {
    padding-top: 0;
  }
}
.hero .section__container {
  width: 100%;
}
.hero .section__grid {
  display: grid;
}
@media (min-width: 768px) {
  .hero .section__grid {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    min-height: 400px;
  }
}
@media (min-width: 1120px) {
  .hero .section__grid {
    min-height: 460px;
  }
}
.hero__image-container {
  grid-row: 1;
  margin: 0 auto;
}
@media (min-width: 1120px) {
  .hero__image-container {
    padding: 0 10px;
  }
}
.hero__image {
  max-height: 400px;
  -o-object-fit: contain;
     object-fit: contain;
  width: 100%;
}
.hero__content {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  padding: 30px 0;
}
@media (min-width: 768px) {
  .hero__content {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
.hero__kicker {
  margin-bottom: 7px;
}
@media (min-width: 1120px) {
  .hero__kicker {
    margin-bottom: 17px;
  }
}
.hero__title {
  /* stylelint-disable-line */
  font-family: Raleway, serif;
  font-style: normal;
  font-weight: 900; /* stylelint-disable-line */
  color: #65468e;
}
.bg-purple .hero__title {
  color: #fff;
}
.hero__teaser {
  color: #414042;
  font-size: 18px;
  line-height: 30px;
  margin-top: 23px;
}
.bg-purple .hero__teaser {
  color: #fff;
}
.hero__action {
  margin-top: 27px;
}
@media (min-width: 768px) {
  .hero--align-left .hero__content {
    grid-column: 7/13;
    padding-left: 20px;
  }
}
@media (min-width: 768px) {
  .hero--align-left .hero__image-container {
    grid-column: 1/7;
  }
}
@media (min-width: 768px) {
  .hero--align-right .hero__content {
    grid-column: 1/7;
    padding-right: 20px;
  }
}
@media (min-width: 768px) {
  .hero--align-right .hero__image-container {
    grid-column: 7/13;
  }
}

.linkedin-icon {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #0A66C2;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 17px;
  height: 34px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 34px;
  border-radius: 10px;
  -webkit-transition: background-color 150ms ease;
  transition: background-color 150ms ease;
}

.linkedin-icon:hover {
  background-color: #0077b5;
}

.card {
  background-color: #fff;
  border-radius: 20px;
  -webkit-box-shadow: 0 0 60px 0 rgba(0, 0, 0, 0.12);
          box-shadow: 0 0 60px 0 rgba(0, 0, 0, 0.12);
  position: relative;
}
.card__image-container {
  border-radius: 20px 20px 0 0;
  line-height: 0;
  overflow: hidden;
  width: 100%;
}
.card__image {
  width: 100%;
}
.card__content {
  padding: 25px 27px 35px;
}
@media (min-width: 768px) {
  .card__content {
    padding: 30px 35px 35px;
  }
}
@media (min-width: 1120px) {
  .card__content {
    padding: 50px 48px 60px;
  }
}
.card__kicker {
  margin-bottom: 2px;
}
.card__title {
  /* stylelint-disable-line */
  font-family: Raleway, serif;
  font-style: normal;
  font-weight: 800; /* stylelint-disable-line */
  font-size: calc(1.3125rem + 0.9072580645vw);
  line-height: 1.2;
  color: #5051db;
  margin: 0;
}
@media (min-width: 992px) {
  .card__title {
    font-size: 1.875rem;
  }
}
.card__title a {
  color: inherit;
}
.card__teaser {
  color: #414042;
  font-size: 20px;
  line-height: 32px;
  margin-top: 22px;
}
.card__author {
  margin-top: 21px;
}
.card__date {
  color: #737174;
  margin-top: 10px;
}
.bg-purple .card__date {
  color: #b3b3b3;
}
@media (min-width: 1120px) {
  .card__date {
    bottom: 20px;
    position: absolute;
  }
}
.card.card--minimal .card__date {
  position: relative;
  bottom: auto;
}
.card.card--small .card__kicker {
  margin-bottom: 17px;
}
.card.card--small .card__title {
  font-size: 20px;
  line-height: 25px;
}
@media (min-width: 1120px) {
  .card.card--small .card__content {
    padding: 50px 50px 60px;
  }
}

.card--stat {
  background-color: transparent;
  border-radius: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.card--stat .card__inner {
  background: #fff;
  border-radius: 30px;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.14);
          box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.14);
  height: 100%;
  padding: 30px;
  position: relative;
  text-align: center;
}
@media (min-width: 768px) {
  .card--stat .card__inner {
    padding: 30px;
  }
}
@media (min-width: 1120px) {
  .card--stat .card__inner {
    padding: 50px;
    text-align: left;
  }
}
.card--stat.bg-purple .card__inner {
  background-color: #5051db;
}

.card--stat .card__kicker {
  margin-bottom: 11px;
}
.card--stat.bg-purple .card__kicker {
  color: #a9c5f6;
}

.card--stat .card__title {
  font-size: 28px;
  letter-spacing: 0;
  line-height: 34px;
  margin-bottom: 8px;
}
.card--stat.bg-purple .card__title {
  color: #fff;
}

.card--stat .card__stat {
  /* stylelint-disable-line */
  font-style: normal;
  font-weight: 700; /* stylelint-disable-line */
  color: #f60;
  font-optical-sizing: auto;
  font-size: 80px;
  letter-spacing: -0.1rem;
  line-height: 1.2;
}
@media (min-width: 1120px) {
  .card--stat .card__stat {
    font-size: 100px;
    letter-spacing: -5px;
  }
}
.card--stat.bg-purple .card__stat {
  color: #fff;
}

.card--stat .card__stat span[class*=arrow] {
  color: #8fb2ee;
  display: inline-block;
  font-size: 52%;
  margin-left: -3%;
  position: relative;
}
@media (min-width: 768px) {
  .card--stat .card__stat span[class*=arrow] {
    margin-left: -4px;
  }
}

.card--stat .card__caption {
  /* stylelint-disable-line */
  font-style: normal;
  font-weight: 700; /* stylelint-disable-line */
  color: #f60;
  font-size: 18px;
  line-height: 24px;
  margin-top: 10px;
}
.card--stat.bg-purple .card__caption {
  color: #fff;
}

.card--stat .card__teaser {
  /* stylelint-disable-line */
  font-style: normal;
  font-weight: 400; /* stylelint-disable-line */
  color: #737174;
  margin-top: 14px;
}
.card--stat.bg-purple .card__teaser {
  color: #fff;
}

.card--stat .card__action {
  margin-top: 22px;
}
.card--stat .card__action .button {
  color: #79a2ea;
}
.card--stat .card__action .button:hover {
  color: #3774e0;
}
.card--stat.bg-purple .card__action .button {
  color: #ff9f5f;
}
.card--stat.bg-purple .card__action .button:hover {
  color: #ff7113;
}

.card--stat.is-small .card__inner {
  padding: 20px;
}

.card--stat.is-small .card__stat {
  font-size: 70px;
}

.card--stat.is-minimal .card__inner {
  -webkit-box-shadow: none;
          box-shadow: none;
  padding: 0;
  border-radius: 0;
  background-color: transparent;
}

.card--stat.is-minimal .card__kicker {
  font-size: clamp(0.75rem, 2vw + 1rem, 0.875rem);
  letter-spacing: normal;
}

.card--stat.is-minimal .card__title {
  font-size: clamp(1.125rem, 2vw + 1rem, 1.5rem);
  letter-spacing: normal;
}

.card--stat.is-minimal .card__stat {
  font-size: clamp(1.5rem, 2vw + 1rem, 3.75rem);
  letter-spacing: normal;
}

.card--icon {
  background: #f4f5fc;
  -webkit-box-shadow: none;
          box-shadow: none;
  padding: 23px 28px 28px;
  text-align: center;
}
.card--icon .card__icon-container {
  height: 98px;
  margin: 0 auto;
  width: 98px;
}
.card--icon .card__icon {
  margin-bottom: 6px;
  width: 100%;
}
.card--icon .card__title {
  font-size: 20px;
  line-height: 28px;
}
.card--icon .card__teaser {
  margin-top: 3px;
}
.bg-lt-grey .card--icon {
  background-color: #fff;
}

@media (min-width: 768px) {
  .card--horizontal {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.card--horizontal .card__image-container {
  border-radius: 0 20px 20px 0;
  line-height: 0;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
@media (min-width: 768px) {
  .card--horizontal .card__image-container {
    max-width: 30%;
  }
}
@media (min-width: 1120px) {
  .card--horizontal .card__image-container {
    max-width: 48.7%;
  }
}
.card--horizontal .card__teaser {
  color: #414042;
  margin-top: 22px;
}
.card--horizontal-large .card__title {
  /* stylelint-disable-line */
  font-family: Raleway, serif;
  font-style: normal;
  font-weight: 900; /* stylelint-disable-line */
  font-size: calc(1.375rem + 1.814516129vw);
  line-height: 1.2;
}
@media (min-width: 992px) {
  .card--horizontal-large .card__title {
    font-size: 2.5rem;
  }
}
.archive .card--horizontal {
  border-radius: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.archive .card--horizontal .card__content {
  padding-bottom: 0;
  padding-left: 0;
  padding-top: 0;
}
.archive .card--horizontal .card__image-container {
  border-radius: 20px;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
.archive .card--horizontal .card__image-container a {
  border-radius: 20px;
  display: block;
  overflow: hidden;
}
.archive .card--horizontal .card__image-container + .card__content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  padding-right: 0;
  padding-top: 20px;
}
@media (min-width: 768px) {
  .archive .card--horizontal .card__image-container + .card__content {
    padding-left: 50px;
    padding-right: 30px;
    padding-top: 0;
  }
}
@media (min-width: 1120px) {
  .archive .card--horizontal .card__image-container + .card__content {
    padding-left: 107px;
  }
}

.card--white-paper {
  background-color: #f60;
  color: #fff;
  padding: 25px 27px 35px;
}
@media (min-width: 768px) {
  .card--white-paper {
    padding: 30px 35px 35px;
  }
}
@media (min-width: 1120px) {
  .card--white-paper {
    padding: 50px 48px 60px;
  }
}
.card--white-paper .card__image-container {
  border-radius: 20px;
  margin-bottom: 30px;
}
.card--white-paper .card__content {
  max-width: 485px;
  padding: 0;
}
.card--white-paper .card__kicker {
  color: inherit;
  margin-bottom: 11px;
  opacity: 0.7;
}
@media (min-width: 1120px) {
  .card--white-paper .card__kicker {
    margin-bottom: 21px;
  }
}
.card--white-paper .card__title {
  color: inherit;
}
.card--white-paper .card__title a {
  color: inherit;
}
.card--white-paper .card__teaser {
  /* stylelint-disable-line */
  font-style: normal;
  font-weight: 400; /* stylelint-disable-line */
  color: inherit;
  margin-top: 20px;
  opacity: 0.7;
}
.card--white-paper .card__action {
  margin-top: 21px;
}
.card--white-paper .card__date {
  color: #fff;
}
.card--white-paper .button {
  color: #f60;
  background: #fff;
  text-shadow: 0 0 1px rgba(0, 0, 0, 0.15);
  font-size: 18px;
  padding: 0.8125rem 1.875rem 0.875rem;
}
.card--white-paper .button:hover {
  background: rgba(255, 255, 255, 0.8);
}
.card--white-paper.card--small {
  padding: 30px 27px 30px;
}
@media (min-width: 768px) {
  .card--white-paper.card--small {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 37px 35px 37px;
  }
}
@media (min-width: 1120px) {
  .card--white-paper.card--small {
    display: block;
    padding: 50px 50px 60px;
  }
}
@media (min-width: 768px) {
  .card--white-paper.card--small .card__image-container {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
@media (min-width: 1120px) {
  .card--white-paper.card--small .card__image-container {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
.card--white-paper.card--small .card__content {
  padding: 10px 0 0;
}
@media (min-width: 768px) {
  .card--white-paper.card--small .card__content {
    padding-top: 0;
  }
}
@media (min-width: 1120px) {
  .card--white-paper.card--small .card__content {
    padding-top: 10px;
  }
}

.card--cta {
  background-color: #5051db;
  color: #fff;
  padding: 30px 27px;
}
@media (min-width: 768px) {
  .card--cta {
    padding: 37px 35px;
  }
}
@media (min-width: 1120px) {
  .card--cta {
    padding: 91px 77px 91px 42px;
  }
}
.card--cta .card__title {
  font-size: calc(1.3125rem + 0.9072580645vw);
  line-height: 1.2666666667;
  color: inherit;
}
@media (min-width: 992px) {
  .card--cta .card__title {
    font-size: 1.875rem;
  }
}
.card--cta .card__teaser {
  color: #e4e7ff;
  margin-top: 8px;
}
.card--cta .card__content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 0;
}
@media (min-width: 768px) {
  .card--cta .card__content {
    max-width: 50%;
    padding-right: 20px;
  }
}
@media (min-width: 1120px) {
  .card--cta .card__content {
    max-width: 500px;
    padding-right: 0;
  }
}
.card--cta .card__form {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-top: 30px;
}
@media (min-width: 768px) {
  .card--cta .card__form {
    margin-top: 0;
    max-width: 48.7%;
  }
}

.card--person {
  background-color: transparent;
  border-radius: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  padding: 0;
  margin: 0;
  line-height: 0;
  cursor: pointer;
  border: none;
  -webkit-transition: -webkit-transform 500ms cubic-bezier(0.19, 1, 0.22, 1);
  transition: -webkit-transform 500ms cubic-bezier(0.19, 1, 0.22, 1);
  transition: transform 500ms cubic-bezier(0.19, 1, 0.22, 1);
  transition: transform 500ms cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform 500ms cubic-bezier(0.19, 1, 0.22, 1);
  text-align: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

button.card--person:hover,
a.card--person:hover {
  -webkit-transform: translateY(-10px);
          transform: translateY(-10px);
}

.card--person .card__image-container {
  position: relative;
}

.card--person .card__image-container::before {
  background-color: var(--card-color);
  border-radius: 15px 15px 0 0;
  content: "";
  height: 82%;
  left: 0;
  position: absolute;
  bottom: 0;
  width: 100%;
}

.card--person .card__image {
  position: relative;
}

.card--person .card__content {
  -webkit-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  border-radius: 0px 0px 15px 15px;
  padding: 20px 20px 19px;
  display: grid;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-transition: -webkit-box-shadow 500ms cubic-bezier(0.19, 1, 0.22, 1);
  transition: -webkit-box-shadow 500ms cubic-bezier(0.19, 1, 0.22, 1);
  transition: box-shadow 500ms cubic-bezier(0.19, 1, 0.22, 1);
  transition: box-shadow 500ms cubic-bezier(0.19, 1, 0.22, 1), -webkit-box-shadow 500ms cubic-bezier(0.19, 1, 0.22, 1);
  background-color: #fff;
  -webkit-column-gap: 10px;
     -moz-column-gap: 10px;
          column-gap: 10px;
  row-gap: 5px;
  grid-template-columns: auto 34px;
  grid-template-rows: auto auto;
  grid-template-areas: "name social" "position position";
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

button.card--person:hover .card__content,
a.card--person:hover .card__content {
  -webkit-box-shadow: 0px 10px 14px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 10px 14px rgba(0, 0, 0, 0.25);
}

.card--person .card__name {
  /* stylelint-disable-line */
  font-family: Raleway, serif;
  font-style: normal;
  font-weight: 800; /* stylelint-disable-line */
  color: var(--card-color);
  font-size: 22px;
  line-height: 1.16;
  margin: 0;
  grid-area: name;
}

.card--person .card__name button {
  /* stylelint-disable-line */
  font-family: Raleway, serif;
  font-style: normal;
  font-weight: 800; /* stylelint-disable-line */
  line-height: inherit;
  color: inherit;
}

.card--person .card__position {
  /* stylelint-disable-line */
  font-family: Raleway, serif;
  font-style: normal;
  font-weight: 500; /* stylelint-disable-line */
  color: var(--card-color);
  font-size: 14px;
  line-height: 1.2;
  grid-area: position;
}

.card--person .card__social {
  grid-area: social;
}

.section--stat-cards {
  position: relative;
}

.section--stat-cards .section-header {
  margin-bottom: 47px;
}

.section--stat-cards .stat-cards {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: calc(30px / -2);
  margin-right: calc(30px / -2);
  margin-top: -40px;
}
.section--stat-cards .stat-cards .card {
  margin-left: calc(30px / 2);
  margin-right: calc(30px / 2);
  width: calc(100% / 1 - 30px);
}

@media (min-width: 1120px) {
  .section--stat-cards[data-num-of-columns="3"] .stat-cards {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-left: calc(30px / -2);
    margin-right: calc(30px / -2);
  }
  .section--stat-cards[data-num-of-columns="3"] .stat-cards .card {
    margin-left: calc(30px / 2);
    margin-right: calc(30px / 2);
    width: calc(100% / 3 - 30px);
  }
}

@media (min-width: 768px) {
  .section--stat-cards[data-num-of-columns="4"] .stat-cards {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-left: calc(30px / -2);
    margin-right: calc(30px / -2);
  }
  .section--stat-cards[data-num-of-columns="4"] .stat-cards .card {
    margin-left: calc(30px / 2);
    margin-right: calc(30px / 2);
    width: calc(100% / 2 - 30px);
  }
}
@media (min-width: 1120px) {
  .section--stat-cards[data-num-of-columns="4"] .stat-cards {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-left: calc(30px / -2);
    margin-right: calc(30px / -2);
  }
  .section--stat-cards[data-num-of-columns="4"] .stat-cards .card {
    margin-left: calc(30px / 2);
    margin-right: calc(30px / 2);
    width: calc(100% / 4 - 30px);
  }
}

@media (min-width: 768px) {
  .section--stat-cards[data-num-of-columns="5"] .stat-cards {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-left: calc(30px / -2);
    margin-right: calc(30px / -2);
  }
  .section--stat-cards[data-num-of-columns="5"] .stat-cards .card {
    margin-left: calc(30px / 2);
    margin-right: calc(30px / 2);
    width: calc(100% / 2 - 30px);
  }
}
@media (min-width: 1120px) {
  .section--stat-cards[data-num-of-columns="5"] .stat-cards {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-left: calc(30px / -2);
    margin-right: calc(30px / -2);
  }
  .section--stat-cards[data-num-of-columns="5"] .stat-cards .card {
    margin-left: calc(30px / 2);
    margin-right: calc(30px / 2);
    width: calc(100% / 5 - 30px);
  }
}

.section--stat-cards .card {
  margin-top: 40px;
}
.section--stat-cards.blob-left .card:first-of-type::before {
  bottom: -7%;
  left: -80px;
}
@media (min-width: 1120px) {
  .section--stat-cards.blob-left .card:first-of-type::before {
    bottom: -11%;
  }
}

.section--stat-cards.blob-right::before {
  bottom: 45px;
  right: 0;
}

[data-tabs] {
  border-bottom: 1px solid #c2b6d2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
[data-tabs] li {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: center;
}
[data-tabs] a {
  /* stylelint-disable-line */
  font-family: Raleway, serif;
  font-style: normal;
  font-weight: 700; /* stylelint-disable-line */
  color: #8c72af;
  display: block;
  font-size: 16px;
  height: 100%;
  line-height: 20px;
  padding: 0 20px 20px;
  position: relative;
}
[data-tabs] a::after {
  bottom: 0;
  content: "";
  display: block;
  height: 5px;
  left: 0;
  position: absolute;
  width: 100%;
}
.bg-purple [data-tabs] a {
  color: #fff;
}
[data-tabs] a[aria-selected=true] {
  color: #f60;
}
[data-tabs] a[aria-selected=true]::after {
  background-color: #f60;
}

.section--tabs {
  position: relative;
}
.section--tabs.blob-left::before {
  left: -80px;
  top: 83px;
}
.section--tabs .section-header {
  grid-column: 1/6;
}
.section--tabs .section-header__action {
  display: none;
}
@media (min-width: 768px) {
  .section--tabs .section-header__action {
    display: block;
  }
}
.section--tabs .tab-container {
  grid-column: 7/13;
  margin-top: 40px;
}
@media (min-width: 1120px) {
  .section--tabs .tab-container {
    margin-top: 0;
  }
}
@media (min-width: 1120px) {
  .section--tabs .tabs-select-container {
    display: none;
  }
}
.section--tabs .tabs {
  display: none;
}
@media (min-width: 1120px) {
  .section--tabs .tabs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media (min-width: 768px) {
  .section--tabs .section-footer {
    display: none;
  }
}
.section--tabs .tab-content {
  padding-top: 30px;
}
@media (min-width: 1120px) {
  .section--tabs .tab-content {
    padding-top: 65px;
  }
}
.section--tabs .content-group {
  padding: 50px 0;
  position: relative;
}
.section--tabs .content-group__image-container {
  float: left;
  margin-bottom: 20px;
  margin-right: 20px;
}
@media (min-width: 1120px) {
  .section--tabs .content-group__image-container {
    margin-bottom: 0;
    margin-right: 60px;
    position: relative;
  }
}
.section--tabs .content-group__image {
  width: 80px;
}
@media (min-width: 1120px) {
  .section--tabs .content-group__image {
    width: 170px;
  }
}
@media (min-width: 1120px) {
  .section--tabs .content-group__content {
    overflow: hidden;
  }
}
.section--tabs .content-group__kicker {
  margin-bottom: 13px;
}
.section--tabs .content-group__title {
  /* stylelint-disable-line */
  font-family: Raleway, serif;
  font-style: normal;
  font-weight: 800; /* stylelint-disable-line */
  color: #5051db;
  font-size: 28px;
  line-height: 34px;
}
.section--tabs .content-group__teaser {
  /* stylelint-disable-line */
  font-style: normal;
  font-weight: 400; /* stylelint-disable-line */
  clear: both;
  color: #737174;
  margin-top: 19px;
}
.section--tabs .content-group__action {
  margin-top: 13px;
}
.section--tabs .content-group + .content-group {
  border-top: 1px solid #c6cae8;
}
.section--tabs .content-group:first-child {
  padding-top: 0;
}
.section--tabs.bg-purple .tab-content__title {
  color: #fff;
}
.section--tabs.bg-purple .tab-content__teaser {
  color: #b3b3b3;
}

.section--quote-stats .quote-box {
  background: #5051db;
  border-radius: 30px;
  padding: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (min-width: 768px) {
  .section--quote-stats .quote-box {
    grid-column: 1/13;
    padding: 50px;
  }
}
@media (min-width: 1120px) {
  .section--quote-stats .quote-box {
    grid-column: 1/7;
  }
}

.quote-box .testimonial__quote {
  /* stylelint-disable-line */
  font-style: normal;
  font-weight: 700; /* stylelint-disable-line */
  font-size: calc(1.4rem + 2.1774193548vw);
  line-height: 1.1363636364;
}
@media (min-width: 992px) {
  .quote-box .testimonial__quote {
    font-size: 2.75rem;
  }
}

.section--quote-stats .testimonial span[class*=icon],
.section--quote-stats .testimonial__quote,
.section--quote-stats .testimonial__name {
  color: #fff;
}

.section--quote-stats .testimonial__position {
  color: #b3b3b3;
}

.section--quote-stats.bg-purple .quote-box {
  background-color: #fff;
}

.section--quote-stats.bg-purple .testimonial span[class*=icon],
.section--quote-stats.bg-purple .testimonial__quote,
.section--quote-stats.bg-purple .testimonial__name {
  color: #65468e;
}

.section--quote-stats.bg-purple .testimonial__position {
  color: #737174;
}

@media (min-width: 768px) {
  .section--quote-stats .stat-cards {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-left: calc(30px / -2);
    margin-right: calc(30px / -2);
    grid-column: 1/13;
  }
  .section--quote-stats .stat-cards .card {
    margin-left: calc(30px / 2);
    margin-right: calc(30px / 2);
    width: calc(100% / 2 - 30px);
  }
}
@media (min-width: 1120px) {
  .section--quote-stats .stat-cards {
    margin-top: -30px;
    grid-column: 7/13;
  }
}

.section--quote-stats .stat-cards .card {
  margin-top: 30px;
}

.image-block {
  max-width: 1295px;
  padding-left: 30px;
  padding-right: 30px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (min-width: 768px) {
  .image-block {
    -webkit-column-gap: 30px;
       -moz-column-gap: 30px;
            column-gap: 30px;
    display: grid;
    grid-template-columns: minmax(0, 1fr) repeat(12, minmax(0, calc(1295px / 12 - 30px))) minmax(0, 1fr);
    max-width: initial;
    padding-left: 0;
    padding-right: 0;
  }
}

.image-block__image-container {
  grid-column: 1/15;
  grid-row: 1;
  position: relative;
}
@media (min-width: 768px) {
  .image-block__image-container {
    grid-column: 2/8;
  }
}

@media (min-width: 768px) {
  .image-block--to-edge .image-block__image-container {
    grid-column: 1/8;
  }
}

@media (min-width: 768px) {
  .image-block--align-right .image-block__image-container {
    grid-column: 8/14;
  }
}

@media (min-width: 768px) {
  .image-block--to-edge.image-block--align-right .image-block__image-container {
    grid-column: 8/15;
  }
}

.image-block .section-header {
  grid-column: 1/15;
  margin-top: 40px;
  grid-row: 1;
}
@media (min-width: 768px) {
  .image-block .section-header {
    grid-column: 8/14;
    margin-top: 0;
  }
}
@media (min-width: 1120px) {
  .image-block .section-header {
    grid-column: 9/14;
  }
}

@media (min-width: 768px) {
  .image-block--align-right .section-header {
    grid-column: 2/8;
  }
}
@media (min-width: 1120px) {
  .image-block--align-right .section-header {
    grid-column: 2/7;
  }
}

.image-block__frame {
  background-color: #fff;
  border-radius: 30px;
  padding: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  z-index: 10;
}
@media (min-width: 1120px) {
  .image-block__frame {
    padding: 50px;
  }
}

.image-block__image,
.image-block__video {
  position: relative;
  z-index: 5;
}

.image-block.one-blob .image-block__image-container::before {
  top: -35px;
}
@media (min-width: 1120px) {
  .image-block.one-blob .image-block__image-container::before {
    top: -45px;
  }
}

.image-block.one-blob.image-block--align-left .image-block__image-container::before {
  left: 100%;
  -webkit-transform: translateX(calc(-100% + 60px));
          transform: translateX(calc(-100% + 60px));
}
@media (min-width: 1120px) {
  .image-block.one-blob.image-block--align-left .image-block__image-container::before {
    -webkit-transform: translateX(calc(-100% + 80px));
            transform: translateX(calc(-100% + 80px));
  }
}

.image-block.one-blob.image-block--align-right .image-block__image-container::before {
  right: 100%;
  -webkit-transform: translateX(calc(100% - 60px));
          transform: translateX(calc(100% - 60px));
}
@media (min-width: 1120px) {
  .image-block.one-blob.image-block--align-right .image-block__image-container::before {
    -webkit-transform: translateX(calc(100% - 80px));
            transform: translateX(calc(100% - 80px));
  }
}

.image-block.two-blobs .image-block__image-container::before {
  top: -20%;
}
@media (min-width: 1120px) {
  .image-block.two-blobs .image-block__image-container::before {
    top: -20%;
  }
}
.image-block.two-blobs .image-block__image-container::after {
  bottom: 18%;
}
@media (min-width: 1120px) {
  .image-block.two-blobs .image-block__image-container::after {
    bottom: 18%;
  }
}

.image-block.two-blobs.image-block--align-left .image-block__image-container::before {
  left: 100%;
  -webkit-transform: translateX(calc(-100% + 80px));
          transform: translateX(calc(-100% + 80px));
}
.image-block.two-blobs.image-block--align-left .image-block__image-container::after {
  left: 100%;
  -webkit-transform: translateX(-212%);
          transform: translateX(-212%);
}

.image-block.two-blobs.image-block--align-right .image-block__image-container::before {
  right: 100%;
  -webkit-transform: translateX(calc(100% - 80px));
          transform: translateX(calc(100% - 80px));
}
.image-block.two-blobs.image-block--align-right .image-block__image-container::after {
  right: 100%;
  -webkit-transform: translateX(212%);
          transform: translateX(212%);
}

.section--interactive-map .section-header {
  margin-bottom: 30px;
}
@media (min-width: 1120px) {
  .section--interactive-map .section-header {
    margin-bottom: 60px;
  }
}
.section--interactive-map .map-container {
  grid-column: 1/13;
  height: 245px;
  position: relative;
  width: 100%;
}
@media (min-width: 768px) {
  .section--interactive-map .map-container {
    height: 541px;
  }
}
@media (min-width: 1120px) {
  .section--interactive-map .map-container {
    height: 925px;
  }
}
.section--interactive-map .list {
  grid-column: 1/13;
  grid-row: 2;
}
@media (min-width: 1120px) {
  .section--interactive-map .list {
    grid-column: 1/6;
    grid-row: 1;
  }
}
.section--interactive-map .list__title {
  color: #414042;
  text-decoration: underline;
}
.section--interactive-map .list-item {
  /* stylelint-disable-line */
  font-style: normal;
  font-weight: 700; /* stylelint-disable-line */
  color: #414042;
  font-size: 20px;
  line-height: 26px;
  margin-left: 20px;
  padding-left: 20px;
  text-indent: -38px;
}
.section--interactive-map .list-item::before {
  background-image: url(../svg/check-orange.svg);
}
.section--interactive-map .map {
  height: 100%;
  width: 100%;
}
.section--interactive-map .map-tooltip-container {
  display: none;
  left: 0;
  position: absolute;
  top: 0;
  -webkit-transform: translate(-50%, calc(-100% - 22px));
          transform: translate(-50%, calc(-100% - 22px));
}
.section--interactive-map .map-tooltip--provider-map {
  background: #f60;
  border-radius: 20px;
  color: #fff;
  padding: 20px 18px;
  position: relative;
}
.section--interactive-map .map-tooltip--provider-map::after {
  border: solid transparent;
  border-color: rgba(255, 102, 0, 0);
  border-top-color: #f60;
  border-width: 20px;
  content: "";
  height: 0;
  left: 50%;
  margin-left: -20px;
  pointer-events: none;
  position: absolute;
  top: 100%;
  width: 0;
}
.section--interactive-map .map-tooltip--provider-map .state-name {
  /* stylelint-disable-line */
  font-style: normal;
  font-weight: 700; /* stylelint-disable-line */
  font-size: 14px;
  margin-bottom: 10px;
}
.section--interactive-map .map-tooltip--provider-map .values {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.section--interactive-map .map-tooltip--provider-map .value {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 0 18px;
  width: 100px;
}
.section--interactive-map .map-tooltip--provider-map .value__number {
  /* stylelint-disable-line */
  font-style: normal;
  font-weight: 700; /* stylelint-disable-line */
  font-size: 40px;
  line-height: 40px;
  margin-bottom: 1px;
}
.section--interactive-map .map-tooltip--provider-map .value__value {
  /* stylelint-disable-line */
  font-style: normal;
  font-weight: 400; /* stylelint-disable-line */
  font-size: 14px;
  line-height: 16px;
}
.section--interactive-map .map-tooltip--provider-map .value + .value {
  border-left: 1px solid #ff9f5f;
  width: 101px;
}
.section--interactive-map .map-tooltip--provider-map .value:first-child {
  padding-left: 0;
}
.section--interactive-map .map-tooltip--provider-map .value:last-child {
  padding-right: 0;
}
.section--interactive-map.has-list .section-header {
  margin-bottom: 30px;
}
.section--interactive-map.has-list .map-container {
  grid-column: 1/13;
  grid-row: 1;
  margin-bottom: 40px;
}
@media (min-width: 1120px) {
  .section--interactive-map.has-list .map-container {
    grid-column: 6/13;
    height: 450px;
    margin-bottom: 0;
  }
}

.section--logo-grid .logos {
  margin-bottom: -30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: calc(30px / -2);
  margin-right: calc(30px / -2);
}
.section--logo-grid .logos .logo {
  margin-left: calc(30px / 2);
  margin-right: calc(30px / 2);
  width: calc(100% / 2 - 30px);
}
@media (min-width: 768px) {
  .section--logo-grid .logos {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-left: calc(40px / -2);
    margin-right: calc(40px / -2);
  }
  .section--logo-grid .logos .logo {
    margin-left: calc(40px / 2);
    margin-right: calc(40px / 2);
    width: calc(100% / 3 - 40px);
  }
}
@media (min-width: 1120px) {
  .section--logo-grid .logos {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-left: calc(40px / -2);
    margin-right: calc(40px / -2);
  }
  .section--logo-grid .logos .logo {
    margin-left: calc(40px / 2);
    margin-right: calc(40px / 2);
    width: calc(100% / 4 - 40px);
  }
}

.section--logo-grid .logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 30px;
}

@media (min-width: 768px) {
  .section--features-testimonials .column-1 {
    grid-column: 1/13;
  }
}
@media (min-width: 1120px) {
  .section--features-testimonials .column-1 {
    grid-column: 1/7;
  }
}
@media (min-width: 768px) {
  .section--features-testimonials .column-2 {
    grid-column: 1/13;
  }
}
@media (min-width: 1120px) {
  .section--features-testimonials .column-2 {
    grid-column: 8/13;
  }
}
.section--features-testimonials .section-header {
  margin-bottom: 150px;
}
@media (min-width: 768px) {
  .section--features-testimonials .section-header {
    padding-right: 12.5%;
  }
}
.section--features-testimonials .section-header__action {
  margin-bottom: -115px;
}
.section--features-testimonials .features {
  margin-top: -35px;
  position: relative;
}
@media (min-width: 768px) {
  .section--features-testimonials .features {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-left: calc(30px / -2);
    margin-right: calc(30px / -2);
  }
  .section--features-testimonials .features .card {
    margin-left: calc(30px / 2);
    margin-right: calc(30px / 2);
    width: calc(100% / 2 - 30px);
  }
}
.section--features-testimonials .features::before {
  bottom: -60px;
  left: -125px;
}
.section--features-testimonials .features .card {
  margin-top: 35px;
}
@media (min-width: 768px) {
  .section--features-testimonials .features .card:nth-of-type(even) {
    -webkit-transform: translateY(-107px);
            transform: translateY(-107px);
  }
}
.section--features-testimonials .testimonials {
  margin-top: 80px;
}
@media (min-width: 1120px) {
  .section--features-testimonials .testimonials {
    margin-top: 129px;
  }
}
@media (min-width: 768px) {
  .section--features-testimonials .testimonial {
    max-width: 80%;
  }
}
@media (min-width: 1120px) {
  .section--features-testimonials .testimonial {
    max-width: none;
  }
}
.section--features-testimonials .testimonial + .testimonial {
  margin-top: 50px;
}
@media (min-width: 1120px) {
  .section--features-testimonials .testimonial + .testimonial {
    margin-top: 85px;
  }
}
@media (min-width: 768px) {
  .section--features-testimonials .testimonial:nth-of-type(odd) {
    margin-left: 5.5%;
  }
}
@media (min-width: 1120px) {
  .section--features-testimonials .testimonial:nth-of-type(odd) {
    margin-left: 0;
  }
}
@media (min-width: 768px) {
  .section--features-testimonials .testimonial:nth-of-type(even) {
    margin-left: 20%;
  }
}
@media (min-width: 1120px) {
  .section--features-testimonials .testimonial:nth-of-type(even) {
    margin-left: 0;
  }
}

.section--resources .section-header {
  margin-bottom: 54px;
}
.section--resources .resources {
  margin-bottom: -30px;
}
@media (min-width: 768px) {
  .section--resources .resources {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-left: calc(30px / -2);
    margin-right: calc(30px / -2);
  }
  .section--resources .resources .card {
    margin-left: calc(30px / 2);
    margin-right: calc(30px / 2);
    width: calc(100% / 3 - 30px);
  }
}
.section--resources .card {
  margin-bottom: 30px;
}

.section--testimonial {
  position: relative;
}
.section--testimonial .testimonial {
  grid-column: 2/12;
}
.section--testimonial .testimonial__quote {
  font-size: calc(1.35rem + 1.4516129032vw);
  line-height: 1.3888888889;
}
@media (min-width: 992px) {
  .section--testimonial .testimonial__quote {
    font-size: 2.25rem;
  }
}
.section--testimonial.blob-right::before {
  right: 0;
  top: 15%;
}
@media (min-width: 1120px) {
  .section--testimonial.blob-right::before {
    top: 20px;
  }
}

.section--testimonials-slider {
  position: relative;
}
.section--testimonials-slider.blob-right::before {
  right: 0;
  top: 15%;
}
@media (min-width: 1120px) {
  .section--testimonials-slider.blob-right::before {
    top: 20px;
  }
}

.section--testimonials-slider .section-header {
  margin-bottom: 30px;
}

.section--testimonials-slider .testimonial-slide {
  border-radius: 30px;
  height: 80vh;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 20px;
  background-position: center center;
  width: 100%;
}
@media (min-width: 768px) {
  .section--testimonials-slider .testimonial-slide {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
    height: 600px;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
  }
}

@media (min-width: 768px) {
  .section--testimonials-slider .testimonial-slide.swiper-slide-active {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

.section--testimonials-slider .testimonial-slide__content {
  position: absolute;
  bottom: 20px;
  background-color: #fff;
  left: 20px;
  width: calc(100% - 40px);
  border-radius: 10px;
  padding: 20px 20px 14px;
  opacity: 0;
  -webkit-transition: opacity 300ms ease, -webkit-transform 300ms ease 300ms;
  transition: opacity 300ms ease, -webkit-transform 300ms ease 300ms;
  transition: opacity 300ms ease, transform 300ms ease 300ms;
  transition: opacity 300ms ease, transform 300ms ease 300ms, -webkit-transform 300ms ease 300ms;
  -webkit-transform: translateY(30px);
          transform: translateY(30px);
}

.section--testimonials-slider .testimonial-slide.swiper-slide-active .testimonial-slide__content {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.section--testimonials-slider span[class*=icon] {
  color: #5051db;
  font-size: 20px;
  margin-bottom: 20px;
  display: inline-block;
}

.section--testimonials-slider .testimonial-slide__quote p {
  /* stylelint-disable-line */
  font-family: Raleway, serif;
  font-style: normal;
  font-weight: 400; /* stylelint-disable-line */
  font-size: 1.125rem;
  line-height: 1.3333333333;
  color: #79a2ea;
  margin: 26px 0 25px;
  position: relative;
  z-index: 5;
}

.section--testimonials-slider .testimonial-slide__quote p:first-of-type {
  margin-top: 0;
}

.section--testimonials-slider .testimonial-slide__quote p:last-of-type {
  margin-bottom: 0;
}

.section--testimonials-slider .testimonial-slide__name {
  /* stylelint-disable-line */
  font-style: normal;
  font-weight: 700; /* stylelint-disable-line */
  color: #5051db;
  margin-top: 20px;
}

.section--testimonials-slider .testimonial-slide__position {
  /* stylelint-disable-line */
  font-style: normal;
  font-weight: 400; /* stylelint-disable-line */
  color: #737174;
}

.section--testimonials-slider .swiper-container {
  opacity: 0;
  -webkit-transition: opacity 150ms ease;
  transition: opacity 150ms ease;
}
@media (min-width: 1120px) {
  .section--testimonials-slider .swiper-container {
    padding: 0 50px;
  }
}

.section--testimonials-slider .swiper-container.swiper-container-initialized {
  opacity: 1;
}

@media (min-width: 768px) {
  .section--testimonials-slider .swiper-container:after {
    content: "";
    width: 100%;
    height: 100%;
    background: linear-gradient(to right, #fff 0%, rgba(255, 255, 255, 0) 90px, rgba(255, 255, 255, 0) calc(100% - 90px), #fff 100%);
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
    z-index: 1;
  }
}

.section--testimonials-slider.bg-lt-grey .swiper-container:after {
  background: linear-gradient(to right, #f4f5fc 0%, rgba(244, 245, 252, 0) 90px, rgba(244, 245, 252, 0) calc(100% - 90px), #f4f5fc 100%);
}

.section--testimonials-slider.bg-purple .swiper-container:after {
  background: linear-gradient(to right, #5051db 0%, rgba(80, 81, 219, 0) 90px, rgba(80, 81, 219, 0) calc(100% - 90px), #5051db 100%);
}

.section--testimonials-slider .swiper-container .swiper-button {
  display: none;
}
@media (min-width: 1120px) {
  .section--testimonials-slider .swiper-container .swiper-button {
    display: block;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    z-index: 5;
  }
}

.section--testimonials-slider .swiper-button span[class*=icon] {
  margin-bottom: 0;
}

.section--testimonials-slider.bg-purple .swiper-button span[class*=icon] {
  color: #fff;
}

.section--testimonials-slider .swiper-button-prev {
  left: 30px;
}

.section--testimonials-slider .swiper-button-next {
  right: 30px;
}

.section--button-bar .section-header {
  margin-bottom: 30px;
}

.section--button-bar .button-bar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 20px;
}

.section--button-bar .button.hollow {
  font-size: 20px;
  padding: 0.9375rem 2.5rem;
  color: #fff;
  background-color: transparent;
  border: 2px solid #65468e;
  color: #65468e;
  text-shadow: none;
}
.section--button-bar .button.hollow:hover {
  background-color: #412d5b;
  border-color: #412d5b;
  color: #fff;
}

.section--text-form-split {
  position: relative;
  padding-bottom: 0;
  padding-top: 0 !important;
}

.section--text-form-split::before {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 0;
  background-color: #fff;
  height: 100%;
  width: 50%;
  display: block;
}
@media (min-width: 768px) {
  .section--text-form-split::before {
    content: "";
  }
}

.section--text-form-split .section__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (min-width: 768px) {
  .section--text-form-split .section__container {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

.section--text-form-split .left-side,
.section--text-form-split .right-side {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-top: var(--section-padding);
  padding-bottom: var(--section-padding);
}

@media (min-width: 768px) {
  .section--text-form-split .left-side {
    padding-right: 40px;
    padding-top: 190px;
  }
}

.section--text-form-split .right-side {
  background-color: #fff;
  margin: 0 -20px;
  padding-left: 30px;
  padding-right: 30px;
}
@media (min-width: 768px) {
  .section--text-form-split .right-side {
    margin: 0;
    padding-right: 0;
    padding-left: 20px;
  }
}
@media (min-width: 1120px) {
  .section--text-form-split .right-side {
    padding-left: 40px;
  }
}

.section--text-form-split .section-header {
  margin-bottom: 40px;
}
@media (min-width: 768px) {
  .section--text-form-split .section-header {
    margin-bottom: 80px;
  }
}

.section--text-form-split .right-side .section-header {
  margin-bottom: 40px;
}

.section--text-form-split .right-side .section-header__title {
  font-size: calc(1.275rem + 0.3629032258vw);
  line-height: 1.25;
}
@media (min-width: 992px) {
  .section--text-form-split .right-side .section-header__title {
    font-size: 1.5rem;
  }
}

.section--text-form-split .right-side .section-header__teaser {
  margin-top: 15px;
}

.section--text-form-split .mktoForm {
  padding: 0;
}

.section--text-form-split .mktoForm input[type=text],
.section--text-form-split .mktoForm input[type=url],
.section--text-form-split .mktoForm input[type=email],
.section--text-form-split .mktoForm input[type=tel],
.section--text-form-split .mktoForm input[type=number],
.section--text-form-split .mktoForm input[type=date],
.section--text-form-split .mktoForm select.mktoField,
.section--text-form-split .mktoForm textarea.mktoField {
  border-radius: 3px !important;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: 1px solid #e6e8f6;
  color: #000;
}
.section--text-form-split .mktoForm input[type=text]::-webkit-input-placeholder,
.section--text-form-split .mktoForm input[type=url]::-webkit-input-placeholder,
.section--text-form-split .mktoForm input[type=email]::-webkit-input-placeholder,
.section--text-form-split .mktoForm input[type=tel]::-webkit-input-placeholder,
.section--text-form-split .mktoForm input[type=number]::-webkit-input-placeholder,
.section--text-form-split .mktoForm input[type=date]::-webkit-input-placeholder,
.section--text-form-split .mktoForm select.mktoField::-webkit-input-placeholder,
.section--text-form-split .mktoForm textarea.mktoField::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #000;
  opacity: 1;
}
.section--text-form-split .mktoForm input[type=text]::-moz-placeholder,
.section--text-form-split .mktoForm input[type=url]::-moz-placeholder,
.section--text-form-split .mktoForm input[type=email]::-moz-placeholder,
.section--text-form-split .mktoForm input[type=tel]::-moz-placeholder,
.section--text-form-split .mktoForm input[type=number]::-moz-placeholder,
.section--text-form-split .mktoForm input[type=date]::-moz-placeholder,
.section--text-form-split .mktoForm select.mktoField::-moz-placeholder,
.section--text-form-split .mktoForm textarea.mktoField::-moz-placeholder {
  /* Firefox 19+ */
  color: #000;
  opacity: 1;
}
.section--text-form-split .mktoForm input[type=text]:-ms-input-placeholder,
.section--text-form-split .mktoForm input[type=url]:-ms-input-placeholder,
.section--text-form-split .mktoForm input[type=email]:-ms-input-placeholder,
.section--text-form-split .mktoForm input[type=tel]:-ms-input-placeholder,
.section--text-form-split .mktoForm input[type=number]:-ms-input-placeholder,
.section--text-form-split .mktoForm input[type=date]:-ms-input-placeholder,
.section--text-form-split .mktoForm select.mktoField:-ms-input-placeholder,
.section--text-form-split .mktoForm textarea.mktoField:-ms-input-placeholder {
  /* IE 10+ */
  color: #000;
  opacity: 1;
}
.section--text-form-split .mktoForm input[type=text]:-moz-placeholder,
.section--text-form-split .mktoForm input[type=url]:-moz-placeholder,
.section--text-form-split .mktoForm input[type=email]:-moz-placeholder,
.section--text-form-split .mktoForm input[type=tel]:-moz-placeholder,
.section--text-form-split .mktoForm input[type=number]:-moz-placeholder,
.section--text-form-split .mktoForm input[type=date]:-moz-placeholder,
.section--text-form-split .mktoForm select.mktoField:-moz-placeholder,
.section--text-form-split .mktoForm textarea.mktoField:-moz-placeholder {
  /* Firefox 18- */
  color: #000;
  opacity: 1;
}

.section--text-form-split input:not([type=checkbox]):not([type=radio]):not([type=image]),
.section--text-form-split select,
.section--text-form-split option {
  background: none;
}

@media (min-width: 768px) {
  .section--text-form-split .mktoFormRow {
    margin: 0 -15px;
  }
}

@media (min-width: 1120px) {
  #landing-special .section__container {
    min-height: 74vh;
  }
}

#landing-special .section-header__kicker {
  font-size: 12px;
  margin-bottom: 20px;
}

#landing-special .section-header__title {
  /* stylelint-disable-line */
  font-family: Raleway, serif;
  font-style: normal;
  font-weight: 500; /* stylelint-disable-line */
}

.section--hub-results .layout-pyramid .card-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: -30px -15px 0;
}
.section--hub-results .layout-pyramid .card-group + .card-group {
  margin-top: 30px;
}
.section--hub-results .layout-pyramid .card-group .card {
  margin: 30px 15px 0;
  width: 100%;
}
@media (min-width: 1120px) {
  .section--hub-results .layout-pyramid .card-group .card {
    width: calc(50% - 30px);
  }
}
.section--hub-results .layout-pyramid .card-group .card--small {
  width: 100%;
}
@media (min-width: 1120px) {
  .section--hub-results .layout-pyramid .card-group .card--small {
    width: calc(33.3333% - 30px);
  }
}
.section--hub-results .layout-pyramid .card-group + .card--cta {
  margin-bottom: 65px;
}
.section--hub-results .layout-pyramid .card--cta {
  margin-top: 65px;
}

.section--author {
  padding-top: 0;
}
.section--author .callout {
  position: relative;
}
@media (min-width: 768px) {
  .section--author .callout {
    grid-column: 2/12;
  }
}
@media (min-width: 1120px) {
  .section--author .callout {
    grid-column: 3/11;
  }
}
.section--author .callout::before {
  bottom: -20%;
  left: -20%;
}
.section--author .callout__inner {
  background: #f4f5fc;
  border-radius: 20px;
  padding: 32px 30px 36px;
  position: relative;
  text-align: center;
}
@media (min-width: 768px) {
  .section--author .callout__inner {
    text-align: left;
  }
}
@media (min-width: 1120px) {
  .section--author .callout__inner {
    padding: 42px 50px 46px;
  }
}
.section--author .section-header {
  margin-bottom: 30px;
  text-align: center;
}
@media (min-width: 768px) {
  .section--author .section-header {
    text-align: left;
  }
}
.section--author .section-header__title {
  font-size: calc(1.3125rem + 0.9072580645vw);
  line-height: 1.2666666667;
}
@media (min-width: 992px) {
  .section--author .section-header__title {
    font-size: 1.875rem;
  }
}
@media (min-width: 768px) {
  .section--author .author {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.section--author .author__image-container {
  margin-bottom: 20px;
  overflow: hidden;
}
@media (min-width: 768px) {
  .section--author .author__image-container {
    margin-bottom: 0;
    margin-right: 30px;
  }
}
.section--author .author .avatar {
  border-radius: 50%;
  height: 185px;
  width: 185px;
}
@media (min-width: 768px) {
  .section--author .author .avatar {
    height: 150px;
    width: 150px;
  }
}
@media (min-width: 1120px) {
  .section--author .author .avatar {
    height: 185px;
    width: 185px;
  }
}
.section--author .author__name {
  /* stylelint-disable-line */
  font-family: Raleway, serif;
  font-style: normal;
  font-weight: 900; /* stylelint-disable-line */
  font-size: calc(1.3rem + 0.7258064516vw);
  line-height: 1.3571428571;
  color: #5051db;
}
@media (min-width: 992px) {
  .section--author .author__name {
    font-size: 1.75rem;
  }
}
.section--author .author__bio {
  color: #737174;
  margin-top: 9px;
}
.section--author .author__action {
  margin-top: 16px;
}
.section--author .author__action .button {
  font-size: 16px;
  padding: 0.95rem 1.25rem;
  display: block;
}
@media (min-width: 1120px) {
  .section--author .author__action .button {
    display: inline-block;
  }
}
.section--author .author__action .button + .button {
  margin-top: 20px;
}
@media (min-width: 1120px) {
  .section--author .author__action .button + .button {
    margin-left: 60px;
    margin-top: 0;
  }
}

.section--related-resources {
  background-color: #f4f5fc;
}
.section--related-resources .section-header {
  margin-bottom: 50px;
}
.section--related-resources .section-header__title {
  font-size: 30px;
}
.section--related-resources .cards {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: calc(30px / -2);
  margin-right: calc(30px / -2);
}
.section--related-resources .cards .card {
  margin-left: calc(30px / 2);
  margin-right: calc(30px / 2);
  width: calc(100% / 1 - 30px);
}
@media (min-width: 768px) {
  .section--related-resources .cards {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-left: calc(30px / -2);
    margin-right: calc(30px / -2);
  }
  .section--related-resources .cards .card {
    margin-left: calc(30px / 2);
    margin-right: calc(30px / 2);
    width: calc(100% / 3 - 30px);
  }
}
.section--related-resources .card + .card {
  margin-top: 30px;
}
@media (min-width: 768px) {
  .section--related-resources .card + .card {
    margin-top: 0;
  }
}

@media (min-width: 768px) {
  .section--textblock.column-narrow .main-content {
    grid-column: 2/12;
  }
}
@media (min-width: 1120px) {
  .section--textblock.column-narrow .main-content {
    grid-column: 3/11;
  }
}
.section--textblock.column-full-width .main-content {
  grid-column: 1/13;
}

.section--gallery-grid .gallery-grid {
  display: grid;
  gap: 30px;
  grid-template-columns: 1fr;
  position: relative;
}
@media (min-width: 768px) {
  .section--gallery-grid .gallery-grid {
    grid-template-areas: "one one two two two two" "one one three three four four" "five five five six six six";
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  }
}
.section--gallery-grid .gallery-grid::before {
  left: -11.5%;
  top: 21%;
}
.section--gallery-grid .gallery-grid::after {
  bottom: 5.6%;
  right: -14%;
  z-index: 0;
}
@media (min-width: 1120px) {
  .section--gallery-grid .gallery-grid::after {
    bottom: -10.4%;
  }
}
.section--gallery-grid .gallery-grid__image-container {
  border-radius: 20px;
  height: 100%;
  overflow: hidden;
  position: relative;
  width: 100%;
  z-index: 1;
}
@media (min-width: 768px) {
  .section--gallery-grid .gallery-grid__image-container--1 {
    grid-area: one;
  }
}
@media (min-width: 768px) {
  .section--gallery-grid .gallery-grid__image-container--2 {
    grid-area: two;
  }
}
@media (min-width: 768px) {
  .section--gallery-grid .gallery-grid__image-container--3 {
    grid-area: three;
  }
}
@media (min-width: 768px) {
  .section--gallery-grid .gallery-grid__image-container--4 {
    grid-area: four;
  }
}
@media (min-width: 768px) {
  .section--gallery-grid .gallery-grid__image-container--5 {
    grid-area: five;
  }
}
@media (min-width: 768px) {
  .section--gallery-grid .gallery-grid__image-container--6 {
    grid-area: six;
  }
}
.section--gallery-grid .gallery-grid__image {
  height: 100%;
  width: 100%;
}

.section--people .section-header {
  margin-bottom: 50px;
}
@media (min-width: 768px) {
  .section--people .section-header {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media (min-width: 1120px) {
  .section--people .section-header {
    margin-bottom: 70px;
  }
}

.section--people .section-footer.is-hidden {
  display: none;
}

.section--people .term-filter {
  margin-top: 20px;
}
@media (min-width: 768px) {
  .section--people .term-filter {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 0;
  }
}

.section--people .term-filter__label {
  /* stylelint-disable-line */
  font-style: normal;
  font-weight: 700; /* stylelint-disable-line */
  color: #737174;
  margin-bottom: 12px;
  margin-right: 25px;
}
@media (min-width: 768px) {
  .section--people .term-filter__label {
    margin-bottom: 0;
  }
}
.section--people.bg-purple .term-filter__label {
  color: #fff;
}

/* Default is 4 columns */
.section--people .people {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: calc(30px / -2);
  margin-right: calc(30px / -2);
  margin-top: -30px;
  overflow: visible !important;
  position: relative;
}
.section--people .people .card {
  margin-left: calc(30px / 2);
  margin-right: calc(30px / 2);
  width: calc(100% / 1 - 30px);
}
@media (min-width: 576px) {
  .section--people .people {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-left: calc(30px / -2);
    margin-right: calc(30px / -2);
  }
  .section--people .people .card {
    margin-left: calc(30px / 2);
    margin-right: calc(30px / 2);
    width: calc(100% / 2 - 30px);
  }
}
@media (min-width: 768px) {
  .section--people .people {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-left: calc(30px / -2);
    margin-right: calc(30px / -2);
  }
  .section--people .people .card {
    margin-left: calc(30px / 2);
    margin-right: calc(30px / 2);
    width: calc(100% / 3 - 30px);
  }
}
@media (min-width: 1120px) {
  .section--people .people {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-left: calc(30px / -2);
    margin-right: calc(30px / -2);
  }
  .section--people .people .card {
    margin-left: calc(30px / 2);
    margin-right: calc(30px / 2);
    width: calc(100% / 4 - 30px);
  }
}

@media (min-width: 1120px) {
  .section--people[data-num-of-columns="3"] .people {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-left: calc(30px / -2);
    margin-right: calc(30px / -2);
  }
  .section--people[data-num-of-columns="3"] .people .card {
    margin-left: calc(30px / 2);
    margin-right: calc(30px / 2);
    width: calc(100% / 3 - 30px);
  }
}

@media (min-width: 1120px) {
  .section--people[data-num-of-columns="5"] .people {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-left: calc(30px / -2);
    margin-right: calc(30px / -2);
  }
  .section--people[data-num-of-columns="5"] .people .card {
    margin-left: calc(30px / 2);
    margin-right: calc(30px / 2);
    width: calc(100% / 5 - 30px);
  }
}

.section--people .card {
  margin-top: 30px;
}

.section--people.blob-left .section-body {
  position: relative;
}
.section--people.blob-left .section-body::before {
  left: -12.5%;
  top: 9%;
}

.section--icon-cards .section-header {
  margin-bottom: 47px;
}
.section--icon-cards .section-body {
  position: relative;
}
.section--icon-cards.blue-blob-left .section-body::before {
  left: -9%;
  top: 20%;
}

.section--icon-cards.nudge_blob .section-body::before {
  top: -6%;
  -webkit-transform: scale(0.8);
          transform: scale(0.8);
}

.section--icon-cards .cards {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: calc(30px / -2);
  margin-right: calc(30px / -2);
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: -30px;
  position: relative;
  z-index: 0;
}
.section--icon-cards .cards .card {
  margin-left: calc(30px / 2);
  margin-right: calc(30px / 2);
  width: calc(100% / 1 - 30px);
}
@media (min-width: 1120px) {
  .section--icon-cards .cards {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-left: calc(30px / -2);
    margin-right: calc(30px / -2);
  }
  .section--icon-cards .cards .card {
    margin-left: calc(30px / 2);
    margin-right: calc(30px / 2);
    width: calc(100% / 3 - 30px);
  }
}
@media (min-width: 1120px) {
  .section--icon-cards .cards[data-column-count="3"] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-left: calc(30px / -2);
    margin-right: calc(30px / -2);
  }
  .section--icon-cards .cards[data-column-count="3"] .card {
    margin-left: calc(30px / 2);
    margin-right: calc(30px / 2);
    width: calc(100% / 3 - 30px);
  }
}
@media (min-width: 1120px) {
  .section--icon-cards .cards[data-column-count="4"] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-left: calc(30px / -2);
    margin-right: calc(30px / -2);
  }
  .section--icon-cards .cards[data-column-count="4"] .card {
    margin-left: calc(30px / 2);
    margin-right: calc(30px / 2);
    width: calc(100% / 4 - 30px);
  }
}
.section--icon-cards .card {
  margin-bottom: 30px;
}
.section--icon-cards.orange-blob-left .card:first-child::before {
  bottom: -20%;
  left: -29%;
  z-index: -1;
}
@media (min-width: 768px) {
  .section--icon-cards.orange-blob-left .card:first-child::before {
    bottom: -23%;
    left: -10%;
  }
}
@media (min-width: 1120px) {
  .section--icon-cards.orange-blob-left .card:first-child::before {
    bottom: -20%;
    left: -29%;
  }
}

.section--icon-cards.nudge_blob .card:first-child::before {
  -webkit-transform: scale(0.9);
          transform: scale(0.9);
}

.section--content-lists .column {
  grid-column: 1/6;
}
.section--content-lists .column:last-child {
  grid-column: 7/12;
  margin-top: 50px;
}
@media (min-width: 768px) {
  .section--content-lists .column:last-child {
    margin-top: 0;
  }
}
.section--content-lists .column__title {
  /* stylelint-disable-line */
  font-family: Raleway, serif;
  font-style: normal;
  font-weight: 900; /* stylelint-disable-line */
  font-size: calc(1.3125rem + 0.9072580645vw);
  line-height: 1.2666666667;
  color: #65468e;
  margin: -8px 0 0 0;
}
@media (min-width: 992px) {
  .section--content-lists .column__title {
    font-size: 1.875rem;
  }
}
.section--content-lists.bg-purple .column__title {
  color: #fff;
}

.content-list-item {
  border-bottom: 1px solid #ced2f3;
  padding: 24px 0 23px;
}
.content-list-item:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}
.content-list-item__title {
  /* stylelint-disable-line */
  font-family: Raleway, serif;
  font-style: normal;
  font-weight: 800; /* stylelint-disable-line */
  color: #5051db;
  font-size: 20px;
  line-height: 26px;
  margin: 0;
}
.content-list-item__title a {
  color: inherit;
}
.bg-purple .content-list-item__title {
  color: #fff;
}
.content-list-item__date {
  color: #737174;
  margin-top: 6px;
}
.bg-purple .content-list-item__date {
  color: #b3b3b3;
}

.section--form {
  position: relative;
}
.section--form::before {
  bottom: 15%;
  left: -8.5%;
}
.section--form .column {
  grid-column: 2/12;
}

.section--map {
  padding: 0;
}
.section--map .section__container {
  margin-left: auto;
  margin-right: auto;
  max-width: calc(100% + 0);
  padding-left: 0;
  padding-right: 0;
  max-width: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (min-width: 768px) {
  .section--map .section__container {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.section--map .column {
  width: 100%;
}
@media (min-width: 768px) {
  .section--map .column {
    width: 50%;
  }
}
.section--map .column-1 {
  line-height: 0;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
@media (min-width: 768px) {
  .section--map .column-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
.section--map .column-2 {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  padding: 50px 20px;
}
@media (min-width: 768px) {
  .section--map .column-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    padding: 50px;
  }
}
.section--map iframe {
  width: 100%;
}

.section--platform-graphic {
  overflow: hidden;
}

.solutions-graphic {
  margin-top: 43px;
  position: relative;
}
.solutions-graphic .solutions-hub {
  background-color: #5051db;
  color: #fff;
  margin: 0 -23px;
  margin-bottom: 57px;
  padding: 46px 23px;
  position: relative;
  text-align: center;
}
@media (min-width: 1120px) {
  .solutions-graphic .solutions-hub {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background: url("../images/circuit-board.svg");
    background-size: cover;
    border: 3px solid #5051db;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    height: 415px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    left: 50%;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 30px;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 415px;
  }
}
@media (min-width: 1120px) {
  .solutions-graphic .solutions-hub::after {
    background-color: #5051db;
    border-radius: 50%;
    -webkit-box-shadow: 6px 6px 0 0 #c3c2e1;
            box-shadow: 6px 6px 0 0 #c3c2e1;
    content: "";
    display: block;
    height: 330px;
    left: 50%;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    width: 330px;
    z-index: -1;
  }
}
.solutions-graphic .solutions-hub__image {
  max-width: 120px;
}
.solutions-graphic .solutions-hub__label {
  /* stylelint-disable-line */
  font-family: Raleway, serif;
  font-style: normal;
  font-weight: 900; /* stylelint-disable-line */
  font-size: 22px;
  line-height: 1.3;
  margin-top: 2px;
}
.solutions-graphic .solution-icons {
  display: none;
  top: 0;
}
@media (min-width: 1120px) {
  .solutions-graphic .solution-icons {
    display: block;
  }
}
.solutions-graphic .solution-icons.layout-four {
  border-radius: 50%;
  -webkit-box-sizing: content-box;
          box-sizing: content-box; /* 3 */
  height: 400px;
  list-style: none; /* 2 */
  padding: 0;
  position: relative; /* 1 */
  width: 400px;
  position: absolute;
}
.solutions-graphic .solution-icons.layout-four > * { /* 4 */
  display: block;
  height: 110px;
  left: 50%;
  margin: calc(calc(110px / 2) * -1);
  position: absolute;
  top: 50%;
  width: 110px;
}
.solutions-graphic .solution-icons.layout-four > :nth-of-type(1) {
  -webkit-transform: rotate(225deg) translate(calc(400px / 2)) rotate(-225deg);
          transform: rotate(225deg) translate(calc(400px / 2)) rotate(-225deg);
}
.solutions-graphic .solution-icons.layout-four > :nth-of-type(2) {
  -webkit-transform: rotate(315deg) translate(calc(400px / 2)) rotate(-315deg);
          transform: rotate(315deg) translate(calc(400px / 2)) rotate(-315deg);
}
.solutions-graphic .solution-icons.layout-four > :nth-of-type(3) {
  -webkit-transform: rotate(405deg) translate(calc(400px / 2)) rotate(-405deg);
          transform: rotate(405deg) translate(calc(400px / 2)) rotate(-405deg);
}
.solutions-graphic .solution-icons.layout-four > :nth-of-type(4) {
  -webkit-transform: rotate(495deg) translate(calc(400px / 2)) rotate(-495deg);
          transform: rotate(495deg) translate(calc(400px / 2)) rotate(-495deg);
}
.solutions-graphic .solution-icons.layout-five {
  border-radius: 50%;
  -webkit-box-sizing: content-box;
          box-sizing: content-box; /* 3 */
  height: 400px;
  list-style: none; /* 2 */
  padding: 0;
  position: relative; /* 1 */
  width: 400px;
  position: absolute;
}
.solutions-graphic .solution-icons.layout-five > * { /* 4 */
  display: block;
  height: 110px;
  left: 50%;
  margin: calc(calc(110px / 2) * -1);
  position: absolute;
  top: 50%;
  width: 110px;
}
.solutions-graphic .solution-icons.layout-five > :nth-of-type(1) {
  -webkit-transform: rotate(234deg) translate(calc(400px / 2)) rotate(-234deg);
          transform: rotate(234deg) translate(calc(400px / 2)) rotate(-234deg);
}
.solutions-graphic .solution-icons.layout-five > :nth-of-type(2) {
  -webkit-transform: rotate(306deg) translate(calc(400px / 2)) rotate(-306deg);
          transform: rotate(306deg) translate(calc(400px / 2)) rotate(-306deg);
}
.solutions-graphic .solution-icons.layout-five > :nth-of-type(3) {
  -webkit-transform: rotate(378deg) translate(calc(400px / 2)) rotate(-378deg);
          transform: rotate(378deg) translate(calc(400px / 2)) rotate(-378deg);
}
.solutions-graphic .solution-icons.layout-five > :nth-of-type(4) {
  -webkit-transform: rotate(450deg) translate(calc(400px / 2)) rotate(-450deg);
          transform: rotate(450deg) translate(calc(400px / 2)) rotate(-450deg);
}
.solutions-graphic .solution-icons.layout-five > :nth-of-type(5) {
  -webkit-transform: rotate(522deg) translate(calc(400px / 2)) rotate(-522deg);
          transform: rotate(522deg) translate(calc(400px / 2)) rotate(-522deg);
}
.solutions-graphic .solutions-icon {
  background-color: #fff;
  border: 3.5px solid #5051db;
  border-radius: 50%;
  -webkit-box-shadow: 4px 4px 0 0 rgba(140, 114, 175, 0.5);
          box-shadow: 4px 4px 0 0 rgba(140, 114, 175, 0.5);
  color: #000;
  display: none;
  height: 110px;
  padding: 15px;
  position: absolute;
  width: 110px;
}
@media (min-width: 1120px) {
  .solutions-graphic .solutions-icon {
    display: block;
  }
}
@media (min-width: 1120px) {
  .solutions-graphic .solutions {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-left: calc(515px / -2);
    margin-right: calc(515px / -2);
  }
  .solutions-graphic .solutions .solution {
    margin-left: calc(515px / 2);
    margin-right: calc(515px / 2);
    width: calc(100% / 2 - 515px);
  }
}
.solutions-graphic .solution {
  text-align: center;
}
@media (min-width: 1120px) {
  .solutions-graphic .solution {
    text-align: left;
  }
}
.solutions-graphic .solution__image-container {
  background-color: #fff;
  border: 3px solid #5051db;
  border-radius: 50%;
  -webkit-box-shadow: 4px 4px 0 0 #c3c2e1;
          box-shadow: 4px 4px 0 0 #c3c2e1;
  height: 105px;
  margin: 0 auto;
  margin-bottom: 25px;
  overflow: hidden;
  padding: 15px;
  width: 105px;
}
@media (min-width: 1120px) {
  .solutions-graphic .solution__image-container {
    display: none;
  }
}
.solutions-graphic .solution__image {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
.solutions-graphic .solution__title {
  /* stylelint-disable-line */
  font-family: Raleway, serif;
  font-style: normal;
  font-weight: 900; /* stylelint-disable-line */
  background: #fff;
  border: 0;
  border-radius: 20px;
  -webkit-box-shadow: 0 0 60px 0 rgba(0, 0, 0, 0.12);
          box-shadow: 0 0 60px 0 rgba(0, 0, 0, 0.12);
  color: #5051db;
  cursor: pointer;
  font-size: 20px;
  line-height: 1.5;
  margin-bottom: 22px;
  padding: 23px 50px 16px;
  position: relative;
  text-align: center;
  width: 100%;
}
@media (min-width: 1120px) {
  .solutions-graphic .solution__title {
    padding: 20px 80px 23px 40px;
    text-align: left;
    -webkit-transform-origin: center;
            transform-origin: center;
  }
}
@media (min-width: 1200px) {
  .solutions-graphic .solution__title {
    padding: 20px 100px 23px 40px;
  }
}
html[data-whatinput=mouse] .solutions-graphic .solution__title {
  outline: none;
}
.solutions-graphic .solution__title span[class*=icon] {
  color: #f60;
  display: block;
  font-size: 18px;
  margin-top: 5px;
  pointer-events: none;
  position: relative;
  text-align: center;
}
@media (min-width: 1120px) {
  .solutions-graphic .solution__title span[class*=icon] {
    margin-top: 0;
    position: absolute;
    right: 36px;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}
.solutions-graphic .solution__title.is-expanded span[class*=icon] {
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
}
@media (min-width: 1120px) {
  .solutions-graphic .solution__title.is-expanded span[class*=icon] {
    margin-top: -8px;
  }
}
.solutions-graphic .solution__summary {
  /* stylelint-disable-line */
  font-style: normal;
  font-weight: 400; /* stylelint-disable-line */
  color: #414042;
  display: none;
  padding: 0 20px;
}
@media (min-width: 1120px) {
  .solutions-graphic .solution__summary {
    margin-bottom: 20px;
    padding: 0 40px;
  }
}
.solutions-graphic .solution + .solution {
  margin-top: 30px;
}
@media (min-width: 1120px) {
  .solutions-graphic .solution + .solution {
    margin-top: 0;
  }
}
@media (min-width: 1120px) {
  .solutions-graphic .solution:nth-child(1), .solutions-graphic .solution:nth-child(2) {
    min-height: 340px;
  }
}
@media (min-width: 1120px) {
  .solutions-graphic.layout-four .solution--1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .solutions-graphic.layout-four .solution--2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .solutions-graphic.layout-four .solution--3 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
  .solutions-graphic.layout-four .solution--4 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
}
@media (min-width: 1120px) {
  .solutions-graphic.layout-five .solution--1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .solutions-graphic.layout-five .solution--2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .solutions-graphic.layout-five .solution--3 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
  .solutions-graphic.layout-five .solution--4 {
    margin: 60px auto 0;
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }
  .solutions-graphic.layout-five .solution--5 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
}

.section--accordion {
  position: relative;
}
.section--accordion.blob-left::before {
  left: -80px;
  top: 83px;
}
.section--accordion.blob-right::after {
  right: 0;
  top: 15%;
}
@media (min-width: 1120px) {
  .section--accordion.blob-right::after {
    top: 25%;
  }
}

.section--accordion .section__container {
  position: relative;
  z-index: 10;
}

.section--accordion .section-header {
  margin-bottom: 30px;
}

@media (min-width: 768px) {
  .section--accordion .accordion-container {
    grid-column: 2/12;
  }
}
@media (min-width: 1120px) {
  .section--accordion .accordion-container {
    grid-column: 3/11;
  }
}

.section--accordion .ac {
  border: 0;
  border-radius: 20px;
  -webkit-box-shadow: 0 0 60px 0 rgba(0, 0, 0, 0.12);
          box-shadow: 0 0 60px 0 rgba(0, 0, 0, 0.12);
  background: #fff;
  padding: 14px;
}

.section--accordion .ac + .ac {
  margin-top: 20px;
}

.section--accordion .ac-trigger {
  /* stylelint-disable-line */
  font-family: Raleway, serif;
  font-style: normal;
  font-weight: 900; /* stylelint-disable-line */
  font-size: 22px;
  line-height: 1.3;
  color: #5051db;
  padding: 0;
}

.section--accordion .ac-trigger::after {
  /* stylelint-disable-line */
  font-family: Roboto, sans-serif;
  font-style: normal;
  font-weight: 400; /* stylelint-disable-line */
  color: #f60;
  font-size: 35px;
}

.section--accordion .ac-trigger.not-active,
.section--accordion .is-active .ac-trigger.not-active {
  cursor: default;
}

.section--accordion .ac-trigger.not-active::after,
.section--accordion .is-active .ac-trigger.not-active::after {
  content: none;
}

.section--accordion .ac-trigger:focus {
  color: #5051db;
}

.section--accordion .textblock {
  margin-top: 10px;
}

.section--404 {
  padding-top: calc(var(--header-height) + var(--section-padding));
}

.error404 {
  grid-column: 1/13;
}
@media (min-width: 768px) {
  .error404 {
    grid-column: 2/12;
  }
}
@media (min-width: 1120px) {
  .error404 {
    grid-column: 3/11;
  }
}
.error404 .kicker {
  margin-bottom: 5px;
}
@media (min-width: 1120px) {
  .error404 .kicker {
    margin-bottom: 12px;
  }
}
.error404__title {
  /* stylelint-disable-line */
  font-family: Raleway, serif;
  font-style: normal;
  font-weight: 800; /* stylelint-disable-line */
  font-size: calc(1.4375rem + 2.7217741935vw);
  line-height: 1.16;
  color: #65468e;
  margin-top: 0;
}
@media (min-width: 992px) {
  .error404__title {
    font-size: 3.125rem;
  }
}
.error404__subtitle {
  /* stylelint-disable-line */
  font-style: normal;
  font-weight: 400; /* stylelint-disable-line */
  color: #414042;
}

@media (min-width: 768px) {
  .section--footer-contact .column-1 {
    grid-column: 1/6;
  }
}
@media (min-width: 1120px) {
  .section--footer-contact .column-1 {
    grid-column: 1/7;
  }
}

.section--footer-contact .column-2 {
  padding-top: 67px;
}
@media (min-width: 768px) {
  .section--footer-contact .column-2 {
    grid-column: 6/13;
  }
}
@media (min-width: 1120px) {
  .section--footer-contact .column-2 {
    grid-column: 7/13;
  }
}

.section--footer-contact .list {
  margin-top: 23px;
}
.section--footer-contact .list__title {
  /* stylelint-disable-line */
  font-family: Raleway, serif;
  font-style: normal;
  font-weight: 800; /* stylelint-disable-line */
  color: #fff;
}
.section--footer-contact .list-item {
  color: #e4e7ff;
}
.section--footer-contact .list-item::before {
  background-image: url(../svg/check-blue.svg);
}

/* Marketo overrides */
.section--footer-contact input:not([type=checkbox]):not([type=radio]):not([type=image]),
.section--footer-contact select,
.section--footer-contact option {
  background: #fff;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #737174;
}

.section--footer-contact .mktoForm .mktoFormRow {
  margin: 0 -15px;
}

.section--footer-contact .mktoFormRow .mktoFieldDescriptor.mktoFormCol {
  margin-bottom: 15px !important;
}

.section--footer-contact .mktoForm .choices div.choices__inner {
  width: 100%;
}

.section--footer-contact .mktoForm .choices div.choices__list--single {
  padding: 11px 56px 11px 24px;
  width: 100%;
}

.site-footer {
  background-color: #414042;
  padding: var(--section-padding) 0;
}
.site-footer__inner {
  margin-left: auto;
  margin-right: auto;
  max-width: calc(1270px + 46px);
  padding-left: 23px;
  padding-right: 23px;
}
.site-footer__top {
  text-align: center;
}
.site-footer__middle {
  display: grid;
  margin-bottom: 67px;
  margin-top: 48px;
}
@media (min-width: 768px) {
  .site-footer__middle {
    -webkit-column-gap: 30px;
       -moz-column-gap: 30px;
            column-gap: 30px;
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    grid-auto-flow: column;
  }
}
.site-footer .site-branding__image {
  max-width: 180px;
}
.site-footer .menu-footer-container {
  grid-column: 1/10;
}
@media (min-width: 1120px) {
  .site-footer .menu-footer-container {
    grid-column: 1/11;
  }
}
@media (min-width: 1120px) {
  .site-footer .menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.site-footer .menu a {
  /* stylelint-disable-line */
  font-style: normal;
  font-weight: 700; /* stylelint-disable-line */
  color: #fff;
  font-size: 16px;
  letter-spacing: 0.27px;
  text-align: center;
}
.site-footer .menu-item {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-right: 30px;
}
.site-footer .menu-item + .menu-item {
  margin-top: 8px;
}
@media (min-width: 1120px) {
  .site-footer .menu-item + .menu-item {
    margin-top: 0;
  }
}
.site-footer .menu .description {
  display: block;
  margin-top: 5px;
  opacity: 0.8;
  text-align: left;
}
.site-footer .menu .description a {
  /* stylelint-disable-line */
  font-style: normal;
  font-weight: 400; /* stylelint-disable-line */
  font-size: 14px;
  line-height: 16px;
  opacity: 0.8;
  -webkit-transition: opacity 150ms ease;
  transition: opacity 150ms ease;
  will-change: opacity;
}
.site-footer .menu .description a:hover {
  opacity: 1;
}
.site-footer .menu .sub-menu {
  margin-top: 5px;
}
.site-footer .menu .sub-menu a {
  /* stylelint-disable-line */
  font-style: normal;
  font-weight: 400; /* stylelint-disable-line */
  font-size: inherit;
  line-height: inherit;
  opacity: 0.8;
  -webkit-transition: opacity 150ms ease;
  transition: opacity 150ms ease;
  will-change: opacity;
}
.site-footer .menu .sub-menu a:hover {
  opacity: 1;
}
.site-footer .menu .sub-menu .menu-item {
  font-size: 14px;
  line-height: 16px;
  padding-left: 18px;
  text-indent: -8px;
}
.site-footer .menu .sub-menu .menu-item::before {
  color: #a9c5f6;
  content: "•";
  display: inline-block;
  font-size: 20px;
  margin-right: 8px;
  vertical-align: middle;
}
.site-footer .menu .sub-menu .menu-item + .menu-item {
  margin-top: 10px;
}
.site-footer .social-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  grid-column: 11/13;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media (min-width: 1120px) {
  .site-footer .social-container {
    grid-column: 11/13;
  }
}
.site-footer .social-links__label {
  /* stylelint-disable-line */
  font-style: normal;
  font-weight: 700; /* stylelint-disable-line */
  color: #fff;
  margin-bottom: 14px;
  text-align: center;
}
@media (min-width: 1120px) {
  .site-footer .social-links__label {
    margin-bottom: 8px;
    text-align: left;
  }
}
@media (min-width: 1120px) {
  .site-footer .social-links__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.site-footer .social-links__item {
  text-align: center;
}
@media (min-width: 1120px) {
  .site-footer .social-links__item {
    text-align: left;
  }
}
.site-footer .social-links__item + .social-links__item {
  margin-top: 16px;
}
@media (min-width: 1120px) {
  .site-footer .social-links__item + .social-links__item {
    margin-left: 44px;
    margin-top: 0;
  }
}
.site-footer .social-links__link {
  color: #fff;
  font-size: 20px;
}
.site-footer .copyright {
  /* stylelint-disable-line */
  font-style: normal;
  font-weight: 400; /* stylelint-disable-line */
  color: #9e9090;
  font-size: 14px;
  line-height: 20px;
}
.site-footer .copyright a {
  color: rgba(255, 255, 255, 0.6);
}
