/*  ==========================================================================
    Import Core Files
    ========================================================================== */
/*! normalize.css v2.1.0 | MIT License | git.io/normalize */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined in IE 8/9.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

/**
 * Correct `inline-block` display not defined in IE 8/9.
 */
audio,
canvas,
video {
  display: inline-block;
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address styling not present in IE 8/9.
 */
[hidden] {
  display: none;
}

/* ==========================================================================
   Base
   ========================================================================== */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 2 */
}

/**
 * Remove default margin.
 */
body {
  margin: 0;
}

/* ==========================================================================
   Links
   ========================================================================== */
/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: thin dotted;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}

/* ==========================================================================
   Typography
   ========================================================================== */
/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari 5, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9, Safari 5, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
 */
b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari 5 and Chrome.
 */
dfn {
  font-style: italic;
}

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  box-sizing: content-box;
  height: 0;
}

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}

/**
 * Correct font family set oddly in Safari 5 and Chrome.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em;
}

/**
 * Improve readability of pre-formatted text in all browsers.
 */
pre {
  white-space: pre-wrap;
}

/**
 * Set consistent quote types.
 */
q {
  quotes: "\201C" "\201D" "\2018" "\2019";
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* ==========================================================================
   Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9.
 */
img {
  border: 0;
}

/**
 * Correct overflow displayed oddly in IE 9.
 */
svg:not(:root) {
  overflow: hidden;
}

/* ==========================================================================
   Figures
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari 5.
 */
figure {
  margin: 0;
}

/* ==========================================================================
   Forms
   ========================================================================== */
/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * 1. Correct font family not being inherited in all browsers.
 * 2. Correct font size not being inherited in all browsers.
 * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
 */
button,
input,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 2 */
  margin: 0;
  /* 3 */
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
button,
input {
  line-height: normal;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 8+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * 1. Address box sizing set to `content-box` in IE 8/9.
 * 2. Remove excess padding in IE 8/9.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  /* 2 */
  box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * 1. Remove default vertical scrollbar in IE 8/9.
 * 2. Improve readability and alignment in all browsers.
 */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */
}

/* ==========================================================================
   Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

* {
  box-sizing: border-box;
}

.grid, .navigation, .side-navigation, .sub-navigation, .sub-navigation-content, .inline-list, .plus-list, .hexagon-list, .check-list, .outline-format, .outline-section, .ui-tabs, .blog-sidebar ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

img {
  max-width: 100%;
}

.container {
  zoom: 1;
  max-width: 1024px;
  margin: 0 auto;
}

.container:before, .container:after {
  content: "";
  display: table;
}

.container:after {
  clear: both;
}

.grid {
  border: none;
  margin-left: -30px;
}

.grid.tight-grid {
  margin-left: -15px;
}

.grid.no-spacing {
  margin-left: 0;
}

.grid-unit {
  width: 100%;
  padding-left: 30px;
  float: left;
}

.grid-unit.centered {
  margin: 0 auto;
  float: none;
}

.tight-grid .grid-unit {
  padding-left: 15px;
}

.no-spacing .grid-unit {
  padding-left: 0;
}

/* Whole */
.mobile-whole {
  width: 100%;
}

/* Halves */
.mobile-one-half, .mobile-two-quarters, .mobile-three-sixths, .mobile-six-twelfths {
  width: 50%;
}

/* Thirds */
.mobile-one-third, .mobile-two-sixths, .mobile-four-twelfths {
  width: 33.33333%;
}

.mobile-two-thirds, .mobile-four-sixths, .mobile-eight-twelfths {
  width: 66.66666%;
}

/* Quarters */
.mobile-one-quarter, .mobile-three-twelfths {
  width: 25%;
}

.mobile-three-quarters, .mobile-nine-twelfths {
  width: 75%;
}

/* Fifths */
.mobile-one-fifth {
  width: 20%;
}

/* Sixths */
.mobile-one-sixth, .mobile-two-twelfths {
  width: 16.66666%;
}

.mobile-five-sixths, .mobile-ten-twelfths {
  width: 83.33333%;
}

/* Sevenths */
.mobile-one-seventh {
  width: 14.28%;
}

/* Twelfths */
.mobile-one-twelfth {
  width: 8.33333%;
}

.mobile-five-twelfths {
  width: 41.66666%;
}

.mobile-seven-twelfths {
  width: 58.33333%;
}

.mobile-eleven-twelfths {
  width: 91.66666%;
}

@media screen and (min-width: 600px) {
  /* Whole */
  .tablet-whole {
    width: 100%;
  }
  /* Halves */
  .tablet-one-half, .tablet-two-quarters, .tablet-three-sixths, .tablet-six-twelfths {
    width: 50%;
  }
  /* Thirds */
  .tablet-one-third, .tablet-two-sixths, .tablet-four-twelfths {
    width: 33.33333%;
  }
  .tablet-two-thirds, .tablet-four-sixths, .tablet-eight-twelfths {
    width: 66.66666%;
  }
  /* Quarters */
  .tablet-one-quarter, .tablet-three-twelfths {
    width: 25%;
  }
  .tablet-three-quarters, .tablet-nine-twelfths {
    width: 75%;
  }
  /* Fifths */
  .tablet-one-fifth {
    width: 20%;
  }
  /* Sixths */
  .tablet-one-sixth, .tablet-two-twelfths {
    width: 16.66666%;
  }
  .tablet-five-sixths, .tablet-ten-twelfths {
    width: 83.33333%;
  }
  /* Sevenths */
  .tablet-one-seventh {
    width: 14.28%;
  }
  /* Twelfths */
  .tablet-one-twelfth {
    width: 8.33333%;
  }
  .tablet-five-twelfths {
    width: 41.66666%;
  }
  .tablet-seven-twelfths {
    width: 58.33333%;
  }
  .tablet-eleven-twelfths {
    width: 91.66666%;
  }
}

@media screen and (min-width: 1025px) {
  .one-twelfth {
    width: 8.33333%;
  }
  .two-twelfths {
    width: 16.6666666667%;
  }
  .three-twelfths {
    width: 25%;
  }
  .four-twelfths {
    width: 33.3333333333%;
  }
  .five-twelfths {
    width: 41.6666666667%;
  }
  .six-twelfths {
    width: 50%;
  }
  .seven-twelfths {
    width: 58.3333333333%;
  }
  .eight-twelfths {
    width: 66.6666666667%;
  }
  .nine-twelfths {
    width: 75%;
  }
  .ten-twelfths {
    width: 83.3333333333%;
  }
  .eleven-twelfths {
    width: 91.6666666667%;
  }
  .whole {
    width: 100%;
    float: none;
    clear: both;
  }
  .grid-unit.push-left-one-twelfth {
    margin-left: 8.3333333333%;
  }
  .grid-unit.push-left-two-twelfths {
    margin-left: 16.6666666667%;
  }
  .grid-unit.push-left-three-twelfths {
    margin-left: 25%;
  }
  .grid-unit.push-left-four-twelfths {
    margin-left: 33.3333333333%;
  }
  .grid-unit.push-left-five-twelfths {
    margin-left: 41.6666666667%;
  }
  .grid-unit.push-left-six-twelfths {
    margin-left: 50%;
  }
  .grid-unit.push-right-one-twelfth {
    margin-right: 8.3333333333%;
  }
  .simple-grid-unit.push-left-one-twelfth {
    padding-left: 8.3333333333%;
  }
  .simple-grid-unit.push-left-two-twelfths {
    padding-left: 16.6666666667%;
  }
  .simple-grid-unit.push-right-one-twelfth {
    padding-right: 8.3333333333%;
  }
}

@media screen and (min-width: 1280px) {
  /* Whole */
  .super-whole {
    width: 100%;
  }
  /* Halves */
  .super-one-half, .super-two-quarters, .super-three-sixths, .super-six-twelfths {
    width: 50%;
  }
  /* Thirds */
  .super-one-third, .super-two-sixths, .super-four-twelfths {
    width: 33.33333%;
  }
  .super-two-thirds, .super-four-sixths, .super-eight-twelfths {
    width: 66.66666%;
  }
  /* Quarters */
  .super-one-quarter, .super-three-twelfths {
    width: 25%;
  }
  .super-three-quarters, .super-nine-twelfths {
    width: 75%;
  }
  /* Fifths */
  .super-one-fifth {
    width: 20%;
  }
  /* Sixths */
  .super-one-sixth, .super-two-twelfths {
    width: 16.66666%;
  }
  .super-five-sixths, .super-ten-twelfths {
    width: 83.33333%;
  }
  /* Sevenths */
  .super-one-seventh {
    width: 14.28%;
  }
  /* Twelfths */
  .super-one-twelfth {
    width: 8.33333%;
  }
  .super-five-twelfths {
    width: 41.66666%;
  }
  .super-seven-twelfths {
    width: 58.33333%;
  }
  .super-eleven-twelfths {
    width: 91.66666%;
  }
}

.lt-ie9 .one-twelfth {
  width: 8.33333%;
}

.lt-ie9 .two-twelfths {
  width: 16.6666666667%;
}

.lt-ie9 .three-twelfths {
  width: 25%;
}

.lt-ie9 .four-twelfths {
  width: 33.3333333333%;
}

.lt-ie9 .five-twelfths {
  width: 41.6666666667%;
}

.lt-ie9 .six-twelfths {
  width: 50%;
}

.lt-ie9 .seven-twelfths {
  width: 58.3333333333%;
}

.lt-ie9 .eight-twelfths {
  width: 66.6666666667%;
}

.lt-ie9 .nine-twelfths {
  width: 75%;
}

.lt-ie9 .ten-twelfths {
  width: 83.3333333333%;
}

.lt-ie9 .eleven-twelfths {
  width: 91.6666666667%;
}

.lt-ie9 .whole {
  width: 100%;
  float: none;
  clear: both;
}

@media print {
  .one-twelfth {
    width: 8.33333%;
  }
  .two-twelfths {
    width: 16.6666666667%;
  }
  .three-twelfths {
    width: 25%;
  }
  .four-twelfths {
    width: 33.3333333333%;
  }
  .five-twelfths {
    width: 41.6666666667%;
  }
  .six-twelfths {
    width: 50%;
  }
  .seven-twelfths {
    width: 58.3333333333%;
  }
  .eight-twelfths {
    width: 66.6666666667%;
  }
  .nine-twelfths {
    width: 75%;
  }
  .ten-twelfths {
    width: 83.3333333333%;
  }
  .eleven-twelfths {
    width: 91.6666666667%;
  }
  .whole {
    width: 100%;
    float: none;
    clear: both;
  }
}

@media print {
  * {
    background: transparent !important;
    color: #000 !important;
    text-shadow: none !important;
    filter: none !important;
    -ms-filter: none !important;
  }
  a {
    text-decoration: underline;
  }
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  .ir a:after {
    content: "";
  }
  a[href^="javascript:"]:after {
    content: "";
  }
  a[href^="#"]:after, .hide-print-link:after {
    content: "" !important;
  }
  pre {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr {
    page-break-inside: avoid;
  }
  img {
    page-break-inside: avoid;
    max-width: 100% !important;
  }
  @page {
    margin: 1cm;
  }
  p {
    orphans: 3;
    widows: 3;
  }
  h2 {
    orphans: 3;
    widows: 3;
    page-break-after: avoid;
  }
  h3 {
    orphans: 3;
    widows: 3;
    page-break-after: avoid;
  }
  body {
    width: 100%;
    font-size: 12px;
    color: #000;
    background: #fff;
  }
  .print-only {
    display: block !important;
  }
  .no-print {
    display: none !important;
  }
  .print-full {
    width: 100% !important;
  }
}

/*  ==========================================================================
    CSS Animations
    ========================================================================== */

@keyframes navigation {
  from {
    top: -100px;
  }
  to {
    top: 0;
  }
}

@keyframes animateBackground {
  from {
    background-position: 0 0;
  }
  to {
    background-position: 100% 0;
  }
}

@keyframes animateBackgroundR {
  from {
    background-position: 100% 0;
  }
  to {
    background-position: 0 0;
  }
}

/*  ==========================================================================
    SCSS Variables and Silent Classes
    ========================================================================== */
body, .heading-gamma, .article-body h3, .heading-delta, .article-body h4, .heading-epsilon, .article-body h5, .icon-cta-heading, .cta-form-embed input[type=submit], .button, .ui-tabs, .hs-form-container .hs-form .hs-button.primary.large, .hs-form-container input[type="submit"], #pardot-form input[type="submit"], .primary-navigation {
  font-family: proxima-soft, sans-serif;
  font-weight: 400;
  font-style: normal;
}

.heading-alpha, .article-body h1, .heading-beta, .article-body h2 {
  font-family: proxima-soft, sans-serif;
  font-weight: 300;
  font-style: normal;
}

.heading-zeta, .article-body h6 {
  font-family: proxima-soft, sans-serif;
  font-weight: 500;
  font-style: normal;
}

.heading-eta {
  font-family: proxima-soft, sans-serif;
  font-weight: 600;
  font-style: normal;
}

/*  ==========================================================================
    Global Classes
    ========================================================================== */
.cf, .grid {
  zoom: 1;
}

.cf:before, .grid:before, .cf:after, .grid:after {
  content: "";
  display: table;
}

.cf:after, .grid:after {
  clear: both;
}

/*  ==========================================================================
    Global Styles
    ========================================================================== */
/* html{ @include css3(font-smoothing, antialiased); @extend %proxima-soft } */
body {
  background-color: white;
  font-weight: 300;
  color: #394146;
  position: relative;
}

/*  Typography
        ========================================================================== */
/* Headings */
.heading-alpha, .article-body h1 {
  font-size: 3em;
  letter-spacing: -0.02em;
  margin: 0 0 0.5em;
}

.heading-beta, .article-body h2 {
  font-size: 2em;
  margin: 0 0 0.5em;
}

.heading-beta.has-sub-heading, .article-body h2.has-sub-heading {
  margin-bottom: 0.5em;
}

.heading-gamma, .article-body h3 {
  font-size: 1.5em;
  margin: 0 0 0.5em;
}

.heading-delta, .article-body h4 {
  font-size: 1.3125em;
  margin: 0 0 0.5em;
}

.heading-epsilon, .article-body h5 {
  font-size: 1.125em;
  margin: 0 0 0.5em;
  line-height: 1.4;
}

.heading-zeta, .article-body h6 {
  font-size: 1em;
  margin: 0 0 0.5em;
}

.heading-eta {
  font-size: 0.875em;
  text-transform: uppercase;
  margin: 0 0 0.5em;
}

.mobile-font-weight-500 {
  font-weight: 500;
}

.sub-heading-alpha {
  font-size: 18px;
}

.tight-line-height {
  line-height: 1.2em;
}

/* Body Copy */
p {
  line-height: 1.5em;
  margin: 0 0 1em;
}

/* Links */
a {
  color: inherit;
  text-decoration: none;
}

.link, .post-list .tease-post .read-more, .post-list .tease-customers .read-more {
  font-weight: bold;
  color: #7dbf63;
  border-bottom: 1px dotted #7dbf63;
}

.hover-underline-animation {
  display: inline-block;
  position: relative;
  color: inherit;
}

.hover-underline-animation:after {
  content: '';
  position: absolute;
  width: 100%;
  transform: scaleX(0);
  height: 2px;
  border-radius: 1px;
  bottom: -2px;
  left: 0;
  background-color: #7dbf63;
  transform-origin: bottom right;
  transition: transform 0.25s ease-in-out;
}

.hover-underline-animation:hover:after {
  transform: scaleX(1);
  transform-origin: bottom left;
}

.hover-underline-animation.underline-orange:after {
  background-color: #f19126;
}

.hover-underline-animation.underline-yellow:after {
  background-color: #FFD780;
}

.hover-underline-animation.underline-blue:after {
  background-color: #8CB4C8;
}

.hover-underline-animation.underline-purple:after {
  background-color: #8C70C6;
}

.hover-underline-animation.underline-white:after {
  background-color: #ffffff;
}

/* Aside Copy */
.aside-text {
  font-size: 1em;
  line-height: 1.5em;
}

/* Disclaimer Copy */
.disclaimer-text {
  font-size: 0.6em;
  color: #aaaaaa;
}

.animate-text-blushing {
  animation: color-change 5s infinite;
}

@keyframes color-change {
  0% {
    color: #5d6970;
  }
  80% {
    color: #f19126;
  }
  95% {
    color: #f19126;
  }
  100% {
    color: #5d6970;
  }
}

.mobile-section-break:before {
  content: " " url(/_resources/images/mobile-break-orange.svg);
  display: block;
  width: 128px;
  margin: 0.5em auto;
}

/*  ==========================================================================
    Modules
    ========================================================================== */
/*  Navigation
        ========================================================================== */
.navigation-inline .navigation-item {
  display: inline-block;
}

.side-navigation {
  font-size: 0.875em;
  font-weight: 600;
}

.side-navigation .navigation-item {
  margin: 1.5em 0;
}

.sub-nav-trigger {
  display: block;
  padding: 1em;
  text-align: center;
}

.sub-navigation {
  display: none;
  font-weight: 600;
  position: relative;
  text-transform: uppercase;
  width: 100%;
  z-index: 10;
}

.sub-navigation .navigation-item {
  display: block;
  border-top: 1px solid #dee3e5;
}

.sub-navigation .navigation-item-link {
  display: block;
  padding: 1.25em 1em;
}

.sub-navigation .navigation-item-link:hover {
  color: #7dbf63;
}

.sub-navigation .is-active {
  color: #7dbf63;
  position: relative;
}

.sub-navigation .is-active:before {
  width: 0;
  height: 0;
  border: 30px solid transparent;
  border-top: 15px solid #dee3e5;
  position: absolute;
  bottom: -46px;
  left: 50%;
  margin-left: -30px;
  z-index: 4;
}

.sub-navigation .is-active:after {
  width: 0;
  height: 0;
  border: 30px solid transparent;
  border-top: 15px solid #fff;
  position: absolute;
  bottom: -45px;
  left: 50%;
  margin-left: -30px;
  z-index: 5;
}

.sub-nav-toggle:checked + .sub-navigation {
  display: block;
}

.sub-navigation-content {
  display: none;
  position: relative;
  width: 100%;
  z-index: 10;
}

.sub-navigation-content .button {
  padding: 0.5em 1em;
  margin: 0.4em;
}

.sub-navigation-content .button-green {
  background-color: #ffffff;
  color: #5d6970;
}

.sub-navigation-content .navigation-item {
  display: block;
  border-top: 1px solid #dee3e5;
}

.sub-navigation-content .navigation-item-link {
  display: block;
  padding: 1.25em 1em;
}

.sub-navigation-content .navigation-item-link:hover {
  color: #7dbf63;
}

.sub-navigation-content .is-active {
  color: #7dbf63;
  position: relative;
}

.sub-navigation-content .is-active:before {
  width: 0;
  height: 0;
  border: 30px solid transparent;
  border-top: 15px solid #dee3e5;
  position: absolute;
  bottom: -46px;
  left: 50%;
  margin-left: -30px;
  z-index: 4;
}

.sub-navigation-content .is-active:after {
  width: 0;
  height: 0;
  border: 30px solid transparent;
  border-top: 15px solid #fff;
  position: absolute;
  bottom: -45px;
  left: 50%;
  margin-left: -30px;
  z-index: 5;
}

.sub-nav-toggle:checked + .sub-navigation-content {
  display: block;
}

.tab-container {
  width: 100%;
  margin: 0 auto;
  background: #eceff0;
  border-radius: 2em;
}

.tab-container .sub-nav-container {
  padding: 1em 1em 0.5em 1em;
}

.tab-container-split {
  width: 100%;
  background: #eceff0;
  border-radius: 1em;
  padding: 1.5em 1.5em 1em;
}

.tab-graphic {
  margin-top: 1em;
}

.tab-content-graphic {
  height: auto;
  overflow: hidden;
  padding: 2em 1em;
}

.tab-content-graphic p {
  margin-top: 1em;
}

.tab-content-graphic-item {
  box-shadow: 0 0 16px rgba(57, 65, 70, 0.3);
  margin: 1em auto;
  width: fit-content;
}

.js-feature-tabs {
  display: inline-block;
}

.js-feature-tab-link {
  position: relative;
  transition: all 0.1s ease-in-out;
}

.js-feature-tab-link .js-feature-tab-link-container {
  display: block;
  padding: 0.5em 1em;
}

.js-feature-tab-link .js-feature-tab-link-container .icon {
  display: none;
}

.js-feature-tab-link p {
  margin: 0;
}

.js-feature-tab-link:before {
  content: '';
}

.js-feature-tab-link:after {
  content: '';
}

.js-feature-tab-link.active {
  background-color: #ffffff;
  color: #7dbf63;
}

.js-feature-tab-link.active:before {
  content: '';
}

.js-feature-tab-link.active:after {
  content: '';
}

.js-feature-tab-link:focus {
  outline: none;
}

.tab-content-container {
  margin: 0 auto;
  max-width: 100%;
  padding: 0;
}

.textfeature .heading-gamma, .textfeature .article-body h3, .article-body .textfeature h3 {
  margin: 0 0 0.3em;
}

/*  Logos
        ========================================================================== */
.logo-standard {
  display: inline-block;
  width: 120px;
}

.logo-standard .scaling-icon-container {
  padding-bottom: 43%;
}

/*  Media Object
        ========================================================================== */
.media, .media-body {
  overflow: hidden;
  line-height: 1.3em;
}

.media-image {
  float: left;
  margin-right: 1em;
}

.media-image img {
  display: block;
}

.media-image-ext {
  float: right;
  margin-left: 2em;
}

/*  Responsive Media 
        ========================================================================== */
.responsive-media-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
}

.responsive-media {
  display: block;
  width: 99%;
  height: 99%;
  position: absolute;
}

/*  Dividers
        ========================================================================== */
