.btn {
  display: inline-block;
  padding: 16px;
  border: 2px solid;
  border-radius: 3px;
  font-family: 'GothamBold';
  font-size: 14px;
  text-transform: uppercase;
  text-align: center;
  transition: all .3s ease-in-out; }
  .btn svg {
    display: inline-block;
    vertical-align: middle;
    margin: -2px 0 -2px 5px;
    position: relative;
    top: -1px; }
  .btn--ghost {
    background-color: transparent; }
  .btn--full {
    color: #fff; }
  .btn--white {
    border-color: #fff; }
    .btn--white.btn--full {
      background-color: #fff;
      color: #07B0DD; }
    .btn--white.btn--ghost {
      color: #fff; }
    .btn--white:hover, .btn--white:focus {
      color: #fff; }
      .btn--white:hover.btn--full, .btn--white:focus.btn--full {
        background-color: transparent;
        color: #fff; }
      .btn--white:hover.btn--ghost, .btn--white:focus.btn--ghost {
        background-color: #fff;
        color: #07B0DD; }
        .btn--white:hover.btn--ghost svg path, .btn--white:focus.btn--ghost svg path {
          fill: #07B0DD; }
  .btn--red {
    border-color: #E74946; }
    .btn--red.btn--full {
      background-color: #E74946; }
    .btn--red.btn--ghost {
      color: #E74946; }
    .btn--red:hover, .btn--red:focus {
      color: #fff; }
      .btn--red:hover.btn--full, .btn--red:focus.btn--full {
        border-color: #dd201d;
        background-color: #dd201d; }
      .btn--red:hover.btn--ghost, .btn--red:focus.btn--ghost {
        border-color: #E74946;
        background-color: #E74946; }
  .btn--blue {
    border-color: #07B0DD; }
    .btn--blue.btn--full {
      background-color: #07B0DD; }
    .btn--blue.btn--ghost {
      color: #07B0DD; }
    .btn--blue:hover, .btn--blue:focus {
      color: #fff; }
      .btn--blue:hover.btn--full, .btn--blue:focus.btn--full {
        border-color: #0589ac;
        background-color: #0589ac; }
      .btn--blue:hover.btn--ghost, .btn--blue:focus.btn--ghost {
        border-color: #07B0DD;
        background-color: #07B0DD; }
  .btn--green {
    border-color: #1EBEA6; }
    .btn--green.btn--full {
      background-color: #1EBEA6; }
    .btn--green.btn--ghost {
      color: #1EBEA6; }
    .btn--green:hover, .btn--green:focus {
      color: #fff; }
      .btn--green:hover.btn--full, .btn--green:focus.btn--full {
        border-color: #179280;
        background-color: #179280; }
      .btn--green:hover.btn--ghost, .btn--green:focus.btn--ghost {
        border-color: #1EBEA6;
        background-color: #1EBEA6; }

.page--page-builder {
  position: relative; }
  .page--page-builder .container {
    padding-right: 15px !important; }
  .page--page-builder #wrapper-main {
    margin-top: 0;
    padding-top: 55px; }
    @media (min-width: 768px) {
      .page--page-builder #wrapper-main {
        padding-top: 121px; } }
  .page--page-builder #top-spacer {
    display: none; }
  .page--page-builder .row {
    width: auto;
    padding-top: 0;
    padding-bottom: 0; }
  .page--page-builder img {
    height: auto;
    max-width: 100%; }
  .page--page-builder input {
    -webkit-appearance: none;
    border-radius: 0; }

.section {
  padding-top: 40px;
  padding-bottom: 40px;
  color: #4c4c4c;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }
  @media (min-width: 768px) {
    .section {
      padding-top: 80px;
      padding-bottom: 80px; } }
  .section * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .section h1, .section h2, .section h3, .section h4, .section h5, .section h6, .section p {
    color: inherit; }
  .section .container {
    max-width: 990px !important; }
  .section--grey {
    background-color: #f7f7f7; }
  .section--templates {
    padding-bottom: 0; }
    @media (min-width: 768px) {
      .section--templates {
        padding-bottom: 0; } }
  .section--bg-image {
    background-size: cover;
    background-position: center; }

.hero {
  padding-bottom: 0;
  text-align: center;
  color: #fff;
  position: relative;
  background-size: cover;
  background-position: center center; }
  .hero .container {
    max-width: 1230px !important; }
  .hero:after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #004C61;
    opacity: .6; }

.hero__inner {
  position: relative;
  z-index: 10; }

.hero__title {
  margin-bottom: 30px;
  font-family: 'GothamLight';
  font-size: 35px; }
  @media (min-width: 768px) {
    .hero__title {
      font-size: 40px; } }
  @media (min-width: 992px) {
    .hero__title {
      font-size: 45px; } }

.hero__text {
  margin-bottom: 40px; }
  .hero__text p {
    margin-bottom: 15px;
    font-size: 16px;
    line-height: 1.5;
    color: inherit; }
    .hero__text p:last-child {
      margin-bottom: 0; }
  @media (min-width: 768px) {
    .hero__text p {
      font-size: 18px; } }

.hero__buttons {
  margin: -5px; }
  .hero__buttons span {
    display: block;
    padding: 5px; }
  .hero__buttons .btn {
    width: 220px; }
  @media (min-width: 430px) {
    .hero__buttons span {
      display: inline-block;
      vertical-align: middle;
      margin-right: -4px; } }

.hero__pic {
  display: block;
  margin: 50px auto -15px auto; }

.clients {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #f7f7f7;
  text-align: center; }

.clients__title {
  margin-bottom: 0;
  padding: 10px 30px;
  font-family: 'GothamBold';
  font-size: 12px;
  text-transform: uppercase; }
  .clients__title.clients__title {
    color: #85A9B3; }
  @media (min-width: 576px) {
    .clients__title {
      display: inline-block;
      vertical-align: middle;
      margin-right: -4px; } }

@media (min-width: 576px) {
  .clients__list {
    display: inline-block;
    vertical-align: middle;
    margin-right: -4px; } }

.clients__item {
  padding: 10px 30px; }
  .clients__item a, .clients__item img {
    display: block; }
  .clients__item img {
    max-width: 150px;
    margin: 0 auto; }
  @media (min-width: 576px) {
    .clients__item {
      display: inline-block;
      vertical-align: middle;
      margin-right: -4px; } }

.services {
  padding-bottom: 0;
  overflow: hidden; }

.services__title {
  margin-bottom: 40px;
  font-family: 'GothamBold';
  font-size: 35px;
  text-align: center; }
  @media (min-width: 768px) {
    .services__title {
      margin-bottom: 80px;
      font-size: 40px; } }
  @media (min-width: 992px) {
    .services__title {
      font-size: 45px; } }

@media (min-width: 768px) {
  .service-list {
    display: table;
    table-layout: fixed;
    width: 100%; } }

.service-list__item {
  position: relative;
  background-size: cover;
  background-position: center center; }
  .service-list__item:after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #004e63;
    background: linear-gradient(129deg, #004e63 0%, #004556 100%);
    opacity: .55; }
  .service-list__item:first-child {
    border-bottom: 10px solid #fff; }
  @media (min-width: 768px) {
    .service-list__item {
      display: table-cell;
      vertical-align: middle;
      width: 50%; }
      .service-list__item:first-child {
        border-bottom: none; }
        .service-list__item:first-child:before {
          content: '';
          display: block;
          position: absolute;
          background: #fff;
          z-index: 25;
          width: 40px;
          height: auto;
          right: -20px;
          top: -10px;
          bottom: -10px;
          transform: rotate(-3.5deg); } }

.service-card__title {
  display: inline-block;
  width: 100%;
  max-width: 290px;
  padding: 20px;
  margin: 0;
  border: 2px solid #fff;
  border-radius: 3px;
  text-align: center;
  font-family: 'GothamLight';
  font-size: 16px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 15; }
  .service-card__title strong {
    font-family: 'GothamBold';
    font-size: 26px;
    color: inherit; }
  .service-card__title.service-card__title {
    color: #fff; }
  @media (min-width: 576px) {
    .service-card__title {
      font-size: 18px; }
      .service-card__title strong {
        font-size: 28px; } }
  @media (min-width: 768px) {
    .service-card__title {
      font-size: 20px; }
      .service-card__title strong {
        font-size: 30px; }
      .service-list__item:first-child .service-card__title {
        margin-left: -15px; }
      .service-list__item:last-child .service-card__title {
        margin-left: 15px; } }
  @media (min-width: 992px) {
    .service-card__title {
      font-size: 22px; }
      .service-card__title strong {
        font-size: 32px; } }
  @media (min-width: 1200px) {
    .service-card__title {
      max-width: 400px;
      padding: 30px;
      font-size: 24px; }
      .service-card__title strong {
        font-size: 34px; } }

.service-card__content {
  padding: 40px 15px;
  position: relative;
  z-index: 20;
  background-color: #07B0DD;
  background-image: url("../images/cta-bg-pattern.png");
  background-size: cover;
  background-position: center center;
  color: #fff;
  text-align: center;
  opacity: 0;
  visibility: hidden;
  transition: opacity .3s ease-in-out, visibility .3s ease-in-out; }
  .service-list__item:hover .service-card__content {
    opacity: 1;
    visibility: visible; }
  @media (min-width: 768px) {
    .service-card__content {
      padding: 100px 50px; }
      .service-list__item:first-child .service-card__content {
        padding-left: 35px; }
      .service-list__item:last-child .service-card__content {
        padding-right: 35px; } }
  @media (min-width: 992px) {
    .service-card__content {
      padding: 130px 50px; } }
  @media (min-width: 1200px) {
    .service-card__content {
      padding: 160px 50px; } }

.service-card__inner {
  display: inline-block;
  text-align: left; }

.service-card__subtitle {
  margin-bottom: 30px;
  font-family: 'GothamBold';
  font-size: 30px; }
  .service-card__subtitle.service-card__subtitle {
    color: #fff; }
  @media (min-width: 576px) {
    .service-card__subtitle {
      font-size: 35px; } }
  @media (min-width: 768px) {
    .service-card__subtitle {
      margin-bottom: 40px;
      font-size: 40px; } }
  @media (min-width: 992px) {
    .service-card__subtitle {
      font-size: 45px; } }
  @media (min-width: 1200px) {
    .service-card__subtitle {
      font-size: 50px; } }

.service-card__features {
  margin-bottom: 20px;
  font-size: 16px; }
  .service-card__features li {
    padding-left: 22px;
    margin-top: 10px;
    position: relative; }
    .service-card__features li:first-child {
      margin-top: 0; }
    .service-card__features li:before {
      content: '';
      display: block;
      width: 5px;
      height: 5px;
      background-color: #fff;
      border-radius: 50%;
      position: absolute;
      left: 0;
      top: 7px; }
  @media (min-width: 768px) {
    .service-card__features {
      margin-bottom: 50px; } }
  @media (min-width: 992px) {
    .service-card__features {
      font-size: 18px; }
      .service-card__features li {
        margin-top: 15px; } }

.service-card__buttons {
  margin: -5px; }
  .service-card__buttons span {
    padding: 5px;
    display: inline-block;
    vertical-align: middle;
    margin-right: -4px; }
  .service-card__buttons .btn {
    width: 180px; }

.testimonials {
  padding-top: 0;
  padding-bottom: 0; }

.testimonial-slider {
  position: relative;
  z-index: 10; }
  .testimonial-slider .slick-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
    cursor: pointer;
    opacity: .5; }
    .testimonial-slider .slick-arrow.slick-prev {
      left: 20px; }
    .testimonial-slider .slick-arrow.slick-next {
      right: 20px; }
    .testimonial-slider .slick-arrow:hover {
      opacity: 1; }
  .testimonial-slider .slick-dots {
    position: absolute;
    margin: 0;
    padding: 0;
    list-style: none;
    text-align: center;
    width: 100%; }
    .testimonial-slider .slick-dots li {
      display: inline-block; }
  @media (max-width: 767px) {
    .testimonial-slider .slick-arrow {
      display: none !important; }
    .testimonial-slider .slick-dots {
      bottom: 20px;
      height: 10px; }
      .testimonial-slider .slick-dots li {
        padding-left: 5px;
        padding-right: 5px;
        position: relative; }
        .testimonial-slider .slick-dots li.slick-active button {
          background: #07B0DD; }
      .testimonial-slider .slick-dots button {
        width: 10px;
        height: 10px;
        padding: 0;
        border: none;
        background: #fff;
        border-radius: 50%;
        text-indent: -10000px;
        cursor: pointer; } }
  @media (min-width: 768px) {
    .testimonial-slider .slick-dots {
      bottom: -30px; }
      .testimonial-slider .slick-dots li {
        padding-left: 30px;
        padding-right: 30px; }
        .testimonial-slider .slick-dots li div {
          width: 60px;
          height: 60px;
          border-radius: 50%;
          margin-left: auto;
          margin-right: auto;
          cursor: pointer;
          background-size: cover;
          background-position: center center;
          border: 3px solid #fff;
          position: relative;
          overflow: hidden;
          backface-visibility: hidden;
          transform: translateZ(1px); }
          .testimonial-slider .slick-dots li div:before {
            content: "";
            display: none;
            background: #07B0DD;
            position: absolute;
            left: 0;
            right: 0;
            top: 0;
            bottom: 0;
            transform: scaleX(0);
            transform-origin: left 50%;
            opacity: .8; }
        .testimonial-slider .slick-dots li.slick-active div:before {
          display: block;
          animation: scale-x-zero-to-max 8s linear .25s 1 forwards; } }

.testimonial-slider__item {
  padding-top: 50px;
  padding-bottom: 70px;
  background-size: cover;
  background-position: center center;
  position: relative;
  text-align: center;
  color: #fff; }
  @media (min-width: 768px) {
    .testimonial-slider__item {
      padding-top: 100px;
      padding-bottom: 100px; } }
  .testimonial-slider__item:after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #08b2de;
    background: linear-gradient(179deg, #08b2de 0%, #053744 100%);
    opacity: .4; }

.testimonial-card {
  position: relative;
  z-index: 10; }

.testimonial-card__quote {
  margin-bottom: 30px;
  color: inherit;
  font-style: normal; }
  .testimonial-card__quote p {
    margin-bottom: 15px;
    font-size: 24px;
    line-height: 1.45;
    color: inherit; }
    .testimonial-card__quote p:last-child {
      margin-bottom: 0; }
  @media (min-width: 768px) {
    .testimonial-card__quote p {
      font-size: 28px; } }
  @media (min-width: 992px) {
    .testimonial-card__quote p {
      font-size: 32px; } }

.testimonial-card__author {
  display: block;
  margin-bottom: 30px;
  font-size: 16px;
  line-height: 1.5;
  font-style: normal;
  color: inherit; }
  .testimonial-card__author strong {
    margin-bottom: 30px;
    display: block;
    font-family: 'GothamBold';
    color: inherit; }
  @media (min-width: 768px) {
    .testimonial-card__author {
      font-size: 18px; } }

.testimonial-card__btn {
  display: inline-block; }
  .testimonial-card__btn svg {
    display: block; }

.features {
  text-align: center; }

.features__title {
  margin-bottom: 25px;
  font-family: 'GothamBold';
  font-size: 35px; }
  @media (min-width: 768px) {
    .features__title {
      margin-bottom: 35px;
      font-size: 40px; } }
  @media (min-width: 992px) {
    .features__title {
      margin-bottom: 45px;
      font-size: 45px; } }

.features__text {
  margin-bottom: 30px; }
  .features__text p {
    margin-bottom: 15px;
    font-size: 16px;
    line-height: 1.55; }
    .features__text p:last-child {
      margin-bottom: 0; }
  @media (min-width: 768px) {
    .features__text {
      margin-bottom: 40px; }
      .features__text p {
        font-size: 18px; } }
  @media (min-width: 992px) {
    .features__text {
      margin-bottom: 60px; } }
  @media (min-width: 1200px) {
    .features__text {
      margin-bottom: 70px; } }

.features__list {
  margin: -15px;
  padding-bottom: 40px; }
  @media (min-width: 576px) {
    .features__list {
      padding-bottom: 50px; } }
  @media (min-width: 768px) {
    .features__list {
      padding-bottom: 60px; } }
  @media (min-width: 992px) {
    .features__list {
      padding-bottom: 70px; } }
  @media (min-width: 1200px) {
    .features__list {
      padding-bottom: 80px; } }

.features__item {
  width: 100%;
  display: inline-block;
  vertical-align: top;
  margin-right: -4px;
  padding: 15px; }
  @media (min-width: 576px) {
    .features__item {
      width: 33.33333%; } }
  @media (min-width: 768px) {
    .features__item {
      width: 20%; } }

.feature-card__pic {
  height: 60px;
  margin-bottom: 10px;
  position: relative; }
  .feature-card__pic img {
    display: block;
    max-height: 60px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); }
  @media (min-width: 768px) {
    .feature-card__pic {
      margin-bottom: 20px; } }

.feature-card__title {
  margin-bottom: 0;
  font-family: 'GothamBold';
  font-size: 16px;
  line-height: 1.2; }

.resources__title {
  margin-bottom: 20px;
  font-family: 'GothamBold';
  font-size: 35px;
  text-align: center; }
  @media (min-width: 768px) {
    .resources__title {
      margin-bottom: 25px;
      font-size: 40px; } }
  @media (min-width: 992px) {
    .resources__title {
      margin-bottom: 30px;
      font-size: 45px; } }

.resources__text {
  margin-bottom: 50px;
  text-align: center; }
  .resources__text p {
    margin-bottom: 15px;
    font-size: 16px;
    line-height: 1.55; }
    .resources__text p:last-child {
      margin-bottom: 0; }
  @media (min-width: 768px) {
    .resources__text p {
      font-size: 18px; } }

.resources-list {
  margin: 0 -15px; }
  @media (min-width: 992px) {
    .resources-list {
      margin-left: -30px;
      margin-right: -30px; } }

.resources-list__item {
  display: inline-block;
  vertical-align: top;
  margin-right: -4px;
  margin-bottom: 30px;
  padding: 0 15px;
  width: 100%; }
  @media (min-width: 576px) {
    .resources-list__item {
      width: 50%;
      border-right: 1px solid #CFCFCF; }
      .resources-list__item:nth-child(2n) {
        border: none; } }
  @media (min-width: 992px) {
    .resources-list__item {
      width: 33.333333%;
      padding: 0 30px;
      margin-bottom: 0; }
      .resources-list__item:nth-child(2n) {
        border-right: 1px solid #CFCFCF; }
      .resources-list__item:nth-child(3n) {
        border: none; } }

.resource-card__pic {
  display: block;
  margin-bottom: 20px;
  position: relative;
  z-index: 0; }
  .resource-card__pic:before {
    content: '';
    display: block;
    position: absolute;
    top: 5%;
    left: 10%;
    bottom: 2.5%;
    right: 10%;
    z-index: -1;
    -webkit-box-shadow: 0 8px 20px rgba(1, 30, 37, 0.38);
    box-shadow: 0 8px 20px rgba(1, 30, 37, 0.38); }
  .resource-card__pic img {
    display: block;
    width: 100%; }
  .resource-card__pic .resource-card__overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #07B0DD;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity .3s ease-in-out, visibility .3s ease-in-out;
    -o-transition: opacity .3s ease-in-out, visibility .3s ease-in-out;
    transition: opacity .3s ease-in-out, visibility .3s ease-in-out; }
    .resource-card__pic .resource-card__overlay span {
      display: block;
      padding: 10px;
      min-width: 50%;
      border: 2px solid #fff;
      border-radius: 4px;
      font-family: 'GothamBold';
      font-size: 14px;
      text-transform: uppercase;
      text-align: center;
      color: #fff;
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      -webkit-transition: color .3s ease-in-out, background-color .3s ease-in-out;
      -o-transition: color .3s ease-in-out, background-color .3s ease-in-out;
      transition: color .3s ease-in-out, background-color .3s ease-in-out; }
      .resource-card__pic .resource-card__overlay span:hover, .resource-card__pic .resource-card__overlay span:focus {
        background-color: #fff;
        color: #07B0DD; }
    @media (min-width: 768px) {
      .resource-card:hover .resource-card__pic .resource-card__overlay {
        opacity: 1;
        visibility: visible; } }

.resource-card__head {
  margin-bottom: 20px; }
  .resource-card__head:after {
    content: '';
    display: table;
    width: 100%;
    clear: both; }

.resource-card__category {
  display: block;
  margin-top: 20px;
  margin-bottom: 20px;
  font-family: 'GothamBold';
  font-size: 12px;
  text-transform: uppercase;
  color: #798991;
  float: left;
  -webkit-transition: color .3s ease-in-out;
  -o-transition: color .3s ease-in-out;
  transition: color .3s ease-in-out; }
  .resource-card__category:hover {
    color: #4c4c4c; }
  @media (min-width: 768px) {
    .resource-card:hover .resource-card__category {
      color: #4c4c4c; } }

.resource-card__info {
  margin-bottom: 0;
  float: right;
  text-align: center;
  position: relative; }
  .resource-card__info strong {
    display: block;
    padding: 10px 8px;
    min-width: 60px;
    border-radius: 3px;
    font-family: 'GothamMedium';
    font-size: 20px;
    line-height: 1;
    text-transform: uppercase;
    color: #fff;
    background-color: #004C61; }
    .resource-card__info strong span {
      display: block;
      font-size: 8px;
      line-height: 2;
      letter-spacing: .14px; }
  .resource-card__info em {
    display: block;
    font-family: 'GothamBold';
    font-size: 9px;
    text-transform: uppercase;
    color: #696969;
    letter-spacing: -.38px; }
  .resource-card__info--date {
    margin-bottom: -20px; }
    .resource-card__info--date:before, .resource-card__info--date:after {
      content: '';
      display: block;
      position: absolute;
      top: 0;
      width: 4px;
      height: 6px;
      background-color: #fff;
      border-radius: 0 0 3px 3px; }
    .resource-card__info--date:before {
      left: 25%; }
    .resource-card__info--date:after {
      right: 25%; }
  .resource-card__info--pages:before, .resource-card__info--pages:after {
    content: '';
    display: block;
    position: absolute;
    left: 50%;
    margin-left: -3px;
    width: 6px;
    height: 6px;
    background-color: #fff;
    border-radius: 50%; }
  .resource-card__info--pages:before {
    top: -3px; }
  .resource-card__info--pages:after {
    bottom: -3px; }

.resource-card__content {
  margin-bottom: 20px;
  position: relative; }

.resource-card__title {
  margin-bottom: 10px;
  font-family: 'GothamBold';
  font-size: 24px;
  line-height: 1; }
  .resource-card__title a {
    display: block;
    color: inherit;
    -webkit-transition: color .3s ease-in-out;
    -o-transition: color .3s ease-in-out;
    transition: color .3s ease-in-out; }
    .resource-card__title a:hover {
      color: #07B0DD; }
  @media (min-width: 768px) {
    .resource-card__title {
      position: absolute;
      top: 0;
      opacity: 1;
      visibility: visible;
      -webkit-transition: opacity .3s ease-in-out, visibility .3s ease-in-out;
      -o-transition: opacity .3s ease-in-out, visibility .3s ease-in-out;
      transition: opacity .3s ease-in-out, visibility .3s ease-in-out; }
      .resource-card:hover .resource-card__title {
        opacity: 0;
        visibility: hidden; } }

.resource-card__excerpt {
  margin-bottom: 0;
  font-size: 14px;
  line-height: 1.7; }
  @media (min-width: 768px) {
    .resource-card__excerpt {
      opacity: 0;
      visibility: hidden;
      -webkit-transition: opacity .3s ease-in-out, visibility .3s ease-in-out;
      -o-transition: opacity .3s ease-in-out, visibility .3s ease-in-out;
      transition: opacity .3s ease-in-out, visibility .3s ease-in-out; }
      .resource-card:hover .resource-card__excerpt {
        opacity: 1;
        visibility: visible; } }

.resource-card__foot:after {
  content: '';
  display: table;
  width: 100%;
  clear: both; }

.resource-card__tag {
  display: block;
  padding: 0 12px;
  font-size: 10px;
  line-height: 26px;
  float: left;
  background-color: #F7F7F7;
  border-radius: 13px;
  color: #696969;
  -webkit-transition: color .3s ease-in-out;
  -o-transition: color .3s ease-in-out;
  transition: color .3s ease-in-out; }

.resource-card__date {
  display: block;
  font-size: 12px;
  line-height: 26px;
  float: right;
  color: #696969; }

.resources__more {
  text-align: center; }
  @media (min-width: 768px) {
    .resources__more {
      margin-top: 55px; } }

.call-to-action {
  background-size: cover;
  background-position: center center; }

@media (min-width: 768px) {
  .call-to-action__inner {
    display: table;
    width: 100%; } }

@media (min-width: 768px) {
  .call-to-action__content,
  .call-to-action__pic {
    display: table-cell;
    width: 50%; } }

.call-to-action__content {
  margin-bottom: 30px; }
  @media (min-width: 768px) {
    .call-to-action__content {
      vertical-align: middle;
      padding-right: 25px;
      margin-bottom: 0; } }

.call-to-action__title {
  margin-bottom: 25px;
  font-family: 'GothamBold';
  font-size: 29px;
  line-height: 1.2; }

.call-to-action__text {
  margin-bottom: 30px; }
  .call-to-action__text p {
    margin-bottom: 15px;
    font-size: 16px;
    line-height: 1.6;
    letter-spacing: -.2px; }
    .call-to-action__text p:last-child {
      margin-bottom: 0; }
  @media (min-width: 768px) {
    .call-to-action__text p {
      font-size: 18px; } }

.call-to-action__pic img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: -40px; }
@media (min-width: 768px) {
  .call-to-action__pic {
    vertical-align: bottom;
    padding-left: 25px; }
    .call-to-action__pic img {
      margin-bottom: -80px; } }

.call-to-action__buttons {
  margin: -5px; }
  .call-to-action__buttons span {
    display: block;
    padding: 5px; }
  .call-to-action__buttons .btn {
    display: block; }
  @media (min-width: 430px) {
    .call-to-action__buttons span {
      display: inline-block;
      vertical-align: middle;
      width: 50%;
      margin-right: -4px; } }

.slick-slider {
  position: relative;
  display: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }
  .slick-slider.slick-initialized {
    display: block; }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none; }
  [dir="rtl"] .slick-slide {
    float: right; }
  .slick-slide img {
    display: block; }
  .slick-slide.slick-loading img {
    display: none; }
  .slick-slide.dragging img {
    pointer-events: none; }
  .slick-initialized .slick-slide {
    display: block; }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

@keyframes scale-x-zero-to-max {
  0% {
    -webkit-transform: scaleX(0);
    -ms-transform: scaleX(0);
    transform: scaleX(0); }
  100% {
    -webkit-transform: scaleX(1);
    -ms-transform: scaleX(1);
    transform: scaleX(1); } }
/* Headline Hero */
.headline-hero {
  background-size: cover;
  padding: 85px 0;
  position: relative;
  color: #fff;
  text-align: center; }

.headline-hero__title {
  font-size: 45px; }

.headline-hero__subtitle {
  font-size: 18px; }

/* FAQs */
.faqs {
  background-color: #F7F7F7;
  padding: 70px 0 40px; }

.faqs__title {
  text-align: center;
  margin-bottom: 30px; }

.faqs-item {
  margin-bottom: 10px;
  border: 1px solid #E7E7E7;
  border-radius: 4px; }

.faqs-item__question {
  background-color: #fff;
  display: block;
  padding: 30px 95px 30px 70px;
  position: relative;
  border: 1px solid transparent;
  transition: border .3s ease, background-color .3s ease; }
  .faqs-item__question p {
    color: #4c4c4c;
    font-size: 16px;
    padding-right: 10px;
    margin-bottom: 0; }
    @media (min-width: 768px) {
      .faqs-item__question p {
        font-size: 18px; } }
  .faqs-item__question:after {
    content: "";
    position: absolute;
    height: 100%;
    width: 1px;
    background-color: #E7E7E7;
    right: 95px;
    top: 0;
    transition: background-color .3s ease; }
  .faqs-item__question:hover, .faqs-item__question:focus, .faqs-item.active .faqs-item__question {
    color: #4c4c4c;
    border: 1px solid #07B0DD;
    background-color: rgba(7, 176, 221, 0.1); }
    .faqs-item__question:hover:after, .faqs-item__question:focus:after, .faqs-item.active .faqs-item__question:after {
      background-color: #07B0DD; }

.faqs-item__icn-question {
  position: absolute;
  left: 30px; }

.faqs-item__icn-arrow {
  position: absolute;
  right: 46px;
  height: 10px;
  top: 0;
  bottom: 0;
  margin: auto; }

.faqs-item__answer {
  display: none;
  padding: 35px 95px 75px 70px;
  background-color: #fff; }

.faqs-item__answer ul {
  list-style: circle; }

.faqs-item__answer p,
.faqs-item__answer li {
  font-size: 18px;
  color: #696969;
  line-height: 1.44; }

/* Footer CTA */
.footer-cta {
  padding: 80px 0;
  overflow: hidden; }

.footer-cta .container {
  position: relative; }

.footer-cta__content-img {
  margin-bottom: 50px; }

.footer-cta__title {
  font-size: 29px;
  color: #fff;
  margin-bottom: 30px; }

.footer-cta__text {
  color: #fff;
  margin-bottom: 30px; }

.footer-cta__featured-img {
  position: absolute;
  right: -370px;
  top: -340px; }
  @media (max-width: 767px) {
    .footer-cta__featured-img {
      display: none; } }

/* Pricing Tabs */
.pricing-tabs-header {
  text-align: center;
  margin-top: -56px; }

.pricing-tabs-header__item {
  display: inline-block;
  margin: 0 -4px; }
  .pricing-tabs-header__item a {
    color: #4C4C4C;
    background-color: #E7E7E7;
    display: block;
    padding: 20px 30px;
    text-transform: uppercase;
    border-radius: 4px 4px 0 0;
    transition: background-color .3s ease, color .3s ease; }
    .pricing-tabs-header__item a:hover, .pricing-tabs-header__item a:focus, .pricing-tabs-header__item a.active {
      background-color: #fff;
      color: #07B0DD; }
    @media (min-width: 500px) {
      .pricing-tabs-header__item a {
        padding: 20px 70px; } }
  .pricing-tabs-header__item--green a:hover, .pricing-tabs-header__item--green a:focus, .pricing-tabs-header__item--green a.active {
    color: #1EBEA6; }

.pricing-tabs-item {
  display: none; }
  .pricing-tabs-item.active {
    display: block; }

.pricing-cta-sticky {
  position: relative;
  margin-top: 40px;
  text-align: center;
  padding: 25px;
  border: 1px solid #07B0DD;
  box-shadow: -14px 14px 25px 0 #EEEEEE; }
  @media (min-width: 992px) {
    .pricing-cta-sticky {
      float: left;
      position: sticky;
      width: 35%;
      max-width: 275px;
      top: 160px; } }
  .pricing-cta-sticky .btn {
    display: block;
    margin-bottom: 16px; }

.pricing-cta-sticky__title {
  font-size: 18px; }
  .pricing-cta-sticky__title strong {
    font-size: 36px;
    font-weight: bold; }

.pricing-cta-sticky__subtitle {
  font-size: 19px; }

.pricing-cta-sticky__note {
  color: #BDBDBD;
  font-size: 12px; }

.pricing-cta-sticky__type {
  position: absolute;
  top: -29px;
  left: -1px;
  background-color: #07B0DD;
  text-transform: uppercase;
  padding: 7px 24px;
  font-size: 12px;
  color: #fff; }

@media (min-width: 992px) {
  .pricing-content {
    float: right;
    width: 65%; } }

.pricing-testimonial {
  padding-top: 50px; }
  .pricing-testimonial .vertical-separator {
    display: none; }
    @media (min-width: 768px) {
      .pricing-testimonial .vertical-separator {
        display: block;
        background-color: #9B9B9B;
        height: 30px;
        width: 1px; } }
  .pricing-testimonial img {
    display: block;
    margin-top: 5px; }

.pricing-testimonial__col {
  float: left;
  width: 50%; }

.pricing-testimonial__quote {
  font-size: 16px; }

@media (min-width: 768px) {
  .pricing-testimonial__footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: space-between; } }

.pricing-tables {
  padding-bottom: 30px; }

.pricing-table {
  width: 100%;
  min-width: 500px;
  border: 1px solid #e7e7e7;
  font-size: 14px;
  margin-bottom: 45px; }
  .pricing-table:last-of-type {
    margin-bottom: 18px; }
  .pricing-table th, .pricing-table td {
    padding: 14px 17px;
    border-bottom: 1px solid #E7E7E7; }
  .pricing-table thead {
    background-color: rgba(7, 176, 221, 0.1); }
  .pricing-table tbody td {
    width: 50%; }

.pricing-table__tooltip {
  position: relative;
  color: #fff;
  display: inline-block; }
  .pricing-table__tooltip:hover > .pricing-table__tooltip-text {
    visibility: visible;
    opacity: 1; }

.pricing-table__tooltip-text {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  bottom: 34px;
  width: 303px;
  padding: 15px 22px 20px 15px;
  border-radius: 4px;
  box-shadow: 0 2px 24px 0 rgba(0, 0, 0, 0.2);
  left: -23px;
  line-height: 1.45;
  transition: opacity .3s ease;
  background-color: #07B0DD; }

.pricing-table__tooltip-text:after {
  content: "";
  width: 0;
  height: 0;
  border-left: 11px solid transparent;
  border-right: 11px solid transparent;
  border-top: 11px solid #07B0DD;
  position: absolute;
  top: 100%;
  left: 20px; }

.pricing-table__tooltip-icn {
  background-color: #D8D8D8;
  width: 17px;
  height: 17px;
  border-radius: 50%;
  text-align: center;
  display: inline-block;
  line-height: 17px;
  margin-right: 4px;
  font-size: 11px; }

.pricing-table__icn svg {
  margin-bottom: -3px;
  margin-right: 4px; }

.pricing-table__icn--checkmark {
  color: #07B0DD; }
  .pricing-table__icn--checkmark svg path {
    stroke: currentColor; }

.pricing-table__footer-row {
  background-color: #f7f7f7;
  border-top: 1px solid #e7e7e7; }

.pricing-tabs-item--green .pricing-cta-sticky {
  border: 1px solid #1EBEA6; }
.pricing-tabs-item--green .pricing-cta-sticky__type {
  background-color: #1EBEA6; }
.pricing-tabs-item--green .pricing-testimonial__quote-icn svg path {
  fill: #1EBEA6; }
.pricing-tabs-item--green .pricing-table__tooltip-text {
  background-color: #1EBEA6; }
  .pricing-tabs-item--green .pricing-table__tooltip-text:after {
    border-top: 11px solid #1EBEA6; }
.pricing-tabs-item--green .pricing-table__icn {
  color: #1EBEA6; }
.pricing-tabs-item--green .pricing-table thead {
  background-color: rgba(30, 190, 166, 0.1); }

.template-filters {
  margin-bottom: 30px;
  position: sticky;
  position: -webkit-sticky;
  position: sticky;
  top: 30px; }

.template-filters__title {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 60px; }

.template-filters__item-title {
  font-size: 12px;
  text-transform: uppercase;
  margin-bottom: 14px; }

.template-filters__divider {
  border-color: #696969;
  margin-bottom: 20px; }

.template-filters__list {
  font-size: 16px; }
  .template-filters__list li {
    margin-bottom: 14px; }
  .template-filters__list button {
    color: inherit;
    font-size: 16px;
    font-family: 'GothamBook';
    text-align: left;
    background-color: transparent;
    border: 0;
    padding: 0;
    margin: 0;
    cursor: pointer; }
  .template-filters__list .active button {
    font-family: 'GothamBold'; }

.templates-grid__title {
  font-size: 18px;
  margin-bottom: 40px; }

.template-card {
  margin-bottom: 70px; }

.template-card__device {
  position: relative;
  display: block;
  margin-bottom: 30px; }
  .template-card__device, .template-card__device:hover, .template-card__device:focus, .template-card__device:active {
    color: inherit; }
  .template-card__device:hover .template-card__device-more {
    opacity: 1;
    visibility: visible; }

.template-card__device-more {
  width: 100%;
  height: 100%;
  background-color: #F3F3F3;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  visibility: hidden;
  transition: opacity .2s, visibility .2s;
  padding-top: 15px;
  padding-right: 30px;
  padding-left: 30px; }
  @media (min-width: 992px) {
    .template-card__device-more {
      padding-top: 30px; } }
  .template-card__device-more .device-phone {
    display: none; }
    @media (min-width: 768px) {
      .template-card__device-more .device-phone {
        display: block; } }

.template-card__device-more-title {
  font-size: 11px;
  margin-top: 10px; }

.template-card__device-more-cta {
  color: #1EBEA6;
  width: 100%;
  margin-top: 15px;
  cursor: pointer; }

.template-card__title {
  display: inline-block;
  font-size: 18px; }

.template-card__content {
  color: #4A4A4A; }

.tag.tag {
  display: inline-block;
  position: relative;
  color: #fff;
  font-size: 8px;
  font-weight: bold;
  line-height: 1;
  background-color: #B1ADDE;
  padding: 5px 6px 4px 6px;
  top: -3px;
  margin-left: 6px;
  margin-bottom: 14px; }

/* -- Shared Styles -- */
.device-phone,
.device-tablet,
.device-desktop {
  width: 100%;
  position: relative;
  background-color: #fff;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.15); }
  .device-phone::before,
  .device-tablet::before,
  .device-desktop::before {
    content: '';
    display: block;
    position: absolute; }

.device-phone::before,
.device-tablet::before {
  background-color: #C8C8C8;
  transform: translateX(-50%); }

.device-phone__content, .device-tablet__content, .device-desktop__content {
  position: absolute;
  overflow: hidden;
  left: 50%;
  transform: translateX(-50%); }
  .device-phone--has-scroll .device-phone__content, .device-tablet--has-scroll .device-phone__content, .device-desktop--has-scroll .device-phone__content,
  .device-phone--has-scroll .device-tablet__content, .device-tablet--has-scroll .device-tablet__content, .device-desktop--has-scroll .device-tablet__content,
  .device-phone--has-scroll .device-desktop__content, .device-tablet--has-scroll .device-desktop__content, .device-desktop--has-scroll .device-desktop__content {
    overflow-y: scroll;
    -ms-overflow-style: -ms-autohiding-scrollbar; }

.device-phone__content-image,
.device-tablet__content-image,
.device-desktop__content-image {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0; }

/* -- Phone -- */
.device-phone {
  padding-top: 200%;
  border-radius: 20px;
  border: 1px solid #C8C8C8; }
  .device-phone::before {
    width: 30px;
    height: 3px;
    border-radius: 100px;
    top: 6%;
    left: 50%; }

.device-phone__content {
  width: 90%;
  padding-top: 155%;
  border: 1px solid #C8C8C8;
  top: 11%; }

/* -- Tablet -- */
.device-tablet {
  padding-top: 142%;
  border-radius: 20px;
  border: 1px solid #C8C8C8; }
  .device-tablet::before {
    width: 7px;
    height: 7px;
    border-radius: 50%;
    top: 20px;
    left: 50%; }

.device-tablet__content {
  width: 88%;
  padding-top: 118%;
  border: 1px solid #C8C8C8;
  top: 10%; }

/* -- Desktop -- */
.device-desktop {
  padding-top: calc(60% + 22px);
  border-radius: 4px 4px 0 0; }

.device-desktop__top-bar {
  width: 100%;
  padding-top: 20px;
  position: absolute;
  top: 0;
  left: 0;
  border: 1px solid #C8C8C8;
  border-radius: 4px 4px 0 0;
  padding-left: .0042em; }
  .device-desktop__top-bar span {
    position: absolute;
    top: 50%;
    left: 8px;
    transform: translateY(-50%);
    display: block;
    width: 5px;
    height: 5px;
    background-color: #C8C8C8;
    border-radius: 50%; }
    .device-desktop__top-bar span:nth-child(2) {
      left: 18px; }
    .device-desktop__top-bar span:nth-child(3) {
      left: 28px; }

.device-desktop__content {
  width: 100%;
  padding-top: 60%;
  top: .028em;
  margin-top: 22px; }

.checkbox-list {
  font-size: 12px;
  text-align: left; }
  .checkbox-list li {
    position: relative;
    padding-left: 15px;
    margin-bottom: 8px; }
    .checkbox-list li::before {
      content: '';
      display: block;
      width: 10px;
      height: 10px;
      background-image: url("../images/checkbox-list-green.svg");
      background-size: contain;
      background-position: center;
      background-repeat: no-repeat;
      position: absolute;
      left: 0;
      top: 0; }

.checkbox-list--spacing-loose li {
  margin-bottom: 18px; }

.checkbox-list--blue li::before {
  top: 2px;
  background-image: url("../images/checkbox-list-blue.svg"); }

@media (min-width: 576px) {
  .checkbox-list--1\/2 {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2; } }

.templates-slider .slick-list {
  overflow: visible; }

.templates-slider__card {
  background-color: #fff;
  padding: 45px 50px 35px 50px;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.15);
  border-radius: 2px; }
  .templates-slider__card .tag {
    margin-bottom: 20px; }

.templates-slider__title {
  font-weight: bold;
  font-size: 44px; }

.templates-slider__cta {
  margin-top: 30px; }

.templates-slider__devices {
  position: relative;
  padding-bottom: 60px;
  margin-top: 30px;
  margin-right: auto;
  margin-left: auto; }
  @media (min-width: 992px) {
    .templates-slider__devices {
      margin-top: 0; } }
  @media (min-width: 1200px) {
    .templates-slider__devices {
      display: block;
      max-width: 770px; } }

.templates-slider__device-phone,
.templates-slider__device-tablet {
  display: none;
  position: absolute;
  z-index: 1; }
  @media (min-width: 1200px) {
    .templates-slider__device-phone,
    .templates-slider__device-tablet {
      display: block; } }

.templates-slider__device-phone {
  width: 150px;
  bottom: 0;
  left: -25px; }
  .templates-slider__device-phone .device-phone {
    box-shadow: -15px -10px 35px rgba(0, 0, 0, 0.2); }

.templates-slider__device-tablet {
  width: 300px;
  bottom: 0;
  right: 0;
  transform: translateX(55%); }

.templates-slider__device-desktop {
  width: 670px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto; }
  @media (min-width: 1200px) {
    .templates-slider__device-desktop .device-desktop {
      box-shadow: -35px 0 50px rgba(0, 0, 0, 0.3); } }

/* -- Footer -- */
.templates-slider__footer {
  margin-top: 40px;
  display: flex;
  justify-content: space-between; }

.templates-slider__arrows button {
  padding: 0;
  margin: 0;
  background: transparent;
  border: 0;
  cursor: pointer; }
.templates-slider__arrows .slick-next {
  margin-left: 20px; }

.templates-slider__status {
  font-size: 14px; }
  .templates-slider__status strong {
    font-weight: bold; }

.templates-breadcrumbs {
  margin-bottom: 0; }
  .templates-breadcrumbs li {
    display: inline-block;
    color: #4C4C4C;
    margin-right: 5px; }
    .templates-breadcrumbs li::after {
      content: '>';
      font-weight: bold;
      margin-left: 8px; }
    .templates-breadcrumbs li:last-child {
      font-weight: bold; }
      .templates-breadcrumbs li:last-child::after {
        display: none; }
    .templates-breadcrumbs li a {
      color: #4C4C4C;
      border-bottom: 1px solid transparent;
      padding-bottom: 2px;
      transition: border-color .2s; }
      .templates-breadcrumbs li a:hover, .templates-breadcrumbs li a:focus, .templates-breadcrumbs li a:active {
        border-bottom-color: #4C4C4C; }

.header-templates {
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
  padding-top: 15px;
  padding-bottom: 15px; }

@media (min-width: 576px) {
  .header-templates__inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: row-reverse; } }

.header-templates__logo {
  margin-bottom: 10px; }
  @media (min-width: 576px) {
    .header-templates__logo {
      margin-bottom: 0; } }
  .header-templates__logo,
  .header-templates__logo > img {
    display: block; }

.templates-select {
  display: inline-block;
  -moz-appearance: none;
  -ms-progress-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  border-radius: 0;
  border: 0;
  margin: 0;
  color: #696969;
  background-color: #F7F7F7;
  padding: 10px 20px;
  min-width: 150px;
  font-size: 12px;
  background-image: url("../images/templates-select-arrow.svg");
  background-repeat: no-repeat;
  background-position: right 15px center; }
  .templates-select::-ms-expand {
    display: none; }

.tab-navigation--has-label {
  display: flex;
  align-items: center;
  margin-bottom: 30px; }
  .tab-navigation--has-label > p {
    margin-bottom: 0;
    margin-right: 10px; }

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

.devices-nav {
  display: inline-block; }
  .devices-nav li {
    display: inline-block; }
    .devices-nav li.active a {
      color: #1EBEA6; }
  .devices-nav li + li {
    margin-left: 30px; }
  .devices-nav a {
    color: #C8C8C8;
    transition: color .2s; }
    .devices-nav a:hover, .devices-nav a:focus, .devices-nav a:active {
      color: #1EBEA6; }

.devices-nav--out {
  margin-top: -63px; }

.devices-nav--right {
  margin-bottom: 10px; }
  @media (min-width: 576px) {
    .devices-nav--right {
      float: right;
      margin-bottom: 0; } }

.device-showcase {
  margin-right: auto;
  margin-left: auto; }

.device-showcase--phone {
  max-width: 230px; }

.device-showcase--tablet {
  max-width: 350px; }

.caption-content {
  display: inline-block;
  background-color: #ECEFF1;
  padding: 5px 15px;
  border-radius: 4px; }
  .caption-content > p {
    margin-bottom: 0; }

.caption-content--spacing-top {
  margin-top: 30px; }

.pricing-card {
  max-width: 450px;
  background-color: #fff;
  border-radius: 4px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
  padding: 20px;
  text-align: center;
  margin-right: auto;
  margin-left: auto; }
  @media (min-width: 576px) {
    .pricing-card {
      padding: 35px; } }
  @media (min-width: 992px) {
    .pricing-card {
      margin-right: auto;
      margin-left: 0; } }

.pricing-card__title {
  text-align: left;
  font-family: 'GothamMedium', sans-serif;
  margin-bottom: 25px;
  padding: 0; }

.pricing-card__price {
  font-size: 23px;
  margin-bottom: 5px; }
  .pricing-card__price > span {
    font-size: 46px;
    line-height: 1;
    font-family: 'GothamBold', sans-serif; }

.pricing-card__price-note {
  color: #919191 !important;
  font-size: 11px;
  margin-bottom: 30px; }

.pricing-card__cta {
  width: 100%;
  margin-bottom: 15px; }

.pricing-card__link {
  color: #1EBEA6;
  border-bottom: 1px solid #1EBEA6;
  padding-bottom: 3px; }
  .pricing-card__link:hover, .pricing-card__link:focus, .pricing-card__link:active {
    color: #1EBEA6; }

.pricing-card__title {
  font-size: 20px;
  font-weight: 'GothamMedium', sans-serif;
  text-align: center;
  margin-bottom: 30px; }

.pricing-card__form {
  margin-bottom: 15px; }
  .pricing-card__form .mktoOffset {
    display: none; }
  .pricing-card__form .mktoForm {
    width: 100% !important; }
    .pricing-card__form .mktoForm .mktoButtonRow {
      display: block; }
    .pricing-card__form .mktoForm .mktoButtonWrap {
      display: block;
      margin-left: 0 !important; }
      .pricing-card__form .mktoForm .mktoButtonWrap.mktoSimple .mktoButton {
        width: 100%;
        font-family: 'GothamBold', sans-serif;
        font-size: 14px;
        border: 0;
        background-color: #E74946;
        background-image: none;
        text-transform: uppercase;
        border-radius: 4px;
        padding: 22px 15px 20px 15px;
        margin-top: 15px;
        margin-bottom: 20px;
        transition: background-color .2s; }
        .pricing-card__form .mktoForm .mktoButtonWrap.mktoSimple .mktoButton:hover {
          border: 0;
          background-color: #dd201d; }
    .pricing-card__form .mktoForm .mktoFormCol,
    .pricing-card__form .mktoForm .mktoFieldWrap {
      float: none; }
    .pricing-card__form .mktoForm .mktoField {
      float: none;
      width: 100% !important;
      font-family: 'GothamBook', sans-serif;
      font-size: 14px;
      border: 1px solid #C8C8C8;
      border-radius: 4px;
      padding: 19px 15px 17px 15px; }
      .pricing-card__form .mktoForm .mktoField::-webkit-input-placeholder {
        color: #4C4C4C; }
      .pricing-card__form .mktoForm .mktoField:-ms-input-placeholder {
        color: #4C4C4C; }
      .pricing-card__form .mktoForm .mktoField::-ms-input-placeholder {
        color: #4C4C4C; }
      .pricing-card__form .mktoForm .mktoField::placeholder {
        color: #4C4C4C; }
    .pricing-card__form .mktoForm .mktoAsterix {
      display: none !important; }

.pricing-card__form-back {
  font-size: 10px;
  color: #4C4C4C;
  padding: 0;
  margin: 0;
  border: 0;
  background-color: transparent;
  cursor: pointer; }

.pricing-card__footer p {
  margin-bottom: 10px;
  font-size: 13px; }

.steps {
  display: flex;
  counter-reset: steps-counter;
  margin-bottom: 30px;
  margin-top: 40px; }
  .steps li {
    flex: 0 0 33.3333333333%;
    position: relative;
    counter-increment: steps-counter;
    color: #919191;
    font-size: 9px; }
    .steps li.is-current, .steps li.is-checked {
      color: #07B0DD; }
      .steps li.is-current::before, .steps li.is-current::after, .steps li.is-checked::before, .steps li.is-checked::after {
        background-color: #07B0DD; }
      .steps li.is-current span::before, .steps li.is-current span::after, .steps li.is-checked span::before, .steps li.is-checked span::after {
        border-color: #07B0DD; }
    .steps li.is-checked span::before {
      content: '';
      height: 18px;
      background-color: #07B0DD;
      background-image: url("../images/steps-checkmark.svg");
      background-repeat: no-repeat;
      background-position: center; }
    .steps li.is-current::after {
      background-color: #C8C8C8; }
    .steps li:first-child::before {
      display: none; }
    .steps li:last-child::after {
      display: none; }
    .steps li::before, .steps li::after {
      content: '';
      position: absolute;
      top: -15px;
      display: block;
      width: 50%;
      height: 1px;
      background-color: #C8C8C8; }
    .steps li::before {
      left: 0; }
    .steps li::after {
      right: 0; }
  .steps span {
    display: block;
    position: relative; }
    .steps span::before {
      content: counter(steps-counter);
      width: 18px;
      line-height: 18px;
      border: 1px solid #919191;
      border-radius: 50%;
      position: absolute;
      left: 50%;
      top: -5px;
      background-color: #ffffff;
      z-index: 1;
      transform: translateY(-100%) translateX(-50%); }

.pricing-nav {
  display: flex;
  justify-content: space-between;
  text-align: center;
  border-bottom: 1px solid #919191;
  padding-bottom: 15px;
  margin-bottom: 30px; }
  .pricing-nav li {
    position: relative;
    flex: 0 0 calc((100% / 3) - 7px);
    width: calc((100% / 3) - 7px); }
    .pricing-nav li::after {
      content: '';
      display: block;
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 5px 6px 0 6px;
      border-color: #919191 transparent transparent transparent;
      position: absolute;
      bottom: -21px;
      left: 50%;
      transform: translateX(-50%);
      opacity: 0;
      transition: opacity .2s; }
    .pricing-nav li.active button {
      color: #fff;
      border-color: #1EBEA6;
      background-color: #1EBEA6; }
    .pricing-nav li.active::after {
      opacity: 1; }
  .pricing-nav button {
    display: block;
    width: 100%;
    color: #919191;
    font-family: 'GothamBook';
    font-size: 12px;
    border: 1px solid #919191;
    border-radius: 2px;
    background-color: transparent;
    cursor: pointer;
    padding: 8px 10px 6px 10px;
    margin: 0;
    transition: color .2s, border-color .2s, background-color .2s; }
    .pricing-nav button:hover, .pricing-nav button:focus, .pricing-nav button:active {
      color: #fff;
      border-color: #1EBEA6;
      background-color: #1EBEA6; }

.features-table {
  position: relative;
  border: 1px solid #ECEFF1;
  padding: 20px 25px 5px 25px;
  margin-bottom: 30px; }

.features-table__title {
  font-family: 'GothamMedium', sans-serif;
  background-color: #fff;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  margin-bottom: 0; }
  .features-table__title::before, .features-table__title::after {
    content: '';
    display: block;
    width: 15px;
    height: 100%;
    background-color: #fff;
    position: absolute;
    top: 0; }
  .features-table__title::before {
    left: 0;
    transform: translateX(-100%); }
  .features-table__title::after {
    right: 0;
    transform: translateX(100%); }

.u-border-box * {
  box-sizing: border-box; }

.u-bg-blue {
  background-color: #07B0DD; }

.u-bg-green {
  background-color: #1EBEA6; }
  .u-bg-green .btn--white.btn--ghost:hover,
  .u-bg-green .btn--white.btn--ghost:focus {
    color: #1EBEA6; }

@media (min-width: 992px) {
  .u-ml-2\@lg {
    margin-left: 20px !important; } }

@media (min-width: 992px) {
  .u-mr-2\@lg {
    margin-right: 20px !important; } }

.u-mb-6 {
  margin-bottom: 60px !important; }

@media (min-width: 992px) {
  .u-mb-0\@lg {
    margin-bottom: 0 !important; } }

.u-overflow-hidden {
  overflow: hidden !important; }

/* Hero slider */
.hero-slider {
  padding: 60px 0 80px 0;
  background: url("https://placester.com/wp-content/uploads/2018/12/hero-blurry2.png");
  background-size: cover;
  margin-top: -16px; }
  .hero-slider * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .hero-slider__title {
    font-weight: 500;
    font-size: 30px;
    color: #323232;
    text-align: center;
    margin-bottom: 15px;
    font-family: gothamBold; }
    @media (min-width: 768px) {
      .hero-slider__title {
        font-size: 36px; } }
  .hero-slider .container {
    max-width: 1200px !important; }

.hero-slider__slides .slick-dots {
  margin-top: 25px;
  text-align: center; }
  .hero-slider__slides .slick-dots li {
    font-weight: 500;
    font-size: 13px;
    text-transform: uppercase;
    padding-top: 10px;
    display: inline-block;
    margin: 0 13px;
    cursor: pointer; }
    .hero-slider__slides .slick-dots li.slick-active {
      color: #009CC6; }
      @media (min-width: 992px) {
        .hero-slider__slides .slick-dots li.slick-active {
          border-top: 2px solid #009cc6; } }

.hero-slider__subtitle {
  font: 14px/20px "GothamBook";
  font-size: 16px;
  color: #242424;
  text-align: center;
  margin-bottom: 50px;
  display: none; }
  .hero-slider__subtitle.active {
    display: block; }

.hero-slide__inner {
  position: relative;
  border: 6px solid #fff; }
  .hero-slide__inner img {
    max-width: 100%; }
  .hero-slide__inner:hover .hero-slide__form-cta {
    opacity: 1; }

.hero-slider__form {
  background-color: #fff;
  text-align: center;
  padding: 30px 20px 30px; }
  @media (max-width: 991px) {
    .hero-slider__form {
      margin-top: 20px; } }
  .hero-slider__form__title {
    font-size: 17px;
    font-family: gothamMedium;
    font-weight: 400;
    margin-bottom: 10px; }
    @media (min-width: 992px) {
      .hero-slider__form__title {
        font-size: 20px; } }
  .hero-slider__form .mktoForm {
    width: 95% !important;
    max-width: 350px;
    margin: 0 auto; }
  .hero-slider__form .mktoForm .mktoRequiredField .mktoAsterix {
    display: none; }
  .hero-slider__form .mktoForm .mktoFormRow,
  .hero-slider__form .mktoForm .mktoButtonRow {
    width: 100%; }
  .hero-slider__form .mktoForm .mktoFormCol {
    width: 100%;
    margin-bottom: 0 !important; }
  .hero-slider__form .mktoForm .mktoButtonWrap {
    width: 100%;
    margin: 0 !important; }
  .hero-slider__form .mktoForm .mktoFieldWrap {
    width: 100%; }
  .hero-slider__form .mktoForm .mktoField {
    width: 100% !important;
    font-size: 14px;
    border-radius: 4px;
    border: 1px solid #DFDFDF;
    padding: 17px 10px; }
  .hero-slider__form .mktoForm .mktoButton {
    width: 100% !important;
    border: none !important;
    font-family: 'GothamBook';
    font-size: 14px !important;
    color: #fff;
    text-transform: uppercase;
    width: 100%;
    height: 40px;
    background: #E74946 !important;
    line-height: 1;
    border-radius: 4px;
    margin-top: 10px; }
    @media (min-width: 768px) {
      .hero-slider__form .mktoForm .mktoButton {
        height: 50px;
        margin-top: 20px; } }
  .hero-slider__form .mktoForm .mktoOffset {
    height: 10px; }
  .hero-slider__form .mktoForm ::-webkit-input-placeholder {
    color: #4c4c4c !important;
    font-family: gothamBook; }
  .hero-slider__form .mktoForm :-moz-placeholder {
    /* Firefox 18- */
    color: #4c4c4c !important;
    font-family: gothamBook; }
  .hero-slider__form .mktoForm ::-moz-placeholder {
    /* Firefox 19+ */
    color: #4c4c4c !important;
    font-family: gothamBook; }
  .hero-slider__form .mktoForm :-ms-input-placeholder {
    color: #4c4c4c !important;
    font-family: gothamBook; }
  .hero-slider__form .marketo-embed {
    max-width: 400px;
    margin: 0 auto; }
    .hero-slider__form .marketo-embed .marketo-embed__tabs {
      margin-top: 0; }
    .hero-slider__form .marketo-embed .marketo-embed__tabs > label {
      padding: 15px 0; }
  .hero-slider__form .marketo-embed.marketo-embed--has-tabs .mktoForm {
    padding: 10px 20px 15px; }
  .hero-slider__form .marketo-embed.marketo-embed--has-tabs .marketo-embed__inner {
    border-radius: 2px; }

/*# sourceMappingURL=page-builder.css.map */
