.primary {
    color: #47719e;
}
.secondary {
    color: #234263;
}
.highlight {
    color: #1db5e6;
}
.blue-2 {
    color: #1793ce;
}
.gray {
    color: #d8e2ee;
}
.gray-2 {
    color: #b5c6d8;
}
.light-gray {
    color: #eef4fa;
}
.dark-gray {
    color: #333;
}
.aqua {
    color: #32c3f1;
}
.light-blue {
    color: #366ea7;
}
.bright-blue {
    color: #28598d;
}
.mid-blue {
    color: #265688;
}
.dark-blue {
    color: #0d3b6b;
}
.darker-blue {
    color: #0d2f52;
}
.body-color {
    color: #2a5f96;
}
.white {
    color: #fff;
}
.black {
    color: #000;
}
.bg-primary {
    background-color: #47719e;
}
.bg-secondary {
    background-color: #234263 !important;
}
.bg-highlight {
    background-color: #1db5e6;
}
.bg-blue-2 {
    background-color: #1793ce;
}
.bg-gray {
    background-color: #d8e2ee;
}
.bg-gray-2 {
    background-color: #b5c6d8;
}
.bg-light-gray {
    background-color: #eef4fa;
}
.bg-dark-gray {
    background-color: #333;
}
.bg-aqua {
    background-color: #32c3f1;
}
.bg-light-blue {
    background-color: #366ea7;
}
.bg-bright-blue {
    background-color: #28598d;
}
.bg-mid-blue {
    background-color: #265688;
}
.bg-dark-blue {
    background-color: #0d3b6b;
}
.bg-darker-blue {
    background-color: #0d2f52;
}
.bg-body-color {
    background-color: #2a5f96;
}
.bg-white {
    background-color: #fff;
}
.bg-black {
    background-color: #000;
}
.primary {
    color: #47719e;
}
.secondary {
    color: #234263;
}
.highlight {
    color: #1db5e6;
}
.blue-2 {
    color: #1793ce;
}
.gray {
    color: #d8e2ee;
}
.gray-2 {
    color: #b5c6d8;
}
.light-gray {
    color: #eef4fa;
}
.dark-gray {
    color: #333;
}
.aqua {
    color: #32c3f1;
}
.light-blue {
    color: #366ea7;
}
.bright-blue {
    color: #28598d;
}
.mid-blue {
    color: #265688;
}
.dark-blue {
    color: #0d3b6b;
}
.darker-blue {
    color: #0d2f52;
}
.body-color {
    color: #2a5f96;
}
.white {
    color: #fff;
}
.black {
    color: #000;
}
.bg-primary {
    background-color: #47719e;
}
.bg-secondary {
    background-color: #234263 !important;
}
.bg-highlight {
    background-color: #1db5e6;
}
.bg-blue-2 {
    background-color: #1793ce;
}
.bg-gray {
    background-color: #d8e2ee;
}
.bg-gray-2 {
    background-color: #b5c6d8;
}
.bg-light-gray {
    background-color: #eef4fa;
}
.bg-dark-gray {
    background-color: #333;
}
.bg-aqua {
    background-color: #32c3f1;
}
.bg-light-blue {
    background-color: #366ea7;
}
.bg-bright-blue {
    background-color: #28598d;
}
.bg-mid-blue {
    background-color: #265688;
}
.bg-dark-blue {
    background-color: #0d3b6b;
}
.bg-darker-blue {
    background-color: #0d2f52;
}
.bg-body-color {
    background-color: #2a5f96;
}
.bg-white {
    background-color: #fff;
}
.bg-black {
    background-color: #000;
}
body,
html {
    overflow-x: hidden;
}
body #page.site {
    position: relative;
}
:focus {
    outline: 0 !important;
}
a img {
    border: none;
}
a img,
a:active {
    outline: 0;
}
a {
    color: #1db5e6;
    text-decoration: none !important;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
a.underline {
    border-bottom: 1px solid #d8e2ee;
}
a.underline:hover {
    border-bottom-color: #1db5e6;
}
a:active,
a:focus,
a:hover {
    color: #234263;
}
@media (min-width: 992px) {
    a[href^="tel"] {
        pointer-events: none;
    }
}
svg {
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
img {
    display: inline-block;
    vertical-align: middle;
    max-width: 100%;
}
.full {
    float: left;
    width: 100%;
}
.full:before {
    content: " ";
    display: table;
}
#glt-translate-trigger {
    display: none;
}
.container {
    z-index: 5;
    width: 100%;
    max-width: 1440px;
    padding-right: 40px;
    padding-left: 40px;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
    position: relative;
}
@media (max-width: 991px) {
    .container {
        padding-right: 30px;
        padding-left: 30px;
    }
}
@media (max-width: 767px) {
    .container {
        padding-right: 25px;
        padding-left: 25px;
    }
}
.divider {
    width: 100%;
    height: 2px;
    margin-top: 3em;
    margin-bottom: 3em;
    border-top: 1px solid #d8e2ee;
}
@media (max-width: 991px) {
    .divider {
        margin-top: 2em;
        margin-bottom: 2em;
    }
}
@media (max-width: 767px) {
    .divider {
        margin-top: 1.5em;
        margin-bottom: 1.5em;
    }
}
.superscript {
    display: inline-block !important;
    position: relative;
    top: -0.75em;
    font-size: 0.5em !important;
    line-height: 1em !important;
}
.fade {
    opacity: 0;
    -webkit-animation-duration: 1.5s;
    animation-duration: 1.5s;
}
.fade.visible {
    opacity: 1;
}
.social-media ul {
    text-align: center;
    padding: 0;
    margin: 0;
    list-style: none;
}
.social-media .social {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    width: 2.4rem;
    height: 2.4rem;
    margin-right: 0.75em;
    padding: 0.125rem;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
@media (max-width: 991px) {
    .social-media .social {
        margin-left: 0.75em;
    }
}
.social-media .social a {
    color: #fff;
    font-size: 1.4em;
    display: block;
    border: 1px solid transparent;
    border-radius: 50%;
    width: 100%;
    height: 100%;
}
.social-media .social a.facebook {
    color: #3d5a98;
}
.social-media .social a.twitter {
    color: #2aa9e0;
}
.social-media .social a.linkedin {
    color: #007bb5;
}
.social-media .social a.youtube {
    color: #f61c0d;
}
.social-media .social a:hover {
    border: 1px solid #1db5e6;
}
.social-media .social a:hover.facebook {
    color: #3d5a98;
}
.social-media .social a:hover.twitter {
    color: #2aa9e0;
}
.social-media .social a:hover.linkedin {
    color: #007bb5;
}
.social-media .social a:hover.youtube {
    color: #f61c0d;
}
.col-img-overlay {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#1db5e6), to(#0d3b6b));
    background-image: linear-gradient(180deg, #1db5e6, #0d3b6b);
    opacity: 0.2;
    -webkit-transition: all 0.65s ease-in-out;
    transition: all 0.65s ease-in-out;
}
.browsehappy {
    text-align: center;
    padding: 25px;
    background-color: #eee;
    margin-bottom: 0;
}
.fade {
    transition-duration: 0.15s;
    -webkit-transition-duration: 0.15s;
}
@media (min-width: 1200px) {
    .fade {
        transition-duration: 0.25s;
        -webkit-transition-duration: 0.25s;
    }
}
.delay25 {
    animation-delay: 0.25s;
    -webkit-animation-delay: 0.25s;
}
.delay50 {
    animation-delay: 0.5s;
    -webkit-animation-delay: 0.5s;
}
.delay75 {
    animation-delay: 0.75s;
    -webkit-animation-delay: 0.75s;
}
.delay1 {
    animation-delay: 1s;
    -webkit-animation-delay: 1s;
}
.flex-accordion.accordion {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    max-width: 100%;
    margin-top: 1.5em;
    margin-bottom: 3em;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    border-bottom: 1px none #d8e2ee;
}
@media (max-width: 991px) {
    .flex-accordion.accordion {
        max-width: none;
        margin-right: -20px;
        margin-left: -20px;
    }
}
@media (max-width: 767px) {
    .flex-accordion.accordion {
        margin-bottom: 3em;
    }
}
@media (max-width: 479px) {
    .flex-accordion.accordion {
        margin-top: 0.5em;
        margin-bottom: 1.5em;
    }
}
.flex-accordion.accordion .panel {
    width: 100%;
    border-top: 1px solid #d8e2ee;
}
.flex-accordion.accordion .panel .panel-heading {
    font-size: 1.25rem;
    line-height: 1.375em;
    cursor: pointer;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #fff;
    -webkit-transition: background-color 0.2s ease;
    transition: background-color 0.2s ease;
}
@media (max-width: 767px) {
    .flex-accordion.accordion .panel .panel-heading {
        font-size: 1.125rem;
    }
}
@media (max-width: 479px) {
    .flex-accordion.accordion .panel .panel-heading {
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start;
        font-size: 1rem;
    }
}
.flex-accordion.accordion .panel .panel-heading .accordion-button {
    color: #2a5f96;
    padding: 1em;
    padding-left: 4.2em;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    position: relative;
}
.flex-accordion.accordion .panel .panel-heading .accordion-button .bullet {
    color: #fff;
    font-weight: 600;
    text-align: center;
    position: absolute;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 1.375em;
    height: 1.375em;
    margin-left: -1.75em;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 5em;
    background-color: #32c3f1;
    -webkit-box-shadow: 0 0 0 2px #1db5e6;
    box-shadow: 0 0 0 2px #1db5e6;
}
.flex-accordion.accordion .panel .panel-heading .accordion-button .bullet.reversed {
    color: #2a5f96;
    background-color: #fff;
    -webkit-box-shadow: 0 0 0 2px #1db5e6;
    box-shadow: 0 0 0 2px #1db5e6;
}
.flex-accordion.accordion .panel .panel-heading .accordion-button:after {
    color: #333;
    content: "\f106";
    font-family: fontawesome;
    font-size: 25px;
    position: absolute;
    top: 0.85em;
    left: 0.85em;
    -webkit-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}
@media (max-width: 767px) {
    .flex-accordion.accordion .panel .panel-heading .accordion-button:after {
        font-size: 20px;
        top: 0.85em;
        left: 0.85em;
    }
}
.flex-accordion.accordion .panel .panel-heading .accordion-button.collapsed:after {
    content: "\f107";
}
.flex-accordion.accordion .panel .panel-heading:hover {
    background-color: rgba(11, 59, 109, 0.1);
}
.flex-accordion.accordion .panel .panel-heading:hover .accordion-button {
    color: #2a5f96;
}
.flex-accordion.accordion .panel .panel-collapse {
    overflow: hidden;
    background-color: #fff;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.flex-accordion.accordion .panel .panel-collapse .panel-body {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 0.25em;
    padding-bottom: 3em;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}
@media (max-width: 991px) {
    .flex-accordion.accordion .panel .panel-collapse .panel-body {
        padding-right: 20px;
        padding-left: 20px;
    }
}
@media (max-width: 479px) {
    .flex-accordion.accordion .panel .panel-collapse .panel-body {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}
.flex-accordion.accordion .panel .panel-collapse .panel-body .product-img {
    width: 25%;
    height: 15vw;
    max-height: 200px;
    min-height: 150px;
    margin-right: 5%;
    margin-bottom: 1.5em;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    background-position: 75% 25%;
    background-size: contain;
    background-repeat: no-repeat;
}
@media (max-width: 479px) {
    .flex-accordion.accordion .panel .panel-collapse .panel-body .product-img {
        width: 100%;
        margin-right: 0;
        margin-bottom: 0.5em;
        background-position: 0 50%;
    }
}
.flex-accordion.accordion .panel .panel-collapse .panel-body .product-text {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}
.flex-accordion.accordion .panel .panel-collapse .panel-body .product-text h4 {
    margin-top: 0.75em;
}
.flex-accordion.accordion .panel .panel-collapse .panel-body .product-text ul {
    line-height: 1.375em;
    margin-top: 0.5em;
    margin-bottom: 0.75em;
    padding-left: 1.25em;
    overflow: hidden;
}
.flex-accordion.accordion .panel .panel-collapse .panel-body .product-text ul li {
    margin-bottom: 0.75em;
}
.flex-accordion.accordion .panel .panel-collapse .panel-body .section-text {
    width: 100%;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}
.flex-accordion.accordion .panel .panel-collapse .panel-body .btnbox {
    width: 100%;
}
#html5box-html5-lightbox #html5-watermark {
    display: none !important;
}
.btn {
    color: #fff;
    font-size: 0.875rem;
    font-weight: 600;
    line-height: 1.25em;
    text-align: center;
    letter-spacing: 0.05em;
    white-space: normal;
    display: inline-block;
    margin: 0.5em auto 1em;
    padding: 1em 2.5em;
    border: none;
    border-radius: 3em;
    cursor: pointer;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    position: relative;
    z-index: 4;
}
@media (min-width: 480px) {
    .btn {
        font-size: 1em;
    }
}
.btn-default {
    background-color: #1db5e6;
}
.btn-default:active,
.btn-default:focus,
.btn-default:hover {
    color: #fff;
    background-color: #234263;
}
.btn-default.outline {
    color: #1db5e6;
    background-color: transparent;
    -webkit-box-shadow: inset 0 0 0 2px rgba(29, 181, 230, 0.65);
    box-shadow: inset 0 0 0 2px rgba(29, 181, 230, 0.65);
    border: none;
}
.btn-default.outline:active,
.btn-default.outline:focus,
.btn-default.outline:hover {
    color: #fff;
    background-color: #1db5e6;
}
.btn-default.on-dark:active,
.btn-default.on-dark:focus,
.btn-default.on-dark:hover {
    color: #fff;
    background-color: #47719e;
}
.btn-default.opacity-hover {
    background-color: rgba(29, 181, 230, 0.65);
}
.btn-default.opacity-hover:active,
.btn-default.opacity-hover:focus,
.btn-default.opacity-hover:hover {
    background-color: #1db5e6;
}
.btn-primary {
    background-color: #47719e;
}
.btn-primary:active,
.btn-primary:focus,
.btn-primary:hover {
    color: #fff;
    background-color: #234263;
}
.btn-primary.outline {
    color: #47719e;
    background-color: transparent;
    -webkit-box-shadow: inset 0 0 0 2px rgba(71, 113, 158, 0.65);
    box-shadow: inset 0 0 0 2px rgba(71, 113, 158, 0.65);
    border: none;
}
.btn-primary.outline:active,
.btn-primary.outline:focus,
.btn-primary.outline:hover {
    color: #fff;
    background-color: #47719e;
}
.btn-primary.opacity-hover {
    background-color: rgba(71, 113, 158, 0.65);
}
.btn-primary.opacity-hover:active,
.btn-primary.opacity-hover:focus,
.btn-primary.opacity-hover:hover {
    background-color: #47719e;
}
.btn-secondary {
    background-color: #234263;
}
.btn-secondary:active,
.btn-secondary:focus,
.btn-secondary:hover {
    color: #fff;
    background-color: #1db5e6;
}
.btn-secondary.outline {
    color: #234263;
    background-color: transparent;
    -webkit-box-shadow: inset 0 0 0 2px rgba(35, 66, 99, 0.65);
    box-shadow: inset 0 0 0 2px rgba(35, 66, 99, 0.65);
    border: none;
}
.btn-secondary.outline:active,
.btn-secondary.outline:focus,
.btn-secondary.outline:hover {
    color: #fff;
    background-color: #234263;
}
.btn-secondary.opacity-hover {
    background-color: rgba(35, 66, 99, 0.65);
}
.btn-secondary.opacity-hover:active,
.btn-secondary.opacity-hover:focus,
.btn-secondary.opacity-hover:hover {
    background-color: #234263;
}
.sm-btn {
    font-size: 0.9375em;
    line-height: 1.25em;
    margin-right: 1em;
    margin-bottom: 0.5em;
}
@media (max-width: 767px) {
    .sm-btn {
        font-size: 0.875rem;
        line-height: 1.25em;
    }
}
form {
    position: relative;
    background-color: transparent;
}
form .form-control {
    border-radius: 0;
}
form .form-group {
    width: 48%;
    max-width: 48%;
}
@media (max-width: 991px) {
    form .form-group {
        width: 48.5%;
    }
}
@media (max-width: 767px) {
    form .form-group {
        width: 100%;
        max-width: 100%;
    }
}
@media (max-width: 479px) {
    form .form-group {
        width: 100%;
        max-width: 100%;
        margin-bottom: 0.25em;
    }
}
form label {
    color: #fff;
    font-size: 1.125rem;
    line-height: 1.25em;
    font-weight: 600;
    width: 100%;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}
@media (max-width: 991px) {
    form label {
        font-size: 1rem;
    }
}
@media (max-width: 767px) {
    form label {
        font-size: 0.875rem;
    }
}
form .select {
    position: relative;
}
form .select:after {
    cursor: pointer;
    pointer-events: none;
    font-family: FontAwesome;
    content: "\f107";
    font-size: 22.4px;
    font-size: 1.4rem;
    line-height: 1.5;
    color: #d8e2ee;
    display: block;
    position: absolute;
    text-align: center;
    right: 15px;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    background-color: transparent;
}
form .select select {
    -webkit-appearance: none;
    -moz-appearance: none;
    padding-right: 25px;
    color: #d8e2ee;
}
form .select select::-ms-expand {
    display: none;
}
form input,
form select {
    color: #d8e2ee;
    vertical-align: middle;
    height: 4em;
    min-height: 4em;
    margin-bottom: 1em;
    padding: 0.875em 1em;
    border: 1px solid #fff;
    border-radius: 0;
    background-image: none;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    line-height: 1.25em;
}
@media (max-width: 991px) {
    form input,
    form select {
        height: 3.5em;
        min-height: 3.5em;
    }
}
@media (max-width: 767px) {
    form input,
    form select {
        font-size: 0.8125rem;
        height: 3.25em;
        min-height: 3.25em;
        margin-bottom: 0.5em;
        padding-top: 0.75em;
        padding-bottom: 0.75em;
    }
}
form input::-webkit-input-placeholder {
    color: #d8e2ee;
}
form input::-moz-placeholder {
    color: #d8e2ee;
}
form input:-moz-placeholder {
    color: #d8e2ee;
}
form input:-ms-input-placeholder {
    color: #d8e2ee;
}
.bVErrMsgContainer {
    z-index: 5;
}
.bvalidator_errmsg {
    left: 0 !important;
    background-color: #47719e;
    font-size: 10px;
    border: 1px solid #47719e;
    color: #fff;
    display: none;
    white-space: nowrap;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: 700;
    padding: 2px 10px 2px 5px;
}
.bvalidator_errmsg .bvalidator_close_icon {
    margin-left: 5px;
    margin-top: -2px;
    font-family: Verdana, Geneva, sans-serif;
    font-weight: bolder;
    color: #fff;
    cursor: pointer;
    font-size: 12px;
}
.bvalidator_errmsg em {
    display: none;
    border-color: #47719e transparent transparent;
    border-style: solid;
    border-width: 10px 10px 0;
    height: 0;
    width: 0;
    position: absolute;
    bottom: -10px;
    left: 5px;
}
html {
    font-size: 16px;
}
body {
    color: #2a5f96;
    font-family: "Open Sans", sans-serif;
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.5;
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
p {
    color: inherit;
    display: block;
    max-width: 100%;
    margin-bottom: 0.75em;
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.5;
}
ol,
ul {
    margin-top: 0;
    margin-bottom: 10px;
    padding-left: 40px;
}
ol li,
ul li {
    margin-bottom: 0.625em;
}
ul {
    margin-top: 0.5em;
    margin-bottom: 0.75em;
    padding-left: 1.25em;
    overflow: hidden;
}
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    line-height: 1;
}
.h1,
h1 {
    margin-top: 0.25em;
    margin-bottom: 0.5em;
    font-size: 2.5em;
    line-height: 1.25em;
    font-weight: 300;
    text-shadow: none;
}
@media (max-width: 991px) {
    .h1,
    h1 {
        font-size: 2.25em;
        line-height: 1.1875em;
        text-shadow: none;
    }
}
@media (max-width: 767px) {
    .h1,
    h1 {
        font-size: 1.875em;
        line-height: 1.25em;
    }
}
@media (max-width: 479px) {
    .h1,
    h1 {
        margin-bottom: 1em;
        font-size: 1.625em;
        line-height: 1.25em;
    }
}
.h2,
h2 {
    max-width: 100%;
    margin-top: 0.75em;
    margin-bottom: 0.5em;
    color: #28598d;
    font-size: 2em;
    line-height: 1.3125em;
    font-weight: 400;
}
@media (max-width: 991px) {
    .h2,
    h2 {
        font-size: 1.875em;
    }
}
@media (max-width: 767px) {
    .h2,
    h2 {
        font-size: 1.625em;
    }
}
@media (max-width: 479px) {
    .h2,
    h2 {
        font-size: 1.4375em;
    }
}
.h3,
h3 {
    margin-top: 0.875em;
    margin-bottom: 0.5em;
    font-size: 1.625em;
    line-height: 1.4125em;
    font-weight: 400;
}
@media (max-width: 991px) {
    .h3,
    h3 {
        font-size: 1.5em;
    }
}
@media (max-width: 767px) {
    .h3,
    h3 {
        font-size: 1.375em;
    }
}
.h4,
h4 {
    color: #1db5e6;
    font-size: 1.125em;
    line-height: 1.375em;
    font-weight: 600;
    text-transform: uppercase;
    margin-top: 1em;
    margin-bottom: 0.4375em;
}
.h5,
h5 {
    margin-top: 1.5em;
    margin-bottom: 0.75em;
    font-size: 1em;
    line-height: 1.5em;
    font-weight: 700;
}
.h6,
h6 {
    margin-top: 1.5em;
    margin-bottom: 0.75em;
    font-size: 0.875em;
    line-height: 1.5em;
    font-weight: 700;
}
blockquote {
    margin-top: 1.5em;
    margin-bottom: 1.5em;
    padding: 0.75em 1.25em;
    border-left: 5px solid #1db5e6;
    font-size: 1.25em;
    line-height: 1.75em;
    font-style: italic;
}
.upper {
    text-transform: uppercase;
}
.centered {
    text-align: center;
}
.thin {
    font-weight: 300;
}
.semi-bold {
    font-weight: 600;
}
.bold {
    font-weight: 700;
}
.extra-bold {
    font-weight: 800;
}
.comment-content a {
    word-wrap: break-word;
}
.bypostauthor {
    display: block;
}
.section.section-footer {
    position: relative;
    max-width: 100%;
    padding-top: 5vw;
    padding-bottom: 0;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, 0.5)));
    background-image: linear-gradient(180deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.5));
}
@media (max-width: 767px) {
    .section.section-footer {
        padding-top: 7vw;
    }
}
.section.section-footer a {
    text-decoration: none;
}
.section.section-footer a:hover {
    color: #1db5e6;
}
.section.section-footer .footer-bg-section {
    width: 100%;
    max-width: 100%;
    margin-top: -150px;
    padding-top: 400px;
    padding-bottom: 200px;
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
}
.section.section-footer .ftr-column-title {
    color: #1db5e6;
    font-size: 1.25em;
    font-weight: 400;
    line-height: 1.3125em;
    max-width: 100%;
    margin-top: 0.5em;
    margin-bottom: 0.5em;
}
@media (max-width: 767px) {
    .section.section-footer .ftr-column-title {
        width: 100%;
    }
}
@media (max-width: 991px) {
    .section.section-footer .ftr-column-title.h2 {
        font-size: 1.875em;
    }
}
@media (max-width: 767px) {
    .section.section-footer .ftr-column-title.h2 {
        font-size: 1.625em;
    }
}
@media (max-width: 479px) {
    .section.section-footer .ftr-column-title.h2 {
        font-size: 1.4375em;
    }
}
.section.section-footer .ftr-social .smedia {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 0.25em;
    margin-left: -8px;
}
@media (max-width: 991px) {
    .section.section-footer .ftr-social .smedia {
        margin-left: 0;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}
@media (max-width: 767px) {
    .section.section-footer .ftr-social .smedia {
        margin-top: 0;
    }
}
.section.section-footer .ftr-lg-callout-wrap {
    max-width: 100%;
}
@media (max-width: 767px) {
    .section.section-footer .ftr-lg-callout-wrap {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}
.section.section-footer .ftr-lg-callout-wrap .ftr-lg-callout {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    max-width: 100%;
    min-width: 180px;
    padding-top: 0.5em;
    padding-bottom: 0.5em;
}
@media (max-width: 991px) {
    .section.section-footer .ftr-lg-callout-wrap .ftr-lg-callout {
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}
@media (max-width: 767px) {
    .section.section-footer .ftr-lg-callout-wrap .ftr-lg-callout {
        width: 50%;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}
@media (max-width: 479px) {
    .section.section-footer .ftr-lg-callout-wrap .ftr-lg-callout {
        width: 100%;
    }
}
.section.section-footer .ftr-lg-callout-wrap .ftr-item-link {
    color: #366ea7;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    max-width: 100%;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}
.section.section-footer .ftr-lg-callout-wrap .ftr-item-link:hover {
    color: #1db5e6;
}
.section.section-footer .ftr-lg-callout-wrap .ftr-item-link img {
    display: inline-block;
    max-width: 100%;
    width: 2em;
    height: 2em;
    margin-right: 0.5em;
    padding: 5px;
    border-radius: 6px;
    opacity: 1;
}
.section.section-footer .ftr-menu,
.section.section-footer ul.menu {
    padding: 0;
    margin: 0.5em auto 0.75em;
    list-style: none;
    max-width: 100%;
}
@media (max-width: 767px) {
    .section.section-footer .ftr-menu,
    .section.section-footer ul.menu {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}
.section.section-footer .ftr-menu > li,
.section.section-footer ul.menu > li {
    max-width: 100%;
    margin-bottom: 0.25em;
}
@media (max-width: 767px) {
    .section.section-footer .ftr-menu > li,
    .section.section-footer ul.menu > li {
        width: 100%;
    }
}
.section.section-footer .ftr-menu > li > a,
.section.section-footer ul.menu > li > a {
    color: #47719e;
    display: inline-block;
    max-width: 100%;
    padding-top: 0.25em;
    padding-bottom: 0.25em;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.section.section-footer .ftr-menu > li > a:hover,
.section.section-footer ul.menu > li > a:hover {
    color: #1db5e6;
}
.section.section-footer .ftr-sm-menu-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 1.5em auto 0;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
}
.section.section-footer .ftr-sm-menu-wrap .ftr-sm-menu {
    font-size: 0.8125rem;
    line-height: 1.25em;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin-top: 3em;
    padding-top: 1.5em;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
@media (max-width: 991px) {
    .section.section-footer .ftr-sm-menu-wrap .ftr-sm-menu {
        margin-top: 0;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-justify-content: space-around;
        -ms-flex-pack: distribute;
        justify-content: space-around;
        -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    }
}
@media (max-width: 767px) {
    .section.section-footer .ftr-sm-menu-wrap .ftr-sm-menu {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }
}
.section.section-footer .ftr-sm-menu-wrap .link-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: 1em;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}
@media (max-width: 991px) {
    .section.section-footer .ftr-sm-menu-wrap .link-wrap {
        max-width: 100%;
        margin-right: 0;
        margin-bottom: 3em;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-flex: 0;
        -webkit-flex-grow: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        text-align: center;
    }
}
@media (max-width: 767px) {
    .section.section-footer .ftr-sm-menu-wrap .link-wrap {
        margin: 1em 0;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}
@media (max-width: 479px) {
    .section.section-footer .ftr-sm-menu-wrap .link-wrap {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}
.section.section-footer .ftr-sm-menu-wrap .link-wrap a {
    color: #47719e;
    display: inline-block;
    margin-right: 2em;
}
@media (max-width: 991px) {
    .section.section-footer .ftr-sm-menu-wrap .link-wrap a {
        max-width: 100%;
        margin-right: 1em;
        margin-left: 1em;
    }
}
@media (max-width: 767px) {
    .section.section-footer .ftr-sm-menu-wrap .link-wrap a {
        margin: 1em;
    }
}
@media (max-width: 479px) {
    .section.section-footer .ftr-sm-menu-wrap .link-wrap a {
        display: block;
        margin-top: 0.5em;
        margin-bottom: 0.5em;
    }
}
.section.section-footer .ftr-sm-menu-wrap .link-wrap a:hover {
    color: #1db5e6;
}
.section.section-footer .ftr-sm-menu-wrap .scrollto {
    overflow: hidden;
    width: 1.75rem;
    height: 1.75rem;
    border-radius: 50%;
    opacity: 0.65;
    max-width: 100%;
    display: inline-block;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
@media (max-width: 767px) {
    .section.section-footer .ftr-sm-menu-wrap .scrollto {
        margin-top: 1.5em;
    }
}
.section.section-footer .ftr-sm-menu-wrap .scrollto:hover {
    color: #234263;
    -webkit-box-shadow: inset 0 0 0 3px #32c3f1;
    box-shadow: inset 0 0 0 3px #32c3f1;
    opacity: 1;
}
.section.section-footer .ftr-logo-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    max-width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
}
.section.section-footer .ftr-logo-wrap img {
    display: inline-block;
    max-width: 100%;
    width: 200px;
    height: 80px;
}
@media (max-width: 991px) {
    .section.section-footer .ftr-logo-wrap img {
        width: 170px;
        height: 69px;
    }
}
.section.section-footer .footer-copyright {
    color: #366ea7;
    width: 100%;
    margin-top: 3em;
    font-size: 0.6875em;
    line-height: 1.25em;
    text-transform: uppercase;
}
@media (max-width: 767px) {
    .section.section-footer .footer-copyright {
        font-size: 0.625em;
    }
}
@media (max-width: 479px) {
    .section.section-footer .footer-copyright {
        font-size: 0.5625em;
    }
}
.site-header {
    position: relative;
    z-index: 15;
    left: 0;
    top: 0;
    right: 0;
    z-index: 900;
    background-color: #fff;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(rgba(255, 255, 255, 0)));
    background-image: linear-gradient(180deg, #fff, rgba(255, 255, 255, 0));
    -webkit-box-shadow: 0 1px 0 0 #e4ecf5;
    box-shadow: 0 1px 0 0 #e4ecf5;
}
@media (max-width: 991px) {
    .site-header {
        position: fixed;
        -webkit-transition: all 0.5s ease-in-out;
        transition: all 0.5s ease-in-out;
    }
    .site-header.slideup {
        top: -100px;
    }
}
.site-header .nav-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding-right: 0;
    padding-left: 20px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-left: auto;
    margin-right: auto;
}
@media (max-width: 991px) {
    .site-header .nav-container {
        max-width: none;
        padding-left: 0;
        padding-right: 0;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }
}
@media (max-width: 479px) {
    .site-header .nav-container {
        padding-top: 36px;
    }
}
.site-header .logo {
    position: relative;
    float: left;
    width: 250px;
    min-width: 180px;
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
    -webkit-flex-shrink: 1;
    -ms-flex-negative: 1;
    flex-shrink: 1;
    margin: 0.75em 1em 1.25em 0;
}
@media (max-width: 991px) {
    .site-header .logo {
        width: 160px;
        min-width: 0;
        margin: 0.5em 1em 0.5em 10px;
    }
}
@media (max-width: 767px) {
    .site-header .logo {
        width: 140px;
        margin-right: 0.75em;
        margin-left: 10px;
        padding-left: 0;
    }
}
@media (max-width: 479px) {
    .site-header .logo {
        width: 120px;
        -webkit-flex-shrink: 1;
        -ms-flex-negative: 1;
        flex-shrink: 1;
    }
}
.site-header .logo img {
    width: 100%;
    display: inline-block;
    vertical-align: middle;
}
.site-header .header-content-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    padding-top: 0.125rem;
    padding-bottom: 0.375rem;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    align-self: stretch;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
@media (max-width: 991px) {
    .site-header .header-content-wrap {
        -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        padding-top: 0;
        padding-bottom: 0;
        -webkit-box-align: stretch;
        -webkit-align-items: stretch;
        -ms-flex-align: stretch;
        align-items: stretch;
    }
}
.site-header .header-content-row {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    margin-top: 0.5rem;
    margin-bottom: 0.25rem;
    padding-right: 2%;
}
@media (max-width: 991px) {
    .site-header .header-content-row {
        margin-top: 0;
        margin-bottom: 0;
        padding-right: 0;
        -webkit-box-align: stretch;
        -webkit-align-items: stretch;
        -ms-flex-align: stretch;
        align-items: stretch;
    }
}
@media (max-width: 767px) {
    .site-header .header-content-row {
        padding-right: 0;
        -webkit-box-flex: 1;
        -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
    }
}
.site-header .header-phone {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-left: 0.25rem;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    color: #32c3f1;
    font-size: 1.25em;
    line-height: 1.125em;
    font-weight: 400;
    letter-spacing: -0.02em;
    text-transform: uppercase;
    cursor: default;
}
@media (max-width: 991px) {
    .site-header .header-phone {
        -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        margin-left: 0;
        padding: 2rem 1.5rem;
        cursor: pointer;
    }
}
@media (max-width: 767px) {
    .site-header .header-phone {
        margin-left: 0;
        padding: 1.75rem 1rem;
        font-size: 1.1875em;
    }
}
@media (max-width: 479px) {
    .site-header .header-phone {
        margin-left: 0;
        padding: 1.5rem 0.875rem;
        font-size: 1.125em;
    }
}
.site-header .header-phone img {
    width: 1em;
    height: 1em;
    margin-right: 0.25em;
}
@media (max-width: 991px) {
    .site-header .header-phone img {
        width: 1.125em;
        height: 1.125em;
        opacity: 1;
    }
}
@media (max-width: 767px) {
    .site-header .header-phone img {
        margin-right: 0;
        -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
    }
}
@media (max-width: 479px) {
    .site-header .header-phone img {
        width: 1.0625em;
        height: 1.0625em;
        -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
    }
}
.site-header .nav-btn {
    font-size: 0.75em;
    font-weight: 600;
    line-height: 1em;
    text-align: center;
    letter-spacing: 0;
    text-transform: none;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 0 0 1rem;
    padding: 0.75em 1.5em;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    z-index: 4;
}
.site-header .nav-btn.btn-water-test {
    margin-left: 0;
}
.site-header .nav-btn img {
    width: 1.5em;
    height: 1.5em;
    margin-right: 0.25em;
    margin-left: -0.25em;
}
@media (min-width: 992px) {
    .site-header .nav-btn {
        display: -webkit-box !important;
        display: -webkit-flex !important;
        display: -ms-flexbox !important;
        display: flex !important;
    }
}
.site-header .header-phone-text {
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}
@media (max-width: 991px) {
    .site-header .header-phone-text {
        display: none;
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        font-size: 1.125rem;
    }
}
@media (max-width: 767px) {
    .site-header .header-phone-text {
        display: none;
    }
}
@media (min-width: 992px) {
    .site-header .header-phone-text {
        color: #366ea7;
    }
}
.gallery {
    margin-bottom: 1.5em;
}
.gallery-item {
    display: inline-block;
    text-align: center;
    vertical-align: top;
    width: 100%;
}
.gallery-columns-2 .gallery-item {
    max-width: 50%;
}
.gallery-columns-3 .gallery-item {
    max-width: 33.33%;
}
.gallery-columns-4 .gallery-item {
    max-width: 25%;
}
.gallery-columns-5 .gallery-item {
    max-width: 20%;
}
.gallery-columns-6 .gallery-item {
    max-width: 16.66%;
}
.gallery-columns-7 .gallery-item {
    max-width: 14.28%;
}
.gallery-columns-8 .gallery-item {
    max-width: 12.5%;
}
.gallery-columns-9 .gallery-item {
    max-width: 11.11%;
}
.gallery-caption {
    display: block;
}
.attachment img,
img.size-auto,
img.size-full,
img.size-large,
img.size-medium {
    max-width: 100%;
    height: auto;
}
.aligncenter,
.alignleft,
.alignright,
img.aligncenter,
img.alignleft,
img.alignright {
    display: block;
    float: none;
    margin: 0 auto 1em;
}
@media (min-width: 768px) {
    .alignleft,
    img.alignleft {
        display: inline;
        float: left;
        margin-right: 1.5em;
        margin-top: 0.5em;
    }
    .alignright,
    img.alignright {
        display: inline;
        float: right;
        margin-left: 1.5em;
        margin-top: 0.5em;
    }
    .aligncenter,
    img.aligncenter {
        clear: both;
        display: block;
        margin-left: auto;
        margin-right: auto;
    }
}
.wp-caption {
    margin-bottom: 1.5em;
    max-width: 100%;
}
.wp-caption img[class*="wp-image-"] {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.wp-caption .wp-caption-text {
    margin: 0.8075em 0;
}
.wp-caption-text {
    text-align: center;
}
.comment-content .wp-smiley,
.entry-content .wp-smiley,
.page-content .wp-smiley {
    border: none;
    margin-bottom: 0;
    margin-top: 0;
    padding: 0;
}
embed,
iframe,
object {
    max-width: 100%;
}
.sticky {
    display: block;
}
.section.site-content {
    color: #2a5f96;
    clear: both;
    padding-top: 0;
    padding-bottom: 8vw;
}
.section.site-content .internal-main {
    margin-top: -2.5vw;
    padding-top: 25px;
    background-color: #fff;
}
@media (max-width: 991px) {
    .section.site-content .internal-main {
        margin-top: 0;
        padding-top: 20px;
    }
}
@media (max-width: 767px) {
    .section.site-content .internal-main {
        padding-top: 15px;
    }
}
.section.site-content.min-pad {
    padding-bottom: 2vw;
}
@media (max-width: 991px) {
    .section.site-content.min-pad {
        padding-top: 5vw;
        padding-bottom: 5vw;
    }
}
@media (max-width: 767px) {
    .section.site-content.min-pad {
        padding-top: 5vw;
        padding-bottom: 7vw;
    }
}
@media (max-width: 479px) {
    .section.site-content.min-pad {
        padding-top: 10vw;
        padding-bottom: 10vw;
    }
}
.section.site-content iframe {
    width: 100%;
}
.entry-content .h2,
.entry-content h2,
.find-a-dealer-form-col .h2,
.find-a-dealer-form-col h2 {
    color: #1db5e6;
}
.entry-content .h2.secondary,
.entry-content h2.secondary,
.find-a-dealer-form-col .h2.secondary,
.find-a-dealer-form-col h2.secondary {
    color: #234263;
}
.entry-content .h3,
.entry-content h3,
.find-a-dealer-form-col .h3,
.find-a-dealer-form-col h3 {
    font-size: 1.5em;
    line-height: 1.4125em;
}
@media (max-width: 991px) {
    .entry-content .h3,
    .entry-content h3,
    .find-a-dealer-form-col .h3,
    .find-a-dealer-form-col h3 {
        font-size: 1.375em;
        line-height: 1.4125em;
    }
}
@media (max-width: 767px) {
    .entry-content .h3,
    .entry-content h3,
    .find-a-dealer-form-col .h3,
    .find-a-dealer-form-col h3 {
        font-size: 1.3125em;
    }
}
@media (max-width: 479px) {
    .entry-content .h3,
    .entry-content h3,
    .find-a-dealer-form-col .h3,
    .find-a-dealer-form-col h3 {
        font-size: 1.25em;
    }
}
@media (max-width: 767px) {
    .entry-content .h4,
    .entry-content h4,
    .find-a-dealer-form-col .h4,
    .find-a-dealer-form-col h4 {
        font-size: 1.0625em;
        line-height: 1.375em;
    }
}
@media (max-width: 479px) {
    .entry-content .h4,
    .entry-content h4,
    .find-a-dealer-form-col .h4,
    .find-a-dealer-form-col h4 {
        font-size: 1em;
        line-height: 1.375em;
    }
}
.entry-content p,
.find-a-dealer-form-col p {
    font-size: 1.125em;
    line-height: 1.75em;
}
@media (max-width: 767px) {
    .entry-content p,
    .find-a-dealer-form-col p {
        font-size: 1em;
        line-height: 1.625em;
    }
}
.entry-content ul,
.find-a-dealer-form-col ul {
    padding-left: 0;
    text-align: left;
    list-style-type: none;
}
@media (max-width: 991px) {
    .entry-content ul,
    .find-a-dealer-form-col ul {
        display: inline-block;
        margin-right: auto;
        margin-left: auto;
    }
}
.entry-content li,
.find-a-dealer-form-col li {
    font-size: 1.125em;
    line-height: 1.5em;
    padding-left: 14px;
    background-image: url(../images/svg/list-arrow.svg);
    background-position: 0 8px;
    background-size: 12px 12px;
    background-repeat: no-repeat;
}
@media (max-width: 767px) {
    .entry-content li,
    .find-a-dealer-form-col li {
        font-size: 1em;
        line-height: 1.5em;
        padding-left: 12px;
        background-position: 0 7px;
        background-size: 10px 10px;
        background-repeat: no-repeat;
    }
}
.entry-content a {
    border-bottom: 1px solid #cddae9;
}
.entry-content a:hover {
    border-bottom-color: #1db5e6;
}
.entry-content table.bordertable {
    margin: 1em 0;
    min-width: 300px;
}
.entry-content table.bordertable tr {
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
}
.entry-content table.bordertable th {
    display: none;
}
.entry-content table.bordertable td {
    display: block;
}
.entry-content table.bordertable td:first-child {
    padding-top: 0.5em;
}
.entry-content table.bordertable td:last-child {
    padding-bottom: 0.5em;
}
.entry-content table.bordertable td:before {
    content: attr(data-th) ": ";
    font-weight: 700;
    width: 7.8em;
    display: inline-block;
}
@media (min-width: 480px) {
    .entry-content table.bordertable td:before {
        display: none;
    }
}
.entry-content table.bordertable td,
.entry-content table.bordertable th {
    text-align: left;
}
@media (min-width: 480px) {
    .entry-content table.bordertable td,
    .entry-content table.bordertable th {
        display: table-cell;
        padding: 0.25em 0.5em;
    }
    .entry-content table.bordertable td:first-child,
    .entry-content table.bordertable th:first-child {
        padding-left: 0;
    }
    .entry-content table.bordertable td:last-child,
    .entry-content table.bordertable th:last-child {
        padding-right: 0;
    }
}
.entry-content table.bordertable {
    overflow: hidden;
}
.entry-content table.bordertable td,
.entry-content table.bordertable th {
    margin: 0.5em 1em;
}
@media (min-width: 480px) {
    .entry-content table.bordertable td,
    .entry-content table.bordertable th {
        padding: 1em !important;
    }
}
.disclaimer-text {
    margin-top: 4.5em;
    margin-bottom: 1.5em;
}
@media (max-width: 991px) {
    .disclaimer-text {
        margin-top: 3em;
    }
}
.disclaimer-text p {
    font-size: 0.875em;
    font-style: italic;
    line-height: 1.625em;
}
.flex-row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: -20px;
    margin-left: -20px;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}
@media (max-width: 991px) {
    .flex-row {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}
.flex-row.row-reverse {
    -webkit-flex-wrap: wrap-reverse;
    -ms-flex-wrap: wrap-reverse;
    flex-wrap: wrap-reverse;
}
.flex-row.flex-row-vertical-centered {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.flex-row.flex-row-vertical-centered.flex-row-reverse-wrap-mobile {
    -webkit-flex-wrap: wrap-reverse;
    -ms-flex-wrap: wrap-reverse;
    flex-wrap: wrap-reverse;
}
@media (max-width: 991px) {
    .flex-row.flex-row-vertical-centered.flex-row-reverse-wrap-mobile {
        -webkit-flex-wrap: wrap-reverse;
        -ms-flex-wrap: wrap-reverse;
        flex-wrap: wrap-reverse;
    }
}
.flex-row.full-width-row {
    margin-right: 0;
    margin-left: 0;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.25)), to(rgba(255, 255, 255, 0.25)));
    background-image: linear-gradient(180deg, rgba(255, 255, 255, 0.25), rgba(255, 255, 255, 0.25));
}
.flex-row.full-width-row.dealer-section-row {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.2)), to(rgba(255, 255, 255, 0.2)));
    background-image: linear-gradient(180deg, rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0.2));
}
.flex-row.full-width-row.detail-section-row {
    background-color: #fff;
}
.flex-col {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 50%;
    padding-right: 20px;
    padding-left: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}
@media (max-width: 991px) {
    .flex-col {
        width: 100%;
        margin-top: 10px;
        margin-bottom: 10px;
    }
}
@media (max-width: 767px) {
    .flex-col {
        width: 100%;
    }
}
.flex-col.flex-image-col {
    min-width: 520px;
}
@media (max-width: 991px) {
    .flex-col.flex-image-col {
        min-width: 0;
    }
}
.flex-col.flex-col-25 {
    width: 25%;
}
@media (max-width: 991px) {
    .flex-col.flex-col-25 {
        width: 50%;
    }
}
@media (max-width: 767px) {
    .flex-col.flex-col-25 {
        width: 100%;
    }
}
.flex-col.flex-col-25.sidebar-col {
    max-width: 360px;
}
@media (max-width: 991px) {
    .flex-col.flex-col-25.sidebar-col {
        max-width: none;
    }
}
@media (max-width: 479px) {
    .flex-col.flex-col-25.sidebar-col {
        margin-bottom: -8vw;
    }
}
.flex-col.flex-col-25.lightbox-col {
    min-width: 250px;
}
@media (max-width: 991px) {
    .flex-col.flex-col-25.lightbox-col {
        max-width: none;
        min-width: 0;
        margin-top: -2px;
    }
}
.flex-col.flex-col-33 {
    width: 33.33%;
    max-width: 100%;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
}
@media (max-width: 991px) {
    .flex-col.flex-col-33 {
        width: 100%;
    }
}
.flex-col.flex-col-33.category-text-col {
    min-width: 350px;
}
.flex-col.flex-col-50 {
    width: 50%;
}
@media (max-width: 991px) {
    .flex-col.flex-col-50 {
        width: 100%;
    }
}
.flex-col.flex-col-60 {
    width: 60%;
}
.flex-col.flex-col-100 {
    width: 100%;
    max-width: 100%;
}
.flex-col.nopad-col {
    width: 100%;
}
@media (max-width: 991px) {
    .flex-col.nopad-col {
        padding-right: 0;
        padding-left: 0;
    }
}
.flex-col.full-width-col {
    position: relative;
    padding-right: 0;
    padding-bottom: 0;
    padding-left: 0;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
@media (max-width: 991px) {
    .flex-col.full-width-col {
        width: 100%;
        margin-top: 0;
        margin-bottom: 0;
        padding-bottom: 8vw;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}
@media (max-width: 767px) {
    .flex-col.full-width-col {
        padding-bottom: 10vw;
    }
}
@media (max-width: 479px) {
    .flex-col.full-width-col {
        padding-bottom: 12vw;
    }
}
.flex-col.full-width-col.reverse-layout-col {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}
.flex-col.ftr-col {
    width: auto;
    max-width: 30%;
}
@media (max-width: 991px) {
    .flex-col.ftr-col {
        width: 50%;
        max-width: 100%;
        margin-bottom: 40px;
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        text-align: center;
    }
}
@media (max-width: 767px) {
    .flex-col.ftr-col {
        width: 100%;
        margin-bottom: 20px;
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        text-align: center;
    }
}
@media (max-width: 479px) {
    .flex-col.ftr-col {
        padding-right: 10px;
    }
}
.flex-col .section-text-wrap {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}
.flex-col .section-text-wrap.full-width {
    width: 50%;
    margin: 2.5vw 8vw 3.5vw 4vw;
}
@media (max-width: 991px) {
    .flex-col .section-text-wrap.full-width {
        margin: 3vw 30px 10px;
        text-align: center;
    }
}
@media (max-width: 767px) {
    .flex-col .section-text-wrap.full-width {
        margin-right: 25px;
        margin-left: 25px;
    }
}
@media (max-width: 991px) {
    .flex-col .section-text-wrap.full-width.detail-text {
        text-align: left;
    }
}
.section-img-wrap {
    position: relative;
    display: block;
    overflow: hidden;
    width: 50%;
    margin-right: 0;
    margin-left: 0;
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    align-self: stretch;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    background-position: 50% 80%;
    background-size: cover;
    background-repeat: no-repeat;
}
@media (max-width: 991px) {
    .section-img-wrap {
        width: 100%;
        height: 60vw;
    }
}
.section-img-wrap.detail-content-img {
    width: 20%;
    cursor: default;
}
@media (max-width: 991px) {
    .section-img-wrap.detail-content-img {
        width: 100%;
        height: 15rem;
        margin-bottom: -4.5rem;
        -webkit-box-ordinal-group: 0;
        -webkit-order: -1;
        -ms-flex-order: -1;
        order: -1;
        background-position: 50% 50%;
        background-size: cover;
        background-repeat: no-repeat;
    }
}
@media (max-width: 767px) {
    .section-img-wrap.detail-content-img {
        height: 12rem;
    }
}
.section-img-wrap.rainsoft-logo-img {
    background-color: rgba(205, 218, 233, 0.25);
    /*background-image: -webkit-gradient(linear, left top, left bottom, color-stop(50%, rgba(255, 255, 255, 0)), to(#fff)), -webkit-gradient(linear, left top, left bottom, from(rgba(242, 246, 249, 0.8)), to(rgba(242, 246, 249, 0.8))),*/
    /*    url(../images/rainsoft-vert-logo.svg);*/
    /*background-image: linear-gradient(180deg, rgba(255, 255, 255, 0) 50%, #fff), linear-gradient(180deg, rgba(242, 246, 249, 0.8), rgba(242, 246, 249, 0.8)), url(../images/rainsoft-vert-logo.svg);*/
    background-position: 0 0, 0 0, 60% 80%;
    background-size: auto, auto, auto 120%;
    background-repeat: repeat, repeat, no-repeat;
}
@media (max-width: 991px) {
    .section-img-wrap.rainsoft-logo-img {
        /*background-image: -webkit-gradient(linear, left top, left bottom, color-stop(50%, rgba(255, 255, 255, 0)), to(#fff)), -webkit-gradient(linear, left top, left bottom, from(rgba(242, 246, 249, 0.8)), to(rgba(242, 246, 249, 0.8))),*/
        /*    url(../images/rainsoft-logo.svg);*/
        /*background-image: linear-gradient(180deg, rgba(255, 255, 255, 0) 50%, #fff), linear-gradient(180deg, rgba(242, 246, 249, 0.8), rgba(242, 246, 249, 0.8)), url(../images/rainsoft-logo.svg);*/
        background-position: 0 0, 0 0, 50% 50%;
        background-size: auto, auto, cover;
        background-repeat: repeat, repeat, no-repeat;
    }
}
.flex-col-title-wrap {
    position: relative;
    margin-bottom: -0.5em;
    text-align: left;
}
@media (max-width: 991px) {
    .flex-col-title-wrap {
        text-align: center;
    }
}
.flex-col-text-wrap .h3 {
    margin-top: 0.875em;
    margin-bottom: 0.5em;
    font-size: 1.625em;
    line-height: 1.4125em;
    font-weight: 400;
}
@media (max-width: 767px) {
    .flex-col-text-wrap .h3 {
        font-size: 1.25em;
        line-height: 1.5em;
    }
}
@media (max-width: 479px) {
    .flex-col-text-wrap .h3 {
        font-size: 1.125em;
    }
}
.flex-col-text-wrap p {
    font-size: 1.125em;
    line-height: 1.625em;
    max-width: 100%;
    margin-bottom: 0.75em;
}
@media (max-width: 767px) {
    .flex-col-text-wrap p {
        font-size: 1em;
        line-height: 1.5em;
    }
}
.flex-col-image-link {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    width: 100%;
    max-height: 500px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-transition: none 0s ease;
    transition: none 0s ease;
}
@media (max-width: 991px) {
    .flex-col-image-link {
        margin-top: 0;
        margin-bottom: 0;
    }
}
.flex-col-image {
    width: 100%;
    -webkit-box-shadow: none;
    box-shadow: none;
}
@media (max-width: 991px) {
    .flex-col-image {
        border-radius: 0;
    }
}
.flex-col-image-overlay {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(135deg, #1db5e6, #0d2f52 99%, #fff);
    opacity: 0.07;
    -webkit-transition: opacity 0.5s ease;
    transition: opacity 0.5s ease;
}
.flex-col-image-overlay:hover {
    opacity: 0.25;
}
.flex-col-content-wrap.referrals-section-content-wrap {
    margin-right: 4vw;
}
@media (max-width: 991px) {
    .flex-col-content-wrap.referrals-section-content-wrap {
        margin-right: 0;
        text-align: center;
    }
}
.btnbox {
    width: 100%;
}
.hentry {
    width: 100%;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
}
.byline,
.updated:not(.published) {
    display: none;
}
.group-blog .byline,
.single .byline {
    display: inline;
}
.page-links {
    clear: both;
    margin: 0 0 1.5em;
}
.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}
.entry-footer .cat-links,
.entry-footer .tags-links {
    display: block;
}
#comments .comment-notes {
    font-size: 12px;
}
#comments p {
    margin-bottom: 5px;
}
#comments p.form-submit {
    margin-top: 10px;
}
#comments label {
    display: block;
}
#comments input[type="email"],
#comments input[type="text"],
#comments input[type="url"],
#comments textarea {
    width: 100%;
}
#comments .comment-form-url {
    display: none;
}
#secondary {
    margin: 30px auto;
}
#secondary section {
    display: inline-block;
    vertical-align: top;
    width: 50%;
    margin: 0 -2px;
}
.archive article,
.category article {
    padding-bottom: 20px;
    border-bottom: 1px solid #eee;
}
.posts-navigation h2 {
    display: none;
}
.posts-navigation .nav-previous {
    float: left;
}
.posts-navigation .nav-previous:before {
    content: "\2190";
    display: inline-block;
    margin-right: 3px;
}
.posts-navigation .nav-next {
    float: right;
}
.posts-navigation .nav-next:after {
    content: "\2192";
    display: inline-block;
    margin-left: 3px;
}
.section {
    position: relative;
    padding-top: 2vw;
    padding-bottom: 2vw;
    display: block;
}
@media (max-width: 991px) {
    .section {
        padding-top: 5vw;
        padding-bottom: 5vw;
    }
}
@media (max-width: 767px) {
    .section {
        padding-top: 5vw;
        padding-bottom: 7vw;
    }
}
@media (max-width: 479px) {
    .section {
        padding-top: 10vw;
        padding-bottom: 10vw;
    }
}
.section.full-width-section {
    padding-top: 0;
    padding-bottom: 0;
}
.section .skinny-pattern-divider {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: auto;
    z-index: 50;
    width: 100%;
    height: 33px;
    margin: -14px auto 0;
    background-position: 50% -3px;
    background-size: 250px;
    background-repeat: repeat-x;
    opacity: 0.25;
    z-index: 1;
}
.section .skinny-pattern-divider.top-section-divider {
    top: 0;
    bottom: auto;
    margin-top: -10px;
    margin-bottom: 0;
    background-position: -61px 0;
}
.section .skinny-pattern-divider.bottom-divider {
    top: auto;
    bottom: 0;
    margin-top: 0;
    margin-bottom: -14px;
}
.section .skinny-pattern-section-divider {
    position: absolute;
    left: 0;
    top: auto;
    right: 0;
    bottom: 0;
    z-index: 1;
    width: 100%;
    height: 22px;
    margin-bottom: -10px;
    margin-left: 0;
    background-position: 0 100%;
    background-size: 600px 278px;
    background-repeat: repeat-x;
}
.section .skinny-pattern-section-divider.top-section-divider {
    top: 0;
    bottom: auto;
    margin-top: -10px;
    margin-bottom: 0;
    background-position: -61px 0;
}
.section .container {
    text-align: left;
    z-index: 5;
    width: 100%;
    max-width: 1440px;
    padding-right: 40px;
    padding-left: 40px;
}
@media (max-width: 991px) {
    .section .container {
        padding-right: 30px;
        padding-left: 30px;
    }
}
@media (max-width: 767px) {
    .section .container {
        padding-right: 25px;
        padding-left: 25px;
    }
}
.section .container.centered {
    text-align: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.section .container.nopadding {
    padding: 0;
}
.section .section-title-wrap {
    position: relative;
    margin-bottom: 1.5em;
    padding-top: 0.5em;
    padding-bottom: 0.5em;
    text-align: center;
}
@media (max-width: 767px) {
    .section .section-title-wrap {
        margin-bottom: 0.5em;
    }
}
.section .section-title {
    font-size: 2em;
    line-height: 1.125em;
    font-weight: 400;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    position: relative;
    z-index: 3;
    overflow: hidden;
    max-width: 100%;
    margin: 0 auto;
    padding: 1em 0 0.5em;
}
@media (max-width: 991px) {
    .section .section-title {
        font-size: 1.75em;
    }
}
@media (max-width: 767px) {
    .section .section-title {
        font-size: 1.25em;
    }
}
.section .section-title .section-title-span {
    font-size: 2em;
    font-weight: 300;
    line-height: 1.125em;
    letter-spacing: 0.01em;
    text-transform: none;
    display: block;
    margin: 0.0625em -3px 0 -3px;
}
@media (max-width: 991px) {
    .section .section-title .section-title-span {
        font-size: 1.75em;
    }
}
@media (max-width: 767px) {
    .section .section-title .section-title-span {
        margin-right: -2px;
        margin-left: -2px;
    }
}
@media (max-width: 479px) {
    .section .section-title .section-title-span {
        font-size: 1.625em;
        margin-right: -1px;
        margin-left: -1px;
    }
}
.section .section-title-divider-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
@media (max-width: 767px) {
    .section .section-title-divider-wrap {
        -webkit-transform: scale(0.75);
        transform: scale(0.75);
        -webkit-transform-origin: 50% 0;
        transform-origin: 50% 0;
    }
}
.section .section-title-wave-divider {
    display: block;
    height: 7px;
    max-width: 130px;
    margin: 2em 0;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    background-position: 50% 50%;
    background-size: 300px 7px;
    background-repeat: repeat-x;
    opacity: 0.75;
}
@media (max-width: 767px) {
    .section .section-title-wave-divider {
        margin-top: 0;
        margin-bottom: 0;
    }
}
.section .section-title-icon {
    width: 3.25em;
    height: 3.25em;
    margin: 0.5em 0.5em 0;
    opacity: 0.75;
    background-position: 50% 50%;
    background-size: 100% 100;
    background-repeat: no-repeat;
}
.section .flex-col-title-wrap {
    position: relative;
    margin-bottom: -0.5em;
    text-align: left;
}
@media (max-width: 991px) {
    .section .flex-col-title-wrap {
        text-align: center;
    }
}
@media (max-width: 991px) {
    .section .flex-col-title-wrap.detail-text-wrap {
        text-align: left;
    }
}
.section .section-text-wrap {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}
.section .section-text-wrap.full-width-section-text-wrap {
    width: 50%;
    margin: 2.5vw 8vw 3.5vw 4vw;
}
@media (max-width: 991px) {
    .section .section-text-wrap.full-width-section-text-wrap {
        margin: 3vw 30px 10px;
        text-align: center;
    }
}
@media (max-width: 767px) {
    .section .section-text-wrap.full-width-section-text-wrap {
        margin-right: 25px;
        margin-left: 25px;
    }
}
.section .section-text-wrap .section-text {
    max-width: 670px;
    margin-right: auto;
    margin-left: auto;
}
.section .section-text-wrap .section-text p {
    font-size: 1.125em;
    line-height: 1.625em;
}
@media (max-width: 767px) {
    .section .section-text-wrap .section-text p {
        font-size: 1em;
        line-height: 1.5em;
    }
}
.section .section-text-wrap .section-text p.h3,
.section .section-text-wrap .section-text p.section-text-lg {
    margin-top: 0.875em;
    margin-bottom: 0.5em;
    font-size: 1.625em;
    line-height: 1.4125em;
    font-weight: 400;
}
@media (max-width: 767px) {
    .section .section-text-wrap .section-text p.h3,
    .section .section-text-wrap .section-text p.section-text-lg {
        font-size: 1.25em;
        line-height: 1.5em;
    }
}
.section .section-parallax-wrap {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 0;
    overflow: hidden;
}
.section .section-parallax-wrap .section-parallax-image {
    position: absolute;
    left: 0;
    top: -33%;
    right: 0;
    bottom: -33%;
    width: 100%;
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: scroll;
    opacity: 0.2;
}
.section .section-parallax-wrap .section-parallax-image.visible {
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    will-change: transform;
}
.section .section-parallax-wrap .section-parallax-image.scroll {
    -webkit-transform: translateZ(-1px) scale(2);
    transform: translateZ(-1px) scale(2);
}
.section .section-parallax-wrap .section-parallax-image-overlay-gradient {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, 0.9)));
    background-image: linear-gradient(180deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.9));
}
.section .section-footer-wrap {
    position: relative;
    padding-top: 1.5em;
    padding-bottom: 1.5em;
    text-align: center;
}
.section .bg-img-fade {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    z-index: 1;
    height: 15vw;
    margin-top: 10px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(rgba(255, 255, 255, 0)));
    background-image: linear-gradient(180deg, #fff, rgba(255, 255, 255, 0));
}
@media (max-width: 991px) {
    .section .bg-img-fade {
        height: 30vw;
    }
}
.section.section-with-bg {
    overflow: visible;
    padding-top: 3.5vw;
    padding-bottom: 4.5vw;
    background-color: #fff;
}
@media (max-width: 991px) {
    .section.section-with-bg {
        padding-top: 6vw;
        padding-bottom: 8vw;
    }
}
@media (max-width: 479px) {
    .section.section-with-bg {
        padding-top: 12vw;
        padding-bottom: 12vw;
    }
}
.section .full-width-section-image-link-wrap {
    position: relative;
    display: block;
    overflow: hidden;
    width: 50%;
    margin-right: 0;
    margin-left: 0;
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    align-self: stretch;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    background-position: 50% 80%;
    background-size: cover;
    background-repeat: no-repeat;
}
@media (max-width: 991px) {
    .section .full-width-section-image-link-wrap {
        width: 100%;
        height: 60vw;
    }
}
.section .full-width-section-image-link-wrap.dealer-section-image {
    background-position: 90% 50%;
    background-size: cover;
    background-repeat: no-repeat;
}
.sidebar-col .sidebar-container {
    position: relative;
    z-index: 60;
    margin-right: -20px;
    position: -webkit-sticky;
    position: sticky;
    top: 5.5vw;
}
@media (max-width: 991px) {
    .sidebar-col .sidebar-container {
        margin-right: 0;
    }
}
.sidebar-col .sidebar-form-box {
    text-align: center;
    position: relative;
    margin-top: -4.5vw;
    margin-bottom: 1.5em;
    padding: 30px 2vw 40px;
    background-color: #32c3f1;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.15)), to(rgba(255, 255, 255, 0.15)));
    background-image: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0.15));
}
@media (max-width: 991px) {
    .sidebar-col .sidebar-form-box {
        margin-top: 1.5em;
        margin-right: 0;
        padding-right: 30px;
        padding-left: 30px;
    }
}
@media (max-width: 767px) {
    .sidebar-col .sidebar-form-box {
        padding-right: 25px;
        padding-left: 25px;
    }
}
@media (max-width: 479px) {
    .sidebar-col .sidebar-form-box {
        margin-right: -25px;
        margin-bottom: 0;
        margin-left: -25px;
        padding-right: 25px;
        padding-bottom: 50px;
        padding-left: 25px;
    }
}
.sidebar-col .form-title-wrap {
    margin-bottom: 1em;
}
@media (max-width: 991px) {
    .sidebar-col .form-title-wrap {
        text-align: center;
    }
}
.sidebar-col .form-title {
    font-size: 1.5em;
    text-transform: uppercase;
    margin-top: 0;
}
@media (max-width: 991px) {
    .sidebar-col .form-title {
        font-size: 2em;
    }
}
@media (max-width: 767px) {
    .sidebar-col .form-title {
        font-size: 1.5em;
    }
}
.sidebar-col .form-title span {
    color: #fff;
    font-size: 1.375em;
    font-weight: 300;
    text-transform: none;
    display: block;
}
.sidebar-col .section-title-divider-wrap {
    margin-top: -1rem;
    margin-bottom: -0.25rem;
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
}
@media (max-width: 767px) {
    .sidebar-col .section-title-divider-wrap {
        margin-top: -0.25rem;
    }
}
.sidebar-col .section-title-divider-wrap > div {
    opacity: 0.75;
}
.sidebar-col .form-text {
    line-height: 1.375em;
    margin-top: 0;
}
.sidebar-col .form-text p {
    font-size: 1.05em;
    font-weight: 600;
    line-height: inherit;
}
.sidebar-col .sidebar-form-wrap {
    width: 100%;
    margin-bottom: 0;
    overflow: visible;
}
.sidebar-col .sidebar-form-wrap .sidebar-form {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    max-width: 100%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
@media (max-width: 991px) {
    .sidebar-col .sidebar-form-wrap .sidebar-form {
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
}
.sidebar-col .sidebar-form-wrap .form-group {
    position: relative;
    width: 100%;
    max-width: 100%;
}
@media (max-width: 991px) {
    .sidebar-col .sidebar-form-wrap .form-group {
        width: 49%;
        max-width: 49%;
    }
}
@media (max-width: 479px) {
    .sidebar-col .sidebar-form-wrap .form-group {
        width: 100%;
        max-width: 100%;
    }
}
.sidebar-col .sidebar-form-wrap .form-group label {
    color: #fff;
    font-size: 0.8125rem;
    line-height: 1em;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    position: absolute;
    left: 50%;
    top: -0.5rem;
    display: inline-block;
    overflow: hidden;
    width: auto;
    max-width: 100%;
    margin-bottom: 0;
    padding: 0.125rem 0.5rem;
    background-color: #32c3f1;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.15)), to(rgba(255, 255, 255, 0.15)));
    background-image: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0.15));
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
}
@media (max-width: 767px) {
    .sidebar-col .sidebar-form-wrap .form-group label {
        max-width: none;
        line-height: 1.25em;
    }
}
.sidebar-col .sidebar-form-wrap .form-group input,
.sidebar-col .sidebar-form-wrap .form-group select {
    color: #2a5f96;
    font-size: 0.9rem;
    line-height: 1em;
    font-weight: 400;
    text-align: center;
    width: 100%;
    height: 2.75rem;
    max-width: 100%;
    min-height: 0;
    margin-top: 0;
    margin-bottom: 1rem;
    padding: 0.375rem 0.75em;
    border-color: rgba(255, 255, 255, 0.7);
    background-color: transparent;
}
@media (max-width: 991px) {
    .sidebar-col .sidebar-form-wrap .form-group input,
    .sidebar-col .sidebar-form-wrap .form-group select {
        height: 3rem;
    }
}
@media (max-width: 767px) {
    .sidebar-col .sidebar-form-wrap .form-group input,
    .sidebar-col .sidebar-form-wrap .form-group select {
        height: 2.75rem;
    }
}
.sidebar-col .sidebar-form-wrap .form-group input:focus,
.sidebar-col .sidebar-form-wrap .form-group select:focus {
    border-color: rgba(17, 65, 114, 0.55);
    background-color: transparent;
    -webkit-box-shadow: 0 0 0 1px rgba(17, 65, 114, 0.55);
    box-shadow: 0 0 0 1px rgba(17, 65, 114, 0.55);
}
.sidebar-col .sidebar-form-wrap .form-group input::-webkit-input-placeholder,
.sidebar-col .sidebar-form-wrap .form-group select::-webkit-input-placeholder {
    color: #2a5f96;
}
.sidebar-col .sidebar-form-wrap .form-group input::-moz-placeholder,
.sidebar-col .sidebar-form-wrap .form-group select::-moz-placeholder {
    color: #2a5f96;
}
.sidebar-col .sidebar-form-wrap .form-group input:-moz-placeholder,
.sidebar-col .sidebar-form-wrap .form-group select:-moz-placeholder {
    color: #2a5f96;
}
.sidebar-col .sidebar-form-wrap .form-group input:-ms-input-placeholder,
.sidebar-col .sidebar-form-wrap .form-group select:-ms-input-placeholder {
    color: #2a5f96;
}
.sidebar-col .sidebar-form-wrap .btn {
    font-size: 0.875em;
    overflow: hidden;
    background-color: rgba(13, 59, 107, 0.65);
}
@media (min-width: 992px) {
    .sidebar-col .sidebar-form-wrap .btn {
        padding: 1em 1.5em;
    }
}
@media (max-width: 991px) {
    .sidebar-col .sidebar-form-wrap .btn {
        min-width: 50%;
        margin-right: auto;
        margin-left: auto;
        margin-bottom: 0;
    }
}
@media (max-width: 767px) {
    .sidebar-col .sidebar-form-wrap .btn {
        min-width: 65%;
    }
}
@media (max-width: 479px) {
    .sidebar-col .sidebar-form-wrap .btn {
        min-width: 85%;
    }
}
.sidebar-col .sidebar-form-wrap .btn:hover {
    background-color: #234263;
}
.sidebar-col .sidebar-nav-list {
    position: relative;
    margin-top: 3em;
    margin-bottom: 1.5em;
    padding: 1em 2vw 1.5em;
    border-radius: 0;
    background-color: #eef4fa;
}
@media (max-width: 991px) {
    .sidebar-col .sidebar-nav-list {
        margin-top: 7vw;
        margin-right: -30px;
        margin-left: -30px;
        padding-right: 60px;
        padding-bottom: 1em;
        padding-left: 60px;
        -webkit-box-ordinal-group: 2;
        -webkit-order: 1;
        -ms-flex-order: 1;
        order: 1;
        border-bottom: 3px solid #fff;
        border-top-color: #32c3f1;
    }
}
@media (max-width: 767px) {
    .sidebar-col .sidebar-nav-list {
        margin-top: 9vw;
        margin-right: -25px;
        margin-left: -25px;
        padding-right: 50px;
        padding-left: 50px;
    }
}
@media (max-width: 479px) {
    .sidebar-col .sidebar-nav-list {
        margin-top: 0;
        margin-bottom: 8vw;
        padding-right: 35px;
        padding-left: 35px;
    }
}
.sidebar-col .sidebar-nav-list .list-title-wrap {
    margin-top: 2em;
    margin-bottom: 1.5em;
    padding-top: 0.75em;
    padding-bottom: 0.75em;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
}
@media (max-width: 991px) {
    .sidebar-col .sidebar-nav-list .list-title-wrap {
        margin-bottom: 1em;
        cursor: pointer;
    }
}
.sidebar-col .sidebar-nav-list .list-title-wrap.md-up {
    display: none;
}
@media (min-width: 992px) {
    .sidebar-col .sidebar-nav-list .list-title-wrap.md-up {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
    }
}
.sidebar-col .sidebar-nav-list .list-title-wrap.md-down {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}
@media (min-width: 992px) {
    .sidebar-col .sidebar-nav-list .list-title-wrap.md-down {
        display: none;
    }
}
.sidebar-col .sidebar-nav-list .list-title-wrap .list-title {
    color: #1db5e6;
    font-size: 1em;
    line-height: 1.3125em;
    font-weight: 700;
    text-align: left;
    text-transform: uppercase;
}
.sidebar-col .sidebar-nav-list .list-title-wrap img {
    display: none;
    width: 2rem;
    height: 2rem;
    padding: 8px;
    border-radius: 50%;
    background-color: #fff;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
@media (max-width: 991px) {
    .sidebar-col .sidebar-nav-list .list-title-wrap img {
        display: block;
    }
}
.sidebar-col .sidebar-nav-list .list-title-wrap.rotate img {
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
}
.sidebar-col .sidebar-list-collapse {
    overflow: hidden;
}
@media (max-width: 991px) {
    .sidebar-col .sidebar-list-collapse {
        display: none;
    }
}
@media (min-width: 992px) {
    .sidebar-col .sidebar-list-collapse {
        display: block !important;
    }
}
.sidebar-col .sidebar-list-collapse ul {
    padding: 0;
    margin: 0;
    list-style: none;
}
@media (max-width: 479px) {
    .sidebar-col .sidebar-list-collapse ul {
        font-size: 0.875rem;
    }
}
.sidebar-col .sidebar-list-collapse ul li {
    margin-bottom: 0;
    padding-left: 0.875rem;
    border-top: 1px solid #cddae9;
    background-image: none;
}
.sidebar-col .sidebar-list-collapse ul li a {
    color: #366ea7;
    font-size: 0.9375em;
    line-height: 1.25em;
    font-weight: 400;
    text-decoration: none;
    display: block;
    padding: 0.625em 1.25em 0.625em 0;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
@media (max-width: 479px) {
    .sidebar-col .sidebar-list-collapse ul li a {
        background-image: none;
    }
}
.sidebar-col .sidebar-list-collapse ul ul {
    margin-top: 0;
    margin-bottom: 0;
    margin-left: -0.875rem;
    padding-bottom: 1em;
    padding-left: 0;
    -webkit-box-shadow: inset 0 1px 0 0 #cddae9;
    box-shadow: inset 0 1px 0 0 #cddae9;
}
.sidebar-col .sidebar-list-collapse ul ul li.current_page_item > a,
.sidebar-col .sidebar-list-collapse ul ul li:hover > a {
    color: #1db5e6;
    padding-right: 0.5em;
    padding-left: 0.75em;
}
.sidebar-col .sidebar-list-collapse > ul > li > a {
    font-size: 1.125em;
    line-height: 1.25em;
    font-weight: 600;
    margin-left: -0.875rem;
    padding-right: 1.25em;
    padding-left: 0;
}
.sidebar-col .sidebar-list-collapse > ul > li > a:hover {
    color: #1db5e6;
    padding-right: 0.5em;
    padding-left: 0.75em;
}
.sidebar-col .sidebar-list-collapse > ul > li.current_page_item > a {
    color: #1db5e6;
}
.sidebar-col .sidebar-cta {
    color: #fff;
    text-align: center;
    text-decoration: none;
    max-width: 100%;
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    width: 100%;
    margin-top: 3em;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: #234263;
}
@media (max-width: 991px) {
    .sidebar-col .sidebar-cta {
        margin-top: 7.5vw;
    }
}
@media (max-width: 479px) {
    .sidebar-col .sidebar-cta {
        margin-top: 8vw;
        margin-bottom: 8vw;
    }
}
.sidebar-col .sidebar-cta .sidebar-cta-bg {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    -webkit-transition: all 0.65s ease-in-out;
    transition: all 0.65s ease-in-out;
}
.sidebar-col .sidebar-cta .sidebar-cta-text-wrap {
    position: relative;
    width: 100%;
    padding: 2rem 2rem 3rem;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.65);
}
@media (max-width: 991px) {
    .sidebar-col .sidebar-cta .sidebar-cta-text-wrap {
        padding-top: 4rem;
    }
}
@media (max-width: 767px) {
    .sidebar-col .sidebar-cta .sidebar-cta-text-wrap {
        padding-top: 2rem;
        padding-bottom: 2rem;
    }
}
.sidebar-col .sidebar-cta .sidebar-cta-title {
    font-size: 1.25em;
    line-height: 1.25em;
    font-weight: 600;
    text-transform: uppercase;
}
@media (max-width: 991px) {
    .sidebar-col .sidebar-cta .sidebar-cta-title {
        font-size: 1.5em;
        line-height: 1.625em;
    }
}
@media (max-width: 767px) {
    .sidebar-col .sidebar-cta .sidebar-cta-title {
        font-size: 1.25em;
    }
}
@media (max-width: 479px) {
    .sidebar-col .sidebar-cta .sidebar-cta-title {
        font-size: 1.125em;
    }
}
.sidebar-col .sidebar-cta .sidebar-cta-title span {
    color: #fff;
    font-size: 1.75em;
    line-height: 1.1875em;
    font-weight: 300;
    letter-spacing: -0.03em;
    text-transform: none;
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.65), 1px 1px 15px rgba(0, 0, 0, 0.15);
    display: block;
    margin-bottom: 0.125em;
}
.sidebar-col .sidebar-cta .btn {
    font-size: 0.875em;
    line-height: 1.25em;
    text-shadow: none;
    display: block;
    margin-top: 9rem;
    margin-bottom: 0;
    padding-right: 1em;
    padding-left: 1em;
    border: 2px none #1db5e6;
    background-color: rgba(29, 181, 230, 0.85);
}
.sidebar-col .sidebar-cta .btn:hover {
    border-color: transparent;
    background-color: rgba(13, 59, 107, 0.85);
    text-shadow: none;
}
@media (max-width: 991px) {
    .sidebar-col .sidebar-cta .btn {
        display: inline-block;
        padding-right: 2.5em;
        padding-left: 2.5em;
    }
}
@media (max-width: 479px) {
    .sidebar-col .sidebar-cta .btn {
        font-size: 0.8125em;
        margin-top: 6rem;
        padding-right: 1.5em;
        padding-left: 1.5em;
    }
}
.sidebar-col .sidebar-cta:hover .sidebar-cta-bg {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    opacity: 0.8;
}
.blog-content .flex-row.blog-list-row {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
}
.blog-content .flex-row.blog-list-row > .flex-col:last-child .divider {
    display: none;
}
.blog-content .blog-post-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    max-width: 100%;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}
@media (max-width: 991px) {
    .blog-content .blog-post-wrap {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}
.blog-content .blog-image-link {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 35%;
    margin-top: 1.5em;
    margin-right: 5%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-box-shadow: 0 0 0 6px #d8e2ee;
    box-shadow: 0 0 0 6px #d8e2ee;
}
@media (max-width: 991px) {
    .blog-content .blog-image-link {
        overflow: hidden;
        width: 100%;
        max-height: 45vw;
        margin-top: 0;
        margin-right: 0;
        margin-bottom: 0.75em;
    }
}
@media (max-width: 767px) {
    .blog-content .blog-image-link {
        max-height: 55vw;
    }
}
.blog-content .blog-image-link img {
    width: 100%;
    max-width: 100%;
    vertical-align: middle;
    display: inline-block;
}
.blog-content .blog-text-wrap {
    max-width: 100%;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}
@media (max-width: 991px) {
    .blog-content .blog-text-wrap {
        width: 100%;
    }
}
.blog-content .blog-text-wrap h2 {
    margin-top: 0.75em;
}
@media (max-width: 991px) {
    .blog-content .blog-text-wrap h2 {
        margin-top: 0.5em;
    }
}
.blog-content .blog-text-wrap h2 a {
    border-bottom: 1px solid transparent;
}
.blog-content .blog-text-wrap h2 a:hover {
    border-bottom-color: #1db5e6;
}
.blog-content .blog-text-wrap p {
    font-size: 1.125em;
    line-height: 1.75em;
}
@media (max-width: 767px) {
    .blog-content .blog-text-wrap p {
        font-size: 1em;
        line-height: 1.625em;
    }
}
.blog-content .blog-text-wrap .btn {
    font-size: 0.875rem;
    margin-bottom: 1em;
}
.pagination-wrap {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    padding-right: 20px;
    padding-left: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}
.pagination-wrap .pagination {
    display: block;
    position: relative;
    margin: 6em 20px 3em;
}
.pagination-wrap .pagination ul {
    padding: 0;
    margin: 0;
    list-style: none;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}
@media (max-width: 767px) {
    .pagination-wrap .pagination ul {
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
}
.pagination-wrap .pagination li {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: 5px;
    margin-left: 5px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 2em;
    background-color: #fff;
    border: 1px solid #d8e2ee;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.pagination-wrap .pagination li .page-numbers {
    color: #2a5f96;
    font-size: 0.875em;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
    display: block;
    padding: 0 0.75em;
    min-height: 3.5em;
    min-width: 3.5em;
    line-height: 3.5em;
}
.pagination-wrap .pagination li .page-numbers.next,
.pagination-wrap .pagination li .page-numbers.previous {
    padding: 0 2em;
}
.pagination-wrap .pagination li:hover {
    background-color: #234263;
}
.pagination-wrap .pagination li:hover .page-numbers {
    color: #fff;
}
.contact-content form {
    width: 100%;
}
.contact-content form label {
    color: #2a5f96;
}
.contact-content form .form-group {
    width: 100%;
    max-width: 100%;
}
@media (max-width: 991px) {
    .contact-content form .form-group {
        margin-right: 0;
        margin-bottom: 1em;
    }
}
@media (min-width: 992px) {
    .contact-content form .form-group {
        -webkit-box-flex: 1;
        -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
    }
}
.contact-content form .form-group .form-control {
    font-size: 0.9125rem;
    height: 3rem;
    min-height: 3em;
    border-color: #b5c6d8;
}
@media (max-width: 767px) {
    .contact-content form .form-group .form-control {
        font-size: 0.8125rem;
        height: 2.75rem;
        min-height: 2.75em;
        margin-bottom: 0.75em;
    }
}
.contact-content form .form-group .form-control.textarea {
    height: 5rem;
    min-height: 5em;
}
@media (max-width: 767px) {
    .contact-content form .form-group .form-control.textarea {
        height: 4.75rem;
        min-height: 4.75em;
    }
}
.contact-content form .btn {
    height: 3rem;
    margin-top: 0;
    margin-bottom: 1em;
    padding: 0.75em 2em;
    font-size: 0.9375em;
}
.contact-content form input::-webkit-input-placeholder {
    color: rgba(51, 51, 51, 0.7);
}
.contact-content form input::-moz-placeholder {
    color: rgba(51, 51, 51, 0.7);
}
.contact-content form input:-moz-placeholder {
    color: rgba(51, 51, 51, 0.7);
}
.contact-content form input:-ms-input-placeholder {
    color: rgba(51, 51, 51, 0.7);
}
.section.inner-hero.solutions-hero .hero-container {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.section.inner-hero.solutions-hero .hero-title {
    color: #fff;
    font-size: 2em;
    font-weight: 400;
    letter-spacing: 0.05em;
    text-align: center;
    text-transform: uppercase;
    position: relative;
    z-index: 3;
    overflow: hidden;
    max-width: 100%;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 1em;
    padding-bottom: 0.5em;
    line-height: 1.125em;
    text-shadow: 1px 1px 6px rgba(13, 47, 82, 0.65), 0 0 10px rgba(13, 47, 82, 0.65);
}
@media (max-width: 991px) {
    .section.inner-hero.solutions-hero .hero-title {
        font-size: 1.75em;
        margin-top: 0.5em;
        margin-bottom: 0.5em;
    }
}
@media (max-width: 767px) {
    .section.inner-hero.solutions-hero .hero-title {
        font-size: 1.25em;
        margin-top: 1.75em;
        margin-bottom: 1.5em;
    }
}
.section.inner-hero.solutions-hero .hero-title span {
    color: #fff;
    font-size: 2em;
    line-height: 1.125em;
    font-weight: 300;
    letter-spacing: 0.01em;
    display: block;
    margin-top: 0.0625em;
    margin-right: -3px;
    margin-left: -3px;
    text-transform: none;
}
@media (max-width: 991px) {
    .section.inner-hero.solutions-hero .hero-title span {
        font-size: 1.75em;
    }
}
@media (max-width: 767px) {
    .section.inner-hero.solutions-hero .hero-title span {
        margin-right: -2px;
        margin-left: -2px;
    }
}
@media (max-width: 479px) {
    .section.inner-hero.solutions-hero .hero-title span {
        font-size: 1.625em;
        margin-right: -1px;
        margin-left: -1px;
    }
}
.solution-content .section-solution-steps .solutions-divider {
    display: none;
}
.solution-content .section-solution-steps .section-title-wrap {
    display: none;
}
.solution-content .section-solution-steps .solutions-form-wrap {
    border-top: none;
}
.timeline-slider {
    margin-bottom: 0 !important;
}
.timeline-slider .timeline-event {
    padding: 10px;
}
@media (min-width: 768px) {
    .timeline-slider .timeline-event {
        padding: 10px 30px;
    }
}
.timeline-slider .timeline-event .timeline-row.flex-row {
    margin: 0;
}
@media (min-width: 768px) {
    .timeline-slider .timeline-event .timeline-row.flex-row {
        margin-right: -20px;
        margin-left: -20px;
    }
}
.timeline-slider .timeline-event .image-wrap {
    text-align: center;
}
.timeline-slider .timeline-event .image-wrap img {
    max-height: 300px;
    margin: 0 auto;
}
.timeline-slider .timeline-event .text-wrap {
    text-align: center;
}
@media (min-width: 768px) {
    .timeline-slider .timeline-event .text-wrap {
        text-align: inherit;
    }
}
.timeline-slider .timeline-event .text-wrap h3 span {
    color: #1db5e6;
    font-weight: 900;
    width: 100%;
    display: block;
}
.timeline-slider .slick-dots {
    position: relative;
    bottom: initial;
    border: 1px solid #47719e;
}
.timeline-slider .slick-dots li {
    font-weight: 600;
    width: auto;
    height: auto;
    padding: 0 5px;
    margin: 0;
}
.timeline-slider .slick-dots li.slick-active {
    color: #fff;
    background-color: #47719e;
}
.timeline-slider .slick-dots li:hover {
    color: #fff;
    background-color: #2a5f96;
}
.timeline-slider .timeline-arrow {
    color: #1db5e6;
    position: absolute;
    top: 25%;
    font-size: 36px;
    cursor: pointer;
}
.timeline-slider .timeline-arrow.arrow-left {
    left: 0;
}
.timeline-slider .timeline-arrow.arrow-right {
    right: 0;
}
@media (max-width: 991px) {
    .locate-dealer-content .flex-row {
        -webkit-flex-wrap: wrap-reverse;
        -ms-flex-wrap: wrap-reverse;
        flex-wrap: wrap-reverse;
    }
}
@media (max-width: 991px) {
    .locate-dealer-content .flex-col.find-a-dealer-form-col {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-align: stretch;
        -webkit-align-items: stretch;
        -ms-flex-align: stretch;
        align-items: stretch;
    }
}
@media (max-width: 767px) {
    .locate-dealer-content .flex-col.find-a-dealer-form-col {
        margin-bottom: 0;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}
.locate-dealer-content .flex-col.find-a-dealer-form-col form {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    width: 100%;
}
@media (max-width: 991px) {
    .locate-dealer-content .flex-col.find-a-dealer-form-col form {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start;
    }
}
.locate-dealer-content .flex-col.find-a-dealer-form-col form label {
    color: #2a5f96;
}
.locate-dealer-content .flex-col.find-a-dealer-form-col form .form-group {
    margin-right: 1em;
    margin-bottom: 0;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}
@media (max-width: 991px) {
    .locate-dealer-content .flex-col.find-a-dealer-form-col form .form-group {
        width: 100%;
        margin-right: 0;
        max-width: 100%;
    }
}
.locate-dealer-content .flex-col.find-a-dealer-form-col form .form-group .form-control {
    height: 3rem;
    min-height: 3em;
    border-color: #b5c6d8;
}
@media (max-width: 767px) {
    .locate-dealer-content .flex-col.find-a-dealer-form-col form .form-group .form-control {
        font-size: 0.8125rem;
        height: 2.75rem;
        min-height: 2.75em;
        margin-bottom: 0.75em;
    }
}
.locate-dealer-content .flex-col.find-a-dealer-form-col form .btn {
    height: 3rem;
    margin-top: 0;
    margin-bottom: 1em;
    margin-left: 0;
    padding: 0.75em 2em;
    font-size: 0.9375em;
}
@media (max-width: 767px) {
    .locate-dealer-content .flex-col.find-a-dealer-form-col form .btn {
        height: auto;
        margin-bottom: 0.5em;
        padding-top: 1em;
        padding-bottom: 1em;
        font-size: 0.875em;
        line-height: 1.25em;
    }
}
.locate-dealer-content .flex-col.find-a-dealer-form-col form input::-webkit-input-placeholder {
    color: rgba(51, 51, 51, 0.7);
}
.locate-dealer-content .flex-col.find-a-dealer-form-col form input::-moz-placeholder {
    color: rgba(51, 51, 51, 0.7);
}
.locate-dealer-content .flex-col.find-a-dealer-form-col form input:-moz-placeholder {
    color: rgba(51, 51, 51, 0.7);
}
.locate-dealer-content .flex-col.find-a-dealer-form-col form input:-ms-input-placeholder {
    color: rgba(51, 51, 51, 0.7);
}
.locate-dealer-content .flex-col.find-a-dealer-form-col .dealer-list {
    margin-top: 3rem;
    width: 100%;
}
@media (max-width: 991px) {
    .locate-dealer-content .flex-col.find-a-dealer-form-col .dealer-list {
        margin-top: 1.5rem;
    }
}
.locate-dealer-content .flex-col.find-a-dealer-form-col .dealer-icon-section {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.locate-dealer-content .flex-col.find-a-dealer-form-col .dealer-icon-section .icon-wrap {
    color: rgba(0, 0, 0, 0.65);
    font-size: 0.875rem;
    line-height: 1.125em;
    font-weight: 700;
    letter-spacing: -0.02em;
    text-transform: uppercase;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: 10px;
    margin-bottom: 10px;
    margin-left: 10px;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
@media (max-width: 767px) {
    .locate-dealer-content .flex-col.find-a-dealer-form-col .dealer-icon-section .icon-wrap {
        font-size: 0.75rem;
    }
}
@media (max-width: 479px) {
    .locate-dealer-content .flex-col.find-a-dealer-form-col .dealer-icon-section .icon-wrap {
        margin-right: 5px;
        margin-left: 5px;
    }
}
.locate-dealer-content .flex-col.find-a-dealer-form-col .dealer-icon-section .icon-wrap .dealer-list-icon {
    width: 32px;
    height: 32px;
    margin-left: 10px;
    display: inline-block;
    max-width: 100%;
    vertical-align: middle;
}
@media (max-width: 767px) {
    .locate-dealer-content .flex-col.find-a-dealer-form-col .dealer-icon-section .icon-wrap .dealer-list-icon {
        width: 24px;
        height: 24px;
        margin-left: 5px;
    }
}
.locate-dealer-content .flex-col.find-a-dealer-form-col .dealer-iframe {
    display: block;
    width: 100%;
    margin-right: auto;
    margin-bottom: -10px;
    margin-left: auto;
}
.locate-dealer-content .flex-col.find-a-dealer-form-col .skinny-pattern-divider.dealer-divider {
    position: relative;
    height: 22px;
    margin-top: 5px;
}
.locate-dealer-content .flex-col.find-a-dealer-form-col.international-dealer-col {
    min-width: 660px;
}
.locate-dealer-content iframe.dealer {
    height: auto;
    min-height: 200px;
    border: 0;
}
.locate-dealer-content iframe.dealer input {
    height: 3rem;
    min-height: 3em;
    border-color: #b5c6d8;
}
@media (max-width: 767px) {
    .locate-dealer-content iframe.dealer input {
        font-size: 0.8125rem;
        height: 2.75rem;
        min-height: 2.75em;
        margin-bottom: 0.75em;
    }
}
.locate-dealer-content iframe.dealer.international {
    width: 100%;
    max-width: 100%;
    min-height: 480px;
}
.flex-row.categories-row {
    margin-top: 0.25rem;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
@media (max-width: 479px) {
    .flex-row.categories-row {
        margin-top: 0;
    }
}
.flex-row.categories-flex-row {
    margin-top: 1.5em;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
}
@media (max-width: 991px) {
    .flex-row.categories-flex-row {
        margin-top: 1.5em;
    }
}
.flex-col.category-col {
    width: 50%;
    max-width: 50%;
}
@media (max-width: 991px) {
    .flex-col.category-col {
        width: 100%;
        max-width: 100%;
    }
}
.flex-col.flex-col-33.categories-col {
    min-width: 350px;
}
@media (max-width: 991px) {
    .flex-col.flex-col-33.categories-col {
        min-width: 0;
    }
}
.flex-col.flex-col-33.categories-col p {
    color: #1db5e6;
    font-size: 1.3125em;
    line-height: 1.75em;
}
@media (max-width: 991px) {
    .flex-col.flex-col-33.categories-col p {
        margin-bottom: 0;
    }
}
@media (max-width: 767px) {
    .flex-col.flex-col-33.categories-col p {
        font-size: 1.1875em;
        line-height: 1.625em;
    }
}
@media (max-width: 479px) {
    .flex-col.flex-col-33.categories-col p {
        font-size: 1.125em;
        line-height: 1.5em;
    }
}
.card-item-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    max-width: 100%;
    margin-bottom: 3em;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: -webkit-box-shadow 0.6s ease;
    transition: -webkit-box-shadow 0.6s ease;
    transition: box-shadow 0.6s ease;
    transition: box-shadow 0.6s ease, -webkit-box-shadow 0.6s ease;
    text-align: left;
}
@media (max-width: 991px) {
    .card-item-wrap {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-box-align: stretch;
        -webkit-align-items: stretch;
        -ms-flex-align: stretch;
        align-items: stretch;
        text-align: left;
    }
}
@media (max-width: 767px) {
    .card-item-wrap {
        margin-bottom: 1.5em;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}
@media (max-width: 479px) {
    .card-item-wrap {
        margin-bottom: 1em;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}
.card-item-wrap .card-link {
    color: #fff;
    text-shadow: 0 1px 5px #0d3b6b, 0 1px 2px #0d3b6b;
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: visible;
    width: 100%;
    height: 20vw;
    max-height: 300px;
    min-height: 230px;
    max-width: 100%;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
@media (max-width: 991px) {
    .card-item-wrap .card-link {
        width: 40%;
        height: 30vw;
        max-height: none;
        min-height: 200px;
        margin-top: 14px;
        margin-right: 0;
        -webkit-align-self: flex-start;
        -ms-flex-item-align: start;
        align-self: flex-start;
    }
}
@media (max-width: 767px) {
    .card-item-wrap .card-link {
        width: 100%;
        height: 50vw;
        min-height: 200px;
        margin-top: 0;
        margin-right: 0;
    }
}
@media (max-width: 479px) {
    .card-item-wrap .card-link {
        min-height: 150px;
    }
}
@media (max-width: 991px) {
    .card-item-wrap .card-link.category-card-link {
        width: 100%;
    }
}
@media (max-width: 767px) {
    .card-item-wrap .card-link.category-card-link {
        height: 55vw;
    }
}
@media (max-width: 479px) {
    .card-item-wrap .card-link.category-card-link {
        height: 65vw;
    }
}
.card-item-wrap .card-link:hover .card-text-wrap {
    padding-bottom: 3rem;
}
@media (max-width: 991px) {
    .card-item-wrap .card-link:hover .card-text-wrap {
        padding-top: 1rem;
        padding-bottom: 2.5rem;
    }
}
.card-item-wrap .card-link:hover .col-img-overlay.card-overlay {
    opacity: 0.25;
}
.card-item-wrap .card-text-wrap {
    position: relative;
    left: 0;
    right: 0;
    bottom: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 100%;
    padding: 2rem 2rem 2rem 1.5rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    background-image: linear-gradient(10deg, rgba(13, 59, 107, 0.65), rgba(35, 66, 99, 0) 39%);
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
@media (max-width: 991px) {
    .card-item-wrap .card-text-wrap {
        padding-right: 2rem;
        padding-bottom: 1.5rem;
        padding-left: 1.25rem;
    }
}
@media (max-width: 767px) {
    .card-item-wrap .card-text-wrap {
        padding-bottom: 1.25rem;
    }
}
.card-item-wrap .card-text-wrap .card-title {
    font-size: 1.5rem;
    line-height: 1.25em;
    font-weight: 600;
    letter-spacing: -0.01em;
}
@media (max-width: 991px) {
    .card-item-wrap .card-text-wrap .card-title {
        font-size: 1.375rem;
    }
}
@media (max-width: 767px) {
    .card-item-wrap .card-text-wrap .card-title {
        font-size: 1.625rem;
    }
}
@media (max-width: 479px) {
    .card-item-wrap .card-text-wrap .card-title {
        font-size: 1.25rem;
    }
}
.col-img-overlay.card-overlay {
    width: 100%;
    height: 100%;
    background-image: linear-gradient(135deg, #1db5e6, #0d3b6b 99%, #fff);
    opacity: 0.07;
    -webkit-transition: opacity 0.5s ease;
    transition: opacity 0.5s ease;
}
.skinny-pattern-divider.category-divider {
    top: auto;
    bottom: -15px;
    width: auto;
    height: 22px;
    margin-top: -10px;
    margin-left: 0;
}
.details-top img.details-title-logo {
    display: inline-block;
    max-height: 50px;
    max-width: 300px;
    margin: 1em 2em 1em 0;
    opacity: 0.75;
}
@media (max-width: 767px) {
    .details-top img.details-title-logo {
        max-height: 40px;
        max-width: 200px;
        margin-top: 0.5em;
    }
}
@media (max-width: 479px) {
    .details-top img.details-title-logo {
        max-height: 35px;
    }
}
.details-intro-text {
    color: #1db5e6;
    font-size: 1.3125em;
    line-height: 1.75em;
    max-width: 100%;
}
@media (max-width: 991px) {
    .details-intro-text {
        margin-bottom: 0;
    }
}
@media (max-width: 767px) {
    .details-intro-text {
        font-size: 1.1875em;
        line-height: 1.625em;
    }
}
@media (max-width: 479px) {
    .details-intro-text {
        font-size: 1.125em;
        line-height: 1.5em;
    }
}
.lightbox-link {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    width: 100%;
    max-height: 500px;
    margin-top: 0.5em;
    margin-bottom: 0;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
@media (max-width: 991px) {
    .lightbox-link {
        width: auto;
        max-height: 45vw;
        max-width: none;
        margin: -2em -30px 0 -30px;
    }
}
@media (max-width: 767px) {
    .lightbox-link {
        width: auto;
        max-height: 60vw;
        max-width: none;
        margin: -1.5em -25px 0 -25px;
    }
}
.lightbox-link.no-link {
    cursor: default;
}
.lightbox-link.no-link .flex-col-image-overlay {
    display: none;
}
.lightbox-thumb {
    display: inline-block;
    max-width: 100%;
    width: 100%;
}
.lightbox-link-text-wrap {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.lightbox-link-text-wrap .lightbox-link-icon {
    width: 3.5rem;
    height: 3.5rem;
    margin-top: 10px;
    margin-bottom: 10px;
    vertical-align: middle;
}
@media (max-width: 767px) {
    .lightbox-link-text-wrap .lightbox-link-icon {
        width: 3rem;
        height: 3rem;
    }
}
.lightbox-link-text-wrap .lightbox-link-text {
    color: #fff;
    font-size: 0.875rem;
    line-height: 1em;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
    margin-top: 0;
    padding: 6px 12px;
    border-radius: 5em;
    background-color: rgba(29, 181, 230, 0.8);
}
@media (max-width: 767px) {
    .lightbox-link-text-wrap .lightbox-link-text {
        font-size: 0.6875rem;
    }
}
.details-cert-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 1.5em;
    padding-top: 1em;
    padding-bottom: 1em;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    position: relative;
}
@media (max-width: 991px) {
    .details-cert-wrap {
        margin-right: -30px;
        margin-left: -30px;
        padding-top: 1.5em;
        padding-bottom: 0.75em;
        border-bottom: 1px solid #d8e2ee;
        background-color: #d8e2ee;
        background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.85)), to(rgba(255, 255, 255, 0.85)));
        background-image: linear-gradient(180deg, rgba(255, 255, 255, 0.85), rgba(255, 255, 255, 0.85));
    }
}
@media (max-width: 767px) {
    .details-cert-wrap {
        margin-right: -25px;
        margin-left: -25px;
    }
}
.details-cert-wrap .cert-logos-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    min-width: 60%;
    margin-top: 1em;
    margin-bottom: 1em;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}
@media (max-width: 991px) {
    .details-cert-wrap .cert-logos-wrap {
        -webkit-justify-content: space-around;
        -ms-flex-pack: distribute;
        justify-content: space-around;
    }
}
@media (max-width: 767px) {
    .details-cert-wrap .cert-logos-wrap {
        margin-top: 0.5em;
        margin-bottom: 0.5em;
    }
}
.details-cert-wrap .cert-logo {
    width: 3rem;
    height: 3rem;
    max-width: 20%;
    min-height: 3rem;
    min-width: 3rem;
    margin: 0.5em 1rem;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-filter: none;
    filter: none;
    display: inline-block;
    vertical-align: middle;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.details-cert-wrap .cert-logo.usa-logo {
    width: 3rem;
    margin-right: 10px;
    margin-left: 10px;
    max-width: 100%;
}
.details-cert-wrap .detail-usa-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0.5em 1rem;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}
.details-cert-wrap .cert-logo-text {
    font-size: 0.875rem;
    line-height: 1em;
    font-weight: 600;
    text-transform: uppercase;
}
@media (max-width: 767px) {
    .details-cert-wrap .cert-logo-text {
        font-size: 0.8125rem;
    }
}
.details-cert-wrap .cert-logo-text span {
    color: #1db5e6;
    font-size: 1.5em;
    line-height: 1em;
    font-weight: 700;
    letter-spacing: -0.05em;
    display: block;
    background-color: transparent;
    text-align-last: center;
}
.flex-col-text-wrap {
    width: 100%;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
}
@media (max-width: 991px) {
    .flex-col-text-wrap {
        -webkit-box-flex: 0;
        -webkit-flex-grow: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
    }
}
.flex-col-text-wrap .h2,
.flex-col-text-wrap h2 {
    color: #1db5e6;
}
.flex-col-text-wrap .h3,
.flex-col-text-wrap h3 {
    font-size: 1.5em;
    line-height: 1.4125em;
}
@media (max-width: 991px) {
    .flex-col-text-wrap .h3,
    .flex-col-text-wrap h3 {
        font-size: 1.375em;
        line-height: 1.4125em;
    }
}
@media (max-width: 767px) {
    .flex-col-text-wrap .h3,
    .flex-col-text-wrap h3 {
        font-size: 1.3125em;
    }
}
@media (max-width: 479px) {
    .flex-col-text-wrap .h3,
    .flex-col-text-wrap h3 {
        font-size: 1.25em;
    }
}
.flex-col.details-content-col {
    min-width: 550px;
}
@media (max-width: 991px) {
    .flex-col.details-content-col {
        min-width: 0;
        text-align: center;
    }
}
.flex-col.details-content-col .flex-col-text-wrap p {
    font-size: 1.125em;
    line-height: 1.75em;
}
@media (max-width: 767px) {
    .flex-col.details-content-col .flex-col-text-wrap p {
        font-size: 1em;
        line-height: 1.625em;
    }
}
@media (min-width: 992px) {
    .flex-col.details-content-col .btn {
        margin-left: 0;
    }
}
@media (max-width: 991px) {
    .card-alt-item-wrap {
        margin-bottom: 0.75em;
    }
}
.card-item-wrap .card-alt-text-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    max-width: 100%;
    padding-top: 1em;
    padding-bottom: 1.5em;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    background-color: rgba(255, 255, 255, 0.9);
}
@media (max-width: 991px) {
    .card-item-wrap .card-alt-text-wrap {
        width: 60%;
        max-width: 100%;
        padding-bottom: 1em;
        padding-left: 1.5em;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start;
        -webkit-box-flex: 1;
        -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
    }
}
@media (max-width: 767px) {
    .card-item-wrap .card-alt-text-wrap {
        width: 100%;
        padding-left: 0;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        text-align: center;
    }
}
.card-item-wrap .card-alt-title {
    font-size: 1.5em;
    margin-top: 0.5em;
}
@media (max-width: 991px) {
    .card-item-wrap .card-alt-title {
        font-size: 1.75em;
        margin-top: 0.5em;
    }
}
@media (max-width: 767px) {
    .card-item-wrap .card-alt-title {
        font-size: 1.375em;
    }
}
@media (max-width: 479px) {
    .card-item-wrap .card-alt-title {
        font-size: 1.25em;
    }
}
.card-item-wrap .card-alt-title .card-title-link {
    text-decoration: none;
    border-bottom: 1px solid transparent;
}
.card-item-wrap .card-alt-title .card-title-link:active,
.card-item-wrap .card-alt-title .card-title-link:hover {
    outline: 0;
    border-bottom-color: #1db5e6;
}
.card-item-wrap .card-alt-text {
    width: 100%;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
}
@media (max-width: 991px) {
    .card-item-wrap .card-alt-text {
        -webkit-box-flex: 0;
        -webkit-flex-grow: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
    }
}
.card-item-wrap .card-alt-text p {
    font-size: 1.125em;
    line-height: 1.75em;
}
@media (max-width: 767px) {
    .card-item-wrap .card-alt-text p {
        font-size: 1em;
        line-height: 1.625em;
    }
}
.card-item-wrap .btn {
    margin-right: auto;
}
@media (min-width: 768px) {
    .card-item-wrap .btn {
        margin-left: 0;
    }
}
@media (max-width: 991px) {
    .card-alt-item-wrap {
        margin-bottom: 0.75em;
    }
}
.card-item-wrap .card-alt-text-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    max-width: 100%;
    padding-top: 1em;
    padding-bottom: 1.5em;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    background-color: rgba(255, 255, 255, 0.9);
}
@media (max-width: 991px) {
    .card-item-wrap .card-alt-text-wrap {
        width: 60%;
        max-width: 100%;
        padding-bottom: 1em;
        padding-left: 1.5em;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start;
        -webkit-box-flex: 1;
        -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
    }
}
@media (max-width: 767px) {
    .card-item-wrap .card-alt-text-wrap {
        width: 100%;
        padding-left: 0;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        text-align: center;
    }
}
.card-item-wrap .card-alt-title {
    font-size: 1.5em;
    margin-top: 0.5em;
}
@media (max-width: 991px) {
    .card-item-wrap .card-alt-title {
        font-size: 1.75em;
        margin-top: 0.5em;
    }
}
@media (max-width: 767px) {
    .card-item-wrap .card-alt-title {
        font-size: 1.375em;
    }
}
@media (max-width: 479px) {
    .card-item-wrap .card-alt-title {
        font-size: 1.25em;
    }
}
.card-item-wrap .card-alt-title .card-title-link {
    text-decoration: none;
    border-bottom: 1px solid transparent;
}
.card-item-wrap .card-alt-title .card-title-link:active,
.card-item-wrap .card-alt-title .card-title-link:hover {
    outline: 0;
    border-bottom-color: #1db5e6;
}
.card-item-wrap .card-alt-text {
    width: 100%;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
}
@media (max-width: 991px) {
    .card-item-wrap .card-alt-text {
        -webkit-box-flex: 0;
        -webkit-flex-grow: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
    }
}
.card-item-wrap .card-alt-text p {
    font-size: 1.125em;
    line-height: 1.75em;
}
@media (max-width: 767px) {
    .card-item-wrap .card-alt-text p {
        font-size: 1em;
        line-height: 1.625em;
    }
}
.card-item-wrap .btn {
    margin-right: auto;
}
@media (min-width: 768px) {
    .card-item-wrap .btn {
        margin-left: 0;
    }
}
.header-translate-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    max-height: 36px;
    max-width: 171px;
    margin-left: 2rem;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
@media (max-width: 991px) {
    .header-translate-wrap {
        -webkit-align-self: center;
        -ms-flex-item-align: center;
        align-self: center;
        margin-right: 0;
        margin-left: 0;
    }
}
@media (max-width: 767px) {
    .header-translate-wrap {
        margin-right: 0;
    }
}
@media (max-width: 479px) {
    .header-translate-wrap {
        position: absolute;
        left: 0;
        top: 0;
        right: 0;
        height: 36px;
        max-width: 100%;
        padding-left: 10%;
        -webkit-box-shadow: 0 1px 0 0 #e4ecf5;
        box-shadow: 0 1px 0 0 #e4ecf5;
    }
}
.header-translate-wrap .translate-link {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 20px;
    height: 20px;
    margin-right: 0;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
}
.header-translate-wrap img {
    width: 100%;
    height: 100%;
    display: inline-block;
}
.header-translate-wrap .translate-embed {
    overflow: hidden;
    max-height: 36px;
    max-width: 100%;
    padding: 0;
    border-radius: 5em;
    font-size: 0.5rem;
    line-height: 1.5em;
    cursor: pointer;
}
.header-translate-wrap .translate-embed span {
    display: none;
}
.header-translate-wrap .goog-te-gadget {
    color: transparent !important;
}
.header-translate-wrap #google_language_translator .goog-te-combo {
    color: #47719e;
    font-size: 13px !important;
    font-weight: 600 !important;
    line-height: 18px !important;
    margin: 0 0 !important;
    border-color: transparent !important;
    background-color: transparent !important;
    padding: 10px 8px !important;
    border-radius: 5em !important;
    float: right !important;
    outline: 0 !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}
.header-translate-wrap #google_language_translator .goog-te-combo:first-child {
    display: inline-block;
    border: none !important;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
.mobile-app-section {
    position: fixed;
    left: 0;
    top: auto;
    right: 0;
    bottom: 0;
    z-index: 9000;
    max-width: 100%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}
@media (min-width: 992px) {
    .mobile-app-section {
        display: none;
    }
}
.mobile-app-section .mobile-app-tab {
    position: relative;
    z-index: 9001;
    border-top: 1px solid #eef4fa;
    width: 33.33%;
    max-width: 100%;
}
.mobile-app-section .mobile-app-tab .mobile-app-btn {
    position: relative;
    height: 60px;
    background-color: rgba(228, 236, 245, 0.9);
    cursor: pointer;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    max-width: 100%;
    padding-top: 1.25rem;
    padding-bottom: 1rem;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    line-height: 1em;
}
@media (max-width: 767px) {
    .mobile-app-section .mobile-app-tab .mobile-app-btn {
        font-size: 0.875rem;
        font-weight: 600;
        height: 56px;
        padding-top: 4px;
        padding-bottom: 0;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    }
}
@media (max-width: 479px) {
    .mobile-app-section .mobile-app-tab .mobile-app-btn {
        font-size: 0.75rem;
    }
}
.mobile-app-section .mobile-app-tab .mobile-app-btn .btn-img {
    width: 1.5rem;
    height: 1.5rem;
    margin: 0.25rem;
}
@media (max-width: 767px) {
    .mobile-app-section .mobile-app-tab .mobile-app-btn .btn-img {
        width: 1.25rem;
        height: 1.25rem;
        margin-bottom: 0.125rem;
    }
}
.mobile-app-section .mobile-app-tab .mobile-app-btn .btn-text {
    max-width: 100%;
    margin: 0.25rem;
}
.mobile-app-section .mobile-app-tab .mobile-close-btn {
    color: #fff;
    font-size: 0.75rem;
    line-height: 1.125em;
    text-transform: uppercase;
    cursor: pointer;
    position: fixed;
    top: 0;
    right: 0;
    display: none;
    height: 3.5rem;
    margin-top: 1rem;
    margin-right: 1rem;
    padding-right: 1.5rem;
    padding-left: 1.5rem;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 5em;
    background-color: rgba(130, 130, 130, 0.5);
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    z-index: 9050;
}
@media (max-width: 767px) {
    .mobile-app-section .mobile-app-tab .mobile-close-btn {
        height: 3rem;
    }
}
@media (max-width: 479px) {
    .mobile-app-section .mobile-app-tab .mobile-close-btn {
        font-size: 0.6875rem;
        height: 2.5rem;
        padding-right: 1rem;
        padding-left: 1rem;
    }
}
.mobile-app-section .mobile-app-tab .mobile-close-btn img {
    width: 1rem;
    height: 1rem;
    margin-left: 0.5rem;
    padding: 2px;
    display: inline-block;
    vertical-align: middle;
    max-width: 100%;
}
@media (max-width: 479px) {
    .mobile-app-section .mobile-app-tab .mobile-close-btn img {
        margin-left: 0.25rem;
    }
}
.mobile-app-section .mobile-app-tab .content-area-wrap {
    font-size: 1rem;
    line-height: 1.5em;
    font-weight: 400;
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 80px;
    z-index: 6000;
    height: 0;
    margin-top: -100px;
    overflow-y: hidden;
    width: 100%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    background-color: #eef4fa;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
@media (max-width: 991px) {
    .mobile-app-section .mobile-app-tab .content-area-wrap {
        bottom: 60px;
    }
}
@media (max-width: 767px) {
    .mobile-app-section .mobile-app-tab .content-area-wrap {
        bottom: 56px;
    }
}
@media (max-width: 479px) {
    .mobile-app-section .mobile-app-tab .content-area-wrap {
        font-size: 0.9375rem;
    }
}
.mobile-app-section .mobile-app-tab .content-area-wrap .app-slider {
    position: relative;
    text-align: center;
    background: #fff;
    clear: both;
    width: 100%;
    height: 100%;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}
@media (max-width: 991px) {
    .mobile-app-section .mobile-app-tab .content-area-wrap .app-slider {
        position: absolute;
        left: 0;
        top: 0;
        right: 0;
        bottom: 60px;
    }
}
.mobile-app-section .mobile-app-tab .content-area-wrap .slider-mask {
    position: relative;
    display: block;
    overflow: hidden;
    z-index: 1;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    white-space: nowrap;
}
.mobile-app-section .mobile-app-tab .content-area-wrap .app-slide {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 100%;
    height: 100%;
    white-space: normal;
    text-align: left;
}
.mobile-app-section .mobile-app-tab .content-area-wrap .app-slide .app-slider-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: auto;
    width: 100%;
    height: 100%;
    max-width: 100%;
    margin-right: 0;
    margin-left: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    text-align: center;
}
.mobile-app-section .mobile-app-tab .content-area-wrap .app-slide .app-slider-img {
    position: relative;
    width: 100%;
    height: 300px;
    margin-top: 0;
    margin-bottom: 0;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
@media (max-width: 767px) {
    .mobile-app-section .mobile-app-tab .content-area-wrap .app-slide .app-slider-img {
        height: 50vw;
    }
}
@media (max-width: 479px) {
    .mobile-app-section .mobile-app-tab .content-area-wrap .app-slide .app-slider-img {
        height: 32vw;
    }
}
.mobile-app-section .mobile-app-tab .content-area-wrap .app-slide .skinny-pattern-divider {
    position: absolute;
    left: 0;
    top: auto;
    right: 0;
    bottom: 0;
    z-index: 50;
    width: 100%;
    height: 33px;
    margin: 0 auto -9px;
    background-position: 50% -3px;
    background-size: 250px;
    background-repeat: repeat-x;
    opacity: 0.25;
}
.mobile-app-section .mobile-app-tab .content-area-wrap .app-slide .app-slider-text {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    padding: 3rem 6rem 2rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}
@media (max-width: 991px) {
    .mobile-app-section .mobile-app-tab .content-area-wrap .app-slide .app-slider-text {
        position: relative;
    }
}
@media (max-width: 767px) {
    .mobile-app-section .mobile-app-tab .content-area-wrap .app-slide .app-slider-text {
        padding-top: 2.5rem;
        padding-right: 4rem;
        padding-left: 4rem;
    }
}
@media (max-width: 479px) {
    .mobile-app-section .mobile-app-tab .content-area-wrap .app-slide .app-slider-text {
        overflow: auto;
        padding-top: 1.5rem;
        padding-right: 1.5rem;
        padding-left: 1.5rem;
    }
}
.mobile-app-section .mobile-app-tab .content-area-wrap .app-slide .app-slider-text .h2 {
    margin-top: 0;
}
@media (max-width: 479px) {
    .mobile-app-section .mobile-app-tab .content-area-wrap .app-slide .app-slider-text .h3 {
        font-size: 1.175em;
        line-height: 1.2125em;
    }
}
@media (max-width: 479px) {
    .mobile-app-section .mobile-app-tab .content-area-wrap .app-slide .app-slider-text p {
        font-size: 0.8725em;
        line-height: 1.15;
    }
}
.mobile-app-section .mobile-app-tab .content-area-wrap .app-slide .app-slider-text .btn {
    margin: 0.5em 5px 1em;
}
.mobile-app-section .mobile-app-tab .slick-track {
    width: 100%;
}
.mobile-app-section .mobile-app-tab.active .mobile-app-btn {
    background-color: rgba(255, 255, 255, 0.9);
    -webkit-box-shadow: inset 0 6px 0 0 #32c3f1;
    box-shadow: inset 0 6px 0 0 #32c3f1;
}
.mobile-app-section .mobile-app-tab.active .mobile-close-btn {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}
.mobile-app-section .mobile-app-tab.active .content-area-wrap {
    width: 100% !important;
    height: auto;
    display: inline-block !important;
    margin-top: 0;
}
.mobile-app-section .app-arrow {
    color: #1db5e6;
    font-size: 1.85rem;
    line-height: 1.7em;
    position: absolute;
    z-index: 3;
    top: 2rem;
    bottom: auto;
    width: 4rem;
    height: 4rem;
    margin-top: 300px;
    margin-right: 1rem;
    margin-left: 1rem;
    border: 2px solid #d8e2ee;
    border-radius: 50%;
    background-color: #fff;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    cursor: pointer;
    overflow: hidden;
}
@media (max-width: 991px) {
    .mobile-app-section .app-arrow {
        width: 3.5rem;
        height: 3.5rem;
    }
}
@media (max-width: 767px) {
    .mobile-app-section .app-arrow {
        font-size: 1.75rem;
        line-height: 1.5em;
        width: 3rem;
        height: 3rem;
        margin-top: 50vw;
    }
}
@media (max-width: 479px) {
    .mobile-app-section .app-arrow {
        margin-right: 0;
        margin-left: 0;
        margin-top: 25vw;
        border-color: transparent;
    }
}
.mobile-app-section .app-arrow .fa {
    font-size: inherit;
    line-height: inherit;
}
.mobile-app-section .app-arrow.arrow-left {
    left: 0;
}
.mobile-app-section .app-arrow.arrow-right {
    right: 0;
}
.section-benefits .section-parallax-wrap .section-parallax-image {
    opacity: 0.6;
}
.fade.show {
    opacity: 1;
}
.row.tab-row,
.tabs {
    position: relative;
    overflow: hidden;
    margin-right: -1%;
    margin-bottom: 3em;
    margin-left: -1%;
}
@media (max-width: 991px) {
    .row.tab-row,
    .tabs {
        margin-right: -30px;
        margin-bottom: 0;
        margin-left: -30px;
    }
}
@media (max-width: 767px) {
    .row.tab-row,
    .tabs {
        margin-left: -25px;
        margin-right: -25px;
    }
}
.row.tab-row .tabs-menu,
.tabs .tabs-menu {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    max-width: 100%;
    margin-right: auto;
    margin-left: auto;
    padding: 0;
    margin: 0;
    list-style: none;
}
@media (max-width: 767px) {
    .row.tab-row .tabs-menu,
    .tabs .tabs-menu {
        margin-right: 0;
        margin-bottom: -2px;
        margin-left: 0;
    }
}
.row.tab-row .tabs-menu.products-tabs-menu,
.tabs .tabs-menu.products-tabs-menu {
    max-width: none;
    margin-right: -1%;
    margin-left: -1%;
    padding-top: 6px;
}
@media (max-width: 767px) {
    .row.tab-row .tabs-menu.products-tabs-menu,
    .tabs .tabs-menu.products-tabs-menu {
        max-width: none;
    }
}
.row.tab-row .tabs-menu.nested-tabs-menu,
.tabs .tabs-menu.nested-tabs-menu {
    width: 15%;
    max-width: 265px;
    min-width: 265px;
    margin-right: 3%;
    padding-top: 1em;
    padding-bottom: 1em;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-box-shadow: inset -1px 0 0 0 #e4ecf5;
    box-shadow: inset -1px 0 0 0 #e4ecf5;
}
@media (max-width: 991px) {
    .row.tab-row .tabs-menu.nested-tabs-menu,
    .tabs .tabs-menu.nested-tabs-menu {
        overflow: auto;
        width: auto;
        max-width: none;
        min-width: 0;
        margin-right: -30px;
        margin-left: -30px;
        padding: 0 30px;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-box-shadow: none;
        box-shadow: none;
    }
}
@media (max-width: 767px) {
    .row.tab-row .tabs-menu.nested-tabs-menu,
    .tabs .tabs-menu.nested-tabs-menu {
        width: 100%;
        max-width: none;
        margin-right: -25px;
        margin-left: -25px;
        padding-right: 25px;
        padding-left: 25px;
    }
}
.row.tab-row .tabs-menu .tab-link,
.tabs .tabs-menu .tab-link {
    color: #234263;
    font-size: 1.25rem;
    font-weight: 600;
    line-height: 1.125em;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    margin: 0 1%;
    padding: 1em;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    border-radius: 0;
    background-color: rgba(216, 226, 238, 0.5);
    text-align: center;
    position: relative;
    vertical-align: top;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
@media (max-width: 767px) {
    .row.tab-row .tabs-menu .tab-link,
    .tabs .tabs-menu .tab-link {
        width: 100%;
        padding-right: 0.5em;
        padding-left: 0.5em;
        -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    }
}
@media (max-width: 479px) {
    .row.tab-row .tabs-menu .tab-link,
    .tabs .tabs-menu .tab-link {
        font-size: 0.875rem;
        margin-right: 0.5%;
        margin-left: 0.5%;
        padding-right: 0;
        padding-left: 0;
    }
}
.row.tab-row .tabs-menu .tab-link.is-active,
.tabs .tabs-menu .tab-link.is-active {
    color: #234263;
    background-color: #fff;
    -webkit-box-shadow: 0 -6px 0 0 #1db5e6;
    box-shadow: 0 -6px 0 0 #1db5e6;
}
.row.tab-row .tabs-menu .tab-link.is-active:hover,
.row.tab-row .tabs-menu .tab-link:hover,
.tabs .tabs-menu .tab-link.is-active:hover,
.tabs .tabs-menu .tab-link:hover {
    color: #fff;
    background-color: #0d2f52;
}
.row.tab-row .tabs-menu .tab-link.is-active:hover a,
.row.tab-row .tabs-menu .tab-link:hover a,
.tabs .tabs-menu .tab-link.is-active:hover a,
.tabs .tabs-menu .tab-link:hover a {
    color: #fff;
}
.row.tab-row .tabs-menu .tab-link.nested-tab-link,
.tabs .tabs-menu .tab-link.nested-tab-link {
    font-size: 0.9375rem;
    text-align: left;
    margin-right: 0;
    margin-bottom: 0.5em;
    margin-left: 0;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    border-radius: 0;
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
}
@media (max-width: 991px) {
    .row.tab-row .tabs-menu .tab-link.nested-tab-link,
    .tabs .tabs-menu .tab-link.nested-tab-link {
        min-width: 31%;
        margin-right: 2%;
        margin-bottom: 1em;
        margin-left: 0;
        padding-right: 2.5em;
        padding-left: 2.5em;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-flex: 1;
        -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        background-color: #fff;
        -webkit-box-shadow: inset 0 0 0 1px #e4ecf5;
        box-shadow: inset 0 0 0 1px #e4ecf5;
    }
}
@media (max-width: 767px) {
    .row.tab-row .tabs-menu .tab-link.nested-tab-link,
    .tabs .tabs-menu .tab-link.nested-tab-link {
        width: auto;
        min-width: 0;
        margin-bottom: 0.75em;
        padding-top: 0.75em;
        padding-bottom: 0.75em;
    }
}
@media (max-width: 479px) {
    .row.tab-row .tabs-menu .tab-link.nested-tab-link,
    .tabs .tabs-menu .tab-link.nested-tab-link {
        font-size: 0.8125rem;
    }
}
.row.tab-row .tabs-menu .tab-link.nested-tab-link a,
.tabs .tabs-menu .tab-link.nested-tab-link a {
    padding: 1em;
}
@media (max-width: 991px) {
    .row.tab-row .tabs-menu .tab-link.nested-tab-link a,
    .tabs .tabs-menu .tab-link.nested-tab-link a {
        padding: 0;
    }
}
@media (max-width: 767px) {
    .row.tab-row .tabs-menu .tab-link.nested-tab-link a,
    .tabs .tabs-menu .tab-link.nested-tab-link a {
        margin-bottom: 0;
        padding: 0;
    }
}
.row.tab-row .tabs-menu .tab-link.nested-tab-link.is-active,
.row.tab-row .tabs-menu .tab-link.nested-tab-link.is-active:hover,
.tabs .tabs-menu .tab-link.nested-tab-link.is-active,
.tabs .tabs-menu .tab-link.nested-tab-link.is-active:hover {
    color: #fff;
    background-color: #0d2f52;
    -webkit-box-shadow: inset 4px 0 0 0 #32c3f1;
    box-shadow: inset 4px 0 0 0 #32c3f1;
}
.row.tab-row .tabs-menu .tab-link.nested-tab-link.is-active a,
.row.tab-row .tabs-menu .tab-link.nested-tab-link.is-active:hover a,
.tabs .tabs-menu .tab-link.nested-tab-link.is-active a,
.tabs .tabs-menu .tab-link.nested-tab-link.is-active:hover a {
    color: #fff;
}
@media (max-width: 991px) {
    .row.tab-row .tabs-menu .tab-link.nested-tab-link.is-active,
    .row.tab-row .tabs-menu .tab-link.nested-tab-link.is-active:hover,
    .tabs .tabs-menu .tab-link.nested-tab-link.is-active,
    .tabs .tabs-menu .tab-link.nested-tab-link.is-active:hover {
        -webkit-box-shadow: none;
        box-shadow: none;
    }
}
.row.tab-row .tabs-menu .tab-link.nested-tab-link:hover,
.tabs .tabs-menu .tab-link.nested-tab-link:hover {
    color: #1db5e6;
    background-color: #eef4fa;
}
.row.tab-row .tabs-menu .tab-link.nested-tab-link:hover a,
.tabs .tabs-menu .tab-link.nested-tab-link:hover a {
    color: #1793ce;
}
@media (max-width: 991px) {
    .row.tab-row .tabs-menu .tab-link.nested-tab-link:hover,
    .tabs .tabs-menu .tab-link.nested-tab-link:hover {
        -webkit-box-shadow: none;
        box-shadow: none;
    }
}
.row.tab-row .tabs-menu .tab-link-inner,
.tabs .tabs-menu .tab-link-inner {
    color: #234263;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-decoration: none;
    cursor: pointer;
    padding: 1.25em 1em;
    width: 100%;
}
@media (max-width: 767px) {
    .row.tab-row .tabs-menu .tab-link-inner,
    .tabs .tabs-menu .tab-link-inner {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}
.row.tab-row .tabs-menu .tab-link-inner.nested-tab-link-inner,
.tabs .tabs-menu .tab-link-inner.nested-tab-link-inner {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}
@media (max-width: 991px) {
    .row.tab-row .tabs-menu .tab-link-inner.nested-tab-link-inner,
    .tabs .tabs-menu .tab-link-inner.nested-tab-link-inner {
        -webkit-box-flex: 1;
        -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
    }
}
@media (max-width: 767px) {
    .row.tab-row .tabs-menu .tab-link-inner.nested-tab-link-inner,
    .tabs .tabs-menu .tab-link-inner.nested-tab-link-inner {
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        text-align: center;
    }
}
.row.tab-row .tabs-menu .tab-link-inner .tab-link-image,
.tabs .tabs-menu .tab-link-inner .tab-link-image {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    width: 3.25rem;
    height: 3.25rem;
    margin-right: 0.5em;
    padding: 4px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}
@media (max-width: 991px) {
    .row.tab-row .tabs-menu .tab-link-inner .tab-link-image,
    .tabs .tabs-menu .tab-link-inner .tab-link-image {
        width: 3rem;
        height: 3rem;
    }
}
@media (max-width: 767px) {
    .row.tab-row .tabs-menu .tab-link-inner .tab-link-image,
    .tabs .tabs-menu .tab-link-inner .tab-link-image {
        width: 2.5rem;
        height: 2.5rem;
        margin-right: 0;
        margin-bottom: 0.25em;
    }
}
@media (max-width: 479px) {
    .row.tab-row .tabs-menu .tab-link-inner .tab-link-image,
    .tabs .tabs-menu .tab-link-inner .tab-link-image {
        width: 2.25rem;
        height: 2.25rem;
    }
}
.row.tab-row .tabs-menu .tab-link-inner .tab-link-image img,
.tabs .tabs-menu .tab-link-inner .tab-link-image img {
    display: block;
    width: 100%;
    height: auto;
    vertical-align: middle;
}
.row.tab-row .tabs-menu .tab-link-inner .tab-link-image svg path,
.tabs .tabs-menu .tab-link-inner .tab-link-image svg path {
    fill: #1db5e6;
}
.row.tab-row .tabs-menu .tab-link-inner .tab-link-image.nested-tab-link-image,
.tabs .tabs-menu .tab-link-inner .tab-link-image.nested-tab-link-image {
    width: 2rem;
    height: 2rem;
    margin-right: 0.5em;
    padding: 2px;
}
@media (max-width: 479px) {
    .row.tab-row .tabs-menu .tab-link-inner .tab-link-image.nested-tab-link-image,
    .tabs .tabs-menu .tab-link-inner .tab-link-image.nested-tab-link-image {
        width: 1.5rem;
        height: 1.5rem;
        margin-right: 0.25em;
        padding: 1px;
    }
}
.row.tab-row .tabs-menu .tab-link-inner .tab-link-text,
.tabs .tabs-menu .tab-link-inner .tab-link-text {
    margin-right: 1rem;
}
@media (max-width: 767px) {
    .row.tab-row .tabs-menu .tab-link-inner .tab-link-text,
    .tabs .tabs-menu .tab-link-inner .tab-link-text {
        width: 100%;
        margin-right: 0;
    }
}
.row.tab-row .tabs-menu .tab-link-inner .tab-link-text.nested-tab-link-text,
.tabs .tabs-menu .tab-link-inner .tab-link-text.nested-tab-link-text {
    margin: 0;
}
.row.tab-row .tabs-pane,
.tabs .tabs-pane {
    position: relative;
    display: block;
    padding-bottom: 20px;
}
@media (max-width: 991px) {
    .row.tab-row .tabs-pane,
    .tabs .tabs-pane {
        background-image: none;
    }
}
@media (max-width: 479px) {
    .row.tab-row .tabs-pane,
    .tabs .tabs-pane {
        font-size: 0.875rem;
        line-height: 1.5em;
    }
}
.row.tab-row .tabs-pane .tab-contents,
.tabs .tabs-pane .tab-contents {
    min-height: 546px;
    padding-top: 0.5em;
    padding-bottom: 3em;
    background-color: #fff;
    background-image: none;
    position: relative;
    display: none;
}
@media (max-width: 991px) {
    .row.tab-row .tabs-pane .tab-contents,
    .tabs .tabs-pane .tab-contents {
        min-height: 0;
        background-color: transparent;
        background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), color-stop(21%, rgba(255, 255, 255, 0.75)), color-stop(76%, rgba(255, 255, 255, 0.6)), to(rgba(255, 255, 255, 0)));
        background-image: linear-gradient(180deg, #fff, rgba(255, 255, 255, 0.75) 21%, rgba(255, 255, 255, 0.6) 76%, rgba(255, 255, 255, 0));
    }
}
@media (max-width: 767px) {
    .row.tab-row .tabs-pane .tab-contents,
    .tabs .tabs-pane .tab-contents {
        padding-right: 0;
        padding-left: 0;
    }
}
.row.tab-row .tabs-pane .tab-contents .tab-title-wrap,
.tabs .tabs-pane .tab-contents .tab-title-wrap {
    text-align: left;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 1.5em 2.5rem;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
@media (max-width: 991px) {
    .row.tab-row .tabs-pane .tab-contents .tab-title-wrap,
    .tabs .tabs-pane .tab-contents .tab-title-wrap {
        padding: 1em 30px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
        text-align: center;
    }
}
@media (max-width: 767px) {
    .row.tab-row .tabs-pane .tab-contents .tab-title-wrap,
    .tabs .tabs-pane .tab-contents .tab-title-wrap {
        padding-right: 25px;
        padding-left: 25px;
    }
}
.row.tab-row .tabs-pane .tab-contents .tab-title,
.tabs .tabs-pane .tab-contents .tab-title {
    width: 100%;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}
.row.tab-row .tabs-pane .tab-contents span.h2,
.tabs .tabs-pane .tab-contents span.h2 {
    color: #1db5e6;
    font-size: 3em;
    line-height: 1.3125em;
    font-weight: 300;
    margin-top: 0;
    margin-bottom: 0;
    width: 100%;
    display: block;
}
@media (max-width: 991px) {
    .row.tab-row .tabs-pane .tab-contents span.h2,
    .tabs .tabs-pane .tab-contents span.h2 {
        font-size: 2.5em;
    }
}
@media (max-width: 767px) {
    .row.tab-row .tabs-pane .tab-contents span.h2,
    .tabs .tabs-pane .tab-contents span.h2 {
        font-size: 2em;
    }
}
.row.tab-row .tabs-pane .tabs-pane-inner,
.tabs .tabs-pane .tabs-pane-inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: wrap-reverse;
    -ms-flex-wrap: wrap-reverse;
    flex-wrap: wrap-reverse;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
}
@media (max-width: 991px) {
    .row.tab-row .tabs-pane .tabs-pane-inner,
    .tabs .tabs-pane .tabs-pane-inner {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
        -webkit-box-pack: end;
        -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    }
}
.row.tab-row .tabs-pane .tabs-pane-inner .tab-inner-text,
.tabs .tabs-pane .tabs-pane-inner .tab-inner-text {
    width: 50%;
    padding-top: 1em;
    padding-bottom: 1em;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}
@media (max-width: 991px) {
    .row.tab-row .tabs-pane .tabs-pane-inner .tab-inner-text,
    .tabs .tabs-pane .tabs-pane-inner .tab-inner-text {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        width: 100%;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        text-align: center;
    }
}
@media (max-width: 767px) {
    .row.tab-row .tabs-pane .tabs-pane-inner .tab-inner-text,
    .tabs .tabs-pane .tabs-pane-inner .tab-inner-text {
        padding-top: 0.5em;
        padding-bottom: 0.5em;
    }
}
.row.tab-row .tabs-pane .tabs-pane-inner .tab-inner-text .btn.outline,
.tabs .tabs-pane .tabs-pane-inner .tab-inner-text .btn.outline {
    -webkit-box-shadow: inset 0 0 0 2px rgba(13, 59, 107, 0.65);
    box-shadow: inset 0 0 0 2px rgba(13, 59, 107, 0.65);
    border: none;
}
@media (min-width: 992px) {
    .row.tab-row .tabs-pane .tabs-pane-inner .tab-inner-text .btn.outline,
    .tabs .tabs-pane .tabs-pane-inner .tab-inner-text .btn.outline {
        margin-left: 1em;
    }
}
.row.tab-row .tabs-pane .tabs-pane-inner .tab-text,
.tabs .tabs-pane .tabs-pane-inner .tab-text {
    position: relative;
    z-index: 1;
    padding-right: 4%;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}
@media (max-width: 991px) {
    .row.tab-row .tabs-pane .tabs-pane-inner .tab-text,
    .tabs .tabs-pane .tabs-pane-inner .tab-text {
        width: 100%;
        padding-right: 0;
    }
}
.row.tab-row .tabs-pane .tabs-pane-inner .tab-text .h2,
.tabs .tabs-pane .tabs-pane-inner .tab-text .h2 {
    margin-top: 0;
}
@media (max-width: 767px) {
    .row.tab-row .tabs-pane .tabs-pane-inner .tab-text .h2,
    .tabs .tabs-pane .tabs-pane-inner .tab-text .h2 {
        font-size: 1.5em;
    }
}
@media (max-width: 767px) {
    .row.tab-row .tabs-pane .tabs-pane-inner .tab-text .h2,
    .tabs .tabs-pane .tabs-pane-inner .tab-text .h2 {
        font-size: 1.3125em;
    }
}
.row.tab-row .tabs-pane .tabs-pane-inner .tab-text .h3,
.tabs .tabs-pane .tabs-pane-inner .tab-text .h3 {
    color: #1db5e6;
    font-size: 1.375em;
    line-height: 1.4125em;
}
@media (max-width: 767px) {
    .row.tab-row .tabs-pane .tabs-pane-inner .tab-text .h3,
    .tabs .tabs-pane .tabs-pane-inner .tab-text .h3 {
        font-size: 1.25em;
    }
}
@media (max-width: 767px) {
    .row.tab-row .tabs-pane .tabs-pane-inner .tab-text .h3,
    .tabs .tabs-pane .tabs-pane-inner .tab-text .h3 {
        font-size: 1.1875em;
        margin-top: 0.5em;
    }
}
.row.tab-row .tabs-pane .tabs-pane-inner .tab-text ol,
.row.tab-row .tabs-pane .tabs-pane-inner .tab-text p,
.row.tab-row .tabs-pane .tabs-pane-inner .tab-text ul,
.tabs .tabs-pane .tabs-pane-inner .tab-text ol,
.tabs .tabs-pane .tabs-pane-inner .tab-text p,
.tabs .tabs-pane .tabs-pane-inner .tab-text ul {
    font-size: inherit;
}
.row.tab-row .tabs-pane .tabs-pane-inner .tabs-pane-img,
.tabs .tabs-pane .tabs-pane-inner .tabs-pane-img {
    position: relative;
    width: 50%;
    max-height: 500px;
    min-height: 340px;
    min-width: 380px;
    margin-top: 0.625em;
    margin-bottom: 1em;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
}
@media (max-width: 991px) {
    .row.tab-row .tabs-pane .tabs-pane-inner .tabs-pane-img,
    .tabs .tabs-pane .tabs-pane-inner .tabs-pane-img {
        width: 100%;
        height: 35vw;
        min-height: 0;
        min-width: 0;
        margin-bottom: 0.5em;
    }
}
@media (max-width: 767px) {
    .row.tab-row .tabs-pane .tabs-pane-inner .tabs-pane-img,
    .tabs .tabs-pane .tabs-pane-inner .tabs-pane-img {
        height: 45vw;
    }
}
.row.tab-row .tabs-pane .tabs-wrap,
.tabs .tabs-pane .tabs-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: 1.5rem;
    margin-left: 1.5rem;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    position: relative;
}
@media (max-width: 991px) {
    .row.tab-row .tabs-pane .tabs-wrap,
    .tabs .tabs-pane .tabs-wrap {
        margin-right: 30px;
        margin-left: 30px;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}
@media (min-width: 768px) {
    .row.tab-row .tabs-pane .tabs-wrap,
    .tabs .tabs-pane .tabs-wrap {
        margin-right: 25px;
        margin-left: 25px;
    }
}
.section.section-charity {
    padding-top: 10vw;
    padding-bottom: 10vw;
}
@media (max-width: 767px) {
    .section.section-charity {
        padding-top: 5vw;
        padding-bottom: 10vw;
    }
}
.section.section-charity .flex-col.charify-flex-col {
    max-width: 540px;
    margin-right: 20px;
    margin-left: 20px;
    padding: 40px;
    background-color: rgba(255, 255, 255, 0.9);
    text-align: center;
}
@media (max-width: 991px) {
    .section.section-charity .flex-col.charify-flex-col {
        max-width: 55%;
        margin-left: -20px;
        padding-top: 20px;
        padding-bottom: 30px;
    }
}
@media (max-width: 767px) {
    .section.section-charity .flex-col.charify-flex-col {
        top: -5vw;
        max-width: none;
        margin-right: -5px;
        margin-left: -5px;
        padding-top: 5vw;
        padding-bottom: 30vw;
        background-color: transparent;
        background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.75)), color-stop(53%, rgba(255, 255, 255, 0.7)), color-stop(76%, rgba(255, 255, 255, 0.45)), color-stop(96%, rgba(255, 255, 255, 0)));
        background-image: linear-gradient(180deg, rgba(255, 255, 255, 0.75), rgba(255, 255, 255, 0.7) 53%, rgba(255, 255, 255, 0.45) 76%, rgba(255, 255, 255, 0) 96%);
    }
}
.section.section-charity .charity-section-text {
    font-size: 1.25em;
    line-height: 1.625em;
    margin-bottom: 0;
}
.section.section-charity .charity-section-text span {
    font-size: 0.625em;
    position: relative;
    top: -0.375em;
    display: inline-block;
}
.section.section-charity .charity-img {
    width: 207px;
    margin-top: 0.75em;
    margin-bottom: 1em;
}
@media (max-width: 767px) {
    .section.section-charity .charity-img {
        margin-top: 0;
        margin-bottom: 1.5em;
    }
}
@media (max-width: 479px) {
    .section.section-charity .charity-img {
        width: 177px;
    }
}
.section.section-charity .charity-section-disclaimer {
    margin-top: 1em;
    opacity: 0.75;
    font-size: 0.75em;
    line-height: 1.375em;
}
.section.section-charity .charity-section-dark-bottom-fade {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 15vw;
    min-height: 250px;
    background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.45)), to(transparent));
    background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.45), transparent);
}
.section.section-charity .section-parallax-image.charity-parallax-image {
    opacity: 1;
}
.section.section-full-cta {
    padding-top: 0;
    padding-bottom: 0;
}
.section.section-full-cta .cta-row {
    display: table;
    width: 100%;
    padding-bottom: 12vw;
    position: relative;
}
@media (min-width: 768px) {
    .section.section-full-cta .cta-row {
        padding-bottom: 10vw;
    }
}
@media (min-width: 992px) {
    .section.section-full-cta .cta-row {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-box-ordinal-group: 2;
        -webkit-order: 1;
        -ms-flex-order: 1;
        order: 1;
        -webkit-box-flex: 1;
        -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        padding: 0;
    }
}
@media (min-width: 992px) {
    .section.section-full-cta .cta-row .image-col,
    .section.section-full-cta .cta-row .text-col {
        display: block;
        position: relative;
        overflow: hidden;
        -webkit-box-flex: 1;
        -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
    }
}
.section.section-full-cta .cta-row .image-col {
    width: 100%;
    position: relative;
    display: block;
    overflow: hidden;
    height: 60vw;
    background-position: 50% 80%;
    background-size: cover;
    background-repeat: no-repeat;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
@media (min-width: 992px) {
    .section.section-full-cta .cta-row .image-col {
        width: 50%;
        height: auto;
        margin: 0;
        -webkit-align-self: stretch;
        -ms-flex-item-align: stretch;
        align-self: stretch;
    }
}
.section.section-full-cta .cta-row .image-col .col-image-overlay {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(135deg, #1db5e6, #0d2f52 99%, #fff);
    opacity: 0.07;
    -webkit-transition: opacity 0.5s ease;
    transition: opacity 0.5s ease;
}
.section.section-full-cta .cta-row .image-col .col-image-overlay:hover {
    opacity: 0.25;
}
.section.section-full-cta .cta-row .text-col {
    margin: 3vw 25px 10px;
    text-align: center;
}
@media (min-width: 992px) {
    .section.section-full-cta .cta-row .text-col {
        text-align: left;
        width: 50%;
        margin: 2.5vw 8vw 3.5vw 4vw;
        -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
    }
}
.section.section-full-cta .cta-row .text-col .title-wrap {
    position: relative;
}
@media (min-width: 992px) {
    .section.section-full-cta .cta-row .text-col .title-wrap {
        margin-bottom: -0.5em;
        text-align: left;
    }
}
@media (min-width: 992px) {
    .section.section-full-cta .cta-row .text-wrap {
        text-align: left;
    }
}
.section.section-full-cta .cta-row .text-wrap p {
    font-size: 1em;
    line-height: 1.5em;
}
@media (min-width: 768px) {
    .section.section-full-cta .cta-row .text-wrap p {
        font-size: 1.125em;
        line-height: 1.625em;
    }
}
.section.section-full-cta .cta-row .text-wrap p.section-text-lg {
    font-size: 1.125em;
    margin: 0.875em 0 0.5em;
}
@media (min-width: 480px) {
    .section.section-full-cta .cta-row .text-wrap p.section-text-lg {
        font-size: 1.5em;
        line-height: 1.5em;
    }
}
@media (min-width: 992px) {
    .section.section-full-cta .cta-row .text-wrap p.section-text-lg {
        font-size: 1.625em;
        line-height: 1.4125em;
    }
}
.section.section-full-cta .cta-row.bg-light-gray {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.25)), to(rgba(255, 255, 255, 0.25)));
    background-image: linear-gradient(180deg, rgba(255, 255, 255, 0.25), rgba(255, 255, 255, 0.25));
}
.section.section-global-commitment .section-parallax-image {
    opacity: 0.4;
    top: -88%;
}
.section.section-global-commitment .flex-row .flex-col.gc-col {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
}
@media (max-width: 991px) {
    .section.section-global-commitment .flex-row .flex-col.gc-col {
        min-width: 0;
    }
}
.section.section-global-commitment .trust-logos-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    max-width: 990px;
    margin: 1.5em auto 0.5em;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}