.has-border-top {
  border-top: 1px solid #dee3e5;
}

.has-border-bottom {
  border-bottom: 1px solid #dee3e5;
}

.has-border-left {
  border-left: 1px solid #dee3e5;
}

.has-border-right {
  border-right: 1px solid #dee3e5;
}

/*  Simple Grid
        ========================================================================== */
.simple-grid {
  display: table;
}

.simple-grid-unit {
  display: block;
  vertical-align: middle;
}

/*  Tooltips
        ========================================================================== */
[data-tooltip] {
  position: relative;
  /* Tooltip Positioning */
  /* Wraps lines if text is long */
}

[data-tooltip]:before {
  content: attr(data-tooltip);
  display: none;
  background-color: #222;
  /* IE fallback */
  background-color: rgba(34, 34, 34, 0.9);
  font-family: "proxima-soft", "Avenir Next", Avenir, Helvetica, Arial, sans-serif;
  font-size: 12px;
  font-weight: normal;
  color: #fff;
  line-height: 1.2em;
  position: absolute;
  white-space: nowrap;
  padding: 4px;
  z-index: 100;
  letter-spacing: 0;
  border-radius: 4px;
  transition: all 0.2s ease-in-out;
}

[data-tooltip]:after {
  content: '';
  display: none;
  width: 0;
  height: 0;
  position: absolute;
  border: 5px solid transparent;
}

[data-tooltip]:hover:before, [data-tooltip]:hover:after {
  display: block;
}

[data-tooltip][data-tooltip-position="bottom"]:before {
  left: 0;
  top: 100%;
  margin: 10px 0 0 -10px;
}

[data-tooltip][data-tooltip-position="bottom"]:after {
  border-bottom-color: #222;
  /* IE fallback */
  border-bottom-color: rgba(34, 34, 34, 0.9);
  top: 100%;
  left: 2px;
}

[data-tooltip][data-tooltip-position="top"]:before {
  left: 0;
  bottom: 100%;
  margin: 0 0 10px -10px;
}

[data-tooltip][data-tooltip-position="top"]:after {
  border-top-color: #222;
  /* IE fallback */
  border-top-color: rgba(34, 34, 34, 0.9);
  bottom: 100%;
  left: 2px;
}

[data-tooltip][data-tooltip-position="left"]:before {
  right: 100%;
  top: 50%;
  margin: -11px 10px 0 0;
}

[data-tooltip][data-tooltip-position="left"]:after {
  border-left-color: #222;
  /* IE fallback */
  border-left-color: rgba(34, 34, 34, 0.9);
  right: 100%;
  top: 50%;
  margin-top: -5px;
}

[data-tooltip][data-tooltip-position="right"]:before {
  left: 100%;
  top: 50%;
  margin: -11px 0 0 10px;
}

[data-tooltip][data-tooltip-position="right"]:after {
  border-right-color: #222;
  /* IE fallback */
  border-right-color: rgba(34, 34, 34, 0.9);
  left: 100%;
  top: 50%;
  margin-top: -5px;
}

[data-tooltip][data-tooltip-length="long"]:before {
  white-space: normal;
  width: 150px;
}

[data-tooltip][data-tooltip-length="long"][data-tooltip-position="left"]:before, [data-tooltip][data-tooltip-length="long"][data-tooltip-position="right"]:before {
  top: -8px;
}

[data-tooltip][data-tooltip-length="multiline"]:before {
  white-space: pre;
}

/*  Plain List
        ========================================================================== */
.plain-list {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.plain-list .list-item {
  line-height: 1.25em;
  margin-bottom: 0.5em;
}

/*  Bullet List
        ========================================================================== */
.bullet-list {
  list-style-type: disc;
  margin: 0 0 2em;
}

.bullet-list-item {
  margin-bottom: 0.5em;
}

/*  Inline List
        ========================================================================== */
.inline-list-item {
  display: inline-block;
}

/*  Plus List
        ========================================================================== */
.plus-list {
  margin: 0 auto;
}

.plus-list .list-item {
  margin-bottom: 0.8em;
  padding-left: 1em;
  position: relative;
}

.plus-list .list-item:before {
  content: "+";
  margin-right: 0.4em;
  color: #7dbf63;
  position: absolute;
  top: 0;
  left: 0;
}

/*  Hexagon List
        ========================================================================== */
.hexagon-list {
  margin: 0 auto;
}

.hexagon-list .list-item {
  margin-bottom: 0.8em;
  padding-left: 1em;
  position: relative;
}

.hexagon-list .list-item:before {
  content: "\2B22";
  font-size: 0.7em;
  position: absolute;
  top: 0;
  left: 0;
  color: #5d6970;
}

/*  Checkbox List
        ========================================================================== */
.check-list {
  font-size: 1.125em;
  margin-bottom: 1em;
}

.check-list .list-item {
  line-height: 2em;
  padding-left: 2em;
  position: relative;
}

.check-list .list-item:before {
  background: url("/_resources/images/checkbox.svg") center center no-repeat;
  background-size: 20px 20px;
  content: '';
  width: 20px;
  height: 20px;
  position: absolute;
  left: 0;
  top: 6px;
}

.no-svg .check-list .list-item {
  list-style: disc;
  padding-left: 0;
  margin-left: 2em;
}

.no-svg .check-list .list-item:before {
  display: none;
}

/*  Outline Format List
        ========================================================================== */
.outline-format > li:before, .outline-format > li > .outline-section > li:before, .outline-format > li > .outline-section > li > .outline-section > li:before, .outline-format .outline-format-heading {
  font-size: 1.25em;
  font-weight: 600;
}

.outline-format > li:before, .outline-format > li > .outline-section > li:before, .outline-format > li > .outline-section > li > .outline-section > li:before {
  float: left;
  margin-right: 0.5em;
}

.outline-format {
  counter-reset: item;
}

.outline-format > li {
  counter-increment: item;
}

.outline-format > li:before {
  content: counter(item) ".";
}

.outline-format > li > .outline-section {
  counter-reset: subitem;
}

.outline-format > li > .outline-section > li {
  counter-increment: subitem;
}

.outline-format > li > .outline-section > li:before {
  content: counter(item) "." counter(subitem);
}

.outline-format > li > .outline-section > li > .outline-section {
  counter-reset: tertiaryitem;
}

.outline-format > li > .outline-section > li > .outline-section > li {
  counter-increment: tertiaryitem;
}

.outline-format > li > .outline-section > li > .outline-section > li:before {
  content: counter(item) "." counter(subitem) "." counter(tertiaryitem);
}

.outline-section {
  padding-left: 2em;
}

/*  Logo List
        ========================================================================== */
.logo-list {
  text-align: center;
}

.logo-list-item {
  padding: 1em;
}

.logo-list-item img {
  vertical-align: middle;
}

/*  Icon Grids
        ========================================================================== */
.icon-grid-height-160 {
  min-height: 160px;
}

.icon-grid-height-200 {
  min-height: 200px;
}

.icon-grid-height-240 {
  min-height: 240px;
}

/*  Content Box
        ========================================================================== */
.content-box {
  border: 1px solid #dee3e5;
  border-radius: 4px;
  padding: 2em 1em;
  position: relative;
}

.content-box.content-box-callout {
  border-color: #7dbf63;
  position: relative;
}

.content-box .callout-label {
  background-color: #7dbf63;
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
  color: #fff;
  padding: 5px;
  position: absolute;
  top: -2em;
  left: -1px;
  right: -1px;
}

.content-box .content-box-footer {
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  margin: 2em -1em -2em;
  padding: 1em 0em;
}

.content-box.content-box-shadow {
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.2);
  border: none;
}

.content-box.content-box-em {
  border-radius: 1em;
}

.content-box-bottom {
  position: absolute;
  bottom: 1em;
  left: 0;
  width: 100%;
  text-align: center;
}

/*  Hex Gallery Grid
        ========================================================================== */
.hex-gallery-container {
  padding: 3em 0;
  width: 100%;
}

.hex-gallery-container .grid {
  margin-left: -20px;
  height: 190px;
  display: block;
}

.hex-gallery-container .grid-unit {
  padding-left: 20px;
  padding-bottom: 1em;
}

.hex-gallery-container .odd-row {
  margin-left: 0;
}

.hex-gallery-text-container {
  position: relative;
  color: #ffffff;
}

.hex-gallery-text {
  position: absolute;
  top: 165px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
}

/*  Icons
        ========================================================================== */
.icon-cta {
  display: flex;
  align-items: center;
  justify-content: center;
}

.icon-cta .icon {
  display: inline-block;
}

.icon-cta-vertical {
  text-align: center;
  display: block;
}

.icon-cta-vertical .icon {
  margin-bottom: 0.5em;
}

.icon-cta-link {
  color: #7dbf63;
  font-weight: bold;
}

.icon-cta-description {
  font-size: 0.875em;
}

.icon-32 {
  width: 32px;
  height: 32px;
  margin: 0.5em;
}

.icon-64 {
  width: 64px;
  height: 64px;
  margin: 0.5em;
}

.icon-192 {
  width: 192px;
  height: 192px;
  margin: 0.5em;
}

.icon-full {
  width: 100%;
}

.icon-animals {
  -webkit-mask: url(/_resources/images/icon-animals.svg) no-repeat center;
  mask: url(/_resources/images/icon-animals.svg) no-repeat center;
}

.icon-arts {
  -webkit-mask: url(/_resources/images/icon-arts.svg) no-repeat center;
  mask: url(/_resources/images/icon-arts.svg) no-repeat center;
}

.icon-award {
  -webkit-mask: url(/_resources/images/icon-award.svg) no-repeat center;
  mask: url(/_resources/images/icon-award.svg) no-repeat center;
}

.icon-auctions {
  -webkit-mask: url(/_resources/images/icon-auctions.svg) no-repeat center;
  mask: url(/_resources/images/icon-auctions.svg) no-repeat center;
}

.icon-careers {
  -webkit-mask: url(/_resources/images/icon-careers.svg) no-repeat center;
  mask: url(/_resources/images/icon-careers.svg) no-repeat center;
}

.icon-card-reader {
  -webkit-mask: url(/_resources/images/icon-card-reader.svg) no-repeat center;
  mask: url(/_resources/images/icon-card-reader.svg) no-repeat center;
}

.icon-cart {
  -webkit-mask: url(/_resources/images/icon-cart.svg) no-repeat center;
  mask: url(/_resources/images/icon-cart.svg) no-repeat center;
}

.icon-checklist {
  -webkit-mask: url(/_resources/images/icon-checklist.svg) no-repeat center;
  mask: url(/_resources/images/icon-checklist.svg) no-repeat center;
}

.icon-custom-fields {
  -webkit-mask: url(/_resources/images/icon-custom-fields.svg) no-repeat center;
  mask: url(/_resources/images/icon-custom-fields.svg) no-repeat center;
}

.icon-customer-stories {
  -webkit-mask: url(/_resources/images/icon-customer-stories.svg) no-repeat center;
  mask: url(/_resources/images/icon-customer-stories.svg) no-repeat center;
}

.icon-dashboard {
  -webkit-mask: url(/_resources/images/icon-dashboard.svg) no-repeat center;
  mask: url(/_resources/images/icon-dashboard.svg) no-repeat center;
}

.icon-data {
  -webkit-mask: url(/_resources/images/icon-data.svg) no-repeat center;
  mask: url(/_resources/images/icon-data.svg) no-repeat center;
}

.icon-data-transfer {
  -webkit-mask: url(/_resources/images/icon-data-transfer.svg) no-repeat center;
  mask: url(/_resources/images/icon-data-transfer.svg) no-repeat center;
}

.icon-disaster-relief {
  -webkit-mask: url(/_resources/images/icon-disaster-relief.svg) no-repeat center;
  mask: url(/_resources/images/icon-disaster-relief.svg) no-repeat center;
}

.icon-donation-forms {
  -webkit-mask: url(/_resources/images/icon-donation-form.svg) no-repeat center;
  mask: url(/_resources/images/icon-donation-form.svg) no-repeat center;
}

.icon-donor-love {
  -webkit-mask: url(/_resources/images/icon-donor-love.svg) no-repeat center;
  mask: url(/_resources/images/icon-donor-love.svg) no-repeat center;
}

.icon-educational {
  -webkit-mask: url(/_resources/images/icon-educational.svg) no-repeat center;
  mask: url(/_resources/images/icon-educational.svg) no-repeat center;
}

.icon-environmental {
  -webkit-mask: url(/_resources/images/icon-environmental.svg) no-repeat center;
  mask: url(/_resources/images/icon-environmental.svg) no-repeat center;
}

.icon-events {
  -webkit-mask: url(/_resources/images/icon-events.svg) no-repeat center;
  mask: url(/_resources/images/icon-events.svg) no-repeat center;
}

.icon-foodbank {
  -webkit-mask: url(/_resources/images/icon-foodbank.svg) no-repeat center;
  mask: url(/_resources/images/icon-foodbank.svg) no-repeat center;
}

.icon-form-builder {
  -webkit-mask: url(/_resources/images/icon-form-builder.svg) no-repeat center;
  mask: url(/_resources/images/icon-form-builder.svg) no-repeat center;
}

.icon-gift {
  -webkit-mask: url(/_resources/images/icon-gift.svg) no-repeat center;
  mask: url(/_resources/images/icon-gift.svg) no-repeat center;
}

.icon-giftassist {
  -webkit-mask: url(/_resources/images/icon-giftassist.svg) no-repeat center;
  mask: url(/_resources/images/icon-giftassist.svg) no-repeat center;
}

.icon-global {
  -webkit-mask: url(/_resources/images/icon-global.svg) no-repeat center;
  mask: url(/_resources/images/icon-global.svg) no-repeat center;
}

.icon-home {
  -webkit-mask: url(/_resources/images/icon-home.svg) no-repeat center;
  mask: url(/_resources/images/icon-home.svg) no-repeat center;
}

.icon-integrations {
  -webkit-mask: url(/_resources/images/icon-integrations.svg) no-repeat center;
  mask: url(/_resources/images/icon-integrations.svg) no-repeat center;
}

.icon-keyword {
  -webkit-mask: url(/_resources/images/icon-keyword.svg) no-repeat center;
  mask: url(/_resources/images/icon-keyword.svg) no-repeat center;
}

.icon-kiosk {
  -webkit-mask: url(/_resources/images/icon-kiosk.svg) no-repeat center;
  mask: url(/_resources/images/icon-kiosk.svg) no-repeat center;
}

.icon-megaphone {
  -webkit-mask: url(/_resources/images/icon-megaphone.svg) no-repeat center;
  mask: url(/_resources/images/icon-megaphone.svg) no-repeat center;
}

.icon-medical {
  -webkit-mask: url(/_resources/images/icon-medical.svg) no-repeat center;
  mask: url(/_resources/images/icon-medical.svg) no-repeat center;
}

.icon-p2p {
  -webkit-mask: url(/_resources/images/icon-p2p.svg) no-repeat center;
  mask: url(/_resources/images/icon-p2p.svg) no-repeat center;
}

.icon-pledge {
  -webkit-mask: url(/_resources/images/icon-pledge.svg) no-repeat center;
  mask: url(/_resources/images/icon-pledge.svg) no-repeat center;
}

.icon-political {
  -webkit-mask: url(/_resources/images/icon-political.svg) no-repeat center;
  mask: url(/_resources/images/icon-political.svg) no-repeat center;
}

.icon-recurring {
  -webkit-mask: url(/_resources/images/icon-recurring.svg) no-repeat center;
  mask: url(/_resources/images/icon-recurring.svg) no-repeat center;
}

.icon-scales {
  -webkit-mask: url(/_resources/images/icon-scales.svg) no-repeat center;
  mask: url(/_resources/images/icon-scales.svg) no-repeat center;
}

.icon-store {
  -webkit-mask: url(/_resources/images/icon-store.svg) no-repeat center;
  mask: url(/_resources/images/icon-store.svg) no-repeat center;
}

.icon-t2d {
  -webkit-mask: url(/_resources/images/icon-t2d.svg) no-repeat center;
  mask: url(/_resources/images/icon-t2d.svg) no-repeat center;
}

.icon-text-fundraising {
  -webkit-mask: url(/_resources/images/icon-text-fundraising.svg) no-repeat center;
  mask: url(/_resources/images/icon-text-fundraising.svg) no-repeat center;
}

.icon-text-message {
  -webkit-mask: url(/_resources/images/icon-text-message.svg) no-repeat center;
  mask: url(/_resources/images/icon-text-message.svg) no-repeat center;
}

.icon-text-check {
  -webkit-mask: url(/_resources/images/icon-text-check.svg) no-repeat center;
  mask: url(/_resources/images/icon-text-check.svg) no-repeat center;
}

.icon-thermometer {
  -webkit-mask: url(/_resources/images/icon-thermometer.svg) no-repeat center;
  mask: url(/_resources/images/icon-thermometer.svg) no-repeat center;
}

.icon-gray {
  background: #5d6970;
}

