/*  ==========================================================================
    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,
.inline-list,
.plus-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%;
}

/* Sixths */

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

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

/* 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%;
  }

  /* Sixths */

  .tablet-one-sixth,
  .tablet-two-twelfths {
    width: 16.66666%;
  }

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

  /* 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%;
  }
}

@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%;
  }

  /* Sixths */

  .super-one-sixth,
  .super-two-twelfths {
    width: 16.66666%;
  }

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

  /* 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;
    -webkit-filter: 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
    ========================================================================== */

.heading-alpha,
.article-body h1,
.heading-beta,
.article-body h2,
.heading-delta,
.article-body h4,
.icon-cta-heading,
.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-nova-soft', 'Avenir Next', Avenir, Helvetica, Arial, sans-serif;
  font-weight: 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); } */

body {
  background-color: white;
  font-family: "proxima-nova", "Avenir Next", Avenir, Helvetica, Arial, sans-serif;
  font-weight: 300;
  color: #394146;
}

/*  Typography
        ========================================================================== */

/* Headings */

.heading-alpha,
.article-body h1 {
  font-size: 2em;
  letter-spacing: -0.02em;
  margin: 0 0 0.25em;
}

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

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

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

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

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

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

.heading-eta {
  font-size: 0.8125em;
  font-weight: bold;
  text-transform: uppercase;
  color: #5d6970;
  margin: 0 0 1em;
}

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

/* 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 {
  font-weight: bold;
  color: #47aa47;
  border-bottom: 1px dotted #5fba4a;
  padding-bottom: 2px;
}

/* Aside Copy */

.aside-text {
  font-size: 1em;
  line-height: 1.5em;
}

/* Disclaimer Copy */

.disclaimer-text {
  font-size: 0.6em;
  color: #aaaaaa;
}

/*  ==========================================================================
    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 2.5em;
}

.sub-navigation .navigation-item-link:hover {
  color: #5fba4a;
}

.sub-navigation .is-active {
  color: #5fba4a;
  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;
}

/*  Logos
        ========================================================================== */

.logo-standard {
  display: inline-block;
  width: 130px;
}

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

/*  Media Object
        ========================================================================== */

.media,
.media-body {
  overflow: hidden;
}

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

.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: 100%;
  height: 100%;
  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;
}

/* Tri-Dot Divider */

.tri-dot-divider {
  height: 0.625em;
  background: url("https://253c1a7ac48fbba7a2cf-180c7bab436caa8db521844d2068b47a.ssl.cf2.rackcdn.com/tri-dots_svg-1521468455") center center no-repeat;
  background-size: contain;
}

.tri-dot-divider-vertical {
  height: 3em;
  background: url("https://253c1a7ac48fbba7a2cf-180c7bab436caa8db521844d2068b47a.ssl.cf2.rackcdn.com/tri-dots-vertical_svg-1521468455") center center no-repeat;
  background-size: contain;
}

/*  Simple Grid
        ========================================================================== */

.simple-grid {
  display: table;
}

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

/*  Full-Width Split Layout - Used for case studies page
        ========================================================================== */

.half-split-container,
.half-text-container {
  width: 50%;
  min-height: 592px;
}

.half-split,
.half-text-r,
.half-text-l {
  max-width: 500px;
}

.half-text-container {
  position: relative;
}

.half-text-r {
  position: absolute;
  top: 25%;
}

.half-text-l {
  position: absolute;
  top: 25%;
  right: 8%;
}

/*  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-nova", "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: #5fba4a;
  position: absolute;
  top: 0;
  left: 0;
}

/*  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("https://253c1a7ac48fbba7a2cf-180c7bab436caa8db521844d2068b47a.ssl.cf2.rackcdn.com/checkbox_svg-1521468455") 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;
}

/*  Content Box
        ========================================================================== */

.content-box {
  border: 1px solid #dee3e5;
  border-radius: 4px;
  padding: 2em 1em;
}

.content-box.content-box-callout {
  border-color: #5fba4a;
  position: relative;
}

.content-box .callout-label {
  background-color: #5fba4a;
  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;
}

/*  Split Content Bar
        ========================================================================== */

.split-content-container .split-content-box-container:first-child .split-content-box {
  border-top: none;
}

.split-content-container .split-content-box-container .split-content-box {
  border-top: 1px solid #dee3e5;
}

/*  Icon Call-to-Action
        ========================================================================== */

.icon-cta {
  display: block;
  padding: 0.75em 0;
}

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

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

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

.icon-cta-link {
  color: #47aa47;
  font-weight: bold;
}

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

/*  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-position-container {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
  z-index: 1;
}

.visual-cta-content-container {
  display: table;
  height: 100%;
}

.visual-cta-content {
  display: table-cell;
  vertical-align: middle;
  color: #fff;
  padding: 1em;
}

.visual-cta-image-container {
  transition: all 2s ease-in-out;
}

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

.visual-cta-description {
  font-size: 0.9375em;
}

.visual-cta-image-overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
  transition: all 1s ease-in-out;
}

/*  Gradient Overlays
        ========================================================================== */

.gradient-overlay,
.gradient-orange-green-10,
.gradient-orange-green-5,
.gradient-orange-green-5-reverse,
.gradient-orange-green-10-reverse,
.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,
.testimonial-gradient-bg,
.gradient-green-yellow-5-reverse,
.gradient-green-yellow-10-reverse,
.gradient-dark-gray-10,
.gradient-dark-gray-5,
.gradient-dark-gray-5-reverse,
.gradient-dark-gray-10-reverse {
  opacity: 0.75;
}

/* Orange to Green Gradient */

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

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

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

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

/* Orange to Yellow Gradient */

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

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

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

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

/* Yellow to Green Gradient */

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

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

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

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

/* Green to Yellow Gradient */

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

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

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

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

/* Dark Gray to Gray Gradient */

