/* Site settings */
@import url("https://fonts.googleapis.com/css?family=Ubuntu:300,400,500,700");
.preload * {
  -webkit-transition: none !important;
  -moz-transition: none !important;
  -ms-transition: none !important;
  -o-transition: none !important; }

/* ===========================
   Base
   =========================== */
body {
  color: #091E42; }

/* Utilities */
h1, h2, h3, h4, h5, h6 {
  font-family: "Ubuntu", sans-serif; }

.btn-cta {
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 500; }

.btn--md {
  padding: 10px 25px; }

input.parsley-success,
select.parsley-success,
textarea.parsley-success {
  color: #468847;
  background-color: #DFF0D8;
  border: 1px solid #D6E9C6 !important; }

.parsley-form input.parsley-error,
.parsley-form select.parsley-error,
.parsley-form textarea.parsley-error {
  color: #B94A48;
  background-color: #F2DEDE;
  border: 1px solid #EED3D7 !important; }

.parsley-form .parsley-errors-list {
  margin: 2px 0 4px 0;
  color: #B94A48;
  padding: 0;
  list-style-type: none;
  font-size: 14px;
  line-height: 2;
  opacity: 0;
  -moz-opacity: 0;
  -webkit-opacity: 0;
  transition: all .3s ease-in;
  -o-transition: all .3s ease-in;
  -ms-transition: all .3s ease-in;
  -moz-transition: all .3s ease-in;
  -webkit-transition: all .3s ease-in; }

.parsley-form .parsley-errors-list.filled {
  opacity: 1; }

.bg--dark-blue {
  background-color: #091E42; }
.bg-gradient--light {
  background-image: linear-gradient(180deg, #F4F5F7, #fff); }

/* Layouts */
/* ==|====================
   Layout/Header
   ======================= */
.l-header {
  padding: 10px 0px; }

/* ==|====================
   Layout/Nav
   ======================= */
.nav-sidebar {
  display: none; }
  @media (max-width: 767.98px) {
    .nav-sidebar {
      display: inline-block; } }
  .nav-sidebar__hamburger span {
    display: block;
    height: 0.133em;
    width: 1.25em;
    top: 0;
    position: relative;
    transition: all 0.3s ease-in-out;
    background-color: white; }
  .nav-sidebar__hamburger > span:not(:last-child) {
    margin-bottom: .250em; }
  .nav-sidebar .sidebar {
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    margin: 0 -100% 0 0;
    background-color: white;
    opacity: .2;
    -moz-transition: all 400ms ease-in;
    -webkit-transition: all 400ms ease-in;
    -o-transition: all 400ms ease-in;
    transition: all 400ms ease-in;
    z-index: 1050; }
    .nav-sidebar .sidebar ul {
      width: 100%;
      height: 100%;
      padding: 0;
      padding-top: 80px;
      margin: 0;
      list-style: none;
      background: white;
      overflow: hidden; }
      .nav-sidebar .sidebar ul li {
        text-align: right;
        margin: 0; }
    .nav-sidebar .sidebar a {
      font-size: 1em;
      text-decoration: none;
      display: block;
      padding: 15px 0px;
      font-weight: 300;
      letter-spacing: 2px;
      color: #505F79; }
  .nav-sidebar label {
    margin-bottom: 0px; }
  .nav-sidebar input[type="checkbox"] {
    display: none; }
  .nav-sidebar input[type="checkbox"]:checked ~ .sidebar {
    -moz-transition: all 400ms ease-in;
    -webkit-transition: all 400ms ease-in;
    -o-transition: all 400ms ease-in;
    transition: all 400ms ease-in;
    margin: 0;
    opacity: 1; }
  .nav-sidebar input[type="checkbox"]:checked ~ label .nav-sidebar__hamburger span {
    background-color: #505F79;
    z-index: 1060;
    margin-bottom: 0; }
  .nav-sidebar input[type="checkbox"]:checked ~ label .nav-sidebar__hamburger > span:first-child {
    -webkit-transition: -webkit-transform 0.3192s cubic-bezier(0.04, 0.04, 0.12, 0.96) 0.1008s;
    transition: -webkit-transform 0.3192s cubic-bezier(0.04, 0.04, 0.12, 0.96) 0.1008s;
    transition: transform 0.3192s cubic-bezier(0.04, 0.04, 0.12, 0.96) 0.1008s;
    transition: transform 0.3192s cubic-bezier(0.04, 0.04, 0.12, 0.96) 0.1008s, -webkit-transform 0.3192s cubic-bezier(0.04, 0.04, 0.12, 0.96) 0.1008s;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg); }
  .nav-sidebar input[type="checkbox"]:checked ~ label .nav-sidebar__hamburger > span:nth-child(2) {
    margin-top: -0.133em;
    -webkit-transition: -webkit-transform 0.3192s cubic-bezier(0.04, 0.04, 0.12, 0.96) 0.1008s;
    transition: -webkit-transform 0.3192s cubic-bezier(0.04, 0.04, 0.12, 0.96) 0.1008s;
    transition: transform 0.3192s cubic-bezier(0.04, 0.04, 0.12, 0.96) 0.1008s;
    transition: transform 0.3192s cubic-bezier(0.04, 0.04, 0.12, 0.96) 0.1008s, -webkit-transform 0.3192s cubic-bezier(0.04, 0.04, 0.12, 0.96) 0.1008s;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg); }
  .nav-sidebar input[type="checkbox"]:checked ~ label .nav-sidebar__hamburger > span:last-child {
    display: none; }

.nav {
  min-height: 80px; }
  .nav-company {
    line-height: 30px;
    font-family: "Ubuntu", sans-serif;
    font-weight: 200;
    font-size: 18px; }
    .nav-company__logo {
      height: 26px;
      margin: 0px 14px 0px 0px; }
    .nav-company:hover {
      text-decoration: none; }
  .nav-menu {
    list-style-type: none;
    margin: 0px 0px 0px 30px;
    padding: 0px; }
    .nav-menu li:not(:first-child) {
      margin-left: 20px; }
    .nav-menu li a {
      line-height: 30px;
      text-decoration: none;
      color: #505F79; }
    .nav-menu--right li:not(:last-child) {
      margin-left: 20px; }
  @media (max-width: 767.98px) {
    .nav-right {
      display: none; } }
  .nav__hamburgers span {
    display: block;
    height: 0.133em;
    width: 1.25em;
    top: 0;
    position: relative;
    transition: all 0.3s ease-in-out;
    background-color: white; }
  .nav__hamburgers > span:not(:last-child) {
    margin-bottom: .250em; }

/* Modules */
.slick-slide img {
  display: initial; }

.avatar > :not(:first-child) {
  margin-left: 10px; }
.avatar__title {
  display: inline;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: -0.5px; }
.avatar__img {
  height: 60px;
  width: 60px;
  border-radius: 50%;
  display: inline; }
  .avatar__img--sm {
    height: 30px;
    width: 30px; }
  .avatar__img--md {
    height: 90px;
    width: 90px; }
  .avatar__img--lg {
    height: 120px;
    width: 120px; }

.websites-collected {
  width: 100%;
  position: relative;
  padding-left: 15px;
  padding-right: 15px;
  overflow: hidden; }

.overlay {
  position: absolute;
  top: 0;
  width: 150px;
  height: 100%; }
  .overlay--left {
    left: 0;
    background-image: linear-gradient(271deg, rgba(255, 255, 255, 0), #fff 80%); }
  .overlay--right {
    right: 0;
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), color-stop(87%, #fff));
    background-image: linear-gradient(90deg, rgba(255, 255, 255, 0), #fff 87%); }

.email-examples {
  position: relative;
  height: 400px; }
  @media (max-width: 767.98px) {
    .email-examples {
      max-height: 200px;
      margin-top: 40px; } }
  .email-examples img {
    border-radius: 4px;
    height: 100%; }
  .email-examples-hero img {
    position: absolute; }
  .email-examples-hero img:nth-of-type(2) {
    height: 100%; }
    @media (max-width: 767.98px) {
      .email-examples-hero img:nth-of-type(2) {
        height: 400px;
        top: 40px; } }
  .email-examples-hero img:nth-of-type(1) {
    height: 80%;
    bottom: 45px;
    left: 178px;
    opacity: 0.9;
    transform: rotate(21deg);
    -moz-transition: all 400ms ease-in;
    -webkit-transition: all 400ms ease-in;
    -o-transition: all 400ms ease-in;
    transition: all 400ms ease-in; }
    @media (max-width: 767.98px) {
      .email-examples-hero img:nth-of-type(1) {
        height: calc(400px * .8);
        bottom: unset;
        top: 80px; } }
    .email-examples-hero img:nth-of-type(1):hover {
      z-index: 1000;
      opacity: unset;
      transform: rotate(0deg); }
  .email-examples-main img {
    border: 1px solid #EBECF0;
    -moz-transition: all 400ms ease-in;
    -webkit-transition: all 400ms ease-in;
    -o-transition: all 400ms ease-in;
    transition: all 400ms ease-in; }
  .email-examples-main img:nth-of-type(2) {
    height: 80%;
    opacity: .8; }
    .email-examples-main img:nth-of-type(2):hover {
      z-index: 1000;
      opacity: unset;
      transform: scale(1.2); }
  .email-examples-main img:nth-of-type(3) {
    height: 50%;
    opacity: .6; }
    .email-examples-main img:nth-of-type(3):hover {
      z-index: 1000;
      opacity: unset;
      transform: scale(1.4); }
  @media (max-width: 991.98px) {
    .email-examples-main img:nth-of-type(2), .email-examples-main img:nth-of-type(3) {
      height: 100%;
      opacity: 1; }
      .email-examples-main img:nth-of-type(2):hover, .email-examples-main img:nth-of-type(3):hover {
        transform: unset; } }

.website-screens .carousel-inner {
  max-height: 540px;
  margin: 0 auto; }
.website-screens__nav {
  max-width: 900px;
  margin: 0 auto; }
  .website-screens__nav-item {
    display: block;
    flex-grow: 1;
    text-align: center;
    padding-bottom: 10px;
    color: #505F79;
    font-size: 14px;
    font-weight: 300;
    border-bottom: 1px solid #DEEBFF;
    text-decoration: none; }
    .website-screens__nav-item.active {
      color: #0747A6;
      border-color: #0747A6; }
    .website-screens__nav-item:hover {
      color: #0052CC;
      border-color: #0052CC;
      text-decoration: none; }
.website-screens__image {
  max-height: 540px;
  max-width: 100%;
  margin: 0 auto; }

.feature-card {
  margin-bottom: 40px;
  text-align: center; }
  .feature-card__icon {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    position: relative;
    margin: 0 auto 20px; }
    .feature-card__icon img {
      height: 30px;
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%); }
  .feature-card__title {
    font-size: 20px;
    font-family: "Ubuntu", sans-serif;
    margin-bottom: 20px; }
  .feature-card__description {
    color: #505F79;
    font-weight: 300;
    line-height: 2; }

.simple-form {
  width: 576.98px;
  background-color: white;
  border-radius: 4px;
  padding: 40px;
  margin: 0 auto;
  text-align: left; }
  @media (max-width: 576.98px) {
    .simple-form {
      width: 100%; } }
  .simple-form form {
    text-align: left; }

/*# sourceMappingURL=style-v2.css.map */