.icon-yellow-green {
  background: linear-gradient(to top, #7dbf63, #FFD780);
}

.icon-hover-blob-container {
  position: relative;
}

.icon-hover-blob-container .icon-hover-blob {
  position: absolute;
  background: url(/_resources/images/icon-blob.svg) no-repeat;
  width: 32px;
  height: 40px;
  opacity: 0;
  top: 24px;
  left: 50%;
  margin-left: -18px;
  z-index: -1;
  transition: all 0.2s ease-in-out;
}

.icon-hover-blob-container .icon-hover-blob.icon-hover-orange {
  background: url(/_resources/images/icon-blob-orange.svg) no-repeat;
}

.icon-hover-blob-container .icon-hover-blob.icon-hover-yellow {
  background: url(/_resources/images/icon-blob-yellow.svg) no-repeat;
}

.icon-hover-blob-container .icon-hover-blob.icon-hover-blue {
  background: url(/_resources/images/icon-blob-blue.svg) no-repeat;
}

.icon-hover-blob-container .icon-hover-blob.icon-hover-purple {
  background: url(/_resources/images/icon-blob-purple.svg) no-repeat;
}

.icon-hover-blob-container .icon-hover-blob.icon-hover-blue-stroke {
  background: url(/_resources/images/icon-blob-blue-stroke.svg) no-repeat;
}

.icon-hover-blob-container:hover {
  transition: all 0.2s ease-in-out;
}

.icon-hover-blob-container:hover .icon-hover-blob {
  top: 0;
  opacity: .3;
  width: 64px;
  height: 80px;
  margin-left: -34px;
}

.icon-title-container {
  display: flex;
  align-items: center;
}

/*  Visual Call-to-Action
        ========================================================================== */
.visual-cta-grid-container {
  max-width: 1440px;
}

.visual-cta {
  position: relative;
  display: table;
  table-layout: fixed;
  width: 100%;
  overflow: hidden;
}

.visual-cta:hover .visual-cta-image-container {
  transform: scale(1.2) rotate(1deg);
}

.visual-cta:hover .visual-cta-image-overlay {
  opacity: 0.95;
}

.visual-cta .visual-cta-image-overlay {
  opacity: 0.85;
}

.visual-cta-image {
  display: block;
}

.cta-form-embed {
  background: #ffffff;
  border-radius: 1em;
  padding: 2em;
  color: #5d6970;
  text-align: left;
  z-index: 10;
  position: relative;
  margin: 1em 1em 7em;
  box-shadow: 0 0 24px rgba(57, 65, 70, 0.3);
}

.cta-form-embed fieldset {
  margin: 0 0 1em 0;
  font-size: 0.9125em;
}

.cta-form-embed label {
  font-weight: 500;
}

.cta-form-embed ul {
  list-style-type: none;
  -webkit-padding-start: 0;
  padding-inline-start: 0;
}

.cta-form-embed input[type=checkbox] {
  margin-top: 4px;
}

.cta-form-embed input[type=submit] {
  display: inline-block;
  padding: 0.4em 1.5em;
  color: #fff;
  background-color: #7dbf63;
  border-radius: 100px;
  border: 0;
}

.cta-form-embed .hs-submit {
  text-align: center;
}

.text-shadow {
  text-shadow: 0 1px 4px rgba(57, 65, 70, 0.4);
}

/*  Event Tiles
        ========================================================================== */
.event-tile-container {
  position: relative;
  display: block;
  max-width: 482px;
  height: 590px;
  width: 100%;
  overflow: hidden;
  border: 1px solid #66b5b4;
  border-radius: 8px;
}

.event-tile-container-conference {
  position: relative;
  display: block;
  max-width: 482px;
  height: 460px;
  width: 100%;
  overflow: hidden;
  border: 1px solid #5d6970;
  border-radius: 8px;
}

.event-tile-image-container {
  position: relative;
}

.event-tile-image {
  display: block;
  position: absolute;
  top: 0px;
}

.event-tile-content-container {
  position: relative;
}

.event-tile-content {
  position: absolute;
  top: 180px;
  width: 100%;
  height: 310px;
  padding: 1.5em;
  color: #ffffff;
  background-color: #66b5b4;
  text-align: left;
}

.event-tile-content-conference {
  position: absolute;
  top: 180px;
  width: 100%;
  height: 160px;
  padding: 1.5em;
  color: #ffffff;
  background-color: #5d6970;
  text-align: left;
}

.event-cta-container {
  position: absolute;
  bottom: 25px;
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
}

.event-cta-container-conference {
  position: absolute;
  top: 355px;
  width: 100%;
  padding: 0 1.5em;
}

.event-cta-container-conference a {
  font-size: 1em;
}

.event-cta-conference-logo {
  float: right;
}

.event-cta-conference-url {
  float: left;
  text-align: left;
  padding-top: 1.4em;
}

.event-cta-conference-url:after {
  clear: both;
}

.webinar-tile-container {
  position: relative;
  display: block;
  max-width: 482px;
  height: 570px;
  width: 100%;
  overflow: hidden;
  border-radius: 1em;
  border: 3px solid rgba(95, 186, 74, 0.3);
}

.webinar-tile-title {
  position: relative;
  padding: 2em;
  font-size: 1.125em;
  height: 178px;
}

.webinar-tile-title p {
  margin-right: 1em;
}

.webinar-tile-content-container {
  position: relative;
}

.webinar-tile-content {
  position: absolute;
  width: 100%;
  height: 300px;
  padding: 1.5em;
  color: #394146;
  text-align: left;
  background-image: linear-gradient(to bottom right, rgba(95, 186, 74, 0.2), rgba(254, 191, 40, 0.2));
}

.webinar-cta-container {
  position: absolute;
  bottom: 20px;
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
}

.webinar-tile-thought .webinar-tile-container {
  border: 3px solid rgba(240, 97, 51, 0.3);
}

.webinar-tile-thought .webinar-tile-content {
  background-image: linear-gradient(to bottom right, rgba(240, 97, 51, 0.2), rgba(254, 191, 40, 0.2));
}

.webinar-tile-partner .webinar-tile-container {
  border: 3px solid rgba(133, 167, 187, 0.3);
}

.webinar-tile-partner .webinar-tile-content {
  background-image: linear-gradient(to bottom right, rgba(133, 167, 187, 0.2), rgba(93, 105, 112, 0.2));
}

.tile-badge {
  position: absolute;
  bottom: 16px;
  right: 16px;
}

.webinar-tile-fundlab .webinar-tile-container {
  border: 3px solid rgba(95, 191, 191, 0.3);
}

.webinar-tile-fundlab .webinar-tile-content {
  background-image: linear-gradient(to bottom right, rgba(95, 191, 191, 0.3), rgba(170, 220, 70, 0.2));
}

.webinar-tile-fundlab .icon-title:before {
  content: " " url(/_resources/images/icon-fundlab.png);
  padding-right: 0.5em;
  vertical-align: -40%;
}

.events-splash-content {
  height: 150px;
}

.partner-tile {
  height: 280px;
  border-radius: 1em;
  margin: 1em 1em 3em 1em;
  position: relative;
  cursor: pointer;
  box-shadow: 0 0 24px rgba(0, 0, 0, 0.12);
  transition: all 0.3s ease-in-out;
}

.partner-tile:hover {
  box-shadow: 0 0 24px rgba(0, 0, 0, 0.25);
  transition: all 0.3s ease-in-out;
}

.partner-tile:hover .partner-logo {
  opacity: 0;
  transition: all 0.3s ease-in-out;
}

.partner-tile:hover .partner-hover {
  opacity: 1;
  transition: all 0.3s ease-in-out;
}

.partner-tile-logo-container {
  height: 236px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.partner-tile-logo-container.standard-partner {
  height: 280px;
}

.partner-logo {
  opacity: 1;
  transition: all 0.3s ease-in-out;
}

.partner-tile-industry-container {
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #BEC6CE;
  color: #ffffff;
  border-radius: 0 0 1em 1em;
}

.partner-hover {
  opacity: 0;
  z-index: 10;
  position: absolute;
  top: 128px;
  height: 152px;
  width: 100%;
  transition: all 0.3s ease-in-out;
}

.opacity-tile-button {
  background-color: #7dbf63;
  color: #ffffff;
  font-weight: 500;
  height: 44px;
  padding-top: 0.6em;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  border-radius: 0 0 1em 1em;
}

.partner-logos-container {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 1.5em 1.5em;
}

/*  Tiles
        ========================================================================== */
.resource-tile-container {
  position: relative;
  display: block;
  height: 260px;
  padding: 2em;
  overflow: hidden;
  border-radius: 16px;
  border: 8px solid #ffffff;
  background-image: url(/_resources/images/resource-tile-background.png);
  background-size: cover;
  text-shadow: 0 0 6px rgba(0, 0, 0, 0.5);
}

.resource-tile-container:hover {
  transition: all 0.3s ease-in-out;
  opacity: 0.9;
}

.resource-tile-container.resource-alt-bg {
  background-image: url(/_resources/images/resource-tile-background-alt.png);
}

.resource-tile-container.resource-alt-blue {
  background-image: url(/_resources/images/resource-tile-background-blue.jpg);
}

.resource-tile-container.resource-alt-lite-blue {
  background-image: url(/_resources/images/resource-tile-background-lite-blue.jpg);
}

.resource-tile-container.resource-alt-purple {
  background-image: url(/_resources/images/resource-tile-background-purple.jpg);
}

.resource-tile-container.resource-alt-graphic {
  position: relative;
  background-image: none;
  background-color: #eceff0;
  text-align: center;
  color: #7dbf63;
  text-shadow: none;
  padding: 1.2em 1em;
}

.resource-tile-container.resource-alt-graphic img {
  position: relative;
  bottom: 0;
}

.opacity-tile {
  position: relative;
  display: block;
  margin-top: 2em;
  text-align: center;
  box-shadow: 1px 1px 20px rgba(57, 65, 70, 0.3);
  border-radius: 16px;
}

.opacity-tile:hover {
  transition: all 0.1s ease-in-out;
}

.opacity-tile:hover .opacity-tile-default {
  opacity: 0;
}

.opacity-tile:hover .opacity-tile-hover {
  opacity: 1;
}

.opacity-tile-default {
  padding-top: 2.7em;
  transition: all 0.2s ease-in-out;
  opacity: 1;
  border: 2px #ffffff solid;
  border-radius: 16px;
  background-color: rgba(57, 65, 70, 0.2);
  height: 150px;
  overflow: hidden;
}

.opacity-tile-default-center {
  display: inline-block;
  vertical-align: middle;
  padding: 1em;
}

.opacity-tile-hover {
  display: inline-block;
  height: 150px;
  opacity: 0;
  background-color: #ffffff;
  border-radius: 16px;
  border: 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  transition: all 0.2s ease-in-out;
  color: #394146;
  padding: 1.5em;
  font-size: 0.875em;
  z-index: 3;
}

.opacity-tile-button {
  background-color: #7dbf63;
  color: #ffffff;
  font-size: 0.875em;
  font-weight: 500;
  height: 34px;
  padding-top: 0.6em;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  border-radius: 0 0 15px 15px;
}

.press-tile {
  position: relative;
  height: 440px;
  margin: 0.5em;
  border-radius: 1em;
  overflow: hidden;
}

.press-tile-img {
  max-height: 213px;
  text-align: center;
}

.press-tile-content {
  padding: 1em;
}

.press-tile-cta {
  position: absolute;
  bottom: 1.5em;
  left: 1.5em;
  color: #7dbf63;
  font-size: .8125em;
  font-weight: 700;
  text-transform: uppercase;
}

/*  Carousel
        ========================================================================== */
.carousel {
  margin-left: 1em;
  margin-right: 1em;
}

.carousel.carousel-icons .carousel-controls {
  line-height: 120px;
}

.carousel.carousel-icons ul.slides {
  height: 120px;
}

.carousel.carousel-client-logos .carousel-controls {
  line-height: 80px;
}

.carousel.carousel-client-logos ul.slides {
  height: 100px;
}

ul.slides {
  display: block;
  position: relative;
  height: 280px;
  margin: 0;
  padding: 0;
  list-style: none;
}

ul.slides input {
  display: none;
}

.slide-container {
  display: block;
}

.slide-image {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  opacity: 0;
  transition: all .4s ease-in-out;
}

.carousel-controls {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 999;
  font-size: 100px;
  line-height: 280px;
  color: #7dbf63;
}

.carousel-controls label {
  display: none;
  position: absolute;
  padding: 0 20px;
  opacity: 1;
  transition: opacity .2s;
  cursor: pointer;
}

.carousel-controls .prev-slide {
  text-align: left;
  left: 0;
}

.carousel-controls .next-slide {
  text-align: right;
  right: 0;
}

input:checked + .slide-container .slide-image {
  opacity: 1;
  transform: scale(1);
  transition: opacity 1s ease-in-out;
  z-index: 10;
}

input:checked + .slide-container .carousel-controls label {
  display: block;
}

.drop-shadow {
  box-shadow: 0 0 24px rgba(0, 0, 0, 0.12);
  transition: all .3s ease-in-out;
}

.drop-shadow:hover {
  box-shadow: 0 0 24px rgba(0, 0, 0, 0.25);
  transition: all .3s ease-in-out;
}

.drop-shadow-filter {
  filter: drop-shadow(0 0 8px rgba(57, 65, 70, 0.4));
}

.drop-shadow-less-filter {
  filter: drop-shadow(0 1px 4px rgba(57, 65, 70, 0.4));
}

.rounded-8 {
  border-radius: 0.5em;
}

.rounded-12 {
  border-radius: 0.75em;
}

.rounded-16 {
  border-radius: 1em;
}

.rounded-16-top {
  border-radius: 1em 1em 0 0;
}

.rounded-16-bottom {
  border-radius: 0 0 1em 1em;
}

.handout-tile {
  position: relative;
  overflow: hidden;
  width: 216px;
  height: 164px;
  border-radius: 0.75em;
  box-shadow: 0 0 24px rgba(0, 0, 0, 0.12);
  margin: 0 auto 3em;
  transition: all .3s ease-in-out;
}

.handout-tile:hover {
  box-shadow: 0 0 24px rgba(0, 0, 0, 0.35);
  transition: all .3s ease-in-out;
}

.handout-tile-cta {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 32px;
  background-color: #394146;
  color: #eceff0;
  border-radius: 0 0 0.75em 0.75em;
  font-size: 0.75em;
  padding-top: 0.5em;
}

/*  Auto Slider
        ========================================================================== */
#slider {
  position: relative;
  overflow: hidden;
  height: 90px;
  width: 280px;
}

#slider figure {
  position: relative;
  height: 500%;
  margin: 0;
  left: 0;
  animation: 12s slider infinite;
}

#slider figure img {
  height: 20%;
  text-align: center;
  max-height: 68px;
  margin-top: 1em;
}

#slider:before {
  content: '';
  background: url("/_resources/images/slider-left-bracket.svg") left center no-repeat;
  top: 1em;
  left: 0px;
  position: absolute;
  width: 13px;
  height: 69px;
}

#slider:after {
  content: '';
  background: url("/_resources/images/slider-right-bracket.svg") right center no-repeat;
  top: 1em;
  right: 0px;
  position: absolute;
  width: 13px;
  height: 69px;
}

@keyframes slider {
  0% {
    top: 0;
  }
  20% {
    top: 0;
  }
  25% {
    top: -100%;
  }
  45% {
    top: -100%;
  }
  50% {
    top: -200%;
  }
  70% {
    top: -200%;
  }
  75% {
    top: -300%;
  }
  95% {
    top: -300%;
  }
  100% {
    top: -400%;
  }
}

/* Accordian Copy Blocks
        ========================================================================== */
.accordian input {
  position: absolute;
  opacity: 0;
  z-index: -1;
}

/* Accordion styles */
.tabs {
  overflow: hidden;
}

.tab {
  width: 100%;
  overflow: hidden;
}

.tab-label {
  display: block;
  cursor: pointer;
  transition: all 0.35s;
}

.tab-label:hover {
  color: #7dbf63;
  transition: all 0.35s;
}

.tab-label:before {
  content: "+";
  display: inline-block;
  margin-right: 1em;
  font-weight: 700;
  transition: all 0.3s;
  transform: rotate(0);
}

.tab-content {
  max-height: 0;
  padding: 0 1em;
  transition: all 0.3s;
  opacity: 0;
}

.accordian input:checked + .tab-label {
  color: #7dbf63;
}

.accordian input:checked + .tab-label::before {
  transform: rotate(135deg);
}

.accordian input:checked ~ .tab-content {
  max-height: 100%;
  padding: 1em;
  opacity: 1;
}

/*  Gradient Overlays
        ========================================================================== */
.gradient-overlay, .gradient-orange-yellow-10, .gradient-orange-yellow-5, .gradient-orange-yellow-5-reverse, .gradient-orange-yellow-10-reverse, .gradient-yellow-green-10, .gradient-yellow-green-5, .gradient-yellow-green-5-reverse, .gradient-yellow-green-10-reverse, .gradient-green-yellow-10, .gradient-green-yellow-5, .gradient-green-yellow-5-reverse, .gradient-green-yellow-10-reverse {
  opacity: 0.75;
}