.gradient-dark-gray-10 {
  background-color: #5fba4a;
  /* Old browsers */
  /* Chrome10+,Safari5.1+ */
  /* Opera 11.10+ */
  /* IE10+ */
  background-image: linear-gradient(10deg, #5d6970 0%, #394146 80%);
  /* W3C */
  background-repeat: no-repeat;
}

.gradient-dark-gray-5 {
  background-color: #5fba4a;
  /* Old browsers */
  /* Chrome10+,Safari5.1+ */
  /* Opera 11.10+ */
  /* IE10+ */
  background-image: linear-gradient(5deg, #5d6970 0%, #394146 80%);
  /* W3C */
  background-repeat: no-repeat;
}

.gradient-dark-gray-5-reverse {
  background-color: #5fba4a;
  /* Old browsers */
  /* Chrome10+,Safari5.1+ */
  /* Opera 11.10+ */
  /* IE10+ */
  background-image: linear-gradient(-5deg, #5d6970 0%, #394146 80%);
  /* W3C */
  background-repeat: no-repeat;
}

.gradient-dark-gray-10-reverse {
  background-color: #5fba4a;
  /* Old browsers */
  /* Chrome10+,Safari5.1+ */
  /* Opera 11.10+ */
  /* IE10+ */
  background-image: linear-gradient(-10deg, #5d6970 0%, #394146 80%);
  /* W3C */
  background-repeat: no-repeat;
}

/*  Testimonial Block
        ========================================================================== */

.testimonial {
  text-align: center;
  margin: 1.5em;
}

.testimonial-quote {
  margin: 1em;
}

.testimonial-position-center .testimonial-quote {
  margin: 1em 0;
}

.testimonial-attribution {
  display: inline-block;
  padding: 1em 0 0;
}

.testimonial-position-center .testimonial-attribution .media-body {
  padding-top: 1em;
}

.testimonial-avatar {
  margin: 1em;
  border: 1px solid #eceff0;
}

.testimonial-position-center .testimonial-avatar {
  margin: 0;
}

.testimonial-org {
  position: relative;
  display: block;
  margin: 0 auto;
  width: 320px;
  min-height: 300px;
  background-color: #ffffff;
  overflow: hidden;
}

.testimonial-org:hover {
  transition: all 0.1s ease-in-out;
}

.testimonial-org:hover .testimonial-logo-container {
  opacity: 0;
}

.testimonial-org:hover .testimonial-org-snippet {
  opacity: 1;
}

.testimonial-logo-container {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  transition: all 0.2s ease-in-out;
  opacity: 1;
}

.testimonial-logo-container:before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  height: 100%;
}

.testimonial-logo-center {
  display: inline-block;
  vertical-align: middle;
  padding: 1em;
}

.testimonial-org-snippet {
  display: inline-block;
  opacity: 0;
  position: absolute;
  top: 36%;
  left: 0;
  right: 0;
  margin-top: -3em;
  transition: all 0.2s ease-in-out;
  color: #394146;
  padding: 1.6em;
  z-index: 3;
}

.testimonial-gradient-bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: all 0.3s ease-in-out;
  border-radius: 50%;
  z-index: 1;
}

.testimonial-name,
.testimonial-meta {
  display: block;
}

.testimonial-name {
  font-style: normal;
  font-weight: bold;
  margin-bottom: 0.25em;
}

.testimonial-meta {
  font-size: 0.875em;
  line-height: 1.5em;
}

/*  Conference Bar
        ========================================================================== */

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

/*  Form Health Bar
        ========================================================================== */

.form-health-bar {
  border-radius: 2em;
  padding: 2em;
  margin: 2em;
  background-color: #eceff0;
  font-size: 1em;
  color: #5d6970;
}

/*  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.75em 2em;
  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-color: #f27b54;
}

.button.button-green:hover {
  background-color: #76c464;
}

.button-primary {
  padding: 1em 2.5em;
  font-size: 1.125em;
}

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

/* Button Colors */

.button-orange {
  background-color: #f06133;
  border: 1px solid #f06133;
}

.button-green {
  background-color: #5fba4a;
  border: 1px solid #5fba4a;
}

.button-white {
  background-color: #fff;
}

.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 #f06133;
  color: #f06133;
}

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

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

.button-inverted.button-white:hover {
  background-color: #fff;
  color: #47aa47;
}

.button-inverted.button-green {
  background-color: transparent;
  border-color: #5fba4a;
  color: #5fba4a;
}

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

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

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

/*  Form Message
        ========================================================================== */

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

.ui-message.is-success-message {
  background-color: #5fba4a;
}

/*  Action Bar
        ========================================================================== */

.action-bar {
  background-color: #5fba4a;
  color: #fff;
  text-align: center;
  padding: 4em 3em;
}

.action-heading {
  margin-bottom: 0.5em;
}

.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: #5fba4a;
}

/*  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: #a0d694;
  outline: none;
  box-shadow: 0 0 20px rgba(95, 186, 74, 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: #f06133;
}

.hs-form-container .hs-form .hs-button.primary.large,
.hs-form-container input[type="submit"],
#pardot-form input[type="submit"] {
  background: #5fba4a;
  border: 4px solid #5fba4a;
  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[type="submit"]:focus,
#pardot-form input[type="submit"]:focus {
  background: transparent;
  color: #5fba4a;
  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: #f06133;
}

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

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

.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-nova", "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
        ========================================================================== */

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

/* Content Blocks */

.content-small {
  padding: 1.5em;
}

.content-standard {
  padding: 2em;
}

.content-large {
  padding: 3em;
}

@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: #5fba4a;
}

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

.content-red {
  background-color: #d03424;
}

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

.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;
  border-bottom: 1px solid #d0d7da;
  padding: 0;
  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: 100px;
  padding: 1.1em 1em;
}

.is-scrolled .site-navigation .navigation-item {
  color: #47aa47;
}

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

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

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

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

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

.primary-navigation .has-sub-navigation:hover .sub-navigation-container {
  max-height: 400px;
  transition: max-height 1s cubic-bezier(0, 0.5, 0, 1);
}

.primary-navigation .has-sub-navigation:hover .navigation-link {
  position: relative;
}

.primary-navigation .has-sub-navigation:hover .navigation-link:after {
  bottom: 0;
  opacity: 1;
}

.primary-navigation .has-sub-navigation .navigation-link {
  position: relative;
}

.primary-navigation .has-sub-navigation .navigation-link:after {
  content: '';
  display: block;
  opacity: 0;
  position: absolute;
  bottom: -10px;
  left: 50%;
  margin-left: -10px;
  border: 10px solid transparent;
  border-bottom-color: #394146;
  transition: all 0.15s ease-in-out;
}

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

.nav-icon {
  display: inline-block;
  margin-bottom: 0.5em;
}

.sub-navigation-container {
  max-height: 0;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  background: #394146;
  text-align: center;
  overflow: hidden;
  transition: max-height 0.2s cubic-bezier(0, 1, 0, 1);
}

.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;
  padding: 2em 1em;
  transition: background-color 0.2s ease-in-out;
}

.sub-navigation-item:hover {
  background-color: #444e54;
}

.sub-navigation-link {
  display: block;
  font-size: 0.875em;
  margin-bottom: 0.5em;
  color: #fff;
}

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

/*  Secondary Navigation
        ========================================================================== */

.secondary-navigation {
  float: right;
  font-size: 0.875em;
  color: #fff;
}

.secondary-navigation .navigation-item {
  display: none;
  padding: 0 0 0.75em;
}

.secondary-navigation .navigation-item:first-child {
  margin-right: 0.5em;
}

.secondary-navigation .navigation-item:first-child:after {
  content: '\25cb';
}

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

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

.secondary-navigation .button {
  color: #39722c;
  border: 2px solid #fff;
}

.secondary-navigation .button:hover {
  background-color: transparent;
  color: #fff;
}

.is-scrolled .secondary-navigation .navigation-item {
  padding: 1.5em 0.5em;
}

.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.25em;
}

.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;
}

/*  Header
        ========================================================================== */

.logo {
  float: left;
  display: block;
  width: 100px;
  padding: 1em;
}

.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%;
}

/*  Platform Animated Images
        ========================================================================== */

/*  Hobnob Product Page Animations
	animations have to be defined outside of media queries for IE
	========================================================================== */

@keyframes pop-in {
  0% {
    transform: scale(0);
  }

  40% {
    transform: scale(1.1);
  }

  60% {
    transform: scale(0.95);
  }

  80% {
    transform: scale(1.05);
  }

  100% {
    transform: scale(1);
  }
}

@keyframes slide-up {
  0% {
    transform: translateY(100%);
  }

  60% {
    transform: translateY(-5%);
  }

  80% {
    transform: translateY(2.5%);
  }

  100% {
    transform: translateY(0);
  }
}

@keyframes group-reveal {
  0% {
    filter: alpha(opacity=0);
    opacity: 0;
  }

  100% {
    filter: alpha(opacity=100);
    opacity: 1;
  }
}

@keyframes fill-animate {
  0% {
    height: 23.2558139535%;
  }

  100% {
    height: 46.2790697674%;
  }
}

/* Online Fundraising */

.qgiv-responsive-image-container {
  margin: 0 auto -1.35em;
  max-width: 865px;
  text-align: center;
}

.qgiv-responsive-image-phone {
  position: absolute;
  bottom: 2.0809248555%;
  top: auto;
  left: 0;
  width: 14.9132947977%;
}

.qgiv-responsive-image-tablet {
  position: absolute;
  bottom: 2.0809248555%;
  top: auto;
  right: 0;
  width: 25.2023121387%;
}

.qgiv-responsive-image-laptop {
  position: relative;
  left: -4.9710982659%;
  width: 76.7630057803%;
}

.qgiv-customize-image-container {
  margin: 1em auto 0;
  max-width: 465px;
  width: 100%;
}

.qgiv-customize-image-form {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
}

.qgiv-customize-image-widget {
  position: absolute;
  bottom: 13.3333333333%;
  right: -3.0107526882%;
  width: 97.1264367816%;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.05);
  border-radius: 4px;
}

.qgiv-cx-container {
  position: absolute;
  bottom: 0;
  margin: 2.5em auto 0;
  max-width: 628px;
  width: 100%;
}

.hobnob-responsive-image-container {
  margin: 0 auto;
  max-width: 760px;
  width: 100%;
}

