/*! HTML5 Boilerplate v5.0 | MIT License | http://h5bp.com/ */

html {
    font-family: 'proxima-nova','Proxima Nova',Arial,sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
    -webkit-font-smoothing: antialiased;
    color: #7b8c96;
}

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

a {
    color: inherit;
    text-decoration: none;

    -webkit-tap-highlight-color: transparent;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

audio,
canvas,
iframe,
img,
svg,
video {
    vertical-align: middle;
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

textarea {
    resize: vertical;
}

input, textarea {
    outline: none;
}

ul, li {
    list-style-type: none;
    padding: 0;
}

.browserupgrade {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}


/* ===== Initializr Styles ==================================================
   Author: Jonathan Verrecchia - verekia.com/initializr/responsive-template
   ========================================================================== */

body {
    width: 100%;
    min-width: 310px;

    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.title {
    float: left;
}

/* ============== Effects ==============
========================================================================== */

.csstransitions body {
    -webkit-transition: 1.5s opacity ease-out;
    /*opacity: 0;*/
}

.csstransitions body.animate {
    opacity: 1;
}

/* ==============
    MOBILE: Menu
   ============== */

nav {
    float: right;
}

nav .hamburger {
    padding: 0 5px 5px 5px;
    -webkit-tap-highlight-color: transparent;
}

nav .hamburger svg {
    width: 18px;
    height: 18px;
    fill: #b0bac0;
}

nav ul {
    width: 0;
    opacity: 0;
    -webkit-transition: .3s opacity ease-in;

    margin: 0;
    padding: 0;
    list-style-type: none;

    position: absolute;
    left: 0;
    top: 71px;
    background: #00b2fa;
    line-height: 50px;
    font-size: 1.3rem;
    z-index: 100;
}

nav ul.open.transition {
    width: 100%;
    opacity: 1;
}
nav ul.open {
    width: 100%;
    opacity: 1;
}
nav ul.transition:not(.open) {
    width: 100%;
    opacity: 0;
}

nav li {
    margin: .25em .5em;
    padding-bottom: 0.25em;
    padding-top: 0.25em;
    padding: .25em 0;

    border-bottom: 1px solid rgba(0,0,0,0.1);
}

nav li:last-of-type {
    border-bottom: 0;
}

nav a {
    display: block;

    text-align: center;
    text-decoration: none;
    font-weight: 300;

    color: #fff;

    -webkit-transition: color .2s ease-in;
    transition: color .2s ease-in;
}


/* ==============
    MOBILE: Main
   ============== */

.main article h1 {
    font-size: 2em;
}

.main aside {
    color: white;
    padding: 0px 5% 10px;
}

.footer-container footer {
    color: white;
    padding: 20px 0;
}

/* ===============
    ALL: IE Fixes
   =============== */

.ie7 .brand {
    padding-top: 20px;
}

/*
 * HEADER
 *
 */

.brand {
  margin-top: 1.5rem;
  margin-left: 2rem;
  display: block;
  width: 190px;
  height: 28px;
  float: left;

  cursor: pointer;
}

.brand:after {
  right: -38px;
  top: -34px;
}

.brand .name {
  float: left;
  display: block;
  font-family: 'Open Sans', sans-serif;
  font-size: 18px;
  line-height: 1em;
  color: #4b565d;
  font-weight: 300;
  letter-spacing: 1px;
  position: relative;
  top: 4px;
}

.brand .name strong {
  font-weight: 600;
}

.logo {
}

.brand > .logo {
  width: 54px;
  height: 15px;
  float: left;
  display: inline-block;
  position: relative;
  top: 14px;
  left: 14px;
}

.circle > .logo-large {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -15px;
}

.logo > .item {
  width: 0px;
  height: 0px;
  position: absolute;
  opacity: 0;

  transition: opacity 1s linear;
  -moz-transition: opacity 1s linear;
  -webkit-transition: opacity 1s linear;
}
.logo-large .item {
  border-width: 30px;
}

.logo > .item.show {
  opacity: 1;
  transition: opacity 1s linear;
  -moz-transition: opacity 1s linear;
  -webkit-transition: opacity 1s linear;
}

.b1 {
  border-right: 0px solid transparent;
  border-left: 14px solid transparent;
  border-top: 14px solid #51bae5;
  left: -14px;
  top: -14px;
}
.logo-large > .b1 {
  border-right-width: 0;
  left: -30px;
  top: -30px;
}
.b2 {
  border-left: 0px solid transparent;
  border-right: 14px solid transparent;
  border-top: 14px solid #139bd4;
  top: -14px;
}
.logo-large > .b2 {
  border-left-width: 0;
  top: -30px;
}
.r1 {
  border-right: 0px solid transparent;
  border-left: 14px solid transparent;
  border-bottom: 14px solid #e85346;
  top: -14px;
}
.logo-large > .r1 {
  border-right-width: 0;
  top: -30px;
}
.r2 {
  border-left: 0px solid transparent;
  border-right: 14px solid transparent;
  border-bottom: 14px solid #ad291d;
  left: 14px;
  top: -14px;
}
.logo-large > .r2 {
  border-left-width: 0;
  left: 30px;
  top: -30px;
}
.r3 {
  border-left: 0px solid transparent;
  border-right: 14px solid transparent;
  border-top: 14px solid #8f231a;
  top: 0;
  left: 14px;
}
.logo-large > .r3 {
  border-left-width: 0;
  left: 30px;
}
.r4 {
  border-right: 0px solid transparent;
  border-left: 14px solid transparent;
  border-top: 14px solid #d1382a;
  top: 0;
  left: 0;
}
.logo-large > .r4 {
  border-right-width: 0;
}

.y1 {
  border-left: 0px solid transparent;
  border-right: 14px solid transparent;
  border-bottom: 14px solid #fbae42;
  top: 0;
  left: 0;
}
.logo-large > .y1 {
  border-left-width: 0;
}
.y2 {
  border-right: 0px solid transparent;
  border-left: 14px solid transparent;
  border-bottom: 14px solid #ffdd76;
  left: -14px;
}
.logo-large > .y2 {
  border-right-width: 0;
  left: -30px;
}

nav {
    margin: 1.4rem 1rem 0 0;
}

.header-container .background {
    width: 100%;
    height: 660px;
    margin-top: -660px;
    position: absolute;

    background: url('/img/header_background.png') no-repeat left bottom;
    z-index: -1;
}

.header-container h2 {
    max-width: 12em;
    padding-left: 2rem;
    color: #46494b;
    font-size: 36px;
    font-weight: 300;
    line-height: 110%;
}



/*
 * TOP FORM
 */

.top-form-container {
  background-color: #fafbfc;
}

.top-form-container form {
    text-align: center;
    margin-left: 2rem;
    z-index: 10;
}



/*
 * BOTTOM FORM
 */

.bottom-form-container {
  position: relative;
  background: #fff;
  color: #fff;

  text-align: center;
}

.bottom-form-heading {
  width: 80%;
  margin: 80px auto;
  background-color: #fff;
}

.bottom-form-container h2 {
    margin-top: 0;
    margin-bottom: 0;
    font-weight: 300;
    line-height: 120%;
    font-size: 36px;
    font-weight: 700;
    color: #475059;
}

.bottom-form-container h2 .subheading {
  font-weight: 300;
  color: #879099;
}

.bottom-form-container p {
    font-weight: 400;
    color: #3583a9;
}

.bottom-form {
  position: relative;
  height: 350px;
  background-image: url('/img/cta_mobile.png');
  background-repeat: no-repeat;
}

.bottom-form .form-beta-trial {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  margin: -30px auto 0;
}

.bottom-form form.form-beta-trial .form-beta-trial-input {
  display: block;
  margin: 0 auto;
}

.bottom-form .form-beta-trial .submitContainer .loader {
  top: 23px;
}

.bottom-form .spinner {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 30px auto 0;

  height: 20px;
  width: 20px;
  animation: rotate 0.8s infinite linear;
  border: 2px solid #fff;
  border-right-color: transparent;
  border-radius: 50%;
}

@keyframes rotate {
  0% {transform: rotate(0deg);}
  100%  {transform: rotate(360deg);}
}

.bottom-form form.form-beta-trial.form-beta-trial-white button.submit {
  margin-top: 20px;
  background-color: #ffc926;
  border: none;
}

.bottom-form form.form-beta-trial.form-beta-trial-white button.submit:hover {
  background-color: #ffc926;
  color: #fff;
}

.bottom-form .bottom-form-background {
  display: none;
}

.bottom-form .form-beta-trial-white .loader:before,
.bottom-form .form-beta-trial-white .loader:after {
  background-color: #4da6ff;
}

form.form-beta-trial {
  position: relative;
}

form.form-beta-trial input[type='email'] {
    font-size: 18px;
    line-height: 44px;
    padding: 0 10px;
    margin-right: 21px;
    border: 0;
    border-bottom: 1px solid #e2e7ea;
    width: 222px;
    background: transparent;

    -webkit-transition: border .2s ease-out;
    -moz-transition: border .2s ease-out;
    -o-transition: border .2s ease-out;
    -ms-transition: border .2s ease-out;
    transition: border .2s ease-out;

    /* Fix border rendering bug */
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;

    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
}

form.form-beta-trial input[type='email']:hover,
form.form-beta-trial input[type='email']:focus {
  border-color: #4da6ff;
  -webkit-transition: border .2s ease-out;
  -moz-transition: border .2s ease-out;
  -o-transition: border .2s ease-out;
  -ms-transition: border .2s ease-out;
  transition: border .2s ease-out;
}

form.form-beta-trial.error input[type='email'],
form.form-beta-trial.form-beta-trial-white.error input[type='email'] {
  border-color: rgb(247, 56, 70);
  -webkit-transition: border .2s ease-out;
  -moz-transition: border .2s ease-out;
  -o-transition: border .2s ease-out;
  -ms-transition: border .2s ease-out;
  transition: border .2s ease-out;
}

form.form-beta-trial.success input[type='email'],
form.form-beta-trial.form-beta-trial-white.success input[type='email'] {
  border-color: rgb(118, 209, 10);
  -webkit-transition: border .2s ease-out;
  -moz-transition: border .2s ease-out;
  -o-transition: border .2s ease-out;
  -ms-transition: border .2s ease-out;
  transition: border .2s ease-out;
}

form.form-beta-trial input[type='email']:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 1000px white inset;
}

form.form-beta-trial.form-beta-trial-white input[type='email'] {
    border-bottom: 2px solid #fff;
    color: #fff;
}

form.form-beta-trial.form-beta-trial-white input[type='email']:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 1000px rgb(43, 173, 237) inset;
  -webkit-text-fill-color: white;
}

form.form-beta-trial.form-beta-trial-white input[type='email']::-webkit-input-placeholder {
    color: #fff;
}

form.form-beta-trial button.submit {
    display: inline-block;
    height: 44px;
    margin-top: 3rem;
    background-color: #4da6ff;
    border: 2px solid #4da6ff;
    border-radius: 24px;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 44px;
    text-align: left;

    position: relative;
    width: 140px;
    line-height: 36px;
    white-space: nowrap;
    text-align: center;
    overflow: hidden;

    -webkit-transition: 200ms all;
    -moz-transition: 200ms all;
    transition: 200ms all;
}
form.form-beta-trial button.submit:focus {
  outline: none;
}

form.form-beta-trial button.submit:hover {
  background-color: #139bd4;
  border-color: #139bd4;
}

form.form-beta-trial button.submit.sending {
  opacity: 0;
  background-color: #139bd4;
  border-color: #139bd4;
  color: #139bd4;
  width: 45px;
  margin: 3rem 0 0 50px;
}

form.form-beta-trial.form-beta-trial-white button.submit {
    border: 2px solid #fff;
    color: #fff;
}


form.form-beta-trial.form-beta-trial-white button.submit:hover {
    background-color: #327b9e;
    border-color: #327b9e;
    color: #2db4f7;
}


/*
 * FOOTER
 */

.footer-container {
    background: #35454f;
    font-size: 90%;
}

.footer-container footer > ul {
    text-align: center;
    padding: 0 1rem;
}

.footer-container footer > ul > li {
    margin-bottom: 2em;

    font-weight: 700;
    text-transform: uppercase;
    color: #6b8290;
}

.footer-container footer > ul > li:last-of-type {
    margin-bottom: 0;
}

.footer-container ul ul,
.footer-container ul p {
    margin: 0;
    font-size: 110%;
    font-weight: 400;
    text-transform: none;
    color: #edebf1;
}

.footer-container ul li p a {
    font-size: 1.1em;
    font-weight: 600;
    color: #2eb4f7;
}

.footer-container ul li p a:hover {
    border-color: #2eb4f7;
}

.footer-container footer .contact {
    min-width: 13rem;
}

.footer-container footer .company {
    min-width: 13.5rem;
}

.footer-container footer .company li {
    float: left;
    width: 25%;
    white-space: nowrap;
}

.footer-container footer li a,
.footer-container footer .social li a span {
    padding: 0 1px;
    color: #edebf1;
    font-size: 90%;

    border-bottom: 1px solid rgba(255, 255, 255, 0);
    -webkit-transition: 200ms all;
    -moz-transition: 200ms all;
    transition: 200ms all;
}

.footer-container footer .social li a {
    border: none !important;
}

.footer-container footer li a:hover,
.footer-container footer .social li a:hover span {
    border-bottom: 1px solid rgba(255, 255, 255, 255);
}

.footer-container footer .social ul {
    max-width: 30em;
    margin: 1em auto 0 auto;
    margin-left: 8%;
    text-align: center;
}

.footer-container footer .social li {
    display: inline-block;
    width: 25%;
    min-width: 6.7rem;
    float: left;
}

.footer-container footer .social li {
    width: 50%;
}

.footer-container footer .social li a {
    min-width: 8rem;
    display: inline-block;
    margin-bottom: 14px;
    background-repeat: no-repeat;
    line-height: 34px;
    text-align: left;
    position: relative;
}

.footer-container footer .social li a:before {
    content: '';
    width: 26px;
    height: 26px;
    background-color: white;
    position: absolute;
    top: 3px;
    left: 3px;
    border-radius: 14px;
    opacity: 0;
    -webkit-transition: opacity .15s ease-out;
    -moz-transition: opacity .15s ease-out;
    transition: opacity .15s ease-out;
}

.footer-container footer .social li a svg {
    width: 30px;
    height: 30px;
    margin-top: -2px;
    margin-right: .3rem;
    opacity: 1;
    z-index: 2;
    position: relative;
}

.footer-container footer .social li a:hover:before {
    opacity: 1;
    -webkit-transition: opacity .15s ease-out;
    -moz-transition: opacity .15s ease-out;
    transition: opacity .15s ease-out;
}

.footer-container footer .social li a.fb svg {
    fill: #477acc;
}

.footer-container footer .social li a.li svg {
    fill: #1993c1;
}

.footer-container footer .social li a.tw svg {
    fill: #00bbf2;
}

.footer-container footer .social li a.al svg {
    fill: #6a8190;
}

.footer-container hr {
    clear: both;
    border-top: 1px solid #3e515d;
}

.footer-container .copyright {
    color: #6b8290;
    font-size: 65%;
    text-align: left;
    line-height: 18px;
    padding-bottom: 50px;
    position: relative;
}

.footer-container .copyright .brand {
    display: block;
    margin: 2em auto;
    float: none;
}

.footer-container .copyright .brand .name {
    color: #fff;
}

.footer-container .copyright p {
    padding: 0 0.8em;
    margin: 2.3em auto 0 auto;
}

.footer-container .copyright p span {
    display: inline-block;
}

.footer-container .copyright p span a {
    color: inherit;

    border-bottom: 1px solid transparent;
    -webkit-transition: 200ms all;
    -moz-transition: 200ms all;
    transition: 200ms all;
}

.footer-container .copyright p span a:hover {
    border-bottom: 1px solid #6b8290;
}

.copyright {
  display: -webkit-flex;
  display: flex;
}
.copyright__brand {
  width: 285px;
}
.copyright__content {
  -webkit-flex: 1;
  flex: 1;
}
.copyright__analytics {
  margin: 2.3em auto 0 auto;
  width: 285px;
  text-align: center;
}

@media only screen and (max-width: 1024px) {
  .copyright__content {
    padding: 0 10px;
  }
}

@media only screen and (max-width: 768px) {
  .copyright {
    flex-direction: column;
    text-align: center;
  }
  .copyright__content {
    text-align: center;
  }
  .copyright__brand {
    margin: 0 auto;
  }
  .copyright__analytics {
    margin-top: 40px;
  }
}

/* Tracking */
.footer-container ~ iframe {
    width: 0;
    height: 0;
    position: absolute;
    margin-top: -1px;
}

/*
 * Loading indicator
 */
.submitContainer {
  width: 140px;
  display: inline-block;
  position: relative;
}
.submitContainer .loader {
  top: 50px;
  left: 50px;
}
.loader,
.loader:before,
.loader:after {
  border-radius: 50%;
}
.loader:before,
.loader:after {
  position: absolute;
  content: '';
}
.loader:before {
  width: 5.2em;
  height: 10.2em;
  background: #fff;
  border-radius: 10.2em 0 0 10.2em;
  top: -0.1em;
  left: -0.1em;
  -webkit-transform-origin: 5.2em 5.1em;
  transform-origin: 5.2em 5.1em;

  -webkit-animation: load2 0.8s infinite ease 0.7s;
  animation: load2 0.8s infinite ease 0.7s;
}
.loader {
  position: absolute;
  top: 49px;
  left: 318px;
  font-size: 4px;
  text-indent: -99999em;
  width: 10em;
  height: 10em;
  box-shadow: inset 0 0 0 2px #36bafb;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
}
.loader:after {
  width: 5.2em;
  height: 10.2em;
  background: #fff;
  border-radius: 0 10.2em 10.2em 0;
  top: -0.1em;
  left: 5.1em;
  -webkit-transform-origin: 0px 5.1em;
  transform-origin: 0px 5.1em;
  -webkit-animation: load2 0.8s infinite ease;
  animation: load2 0.8s infinite ease;
}
.form-beta-trial-white .loader {
  box-shadow: inset 0 0 0 2px white;
}

.form-beta-trial-top .loader:before,
.form-beta-trial-top .loader:after {
  background-color: #fafbfc;
}

.form-beta-trial-white .loader:before,
.form-beta-trial-white .loader:after {
  background: #2baded;
}
@-webkit-keyframes load2 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes load2 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

/*
 * POPUP
 */

.popupContainer {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background-image: radial-gradient(ellipse, rgba(188, 198, 206, .8) 10%, rgba(98, 112, 120, .9));
  z-index: 100;

  opacity: 0;
  visibility: hidden;
  display: none;
}

.popupContainer.visible {
  opacity: 1;
  visibility: visible;
  display: block;
}

.popup {
  width: 540px;
  height: 490px;
  background-color: white;
  border-radius: 10px;
  box-shadow: 7.5px 13px 40px rgba(54, 71, 82, 0.1);
  text-align: center;
  padding: 80px 75px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0);
  -moz-transform: translate3d(-50%, -50%, 0);
  -o-transform: translate3d(-50%, -50%, 0);
  -ms-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);

  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.popup .closeBtn {
  width: 13px;
  height: 13px;
  position: absolute;
  top: 31px;
  right: 29px;
}