/* Orange to Yellow Gradient */
.gradient-orange-yellow-10 {
  background-color: #f19126;
  /* Old browsers */
  /* Chrome10+,Safari5.1+ */
  /* Opera 11.10+ */
  /* IE10+ */
  background-image: linear-gradient(10deg, #FFD780 0%, #f19126 80%);
  /* W3C */
  background-repeat: no-repeat;
}

.gradient-orange-yellow-5 {
  background-color: #f19126;
  /* Old browsers */
  /* Chrome10+,Safari5.1+ */
  /* Opera 11.10+ */
  /* IE10+ */
  background-image: linear-gradient(5deg, #FFD780 0%, #f19126 80%);
  /* W3C */
  background-repeat: no-repeat;
}

.gradient-orange-yellow-5-reverse {
  background-color: #f19126;
  /* Old browsers */
  /* Chrome10+,Safari5.1+ */
  /* Opera 11.10+ */
  /* IE10+ */
  background-image: linear-gradient(-5deg, #FFD780 0%, #f19126 80%);
  /* W3C */
  background-repeat: no-repeat;
}

.gradient-orange-yellow-10-reverse {
  background-color: #f19126;
  /* Old browsers */
  /* Chrome10+,Safari5.1+ */
  /* Opera 11.10+ */
  /* IE10+ */
  background-image: linear-gradient(-10deg, #FFD780 0%, #f19126 80%);
  /* W3C */
  background-repeat: no-repeat;
}

/* Yellow to Green Gradient */
.gradient-yellow-green-10 {
  background-color: #FFD780;
  /* Old browsers */
  /* Chrome10+,Safari5.1+ */
  /* Opera 11.10+ */
  /* IE10+ */
  background-image: linear-gradient(10deg, #7dbf63 0%, #FFD780 80%);
  /* W3C */
  background-repeat: no-repeat;
}

.gradient-yellow-green-5 {
  background-color: #FFD780;
  /* Old browsers */
  /* Chrome10+,Safari5.1+ */
  /* Opera 11.10+ */
  /* IE10+ */
  background-image: linear-gradient(5deg, #7dbf63 0%, #FFD780 80%);
  /* W3C */
  background-repeat: no-repeat;
}

.gradient-yellow-green-5-reverse {
  background-color: #FFD780;
  /* Old browsers */
  /* Chrome10+,Safari5.1+ */
  /* Opera 11.10+ */
  /* IE10+ */
  background-image: linear-gradient(-5deg, #7dbf63 0%, #FFD780 80%);
  /* W3C */
  background-repeat: no-repeat;
}

.gradient-yellow-green-10-reverse {
  background-color: #FFD780;
  /* Old browsers */
  /* Chrome10+,Safari5.1+ */
  /* Opera 11.10+ */
  /* IE10+ */
  background-image: linear-gradient(-10deg, #7dbf63 0%, #FFD780 80%);
  /* W3C */
  background-repeat: no-repeat;
}

/* Green to Yellow Gradient */
.gradient-green-yellow-10 {
  background-color: #7dbf63;
  /* Old browsers */
  /* Chrome10+,Safari5.1+ */
  /* Opera 11.10+ */
  /* IE10+ */
  background-image: linear-gradient(10deg, #FFD780 0%, #7dbf63 80%);
  /* W3C */
  background-repeat: no-repeat;
}

.gradient-green-yellow-5 {
  background-color: #7dbf63;
  /* Old browsers */
  /* Chrome10+,Safari5.1+ */
  /* Opera 11.10+ */
  /* IE10+ */
  background-image: linear-gradient(5deg, #FFD780 0%, #7dbf63 80%);
  /* W3C */
  background-repeat: no-repeat;
}

.gradient-green-yellow-5-reverse {
  background-color: #7dbf63;
  /* Old browsers */
  /* Chrome10+,Safari5.1+ */
  /* Opera 11.10+ */
  /* IE10+ */
  background-image: linear-gradient(-5deg, #FFD780 0%, #7dbf63 80%);
  /* W3C */
  background-repeat: no-repeat;
}

.gradient-green-yellow-10-reverse {
  background-color: #7dbf63;
  /* Old browsers */
  /* Chrome10+,Safari5.1+ */
  /* Opera 11.10+ */
  /* IE10+ */
  background-image: linear-gradient(-10deg, #FFD780 0%, #7dbf63 80%);
  /* W3C */
  background-repeat: no-repeat;
}

.mobile-linear-gradient-green-bottom {
  background: linear-gradient(#ffffff, #ffffff, rgba(125, 191, 99, 0.2), #ffffff);
  width: 100%;
  margin: 0;
}

.mobile-linear-gradient-green-top {
  background: linear-gradient(#ffffff, rgba(125, 191, 99, 0.2), #ffffff, #ffffff);
  width: 100%;
  margin: 0;
}

.mobile-linear-gradient-yellow {
  background: linear-gradient(#ffffff, rgba(255, 215, 128, 0.3), #ffffff);
  width: 100%;
  margin: 0;
}

.mobile-linear-gradient-blue-bottom {
  background: linear-gradient(#ffffff, #ffffff, rgba(140, 180, 200, 0.3), #ffffff);
  width: 100%;
  margin: 0;
}

.mobile-linear-gradient-blue-top {
  background: linear-gradient(#ffffff, rgba(140, 180, 200, 0.3), #ffffff, #ffffff);
  width: 100%;
  margin: 0;
}

.mobile-linear-gradient-gray {
  background: linear-gradient(#ffffff, rgba(93, 105, 112, 0.3), #ffffff);
  width: 100%;
  margin: 0;
}

.mobile-linear-gradient-blue {
  background: linear-gradient(#ffffff, rgba(140, 180, 200, 0.3), #ffffff);
  width: 100%;
  margin: 0;
}

.linear-gradient-blue {
  background: linear-gradient(rgba(140, 180, 200, 0), rgba(140, 180, 200, 0.3), rgba(140, 180, 200, 0));
  width: 100%;
  margin: 0;
}

/*  Vertical Timeline
        ========================================================================== */
.timeline {
  position: relative;
  max-width: 1280px;
  margin: 0 auto;
}

.timeline::after {
  content: '';
  position: absolute;
  width: 6px;
  border-radius: 3px;
  background-color: #7dbf63;
  top: 0;
  bottom: 0;
  left: 50%;
  margin-left: -3px;
}

.timeline-container {
  position: relative;
  padding: 0 3em;
  width: 50%;
}

.timeline-container img {
  max-width: fit-content;
}

.timeline-container::after {
  content: '';
  position: absolute;
  width: 20px;
  height: 20px;
  right: -16px;
  background-color: white;
  border: 6px solid #7dbf63;
  top: 42%;
  border-radius: 50%;
  z-index: 1;
}

.timeline-container-left {
  left: 0;
}

.timeline-container-right {
  left: 50%;
}

.timeline-container-right::after {
  left: -16px;
}

.timeline-content {
  position: relative;
}

/*  Testimonials
        ========================================================================== */
.testimonial-container {
  position: relative;
  display: block;
  height: 600px;
  width: 320px;
  margin: 1.5em auto;
  border-radius: 1.5em;
  background-color: #ffffff;
  box-shadow: 0 0 24px rgba(57, 65, 70, 0.3);
}

.testimonial-attribution {
  text-align: center;
  background-color: #eceff0;
  height: 140px;
  line-height: 1.5em;
  font-size: 0.875em;
  padding-top: 1.5em;
  border-radius: 1.5em 1.5em 0 0;
}

.testimonial-avatar {
  position: absolute;
  top: 70px;
  left: 90px;
  border: 2px solid #eceff0;
  border-radius: 50%;
  width: 140px;
  height: 140px;
}

.testimonial-quote {
  font-size: 0.875em;
  line-height: 1.4em;
  padding: 1.5em;
  margin-top: 5em;
  min-height: 260px;
  text-align: left;
}

.testimonial-logo {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100px;
}

/*  Webinars
        ========================================================================== */
.webinar-container {
  position: relative;
  display: block;
  height: 600px;
  width: 320px;
  margin: .5em auto 3em;
  border-radius: 2em;
  background-color: #ffffff;
  box-shadow: 0 0 24px rgba(57, 65, 70, 0.3);
}

.webinar-attribution {
  position: relative;
  display: flex;
  align-items: center;
  color: #ffffff;
  height: 180px;
  font-size: 1.25em;
  font-weight: 500;
  padding: 1.5em 1.5em 4em 1.5em;
  border-radius: 1.5em 1.5em 0 0;
}

.webinar-avatar {
  position: absolute;
  top: 134px;
  left: -16px;
  border: 3px solid #7dbf63;
  border-radius: 50%;
  width: 146px;
  height: 146px;
  overflow: hidden;
}

.webinar-avatar.avatar-orange {
  border: 3px solid #f19126;
}

.webinar-avatar.avatar-blue {
  border: 3px solid #8CB4C8;
}

.webinar-speaker {
  left: 140px;
  position: absolute;
  margin-top: 0.5em;
  font-size: 0.875em;
  font-weight: 500;
}

.webinar-summary {
  font-size: 0.875em;
  line-height: 1.4em;
  padding: 1.5em;
  margin-top: 7em;
  min-height: 272px;
  text-align: left;
}

.webinar-register {
  text-align: center;
  text-transform: uppercase;
  font-weight: 500;
}

/*  Alert Bar
        ========================================================================== */
.alert-bar-container {
  margin: 0 1em;
}

.alert-bar {
  position: relative;
  top: -60px;
  padding: 1.5em 1.5em 1.5em 2em;
  background-color: #ffffff;
  font-size: 1em;
  color: #394146;
  max-width: 1024px;
  border-radius: 0.5em;
  margin: 0 auto;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.5);
  z-index: 10;
}

/*  Conference Bar
        ========================================================================== */
.conference-bar {
  text-align: center;
  padding: 1.5em;
  background-color: #5d6970;
  font-size: 1em;
  color: #ffffff;
}

/*  sub-hero-block
        ========================================================================== */
.sub-hero-block-container {
  margin: 0 2em;
}

.sub-hero-block {
  position: relative;
  top: -16px;
  padding: 4em;
  background-color: #ffffff;
  max-width: 1280px;
  border-radius: 0.5em;
  margin: 0 auto;
  z-index: 100;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.2);
}

/*  Compatibility Bar
        ========================================================================== */
.compatibility-bar {
  position: absolute;
  text-align: center;
  padding: 0.4em;
  margin: 0 auto;
  width: 100%;
  height: 2.25em;
  background-color: #394146;
  font-size: 0.75em;
  color: #ffffff;
  z-index: 1002;
}

/*.lt-ie9{
            .site-navigation{ top: 1em !important; }

            &.is-scrolled{
                .site-navigation{ top: 0; }
            }
        }
        

    /*  Buttons
        ========================================================================== */
.button {
  display: inline-block;
  padding: 0.4em 1.5em;
  color: #fff;
  border-radius: 100px;
  transition: all 0.2s ease-in-out;
}

.button:active {
  transition: all 0.1s ease-in;
  transform: scale(0.93);
}

.button.button-orange:hover {
  background: linear-gradient(to bottom right, #f19126, rgba(246, 166, 72, 0));
  background-color: #FFD780;
  text-shadow: 0 0 3px rgba(57, 65, 70, 0.5);
}

.button.button-green:hover {
  background: linear-gradient(to bottom right, #7dbf63, rgba(125, 191, 99, 0));
  background-color: #FFD780;
  text-shadow: 0 0 3px rgba(57, 65, 70, 0.5);
}

.button.button-yellow:hover {
  background-color: #ffe2a4;
}

.button.button-blue:hover {
  background-color: #a4c4d4;
}

.button.button-purple:hover {
  background: linear-gradient(to bottom right, #8C70C6, rgba(140, 112, 198, 0));
  background-color: #8CB4C8;
  text-shadow: 0 0 3px rgba(57, 65, 70, 0.5);
}

.button.button-white:hover {
  background: linear-gradient(to bottom right, white, rgba(255, 255, 255, 0.7));
  background-color: #8CB4C8;
}

.button.button-contact {
  display: block;
}

.button-primary {
  font-size: 1.125em;
  padding: 0.75em 1.5em;
  text-transform: uppercase;
}

.button-social {
  font-size: 0.875em;
  width: 100%;
  text-align: center;
}

/* Button Colors */
.button-orange {
  background: linear-gradient(to bottom right, #f19126, rgba(246, 166, 72, 0));
  background-color: #f19126;
}

.button-green {
  background: linear-gradient(to bottom right, #7dbf63, rgba(125, 191, 99, 0));
  background-color: #7dbf63;
}

.button-white {
  background: linear-gradient(to bottom right, white, rgba(255, 255, 255, 0.7));
  background-color: #fff;
}

.button-yellow {
  background-color: #FFD780;
}

.button-blue {
  background-color: #8CB4C8;
}

.button-purple {
  background: linear-gradient(to bottom right, #8C70C6, rgba(140, 112, 198, 0));
  background-color: #8C70C6;
}

.button-facebook {
  background-color: #3b5998;
}

.button-facebook:hover {
  background-color: #4c70ba;
}

.button-twitter {
  background-color: #55acee;
}

.button-twitter:hover {
  background-color: #83c3f3;
}

.button-linkedin {
  background-color: #1C87BD;
}

.button-linkedin:hover {
  background-color: #2ca4e0;
}

.button-googleplus {
  background-color: #D23F31;
}

.button-googleplus:hover {
  background-color: #db665b;
}

/* Inverted Button */
.button-inverted {
  background-color: transparent;
  border: 3px solid #f19126;
  color: #f19126;
  padding: 0.2em 1em;
  text-transform: uppercase;
  font-weight: 700;
}

.button-inverted:hover {
  background-color: #f19126;
  color: #fff;
}

.button-inverted.button-white {
  border-color: white;
  color: white;
  background-color: transparent;
}

.button-inverted.button-white:hover {
  background-color: #fff;
  color: #7dbf63;
}

.button-inverted.button-green {
  background: transparent;
  background-color: transparent;
  border-color: #7dbf63;
  color: #7dbf63;
}

.button-inverted:hover {
  color: #ffffff;
}

.button-inverted.button-blue {
  background: transparent;
  background-color: transparent;
  border-color: #8CB4C8;
  color: #8CB4C8;
}

.button-inverted:hover {
  color: #ffffff;
}

.button-inverted.button-gray {
  border-color: #5d6970;
  color: #5d6970;
}

.button-inverted.button-gray:hover {
  background-color: #5d6970;
  color: #fff;
}

.button-inverted.button-contact {
  border-color: #7dbf63;
  color: #5d6970;
  border-radius: 1em;
}

.button-inverted.button-contact:hover {
  background-color: #eceff0;
  color: #5d6970;
  border-color: #5d6970;
}

.button-bow {
  position: absolute;
  top: -1px;
  right: 0px;
  width: 30px;
}

/*  Form Message
        ========================================================================== */
.ui-message {
  background-color: #5d6970;
  color: #fff;
  padding: 1em;
  margin: 1em 0;
  border-radius: 4px;
}

.ui-message.is-success-message {
  background-color: #7dbf63;
}

/*  Action Bar
        ========================================================================== */
.action-bar {
  background-color: #7dbf63;
  color: #fff;
  text-align: center;
  height: 540px;
  padding: 2em 0;
  overflow-x: clip;
}

.action-bar.action-bar-green-yellow {
  position: relative;
  background: linear-gradient(180deg, #7dbf63, #FFD780);
}

.action-bar.animated-action-bar-green {
  position: relative;
  background: linear-gradient(180deg, #7dbf63, #FFD780);
  background-size: 400% 400%;
  animation: gradientBG 7s ease infinite;
}

.action-bar.animated-action-bar-orange {
  position: relative;
  background: linear-gradient(180deg, #f06133, #febf28);
  background-size: 400% 400%;
  animation: gradientBG 7s ease infinite;
}

.action-bar.animated-action-bar-blue {
  position: relative;
  background: linear-gradient(180deg, #5d6970, #85a7bb);
  background-size: 400% 400%;
  animation: gradientBG 7s ease infinite;
}

.action-bar.animated-action-bar-purple {
  position: relative;
  background: linear-gradient(180deg, #755a91, #8C70C6);
  background-size: 400% 400%;
  animation: gradientBG 7s ease infinite;
}

.action-bar.action-bar-curve {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  width: 100%;
  margin-left: 0;
}

.action-bar.with-form {
  height: 100%;
}

.action-bar a {
  position: relative;
  z-index: 20;
}

.action-bar.no-action {
  height: 100%;
  padding: 4em 1em;
}

.action-bar-curve {
  margin-bottom: -8px;
}

.action-bar-curve.action-bar-dark-gray {
  fill: #394146;
}

@keyframes gradientBG {
  0% {
    background-position: 0% 0%;
  }
  50% {
    background-position: 10% 80%;
  }
  100% {
    background-position: 0% 0%;
  }
}

.action-heading {
  font-size: 2.5em;
  margin-bottom: 0.5em;
  padding: 0 1em;
  line-height: 1.2em;
}

.action-sub-heading {
  opacity: 0.8;
  margin-bottom: 2em;
}

/*  Tables
        ========================================================================== */
.data-row td, .column-heading {
  line-height: 1.25em;
  padding: 1em 0.5em;
}

.data-table {
  margin-bottom: -1px;
  width: 100%;
  table-layout: fixed;
}

.data-row {
  border-bottom: 1px solid #eceff0;
}

.data-row:first-child {
  border-top: 1px solid #eceff0;
}

.column-heading {
  font-weight: 600;
  text-align: left;
}

.column-heading.text-center {
  text-align: center;
}

.cell-sub-heading {
  margin-top: 8px;
}

.callout-cell {
  font-size: 0.75em;
  padding: 4px;
  text-transform: uppercase;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}

.cell-description {
  display: block;
  font-size: 0.75em;
  padding-top: 4px;
}

.divider-row {
  border-width: 4px;
}

/*  Horizontal Scrolling Table Pattern
        ========================================================================== */
.table-container {
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
}

.table-container .data-table-scroll {
  table-layout: auto;
}

.table-container .data-table-scroll th, .table-container .data-table-scroll td {
  white-space: nowrap;
}

/*  Tabbed Content
        ========================================================================== */
.ui-tabs .ui-tab-link {
  color: #5d6970;
  border: 4px solid #f4f6f6;
  display: block;
  padding: 0.75em 1.5em;
  text-align: center;
  font-weight: 600;
  border-radius: 100px;
  transition: all 0.3s ease-in;
}

.ui-tabs .active-tab .ui-tab-link {
  background-color: transparent;
  border-color: inherit;
  color: #7dbf63;
}

/*  Fizz Pop Elements
        ========================================================================== */
.fizz-pop-bg-01 {
  position: absolute;
  background: url("/_resources/images/fizz-pop-bg-01.svg") center center no-repeat;
  margin-top: -1em;
  margin-left: -1em;
  width: 100%;
  height: 360px;
  opacity: 0.5;
}

.fizz-pop-typography-single-line {
  position: absolute;
  background: url("/_resources/images/fizz-pop-typography-single-line.svg") center center no-repeat;
  width: 100%;
  height: 360px;
  opacity: 0.5;
  top: -44px;
  left: 0;
}

.fizz-pop-typography-single-line.fizz-pop-typography-single-01 {
  background: url("/_resources/images/fizz-pop-typography-single-line-01.svg") bottom center no-repeat;
}

.fizz-pop-typography-single-line.fizz-pop-typography-single-02 {
  background: url("/_resources/images/fizz-pop-typography-single-line-02.svg") bottom center no-repeat;
}

.fizz-pop-typography-single-line.fizz-pop-typography-single-03 {
  background: url("/_resources/images/fizz-pop-typography-single-line-03.svg") bottom center no-repeat;
}

.fizz-pop-typography-single-line.fizz-pop-animation {
  animation: fizzAnimation 4s infinite;
}

.fizz-pop-typography-single-line.fizz-pop-animationalt {
  animation: fizzAnimationalt 4s infinite;
}

.fizz-pop-typography-single-line.fizz-pop-animationaltalt {
  animation: fizzAnimationaltalt 4s infinite;
}

@keyframes fizzAnimation {
  0% {
    opacity: 0.5;
  }
  25% {
    opacity: 0.2;
  }
  50% {
    opacity: 0.5;
  }
  75% {
    opacity: 0.1;
  }
  100% {
    opacity: 0.5;
  }
}

@keyframes fizzAnimationalt {
  0% {
    opacity: 0.1;
  }
  25% {
    opacity: 0.5;
  }
  50% {
    opacity: 0.3;
  }
  75% {
    opacity: 0.5;
  }
  100% {
    opacity: 0.1;
  }
}

@keyframes fizzAnimationaltalt {
  0% {
    opacity: 0.5;
  }
  25% {
    opacity: 0.1;
  }
  50% {
    opacity: 0.4;
  }
  75% {
    opacity: 0.1;
  }
  100% {
    opacity: 0.5;
  }
}

/*  Stripey Hexagon Elements
        ========================================================================== */
.stripey-hex {
  position: absolute;
  background: url("/_resources/images/stripey-hex.svg") center center no-repeat;
  margin-top: 2em;
  margin-left: -2em;
  width: 360px;
  height: 394px;
  opacity: 0.8;
  z-index: -1;
}

/*  Form Styling
        ========================================================================== */
.field-input, .field-select, .hs-form-container .hs-form fieldset.form-columns-1 .hs-input, .hs-form-container .hs-form fieldset.form-columns-2 .hs-input, #pardot-form input, #pardot-form select, #pardot-form textarea {
  font-size: 1em;
  padding: 0.5em;
  border: 1px solid #c8ced1;
  border-radius: 2px;
  width: 100%;
  box-sizing: border-box !important;
}

.field-input:focus, .field-select:focus, .hs-form-container .hs-form fieldset.form-columns-1 .hs-input:focus, .hs-form-container .hs-form fieldset.form-columns-2 .hs-input:focus, #pardot-form input:focus, #pardot-form select:focus, #pardot-form textarea:focus {
  border-color: #b9ddab;
  outline: none;
  box-shadow: 0 0 20px rgba(125, 191, 99, 0.1);
  transition: all 0.15s ease-in;
}

.field-label, .field-checkbox, .hs-form-container .hs-form fieldset.form-columns-1 label, .hs-form-container .hs-form fieldset.form-columns-2 label {
  color: #000;
  display: inline-block;
  font-weight: 600;
  line-height: 1.5em;
  margin-bottom: 0.5em;
  font-size: 0.875em;
}

.field-label .required, .field-checkbox .required, .hs-form-container .hs-form fieldset.form-columns-1 label .required, .hs-form-container .hs-form fieldset.form-columns-2 label .required, .field-label .hs-form-required, .field-checkbox .hs-form-required, .hs-form-container .hs-form fieldset.form-columns-1 label .hs-form-required, .hs-form-container .hs-form fieldset.form-columns-2 label .hs-form-required {
  color: #f19126;
}

.hs-form-container .hs-form .hs-button.primary.large, .hs-form-container input[type="submit"], #pardot-form input[type="submit"] {
  background: #7dbf63;
  border: 4px solid #7dbf63;
  display: inline-block;
  color: #fff;
  padding: 1em 2.5em;
  font-size: 1.125em;
  text-shadow: none;
  border-radius: 100px;
  box-shadow: none;
}

.hs-form-container .hs-form .hs-button.primary.large:focus, .hs-form-container input:focus[type="submit"], #pardot-form input:focus[type="submit"] {
  background: transparent;
  color: #7dbf63;
  outline: none;
  transition: all 0.15s ease-in;
}

.field-container {
  zoom: 1;
  margin-bottom: 18px;
}

.field-container:before, .field-container:after {
  content: "";
  display: table;
}

.field-container:after {
  clear: both;
}

.field-select {
  height: 2.5em;
  line-height: 1em;
}

.field-checkbox {
  font-weight: 400;
}

.field-checkbox input {
  margin-right: 5px;
}

.has-error .field-label {
  color: #f19126;
}

.has-error .field-label:before {
  content: '!';
}

.has-error .field-input {
  border-color: #f19126;
}

.hs-form-container .hs-form fieldset {
  max-width: none;
  margin-left: -2em;
}

.hs-form-container .hs-form fieldset.form-columns-1 .hs-form-field, .hs-form-container .hs-form fieldset.form-columns-2 .hs-form-field {
  padding-left: 2em;
}

.hs-form-container .hs-form fieldset.form-columns-1 .hs-input, .hs-form-container .hs-form fieldset.form-columns-2 .hs-input {
  height: 2.5em;
  line-height: 1em;
  max-width: none;
  box-shadow: none;
}

.hs-form-container .hs-form fieldset.form-columns-1 textarea.hs-input, .hs-form-container .hs-form fieldset.form-columns-2 textarea.hs-input {
  height: 6em;
}

.hs-form-container .hs-form fieldset.form-columns-1 .hs-input[type="checkbox"], .hs-form-container .hs-form fieldset.form-columns-2 .hs-input[type="checkbox"] {
  width: auto;
  height: auto;
}

.hs-form-container .hs-form fieldset.form-columns-1 .hs_newsletter .hs-form-booleancheckbox-display, .hs-form-container .hs-form fieldset.form-columns-2 .hs_newsletter .hs-form-booleancheckbox-display {
  text-align: center;
}

.hs-form-container .hs-form fieldset.form-columns-1 label, .hs-form-container .hs-form fieldset.form-columns-2 label {
  font-family: inherit;
}

.hs-form-container .hs-form .actions, .hs-form-container .hs-form .inputs-list {
  margin: 0;
  padding: 0;
}

.hs-form-container .hs-form .hs_newsletter, .hs-form-container .hs-form .hs_submit {
  text-align: center;
}

#pardot-form {
  font-size: 16px;
  font-family: "proxima-soft", "Avenir Next", Avenir, Helvetica, Arial, sans-serif;
}

#pardot-form input[type="checkbox"] {
  width: auto;
  margin-right: 0.75em;
}

#pardot-form p {
  margin: 0 0 0.75em;
}

#pardot-form p label {
  font-size: 0.875em;
  margin-bottom: 0.5em;
}

#pardot-form p.submit {
  margin: 1.5em 0;
}

/*  ==========================================================================
    Main Structure
    ========================================================================== */
/*  Body
        ========================================================================== */
body {
  overflow-x: hidden;
}

.large-viewport-container {
  max-width: 1280px;
}

/* Content Blocks */
.content-small {
  padding: 2em;
}

.content-standard {
  padding: 3em 2em;
}

.content-large {
  padding: 4em 3m;
}

.container-large {
  zoom: 1;
  max-width: 1280px;
  margin: 0 auto;
}

@media screen and (min-width: 768px) {
  /* Content Blocks */
  .content-small {
    padding: 3em;
  }
  .content-standard {
    padding: 4em;
  }
  .content-large {
    padding: 6em 4em;
  }
}

.content-gray {
  background-color: #5d6970;
}

.content-dark-gray {
  background-color: #394146;
}

.content-light-gray {
  background-color: #eceff0;
}

.content-off-white {
  background-color: #fafbfb;
}

.content-green {
  background-color: #7dbf63;
}

.content-orange {
  background-color: #f19126;
}

.content-blue {
  background-color: #8CB4C8;
}

.content-white {
  background-color: #ffffff;
}

.content-yellow {
  background-color: #FFD780;
}

.content-bottom-gradient {
  /* Chrome10+,Safari5.1+ */
  /* Opera 11.10+ */
  /* IE10+ */
  background-image: linear-gradient(to bottom, #fff 30%, #eceff0 100%);
  /* W3C */
  background-repeat: no-repeat;
}

/*  Main Navigation
        ========================================================================== */
.site-navigation {
  width: 100%;
  position: absolute;
  top: 0;
  z-index: 1000;
}

.is-scrolled .site-navigation {
  position: fixed;
  background-color: #fff;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
  /*.navigation-cta{ display: inline-block; }*/
  animation-name: navigation;
  -webkit-animation-duration: 0.5s;
  -webkit-animation-delay: 0s;
  -webkit-animation-iteration-count: 1;
  -webkit-animation-fill-mode: forwards;
  -moz-animation-duration: 0.5s;
  -moz-animation-delay: 0s;
  -moz-animation-iteration-count: 1;
  -moz-animation-fill-mode: forwards;
  -o-animation-duration: 0.5s;
  -o-background-sizeanimation-delay: 0s;
  -o-animation-iteration-count: 1;
  -o-animation-fill-mode: forwards;
  -ms-animation-duration: 0.5s;
  -ms-background-sizeanimation-delay: 0s;
  -ms-animation-iteration-count: 1;
  -ms-animation-fill-mode: forwards;
  animation-duration: 0.5s;
  animation-delay: 0s;
  animation-iteration-count: 1;
  animation-fill-mode: forwards;
}

.is-scrolled .site-navigation .logo {
  width: 110px;
  padding: 1em 1em 1em 0;
}

.is-scrolled .site-navigation .secondary-navigation .navigation-item {
  color: #ffffff;
}

.is-scrolled .site-navigation .navigation-item {
  color: #5d6970;
}

.is-scrolled .site-navigation .sub-navigation-container {
  font-size: 1em;
}

.is-scrolled .site-navigation > .container {
  max-width: 1280px;
}

.site-navigation .navigation-mobile-cta {
  display: none;
}

.primary-navigation {
  float: left;
  font-size: 1em;
  color: #fff;
  margin-left: 2em;
  margin-top: 1em;
}

.primary-navigation .navigation-link {
  display: block;
  padding: 1em;
}

.is-scrolled .primary-navigation .navigation-link {
  padding: 1em;
}

.sub-navigation-container {
  max-height: 0;
  position: absolute;
  top: 100%;
  left: -32px;
  width: 840px;
  background: #ffffff;
  overflow: hidden;
  border-radius: 1.5em;
  transition: all 0.1s ease-in-out;
}

.sub-navigation-detail-container {
  display: none;
  position: absolute;
  top: 0;
  left: 22%;
  height: 100%;
  width: 560px;
  max-height: 0px;
  transition: all 0.2s ease-in-out;
}

.sub-navigation-detail-container p {
  margin: 0 0 0.5em 0;
  line-height: 1.2em;
}

.sub-navigation-medium-width {
  max-width: 650px;
  margin: 0 auto;
}

.sub-navigation-large-width {
  max-width: 800px;
  margin: 0 auto;
}

.sub-navigation-item {
  display: block;
  transition: background-color 0.2s ease-in-out;
}

.sub-navigation-link {
  display: block;
  font-size: 1em;
  padding: 0.5em 2.5em;
  color: #5d6970;
  font-weight: normal;
  width: 320px;
}

.sub-navigation-description {
  font-family: "proxima-soft", "Avenir Next", Avenir, Helvetica, Arial, sans-serif;
  font-size: 0.75em;
  color: #909ca3;
}

.darkness {
  background: rgba(57, 65, 70, 0.2);
  display: none;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 11;
  overflow: auto;
}

/*  Secondary Navigation
        ========================================================================== */
.secondary-navigation {
  float: right;
  font-size: 1em;
  color: #fff;
}

.secondary-navigation .navigation-item {
  padding: 0 0 0.5em;
}

.secondary-navigation .navigation-item.navigation-login:after {
  content: '\25cb';
  font-size: 1em;
}

.secondary-navigation .navigation-item.navigation-login:before {
  content: '';
  margin-left: 0.5em;
}

.secondary-navigation .navigation-link {
  padding: 0.5em;
  color: #ffffff;
}

.secondary-navigation .navigation-mobile {
  display: inline-block;
}

.is-scrolled .secondary-navigation .navigation-item:first-child {
  margin-right: 0;
}

.button-phone, .mobile-navigation-button {
  display: inline-block;
  padding: 1em;
}

/*  Mobile Navigation
        ========================================================================== */
.mobile-navigation-button {
  cursor: pointer;
  font-size: 1.125em;
  padding: 1em 1em 1em 0;
}

.mobile-navigation-icon, .mobile-navigation-icon:before, .mobile-navigation-icon:after {
  display: inline-block;
  width: 20px;
  height: 2px;
  background-color: #fff;
}

.mobile-navigation-icon {
  position: relative;
  top: -2px;
  vertical-align: middle;
  margin-right: 0.25em;
}

.mobile-navigation-icon:before, .mobile-navigation-icon:after {
  content: '';
  position: absolute;
  pointer-events: none;
  left: 0;
}

.mobile-navigation-icon:before {
  top: -6px;
}

.mobile-navigation-icon:after {
  bottom: -6px;
}

.sub-menu {
  background: #ffffff;
  text-align: left;
  padding: 1em;
  transition: max-height 0.2s cubic-bezier(0, 1, 0, 1);
}

.sub-menu .sub-navigation-item {
  padding: 0.375em 1em;
}

#menu input[type="checkbox"] {
  display: none;
}

#menu .sub-menu {
  display: none;
  transition: all .5s ease-in-out;
  -webkit-transition: all .5s ease-in-out;
}

#menu input[type="checkbox"]:checked + .sub-menu {
  display: block;
  transition: all .5s ease-in-out;
  -webkit-transition: all .5s ease-in-out;
}

#menu .sub-menu a:hover {
  color: #444;
}

#menu li label.drop-icon {
  position: absolute;
  right: 0;
  top: 0;
}

#menu .drop-icon {
  display: none;
}

#menu label.drop-icon {
  padding: 0.45em 1.125em;
  text-align: center;
  font-size: 1.5em;
  background-color: rgba(140, 180, 200, 0.6);
  color: white;
  transition: all .5s ease-in-out;
  -webkit-transition: all .5s ease-in-out;
}

#menu label .drop-icon-plus {
  transform: rotate(0);
  display: block;
  transition: all 0.4s ease-in-out;
}

#menu label .drop-icon-plus.active-plus {
  transform: rotate(135deg);
  transition: all 0.4s ease-in-out;
}

#menu label.drop-icon:hover, #menu label.drop-icon:active {
  background-color: #8cb4c8;
  transition: all .5s ease-in-out;
  -webkit-transition: all .5s ease-in-out;
}

#menu input[type="checkbox"]:checked label.drop-icon {
  background-color: white;
}

.product-block-container h3 {
  font-size: 1.25em;
  margin: 0;
  font-weight: 400;
}

/*  Misc Links
        ========================================================================== */
.circle-plus-link {
  padding-left: 7px;
}

.circle-plus-link:before {
  content: "\2295  ";
}

.modal-link {
  font-weight: bold;
}

.modal-link:after {
  content: " " url(/_resources/images/modal-popup-icon.png);
}

/*  Header
        ========================================================================== */
.logo {
  float: left;
  display: block;
  width: 110px;
  padding: 1em 1em 1em 0;
}

.logo .q-letter {
  fill: #7dbf63;
}

.logo .q-fill {
  fill: #f19126;
}

.logo .q-background-fill {
  opacity: 0;
}

.is-not-scrolled .logo .q-letter, .is-not-scrolled .logo .q-fill {
  fill: #fff;
}

.is-not-scrolled .logo .q-background-fill {
  opacity: 0;
}

.logo .scaling-icon-container {
  padding-bottom: 43%;
}

/*  Header Alternate
        ========================================================================== */
.header-alt .logo .q-letter {
  fill: #7dbf63;
}

.header-alt .logo .q-fill {
  fill: #f19126;
}

.header-alt #menu .secondary-navigation .mobile-navigation-icon, .header-alt #menu .secondary-navigation .mobile-navigation-icon:before, .header-alt #menu .secondary-navigation .mobile-navigation-icon:after {
  background-color: #5d6970;
}

.is-scrolled .header-alt #menu .logo .q-letter {
  fill: #ffffff;
}

.is-scrolled .header-alt #menu .logo .q-fill {
  fill: #ffffff;
}

.is-scrolled .header-alt #menu .secondary-navigation .navigation-item {
  color: #ffffff;
}

.is-scrolled .header-alt #menu .secondary-navigation .mobile-navigation-icon, .is-scrolled .header-alt #menu .secondary-navigation .mobile-navigation-icon:before, .is-scrolled .header-alt #menu .secondary-navigation .mobile-navigation-icon:after {
  background-color: #ffffff;
}

.header-alt #menu .navigation-item {
  color: #394146;
}

.header-alt #menu .navigation-mobile-cta {
  color: #394146;
}

.header-alt #menu .mobile-navigation-icon, .header-alt #menu .mobile-navigation-icon:before, .header-alt #menu .mobile-navigation-icon:after {
  background-color: #5d6970;
}

.header-alt #menu .mobile-navigation-icon {
  background-color: #5d6970;
}