.hobnob-responsive-phone {
  position: absolute;
  bottom: 3.9473684211%;
  left: 0;
  width: 19.2307692308%;
}

.hobnob-responsive-laptop {
  position: relative;
  display: block;
  float: right;
  width: 82.8947368421%;
}

.hobnob-more-image-container {
  margin-top: 1em;
  max-width: 500px;
  width: 100%;
  padding-top: 12%;
}

.hobnob-more-reports {
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.05);
  position: absolute;
  width: 63%;
  top: 0;
  right: 0;
}

.hobnob-more-store {
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.05);
  position: relative;
  width: 70%;
  margin-left: -30%;
}

.hobnob-tracking-image-container {
  margin-top: 1em;
  max-width: 600px;
  width: 100%;
  padding-top: 12%;
}

.hobnob-tracking-timeline {
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.05);
  position: absolute;
  width: 76.3888888889%;
  top: 0;
  right: 0;
}

.hobnob-tracking-piechart {
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.05);
  position: relative;
  width: 52.4344569288%;
}

.hobnob-customize-image-container {
  margin: 2em auto;
  max-width: 600px;
  overflow: hidden;
  width: 100%;
}

.hobnob-customize-hp-initial-state {
  display: block;
  width: 100%;
}

.hobnob-customize-hp-final-state {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  max-width: none;
}

.hobnob-customize-widget {
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.05);
  top: 48.1481481481%;
  left: 22.25%;
  position: absolute;
  width: 42%;
}

.hobnob-customize-cms-image-container {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
}

.hobnob-customize-cms-bar {
  display: block;
}

.hobnob-customize-cms-blue {
  position: absolute;
  top: 34.756097561%;
  left: 59.25%;
  width: 9.375%;
}