@media (max-width: 991px) {
    .section.section-global-commitment .trust-logos-wrap {
        width: 80%;
        margin-top: 1.5em;
    }
}
@media (max-width: 767px) {
    .section.section-global-commitment .trust-logos-wrap {
        width: 100%;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-align-content: flex-start;
        -ms-flex-line-pack: start;
        align-content: flex-start;
    }
}
.section.section-global-commitment .trust-logos-wrap .trust-logo {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: auto;
    min-width: 13%;
    padding: 20px 0;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 1;
    -webkit-flex: auto;
    -ms-flex: auto;
    flex: auto;
}
@media (max-width: 991px) {
    .section.section-global-commitment .trust-logos-wrap .trust-logo {
        min-width: 26%;
    }
}
@media (max-width: 767px) {
    .section.section-global-commitment .trust-logos-wrap .trust-logo {
        min-width: 17%;
        margin-right: 1rem;
        margin-left: 1rem;
    }
}
.section.section-global-commitment .trust-logos-wrap .trust-logo img {
    max-height: 60px;
    max-width: 140px;
    height: auto;
    width: auto;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    -webkit-filter: none;
    filter: none;
    opacity: 1;
}
.section.section-global-commitment .trust-logos-wrap .trust-logo img.water-quality-trust-logo {
    opacity: 0.85;
}
@media (min-width: 768px) {
    .section.section-global-commitment .section-footer-wrap {
        padding: 0;
    }
}
.section.section-hero {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: visible;
    height: 77vh;
    max-height: 1000px;
    min-height: 690px;
    padding-top: 0;
    padding-bottom: 0;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
}
@media (max-width: 991px) {
    .section.section-hero {
        height: auto;
        max-height: none;
        min-height: 0;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-align-content: flex-start;
        -ms-flex-line-pack: start;
        align-content: flex-start;
    }
}
.section.section-hero .slick-hero,
.section.section-hero .slick-list,
.section.section-hero .slick-track {
    height: 100%;
}
.section.section-hero .hero-slider {
    position: relative;
    text-align: center;
    background: #ddd;
    clear: both;
    width: 100%;
    height: 100%;
    max-height: none;
    max-width: 100%;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    background-color: transparent;
    -webkit-tap-highlight-color: transparent;
    tap-highlight-color: transparent;
    z-index: 1;
    overflow: hidden;
}
@media (max-width: 991px) {
    .section.section-hero .hero-slider {
        height: 75vw;
        min-height: 300px;
        padding-top: 25px;
    }
}
@media (max-width: 767px) {
    .section.section-hero .hero-slider {
        height: 90vw;
    }
}
@media (max-width: 479px) {
    .section.section-hero .hero-slider {
        height: 140vw;
        padding-top: 50px;
    }
}
.section.section-hero .hero-slider .hero-slide {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 100%;
    height: 100%;
    white-space: normal;
    text-align: left;
    overflow: visible;
}
.section.section-hero .hero-slider .hero {
    position: relative;
    width: 105%;
    height: 100%;
    float: left;
    background-position: 70% 50%;
    background-size: cover;
    background-repeat: no-repeat;
    -webkit-animation: bobble 15s infinite;
    animation: bobble 15s infinite;
}
@-webkit-keyframes bobble {
    0% {
        -webkit-transform: translate3d(-40px, 0, 0);
        transform: translate3d(-40px, 0, 0);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        transform: translate3d(-30px, 0, 0);
    }
}
50% {
    -webkit-transform: translate3d(0, 0, -40px);
    transform: translate3d(0, 0, -40px);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
    transform: translate3d(0, 0, -30px);
}
.section.section-hero .hero-section-corner-link {
    color: #fff;
    font-size: 1.125rem;
    line-height: 1.25em;
    text-align: center;
    text-decoration: none;
    position: absolute;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    max-width: 100%;
    border-style: solid;
    border-width: 2px;
    border-color: rgba(255, 255, 255, 0.75);
    border-radius: 50%;
    background-color: rgba(38, 86, 136, 0.8);
    -webkit-transition-duration: 0.7s;
    transition-duration: 0.7s;
    left: 11.5rem;
    bottom: -1rem;
    z-index: 61;
    width: 10rem;
    height: 10rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
@media (max-width: 991px) {
    .section.section-hero .hero-section-corner-link {
        font-size: 0.875rem;
        left: 50%;
        bottom: 2rem;
        width: 8rem;
        height: 8rem;
        margin-left: 1.5em;
    }
}
@media (max-width: 767px) {
    .section.section-hero .hero-section-corner-link {
        font-size: 0.75rem;
        width: 7rem;
        height: 7rem;
    }
}
@media (max-width: 479px) {
    .section.section-hero .hero-section-corner-link {
        font-size: 0.8125rem;
        bottom: -2.5rem;
        width: 8rem;
        height: 8rem;
        margin-left: 0;
        -webkit-transform: translate(-50%, 0);
        transform: translate(-50%, 0);
    }
}
@media (min-width: 992px) {
    .section.section-hero .hero-section-corner-link:hover {
        margin-bottom: 1em;
        background-color: #1db5e6;
    }
}
.section.section-hero .hero-section-corner-link .hero-corner-link-background {
    position: absolute;
    left: 4px;
    top: 4px;
    right: 4px;
    bottom: 4px;
    border: 1px solid #fff;
    border-radius: 50%;
    background-image: none;
    background-size: auto;
    background-repeat: repeat;
    opacity: 0.5;
}
.section.section-hero .hero-section-corner-link img {
    display: inline-block;
    max-width: 100%;
    position: relative;
    width: 2.25em;
    height: 2.25em;
    margin-top: -0.375em;
    margin-bottom: 0.125em;
}
.section.section-hero .hero-section-corner-link .hero-section-corner-link-text {
    position: relative;
    margin-bottom: 0;
}
.section.section-hero .hero-section-corner-link .hero-section-corner-link-text span {
    font-size: 1em;
    line-height: 1.25em;
    font-weight: 600;
}
.section.section-hero .hero-counter-wrap {
    position: absolute;
    left: 0;
    bottom: 2rem;
    z-index: 49;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 16rem;
    padding: 1em 5em 1em 1em;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0.8)), color-stop(71%, rgba(255, 255, 255, 0.6)), to(rgba(255, 255, 255, 0)));
    background-image: linear-gradient(90deg, rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0.6) 71%, rgba(255, 255, 255, 0));
}
@media (max-width: 991px) {
    .section.section-hero .hero-counter-wrap {
        left: auto;
        right: 50%;
        bottom: 3.5rem;
        width: auto;
        margin-right: 0;
        padding-right: 1.5em;
        padding-left: 1.5em;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        border-right: 1px solid rgba(255, 255, 255, 0.71);
        background-image: none;
        -webkit-transform: none;
        transform: none;
    }
}
@media (max-width: 767px) {
    .section.section-hero .hero-counter-wrap {
        bottom: 3.25rem;
    }
}
@media (max-width: 479px) {
    .section.section-hero .hero-counter-wrap {
        left: 0;
        right: 0;
        bottom: 5.5rem;
        border-right-style: none;
    }
}
.section.section-hero .hero-counter-wrap .hero-counter-text-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}
@media (max-width: 991px) {
    .section.section-hero .hero-counter-wrap .hero-counter-text-wrap {
        font-size: 1.3125rem;
    }
}
@media (max-width: 479px) {
    .section.section-hero .hero-counter-wrap .hero-counter-text-wrap {
        font-size: 1.125rem;
    }
}
.section.section-hero .hero-counter-wrap .hero-counter-number {
    min-width: 1.25em;
    padding-right: 0.3125em;
    padding-bottom: 0.03125em;
    padding-left: 0.3125em;
    border-radius: 0.125em;
    background-color: #fff;
    font-size: 1.625rem;
    line-height: 1.375em;
    font-weight: 600;
    text-align: center;
}
@media (max-width: 991px) {
    .section.section-hero .hero-counter-wrap .hero-counter-number {
        margin-left: 0;
    }
}
.section.section-hero .hero-counter-wrap .hero-counter-title {
    margin-top: 0.375em;
    font-size: 0.875rem;
    line-height: 1.25em;
    font-weight: 600;
    text-transform: uppercase;
}
@media (max-width: 991px) {
    .section.section-hero .hero-counter-wrap .hero-counter-title {
        font-size: 0.9375rem;
    }
}
@media (max-width: 767px) {
    .section.section-hero .hero-counter-wrap .hero-counter-title {
        font-size: 0.75rem;
    }
}
@media (max-width: 479px) {
    .section.section-hero .hero-counter-wrap .hero-counter-title {
        font-size: 0.8125rem;
    }
}
.hero-form-container {
    position: relative;
    z-index: 3;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 27%;
    height: 100%;
    max-width: 27%;
    min-width: 390px;
    margin-left: -5px;
    padding: 5em 2rem;
    float: right;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    background-color: #1db5e6;
}
@media (max-width: 991px) {
    .hero-form-container {
        width: 100%;
        height: auto;
        max-width: 100%;
        min-width: 0;
        margin-left: 0;
        padding: 3em 5vw 12em;
    }
}
@media (max-width: 479px) {
    .hero-form-container {
        padding-right: 7vw;
        padding-left: 7vw;
    }
}
.hero-form-container .hero-form-text-wrap {
    position: relative;
    z-index: 2;
    width: 100%;
    margin-bottom: 1.5em;
    margin-top: -4vw;
    padding-bottom: 0.5em;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
    text-align: center;
}
@media (max-width: 991px) {
    .hero-form-container .hero-form-text-wrap {
        margin-top: 0;
        padding-bottom: 0.75em;
    }
}
@media (min-width: 1400px) {
    .hero-form-container .hero-form-text-wrap {
        margin-top: -3vw;
    }
}
@media (min-width: 1800px) {
    .hero-form-container .hero-form-text-wrap {
        margin-top: 0;
    }
}
.hero-form-container .hero-form-text-wrap .hero-form-title {
    margin-top: 0;
    margin-bottom: 0.5em;
    font-size: 2em;
    line-height: 1.2;
    font-weight: 400;
    text-transform: uppercase;
}
@media (max-width: 991px) {
    .hero-form-container .hero-form-text-wrap .hero-form-title {
        font-size: 1.75em;
        text-align: center;
    }
}
@media (max-width: 479px) {
    .hero-form-container .hero-form-text-wrap .hero-form-title {
        font-size: 1.375em;
    }
}
.hero-form-container .hero-form-text-wrap .hero-form-title span {
    color: #fff;
    font-size: 1.5em;
    font-weight: 300;
    line-height: 1.125;
    text-transform: none;
    display: block;
    margin-top: 0.125em;
    margin-left: -2px;
}
.hero-form-container .hero-form-text-wrap .hero-form-text {
    color: #28598d;
}
@media (max-width: 991px) {
    .hero-form-container .hero-form-text-wrap .hero-form-text {
        display: block;
        max-width: 80%;
        margin-right: auto;
        margin-left: auto;
    }
}
@media (max-width: 767px) {
    .hero-form-container .hero-form-text-wrap .hero-form-text {
        max-width: 100%;
    }
}
.hero-form-container .hero-form-text-wrap .hero-form-text p {
    font-size: 1.25em;
    line-height: 1.375em;
}
@media (max-width: 991px) {
    .hero-form-container .hero-form-text-wrap .hero-form-text p {
        font-size: 1.25em;
        text-align: center;
    }
}
@media (max-width: 479px) {
    .hero-form-container .hero-form-text-wrap .hero-form-text p {
        font-size: 0.875em;
    }
}
.form-wrap {
    position: relative;
    z-index: 2;
    width: 100%;
}
@media (max-width: 767px) {
    .form-wrap {
        overflow: hidden;
        -webkit-transition: height 0.5s ease;
        transition: height 0.5s ease;
    }
}
.form-wrap form {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    max-width: 100%;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    position: relative;
    background-color: transparent;
}
.form-wrap .form-group {
    width: 48%;
    max-width: 48%;
    margin-bottom: 0;
    position: relative;
}
@media (max-width: 991px) {
    .form-wrap .form-group {
        width: 48.5%;
    }
}
@media (max-width: 479px) {
    .form-wrap .form-group {
        width: 100%;
        max-width: 100%;
        margin-bottom: 0.25em;
    }
}
.form-wrap .form-group.full-width {
    width: 100%;
    max-width: 100%;
}
.form-wrap .form-group.submit {
    text-align: center;
    margin: 0 auto;
    min-width: 100%;
}
@media (max-width: 767px) {
    .form-wrap .form-group.submit {
        min-width: 40%;
    }
}
@media (max-width: 479px) {
    .form-wrap .form-group.submit {
        min-width: 60%;
    }
}
.form-wrap .form-group.submit .btn {
    margin-bottom: 0;
}
.form-wrap .form-group label {
    color: #fff;
    font-size: 1rem;
    font-weight: 600;
    line-height: 1.25em;
    display: block;
    margin-bottom: 0.25em;
    width: 100%;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}
