@import url(normalize.css);
html {
  box-sizing: border-box; }

*, *::after, *::before {
  box-sizing: inherit; }

/* -------------------------------

GLOBAL

------------------------------- */
label {
  display: block;
  width: 100%;
  max-width: 500px;
  margin: 0 auto;
  font-size: .9em;
  font-weight: 300;
  text-align: center;
  color: #666; }
  @media only screen and (min-width: 500px) {
    label {
      font-size: 1em; } }

input[type="text"],
input[type="password"],
input[type="number"],
input[type="email"],
textarea,
select {
  display: block;
  width: 100%;
  max-width: 500px;
  height: 50px;
  margin: .5em auto 0;
  padding: 10px;
  border: 2px solid #ccc;
  border-radius: 5px;
  color: #666;
  background: #fff;
  text-align: center;
  font-size: 16px;
  box-shadow: none; }
  @media only screen and (min-width: 500px) {
    input[type="text"],
    input[type="password"],
    input[type="number"],
    input[type="email"],
    textarea,
    select {
      font-size: 18px; } }

input[type="submit"] {
  width: 100%;
  max-width: 500px;
  margin: 0;
  font-size: 1em; }
  @media only screen and (min-width: 768px) {
    input[type="submit"] {
      font-size: 1.2em; } }

textarea {
  height: 150px;
  text-align: left; }

.input-wrapper {
  margin: 1.5em 0;
  color: #666; }

body,
p {
  font-family: "museo-sans", sans-serif;
  font-weight: 300;
  color: #222; }

body.body:before {
  content: "";
  position: fixed;
  top: -10px;
  left: 0;
  width: 100%;
  height: 10px;
  z-index: 100;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.8);
  -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.8);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.8); }

h1, h2, h3, h4, h5, h6 {
  margin: 0;
  font-weight: 700;
  color: #222;
  text-align: center; }

h1, h2 {
  padding: 0 .25em;
  margin: 1em 0;
  font-size: 2em; }
  @media only screen and (min-width: 768px) {
    h1, h2 {
      padding: 0;
      margin-top: 1.25em;
      font-size: 2.8em; } }

h3 {
  font-size: 2em; }

a {
  color: #0E75BE;
  text-decoration: none;
  border-bottom: 1px solid #0E75BE;
  word-break: break-word; }
  a:hover {
    text-decoration: none; }

strong {
  font-weight: 700; }

p {
  font-size: 1.1em;
  line-height: 1.6; }

figure {
  margin: 0; }

ul,
li {
  margin: 0;
  padding: 0; }

.container {
  max-width: 68em;
  margin-left: auto;
  margin-right: auto;
  padding: 0 1em; }
  .container::after {
    clear: both;
    content: "";
    display: table; }

.cta {
  text-align: center; }