.hobnob-engagement-image-container .thermometer-fill-container {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.hobnob-engagement-image-container .thermometer-fill {
  position: absolute;
  bottom: 11.6279069767%;
  left: 43.9534883721%;
  right: 0;
  top: auto;
  width: 12.5581395349%;
  height: 46.2790697674%;
  border-radius: 10px;
  background-color: #5fba4a;
  display: block;
}

.kiosk-main-image-container {
  overflow: hidden;
}

.kiosk-receipt-image-container {
  max-width: 450px;
  margin-left: auto;
  margin-right: auto;
  right: 1em;
}

.kiosk-receipt-overlay {
  position: absolute;
  right: 0;
  bottom: 15%;
  width: 5.8823529412%;
}

.kiosk-receipt-card {
  display: none;
  position: absolute;
  right: -12%;
  top: 60%;
  width: 17.0278637771%;
}

.kiosk-receipt-details {
  position: absolute;
  bottom: 13.7777777778%;
  left: 16.2222222222%;
  width: 61.919504644%;
  box-shadow: 0 5px 15px -5px rgba(0, 0, 0, 0.25);
}

.kiosk-branded-image-container {
  max-width: 524px;
  overflow: hidden;
}

.kiosk-branded-base {
  margin-top: 1em;
  width: 78.2442748092%;
  float: left;
}

.kiosk-branded-stand {
  width: 20.9923664122%;
  float: right;
}

.kiosk-branded-ui {
  width: 100%;
  margin: -2em 1em 0 0;
}

/* Feature Pages */

.feature-text-giving-container {
  position: absolute;
  bottom: 0;
  margin: 4em auto 0;
  max-width: 332px;
  width: 100%;
}

.feature-text-giving-phone {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
}

.feature-giftassist-container {
  position: absolute;
  bottom: 0;
  margin: 8em auto 0;
  max-width: 582px;
  width: 100%;
}

.feature-giftassist-graphic {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
}

.feature-integrations-container {
  position: absolute;
  bottom: 0;
  margin: 6em auto 0;
  max-width: 500px;
  width: 100%;
}

.feature-integrations-graphic {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
}

.feature-cx-container {
  position: absolute;
  bottom: 0;
  margin: 6em auto 0;
  max-width: 628px;
  width: 100%;
}

.feature-cx-graphic {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
}

.feature-facebook-form-container {
  position: absolute;
  bottom: 0;
  margin: 3em auto 0;
  max-width: 628px;
  width: 100%;
}

.feature-facebook-form-graphic {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
}

.feature-cms-container {
  position: absolute;
  bottom: 0;
  margin: 6em auto 0;
  width: 682px;
}

.feature-cms-graphic-a {
  position: absolute;
  top: 0;
  left: 0;
  width: 29.3255131965%;
}

.feature-cms-graphic-b {
  position: absolute;
  top: 0;
  left: 32.991202346%;
  width: 29.3255131965%;
}

.feature-cms-graphic-c {
  position: absolute;
  top: 0;
  left: 65.9824046921%;
  width: 29.3255131965%;
}

.feature-cms-graphic-d {
  display: none;
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
}

.feature-donor-account-container {
  position: absolute;
  bottom: 0;
  margin: 8em auto 0;
  max-width: 650px;
  width: 100%;
}

.feature-donor-account-graphic {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
}

.feature-security-container {
  position: absolute;
  bottom: 0;
  margin: 8em auto 0;
  max-width: 632px;
  width: 100%;
}

.feature-security-graphic {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
}

@media screen and (min-width: 1025px) {
  .hobnob-responsive-image-container {
    margin: 4em 0 0 -20%;
    width: 120%;
  }

  .kiosk-receipt-image-container {
    margin-top: -0.5em;
    right: auto;
  }

  .page-product .kiosk-main-image-container {
    margin: -10% 0 0 0;
  }

  .csstransitions {
    /*  Qgiv Product Page
	    ========================================================================== */
    /*  Hobnob Product Page
	    ========================================================================== */
    /* Feature Pages 
		========================================================================== */
    /*  Kiosk Product Page
	    ========================================================================== */
  }

  .csstransitions .overflow-hidden {
    overflow: hidden;
  }

  .csstransitions .product-image {
    transition: all ease-in-out 1s;
  }

  .csstransitions .qgiv-responsive-image-phone {
    bottom: 5.7803468208%;
    left: 8.6705202312%;
  }

  .csstransitions .qgiv-responsive-image-tablet {
    bottom: 5.7803468208%;
    right: 8.6705202312%;
  }

  .csstransitions .qgiv-event-image {
    filter: alpha(opacity=0);
    opacity: 0;
  }

  .csstransitions .qgiv-customize-image-form {
    position: relative;
    transform: translateY(27.0967741935%);
  }

  .csstransitions .qgiv-customize-image-widget {
    bottom: 9.0322580645%;
    right: 1.3978494624%;
    transform: translate(27.0967741935%, 162.580645161%);
    transition-delay: 0.25s;
  }

  .csstransitions .qgiv-event-image-container {
    margin-top: -5%;
  }

  .csstransitions .hobnob-responsive-phone {
    transform: translate(10%, 6.5789473684%);
  }

  .csstransitions .hobnob-responsive-laptop {
    transform: translateY(10%);
  }

  .csstransitions .hobnob-more-reports {
    transform: translate(-5%, 5%);
  }

  .csstransitions .hobnob-more-store {
    transform: translate(5%, -5%);
  }

  .csstransitions .hobnob-tracking-timeline {
    transform: translate(-35%, 40%);
  }

  .csstransitions .hobnob-tracking-piechart {
    transform: translate(40%, -10%);
  }

  .csstransitions .hobnob-customize-image-container {
    margin: 0 0 0 -5%;
  }

  .csstransitions .hobnob-customize-hp-final-state {
    filter: alpha(opacity=0);
    opacity: 0;
    transition: all linear 0.3s 3.25s;
  }

  .csstransitions .hobnob-customize-widget {
    top: 52.2962962963%;
    left: 28.875%;
    transform: translate(25%, 75%);
    transition: all linear 0.5s 0.3s, box-shadow linear 0.3s 1s;
  }

  .csstransitions .hobnob-customize-cms-image-container {
    transform: translateY(100%);
  }

  .csstransitions .hobnob-customize-cms-blue {
    transform: scale(0);
  }

  .csstransitions .hobnob-engagement-svg .engage-group,
  .csstransitions .hobnob-engagement-svg .engage-border {
    filter: alpha(opacity=0);
    opacity: 0;
    transition: all linear 0.5s;
  }

  .csstransitions .thermometer-fill {
    transition: all linear 0.5s;
    height: 23.2558139535%;
  }

  .csstransitions .feature-text-giving-phone {
    position: relative;
    transform: translateY(30%);
  }

  .csstransitions .feature-giftassist-graphic {
    filter: alpha(opacity=0);
    opacity: 0;
    position: relative;
    transform: translateY(30%);
  }

  .csstransitions .feature-integrations-graphic {
    filter: alpha(opacity=0);
    opacity: 0;
    transform: translateY(30%);
  }

  .csstransitions .feature-cx-graphic {
    filter: alpha(opacity=0);
    opacity: 0;
    transform: translateY(30%);
  }

  .csstransitions .feature-facebook-form-graphic {
    filter: alpha(opacity=0);
    opacity: 0;
    transform: translateY(30%);
  }

  .csstransitions .feature-cms-graphic-a {
    filter: alpha(opacity=0);
    opacity: 0;
    transform: translateY(30%);
  }

  .csstransitions .feature-cms-graphic-b {
    filter: alpha(opacity=0);
    opacity: 0;
    transform: translateY(30%);
    transition-delay: 0.25s;
  }

  .csstransitions .feature-cms-graphic-c {
    filter: alpha(opacity=0);
    opacity: 0;
    transform: translateY(30%);
    transition-delay: 0.5s;
  }

  .csstransitions .feature-donor-account-graphic {
    filter: alpha(opacity=0);
    opacity: 0;
    position: relative;
    transform: translateY(30%);
  }

  .csstransitions .feature-security-graphic {
    filter: alpha(opacity=0);
    opacity: 0;
    position: relative;
    transform: translateY(30%);
  }

  .csstransitions .kiosk-main-image {
    transform: translateY(10%);
    transition-duration: 0.5s;
  }

  .csstransitions .kiosk-receipt-card {
    display: block;
    top: 0;
  }

  .csstransitions .kiosk-receipt-details {
    filter: alpha(opacity=0);
    opacity: 0;
  }

  .csstransitions .kiosk-branded-base {
    transform: translate(5%, 5%);
  }

  .csstransitions .kiosk-branded-stand {
    transform: translateX(-5%);
  }

  .csstransitions .product-image-group.is-active {
    /*  Qgiv Product Page
		        ========================================================================== */
    /* Feature Pages 
				========================================================================== */
    /*  Hobnob Product Page
		        ========================================================================== */
    /*  Kiosk Product Page
			    ========================================================================== */
  }

  .csstransitions .product-image-group.is-active .qgiv-responsive-image-phone {
    bottom: 4.6242774566%;
    left: 0;
    transform: rotate(0deg);
  }

  .csstransitions .product-image-group.is-active .qgiv-responsive-image-tablet {
    bottom: 4.6242774566%;
    right: 0;
    transform: rotate(0deg);
  }

  .csstransitions .product-image-group.is-active .qgiv-customize-image-form {
    position: relative;
    transform: translateY(0);
  }

  .csstransitions .product-image-group.is-active .qgiv-customize-image-widget {
    transform: translate(0, 0);
  }

  .csstransitions .product-image-group.is-active .qgiv-event-image {
    filter: alpha(opacity=100);
    opacity: 1;
  }

  .csstransitions .product-image-group.is-active .feature-text-giving-phone {
    transform: translateY(0);
  }

  .csstransitions .product-image-group.is-active .feature-giftassist-graphic {
    filter: alpha(opacity=100);
    opacity: 1;
    transform: translateY(0);
  }

  .csstransitions .product-image-group.is-active .feature-integrations-graphic {
    filter: alpha(opacity=100);
    opacity: 1;
    transform: translateY(0);
  }

  .csstransitions .product-image-group.is-active .feature-cx-graphic {
    filter: alpha(opacity=100);
    opacity: 1;
    transform: translateY(0);
  }

  .csstransitions .product-image-group.is-active .feature-facebook-form-graphic {
    filter: alpha(opacity=100);
    opacity: 1;
    transform: translateY(0);
  }

  .csstransitions .product-image-group.is-active .feature-cms-graphic-a {
    filter: alpha(opacity=100);
    opacity: 1;
    transform: translateY(0);
  }

  .csstransitions .product-image-group.is-active .feature-cms-graphic-b {
    filter: alpha(opacity=100);
    opacity: 1;
    transform: translateY(0);
  }

  .csstransitions .product-image-group.is-active .feature-cms-graphic-c {
    filter: alpha(opacity=100);
    opacity: 1;
    transform: translateY(0);
  }

  .csstransitions .product-image-group.is-active .feature-donor-account-graphic {
    filter: alpha(opacity=100);
    opacity: 1;
    transform: translateY(0);
  }

  .csstransitions .product-image-group.is-active .feature-security-graphic {
    filter: alpha(opacity=100);
    opacity: 1;
    transform: translateY(0);
  }

  .csstransitions .product-image-group.is-active .hobnob-responsive-phone {
    transform: translate(0, 0);
  }

  .csstransitions .product-image-group.is-active .hobnob-responsive-laptop {
    transform: translateY(0);
  }

  .csstransitions .product-image-group.is-active .hobnob-customize-hp-final-state {
    filter: alpha(opacity=100);
    opacity: 1;
  }

  .csstransitions .product-image-group.is-active .hobnob-customize-widget {
    box-shadow: none;
    transform: translate(0, 0);
  }

  .csstransitions .product-image-group.is-active .hobnob-customize-cms-image-container {
    animation-name: slide-up;
    -webkit-animation-duration: 0.75s;
    -webkit-animation-delay: 1.5s;
    -webkit-animation-iteration-count: 1;
    -webkit-animation-fill-mode: forwards;
    -moz-animation-duration: 0.75s;
    -moz-animation-delay: 1.5s;
    -moz-animation-iteration-count: 1;
    -moz-animation-fill-mode: forwards;
    -o-animation-duration: 0.75s;
    -o-background-sizeanimation-delay: 1.5s;
    -o-animation-iteration-count: 1;
    -o-animation-fill-mode: forwards;
    -ms-animation-duration: 0.75s;
    -ms-background-sizeanimation-delay: 1.5s;
    -ms-animation-iteration-count: 1;
    -ms-animation-fill-mode: forwards;
    animation-duration: 0.75s;
    animation-delay: 1.5s;
    animation-iteration-count: 1;
    animation-fill-mode: forwards;
  }

  .csstransitions .product-image-group.is-active .hobnob-customize-cms-blue {
    animation-name: pop-in;
    -webkit-animation-duration: 0.75s;
    -webkit-animation-delay: 2.5s;
    -webkit-animation-iteration-count: 1;
    -webkit-animation-fill-mode: forwards;
    -moz-animation-duration: 0.75s;
    -moz-animation-delay: 2.5s;
    -moz-animation-iteration-count: 1;
    -moz-animation-fill-mode: forwards;
    -o-animation-duration: 0.75s;
    -o-background-sizeanimation-delay: 2.5s;
    -o-animation-iteration-count: 1;
    -o-animation-fill-mode: forwards;
    -ms-animation-duration: 0.75s;
    -ms-background-sizeanimation-delay: 2.5s;
    -ms-animation-iteration-count: 1;
    -ms-animation-fill-mode: forwards;
    animation-duration: 0.75s;
    animation-delay: 2.5s;
    animation-iteration-count: 1;
    animation-fill-mode: forwards;
  }

  .csstransitions .product-image-group.is-active .hobnob-more-reports {
    transform: translate(0, 0);
  }

  .csstransitions .product-image-group.is-active .hobnob-more-store {
    transform: translate(0, 0);
  }

  .csstransitions .product-image-group.is-active .hobnob-tracking-timeline {
    transform: translate(-45%, 50%);
  }

  .csstransitions .product-image-group.is-active .hobnob-tracking-piechart {
    transform: translate(50%, -20%);
  }

  .csstransitions .product-image-group.is-active .hobnob-engagement-svg .engage-group,
  .csstransitions .product-image-group.is-active .hobnob-engagement-svg .engage-border {
    animation-name: group-reveal;
    -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;
  }

  .csstransitions .product-image-group.is-active .hobnob-engagement-svg .engage-group:nth-child(3) {
    animation-delay: 0s;
  }

  .csstransitions .product-image-group.is-active .hobnob-engagement-svg .engage-group:nth-child(4) {
    animation-delay: 0.25s;
  }

  .csstransitions .product-image-group.is-active .hobnob-engagement-svg .engage-group:nth-child(5) {
    animation-delay: 0.5s;
  }

  .csstransitions .product-image-group.is-active .hobnob-engagement-svg .engage-group:nth-child(6) {
    animation-delay: 0.75s;
  }

  .csstransitions .product-image-group.is-active .hobnob-engagement-svg .engage-group:nth-child(7) {
    animation-delay: 1s;
  }

  .csstransitions .product-image-group.is-active .hobnob-engagement-svg .engage-group:nth-child(8) {
    animation-delay: 1.25s;
  }

  .csstransitions .product-image-group.is-active .hobnob-engagement-svg .engage-group:nth-child(9) {
    animation-delay: 1.5s;
  }

  .csstransitions .product-image-group.is-active .hobnob-engagement-svg .engage-group:nth-child(10) {
    animation-delay: 1.75s;
  }

  .csstransitions .product-image-group.is-active .hobnob-engagement-svg .engage-group:nth-child(11) {
    animation-delay: 2s;
  }

  .csstransitions .product-image-group.is-active .hobnob-engagement-svg .engage-group:nth-child(12) {
    animation-delay: 2.25s;
  }

  .csstransitions .product-image-group.is-active .hobnob-engagement-svg .engage-group:nth-child(13) {
    animation-delay: 2.5s;
  }

  .csstransitions .product-image-group.is-active .hobnob-engagement-svg .engage-border:nth-child(1) {
    animation-delay: 0s;
  }

  .csstransitions .product-image-group.is-active .hobnob-engagement-svg .engage-border:nth-child(2) {
    animation-delay: 1.25s;
  }

  .csstransitions .product-image-group.is-active .thermometer-fill {
    animation-name: fill-animate;
    -webkit-animation-duration: 3s;
    -webkit-animation-delay: 0s;
    -webkit-animation-iteration-count: 1;
    -webkit-animation-fill-mode: forwards;
    -moz-animation-duration: 3s;
    -moz-animation-delay: 0s;
    -moz-animation-iteration-count: 1;
    -moz-animation-fill-mode: forwards;
    -o-animation-duration: 3s;
    -o-background-sizeanimation-delay: 0s;
    -o-animation-iteration-count: 1;
    -o-animation-fill-mode: forwards;
    -ms-animation-duration: 3s;
    -ms-background-sizeanimation-delay: 0s;
    -ms-animation-iteration-count: 1;
    -ms-animation-fill-mode: forwards;
    animation-duration: 3s;
    animation-delay: 0s;
    animation-iteration-count: 1;
    animation-fill-mode: forwards;
  }

  .csstransitions .product-image-group.is-active .kiosk-main-image {
    transform: translateY(0);
  }

  .csstransitions .product-image-group.is-active .kiosk-receipt-card {
    transform: translateY(170%);
  }

  .csstransitions .product-image-group.is-active .kiosk-receipt-details {
    filter: alpha(opacity=100);
    opacity: 1;
    transition-delay: 0.5s;
  }

  .csstransitions .product-image-group.is-active .kiosk-branded-base {
    transform: translate(0, 0);
  }

  .csstransitions .product-image-group.is-active .kiosk-branded-stand {
    transform: translateX(0);
  }
}

/*  Hero Banner
        ========================================================================== */

.hero-container {
  position: relative;
  background-color: #5d6970;
  padding-bottom: 66%;
}

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

.hero-container.hero-large {
  padding-bottom: 100%;
}

.hero-container.hero-collapsed {
  padding-bottom: 0;
  height: 6.875em;
}

.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: table;
  width: 100%;
  height: 100%;
}

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

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

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

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

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