.mobile-navigation-is-active .header-alt #menu .logo .q-letter {
  fill: #ffffff;
}

.mobile-navigation-is-active .header-alt #menu .logo .q-fill {
  fill: #ffffff;
}

.mobile-navigation-is-active .header-alt #menu .secondary-navigation .navigation-item {
  color: #ffffff;
}

.mobile-navigation-is-active .header-alt #menu .secondary-navigation .mobile-navigation-icon, .mobile-navigation-is-active .header-alt #menu .secondary-navigation .mobile-navigation-icon:before, .mobile-navigation-is-active .header-alt #menu .secondary-navigation .mobile-navigation-icon:after {
  background-color: #ffffff;
}

.mobile-navigation-is-active .header-alt #menu .secondary-navigation .navigation-mobile-cta {
  color: #7dbf63;
}

.header-alt .hero-container {
  display: none;
}

.header-alt {
  position: relative;
  padding-top: 3em;
}

/*  Hero Banner
        ========================================================================== */
.hero-container {
  position: relative;
  background-color: #5d6970;
  overflow: hidden;
  padding-bottom: 480px;
}

.hero-container.hero-small {
  padding-bottom: 20%;
}

.hero-container.blog-hero-container {
  padding-bottom: 40%;
}

.hero-image, .hero-image-overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
}

.hero-image-overlay {
  z-index: 1;
}

.hero-message-container {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
  z-index: 2;
}

.hero-message {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 500px;
  width: 100%;
}

.hero-collapsed .hero-message {
  display: none;
}

.hero-message-content {
  text-align: center;
  color: #fff;
  padding: 0 1em;
}

.hero-heading {
  line-height: 1.1em;
  text-shadow: 1px 1px 24px rgba(57, 65, 70, 0.9);
}

.hero-heading:before {
  content: " ";
  border-bottom: #ffd780 3px solid;
  display: block;
  margin: 0.375em auto;
  width: 128px;
}

.hero-heading:after {
  content: " ";
  border-bottom: #ffd780 3px solid;
  display: block;
  margin: 0.375em auto;
  width: 128px;
}

.hero-sub-heading {
  font-weight: 300;
  font-size: 0.875em;
  margin: 0;
}

.hero-cta {
  padding: 1em 0;
}

.hero-hexagon-mask {
  background: url("/_resources/images/hero-hexagon-mask-v1.svg") bottom center repeat-x;
  position: absolute;
  bottom: -1px;
  background-size: cover;
  width: 100%;
  height: 160px;
  z-index: 1;
}

.hero-hexagon-mask.hexagon-mask-v1base {
  background: url("/_resources/images/hero-hexagon-mask-v1base.svg") bottom center repeat-x;
  background-size: cover;
}

.hero-hexagon-mask.hexagon-mask-v1a {
  background: url("/_resources/images/hero-hexagon-mask-v1a.svg") bottom center repeat-x;
  background-size: cover;
}

.hero-hexagon-mask.hexagon-mask-v1b {
  background: url("/_resources/images/hero-hexagon-mask-v1b.svg") bottom center repeat-x;
  background-size: cover;
}

.hero-hexagon-mask.hexagon-mask-v2 {
  background: url("/_resources/images/hero-hexagon-mask-v2.svg") bottom center repeat-x;
  background-size: cover;
}

.hero-hexagon-mask.mask-animation {
  animation: maskAnimation 8s infinite;
}

.hero-hexagon-mask.mask-animation-alt {
  animation: maskAnimationAlt 7s infinite;
}

@keyframes maskAnimation {
  0% {
    opacity: 1;
  }
  25% {
    opacity: 0.6;
  }
  50% {
    opacity: 1;
  }
  75% {
    opacity: 0.4;
  }
  100% {
    opacity: 1;
  }
}

@keyframes maskAnimationAlt {
  0% {
    opacity: 0;
  }
  25% {
    opacity: 0.8;
  }
  50% {
    opacity: 0.2;
  }
  75% {
    opacity: 0.9;
  }
  100% {
    opacity: 0;
  }
}

.hex-container {
  background: url("/_resources/images/hex-container-bg-green-yellow.png") no-repeat #fafbfb;
  background-position: right bottom;
}

.hex-border-bottom {
  background: url("/_resources/images/hex-border-bottom.png") no-repeat;
  background-position: center bottom;
}

/*  Primary Banner
        ========================================================================== */
.primary-container {
  position: relative;
  background-color: #5d6970;
  padding-bottom: 40%;
}

.primary-container .heading-gamma, .primary-container .article-body h3, .article-body .primary-container h3 {
  font-size: 2em;
  margin: 0 0 0.5em;
}

.primary-image, .hero-image-overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
}

.primary-image-overlay {
  z-index: 1;
}

.primary-message-container {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
  z-index: 2;
}

.primary-message {
  display: table;
  width: 100%;
  height: 100%;
}

.hero-collapsed .primary-message {
  display: none;
}

.primary-message-content {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  color: #ffffff;
  padding: 1em;
}

.primary-block {
  background: url("/_resources/images/pricing-start-hex-bg.png") no-repeat #ffffff;
  background-position: right bottom;
  width: 620px;
  color: #5d6970;
  margin: 0 auto;
  padding: 2em 1em 1em;
  border-radius: 1em;
}

.primary-heading {
  text-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
}

.primary-sub-heading {
  font-weight: 300;
  font-size: 0.875em;
}

.primary-cta {
  padding: 1em 0;
}

.mobile-primary-graphic-container {
  overflow: hidden;
  display: inline-block;
  margin-top: 4em;
}

.mobile-primary-graphic-container .mobile-primary-graphic {
  width: 140%;
  margin-left: -36%;
}

.mobile-primary-graphic-container .mobile-primary-graphic.more-left {
  margin-left: -48%;
}

.mobile-primary-graphic-container .mobile-primary-graphic.more-right {
  margin-left: -24%;
}

.mobile-primary-graphic-container .mobile-primary-graphic.more-righter {
  margin-left: -12%;
}

/*  Modal
        ========================================================================== */
.modalDialog {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  height: 100%;
  background: rgba(57, 65, 70, 0.95);
  z-index: 99;
  opacity: 0;
  transition: opacity 300ms ease-in;
  pointer-events: none;
  overflow: auto;
}

.modalDialog:target {
  opacity: 1;
  pointer-events: auto;
}

.modalDialog > div {
  width: 95%;
  position: relative;
  margin: 10% auto;
  padding: 2em;
  border-radius: 1em;
  background: none;
}

.modal-close {
  background: #606061;
  color: #FFFFFF;
  line-height: 25px;
  position: absolute;
  right: -12px;
  text-align: center;
  top: -10px;
  width: 24px;
  text-decoration: none;
  font-weight: bold;
  border-radius: 12px;
  box-shadow: 1px 1px 3px #000;
}

.modal-close:hover {
  background: #00d9ff;
}

.modalDialog .grid-unit {
  padding-left: 0;
}

.tab-container .sub-nav-trigger {
  color: #5d6970;
}

/*  Core Values Block
        ========================================================================== */
.core-values-container {
  position: relative;
  width: 800px;
  min-height: 800px;
}

.core-values-container .js-feature-tabs {
  display: block;
}

.core-values-container .js-feature-tab-link {
  height: inherit;
  margin-top: 0;
  position: absolute;
}

.core-values-container .js-feature-tab-link.active {
  background-color: transparent;
}

.core-values-container .js-feature-tab-link.active:before {
  display: none;
}

.core-values-container .js-feature-tab-link.active:after {
  display: none;
}

.core-value {
  background: linear-gradient(to top, #5d6970, rgba(93, 105, 112, 0));
  background-color: #5d6970;
  transition: all 0.3s ease-in-out;
}

.core-value:hover {
  background-color: #8CB4C8;
  transition: all 0.3s ease-in-out;
}

.core-values-empathy {
  position: absolute;
  top: 0;
  left: 138px;
  transition: all 0.3s ease-in-out;
}

.core-values-empathy.active .core-value {
  background-color: #7dbf63;
  transition: all 0.3s ease-in-out;
}

.empathy-hover {
  width: 237px;
  height: 175px;
  -webkit-mask: url(/_resources/images/cv-empathy.svg) no-repeat center;
  mask: url(/_resources/images/cv-empathy.svg) no-repeat center;
  transition: all 0.3s ease-in-out;
}

.core-values-introspection {
  position: absolute;
  top: 104px;
  left: 0;
  transition: all 0.3s ease-in-out;
}

.core-values-introspection.active .core-value {
  background-color: #7dbf63;
  transition: all 0.3s ease-in-out;
}

.introspection-hover {
  width: 191px;
  height: 235px;
  -webkit-mask: url(/_resources/images/cv-introspection.svg) no-repeat center;
  mask: url(/_resources/images/cv-introspection.svg) no-repeat center;
  transition: all 0.3s ease-in-out;
}

.core-values-passion {
  position: absolute;
  top: 170px;
  left: 194px;
  transition: all 0.3s ease-in-out;
}

.core-values-passion.active .core-value {
  background-color: #7dbf63;
  transition: all 0.3s ease-in-out;
}

.passion-hover {
  width: 161px;
  height: 200px;
  -webkit-mask: url(/_resources/images/cv-passion.svg) no-repeat center;
  mask: url(/_resources/images/cv-passion.svg) no-repeat center;
  transition: all 0.3s ease-in-out;
}

.core-values-openness {
  position: absolute;
  top: 79px;
  left: 342px;
  transition: all 0.3s ease-in-out;
}

.core-values-openness.active .core-value {
  background-color: #7dbf63;
  transition: all 0.3s ease-in-out;
}

.openness-hover {
  width: 231px;
  height: 183px;
  -webkit-mask: url(/_resources/images/cv-openness.svg) no-repeat center;
  mask: url(/_resources/images/cv-openness.svg) no-repeat center;
  transition: all 0.3s ease-in-out;
}

.core-values-respect {
  position: absolute;
  top: 348px;
  left: 5px;
  transition: all 0.3s ease-in-out;
}

.core-values-respect.active .core-value {
  background-color: #7dbf63;
  transition: all 0.3s ease-in-out;
}

.respect-hover {
  width: 184px;
  height: 186px;
  -webkit-mask: url(/_resources/images/cv-respect.svg) no-repeat center;
  mask: url(/_resources/images/cv-respect.svg) no-repeat center;
  transition: all 0.3s ease-in-out;
}

.core-values-grit {
  position: absolute;
  top: 383px;
  left: 200px;
  transition: all 0.3s ease-in-out;
}

.core-values-grit.active .core-value {
  background-color: #7dbf63;
  transition: all 0.3s ease-in-out;
}

.grit-hover {
  width: 148px;
  height: 203px;
  -webkit-mask: url(/_resources/images/cv-grit-persistence.svg) no-repeat center;
  mask: url(/_resources/images/cv-grit-persistence.svg) no-repeat center;
  transition: all 0.3s ease-in-out;
}

.core-values-honesty {
  position: absolute;
  top: 261px;
  left: 353px;
  transition: all 0.3s ease-in-out;
}

.core-values-honesty.active .core-value {
  background-color: #7dbf63;
  transition: all 0.3s ease-in-out;
}

.honesty-hover {
  width: 247px;
  height: 258px;
  -webkit-mask: url(/_resources/images/cv-honesty-integrity.svg) no-repeat center;
  mask: url(/_resources/images/cv-honesty-integrity.svg) no-repeat center;
  transition: all 0.3s ease-in-out;
}

.core-values-descriptions-container {
  position: relative;
}

.core-values-descriptions-container .textfeature {
  position: absolute;
  top: 230px;
  left: 0;
}

/*  Forms We Love
        ========================================================================== */
.form-love-container {
  position: relative;
  max-width: 360px;
  height: 360px;
  margin: 2em auto;
  border-radius: 1em;
  overflow: hidden;
  box-shadow: 0 0 24px rgba(57, 65, 70, 0.3);
}

.form-love-container:hover .form-love-overlay {
  opacity: 0.33;
  transition: all 0.2s ease-in-out;
}

.form-love-container:hover .form-love-logo {
  opacity: 0;
  transition: all 0.2s ease-in-out;
}

.form-love-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom right, rgba(140, 180, 200, 0.8), rgba(57, 65, 70, 0.9));
  opacity: 1;
  transition: all 0.2s ease-in-out;
}

.form-love-logo {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 48px;
  right: 0;
  opacity: 1;
}

.form-love-modal-link {
  position: absolute;
  bottom: 0;
  height: 48px;
  width: 100%;
  color: #ffffff;
  background: #8CB4C8;
  border-radius: 0 0 1em 1em;
  padding-top: 1em;
  text-align: center;
  text-transform: uppercase;
  font-size: 0.875em;
  font-weight: 500;
}

.form-love-modal-x {
  position: absolute;
  top: 24px;
  right: 0;
}

/*  Blob Animation
        ========================================================================== */
.blob-animation-container {
  position: relative;
}

.blob-animation-container.primary {
  height: 532px;
}

.blob-animation-container.animation-off-left {
  top: 0;
  left: -50%;
}

.blob-animation-container.animation-off-right {
  top: 0;
  right: -50%;
}

.blob-animation-container.animation-off-right.righter {
  right: -58%;
}

.blob-animation-container.animation-smaller.animation-off-left {
  left: -36%;
}

.blob-animation-container.animation-smaller img {
  height: 640px;
}

.blob-animation-container.pull-up {
  top: -144px;
}

.blob-animation-container.nudge-up {
  top: -72px;
}

.blob-animation {
  position: absolute;
  top: 0;
  left: -1em;
  width: 100%;
  z-index: -2;
  animation: move 16s ease-in-out infinite;
  transform-origin: 50% 50%;
  opacity: 0.4;
}

.blob-animation-alt {
  position: absolute;
  top: -1em;
  left: -1em;
  width: 100%;
  z-index: -3;
  animation: move-alt 24s ease-in-out infinite;
  transform-origin: 50% 50%;
  opacity: 0.4;
}

.blob-animation-star-blob {
  position: absolute;
  top: -10px;
  left: 5%;
  width: 96%;
  animation: move-star 8s ease-in-out infinite;
  z-index: -1;
}

.blob-animation-static-alt {
  position: absolute;
  top: -30px;
  left: 3%;
  width: 90%;
  z-index: -5;
}

.primary-triptych {
  filter: drop-shadow(0 0 12px rgba(0, 0, 0, 0.4));
  display: flex;
  height: inherit;
  align-items: center;
  justify-content: center;
}

.primary-triptych picture {
  height: auto;
}

.flip {
  transform: scaleX(-1);
}

@keyframes move {
  0% {
    transform: scale(1) translate(0px, 0px);
  }
  20% {
    transform: scale(0.98, 1) translate(8px, 8px) rotate(3deg);
  }
  40% {
    transform: scale(0.98, 1.1) translate(8px, 8px) rotate(0deg);
  }
  80% {
    transform: scale(1.1, 1) translate(10px, 10px) rotate(-3deg);
  }
  100% {
    transform: scale(1) translate(0px, 0px);
  }
}

@keyframes move-alt {
  0% {
    transform: scale(1) translate(0px, 0px);
  }
  20% {
    transform: scale(1.1, 0.98) translate(5px, 5px) rotate(-3deg);
  }
  40% {
    transform: scale(1, 1.1) translate(10px, 10px) rotate(0deg);
  }
  80% {
    transform: scale(0.98, 1) translate(5px, 5px) rotate(3deg);
  }
  100% {
    transform: scale(1) translate(0px, 0px);
  }
}

@keyframes move-star {
  0% {
    transform: scale(1) translate(0px, 0px);
  }
  20% {
    transform: scale(1.05, 0.95) translate(2px, -2px) rotate(-2deg);
  }
  40% {
    transform: scale(1, 1) translate(4px, 0px) rotate(2deg);
  }
  80% {
    transform: scale(0.95, 1) translate(2px, 2px) rotate(2deg);
  }
  100% {
    transform: scale(1) translate(0px, 0px);
  }
}

/*  Hexagon Features
        ========================================================================== */
.hexagon-duo-wrap {
  max-width: 100%;
}

.hexagon-feature-container {
  position: relative;
  min-width: 280px;
  height: 440px;
  margin: 1em 0;
}

.hexagon-feature-container.mobile-stack-top {
  margin-left: 0;
}

.hexagon-feature-container.mobile-stack-bottom {
  margin-top: -144px;
  margin-right: 0;
}

.hexagon-feature-container.hexagon-feature-resource {
  margin-top: -48px;
}

.hexagon-feature-container.hexagon-feature-resource .media-image {
  width: 48px;
  margin-right: 0.5em;
}

.hexagon-feature-container.hexagon-feature-resource p {
  margin: 0.5em 0 1em;
}

