@import url(https://netdna.bootstrapcdn.com/font-awesome/2.0/css/font-awesome.css);
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

/*! normalize.css v2.1.2 | MIT License | git.io/normalize */
/* Web font toggle fix */
.wf-loading {
  visibility: hidden;
  -webkit-transition: opacity 2s ease-in;
  -moz-transition: opacity 2s ease-in;
  -ms-transition: opacity 2s ease-in;
  -o-transition: opacity 2s ease-in;
  transition: opacity 2s ease-in; }

.wf-active, .wf-inactive {
  visibility: visible;
  -webkit-transition: opacity 2s ease-in;
  -moz-transition: opacity 2s ease-in;
  -ms-transition: opacity 2s ease-in;
  -o-transition: opacity 2s ease-in;
  transition: opacity 2s ease-in; }

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

/* ==========================================================================
   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 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-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 {
  -moz-box-sizing: content-box;
  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 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 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; }

/* max-width */
.logo {
  display: block;
  float: left;
  margin-right: 2.35765%;
  width: 31.76157%;
  width: 170px;
  display: inline-block; }
  .logo:last-child {
    margin-right: 0; }

.navigation {
  padding: 0 2rem;
  background-color: white;
  min-height: 60px;
  width: 100%;
  z-index: 999;
  font-size: .72em;
  padding-top: 3em; }
  @media screen and (max-width: 870px) {
    .navigation {
      padding: 2em 1em 0 1em; } }
  @media screen and (max-width: 870px) and (max-width: 575px) {
    .navigation {
      padding: 1em 1em 0 1em; }
      .navigation a {
        font-size: 1rem; }
      .navigation ul {
        border-top: solid 1px #f4f5f6;
        border-bottom: solid 1px #f4f5f6; } }

  @media screen and (max-width: 41.25em) {
    .navigation .nav-link.nav-btn {
      margin: 0 auto 2.9em auto;
      width: 40%;
      padding: 0rem; } }
  .navigation .nav-link.nav-btn a {
    color: white; }

/* hamburger menu */
.navigation-menu-button {
  color: #353535;
  display: block;
  float: right;
  line-height: 60px;
  margin: 0;
  text-decoration: none;
  text-transform: uppercase; }
  @media screen and (min-width: 41.25em) {
    .navigation-menu-button {
      display: none; } }
  .navigation-menu-button:focus, .navigation-menu-button:hover {
    color: #298ae2; }

nav {
  float: none;
  min-height: 60px;
  z-index: 9999999; }
  @media screen and (min-width: 41.25em) {
    nav {
      float: right; } }

ul.navigation-menu {
  clear: both;
  display: none;
  margin: 0 auto;
  overflow: visible;
  padding: 0;
  width: 100%;
  z-index: 9999;
  margin-top: 4rem; }
  ul.navigation-menu.show {
    opacity: 1;
    display: block;
    transition: all 0.2s ease 0s; }
  @media screen and (min-width: 41.25em) {
    ul.navigation-menu {
      display: inline;
      margin: 0;
      padding: 0; } }

.nav-link {
  overflow: hidden;
  margin-right: 0.8em;
  text-align: center;
  width: 100%;
  z-index: 9999;
  background: none;
  display: inline-block;
  text-decoration: none;
  width: auto;
  transition: all 0.2s ease 0s;
  padding: 10px 0; }
  .nav-link:last-of-type {
    margin-right: 0;
    padding-left: 20px;
    padding-right: 20px;
    border-radius: 6px;
    background-color: #298ae2;
    font-weight: 100; }
    .nav-link:last-of-type:hover {
      background-color: #217aca;
      cursor: pointer; }
  @media screen and (max-width: 41.25em) {
    .nav-link {
      background: white;
      display: block;
      margin-right: 0; }
      .nav-link:last-of-type {
        padding-top: 20px; } }
  .nav-link a {
    color: #353535;
    display: inline-block;
    text-decoration: none;
    color: #353535;
    transition: all 0.2s ease 0s;
    border-bottom: solid 1px transparent; }
    @media screen and (max-width: 41.25em) {
      .nav-link a {
        padding: 1em; } }
    .nav-link a:focus, .nav-link a:hover {
      color: #298ae2; }

.sign-in a {
  color: #298ae2; }

#nav-icon {
  width: 40px;
  height: 40px;
  position: relative;
  margin-top: -2px;
  /* vertical align adjust */
  margin-bottom: 2em;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  cursor: pointer; }

#nav-icon span {
  display: block;
  position: absolute;
  height: 4px;
  width: 100%;
  background: #298ae2;
  border-radius: 9px;
  opacity: 1;
  left: 0;
  margin: 5px 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out; }

#nav-icon span:nth-child(1) {
  top: 4px; }

#nav-icon span:nth-child(2), #nav-icon span:nth-child(3) {
  top: 18px; }

#nav-icon span:nth-child(4) {
  top: 32px; }

#nav-icon.open span:nth-child(1) {
  top: 18px;
  width: 0%;
  left: 50%; }

#nav-icon.open span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg); }

#nav-icon.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg); }

#nav-icon.open span:nth-child(4) {
  top: 18px;
  width: 0%;
  left: 50%; }

footer {
  vertical-align: top;
  font-size: .62em;
  color: #babbbf;
  font-weight: 100; }
  footer a {
    color: inherit; }
  @media screen and (max-width: 41.25em) {
    footer {
      font-size: 1em; } }