.popup .closeBtn svg {
  fill: rgba(150, 163, 171, .4);
  position: relative;
  top: -6px;
  pointer-events: none;
}

.popup .headline {
  color: rgb(41, 43, 44);
  font-size: 36px;
  font-weight: 300;
  margin: 0;
}

.popup .description,
.popup .shareQuote {
  color: rgb(172, 183, 190);
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  margin: 21px 0 0 0;
}

.popup .icon  {
  width: 140px;
  height: 100px;
  background: url(/img/contact_emailicon.png) no-repeat;
  background-size: 100%;
  display: block;
  margin: 32px auto 47px auto;
}

.popup .shareBtns {
  width: 100%;
  height: 23px;
  margin-top: 20px;
}

.popup .shareBtns .socialBtn {
  float: left;
  margin-right: 60px;
}

.popup .shareBtns .socialBtn:last-child {
  margin-right: 0;
}

.popup .shareBtns .linkedin {
  position: relative;
  top: 2px;
}


/*
 * TESTIMONIALS
 *
 */

.testimonials {
    padding-top: 97px;
    padding-bottom: 97px;
    background-color: #fafbfc;
    background-image: linear-gradient(to top, #fafbfc, #f2f5f7);
    overflow: hidden;
}

.testimonials .wrapper {
  width: 1024px;
  position: relative;
  left: 50%;
  margin: 0 0 0 -512px;
}

.testimonials h2 {
    font-size: 18px;
    font-weight: 600;
    text-align: center;
    color: #bcc4cc;
    text-transform: uppercase;
}

.testimonials h2 > span {
    display: block;
    margin-top: 8px;
    font-size: 30px;
    font-weight: bold;
    color: #475059;
    text-transform: none;
}

.testimonials-list {
    margin: 50px 0 0 0;
}


.testimonials-item {
  outline: none;
  opacity: 0.7;
  transition: opacity .15s ease-out;
}

.testimonials-item:hover,
.testimonials-item.slick-current {
  opacity: 1;
}

.testimonials-item:not(.slick-current):hover {
  cursor: pointer;
}

.testimonials-item blockquote {
    height: 134px;
    margin: 0;
    margin: 0 15px;
    border-radius: 6px;
    background-color: #fff;
    box-shadow: 0 10px 15px 0 rgba(71, 80, 89, 0.05);
    text-align: center;
    font-size: 16px;
    line-height: 1.6;
    color: #475059;
    position: relative;
}

.testimonials-item blockquote > p {
    position: absolute;
    margin: 0;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    padding: 28px 30px;
}

.testimonials-item > img {
    width: 66px;
    height: 66px;
    margin-top: 26px;
    margin-right: 24px;
    margin-left: 15px;
    float: left;
}

.testimonials-item > p {
    margin-top: 41px;
    margin-right: 15px;
    margin-left: 99px;
}

.testimonials-item > p > .name {
    display: block;
    font-size: 16px;
    font-weight: bold;
    color: #475059;
}

.testimonials-item > p > span + span {
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 600;
    line-height: 1.5;
    letter-spacing: 1px;
    color: #acb6bf;
}

.testimonials-list .slick-dots {
  text-align: center;
}

.testimonials-list .slick-dots li {
  display: inline-block;
}

.testimonials-list .slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 10px;
  height: 10px;
  padding: 0;
  margin: 0 3px;
  cursor: pointer;
  color: transparent;
  border: 2px solid #d5dde3;
  border-radius: 100%;
  outline: none;
  background: transparent;
  transition: all .15 ease;
  transition-property: background-color, width, height;
}