/*  Page-Specific Styles
        ========================================================================== */

.page-home .hero-image {
  background: url("https://253c1a7ac48fbba7a2cf-180c7bab436caa8db521844d2068b47a.ssl.cf2.rackcdn.com/hero-banner-home_jpg-1521468456") center center no-repeat;
  background-size: cover;
}

.page-home .secondary-navigation .navigation-cta {
  display: none;
}

.page-segment-npo .hero-image,
.page-demo-npo .hero-image {
  background: url("https://253c1a7ac48fbba7a2cf-180c7bab436caa8db521844d2068b47a.ssl.cf2.rackcdn.com/hero-banner-segment-npo_jpg-1521468456") center center no-repeat;
  background-size: cover;
}

.page-segment-faith .hero-image,
.page-demo-faith .hero-image {
  background: url("https://253c1a7ac48fbba7a2cf-180c7bab436caa8db521844d2068b47a.ssl.cf2.rackcdn.com/hero-banner-segment-faith_jpg-1521468456") center center no-repeat;
  background-size: cover;
}

.page-segment-political .hero-image,
.page-demo-political .hero-image {
  background: url("https://253c1a7ac48fbba7a2cf-180c7bab436caa8db521844d2068b47a.ssl.cf2.rackcdn.com/hero-banner-segment-political_jpg-1521468457") center center no-repeat;
  background-size: cover;
}

.page-pricing .hero-image {
  background: url("https://253c1a7ac48fbba7a2cf-180c7bab436caa8db521844d2068b47a.ssl.cf2.rackcdn.com/pricing-hero-temp_jpg-1521468457") center center no-repeat;
  background-size: cover;
}

.page-pricing .hero-large {
  padding-bottom: 36%;
}

.page-pricing .heading-delta,
.page-pricing .article-body h4,
.article-body .page-pricing h4 {
  font-size: 2.25em;
  margin: 0 0 0.2em;
}

.page-pricing .hero-container {
  padding-bottom: 112px;
}

.page-pricing .pricing-cost {
  margin-bottom: 2em;
}

.page-pricing .pricing-description {
  font-size: 0.875em;
}

.page-compare .hero-image {
  background: url("https://253c1a7ac48fbba7a2cf-180c7bab436caa8db521844d2068b47a.ssl.cf2.rackcdn.com/pricing-hero-temp_jpg-1521468457") center center no-repeat;
  background-size: cover;
}

.page-compare .hero-large {
  padding-bottom: 36%;
}

.page-compare .hero-container {
  padding-bottom: 112px;
}

.page-demo .hero-image {
  background: url("https://253c1a7ac48fbba7a2cf-180c7bab436caa8db521844d2068b47a.ssl.cf2.rackcdn.com/hero-banner-demo-request_jpg-1521468458") center center no-repeat;
  background-size: cover;
  min-height: 180px;
}

.page-demo .heading-alpha,
.page-demo .article-body h1,
.article-body .page-demo h1 {
  font-size: 2.5em;
}

.page-demo-template .hero-image img {
  width: 100%;
}

.demo-request-header {
  padding-bottom: 220px;
}

.demo-request-header .demo-logo {
  float: none;
  margin: 0 auto;
  width: 125px;
}

.demo-request-header .hero-heading {
  clear: both;
  font-size: 1.5em;
}

.demo-request-header .hero-message-content {
  padding: 1em;
}

.page-customers .hero-image {
  background: url("https://253c1a7ac48fbba7a2cf-180c7bab436caa8db521844d2068b47a.ssl.cf2.rackcdn.com/hero-banner-customers_jpg-1521468459") center center no-repeat;
  background-size: cover;
}

.page-customers .hero-large {
  padding-bottom: 36%;
}

.page-customers .heading-beta,
.page-customers .article-body h2,
.article-body .page-customers h2 {
  line-height: 1.3em;
}

