@charset "UTF-8";
.wf-loading h1, .wf-loading h2, .wf-loading h3, .wf-loading p, .wf-loading li, .wf-loading button {
  opacity: 0; }

h1, h2, h3, p, li, button {
  opacity: 1;
  -webkit-transition: opacity 0.6s ease-in-out;
  -moz-transition: opacity 0.6s ease-in-out;
  transition: opacity 0.6s ease-in-out; }

/* VARIABLES
 *-------------------------------------------------- */
.mobile-app-ad {
  background-color: #F2F2F2;
  position: relative;
  top: 0px;
  left: 0px;
  width: 100%; }
  .mobile-app-ad .close {
    float: left;
    line-height: 66px;
    margin: 0 10px; }
  .mobile-app-ad .ad-content .icon {
    padding-top: 7px;
    float: left;
    max-width: 50px;
    max-height: 50px; }
  .mobile-app-ad .ad-content .text {
    float: left;
    text-align: left;
    margin: 15px 10px; }
  .mobile-app-ad .view-button {
    float: right;
    line-height: 66px;
    margin-right: 10px; }

body {
  color: #373a3c;
  font-family: "proxima-nova", "helvetica neue", arial, sans-serif;
  background-color: #e8e8e8;
  padding: 0;
  overflow-x: hidden;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased; }

html, body {
  height: 100%; }

body.modal-open {
  overflow: hidden; }

li {
  line-height: 1.7em; }

a:link, a:visited {
  outline: none;
  text-decoration: none; }

a:hover {
  outline: none;
  text-decoration: none; }

*::-moz-selection, ::selection {
  background: #006abb;
  color: rgba(255, 255, 255, 0.85); }

h1, h2, h3 {
  font-weight: 300;
  line-height: 1em;
  letter-spacing: -0.01em; }

.container-fluid {
  padding: 0; }

.row-fluid {
  margin: 0 auto;
  max-width: 1200px; }