.testimonials-list .slick-dots li button:hover {
  background-color: #d5dde3;
}

.testimonials-list .slick-dots li.slick-active button {
  width: 12px;
  height: 12px;
  background-color: #d5dde3;
}




/* ==========================================================================
   Media Queries
   ========================================================================== */

@media only screen and (max-width: 399px) {
  .popupContainer .popup {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    transform: translate3d(0,0,0);
    border-radius: 0;
    padding: 17vh 20px;
  }

  .popupContainer .popup .icon {
    margin: 32px auto 47px auto;
  }

  .popupContainer .popup .shareBtns {
    display: none;
  }

}

@media only screen and (min-width: 400px) {

  .bottom-form-heading {
    width: 60%;
  }
}

@media only screen and (max-width: 479px) {

    form.form-beta-trial {
      padding-top: 30px;
    }

    .bottom-form form.form-beta-trial {
      padding-top: 0;
    }

    form.form-beta-trial input[type='email'] {
      width: 80%;
      margin: 0 auto;
    }

    form.form-beta-trial button.submit {
      display: block;
      margin: 20px auto 0 auto;
    }

    form.form-beta-trial button.submit.sending {
      margin: 20px auto 0 auto;
    }

    .submitContainer .loader {
      top: 23px;
    }

}

@media only screen and (min-width: 480px) {

/* ========================
    INTERMEDIATE: IE Fixes
   ======================== */

    .oldie nav a {
        margin: 0 0.7%;
    }


    .bottom-form-container h2 {
        font-size: 210%;
    }

/*
 * FOOTER
 */

    .bottom-form form.form-beta-trial .submitContainer button.submit {
      margin: 20px auto 0 auto;
    }

    .bottom-form-heading h2 {
      margin-top: 150px;
    }

    .footer-container footer > ul > li {
        width: 25%;
        float: left;
        margin-bottom: 1em;
    }

    .footer-container footer > ul > li.social {
        width: 100%;
    }

    .footer-container footer .social ul {
        margin-left: auto;
    }

    .footer-container footer > ul > li.contact {
        float: right;
    }

    .footer-container footer ul ul,
    .footer-container footer ul p {
        margin-top: 1em;
    }
}