.page-success-center .hero-image {
  background: url("https://253c1a7ac48fbba7a2cf-180c7bab436caa8db521844d2068b47a.ssl.cf2.rackcdn.com/hero-banner-customer-success_jpg-1521468459") 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: #5fba4a;
}

.page-product .hero-container {
  background-color: #ccc;
}

.page-product .product-heading-offset {
  margin-top: 8%;
}

.page-blog .hero-image,
.blog .hero-image,
.category .hero-image,
.success-center-hero-container .hero-image {
  background: url("https://253c1a7ac48fbba7a2cf-180c7bab436caa8db521844d2068b47a.ssl.cf2.rackcdn.com/hero-banner-blog-visual_jpg-1521468459") center center no-repeat;
  background-size: cover;
}

.page-case-study .hero-large {
  background-color: #394146;
  padding-bottom: 7em;
}

.page-case-study .inline-list-item {
  padding: 0.3em;
}

.page-superheroes-main .hero-image {
  background: url("https://253c1a7ac48fbba7a2cf-180c7bab436caa8db521844d2068b47a.ssl.cf2.rackcdn.com/superhero-detail-bg_jpg-1521468460") center center no-repeat;
  background-size: cover;
}

.page-superheroes-main .hero-large {
  padding-bottom: 7em;
}

.page-superheroes-main .visual-cta-grid-container {
  max-width: 1024px;
}

.page-superheroes-main .visual-cta {
  border: 2px solid #fff;
}

.page-superheroes-main .action-bar {
  background: #f06133;
}

.page-superheroes-main .action-sub-heading {
  padding-left: 2em;
  padding-right: 2em;
}

.page-problems-we-solve .image-effect-1 {
    box-shadow: inset 0px 100px 50px 0px rgba(250,250,250, 1); 
    background-image: url(https://253c1a7ac48fbba7a2cf-180c7bab436caa8db521844d2068b47a.ssl.cf2.rackcdn.com/Stocksy_1_jpg-1521468460); 
    background-repeat: no-repeat; 
    background-position: center top; 
    background-size: cover; 
    max-width: 1000px; 
    height: 500px;
}

.page-problems-we-solve .image-effect-2 {
    box-shadow: inset 0px 75px 50px 0px rgba(255,255,255, 1); 
    background-image: url(https://253c1a7ac48fbba7a2cf-180c7bab436caa8db521844d2068b47a.ssl.cf2.rackcdn.com/Stocksy-teacher_jpg-1521468460); 
    background-repeat: no-repeat; 
    background-position: center top; 
    background-size: cover; 
    max-width: 1000px; 
    height: 500px;
}

.page-referrals .action-bar {
  background: #f06133;
}

.page-referrals .hero-image {
  background: url("https://253c1a7ac48fbba7a2cf-180c7bab436caa8db521844d2068b47a.ssl.cf2.rackcdn.com/superhero-detail-bg_jpg-1521468460") center center no-repeat;
  background-size: cover;
}

.page-superheroes .hero-image {
  background: url("https://253c1a7ac48fbba7a2cf-180c7bab436caa8db521844d2068b47a.ssl.cf2.rackcdn.com/superhero-detail-bg_jpg-1521468460") center center no-repeat;
  background-size: cover;
}

.page-superheroes .hero-large {
  padding-bottom: 7em;
}

.page-superheroes .visual-cta-grid-container {
  max-width: 1024px;
}

.page-superheroes .visual-cta {
  border: 2px solid #fff;
}

.page-superheroes .action-bar {
  background: #f06133;
}

.page-superheroes .action-sub-heading {
  padding-left: 2em;
  padding-right: 2em;
}

.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-testimonials .hero-image {
  background: url("https://253c1a7ac48fbba7a2cf-180c7bab436caa8db521844d2068b47a.ssl.cf2.rackcdn.com/hero-banner-testimonials_jpg-1521468461") center center no-repeat;
  background-size: cover;
}

.page-testimonials .hero-large {
  padding-bottom: 36%;
}

.page-testimonials .heading-beta,
.page-testimonials .article-body h2,
.article-body .page-testimonials h2 {
  line-height: 1.3em;
}

.page-features .hero-container {
  height: 700px;
}

.page-features .hero-image {
  background-size: 100% 700px;
}

.page-features .hero-message {
  margin: 0 auto;
  max-width: 1024px;
}

.page-features .hero-message-container {
  top: 5em;
}

.page-features-main .icon-cta-heading {
  height: 2.3em;
  line-height: 2.3em;
}

.page-features-main .media-image {
  margin-right: 1em;
}

.page-unlimited .hero-image {
  background: url("https://253c1a7ac48fbba7a2cf-180c7bab436caa8db521844d2068b47a.ssl.cf2.rackcdn.com/unlimited-page-hero_jpg-1521468461") center center no-repeat;
  background-size: cover;
}

.page-unlimited .hero-container {
  padding-bottom: 112px;
}

.page-ja .hero-image {
  background: url("https://253c1a7ac48fbba7a2cf-180c7bab436caa8db521844d2068b47a.ssl.cf2.rackcdn.com/ja-page-hero_jpg-1521468462") center center no-repeat;
  background-size: cover;
}

.landing-social-ebook {
  background: #0099cd url("https://253c1a7ac48fbba7a2cf-180c7bab436caa8db521844d2068b47a.ssl.cf2.rackcdn.com/8-bit-sky_png-1521468462") 0 0 repeat-x;
  animation: animateBackground 40s linear infinite;
}

.landing-social-ebook .landing-content,
.landing-social-ebook .landing-form-container {
  padding: 1.5em;
}

.landing-social-ebook .landing-content {
  color: #fff;
}

.landing-social-ebook .landing-heading {
  font-size: 2.5em;
}

.landing-social-ebook .landing-form-container {
  background-color: #fff;
  border: 3px solid #000;
  margin: 2em 1em 1em;
  border-radius: 0.2em;
}

.landing-social-ebook .footer-container {
  background: #f5a52a url("https://253c1a7ac48fbba7a2cf-180c7bab436caa8db521844d2068b47a.ssl.cf2.rackcdn.com/8-bit-ground_jpg-1521468462") top repeat-x;
  padding-top: 2em;
  color: #fff;
}

.landing-social-ebook .footer-container .attribution,
.landing-social-ebook .footer-container .colophon {
  color: #fff;
}

.landing-social-ebook .footer-container .q-letter {
  fill: #fff;
}

.no-cssanimations .landing-social-ebook {
  background: #0099cd url("https://253c1a7ac48fbba7a2cf-180c7bab436caa8db521844d2068b47a.ssl.cf2.rackcdn.com/8-bit-sky_png-1521468462") center top repeat-y;
}

.landing-donor-cultivation-ebook {
  background: #cbdfe8 url("https://253c1a7ac48fbba7a2cf-180c7bab436caa8db521844d2068b47a.ssl.cf2.rackcdn.com/donor-cultivation-sky_png-1521468462") 0 0 repeat-x;
  animation: animateBackgroundR 40s linear infinite;
}

.landing-donor-cultivation-ebook .landing-content,
.landing-donor-cultivation-ebook .landing-form-container {
  padding: 1.5em;
}

.landing-donor-cultivation-ebook .landing-content {
  color: #394146;
}

.landing-donor-cultivation-ebook .landing-heading {
  font-size: 3em;
}

.landing-donor-cultivation-ebook .landing-form-container {
  background-color: #fff;
  border: 3px solid #a1bd67;
  margin: 2em 1em 2em;
  border-radius: 1em;
}

.landing-donor-cultivation-ebook .footer-container {
  background: #3a4851 url("https://253c1a7ac48fbba7a2cf-180c7bab436caa8db521844d2068b47a.ssl.cf2.rackcdn.com/donor-cultivation-ground_png-1521468463") top repeat-x;
  padding-top: 2em;
  color: #fff;
}

.landing-donor-cultivation-ebook .footer-container .attribution,
.landing-donor-cultivation-ebook .footer-container .colophon {
  color: #fff;
}

.landing-donor-cultivation-ebook .footer-container .q-letter {
  fill: #fff;
}

.no-cssanimations .landing-donor-cultivation-ebook {
  background: #cbdfe8 url("https://253c1a7ac48fbba7a2cf-180c7bab436caa8db521844d2068b47a.ssl.cf2.rackcdn.com/donor-cultivation-sky_png-1521468462") center top repeat-y;
}

.landing-tales-from-the-trenches {
  background: #ffffff;
}

.landing-tales-from-the-trenches .landing-content,
.landing-tales-from-the-trenches .landing-form-container {
  padding: 1.5em;
}

.landing-tales-from-the-trenches .landing-content {
  color: #5d6970;
}

.landing-tales-from-the-trenches .landing-heading {
  font-size: 2.6em;
  margin: 0 0 0.5em;
}

.landing-tales-from-the-trenches .footer-container {
  background: #3a4851 url("https://253c1a7ac48fbba7a2cf-180c7bab436caa8db521844d2068b47a.ssl.cf2.rackcdn.com/orange-pixel-1x60_gif-1521468463") top repeat-x;
  padding-top: 2em;
  color: #fff;
}

.landing-tales-from-the-trenches .footer-container .attribution,
.landing-tales-from-the-trenches .footer-container .colophon {
  color: #fff;
}

.landing-tales-from-the-trenches .footer-container .q-letter {
  fill: #fff;
}

/*  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 {
  padding: 2em 0;
  border-top: 1px solid #eceff0;
}

.post-list .tease-post: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;
}

.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;
}

.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: #47aa47;
  font-weight: bold;
  border-color: #5fba4a;
}

@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;
}

/* Generic Responsive Images */

.responsive-generic-image-container {
  max-width: 100%;
  margin: 0 auto 3em -10%;
}

.responsive-generic-image-container img {
  max-width: none;
}

.responsive-generic-image-phone {
  position: absolute;
  bottom: -4.8828125%;
  top: auto;
  right: 0;
  width: 16.6015625%;
}

.responsive-generic-image-tablet {
  position: absolute;
  bottom: -2.34375%;
  top: auto;
  right: 7.8125%;
  width: 30.078125%;
}

.responsive-generic-image-desktop {
  position: relative;
  width: 69.04296875%;
}

@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;
  }
}

