@charset "UTF-8";
@font-face {
  font-family: 'Futura-custom';
  font-weight: 300;
  src: url("/assets/font/FuturaStd-Book.otf") format("truetype"); }

@font-face {
  font-family: 'Futura-custom';
  font-weight: 400;
  src: url("/assets/font/FuturaStd-Medium.otf") format("truetype"); }

@font-face {
  font-family: 'Futura-custom';
  font-weight: 600;
  src: url("/assets/font/FuturaStd-Bold.otf") format("truetype"); }

* {
  box-sizing: border-box; }

html, body {
  margin: 0;
  padding: 0;
  font-family: "Futura-custom", sans-serif;
  font-weight: normal; }

button {
  display: inline-block;
  background: none;
  border: 0px none;
  font-family: "Futura-custom", sans-serif;
  padding: 0; }

img {
  display: block; }

a {
  text-decoration: none;
  color: #005581; }

h1, h2, h3, h4, h5, h6 {
  font-family: "Futura-custom", sans-serif; }

.banner-content .banner-title,
.banner-content .banner-cta-text,
.banner-content .banner-phone-number {
  font-size: 30px;
  font-weight: 400;
  margin: 0; }
  @media only screen and (min-width: 771px) {
    .banner-content .banner-title,
    .banner-content .banner-cta-text,
    .banner-content .banner-phone-number {
      font-size: 40px; } }

.banner-content .banner-title {
  line-height: 1.3em;
  color: #002E64; }
  @media only screen and (min-width: 1051px) {
    .banner-content .banner-title {
      font-size: 48px; } }

.banner-content .banner-text {
  font-size: 20px;
  font-weight: normal;
  margin: 10px 0 0;
  line-height: 1.3em; }
  @media only screen and (min-width: 1051px) {
    .banner-content .banner-text {
      font-size: 25px;
      margin-top: 20px; } }

.banner-content .banner-phone-number {
  font-size: 24px;
  font-weight: bold;
  margin-top: 0.5em; }
  @media only screen and (min-width: 1051px) {
    .banner-content .banner-phone-number {
      font-size: 50px; } }

.banner-content .banner-cta-text {
  font-size: 20px; }
  @media only screen and (min-width: 1051px) {
    .banner-content .banner-cta-text {
      font-size: 40px; } }

@media only screen and (min-width: 1051px) {
  .banner-content .banner-phone-number + .banner-text {
    margin-top: 10px; } }

.banner-content .banner-actions {
  margin-top: 20px; }

.banner-content .smart-block .smart-block-text {
  color: #323232; }

.banner-content .smart-block .smart-block-actions {
  margin-top: 20px; }
  @media only screen and (min-width: 1051px) {
    .banner-content .smart-block .smart-block-actions {
      text-align: left; } }

@media only screen and (min-width: 771px) {
  .section-banner.banner .banner-content .banner-text {
    font-size: 20px; } }

.banner {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: center;
      justify-content: center;
  padding: 30px;
  min-height: 34.72222vw; }
  @media only screen and (min-width: 771px) {
    .banner {
      padding: 80px 60px; } }
  .banner .backdrop {
    z-index: -1;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0.5;
    background-size: cover;
    background-position: center center; }
  .banner.invert {
    background-color: #005581; }
    .banner.invert .banner-content .banner-title,
    .banner.invert .banner-content .banner-subtitle,
    .banner.invert .banner-content .banner-cta-text,
    .banner.invert .banner-content .banner-phone-number {
      color: #ffffff; }
  @media only screen and (min-width: 771px) {
    .banner .backdrop {
      opacity: 1; }
    .banner .banner-content {
      max-width: 50%;
      margin-left: 0;
      transform: translateY(2.8vw); } }
  @media only screen and (min-width: 771px) {
    .banner.page-banner.curvy.btm {
      min-height: 43.05556vw; } }
  @media screen and (orientation: portrait) {
    .banner {
      min-height: 75vh; }
      .banner .backdrop.landscape {
        display: none; } }
  @media screen and (orientation: landscape) {
    .banner .backdrop.portrait {
      display: none; } }

.benefit {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center; }
  .benefit .benefit-icon {
    margin-right: 15px; }

.benefit-icon {
  border: 2px solid #323232;
  border-radius: 50%;
  width: 87px;
  height: 87px;
  display: block;
  background-repeat: no-repeat;
  background-position: center center; }

.benefit-name {
  margin: 0;
  font-size: 25px;
  text-align: left; }
  .benefit-name small {
    display: block;
    font-size: 16px;
    color: #9b9b9b;
    margin-top: 0.4em; }

.blog-preview {
  display: block;
  position: relative;
  background: #005581; }
  .blog-preview canvas {
    display: block;
    position: relative;
    filter: grayscale(1);
    width: 100%;
    z-index: 0;
    background-size: cover;
    background-position: center center;
    transition: opacity 0.3s;
    opacity: 1; }
  .blog-preview:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #005581;
    mix-blend-mode: screen;
    z-index: 1; }
  .blog-preview .blog-preview-title {
    position: absolute;
    z-index: 2;
    margin: 0;
    left: 15px;
    right: 15px;
    bottom: 15px;
    background: #ffffff;
    border-bottom: 5px solid #2fa9e0;
    padding: 15px;
    transition: transform 0.3s;
    transform: translateY(0px); }
    @media only screen and (min-width: 771px) {
      .blog-preview .blog-preview-title {
        border-bottom-width: 10px;
        font-size: 20px; } }
  .blog-preview:hover img, .blog-preview:hover canvas {
    opacity: 0.5; }
  .blog-preview:hover .blog-preview-title {
    transform: translateY(-10px); }

.box {
  box-shadow: 0px 14px 30px rgba(0, 0, 0, 0.3);
  border-radius: 20px;
  background: #ffffff;
  padding: 30px; }
  [data-view~="boxes"] .box {
    box-shadow: 0 0 1px blue inset, 0px 14px 30px rgba(0, 0, 0, 0.3) !important; }
  @media only screen and (min-width: 1051px) {
    .box {
      padding: 35px; } }
  .box.smart-block {
    padding: 0 0 45px;
    overflow: hidden;
    padding-bottom: 30px; }
    .box.smart-block .smart-block-title {
      padding: 0 30px; }
    .box.smart-block .smart-block-text {
      padding: 0 30px; }
    .box.smart-block .smart-block-image {
      padding: 0; }
    .box.smart-block .smart-block-image,
    .box.smart-block .smart-block-video {
      margin-bottom: 30px; }
    .box.smart-block .smart-block-actions {
      padding-left: 15px; }
    @media only screen and (min-width: 771px) {
      .box.smart-block {
        padding: 0 0 30px; }
        .box.smart-block .smart-block-actions {
          padding-left: 30px; } }
  .box.testimonial {
    margin-top: 85px;
    padding: 15px; }
    @media only screen and (min-width: 771px) {
      .box.testimonial {
        padding: 30px 30px 15px; } }
    .box.testimonial .testimonial-image {
      margin-top: -85px; }
    @media only screen and (min-width: 771px) {
      .box.testimonial {
        margin-top: 100px; }
        .box.testimonial .testimonial-image {
          margin-top: -100px; } }

.bullet, .fancy-blockquote blockquote cite:before, .article-block.blockquote blockquote > cite:before {
  width: 70px;
  height: 3px;
  background: currentColor;
  display: inline-block;
  vertical-align: middle; }

.button {
  display: inline-block;
  text-decoration: none;
  vertical-align: middle;
  border: 2px solid transparent;
  cursor: pointer;
  white-space: nowrap;
  font-size: 18px;
  letter-spacing: 0.03em;
  transition: opacity 0.3s, border-color 0.3s; }
  @media only screen and (min-width: 1051px) {
    .button {
      font-size: 20px; } }
  .button.primary {
    background: #2fa9e0;
    color: #ffffff;
    height: 44px;
    border-radius: 25px;
    padding: 0px 15px;
    line-height: 44px; }
  .button.alt {
    background: #2fa9e0;
    color: #ffffff;
    height: 44px;
    border-radius: 10px;
    padding: 0px 30px;
    line-height: 44px; }
  .button.secondary {
    color: #005581;
    height: 44px;
    line-height: 44px; }
    .button.secondary:active {
      color: #2fa9e0; }
  .button.back {
    color: #2fa9e0;
    height: 44px;
    line-height: 44px;
    border-radius: 25px;
    padding-left: 40px;
    padding-right: 15px;
    background: url("/assets/img/icon/back.svg") 15px center no-repeat #ffffff; }
    .button.back:active {
      color: #005581; }
  .button[disabled] {
    opacity: 0.5; }
  .button:active, .button:focus {
    outline: none;
    border-color: #ffffff; }
  .button:active {
    opacity: 0.6; }

.carousel {
  display: -ms-flexbox;
  display: flex;
  width: 100%; }
  .carousel .carousel-slide {
    max-width: calc(25% - 22.5px);
    -ms-flex-preferred-size: calc(25% - 22.5px);
        flex-basis: calc(25% - 22.5px); }
    .carousel .carousel-slide img {
      display: block;
      width: 100%; }
  .carousel .carousel-slide + .carousel-slide {
    margin-left: 30px; }

.comparison-table {
  width: 100%; }
  .comparison-table th, .comparison-table td {
    padding: 15px;
    width: 34%;
    font-size: 24px;
    text-align: center;
    font-weight: normal; }
    .comparison-table th > img, .comparison-table td > img {
      display: block;
      margin: 0 auto; }
  @media only screen and (max-width: 770px) {
    .comparison-table {
      display: none; } }

.contact-block .contact-block-title {
  font-size: 30px;
  color: #005581;
  margin-top: 0; }

.contact-block .contact-block-actions {
  margin-top: 30px;
  text-align: center; }

.contact-block.type-sidebar {
  text-align: left; }
  .contact-block.type-sidebar .phone-number {
    height: auto; }
  .contact-block.type-sidebar .phone-number-digits {
    text-align: center;
    font-size: 32px; }
  .contact-block.type-sidebar .phone-number-small {
    text-align: center;
    color: #9b9b9b; }
  .contact-block.type-sidebar .contact-block-actions .button {
    width: 100%; }
  @media only screen and (min-width: 771px) {
    .contact-block.type-sidebar .phone-number-digits {
      font-size: 39px; }
    .contact-block.type-sidebar .phone-number-small {
      font-size: 20px; } }

.contact-block.type-footer .contact-block-actions {
  margin-top: 10px; }

.contact-bubble {
  display: -ms-flexbox;
  display: flex;
  padding: 30px;
  border-radius: 20px;
  background: #ffffff;
  font-size: 20px; }
  .contact-bubble .contact-bubble-icon {
    width: 70px;
    height: 70px;
    background-position: center center;
    background-repeat: no-repeat;
    background-color: #2fa9e0;
    border-radius: 50%;
    margin-right: 30px;
    background-size: 40px 40px; }
  .contact-bubble .contact-bubble-row {
    margin: 0;
    white-space: nowrap; }
    .contact-bubble .contact-bubble-row label {
      display: inline-block;
      min-width: 75px; }
    .contact-bubble .contact-bubble-row span {
      display: inline-block;
      color: #005581; }
    .contact-bubble .contact-bubble-row a {
      text-decoration: underline; }
  .contact-bubble .contact-bubble-row + .contact-bubble-row {
    margin-top: 15px; }
  @media only screen and (max-width: 770px) {
    .contact-bubble .contact-bubble-icon {
      display: none; } }
  @media only screen and (min-width: 771px) {
    .contact-bubble .contact-bubble-row label {
      min-width: 120px; }
    .contact-bubble .contact-bubble-row label, .contact-bubble .contact-bubble-row span {
      font-size: 25px; } }

.curvy {
  position: relative;
  z-index: -1; }
  .curvy > * {
    position: relative;
    z-index: 11; }
  .curvy:before, .curvy:after {
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    height: 25vw;
    z-index: 10;
    background-repeat: no-repeat;
    background-size: 100% 100%; }
  .curvy.top {
    padding-top: 25vw; }
    .curvy.top:before {
      content: "";
      top: -1px;
      background-position: left top; }
  .curvy.btm {
    padding-bottom: 25vw; }
    .curvy.btm:after {
      content: "";
      bottom: -1px;
      background-position: right bottom; }
  @media only screen and (min-width: 771px) {
    .curvy.top {
      margin-top: -3.75vw;
      padding-top: 21.25vw; }
    .curvy.btm {
      margin-bottom: -3.75vw;
      padding-bottom: 21.25vw; } }
  .curvy.page-banner.btm {
    margin-bottom: 0; }
    .curvy.page-banner.btm.shrink-margin {
      margin-bottom: -7.5vw; }
      @media only screen and (min-width: 771px) {
        .curvy.page-banner.btm.shrink-margin {
          padding-bottom: 25vw; } }
    .curvy.page-banner.btm.overlay-margin {
      margin-bottom: -12.5vw; }
  .curvy.top-white:before {
    background-image: url("/assets/img/curve/white-top.svg"); }
  .curvy.top-blue:before {
    background-image: url("/assets/img/curve/blue-top.svg"); }
  .curvy.btm-white:after {
    background-image: url("/assets/img/curve/white-btm.svg"); }
  .curvy.btm-blue:after {
    background-image: url("/assets/img/curve/blue-btm.svg"); }
  .curvy.btm-blue-flip:after {
    background-image: url("/assets/img/curve/blue-top.svg"); }

.fancy-blockquote .fancy-blockquote-aside {
  display: block;
  margin-bottom: 30px; }
  .fancy-blockquote .fancy-blockquote-aside canvas {
    display: none; }

.fancy-blockquote .fancy-blockquote-photo {
  border-radius: 50%;
  border: 10px solid #2fa9e0;
  max-width: 70%;
  margin: auto; }

.fancy-blockquote .fancy-blockquote-photo {
  right: 0;
  left: none; }

.fancy-blockquote blockquote {
  margin: 0; }
  .fancy-blockquote blockquote p {
    margin: 0;
    color: #005581;
    font-size: 16px; }
    .fancy-blockquote blockquote p:before {
      content: "“"; }
    .fancy-blockquote blockquote p:after {
      content: "”"; }
  .fancy-blockquote blockquote cite {
    display: block;
    color: #9b9b9b;
    margin-top: 30px;
    font-size: 16px;
    font-style: normal; }
    .fancy-blockquote blockquote cite:before {
      content: "";
      width: 45px;
      margin-right: 0.7em; }

@media only screen and (min-width: 771px) {
  .fancy-blockquote {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: end;
        align-items: flex-end; }
    .fancy-blockquote .fancy-blockquote-aside {
      position: relative;
      background: url("/assets/img/bg/splash.png") center center no-repeat;
      background-size: 100% auto;
      margin-bottom: 30px;
      min-width: 40%;
      margin-bottom: 0; }
      .fancy-blockquote .fancy-blockquote-aside canvas {
        display: block;
        width: 100%; }
    .fancy-blockquote .fancy-blockquote-photo {
      position: absolute;
      width: 40%;
      height: auto;
      top: 60%;
      right: 0; }
    .fancy-blockquote blockquote {
      padding-left: 30px;
      padding-bottom: 30px; }
      .fancy-blockquote blockquote p {
        font-size: 24px; }
      .fancy-blockquote blockquote cite {
        font-size: 24px; } }

.faq-header {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center; }
  .faq-header .faq-header-icon {
    min-width: 67px;
    -ms-flex-preferred-size: 67px;
        flex-basis: 67px;
    margin-right: 15px; }
    .faq-header .faq-header-icon img {
      width: 100%; }
  .faq-header .faq-header-title h3 {
    margin: 0;
    font-size: 20px;
    font-weight: normal;
    color: #005581; }
    @media only screen and (min-width: 1051px) {
      .faq-header .faq-header-title h3 {
        font-size: 24px; } }
  .faq-header .faq-header-title p {
    font-size: 16px;
    color: #9b9b9b;
    margin: 6px 0 0; }

.faq {
  border-bottom: 1px solid rgba(50, 50, 50, 0.1); }
  .faq .faq-question {
    color: #005581;
    font-weight: normal;
    font-size: 18px;
    min-height: 34px;
    padding: 8px 45px 0 0;
    background: url("/assets/img/icon/expand.svg") top right no-repeat;
    line-height: 1.1em;
    cursor: pointer; }
  .faq .faq-answer {
    font-size: 16px;
    color: #9b9b9b; }
    .faq .faq-answer p {
      margin-top: 0; }
    @media only screen and (min-width: 1051px) {
      .faq .faq-answer {
        padding-right: 10%; } }
  .faq .faq-answer {
    overflow: hidden;
    height: 0;
    opacity: 0;
    transition: opacity 0.3s; }
  .faq.is-active .faq-question {
    background-image: url("/assets/img/icon/collapse.svg"); }
  .faq.is-active .faq-answer {
    opacity: 1;
    height: auto; }

.feature-block {
  display: block; }
  @media only screen and (min-width: 771px) {
    .feature-block {
      display: -ms-flexbox;
      display: flex; } }
  .feature-block .feature-block-icon {
    -ms-flex-preferred-size: 75px;
        flex-basis: 75px;
    min-width: 75px;
    margin-bottom: 15px; }
    @media only screen and (max-width: 1050px) {
      .feature-block .feature-block-icon {
        float: left; } }
    .feature-block .feature-block-icon .feature-block-icon-bg {
      width: 54px;
      height: 54px;
      border-radius: 10px;
      display: block;
      background-repeat: no-repeat;
      background-position: center center; }
  .feature-block .feature-block-title {
    font-size: 19px;
    font-weight: normal;
    color: #005581;
    padding-top: 1px;
    margin-top: 0;
    margin-bottom: 0;
    line-height: 1.3em; }
  .feature-block .feature-block-text {
    clear: left;
    line-height: 1.5em; }
    .feature-block .feature-block-text:first-child {
      margin-top: 0; }
  .feature-block.red .feature-block-icon-bg {
    background-color: #FF1550; }
  .feature-block.blue .feature-block-icon-bg {
    background-color: #2fa9e0; }
  .feature-block.teal .feature-block-icon-bg {
    background-color: #50E3C2; }
  .feature-block.green .feature-block-icon-bg {
    background-color: #7ED321; }
  .feature-block.purple .feature-block-icon-bg {
    background-color: #AD4AE2; }
  .feature-block.orange .feature-block-icon-bg {
    background-color: #F5A623; }

.feature-bubble {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  color: #323232;
  border-radius: 25px;
  padding: 11px 10px 9px;
  font-size: 16px;
  background-repeat: no-repeat;
  background-position: 20px center;
  background-size: auto 19px;
  padding-left: 45px; }
  .feature-bubble[data-icn="marker"] {
    background-image: url("/assets/img/icon/marker.svg"); }
  .feature-bubble[data-icn="payment"] {
    background-image: url("/assets/img/icon/payment.svg"); }

.fineprint {
  color: #9b9b9b;
  font-size: 14px; }
  @media only screen and (min-width: 1051px) {
    .fineprint {
      font-size: 16px; } }

.contact-block.type-footer {
  color: #005581;
  text-align: center; }
  .contact-block.type-footer .social-icons {
    -ms-flex-pack: center;
        justify-content: center;
    margin-top: 10px;
    padding-left: 30px;
    padding-right: 30px; }
  .contact-block.type-footer .phone-number {
    margin-bottom: 15px; }
  .contact-block.type-footer .footer-contact-section-small {
    font-size: 14px;
    margin-top: 0; }
  .contact-block.type-footer .box {
    padding-top: 15px;
    padding-bottom: 15px; }
  @media only screen and (min-width: 1051px) {
    .contact-block.type-footer .box {
      padding-top: 30px;
      padding-bottom: 30px; } }

.footer-logo {
  width: 228px; }
  .footer-logo img {
    display: block;
    width: 228px;
    height: 75px; }
  .footer-logo p {
    font-size: 18px;
    color: #005581;
    margin: 10px 0 0; }

.footer {
  background: #d5eef9;
  position: relative;
  z-index: 0; }
  .footer .curvy {
    z-index: 1; }
  .footer footer {
    position: relative;
    z-index: 2;
    padding-bottom: 15px; }
    .footer footer > * + * {
      margin-top: 60px; }
    .footer footer .footer-top {
      -ms-flex-align: center;
          align-items: center; }
    @media only screen and (min-width: 771px) {
      .footer footer {
        padding-bottom: 30px; }
        .footer footer .fineprint {
          margin-top: 60px; } }

form .form-row + .form-row {
  margin-top: 15px; }

form .form-actions {
  margin-top: 30px; }

.form-row > label {
  display: block;
  font-size: 18px; }

.form-row .form-row-input {
  margin-top: 10px; }

.form-row .g-recaptcha {
  margin-top: 25px; }
  .form-row .g-recaptcha > div {
    margin-left: auto; }

@media only screen and (min-width: 771px) {
  .form-row {
    display: -ms-flexbox;
    display: flex;
    max-width: 660px; }
    .form-row > label {
      font-size: 24px;
      padding: 13.75px 0;
      height: 55px;
      -ms-flex-preferred-size: 35%;
          flex-basis: 35%; }
    .form-row .form-row-input {
      -ms-flex-preferred-size: 65%;
          flex-basis: 65%;
      margin-top: 0;
      margin-left: 30px; } }

.form-row.text input, .form-row.text textarea {
  background: #ececec;
  border: 0px none;
  padding: 13.75px;
  display: block;
  font-size: 24px;
  height: 55px;
  width: 100%; }
  .form-row.text input:focus, .form-row.text textarea:focus {
    box-shadow: 0 0 0 1px #323232 inset;
    outline: none; }

.form-row.text textarea {
  min-height: 20vw;
  resize: vertical; }

.form-row.radio .form-row-input {
  display: -ms-flexbox;
  display: flex; }

.form-row.radio .radio-option {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-positive: 1;
      flex-grow: 1;
  -ms-flex-align: center;
      align-items: center; }
  .form-row.radio .radio-option input {
    -ms-flex-preferred-size: 30px;
        flex-basis: 30px; }
  .form-row.radio .radio-option label {
    cursor: pointer; }
    @media only screen and (min-width: 771px) {
      .form-row.radio .radio-option label {
        font-size: 24px; } }

.form-row.recaptcha {
  background: darkred;
  box-shadow: 0 0 20px black inset !important;
  color: white;
  padding: 10px;
  text-align: center; }
  .form-row.recaptcha .form-row-input {
    margin: 0;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%; }

.form-actions {
  max-width: 660px;
  text-align: right; }

.form-error {
  margin-top: 0;
  padding-top: 10px;
  font-size: 14px;
  border-top: 1px solid #d21;
  color: #d21;
  padding-left: 10px; }

.form-success-message .form-success-title {
  font-size: 30px;
  color: #005581; }

.form-success-message .form-success-text {
  font-size: 22px; }

.full-width-text-block {
  text-align: center;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto; }
  .full-width-text-block .full-width-text-block-icon {
    text-align: center; }
    .full-width-text-block .full-width-text-block-icon img {
      display: inline-block; }
  .full-width-text-block .full-width-text-block-title {
    color: #005581;
    font-weight: normal;
    font-size: 24px; }
    @media only screen and (min-width: 771px) {
      .full-width-text-block .full-width-text-block-title {
        font-size: 30px; } }
  .full-width-text-block .full-width-text-block-text {
    max-width: 77%;
    margin: 1em auto 0;
    color: #9b9b9b;
    line-height: 1.5em; }
  .full-width-text-block .full-width-text-block-actions {
    margin-top: 30px; }
  @media only screen and (min-width: 771px) {
    .full-width-text-block .full-width-text-block-actions {
      margin-top: 70px; } }
  .invert .full-width-text-block .full-width-text-block-title {
    color: #ffffff; }
  .invert .full-width-text-block .full-width-text-block-text {
    color: #ffffff; }

.logo-set {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  padding: 15px 30px; }
  .logo-set .logo + .logo {
    margin-left: 30px; }
  .logo-set img {
    width: 100%; }

.main-logo {
  position: relative;
  height: 75px;
  width: 170px;
  display: block; }
  .main-logo img {
    display: block;
    height: 100%; }

.nav-dropdown {
  vertical-align: middle; }
  .nav-dropdown .nav-dropdown-trigger {
    background: url("/assets/img/icon/dropdown-arrow.svg") center bottom no-repeat transparent;
    border: none;
    color: #005581;
    display: block;
    font-family: "Futura-custom", sans-serif;
    font-size: 18px;
    height: 70px;
    padding: 3px 0 0;
    text-align: left;
    text-decoration: none;
    cursor: pointer;
    text-align: center; }
    .nav-dropdown .nav-dropdown-trigger:focus {
      outline: none; }
  .nav-dropdown .nav-dropdown-list {
    position: absolute;
    padding: 15px;
    margin-left: -15px;
    border-radius: 10px;
    background: #ffffff;
    box-shadow: 0px 14px 30px rgba(0, 0, 0, 0.3);
    opacity: 0;
    visibility: hidden;
    transform: translateY(30px);
    transition: opacity 0.3s, visibility 0.3s, transform 0.3s; }
    [data-view~="boxes"] .nav-dropdown .nav-dropdown-list {
      box-shadow: 0 0 1px blue inset, 0px 14px 30px rgba(0, 0, 0, 0.3) !important; }
    .nav-dropdown .nav-dropdown-list a {
      display: block;
      font-size: 16px;
      text-decoration: none;
      color: #005581;
      line-height: 2.4em; }
  .nav-dropdown .nav-dropdown-list:hover,
  .nav-dropdown .nav-dropdown-trigger:hover + .nav-dropdown-list,
  .nav-dropdown .nav-dropdown-trigger:focus + .nav-dropdown-list {
    opacity: 1;
    visibility: visible;
    transform: translateY(0); }

.nav-footer p {
  font-size: 18px;
  margin-bottom: 1.9em; }

.nav-footer a {
  display: block; }

.nav-footer a + a {
  margin-top: 1.8em; }

.nav-header {
  display: -ms-flexbox;
  display: flex; }
  .nav-header > a {
    display: block;
    background-color: transparent;
    border: none;
    color: #005581;
    font-family: "Futura-custom", sans-serif;
    text-align: left;
    padding: 15px 0;
    text-decoration: none;
    font-size: 18px;
    height: 50px;
    -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center; }
  @media only screen and (min-width: 771px) {
    .nav-header > * + * {
      margin-left: 30px; } }
  @media only screen and (min-width: 1051px) {
    .nav-header > * + * {
      margin-left: 50px; } }

.nav-panels nav {
  padding: 15px 15px 0 30px; }

.nav-panels nav > a, .nav-panels .nav-panel-links > a {
  display: block;
  font-size: 16px;
  line-height: 54px; }
  .nav-panels nav > a[data-panel-show], .nav-panels .nav-panel-links > a[data-panel-show] {
    background: url("/assets/img/icon/arrow-right.svg") right center no-repeat; }

.nav-panels .nav-panel {
  background: #ffffff; }

.nav-panels .nav-panel-header {
  display: -ms-flexbox;
  display: flex;
  height: 64px;
  padding: 13px 9px;
  -ms-flex-align: center;
      align-items: center;
  border-bottom: 1px solid rgba(50, 50, 50, 0.1); }
  .nav-panels .nav-panel-header[data-panel-back] > a {
    display: block;
    width: 40px;
    height: 40px;
    background: url("/assets/img/icon/arrow-left.svg") center center no-repeat;
    border: 2px solid rgba(50, 50, 50, 0.1);
    border-radius: 50%;
    font-size: 0;
    color: transparent; }
  .nav-panels .nav-panel-header .nav-panel-header-title {
    margin-left: 20px;
    color: #005581; }

.nav-panels .nav-panel-links {
  padding: 15px 30px; }

.navicon {
  color: #005581;
  font-size: 16px;
  line-height: 50px;
  width: 50px;
  outline: none;
  text-align: right; }
  .is-open .navicon {
    background: url("/assets/img/icon/cross.svg") center right no-repeat; }

.page-actions {
  text-align: right; }

.page-intro .page-title {
  font-size: 22px;
  font-weight: normal;
  color: #005581;
  margin-top: 0;
  text-transform: capitalize; }

.page-intro .page-intro-body-copy {
  color: #323232;
  font-size: 16px;
  line-height: 1.4em; }
  .page-intro .page-intro-body-copy:first-child p {
    margin-top: 0; }

@media only screen and (min-width: 771px) {
  .page-intro .page-title {
    font-size: 30px; }
  .page-intro .page-title +
.page-intro-body-copy {
    margin-top: 3em; }
  .page-intro .page-intro-body-copy {
    font-size: 18px; }
    .page-intro .page-intro-body-copy p + p {
      margin-top: 30px; } }

.person {
  max-width: 280px;
  margin: 0 auto;
  text-align: center;
  color: #005581; }
  @media only screen and (min-width: 771px) {
    .person {
      margin-left: auto; } }
  .person .person-image {
    border-radius: 50%;
    overflow: hidden; }
    .person .person-image img {
      width: 100%; }
  .person .person-name {
    font-size: 30px;
    margin-bottom: 0; }
  .person .person-role {
    margin-top: 0;
    font-size: 18px; }

.phone-number-cta {
  background: #d5eef9;
  padding: 20px 30px;
  display: block; }
  .phone-number-cta .phone-number {
    text-align: center; }
  .phone-number-cta .button {
    margin-top: 20px; }

.phone-number {
  text-align: center;
  color: #005581;
  height: 50px; }
  .phone-number .phone-number-digits {
    font-size: 25px;
    white-space: nowrap;
    font-weight: 900; }
  .phone-number .phone-number-small {
    margin-top: 0;
    font-size: 15px; }
  .phone-number .phone-number-digits +
.phone-number-small {
    margin-top: 5px; }
  .phone-number.alt {
    text-align: center;
    height: auto; }
    .phone-number.alt .phone-number-small {
      font-size: 18px;
      margin-bottom: 0.5em; }
  @media only screen and (min-width: 771px) {
    .phone-number {
      text-align: right; }
      .phone-number .phone-number-digits {
        font-size: 32px;
        margin-bottom: -0.15em; }
      .phone-number .phone-number-small {
        margin-top: 0;
        font-size: 15px; } }

.section-nav p {
  color: #005581;
  font-size: 20px;
  margin-top: 0;
  margin-bottom: 23px; }

.section-nav [data-swap-trigger] {
  display: block;
  height: 42px;
  padding: 10px 20px 10px 0;
  color: #005581;
  font-size: 18px;
  white-space: nowrap;
  cursor: pointer;
  outline: none;
  border-radius: 24px;
  background-size: 0;
  background-color: none;
  transition: background-color 0.3s, background-size 0.3s, padding-left 0.3s; }

.section-nav [data-swap-trigger] + [data-swap-trigger] {
  margin-top: 4px; }

.section-nav .is-active {
  padding-left: 35px;
  background: url("/assets/img/misc/drop.svg") 15px center no-repeat #d5eef9;
  background-size: 10px; }

@media only screen and (min-width: 1051px) {
  .section-nav p {
    font-size: 30px;
    margin-bottom: 45px; }
  .section-nav [data-swap-trigger] {
    height: 48px;
    padding: 12px 20px 12px 0;
    font-size: 24px; }
  .section-nav [data-swap-trigger] + [data-swap-trigger] {
    margin-top: 15px; }
  .section-nav .is-active {
    padding-left: 46px;
    border-radius: 24px;
    background-position: 19px center;
    background-size: 14px; } }

.sidebar-cta .sidebar-cta-title {
  margin-top: 0;
  font-weight: normal;
  font-size: 24px; }

.sidebar-cta .sidebar-cta-text {
  color: #9b9b9b;
  line-height: 1.5em; }

.sidebar-cta .sidebar-cta-actions {
  margin-top: 30px; }

@media only screen and (max-width: 770px) {
  .sidebar-cta {
    text-align: center; } }

@media only screen and (min-width: 1051px) {
  .sidebar-cta .sidebar-cta-title {
    padding-right: 1em;
    font-size: 32px; }
  .sidebar-cta .sidebar-cta-text {
    padding-right: 2em; } }

.slide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: stretch;
      align-items: stretch; }
  .slide .inner {
    max-width: 1050px;
    margin: 0 auto;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-pack: center;
        justify-content: center; }
  @media only screen and (max-width: 770px) {
    .slide .banner-content {
      height: 195px;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-direction: column;
          flex-direction: column;
      -ms-flex-pack: justify;
          justify-content: space-between; } }
  @media only screen and (min-width: 771px) {
    .slide .inner {
      -ms-flex-direction: row;
          flex-direction: row;
      -ms-flex-pack: stretch;
          justify-content: stretch; }
    .slide .banner-content {
      -ms-flex: 1;
          flex: 1;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-direction: column;
          flex-direction: column;
      -ms-flex-pack: center;
          justify-content: center; }
    .slide .slide-image {
      z-index: 9;
      position: relative;
      -ms-flex: 1;
          flex: 1; }
      .slide .slide-image img {
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        width: auto; } }

.slideshow-banner {
  position: relative;
  background: url("/assets/example/banner-home.jpg") center bottom no-repeat;
  background-size: cover;
  padding: 30px;
  padding-top: 94px; }
  .slideshow-banner .slideshow {
    position: relative;
    height: 69vh; }
  .slideshow-banner .flickity-viewport {
    width: 100%;
    position: relative; }
  .slideshow-banner .banner-content {
    margin-bottom: 30px; }
  @media only screen and (min-width: 771px) {
    .slideshow-banner {
      padding: 94px 60px 30px; }
      .slideshow-banner .slideshow {
        height: 40vw;
        max-height: 520px; } }

.slideshow {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center; }
  .slideshow .slide {
    min-width: 100%;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.4s, visibility 0.4s;
    transition-delay: 0.2s; }
    .slideshow .slide .banner-content {
      opacity: 0;
      transform: translateY(5%);
      transition: opacity 0.4s, transform 0.4s ease-out;
      transition-delay: 0.4s; }
  .slideshow .slide.is-active {
    opacity: 1;
    visibility: visible;
    transition-delay: 0s; }
    .slideshow .slide.is-active .banner-content {
      opacity: 1;
      transform: translateY(0%); }
  .slideshow img {
    width: 100%; }

.smart-block .smart-block-title {
  margin: 0;
  color: #005581;
  font-size: 24px;
  font-weight: normal;
  margin-bottom: 0.6em; }

.smart-block .smart-block-image {
  padding: 0 30px; }

.smart-block .smart-block-image img,
.smart-block .smart-block-image video {
  width: 100%;
  display: block; }

.smart-block .smart-block-image, .smart-block .smart-block-video {
  margin-bottom: 15px; }

.smart-block .smart-block-text {
  font-size: 16px;
  line-height: 1.5em; }
  .smart-block .smart-block-text > :last-child {
    margin-bottom: 0; }

.smart-block .smart-block-actions {
  text-align: center;
  margin-top: 0;
  padding-top: 7.5px;
  margin-bottom: -7.5px; }
  .smart-block .smart-block-actions .button {
    margin: 7.5px; }
    .smart-block .smart-block-actions .button:first-child {
      margin-left: 0; }

.smart-block > * + * {
  margin-top: 15px; }

@media only screen and (min-width: 771px) {
  .smart-block .smart-block-image {
    padding: 0; }
  .smart-block .smart-block-text {
    font-size: 18px; }
  .smart-block .smart-block-actions {
    text-align: left; }
  .smart-block.horizontal {
    display: -ms-flexbox;
    display: flex; }
    .smart-block.horizontal .smart-block-text {
      margin-top: 0; }
      .smart-block.horizontal .smart-block-text p:first-child {
        margin-top: 0; }
    .smart-block.horizontal .smart-block-title + .smart-block-text {
      margin-top: 1em; }
    .smart-block.horizontal .smart-block-image {
      -ms-flex-preferred-size: 50%;
          flex-basis: 50%;
      min-width: 50%;
      margin-right: 60px; }
  .smart-block.image-right {
    -ms-flex-direction: row-reverse;
        flex-direction: row-reverse; }
    .smart-block.image-right .smart-block-image {
      margin-left: 60px;
      margin-right: 0; } }

@media only screen and (min-width: 1051px) {
  .smart-block .smart-block-title {
    font-size: 30px; }
  .smart-block .smart-block-image, .smart-block .smart-block-video {
    margin-bottom: 30px; }
  .smart-block > * + * {
    margin-top: 30px; }
  .smart-block .smart-block-actions {
    text-align: left;
    margin-top: 0 !important;
    padding-top: 15px;
    margin-bottom: -7.5px; } }

.smart-color.light {
  color: #2fa9e0; }

.smart-color.dark {
  color: #005581; }

.social-icons {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  padding: 15px; }
  .social-icons > a + a {
    margin-left: 15px; }

[data-icon] {
  display: block;
  font-size: 0;
  color: transparent;
  width: 37px;
  height: 37px;
  border-radius: 50%;
  background-color: #2fa9e0;
  background-repeat: no-repeat;
  background-position: center center; }

[data-icon="fb"] {
  background-image: url("/assets/img/icon/facebook.svg"); }

[data-icon="gp"] {
  background-image: url("/assets/img/icon/google.svg"); }

[data-icon="tw"] {
  background-image: url("/assets/img/icon/twitter.svg"); }

[data-icon="wa"] {
  background-image: url("/assets/img/icon/wechat.svg"); }

.steps {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  background: url("/assets/img/bg/line.svg") center top no-repeat;
  background-size: 89% 87px;
  max-width: 900px; }
  .steps .step {
    -ms-flex-preferred-size: 100%/7;
        flex-basis: 100%/7;
    -ms-flex: 1;
        flex: 1;
    text-align: center; }
    .steps .step i {
      display: inline-block;
      width: 87px;
      height: 87px; }
      .steps .step i img {
        max-width: 100%; }
    .steps .step span {
      text-align: center;
      display: block;
      margin-top: 10px;
      color: #005581;
      font-size: 18px; }

.testimonial .testimonial-image {
  display: block;
  margin: 0 auto;
  width: 170px;
  max-width: 100%;
  border-radius: 50%; }

.testimonial .testimonial-name {
  font-size: 23px;
  color: #005581;
  font-weight: normal;
  text-align: center;
  margin-bottom: 0; }

.testimonial .testimonial-place {
  font-size: 16px;
  color: #323232;
  text-align: center;
  margin-top: 5px; }

.testimonial .testimonial-text {
  font-size: 16px;
  color: #9b9b9b; }

.video-banner {
  position: relative; }
  .video-banner .video-backdrop {
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
    background: #005581; }
    @media only screen and (max-width: 770px) {
      .video-banner .video-backdrop video {
        display: none; } }
    .video-banner .video-backdrop video {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      width: 100%;
      height: 100%;
      object-fit: cover;
      z-index: 0;
      opacity: 0.2; }
    .video-banner .video-backdrop:after {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      z-index: 1;
      opacity: 0.8; }

.video-embed {
  position: relative;
  padding-bottom: 56%; }
  .video-embed iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

.video-feature .video-feature-frame {
  max-width: 900px;
  padding: 8%;
  background: url("/assets/img/bg/two-tone.png") center center no-repeat;
  background-size: contain;
  margin: 0 auto; }

.video-feature .video-feature-actions {
  margin-top: 0;
  text-align: center; }
  @media only screen and (min-width: 771px) {
    .video-feature .video-feature-actions {
      margin-top: -30px; } }

.wechat-qr img {
  max-width: 100%; }

.before-after {
  position: relative;
  padding-bottom: 1px; }
  .before-after figure {
    display: block;
    margin: 0;
    width: 62.33333%;
    position: relative; }
    .before-after figure img {
      display: block;
      width: 100%;
      box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3); }
  .before-after figcaption {
    display: block;
    font-size: 18px;
    font-weight: 400; }
    @media only screen and (min-width: 1051px) {
      .before-after figcaption {
        font-size: 24px; } }
  .before-after .before {
    text-align: left;
    margin-bottom: 20.35256%; }
    .before-after .before figcaption {
      margin-top: 15px; }
    @media only screen and (min-width: 1051px) {
      .before-after .before figcaption {
        margin-top: 30px; } }
  .before-after .after {
    position: absolute;
    right: 0;
    bottom: 0;
    text-align: right; }
    .before-after .after figcaption {
      margin-bottom: 15px; }
    @media only screen and (min-width: 1051px) {
      .before-after .after figcaption {
        margin-bottom: 30px; } }

.article-block.blockquote blockquote {
  margin: 0; }
  .article-block.blockquote blockquote > p {
    font-size: 16px;
    color: #005581; }
    .article-block.blockquote blockquote > p:before {
      content: "“"; }
    .article-block.blockquote blockquote > p:after {
      content: "”"; }
  .article-block.blockquote blockquote > cite {
    color: #323232;
    font-size: 16px;
    font-style: normal;
    display: block; }
    .article-block.blockquote blockquote > cite:before {
      content: "";
      width: 45px;
      margin-right: 1em; }
  @media only screen and (min-width: 1051px) {
    .article-block.blockquote blockquote > p {
      font-size: 24px;
      color: #005581; }
    .article-block.blockquote blockquote > cite {
      font-size: 24px; } }

.article-block.blog-title .article-title {
  color: #005581;
  margin: 0;
  font-size: 24px;
  font-weight: normal; }
  @media only screen and (min-width: 1051px) {
    .article-block.blog-title .article-title {
      font-size: 32px; } }

.article-block.body-text h1, .article-block.body-text h2, .article-block.body-text h3, .article-block.body-text h4, .article-block.body-text h5, .article-block.body-text h6 {
  font-weight: normal;
  margin-top: 0; }

.article-block.body-text h1 {
  color: #005581;
  font-size: 24px; }
  @media only screen and (min-width: 1051px) {
    .article-block.body-text h1 {
      font-size: 32px; } }

.article-block.body-text h2, .article-block.body-text h3, .article-block.body-text h4, .article-block.body-text h5, .article-block.body-text h6 {
  color: #005581; }

.article-block.body-text h2 {
  font-size: 20px; }
  @media only screen and (min-width: 1051px) {
    .article-block.body-text h2 {
      font-size: 28px; } }

.article-block.body-text h3 {
  font-size: 18px; }
  @media only screen and (min-width: 1051px) {
    .article-block.body-text h3 {
      font-size: 24px; } }

.article-block.body-text h4 {
  font-size: 16px; }
  @media only screen and (min-width: 1051px) {
    .article-block.body-text h4 {
      font-size: 20px; } }

.article-block.body-text h5 {
  font-size: 16px; }
  @media only screen and (min-width: 1051px) {
    .article-block.body-text h5 {
      font-size: 20px; } }

.article-block.body-text h6 {
  font-size: 16px; }
  @media only screen and (min-width: 1051px) {
    .article-block.body-text h6 {
      font-size: 20px; } }

.article-block.body-text p {
  font-size: 16px;
  margin-top: 0;
  color: #9b9b9b;
  line-height: 1.4em; }

.article-block.heading {
  color: #005581;
  margin: 0;
  font-size: 24px;
  font-weight: normal; }
  @media only screen and (min-width: 1051px) {
    .article-block.heading {
      font-size: 32px; } }

.article-block.image img {
  display: block;
  width: 100%; }

.article-block.image figcaption {
  color: #9b9b9b;
  margin-top: 15px; }

.article-subheading {
  color: #005581;
  margin: 0 auto;
  font-weight: normal;
  font-size: 20px;
  text-align: center;
  max-width: 720px; }
  @media only screen and (min-width: 1051px) {
    .article-subheading {
      font-size: 28px; } }

article > .article-block + .article-block {
  margin-top: 20px; }
  @media only screen and (min-width: 771px) {
    article > .article-block + .article-block {
      margin-top: 30px; } }

article .article-actions {
  margin-top: 60px;
  margin-bottom: 30px; }

[data-layout~="faq-panel"] aside {
  display: none;
  text-align: left;
  width: 320px; }

@media only screen and (max-width: 770px) {
  [data-layout~="faq-panel"] .faq-panel + .faq-panel {
    margin-top: 30px; } }

@media only screen and (min-width: 771px) {
  [data-layout~="faq-panel"] {
    display: -ms-flexbox;
    display: flex; }
    [data-layout~="faq-panel"] aside {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-direction: column;
          flex-direction: column;
      -ms-flex-pack: start;
          justify-content: flex-start;
      padding-top: 80px;
      min-width: 350px;
      -ms-flex-preferred-size: 350px;
          flex-basis: 350px; }
      [data-layout~="faq-panel"] aside .faq-category {
        padding: 30px 0 30px 30px;
        border-radius: 20px 0 0 20px;
        background: #ffffff; }
        [data-layout~="faq-panel"] aside .faq-category.is-active {
          background: #d5eef9; }
    [data-layout~="faq-panel"] .faq-panels {
      background: #ffffff;
      box-shadow: 0px 14px 30px rgba(0, 0, 0, 0.3);
      padding: 30px;
      border-radius: 20px; }
      [data-view~="boxes"] [data-layout~="faq-panel"] .faq-panels {
        box-shadow: 0 0 1px blue inset, 0px 14px 30px rgba(0, 0, 0, 0.3) !important; }
      [data-layout~="faq-panel"] .faq-panels .faq-header {
        margin-bottom: 30px; }
    [data-layout~="faq-panel"] .faq-panel {
      display: none; }
      [data-layout~="faq-panel"] .faq-panel.is-active {
        display: block; } }

@media only screen and (min-width: 1051px) {
  [data-layout~="faq-panel"] .faq-panels {
    padding: 36px 45px; }
    [data-layout~="faq-panel"] .faq-panels .faq-header {
      margin-bottom: 45px; } }

[data-lightbox] {
  display: -ms-flexbox;
  display: flex;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 85, 129, 0.8);
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  padding: 15px;
  display: none; }
  [data-lightbox] [data-lightbox-inner] {
    position: relative;
    background: #ffffff;
    padding: 15px;
    border-radius: 20px;
    max-width: 680px;
    width: 100%; }
    @media only screen and (min-width: 771px) {
      [data-lightbox] [data-lightbox-inner] {
        padding: 30px; } }
    @media only screen and (min-width: 1051px) {
      [data-lightbox] [data-lightbox-inner] {
        padding: 45px 60px; } }
  [data-lightbox] .lightbox-close {
    position: absolute;
    top: 10px;
    right: 15px;
    font-size: 30px;
    opacity: 0.4;
    outline: none;
    cursor: pointer; }
    [data-lightbox] .lightbox-close:hover {
      opacity: 1.0; }
    @media only screen and (min-width: 771px) {
      [data-lightbox] .lightbox-close {
        top: 20px;
        right: 28px;
        font-size: 40px; } }
  [data-lightbox] .lightbox-header {
    padding-bottom: 30px; }
  [data-lightbox] .lightbox-title {
    font-size: 24px;
    margin: 0;
    font-weight: normal;
    color: #005581; }
    @media only screen and (min-width: 771px) {
      [data-lightbox] .lightbox-title {
        font-size: 32px; } }

@media only screen and (min-width: 771px) {
  .headroom ~ .main [data-lightbox] [data-lightbox-inner] {
    margin-top: 0;
    transition: margin 0.3s linear; }
  .headroom--top ~ .main [data-lightbox] [data-lightbox-inner],
  .headroom--pinned ~ .main [data-lightbox] [data-lightbox-inner] {
    margin-top: 105px; } }

[data-layout="nav-footer"] > * + * {
  margin-top: 30px; }

@media only screen and (min-width: 771px) {
  [data-layout="nav-footer"] {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
        justify-content: space-between; }
    [data-layout="nav-footer"] > * {
      -ms-flex-preferred-size: 33%;
          flex-basis: 33%;
      -ms-flex-positive: 1;
          flex-grow: 1; }
    [data-layout="nav-footer"] > * + * {
      margin-top: 0;
      margin-left: 75px; } }

[data-layout="nav-header"] {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: justify;
      justify-content: space-between;
  padding: 15px;
  height: 105px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
  background: #ffffff;
  z-index: 20; }
  [data-layout="nav-header"] > * + * {
    margin-left: 30px; }
  [data-layout="nav-header"] .main-logo + .nav-header {
    border-left: 1px solid rgba(50, 50, 50, 0.1);
    margin-left: 30px;
    padding-left: 30px; }
  [data-layout="nav-header"] .nav-header {
    -ms-flex-positive: 1;
        flex-grow: 1; }

[data-layout="nav-mobile"] {
  position: fixed;
  overflow: hidden;
  top: 0;
  width: 100%;
  z-index: 10;
  background: white; }
  [data-layout="nav-mobile"] .navbar-mobile {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
        justify-content: space-between;
    padding: 7px 30px;
    border-bottom: 1px solid rgba(50, 50, 50, 0.1);
    height: 64px; }
  [data-layout="nav-mobile"] .main-logo {
    height: 50px; }
  [data-layout="nav-mobile"] .social-icons {
    margin-top: 20px;
    border-top: 1px solid rgba(50, 50, 50, 0.1);
    margin-left: 30px;
    margin-right: 30px; }
  [data-layout="nav-mobile"] .nav-panel {
    position: absolute;
    top: 0;
    left: 100%;
    width: 100%;
    opacity: 0;
    transition: left 0.3s, opacity 0.3s;
    min-height: calc(100vh - $navbar-height - 111px); }
  [data-layout="nav-mobile"] [data-nav-overlay] {
    display: none;
    min-height: calc(100vh - 64px);
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-pack: justify;
        justify-content: space-between; }
    [data-layout="nav-mobile"] [data-nav-overlay] [data-main-panel] {
      -ms-flex-positive: 1;
          flex-grow: 1; }
  [data-layout="nav-mobile"].is-open [data-nav-overlay] {
    display: -ms-flexbox;
    display: flex; }
  [data-layout="nav-mobile"] [data-panel].is-active {
    left: 0;
    opacity: 1; }
  @media only screen and (min-width: 771px) {
    [data-layout="nav-mobile"] .social-icons {
      -ms-flex-pack: end;
          justify-content: flex-end;
      padding-right: 0; } }

@media only screen and (min-width: 771px) {
  [data-layout="overlaid"] {
    margin-top: -13.61111vw; } }

@media only screen and (min-width: 771px) {
  [data-layout~="pullup"] {
    margin-top: -2.72222vw; } }

@media only screen and (min-width: 1051px) {
  [data-layout~="pullup"] {
    margin-top: -4.42361vw; } }

@media only screen and (max-width: 770px) {
  [data-layout~="sidebar"] aside + * {
    margin-top: 30px; } }

@media only screen and (min-width: 771px) {
  [data-layout~="sidebar"] {
    display: -ms-flexbox;
    display: flex; }
    [data-layout~="sidebar"] aside {
      min-width: 370px;
      -ms-flex-preferred-size: 370px;
          flex-basis: 370px; }
    [data-layout~="sidebar"] aside + * {
      -ms-flex-positive: 1;
          flex-grow: 1;
      margin-left: 85px; } }
  @media only screen and (min-width: 771px) and (min-width: 771px) {
    [data-layout~="sidebar"][data-layout~="overlaid"] {
      margin-top: -8.50694vw; }
      [data-layout~="sidebar"][data-layout~="overlaid"] > aside {
        margin-top: -5.10417vw; } }

@media only screen and (min-width: 771px) {
    [data-layout~="sidebar"][data-layout~="reverse"] {
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse; }
      [data-layout~="sidebar"][data-layout~="reverse"] aside {
        margin-left: 42.5px;
        min-width: 310px;
        -ms-flex-preferred-size: 310px;
            flex-basis: 310px; }
      [data-layout~="sidebar"][data-layout~="reverse"] aside + * {
        margin-left: 0; } }

@media only screen and (min-width: 1051px) {
  [data-layout~="sidebar"][data-layout~="reverse"] {
    -ms-flex-direction: row-reverse;
        flex-direction: row-reverse; }
    [data-layout~="sidebar"][data-layout~="reverse"] aside {
      margin-left: 85px; } }

[data-layout~="three"] > * + * {
  margin-top: 30px; }

@media only screen and (min-width: 1051px) {
  [data-layout~="three"] {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-pack: start;
        justify-content: flex-start; }
    [data-layout~="three"] > * {
      -ms-flex-preferred-size: calc(100%/3 - 30px);
          flex-basis: calc(100%/3 - 30px);
      max-width: calc(100%/3 - 30px);
      -ms-flex-positive: 1;
          flex-grow: 1;
      margin-bottom: 30px; }
    [data-layout~="three"] > * + * {
      margin-top: 0;
      margin-left: 30px; }
    [data-layout~="three"] > *:nth-child(3n+1) {
      margin-left: 0; } }

[data-layout~="two"] > * + * {
  margin-top: 30px; }

@media only screen and (min-width: 771px) {
  [data-layout~="two"] {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-pack: justify;
        justify-content: space-between; }
    [data-layout~="two"] > * {
      max-width: calc(50% - 15px);
      -ms-flex-preferred-size: calc(50% - 15px);
          flex-basis: calc(50% - 15px);
      -ms-flex-positive: 1;
          flex-grow: 1;
      margin-bottom: 30px; }
    [data-layout~="two"] > * + * {
      margin-top: 0;
      margin-left: 30px; }
    [data-layout~="two"] > :nth-child(2n+1) {
      margin-left: 0; } }

@media only screen and (min-width: 1051px) {
  [data-layout~="two"] > * {
    max-width: calc(50% - 30px);
    -ms-flex-preferred-size: calc(50% - 30px);
        flex-basis: calc(50% - 30px);
    margin-bottom: 60px; }
  [data-layout~="two"] > * + * {
    margin-left: 60px; } }

@media only screen and (min-width: 771px) {
  [data-layout~="two"] > :last-child > .smart-block:not(.box) {
    margin-left: 30px; } }

@media only screen and (min-width: 1051px) {
  [data-layout~="two"] > :last-child > .smart-block:not(.box) {
    margin-left: 60px; } }

@media only screen and (min-width: 771px) {
  [data-layout~="two"][data-layout~="overlaid"] {
    margin-top: -13.61111vw; } }

@media only screen and (min-width: 771px) {
  [data-layout~="two"][data-layout~="staggered"] > :nth-child(2n) {
    transform: translateY(13.61111vw); }
  [data-layout~="two"][data-layout~="staggered"] > :last-child {
    margin-bottom: 0; }
  [data-layout~="two"][data-layout~="staggered"] [data-extra-padding] {
    margin: 0 !important;
    padding-bottom: calc(13.61111vw - 60px); } }

[data-layout~="wrap"] > * + * {
  margin-top: 30px; }

@media only screen and (min-width: 1051px) {
  [data-layout~="wrap"] {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-pack: justify;
        justify-content: space-between; }
    [data-layout~="wrap"] > * {
      max-width: calc(50% - 15px);
      -ms-flex-preferred-size: calc(50% - 15px);
          flex-basis: calc(50% - 15px);
      -ms-flex-positive: 1;
          flex-grow: 1; }
    [data-layout~="wrap"] > :nth-child(2n) {
      margin-left: 30px; }
    [data-layout~="wrap"] > :nth-child(2) {
      margin-top: 0; } }

@media only screen and (min-width: 1051px) {
  [data-layout~="wrap"] > * + * {
    margin-top: 60px; } }

[data-view~="blog-post"] aside .blog-preview + .blog-preview {
  margin-top: 30px; }

[data-view~="contact"] .contact-section-title {
  font-size: 30px;
  color: #005581; }

[data-view~="contact"] .contact-bubble + .contact-bubble {
  margin-top: 15px; }
  [data-view~="contact"] .contact-bubble + .contact-bubble .contact-bubble-row {
    white-space: normal; }
  @media only screen and (min-width: 771px) {
    [data-view~="contact"] .contact-bubble + .contact-bubble {
      margin-top: 30px; } }

[data-view~="contact"] .special-layout {
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap; }
  [data-view~="contact"] .special-layout > :first-child {
    -ms-flex-positive: 1;
        flex-grow: 1; }
  [data-view~="contact"] .special-layout > * + * {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -ms-flex-positive: 1;
        flex-grow: 1; }
  @media only screen and (min-width: 771px) {
    [data-view~="contact"] .special-layout > :first-child {
      max-width: 66%;
      -ms-flex-positive: 1;
          flex-grow: 1; } }

[data-view~="contact"] section.alt {
  z-index: -1;
  padding-bottom: 0; }
  [data-view~="contact"] section.alt:after {
    top: 100%; }

[data-view~="debug"] > h1 {
  text-align: center; }

[data-view~="debug"] > section {
  padding: 30px;
  border-top: 1px solid #ddd; }
  [data-view~="debug"] > section > h2 {
    margin-top: 0;
    margin-bottom: 15px;
    text-align: center; }
  [data-view~="debug"] > section > h3, [data-view~="debug"] > section [data-layout] > div > h3 {
    opacity: 0.6;
    font-weight: normal;
    margin-top: 15px;
    margin-bottom: 15px;
    text-align: center; }

[data-view~="debug"] section.center {
  text-align: center; }

[data-view~="debug"] section.invert {
  background-color: #005581;
  color: #ffffff; }

[data-view~="debug"] > section > .main-logo,
[data-view~="debug"] > section > .footer-logo {
  margin-left: auto;
  margin-right: auto; }

[data-view~="debug"][data-view~="boxes"] * {
  box-shadow: 0 0 1px blue inset; }

@media only screen and (max-width: 770px) {
  [data-view~="faq"] .page-banner {
    margin-bottom: 0 !important; } }

@media only screen and (min-width: 771px) {
  [data-view~="faq"] .page-banner {
    margin-bottom: -17.5vw !important; }
  [data-view~="faq"] .faq-header {
    cursor: pointer; }
  [data-view~="faq"] .footer .video-banner {
    margin-top: -15vw !important; } }

[data-view] .main > section, [data-view] .footer section, [data-view] .footer footer {
  padding-left: 15px;
  padding-right: 15px; }
  @media only screen and (min-width: 771px) {
    [data-view] .main > section, [data-view] .footer section, [data-view] .footer footer {
      padding-left: 30px;
      padding-right: 30px; } }
  @media only screen and (min-width: 1051px) {
    [data-view] .main > section, [data-view] .footer section, [data-view] .footer footer {
      padding-left: 60px;
      padding-right: 60px; } }

[data-view] .main {
  position: relative;
  z-index: 1; }
  [data-view] .main > div:not(.curvy) + div:not(.curvy),
  [data-view] .main > section:not(.curvy) + section:not(.curvy) {
    margin-top: 60px; }
    @media only screen and (min-width: 771px) {
      [data-view] .main > div:not(.curvy) + div:not(.curvy),
      [data-view] .main > section:not(.curvy) + section:not(.curvy) {
        margin-top: 90px; } }
    @media only screen and (min-width: 1051px) {
      [data-view] .main > div:not(.curvy) + div:not(.curvy),
      [data-view] .main > section:not(.curvy) + section:not(.curvy) {
        margin-top: 120px; } }

[data-view] .main > section .inner, [data-view] .main > div .inner, [data-view] .footer .inner {
  max-width: 1060px;
  margin-left: auto;
  margin-right: auto;
  width: 100%; }

[data-view] .main > .alt {
  background: #d5eef9; }

[data-view] .main > .invert {
  color: #ffffff; }

[data-view] .blocks > * + * {
  margin-top: 5vw; }

@media only screen and (max-width: 1050px) {
  [data-view] .desktop-only {
    display: none !important; } }

@media only screen and (min-width: 1051px) {
  [data-view] .mobile-only {
    display: none !important; } }

[data-view] .curve.top {
  z-index: -1; }

[data-view] .curve.btm + * {
  z-index: 0; }

[data-view] .headroom {
  position: fixed;
  width: 100%;
  top: 0;
  will-change: transform;
  transition: transform 0.3s linear; }
  [data-view] .headroom.headroom--pinned {
    transform: translateY(0%); }
  [data-view] .headroom.headroom--unpinned {
    transform: translateY(-100%); }

@media only screen and (min-width: 1051px) {
  [data-view] .headroom ~ .main {
    margin-top: 105px; } }

[data-view] .main > .phone-number-cta.mobile-only {
  margin-top: 64px;
  padding: 5px 0; }
  [data-view] .main > .phone-number-cta.mobile-only .phone-number {
    height: 40px; }
  [data-view] .main > .phone-number-cta.mobile-only .phone-number-digits {
    font-size: 20px; }
  [data-view] .main > .phone-number-cta.mobile-only .phone-number-small {
    margin-top: 0; }

[data-view~="home"] .page-banner {
  overflow: hidden; }

[data-view~="home"] .video-feature,
[data-view~="home"] .wide-block + .logo-set {
  margin-top: 30px; }
  @media only screen and (min-width: 771px) {
    [data-view~="home"] .video-feature,
    [data-view~="home"] .wide-block + .logo-set {
      margin-top: 60px; } }

[data-view~="home"] .steps {
  margin: 30px auto; }
  @media only screen and (min-width: 771px) {
    [data-view~="home"] .steps {
      margin: 60px auto; } }

[data-view~="home"] .alt .wide-block-text {
  color: #005581; }

@media only screen and (min-width: 771px) {
  [data-view~="home"] .page-banner + section > [data-layout~="overlaid"] {
    margin-top: -8.50694vw; } }

[data-view~="home"] [data-section="alt"] .full-width-text-block-text {
  color: #005581; }

[data-view~="home"] [data-widget="swapper"] [data-swap-target].is-active {
  display: block; }

[data-view~="home"] [data-widget="swapper"] [data-swap-target] {
  display: none; }

@media only screen and (max-width: 770px) {
  [data-view~="home"] .steps {
    display: none !important; }
  [data-view~="home"] [data-section="cta"] aside {
    margin-bottom: 60px; } }

[data-view="testimonials"] .page-banner.video-banner .video-backdrop {
  background-color: #2fa9e0; }