@media (max-width: 991px) {
    .form-wrap .form-group label {
        font-size: 1rem;
    }
}
@media (max-width: 767px) {
    .form-wrap .form-group label {
        font-size: 0.875rem;
    }
}
.form-wrap .form-group input {
    color: #333;
    font-size: 14px;
    line-height: 1.25em;
    display: block;
    width: 100%;
    height: 3.25em;
    min-height: 3.25em;
    padding: 0.875em 1em;
    margin-bottom: 1em;
    vertical-align: middle;
    background-color: #fff;
    border: 1px solid #fff;
    border-radius: 0;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
@media (max-width: 991px) {
    .form-wrap .form-group input {
        height: 3.5em;
        min-height: 3.5em;
    }
}
@media (max-width: 767px) {
    .form-wrap .form-group input {
        font-size: 0.8125rem;
        height: 3.25em;
        min-height: 3.25em;
        padding: 0.75em;
    }
}
@media (max-width: 479px) {
    .form-wrap .form-group input {
        height: 3em;
        min-height: 3em;
        margin-bottom: 0.375em;
    }
}
.form-wrap .form-group input:focus {
    border-color: #1db5e6;
    -webkit-box-shadow: 0 0 0 1px #1db5e6;
    box-shadow: 0 0 0 1px #1db5e6;
}
.section.section-how-works {
    color: #d8e2ee;
}
.how-works-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
}
.how-works-wrap .item-wrap {
    text-align: left;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 30%;
    max-width: 47%;
    min-width: 340px;
    margin: 1em 1.5%;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}