/* Responsive Overview Image Container */

.responsive-overview-image-container {
  margin: 2em 0;
}

.responsive-mobile-image {
  position: absolute;
  right: -5%;
  bottom: -15%;
  width: 29.1666666667%;
}

@media screen and (min-width: 1025px) {
  .responsive-overview-image {
    width: 600px;
    max-width: none;
  }

  .responsive-mobile-image {
    width: 175px;
    right: -15%;
    bottom: -30%;
  }
}

/* Hobnob Overview Container */

.hobnob-overview-container .hobnob-more-image-container {
  position: absolute;
  right: -5%;
  top: -10%;
  width: 66%;
  z-index: 1;
}

.hobnob-overview-container .hobnob-responsive-laptop {
  float: none;
  margin-top: 2em;
}

@media screen and (min-width: 1025px) {
  .hobnob-overview-container {
    max-width: 800px;
    margin: 0 auto;
  }

  .hobnob-overview-container .hobnob-more-image-container {
    top: -5%;
  }

  .hobnob-overview-container .hobnob-responsive-laptop {
    margin-top: 0;
  }
}

/* Donor Growth Container */

@media screen and (min-width: 1025px) {
  .donor-growth-image-container.scaling-icon-container {
    position: absolute;
    margin-top: -5%;
  }
}

/*  Footer
        ========================================================================== */

.footer-container {
  clear: both;
  background-color: #394146;
  color: #eceff0;
}

.footer-container .tri-dot-divider {
  margin: 2em 0;
}

.footer-navigation {
  margin-bottom: 2em;
}

.footer-navigation .navigation-item {
  margin-bottom: 0.75em;
}

.footer-navigation .blog-navigation-item {
  font-size: 1.125em;
  margin-bottom: 1em;
}

.footer-navigation .navigation-link {
  color: #9ea8ae;
}

.footer-navigation .navigation-link:hover {
  color: #fff;
}

.footer-navigation-heading {
  color: #fff;
  margin-bottom: 1em;
}

.attribution {
  font-size: 0.875em;
  color: #9ea8ae;
  text-align: center;
}

.attribution .attribution-item {
  width: 100%;
}

.attribution .attribution-item:first-child .simple-grid-unit {
  padding: 0.75em;
}

.attribution strong {
  color: #fff;
}

.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%;
}

.colophon {
  font-size: 0.875em;
  color: #909ca3;
  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;
}

/* Text Color */

.text-green {
  color: #47aa47;
}

.text-white {
  color: #ffffff;
}

.text-yellow {
  color: #febf28;
}

.text-orange {
  color: #f06133;
}

.text-dark-gray {
  color: #394146;
}

/* Text Size */

.text-smaller {
  font-size: 0.875em;
}

/* Margin/Padding */

.no-margin {
  margin: 0;
}

.margin-1x {
  margin: 1em;
}

.margin-2x {
  margin: 2em;
}

.margin-3x {
  margin: 3em;
}

.no-margin-top {
  margin-top: 0;
}

.margin-top-1x {
  margin-top: 1em;
}

.margin-top-2x {
  margin-top: 2em;
}

.margin-top-3x {
  margin-top: 3em;
}

.no-margin-bottom {
  margin-bottom: 0;
}

.margin-bottom-1x {
  margin-bottom: 1em;
}

.margin-bottom-2x {
  margin-bottom: 2em;
}

.margin-bottom-3x {
  margin-bottom: 3em;
}

.no-margin-right {
  margin-right: 0;
}

.margin-right-1x {
  margin-right: 1em;
}

.margin-right-2x {
  margin-right: 2em;
}

.margin-right-3x {
  margin-right: 3em;
}

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

.margin-left-1x {
  margin-left: 1em;
}

.margin-left-2x {
  margin-left: 2em;
}

.margin-left-3x {
  margin-left: 3em;
}

.no-padding {
  padding: 0;
}

.padding-1x {
  padding: 1em;
}

.padding-2x {
  padding: 2em;
}

.padding-3x {
  padding: 3em;
}

.no-padding-top {
  padding-top: 0;
}

.padding-top-1x {
  padding-top: 1em;
}

.padding-top-2x {
  padding-top: 2em;
}

.padding-top-3x {
  padding-top: 3em;
}

.no-padding-bottom {
  padding-bottom: 0;
}

.padding-bottom-1x {
  padding-bottom: 1em;
}

.padding-bottom-2x {
  padding-bottom: 2em;
}

.padding-bottom-3x {
  padding-bottom: 3em;
}

.no-padding-right {
  padding-right: 0;
}

.padding-right-1x {
  padding-right: 1em;
}

.padding-right-2x {
  padding-right: 2em;
}

.padding-right-3x {
  padding-right: 3em;
}

.no-padding-left {
  padding-left: 0;
}

.padding-left-1x {
  padding-left: 1em;
}

.padding-left-2x {
  padding-left: 2em;
}

.padding-left-3x {
  padding-left: 3em;
}

/* 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%;
}

.number-highlight-circle {
  display: inline-block;
  border-radius: 50%;
  width: 76px;
  border: 3px solid #5fba4a;
  color: #5fba4a;
  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: #5fba4a;
}

.rating-good .indicator {
  display: inline-block;
  background-color: #5fba4a;
  width: 0.7em;
  height: 0.7em;
  border-radius: 50%;
  margin-right: 0.7em;
}

.rating-bad {
  color: #f06133;
}

.rating-bad .indicator {
  display: inline-block;
  background-color: #f06133;
  width: 0.7em;
  height: 0.7em;
  border-radius: 50%;
  margin-right: 0.7em;
}

/* Position */

.has-anchor-element {
  position: relative;
}

/*  ==========================================================================
    Third Party Styles
    ========================================================================== */

/*  ==========================================================================
    Media Queries
    ========================================================================== */

/* Superhero Detail Pages */

.page-superheroes .hero-container {
  height: 700px;
}

.page-superheroes .superhero-avatar {
  display: none;
}