.placeholder {
  color: #aaa; }

.table th, .table td {
  padding: 1.3em;
  font-size: 1rem; }

.table th {
  color: #7e7e7e;
  font-weight: 700;
  letter-spacing: 0.02em;
  text-transform: uppercase; }

.table td > code {
  white-space: normal; }

input:-webkit-autofill {
  background-color: #fff !important;
  -webkit-box-shadow: 0 0 0px 1000px white inset; }

.centered {
  text-align: center; }

blockquote {
  border: 0 none;
  color: #5A5A5A;
  font-size: 1.1rem;
  margin: 1.5em 0 1.5em 1.802em;
  padding: 0.8em 5em 0 0;
  position: relative;
  line-height: 1.6em;
  color: #7e7e7e; }
  blockquote:before {
    color: #8C8C8C;
    content: "“";
    font-size: 3.60406em;
    font-style: italic;
    left: -0.6018em;
    line-height: 1em;
    position: absolute;
    top: 0; }

.horizontal-break {
  background-image: url("/images/marketing/horizontal-break.jpg");
  background-position: center bottom;
  background-repeat: no-repeat; }

.navbar-wrapper {
  z-index: 10; }

.navbar {
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease; }
  .navbar .navbar-inner {
    background-color: transparent;
    background-image: none;
    border: 0;
    padding: 0; }
    .navbar .navbar-inner a.brand {
      background-image: url("/images/marketing/pipelinedeals_logo.svg");
      background-size: 160px auto;
      background-repeat: no-repeat;
      font-size: 16px;
      text-indent: -9999px;
      white-space: nowrap;
      overflow: hidden;
      display: block;
      width: 200px;
      height: 38px;
      padding: 0;
      margin: 3px 0 0;
      position: absolute;
      z-index: 2; }
  .navbar .nav {
    width: auto;
    display: block;
    margin-left: 180px;
    margin-right: 0;
    margin-top: 3px;
    z-index: 3; }
  .navbar .nav-utility {
    text-align: right; }
    .navbar .nav-utility li {
      list-style-type: none;
      vertical-align: top;
      display: inline-block;
      margin-left: 16px; }
      .navbar .nav-utility li.call {
        position: relative;
        top: 0.9em;
        margin: 0;
        color: #ffffff; }
    .navbar .nav-utility .sign-in > a {
      padding: 4px 12px 2px; }
    .navbar .nav-utility .try-it > a {
      padding: 4px 12px 2px; }

.btn {
  box-shadow: none !important;
  text-shadow: none !important;
  border-radius: 3px !important;
  font-weight: 400;
  border: 0 !important;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease; }

.btn:hover, .btn:focus {
  box-shadow: 0 0 0 4px rgba(0, 0, 0, 0.14); }

.btn-large {
  padding: 11px 40px 10px;
  font-size: 17px;
  text-shadow: none !important;
  font-weight: 400; }

.btn-primary {
  background-color: #006abb;
  background-image: none; }

.btn-primary:hover, .btn-primary:active {
  background-color: #1A4580;
  color: #fff !important; }

.btn:active {
  background-image: none;
  box-shadow: 0 3px 4px rgba(0, 0, 0, 0.6) inset; }

.navbar .btn {
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.05em;
  margin-top: 8px;
  text-transform: none; }

a.sign-in.btn.btn-primary:hover {
  background-color: #fff;
  color: #0076bc !important; }

a.btn.btn-success:hover {
  color: #fff; }

.btn-careers {
  margin-bottom: 30px; }

.btn-careers:hover {
  color: #fff !important; }

.header {
  background-color: #fdfdfd;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: transparent;
  z-index: 1030;
  overflow: visible;
  margin-top: 10px;
  -webkit-transition: all 0.6s ease-in-out;
  -moz-transition: all 0.6s ease-in-out;
  -o-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out; }
  .header .navbar-inner {
    padding: 10px 27px; }

.cbp-af-header-shrink {
  margin-top: 0;
  height: 40px;
  padding: 0 0 4px;
  background-color: #fdfdfd;
  overflow: visible; }
  .cbp-af-header-shrink .navbar-inner {
    padding: 0px 27px; }
  .cbp-af-header-shrink a.brand {
    background-size: 140px auto !important;
    background-image: url("/images/marketing/pipelinedeals_logo_blue.png") !important;
    top: 8px; }
  .cbp-af-header-shrink .cbp-af-inner {
    margin: 0 auto; }
    .cbp-af-header-shrink .cbp-af-inner .nav > li > a {
      color: #373a3c; }
      .cbp-af-header-shrink .cbp-af-inner .nav > li > a:focus {
        color: #373a3c; }
    .cbp-af-header-shrink .cbp-af-inner .call {
      color: #373a3c !important; }

@media (max-width: 767px) {
  .cbp-af-header-shrink {
    height: auto; } }
@media (min-width: 969px) {
  .cbp-af-header-shrink {
    border-bottom: 1px solid #e8e8e8; }
    .cbp-af-header-shrink .cbp-af-inner .nav-utility > li > a.try-it {
      background: #5c9728;
      color: white;
      font-size: 14px;
      font-weight: 700;
      letter-spacing: 0.054em; }
    .cbp-af-header-shrink .navbar .nav-utility .sign-in > a {
      background: transparent;
      color: #0076bc; } }
.hero {
  background-color: #373a3c;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover; }
  .hero h1 {
    color: #fff;
    text-align: center;
    line-height: 1em;
    margin: 0 auto;
    font-size: 4em;
    font-weight: 300; }
  .hero h2 {
    color: #fff;
    text-align: center;
    line-height: 1em;
    margin: 12px 0 25px;
    font-size: 1.4em;
    font-weight: 500; }
  .hero .btn-success {
    font-size: 15px;
    font-weight: 600;
    padding: 1em 1.2em 0.9em;
    letter-spacing: 0.02em;
    border: 1px solid #fff !important;
    background: none !important; }
    .hero .btn-success:hover {
      color: #0076bc !important;
      background: #fff !important;
      border: 1px solid #fff !important; }
  .hero .btn-success.demo {
    border: 1px solid #5c9728 !important;
    background: #5c9728 !important;
    margin-right: 8px; }
    .hero .btn-success.demo:hover {
      background: #4ea501 !important;
      color: #fff !important; }

.hero.home-hero {
  height: 80vh;
  text-align: center;
  padding-top: 80px;
  max-width: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  box-orient: vertical;
  -webkit-box-direction: normal;
  -moz-box-direction: normal;
  box-direction: normal;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  -ms-flex-direction: column;
  -webkit-box-lines: single;
  -moz-box-lines: single;
  box-lines: single;
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  box-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center;
  background-image: url("/images/marketing/home-march2017.jpg"); }

body.index .container-fluid.signup {
  display: none; }

.customermanagement {
  width: 100%;
  padding: 65px 35px;
  background: #006abb;
  background: -webkit-linear-gradient(#3a9fd3, #006abb);
  background: -o-linear-gradient(#3a9fd3, #006abb);
  background: -moz-linear-gradient(#3a9fd3, #006abb);
  background: linear-gradient(#3a9fd3, #006abb); }
  .customermanagement .video {
    display: table-cell;
    vertical-align: top; }
  .customermanagement .info {
    display: table-cell;
    vertical-align: top;
    padding: 0px 50px 0px 30px; }
    .customermanagement .info h2 {
      color: #fff;
      font-weight: 500;
      font-size: 28px;
      padding-left: 20px;
      display: inline; }
    .customermanagement .info p {
      color: #fff;
      font-size: 16px;
      float: none;
      margin-top: 20px; }
    .customermanagement .info .tag {
      background-color: #fff;
      border-radius: 5px;
      padding: 7px 2px 6px 2px;
      width: 55px;
      float: left;
      color: #006abb;
      text-transform: uppercase;
      font-weight: 600;
      text-align: center;
      margin-top: 1px; }
    .customermanagement .info .btn-success {
      font-size: 15px;
      font-weight: 600;
      padding: 1em 1.2em 0.9em;
      letter-spacing: 0.02em;
      border: 1px solid #fff !important;
      background: none !important; }
      .customermanagement .info .btn-success:hover {
        color: #0076bc !important;
        background: #fff !important;
        border: 1px solid #fff !important; }

@media (max-width: 1035px) {
  .customermanagement .info h2 {
    display: inherit; } }
@media (max-width: 650px) {
  .customermanagement {
    padding: 65px 0px; }
    .customermanagement .video {
      text-align: center;
      display: block;
      margin-bottom: 40px; }
    .customermanagement .info {
      padding: 0px 50px; }
      .customermanagement .info h2 {
        padding: 15px 0px 0px 0px; }
      .customermanagement .info .tag {
        float: none; } }
@media (max-width: 767px) {
  .hero.home-hero {
    height: 50vh;
    padding-top: 50px; }

  .hero {
    text-align: center; }
    .hero h1 {
      font-size: 1.5em;
      line-height: 1.3em; }
    .hero h2 {
      margin: 5px 10% 0;
      font-size: 1.1em;
      margin-bottom: 25px; }
    .hero .btn-success {
      padding: 0.8em; } }
.start-develop-grow {
  background-color: #fff;
  padding: 40px 10px 0px; }
  .start-develop-grow a {
    border: 1px solid transparent;
    padding: 10px 40px;
    display: block; }
    .start-develop-grow a:hover {
      background: #ebf8ff; }
    .start-develop-grow a h2 {
      text-align: center;
      font-size: 1.5em;
      color: #006abb;
      padding: 0;
      margin-bottom: 5px;
      font-weight: 400; }
    .start-develop-grow a p {
      font-size: 1.2em;
      line-height: 1.5em;
      padding: 0 0 0.2em;
      text-align: center;
      color: #7e7e7e; }
      .start-develop-grow a pspan {
        white-space: nowrap; }

.why {
  border-top: 1px solid #fff;
  border-bottom: 1px solid #d8d8d8;
  background-color: #f9f9f9;
  padding: 30px 10px 50px; }
  .why a {
    border: 1px solid transparent;
    padding: 10px 10px;
    border-radius: 4px;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
    display: block; }
    .why a h2 {
      text-align: center;
      font-size: 1.2em;
      color: #373a3c;
      padding: 0;
      margin-bottom: 5px;
      font-weight: 400; }
    .why a span.icon {
      display: block;
      height: 6em;
      margin: 0 auto;
      width: 6em; }
    .why a span.sales {
      background-image: url("/images/marketing/why-icons.png");
      background-repeat: no-repeat;
      background-position: 0% 3px; }
    .why a span.organize {
      background-image: url("/images/marketing/why-icons.png");
      background-repeat: no-repeat;
      background-position: 49% 3px; }
    .why a span.compare {
      background-image: url("/images/marketing/why-icons.png");
      background-repeat: no-repeat;
      background-position: 98% 3px; }
    .why a span.new-icon {
      background-image: url("/images/marketing/homepage-icons.svg");
      background-repeat: no-repeat;
      background-size: 120px auto;
      height: 65px;
      width: 65px;
      display: block;
      margin: 0 auto; }
    .why a span.new-icon.engaging {
      background-position: -30px -29px; }
    .why a span.new-icon.guessing {
      background-position: -30px -101px; }
    .why a span.new-icon.time {
      background-position: -33px -176px; }
    .why a span.new-icon.collaborate {
      background-position: -28px -245px; }
    .why a p {
      font-size: 1.1em;
      line-height: 1.5em;
      padding: 0 0 0.2em;
      text-align: center;
      color: #7e7e7e; }
      .why a p span {
        white-space: nowrap;
        color: #006abb; }
    .why a:hover {
      background-color: #FFFFFF;
      border: 1px solid #E8E8E8;
      border-radius: 4px;
      display: block; }
  .why .more-link {
    display: block;
    background-color: #e8e8e8;
    border-radius: 4px;
    border: 1px solid #ccc;
    display: inline;
    font-size: 0.9rem;
    font-weight: 400;
    padding: 6px 9px 5px;
    position: relative;
    color: #7e7e7e; }

.home-awards.container-fluid {
  background-attachment: fixed;
  background-color: #2b2740;
  background-position: center 0;
  background-repeat: no-repeat;
  background-size: cover;
  margin: 0;
  padding: 12em 0;
  border: 0; }
  .home-awards.container-fluid h2 {
    color: #fff;
    font-size: 2.2em;
    font-weight: 300; }
  .home-awards.container-fluid .award-images {
    text-align: center;
    margin: 0; }
    .home-awards.container-fluid .award-images li {
      display: inline-block; }
      .home-awards.container-fluid .award-images li img {
        padding: 30px 30px 0; }

.modal-body p.agreement {
  color: #ccc;
  font-size: 12px;
  padding: 20px 20px 0; }
  .modal-body p.agreement a {
    color: #ccc;
    border-bottom: 1px solid #f9f9f9; }

.signup.container-fluid {
  text-align: center;
  background-color: #f8f8f8;
  color: #373a3c;
  padding: 4em 2em;
  border-top: 1px solid #f1f1f1;
  border-bottom: 1px solid #f1f1f1; }
  .signup.container-fluid h2 {
    font-size: 2.5rem;
    font-weight: 300;
    margin-bottom: 0.4em; }
  .signup.container-fluid h4 {
    font-size: 0.95rem;
    letter-spacing: 0.1em;
    font-weight: 400;
    opacity: 0.7; }
  .signup.container-fluid .contain {
    position: relative; }
  .signup.container-fluid label {
    position: absolute;
    margin: 0 0 0 8px;
    color: #7e7e7e;
    font-size: 1rem;
    top: 0;
    left: 0;
    cursor: text; }
  .signup.container-fluid .get-started {
    background-color: #0076bc;
    border: 1px solid #0076bc;
    margin-bottom: 10px;
    border-radius: 3px;
    background-image: none;
    background-repeat: no-repeat;
    font-size: 15px;
    color: #fff;
    font-weight: 700;
    letter-spacing: 0.06em; }
    .signup.container-fluid .get-started:hover {
      box-shadow: 0 2px 3px rgba(0, 0, 0, 0.2); }
  .signup.container-fluid .icon-cloud {
    font-size: 25px;
    opacity: 0.8; }

.footer-app-icons {
  padding: 4em 0 1em 0;
  background-color: #fff; }
  .footer-app-icons .footer-storelinks {
    padding: 1em;
    display: block; }
    .footer-app-icons .footer-storelinks img {
      max-height: 45px; }

.footer {
  background-color: #fff;
  color: #7e7e7e;
  padding: 4em 0 5em; }
  .footer .footer-inner {
    max-width: 1200px;
    margin: 0 auto;
    font-size: 1.1rem; }
    .footer .footer-inner .spinner {
      width: 20px; }
    .footer .footer-inner a {
      color: #666;
      display: block;
      line-height: 1.3em;
      font-size: 0.9em; }
      .footer .footer-inner a:hover {
        color: #0076bc; }
    .footer .footer-inner h5 {
      font-size: 0.9em;
      font-weight: 700;
      letter-spacing: 0.07em;
      color: #666; }
    .footer .footer-inner ul {
      margin: 0; }
      .footer .footer-inner ul li {
        display: block;
        margin-bottom: 9px; }
      .footer .footer-inner ul span.date {
        display: block;
        font-size: 0.7rem;
        letter-spacing: 0.07em;
        text-transform: uppercase;
        line-height: 1.5em; }
      .footer .footer-inner ul.socialize {
        margin-bottom: 1em; }
        .footer .footer-inner ul.socialize li {
          padding: 0;
          display: inline-block;
          margin-bottom: 3px; }
          .footer .footer-inner ul.socialize li a {
            background-color: #fff;
            position: relative;
            height: 50px;
            margin-right: 3px;
            padding-right: 0;
            width: 50px;
            text-align: center; }
            .footer .footer-inner ul.socialize li a i {
              font-size: 29px;
              left: 12px;
              position: absolute;
              top: 11px; }
            .footer .footer-inner ul.socialize li a.google-plus {
              color: #dd4b39; }
            .footer .footer-inner ul.socialize li a.twitter {
              color: #4baee7; }
            .footer .footer-inner ul.socialize li a.instagram {
              color: #006abb; }
            .footer .footer-inner ul.socialize li a.facebook {
              color: #3b5998; }
              .footer .footer-inner ul.socialize li a.facebook i {
                left: 17px; }
            .footer .footer-inner ul.socialize li a.linkedin {
              color: #3b5998; }
            .footer .footer-inner ul.socialize li a.youtube {
              color: #ff0036; }
    .footer .footer-inner .tweets ul li {
      font-size: 1rem; }
    .footer .footer-inner .copyright {
      font-size: 0.8rem;
      margin-top: 1.5em;
      opacity: 0.6; }
  .footer .newsletter {
    margin-top: 2em;
    margin-bottom: 2em;
    opacity: 0.8;
    background-color: transparent;
    border: 1px solid #e4e4e4;
    text-align: center;
    padding: 1em 0.8em 0;
    border-radius: 4px; }
    .footer .newsletter h3 {
      color: #333;
      font-size: 1.4em; }
    .footer .newsletter .mc-field-group {
      position: relative;
      width: 260px;
      display: block;
      margin: 0 auto; }
      .footer .newsletter .mc-field-group input.email {
        width: 100%;
        height: 19px; }
      .footer .newsletter .mc-field-group .action {
        position: absolute;
        top: 2px;
        right: -12px; }
  .footer .tweets, .footer .socials {
    margin-top: 2em; }

.container-fluid.home-callouts {
  padding-bottom: 0;
  background: #fff; }
  .container-fluid.home-callouts .clean-wrap {
    background: #fff;
    border: 1px solid #D8D8D8;
    border-top-right-radius: 3px;
    border-top-left-radius: 3px;
    position: relative; }
  .container-fluid.home-callouts .clean-wrap.iphone {
    margin-top: 0; }
    .container-fluid.home-callouts .clean-wrap.iphone .bg-here {
      background-color: #fff;
      padding: 0 45% 2em 0; }
      .container-fluid.home-callouts .clean-wrap.iphone .bg-here img {
        max-width: 130px; }
      .container-fluid.home-callouts .clean-wrap.iphone .bg-here h2 {
        font-size: 1.5em;
        padding-top: 2.5em;
        font-weight: 300; }
      .container-fluid.home-callouts .clean-wrap.iphone .bg-here p:last-of-type {
        padding-bottom: 24px; }
  .container-fluid.home-callouts .clean-wrap.support {
    border-top-right-radius: 0;
    border-top-left-radius: 0;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
    border-top: 0;
    padding-bottom: 4em;
    padding-top: 2em; }
    .container-fluid.home-callouts .clean-wrap.support h2 {
      font-size: 1.5em;
      padding-top: 0em;
      font-weight: 300; }
    .container-fluid.home-callouts .clean-wrap.support p {
      padding-bottom: 2em; }

@media (max-width: 767px) {
  .container-fluid.home-callouts .clean-wrap {
    border-top-right-radius: 0;
    border-top-left-radius: 0;
    border: 0; }
  .container-fluid.home-callouts .clean-wrap.support {
    text-align: center;
    padding: 0em 4em; }
  .container-fluid.home-callouts .clean-wrap.iphone {
    background-position: center bottom;
    background-size: 310px auto;
    text-align: center;
    padding: 0em 4em 27em; }
  .container-fluid.home-callouts .clean-wrap.setup {
    text-align: center;
    padding: 0em; } }
.container-fluid.home-callout-customers {
  background-color: #fff;
  padding: 3em 2em 9em; }
  .container-fluid.home-callout-customers h2 {
    text-align: center;
    font-size: 1.8em;
    line-height: 1.15em;
    color: #373a3c;
    font-weight: 300; }
  .container-fluid.home-callout-customers .logowrap {
    margin: 2em 0; }
    .container-fluid.home-callout-customers .logowrap a > img {
      max-width: 65%; }
  .container-fluid.home-callout-customers .quote {
    background-color: #f8f8f8;
    border-radius: 6px;
    padding: 1.5em;
    font-size: 1.2em;
    line-height: 1.5em;
    position: relative; }
    .container-fluid.home-callout-customers .quote:after {
      left: 100%;
      top: 25%;
      border: solid transparent;
      content: " ";
      height: 0;
      width: 0;
      position: absolute;
      pointer-events: none;
      border-color: rgba(248, 248, 248, 0);
      border-left-color: #f8f8f8;
      border-width: 14px;
      margin-top: -14px; }
    .container-fluid.home-callout-customers .quote span {
      font-size: 2em;
      color: #cccccc;
      line-height: 0;
      top: 9px;
      position: relative; }
  .container-fluid.home-callout-customers .quote-ref {
    padding-top: 25px; }
  .container-fluid.home-callout-customers .quote-pic {
    width: 75px;
    border-radius: 50%;
    float: right;
    margin-top: 10px;
    border: 2px solid #ccc; }

@media (max-width: 767px) {
  .hero {
    background-attachment: scroll; }

  .container-fluid.home-callout-customers h2, .container-fluid.home-callouts .clean-wrap.iphone .bg-here h2 {
    font-size: 1.5em; }

  .container-fluid.home-callout-customers {
    padding: 4em 2em 5em; }
    .container-fluid.home-callout-customers .logowrap {
      text-align: center; }
    .container-fluid.home-callout-customers .quote:after {
      border: 0; }

  .container-fluid.home-callouts {
    padding-bottom: 0; }
    .container-fluid.home-callouts .clean-wrap.iphone {
      border-bottom: 1px solid #e8e8e8;
      margin-top: 0; }
      .container-fluid.home-callouts .clean-wrap.iphone .bg-here {
        padding: 0; }
        .container-fluid.home-callouts .clean-wrap.iphone .bg-here img {
          right: 0% !important; }

  .quote-ref {
    padding-top: 10px;
    text-align: center; }

  .quote-pic {
    float: none !important;
    margin: 0 auto;
    display: block; } }
@media (max-width: 767px) {
  .table th, .table td {
    padding: 0.4em;
    font-size: 0.9rem; }

  .table th {
    color: #7e7e7e;
    font-weight: 700;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    font-size: 0.75rem; } }
@media (min-width: 979px) {
  .nav > li > a {
    padding: 1.5em 1.3em 0.7em;
    font-size: 0.9rem;
    text-shadow: none;
    font-weight: 600;
    letter-spacing: 0.02em; }

  .navbar .nav > li > a {
    text-shadow: none;
    font-weight: 600;
    color: #ffffff; }
    .navbar .nav > li > a:focus {
      color: #ffffff; }
  .navbar .nav-utility {
    padding-top: 0;
    font-size: 0.85rem; }
    .navbar .nav-utility .try-it {
      border: 1px solid rgba(255, 255, 255, 0.2) !important;
      font-size: 14px;
      letter-spacing: 0.054em;
      font-weight: 700;
      padding: 3px 10px 2px;
      margin: 8px 0 0 12px;
      background-color: transparent;
      background-image: none;
      color: #fff; }
  .navbar .navbar-inner {
    padding: 0px 27px;
    box-shadow: none;
    background: transparent; }
    .navbar .navbar-inner a.brand {
      background-size: 160px auto; } }
@media (max-width: 979px) {
  .navbar-inverse .nav-collapse .nav > li > a:focus {
    background-color: #e8e8e8; }

  .cbp-af-header-shrink {
    padding: 20px 0 26px;
    height: auto; }

  .header {
    display: block;
    z-index: 10;
    width: 100%;
    margin: 0;
    padding: 0; }

  .container.navbar-wrapper {
    margin-bottom: 0;
    width: auto; }

  .navbar-inner {
    padding: 0.5em 1.5em;
    border-radius: 0;
    margin: 0 -20px; }

  .featurette {
    height: auto;
    padding: 0; }

  .featurette-image.pull-left, .featurette-image.pull-right {
    display: block;
    float: none;
    max-width: 40%;
    margin: 0 auto 20px; }

  .navbar-inverse .btn-navbar {
    background-color: transparent;
    background-image: none;
    border: 0;
    border-radius: 0;
    margin-right: 0;
    margin-top: 0;
    padding: 12px; }
    .navbar-inverse .btn-navbar:hover {
      box-shadow: none;
      background-color: transparent; }
    .navbar-inverse .btn-navbar:active {
      box-shadow: none;
      background-color: transparent; }
    .navbar-inverse .btn-navbar .icon-bar {
      background-color: #fff;
      height: 2px;
      margin-bottom: 5px;
      width: 26px;
      box-shadow: none; }
  .navbar-inverse .navbar-inner {
    background: transparent; }
  .navbar-inverse .nav-collapse {
    background: #fff; }
    .navbar-inverse .nav-collapse .nav {
      text-align: center;
      margin: 15px 0 30px; }
    .navbar-inverse .nav-collapse .nav > li {
      line-height: 1em; }
    .navbar-inverse .nav-collapse .nav > li > a {
      text-transform: none;
      font-size: 1.1rem;
      font-weight: 400;
      background-color: transparent;
      padding: 0.8em 1em 0.6em;
      color: #373a3c;
      letter-spacing: 0;
      text-shadow: none; }
      .navbar-inverse .nav-collapse .nav > li > a:hover, .navbar-inverse .nav-collapse .nav > li > a:active {
        color: inherit;
        background-color: transparent; }
    .navbar-inverse .nav-collapse .nav-utility > li > a.try-it {
      color: #5c9728; }

  .navbar {
    margin-bottom: 0; }
    .navbar .navbar-inner {
      background-color: transparent;
      padding: 10px 20px; }
      .navbar .navbar-inner a.brand {
        margin: 0 0 0px 12px; }
    .navbar .nav-collapse {
      border-radius: 0;
      padding: 0; }
      .navbar .nav-collapse .nav {
        display: inline-block;
        margin: 1em 0 0;
        width: 100%;
        text-align: center; }
        .navbar .nav-collapse .nav li {
          margin: 0; }
        .navbar .nav-collapse .nav li > a {
          border-bottom: 1px solid #E8E8E8;
          border-radius: 0;
          margin: 0; }
        .navbar .nav-collapse .nav li > a:active {
          background-color: #006abb;
          color: #fff; }
      .navbar .nav-collapse .nav-utility {
        width: 100%;
        padding: 0 0 30px;
        text-align: center;
        margin: 0; }
        .navbar .nav-collapse .nav-utility li {
          margin-left: 0;
          display: block; }
        .navbar .nav-collapse .nav-utility li.call {
          border-bottom: 1px solid #e8e8e8;
          display: block;
          font-size: 1.2em;
          color: #373a3c;
          padding: 7px 0;
          color: #373a3c;
          top: 0; } }
.standard.signup form.new_account .referral_code_link {
  white-space: nowrap; }

@media (max-width: 767px) {
  .navbar .navbar-inner {
    padding: 10px 20px; }

  .why {
    padding: 0.5em 0; }
    .why h1 {
      font-size: 1.8rem;
      padding-top: 1em; }
    .why h2, .why p {
      padding: 0 10px;
      font-size: 18px; }
    .why span.icon {
      display: none; }
    .why a > p {
      padding: 0 0.5em;
      font-size: 14px !important;
      font-weight: 400;
      color: #373a3c; }
    .why a > span.icon {
      display: none; }

  .signup.container-fluid {
    padding: 1.5em 2em;
    text-align: center; }
    .signup.container-fluid h2 {
      font-size: 2.2rem; }
    .signup.container-fluid form {
      display: block;
      text-align: left; }
    .signup.container-fluid .contain {
      display: block;
      margin: 0 auto;
      width: 75%; }
    .signup.container-fluid input {
      display: block;
      margin: 0 auto 12px;
      text-align: left;
      width: 100%; }
    .signup.container-fluid input[type="button"] {
      margin: 0 auto; }
    .signup.container-fluid label {
      display: block;
      min-width: 100px;
      top: 8px;
      z-index: 1; }

  .footer-app-icons .footer-storelinks {
    padding: 1em 1em 1em !important; }
    .footer-app-icons .footer-storelinks .span6 {
      text-align: center !important; }

  .footer {
    padding: 1.2em 2em; }
    .footer .footer-inner {
      font-size: 1.3rem;
      text-align: center; }
      .footer .footer-inner .span4 {
        padding: 0 1em; }
      .footer .footer-inner .utility {
        padding: 0 0; }
      .footer .footer-inner h5 {
        font-size: 1rem;
        margin-top: 4em; }
      .footer .footer-inner .copyright {
        margin-top: 5.5em; }
      .footer .footer-inner ul li {
        padding: 0; }
      .footer .footer-inner ul.links {
        margin-top: 2em; }
        .footer .footer-inner ul.links a {
          display: block;
          border-bottom: 1px solid rgba(255, 255, 255, 0.06);
          padding: 0.4em 0; } }
@media (min-width: 1200px) {
  .navbar .nav > li > a {
    font-size: 14px; }
  .navbar .navbar-inner {
    position: relative; }
  .navbar .nav-utility {
    margin-bottom: 0; }

  .signup.container-fluid {
    padding: 5.5em 2em 4em; } }
.get-started {
  display: inline-block;
  margin: 10px auto;
  padding: 15px 30px 12px;
  font-size: 19px;
  font-weight: 400;
  border: 0; }

.modal {
  -webkit-box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.3);
  border: 0 !important; }

@media (min-width: 979px) {
  .navbar-inverse .nav > li > a:hover {
    text-shadow: 0px 1px 15px white; } }
@media (max-width: 979px) {
  .cbp-af-header-shrink {
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear; }
    .cbp-af-header-shrink .navbar .navbar-inner {
      padding: 0px 20px; }
    .cbp-af-header-shrink .navbar-inverse .btn-navbar {
      padding: 12px 12px 0 12px; }
    .cbp-af-header-shrink .navbar-inverse .btn-navbar .icon-bar {
      background-color: #333; }
    .cbp-af-header-shrink .navbar .navbar-inner a.brand {
      background-size: 138px auto; } }
.dropdown > a > i {
  font-size: 8px;
  top: -2px;
  position: relative;
  display: inline-block; }

.sign_up_form .email-validation.warning {
  width: 60%;
  color: orange;
  margin-left: 125px;
  margin-top: -5px;
  margin-bottom: 10px;
  text-align: left;
  display: none; }

.cookie-agreement-banner {
  display: none;
  z-index: 2147483647;
  position: sticky;
  bottom: -1px;
  padding: 20px 20px 15px 20px;
  background: #333;
  font-weight: bold; }
  .cookie-agreement-banner .cookie-text {
    max-width: 900px; }
  .cookie-agreement-banner .text-and-button-container {
    margin-left: 10%; }
  .cookie-agreement-banner p {
    color: #FFF;
    font-size: 14px;
    padding: 0;
    text-align: center; }
  @media (max-width: 768px) {
    .cookie-agreement-banner p {
      text-align: left;
      padding-right: 30px;
      margin-bottom: 15px; }
    .cookie-agreement-banner .text-and-button-container {
      margin-left: 0; } }
  @media (min-width: 1200px) {
    .cookie-agreement-banner {
      max-width: none; }
      .cookie-agreement-banner .accept-cookie-btn {
        margin-left: 5px; } }

@media (min-width: 980px) {
  .navbar-inverse .nav li.dropdown.active > .dropdown-toggle, .navbar-inverse .nav li.dropdown.open.active > .dropdown-toggle, .navbar-inverse .nav li.dropdown.open > .dropdown-toggle {
    background-color: transparent;
    color: #fff; }

  .cbp-af-header-shrink .navbar-inverse .nav li.dropdown.active > .dropdown-toggle, .cbp-af-header-shrink .navbar-inverse .nav li.dropdown.open.active > .dropdown-toggle, .cbp-af-header-shrink .navbar-inverse .nav li.dropdown.open > .dropdown-toggle {
    color: #333; }

  .dropdown-menu {
    border-radius: 0; }

  .dropdown:hover .dropdown-menu {
    display: block;
    margin-top: 0; }

  .dropdown-menu > li > a:focus, .dropdown-menu > li > a:hover, .dropdown-submenu:focus > a, .dropdown-submenu:hover > a {
    background-image: none;
    background-color: #0076bc; }

  .navbar .nav > li > .dropdown-menu:after {
    left: 15px; }

  .navbar .nav > li > .dropdown-menu:before {
    left: 14px; } }
.intercom-launcher {
  position: fixed;
  bottom: 20px;
  right: 20px;
  background: url(../images/help-chat-launcher.png) no-repeat 100% 100%;
  border-radius: 50%;
  cursor: pointer;
  height: 0;
  width: 0;
  opacity: 0;
  outline: 0;
  transform: scale(0.5);
  transform-origin: center;
  transition: opacity 0.25s ease, transform 0.25s ease;
  z-index: 2147483000; }
  .intercom-launcher.intercom-booted {
    width: 101px;
    height: 101px;
    opacity: 1;
    transform: scale(1); }

/* VARIABLES
 *-------------------------------------------------- */
.btn-pipelinedeals-lime {
  background-color: #98C03D;
  background-image: none;
  font-size: 16px;
  color: #fff;
  font-weight: 600;
  border: none;
  border-radius: 5px;
  padding: 16px 25px;
  margin: 25px auto;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  display: inline-block; }

.btn-pipelinedeals-lime:hover {
  background-color: #1A4580;
  background-image: none;
  color: #fff; }

.btn-pipelinedeals-white-outline {
  background-color: none;
  background-image: none;
  font-size: 16px;
  color: #fff;
  font-weight: 600;
  border: 1px solid #fff;
  border-radius: 5px;
  padding: 15px 25px;
  margin: 25px 0px 25px 15px;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  display: inline-block; }

.btn-pipelinedeals-white-outline:hover {
  background-color: #fff;
  background-image: none;
  color: #006abb; }

.btn-pipelinedeals-darkblue-outline {
  background-color: none;
  background-image: none;
  font-size: 16px;
  color: #1A4580;
  font-weight: 600;
  border: 2px solid #1A4580;
  border-radius: 5px;
  padding: 16px 25px;
  margin: 25px auto;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  display: inline-block; }

.btn-pipelinedeals-darkblue-outline:hover {
  background-color: #1A4580;
  background-image: none;
  color: #fff; }

a:active, a:hover, a:focus, .btn:focus {
  outline: 0; }

.container-fluid.blue-header {
  text-align: center;
  padding-top: 70px; }

.blue-header {
  width: 100%;
  height: 430px;
  background: #006abb;
  background: -webkit-linear-gradient(#3a9fd3, #006abb);
  background: -o-linear-gradient(#3a9fd3, #006abb);
  background: -moz-linear-gradient(#3a9fd3, #006abb);
  background: linear-gradient(#3a9fd3, #006abb); }
  .blue-header h1 {
    color: #163a6c;
    font-weight: 600;
    font-size: 20px;
    margin: 20px auto; }
  .blue-header h2 {
    color: #fff;
    font-weight: 500;
    line-height: 45px;
    font-size: 40px;
    padding: 5px 20px; }
  .blue-header h3 {
    color: #fff;
    font-size: 23px;
    padding: 0px 30px;
    line-height: 35px; }
  .blue-header p.downloadPDF {
    color: #fff;
    font-size: 18px;
    font-weight: 400;
    margin-top: 35px; }

.package-startservices {
  background: #fff;
  border: 1px solid #1A4580;
  margin-top: -230px;
  margin-bottom: 30px;
  padding: 20px;
  min-height: 1105px !important; }
  .package-startservices .cta {
    text-align: center;
    margin: 10px 0 20px 0; }
    .package-startservices .cta .btn-success {
      background-color: #98C03D;
      font-size: 16px;
      font-weight: 700;
      box-shadow: inset 0 -3px 0 #407611;
      border: 0;
      border-radius: 2px;
      padding: 15px 20px 12px;
      -webkit-transition: all 0.2s ease;
      -moz-transition: all 0.2s ease;
      -o-transition: all 0.2s ease;
      transition: all 0.2s ease;
      margin-top: 10px; }
    .package-startservices .cta .btn-success:hover {
      background-color: #1A4580;
      box-shadow: inset 0 -3px 0 #294d0a; }
    .package-startservices .cta .btn-success:focus {
      outline: none; }
  .package-startservices li {
    line-height: 1.4em; }
  .package-startservices h4 {
    color: #163a6c;
    font-weight: 600;
    font-size: 33px;
    text-align: center;
    margin: 10px 0 25px 0; }
  .package-startservices p.description {
    font-size: 22px;
    text-align: center;
    color: #666;
    font-weight: 400;
    line-height: 28px;
    margin: 20px; }
  .package-startservices p.package-focus {
    font-size: 16px;
    color: #006abb; }
  .package-startservices p.price {
    font-size: 33px;
    font-weight: 400;
    text-align: center;
    color: #666; }
  .package-startservices p.info {
    font-size: 16px;
    font-weight: 600;
    color: #666;
    text-align: center; }
  .package-startservices p.phone {
    color: #666;
    font-size: 30px;
    font-weight: 600;
    text-align: center;
    margin-top: 30px; }

.social-proof {
  width: 100%;
  min-height: 230px;
  padding: 40px 0px;
  margin-bottom: -20px;
  background: #98c03d;
  background: -webkit-linear-gradient(#98c03d, #C1CC2E);
  background: -o-linear-gradient(#98c03d, #C1CC2E);
  background: -moz-linear-gradient(#98c03d, #C1CC2E);
  background: linear-gradient(#98c03d, #C1CC2E); }
  .social-proof .carousel-inner {
    min-height: 230px;
    width: 70%;
    margin: 0 auto; }
    .social-proof .carousel-inner .item {
      margin-top: 30px;
      transition: 0.6s ease-in-out left; }
    .social-proof .carousel-inner h4 {
      color: #fff;
      font-size: 38px;
      line-height: 40px;
      font-weight: 500;
      text-align: center;
      margin-top: 25px; }
    .social-proof .carousel-inner h5 {
      font-size: 20px;
      color: #000;
      font-weight: 700; }
    .social-proof .carousel-inner h5.byline {
      font-size: 17px;
      font-weight: 500;
      font-style: italic; }
    .social-proof .carousel-inner i {
      color: #fff;
      font-size: 50px; }
  .social-proof .carousel-control {
    position: absolute;
    top: 40%;
    font-size: 60px;
    color: #000;
    background: none;
    border: none;
    margin-top: 15px; }
    .social-proof .carousel-controlhover {
      color: #fff; }
    .social-proof .carousel-controlactive {
      color: #fff; }
    .social-proof .carousel-controlfocus {
      color: #fff; }

@media (max-width: 1045px) {
  .blue-header h2 {
    font-size: 35px; } }
@media (max-width: 919px) {
  .package-startservices {
    margin-top: -175px; }

  .blue-header h2 {
    line-height: 36px; }
  .blue-header h3 {
    font-size: 25px;
    line-height: 30px; } }
@media (max-width: 575px) {
  .blue-header h2 {
    font-size: 30px;
    line-height: 33px; }
  .blue-header h3 {
    font-size: 25px;
    line-height: 27px; }

  .package-startservices {
    min-height: 975px !important;
    margin-top: -90px;
    margin-bottom: 130px; }
    .package-startservices h4 {
      font-size: 35px; } }
.blue-header-success-plan {
  text-align: center;
  padding-top: 70px;
  width: 100%;
  height: 220px;
  background: #006abb;
  background: -webkit-linear-gradient(#3a9fd3, #006abb);
  background: -o-linear-gradient(#3a9fd3, #006abb);
  background: -moz-linear-gradient(#3a9fd3, #006abb);
  background: linear-gradient(#3a9fd3, #006abb); }
  .blue-header-success-plan h1 {
    color: #163a6c;
    font-weight: 600;
    font-size: 20px;
    margin: 20px auto; }
  .blue-header-success-plan h2 {
    color: #fff;
    font-weight: 500;
    line-height: 45px;
    font-size: 40px;
    padding: 15px 150px; }

.success-plan-details {
  background-color: #fff;
  padding: 30px 30px 50px 30px; }
  .success-plan-details ol {
    margin-left: 0;
    padding-left: 0;
    counter-reset: item; }
  .success-plan-details ol > li {
    margin-left: 0;
    padding-left: 0;
    counter-increment: item;
    list-style: none inside;
    margin-bottom: 10px; }
  .success-plan-details ol > li:before {
    position: absolute;
    content: counter(item);
    padding-top: 5px;
    margin-top: -5px;
    background: #98C03D;
    text-align: center;
    width: 35px;
    height: 30px;
    color: #fff;
    font-weight: 600;
    font-size: 18px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%; }
  .success-plan-details h3 {
    margin-top: 30px;
    margin-left: 50px;
    font-size: 25px;
    color: #666;
    font-weight: 500; }
  .success-plan-details p {
    margin-top: 25px;
    margin-left: 50px;
    font-size: 20px;
    color: #666;
    font-weight: 400; }
    .success-plan-details p a {
      color: #006abb; }
    .success-plan-details p a:hover {
      color: #1A4580; }

@media (max-width: 841px) {
  .blue-header-success-plan h2 {
    font-size: 32px;
    padding: 30px;
    line-height: 34px; } }
@media (max-width: 555px) {
  .blue-header-success-plan h2 {
    font-size: 25px;
    padding: 30px;
    line-height: 27px; } }
.blue-header-develop {
  width: 100%;
  height: 530px;
  text-align: center;
  background: #006abb;
  background: -webkit-linear-gradient(#3a9fd3, #006abb);
  background: -o-linear-gradient(#3a9fd3, #006abb);
  background: -moz-linear-gradient(#3a9fd3, #006abb);
  background: linear-gradient(#3a9fd3, #006abb); }
  .blue-header-develop h1 {
    color: #163a6c;
    font-weight: 600;
    font-size: 20px;
    text-transform: uppercase;
    margin: 20px auto;
    padding: 7% 0 1% 0; }
  .blue-header-develop h2 {
    color: #fff;
    font-weight: 500;
    line-height: 1em;
    font-size: 40px; }
  .blue-header-develop h3 {
    color: #fff;
    font-size: 30px;
    padding: 0px 30px;
    line-height: 35px; }
  .blue-header-develop p {
    color: #fff;
    font-size: 20px;
    padding: 0px 10px 20px 10px; }
    .blue-header-develop p a {
      color: #fff; }
    .blue-header-develop p a:hover {
      color: #98C03D; }
    .blue-header-develop p a:visited {
      color: #98C03D; }

.develop h2 {
  font-size: 38px;
  margin-top: 30px; }

.develop_video {
  text-align: center;
  margin: -100px auto 0px auto; }

.webinar_feature {
  background: #fff;
  border: 2px solid #1A4580;
  margin-top: -120px;
  padding: 20px; }
  .webinar_feature h4 {
    color: #1A4580;
    text-align: center;
    font-size: 18px;
    font-weight: 600; }
  .webinar_feature h5 {
    color: #1A4580;
    text-align: center;
    font-size: 30px;
    font-weight: 400;
    line-height: 33px;
    padding: 15px; }
  .webinar_feature .webinar_feature_info {
    margin-top: 20px; }
    .webinar_feature .webinar_feature_info i {
      color: #666;
      float: left;
      font-size: 20px;
      padding-right: 10px; }
    .webinar_feature .webinar_feature_info p {
      color: #666;
      font-size: 17px;
      font-weight: 600; }
    .webinar_feature .webinar_feature_info li {
      color: #666;
      font-size: 15px;
      font-weight: 500; }

.btn-success-calendar {
  background-color: transparent;
  background-image: none;
  font-size: 16px;
  color: #fff;
  font-weight: 600;
  border: 1px solid #fff !important;
  border-radius: 2px;
  padding: 16px 20px;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  margin: 25px 20px 30px 20px; }
  .btn-success-calendar i {
    padding-right: 10px;
    font-size: 18px; }

.btn-success-calendar:hover {
  background-color: #fff;
  background-image: none;
  color: #1a4582; }

.btn-success-webinar {
  background-color: #98C03D;
  background-image: none;
  font-size: 16px;
  color: #fff;
  font-weight: 600;
  border: none;
  border-radius: 2px;
  padding: 16px 20px;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  margin: 20px auto; }

.btn-success-webinar:hover {
  background-color: #1A4580;
  background-image: none;
  color: #fff; }

.develop_intro {
  padding-top: 20px;
  text-align: center; }
  .develop_intro h4 {
    color: #3A9FD3;
    font-weight: 500;
    font-size: 38px;
    text-align: center;
    margin-top: 30px;
    line-height: 40px; }
  .develop_intro .btn-success-webinar {
    background-color: transparent;
    background-image: none;
    font-size: 16px;
    color: #1A4580;
    font-weight: 600;
    border: 2px solid #1A4580 !important;
    border-radius: 2px;
    padding: 16px 20px;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
    margin: 5px 20px 45px 20px; }
    .develop_intro .btn-success-webinar i {
      padding-right: 10px;
      font-size: 18px; }
  .develop_intro .btn-success-webinar:hover {
    background-color: #1A4580;
    background-image: none;
    color: #fff; }

.develop_features {
  width: 100%; }
  .develop_features h4 {
    color: #1A4580; }

.develop_features_gray {
  background-color: #e8e8e8;
  padding: 55px 25px; }
  .develop_features_gray h4 {
    font-size: 20px;
    color: #1A4580;
    margin-top: 35px;
    line-height: 23px; }
  .develop_features_gray p {
    font-size: 16px; }

.develop_features_white {
  background-color: #fff;
  padding: 55px 25px; }
  .develop_features_white h4 {
    font-size: 20px;
    color: #1A4580;
    margin-top: 35px;
    line-height: 23px; }
  .develop_features_white p {
    font-size: 16px; }

.develop_video_webinar {
  text-align: center;
  padding: 55px 0px; }
  .develop_video_webinar h4 {
    color: #1A4580;
    font-size: 38px;
    font-weight: 500;
    text-align: center;
    line-height: 40px;
    margin-bottom: 50px; }

.blue-cta {
  width: 100%;
  text-align: center;
  padding: 45px 0px 20px 0px;
  background: #006abb;
  background: -webkit-linear-gradient(#3a9fd3, #006abb);
  background: -o-linear-gradient(#3a9fd3, #006abb);
  background: -moz-linear-gradient(#3a9fd3, #006abb);
  background: linear-gradient(#3a9fd3, #006abb); }
  .blue-cta h4 {
    color: #fff;
    font-size: 38px;
    line-height: 40px;
    font-weight: 400;
    text-align: center; }
  .blue-cta h5 {
    color: #fff;
    margin-top: 35px;
    padding: 0px 15px;
    font-weight: 600;
    font-size: 17px; }
    .blue-cta h5 a {
      color: #fff; }
    .blue-cta h5 a:hover {
      color: #98C03D; }
    .blue-cta h5 a:visited {
      color: #98C03D; }

@media (max-width: 767px) {
  .webinar_feature .webinar_feature_info img {
    text-align: center; } }
@media (max-width: 600px) {
  .blue-header-develop h1 {
    padding: 10% 2% 1% 2%; }
  .blue-header-develop p {
    font-size: 17px; }

  .webinar_feature .webinar_feature_info .webinar_feature_dates {
    margin: 10% 20%; } }
.blue-header-videos {
  text-align: center;
  padding-top: 70px;
  width: 100%;
  height: 350px;
  background: #006abb;
  background: -webkit-linear-gradient(#3a9fd3, #006abb);
  background: -o-linear-gradient(#3a9fd3, #006abb);
  background: -moz-linear-gradient(#3a9fd3, #006abb);
  background: linear-gradient(#3a9fd3, #006abb); }
  .blue-header-videos h1 {
    color: #163a6c;
    font-weight: 600;
    font-size: 20px;
    margin: 20px auto; }
  .blue-header-videos h2 {
    color: #fff;
    font-weight: 300;
    line-height: 1em;
    font-size: 45px; }
  .blue-header-videos .main-video {
    margin: 30px auto; }

.videos-info {
  margin-top: 30px;
  text-align: left; }
  .videos-info .label.new-feature {
    border: 1px #3A9FD3 solid;
    border-radius: 3px;
    padding: 5px;
    color: #3A9FD3;
    font-size: 14px;
    font-weight: 600; }
  .videos-info h5 {
    color: #1A4580;
    font-size: 18px;
    margin-top: 20px; }
  .videos-info p {
    color: #666;
    font-size: 14px;
    margin-top: 10px; }

.videos-row-gray {
  background: #e8e8e8;
  padding: 55px 25px; }
  .videos-row-gray .span4:first-child {
    margin: 0 0 0 20px; }
  .videos-row-gray .span4 {
    margin: 0 0 0 20px; }
    .videos-row-gray .span4 .video {
      min-height: 200px; }
    .videos-row-gray .span4 .videos-info {
      min-height: 240px; }

@media (max-width: 1219px) {
  .videos-row-gray .span4:first-child {
    margin: 0 0 0 5px; }
  .videos-row-gray .span4 {
    margin: 0 0 0 5px; } }
@media (max-width: 767px) {
  .main-video {
    padding: 0px 25px; }

  .videos-row-gray {
    margin-top: 315px; }
    .videos-row-gray .span4:first-child {
      margin: 0 auto; }
    .videos-row-gray .span4 {
      margin: 0 auto; }
    .videos-row-gray .videos-info p {
      margin-bottom: 35px; } }
@media (max-width: 475px) {
  .videos-row-gray {
    margin-top: 270px; } }
.blue-header-friend {
  text-align: center;
  padding: 70px 0px 30px 0px;
  width: 100%;
  background: #006abb;
  background: -webkit-linear-gradient(#3a9fd3, #006abb);
  background: -o-linear-gradient(#3a9fd3, #006abb);
  background: -moz-linear-gradient(#3a9fd3, #006abb);
  background: linear-gradient(#3a9fd3, #006abb); }
  .blue-header-friend .headline {
    margin-top: 15px; }
    .blue-header-friend .headline h1 {
      color: #ffffff;
      font-weight: 400;
      font-size: 46px;
      margin: 20px auto;
      text-align: left;
      line-height: 60px; }
    .blue-header-friend .headline img {
      bottom: 0; }

.friend-information {
  margin-top: -30px;
  padding: 45px 0px 30px 0px;
  background-color: #e8e8e8; }
  .friend-information h2 {
    color: #1A4580;
    font-size: 22px;
    font-weight: 500; }
  .friend-information h3 {
    font-size: 16px;
    line-height: 20px;
    letter-spacing: normal;
    font-weight: 400;
    margin: 20px 0; }
  .friend-information .btn-success-friends {
    background-color: #f4a633;
    background-image: none;
    font-size: 17px;
    color: #fff;
    font-weight: 600;
    border: none;
    padding: 16px 35px;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
    margin: 10px 0px; }
  .friend-information .btn-success-friends:hover {
    background-color: #006abb; }
  .friend-information .friend-steps h3 {
    font-size: 19px;
    margin: 0 0 35px 0; }
    .friend-information .friend-steps h3 i.orange {
      font-size: 40px;
      padding-right: 10px;
      color: #f4a633;
      vertical-align: middle; }
    .friend-information .friend-steps h3 i.red {
      font-size: 40px;
      padding-right: 10px;
      color: #e54e3e;
      vertical-align: middle; }
    .friend-information .friend-steps h3 i.blue {
      font-size: 45px;
      padding-right: 12px;
      color: #006abb;
      vertical-align: middle; }

.friend-legal {
  background-color: #fff;
  padding: 35px 0; }
  .friend-legal p {
    font-size: 13px; }

@media (max-width: 1062px) {
  .blue-header-friend .headline h1 {
    font-size: 35px;
    line-height: 38px;
    margin: 20px; } }
@media (max-width: 767px) {
  .blue-header-friend .headline h1 {
    font-size: 40px;
    line-height: 43px;
    margin: 20px 20px 40px 20px; }
  .blue-header-friend .headline img {
    padding: 0px 20px;
    width: 60%; }

  .friend-information {
    padding: 45px 20px 30px 20px; }
    .friend-information .friend-steps {
      margin-top: 30px; }
      .friend-information .friend-steps h3 {
        font-size: 16px;
        margin: 0 0 30px 0; }

  .friend-legal {
    padding: 35px 20px; } }
.blue-header-whatiscrm {
  text-align: center;
  padding: 70px 0px 30px 0px;
  width: 100%;
  background: #006abb;
  background: -webkit-linear-gradient(#3a9fd3, #006abb);
  background: -o-linear-gradient(#3a9fd3, #006abb);
  background: -moz-linear-gradient(#3a9fd3, #006abb);
  background: linear-gradient(#3a9fd3, #006abb); }
  .blue-header-whatiscrm h1 {
    color: #ffffff;
    font-weight: 300;
    font-size: 55px;
    margin: 20px auto 5px auto;
    text-align: center;
    line-height: 60px; }
  .blue-header-whatiscrm p {
    color: #ffffff; }

.btn-success-whatiscrm {
  background-color: #98C03D;
  background-image: none;
  font-size: 16px;
  color: #fff;
  font-weight: 600;
  border: none;
  border-radius: 2px;
  padding: 16px 20px;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  margin: 20px auto 12px auto; }

.btn-success-whatiscrm:hover {
  background-color: #1A4580;
  background-image: none;
  color: #fff; }

.whatiscrm-content {
  padding: 35px;
  background-color: #fff; }
  .whatiscrm-content h2 {
    font-size: 24px;
    font-weight: 600;
    line-height: 30px;
    margin: 35px 0 15px 0;
    color: #666; }
  .whatiscrm-content p {
    font-size: 15px; }
  .whatiscrm-content .whatiscrm-quote {
    padding: 0 45px;
    text-align: center;
    margin-top: 35px; }
    .whatiscrm-content .whatiscrm-quote p {
      font-size: 42px;
      font-weight: 300;
      color: #666;
      line-height: 50px; }
    .whatiscrm-content .whatiscrm-quote i {
      color: #98C03D;
      font-size: 60px; }
  .whatiscrm-content .embed-container {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    max-width: 100%; }
  .whatiscrm-content .embed-container iframe, .whatiscrm-content .embed-container object, .whatiscrm-content .embed-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

.blue-header-gdpr {
  text-align: center;
  padding: 70px 0px 40px 0px;
  width: 100%;
  background: #006abb;
  background: -webkit-linear-gradient(#3a9fd3, #006abb);
  background: -o-linear-gradient(#3a9fd3, #006abb);
  background: -moz-linear-gradient(#3a9fd3, #006abb);
  background: linear-gradient(#3a9fd3, #006abb); }
  .blue-header-gdpr h1 {
    color: #ffffff;
    font-weight: 300;
    font-size: 55px;
    margin: 20px auto 5px auto;
    text-align: center;
    line-height: 60px; }

.gdpr-content {
  padding: 35px;
  background-color: #fff; }
  .gdpr-content h2 {
    font-size: 24px;
    font-weight: 600;
    line-height: 30px;
    margin: 35px 0 15px 0;
    color: #666; }

.blue-header-compare {
  text-align: center;
  padding: 70px 0px 10px 0px;
  width: 100%;
  height: 290px;
  background: #006abb;
  background: -webkit-linear-gradient(#3a9fd3, #006abb);
  background: -o-linear-gradient(#3a9fd3, #006abb);
  background: -moz-linear-gradient(#3a9fd3, #006abb);
  background: linear-gradient(#3a9fd3, #006abb); }
  .blue-header-compare h1 {
    color: #163a6c;
    font-weight: 600;
    font-size: 20px;
    margin: 20px auto; }
  .blue-header-compare h2 {
    color: #fff;
    font-weight: 300;
    line-height: 1.25em;
    font-size: 48px; }
  .blue-header-compare h3 {
    color: #fff;
    font-weight: 300;
    line-height: 1em;
    font-size: 25px; }

.btn-success-compare {
  background-color: transparent;
  background-image: none;
  font-size: 16px;
  color: #ffffff;
  background-color: #98C03D;
  font-weight: 600;
  border: 0px !important;
  border-radius: 2px;
  padding: 16px 20px;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  margin: 30px 20px; }

.btn-success-compare:hover {
  background-color: #1A4580;
  background-image: none;
  color: #fff; }

.compare-row-white {
  background-color: #ffffff;
  padding: 25px; }
  .compare-row-white h2 {
    color: #555;
    font-weight: 600;
    font-size: 20px;
    margin-top: 20px; }

.compare-row-gray {
  background-color: #e8e8e8;
  padding: 25px; }
  .compare-row-gray h2 {
    color: #555;
    font-weight: 600;
    font-size: 20px;
    margin-top: 20px; }

@media (max-width: 991px) {
  .blue-header-compare {
    height: 350px; }
    .blue-header-compare h2 {
      font-size: 45px;
      padding: 0 15px; } }
@media (max-width: 700px) {
  .blue-header-compare {
    height: 350px; }
    .blue-header-compare h2 {
      font-size: 40px;
      line-height: 42px;
      padding: 0 20px; }
    .blue-header-compare h3 {
      line-height: 25px;
      font-size: 22px;
      padding: 0 20px;
      margin-top: 20px; } }
@media (max-width: 600px) {
  .blue-header-compare {
    height: 410px; } }
.blue-header-partner {
  text-align: center;
  padding: 70px 0px 10px 0px;
  width: 100%;
  height: 335px;
  background: #006abb;
  background: -webkit-linear-gradient(#3a9fd3, #006abb);
  background: -o-linear-gradient(#3a9fd3, #006abb);
  background: -moz-linear-gradient(#3a9fd3, #006abb);
  background: linear-gradient(#3a9fd3, #006abb); }
  .blue-header-partner h1 {
    color: #fff;
    font-weight: 300;
    line-height: 1.25em;
    font-size: 48px;
    max-width: 820px;
    margin: 30px auto -30px auto; }
  .blue-header-partner p {
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    margin-top: 65px; }
  .blue-header-partner img {
    margin-left: 5px;
    margin-top: -3px; }

.partner-row-white {
  background-color: #ffffff;
  padding: 0px 20px 165px 20px; }
  .partner-row-white img {
    margin-top: -5px; }
  .partner-row-white h2 {
    color: #666;
    font-weight: 400;
    font-size: 28px;
    margin-top: 35px; }
  .partner-row-white p {
    font-size: 18px;
    line-height: 22px;
    color: #666;
    max-width: 645px;
    margin: 20px auto; }

.partner-row-gray {
  background-color: #e8e8e8; }
  .partner-row-gray .partner-features {
    margin-top: -150px; }
    .partner-row-gray .partner-features .partner-feature {
      background-color: #ffffff;
      border: 2px solid #cbcbcb;
      margin-top: 60px;
      padding: 25px;
      min-height: 250px; }
      .partner-row-gray .partner-features .partner-feature .partner-feature-icon {
        margin-top: -65px;
        padding-bottom: 15px;
        text-align: center; }
      .partner-row-gray .partner-features .partner-feature h3 {
        text-align: left;
        font-size: 22px;
        font-weight: 600;
        color: #666; }
      .partner-row-gray .partner-features .partner-feature p {
        text-align: left;
        font-size: 16px;
        color: #666; }

.partnership {
  margin-bottom: 25px; }
  .partnership h2 {
    color: #1A4580;
    font-size: 40px;
    margin: 50px auto 40px auto; }
  .partnership h3 {
    color: #666;
    font-size: 19px;
    font-weight: 500;
    line-height: 26px;
    max-width: 700px;
    margin: 0 auto 30px auto; }
  .partnership ol {
    margin: 15px auto 0 auto;
    padding-left: 0;
    counter-reset: item;
    max-width: 750px; }
  .partnership ol > li {
    margin-left: 0;
    padding-left: 0;
    counter-increment: item;
    list-style: none inside;
    margin-bottom: 25px;
    font-size: 16px;
    text-align: left;
    color: #666; }
  .partnership ol > li:before {
    position: absolute;
    content: counter(item);
    padding-top: 5px;
    margin-top: -5px;
    background: #fff;
    text-align: center;
    width: 35px;
    height: 30px;
    color: #1A4580;
    font-weight: 400;
    font-size: 18px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%; }
  .partnership ol > li p {
    margin-left: 45px; }

.partner-row-white-recurring {
  background-color: #ffffff;
  padding: 55px 20px 40px 20px; }
  .partner-row-white-recurring h2 {
    color: #1A4580;
    font-size: 40px;
    font-weight: 300;
    margin: 0px auto 40px auto;
    max-width: 650px;
    line-height: 50px; }
  .partner-row-white-recurring p {
    font-size: 16px;
    color: #666; }
  .partner-row-white-recurring img {
    margin-right: 10px; }
  .partner-row-white-recurring .partner-video {
    margin-top: 35px;
    margin-bottom: 35px; }
  .partner-row-white-recurring .recurring {
    margin-top: 45px;
    max-width: 650px;
    text-align: left; }

.partner-support h2 {
  color: #1A4580;
  font-size: 40px;
  font-weight: 300;
  margin: 40px auto;
  line-height: 50px;
  padding: 20px 20px 130px 20px; }

.support-highlights {
  margin-top: -130px;
  text-align: center;
  padding: 70px 0px 75px 0px;
  width: 100%;
  height: 315px;
  background: #006abb;
  background: -webkit-linear-gradient(#3a9fd3, #006abb);
  background: -o-linear-gradient(#3a9fd3, #006abb);
  background: -moz-linear-gradient(#3a9fd3, #006abb);
  background: linear-gradient(#3a9fd3, #006abb);
  color: #fff; }
  .support-highlights h3 {
    font-size: 35px;
    margin-top: 120px;
    margin-bottom: 35px; }
  .support-highlights i {
    color: #98C03D;
    font-size: 45px;
    margin-right: 10px; }
  .support-highlights .highlight {
    font-size: 20px;
    text-align: left;
    margin-bottom: 15px; }

.buzz-social-proof {
  width: 100%;
  min-height: 230px;
  padding: 40px 0px;
  margin-bottom: -20px;
  background: #f5f5f5; }
  .buzz-social-proof h2 {
    color: #1A4580;
    font-size: 40px;
    font-weight: 300;
    margin: 10px auto 20px auto;
    max-width: 650px;
    line-height: 50px; }
  .buzz-social-proof hr {
    border-color: #fff;
    margin-bottom: 50px; }
  .buzz-social-proof .carousel-inner {
    min-height: 230px;
    width: 65%;
    margin: 0 auto; }
    .buzz-social-proof .carousel-inner .item {
      margin-top: 30px;
      transition: 0.6s ease-in-out left; }
    .buzz-social-proof .carousel-inner h4 {
      color: #fff;
      font-size: 38px;
      line-height: 40px;
      font-weight: 500;
      text-align: center;
      margin-top: 25px; }
    .buzz-social-proof .carousel-inner h5 {
      font-size: 20px;
      line-height: 24px;
      color: #666;
      font-weight: 400; }
    .buzz-social-proof .carousel-inner h5.byline {
      font-size: 17px;
      font-weight: 500;
      font-style: italic; }
    .buzz-social-proof .carousel-inner i {
      color: #98C03D;
      font-size: 50px; }
  .buzz-social-proof .carousel-control {
    position: absolute;
    top: 40%;
    font-size: 60px;
    color: #000;
    background: none;
    border: none; }
    .buzz-social-proof .carousel-controlhover {
      color: #fff; }
    .buzz-social-proof .carousel-controlactive {
      color: #fff; }
    .buzz-social-proof .carousel-controlfocus {
      color: #fff; }

@media (max-width: 1000px) {
  .blue-header-partner {
    height: 310px; }
    .blue-header-partner h1 {
      font-size: 35px;
      padding: 0px 15px; } }
@media (max-width: 767px) {
  .partner-row-gray .partner-features .partner-feature {
    margin: 60px auto 0px auto;
    width: 90%;
    min-height: 150px; }

  .partnership {
    width: 90%; }

  .support-highlights {
    margin-top: 50px; }
    .support-highlights h3 {
      margin: 5px 0px 25px 0px;
      line-height: 40px; }
    .support-highlights i {
      font-size: 35px; }
    .support-highlights .highlight {
      text-align: center;
      font-size: 18px; } }
@media (max-width: 600px) {
  .blue-header-partner {
    height: 350px; }
    .blue-header-partner h1 {
      font-size: 35px;
      padding: 0px 15px; }
    .blue-header-partner p {
      font-size: 16px; }

  .buzz-social-proof .carousel-control {
    margin-top: 45px; } }
@media (max-width: 400px) {
  .blue-header-partner {
    height: 375px; } }
.winsupply-header {
  background-image: url("/images/marketing/winsupply_bgd.jpg");
  background-position: center 0;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 130px 25px 40px 25px;
  text-align: center; }
  .winsupply-header h1 {
    color: #fff;
    font-weight: 300;
    line-height: 65px;
    font-size: 52px;
    max-width: 930px;
    margin: 30px auto; }
  .winsupply-header h2 {
    color: #fff;
    font-weight: 600;
    line-height: 25px;
    font-size: 22px;
    margin: 30px auto; }

.winsupply-quotes {
  background-color: #f4f4f4;
  padding: 75px 25px; }
  .winsupply-quotes h2 {
    color: #666;
    padding-top: 10px;
    line-height: 42px; }
  .winsupply-quotes .winsupply-quote {
    background-color: #ffffff;
    border: 1px solid #cdcdcd;
    border-radius: 5px;
    margin-top: 60px;
    padding: 25px;
    min-height: 230px; }
    .winsupply-quotes .winsupply-quote .winsupply-president-photo {
      margin: -60px 0px -20px 0px;
      padding-bottom: 15px;
      text-align: center; }
    .winsupply-quotes .winsupply-quote p {
      text-align: left;
      font-size: 18px;
      line-height: 25px;
      color: #666; }
    .winsupply-quotes .winsupply-quote i {
      text-align: left;
      font-size: 55px;
      color: #98C03D; }

.winsupply-benefits {
  background-color: #ffffff;
  padding: 70px 25px 50px 25px;
  clear: both; }
  .winsupply-benefits h2 {
    color: #666;
    line-height: 42px;
    padding-bottom: 35px; }
  .winsupply-benefits h3 {
    font-size: 22px;
    font-weight: 500;
    line-height: 25px;
    color: #666;
    margin-top: 10px; }
  .winsupply-benefits .winsupply-benefits-icon {
    margin-right: 20px;
    float: left; }
    .winsupply-benefits .winsupply-benefits-icon i {
      font-size: 42px; }
    .winsupply-benefits .winsupply-benefits-icon i.blue {
      color: #3A9FD3; }
    .winsupply-benefits .winsupply-benefits-icon i.lime {
      color: #98C03D; }
    .winsupply-benefits .winsupply-benefits-icon i.darkblue {
      color: #1A4580; }
    .winsupply-benefits .winsupply-benefits-icon i.mobile {
      font-size: 60px; }
  .winsupply-benefits .winsupply-benefits-info {
    display: inline-block;
    width: 85%; }
    .winsupply-benefits .winsupply-benefits-info p {
      text-align: left;
      font-size: 17px;
      line-height: 23px;
      color: #666;
      margin-bottom: 55px; }

.winsupply-trial {
  text-align: center;
  padding: 40px 0px;
  width: 100%;
  background: #006abb;
  background: -webkit-linear-gradient(#3a9fd3, #006abb);
  background: -o-linear-gradient(#3a9fd3, #006abb);
  background: -moz-linear-gradient(#3a9fd3, #006abb);
  background: linear-gradient(#3a9fd3, #006abb); }
  .winsupply-trial h2 {
    color: #fff;
    font-weight: 300;
    line-height: 50px;
    font-size: 42px;
    max-width: 930px;
    margin: 30px auto; }
  .winsupply-trial h3 {
    color: #fff;
    font-weight: 600;
    line-height: 25px;
    font-size: 22px;
    margin: 30px auto; }

@media (max-width: 700px) {
  .winsupply-header h1 {
    line-height: 55px;
    font-size: 42px; }

  .winsupply-trial h2 {
    font-size: 35px;
    padding: 0px 25px; }

  .winsupply-benefits .winsupply-benefits-icon {
    float: none;
    text-align: center; }
    .winsupply-benefits .winsupply-benefits-icon i {
      font-size: 75px; }
    .winsupply-benefits .winsupply-benefits-icon i.mobile {
      font-size: 115px; }
  .winsupply-benefits .winsupply-benefits-info {
    width: 100%; } }
.blue-header-press {
  text-align: center;
  padding: 130px 0px 100px 0px;
  width: 100%;
  background: #006abb;
  background: -webkit-linear-gradient(#3a9fd3, #006abb);
  background: -o-linear-gradient(#3a9fd3, #006abb);
  background: -moz-linear-gradient(#3a9fd3, #006abb);
  background: linear-gradient(#3a9fd3, #006abb); }
  .blue-header-press h1 {
    color: #fff;
    font-weight: 300;
    line-height: 55px;
    font-size: 50px;
    padding: 15px; }

.press-information {
  width: 100%;
  padding: 35px 25px;
  background-color: #f8f8f8; }
  .press-information h2 {
    color: #666;
    font-weight: 300;
    line-height: 35px;
    font-size: 30px;
    margin-top: 0px; }
  .press-information p {
    font-size: 16px; }
  .press-information a {
    font-size: 16px; }
  .press-information a:hover {
    text-decoration: underline; }
  .press-information .press-items {
    border-right: 1px solid #cfcfcf;
    padding-right: 25px; }
    .press-information .press-items .press-item {
      text-align: center;
      background-color: #fff;
      padding: 15px;
      display: block;
      border-radius: 10px;
      -webkit-transition: all 0.1s linear;
      -moz-transition: all 0.1s linear;
      -o-transition: all 0.1s linear;
      transition: all 0.1s linear;
      margin-bottom: 30px;
      min-height: 200px; }
      .press-information .press-items .press-item:hover {
        box-shadow: 0px 8px 30px rgba(0, 0, 0, 0.15);
        text-decoration: none !important; }
      .press-information .press-items .press-item h3 {
        color: #666;
        font-size: 21px;
        font-weight: 400;
        line-height: 25px;
        padding: 15px 10px 0px 10px; }
      .press-information .press-items .press-item h3:hover {
        color: #006abb; }
  .press-information .press-sidebar {
    padding: 0px 30px 10px 10px; }
    .press-information .press-sidebar h2.press-title {
      margin-top: 35px; }

@media (max-width: 767px) {
  .press-information {
    padding: 0px; }
    .press-information .press-items {
      margin: 0px 25px;
      border-right: none;
      padding: 25px; }
      .press-information .press-items .press-item {
        min-height: 150px;
        margin-bottom: 30px; }
    .press-information .press-sidebar {
      padding: 0px 25px 25px 25px; } }
.industry-header {
  background: #006abb;
  background: -webkit-linear-gradient(#3a9fd3, #006abb);
  background: -o-linear-gradient(#3a9fd3, #006abb);
  background: -moz-linear-gradient(#3a9fd3, #006abb);
  background: linear-gradient(#3a9fd3, #006abb);
  padding: 100px 25px 0px 25px;
  width: 100%;
  height: 410px; }
  .industry-header h1 {
    color: #ffffff;
    font-size: 65px;
    line-height: 70px;
    max-width: 440px; }
  .industry-header h2 {
    color: #ffffff;
    font-size: 18px;
    line-height: 22px;
    font-weight: 500;
    margin-top: 25px;
    max-width: 450px; }
    .industry-header h2 a {
      color: #ffffff; }
    .industry-header h2 a:hover {
      color: #98C03D; }
  .industry-header img {
    vertical-align: bottom;
    position: absolute;
    right: 0; }

.industry-quote {
  padding: 75px 0px;
  width: 100%;
  text-align: center;
  background-attachment: fixed;
  background-position: center 0;
  background-repeat: no-repeat;
  background-size: cover; }
  .industry-quote i {
    font-size: 60px;
    color: #fff; }
  .industry-quote h3 {
    font-size: 35px;
    line-height: 40px;
    color: #fff;
    width: 825px;
    margin: 20px auto; }
  .industry-quote p {
    font-size: 22px;
    color: #fff;
    margin-top: 30px; }

.industry-quote.contractors {
  background-image: url("/images/marketing/industry/construction_quote.png"); }

.industry-features, .industry-features-mobile {
  background: #ffffff;
  width: 100%;
  padding: 75px 55px 75px 0px; }
  .industry-features h2, .industry-features-mobile h2 {
    color: #006abb;
    font-size: 44px;
    line-height: 50px;
    text-align: center; }
  .industry-features h3, .industry-features-mobile h3 {
    color: #666;
    font-size: 23px;
    line-height: 26px;
    text-align: center;
    font-weight: 500;
    margin: 25px auto 55px auto; }
  .industry-features .features, .industry-features-mobile .features {
    padding: 0px 25px; }
    .industry-features .features h4, .industry-features-mobile .features h4 {
      color: #666;
      font-size: 22px;
      line-height: 28px;
      font-weight: 600;
      margin: 25px 25px 10px 0px; }
    .industry-features .features h4.industry-intro, .industry-features-mobile .features h4.industry-intro {
      color: #006abb; }
    .industry-features .features p, .industry-features-mobile .features p {
      color: #666;
      font-size: 17px;
      line-height: 22px; }
    .industry-features .features .industry-screenshot img, .industry-features-mobile .features .industry-screenshot img {
      margin-top: 35px; }
    .industry-features .features .industry-screenshot-mobile img, .industry-features-mobile .features .industry-screenshot-mobile img {
      margin: 37px auto 0px 100px;
      position: absolute; }

.industry-video {
  background: #f4f4f4;
  padding: 100px 0px;
  width: 100%; }
  .industry-video img {
    margin-bottom: 35px; }
  .industry-video h3 {
    color: #006abb;
    font-size: 42px;
    line-height: 50px;
    margin-bottom: 50px; }
  .industry-video h4 {
    color: #666;
    margin-top: 20px;
    font-size: 20px; }
  .industry-video p {
    color: #666;
    font-size: 17px;
    line-height: 22px; }
    .industry-video p i {
      color: #1A4580;
      margin-right: 10px;
      font-size: 25px; }
    .industry-video p a {
      color: #666; }
    .industry-video p a:hover {
      color: #006abb; }
  .industry-video p.darkblue {
    color: #1A4580;
    margin-top: 25px; }

.industry-case-studies {
  background: #ffffff;
  width: 100%;
  padding: 75px 0px;
  text-align: center; }
  .industry-case-studies h3 {
    color: #006abb;
    font-size: 42px;
    line-height: 50px;
    margin-bottom: 50px; }
  .industry-case-studies p.industry-type {
    color: #666;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 18px;
    margin-bottom: 10px; }
  .industry-case-studies p {
    color: #666;
    font-size: 17px;
    line-height: 24px;
    margin-bottom: 0px; }
  .industry-case-studies .industry-case-study {
    display: block;
    border-radius: 10px;
    -webkit-transition: all 0.1s linear;
    -moz-transition: all 0.1s linear;
    -o-transition: all 0.1s linear;
    transition: all 0.1s linear;
    margin: 15px auto;
    min-height: 220px;
    max-width: 380px; }
    .industry-case-studies .industry-case-study:hover {
      box-shadow: 0px 8px 30px rgba(0, 0, 0, 0.15);
      text-decoration: none !important; }
    .industry-case-studies .industry-case-study img {
      width: 60%;
      padding-top: 60px; }
  .industry-case-studies .reno {
    background-image: url("/images/marketing/customers/reno-bg.jpg"); }
  .industry-case-studies .bayareaunderpinning {
    background-image: url("/images/marketing/customers/bayarea-bg.jpg"); }
  .industry-case-studies .adavidcreation {
    background-image: url("/images/marketing/customers/a-david-creation-bgd.png"); }

.industry-cta {
  background: #006abb;
  background: -webkit-linear-gradient(#3a9fd3, #006abb);
  background: -o-linear-gradient(#3a9fd3, #006abb);
  background: -moz-linear-gradient(#3a9fd3, #006abb);
  background: linear-gradient(#3a9fd3, #006abb);
  width: 100%;
  padding: 50px 0px;
  text-align: center; }
  .industry-cta h2 {
    color: #ffffff;
    font-size: 42px;
    margin: 25px 0px; }
  .industry-cta h3 {
    color: #ffffff;
    font-size: 22px;
    line-height: 28px;
    font-weight: 500;
    padding: 0px 25px; }
    .industry-cta h3 a {
      color: #ffffff; }
    .industry-cta h3 a:hover {
      color: #98C03D; }

@media (max-width: 1470px) {
  .industry-header {
    height: 382px; }
    .industry-header img {
      max-width: 750px;
      margin-top: 15px; } }
@media (max-width: 1235px) {
  .industry-header {
    height: 400px;
    padding: 100px 25px 0px 25px; }
    .industry-header img {
      max-width: 700px;
      margin-top: 8px;
      margin-left: -50px; }

  .industry-features .features p {
    padding-right: 40px; }
  .industry-features .features h4 {
    padding-right: 40px; }

  .industry-video {
    padding: 100px 25px;
    width: auto; }
    .industry-video h3 {
      padding: 0px 45px; } }
@media (max-width: 1200px) {
  .industry-header img {
    position: relative;
    margin-top: 15px; } }
@media (max-width: 900px) {
  .industry-quote {
    margin: 0px;
    width: auto;
    padding: 75px 35px; }
    .industry-quote h3 {
      padding: 0px 55px;
      width: auto !important; } }
@media (max-width: 825px) {
  .industry-header {
    padding: 75px 0px;
    height: 300px;
    margin-right: 0px;
    text-align: center; }
    .industry-header h1 {
      font-size: 60px;
      line-height: 65px;
      margin: 30px auto 0px auto; }
    .industry-header h2 {
      max-width: 100%;
      padding: 0px 25px;
      font-size: 16px; }
    .industry-header img {
      position: relative;
      text-align: center;
      margin: 15px 0px 0px 30px; }

  .industry-case-studies h3 {
    padding: 0px 25px; }

  .industry-features, .industry-features-mobile {
    padding: 40px 25px;
    width: auto; }
    .industry-features .industry-screenshot-mobile img, .industry-features-mobile .industry-screenshot-mobile img {
      margin: 37px auto 0px 100px;
      position: relative;
      text-align: center; }
    .industry-features .industry-screenshot img, .industry-features-mobile .industry-screenshot img {
      text-align: center;
      margin: 0 auto; } }
@media (max-width: 767px) {
  .industry-header {
    padding: 75px 0px;
    height: 624px; }

  .industry-features .features, .industry-features-mobile .features {
    padding: 0px; }
    .industry-features .features p, .industry-features-mobile .features p {
      padding-right: 0px; }
    .industry-features .features h4, .industry-features-mobile .features h4 {
      padding-right: 0px; }
    .industry-features .features .industry-screenshot-mobile img, .industry-features-mobile .features .industry-screenshot-mobile img {
      margin: 40px auto -30px auto;
      position: relative;
      text-align: center; } }
@media (max-width: 616px) {
  .industry-header {
    height: 645px; } }
@media (max-width: 600px) {
  .industry-quote h3 {
    font-size: 30px;
    line-height: 35px; }

  .industry-video h3 {
    padding: 0px 25px; } }
@media (max-width: 530px) {
  .industry-header h1 {
    font-size: 45px;
    line-height: 50px; }

  .industry-case-studies h3 {
    font-size: 35px;
    line-height: 40px; } }
.blue-header-management {
  background: #006abb;
  background: -webkit-linear-gradient(#3a9fd3, #006abb);
  background: -o-linear-gradient(#3a9fd3, #006abb);
  background: -moz-linear-gradient(#3a9fd3, #006abb);
  background: linear-gradient(#3a9fd3, #006abb);
  padding: 125px 0px 65px 0px;
  width: 100%; }
  .blue-header-management h1 {
    color: #ffffff;
    font-size: 55px;
    line-height: 70px; }
  .blue-header-management h2 {
    color: #ffffff;
    font-size: 25px;
    font-weight: 500;
    margin: 25px 0px; }
  .blue-header-management p {
    color: #ffffff;
    font-size: 22px;
    line-height: 40px; }
  .blue-header-management p img {
    padding-right: 10px; }
  .blue-header-management .management-screenshot img {
    vertical-align: bottom;
    position: absolute;
    right: 0;
    margin-top: 56px; }

.management-info {
  background-color: #ffffff;
  padding: 55px 25px; }
  .management-info h2 {
    color: #006abb;
    font-size: 40px;
    line-height: 50px;
    text-align: center;
    margin-bottom: 30px; }
  .management-info h3 {
    color: #666;
    font-weight: 600;
    font-size: 22px;
    line-height: 27px; }
  .management-info p {
    color: #666;
    font-size: 17px;
    line-height: 23px;
    margin-bottom: 25px; }

.management-video {
  padding: 75px 25px; }

.management-cta {
  background: #006abb;
  background: -webkit-linear-gradient(#3a9fd3, #006abb);
  background: -o-linear-gradient(#3a9fd3, #006abb);
  background: -moz-linear-gradient(#3a9fd3, #006abb);
  background: linear-gradient(#3a9fd3, #006abb);
  padding: 55px 0px;
  width: 100%; }
  .management-cta h3 {
    font-size: 42px;
    color: #ffffff;
    margin-bottom: 35px; }
  .management-cta h4 {
    font-size: 20px;
    color: #ffffff; }

@media (max-width: 1300px) {
  .blue-header-management {
    padding: 105px 25px 45px 25px; }
    .blue-header-management .management-screenshot img {
      max-width: 550px;
      margin-top: 104px; } }
@media (max-width: 1160px) {
  .blue-header-management .management-screenshot img {
    max-width: 450px;
    margin-top: 176px; } }
@media (max-width: 1002px) {
  .blue-header-management .management-screenshot img {
    margin-top: 246px; } }
@media (max-width: 979px) {
  .blue-header-management .management-screenshot img {
    margin-top: 271px; } }
@media (max-width: 910px) {
  .blue-header-management .management-screenshot img {
    position: relative; } }
@media (max-width: 800px) {
  .management-cta h4 {
    font-size: 18px;
    padding: 5px 25px; } }
@media (max-width: 767px) {
  .blue-header-management {
    padding: 105px 25px 0px 25px; }
    .blue-header-management .management-screenshot img {
      max-width: 100%;
      margin: 25px 0px 0px 100px; } }
@media (max-width: 660px) {
  .blue-header-management {
    padding: 75px 25px 0px 25px; }
    .blue-header-management h1 {
      font-size: 50px;
      line-height: 58px;
      padding: 0px 25px 0px 0px; }
    .blue-header-management h2 {
      padding: 0px 25px 0px 0px; }
    .blue-header-management p {
      font-size: 19px; }
    .blue-header-management .management-screenshot img {
      max-width: 100%;
      margin: 25px 0px 0px 25px; } }
.blue-header-careers {
  text-align: center;
  padding: 100px 0px 75px 0px;
  width: 100%;
  background: #006abb;
  background: -webkit-linear-gradient(#3a9fd3, #006abb);
  background: -o-linear-gradient(#3a9fd3, #006abb);
  background: -moz-linear-gradient(#3a9fd3, #006abb);
  background: linear-gradient(#3a9fd3, #006abb); }
  .blue-header-careers h1 {
    color: #ffffff;
    font-weight: 400;
    font-size: 55px;
    padding: 15px; }
  .blue-header-careers h2 {
    color: #ffffff;
    font-weight: 500;
    font-size: 23px;
    line-height: 30px;
    padding: 0px 25px; }

.open-positions {
  background-color: #ffffff;
  margin: 0 auto;
  padding: 55px 25px; }
  .open-positions h2 {
    text-align: center;
    margin-bottom: 35px;
    font-size: 42px;
    color: #006abb; }
  .open-positions p {
    font-size: 18px;
    line-height: 24px;
    color: #666;
    margin-top: 15px; }
  .open-positions .position {
    border-bottom: 1px solid #d6d6d6;
    padding: 20px 0px 15px 0px; }
    .open-positions .position p a {
      font-size: 18px;
      color: #1A4580; }
    .open-positions .position p a:hover {
      color: #006abb; }
    .open-positions .position .btn-pipelinedeals-darkblue-outline {
      margin: 0px; }

.careers-video {
  padding: 75px; }

.careers-perks {
  background-color: #ffffff;
  padding: 55px 25px; }
  .careers-perks h2 {
    text-align: center;
    margin-bottom: 35px;
    font-size: 42px;
    color: #006abb; }
  .careers-perks h3 {
    font-size: 22px;
    color: #666;
    font-weight: 600; }
  .careers-perks p {
    font-size: 18px;
    line-height: 24px;
    color: #666; }
  .careers-perks .careers-icons {
    margin-top: 35px; }
    .careers-perks .careers-icons i {
      font-size: 65px;
      margin-top: 55px; }
    .careers-perks .careers-icons i.lightblue {
      color: #3A9FD3; }
    .careers-perks .careers-icons i.darkblue {
      color: #1A4580; }
    .careers-perks .careers-icons i.blue {
      color: #006abb; }
    .careers-perks .careers-icons i.orange {
      color: #f4a633; }
    .careers-perks .careers-icons i.yellow {
      color: #eec91d; }
    .careers-perks .careers-icons i.lime {
      color: #98C03D; }

.careers-overview {
  background-color: #f7f7f7;
  width: 100%;
  padding: 45px 0px; }
  .careers-overview h2 {
    text-align: center;
    margin-bottom: 35px;
    font-size: 42px;
    color: #006abb; }
  .careers-overview img {
    margin-bottom: 35px; }
  .careers-overview p {
    font-size: 16px;
    line-height: 23px;
    color: #666; }

.careers-details {
  background-color: #ffffff;
  width: 100%;
  padding: 45px 0px 10px 0px; }
  .careers-details h2 {
    text-align: center;
    margin-bottom: 35px;
    font-size: 42px;
    color: #006abb; }
  .careers-details h3 {
    margin: 25px auto;
    color: #666;
    font-weight: 400; }
  .careers-details h4 {
    color: #666; }
  .careers-details p, .careers-details ul {
    font-size: 16px;
    line-height: 23px;
    color: #666; }

.careers-diversity {
  background-color: #ffffff;
  width: 100%;
  padding-bottom: 45px; }
  .careers-diversity p {
    font-size: 16px;
    line-height: 23px;
    color: #666; }
  .careers-diversity h3 {
    margin: 25px auto;
    color: #666;
    font-weight: 400; }

@media (max-width: 767px) {
  .careers-overview, .careers-details {
    padding: 45px 25px;
    width: auto; }

  .careers-diversity {
    padding: 0px 25px 45px 25px;
    width: auto; }

  .careers-video {
    padding: 25px; }

  .open-positions .position p {
    margin-top: 0px; } }
.g2crowd-header {
  background: #006abb;
  background: -webkit-linear-gradient(#3a9fd3, #006abb);
  background: -o-linear-gradient(#3a9fd3, #006abb);
  background: -moz-linear-gradient(#3a9fd3, #006abb);
  background: linear-gradient(#3a9fd3, #006abb);
  padding: 100px 25px 0px 25px;
  width: 100%; }
  .g2crowd-header h1 {
    color: #ffffff;
    font-size: 47px;
    line-height: 55px;
    margin: 25px 0 35px 0; }
  .g2crowd-header h2 {
    color: #ffffff;
    font-size: 25px;
    line-height: 33px;
    font-weight: 500; }
  .g2crowd-header img {
    float: right; }

.g2crowd-information {
  background-color: #f7f7f7;
  width: 100%;
  padding: 65px 0px; }
  .g2crowd-information h2 {
    font-size: 40px;
    line-height: 46px;
    color: #006abb;
    margin-bottom: 45px; }
  .g2crowd-information h3 {
    font-size: 25px;
    font-weight: 500;
    color: #666;
    margin-bottom: 30px; }
  .g2crowd-information p {
    font-size: 18px;
    color: #666;
    line-height: 25px; }
  .g2crowd-information #g2-crowd-widget-default {
    margin: 35px 0 -15px 0 !important; }
  .g2crowd-information img {
    margin-right: 5px; }
  .g2crowd-information .form-container .form .contain {
    max-width: 485px; }
    .g2crowd-information .form-container .form .contain input[type=text], .g2crowd-information .form-container .form .contain input[type=email] {
      border: 1px solid #d9d9d9;
      border-radius: 0;
      padding: 10px;
      margin: 30px auto 0px auto;
      width: 96%; }
    .g2crowd-information .form-container .form .contain input[id=fname] {
      margin: 10px auto 0px auto; }
    .g2crowd-information .form-container .form .contain input[type=file], .g2crowd-information .form-container .form .contain select {
      height: 40px;
      width: 100%;
      margin: 30px auto 0px auto;
      padding: 20px; }
    .g2crowd-information .form-container .form .contain label.error {
      margin-top: 5px;
      color: #f4a633;
      font-weight: 600; }

.g2crowd-stats {
  background-color: #ffffff;
  width: 100%;
  padding: 65px 0px;
  border-bottom: 2px solid #f7f7f7; }
  .g2crowd-stats h2 {
    font-size: 40px;
    line-height: 46px;
    color: #006abb;
    margin-bottom: 35px; }
  .g2crowd-stats h3 {
    font-size: 20px;
    line-height: 25px;
    font-weight: 500;
    color: #666; }
  .g2crowd-stats p {
    font-size: 20px;
    font-weight: 600;
    color: #1A4580; }
  .g2crowd-stats img {
    margin: 30px auto 10px auto; }

@media (max-width: 1200px) {
  .g2crowd-header {
    width: auto; }

  .g2crowd-information {
    width: auto;
    padding: 65px 25px; }

  .g2crowd-stats {
    width: auto;
    padding: 65px 25px; } }
@media (max-width: 1060px) {
  .g2crowd-header h1 {
    font-size: 39px;
    line-height: 44px; }

  .g2crowd-information #g2-crowd-widget-default {
    width: 400px;
    height: 400px; } }
@media (max-width: 980px) {
  .g2crowd-header {
    padding: 75px 25px 0px 25px; } }
@media (max-width: 965px) {
  .g2crowd-header {
    height: 360px; }
    .g2crowd-header img {
      margin-top: 66px; } }
@media (max-width: 767px) {
  .g2crowd-header {
    height: auto; }
    .g2crowd-header h1 {
      font-size: 44px;
      line-height: 52px; }
    .g2crowd-header img {
      margin: 50px auto 0px auto;
      float: none; }

  .g2crowd-information h3 {
    text-align: center; }
  .g2crowd-information h3.form-header {
    margin-top: 50px; } }
@media (max-width: 460px) {
  .g2crowd-information #g2-crowd-widget-default {
    width: 350px;
    height: 350px; } }
.lunch-header {
  background-image: url("/images/marketing/events/lunch-and-learn-header.jpg");
  background-position: center 0;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 125px 25px 25px 25px;
  height: 450px; }
  .lunch-header h1 {
    color: #ffffff;
    font-size: 55px;
    line-height: 65px;
    margin: 25px 0 35px 0; }
  .lunch-header h2 {
    color: #ffffff;
    font-size: 23px;
    line-height: 30px;
    font-weight: 600;
    margin-bottom: 30px; }
  .lunch-header .form-container {
    background: #ffffff;
    border-radius: 12px;
    box-shadow: 0 1px 7px rgba(0, 0, 0, 0.31);
    padding: 25px 25px 10px 25px; }
    .lunch-header .form-container h3 {
      color: #006abb;
      font-size: 27px;
      font-weight: 500; }
    .lunch-header .form-container .form {
      margin: 0 auto; }
      .lunch-header .form-container .form .contain input[type=text], .lunch-header .form-container .form .contain input[type=email] {
        border: 1px solid #d9d9d9;
        border-radius: 0;
        padding: 10px;
        margin: 30px auto 0px auto;
        width: 96%; }
      .lunch-header .form-container .form .contain input[id=fname] {
        margin: 10px auto 0px auto; }
      .lunch-header .form-container .form .contain input[type=file], .lunch-header .form-container .form .contain select {
        height: 40px;
        width: 100%;
        margin: 30px auto 0px auto;
        padding: 20px; }
      .lunch-header .form-container .form .contain label.error {
        margin-top: 5px;
        color: #f4a633;
        font-weight: 600; }

.lunch-information {
  background: #f7f7f7;
  padding: 0px 25px 55px 25px; }
  .lunch-information h3 {
    color: #666;
    font-size: 25px;
    font-weight: 500;
    margin: 40px auto 25px; }
  .lunch-information h4 {
    color: #666;
    font-size: 18px;
    line-height: 35px; }
    .lunch-information h4 .blue {
      color: #006abb; }
  .lunch-information p {
    color: #666;
    font-size: 16px;
    line-height: 22px; }
  .lunch-information .lunch-overview {
    margin-top: -215px; }
  .lunch-information .lunch-map {
    margin-top: 35px; }
    .lunch-information .lunch-map img {
      margin-bottom: 20px; }

.lunch-information-map-only {
  background: #f7f7f7;
  padding: 35px; }

.lunch-final-details {
  background: #ffffff;
  padding: 55px 25px; }
  .lunch-final-details h3 {
    color: #006abb;
    font-size: 24px;
    font-weight: 500;
    padding: 5px; }
    .lunch-final-details h3 i {
      margin-left: 10px;
      color: #1A4580; }
    .lunch-final-details h3 i:hover {
      color: #006abb; }
  .lunch-final-details p {
    color: #666;
    font-size: 16px;
    line-height: 22px;
    padding: 5px; }
    .lunch-final-details p a:hover {
      color: #1A4580; }

@media (max-width: 1000px) {
  .lunch-header h1 {
    font-size: 45px;
    line-height: 55px;
    margin: 5px 0 35px 0; } }
@media (max-width: 767px) {
  .lunch-header {
    height: auto;
    padding: 125px 25px 135px 25px; }

  .lunch-information .lunch-overview {
    margin-top: -45px; } }
.survey-header {
  background: #006abb;
  background: -webkit-linear-gradient(#3a9fd3, #006abb);
  background: -o-linear-gradient(#3a9fd3, #006abb);
  background: -moz-linear-gradient(#3a9fd3, #006abb);
  background: linear-gradient(#3a9fd3, #006abb);
  padding: 125px 25px 55px 25px;
  position: relative; }
  .survey-header h1 {
    color: #ffffff;
    font-size: 75px;
    line-height: 80px; }
  .survey-header h2 {
    color: #ffffff;
    font-size: 30px;
    line-height: 40px;
    font-weight: 600; }
  .survey-header p {
    color: #ffffff;
    font-size: 20px;
    line-height: 30px;
    margin-top: 40px; }
  .survey-header img {
    margin-top: 30px; }

.diagonal-blue, .diagonal-gray {
  width: 100%;
  height: 40px;
  background-color: #ffffff; }
  .diagonal-blue svg, .diagonal-gray svg {
    width: 100%;
    height: 10vw; }

.survey-stats-white-1 {
  background-color: #ffffff;
  padding: 65px 25px 100px 25px; }
  .survey-stats-white-1 h3 {
    font-size: 36px;
    line-height: 45px;
    font-weight: 500;
    color: #006abb; }
  .survey-stats-white-1 h4 {
    color: #666;
    font-size: 30px;
    font-weight: 400;
    line-height: 40px; }
  .survey-stats-white-1 img {
    margin-top: 65px; }

.survey-stats-white-2 {
  background-color: #ffffff;
  padding: 100px 25px 0px 25px; }
  .survey-stats-white-2 h3 {
    font-size: 36px;
    line-height: 45px;
    font-weight: 500;
    color: #006abb;
    margin-bottom: 35px; }
  .survey-stats-white-2 h4 {
    color: #98C03D;
    font-size: 72px;
    font-weight: 400;
    margin-top: 55px; }
  .survey-stats-white-2 h5 {
    color: #666;
    font-size: 18px;
    font-weight: 400;
    line-height: 26px;
    margin-top: 30px;
    padding: 0px 25px; }
  .survey-stats-white-2 img {
    margin-top: 65px; }

.survey-stats-white-3 {
  background-color: #ffffff;
  padding: 100px 25px; }
  .survey-stats-white-3 h3 {
    font-size: 36px;
    line-height: 45px;
    font-weight: 500;
    color: #006abb;
    margin-bottom: 35px; }
  .survey-stats-white-3 h4 {
    color: #666;
    font-size: 22px;
    font-weight: 400;
    line-height: 30px;
    margin-top: 30px; }

.survey-stats-gray {
  background-color: #f6f6f6;
  padding: 125px 25px; }
  .survey-stats-gray h2 {
    font-size: 36px;
    line-height: 45px;
    font-weight: 500;
    color: #006abb;
    margin-bottom: 50px; }
  .survey-stats-gray h3 {
    color: #666;
    font-size: 25px;
    margin-top: 50px; }
  .survey-stats-gray h4 {
    color: #666;
    font-size: 45px;
    line-height: 33px;
    margin-top: 35px;
    font-weight: 400; }
  .survey-stats-gray h5 {
    color: #666;
    font-size: 22px;
    font-weight: 400;
    line-height: 33px; }
  .survey-stats-gray i {
    font-size: 55px;
    color: #3A9FD3; }

.survey-mobile-feature {
  background: #006abb;
  background: -webkit-linear-gradient(#3a9fd3, #006abb);
  background: -o-linear-gradient(#3a9fd3, #006abb);
  background: -moz-linear-gradient(#3a9fd3, #006abb);
  background: linear-gradient(#3a9fd3, #006abb);
  padding: 75px 25px 0px 25px;
  height: 507px; }
  .survey-mobile-feature h2 {
    color: #fff;
    font-size: 36px;
    line-height: 45px;
    font-weight: 500;
    margin-bottom: 50px; }
  .survey-mobile-feature h3 {
    color: #fff;
    margin-top: 35px;
    font-size: 27px; }
  .survey-mobile-feature h4 {
    margin-top: 50px; }
  .survey-mobile-feature img {
    margin-right: 15px; }

@media (max-width: 1015px) {
  .survey-mobile-feature {
    height: auto;
    padding: 75px 25px 0px 25px; } }
@media (max-width: 767px) {
  .survey-stats-gray h4 {
    margin-top: 15px; }
  .survey-stats-gray h5 {
    margin-bottom: 35px; }

  .survey-mobile-feature .phone {
    margin-top: 30px; } }
@media (max-width: 650px) {
  .survey-mobile-feature h3 {
    font-size: 22px; } }
@media (max-width: 565px) {
  .survey-header h1 {
    font-size: 60px;
    line-height: 65px; }

  .survey-stats-white-3 img {
    margin-bottom: 30px; } }
@media (max-width: 463px) {
  .survey-header h1 {
    font-size: 50px;
    line-height: 55px; } }
.container-fluid.wideload.norm {
  background-attachment: fixed;
  background-color: #222a2d;
  background-image: url("/images/marketing/background-coffee.jpg");
  background-position: center 0;
  background-repeat: no-repeat;
  background-size: cover;
  margin: 0;
  padding: 0;
  border: 0; }
  .container-fluid.wideload.norm .span12 h1 {
    color: #fff;
    color: rgba(255, 255, 255, 0.93);
    font-size: 2.2em;
    font-weight: 300;
    padding: 3em 3em 2em;
    text-align: center;
    letter-spacing: -0.02em;
    line-height: 1.25em; }
    .container-fluid.wideload.norm .span12 h1 .bread {
      display: block;
      font-size: 14px;
      font-weight: 700;
      letter-spacing: 0.09em;
      margin: 0;
      opacity: 0.6;
      color: #fff;
      color: rgba(255, 255, 255, 0.93);
      padding: 0;
      position: relative; }
      .container-fluid.wideload.norm .span12 h1 .bread a {
        color: #fff; }

.container-fluid.wideload.norm.feature h1 {
  font-size: 13px;
  letter-spacing: 0.03em;
  font-weight: 700;
  margin-top: 60px;
  padding-bottom: 0;
  opacity: 0.9; }
.container-fluid.wideload.norm.feature h2 {
  margin-bottom: 14px;
  margin-top: 15px;
  font-size: 26px;
  text-align: center;
  color: #fff;
  padding: 0 1em; }
.container-fluid.wideload.norm.feature div.cta {
  margin: 0 auto 50px;
  text-align: center; }

.container-fluid.wideload.features {
  background-image: url("/images/marketing/background-coffee.jpg"); }

.container-fluid.wideload.support {
  background-image: url("/images/marketing/content-background-support.jpg"); }

.container-fluid.wideload.start_services {
  background-image: url("/images/marketing/content-background-startservices.jpg"); }

.container-fluid.wideload.dev {
  background-image: url("/images/marketing/content-background-about.jpg"); }

.container-fluid.wideload.about {
  background-image: url("/images/marketing/background-gorge.jpg"); }

.container-fluid.wideload.yeomans {
  background-image: url("/images/marketing/background-gorge.jpg"); }

.container-fluid.wideload.pricingz {
  background-image: url("/images/marketing/content-background-9.jpg"); }

.container-fluid.wideload.sign_up {
  background-image: url("/images/marketing/content-background-11.jpg"); }

.container-fluid.wideload.careers {
  background-image: url("/images/marketing/background-hands.jpg"); }

.container-fluid.wideload.norm.solutions {
  background-image: url("/images/marketing/content-background-12.jpg"); }

.container-fluid.wideload.norm.watch {
  background-image: url("/images/marketing/background-watch.jpg"); }

.container-fluid.wideload.customers {
  background-size: cover; }
  .container-fluid.wideload.customers .standard {
    min-height: 0; }

.container-fluid.wideload.customers.testimonials {
  background-image: url("/images/marketing/content-background-11.jpg"); }

.container-fluid.wideload.michelle {
  background-image: url("/images/marketing/content-background-michelle2.jpg");
  background-position: top left; }
  .container-fluid.wideload.michelle .standard {
    background-color: rgba(255, 255, 255, 0.95); }
  .container-fluid.wideload.michelle .span12 > h1 {
    padding: 4.6em 1em 1.6em;
    line-height: 1.4em; }

.container-fluid.wideload.patrick {
  background-image: url("/images/marketing/content-background-patrick3.jpg");
  background-position: center top; }
  .container-fluid.wideload.patrick .standard {
    background-color: rgba(255, 255, 255, 0.95); }
  .container-fluid.wideload.patrick .span12 > h1 {
    padding: 4.6em 1em 1.6em;
    line-height: 1.4em; }

.container-fluid .standard.alt {
  min-height: 0;
  border-radius: 0;
  background-color: #e8e8e8; }

.container-fluid.fullwidth {
  background-color: #e8e8e8;
  background-image: none;
  padding: 8em 2em 7em; }
  .container-fluid.fullwidth p {
    font-size: 1.6rem;
    font-weight: 300;
    line-height: 1.6em;
    margin-bottom: 1em; }

@media (max-width: 865px) {
  #start_services.modal {
    padding-top: 20px !important;
    padding-bottom: 20px !important; } }
#start_services.modal {
  margin-left: -280px;
  width: 600px;
  padding-top: 20px;
  padding-bottom: 20px; }
  #start_services.modal input {
    display: block;
    border-radius: 0;
    margin: 0 0 5px 0; }
  #start_services.modal select {
    margin: 0 0 5px 0; }
  #start_services.modal label.error {
    margin: 0 0 5px;
    color: red;
    font-size: 12px; }
  #start_services.modal .close {
    top: -22px;
    right: 1px; }
  #start_services.modal .logo {
    max-width: 120px;
    margin: 0 auto 30px;
    margin-top: -10px; }
  #start_services.modal .rightcol {
    border-left: 1px solid #ccc;
    min-height: 260px; }
    #start_services.modal .rightcol h4 {
      margin: 0;
      font-size: 12px;
      color: #7e7e7e;
      letter-spacing: 0.04em;
      text-transform: uppercase; }
    #start_services.modal .rightcol .icon-mobile-phone {
      font-size: 1.5rem;
      margin-bottom: 7px;
      color: #999;
      display: block; }
    #start_services.modal .rightcol .phone {
      font-size: 22px;
      font-weight: 300;
      letter-spacing: -0.02em;
      margin: 0.3em; }

.start_services .no-need {
  margin: 5em 0; }
  .start_services .no-need h2 {
    font-size: 28px !important; }
.start_services .plan .dollars {
  font-size: 55px;
  font-weight: 700;
  color: #666;
  letter-spacing: -0.025em; }
.start_services .plan .plan-summary {
  margin-top: 14px;
  padding: 22px 4px 20px;
  min-height: 230px; }
.start_services .plan .checkmarks {
  text-align: left; }
  .start_services .plan .checkmarks li {
    margin-bottom: 10px;
    line-height: 1.3em; }
.start_services .plan .plan-name {
  margin-bottom: 20px; }
.start_services .plan .sign {
  bottom: 17px; }
.start_services .plan .checkmarks {
  padding: 20px 10px 10px 50px; }
.start_services p.quote {
  background: #f8f8f8;
  border-radius: 6px;
  padding: 30px;
  position: relative; }
  .start_services p.quote:after {
    left: 100%;
    top: 30%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(248, 248, 248, 0);
    border-left-color: #f8f8f8;
    border-width: 10px;
    margin-top: -10px; }
.start_services .quote-image img {
  display: block;
  border-radius: 50%;
  border: 3px solid #e4e4e4;
  width: 100px;
  height: 100px; }
.start_services .thank-you {
  text-align: center; }
  .start_services .thank-you p {
    font-size: 1.5em;
    padding: 1em 1em 3em; }
.start_services form#start .contain label.error {
  background-color: #f9f9e6;
  border: 1px solid #af4b14;
  color: #af4b14;
  border-radius: 3px;
  box-shadow: 0 1px 7px rgba(0, 0, 0, 0.31);
  line-height: 1.5em;
  padding: 10px 10px 10px;
  font-size: 100%;
  text-align: left;
  font-size: 11px;
  display: block;
  min-width: 170px; }
.start_services form#start .contain label.error:after, .start_services form#start .contain label.error:before {
  top: 100%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none; }
.start_services form#start .contain label.error:after {
  border-color: rgba(249, 249, 230, 0);
  border-top-color: #f9f9e6;
  border-width: 8px;
  left: 8%;
  margin-left: -9px; }
.start_services form#start .contain label.error:before {
  border-color: rgba(175, 75, 20, 0);
  border-top-color: #af4b14;
  border-width: 9px;
  left: 3%; }

p.tour-callout {
  margin-left: -35px !important;
  padding: 11px 35px 11px 11px;
  margin-top: 2em !important; }
  p.tour-callout a {
    display: block;
    background: transparent;
    color: #373a3c;
    display: block;
    font-size: 0.95em;
    line-height: 1.4em;
    padding: 20px 10px;
    border-radius: 4px;
    text-align: center; }
    p.tour-callout a:hover {
      background: #e8e8e8; }
    p.tour-callout a span {
      text-decoration: underline; }
    p.tour-callout a img {
      display: block;
      margin: 0 auto 10px;
      max-width: 63px; }

.container-fluid.wideload.stripe {
  padding: 0;
  background-attachment: fixed;
  background-size: cover;
  background-color: #1A4580; }
  .container-fluid.wideload.stripe h3 {
    color: #efefef;
    color: rgba(255, 255, 255, 0.7);
    font-size: 2.4em;
    font-weight: 300;
    line-height: 1.3em;
    text-align: center;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.4);
    padding: 11% 2em 12%; }
    .container-fluid.wideload.stripe h3 span {
      font-size: 0.9rem;
      text-transform: uppercase;
      letter-spacing: 0.08em;
      display: block;
      position: relative;
      font-weight: 700;
      opacity: 0.7; }
  .container-fluid.wideload.stripe .others {
    margin-top: 3em; }
    .container-fluid.wideload.stripe .others a {
      background: rgba(255, 255, 255, 0.2);
      border: 1px solid #e8e8e8;
      border-radius: 3px;
      color: white;
      font-family: "proxima-nova", arial, sans-serif;
      font-size: 13px;
      font-weight: 700;
      letter-spacing: 0.02em;
      padding: 10px 16px 6px;
      text-transform: uppercase; }
      .container-fluid.wideload.stripe .others a:hover {
        background: transparent; }

@media (max-width: 767px) {
  .others a {
    display: block;
    max-width: 50%;
    margin: 6px auto 0; } }
.container-fluid.wideload.stripe.m1 {
  background-image: url("/images/marketing/content-background-michelle4.jpg");
  background-position: top left; }

.container-fluid.wideload.stripe.m2 {
  background-image: url("/images/marketing/content-background-michelle5.jpg"); }

.container-fluid.wideload.stripe.m3 {
  background-image: url("/images/marketing/content-background-michelle6.jpg"); }

.container-fluid.wideload.stripe.m4 {
  background-image: url("/images/marketing/content-background-michelle7.jpg"); }

.container-fluid.wideload.stripe.p4 {
  background-image: url("/images/marketing/content-background-patrick4.jpg");
  background-position: right top; }

.container-fluid.wideload.stripe.p5 {
  background-image: url("/images/marketing/content-background-patrick5.jpg"); }

.pricing-page-great-companies {
  background: #fff;
  padding: 5em 1em; }

@media (max-width: 767px) {
  .container-fluid.wideload.stripe {
    background-size: 1100px auto;
    background-position: center bottom; }
    .container-fluid.wideload.stripe h3 {
      font-size: 1.6rem;
      padding: 15% 1em 14%; }

  .container-fluid.fullwidth {
    background-image: none;
    padding: 2em 1.5em 2.2em; }
    .container-fluid.fullwidth p {
      font-size: 1.3rem;
      font-weight: 400;
      line-height: 1.4em; } }
.container-fluid.wideload.sf {
  background-image: url("/images/marketing/content-background-sf.jpg"); }

.container-fluid.norm {
  min-height: 50em;
  padding: 0 2em; }
  .container-fluid.norm .span12 {
    padding: 0;
    margin: 0; }
  .container-fluid.norm .standard {
    margin: 0 auto;
    min-height: 16em;
    max-width: 1200px;
    background: #fff;
    border: 1px solid #e1e1e1;
    padding: 3em 3.6em 6em;
    position: relative;
    border-bottom: 0; }
    .container-fluid.norm .standard a:hover {
      color: #000;
      text-decoration: underline; }
    .container-fluid.norm .standard h1 {
      color: #373a3c;
      text-align: left;
      text-shadow: none;
      padding: 0 0 20px 0; }
    .container-fluid.norm .standard h2 {
      font-size: 2.3rem;
      line-height: 1.2em;
      margin-bottom: 0.5em; }
    .container-fluid.norm .standard p, .container-fluid.norm .standard ul, .container-fluid.norm .standard ol {
      font-size: 1rem;
      line-height: 1.7em;
      margin: 0 0 1em 0; }
    .container-fluid.norm .standard ul, .container-fluid.norm .standard ol {
      margin: 0 0 1.7em 1em; }
    .container-fluid.norm .standard ol {
      font-weight: bold; }
      .container-fluid.norm .standard ol span {
        font-weight: normal; }
    .container-fluid.norm .standard h3 {
      font-family: "proxima-nova", arial, sans-serif;
      font-size: 1.3rem;
      font-weight: 300;
      letter-spacing: 0;
      line-height: 1.6em;
      margin: 0 0 1em; }
    .container-fluid.norm .standard ul.flexnav {
      margin: 0; }
    .container-fluid.norm .standard .fancy {
      font-size: 1.9rem;
      font-weight: 300;
      line-height: 1.5em; }

body.login, body.receive_invite {
  font-family: "proxima-nova", arial, sans-serif;
  background-color: #f8f8f8;
  background-repeat: repeat; }
  body.login .container-fluid, body.receive_invite .container-fluid {
    max-width: 768px;
    margin: 0 auto; }
  body.login .container-fluid.logo a, body.receive_invite .container-fluid.logo a {
    display: inline-block;
    max-width: 200px;
    margin: 20px 0 10px; }
  body.login .container-fluid.flash, body.receive_invite .container-fluid.flash {
    font-family: "proxima-nova", arial, sans-serif; }
  body.login .container-fluid.account.recovery form, body.receive_invite .container-fluid.account.recovery form {
    text-align: center; }
  body.login .account, body.receive_invite .account {
    padding: 40px 18px 40px 40px;
    background-color: #fff;
    border: 1px solid #ccc;
    box-shadow: 0 1px 0 rgba(0, 0, 0, 0.09);
    border-radius: 2px;
    min-height: 400px;
    width: 740px; }
    body.login .account form, body.receive_invite .account form {
      position: relative;
      max-width: 400px;
      margin: 0 auto; }
      body.login .account form label.error, body.receive_invite .account form label.error {
        background-color: #F9F9E6;
        padding: 12px 18px 10px;
        font-size: 100%;
        color: #e30000;
        width: 362px; }
      body.login .account form label.error:after, body.login .account form label.error:before, body.receive_invite .account form label.error:after, body.receive_invite .account form label.error:before {
        bottom: 100%;
        border: solid transparent;
        content: " ";
        height: 0;
        width: 0;
        position: absolute;
        pointer-events: none; }
      body.login .account form label.error:after, body.receive_invite .account form label.error:after {
        border-bottom-color: #f9f9e6;
        border-width: 8px;
        left: 12px; }
      body.login .account form label.error:before, body.receive_invite .account form label.error:before {
        border-bottom-color: #e8e8e8;
        border-width: 10px;
        left: 10px; }
      body.login .account form .avatar, body.receive_invite .account form .avatar {
        display: block;
        height: 45px;
        border-radius: 3px;
        position: absolute !important;
        right: 47px;
        top: 24px;
        width: 45px; }
        body.login .account form .avatar img, body.receive_invite .account form .avatar img {
          width: 100%;
          height: 100%; }
    body.login .account .loginheading, body.receive_invite .account .loginheading {
      text-align: center;
      margin: 0 auto 35px auto; }
    body.login .account .span7 form, body.receive_invite .account .span7 form {
      width: 440px;
      max-width: none; }
    body.login .account form.reinstate, body.receive_invite .account form.reinstate {
      text-align: center;
      margin-bottom: 10px; }
    body.login .account form select, body.receive_invite .account form select {
      width: 100%;
      padding: 9px 6px;
      height: 35px;
      margin: 0;
      font-family: "proxima-nova", arial, sans-serif; }
    body.login .account form li, body.receive_invite .account form li {
      list-style-type: none; }
    body.login .account form .contact, body.receive_invite .account form .contact {
      margin-top: 10px;
      text-align: center;
      color: #333;
      display: block; }
    body.login .account form label, body.receive_invite .account form label {
      opacity: 1;
      position: relative;
      margin: 0;
      font-size: 0.9rem;
      display: block;
      color: #7e7e7e;
      text-align: left; }
    body.login .account form .input, body.receive_invite .account form .input {
      margin-bottom: 20px;
      max-width: 385px; }
    body.login .account form .input.sign-in, body.receive_invite .account form .input.sign-in {
      margin-top: 35px; }
    body.login .account form h3, body.receive_invite .account form h3 {
      font-size: 1.3rem;
      line-height: 1.3em;
      font-weight: 400;
      font-family: "proxima-nova", arial, sans-serif; }
    body.login .account form h3.notice, body.receive_invite .account form h3.notice {
      background: none repeat scroll 0 0 #F9F9E6;
      margin-bottom: 30px;
      padding: 18px 18px 14px;
      color: #e30000;
      font-size: 100%;
      position: relative;
      text-align: left; }
    body.login .account form select, body.receive_invite .account form select {
      height: 45px; }
    body.login .account form input[type="text"], body.login .account form input[type="password"], body.receive_invite .account form input[type="text"], body.receive_invite .account form input[type="password"] {
      padding: 9px 1px 7px 10px;
      height: 35px;
      margin: 0;
      width: 100%;
      font-size: 21px;
      line-height: 1.5em;
      font-family: "proxima-nova", arial, sans-serif;
      border-radius: 0;
      border-color: #e4e4e4; }
      body.login .account form input[type="text"]:hover, body.login .account form input[type="password"]:hover, body.receive_invite .account form input[type="text"]:hover, body.receive_invite .account form input[type="password"]:hover {
        border-color: #bbb; }
      body.login .account form input[type="text"]:focus, body.login .account form input[type="password"]:focus, body.receive_invite .account form input[type="text"]:focus, body.receive_invite .account form input[type="password"]:focus {
        border-color: #006abb; }
    body.login .account form input:focus:invalid:focus, body.login .account form input[type='text']:focus, body.login .account form input[type='password']:focus, body.receive_invite .account form input:focus:invalid:focus, body.receive_invite .account form input[type='text']:focus, body.receive_invite .account form input[type='password']:focus {
      border-color: #ccc;
      box-shadow: none; }
    body.login .account form input:-webkit-autofill, body.receive_invite .account form input:-webkit-autofill {
      -webkit-box-shadow: 0 0 0px 1000px white inset !important; }
    body.login .account form input[type="text"]#user_email_or_username, body.receive_invite .account form input[type="text"]#user_email_or_username {
      background-image: url("/images/signin-person.png") !important;
      background-position: 355px center;
      background-repeat: no-repeat; }
    body.login .account form input[type="password"]#user_password, body.login .account form input[type="password"]#user_password_confirmation,
    body.login .account form input[type="password"]#password, body.login .account form input[type="password"]#password_confirmation, body.receive_invite .account form input[type="password"]#user_password, body.receive_invite .account form input[type="password"]#user_password_confirmation,
    body.receive_invite .account form input[type="password"]#password, body.receive_invite .account form input[type="password"]#password_confirmation {
      background-image: url("/images/signin-key.png") !important;
      background-position: 355px center;
      background-repeat: no-repeat; }
    body.login .account form input[type="text"]#email, body.receive_invite .account form input[type="text"]#email {
      background-image: url("/images/signin-email.png") !important;
      background-position: 355px center;
      background-repeat: no-repeat; }
    body.login .account form p, body.receive_invite .account form p {
      position: relative;
      margin: 0 0 10px; }
    body.login .account form .input-box > label, body.receive_invite .account form .input-box > label {
      position: absolute;
      top: 0px;
      left: 0px;
      font-size: 24px;
      font-weight: 300;
      color: #ccc;
      cursor: text;
      margin: 25px 14px 0; }
    body.login .account form .btn, body.receive_invite .account form .btn {
      padding: 19px 0 17px;
      font-size: 22px;
      width: 398px;
      background-color: #006abb;
      background-image: none;
      border-color: #006abb;
      color: #fff;
      font-family: "proxima-nova", arial, sans-serif;
      -webkit-transition: all 0.1s linear;
      -moz-transition: all 0.1s linear;
      -o-transition: all 0.1s linear;
      transition: all 0.1s linear; }
      body.login .account form .btn:hover, body.receive_invite .account form .btn:hover {
        box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.05), 0 4px 15px 0 rgba(0, 0, 0, 0.15) !important; }
      body.login .account form .btn:active, body.receive_invite .account form .btn:active {
        box-shadow: inset 0px 0px 30px 0px rgba(0, 0, 0, 0.5) !important; }
    body.login .account form h1, body.login .account form h2, body.receive_invite .account form h1, body.receive_invite .account form h2 {
      font-family: "proxima-nova", arial, sans-serif; }
    body.login .account form h2, body.receive_invite .account form h2 {
      font-size: 34px;
      padding: 0.4em;
      border: 0; }
    body.login .account form .appstore > img, body.receive_invite .account form .appstore > img {
      max-width: 140px; }
  body.login .container-fluid.helper, body.receive_invite .container-fluid.helper {
    text-align: center;
    margin: 13px auto 0;
    max-width: 296px; }
    body.login .container-fluid.helper p, body.receive_invite .container-fluid.helper p {
      font-size: 12px;
      color: #999;
      text-align: left; }
    body.login .container-fluid.helper p > a, body.receive_invite .container-fluid.helper p > a {
      font-size: 12px;
      color: #999;
      border-bottom: 1px solid #ccc; }
  body.login .keepme, body.receive_invite .keepme {
    font-size: 13px;
    margin-top: 30px;
    padding-bottom: 15px; }
    body.login .keepme .reset, body.receive_invite .keepme .reset {
      text-align: right;
      margin-right: 41px; }
    body.login .keepme a, body.receive_invite .keepme a {
      color: #999;
      text-decoration: underline; }
      body.login .keepme a:hover, body.receive_invite .keepme a:hover {
        color: #006abb;
        text-decoration: none; }
    body.login .keepme a.whatsthis, body.receive_invite .keepme a.whatsthis {
      margin-left: 4px;
      font-size: 12px; }
    body.login .keepme input#user_sign_in_remember_me, body.receive_invite .keepme input#user_sign_in_remember_me {
      margin: -4px 0 0; }
  body.login .account-footer, body.receive_invite .account-footer {
    opacity: 0.3;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
    text-align: center; }
    body.login .account-footer:hover, body.receive_invite .account-footer:hover {
      opacity: 1; }
    body.login .account-footer .social-buttons, body.receive_invite .account-footer .social-buttons {
      padding-top: 20px; }
      body.login .account-footer .social-buttons ul, body.receive_invite .account-footer .social-buttons ul {
        margin: 0 auto;
        list-style-type: none; }
        body.login .account-footer .social-buttons ul li, body.receive_invite .account-footer .social-buttons ul li {
          display: inline-block;
          margin-left: 10px; }
          body.login .account-footer .social-buttons ul li iframe, body.login .account-footer .social-buttons ul li span, body.login .account-footer .social-buttons ul li div, body.receive_invite .account-footer .social-buttons ul li iframe, body.receive_invite .account-footer .social-buttons ul li span, body.receive_invite .account-footer .social-buttons ul li div {
            max-height: 60px;
            max-width: 160px;
            overflow: hidden; }
          body.login .account-footer .social-buttons ul li:first-child, body.receive_invite .account-footer .social-buttons ul li:first-child {
            margin-left: 0; }
  body.login .sidecol, body.receive_invite .sidecol {
    min-height: 400px;
    border-left: 1px solid #e8e8e8;
    padding: 10px 0px 10px 43px;
    width: 282px;
    margin-left: 19px;
    position: relative; }
    body.login .sidecol .or, body.receive_invite .sidecol .or {
      background: #f8f8f8;
      display: block;
      height: 20px;
      width: 20px;
      border-radius: 50%;
      padding: 6px;
      text-align: center;
      text-transform: uppercase;
      color: #999;
      font-weight: bold;
      font-size: 12px;
      position: absolute;
      top: 33px;
      left: -16px; }
    body.login .sidecol .new, body.receive_invite .sidecol .new {
      background: #f9f9f9;
      padding: 20px;
      max-width: 186px;
      box-shadow: inset 0 0px 8px 0 rgba(0, 0, 0, 0.05);
      text-align: center;
      -webkit-transition: all 0.2s linear;
      -moz-transition: all 0.2s linear;
      -o-transition: all 0.2s linear;
      transition: all 0.2s linear; }
      body.login .sidecol .new:hover, body.receive_invite .sidecol .new:hover {
        background: transparent;
        box-shadow: none; }
      body.login .sidecol .new a:hover, body.receive_invite .sidecol .new a:hover {
        text-decoration: underline; }
    body.login .sidecol .others-signin, body.receive_invite .sidecol .others-signin {
      margin-bottom: 20px; }
      body.login .sidecol .others-signin .google-sign-in, body.receive_invite .sidecol .others-signin .google-sign-in {
        padding: 20px 0; }
        body.login .sidecol .others-signin .google-sign-in > a, body.receive_invite .sidecol .others-signin .google-sign-in > a {
          background-image: url("/images/marketing/icon-g.png");
          background-repeat: no-repeat;
          background-size: 16px;
          background-position: 9px 8px;
          padding: 10px 10px 7px 40px;
          font-size: 16px;
          color: #dd4b39;
          background-color: #f9f9f9;
          border: 1px solid #e8e8e8 !important;
          width: 173px;
          text-align: left; }
          body.login .sidecol .others-signin .google-sign-in > a:hover, body.login .sidecol .others-signin .google-sign-in > a:focus, body.receive_invite .sidecol .others-signin .google-sign-in > a:hover, body.receive_invite .sidecol .others-signin .google-sign-in > a:focus {
            border: 1px solid #ccc !important; }

body.lost_password .account,
body.invitation_not_found .account,
body.lost_password_email .account,
body.account_cancelled .account,
body.reset_password .account,
body.yearly_reinstate .account {
  padding: 40px;
  max-width: 400px;
  width: auto; }

body.logout {
  background-color: #252a2e;
  background-image: url("/images/marketing/background-coffee.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  max-height: 618px; }
  body.logout .btn {
    font-size: 16px;
    padding: 8px 22px; }
  body.logout .account {
    padding: 10px 0 0;
    background-color: transparent;
    border: 0;
    box-shadow: none;
    text-align: center;
    max-width: 570px; }
    body.logout .account h3 {
      color: #fff;
      font-size: 19px;
      margin-bottom: 23px; }
  body.logout .container-fluid.logo > a > img {
    display: none; }
  body.logout .container-fluid.logo > a {
    background-image: url("/images/logo-white-transparent.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-size: 180px auto;
    display: block;
    height: 40px;
    margin: 40px auto 0; }
  body.logout .appstore img {
    max-width: 130px; }
  body.logout .ontheroad, body.logout .social-buttons {
    margin-top: 30px;
    padding-top: 20px;
    border-top: 1px solid rgba(255, 255, 255, 0.3); }
    body.logout .ontheroad p, body.logout .social-buttons p {
      color: #fff; }
    body.logout .ontheroad ul, body.logout .social-buttons ul {
      disc-style-type: none;
      margin: 0; }
      body.logout .ontheroad ul li, body.logout .social-buttons ul li {
        display: inline-block; }

@media (max-width: 767px) {
  body.login .account, body.receive_invite .account {
    padding: 40px 0;
    border-left: 0;
    border-right: 0;
    width: 100%;
    max-width: none; }
    body.login .account form, body.receive_invite .account form {
      max-width: 339px !important;
      margin: 0 auto; }
      body.login .account form label.error, body.receive_invite .account form label.error {
        width: 302px; }
      body.login .account form input[type="text"]#user_email_or_username, body.login .account form input[type="password"]#user_password, body.login .account form input[type="password"]#user_password_confirmation, body.login .account form input[type="password"]#password, body.login .account form input[type="password"]#password_confirmation, body.receive_invite .account form input[type="text"]#user_email_or_username, body.receive_invite .account form input[type="password"]#user_password, body.receive_invite .account form input[type="password"]#user_password_confirmation, body.receive_invite .account form input[type="password"]#password, body.receive_invite .account form input[type="password"]#password_confirmation {
        background-position: 295px center; }
      body.login .account form .input, body.receive_invite .account form .input {
        max-width: 325px; }
      body.login .account form .btn, body.receive_invite .account form .btn {
        width: 338px; }
    body.login .account .keepme p, body.receive_invite .account .keepme p {
      margin: 0;
      text-align: center; }
  body.login .sidecol, body.receive_invite .sidecol {
    min-height: 0;
    margin: 0 auto;
    text-align: center;
    max-width: 325px;
    padding: 0 10px;
    border: 0; }
    body.login .sidecol .or, body.receive_invite .sidecol .or {
      position: relative;
      text-align: center;
      top: 0;
      left: 0;
      margin: 0 auto; }
    body.login .sidecol .new, body.receive_invite .sidecol .new {
      max-width: none; }
  body.login .account-footer, body.receive_invite .account-footer {
    padding-bottom: 20px; } }
body.login input::-ms-clear, body.receive_invite input::-ms-clear {
  display: none; }

.people {
  margin: 2em 0 !important; }

.peep {
  display: inline-flex;
  margin: 0 0 1em !important;
  text-align: center;
  position: relative; }
  .peep a.person {
    display: block;
    background-color: transparent;
    min-height: 10em;
    width: 9em;
    padding-top: 1px;
    opacity: 0.9;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear; }
    .peep a.person:hover {
      background-color: #ebf8ff;
      text-decoration: none !important;
      opacity: 1; }
    .peep a.person .headshot {
      height: 4em;
      width: 4em;
      margin: 20px auto 5px;
      border-radius: 50% 50%;
      background-size: 100% auto;
      background-repeat: no-repeat;
      border: 4px solid #efefef; }
    .peep a.person .headshot.nick_bertolino {
      background-image: url("/images/marketing/peeps/nick_bertolino.jpg"); }
    .peep a.person .headshot.paige_thomas {
      background-image: url("/images/marketing/peeps/paige_thomas.jpg"); }
    .peep a.person .headshot.jp_werlin {
      background-image: url("/images/marketing/peeps/jp_werlin.jpg"); }
    .peep a.person .headshot.chen_li {
      background-image: url("/images/marketing/peeps/chen_li.png"); }
    .peep a.person .headshot.scott_gibson {
      background-image: url("/images/marketing/peeps/scott_gibson.jpg"); }
    .peep a.person .headshot.john_serrantino {
      background-image: url("/images/marketing/peeps/john_serrantino.jpg"); }
    .peep a.person .headshot.dominik_staskiewicz {
      background-image: url("/images/marketing/peeps/dominik_staskiewicz.jpg"); }
    .peep a.person .headshot.maria_juarez {
      background-image: url("/images/marketing/peeps/maria_juarez.jpg"); }
    .peep a.person .headshot.jake_werlin {
      background-image: url("/images/marketing/peeps/jake_werlin.jpg"); }
    .peep a.person .headshot.david_baars {
      background-image: url("/images/marketing/peeps/david_baars.jpg"); }
    .peep a.person .headshot.lisa_bradley {
      background-image: url("/images/marketing/peeps/lisa_bradley.jpg"); }
    .peep a.person .headshot.chris_dotson {
      background-image: url("/images/marketing/peeps/chris_dotson.jpg"); }
    .peep a.person .headshot.elizabeth_doherty {
      background-image: url("/images/marketing/peeps/elizabeth_doherty.jpg"); }
    .peep a.person .headshot.frank_hmeidan {
      background-image: url("/images/marketing/peeps/frank_hmeidan.jpg"); }
    .peep a.person .headshot.jackie_dasso {
      background-image: url("/images/marketing/peeps/jackie_dasso.png"); }
    .peep a.person .headshot.dan_bradley {
      background-image: url("/images/marketing/peeps/dan_bradley.jpg"); }
    .peep a.person .headshot.chris_root {
      background-image: url("/images/marketing/peeps/chris_root.jpg"); }
    .peep a.person .headshot.adrian_ossowski {
      background-image: url("/images/marketing/peeps/adrian_ossowski.jpg"); }
    .peep a.person .headshot.liz_falvo {
      background-image: url("/images/marketing/peeps/liz_falvo.jpg"); }
    .peep a.person .headshot.zen_newman {
      background-image: url("/images/marketing/peeps/zen_newman.jpg"); }
    .peep a.person .headshot.luke_floyd {
      background-image: url("/images/marketing/peeps/luke_floyd.jpg"); }
    .peep a.person .headshot.dylan_egan {
      background-image: url("/images/marketing/peeps/dylan_egan.png"); }
    .peep a.person .headshot.alan_locke {
      background-image: url("/images/marketing/peeps/alan_locke.jpg"); }
    .peep a.person .headshot.amelia_burleson {
      background-image: url("/images/marketing/peeps/amelia_burleson.jpg"); }
    .peep a.person .headshot.erika_sommer {
      background-image: url("/images/marketing/peeps/erika_sommer.jpg"); }
    .peep a.person .headshot.masha_tomkus {
      background-image: url("/images/marketing/peeps/masha_tomkus.jpg"); }
    .peep a.person .headshot.join_us {
      background-image: url("/images/marketing/peeps/join_us.jpg"); }
    .peep a.person .headshot.leif_hansen {
      background-image: url("/images/marketing/peeps/leif_hansen.jpg"); }
    .peep a.person .headshot.sandra_kennedy {
      background-image: url("/images/marketing/peeps/sandra_kennedy.jpg"); }
    .peep a.person .headshot.jeff_oberlander {
      background-image: url("/images/marketing/peeps/jeff_oberlander.jpg"); }
    .peep a.person .headshot.john_barney {
      background-image: url("/images/marketing/peeps/john_barney.jpg"); }
    .peep a.person .headshot.tyriesha_mckenzie {
      background-image: url("/images/marketing/peeps/tyriesha_mckenzie.jpg"); }
    .peep a.person .headshot.keith_brandtjen {
      background-image: url("/images/marketing/peeps/keith_brandtjen.jpg"); }
    .peep a.person .headshot.crista_taylor {
      background-image: url("/images/marketing/peeps/crista_taylor.jpg"); }
    .peep a.person .headshot.ashley_willhalm {
      background-image: url("/images/marketing/peeps/ashley_willhalm.jpg"); }
    .peep a.person .headshot.patrick_owens {
      background-image: url("/images/marketing/peeps/patrick_owens.jpg"); }
    .peep a.person .headshot.andrew_sinner {
      background-image: url("/images/marketing/peeps/andrew_sinner.jpg"); }
    .peep a.person .headshot.lyamen_savy {
      background-image: url("/images/marketing/peeps/lyamen_savy.jpg"); }
    .peep a.person .headshot.matt_sharp {
      background-image: url("/images/marketing/peeps/matt_sharp.jpg"); }
    .peep a.person .headshot.nick_amundson {
      background-image: url("/images/marketing/peeps/nick_amundson.jpg"); }
    .peep a.person .headshot.carleton_dileo {
      background-image: url("/images/marketing/peeps/carleton_dileo.jpg"); }
    .peep a.person .headshot.leta_sweasy {
      background-image: url("/images/marketing/peeps/leta_sweasy.jpg"); }
    .peep a.person .headshot.david_smart {
      background-image: url("/images/marketing/peeps/david_smart.jpg"); }
    .peep a.person .headshot.wilbur_suero {
      background-image: url("/images/marketing/peeps/wilbur_suero.jpg"); }
    .peep a.person .headshot.spencer_hogger {
      background-image: url("/images/marketing/peeps/spencer_hogger.jpg"); }
    .peep a.person .headshot.marissa_tejada {
      background-image: url("/images/marketing/peeps/marissa_tejada.jpg"); }
    .peep a.person .headshot.vas_blagodarskiy {
      background-image: url("/images/marketing/peeps/vas_blagodarskiy.jpg"); }
    .peep a.person .headshot.annie_myrvang {
      background-image: url("/images/marketing/peeps/annie_myrvang.jpg"); }
    .peep a.person .headshot.jon_englund {
      background-image: url("/images/marketing/peeps/jon_englund.jpg"); }
    .peep a.person h4 {
      margin: 0 0 4px 0;
      color: #373a3c;
      font-weight: 400;
      text-transform: none;
      font-size: 14px;
      line-height: 15px; }
    .peep a.person h5 {
      margin: 0;
      color: #7e7e7e;
      text-transform: uppercase;
      font-size: 9px;
      letter-spacing: 0.025em;
      line-height: 13px; }
  .peep ul {
    position: absolute;
    margin: 0 0 0 0 !important;
    bottom: 1em;
    left: 39%;
    display: inline-flex; }
    .peep ul li {
      margin: 0 !important;
      display: inline; }
      .peep ul li a {
        opacity: 0.7;
        color: #7e7e7e;
        position: relative;
        top: 5px;
        margin-right: 5px; }
        .peep ul li a:hover {
          opacity: 1;
          text-decoration: none !important; }
  .peep ul.people {
    text-align: center; }

ul.subnavigation {
  margin: 0; }
  ul.subnavigation li {
    display: inline;
    font-size: 14px;
    padding: 0 10px; }
    ul.subnavigation li a {
      background: #f8f8f8;
      border-radius: 2px;
      padding: 10px; }

.board h4 {
  text-align: center;
  font-weight: 400; }
.board p {
  padding: 0 20px; }
.board .boardshot {
  height: 150px;
  width: 150px;
  margin: 1em auto 0.8em;
  border-radius: 50% 50%;
  background-size: 150px auto;
  background-repeat: no-repeat;
  border: 4px solid #efefef; }
.board .boardshot.nick_bertolino {
  background-image: url("/images/marketing/peeps/nick_bertolino.jpg"); }
.board .boardshot.jp_werlin {
  background-image: url("/images/marketing/peeps/jp_werlin.jpg"); }
.board .boardshot.mike_galgon {
  background-image: url("/images/marketing/peeps/mike_galgon.jpg"); }

.peepmodal {
  border-radius: 3px; }
  .peepmodal .modal-body {
    background-image: url("/images/marketing/philly.jpg");
    background-position: center -200px;
    background-size: 101% auto;
    background-repeat: no-repeat;
    background-color: #fff;
    border-radius: 0;
    max-height: 1400px;
    padding: 0;
    padding-bottom: 3em; }
    .peepmodal .modal-body .close {
      position: relative;
      right: 10px;
      top: 10px; }
    .peepmodal .modal-body .personality {
      text-align: center; }
      .peepmodal .modal-body .personality img {
        max-width: 85%; }
    .peepmodal .modal-body .details {
      text-align: center;
      display: block; }
    .peepmodal .modal-body .pic {
      height: 8em;
      margin: 0 auto;
      position: relative;
      bottom: 10px;
      text-align: center;
      width: 8em;
      padding-top: 90px; }
      .peepmodal .modal-body .pic img {
        border-radius: 50% 50%;
        box-shadow: 0 1px 12px rgba(0, 0, 0, 0.3);
        border: 4px solid #fff;
        width: 100px; }
    .peepmodal .modal-body h2 {
      font-size: 18px;
      display: inline;
      font-family: "proxima-nova", arial, sans-serif;
      padding-right: 4px; }
    .peepmodal .modal-body h3 {
      color: #7E7E7E;
      font-size: 0.7rem;
      letter-spacing: 0.05em;
      margin: 0;
      text-transform: uppercase;
      display: inline;
      font-weight: 700;
      font-family: "proxima-nova", arial, sans-serif;
      padding-right: 4px; }
    .peepmodal .modal-body .social-icon {
      color: #7E7E7E;
      opacity: 0.7;
      padding-right: 2px; }
      .peepmodal .modal-body .social-icon:hover {
        opacity: 1; }

#jp_werlin .modal-body, #david_baars .modal-body, #john_serrantino .modal-body, #lisa_bradley .modal-body, #jake_werlin .modal-body, #chris_dotson .modal-body, #elizabeth_doherty .modal-body, #jackie_dasso .modal-body, #dan_bradley .modal-body, #chen_li .modal-body, #maria_juarez .modal-body, #liz_falvo .modal-body, #zen_newman .modal-body, #erika_sommer .modal-body, #sandra_kennedy .modal-body, #jeff_oberlander .modal-body, #john_barney .modal-body, #tyriesha_mckenzie .modal-body, #keith_brandtjen .modal-body, #crista_taylor .modal-body, #ashley_willhalm .modal-body, #andrew_sinner .modal-body, #lyamen_savy .modal-body, #matt_sharp .modal-body, #nick_amundson .modal-body, #leta_sweasy .modal-body, #david_smart .modal-body, #spencer_hogger .modal-body, #marissa_tejada .modal-body, #vas_blagodarskiy .modal-body, #annie_myrvang .modal-body, #jon_englund .modal-body {
  background-image: url("/images/marketing/seattle.jpg"); }

#scott_gibson .modal-body {
  background-image: url("/images/marketing/scott.jpg"); }

#christopher_yudichak .modal-body, #frank_hmeidan .modal-body, #chris_root .modal-body {
  background-image: url("/images/marketing/yudi.jpg"); }

#luke_floyd .modal-body, #amelia_burleson .modal-body {
  background-image: url("/images/marketing/atlanta.jpg"); }

#dylan_egan .modal-body, #alan_locke .modal-body {
  background-image: url("/images/marketing/berlin.jpg"); }

#adrian_ossowski .modal-body, #dominik_staskiewicz .modal-body {
  background-image: url("/images/marketing/poland_bg.jpg"); }

#carleton_dileo .modal-body {
  background-image: url("/images/marketing/colorado.jpg"); }

#wilbur_suero .modal-body {
  background-image: url("/images/marketing/dominican_republic.jpg"); }

.modal-body iframe {
  max-width: 100%; }
.modal-body dl {
  margin-bottom: 0;
  padding: 0.5em 2em 0; }
.modal-body dt {
  float: left;
  clear: left;
  width: 8em;
  text-align: right;
  font-weight: bold; }
.modal-body dd {
  margin: 0 0 0 9em;
  padding: 0 3em 0.5em 0; }
.modal-body button.close {
  color: #333;
  opacity: 1;
  text-shadow: 0 1px 2px rgba(255, 255, 255, 0.7);
  font-size: 22px; }

.container-fluid.norm .standard .callout strong {
  font-size: 1.5rem;
  color: #7e7e7e;
  font-weight: 700; }
.container-fluid.norm .standard .location {
  font-size: 0.85rem;
  text-transform: uppercase;
  color: #7e7e7e;
  letter-spacing: 0.03em;
  font-weight: 700; }
.container-fluid.norm .standard .available_positions {
  text-align: left; }
  .container-fluid.norm .standard .available_positions li {
    display: inline-block;
    vertical-align: top; }
    .container-fluid.norm .standard .available_positions li a {
      display: block;
      width: 140px;
      border: 1px solid #e8e8e8;
      text-align: center;
      min-height: 60px;
      padding: 30px 10px 30px;
      vertical-align: top;
      margin: 0 4px 10px 0;
      border-radius: 2px;
      background: #f9f9f9;
      line-height: 1.3em;
      transition: all 0.2s linear; }
      .container-fluid.norm .standard .available_positions li a:hover {
        background: #006abb;
        color: #fff;
        text-decoration: none; }

.subnav.span3 {
  background-image: none;
  min-height: 0em; }
  .subnav.span3 ul {
    list-style-type: none; }
  .subnav.span3 .flexnav {
    margin-bottom: 2em; }
    .subnav.span3 .flexnav li {
      position: relative;
      margin: 0;
      display: inline-block;
      padding: 0; }
      .subnav.span3 .flexnav li a {
        position: relative;
        display: block;
        line-height: 1.5em;
        color: #006abb;
        background: #e8e8e8;
        border-radius: 4px;
        margin-right: 0;
        padding: 0.5em 0.6em 0.2em;
        text-shadow: 0 1px 1px rgba(255, 255, 255, 0.07);
        font-size: 15px;
        border-bottom: 0;
        word-wrap: break-word;
        transition: all 0.2s linear; }
        .subnav.span3 .flexnav li a:hover {
          text-decoration: none;
          border-radius: 0;
          background-color: #efefef; }
      .subnav.span3 .flexnav li a.active {
        color: #373a3c;
        margin-left: -21px; }

@media all and (max-width: 979px) {
  p.tour-callout {
    margin-left: 0 !important;
    margin-top: 1em !important;
    margin-bottom: 0 !important;
    padding: 5px 10px !important; }
    p.tour-callout a > img {
      display: none; }

  .subnav.span3 {
    width: 100%;
    text-align: center; }
    .subnav.span3 .flexnav li {
      margin-top: 15px; }
      .subnav.span3 .flexnav li a {
        display: inline;
        padding: 0.2em 0.8em;
        line-height: 1em; }
      .subnav.span3 .flexnav li a.active {
        margin-left: 0;
        padding: 0;
        background-color: #fff; } }
@media all and (min-width: 980px) {
  .subnav.span3 {
    background-image: url("/images/marketing/side_gradient.jpg");
    background-position: right 0;
    background-repeat: no-repeat;
    min-height: 76em; }
    .subnav.span3 .flexnav {
      margin: 0; }
      .subnav.span3 .flexnav li {
        background: transparent;
        border-bottom: 1px solid #E8E8E8;
        display: block;
        list-style: none outside none;
        margin: 0 0 0 -2em !important;
        padding: 0;
        position: relative; }
        .subnav.span3 .flexnav li a {
          border-bottom: none;
          background: transparent;
          font-size: 15px; }
          .subnav.span3 .flexnav li a.hover {
            text-decoration: none; }
          .subnav.span3 .flexnav li a.active {
            color: #373a3c;
            background-color: #fff;
            border-radius: 0 0 0 0;
            box-shadow: -3px 1px 3px rgba(0, 0, 0, 0.2);
            margin-right: -3px;
            padding: 0.7em 1em 0.5em;
            font-size: 15px;
            margin-top: -1px; }
            .subnav.span3 .flexnav li a.active i {
              padding-right: 4px; } }
.standard .features .feature-heading {
  padding: 0;
  margin-bottom: 4.5em; }
  .standard .features .feature-heading h2 {
    display: inline-block;
    font-size: 2.5rem;
    margin: 0 0 0.2em;
    max-width: 58%; }
  .standard .features .feature-heading li {
    list-style-type: none;
    padding: 0; }
    .standard .features .feature-heading li p {
      font-size: 15px;
      line-height: 1.9em; }
  .standard .features .feature-heading .alignright {
    float: right;
    margin-top: -5em;
    margin-right: -2.7em;
    padding-left: 4em;
    max-height: 14em;
    max-width: 320px; }
.standard .features ul.sub-features {
  clear: both;
  padding: 0 2em 0 0; }
  .standard .features ul.sub-features h3 {
    font-size: 17px;
    font-weight: 700;
    margin-bottom: 0.3em;
    line-height: 1.3em;
    padding-top: 0.5em; }
  .standard .features ul.sub-features li {
    list-style-type: none;
    display: block;
    min-height: 15em;
    margin-bottom: 3em;
    padding-bottom: 2em;
    border-bottom: 1px solid #e8e8e8; }
    .standard .features ul.sub-features li:last-child {
      border-bottom: 0; }
    .standard .features ul.sub-features li p {
      padding-right: 2em;
      font-size: 15px;
      line-height: 1.9em; }
    .standard .features ul.sub-features li img {
      max-height: 220px;
      max-width: 290px; }
  .standard .features ul.sub-features .visuals {
    display: block;
    margin-bottom: 4em;
    max-width: 40%; }
  .standard .features ul.sub-features .visuals.right {
    float: right;
    margin-left: 3em; }
  .standard .features ul.sub-features .visuals.left {
    float: left;
    margin-right: 3.6em; }
.standard .feature-pagination {
  padding: 1em; }
  .standard .feature-pagination a {
    padding: 0.9em 1em 0.6em;
    font-size: 1.1rem;
    border: 1px solid #e8e8e8;
    border-radius: 4px;
    box-shadow: 0 1px 0 #e8e8e8;
    max-width: 100%;
    overflow: hidden;
    display: block;
    white-space: nowrap; }
    .standard .feature-pagination a:hover {
      text-decoration: none !important;
      border: 1px solid #7e7e7e; }
    .standard .feature-pagination a .next {
      color: #7e7e7e;
      font-size: 0.8rem;
      font-weight: 700;
      letter-spacing: 0.04em;
      margin-right: 0.5em;
      text-transform: uppercase; }

@media (max-width: 979px) {
  .standard .feature-pagination {
    padding: 0; }
  .standard .features {
    margin-left: 0; }
    .standard .features .feature-heading {
      margin: 1em 0; }
      .standard .features .feature-heading img {
        display: none; }
    .standard .features ul.sub-features {
      margin: 0 0 0 0;
      padding: 0; }
      .standard .features ul.sub-features p, .standard .features ul.sub-features h3 {
        display: block;
        width: 100%; }
      .standard .features ul.sub-features li img {
        max-width: 100%; }
      .standard .features ul.sub-features li img.alignright {
        float: right;
        margin-left: 2em; }
      .standard .features ul.sub-features li img.alignleft {
        float: left;
        margin-right: 2em; } }
@media (max-width: 779px) {
  .features ul.sub-features .visuals {
    float: none !important;
    margin-bottom: 1em !important;
    margin-left: 0 !important;
    max-width: 100% !important;
    text-align: center !important; }
    .features ul.sub-features .visuals img {
      float: none !important;
      margin-left: 0 !important; }
      .features ul.sub-features .visuals img.alignleft {
        margin-right: 0 !important; }
  .features ul.sub-features .visuals.left {
    margin-right: 0 !important; }
  .features ul.sub-features h3, .features ul.sub-features p {
    padding-right: 0 !important;
    text-align: left !important; }

  .container-fluid.norm .standard {
    padding: 2em; }
    .container-fluid.norm .standard ul.feature-heading li p {
      font-size: 1em;
      line-height: 1.7em; } }
body.pricing .plans {
  margin: 30px 0 10px; }
body.pricing .card {
  font-size: 12px !important;
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 40px !important;
  color: #999; }
body.pricing radio.monthly, body.pricing radio.annual {
  display: inline;
  margin-right: 10px; }
  body.pricing radio.monthly label, body.pricing radio.annual label {
    display: inline; }
  body.pricing radio.monthly input, body.pricing radio.annual input {
    top: -4px;
    position: relative; }
  body.pricing radio.monthly input[type=radio]:checked + label, body.pricing radio.annual input[type=radio]:checked + label {
    font-weight: 700; }
body.pricing .plan-features-list {
  background: #fff;
  padding: 1.5em 0; }
  body.pricing .plan-features-list .group {
    border: 2px solid #cce1f1;
    border-bottom: 0; }
    body.pricing .plan-features-list .group:last-of-type {
      border: 2px solid #cce1f1; }
  body.pricing .plan-features-list ul {
    list-style-type: none;
    margin: 0; }
  body.pricing .plan-features-list .subtitle-col img {
    float: left;
    width: 28px;
    margin: 15px; }
  body.pricing .plan-features-list .subtitle-col h3 {
    text-align: left;
    font-size: 14px;
    font-weight: 700;
    color: #666;
    padding-top: 7px; }
body.pricing .details-col {
  text-align: left; }
body.pricing .details {
  width: 50%;
  display: inline-block;
  padding-top: 16px;
  padding-bottom: 12px;
  font-weight: bold;
  font-size: 15px; }
  body.pricing .details span {
    font-weight: normal;
    display: block; }
body.pricing .standard-col, body.pricing .accelerator-col, body.pricing .optimum-col {
  width: 15%;
  display: inline-block;
  vertical-align: top;
  padding-top: 15px;
  text-align: center;
  padding-bottom: 34px; }
body.pricing .accelerator-header, body.pricing .accelerator-col {
  background: #f2f7fb; }
body.pricing .optimum-header, body.pricing .optimum-col {
  background: #f5f5f5; }
body.pricing .details-col .row-fluid {
  border-bottom: 1px solid #eee; }
body.pricing .accelerator-header, body.pricing .standard-header, body.pricing .optimum-header {
  padding: 16px 0px 4px;
  min-height: 50px;
  left: -2px;
  position: relative; }
  body.pricing .accelerator-header h4, body.pricing .standard-header h4, body.pricing .optimum-header h4 {
    margin: 0;
    font-size: 15px; }
body.pricing .coming-soon {
  padding-top: 40px;
  font-size: 18px;
  color: #999;
  min-height: 94px; }
body.pricing .standard .plan {
  border: 1px solid #e8e8e8;
  margin-bottom: 20px; }
  body.pricing .standard .plan p {
    line-height: 1.4em !important;
    font-size: 15px !important;
    padding: 8px 50px 0px; }
  body.pricing .standard .plan a.plan-name {
    font-size: 17px;
    font-weight: 700;
    padding: 25px 0 5px;
    display: block;
    color: #373a3c;
    text-transform: uppercase; }
  body.pricing .standard .plan .popular {
    background: #0076bc;
    text-transform: uppercase;
    font-weight: 700;
    color: #fff;
    display: block;
    margin-top: -26px;
    font-size: 12px;
    padding: 5px 0 3px;
    margin-left: -1px;
    margin-right: -1px; }
  body.pricing .standard .plan .sign {
    bottom: 12px;
    position: relative;
    font-size: 28px;
    right: -5px;
    color: #666;
    font-weight: 700; }
  body.pricing .standard .plan .dollars {
    font-size: 56px;
    font-weight: 700;
    color: #666; }
  body.pricing .standard .plan .amount-box {
    background: #f5f5f5;
    margin: 20px;
    padding: 40px 0 15px;
    border-radius: 6px; }
  body.pricing .standard .plan .starts {
    color: #666;
    padding: 5px 10px;
    margin: 0 20px; }
  body.pricing .standard .plan .savings-box > p {
    font-size: 12px !important;
    color: #666 !important;
    padding: 8px 55px 0; }
    body.pricing .standard .plan .savings-box > p a {
      color: #666 !important;
      text-decoration: underline;
      cursor: pointer; }
  body.pricing .standard .plan .plan-summary {
    padding: 0px 6px 10px;
    min-height: 250px; }
    body.pricing .standard .plan .plan-summary p {
      font-size: 14px; }
    body.pricing .standard .plan .plan-summary ul {
      list-style-type: none;
      margin-top: 10px;
      padding: 6px 20px 0px 10px;
      font-size: 15px;
      text-align: left;
      color: #666;
      margin-bottom: 0; }
      body.pricing .standard .plan .plan-summary ul li {
        margin-bottom: 5px;
        font-size: 14px;
        border-bottom: 1px solid #efefef;
        line-height: 1.3em;
        padding: 2px 0 7px; }
        body.pricing .standard .plan .plan-summary ul li:last-of-type {
          border: 0; }
      body.pricing .standard .plan .plan-summary ul .strong {
        font-weight: 700; }
body.pricing .standard .accelerator {
  border-color: #0076bc; }
  body.pricing .standard .accelerator .amount-box {
    background: #ecf4fa; }
    body.pricing .standard .accelerator .amount-box .sign, body.pricing .standard .accelerator .amount-box .dollars, body.pricing .standard .accelerator .amount-box .starts, body.pricing .standard .accelerator .amount-box p, body.pricing .standard .accelerator .amount-box p > a {
      color: #0076bc !important; }
body.pricing .standard p.action-lower {
  margin-top: 20px !important; }
body.pricing .headz {
  background: #f8f8f8;
  padding: 4em 10px; }
  body.pricing .headz h3 {
    font-size: 22px;
    font-weight: 500; }
  body.pricing .headz h4 {
    font-size: 25px; }
  body.pricing .headz ul {
    margin-bottom: 2em;
    margin-top: 3em;
    margin-left: 0; }
    body.pricing .headz ul li {
      display: inline-block;
      width: 170px;
      vertical-align: top; }
      body.pricing .headz ul li h5 {
        text-transform: uppercase;
        color: #666;
        margin-bottom: 0; }
  body.pricing .headz .headshot {
    height: 70px;
    width: 70px;
    background-size: 70px 70px;
    border-radius: 50%;
    margin: 0 auto; }
    body.pricing .headz .headshot.chris_dotson {
      background-image: url("/images/marketing/peeps/chris_dotson.jpg"); }
    body.pricing .headz .headshot.luke_floyd {
      background-image: url("/images/marketing/peeps/luke_floyd.jpg"); }
    body.pricing .headz .headshot.zen_newman {
      background-image: url("/images/marketing/peeps/zen_newman.jpg"); }
    body.pricing .headz .headshot.leif_hansen {
      background-image: url("/images/marketing/peeps/leif_hansen.jpg"); }
    body.pricing .headz .headshot.sandra_kennedy {
      background-image: url("/images/marketing/peeps/sandra_kennedy.jpg"); }
    body.pricing .headz .headshot.jeff_oberlander {
      background-image: url("/images/marketing/peeps/jeff_oberlander.jpg"); }
    body.pricing .headz .headshot.john_barney {
      background-image: url("/images/marketing/peeps/john_barney.jpg"); }
    body.pricing .headz .headshot.tyriesha_mckenzie {
      background-image: url("/images/marketing/peeps/tyriesha_mckenzie.jpg"); }
    body.pricing .headz .headshot.keith_brandtjen {
      background-image: url("/images/marketing/peeps/keith_brandtjen.jpg"); }
    body.pricing .headz .headshot.lisa_bradley {
      background-image: url("/images/marketing/peeps/lisa_bradley.jpg"); }

@media (min-width: 767px) {
  body.pricing .standard .plan {
    min-height: 508px; } }
@media (max-width: 1200px) {
  body.pricing .plan-features-list .group {
    border-left: 0;
    border-right: 0; }
    body.pricing .plan-features-list .group:last-of-type {
      border-left: 0;
      border-right: 0; }
  body.pricing .accelerator-header, body.pricing .standard-header, body.pricing .optimum-header {
    left: 0; } }
@media (max-width: 1000px) {
  body.pricing .details {
    padding-top: 12px;
    padding-bottom: 8px; }
  body.pricing .standard-col, body.pricing .accelerator-col, body.pricing .optimum-col {
    padding-bottom: 48px; }
  body.pricing .standard-header, body.pricing .accelerator-header, body.pricing .optimum-header {
    padding-bottom: 4px; } }
@media (max-width: 767px) {
  body.pricing .plan.accelerator {
    margin-top: 50px; }
  body.pricing .details-col {
    clear: both;
    padding-left: 20px; }
  body.pricing .plan-features-list .standard-header h4, body.pricing .plan-features-list .accelerator-header h4, body.pricing .plan-features-list .optimum-header h4 {
    font-size: 12px; }
  body.pricing .plan-features-list .standard-header p, body.pricing .plan-features-list .standard-header a, body.pricing .plan-features-list .accelerator-header p, body.pricing .plan-features-list .accelerator-header a, body.pricing .plan-features-list .optimum-header p, body.pricing .plan-features-list .optimum-header a {
    font-size: 12px;
    line-height: 0.9em; }
  body.pricing .details {
    padding-top: 10px;
    padding-bottom: 6px;
    width: 40%;
    font-size: 13px; }
  body.pricing .standard-col, body.pricing .accelerator-col, body.pricing .optimum-col {
    padding-bottom: 85px;
    width: 18%; }
  body.pricing .standard-header, body.pricing .accelerator-header, body.pricing .optimum-header {
    padding-bottom: 4px;
    width: 18%; }
  body.pricing .subtitle-col img {
    display: none; }
  body.pricing .subtitle-col h3 {
    margin: 8px 0 0 20px; } }
.modal.video .modal-body {
  padding: 0; }
  .modal.video .modal-body button.close {
    display: none; }

@media (max-width: 767px) {
  .container-fluid.norm.customers.testimonials .span10.offset1 {
    padding-bottom: 4em; }
    .container-fluid.norm.customers.testimonials .span10.offset1 img {
      float: none;
      display: block;
      margin: 1em auto; }
    .container-fluid.norm.customers.testimonials .span10.offset1 blockquote {
      font-size: 1rem;
      font-weight: 400; }
    .container-fluid.norm.customers.testimonials .span10.offset1 blockquote:before {
      font-size: 3rem;
      left: -19px;
      top: -4px; }
  .container-fluid.norm.customers.testimonials .customer-header .span4 {
    margin: 0.2em auto;
    max-width: 280px; } }
.standard.signup form.new_account {
  margin: 0 auto;
  padding: 1em 0;
  width: 80%; }
  .standard.signup form.new_account input {
    width: 65%; }
  .standard.signup form.new_account select {
    width: 68.2%; }
  .standard.signup form.new_account label {
    display: inline-block;
    padding-right: 5px;
    width: 23%;
    text-align: right; }
    .standard.signup form.new_account label .required {
      margin: 0;
      color: red; }
  .standard.signup form.new_account p {
    margin: 0;
    position: relative; }
    .standard.signup form.new_account p a {
      color: #7e7e7e;
      border-bottom: 1px solid #e8e8e8; }
      .standard.signup form.new_account p a:hover {
        text-decoration: none;
        color: #373a3c; }
    .standard.signup form.new_account p label.error {
      width: 65%;
      color: red;
      margin-left: 125px;
      margin-top: -5px;
      margin-bottom: 10px;
      text-align: left; }
  .standard.signup form.new_account p.agreement {
    font-size: 13px;
    color: #7e7e7e;
    text-align: center;
    padding: 20px 0; }
  .standard.signup form.new_account p.referral_code {
    font-size: 13px;
    color: #7e7e7e; }
  .standard.signup form.new_account p.referral_code_link {
    font-size: 12px;
    color: #7e7e7e;
    margin-left: 26%; }
  .standard.signup form.new_account p.submit {
    margin-left: 25%;
    margin-top: 8px;
    margin-bottom: 10px;
    width: 74%; }
    .standard.signup form.new_account p.submit .btn {
      width: 242px;
      font-size: 15px;
      padding: 10px 15px; }
  .standard.signup form.new_account p.create {
    margin: 1em 0 0; }
    .standard.signup form.new_account p.create button {
      margin-bottom: 12px; }
  .standard.signup form.new_account .fieldWithErrors > label {
    color: red; }
  .standard.signup form.new_account .fieldWithErrors > input {
    border-color: red; }

.standard .rightcol {
  background-image: url("/images/marketing/side_gradient2.jpg");
  background-position: left 0;
  background-repeat: no-repeat;
  padding: 0em 0.25em 4em 2.5em;
  box-shadow: inset -10px -10px 10px rgba(255, 255, 255, 0.9); }
  .standard .rightcol h3 {
    font-size: 1.2rem !important;
    font-weight: 700 !important;
    line-height: 1.3em !important;
    margin: 0 0 0.4em !important; }
  .standard .rightcol ul {
    list-style-type: none; }
  .standard .rightcol ul.nomargin {
    margin-left: 0 !important; }

@media (max-width: 767px) {
  .standard .rightcol {
    background-image: none;
    padding: 0 0 2em 0; }
    .standard .rightcol ul {
      margin-left: 0 !important; }

  .standard.signup form.new_account {
    width: 92%; } }
@media (max-width: 932px) {
  .standard.signup form.new_account label {
    text-align: left; } }
.container-fluid.support h4 {
  color: #7e7e7e;
  font-size: 0.9rem;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  margin: 2em 0 1.5em; }
.container-fluid.support ul.faq {
  font-size: 1.2rem;
  list-style-type: none;
  margin: 0 0 3em 0; }
  .container-fluid.support ul.faq li {
    line-height: 1.5em;
    margin-bottom: 0.8em; }
.container-fluid.support .rightcol {
  text-align: center; }
  .container-fluid.support .rightcol .icon-mobile-phone, .container-fluid.support .rightcol .icon-globe {
    font-size: 1.5rem;
    margin-bottom: 7px;
    color: #999;
    display: block; }
  .container-fluid.support .rightcol h4 {
    margin: 0;
    font-size: 0.75rem; }
  .container-fluid.support .rightcol h4.phone {
    font-size: 1.9rem;
    font-weight: 400;
    letter-spacing: -0.02em;
    margin: 0.8em 0; }
  .container-fluid.support .rightcol h3.email > a, .container-fluid.support .rightcol h3.chat > a {
    margin-top: 1em;
    display: block;
    font-size: 1.2rem;
    font-weight: 400; }
  .container-fluid.support .rightcol h3.chat {
    padding-bottom: 2em; }
  .container-fluid.support .rightcol h3.email {
    margin-top: 1.5em; }
    .container-fluid.support .rightcol h3.email .little {
      font-size: 0.9rem;
      display: block;
      margin-top: -4px;
      position: relative; }
  .container-fluid.support .rightcol ul {
    text-align: left;
    list-style-type: none;
    margin-left: 24%; }
  .container-fluid.support .rightcol ul > li {
    line-height: 3em;
    text-transform: uppercase;
    font-size: 0.8rem;
    font-weight: 700;
    letter-spacing: 0.03em; }

.standard.contact form#contact_us {
  width: 85%; }
  .standard.contact form#contact_us label, .standard.contact form#contact_us button {
    font-size: 1.2em;
    margin-top: 20px; }
    .standard.contact form#contact_us label.error, .standard.contact form#contact_us button.error {
      color: red;
      margin-top: 0; }
  .standard.contact form#contact_us input, .standard.contact form#contact_us textarea {
    display: block;
    width: 100%; }
    .standard.contact form#contact_us input.error, .standard.contact form#contact_us textarea.error {
      border-color: red; }
  .standard.contact form#contact_us .g-recaptcha {
    margin-top: 20px; }
  .standard.contact form#contact_us p#server-error {
    color: red;
    margin: 20px 0 0 0; }
.standard.contact .maps {
  border-top: 1px solid #e8e8e8;
  padding: 6em 0 2em; }
  .standard.contact .maps img {
    border: 3px solid #e8e8e8; }
  .standard.contact .maps .map-location {
    margin-top: 14px;
    margin-bottom: 30px; }
    .standard.contact .maps .map-location a {
      color: #7e7e7e;
      font-size: 0.9rem;
      line-height: 1.5em; }

@media (max-width: 979px) {
  .standard.contact .maps {
    padding: 2em 0; } }
.container-fluid.dev .standard .table th, .container-fluid.dev .standard .table td {
  font-size: 0.8rem;
  padding: 1em;
  max-width: 100px;
  word-wrap: break-word; }
.container-fluid.dev .standard .subnav h3 {
  margin: 12px 0 0; }
.container-fluid.dev .standard .subnav ul {
  margin: 0; }

.container-fluid.norm.yeomans .span12 > h1 {
  color: rgba(255, 255, 255, 0.6);
  font-family: "proxima-nova", arial, sans-serif;
  font-size: 6rem;
  letter-spacing: 3px;
  font-weight: 700;
  padding: 1.8em 1em 3.4em; }
  .container-fluid.norm.yeomans .span12 > h1 .bread {
    bottom: -40px; }

.container-fluid.wideload.stripe.yeo {
  padding: 22% 2em 23%;
  background-position: center center; }
  .container-fluid.wideload.stripe.yeo h3 {
    color: rgba(255, 255, 255, 0.8);
    font-family: "proxima-nova", arial, sans-serif;
    font-size: 2rem;
    font-weight: 700;
    letter-spacing: 0.1em;
    line-height: 1.1em;
    text-transform: uppercase; }

.container-fluid.wideload.stripe.y1 {
  background-image: url("/images/marketing/yeomans-y.jpg"); }

.container-fluid.wideload.stripe.y2 {
  background-image: url("/images/marketing/yeomans-e.jpg"); }

.container-fluid.wideload.stripe.y3 {
  background-image: url("/images/marketing/yeomans-o.jpg"); }

.container-fluid.wideload.stripe.y4 {
  background-image: url("/images/marketing/yeomans-m.jpg"); }

.container-fluid.wideload.stripe.y5 {
  background-image: url("/images/marketing/yeomans-a.jpg"); }

.container-fluid.wideload.stripe.y6 {
  background-image: url("/images/marketing/yeomans-n.jpg"); }

.container-fluid.wideload.stripe.y7 {
  background-image: url("/images/marketing/yeomans-s.jpg"); }

@media (max-width: 767px) {
  .container-fluid.norm.yeomans .span12 > h1 .bread {
    bottom: -8px; }

  .container-fluid.wideload.stripe.yeo {
    background-position: center top;
    background-size: cover;
    background-size: auto 100%; }
    .container-fluid.wideload.stripe.yeo h3 {
      font-size: 2rem;
      line-height: 1.1em;
      padding: 12% 0.3em 14%; } }
.integrations h1 {
  padding-bottom: 1.6em !important; }
.integrations a {
  color: #373a3c;
  margin-bottom: 5em;
  display: block; }
  .integrations a img {
    max-width: 230px;
    display: block;
    margin: 0 auto; }
.integrations p {
  margin-bottom: 1.6em !important; }

.webinars blockquote {
  padding: 0.8em 1em 0 0; }
.webinars .table th, .webinars .table td {
  font-size: 1rem;
  padding: 0.65em 0.3em; }
.webinars .span8 {
  padding-right: 1em; }
.webinars .rightcol {
  text-align: center; }
  .webinars .rightcol ul {
    text-align: left;
    list-style-type: none;
    margin: 1em 0 2.4em !important; }
  .webinars .rightcol ul > li {
    line-height: 3em;
    text-transform: uppercase;
    font-size: 0.8rem;
    font-weight: 700;
    letter-spacing: 0.03em; }
  .webinars .rightcol h4 {
    color: #7e7e7e;
    font-size: 0.75rem;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    margin: 2em 0 0.5em; }
  .webinars .rightcol h4.phone {
    font-size: 1.9rem;
    font-weight: 400;
    letter-spacing: -0.02em;
    margin: 0.2em 0; }
  .webinars .rightcol h4.hours {
    margin: 0.2em 0 0; }
  .webinars .rightcol span > i {
    color: #666666;
    display: block;
    font-size: 1rem;
    margin-bottom: -14px; }
  .webinars .rightcol .divider {
    margin: 2em;
    padding: 0 1em 0;
    border-bottom: 1px solid #E8E8E8; }
  .webinars .rightcol h3.chat > a {
    font-weight: 400; }
  .webinars .rightcol h3.email {
    font-size: 13px !important;
    margin: 0 !important;
    color: #666; }
    .webinars .rightcol h3.email .little {
      font-size: 0.9rem;
      display: block;
      margin-top: -4px; }
  .webinars .rightcol h3.email > a {
    display: block;
    font-size: 1.2rem !important;
    font-weight: 400;
    margin-top: 0.5em !important; }
  .webinars .rightcol h3.existing {
    font-size: 1.2rem !important;
    line-height: 1.3em !important;
    margin: 0 0 0.4em !important;
    padding-top: 1.2em !important; }
  .webinars .rightcol h3.existing > a {
    font-weight: 400; }
.webinars #webinar_invite_form {
  padding: 2em 1em 0.3em 1em;
  display: block;
  margin: 0 0 2em;
  vertical-align: top;
  text-align: center;
  border-radius: 6px;
  background-color: #e8e8e8; }
  .webinars #webinar_invite_form h3 {
    font-size: 0.8rem;
    text-transform: uppercase;
    font-weight: 700;
    display: inline-block;
    letter-spacing: 0.04em; }
  .webinars #webinar_invite_form button {
    margin-top: -11px; }

@media (max-width: 767px) {
  .webinars input {
    margin-bottom: 20px; } }
@media (min-width: 979px) {
  .wideload.container-fluid h1 {
    padding: 0.9em 2em 1.4em; } }
@media (max-width: 979px) {
  .container-fluid.norm {
    padding: 0; }
    .container-fluid.norm > .span12 {
      box-shadow: none;
      min-height: 10em;
      padding: 0;
      border-radius: 0;
      width: 100%;
      left: 0; }

  .container-fluid .standard .span9.features {
    width: 100% !important; } }
@media (max-width: 979px) {
  .container-fluid.wideload.norm .span12 h1 {
    padding: 2em 0.5em 2em; }

  .modal-open.page-overflow .page-container .navbar-fixed-top, .modal-open.page-overflow .page-container .navbar-fixed-bottom {
    overflow-y: visible; }

  .container-fluid.wideload.norm.feature h1 {
    font-size: inherit !important;
    padding: inherit !important;
    margin-top: 90px; } }
@media (max-width: 767px) {
  .wideload.container-fluid h1 {
    margin-top: 60px; }

  .container-fluid.wideload.norm {
    background-attachment: scroll;
    background-size: 170% auto; }
    .container-fluid.wideload.norm .span12 h1 {
      font-size: 21px;
      padding: 0.6em 2em 2em; }

  .peepmodal .modal-body {
    min-height: none; }
    .peepmodal .modal-body .pic {
      bottom: -17px;
      margin: 0 auto;
      position: relative; }
      .peepmodal .modal-body .pic img {
        border: 2px solid white; }
    .peepmodal .modal-body h1 {
      display: block;
      margin: 0; }
    .peepmodal .modal-body .details {
      padding: 0; }
    .peepmodal .modal-body dl {
      padding: 0.5em 1em 0; }
    .peepmodal .modal-body dt {
      display: block;
      float: left;
      font-weight: bold;
      margin-left: 1em;
      text-align: left;
      margin-right: 7px;
      width: auto; }
    .peepmodal .modal-body dd {
      margin: 0;
      padding-bottom: 1em;
      padding-left: 1em; } }
@media (max-width: 560px) {
  .peepmodal .modal-body dl {
    padding: 0.5em 0.5em 0; }
  .peepmodal .modal-body dd {
    padding-right: 0; } }
@media (min-width: 1200px) {
  .container-fluid.wideload h1 {
    font-size: 3.1em; } }
@media (min-width: 1500px) {
  .container-fluid.wideload h1 {
    font-size: 3rem; } }
.modal-open {
  overflow: hidden; }
  .modal-open.page-overflow .page-container {
    overflow-y: scroll; }
    .modal-open.page-overflow .page-container .navbar-fixed-top, .modal-open.page-overflow .page-container .navbar-fixed-bottom {
      overflow-y: scroll; }
  .modal-open.page-overflow .modal-scrollable {
    overflow-y: scroll; }

.modal-scrollable {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  overflow: auto; }

.modal {
  outline: none;
  position: absolute;
  margin-top: 0;
  margin-left: -380px;
  top: 50%;
  width: 800px;
  overflow: visible;
  border-radius: 0; }
  .modal.fade {
    top: -100%;
    -webkit-transition: opacity 0.3s linear, top 0.3s ease-out, bottom 0.3s ease-out, margin-top 0.3s ease-out;
    -moz-transition: opacity 0.3s linear, top 0.3s ease-out, bottom 0.3s ease-out, margin-top 0.3s ease-out;
    -o-transition: opacity 0.3s linear, top 0.3s ease-out, bottom 0.3s ease-out, margin-top 0.3s ease-out;
    transition: opacity 0.3s linear, top 0.3s ease-out, bottom 0.3s ease-out, margin-top 0.3s ease-out; }
    .modal.fade.in {
      top: 50%; }

.modal-body {
  max-height: none;
  overflow: visible; }

.modal.modal-absolute {
  position: absolute;
  z-index: 950; }
.modal .loading-mask {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #fff;
  border-radius: 6px; }

.modal-backdrop {
  opacity: 0.7;
  filter: alpha(opacity=80);
  background: #000; }
  .modal-backdrop.modal-absolute {
    position: absolute;
    z-index: 940; }
  .modal-backdrop.fade.in {
    opacity: 0.7;
    filter: alpha(opacity=80);
    background: #000; }

.modal.container {
  width: 940px;
  margin-left: -470px; }

.modal-overflow.modal {
  top: 1%; }
  .modal-overflow.modal.fade {
    top: -100%; }
    .modal-overflow.modal.fade.in {
      top: 1%; }
.modal-overflow .modal-body {
  overflow: auto;
  -webkit-overflow-scrolling: touch; }

@media (min-width: 1200px) {
  .modal.container {
    width: 1170px;
    margin-left: -585px; } }
@media (max-width: 865px) {
  .peepmodal .modal-body {
    background-size: auto 270px; }
    .peepmodal .modal-body .pic {
      padding-top: 6%;
      padding-bottom: 13px; }

  .modal {
    top: 1%;
    right: 1%;
    left: 1%;
    bottom: auto;
    width: auto !important;
    height: auto !important;
    margin: 0 !important;
    padding: 0 !important; }
    .modal.container, .modal.modal-overflow {
      top: 1%;
      right: 1%;
      left: 1%;
      bottom: auto;
      width: auto !important;
      height: auto !important;
      margin: 0 !important;
      padding: 0 !important; }
    .modal.fade.in, .modal.container.fade.in, .modal.modal-overflow.fade.in {
      top: 1%;
      bottom: auto; }

  .modal-body, .modal-overflow .modal-body {
    position: static;
    margin: 0;
    height: auto !important;
    max-height: none !important;
    overflow: visible !important; }

  .modal-footer, .modal-overflow .modal-footer {
    position: static; } }
@media only screen and (min-width: 596px) and (max-width: 865px) {
  .peepmodal .modal-body {
    background-position: 0 -286px;
    background-size: auto 397px; } }
.flip i {
  font-size: 11px; }

#loading {
  background: white;
  height: 100%;
  width: 100%;
  position: fixed;
  z-index: 1000; }

.integrations .span4 {
  padding: 20px;
  border: 1px solid transparent; }
  .integrations .span4:hover {
    border: 1px solid #e8e8e8; }
  .integrations .span4 a:hover {
    text-decoration: none !important; }

.container-fluid.norm.wideload.press {
  background-image: url("/images/marketing/background-coffee.jpg"); }
  .container-fluid.norm.wideload.press .standard {
    padding: 3em 3em 6em; }
  .container-fluid.norm.wideload.press .press-contact > img {
    border-radius: 50%;
    max-width: 90%; }
  .container-fluid.norm.wideload.press .right-sidebar {
    background-image: url("/images/marketing/side_gradient-right.jpg");
    background-position: left 0;
    background-repeat: no-repeat;
    min-height: 76em;
    padding-left: 5%; }
    .container-fluid.norm.wideload.press .right-sidebar p {
      font-size: 14px;
      word-wrap: break-word; }
    .container-fluid.norm.wideload.press .right-sidebar .logo-download > img {
      max-width: 120px;
      border: 1px solid #e8e8e8; }
    .container-fluid.norm.wideload.press .right-sidebar .lower-side h3 {
      border-top: 1px solid #e8e8e8;
      padding-top: 20px;
      margin-top: 10px;
      line-height: 1.2em; }
    .container-fluid.norm.wideload.press .right-sidebar h4 {
      margin: 0;
      font-size: 12px;
      text-transform: uppercase;
      color: #666;
      letter-spacing: 0.05em; }
  .container-fluid.norm.wideload.press h3 {
    margin: 0 0 0.2em; }
  .container-fluid.norm.wideload.press .news-links {
    list-style-type: none;
    margin-left: 0; }
    .container-fluid.norm.wideload.press .news-links li {
      margin-bottom: 18px; }
      .container-fluid.norm.wideload.press .news-links li label {
        color: #666;
        font-size: 12px;
        text-transform: uppercase;
        margin: 0;
        font-weight: 700; }
      .container-fluid.norm.wideload.press .news-links li a {
        line-height: 1.3em; }

@media all and (max-width: 768px) {
  .container-fluid.norm.wideload.press .standard {
    padding: 2em; }
  .container-fluid.norm.wideload.press .right-sidebar {
    background-image: none;
    min-height: 0;
    padding: 0;
    text-align: center; }
  .container-fluid.norm.wideload.press .press-contact > img {
    max-width: 120px; } }
.container-fluid.wideload.norm.adwords_landings {
  background-image: url("/images/marketing/content-background-support.jpg");
  border-bottom: 1px solid #e8e8e8;
  min-height: 0; }
  .container-fluid.wideload.norm.adwords_landings .standard {
    padding-bottom: 0; }
    .container-fluid.wideload.norm.adwords_landings .standard .pad img {
      top: -4px;
      position: relative; }
    .container-fluid.wideload.norm.adwords_landings .standard .rightcol {
      padding: 0em 0 1em 1em;
      box-shadow: none;
      background-position: 10% 0; }
    .container-fluid.wideload.norm.adwords_landings .standard form {
      padding: 0 0 0 1.1em;
      width: 100%;
      text-align: center; }
      .container-fluid.wideload.norm.adwords_landings .standard form .submit {
        margin-left: 11%;
        text-align: center;
        width: auto; }
      .container-fluid.wideload.norm.adwords_landings .standard form .or {
        margin: 0 auto; }
      .container-fluid.wideload.norm.adwords_landings .standard form p.referral_code_link {
        display: none; }
      .container-fluid.wideload.norm.adwords_landings .standard form input[type="text"], .container-fluid.wideload.norm.adwords_landings .standard form input[type="password"] {
        margin-bottom: 4px;
        width: 142px;
        vertical-align: top; }
      .container-fluid.wideload.norm.adwords_landings .standard form select {
        margin-bottom: 5px;
        width: 157px; }
      .container-fluid.wideload.norm.adwords_landings .standard form label {
        width: 98px;
        text-align: right; }
      .container-fluid.wideload.norm.adwords_landings .standard form p.submit .btn {
        width: 222px;
        padding: 10px 15px; }
      .container-fluid.wideload.norm.adwords_landings .standard form p.agreement {
        font-size: 12px;
        padding: 20px 12%;
        line-height: 1.2em; }
    .container-fluid.wideload.norm.adwords_landings .standard h2 {
      font-size: 1.3em;
      font-weight: 300;
      line-height: 1.5em;
      margin-bottom: 0.7em; }
    .container-fluid.wideload.norm.adwords_landings .standard .text {
      font-size: 1.3em;
      font-weight: 300;
      margin-bottom: 1em; }
    .container-fluid.wideload.norm.adwords_landings .standard i {
      margin-top: 3px;
      display: block;
      margin-left: 9px; }

body.the-relationships-app .container-fluid.why, body.small-business-crm .container-fluid.why, body.sales-productivity .container-fluid.why {
  padding: 70px 10px 55px; }
  body.the-relationships-app .container-fluid.why img, body.small-business-crm .container-fluid.why img, body.sales-productivity .container-fluid.why img {
    max-width: 60px;
    margin-bottom: 12px; }
    body.the-relationships-app .container-fluid.why img.g, body.small-business-crm .container-fluid.why img.g, body.sales-productivity .container-fluid.why img.g {
      max-width: 150px;
      margin-bottom: -6px;
      top: -10px;
      position: relative; }
  body.the-relationships-app .container-fluid.why p, body.small-business-crm .container-fluid.why p, body.sales-productivity .container-fluid.why p {
    line-height: 1.8em;
    font-size: 1.1em;
    padding: 0 30px; }
body.the-relationships-app .container-fluid.apps, body.small-business-crm .container-fluid.apps, body.sales-productivity .container-fluid.apps {
  border-bottom: 1px solid #ccc; }
  body.the-relationships-app .container-fluid.apps .crm, body.small-business-crm .container-fluid.apps .crm, body.sales-productivity .container-fluid.apps .crm {
    margin-top: -3em;
    position: relative; }
  body.the-relationships-app .container-fluid.apps .shift, body.small-business-crm .container-fluid.apps .shift, body.sales-productivity .container-fluid.apps .shift {
    margin-top: 5em;
    padding: 0 5%; }
body.the-relationships-app .container-fluid.callouts, body.small-business-crm .container-fluid.callouts, body.sales-productivity .container-fluid.callouts {
  padding: 3em 3% 4em;
  background: #fff; }
  body.the-relationships-app .container-fluid.callouts img, body.small-business-crm .container-fluid.callouts img, body.sales-productivity .container-fluid.callouts img {
    max-width: 60px;
    margin-bottom: 20px; }
  body.the-relationships-app .container-fluid.callouts p, body.small-business-crm .container-fluid.callouts p, body.sales-productivity .container-fluid.callouts p {
    margin-bottom: 20px; }
body.the-relationships-app .container-fluid.wideload.norm.adwords_landings p.centered, body.small-business-crm .container-fluid.wideload.norm.adwords_landings p.centered, body.sales-productivity .container-fluid.wideload.norm.adwords_landings p.centered {
  font-size: 1.2em;
  color: #fff;
  padding: 0 5% 30px; }
body.the-relationships-app .container-fluid.wideload.norm.adwords_landings .rightcol h3, body.small-business-crm .container-fluid.wideload.norm.adwords_landings .rightcol h3, body.sales-productivity .container-fluid.wideload.norm.adwords_landings .rightcol h3 {
  text-align: center;
  font-size: 15px !important; }

body.small-business-crm .container-fluid.wideload.norm.adwords_landings h1, body.sales-productivity .container-fluid.wideload.norm.adwords_landings h1 {
  padding-bottom: 0; }
body.small-business-crm .container-fluid.casestudies, body.sales-productivity .container-fluid.casestudies {
  background: #fff;
  padding: 4em 0 1em; }
  body.small-business-crm .container-fluid.casestudies img, body.sales-productivity .container-fluid.casestudies img {
    max-height: 70px;
    margin-bottom: 14px; }
  body.small-business-crm .container-fluid.casestudies .btn, body.sales-productivity .container-fluid.casestudies .btn {
    margin-bottom: 3em; }

body.sales-productivity .container-fluid.wideload.norm.adwords_landings {
  border: 0; }
  body.sales-productivity .container-fluid.wideload.norm.adwords_landings h2 {
    margin-bottom: 4px;
    font-size: 1.4em;
    font-weight: 400;
    line-height: 1.4em; }
  body.sales-productivity .container-fluid.wideload.norm.adwords_landings p {
    margin-bottom: 8px;
    font-size: 1.1em;
    color: #666; }
  body.sales-productivity .container-fluid.wideload.norm.adwords_landings .standard .row-fluid {
    margin-bottom: 4em; }
    body.sales-productivity .container-fluid.wideload.norm.adwords_landings .standard .row-fluid:last-of-type {
      margin-bottom: 0;
      padding-bottom: 2em; }

@media (max-width: 1060px) {
  .container-fluid.wideload.norm.adwords_landings .standard form input[type="text"], .container-fluid.wideload.norm.adwords_landings .standard form input[type="password"] {
    width: 34%; }
  .container-fluid.wideload.norm.adwords_landings .standard form select {
    width: 39%; }
  .container-fluid.wideload.norm.adwords_landings .standard form label {
    width: 33%; }
  .container-fluid.wideload.norm.adwords_landings .standard form .submit {
    margin-left: 0; }

  .apps .crm {
    margin-top: 1em !important; }
  .apps .shift {
    margin-top: 0 !important;
    padding: 0 5%; } }
@media (max-width: 767px) {
  .container-fluid.wideload.norm.adwords_landings .standard .span1, .container-fluid.wideload.norm.adwords_landings .standard .text {
    display: inline; }
  .container-fluid.wideload.norm.adwords_landings .standard .pad {
    margin-bottom: 10px; }
  .container-fluid.wideload.norm.adwords_landings .standard label {
    width: 33%;
    text-align: right; }
  .container-fluid.wideload.norm.adwords_landings .standard .row img {
    max-width: 5%; }

  .container-fluid.wideload.norm.adwords_landings form {
    max-width: auto;
    padding-top: 2em;
    text-align: left !important;
    margin: 0 !important;
    padding-left: 0 !important; }
    .container-fluid.wideload.norm.adwords_landings form select {
      width: 36% !important; } }
@media (min-width: 1060px) {
  p.submit {
    margin-left: 11%; } }
.logomark {
  max-width: 150px;
  margin: 0 auto;
  display: block;
  margin-top: 2em; }

.container-fluid.wideload.norm.sales-funnel {
  background-image: url("/images/marketing/content-background-support.jpg");
  min-height: 0; }
  .container-fluid.wideload.norm.sales-funnel h2 {
    font-size: 1.7em;
    margin-bottom: 1.4em;
    color: #666; }
  .container-fluid.wideload.norm.sales-funnel p {
    font-size: 1.3em; }

.container-fluid.wideload.norm.no-min {
  min-height: 0;
  background: #fff; }
  .container-fluid.wideload.norm.no-min .text {
    padding: 4em 0 3em; }
    .container-fluid.wideload.norm.no-min .text h2 {
      font-size: 1.6em;
      line-height: 1.2em; }
  .container-fluid.wideload.norm.no-min .image-bg {
    background-image: url("/images/marketing/sales-funnel-management.jpg");
    background-repeat: no-repeat;
    background-position: 100% 0;
    background-size: auto 100%; }
  .container-fluid.wideload.norm.no-min .standard {
    border: 0;
    min-height: 0;
    padding-bottom: 3em; }
  .container-fluid.wideload.norm.no-min .data {
    font-size: 4em;
    color: #999;
    letter-spacing: -0.065em;
    font-weight: 300;
    display: block;
    margin-bottom: 20px; }
  .container-fluid.wideload.norm.no-min .callouts {
    padding-top: 3em; }

@media (max-width: 1080px) {
  .container-fluid.wideload.norm.no-min .image-bg {
    background-position: 460px 0; } }
@media (max-width: 890px) {
  .container-fluid.wideload.norm.no-min .image-bg {
    background-position: 370px 0; } }
@media (max-width: 767px) {
  .container-fluid.wideload.norm.no-min .image-bg {
    background-position: center bottom;
    background-size: 480px auto; }
    .container-fluid.wideload.norm.no-min .image-bg .blank {
      display: block;
      min-height: 330px; }
    .container-fluid.wideload.norm.no-min .image-bg .text {
      padding: 3em 10% 3em; } }
@media (min-width: 970px) {
  .container-fluid.wideload.norm.no-min .image-bg {
    background-size: auto 120%; } }
.full-width {
  background-image: url("/images/marketing/background-gorge.jpg");
  background-attachment: fixed;
  background-position: center 0;
  background-repeat: no-repeat;
  background-size: cover;
  max-width: none;
  padding-top: 4em;
  padding-bottom: 4em; }
  .full-width h2 {
    color: white;
    font-size: 1.6em;
    line-height: 1.7em; }
  .full-width p {
    color: #fff;
    font-size: 1.2em;
    line-height: 1.7em;
    padding: 0 20px; }
  .full-width img {
    max-height: 500px; }
  .full-width.two {
    background-image: url("/images/marketing/checklist.jpg"); }

.standard .checkmarks {
  list-style-image: url("/images/marketing/checkmark.png");
  margin-left: 1.5em; }

.container-fluid.norm.classes .standard ul, .container-fluid.norm.classes .standard ol, .container-fluid.norm.classes .standard p {
  margin-bottom: 0; }
.container-fluid.norm.classes .standard ol {
  margin-left: 1em; }
.container-fluid.norm.classes .standard .wistia_responsive_padding {
  margin-bottom: 30px; }
.container-fluid.norm.classes .standard h2 {
  font-size: 18px;
  font-weight: 400;
  text-align: center;
  color: #666;
  margin-bottom: 10px; }
.container-fluid.norm.classes .standard h3 {
  text-align: center;
  font-size: 15px;
  font-weight: 400;
  text-align: center;
  padding: 0 10% 20px; }
.container-fluid.norm.classes .standard .ill {
  max-width: 50px;
  margin: 0 auto;
  display: block; }
.container-fluid.norm.classes .standard .class {
  background: #f8f8f8;
  padding: 20px 20px 15px;
  margin-bottom: 20px;
  -webkit-transition: all 0.1s linear;
  -moz-transition: all 0.1s linear;
  -o-transition: all 0.1s linear;
  transition: all 0.1s linear;
  border-radius: 4px; }
  .container-fluid.norm.classes .standard .class:hover {
    box-shadow: 0px 8px 30px rgba(0, 0, 0, 0.15); }
  .container-fluid.norm.classes .standard .class .track {
    text-transform: uppercase;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.08em;
    color: #999; }
  .container-fluid.norm.classes .standard .class h4 {
    margin: 0;
    color: #666;
    font-weight: 700;
    font-size: 19px;
    letter-spacing: -0.02em; }
  .container-fluid.norm.classes .standard .class p {
    font-size: 13px;
    line-height: 1.5em;
    margin: 6px 0 0;
    color: #666; }
    .container-fluid.norm.classes .standard .class p span {
      color: #999;
      font-size: 13px; }
  .container-fluid.norm.classes .standard .class .links {
    margin-top: 7px;
    margin-bottom: 0; }
    .container-fluid.norm.classes .standard .class .links a {
      font-size: 12px;
      margin-right: 10px;
      text-transform: uppercase;
      font-weight: 700;
      letter-spacing: 0.03em;
      display: inline-block; }
  .container-fluid.norm.classes .standard .class .btn {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 13px;
    padding: 6px 10px 4px;
    letter-spacing: 0.04em;
    color: rgba(255, 255, 255, 0.9);
    background: #0076bc; }

body.classes .class-landing {
  height: 90vh;
  max-width: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  box-orient: vertical;
  -webkit-box-direction: normal;
  -moz-box-direction: normal;
  box-direction: normal;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  -ms-flex-direction: column;
  -webkit-box-lines: single;
  -moz-box-lines: single;
  box-lines: single;
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  box-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center;
  background-image: url("/images/marketing/increase-productivity.jpg");
  color: #fff;
  text-align: center; }
  body.classes .class-landing.alt-bg1 {
    background-image: url("/images/marketing/table-laptop-coffee.jpg"); }
  body.classes .class-landing .circle-logo {
    max-width: 40px; }
  body.classes .class-landing h1 {
    text-transform: uppercase;
    font-size: 52px;
    font-weight: 700;
    margin: 40px 10% 30px; }
  body.classes .class-landing h3 {
    text-transform: uppercase;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.1em;
    opacity: 0.8; }
  body.classes .class-landing ul, body.classes .class-landing p {
    list-style-type: none;
    text-align: left;
    max-width: 430px;
    margin: 20px auto; }
    body.classes .class-landing ul li, body.classes .class-landing p li {
      font-size: 15px; }
  body.classes .class-landing .datetime {
    text-transform: uppercase;
    margin-bottom: 15px;
    font-weight: 700;
    letter-spacing: 0.04em;
    font-size: 13px; }
  body.classes .class-landing .btn {
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 70px;
    font-size: 15px;
    padding-top: 13px;
    letter-spacing: 0.04em;
    color: rgba(255, 255, 255, 0.9); }
body.classes .class-landing-presenter {
  text-align: center;
  margin-top: -40px; }
  body.classes .class-landing-presenter h5 {
    font-size: 10px;
    text-transform: uppercase;
    letter-spacing: 0.03em;
    opacity: 0.7;
    margin: 10px 0 0; }
  body.classes .class-landing-presenter h6 {
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 0.03em;
    opacity: 0.8;
    margin: 0; }
  body.classes .class-landing-presenter p {
    max-width: 410px;
    margin: 6px auto 100px;
    font-size: 13px;
    opacity: 0.6; }
  body.classes .class-landing-presenter .presenter-pic {
    max-width: 70px;
    border-radius: 50%;
    border: 3px solid rgba(255, 255, 255, 0.9); }

.content-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 35px;
  height: 0;
  overflow: hidden; }
  .content-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

@media (max-width: 865px) {
  .modal.classes-register .content-container {
    min-height: 200px; } }
.container-fluid.wideload.alt-feature-pg {
  background-image: url("/images/marketing/content-background-support.jpg"); }
  .container-fluid.wideload.alt-feature-pg h1 {
    padding-bottom: 0 !important;
    padding-top: 4em !important; }
  .container-fluid.wideload.alt-feature-pg h2 {
    color: #fff;
    text-align: center;
    font-size: 20px;
    padding: 0 0.5em 5em; }
  .container-fluid.wideload.alt-feature-pg ul {
    list-style-type: none; }
  .container-fluid.wideload.alt-feature-pg .pull-up {
    margin-top: -80px;
    margin-bottom: 30px; }
  .container-fluid.wideload.alt-feature-pg .hero-small {
    padding: 3em 0 2em;
    margin-top: 2em; }
    .container-fluid.wideload.alt-feature-pg .hero-small p {
      font-size: 1.4em; }
  .container-fluid.wideload.alt-feature-pg .group {
    margin-top: 4em; }
    .container-fluid.wideload.alt-feature-pg .group h4 {
      font-weight: 400; }
    .container-fluid.wideload.alt-feature-pg .group span.icon {
      background-image: url("/images/marketing/qb-integration-icons.svg");
      display: block;
      width: 70px;
      height: 50px;
      background-size: 110% auto;
      margin: 0 auto; }
      .container-fluid.wideload.alt-feature-pg .group span.icon.one {
        background-position: 0px -71px; }
      .container-fluid.wideload.alt-feature-pg .group span.icon.two {
        background-position: 0px -5px; }
      .container-fluid.wideload.alt-feature-pg .group span.icon.three {
        background-position: 0px -129px; }
      .container-fluid.wideload.alt-feature-pg .group span.icon.four {
        background-position: 0px -193px; }

@media (max-width: 767px) {
  .container-fluid.wideload.alt-feature-pg h1 {
    padding-top: 2.4em !important; } }
.container-fluid.signup.alt-feature-pg {
  display: block; }
  .container-fluid.signup.alt-feature-pg h2 {
    font-size: 1.7rem; }

.container-fluid.wideload.coffee-bg {
  background-image: url("/images/marketing/increase-productivity.jpg"); }

.two-col-landing {
  height: 100%;
  min-height: 100%;
  background-image: url("/images/marketing/increase-productivity.jpg");
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
  color: #fff;
  width: 100%; }
  .two-col-landing .row-fluid {
    max-width: none; }
  .two-col-landing .content {
    text-align: center;
    margin: 0 26% 0 0;
    padding: 8% 0 0;
    width: 70%; }
  .two-col-landing ul {
    list-style-type: none;
    margin: 0 0 20px 4%; }
    .two-col-landing ul li {
      margin-bottom: 8px; }
      .two-col-landing ul li i {
        font-size: 80%; }
  .two-col-landing p, .two-col-landing ul {
    font-size: 18px;
    line-height: 1.5em;
    font-weight: 400;
    margin: 20px 7% 10px; }
  .two-col-landing h1 {
    margin: 0 7% 20px;
    font-size: 2.2em;
    font-weight: 300;
    line-height: 1.2em; }
  .two-col-landing .side {
    position: fixed;
    right: 0;
    top: 0;
    height: 100%;
    background: rgba(0, 118, 188, 0.8);
    padding: 8% 0 0;
    text-align: center;
    min-width: 300px;
    margin: 0; }
    .two-col-landing .side p {
      margin: 10px; }
    .two-col-landing .side input {
      border-radius: 0;
      display: block;
      margin: 0 auto -1px; }
  .two-col-landing .book {
    max-height: 100px;
    border: 1px solid rgba(255, 255, 255, 0.25);
    box-shadow: -14px 14px 14px rgba(0, 0, 0, 0.05);
    margin-bottom: 10px; }
  .two-col-landing .logo {
    max-width: 30px;
    margin-bottom: 20px; }
  .two-col-landing .btn {
    display: block;
    margin: 0 auto;
    width: 219px;
    padding: 17px 6px 14px;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 0.026em; }
  .two-col-landing .thank-you {
    text-align: center;
    padding: 20px 20px 10px;
    background: white;
    margin-bottom: 40px;
    position: fixed;
    z-index: 1; }
    .two-col-landing .thank-you a {
      line-height: 1.2em;
      font-size: 18px;
      text-decoration: underline; }

.two-col-landing.alt {
  background-image: url("/images/marketing/content-background-support.jpg");
  background-size: cover; }
  .two-col-landing.alt .thank-you a i {
    text-decoration: none; }
  .two-col-landing.alt .side {
    padding: 4em 0 0;
    width: 295px; }
    .two-col-landing.alt .side p {
      margin: 10px 20px;
      font-size: 1.1em;
      line-height: 1.2em; }
    .two-col-landing.alt .side .privacy {
      padding: 0 40px;
      font-size: 0.8em;
      opacity: 0.8;
      line-height: 1.3em; }
      .two-col-landing.alt .side .privacy a {
        color: #fff;
        border-bottom: 1px solid rgba(255, 255, 255, 0.3); }
      .two-col-landing.alt .side .privacy i {
        display: block;
        margin-bottom: 4px; }
  .two-col-landing.alt .ungated {
    padding-top: 6em; }
  .two-col-landing.alt .content {
    padding: 5% 0 0;
    margin: 0 295px 0 0;
    min-width: 73%;
    width: auto; }
    .two-col-landing.alt .content h1 {
      max-width: 550px;
      margin: 0 auto 20px; }
    .two-col-landing.alt .content h2 {
      font-size: 0.8em;
      font-weight: 700;
      letter-spacing: 0.09em;
      margin: 0 0 0.9em;
      opacity: 0.6;
      padding: 0;
      position: relative;
      text-transform: uppercase; }
    .two-col-landing.alt .content p, .two-col-landing.alt .content ul {
      font-size: 1.1em;
      line-height: 1.4em;
      max-width: 550px;
      text-align: left;
      margin: 20px auto 10px; }
    .two-col-landing.alt .content h4 {
      margin: 30px auto 10px;
      font-size: 1.3em;
      max-width: 550px;
      text-align: left; }
    .two-col-landing.alt .content ul {
      margin-top: 0; }
    .two-col-landing.alt .content li {
      margin-bottom: 0; }

@media (max-width: 969px) {
  .two-col-landing {
    background-attachment: scroll; }
    .two-col-landing .content {
      text-align: center;
      margin: 0 5%;
      padding: 8% 0 0;
      width: 100%; }
    .two-col-landing .btn {
      margin: 0 auto; }
    .two-col-landing .side {
      position: relative;
      width: 100%;
      padding-top: 20px; }

  .two-col-landing.alt {
    height: auto;
    font-size: 85%; }
    .two-col-landing.alt .content {
      padding: 5% 5% 30px;
      width: 100%; }
    .two-col-landing.alt .side {
      padding-bottom: 50px;
      width: 100%; } }
body.trial .side {
  padding-top: 3%;
  text-align: left;
  overflow: scroll; }
  body.trial .side p {
    margin: 0 auto;
    max-width: 206px; }
  body.trial .side label {
    margin-bottom: 0;
    opacity: 0.8; }
  body.trial .side input, body.trial .side select {
    margin-bottom: 4px; }
  body.trial .side p.submit {
    margin-top: 10px; }
  body.trial .side p.agreement {
    opacity: 0.7;
    font-size: 12px;
    padding: 10px 20px 60px; }
    body.trial .side p.agreement a {
      font-size: 12px;
      color: #fff; }
  body.trial .side .referral_code_link {
    display: none; }

.container-fluid.wideload.norm.compare {
  background-image: url("/images/marketing/content-background-support.jpg"); }
  .container-fluid.wideload.norm.compare h1 {
    padding: 0 20px 8px;
    font-size: 2.4em;
    color: #fff;
    text-align: center; }
  .container-fluid.wideload.norm.compare h2 {
    font-size: 1.3em;
    line-height: 1.4em; }
  .container-fluid.wideload.norm.compare p {
    color: #fff;
    font-size: 1.3em;
    padding-bottom: 2em; }
  .container-fluid.wideload.norm.compare .sign {
    right: -5px;
    position: relative;
    margin-left: -5px; }

.gtwo_crowd .banner {
  position: absolute;
  max-width: 140px;
  top: -58px;
  right: 20px; }
.gtwo_crowd dt {
  font-weight: bold;
  display: inline-block;
  width: 35%;
  margin-top: 20px;
  text-align: right; }
.gtwo_crowd dd {
  display: inline-block;
  width: 60%;
  vertical-align: top;
  margin-top: 20px; }

@media (max-width: 767px) {
  .gtwo_crowd .banner {
    display: none; } }
.how_to_pick_a_crm .copy {
  padding: 1em 0 3em; }
.how_to_pick_a_crm h2 {
  font-weight: 300;
  font-size: 1.4em;
  line-height: 1.5em; }
.how_to_pick_a_crm h3 {
  margin: 0 !important; }
.how_to_pick_a_crm p {
  font-size: 1.1em;
  line-height: 1.5em;
  color: #666; }

form#demo input {
  width: 100%; }
form#demo .btn {
  margin: 0 8px; }
form#demo label.error {
  margin: -9px 0 6px 0;
  font-size: 12px;
  color: red; }
form#demo select {
  width: 105%; }

@media (max-width: 767px) {
  form#demo select {
    width: 102%; } }
.sales-team {
  margin-bottom: 2em;
  margin-top: 60px !important;
  margin-left: 0;
  padding-left: 0; }
  .sales-team li {
    display: inline-block;
    width: 100px;
    vertical-align: top;
    margin-bottom: 20px;
    text-align: center; }
    .sales-team li h5 {
      text-transform: uppercase;
      color: #666;
      margin-bottom: 0;
      margin-top: 8px;
      font-weight: 700;
      font-size: 12px; }
  .sales-team .headshot {
    height: 50px;
    width: 50px;
    background-size: 50px 50px;
    border-radius: 50%;
    margin: 0 auto; }
    .sales-team .headshot.chris_dotson {
      background-image: url("/images/marketing/peeps/chris_dotson.jpg"); }
    .sales-team .headshot.luke_floyd {
      background-image: url("/images/marketing/peeps/luke_floyd.jpg"); }
    .sales-team .headshot.zen_newman {
      background-image: url("/images/marketing/peeps/zen_newman.jpg"); }
    .sales-team .headshot.leif_hansen {
      background-image: url("/images/marketing/peeps/leif_hansen.jpg"); }
    .sales-team .headshot.sandra_kennedy {
      background-image: url("/images/marketing/peeps/sandra_kennedy.jpg"); }
    .sales-team .headshot.jeff_oberlander {
      background-image: url("/images/marketing/peeps/jeff_oberlander.jpg"); }
    .sales-team .headshot.john_barney {
      background-image: url("/images/marketing/peeps/john_barney.jpg"); }
    .sales-team .headshot.tyriesha_mckenzie {
      background-image: url("/images/marketing/peeps/tyriesha_mckenzie.jpg"); }
    .sales-team .headshot.keith_brandtjen {
      background-image: url("/images/marketing/peeps/keith_brandtjen.jpg"); }
    .sales-team .headshot.dean_desilet {
      background-image: url("/images/marketing/peeps/dean_desilet.jpg"); }

body.customers .container-fluid.wideload.norm .span12 > h1 {
  padding-bottom: 0; }
body.customers .container-fluid.wideload.norm .cta {
  text-align: center;
  padding-bottom: 4em; }

body.customers .cta .btn-large {
  padding-left: 10px;
  padding-right: 10px;
  font-size: 1.1em; }
body.customers .standard {
  background: #fff !important; }
body.customers a.story {
  color: #373a3c;
  min-height: 240px;
  background-color: #f8f8f8;
  display: block;
  border-radius: 4px;
  -webkit-transition: all 0.1s linear;
  -moz-transition: all 0.1s linear;
  -o-transition: all 0.1s linear;
  transition: all 0.1s linear;
  margin-bottom: 30px; }
  body.customers a.story:hover {
    box-shadow: 0px 8px 30px rgba(0, 0, 0, 0.15);
    text-decoration: none !important; }
  body.customers a.story h2 {
    text-align: center;
    margin: 20px 0 0 !important;
    font-size: 22px !important;
    font-weight: 500;
    padding: 0 20px 0; }
  body.customers a.story p {
    padding: 0 20px 30px;
    text-align: center;
    font-size: 15px !important;
    margin: 0 !important; }
  body.customers a.story h6 {
    text-transform: uppercase;
    color: #c1c1c1;
    text-align: center;
    margin: 0;
    letter-spacing: 0.025em; }
body.customers .logo {
  height: 170px;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  background-position: center 0;
  background-repeat: no-repeat;
  background-size: cover; }
  body.customers .logo img {
    margin: 0 auto;
    max-height: 70px;
    max-width: 160px;
    display: block;
    padding-top: 60px; }
body.customers .sunx .logo {
  background-image: url("/images/marketing/customers/sunxsolar-bg.jpg"); }
body.customers .reno .logo {
  background-image: url("/images/marketing/customers/reno-bg.jpg"); }
body.customers .vermeer .logo {
  background-image: url("/images/marketing/customers/vermeer-bg.jpg"); }
body.customers .eighthlight .logo {
  background-image: url("/images/marketing/customers/8thlight-bg.jpg");
  background-color: #666; }
body.customers .mgecom .logo {
  background-image: url("/images/marketing/customers/mgecom-bg.jpg"); }
body.customers .carolinathomas .logo {
  background-image: url("/images/marketing/customers/carolinathomas-bg.jpg"); }
body.customers .bayarea .logo {
  background-image: url("/images/marketing/customers/bayarea-bg.jpg"); }
body.customers .cornerstone .logo {
  background-image: url("/images/marketing/customers/cornerstone-bg.jpg");
  background-position: bottom center; }
body.customers .stockpkg .logo {
  background-image: url("/images/marketing/customers/stockpkg-bg.jpg"); }
body.customers .maxsold .logo {
  background-image: url("/images/marketing/customers/maxsold-bg.jpg"); }
body.customers .pace .logo {
  background-image: url("/images/marketing/customers/pace-bg.jpg"); }
body.customers .wirestone .logo {
  background-image: url("/images/marketing/customers/wirestone-bg.jpg"); }
body.customers .adavidcreation .logo {
  background-image: url("/images/marketing/customers/a-david-creation-bgd.png"); }
body.customers .sgpartners .logo {
  background-image: url("/images/marketing/customers/sg-partners-bgd.png"); }
body.customers .evergrowth .logo {
  background-image: url("/images/marketing/customers/evergrowth-bgd.jpg"); }
body.customers .wls .logo {
  background-image: url("/images/marketing/customers/wls-bgd.jpg"); }
body.customers .tenmat .logo {
  background-image: url("/images/marketing/customers/tenmat-bgd.png"); }
body.customers .trailer-bridge .logo {
  background-image: url("/images/marketing/customers/trailer-bridge-bgd.png"); }
body.customers blockquote {
  font-size: 1.1rem;
  font-weight: 500;
  margin: 0 0 40px;
  padding: 0 40px 0 20px;
  color: #373a3c; }
  body.customers blockquote footer {
    color: #7e7e7e; }
body.customers blockquote:before {
  top: -10px;
  left: -27px;
  font-size: 5rem;
  color: #e8e8e8; }

body.customers .container-fluid.wideload.norm.case-study h2 {
  font-size: 2em;
  line-height: 1.2em;
  margin: 20px 0 8px; }
body.customers .container-fluid.wideload.norm.case-study .sidebar {
  padding: 20px 15px;
  background-color: #f8f8f8;
  border-radius: 4px;
  font-size: 1.4em; }
  body.customers .container-fluid.wideload.norm.case-study .sidebar h3 {
    margin-top: 0;
    margin-bottom: 10px;
    line-height: 1.3em; }
  body.customers .container-fluid.wideload.norm.case-study .sidebar h4 {
    color: #999;
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 0.025em;
    font-weight: 700;
    margin-bottom: 0; }
  body.customers .container-fluid.wideload.norm.case-study .sidebar p {
    font-size: 14px;
    color: #666; }
body.customers .container-fluid.wideload.norm.case-study .more {
  padding: 0.9em 1em 0.6em;
  font-size: 1.1em;
  border: 1px solid #e8e8e8;
  border-radius: 4px;
  box-shadow: 0 1px 0 #e8e8e8;
  max-width: 100%;
  overflow: hidden;
  display: block;
  margin-top: 40px;
  white-space: nowrap; }
body.customers .container-fluid.wideload.norm.case-study blockquote {
  margin: 0 0 40px;
  padding: 0 0 0 50px; }
body.customers .container-fluid.wideload.norm.case-study blockquote:before {
  left: 3px; }

.involvement {
  background: #f8f8f8;
  border-radius: 6px;
  padding: 30px;
  position: relative; }
  .involvement:after {
    left: 100%;
    top: 30%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(248, 248, 248, 0);
    border-left-color: #f8f8f8;
    border-width: 10px;
    margin-top: -10px; }

@media (max-width: 1200px) {
  .span3 {
    width: 280px; } }