@media (max-width: 991px) {
    .how-works-wrap .item-wrap {
        width: 100%;
        max-width: 100%;
        min-width: 0;
        margin-right: 0;
        margin-left: 0;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-flex: 0;
        -webkit-flex-grow: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        text-align: center;
    }
}
@media (max-width: 767px) {
    .how-works-wrap .item-wrap {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }
}
.step-number {
    color: #fff;
    font-size: 1.625rem;
    line-height: 1.125em;
    font-weight: 600;
    position: relative;
    right: -0.25rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 4rem;
    height: 4rem;
    margin: 0 1rem 0 0;
    padding: 6px 0 0 3px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    border: 3px none #32c3f1;
    background-color: transparent;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(35, 66, 99, 0.59)), to(rgba(35, 66, 99, 0.59))), url(../images/svg/clean.svg);
    background-image: linear-gradient(180deg, rgba(35, 66, 99, 0.59), rgba(35, 66, 99, 0.59)), url(../images/svg/clean.svg);
    background-position: 0 0, 50% 50%;
    background-size: auto, contain;
    background-repeat: repeat, no-repeat;
}
@media (max-width: 991px) {
    .step-number {
        right: 0;
        width: 10vw;
        height: 10vw;
        max-height: 4rem;
        max-width: 4rem;
        margin-right: auto;
        margin-left: auto;
    }
}
@media (max-width: 767px) {
    .step-number {
        -webkit-align-self: center;
        -ms-flex-item-align: center;
        align-self: center;
    }
}
@media (max-width: 479px) {
    .step-number {
        width: 4rem;
        height: 4rem;
        -webkit-align-self: flex-start;
        -ms-flex-item-align: start;
        align-self: flex-start;
    }
}
.step-text .h3,
.step-text h3 {
    color: #32c3f1;
    font-size: 1.5em;
    line-height: 1.3125em;
    margin-top: 0;
}
@media (max-width: 991px) {
    .step-text .h3,
    .step-text h3 {
        margin-top: 0.5em;
    }
}
@media (max-width: 767px) {
    .step-text .h3,
    .step-text h3 {
        font-size: 1.375em;
        line-height: 1.3125em;
    }
}
.step-text p {
    font-size: 0.9375em;
    line-height: 1.5em;
    font-weight: 400;
}
@media (max-width: 991px) {
    .step-text p {
        font-size: 1.125em;
    }
}
@media (max-width: 767px) {
    .step-text p {
        font-size: 1em;
        line-height: 1.5em;
    }
}
.section.inner-hero {
    z-index: 1;
    min-height: 15vw;
    -webkit-perspective: 100px;
    perspective: 100px;
}
@media (max-width: 991px) {
    .section.inner-hero {
        z-index: 6;
        min-height: 35vw;
        padding-top: 96px;
        padding-bottom: 0;
    }
}
@media (max-width: 767px) {
    .section.inner-hero {
        min-height: 45vw;
        padding-top: 88px;
    }
}
@media (max-width: 479px) {
    .section.inner-hero {
        min-height: 90vw;
        padding-top: 116px;
    }
}
.section.inner-hero .hero-bg {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
.section.inner-hero .hero-bg.inner-hero-bg {
    background-position: 48% 65%;
    background-size: cover;
    background-repeat: no-repeat;
}
.section.inner-hero .hero-overlay {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(150, 191, 233, 0.49)), to(rgba(61, 163, 195, 0.46)));
    background-image: linear-gradient(180deg, rgba(150, 191, 233, 0.49), rgba(61, 163, 195, 0.46));
    opacity: 0.25;
}
.section.inner-hero .hero-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    text-align: left;
    position: relative;
}
.section.inner-hero .hero-title {
    color: #fff;
    font-size: 3.5em;
    line-height: 1.125em;
    font-weight: 300;
    text-shadow: 0 0 10px rgba(13, 47, 82, 0.45), 0 1px 6px rgba(13, 47, 82, 0.65);
    max-width: 100%;
    margin: 4vw 0 7.5vw;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}