.fa-heart {
  color: #cf5a4d; }

.logo-mark-mono {
  width: 30px;
  display: block;
  margin-right: 5px; }

.made-by, .site-links, .link-block, .socials, span {
  display: inline-block; }
  .made-by ul, .site-links ul, .link-block ul, .socials ul, span ul {
    list-style: none;
    padding: 0;
    margin: 0; }
    .made-by ul li, .site-links ul li, .link-block ul li, .socials ul li, span ul li {
      padding-bottom: 5px; }
      @media screen and (max-width: 41.25em) {
        .made-by ul li, .site-links ul li, .link-block ul li, .socials ul li, span ul li {
          padding-bottom: 20px; } }

.made-by {
  display: block;
  float: left;
  margin-right: 2.35765%;
  width: 23.23176%; }
  .made-by:last-child {
    margin-right: 0; }
  .made-by img {
    vertical-align: middle;
    padding: 0 0 5px 0;
    margin-right: 8px; }
  @media screen and (max-width: 41.25em) {
    .made-by {
      display: block;
      float: left;
      margin-right: 2.35765%;
      width: 100%;
      border-bottom: solid 1px #f4f5f6;
      margin: 0 0 2em 0;
      padding-bottom: 1.7em;
      /* optical align */
      text-align: center; }
      .made-by:last-child {
        margin-right: 0; } }

.site-links {
  display: block;
  float: left;
  margin-right: 2.35765%;
  width: 48.82117%;
  text-align: center; }
  .site-links:last-child {
    margin-right: 0; }
  @media screen and (max-width: 41.25em) {
    .site-links {
      display: block;
      float: left;
      margin-right: 2.35765%;
      width: 100%;
      text-align: center;
      border-bottom: solid 1px #f4f5f6;
      margin-bottom: 2em;
      margin-right: 0; }
      .site-links:last-child {
        margin-right: 0; } }

.link-block {
  text-align: left;
  margin-right: 4em;
  vertical-align: top; }
  .link-block:last-of-type {
    margin-right: 0; }
  @media screen and (max-width: 41.25em) {
    .link-block {
      display: block;
      float: left;
      margin-right: 2.35765%;
      width: 48.82117%;
      text-align: center;
      padding-bottom: 1em; }
      .link-block:last-child {
        margin-right: 0; } }

.socials {
  display: block;
  float: left;
  margin-right: 2.35765%;
  width: 23.23176%;
  margin-right: 0;
  text-align: right; }
  .socials:last-child {
    margin-right: 0; }
  .socials li, .socials img {
    display: inline-block; }
    .socials li:last-of-type, .socials img:last-of-type {
      margin: 0; }
  .socials li {
    margin-right: 10px; }
  .socials img {
    width: 20px; }
  @media screen and (max-width: 41.25em) {
    .socials {
      display: block;
      float: left;
      margin-right: 2.35765%;
      width: 100%;
      text-align: center; }
      .socials:last-child {
        margin-right: 0; }
      .socials li {
        margin-right: 30px; }
      .socials img {
        width: 30px; } }

.pricing-hero {
  padding: 2rem 0 0 0; }
  @media screen and (max-width: 575px) {
    .pricing-hero {
      padding: 1rem 0; } }
  @media screen and (max-width: 575px) and (max-width: 575px) {
    .pricing-hero .intro {
      padding: 0;
      margin: 0; } }

.module-pricing {
  *zoom: 1;
  background-color: #f4f5f6;
  border-radius: 6px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  transition: all 0.2s ease 0s;
  color: #353535;
  margin-bottom: 3em; }
  @media screen and (max-width: 870px) {
    .module-pricing {
      margin-bottom: 2rem; } }
  .module-pricing .price, .module-pricing .details {
    margin-right: 0;
    padding: 1.4rem 1rem 0rem 1rem; }
  .module-pricing .add-on-value {
    font-weight: 600;
    color: red; }
  .module-pricing .price {
    display: block;
    float: left;
    margin-right: 2.35765%;
    width: 31.76157%;
    *zoom: 1;
    overflow: hidden;
    background-color: #298ae2;
    color: white;
    min-height: 21em;
    /* remove */
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px; }
    .module-pricing .price:last-child {
      margin-right: 0; }
    .module-pricing .price span {
      display: block; }
    .module-pricing .price .cost {
      font-size: 6em;
      font-weight: 600;
      margin-bottom: 1rem; }
    @media screen and (max-width: 870px) {
      .module-pricing .price {
        display: block;
        float: left;
        margin-right: 2.35765%;
        width: 100%;
        min-height: auto;
        border-top-left-radius: 6px;
        border-top-right-radius: 6px;
        border-bottom-left-radius: 0; }
        .module-pricing .price:last-child {
          margin-right: 0; } }

.additional-info {
  font-size: 0.8rem;
  padding: 0 1em;
  border: dashed 1px white;
  margin-bottom: 1rem; }

@media screen and (max-width: 870px) {
  .additional-info, .numbers {
    display: block;
    float: left;
    margin-right: 2.35765%;
    width: 48.82117%; }
    .additional-info:last-child, .numbers:last-child {
      margin-right: 0; } }
  @media screen and (max-width: 870px) and (max-width: 575px) {
    .additional-info, .numbers {
      display: block;
      float: left;
      margin-right: 2.35765%;
      width: 100%; }
      .additional-info:last-child, .numbers:last-child {
        margin-right: 0; } }

.details {
  display: block;
  float: left;
  margin-right: 2.35765%;
  width: 65.88078%;
  text-align: left;
  font-size: 0.8rem; }
  .details:last-child {
    margin-right: 0; }
  .details h2 {
    margin: 0; }
  .details span {
    font-size: 0.64rem; }
    .details span a {
      color: #353535; }
  .details ul {
    display: block;
    float: left;
    margin-right: 2.35765%;
    width: 48.82117%;
    list-style: none;
    padding: 0; }
    .details ul:last-child {
      margin-right: 0; }
  .details li {
    padding-bottom: .6rem; }
  @media screen and (max-width: 870px) {
    .details {
      display: block;
      float: left;
      margin-right: 2.35765%;
      width: 100%; }
      .details:last-child {
        margin-right: 0; } }

.pricing-hero i {
  color: #298ae2; }
.pricing-hero .tc-accordion div {
  /* accordion 'link' */
  display: inline-block;
  cursor: pointer;
  padding: 5 5 5 7px;
  margin-bottom: .4rem; }
.pricing-hero .tc-accordion ul {
  list-style: none;
  padding: 0 0 0;
  margin: .6rem 0 .6rem 0;
  border-top: solid 1px #babbbf;
  border-bottom: solid 1px #babbbf;
  width: 100%; }
.pricing-hero .tc-accordion ul {
  display: none; }
.pricing-hero .tc-accordion ul li {
  cursor: auto;
  color: #7c7c7c; }
.pricing-hero .tc-accordion a {
  text-decoration: none; }
.pricing-hero .tc-accordion a:hover {
  text-decoration: underline; }
.pricing-hero .tc-accordion ul p {
  margin-bottom: .4rem; }
.pricing-hero .tc-accordion ul span {
  font-weight: 600;
  display: block;
  margin-bottom: .4rem; }

.module-testimonial {
  background-color: #50b297;
  color: white; }

.testimonial-inner {
  overflow: hidden; }

.customer-video, .quote {
  display: block;
  margin-right: 2.35765%;
	margin-top: 2.35765%;
  height: auto; }
  .customer-video:last-child, .quote:last-child {
    margin-right: 0; }
  @media screen and (max-width: 575px) {
    .customer-video, .quote {
      display: block;
      float: left;
      margin-right: 2.35765%;
      width: 100%; }
      .customer-video:last-child, .quote:last-child {
        margin-right: 0; } }

.customer-video {
  margin-right: 0;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  border-radius: 6px;
  position: relative;
  padding-bottom: 27.4%;
  /* 16:9 */
  height: 0; }
  @media screen and (max-width: 870px) {
    .customer-video {
      padding-bottom: 56.4%;
      width: 100%; } }
  .customer-video iframe {
    display: block;
    float: left;
    margin-right: 2.35765%;
    width: 100%;
    position: absolute;
    height: 100%; }
    .customer-video iframe:last-child {
      margin-right: 0; }

.quote {
  text-align: left; }
  .quote p {
    margin: 0; }
  @media screen and (max-width: 870px) {
    .quote {
      display: block;
      float: left;
      margin-right: 2.35765%;
      width: 100%;
      margin-bottom: 2em; }
      .quote:last-child {
        margin-right: 0; } }

.quote-big {
  font-size: 1.8em;
  padding: 0;
  margin: 0 0 1em 0;
  border-left: solid 6px white;
  padding-left: 1.3rem;
  padding-right: 1.3rem; }
  @media screen and (min-width: 41.25em) {
    .quote-big {
      margin-bottom: .5em; } }

.quote-name {
  font-weight: 600;
	margin-left: 2% !important; }

.quote-position, .quote-organisation {
	margin-left: 2% !important; }

.cta-see-more {
  display: block;
  float: left;
  margin-right: 2.35765%;
  width: 100%;
  padding-top: 2em;
  margin-top: 2em;
  border-top: solid 1px rgba(0, 0, 0, 0.12);
  text-align: center; }
  .cta-see-more:last-child {
    margin-right: 0; }
  .cta-see-more button {
    color: white;
    border-color: white; }

.info {
  font-size: .62rem;
  color: #babbbf;
  padding-top: .62em; }
  @media screen and (max-width: 575px) {
    .info {
      font-size: 1em; } }

.testimonial {
  display: block;
  float: left;
  margin-right: 2.35765%;
  width: 31.76157%; }
  .testimonial:last-child {
    margin-right: 0; }
  .testimonial:nth-child(3n) {
    margin-right: 0; }
  .testimonial:nth-child(3n+1) {
    clear: left; }
  .testimonial img {
    border-radius: 6px;
    display: block;
    margin-bottom: .6rem; }
  .testimonial .details {
    display: block;
    float: left;
    margin-right: 2.35765%;
    width: 100%;
    padding-bottom: 1rem; }
    .testimonial .details:last-child {
      margin-right: 0; }
    .testimonial .details h2 {
      font-size: 1rem;
      margin-bottom: .2rem; }
    .testimonial .details .position {
      font-weight: 600; }
    .testimonial .details p {
      padding: 0;
      margin: 0; }
  @media screen and (max-width: 870px) {
    .testimonial {
      display: block;
      float: left;
      margin-right: 2.35765%;
      width: 48.82117%; }
      .testimonial:last-child {
        margin-right: 0; }
      .testimonial:nth-child(3n) {
        margin-right: 2.35765%; }
      .testimonial:nth-child(3n+1) {
        clear: none; }
      .testimonial:nth-child(2n) {
        margin-right: 0; }
      .testimonial:nth-child(2n+1) {
        clear: left; } }
  @media screen and (max-width: 575px) {
    .testimonial {
      display: block;
      float: left;
      margin-right: 2.35765%;
      width: 100%; }
      .testimonial:last-child {
        margin-right: 0; }
      .testimonial:nth-child(2n) {
        margin-right: 2.35765%; }
      .testimonial:nth-child(2n+1) {
        clear: none; }
      .testimonial:nth-child(1n) {
        margin-right: 0; }
      .testimonial:nth-child(1n+1) {
        clear: left; } }

.add-ons-outer {
  display: block;
  float: left;
  margin-right: 2.35765%;
  width: 100%; }
  .add-ons-outer:last-child {
    margin-right: 0; }
  .add-ons-outer:first-of-type {
    margin-top: 1rem; }
  .add-ons-outer:last-of-type {
    margin-bottom: 1rem; }

.add-on {
  display: block;
  float: left;
  margin-right: 2.35765%;
  width: 31.76157%;
  background-color: #f4f5f6;
  border-radius: 6px;
  position: relative;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  transition: all 0.2s ease 0s;
  color: #353535;
  min-height: 22rem;
  font-size: 0.8rem;
  margin-bottom: 1rem; }
  .add-on:last-child {
    margin-right: 0; }
  .add-on:nth-child(3) {
    margin-right: 0; }
  .add-on:nth-child(3+1) {
    clear: left; }
  .add-on img {
    border-top-left-radius: 6px;
    border-top-right-radius: 6px; }
  .add-on .add-on-details {
    padding: 1rem 1rem 0 1rem;
    min-height: 12.6rem; }
    @media screen and (max-width: 575px) {
      .add-on .add-on-details {
        min-height: auto; } }
    .add-on .add-on-details h3 {
      margin: 0; }
    .add-on .add-on-details .line-top {
      border-top: solid 1px rgba(0, 0, 0, 0.3);
      padding-top: 0.5rem; }
  .add-on .add-on-value {
    font-weight: 400; }
  .add-on:last-of-type {
    margin-right: 0; }
  @media screen and (max-width: 575px) {
    .add-on {
      display: block;
      float: left;
      margin-right: 2.35765%;
      width: 100%;
      margin-bottom: 1rem;
      font-size: 18px; }
      .add-on:last-child {
        margin-right: 0; } }

.add-on-trial {
  background-color: #75848f;
  padding: .5rem;
  color: white;
  border-radius: 6px;
  position: relative;
  bottom: auto;
  left: auto;
  border-radius: 6px;
  position: absolute;
  bottom: 0.5rem;
  left: 1rem;
  width: calc(100% - 2rem);
  display: block; }
  @media screen and (max-width: 575px) {
    .add-on-trial {
      position: relative;
      bottom: auto;
      left: auto; } }

.cta-see-more-add-ons {
  display: block;
  float: left;
  margin-right: 2.35765%;
  width: 100%;
  padding-top: 2rem; }
  .cta-see-more-add-ons:last-child {
    margin-right: 0; }
  .cta-see-more-add-ons button {
    color: #50b297;
    border-color: #50b297; }

.cta-associations {
  background-color: #298ae2;
  color: white; }
  .cta-associations button {
    color: white;
    border: solid 1px white; }

.faq-hero {
  background-color: #f4f5f6; }
  .faq-hero #accordion li {
    /* question li styling */
    padding: 0;
    list-style: none;
    padding-bottom: 1rem; }
    .faq-hero #accordion li:last-of-type {
      padding-bottom: 0; }
  .faq-hero ul#accordion {
    padding: 0;
    margin: 0; }
  .faq-hero #accordion div {
    /* question accordion 'link' */
    display: inline-block;
    cursor: pointer;
    margin-bottom: 1rem;
    padding-bottom: 1rem;
    font-size: 1.6rem;
    display: block;
    float: left;
    margin-right: 2.35765%;
    width: 100%;
    border-bottom: solid 1px #babbbf; }
    .faq-hero #accordion div:last-child {
      margin-right: 0; }
    .faq-hero #accordion div i {
      float: right;
      vertical-align: middle; }
  .faq-hero #accordion ul {
    /* hidden ul */
    list-style: none;
    padding: 0 0 1rem 0;
    border-bottom: solid 1px #babbbf;
    width: 100%; }
  .faq-hero #accordion ul {
    display: none; }
  .faq-hero #accordion ul li {
    /* answer */
    cursor: auto;
    color: #7c7c7c;
    font-weight: 100; }
  .faq-hero #accordion a {
    text-decoration: none; }
  .faq-hero #accordion a:hover {
    text-decoration: underline; }
  .faq-hero #accordion ul p {
    margin-bottom: .4rem; }
  .faq-hero #accordion ul span {
    font-weight: 600;
    display: block;
    margin-bottom: .4rem; }

