body {
  margin: 0px;
  padding: 0px;
  color: rgb(52,55,69);
  margin-top: 70px;
  min-width: 325px; }
  @media (min-width: 768px) and (max-width: 979px) {
    body {
      margin-top: 100px; } }

body.headless {
  margin-top: 0px; }

* {
  font-family: 'Lato', sans-serif, Helvetica, Roboto, Arial; }

.navbar {
  padding: 10px 0px 20px 0px;
  height: 50px;
  background-color: #ffffff;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 3;
  transition: 0.5s ease-out;
  transition-property: -webkit-transform height;
  transition-property: transform height;
  box-shadow: 0px 0px 8px #999999;
  overflow: hidden; }
  @media (min-width: 768px) and (max-width: 979px) {
    .navbar {
      text-align: center;
      height: 80px; } }

@media (min-width: 768px) and (max-width: 979px) {
  .scrolled .navbar {
    -webkit-transform: translateY(-45px);
    transform: translateY(-45px); } }

.navbar .joinform {
  display: none;
  height: 50px; }

.mobile-join {
  display: none; }

.joinform {
  padding-top: 10px;
  background-color: #efefef; }
  @media (max-width: 767px) {
    .joinform {
      display: block;
      padding: 20px 0px 10px 0px; } }
  .joinform .joinprefix {
    font-size: 20px;
    font-weight: 400;
    color: #666666; }
    @media (max-width: 767px) {
      .joinform .joinprefix {
        display: none; } }
  .joinform input {
    font-size: 16px;
    padding: 5px;
    border: #999999 1px solid;
    border-radius: 5px;
    margin-right: 10px;
    width: 120px;
    height: 32px;
    background-color: #ffffff;
    box-sizing: border-box; }
  .joinform .join-button {
    width: 150px;
    border: 0;
    font-size: 16px;
    line-height: 16px;
    padding: 10px 0px;
    background-color: #2098DD;
    border-radius: 10px;
    text-align: center;
    color: #ffffff;
    cursor: pointer;
    display: inline-block;
    text-transform: uppercase;
    text-decoration: none; }
    .joinform .join-button:hover {
      background-color: #6CBFEE; }
  .joinform .cancellink {
    margin-left: 20px;
    display: inline-block;
    text-decoration: none; }
    .joinform .cancellink:hover {
      color: #2098DD; }

.front-header {
  background-color: #ffffff;
  padding: 10px; }
  .front-header h1 {
    margin: 0px;
    display: block; }

.customer-logos {
  text-align: center;
  margin: 20px; }
  .customer-logos div {
    display: inline-block;
    padding: 5px;
    border: #cccccc 1px solid;
    border-radius: 5px;
    background-color: #ffffff;
    margin: 10px; }
  .customer-logos img {
    width: 150px; }

.front-page {
  padding-top: 20px;
  padding-bottom: 20px; }

.product-box {
  background-color: #ffffff;
  border-radius: 10px;
  border: #cccccc 1px solid; }
  @media (min-width: 980px) {
    .product-box {
      box-sizing: border-box;
      display: inline-block;
      width: 48%;
      min-width: 450px;
      transition: all .25s ease-in; }
      .product-box:hover {
        cursor: pointer;
        -webkit-transform: scale(1.05, 1.05);
        transform: scale(1.05, 1.05); }
      .product-box .product-pic {
        height: 75px;
        margin: 10px; } }
  .product-box .subhead {
    font-size: 18px;
    padding-left: 10px;
    padding-bottom: 10px;
    border-bottom: #cccccc 1px solid; }
  @media (max-width: 979px) {
    .product-box {
      margin-bottom: 20px;
      max-width: 500px;
      margin-left: auto;
      margin-right: auto;
      padding-bottom: 20px; }
      .product-box .product-pic {
        width: 300px;
        margin: 10px; } }
  .product-box .product-box-header {
    border-radius: 10px 10px 0px 0px; }
  .product-box .product-body {
    text-align: left;
    padding: 10px; }
    .product-box .product-body .product-bullet {
      display: table-row; }
    .product-box .product-body span {
      font-size: 24px;
      display: table-cell;
      vertical-align: middle; }
      @media (max-width: 767px) {
        .product-box .product-body span {
          margin-top: 100px;
          font-size: 20px; } }
    .product-box .product-body img {
      height: 40px;
      margin: 5px 10px 5px 0px; }
      @media (max-width: 767px) {
        .product-box .product-body img {
          height: 32px; } }
  .product-box .product-cta-footer {
    text-align: center;
    margin-top: 10px;
    padding: 10px; }
    .product-box .product-cta-footer .cta-button {
      width: 100% !important; }

@media (min-width: 980px) {
  .product-box-left {
    float: left; }
  .product-box-right {
    float: right; } }

@media (min-width: 768px) and (max-width: 979px) {
  .joinmeeting .navbar {
    height: 130px; }
  .joinmeeting .navbar .joinform {
    display: block; } }

@media (min-width: 980px) {
  .joinmeeting .navbar {
    height: 100px; }
  .joinmeeting .navbar .joinform {
    display: block; } }

.centered-content {
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  padding-left: 10px;
  padding-right: 10px; }

.header-logo {
  float: left;
  margin-top: 15px; }
  @media (min-width: 768px) and (max-width: 979px) {
    .header-logo {
      float: none; } }

.newpill {
  position: absolute;
  font-size: 10px;
  line-height: 10px;
  background-color: #bb0000;
  color: white;
  font-weight: bold;
  padding: 3px;
  border-radius: 3px;
  -webkit-transform: translate(30px, -35px) rotate(-15deg);
  transform: translate(30px, -35px) rotate(-15deg); }

ul.nav-links {
  float: right;
  text-align: right;
  list-style: none; }
  @media (max-width: 767px) {
    ul.nav-links {
      display: none; } }
  @media (min-width: 768px) and (max-width: 979px) {
    ul.nav-links {
      text-align: center;
      float: none; } }
  ul.nav-links li {
    display: inline-block;
    padding: 5px 20px;
    text-transform: uppercase; }
    ul.nav-links li a {
      text-decoration: none;
      font-weight: bold;
      color: rgb(52,55,69); }
      ul.nav-links li a:hover {
        color: #2098DD; }

.first-block {
  padding-top: 80px; }

.hamburger {
  float: right;
  margin-top: 20px;
  display: none;
  cursor: pointer; }
  @media (max-width: 767px) {
    .hamburger {
      display: inline-block; } }

.close-hamburger {
  margin-top: 30px; }

.sidenav-menu {
  display: none;
  position: fixed;
  z-index: 300;
  background-color: #ffffff;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 1200px;
  transition: 0.4s ease-in-out;
  transition-property: -webkit-transform;
  transition-property: transform;
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
  border-left: #C8C8C8 1px solid; }

ul.side-nav-links {
  text-align: left;
  list-style: none;
  padding: 0px; }
  ul.side-nav-links li {
    display: block;
    padding: 10px 20px;
    text-transform: uppercase;
    font-size: 32px;
    border-bottom: #C8C8C8 1px solid; }
    ul.side-nav-links li a {
      text-decoration: none;
      font-weight: 300;
      color: rgb(52,55,69); }
      ul.side-nav-links li a:hover {
        color: #2098DD; }

.sidenav .sidenav-menu {
  -webkit-transform: translateX(0);
  transform: translateX(0); }

.clear {
  clear: both; }

.clear:after {
  content: " ";
  /* Older browser do not support empty content */
  visibility: hidden;
  display: block;
  height: 0;
  clear: both; }

.dashboard h2 {
  font-size: 28px;
  font-weight: 600; }

.promo-wrapper {
  margin-left: 100px; }
  @media (min-width: 768px) and (max-width: 979px) {
    .promo-wrapper {
      margin-left: 50px; } }
  @media (max-width: 767px) {
    .promo-wrapper {
      margin-left: 0px;
      margin-right: 0px; } }
  .promo-wrapper p {
    font-size: 16px; }

.hero {
  background-image: url(/static/images/hero.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-color: #326D8F;
  overflow: hidden; }
  .hero h1 {
    margin-bottom: 30px;
    color: #ffffff;
    font-weight: 300;
    text-align: center;
    font-size: 32px;
    text-shadow: 1px 1px 6px #333333; }
  .hero h2 {
    margin-top: 60px;
    margin-bottom: 30px;
    color: #ffffff;
    font-weight: 600;
    text-align: center;
    font-size: 36px;
    text-shadow: 1px 1px 6px #333333; }
  .hero h3 {
    margin-top: 60px;
    color: #ffffff;
    font-weight: 300;
    text-align: center;
    font-size: 24px;
    padding: 0px 10px;
    text-shadow: 1px 1px 6px #333333; }
    .hero h3 .blurb-inner {
      display: inline-block;
      text-align: center;
      max-width: 700px; }
  @media (max-width: 767px) {
    .hero h2, .hero h3 {
      margin-top: 20px; }
    .hero h1 {
      font-size: 24px;
      padding: 0px; } }
  .hero .movie {
    top: 65px;
    text-align: center;
    position: relative; }

.hero-small {
  height: 250px; }

.slug {
  margin-top: 30px;
  margin-bottom: 30px; }

.divider {
  border-top: #C8C8C8 1px solid; }

.center-text {
  text-align: center; }

.cta-button {
  width: 400px;
  font-size: 16px;
  line-height: 16px;
  padding: 20px 0px;
  background-color: #2098DD;
  border-radius: 10px;
  text-align: center;
  color: #ffffff;
  cursor: pointer;
  display: inline-block;
  text-transform: uppercase;
  text-decoration: none; }
  @media (max-width: 767px) {
    .cta-button {
      width: 280px; } }
  .cta-button:hover {
    background-color: #6CBFEE; }

.feature-row {
  display: inline-block;
  margin-bottom: 60px; }
  @media (max-width: 767px) {
    .feature-row {
      text-align: center;
      margin-bottom: 30px; } }
  .feature-row .description {
    display: table-cell;
    vertical-align: middle;
    height: 250px;
    padding: 0 100px;
    font-size: 18px;
    min-width: 325px; }
    @media (min-width: 768px) and (max-width: 979px) {
      .feature-row .description {
        padding: 0 40px; } }
    @media (max-width: 767px) {
      .feature-row .description {
        padding: 0 10px; } }
    .feature-row .description h4 {
      font-size: 28px;
      font-weight: 600; }
  .feature-row .img-right {
    float: right;
    margin-right: 100px; }
    @media (min-width: 768px) and (max-width: 979px) {
      .feature-row .img-right {
        margin-right: 40px; } }
    @media (max-width: 767px) {
      .feature-row .img-right {
        float: none;
        margin: 0; } }
  .feature-row .img-left {
    float: left;
    margin-left: 100px; }
    @media (min-width: 768px) and (max-width: 979px) {
      .feature-row .img-left {
        margin-left: 40px; } }
    @media (max-width: 767px) {
      .feature-row .img-left {
        float: none;
        margin: 0; } }
  .feature-row img.round {
    border: #ffffff 10px solid;
    border-radius: 50%;
    box-shadow: 0px 0px 22px rgba(0, 0, 0, 0.5);
    box-sizing: border-box; }

h1 {
  margin-bottom: 30px;
  font-weight: 300;
  text-align: center;
  font-size: 36px; }

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

:after, :before {
  box-sizing: border-box; }

.testimonials {
  vertical-align: top; }
  @media (max-width: 767px) {
    .testimonials {
      padding: 0px 10px; } }
  @media (min-width: 768px) and (max-width: 979px) {
    .testimonials {
      padding: 0px 50px; } }
  @media (min-width: 980px) {
    .testimonials {
      padding: 0px 100px; } }

.quote {
  display: inline-block;
  vertical-align: top;
  box-sizing: border-box;
  width: 49%;
  padding: 30px;
  color: #75798C;
  font-weight: 300; }
  @media (max-width: 767px) {
    .quote {
      width: auto;
      display: block;
      padding-right: 0px; } }
  .quote .quote-body {
    font-style: italic; }
  .quote .quote-credit {
    font-style: normal;
    margin-top: 15px; }
    .quote .quote-credit b {
      color: rgb(52,55,69); }
  .quote:before {
    position: absolute;
    display: inline-block;
    width: 25px;
    height: 30px;
    margin-left: -30px;
    margin-top: -20px;
    content: "";
    background: url(/static/images/quote.png) center center no-repeat;
    background-size: 25px auto;
    box-sizing: border-box; }

.section-header {
  font-size: 32px;
  font-weight: 300; }

.footer {
  background-color: rgb(52,55,69);
  color: #ffffff;
  line-height: 28px;
  padding: 80px 0;
  font-size: 14px; }
  .footer a {
    color: #ffffff;
    text-decoration: none; }
    .footer a:hover {
      text-decoration: underline; }
  .footer .copyright {
    color: #A3A3A3;
    font-size: 12px; }
  .footer .footer-links {
    float: left; }
  .footer .footer-badges {
    float: right;
    text-align: right; }
  @media (max-width: 767px) {
    .footer .footer-links {
      margin-top: 15px;
      float: none;
      text-align: center; }
    .footer .footer-badges {
      margin-top: 15px;
      float: none;
      text-align: center; } }

.grid-row {
  display: table; }
  .grid-row .feature-block {
    padding: 20px;
    box-sizing: border-box;
    display: table;
    text-align: left;
    border: #6CBFEE 1px solid;
    border-bottom: #6CBFEE 10px solid;
    font-size: 22px;
    font-weight: 300;
    cursor: pointer;
    transition: 0.25s ease-in;
    transition-property: border, border-bottom, box-shadow; }
    @media (min-width: 980px) {
      .grid-row .feature-block {
        float: left;
        width: 48%;
        margin: 1%;
        height: 165px; } }
    @media (min-width: 768px) and (max-width: 979px) {
      .grid-row .feature-block {
        width: 90%;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 15px; } }
    @media (max-width: 767px) {
      .grid-row .feature-block {
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 15px; } }
    .grid-row .feature-block b {
      font-weight: 600; }
    .grid-row .feature-block img {
      display: table-cell;
      margin-right: 20px; }
    .grid-row .feature-block .feature-bullet {
      display: table-cell;
      vertical-align: top; }
    .grid-row .feature-block:hover {
      box-shadow: 0 8px 8px 0 rgba(0, 0, 0, 0.04), 0 12px 24px 0 rgba(0, 0, 0, 0.1);
      border: #2098DD 1px solid;
      border-bottom: #2098DD 10px solid; }