/* Extra breakpoint for popup */
@media only screen and (max-width: 579px) {
  .popup {
    width: 370px;
    height: 390px;
    padding: 42px 30px;
  }

  .popup .closeBtn {
    top: 18px;
    right: 18px;
  }

  .popup .icon {
    margin: 22px auto 27px auto;
  }

  .popup .shareBtns .socialBtn {
    margin-right: 20px;
  }
}


/* Extra breakpoint for bg image versions */
@media only screen and (min-width: 630px) {
    .header-container .background {
        background-image: url('/img/header_background.png');
        background-repeat: no-repeat;
        background-position: left bottom;
    }
}


@media only screen and (min-width: 768px) {

    .top-form-container {
      background-color: #fff;
    }

    .header-container {
        position: relative;
    }

    .header-container .background {
        background-position: right -1068px top 0;
    }

    nav .hamburger {
        display: none;
    }

    nav ul {
        width: 100%;
        display: block;
        opacity: 1;

        padding: 0;
        background: transparent;
        position: static;
        line-height: inherit;
        font-size: 1rem;
    }

    nav a {
        float: left;
        min-width: 6.8rem;
        margin-bottom: 10px;
        color: #bcc4cc;

        font-weight: bold;
        font-size: 90%;
        text-transform: uppercase;
    }

    nav a:hover,
    nav a.active,
    nav a:active {
        color: #4da6ff;
    }

    nav li {
        display: inline-block;
        margin: 0;
        padding: 0;
        border-bottom: 0;
    }
    nav li:last-of-type a {
        margin-right: -2rem;
        color: #fff;
    }

    .top-form-container {
        width: 0;
        height: 0;
        position: relative;
        top: -120px;
    }

    form.form-beta-trial button.submit {
      margin-top: 1.5rem;
    }

    .submitContainer .loader {
      top: 26px;
    }

    .top-form-container form {
        text-align: left;
    }

    .footer-container footer > ul > li.social {
        width: 44%;
    }

    .footer-container footer .social ul {
        margin-left: 8%;
    }

    .footer-container .copyright .brand {
        float: left;
        margin-left: 100px;
    }

    .form-beta-trial-top .loader:before,
    .form-beta-trial-top .loader:after {
      background-color: #fff;
    }

    .bottom-form-container {
      height: 420px;
    }

    .bottom-form-inner-container {
      width: 90%;
      margin: 0 auto;
      white-space: nowrap;
      text-align: left;
    }

    .bottom-form-heading {
      width: 50%;
      height: 420px;
      margin: 0;
      display: inline-block;
      vertical-align: top;
      background-color: transparent;
    }

    .bottom-form-heading h2 {
      width: 320px;
      padding-left: 2rem;
      text-align: left;
      white-space: normal;
    }

    .bottom-form {
      position: absolute;
      width: 50%;
      height: 420px;
      top: 0;
      left: 50%;
      right: 0;
      background: none;
      background-color: transparent;
      text-align: center;
    }

    .bottom-form .bottom-form-background {
      height: 480px;
      display: block;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      margin-left: -300px;
      background-image: url('/img/cta_bg.png');
      background-repeat: no-repeat;
      background-position: 0;
    }

    .bottom-form .form-beta-trial {
      margin-top: 0;
    }

    .bottom-form-container .gray {
      background-color: #fafbfc;
    }

    .footer-container {
        padding-top: 6em;
    }
}


