﻿@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Libre+Baskerville:400,700");
@import url("https://fonts.googleapis.com/css?family=Source+Sans+Pro:400,600,600i,700,700i,900");
* {
  box-sizing: border-box; }

.col-1 {
  width: 8.33%; }

.col-2 {
  width: 16.66%; }

.col-3 {
  width: 25%; }

.col-4 {
  width: 33.33%; }

.col-5 {
  width: 41.66%; }

.col-6 {
  width: 50%; }

.col-7 {
  width: 58.33%; }

.col-8 {
  width: 66.66%; }

.col-9 {
  width: 75%; }

.col-10 {
  width: 83.33%; }

.col-11 {
  width: 91.66%; }

.col-12 {
  width: 100%; }

[class*="col-"] {
  float: left;
  padding: 10px; }

.row::after {
  content: "";
  clear: both;
  display: table; }

.noPad {
  padding: 0px; }


@media only screen and (max-width: 768px) {
    .col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
        position: relative;
        min-height: 1px;
        padding-right: 15px;
        padding-left: 15px;
    }

    .col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
        float: left;
    }

    .col-xs-12 {
        width: 100%;
    }

    .col-xs-11 {
        width: 91.66666667%;
    }

    .col-xs-10 {
        width: 83.33333333%;
    }

    .col-xs-9 {
        width: 75%;
    }

    .col-xs-8 {
        width: 66.66666667%;
    }

    .col-xs-7 {
        width: 58.33333333%;
    }

    .col-xs-6 {
        width: 50%;
    }

    .col-xs-5 {
        width: 41.66666667%;
    }

    .col-xs-4 {
        width: 33.33333333%;
    }

    .col-xs-3 {
        width: 25%;
    }

    .col-xs-2 {
        width: 16.66666667%;
    }

    .col-xs-1 {
        width: 8.33333333%;
    }

    .col-xs-pull-12 {
        right: 100%;
    }

    .col-xs-pull-11 {
        right: 91.66666667%;
    }

    .col-xs-pull-10 {
        right: 83.33333333%;
    }

    .col-xs-pull-9 {
        right: 75%;
    }

    .col-xs-pull-8 {
        right: 66.66666667%;
    }

    .col-xs-pull-7 {
        right: 58.33333333%;
    }

    .col-xs-pull-6 {
        right: 50%;
    }

    .col-xs-pull-5 {
        right: 41.66666667%;
    }

    .col-xs-pull-4 {
        right: 33.33333333%;
    }

    .col-xs-pull-3 {
        right: 25%;
    }

    .col-xs-pull-2 {
        right: 16.66666667%;
    }

    .col-xs-pull-1 {
        right: 8.33333333%;
    }

    .col-xs-pull-0 {
        right: auto;
    }

    .col-xs-push-12 {
        left: 100%;
    }

    .col-xs-push-11 {
        left: 91.66666667%;
    }

    .col-xs-push-10 {
        left: 83.33333333%;
    }

    .col-xs-push-9 {
        left: 75%;
    }

    .col-xs-push-8 {
        left: 66.66666667%;
    }

    .col-xs-push-7 {
        left: 58.33333333%;
    }

    .col-xs-push-6 {
        left: 50%;
    }

    .col-xs-push-5 {
        left: 41.66666667%;
    }

    .col-xs-push-4 {
        left: 33.33333333%;
    }

    .col-xs-push-3 {
        left: 25%;
    }

    .col-xs-push-2 {
        left: 16.66666667%;
    }

    .col-xs-push-1 {
        left: 8.33333333%;
    }

    .col-xs-push-0 {
        left: auto;
    }

    .col-xs-offset-12 {
        margin-left: 100%;
    }

    .col-xs-offset-11 {
        margin-left: 91.66666667%;
    }

    .col-xs-offset-10 {
        margin-left: 83.33333333%;
    }

    .col-xs-offset-9 {
        margin-left: 75%;
    }

    .col-xs-offset-8 {
        margin-left: 66.66666667%;
    }

    .col-xs-offset-7 {
        margin-left: 58.33333333%;
    }

    .col-xs-offset-6 {
        margin-left: 50%;
    }

    .col-xs-offset-5 {
        margin-left: 41.66666667%;
    }

    .col-xs-offset-4 {
        margin-left: 33.33333333%;
    }

    .col-xs-offset-3 {
        margin-left: 25%;
    }

    .col-xs-offset-2 {
        margin-left: 16.66666667%;
    }

    .col-xs-offset-1 {
        margin-left: 8.33333333%;
    }

    .col-xs-offset-0 {
        margin-left: 0%;
    }
}
p {
    font-family: "Source Sans Pro";
    font-size: 17px;
    font-style: normal;
    font-stretch: normal;
    font-weight: 400;
    line-height: 25px;
}
.signoutLink,
.btn,
.hv2-btn {
  background: #4ab579;
  color: #ffffff;
  font-family: "Source Sans Pro";
  text-decoration: none;
  border-radius: 1px;
  padding: 5px 15px;
  border: none;
  font-size: 16px;
  text-transform:uppercase;
}
    .signoutLink,
    .btn,
    .hv2-btn:hover {
        background: #42a26c;
    }
input[type="submit"]
{
    cursor: pointer;
}
.ErrorLabel {
    color: red;
}

.hidden {
  display: none !important; }

.mobile {
  display: none; }

.search-container {
  display: none; }

.contact-container,
.body-container {
  max-width: 1036px;
  width: 1036px;
  min-width: 200px;
  margin: 0 auto;
  min-height: 450px;
  padding-bottom: 20px; }

@media only screen and (max-width: 1000px) {
  .mobile {
    display: block !important; }
  .desktop {
    display: none !important; }
  .mobile-summary {
    display: none; }
  .contact-container,
  .body-container {
    max-width: 100%;
    width: 100%; } }

.thanks {
  width: 880px;
  min-height: 520px; }
  .thanks h1 {
    color: #356e8e;
    font-family: 'Libre Baskerville', serif;
    font-size: 42px;
    font-style: normal;
    font-stretch: normal;
    font-weight: 400;
    line-height: 56px;
    text-align: left;
    text-transform: none;
    text-decoration: none;
    letter-spacing: 0px;
    padding-top: 40px;
    padding-bottom: 40px;
    text-align: center; }

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    /* margin: 0;
    padding: 0;*/
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
    font-family: "Source Sans Pro";
}

body {
  line-height: 1;
  margin:0px;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

nav ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent; }

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none; }

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold; }

del {
  text-decoration: line-through; }

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0; }

input, select {
  vertical-align: middle; }

html {
  overflow-y: scroll; }

/** {
 margin: 0;
  padding: 0; }
*/
366
header {
    margin-bottom: 0px !important;
}
  header .header-containerV2 {
    font-family: 'Source Sans Pro', sans-serif;
    background-color: #122330;
    position: relative; }
    header .header-containerV2 .desktop {
      width: 100%;
      text-align: center; }
    header .header-containerV2 .header-controls {
      position: absolute;
      top: 20px;
      right: 0px;
      width: auto; }
      header .header-containerV2 .header-controls .signoutLink {
        margin: 20px; }
      header .header-containerV2 .header-controls .search {
        display: inline-block;
        margin: 20px;
        color: #4ab579;
        background: transparent url(../images/magnify-green.png) no-repeat center left/37px;
        width: auto;
        padding-left: 35px;
        height: 40px;
        line-height: 30px;
        vertical-align: middle;
        text-decoration: none; }
      header .header-containerV2 .header-controls .cart {
        display: inline-block;
        margin: 20px;
        color: #4ab579;
        background: transparent url(../images/shoppingcart.svg) no-repeat center left/37px;
        width: auto;
        padding-left: 35px;
        height: 40px;
        line-height: 30px;
        vertical-align: middle;
        text-decoration: none; }
        header .header-containerV2 .header-controls .cart .cart-text {
          display: inline-block;
          font-size: 16px;
          margin-top: 2px; }
    header .header-containerV2 .join-btn {
      display:inline-block;
      font-size: 15px;
      line-height: 19px;
      margin: 20px 20px 0 0;

    }
    header .header-containerV2 .logo-link .header-logo {
      padding: 5px 0px 10px 0px; }
    header .header-containerV2 .header-links {
      margin: 10px auto 0;
      display: flex;
      justify-content: center; 
    }
      header .header-containerV2 .header-links .header-link {
        color: #ffffff;
        font-size: 16px;
        text-decoration: none; 
        padding: 10px 12px;
      }
        header .header-containerV2 .header-links .header-link.selected {
          background: #4ab579;
          color: #ffffff;
          font-family: "Source Sans Pro";
          text-decoration: none;
          border-radius: 1px;
          border: none; }
        header .header-containerV2 .header-links .header-link:hover {
            background: #4ab579;
        }
    header .header-containerV2 .mobile {
      display: none; }
    header .header-containerV2 .desktop {
      display: inline-block; }