.page-superheroes-main .heading-delta,
.page-superheroes-main .article-body h4,
.article-body .page-superheroes-main h4 {
  font-size: 1.2em;
}

@media screen and (max-width: 1024px) {
  .logo {
    position: relative;
    z-index: 2;
  }

  .mobile-navigation-is-active .secondary-navigation {
    z-index: 1;
  }

  .primary-navigation {
    height: 0;
    overflow: hidden;
    margin: 0;
    float: none;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    background-color: #394146;
    z-index: 0;
  }

  .primary-navigation .navigation-item {
    display: block;
    text-align: center;
  }

  .primary-navigation .navigation-link {
    padding: 1.5em 1em;
    color: #fff;
    transition: background-color 0.2s ease-in-out;
  }

  .primary-navigation .navigation-link:hover {
    background-color: #5d6970;
  }

  .mobile-navigation-is-active .primary-navigation {
    padding-top: 150px;
    height: auto;
  }

  .secondary-navigation {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    text-align: right;
    /*.page-home &{
                .navigation-item{ padding: 0; }
            }*/
  }

  .is-scrolled .secondary-navigation .button-phone,
  .is-scrolled .secondary-navigation .mobile-navigation-button {
    padding: 0;
  }

  .is-scrolled .secondary-navigation .mobile-navigation-button {
    font-size: 1em;
  }

  .is-scrolled .secondary-navigation .mobile-navigation-icon {
    background-color: #5fba4a;
  }

  .is-scrolled .secondary-navigation .mobile-navigation-icon:before,
  .is-scrolled .secondary-navigation .mobile-navigation-icon:after {
    background-color: #5fba4a;
  }

  .mobile-navigation-is-active .secondary-navigation .navigation-item {
    color: #fff;
  }

  .mobile-navigation-is-active .secondary-navigation .navigation-cta {
    display: block;
    padding: 0;
  }

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

  .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: #5fba4a;
    border-color: #5fba4a;
    margin: 1em;
    padding: 1em;
  }

  .superhero-responsive {
    margin: 0 auto;
    float: none;
  }

  /* Feature Pages */

  .page-features .hero-container {
    height: 400px;
  }

  .page-features .hero-large {
    padding-bottom: 0;
  }

  .page-features .hero-image {
    background-size: 100% 400px;
  }

  .page-features .hero-message-container {
    top: 1em;
  }

  .page-features .product-image {
    padding: 1em;
  }

  .page-features-main .icon-cta-heading {
    line-height: 3.1em;
  }

  .page-features-main .heading-beta,
  .page-features-main .article-body h2,
  .article-body .page-features-main h2 {
    font-size: 1.3em;
  }

  .feature-cms-container {
    max-width: 632px;
    width: 100%;
  }

  .feature-cms-graphic-a,
  .feature-cms-graphic-b,
  .feature-cms-graphic-c {
    display: none;
  }

  .feature-cms-graphic-d {
    display: block;
    padding: 1em;
  }
}

@media screen and (min-width: 600px) {
  .heading-alpha,
  .article-body h1 {
    font-size: 2.5em;
  }

  .logo {
    width: 130px;
  }

  .site-navigation {
    padding: 1em 0 0;
  }

  /* 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-pricing .pricing-cost {
    margin: 0;
    min-height: 100px;
  }

  .page-pricing .pricing-description {
    min-height: 115px;
  }

  .page-features .hero-container {
    height: 600px;
  }

  .page-features .hero-large {
    padding-bottom: 0;
  }

  .page-features .hero-image {
    background-size: 100% 600px;
  }

  .page-features .hero-message-container {
    top: 3em;
  }

  /* Superhero Detail Pages */

  .page-superheroes .superhero-avatar {
    display: block;
  }
}

@media screen and (min-width: 768px) {
  /* Page Header */

  .hero-container {
    padding-bottom: 36%;
  }

  .hero-container.hero-large {
    padding-bottom: 47.222%;
  }

  /* 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;
  }

  /* Page Specific Styles */

  .demo-request-header {
    padding-bottom: 180px;
  }

  .demo-request-header .demo-logo {
    float: left;
    margin: 0 1em;
  }

  .demo-request-header .hero-heading {
    clear: none;
    font-size: 2em;
    text-align: left;
  }

  .demo-request-header .hero-message-content {
    padding: 2em 1em;
  }

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

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

  .page-features .hero-container {
    height: 700px;
  }

  .page-features .hero-large {
    padding-bottom: 0;
  }

  .page-features .hero-image {
    background-size: 100% 700px;
    padding: 1em;
  }

  .page-features .hero-message-container {
    top: 4em;
  }

  .page-features .product-image {
    padding: 1em;
  }

  /* Feature Pages */

  .feature-cms-container {
    max-width: 632px;
  }

  .page-superheroes-main .heading-delta,
  .page-superheroes-main .article-body h4,
  .article-body .page-superheroes-main h4 {
    font-size: 1.5em;
  }
}

@media screen and (min-width: 1025px) {
  .heading-alpha,
  .article-body h1 {
    font-size: 2.875em;
  }

  .hero-container {
    padding-bottom: 30%;
  }

  .hero-sub-heading {
    font-size: 1.25em;
  }

  .primary-navigation {
    display: block;
  }

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

  .secondary-navigation .navigation-cta {
    display: block;
    padding: 0;
  }

  .secondary-navigation .navigation-mobile {
    display: none;
  }

  .page-home .secondary-navigation {
    font-size: 1em;
  }

  .page-home .secondary-navigation .navigation-item {
    padding: 2em 0.5em;
  }

  .is-scrolled .secondary-navigation .navigation-item {
    padding: 1.5em 0.5em;
  }

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

  .is-scrolled .secondary-navigation .navigation-cta {
    display: inline-block;
    padding: 0 1em;
  }

  .is-scrolled .secondary-navigation .navigation-cta .button {
    border-color: #5fba4a;
    background-color: #5fba4a;
    color: #fff;
  }

  .is-scrolled .secondary-navigation .navigation-cta .button:hover {
    background-color: transparent;
    color: #47aa47;
  }

  .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;
  }

  /* Page-Specific Styles */

  .page-home,
  .page-segment-political,
  .page-segment-npo {
    overflow-x: hidden;
  }

  .page-segment-npo .responsive-overview-image-container {
    margin-top: -3%;
  }

  .page-segment-faith .responsive-overview-image-container {
    position: absolute;
    right: 10%;
  }

  .page-segment-faith .responsive-mobile-image {
    right: -5%;
  }

  .page-segment-faith .kiosk-receipt-image-container,
  .page-segment-political .kiosk-receipt-image-container {
    max-width: 650px;
  }

  .page-segment-political .kiosk-receipt-image-container {
    left: -15%;
  }

  .demo-request-header {
    padding-bottom: 14%;
  }

  .demo-request-header .demo-logo {
    padding: 0;
    margin: 0.5em 2em 0;
    width: 150px;
  }

  .demo-request-header .hero-heading {
    font-size: 2.25em;
  }

  .demo-request-header .hero-message-content {
    padding: 3em 1em 1em;
  }

  /* 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-logo {
    margin: 0 2em 0 0;
  }

  /* 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;
  }

  /* Feature Pages */

  .feature-cms-container {
    width: 682px;
  }

  .feature-cms-container .product-image {
    padding: 0;
  }

  .feature-cms-graphic-a,
  .feature-cms-graphic-b,
  .feature-cms-graphic-c {
    display: block;
  }

  .feature-cms-graphic-d {
    display: none;
  }

  /* Testimonial block */

  .testimonial-attribution {
    min-width: 350px;
  }
}

@media screen and (min-width: 1440px) {
  .hero-container {
    padding-bottom: 450px;
  }

  .hero-container.hero-large {
    padding-bottom: 700px;
  }

  .demo-request-header {
    padding-bottom: 14%;
  }

  .attribution .attribution-item {
    width: 40%;
  }

  .content-box {
    padding: 2em 1.5em;
  }

  .content-box .content-box-footer {
    margin: 2em -1.5em -2em;
    padding: 1em;
  }

  /* Feature Pages */

  .feature-cms-container {
    width: 682px;
  }
}