/* Extra breakpoints for bg image position */
@media only screen and (min-width: 900px) {
    .header-container .background {
        background-position: right -1048px top 0;
    }

    nav a {
      min-width: 8.3rem;
    }

    nav li + li + li + li a,
    nav li + li + li + li a.active,
    nav li + li + li + li a:hover {
        color: #fff;
    }
}

@media only screen and (min-width: 1024px) {

    .wrapper {
      width: 1024px;
      margin: 0 auto;
    }

    nav a {
      min-width: 8.8rem;
    }

    .header-container .background {
      position: absolute;
      top: 0;
      margin-top: 0;
      background-position: 300px 0;
    }

    .header-container header {
        line-height: 110px;
    }

    .header-container .brand {
        padding: 40px 0 60px;
    }

    .header-container section {
    }

    .header-container section h2 {
        max-width: initial;
        font-size: 2.8em;
    }

    .top-form-container {
        top: -250px
    }

    .bottom-form-container h2 {
        font-size: 2.3em;
    }

    form.form-beta-trial button.submit {
      margin-top: 3rem;
    }

    .submitContainer .loader {
      top: 49px;
    }

    .footer-container {
        padding-top: 6em;
    }

    .footer-container footer > ul {
        text-align: left;
    }

    .footer-container footer .company li {
        width: auto;
        margin-right: 1rem;
    }

    .footer-container footer ul li.social {
        width: 48%;
        margin-left: 2%;
    }

    .footer-container footer .social ul {
        margin-top: 0.7em;
        margin-left: 0;
    }

    .footer-container footer .social li {
        width: 25%;
    }

    .footer-container hr {
        margin-top: 2.5em;
    }

    .footer-container .copyright {
        font-size: 95%;
    }

    .footer-container .copyright .brand {
        margin-left: 2em;
        margin-right: 5em;
    }

    .bottom-form {
      text-align: left;
    }

    .bottom-form .form-beta-trial {
      margin-left: 100px;
    }

    .bottom-form form.form-beta-trial .form-beta-trial-input{
      display: inline-block;
      margin-right: 20px;
    }

    .bottom-form-inner-container {
      width: 1024px;
      margin: 0 auto;
    }

}

@media only screen and (min-width: 1200px) {
  .brand,
  .top-form-container form.form-beta-trial {
    margin-left: 0;
  }

  .bottom-form-heading h2 {
    padding-left: 0;
  }
}


/* ==========================================================================
   Helper classes
   ========================================================================== */

.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
}

/* ==========================================================================
   Print styles
   ========================================================================== */

@media print {
    *,
    *:before,
    *:after {
        background: transparent !important;
        color: #000 !important;
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    a[href^="#"]:after,
    a[href^="javascript:"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group;
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}