.module-faq {
  *zoom: 1;
  background-color: white;
  border-radius: 6px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  transition: all 0.2s ease 0s;
  color: #353535;
  margin-bottom: 1.5em;
  padding: 2rem 2rem 1rem 2rem;
  text-align: left; }
  .module-faq:before, .module-faq:after {
    content: " ";
    display: table; }
  .module-faq:after {
    clear: both; }

.looking-for-help h1 {
  color: #5c3f93; }
.looking-for-help p {
  margin-bottom: 3em; }

.cta-help-center button {
  font-size: 1.6rem;
  display: table-cell;
  line-height: 2rem; }
  .cta-help-center button img {
    display: inline-block;
    width: 2rem;
    vertical-align: middle;
    margin-top: -.26rem; }

.rotate {
  -moz-transition: all .2s linear;
  -webkit-transition: all .2s linear;
  transition: all .2s linear; }

.rotate.down {
  -ms-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  color: #298ae2; }

.associations-description {
  background-color: #f4f5f6; }

.new-administration-outer {
  display: block;
  float: left;
  margin-right: 2.35765%;
  width: 100%; }
  .new-administration-outer:last-child {
    margin-right: 0; }
  .new-administration-outer h2 {
    padding-bottom: 1rem; }

.col {
  display: block;
  float: left;
  margin-right: 2.35765%;
  width: 31.76157%;
  display: block;
  background-color: white;
  border-radius: 6px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  transition: all 0.2s ease 0s;
  color: #353535;
  padding: 2em;
  margin-bottom: 3em; }
  .col:last-child {
    margin-right: 0; }
  .col h3 {
    margin-top: 0; }
  .col p {
    min-width: auto; }
  .col p, .col ol, .col li {
    font-size: .8rem;
    margin: 0 0 .6rem 0; }
  .col img {
    max-width: 120px;
    margin: 0 auto 1rem auto;
    padding-bottom: .3rem; }

.press-releases {
  border-bottom: solid 1px #f4f5f6; }

.brand-assets {
  background-color: #f4f5f6;
  border-radius: 6px;
  padding: 2rem;
  max-width: 36rem;
  margin: 0 auto; }
  .brand-assets .asset-list {
    color: #7c7c7c;
    max-width: 80rem;
    margin-top: 0; }
  .brand-assets h3 {
    margin: 0; }
  .brand-assets a {
    color: white; }

.date {
  font-weight: 100;
  font-size: .8rem; }

.pr-year {
  display: block;
  float: left;
  margin-right: 0;
  width: 100%;
  overflow: hidden;
  border-top: solid 1px #BABBBF; }
  .pr-year:last-child {
    margin-right: 0; }
  .pr-year h3 {
    display: block;
    float: left;
    margin-right: 2.35765%;
    width: 31.76157%; }
    .pr-year h3:last-child {
      margin-right: 0; }

.pr-description {
  font-size: .8em;
  color: #babbbf;
  padding: 0;
  margin: 0; }

.pr-links {
  display: block;
  float: right;
  margin-right: 0;
  width: 65.88078%; }
  .pr-links:last-child {
    margin-right: 0; }
  .pr-links p {
    margin-bottom: 0; }
  .pr-links .pr-link {
    display: block;
    float: left;
    margin-right: 2.35765%;
    width: 100%;
    margin-bottom: .3rem; }
    .pr-links .pr-link:last-child {
      margin-right: 0; }

html, body {
  font-family: 'Montserrat', sans-serif;
  font-size: 24px;
  color: #353535;
  -webkit-tap-highlight-color: transparent;
  /* removes gross highlight box on mobile tap */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-top: 0 !important;
  /* js adding margin to top? (32px)*/ }
  @media screen and (max-width: 41.25em) {
    html, body {
      font-size: 18px; } }

img {
  display: block;
  width: 100%; }

section, header, footer {
  *zoom: 1;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 3em 0; }
  section:before, section:after, header:before, header:after, footer:before, footer:after {
    content: " ";
    display: table; }
  section:after, header:after, footer:after {
    clear: both; }
  @media screen and (max-width: 870px) {
    section, header, footer {
      padding: 2em 0; } }

button {
  border-radius: 6px;
  padding: .6rem 1rem;
  background-color: transparent;
  color: #298ae2;
  border: solid 1px #298ae2;
  font-weight: 100;
  transition: all 0.2s ease 0s; }
  button:hover {
    background-color: rgba(0, 0, 0, 0.03); }
  @media screen and (max-width: 380px) {
    button {
      width: 70%;
      min-width: 200px; } }

input, ol {
  font-weight: 100; }

input[type=text], input[type=email]{
  border-radius: 6px;
  border: solid 1px #babbbf; }

iframe {
  border: none; }

*:focus {
  outline: 0 !important;
  background-color: none; }

h1 {
  font-size: 2.6em;
  letter-spacing: -1px;
  line-height: 1.12em;
  margin-top: 0;
  margin-bottom: .6em; }
  @media screen and (max-width: 575px) {
    h1 {
      font-size: 1.6em; } }

h2 {
  margin-top: 0; }

p {
  line-height: 1.36em;
  font-weight: 100;
  max-width: 36rem;
  margin-left: auto;
  margin-right: auto; }

ol {
  max-width: 36rem;
  margin-left: auto;
  margin-right: auto; }

@media screen and (max-width: 380px) {
  .mob-hide {
    display: none; } }

.full {
  background-color: #298ae2;
  color: white; }
  .full:hover {
    background-color: #217aca; }

.purple {
  background-color: #5c3f93;
  border: solid 1px #5c3f93; }

.inner {
  max-width: 1080px;
  margin: 0 auto;
  padding: 0 1em; }

.intro {
  margin-bottom: 1.5em; }

.block {
  display: block; }

.cntr-txt {
  text-align: center; }

.cntr {
  margin: 0 auto; }

a {
  text-decoration: none;
  color: #298ae2; }

a.white-link {
  color: white; }

.logo-mark-small {
  width: 20px;
  display: inline-block; }

header {
  padding: 1em 0; }
  header .logo {
    margin-top: -7px; }
  @media screen and (max-width: 575px) {
    header {
      margin-top: 1rem; } }

.hero {
  padding: 2rem 0 0 0;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,e9ecf3+100 */
  background: #ffffff;
  /* Old browsers */
  background: -moz-linear-gradient(top, white 0%, #e9ecf3 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, white 0%, #e9ecf3 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear, to bottom, white 0%, #e9ecf3 100%;
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#e9ecf3',GradientType=0 );
  /* IE6-9 */ }
  @media screen and (max-width: 575px) {
    .hero {
      padding: 1rem 0; }
      .hero p {
        margin-bottom: 0; } }
  @media screen and (max-width: 575px) and (max-width: 575px) {
    .hero {
      padding-bottom: 0; }
      .hero .intro {
        padding: 0;
        margin: 0; } }

.hero-ui {
  max-width: 1080px;
  margin: 0 auto; }

.cta-hero {
  padding: 1em 0; }
  .cta-hero .or {
    font-weight: 100;
    color: #353535; }
    @media screen and (max-width: 380px) {
      .cta-hero .or {
        display: block;
        margin: .5em 0; } }
  .cta-hero button {
    margin: 0 .4em; }

.partner {
  display: block;
  float: left;
  margin-right: 2.35765%;
  width: 100%;
  padding: 0 2rem; }
  .partner:last-child {
    margin-right: 0; }
  .partner img {
    max-width: 230px;
    display: block;
    margin: 0 auto; }

.features {
  background: #298ae2;
  /* Old browsers */
  background: -moz-linear-gradient(top, #298ae2 0%, #1976cb 100%);
  background: -webkit-linear-gradient(top, #298ae2 0%, #1976cb 100%);
  background: linear, to bottom, #298ae2 0%, #1976cb 100%;
  color: #eee; }

.module {
  background-color: #f4f5f6;
  border-radius: 6px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  transition: all 0.2s ease 0s;
  color: #353535;
  padding: 2em;
  margin-bottom: 3em; }
  .module h2 {
    padding: 10px; }
  @media screen and (max-width: 870px) {
    .module {
      padding: 1em;
      margin-bottom: 1.5em; } }

.feature {
  display: block;
  float: left;
  margin-right: 2.35765%;
  width: 31.76157%; }
  .feature:last-child {
    margin-right: 0; }
  .feature img, .feature h3 {
    display: inline-block; }
  .feature img {
    width: 1.6rem;
    vertical-align: middle;
    margin-right: 1rem; }
  .feature h3 {
    font-size: 24px; }
  .feature p {
    font-size: 24px; }
  @media screen and (max-width: 870px) {
    .feature {
      display: block;
      float: left;
      margin-right: 2.35765%;
      width: 100%; }
      .feature:last-child {
        margin-right: 0; }
      .feature h3 {
        margin-bottom: .5rem; } }

.feature-row {
  margin-bottom: 1.5em;
  display: block;
  overflow: hidden; }
  .feature-row:last-of-type {
    padding-bottom: 0;
    margin-bottom: 0; }
  @media screen and (max-width: 870px) {
    .feature-row {
      border-bottom: solid 1px #babbbf;
      padding-bottom: 1em; }
      .feature-row:last-of-type {
        border-bottom: none; }
      .feature-row h2 {
        margin-bottom: 0; } }

.lined {
  line-height: 0.5;
  text-align: center; }
  @media screen and (max-width: 870px) {
    .lined {
      line-height: 1.6rem; } }

.lined span {
  display: inline-block;
  position: relative; }

.lined span:before,
.lined span:after {
  content: "";
  position: absolute;
  height: 10px;
  border-bottom: 1px solid #babbbf;
  top: 0;
  width: 100%; }
  @media screen and (max-width: 870px) {
    .lined span:before,
    .lined span:after {
      border-bottom: none; } }

.lined span:before {
  right: 100%;
  margin-right: 15px; }

.lined span:after {
  left: 100%;
  margin-left: 15px; }

.cta-get-started {
  box-sizing: border-box;
  max-width: 800px;
  margin: 0 auto;
  padding: 1.6em;
  background-color: #f4f5f6;
  border-radius: 6px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  transition: all 0.2s ease 0s; }
  .cta-get-started .logo-mark {
    width: 50px;
    display: inline-block;
    vertical-align: middle;
    padding-bottom: 6px;
    /* optically align - gg */ }
  .cta-get-started input[type=text], .cta-get-started input[type=email] {
    padding: 15px;
    width: 460px; }
  .cta-get-started img, .cta-get-started input {
    display: inline-block;
    vertical-align: top;
    margin-right: .6em; }
  @media screen and (max-width: 870px) {
    .cta-get-started {
      padding: 1em; }
      .cta-get-started .logo-mark {
        display: none; }
      .cta-get-started input, .cta-get-started input[type=text], .cta-get-started button {
        width: 100%; }
      .cta-get-started button {
        margin-top: .6em; } }

.cta-main {
  background-color: #f4f5f6; }
  .cta-main h1 {
    font-size: 2.3em; }

.cta-main-blue {
  background-color: #298ae2;
  color: white; }

  /* home page SEO tweaks */
  .page-template-default h2{
        font-size: 2.6em;
        letter-spacing: -1px;
        line-height: 1.12em;
        margin-top: 0;
        margin-bottom: .6em;
  }

  .page-template-default .feature-row h3{
    font-size: 1.5em;
    padding: 10px;
    margin-top: 0px;
  }
  .page-template-default .feature h4{
    font-size: 24px;
    display: inline-block;
    margin: 1em 0em;
  }

  .page-template-default .testimonials h3{
      font-size: 2.6em;
      letter-spacing: -1px;
      line-height: 1.12em;
      margin-top: 0;
      margin-bottom: .6em;
  }
  .page-template-default .quote-big{
      margin-bottom: .5em;
      font-size: 1.8em;
      padding: 0;
      margin: 0 0 1em 0;
      border-left: solid 6px white;
      padding-left: 1.3rem;
      padding-right: 1.3rem;
  }

  .page-template-default .cta-main.cntr-txt h5{
      font-size: 2.3em;
      letter-spacing: -1px;
      line-height: 1.12em;
      margin-top: 0;
      margin-bottom: .6em;
  }

  label span{
    position: absolute !important;
  clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px);
  padding:0 !important;
  border:0 !important;
  height: 1px !important;
  width: 1px !important;
  overflow: hidden;
  }

.post-hero{
  background-color: #f4f5f6;
}

.module-post{
  background-color: white;
  border-radius: 6px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  transition: all 0.2s ease 0s;
  color: #353535;
  margin-bottom: 1.5em;
  padding: 1rem 2rem 1rem 2rem;
  text-align: left;
}

.module-post *{
  margin-left: 0px;
  margin-right: 0px;
  font-family: 'Montserrat', sans-serif;
}

.post-breadcrumb{
  font-size: 12px;
  margin-bottom: 1rem;
}

.post-date{
  font-weight: bold;
  font-size: 14px;
  color: #666;
  margin-bottom: 0px;
}
.post-title{
  margin: 0.2em 0;
  font-size: 1.4em;
  line-height: 1em;
}

.post-content{
  font-size: .8em;
  color: #babbbf;
}

.prev-next-posts{
  margin-top: 1rem;
}

.home-page h5{
  color: #6A7982;
  font-size: 1rem;
  font-family: 'Montserrat', sans-serif;
  font-weight: normal;
  margin-top: 0px;
}

.clients .inner{
  width: 100%;
  overflow: hidden;
  text-align: center;
}

.clients img{
  width: 20%;
  max-width: 150px;
  height: auto;
  vertical-align: middle;
  display: inline;
  margin: 0px 1em;
}

.clients img.landscape{
  width: 30%;
  max-width: 250px;
}

@media screen and (max-width: 968px) {
  .clients img{
    width: 10%;
    max-width: 100px;
    margin: 0px 0.5em;
  }
  .clients img.landscape{
    width: 20%;
    max-width: 200px;
  }
}

.youtube-video




/*    new-pricing    */


.pricing-hero #accordion div {
  /* accordion 'link' */
  display: inline-block;
  cursor: pointer;
  padding: 5 5 5 7px;
  margin-bottom: .4rem; }
.pricing-hero #accordion ul {
  list-style: none;
  padding: 0 0 0;
  margin: .6rem 0 .6rem 0;
  border-top: solid 1px #BABBBF;
  border-bottom: solid 1px #BABBBF;
  width: 100%; }
.pricing-hero #accordion ul {
  display: none; }
.pricing-hero #accordion ul li {
  cursor: auto;
  color: #7C7C7C; }
.pricing-hero #accordion a {
  text-decoration: none; }
.pricing-hero #accordion a:hover {
  text-decoration: underline; }
.pricing-hero #accordion ul p {
  margin-bottom: .4rem; }
.pricing-hero #accordion ul span {
  font-weight: 600;
  display: block;
  margin-bottom: .4rem; }

.plan {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 31.76157%;
  background-color: #F4F5F6;
  border-radius: 6px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  transition: all 0.2s ease-in-out;
  color: #353535;
  margin-bottom: 1.5em; }
  .plan:last-child {
    margin-right: 0; }
  .plan::after {
    clear: both;
    content: "";
    display: block; }
  @media screen and (max-width: 575px) {
    .plan {
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 100%; }
      .plan:last-child {
        margin-right: 0; } }

.billing-period {
  font-weight: 100;
  color: #ffffff;
  font-size: .6rem;
  margin: .4em 0; }

.plans {
  font-size: .8rem; }
  .plans .plan-1 .heading {
    background-color: #298AE2; }
  .plans .plan-2 .heading {
    background-color: #50B297; }
  .plans .plan-3 .heading {
    background-color: #5C3F93; }
  .plans .heading {
    color: #ffffff;
    border-radius: 6px 6px 0 0; }
  .plans p {
    padding: 0 1rem; }
  .plans ul {
    margin-left: 0;
    padding: 0;
    font-weight: 100;
    padding: 0 1rem;
    margin-top: 0; }
  .plans li {
    margin-left: 0;
    list-style: none;
    padding: .4rem 0;
    border-bottom: solid 1px #BABBBF; }
    .plans li:last-of-type {
      border-bottom: none; }

.heading {
  padding-bottom: .8rem; }
  .heading h2 {
    margin-bottom: .2rem;
    background-color: rgba(0, 0, 0, 0.15);
    padding: .8rem 0; }
  .heading h3 {
    font-size: 3.8rem;
    margin: 0; }

.feature-list {
  margin-bottom: 3em;}
  .feature-list h3 {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 100%;
    margin-right: 0;
    margin-bottom: 0; }
    .feature-list h3:last-child {
      margin-right: 0; }
  .feature-list ul {
    float: left;
    display: block;
    margin-right: 2.35765%;
    text-align: left;
    font-weight: 100;
    list-style: none; }
    .feature-list ul:last-child {
      margin-right: 0; }

.note {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 100%;
  margin-right: 0;
  color: #000;
  max-width: 100%;
  font-size: .6rem;
  margin-bottom: 1.5em; }
  .note:last-child {
    margin-right: 0; }

.cta {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 100%;
  display: block;
  text-align: center;
  margin-bottom: 3em;
  margin-top: 1.5em; }
  .cta:last-child {
    margin-right: 0; }

.setup {
  background-color: #298AE2;
  color: #ffffff;
  font-size: .8rem; }
  .setup .setup-details {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 65.88078%;
    margin-left: 17.05961%;
    border-radius: 6px;
    background-color: #ffffff;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
    transition: all 0.2s ease-in-out;
    color: #353535;
    text-align: left; }
    .setup .setup-details:last-child {
      margin-right: 0; }
    @media screen and (max-width: 575px) {
      .setup .setup-details {
        float: left;
        display: block;
        margin-right: 2.35765%;
        width: 100%;
        margin-left: 0%; }
        .setup .setup-details:last-child {
          margin-right: 0; } }
  .setup .hero-price {
    font-size: 3.8rem;
    padding: .6rem 0 0 0;
    margin: 0;
    color: #298AE2; }
    @media screen and (max-width: 870px) {
      .setup .hero-price {
        font-size: 2.8rem; } }
    @media screen and (max-width: 380px) {
      .setup .hero-price {
        font-size: 3.8rem; } }
  .setup ul {
    display: block;
    margin: 0; }
  .setup .price, .setup .details {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 48.82117%;
    padding: 1rem; }
    .setup .price:last-child, .setup .details:last-child {
      margin-right: 0; }
    @media screen and (max-width: 575px) {
      .setup .price, .setup .details {
        float: left;
        display: block;
        margin-right: 2.35765%;
        width: 100%; }
        .setup .price:last-child, .setup .details:last-child {
          margin-right: 0; } }
  .setup .price {
    text-align: center; }
  .setup .details {
    background-color: #F4F5F6;
    border-radius: 0 6px 6px 0; }
    .setup .details h4, .setup .details ul {
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 100%;
      list-style: disc; }
      .setup .details h4:last-child, .setup .details ul:last-child {
        margin-right: 0; }
    .setup .details ul {
      padding-left: 1rem; }
    @media screen and (max-width: 575px) {
      .setup .details {
        border-radius: 0 0 6px 6px; } }

.faqs {
  background-color: #5C3F93;
  color: #ffffff;
  transition: all 0.2s ease-in-out; }
  .faqs .intro {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 100%;
    margin-right: 0; }
    .faqs .intro:last-child {
      margin-right: 0; }
    .faqs .intro p {
      margin-right: 0;
      max-width: 100%; }
  .faqs .questions {
    text-align: left; }
  .faqs ul, .faqs li {
    list-style: none; }
  .faqs p {
    margin-left: 0; }
  .faqs ul {
    padding-left: 0;
    margin-left: 0; }
  .faqs h4 {
    display: inline;
    color: #ffffff; }
    .faqs h4:hover {
      cursor: pointer; }
  .faqs .accordion a {
    color: #ffffff;
    font-weight: 400; }
  .faqs .accordion > li {
    border-bottom: solid 1px rgba(255, 255, 255, 0.6);
    padding: 1rem 0; }
    .faqs .accordion > li:last-of-type {
      border-bottom: none; }
  .faqs .more-questions {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 82.94039%;
    margin-left: 8.5298%;
    color: #353535;
    padding: 1rem;
    border-radius: 6px;
    background-color: #ffffff;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
    transition: all 0.2s ease-in-out; }
    .faqs .more-questions:last-child {
      margin-right: 0; }
    .faqs .more-questions h2 {
      margin-bottom: .6rem;
      color: #5C3F93; }
    .faqs .more-questions p {
      margin-top: 0;
      margin-bottom: .2rem; }
    .faqs .more-questions a {
      font-weight: 400;
      color: #5C3F93; }
    @media screen and (max-width: 575px) {
      .faqs .more-questions {
        float: left;
        display: block;
        margin-right: 2.35765%;
        width: 100%;
        margin-left: 0%; }
        .faqs .more-questions:last-child {
          margin-right: 0; } }

.more-questions {

}

.dark-purple {
	background-color: #4E337F;
}


.hero-price:before {
  content:'$';
  font-size: 1.88rem;
position: relative;
bottom: 25px;
font-weight: 300;
}

.plus-plan-price:before, .standard-plan-price:before, .free-plan-price:before {
    content: '$';
    font-size: 1.88rem;
    position: relative;
    bottom: 25px;
    font-weight: 300;
    color: rgba(255,255,255,.72);
}

.transactions-hero {
  background-color: #F4F5F6; }
  .transactions-hero h3 {
    margin-top: 0; }
  .transactions-hero .gateway {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 48.82117%;
    text-align: left;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
    border-radius: 6px;
    background-color: #ffffff;
    padding: 1rem 1.6rem; }
    .transactions-hero .gateway:last-child {
      margin-right: 0; }
    .transactions-hero .gateway h3 {
      margin-top: 0.2rem;
      margin-bottom: 0.2rem;
      color: #0070ba; }
    .transactions-hero .gateway p {
      margin-top: 0; }
    .transactions-hero .gateway span {
      margin-bottom: 0.3rem; }
    .transactions-hero .gateway .note {
      color: #7C7C7C; }
    .transactions-hero .gateway .stripe {
      color: #6772e5; }
    @media screen and (max-width: 575px) {
      .transactions-hero .gateway {
        float: left;
        display: block;
        margin-right: 2.35765%;
        width: 100%; }
        .transactions-hero .gateway:last-child {
          margin-right: 0; }
        .transactions-hero .gateway:first-of-type {
          margin-bottom: 1rem; } }