﻿@charset "UTF-8";

@font-face {
    font-family: "GT Walsheim Pro Black";
    src: url(/Content/fonts/GT-Walsheim-Pro-Black.eot?#iefix);
    src: url(/Content/fonts/GT-Walsheim-Pro-Black.eot?#iefix) format("eot"), url(/Content/fonts/GT-Walsheim-Pro-Black.woff2) format("woff2"), url(/Content/fonts/GT-Walsheim-Pro-Black.woff) format("woff"), url(/Content/fonts/GT-Walsheim-Pro-Black.ttf) format("truetype");
}

@font-face {
    font-family: "GT Walsheim Pro Bold";
    src: url(/Content/fonts/GT-Walsheim-Pro-Bold.eot?#iefix);
    src: url(/Content/fonts/GT-Walsheim-Pro-Bold.eot?#iefix) format("eot"), url(/Content/fonts/GT-Walsheim-Pro-Bold.woff2) format("woff2"), url(/Content/fonts/GT-Walsheim-Pro-Bold.woff) format("woff"), url(/Content/fonts/GT-Walsheim-Pro-Bold.ttf) format("truetype");
}

@font-face {
    font-family: "GT Walsheim Pro Medium";
    src: url(/Content/fonts/GT-Walsheim-Pro-Medium.eot?#iefix);
    src: url(/Content/fonts/GT-Walsheim-Pro-Medium.eot?#iefix) format("eot"), url(/Content/fonts/GT-Walsheim-Pro-Medium.woff2) format("woff2"), url(/Content/fonts/GT-Walsheim-Pro-Medium.woff) format("woff"), url(/Content/fonts/GT-Walsheim-Pro-Medium.ttf) format("truetype");
}

@font-face {
    font-family: "GT Walsheim Pro Regular";
    src: url(/Content/fonts/GT-Walsheim-Pro-Regular.eot?#iefix);
    src: url(/Content/fonts/GT-Walsheim-Pro-Regular.eot?#iefix) format("eot"), url(/Content/fonts/GT-Walsheim-Pro-Regular.woff2) format("woff2"), url(/Content/fonts/GT-Walsheim-Pro-Regular.woff) format("woff"), url(/Content/fonts/GT-Walsheim-Pro-Regular.ttf) format("truetype");
}

@font-face {
    font-family: "GT Walsheim Pro Light";
    src: url(/Content/fonts/GT-Walsheim-Pro-Light.eot?#iefix);
    src: url(/Content/fonts/GT-Walsheim-Pro-Light.eot?#iefix) format("eot"), url(/Content/fonts/GT-Walsheim-Pro-Light.woff2) format("woff2"), url(/Content/fonts/GT-Walsheim-Pro-Light.woff) format("woff"), url(/Content/fonts/GT-Walsheim-Pro-Light.ttf) format("truetype");
}

@font-face {
    font-family: 'FjallaOne-Regular';
    src: url('../fonts/FjallaOne-Regular.ttf') format('truetype');
}
@font-face {
    font-family: 'Roboto-Black';
    src: url('../fonts/Roboto-Black.ttf') format('truetype');
}
@font-face {
    font-family: 'Roboto-BlackItalic';
    src: url('../fonts/Roboto-BlackItalic.ttf') format('truetype');
}
@font-face {
    font-family: 'Roboto-Bold';
    src: url('../fonts/Roboto-Bold.ttf') format('truetype');
}
@font-face {
    font-family: 'Roboto-BoldItalic';
    src: url('../fonts/Roboto-BoldItalic.ttf') format('truetype');
}
@font-face {
    font-family: 'Roboto-Italic';
    src: url('../fonts/Roboto-Italic.ttf') format('truetype');
}
@font-face {
    font-family: 'Roboto-Light';
    src: url('../fonts/Roboto-Light.ttf') format('truetype');
}
@font-face {
    font-family: 'Roboto-LightItalic';
    src: url('../fonts/Roboto-LightItalic.ttf') format('truetype');
}
@font-face {
    font-family: 'Roboto-Medium';
    src: url('../fonts/Roboto-Medium.ttf') format('truetype');
}
@font-face {
    font-family: 'Roboto-MediumItalic';
    src: url('../fonts/Roboto-MediumItalic.ttf') format('truetype');
}
@font-face {
    font-family: 'Roboto-Regular';
    src: url('../fonts/Roboto-Regular.ttf') format('truetype');
}
@font-face {
    font-family: 'Roboto-Thin';
    src: url('../fonts/Roboto-Thin.ttf') format('truetype');
}
@font-face {
    font-family: 'Roboto-ThinItalic';
    src: url('../fonts/Roboto-ThinItalic.ttf') format('truetype');
}

.u-font-light,
.u-font-regular,
.u-font-thin {
    font-family: "GT Walsheim Pro Regular";
}

.u-font-medium {
    font-family: "GT Walsheim Pro Medium";
}

.u-font-bold {
    font-family: "GT Walsheim Pro Bold";
}

.u-font-gt {
    font-family: "GT Walsheim Pro Regular";
}

.u-font-gt-med {
    font-family: "GT Walsheim Pro Medium";
}

.u-font-gt-bold {
    font-family: "GT Walsheim Pro Bold";
}

.u-font-gt-light {
    font-family: "GT Walsheim Pro Light";
}

.u-font-gt-black {
    font-family: "GT Walsheim Pro Black";
}


.u-font-fjalla-one {
    font-family: "FjallaOne-Regular";
}

.u-font-roboto-black {
    font-family: "Roboto-Black";
}

.u-font-roboto-blackItalic {
    font-family: "Roboto-BlackItalic";
}

.u-font-roboto-bold {
    font-family: "Roboto-Bold";
}

.u-font-roboto-boldItalic {
    font-family: "Roboto-BoldItalic";
}

.u-font-roboto-Italic {
    font-family: "Roboto-Italic";
}

.u-font-roboto-light {
    font-family: "Roboto-Light";
}

.u-font-roboto-lightItalic {
    font-family: "Roboto-LightItalic";
}

.u-font-roboto-medium {
    font-family: "Roboto-Medium";
}

.u-font-roboto-medItalic {
    font-family: "Roboto-MediumItalic";
}

.u-font-roboto-regular {
    font-family: "Roboto-Regular";
}

.u-font-roboto-thin {
    font-family: "Roboto-Thin";
}

.u-font-roboto-thinItalic {
    font-family: "Roboto-ThinItalic";
}


.u-color-text {
    color: #101010;
}

.u-color-black {
    color: #000;
}

.u-color-white {
    color: #fff;
}

    .u-color-white .c-title--hybrid {
        padding: 0 20px;
    }

        .u-color-white .c-title--hybrid strong {
            color: #fff;
            font-family: "GT Walsheim Pro Medium";
            font-weight: 500;
        }

.u-color-gray-lt {
    color: #f4f4f4;
}

.u-color-gray {
    color: #e0e0e0;
}

.u-color-gray-dk {
    color: #101010;
}

.u-color-gray-3 {
    color: #333;
}

.u-color-gray-7 {
    color: #707070;
}

.u-color-blue-1 {
    color: #009ee3;
}

.u-color-blue-2,
.u-color-blue-contrast {
    color: #0378d5;
}

.contrast .u-color-blue-contrast,
.u-color-blue-3 {
    color: #005696;
}

.u-color-blue-4 {
    color: #025ea8;
}

.u-color-blue-5 {
    color: #2f78d5;
}

.u-color-blue-dark {
    color: #1e5696;
}

.u-color-light {
    color: #f4f4f4;
}

.u-color-dark {
    color: #111;
}

.u-color-yellow {
    color: #ffb715;
}

.u-color-green,
.u-color-green-contrast {
    color: #1bb57c;
}

.contrast .u-color-green-contrast {
    color: #37b467;
}

.u-bg-color-white {
    background-color: #fff;
}

.u-bg-color-gray-lt {
    background-color: #f4f4f4;
}

    .u-bg-color-gray-lt::after {
        background-color: #f4f4f4;
        display: block;
        position: absolute;
    }
    .u-bg-color-gray-lt::before {
        background-color: #f4f4f4;
        display: block;
        position: absolute;
    }
.u-bg-color-gray {
    background-color: #e0e0e0;
}
.u-bg-color-gray-1 {
    background-color: #EEEEEE;
}

.u-bg-color-blue-1 {
    background-color: #009ee3;
}

.u-bg-color-blue-2 {
    background-color: #0378d5;
}

.contrast .u-bg-color-blue-contrast,
.u-bg-color-blue-3 {
    background-color: #005696;
}

.u-bg-color-blue-contrast {
    background-color: #0378d5;
}

[aria-hidden="true"],
[data-a11y-toggle]:not([aria-controls]) {
    display: none;
}

.a11y-toggle {
    cursor: pointer;
}

    .a11y-toggle[aria-expanded="true"]__icon-open,
    .a11y-toggle__icon {
        display: inline-block;
    }

    .a11y-toggle[aria-expanded="true"]__icon-closed,
    .a11y-toggle__icon-open {
        display: none;
    }

.a11y-toggle--lg {
    position: relative;
}

.a11y-toggle--lg__icon {
    right: 0.25rem;
    font-size: 1.5rem;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}
.align-center-lg {
    padding: 0px 145px;
}
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
@keyframes nav-in {
    0% {
        transform: translate3d(0, -100px, 0);
    }

    to {
        transform: translate3d(0, 0, 0);
    }
}

html {
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    font-size: 1rem;
    box-sizing: border-box;
    overflow-x: hidden;
    overflow-y: scroll;
}

body {
    margin: 0;
    position: relative;
}

.slick-slide img,
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
    display: block;
}

audio,
canvas,
progress,
video {
    display: inline-block;
    vertical-align: baseline;
}

    audio:not([controls]) {
        display: none;
        height: 0;
    }

.slick-slide.slick-loading img,
[hidden],
template {
    display: none;
}

a {
    background-color: transparent;
    color: inherit;
}

    a:active,
    a:hover {
        outline: 0;
    }

abbr[title] {
    border-bottom: 1px dotted;
}

b {
    font-family: "GT Walsheim Pro Medium";
    /*font-family: "Roboto-Bold";*/
}

b,
strong {
    font-weight: 500;
}

dfn {
    font-style: italic;
}

h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

mark {
    background: #ff0;
    color: #000;
}

small {
    font-size: 80%;
    font-size: 0.77778rem;
    font-family: "GT Walsheim Pro Regular";
    line-height: 1.22222rem;
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

svg:not(:root) {
    overflow: hidden;
}

figure {
    margin: 0;
}

hr {
    box-sizing: content-box;
    border: 0;
    height: 1px;
    background: #e0e0e0;
    max-width: 768px;
    margin: 0 auto;
}

pre {
    overflow: auto;
}

code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
    color: inherit;
    font: inherit;
    margin: 0;
}

button {
    overflow: visible;
}

button,
select {
    text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
}

    button[disabled],
    html input[disabled] {
        cursor: default;
    }

    button::-moz-focus-inner,
    input::-moz-focus-inner {
        border: 0;
        padding: 0;
    }

input {
    line-height: normal;
}

    input[type="checkbox"],
    input[type="radio"] {
        box-sizing: border-box;
        padding: 0;
    }

    input[type="number"]::-webkit-inner-spin-button,
    input[type="number"]::-webkit-outer-spin-button {
        height: auto;
    }

    input[type="search"]::-webkit-search-cancel-button,
    input[type="search"]::-webkit-search-decoration {
        -webkit-appearance: none;
    }

fieldset {
    border: 0;
    margin: 0;
}

legend {
    border: 0;
}

textarea {
    overflow: auto;
}

optgroup {
    font-weight: 700;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

fieldset,
legend,
td,
th {
    padding: 0;
}

.slick-slider {
    position: relative;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}

    .c-select select:active,
    .c-select select:focus,
    .slick-list:focus {
        outline: 0;
    }

    .slick-list.dragging {
        cursor: pointer;
        cursor: hand;
    }

.slick-slider .slick-list,
.slick-slider .slick-track {
    transform: translate3d(0, 0, 0);
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

    .slick-track:after,
    .slick-track:before {
        display: table;
        content: "";
    }

    .slick-track:after {
        clear: both;
    }

.slick-loading .slick-track {
    visibility: hidden;
}

.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}

[dir="rtl"] .slick-slide {
    float: right;
}

.slick-slide.dragging img {
    pointer-events: none;
}

.slick-initialized .slick-slide {
    display: block;
}

.slick-loading .slick-slide {
    visibility: hidden;
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
    display: none;
}

@-ms-viewport {
    width: device-width;
}

@viewport {
    width: device-width;
}

* {
    margin: 0;
    padding: 0;
}

*,
:after,
:before {
    box-sizing: inherit;
}

body,
input {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

iframe,
img {
    border: 0;
    max-width: 100%;
}

figcaption {
    font-size: 0.89rem;
}

p {
    line-height: 1.44444rem;
    margin-bottom: 1.5rem;
    font-size: 0.88889rem;
}
.revamp-pills {
    max-width: 100%;
}

/*.pill-one {
    max-width: 90%;
    margin-left: 5%;
    margin-right: 5%;
}*/

.pill-two {
    max-width: 90%;
    margin-left: 5%
}

.pill-one-header {
    color: #0071CE;
    font-weight: 600;
    font-size: 1.4rem;
    margin-bottom: 0.8rem
}


.pill-two-header {
    color: #E4752B;
    font-weight: 600;
    font-size: 1.4rem;
    margin-bottom: 0.8rem
}
.pill-one-sub-header {
    font-size: 2.1rem;
    line-height: 2.4rem;
    margin-bottom: 1.1rem;
}
.pill-two-sub-header {
    font-size: 2.1rem;
    line-height: 2.4rem;
    margin-bottom: 1.1rem;
}
.btn-revamp {
    display: inline-block;
    border-radius: 40px;
    border-width: 2px;
    border-style: solid;
    text-align: center;
    padding: 0.65em 2em;
    text-decoration: none;
    font-size: 1.1rem;
    /*font-family: "GT Walsheim Pro Bold";*/
    font-family: Roboto-Bold;
    background-color: transparent;
    transition: 0.2s;
    width: 250px;
    color:white;
}

.button-orange {
    background-color: #FF7E01 !important;
    border-color: #FF7E01;
    font-family: Roboto-Bold
}
.button-aqua {
    background-color: #008B9E !important;
    border-color: #008B9E;
    font-family: Roboto-Bold
}
.button-gold {
    background: #F5A800;
    border: #F5A800;
    font-family: Roboto-Bold
}

.button-orange:hover {
    background-color: #d86d06 !important;
    border-color: #d86d06;
}

.button-aqua:hover {
    background-color: #025a66 !important;
    border-color: #025a66;
}
.button-gold:hover {
    background-color: #E88B00 !important;
    border-color: #E88B00;
}

    @media (min-width: 64em) {
        p {
        font-size: 1rem;
    }
}

@media (min-width: 94em) {
    .revamp-pills {
        max-width: 90%;
        margin-left: 5% !important;
        margin-right: 5%;
    }
    .pill-one {
        max-width: 90%;
        margin: 0 12%;
    }
    .pill-two {
        max-width: 90%;
        margin: 0 12%;
    }
}

@media (min-width:1024px) and (max-width:1850px){
    .pill-one-sub-header {
        font-size: 1.6rem;
        line-height: 2rem;
        margin-bottom: 1.1rem;
    }

    .pill-two-sub-header {
        font-size: 1.6rem;
        line-height: 2rem;
        margin-bottom: 1.1rem;
    }
}

@media (max-width: 540px) {
    .small-stat {
        font-size: 0.6rem;
        line-height: 1rem;
    }
}

@media screen and (max-width: 480px) {
    img.u-float-right {
        width: 120px;
        margin-left: 1.11111rem !important;
        margin-bottom: 1.11111rem !important;
    }
}

strong {
    font-family: "GT Walsheim Pro Bold";
}

.contrast .js-contrast {
    display: block !important;
}

.contrast .js-no-contrast,
.js-contrast {
    display: none !important;
}

.main--no-hero {
    padding-top: 70px;
}
@media (min-width: 64em) {
    .main--no-hero {
        padding-top: 145px;
    }
}

/*@media (min-width: 64em) {
    .main--no-hero {
        padding-top: 65px;
    }
}

@media (min-width: 64.0625em) {
    .main--no-hero {
        padding-top: 145px;
    }
}*/

.blockquote {
    font-size: 40px;
    border-style: solid;
    border-width: 1px 0;
    border-color: #e0e0e0;
    padding: 40px 0;
}

.blockquote--color {
    color: #005696;
    text-align: center;
    font-size: 24px;
    line-height: 1.33em;
}

.layout:after,
main:before {
    content: "";
    display: table;
    clear: both;
}

.layout {
    display: flex;
    flex-wrap: wrap;
}

    .layout:after {
        content: " ";
        display: none;
    }

@media (min-width: 48em) {
    .layout {
        margin-left: -2rem;
    }
}

.layout code {
    background: #00070c;
    color: #fff;
}

.layout--2-1-1 code,
.layout--2-2-1 code,
.layout--2-2-2 code {
    background: #0378d5;
    color: #fff;
}

.layout--3-1-1 code,
.layout--3-2-1 code,
.layout--3-2-2 code,
.layout--3-3-1 code,
.layout--3-3-2 code,
.layout--3-3-3 code {
    background: #025ca3;
    color: #fff;
}

.layout--4-1-1 code,
.layout--4-2-1 code,
.layout--4-2-2 code,
.layout--4-4-2 code {
    background: #023f70;
    color: #fff;
}

.layout--5-2-1 code,
.layout--5-2-2 code,
.layout--5-3-1 code,
.layout--5-3-2 code {
    background: #01233e;
    color: #fff;
}

.layout__item {
    position: relative;
    width: 100%;
}

.layout__item-alt {
    position: relative;
    width: 100%;
}

.layout__item + .layout__item {
    margin-top: 1.11111rem;
}

@media (min-width: 64em) {
    .layout__item {
        flex-grow: 0;
        flex-shrink: 1;
    }

    .layout__item-alt {
        flex-grow: 0;
        flex-shrink: 1;
    }

    .layout__item + .layout__item {
        margin-top: 0;
    }

    .layout--2-1-1 > .layout__item {
        width: 50%;
        padding-left: 2rem;
    }
    .layout--2-1-1 > .layout__item-alt {
        width: 48%;
        padding-left: 0;
    }

    .layout--2-1-1 > .layout__item:nth-child(n + 3) {
        margin-top: 2rem;
    }
}

@media (min-width: 48em) {
    .layout--2-2-1 {
        display: flex;
        flex-wrap: wrap;
    }

    .layout--2-2-1 .layout__item {
        width: 50%;
        padding-left: 2rem;
        flex-grow: 0;
        flex-shrink: 1;
    }
    .layout--2-2-1 .layout__item-alt {
        width: 48%;
        padding-left: 0;
        flex-grow: 0;
        flex-shrink: 1;
    }

    .layout--2-2-1 .layout__item:nth-child(n + 3) {
        margin-top: 2rem;
    }

    .layout--2-2-1 .layout__item + .layout__item {
        margin-top: 0;
    }
}

/*@media (min-width: 600px) {
    .layout--2-2-1 .layout__item {
        width: 50%;
        padding-left: 2rem;
        flex-grow: 0;
        flex-shrink: 1;
    }
        .layout--2-2-1 .layout__item + .layout__item {
            margin-top: 0;
        }
}*/

.layout--2-2-2 {
    display: flex;
    flex-wrap: wrap;
}

    .layout--2-2-2 .layout__item {
        width: 50%;
        padding-left: 2rem;
        flex-grow: 0;
        flex-shrink: 1;
    }

        .layout--2-2-2 .layout__item:nth-child(n + 3) {
            margin-top: 2rem;
        }

        .layout--2-2-2 .layout__item + .layout__item {
            margin-top: 0;
        }

.layout--2-2-2-alt .layout__item {
    padding-left: 0;
}

    .layout--2-2-2-alt .layout__item:first-child {
        padding-right: 1rem;
    }

@media (min-width: 48em) {
    .layout--2-2-2-alt .layout__item:first-child {
        padding-right: 0;
        padding-left: 2rem;
    }
}

.layout--2-2-2-alt .layout__item:last-child {
    padding-left: 1rem;
}

@media (min-width: 48em) {
    .layout--2-2-2-alt .layout__item:last-child {
        padding-left: 2rem;
    }

    .layout--3-1-1 .layout__item {
        padding-left: 2rem;
    }
}

@media (min-width: 64em) {
    .layout--3-1-1 .layout__item {
        width: 33.33333%;
    }
}

@media (min-width: 64em) and (min-width: 48em) {
    .layout--3-1-1 .layout__item {
        padding-left: 2rem;
    }
}

@media (min-width: 48em) {
    .layout--3-2-1 {
        display: flex;
        flex-wrap: wrap;
    }
    .layout--3-1-1 {
        display: flex;
        flex-wrap: wrap;
    }

        .layout--3-2-1 .layout__item {
            width: 50%;
            padding-left: 2rem;
            flex-grow: 0;
            flex-shrink: 1;
        }

            .layout--3-2-1 .layout__item:nth-child(n + 3) {
                margin-top: 2rem;
            }

            .layout--3-2-1 .layout__item + .layout__item {
                margin-top: 0;
            }
}

@media (min-width: 64em) {
    .layout--3-2-1 .layout__item {
        width: 33.33333%;
    }
}

@media (min-width: 64em) and (min-width: 48em) {
    .layout--3-2-1 .layout__item {
        padding-left: 2rem;
    }
}

.layout--3-2-1--alt .layout__item {
    margin-top: 1rem;
}

    .layout--3-2-1--alt .layout__item:nth-child(n + 2) {
        margin-top: 1rem;
    }

.layout--3-2-2 {
    display: flex;
    flex-wrap: wrap;
}

    .layout--3-2-2 .layout__item {
        width: 50%;
        padding-left: 2rem;
        flex-grow: 0;
        flex-shrink: 1;
    }

        .layout--3-2-2 .layout__item + .layout__item {
            margin-top: 0;
        }

        .layout--3-2-2 .layout__item:nth-child(n + 3) {
            margin-top: 2rem;
        }

@media (min-width: 64em) {
    .layout--3-2-2 .layout__item {
        width: 33.33333%;
    }
}

@media (min-width: 64em) and (min-width: 48em) {
    .layout--3-2-2 .layout__item {
        padding-left: 2rem;
    }
}

@media (min-width: 64em) {
    .layout--3-2-2 .layout__item:nth-child(n + 3) {
        margin-top: 0;
    }
}

@media (min-width: 48em) {
    .layout--3-3-1 {
        display: flex;
        flex-wrap: wrap;
    }

        .layout--3-3-1 .layout__item {
            width: 33.33333%;
        }
}

@media (min-width: 48em) and (min-width: 48em) {
    .layout--3-3-1 .layout__item {
        padding-left: 2rem;
    }
}

@media (min-width: 48em) {
    .layout--3-3-1 .layout__item:nth-child(n + 2) {
        margin-top: 0;
    }

    .layout--3-3-1 .layout__item:nth-child(n + 4) {
        margin-top: 2rem;
    }
}

.layout--3-3-2,
.layout--3-3-3 {
    display: flex;
    flex-wrap: wrap;
}

    .layout--3-3-2 .layout__item {
        width: 50%;
        padding-left: 2rem;
        flex-grow: 0;
        flex-shrink: 1;
    }

        .layout--3-3-2 .layout__item + .layout__item,
        h1,
        h2,
        h3,
        h4,
        h5,
        h6 {
            margin-top: 0;
        }

        .layout--3-3-2 .layout__item:nth-child(n + 3) {
            margin-top: 2rem;
        }

@media (min-width: 48em) {
    .layout--3-3-2 .layout__item {
        width: 33.33333%;
    }
}

@media (min-width: 48em) and (min-width: 48em) {
    .layout--3-3-2 .layout__item {
        padding-left: 2rem;
    }
}

@media (min-width: 48em) {
    .layout--3-3-2 .layout__item:nth-child(n + 2) {
        margin-top: 0;
    }

    .layout--3-3-2 .layout__item:nth-child(n + 4) {
        margin-top: 2rem;
    }
}

.layout--3-3-3 .layout__item {
    width: 33.33333%;
}

@media (min-width: 48em) {
    .layout--3-3-3 .layout__item {
        padding-left: 2rem;
    }
}

.layout--3-3-3 .layout__item:nth-child(n + 2) {
    margin-top: 0;
}

.layout--3-3-3 .layout__item:nth-child(n + 4) {
    margin-top: 2rem;
}

@media (min-width: 64em) {
    .layout--4-1-1 .layout__item {
        width: 25%;
        padding-left: 2rem;
    }
}

@media (min-width: 48em) {
    .layout--4-2-1 {
        display: flex;
        flex-wrap: wrap;
    }

        .layout--4-2-1 .layout__item {
            width: 50%;
            padding-left: 2rem;
            margin-top: 0;
        }

            .layout--4-2-1 .layout__item:nth-child(n + 3) {
                margin-top: 2rem;
            }
}

@media (min-width: 64em) {
    .layout--4-2-1 .layout__item {
        width: 25%;
        padding-left: 2rem;
    }

        .layout--4-2-1 .layout__item:nth-child(n + 3) {
            margin-top: 0;
        }

        .layout--4-2-1 .layout__item:nth-child(n + 5) {
            margin-top: 2rem;
        }
}

.layout--4-2-1--alt .layout__item {
    margin-top: 1rem 0;
}

    .layout--4-2-1--alt .layout__item:nth-child(n) {
        margin: 1rem 0;
    }

.layout--4-2-2,
.layout--4-4-2,
.layout--5-2-1,
.layout--5-2-2,
.layout--5-3-1,
.layout--5-3-2,
.layout--5-5-5 {
    display: flex;
    flex-wrap: wrap;
}

    .layout--4-2-2 .layout__item {
        width: 50%;
        padding-left:1rem;
        padding-right: 1rem;
        margin-top: 0 !important;
    }

        .layout--4-2-2 .layout__item:nth-child(n + 3) {
            margin-top: 2rem;
        }

@media (min-width: 64em) {
    .layout--4-2-2 .layout__item {
        width: 25%;
        padding-left: 2rem;
    }

        .layout--4-2-2 .layout__item:nth-child(n + 3) {
            margin-top: 0;
        }

        .layout--4-2-2 .layout__item:nth-child(n + 5) {
            margin-top: 2rem;
        }
}

.layout--4-4-2 .layout__item {
    width: 50%;
    padding-left: 2rem;
    margin-top: 0;
}

    .layout--4-4-2 .layout__item:nth-child(n + 3) {
        margin-top: 1rem;
    }

@media (min-width: 48em) {
    .layout--4-4-2 .layout__item {
        width: 25%;
        padding-left: 2rem;
    }

        .layout--4-4-2 .layout__item:nth-child(n + 3) {
            margin-top: 0;
        }

        .layout--4-4-2 .layout__item:nth-child(n + 5) {
            margin-top: 2rem;
        }
}

.layout--5-3-1 .layout__item {
    flex-grow: 0;
    flex-shrink: 1;
    padding-left: 2rem;
}

@media (min-width: 48em) {
    .layout--5-3-1 .layout__item {
        width: 33.33333%;
    }
}

@media (min-width: 48em) and (min-width: 48em) {
    .layout--5-3-1 .layout__item {
        padding-left: 2rem;
    }
}

@media (min-width: 48em) {
    .layout--5-3-1 .layout__item:nth-child(n + 2) {
        margin-top: 0;
    }

    .layout--5-3-1 .layout__item:nth-child(n + 4) {
        margin-top: 2rem;
    }
}

@media (min-width: 64em) {
    .layout--5-3-1 .layout__item {
        width: 20%;
    }

        .layout--5-3-1 .layout__item:nth-child(n + 3) {
            margin-top: 0;
        }

        .layout--5-3-1 .layout__item:nth-child(n + 6) {
            margin-top: 3rem;
        }    
}
.as-seen-in {
    padding-top: 10px;
}
@media (max-width: 480px) {
    .as-seen-in {
        font-size:0.7rem;
        padding: 10px 0;
    }
}
@media (min-width: 620px) {
    .as-seen-in {
        padding-top: 20px;
    }
}

.layout--5-3-2 .layout__item {
    width: 50%;
    padding-left: 2rem;
    margin-top: 0;
    flex-grow: 0;
    flex-shrink: 1;
}

.layout--5-5-5 .layout__item {
    width: 20%;
    padding: 0 1rem;
    margin-top: 0;
    flex-grow: 0;
    flex-shrink: 1;
}

    .layout--5-3-2 .layout__item:nth-child(n + 3) {
        margin-top: 1rem;
    }

@media (min-width: 48em) {
    .layout--5-3-2 .layout__item {
        width: 33.33333%;
    }
    .layout--5-5-5 .layout__item {
        width: 20%;
        padding: 0 1rem;
    }
}

@media (min-width: 48em) and (min-width: 48em) {
    .layout--5-3-2 .layout__item {
        padding-left: 2rem;
    }
}
@media (min-width: 320px) and (max-width: 620px) {
    .layout--5-5-5 .layout__item {
        padding: 0;
    }
}
@media (min-width: 48em) {
    .layout--5-3-2 .layout__item:nth-child(n + 3) {
        margin-top: 0;
    }

    .layout--5-3-2 .layout__item:nth-child(n + 4) {
        margin-top: 2rem;
    }
}

@media (min-width: 64em) {
    .layout--5-3-2 .layout__item {
        width: 20%;
    }

        .layout--5-3-2 .layout__item:nth-child(n + 3) {
            margin-top: 0;
        }

        .layout--5-3-2 .layout__item:nth-child(n + 6) {
            margin-top: 3rem;
        }
}

.layout--5-2-1 .layout__item {
    flex-grow: 0;
    flex-shrink: 1;
    padding-left: 2rem;
}

@media (min-width: 48em) {
    .layout--5-2-1 .layout__item {
        width: 50%;
        padding-left: 2rem;
    }

        .layout--5-2-1 .layout__item:nth-child(n + 2) {
            margin-top: 0;
        }

        .layout--5-2-1 .layout__item:nth-child(n + 3) {
            margin-top: 2rem;
        }
}

@media (min-width: 64em) {
    .layout--5-2-1 .layout__item {
        width: 20%;
    }

        .layout--5-2-1 .layout__item:nth-child(n + 3) {
            margin-top: 0;
        }

        .layout--5-2-1 .layout__item:nth-child(n + 6) {
            margin-top: 3rem;
        }
}

.layout--5-2-2 .layout__item {
    width: 50%;
    padding-left: 2rem;
    flex-grow: 0;
    flex-shrink: 1;
    margin-top: 0;
}

    .layout--5-2-2 .layout__item:nth-child(n + 3) {
        margin-top: 1rem;
    }

@media (min-width: 48em) {
    .layout--5-2-2 .layout__item {
        padding-left: 2rem;
    }

        .layout--5-2-2 .layout__item:nth-child(n + 2) {
            margin-top: 0;
        }

        .layout--5-2-2 .layout__item:nth-child(n + 3) {
            margin-top: 2rem;
        }
}

@media (min-width: 64em) {
    .layout--5-2-2 .layout__item {
        width: 20%;
    }

        .layout--5-2-2 .layout__item:nth-child(n + 3) {
            margin-top: 0;
        }

        .layout--5-2-2 .layout__item:nth-child(n + 6) {
            margin-top: 3rem;
        }
}

@media (min-width: 48em) {
    .layout--30-70,
    .layout--40-60,
    .layout--60-40,
    .layout--70-30 {
        display: flex;
        flex-wrap: wrap;
    }

        .layout--40-60 .layout__item:first-child {
            width: 40%;
            padding-left: 2rem;
        }

        .layout--40-60 .layout__item:last-child {
            width: 60%;
            padding-left: 2rem;
            margin-top: 0;
        }

        .layout--60-40 .layout__item:first-child {
            width: 60%;
            padding-left: 2rem;
        }

        .layout--60-40 .layout__item:last-child {
            width: 40%;
            padding-left: 2rem;
            margin-top: 0;
        }

        .layout--30-70 .layout__item:first-child {
            width: 30%;
            padding-left: 2rem;
        }

        .layout--30-70 .layout__item:last-child {
            width: 70%;
            padding-left: 2rem;
            margin-top: 0;
        }

        .layout--70-30 > .layout__item:first-child {
            width: 70%;
            padding-left: 2rem;
        }

        .layout--70-30 > .layout__item:last-child {
            width: 30%;
            padding-left: 2rem;
            margin-top: 0;
        }
}

@media (min-width: 64em) {
    .layout--70-30\@lg {
        display: flex;
        flex-wrap: wrap;
    }

        .layout--70-30\@lg .layout__item:first-child {
            width: 70%;
            padding-left: 2rem;
        }

        .layout--70-30\@lg .layout__item:last-child {
            width: 30%;
            padding-left: 2rem;
            margin-top: 0;
        }
}

@media (min-width: 48em) {
    .layout--25-75,
    .layout--75-25 {
        display: flex;
        flex-wrap: wrap;
    }

        .layout--25-75 .layout__item:first-child {
            width: 25%;
            padding-left: 2rem;
        }

        .layout--25-75 .layout__item:last-child {
            width: 75%;
            padding-left: 2rem;
            margin-top: 0;
        }

        .layout--75-25 .layout__item:first-child {
            width: 75%;
            padding-left: 2rem;
        }

        .layout--75-25 .layout__item:last-child {
            width: 25%;
            padding-left: 2rem;
            margin-top: 0;
        }
}

.layout--white {
    background: #fff;
    position: relative;
}

@media (min-width: 64em) {
    .layout--white:before {
        content: "";
        display: block;
        width: 140vw;
        height: 100%;
        background: #fff;
        z-index: -1;
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
    }
}

.o-layout {
    display: flex;
    flex-wrap: wrap;
}

@media (min-width: 64em) {
    .o-layout--2-2-1 .o-layout__item {
        width: 50%;
    }

    .o-layout--3-2-1 .o-layout__item {
        width: 33.33%;
    }

    .o-layout--60-40 .o-layout__item:first-child {
        width: 60%;
        padding-left: 2rem;
    }

    .o-layout--60-40 .o-layout__item:last-child {
        width: 40%;
        /*padding-left: 2rem;*/
        margin-top: 0;
    }
}

@media (min-width: 48em) {
    .o-layout--2-2-1 .o-layout__item {
        width: 50%;
    }
}


.o-layout__item {
    flex: 0 0 auto;
}

.o-layout--reverse:nth-child(even) {
    flex-direction: row-reverse;
}

.u-vertical-center {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.widget-columns {
    display: flex;
    justify-content: center;
    margin: 0 auto;
    max-width: 100%;
}

@media (min-width: 48em) {
    .widget-columns {
        overflow: visible;
        max-width: 1400px;
    }
}

.widget-columns--mobilelanding {
    position: relative;
    top: -55px;
    z-index: 100;
}

.widget-columns .widget-columns__content {
    flex: 1;
    max-width: 100%;
    min-width: 0;
    min-height: 0;
    margin-bottom: 0;
}

@media (max-width: 1024px) {
    .widget-columns .widget-columns__content {
        margin-bottom: 3em;
    }
    .widget-columns .widget-columns__content .u-border-right-gray {
        border-right: none;
        overflow: hidden;
    }
}

.widget-columns .widget-columns__widget {
    width: 30%;
    display: none;
    max-width: 500px;
}

.widget-columns .widget-columns__widget-hero {
    width: 45%;
    display: none;
    max-width: 630px;
}

@media (min-width: 64em) {
    .widget-columns .widget-columns__widget {
        display: block;
    }
}

.widget-columns--alt .widget-columns__widget {
    width: 40%;
}

.widget-columns--alt .widget__wrap {
    padding: 0;
    margin-bottom: 2em;
}

@media (min-width: 64em) {
    .widget-columns--alt .widget__wrap {
        margin-bottom: 0;
    }
}

.widget-columns--alt .callout {
    padding: 0.83333rem 0.83333rem 1.66667rem;
}

@media (min-width: 64em) {
    .widget-columns--alt .callout {
        padding: 1.66667rem 0.83333rem;
    }
}

.widget-columns--alt .widget {
    top: 0;
}

@media (min-width: 64em) {
    .widget-columns--alt .widget {
        top: -15px;
    }
}

.widget-columns-hero {
    display: flex;
    justify-content: center;
    margin: 0 auto;
    max-width: 100%;
}

@media (min-width: 48em) {
    .widget-columns-hero {
        overflow: visible;
        max-width: 1800px;
    }
}

.widget-columns-hero--mobilelanding {
    position: relative;
    top: -55px;
    z-index: 100;
}

.widget-columns-hero .widget-columns__content {
    flex: 1;
    max-width: 100%;
    min-width: 0;
    min-height: 0;
    margin-bottom: 3em;
}

.list-links {
    color: #0378d5;
    background: #fff;
    min-width: 215px;
    border-top: 1px solid #e0e0e0;
}

    .list-links a {
        white-space: nowrap;
        padding: 0.5rem 0;
    }

.u-flex-dir-row .list-links {
    min-width: 150px;
}

.c-footer__nav ul,
.c-footer__nav-inline ul,
.list {
    list-style: none;
}

    .list li {
        padding: 7px 0 7px 15px;
        position: relative;
    }

        .list li:before {
            content: "";
            width: 5px;
            height: 5px;
            display: inline-block;
            position: absolute;
            top: 0.9em;
            left: 0;
            background-color: #0378d5;
            border-radius: 50%;
            margin-right: 10px;
        }

.contrast .list li:before {
    background-color: #005696;
}

.list li a {
    color: #0378d5;
    text-decoration: none;
    transition: 0.2s;
}

.contrast .list li a {
    color: #005696;
}

.list li a:active,
.list li a:focus,
.list li a:hover {
    text-decoration: underline;
}

.list li ul {
    margin-left: 2em;
}

.list--alt li:before {
    background-color: #000;
}

.list--bulletless li:before,
.list--icons li:before,
.list--images li:before {
    display: none;
}

.list--icons li {
    margin-bottom: 20px;
}

.list--icons i,
.list--icons img {
    margin-right: 20px;
    width: 35px;
    position: relative;
    top: 6px;
}

@media (min-width: 48em) {
    .list--icons {
        display: flex;
        flex-wrap: wrap;
        margin: 0 -40px;
    }

        .list--icons li {
            width: 50%;
            padding: 0 40px;
            margin-bottom: 40px;
        }
}

.list--images li {
    margin-bottom: 20px;
    padding: 0;
}

@media (min-width: 48em) {
    .list--images li {
        display: flex;
    }

    .list--images__img {
        width: 33%;
        max-width: 350px;
        flex-shrink: 1;
        display: flex;
        align-items: center;
    }

        .list--images__img img {
            width: 100%;
        }

    .list--images__content {
        padding-left: 40px;
        width: 67%;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
}

.list--large {
    font-size: 1rem;
}

@media (min-width: 64em) {
    .list--large {
        font-size: 1.33333rem;
    }
}

main ul {
    list-style-type: none;
    margin: 20px 0 0;
    padding: 0;
}

    main ul li {
        margin-bottom: 0.55556rem;
    }

#contactForm,
.c-page__footer,
.c-page__header,
.c-page__main {
    position: relative;
}

.c-page {
    display: grid;
    grid-template-rows: auto auto 1fr;
    grid-template-areas: "header" "main" "footer";
    min-height: 100vh;
}

@media screen and (min-width: 768px) {
    .c-page__intro--full {
        min-height: calc(100vh - 9.61111rem);
    }
}

.c-page__header {
    grid-area: header;
    z-index: 10;
}

.c-page__main {
    grid-area: main;
    min-height: 50vh;
    z-index: 0;
}

@media screen and (min-width: 768px) {
    .c-page__main > [class*="c-image-layed-block"]:first-child {
        margin-top: -1.11111rem;
    }
}

.c-page__footer {
    grid-area: footer;
    z-index: 1;
}

.wrapper {
    max-width: 1180px;
    padding: 0 20px;
    margin: 0 auto;
}
.wrapper-hero {
    max-width: 1180px;
    /*padding: 0 20px;*/
    margin: 0 auto;
}
.wrapper-hero-revamp {
    background: rgba(0, 58, 112, 0.8);
    border-radius: 10px 10px 0 0;
    max-width: 90%;
}
.wrapper-gold-page {
    /*max-width: 1180px;*/
    /*padding: 0 0px;*/
    margin: 0 auto;
}
.wrapper-gold-hero-revamp {
    background: rgba(255, 255, 255, 0.8);
    border-radius: 0 0 0 0;
    max-width: 100%;
}
.wrapper-gold-bottom-hero-revamp {
    background: rgba(255, 255, 255, 0.8);
    border-radius: 0 0 0 0;
    max-width: 100%;
}
@media (min-width: 64em) {
    .wrapper {
        padding: 0 40px;
    }
    .wrapper-hero {
        padding: 0 10px;
    }
    .wrapper-gold-page {
        padding: 0 0;
    }
}

@media (min-width: 320px) and (max-width:547px) {
    .wrapper-hero-revamp {
        position: relative;
        top: 42.6%;
    }
    .wrapper-gold-hero-revamp {
        position: relative;
        top: 42.6%;
    }
    .wrapper-gold-bottom-hero-revamp {
        position: relative;
        top: 42.6%;
    }
}
@media (min-width: 548px) and (max-width:1023px) {
    .wrapper-hero-revamp {
        position: relative;
        top: 63%;
    }
    .wrapper-gold-hero-revamp {
        position: relative;
        top: 63%;
    }
    .wrapper-gold-bottom-hero-revamp {
        position: relative;
        top: 63%;
    }
}
@media (min-width: 1024px) and (max-width:1100px) {
    .wrapper-hero-revamp {
        position: absolute;
        bottom: 0;
        right: 5%;
    }
}
@media (min-width: 1100px) and (max-width:1850px) {
    .wrapper-hero-revamp {
        position: absolute;
        bottom: 0;
        right: 5%;
    }
}
@media (min-width: 1024px) and (max-width:1099px) {
    .wrapper-gold-hero-revamp {
        position: static;
        max-width: 59%
    }
    .wrapper-gold-bottom-hero-revamp {
        position: static;
        max-width: 53%
    }
}
@media (min-width: 1100px) and (max-width:1279px) {
    .wrapper-gold-hero-revamp {
        position: static;
        max-width: 54%
    }
    .wrapper-gold-bottom-hero-revamp {
        position: static;
        max-width: 50%
    }
}
@media (min-width: 1280px) and (max-width:1439px) {
    .wrapper-gold-hero-revamp {
        position: static;
        max-width: 46%
    }
    .wrapper-gold-bottom-hero-revamp {
        position: static;
        max-width: 43%
    }
}
@media (min-width: 1440px) and (max-width:1850px) {
    .wrapper-gold-hero-revamp {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 58%;
    }
    .wrapper-gold-bottom-hero-revamp {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 58%;
    }
}

@media (min-width: 1850px) {
    .wrapper-hero-revamp {
        position: absolute;
        bottom: 0;
        background: rgba(0, 58, 112, 0.8);
        border-radius: 10px 10px 0 0;
        max-width: 80%;
        right: 10%;
    }
    .wrapper-gold-hero-revamp {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        background: rgba(255, 255, 255, 0.8);
        border-radius: 0 0 0 0;
        max-width: 80%;
        right: 58%;
    }
    .wrapper-gold-bottom-hero-revamp {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        background: rgba(255, 255, 255, 0.8);
        border-radius: 0 0 0 0;
        right: 58%
    }
}

@media (min-width: 80em) {
    .wrapper.u-max-width-1280 {
        padding: 0;
    }
    wrapper-hero.u-max-width-1280 {
        padding: 0;
    }
}



.wrapper--rounded {
    background-color: #fff;
    border-radius: 50px;
    padding-top: 40px;
    padding-bottom: 40px;
    margin-top: -20px;
    z-index: 2;
    position: relative;
}

@media (min-width: 64em) {
    .wrapper--rounded {
        margin-top: -80px;
    }
}

.wrapper--widget {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0;
}

.wrapper--narrow {
    width: 100%;
    margin: 0;
}

@media (min-width: 64em) {
    .wrapper--narrow {
        padding: 0 120px;
    }
}

.wrapper--xsm {
    width: 100%;
    margin: 0;
}

@media (min-width: 64em) {
    .wrapper--xsm {
        padding: 0 200px;
    }
}

.wrapper--60-40 {
    display: flex;
    flex-wrap: wrap;
}

@media (min-width: 64em) {
    .wrapper--60-40 {
        margin-left: -2rem;
    }
}

.wrapper--60-40 .wrapper__item,
.wrapper--70-30 .wrapper__item {
    margin: 0;
    width: 100%;
}

@media (min-width: 64em) {
    .wrapper--60-40 .wrapper__item:first-child {
        width: 60%;
        padding-left: 2rem;
    }

    .wrapper--60-40 .wrapper__item:last-child {
        width: 40%;
        padding-left: 2rem;
    }
}

.wrapper--70-30 {
    display: flex;
    flex-wrap: wrap;
}

@media (min-width: 64em) {
    .wrapper--70-30 {
        margin-left: -2rem;
    }
}

@media (min-width: 64em) {
    .wrapper--70-30 .wrapper__item:first-child {
        width: 70%;
        padding-left: 2rem;
    }

    .wrapper--70-30 .wrapper__item:last-child {
        width: 30%;
        padding-left: 2rem;
    }
}

@media (min-width: 75em) {
    .wrapper--70-30\@xl {
        display: flex;
        flex-wrap: wrap;
        margin-left: -2rem;
    }

        .wrapper--70-30\@xl .wrapper__item {
            margin: 0;
        }

            .wrapper--70-30\@xl .wrapper__item:first-child {
                width: 70%;
                padding-left: 2rem;
            }

            .wrapper--70-30\@xl .wrapper__item:last-child {
                width: 30%;
                padding-left: 2rem;
            }
}

.modal {
    position: absolute;
    z-index: 1050;
    overflow: hidden;
    -webkit-overflow-scrolling: touch;
    outline: 0;
}
.fade {
    transition: opacity .15s linear;
}
.modal-dialog {
    position: relative;
    width: auto;
    margin: 10px;
}

.fade.in {
    opacity: 1;
}
.modal-backdrop.in {
    filter: alpha(opacity=50);
    opacity: .5;
}
.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: #000;
}

.flag {
    text-transform: uppercase;
    font-family: "GT Walsheim Pro Bold";
    color: #0378d5;
    font-size: 14px;
}

.contrast .flag:not(.card__flag) {
    color: #005696;
}

body,
html {
    font-size: 18px;
    font-family: "GT Walsheim Pro Regular";
    line-height: 1.33;
    color: #101010;
    background-color: #f4f4f4;
}

h2,
h3,
h4,
h5 {
    font-weight: 500;
}

.h-xl,
h1 {
    font-weight: 100;
    font-size: 1.66667rem;
    line-height: 2rem;
}

@media (min-width: 64em) {
    .h-xl,
    h1 {
        font-size: 3.33333rem;
        line-height: 4.11111rem;
    }
}

.h-xl strong,
h1 strong {
    font-weight: 500;
    font-family: "GT Walsheim Pro Bold";
}

.h-m-lg {
    line-height: 2rem;
    font-size: 1.77778rem;
}

@media (min-width: 64em) {
    .h-m-lg {
        font-size: 2.5rem;
        line-height: 2.55556rem;
    }
}

.h-lg,
h2 {
    font-size: 1.11111rem;
    line-height: 1.22222rem;
}

@media (min-width: 64em) {
    .h-lg,
    h2 {
        font-size: 1.66667rem;
        line-height: 2.11111rem;
    }
}

@media (max-width: 600px) {
    h2 {
        font-size:18px !important;
    }
}

.h-md,
h3,
h4 {
    font-size: 1rem;
    line-height: 1.11111rem;
}

@media (min-width: 64em) {
    .h-md,
    h3 {
        font-size: 1.22222rem;
        line-height: 1.66667rem;
    }
}

@media (min-width: 64em) {
    h4 {
        font-size: 1.22222rem;
        line-height: 1.44444rem;
    }
}

h5 {
    font-size: 0.88889rem;
}

@media (min-width: 64em) {
    h5 {
        font-size: 1.11111rem;
    }
}

h6 {
    font-size: 0.72222rem;
}

.h-md--alt {
    font-family: "GT Walsheim Pro Bold";
    font-size: 20px;
    padding-top: 9px;
}

    .h-md--alt.u-color-blue-contrast {
        color: #0378d5;
    }

.contrast .h-md--alt.u-color-blue-contrast,
.h-md--alt {
    color: #005696;
}

    .h-md--alt:after {
        content: "";
        height: 2px;
        width: 72px;
        background: #d3d3d3;
        display: block;
        margin: 0.66667rem 0;
    }

    .h-md--alt.u-text-center:after {
        margin: 1.38889rem auto;
    }

.h-md--alt-alt {
    color: #000;
    font-size: 18px;
    margin: 0 0 0.83333rem;
}

    .h-md--alt-alt:after {
        display: none;
    }

.h-md--lg {
    font-size: 1.33333rem;
}

.h-md--black,
.h-sm {
    font-family: "GT Walsheim Pro Bold";
}

.h-md--black {
    color: #000;
    font-size: 20px;
}

.h-sm {
    color: #005696;
    font-size: 1.11111rem;
    margin: 0.55556rem 0 1.11111rem;
}

.h-sm--alt {
    color: #000;
}

.h-int,
.h-title {
    font-family: "GT Walsheim Pro Bold";
    font-size: 1rem;
}

.h-int {
    font-size: 1.38889rem;
    margin-bottom: 0.5em;
}

.h-int--blue {
    color: #005696;
}

.h-split {
    padding-top: 1em;
}

@media (min-width: 64em) {
    .h-split {
        padding-top: 0;
    }
}

.h-split span {
    display: block;
    margin-top: 1em;
}

@media (min-width: 64em) {
    .h-split span {
        display: inline-block;
        padding-left: 4em;
        margin-top: 0;
    }
}

.btn {
    display: inline-block;
    border-radius: 27px;
    border-width: 2px;
    border-style: solid;
    text-align: center;
    padding: 0.65em 2em;
    text-decoration: none;
    font-size: 0.77778rem;
    /*font-family: "GT Walsheim Pro Bold";
    font-family:Roboto-Bold;*/
    background-color: transparent;
    transition: 0.2s;
}

.gold-btn {
    display: inline-block;
    border-radius: 5px;
    border-width: 1.5px;
    border-style: solid;
    text-align: center;
    padding: 0.4em 0.2em;
    text-decoration: none;
    font-size: 18px;
    /*font-family: "GT Walsheim Pro Bold";*/
    font-family:Roboto-Bold;
    background-color: transparent;
    transition: 0.2s;
}

@media (min-width: 64em) {
    .btn {
        font-size: 1.11111rem;
        padding: 0.65em 2.5em;
    }
    .gold-btn {
        font-size: 24px;
        border-width: 2px;
        border-radius: 5px;
        padding: 0.4em 0.2em;
    }
}

.btn--alt {
    padding: 0.44444rem 2em;
    text-transform: uppercase;
}

.btn--wide {
    min-width: 240px;
}

.gold--btn--wide {
    min-width: 275px;
    min-height: 55px;
}

@media (min-width: 64em) {
    .btn--wide {
        min-width: 340px;
    }
    .gold--btn--wide {
        min-width: 275px;
        min-height: 55px;
    }
}

.btn--sm {
    padding: 0.22222rem 0;
    min-width: 240px;
    display: inline-block;
    margin: 0 0.5rem;
}
.btn--sm-v2 {
    padding: 0.22222rem 0;
    min-width: 200px;
    display: inline-block;
    /*margin: 0 0.5rem;*/
}

.btn--primary {
    border-color: #0378d5;
    color: #fff;
    background: #0378d5;
}

    .btn--primary:active,
    .btn--primary:focus,
    .btn--primary:hover {
        border-color: #025ca3;
        background: #025ca3;
        box-shadow: 0 3px 12px rgba(0, 0, 0, 0.16);
    }

    .btn--primary[type="submit"] {
        width: 100%;
    }

.btn--default {
    border-color: #005696;
    color: #fff;
    background: #005696;
}

.btn--dark {
    border-color: #2E2E2E;
    color: #fff;
    background: #2E2E2E;
    width: 250px;
    font-size: 1.2rem;
    font-family: 'Roboto-Bold';
    border-radius:35px;
}

    .btn--default:active,
    .btn--default:focus,
    .btn--default:hover {
        border-color: #003963;
        background: #003963;
        box-shadow: 0 3px 12px rgba(0, 0, 0, 0.16);
    }

.btn--secondary {
    background-color: #1bb57c;
    border-color: #1bb57c;
    color: #fff;
}

.gold--btn--secondary {
    background-color: #1152d8;
    border-color: #1152d8;
    color: #fff;
}

    .btn--secondary:hover {
        background-color: #189f6d;
        border-color: #189f6d;
    }

    .btn--secondary[type="submit"] {
        width: 100%;
    }

#app-process-page .btn--secondary[type="submit"] {
    width: inherit;
}

    #app-process-page .btn--secondary[type="submit"]:disabled {
        background-color: #e0e0e0;
        border-color: #e0e0e0;
        cursor: inherit;
    }

.btn.disabled {
    pointer-events: none;
    background-color: #ccc;
    border-color: #ccc;
}

.btn--outline {
    background: 0 0;
    color: #0378d5;
    transition: color 0.5s, background 0.5s;
}

    .btn--outline:active,
    .btn--outline:focus,
    .btn--outline:hover {
        color: #fff;
    }

.btn--outline-white {
    color: #fff;
    border-color: #fff;
}

    .btn--outline-white:active,
    .btn--outline-white:focus,
    .btn--outline-white:hover {
        color: #0378d5;
        background: #fff;
        border-color: #fff;
    }

.btn--outline-blue {
    border-color: #0378d5;
    color: #000;
}

    .btn--outline-blue:active,
    .btn--outline-blue:focus,
    .btn--outline-blue:hover {
        color: #0378d5;
    }

.contrast .btn--outline-blue {
    border-color: #005696;
}

    .contrast .btn--outline-blue:active,
    .contrast .btn--outline-blue:focus,
    .contrast .btn--outline-blue:hover {
        color: #005696;
    }

.btn--callout {
    border-color: #e0e0e0;
    color: #005696;
    font-family: "GT Walsheim Pro Regular";
}

@media (min-width: 64em) {
    .btn--callout {
        padding: 0.75em 1.25em;
    }
}

@media (min-width: 75em) {
    .btn--callout {
        padding: 0.75em 2.5em;
    }
}

.btn--white {
    border-color: #fff;
    color: #fff;
}

    .btn--white:active,
    .btn--white:focus,
    .btn--white:hover {
        background: #fff;
        color: #0378d5;
    }

.btn--blue {
    border-color: #0378d5;
    color: #0378d5;
}

    .btn--blue:active,
    .btn--blue:focus,
    .btn--blue:hover {
        background: #0378d5;
        color: #fff;
    }

.btn-disc {
    display: inline-block;
    text-decoration: none;
    text-align: center;
    vertical-align: middle;
    background: #fff;
    border-radius: 50%;
    width: 32px;
    height: 32px;
    transition: transform 0.3s;
}

    .btn-disc.is--active {
        transform: rotate(45deg);
    }

    .btn-disc img {
        max-width: 30px;
        max-height: 30px;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }

.btn-play {
    display: inline-block;
    opacity: 0.5;
    transition: opacity 0.5s;
}

    .btn-play:active,
    .btn-play:focus,
    .btn-play:hover {
        opacity: 1;
    }

.btn--share {
    width: 100%;
    max-width: 200px;
    padding: 0.65em 10px;
    position: relative;
}

    .btn--share i {
        position: absolute;
        top: 13px;
    }

        .btn--share i:last-child {
            right: 13px;
        }

        .btn--share i:first-child {
            position: absolute;
            left: 18px;
        }

.three-col-review { 
    max-width :80%;
    margin:0 10%;
    display:flex !important;
}

.btn--fb {
    background-color: #3b5998;
    border: 0;
    color: #fff;
}

.btn--fb-like {
    color: #000;
    border-color: #e0e0e0;
}

    .btn--fb-like i {
        color: #e0e0e0;
    }

.btn--linkedin,
.btn--tweet {
    background-color: #1da1f2;
    border: 0;
    color: #fff;
}

.btn--linkedin {
    background-color: #0077b5;
}

.btn--share-modal {
    padding: 0;
    border: 0;
    font-family: "GT Walsheim Pro Regular";
    text-transform: uppercase;
    font-size: 0.77778rem;
}

    .btn--share-modal i {
        color: #e0e0e0;
        margin-right: 10px;
        transition: 0.2s;
    }

    .btn--share-modal span {
        display: none;
    }

    .btn--share-modal:hover {
        opacity: 0.8;
    }

        .btn--share-modal:hover i {
            margin-right: 7px;
        }

@media (min-width: 48em) {
    .btn--share-modal span {
        display: inline;
    }
}

.btn--mobile-g {
    width: 225px;
    height: 60px;
    border-color: #1bb57c;
    color: #fff;
    font-size: 0.88889rem;
    background: radial-gradient(circle farthest-side, #59c169, #1bb57c);
    padding: 1em 2em;
}

    .btn--mobile-g .btn-icon {
        width: 18px;
        height: 18px;
        margin-right: 11px;
    }

    .btn--mobile-g:active,
    .btn--mobile-g:focus,
    .btn--mobile-g:hover {
        border-color: #3fa84f;
        background: radial-gradient(circle farthest-side, #3fa84f, #14895e);
        box-shadow: 0 3px 12px rgba(0, 0, 0, 0.16);
    }

.btn--mobile-g-alt {
    width: 212px;
    height: 48px;
    border-color: #1bb57c;
    color: #fff;
    font-size: 0.88889rem;
    background: #1bb57c;
}

@media (min-width: 48em) {
    .btn--mobile-g-alt {
        width: 280px;
    }
}

.btn--mobile-g-alt:active,
.btn--mobile-g-alt:focus,
.btn--mobile-g-alt:hover {
    border-color: #3fa84f;
    background: #3fa84f;
}

.btn--back {
    padding: 0.75em 1.5em;
    display: inline-block;
    border: 1px solid #e0e0e0;
    border-radius: 27px;
    transition: background-color 0.25s;
}

    .btn--back:hover {
        color: #fff;
        background-color: #444;
    }

.c-share-wrapper {
    position: relative;
    padding-right: 30px;
}

    .c-share-wrapper .btn--share-modal {
        position: absolute;
        bottom: 0.2em;
        right: 0;
    }

@media (min-width: 48em) {
    .c-share-wrapper {
        padding-right: 90px;
    }
}

.form label.error {
    color: red;
    font-size: 16px;
    font-style: italic;
}

.form label.error-white {
    color: #fff;
}

.hero__form .form input.error,
.hero__form .form select.error,
.hero__form--alt .form input.error,
.hero__form--alt .form select.error {
    border: 2px solid red;
}

    .hero__form .form input.error + label,
    .hero__form .form select.error + label,
    .hero__form--alt .form input.error + label,
    .hero__form--alt .form select.error + label {
        padding-top: 5px;
    }

.form__label,
.form__label--calc {
    margin-bottom: 0.27778rem;
    display: block;
}

.form__label {
    text-transform: uppercase;
    font-family: "GT Walsheim Pro Bold";
    color: #005696;
    font-size: 14px;
    text-align: left;
}

.form__label--calc {
    color: #0378d5;
}

.form__field {
    border-radius: 5px;
    border: 1px solid #f4f4f4;
    color: #444;
    padding: 15px 10px;
    font-style: italic;
    width: 100%;
    background-image: url(/Content/images/icon--lock.svg);
    background-repeat: no-repeat;
    background-position: top 50% right 8px;
    background-size: 8px;
    transition: 0.2s;
}

.form__field-square {
    border: 1px solid #005696;
    color: #444;
    padding: 5px 10px;
    width: 100%;
    /*background-image: url(/Content/images/icon--lock.svg);*/
    background-repeat: no-repeat;
    background-position: top 50% right 8px;
    background-size: 8px;
    transition: 0.2s;
}

.form-calc .form__field-square {
    border: 1px solid #4F4F4F;
    color: darkslategrey;
    padding: 15px 10px;
    width: 100%;
    background-repeat: no-repeat;
    background-position: top 50% right 8px;
    background-size: 8px;
    transition: 0.2s;
}

.form__toptext {
    border-radius: 5px;
    color: skyblue;
    padding: 5px 10px;
    width: 100%;
    text-align:center;
    background-image: url(/Content/images/icon--lock.svg);
    background-repeat: no-repeat;
    background-position: top 40% left 10%;
    background-size: 12px;
    transition: 0.2s;
}
.red-arrow {
    right: 0%;
    top: 65%;
    position: absolute;
}

    .form--contact .form__input:focus,
    .form--contact .form__input:hover,
    .form__field:focus,
    .form__field:hover,
    .form__input:focus,
    .form__input:hover,
    .widget--form .form__select select:focus,
    .widget--form .form__select select:hover {
        border: 1px solid #0378d5;
    }

.form__field--alt {
    padding: 7px 20px;
}

.form__field--calc {
    background: 0 0;
}

.form__field--fake {
    border-radius: 5px;
    border: 1px solid #f4f4f4;
    color: #444;
    line-height: 18px;
    padding: 15px 10px;
}

.form__input,
.form__select select {
    border-radius: 50px;
    width: 100%;
    padding: 15px 10px;
}

.form__input,
.form__select-Square select {
    width: 100%;
    padding: 5px 10px;
}
.form__select-Square select:first-child {
    color: grey;
}
select option {
    color: black;
}

.form__input {
    border: 1px solid #ccc;
    resize: none;
    transition: 0.2s;
}

.form__input--alt {
    margin-top: 0.55556rem;
    display: block;
}

.form__select {
    position: relative !important;
}


.form__select select {
    border: 1px solid #e0e0e0;
    background: #fff;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    font-size: 16px;
}

.form__select-Square {
    position: relative !important;
}


    .form__select-Square select {
        border: 1px solid #005696;
        background: #fff;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        font-size: 16px;
    }

.form-calc .form__select-Square select {
    border: 1px solid #4F4F4F;
    background: #fff;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    font-size: 20px;
    width: 100%;
    padding: 12px 10px;
}

    .form-calc .form__select-Square select:first-child {
        color: darkslategray;
    }

@media (min-width: 768px) {
    .form__select select {
        font-size: 18px;
    }
    .form__select-Square select {
        font-size: 18px;
    }
}

.app-process-update .form--select select::-ms-expand,
.c-select select::-ms-expand,
.c-widget__select select::-ms-expand,
.form--select select::-ms-expand,
.form__select select::-ms-expand,
.form__select-alt select::-ms-expand,
.widget--form .form__select select::-ms-expand {
    display: none;
}

.form__select--alt select {
    border-radius: 5px;
    border: 1px solid #f4f4f4;
    color: #444;
    padding: 15px 10px;
}

.form__select:after {
    display: block;
    position: absolute;
    top: 0.5em;
    right: 1em;
    content: "";
    pointer-events: none;
    width: 0.625em;
    height: 0.625em;
    transform: rotate(135deg);
    border-style: solid;
    border-width: 1px 1px 0 0;
    color: #0378d5;
    font-size: 1.5em;
}

.form__select-Square:after {
    display: block;
    position: absolute;
    top: 0em;
    right: 0em;
    content: "";
    pointer-events: none;
    max-height: 100%;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    color: black;
    font-size: 2.5em;
    background-color: lightgray;
    content: '\25BE';
    text-align: center;
    line-height: 80%;
}

.form-calc .form__select-Square:after {
    display: block;
    position: absolute;
    top: 0em;
    right: 0em;
    content: "";
    pointer-events: none;
    height: 100%;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    color: black;
    font-size: 3em;
    background-color: lightgray;
    content: '\25BE';
    text-align: center;
    line-height: 85%;
    vertical-align:middle;
    padding-top:5px;
}

.form__submit {
    width: auto !important;
}

.form--contact .form__label {
    font-family: "GT Walsheim Pro Medium";
    color: #333;
    text-transform: none;
    font-size: 14px;
    margin-bottom: 0.27778rem;
    display: block;
    text-align: left;
}

.form-calc .form__label {
    font-family: Roboto-Regular;
    color: #2E2E2E;
    text-transform: none;
    font-size: 20px;
    margin-bottom: 0.4rem;
    display: block;
    text-align: left;
}

.form--contact .form__input {
    border: 1px solid #e0e0e0;
}

.form--contact .form__select:after {
    border-width: 2px 2px 0 0;
}

.form--contact .form__submit {
    margin-bottom: 2rem;
}

.form__spinner {
    font-size: 3.5em;
    color: #009ee3;
    margin: 0 auto;
    position: absolute;
    top: 33%;
    left: 0;
    right: 0;
}

.form__spinner-wrap {
    min-height: 500px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
}

.c-select,
.tooltip {
    font-weight: 700;
    position: relative;
}

.tooltip {
    background: #fff;
    border-radius: 5px;
    color: #000;
    font-size: 0.8rem;
    padding: 14px;
    display: none;
}

    .tooltip:after {
        content: "";
        display: block;
        height: 20px;
        width: 20px;
        transform: rotate(45deg);
        position: absolute;
        top: -10px;
        background: #fff;
    }

.c-select {
    display: inline-block;
    font-family: "GT Walsheim Pro Bold";
    color: #1e5696;
    padding-bottom: 5px;
    z-index: 5;
}

    .c-select:before {
        content: "";
        background: #009ee3;
        box-shadow: 0 0 1px 0 #009ee3;
        width: 100%;
        left: 0;
        height: 3px;
        position: absolute;
        bottom: 0;
    }

    .c-select:after {
        content: "\f0d7";
        font-family: "Font Awesome 5 Free";
        position: absolute;
        top: 50%;
        right: 0;
        transform: translate(0, -50%);
    }

    .c-select select {
        border: 0;
        background: 0 0;
        border-radius: 0;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        width: 100%;
        padding-right: 30px;
        z-index: 6;
        position: relative;
    }

    .c-select option,
    .c-widget__select option {
        padding: 20px;
    }

#divContactFormSpinner,
#footer-email-spinner {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

#divContactFormSpinner {
    background: rgba(255, 255, 255, 0.6);
}

#footer-email-spinner {
    background: rgba(0, 86, 150, 0.6);
}

    #footer-email-spinner .form__spinner {
        font-size: 2.5em;
        color: #fff;
        margin: 0 auto;
        position: absolute;
        top: 43%;
        left: 13%;
    }

.link {
    color: #0378d5;
    text-decoration: none;
    transition: 0.2s;
}

    .link:active,
    .link:focus,
    .link:hover,
    main ul li a:active,
    main ul li a:focus,
    main ul li a:hover,
    p a:active,
    p a:focus,
    p a:hover {
        text-decoration: underline;
    }

.link--mobile {
    font-size: 12px !important;
}

main ul li a,
p a {
    color: #0378d5;
    text-decoration: none;
}

.contrast .hero--interior__breadcrumb a.active,
.contrast .hero--interior__breadcrumb a:hover,
.contrast main ul li a,
.contrast p a {
    color: #005696;
}

.o-shell {
    margin: 0 auto;
    max-width: 930px;
}

.o-shell--large {
    max-width: 1226px;
}

.o-shell--medium {
    max-width: 778px;
}

.o-shell--small {
    max-width: 570px;
}

.o-shell-fluid {
    padding: 0 40px;
}

.pill {
    background-color: #1bb57c;
    color: #fff;
    display: inline-block;
    border-radius: 15px;
    font-weight: 700;
    font-size: 0.8rem;
    padding: 0.25em 1em;
}

.contrast .pill {
    background-color: #37b467;
}

.c-card--action__img figcaption,
.pill--abs {
    left: 50%;
    transform: translateX(-50%);
    position: absolute;
}

.pill--abs {
    top: -0.8em;
}

.c-cards {
    display: flex;
}

@media screen and (max-width: 1030px) {
    .c-cards {
        display: block;
    }
}

.c-cards .c-card {
    width: 100%;
}

@media screen and (max-width: 1030px) {
    .c-cards .c-card__body {
        margin-top: 0;
    }

    .c-cards .c-card__badge {
        position: relative;
        top: 0;
        left: 0;
        transform: translate(0);
        width: 105px;
        margin: 0 auto;
    }
}

.c-cards .c-card + .c-card {
    border-left: 1px solid #d5d5d5;
}

.c-card {
    font-weight: 300;
    text-align: center;
    background: #fff;
    border: 1px solid #d5d5d5;
    padding: 40px;
    position: relative;
    z-index: 5;
    height:100%;
}
.c-card-two {
    font-weight: 300;
    text-align: left;
    background: #fff;
    border: 1px solid #d5d5d5;
    padding: 10px;
    position: relative;
    z-index: 5;
    height: 100%;
    border-radius: 15px;
    opacity: 1;
    width: 85%;
}

    .c-card a[href^="tel"] {
        text-decoration: none;
        word-break: keep-all;
        display: inline-block;
    }

.c-card__badge {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, -25px);
    width: 105px;
    margin: 0 auto;
}

.c-card__body {
    margin-top: 60px;
    height: calc(100% - 60px);
    position: relative;
}

    .c-card__body .c-link {
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
    }

.c-card--offset {
    display: flex;
    flex-wrap: wrap;
    /*align-items: center;*/
    background: #fff;
    padding: 40px;
}


@media (min-width: 75em) {
    .c-card--offset {
        padding: 40px 3rem;
    }
}

.c-card__cta {
    line-height: 40px;
}

    .c-card__cta .btn {
        line-height: 32px;
    }

.c-card--action__img {
    padding-top: 66.25%;
    position: relative;
    z-index: 5;
}

@media (min-width: 64em) {
    .c-card--action__img {
        height: 100%;
        background-position: 0 center !important;
    }
}

.c-card--action__heroimg {
    padding-top: 66%;
    position: relative;
    z-index: 5;
}

@media (min-width: 64em) {
    .c-card--action__heroimg {
        height: 100%;
        /*background-position: 0 center !important;*/
    }
}

.c-card--action__img figcaption {
    bottom: 19px;
    visibility: hidden;
    opacity: 0;
    transition: visibility 0.5s, opacity 0.5s;
}

    .c-card--action__img figcaption.is--visible {
        visibility: visible;
        opacity: 1;
    }

.c-card--action__img iframe {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 10;
    position: absolute;
}

.c-card--action__img .btn-disc,
.c-card--action__img .btn-play {
    position: absolute;
}

.c-card--action__img .btn-disc {
    bottom: 20px;
    right: 19px;
    z-index: 5;
}

.c-card--action__img .btn-play {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.c-card--action a[href^="tel"],
.c-footer a,
.c-footer__nav a,
.c-footer__nav-inline a {
    text-decoration: none;
}

@media screen and (max-width: 1024px) {
    /*.c-card--action .c-card--offset,
    .c-card--action .o-layout__item {
        width: 100%;
    }*/

        .c-card--action .c-card--offset figure,
        .c-card--action .o-layout__item figure {
            max-height: 300px;
        }

    /*.c-card--action .c-card--offset {
        order: 2;
    }*/
}

@media screen and (max-width: 760px) {
    .c-card--offset__enrty p {
        font-size: 14px;
    }
    
}
@media screen and (max-width: 1023px) and (min-width: 760px) {
    .c-card--offset-v2 {
        padding:10px;
    }
    .c-card--offset__enrty .u-font-size-lg {
        font-size: 0.8rem;
    }
    .c-card--offset__enrty .h-lg {
        font-size: 20px;
    }
}

.c-card--stats {
    justify-content: center;
    list-style: none;
}

.c-card--stat {
    padding: 0 3rem 0;
}
.c-card--stat-small {
    padding: 0 1rem 0;
}

@media (min-width: 48em) {
    .c-card--stat {
        padding: 0.83rem 3rem;
    }
    .c-card--stat-small {
        padding: 0.83rem 1rem;
    }
}

.c-card--stat strong {
    display: block;
    font-size: 2.67rem;
    font-family: "GT Walsheim Pro Medium";
    font-weight: 500;
}

.c-card--stat p {
    margin-bottom: 0;
}

.c-card--stat + .c-card--stat {
    border-top: 1px solid rgba(112, 112, 112, 0.15);
}

@media screen and (min-width: 768px) {
    .c-card--stat + .c-card--stat {
        border-top: none;
    }
}

@media screen and (max-width: 480px) {
    .c-card--stat + .c-card--stat {
        margin-top: 2rem;
        border-top: 1px solid rgba(112, 112, 112, 0.15);
    }
}

@media screen and (max-width: 1023px) and (min-width: 480px) {
    .c-card--stat + .c-card--stat:nth-child(2n + 1) {
        border-top: 1px solid rgba(112, 112, 112, 0.15);
        margin-top: 0;
        border-left: 0;
    }
}

@media screen and (max-width: 1023px) and (min-width: 480px) {
    .tab-padding {
        margin: 0 17%;
    }
    .tab-header-padding {
        font-size: 1.5rem !important;
    }
    .sub-header-font {
        font-size: 1.3rem !important;
        line-height: 1.5rem;
    }
    .modal {
        margin: 0 0px 0 -20% !important;
        padding: 0 !important;
    }
}

@media screen and (max-width: 1023px) and (min-width: 768px) {
   
    .tab-padding-V2 {
        margin: 0 22%;
    }
}

@media screen and (max-width: 1023px) and (min-width: 550px) {

    .tab-padding-V3 {
        margin: 0 22%;
    }
}

@media (min-width: 350px) {
    .modal {
        margin: 0 !important;
        padding: 0 !important;
    }
}

.c-card-columned {
    padding-left: 10%;
    padding-right: 10%;
    background-color: #fff;
    margin-bottom: 40px;
}

.c-cards-offset__cta {
    max-width: 300px;
    text-align: center;
}

    .c-cards-offset__cta a[href^="tel"] {
        text-decoration: none;
        display: inline-block;
        word-break: keep-all;
    }

.c-cards-offset__row {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 40px;
}

.c-cards-offset__item p,
.c-cards-offset__row--alt {
    margin-bottom: 0;
}

@media (min-width: 48em) {
    .c-cards-offset__row--alt {
        margin-bottom: 40px;
    }
}

.c-cards-offset__item {
    width: 100%;
    padding: 20px;
    order: 3;
    display: flex;
    flex-direction: column;
    justify-content: center;
    border: 1px solid #e0e0e0;
}

    .c-cards-offset__item .h-xl {
        line-height: 3.5rem;
    }

.c-cards-offset__row--alt .c-cards-offset__item {
    border: 0;
}

.c-cards-offset__image {
    padding: 0;
    order: 1;
    border-bottom: none;
    background-size: cover;
    background-position: top center;
    min-height: 300px;
}

@media (min-width: 48em) {
    .c-cards-offset__row {
        margin-bottom: 0;
    }

    .c-cards-offset__item {
        width: 50%;
    }

    .c-cards-offset__image {
        order: 3;
    }

    .c-cards-offset__row:nth-child(2n) .c-cards-offset__image {
        order: 2;
    }
}

.c-cards-offset--alt {
    background-color: #707070;
}

    .c-cards-offset--alt .c-cards-offset__item {
        min-height: inherit;
    }

        .c-cards-offset--alt .c-cards-offset__item:last-child {
            padding-bottom: 0;
        }

.card {
    border-radius: 5px;
    border: 1px solid #e0e0e0;
    background-size: cover;
    background-position: center center;
    position: relative;
    box-shadow: none;
    height: 180px;
    transition: 0.2s;
}

@media (min-width: 64em) {
    .card {
        height: 260px;
    }
}

.card:before {
    background-color: #0378d5;
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    border-radius: 5px;
    box-shadow: inset -200px -200px 300px -71px rgba(0, 0, 0, 0.25);
}

.card:active,
.card:focus,
.card:hover {
    box-shadow: 0 0 35px 2px rgba(0, 0, 0, 0.2);
}

    .card:active .card__title:after,
    .card:focus .card__title:after,
    .card:hover .card__title:after {
        right: -0.25em;
    }

.card__item:nth-child(2) .card:before,
.card__item:nth-child(6) .card:before {
    background-color: #009ee3;
}

.card__item:nth-child(3) .card:before,
.card__item:nth-child(4) .card:before {
    background-color: #005696;
}

.c-widget--home__buttons > button.btn,
.card__bottom,
.card__flag,
.card__title {
    display: block;
    width: 100%;
}

.card__flag {
    color: #fff;
    padding-bottom: 0.5em;
}

.card__bottom {
    position: absolute;
    left: 0;
    bottom: 0;
    padding: 30px;
}

.card__title {
    color: #fff;
    font-size: 18px;
    position: relative;
    padding-right: 1em;
    font-family: "GT Walsheim Pro Medium";
}

    .card__title:after {
        content: "";
        display: inline-block;
        background-image: url(/Content/images/icon--card-arrow.svg);
        width: 18px;
        height: 10px;
        position: absolute;
        right: 0;
        bottom: 0;
        transition: 0.2s;
    }

.card--transparent:before {
    background-color: transparent;
    box-shadow: none;
}

.card--transparent:active,
.card--transparent:focus,
.card--transparent:hover {
    box-shadow: 0 0 35px 2px rgba(0, 0, 0, 0.05);
}

.card--transparent .card__flag {
    color: #0378d5;
}

.card--transparent .card__title {
    color: #101010;
}

    .card--transparent .card__title:after {
        background-image: url(/Content/images/icon--card-arrow-dark.svg);
    }

.card--offset {
    border: 1px solid #e0e0e0;
}

    .card--offset + .card--offset {
        margin-top: 20px;
    }

@media (min-width: 48em) {
    .card--offset + .card--offset {
        margin-top: 0;
    }
}

.card--offset .layout__item + .layout__item {
    margin-top: 0;
}

.card--offset__img {
    background-size: cover;
    background-position: center center;
    height: 150px;
}

@media (min-width: 64em) {
    .card--offset__img {
        height: 260px;
    }
}

.card--offset__content {
    display: table;
    height: 100%;
    width: 100%;
    padding: 20px 20px 40px;
}

@media (min-width: 48em) {
    .card--offset__content {
        padding: 0 40px 0 0;
    }
}

.card--offset__content__inner {
    display: table-cell;
    vertical-align: middle;
}

.c-card--rounded {
    border-radius: 25px;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.25);
    padding: 20px;
}

.c-card--rounded-first {
    border-radius: 25px;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.25);
    padding: 20px 30px;
}
.c-card--rounded-second {
    border-radius: 25px;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.25);
    padding: 20px;
}

.c-card--rounded-first:hover {
    border: 1px solid #FF7E01;
}
.c-card--rounded-second:hover {
    border: 1px solid #008B9E;
}

.mobile-sub-header {
    font-size: 1.4rem !important;
    line-height: 1.5rem;
}
@media (max-width: 370px) {
    .mobile-sub-header {
        font-size: 1.2rem !important;
        line-height: 1.5rem;
    }
}

@media (min-width: 64em) {
    .c-card--rounded {
            height: 100%;
        }
    }

    @media (min-width: 75em) {
        .c-card--rounded {
            padding: 20px 40px;
        }
    }

    @media (min-width: 48em) {
        .c-card--rounded--one {
            max-width: calc(1440px / 4);
        }
    }

    .c-card--rounded h4 {
    padding-bottom: 10px;
    min-height: 3.33333rem;
    display: flex;
    justify-content: center;
    align-items: center;
}

.c-card--rounded .js-mini-accordion {
    min-height: 140px;
}

.c-card--rounded__prop {
    padding-bottom: 20px;
    padding-top: 10px;
}

@media (min-width: 64em) {
    .c-card--rounded__prop {
        display: flex;
        align-items: center;
    }
}

.checklist {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

    .checklist li {
        padding-left: 20px;
        position: relative;
    }

        .checklist li i {
            display: block;
            position: absolute;
            padding-right: 10px;
            color: #1bb57c;
            left: 0;
        }

.contrast .checklist li i {
    color: #37b467;
}

.js-mini-accordion {
    display: none;
}

@media (min-width: 64em) {
    .js-mini-accordion {
        min-height: 5em;
    }
}

.js-mini-accordion-toggle {
    cursor: pointer;
}

[data-acc-toggle] {
    font-weight: 700;
}

    [data-acc-toggle]:hover {
        text-decoration: underline;
        color: #1bb57c;
    }

.c-footer {
    float: left;
    width: 100%;
}

    .c-footer input::-ms-input-placeholder {
        color: #fff;
    }

@media (min-width: 48em) {
    .c-footer {
        font-size: 1rem;
    }
}

.c-footer a:hover {
    text-decoration: underline;
}

.c-footer a img {
    position: relative;
    left: 1px;
    top: 1px;
}

.c-footer h6 {
    text-transform: uppercase;
}

@media (min-width: 64em) {
    .c-footer__wrapper {
        display: flex;
    }
}

.c-footer__callout .btn {
    display: block;
    width: 90%;
    margin: 0 auto;
}

.c-footer__callout .link {
    color: #009ee3;
}

    .c-footer__callout .link:active,
    .c-footer__callout .link:focus,
    .c-footer__callout .link:hover {
        color: #fff;
    }

.c-footer__content .c-phone {
    margin-bottom: 2.1rem;
}

.c-footer__content-inner {
    width: 100%;
}

    .c-footer__content-inner .c-phone {
        display: none;
    }

.c-footer__content-aside {
    width: 300px;
    position: relative;
    z-index: 5;
}

@media (min-width: 68.75em) {
    .c-footer__content-aside {
        width: 328px;
    }
}

@media (max-width: 1023px) {
    .c-footer__content-aside {
        display: flex;
        width: 100%;
    }

        .c-footer__content-aside .c-socials {
            flex: 1;
            display: flex;
            align-items: flex-end;
            justify-content: flex-end;
            padding-right: 100px;
        }
}

@media (max-width: 767px) {
    .c-footer__content-aside {
        display: block;
    }

        .c-footer__content-aside .c-socials {
            justify-content: flex-start;
            margin-top: 40px;
        }
}

.c-footer__contacts {
    flex: 1;
}

@media (min-width: 64em) {
    .c-footer__contacts {
        margin-bottom: 40px;
    }
}

.c-footer__image-absolute {
    position: absolute;
    bottom: 0;
    right: 0;
}

.c-footer__outro {
    font-size: 0.89em;
    line-height: 1.5;
}

    .c-footer__outro:after {
        content: "";
        display: table;
        line-height: 0;
        clear: both;
    }

    .c-footer__outro .u-flex-wrap > .wrapper {
        margin: -20px;
    }

.c-footer__text {
    flex: 1;
    padding: 20px 0;
}

    .c-footer__disclaimer,
    .c-footer__text > p {
        font-size: 0.61111rem;
        line-height: 0.88889rem;
    }

@media (min-width: 64em) {
    .c-footer__text > p {
        font-size: 0.88889rem;
        line-height: 1.33333rem;
    }
}

@media (min-width: 64em) {
    .c-footer__disclaimer {
        font-size: 0.88889rem;
        line-height: 1.33333rem;
    }
}

.c-footer__images {
    width: 100%;
}

@media (min-width: 30em) {
    .c-footer__images {
        width: auto;
        flex: 0 0 auto;
        padding: 20px 0 20px 20px;
    }
}

.c-footer__nav li + li {
    margin-top: 1rem;
}

.c-footer__nav-inline {
    font-size: 0.78rem;
    margin-top: 40px;
}

    .c-footer__nav-inline a {
        display: inline-block;
        vertical-align: middle;
        line-height: 2em;
    }

        .c-footer__nav-inline a:not(:last-child) {
            margin-right: 0.1rem;
            position: relative;
            z-index: 5;
        }

@media (min-width: 48em) {
    .c-footer__nav-inline a:not(:last-child) {
        margin-left: 1rem;
    }
}

.c-footer__nav-inline a:not(:last-child):after {
    content: "|";
    display: inline-block;
    margin-left: 0.2rem;
}

@media (min-width: 48em) {
    .c-footer__nav-inline a:not(:last-child):after {
        margin-left: 1rem;
    }
}

@media (min-width: 64em) {
    .c-footer__nav-inline {
        margin-top: -20px;
        position: relative;
        top: -10px;
    }
}

.c-footer__nav-section {
    vertical-align: top;
    /*border-bottom: 1px solid rgba(255, 255, 255, 0.5);*/
}

    .c-footer__nav-section:first-child {
        /*border-top: 1px solid rgba(255, 255, 255, 0.5);*/
    }

@media (min-width: 64em) {
    .c-footer__nav-section {
        display: inline-block;
        border: 0;
    }

        .c-footer__nav-section:first-child {
            border: 0;
        }

        .c-footer__nav-section + .c-footer__nav-section {
            padding: 0 0 0 5%;
        }
}

@media (min-width: 64em) and (min-width: 75em) {
    .c-footer__nav-section + .c-footer__nav-section {
        padding: 0 0 0 5rem;
    }
}

.c-footer__nav-section h6 {
    margin-bottom: 20px;
}

    .c-footer__nav-section h6 i {
        display: none;
        transition: transform 0.2s ease-out;
    }

@media (max-width: 1023px) {
    .c-footer__nav-section h6 {
        padding: 20px 0;
        margin: 0;
    }

        .c-footer__nav-section h6 i {
            display: block;
            float: right;
        }

    .c-footer__nav-section ul {
        max-height: 0;
        overflow: hidden;
        transition: max-height 0.2s ease-out;
    }

    .c-footer__nav-section li:last-child {
        padding-bottom: 20px;
    }

    .c-footer__nav-section--open ul {
        max-height: 300px;
    }

    .c-footer__nav-section--open h6 i {
        transform: rotate(180deg);
    }
}

.c-footer .btn--primary[type="submit"] {
    width: auto;
}

.c-footer .c-logo {
    display: block;
    margin-bottom: 1.5rem;
}

@media (max-width: 1023px) {
    .c-footer__content-inner .c-phone {
        display: block;
    }

    .c-footer__contacts .c-phone {
        display: none;
    }
}

.c-footer--mobile .c-footer__wrapper p {
    font-size: 0.61111rem;
    line-height: 15px;
}

.c-hero {
    color: #fff;
    position: relative;
    z-index: 5;
    margin-bottom: -5px;
}

.c-hero__content,
.c-hero__slide:after {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
}

.c-hero__content {
    z-index: 2;
    text-align: center;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.c-hero .slick-arrow {
    position: absolute;
    top: 50%;
    z-index: 5;
}

    .c-hero .slick-arrow.slick-prev {
        left: 43px;
        transform: translateY(-50%) rotate(180deg);
    }

    .c-hero .slick-arrow.slick-next {
        right: 43px;
        transform: translateY(-50%);
    }

.slick-arrow {
    position: absolute;
    top: 50%;
    z-index: 5;
}

    .slick-arrow.slick-prev {
        left: 5%;
        transform: translateY(-50%) rotate(180deg);
    }

    .slick-arrow.slick-next {
        right: 5%;
        transform: translateY(-50%);
    }

@media (max-width: 1023px) {
    .slick-arrow {
        font-size: 0;
        line-height: 0;
        text-indent: -4000px;
        background: url(../images/icon--slider-arrow-dark.png) center center no-repeat !important;
        background-size: 20px;
        border: 0;
        width: 20px !important;
        height: 20px !important;
    }

    .slick-arrow.slick-prev {
        left: 0;
        transform: translateY(-50%) rotate(180deg);
    }

    .slick-arrow.slick-next {
        right:0;
        transform: translateY(-50%);
    }
}

@media (max-width: 768px) {
    .c-hero__content {
        align-items: flex-end;
        padding-bottom: 40px;
    }

    .c-hero .slick-arrow {
        top: auto;
        bottom: -5px;
    }

        .c-hero .slick-arrow.slick-prev {
            left: 0;
        }

        .c-hero .slick-arrow.slick-next {
            right: 0;
        }
}


.c-hero__slide:after {
    content: "\A";
    height: 98%;
    background: rgba(0, 0, 0, 0.2);
    opacity: 1;
    transition: all 1s;
    -webkit-transition: all 1s;
}

@media (min-width: 48em) {
    .c-hero__slide:after {
        height: 98.5%;
    }
}

@media (min-width: 64em) {
    .c-hero__slide:after {
        height: 99.5%;
    }
}

.c-hero__image {
    height: 100%;
    width: 100%;
}

.c-hero__title {
    text-shadow: 0 3px 27px rgba(0, 0, 0, 0.66);
    padding: 0 80px;
    font-size: 6vw;
    line-height: 6.2vw;
}

@media (min-width: 48em) {
    .c-hero__title {
        font-size: 1.77778rem;
        line-height: 2rem;
    }
}

@media (min-width: 64em) {
    .c-hero__title {
        font-size: 4.11111rem;
        line-height: 4.44444rem;
    }
}

.c-hero--detail .c-hero__slide:after {
    height: 96%;
}

@media (min-width: 30em) {
    .c-hero--detail .c-hero__slide:after {
        height: 97%;
    }
}

@media (min-width: 48em) {
    .c-hero--detail .c-hero__slide:after {
        height: 98.5%;
    }
}

@media (min-width: 75em) {
    .c-hero--detail .c-hero__slide:after {
        height: 99%;
    }
}

.hero {
    position: relative;
    margin-top: 70px;
}

@media (min-width: 48em) {
    .hero {
        margin-top: 70px;
    }
}

@media (min-width: 48em) and (max-width: 64em) {
    .hero--landing-revamp {
        margin-top: 50px !important;
    }
}


@media (min-width: 64em) {
    .hero {
        margin-top: 145px;
    }

    .test--active .hero {
        margin-top: 0 !important;
    }
}

.hero--landing {
    background-size: cover;
    background-position: top center;
    height: 185px;
    margin-top: 0;
}
.hero--landing-two {
    background-size: cover;
    background-position: top center;
    height: 250px;
    margin-top: 0;
}
.hero--landing-revamp {
    background-size: cover;
    background-position: center;
    height: 300px;
    margin-top: 10px;
}

@media (min-width: 64em) {
    .hero--landing {
        height: 575px;
    }
    .hero--landing-two {
        height: 675px;
    }
    .hero--landing-revamp {
        height: 950px;
    }
    .hero--purchaselanding-two {
        height: 750px !important;
    }
}

.hero--landing--alt,
.hero--landing--fha {
    background-color: #0378d5;
}

.hero--landing--op,
.hero--landing--purchase {
    background-size: cover;
    background-position: top center;
}

.hero--landing--op {
    overflow: hidden;
}

    .hero--landing--op .wrapper {
        padding: 0 20px;
    }

@media (min-width: 64em) {
    .hero--landing--op .wrapper {
        padding: 0 16em 0 20px;
    }
}

.hero--landing--purchase {
    position: relative;
}

@media (min-width: 48em) {
    .hero--landing--purchase {
        height: 325px;
        background-position: center center;
    }
}

@media (min-width: 64em) {
    .hero--landing--purchase {
        height: 545px;
        background-position: top center;
    }
}

.hero--landing--purchase .hero--landing__logo {
    padding: 2em 0 2em 1em;
    max-width: 200px;
}

    .hero--landing--purchase .hero--landing__logo img {
        width: 175px;
        margin-bottom: 0;
    }

@media (min-width: 64em) {
    .hero--landing--purchase .hero--landing__logo img {
        width: auto;
    }

    .hero--landing--purchase .hero--landing__logo {
        max-width: 500px;
        padding: 10em 0 3em 5em;
    }
}

.hero--landing--purchase .hero--landing__logo .hero--landing__text {
    position: absolute;
    width: 300px;
    margin-top: 10px;
    padding-left: 1em;
}

@media (min-width: 48em) {
    .hero--landing--purchase .hero--landing__logo .hero--landing__text {
        left: -20px;
        width: 350px;
    }
}

@media (min-width: 64em) {
    .hero--landing--purchase .hero--landing__logo .hero--landing__text {
        left: -50px;
        width: 500px;
        margin-top: 50px;
    }
}

.hero--landing--purchase .hero--landing__intro {
    font-family: "GT Walsheim Pro Regular";
    text-align: left;
    font-size: 0.88889rem;
    line-height: 1rem;
    padding-left: 1em;
}

@media (min-width: 64em) {
    .hero--landing--purchase .hero--landing__intro {
        font-size: 1.55556rem;
        line-height: 1.77778rem;
        padding-left: 3em;
    }
}

.hero--landing--purchase-alt {
    position: relative;
    background-size: cover;
    background-position: left top;
    height: 285px;
}

@media (min-width: 28.125em) {
    .hero--landing--purchase-alt {
        background-position: left 15%;
    }
}

@media (min-width: 59.375em) {
    .hero--landing--purchase-alt {
        height: 575px;
    }
}

@media (min-width: 64em) {
    .hero--landing--purchase-alt {
        background-position: center 80%;
    }
}

@media (min-width: 73.4375em) {
    .hero--landing--purchase-alt {
        background-position: center 60%;
    }
}

@media (min-width: 81.25em) {
    .hero--landing--purchase-alt {
        background-position: center 40%;
    }
}

@media (min-width: 93.75em) {
    .hero--landing--purchase-alt {
        background-position: center 30%;
    }
}

.hero--landing--purchase-alt .hero--landing__logo {
    position: absolute;
    top: 75px;
    left: 20px;
}

    .hero--landing--purchase-alt .hero--landing__logo img {
        max-width: 125px;
        margin-bottom: 0;
    }

@media (min-width: 34.375em) {
    .hero--landing--purchase-alt .hero--landing__logo img {
        max-width: 200px;
    }
}

@media (min-width: 48em) {
    .hero--landing--purchase-alt .hero--landing__logo img {
        max-width: 250px;
    }
}

@media (min-width: 59.375em) {
    .hero--landing--purchase-alt .hero--landing__logo img {
        width: 300px;
        max-width: 300px;
    }
}

@media (min-width: 64.0625em) {
    .hero--landing--purchase-alt .hero--landing__logo img {
        width: auto;
    }
}

@media (min-width: 48em) {
    .hero--landing--purchase-alt .hero--landing__logo {
        top: 75px;
        left: 30px;
    }
}

@media (min-width: 64.0625em) {
    .hero--landing--purchase-alt .hero--landing__logo {
        top: 0;
        left: 30px;
        max-width: 500px;
        padding: 10em 0 3em;
    }
}

@media (min-width: 75em) {
    .hero--landing--purchase-alt .hero--landing__logo {
        top: 0;
    }
}

.hero--landing--purchase-alt .hero--landing__text {
    position: absolute;
    bottom: 15px;
    left: 20px;
    width: 90%;
    z-index: 1;
}

@media (min-width: 64em) {
    .hero--landing--purchase-alt .hero--landing__text {
        bottom: 20px;
        width: 700px;
        left: 30px;
    }
}

@media (min-width: 75em) {
    .hero--landing--purchase-alt .hero--landing__text {
        width: 720px;
    }
}

@media (min-width: 78.125em) {
    .hero--landing--purchase-alt .hero--landing__text {
        width: 800px;
    }
}

.hero--landing--purchase-alt .hero--landing__intro {
    width: 100%;
    font-size: 1.33333rem;
    font-family: "GT Walsheim Pro Regular";
    line-height: 1.33333rem;
}

@media (min-width: 59.375em) {
    .hero--landing--purchase-alt .hero--landing__intro {
        font-size: 2.5rem;
        line-height: 2.5rem;
    }
}

.hero--landing--purchase-alt .hero__overlay--purchase-alt {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: linear-gradient(to top, #000 1%, #58433e 6%, transparent 50%);
    opacity: 0.6;
    z-index: 0;
}

@media (max-width: 1024px) {
    .hero--landing__content {
        display: none;
    }
}

.hero--landing__logo {
    padding: 4.25em 0 2.5em;
    max-width: 160px;
}

@media (min-width: 48em) {
    .hero--landing__logo {
        max-width: 260px;
        padding: 3em 0 2.5em;
    }
}

@media (min-width: 64em) {
    .hero--landing__logo {
        padding: 10em 0 3em;
        max-width: 100%;
    }

    .hero--landing__logo-v2 {
        padding-left: 5em;
    }
}
.landing-logo {
    width: 150px;
    top: 20px;
    position: relative;
}


@media (min-width: 64em) {
    .landing-logo {
        width: 200px !important;
        left: 4%;
        top: 20px;
        position: relative;
    }
    .landing-phone-number {
        width: 500px;
        position: relative;
        color: white;
        font-size: 25px;
        font-weight: bold;
        left: 70%;
        top: -20px;
    }
}
@media (min-width: 1920px) {
    .landing-logo {
        width: 200px;
        left: 13%;
        top: 20px;
        position: relative;
    }
}


.hero--landing__share {
    background: 0 0;
    border: 2px solid #fff;
    color: #fff;
    padding: 0.5em 1em;
    text-align: center;
    text-transform: uppercase;
    font-family: "GT Walsheim Pro Regular";
    font-size: 0.77778rem;
    position: relative;
    top: 0.5em;
}

@media (min-width: 64em) {
    .hero--landing__share {
        font-size: 1rem;
    }
}

.hero--landing__share:focus > i,
.hero--landing__share:hover > i {
    left: 0.25em;
}

.hero--landing__share > i {
    margin-right: 0.5em;
    position: relative;
    left: 0;
    transition: 0.2s;
}

.hero--landing__intro {
    font-size: 1rem;
    line-height: 1.44444rem;
    font-family: "GT Walsheim Pro Medium";
    color: #fff;
}

@media (min-width: 64em) {
    .hero--landing__intro {
        font-size: 1.55556rem;
        line-height: 1.77778rem;
    }
}

.hero__overlay--landing-alt {
    background: #fff;
    width: auto;
    padding: 1em 1em 0.5em;
    margin-top: 46px;
    margin-bottom: 0.25em;
}
.hero-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: black;
    opacity: 0.4;
    z-index: 1;
}
.hero-overlay-grey {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: black;
    opacity: 0.2;
    z-index: 1;
}
.hero-overlay-alt {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: black;
    opacity: 0.3;
    z-index: 1;
}
.calc-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: white;
    opacity: 0.6;
    z-index: 1;
}
.purchase-overlay-bottom {
    position: absolute;
    top: 75%;
    left: 0;
    right: 0;
    bottom: 0;
    background: black;
    opacity: 0.25;
    z-index: 1;
}
.calc-result {
    font-size: 2.4rem;
}

.hero__overlay--landing-alt .hero__trust {
    color: #101010;
}

.hero__trust {
    font-size: 0.77778rem;
    font-family: "GT Walsheim Pro Regular";
    margin-bottom: 0;
    margin-top: 0.35em;
    color: #fff;
}

@media (min-width: 64em) {
    .hero__trust {
        font-size: 0.88889rem;
    }
}

.hero--detail {
    background-size: cover;
    background-position: center;
    height: 235px;
    overflow-x: hidden;
}

    .hero--detail:before {
        z-index: 1;
        content: " ";
        background: #f0f0f0;
        background: radial-gradient(circle, rgba(240, 240, 240, 0) 0, #000 100%);
        position: absolute;
        top: 0;
        left: -25%;
        width: 150%;
        height: 100%;
        opacity: 0.7;
    }

@media (min-width: 64em) {
    .hero--detail {
        height: 440px;
        text-align: center;
    }
}

.hero--detail .wrapper--detail {
    height: 100%;
}

.hero--detail .wrapper--detail__inner {
    position: relative;
    top: 1.5em;
    z-index: 2;
}

@media (min-width: 64em) {
    .hero--detail .wrapper--detail__inner {
        top: 2.5em;
    }
}

.hero__text {
    color: #fff;
    font-family: "GT Walsheim Pro Regular";
    margin: 0;
    text-shadow: 0 3px 27px rgba(0, 0, 0, 0.66);
}

.hero__text--landing {
    font-size: 20px;
    line-height: 1.33333rem;
    width: 100%;
    z-index: 1;
    position: absolute;
    padding: 0 20px;
    bottom: 20px;
}

@media (min-width: 64em) {
    .hero__text--landing {
        bottom: 40px;
        left: 35px;
        font-size: 2.66667rem;
        line-height: 3rem;
        width: 60%;
        padding: 0;
    }
}

@media (min-width: 75em) {
    .hero__text--landing {
        font-size: 3.22222rem;
    }
}

.hero__text--landing--alt {
    text-shadow: none;
    font-size: 1.11111rem;
    line-height: 1.38889rem;
    font-family: "GT Walsheim Pro Bold";
    top: 35%;
}

@media (min-width: 64em) {
    .hero__text--landing--alt {
        font-size: 2.22222rem;
        line-height: 2.5rem;
        width: 50%;
    }
}

@media (min-width: 75em) {
    .hero__text--landing--alt {
        font-size: 3.33333rem;
        line-height: 3.61111rem;
        top: 25%;
    }
}

@media (min-width: 100em) {
    .hero__text--landing--alt {
        top: 30%;
    }
}

.hero__text--landing--alt > small {
    font-size: 1rem;
    line-height: 1.5rem;
    font-family: "GT Walsheim Pro Regular";
    display: block;
    margin-top: 0.25em;
}

@media (min-width: 64em) {
    .hero__text--landing--alt > small {
        font-size: 1.55556rem;
        line-height: 2.05556rem;
        margin-top: 0.5em;
    }
}

@media (min-width: 75em) {
    .hero__text--landing--alt > small {
        font-size: 2.66667rem;
        line-height: 3.16667rem;
    }
}

@media (min-width: 100em) {
    .hero__text--landing--alt > small {
        margin-top: 1em;
    }
}

.hero__text--landing--alt-2 > small {
    display: inline;
    font-size: 1.11111rem;
    line-height: 1.38889rem;
}

@media (min-width: 64em) {
    .hero__text--landing--alt-2 > small {
        font-size: 2.22222rem;
        line-height: 2.5rem;
    }
}

@media (min-width: 75em) {
    .hero__text--landing--alt-2 > small {
        font-size: 3.33333rem;
        line-height: 3.61111rem;
    }
}

.hero__text--detail {
    font-size: 1.22222rem;
    line-height: 1.66667rem;
}

@media (min-width: 64em) {
    .hero__text--detail {
        font-size: 2.22222rem;
        line-height: 2.72222rem;
    }
}

.hero__img--landing {
    width: 125px;
    display: inline-block;
    margin-bottom: 0.5em;
}

@media (min-width: 64em) {
    .hero__img--landing {
        width: 150px;
        margin-bottom: -0.15em;
    }
}

.hero__signature {
    color: #fff;
    font-size: 1.33333rem;
    text-transform: capitalize;
    font-family: "Cedarville Cursive", cursive;
    margin-top: 0.25em;
    text-shadow: 0 3px 27px rgba(0, 0, 0, 0.66);
    display: block;
}

@media (min-width: 64em) {
    .hero__signature {
        font-size: 2.22222rem;
    }
}

.hero--conversion {
    position: relative;
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
    height: auto;
    z-index: 1;
    margin-top: 40px;
}

@media (min-width: 64em) {
    .hero--conversion {
        background-size: cover;
        min-height: 905px;
        margin-top: 0;
    }

        .hero--conversion:after {
            content: " ";
            display: block;
            clear: both;
        }
}

.hero--conversion .hero__title {
    font-size: 1.77778rem;
    line-height: 30px;
}

@media (min-width: 64em) {
    .hero--conversion .hero__title {
        font-size: 2.5rem;
        line-height: 55px;
    }
}

.hero--conversion .hero__desc {
    font-size: 0.77778rem;
    line-height: 16px;
}

@media (min-width: 64em) {
    .hero--conversion .hero__desc {
        font-size: 1.11111rem;
        line-height: 24px;
    }
}

.hero--conversion .hero__logo {
    display: none;
    z-index: 2;
}

@media (min-width: 64em) {
    .hero--conversion .hero__logo {
        position: absolute;
        bottom: 51px;
        left: 58px;
        display: block;
        width: 217px;
    }
}

.hero--conversion .hero__logo--form {
    display: block;
    width: 87px;
    margin: 24px auto 0;
}

@media (min-width: 64em) {
    .hero--conversion .hero__logo--form {
        display: none;
    }
}

.hero--conversion .hero__form {
    background-image: url(/Content/images/bg--symbol.png);
    background-color: #0378d5;
    z-index: 2;
}

@media (min-width: 64em) {
    .hero--conversion .hero__form {
        width: 522px;
        min-height: 905px;
        float: right;
        display: block;
        position: relative;
    }

    .hero--conversion .hero__form--alt {
        position: absolute;
        right: 0;
        top: 0;
        height: 100%;
        float: none;
    }
}

.hero--conversion .hero__form--alt {
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-image: url(/Content/images/bg--symbol.png);
    background-color: #0378d5;
    z-index: 2;
}

@media (min-width: 64em) {
    .hero--conversion .hero__form--alt {
        width: 570px;
        background-image: none;
        background-color: transparent;
    }

        .hero--conversion .hero__form--alt:after {
            display: block;
            position: absolute;
            right: 0;
            top: 0;
            width: 100%;
            height: 100%;
            background: linear-gradient(to left, #000 80%, transparent 100%);
            opacity: 0.5;
            content: "";
        }
}

.hero--conversion .hero__form-wrapper {
    padding: 40px 20px;
    color: #fff;
    z-index: 2;
    position: relative;
}

@media (min-width: 64em) {
    .hero--conversion .hero__form-wrapper {
        padding-top: 80px;
    }
}

.hero--conversion .hero__form--content {
    width: 88%;
    margin: 0 auto;
}

@media (min-width: 48em) {
    .hero--conversion .hero__form--content {
        width: 50%;
    }
}

@media (min-width: 64em) {
    .hero--conversion .hero__form--content {
        width: 80%;
    }
}

.hero--conversion .hero__disclaimer > p {
    font-size: 0.66667rem;
    line-height: 16px;
    margin: 10px 0;
}

@media (min-width: 64em) {
    .hero--conversion--alt::before,
    .hero--conversion:before {
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        background: linear-gradient(to top, #000 8%, transparent 40%, transparent 80%, #000 100%);
        opacity: 0.5;
        z-index: 1;
        content: " ";
    }
}

.hero--conversion-v2 {
    position: relative;
    height: 100%;
}

    .hero--conversion-v2 .hero__logo {
        display: block;
        position: absolute;
        top: 40px;
        right: 20px;
        width: 100px;
    }

@media (min-width: 29.6875em) {
    .hero--conversion-v2 .hero__logo {
        top: 75px;
        width: 150px;
    }
}

@media (min-width: 48em) {
    .hero--conversion-v2 .hero__logo {
        top: 100px;
        right: 75px;
        width: 185px;
    }
}

@media (min-width: 64em) {
    .hero--conversion-v2 .hero__logo {
        position: absolute;
        top: auto;
        bottom: 51px;
        left: 58px;
        display: block;
        width: 217px;
    }
}

.hero--conversion-v2 .hero__bg {
    position: relative;
    height: 130px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

@media (min-width: 29.6875em) {
    .hero--conversion-v2 .hero__bg {
        height: 225px;
        margin-top: 0;
        background-size: cover;
    }
}

@media (min-width: 48em) {
    .hero--conversion-v2 .hero__bg {
        height: 275px;
    }
}

@media (min-width: 64em) {
    .hero--conversion-v2 .hero__bg {
        background-size: cover;
        height: 905px;
        margin-top: 0;
        background-position: top center;
    }
}

@media (min-width: 75em) {
    .hero--conversion-v2 .hero__bg {
        background-size: cover;
        height: 905px;
        margin-top: 0;
    }
}

@media (min-width: 81.25em) {
    .hero--conversion-v2 .hero__bg {
        background-size: cover;
        height: 905px;
        margin-top: 0;
    }
}

.hero--conversion-v2 .hero__form--alt,
.hero--mobile {
    position: relative;
    height: 570px;
}

@media (min-width: 64em) {
    .hero--conversion-v2 .hero__form--alt {
        position: absolute;
        min-height: 905px;
        margin-top: 0;
        background-size: cover;
    }

        .hero--conversion-v2 .hero__form--alt .hero__form-wrapper {
            position: absolute;
            width: 88%;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -44%);
            padding-top: 40px;
        }
}

.hero--conversion-v2 .hero__btn,
.hero--conversion-v2 .hero__title {
    text-align: center;
}

@media (min-width: 48em) {
    .hero--conversion-v2 .hero__title {
        text-align: left;
    }
}

.hero--mobile {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 395px;
    z-index: 1;
}

    .hero--mobile .hero__text--mobile {
        position: absolute;
        bottom: 40px;
        left: 25px;
        width: 80%;
        margin-bottom: 10px;
        font-size: 1.77778rem;
        font-family: "GT Walsheim Pro Regular";
        line-height: 33px;
        z-index: 1;
    }

    .hero--mobile .hero__btn--mobile {
        display: inline-flex;
        justify-content: center;
    }

    .hero--mobile .hero__overlay--mobile {
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        background: linear-gradient(to top, #000 8%, transparent 60%);
        opacity: 0.7;
        z-index: 0;
    }

.hero--interior {
    position: relative;
    background-color: #000;
}

.hero--interior__background {
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
}

.hero--gold--interior__background {
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
}

@media (min-width: 48em) {
    .hero--interior__background {
        background-position: top right;
    }
    .hero--gold--interior__background {
        background-position: top right;
    }
}

@media (min-width: 64em) {
    .hero--interior__background {
        min-height: 700px;
    }

    .hero--gold--interior__background {
        width:100vw;
        height: 33.6vw;
        overflow-y: hidden;
    }
}


.hero--interior--fade:before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: " ";
    background: linear-gradient(to right, #fff 30%, rgba(255, 255, 255, 0) 60%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff',GradientType=1 );
}

@media (min-width: 64em) {
    .hero--interior--fade:before {
        background: linear-gradient(to right, #fff 25%, rgba(255, 255, 255, 0) 50%);
    }
}

.hero--interior--split {
    background-color: #fff;
}

    .hero--interior--split .hero--interior__background {
        background-color: #fff;
        background-position: top right;
        background-repeat: no-repeat;
        background-size: auto 370px;
    }

@media (min-width: 75em) {
    .hero--interior--split .hero--interior__background {
        background-size: auto auto;
    }
}

@media screen and (max-width: 1023px) {
    .hero--interior--split .hero--interior__background {
        background-image: none !important;
    }
}

.hero--interior__content {
    position: relative;
    z-index: 1;
    padding: 40px 80px 40px 20px;
    max-width: 525px;
    width: 90%;
}

.gold--hero--interior__content {
    position: relative;
    z-index: 1;
    max-width: 525px;
    width: 90%;
}

.gold--bottom--hero--interior__content {
    position: relative;
    z-index: 1;
    max-width: 100%;
    width: 100%;
}

@media (min-width: 64em) {
    .hero--interior__content {
        padding: 40px 80px 40px 40px;
        max-width: 525px;
    }

    .gold--hero--interior__content {
        max-width: 525px;
    }

    .gold--bottom--hero--interior__content {
        max-width: 100%;
    }

    .gold-subtext-margin-right {
        margin-right: 0px;
    }
}

@media (min-width: 75em) {
    .hero--interior__content {
        width: 50%;
    }

    .gold--hero--interior__content {
        width: 100%;
    }

    .gold--bottom--hero--interior__content {
        width: 100%;
    }

    .gold-subtext-margin-right {
        margin-right: 0px;
    }
}

@media (min-width: 90em) {
    .hero--interior__content {
        padding-left: 0;
        margin-left: calc(calc(100vw - 1440px) / 2);
    }

    .gold--hero--interior__content {
        /*padding-left: 50px;*/
        /*margin-left: calc(calc(100vw - 1740px) / 2);*/
        max-width: 100%;
    }

    .gold--bottom--hero--interior__content {
        /*padding-left: 50px;*/
        /*margin-left: calc(calc(100vw - 1740px) / 2);*/
        max-width: 100%;
    }

    .gold-subtext-margin-right {
        margin-right: 0px;
    }
}

@media (min-width: 120em) {
    .gold--hero--interior__content {
        max-width: 100%;
    }

    .gold--bottom--hero--interior__content {
        max-width: 100%;
    }

    .gold-subtext-margin-right {
        margin-right: 0px;
    }
}

.hero--interior--split .hero--interior__content-2 {
    padding: 0 80px 40px 20px;
}

.lp-disclaimer {
    font-size: 1rem;
    line-height: 1.2rem;
    color: white;
    position: absolute;
    margin: 1% 8% 0 13%;
    z-index: 1;
    opacity: 0.9
}

@media (min-width: 64em ) and (max-width: 90em) {
    .lp-disclaimer {
        font-size: 0.8rem;
        line-height: 1.2rem;
        color: white;
        position: absolute;
        margin: 3% 8% 0 3%;
        z-index: 1;
        opacity: 0.9
    }
}

@media (min-width: 64em) {
    .hero--interior--split .hero--interior__content-2 {
        padding: 40px 80px 40px 40px;
        max-width: calc(768px - 80px);
    }
}

@media (min-width: 75em) {
    .hero--interior--split .hero--interior__content-2 {
        max-width: 768px;
    }
}

@media (min-width: 90em) {
    .hero--interior--split .hero--interior__content-2 {
        padding-left: 0;
        margin-left: calc(calc(100vw - 1440px) / 2);
    }
}

.hero--interior__breadcrumb a {
    display: inline-block;
    text-decoration: none;
}

    .hero--interior__breadcrumb a:after {
        content: "|";
        color: #e0e0e0;
        padding: 0 0.38889rem;
    }

    .hero--interior__breadcrumb a:last-child:after {
        display: none;
    }

    .hero--interior__breadcrumb a.active,
    .hero--interior__breadcrumb a:hover {
        color: #0378d5;
    }

.hero--interior__badge {
    position: absolute;
    bottom: 40px;
    top: auto;
    left: auto;
    z-index: 3;
    display: none;
    border-left: 2px solid #f4f4f4;
}

.hero--interior__badge--borderless {
    border: 0;
}

.hero--interior--split .hero--interior__badge--split {
    bottom: 20px;
}

.hero--interior--no-image .hero--interior__badge {
    bottom: auto;
    top: 200px;
}

@media (min-width: 64em) {
    .hero--interior__badge {
        display: block;
        right: 40px;
        padding-left: 80px;
    }
}

@media (min-width: 75em) {
    .hero--interior__badge {
        padding-left: 120px;
    }
}

@media (min-width: 90em) {
    .hero--interior__badge {
        right: calc(calc(100vw - 1440px) / 2);
    }
}

.hero--2 {
    position: relative;
    overflow-x: hidden;
    z-index: 2;
}

.hero--5 {
    position: relative;
    overflow-x: hidden;
    z-index: 2;
}

@media (min-width: 300px) {
    .hero--5 {
        margin-top: 60px;
    }
}

@media (min-width: 48em) {
    .hero--2,
    .hero--4 {
        margin-top: 130px;
    }

    .hero--5 {
        margin-top: 20px;
    }
}

@media (min-width: 64.0625em) {
    .hero--2,
    .hero--4 {
        margin-top: 145px;
    }
    .hero--5 {
        margin-top: 95px;
    }

    .test--active .hero--2,
    .test--active .hero--4 {
        margin-top: 65px;
    }
}

.hero--2 h1 {
    margin-top: 60px;
}
.hero--5 h1 {
    margin-top: 60px;
}

@media screen and (min-width: 768px){
    .hero--2 h1,
    .hero--4 h1 {
        font-size: 2.2rem;
        line-height: 3rem;
    }
}

@media (min-width: 64em) {
    .hero--2 h1,
    .hero--4 h1 {
        margin-top: 0;
    }
}

.hero--2__background,
.hero--4__background {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 25% center;
    padding: 100px 30px 20px;
}

@media (min-width: 48em) {
    .hero--2__background,
    .hero--4__background {
        background-size: cover;
        padding: 125px 50px 25px;
    }
}

@media (min-width: 64em) {
    .hero--2__background,
    .hero--4__background {
        padding-top: 200px;
        min-height: 780px;
    }
}

.hero--2__background:before,
.hero--4__background:before {
    background: rgba(0, 0, 0, 0.4);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: " ";
}

@media (min-width: 64em) {
    .hero--2__background > div,
    .hero--4__background > div {
        max-width: calc(100vw - 450px);
        margin-left: 0;
    }
}

.hero--2__selections,
.hero--4__selections {
    background-color: #fff;
    margin-bottom: 40px;
    padding: 40px;
}

@media (min-width: 48em) {
    .hero--2__selections,
    .hero--4__selections {
        padding: 40px;
    }

    .hero--2__selections--content,
    .hero--4__selections--content {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: space-between;
    }

        .hero--2__selections--content > a,
        .hero--4__selections--content > a {
            width: calc(33.33% - 1em);
        }
}

@media (min-width: 64em) {
    .hero--2__selections,
    .hero--4__selections {
        position: absolute;
        left: auto;
        right: 20px;
        top: 50%;
        transform: translateY(-50%);
        border-radius: 75px;
        padding-left: 30px;
        padding-right: 30px;
        max-width: 400px;
        z-index: 3;
    }

    .hero--2__selections--content,
    .hero--4__selections--content {
        display: block;
        flex-direction: inherit;
        flex-wrap: inherit;
        padding: 0 40px;
    }

        .hero--2__selections--content > a,
        .hero--4__selections--content > a {
            width: auto;
        }
}

@media (min-width: 75em) {
    .hero--2__selections,
    .hero--4__selections {
        max-width: 450px;
    }
}

@media (min-width: 90em) {
    .hero--2__selections,
    .hero--4__selections {
        padding: 40px;
        right: 40px;
    }
}

.hero--3 {
    margin-top: 40px;
}

@media (min-width: 64em) {
    .hero--3 {
        margin-top: 0;
    }
}

.hero--4,
.hero--CTA {
    position: relative;
    z-index: 2;
}

.hero--CTA {
    width: 100%;
    margin: -30px auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.hero--4 {
    overflow-x: hidden;
}

@media (min-width: 48em) {
    .hero--4 {
        margin-top: 130px;
    }
}

@media (min-width: 64.0625em) {
    .hero--4 {
        margin-top: 145px;
    }

    .test--active .hero--4 {
        margin-top: 65px;
    }
}

.hero--4 h1 {
    margin-top: 20px;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
    .hero--4 h1 {
        font-size: 40px;
        line-height: 50px;
    }
}

@media (min-width: 64em) {
    .hero--4 h1 {
        margin-top: 0;
        font-size: 48px;
        line-height: 60px;
        max-width: 540px;
    }
}

.hero--4 .slick-arrow {
    position: absolute;
    top: 50%;
    z-index: 5;
}

    .hero--4 .slick-arrow.slick-prev {
        left: 13px;
        transform: translateY(-50%) rotate(180deg);
    }

@media (min-width: 64em) {
    .hero--4 .slick-arrow.slick-prev {
        left: 43px;
    }
}

.hero--4 .slick-arrow.slick-next {
    right: 13px;
    transform: translateY(-50%);
}

@media (min-width: 64em) {
    .hero--4 .slick-arrow.slick-next {
        right: 43px;
    }
}

@media (max-width: 768px) {
    .hero--4 .slick-arrow.slick-prev {
        left: 0;
    }

    .hero--4 .slick-arrow.slick-next {
        right: 0;
    }
}

.c-nav {
    font-size: 0.77778rem;
    height: 4.22222rem;
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 200;
}

@media (min-width: 64em) {
    .c-nav {
        background-color: #fff;
        height: 145px;
    }

    /*.c-nav--plain {
        height: 90px;
    }*/
}

.c-nav__stars--left,
.c-nav__stars--right {
    color: #000;
    opacity: 0.4;
    display: inline-block;
    padding: 0 10px;
}

    .c-nav__stars--left svg,
    .c-nav__stars--right svg {
        vertical-align: middle;
        display: inline-block;
        margin-top: -4px;
    }

.c-nav__stars--left {
    transform: scaleX(-1);
}

.sfPageEditorWrp .c-nav {
    position: relative !important;
    z-index: 1 !important;
    top: auto !important;
    left: auto !important;
}

.c-nav a,
.c-nav__main a {
    text-decoration: none;
}

    .c-nav a[href="#"] {
        cursor: default;
    }

.c-nav ul {
    list-style: none;
}

.c-nav__logo {
    display: block;
    background-repeat: no-repeat;
    background-position: center;
    transition: none;
    width: 150px;
}

.c-nav__logo-revamp {
    display: block;
    background-repeat: no-repeat;
    background-position: center;
    transition: none;
    width: 250px;
}

@media (min-width: 75em) {
    .c-nav__logo {
        width: 200px;
    }
}

.c-nav__logo img {
    display: block;
}

.c-nav__wrap {
    width: 100%;
    padding: 0 20px;
    height: 5rem;
    justify-content: space-between;
    border-bottom: 1px solid #e0e0e0;
    background-color: #fff;
}

.c-nav__inner,
.c-nav__wrap {
    display: flex;
    align-items: center;
}

.c-nav__wrap-two {
    width: 80%;
    /*padding: 0 20px;*/
    height: 5rem;
    justify-content: space-between;
    border-bottom: 1px solid #e0e0e0;
    background-color: #fff;
    margin-left:10%;
}

.c-nav__inner,
.c-nav__wrap-two {
    display: flex;
    align-items: center;
}

    .c-nav__inner > .btn {
        margin-left: 16px;
    }

@media (min-width: 64em) {
    .c-nav__inner:nth-child(2) {
        justify-content: flex-end;
    }
}

.c-nav__main {
    padding-left: 20px;
}

@media (min-width: 75em) {
    .c-nav__main {
        padding-left: 30px;
    }
}

@media (min-width: 120em) {
    .c-nav__main {
        padding-left: 57px;
    }
}

.c-nav__main a {
    display: block;
    color: inherit;
    transition: color 0.25s, background 0.25s;
}

.c-nav__item,
.c-nav__items {
    position: relative;
    z-index: 5;
}

.c-nav__item {
    display: inline-block;
    vertical-align: top;
}

@media (min-width: 48em) {
    .c-nav__item {
        margin: 0;
    }
}

@media (min-width: 75em) {
    .c-nav__item {
        margin: 0 7px;
    }
}

@media (min-width: 120em) {
    .c-nav__item {
        margin: 0 15px;
    }

        .c-nav__item:first-child {
            margin-left: 0;
        }
}

.c-nav__item > a {
    font-family: Roboto-Bold;
    padding: 7px 20px;
    position: relative;
    line-height: 20px;
}

.c-nav__item.active > a,
.mortgage-calculator .estimated .mortgage-calculator i.fas:hover,
.mortgage-calculator i.fas:hover {
    color: #0378d5;
}

    .c-nav__item.active > a:after {
        border-top-color: #0378d5;
    }

.c-nav__item.active:after {
    content: "";
    position: absolute;
    bottom: 25px;
    height: 2px;
    background-color: #0378d5;
    width: 100%;
    left: 0;
}

.c-nav__item:active > a,
.c-nav__item:focus > a,
.c-nav__item:hover > a {
    /*color: #0378d5;*/
    color: #093A71;
}

.contrast .c-nav__item:active > a,
.contrast .c-nav__item:focus > a,
.contrast .c-nav__item:hover > a {
    color: #005696;
}

.c-nav__item:active > a + .c-nav__dropdown,
.c-nav__item:focus > a + .c-nav__dropdown,
.c-nav__item:hover > a + .c-nav__dropdown {
    visibility: visible;
    opacity: 1;
    background: #fff;
    border-top: 1px solid #e0e0e0;
}

/*@media (min-width: 64em) {
    .c-nav__item > a {
        padding: 34px 10px;
        font-size: 0.78rem;
    }
}

@media screen and (min-width: 1360px) {
    .c-nav__item > a {
        font-size: 1rem;
    }
}*/

.c-nav__item--no-link > a {
    padding-right: 2em !important;
}

    .c-nav__item--no-link > a:after {
        content: "";
        border-style: solid;
        border-color: #000 transparent transparent;
        border-width: 5px 5px 0;
        position: absolute;
        right: 8px;
        top: calc(50% - 0.25em);
    }

.c-nav__item--no-link:active > a:after,
.c-nav__item--no-link:focus > a:after,
.c-nav__item--no-link:hover > a:after {
    border-top-color: #005696;
}

.c-nav__dropdown {
    display: flex;
    position: absolute;
    top: 100%;
    left: 0;
    visibility: hidden;
    opacity: 0;
    transition: visibility 0.3s, opacity 0.3s;
    z-index: 5000;
    background-color: #fff;
    flex-direction: column;
    padding: 10px 20px;
    box-shadow: 0 5px 7px rgba(0, 0, 0, 0.25);
}

@media (min-width: 64em) {
    .c-nav__dropdown {
        min-width: 300px;
    }

    .ie-11 .c-nav__dropdown--wide {
        width: 500px;
        flex-wrap: wrap;
    }

    .ie-11 .form-calc .form__select-Square {
        position: relative !important;
        font-size: 6px;
    }
    /*.ie-11 .form-calc .form__field-square:hover {
        cursor:pointer;
    }*/
    .ie-11 .widget--form-hero-two {
        top: 450px !important;
        width:45%;
    }
    .ie-11 .c-nav__items {
        position: relative;
        z-index: 5;
        bottom: 45px;
    }
    .ie-11 .hero--interior__content{
        margin-left:11%;
    }
    .ie-11 .gold--hero--interior__content {
        margin-left: 11%;
    }
    .ie-11 .gold--bottom--hero--interior__content {
        margin-left: 11%;
    }
}

.c-nav__dropdown p {
    font-family: "GT Walsheim Pro Regular";
    margin: 0.5rem 0;
    line-height: 1.25rem;
}

.c-nav__dropdown ul {
    margin: 10px 0 0;
    padding: 10px 0 0;
}

.contrast .c-nav__dropdown ul a {
    color: #005696;
}

.c-nav__utilities [href^="tel"]:before,
.c-nav__utilities li {
    display: inline-block;
    vertical-align: middle;
}

    .c-nav__utilities li + li {
        padding-left: 10px;
        margin-left: 10px;
        position: relative;
        z-index: 5;
    }

.c-nav__utilities-two [href^="tel"]:before,
.c-nav__utilities-two li {
    display: inline-block;
    vertical-align: middle;
}

    .c-nav__utilities-two li + li {
        padding-left: 10px;
        margin-left: 10px;
        position: relative;
        z-index: 5;
    }

@media (min-width: 120em) {
    .c-nav__utilities li + li {
        padding-left: 18px;
        margin-left: 18px;
    }
}

.c-nav__utilities li + li:before {
    content: "";
    background: #fff;
    width: 1px;
    height: 18px;
    position: absolute;
    top: 1px;
    left: 0;
}

.c-nav__utilities [href^="tel"] {
    font-weight: 500;
    font-family: "GT Walsheim Pro Medium";
}

    .c-nav__utilities [href^="tel"]:before {
        content: "";
        background: url(/Content/images/icon--tel.svg) center center no-repeat;
        background-size: 100% auto;
        width: 16px;
        height: 16px;
        margin-right: 7px;
    }

.c-nav__utilities a {
    opacity: 1;
    transition: 0.2s;
    font-size: 1.11111rem;
}

    .c-nav__utilities a:hover {
        opacity: 0.9;
    }

.c-nav__utility {
    background-color: #005493;
    position: relative;
    text-align: center;
    display: none;
    color: #fff;
}

    .c-nav__utility .button {
        padding: 7px 2em;
        display: inline-block;
    }

    .c-nav__utility a {
        font-size: 1.66667rem;
    }

.admiral-video-padding {
    padding: 5% 10%;
}

@media (min-width: 64em) {
    .c-nav__utility {
        display: flex;
        justify-content: center;
        align-items: center;
        height: 3.05556rem;
    }

    .c-nav--plain .c-nav__utility {
        display: none;
    }
}

.c-nav__utility-two {
    background-color: #093A71;
    position: relative;
    text-align: center;
    display: none;
    color: #fff;
}

.c-nav__utility-two-message {
    margin-left: 10%;
    font-size: 1rem;
}
.c-nav__utility-two-cta {
    position: absolute;
    right: 13%;
    top:10px;
}

.c-nav__utility-ae {
    position: absolute;
    right: 16%;
    top: 70px;
}

.c-nav__main-revamp a {
    display: block;
    color: inherit;
    transition: color 0.25s, background 0.25s;
}

.c-nav__main-revamp {
    position: absolute;
    right: 12%;
}

.c-nav__item > a {
    padding: 34px 10px;
    font-size: 1rem;
}

.c-nav__item-revamp,
.c-nav__items-revamp {
    position: relative;
    z-index: 5;
}

.c-nav__item-revamp > a {
    font-family: Roboto-Bold;
    padding: 7px 20px;
    position: relative;
    line-height: 20px;
}


    .c-nav__utility-two .button {
        padding: 7px 2em;
        display: inline-block;
    }

    .c-nav__utility-two a {
        font-size: 1.2rem;
    }

@media (min-width: 64em) {
    .c-nav__utility-two {
        display: flex;
        justify-content: left;
        align-items: center;
        height: 3.05556rem;
    }
    .c-card--action__purchaseimg {
        height: 90%;
        background-position: center !important;
    }

    /*.c-nav--plain .c-nav__utility-two {
        display: block;
        position:fixed;
    }*/
}
.c-card--action__purchaseimg {
    padding-top: 66.25%;
    position: relative;
    z-index: 5;
}

@media screen and (min-width: 1024px) and (max-width: 1370px) {
    .c-nav .btn--primary {
        font-size: 0.77778rem;
    }
    .calc-result {
        font-size: 1.8rem;
    }
}

@media screen and (min-width: 1024px) and (max-width: 1200px) {

    .c-nav__utility-two-message {
        margin-left: 1%;
        font-size: 1rem;
    }

    .c-nav__utility-two-cta {
        position: absolute;
        right: 5%;
    }
    .c-nav__logo-revamp {
        position: absolute;
        left: 1%;
    }
    .c-nav__main-revamp {
        position: absolute;
        right: 5%;
    }
    .c-nav__item > a {
        padding: 34px 10px;
        font-size: 0.78rem;
    }
    .c-nav__wrap-two{
        width:90%;
    }
    .admiral-video-padding {
        padding: 5% 0;
    }
    .c-nav__utility-ae {
        position: absolute;
        right: 5%;
    }

    .c-nav--dropdown {
        left: -170px !important;
    }

}

@media screen and (min-width: 1200px) and (max-width: 1400px) {

    .c-nav__utility-two-message {
        margin-left: 3%;
        font-size: 1rem;
    }

    .c-nav__utility-two-cta {
        position: absolute;
        right: 5%;
    }
    .c-nav__logo-revamp {
        position: absolute;
        left: 3%;
    }
    .c-nav__main-revamp {
        position: absolute;
        right: 4%;
    }
    .c-nav__item > a {
        padding: 34px 10px;
        font-size: 0.88rem;
    }
    .admiral-video-padding {
        padding: 5%;
    }
    .c-nav__utility-ae {
        position: absolute;
        right: 5%;
    }

    .c-nav--dropdown {
        left: -160px !important;
    }

}

@media screen and (min-width: 1400px) and (max-width: 1600px) {
   
    .c-nav__utility-two-message {
        margin-left: 5%;
        font-size: 1rem;
    }

    .c-nav__utility-two-cta {
        position: absolute;
        right: 5%;
    }
    .c-nav__logo-revamp {
        position: absolute;
        left: 5%;
    }
    .c-nav__main-revamp {
        position: absolute;
        right: 4%;
    }

    .c-nav__item > a {
        padding: 34px 10px;
        font-size: 1rem;
    }
    .c-nav__utility-ae {
        position: absolute;
        right: 5%;
    }

    .c-nav--dropdown {
        left: -140px !important;
    }
}

@media screen and (min-width: 1360px) {
    .c-nav .btn--primary {
        font-size: 0.88889rem;
    }
}

.c-nav .btn--secondary {
    font-size: 0.88889rem;
}

.c-nav .btn--secondary,
.c-nav .btn--tertiary {
    padding: 5px 10px;
    line-height: 1.11111rem;
}

@media (min-width: 64em) {
    .c-nav .btn--secondary,
    .c-nav .btn--tertiary {
        line-height: 27px;
        font-size: 1.11111rem;
        padding: 7px 20px;
    }
}

.trust-pilot-box {
    border-radius: .3em;
    box-shadow: 0 0 0 1.5em #005493;
    display: inline-block;
    max-width: 94%;
    margin-left: 3%;
}

.c-nav .btn--tertiary {
    background-color: #e0e0e0;
    border: 0;
    font-size: 0.88889rem;
}

@media (min-width: 64em) {
    .c-nav .btn--tertiary {
        line-height: 27px;
        font-size: 1rem;
        padding: 7px 20px;
    }
}

.c-nav--plain {
    color: #000;
    background-color: #fff;
    margin-bottom: 40px;
    box-shadow: 0 0 7px 5px rgba(0, 0, 0, 0.1);
    position: fixed !important;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9999;
}

    .c-nav--plain + .c-nav-spacer {
        height: 106px;
    }

    .c-nav--plain.c-nav--sticky {
        animation: nav-in 0.2s ease-out;
    }

    .c-nav--plain .c-nav__item.active:after {
        background-color: #0378d5;
    }

    .c-nav--plain .c-nav__item--no-link > a:after {
        border-top-color: #000;
    }

    .c-nav--plain .c-nav__utilities {
        overflow: hidden;
    }

        .c-nav--plain .c-nav__utilities li {
            float: left;
        }

            .c-nav--plain .c-nav__utilities li + li:before {
                background: #000;
            }

    /*.c-nav--plain [href^="tel"] {
        color: #fff;
    }

.c-nav--plain-ae [href^="tel"] {
    color: #025ea8;
}*/

    .c-nav--plain .c-nav__item > a {
        background-color: #fff;
        position: relative;
    }

    .c-nav--plain .c-nav__item:active,
    .c-nav--plain .c-nav__item:focus,
    .c-nav--plain .c-nav__item:hover {
        z-index: 100;
    }

        .c-nav--plain .c-nav__item:active > a,
        .c-nav--plain .c-nav__item:focus > a,
        .c-nav--plain .c-nav__item:hover > a {
            z-index: 101;
        }

    .c-nav--plain .btn--primary {
        color: #fff;
    }

@media (max-width: 1300px) {
    .c-nav__main {
        padding-left: 30px;
    }

    .c-nav__wrap {
        padding: 0 20px;
    }
}

@media (max-width: 1190px) {
    .c-nav .btn--primary {
        padding-left: 20px;
        padding-right: 20px;
    }

    .c-nav__utilities li + li {
        padding-left: 10px;
        margin-left: 10px;
    }
}

@media (max-width: 1100px) {
    .c-nav__logo {
        width: 150px;
    }

    .c-nav__main {
        padding-left: 20px;
    }
}

.c-nav__item--no-link:active > a,
.c-nav__item--no-link:focus > a,
.c-nav__item--no-link:hover > a {
    color: #005696;
}

.c-nav__item--no-link.active > a:after {
    border-top-color: #0378d5;
}

.nav--breadcrumb {
    display: none;
    list-style-type: none;
}

@media (min-width: 48em) {
    .nav--breadcrumb {
        display: block;
    }
}

.nav--breadcrumb__item {
    display: inline-block;
    font-size: 0.77778rem;
}

    .nav--breadcrumb__item:after,
    .nav--sub__item:after {
        content: "|";
        color: #e0e0e0;
        padding: 0 0.38889rem;
    }

    .nav--breadcrumb__item:last-child .nav--breadcrumb__link {
        pointer-events: none;
        color: #101010;
    }

    .nav--breadcrumb__item:last-child:after,
    .nav--sub__item:last-child:after {
        display: none;
    }

.nav--breadcrumb__link {
    color: #0378d5;
    text-decoration: none;
}

    .nav--breadcrumb__link:hover {
        text-decoration: underline;
    }

.nav--sub__item {
    text-transform: uppercase;
    font-size: 0.77778rem;
    font-family: "GT Walsheim Pro Bold";
    line-height: 2.22222rem;
}

@media (min-width: 64em) {
    .nav--sub__item {
        line-height: 1rem;
    }
}

.nav--sub__item .nav--sub__checkbox {
    display: none;
}

    .nav--sub__item .nav--sub__checkbox:not(:checked) + label.active {
        color: #101010;
        border-bottom: 2px solid transparent;
    }

    .nav--sub__item .nav--sub__checkbox:checked + label {
        color: #005696;
        border-bottom: 2px solid #005696;
    }

.nav--sub__item .nav--sub__label {
    color: #101010;
    border-bottom: 2px solid transparent;
    padding-bottom: 0.27778rem;
    transition: 0.2s;
}

    .nav--sub__item .nav--sub__label:active,
    .nav--sub__item .nav--sub__label:focus,
    .nav--sub__item .nav--sub__label:hover {
        color: #005696;
        border-bottom: 2px solid #005696;
        cursor: pointer;
    }

    .nav--sub__item .nav--sub__label.active {
        color: #005696;
        border-bottom: 2px solid #005696;
    }

.nav--landing {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 7;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.16);
}

@media (min-width: 64em) {
    .nav--landing {
        box-shadow: none;
    }

        .nav--landing.sticky {
            box-shadow: 0 3px 10px rgba(0, 0, 0, 0.16);
        }
}

@media screen and (max-width: 1024px) {
    .nav--landing .layout {
        margin-left: 0;
    }
}

.nav--landing .layout__item:nth-child(n + 2) {
    padding-left: 0;
}

    .nav--landing .layout__item:nth-child(n + 2) a {
        padding: 11.42857px 20px;
        display: block;
    }

@media (min-width: 64em) {
    .nav--landing {
        position: absolute;
        top: 40px;
        right: 40px;
        left: 40px;
    }
}

.nav--landing__logo {
    width: 150px;
    position: relative;
    top: 0.5em;
    margin-left: -1em;
}

@media (min-width: 64em) {
    .nav--landing__logo {
        width: 200px;
    }
}

@media (min-width: 120em) {
    .nav--landing__logo {
        float: left;
        top: 0;
    }
}

.nav--landing__logo--alt {
    top: 0.12em;
    width: 90px;
}

@media (min-width: 64em) {
    .nav--landing__logo--alt {
        width: 130px;
        padding: 0;
    }
}

@media screen and (max-width: 360px) {
    .nav--landing .layout--2-2-2 .layout__item {
        padding: 0 0.5em !important;
    }

    .nav--landing__logo {
        margin-left: 0;
    }

    .nav--landing a {
        padding: 11px 0 !important;
    }
}

.nav--landing--mobile .nav--landing__tel,
.nav--landing__tel {
    font-family: "GT Walsheim Pro Bold";
    text-align: right;
    display: block;
    font-size: 0.77778rem;
}

@media (min-width: 64em) {
    .nav--landing__tel {
        float: right;
    }
}

.nav--landing__tel:before {
    content: "";
    background-size: cover;
    width: 15px;
    height: 17px;
    display: inline-block;
    margin-right: 0.55556rem;
    position: relative;
    top: 2px;
}

@media (min-width: 64em) {
    .nav--landing__tel:before {
        background-image: url(/Content/images/icon--tel-white.svg);
    }

    .nav--landing__tel-g {
        position: relative;
    }

        .nav--landing__tel-g:after {
            position: absolute;
            top: 50%;
            right: -40px;
            width: 200px;
            height: 47px;
            transform: translateY(-50%);
            background: #1bb57c;
            border-top-left-radius: 50px;
            border-bottom-left-radius: 50px;
            z-index: -1;
            content: "";
            transition: all 0.3s;
        }

        .nav--landing__tel-g:hover:after {
            background: #0378d5;
            width: 220px;
        }
}

.nav--landing--mobile {
    height: 0;
    overflow: hidden;
    z-index: 101;
}

    .nav--landing--mobile .nav--landing__tel {
        text-align: center;
    }

@media (min-width: 64em) {
    .nav--landing--mobile .nav--landing__tel {
        float: right;
    }
}

.nav--landing--mobile .nav--landing__tel:before,
.nav--landing--mobile--alt .nav--landing__tel:before {
    content: "";
    background-image: url(/Content/images/icon--tel-white.svg);
    background-size: cover;
    width: 13px;
    height: 13px;
    display: inline-block;
    margin-right: 0.55556rem;
    position: relative;
    top: 2px;
}

.nav--landing--mobile .nav--landing--mobile__tel {
    background: radial-gradient(circle farthest-side, #59c169, #1bb57c);
}

.nav--landing--mobile--alt {
    height: auto;
    overflow: visible;
    z-index: 101;
}

    .nav--landing--mobile--alt .nav--landing__tel {
        font-family: "GT Walsheim Pro Bold";
        display: block;
        font-size: 0.77778rem;
        text-align: center;
    }

@media (min-width: 64em) {
    .nav--landing--mobile--alt .nav--landing__tel {
        float: right;
    }
}

.nav--landing--mobile--alt .nav--landing--mobile__tel {
    background: radial-gradient(circle farthest-side, #59c169, #1bb57c);
}

.c-m-nav {
    display: none;
}

.c-m-nav__utility {
    background-color: #0378d5;
    position: relative;
    text-align: center;
    color: #fff;
}

    .c-m-nav__utility .button {
        padding: 7px 2em;
        display: inline-block;
        margin: 0.5em auto;
    }

.c-m-nav__nav--sub-open .c-m-nav__utility {
    display: none;
}

.c-m-nav__utility > a {
    display: block;
    margin: 1em 0;
}

.c-m-nav__utility > div {
    min-height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
}

@media (max-width: 1023px) {
    .c-m-nav--scrolled {
        transform: translate3d(0, -60px, 0);
    }
}

@media only screen and (max-width: 1023px) {
    .c-nav,
    .c-nav-spacer {
        display: none;
    }

    .c-m-nav-spacer {
        height: 6.55556rem;
    }
}

@media only screen and (max-width: 1024px) and (min-width: 48em) {
    .c-m-nav-spacer {
        height: 3.88889rem;
    }
}

@media only screen and (max-width: 1023px) {
    .c-m-nav {
        display: block;
        position: fixed;
        top: 0;
        width: 100%;
        z-index: 21;
        background-color: #fff;
        box-shadow: 0 0 40px 0 rgba(0, 0, 0, 0.3);
        transition: transform 0.2s ease-out;
    }

    .c-m-nav-bottom {
        display: block;
        position: fixed;
        bottom: 0;
        width: 100%;
        z-index: 21;
        background-color: #fff;
        box-shadow: 0 0 40px 0 rgba(0, 0, 0, 0.3);
        transition: transform 0.2s ease-out;
    }

        .c-m-nav ::-webkit-scrollbar {
            display: none;
            width: 0;
        }

    .c-m-nav__menu-txt {
        position: absolute;
        top: 0;
        right: 0;
        z-index: 5000;
    }

    .c-m-nav__phone {
        color: #005ca8;
        font-weight: 700;
        text-decoration: none !important;
    }

    .c-m-nav__upper {
        height: 3.88889rem;
        display: flex;
        align-items: center;
        background-color: #fff;
        position: relative;
        z-index: 3000;
    }

    .c-m-nav .c-logo {
        margin-left: 20px;
    }

        .c-m-nav .c-logo img {
            display: block;
            max-width: 250px !important;
            height: auto;
        }
}

@media only screen and (max-width: 1024px) and (min-width: 48em) {
    .c-m-nav .c-logo img {
        max-width: inherit;
    }
}

@media only screen and (max-width: 1023px) {
    .c-m-nav .hamburger {
        position: absolute;
        width: 120px;
        height: 3.88889rem;
        top: 0;
        right: 0;
        cursor: pointer;
        z-index: 9999;
        border-left: 1px solid #f4f4f4;
        padding-top: 25px;
        padding-left: 10px;
    }
    .c-m-nav .hamburger-h5 {
        position: absolute;
        width: 150px;
        height: 3.88889rem;
        top: 0;
        right: 0;
        cursor: pointer;
        z-index: 9999;
        border-left: 1px solid #f4f4f4;
        padding-top: 25px;
        padding-left: 10px;
    }
        .c-m-nav .hamburger label {
            position: absolute;
            right: 0;
            top: 20px;
            width: 100px;
        }

            .c-m-nav .hamburger label,
            .c-m-nav .hamburger label div,
            .c-m-nav .hamburger > div {
                -webkit-backface-visibility: hidden;
            }

    .c-m-nav #toggle,
    .nav-open .c-m-nav .hamburger > div {
        display: none;
    }

    .c-m-nav .hamburger label div {
        position: relative;
        left: 55px;
        width: 30px;
        height: 2px;
        border-radius: 3px;
        background-color: black;
        margin-top: 6px;
    }

    .contrast .c-m-nav .hamburger label div {
        background-color: #005696;
    }

    .c-m-nav #toggle:checked + .hamburger .top {
        transform: rotate(-45deg);
        margin-top: 14px;
    }

    .c-m-nav #toggle:checked + .hamburger .meat {
        transform: rotate(45deg);
        margin-top: -3px;
    }

    .c-m-nav #toggle:checked + .hamburger .bottom {
        transform: scale(0);
    }

    #toggle:checked + .hamburger + .c-m-nav__nav {
        transform: translate3d(0, 0, 0);
    }

    .c-m-nav__nav {
        position: absolute;
        width: 100%;
        background-color: #fff;
        transform: translate3d(0, -150%, 0);
        top: 70px;
        transition: all 0.25s ease-in-out;
        z-index: 10000;
        height: 100vh;
        overflow: scroll;
    }
}

@media only screen and (max-width: 1024px) and (min-width: 64em) {
    .c-m-nav__nav {
        top: 118px;
    }
}

@media only screen and (max-width: 1024px) {
    .c-m-nav__nav--sub-open {
        overflow: scroll;
    }

        .c-m-nav__nav--sub-open .c-m-nav__item--category {
            padding: 20px 20px 20px 48px;
            display: none;
        }

            .c-m-nav__nav--sub-open .c-m-nav__item--category a {
                padding: 20px 20px 20px 48px;
                width: 100%;
            }

            .c-m-nav__nav--sub-open .c-m-nav__item--category:after {
                display: none;
            }

        .c-m-nav__nav--sub-open .c-m-nav__item--sub {
            padding-left: 20px;
        }

            .c-m-nav__nav--sub-open .c-m-nav__item--sub:first-child:before {
                content: "test";
            }

            .c-m-nav__nav--sub-open .c-m-nav__item--sub a {
                padding: 20px 20px 20px 68px;
                width: 100%;
            }
}

@media only screen and (max-width: 1024px) and (min-width: 48em) {
    .c-m-nav__nav {
        top: 70px;
    }
}

@media only screen and (max-width: 1024px) {
    .c-m-nav__item {
        border-bottom: 2px solid #fff;
        background-color: #f4f4f4;
        font-family: "GT Walsheim Pro Bold";
        position: relative;
    }

        .c-m-nav__item a {
            text-decoration: none;
        }

        .c-m-nav__item > a,
        .c-m-nav__item > div:first-child {
            padding: 20px;
            width: 100%;
            display: block;
        }

        .c-m-nav__item .h-lg {
            font-family: "GT Walsheim Pro Bold";
            padding: 0 0 1em;
        }

    .c-m-nav__item--category:after {
        content: "";
        border-style: solid;
        border-color: #000 transparent transparent;
        border-width: 5px 5px 0;
        width: 5px;
        height: 14px;
        margin-left: auto;
        position: absolute;
        right: 20px;
        top: 1.5em;
    }

    .c-m-nav__item--category.open {
        overflow: hidden;
        border-bottom: none;
    }

        .c-m-nav__item--category.open:after {
            transform: rotate(180deg);
            top: 1em;
        }

    .c-m-nav #toggle:checked + .hamburger + .nav .nav-wrapper nav a {
        opacity: 0.9;
        transform: scale(1);
    }

    .c-m-nav__sub {
        font-family: "GT Walsheim Pro Regular";
        background-color: #fff;
        position: relative;
        max-height: 0;
        transition: all 0.25s;
        overflow: hidden;
    }

        .c-m-nav__sub:before {
            position: absolute;
            top: -120px;
            left: 0;
            height: 150px;
            width: 100%;
            content: "";
            z-index: 0;
            border-radius: 50%;
            background: linear-gradient(0deg, rgba(2, 0, 36, 0.15) 0, rgba(255, 255, 255, 0) 70%);
            -webkit-filter: blur(20px);
        }

        .c-m-nav__sub ul {
            list-style-type: none;
            padding-top: 0;
        }
}

@media only screen and (max-width: 1024px) and (min-width: 64em) {
    .c-m-nav__sub ul {
        padding-top: 0.5em;
    }
}

.get-started-copy{
    display:none;
}
@media only screen and (max-width: 1279px) and (min-width: 1024px) {
    .get-started-copy {
        display: block;
    }
}

@media only screen and (max-width: 1024px) {
    .c-m-nav__sub ul li {
        padding: 0.5em 0;
    }

    .c-m-nav__sub > div {
        position: relative;
        padding: 10px 20px;
        z-index: 2;
    }

    .open .c-m-nav__sub {
        border-top: 1px solid #e0e0e0;
        max-height: 1000px;
        padding: 10px 0 0;
    }

    .c-m-nav__sub h5 {
        padding: 0 0 10px;
    }

    .c-m-nav__get-started {
        color: #fff;
    }

        .c-m-nav__get-started a {
            text-decoration: none;
            width: 80%;
            text-align: center;
            padding: 5px;
            background-color: #1bb57c;
            border-top-right-radius: 24px;
            border-bottom-right-radius: 24px;
            display: block;
            margin: 10px 25px 10px 5px;
            font-size: 1.2rem;
        }

    .c-m-nav__get-started--alt a {
        background-color: #e0e0e0;
        color: #101010;
    }

    .c-m-nav__phone a {
        text-decoration: none;
        position: relative;
        width: 80%;
        text-align: center;
        padding: 5px;
        background-color: #fff;
        border-radius: 24px;
        color: #005493;
        margin: 10px 5px 10px 25px;
        font-size: 1.2rem;
    }

    
}

.c-m-nav__cta,
.c-m-nav__cta div {
    display: flex;
    justify-content: center;
    position: relative;
}

.c-m-nav__cta {
    z-index: 10000;
}

    .c-m-nav__cta div {
        align-items: center;
        width: 50%;
        font-weight: 700;
    }

@media (min-width: 64em) {
    .c-m-nav__cta {
        position: absolute;
        right: 160px;
        top: 5px;
        width: 400px;
    }
}

/*.c-m-nav__cta__upper,


   */
.c-m-nav__cta__upper div {
    display: flex;
    justify-content: center;
    position: relative;
}

@media (max-width: 1023px)
{
    .c-m-nav__cta__upper {
        display:none;
    }
}

@media (min-width: 64em) {
    .c-m-nav__cta__upper {
        position: absolute;
        right: 160px;
        top: 5px;
        width: 400px;
    }
    .c-m-nav__cta__upper {
        z-index: 10000;
        display:flex;
    }
    .c-m-nav__cta__upper div {
        align-items: center;
        width: 50%;
        font-weight: 700;
    }
    .c-m-nav__phone__upper a i {
        display: inline-block;
        margin-right: 16px;
        -webkit-transform: rotate(90deg);
    }

    .c-m-nav__get-started__upper {
        color: #fff;
    }

    .c-m-nav__get-started__upper a {
        text-decoration: none;
        width: 100%;
        text-align: center;
        padding: 14px 10px;
        background-color: #1bb57c;
        border-top-right-radius: 24px;
        border-bottom-right-radius: 24px;
        display: block;
        margin: 5px;
    }

    .c-m-nav__get-started--alt__upper a {
        background-color: #e0e0e0;
        color: #101010;
    }

    .c-m-nav__phone__upper a {
        text-decoration: none;
        position: relative;
        width: 100%;
        text-align: center;
        padding: 14px 10px;
        background-color: #29864d;
        border-top-left-radius: 24px;
        border-bottom-left-radius: 24px;
        color: #fff;
        margin: 5px;
    }

    .c-m-nav__phone__upper a i {
        display: inline-block;
        margin-right: 16px;
        -webkit-transform: rotate(90deg);
    }
}

@media screen and (max-width: 768px) {
    .c-m-nav--scrolled .c-m-nav__cta {
        padding-top: 40px;
        background-color: #fff;
        margin-top: -40px;
    }
}

.c-logo--mobile {
    position: absolute;
    top: 17px;
    left: 16px;
    width: 150px;
    z-index: 101;
}

.sfPageEditor .c-nav--plain,
.widget {
    display: none;
}

.widget {
    padding: 0;
    position: relative;
    top: -15px;
    z-index: 2;
}
.widget-hero {
    padding: 0;
    position: relative;
    top: -15px;
    z-index: 2;
}
.widget-hero-two {
    padding-right: 9%;
    position: absolute;
    top: -15px;
    z-index: 2;
}

.padding-Top {
    padding-top: 250px;
}

@media (min-width: 48em) {
    .widget {
        top: -40px;
    }
}

.widget--mobile {
    display: block;
    top: 0;
    padding: 20px;
}

@media (min-width: 64em) {
    .widget--mobile {
        display: none !important;
    }
}

.widget--form {
    display: block;
}
.widget--form-hero {
    display: block;
}
.widget--form-hero-two {
    display: block;
}
/*PPCNewConsentForm*/
.widget--form-hero-three {
    display: block;
}

    .widget--form .form__field {
        font-size: 16px;
    }

    .widget--form .form__select {
        position: relative !important;
        font-size: 16px;
    }

@media (min-width: 768px) {
    .widget--form .form__select {
        font-size: 18px;
    }
}

.widget--form .form__select select {
    border-radius: 5px;
    border: 1px solid #f4f4f4;
    width: 100%;
    padding: 15px 10px;
    background: #fff;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.widget--form .form__select:after {
    display: block;
    position: absolute;
    top: 0.5em;
    right: 0.5em;
    content: "";
    pointer-events: none;
    width: 0.425em;
    height: 0.425em;
    transform: rotate(135deg);
    border-style: solid;
    border-width: 1px 1px 0 0;
    color: #0378d5;
    font-size: 32px;
}

@media (min-width: 64em) {
    .widget--form {
        top: -300px !important;
    }
    .widget--form-hero {
        top: 140px !important;
    }
    .widget--form-hero-two {
        top: 470px !important;
    }
    /*PPCNewConsentForm*/
    .widget--form-hero-three {
        top: 490px !important;
    }
    

    /*.u-padd-70 {
        padding-top: 70px !important;
    }
    .u-padd-100 {
        padding-top: 100px !important;
    }*/
    
}
/*PPCNewConsentForm*/
.padding-Top-Right {
    padding-top: 175px !important;
    padding-right: 2% !important;
}



.widget--form__disclaimer p {
    /*PPCNewConsentForm 
      increased font size from 12px to 16px, 
      line height from 14px to 18px,
      margin bottom from 0 to 5px
    */
    font-size: 16px;
    line-height: 18px;
    margin-bottom: 5px;
}

.widget--form__disclaimer-xsm p {
    font-size: 8px;
    line-height: 14px;
    margin-bottom: 0;
}

    .widget--form__disclaimer p > small {
        font-size: 10px;
        line-height: 14px;
        margin-bottom: 0;
    }

.widget--form__disclaimer a {
    /*PPCNewConsentForm 
     increased font size from 10px to 16px*/
    text-decoration: underline;
    font-size: 16px;
    line-height: 18px;
    margin-top: 0.5em;
}

@media (min-width: 48em) {
    .widget--form .layout__item + .layout__item {
        padding-left: 1.25em;
    }
}

.widget--form-mobile {
    position: relative;
    top: -50px;
}

    .widget--form-mobile p {
        font-size: 10px;
    }

    .widget--form-mobile .widget__wrap {
        margin-bottom: 0;
    }

.widget__head {
    font-size: 1.33333rem;
    line-height: 1.77778rem;
}

.widget__wrap {
    border-radius: 40px;
    box-shadow: 0 3px 46px 0 rgba(0, 0, 0, 0.13);
    overflow: hidden;
    padding: 1.5em 2.5em;
}
.widget__wrap_two {
    border-radius: 15px;
    box-shadow: 0 3px 46px 0 rgba(0, 0, 0, 0.13);
    overflow: hidden;
    border: 1px solid black;
}

@media (min-width: 48em) {
    .widget__wrap {
        padding: 1.5em;
    }
}

@media (min-width: 120em) {
    .widget__wrap {
        padding: 1.5em 2.5em;
    }
}

@media (min-width: 64em) {
    .widget {
        display: block;
        padding: 0 40px;
    }
    .widget-hero {
        display: block;
        padding: 0 35px 0 0;
    }
    .widget__wrap {
        border-radius: 77px;
    }
}

.widget__title {
    background: #005696;
    color: #fff;
    display: block;
    padding: 15px 20px;
    font-size: 21px;
}

@media (min-width: 64em) {
    .widget__title {
        font-size: 24px;
    }
}

.widget__tel {
    color: #fff;
    font-family: "GT Walsheim Pro Bold";
    text-decoration: none;
}

.widget__form {
    padding: 20px;
    box-shadow: 0 3px 46px rgba(0, 0, 0, 0.13);
    background: #fff;
}

.widget__links li {
    padding: 0 0 12px;
}

.widget__links a {
    color: #0378d5;
    text-decoration: none;
}

    .main p > a:focus,
    .main p > a:hover,
    .widget__links a:focus,
    .widget__links a:hover {
        text-decoration: underline;
    }

.widget--sticky {
    transition: transform 0.15s;
    z-index: 10;
}

.form__select-alt {
    position: relative !important;
}

    .form__select-alt select {
        border-radius: 5px;
        border: 1px solid #f4f4f4;
        width: 100%;
        padding: 15px 10px;
        background: #fff;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        font-size: 16px;
        color: #000;
    }

        .form__select-alt select:focus,
        .form__select-alt select:hover {
            border: 1px solid #0378d5;
        }

    .form__select-alt:after {
        display: block;
        position: absolute;
        content: "";
        pointer-events: none;
        width: 0.425em;
        height: 0.425em;
        transform: rotate(135deg);
        border-style: solid;
        border-width: 1px 1px 0 0;
        color: #0378d5;
    }

.form__select-alt--small select {
    padding: 8px 10px 7px;
}

.form__select-alt--med select,
.form__select-alt--small select {
    background-image: url(/Content/images/icon--lock.svg);
    background-repeat: no-repeat;
    background-position: top 50% right 8px;
    background-size: 8px;
}

.form__select-alt--small:after {
    top: 12px;
    right: 24px;
    font-size: 27px;
}

.form__select-alt--med:after {
    font-size: 27px;
    top: 18px;
    right: 24px;
}

@media (max-width: 1024px) {
    .o-move-to-footer {
        background-color: #fff;
        font-size: 1rem;
        margin: 0 !important;
        padding: 20px;
        display: flex;
    }

        .o-move-to-footer > div {
            flex: 1;
        }

            .o-move-to-footer > div:last-child {
                margin-left: 40px;
            }
}

@media (max-width: 768px) {
    .o-move-to-footer {
        display: block;
    }

        .o-move-to-footer > div:last-child {
            margin-left: 0;
        }
}

.c-widget--home {
    font: 100 34px/1.2 "GT Walsheim Pro Regular";
    text-align: center;
    background: #fff;
    border-radius: 77px;
    padding: 15px 35px;
    max-width: 1061px;
    transform: translateY(-50%);
    position: relative;
    z-index: 5;
    box-shadow: 0 3px 46px rgba(0, 0, 0, 0.13);
    margin: 0 auto -20px;
}

@media (min-width: 48em) {
    .c-widget--home__buttons > button.btn {
        display: inline-block;
        width: auto;
        margin: 0 0.5rem;
    }
}

.c-widget--home .btn {
    margin-left: 10px;
    position: relative;
    top: -4px;
}

@media screen and (max-width: 1030px) {
    .c-widget--home {
        transform: translateY(0);
        border-radius: 0;
        margin-bottom: 40px;
    }

        .c-widget--home .btn {
            display: block;
            margin: 20px auto 0;
        }
}

.c-widget--home body {
    padding: 50px;
    background-color: #fff;
}

.c-widget--home .s-hidden {
    visibility: hidden;
    padding-right: 10px;
}

.c-widget--home .select {
    cursor: pointer;
    display: inline-block;
    position: relative;
}

.c-widget--home .styledSelect {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: #fff;
    font-weight: 700;
}

    .c-widget--home .styledSelect.active,
    .c-widget--home .styledSelect:active {
        background-color: #eee;
    }

.c-widget--home .options {
    display: none;
    position: absolute;
    top: 100%;
    right: 0;
    left: 0;
    z-index: 999;
    margin: 0;
    padding: 0;
    list-style: none;
    border: 1px solid #ccc;
    background-color: #fff;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
}

    .c-widget--home .options li {
        padding: 5px 0;
    }

        .c-widget--home .options li:hover {
            background-color: #005696;
            color: #fff;
        }

.c-widget__select {
    display: inline-block;
    font-weight: 700;
    font-family: "GT Walsheim Pro Bold";
    color: #1e5696;
    padding-bottom: 5px;
    margin-right: 30px;
    position: relative;
    z-index: 5;
}

    .c-widget__select:before {
        content: "";
        background: #009ee3;
        box-shadow: 0 0 1px 0 #009ee3;
        width: 96%;
        height: 3px;
        position: absolute;
        bottom: 0;
        left: 50%;
        transform: translateX(-50%);
    }

    .c-widget__select:after {
        content: "\f0d7";
        font-family: "Font Awesome 5 Free";
        position: absolute;
        top: 50%;
        left: 100%;
        transform: translate(5px, -50%);
    }

    .c-widget__select select {
        border: 0;
        background: 0 0;
        border-radius: 0;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
    }

        .c-widget__select select:active,
        .c-widget__select select:focus {
            outline: 0;
        }

.callout {
    text-align: center;
    padding: 1.66667rem 0.83333rem;
}

@media (min-width: 48em) {
    .callout {
        text-align: left;
    }
}

.callout--alt {
    position: relative;
}

.callout--op {
    padding: 0;
    background-size: 0;
}

@media (min-width: 64em) {
    .callout--op {
        background-size: cover;
        padding: 5em 20px;
    }
}

.callout--op__img {
    margin-bottom: 1em;
}

.callout--op__item {
    width: 100%;
    margin: 0 auto 0 0;
}

@media (min-width: 64em) {
    .callout--op__item {
        width: 40%;
    }
}

@media (min-width: 75em) {
    .callout--op__item {
        width: 30%;
    }
}

.c-tabs h2,
.callout--op__item > p {
    padding: 0 20px;
}

.callout--op__title {
    font-size: 2rem;
    font-family: "GT Walsheim Pro Regular";
    line-height: 2.55556rem;
    margin-bottom: 0.5em;
    display: block;
    padding: 0 20px;
}

@media (min-width: 64em) {
    .callout--op__title {
        margin-bottom: 1em;
        font-size: 2.77778rem;
        line-height: 3.33333rem;
    }
}

.callout--op__subtitle {
    font-size: 1.22222rem;
    line-height: 1.5rem;
    font-family: "GT Walsheim Pro Medium";
    display: block;
    margin-bottom: 0.25em;
    padding: 0 20px;
}

@media (min-width: 64em) {
    .callout--op__subtitle {
        font-size: 1.38889rem;
        line-height: 1.66667rem;
    }
}

.callout--op ul {
    padding-left: 20px;
}

    .callout--op ul li:before {
        background-color: #000;
    }

.tout {
    padding: 0.83333rem 0;
}

    .tout .tout__img {
        max-width: 111px;
    }

    .tout .tout__content {
        font-size: 18px;
        font-family: "GT Walsheim Pro Regular";
        line-height: 1.44444rem;
    }

.c-link,
.main p > a {
    text-decoration: none;
    display: inline-block;
}

.c-link {
    font-family: "GT Walsheim Pro Bold";
    font-size: 14px;
    color: #000;
}

.u-link--arrow {
    transition: 0.2s;
}

    .u-link--arrow:after {
        content: "";
        display: inline-block;
        vertical-align: middle;
        background: url(../images/icon--card-arrow-dark.svg) 0 0 no-repeat;
        background-size: 100% auto;
        width: 18px;
        height: 10px;
        margin-left: 9px;
        transition: 0.2s;
    }

    .u-link--arrow:hover {
        color: #005696;
    }

        .u-link--arrow:hover:after {
            margin-left: 12px;
        }

.main p > a {
    color: #0378d5;
}

.anchor {
    display: block;
    position: relative;
    visibility: hidden;
    top: -75px;
}

@media (min-width: 48em) {
    .anchor {
        top: -180px;
    }
}

.c-caption {
    font: 700 12px/1.2 "GT Walsheim Pro Bold";
    text-align: center;
    color: #101010;
    background: #fff;
    border-radius: 10px;
    width: 296px;
    padding: 10px;
    position: relative;
    z-index: 5;
}

    .c-caption:after {
        content: "";
        border-bottom: 15px solid #fff;
        border-left: 15px solid transparent;
        border-right: 15px solid transparent;
        position: absolute;
        bottom: 100%;
        left: 50%;
        transform: translateX(-50%);
    }

.c-title--hybrid strong {
    font-family: "GT Walsheim Pro Medium";
    font-weight: 500;
}

.slick-arrow {
    font-size: 0;
    line-height: 0;
    text-indent: -4000px;
    /*background: url(../images/icon--slider-arrow.png) center center no-repeat;*/
    background: url(../images/icon-arrow-forward.svg) center center no-repeat;
    background-size: 50px;
    border: 0;
    width: 50px;
    height: 50px;
}

.slick-arrow-two {
    font-size: 0;
    line-height: 0;
    text-indent: -4000px;
    background: url(../images/icon--slider-arrow.png) center center no-repeat;
    background-size: 14px 22px;
    border: 0;
    width: 30px;
    height: 30px;
}

    .slick-arrow:active,
    .slick-arrow:focus,
    .slick-arrow:hover,
    .slick-dots button:active,
    .slick-dots button:focus,
    .slick-dots button:hover {
        outline: 0;
    }

    /*.slick-arrow.slick-prev {
        transform: rotate(180deg);
    }*/
.slick-arrow-two.slick-prev-two {
    transform: rotate(180deg);
}

.slick-dots {
    line-height: 1;
    text-align: center;
}
.slick-dots-blue {
    line-height: 1;
    text-align: center;
}

    .c-rating-stars,
    .c-socials li,
    .slick-dots li {
        display: inline-block;
        vertical-align: middle;
    }

    .slick-dots li + li {
            margin-left: 1.11rem;
        }

.slick-dots-blue li {
    display: inline-block;
    vertical-align: middle;
}

    .slick-dots-blue li + li {
        margin-left: 1.11rem;
    }

    .slick-dots button {
        font-size: 0;
        line-height: 0;
        text-indent: -4000px;
        background: 0 0;
        border: 1px solid #fff;
        border-radius: 50%;
        width: 11px;
        height: 11px;
        transition: background 0.5s;
    }

    .slick-dots .slick-active button {
        background: #fff;
    }

.slick-dots-blue button {
    font-size: 0;
    line-height: 0;
    text-indent: -4000px;
    background: grey;
    border: 1px solid grey;
    border-radius: 50%;
    width: 11px;
    height: 11px;
    transition: background 0.5s;
}

.slick-dots-blue .slick-active button {
    background: #005493;
}

.c-rating .fa {
    font-size: 14px;
    color: #ffb715;
}

    .c-rating .fa + .fa,
    .c-rating--alt .fa + .fa {
        margin-left: 0.5rem;
    }

.c-rating--alt .fa {
    font-size: 20px;
    color: #fff;
    background: #00b67a;
    padding: 0.25em;
    text-shadow: none;
}

@media (min-width: 64em) {
    .c-rating--alt .fa {
        font-size: 30px;
    }
}

.c-rating-stars {
    width: 128px;
    height: 24px;
    background-repeat: no-repeat;
    background-position: center center;
    vertical-align: text-top;
    margin-top: -2px;
}

.c-rating__summary--lg .c-rating-stars {
    vertical-align: top;
}

.c-hero .c-rating-stars,
.hero .c-rating-stars {
    height: 44px;
    vertical-align: bottom;
    margin-top: 0;
}

.c-rating-0 {
    background-image: url(/Content/images/ratings/0.png);
}

.c-rating-1 {
    background-image: url(/Content/images/ratings/1.png);
}

.c-rating-1-5 {
    background-image: url(/Content/images/ratings/1-5.png);
}

.c-rating-2-5 {
    background-image: url(/Content/images/ratings/2-5.png);
}

.c-rating-3-5 {
    background-image: url(/Content/images/ratings/3-5.png);
}

.c-rating-4 {
    background-image: url(/Content/images/ratings/4.png);
}

.c-rating-4-5 {
    background-image: url(/Content/images/ratings/4-5.png);
}

.c-rating-5 {
    background-image: url(/Content/images/ratings/5.png);
}

.c-subscribe__field {
    display: block;
    background: 0 0;
    border: 0;
    border-bottom: 1px solid #fff;
    width: 100%;
    padding: 0.5rem 0;
}

    .c-subscribe__field:active,
    .c-subscribe__field:focus {
        outline: 0;
    }

    .c-subscribe__field:-ms-input-placeholder,
    .c-subscribe__field::-ms-input-placeholder {
        color: inherit;
        opacity: 1;
    }

    .c-subscribe__field::placeholder {
        color: inherit;
        opacity: 1;
    }

.c-subscribe .btn {
    font-size: 0.72rem;
    padding: 0.75em 2.5em 0.95em;
}

.c-socials {
    font-size: 1.8rem;
}

    .c-socials ul {
        list-style: none;
    }

    .c-socials li + li {
        margin-left: 0.5rem;
    }

.c-content-block {
    background-color: #fff;
    min-height: 250px;
    padding: 40px 80px 40px 40px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    border-radius: 6px;
    position: relative;
    border: 1px solid #e0e0e0;
    text-decoration: none;
    transition: box-shadow 0.2s;
}

    .c-content-block:hover {
        box-shadow: 0 0 35px 2px rgba(0, 0, 0, 0.2);
    }

        .c-content-block:hover:after {
            right: 30px;
        }

.c-content-block__title {
    text-transform: uppercase;
    font-size: 14px;
    margin-bottom: 10px;
    color: #0378d5;
    font-family: "GT Walsheim Pro Bold";
    z-index: 1;
}

.contrast .c-content-block__title {
    color: #005696;
}

.c-content-block p {
    font-size: 20px;
    font-family: "GT Walsheim Pro Medium";
    z-index: 1;
    margin-bottom: 0;
}

.c-content-block:after {
    content: "";
    display: inline-block;
    vertical-align: middle;
    background: url(../images/icon--card-arrow-dark.svg) 0 0 no-repeat;
    background-size: 100% auto;
    width: 18px;
    height: 10px;
    position: absolute;
    bottom: 43px;
    right: 40px;
    transition: 0.2s;
}

.c-content-block--blue-1,
.c-content-block--blue-2,
.c-content-block--blue-3 {
    color: #fff;
    border: 0;
    background-size: cover;
}

    .c-content-block--blue-1 .c-content-block__title,
    .c-content-block--blue-2 .c-content-block__title,
    .c-content-block--blue-3 .c-content-block__title {
        color: #fff;
    }

    .c-content-block--blue-1:before,
    .c-content-block--blue-2:before,
    .c-content-block--blue-3:before {
        content: "";
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        z-index: 0;
        border-radius: 6px;
        box-shadow: inset -200px -200px 300px -71px rgba(0, 0, 0, 0.25);
    }

    .c-content-block--blue-1:after,
    .c-content-block--blue-2:after,
    .c-content-block--blue-3:after {
        background: url(../images/icon--card-arrow.svg) 0 0 no-repeat;
    }

.c-content-block--img:before {
    opacity: 0.85;
}

.c-content-block--blue-1:before {
    background-color: #009ee3;
}

.c-content-block--blue-2:before {
    background-color: #0378d5;
}

.c-content-block--blue-3:before {
    background-color: #005696;
}

.c-content-block__name {
    position: relative;
}

    .c-content-block__name:after {
        content: "";
        display: inline-block;
        vertical-align: middle;
        background: url(../images/icon--card-arrow-dark.svg) 0 0 no-repeat;
        background-size: 100% auto;
        width: 18px;
        height: 10px;
        position: absolute;
        top: 5px;
        right: 0;
    }

.c-content-block--leadership {
    border: 0;
    padding: 0;
    height: 100%;
    justify-content: flex-start;
    opacity: 1;
    transition: 0.2s;
}

    .c-content-block--leadership:after {
        display: none;
        right: 5px;
    }

.c-content-block--leadership__img {
    margin: 0 auto 2rem;
    border-radius: 6px;
    display: block;
}

.c-content-block--leadership:hover {
    box-shadow: none;
    opacity: 0.9;
}

.c-content-block--leadership .c-content-block__title {
    text-transform: none;
    font-family: "GT Walsheim Pro Bold";
}

.c-content-block--leadership .c-content-block__leader {
    border-radius: 6px;
    margin-bottom: 20px;
    margin-right: auto;
    width: 100%;
    display: block;
    min-height: inherit;
}

.tools-and-calculators-container {
    text-align: left;
    font-family: "GT Walsheim Pro Bold";
    font-size: 16px;
}

@media (min-width: 768px) {
    .tools-and-calculators-container {
        display: none;
        speak: none;
        visibility: hidden;
    }
}

.disclaimer {
    font-size: 0.66667rem;
    font-family: "GT Walsheim Pro Regular";
    line-height: 0.94444rem;
    width: 100%;
    margin: 2em 0 0;
    padding: 0 20px;
}

@media (min-width: 48em) {
    .disclaimer {
        width: 85%;
    }
}

.stories {
    padding: 3em;
}

@media (min-width: 64em) {
    .stories {
        padding: 3em 20px;
    }
}

.stories__title {
    font-size: 1.94444rem;
    line-height: 2.38889rem;
    font-family: "GT Walsheim Pro Medium";
    border-bottom: 2px solid #e0e0e0;
    padding-bottom: 0.75em;
}

@media (min-width: 64em) {
    .stories__title {
        margin-right: 40px;
    }
}

.stories__subtitle {
    font-size: 1.44444rem;
    line-height: 1.77778rem;
    font-family: "GT Walsheim Pro Medium";
    border-bottom: 2px solid #e0e0e0;
    padding-top: 0.7em;
    padding-bottom: 0.75em;
    margin-bottom: 1em;
}

.stories__quote {
    font-size: 1.55556rem;
    line-height: 1.66667rem;
    font-style: italic;
    font-family: "GT Walsheim Pro Regular";
    color: #005696;
}

.stories__sm {
    font-size: 0.88889rem;
    line-height: 1.11111rem;
}

@media (min-width: 64em) {
    .stories__border {
        border-right: 1px solid #e0e0e0;
        padding-right: 40px;
    }
}

#stepsForm-p-7 .actions p,
.stories__slide {
    padding: 0 2em;
}

@media (min-width: 120em) {
    .stories__slide {
        padding: 0;
    }
}

.stories .slick-next,
.stories .slick-prev {
    position: absolute;
    top: 45%;
    background-image: url(/Content/images/icon--slider-next-blue.png);
}


.stories .slick-prev {
    left: -10px;
}

@media (min-width: 120em) {
    .stories .slick-prev {
        left: -35px;
    }
}

.stories .slick-next {
    right: -10px;
}

@media (min-width: 120em) {
    .stories .slick-next {
        right: -35px;
    }
}

.stories .slick-dots {
    padding-top: 0.5em;
}

    .stories .slick-dots li.slick-active > button {
        background: #0378d5;
    }

    .stories .slick-dots li > button,
    .utilities code {
        background: #e0e0e0;
    }

@media (max-width: 480px) {
    .stories .widget-columns__widget {
        display: block;
        flex: 1;
        width: 100%;
    }
}

.stories .disclaimer {
    padding: 0;
}

.quote {
    position: relative;
    z-index: 0;
    padding: 40px;
}

    .quote:after,
    .quote:before {
        position: absolute;
        content: " ";
        background-size: 100% 100%;
        width: 100px;
        height: 100px;
        z-index: 1;
        background-repeat: no-repeat;
    }

@media (min-width: 64em) {
    .quote {
        padding: 80px 0 50px;
    }

        .quote:after,
        .quote:before {
            width: 138px;
            height: 138px;
            background-size: cover;
        }
}

.quote:before {
    top: 0;
    left: 10px;
    background-image: url(/Content/images/quote-left.png);
}

.quote:after {
    right: 10px;
    top: calc(100% - 75px);
    background-image: url(/Content/images/quote-right.png);
}

.quote__content {
    text-align: center;
    max-width: 775px;
    margin: 0 auto;
    padding-top: 20px;
    font-style: italic;
    font-family: "GT Walsheim Pro Regular";
    position: relative;
    z-index: 1;
}

    .quote__content p {
        line-height: 1.77778rem;
        font-size: 1.22222rem;
    }

.quote strong {
    font-family: "GT Walsheim Pro Bold";
}

.quote__credit {
    font-size: 1.11111rem;
}

.tippy-tooltip.NewDay--error-theme,
.tippy-tooltip.NewDay-theme {
    background-color: #fff;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.25);
    color: #444;
    font-size: 12px;
}

.tippy-tooltip.NewDay--error-theme {
    color: red;
    font-family: "GT Walsheim Pro Bold";
}

    .tippy-tooltip.NewDay--error-theme .tippy-backdrop,
    .tippy-tooltip.NewDay-theme .tippy-backdrop {
        background-color: #fff;
    }

    .tippy-tooltip.NewDay--error-theme .tippy-arrow,
    .tippy-tooltip.NewDay-theme .tippy-arrow {
        transform-style: preserve-3d;
        z-index: 1;
        border: transparent;
    }

        .tippy-tooltip.NewDay--error-theme .tippy-arrow:before,
        .tippy-tooltip.NewDay-theme .tippy-arrow:before {
            content: "";
            position: absolute;
            border: 8px solid transparent;
            top: -7px;
            left: -8px;
            z-index: 3;
            transform: translateZ(-1px);
            border-top-color: #fff;
        }

        .tippy-tooltip.NewDay--error-theme .tippy-arrow:after,
        .tippy-tooltip.NewDay-theme .tippy-arrow:after {
            content: "";
            position: absolute;
            border: 8px solid transparent;
            top: -5px;
            left: -8px;
            z-index: 0;
            transform: translateZ(-1px);
            transform-style: preserve-3d;
            border-top-color: rgba(0, 0, 0, 0.15);
            filter: blur(2px);
        }

.tippy-tooltip.NewDay-theme--error[data-animatefill],
.tippy-tooltip.NewDay-theme[data-animatefill] {
    background-color: transparent;
}

.tippy-roundarrow {
    fill: #fefefe;
}

.loan-steps {
    counter-reset: li;
    list-style: none;
}

    .loan-steps li {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        align-items: center;
        border-bottom: 1px solid rgba(112, 112, 112, 0.25);
        padding: 0.88889rem;
    }

        .loan-steps li h4 {
            margin-bottom: 0.44444rem;
        }

@media (min-width: 64em) {
    .loan-steps li {
        padding: 1.77778rem 0.88889rem;
    }
}

.loan-steps li:before {
    counter-increment: li;
    color: #005696;
    font-weight: 700;
    content: "0" counter(li);
    font-size: 45px;
    padding-right: 1.77778rem;
}

@media (min-width: 64em) {
    .loan-steps li:before {
        font-size: 56px;
    }
}

.loan-steps li:nth-child(n + 10):before {
    content: "0" counter(li);
}

.loan-steps li:nth-child(n + 100):before {
    content: counter(li);
}

.email-submission input[type="email"] {
    width: calc(100% - 150px);
}

@media screen and (max-width: 768px) {
    .email-submission input[type="email"] {
        width: calc(100% - 60px);
        border-radius: 20px;
    }

    .email-submission input[type="submit"] {
        padding: 0.5em;
        border-radius: 20px;
        width: 80px;
        flex-grow: 0;
    }
}

@media (min-width: 64em) {
    .test--active {
        padding-top: 8.05556rem;
    }

        .test--active.test--inactive {
            padding-top: 0;
        }
}

@media (min-width: 64em) and (min-width: 64em) {
    .test--active.test--inactive {
        padding-top: 5rem;
    }
}

@media (min-width: 64em) {
    .test--active.test--inactive .c-m-nav,
    .test--active.test--inactive .c-nav {
        transition: 0.2s;
    }
}

@media (min-width: 64em) and (min-width: 64em) {
    .test--active.test--inactive .c-m-nav,
    .test--active.test--inactive .c-nav {
        top: 0;
    }
}

.test--active .c-m-nav,
.test--active .c-nav {
    transition: 0.2s;
}

@media (min-width: 64em) {
    .test--active .c-m-nav,
    .test--active .c-nav {
        top: 85px;
    }
}

.test--active .c-m-nav.c-m-nav--scrolled,
.test--active .c-m-nav.c-nav--plain,
.test--active .c-nav.c-m-nav--scrolled,
.test--active .c-nav.c-nav--plain {
    top: 0;
}

.c-instagrid .c-instagrid__body a,
.test--active .ab-test {
    display: block;
}

.ab-test,
.ab-test.a {
    background: #fff;
    z-index: 9999;
}

.ab-test {
    left: 0;
    right: 0;
    text-align: left;
    height: 95px;
    display: none;
}

@media (min-width: 64em) {
    .ab-test {
        text-align: center;
        padding: 0.5em 0.5em 0.75em;
    }
}

.ab-test.a {
    position: fixed;
    bottom: 0;
    height: 85px;
    padding: 0.75em;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.08);
}

@media (min-width: 64em) {
    .ab-test.a {
        position: absolute;
        top: 0;
    }
}

.ab-test.b {
    position: fixed;
    bottom: 0;
    height: 85px;
    text-align: left;
    padding: 0.5em 2em 0.75em 1em;
    box-shadow: 0 3px 46px rgba(0, 0, 0, 0.16);
    background: #fff;
    z-index: 9999;
}

@media (min-width: 48em) {
    .ab-test.b {
        text-align: right;
        padding: 1em 2em 0.75em 1em;
    }
}

@media (min-width: 64em) {
    .ab-test.b {
        top: 0;
        padding: 0.5em 2em 0.75em 1em;
    }
}

.ab-test__logo {
    width: 145px;
    position: relative;
    top: 0.5em;
}

@media (min-width: 64em) {
    .ab-test__logo {
        width: 185px;
    }
}

.ab-test a,
.c-instagrid a {
    text-decoration: none;
}

.ab-test .a__message {
    color: #005696;
    font-family: "GT Walsheim Pro Bold";
    font-size: 0.77778rem;
    display: block;
}

@media (min-width: 64em) {
    .ab-test .a__message {
        display: inline-block;
    }
}

@media (min-width: 75em) {
    .ab-test .a__message {
        font-size: 1rem;
    }
}

.ab-test .a__button {
    margin: 0.5em 1.25em 0.5em 0;
    font-size: 0.77778rem;
    background: #009ee3;
    border: #009ee3;
}

    .ab-test .a__button:focus,
    .ab-test .a__button:hover,
    .ab-test .b__button:focus,
    .ab-test .b__button:hover {
        background: #0378d5;
        border: #0378d5;
    }

@media (min-width: 64em) {
    .ab-test .a__button {
        margin: 0 1.25em;
    }
}

@media (min-width: 75em) {
    .ab-test .a__button {
        font-size: 0.88889rem;
    }
}

.ab-test .a__close {
    width: 15px;
    height: 16px;
    background: 0 0;
    border: 0;
    position: absolute;
    top: 0.5em;
    right: 0.5em;
}

@media (min-width: 64em) {
    .ab-test .a__close {
        float: right;
        position: relative;
        top: 1em;
        right: 2em;
    }
}

.ab-test .b__message {
    color: #005696;
    font-family: "GT Walsheim Pro Bold";
    font-size: 0.77778rem;
    display: block;
    position: relative;
    padding-right: 1.5em;
    top: 0.25em;
}

@media (min-width: 48em) {
    .ab-test .b__message {
        top: 0;
        display: inline-block;
        border-right: 1px solid #e0e0e0;
        font-size: 0.88889rem;
    }
}

@media (min-width: 64em) {
    .ab-test .b__message {
        top: 0.5em;
        font-size: 1rem;
    }
}

.ab-test .b__message > span {
    font-family: "GT Walsheim Pro Regular";
}

.ab-test .b__button {
    margin: 0.75em 1em 0 0;
    font-size: 0.77778rem;
    background: #009ee3;
    border: #009ee3;
}

@media (min-width: 48em) {
    .ab-test .b__button {
        margin: 0 1.25em 0 1.5em;
    }
}

@media (min-width: 64em) {
    .ab-test .b__button {
        font-size: 0.88889rem;
    }
}

.ab-test .b__close {
    width: 15px;
    height: 16px;
    background: 0 0;
    border: 0;
    position: absolute;
    top: 0.5em;
    right: 0.5em;
    float: right;
}

@media (min-width: 48em) {
    .ab-test .b__close {
        float: left;
        position: relative;
        top: 0.75em;
        left: 2em;
    }
}

@media (min-width: 64em) {
    .ab-test .b__close {
        top: 1.35em;
    }
}

.c-instagrid a:active img,
.c-instagrid a:focus img,
.c-instagrid a:hover img {
    opacity: 0.5;
}

.c-instagrid img {
    display: block;
    border-radius: 10px;
    width: 100%;
    height: auto;
    transition: opacity 0.5s;
}

.c-instagrid figcaption {
    padding: 0.8rem 1.5rem;
}

@media screen and (max-width: 480px) {
    .c-instagrid .c-instagrid__body .slick-list {
        padding: 0 100px 0 0;
    }
}

@media (min-width: 480px) and (max-width: 1024px) {
    .c-instagrid .c-instagrid__body .slick-list {
        padding: 0 50px;
    }
}

.c-instagrid .layout {
    margin-left: -1rem;
}

    .c-instagrid .layout .layout__item {
        padding-left: 1rem;
    }

.c-instagrid__item {
    padding: 20px;
}

.c-instagrid .slick-arrow,
.mortgage-calculator .estimated .mortgage-calculator i.tooltip:after,
.mortgage-calculator i.tooltip:after {
    display: none !important;
}

.loan-option {
    border-radius: 10px;
    box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.26);
    margin-bottom: 1em;
}

@media (min-width: 64em) {
    .loan-option {
        margin-bottom: 2em;
    }
}

.loan-option__cta {
    padding-top: 1em;
}

@media (min-width: 64em) {
    .loan-option__cta {
        padding-top: 0;
    }
}

.loan-option__col {
    width: 100%;
    padding: 2em;
    border-bottom: 1px solid #e0e0e0;
    position: relative;
}

@media (min-width: 64em) {
    .loan-option__col {
        width: calc(33.33%);
        border-right: 1px solid #e0e0e0;
        padding: 1em 2em;
        margin-bottom: 1em;
        display: flex;
        justify-content: center;
        align-content: center;
        flex-direction: column;
    }

        .loan-option__col:nth-child(3) {
            border-right: 0;
        }
}

.loan-option__pill {
    position: absolute;
    bottom: -0.75em;
    left: 50%;
    transform: translateX(-50%);
}

@media (min-width: 64em) {
    .loan-option__pill {
        transform: none;
        position: relative;
        left: auto;
        bottom: auto;
        display: inline-block;
    }
}

.c-modal {
    position: relative;
    background-color: #fff;
    border-radius: 20px;
    box-shadow: 0 0 37px 0 rgba(0, 0, 0, 0.3);
    width: 100%;
    max-width: 550px;
    overflow: hidden;
}

.c-modal__title {
    font-size: 1.33333rem;
    font-family: "GT Walsheim Pro Bold";
    margin-bottom: 10px;
    padding-right: 40px;
}

.c-modal__close {
    position: absolute;
    top: 15px;
    right: 15px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 0;
    background-color: transparent;
    color: #e0e0e0;
    background-image: url(/Content/images/icon--close.svg);
    background-size: 20px;
    background-position: center;
    background-repeat: no-repeat;
    width: 30px;
    height: 30px;
}

.c-modal__buttons button {
    margin: 0 10px;
}

.c-modal--form .form__label {
    color: #000;
}

.c-modal--form .form__field {
    border-width: 0 0 1px;
    background-image: none;
    border-radius: 0;
}

@media (min-width: 64em) {
    .c-modal {
        border-radius: 50px;
    }

    .c-modal__close {
        top: 25px;
        right: 25px;
    }
}

.c-modal .modal__shared-article {
    margin-bottom: 0;
}

.c-modal .st-btn {
    display: inline-block !important;
}

.c-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    justify-content: center;
    align-items: center;
    z-index: 9999;
    display: none;
    background: rgba(0, 0, 0, 0.3);
    padding: 20px;
}

.c-backdrop-hero {
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    justify-content: center;
    align-items: center;
    z-index: 9999;
    display: none;
    background: rgba(0, 0, 0, 0.3);
    padding: 20px;
}

.c-backdrop--open {
    display: flex;
}

@media (min-width: 64em) {
    .c-reviews__center {
        display: flex;
        flex-direction: center;
        justify-content: center;
    }
}

@media (min-width: 480px) {
    .c-reviews__center {
        display: flex;
        flex-direction: center;
        justify-content: center;
    }
}

.c-reviews__summary,
.c-reviews__summary.u-text-left {
    text-align: center;
}

@media (min-width: 48em) {
    .c-reviews__summary.u-text-left {
        text-align: left;
    }
}

.c-reviews__summary--alt .c-reviews__subtitle,
.c-reviews__summary--alt .c-reviews__title {
    color: #000;
    font-size: 0.94444rem;
}

.c-reviews__summary--alt .c-reviews__star {
    width: 20px;
    height: 20px;
    margin: 0.15em;
}

.c-reviews__summary--home,
.c-reviews__summary--lg {
    line-height: 28px;
}

@media (min-width: 64em) {
    .c-reviews__summary--home,
    .c-reviews__summary--lg {
        line-height: 34px;
    }
}

.c-reviews__summary--home .c-reviews__subtitle,
.c-reviews__summary--home .c-reviews__title,
.c-reviews__summary--lg .c-reviews__subtitle,
.c-reviews__summary--lg .c-reviews__title {
    color: #000;
    font-size: 1rem;
}

@media (min-width: 64em) {
    .c-reviews__summary--home .c-reviews__subtitle,
    .c-reviews__summary--home .c-reviews__title,
    .c-reviews__summary--lg .c-reviews__subtitle,
    .c-reviews__summary--lg .c-reviews__title {
        font-size: 1.22222rem;
    }
}

.c-reviews__summary--home .c-rating-stars,
.c-reviews__summary--lg .c-rating-stars {
    height: 28px;
    vertical-align: top;
}

@media (min-width: 64em) {
    .c-reviews__summary--home .c-rating-stars,
    .c-reviews__summary--lg .c-rating-stars {
        height: 36px;
    }
}

.c-reviews--carousel .slick-slide img {
    display: inline-block;
}

.c-reviews__blockquote > p {
    font-size: 1.22222rem;
    line-height: 1.61111rem;
}

@media (min-width: 64em) {
    .c-reviews__blockquote > p {
        font-size: 1.88889rem;
        line-height: 2.22222rem;
    }
}

.c-reviews__title {
    font-size: 1rem;
    color: #fff;
    font-family: "GT Walsheim Pro Bold";
    margin: 0 0 0.5em;
    display: block;
}

.c-reviews--alt .c-reviews__subtitle,
.c-reviews--alt .c-reviews__title {
    color: #000;
    font-size: 1.22222rem;
}

@media (min-width: 48em) {
    .c-reviews__title {
        display: inline;
        margin: 0 0.5rem 0 0;
    }
}

.c-reviews__subtitle {
    font-size: 0.88889rem;
    color: #fff;
    font-family: "GT Walsheim Pro Regular";
    margin: 0.5rem;
    display: block;
}

@media (min-width: 600px) {
    .c-reviews__subtitle {
        display: inline;
        margin: 0 0.5rem;
    }
}


.c-reviews__logo {
    display: block;
    margin: 0.75em auto 0;
    max-width: 100px;
    position: relative;
    top: 3px;
    height: 25px;
}

@media (min-width: 48em) {
    .c-reviews__logo {
        display: inline;
        margin: 0;
    }
}

@media (min-width: 420px) {
    .c-reviews__logo {
        display: inline;
        margin: 0;
        height:25px;
        top:0;
    }
}

.c-reviews__signature {
    margin-bottom: 1rem;
    display: block;
    text-transform: capitalize;
    font-family: "Cedarville Cursive", cursive;
    font-size: 1.22222rem;
}

.c-reviews__signature-hero {
    display: block;
    text-transform: capitalize;
    font-family: "Cedarville Cursive", cursive;
    font-size: 1.2rem;
}

.c-reviews__signature--alt {
    font-size: 1.66667rem;
}

.c-reviews--narrow {
    max-width: 900px;
    margin: 0 auto;
}

    .c-reviews--narrow .review-narrow {
        position: relative;
        padding-bottom: 40px;
        border-bottom: 1px solid #e0e0e0;
        margin-bottom: 40px;
    }

        .c-reviews--narrow .review-narrow img {
            width: 150px;
        }

    .c-reviews--narrow .review-narrow__text {
        color: #005696;
        font-family: "GT Walsheim Pro Bold";
        font-size: 16px;
        line-height: 1.75em;
        margin-bottom: 20px;
    }

    .c-reviews--narrow .review-narrow__author {
        font-size: 1.33333rem;
        text-transform: capitalize;
        font-family: "Cedarville Cursive", cursive;
    }

    .c-reviews--narrow .review-narrow__time {
        position: absolute;
        top: 0;
        right: 0;
        font-size: 14px;
        font-family: "GT Walsheim Pro Regular";
    }

.c-reviews--carousel-left {
    text-align: center;
}

.c-stats--carousel {
    text-align: center;
}

    .c-reviews--carousel-left .slick-slide img {
        display: inline-block;
    }

@media (min-width: 48em) {
    .c-reviews--carousel-left {
        text-align: left;
    }

        .c-reviews--carousel-left .slick-dots {
            position: absolute;
            text-align: right;
            bottom: 20px;
            width: 100%;
            padding-right: 40px;
            max-width: 980px;
        }

        .c-reviews--carousel-left p {
            font-size: 24px;
            line-height: 2.22222rem;
        }

        .c-reviews--carousel-left .btn {
            margin-left: 20px;
        }
}

@media (min-width: 64em) {
    .c-reviews--carousel-left .btn {
        margin-left: 0;
    }
}

.c-reviews--3-col .c-reviews__blockquote {
    font-family: "GT Walsheim Pro Bold";
    font-size: 16px;
    line-height: 1.75em;
}

.c-reviews--3-col .c-reviews__name {
    font-family: "GT Walsheim Pro Medium";
    font-size: 16px;
}

.c-reviews--3-col.c-reviews__blockquote {
    font-size: 1.3245rem;
}

.c-rating--alt .c-reviews__star,
.c-reviews__star {
    background-image: url(/Content/images/icon--star.png);
    background-size: 70%;
    background-repeat: no-repeat;
    background-position: center;
    background-color: #1bb57c;
    width: 30px;
    height: 30px;
    display: inline-block;
    margin: 0 0.25em;
    position: relative;
    top: 0.35em;
}

.c-rating--alt .c-reviews__star {
    width: 50px;
    height: 50px;
    margin: 0 0.2em 0 0;
    top: 0.25em;
}

.share {
    margin: 0 -10px;
    display: flex;
}

    .share .btn {
        margin: 0 10px 20px;
    }

@media (max-width: 700px) {
    .share {
        flex-direction: column;
        align-items: center;
    }
}

.video-player {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    position: relative;
    padding: 40px;
    color: #fff;
    overflow: hidden;
}

@media (min-width: 64em) {
    .video-player {
        height: 585px;
    }
}

.video-player:before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.6);
    content: " ";
    z-index: 0;
}

.video-player__content {
    position: relative;
    z-index: 1;
}

    .selecting .video-player-selector__select:after,
    .video-player__content:after {
        display: table;
        clear: both;
        content: " ";
    }

@media (min-width: 64em) {
    .video-player__content {
        max-width: 880px;
        display: block;
        clear: both;
    }
}

@media (min-width: 90em) {
    .video-player__content {
        margin-left: calc((100vw - 1440px) / 2);
    }
    .calc-result {
        margin-left:10%;
    }
    .price-label-text {
        font-size: 1.8rem !important;
        line-height: 2rem !important;
    }
}

@media (min-width: 64em) {
    .video-player__main {
        float: left;
        clear: none;
        width: calc(100% - 200px);
        overflow: hidden;
        transition: all 0.5s;
    }

    .selecting .video-player__main {
        margin-left: calc(calc(100% - 200px) * -1 - 40px);
    }

    .price-label-text {
        font-size: 1.2rem;
        line-height: 1.4rem
    }
}

@media (min-width: 90em) {
    .selecting .video-player__main {
        margin-left: calc(calc((100vw + 1440px) / 2) * -1);
    }
}

.video-player__embed {
    transition: all 0.5s;
    width: 100%;
}

.video-player__selector {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
    transition: width 0.5s;
}

    .video-player__selector > div:first-child {
        width: 100%;
    }

@media (min-width: 64em) {
    .video-player__selector {
        width: 185px;
        display: block;
        float: right;
        clear: none;
    }

    .selecting .video-player__selector {
        width: 100%;
    }
}

.video-player-selector__more {
    position: absolute;
    bottom: -20px;
    right: 0;
    text-align: right;
    font-size: 14px;
}

.video-player-selector__select {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    padding-top: 5px;
}

@media (min-width: 64em) {
    .video-player-selector__select {
        overflow: hidden;
        height: 380px;
        display: block;
    }

        .video-player-selector__select::-webkit-scrollbar {
            display: none;
        }
}

.video-player-selector__video {
    margin-bottom: 20px;
    margin-right: 20px;
    position: relative;
    overflow: hidden;
    cursor: pointer;
    width: calc(50% - 20px);
    max-height: 150px;
    transition: all 0.5s;
}

    .video-player-selector__video:last-child {
        margin: 0;
    }

    .video-player-selector__video:nth-child(n + 5) {
        display: none;
    }

.selecting .video-player-selector__video:nth-child(n + 5) {
    display: block;
}

.selecting .video-player-selector__video {
    float: left;
    clear: none;
}

@media (min-width: 30em) {
    .video-player-selector__video {
        width: calc(33% - 20px);
    }

        .video-player-selector__video:nth-child(n + 4) {
            display: none;
        }

    .selecting .video-player-selector__video:nth-child(n + 4) {
        display: block;
    }

    .selecting .video-player-selector__video {
        float: left;
        clear: none;
    }
}

@media (min-width: 48em) {
    .video-player-selector__video {
        width: calc(25% - 20px);
    }

        .selecting .video-player-selector__video:nth-child(n + 5),
        .video-player-selector__video:nth-child(n + 4) {
            display: block;
        }

        .video-player-selector__video:nth-child(n + 5) {
            display: none;
        }
}

@media (min-width: 64em) {
    .video-player-selector__video {
        margin-right: 0;
        width: inherit;
        max-height: 110px;
    }

    .selecting .video-player-selector__video {
        margin-bottom: 20px;
        margin-right: 20px;
        width: calc(25% - 20px);
        max-height: 120px;
    }
}

.video-player-selector__video img {
    display: block;
}

.video-player-selector__video:before {
    background-color: rgba(255, 255, 255, 0.15);
    content: " ";
    pointer-events: none;
    opacity: 0;
    transform: scale3d(0, 0, 1);
    transition: all 0.15s ease-in;
}

.video-player-selector__video.selected:before {
    transform: scale3d(1, 1, 1);
    opacity: 1;
}

.embed-container {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    max-width: 100%;
}

.selecting .embed-container {
    padding: 0 !important;
}

.embed-container embed,
.embed-container iframe,
.embed-container object,
.video-player-selector__video:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.mortgage-calculator {
    display: flex;
    flex-direction: column;
}

@media (min-width: 48em) {
    .mortgage-calculator {
        justify-content: space-between;
        flex-direction: row-reverse;
    }
}

.mortgage-calculator .estimated .mortgage-calculator i.fas,
.mortgage-calculator i.fas {
    position: absolute;
    right: 0;
    top: 0.25em;
    cursor: pointer;
    color: #9d9d9d;
    display: inline-block;
    padding: 0;
    z-index: 5;
}

.mortgage-calculator .mortgage-calculator__col--fields i.fas {
    right: -50px;
    top: 35px;
    font-size: 20px;
}

@media (min-width: 48em) {
    .mortgage-calculator .mortgage-calculator__col--fields i.fas {
        right: 0;
        top: 0.25em;
        font-size: 14px;
    }
}

.mortgage-calculator .estimated .mortgage-calculator i.tooltip,
.mortgage-calculator i.tooltip {
    border: 0;
}

.mortgage-calculator .estimated .mortgage-calculator label,
.mortgage-calculator label {
    font-size: 14px;
    position: relative;
}

.mortgage-calculator .estimated .mortgage-calculator input,
.mortgage-calculator input {
    font-size: 16px;
    font-style: normal;
}

.mortgage-calculator .estimated .mortgage-calculator input,
.mortgage-calculator .estimated .mortgage-calculator select,
.mortgage-calculator input,
.mortgage-calculator select {
    border-color: #e0e0e0;
}

.mortgage-calculator .estimated .mortgage-calculator .field--dollar:before,
.mortgage-calculator .estimated .mortgage-calculator .field--percent:before,
.mortgage-calculator .field--dollar:before,
.mortgage-calculator .field--percent:before {
    top: 2.05em;
    color: #9d9d9d;
}

.mortgage-calculator .field--percent {
    position: relative;
}

.mortgage-calculator .field--percent--no-label {
    background-color: #fff;
    margin-left: -4px;
}

    .mortgage-calculator .estimated .mortgage-calculator .field--percent--no-label input,
    .mortgage-calculator .field--percent--no-label input {
        border-top-left-radius: 0;
        border-bottom-left-radius: 0;
    }

    .mortgage-calculator .estimated .mortgage-calculator .field--percent--no-label:before,
    .mortgage-calculator .field--percent--no-label:before {
        top: 0.8em;
    }

.form--select:after,
.mortgage-calculator .estimated .mortgage-calculator .field--percent:before,
.mortgage-calculator .field--percent:before {
    content: "%";
    right: 1em;
    position: absolute;
}

.mortgage-calculator .estimated .mortgage-calculator .field--percent,
.mortgage-calculator .field--dollar {
    position: relative;
}

    .mortgage-calculator .estimated .mortgage-calculator .field--dollar input,
    .mortgage-calculator .field--dollar input {
        padding-left: 2em;
    }

.mortgage-calculator .field--dollar--dp {
    width: 60%;
}

@media (min-width: 48em) {
    .mortgage-calculator .field--dollar--dp {
        width: 66.66%;
    }
}

.mortgage-calculator .field--dp-perc {
    width: 40%;
}

@media (min-width: 48em) {
    .mortgage-calculator .field--dp-perc {
        width: 33.33%;
    }
}

.mortgage-calculator .form__field--fake {
    margin-left: -5px;
    background-color: #fff;
    z-index: 2;
    position: relative;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border-color: #e0e0e0;
}

.mortgage-calculator__col--fields {
    max-width: calc(100% - 45px);
}

@media (min-width: 48em) {
    .mortgage-calculator__col:nth-child(2) {
        max-width: calc(100% - 300px);
        min-width: calc(50% - 2em);
    }
}

@media (min-width: 64em) {
    .mortgage-calculator__col:nth-child(2) {
        max-width: 300px;
        min-width: 300px;
    }
}

@media (min-width: 75em) {
    .mortgage-calculator__col:nth-child(2) {
        max-width: 340px;
        min-width: 340px;
    }
}

@media (min-width: 64em) {
    .mortgage-calculator__col:nth-child(1) {
        max-width: calc(100% - 300px);
        min-width: calc(50% - 2em);
    }
}

@media (min-width: 75em) {
    .mortgage-calculator__col:nth-child(1) {
        max-width: calc(100% - 352px);
        min-width: calc(50% - 2em);
    }
}

@media (min-width: 48em) {
    .mortgage-calculator__col {
        display: flex;
        flex-direction: column;
        align-content: center;
        justify-content: center;
    }
}

.mortgage-calculator__percent {
    float: right;
    display: block;
    color: #9d9d9d;
}

.mortgage-calculator .estimated {
    position: relative;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

@media (min-width: 75em) {
    .mortgage-calculator .estimated {
        padding-right: 50px;
    }
}

.mortgage-calculator .estimated__amount {
    font-family: "GT Walsheim Pro Bold";
    font-size: 40px;
    color: #0378d5;
    line-height: 90px;
    width: 30%;
    text-align: right;
    display: block;
}

@media (min-width: 75em) {
    .mortgage-calculator .estimated__amount {
        width: 50%;
    }
}

.mortgage-calculator .estimated .mortgage-calculator .estimated__amount > span,
.mortgage-calculator .estimated__amount > span {
    position: relative;
    display: block;
    float: right;
}

    .mortgage-calculator .estimated .mortgage-calculator .estimated__amount > span:before,
    .mortgage-calculator .estimated__amount > span:before {
        content: "$";
        position: absolute;
        left: -10px;
        top: -6px;
        color: #0378d5;
        font-family: "GT Walsheim Pro Bold";
        font-size: 18px;
    }

@media (min-width: 64em) {
    .mortgage-calculator .estimated__amount > span:before {
        top: -10px;
        font-size: 20px;
    }
}

@media (min-width: 75em) {
    .mortgage-calculator .estimated__amount > span:before {
        left: -20px;
        font-size: 25px;
    }
}

@media (min-width: 64em) {
    .mortgage-calculator .estimated__amount {
        width: 50%;
        font-size: 60px;
    }
}

.mortgage-calculator .estimated__text {
    padding-left: 20px;
    border-left: 1px solid #e0e0e0;
    margin-left: 20px;
    width: 60%;
    font-size: 16px;
}

@media (min-width: 64em) {
    .mortgage-calculator .estimated__text {
        margin-left: 10px;
        width: 50%;
    }
}

@media (min-width: 75em) {
    .mortgage-calculator .estimated__text {
        font-size: 18px;
        margin-left: 20px;
    }
}

.mortgage-calculator .estimated .mortgage-calculator {
    display: flex;
    flex-direction: column;
    overflow-x: hidden;
}

@media (min-width: 48em) {
    .mortgage-calculator .estimated .mortgage-calculator {
        justify-content: space-between;
        flex-direction: row-reverse;
    }
}

.mortgage-calculator .estimated .mortgage-calculator .mortgage-calculator__col--fields i.fas {
    right: -40px;
    top: 35px;
    font-size: 20px;
}

@media (min-width: 48em) {
    .mortgage-calculator .estimated .mortgage-calculator .mortgage-calculator__col--fields i.fas {
        right: 0;
        top: 0.25em;
        font-size: 14px;
    }
}

.mortgage-calculator .estimated .mortgage-calculator .field--percent--no-label {
    background-color: #fff;
    margin-left: -4px;
}

.mortgage-calculator .estimated .mortgage-calculator .field--dollar {
    position: relative;
}

    .mortgage-calculator .estimated .mortgage-calculator .field--dollar:before,
    .mortgage-calculator .field--dollar:before {
        position: absolute;
        left: 1em;
        content: "$";
    }

.mortgage-calculator .estimated .mortgage-calculator .form__field--fake {
    margin-left: -5px;
    background-color: #fff;
    z-index: 2;
    position: relative;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border-color: #e0e0e0;
}

.mortgage-calculator .estimated .mortgage-calculator__col--fields {
    max-width: calc(100% - 45px);
}

@media (min-width: 48em) {
    .mortgage-calculator .estimated .mortgage-calculator__col:nth-child(2) {
        max-width: calc(100% - 200px);
        min-width: calc(50% - 2em);
    }
}

@media (min-width: 64em) {
    .mortgage-calculator .estimated .mortgage-calculator__col:nth-child(2) {
        max-width: 300px;
        min-width: 300px;
    }
}

@media (min-width: 75em) {
    .mortgage-calculator .estimated .mortgage-calculator__col:nth-child(2) {
        max-width: 340px;
        min-width: 340px;
    }
}

@media (min-width: 64em) {
    .mortgage-calculator .estimated .mortgage-calculator__col:nth-child(1) {
        max-width: calc(100% - 300px);
        min-width: calc(50% - 2em);
    }
}

@media (min-width: 75em) {
    .mortgage-calculator .estimated .mortgage-calculator__col:nth-child(1) {
        max-width: calc(100% - 352px);
        min-width: calc(50% - 2em);
    }
}

.mortgage-calculator .estimated .mortgage-calculator__percent {
    float: right;
    display: block;
    color: #9d9d9d;
}

.mortgage-calculator .estimated .mortgage-calculator .estimated {
    position: relative;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

@media (min-width: 75em) {
    .mortgage-calculator .estimated .mortgage-calculator .estimated {
        padding-right: 50px;
    }
}

.mortgage-calculator .estimated .mortgage-calculator .estimated__amount {
    font-family: "GT Walsheim Pro Bold";
    font-size: 40px;
    color: #0378d5;
    line-height: 90px;
    width: 30%;
    text-align: right;
    display: block;
}

@media (min-width: 75em) {
    .mortgage-calculator .estimated .mortgage-calculator .estimated__amount {
        width: 50%;
    }
}

@media (min-width: 64em) {
    .mortgage-calculator .estimated .mortgage-calculator .estimated__amount > span:before {
        top: -10px;
        font-size: 20px;
    }
}

@media (min-width: 75em) {
    .mortgage-calculator .estimated .mortgage-calculator .estimated__amount > span:before {
        left: -20px;
        font-size: 25px;
    }
}

@media (min-width: 64em) {
    .mortgage-calculator .estimated .mortgage-calculator .estimated__amount {
        width: 50%;
        font-size: 60px;
    }
}

.mortgage-calculator .estimated .mortgage-calculator .estimated__text {
    padding-left: 20px;
    border-left: 1px solid #e0e0e0;
    margin-left: 20px;
    width: 60%;
    font-size: 16px;
}

@media (min-width: 64em) {
    .mortgage-calculator .estimated .mortgage-calculator .estimated__text {
        margin-left: 10px;
        width: 50%;
    }
}

@media (min-width: 75em) {
    .mortgage-calculator .estimated .mortgage-calculator .estimated__text {
        font-size: 18px;
        margin-left: 20px;
    }
}

.mortgage-calculator .estimated .mortgage-calculator .estimated-disclaimer,
.mortgage-calculator .estimated-disclaimer {
    max-width: 768px;
    margin: 10px auto 35px;
}

@media (min-width: 64em) {
    .mortgage-calculator .estimated .mortgage-calculator .estimated-disclaimer {
        padding-top: 20px;
        margin-top: 20px;
        margin-bottom: 0;
    }
}

.mortgage-calculator .estimated .mortgage-calculator .disclaimer {
    max-width: 700px;
    padding-top: 20px;
    border-top: 1px solid #e0e0e0;
}

@media (min-width: 64em) {
    .mortgage-calculator .estimated-disclaimer {
        padding-top: 20px;
        margin-top: 20px;
        margin-bottom: 0;
    }
}

.mortgage-calculator .disclaimer {
    max-width: 700px;
    padding-top: 10px;
    border-top: 1px solid #e0e0e0;
}

.button {
    border-radius: 27px;
    border-width: 2px;
    border-style: solid;
    text-align: center;
    text-decoration: none;
    font-size: 0.88889rem;
    font-family: "GT Walsheim Pro Bold";
    transition: 0.2s;
}

@media (min-width: 64em) {
    .button {
        font-size: 1.11111rem;
        padding: 0.75em 2em;
        display: inline-block;
    }
}

.button--primary {
    border-color: #0378d5;
    color: #fff;
    background: #0378d5;
    padding: 0.75em 2em;
    text-decoration: none;
    transition: 0.2s;
}

@media (min-width: 64em) {
    .button--primary:active,
    .button--primary:focus,
    .button--primary:hover {
        border-color: #0378d5;
        background: #0378d5;
        box-shadow: 0 3px 12px rgba(0, 0, 0, 0.16);
    }
}

.button--default {
    border-color: #005696;
    color: #fff;
    background: #005696;
    margin: 0 0 0.5em;
    display: inline-block;
    padding: 0.75em 2em;
}

@media (min-width: 64em) {
    .button--default:active,
    .button--default:focus,
    .button--default:hover {
        border-color: #003963;
        background: #003963;
        box-shadow: 0 3px 12px rgba(0, 0, 0, 0.16);
    }
}

.button--continue {
    float: right;
    width: 40%;
    margin-right: 1em;
    z-index: 1;
    border: 0;
}

@media (min-width: 992px) {
    .button--continue {
        float: none;
        width: auto;
        margin-right: 0;
        display: inline-block;
    }
}

.button--continue-alt {
    float: none;
    width: auto;
    margin: 1.5em 0;
}

.button--square {
    border: 3px solid #ccc;
    box-shadow: 1px 4px 5px 0 rgba(0, 0, 0, 0.1);
    padding: 0.25em;
    border-radius: 15px;
    color: #132f57;
    margin: 0.15em auto;
    height: 130px;
    width: 100%;
    background-repeat: no-repeat;
    position: relative;
    font-size: 16px;
    font-family: "GT Walsheim Pro Bold";
    display: block;
    word-wrap: break-word;
    line-height: 16px;
    background: #fff;
}

@media (min-width: 30em) {
    .button--square {
        height: 160px;
        padding: 1em;
        margin: 0.35em auto;
    }
}

@media (min-width: 64em) {
    .button--square {
        height: 175px;
    }

    #app-process-page .button--square {
        height: 100%;
        padding: calc(1em - 3px) calc(0.85em - 3px);
    }

        #app-process-page .button--square.selected {
            border-width: 3px;
        }

    .button--square:hover {
        border: 3px solid #2f78d5;
        cursor: pointer;
    }
}

.button--square .icon {
    display: block;
    margin: 0 auto 1em;
    width: 45%;
}

@media (min-width: 30em) {
    .button--square .icon {
        width: 60%;
    }
}

.button--square .icon--selected,
.button--square.selected .button--icon .icon {
    display: none;
}

.button--square.selected {
    background-color: #2f78d5;
    color: #fff;
    border: 3px solid #132f57;
    outline: 0;
    box-shadow: none;
}

    .button--square.selected .button--icon .icon--selected {
        display: block;
    }

    .button--square.selected .button--check,
    .tablist > li {
        display: inline-block;
    }

.button--square-alt {
    height: 60px;
    padding: 0.25em;
}

@media (min-width: 768px) {
    .button--square-alt {
        line-height: 3em;
        padding: 0.7em;
        height: 70px;
    }
}

.button--square-alt > span.text {
    top: auto;
    bottom: auto;
    font-size: 16px;
    line-height: 22px;
}

.button--square-2 {
    border-width: 2px;
    border-radius: 50px;
    padding: 20px 26.66667px;
    line-height: 1.33333rem;
    height: 100%;
    display: block;
}

    .button--square-2.selected,
    .button--square-2:hover {
        border-width: 2px;
    }

.button--check {
    display: none;
    position: absolute;
    top: -0.75em;
    right: -0.75em;
    left: auto;
    background-color: #132f57;
    background-image: url(/Content/images/app-process/icon--check.png);
    background-repeat: no-repeat;
    background-position: center center;
    padding: 0.5em;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    z-index: 2;
}

@media (min-width: 768px) {
    .button--check {
        right: -0.45em;
    }

    .app-process .button--check {
        top: -0.45em;
    }
}

.button--link {
    color: #2f78d5;
    font-weight: 600;
    margin: 0.5em 0;
    display: block;
    text-decoration: underline;
    font-size: 16px;
}

@media (min-width: 768px) {
    .button--link {
        font-size: 18px;
        margin: 0.5em 0 1.5em;
    }
}

.button--previous {
    color: #132f57;
    text-decoration: none;
    background-image: url(/Content/images/app-process/icon--prev.png);
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 35%;
    padding: 0.75em 0 0.5em 3em;
    position: absolute;
    left: 2em;
    top: 0;
    z-index: 2;
    font-size: 16px;
    font-family: "GT Walsheim Pro Regular";
    border: 0;
}

@media (min-width: 768px) {
    .button--previous {
        font-size: 18px;
        background-size: auto;
    }
}

@media (min-width: 992px) {
    .button--previous {
        padding: 1.25em 0 1.25em 3em;
        top: -0.75em;
    }
}

@media (min-width: 992px) and (max-width: 1299px) {
    .button--previous {
        left: -12em;
    }
}

.button--icon {
    background-position: top center;
    background-repeat: no-repeat;
    display: block;
}

.button--other {
    padding: 3.2em 1.5em;
}

@media (min-width: 768px) {
    .button--other {
        padding: 2.5em 1.5em;
    }
}

.button--other > span {
    top: 45%;
}

.app-process-update #stepsForm-p-1.update .btn--update {
    float: none;
    margin-right: 0;
}

@media (min-width: 48em) {
    #stepsForm-p-1 .button--square {
        height: 190px;
    }
}

@media screen and (max-width: 480px) {
    .app-layout--3-3 .button--square .icon {
        width: 65%;
    }
}

.bar {
    width: 150px;
    height: 1px;
    display: inline-block;
    margin: 0 0 1.75em;
}

.bar--red {
    background: #db232b;
}

.form--label {
    font-size: 16px !important;
    margin-bottom: 5px;
    display: block;
}

@media (min-width: 768px) {
    .form--label {
        font-size: 18px !important;
    }
}

.form--select select,
.form--text {
    border-radius: 50px;
    border: 1px solid #ccc;
    padding: 16px;
    width: 100%;
    font-size: 16px;
}

@media (min-width: 768px) {
    .form--text {
        font-size: 18px;
    }
}

.form--select {
    position: relative !important;
}

    .form--select select {
        padding: 0.6em;
        background: #fff;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
    }

@media (min-width: 768px) {
    .form--select select {
        font-size: 18px;
    }
}

.form--select:after {
    display: block;
    top: 40px;
    content: "";
    pointer-events: none;
    width: 0.625em;
    height: 0.625em;
    transform: rotate(135deg);
    border-style: solid;
    border-width: 1px 1px 0 0;
    color: #2f78d5;
    font-size: 20px;
    z-index: 3;
}

@media (min-width: 768px) {
    .form--select:after {
        top: 40px;
    }
}

.form--select--alt {
    margin-top: 0.55556rem;
}

    .form--select--alt:after {
        top: 0.88889rem;
    }

.app-layout {
    margin: 0 auto;
    padding: 0 1em;
}

@media (min-width: 992px) {
    .app-layout {
        max-width: 992px;
    }
}

@media (min-width: 1200px) {
    .app-layout {
        width: 1150px;
    }
}

.app-layout:after {
    display: block;
    clear: both;
    content: " ";
}

.app-layout__item,
.app-layout__item + .app-layout__item {
    padding: 0 0.5em;
    float: left;
    width: 100%;
    margin: 0.5em 0;
    position: inherit;
}

.app-layout--4-2 .app-layout__item {
    width: 50%;
    margin: 0;
}

@media screen and (min-width: 480px) {
    .app-layout--4-2 .app-layout__item {
        width: 25%;
        margin: 1em 0;
    }
}

.app-layout--4-2-alt {
    padding: 0 1em;
}

@media (min-width: 992px) {
    .app-layout--4-2-alt {
        max-width: 1050px;
    }
}

.app-layout--4-2-alt .app-layout__item {
    padding: 0 0.5em;
    margin: 0.5em 0 -0.5em;
    width: 50%;
}

@media (max-width: 480px) {
    .app-layout--4-2-alt .app-layout__item:last-child {
        width: 100%;
    }

        .app-layout--4-2-alt .app-layout__item:last-child span.text {
            line-height: 42px;
        }
}

@media (min-width: 992px) {
    .app-layout--4-2-alt .app-layout__item {
        padding: 0 0.5em;
    }
}

@media (min-width: 480px) {
    .app-layout--4-2-alt .app-layout__item {
        width: 33.333%;
        margin: 1em 0 -0.5em;
    }
}

@media screen and (min-width: 1024px) {
    .app-layout--4-2-alt .app-layout__item {
        width: 25%;
    }

        .app-layout--4-2-alt .app-layout__item:last-child {
            margin-left: 37.5%;
        }
}

.app-layout--4-2-alt-alt {
    padding: 0 1em;
}

@media (min-width: 992px) {
    .app-layout--4-2-alt-alt {
        max-width: 1050px;
    }
}

.app-layout--4-2-alt-alt .app-layout__item {
    padding: 0 0.5em;
    margin: 1em 0 -0.5em;
}

@media (min-width: 992px) {
    .app-layout--4-2-alt-alt .app-layout__item {
        padding: 0 0.5em;
    }
}

@media (max-width: 1199px) {
    .app-layout--4-2-alt-alt .app-layout__item {
        width: 33.333%;
    }
}

@media (min-width: 1200px) {
    .app-layout--4-2-alt-alt .app-layout__item:last-child {
        margin-left: 37.5%;
    }
}

.app-layout--4-2-alt-alt-alt {
    padding: 0 1em;
}

    .app-layout--4-2-alt-alt-alt .app-layout__item {
        padding: 0 0.5em;
        margin: 1em 0 -0.5em;
    }

@media (max-width: 841px) {
    .app-layout--4-2-alt-alt-alt .app-layout__item:last-child span.text {
        line-height: 22px;
    }
}

@media (max-width: 991px) {
    .app-layout--4-2-alt-alt-alt .app-layout__item:nth-child(1) .text,
    .app-layout--4-2-alt-alt-alt .app-layout__item:nth-child(2) .text {
        line-height: 40px;
    }
}

.app-layout--2-1 .app-layout__item {
    width: 100%;
}

@media (min-width: 768px) {
    .app-layout--2-1 .app-layout__item {
        width: 50%;
    }
}

.app-layout--2-1-alt {
    width: 100%;
    padding: 0 1em;
}

@media screen and (max-width: 768px) {
    .app-layout--2-1-alt {
        float: left;
    }
}

@media (min-width: 992px) {
    .app-layout--2-1-alt {
        width: 75%;
    }
}

@media (min-width: 1200px) {
    .app-layout--2-1-alt {
        width: 50%;
    }
}

.app-layout--2-1-alt .app-layout__item {
    margin: 0.5em 0;
}

@media (min-width: 30em) {
    .app-layout--2-1-alt .app-layout__item {
        margin: 1em 0;
    }
}

.app-layout--2-2 .app-layout__item,
.app-layout--2-2-alt .app-layout__item {
    width: 50%;
}

.app-layout--2-2-alt {
    width: 100%;
    margin: 0 auto;
    padding: 0 1em;
}

@media (min-width: 992px) {
    .app-layout--2-2-alt {
        width: 930px;
    }
}

@media (min-width: 1200px) {
    .app-layout--2-2-alt {
        width: 1100px;
    }
}

@media (min-width: 768px) {
    .app-layout--2-2-alt .app-layout__item {
        width: 25%;
    }

        .app-layout--2-2-alt .app-layout__item:first-child {
            margin-left: 25%;
        }
}

.app-layout--3-1 .app-layout__item,
.app-layout--3-1 .app-layout__item.single {
    width: 100%;
}

@media (min-width: 992px) {
    .app-layout--3-1 .app-layout__item {
        width: 33.333%;
    }
}

@media (min-width: 992px) {
    .app-layout--3-1 .app-layout__item.single {
        width: 50%;
        margin: 0 auto;
        float: none;
    }
}

.app-layout--3-2 .app-layout__item {
    width: 50%;
    margin: 0;
}

@media (min-width: 30em) {
    .app-layout--3-2 .app-layout__item {
        width: 33.333%;
        padding: 0 0.75em;
        margin: 0.25em 0;
    }
}

.app-layout--3-3 .app-layout__item {
    width: 33.333%;
    padding: 0 0.5em;
    margin: 0;
}

@media (min-width: 992px) {
    .app-layout--3-3 .app-layout__item {
        padding: 0 0.75em;
        margin: 0.25em 0;
    }

    .app-layout--4-3 {
        max-width: 992px;
    }
}

@media (min-width: 1200px) {
    .app-layout--4-3 {
        width: 1150px;
    }
}

.app-layout--4-3 .app-layout__item {
    width: 33.333%;
}

@media (min-width: 992px) {
    .app-layout--4-3 .app-layout__item {
        width: 25%;
    }

    .app-layout--4-3-alt {
        max-width: 992px;
    }
}

@media (min-width: 1200px) {
    .app-layout--4-3-alt {
        width: 1150px;
    }
}

.app-layout--4-3-alt .app-layout__item {
    padding: 0 0.5em;
    margin: 0;
}

@media (max-width: 991px) {
    .app-layout--4-3-alt .app-layout__item:last-child {
        margin-left: 33.333%;
    }
}

@media (min-width: 992px) {
    .app-layout--4-3-alt .app-layout__item {
        padding: 0 1.5em;
        margin: 1em 0;
    }

        .app-layout--4-3-alt .app-layout__item:nth-child(5) {
            margin-left: 12.5%;
        }
}

.app-layout--4-3-alt-alt {
    padding: 0 1em;
}

@media (min-width: 992px) {
    .app-layout--4-3-alt-alt {
        max-width: 1050px;
    }
}

.app-layout--4-3-alt-alt .app-layout__item {
    padding: 0 0.5em;
    margin: 1em 0 -0.5em;
}

@media (min-width: 992px) {
    .app-layout--4-3-alt-alt .app-layout__item {
        padding: 0 0.5em;
    }
}

@media (max-width: 1199px) {
    .app-layout--4-3-alt-alt .app-layout__item {
        width: 33.333%;
    }
}

@media (min-width: 1200px) {
    .app-layout--4-3-alt-alt .app-layout__item:last-child {
        margin-left: 37.5%;
    }
}

.app-layout--4-3-alt-alt-alt {
    padding: 0 1em;
}

    .app-layout--4-3-alt-alt-alt .app-layout__item {
        padding: 0 0.5em;
        margin: 1em 0 -0.5em;
    }

@media (max-width: 991px) {
    .app-layout--4-3-alt-alt-alt .app-layout__item:nth-child(1) .text,
    .app-layout--4-3-alt-alt-alt .app-layout__item:nth-child(2) .text {
        line-height: 40px;
    }

    .app-layout--4-3-alt-alt-alt .app-layout__item:nth-child(7) {
        margin-left: 15%;
    }
}

.app-layout--1-3 {
    padding: 0;
    max-width: 100%;
    width: 100%;
}

    .app-layout--1-3 .app-layout__item {
        margin: 0;
        height: 250px;
    }

        .app-layout--1-3 .app-layout__item:first-child {
            width: 100%;
            background-image: url(/Content/images/app-process/gr--thank-you.jpg);
            background-size: cover;
            background-position: right center;
            background-repeat: no-repeat;
        }

@media (min-width: 768px) {
    .app-layout--1-3 .app-layout__item:first-child {
        width: 25%;
    }
}

.app-layout--1-3 .app-layout__item:first-child > img {
    opacity: 0;
}

.app-layout--1-3 .app-layout__item:last-child {
    width: 100%;
    padding: 2em;
}

@media (min-width: 768px) {
    .app-layout--1-3 .app-layout__item:last-child {
        width: 75%;
    }
}

.c-tabs__nav {
    font-size: 1.33rem;
    display: none;
}

@media (min-width: 30em) {
    .c-tabs__nav {
        display: block;
    }
}

.c-tabs__nav ul {
    display: flex;
    justify-content: space-between;
    list-style: none;
    border-bottom: 1px solid rgba(112, 112, 112, 0.25);
}

@media (min-width: 64em) {
    .c-tabs__nav ul {
        padding: 0 4.44rem;
    }
}

.c-tabs__nav a {
    display: block;
    text-decoration: none;
    color: inherit;
    border-bottom: 6px solid transparent;
    padding: 0.56rem 1.28rem 1.72rem;
    transition: border-color 0.5s;
}

    .c-tabs__nav a:active,
    .c-tabs__nav a:focus,
    .c-tabs__nav a:hover {
        border-bottom-color: #025ea8;
    }

.c-tabs__nav .is--active {
    font-weight: 500;
    font-family: "GT Walsheim Pro Medium";
}

    .c-tabs__nav .is--active a {
        border-bottom-color: #025ea8;
    }

.c-tabs__nav-select {
    padding: 0 20px;
}

@media (min-width: 30em) {
    .c-tabs__nav-select {
        display: none;
    }
}

.c-tabs .c-tab {
    display: none;
    overflow: hidden;
}

    .c-tabs .c-tab.is--active {
        display: block;
    }

.c-tab__entries {
    list-style: none;
}

.c-tab__entry {
    border-top: 1px solid rgba(112, 112, 112, 0.25);
    padding: 1.56rem 1.67rem;
    float: left;
}

@media screen and (min-width: 768px) {
    .c-tab__entry .btn {
        margin-top: auto;
    }
}

@media screen and (max-width: 768px) {
    .c-tab__entry {
        flex-wrap: wrap;
        margin-right: -1.67rem;
        margin-left: -1.67rem;
    }

        .c-tab__entry .c-tab__entry-icon {
            float: left;
        }

        .c-tab__entry .c-tab__entry-content {
            overflow: hidden;
        }

            .c-tab__entry .c-tab__entry-content:after {
                content: "";
                display: block;
                clear: both;
            }
}

.c-tab__entry-icon {
    margin-right: 1.33rem;
    width: 1.94444rem;
    text-align: center;
}

.c-tab__entry-content {
    padding-right: 2rem;
    width: calc(100% - 3.27444rem);
}

@media (min-width: 64em) {
    .c-tab__entry-content {
        width: 60%;
    }
}

.c-tab__entry-content,
.c-tab__entry-icon {
    float: left;
}

.c-tab .btn {
    float: left;
    margin-left: 3.27444rem;
}

@media (min-width: 64em) {
    .c-tab .btn {
        float: right;
        margin-top: 60px;
        margin-left: 0;
    }
}

.hero--wrapper {
    font-family: "GT Walsheim Pro Regular";
    background: #fff;
}

@media (min-width: 768px) {
    .hero--wrapper {
        padding: 1em;
    }
}

@media (min-width: 992px) {
    .hero--wrapper {
        min-height: 1000px;
    }
}

.hero--short {
    height: auto;
}

@media (min-width: 992px) {
    .hero--tall {
        min-height: 1150px;
    }
}

.inner--wrapper {
    padding: 0 1em;
}

@media (min-width: 992px) {
    .inner--wrapper {
        width: 925px;
        margin: 0 auto;
    }
}

.steps {
    position: relative;
    margin: 0 auto;
    width: 100%;
}

@media (min-width: 992px) {
    .steps {
        width: 925px;
    }
}

.steps--wrapper {
    width: 100%;
    margin: 0 auto;
}

    .steps--wrapper label {
        font-size: 16px;
    }

@media (min-width: 768px) {
    .steps--wrapper label {
        font-size: 16px;
    }
}

.steps--wrapper label.error {
    color: red;
    font-style: italic;
    font-family: "GT Walsheim Pro Regular";
}

    .steps--wrapper label.error[for="homeValue"],
    .steps--wrapper label.error[for="loanPurpose"],
    .steps--wrapper label.error[for="propertyType"],
    .steps--wrapper label.error[for="veteranMilitary"] {
        position: absolute;
        left: 0;
        right: 0;
        bottom: 1em;
        margin-top: 0;
    }

@media (min-width: 768px) {
    .steps--wrapper label.error[for="homeValue"],
    .steps--wrapper label.error[for="loanPurpose"],
    .steps--wrapper label.error[for="propertyType"],
    .steps--wrapper label.error[for="veteranMilitary"] {
        bottom: 0;
    }
}

.steps--wrapper .error-state {
    color: red;
    line-height: 1.25em;
    font-size: 16px;
    font-weight: 400;
}

.steps--wrapper .error--mobile-home {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 50px;
    color: red;
    padding: 0 40px;
    font-family: "GT Walsheim Pro Regular";
    font-size: 14px;
}

@media (min-width: 992px) {
    .steps--wrapper .error--mobile-home {
        bottom: 70px;
    }
}

.steps--wrapper label.error,
.steps--wrapper p {
    line-height: 1.5em;
    font-size: 16px;
}

@media (min-width: 768px) {
    .steps--wrapper p {
        font-size: 18px;
    }
}

.steps ul {
    position: relative;
}

@media (min-width: 992px) {
    .steps ul {
        margin-bottom: 0;
    }
}

.steps li[role="tab"] {
    display: inline-block;
    width: 18%;
    background: #fff;
    text-indent: -9999px;
    padding: 0 0.5em;
    border-radius: 0;
    position: relative;
    overflow: visible;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}

@media (min-width: 992px) {
    .steps li[role="tab"] {
        width: 19%;
    }
}

.steps li[role="tab"].current,
.steps li[role="tab"].done {
    background: #2f78d5;
}

    .steps li[role="tab"].current:after,
    .steps li[role="tab"].done:after {
        content: url(/Content/images/app-process/icon--circle.png);
        width: 17px;
    }

    .steps li[role="tab"].current + .done,
    .steps li[role="tab"].current + .done + .done,
    .steps li[role="tab"].current + .done + .done + .done,
    .steps li[role="tab"].current + .done + .done + .done + .done,
    .steps li[role="tab"].current + .done + .done + .done + .done + .done,
    .steps li[role="tab"].current + .done + .done + .done + .done + .done + .done,
    .steps li[role="tab"].current + .done + .done + .done + .done + .done + .done + .done {
        background: #6eaee5;
    }

.steps li[role="tab"]:first-child {
    border-left: 1px solid #ccc;
}

@media (min-width: 768px) {
    .steps li[role="tab"]:first-child {
        border-radius: 25px 0 0 25px;
    }
}

.steps li[role="tab"]:after {
    content: url(/Content/images/app-process/icon--circle-outline.png);
    width: 17px;
    position: absolute;
    top: 2px;
    right: -7px;
    text-indent: 0;
    z-index: 1;
}

.steps li[role="tab"]:nth-child(5),
.steps li[role="tab"]:nth-child(6),
.steps li[role="tab"]:nth-child(7) {
    width: 6%;
}

@media (min-width: 768px) {
    .steps li[role="tab"]:nth-child(5),
    .steps li[role="tab"]:nth-child(6),
    .steps li[role="tab"]:nth-child(7) {
        width: 5%;
    }
}

.steps li[role="tab"]:nth-child(5).current:after,
.steps li[role="tab"]:nth-child(5).done:after,
.steps li[role="tab"]:nth-child(6).current:after,
.steps li[role="tab"]:nth-child(6).done:after,
.steps li[role="tab"]:nth-child(7).current:after,
.steps li[role="tab"]:nth-child(7).done:after {
    color: #132f57;
}

.steps li[role="tab"]:nth-child(5):after,
.steps li[role="tab"]:nth-child(6):after,
.steps li[role="tab"]:nth-child(7):after {
    content: "●";
    color: #ccc;
    position: absolute;
    top: 0;
    right: -7px;
    text-indent: 0;
    font-size: 17px;
    line-height: 1.5em;
    z-index: 1;
}

.steps li[role="tab"]:nth-child(8) {
    width: 10%;
    border-right: 1px solid #ccc;
}

@media (min-width: 768px) {
    .steps li[role="tab"]:nth-child(8) {
        width: 7%;
        border-radius: 0 25px 25px 0;
    }
}

.steps li[role="tab"]:nth-child(8):after {
    right: 8px;
}

.section--title {
    font-size: 22px;
    margin: 0.75em auto 0.5em;
    display: none;
    transition: 0.4s;
    padding: 0 0.25em;
    position: relative;
}

@media (min-width: 1300px) {
    .section--title {
        width: 100%;
    }
}

@media (min-width: 1700px) {
    .section--title {
        max-width: 1400px;
    }
}

@media (min-width: 30em) {
    .section--title {
        font-size: 32px;
    }
}

.section--title-intro {
    max-width: 100%;
}

.section--content {
    position: relative;
    display: none;
    transition: 0.8s;
    padding: 0 0 6.5em;
    z-index: 0;
}

@media (min-width: 992px) {
    .section--content {
        padding: 0 0 1em;
    }
}

.app-process-page .section--content {
    display: block;
}

    .app-process-page .section--content .section--title {
        display: block;
        text-align: center;
    }

.section--content.current {
    display: block;
    z-index: 1;
}

    .section--content.current .section--title {
        display: block;
    }

.section--content-intro {
    padding: 4em 2em 3em;
}

@media (min-width: 992px) {
    .section--content-intro {
        width: 725px;
        margin: 0 auto;
    }
}

@media (max-width: 991px) {
    .section--content.mobile {
        padding-bottom: 6em;
    }
}

#stepsForm-p-10.section--content {
    padding: 0;
}

    #stepsForm-p-10.section--content .section--content {
        padding: 3em 1em;
    }

.actions {
    display: block;
    float: left;
    width: 100%;
    text-align: center;
    margin: 1em 0 0;
    position: relative;
}

@media (min-width: 64em) {
    #stepsForm-p-7 .actions p {
        height: auto;
    }
}

#stepsForm-p-7 .button--previous.u-show-tablet {
    bottom: 0;
    top: auto;
}

#stepsForm-p-7 input[type="submit"] {
    float: right;
    margin-right: 2em;
}

@media (min-width: 30em) {
    #stepsForm-p-7 input[type="submit"] {
        float: none;
        margin-right: 0;
    }
}

input[type="checkbox"] {
    display: inherit;
}

.summary__item {
    text-align: left;
    border-bottom: 1px solid #ccc;
    padding: 0.75em;
}

    .summary__item p strong {
        color: #898989;
        font-family: "GT Walsheim Pro Medium";
        font-weight: 500;
    }

    .summary__item p {
        color: #898989;
        margin: 0.25em 0 0;
    }

        .summary__item p > span {
            color: #132f57;
        }

    .summary__item a {
        float: right;
        color: #2f78d5;
        font-weight: 600;
        font-size: 16px;
        text-decoration: underline;
    }

@media (min-width: 768px) {
    .summary__item a {
        font-size: 18px;
    }
}

.wrapper--white {
    font-family: "Helvetica Neue", sans-serif;
    background: #fff;
    font-size: 16px;
}

@media (min-width: 992px) {
    .wrapper--white {
        font-size: 18px;
    }
}

.app-process-page input[type="submit"],
.app-process-update input[type="submit"] {
    background-color: #37b467;
    border: 0;
    padding: 0.75em 1.5em;
    color: #fff;
}

@media (min-width: 48em) {
    .app-process-page input[type="submit"],
    .app-process-update input[type="submit"] {
        padding: 0.75em 2em;
    }
}

.app-process-page .button--continue--page.disabled > span,
.app-process-page .button.disabled > span,
.app-process-page input[type="submit"].disabled,
.app-process-update .button--continue.disabled > span,
.app-process-update input[type="submit"].disabled {
    pointer-events: none;
    background-color: #ccc;
}

.app-process-page .button--continue--page,
.app-process-update .button--continue {
    display: inline-block;
    float: none;
    padding-top: 0;
    text-decoration: none;
}

    .app-process-page .button--continue--page > span,
    .app-process-update .button--continue > span {
        background-color: #37b467;
        border: 0;
        padding: 0.75em 1.5em;
    }

@media (min-width: 48em) {
    .app-process-page .button--continue--page > span,
    .app-process-update .button--continue > span {
        padding: 0.75em 2em;
    }
}

.app-process-page .button--continue--page.disabled,
.app-process-update .button--continue.disabled {
    cursor: text;
}

.app-process-update .button--square {
    border: 3px solid #ccc;
    border-radius: 50px;
    min-height: 55px;
    max-height: 75px;
    max-width: 260px;
    line-height: inherit;
}

.app-process-page .button--square,
.app-process-update .button--square {
    box-shadow: 1px 4px 5px 0 rgba(0, 0, 0, 0.1);
    padding: calc(1em - 3px);
    color: #101010;
    margin: 0.25em auto;
}

@media (min-width: 48em) {
    .app-process-page .button--square,
    .app-process-update .button--square {
        height: 100px;
        max-width: inherit;
    }

        .app-process-page .button--square:hover,
        .app-process-update .button--square:hover {
            border: 3px solid #0378d5;
            cursor: pointer;
        }
}

#app-process-page .app-process-page .button--square,
#app-process-page .app-process-update .button--square {
    max-height: inherit;
    min-height: inherit;
}

.contrast #app-process-page .app-process-page .button--square.selected,
.contrast #app-process-page .app-process-update .button--square.selected {
    color: #005696;
    border: 5px solid #005696;
}

.app-process-update .button--square.selected {
    color: #009ee3;
    background-color: #fff;
    border: 5px solid #0378d5;
    outline: 0;
    box-shadow: none;
}

    .app-process-update .button--square.selected .button--check,
    .previous-inline {
        display: inline-block;
    }

.app-process-page .button {
    border: 0;
}

    .app-process-page .button.disabled {
        cursor: text;
    }

.app-process-page .button--check,
.app-process-update .button--check {
    display: none;
    position: absolute;
    top: 50%;
    margin-top: -20px;
    right: -20px;
    margin-left: -20px;
    border: 3px solid #00b1ff;
    background-color: #fff;
    background-image: url(/Content/images/app-process/icon-check-with-shadow.png);
    background-size: 30px 30px;
    background-repeat: no-repeat;
    background-position: 1px 1px;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    z-index: 1;
}

#app-process-page .app-process-page .button--check,
#app-process-page .app-process-update .button--check {
    border: 3px solid #1bb57c;
    background-image: url(/Content/images/app-process/icon-check-with-shadow-green.png);
}

.app-process-page .button--check:after,
.app-process-update .button--check:after {
    position: absolute;
    content: "";
    width: 36px;
    height: 35px;
    z-index: 0;
    box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.16);
    border-radius: 50%;
    top: -2px;
    left: -3px;
}

@media screen and (max-width: 767px) {
    #app-process-page-form .app-process-page .button--check,
    #app-process-page-form .app-process-update .button--check {
        top: -2px;
        left: 50%;
        right: auto;
    }
}

@media (min-width: 768px) {
    .app-process-page .button--check,
    .app-process-update .button--check {
        top: -22px;
        left: 50%;
        right: auto;
        width: 44px;
        height: 44px;
        margin-top: 0;
        background-size: 36px 36px;
        background-position: 2px 2px;
    }

    #app-process-page .app-process-page .button--check,
    #app-process-page .app-process-update .button--check {
        top: -25px;
    }

    .app-process-page .button--check:after,
    .app-process-update .button--check:after {
        width: 44px;
        height: 43px;
    }
}

.app-process-update .button--other {
    padding: 1em;
}

@media (min-width: 48em) {
    .app-process-update #stepsForm-p-1 .button--square {
        height: inherit;
        min-height: 70px;
    }

    .app-process-update #stepsForm-p-2 .button--square {
        min-height: 70px;
    }
}

.previous-inline {
    text-decoration: none;
    font-size: 14px;
    font-family: "GT Walsheim Pro Bold";
    padding: 15px 25px;
}

.app-process-update .form--label {
    font-size: 16px !important;
    margin-bottom: 5px;
    display: block;
}

@media (min-width: 768px) {
    .app-process-update .form--label {
        font-size: 18px !important;
    }
}

.app-process-update .form--select select,
.app-process-update .form--text {
    border-radius: 50px;
    border: 2px solid #ccc;
    padding: 0.6em;
    width: 100%;
    font-size: 16px;
}

@media (min-width: 768px) {
    .app-process-update .form--text {
        font-size: 18px;
    }
}

.app-process-update .form--select {
    position: relative !important;
}

    .app-process-update .form--select select {
        background: #fff;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
    }

@media (min-width: 768px) {
    .app-process-update .form--select select {
        font-size: 18px;
    }
}

.app-process-update .form--select:after,
.app-process-update .form--select:before {
    display: block;
    position: absolute;
    content: "";
}

.app-process-update .form--select:before {
    top: 0;
    right: 3em;
    border-left: 2px solid #ccc;
    pointer-events: none;
    width: 1px;
    height: 43px;
}

@media (min-width: 768px) {
    .app-process-update .form--select:before {
        height: 48px;
    }
}

.app-process-update .form--select:after {
    top: 8px;
    right: 24px;
    pointer-events: none;
    width: 20px;
    height: 20px;
    transform: rotate(135deg);
    border-style: solid;
    border-width: 2px 2px 0 0;
    color: #2f78d5;
    font-size: 26px;
}

@media (min-width: 768px) {
    .app-process-update .form--select:after {
        top: 11px;
    }
}

.app-process-update .app-layout {
    margin: 0 auto;
    padding: 0 1em;
}

.app-process-page .app-layout--4-2-1 .app-layout__item,
.app-process-update .app-layout--4-2-1 .app-layout__item {
    width: 100%;
    margin: 0.5em 0;
}

@media screen and (min-width: 768px) {
    .app-process-page .app-layout--4-2-1 .app-layout__item,
    .app-process-update .app-layout--4-2-1 .app-layout__item {
        width: 50%;
    }
}

@media screen and (min-width: 1024px) {
    .app-process-page .app-layout--4-2-1 .app-layout__item,
    .app-process-update .app-layout--4-2-1 .app-layout__item {
        width: 25%;
    }
}

.app-process-page .app-layout--4-2-1.last-item-centered\@desktop,
.app-process-update .app-layout--4-2-1.last-item-centered\@desktop {
    justify-content: center;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

    .app-process-page .app-layout--4-2-1.last-item-centered\@desktop .app-layout__item,
    .app-process-update .app-layout--4-2-1.last-item-centered\@desktop .app-layout__item {
        float: none;
        width: 100%;
        margin-left: 5px;
        margin-right: 5px;
    }

@media (min-width: 48em) {
    .app-process-page .app-layout--4-2-1.last-item-centered\@desktop .app-layout__item,
    .app-process-update .app-layout--4-2-1.last-item-centered\@desktop .app-layout__item {
        width: calc(50% - 10px);
    }
}

@media (min-width: 64em) {
    .app-process-page .app-layout--4-2-1.last-item-centered\@desktop .app-layout__item,
    .app-process-update .app-layout--4-2-1.last-item-centered\@desktop .app-layout__item {
        width: calc(25% - 10px);
    }
}

.app-process-page .app-layout--3-2-1 .app-layout__item,
.app-process-update .app-layout--3-2-1 .app-layout__item {
    width: 100%;
    margin: 0.5em 0;
}

@media (min-width: 48em) {
    .app-process-page .app-layout--3-2-1 .app-layout__item,
    .app-process-update .app-layout--3-2-1 .app-layout__item {
        width: 50%;
    }
}

@media (min-width: 64em) {
    .app-process-page .app-layout--3-2-1 .app-layout__item,
    .app-process-update .app-layout--3-2-1 .app-layout__item {
        width: 33.333%;
        padding: 0 0.75em;
        margin: 0.25em 0;
    }
}

.app-process-update .steps ul[role="tablist"] {
    display: none !important;
    visibility: hidden !important;
}

@media (min-width: 64em) {
    .app-process-update.steps--wrapper {
        height: 550px;
        position: relative;
    }

        .app-process-update.steps--wrapper #stepsForm--update,
        .app-process-update.steps--wrapper #stepsForm--update .content,
        .app-process-update.steps--wrapper .section--content {
            height: 100%;
            position: relative;
        }
}

.app-process-update .section--title {
    font-size: 22px;
    line-height: 30px;
    margin: 0.75em auto 0.5em;
    display: none;
    transition: 0.4s;
    padding: 0 0.25em;
    position: relative;
    font-family: "GT Walsheim Pro Bold";
}

@media (min-width: 30em) {
    .app-process-update .section--title {
        font-size: 40px;
        line-height: 48px;
    }
}

.app-process-update #stepsForm-p-7 input[type="submit"] {
    float: right;
    margin-right: 2em;
    background-color: #37b467;
    border: 0;
}

@media (min-width: 30em) {
    .app-process-update #stepsForm-p-7 input[type="submit"] {
        float: none;
        margin-right: 0;
    }
}

.u-opacity-0 {
    opacity: 0;
}

.u-display-block {
    display: block;
}

.app-process-page .button--square.selected .button--check,
.u-display-inline-block {
    display: inline-block;
}

.u-margin-bottom {
    margin-bottom: 2em;
}

.u-color-gray-light {
    color: #999;
}

.u-color-gray-mid {
    color: #606060;
}

.u-clear {
    clear: both;
}

.u-show-mobile {
    display: none;
}

@media screen and (max-width: 767px) {
    .u-show-mobile {
        display: block;
    }
}

.u-show-tablet {
    display: none;
}

@media screen and (max-width: 991px) {
    .u-show-tablet {
        display: inline-block;
    }
}

.u-show-large-only {
    display: none;
}

@media screen and (min-width: 992px) {
    .u-show-large-only {
        display: inline;
    }
}


.u-full-width {
    width: 100%;
}

.top-blue-stars {
    position: absolute;
    left: 65%;
    top: -5%;
}

.bottom-white-stars {
    position: absolute;
    right: -3%;
    bottom: 35%;
}

.bottom-white-stars-3 {

    position: absolute;
    left: -30%;
    bottom: 2%;
}

.u-padd-0 {
    padding: 0;
}

.u-bg-color-blue-1 {
    background-color: #009ee3;
}

.u-bg-color-blue-2 {
    background-color: #0378d5;
}

.u-bg-color-blue-3 {
    background-color: #005696;
}

.u-bg-color-green {
    background-color: #1bb57c;
}

.clear {
    clear: both;
}

.error--mobile-home {
    margin: 0 auto;
    color: #db232b;
    padding: 1em 1em 0;
    font-family: "GT Walsheim Pro Regular";
    font-size: 14px;
}

@media (min-width: 992px) {
    .error--mobile-home {
        bottom: 0;
    }
}

.error-state {
    color: #db232b;
    line-height: 1.25em;
    font-size: 16px;
    font-weight: 400;
}

.error,
.submit-error {
    color: #db232b !important;
    line-height: 1.25em;
    font-style: italic;
    font-family: "GT Walsheim Pro Regular";
    font-size: 16px;
}

    .error[for="homeValue"],
    .error[for="loanPurpose"],
    .error[for="propertyType"],
    .error[for="veteranMilitary"],
    .submit-error[for="homeValue"],
    .submit-error[for="loanPurpose"],
    .submit-error[for="propertyType"],
    .submit-error[for="veteranMilitary"] {
        position: absolute;
        left: 0;
        right: 0;
        bottom: 1em;
        margin-top: 0;
    }

@media (min-width: 768px) {
    .error[for="homeValue"],
    .error[for="loanPurpose"],
    .error[for="propertyType"],
    .error[for="veteranMilitary"],
    .submit-error[for="homeValue"],
    .submit-error[for="loanPurpose"],
    .submit-error[for="propertyType"],
    .submit-error[for="veteranMilitary"] {
        bottom: 0;
    }
}

.app-process-pages .captcha-msg-error {
    display: block;
    clear: both;
    margin: 10px auto;
}

.app-process-page .button {
    border-width: 2px;
    border-style: solid;
    text-align: center;
    text-decoration: none;
    font-size: 16px;
    font-family: "GT Walsheim Pro Bold";
    transition: 0.2s;
}

@media (min-width: 64em) {
    .app-process-page .button {
        padding: 0.75em 2.5em;
        font-size: 18px;
        display: inline-block;
    }
}

.app-process-page .button--back {
    font-size: 16px;
    font-family: "GT Walsheim Pro Bold";
    margin-right: 1em;
    border: 0;
    display: inline-block;
}

@media (min-width: 64em) {
    .app-process-page .button--back {
        margin-right: 2em;
    }
}

.app-process-page .button--back span {
    padding: 0.75em 1.5em;
    display: inline-block;
    border: 1px solid #e0e0e0;
    border-radius: 27px;
    transition: background-color 0.25s;
}

    .app-process-page .button--back span:hover {
        color: #fff;
        background-color: #444;
    }

.app-process-page .button--back--last {
    min-width: 175px;
}

@media (min-width: 64em) {
    .app-process-page .button--back {
        padding-top: 0;
    }
}

.app-process-page .button--default:hover {
    background-color: #1e9b4e;
}

.app-process-page .button--square {
    border: 1px solid #e0e0e0;
    box-shadow: none;
    border-radius: 5px;
    width: 100%;
    max-width: 360px;
    background-repeat: no-repeat;
    position: relative;
    font-size: 16px;
    font-family: "GT Walsheim Pro Bold";
    display: block;
    word-wrap: break-word;
    line-height: 16px;
    background: #fff;
    max-height: 50px;
    min-height: 35px;
    cursor: pointer;
}

@media (min-width: 30em) {
    .app-process-page .button--square {
        padding: 1em;
        margin: 0.35em auto;
        height: auto;
    }
}

@media (min-width: 48em) {
    .app-process-page .button--square {
        max-height: 75px;
    }
}

@media (min-width: 64em) {
    .app-process-page .button--square {
        padding: 0 0.25em;
    }

        .app-process-page .button--square:hover {
            border: 1px solid #2f78d5;
            cursor: pointer;
        }
}

.app-process-page .button--square .icon {
    display: block;
    margin: 0 auto 1em;
    width: 45%;
}

@media (min-width: 30em) {
    .app-process-page .button--square .icon {
        width: 60%;
    }
}

.app-process-page .button--square .icon--selected,
.app-process-page .button--square.selected .button--icon .icon {
    display: none;
}

.app-process-page .button--square.selected {
    background-color: #2f78d5;
    color: #fff;
    border: 1px solid #2f78d5;
    outline: 0;
    box-shadow: none;
}

    .app-process-page .button--square.selected .button--icon .icon--selected {
        display: block;
    }

.app-process-page .button--square-alt {
    height: 50px;
    padding: 0.25em;
}

@media (min-width: 768px) {
    .app-process-page .button--square-alt {
        line-height: 3em;
        padding: 0.7em;
        height: 70px;
    }
}

.app-process-page .button--square-alt > span.text {
    top: auto;
    bottom: auto;
    font-size: 16px;
    line-height: 22px;
}

@media (min-width: 768px) {
    .app-process-page .button--square-alt > span.text {
        line-height: 40px;
        font-size: 18px;
    }
}

@media (min-width: 992px) {
    .app-process-page .button--square-alt > span.text {
        line-height: 36px;
        font-size: 18px;
    }
}

.app-process-page .button--link {
    color: #2f78d5;
    margin: 0.5em 0;
    display: block;
    text-decoration: underline;
    font-size: 16px;
}

@media (min-width: 768px) {
    .app-process-page .button--link {
        font-size: 18px;
        margin: 0.5em 0 1.5em;
    }
}

.app-process-page .button--previous {
    color: #132f57;
    text-decoration: none;
    background-image: url(/Content/images/app-process/icon--prev.png);
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 35%;
    padding: 0.75em 0 0.5em 3em;
    position: absolute;
    left: 2em;
    top: 0;
    z-index: 2;
    font-size: 16px;
    font-family: "GT Walsheim Pro Regular";
    border: 0;
}

@media (min-width: 768px) {
    .app-process-page .button--previous {
        font-size: 18px;
        background-size: auto;
    }
}

@media (min-width: 992px) {
    .app-process-page .button--previous {
        padding: 1.25em 0 1.25em 3em;
        top: -0.75em;
    }
}

@media (min-width: 992px) and (max-width: 1299px) {
    .app-process-page .button--previous {
        left: -12em;
    }
}

.app-process-page .button--icon {
    background-position: top center;
    background-repeat: no-repeat;
    display: block;
}

.app-process-page .button--other {
    padding: 3.2em 1.5em;
}

@media (min-width: 768px) {
    .app-process-page .button--other {
        padding: 2.5em 1.5em;
    }
}

.app-process-page .button--other > span {
    top: 45%;
}

#stepsForm-p-1.update .btn--update {
    float: none;
    margin-right: 0;
}

@media (min-width: 48em) {
    #stepsForm-p-1 .button--square {
        height: 190px;
    }
}

@media screen and (max-width: 480px) {
    .app-layout--3-3 .button--square .icon {
        width: 65%;
    }
}

.section--title {
    font-family: "GT Walsheim Pro Bold";
    line-height: 2rem;
}

.app-process-page .form--text {
    border-radius: 5px;
    padding: 0.5em 0.6em;
}

.app-process-page .form__field {
    border: 1px solid #ccc;
    font-style: normal;
}

    .app-process-page .form__field.error {
        color: #db232b;
        border-color: #db232b;
    }

.app-process-page select {
    border-radius: 5px;
    height: 52px;
}

.app-process-page .form--select {
    position: relative;
}

    .app-process-page .form--select:before {
        position: absolute;
        right: 50px;
        height: 50px;
        z-index: 3;
        width: 1px;
        background-color: #ccc;
        content: " ";
    }

    .app-process-page .form--select:after {
        border-width: 3px 3px 0 0;
        top: 20px;
    }

.app-process-page .form--select-purchaseState:before {
    background-color: #2f78d5;
}

.app-process-page .form--select select.unselected {
    font-size: 16px;
    font-style: italic;
    color: #666;
}

.app-process-page input[type="radio"] {
    line-height: 30px;
    display: inline-block;
    margin-right: 10px;
}

.app-process-page input[type="text"].blue {
    border-color: #2f78d5;
}

.app-process-page input[type="submit"] {
    min-width: 175px;
}

    .app-process-page input[type="submit"]:hover {
        background-color: #1e9b4e;
    }

    .app-process-page input[type="submit"][disabled] {
        background-color: rgba(112, 112, 112, 0.5);
    }

.app-process-page .legal {
    line-height: 14px;
    font-size: 10px;
}

    .app-process-page .legal a {
        color: #0378d5;
    }

.app-process-page ::-webkit-input-placeholder {
    font-size: 16px;
}

.app-process-page ::-moz-placeholder {
    font-size: 16px;
}

.app-process-page :-ms-input-placeholder {
    font-size: 16px;
}

.app-process-page :-moz-placeholder {
    font-size: 16px;
}

.source-choices {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    width: 100%;
    font-size: 0.77778rem;
}

    .source-choices > div {
        width: calc(50% - 20px);
        padding: 10px;
        flex-grow: 0;
        flex-shrink: 1;
    }

@media (min-width: 48em) {
    .source-choices {
        font-size: 1rem;
    }
}

@media (min-width: 64em) {
    .source-choices > div {
        width: auto;
        padding: 0 10px;
    }

        .source-choices > div:first-child {
            padding-left: 0;
        }

        .source-choices > div:last-child {
            width: auto;
        }
}

@media screen and (max-width: 480px) {
    .app-process-page .actions {
        justify-content: center;
        width: 100%;
    }
}

.app-process-page .form--select-purchaseState {
    max-width: 360px;
    margin: 0 auto;
}

    .app-process-page .form--select-purchaseState select {
        border-radius: 8px;
    }

.app-process-page .app-layout {
    max-width: 760px;
}

.app-process-page .app-layout--wide {
    max-width: 1280px;
}

.app-process-page .app-layout.error {
    max-width: 400px;
}

.app-process-page .actions {
    float: none;
    display: flex;
    flex-direction: row;
    width: 100%;
    flex-wrap: wrap;
    max-width: 300px;
    margin-left: auto;
    margin-right: auto;
    justify-content: center;
}

@media (min-width: 48em) {
    .app-process-page .actions {
        max-width: 100%;
    }
}

.app-process-page .captcha {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}

.app-process-page :-ms-input-placeholder,
.app-process-page ::-ms-input-placeholder {
    font-style: italic;
}

.app-process-page ::placeholder {
    font-style: italic;
}

.app-process-page .app-layout {
    margin: 0 auto;
    padding: 0;
}

@media screen and (max-width: 768px) {
    .app-process-page .app-layout__item {
        padding: 0;
        margin: 0.25em 0;
    }
}

@media (min-width: 64em) {
    .app-process-page .app-layout {
        padding: 0 1em;
    }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
    .app-process-page .app-layout--3-2-1--centered\@tablet .app-layout__item:last-child {
        margin-left: 25.5%;
    }
}

hr.u-mrg-top {
    margin-top: 1em;
}

@media (min-width: 64em) {
    hr.u-mrg-top {
        margin-top: 2em;
    }
}

.u-align-base {
    vertical-align: baseline;
}

.u-align-top {
    vertical-align: top;
}

.u-align-mid {
    vertical-align: middle;
}

.u-align-btm {
    vertical-align: bottom;
}

.u-align-text-top {
    vertical-align: text-top;
}

.u-align-text-btm {
    vertical-align: text-bottom;
}
/*!
 * animate.css -http://daneden.me/animate
 * Version - 3.7.0
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2018 Daniel Eden
 */
@keyframes bounce {
    0%, 20%, 53%, 80%, to {
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        transform: translate3d(0, 0, 0);
    }

    40%, 43% {
        animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        transform: translate3d(0, -30px, 0);
    }

    70% {
        animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        transform: translate3d(0, -15px, 0);
    }

    90% {
        transform: translate3d(0, -4px, 0);
    }
}

@keyframes flash {
    0%, 50%, to {
        opacity: 1;
    }

    25%, 75% {
        opacity: 0;
    }
}

@keyframes pulse {
    0%, to {
        transform: scale3d(1, 1, 1);
    }

    50% {
        transform: scale3d(1.05, 1.05, 1.05);
    }
}

@keyframes rubberBand {
    0%, to {
        transform: scale3d(1, 1, 1);
    }

    30% {
        transform: scale3d(1.25, 0.75, 1);
    }

    40% {
        transform: scale3d(0.75, 1.25, 1);
    }

    50% {
        transform: scale3d(1.15, 0.85, 1);
    }

    65% {
        transform: scale3d(0.95, 1.05, 1);
    }

    75% {
        transform: scale3d(1.05, 0.95, 1);
    }
}

@keyframes shake {
    0%, to {
        transform: translate3d(0, 0, 0);
    }

    10%, 30%, 50%, 70%, 90% {
        transform: translate3d(-10px, 0, 0);
    }

    20%, 40%, 60%, 80% {
        transform: translate3d(10px, 0, 0);
    }
}

@keyframes headShake {
    0%, 50% {
        transform: translateX(0);
    }

    6.5% {
        transform: translateX(-6px) rotateY(-9deg);
    }

    18.5% {
        transform: translateX(5px) rotateY(7deg);
    }

    31.5% {
        transform: translateX(-3px) rotateY(-5deg);
    }

    43.5% {
        transform: translateX(2px) rotateY(3deg);
    }
}

@keyframes swing {
    20% {
        transform: rotate3d(0, 0, 1, 15deg);
    }

    40% {
        transform: rotate3d(0, 0, 1, -10deg);
    }

    60% {
        transform: rotate3d(0, 0, 1, 5deg);
    }

    80% {
        transform: rotate3d(0, 0, 1, -5deg);
    }

    to {
        transform: rotate3d(0, 0, 1, 0deg);
    }
}

@keyframes tada {
    0%, to {
        transform: scale3d(1, 1, 1);
    }

    10%, 20% {
        transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    }

    30%, 50%, 70%, 90% {
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    }

    40%, 60%, 80% {
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    }
}

@keyframes wobble {
    0%, to {
        transform: translate3d(0, 0, 0);
    }

    15% {
        transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    }

    30% {
        transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    }

    45% {
        transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    }

    60% {
        transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    }

    75% {
        transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    }
}

@keyframes jello {
    0%, 11.1%, to {
        transform: translate3d(0, 0, 0);
    }

    22.2% {
        transform: skewX(-12.5deg) skewY(-12.5deg);
    }

    33.3% {
        transform: skewX(6.25deg) skewY(6.25deg);
    }

    44.4% {
        transform: skewX(-3.125deg) skewY(-3.125deg);
    }

    55.5% {
        transform: skewX(1.5625deg) skewY(1.5625deg);
    }

    66.6% {
        transform: skewX(-0.78125deg) skewY(-0.78125deg);
    }

    77.7% {
        transform: skewX(0.39063deg) skewY(0.39063deg);
    }

    88.8% {
        transform: skewX(-0.19531deg) skewY(-0.19531deg);
    }
}

@keyframes heartBeat {
    0%, 28%, 70% {
        transform: scale(1);
    }

    14%, 42% {
        transform: scale(1.3);
    }
}

@keyframes bounceIn {
    0%, 20%, 40%, 60%, 80%, to {
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }

    0% {
        opacity: 0;
        transform: scale3d(0.3, 0.3, 0.3);
    }

    20% {
        transform: scale3d(1.1, 1.1, 1.1);
    }

    40% {
        transform: scale3d(0.9, 0.9, 0.9);
    }

    60% {
        opacity: 1;
        transform: scale3d(1.03, 1.03, 1.03);
    }

    80% {
        transform: scale3d(0.97, 0.97, 0.97);
    }

    to {
        opacity: 1;
        transform: scale3d(1, 1, 1);
    }
}

@keyframes bounceInDown {
    0%, 60%, 75%, 90%, to {
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }

    0% {
        opacity: 0;
        transform: translate3d(0, -3000px, 0);
    }

    60% {
        opacity: 1;
        transform: translate3d(0, 25px, 0);
    }

    75% {
        transform: translate3d(0, -10px, 0);
    }

    90% {
        transform: translate3d(0, 5px, 0);
    }

    to {
        transform: translate3d(0, 0, 0);
    }
}

@keyframes bounceInLeft {
    0%, 60%, 75%, 90%, to {
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }

    0% {
        opacity: 0;
        transform: translate3d(-3000px, 0, 0);
    }

    60% {
        opacity: 1;
        transform: translate3d(25px, 0, 0);
    }

    75% {
        transform: translate3d(-10px, 0, 0);
    }

    90% {
        transform: translate3d(5px, 0, 0);
    }

    to {
        transform: translate3d(0, 0, 0);
    }
}

@keyframes bounceInRight {
    0%, 60%, 75%, 90%, to {
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }

    0% {
        opacity: 0;
        transform: translate3d(3000px, 0, 0);
    }

    60% {
        opacity: 1;
        transform: translate3d(-25px, 0, 0);
    }

    75% {
        transform: translate3d(10px, 0, 0);
    }

    90% {
        transform: translate3d(-5px, 0, 0);
    }

    to {
        transform: translate3d(0, 0, 0);
    }
}

@keyframes bounceInUp {
    0%, 60%, 75%, 90%, to {
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }

    0% {
        opacity: 0;
        transform: translate3d(0, 3000px, 0);
    }

    60% {
        opacity: 1;
        transform: translate3d(0, -20px, 0);
    }

    75% {
        transform: translate3d(0, 10px, 0);
    }

    90% {
        transform: translate3d(0, -5px, 0);
    }

    to {
        transform: translate3d(0, 0, 0);
    }
}

@keyframes bounceOut {
    20% {
        transform: scale3d(0.9, 0.9, 0.9);
    }

    50%, 55% {
        opacity: 1;
        transform: scale3d(1.1, 1.1, 1.1);
    }

    to {
        opacity: 0;
        transform: scale3d(0.3, 0.3, 0.3);
    }
}

@keyframes bounceOutDown {
    20% {
        transform: translate3d(0, 10px, 0);
    }

    40%, 45% {
        opacity: 1;
        transform: translate3d(0, -20px, 0);
    }

    to {
        opacity: 0;
        transform: translate3d(0, 2000px, 0);
    }
}

@keyframes bounceOutLeft {
    20% {
        opacity: 1;
        transform: translate3d(20px, 0, 0);
    }

    to {
        opacity: 0;
        transform: translate3d(-2000px, 0, 0);
    }
}

@keyframes bounceOutRight {
    20% {
        opacity: 1;
        transform: translate3d(-20px, 0, 0);
    }

    to {
        opacity: 0;
        transform: translate3d(2000px, 0, 0);
    }
}

@keyframes bounceOutUp {
    20% {
        transform: translate3d(0, -10px, 0);
    }

    40%, 45% {
        opacity: 1;
        transform: translate3d(0, 20px, 0);
    }

    to {
        opacity: 0;
        transform: translate3d(0, -2000px, 0);
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@keyframes fadeInDown {
    0% {
        opacity: 0;
        transform: translate3d(0, -100%, 0);
    }

    to {
        opacity: 1;
        transform: translate3d(0, 0, 0);
    }
}

@keyframes fadeInDownBig {
    0% {
        opacity: 0;
        transform: translate3d(0, -2000px, 0);
    }

    to {
        opacity: 1;
        transform: translate3d(0, 0, 0);
    }
}

@keyframes fadeInLeft {
    0% {
        opacity: 0;
        transform: translate3d(-100%, 0, 0);
    }

    to {
        opacity: 1;
        transform: translate3d(0, 0, 0);
    }
}

@keyframes fadeInLeftBig {
    0% {
        opacity: 0;
        transform: translate3d(-2000px, 0, 0);
    }

    to {
        opacity: 1;
        transform: translate3d(0, 0, 0);
    }
}

@keyframes fadeInRight {
    0% {
        opacity: 0;
        transform: translate3d(100%, 0, 0);
    }

    to {
        opacity: 1;
        transform: translate3d(0, 0, 0);
    }
}

@keyframes fadeInRightBig {
    0% {
        opacity: 0;
        transform: translate3d(2000px, 0, 0);
    }

    to {
        opacity: 1;
        transform: translate3d(0, 0, 0);
    }
}

@keyframes fadeInUp {
    0% {
        opacity: 0;
        transform: translate3d(0, 100%, 0);
    }

    to {
        opacity: 1;
        transform: translate3d(0, 0, 0);
    }
}

@keyframes fadeInUpBig {
    0% {
        opacity: 0;
        transform: translate3d(0, 2000px, 0);
    }

    to {
        opacity: 1;
        transform: translate3d(0, 0, 0);
    }
}

@keyframes fadeOut {
    0% {
        opacity: 1;
    }

    to {
        opacity: 0;
    }
}

@keyframes fadeOutDown {
    0% {
        opacity: 1;
    }

    to {
        opacity: 0;
        transform: translate3d(0, 100%, 0);
    }
}

@keyframes fadeOutDownBig {
    0% {
        opacity: 1;
    }

    to {
        opacity: 0;
        transform: translate3d(0, 2000px, 0);
    }
}

@keyframes fadeOutLeft {
    0% {
        opacity: 1;
    }

    to {
        opacity: 0;
        transform: translate3d(-100%, 0, 0);
    }
}

@keyframes fadeOutLeftBig {
    0% {
        opacity: 1;
    }

    to {
        opacity: 0;
        transform: translate3d(-2000px, 0, 0);
    }
}

@keyframes fadeOutRight {
    0% {
        opacity: 1;
    }

    to {
        opacity: 0;
        transform: translate3d(100%, 0, 0);
    }
}

@keyframes fadeOutRightBig {
    0% {
        opacity: 1;
    }

    to {
        opacity: 0;
        transform: translate3d(2000px, 0, 0);
    }
}

@keyframes fadeOutUp {
    0% {
        opacity: 1;
    }

    to {
        opacity: 0;
        transform: translate3d(0, -100%, 0);
    }
}

@keyframes fadeOutUpBig {
    0% {
        opacity: 1;
    }

    to {
        opacity: 0;
        transform: translate3d(0, -2000px, 0);
    }
}

@keyframes flip {
    0% {
        transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
        animation-timing-function: ease-out;
    }

    40% {
        transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
        animation-timing-function: ease-out;
    }

    50% {
        transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
        animation-timing-function: ease-in;
    }

    80% {
        transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
        animation-timing-function: ease-in;
    }

    to {
        transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
        animation-timing-function: ease-in;
    }
}

@keyframes flipInX {
    0% {
        transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        animation-timing-function: ease-in;
        opacity: 0;
    }

    40% {
        transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        animation-timing-function: ease-in;
    }

    60% {
        transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
        opacity: 1;
    }

    80% {
        transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    }

    to {
        transform: perspective(400px);
    }
}

@keyframes flipInY {
    0% {
        transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        animation-timing-function: ease-in;
        opacity: 0;
    }

    40% {
        transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
        animation-timing-function: ease-in;
    }

    60% {
        transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
        opacity: 1;
    }

    80% {
        transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    }

    to {
        transform: perspective(400px);
    }
}

@keyframes flipOutX {
    0% {
        transform: perspective(400px);
    }

    30% {
        transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        opacity: 1;
    }

    to {
        transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        opacity: 0;
    }
}

@keyframes flipOutY {
    0% {
        transform: perspective(400px);
    }

    30% {
        transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
        opacity: 1;
    }

    to {
        transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        opacity: 0;
    }
}

@keyframes lightSpeedIn {
    0% {
        transform: translate3d(100%, 0, 0) skewX(-30deg);
        opacity: 0;
    }

    60% {
        transform: skewX(20deg);
        opacity: 1;
    }

    80% {
        transform: skewX(-5deg);
    }

    to {
        transform: translate3d(0, 0, 0);
    }
}

@keyframes lightSpeedOut {
    0% {
        opacity: 1;
    }

    to {
        transform: translate3d(100%, 0, 0) skewX(30deg);
        opacity: 0;
    }
}

@keyframes rotateIn {
    0% {
        transform-origin: center;
        transform: rotate3d(0, 0, 1, -200deg);
        opacity: 0;
    }

    to {
        transform-origin: center;
        transform: translate3d(0, 0, 0);
        opacity: 1;
    }
}

@keyframes rotateInDownLeft {
    0% {
        transform-origin: left bottom;
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0;
    }

    to {
        transform-origin: left bottom;
        transform: translate3d(0, 0, 0);
        opacity: 1;
    }
}

@keyframes rotateInDownRight {
    0% {
        transform-origin: right bottom;
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0;
    }

    to {
        transform-origin: right bottom;
        transform: translate3d(0, 0, 0);
        opacity: 1;
    }
}

@keyframes rotateInUpLeft {
    0% {
        transform-origin: left bottom;
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0;
    }

    to {
        transform-origin: left bottom;
        transform: translate3d(0, 0, 0);
        opacity: 1;
    }
}

@keyframes rotateInUpRight {
    0% {
        transform-origin: right bottom;
        transform: rotate3d(0, 0, 1, -90deg);
        opacity: 0;
    }

    to {
        transform-origin: right bottom;
        transform: translate3d(0, 0, 0);
        opacity: 1;
    }
}

@keyframes rotateOut {
    0% {
        transform-origin: center;
        opacity: 1;
    }

    to {
        transform-origin: center;
        transform: rotate3d(0, 0, 1, 200deg);
        opacity: 0;
    }
}

@keyframes rotateOutDownLeft {
    0% {
        transform-origin: left bottom;
        opacity: 1;
    }

    to {
        transform-origin: left bottom;
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0;
    }
}

@keyframes rotateOutDownRight {
    0% {
        transform-origin: right bottom;
        opacity: 1;
    }

    to {
        transform-origin: right bottom;
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0;
    }
}

@keyframes rotateOutUpLeft {
    0% {
        transform-origin: left bottom;
        opacity: 1;
    }

    to {
        transform-origin: left bottom;
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0;
    }
}

@keyframes rotateOutUpRight {
    0% {
        transform-origin: right bottom;
        opacity: 1;
    }

    to {
        transform-origin: right bottom;
        transform: rotate3d(0, 0, 1, 90deg);
        opacity: 0;
    }
}

@keyframes hinge {
    0% {
        transform-origin: top left;
        animation-timing-function: ease-in-out;
    }

    20%, 60% {
        transform: rotate3d(0, 0, 1, 80deg);
        transform-origin: top left;
        animation-timing-function: ease-in-out;
    }

    40%, 80% {
        transform: rotate3d(0, 0, 1, 60deg);
        transform-origin: top left;
        animation-timing-function: ease-in-out;
        opacity: 1;
    }

    to {
        transform: translate3d(0, 700px, 0);
        opacity: 0;
    }
}

@keyframes jackInTheBox {
    0% {
        opacity: 0;
        transform: scale(0.1) rotate(30deg);
        transform-origin: center bottom;
    }

    50% {
        transform: rotate(-10deg);
    }

    70% {
        transform: rotate(3deg);
    }

    to {
        opacity: 1;
        transform: scale(1);
    }
}

@keyframes rollIn {
    0% {
        opacity: 0;
        transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    }

    to {
        opacity: 1;
        transform: translate3d(0, 0, 0);
    }
}

@keyframes rollOut {
    0% {
        opacity: 1;
    }

    to {
        opacity: 0;
        transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    }
}

@keyframes zoomIn {
    0% {
        opacity: 0;
        transform: scale3d(0.3, 0.3, 0.3);
    }

    50% {
        opacity: 1;
    }
}

@keyframes zoomInDown {
    0% {
        opacity: 0;
        transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }

    60% {
        opacity: 1;
        transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}

@keyframes zoomInLeft {
    0% {
        opacity: 0;
        transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }

    60% {
        opacity: 1;
        transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}

@keyframes zoomInRight {
    0% {
        opacity: 0;
        transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }

    60% {
        opacity: 1;
        transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}

@keyframes zoomInUp {
    0% {
        opacity: 0;
        transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }

    60% {
        opacity: 1;
        transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}

@keyframes zoomOut {
    0% {
        opacity: 1;
    }

    50% {
        opacity: 0;
        transform: scale3d(0.3, 0.3, 0.3);
    }

    to {
        opacity: 0;
    }
}

@keyframes zoomOutDown {
    40% {
        opacity: 1;
        transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }

    to {
        opacity: 0;
        transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
        transform-origin: center bottom;
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}

@keyframes zoomOutLeft {
    40% {
        opacity: 1;
        transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    }

    to {
        opacity: 0;
        transform: scale(0.1) translate3d(-2000px, 0, 0);
        transform-origin: left center;
    }
}

@keyframes zoomOutRight {
    40% {
        opacity: 1;
        transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    }

    to {
        opacity: 0;
        transform: scale(0.1) translate3d(2000px, 0, 0);
        transform-origin: right center;
    }
}

@keyframes zoomOutUp {
    40% {
        opacity: 1;
        transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }

    to {
        opacity: 0;
        transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
        transform-origin: center bottom;
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}

@keyframes slideInDown {
    0% {
        transform: translate3d(0, -100%, 0);
        visibility: visible;
    }

    to {
        transform: translate3d(0, 0, 0);
    }
}

@keyframes slideInLeft {
    0% {
        transform: translate3d(-100%, 0, 0);
        visibility: visible;
    }

    to {
        transform: translate3d(0, 0, 0);
    }
}

@keyframes slideInRight {
    0% {
        transform: translate3d(100%, 0, 0);
        visibility: visible;
    }

    to {
        transform: translate3d(0, 0, 0);
    }
}

@keyframes slideInUp {
    0% {
        transform: translate3d(0, 100%, 0);
        visibility: visible;
    }

    to {
        transform: translate3d(0, 0, 0);
    }
}

@keyframes slideOutDown {
    0% {
        transform: translate3d(0, 0, 0);
    }

    to {
        visibility: hidden;
        transform: translate3d(0, 100%, 0);
    }
}

@keyframes slideOutLeft {
    0% {
        transform: translate3d(0, 0, 0);
    }

    to {
        visibility: hidden;
        transform: translate3d(-100%, 0, 0);
    }
}

@keyframes slideOutRight {
    0% {
        transform: translate3d(0, 0, 0);
    }

    to {
        visibility: hidden;
        transform: translate3d(100%, 0, 0);
    }
}

@keyframes slideOutUp {
    0% {
        transform: translate3d(0, 0, 0);
    }

    to {
        visibility: hidden;
        transform: translate3d(0, -100%, 0);
    }
}

.bounce {
    animation-name: bounce;
    transform-origin: center bottom;
}

.flash {
    animation-name: flash;
}

.pulse {
    animation-name: pulse;
}

.rubberBand {
    animation-name: rubberBand;
}

.shake {
    animation-name: shake;
}

.headShake {
    animation-timing-function: ease-in-out;
    animation-name: headShake;
}

.swing {
    transform-origin: top center;
    animation-name: swing;
}

.tada {
    animation-name: tada;
}

.wobble {
    animation-name: wobble;
}

.jello {
    animation-name: jello;
    transform-origin: center;
}

.heartBeat {
    animation-name: heartBeat;
    animation-duration: 1.3s;
    animation-timing-function: ease-in-out;
}

.bounceIn {
    animation-duration: 0.75s;
    animation-name: bounceIn;
}

.bounceInDown {
    animation-name: bounceInDown;
}

.bounceInLeft {
    animation-name: bounceInLeft;
}

.bounceInRight {
    animation-name: bounceInRight;
}

.bounceInUp {
    animation-name: bounceInUp;
}

.bounceOut {
    animation-duration: 0.75s;
    animation-name: bounceOut;
}

.bounceOutDown {
    animation-name: bounceOutDown;
}

.bounceOutLeft {
    animation-name: bounceOutLeft;
}

.bounceOutRight {
    animation-name: bounceOutRight;
}

.bounceOutUp {
    animation-name: bounceOutUp;
}

.fadeIn {
    animation-name: fadeIn;
}

.fadeInDown {
    animation-name: fadeInDown;
}

.fadeInDownBig {
    animation-name: fadeInDownBig;
}

.fadeInLeft {
    animation-name: fadeInLeft;
}

.fadeInLeftBig {
    animation-name: fadeInLeftBig;
}

.fadeInRight {
    animation-name: fadeInRight;
}

.fadeInRightBig {
    animation-name: fadeInRightBig;
}

.fadeInUp {
    animation-name: fadeInUp;
}

.fadeInUpBig {
    animation-name: fadeInUpBig;
}

.fadeOut {
    animation-name: fadeOut;
}

.fadeOutDown {
    animation-name: fadeOutDown;
}

.fadeOutDownBig {
    animation-name: fadeOutDownBig;
}

.fadeOutLeft {
    animation-name: fadeOutLeft;
}

.fadeOutLeftBig {
    animation-name: fadeOutLeftBig;
}

.fadeOutRight {
    animation-name: fadeOutRight;
}

.fadeOutRightBig {
    animation-name: fadeOutRightBig;
}

.fadeOutUp {
    animation-name: fadeOutUp;
}

.fadeOutUpBig {
    animation-name: fadeOutUpBig;
}

.animated.flip {
    -webkit-backface-visibility: visible;
    backface-visibility: visible;
    animation-name: flip;
}

.flipInX,
.flipInY,
.flipOutX,
.flipOutY {
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
    animation-name: flipInX;
}

.flipInY,
.flipOutX,
.flipOutY {
    animation-name: flipInY;
}

.flipOutX,
.flipOutY {
    animation-duration: 0.75s;
    animation-name: flipOutX;
}

.flipOutY {
    animation-name: flipOutY;
}

.lightSpeedIn {
    animation-name: lightSpeedIn;
    animation-timing-function: ease-out;
}

.lightSpeedOut {
    animation-name: lightSpeedOut;
    animation-timing-function: ease-in;
}

.rotateIn {
    animation-name: rotateIn;
}

.rotateInDownLeft {
    animation-name: rotateInDownLeft;
}

.rotateInDownRight {
    animation-name: rotateInDownRight;
}

.rotateInUpLeft {
    animation-name: rotateInUpLeft;
}

.rotateInUpRight {
    animation-name: rotateInUpRight;
}

.rotateOut {
    animation-name: rotateOut;
}

.rotateOutDownLeft {
    animation-name: rotateOutDownLeft;
}

.rotateOutDownRight {
    animation-name: rotateOutDownRight;
}

.rotateOutUpLeft {
    animation-name: rotateOutUpLeft;
}

.rotateOutUpRight {
    animation-name: rotateOutUpRight;
}

.hinge {
    animation-duration: 2s;
    animation-name: hinge;
}

.jackInTheBox {
    animation-name: jackInTheBox;
}

.rollIn {
    animation-name: rollIn;
}

.rollOut {
    animation-name: rollOut;
}

.zoomIn {
    animation-name: zoomIn;
}

.zoomInDown {
    animation-name: zoomInDown;
}

.zoomInLeft {
    animation-name: zoomInLeft;
}

.zoomInRight {
    animation-name: zoomInRight;
}

.zoomInUp {
    animation-name: zoomInUp;
}

.zoomOut {
    animation-name: zoomOut;
}

.zoomOutDown {
    animation-name: zoomOutDown;
}

.zoomOutLeft {
    animation-name: zoomOutLeft;
}

.zoomOutRight {
    animation-name: zoomOutRight;
}

.zoomOutUp {
    animation-name: zoomOutUp;
}

.slideInDown {
    animation-name: slideInDown;
}

.slideInLeft {
    animation-name: slideInLeft;
}

.slideInRight {
    animation-name: slideInRight;
}

.slideInUp {
    animation-name: slideInUp;
}

.slideOutDown {
    animation-name: slideOutDown;
}

.slideOutLeft {
    animation-name: slideOutLeft;
}

.slideOutRight {
    animation-name: slideOutRight;
}

.slideOutUp {
    animation-name: slideOutUp;
}

.animated {
    animation-duration: 1s;
    animation-fill-mode: both;
}

    .animated.infinite {
        animation-iteration-count: infinite;
    }

    .animated.delay-1s {
        animation-delay: 1s;
    }

    .animated.delay-2s {
        animation-delay: 2s;
    }

    .animated.delay-3s {
        animation-delay: 3s;
    }

    .animated.delay-4s {
        animation-delay: 4s;
    }

    .animated.delay-5s {
        animation-delay: 5s;
    }

    .animated.fast {
        animation-duration: 800ms;
    }

    .animated.faster {
        animation-duration: 500ms;
    }

    .animated.slow {
        animation-duration: 2s;
    }

    .animated.slower {
        animation-duration: 3s;
    }

@media (prefers-reduced-motion) {
    .animated {
        animation: unset !important;
        transition: none !important;
    }
}

.u-bg-fixed {
    background-attachment: fixed;
}

.u-bg-scroll {
    background-attachment: scroll;
}

.u-bg-top-center {
    background-position: top center;
}

.u-bg-top-left {
    background-position: top left;
}

.u-bg-top-right {
    background-position: top right;
}

.u-bg-btm-center {
    background-position: bottom center;
}

.u-bg-btm-left {
    background-position: bottom left;
}

.u-bg-btm-right {
    background-position: bottom right;
}

.u-bg-center {
    background-position: center center;
}

.u-bg-repeat {
    background-repeat: repeat;
}

.u-bg-repeat-none {
    background-repeat: no-repeat;
}

.u-bg-repeat-x {
    background-repeat: repeat-x;
}

.u-bg-repeat-y {
    background-repeat: repeat-y;
}

.u-bg-size-auto {
    background-size: auto;
}

.u-bg-size-cover {
    background-size: cover;
}

.u-bg-size-contain {
    background-size: contain;
}

.u-border-none {
    border: 0;
}

.u-border-left-none {
    border-left: none;
}

.u-border-top-none {
    border-top: none;
}

.u-border-right-none {
    border-right: none;
}

.u-border-btm-none {
    border-bottom: none;
}

.u-border-btm-white {
    border-bottom: 2px solid #fff;
}

.u-border-top-gray {
    border-top: 1px solid #e0e0e0;
}

.u-border-btm-gray {
    border-bottom: 1px solid #e0e0e0;
}

.u-border-right-gray {
    border-right: 1px solid #e0e0e0;
}

.u-border-left-gray {
    border-left: 1px solid #e0e0e0;
}

@media (min-width: 64em) {
    .u-border-left-gray\@lg {
        border-left: 1px solid #e0e0e0;
    }
}

@media (min-width: 48em) {
    .u-border-left-gray\@md {
        border-left: 1px solid #e0e0e0;
    }
}

.u-border-gray {
    border: 1px solid #e0e0e0;
}

.u-inline {
    display: inline;
}

.u-inline\@xl {
    display: block;
}

@media (min-width: 75em) {
    .u-inline\@xl {
        display: inline;
    }
}

.u-inline-block {
    display: inline-block;
}

.u-inline-block\@lg {
    display: block;
}

@media (min-width: 64em) {
    .u-inline-block\@lg {
        display: inline-block !important;
    }
}

.u-block {
    display: block !important;
}

.u-block\@lg {
    display: inline-block;
}

@media (min-width: 64em) {
    .u-block\@lg {
        display: block;
    }
}

.u-table {
    display: table;
}

.u-table-row {
    display: table-row;
}

.u-table-cell {
    display: table-cell;
}

.u-float-left {
    float: left;
}

.u-float-right {
    float: right;
}

@media (min-width: 48em) {
    .u-float-right\@md {
        float: right;
    }
}

.u-float-none {
    float: none;
}

.u-vis-hidden {
    visibility: hidden;
}

.u-hidden {
    display: none !important;
}

@media (max-width: 480px) {
    .u-hidden\@sm {
        display: none;
    }
}

.u-visible-inline\@sm {
    display: none;
}

@media (min-width: 480px) and (max-width: 768px) {
    .u-visible-inline\@sm {
        display: inline-block;
    }
}

@media (min-width: 48em) {
    .u-hidden\@md {
        display: none !important;
    }
}

@media (min-width: 64em) {
    .u-hidden\@lg {
        display: none !important;
    }
}
@media (min-width: 1280px) {
    .u-hidden\@1280px {
        display: none !important;
    }
}

.u-visible\@md {
    display: none;
}

@media (min-width: 48em) {
    .u-visible\@md {
        display: block !important;
    }
}

.u-visible\@lg {
    display: none;
}

@media (min-width: 64em) {
    .u-visible\@lg {
        display: block !important;
    }
}

.u-visible\@1280px {
    display: none;
}

@media (min-width:1280px) {
    .u-visible\@1280px {
        display: block !important;
    }
}

.u-visible-inline\@lg {
    display: none;
}

@media (min-width: 64em) {
    .u-visible-inline\@lg {
        display: inline;
    }
}

.u-opacity-0 {
    opacity: 0;
}

.u-clear {
    clear: both;
}

.u-flex {
    display: flex;
}

.u-flex-inline {
    display: inline-flex;
}

.u-flex-dir-row {
    flex-direction: row;
}

.u-flex-dir-row-rev {
    flex-direction: row-reverse;
}

.u-flex-dir-col {
    flex-direction: column;
}

.u-flex-dir-col-rev {
    flex-direction: column-reverse;
}

@media screen and (max-width: 768px) {
    .u-flex-dir-col-rev\@md {
        flex-direction: column-reverse;
    }
}

.u-flex-wrap {
    flex-wrap: wrap;
}

.u-flex-wrap-none {
    flex-wrap: nowrap;
}

.u-flex-wrap-rev {
    flex-wrap: wrap-reverse;
}

.u-flex-items-stretch {
    align-items: stretch;
}

.u-flex-items-start {
    align-items: flex-start;
}

.u-flex-items-center {
    align-items: center;
}

.u-flex-items-end {
    align-items: flex-end;
}

.u-flex-items-base {
    align-items: baseline;
}

.u-flex-content-start {
    align-content: flex-start;
}

.u-flex-content-center {
    align-content: center;
}

.u-flex-content-end {
    align-content: flex-end;
}

.u-flex-content-btwn {
    align-content: space-between;
}

.u-flex-content-around {
    align-content: space-around;
}

.u-flex-self-auto {
    align-self: auto;
}

.u-flex-self-start {
    align-self: start;
}

.u-flex-self-center {
    align-self: center;
}

.u-flex-self-end {
    align-self: end;
}

.u-flex-self-stretch {
    align-self: stretch;
}

.u-flex-justify-start {
    justify-content: flex-start;
}

.u-flex-justify-center {
    justify-content: center;
}

.u-flex-justify-end {
    justify-content: end;
}

.u-flex-justify-btwn {
    justify-content: space-between;
}

.u-flex-justify-around {
    justify-content: space-around;
}

.flex-grid {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin-left: -10px;
    margin-right: -10px;
}

@media (min-width: 64em) {
    .flex-grid {
        margin-left: -20px;
        margin-right: -20px;
    }
}

.flex-grid__item {
    width: 100%;
    margin: 20px 10px 0;
}

.flex-grid--4-2-2-1 .flex-grid__item {
    width: 100%;
}

@media (min-width: 30em) {
    .flex-grid--4-2-2-1 .flex-grid__item {
        width: calc(50% - 20px);
        margin: 10px 10px 0;
    }
}

@media (min-width: 64em) {
    .flex-grid--4-2-2-1 .flex-grid__item {
        width: calc(25% - 20px);
    }
}

.flex-grid--4-2-2 .flex-grid__item {
    width: calc(50% - 20px);
}

@media (min-width: 30em) {
    .flex-grid--4-2-2 .flex-grid__item {
        width: calc(50% - 20px);
        margin: 20px 10px 0;
    }
}

@media (min-width: 64em) {
    .flex-grid--4-2-2 .flex-grid__item {
        width: calc(25% - 20px);
    }
}

.flex-grid--2-2-1 .flex-grid__item {
    margin: 20px 10px 0;
}

@media (min-width: 48em) {
    .flex-grid--2-2-1 .flex-grid__item {
        width: 100%;
        width: calc(50% - 40px);
        margin: 20px 20px 0;
    }
}

.flex-grid--2-2-2 .flex-grid__item,
.flex-grid--3-2-2 .flex-grid__item {
    width: calc(50% - 20px);
    margin: 20px 10px 0;
}

@media (min-width: 64em) {
    .flex-grid--3-2-2 .flex-grid__item {
        width: calc(33.33% - 20px);
        margin: 20px 10px 0;
    }
}

.flex-grid--3-2-1 .flex-grid__item {
    margin: 10px 10px 0;
}

@media (min-width: 48em) {
    .flex-grid--3-2-1 .flex-grid__item {
        width: calc(50% - 20px);
        margin: 20px 10px 0;
    }
}

@media (min-width: 64em) {
    .flex-grid--3-2-1 .flex-grid__item {
        width: calc(33.33% - 40px);
        margin: 20px 20px 0;
    }
}

.flex-grid__item .button--square {
    height: 125px;
}

    .flex-grid__item .button--square span:not([class^="u-"]) {
        white-space: unset;
    }

@media (min-width: 48em) {
    .flex-grid__item .button--square {
        height: 130px;
    }
}

.u-font-size-xxsm {
    font-size: 0.58333rem;
}

.u-font-size-xsm {
    font-size: 0.66667rem;
}

.u-line-height-sm {
    line-height: 13px;
}

.ada-utility > a,
.u-font-size-md {
    font-size: 0.88889rem;
}

.u-font-size-sm {
    font-size: 0.77778rem;
}

.u-font-size-lg {
    font-size: 1rem;
}

.u-font-size-xl {
    font-size: 2.33333rem;
}

@font-face {
    font-family: "webfont";
    src: url(/assets/fonts/webfont/fonts/webfont.eot);
    src: url(/assets/fonts/webfont/fonts/webfont.eot) format("embedded-opentype"), url(/assets/fonts/webfont/fonts/webfont.woff) format("woff"), url(/assets/fonts/webfont/fonts/webfont.ttf) format("truetype"), url(/assets/fonts/webfont/fonts/webfont.svg#webfont) format("svg");
    font-weight: 400;
    font-style: normal;
}

.u-glyph,
.u-glyph-after:after,
.u-glyph-before:before {
    font-family: "webfont";
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    white-space: nowrap;
}

.u-glyph-after[data-icon]:after,
.u-glyph-before[data-icon]:before {
    content: attr(data-icon);
}

.u-glyph--no-speak,
.u-glyph-after--no-speak:after,
.u-glyph-before--no-speak:before {
    speak: none;
}

.u-height-full {
    height: 100%;
}

.u-height-full-screen {
    height: 100vh;
}

.u-height-auto {
    height: auto;
}

.u-min-height-full {
    min-height: 100%;
}

.u-min-height-full-screen {
    min-height: 100vw;
}

.u-max-height-full {
    max-height: 100%;
}

.u-max-height-full-screen {
    max-height: 100vw;
}

.u-min-height-400 {
    min-height: 400px;
}

.u-mrg-bun {
    margin-top: 2.22222rem;
    margin-bottom: 2.22222rem;
}

.u-mrg-sides {
    margin-left: 2.22222rem;
    margin-right: 2.22222rem;
}

.u-mrg-bun-half {
    margin-top: 1.11111rem;
    margin-bottom: 1.11111rem;
}

.u-mrg-sides-half {
    margin-left: 1.11111rem;
    margin-right: 1.11111rem;
}

.u-mrg-bun-2x {
    margin-top: 4.44444rem;
    margin-bottom: 4.44444rem;
}

.u-mrg-sides-2x {
    margin-left: 4.44444rem;
    margin-right: 4.44444rem;
}

.u-mrg-sides-reset {
    margin-left: -2.22222rem;
    margin-right: -2.22222rem;
}

.u-mrg-top {
    margin-top: 2.22222rem;
}

.u-mrg-top-half {
    margin-top: 1.11111rem;
}

.u-mrg-top-none {
    margin-top: 0 !important;
}

.u-mrg-top-min {
    margin-top: 0.74074rem;
}

.u-mrg-top-2x {
    margin-top: 2.22222rem;
}

@media (min-width: 64em) {
    .u-mrg-top-2x {
        margin-top: 4.44444rem;
    }
}

.u-mrg-btm {
    margin-bottom: 2.22222rem;
}

.u-mrg-btm-min {
    margin-bottom: 0.74074rem;
}

.u-mrg-btm-half {
    margin-bottom: 1.11111rem;
}

.u-mrg-btm-half-half {
    margin-bottom: 1.48148rem;
}
.u-mrg-top-half-half {
    margin-top: 1.48148rem;
}

.u-mrg-btm-none {
    margin-bottom: 0 !important;
}

@media (min-width: 64em) {
    .u-mrg-btm\@lg {
        margin-bottom: 2.22222rem;
    }
}

.u-mrg-btm-2x {
    margin-bottom: 2.22222rem;
}

@media (min-width: 64em) {
    .u-mrg-btm-2x {
        margin-bottom: 4.44444rem;
    }
}

.u-mrg-left {
    margin-left: 2.22222rem;
}

.u-mrg-left-half {
    margin-left: 1.11111rem;
}

.u-mrg-left-none {
    margin-left: 0;
}

.u-mrg-right {
    margin-right: 2.22222rem;
}

@media (min-width: 64em) {
    .u-mrg-right\@lg {
        margin-right: 2.22222rem;
    }
}

.u-mrg-right-half {
    margin-right: 1.11111rem;
}

.u-mrg-right-none {
    margin-right: 0;
}

.u-mrg-center {
    margin-left: auto;
    margin-right: auto;
}

.u-mrg-left-focused {
    margin-left: 0px;
    /*margin-right: 58%;*/
}

@media (min-width: 90em) {
    .u-mrg-left-focused {
        margin-left: 0px;
        /*margin-right: 58%;*/
    }
}

@media (min-width: 64em) and (max-width:89em) {
    .u-mrg-left-focused {
        margin-left: 0px;
        /*margin-right: 42%;*/
    }
}

.u-mrg-pull-top {
    margin-top: -20px;
}

@media (min-width: 64em) {
    .u-mrg-pull-top {
        margin-top: -40px;
    }
}

.u-mrg-pull-top-1-5 {
    margin-top: -15.03759px;
}

@media (min-width: 64em) {
    .u-mrg-pull-top-1-5 {
        margin-top: -30.07519px;
    }
}

.u-mrg-pull-top-half {
    margin-top: -10px;
}

@media (min-width: 64em) {
    .u-mrg-pull-top-half {
        margin-top: -20px;
    }
}

.u-of-auto {
    overflow: auto;
}

.u-of-hidden {
    overflow: hidden;
}

.u-of-visible {
    overflow: visible;
}

.u-of-scroll {
    overflow: scroll;
}

.u-of-x-auto {
    overflow-x: auto;
}

.u-of-y-auto {
    overflow-y: auto;
}

.u-of-x-scroll {
    overflow-x: scroll;
}

.u-of-y-scroll {
    overflow-y: scroll;
}

.u-padd-bun {
    padding-top: 2.22222rem;
    padding-bottom: 2.22222rem;
}

.u-padd-sides {
    padding-left: 2.22222rem;
    padding-right: 2.22222rem;
}

.u-padd-bun-half {
    padding-top: 1.11111rem;
    padding-bottom: 1.11111rem;
}

.u-padd-sides-half {
    padding-left: 1.11111rem;
    padding-right: 1.11111rem;
}

.u-padd-bun-2x {
    padding-top: 4.44444rem;
    padding-bottom: 4.44444rem;
}

.u-padd-sides-2x {
    padding-left: 4.44444rem;
    padding-right: 4.44444rem;
}

.u-padd-all {
    padding: 0.83333rem;
}

@media (min-width: 64em) {
    .u-padd-all {
        padding: 1.66667rem;
    }
}

.u-padd-all-half {
    padding: 0.83333rem;
}

.u-padd-top {
    padding-top: 2.22222rem;
}

.gold-u-padding {
    padding-top: 50px;
    padding-left: 50px;
    padding-right: 50px;
}

.u-padd-top-half {
    padding-top: 1.11111rem;
}

.u-padd-top-2x {
    padding-top: 2.22222rem;
}

@media (min-width: 64em) {
    .u-padd-top-2x {
        padding-top: 4.44444rem;
    }
}

.u-padd-top-2x-m {
    padding-top: 4.44444rem;
}

.u-padd-top-none {
    padding-top: 0;
}

.u-padd-btm {
    padding-bottom: 2.22222rem;
}

.u-padd-btm-half {
    padding-bottom: 1.11111rem;
}

.u-padd-btm-qtr {
    padding-bottom: 0.55556rem;
}

.u-padd-btm-min {
    padding-bottom: 0.22222rem;
}

.u-padd-btm-2x {
    padding-bottom: 2.22222rem;
}

@media (min-width: 64em) {
    .u-padd-btm-2x {
        padding-bottom: 4.44444rem;
    }
}

.u-padd-btm-none {
    padding-bottom: 0;
}

.u-padd-left {
    padding-left: 0.55556rem;
}

@media (min-width: 64em) {
    .u-padd-left\@lg {
        padding-left: 0.55556rem;
    }

    .gold-u-padding\@lg {
        padding-left: 50px;
    }
}

.u-padd-left-2x {
    padding-left: 1.11111rem;
}

@media (min-width: 48em) {
    .u-padd-left-2x\@md {
        padding-left: 2.22222rem;
    }
}

.u-padd-right {
    padding-right: 0.55556rem;
}

.u-padd-right-2x {
    padding-right: 1.11111rem;
}

@media (min-width: 64em) {
    .u-padd-right-2x\@lg {
        padding-right: 1.11111rem;
    }
}

.u-padd-right-3x {
    padding-right: 1.66667rem;
}

@media (min-width: 64em) {
    .u-padd-right-3x\@lg {
        padding-right: 1.66667rem;
    }
}

.u-padd-right-4x {
    padding-right: 2.22222rem;
}

@media (min-width: 64em) {
    .u-padd-right-4x\@lg {
        padding-right: 2.22222rem;
    }
}

.u-padd-left-none {
    padding-left: 0 !important;
}

.u-padd-right-none {
    padding-right: 0;
}

.u-pos-relative {
    position: relative;
}

.u-pos-absolute {
    position: absolute;
}

.u-pos-static {
    position: static;
}

.u-pos-fixed {
    position: fixed;
}

.u-pos-sticky {
    position: -webkit-sticky;
    position: sticky;
}

.cms-style table,
.u-text-center {
    text-align: center;
}

.u-text-right {
    text-align: right;
}

@media (min-width: 48em) {
    .u-text-right\@md {
        text-align: right;
    }
}

.u-text-left {
    text-align: left;
}

.u-text-justify {
    text-align: justify;
}

.u-text-ellipsis {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.u-text-uppercase {
    text-transform: uppercase;
}

.u-text-lowercase {
    text-transform: lowercase;
}

.u-text-capitalize {
    text-transform: capitalize;
}

.u-text-underline {
    text-decoration: underline;
}

.u-no-underline {
    text-decoration: none;
}

.u-text-italic {
    font-style: italic;
}

.u-text-underline-none {
    text-decoration: none;
}

.u-text-sm {
    font-size: 0.8em;
}

.u-text-intro,
.u-text-xl {
    font-family: "GT Walsheim Pro Regular";
}

.u-text-intro {
    font-size: 1.33333rem;
    line-height: 1.77778rem;
    color: #005696;
}

.u-text-xl {
    font-size: 42px;
}

.u-no-wrap {
    white-space: nowrap;
}

.u-white-space {
    white-space: normal;
}

.u-white-space-nowrap {
    white-space: nowrap;
}

.u-white-space-pre {
    white-space: pre;
}

.u-white-space-pre-line {
    white-space: pre-line;
}

.u-white-space-pre-wrap {
    white-space: pre-wrap;
}

.u-width-12 {
    width: 12.5%;
}

.u-width-16 {
    width: 16.66667%;
}

.u-width-20 {
    width: 20%;
}

.u-width-25 {
    width: 25%;
}

.u-width-33 {
    width: 33.33333%;
}

.u-width-40 {
    width: 40%;
}

.u-width-50 {
    width: 50%;
}

@media (min-width: 64em) {
    .u-width-50\@lg {
        max-width: 50%;
    }
}

.u-width-60 {
    width: 60%;
}

.u-width-66 {
    width: 66.66667%;
}

.u-width-75 {
    width: 75%;
}

@media (min-width: 64em) {
    .u-width-75\@lg {
        max-width: 75%;
    }
}

.u-width-80 {
    width: 80%;
}

.u-width-83 {
    width: 83.33333%;
}

.u-width-auto {
    width: auto;
}

.u-width-full {
    width: 100%;
}

.u-width-full-screen {
    width: 100vw;
}

.u-min-width-full {
    min-width: 100%;
}

.u-min-width-full-screen {
    min-width: 100vw;
}

.u-max-width-full {
    max-width: 100%;
}

.u-max-width-80 {
    max-width: 80%;
    margin-left: 10%;
}

.u-max-width-full-screen {
    max-width: 100vw;
}

.u-max-width-1280 {
    max-width: 1280px;
}

.u-max-width-xs {
    max-width: 360px;
}

.u-max-width-md {
    max-width: 768px;
}

.u-max-width-sm {
    max-width: 480px;
}

.u-max-width-md-lg {
    max-width: 900px;
}

.u-word-wrap {
    word-wrap: normal;
}

.u-word-wrap-break {
    word-wrap: break-words;
}

.u-z-0 {
    z-index: 0;
}

.u-z-100 {
    z-index: 100;
}

.u-z-200 {
    z-index: 200;
}

.u-z-300 {
    z-index: 300;
}

.u-z-400 {
    z-index: 400;
}

.u-z-500 {
    z-index: 500;
}

.u-z-600 {
    z-index: 600;
}

.u-z-700 {
    z-index: 700;
}

.u-z-800 {
    z-index: 800;
}

.u-z-900 {
    z-index: 900;
}

.u-z-1000 {
    z-index: 1000;
}

.u-z-9999 {
    z-index: 9999;
}

.ada-utility {
    background-color: #093A71;
    padding: 1.25em 1em;
    height: 3.05556rem;
    display: block;
    position: absolute;
    top: 0;
    right: 0;
}

    .ada-utility > a {
        cursor: pointer !important;
        font-weight: 700;
    }

.contrast .ada-utility {
    background-color: rgba(17, 17, 17, 0.5);
}

.ada-m-utility {
    background-color: #093A71;
    padding: 0.5em 1em;
}

    .ada-m-utility a {
        text-decoration: none;
        padding: 0 0.25em;
    }

        .ada-m-utility a:first-child {
            padding: 0 1em;
        }

.contrast .btn--primary:not(.no-contrast),
.contrast .button--primary:not(.no-contrast) {
    border-color: #005696;
    background: #005696;
}

    .contrast .btn--primary:not(.no-contrast):hover,
    .contrast .button--primary:not(.no-contrast):hover {
        border-color: #003963;
        background: #003963;
    }

.contrast .btn--primary.btn--outline:not(.no-contrast) {
    background: 0 0;
    color: #005696;
    border-color: #005696;
}

    .contrast .btn--primary.btn--outline:not(.no-contrast):hover {
        color: #fff;
        background-color: #005696;
    }

.contrast .btn--secondary {
    background-color: #26ae3b;
    border-color: #26ae3b;
}

    .contrast .btn--secondary:hover {
        background-color: #2b8d51;
        border-color: #2b8d51;
    }

.contrast .c-nav__item.selected:after,
.contrast .c-nav__utility {
    background-color: #005696;
}

.contrast .c-nav__item.selected > a:after {
    border-top-color: #005696;
}

.cms-style h1,
.cms-style h2 {
    font-size: 1.66667rem;
    font-family: "GT Walsheim Pro Bold";
}

@media (min-width: 64em) {
    .cms-style h1 {
        font-size: 2.22222rem;
    }
}

.cms-style h2 {
    font-family: "GT Walsheim Pro Regular";
}

@media (min-width: 64em) {
    .cms-style h2 {
        font-size: 2.22222rem;
    }
}

.cms-style h3 {
    color: #005696;
    font-size: 20px;
}

    .cms-style h3:after {
        content: "";
        height: 2px;
        width: 72px;
        background: #d3d3d3;
        display: block;
        margin: 1.38889rem 0;
    }

.cms-style h4,
.contrast .c-nav__item.selected > a {
    color: #005696;
}

.cms-style h3,
.cms-style h4,
.cms-style h5,
.cms-style h6 {
    font-family: "GT Walsheim Pro Bold";
}

.cms-style h4,
.cms-style h5 {
    font-size: 20px;
    margin: 0.55556rem 0 1.11111rem;
}

.cms-style h5 {
    color: #000;
}

.cms-style h6 {
    font-size: 1rem;
}

.cms-style p {
    margin-bottom: 1.5rem;
}

.cms-style blockquote {
    font-size: 40px;
    border-style: solid;
    border-width: 1px 0;
    border-color: #e0e0e0;
    padding: 40px 0;
}

.cms-style ul {
    list-style: none;
    margin-bottom: 1.5em;
}

    .cms-style ul li {
        padding: 7px 0 7px 15px;
        position: relative;
    }

        .cms-style ul li:before {
            content: "";
            width: 5px;
            height: 5px;
            display: inline-block;
            position: absolute;
            top: 0.9em;
            left: 0;
            background-color: #0378d5;
            border-radius: 50%;
            margin-right: 10px;
        }

        .cms-style ul li a {
            color: #0378d5;
            text-decoration: none;
            transition: 0.2s;
        }

            .cms-style ul li a:active,
            .cms-style ul li a:focus,
            .cms-style ul li a:hover {
                text-decoration: underline;
            }

        .cms-style ul li ul {
            margin-left: 2em;
            margin-bottom: 0;
        }

            .cms-style ul li ul li {
                padding: 3px 0 3px 15px;
            }

.cms-style table tr:first-child td {
    font-family: "GT Walsheim Pro Medium";
}

.cms-style table tr:nth-child(even) {
    background-color: #f4f4f4;
}

.cms-style table td {
    padding: 15px;
    border: 1px solid #e0e0e0;
}

/*Operation Home Stories Widget CSS Class --- Begin*/



.stories__resources {
    font-size: 22px;
    line-height: 1.5rem;
    font-family: 'Roboto-Regular';
    font-style: normal;
    padding-top: 0.7em;
    padding-bottom: 1.0em;
    margin-bottom: 0.5em;
}

.stories__home {
    font-size: 22px;
    line-height: 1.5rem;
    font-family: 'Roboto-Regular';
    font-style: normal;
    padding-top: 0.7em;
    padding-bottom: 1.0em;
    margin-bottom: 0.5em;
}

.stories__titlerm {
    font-size: 1.2rem;
    line-height: 1.5rem;
    font-family: "Roboto-Bold";
    padding-top: 0.7em;
}

.operation__titlerm {
    font-size: 1.9rem;
    line-height: 2.2rem;
    font-family: "FjallaOne-Regular";
    padding-bottom: 0.1em;
}

@media only screen and (min-device-width : 320px) and (max-device-width : 480px) {

    .operation__titlerm {
        font-size: 1.6rem;
        line-height: 2.2rem;
        font-family: "FjallaOne-Regular";
        padding-bottom: 0.2em;
        padding-top: 0.7em
    }
}

.resources__titlehm {
    font-size: 2.2rem;
    line-height: 1.5rem;
    font-family: "FjallaOne-Regular";
    padding-bottom: 0.3em;
}

.button--primary-sm {
    /*background-color: #005493;
    border-color: #005493;*/
    color: white;
    padding: 0px 10px;
    margin-top: 10px;
    font-family: "Roboto-Bold";
}

.button--primary-blue {
    border-color: #005493;
    color: #fff;
    background: #005493;
    padding: -0em 2em;
    text-decoration: none;
    transition: 0.2s;
}

.c-card--admiral p > a {
    color: white;
}

.c-card--admiral h3 {
    color: #005493;
}




.message-admiral {
    font-size: 1.4rem;
    line-height: 1.8rem;
    font-family: "Roboto-Regular";
    font-style: normal;
    padding-top: 0.7em;
    padding-bottom: 1.0em;
    margin-bottom: 0.5em;
}


.admiral__titlerm {
    font-size: 1.9rem;
    line-height: 1.5rem;
    font-family: "Roboto-Regular";
    padding-bottom: 0.7em;
}

.c-card--admiral {
    justify-content: center;
    list-style: none;
}

.c-card--admiral {
    padding: 0 1rem 0;
}

    .c-card--admiral -small {
        padding: 0 1rem 0;
    }

@media (min-width: 48em) {
    .c-card--admiral {
        padding: 0.83rem 3rem;
    }

        .c-card--admiral -small {
            padding: 0.83rem 1rem;
        }
}

.c-card--admiral strong {
    display: block;
    font-size: 2.67rem;
    font-family: "Roboto-Regular";
    font-weight: 500;
}

.c-card--admiral p {
    margin-bottom: 0;
}

.c-card--admiral + .c-card--admiral {
}

btn-rm {
    display: inline-block;
    border-radius: 27px;
    border-width: 2px;
    border-style: solid;
    text-align: center;
    padding: 0.65em 2em;
    text-decoration: none;
    font-size: 0.77778rem;
    font-family: "Roboto-Bold";
    background-color: transparent;
    transition: 0.2s;
}


@media screen and (max-width: 480px) {
    .admin-image .c-card--admiral + .c-card--admiral {
    }

    .admin-image-left {
        flex-direction: column;
        order: 2;
    }

    .admin-image-right {
        flex-direction: column;
        order: 1;
    }
}

@media screen and (max-width: 780px) {
    .admin-image .c-card--admiral + .c-card--admiral {
    }

    .admin-image-left {
        flex-direction: column;
        order: 2;
    }

    .admin-image-right {
        flex-direction: column;
        order: 1;
    }
}

@media screen and (max-width: 375px) {
    .c-card--admiral + .c-card--admiral {
    }

}

@media screen and (max-width: 1023px) and (min-width: 480px) {
    .c-card--admiral + .c-card--admiral :nth-child(2n + 1) {
        margin-top: 0;
        border-left: 0;
    }
}

.c-card--admiral a {
    color: #005493;
}


    .c-card--admiral a:hover {
        text-decoration: underline;
    }


.c-card--admiral p > a:hover {
    text-decoration: none
}


/*Operation Home Stories Widget CSS Class --- END*/


/*SideBYside start*/

.admin-image {
    flex-direction: row;
}

.admin-image-left {
    flex-direction: row;
}

.admin-image-right {
    flex-direction: row;
}

.c-cards-admin__image {
    padding: 0;
    order: 2;
    border-bottom: none;
    background-size: cover;
    background-position: top center;
    min-height: 350px;
}



.c-card--streamline {
    justify-content: center;
    list-style: none;
}

.c-card--streamline {
    padding: 0 1rem 0;
}

    .c-card--streamline -small {
        padding: 0 1rem 0;
    }

@media (min-width: 48em) {
    .c-card--streamline {
        padding: 0.83rem 3rem;
    }

        .c-card--streamline -small {
            padding: 0.83rem 1rem;
        }
}

.c-card--streamline strong {
    display: block;
    font-size: 2.67rem;
    font-family: "Roboto-Regular";
    font-weight: 500;
}

.c-card--streamline b {
    font-size: 1.2rem;
    font-family: "Roboto-Regular";
    font-weight: 600;
}

.c-card--streamline p {
    margin-bottom: 0;
    line-height: 32px;
    font-size: 25px;
    font-family: "Roboto-Regular";
}

.c-card--streamline + .c-card--streamline {
    border-top: 1px solid rgba(112, 112, 112, 0.15);
}

@media screen and (max-width: 480px) {
    .admin-image .c-card--streamline + .c-card--streamline {
    }

    .admin-image-left {
        flex-direction: column;
        order: 2;
    }

    .admin-image-right {
        flex-direction: column;
        order: 1;
    }
}

@media screen and (max-width: 780px) {
    .admin-image .refi__smalltext1 .c-card--streamline + .c-card--streamline {
    }

    .admin-image-left {
        flex-direction: column;
        order: 2;
    }

    .admin-image-right {
        flex-direction: column;
        order: 1;
    }

    .refi__smalltext p {
        font-size: 0.7rem;
        line-height: 17px;
        font-family: "Roboto-Regular";
        padding-left: 10px;
    }
}






@media screen and (max-width: 375px) {
    .c-card--streamline + .c-card--streamline {
    }

}

@media screen and (min-width: 480px) and (max-width: 1023px) {
    .admin-image .c-card--streamline + .c-card--streamline :nth-child(2n + 1) {
        margin-top: 0;
        border-left: 0;
    }

    .admin-image-left {
        flex-direction: column;
        order: 2;
    }

    .admin-image-right {
        flex-direction: column;
        order: 1;
    }

    
}
.refi__titleh3 {
    font-size: 1.45rem;
    line-height: 1.5rem;
    font-family: "Roboto-Bold";
    color: #0071CE;   
    margin-bottom: 0.7em;
    font-weight: 600;
}

.zero__titleh3 {
    font-size: 1.45rem;
    line-height: 1.5rem;
    font-family: "Roboto-Bold";
    color: #F5A800;
    margin-bottom: 0.7em;
    font-weight: 600;
}

.refiCash__titleh3 {
    font-size: 1.45rem;
    line-height: 1.5rem;
    font-family: "Roboto-Bold";
    color: #E4752B;
    margin-bottom: 0.7em;
    font-weight: 600;
}

.refi__titlerm {
    font-size: 2.29rem;
    line-height: 2.8rem;
    font-family: "FjallaOne-Regular";
    padding-bottom: 0.1em;
    padding-top: 0.5em;
}

.refi__smalltext {
    font-size: 0.8rem;
    line-height: 18px;
    font-family: "Roboto-Regular";
    text-align: justify;
    /*padding-left: 10px;*/
}

.refi__copy {
    font-size: 23px;
    line-height: 1em;
    font-family: "Roboto-Regular";
}


.refi__text {
    font-size: 22px;
    line-height: 28px;
    font-family: "Roboto-Regular";
}






@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) {

    .refi__titlerm {
        font-size: 34px;
        line-height: 42px;
        font-family: "FjallaOne-Regular";
        padding-bottom: 0.2em;
        padding-top: 0.4em;
    }

    .refi__titleh3 {
        font-size: 26px;
        line-height: 30px;
        font-family: "Roboto-Bold";
        color: #0071CE;
        margin-bottom: 0.4em;
        font-weight: 600;
    }

    .zero__titleh3 {
        font-size: 26px;
        line-height: 30px;
        font-family: "Roboto-Bold";
        color: #F5A800;
        margin-bottom: 0.4em;
        font-weight: 600;
    }

    .refiCash__titleh3 {
        font-size: 26px;
        line-height: 30px;
        font-family: "Roboto-Bold";
        color: #E4752B;
        
        margin-bottom: 0.4em;
        font-weight: 600;
    }

    .refi__copy {
        font-size: 20px;
        line-height: 32px;
        font-family: "Roboto-Regular";
    }

    .c-card--streamline p {
        margin-bottom: 0;
        line-height: 24px;
        font-size: 20px;
        font-family: "Roboto-Regular";
    }

}




@media only screen and (min-width : 320px) and (max-width : 480px) {

    .refi__titlerm {
        font-size: 40px;
        line-height: 46px;
        font-family: "FjallaOne-Regular";
        padding-bottom: 0.4em;
        padding-top: 0.4em;
    }

    .refi__titleh3 {
        font-size: 30px;
        line-height: 1.5rem;
        font-family: "Roboto-Bold";
        color: #0071CE;
        margin-bottom: 0.7em;
        font-weight: 600;
    }

    .zero__titleh3 {
        font-size: 32px;
        line-height: 32px;
        font-family: "Roboto-Bold";
        color: #F5A800;
        margin-bottom: 0.7em;
        font-weight: 600;
    }

    .refiCash__titleh3 {
        font-size: 30px;
        line-height: 1.5rem;
        font-family: "Roboto-Bold";     
        color: #E4752B;
        margin-bottom: 0.7em;
        font-weight: 600;
    }

    .c-card--streamline p {
        margin-bottom: 0;
        line-height: 30px;
        font-size: 24px;
        font-family: "Roboto-Regular";
    }

}



.c-card--streamline p > a {
    color: white;
}

.refi__titlerm_h1 {
    font-size: 2.29rem;
    line-height: 2.8rem;
    font-family: "FjallaOne-Regular";
    padding-bottom: 0.1em;
    padding-top: 0.5em;
}

.refiplus__title {
    font-size: 40px;
    line-height: 2.8rem;
    font-family: "FjallaOne-Regular";
    padding-bottom: 0.1em;
    padding-top: 0.55em;
    color: #2E2E2E;
}

.refi__copy_v1 {
    font-size: 25px;
    line-height: 30px;
    font-family: "Roboto-Regular";
    
}

.refi__copy_v2 {
    font-size: 25px;
    line-height: 30px;
    font-family: "Roboto-Regular";
}

.refi__header {
    color: #0071CE;
    font-size: 31px;
    line-height: 38px;
    padding: 0 10px;
}

.refi__text_icon {
    font-size: 26px;
    line-height: 28px;
    font-family: "Roboto-Regular";
    padding: 0 18px;
}

.refi-line {
    border-bottom: 3px dashed #54565AAD;
}

.vl {
    border-left: 2px dashed #54565AAD;
}

.solid-line {
    border-top: 7px solid #EEEEEE;
    border-radius: 5px;
    opacity: 1;
    color: #fff;
    width: 25rem;
}

.wrapper-refi {
    width: 80%;
    margin-left: 10%;
}


.btnorange {
    display: inline-block;
    border-radius: 27px;
    border-width: 2px;
    border-style: solid;
    text-align: center;
    padding: 0.65em 2em;
    text-decoration: none;
    font-size: 0.77778rem;
    font-family: "Roboto-Regular";
    background-color: transparent;
    transition: 0.2s;
}

.button--streamline-orange {
    background-color: #FF7E01;
    border-color: #FF7E01;
    color: white;
    padding: 0px 10px;
}

.solid {
    border-top: 7px solid #EEEEEE;
    border-radius: 5px;
    opacity: 1;
    color: #fff;
}

.solid-line_right {
    border-top: 7px solid #EEEEEE;
    border-radius: 10px;
    opacity: 1;
    color: #fff;
    width: 26rem;
}

.dashed-line {
    border-bottom: 1.5px dashed #54565AAD;
}

.listblack {
    list-style: none;
    font-family: "Roboto-Regular";
    font-size: 24px;
}

    .listblack li {
        padding: 7px 0 7px 15px;
        position: relative;
    }

        .listblack li:before {
            content: "";
            width: 5px;
            height: 5px;
            display: inline-block;
            position: absolute;
            top: 0.9em;
            left: 0;
            background-color: #000000;
            border-radius: 50%;
            margin-right: 10px;
        }

.contrast .listblack li:before {
    background-color: #000000;
}

.layout--2-2-1 .layout__refi {
    width: 50%;
    padding-left: 1rem;
    flex-grow: 0;
    flex-shrink: 1;
}

Refianchor {
    color: #FF7E01;
    font-family: "Roboto-Bold"
}



.c-card--content {
    justify-content: center;
    list-style: none;
}

.c-card--content {
    padding: 0 0rem 0;
}

    .c-card--content -small {
        padding: 0 1rem 0;
    }

@media (min-width: 38em) and (max-width: 48em) {
    .c-card--content {
        padding: 10px 0px 0px 40px;
    }
}

@media (min-divice-width : 48em) {
    .c-card--content {
        padding: 9px 0px 0px 0px;
    }


    @media (max-width: 48em) {
        .c-card--content {
            padding: 9px 0px 0px 31px;
        }

            .c-card--content -small {
                padding: 0.83rem 1rem;
            }
    }
}

li.leaf {
    background: url('../images/CheckMark.png') no-repeat;
    line-height: 38px;
    padding-left: 46px;
    background-size: 32px;
}

.Purchase b {
    font-size: 25px;
    font-family: Roboto-Bold;
    font-weight: 600;
    color: #2E2E2E;
}

.Purchasecopy {
    line-height: 35px;
    font-size: 25px;
    font-family: "Roboto-Regular";
}


.hr {
    border-radius: 5px;
    width: 400px;
    border: 3px solid #EEEEEE;
    margin-bottom: 30px;
}

.headertext {
    font-family: FjallaOne-Regular;
    font-style: normal;
    font-weight: normal;
    font-size: 35px;
    color: #2E2E2E;
    line-height: 35px;
    opacity: 1;
}


.btn---primary {
    color: #fff;
}

.tooltip-icon {
    right: 0;
    position: absolute;
    top: 10px;
    opacity: 0.3;
    
}
    .tooltip-icon span {
        display: none;
        position: absolute;
        color: black;
        background: white;
        margin-left: -250px;
        border: 1px solid grey;
        font-family: Roboto-Regular;
    }
    .tooltip-icon:hover span {
        display: block;
        text-align: left;
        width: 250px;
        color: black;
        background: white;
        opacity: 1;
        z-index:1;
        /*font-size:1rem;
        margin-top:50px;*/
    }
    .tooltip-icon:hover {
        opacity: 1;
        
    }

.u-mrg-left-mob-hidden {
    margin-left: 1.22222rem;
}

.u-mrg-right-mob-hidden {
    margin-left: 1.22222rem;
}

.btn1 {
    display: inline-block;
    border-radius: 27px;
    border-width: 2px;
    border-style: solid;
    text-align: center;
    padding: 0.40em 1em;
    text-decoration: none;
    font-size: 1.1rem;
    font-family: Roboto-Bold;
    background-color: transparent;
    transition: 0.2s;
}

.btn2 {
    display: inline-block;
    border-radius: 27px;
    border-width: 2px;
    border-style: solid;
    text-align: center;
    padding: 0.35em 1.5em;
    text-decoration: none;
    font-size: 1.1rem;
    font-family: Roboto-Bold;
    background-color: #FF7E01;
    transition: 0.2s;
}

.btnrefione {
    display: inline-block;
    border-radius: 27px;
    border-width: 2px;
    border-style: solid;
    text-align: center;
    padding: 0.40em 1.5em;
    text-decoration: none;
    font-size: 26px;
    font-family: Roboto-Bold;
    /*background-color: #FF7E01;*/
    transition: 0.2s;
}


    /*.btnrefione:hover {
        background-color: #003A70 !important;
        border-color: #003A70;
    }*/


.btnrefitwo {
    display: inline-block;
    border-radius: 30px;
    border-width: 2px;
    border-style: solid;
    text-align: center;
    padding: 0.40em 1.5em;
    text-decoration: none;
    font-size: 26px;
    font-family: Roboto-Bold;
    background-color: transparent;
    transition: 0.2s;
}


    .btnrefitwo:hover {
        background-color: #025a66 !important;
        border-color: #025a66;
    }


.btnrefithree {
    display: inline-block;
    border-radius: 30px;
    border-width: 2px;
    border-style: solid;
    text-align: center;
    padding: 0.40em 1.5em;
    text-decoration: none;
    font-size: 26px;
    font-family: Roboto-Bold;
    background-color: transparent;
    transition: 0.2s;
}


    .btnrefithree:hover {
        background-color: #d86d06 !important;
        border-color: #d86d06;
    }




/*refipluslandingicons*/


.layout--25-4 code {
    background: #023f70;
    color: #fff;
}

@media (min-width: 48em) {
    .layout--25-4 .layout__item {
        width: 24%;
        padding: 0.5rem;
    }

    .layout--25-4 .layout__item:nth-child(n + 3) {
        margin-top: 0;
    }

    .layout--25-4 .layout__item:nth-child(n + 5) {
        margin-top: 2rem;
    }
}


@media (min-width: 64em) {
    .layout--25-4 .layout__item {
        width: 24%;
        padding-left: 1rem;
    }

        .layout--25-4 .layout__item:nth-child(n + 3) {
            margin-top: 0;
        }

        .layout--25-4 .layout__item:nth-child(n + 5) {
            margin-top: 2rem;
        }
}

.layout--25-4--alt .layout__item {
    margin-top: 1rem 0;
}

    .layout--25-4--alt .layout__item:nth-child(n) {
        margin: 1rem 0;
    }

.purchase__text_icon {
    font-size: 26px;
    line-height: 28px;
    font-family: "Roboto-Regular";
    /*padding: 0 18px;*/
}

/*.purchaselpmargin {
    margin-left: -8%;
}*/

.Purchaselphero {
    font-size: 2rem;
    line-height: 2.2rem;
    color: white;
    position: absolute;
    z-index: 1;
    margin-top: 340px;
    width: 55%;
    margin-left: 12%;
}

.brandlphero {
    font-size: 2rem;
    line-height: 2.2rem;
    color: white;
    position: absolute;
    z-index: 1;
    margin-top: 325px;
    width: 55%;
    margin-left: 12%;
}

.hero--purchaselanding-two {
    background-size: cover;
    background-position: top center;
    height: 250px;
    margin-top: 0;
}

.whynewday-padding {
    max-width: 80%;
    padding-left: 20%;
}

.header {
    font-size: 27px;
    line-height: 30px;
    font-family: Roboto-Bold;
}

.headercopy {
    font-size: 25px;
    line-height: 34px;
    font-family: "Roboto-Regular";
}

.aegetstarted {
    width: 70%;
}

.footermargin {
    margin-left: 10%;
}

.footerwidth {
    width: 660px;
}

.footerwrapper {
    max-width: 80%;
    margin-left: 10%
}

.contentwidth {
    width: 76%;
}

.c-footer__nav_inline a {
    margin-left: 0.4rem;
    display: inline-block;
}

.c-footer__nav li + li {
    margin-top: 0.3rem;
}

.u-bg-color-blue-footer {
    background-color: #005493;
}

.mlink {
    margin-top: 10px;
    margin-left: 10%;
}

.footerimageslist{
    margin-right:9%;
}
/*refipluslandingicons*/
/*RefiPLUS SidebySide*/
@media only screen and (min-device-width : 320px) and (max-device-width : 480px) {
    .wrapper-refi {
        width: 100% !important;
        margin-left: 0 !important
    }


    .refi__titlerm_h1 {
        font-size: 40px;
        line-height: 46px;
        font-family: "FjallaOne-Regular";
        padding-bottom: 0.4em;
        padding-top: 0.4em;
        text-align: left;
    }

    .refiplus__title {
        font-size: 36px;
        line-height: 44px;
        font-family: "FjallaOne-Regular";
    }

    .refi__header {
        font-size: 30px;
        line-height: 36px;
        font-family: Roboto-Bold;
        padding: 0 20px;
    }

    .purchase__text_icon {
        font-size: 26px;
        line-height: 28px;
        font-family: "Roboto-Regular";
        padding: 0 33px;
    }

    .refi__text_icon {
        font-size: 26px;
        line-height: 28px;
        font-family: "Roboto-Regular";
        padding: 0 20px;
    }


    .refi__copy_v1 {
        font-size: 25px;
        line-height: 32px;
        font-family: "Roboto-Regular";
        padding-bottom: 1em;
    }

    .refi__copy_v2 {
        font-size: 24px;
        line-height: 32px;
        font-family: "Roboto-Regular";
    }

    .vl {
        border-left: none !important;
    }

    .u-mrg-left-mob-hidden {
        margin-left: 2px;
    }

    .u-mrg-right-mob-hidden {
        margin-left: 2px;
    }

    .header {
        font-size: 26px;
        line-height: 36px;
        font-family: Roboto-Bold;
        padding: 0 2rem 0 0;
    }

    .headercopy {
        font-size: 22px;
        line-height: 28px;
        font-family: "Roboto-Regular";
    }

    .footerwrapper {
        max-width: 100% !important;
        padding: 0 10px !important;
        margin-left: 0% !important;
    }

    .footerdropdown {
        position: absolute;
        right: 120px;
    }

    .footerbottomtotop {
        top: 0px;
        position: relative;
        left:85%;
    }

    .c-footer__nav_inline a {
        margin-left: 0.4rem;
        display: inline-block;
    }
}


@media only screen and (min-device-width : 480px) and (max-device-width : 768px) {


    .wrapper-refi {
        width: 100% !important;
        margin-left: 0 !important;
    }

    .refi__titlerm_h1 {
        font-size: 40px;
        line-height: 46px;
        font-family: "FjallaOne-Regular";
        padding-bottom: 0.4em;
        padding-top: 0.4em;
        text-align: left;
    }

    .refiplus__title {
        font-size: 40px;
        line-height: 45px;
        font-family: "FjallaOne-Regular";
    }

    .refi__copy_v1 {
        font-size: 25px;
        line-height: 32px;
        font-family: "Roboto-Regular";
        padding-bottom: 1em;
    }

    .refi__copy_v2 {
        font-size: 24px;
        line-height: 32px;
        font-family: "Roboto-Regular";
    }

    .refi__header {
        font-size: 30px;
        line-height: 36px;
        font-family: Roboto-Bold;
        padding: 0 20px;
    }

    .refi__text_icon {
        font-size: 24px;
        line-height: 28px;
        font-family: "Roboto-Regular";
        padding: 0 48px;
    }

    .vl {
        border-left: none !important;
    }

    .u-mrg-left-mob-hidden {
        margin-left: 2px;
    }

    .u-mrg-right-mob-hidden {
        margin-left: 2px;
    }
    .purchase__text_icon {
        font-size: 26px;
        line-height: 28px;
        font-family: "Roboto-Regular";
        padding: 0 18px;
    }

    .header {
        font-size: 26px;
        line-height: 36px;
        font-family: Roboto-Bold;
    }

    .headercopy {
        font-size: 24px;
        line-height: 28px;
        font-family: "Roboto-Regular";
    }
    .footerwrapper {
        max-width: 100% !important;
        margin-left: 0% !important;
    }

    .footerdropdown {
        position: absolute;
        right: 320px;
    }

    .footerbottomtotop {
        top: 0;
        position: relative;
        left: 90%;
    }

    .c-footer__nav_inline a {
        margin-left: 0.4rem;
        display: inline-block;
    }
    .c-footer__nav h6 {
        font-size: 0.85rem;
    }
}


@media only screen and (min-width : 1024px) and (max-width : 1280px) {

    .solid-line {
        border-top: 7px solid #EEEEEE;
        border-radius: 5px;
        opacity: 1;
        color: #fff;
    }

    .solid-line_right {
        border-top: 7px solid #EEEEEE;
        border-radius: 5px;
        opacity: 1;
        color: #fff;
    }

    .refiplus__title {
        font-size: 28px;
        line-height: 28px;
        font-family: "FjallaOne-Regular";
        color: #2E2E2E;
        padding-top: 0.9em;
    }

    .refi__copy_v1 {
        font-size: 20px;
        line-height: 22px;
        font-family: "Roboto-Regular";
    }

    .refi__copy_v2 {
        font-size: 20px;
        line-height: 20px;
        font-family: "Roboto-Regular";
    }

    .refi__header {
        font-size: 22px;
        line-height: 24px;
        font-family: Roboto-Bold;
        padding: 0 25px;
    }

    .refi__text_icon {
        font-size: 19px;
        line-height: 24px;
        font-family: "Roboto-Regular";
        padding: 0 20px;
    }

    /*.vl {
        border-left: 2px dashed #54565AAD;
        height: 250px;
    }*/

    .purchase__text_icon {
        font-size: 17px;
        line-height: 24px;
        font-family: "Roboto-Regular";
        /*padding: 3px;*/
    }

    .btnpurchase {
        margin-top: 60px !important;
    }

    .vl {
        border-left: 2px dashed #54565AAD;
        height: 340px !important;
    }

    .u-mrg-left-mob-hidden {
        margin-left: 2px;
    }


    .refi-icons {
        max-width: 100% !important;
        padding: 0 !important;
        margin-left: 2% !important;
    }

    li.leaf {
        background: url(../images/CheckMark.png) no-repeat;
        line-height: 26px;
        padding-left: 46px;
        background-size: 26px;
    }

    .c-card--streamline b {
        font-size: 21px;
        font-family: "Roboto-Regular";
        font-weight: 600;
    }

    .c-card--streamline p {
        margin-bottom: 0;
        line-height: 20px;
        font-size: 20px;
        font-family: "Roboto-Regular";
    }

    .Purchase b {
        font-size: 20px;
        font-family: Roboto-Bold;
        font-weight: 600;
        color: #2E2E2E;
    }

    .Purchasecopy {
        line-height: 20px;
        font-size: 20px;
        font-family: "Roboto-Regular";
    }

    .Accordion_copy {
        font-size: 20px !important;
        line-height: 1.4em !important;
        font-family: "Roboto-Regular";
    }
    .header {
        font-size: 22px;
        line-height: 26px;
        font-family: Roboto-Bold;
    }

    .headercopy {
        font-size: 20px;
        line-height: 26px;
        font-family: "Roboto-Regular";
    }
    .footermargin {
        margin-left: 3% !important;
    }

    .footerwidth {
        width: 30% !important;
    }

    .footerwrapper {
        max-width: 100% !important;
        padding: 0 30px !important;
        margin-left: 0% !important;
    }

    .contentwidth {
        width: 100% !important;
    }

    .mlink {
        margin-top: 10px;
        margin-left: 2%;
    }

    .footerimageslist {
        margin-right: 2%;
    }
}

@media only screen and (min-width : 1280px) and (max-width : 1300px) {

    .purchase__text_icon {
        font-size: 20px;
        line-height: 24px;
        font-family: "Roboto-Regular";
        /*padding: 3px;*/
    }

    .btnpurchase {
        margin-top: 60px !important;
    }

    .vl {
        border-left: 2px dashed #54565AAD;
        height: 330px !important;
    }
    .header {
        font-size: 25px;
        line-height: 36px;
        font-family: Roboto-Bold;
    }

    .headercopy {
        font-size: 22px;
        line-height: 28px;
        font-family: "Roboto-Regular";
    }

    .footermargin {
        margin-left: 5% !important;
    }

    .footerwidth {
        width: 25% !important;
    }

    .footerwrapper {
        max-width: 100% !important;
        padding: 0 45px !important;
        margin-left: 2% !important;
    }

    .contentwidth {
        width: 95% !important;
    }
    .mlink {
        margin-top: 10px;
        margin-left: 4%;
    }

    .footerimageslist {
        margin-right: 5%;
    }
}

@media only screen and (min-width : 1300px) and (max-width : 1440px) {



    .refiplus__title {
        font-size: 36px;
        line-height: 2.4rem;
        font-family: "FjallaOne-Regular";
        padding-bottom: 0.1em;
        padding-top: 0.55em;
        color: #2E2E2E;
    }



    .refi__copy_v1 {
        font-size: 24px;
        line-height: 28px;
        font-family: "Roboto-Regular";
    }



    .refi__copy_v2 {
        font-size: 24px;
        line-height: 28px;
        font-family: "Roboto-Regular";
    }



    .solid-line {
        border-top: 7px solid #EEEEEE;
        border-radius: 5px;
        opacity: 1;
        color: #fff;
    }




    .solid {
        border-top: 7px solid #EEEEEE;
        border-radius: 5px;
        opacity: 1;
        color: #fff;
    }



    .solid-line_right {
        border-top: 7px solid #EEEEEE;
        border-radius: 10px;
        opacity: 1;
        color: #fff;
    }



    li.leaf {
        background: url('../images/CheckMark.png') no-repeat;
        line-height: 38px;
        padding-left: 46px;
        background-size: 32px;
    }




    .c-card--streamline p {
        margin-bottom: 0;
        line-height: 24px;
        font-size: 22px;
        font-family: "Roboto-Regular";
    }



    .Purchase b {
        font-size: 24px;
        font-family: "Roboto-Regular";
        font-weight: 600;
        color: #2E2E2E;
    }




    .Purchasecopy {
        line-height: 24px;
        font-size: 24px;
        font-family: "Roboto-Regular";
    }

    .Accordion_copy {
        font-size: 25px !important;
        line-height: 1.4em !important;
        font-family: "Roboto-Regular";
    }

    .purchase__text_icon {
        font-size: 20px;
        line-height: 24px;
        font-family: "Roboto-Regular";
        /*padding: 3px;*/
    }

    .btnpurchase {
        margin-top: 60px !important;
    }

    .vl {
        border-left: 2px dashed #54565AAD;
        height: 360px !important;
    }
    .header {
        font-size: 27px;
        line-height: 36px;
        font-family: Roboto-Bold;
    }

    .headercopy {
        font-size: 24px;
        line-height: 28px;
        font-family: "Roboto-Regular";
    }
    .footermargin {
        margin-left: 5% !important;
    }

    .footerwidth {
        width: 25% !important;
    }

    .footerwrapper {
        max-width: 90% !important;
        padding: 0 45px !important;
        margin-left: 2% !important;
    }

    .contentwidth {
        width: 85% !important;
    }

    .mlink {
        margin-top: 10px;
        margin-left: 5%;
    }

    .footerimageslist {
        margin-right: 5%;
    }
}

@media screen and (min-width : 1024px) and (max-width : 1440px) {
    .brandlphero {
        font-size: 1.8rem;
        line-height: 2.2rem;
        color: white;
        position: absolute;
        z-index: 1;
        margin-top: 330px;
        width: 75%;
        margin-left: 45px;
    }

    .Purchaselphero {
        font-size: 1.8rem;
        line-height: 2.2rem;
        color: white;
        position: absolute;
        z-index: 1;
        margin-top: 275px;
        width: 95%;
        margin-left: 45px;
    }

    .purchaselpmargin {
        margin-left: 1%;
    }

    .brandlpmargin {
        margin-left: 1%;
    }
    .whynewday-padding {
        max-width: 100%;
        padding: 3%;
    }
}

@media screen and (min-width : 1440px) and (max-width : 1919px) {
    .brandlphero {
        font-size: 1.8rem;
        line-height: 2.2rem;
        color: white;
        position: absolute;
        z-index: 1;
        margin-top: 330px;
        width: 75%;
        margin-left: 45px;
    }

    .Purchaselphero {
        font-size: 1.8rem;
        line-height: 2.2rem;
        color: white;
        position: absolute;
        z-index: 1;
        margin-top: 340px;
        width: 90%;
        margin-left: 4%;
    }

    .purchaselpmargin {
        margin-left: 4%;
    }

    .brandlpmargin {
        margin-left: 3%;
    }
}

/* CSS Newday RefiPLUS Product page*/

.hero--interior__content_refiplus {
    position: relative;
    z-index: 1;
    padding: 40px 80px 0 0;
}

.c-card--refiplus {
    border-radius: 10px 10px 0 0;
    background: rgba(63, 156, 168, 0.8);
    background: #093A71;
    opacity: 0.8;
    padding: 43px;
    position: relative;
    left: 65%;
    width: 600px;
    margin-top: 147px;
}

.c-card--refiplus-font {
    /*max-width: 80%;
    margin: 0 10%;*/
    font-size: 3.6rem;
    line-height: 4.5rem;
    text-align: center;
}

.c-card--refiplus-fontcopy {
    /*max-width: 90%;
    margin-left: 5%;*/
    font-size: 2rem;
    line-height: 2.4rem;
    background: #093A71;
    padding: 10px;
}

.hero--interior__background_refiplus {
    height: 700px;
    background-size: cover;
    background-position: right;
}

.wrapper-hero-refiplus {
    position: relative;
    top: 43.4%;
    background: #f4f4f4;
    border-radius: 10px 10px 0 0;
    max-width: 80%;
}

.refiplus-hero-text {
    font-size: 1.4rem;
    font-family:Roboto-Regular;
}
.u-padd-top-2x-s {
    padding-top: 3rem;
}
.hero--eligibility {
    height: 795px;
    background-size: cover;
    background-position: right;
}
.eligibility-contact-text {
    font-size: 2rem;
}



/* End CSS Newday RefiPLUS Product page*/

/*march 18th 2021*/
/*march 18th 2021*/

@media (max-width: 620px) {
    .c-card--refiplus-copy {
        padding-left: 0px;
        margin-top: 144px;
        width: 90%;
        position: absolute;
        opacity:0.8;
    }

    .c-card--refiplus-fontcopy {
        max-width: 100%;
        margin-left: 10%;
        font-size: 1.2rem;
        line-height: 1.6rem;
        margin-top: 30px;
        background: #093A71;
        border-radius: 10px 10px 0 0;
    }

    .hero--interior__background_refiplus {
        height: 250px;
        background-position: top center;
        background-size: cover;
    }
    .c-card--refiplus-font {
        max-width: 80%;
        margin: 0 10%;
        font-size: 1.8rem;
        line-height: 2.2rem;
        text-align: center;
    }

    .c-card--refiplus {
        border-radius: 0;
        background: #093A71;
        opacity: 1;
        position: relative;
        left: 0;
        width: 100%;
        margin: 0;
        padding: 15px;
    }
    .hero--interior__content_refiplus {
        position: relative;
        z-index: 1;
        padding: 0;
    }
    .vl {
        border-left: none !important;
    }
    .hero--eligibility {
        height: 250px;
        background-position: left;
        background-size: cover;
    }
}

@media (min-width:600px) and (max-width: 48em) {
    .hero--interior__background_refiplus {
        height: 350px;
        background-position: top center;
        background-size: cover;
    }

    .c-card--refiplus-font {
        max-width: 80%;
        margin: 0 10%;
        font-size: 1.8rem;
        line-height: 2.2rem;
        text-align: center;
    }

    .c-card--refiplus {
        background: #093A71;
        opacity: 1;
        position: relative;
        left: 0;
        width: 100%;
        margin: 0;
        padding: 15px;
    }
    .c-card--refiplus-fontcopy {
        max-width: 90%;
        margin-left: 5%;
        font-size: 1.2rem;
        line-height: 1.8rem;
        background: #093A71;
        padding: 10px;
        margin-top: 53px;
        border-radius: 10px 10px 0 0;
    }

    .c-card--refiplus-copy {
        padding-left: 0px;
        margin-top: 245px;
        width: 100%;
        position: absolute;
        opacity:0.8;
    }

    .vl {
        border-left: none !important;
    }
    .hero--interior__content_refiplus {
        position: relative;
        z-index: 1;
        padding: 0;
    }
    .hero--eligibility {
        height: 350px;
        background-position: top center;
        background-size: cover;
    }
}

@media (min-width:768px) and (max-width: 1023px) {
    .hero--interior__background_refiplus {
        height: 350px;
        background-position: top center;
        background-size: cover;
    }

    .c-card--refiplus-font {
        max-width: 80%;
        margin: 0 10%;
        font-size: 1.8rem;
        line-height: 2.2rem;
        text-align: center;
    }
    .c-card--refiplus {
        border-radius: 10px 10px 0 0;
        background: #093A71;
        opacity:1;
        position: relative;
        left: 0;
        width: 100%;
        margin: 0;
        padding: 15px;
    }

    .c-card--refiplus-fontcopy {
        max-width: 90%;
        margin-left: 5%;
        font-size: 1.2rem;
        line-height: 1.8rem;
        background: #093A71;
        padding: 10px;
        margin-top: 53px;
        border-radius: 10px 10px 0 0;
    }

    .c-card--refiplus-copy {
        padding-left: 0px;
        margin-top: 245px;
        width: 100%;
        position: absolute;
        opacity:0.8;
    }

    .hero--interior__content_refiplus {
        position: relative;
        z-index: 1;
        padding: 0;
    }
    .vl {
        border-left: none !important;
    }
    .hero--eligibility {
        height: 350px;
        background-position: left;
        background-size: cover;
    }
}

@media (min-width:1024px) and (max-width: 1299px){
    .hero--interior__background_refiplus {
        height: 600px;
        background-size: cover;
        background-position: right;
    }
    .c-card--refiplus {
        border-radius: 10px 10px 0 0;
        background: rgba(63, 156, 168, 0.8);
        background: #093A71;
        opacity:0.8;
        padding: 40px 15px;
        position: relative;
        left: 50%;
        max-width: 500px;
        margin-top: 309px;
    }
    .c-card--refiplus-font {
        /*max-width: 80%;
        margin: 0 10%;*/
        font-size: 2.7rem;
        line-height: 3rem;
        text-align: center;
    }
    .c-card--refiplus-fontcopy {
        /*max-width: 90%;
        margin-left: 5%;*/
        font-size: 2rem;
        line-height: 2.4rem;
        background: #093A71;
        padding: 0;
    }
    .refiplus-hero-text {
        font-size: 1.2rem;
        font-family: Roboto-Regular;
    }
    .hero--eligibility {
        height: 600px;
        background-size: cover;
        background-position: right;
    }
    .eligibility-contact-text {
        font-size: 1.5rem;
    }
    .eligibitypropertywidth {
        width: 50%;
    }

    .eligibitydocumentwidth {
        width: 50%;
    }

    .eligibility-check-width {
        max-width: 90%;
    }
}

@media (min-width:1300px) and (max-width: 1799px) {
    .hero--interior__background_refiplus {
        height: 600px;
        background-size: cover;
        background-position: right;
    }

    .c-card--refiplus {
        border-radius: 10px 10px 0 0;
        background: rgba(63, 156, 168, 0.8);
        background: #093A71;
        opacity:0.8;
        padding: 40px 15px;
        position: relative;
        left: 60%;
        max-width: 500px;
        margin-top: 309px;
    }

    .c-card--refiplus-font {
        /*max-width: 80%;
        margin: 0 10%;*/
        font-size: 2.7rem;
        line-height: 3rem;
        text-align: center;
    }

    .c-card--refiplus-fontcopy {
        /*max-width: 90%;
        margin-left: 5%;*/
        font-size: 2rem;
        line-height: 2.4rem;
        background: #093A71;
        padding: 0;
    }
    .hero--eligibility {
        height: 720px;
        background-size: cover;
        background-position: right;
    }
}

@media (min-width:1024px) and (max-width: 1500px) {
    .layout--75-25 .layout__item:last-child {
        padding-left: 0 !important;
    }

    .phone-number-padding {
        padding-left: 0.5rem !important;
    }
}

@media (min-width:1800px) {
    .c-card--refiplus {
        border-radius: 10px 10px 0 0;
        background: rgba(63, 156, 168, 0.8);
        background: #093A71;
        opacity: 0.8;
        padding: 40px 15px;
        position: relative;
        left: 65%;
        width: 600px;
        margin-top: 228px;
    }
    .c-card--refiplus-fontcopy {
        max-width: 90%;
        margin-left: 5%;
        font-size: 2rem;
        line-height: 2.4rem;
        background: #093A71;
        padding: 0;
    }
}

@media screen and (max-width: 1800px) {
    .aegetstarted {
        width: 60%;
    }
}

/* End CSS Newday RefiPLUS Product page*/



/*Refiplus*/



/*refiPLUS Accordion*/

/*refiPLUS Accordion*/
.wrapper-refi_FAQ {
    width: 70%;
    margin-left: 10%;
}
.refiplus__title_FAQ {
    font-size: 40px;
    line-height: 2.8rem;
    font-family: "FjallaOne-Regular";
    padding-bottom: 0.1em;
    padding-top: 0.5em;
}

label#a {
    display: block;
    padding: 16px 22px;
    margin: 0 0 20px 0;
    cursor: pointer;
    background-color: #093A71;
    border-radius: 36px;
    border-width: 2px;
    color: #FFF;
    font-size: 28px;
    transition: ease .1s;
    position: relative;
    font-weight: bold;
    font-family: Roboto-Bold;
    outline: none;
}

.Accordion_copy {
    font-size: 25px;
    line-height: 1.4em;
    font-family: "Roboto-Regular";
}


label[id=a]::after {
    content: '+';
    font-size: 26px;
    font-weight: bolder;
    position: absolute;
    right: 30px;
    top: 18px;
}

input:checked + label[id=a]::after {
    content: '-';
    font-size: 26px;
    right: 30px;
    top: 18px;
}

.content {
    padding: 5px 20px;
    margin: 0 0 0px 0;
    font-family: Roboto-Regular;
}

input + label[id=a] + .content {
    display: none;
}

input:checked + label[id=a] + .content {
    display: block;
}

.eligibitypropertywidth {
    width: 49%;
    padding: 30px;
}

.eligibitydocumentwidth {
    width: 48%;
    padding: 30px;
}
.eligibility-check-width {
    max-width: 80%;
}


@media screen and (max-width: 1800px) {

    .eligibitypropertywidth {
        width: 50%;
    }

    .eligibitydocumentwidth {
        width: 50%;
    }
    .eligibility-check-width {
        max-width: 90%;
    }
}



@media only screen and (min-device-width : 320px) and (max-device-width : 767px) {
    .wrapper-refi_FAQ {
        width: 100% !important;
        margin-left: 0 !important;
    }

    .refiplus__title_FAQ {
        font-size: 40px;
        line-height: 44px;
        font-family: "FjallaOne-Regular";
        padding-left: 0.5em;
    }
    label#a {
        display: block;
        padding: 15px 25px;
        margin: 0 15px 20px 12px;
        cursor: pointer;
        background-color: #093A71;
        border-radius: 20px;
        border-width: 2px;
        color: #FFF;
        font-size: 26px;
        transition: ease .1s;
        position: relative;
        font-weight: bold;
        font-family: Roboto-Bold;
        outline: none;
    }

    .Accordion_copy {
        font-size: 24px;
        line-height: 1.4em;
        font-family: "Roboto-Regular";
    }

    label[id=a]::after {
        content: '+';
        font-size: 25px;
        font-weight: bolder;
        position: absolute;
        right: 10px;
        top: 34px;
    }

    input:checked + label[id=a]::after {
        content: '-';
        font-size: 25px;
        right: 10px;
        top: 34px;
    }

    .content {
        padding: 5px 20px;
        margin: 0 0 0px 0;
        font-family: Roboto-Regular;
    }

    input + label[id=a] + .content {
        display: none;
    }

    input:checked + label[id=a] + .content {
        display: block;
    }
}

@media only screen and (min-width : 768px) and (max-width : 1023px) {

    .wrapper-refi_FAQ {
        width: 100% !important;
        margin-left: 0 !important;
    }

    .refiplus__title_FAQ {
        font-size: 40px;
        line-height: 44px;
        font-family: "FjallaOne-Regular";
        padding-left: 0.5em;
    }

    label#a {
        display: block;
        padding: 16px 22px;
        margin: 0 15px 20px 12px;
        cursor: pointer;
        background-color: #093A71;
        border-radius: 36px;
        border-width: 2px;
        color: #FFF;
        font-size: 26px;
        transition: ease .1s;
        position: relative;
        font-weight: bold;
        font-family: Roboto-Bold;
        outline: none;
    }

    .Accordion_copy {
        font-size: 24px;
        line-height: 1.4em;
        font-family: "Roboto-Regular";
    }

    label[id=a]::after {
        content: '+';
        font-size: 26px;
        font-weight: bolder;
        position: absolute;
        right: 30px;
        top: 15px;
    }

    input:checked + label[id=a]::after {
        content: '-';
        font-size: 26px;
        right: 30px;
        top: 15px;
    }

    .content {
        padding: 5px 20px;
        margin: 0 0 0px 0;
        font-family: Roboto-Regular;
    }

    input + label[id=a] + .content {
        display: none;
    }

    input:checked + label[id=a] + .content {
        display: block;
    }
}
/*Begin-RefiPageCSS*/
.hero--interior__background_refiplusproduct {
    height: 750px;
    background-size: cover;
    background-position: top center;
}

.wrapper-hero-refiplusdesk {
    position: relative;
    top: 34.75%;
    background: rgba(0, 58, 112, 0.8);
    border-radius: 10px 10px 0 0;
    width: 621px;
    height: 490px;
    margin-left: 55%;
    top: 34.70%;
    max-width: 80%;
}

.c-wrapper--refiplus-font {
    font-size: 3.6rem;
    margin: 0 10%;
    line-height: 4.5rem;
}

.c-wrapper--refiplus-fontcopy {
    font-size: 2rem;
    line-height: 2.4rem;
}

@media (max-width:48em) {
    .hero--interior__background_refiplusproduct {
        height: 250px;
        background-size: cover;
        background-position: left center;
    }

    .wrapper-hero-refiplusproduct {
        position: relative;
        background: rgba(0, 58, 112, 1);
        max-width: 100%;
        padding: 30px 9px 12px 9px;
    }

    .c-wrapper--refiplusproduct-font {
        font-size: 1.8rem;
        line-height: 2.2rem;
        padding: 3%;
    }

    .wrapper-hero-refiproduct {
        position: relative;
        background: rgba(0, 58, 112, 0.8);
        top: 170px;
        border-radius: 10px 10px 0 0;
        height: 80px;
        max-width: 90%;
    }

    .c-wrapper--refiplusproduct-fontcopy {
        font-size: 1.2rem;
        line-height: 1.6rem;
        padding: 4%;
    }
}

@media only screen and (min-device-width:769px)and (max-device-width:1023px) {
    .hero--interior__background_refiplusproduct {
        height: 437px;
        background-size: cover;
        background-position: left center;
    }

    .wrapper-hero-refiplusproduct {
        position: relative;
        top: 34.7%;
        background: rgba(0, 58, 112, 1);
        border-radius: 10px 10px 0 0;
        width: 100%;
        padding: 8%;
    }

    .c-wrapper--refiplusproduct-font {
        font-size: 1.8rem;
        line-height: 2.2rem;
        padding: 3%;
    }

    .wrapper-hero-refiproduct {
        position: relative;
        background: rgba(0, 58, 112, 0.8);
        top: 80.7%;
        height: 84px;
        border-radius: 10px 10px 0 0;
        max-width: 90%;
    }

    .c-wrapper--refiplusproduct-fontcopy {
        font-size: 1.3rem;
        line-height: 1.6rem;
        padding: 4%;
    }
    
}

@media only screen and (max-device-width:1024px) {
    .wrapper-hero-refiplusdesk {
        position: relative;
        background: rgba(0, 58, 112, 0.8);
        border-radius: 10px 10px 0 0;
        height: 437px;
        margin-left: 50%;
        top: 41.7%;
        width: 50%;
    }

    .wrapper-hero-refiplusproduct {
        position: relative;
        background: rgba(0, 58, 112, 1);
        max-width: 100%;
        padding: 45px 9px 12px 9px;
    }


    .c-wrapper--refiplus-font {
        font-size: 3.5rem;
        line-height: 4rem;
    }

    .c-wrapper--refiplus-fontcopy {
        font-size: 1.8rem;
        line-height: 2.5rem;
    }
}

@media screen and (min-width:1025px) and (max-width:1387px) {
    .wrapper-hero-refiplusdesk {
        position: relative;
        top: 34.7%;
        background: rgba(0, 58, 112, 0.8);
        border-radius: 10px 10px 0 0;
        width: 50%;
        height: 490px;
        margin-left: 50%;
    }

    .wrapper-hero-refiplusproduct {
        position: relative;
        background: rgba(0, 58, 112, 0.8);
        max-width: 100%;
        padding: 45px 9px 12px 9px;
    }


    .c-wrapper--refiplus-font {
        font-size: 3.5rem;
        line-height: 4rem;
    }

    .c-wrapper--refiplus-fontcopy {
        font-size: 1.8rem;
        line-height: 2.5rem;
    }
   
}
/*End-RefiPageCSS*/

/*AE Page Start*/
.ae-hero-background {
    height: 650px;
    background-size: cover;
    background-position: center 50px;
    background-repeat:no-repeat;
}

.ae-hero-overlay {
    position: relative;
    background: #093A71;
    border-radius: 10px 10px 0 0;
    width: 650px;
    height: 400px;
    margin-left: 50%;
    top: 250px;
    max-width: 80%;
}
.ae-name {
    font-size: 3.2rem;
    margin: 0 5%;
    line-height: 4.5rem;
}
.ae-copy-text {
    font-size: 1.4rem;
    font-family: Roboto-Regular;
}

@media screen and (max-width: 48em){
    .ae-hero-background {
        height: 450px;
        background-size: cover;
        background-position: center 100px;
    }
    .ae-hero-overlay {
        position: relative;
        background: rgba(0, 58, 112,1 );
        top: 380px;
        border-radius: 10px 10px 0 0;
        height: 70px;
        width: 90%;
        margin-left: 10%;
    }
    .ae-name {
        font-size: 2rem;
        line-height: 2.4rem;
        padding: 4%;
    }
}

@media screen and (min-width:48em) and (max-width: 1023px) {
    .ae-hero-background {
        height: 500px;
        background-size: cover;
        background-position: center 60px;
    }

    .ae-hero-overlay {
        position: relative;
        background: rgba(0, 58, 112,1);
        top: 430px;
        border-radius: 10px 10px 0 0;
        height: 70px;
        width: 90%;
        margin-left: 10%;
    }

    .ae-name {
        font-size: 2.4rem;
        line-height: 2.4rem;
        padding: 2%;
    }
}

@media screen and (min-width:1024px) and (max-width: 1280px) {
    .ae-hero-background {
        height: 650px;
        background-size: cover;
        background-position: -250px top;
    }

    .ae-hero-overlay {
        position: relative;
        background: #093A71;
        border-radius: 10px 10px 0 0;
        width: 500px;
        height: 450px;
        margin-left: 50%;
        top: 200px;
        max-width: 80%;
    }

    .ae-copy-text {
        font-size: 1rem;
        font-family: Roboto-Regular;
    }
    
}

@media screen and (min-width:1280px) and (max-width: 1440px) {
    .ae-hero-background {
        height: 650px;
        background-size: cover;
        background-position: -200px top;
    }

    .ae-hero-overlay {
        position: relative;
        background: #093A71;
        border-radius: 10px 10px 0 0;
        width: 600px;
        height: 450px;
        margin-left: 50%;
        top: 200px;
        max-width: 80%;
    }

    .ae-copy-text {
        font-size: 1rem;
        font-family: Roboto-Regular;
    }

    .widget-hero-two {
        padding-right: 5%;
        position: absolute;
        top: -15px;
        z-index: 2;
    }

    .widget-columns .widget-columns__widget-hero {
        width: 50%;
        display: none;
        width: 800px;
    }
    /*PPCNewConsentForm*/
    .padding-Top-Right {
        padding-top: 180px !important;
        padding-right: 2% !important;
    }

    .widget__title {
        font-size: 20px !important;
        padding: 15px 15px !important;
    }

    /*PPCNewConsentForm*/
    .widget--form-hero-three {
        top: 507px !important;
    }
   
}

@media screen and (min-width: 64em){
    .ae-padding {
        border-left: 10px solid white;
        border-right: 10px solid white;
    }
}

/*AE Page End*/

/*Gold One Page Start*/
    /* Gold Desktop Header Properties Start*/
.gold-one-c-nav {
    font-size: 0.77778rem;
    height: 4.22222rem;
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 200;
}
@media (min-width: 64em) {
    .gold-one-c-nav {
        background-color: #fff;
        height: 75px;
        position: relative;
    }
}
@media only screen and (max-width: 1023px) {
    .gold-one-c-nav {
        display: none;
    }
}
    /*Gold Desktop Header Properties End*/

    /*Gold Mobile Header Properties Start*/
.gold-one-c-m-nav {
    display: none;
}

@media only screen and (max-width: 1023px) {
    .gold-one-c-m-nav {
        display: block;
        position: relative;
        top: 0;
        width: 100%;
        height: 145.47px;
        z-index: 21;
        background-color: #fff;
        box-shadow: 0 0 40px 0 rgba(0, 0, 0, 0.3);
        transition: transform 0.2s ease-out;
    }
}
.gold-one-c-logo {
    display: inline-block;
    background-repeat: no-repeat;
    background-position: center;
    transition: none;
    width: 200px;
    height: 30px;
}
.gold-one-u-padd-all {
    padding:25px;
}
    /*Gold Mobile Header Properties End*/

.gold-one-hero--2 {
    position: relative;
    overflow-x: hidden;
    z-index: 2;
}

    @media only screen and (max-width: 1023px) {
        .gold-one-hero--2 {
            margin-top: 0px;
        }
        .gold-white-background{
            background-color: white;
        }
        .gold-heading-props {
            font-size: 36px !important;
            text-align: center;
            line-height: 2.5rem !important;
            color: #2a416e
        }

        .gold-subheading-props {
            font-size: 18px !important;
            text-align: center;
            line-height: 1.2rem !important;
            color: #000000
        }
        .gold-border-image {
            height: 7px;
            background-image: url(/Content/images/gold_bar_lp.png)
        }
        .gold-u-padding {
            padding: 25px
        }
        .gold--hero--interior__content {
            position: relative;
            z-index: 1;
            max-width: 100%;
            width: 100%;
        }
        .gold--bottom--hero--interior__content {
            position: relative;
            z-index: 1;
            max-width: 100%;
            width: 100%;
        }
        .gold-centered-div {
            margin: 0 auto;
            width: 210px;
        }
        .gold--btn--wide {
            min-width: 210px;
            min-height: 40px;
        }
        .hero--gold--interior__background {
            width: 100vw;
            height: 56vw;
            overflow-y: hidden;
        }
    }

    @media (min-width: 64em) {
        .gold-one-hero--2 {
            margin-top: 0px;
        }
    }

    

    .gold-button-margin {
        margin-top: 36.85px;
    }

    @media screen and (min-width: 1024px) and (max-width: 1099px) {
        .gold-u-padding {
            padding-top: 20px;
            padding-right: 10px;
            padding-bottom: 60px;
        }

        .gold-button-margin {
            margin-top: 18.85px;
            margin-bottom: 5px;
        }
    }

    @media screen and (min-width: 1100px) and (max-width: 1279px) {
        .gold-u-padding {
            padding-top: 20px;
            padding-right: 10px;
            padding-bottom: 108px;
        }

        .gold-button-margin {
            margin-top: 13.85px !important;
        }

        .gold-heading-props {
            font-size: 55px !important;
            line-height: 3.7rem !important;
            margin-block-end: 0.67rem;
            color: #2a416e
        }

        .gold-subheading-props {
            font-size: 30px !important;
            line-height: 2rem !important;
            color: #000000
        }
    }

    @media screen and (min-width: 1280px) and (max-width: 1439px) {
        .gold-u-padding {
            padding-top: 50px;
            padding-right: 10px;
            padding-bottom: 142px;
        }

        .gold-heading-props {
            font-size: 55px !important;
            line-height: 3.7rem !important;
            margin-block-end: 0.67rem;
            color: #2a416e
        }

        .gold-subheading-props {
            font-size: 30px !important;
            line-height: 2rem !important;
            color: #000000
        }

        .gold-button-margin {
            margin-top: 10.85px;
            margin-bottom: 5px;
        }
    }

    @media screen and (min-width: 1440px) {
        .gold-heading-props {
            font-size: 55px !important;
            line-height: 66px !important;
            color: #2a416e
        }
    }

    @media screen and (min-width: 1024px) and (max-width: 1099px) {
        .gold-heading-props {
            font-size: 55px !important;
            line-height: 3.4rem !important;
            margin-block-end: 0.2rem;
            color: #2a416e
        }

        .gold-subheading-props {
            font-size: 30px !important;
            line-height: 1.7rem !important;
            color: #000000
        }
    }

@media screen and (min-width: 1100px){

    .gold-subheading-props {
        font-size: 30px !important;
        line-height: 1.7rem !important;
        color: #000000
    }
}
@media (min-width: 1024px) {
    .gold-border-image {
        height: 15px;
        background-image: url(/Content/images/gold_bar_lp.png)
    }
}

    /*Gold Navigation Bar Settings - Start*/
    .gold-one-c-nav__utility-two {
        background-color: #27416d;
        position: relative;
        text-align: center;
        display: none;
        color: #fff;
    }

    @media (min-width: 64em) {
        .gold-one-c-nav__utility-two {
            display: flex;
            justify-content: left;
            align-items: center;
            height: inherit;
        }
    }

    .gold-one-c-nav__utility-two-message {
        margin-left: 50%;
        font-size: 1rem;
    }

    .gold-one-c-nav__logo-revamp {
        display: block;
        background-repeat: no-repeat;
        background-position: center;
        transition: none;
        width: 230px;
        height: 35px;
        margin-left: 50px;
    }

    .gold-one-c-nav__inner {
        display: flex;
        align-items: center;
    }

    @media screen and (min-width: 1024px) and (max-width: 1199px) {

        .gold-one-c-nav__utility-two-message {
            margin-left: 24%;
            margin-right: 50px;
            font-size: 24px;
        }
    }

    @media screen and (min-width: 1200px) and (max-width: 1399px) {

        .gold-one-c-nav__utility-two-message {
            margin-left: 39%;
            margin-right: 50px;
            font-size: 24px;
        }
    }

    @media screen and (min-width: 1400px) and (max-width: 1600px) {

        .gold-one-c-nav__utility-two-message {
            margin-left: 47%;
            margin-right: 50px;
            font-size: 24px;
        }
    }

    @media screen and (min-width: 1601px) and (max-width: 1919px) {

        .gold-one-c-nav__utility-two-message {
            margin-left: 52%;
            margin-right: 50px;
            font-size: 24px;
        }
    }

    @media screen and (min-width: 1920px) {

        .gold-one-c-nav__utility-two-message {
            margin-left: 60%;
            margin-right: 50px;
            font-size: 24px;
        }
    }

    @media screen and (min-width: 2560px) {

        .gold-one-c-nav__utility-two-message {
            margin-left: 69%;
            margin-right: 50px;
            font-size: 24px;
        }
    }
    /* Gold Navigation Bar Settings - End*/
    /*Gold Second subsection borrow and get - Start*/
    .gold-hero--5 {
        position: relative;
        overflow-x: hidden;
        z-index: 2;
    }
    .gold-hero--5 {
        margin: 0px;
    }
    .gold-u-mrg-all {
        padding: 50px 12.5% 50px 12.5%;
        margin: 0px;
    }
    @media only screen and (max-width: 1023px) {
        .gold-u-mrg-all {
            padding: 25px;
            margin: 0px;
        }
        .gold-borrow-get-size {
            font-size: 16px !important;
            line-height: 18pt !important;
            text-align: left;
        }
        .gold-borrow-get-size b {
            font-size: 16px !important;
            font-family: "Roboto-Regular";
            line-height: 18pt !important;
            font-weight: 600;
        }
        .gold-layout {
            display: block;
            flex-wrap: wrap;
        }
        .gold-pill-one-header {
            color: #000000;
            font-size: 20px;
        }
        .gold-pill-one-header b {
            color: #000000;
            font-size: 32px;
            font-family: "Roboto-Bold";
        }
        .gold-pill-two-header {
            color: #000000;
            font-size: 20px;
        }
        .gold-pill-two-header b {
            color: #000000;
            font-size: 32px;
            font-family: "Roboto-Bold";
        }
        .gold-button-2-margin {
            height: 40px;
            width: 210px;
            margin: 50px 43% 0px 43%;
        }
        .gold-u-font-size-sm {
            text-align: left;
            font-size: 10px;
            font-family: "Roboto-Regular";
            padding: 25px;
        }
        .gold-cash-three-size {
            font-size: 32px !important;
            line-height: 38.2px !important;
            text-align: center;
            color: #2a416e;
        }
        .gold-cash-three-size b {
            font-size: 32px !important;
            font-family: "FjallaOne-Regular";
            line-height: 38.2px !important;
            font-weight: 600;
            color: #2a416e;
        }
        .gold-u-mrg-all-bullets {
            padding: 0px 12.5% 25px 12.5%;
            margin: 0px;
        }
        .gold-star ul {
            list-style-type: none;
            margin: 0;
        }
        .gold-star ul li {
            margin-bottom: 10px !important;
            margin: 0;
            padding: 0;
            font-size: 20px;
            text-align: left;
        }
        .gold-star li::before {
            content: "\2605"; /* Unicode character for a gold star */
            color: #a98e51; /* Set the color to gold */
            font-size: 20px; /* Increase the size of the star */
            margin-right: 0.25em; /* Add some space between the star and the text */
            text-align: left;
            line-height: 24px !important;
        }
        .gold-wrapper-hero-revamp {
            margin: 0 25px 0 25px;
            background: #fcf9eb;
            border-radius: 5px 5px 5px 5px;
            max-width: 100%;
            border: 1px solid #ad862d;
            position: inherit;
            bottom: 0;
            right: 5%;
        }
        .gold-u-mrg-top-bot-heading {
            padding: 25px;
            margin: 0;
        }
        .gold-cash-box-header-size {
            font-size: 28px !important;
            line-height: 42px;
            color: #2a416e;
        }
        .gold-hero-pill {
            background-size: contain;
            background-repeat: no-repeat;
            width: 50vw;
            height: 55.8vw;
            margin: auto;
            padding: 0px;
        }
        .gold-hero-pill-one-header {
            color: #000000;
            font-size: 18px;
            text-align: center;
            padding-top: 12.5px;
        }
        .gold-hero-pill-one-subheader {
            color: #000000;
            font-size: 15px;
            text-align: center;
            padding: 0 60px 25px 60px;
        }
        .hero--gold--interior__background__bottom {
            position: relative;
            background-repeat: no-repeat;
            background-size: contain;
            width: 100vw;
            height: 74.6vw;
            overflow-y: hidden;
        }
        .gold-bottom-heading-props {
            font-size: 32px !important;
            text-align: center;
            line-height: 38.4px !important;
            margin: 0;
            color: #ffffff;
        }
        .gold-bottom-disclaimer-props {
            position: absolute;
            bottom: calc(100% - 72.6vw); /* 74.6px is the height of the image */
            left: calc((100% - 100vw) / 2); /* 100vw is the width of the image */
            right: calc((100% - 100vw) / 2);
            font-size: 10px;
            color: #ffffff;
            text-align: center;
        }
        .gold-u-mrg-left-focused {
            margin: 30px 25px;
        }
        .gold-bottom-subheading-props {
            font-size: 18px !important;
            padding-bottom: 10px;
            text-align: left;
            line-height: 21.6px !important;
            color: #005da6;
        }
        .gold-bottom-body-props {
            font-size: 15px !important;
            text-align: left;
            line-height: 18px !important;
            color: #000000;
            padding-right: 0px;
        }
        .gold-bottom-cta-props {
            position: relative;
            background-repeat: no-repeat;
            background-position: top center;
            background-size: cover;
            width: 100vw;
            height: 147px;
            overflow-y: hidden;
        }
        .gold-bottom-center-align {
            display: flex;
            flex-direction: column;
            justify-content: center;
            align-items: center;
            height: 147px;
        }
        .gold-bottom-cta-text {
            font-size: 22px;
            color: #2a416e;
        }
        .gold-three-hero--landing-revamp {
            min-height: 200px;
            margin: 0px;
            padding: 0px;
            background-size: cover;
            background-position: top center;
            background-repeat: no-repeat;
        }
    }
    @media (min-width: 200px) and (max-width: 319px) {
        .gold-layout--2-1-1 > .layout__item {
            width: 100%;
            padding: 0px 8% 0px 8%;
        }
        .gold-bottom-body-props {
            padding-right: 0px;
        }
        .gold-bottom-heading-props {
            padding: 25px 25px 25px 25px;
        }
    }
    @media (min-width: 320px) and (max-width: 419px) {
        .gold-layout--2-1-1 > .layout__item {
            width: 100%;
            padding: 0px 13% 0px 13%;
        }
        .gold-bottom-body-props {
            padding-right: 7px;
        }
        .gold-bottom-heading-props {
            padding: 25px 30px 25px 30px;
        }
        .gold-hero-pill-one-subheader {
            padding: 0 21px 25px 21px;
        }
    }
    @media (min-width: 420px) and (max-width: 479px) {
        .gold-layout--2-1-1 > .layout__item {
            width: 100%;
            padding: 0px 22% 0px 22%;
        }
        .gold-bottom-body-props {
            padding-right: 46px;
        }
        .gold-bottom-heading-props {
            padding: 25px 80px 25px 80px;
        }
    }
    @media (min-width: 480px) and (max-width: 539px) {
        .gold-layout--2-1-1 > .layout__item {
            width: 100%;
            padding: 0px 24% 0px 24%;
        }
        .gold-bottom-body-props {
            padding-right: 15px;
        }
        .gold-bottom-heading-props {
            padding: 25px 110px 25px 110px;
        }
    }
    @media (min-width: 540px) and (max-width: 639px) {
        .gold-layout--2-1-1 > .layout__item {
            width: 100%;
            padding: 0px 27% 0px 27%;
        }
        .gold-bottom-body-props {
            padding-right: 15px;
        }
        .gold-bottom-heading-props {
            padding: 25px 25px 25px 25px;
        }
    }
    @media (min-width: 640px) and (max-width: 719px) {
        .gold-layout--2-1-1 > .layout__item {
            width: 100%;
            padding: 0px 30% 0px 30%;
        }
        .gold-bottom-body-props {
            padding-right: 15px;
        }
        .gold-bottom-heading-props {
            padding: 25px 25px 25px 25px;
        }
    }
    @media (min-width: 720px) and (max-width: 767px) {
        .gold-layout--2-1-1 > .layout__item {
            width: 100%;
            padding: 0px 32% 0px 32%;
        }
        .gold-bottom-body-props {
            padding-right: 15px;
        }
        .gold-bottom-heading-props {
            padding: 25px 25px 25px 25px;
        }
    }
    @media (min-width: 768px) and (max-width: 799px) {
        .gold-layout--2-1-1 > .layout__item {
            width: 100%;
            padding: 0px 34% 0px 34%;
        }
        .gold-bottom-body-props {
            padding-right: 15px;
        }
        .gold-bottom-heading-props {
            padding: 25px 25px 25px 25px;
        }
    }
    @media (min-width: 800px) and (max-width: 899px) {
        .gold-layout--2-1-1 > .layout__item {
            width: 100%;
            padding: 0px 34% 0px 34%;
        }
        .gold-bottom-body-props {
            padding-right: 15px;
        }
        .gold-bottom-heading-props {
            padding: 25px 25px 25px 25px;
        }
        .gold-u-mrg-all-bullets {
            padding: 0px 12.5% 25px 15.5%;
        }
    }
    @media (min-width: 900px) and (max-width: 959px) {
        .gold-layout--2-1-1 > .layout__item {
            width: 100%;
            padding: 0px 36% 0px 36%;
        }
        .gold-bottom-body-props {
            padding-right: 15px;
        }
        .gold-bottom-heading-props {
            padding: 25px 25px 25px 25px;
        }
        .gold-u-mrg-all-bullets {
            padding: 0px 12.5% 25px 20.5%;
        }
    }
    @media (min-width: 960px) and (max-width: 1023px) {
        .gold-layout--2-1-1 > .layout__item {
            width: 100%;
            padding: 0px 37% 0px 37%;
        }
        .gold-bottom-body-props {
            padding-right: 15px;
        }
        .gold-bottom-heading-props {
            padding: 25px 25px 25px 25px;
        }
        .gold-u-mrg-all-bullets {
            padding: 0px 12.5% 25px 20.5%;
        }
    }
    @media (min-width: 48em) and (max-width: 64em) {
        .gold-hero--landing-revamp {
            margin: 0px !important;
        }
    }

    .gold-hero--landing-revamp {
        background-size: contain;
        background-position: top right;
        background-repeat: no-repeat;
        min-height: 200px;
        margin: 0px;
    }


    @media (min-width: 64em) {
        .gold-hero--landing-revamp {
            min-height: 300px;
            margin: 0px;
            padding: 0px;
        }

        .gold-three-hero--landing-revamp {
            min-height: 300px;
            margin: 0px;
            padding: 0px;
            background-size: contain;
            background-position: top right;
            background-repeat: no-repeat;
        }

        .gold-borrow-get-size {
            font-size: 28px !important;
            line-height: 38px !important;
        }

        .gold-borrow-get-size b {
            font-size: 28px !important;
            font-family: "Roboto-Regular";
            font-weight: 600;
        }

        .gold-button-2-margin {
            height: 55px;
            width: 275px;
            margin: 50px 41% 0px 41%;
        }

        .gold-u-font-size-sm {
            text-align: center;
            font-size: 14px;
            padding: 50px;
        }

        .gold-cash-three-size {
            font-size: 45px !important;
            line-height: 54px !important;
            color: #2a416e;
        }

        .gold-cash-three-size b {
            font-size: 45px !important;
            line-height: 54px !important;
            font-family: "FjallaOne-Regular";
            font-weight: 600;
            color: #2a416e;
        }

        .gold-u-mrg-all-sub-heading {
            padding: 50px 50px 25px 50px;
            margin: 0;
        }

        .gold-u-mrg-all-bullets {
            padding: 0px 12.5% 50px 13%;
            margin: 0px;
        }

        .gold-star ul {
            list-style-type: none;
            margin: 0;
        }

        .gold-star ul li {
            margin-bottom: 0 !important;
            margin: 0;
            padding: 0;
            font-size: 26px;
            text-align: left;
        }

        .gold-star li::before {
            content: "\2605"; /* Unicode character for a gold star */
            color: #a98e51; /* Set the color to gold */
            font-size: 26px; /* Increase the size of the star */
            margin-right: 0.5em; /* Add some space between the star and the text */
            text-align: left;
            line-height: 40.04px !important;
        }

        .gold-cash-box-header-size {
            font-size: 41px !important;
            line-height: 49.2px !important;
            color: #2a416e;
        }

        .gold-u-mrg-top-bot-heading {
            padding-top: 50px;
            padding-bottom: 50px;
            margin: 0;
        }
    }

    .gold-c-card {
        text-align: center;
        background: linear-gradient(90deg, rgba(238,201,102,1) 0%, rgba(243,227,120,1) 50%, rgba(240,210,110,1) 100%);
        border: 2px solid #ad862d;
        padding: 20px;
        position: relative;
        z-index: 5;
        height: 100%;
    }

    .gold-revamp-pills {
        max-width: 50%;
    }


    @media (min-width: 64em) {
        .gold-revamp-pills {
            max-width: 75%;
            margin: 0 auto;
        }

        .gold-layout {
            display: flex;
            flex-wrap: wrap;
        }

        .gold-layout--2-1-1 > .layout__item {
            width: 50%;
            padding-left: 4rem;
        }

        .gold-pill-one-header {
            color: #000000;
            font-size: 26px;
        }

        .gold-pill-one-header b {
            color: #000000;
            font-size: 43px;
            font-family: "Roboto-Bold";
        }

        .gold-pill-two-header {
            color: #000000;
            font-size: 26px;
        }

        .gold-pill-two-header b {
            color: #000000;
            font-size: 43px;
            font-family: "Roboto-Bold";
        }

        .gold-wrapper-hero-revamp {
            background: #fcf9eb;
            border-radius: 8px 8px 8px 8px;
            max-width: 90%;
            border: 2px solid #ad862d;
            position: inherit;
            bottom: 0;
            right: 5%;
        }

        .gold-layout--1-1-1 > .layout__item {
            width: 33.3%;
        }

        .gold-box-pills {
            max-width: 100%;
        }

        .gold-wrapper {
            padding: 0 50px 50px 0;
        }

        .gold-pill-card {
            position: relative;
            height: 100%;
        }

        .gold-hero-pill {
            background-size: contain;
            background-repeat: no-repeat;
            width: 100vw;
            height: 25.8vw;
            margin: 0px;
            padding: 0px;
        }

        .gold-hero-pill-one-header {
            color: #000000;
            font-size: 22px;
            text-align: center;
            padding-top: 25px;
            padding-bottom: 0;
        }

        .gold-hero-pill-one-subheader {
            color: #000000;
            font-size: 18px;
            text-align: center;
            padding-top: 0;
            padding-bottom: 0;
        }

        .gold-bottom-heading-props {
            font-size: 45px !important;
            text-align: center;
            line-height: 67.5px !important;
            padding: 25px;
            margin: 0;
            color: #ffffff;
        }

        .gold-bottom-subheading-props {
            font-size: 28px !important;
            padding-bottom: 10px;
            text-align: left;
            line-height: 33.6px !important;
            margin: 0;
            color: #005da6;
        }

        .gold-bottom-body-props {
            font-size: 20px !important;
            text-align: left;
            line-height: 27px !important;
            margin: 0;
            color: #000000;
        }

        .hero--gold--interior__background__bottom {
            position: relative;
            background-repeat: no-repeat;
            background-position: center;
            background-size: cover;
            overflow-y: hidden;
        }

        .gold-bottom-u-padding {
            padding-top: 25px;
            padding-left: 50px;
            padding-right: 50px;
            padding-bottom: 25px;
        }

        .gold-bottom-cta-props {
            position: relative;
            background-repeat: no-repeat;
            background-position: top center;
            background-size: cover;
            width: 100vw;
            height: 147px;
            overflow-y: hidden;
        }

        .gold-bottom-cta-text {
            font-size: 30px;
            color: #2a416e;
        }

        .gold-bottom-center-align {
            display: flex;
            justify-content: center;
            align-items: center;
            height: 147px;
        }
    }

    @media (min-width: 1024px) and (max-width: 1439px) {
        .gold-bottom-disclaimer-props {
            font-size: 14px;
            color: #ffffff;
            text-align: left;
            margin-top: 25px;
            margin-left: 50px;
            margin-bottom: 25px;
        }
        .gold-u-mrg-left-focused {
            margin-left: 0px;
            margin-top: 0;
            margin-right: 49px;
            margin-bottom: 0px;
        }
    }

    @media (min-width: 80em) {
        .gold-revamp-pills {
            max-width: 62%;
            margin: 0 auto;
        }

        .gold-u-mrg-all-bullets {
            padding: 0px 12.5% 50px 21%;
            margin: 0px;
        }

        .gold-hero-pill {
            background-size: contain;
            background-repeat: no-repeat;
            width: 100vw;
            height: 27.2vw;
            margin: 0px;
            padding: 0px;
        }

        .gold-button-2-margin {
            height: 55px;
            width: 275px;
            margin: 50px 42% 0px 42%;
        }
    }

    @media (min-width: 90em) {
        .gold-revamp-pills {
            max-width: 58%;
            margin: 0 auto;
        }

        .gold-u-mrg-all-bullets {
            padding: 0px 12.5% 50px 24%;
            margin: 0px;
        }

        .gold-hero-pill {
            background-size: contain;
            background-repeat: no-repeat;
            width: 100vw;
            height: 28.6vw;
            margin: 0px;
            padding: 0px;
        }

        .hero--gold--interior__background__bottom {
            position: relative;
            background-repeat: no-repeat;
            background-position: top center;
            background-size: contain;
            width: 100vw;
            height: 44.2vw;
            overflow-y: hidden;
        }

        .gold-bottom-heading-props {
            font-size: 45px !important;
            text-align: center;
            line-height: 67.5px !important;
            padding: 44px 50px 50px 50px;
            margin: 0;
            color: #ffffff;
        }

        .gold-bottom-u-padding {
            padding-top: 50px;
            padding-bottom: 50px;
            padding-left: 50px;
            padding-right: 50px;
        }

        .gold-u-mrg-left-focused {
            margin-left: 0px;
            margin-top: calc(100% - 89vw);
            height: 421px;
            width: 556px;
        }

        .gold-bottom-disclaimer-props {
            font-size: 14px;
            color: #ffffff;
            position: absolute;
            bottom: calc(100% - 42.5vw); /* 44.6vw is the height of the image */
            margin-left: 50px;
        }

        .gold-button-2-margin {
            height: 55px;
            width: 275px;
            margin: 50px 43% 0px 43%;
        }
    }

    @media (min-width: 94em) {
        .gold-revamp-pills {
            max-width: 59%;
            margin: 0 auto;
        }

        .gold-u-mrg-all-bullets {
            padding: 0px 12.5% 50px 25%;
            margin: 0px;
        }

        .gold-hero-pill {
            background-size: contain;
            background-repeat: no-repeat;
            width: 100vw;
            height: 28.8vw;
            margin: 0px;
            padding: 0px;
        }
    }

    @media (min-width: 120em) {
        .gold-revamp-pills {
            max-width: 47%;
            margin: 0 auto;
        }

        .gold-u-mrg-all-bullets {
            padding: 0px 12.5% 50px 31%;
            margin: 0px;
        }

        .gold-hero-pill {
            background-size: contain;
            background-repeat: no-repeat;
            width: 100vw;
            height: 29.4vw;
            margin: 0px;
            padding: 0px;
        }

        .gold-button-2-margin {
            height: 55px;
            width: 275px;
            margin: 50px 45% 0px 45%;
        }
    }

    @media (min-width: 160em) {
        .gold-revamp-pills {
            max-width: 36%;
            margin: 0 auto;
        }

        .gold-u-mrg-all-bullets {
            padding: 0px 12.5% 50px 35.6%;
            margin: 0px;
        }

        .gold-hero-pill {
            background-size: contain;
            background-repeat: no-repeat;
            width: 100vw;
            height: 30.9vw;
            margin: 0px;
            padding: 0px;
        }
    }

    /*Gold Second subsection borrow and get - End*/
/*Gold One Page End*/

/*Gold Two Page Start*/
    /*Gold Two Desktop/Mobile Common Properties - START*/
    .gold-two-c-nav {
        font-size: 0.77778rem;
        height: 4.22222rem;
        width: 100%;
        position: fixed;
        top: 0;
        left: 0;
        z-index: 200;
    }

    .gold-two-c-nav__utility-two {
        background-color: #27416d;
        position: relative;
        text-align: center;
        display: none;
        color: #fff;
    }

    .gold-two-c-nav__utility-two-message {
        margin-left: 50%;
        font-size: 1rem;
    }

    .gold-two-c-nav__logo-revamp {
        display: block;
        background-repeat: no-repeat;
        background-position: center;
        transition: none;
        width: 230px;
        height: 35px;
        margin-left: 50px;
    }

    .gold-two-c-nav__inner {
        display: flex;
        align-items: center;
    }

    .gold-two-hero--interior__background {
        position: relative;
        background-repeat: no-repeat;
        background-size: cover;
        width: 100%;
    }

    .gold-two-wrapper {
        background: #fdfbf1;
        border-radius: 0 0 0 0;
        max-width: 100%;
    }

    .gold-two-widget__title {
        background: #e7e7e7;
        color: #000000;
        display: block;
        padding: 0px 50px 12.5px 50px;
        margin: 0;
        font-size: 20px;
    }

    .gold-two-widget__form {
        padding: 0px 50px;
        background: #e7e7e7;
    }

    .gold-two-form__field-square {
        border: 1px solid #2a406e;
        color: #2a406e;
        font-size: 16px;
        font-family: "Roboto-Regular";
        padding: 10px 10px;
        width: 100%;
        background-repeat: no-repeat;
        background-position: top 50% right 8px;
        background-size: 8px;
        transition: 0.2s;
        outline-color: #2a406e;
    }

    .gold-two-form__select-Square select:first-child {
        color: grey;
    }

    .gold-two-form__select-Square {
        position: relative !important;
    }

    .gold-two-form__select-Square select {
        border: 1px solid #2a406e;
        background: #fff;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        font-size: 16px;
        font-family: "Roboto-Regular";
        color: #2a406e;
        width: 100%;
        padding: 10px 10px;
        outline-color: #2a406e;
    }

    .gold-two-form__select-Square:after {
        display: block;
        position: absolute;
        top: 0em;
        right: 0em;
        content: "";
        pointer-events: none;
        max-height: 100%;
        border-style: solid;
        border-width: 1px 1px 1px 1px;
        color: #2a406e;
        font-size: 2.5em;
        background-color: white;
        content: '\25BE';
        text-align: center;
        line-height: 80%;
        padding: 2.7px 0px;
    }

    .gold-two-widget--sticky {
        z-index: 10;
    }

    .gold-two-btn {
        display: inline-block;
        border-radius: 5px;
        border-width: 1.5px;
        border-style: solid;
        text-align: center;
        padding: 0.4em 0.2em;
        text-decoration: none;
        font-size: 18px;
        font-family: Roboto-Bold;
        background-color: #1152d8;
        border-color: #1152d8;
        color: #fff;
        transition: 0.2s;
    }

    .gold-two-btn.disabled {
        pointer-events: none;
        background-color: #ccc;
        border-color: #ccc;
    }

    .gold-two--hero--interior__content {
        position: relative;
        z-index: 1;
        width: 100%;
    }

    .gold-two-layout__item {
        position: relative;
        width: 100%;
    }

    .gold-two-cp-background-image-props {
        margin: 0px;
        padding: 0px;
        background-size: cover;
        background-position: top right;
        background-repeat: no-repeat;
    }

    .gold-two-hero-specs {
        position: relative;
        overflow-x: hidden;
        z-index: 2;
        margin-top: 0px;
        background-color: #b18b2e;
    }

    .gold-two-bottom-cta-props {
        position: relative;
        background-repeat: no-repeat;
        background-position: top center;
        background-size: cover;
        width: 100vw;
        height: 147px;
        overflow-y: hidden;
    }

    /*Gold Two Desktop/Mobile Common Properties - END*/

    /*Gold Two Desktop Specific Properties - START*/
    @media (min-width: 1280px) {
        .gold-two-c-nav {
            background-color: #fff;
            height: 75px;
            position: relative;
        }
        .gold-two-c-m-nav {
            display: none;
        }
        .gold-two-c-nav__utility-two {
            display: flex;
            justify-content: left;
            align-items: center;
            height: inherit;
        }
        /*Media queries applied */
        .gold-two-hero--interior__background {
            background-position: top right;
            background-size: cover;
            height: 50vw;
            overflow-y: hidden;
        }
        .gold-two-u-padding {
            padding-top: 25px;
            padding-left: 50px;
            padding-right: 50px;
        }
        .gold-two-heading-props {
            font-size: 48px !important;
            line-height: 57.6px !important;
            text-align: left;
            color: #005da6;
            margin-bottom: 15px;
        }
        .gold-two-subheading-props {
            font-size: 30px !important;
            line-height: 32px !important;
            text-align: left;
            color: #000000;
        }
        .gold-two-subheading-props b {
            font-size: 30px !important;
            line-height: 32px !important;
            text-align: center;
            font-family: Roboto-Bold;
            color: #000000;
        }
        /*Media queries applied */
        .gold-two-widget__wrap_two {
            overflow: hidden;
            /*border: 1px solid black;*/
            width: 50%;
            background: #e7e7e7;
        }
        .gold-two-widget--form__disclaimer p {
            font-size: 16px !important;
            line-height: 15.6px !important;
            color: #000000;
        }
        .gold-two-widget--form__disclaimer a {
            text-decoration: underline !important;
            font-size: 16px !important;
            line-height: 15.6px !important;
        }
        .gold-two-widget--form__disclaimer b {
            font-size: 16px !important;
            font-family: Roboto-Bold !important;
            line-height: 15.6px !important;
        }
        /*Media queries applied */
        .gold-two-widget-hero-two {
            position: absolute;
            top: 18.2vw;
            z-index: 2;
        }
        .gold-two-button-margin {
            margin-top: 25px;
            margin-bottom: 25px;
        }
        .gold-two-cta-specs {
            margin-top: 25px;
            margin-bottom: 25px;
            font-size: 28px;
            color: black;
        }      
        .gold-two-btn {
            font-size: 24px;
            border-width: 2px;
            border-radius: 5px;
            padding: 0.4em 0.2em;
        }
        .gold-two--btn--wide {
            min-width: 275px;
            min-height: 55px;
        }
        .gold-two-border-image {
            height: 15px;
            background-image: url(/Content/images/gold_bar_lp.png)
        }
        .gold-two-hero--landing-revamp {
            background-size: contain;
            background-position: top right;
            background-repeat: no-repeat;
            min-height: 200px;
            margin: 0px;
        }
        .gold-two-pill-three-size {
            font-size: 28px !important;
            line-height: 38px !important;
            font-family: "Roboto-Regular";
            text-align: center;
        }
        .gold-two-pill-three-size b {
            font-size: 28px !important;
            font-family: "Roboto-Bold" !important;
        }
        .gold-two-pill-three-sub-text {
            font-size: 45px !important;
            line-height: 58.05px !important;
            margin-left: 50px;
            margin-right: 50px;
            margin-bottom: 25px;
            color: #2a406e;
        }
        .gold-two-layout {
            display: flex;
            flex-wrap: wrap;
        }
        .gold-two-layout--1-1-1 > .gold-two-layout__item {
            width: 33.3%;
        }
        .gold-two-layout__item {
            flex-grow: 0;
            flex-shrink: 1;
        }
        .gold-two-layout__item + .gold-two-layout__item {
            padding-left: 25px;
        }
        /*Media queries applied */
        .gold-two-revamp-pills {
            max-width: 100%;
            margin: 0 4vw;
        }
        .gold-two-pill-text p {
            color: #000000;
            font-size: 24px;
            line-height: 29.04px;
            margin-bottom:10px;
            text-align: center;
        }
        .gold-two-pill-text b {
            color: #000000;
            font-size: 35px;
            line-height: 42px;
            font-family: FjallaOne-Regular;
        }
        .gold-two-pill-one {
            max-width: 100%;
            margin: 3% 0;
        }
        .gold-two-pill-two {
            max-width: 100%;
            margin: 3% 0;
        }
        .gold-two-pill-three {
            max-width: 100%;
            margin: 3% 0;
        }
        .gold-two-c-card {
            text-align: center;
            background: linear-gradient(90deg, rgba(238,201,102,1) 0%, rgba(243,227,120,1) 50%, rgba(240,210,110,1) 100%);
            border: 2px solid #ad862d;
            padding: 20px;
            position: relative;
            z-index: 5;
            height: 100%;
        }
        .gold-two-u-font-size-sm {
            text-align: left;
            font-family: "Roboto-Regular";
            font-size: 14px;
        }
        .gold-two-button-2-margin {
            height: 55px;
            width: 275px;
            margin: 50px auto;
        }
        .gold-two-cp-u-pad-all {
            padding: 50px 50px 25px 50px;
            margin: 0;
        }
        .gold-two-cp-header-size {
            font-size: 45px !important;
            line-height: 54px;
            color: #2a416e;
        }
        .gold-two-hero-pill {
            background-size: contain;
            background-repeat: no-repeat;
            width: 100vw;
            height: 25.8vw;
            margin: 0px;
            padding: 0px;
        }
        .gold-two-hero-pill-header {
            color: #000000;
            font-size: 22px;
            text-align: center;
            padding-top: 25px;
            padding-bottom: 0;
        }
        .gold-two-hero-pill-subheader {
            color: #000000;
            font-size: 18px;
            text-align: center;
            padding-top: 0;
            padding-bottom: 0;
        }
        .gold-two-cp-layout {
            display: flex;
            flex-wrap: wrap;
        }
        .gold-two-box-pills {
            max-width: 100%;
        }
        .gold-two-pill-card {
            position: relative;
            height: 100%;
        }
        .gold-two-bottom-heading-props {
            font-size: 45px !important;
            text-align: center;
            line-height: 54px !important;
            padding: 50px;
            margin: 0;
            color: #2a406e;
        }
        .gold-two-hero-interior-background-bottom {
            position: relative;
            background-repeat: no-repeat;
            background-position: top center;
            background-size: contain;
            width: 100vw;
            height: 44.3vw;
            overflow-y: hidden;
        }
        /*Media queries applied */
        .gold-two-wrapper-bottom-hero-revamp {
            background: rgba(255, 255, 255, 0.8);
            border-radius: 0 0 0 0;
            max-width: 100%;
        }
        /*Media query applied */
        .gold-two-bottom-u-padding {
            padding-top: 25px;
            padding-left: 50px;
            padding-right: 50px;
            padding-bottom: 25px;
        }
        .gold-two-bottom--hero--interior__content {
            position: relative;
            z-index: 1;
            max-width: 100%;
            width: 100%;
        }
        .gold-two-bottom-subheading-props {
            font-size: 28px !important;
            padding-bottom: 10px;
            text-align: left;
            line-height: 33.6px !important;
            margin: 0;
            color: #2a416e;
        }
        .gold-two-bottom-body-props {
            font-size: 20px !important;
            text-align: left;
            line-height: 27px !important;
            margin: 0;
            color: #000000;
        }
        .gold-two-bottom-disclaimer-props {
            font-size: 14px;
            color: #ffffff;
            position: absolute;
            bottom: calc(100% - 43.3vw); /* 44.3vw is the height of the image */
            margin-left: 50px;
        }
        .gold-two-bottom-center-align {
            display: flex;
            justify-content: center;
            align-items: center;
            height: 147px;
        }
        .gold-two-bottom-cta-text {
            font-size: 30px;
            color: #2a416e;
        }
        .gold-two-u-mrg-all {
            padding: 50px 9.5%;
            margin: 0px;
        }
    }
    /*Gold Two Desktop Specific Properties - END*/

    /*Gold Two Desktop Media Queries - START*/
    @media screen and (min-width: 1280px) and (max-width: 1399px) {
    .gold-two-c-nav__utility-two-message {
            margin-left: 35%;
            margin-right: 50px;
            font-size: 24px;
        }
    }

    @media screen and (min-width: 1400px) and (max-width: 1600px) {
        .gold-two-c-nav__utility-two-message {
            margin-left: 42%;
            margin-right: 50px;
            font-size: 24px;
        }
    }

    @media screen and (min-width: 1601px) and (max-width: 1919px) {
        .gold-two-c-nav__utility-two-message {
            margin-left: 47%;
            margin-right: 50px;
            font-size: 24px;
        }
    }

    @media screen and (min-width: 1280px) and (max-width: 1439px) {
        .gold-two-widget-hero-two {
            position: absolute;
            top: 29.3vw;
            z-index: 2;
        }
        .gold-two-hero--interior__background {
            background-position: top right;
            background-size: cover;
            height: 84.2vw;
            overflow-y: hidden;
        }
        .gold-two-u-mrg-left-focused {
            margin-left: 0px;
            margin-top: 0;
            margin-right: 49px;
            margin-bottom: 0px;
        }
        .gold-two-wrapper-bottom-hero-revamp {
            position: static;
            max-width: 43%
        }
    }

    @media screen and (min-width: 1440px) and (max-width: 1919px) {
        .gold-two-widget-hero-two {
            position: absolute;
            top: 27vw;
            z-index: 2;
        }
        .gold-two-hero--interior__background {
            background-position: top right;
            background-size: cover;
            height: 71.8vw;
            overflow-y: hidden;
        }
        .gold-two-revamp-pills {
            max-width: 100%;
            margin: 0 9vw;
        }
    }

    @media (min-width: 1440px) and (max-width:1850px) {
        .gold-two-wrapper-bottom-hero-revamp {
            position: absolute;
            top: 0;
            bottom: 0;
            left: 0;
            right: 58%;
        }
    }

    @media screen and (min-width: 1440px) {
        .gold-two-u-mrg-left-focused {
            margin-left: 0px;
            margin-top: calc(100% - 89vw);
            height: 421px;
            width: 556px;
        }
        .gold-two-bottom-u-padding {
            padding-top: 50px;
            padding-bottom: 50px;
            padding-left: 50px;
            padding-right: 50px;
        }
    }

    @media screen and (min-width: 1850px) {
        .gold-two-wrapper-bottom-hero-revamp {
            position: absolute;
            top: 0;
            bottom: 0;
            left: 0;
            background: rgba(255, 255, 255, 0.8);
            border-radius: 0 0 0 0;
            right: 58%
        }
    }

    @media screen and (min-width: 1920px) {
        .gold-two-c-nav__utility-two-message {
            margin-left: 54%;
            margin-right: 50px;
            font-size: 24px;
        }
        .gold-two-revamp-pills {
            max-width: 100%;
            margin: 0 16vw;
        }
    }

    @media screen and (min-width: 2560px) {
        .gold-two-c-nav__utility-two-message {
            margin-left: 69%;
            margin-right: 50px;
            font-size: 24px;
        }
        .gold-two-widget__wrap_two {
            overflow: hidden;
            /*border: 1px solid black;*/
            width: 50vw;
            background: #e7e7e7;
        }
        .gold-two-revamp-pills {
            max-width: 100%;
            margin: 0 20vw;
        }
    }

    @media (max-width:7680px) and (min-width:1280px) {
        .gold-two-box-pills {
            padding: 0 calc(115px + (100vw - 1280px) * (115 - 1107) / (1280 -  7680));
        }
        .gold-two-u-font-size-sm {
            padding: 0 50px 50px calc(225px + (100vw - 1280px) * (225 - 2213) / (1280 -  7680));
        }
    }
    /*Gold Two Desktop Media Queries - END*/

    /*Gold Two Mobile Specific Properties - START*/
    @media only screen and (max-width: 1279px) {
        .gold-two-c-nav {
            display: none;
        }
        .gold-two-c-m-nav {
            display: block;
            position: relative;
            top: 0;
            width: 100%;
            height: 145.47px;
            z-index: 21;
            background-color: #fff;
            box-shadow: 0 0 40px 0 rgba(0, 0, 0, 0.3);
            transition: transform 0.2s ease-out;
        }
        .gold-two-heading-props {
            font-size: 38px !important;
            line-height: 45.6px !important;
            text-align: center;
            color: #005da6;
        }
        .gold-two-subheading-props {
            font-size: 18px !important;
            line-height: 21.6px !important;
            text-align: center;
            color: #000000;
        }
        .gold-two-subheading-props b {
            font-size: 18px !important;
            font-family: Roboto-Bold;
            line-height: 21.6px !important;
            text-align: center;
            color: #000000;
        }
        .gold-two-widget-hero-two {
            padding: 0;
            position: absolute;
            /*Media queries applied on top*/
            top: 152vw;
            z-index: 2;
            margin: auto;
            width: 100%;
            left: 0;
            right: 0;
            padding-left: 10px;
        }
        .gold-two-form__field-square {
            border: 1px solid #2a406e;
            color: #2a406e;
            font-size: 14px;
            font-family: "Roboto-Regular";
            padding: 5px 10px;
            width: 100%;
            background-repeat: no-repeat;
            background-position: top 50% right 8px;
            background-size: 8px;
            transition: 0.2s;
            outline-color: #2a406e;
        }
        .gold-two-widget__form {
            padding: 0px 25px;
            background: #e7e7e7;
        }
        .gold-two-widget__wrap_two {
            overflow: hidden;
            /*border: 1px solid black;*/
            width: 100%;
            background: #e7e7e7;
        }
        .gold-two-widget__title {
            background: #e7e7e7;
            color: #000000;
            display: block;
            padding: 0px 25px 12.5px 25px;
            margin: 0;
            font-size: 15px;
        }
        .gold-two-widget--form {
            display: block;
        }
        .gold-two-u-mrg-btm-min {
            margin-bottom: 1.11111rem;
        }
        .gold-two-form__select-Square select {
            border: 1px solid #2a406e;
            background: #fff;
            -webkit-appearance: none;
            -moz-appearance: none;
            appearance: none;
            font-size: 14px;
            font-family: "Roboto-Regular";
            color: #2a406e;
            width: 100%;
            padding: 5px 10px;
            outline-color: #2a406e;
        }
        .gold-two-form__select-Square:after {
            display: block;
            position: absolute;
            top: 0em;
            right: 0em;
            content: "";
            pointer-events: none;
            max-height: 100%;
            border-style: solid;
            border-width: 1px 1px 1px 1px;
            color: #2a406e;
            font-size: 2em;
            background-color: white;
            content: '\25BE';
            text-align: center;
            line-height: 80%;
            padding: 0px 0px;
        }
        .gold-two-widget--form__disclaimer p {
            font-size: 14px !important;
            line-height: 12px !important;
            padding-right: 3px;
            margin-top: 25px;
            margin-bottom: 25px;
            color: #000000;
        }
        .gold-two-widget--form__disclaimer a {
            text-decoration: underline !important;
            font-size: 14px !important;
            line-height: 12px !important;
        }
        .gold-two-widget--form__disclaimer b {
            font-size: 14px !important;
            font-family: Roboto-Bold !important;
            line-height: 12px !important;
        }
        .gold-two--btn--wide {
            min-width: 210px;
            min-height: 40px;
        }
        .gold-two-cta-specs {
            margin-top: 25px;
            margin-bottom: 25px;
            font-size: 25px;
            color: black;
        }
        /*Media queries applied on bottom*/
        .gold-two-u-padding {
            padding-left: 25px;
            padding-right: 25px;
            padding-top: 25px;
            padding-bottom: 375vw;
        }
        .gold-two-border-image {
            height: 7px;
            background-image: url(/Content/images/gold_bar_lp.png)
        }
        .gold-two-hero--landing-revamp {
            background-size: cover;
            background-position: center;
            background-repeat: no-repeat;
            min-height: 200px;
            margin: 0px;
        }
        .gold-two-pill-three-size {
            font-size: 16px !important;
            font-family: "Roboto-Regular";
            line-height: 18pt !important;
            text-align: left;
        }
        .gold-two-pill-three-size b {
            font-size: 16px !important;
            font-family: "Roboto-Bold" !important;
        }
        .gold-two-pill-three-sub-text {
            font-size: 28px !important;
            line-height: 33.6px !important;
            margin-left: 25px;
            margin-right: 25px;
            margin-bottom: 25px;
            color: #2a406e;
        }
        .gold-two-layout {
            display: block;
            flex-wrap: wrap;
            /*Media queries applied on margin*/
            margin: 0 3vw;
        }
        .gold-two-layout--1-1-1 > .gold-two-layout__item {
            width: 100%;
            padding: 0px 8% 0px 8%;
        }
        .gold-two-layout__item + .gold-two-layout__item {
            margin-top: 25px;
        }
        .gold-two-pill-one {
            max-width: 100%;
            margin: 0% 0%;
        }
        .gold-two-pill-two {
            max-width: 100%;
            margin: 0% 0%;
        }
        .gold-two-pill-three {
            max-width: 100%;
            margin: 0% 0%;
        }
        .gold-two-pill-text p {
            color: #000000;
            font-size: 18px;
            line-height: 20px;
            margin-bottom: 2px;
            text-align: center;
        }
        .gold-two-pill-text b {
            color: #000000;
            font-size: 24px;
            line-height: 20px;
            font-family: FjallaOne-Regular;
        }
        .gold-two-c-card {
            text-align: center;
            background: linear-gradient(90deg, rgba(238,201,102,1) 0%, rgba(243,227,120,1) 50%, rgba(240,210,110,1) 100%);
            border: 2px solid #ad862d;
            padding: 25px 0px;
            position: relative;
            z-index: 5;
            height: 100%;
        }
        .gold-two-centered-div {
            margin: 0 auto;
            width: 210px;
        }
        .gold-two-u-mrg-all {
            padding: 25px;
            margin: 0px;
        }
        .gold-two-u-font-size-sm {
            text-align: left;
            font-size: 10px;
            font-family: "Roboto-Regular";
            padding: 25px;
        }
        .gold-two-cp-u-pad-all {
            padding: 37.5px 25px 37.5px 25px;
            margin: 0;
        }
        .gold-two-cp-header-size {
            font-size: 28px !important;
            line-height: 33.6px;
            color: #2a416e;
        }
        /*Media queries applied on width and height for tablet screens*/
        .gold-two-hero-pill {
            background-size: contain;
            background-repeat: no-repeat;
            width: 50vw;
            height: 55.8vw;
            margin: auto;
            padding: 0px;
        }
        .gold-two-hero-pill-header {
            color: #000000;
            font-size: 18px;
            text-align: center;
            padding-top: 12.5px;
        }
        .gold-two-hero-pill-subheader {
            color: #000000;
            font-size: 15px;
            text-align: center;
            padding: 0 60px 25px 60px;
        }
        .gold-two-cp-layout {
            display: block;
            flex-wrap: wrap;
            /*Media queries applied on margin*/
            /*margin: 0 3vw;*/
        }
        .gold-two-bottom-heading-props {
            font-size: 32px !important;
            text-align: center;
            line-height: 38.4px !important;
            padding: 25px;
            margin: 0;
            color: #2a406e;
        }
        .gold-two-u-mrg-left-focused {
            margin: 30px 25px;
        }
        .gold-two-bottom-subheading-props {
            font-size: 18px !important;
            padding-bottom: 10px;
            text-align: left;
            line-height: 21.6px !important;
            color: #2a416e;
        }
        /*Media queries applied on padding-right*/
        .gold-two-bottom-body-props {
            font-size: 15px !important;
            text-align: left;
            line-height: 18px !important;
            color: #000000;
            padding-right: 0px;
        }
        .gold-two-bottom-center-align {
            display: flex;
            flex-direction: column;
            justify-content: center;
            align-items: center;
            height: 147px;
        }
        .gold-two-bottom-cta-text {
            font-size: 22px;
            color: #2a416e;
        }
    }
    /*Gold Two Mobile Specific Properties - END*/

    /*Gold Two Mobile Media Queries - START*/
    @media screen and (min-width: 320px) and (max-width: 359px) {
        .gold-two-widget-hero-two {
            top: 140vw !important;
        }
        .gold-two-u-padding {
            padding-bottom: 371vw;
        }
        .gold-two-layout {
            margin: 0 5vw;
        }
    }

    @media screen and (min-width: 360px) and (max-width: 374px) {
        .gold-two-widget-hero-two {
            top: 117vw !important;
        }
        .gold-two-u-padding {
            padding-bottom: 300vw;
        }
        .gold-two-layout {
            margin: 0 10vw;
        }
    }

    @media screen and (min-width: 375px) and (max-width: 389px) {
        .gold-two-widget-hero-two {
            top: 100vw !important;
        }
        .gold-two-u-padding {
            padding-bottom: 300vw;
        }
        .gold-two-layout {
            margin: 0 12vw;
        }
    }

    @media screen and (min-width: 390px) and (max-width: 411px) {
        .gold-two-widget-hero-two {
            top: 98vw !important;
        }
        .gold-two-u-padding {
            padding-bottom: 255vw;
        }
        .gold-two-layout {
            margin: 0 14vw;
        }
    }

    @media screen and (min-width: 412px) and (max-width: 419px) {
        .gold-two-widget-hero-two {
            top: 91vw !important;
        }
        .gold-two-u-padding {
            padding-bottom: 241vw;
        }
        .gold-two-layout {
            margin: 0 15vw;
        }
    }

    @media screen and (min-width: 420px) and (max-width: 428px) {
        .gold-two-widget-hero-two {
            top: 90vw !important;
        }
        .gold-two-u-padding {
            padding-bottom: 233vw;
        }
        .gold-two-layout {
            margin: 0 16vw;
        }
    }

    @media screen and (min-width: 429px) and (max-width: 475px) {
        .gold-two-widget-hero-two {
            top: 88vw !important;
        }
        .gold-two-u-padding {
            padding-bottom: 223vw;
        }
        .gold-two-layout {
            margin: 0 16vw;
        }
    }

    @media screen and (min-width: 476px) and (max-width: 539px) {
        .gold-two-widget-hero-two {
            top: 75vw !important;
        }
        .gold-two-u-padding {
            padding-bottom: 178vw;
        }
        .gold-two-layout {
            margin: 0 20vw;
        }
    }

    @media screen and (min-width: 540px) and (max-width: 599px) {
        .gold-two-widget-hero-two {
            top: 65vw !important;
        }
        .gold-two-u-padding {
            padding-bottom: 165vw;
        }
        .gold-two-layout {
            margin: 0 22vw;
        }
    }

    @media screen and (min-width: 600px) and (max-width: 639px) {
        .gold-two-widget-hero-two {
            top: 60vw !important;
        }
        .gold-two-u-padding {
            padding-bottom: 150vw;
        }
        .gold-two-layout {
            margin: 0 25vw;
        }
    }

    @media screen and (min-width: 640px) and (max-width: 699px) {
        .gold-two-widget-hero-two {
            top: 56vw !important;
        }
        .gold-two-u-padding {
            padding-bottom: 136vw;
        }
        .gold-two-layout {
            margin: 0 27vw;
        }
    }

    @media screen and (min-width: 700px) and (max-width: 719px) {
        .gold-two-widget-hero-two {
            top: 51vw !important;
        }
        .gold-two-u-padding {
            padding-bottom: 120vw;
        }
        .gold-two-layout {
            margin: 0 28vw;
        }
    }

    @media screen and (min-width: 720px) and (max-width: 744px) {
        .gold-two-widget-hero-two {
            top: 50vw !important;
        }
        .gold-two-u-padding {
            padding-bottom: 117vw;
        }
        .gold-two-layout {
            margin: 0 29vw;
        }
    }

    @media screen and (min-width: 745px) and (max-width: 767px) {
        .gold-two-widget-hero-two {
            top: 48vw !important;
        }
        .gold-two-u-padding {
            padding-bottom: 113vw;
        }
        .gold-two-layout {
            margin: 0 30vw;
        }
    }

    @media screen and (min-width: 768px) and (max-width: 799px) {
        .gold-two-widget-hero-two {
            top: 47vw !important;
        }
        .gold-two-u-padding {
            padding-bottom: 90vw;
        }
        .gold-two-layout {
            margin: 0 30vw;
        }
        .gold-two-hero-pill {
            width: 40vw;
            height: 45.8vw;
        }
    }

    @media screen and (min-width: 800px) and (max-width: 851px) {
        .gold-two-widget-hero-two {
            top: 45vw !important;
        }
        .gold-two-u-padding {
            padding-bottom: 85vw;
        }
        .gold-two-layout {
            margin: 0 32vw;
        }
        .gold-two-hero-pill {
            width: 37vw;
            height: 41.8vw;
        }
    }

    @media screen and (min-width: 852px) and (max-width: 899px) {
        .gold-two-widget-hero-two {
            top: 39vw !important;
        }
        .gold-two-u-padding {
            padding-bottom: 77vw;
        }
        .gold-two-layout {
            margin: 0 32vw;
        }
        .gold-two-hero-pill {
            width: 35vw;
            height: 39.8vw;
        }
    }

    @media screen and (min-width: 900px) and (max-width: 949px) {
        .gold-two-widget-hero-two {
            top: 37vw !important;
        }
        .gold-two-u-padding {
            padding-bottom: 73vw;
        }
        .gold-two-layout {
            margin: 0 33vw;
        }
        .gold-two-hero-pill {
            width: 35vw;
            height: 39.8vw;
        }
    }

    @media screen and (min-width: 950px) and (max-width: 1023px) {
        .gold-two-widget-hero-two {
            top: 35vw !important;
        }
        .gold-two-u-padding {
            padding-bottom: 70vw;
        }
        .gold-two-layout {
            margin: 0 34vw;
        }
        .gold-two-hero-pill {
            width: 34vw;
            height: 38.8vw;
        }
    }

    @media screen and (min-width: 1024px) and (max-width: 1079px) {
        .gold-two-widget-hero-two {
            top: 32vw !important;
        }
        .gold-two-u-padding {
            padding-bottom: 63vw;
        }
    }

    @media screen and (min-width: 1080px) and (max-width: 1099px) {
        .gold-two-widget-hero-two {
            top: 31vw !important;
        }
        .gold-two-u-padding {
            padding-bottom: 58vw;
        }
    }

    @media screen and (min-width: 1100px) and (max-width: 1179px) {
        .gold-two-widget-hero-two {
            top: 31vw !important;
        }
        .gold-two-u-padding {
            padding-bottom: 60vw;
        }
    }

    @media screen and (min-width: 1179px) and (max-width: 1199px) {
        .gold-two-widget-hero-two {
            top: 29vw !important;
        }
        .gold-two-u-padding {
            padding-bottom: 55vw;
        }
    }

    @media screen and (min-width: 1200px) and (max-width: 1239px) {
        .gold-two-widget-hero-two {
            top: 29vw !important;
        }
        .gold-two-u-padding {
            padding-bottom: 54vw;
        }
    }

    @media screen and (min-width: 1240px) and (max-width: 1279px) {
        .gold-two-widget-hero-two {
            top: 27.5vw !important;
        }
        .gold-two-u-padding {
            padding-bottom: 50vw;
        }
    }

    @media screen and (min-width: 1024px) and (max-width: 1279px) {
        .gold-two-layout {
            margin: 0 35vw;
        }
        .gold-two-hero-pill {
            width: 34vw;
            height: 38.8vw;
        }
        .gold-two-bottom-hero-image-hidden\@1024px {
            display: none !important;
        }
        .gold-two-hero-interior-background-bottom {
            position: relative;
            background-repeat: no-repeat;
            background-position: top center;
            background-size: contain;
            width: 100vw;
            height: 44.3vw;
            overflow-y: hidden;
        }
        .gold-two-bottom-disclaimer-props {
            font-size: 14px;
            color: #ffffff;
            position: absolute;
            left: calc((100% - 100vw) / 2);
            right: calc((100% - 100vw) / 2);
            bottom: calc(100% - 43.3vw); /* 44.3vw is the height of the image */
            text-align: center;
        }
    }

    @media (min-width: 768px) and (max-width: 1279px) {
        .gold-two-u-hidden\@768px {
            display: none !important;
        }
        .gold-two-hero--interior__background {
            background-repeat: no-repeat;
            background-size: cover;
            width: 100vw;
            height: 86.7vw;
            overflow-y: hidden;
            background-color: #b18b2e;
        }
    }

    @media (min-width:320px) and (max-width:420px) {
        .gold-two-bottom-body-props {
            padding-right: calc(0px + (100vw - 320px) * (0 - 28) / (320 -  420));
        }
    }

    @media only screen and (max-width: 767px) {
        .gold-two-u-visible\@768px {
            display: none !important;
        }
        .gold-two-hero--interior__background {
            background-repeat: no-repeat;
            background-size: contain;
            width: 100vw;
            height: 56vw;
            overflow-y: hidden;
            background-color: #b18b2e;
        }
    }

    @media screen and (max-width: 1023px) {
        .gold-two-bottom-hero-image-visible\@1024px {
            display: none !important;
        }
        .gold-two-hero-interior-background-bottom {
            position: relative;
            background-repeat: no-repeat;
            background-size: contain;
            width: 100vw;
            height: 79.4vw;
            overflow-y: hidden;
        }
        .gold-two-bottom-disclaimer-props {
            position: absolute;
            bottom: calc(100% - 77.4vw); /* 79.4px is the height of the image */
            left: calc((100% - 100vw) / 2); /* 100vw is the width of the image */
            right: calc((100% - 100vw) / 2);
            font-size: 10px;
            color: #ffffff;
            text-align: center;
        }
    }
    /*Gold Two Mobile Media Queries - END*/
    /*Gold Two Page End*/

    /*Opt Out Data Form Start*/
    .opt-out-widget {
        position: relative;
        padding: 0;
    }
    .opt-out-widget--form {
        display: block;
    }
    .opt-out-widget__wrap {
        border-radius: 40px;
        overflow: hidden;
        padding: 1.5em 1.5em;
    }
    .mobile-checkbox-container {
        display: flex;
        align-items: flex-start;
        flex-wrap: nowrap;
        gap: 2px;
    }

    @media screen and (min-width:1024px) {
        .opt-out-widget__wrap {
            border-radius: 40px;
            overflow: hidden;
            padding: 1.5em 2.5em;
        }
    }

    /* Square checkbox on iOS */
    @media only screen and (max-width: 768px) and (-webkit-min-device-pixel-ratio: 2), only screen and (max-width: 768px) and (min-resolution: 192dpi) {
        .optOutDataForm_chk {
            -webkit-appearance: none;
            -moz-appearance: none;
            appearance: none;
            border-radius: 0;
            border: 1px solid #ccc;
            min-width: 15px !important;
            min-height: 15px !important;
            outline: none;
            transition: all 0.3s ease;
            margin: 5px;
            vertical-align: middle;
            line-height: 1;
            position: relative;
        }

        .optOutDataForm_chk:checked {
            background-color: #0075ff;
            border-color    : #0075ff;
        }

        .optOutDataForm_chk:checked::before {
            content: '\2713';
            display: block;
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            font-size: 10px;
            font-weight: bold;
            color: #fff;
        }
    }
    /*Opt Out Data Form End*/

    /*PPCNewConsentForm*/
    @media screen and (min-width:1441px) and (max-width: 1582px) {
        .widget--form-hero-three {
            top: 550px !important;
        }
    }

    .button-brown-orange {
        background-color: #E4752B !important;
        border-color: #E4752B;
        font-family: Roboto-Bold
    }

        .button-brown-orange:hover {
            background-color: #DF5A11 !important;
            border-color: #DF5A11;
        }

    .button-navy-blue {
        background-color: #0071CE !important;
        border-color: #0071CE;
        font-family: Roboto-Bold
    }

        .button-navy-blue:hover {
            background-color: #00549A !important;
            border-color: #00549A;
        }

    .button-eligibility {
        display: inline-block;
        border-radius: 27px;
        border-width: 2px;
        border-style: solid;
        text-align: center;
        padding: 0.40em 1.5em;
        text-decoration: none;
        font-size: 26px;
        font-family: Roboto-Bold;
        background-color: #093A71;
        transition: 0.2s;
    }

        .button-eligibility:hover {
            background-color: #062B54 !important;
            border-color: #062B54;
        }

    .button-black {
        background-color: #4F4F4F !important;
        border-color: #4F4F4F;
        font-family: Roboto-Bold
    }

        .button-black:hover {
            background-color: #3B3B3B !important;
            border-color: #3B3B3B;
        }

    .button-yellow-gold {
        background-color: #F5A800 !important;
        border-color: #F5A800;
        font-family: Roboto-Bold
    }

        .button-yellow-gold:hover {
            background-color: #E1A209 !important;
            border-color: #E1A209;
        }

    .button-dark-blue {
        background-color: #093A71 !important;
        border-color: #093A71;
        font-family: Roboto-Bold
    }

        .button-dark-blue:hover {
            background-color: #062B54 !important;
            border-color: #062B54;
        }

    .button-rock-green {
        background-color: #009E5F !important;
        border-color: #009E5F;
        font-family: Roboto-Bold
    }

        .button-rock-green:hover {
            background-color: #0E8D5A !important;
            border-color: #0E8D5A;
        }

    .stories__titlerm a {
        color: #093A71 !important;
    }

    .u-color-blue-6 {
        color: #093A71;
    }

    .u-bg-color-blue-4 {
        background-color: #093A71;
    }

    .layoutchk {
        display: inline-block;
    }


    /*PPC Form*/
    .btn--Saving {
        background-color: #ccc;
        border-color: #ccc;
        color: #fff;
    }


        .btn--Saving.active {
            background-color: #1bb57c;
            border-color: #1bb57c;
            color: #fff;
        }

    /*Long Form*/

    .btn---Saving {
        background-color: #ccc;
        border-color: #ccc;
        color: #fff;
    }



        .btn---Saving.active {
            background-color: #1bb57c;
            border-color: #1bb57c;
            color: #fff;
        }



    /*Mobile Form*/

    .btn----Saving {
        background-color: #ccc;
        border-color: #ccc;
        color: #fff;
    }



        .btn----Saving.active {
            background-color: #1bb57c;
            border-color: #1bb57c;
            color: #fff;
        }


    .contentblock {
        color: #0378d5;
        text-decoration: none;
    }


        .contentblock:hover {
            color: #0378d5;
            text-decoration: underline;
        }

    /*Redesign Next Steps Start*/
    .u-bg-color-blue {
        background: linear-gradient(to bottom, #003CB5 546px, #EEEEEE 546px);
    }

    .u-background-props {
        background: #FFFFFF;
    }


    .redesign-title-props {
        padding-top:83px !important;
        font-size: 28px;
        line-height: 70px;
        font-family: Roboto-Regular;
        padding-bottom: 72px;
    }

    .redesign-header-props {
        color: #000000;
        font-size: 22px;
        line-height: 24px;
        padding: 0 20px;
    }

    .redesign-subheader-props {
        color: #000000;
        font-size: 16px;
        line-height: 20px;
        padding: 0 10px 0 20px;
    }

    .button-red {
        background-color: #C10000 !important;
        border-color: #C10000;
    }

    .button-red:hover {
        background-color: #C10000 !important;
        border-color: #C10000;
    }

    .button-red-styling {
        height: 60px;
        font-size: 21px;
        border-radius: 5px;
        width: 250px;
        padding: 17px 28.77px 18px 27.23px;
        display: inline-block;
        text-align: center;
        text-decoration: none;
    }

    .column-spacing::after {
        content: url('/Content/images/Vector.png');
        position: absolute;
        right: -7.75%;
        top: 40%;
        transform: translateY(-50%);
    }

    .column-spacing:last-child::after {
        content: '';
    }

    .icon-container {
        position: relative;
    }

    .icon-img {
        position: absolute;
        margin-top: -60px;
        left: 50%;
        transform: translateX(-50%);
        width: 65px; /* Set the desired width of the image */
        height: 65px; /* Set the desired height of the image */
    }

    @media screen and (max-width: 359px) {
        .u-bg-color-blue {
            background: linear-gradient(to bottom, #003CB5 726px, #EEEEEE 726px);
        }
    }

    @media screen and (min-width: 360px) and (max-width: 389px) {
        .u-bg-color-blue {
            background: linear-gradient(to bottom, #003CB5 672px, #EEEEEE 672px);
        }
    }

    @media screen and (min-width: 390px) and (max-width: 539px) {
        .u-bg-color-blue {
            background: linear-gradient(to bottom, #003CB5 632px, #EEEEEE 632px);
        }
    }

    @media screen and (min-width: 540px) and (max-width: 767px) {
        .u-bg-color-blue {
            background: linear-gradient(to bottom, #003CB5 534px, #EEEEEE 534px);
        }
    }

    @media screen and (min-width: 768px) and (max-width: 914px) {
        .u-bg-color-blue {
            background: linear-gradient(to bottom, #003CB5 535px, #EEEEEE 535px);
        }
    }

    @media screen and (min-width: 915px) and (max-width: 1023px) {
        .u-bg-color-blue {
            background: linear-gradient(to bottom, #003CB5 495px, #EEEEEE 495px);
        }
    }

    @media screen and (min-width: 1024px) and (max-width: 1439px) {
        .padd-small-screen {
            padding-top: 2.22222rem !important;
        }
    }

    @media screen and (min-width: 1024px) and (max-width: 1279px) {
        .u-bg-color-blue {
            background: linear-gradient(to bottom, #003CB5 577px, #EEEEEE 577px);
        }
    }

    @media screen and (min-width: 1280px) and (max-width: 1439px) {
        .u-bg-color-blue {
            background: linear-gradient(to bottom, #003CB5 570px, #EEEEEE 570px);
        }
    }

    @media screen and (min-width: 1440px) and (max-width: 1920px) {
        .u-bg-color-blue {
            background: linear-gradient(to bottom, #003CB5 546px, #EEEEEE 546px);
        }
    }

    @media screen and (min-width: 1921px) and (max-width: 2560px) {
        .u-bg-color-blue {
            background: linear-gradient(to bottom, #003CB5 526px, #EEEEEE 526px);
        }
    }

    /*Mobile Props*/
    @media screen and (max-width: 1023px) {
        .redesign-title-props {
            padding-top: 69px !important;
            font-size: 28px;
            line-height: 32.81px;
            font-family: Roboto-Regular;
            padding: 0 50px;
        }

        .u-background-props {
            background: #FFFFFF;
            margin-left: 48px;
            margin-right: 55px;
            border-radius: 10px;
        }

        .icon-img {
            position: absolute;
            /*margin-top: -50px;*/
            left: 50%;
            transform: translateX(-50%);
            width: 65px; /* Set the desired width of the image */
            height: 65px; /* Set the desired height of the image */
        }

        .redesign-header-props {
            color: #000000;
            font-size: 22px;
            line-height: 24px;
            padding: 16px 20px 21px 20px;
        }

        .redesign-subheader-props {
            color: #000000;
            font-size: 16px;
            line-height: 20px;
            padding: 0 20px 12px 20px;
        }

        .wrapper-redesign-next-steps {
            width: 100% !important;
            margin-left: 0 !important;
        }

        .layout_width_item {
            position: relative;
            width: 100%;
        }
    }
    /*Redesign Next Steps End*/

    /*HPHeroRevampRedesign Start*/
    .wrapper-hero-revamp-redesign {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0%;
    }

    .wrapper-hero-revamp-redesign {
        border-radius: 0 0 0 0;
        max-width: 100%;
    }

    .hero-revamp-redesign-u-padding {
        padding-top: 100px;
        padding-right: 50px;
    }

    .cta-card {
        font-weight: 300;
        text-align: center;
        border: 1px solid #d5d5d5;
        padding: 40px;
        position: relative;
        z-index: 5;
        height: 100%;
    }

    .cta-card--rounded-first {
        border-radius: 25px;
        box-shadow: 0 3px 6px rgba(0, 0, 0, 0.25);
        padding: 20px 30px;
    }

    .button-royal-blue {
        background-color: #003CB5 !important;
        border-color: #003CB5;
    }

    .button-royal-blue:hover {
        background-color: #003CB5 !important;
        border-color: #003CB5;
    }

    .hero--6 {
        position: relative;
        overflow-x: hidden;
        z-index: 2;
    }

    /*Media Queries Start*/
    /*Mobile*/
    @media screen and (max-width: 1023px) {
        .cta-button-one {
            display: inline-block;
            padding-left: 24px;
            padding-right: 22px;
        }

        .cta-button-two {
            display: inline-block;
            padding-left: 24px;
            padding-right: 22px;
        }

        .profile-pictures {
            display: flex;
            padding: 0 0 30px 26px;
        }

        .profile-picture {
            width: 30px;
            height: 30px;
            border-radius: 50%;
            object-fit: cover;
            margin-right: 5px;
        }

            .profile-picture:last-child {
                margin-right: 0;
            }

        .cta-buttons-container {
            display: flex;
            flex-direction: column;
        }
    }

    /*Desktop*/
    @media screen and (min-width: 1024px) {
        .cta-button-one {
            display: inline-block;
        }

        .cta-button-two {
            display: inline-block;
            padding-left: 15px;
        }

        .hero-revamp-redesign-btn-revamp {
            display: inline-block;
            border-radius: 5px;
            border-width: 2px;
            border-style: solid;
            text-align: center;
            padding: 16px 20.64px;
            text-decoration: none;
            font-size: 21px;
            line-height: 24.61px;
            font-family: Roboto-Bold !important;
            transition: 0.2s;
            width: 250px;
            height: 60px;
            color: white;
        }

        .profile-pictures {
            display: flex;
            padding: 13px 0;
        }

        .profile-picture {
            width: 46px;
            height: 46px;
            border-radius: 50%;
            object-fit: cover;
            margin-right: 10px;
        }

            .profile-picture:last-child {
                margin-right: 0;
            }
    }

    /*Custom*/
    @media screen and (max-width: 392px) {
        .hero-revamp-redesign-btn-revamp {
            display: inline-block;
            border-radius: 5px;
            border-width: 2px;
            border-style: solid;
            text-align: center;
            padding: 13.5px;
            text-decoration: none;
            font-size: 21px;
            line-height: 24.61px;
            font-family: Roboto-Bold !important;
            transition: 0.2s;
            width: 100%;
            height: 50px;
            color: white;
        }
    }

    @media screen and (min-width: 393px) and (max-width: 1023px) {
        .hero-revamp-redesign-btn-revamp {
            display: inline-block;
            border-radius: 5px;
            border-width: 2px;
            border-style: solid;
            text-align: center;
            padding: 13.5px;
            text-decoration: none;
            font-size: 21px;
            line-height: 24.61px;
            font-family: Roboto-Bold !important;
            transition: 0.2s;
            width: 347px;
            height: 50px;
            color: white;
        }
    }

    @media screen and (max-width: 1023px) {
        .hero--6 {
            margin-top: 70px;
        }
    }

    @media (min-width: 1024px) {
        .hero--6 {
            margin-top: 145px;
        }
    }

    @media screen and (min-width: 1024px) and (max-width: 1199px) {
        .u-pad-left-hero-redesign {
            padding-left: 1% !important;
        }
    }

    @media screen and (min-width: 1200px) and (max-width: 1399px) {
        .u-pad-left-hero-redesign {
            padding-left: 3% !important;
        }
    }

    @media screen and (min-width: 1400px) and (max-width: 1699px) {
        .u-pad-left-hero-redesign {
            padding-left: 5% !important;
        }
    }

    @media screen and (min-width: 1700px) {
        .u-pad-left-hero-redesign {
            padding-left: 10% !important;
        }
    }

    @media (min-width: 768px) and (max-width: 1023px) {
        .cta-buttons-container {
            flex-direction: column;
        }
    }

    @media (min-width: 1024px) and (max-width: 1099px) {
        .hero-revamp-redesign-bg-image {
            background-size: 60% auto;
            background-position: top right;
            background-repeat: no-repeat;
            width: 100vw;
            height: 70vw;
            margin-top: 0px;
        }  
    }

    @media (min-width: 1100px) and (max-width: 1279px) {
        .hero-revamp-redesign-bg-image {
            background-size: 63% auto;
            background-position: top right;
            background-repeat: no-repeat;
            width: 100vw;
            height: 69vw;
            margin-top: 0px;
        }
    }

    @media (min-width: 1280px) and (max-width: 1439px) {
        .hero-revamp-redesign-bg-image {
            background-size: contain;
            background-position: right;
            background-repeat: no-repeat;
            width: 100vw;
            height: 61vw;
            margin-top: 0px;
        }
    }

    @media (min-width: 1440px) and (max-width: 1919px) {
        .hero-revamp-redesign-bg-image {
            background-size: contain;
            background-position: right;
            background-repeat: no-repeat;
            width: 100vw;
            height: 58vw;
            margin-top: 0px;
        }
    }

    @media (min-width: 1920px) and (max-width: 2559px) {
        .hero-revamp-redesign-bg-image {
            background-size: 56% auto;
            background-position: top right;
            background-repeat: no-repeat;
            width: 100vw;
            height: 58vw;
            margin-top: 0px;
        }
    }

    @media (min-width: 2560px) {
        .hero-revamp-redesign-bg-image {
            background-size: 56% auto;
            background-position: top right;
            background-repeat: no-repeat;
            width: 100vw;
            height: 45vw;
            margin-top: 0px;
        }
    }
    /*Media Queries End*/
    /*HPHeroRevampRedesign End*/

    /*New Get Started Two Page Styling Start*/
    .long-form--wrapper {
        font-family: "GT Walsheim Pro Regular";
    }

    .long-form-new-bg-image {
        background-size: 56% auto;
        background-position: top right;
        background-repeat: no-repeat;
        width: 100vw;
        height: 62vw;
        margin-top: 0px;
        background-color:#FFFFFF;
        position: absolute;
    }

    .app-process-update .app-layout-new {
        margin: 0 2%;
        padding: 0 1em;
    }

    .app-layout-new {
        margin: 0 auto;
        padding: 0 1em;
    }

    .app-layout-new:after {
        display: block;
        clear: both;
        content: " ";
    }

    .section--title-new {
        font-size: 22px;
        margin: 0.75em 0 0.5em 0;
        display: none;
        transition: 0.4s;
        padding: 0 0.25em;
        position: relative;
    }

    .section--title-new {
        font-family: "GT Walsheim Pro Bold";
        line-height: 2rem;
    }

    .section--content.current .section--title-new {
        display: block;
    }

    .app-process-update .section--title-new {
        font-size: 22px;
        line-height: 25.78px;
        margin: 70.988px 0 17px 0;
        display: none;
        transition: 0.4s;
        padding: 0;
        position: relative;
        font-family: Roboto-Bold;
    }

    .form--select-new select,
    .form--text-new {
        border-radius: 5px;
        border: 1px solid #EFEFEF;
        padding: 0.6em;
        width: 100%;
        height: 50px;
        font-size: 16px;
        font-family: Roboto-Regular;
        background: #EFEFEF;
    }

    .app-process-update .form--select-new select,
    .app-process-update .form--text-new {
        border-radius: 5px;
        border: 1px solid #EFEFEF;
        padding: 0.6em;
        width: 100%;
        height: 50px;
        font-size: 16px;
        font-family: Roboto-Regular;
        background: #EFEFEF;
    }

    .field-one-pad {
        padding-right: 0px !important;
    }

    .field-one-dimension {
        width: 48% !important;
    }

    .field-two-pad {
        padding-left: 14px !important;
    }

    .field-two-dimension {
        width: 52% !important;
    }

    .field-three-pad {
        padding-right: 0px !important;
    }

    .field-three-dimension {
        width: 46% !important;
    }

    .field-four-pad {
        padding-left: 15px !important;
    }

    .field-four-dimension {
        width: 54% !important;
    }

    .field-five-pad {
        padding-right: 0px !important;
    }

    .field-five-dimension {
        width: 56% !important;
    }

    .field-six-pad {
        padding-left: 16px !important;
    }

    .field-six-dimension {
        width: 44% !important;
    }

    .field-seven-pad {
        padding-right: 0px !important;
    }

    .field-seven-dimension {
        width: 56% !important;
    }

    .field-eight-pad {
        padding-left: 16px !important;
    }

    .field-eight-dimension {
        width: 44% !important;
    }

    .error-message-dimension {
        width: 100% !important;
    }

    .form--label-new {
        font-size: 16px !important;
        margin-bottom: 5px;
        display: block;
        font-family: Roboto-Bold;
    }

    .app-process-update .form--label-new {
        font-size: 16px !important;
        margin-top: 2px;
        margin-bottom: 14px;
        display: block;
        font-family: Roboto-Bold;
    }

    .phone-email-marg {
        margin-top: 5px !important;
        margin-bottom: 20px !important;
    }

    .app-process-update .form--select-new select::-ms-expand,
    .form--select-new select::-ms-expand {
        display: none;
    }

    .form--select-new {
        position: relative !important;
        font-family: Roboto-Regular;
    }

    .form--select-new select {
        background: #EFEFEF;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
    }

    .form--select-new:before {
        top: 0;
        pointer-events: none;
        display: block;
        position: absolute;
        content: "";
    }

    .form--select-new:after {
        top: 8px;
        right: 24px;
        pointer-events: none;
        width: 15px;
        height: 15px;
        transform: rotate(135deg);
        border-style: solid;
        border-width: 2px 2px 0 0;
        color: #101835;
        font-size: 16px;
        display: block;
        position: absolute;
        content: "";
        z-index: 3;
    }

    .app-process-update .form--select-new {
        position: relative !important;
    }

    .app-process-update .form--select-new select {
        background: #EFEFEF;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
    }

    .app-process-update .form--select-new:after,
    .app-process-update .form--select-new:before {
        display: block;
        position: absolute;
        content: "";
    }

    .app-process-update .form--select-new:before {
        top: 0;
        pointer-events: none;
    }

    .app-process-update .form--select-new:after {
        top: 8px;
        right: 24px;
        pointer-events: none;
        width: 15px;
        height: 15px;
        transform: rotate(135deg);
        border-style: solid;
        border-width: 2px 2px 0 0;
        color: #101835;
        font-size: 16px;
    }

    .disclaimer-layout {
        padding: 0 0.5em;
        margin: 21px 0 4px 0;
    }

    .disclaimer-background-props {
        border-radius: 5px;
        padding: 14px 10px 12px 15px;
        background-color: #F9F9F9;
    }

    .disclaimer-text-props {
        text-align:left;
        color:#939393;
        font-family: Roboto-Regular;
        font-style: normal;
        font-weight: 400;
        font-size: 16px;
        line-height: 1.5em;
    }

    .app-process-update .button--square.selected .button--check,
    .previous-inline-new {
        display: inline-block;
    }

    .previous-inline-new {
        text-decoration: none;
        font-size: 16px;
        font-family: Roboto-Bold;
        padding: 15px 0px;
    }

    .button--default-new {
        border-color: #101835;
        color: #fff;
        margin: 0;
        display: inline-block;
        width: 181px;
        height: 50px;
        padding: 15px 0px !important;
        background-color: #101835 !important;
        border-radius: 5px;
        font-family: Roboto-Bold;
        font-size: 0.8888888888888888em;
        text-align: center;
        text-decoration: none;
        letter-spacing: 2px;
    }

    /*Pagination Start*/
    #pagination_one {
        display: flex;
        align-items: center;
        justify-content: start;
        position: absolute;
        top: 33px;
    }

    #pagination_two {
        display: flex;
        align-items: center;
        justify-content: start;
        position: absolute;
        left: 254px;
        top: 33px;
    }

    .page-button {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 22.69px;
        height: 22.69px;
        background: #FFFFFF;
        border: 1.8px solid #CCCCCC;
        border-radius: 50%; /* to make it an ellipse */
        font-family: Roboto-Regular;
        font-style: normal;
        font-weight: 600;
        font-size: 13px;
        line-height: 16px;
        color: #C4C4C4;
    }

    .page-button-check {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 22.69px;
        height: 22.69px;
        border: 1.8px solid #CCCCCC;
        border-radius: 50%;
        font-family: Roboto-Regular;
        font-style: normal;
        font-weight: 600;
        font-size: 13px;
        line-height: 16px;
        color: white;
        background: #101835;
    }

    .page-button.active {
        background: #101835;
        color: #FFFFFF;
    }

    .line {
        width: 57.41px;
        border: none;
        border-top: 1.8px solid #CCCCCC;
        margin: 0;
    }

    .line-red {
        width: 57.41px;
        border: none;
        border-top: 1.8px solid #C10000;
        margin: 0;
    }

    .tick-mark {
        position: absolute;
        width: 22.69px;
        height: 22.69px;
        left: 273px;
        top: 101px;
        background: #101835;
        color: white;
        font-size: 16px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    #pagination_three {
        display: flex;
        align-items: center;
        justify-content: start;
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        top: 190px;
    }
    /*Pagination End*/

    .lf-two-field-one-dimension {
        width: 100% !important;
        line-height: 18.75px;
    }

    .lf-two-field-one-specs {
        margin: 70px 0px 10px 0px !important;
    }

    .lf-two-field-one-dimension-r1 {
        width: 19% !important;
        line-height: 19.75px;
    }

    .lf-two-field-one-dimension-r2 {
        width: 81% !important;
        line-height: 19.75px;
    }

    .lf-two-field-one-specs-radio {
        margin: 0px 0px 27px 0px !important;
    }

    .lf-two-field-two-dimension {
        width: 100% !important;
        line-height: 18.75px;
    }

    .lf-two-field-two-specs {
        margin-top: 0px !important;
        margin-bottom: 28px !important;
    }

    .lf-two-field-two-label-specs {
        margin-bottom: 20px !important;
    }

    .lf-two-field-three-dimension {
        width: 100% !important;
        line-height: 18.75px;
    }

    .lf-two-field-three-specs {
        margin-top: 0px !important;
        margin-bottom: 20px !important;
    }

    .lf-two-field-three-label-specs {
        margin-bottom: 20px !important;
    }

    .lf-two-field-four-dimension {
        width: 100% !important;
        line-height: 18.75px;
    }

    .lf-two-field-four-specs {
        margin-top: 0px !important;
        margin-bottom: 5px !important;
    }

    .lf-two-field-four-label-specs {
        margin-bottom: 16px !important;
    }

    .lf-two-field-consent-box-dimension {
        width: 5% !important;
        margin-top:10px !important;
        margin-bottom:5px !important;
    }

    .lf-two-field-consent-text-dimension {
        width: 95% !important;
        line-height: 18.75px;
        margin-top:5px !important;
        margin-bottom:5px !important;
    }

    .lf-two-field-consent-text-style {
        font-size:12px!important;
        font-family:Roboto-Bold;
    }

    .lf-two-field-button-margin {
        margin-top:30px !important;
    }

    .lf-two-field-timeline-specs {
        margin-top: 16px !important;
        margin-bottom: 13px !important;
    }

    .lf-two-field-timeline-dimension {
        width: 100% !important;
        line-height: 18.75px;
    }

    .hero-position-props {
        position: relative;
        overflow-x: hidden;
        z-index: 2;
    }

    .form-background-wrapper {
        background: #ffffff;
        border-radius: 0 0 0 0;
        max-width: 100%;
        height: 70.5vw;
    }

    .form-widget-position {
        position: absolute;
        top: 7.6vw;
        z-index: 2;
    }

    .form-widget-heading-wrap {
        overflow: hidden;
        width: 100%;
        background: #ffffff;
    }

    .form-widget-title-spec {
        background: #ffffff;
        color: #000000;
        display: block;
        padding: 0px 0px 0px 0px;
        margin: 87px 0px 0px 0px;
        font-family: Roboto-Bold;
        font-size: 22px;
    }

    .form-widget-fields-wrapper {
        padding: 0px;
        background: #ffffff;
        margin:0px;
    }

    .form-hero-right-interior-background {
        background-position: top right;
        background-size: cover;
        height: 44vw;
        overflow-y: hidden;
    }

    .form-button-default-new {
        border-color: #101835;
        color: #fff;
        margin: 0;
        display: inline-block;
        width: 181px;
        height: 50px;
        padding: 15px 0px;
        background-color: #101835;
        border-radius: 5px;
        font-family: Roboto-Bold;
        font-size: 0.8888888888888888em;
        line-height: 18.75px;
        text-align: center;
        text-decoration: none;
        letter-spacing: 2px;
    }

    .form-button-default-new.disabled {
        pointer-events: none;
        background-color: #ccc;
        border-color: #ccc;
    }

    .steps--wrapper .app-layout-new label.error {
        position: absolute;
        color: #db232b !important;
        font-size: 16px;
        font-style: italic;
        line-height: 18.75px;
        font-family: "GT Walsheim Pro Regular";
        pointer-events: none;
    }

    .steps--wrapper .app-layout-new label.error[for="veteranMilitary"] {
        top: 145px;
        left: 50px;
        pointer-events: none;
    }

    .steps--wrapper .app-layout-new label.error[for="homeValue"] {
        top: 5px;
        left: 0px;
        position: relative;
        pointer-events: none;
    }

    .steps--wrapper .app-layout-new label.error[for="consent"] {
        top: 560px;
        left: 50px;
        width: 480px;
        padding: 20px 20px 10px 0px !important;
        pointer-events: none;
    }

    .steps--wrapper .app-layout-new label.error[for="loanPurpose"] {
        top: 5px;
        left: 0px;
        position: relative;
        pointer-events: none;
    }

    .steps--wrapper .app-layout-new .error {
        position: relative;
        color: #db232b !important;
        font-size: 16px;
        font-style: italic;
        line-height: 18.75px;
        font-family: "GT Walsheim Pro Regular";
    }

    .purchase-field-seven-dimension {
        width: 100% !important;
    }

    .purchase-margin-end {
        margin-bottom:15px;
    }

    .form-placeholder {
        position: relative;
        height: 300vw;
    }

    .wrapper-loan-purpose-two-page {
        display: flex;
        justify-content: space-between;
        align-items: center;
        position: absolute;
        background-color: #101835;
        border-radius: 5px;
        margin-top: 617px;
        padding: 20px 26px 20px 26px;
        margin-left: 50px;
        margin-right: 50px;
        left:0;
        right:0;
    }

    .wrapper-loan-purpose-selector-two-page {
        display: flex;
        justify-content: center;
        align-items: center;
        position: absolute;
        background-color: #FFF;
        border-radius: 20px;
        margin-top: 617px;
        padding: 20px 26px 20px 26px;
        margin-left: 50px;
        margin-right: 50px;
        box-shadow: 0px 11px 54px 0px rgba(0, 0, 0, 0.15);
        left: 0;
        right: 0;
        flex-direction: column;
    }

    .loan-purpose-two-page-cta-button-one,
    .loan-purpose-two-page-cta-button-two {
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 5px;
        text-align: center;
        text-decoration: none;
        font-size: 18px;
        line-height: 24.61px;
        font-family: Roboto-Bold !important;
        letter-spacing: 0.36px;
        transition: 0.2s;
        width: 250px;
        height: 60px;
        color: white;
        box-shadow: 0px 4px 14px 0px rgba(0, 0, 0, 0.25);
    }

    .loan-purpose-two-page-cta-button-one {
        border: 1px solid #01369E;
        padding: 16px 20.64px;
        background: linear-gradient(90deg, #01369E 0.52%, #003CB5 46.88%, #033498 100%);
    }

    .loan-purpose-two-page-cta-button-two {
        border: 1px solid #D10000;
        padding: 17px 20.64px;
        background: linear-gradient(90deg, #D10000 0%, #F60000 54.69%, #D10000 100%);
    }

    .loan-purpose-selector-cta-button-one,
    .loan-purpose-selector-cta-button-two {
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 10px;
        text-align: center;
        text-decoration: none;
        font-size: 30px;
        line-height: normal;
        font-family: Roboto-Bold !important;
        transition: 0.2s;
        width: 348px;
        height: 122px;
        color: white;
        box-shadow: 0px 4px 14px 0px rgba(0, 0, 0, 0.25);
    }

    .loan-purpose-selector-cta-button-one {
        border: 1px solid #01369E;
        padding: 16px 20.64px;
        background: linear-gradient(90deg, #01369E 0.52%, #003CB5 46.88%, #033498 100%);
    }

    .loan-purpose-selector-cta-button-two {
        border: 1px solid #D10000;
        padding: 17px 20.64px;
        background: linear-gradient(90deg, #D10000 0%, #F60000 54.69%, #D10000 100%);
    }

    .loan-purpose-two-page-bg-image {
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        height: 1012px;
        margin-top: 0px;
    }

    .loan-purpose-selector-bg-image {
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        height: 1012px;
        margin-top: 0px;
    }

    .image-div {
        text-align: center;
    }

    .bg-wrapper-grey {
        border-radius: 5px;
        background: #EFEFEF;
        padding:20px 35px 20px 20px;
        display:inline-block;
    }

    .thank-header-props {
        font-size:62px;
        line-height:70px;
        font-family:Roboto-Bold;
        color: #000;
        padding:0px;
    }

    .u-padd-thank-all {
        padding-right: 1.66667rem;
        padding-top: 1.66667rem;
        padding-bottom: 1.66667rem;
        padding-left: 65px;
    }

    .thank-subheader-props {
        font-size:22px;
        line-height:32px;
        font-family:Roboto-Regular;
        letter-spacing: 0.44px;
    }

    .thank-business-hr-props {
        font-family:Roboto-Regular;
        font-size:22px;
        color: #000;
        line-height: 32px;
        letter-spacing: 0.32px;
        margin-bottom: 0.5rem;
    }

    .thank-business-hr-table-props {
        font-family: Roboto-Regular;
        font-size: 12px;
        color: #000;
        line-height: 32px;
        letter-spacing: 0.32px;
        margin-bottom: 0.5rem;
    }

    .thank-video-props {
        padding-top:0px;
        padding-bottom:0px;
    }

    .thank-container-prop {
        padding-top:140px;
        max-width:100%;
    }

    .label-title-pad {
        margin:0.5em 0 0.2em 0;
    }

    .label-title-dimension {
        width:100% !important;
    }

    .loan-purpose-selector-cta-buttons-container {
        display: flex;
    }

    .screen-height-specs {
        height:800px;
    }

    .loan-purpose-selector-tablet-cta-buttons-container {
        display: flex;
        margin-left:auto;
        margin-right:auto;
        justify-content: center;
    }

    @media screen and (min-width: 320px) {
        .anchor-bt-width {
            width: 25% !important;
        }

        .apply-btn-width {
            width: 75% !important;
        }

        .steps--wrapper .app-layout-new label.error[for="veteranMilitary"] {
            top: 185px;
            left: 25px;
            pointer-events: none;
        }

        .form-placeholder {
            height: 300vw;
        }

        .loan-purpose-two-page-bg-image {
            background-size: cover;
            background-position: center;
            background-repeat: no-repeat;
            height: 576px;
            margin-top: 0px;
        }

        .loan-purpose-selector-bg-image {
            background-size: cover;
            background-position: center;
            background-repeat: no-repeat;
            height: 373px;
            margin-top: 0px;
        }

        .wrapper-loan-purpose-two-page {
            margin-top: 243px;
            margin-left: 10px;
            margin-right: 10px;
        }

        .wrapper-loan-purpose-selector-two-page {
            margin-top: 273px;
            margin-left: 10px;
            margin-right: 10px;
            padding: 20px 5px;
            height: auto;
        }

        .purchase-form.form--select-new:after {
            top: 70px;
            right: 15px;
        }

        .loan-purpose-selector-cta-button-one,
        .loan-purpose-selector-cta-button-two {
            width: 100%;
            height: 100px;
        }

        .bg-wrapper-grey {
            padding: 20px 10px;
        }

        .thank-subheader-props {
            color: #000;
            font-size: 22px;
            font-family: Roboto-Regular;
            line-height: 32px;
            letter-spacing: 0.32px;
            margin-bottom: 1rem;
        }

        .thank-business-hr-props {
            font-family: Roboto-Regular;
            font-size: 22px;
            color: #000;
            line-height: 32px;
            letter-spacing: 0.2px;
            margin-bottom: 0.5rem;
        }

        .thank-business-hr-table-props {
            font-family: Roboto-Regular;
            font-size: 14px;
            color: #000;
            line-height: 32px;
            letter-spacing: 0.2px;
            margin-bottom: 0.5rem;
        }
    }

    @media screen and (min-width: 360px) {
        .wrapper-loan-purpose-selector-two-page {
            padding: 20px 20px;
        }

        .bg-wrapper-grey {
            padding: 20px 20px;
        }

        .thank-business-hr-table-props {
            font-family: Roboto-Regular;
            font-size: 15px;
            color: #000;
            line-height: 32px;
            letter-spacing: 0.2px;
            margin-bottom: 0.5rem;
        }
    }

    @media screen and (min-width: 375px) {
        .anchor-bt-width {
            width: 20% !important;
        }

        .apply-btn-width {
            width: 80% !important;
        }

        .form-placeholder {
            height: 250vw;
        }

        .loan-purpose-two-page-bg-image {
            background-size: cover;
            background-position: center;
            background-repeat: no-repeat;
            height: 675px;
            margin-top: 0px;
        }

        .loan-purpose-selector-bg-image {
            background-size: cover;
            background-position: center;
            background-repeat: no-repeat;
            height: 435px;
            margin-top: 0px;
        }

        .wrapper-loan-purpose-two-page {
            margin-top: 337px;
        }

        .wrapper-loan-purpose-selector-two-page {
            margin-top: 325px;
            padding: 20px 20px;
        }

        .screen-height-specs {
            height: 864px;
        }

        .thank-business-hr-table-props {
            font-family: Roboto-Regular;
            font-size: 16px;
            color: #000;
            line-height: 32px;
            letter-spacing: 0.2px;
            margin-bottom: 0.5rem;
        }
    }

    @media screen and (min-width: 378px) {
        .purchase-form.form--select-new:after {
            top: 50px;
            right: 15px;
        }
    }

    @media screen and (min-width: 390px) {
        .steps--wrapper .app-layout-new label.error[for="veteranMilitary"] {
            top: 170px;
            left: 25px;
            pointer-events: none;
        }

        .form-placeholder {
            height: 230vw;
        }

        .loan-purpose-two-page-bg-image {
            background-size: cover;
            background-position: center;
            background-repeat: no-repeat;
            height: 703px;
            margin-top: 0px;
        }

        .loan-purpose-selector-bg-image {
            background-size: cover;
            background-position: center;
            background-repeat: no-repeat;
            height: 453px;
            margin-top: 0px;
        }

        .wrapper-loan-purpose-two-page {
            margin-top: 337px;
            height:319px;
        }

        .wrapper-loan-purpose-selector-two-page {
            margin-top: 330px;
        }

        .loan-purpose-selector-cta-button-one,
        .loan-purpose-selector-cta-button-two {
            width: 330px;
            margin-left: auto;
            margin-right: auto;
        }

        .thank-business-hr-table-props {
            font-family: Roboto-Regular;
            font-size: 17px;
            color: #000;
            line-height: 32px;
            letter-spacing: 0.2px;
            margin-bottom: 0.5rem;
        }

    }

    @media screen and (min-width: 436px) {
        .wrapper-loan-purpose-selector-two-page {
            margin-top: 343px;
            margin-left: auto;
            margin-right: auto;
            max-width: 390px;
        }

        .thank-business-hr-table-props {
            font-family: Roboto-Regular;
            font-size: 19px;
            color: #000;
            line-height: 32px;
            letter-spacing: 0.2px;
            margin-bottom: 0.5rem;
        }
    }

    @media screen and (min-width: 480px) {
        .app-process-update .section--title-new {
            font-size: 22px;
            line-height: 25.78px;
        }

        .section--title-new {
            font-size: 32px;
        }

        .form-placeholder {
            height: 140vw;
        }

        .loan-purpose-two-page-bg-image {
            background-size: cover;
            background-position: center;
            background-repeat: no-repeat;
            height: 864px;
            margin-top: 0px;
        }

        .loan-purpose-selector-bg-image {
            background-size: cover;
            background-position: center;
            background-repeat: no-repeat;
            height: 558px;
            margin-top: 0px;
        }

        .wrapper-loan-purpose-two-page {
            margin-top: 453px;
            height: 352px;
            margin-left: auto;
            margin-right: auto;
        }

        .wrapper-loan-purpose-selector-two-page {
            margin-top: 431px;
            margin-left: auto;
            margin-right: auto;
            max-width: 390px;
        }

        .screen-height-specs {
            height: 955px;
        }

        .bg-wrapper-grey {
            padding: 20px 35px 20px 20px;
        }

        .thank-business-hr-table-props {
            font-family: Roboto-Regular;
            font-size: 22px;
            color: #000;
            line-height: 32px;
            letter-spacing: 0.2px;
            margin-bottom: 0.5rem;
        }
    }

    @media screen and (max-width: 539px) {
        .lf-two-field-consent-text-dimension {
            margin-top: 5px !important;
        }
    }

    @media screen and (min-width: 540px) and (max-width: 767px) {
        .lf-two-field-consent-text-dimension {
            margin-top: 10px !important;
        }
    }

    @media screen and (min-width: 540px) {
        .loan-purpose-selector-bg-image {
            background-size: cover;
            background-position: center;
            background-repeat: no-repeat;
            height: 628px;
            margin-top: 0px;
        }

        .wrapper-loan-purpose-selector-two-page {
            margin-top: 472px;
            margin-left: auto;
            margin-right: auto;
            max-width: 390px;
        }
    }

    @media screen and (min-width: 640px) {
        .loan-purpose-selector-bg-image {
            background-size: cover;
            background-position: center;
            background-repeat: no-repeat;
            height: 744px;
            margin-top: 0px;
        }

        .wrapper-loan-purpose-selector-two-page {
            margin-top: 556px;
            margin-left: auto;
            margin-right: auto;
            max-width: 390px;
        }

        .screen-height-specs {
            height: 1082px;
        }
    }

    @media screen and (min-width: 712px) {
        .loan-purpose-two-page-bg-image {
            background-size: cover;
            background-position: center;
            background-repeat: no-repeat;
            height: 1284px;
            margin-top: 0px;
        }

        .loan-purpose-selector-bg-image {
            background-size: cover;
            background-position: center;
            background-repeat: no-repeat;
            height: 828px;
            margin-top: 0px;
        }

        .wrapper-loan-purpose-two-page {
            margin-top: 753px;
            max-width: 100%;
            height: 400px;
        }

        .wrapper-loan-purpose-selector-two-page {
            margin-top: 612px;
            margin-left: auto;
            margin-right: auto;
            max-width: 390px;
        }
    }

    @media screen and (max-width: 767px) {
        .form-background-wrapper {
            height: 70px;
        }

        .long-form-new-bg-image {
            height: 215vw;
        }

        #pagination_one {
            display: flex;
            align-items: center;
            justify-content: start;
            position: absolute;
            top: 32px;
            left: 50%;
            transform: translateX(-50%);
        }

        #pagination_two {
            display: flex;
            align-items: center;
            justify-content: start;
            position: absolute;
            top: 33px;
            left: 50%;
            transform: translateX(-50%);
        }

        .form-widget-title-spec {
            background: #ffffff;
            color: #000000;
            display: block;
            padding: 0;
            margin: 83px 0px 0px 0px;
            font-family: Roboto-Bold;
            font-size: 22px;
        }

        .form-widget__wrap_two {
            overflow: hidden;
        }

        .form-widget-fields-wrapper {
            padding: 26px 0px 0px 0px;
        }

        .app-layout-new {
            margin: 0 auto;
            padding: 0;
        }

        .field-one-pad {
            padding: 0px !important;
        }

        .field-one-marg {
            margin: 0px 0px 18px 0px !important;
        }

        .field-one-dimension {
            width: 100% !important;
        }

        .field-two-pad {
            padding: 0px !important;
        }

        .field-two-marg {
            margin: 0px 0px 20px 0px !important;
        }

        .field-two-dimension {
            width: 100% !important;
        }

        .field-three-pad {
            padding: 0px !important;
        }

        .field-three-marg {
            margin: 0px 0px 19px 0px !important;
        }

        .field-three-dimension {
            width: 100% !important;
        }

        .field-three-label-marg {
            margin-bottom: 20px;
        }

        .field-four-pad {
            padding: 0px !important;
        }

        .field-four-marg {
            margin: 0px 0px 19px 0px !important;
        }

        .field-four-dimension {
            width: 100% !important;
        }

        .field-four-label-marg {
            margin-bottom: 15px;
        }

        .field-five-pad {
            padding: 0px !important;
        }

        .field-five-marg {
            margin: 0px 0px 19px 0px !important;
        }

        .field-five-dimension {
            width: 100% !important;
        }

        .field-five-label-marg {
            margin-bottom: 14px;
        }

        .field-six-pad {
            padding: 0px !important;
        }

        .field-six-marg {
            margin: 0px 0px 12px 0px !important;
        }

        .field-six-dimension {
            width: 100% !important;
        }

        .field-six-label-marg {
            margin-bottom: 14px;
        }

        .field-seven-pad {
            padding: 0px 16px 0px 0px !important;
        }

        .purchase-field-seven-pad {
            padding: 0 !important;
        }

        .field-seven-marg {
            margin: 0px 0px 19px 0px !important;
        }

        .field-seven-dimension {
            width: 65% !important;
        }

        .field-eight-pad {
            padding: 0px !important;
        }

        .field-eight-marg {
            margin: 0px 0px 19px 0px !important;
        }

        .field-eight-dimension {
            width: 35% !important;
        }

        .form--select-new:after {
            top: 45px;
            right: 15px;
        }

        .disclaimer-layout {
            padding: 0px;
            margin: 0px 0px 18px 0px;
        }

        .disclaimer-background-props {
            border-radius: 10px;
            padding: 14px 19px 8px 20px;
            background-color: #F9F9F9;
        }

        .lf-two-field-one-specs {
            margin: 95px 0px 10px 0px !important;
            padding: 0px;
        }

        .lf-two-field-one-dimension-r1 {
            width: 23% !important;
            line-height: 19.75px;
            padding: 0px;
        }

        .lf-two-field-one-dimension-r2 {
            width: 77% !important;
            line-height: 19.75px;
            padding: 0px;
        }

        .lf-two-field-two-specs {
            margin-top: 0px !important;
            margin-bottom: 28px !important;
            padding: 0px;
        }

        .lf-two-field-three-specs {
            padding: 0px;
        }

        .lf-two-field-four-specs {
            padding: 0px;
        }

        .lf-two-field-consent-box-dimension {
            width: 5% !important;
            margin-top: 10px !important;
            margin-bottom: 5px !important;
            padding: 0px !important;
        }

        .lf-two-field-consent-text-dimension {
            width: 95% !important;
            line-height: 14px;
            margin-bottom: 5px !important;
            padding: 0px 0px 0px 3px !important;
        }

        .lf-two-field-button-margin {
            margin-top: 10px !important;
        }

        .lf-two-field-b1-dimension {
            width: 21% !important;
            padding: 0px !important;
        }

        .lf-two-field-b2-dimension {
            width: 75% !important;
            padding: 0px !important;
        }

        .lf-two-field-timeline-specs {
            padding: 0px;
        }

        .error-message-dimension {
            width: 100% !important;
            padding: 0px !important;
        }

        .steps--wrapper .app-layout-new label.error[for="consent"] {
            top: inherit;
            left: 0;
            width: 80vw !important;
            pointer-events: none;
            position: relative;
            display: block;
        }

        .steps--wrapper .app-layout-new .error-display {
            left: 0px;
            top: 0px;
            position: relative;
            pointer-events: none;
        }

        .steps--wrapper .app-layout-new .submit-error {
            margin-top: 0px;
            margin-bottom: 20px;
            pointer-events: none;
        }

        #pagination_three {
            top: 112px;
        }

        .field-seven-label-marg {
            margin-bottom: 14px;
        }

        .field-eight-label-marg {
            margin-bottom: 14px;
        }
    }

    @media screen and (min-width: 768px) {
        .long-form--wrapper {
            padding: 0 1em;
        }

        .form--text-new {
            font-size: 16px;
        }

        .app-process-update .form--text-new {
            font-size: 16px;
        }

        .form--label-new {
            font-size: 16px !important;
        }

        .app-process-update .form--label-new {
            font-size: 16px !important;
        }

        .form--select-new select {
            font-size: 16px;
        }

        .app-process-update .form--select-new select {
            font-size: 16px;
        }

        .app-process-update .form--select-new:before {
            height: 48px;
        }

        .app-process-update .form--select-new:after {
            top: 15px;
        }

        .steps--wrapper .app-layout-new label.error[for="consent"] {
            top: inherit;
            left: 0;
            width: 80vw !important;
            pointer-events: none;
            position: relative;
            display: block;
        }

        .loan-purpose-two-page-bg-image {
            background-size: cover;
            background-position: center;
            background-repeat: no-repeat;
            height: 1389px;
            margin-top: 0px;
        }

        .loan-purpose-selector-bg-image {
            background-size: cover;
            background-position: center;
            background-repeat: no-repeat;
            height: 432px;
            margin-top: 0px;
        }

        .wrapper-loan-purpose-two-page {
            margin-top: 768px;
            height: 503px;
        }

        .wrapper-loan-purpose-selector-two-page {
            margin-top: 300px;
            height: auto;
            max-width: 748px;
            margin-left: auto;
            margin-right: auto;
        }

        .thank-container-prop {
            padding-top: 100px;
        }

        .screen-height-specs {
            height: 610px;
        }

        .thank-subheader-props {
            color: #000;
            font-size: 24px;
            font-family: Roboto-Regular;
            line-height: 32px;
            letter-spacing: 0.32px;
            margin-bottom: 1rem;
        }

        .thank-business-hr-props {
            font-family: Roboto-Regular;
            font-size: 24px;
            color: #000;
            line-height: 32px;
            letter-spacing: 0.2px;
            margin-bottom: 0.5rem;
        }

        .thank-business-hr-table-props {
            font-family: Roboto-Regular;
            font-size: 24px;
            color: #000;
            line-height: 32px;
            letter-spacing: 0.2px;
            margin-bottom: 0.5rem;
        }
    }

    @media screen and (min-width: 768px) and (max-width: 1023px) {
        .form-background-wrapper {
            height: 70px;
        }

        #pagination_three {
            top: 112px;
        }

        .steps--wrapper .app-layout-new label.error[for="veteranMilitary"] {
            top: 146px;
            left: 38px;
            pointer-events: none;
        }

        .form-placeholder {
            height: 112vw;
        }
    }

    @media screen and (min-width: 768px) and (max-width: 1279px) {
        .form-widget-title-spec {
            background: #ffffff;
            color: #000000;
            display: block;
            padding: 0;
            margin: 83px 0px 0px 0px;
            font-family: Roboto-Bold;
            font-size: 22px;
        }

        .form-widget__wrap_two {
            overflow: hidden;
        }

        .form-widget-fields-wrapper {
            padding: 26px 0px 0px 0px;
        }

        #pagination_one {
            display: flex;
            align-items: center;
            justify-content: start;
            position: absolute;
            top: 32px;
            left: 50%;
            transform: translateX(-50%);
        }

        #pagination_two {
            display: flex;
            align-items: center;
            justify-content: start;
            position: absolute;
            left: 50%;
            transform: translateX(-50%);
            top: 33px;
        }

        .app-layout-new {
            margin: 0 auto;
            padding: 0;
        }

        .field-one-pad {
            padding: 0px 14px 0px 0px !important;
        }

        .field-one-marg {
            margin: 0px 0px 18px 0px !important;
        }

        .field-one-dimension {
            width: 50% !important;
        }

        .field-two-pad {
            padding: 0px !important;
        }

        .field-two-marg {
            margin: 0px 0px 20px 0px !important;
        }

        .field-two-dimension {
            width: 50% !important;
        }

        .field-three-pad {
            padding: 0px 15px 0px 0px !important;
        }

        .field-three-marg {
            margin: 0px 0px 19px 0px !important;
        }

        .field-three-dimension {
            width: 48% !important;
        }

        .field-four-pad {
            padding: 0px !important;
        }

        .field-four-marg {
            margin: 0px 0px 19px 0px !important;
        }

        .field-four-dimension {
            width: 52% !important;
        }

        .field-five-pad {
            padding: 0px 16px 0px 0px !important;
        }

        .field-five-marg {
            margin: 0px 0px 19px 0px !important;
        }

        .field-five-dimension {
            width: 60% !important;
        }

        .field-six-pad {
            padding: 0px !important;
        }

        .field-six-marg {
            margin: 0px 0px 12px 0px !important;
        }

        .field-six-dimension {
            width: 40% !important;
        }

        .field-seven-pad {
            padding: 0px 16px 0px 0px !important;
        }

        .purchase-field-seven-pad {
            padding: 0px !important;
        }

        .field-seven-marg {
            margin: 0px 0px 19px 0px !important;
        }

        .field-seven-dimension {
            width: 60% !important;
        }

        .field-eight-pad {
            padding: 0px !important;
        }

        .field-eight-marg {
            margin: 0px 0px 19px 0px !important;
        }

        .field-eight-dimension {
            width: 40% !important;
        }

        .form--select-new:after {
            top: 43px;
            right: 15px;
        }

        .disclaimer-layout {
            padding: 0px;
            margin: 0px 0px 18px 0px;
        }

        .disclaimer-background-props {
            border-radius: 10px;
            padding: 14px 19px 8px 20px;
            background-color: #F9F9F9;
        }

        .lf-two-field-b1-dimension {
            width: 46% !important;
        }

        .lf-two-field-consent-text-dimension {
            padding-left: 0px !important;
        }
    }

    @media screen and (min-width: 820px) {

        .loan-purpose-two-page-bg-image {
            background-size: cover;
            background-position: center;
            background-repeat: no-repeat;
            height: 1480px;
            margin-top: 0px;
        }

        .loan-purpose-selector-bg-image {
            background-size: cover;
            background-position: center;
            background-repeat: no-repeat;
            height: 461px;
            margin-top: 0px;
        }

        .wrapper-loan-purpose-two-page {
            margin-top: 800px;
            height: 548px;
        }

        .wrapper-loan-purpose-selector-two-page {
            margin-top: 313px;
            height: auto;
        }
    }

    @media screen and (min-width: 912px) {
        .loan-purpose-two-page-bg-image {
            background-size: cover;
            background-position: center;
            background-repeat: no-repeat;
            height: 1638px;
            margin-top: 0px;
        }

        .loan-purpose-selector-bg-image {
            background-size: cover;
            background-position: center;
            background-repeat: no-repeat;
            height: 516px;
            margin-top: 0px;
        }

        .wrapper-loan-purpose-two-page {
            margin-top: 925px;
            height: 570px;
        }

        .wrapper-loan-purpose-selector-two-page {
            margin-top: 360px;
            height: auto;
        }

        .screen-height-specs {
            height: 700px;
        }
    }

    @media screen and (min-width: 992px) {
        .long-form--wrapper {
            min-height: 1000px;
        }
    }

    @media screen and (min-width: 992px) and (max-width: 1279px) {
        .steps--wrapper .app-layout-new label.error[for="consent"] {
            top: inherit;
            left: 0;
            width: 83vw !important;
            pointer-events: none;
            position: relative;
            display: block;
        }

        .lf-two-field-consent-box-dimension {
            width: 3.5% !important;
        }
    }

    @media screen and (min-width: 1024px) {
        .form-button-default-new:active,
        .form-button-default-new:focus,
        .form-button-default-new:hover {
            border-color: #101835;
            background: #101835;
            box-shadow: 0 3px 12px rgba(0, 0, 0, 0.16);
        }

        .button--default-new:active,
        .button--default-new:focus,
        .button--default-new:hover {
            border-color: #101835;
            background: #101835;
            box-shadow: 0 3px 12px rgba(0, 0, 0, 0.16);
        }

        .hero-position-props {
            margin-top: 146px;
        }

        .form-background-wrapper {
            height: 144px;
        }

        .steps--wrapper .app-layout-new label.error[for="veteranMilitary"] {
            top: 146px;
            left: 50px;
            pointer-events: none;
        }

        .form-placeholder {
            height: 75vw;
        }

        .loan-purpose-two-page-bg-image {
            background-size: cover;
            background-position: center;
            background-repeat: no-repeat;
            height: 1836px;
            margin-top: 0px;
        }

        .loan-purpose-selector-bg-image {
            background-size: cover;
            background-position: center;
            background-repeat: no-repeat;
            height: 576px;
            margin-top: 0px;
        }

        .wrapper-loan-purpose-two-page {
            margin-top: 974px;
            height: 707px;
        }

        .wrapper-loan-purpose-selector-two-page {
            margin-top: 393px;
            height: auto;
        }

        .thank-container-prop {
            padding-top: 200px;
        }
    }

    @media screen and (min-width: 1180px) {
        .loan-purpose-selector-bg-image {
            background-size: cover;
            background-position: center;
            background-repeat: no-repeat;
            height: 664px;
            margin-top: 0px;
        }

        .wrapper-loan-purpose-selector-two-page {
            margin-top: 452px;
            height: auto;
        }

        .screen-height-specs {
            height: 763px;
        }

    }

    @media screen and (max-width:1279px) {
        .wrapper-loan-purpose-two-page {
            display: block;
            align-items: center;
        }

        .wrapper-loan-purpose-selector-two-page {
            display: block;
            align-items: center;
        }

        .loan-purpose-two-page-cta-button-one,
        .loan-purpose-two-page-cta-button-two {
            width: 100%;
            margin-bottom: 10px;
            max-width: 330px;
            margin-left: auto;
            margin-right: auto;
        }

        .long-form-new-bg-image {
            background-color: white;
            background-image: none !important;
            height: fit-content;
        }

        .thank-header-props {
            font-size: 50px;
            line-height: 70px;
            font-family: Roboto-Black;
            font-weight: 700;
            color: #000;
            padding: 0px;
        }
        
    }

    @media screen and (min-width: 1280px) {
        #pagination_one {
            left: 41%;
        }

        .form--select-new:after {
            top: 15px;
        }

        .app-layout-new {
            width: 520px;
        }

        .steps--wrapper .app-layout-new label.error[for="consent"] {
            top: inherit;
            left: 0;
            width: 500px !important;
            pointer-events: none;
            position: relative;
            display: block;
        }

        .form-placeholder {
            height: 58vw;
        }

        .loan-purpose-two-page-bg-image {
            background-size: cover;
            background-position: center;
            background-repeat: no-repeat;
            height: 666px;
            margin-top: 0px;
        }

        .loan-purpose-selector-bg-image {
            background-size: cover;
            background-position: center;
            background-repeat: no-repeat;
            height: 820px;
            margin-top: 0px;
        }

        .wrapper-loan-purpose-two-page {
            margin-top: 428px;
            max-width: 1073px;
            margin-left: auto;
            margin-right: auto;
            height: auto;
        }

        .wrapper-loan-purpose-selector-two-page {
            margin-top: 0px;
            margin-left: 33vw;
            margin-right: 5%;
            margin-bottom: 0px;
            position: relative;
            top: 50%;
            transform: translateY(-50%);
            max-width: 794px;
        }

        .field-five-label-marg {
            margin-bottom: 14px;
        }

        .field-six-label-marg {
            margin-bottom: 14px;
        }

        .field-seven-label-marg {
            margin-bottom: 14px;
        }

        .field-eight-label-marg {
            margin-bottom: 14px;
        }

        .u-marg-sub-txt {
            margin: 0 30px;
        }

        .u-padd-thank-all {
            padding-left: 3%;
        }
    }

    @media screen and (min-width: 1300px) {
        .section--title-new {
            width: 100%;
        }
    }

    @media screen and (min-width: 1366px) {
        .loan-purpose-two-page-bg-image {
            background-size: cover;
            background-position: center;
            background-repeat: no-repeat;
            height: 711px;
            margin-top: 0px;
        }

        .loan-purpose-selector-bg-image {
            background-size: cover;
            background-position: center;
            background-repeat: no-repeat;
            height: 749px;
            margin-top: 0px;
        }

        .wrapper-loan-purpose-two-page {
            margin-top: 455px;
            max-width: 1088px;
            margin-left: auto;
            margin-right: auto;
        }

        .wrapper-loan-purpose-selector-two-page {
            margin-top: 0px;
            margin-left: 37vw;
            margin-right: 5%;
            margin-bottom: 0px;
            position: relative;
            top: 50%;
            transform: translateY(-50%);
        }

        .u-padd-thank-all {
            padding-left: 3%;
        }
    }

    @media screen and (min-width: 1280px) and (max-width: 1399px) {
        .u-title-marg-left {
            margin-left: 20px;
        }

        .form-widget-fields-wrapper {
            margin-left: 20px;
        }

        .lf-two-marg-left {
            margin-left: 0px !important;
        }

        #pagination_two {
            left: 225px;
        }
    }

    @media screen and (min-width: 1280px) and (max-width: 1439px) {
        #pagination_one {
            top: 81px;
        }

        .form-widget-title-spec {
            margin: 135px 0px 0px 0px;
        }

        .form-hero-right-interior-background {
            background-position: top right;
            background-size: contain;
            height: 57vw;
            overflow-y: hidden;
            background-repeat: no-repeat;
        }

        .form-background-wrapper {
            height: 102.5vw;
        }
    }

    @media screen and (min-width: 1400px) and (max-width: 1439px) {
        #pagination_two {
            left: 253px;
        }

        .u-title-marg-left {
            margin-left: 45px;
        }

        .form-widget-fields-wrapper {
            margin-left: 45px;
        }

        .u-padd-thank-all {
            padding-left: 7%;
        }
    }

    @media screen and (min-width: 1440px) and (max-width: 1919px) {
        .form-hero-right-interior-background {
            background-position: top right;
            background-size: cover;
            height: 57.8vw;
            overflow-y: hidden;
        }

        .form-widget-position {
            position: absolute;
            top: 10vw;
            z-index: 2;
            width: 44.7%;
        }

        .form-background-wrapper {
            height: 92.5vw;
        }

        .steps--wrapper .app-layout-new label.error[for="veteranMilitary"] {
            top: 146px;
            left: 54px;
            pointer-events: none;
        }
    }

    @media screen and (min-width: 1440px) {
        .loan-purpose-two-page-bg-image {
            background-size: cover;
            background-position: center;
            background-repeat: no-repeat;
            height: 741px;
            margin-top: 0px;
        }

        .loan-purpose-selector-bg-image {
            background-size: cover;
            background-position: center;
            background-repeat: no-repeat;
            height: 801px;
            margin-top: 0px;
        }

        .wrapper-loan-purpose-two-page {
            margin-top: 474px;
            max-width: 1155px;
            margin-left: auto;
            margin-right: auto;
        }

        .wrapper-loan-purpose-selector-two-page {
            margin-top: 0px;
            margin-left: 40vw;
            margin-right: 5%;
            margin-bottom: 0px;
            position: relative;
            top: 50%;
            transform: translateY(-50%);
        }

        .u-padd-thank-all {
            padding-left: 7%;
        }

        .thank-video-props {
            padding-right: 65px;
        }

    }

    @media screen and (min-width: 1536px) {
        .loan-purpose-two-page-bg-image {
            background-size: cover;
            background-position: center;
            background-repeat: no-repeat;
            height: 800px;
            margin-top: 0px;
        }

        .loan-purpose-selector-bg-image {
            background-size: cover;
            background-position: center;
            background-repeat: no-repeat;
            height: 855px;
            margin-top: 0px;
        }

        .wrapper-loan-purpose-two-page {
            margin-top: 537px;
            max-width: 1155px;
            margin-left: auto;
            margin-right: auto;
        }

        .wrapper-loan-purpose-selector-two-page {
            margin-top: 0px;
            margin-left: 43vw;
            margin-right: 5%;
            margin-bottom: 0px;
            position: relative;
            top: 50%;
            transform: translateY(-50%);
            max-width: 799px;
        }

        .u-padd-thank-all {
            padding-left: 7%;
        }

    }

    @media screen and (min-width: 1600px) {
        .lf-two-marg-left {
            margin-left: 95px !important;
        }

        .steps--wrapper .app-layout-new label.error[for="veteranMilitary"] {
            top: 146px;
            left: 120px;
            pointer-events: none;
        }

        #pagination_two {
            left: 322px;
        }

        .loan-purpose-two-page-bg-image {
            background-size: cover;
            background-position: center;
            background-repeat: no-repeat;
            height: 834px;
            margin-top: 0px;
        }

        .loan-purpose-selector-bg-image {
            background-size: cover;
            background-position: center;
            background-repeat: no-repeat;
            height: 890px;
            margin-top: 0px;
        }

        .wrapper-loan-purpose-two-page {
            margin-top: 562px;
            max-width: 1144px;
            margin-left: auto;
            margin-right: auto;
        }

        .wrapper-loan-purpose-selector-two-page {
            margin-top: 0px;
            margin-left: 45vw;
            margin-right: 5%;
            margin-bottom: 0px;
            position: relative;
            top: 50%;
            transform: translateY(-50%);
        }
    }

    @media screen and (min-width: 1601px) {
        .u-padd-thank-all {
            padding-left: 18%;
        }
    }

    @media screen and (min-width: 1700px) {
        .section--title-new {
            max-width: 1400px;
        }

        .wrapper-loan-purpose-selector-two-page {
            max-width: 850px;
        }

        .u-marg-sub-txt {
            margin: 0 40px;
        }

        .u-padd-thank-all {
            padding-left: 18%;
        }
    }

    @media screen and (min-width: 1920px) {
        .form-widget-fields-wrapper {
            margin-left: 180px;
        }

        .u-title-marg-left {
            margin-left: 180px;
        }

        .form-hero-right-interior-background {
            background-position: top right;
            background-size: cover;
            height: 56vw;
            overflow-y: hidden;
        }

        #pagination_one {
            left: 54%;
        }

        .form-background-wrapper {
            height: 70.5vw;
        }

        .lf-two-marg-left {
            margin-left: 180px !important;
        }

        #pagination_two {
            left: 405px;
        }

        .steps--wrapper .app-layout-new label.error[for="veteranMilitary"] {
            left: 207px;
            pointer-events: none;
        }

        .steps--wrapper .app-layout-new label.error[for="homeValue"] {
            top: 5px;
            left: 0px;
            position: relative;
            pointer-events: none;
        }

        .steps--wrapper .app-layout-new label.error[for="consent"] {
            top: inherit;
            left: 0;
            width: 500px !important;
            pointer-events: none;
            position: relative;
            display: block;
        }

        .form-placeholder {
            height: 59vw;
        }

        .loan-purpose-two-page-bg-image {
            background-size: cover;
            background-position: center;
            background-repeat: no-repeat;
            height: 1003px;
            margin-top: 0px;
        }

        .loan-purpose-selector-bg-image {
            background-size: cover;
            background-position: center;
            background-repeat: no-repeat;
            height: 1080px;
            margin-top: 0px;
        }

        .wrapper-loan-purpose-two-page {
            margin-top: 680px;
            max-width: 1218px;
            margin-left: auto;
            margin-right: auto;
        }

        .wrapper-loan-purpose-selector-two-page {
            margin-top: 0px;
            margin-left: 45vw;
            margin-right: 10%;
            margin-bottom: 0px;
            position: relative;
            top: 46%;
            transform: translateY(-50%);
            max-width: 864px;
        }

        .u-padd-thank-all {
            padding-left: 18%;
        }

        .thank-video-props {
            padding-right: 100px;
        }

        .u-marg-sub-txt {
            margin: 0 45px;
        }
    }

    @media screen and (min-width: 2560px) {
        #pagination_one {
            top: 0px;
        }

        .form-widget-title-spec {
            margin: 31.31px 0px 0px 0px;
        }

        .form-widget-fields-wrapper {
            margin-left: 250px;
        }

        .u-title-marg-left {
            margin-left: 250px;
        }

        .lf-two-marg-left {
            margin-left: 250px !important;
        }

        #pagination_two {
            left: 479px;
        }

        .steps--wrapper .app-layout-new label.error[for="veteranMilitary"] {
            left: 275px;
            pointer-events: none;
        }

        .steps--wrapper .app-layout-new label.error[for="consent"] {
            top: inherit;
            left: 0;
            width: 500px !important;
            pointer-events: none;
            position: relative;
            display: block;
        }

        .form-placeholder {
            height: 60vw;
        }

        .loan-purpose-two-page-bg-image {
            background-size: cover;
            background-position: center;
            background-repeat: no-repeat;
            height: 1342px;
            margin-top: 0px;
        }

        .loan-purpose-selector-bg-image {
            background-size: cover;
            background-position: center;
            background-repeat: no-repeat;
            height: 1342px;
            margin-top: 0px;
        }

        .wrapper-loan-purpose-two-page {
            margin-top: 943px;
            max-width: 1633px;
            margin-left: auto;
            margin-right: auto;
        }

        .wrapper-loan-purpose-selector-two-page {
            margin-top: 0px;
            margin-left: 45vw;
            margin-right: 13%;
            margin-bottom: 0px;
            position: relative;
            top: 50%;
            transform: translateY(-50%);
        }

        .u-padd-thank-all {
            padding-left: 18%;
        }

        .thank-video-props {
            padding-right: 430px;
        }
    }

    @media screen and (min-width: 3840px) {
        .loan-purpose-selector-bg-image {
            background-size: cover;
            background-position: center;
            background-repeat: no-repeat;
            height: 2150px;
            margin-top: 0px;
        }
    }
    /*New Get Started Two Page Styling End*/

    /*FormHeroImageSidebySide Start*/
    .fhisbys-c-nav__utility-two {
        background-color: #FFFFFF;
        position: relative;
        text-align: center;
        display: none;
        color: #000000;
    }

    .fhisbys-wrapper {
        background: #e7e7e7;
        border-radius: 0 0 0 0;
        max-width: 100%;
    }

    .fhisbys-wrapper-card {
        text-align: center;
        background: #e7e7e7;
        border: 2px solid #e7e7e7;
        padding: 20px;
        position: relative;
        z-index: 5;
        height: 100%;
    }



    @media only screen and (max-width: 1279px) {
        .fhisbys-border-image {
            height: 15px;
            background-image: url(/Content/images/BlueBar_Desktop_1200x5.png)
        }

        .fhisbys-cta-text {
            font-size: 22px;
            color: #000000;
        }

    }

    @media screen and (min-width: 1280px) {
        .fhisbys-c-nav__utility-two {
            display: flex;
            justify-content: left;
            align-items: center;
            height: inherit;
        }

        .fhisbys-border-image {
            height: 15px;
            background-image: url(/Content/images/BlueBar_Desktop_1200x5.png)
        }

        .fhisbys-cta-text {
            font-size: 30px;
            color: #000000;
        }

    }


    /*FormHeroImageSidebySide End*/