.hexagon-feature-block {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  background: url("/_resources/images/hexagon-feature-content-background.svg") top left no-repeat;
  background-size: 100%;
  display: block;
}

.hexagon-feature-content {
  margin: 16px 24px 16px 16px;
  width: auto;
}

.hexagon-feature-content p {
  margin: 0.5em 0 0.5em 0;
  font-size: 0.875em;
  line-height: 1.25em;
}

.avatar-100 img, .avatar-100 source {
  width: 100px;
  height: 100px;
  border-radius: 50%;
}

.avatar-150 img, .avatar-150 source {
  width: 150px;
  height: 150px;
  border-radius: 50%;
}

/*  Drop Shadow Box
        ========================================================================== */
.drop-shadow-box {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1.5em;
  border-radius: 2em;
  cursor: pointer;
  box-shadow: 0 0 1em rgba(57, 65, 70, 0.2);
  transition: all 0.3s ease-in-out;
}

.drop-shadow-box:hover {
  box-shadow: 0 0 1.25em rgba(57, 65, 70, 0.4);
  transition: all 0.3s ease-in-out;
}

/*  Pricing Styles
        ========================================================================== */
.toggle-switch {
  position: relative;
  display: inline-block;
  width: 196px;
  height: 32px;
  cursor: pointer;
}

.toggle-switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

.toggle-switch input:checked + span + .toggle-quarter {
  color: #ffffff;
  background-color: #8CB4C8;
}

.toggle-switch input:checked + span.toggle-month {
  color: #BEC6CE;
  background-color: #eceff0;
}

.toggle-quarter {
  display: inline-block;
  z-index: 3;
  color: #BEC6CE;
  position: absolute;
  top: 0;
  right: 0;
  padding: 0.5em 1em;
  border-radius: 0 2em 2em 0;
  background-color: #eceff0;
  transition: .3s;
}

.toggle-month {
  display: inline-block;
  z-index: 3;
  color: #ffffff;
  position: absolute;
  top: 0;
  left: 0;
  padding: 0.5em 1em;
  border-radius: 2em 0 0 2em;
  background-color: #8CB4C8;
  transition: .3s;
}

.pricing-tile {
  border-radius: 2em;
  padding: 2em;
  margin-top: 1em;
  box-shadow: 0 0 1em rgba(57, 65, 70, 0.2);
}

.pill-outline {
  width: fit-content;
  background-color: #f19126;
  padding: .25em 1em 0.25em 0.5em;
  font-size: .75em;
  margin-right: -2em;
  margin-top: 1em;
  color: #ffffff;
  border-radius: 16px;
}

.pill-outline span:before {
  content: '\002605';
  margin-right: 0.5em;
}

.price-container {
  display: flex;
  height: 72px;
}

.price-dollar, .price-frequency {
  display: inline-flex;
  font-size: 1.25em;
}

.price-dollar-addon, .price-frequency-addon {
  display: inline-flex;
  font-size: 1em;
}

.price-figure {
  display: inline-flex;
  color: #5d6970;
  position: relative;
}

.price-figure[style*='display: block'] {
  display: flex !important;
}

.price-figure-essentials {
  display: inline-flex;
  font-size: 4em;
  letter-spacing: -3px;
  margin-top: -20px;
}

.price-figure-addon {
  display: inline-flex;
  font-size: 3em;
  letter-spacing: -2px;
  margin-top: -14px;
  margin-left: 3px;
  margin-right: 3px;
}

.price-savings {
  position: absolute;
  right: -28px;
  top: 22px;
  background-color: #7dbf63;
  border-radius: 6px;
  color: #fff;
  font-size: .75em;
  font-weight: 500;
  padding: 0.25em 0.5em;
  width: fit-content;
}

.price-savings.price-savings-essential {
  right: -18px;
  top: 27px;
}

.download-link:after {
  content: '';
  margin-left: 0.5em;
  background: url("/_resources/images/icon-download.svg") center center no-repeat;
  width: 1em;
  height: 1em;
  display: inline-block;
}

.modal-link:after {
  content: '';
  margin-left: 0.5em;
  background: url("/_resources/images/icon-modal.svg") center center no-repeat;
  width: 1em;
  height: 1em;
  display: inline-block;
}

.addon-tile {
  max-height: none;
  position: relative;
  border: #BEC6CE 3px solid;
  border-radius: 1.5em;
  padding: 1.4em 1em 1em 1.5em;
  margin-left: 0;
  margin-top: 3em;
  margin-bottom: 2em;
  transition: all 0.4s ease-in-out;
}

.addon-tile:before {
  content: '';
  background: url("/_resources/images/icon-plus.svg") center center no-repeat;
  background-size: 16px;
  background-color: #ffffff;
  position: absolute;
  top: 20px;
  left: -17px;
  border: 3px #BEC6CE solid;
  border-radius: 1em;
  width: 26px;
  height: 26px;
  font-size: 2em;
  font-weight: 500;
  color: #BEC6CE;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.4s ease-in-out;
}

.addon-tile.active {
  border: #f19126 3px solid;
  transition: all 0.4s ease-in-out;
}

.addon-tile.active:before {
  background: #f19126;
  border: 3px #f19126 solid;
  color: #ffffff;
  transform: rotate(135deg);
  transition: all 0.4s ease-in-out;
}

#essentialsQtrly, #textfundraisingQtrly, #p2pQtrly, #auctionsQtrly {
  display: none;
}

#essentialsMonthly, #textfundraisingMonthly, #p2pMonthly, #auctionsMonthly {
  display: inline-flex;
}

.check-before:before {
  content: '\2714';
  color: #7dbf63;
  margin-right: 0.5em;
}

.x-before:before {
  content: '\2717';
  color: #f19126;
  margin-right: 0.5em;
}

/*  Page-Specific Styles
        ========================================================================== */
.page-home .hero-image {
  background: url("/_resources/images/hero-group-working-green-yellow.jpg") center center no-repeat;
  background-size: cover;
}

.page-about .hero-image {
  background: url("/_resources/images/hero-gradient-brand.png") center center no-repeat;
  background-size: cover;
}

.page-about .carousel-controls {
  line-height: 140px;
}

.page-about ul.slides {
  height: 240px;
}

.page-webinars .hero-image {
  background: url("/_resources/images/hero-studio.jpg") center center no-repeat;
  background-size: cover;
}

.page-pricing .js-feature-tabs .pricing-cost {
  transition: all 0.3s ease-in-out;
}

.page-pricing .js-feature-tabs .button {
  background-color: #ffffff;
  color: #5d6970;
  padding: 0.3em 1em;
}

.page-pricing .js-feature-tabs .button.active {
  background-color: #5d6970;
  color: #eceff0;
}

.page-pricing .js-feature-tabs .button.active:hover {
  background-color: #5d6970;
}

.page-pricing .js-feature-tabs .button:hover {
  background-color: #eceff0;
}

.page-pricing .js-feature-tabs .button:focus {
  outline: none;
}

.page-careers .hero-image {
  background: url("/_resources/images/hero-team-01.jpg") center center no-repeat;
  background-size: cover;
}

.page-customer-experience .hero-image {
  background: url("/_resources/images/photo-hero-cx-01.jpg") center center no-repeat;
  background-size: cover;
}

.page-success-center .hero-image {
  background: url("/_resources/images/hero-banner-customer-success.jpg") center center no-repeat;
  background-size: cover;
}

.page-success-center .sidebar-navigation .sidebar-item {
  margin-bottom: 1.5em;
}

.page-success-center .sidebar-navigation .sidebar-navigation-item {
  font-size: 1.125em;
  margin-bottom: 1.5em;
}

.page-success-center .sidebar-navigation .sidebar-link {
  color: #7dbf63;
}

.page-national-organizations .content-box {
  background-color: #ffffff;
  padding: 2em;
}

.page-national-organizations .hex-container-box {
  height: 198px;
  padding: 2em;
  background-position: center;
  transition: all 0.3s ease-in-out;
}

.page-national-organizations .hex-container-box:hover {
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.4);
  transition: all 0.3s ease-in-out;
}

.page-national-organizations .hero-image {
  background: url("/_resources/images/hero-national-organizations.jpg") center center no-repeat;
  background-size: cover;
}

.page-national-organizations .hero-container {
  background-color: #ccc;
}

.page-national-organizations .product-heading-offset {
  margin-top: 8%;
}

.page-national-organizations .product-primary-container {
  max-width: 1280px;
}

.page-national-organizations .button {
  cursor: pointer;
}

.page-awards .hero-image {
  background: url("/_resources/images/hero-awards.jpg") center center no-repeat;
  background-size: cover;
}

.page-awards .hero-container {
  background-color: #ccc;
}

.page-awards .product-heading-offset {
  margin-top: 8%;
}

.page-awards .product-primary-container {
  max-width: 1280px;
}

.page-awards .button {
  cursor: pointer;
}

.page-awards .sub-nav-container .navigation-item {
  font-size: .875em;
}

.page-partners .hero-image {
  background: url("/_resources/images/hero-partners.jpg") center center no-repeat;
  background-size: cover;
}

.page-partners .carousel .slides {
  height: 420px;
}

.page-partners .sub-nav-container .navigation-item {
  font-size: .875em;
}

.page-news .hero-image {
  background: url("/_resources/images/hero-news.jpg") center center no-repeat;
  background-size: cover;
}

.page-blog .hero-image, .blog .hero-image, .category .hero-image, .success-center-hero-container .hero-image {
  background: url("/_resources/images/hero-banner-blog-visual.jpg") center center no-repeat;
  background-size: cover;
}

.page-brand .hero-image {
  background: url("/_resources/images/hero-gradient-brand.png") center center no-repeat;
  background-size: cover;
}

.page-security .hero-image {
  background: url("/_resources/images/fractal-hero-heart-white.png") center center no-repeat;
  background-size: cover;
}

.page-security .hero-container {
  background-color: #ccc;
}

.page-security .partial-blob-left {
  position: absolute;
  top: 20px;
  left: 0;
  z-index: -1;
}

.page-security .partial-blob-right {
  position: absolute;
  top: 0px;
  right: 0;
  z-index: -1;
}

.page-bbbs .hero-image {
  background: url("/_resources/images/hero-bbbs.png") center center no-repeat;
  background-size: cover;
}

.page-ja .hero-image {
  background: url("/_resources/images/hero-ja.jpg") center center no-repeat;
  background-size: cover;
}

.page-blog-post .hero-large {
  background-color: #394146;
  padding-bottom: 7em;
}

.page-blog-post .inline-list {
  height: 4em;
}

.page-blog-post .inline-list-item {
  float: left;
  padding: 0.4em;
}

.page-text-to-donate .hero-image {
  background: url("/_resources/images/hero-text-to-donate.jpg") center center no-repeat;
  background-size: cover;
}

.page-text-to-donate .text-demo-container {
  position: relative;
  z-index: -1;
  background-image: url("/_resources/images/text-to-donate-demo-background.svg");
  width: 450px;
  height: 519px;
}

.page-text-to-donate .text-demo-video {
  position: absolute;
  left: 106px;
  top: 15px;
  z-index: 2;
}

.page-text-to-donate .text-demo-button {
  cursor: pointer;
  border: none;
}

.page-text-to-donate .media-image {
  margin-right: 1em;
  width: 25px;
  text-align: center;
}

.page-text-to-donate .text-content-reasons-container {
  background: url("/_resources/images/text-content-reasons-background.jpg") no-repeat;
  background-size: cover;
}

.page-text-to-donate video {
  border: #BEC6CE solid 2px;
  border-radius: 24px;
}

.page-text-to-donate .product-primary-container {
  max-width: 1280px;
}

.page-text-to-donate .check-list {
  font-size: 1em;
}

.page-text-to-donate .check-list .list-item {
  line-height: 1.5em;
  margin-bottom: 0.5em;
}

.page-text-to-donate .check-list .list-item:before {
  top: 0;
}

.page-text-to-give .hero-image {
  background: url("/_resources/images/hero-text-to-give.jpg") center center no-repeat;
  background-size: cover;
}

.page-text-to-give video {
  border: #eceff0 solid 1px;
}

.page-who-we-serve .hero-image {
  background: url("/_resources/images/hero-group-working-02.jpg") center center no-repeat;
  background-size: cover;
}

.page-giving-tuesday .hero-image {
  background: url("/_resources/images/hero-team-generic.jpg") center center no-repeat;
  background-size: cover;
}

.page-giving-tuesday .textfeature .heading-epsilon, .page-giving-tuesday .textfeature .article-body h5, .article-body .page-giving-tuesday .textfeature h5 {
  margin: 0;
}

.page-giving-tuesday .textfeature .grid-unit {
  padding-left: 0;
}

.page-giving-tuesday .modalDialog .grid-unit {
  padding-left: 0;
}

.page-giving-tuesday .tab-container {
  background: #ffffff;
}

.page-giving-tuesday .tab-container .sub-nav-trigger {
  color: #5d6970;
}

.page-giving-tuesday .modalDialog {
  background: rgba(57, 65, 70, 0.95);
  height: 100%;
  z-index: 1001;
  overflow: auto;
}

.page-giving-tuesday .modalDialog > div {
  width: 95%;
  background: none;
  margin: 5% auto;
}

.page-team .hero-image {
  background: url("/_resources/images/hero-gradient-brand.png") center center no-repeat;
  background-size: cover;
}

body.page-team {
  overflow-x: hidden;
}

body.page-giving-tuesday {
  overflow-x: hidden;
}

body.page-awards {
  overflow-x: hidden;
}

body.page-careers {
  overflow-x: hidden;
}

/*  Blog Styles
        ========================================================================== */
.article-content {
  max-width: 800px;
  margin: 0 auto;
}

.article-content .avatar {
  margin: 1em 0;
  border-radius: 50%;
}

.article-body {
  font-size: 1.125em;
  /* scoping headings */
  /* additional typography */
}

.article-body h3 {
  margin-top: 1.5em;
}

.article-body h4 {
  margin-top: 1.5em;
}

.article-body h5 {
  margin-top: 1.5em;
}

.article-body li {
  line-height: 1.4em;
  margin-bottom: 0.25em;
}

.article-body blockquote {
  position: relative;
  font-style: italic;
  color: #5d6970;
  margin: 2.5em;
  padding: 2.5em 0 1.5em;
}

.article-body blockquote:before, .article-body blockquote:after {
  content: '';
  display: block;
  width: 2em;
  height: 0.25em;
  background-color: #eceff0;
  position: absolute;
  left: 50%;
  margin-left: -1em;
}

.article-body blockquote:before {
  top: 0;
}

.article-body blockquote:after {
  bottom: 0;
}

.post-type-resources .post-title {
  font-size: 2.5em;
}

.post-list {
  padding: 2em;
}

.post-list .tease-post, .post-list .tease-customers {
  padding: 2em 0;
  border-top: 1px solid #eceff0;
}

.post-list .tease-post:first-child, .post-list .tease-customers:first-child {
  padding-top: 0;
  border-top: none;
}

.post-grid .tease-image {
  display: block;
  margin-bottom: 1em;
}

.tease-title {
  margin-bottom: 0.5em;
}

.resources-grid .tease-resources {
  text-align: center;
  padding: 1em;
}

.resources-grid .tease-resources .tease-image {
  width: 100%;
}

.blog-hero-image {
  opacity: 0.15;
  background-size: 100%;
  background-position: center center;
  background-repeat: no-repeat;
}

.blog-sidebar {
  /* remove list formatting in widgets */
}

.blog-sidebar .widget {
  padding: 1.5em 1.5em 2em;
  border: 1px solid #eceff0;
  margin-bottom: 2em;
  border-radius: 1em;
}

.blog-sidebar .cat-item, .blog-sidebar .widget_recent_entries li {
  font-size: 1.125em;
  line-height: 1.5em;
  padding: 0.25em 0;
}

.blog-sidebar .cat-item-3 {
  display: none;
}

.post-breadcrumbs {
  background-color: #eceff0;
  border-top: 1px solid #dee3e5;
  border-bottom: 1px solid #dee3e5;
  padding: 1em;
  font-size: 0.875em;
  text-align: center;
}

.post-breadcrumbs a {
  font-weight: bold;
}

.post-author {
  margin-bottom: 2em;
}

.post-author .avatar {
  float: left;
}

.post-social-links {
  margin: 1.5em 0;
}

.post-social-links .social-list-item {
  max-width: 18%;
}

.post-social-buttons .button-social {
  margin: 0.5em 0;
}

.post-social-buttons li {
  width: 100%;
}

.pagination {
  text-align: center;
}

.pagination .screen-reader-text {
  display: none;
}

.pagination .page-number {
  display: inline-block;
  margin: 0.5em 0;
  padding: 0.5em 0.75em;
  border: 1px solid #eceff0;
  border-radius: 3px;
}

.pagination .page-number.current {
  color: #7dbf63;
  font-weight: bold;
  border-color: #7dbf63;
}

.single .hero-message .heading-alpha, .single .hero-message .article-body h1, .article-body .single .hero-message h1 {
  font-size: 2.2em;
}

/* Customer Story Blog Styles */
.customer-story-container {
  position: relative;
  background-color: #ffffff;
  padding: 0 1.3em 1.5em 1.3em;
  border-radius: 0.25em;
  height: 540px;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
  margin-bottom: 3em;
  font-size: 1em;
}

.customer-story-container.customer-story-testimonial {
  background: url("/_resources/images/green-hex-vertical-bg.jpg") no-repeat;
  background-position: right bottom;
}

.customer-story-container.customer-story-case-study {
  background: url("/_resources/images/orange-hex-vertical-bg.jpg") no-repeat;
  background-position: right bottom;
}

.customer-story-container.customer-story-case-study .cs-link {
  color: #f19126;
}

.customer-story-container .cs-logo {
  height: 220px;
  margin-bottom: 1em;
  vertical-align: middle;
  display: table-cell;
}

.customer-story-container .cs-title {
  font-weight: bold;
  line-height: 1.3em;
  margin-bottom: 0.5em;
}

.customer-story-container .cs-excerpt {
  font-weight: lighter;
  line-height: 1.3em;
}

.customer-story-container .cs-types {
  font-weight: bold;
  font-size: 0.75em;
  color: #7dbf63;
  line-height: 1.3em;
}

.customer-story-container .cs-link {
  position: absolute;
  bottom: 16px;
  text-align: center;
  font-weight: bold;
  font-size: 1em;
  color: #7dbf63;
}

.customer-story-hero-image {
  background: url("/_resources/images/hero-hex-corner-bg.png");
  background-repeat: no-repeat;
  background-size: cover;
}

.cs-thumb {
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
}

.js-filter-container .button {
  padding: 0.5em 1em;
  font-size: 0.9em;
}

.js-filter-container .button:focus {
  outline: 0;
}

.filter-category {
  margin-bottom: 0.6em;
  font-size: 0.9em;
}

@media screen and (min-width: 768px) {
  .post-author .avatar {
    float: none;
  }
}

@media screen and (min-width: 1440px) {
  .article-body {
    font-size: 1.25em;
  }
  .article-content {
    max-width: 960px;
  }
}

/*  Image Group Styles
        ========================================================================== */
.product-image-group {
  position: relative;
  text-align: center;
}

.product-image-group:after {
  content: '';
  clear: both;
  display: block;
  height: 0;
  visibility: hidden;
}

.product-image-group-positioning-container {
  position: relative;
}

.partial-blob-container img {
  max-width: none;
}

.partial-blob-left {
  position: absolute;
  top: 180px;
  left: 0;
  z-index: -1;
}

.partial-blob-right {
  position: absolute;
  top: 840px;
  right: 0;
  z-index: -1;
}

.hex-background-left {
  position: absolute;
  top: 100px;
  left: 0;
  z-index: -1;
}

.hex-background-right {
  position: absolute;
  top: 400px;
  right: 0;
  z-index: -1;
}

@media screen and (min-width: 1025px) {
  .responsive-generic-image-container {
    max-width: none;
    width: 64em;
    margin: -30% auto 0 -140%;
  }
}

/* Control Panel Dashboard - Generic */
.cp-dashboard-generic {
  display: block;
}

@media screen and (min-width: 1025px) {
  .cp-dashboard-generic-container {
    margin-top: -20%;
  }
  .cp-dashboard-generic {
    width: 900px;
    max-width: none;
  }
}

/* Text-to- Graphics */
.text-to-donate-hero {
  display: block;
  text-align: center;
  margin: auto;
}

.text-to-give-hero {
  display: block;
  text-align: center;
  margin: auto;
}

@media screen and (min-width: 1025px) {
  .text-to-donate-hero-container {
    margin-top: -8%;
    margin-left: -15%;
    z-index: -1;
  }
  .text-to-give-hero-container {
    margin-top: -6%;
    padding-left: 7%;
  }
  .text-to-donate-hero {
    width: 596px;
    max-width: none;
  }
  .text-to-give-hero {
    width: 405px;
    max-width: none;
  }
}

/*  Footer
        ========================================================================== */
.footer-container {
  clear: both;
  background-color: #394146;
  color: #eceff0;
}

.footer-container.gradient-dark-gray-5 {
  opacity: 1;
}

.footer-container.footer-curve {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  width: 100%;
  margin-left: 0;
}

.footer-navigation {
  margin-bottom: 2em;
}

.footer-navigation .navigation-item {
  margin-left: 1em;
  margin-bottom: 0.5em;
  font-size: 0.9375em;
}

.footer-navigation .navigation-link {
  color: #b9c2c8;
}

.footer-navigation .navigation-link:hover {
  color: #fff;
}

.footer-navigation-heading {
  color: #b9c2c8;
}

.footer-navigation-heading:hover {
  color: #fff;
}

.attribution {
  font-size: 0.875em;
  color: #5d6970;
  text-align: center;
}

.attribution .attribution-item {
  width: 100%;
}

.attribution .attribution-item:first-child .simple-grid-unit {
  padding: 0.75em;
}