.btn,
a.btn {
  display: inline-block;
  width: 100%;
  padding: 16px 0 15px;
  text-align: center;
  background: #333;
  border-radius: 4px;
  border: none;
  color: #fff;
  font-size: 1em;
  font-weight: 300;
  text-decoration: none;
  box-shadow: rgba(0, 0, 0, 0.15686) 0px 3px 10px, rgba(0, 0, 0, 0.22745) 0px 3px 10px; }
  @media only screen and (min-width: 500px) {
    .btn,
    a.btn {
      max-width: 400px; } }
  @media only screen and (min-width: 768px) {
    .btn,
    a.btn {
      font-size: 1.2em; } }
  .btn:hover,
  a.btn:hover {
    background: #000; }
  .btn i,
  a.btn i {
    margin-right: .1em;
    font-size: 1.2em; }

.btn-highlight,
a.btn-highlight {
  background: #C63882; }
  .btn-highlight:hover,
  a.btn-highlight:hover {
    opacity: .8;
    background: #C63882; }

.btn-subtle,
a.btn-subtle,
input[type="submit"].btn-subtle {
  background: none;
  border: 2px solid #333;
  color: #333;
  box-shadow: none; }
  .btn-subtle:hover,
  a.btn-subtle:hover,
  input[type="submit"].btn-subtle:hover {
    background: #333;
    color: #fff; }

body.logged-in {
  padding-top: 47px !important; }
  @media only screen and (min-width: 768px) {
    body.logged-in {
      padding-top: 50px !important; } }

.cta {
  margin-bottom: 1.5em; }
  @media only screen and (min-width: 768px) {
    .cta {
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 65.88078%;
      margin-left: 17.05961%; }
      .cta:last-child {
        margin-right: 0; } }

#signedin_user_link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10;
  text-align: center;
  border-color: #bce8f1; }
  #signedin_user_link a {
    display: block;
    padding-top: 15px;
    height: 50px;
    background: #C63882;
    color: #fff;
    font-size: 1em;
    font-weight: 700;
    border: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }
    @media only screen and (min-width: 768px) {
      #signedin_user_link a {
        font-size: 1.2em;
        padding-top: 12px; } }

/* -------------------------------

HEADER

------------------------------- */
header {
  height: 49px;
  background: #333;
  background-image: url("/images/congruent_outline.png"); }
  header nav {
    max-width: 68em;
    margin-left: auto;
    margin-right: auto;
    padding: 0 .5em 0 1em;
    font-size: 17px; }
    header nav a {
      border-bottom: none; }
    header nav .logo {
      display: inline-block;
      padding: 10px 0 0 0;
      line-height: 0; }
      @media only screen and (min-width: 1000px) {
        header nav .logo {
          width: 16%; } }
      header nav .logo img {
        width: 100%;
        max-width: 150px; }
    header nav .main-menu {
      display: none;
      position: relative;
      left: -.25em;
      z-index: 200;
      padding: 1em 0 .25em;
      text-align: center;
      background: #333; }
      @media only screen and (min-width: 1000px) {
        header nav .main-menu {
          display: inline-block !important;
          width: 84%;
          padding: 0;
          float: right;
          text-align: right;
          background: none; } }
      header nav .main-menu li {
        display: block; }
        @media only screen and (min-width: 1000px) {
          header nav .main-menu li {
            display: inline-block; } }
        @media only screen and (min-width: 1100px) {
          header nav .main-menu li {
            margin: 0 2px; }
            header nav .main-menu li:last-of-type {
              margin-right: 0; } }
        header nav .main-menu li a {
          display: block;
          width: 95%;
          height: 49px;
          margin: 0 auto .5em;
          padding: .75em 1em .5em;
          background: #C63882;
          color: #fff;
          border-radius: 4px;
          text-decoration: none; }
          @media only screen and (min-width: 1000px) {
            header nav .main-menu li a {
              display: inline-block;
              width: 100%;
              margin: 0;
              background: none;
              border-radius: 0; } }
          @media only screen and (min-width: 1000px) {
            header nav .main-menu li a:hover {
              background: #C63882;
              -webkit-transition: all 0.15s ease-out 0s;
              -moz-transition: all 0.15s ease-out 0s;
              transition: all 0.15s ease-out 0s; } }
    header nav .mobile-menu {
      display: inline-block;
      float: right;
      padding: .7em .5em .5em;
      background: none;
      border: none;
      color: #fff;
      font-size: 1.1em;
      text-align: right; }
      @media only screen and (min-width: 1000px) {
        header nav .mobile-menu {
          display: none; } }
      header nav .mobile-menu:focus {
        outline: none; }
      header nav .mobile-menu i {
        margin-right: .25em;
        font-size: 1.3em;
        vertical-align: bottom; }

/* -------------------------------

HOME

------------------------------- */
.home {
  /*
  .tutorial {
    @include span-columns(12);
    margin-bottom: 3em;
    text-align: center;
    border: 2px dashed #ccc;
    padding: 1em 1em 2.5em;
    @include respond-to(768) {
      @include span-columns(9);
      @include shift(1.5);
    }
    h2 {
      margin-top: .5em;
    }
    i {
      display: inline-block;
      font-size: 8em;
      color: #ccc;
    }
    a {
      margin-top: 1em;
      text-transform: none;
    }
  }
  .overview-video {
    @include span-columns(12);
    margin-bottom: 3em;
    @include respond-to(768) {
      @include span-columns(10);
      @include shift(1);
      margin-bottom: 4em;
    }
  }
  */ }
  .home .hero-wrapper {
    text-align: center; }
    .home .hero-wrapper .explain-1,
    .home .hero-wrapper .explain-2,
    .home .hero-wrapper .explain-3 {
      display: block;
      margin: 0 1em 3.5em;
      text-align: center; }
      @media only screen and (min-width: 768px) {
        .home .hero-wrapper .explain-1,
        .home .hero-wrapper .explain-2,
        .home .hero-wrapper .explain-3 {
          display: inline-block; } }
      .home .hero-wrapper .explain-1 img,
      .home .hero-wrapper .explain-2 img,
      .home .hero-wrapper .explain-3 img {
        display: block;
        width: 75px;
        margin: 0 auto 1em; }
      .home .hero-wrapper .explain-1 strong,
      .home .hero-wrapper .explain-2 strong,
      .home .hero-wrapper .explain-3 strong {
        font-size: 1.2em;
        font-weight: 300; }
    .home .hero-wrapper .arrow-right {
      display: none;
      margin: 0 .5em;
      color: #999;
      font-size: 1.2em; }
      @media only screen and (min-width: 768px) {
        .home .hero-wrapper .arrow-right {
          display: inline; } }
  .home .instructions {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 100%;
    margin-bottom: 1em;
    text-align: center; }
    .home .instructions:last-child {
      margin-right: 0; }
    .home .instructions p:first-of-type {
      margin-bottom: 0; }
    @media only screen and (min-width: 768px) {
      .home .instructions p {
        max-width: 770px;
        margin: 1em auto;
        font-size: 1.3em; } }
    .home .instructions .how-it-works-intro {
      text-align: center; }
    .home .instructions .instructions-step {
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 100%; }
      .home .instructions .instructions-step:last-child {
        margin-right: 0; }
      @media only screen and (min-width: 768px) {
        .home .instructions .instructions-step {
          float: left;
          display: block;
          margin-right: 2.35765%;
          width: 74.41059%;
          margin-left: 12.79471%; }
          .home .instructions .instructions-step:last-child {
            margin-right: 0; } }
      .home .instructions .instructions-step p {
        margin-bottom: 1em; }
        @media only screen and (min-width: 768px) {
          .home .instructions .instructions-step p {
            max-width: none; } }
      .home .instructions .instructions-step .screen-shot {
        width: 100%;
        border: 2px solid #ccc;
        border-radius: 10px; }
        @media only screen and (min-width: 768px) {
          .home .instructions .instructions-step .screen-shot {
            width: auto; } }
      .home .instructions .instructions-step .instructions-step-video {
        max-width: 500px;
        margin: 0 auto; }
      .home .instructions .instructions-step .arrow {
        display: block;
        margin: 2em auto;
        text-align: center; }
    .home .instructions .successful-customers {
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 100%;
      margin-top: 7em; }
      .home .instructions .successful-customers:last-child {
        margin-right: 0; }
      .home .instructions .successful-customers .sucessful-customers-example {
        float: left;
        display: block;
        margin-right: 2.35765%;
        width: 100%;
        margin-bottom: 2em;
        vertical-align: top; }
        .home .instructions .successful-customers .sucessful-customers-example:last-child {
          margin-right: 0; }
        @media only screen and (min-width: 768px) {
          .home .instructions .successful-customers .sucessful-customers-example {
            float: left;
            display: block;
            margin-right: 2.35765%;
            width: 31.76157%; }
            .home .instructions .successful-customers .sucessful-customers-example:last-child {
              margin-right: 0; }
            .home .instructions .successful-customers .sucessful-customers-example:nth-of-type(3n) {
              margin-right: 0; } }
        .home .instructions .successful-customers .sucessful-customers-example a {
          display: inline-block;
          width: 100%;
          margin-bottom: 1em;
          padding: 0 15%;
          border: 2px solid #ccc;
          background: #fff; }
          .home .instructions .successful-customers .sucessful-customers-example a:hover {
            opacity: .5; }
          .home .instructions .successful-customers .sucessful-customers-example a img {
            width: 100%;
            max-width: 300px;
            border: none;
            background: #fff; }
        .home .instructions .successful-customers .sucessful-customers-example p {
          padding: .6em 0 .75em;
          margin-top: .25em;
          background: #eee;
          margin-bottom: 1.25em;
          font-size: .85em; }
          @media only screen and (min-width: 768px) {
            .home .instructions .successful-customers .sucessful-customers-example p {
              font-size: 1em; } }
          .home .instructions .successful-customers .sucessful-customers-example p span {
            color: #666;
            font-weight: 700;
            font-size: .9em;
            line-height: 2; }
            .home .instructions .successful-customers .sucessful-customers-example p span i {
              color: #666;
              font-size: 1.3em; }
          .home .instructions .successful-customers .sucessful-customers-example p em {
            display: block;
            margin-bottom: .5em;
            font-style: normal;
            font-weight: 700;
            color: #333;
            font-size: 1.1em; }
        .home .instructions .successful-customers .sucessful-customers-example .recurring-revenue {
          display: block;
          color: #3AC218;
          font-weight: 700;
          text-align: center; }
    .home .instructions .demo-cta {
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 100%;
      margin-top: 2em; }
      .home .instructions .demo-cta:last-child {
        margin-right: 0; }
  .home .features {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 100%;
    margin-bottom: 3em;
    text-align: center; }
    .home .features:last-child {
      margin-right: 0; }
    .home .features .feature-item-row {
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 100%; }
      .home .features .feature-item-row:last-child {
        margin-right: 0; }
    .home .features .feature-item {
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 100%;
      margin-bottom: .5em;
      margin-top: 1em;
      padding-top: 1em; }
      .home .features .feature-item:last-child {
        margin-right: 0; }
      .home .features .feature-item:nth-of-type(3n) {
        margin-right: 0; }
      @media only screen and (min-width: 768px) {
        .home .features .feature-item {
          float: left;
          display: block;
          margin-right: 2.35765%;
          width: 31.76157%; }
          .home .features .feature-item:last-child {
            margin-right: 0; } }
      .home .features .feature-item i {
        display: inline-block;
        margin-bottom: .2em;
        color: #ccc;
        font-size: 4em; }
      .home .features .feature-item h4 {
        font-size: 1.5em;
        color: #222; }
      .home .features .feature-item p {
        margin-top: .5em;
        font-size: 1em;
        color: #666; }
    @media only screen and (min-width: 768px) {
      .home .features .feature-item-last-row {
        margin-left: 17.05961%; } }
  .home .faq {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 100%;
    margin-top: 5em;
    margin-bottom: 3em;
    text-align: center;
    border: 2px dashed #ccc;
    padding: 1em 1em 0; }
    .home .faq:last-child {
      margin-right: 0; }
    @media only screen and (min-width: 768px) {
      .home .faq {
        float: left;
        display: block;
        margin-right: 2.35765%;
        width: 74.41059%;
        margin-left: 12.79471%;
        padding: 1.5em 2em .5em; }
        .home .faq:last-child {
          margin-right: 0; } }
    .home .faq p {
      text-align: left; }
      @media only screen and (min-width: 1000px) {
        .home .faq p {
          text-align: justify; } }
    .home .faq strong {
      font-size: 1.1em; }

.services-help-callout {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 100%;
  margin-top: 5em;
  margin-bottom: 3em;
  padding: 1em 1em 0;
  border: 2px dashed #ccc; }
  .services-help-callout:last-child {
    margin-right: 0; }
  @media only screen and (min-width: 1000px) {
    .services-help-callout {
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 74.41059%;
      margin-left: 12.79471%;
      padding: 1.5em 2em .5em; }
      .services-help-callout:last-child {
        margin-right: 0; } }
  .services-help-callout p {
    text-align: center; }
    @media only screen and (min-width: 1000px) {
      .services-help-callout p {
        text-align: justify; } }

.testimonials-wrapper {
  margin: 4em auto 1.5em;
  padding: 2em 1em;
  background: #333;
  background-image: url("/images/congruent_outline.png");
  text-align: center; }
  .testimonials-wrapper .testimonials img {
    display: inline-block;
    margin-top: 1em;
    max-width: 150px;
    border-radius: 50%;
    border: 2px solid #fff; }
  .testimonials-wrapper .testimonials blockquote {
    width: 100%;
    padding: 1em;
    margin: 0 auto;
    background: #fff;
    border-radius: 10px;
    font-size: 1.1em;
    text-align: center; }
    @media only screen and (min-width: 768px) {
      .testimonials-wrapper .testimonials blockquote {
        width: 450px;
        font-size: 1.5em;
        text-align: left; } }
  .testimonials-wrapper .testimonials .arrow-down {
    margin: -2px auto 0;
    width: 0;
    height: 0;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-top: 20px solid #fff; }
  .testimonials-wrapper .testimonials .author {
    display: block;
    margin-top: .5em;
    text-align: center;
    color: #ccc; }
  .testimonials-wrapper .testimonials a {
    color: #ccc;
    border-bottom: 1px solid #ccc; }

.testimonials-wrapper-single {
  margin: 2em auto 1.5em;
  text-align: center; }
  .testimonials-wrapper-single img {
    display: inline-block;
    margin-top: 1em;
    max-width: 150px;
    border-radius: 50%;
    border: 2px solid #ccc; }
  .testimonials-wrapper-single blockquote {
    width: 500px;
    padding: 1em;
    margin: 0 auto;
    border-radius: 10px;
    border: 2px solid #ccc;
    font-size: 1.5em;
    text-align: left; }
  .testimonials-wrapper-single .arrow-down {
    margin: -2px auto 0;
    width: 0;
    height: 0;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-top: 20px solid #ccc; }
  .testimonials-wrapper-single .author {
    display: block;
    margin-top: .5em;
    text-align: center;
    color: #ccc; }

/* -------------------------------

SIGNUP

------------------------------- */
.signup-wrapper {
  text-align: center; }
  .signup-wrapper h1 {
    margin-bottom: 0; }
  .signup-wrapper p {
    margin: .5em 0 2em;
    font-size: 1.2em; }
  .signup-wrapper .signup {
    margin-bottom: 5em; }
    @media only screen and (min-width: 1000px) {
      .signup-wrapper .signup .container {
        padding: 0;
        border: 1px solid #ccc; } }
    .signup-wrapper .signup .container table {
      display: none;
      width: 100%;
      margin-top: 1.5em;
      text-align: center; }
      @media only screen and (min-width: 1000px) {
        .signup-wrapper .signup .container table {
          display: table; } }
      .signup-wrapper .signup .container table thead th {
        padding: 1em; }
      .signup-wrapper .signup .container table thead .pricing th {
        padding: 0; }
        .signup-wrapper .signup .container table thead .pricing th strong {
          font-size: 1.75em;
          font-weight: 700; }
      .signup-wrapper .signup .container table thead .plan-name th {
        padding: .5em 1em;
        font-size: 1.3em;
        font-weight: 300; }
      .signup-wrapper .signup .container table thead .plan-cta th {
        padding: .5em 1em 1em; }
        .signup-wrapper .signup .container table thead .plan-cta th .btn {
          width: 159px;
          padding: .75em 0;
          font-size: 1em; }
      .signup-wrapper .signup .container table thead .plan-cta .pricing-toggle {
        padding-right: 0;
        font-size: .9em;
        font-style: italic;
        text-align: right;
        font-weight: 300; }
        .signup-wrapper .signup .container table thead .plan-cta .pricing-toggle a {
          color: #999;
          border: none; }
          .signup-wrapper .signup .container table thead .plan-cta .pricing-toggle a:hover {
            color: #0E75BE;
            text-decoration: underline; }
      .signup-wrapper .signup .container table tbody td i {
        font-size: 1.3em;
        color: #aaa;
        vertical-align: middle; }
      .signup-wrapper .signup .container table tbody .feature-hover-wrapper {
        position: relative;
        width: 23%;
        padding: .8em 0;
        text-align: right;
        font-size: .9em; }
        .signup-wrapper .signup .container table tbody .feature-hover-wrapper a {
          color: #222;
          border-bottom: 1px dashed #999; }
          .signup-wrapper .signup .container table tbody .feature-hover-wrapper a:hover {
            color: #0E75BE;
            border-bottom: 1px solid #0E75BE; }
        .signup-wrapper .signup .container table tbody .feature-hover-wrapper .feature-hover {
          border-bottom: 1px dashed #999; }
          .signup-wrapper .signup .container table tbody .feature-hover-wrapper .feature-hover:hover {
            cursor: pointer; }
        .signup-wrapper .signup .container table tbody .feature-hover-wrapper .feature-description {
          display: none;
          position: absolute;
          top: -60px;
          left: 0;
          padding: 1em;
          background: #333;
          color: #fff;
          border-radius: 4px;
          font-size: .9em;
          text-align: left; }
          .signup-wrapper .signup .container table tbody .feature-hover-wrapper .feature-description i {
            font-size: 1em;
            color: #fff; }
      .signup-wrapper .signup .container table tbody .feature-description {
        display: none; }
      .signup-wrapper .signup .container table tbody .active-member-count {
        font-size: 1em; }
    .signup-wrapper .signup .container .signup-plans {
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 100%;
      border-radius: 12px;
      background: #fff; }
      .signup-wrapper .signup .container .signup-plans:last-child {
        margin-right: 0; }
      @media only screen and (min-width: 1000px) {
        .signup-wrapper .signup .container .signup-plans {
          display: none; } }
      .signup-wrapper .signup .container .signup-plans .signup-plan-item {
        float: left;
        display: block;
        margin-right: 2.35765%;
        width: 100%;
        margin-bottom: 3em;
        padding: 1em;
        text-align: center;
        border: 2px solid #ccc; }
        .signup-wrapper .signup .container .signup-plans .signup-plan-item:last-child {
          margin-right: 0; }
        @media only screen and (min-width: 1000px) {
          .signup-wrapper .signup .container .signup-plans .signup-plan-item {
            float: left;
            display: block;
            margin-right: 2.35765%;
            width: 23.23176%;
            margin-bottom: 0;
            padding: 0;
            border: none; }
            .signup-wrapper .signup .container .signup-plans .signup-plan-item:last-child {
              margin-right: 0; }
            .signup-wrapper .signup .container .signup-plans .signup-plan-item:last-of-type {
              margin-right: 0; } }
        .signup-wrapper .signup .container .signup-plans .signup-plan-item strong {
          display: block;
          margin: 0 0 .25em;
          font-size: 2em; }
          @media only screen and (min-width: 1000px) {
            .signup-wrapper .signup .container .signup-plans .signup-plan-item strong {
              font-size: 1.75em; } }
        .signup-wrapper .signup .container .signup-plans .signup-plan-item em {
          display: block;
          margin: 0 0 .75em;
          font-size: 1.5em;
          font-style: normal;
          font-weight: 300; }
        .signup-wrapper .signup .container .signup-plans .signup-plan-item .signup-includes-checklist {
          display: none; }
          @media only screen and (min-width: 1000px) {
            .signup-wrapper .signup .container .signup-plans .signup-plan-item .signup-includes-checklist {
              display: block;
              margin-top: 35px; } }
          .signup-wrapper .signup .container .signup-plans .signup-plan-item .signup-includes-checklist li {
            margin-bottom: 1.9em;
            font-size: .9em;
            list-style-type: none;
            color: #333; }
            .signup-wrapper .signup .container .signup-plans .signup-plan-item .signup-includes-checklist li i {
              font-size: 1.5em;
              vertical-align: top;
              color: #aaa; }
            @media only screen and (min-width: 768px) {
              .signup-wrapper .signup .container .signup-plans .signup-plan-item .signup-includes-checklist li:first-of-type {
                margin-bottom: 18px;
                font-size: 1.1em; } }
        .signup-wrapper .signup .container .signup-plans .signup-plan-item .signup-includes-mobile {
          display: block; }
          @media only screen and (min-width: 1000px) {
            .signup-wrapper .signup .container .signup-plans .signup-plan-item .signup-includes-mobile {
              display: none; } }
          .signup-wrapper .signup .container .signup-plans .signup-plan-item .signup-includes-mobile ul li {
            margin-bottom: 1em;
            list-style-type: none; }
            .signup-wrapper .signup .container .signup-plans .signup-plan-item .signup-includes-mobile ul li i {
              color: #aaa; }
            .signup-wrapper .signup .container .signup-plans .signup-plan-item .signup-includes-mobile ul li a {
              color: #222;
              border-bottom: 1px dashed #999; }
              .signup-wrapper .signup .container .signup-plans .signup-plan-item .signup-includes-mobile ul li a:hover {
                color: #0E75BE;
                border-color: #0E75BE; }
        .signup-wrapper .signup .container .signup-plans .signup-plan-item .sign-up-cta {
          margin-bottom: 1em; }
          .signup-wrapper .signup .container .signup-plans .signup-plan-item .sign-up-cta .btn {
            width: 90%;
            padding: .75em 0;
            font-size: 1em;
            text-transform: none; }
  .signup-wrapper .terms-link {
    clear: both;
    margin: 0 0 3em;
    padding: 1em;
    font-size: .9em;
    color: #999;
    font-style: italic;
    background: #eee;
    border: 1px solid #ccc; }
    @media only screen and (min-width: 1000px) {
      .signup-wrapper .terms-link {
        clear: none;
        margin: 1.5em 0 0;
        border: none;
        border-top: 1px solid #ccc; } }
    .signup-wrapper .terms-link a {
      border-color: #999;
      color: #999; }
  .signup-wrapper .custom-plan {
    display: block;
    margin-bottom: 1em;
    font-style: normal; }
    @media only screen and (min-width: 1000px) {
      .signup-wrapper .custom-plan {
        width: 68%;
        margin-left: auto;
        margin-right: auto; } }
    .signup-wrapper .custom-plan span {
      display: inline-block;
      padding: .5em;
      border: 2px solid #666;
      color: #666; }
    .signup-wrapper .custom-plan a {
      color: #C63882;
      border-color: #C63882; }
  .signup-wrapper .demo-cta {
    margin-top: 3em;
    text-align: center; }
    .signup-wrapper .demo-cta .btn {
      width: 90%;
      text-transform: none; }
      @media only screen and (min-width: 1000px) {
        .signup-wrapper .demo-cta .btn {
          width: 100%; } }
  .signup-wrapper .signup-testimonials {
    margin-bottom: 4em; }
    @media only screen and (min-width: 768px) {
      .signup-wrapper .signup-testimonials {
        margin-bottom: 6em;
        margin-top: 3em; } }

/* -------------------------------

ABOUT

------------------------------- */
.about {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 100%;
  margin-bottom: 3em; }
  .about:last-child {
    margin-right: 0; }
  @media only screen and (min-width: 768px) {
    .about {
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 74.41059%;
      margin-left: 12.79471%; }
      .about:last-child {
        margin-right: 0; } }
  .about h1 {
    margin-bottom: 1em; }
  .about .about-team {
    text-align: center; }
    .about .about-team img {
      margin: 0 auto;
      width: 75%;
      padding: .5em;
      background: #fff;
      box-shadow: 0 3px 6px #999;
      /*
      width: 150px;
      height: 150px;
      border-radius: 50%;
      */
      border: 1px solid #ccc; }
  .about strong {
    display: block;
    margin-top: 1.5em; }
    @media only screen and (min-width: 768px) {
      .about strong {
        font-size: 1.2em; } }

/* -------------------------------

BLOG

------------------------------- */
.blog {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 100%; }
  .blog:last-child {
    margin-right: 0; }
  .blog .blog-category {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 100%;
    padding: 1em;
    margin-bottom: 3em;
    border: 1px solid #ccc; }
    .blog .blog-category:last-child {
      margin-right: 0; }
    @media only screen and (min-width: 1000px) {
      .blog .blog-category {
        float: left;
        display: block;
        margin-right: 2.35765%;
        width: 82.94039%;
        margin-left: 8.5298%; }
        .blog .blog-category:last-child {
          margin-right: 0; } }
    .blog .blog-category .blog-category-image {
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 100%;
      margin-bottom: 1em;
      position: relative; }
      .blog .blog-category .blog-category-image:last-child {
        margin-right: 0; }
      @media only screen and (min-width: 600px) {
        .blog .blog-category .blog-category-image {
          float: left;
          display: block;
          margin-right: 2.35765%;
          width: 31.76157%;
          margin-bottom: 0; }
          .blog .blog-category .blog-category-image:last-child {
            margin-right: 0; } }
      .blog .blog-category .blog-category-image a {
        border: none; }
        .blog .blog-category .blog-category-image a img {
          width: 100%; }
      .blog .blog-category .blog-category-image em {
        position: absolute;
        bottom: 4px;
        right: 0;
        background: #333;
        padding: 5px 10px;
        color: #fff; }
    .blog .blog-category .blog-category-text {
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 100%; }
      .blog .blog-category .blog-category-text:last-child {
        margin-right: 0; }
      @media only screen and (min-width: 600px) {
        .blog .blog-category .blog-category-text {
          float: left;
          display: block;
          margin-right: 2.35765%;
          width: 65.88078%; }
          .blog .blog-category .blog-category-text:last-child {
            margin-right: 0; } }
      .blog .blog-category .blog-category-text h3 {
        margin-bottom: 1em;
        font-size: 1.5em;
        text-align: left; }
      .blog .blog-category .blog-category-text ul li {
        margin-bottom: 1em;
        margin-left: 1.5em;
        font-size: 1.1em;
        color: #222; }
        .blog .blog-category .blog-category-text ul li:last-of-type {
          margin-bottom: 0; }

.post {
  margin-bottom: 1em; }
  .post .banner {
    position: relative;
    width: 100%;
    height: 300px;
    margin: 0 0 2em;
    text-align: center;
    -ms-background-position-x: center;
    -ms-background-position-y: 55%;
    background-position: center 55%;
    background-size: cover;
    background-repeat: no-repeat;
    background-color: #000; }
    .post .banner .post-title {
      position: absolute;
      top: 2.5em;
      width: 100%;
      text-align: center;
      margin: 0;
      color: #fff; }
  .post .post-content {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 100%; }
    .post .post-content:last-child {
      margin-right: 0; }
    @media only screen and (min-width: 1000px) {
      .post .post-content {
        float: left;
        display: block;
        margin-right: 2.35765%;
        width: 65.88078%;
        margin-left: 17.05961%; }
        .post .post-content:last-child {
          margin-right: 0; } }
    .post .post-content h2 {
      margin-top: 2em;
      font-size: 2.25em; }
    .post .post-content h3 {
      margin: 1.5em 0 .75em;
      font-size: 1.5em;
      text-align: left; }
      .post .post-content h3 a {
        border: none;
        text-decoration: underline; }
    .post .post-content p {
      margin: 0 0 1em;
      text-align: left; }
      @media only screen and (min-width: 768px) {
        .post .post-content p {
          text-align: justify; } }
    .post .post-content ul {
      margin-bottom: 1.5em;
      line-height: 1.6; }
      .post .post-content ul li {
        margin-left: 1.5em;
        margin-bottom: 1em;
        font-size: 1.1em; }
    .post .post-content img {
      display: block;
      margin-top: .5em;
      width: 100%;
      max-width: 100%;
      border: 2px solid #ccc; }
    .post .post-content .screenshot {
      margin-top: 0;
      margin-bottom: .5em; }
  .post .cta {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 100%;
    margin-left: 0%;
    margin-top: 2em;
    padding-top: 3em;
    border-top: 2px dashed #ccc; }
    .post .cta:last-child {
      margin-right: 0; }
    @media only screen and (min-width: 1000px) {
      .post .cta {
        float: left;
        display: block;
        margin-right: 2.35765%;
        width: 65.88078%;
        margin-left: 17.05961%; }
        .post .cta:last-child {
          margin-right: 0; } }
    .post .cta h3 {
      margin-bottom: 1.5em;
      font-size: 1.5em; }

/* -------------------------------

TERMS & CONDITIONS

------------------------------- */
.terms {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 100%; }
  .terms:last-child {
    margin-right: 0; }
  @media only screen and (min-width: 1000px) {
    .terms {
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 74.41059%;
      margin-left: 12.79471%; }
      .terms:last-child {
        margin-right: 0; } }
  .terms h1 {
    text-align: left; }
    @media only screen and (min-width: 768px) {
      .terms h1 {
        margin: 2em 0; } }
  .terms h2 {
    margin-bottom: .75em;
    font-size: 2em;
    text-align: left; }
    .terms h2:first-of-type {
      margin-top: 0; }
  .terms p {
    text-align: justify; }
  .terms ul li {
    margin-left: 1em;
    font-size: 1.1em; }
    .terms ul li p {
      font-size: 1em;
      text-align: left; }

/* -------------------------------

FOOTER

------------------------------- */
/*
.questions {
  margin: 2em 0 3.75em;
  text-align: center;
  font-size: 1.1em;
  line-height: 2.5;
  @include respond-to(768){
    font-size: 1.4em;
    line-height: 1.5;
  }
}
*/
footer {
  margin-top: 100px;
  padding: 0 1em 5em;
  background: #333;
  background-image: url("/images/congruent_outline.png");
  color: #777;
  text-align: center; }
  footer a {
    border: none; }
  footer .email-cta {
    padding-top: 3em;
    margin-bottom: 3em; }
    footer .email-cta h3 {
      margin-bottom: 1.5em;
      font-size: 1.7em;
      color: #fff;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale; }
    footer .email-cta .wufoo {
      width: 100%; }
      @media only screen and (min-width: 768px) {
        footer .email-cta .wufoo {
          width: 400px;
          margin: 0 auto; } }
      footer .email-cta .wufoo .hide {
        display: none; }
      footer .email-cta .wufoo label {
        display: block;
        width: 100%;
        margin: 0 auto;
        font-weight: 300;
        text-align: left;
        color: #fff;
        font-size: 1.1em; }
      footer .email-cta .wufoo input[type="text"].field,
      footer .email-cta .wufoo input[type="email"].field {
        display: block;
        width: 100%;
        height: 40px;
        margin: .5em auto 1em;
        padding: 10px;
        border: none;
        border-radius: 5px;
        color: #666;
        text-align: left;
        font-size: 16px; }
        @media only screen and (min-width: 768px) {
          footer .email-cta .wufoo input[type="text"].field,
          footer .email-cta .wufoo input[type="email"].field {
            height: 50px;
            font-size: 18px; } }
      footer .email-cta .wufoo #saveForm {
        width: 100%;
        max-width: 500px;
        margin: 0;
        font-size: 1em;
        margin-top: 1em;
        border: 2px solid #fff;
        background: #333;
        color: #fff;
        box-shadow: none; }
        @media only screen and (min-width: 768px) {
          footer .email-cta .wufoo #saveForm {
            font-size: 1.2em; } }
        @media only screen and (min-width: 768px) {
          footer .email-cta .wufoo #saveForm {
            margin-top: 0; } }
        footer .email-cta .wufoo #saveForm:hover {
          background: #fff;
          color: #333; }
  footer .copyright {
    color: #777;
    font-size: .7em; }
    footer .copyright a {
      color: #777; }
      footer .copyright a:hover {
        color: #ff8000; }

.sub-menu {
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 10;
  width: 100%;
  padding: .6em 0 .8em;
  background-image: url("/images/congruent_outline.png");
  font-size: .85em;
  text-align: center;
  border-top: 2px solid #fff;
  /*
  .twitter {
    border-bottom: none;
    i {
      vertical-align: middle;
      font-size: 1.3em;
    }
  }
  */ }
  @media only screen and (min-width: 1000px) {
    .sub-menu {
      font-size: 1.27em; } }
  .sub-menu a {
    margin: 0 1em;
    text-decoration: none;
    color: #fff;
    border-bottom: 2px solid #C63882; }
    .sub-menu a:hover {
      color: #C63882; }
  .sub-menu span {
    color: #fff;
    font-weight: 700;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }
  .sub-menu .sub-menu-normal {
    display: none; }
    @media only screen and (min-width: 450px) {
      .sub-menu .sub-menu-normal {
        display: inline-block; } }
  .sub-menu .sub-menu-mobile {
    display: block; }
    @media only screen and (min-width: 450px) {
      .sub-menu .sub-menu-mobile {
        display: none; } }
    .sub-menu .sub-menu-mobile a {
      display: inline-block;
      margin: 0; }

.mixpanel-badge {
  display: inline-block;
  margin-top: 3em; }

/* -------------------------------

404

------------------------------- */
.error-404 {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 100%;
  margin-top: 2em;
  margin-bottom: 13em;
  text-align: center; }
  .error-404:last-child {
    margin-right: 0; }
  .error-404 h1 {
    margin: 2em 0; }
  .error-404 h3 {
    margin: 3em 0;
    line-height: 1.5; }