@media only screen and (max-width: 1000px) {
  header .header-containerV2 .mobile-header {
    width: 100%;
    position: relative; }
    header .header-containerV2 .mobile-header .mobile-logo {
      display: block;
      width: calc(100% / 2);
      height: auto;
      margin: 0px auto;
      padding: 10px 0px; }
    header .header-containerV2 .mobile-header .mobile-menu-icon {
      position: absolute;
      padding: 10px;
      right: 0;
      top: 0; }
    header .header-containerV2 .mobile-header .mobile-menu {
      background-color: #1C4960;
      position: absolute;
      top: 0px;
      right: 0px;
      width: 300px;
      height: 99vh;
      z-index: 999;
      color: #ffffff; }
      header .header-containerV2 .mobile-header .mobile-menu ul {
        width: 100%;
        list-style: none; }
        header .header-containerV2 .mobile-header .mobile-menu ul li {
          width: 100%;
          padding-left: 20px; }
          header .header-containerV2 .mobile-header .mobile-menu ul li.account {
            background-color: #4AB579; }
          header .header-containerV2 .mobile-header .mobile-menu ul li.divider {
            height: 1px;
            border-bottom: 1px solid #13303f; }
          header .header-containerV2 .mobile-header .mobile-menu ul li a {
            width: 100%;
            display: inline-block;
            padding: 10px 0px;
            color: #ffffff;
            text-decoration: none;
            font-size: 15px; }
      header .header-containerV2 .mobile-header .mobile-menu .mobile-menu-close-icon {
        display: inline-block;
        margin: 20px;
        background: transparent url(../images/icon-close.png) no-repeat center left/26px;
        width: auto;
        padding-left: 35px;
        height: 22px;
        line-height: 30px;
        vertical-align: middle;
        text-decoration: none; } }

.home {
  background-color: gray; }

.home-containerV2 {
  background-color: lightgray;
  font-family: 'Source Sans Pro', sans-serif;
  width: 100%;
  overflow: hidden; }
  .home-containerV2 .hero {
    height: auto;
    padding-bottom: 140px;
    background-image: url("../images/hero-background.jpg");
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center center;
    position: relative; }
    .home-containerV2 .hero .content {
      padding-top: 15px;
      color: #ffffff;
      width: 40%;
      margin: 0 auto; }
      .home-containerV2 .hero .content h1 {
        font-family: Libre Baskerville;
        font-size: 60px;
        color: #ffffff;
        margin-bottom: 30px; }
      .home-containerV2 .hero .content p, .home-containerV2 .hero .content h1 {
        width: 100%; }
      .home-containerV2 .hero .content a {
        position: absolute;
        z-index: 1000;
        text-transform: uppercase;
        padding-left: 10px;
        padding-right: 10px; }
      .home-containerV2 .hero .content p {
        margin-bottom: 30px; }
    .home-containerV2 .hero .hero-after {
      display: block;
      height: 10vw;
      width: 100%;
      position: absolute;
      bottom: 0px; }
  .home-containerV2 .pain-points {
    background-color: #ffffff; }
    .home-containerV2 .pain-points .pain-points-content {
      margin: 0 10%;
      display: flex;
      justify-content: space-around;
      height: auto;
      padding-top: 10px; }
      .home-containerV2 .pain-points .pain-points-content .pain-point {
        display: inline-block;
        width: 250px;
        padding: 0px 10px; }
        .home-containerV2 .pain-points .pain-points-content .pain-point .pain-point-icon {
          display: block;
          height: 50px;
          width: 50px;
          padding-bottom: 10px; }
        .home-containerV2 .pain-points .pain-points-content .pain-point .pain-point-headline {
          color: #356e8e;
          font-family: Libre Baskerville;
          font-size: 30px;
          line-height: 40px;
          min-height: 80px; }
        .home-containerV2 .pain-points .pain-points-content .pain-point .pain-point-text {
          font-family: 'Source Sans Pro', sans-serif;
          display: inline-block;
          height: 110px;
          padding-top: 15px;
          font-size: 15px;
          font-style: normal;
          font-stretch: normal;
          font-weight: 400;
          line-height: 22px; }
        .home-containerV2 .pain-points .pain-points-content .pain-point .pain-point-link {
          color: #308253;
          display: inline-block;
          width: 100px;
          background: transparent url(../images/right-arrow-green.png) no-repeat center right/15px; }
    .home-containerV2 .pain-points .pain-points-after {
      width: 100%;
      margin-bottom: -100px; }
  .home-containerV2 img.testimonials {
    width: 100%;
    height: auto;
    background-color: #ffffff; }
  .home-containerV2 .testimonials {
    background-color: #25566E; }
    .home-containerV2 .testimonials .testimonials-content {
      background-color: #25566E;
      margin-top: -10px; }
      .home-containerV2 .testimonials .testimonials-content .quote {
        margin-top: 20px; }
        .home-containerV2 .testimonials .testimonials-content .quote .quote-text {
          color: #ffffff;
          margin-left: 15px;
          margin-right: 15px;
          font-size: 44px;
          line-height: 60px; }
        .home-containerV2 .testimonials .testimonials-content .quote .quote-text:before,
        .home-containerV2 .testimonials .testimonials-content .quote .quote-text:after {
          display: inline-block;
          font-size: 60px;
          content: "\0022"; }
        .home-containerV2 .testimonials .testimonials-content .quote .quote-text:before {
          margin-left: -25px; }
        .home-containerV2 .testimonials .testimonials-content .quote .quote-author {
          color: #ffffff;
          display: inline-block;
          margin-left: 15px;
          margin-top: 20px;
          font-size: 16px; }
      .home-containerV2 .testimonials .testimonials-content .video {
        height: 100%;
        position: relative; }
        .home-containerV2 .testimonials .testimonials-content .video iframe {
          display: inline-block;
          margin: auto;
          width: 100%;
          height: 18vw; }
        .home-containerV2 .testimonials .testimonials-content .video .video-play-button {
          display: inline-block;
          position: absolute;
          bottom: 4px;
          left: 2px; }
          .home-containerV2 .testimonials .testimonials-content .video .video-play-button .icon {
            position: relative;
            border: 4px solid #24566E;
            display: inline-block;
            background: #4ab579 url(../images/triangle-white.png) no-repeat center center/26px;
            height: 52px;
            width: 52px;
            border-radius: 50%;
            z-index: 999;
            vertical-align: middle; }
          .home-containerV2 .testimonials .testimonials-content .video .video-play-button .text {
            position: relative;
            color: #ffffff;
            display: inline-block;
            background: #4ab579;
            text-decoration: none;
            font-size: 15px;
            margin-left: -10px;
            padding: 5px 10px;
            line-height: 25px;
            border: 2px solid #24566E;
            z-index: 99;
            vertical-align: middle; }
    .home-containerV2 .testimonials .testimonials-before {
      width: 101%;
      background-color: white; }
  .home-containerV2 img.testimonials-after {
    width: 103vw; }
  .home-containerV2 .benefits {
    padding-top: 10vw;
    margin-top: -7vw;
    padding-bottom: 12vw;
    margin-bottom: -8vw;
    background-image: url("../images/testimonials-background.png");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center; }
    .home-containerV2 .benefits .col-6 {
      padding: 0px; }
    .home-containerV2 .benefits .benefit1,
    .home-containerV2 .benefits .benefit2,
    .home-containerV2 .benefits .benefit3 {
      width: 100%;
      height: 28vw;
      background-size: contain;
      background-repeat: no-repeat;
      position: relative; }
    .home-containerV2 .benefits .benefit-content {
      position: absolute;
      color: #ffffff;
      width: 30vw;
      max-width: 30vw;
      height: 14vw;
      max-height: 14vw; }
      .home-containerV2 .benefits .benefit-content h4.benefit-title {
        color: #ffffff;
        font-size: 2vw; }
      .home-containerV2 .benefits .benefit-content p.benefit-text {
        font-size: 1.3vw;
        line-height: 1.5vw; }
    .home-containerV2 .benefits .benefit1 {
      background-image: url("../images/panel-02.svg");
      background-position: right center;
      margin-left: 5vw;
      z-index: 200;
      margin-bottom: -85px;
      margin-top: -30px; }
      .home-containerV2 .benefits .benefit1 .benefit-content {
        top: 8vw;
        left: 13vw; }
    .home-containerV2 .benefits .benefit2 {
      background-image: url("../images/panel-01.svg");
      background-position: left center;
      margin-left: -5vw;
      z-index: 300;
      margin-bottom: -85px; }
      .home-containerV2 .benefits .benefit2 .benefit-content {
        top: 6vw;
        left: 8vw; }
    .home-containerV2 .benefits .benefit3 {
      background-image: url("../images/panel-03.svg");
      background-position: left center;
      margin-left: -5vw;
      z-index: 100; }
      .home-containerV2 .benefits .benefit3 .benefit-content {
        top: 5vw;
        left: 8vw; }
    .home-containerV2 .benefits .spacer1,
    .home-containerV2 .benefits .spacer2 {
      height: 12vw; }
    .home-containerV2 .benefits .spacer3 {
      height: 8vw; }
    .home-containerV2 .benefits .benefits-before {
      width: 100%; }
  .home-containerV2 .partners .partners-before {
    width: 101%;
    margin-bottom: -9px; }
  .home-containerV2 .partners .title {
    color: #ffffff;
    font-size: 42px;
    font-family: 'Libre Baskerville';
    text-align: center; }
  .home-containerV2 .partners .partners-content {
    margin-top: 7px;
    background-color: #13303F;
    color: #FFFFFF;
    padding: 60px 0px; }
    .home-containerV2 .partners .partners-content .logos {
      display: flex;
      justify-content: space-around; }
      .home-containerV2 .partners .partners-content .logos img.partner-logo {
        padding: 20px;
        width: 200px; }
  .home-containerV2 .partners .partners-after {
    width: 101%;
    margin-bottom: -10px; }
  .home-containerV2 .join {
    background-color: #25566E;
    color: #FFFFFF;
    padding: 0px 20px;
    padding-bottom: 20px; }
    .home-containerV2 .join .ErrorLabel {
      color: red; }
    .home-containerV2 .join .join-container {
      width: 100%;
      margin: 0px auto;
      background-color: #356E8E; }
      .home-containerV2 .join .join-container label {
        color: #ffffff;
        font-family: "Source Sans Pro";
        font-size: 17px;
        font-style: normal;
        font-stretch: normal;
        font-weight: 400;
        line-height: 21px;
        padding-top: 5px; }
      .home-containerV2 .join .join-container input[type=submit]:hover,
      .home-containerV2 .join .join-container input[type=submit] {
        float: right;
        width: auto;
        margin-top: -41px;
        background: #4ab579;
        color: #ffffff;
        font-family: "Source Sans Pro";
        text-decoration: none;
        border-radius: 1px;
        padding: 3px 10px; }
      .home-containerV2 .join .join-container .btn:hover {
        border: none;
        transform: none; }
      .home-containerV2 .join .join-container .CaptchaTable td:nth-of-type(1) {
        width: 100px; }
      .home-containerV2 .join .join-container .CaptchaTable td:nth-of-type(2) {
        width: 100px;
        position: relative; }
      .home-containerV2 .join .join-container .CaptchaTable img {
        position: absolute;
        top: 0px;
        left: 10px;
        height: 38px; }
      .home-containerV2 .join .join-container .registration-field input[type=text],
      .home-containerV2 .join .join-container .registration-field input[type=password],
      .home-containerV2 .join .join-container .CaptchaTable input[type=text] {
        width: 100%;
        height: 38px;
        background: #ffffff;
        color: #122330;
        font-family: "Source Sans Pro";
        font-size: 23px;
        border-radius: 1px;
        margin-bottom: 5px; }
      .home-containerV2 .join .join-container .registration-form {
        padding-bottom: 0px;
         }
        .home-containerV2 .join .join-container .registration-form .registration-field .ui-autocomplete {
          background-color: #ffffff; }
      .home-containerV2 .join .join-container .password-strength.registration-field {
        margin-left: 0px; }
        .registration-container .registration-field ul{
            background-color: #ffffff;
        }
      .home-containerV2 .join .join-container .join-details h1 {
        color: #ffffff;
        font-family: 'Libre Baskerville';
        font-size: 42px;
        line-height: 56px;
        padding-bottom: 15px;
        padding-top: 15px; }
      .home-containerV2 .join .join-container .join-details h3 {
        color: #cae8ed;
        font-family: "Source Sans Pro";
        font-size: 23px;
        font-style: normal;
        font-stretch: normal;
        font-weight: 700;
        line-height: 29px;
        text-transform: none;
        padding-bottom: 15px; }
      .home-containerV2 .join .join-container .join-details p {
        color: #ffffff;
        font-family: "Source Sans Pro";
        font-size: 17px;
        font-style: normal;
        font-stretch: normal;
        font-weight: 400;
        line-height: 25px; }
  .home-containerV2 .transition {
    width: 100% !important; }

@media only screen and (max-width: 1270px) {
  .home-containerV2 .testimonials .testimonials-content .quote-container .quote {
    margin: auto; }
    .home-containerV2 .testimonials .testimonials-content .quote-container .quote .quote-text {
      font-size: 38px;
      line-height: 54px; } }

/*
@media only screen and (max-width: 1280px) {
    .home-containerV2 {

        .hero {
            .content {
                width: 80%;
            }
        }

        .testimonials {
            .testimonials-content {
                min-height: 300px;

                .quote-container {
                }

                .quote {
                    margin-top: 0px;

                    .quote-text {
                        font-size: 38px;
                        line-height: 55px;
                    }

                    .quote-text:before,
                    .quote-text:after {
                        font-size: 55px;
                    }

                    .quote-text:before {
                        //margin-left: -25px;
                    }

                    .quote-author {
                        font-size: 14px;
                    }
                }

                .video {
                    iframe {
                        width: 400px !important;
                        height: 250px !important;
                    }
                }
            }

            .testimonials-before {
                width: 101%;
                background-color: white;
            }
        }
    }
}
*/
@media only screen and (max-width: 1000px) {
  .home-containerV2 .col-6 {
    width: 100%; }
  .home-containerV2 .hero .content {
    padding: 20px 20px; }
    .home-containerV2 .hero .content h1 {
      width: 100%;
      font-size: 32px;
      line-height: 36px;
      padding-top: 20px; }
    .home-containerV2 .hero .content p {
      font-size: 15px;
      line-height: 21px; }
  .home-containerV2 .benefits .benefit1,
  .home-containerV2 .benefits .benefit2,
  .home-containerV2 .benefits .benefit3 {
    margin: 0px;
    background-position: center center;
    height: 280px;
    margin-top: -20px;
    margin-bottom: -20px;
    position: static; }
    .home-containerV2 .benefits .benefit1 .benefit-content,
    .home-containerV2 .benefits .benefit2 .benefit-content,
    .home-containerV2 .benefits .benefit3 .benefit-content {
      width: 295px;
      max-width: 295px;
      position: static;
      padding-top: 35px;
      display: block;
      margin: 0px auto; }
      .home-containerV2 .benefits .benefit1 .benefit-content .benefit-title,
      .home-containerV2 .benefits .benefit2 .benefit-content .benefit-title,
      .home-containerV2 .benefits .benefit3 .benefit-content .benefit-title {
        font-size: 25px;
        line-height: 29px;
        min-height: 0px; }
      .home-containerV2 .benefits .benefit1 .benefit-content .benefit-text,
      .home-containerV2 .benefits .benefit2 .benefit-content .benefit-text,
      .home-containerV2 .benefits .benefit3 .benefit-content .benefit-text {
        font-size: 15px;
        line-height: 18px;
        height: auto; }
  .home-containerV2 .benefits .spacer1,
  .home-containerV2 .benefits .spacer2,
  .home-containerV2 .benefits .spacer3 {
    display: none; }
  .home-containerV2 .pain-points .pain-points-content {
    display: inline-block;
    margin: 0px; }
    .home-containerV2 .pain-points .pain-points-content .pain-point {
      display: block;
      width: 100%;
      padding: 10px 20px;
      margin: 0px auto; }
      .home-containerV2 .pain-points .pain-points-content .pain-point .pain-point-headline {
        font-size: 26px;
        line-height: 30px;
        min-height: 0px; }
      .home-containerV2 .pain-points .pain-points-content .pain-point .pain-point-text {
        font-size: 15px;
        line-height: 22px;
        height: auto; }
      .home-containerV2 .pain-points .pain-points-content .pain-point .pain-point-icon {
        margin: 0px auto; }
      .home-containerV2 .pain-points .pain-points-content .pain-point .pain-point-link {
        display: block;
        padding-top: 10px; }
  .home-containerV2 .partners .title {
    font-size: 26px; }
  .home-containerV2 .partners .partners-content {
    padding: 20px 0px; }
    .home-containerV2 .partners .partners-content .logos {
      display: block; }
      .home-containerV2 .partners .partners-content .logos .partner-logo {
        display: block;
        margin: 0px auto; } }

@media only screen and (max-width: 1000px) {
  .body-container {
    max-width: 100%;
    width: 100%;
    margin-left: 20px;
    margin-right: 20px; }
  .home-containerV2 .hero .content {
    width: 100%; }
  .home-containerV2 .benefits .benefit1 .benefit-content .benefit-title,
  .home-containerV2 .benefits .benefit2 .benefit-content .benefit-title,
  .home-containerV2 .benefits .benefit3 .benefit-content .benefit-title {
    font-size: 22px; }
  .home-containerV2 .benefits .benefit1 .benefit-content .benefit-text,
  .home-containerV2 .benefits .benefit2 .benefit-content .benefit-text,
  .home-containerV2 .benefits .benefit3 .benefit-content .benefit-text {
    font-size: 14px;
    line-height: 15px;
    height: auto; }
  .home-containerV2 .testimonials .testimonials-content .quote-container {
    display: block; }
  .home-containerV2 .testimonials .testimonials-content .video {
    display: block;
    margin-top: 40px; }
    .home-containerV2 .testimonials .testimonials-content .video.mobile-expand {
      width: 100%;
      height: 400px; }
    .home-containerV2 .testimonials .testimonials-content .video iframe {
      display: none;
      width: 100%;
      height: 100%; }
  .home-containerV2 .join-container .col-1 {
    display: none; }
  .home-containerV2 .join-container .col-5 {
    width: 100%; } }

.mainBlock .floating-footer + footer {
  margin-bottom: 60px; }

.mainBlock footer {
  background-color: #122330;
  width: 100%; }
  .mainBlock footer .footer-containerV2 {
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 15px;
    padding-top: 25px;
    background-color: #122330;
    width: 100%;
    margin: 0px auto;
    padding: 25px 20px 10px 20px; }
    .mainBlock footer .footer-containerV2 .footer-logo {
      display: block;
      width: 291px;
      height: 85px; }
    .mainBlock footer .footer-containerV2 .footer-links {
      margin-left: -10px; }
      .mainBlock footer .footer-containerV2 .footer-links .footer-link {
        display: block;
        margin: 10px 0px;
        color: #ffffff;
        text-transform: capitalize;
        text-decoration: none; }
      .mainBlock footer .footer-containerV2 .footer-links .footer-link:visited {
        color: #ffffff; }
    .mainBlock footer .footer-containerV2 .footer-details {
      color: #ffffff;
      text-decoration: none; }
      .mainBlock footer .footer-containerV2 .footer-details a {
        color: #ffffff;
        text-decoration: none; }
      .mainBlock footer .footer-containerV2 .footer-details a:visited {
        color: #ffffff; }
      .mainBlock footer .footer-containerV2 .footer-details div {
        display: inline-block; }
      .mainBlock footer .footer-containerV2 .footer-details .footer-phone,
      .mainBlock footer .footer-containerV2 .footer-details .footer-address,
      .mainBlock footer .footer-containerV2 .footer-details .footer-address2,
      .mainBlock footer .footer-containerV2 .footer-details .footer-email {
        display: block; }
      .mainBlock footer .footer-containerV2 .footer-details .footer-address2,
      .mainBlock footer .footer-containerV2 .footer-details .footer-phone,
      .mainBlock footer .footer-containerV2 .footer-details .footer-email {
        margin-bottom: 10px; }
    .mainBlock footer .footer-containerV2 div.footer-social {
      max-width: 125px;
      display: flex;
      justify-content: space-between;
      margin-top: 5px; }
    .mainBlock footer .footer-containerV2 .footer-copyright {
      color: #ffffff;
      font-size: 14px;
      padding-top: 10px; }
    .mainBlock footer .footer-containerV2 .footer-address {
      line-height: 18px; }

.floating-footer {
  display: block;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  height: 60px;
  background: #2d3940;
  z-index: 10000;
  padding-top: 5px; }
  .floating-footer .cta-message {
    text-align: center;
    color: #ffffff;
    font-family: "Source Sans Pro";
    font-size: 24px;
    margin-top: 5px; }
  .floating-footer .hv2-btn {
    display: inline-block;
    text-transform: uppercase;
    margin-top: 5px; }

@media only screen and (max-width: 1000px) {
  .mainBlock footer {
    background-color: #122330;
    width: 100%; }
    .mainBlock footer .footer-containerV2 {
      padding: 20px 10px 10px 10px; }
      .mainBlock footer .footer-containerV2 .col-1 {
        display: none; }
      .mainBlock footer .footer-containerV2 .col-3,
      .mainBlock footer .footer-containerV2 .col-4,
      .mainBlock footer .footer-containerV2 .col-5,
      .mainBlock footer .footer-containerV2 .col-6 {
        display: block !important;
        padding: 0px;
        margin: 0px;
        width: 100%; }
      .mainBlock footer .footer-containerV2 .seperator {
        height: 1px;
        width: 100vw; }
      .mainBlock footer .footer-containerV2 .footer-links {
        margin-left: 0px;
        padding-top: 10px; }
        .mainBlock footer .footer-containerV2 .footer-links .footer-link {
          margin: 0px;
          padding: 10px 0px; }
      .mainBlock footer .footer-containerV2 .footer-details {
        border-top: 1px solid #1c4960; }
        .mainBlock footer .footer-containerV2 .footer-details .footer-phone, .mainBlock footer .footer-containerV2 .footer-details .footer-email {
          margin-bottom: 0px;
          padding: 10px 0px; }
        .mainBlock footer .footer-containerV2 .footer-details .footer-address {
          margin-bottom: 0px;
          padding-top: 10px; }
        .mainBlock footer .footer-containerV2 .footer-details .footer-address2 {
          margin-bottom: 0px;
          padding-bottom: 10px; }
  .desktop {
    display: none; }
  .mobile {
    display: inline-block; }
  .floating-footer .cta-message {
    font-size: 20px;
    display: block; } }

.product-video-container {
  width: 100%;
  margin-top: 10px;
  display: flex;
  justify-content: center; }

.consulting-request-btn {
  border: none;
  display: block;
  background: #4ab579;
  color: #ffffff;
  font-family: "Source Sans Pro";
  text-decoration: none;
  border-radius: 1px;
  padding: 7px 0px;
  text-align: center;
  line-height: 20px;
  font-size: 18px;
  height: auto;
  width: 160px;
  position: absolute;
  right: 0px;
  top: 0px; }

.about,
.training-container,
.webinars,
.business-analysis,
.body-container.tools {
  font-family: 'Source Sans Pro', sans-serif; }
  .about .mobile-title,
  .training-container .mobile-title,
  .webinars .mobile-title,
  .business-analysis .mobile-title,
  .body-container.tools .mobile-title {
    visibility: hidden; }
  .about .product-item .product-details,
  .training-container .product-item .product-details,
  .webinars .product-item .product-details,
  .business-analysis .product-item .product-details,
  .body-container.tools .product-item .product-details {
    padding-left: 0px;
    min-height: 155px; }
    .about .product-item .product-details .product-title,
    .training-container .product-item .product-details .product-title,
    .webinars .product-item .product-details .product-title,
    .business-analysis .product-item .product-details .product-title,
    .body-container.tools .product-item .product-details .product-title {
      color: #356e8e;
      font-size: 30px;
      font-style: normal;
      font-stretch: normal;
      font-weight: 400;
      line-height: 32px;
      margin:0px;
    }
  .about .product-tabs,
  .training-container .product-tabs,
  .webinars .product-tabs,
  .business-analysis .product-tabs,
  .body-container.tools .product-tabs {
    border-bottom: 5px solid #1c4960;
    display: inline-block;
    width: 100%;
    margin: 14px 0;
    justify-content: space-around;
    align-items: flex-end;
    height: auto; }
    .about .product-tabs .product-tab,
    .training-container .product-tabs .product-tab,
    .webinars .product-tabs .product-tab,
    .business-analysis .product-tabs .product-tab,
    .body-container.tools .product-tabs .product-tab {
      display: inline-block;
      color: #333133;
      font-size: 17px;
      font-weight: 400;
      line-height: 23px;
      text-align: left;
      text-transform: capitalize;
      margin: 0 0;
      text-decoration: none;
      padding: 6px 6px 10px 6px; }
    .about .product-tabs .product-tab.selected,
    .about .product-tabs .product-tab:hover,
    .training-container .product-tabs .product-tab.selected,
    .training-container .product-tabs .product-tab:hover,
    .webinars .product-tabs .product-tab.selected,
    .webinars .product-tabs .product-tab:hover,
    .business-analysis .product-tabs .product-tab.selected,
    .business-analysis .product-tabs .product-tab:hover,
    .body-container.tools .product-tabs .product-tab.selected,
    .body-container.tools .product-tabs .product-tab:hover {
      background-color: #1C4960;
      color: #ffffff; }
  .about .product-item + .product-item,
  .training-container .product-item + .product-item,
  .webinars .product-item + .product-item,
  .business-analysis .product-item + .product-item,
  .body-container.tools .product-item + .product-item {
    border-top: 1px solid #727272;
    padding-top: 15px; }
    .about .row.overview h2,
    .training-container .row.overview h2,
    .webinars .row.overview h2,
    .business-analysis .row.overview h2,
    .body-container.tools .row.overview h2,
    .contact-container .row.overview h1{
        margin-top:25px;
        text-transform:uppercase;

    }
    .about .row.overview .headline-page,
    .training-container .row.overview .headline-page,
    .webinars .row.overview .headline-page,
    .business-analysis .row.overview .headline-page,
    .body-container.tools .row.overview .headline-page,
    .contact-container .row.overview .headline-page {
        color: #356e8e;
        font-family: 'Libre Baskerville', serif;
        font-size: 42px;
        font-style: normal;
        font-stretch: normal;
        font-weight: 400;
        line-height: 56px;
        text-align: left;
        text-transform: none;
        text-decoration: none;
        letter-spacing: 0px;
        margin-top: 25px;
    }
  .about .row.overview .product-overview,
  .training-container .row.overview .product-overview,
  .webinars .row.overview .product-overview,
  .business-analysis .row.overview .product-overview,
  .body-container.tools .row.overview .product-overview {
    color: #333133;
    font-size: 17px;
    font-style: normal;
    font-stretch: normal;
    font-weight: 400;
    line-height: 25px;
    text-align: left;
    text-transform: none;
    text-decoration: none; }
  .about .expand,
  .training-container .expand,
  .webinars .expand,
  .business-analysis .expand,
  .body-container.tools .expand {
    width: 100px;
    font-size: 18px;
    cursor: pointer; }
    .about .expand .less-icon,
    .about .expand .more-icon,
    .training-container .expand .less-icon,
    .training-container .expand .more-icon,
    .webinars .expand .less-icon,
    .webinars .expand .more-icon,
    .business-analysis .expand .less-icon,
    .business-analysis .expand .more-icon,
    .body-container.tools .expand .less-icon,
    .body-container.tools .expand .more-icon {
      color: #308253;
      font-family: SourceSansPro;
      font-size: 15px;
      font-weight: 400;
      line-height: 25px;
      width: 90px;
      display: inline-block;
      height: 25px; }
    .about .expand .less-icon,
    .training-container .expand .less-icon,
    .webinars .expand .less-icon,
    .business-analysis .expand .less-icon,
    .body-container.tools .expand .less-icon {
      background: transparent url("../images/up-arrow-green.png") no-repeat center right/16px; }
    .about .expand .more-icon,
    .training-container .expand .more-icon,
    .webinars .expand .more-icon,
    .business-analysis .expand .more-icon,
    .body-container.tools .expand .more-icon {
      background: transparent url("../images/down-arrow-green.png") no-repeat center right/16px; }

@media only screen and (max-width: 1000px) {
  .training-container,
  .webinars,
  .business-analysis,
  .body-container.tools {
    margin-left: 0px; }
    .training-container .mobile-control,
    .webinars .mobile-control,
    .business-analysis .mobile-control,
    .body-container.tools .mobile-control {
      width: 100%; }
    .training-container .row.overview .headline-page,
    .webinars .row.overview .headline-page,
    .business-analysis .row.overview .headline-page,
    .body-container.tools .row.overview .headline-page {
      font-size: 36px; }
    .training-container .overview br,
    .webinars .overview br,
    .business-analysis .overview br,
    .body-container.tools .overview br {
      display: none; }
    .training-container .overview .expand-overview,
    .webinars .overview .expand-overview,
    .business-analysis .overview .expand-overview,
    .body-container.tools .overview .expand-overview {
      cursor: pointer;
      padding-top: 0px;
      color: #308253;
      font-family: SourceSansPro;
      font-size: 15px;
      font-weight: 400;
      line-height: 22px;
      width: 115px;
      background: transparent url("../images/down-arrow-green.png") no-repeat center right/16px; }
      .training-container .overview .expand-overview.less,
      .webinars .overview .expand-overview.less,
      .business-analysis .overview .expand-overview.less,
      .body-container.tools .overview .expand-overview.less {
        background: transparent url("../images/up-arrow-green.png") no-repeat center right/16px; }
    .training-container .mobile-title,
    .webinars .mobile-title,
    .business-analysis .mobile-title,
    .body-container.tools .mobile-title {
      display: none; }
    .training-container .product-tabs,
    .webinars .product-tabs,
    .business-analysis .product-tabs,
    .body-container.tools .product-tabs {
      display: none; }
    .training-container .mobile-control .product-filter::-ms-expand,
    .webinars .mobile-control .product-filter::-ms-expand,
    .business-analysis .mobile-control .product-filter::-ms-expand,
    .body-container.tools .mobile-control .product-filter::-ms-expand {
      display: none; }
    .training-container .mobile-control .product-filter,
    .webinars .mobile-control .product-filter,
    .business-analysis .mobile-control .product-filter,
    .body-container.tools .mobile-control .product-filter {
      -moz-appearance: none;
      -webkit-appearance: none;
      width: 100%;
      color: #ffffff;
      background-color: #1c4960;
      background-image: url("../images/arrow-down-white.png");
      background-position: 98% 45%;
      background-size: 16px;
      background-repeat: no-repeat; 
      height: 25px;
      padding-left:10px;
    }
    .training-container .product-buttons,
    .webinars .product-buttons,
    .business-analysis .product-buttons,
    .body-container.tools .product-buttons {
      text-align: unset;
      display: inline-block;
      margin: 0px;
      width: 100%;
      height: 60px;
      text-transform:uppercase;
    }
      .training-container .product-buttons .price,
      .webinars .product-buttons .price,
      .business-analysis .product-buttons .price,
      .body-container.tools .product-buttons .price {
        margin-left: 0px;
        padding-top: 0px;
        margin-top: 20px !important;
        display: inline-block; }
      .training-container .product-buttons .freebtn,
      .webinars .product-buttons .freebtn,
      .business-analysis .product-buttons .freebtn,
      .body-container.tools .product-buttons .freebtn {
        left: unset;
        bottom: unset;
        right: 10px;
        margin-top: 25px;
        position: unset;
        float: right; }
    .training-container .product-item .col-1,
    .training-container .product-item .col-11,
    .webinars .product-item .col-1,
    .webinars .product-item .col-11,
    .business-analysis .product-item .col-1,
    .business-analysis .product-item .col-11,
    .body-container.tools .product-item .col-1,
    .body-container.tools .product-item .col-11 {
      display: inline-block; }
    .training-container .product-item .col-1,
    .webinars .product-item .col-1,
    .business-analysis .product-item .col-1,
    .body-container.tools .product-item .col-1 {
      width: 75px;
      margin-right: 10px; }
      .training-container .product-item .col-1 .product-icon,
      .webinars .product-item .col-1 .product-icon,
      .business-analysis .product-item .col-1 .product-icon,
      .body-container.tools .product-item .col-1 .product-icon {
        height: auto; }
        .training-container .product-item .col-1 .product-icon img,
        .webinars .product-item .col-1 .product-icon img,
        .business-analysis .product-item .col-1 .product-icon img,
        .body-container.tools .product-item .col-1 .product-icon img {
          margin-top: 5px; }
    .training-container .product-item .product-description,
    .webinars .product-item .product-description,
    .business-analysis .product-item .product-description,
    .body-container.tools .product-item .product-description {
      display: none; }
    .training-container .product-item .product-details,
    .webinars .product-item .product-details,
    .business-analysis .product-item .product-details,
    .body-container.tools .product-item .product-details {
      min-height: 0px !important;
      width: calc(100% - 85px);
      padding-left: 10px;
      height: auto !important; }
      .training-container .product-item .product-details h4,
      .webinars .product-item .product-details h4,
      .business-analysis .product-item .product-details h4,
      .body-container.tools .product-item .product-details h4 {
        font-size: 26px;
        line-height: 30px;
        min-height: 0px; }
      .training-container .product-item .product-details .expand,
      .webinars .product-item .product-details .expand,
      .business-analysis .product-item .product-details .expand,
      .body-container.tools .product-item .product-details .expand {
        display: none; }
      .training-container .product-item .product-details .col-12,
      .webinars .product-item .product-details .col-12,
      .business-analysis .product-item .product-details .col-12,
      .body-container.tools .product-item .product-details .col-12 {
        padding: 0; }
      .training-container .product-item .product-details .product-summary,
      .webinars .product-item .product-details .product-summary,
      .business-analysis .product-item .product-details .product-summary,
      .body-container.tools .product-item .product-details .product-summary {
        display: none; 
        margin-bottom:0px;
      }
  .business-analysis .product-buttons .price {
    margin-top: 35px !important; } }

.body-container.tools .product-item .product-details {
  padding-left: 0px;
  min-height: 155px; }
  .body-container.tools .product-item .product-details h4 {
    color: #356e8e;
    font-size: 30px;
    font-style: normal;
    font-stretch: normal;
    font-weight: 400;
    line-height: 40px;
    margin: 0px; }
  .body-container.tools .product-item .product-details .product-summary {
    color: #333133;
    font-size: 15px;
    font-weight: 400;
    line-height: 20px;
    text-align: left;
    margin-bottom: -20px; }
  .body-container.tools .product-item .product-details .product-action .product-buttons {
    position: relative;
    width: 100%; }
    .body-container.tools .product-item .product-details .product-action .product-buttons .price {
      color: #afa5af;
      font-size: 15px;
      font-weight: 900;
      line-height: 20px;
      text-transform: uppercase;
      margin-top: 20px;
      margin-bottom: -20px; }
    .body-container.tools .product-item .product-details .product-action .product-buttons .freebtn {
      position: absolute;
      right: 10px;
      top: 5px;
      color: #ffffff;
      background: #4ab579;
      text-decoration: none;
      padding: 9px;
      border-radius: 1px;
      line-height: 7px; }
    .body-container.tools .product-item .product-details .product-action .product-buttons .freebtn:hover {
      color: #ffffff;
      border: 1px solid #4ab579;
      /*
                        -webkit-transform: scale(1.05);
                        -ms-transform: scale(1.05);
                        transform: scale(1.05);
                        */ }

.body-container.tools .product-item .product-icon img {
  margin: 0px;
  height: 75px;
  width: auto;
  position: initial;
  margin-top: 10px; }

.business-analysis .product-item .product-details {
  padding-left: 30px;
  min-height: 240px;
  /*
            .product-title {
                font-family: 'Source Sans Pro', sans-serif;
                color: #356e8e;
                font-weight: 600;
                margin-bottom: 5px;
                font-size: 30px;
                line-height: 1;
            }
            */ }
  .business-analysis .product-item .product-details .product-description {
    margin-top: -10px; }
    .business-analysis .product-item .product-details .product-description h3 {
      text-transform: none;
      font-size: 22px;
      color: #000000; }
    .business-analysis .product-item .product-details .product-description p {
       }
    .business-analysis .product-item .product-details .product-description ul {
      margin-top: 5px;
      margin-left: 20px; }
    .business-analysis .product-item .product-details .product-description .toc a {
      color: #4ab579;
      text-decoration: none; }
  .business-analysis .product-item .product-details .product-summary {
    font-family: 'Source Sans Pro', sans-serif;
    height: auto;
    line-height: 20px; 
    margin-bottom:0px;
  }
  .business-analysis .product-item .product-details .product-action {
    position: relative;
    padding-bottom: 3px; }
    .business-analysis .product-item .product-details .product-action .product-buttons .ProductOptionSelectorContainer {
      position: relative;
      width: 300px;
      height: 30px; }
    .business-analysis .product-item .product-details .product-action .product-buttons .ProductOptionSelector label {
      display: none; }
    .business-analysis .product-item .product-details .product-action .product-buttons .TotalPriceContainer,
    .business-analysis .product-item .product-details .product-action .product-buttons .OptionCategoryName {
      display: none; }
    .business-analysis .product-item .product-details .product-action .product-buttons .price {
      font-family: 'Source Sans Pro', sans-serif;
      font-weight: 900;
      color: #AFA5AF;
      font-size: 22px;
      margin: 0px 0px 5px;
    }
    .business-analysis .product-item .product-details .product-action .product-buttons .AddToCartContainer {
      bottom: 25px;
      width: auto;
      position: absolute;
      right: 0; }
      .business-analysis .product-item .product-details .product-action .product-buttons .AddToCartContainer .AddToCartLink {
      
        border: none;
        display: block;
        background: #4ab579;
        color: #ffffff;
        font-family: "Source Sans Pro";
        text-decoration: none;
        border-radius: 1px;
        padding: 7px 0px;
        text-align: center;
        line-height: 20px;
        font-size: 18px;
        height: auto;
        width: 160px; }
    .business-analysis .product-item .product-details .product-action .product-buttons .OptionCategoryDescription {
      font-size: 14px;
      color: #AFA5AF;
      top: 5px;
      display: inline-block;
      position: absolute;
      left: 25px; }
    .business-analysis .product-item .product-details .product-action .product-buttons .ProductOptionSelector label span {
      font-size: 14px;
      color: #AFA5AF;
      left: 138px;
      top: 5px;
      position: absolute;
      display: inline-block;
      visibility: visible; }
    .business-analysis .product-item .product-details .product-action .product-buttons .ProductOptionSelector input[type=checkbox] {
      position: relative; }
    .business-analysis .product-item .product-details .product-action .product-buttons .ProductOptionSelector input[type=checkbox]:before {
      cursor: pointer;
      display: inline-block;
      content: "\0020";
      background-color: #FFFFFF;
      color: #ffffff;
      width: 16px;
      height: 16px;
      line-height: 16px;
      position: absolute;
      top: 0;
      left: 0;
      border: 1px solid #000000; }
    .business-analysis .product-item .product-details .product-action .product-buttons .ProductOptionSelector input[type="checkbox"]:checked:before {
      background-color: #4AB579;
      font-size: 12px;
      border: none;
      content: "✔";
      width: 14px;
      height: 17px;
      padding-left: 4px;
      padding-top: 1px; }
  .business-analysis .product-item .product-details .expand {
    margin-top: -10px;
    margin-bottom: -15px; }

.business-analysis .product-item .product-icon a {
  color: #4ab579;
  text-decoration: none; }

.business-analysis .product-item .product-icon img {
  width: 100%; }

.business-analysis .product-item .product-icon .preview {
  /*
                color: #FFFFFF;
                max-width: 80px;
                display: inline-block;
                text-decoration: none;
                background: #7d7d7d url('../images/magnify-white.png') no-repeat center left/25px;
                position: absolute;
                right: -15px;
                bottom: 8px;
                font-size: 12px;
                padding-left: 25px;
                padding-right: 2px;
                vertical-align: middle;
                line-height: 30px;
                */ }

@media only screen and (max-width: 1000px) {
  .business-analysis .product-item .product-details .product-action .product-buttons {
    }
    .business-analysis .product-item .product-details .product-action .product-buttons .AddToCartContainer {
      bottom: 14px; } }

.contact-container {
  font-size: 18px;
  font-family: 'Source Sans Pro', sans-serif; }
  .contact-container .contact-details {
    margin-left: -10px;
    padding: 40px 0px; }
    .contact-container .contact-details h2 {
      color: #356e8e;
      font-size: 24px;
      padding-bottom: 10px; }
    .contact-container .contact-details a {
      text-decoration: none;
      color: #4ab579; }
    .contact-container textarea,
    .contact-container input[type=text] {
        width: 100%;
        height: 38px;
        color: #122330;
        font-family: "Source Sans Pro";
        font-size: 23px;
        margin: 5px 0;
        padding: 5px;
    }
  .contact-container textarea {
    height: 7em; }

  .contact-container .page-overview {
    font-size: 17px;
    font-weight: 400; }
  .contact-container .contact-form {
    background-color: #ffffff;
    padding: 0px;
    margin-left: -5px;
    padding-top: 10px; }
    .contact-container .contact-form .EditingFormLabel {
      margin-bottom: 5px; }
    .contact-container .contact-form .instructions {
      font-size: 13px; }
    .contact-container .contact-form .FormButton {
      margin-left: 5px; }
  .contact-container .captcha .CaptchaTable td {
    width: 50%;
    position: relative; }
  .contact-container .captcha .CaptchaTable img {
    position: absolute;
    top: -3px;
    left: 10px;
    height: 30px; }
  .contact-container .captcha span {
    display: none; }

@media only screen and (max-width: 1000px) {
  .contact-container .contact-details {
    margin-left: 0px; }
  .contact-container .col-4,
  .contact-container .col-8 {
    width: 100%; }
  .contact-container .contact-form {
    margin-left: 0px; }
    .contact-container .contact-form .FormButton {
      margin-left: 10px; } }

.login-container,
.login-container + .register {
  width: 610px;
  margin: 0 auto;
  font-family: 'Source Sans Pro', sans-serif; }

.login-container.reset-password {
  margin-bottom: 30px; }
  .login-container.reset-password .btn-primary {
    margin: 5px 0px 20px 0px; }

.login-container {
  background-color: #475B66;
  margin: 75px auto;
  min-width:360px;
  min-height: 40px;
  padding: 10px;
  color: #ffffff;
  height: auto; }
  .login-container .headline-page {
    font-size: 36px;
    color: #ffffff;
    font-family: 'Libre Baskerville', serif;
    font-weight: bold;
    padding-top: 3px; }
  .login-container .page-overview {
    display: none; }
  .login-container .login-form {
    margin-top: -10px; }
    .login-container .login-form .error-label {
      display: block;
      margin-bottom: 10px;
      color: red; }
    .login-container .login-form input[type=text],
    .login-container .login-form input[type=password] {
      width: 100%;
      height: 34px;
      border: none;
      padding:5px;
      font-weight: normal; }
    .login-container .login-form .form-group {
      padding-top: 5px; }
    .login-container .login-form .logon-page-background {
      padding-top: 7px; }
    .login-container .login-form label {
      font-size: 16px;
      color: #ffffff;
    }
    .login-container .login-form .logon-remember-me-checkbox {
      display: inline-block;
      padding-top: 20px;
      padding-bottom: 20px; }
      .login-container .login-form .logon-remember-me-checkbox input[type=checkbox] {
        visibility: hidden; }
      .login-container .login-form .logon-remember-me-checkbox label {
        margin-left: -13px; }
      .login-container .login-form .logon-remember-me-checkbox label:before {
        display: inline-block;
        content: "\0020";
        background-color: #4AB579;
        color: #ffffff;
        width: 16px;
        height: 16px;
        margin-bottom: -2px;
        margin-right: 4px;
        line-height: 16px;
        padding-left: 2px; }
      .login-container .login-form .logon-remember-me-checkbox input[type="checkbox"]:checked + label:before {
        content: "✔"; }
    .login-container .login-form .logon-password-retrieval-button,
    .login-container .login-form .btn-primary {
      border: none;
      text-transform: uppercase;
      display: block;
      background: #4ab579;
      color: #ffffff;
      font-family: "Source Sans Pro";
      text-decoration: none;
      border-radius: 1px;
      padding: 7px 35px;
      font-size: 18px;
      font-weight: bold; }
    .login-container .login-form .logon-panel-password-retrieval {
      padding-bottom: 40px; }
    .login-container .login-form .logon-password-retrieval-button {
      margin-top: 15px; }
    .login-container .login-form .logon-password-retrieval-link {
      display: inline-block;
      color: #4ab579;
      margin-top: 20px;
      margin-bottom: 20px; }

.login-container + .register {
  padding-top: 10px;
  margin-bottom: 100px; }
  .login-container + .register span {
    display: inline-block;
    width: 100%;
    text-align: center; }
  .login-container + .register a {
    text-decoration: none;
    color: #4ab579; }

.checkout-container {
  font-family: 'Source Sans Pro', sans-serif;
  padding-bottom: 60px;
  max-width: 1036px;
  width: 1036px;
  min-width: 200px;
  margin: 0 auto; }
  .checkout-container select {
    -webkit-appearance: none;
    background: url("../images/caret-down.png") right/16px no-repeat #FFFFFF; }
  .checkout-container .page-title {
    font-size: 38px;
    font-family: 'Libre Baskerville', serif;
    color: #356e8e;
    text-transform: none;
    padding-top: 60px;
    padding-bottom: 40px; }
  .checkout-container .checkout-cart .itemSeparator {
    border-top: 1px solid #727272;
    padding-top: 15px;
    display: inline-block;
    width: 100%; }
  .checkout-container .checkout-cart .item .RemoveButton {
    cursor: pointer;
    color: #4AB579;
    font-size: 14px;
    position: relative;
    padding-left: 16px; }
  .checkout-container .checkout-cart .item .RemoveButton:before {
    position: absolute;
    color: #ffffff;
    border-radius: 50%;
    background-color: #4AB579;
    display: inline-block;
    content: "X";
    width: 10px;
    height: 13px;
    left: 0px;
    top: 2px;
    font-size: 10px;
    font-weight: bold;
    line-height: 12px;
    padding-left: 4px;
    padding-top: 2px; }
  .checkout-container .checkout-cart .item .price {
    margin-top: -40px; }
    .checkout-container .checkout-cart .item .price .price-name {
      width: 90px; }
    .checkout-container .checkout-cart .item .price .price-value {
      display: inline-block;
      float: right;
      font-weight: bold; }
    .checkout-container .checkout-cart .item .price .price-value::first-letter {
      display: none; }
  .checkout-container .checkout-cart .item .cart-icon img {
    width: 100%; }
  .checkout-container .checkout-cart .item .cart-details h2 {
    color: #356e8e;
    font-size: 28px;
    font-weight: bold; }
  .checkout-container .checkout-cart .TotalViewer {
    border: none;
    background-color: #F4F3F4;
    padding-top: 2px; }
    .checkout-container .checkout-cart .TotalViewer .col-8,
    .checkout-container .checkout-cart .TotalViewer .col-3,
    .checkout-container .checkout-cart .TotalViewer .col-1 {
      padding-top: 1px;
      padding-bottom: 1px; }
    .checkout-container .checkout-cart .TotalViewer .price .Value {
      float: right;
      font-weight: bold; }
    .checkout-container .checkout-cart .TotalViewer.shipping-total {
      padding-bottom: 10px; }
  .checkout-container .checkout-cart .btn-cart-next {
    margin-top: 20px;
    margin-bottom: 20px;
    cursor: pointer;
    float: right;
    border: none;
    display: block;
    background: #4ab579;
    color: #ffffff;
    font-family: "Source Sans Pro";
    text-decoration: none;
    border-radius: 1px;
    padding: 7px 35px;
    line-height: 20px;
    font-size: 18px;
    height: auto; }
  .checkout-container .checkout-address select,
  .checkout-container .checkout-address input[type=text] {
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: normal;
    display: inline-block;
    width: 100%;
    height: 30px;
    line-height: 30px;
    font-size: 20px; }
  .checkout-container .checkout-address .col-6,
  .checkout-container .checkout-address .col-3 {
    padding-left: 0px; }
  .checkout-container .checkout-address .required-mark {
    display: none; }
  .checkout-container .checkout-address .country-selector select {
    margin-top: 10px; }
  .checkout-container .checkout-address .ShowAddressCheckbox label {
    margin-left: 10px; }
  .checkout-container .checkout-address .ShowAddressCheckbox input[type=checkbox] {
    position: relative; }
  .checkout-container .checkout-address .ShowAddressCheckbox input[type=checkbox]:before {
    cursor: pointer;
    display: inline-block;
    content: "\0020";
    background-color: #FFFFFF;
    color: #ffffff;
    width: 16px;
    height: 16px;
    line-height: 16px;
    position: absolute;
    top: -4px;
    left: 0;
    border: 1px solid #000000; }
  .checkout-container .checkout-address .ShowAddressCheckbox input[type="checkbox"]:checked:before {
    background-color: #4AB579;
    font-size: 12px;
    border: none;
    content: "✔";
    width: 14px;
    height: 17px;
    padding-left: 4px;
    padding-top: 1px; }
  .checkout-container .btn {
    margin-top: 20px;
    margin-bottom: 20px;
    cursor: pointer;
    border: none;
    display: inline-block;
    background: #4ab579;
    color: #ffffff;
    font-family: "Source Sans Pro";
    text-decoration: none;
    border-radius: 1px;
    padding: 7px 35px;
    line-height: 20px;
    font-size: 18px;
    height: auto;
    width: 200px; }
  .checkout-container .btn-pay-back,
  .checkout-container .btn-address-back,
  .checkout-container .btn-review-prev {
    background-color: #827A81; }
  .checkout-container .ProcessPaymentButton,
  .checkout-container .btn-review-next,
  .checkout-container .btn-address-next {
    margin-left: 60px; }
  .checkout-container .ConfirmationCheckbox label {
    margin-left: 10px; }
  .checkout-container .ConfirmationCheckbox input[type=checkbox] {
    position: relative; }
  .checkout-container .ConfirmationCheckbox input[type=checkbox]:before {
    cursor: pointer;
    display: inline-block;
    content: "\0020";
    background-color: #FFFFFF;
    color: #ffffff;
    width: 16px;
    height: 16px;
    line-height: 16px;
    position: absolute;
    top: -4px;
    left: 0;
    border: 1px solid #000000; }
  .checkout-container .ConfirmationCheckbox input[type="checkbox"]:checked:before {
    background-color: #4AB579;
    font-size: 12px;
    border: none;
    content: "✔";
    width: 14px;
    height: 17px;
    padding-left: 4px;
    padding-top: 1px; }
  .checkout-container .checkout-cart .orderComments textarea {
    font-size: 18px;
    height: 7em;
    width: 100%; }
  .checkout-container .checkout-cart .addressInfo h2,
  .checkout-container .checkout-cart .orderInfo h2 {
    font-size: 18px;
    font-weight: bold;
    padding-bottom: 5px; }
  .checkout-container .checkout-cart .payment-form {
    width: 100%; }
  .checkout-container .payment-form a {
    color: #4ab579;
    font-family: "Source Sans Pro";
    text-decoration: none;
    cursor: pointer; }
  .checkout-container .payment-form .btn-pay-back {
    color: #ffffff;
    text-align: center; }
  .checkout-container .payment-form .ProcessPaymentButton {
    margin-top: 16px; }
  .checkout-container .payment-form select, .checkout-container .payment-form input[type=text] {
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: normal;
    display: inline-block;
    width: 100%;
    height: 30px;
    line-height: 30px;
    font-size: 20px; }
  .checkout-container .payment-form .card-date select {
    width: 45%; }
  .checkout-container .payment-form .card-date select:last-of-type {
    float: right; }
  .checkout-container .payment-form .card-date select + span {
    padding-left: 5px; }
  .checkout-container .payment-form .required-mark {
    display: none; }
  .checkout-container .payment-form .PaymentGatewayDataContainer {
    width: 48%; }
    .checkout-container .payment-form .PaymentGatewayDataContainer .h4 {
      font-weight: bold;
      margin-bottom: 20px; }
    .checkout-container .payment-form .PaymentGatewayDataContainer .form-horizontal div:last-of-type select {
      display: inline-block;
      width: 48%; }
    .checkout-container .payment-form .PaymentGatewayDataContainer .form-horizontal div:last-of-type select:last-of-type {
      margin-left: 16px; }
    @media only screen and (max-width: 1000px) {
      .checkout-container .payment-form .PaymentGatewayDataContainer .form-horizontal div:last-of-type select {
        display: inline-block;
        width: 48%; }
      .checkout-container .payment-form .PaymentGatewayDataContainer .form-horizontal div:last-of-type select:last-of-type {
        margin-left: 17px; } }
  .checkout-container .payment-form .BlockContent {
    float: right;
    background-color: #F4F3F4;
    margin-top: 20px;
    margin-bottom: -55px; }
    .checkout-container .payment-form .BlockContent .OrderSummary,
    .checkout-container .payment-form .BlockContent .PaymentSummary {
      display: none; }
    .checkout-container .payment-form .BlockContent .PaymentPriceSummary {
      font-weight: bold; }
      .checkout-container .payment-form .BlockContent .PaymentPriceSummary .price-value {
        float: right; }

@media only screen and (max-width: 1000px) {
  .checkout-container {
    width: 100%;
    margin-left: 10px; }
    .checkout-container .checkout-address [class*="col-"] {
      width: 100%; }
    .checkout-container .checkout-cart .item {
      position: relative;
      margin-top: 20px; }
      .checkout-container .checkout-cart .item .col-8 {
        display: none; }
      .checkout-container .checkout-cart .item .price {
        margin-right: 5px;
        width: auto;
        float: right; }
        .checkout-container .checkout-cart .item .price .price-value {
          width: 85px;
          text-align: right; }
      .checkout-container .checkout-cart .item .col-1 {
        width: 85px !important; }
      .checkout-container .checkout-cart .item .cart-icon img {
        width: 75px;
        margin-right: 10px; }
      .checkout-container .checkout-cart .item .cart-details {
        display: inline-block;
        width: calc(100% - 85px); }
      .checkout-container .checkout-cart .item .cart-remove {
        position: absolute;
        right: 10px;
        top: -20px; }
    .checkout-container .checkout-cart .TotalViewer {
      width: 100%;
      padding-right: 5px;
      margin-right: 50px; }
      .checkout-container .checkout-cart .TotalViewer .col-8 {
        display: none; }
      .checkout-container .checkout-cart .TotalViewer.shipping-total {
        margin-right: 0px; }
        .checkout-container .checkout-cart .TotalViewer.shipping-total .shipping-label {
          float: right;
          width: 50px; }
      .checkout-container .checkout-cart .TotalViewer .price {
        width: auto;
        float: right; }
        .checkout-container .checkout-cart .TotalViewer .price .Value {
          width: 85px;
          text-align: right; }
    .checkout-container .checkout-cart .orderComments .col-6 {
      width: 100%; }
    .checkout-container .checkout-cart .orderComments textarea {
      width: 100%; } }

.registration-container {
  width: 100%;
  margin: 0px auto;
  background-color: #356E8E;
  padding-top: 30px;
  height: 500px; }
  .registration-container .ErrorLabel {
    color: red; }
  .registration-container a {
    text-decoration: none;
    color: #4ab579; }
  .registration-container label {
    color: #ffffff;
    font-family: "Source Sans Pro";
    font-size: 17px;
    font-style: normal;
    font-stretch: normal;
    font-weight: 400;
    line-height: 21px;
    padding-top: 5px; }
  .registration-container input[type=submit]:hover,
  .registration-container input[type=submit] {
    float: right;
    width: auto;
    margin-top: -41px;
    background: #4ab579;
    color: #ffffff;
    font-family: "Source Sans Pro";
    text-decoration: none;
    border-radius: 1px;
    padding: 3px 10px; }
  .registration-container .btn:hover {
    border: none;
    transform: none; }
  .registration-container .CaptchaTable td:nth-of-type(1) {
    width: 100px; }
  .registration-container .CaptchaTable td:nth-of-type(2) {
    width: 100px;
    position: relative; }
  .registration-container .CaptchaTable img {
    position: absolute;
    top: 0px;
    left: 10px;
    height: 38px; }
  .registration-container .registration-field input[type=text],
  .registration-container .registration-field input[type=password],
  .registration-container .CaptchaTable input[type=text] {
    width: 100%;
    height: 38px;
    color: #122330;
    font-family: "Source Sans Pro";
    font-size: 23px;
    margin-bottom: 5px; }
  .registration-container .registration-form {
    padding-bottom: 0px; }
  .registration-container .password-strength.registration-field {
    margin-left: 0px; }
  .registration-container .join-details h1 {
    color: #ffffff;
    font-family: 'Libre Baskerville';
    font-size: 42px;
    line-height: 56px;
    padding-bottom: 15px;
    padding-top: 15px; }
  .registration-container .join-details h3 {
    color: #cae8ed;
    font-family: "Source Sans Pro";
    font-size: 23px;
    font-style: normal;
    font-stretch: normal;
    font-weight: 700;
    line-height: 29px;
    text-transform: none;
    padding-bottom: 15px; }
  .registration-container .join-details p {
    color: #ffffff;
    font-family: "Source Sans Pro";
    font-size: 17px;
    font-style: normal;
    font-stretch: normal;
    font-weight: 400;
    line-height: 25px; }

.search-container h1 {
  color: #356e8e;
  font-family: 'Libre Baskerville', serif;
  font-size: 32px;
  font-style: normal;
  font-stretch: normal;
  font-weight: 400;
  line-height: 56px;
  text-align: left;
  text-transform: none;
  text-decoration: none;
  letter-spacing: 0px;
  padding-top: 40px;
  padding-bottom: 20px; }

.search-container .search-input {
  border-bottom: 3px solid #122330;
  padding-bottom: 60px; }
  .search-container .search-input .form-group {
    display: inline-block;
    width: 75%; }
    .search-container .search-input .form-group .btn-default {
      margin-left: 10px; }
    .search-container .search-input .form-group.form-group-submit {
      width: 20%; }
    .search-container .search-input .form-group label {
      display: none; }
    .search-container .search-input .form-group .editing-form-value-cell input.form-control {
      height: 35px;
      width: 100%; }

.search-container .search-results .search-result {
  margin-top: 20px; }
  .search-container .search-results .search-result .search-title {
    margin-bottom: 10px; }
    .search-container .search-results .search-result .search-title a {
      color: #356e8e;
      font-family: 'Source Sans Pro', sans-serif;
      font-size: 30px;
      text-decoration: none; }
  .search-container .search-results .search-result .search-details {
    font-size: 16px;
    margin-bottom: 10px; }
  .search-container .search-results .search-result .search-url {
    color: #4AB579;
    font-size: 16px; }

.search-container .search-results .search-results-pager {
  margin-top: 40px;
  margin-bottom: 40px;
  margin-left: -10px;
  font-family: "Source Sans Pro"; }
  .search-container .search-results .search-results-pager strong,
  .search-container .search-results .search-results-pager a {
    padding: 10px;
    text-decoration: none;
    color: #5D585D;
    font-weight: bold;
    font-size: 20px; }
  .search-container .search-results .search-results-pager strong {
    background: #4ab579;
    color: #ffffff;
    text-decoration: none;
    border-radius: 1px;
    padding: 3px 10px;
    border: none; }

.blog .blog-image img {
  width: 100%;
  height: auto; }

.blog h1.title {
  color: #356e8e;
  font-family: 'Libre Baskerville', serif;
  font-size: 32px;
  font-style: normal;
  font-stretch: normal;
  font-weight: 400;
  line-height: 56px;
  text-align: left;
  text-transform: none;
  text-decoration: none;
  letter-spacing: 0px;
  padding-top: 40px;
  padding-bottom: 40px;
  border-bottom: 3px solid #122330;
  margin-bottom: 30px; }

.blog .blog-post {
  padding-bottom: 10px;
  margin-bottom: 20px;
  border-bottom: 1px solid #686468;
  color: #686468;
  font-family: 'Source Sans Pro', sans-serif; }
  .blog .blog-post .blog-post-teaser img {
    width: 100%;
    height: auto; }
  .blog .blog-post .blog-post-title {
    margin-top: 20px;
    margin-bottom: 10px; }
    .blog .blog-post .blog-post-title a {
      color: #356e8e;
      font-size: 24px;
      text-decoration: none; }
  .blog .blog-post .blog-post-date {
    margin-bottom: 10px; }
    .blog .blog-post .blog-post-date span {
      font-style: italic; }
  .blog .blog-post a.more-link {
    text-decoration: none;
    display: inline-block;
    color: #308253;
    background: transparent url(../images/right-arrow-green.png) no-repeat center right/14px;
    margin: 10px 0px;
    padding-right: 16px; }

.blog .blog-pager {
  margin-top: 40px;
  margin-bottom: 40px;
  margin-left: -10px;
  font-family: "Source Sans Pro"; }
  .blog .blog-pager .PagerResults {
    display: none; }
  .blog .blog-pager span,
  .blog .blog-pager a {
    padding: 10px;
    text-decoration: none;
    color: #5D585D;
    font-weight: bold;
    font-size: 20px; }
  .blog .blog-pager strong {
    background: #4ab579;
    color: #ffffff;
    text-decoration: none;
    border-radius: 1px;
    padding: 3px 10px;
    border: none; }

.blog .blog-post-details .blog-image img {
  width: 100%;
  height: auto; }

.blog .blog-post-details .blog-post-title {
  margin-top: 20px;
  margin-bottom: 10px; }
  .blog .blog-post-details .blog-post-title a {
    color: #356e8e;
    font-size: 24px;
    text-decoration: none; }

.blog .blog-post-details .blog-post-date {
  margin-bottom: 10px; }
  .blog .blog-post-details .blog-post-date span {
    font-style: italic; }

.blog .blog-post-details + .blog-comments {
  margin-top: 20px; }
  .blog .blog-post-details + .blog-comments .BlogCommentsTitle {
    color: #356e8e;
    font-size: 18px; }
  .blog .blog-post-details + .blog-comments .CommentDetail {
    margin: 10px 0px; }
  .blog .blog-post-details + .blog-comments textarea {
    width: 100%;
    height: 5rem; }
  .blog .blog-post-details + .blog-comments .form-group-submit {
    margin-top: 20px; }

.blog .blog-post-details + .blog-comments + .blog-pager {
  display: none; }

.webinars .product-item .product-details {
  min-height: 0px; }

.webinars .product-item .product-action {
  position: relative; }
  .webinars .product-item .product-action .AddToCartLink,
  .webinars .product-item .product-action .video-play-btn {
    position: absolute;
    right: 0px;
    top: 0px; }
  .webinars .product-item .product-action .video-preview {
    position: absolute;
    right: 0px;
    top: 40px;
    text-decoration: none;
    color: #4ab579; }
  .webinars .product-item .product-action .price {
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 900;
    color: #AFA5AF;
    font-size: 22px; }
  .webinars .product-item .product-action .video-modal {
    position: fixed;
    width: 80%;
    height: 70%;
    left: 10%;
    top: 20%;
    z-index: 9999;
    background: rgba(51, 51, 51, 0.7); }
    .webinars .product-item .product-action .video-modal iframe {
      width: 100% !important;
      height: 100% !important; }

.webinars .product-item .product-buttons .TotalPriceContainer {
  display: none; }

.webinars .product-item .video-play-btn,
.webinars .product-item .AddToCartLink {
  border: none;
  display: inline-block;
  background: #4ab579;
  color: #ffffff;
  font-family: "Source Sans Pro";
  text-decoration: none;
  border-radius: 1px;
  padding: 7px 35px;
  line-height: 20px;
  font-size: 18px;
  height: auto;
  width: auto; }

.webinars .product-item .video-play-btn {
  text-align: center; }

.webinars .product-item .product-description ul {
  margin-left: 20px; }

.about .person-description {
  color: #333133;
  font-size: 17px;
  font-style: normal;
  font-stretch: normal;
  font-weight: 400;
  line-height: 25px;
  text-align: left;
  text-transform: none;
  text-decoration: none; }
  .about .person-description h3 {
    color: #356e8e;
    font-family: 'Libre Baskerville', serif;
    font-size: 25px;
    font-style: normal;
    font-stretch: normal;
    padding-bottom: 20px; }

.business-analysis.training-videos .product-details {
  min-height: 200px; }
  .business-analysis.training-videos .product-details .add-to-cart-container.control-group-inline.AddToCartContainer {
    bottom: -28px; }

.my-account-container {
  max-width: 1036px;
  width: 1036px;
  min-width: 200px;
  margin: 0 auto;
  min-height: 450px;
  padding-bottom: 20px; }
  .my-account-container .title {
    color: #356e8e;
    font-family: 'Libre Baskerville', serif;
    font-size: 42px;
    font-style: normal;
    font-stretch: normal;
    font-weight: 400;
    line-height: 56px;
    text-align: left;
    text-transform: none;
    text-decoration: none;
    letter-spacing: 0px;
    padding-top: 20px;
    text-align: center; }
  .my-account-container .account-details .ui-autocomplete {
    background-color: #ffffff; }
  
  .my-account-container .account-details input[type=password],
  .my-account-container .account-details input[type=text],
  label{
    width: 100%;
    height: 38px;
    color: #122330;
    font-family: "Source Sans Pro";
    font-size: 23px;
    margin: 5px 0 15px; }
    .password-strength-text{
        font-size:20px;
    }
.my-account-container .purchases {
    margin-top: 25px;
    padding-top:25px;
    border-top: 2px solid black;
}
    .my-account-container .purchases .section-title {
      display: inline-block;
      margin-bottom: 10px;
      color: #356e8e;
      font-family: 'Libre Baskerville', serif;
      font-size: 20px; }
    .my-account-container .purchases .downloads a,
    .my-account-container .purchases .order-history a {
      display: block;
      padding: 5px 0px; }
    .my-account-container .purchases .videos .video-item .video-container {
      position: relative;
      padding-bottom: 56.25%;
      /* 16:9 */
      height: 0; }
      .my-account-container .purchases .videos .video-item .video-container iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%; }
  @media only screen and (max-width: 1000px) {
    .my-account-container {
      max-width: 100%; }
      .my-account-container .col-3,
      .my-account-container .col-6 {
        width: 100%; } }