.attribution p {
  margin-bottom: 0;
}

.social-list .social-list-item {
  margin-left: 0.5em;
  opacity: 0.5;
  transition: opacity 0.2s ease-in-out;
}

.social-list .social-list-item:hover {
  opacity: 1;
}

.social-list img {
  width: 1.25em;
}

.footer-logo {
  display: inline-block;
  width: 100px;
  margin: 2em 0;
}

.footer-logo .scaling-icon-container {
  padding-bottom: 43%;
}

.footer-logo .q-letter {
  fill: #7dbf63;
}

.footer-logo .q-fill {
  fill: #f19126;
}

.footer-logo .q-background-fill {
  opacity: 0;
}

.colophon {
  font-size: 0.875em;
  color: #5d6970;
  text-align: center;
}

.colophon-item {
  padding: 1em;
}

/*  ==========================================================================
    UI Helpers
    ========================================================================== */
/* Layout */
.float-left {
  float: left;
}

.float-right {
  float: right;
}

.clear-float {
  clear: both;
}

.block-centered {
  display: block;
  margin: 0 auto;
}

.icon-1x {
  height: 32px;
  width: 32px;
}

.icon-2x {
  height: 64px;
  width: 64px;
}

.icon-3x {
  height: 96px;
  width: 96px;
}

.icon-4x {
  height: 128px;
  width: 128px;
}

.icon-5x {
  height: 256px;
  width: 256px;
}

.icon-fallback-fluid {
  max-width: none;
  width: 100%;
}

.scaling-icon-container {
  height: 0;
  position: relative;
  padding-bottom: 100%;
  width: 100%;
}

.scaling-svg {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}

.max-width-500 {
  max-width: 500px;
}

.width-100 {
  width: 100%;
}

/* Text Position */
.text-center {
  text-align: center;
}

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

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

.right-to-center {
  text-align: right;
}

.left-to-center {
  text-align: left;
}

/* Text Color */
.text-green {
  color: #7dbf63;
}

.text-white {
  color: #ffffff;
}

.text-yellow {
  color: #e3bb64;
}

.text-orange {
  color: #f19126;
}

.text-gray {
  color: #5d6970;
}

.text-dark-gray {
  color: #394146;
}

.text-blue {
  color: #8CB4C8;
}

.text-purple {
  color: #8C70C6;
}

.text-blue-green {
  background-image: linear-gradient(60deg, #8CB4C8, #7dbf63);
  background-clip: text;
  -webkit-background-clip: text;
  -moz-background-clip: text;
  color: transparent;
}

/* Text Size */
.text-smaller {
  font-size: 0.875em;
}

.text-bold {
  font-weight: bold;
}

.strike-through-orange {
  text-decoration: line-through solid #f06133;
  -webkit-text-decoration-line: line-through;
  -webkit-text-decoration-color: #f06133;
}

/* Margin/Padding */
.no-margin {
  margin: 0;
}

.margin-halfx {
  margin: 0.5em;
}

.margin-1x {
  margin: 1em;
}

.margin-2x {
  margin: 2em;
}

.margin-3x {
  margin: 3em;
}

.margin-4x {
  margin: 4em;
}

.no-margin-top {
  margin-top: 0;
}

.margin-top-halfx {
  margin-top: 0.5em;
}

.margin-top-1x {
  margin-top: 1em;
}

.margin-top-2x {
  margin-top: 2em;
}

.margin-top-3x {
  margin-top: 3em;
}

.margin-top-4x {
  margin-top: 4em;
}

.no-margin-bottom {
  margin-bottom: 0;
}

.margin-bottom-halfx {
  margin-bottom: 0.5em;
}

.margin-bottom-1x {
  margin-bottom: 1em;
}

.margin-bottom-2x {
  margin-bottom: 2em;
}

.margin-bottom-3x {
  margin-bottom: 3em;
}

.margin-bottom-4x {
  margin-bottom: 4em;
}

.no-margin-right {
  margin-right: 0;
}

.margin-right-halfx {
  margin-right: 0.5em;
}

.margin-right-1x {
  margin-right: 1em;
}

.margin-right-2x {
  margin-right: 2em;
}

.margin-right-3x {
  margin-right: 3em;
}

.margin-right-4x {
  margin-right: 4em;
}

.no-margin-left {
  margin-left: 0;
}

.margin-left-halfx {
  margin-left: 0.5em;
}

.margin-left-1x {
  margin-left: 1em;
}

.margin-left-2x {
  margin-left: 2em;
}

.margin-left-3x {
  margin-left: 3em;
}

.margin-left-4x {
  margin-left: 4em;
}

.no-padding {
  padding: 0;
}

.padding-halfx {
  padding: 0.5em;
}

.padding-1x {
  padding: 1em;
}

.padding-2x {
  padding: 2em;
}

.padding-3x {
  padding: 3em;
}

.padding-4x {
  padding: 4em;
}

.no-padding-top {
  padding-top: 0;
}

.padding-top-halfx {
  padding-top: 0.5em;
}

.padding-top-1x {
  padding-top: 1em;
}

.padding-top-2x {
  padding-top: 2em;
}

.padding-top-3x {
  padding-top: 3em;
}

.padding-top-4x {
  padding-top: 4em;
}

.no-padding-bottom {
  padding-bottom: 0;
}

.padding-bottom-halfx {
  padding-bottom: 0.5em;
}

.padding-bottom-1x {
  padding-bottom: 1em;
}

.padding-bottom-2x {
  padding-bottom: 2em;
}

.padding-bottom-3x {
  padding-bottom: 3em;
}

.padding-bottom-4x {
  padding-bottom: 4em;
}

.no-padding-right {
  padding-right: 0;
}

.padding-right-halfx {
  padding-right: 0.5em;
}

.padding-right-1x {
  padding-right: 1em;
}

.padding-right-2x {
  padding-right: 2em;
}

.padding-right-3x {
  padding-right: 3em;
}

.padding-right-4x {
  padding-right: 4em;
}

.no-padding-left {
  padding-left: 0;
}

.padding-left-halfx {
  padding-left: 0.5em;
}

.padding-left-1x {
  padding-left: 1em;
}

.padding-left-2x {
  padding-left: 2em;
}

.padding-left-3x {
  padding-left: 3em;
}

.padding-left-4x {
  padding-left: 4em;
}

/* Display */
.hide-content, .print-only {
  display: none;
}

.show-content {
  display: block;
}

.hidden-accessibility {
  position: absolute;
  left: -99999px;
}

.overflow-hidden {
  overflow: hidden;
}

.show-mobile {
  display: block;
}

.show-desktop {
  display: none;
}

.rounded-avatar {
  border-radius: 50%;
}

.rounded-avatar.avatar-border {
  border: #eceff0 4px solid;
  display: flex;
}

.number-highlight-circle {
  display: inline-block;
  border-radius: 50%;
  width: 76px;
  border: 3px solid #7dbf63;
  color: #7dbf63;
  margin-bottom: 0.1em;
}

.number-highlight-circle span {
  text-align: center;
  line-height: 70px;
  display: block;
}

.rating {
  font-size: 1em;
  text-transform: uppercase;
  padding-left: 2em;
}

.rating-good {
  color: #7dbf63;
}

.rating-good .indicator {
  display: inline-block;
  background-color: #7dbf63;
  width: 0.7em;
  height: 0.7em;
  border-radius: 50%;
  margin-right: 0.7em;
}

.rating-bad {
  color: #f19126;
}

.rating-bad .indicator {
  display: inline-block;
  background-color: #f19126;
  width: 0.7em;
  height: 0.7em;
  border-radius: 50%;
  margin-right: 0.7em;
}

/* Position */
.has-anchor-element {
  position: relative;
}

/* Loading icon */
.is-loading .loader {
  display: inline-block;
}

.loader {
  display: none;
}

/*  ==========================================================================
    Third Party Styles
    ========================================================================== */
/*  ==========================================================================
    Media Queries
    ========================================================================== */
.mobile-margin-halfx {
  margin: 0.5em;
}

.mobile-margin-1x {
  margin: 1em;
}

.mobile-margin-2x {
  margin: 2em;
}

.mobile-margin-3x {
  margin: 3em;
}

.mobile-padding-1x {
  padding: 1em;
}

.mobile-padding-2x {
  padding: 2em;
}

.mobile-padding-3x {
  padding: 3em;
}

.mobile-margin-top-halfx {
  margin-top: 0.5em;
}

.mobile-margin-top-1x {
  margin-top: 1em;
}

.mobile-margin-top-2x {
  margin-top: 2em;
}

.mobile-margin-top-3x {
  margin-top: 3em;
}

.mobile-margin-top-4x {
  margin-top: 4em;
}

.mobile-margin-bottom-1x {
  margin-bottom: 1em;
}

.mobile-margin-bottom-2x {
  margin-bottom: 2em;
}

.mobile-margin-bottom-3x {
  margin-bottom: 3em;
}

.mobile-margin-bottom-4x {
  margin-bottom: 4em;
}

.mobile-margin-left-1x {
  margin-left: 1em;
}

.mobile-margin-left-2x {
  margin-left: 2em;
}

.mobile-margin-right-1x {
  margin-right: 1em;
}

.mobile-margin-right-2x {
  margin-right: 2em;
}

.desktop-margin-top-1x {
  margin-top: initial;
}

.desktop-margin-top-2x {
  margin-top: initial;
}

.desktop-margin-top-3x {
  margin-top: initial;
}

.desktop-margin-top-4x {
  margin-top: initial;
}

.desktop-margin-bottom-1x {
  margin-top: initial;
}

.desktop-margin-bottom-2x {
  margin-top: initial;
}

.desktop-margin-bottom-3x {
  margin-top: initial;
}

.desktop-margin-bottom-4x {
  margin-top: initial;
}

.heading-beta, .article-body h2, .heading-gamma, .article-body h3 {
  line-height: 1.2em;
}

@media screen and (max-width: 1024px) {
  .logo {
    position: relative;
    z-index: 20;
    padding: 1em;
  }
  .content-small.mobile-content-1x, .content-standard.mobile-content-1x, .content-large.mobile-content-1x {
    padding: 1em;
  }
  .content-small.mobile-content-2x, .content-standard.mobile-content-2x, .content-large.mobile-content-2x {
    padding: 2em;
  }
  .mobile-navigation-is-active .secondary-navigation {
    z-index: 4;
    background-color: #5d6970;
    height: 128px;
    overflow: hidden;
  }
  .mobile-navigation-is-active .sub-navigation-detail-container {
    display: none;
  }
  .primary-navigation {
    height: 0;
    overflow: hidden;
    margin: 0;
    float: none;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    background-color: #eceff0;
    z-index: 0;
    font-size: 1em;
    opacity: 0;
    transition: all 0.3s ease-in-out;
  }
  .primary-navigation .navigation-item {
    display: block;
    text-align: left;
  }
  .primary-navigation .navigation-link {
    padding: 1em;
    color: #394146;
    transition: background-color 0.2s ease-in-out;
  }
  .primary-navigation .navigation-link input[type="checkbox"]:checked {
    background-color: #5d6970;
    transition: background-color 0.2s ease-in-out;
  }
  .primary-navigation .sub-navigation-link {
    padding: 0;
  }
  .mobile-navigation-is-active .primary-navigation {
    padding-top: 128px;
    height: auto;
    z-index: 3;
    box-shadow: 0 0 3em #394146;
    opacity: 1;
    transition: all 0.3s ease-in-out;
  }
  .secondary-navigation {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    padding-top: 4px;
    text-align: right;
    height: 70px;
  }
  .secondary-navigation .navigation-item {
    padding: 0;
  }
  .secondary-navigation .navigation-item.navigation-mobile-cta {
    color: #7dbf63;
    position: absolute;
    display: none;
    top: 70px;
    left: 16px;
    padding: 0.25em 0.75em;
    background-color: #ffffff;
    border-radius: 16px;
  }
  .secondary-navigation .navigation-login, .secondary-navigation .navigation-phone, .secondary-navigation .navigation-cta {
    display: none;
  }
  .is-scrolled .secondary-navigation .navigation-item.navigation-mobile-cta {
    color: #7dbf63;
  }
  .is-scrolled .secondary-navigation .button-phone, .is-scrolled .secondary-navigation .mobile-navigation-button {
    padding: 1em 1em 1em 0;
  }
  .is-scrolled .secondary-navigation .mobile-navigation-icon {
    background-color: #ffffff;
  }
  .is-scrolled .secondary-navigation .mobile-navigation-icon:before, .is-scrolled .secondary-navigation .mobile-navigation-icon:after {
    background-color: #ffffff;
  }
  .mobile-navigation-is-active .secondary-navigation .navigation-cta {
    display: none;
  }
  .mobile-navigation-is-active .secondary-navigation .navigation-login, .mobile-navigation-is-active .secondary-navigation .navigation-phone {
    display: inline-block;
  }
  .mobile-navigation-is-active .secondary-navigation .navigation-mobile-cta {
    display: inline-block;
    color: #7dbf63;
  }
  .mobile-navigation-is-active .secondary-navigation .mobile-navigation-icon {
    background-color: #fff;
  }
  .mobile-navigation-is-active .secondary-navigation .mobile-navigation-icon:before, .mobile-navigation-is-active .secondary-navigation .mobile-navigation-icon:after {
    background-color: #fff;
  }
  .mobile-navigation-is-active .secondary-navigation .button {
    display: block;
    text-align: center;
    color: #fff;
    background-color: #7dbf63;
    border-color: #7dbf63;
    margin: 1em;
    padding: 1em;
  }
  .is-scrolled .site-navigation {
    position: fixed;
    background-color: #5d6970;
    color: #ffffff;
  }
  .is-scrolled .site-navigation .logo {
    padding: 1em;
  }
  .is-scrolled .site-navigation .logo .q-letter, .is-scrolled .site-navigation .logo .q-fill {
    fill: #ffffff;
  }
  .is-scrolled .site-navigation .logo .q-background-fill {
    opacity: 0;
  }
  .is-scrolled .site-navigation .navigation {
    font-size: 1em;
  }
  .is-scrolled .site-navigation .sub-navigation-container {
    font-size: 1em;
  }
  #menu .navigation-item.navigation-login {
    position: absolute;
    top: 72px;
    right: 104px;
  }
  #menu .navigation-item.navigation-login:after {
    content: '\25cb';
    position: absolute;
  }
  #menu .navigation-item.navigation-login:before {
    content: '';
    margin-left: 0;
  }
  #menu .navigation-item.navigation-phone {
    position: absolute;
    top: 62px;
    right: -10px;
  }
  #menu li {
    position: relative;
  }
  #menu .drop-icon {
    display: block;
  }
  #menu .navigation-link {
    padding: 1em;
    border-top: 1px solid #BEC6CE;
  }
  #menu .secondary-navigation .navigation-link {
    border-top: 0;
  }
  .resource-tile-container {
    height: 280px;
  }
  .mobile-no-margin {
    margin: 0;
  }
  .page-givi .givi-phone {
    margin: 0 auto -3.5em;
  }
  .page-givi .heading-alpha, .page-givi .article-body h1, .article-body .page-givi h1 {
    font-size: 2em;
    font-weight: 300;
  }
  .primary-block {
    width: 100%;
  }
  .hero-container.blog-hero-container {
    padding-bottom: 520px;
  }
  .hero-image.blog-hero-image {
    background-size: cover;
  }
  @supports (-webkit-touch-callout: none) {
    #menu .navigation-item {
      color: #ffffff;
    }
    #menu .navigation-item.navigation-mobile-cta {
      color: #7dbf63;
    }
    #menu .navigation-item.navigation-login {
      position: absolute;
      top: 50px;
      right: 104px;
    }
    #menu .navigation-item.navigation-login:after {
      content: '\25cb';
      position: absolute;
    }
    #menu .navigation-item.navigation-login:before {
      content: '';
      margin-left: 0;
    }
    #menu .navigation-item.navigation-phone {
      position: absolute;
      top: 62px;
      right: -10px;
    }
  }
  /* Vertical Timeline */
  .timeline::after {
    left: 31px;
  }
  .timeline-container {
    width: 100%;
    padding-left: 4em;
    padding-right: 1em;
    margin-bottom: 3em;
  }
  .timeline-container-left::after, .timeline-container-right::after {
    left: 15px;
  }
  .timeline-container-right {
    left: 0%;
  }
  .hex-gallery-container .grid {
    height: 100%;
  }
  /* Event Pages */
  .event-tile-container {
    height: 610px;
  }
  .event-tile-content {
    top: 110px;
    padding: 1em;
    height: 400px;
  }
  .event-tile-content p {
    line-height: 1.1em;
  }
  .event-tile-content-conference {
    top: 110px;
    height: 180px;
  }
  .event-tile-container-conference {
    height: 490px;
  }
  .event-cta-container-conference {
    top: 320px;
  }
  .event-cta-conference-logo {
    float: none;
    text-align: center;
  }
  .event-cta-conference-url {
    float: none;
    text-align: center;
    padding-top: 1em;
  }
  .page-webinars .hex-container-box {
    padding: 2em;
  }
  .page-webinars .webinar-tile-container {
    height: 650px;
  }
  .page-webinars .webinar-tile-title {
    padding: 1em;
    font-size: 1em;
    height: 245px;
  }
  .page-webinars .webinar-tile-title p {
    margin-right: 0;
  }
  .page-webinars .webinar-tile-content-container {
    font-size: 0.875em;
  }
  .page-webinars .event-tile-avatar {
    margin-top: 1em;
    height: 100px;
  }
  .page-webinars .webinar-tile-content {
    height: 316px;
  }
  .page-webinars .webinar-cta-container {
    bottom: 18px;
  }
  /* Text Fundraising Pages */
  .page-text-to-donate .text-demo-video {
    position: relative;
    top: 0;
    left: auto;
  }
  .page-text-to-donate .text-demo-container {
    background-image: none;
    width: 100%;
    height: 470px;
  }
  /* UI Helpers */
  .right-to-center {
    text-align: center;
  }
  .left-to-center {
    text-align: center;
  }
  /* Pricing Page */
  .page-pricing .primary-container {
    padding-bottom: 600px;
  }
  .page-pricing .modalDialog > div {
    width: 90%;
    margin: 20% auto;
    background: #ffffff;
  }
  .page-product-online .modalDialog > div {
    width: 80%;
  }
}

@media screen and (min-width: 600px) {
  .heading-alpha, .article-body h1 {
    font-size: 2.5em;
  }
  .logo {
    width: 110px;
  }
  .site-navigation {
    padding: 0.5em 1.5em 0;
  }
  .hero-container.blog-hero-container {
    padding-bottom: 50%;
  }
  /* Split Content Container */
  .split-content-container .split-content-box-container:first-child .split-content-box {
    border-left: none;
  }
  .split-content-container .split-content-box-container .split-content-box {
    border-top: none;
    border-left: 1px solid #dee3e5;
  }
  .page-home .hero-image {
    background-position: center;
  }
  .page-home .content-box {
    padding: 3em 3em 2em 1em;
  }
  .page-pricing .pricing-cost {
    margin: 0;
    min-height: 140px;
  }
  .page-pricing .pricing-description {
    min-height: 115px;
  }
  /* Event Pages */
  .event-tile-container {
    height: 660px;
  }
  .event-tile-content {
    top: 180px;
    padding: 1.5em;
    height: 380px;
  }
  .event-tile-content p {
    line-height: 1.4em;
  }
}

@media screen and (min-width: 768px) {
  /* Page Header */
  /* Page Sub Navigation */
  .sub-nav-trigger {
    display: none;
  }
  .sub-navigation {
    display: block;
  }
  .sub-navigation .navigation-item {
    border-top: none;
    display: inline-block;
  }
  .sub-navigation .is-active:before, .sub-navigation .is-active:after {
    content: '';
    display: block;
  }
  .sub-navigation-content {
    display: block;
  }
  .sub-navigation-content .button-green {
    background-color: #7dbf63;
    color: #ffffff;
  }
  .sub-navigation-content .navigation-item {
    border-top: none;
    display: inline-block;
    background: none;
  }
  .sub-navigation-content .is-active:before, .sub-navigation-content .is-active:after {
    content: '';
    display: block;
  }
  .simple-grid-unit {
    display: table-cell;
    vertical-align: middle;
  }
  .desktop-simple-grid .simple-grid-unit {
    display: block;
    vertical-align: middle;
  }
  .sub-nav-container .navigation-item {
    font-size: 0.8em;
  }
  .sub-nav-container .navigation-item-link {
    padding: 1.25em 0.7em;
  }
  .page-givi .givi-phone {
    margin: 0 auto -6.5em;
  }
}