@media (max-width: 991px) {
    .section.inner-hero .hero-title {
        font-size: 2.625em;
        line-height: 1.125em;
        margin-top: 12vw;
        margin-bottom: 14vw;
    }
}
@media (max-width: 767px) {
    .section.inner-hero .hero-title {
        font-size: 2em;
        line-height: 1.125em;
        font-weight: 400;
        margin-top: 14vw;
        margin-bottom: 16vw;
    }
}
@media (max-width: 479px) {
    .section.inner-hero .hero-title {
        font-size: 1.75em;
        line-height: 1.1875em;
        margin-top: 24vw;
        margin-bottom: 26vw;
    }
}
.section.inner-hero .skinny-pattern-section-divider {
    background-position: 0 0;
    background-size: 600px 278px;
    background-repeat: repeat-x;
}
.section.inner-hero .skinny-pattern-divider.align-bottom {
    top: auto;
    bottom: 0;
    margin-top: 0;
    margin-bottom: -14px;
}
.section.inner-hero.tall-hero {
    padding-top: 10vw;
}
@media (max-width: 991px) {
    .section.inner-hero.tall-hero {
        padding-top: 25vw;
    }
}
@media (max-width: 767px) {
    .section.inner-hero.tall-hero {
        padding-top: 35vw;
    }
}
@media (max-width: 479px) {
    .section.inner-hero.tall-hero {
        padding-top: 70vw;
    }
}
.section.inner-hero.tall-hero .hero-bg.inner-hero-bg {
    background-position: 50% 45%;
    background-size: cover;
    background-repeat: no-repeat;
}
.site-navigation {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    text-align: center;
    width: 100%;
    max-width: 900px;
    position: static;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    float: right;
}
@media (max-width: 991px) {
    .site-navigation {
        position: absolute;
        max-width: 100%;
        padding-bottom: 50vh;
        background-color: #fff;
        -webkit-box-shadow: inset 0 1px 0 0 rgba(139, 183, 233, 0.2);
        box-shadow: inset 0 1px 0 0 rgba(139, 183, 233, 0.2);
        display: none;
    }
}
@media (max-width: 767px) {
    .site-navigation {
        min-width: 400px;
        margin-top: 5.5rem;
    }
}
@media (max-width: 479px) {
    .site-navigation {
        min-width: 240px;
        margin-top: 7.25rem;
    }
}
.site-navigation > div {
    width: 100%;
}
.site-navigation > div > ul {
    z-index: 999;
    overflow: visible;
}
@media (min-width: 992px) {
    .site-navigation > div > ul {
        display: -webkit-box !important;
        display: -webkit-flex !important;
        display: -ms-flexbox !important;
        display: flex !important;
        -webkit-box-flex: 1;
        -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 900px;
        position: static;
        -webkit-box-ordinal-group: 2;
        -webkit-order: 1;
        -ms-flex-order: 1;
        order: 1;
    }
}
.site-navigation > div > ul > li.mega-menu {
    position: relative;
}
.site-navigation > div > ul > li.mega-menu .megamenu {
    position: absolute;
    z-index: 99;
    background-color: #234263;
    left: 0;
    width: 100%;
    opacity: 0;
    height: 100%;
    display: table;
    overflow: hidden;
    padding: 1em 0.75em 0.5em;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    -webkit-box-shadow: 10px 10px 20px rgba(0, 0, 0, 0.15);
    box-shadow: 10px 10px 20px rgba(0, 0, 0, 0.15);
}
.site-navigation > div > ul > li {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}
.site-navigation > div > ul > li > a {
    padding: 1em 0;
    width: 100%;
}
.site-navigation > div > ul > li > .sub-menu {
    top: 50px;
    min-width: 260px;
    padding: 15px 10px;
    -webkit-box-shadow: 10px 10px 20px rgba(0, 0, 0, 0.15);
    box-shadow: 10px 10px 20px rgba(0, 0, 0, 0.15);
}
.site-navigation > div > ul > li.menu-item-has-children > a:after {
    content: "\f107";
    color: #b5c6d8;
    font-size: 0.9em;
    font-family: FontAwesome;
    position: relative;
    display: inline-block;
    vertical-align: middle;
    line-height: inherit;
    margin-left: 10px;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.site-navigation > div > ul > li:hover > .sub-menu {
    top: 60px;
}
.site-navigation > div > ul > li:hover.menu-item-has-children > a {
    -webkit-box-shadow: inset 0 -5px 0 0 #32c3f1;
    box-shadow: inset 0 -5px 0 0 #32c3f1;
}
.site-navigation > div > ul > li:hover.menu-item-has-children > a:after {
    color: #1db5e6;
}
.site-navigation > div > ul > li.mega-menu:hover {
    position: inherit;
}
.site-navigation > div > ul > li.mega-menu:hover .megamenu {
    top: 110px;
    opacity: 1;
}
@media (min-width: 1200px) {
    .site-navigation > div > ul > li.mega-menu:hover .megamenu {
        top: 110px;
    }
}
@media (min-width: 1366px) {
    .site-navigation > div > ul > li.mega-menu:hover .megamenu {
        top: 113px;
    }
}
@media (min-width: 1400px) {
    .site-navigation > div > ul > li.mega-menu:hover .megamenu {
        top: 114px;
    }
}
@media (min-width: 1600px) {
    .site-navigation > div > ul > li.mega-menu:hover .megamenu {
        top: 117px;
    }
}
.site-navigation > div > ul > li.mega-menu:hover .megamenu .sub-menu {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    max-width: 100%;
    min-width: 250px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    position: relative;
    left: auto;
    background-color: #234263;
}
.site-navigation > div > ul > li.mega-menu:hover .megamenu .sub-menu > li {
    position: relative;
    width: 19%;
    max-width: 100%;
    margin-right: 0.5%;
    margin-bottom: 1em;
    margin-left: 0.5%;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}
.site-navigation > div > ul > li.mega-menu:hover .megamenu .sub-menu > li > a {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    width: 100%;
    height: 11vw;
    max-height: 150px;
    min-height: 120px;
    margin-bottom: 0;
    padding: 0;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-top: 1px solid rgba(122, 122, 122, 0.15);
}
.site-navigation > div > ul > li.mega-menu:hover .megamenu .sub-menu > li > a:hover {
    opacity: 0.8;
}
.site-navigation > div > ul > li.mega-menu:hover .megamenu .sub-menu .sub-menu {
    overflow: hidden;
    width: 100%;
    display: block;
    margin: 0;
    min-width: auto;
    width: 100%;
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 0;
    border-bottom: 1px solid rgba(122, 122, 122, 0.15);
    -webkit-animation: initial;
    animation: initial;
}
.site-navigation > div > ul > li.mega-menu:hover .megamenu .sub-menu .sub-menu li {
    width: 100%;
    margin-bottom: 0;
    border-top: 1px solid rgba(122, 122, 122, 0.15);
}
.site-navigation > div > ul > li.mega-menu:hover .megamenu .sub-menu .sub-menu li a {
    display: block;
    width: 100%;
    padding: 0.75em 1em 0.75em 0;
    color: #fff;
    font-size: 0.875rem;
    line-height: 1.3125em;
    height: auto;
    min-height: initial;
}
.site-navigation > div > ul > li.mega-menu:hover .megamenu .sub-menu .sub-menu li.current_page_item a,
.site-navigation > div > ul > li.mega-menu:hover .megamenu .sub-menu .sub-menu li:active a,
.site-navigation > div > ul > li.mega-menu:hover .megamenu .sub-menu .sub-menu li:focus a,
.site-navigation > div > ul > li.mega-menu:hover .megamenu .sub-menu .sub-menu li:hover a {
    color: #1db5e6;
}
.site-navigation > div > ul > li.mega-menu:hover .megamenu .sub-menu .sub-menu li:first-child a {
    font-size: 1.125rem;
    font-weight: 600;
    line-height: 1.3125em;
    padding: 0.75em 0;
}
.site-navigation ul {
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
}
.site-navigation ul li {
    text-align: center;
    position: relative;
    display: block;
    margin: 0;
    float: left;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.site-navigation ul li:last-child ul {
    left: auto;
    right: 0;
}
.site-navigation ul li a {
    color: #2a5f96;
    font-weight: 600;
    font-size: 1.125rem;
    line-height: 1.25em;
    text-decoration: none !important;
    display: block;
    padding: 15px;
}
.site-navigation ul li.current_page_item > a,
.site-navigation ul li:active > a,
.site-navigation ul li:focus > a,
.site-navigation ul li:hover > a {
    color: #1db5e6;
}
.site-navigation ul ul {
    display: none;
    position: absolute;
    z-index: 99;
    background: #234263;
    left: 0;
    text-align: left;
}
.site-navigation ul ul li {
    display: block;
    padding: 0;
    width: 100%;
    margin-bottom: 0;
    border-top: 1px solid rgba(122, 122, 122, 0.15);
    text-align: left;
}
.site-navigation ul ul li:last-child {
    border-bottom: 1px solid rgba(122, 122, 122, 0.15);
}
.site-navigation ul ul li a {
    color: #fff;
    display: block;
    width: 100%;
    padding: 0.75em 1em 0.75em 0;
    font-size: 0.875rem;
    line-height: 1.3125em;
    font-weight: 400;
    text-transform: none;
    letter-spacing: 0;
    text-shadow: none !important;
}
.site-navigation ul ul li a:active,
.site-navigation ul ul li a:focus,
.site-navigation ul ul li a:hover {
    color: #1db5e6;
}
.site-navigation ul li:hover .megamenu .submenu,
.site-navigation ul li:hover > .megamenu,
.site-navigation ul li:hover > ul {
    display: block;
    -webkit-animation: fadein 0.3s;
    animation: fadein 0.3s;
}
.menu-toggle {
    color: #1db5e6;
    font-size: 24px;
    background-color: transparent;
    display: none;
    float: right;
    padding: 18px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    position: relative;
    -webkit-tap-highlight-color: transparent;
    tap-highlight-color: transparent;
}
@media (max-width: 991px) {
    .menu-toggle {
        color: #1db5e6;
        font-size: 1.5rem;
        display: block;
        padding: 2rem 2rem 2rem 1rem;
    }
}
@media (max-width: 767px) {
    .menu-toggle {
        padding: 1.75rem 1.5rem 1.75rem 0.875rem;
        line-height: 1;
    }
}
@media (max-width: 479px) {
    .menu-toggle {
        padding: 1.5rem 1.25rem 1.5rem 0.875rem;
    }
}
.menu-toggle .fa {
    font-size: 1em;
    line-height: 1;
}
@keyframes fadein {
    from {
        opacity: 0;
        margin-top: -6px;
    }
    to {
        opacity: 1;
        margin-top: -1px;
    }
}
@-webkit-keyframes fadein {
    from {
        opacity: 0;
        margin-top: -6px;
    }
    to {
        opacity: 1;
        margin-top: -1px;
    }
}
#mmenu:not(.mm-menu) {
    display: none;
}
.mm-navbar .mm-title {
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.25;
}
.mm-listview {
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.25;
}
.mm-menu > .mm-panels {
    background: #fff !important;
}
.mm-listview > li,
.mm-listview > li .mm-next,
.mm-listview > li .mm-next:before,
.mm-listview > li:after,
.mm-menu .mm-btn:after,
.mm-menu .mm-btn:before,
.mm-menu .mm-listview > li .mm-next:after,
.mm-menu .mm-navbar a,
.mm-menu .mm-navbar > *,
.mm-navbar {
    border-color: #d8e2ee !important;
}
.mm-listview > li:not(.mm-divider):after {
    left: 0 !important;
}
.mm-menu .mm-listview a,
.mm-navbar .mm-title {
    color: #366ea7 !important;
}
.mm-menu .mm-listview > li > a {
    padding: 12px 10px 12px 20px;
}
@media (min-width: 768px) {
    .mm-menu .mm-listview > li > a {
        padding: 15px 15px 15px 20px;
    }
}
.mm-panels .mm-listview a:hover {
    color: #1db5e6 !important;
}
#mmenu {
    display: block;
}
.section.section-referral-program {
    padding-top: 3.5vw;
    padding-bottom: 4.5vw;
    background-color: transparent;
}
@media (max-width: 991px) {
    .section.section-referral-program {
        padding-bottom: 8vw;
    }
}
@media (max-width: 767px) {
    .section.section-referral-program {
        padding-top: 3vw;
        padding-bottom: 10vw;
    }
}
@media (max-width: 479px) {
    .section.section-referral-program {
        padding-top: 5.5vw;
        padding-bottom: 12vw;
    }
}
.section.section-referral-program .container.referrals-section-container {
    max-width: none;
    padding-right: 4vw;
    padding-left: 4vw;
}
@media (max-width: 991px) {
    .section.section-referral-program .container.referrals-section-container {
        padding-right: 30px;
        padding-left: 30px;
    }
}
@media (max-width: 767px) {
    .section.section-referral-program .container.referrals-section-container {
        padding-right: 25px;
        padding-left: 25px;
    }
}
.section-reviews .reviews-wrap {
    position: relative;
    text-align: center;
    display: block;
    height: auto;
    max-width: 95%;
    margin: 0 auto;
    padding-bottom: 8rem;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: transparent;
    clear: both;
    -webkit-tap-highlight-color: transparent;
    tap-highlight-color: transparent;
}
@media (max-width: 991px) {
    .section-reviews .reviews-wrap {
        max-width: 100%;
        margin-bottom: 1.5rem;
        padding-bottom: 0;
    }
}
@media (max-width: 767px) {
    .section-reviews .reviews-wrap {
        margin-top: 4rem;
    }
}
.section-reviews .reviews-slider {
    position: relative;
    display: block;
    overflow: hidden;
    z-index: 1;
    left: 0;
    right: 0;
    height: 100%;
    margin: 0 auto;
    white-space: nowrap;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.section-reviews .review-slide {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 100%;
    height: 100%;
    white-space: normal;
    text-align: left;
}
.section-reviews .review-slide .slide-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 100%;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
@media (max-width: 767px) {
    .section-reviews .review-slide .slide-wrap {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}
.section-reviews .review-slide .review-img {
    position: relative;
    width: 30%;
    margin-top: 3em;
    margin-right: -1.5em;
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    align-self: stretch;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    background-color: #d8e2ee;
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
}
@media (max-width: 991px) {
    .section-reviews .review-slide .review-img {
        width: 40%;
        height: 30vw;
        margin: 1.5em 0 6em -3em;
        -webkit-align-self: flex-start;
        -ms-flex-item-align: start;
        align-self: flex-start;
        -webkit-box-ordinal-group: 2;
        -webkit-order: 1;
        -ms-flex-order: 1;
        order: 1;
    }
}
@media (max-width: 767px) {
    .section-reviews .review-slide .review-img {
        display: none;
        margin-left: 0;
        -webkit-box-ordinal-group: 0;
        -webkit-order: -1;
        -ms-flex-order: -1;
        order: -1;
    }
}
.section-reviews .review-slide .review {
    position: relative;
    z-index: 60;
    overflow: visible;
    margin-bottom: 3em;
    padding: 3em;
    background-color: #d8e2ee;
    background-image: linear-gradient(7deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.25) 66%);
}
@media (max-width: 991px) {
    .section-reviews .review-slide .review {
        margin-top: 6rem;
        margin-bottom: 0;
        padding: 2em;
    }
}
@media (max-width: 767px) {
    .section-reviews .review-slide .review {
        font-size: 0.875rem;
        line-height: 1.625em;
        text-align: center;
        margin-top: 1.5em;
        padding: 2em;
    }
}
.section-reviews .review-slide .review .review-rating {
    position: relative;
    z-index: 5;
    width: 100%;
    margin-top: 0.75em;
    margin-bottom: 0.75em;
}
.section-reviews .review-slide .review .review-comment {
    font-size: 1.1875em;
    line-height: 1.75em;
    font-weight: 400;
    margin-top: 1.5em;
}
@media (max-width: 991px) {
    .section-reviews .review-slide .review .review-comment {
        font-size: 1.125em;
    }
}
.section-reviews .review-slide .review .commentbox {
    font-size: 1em;
    line-height: 1.75em;
    font-style: normal;
    margin: 0 0 0.75em 0;
    padding: 0;
    border-left-style: none;
    border-left-width: 0;
}
@media (max-width: 991px) {
    .section-reviews .review-slide .review .commentbox {
        line-height: 1.625em;
    }
}
@media (max-width: 767px) {
    .section-reviews .review-slide .review .commentbox {
        line-height: 1.625em;
    }
}
.section-reviews .review-slide .review .review-author {
    font-size: 1.5em;
    line-height: 1.25em;
    font-weight: 400;
    text-transform: none;
    margin-top: 0.75em;
    margin-bottom: 0.75em;
}
@media (max-width: 991px) {
    .section-reviews .review-slide .review .review-author {
        font-size: 1.375em;
        line-height: 1.25em;
    }
}
.section-reviews .reviews-arrow {
    color: #b5c6d8;
    font-size: 2.2rem;
    left: 30%;
    top: auto;
    right: auto;
    bottom: 2rem;
    width: 4rem;
    height: 4rem;
    margin-left: -4rem;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    position: absolute;
    z-index: 3;
    cursor: pointer;
}
.section-reviews .reviews-arrow:hover {
    color: #1db5e6;
}
@media (max-width: 991px) {
    .section-reviews .reviews-arrow {
        font-size: 2rem;
        line-height: 1;
        left: 0;
        top: 0;
        bottom: auto;
        margin-top: 1rem;
        margin-left: 0;
    }
}
@media (max-width: 767px) {
    .section-reviews .reviews-arrow {
        left: 50%;
        top: -3.5rem;
        width: 3rem;
        height: 3.5rem;
        margin-top: 0;
        margin-left: -5.5rem;
        -webkit-transform: translate(-50%, 0);
        transform: translate(-50%, 0);
    }
}
.section-reviews .reviews-arrow.reviews-arrow-right {
    margin-left: 0;
}
@media (max-width: 991px) {
    .section-reviews .reviews-arrow.reviews-arrow-right {
        margin-left: 4rem;
    }
}
@media (max-width: 767px) {
    .section-reviews .reviews-arrow.reviews-arrow-right {
        margin-left: -2.5rem;
    }
}
.section-reviews .reviews-arrow .left-arrow,
.section-reviews .reviews-arrow .right-arrow {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    width: 1em;
    height: 1em;
    position: absolute;
}
@media (min-width: 768px) {
    .section-reviews .reviews-arrow .left-arrow .fa,
    .section-reviews .reviews-arrow .right-arrow .fa {
        vertical-align: top;
    }
}
.section-reviews .reviews-nav {
    font-size: 0.625rem;
    line-height: 4.625rem;
    text-align: center;
    position: absolute;
    top: auto;
    left: 30%;
    right: auto;
    bottom: 2rem;
    height: 4rem;
    margin: auto;
    margin-left: 4.5rem;
    padding-top: 0;
    padding-left: 1.5rem;
    border-left: 1px solid rgba(122, 122, 122, 0.15);
    z-index: 2;
    -webkit-tap-highlight-color: transparent;
    tap-highlight-color: transparent;
}
@media (max-width: 991px) {
    .section-reviews .reviews-nav {
        left: 0;
        top: 1rem;
        bottom: auto;
        margin-left: 9rem;
    }
}
@media (max-width: 767px) {
    .section-reviews .reviews-nav {
        left: 50%;
        top: -3rem;
        height: 2.5rem;
        margin-left: 0;
        padding-left: 1.375rem;
        -webkit-transform: none;
        transform: none;
        line-height: 3.125rem;
    }
}
.section-reviews .reviews-nav .slick-dots {
    bottom: auto;
    position: relative;
}
@media (min-width: 768px) {
    .section-reviews .reviews-nav .slick-dots {
        position: relative;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
    }
}
.section-reviews .reviews-nav .slick-dots li {
    width: 1em;
    height: 1em;
    margin: 0 7px 3px;
    vertical-align: middle;
}
@media (max-width: 767px) {
    .section-reviews .reviews-nav .slick-dots li {
        margin-top: -10px;
    }
}
.section-reviews .reviews-nav .slick-dots li button {
    width: inherit;
    height: inherit;
    opacity: 1;
}
.section-reviews .reviews-nav .slick-dots li button:before {
    color: #c0d2e6;
    font-size: 16px;
    opacity: 1;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.section-reviews .reviews-nav .slick-dots li.slick-active button:before {
    color: #819dbd;
}
.section-reviews .reviews-nav .slick-dots li:hover button:before {
    color: #1db5e6;
}
.section-reviews .reviews-btn {
    position: absolute;
    right: 20%;
    bottom: 1.75rem;
}
@media (max-width: 991px) {
    .section-reviews .reviews-btn {
        position: relative;
        right: 0;
        bottom: 0;
        display: none;
    }
}
.section-reviews .flex-row.review-logos-row {
    margin-bottom: 1.5em;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}
@media (max-width: 991px) {
    .section-reviews .flex-row.review-logos-row {
        margin-bottom: -1.5em;
    }
}
.section-reviews .flex-row.review-logos-row .review-logo {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 30%;
    margin: 1.5em 5% 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
}
@media (max-width: 767px) {
    .section-reviews .flex-row.review-logos-row .review-logo {
        width: 50%;
        margin-right: 0;
        margin-left: 0;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}
@media (max-width: 479px) {
    .section-reviews .flex-row.review-logos-row .review-logo {
        width: 100%;
        margin-right: 0;
        margin-left: 0;
    }
}
.section-reviews .flex-row.review-logos-row .logo-box {
    font-size: 0.875em;
    line-height: 1.625em;
    font-weight: 600;
    text-transform: uppercase;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    max-width: 240px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}
@media (max-width: 479px) {
    .section-reviews .flex-row.review-logos-row .logo-box {
        max-width: 210px;
    }
}
.section-reviews .flex-row.review-logos-row .logo-box a {
    display: inherit;
    -webkit-flex-wrap: inherit;
    -ms-flex-wrap: inherit;
    flex-wrap: inherit;
    -webkit-box-pack: inherit;
    -webkit-justify-content: inherit;
    -ms-flex-pack: inherit;
    justify-content: inherit;
    color: inherit;
    -webkit-align-content: inherit;
    -ms-flex-line-pack: inherit;
    align-content: inherit;
    -webkit-box-flex: inherit;
    -webkit-flex-grow: inherit;
    -ms-flex-positive: inherit;
    flex-grow: inherit;
    -webkit-box-align: inherit;
    -webkit-align-items: inherit;
    -ms-flex-align: inherit;
    align-items: inherit;
}
.section-reviews .flex-row.review-logos-row .logo-box .logo-img {
    width: 100%;
    max-width: 240px;
    margin-bottom: 0.5em;
    display: inline-block;
    vertical-align: middle;
}
.section-reviews .flex-row.review-logos-row .logo-box.ca-logo .logo-img {
    height: 19px;
}
.section-reviews .flex-row.review-logos-row .logo-box.bbb-logo .logo-img {
    width: 130px;
    height: 67px;
}
.section-reviews .flex-row.review-logos-row .logo-box .sm-img {
    width: 2em;
    height: 2em;
    margin-right: 0.25em;
    margin-left: 0.25em;
    display: inline-block;
    vertical-align: middle;
    max-width: 100%;
}
.section-reviews .flex-row.review-logos-row .logo-box .img-text {
    max-width: 100%;
}
.section-reviews .flex-row.review-logos-row .rating-box {
    font-size: 0.875em;
    position: relative;
    width: 100%;
    margin-top: 0.5em;
    margin-bottom: 0;
    z-index: 5;
}
.section-reviews .flex-row.review-logos-row .rating-box .fa {
    font-size: 1.6em;
    display: inline-block;
    vertical-align: middle;
}
.section-reviews .flex-row.review-logos-row .rating-box .logo-text {
    font-size: 0.8125rem;
    text-transform: uppercase;
    width: 100%;
    margin-top: 0.5em;
}
.section-reviews .flex-row.review-logos-row .rating-box .logo-text p {
    font-size: inherit;
    max-width: 100%;
    margin: 0 auto 0.75em;
}
.section-reviews .review-star {
    vertical-align: middle;
    display: inline-block;
    max-width: 100%;
    width: 2em;
    height: 2em;
}
@media (max-width: 991px) {
    .section-reviews .review-star {
        width: 1.75em;
        height: 1.75em;
    }
}
@media (max-width: 767px) {
    .section-reviews .review-star {
        width: 1.625em;
        height: 1.625em;
    }
}
.section-solution-steps .solutions-form-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0.5em 0 1em;
    padding-top: 1.5em;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    border-top: 1px solid #d8e2ee;
}
.section-solution-steps .solutions-form-wrap .tab-step {
    display: none;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: row !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
}
.section-solution-steps .solutions-form-wrap .tab-step.active {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}
.section-solution-steps .solutions-form-wrap form.solutions-form {
    position: relative;
    background-color: transparent;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}
.section-solution-steps .solutions-form-wrap.form-step-2 {
    margin-bottom: 0;
}
.section-solution-steps .steps-row {
    margin-bottom: 1.5em;
    padding-right: 5%;
    padding-bottom: 1.5em;
    padding-left: 5%;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
}
@media (max-width: 991px) {
    .section-solution-steps .steps-row {
        margin-bottom: 0;
        padding-right: 0;
        padding-bottom: 0;
        padding-left: 0;
        -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    }
}
@media (max-width: 767px) {
    .section-solution-steps .steps-row {
        margin-bottom: 0;
        padding-bottom: 0;
        -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    }
}
.section-solution-steps .steps-row .steps-col {
    width: 50%;
    max-width: 100%;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    border-bottom: 2px solid transparent;
    -webkit-transform: none;
    transform: none;
    text-align: center;
}
@media (max-width: 991px) {
    .section-solution-steps .steps-row .steps-col {
        padding-right: 32px;
        padding-left: 32px;
    }
}
@media (max-width: 767px) {
    .section-solution-steps .steps-row .steps-col {
        padding-right: 15px;
        padding-left: 15px;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-align-content: flex-start;
        -ms-flex-line-pack: start;
        align-content: flex-start;
    }
}
@media (max-width: 479px) {
    .section-solution-steps .steps-row .steps-col {
        padding-right: 10px;
        padding-left: 10px;
        text-align: center;
    }
}
.section-solution-steps .steps-row .steps-col .steps-title-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    max-width: 100%;
    margin-bottom: 0.5em;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transform: none;
    transform: none;
}
@media (max-width: 767px) {
    .section-solution-steps .steps-row .steps-col .steps-title-wrap {
        margin-bottom: 0;
        -webkit-box-flex: 1;
        -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
    }
}
.section-solution-steps .steps-row .steps-col .steps-title {
    color: #d8e2ee;
    font-size: 2em;
    font-weight: 300;
    margin-top: 0.5em;
    margin-bottom: 0.5em;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
}
@media (max-width: 991px) {
    .section-solution-steps .steps-row .steps-col .steps-title {
        font-size: 1.75em;
    }
}
@media (max-width: 767px) {
    .section-solution-steps .steps-row .steps-col .steps-title {
        font-size: 1.5em;
        font-weight: 400;
    }
}
@media (max-width: 479px) {
    .section-solution-steps .steps-row .steps-col .steps-title {
        font-size: 1em;
    }
}
.section-solution-steps .steps-row .steps-col .steps-icon-wrap {
    color: #d8e2ee;
    font-size: 2rem;
    font-weight: 300;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    width: 3.5rem;
    height: 3.5rem;
    margin-left: 0.75rem;
    padding: 10px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    border: 2px solid #cddae9;
    border-radius: 50%;
}
@media (max-width: 991px) {
    .section-solution-steps .steps-row .steps-col .steps-icon-wrap {
        font-size: 1.625rem;
        width: 3rem;
        height: 3rem;
    }
}
@media (max-width: 767px) {
    .section-solution-steps .steps-row .steps-col .steps-icon-wrap {
        font-size: 1.25rem;
        width: 2.25rem;
        height: 2.25rem;
        margin-left: 0.5rem;
    }
}
@media (max-width: 479px) {
    .section-solution-steps .steps-row .steps-col .steps-icon-wrap {
        font-size: 1rem;
        width: 1.75rem;
        height: 1.75rem;
        margin-left: 0.25rem;
    }
}
.section-solution-steps .steps-row .steps-col .steps-text {
    font-size: 1em;
    line-height: 1.375em;
    max-width: 100%;
    -webkit-transform: none;
    transform: none;
}
@media (max-width: 767px) {
    .section-solution-steps .steps-row .steps-col .steps-text {
        font-size: 0.75em;
        width: 100%;
        padding-left: 0;
        -webkit-box-flex: 1;
        -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
    }
}
@media (max-width: 479px) {
    .section-solution-steps .steps-row .steps-col .steps-text {
        font-size: 0.625em;
        width: 100%;
    }
}
.section-solution-steps .steps-row .steps-col .steps-text p {
    font-size: inherit;
    margin-bottom: 0;
}
.section-solution-steps .steps-row .steps-col.active,
.section-solution-steps .steps-row .steps-col.is-active {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.section-solution-steps .steps-row .steps-col.active .steps-title,
.section-solution-steps .steps-row .steps-col.is-active .steps-title {
    color: #1db5e6;
    font-weight: 400;
}
@media (max-width: 767px) {
    .section-solution-steps .steps-row .steps-col.active .steps-title,
    .section-solution-steps .steps-row .steps-col.is-active .steps-title {
        font-weight: 600;
    }
}
.section-solution-steps .steps-row .steps-col.active .steps-icon-wrap,
.section-solution-steps .steps-row .steps-col.is-active .steps-icon-wrap {
    color: #fff;
    font-weight: 400;
    border-color: #1db5e6;
    background-color: #1db5e6;
}
.section-solution-steps .steps-row .steps-col.visited .steps-title {
    color: #2a5f96;
    font-weight: 400;
}
@media (max-width: 767px) {
    .section-solution-steps .steps-row .steps-col.visited .steps-title {
        font-weight: 600;
    }
}
.section-solution-steps .steps-row .steps-col.visited .steps-icon-wrap {
    color: #2a5f96;
    font-weight: 400;
    border-color: #2a5f96;
    background-color: #fff;
}
.section-solution-steps .tabbed-content > div {
    display: none;
}
.section-solution-steps .tabbed-content > div.active {
    display: block;
}
.section-solution-steps .tabs-wrap {
    position: relative;
    margin-bottom: 3em;
}
@media (max-width: 991px) {
    .section-solution-steps .tabs-wrap {
        margin-right: -30px;
        margin-bottom: 3em;
        margin-left: -30px;
    }
}
@media (max-width: 767px) {
    .section-solution-steps .tabs-wrap {
        margin-right: -25px;
        margin-bottom: 3em;
        margin-left: -25px;
    }
}
@media (max-width: 479px) {
    .section-solution-steps .tabs-wrap {
        margin-bottom: 0;
    }
}
.section-solution-steps .tabs-wrap .tabs.solution-tabs {
    position: relative;
    overflow: hidden;
    margin-bottom: 0;
}
@media (max-width: 991px) {
    .section-solution-steps .tabs-wrap .tabs.solution-tabs {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
        -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        margin-left: 0;
        margin-right: 0;
    }
}
.section-solution-steps .tabs-wrap .tabs.solution-tabs .tabs-menu.solutions-tabs-menu {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: -2%;
    margin-left: -2%;
    padding-top: 6px;
    max-width: 105%;
}
@media (max-width: 991px) {
    .section-solution-steps .tabs-wrap .tabs.solution-tabs .tabs-menu.solutions-tabs-menu {
        position: absolute;
        left: 0;
        top: 50vw;
        right: 0;
        z-index: 50;
        overflow: auto;
        max-width: 100%;
        margin-top: 2.5rem;
        margin-right: 0;
        margin-left: 0;
        padding: 6px 20px 0 18px;
    }
}
@media (max-width: 767px) {
    .section-solution-steps .tabs-wrap .tabs.solution-tabs .tabs-menu.solutions-tabs-menu {
        padding-left: 14px;
    }
}
.section-solution-steps .tabs-wrap .tabs.solution-tabs .tabs-menu.solutions-tabs-menu .tab-link {
    color: #265688;
    line-height: 1.25em;
    font-size: 1em;
    font-weight: 600;
    text-align: center;
    cursor: pointer;
    text-decoration: none;
    position: static;
    z-index: 10;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: 0.25%;
    margin-left: 0.25%;
    padding: 1em 0.5em 0.75em;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    background-color: #e4ecf5;
    -webkit-transform: skew(-20deg, 0deg);
    transform: skew(-20deg, 0deg);
    vertical-align: top;
    max-width: 100%;
}
@media (max-width: 991px) {
    .section-solution-steps .tabs-wrap .tabs.solution-tabs .tabs-menu.solutions-tabs-menu .tab-link {
        font-size: 0.875rem;
        line-height: 1.25em;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        max-width: none;
        min-width: 200px;
        margin-right: 4px;
        margin-left: 0;
        padding: 1.25em 2em;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }
}
@media (max-width: 767px) {
    .section-solution-steps .tabs-wrap .tabs.solution-tabs .tabs-menu.solutions-tabs-menu .tab-link {
        min-width: 200px;
    }
}
.section-solution-steps .tabs-wrap .tabs.solution-tabs .tabs-menu.solutions-tabs-menu .tab-link .tab-link-image {
    width: 2em;
    height: 2em;
    margin-right: 1em;
    margin-bottom: 0.375em;
    -webkit-transform: skew(20deg, 0deg);
    transform: skew(20deg, 0deg);
}
.section-solution-steps .tabs-wrap .tabs.solution-tabs .tabs-menu.solutions-tabs-menu .tab-link svg {
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.section-solution-steps .tabs-wrap .tabs.solution-tabs .tabs-menu.solutions-tabs-menu .tab-link .tab-link-text {
    -webkit-transform: skew(20deg, 0deg);
    transform: skew(20deg, 0deg);
}
.section-solution-steps .tabs-wrap .tabs.solution-tabs .tabs-menu.solutions-tabs-menu .tab-link.active,
.section-solution-steps .tabs-wrap .tabs.solution-tabs .tabs-menu.solutions-tabs-menu .tab-link.is-active {
    color: #fff;
    background-color: #0d2f52;
    -webkit-box-shadow: 0 -5px 0 0 #1db5e6;
    box-shadow: 0 -5px 0 0 #1db5e6;
}
.section-solution-steps .tabs-wrap .tabs.solution-tabs .tabs-menu.solutions-tabs-menu .tab-link:active,
.section-solution-steps .tabs-wrap .tabs.solution-tabs .tabs-menu.solutions-tabs-menu .tab-link:focus,
.section-solution-steps .tabs-wrap .tabs.solution-tabs .tabs-menu.solutions-tabs-menu .tab-link:hover {
    color: #fff;
    background-color: #1db5e6;
}
.section-solution-steps .tabs-wrap .tabs.solution-tabs .tabs-menu.solutions-tabs-menu .tab-link:active svg path,
.section-solution-steps .tabs-wrap .tabs.solution-tabs .tabs-menu.solutions-tabs-menu .tab-link:focus svg path,
.section-solution-steps .tabs-wrap .tabs.solution-tabs .tabs-menu.solutions-tabs-menu .tab-link:hover svg path {
    fill: #fff;
}
.section-solution-steps .tabs-wrap .tabs.solution-tabs .tabbed-content {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 530px;
    overflow: hidden;
}
@media (max-width: 991px) {
    .section-solution-steps .tabs-wrap .tabs.solution-tabs .tabbed-content {
        height: auto;
        padding-right: 30px;
        padding-left: 30px;
    }
}
@media (max-width: 767px) {
    .section-solution-steps .tabs-wrap .tabs.solution-tabs .tabbed-content {
        padding-right: 25px;
        padding-left: 25px;
    }
}
.section-solution-steps .tabs-wrap .tabs.solution-tabs .tabbed-content .tabs-pane {
    position: relative;
    width: 100%;
    height: 100%;
    padding-top: 1.5em;
    padding-bottom: 8rem;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    overflow: visible;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
@media (max-width: 991px) {
    .section-solution-steps .tabs-wrap .tabs.solution-tabs .tabbed-content .tabs-pane {
        padding-bottom: 6rem;
    }
}
@media (max-width: 767px) {
    .section-solution-steps .tabs-wrap .tabs.solution-tabs .tabbed-content .tabs-pane {
        padding-bottom: 5rem;
    }
}
@media (max-width: 479px) {
    .section-solution-steps .tabs-wrap .tabs.solution-tabs .tabbed-content .tabs-pane {
        padding-bottom: 10rem;
    }
}
.section-solution-steps .tabs-wrap .tabs.solution-tabs .tabbed-content .tabs-pane .tab-inner-text {
    opacity: 0.5;
    left: -3%;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.section-solution-steps .tabs-wrap .tabs.solution-tabs .tabbed-content .tabs-pane.active .tab-inner-text {
    opacity: 1;
    left: 0;
}
.section-solution-steps .tabs-wrap .tabs.solution-tabs .tabbed-content .tabs-pane-inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
}
@media (max-width: 991px) {
    .section-solution-steps .tabs-wrap .tabs.solution-tabs .tabbed-content .tabs-pane-inner {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}
.section-solution-steps .tabs-wrap .tabs.solution-tabs .tabbed-content .tabs-pane-img {
    position: relative;
    width: 40%;
    min-height: 280px;
    min-width: 40%;
    margin-top: 0.625em;
    margin-right: 5%;
    margin-bottom: -8rem;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
}
@media (max-width: 991px) {
    .section-solution-steps .tabs-wrap .tabs.solution-tabs .tabbed-content .tabs-pane-img {
        width: auto;
        height: 50vw;
        min-height: 0;
        min-width: 0;
        margin-right: -30px;
        margin-bottom: 0;
        margin-left: -30px;
    }
}
@media (max-width: 767px) {
    .section-solution-steps .tabs-wrap .tabs.solution-tabs .tabbed-content .tabs-pane-img {
        margin-right: -25px;
        margin-left: -25px;
    }
}
.section-solution-steps .tabs-wrap .tabs.solution-tabs .tabbed-content .tab-inner-text {
    position: relative;
    z-index: 20;
    width: 55%;
    padding-top: 1.25em;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    text-align: left;
}
@media (max-width: 991px) {
    .section-solution-steps .tabs-wrap .tabs.solution-tabs .tabbed-content .tab-inner-text {
        width: 100%;
        margin-top: 6.5rem;
    }
}
@media (max-width: 479px) {
    .section-solution-steps .tabs-wrap .tabs.solution-tabs .tabbed-content .tab-inner-text {
        position: static;
    }
}
.section-solution-steps .tabs-wrap .tabs.solution-tabs .tabbed-content .tab-inner-text .tab-text {
    position: relative;
    z-index: 1;
    padding-top: 0;
    padding-bottom: 1em;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}
@media (max-width: 991px) {
    .section-solution-steps .tabs-wrap .tabs.solution-tabs .tabbed-content .tab-inner-text .tab-text {
        width: 100%;
        padding-right: 0;
        padding-bottom: 1em;
    }
}
.section-solution-steps .tabs-wrap .tabs.solution-tabs .tabbed-content .tab-inner-text .tab-text .h2 {
    font-size: 2em;
    line-height: 1.3125em;
    max-width: 100%;
    font-weight: 400;
    margin-top: 0;
    margin-bottom: 0.5em;
}
@media (max-width: 991px) {
    .section-solution-steps .tabs-wrap .tabs.solution-tabs .tabbed-content .tab-inner-text .tab-text .h2 {
        font-size: 1.875em;
    }
}
@media (max-width: 767px) {
    .section-solution-steps .tabs-wrap .tabs.solution-tabs .tabbed-content .tab-inner-text .tab-text .h2 {
        font-size: 1.625em;
    }
}
.section-solution-steps .tabs-wrap .tabs.solution-tabs .tabbed-content .tab-inner-text .tab-text .h3 {
    color: #1db5e6;
    font-size: 1.25em;
    font-weight: 400;
    line-height: 1.4125em;
    margin-top: 0.875em;
    margin-bottom: 0.5em;
}
@media (max-width: 991px) {
    .section-solution-steps .tabs-wrap .tabs.solution-tabs .tabbed-content .tab-inner-text .tab-text .h3 {
        font-size: 1.125em;
    }
}
.section-solution-steps .tabs-wrap .tabs.solution-tabs .tabbed-content .form-fields {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    max-width: 100%;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
@media (max-width: 479px) {
    .section-solution-steps .tabs-wrap .tabs.solution-tabs .tabbed-content .form-fields {
        margin-bottom: 0.25em;
    }
}
.section-solution-steps .tabs-wrap .tabs.solution-tabs .tabbed-content .form-fields .checkbox-wrap {
    position: relative;
    width: 48%;
    margin-top: -1px;
    padding-top: 0.75em;
    padding-bottom: 0.75em;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    border-top: 1px solid #d8e2ee;
    border-bottom: 1px solid #d8e2ee;
}
@media (max-width: 991px) {
    .section-solution-steps .tabs-wrap .tabs.solution-tabs .tabbed-content .form-fields .checkbox-wrap {
        padding-top: 0.625em;
        padding-bottom: 0.625em;
    }
}
@media (max-width: 767px) {
    .section-solution-steps .tabs-wrap .tabs.solution-tabs .tabbed-content .form-fields .checkbox-wrap {
        font-size: 0.875rem;
    }
}
@media (max-width: 479px) {
    .section-solution-steps .tabs-wrap .tabs.solution-tabs .tabbed-content .form-fields .checkbox-wrap {
        width: 100%;
    }
}
.section-solution-steps .tabs-wrap .tabs.solution-tabs .tabbed-content .form-fields .checkbox-wrap .checkbox {
    position: relative;
    z-index: 5;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin-bottom: 0;
    padding-left: 1.75em;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    cursor: pointer;
}
@media (max-width: 479px) {
    .section-solution-steps .tabs-wrap .tabs.solution-tabs .tabbed-content .form-fields .checkbox-wrap .checkbox {
        padding-right: 0;
    }
}
.section-solution-steps .tabs-wrap .tabs.solution-tabs .tabbed-content .form-fields .checkbox-wrap .checkbox-input {
    position: relative;
    width: 2em;
    height: 2em;
    min-height: 2em;
    min-width: 2em;
    margin: 0 0 0 -1.75em;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    background-color: transparent;
    opacity: 0;
    text-align: center;
    cursor: pointer;
}
@media (max-width: 991px) {
    .section-solution-steps .tabs-wrap .tabs.solution-tabs .tabbed-content .form-fields .checkbox-wrap .checkbox-input {
        width: 1.75em;
        height: 1.75em;
        min-height: 1.75em;
        min-width: 1.75em;
    }
}
@media (max-width: 767px) {
    .section-solution-steps .tabs-wrap .tabs.solution-tabs .tabbed-content .form-fields .checkbox-wrap .checkbox-input {
        width: 1.5em;
        height: 1.5em;
        min-height: 1.5em;
        min-width: 1.5em;
    }
}
.section-solution-steps .tabs-wrap .tabs.solution-tabs .tabbed-content .form-fields .checkbox-wrap label {
    color: #2a5f96;
    line-height: 1.25em;
    font-weight: 600;
    position: relative;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 0;
    padding-left: 0.5em;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    cursor: pointer;
}
.section-solution-steps .tabs-wrap .tabs.solution-tabs .tabbed-content .form-fields .checkbox-wrap .checkbox-empty {
    position: absolute;
    left: 0;
    top: 0.75em;
    z-index: 3;
    width: 2em;
    height: 2em;
    border: 1px solid #1db5e6;
    border-radius: 25%;
}
@media (max-width: 991px) {
    .section-solution-steps .tabs-wrap .tabs.solution-tabs .tabbed-content .form-fields .checkbox-wrap .checkbox-empty {
        top: 0.625em;
        width: 1.75em;
        height: 1.75em;
    }
}
@media (max-width: 767px) {
    .section-solution-steps .tabs-wrap .tabs.solution-tabs .tabbed-content .form-fields .checkbox-wrap .checkbox-empty {
        width: 1.5em;
        height: 1.5em;
    }
}
.section-solution-steps .tabs-wrap .tabs.solution-tabs .tabbed-content .form-fields .checkbox-wrap .checkbox-img {
    position: absolute;
    left: 0;
    top: 0.75em;
    z-index: 4;
    display: none;
    width: 2em;
    height: 2em;
    border-style: solid;
    border-width: 2px;
    border-color: rgba(13, 59, 107, 0.85);
    border-radius: 25%;
    background-color: rgba(216, 226, 238, 0.3);
    background-position: 50% 50%;
    background-size: 1em 1em;
    background-repeat: no-repeat;
}
@media (max-width: 991px) {
    .section-solution-steps .tabs-wrap .tabs.solution-tabs .tabbed-content .form-fields .checkbox-wrap .checkbox-img {
        top: 0.625em;
        width: 1.75em;
        height: 1.75em;
    }
}
@media (max-width: 767px) {
    .section-solution-steps .tabs-wrap .tabs.solution-tabs .tabbed-content .form-fields .checkbox-wrap .checkbox-img {
        width: 1.5em;
        height: 1.5em;
    }
}
.section-solution-steps .tabs-wrap .tabs.solution-tabs .tabbed-content .form-fields .checkbox-wrap .checkbox-img.checked {
    display: inline-block;
}
.section-solution-steps .tabs-wrap .tabs-nav {
    position: relative;
    z-index: 4;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    max-width: 60%;
    margin-top: -4rem;
    margin-right: auto;
    margin-left: 45%;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
@media (max-width: 991px) {
    .section-solution-steps .tabs-wrap .tabs-nav {
        max-width: 100%;
        margin-right: 30px;
        margin-left: 30px;
    }
}
@media (max-width: 767px) {
    .section-solution-steps .tabs-wrap .tabs-nav {
        margin-right: 25px;
        margin-left: 25px;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
}
@media (max-width: 479px) {
    .section-solution-steps .tabs-wrap .tabs-nav {
        margin-top: -9rem;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start;
    }
}
.section-solution-steps .tabs-wrap .tabs-nav .btn {
    margin-left: 0;
}
.section-solution-steps .tabs-wrap .tabs-nav .btn.prev-btn,
.section-solution-steps .tabs-wrap .tabs-nav .btn.view-btn {
    display: none;
}
.section-solution-steps .tabs-wrap .tabs-nav .btn.prev-btn.show,
.section-solution-steps .tabs-wrap .tabs-nav .btn.view-btn.show {
    display: inline-block;
}
.section-solution-steps .tabs-wrap .tabs-nav .btn.prev-btn {
    margin-top: 0;
    margin-right: 1.5em;
    margin-bottom: 0;
}
.section-solution-steps .tabs-wrap .tabs-nav .btn.next-btn {
    min-width: 190px;
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 0;
    padding-right: 3.375em;
    padding-left: 3.375em;
}
@media (max-width: 479px) {
    .section-solution-steps .tabs-wrap .tabs-nav .btn.next-btn {
        margin-bottom: 1em;
    }
}
.section-solution-steps .tabs-wrap .tabs-nav .btn.view-btn {
    color: #265688;
    margin-top: 0;
    margin-bottom: 0;
    background-color: transparent;
    -webkit-box-shadow: inset 0 0 0 2px rgba(38, 86, 136, 0.65);
    box-shadow: inset 0 0 0 2px rgba(38, 86, 136, 0.65);
    border: none;
    position: relative;
}
.section-solution-steps .tabs-wrap .tabs-nav .btn.view-btn:active,
.section-solution-steps .tabs-wrap .tabs-nav .btn.view-btn:focus,
.section-solution-steps .tabs-wrap .tabs-nav .btn.view-btn:hover {
    color: #fff;
    background-color: #234263;
}
.section-solution-steps .tabs-wrap .tabs-nav .btn:not([href]):not([tabindex]) {
    color: #fff;
}
.section-solution-steps .tabs-wrap .tabs-nav .btn input#solSubmit {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    background-color: transparent;
    border: none;
    cursor: pointer;
}
.section-solution-steps .tabs-wrap .tabs-nav .nav-btn-divider {
    font-size: 0.75rem;
    line-height: 1.25em;
    font-weight: 700;
    text-transform: uppercase;
    display: none;
    margin-right: 1.5em;
    margin-left: 1.5em;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 50%;
}
@media (max-width: 767px) {
    .section-solution-steps .tabs-wrap .tabs-nav .nav-btn-divider {
        display: none;
    }
}
.section-solution-steps .tabs-wrap .tabs-nav .nav-btn-divider.show {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}
.section-solution-steps .form-control {
    height: 4em;
    min-height: 4em;
    margin-bottom: 1em;
    padding: 0.875em 1em;
    border-radius: 0;
    background-image: none;
    line-height: 1.25em;
}
@media (max-width: 991px) {
    .section-solution-steps .form-control {
        height: 3.5em;
        min-height: 3.5em;
    }
}
@media (max-width: 767px) {
    .section-solution-steps .form-control {
        font-size: 0.8125rem;
        height: 3.25em;
        min-height: 3.25em;
        margin-bottom: 0.5em;
        padding-top: 0.75em;
        padding-bottom: 0.75em;
    }
}
.section-solution-steps .solutions-step-2 {
    text-align: left;
    overflow: visible;
    padding: 0;
    background-color: transparent;
}
.section-solution-steps .flex-row.solutions-steps-row {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
}
.section-solution-steps .flex-col.rs-col {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}
@media (max-width: 991px) {
    .section-solution-steps .flex-col.rs-col {
        -webkit-box-ordinal-group: 2;
        -webkit-order: 1;
        -ms-flex-order: 1;
        order: 1;
    }
}
.section-solution-steps .flex-col.rs-col .section-text-wrap {
    position: relative;
    z-index: 1;
    width: 100%;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
}
@media (max-width: 991px) {
    .section-solution-steps .flex-col.rs-col .section-text-wrap {
        width: 100%;
        padding-right: 0;
    }
}
@media (max-width: 767px) {
    .section-solution-steps .flex-col.rs-col .section-text-wrap {
        padding-bottom: 0.5em;
    }
}
.section-solution-steps .flex-col.rs-col .section-text-wrap .h2 {
    color: #1db5e6;
    font-size: 1.65em;
    margin-top: 0;
    margin-left: -2px;
}
@media (min-width: 768px) {
    .section-solution-steps .flex-col.rs-col .section-text-wrap .h2 {
        font-size: 1.75em;
    }
}
.section-solution-steps .flex-col.interactive-col {
    display: block;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.section-solution-steps .flex-col .section-text.solutions-text {
    position: relative;
    z-index: 1;
    width: 100%;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
}
@media (max-width: 991px) {
    .section-solution-steps .flex-col .section-text.solutions-text {
        padding-right: 0;
    }
}
@media (max-width: 767px) {
    .section-solution-steps .flex-col .section-text.solutions-text {
        padding-bottom: 0.5em;
    }
}
.section-solution-steps .flex-col .section-text.solutions-text h2 {
    color: #1db5e6;
    font-size: 1.75em;
    margin-top: 0;
    margin-left: -2px;
}
.section-solution-steps .flex-col .section-text.solutions-text p {
    max-width: 100%;
    margin-bottom: 0.75em;
}
.section-solution-steps .flex-col .flex-row.solutions-concerns-row {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
}
@media (max-width: 991px) {
    .section-solution-steps .flex-col .flex-row.solutions-concerns-row {
        margin-bottom: 1.5em;
        padding-bottom: 1.5em;
        border-bottom: 1px solid #d8e2ee;
    }
}
.section-solution-steps .flex-col .flex-row.solutions-concerns-row .flex-col.solutions-col {
    width: 50%;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}
@media (max-width: 991px) {
    .section-solution-steps .flex-col .flex-row.solutions-concerns-row .flex-col.solutions-col {
        width: 50%;
        min-width: 25%;
    }
}
@media (max-width: 479px) {
    .section-solution-steps .flex-col .flex-row.solutions-concerns-row .flex-col.solutions-col {
        width: 100%;
    }
}
.section-solution-steps .flex-col .title-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin-top: 1em;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
@media (max-width: 479px) {
    .section-solution-steps .flex-col .title-wrap {
        margin-top: 0;
    }
}
.section-solution-steps .flex-col .title-wrap img {
    width: 2em;
    height: 2em;
    margin-right: 0.75em;
    display: inline-block;
    max-width: 100%;
    vertical-align: middle;
}
.section-solution-steps .flex-col .title-wrap h3 {
    font-size: 1.25em;
    line-height: 1.25em;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 0.5em;
    margin-bottom: 0.5em;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}
.section-solution-steps .flex-col .solution-text {
    position: relative;
    z-index: 1;
    width: 100%;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
}
@media (max-width: 991px) {
    .section-solution-steps .flex-col .solution-text {
        width: 100%;
        padding-right: 0;
    }
}
@media (max-width: 767px) {
    .section-solution-steps .flex-col .solution-text {
        padding-bottom: 0.5em;
    }
}
.section-solution-steps .flex-col .solution-text ul {
    margin-top: 0.5em;
    margin-bottom: 0.75em;
    overflow: visible;
    padding-left: 0;
    list-style-type: none;
}
.section-solution-steps .flex-col .solution-text ul li {
    margin-bottom: 0.625em;
    padding-left: 1.375em;
    background-image: url(../images/svg/circle-check.svg);
    background-position: 0 4px;
    background-size: 1em;
    background-repeat: no-repeat;
    line-height: 1.375em;
    font-weight: 400;
}
.section-solution-steps .sticky-col-wrap {
    width: 100%;
    margin-bottom: 6em;
    position: -webkit-sticky;
    position: sticky;
    top: 4.5em;
}
@media (max-width: 991px) {
    .section-solution-steps .sticky-col-wrap {
        margin-top: 1.5em;
        margin-bottom: 3em;
    }
}
.section-solution-steps .interactive-img-wrap {
    position: relative;
}
.section-solution-steps .interactive-img-wrap .interactive-img {
    display: inline-block;
    vertical-align: middle;
    width: 100%;
    max-width: 100%;
}
.section-solution-steps .interactive-img-wrap .img-description {
    color: rgba(255, 255, 255, 0.85);
    font-size: 0.625rem;
    line-height: 1.125em;
    text-align: left;
    position: absolute;
    left: 66%;
    top: 64%;
    right: 15%;
    bottom: auto;
    min-width: 100px;
    margin-top: -1rem;
}
@media (max-width: 767px) {
    .section-solution-steps .interactive-img-wrap .img-description {
        font-size: 0.625rem;
    }
}
@media (max-width: 479px) {
    .section-solution-steps .interactive-img-wrap .img-description {
        color: rgba(42, 95, 150, 0.65);
        text-align: center;
        left: 10%;
        top: 100%;
        display: block;
        max-width: 70%;
        margin-top: 0;
        margin-right: auto;
        margin-left: auto;
    }
}
.section-solution-steps .interactive-img-wrap .img-spot {
    color: #fff;
    font-weight: 600;
    text-align: center;
    cursor: pointer;
    position: absolute;
    left: 0;
    top: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 1.75em;
    height: 1.75em;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 50%;
    background-color: #1db5e6;
    -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.5);
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.5);
}
@media (max-width: 767px) {
    .section-solution-steps .interactive-img-wrap .img-spot {
        font-size: 0.75rem;
    }
}
@media (max-width: 479px) {
    .section-solution-steps .interactive-img-wrap .img-spot {
        font-size: 0.625rem;
    }
}
.section-solution-steps .interactive-img-wrap .img-spot.spot-1 {
    left: 53%;
    top: 63%;
}
.section-solution-steps .interactive-img-wrap .img-spot.spot-2 {
    left: 63%;
    top: 51%;
}
.section-solution-steps .interactive-img-wrap .img-spot.spot-3 {
    left: 11%;
    top: 54%;
}
.section-solution-steps .interactive-img-wrap .img-spot.spot-4 {
    left: 8%;
    top: 69%;
}
.section-solution-steps .interactive-img-wrap .img-spot.spot-5 {
    left: 39%;
    top: 82%;
}
.section-solution-steps .interactive-img-wrap .img-spot.unchecked {
    color: #234263;
    background-color: #fff;
    -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.5), inset 0 0 0 2px #32c3f1;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.5), inset 0 0 0 2px #32c3f1;
}
.section-solution-steps .solutions-form-fields {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 0.75em;
    margin-bottom: 3em;
    padding: 1.5em;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    background-color: rgba(13, 59, 107, 0.1);
}
@media (max-width: 991px) {
    .section-solution-steps .solutions-form-fields {
        margin-top: 1.5em;
        border-top-style: none;
    }
}
@media (max-width: 767px) {
    .section-solution-steps .solutions-form-fields {
        margin-top: 0;
        margin-bottom: 0;
    }
}
@media (max-width: 479px) {
    .section-solution-steps .solutions-form-fields {
        margin-right: -10px;
        margin-left: -10px;
        padding-right: 0.75em;
        padding-left: 0.75em;
    }
}
.section-solution-steps .solutions-form-fields .form-group {
    margin-bottom: 0;
}
.section-solution-steps .solutions-form-fields .form-group label {
    color: #2a5f96;
    font-size: 1rem;
    line-height: 1.25em;
}
.section-solution-steps .solutions-form-fields .form-group input,
.section-solution-steps .solutions-form-fields .form-group select {
    font-size: 0.825em;
    min-height: 3.25em;
    height: 4em;
}
.section-solution-steps .solutions-form-fields .form-group.full-group {
    width: 100%;
    max-width: 100%;
}
.sticky-nav {
    position: fixed;
    z-index: 899;
    left: 0;
    top: 0;
    margin-top: -115px;
    -moz-opacity: 0;
    opacity: 0;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    background-color: rgba(13, 59, 107, 0.85);
    width: 100%;
}
.sticky-nav.sticky {
    -moz-opacity: 1;
    opacity: 1;
    margin-top: 0;
}
.sticky-nav .container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    padding-right: 0;
    padding-left: 0;
}
.sticky-nav .flex-row.quick-form-row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin-right: 0;
    margin-left: 0;
    padding: 6px 12px 10px 10px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
}
.sticky-nav .flex-row.quick-form-row .form-title-col {
    width: 15%;
    min-width: 165px;
    padding-right: 0;
    padding-bottom: 6px;
    padding-left: 0;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}
.sticky-nav .flex-row.quick-form-row .form-title {
    color: #fff;
    font-size: 1.25em;
    line-height: 1.125em;
    text-transform: uppercase;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 0.0625em;
}
.sticky-nav .flex-row.quick-form-row .form-title span {
    color: #32c3f1;
    font-weight: 700;
}
.sticky-nav .flex-row.quick-form-row .header-phone {
    color: #fff;
    font-size: 1.25em;
    font-weight: 400;
    line-height: 1.125em;
    letter-spacing: -0.01em;
    text-transform: uppercase;
    cursor: default;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-left: 0.25rem;
    margin-right: 25px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    max-width: 100%;
}
.sticky-nav .flex-row.quick-form-row .header-phone img {
    width: 0.9375em;
    height: 0.9375em;
    margin-right: 0.25em;
}
.sticky-nav .flex-row.quick-form-row .header-phone .header-phone-text {
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.sticky-nav .form-wrap.sticky-form-wrap form {
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.sticky-nav .form-wrap.sticky-form-wrap .form-group {
    width: 18%;
    margin-right: 0.75%;
}
.sticky-nav .form-wrap.sticky-form-wrap .form-group label {
    display: none;
    font-size: 1rem;
}
.sticky-nav .form-wrap.sticky-form-wrap .form-group input {
    color: #234263;
    font-size: 0.875rem;
    height: 2.5rem;
    min-height: 0;
    margin-bottom: 0;
    padding: 0.25em 0.625em;
    border: 1px solid #fff;
    border-radius: 0;
    line-height: 1.25em;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    vertical-align: middle;
    background-color: #fff;
    width: 100%;
}
.sticky-nav .form-wrap.sticky-form-wrap .form-group input:focus {
    border-color: #1db5e6;
    -webkit-box-shadow: 0 0 0 1px #1db5e6;
    box-shadow: 0 0 0 1px #1db5e6;
}
.sticky-nav .form-wrap.sticky-form-wrap .form-group.email-group {
    width: 22%;
}
.sticky-nav .form-wrap.sticky-form-wrap .form-group.phone-group {
    width: 16%;
}
.sticky-nav .form-wrap.sticky-form-wrap .form-group.zip-group {
    width: 10%;
}
.sticky-nav .form-wrap.sticky-form-wrap .btn {
    font-size: 0.85em;
    letter-spacing: 0;
    text-transform: uppercase;
    margin: 0;
    padding: 0.8em 2em;
    white-space: nowrap;
}
.sticky-nav .form-wrap.sticky-form-wrap .btn:hover {
    color: #1db5e6;
}
.sticky-nav .menu-toggle {
    color: #fff;
    font-size: 0.8125rem;
    line-height: 1.25em;
    font-weight: 600;
    text-align: center;
    text-transform: uppercase;
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
    width: 6rem;
    height: 5.25rem;
    padding: 2px 0 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    background-color: rgba(13, 59, 107, 0.2);
    -webkit-box-shadow: 1px 0 0 0 rgba(255, 255, 255, 0.35), -1px 0 0 0 rgba(255, 255, 255, 0.35);
    box-shadow: 1px 0 0 0 rgba(255, 255, 255, 0.35), -1px 0 0 0 rgba(255, 255, 255, 0.35);
    cursor: pointer;
    -webkit-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
}
.sticky-nav .menu-toggle:hover {
    color: #1db5e6;
    text-decoration: none;
    background-color: rgba(13, 59, 107, 0.45);
}
.sticky-nav .menu-toggle .toggle-bar {
    width: 1.875rem;
    height: 3px;
    margin-top: 5px;
    background-color: #fff;
}
.sticky-nav .menu-toggle .toggle-label {
    margin-top: 5px;
    margin-bottom: 0;
}
.sticky-nav .menu-toggle .toggle-close-label {
    display: none;
    margin-top: 5px;
}
.sticky-nav .menu-toggle .fa {
    color: #fff !important;
    font-size: 3em;
}
.sticky-nav .menu-toggle span {
    width: 100%;
    display: block;
}
.category-item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    max-width: 100%;
    margin-bottom: 6em;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: box-shadow 0.6s ease;
    -webkit-transition: -webkit-box-shadow 0.6s ease;
    transition: -webkit-box-shadow 0.6s ease;
    transition: box-shadow 0.6s ease;
    transition: box-shadow 0.6s ease, -webkit-box-shadow 0.6s ease;
    text-align: left;
}
@media (max-width: 991px) {
    .category-item {
        margin-top: 0;
        margin-bottom: 1.5em;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-box-align: stretch;
        -webkit-align-items: stretch;
        -ms-flex-align: stretch;
        align-items: stretch;
        text-align: left;
    }
}
@media (max-width: 767px) {
    .category-item {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}
@media (max-width: 479px) {
    .category-item {
        margin-bottom: 1em;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}
.category-item:hover {
    -webkit-box-shadow: 0 20px 30px 0 rgba(13, 47, 82, 0.45);
    box-shadow: 0 20px 30px 0 rgba(13, 47, 82, 0.45);
}
.category-item .category-item-text {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    max-width: 100%;
    padding: 0.5em 1.5em 1.5em;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    background-color: rgba(255, 255, 255, 0.9);
}
@media (max-width: 991px) {
    .category-item .category-item-text {
        width: 60%;
        max-width: 100%;
        padding-bottom: 1.5em;
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start;
        -webkit-box-flex: 1;
        -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
    }
}
@media (max-width: 767px) {
    .category-item .category-item-text {
        width: 100%;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        text-align: center;
    }
}
.item-text {
    width: 100%;
    max-width: 100%;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}
.item-text .h3 {
    margin-top: 0.5em;
    margin-bottom: 0.5em;
    font-size: 1.625em;
    line-height: 1.4125em;
    font-weight: 400;
}
@media (max-width: 991px) {
    .item-text .h3 {
        font-size: 1.5em;
    }
}
@media (max-width: 767px) {
    .item-text .h3 {
        font-size: 1.375em;
    }
}
@media (max-width: 767px) {
    .item-text p {
        font-size: 0.875em;
        line-height: 1.625em;
    }
}
.thumb-link {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 15vw;
    max-height: 300px;
    min-height: 230px;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    max-width: 100%;
    display: inline-block;
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
}
@media (max-width: 991px) {
    .thumb-link {
        width: 40%;
        height: 30vw;
        max-height: none;
        min-height: 300px;
        margin-right: 0;
    }
}
@media (max-width: 767px) {
    .thumb-link {
        width: 100%;
        height: 50vw;
        min-height: 200px;
        margin-top: 0;
        margin-right: 0;
    }
}
@media (max-width: 479px) {
    .thumb-link {
        min-height: 150px;
    }
}
.section-why-rainsoft {
    color: rgba(35, 66, 99, 0.65);
    font-weight: 600;
}
.section-why-rainsoft .wrs-icons-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.section-why-rainsoft .wrs-icon-item-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 30%;
    min-width: 340px;
    margin: 1em 1.5%;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    text-align: left;
}
@media (max-width: 991px) {
    .section-why-rainsoft .wrs-icon-item-wrap {
        width: 48%;
        min-width: 0;
        margin-right: 0;
        margin-left: 0;
        -webkit-box-flex: 0;
        -webkit-flex-grow: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
    }
}
@media (max-width: 767px) {
    .section-why-rainsoft .wrs-icon-item-wrap {
        width: 45%;
        margin-top: 0.75em;
        margin-bottom: 0.75em;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        text-align: center;
    }
}
@media (max-width: 479px) {
    .section-why-rainsoft .wrs-icon-item-wrap {
        width: 100%;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start;
        text-align: left;
    }
}
@media (min-width: 1200px) {
    .section-why-rainsoft .wrs-icon-item-wrap {
        -webkit-box-flex: 0;
        -webkit-flex-grow: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
    }
}
.section-why-rainsoft .wrs-icon-image-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 5vw;
    height: 5vw;
    max-height: 5rem;
    max-width: 5rem;
    min-height: 4rem;
    min-width: 4rem;
    margin: 1vw 1rem 0 0;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}
@media (max-width: 991px) {
    .section-why-rainsoft .wrs-icon-image-wrap {
        width: 10vw;
        height: 10vw;
        max-height: 4rem;
        max-width: 4rem;
    }
}
@media (max-width: 767px) {
    .section-why-rainsoft .wrs-icon-image-wrap {
        margin: 1rem;
        -webkit-align-self: center;
        -ms-flex-item-align: center;
        align-self: center;
    }
}
@media (max-width: 479px) {
    .section-why-rainsoft .wrs-icon-image-wrap {
        width: 4rem;
        height: 4rem;
        margin-top: 0;
        margin-left: 0;
        -webkit-align-self: flex-start;
        -ms-flex-item-align: start;
        align-self: flex-start;
    }
}
.section-why-rainsoft .wrs-icon-image-wrap .wrs-icon-image {
    width: 100%;
    height: 100%;
    opacity: 0.7;
}
.section-why-rainsoft .wrs-icon-image-wrap .wrs-icon-image path {
    fill: #fff;
}
.section-why-rainsoft .wrs-text-wrap {
    width: 100%;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}
@media (max-width: 479px) {
    .section-why-rainsoft .wrs-text-wrap {
        font-size: 0.875rem;
        line-height: 1.625em;
    }
}
.section-why-rainsoft .wrs-text-wrap .wrs-title {
    font-size: 1.5em;
    font-weight: 400;
    line-height: 1.3125em;
    margin-top: 1vw;
    margin-bottom: 0.25em;
}
@media (max-width: 991px) {
    .section-why-rainsoft .wrs-text-wrap .wrs-title {
        font-size: 1.5em;
    }
}
@media (max-width: 767px) {
    .section-why-rainsoft .wrs-text-wrap .wrs-title {
        font-size: 1.375em;
        line-height: 1.3125em;
        margin-top: 0;
    }
}
.section-why-rainsoft .wrs-text-wrap p {
    font-size: 0.9375em;
    line-height: 1.5em;
    margin-bottom: 0;
}
@media (max-width: 479px) {
    .section-why-rainsoft .wrs-text-wrap p {
        font-size: 1em;
    }
}
/*# sourceMappingURL=style.css.map */
.header-content-wrap {
	padding-bottom: 0px !important;
}
.site-navigation>div>ul>li.mega-menu:hover .megamenu{
	top: 111px !important;
}
.section.section-hero{
	max-height: 690px;
}
.section.section-global-commitment .trust-logos-wrap .trust-logo img{
	max-width: none;
	max-height: 200px;
	height: 112px;
}
.details-cert-wrap .cert-logo{
	max-width: 100%;
	width: auto;
}
/*.hero-slide-overlay {
	position: absolute;
	text-align: center;
	padding-left: 40px;
	padding-right: 40px;
	width: 100%;
	background-color: rgba(255,255,255, 0.65);
	top: 10%;
	min-height: 140px;
	border-bottom: 1px solid black;
	box-shadow: 10px 10px 5px rgba(0,0,0,0.5);
}
.hero-slide-overlay .transparent-hero h3{
	font-weight: 900;
}*/

/* Prevent Slick Slider from doing default bobble animation */
.section.section-hero .hero-slider .hero {
        animation: none !important;
        -webkit-animation: none !important;
}

/* Banner */
.hero-slide-overlay {
        position: absolute;
        padding-left: 40px;
        padding-right: 40px;
        width: 100%;
        background-color: rgba(255,255,255, 0.65);
        top: 40%;
        min-height: 140px;
        border-bottom: 1px solid black;
        box-shadow: 10px 10px 5px rgba(0,0,0,0);
        transform: translateX(-100%);
        -webkit-transform: translateX(-100%);
}
/* Animations */
.slick-current.slick-active .hero-slide-overlay {
    animation: slide-in-from-left 1.5s forwards;
}
@keyframes slide-in-from-left {
    100% { transform: translateX(0%); }
}
@-webkit-keyframes slide-in-from-left {
    100% { -webkit-transform: translateX(0%); }
}
@-moz-keyframes slide-in-from-left {
    100% { -webkit-transform: translateX(0%); }
}

/* Title image */
.hero-slide-title {
        visibility: hidden;
        position: absolute;
        top: 36%;
        margin-left: 20%;
        max-width: 700px;
        max-height: 50px;
        height: auto;
        width: auto;
        transform: translateX(200%);
        -webkit-transform: translateX(200%);
        -moz-transform: translateX(200%);
        -ms-transform: translateX(200%);
}
/* Animations */
.slick-current.slick-active .hero-slide-title {
        visibility: visible !important;
        animation: slide-in-from-right 1.5s forwards;
}
@keyframes slide-in-from-right {
    100% { transform: translateX(0%); }
}
@-webkit-keyframes slide-in-from-right {
    100% { -webkit-transform: translateX(0%); }
}
.hero-slide-title img {
        width: auto !important;
        height: auto !important;
        max-width: 700px;
        max-height: 33px;
}

/* Contents of Banner */
.hero-slide-overlay .transparent-hero {
        color: #002a3c;
        padding-left: 30%;
        margin-bottom: 0 !important;
}
.hero-slide-overlay .transparent-hero h3 {
        margin-top: 0;
        margin-bottom: 5px;
}
.hero-slide-overlay .transparent-hero p {
        color: #002a3c !important;
        width: 30%;
        color: #002a3c;
        width: 475px;
        font-size: 16px;
        margin-left: 75px;
}
.earthsafe-logo {
        left: 40%;
        position: relative;
        height: 80px !important;
        width: auto !important;
}
/* Responsive */
@media (max-width: 1200px) {
        .hero-slide-title {
                margin-left: 5%;
                max-width: 100%;
        }
        .hero-slide-title img {
                max-width:  90%;
                display: block !important;
        }
        .hero-slide-overlay {
                padding: 0;
        }
        .hero-slide-overlay .transparent-hero {
                padding-left: 10%;
        }
        .hero-slide-overlay .transparent-hero p {
                width: 85%;
                margin-right: 0;
                margin-left: 10px;
        }
        .earthsafe-logo {
                left: 10%;
        }
}
@media (max-width: 1200px) and (min-width:800px) {
        .hero-slide-title { top:36%; }
}
@meida (min-width: 620px) and (max-width:800px) {
        .hero-slide-title { top:35.5%; }
}
@media (min-width: 480px) and (max-width:620px) {
        .hero-slide-title { top:33.5%; }
}
@media (min-width: 400px) and (max-width: 480px) {
        .hero-slide-title { top:35.5%; }
}
@media (max-width: 400px) {
        .hero-slide-title { top:34.5%; }
}


.section-solution-steps .interactive-img-wrap .img-spot.spot-1 {
	left: 33%;
	top: 80%;
}
.section-solution-steps .interactive-img-wrap .img-spot.spot-2 {
	left: 38%;
	top: 75%;
}
.section-solution-steps .interactive-img-wrap .img-spot.spot-3 {
	left: 14%;
	top: 56%;
}
.section-solution-steps .interactive-img-wrap .img-spot.spot-4 {
	left: 12%;
	top: 72%;
}
.section-solution-steps .interactive-img-wrap .img-spot.spot-5 {
	left: 56%;
	top: 80%;
}

.slick-slide img {
	display: inline-block;
	margin-left: 10px;
	margin-right: 10px;
	width: 100px;
	height: auto;
}

.tab-link-1, .tab-link-2 {
	cursor: pointer;
}

@media(max-width: 991px){
	.section.section-hero{
		max-height: none;
	}
}
@media(min-width: 2200px){
	.section.section-footer .ftr-sm-menu-wrap .ftr-sm-menu{
		margin-bottom: 2em;
	}
}
.timeline-row img{
	width: auto !important;
}
.site-navigation>div>ul>li.mega-menu .megamenu {
	display: none;
	opacity: 1 !important;
}
.site-navigation>div>ul>li.mega-menu:hover .megamenu {
	display: table !important;
}
.section-benefits .tabs-pane.nested-tabs-pane {
        width: 100%;
}

/* Custom Overrides #post-5615 */
.details-cert-wrap .cert-logos-wrap{display:none !important;} /* hide certification logos (NSF, UL, etc.) on AirMaster Ultra & CleanStart Laundry */

/* .section-content-second {
	background-image: url('../images/water_splash.jpg') !important;
	background-size: cover;
	background-repeat: no-repeat;
	background-attachment: fixed;
}

.section-content-second .flex-row.full-width-row.detail-section-row {
	background: rgba(255,255,255,0.6);
} */