@media screen and (min-width: 1025px) {
  .heading-alpha, .article-body h1 {
    font-size: 3em;
  }
  .hero-container {
    padding-bottom: 520px;
  }
  .hero-sub-heading {
    font-size: 1.25em;
  }
  .hero-container.blog-hero-container {
    padding-bottom: 40%;
  }
  .hero-hexagon-mask {
    height: 400px;
    background-size: cover;
  }
  .hero-hexagon-mask.hexagon-mask-v2 {
    background-size: cover;
  }
  .is-scrolled .header-alt #menu .logo .q-letter {
    fill: #7dbf63;
  }
  .is-scrolled .header-alt #menu .logo .q-fill {
    fill: #f19126;
  }
  .header-alt #menu .secondary-navigation .navigation-link {
    color: #5d6970;
  }
  .primary-navigation {
    display: block;
    position: relative;
    font-size: 0.9375em;
    margin-top: 0.7em;
    margin-left: 1em;
  }
  .is-scrolled .primary-navigation {
    margin-top: 0.5em;
    font-size: 0.9375em;
  }
  .primary-navigation .has-sub-navigation .sub-navigation-link {
    opacity: 0;
    width: fit-content;
    transition: all 0.1s ease-in-out;
  }
  .primary-navigation .has-sub-navigation:hover .sub-navigation-container {
    max-height: 560px;
    min-height: 200px;
    padding: 1.5em 0;
    transition: all 0.3s ease-in-out;
    box-shadow: 0 0 16px rgba(56, 45, 70, 0.4);
  }
  .primary-navigation .has-sub-navigation:hover .sub-navigation-link {
    opacity: 1;
    transition: all 0.1s ease-in-out;
  }
  .primary-navigation .has-sub-navigation:hover .navigation-link {
    position: relative;
  }
  .primary-navigation .has-sub-navigation:hover .navigation-link:before {
    content: '';
    display: block;
    width: 48px;
    height: 12px;
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -24px;
    background: url("/_resources/images/nav-container-arrow.svg") center no-repeat;
    z-index: 2;
  }
  .primary-navigation .has-sub-navigation:hover .navigation-link:after {
    transform: rotate(180deg);
    transition: all 0.3s ease-in-out;
  }
  .primary-navigation .has-sub-navigation .navigation-link {
    position: relative;
    padding: 1em 0.5em;
  }
  .primary-navigation .has-sub-navigation .navigation-link:after {
    content: '\002B';
    display: inline-block;
    transform: rotate(0deg);
    width: 8px;
    height: 25px;
    transition: all 0.3s ease-in-out;
  }
  .primary-navigation .has-no-sub-navigation:hover .navigation-link {
    position: relative;
  }
  .primary-navigation .has-sub-navigation-detail:hover .sub-navigation-detail-container {
    display: flex;
    justify-content: center;
    align-items: center;
    max-height: 560px;
    transition: all 0.2s ease-in-out;
  }
  .primary-navigation .has-sub-navigation-detail:hover .sub-navigation-detail-container.sub-nav-detail-duo {
    display: grid;
  }
  .primary-navigation .has-sub-navigation-detail:hover .sub-navigation-link {
    color: #7dbf63;
    transition: all 0.2s ease-in-out;
  }
  .secondary-navigation .navigation-item {
    display: inline-block;
  }
  .secondary-navigation .navigation-cta {
    display: block;
    padding: 0;
  }
  .secondary-navigation .navigation-mobile {
    display: none;
  }
  .secondary-navigation .navigation-mobile-cta {
    display: none;
  }
  .is-scrolled .secondary-navigation {
    margin-top: -3px;
  }
  .is-scrolled .secondary-navigation .navigation-item {
    padding: 0.3em 0;
  }
  .is-scrolled .secondary-navigation .navigation-item:first-child {
    margin-right: 0;
    margin-left: 1em;
  }
  .is-scrolled .secondary-navigation .navigation-item.navigation-login:after {
    color: #5d6970;
  }
  .is-scrolled .secondary-navigation .navigation-cta {
    display: block;
    padding: 0;
  }
  .is-scrolled .secondary-navigation .navigation-link {
    color: #5d6970;
  }
  .sub-nav-container .navigation-item {
    font-size: 1em;
  }
  .sub-nav-container .navigation-item-link {
    padding: 1.25em 1em;
  }
  .fizz-pop-bg-01 {
    margin-top: -3em;
    margin-left: -3em;
    width: 550px;
    height: 550px;
    opacity: 0.8;
  }
  .stripey-hex {
    margin-top: -2em;
    margin-left: 0;
    width: 428px;
    height: 468px;
    opacity: 0.8;
  }
  .stripey-hex.align-right {
    margin-left: 12%;
  }
  .product-block-container h3 {
    font-size: 1.3125em;
    margin: 0;
  }
  .action-bar .action-heading {
    line-height: 1.2em;
  }
  .action-bar.with-form {
    height: 840px;
  }
  .cta-form-embed {
    margin: 2em 0 9em 0;
  }
  .footer-container.footer-curve {
    border-top-left-radius: 50%;
    border-top-right-radius: 50%;
    width: 200%;
    margin-left: -50%;
    padding-top: 3em;
    margin-top: 2em;
  }
  .mobile-section-break:before {
    display: none;
  }
  .heading-beta, .article-body h2, .heading-gamma, .article-body h3 {
    line-height: normal;
  }
  .button-phone, .mobile-navigation-button {
    padding: 0;
  }
  .show-mobile {
    display: none;
  }
  .show-desktop {
    display: block;
  }
  .desktop-float-left {
    float: left;
  }
  .desktop-float-right {
    float: right;
  }
  .post-social-buttons .button-social {
    margin: 0.5em 0;
  }
  .post-social-buttons li {
    width: 20%;
  }
  .single .hero-message .heading-alpha, .single .hero-message .article-body h1, .article-body .single .hero-message h1 {
    font-size: 2.5em;
  }
  .hexagon-duo-wrap {
    max-width: 860px;
  }
  .hexagon-feature-container {
    position: relative;
    width: 374px;
    height: 400px;
    margin: 0;
  }
  .hexagon-feature-container.mobile-stack-top {
    margin-left: 0;
  }
  .hexagon-feature-container.mobile-stack-bottom {
    margin-top: 0;
    margin-right: 0;
  }
  .hexagon-feature-container.mobile-stack-bottom.push-right {
    margin-right: -64px;
  }
  .hexagon-feature-container.mobile-stack-bottom.push-right-wide-screen {
    margin-right: 0;
  }
  .hexagon-feature-container.hexagon-feature-resource {
    margin-top: -128px;
  }
  .hexagon-feature-container.hexagon-feature-resource .media-image {
    width: 64px;
    margin-right: 0.5em;
  }
  .hexagon-feature-container.hexagon-feature-resource p {
    margin: 0.5em 0 1em;
  }
  .hexagon-feature-block {
    position: absolute;
    top: 0;
    left: 0;
    height: 491px;
    background: url("/_resources/images/hexagon-feature-content-background.svg") top left no-repeat;
    background-size: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .hexagon-feature-block.no-flex {
    display: block;
  }
  .hexagon-feature-content {
    margin: 12px 47px 32px 32px;
    width: 356px;
    font-size: 1em;
    line-height: inherit;
  }
  .hexagon-feature-content p {
    margin: 0.5em 0 1em 0;
    font-size: 1em;
    line-height: 1.5em;
  }
  .feature-graphic-left {
    width: 600px;
    margin-left: -16%;
  }
  .opacity-tile-hover {
    padding: 1em;
  }
  .opacity-tile-hover p {
    line-height: 1.3em;
  }
  .opacity-tile-hover .heading-gamma, .opacity-tile-hover .article-body h3, .article-body .opacity-tile-hover h3 {
    font-size: 1.2em;
  }
  .tab-graphic {
    margin-top: 0;
  }
  .tab-content-graphic {
    padding: 0;
  }
  .tab-content-graphic p {
    margin-top: 0;
  }
  .hex-gallery-container {
    width: 980px;
  }
  .hex-gallery-container .grid {
    height: 220px;
    display: flex;
  }
  .hex-gallery-container .grid-unit {
    padding-bottom: 0;
  }
  .hex-gallery-container .odd-row {
    margin-left: 126px;
  }
  .pricing-tile {
    border-radius: 0;
    padding: 3em 1em;
    margin-top: 1em;
    box-shadow: none;
  }
  .pricing-tile.no-collapse {
    border-radius: 2em;
    padding: 3em 3em;
    margin-top: 1em;
    box-shadow: 0 0 1em rgba(57, 65, 70, 0.2);
  }
  .addon-tile {
    max-height: 122px;
    position: relative;
    border: #BEC6CE 3px solid;
    border-radius: 1.5em;
    padding: 1em 1em 1em 2em;
    margin-left: 2em;
    margin-top: 1em;
    margin-bottom: 2em;
    transition: all 0.4s ease-in-out;
    /* &:hover{ border: $gray 3px solid;
                @include transition(all, 0.4s, ease-in-out);

                &:before{ border: 3px $gray solid;
                    @include transition(all, 0.4s, ease-in-out); }
            }*/
  }
  .addon-tile:before {
    content: '';
    background: url("/_resources/images/icon-plus.svg") center center no-repeat;
    background-size: 16px;
    background-color: #ffffff;
    position: absolute;
    top: 20px;
    left: -17px;
    border: 3px #BEC6CE solid;
    border-radius: 1em;
    width: 26px;
    height: 26px;
    font-size: 2em;
    font-weight: 500;
    color: #BEC6CE;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.4s ease-in-out;
  }
  .addon-tile.active {
    border: #f19126 3px solid;
    transition: all 0.4s ease-in-out;
  }
  .addon-tile.active:before {
    background: #f19126;
    border: 3px #f19126 solid;
    color: #ffffff;
    transform: rotate(135deg);
    transition: all 0.4s ease-in-out;
  }
  .page-pricing .modalDialog > div {
    width: 90%;
    margin: 20% auto;
    background: #ffffff;
  }
  .mobile-primary-graphic-container {
    display: none;
  }
  .mobile-blob-bg-purple {
    background: none;
  }
  .mobile-linear-gradient-green-bottom {
    background: none;
  }
  .mobile-linear-gradient-green-top {
    background: none;
  }
  .mobile-linear-gradient-yellow {
    background: none;
  }
  .mobile-linear-gradient-blue-bottom {
    background: none;
  }
  .mobile-linear-gradient-blue-top {
    background: none;
  }
  .mobile-linear-gradient-blue {
    background: none;
  }
  .mobile-linear-gradient-gray {
    background: none;
  }
  .mobile-margin-halfx {
    margin: initial;
  }
  .mobile-margin-1x {
    margin: initial;
  }
  .mobile-margin-2x {
    margin: initial;
  }
  .mobile-margin-3x {
    margin: initial;
  }
  .mobile-padding-1x {
    padding: initial;
  }
  .mobile-padding-2x {
    padding: initial;
  }
  .mobile-padding-3x {
    padding: initial;
  }
  .mobile-margin-top-halfx {
    margin-top: initial;
  }
  .mobile-margin-top-1x {
    margin-top: initial;
  }
  .mobile-margin-top-2x {
    margin-top: initial;
  }
  .mobile-margin-top-3x {
    margin-top: initial;
  }
  .mobile-margin-top-4x {
    margin-top: initial;
  }
  .mobile-margin-bottom-1x {
    margin-bottom: initial;
  }
  .mobile-margin-bottom-2x {
    margin-bottom: initial;
  }
  .mobile-margin-bottom-3x {
    margin-bottom: initial;
  }
  .mobile-margin-bottom-4x {
    margin-bottom: initial;
  }
  .mobile-margin-left-1x {
    margin-left: initial;
  }
  .mobile-margin-left-2x {
    margin-left: initial;
  }
  .mobile-margin-right-1x {
    margin-right: initial;
  }
  .mobile-margin-right-2x {
    margin-right: initial;
  }
  .desktop-margin-top-1x {
    margin-top: 1em;
  }
  .desktop-margin-top-2x {
    margin-top: 2em;
  }
  .desktop-margin-top-3x {
    margin-top: 3em;
  }
  .desktop-margin-top-4x {
    margin-top: 4em;
  }
  .desktop-margin-bottom-1x {
    margin-bottom: 1em;
  }
  .desktop-margin-bottom-2x {
    margin-bottom: 2em;
  }
  .desktop-margin-bottom-3x {
    margin-bottom: 3em;
  }
  .desktop-margin-bottom-4x {
    margin-bottom: 4em;
  }
  .blob-animation-container.primary {
    height: 440px;
  }
  .blob-animation-container.desktop-blob-small {
    width: 64%;
  }
  .blob-animation-container.desktop-blob-large {
    width: 100%;
  }
  /* Page-Specific Styles */
  .page-home, .page-segment-political, .page-segment-npo, .page-segment-animals {
    overflow-x: hidden;
  }
  .page-pricing .content-box-data {
    background: url("/_resources/images/pricing-data-hex-bg.png") no-repeat #ffffff;
    background-position: right bottom;
    min-height: 710px;
    padding: 2em 0.9em;
  }
  .page-pricing .content-box-mobile-suite {
    background: url("/_resources/images/pricing-mobile-hex-bg.png") no-repeat #ffffff;
    background-position: right bottom;
    min-height: 710px;
    padding: 2em 0.9em;
  }
  .page-pricing .content-box-p2p {
    background: url("/_resources/images/pricing-p2p-hex-bg.png") no-repeat #ffffff;
    background-position: right bottom;
    min-height: 710px;
    padding: 2em 0.9em;
  }
  .page-pricing .content-box-auctions {
    background: url("/_resources/images/pricing-auctions-hex-bg.png") no-repeat #ffffff;
    background-position: right bottom;
    min-height: 710px;
    padding: 2em 0.9em;
  }
  .textfeature .grid-unit {
    padding-left: 30px;
  }
  .modalDialog .grid-unit {
    padding-left: 30px;
  }
  /* Footer */
  .attribution {
    text-align: left;
  }
  .attribution .attribution-item {
    width: 50%;
    float: left;
  }
  .attribution .attribution-item:first-child {
    width: 45%;
    float: right;
  }
  .attribution .attribution-item:first-child .simple-grid-unit {
    padding: 0;
  }
  .desktop-simple-grid .simple-grid-unit {
    display: table-cell;
    vertical-align: middle;
  }
  .footer-navigation {
    margin: 0;
  }
  .footer-navigation .navigation-item {
    margin-left: 0;
    margin-bottom: 0.75em;
    font-size: 0.875em;
  }
  .footer-logo {
    margin: 0 2em 0 0;
  }
  .mobile-font-weight-500 {
    font-weight: inherit;
  }
  /* Horizontal Scrolling Table Pattern */
  .table-container {
    overflow: visible;
  }
  .table-container .data-table-scroll {
    table-layout: fixed;
  }
  .table-container .data-table-scroll td {
    white-space: normal;
  }
  .tab-container {
    width: 100%;
    background: #eceff0;
    border-radius: 2em;
    padding: 0 1em;
  }
  .tab-container img {
    display: inline-block;
  }
  .tab-container .sub-nav-container {
    padding: 0;
  }
  .tab-container .navigation-item {
    background: #ffffff;
  }
  .tab-container.seven-plus-items .js-feature-tab-link {
    height: 104px;
    font-size: 0.875em;
  }
  .tab-container.seven-plus-items .js-feature-tab-link p {
    line-height: 1.3em;
  }
  .tab-container.seven-plus-items .icon-64 {
    width: 48px;
    height: 48px;
    margin: 0;
  }
  .tab-container-split {
    width: 100%;
    background: #eceff0;
    border-radius: 3em;
    padding: 1.5em 1.5em 1em;
  }
  .tab-container-split img {
    display: inline-block;
  }
  .tab-container-split .sub-nav-container {
    padding: 0;
  }
  .tab-container-split .navigation-item {
    background: #ffffff;
  }
  .tab-container-split .js-feature-tabs {
    display: inline-block;
  }
  .tab-container-split .js-feature-tab-link {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 2em;
    height: 160px;
    margin-top: 0;
    transition: all 0.3s ease-in-out;
  }
  .tab-container-split .js-feature-tab-link .js-feature-tab-link-container {
    display: inline-block;
    padding: 0.5em;
  }
  .tab-container-split .js-feature-tab-link .js-feature-tab-link-container .icon {
    display: inline-block;
  }
  .tab-container-split .js-feature-tab-link:before {
    content: '';
  }
  .tab-container-split .js-feature-tab-link:after {
    content: '';
  }
  .tab-container-split .js-feature-tab-link.active {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #ffffff;
    color: #7dbf63;
    border-radius: 2em;
    transition: all 0.3s ease-in-out;
  }
  .tab-container-split .js-feature-tab-link.active:before {
    content: '';
    display: none;
  }
  .tab-container-split .js-feature-tab-link.active:after {
    content: '';
    display: none;
  }
  .tab-container-split .js-feature-tab-link.active .icon-gray {
    background: linear-gradient(to top, #7dbf63, #FFD780);
  }
  .js-feature-tabs {
    display: flex;
    justify-content: center;
  }
  .js-feature-tab-link {
    position: relative;
    display: block;
    height: 136px;
    margin-top: 1em;
    transition: all 0.1s ease-in-out;
  }
  .js-feature-tab-link .js-feature-tab-link-container {
    display: inline-block;
    padding: 0.5em 1em;
  }
  .js-feature-tab-link .js-feature-tab-link-container .icon {
    display: inline-block;
  }
  .js-feature-tab-link:before {
    content: '';
    display: block;
    width: 24px;
    height: 24px;
    background: transparent;
    position: absolute;
    bottom: 0px;
    left: -24px;
    -webkit-mask-image: radial-gradient(circle 12px at 0 0, transparent 0, transparent 24px, black 25px);
    transition: all 0.1s ease-in-out;
  }
  .js-feature-tab-link:after {
    content: '';
    display: block;
    width: 24px;
    height: 24px;
    background: transparent;
    position: absolute;
    bottom: 0px;
    right: -24px;
    -webkit-mask-image: radial-gradient(circle 12px at 24px 0, transparent 0, transparent 24px, black 25px);
    transition: all 0.1s ease-in-out;
  }
  .js-feature-tab-link.active {
    display: block;
    background-color: #ffffff;
    color: #7dbf63;
    border-radius: 2em 2em 0 0;
    transition: all 0.1s ease-in-out;
  }
  .js-feature-tab-link.active:before {
    content: '';
    display: block;
    width: 24px;
    height: 24px;
    background: #ffffff;
    position: absolute;
    bottom: 0px;
    left: -24px;
    -webkit-mask-image: radial-gradient(circle 12px at 0 0, transparent 0, transparent 24px, black 25px);
    transition: all 0.1s ease-in-out;
  }
  .js-feature-tab-link.active:after {
    content: '';
    display: block;
    width: 24px;
    height: 24px;
    background: #ffffff;
    position: absolute;
    bottom: 0px;
    right: -24px;
    -webkit-mask-image: radial-gradient(circle 12px at 24px 0, transparent 0, transparent 24px, black 25px);
    transition: all 0.1s ease-in-out;
  }
  .js-feature-tab-link.active .icon-gray {
    background: linear-gradient(to top, #7dbf63, #FFD780);
    transition: all 0.1s ease-in-out;
  }
  .js-feature-tab-link:focus {
    outline: none;
  }
  .tab-content-container {
    margin: 0 auto;
    max-width: 1280px;
    padding: 4em 2em;
  }
}

@media screen and (min-width: 1280px) {
  .pricing-tile {
    border-radius: 2em;
    padding: 3em 4em;
    margin-top: 1em;
    box-shadow: 0 0 1em rgba(57, 65, 70, 0.2);
  }
  .logo {
    width: 110px;
  }
  .primary-navigation {
    font-size: 1em;
    margin-left: 2em;
  }
  .is-scrolled .primary-navigation {
    margin-top: 0.5em;
    font-size: 1em;
  }
  .primary-navigation .has-sub-navigation .navigation-link {
    padding: 1em;
  }
  .hero-container.blog-hero-container {
    padding-bottom: 32%;
  }
  .attribution .attribution-item {
    width: 40%;
  }
  .hexagon-feature-container {
    position: relative;
    width: 435px;
    height: 465px;
    margin: 0;
  }
  .hexagon-feature-container.mobile-stack-bottom.push-right-wide-screen {
    margin-right: -64px;
  }
  .content-box {
    padding: 2em 1.5em;
  }
  .content-box .content-box-footer {
    margin: 2em -1.5em -2em;
    padding: 1em;
  }
  .sub-nav-container .navigation-item-link {
    padding: 1.25em 1.6em;
  }
  .blob-animation-container.primary {
    height: 540px;
  }
  .blob-animation-container.super-desktop-blob-small {
    width: 64%;
  }
  .blob-animation-container.super-desktop-blob-large {
    width: 100%;
  }
  .blob-animation-container.animation-off-left {
    left: -50%;
  }
  .blob-animation-container.animation-smaller.animation-off-left {
    left: -28%;
  }
  .tab-container.seven-plus-items .js-feature-tab-link {
    height: 136px;
    font-size: 1em;
  }
  .tab-container.seven-plus-items .js-feature-tab-link p {
    line-height: 1.4em;
  }
  .tab-container.seven-plus-items .icon-64 {
    width: 64px;
    height: 64px;
    margin: 0.5em;
  }
  .feature-graphic-left {
    width: 700px;
    margin-left: -20%;
  }
  .opacity-tile-hover {
    font-size: 1em;
  }
  .opacity-tile-hover p {
    line-height: 1.5em;
  }
  .hex-gallery-container {
    width: 980px;
  }
  .hex-gallery-container .grid {
    height: 220px;
    display: flex;
  }
  .hex-gallery-container .odd-row {
    margin-left: 126px;
  }
}

@media screen and (min-width: 1600px) {
  .container-large.even-larger {
    max-width: 1600px;
  }
  .hexagon-duo-wrap {
    max-width: 100%;
  }
  .hexagon-feature-container.mobile-stack-bottom {
    margin-right: -30px;
  }
  .hexagon-feature-container.mobile-stack-bottom.push-right-wide-screen {
    margin-right: -64px;
  }
  .hexagon-feature-container.push-left {
    margin-left: -64px;
  }
  .hexagon-feature-container.hexagon-feature-resource {
    margin-top: -30px;
  }
  .blob-animation-container .primary-triptych img {
    height: auto;
  }
  .blob-animation-container.primary {
    height: 640px;
  }
  .blob-animation-container.wide-small {
    width: 50%;
  }
  .blob-animation-container.super-duper-nudge-down {
    top: 72px;
  }
  .blob-animation-container.super-duper-bump-down {
    top: 144px;
  }
  .blob-animation-container.animation-off-left {
    left: 0;
  }
  .blob-animation-container.animation-smaller img {
    height: 640px;
  }
  .feature-graphic-left {
    margin-left: 0;
  }
}

@media screen and (min-width: 2160px) {
  .hero-hexagon-mask {
    background-size: contain;
  }
  .hero-hexagon-mask.hexagon-mask-v2 {
    background-size: contain;
  }
}
