a {
    color: #039EE2;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
    text-decoration: none !important;
}

    a:hover {
        color: #039EE2;
        text-decoration: none;
    }

label.required:not(.custom-control-label)::after {
    content: "*";
    color: red;
    font-weight: bold;
    font-size: 1.25rem;
    line-height: 0.65;
}


.is-focused .required {
    color: #039ee2 !important;
}

.form-group label {
    padding-left:5px;
    padding-right:5px;
}

.font-weight-normal {
    font-weight: unset !important;
}

.cards-grid-container .h2 {
    font-size: 1.75em;
}

.ignore-gutters {
    margin: 0px -16px;
    padding: 8px 16px;
}

.sticky {
    position: sticky;
    top: 0;
    z-index: 10;
}

.stuck-bottom {
    border-bottom: 1px solid #000;
}

.plans {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.plan {
    display: grid;
    grid-template-columns: 1fr 1.25fr 1fr;
    height: 64px;
    border: 1px solid #eaeaea;
    border-radius: 8px;
    font-size: 1em;
    font-weight: 700;
}

    .plan .coverage-wrapper {
        display: grid;
        place-items: center;
        background-color: #12246f;
        border-radius: 8px 0 0 8px;
        padding: 8px;
        color: #fff;
    }

    .plan .rate {
        text-align: center;
    }

    .plan .apply-wrapper {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .plan a {
        display: block;
        padding: 4px;
        border-radius: 4px;
        color: #fff;
        background-color: #037CB0;
        text-transform: uppercase;
        box-shadow: 0 2px 8px 0 rgb(0 0 0 / 20%);
    }

@media (min-width: 992px) {
    .progress {
        height: 12px;
    }

    .sticky {
        position: static;
        z-index: unset;
    }

    .stuck-bottom {
        border-bottom: unset;
    }

    .plan {
        grid-template-columns: 1fr 3fr 2fr;
        height: 100px;
        font-size: 1.25em;
    }

        .plan .coverage-wrapper {
            padding: 24px;
            font-size: 1.5em;
        }

        .plan .rate {
            font-size: 1.5em;
        }

        .plan .apply-wrapper {
            display: flex;
            justify-content: center;
            align-items: center;
        }

        .plan a {
            font-size: 0.8em;
            padding: 8px 12px;
            background-color: #037CB0;
        }
}


.nav-buttons {
    gap: 12px;
    height: 80px;
}

.nav-buttons,
.nav-button-container {
    display: flex;
    justify-content: center;
    align-items: stretch;
}

    .nav-buttons .nav-button-container {
        width: clamp(100px, 200px, 300px);
        display: grid;
        place-items: center;
    }

        .nav-buttons .nav-button-container * {
            margin: 0px !important;
            padding: 12px !important;
            text-align: center;
            text-transform: uppercase;
            font-weight: 700 !important;
        }

        .nav-buttons .nav-button-container .goback {
            color: black;
            background-color: lightgray;
            border: 1px solid darkgray;
            border-radius: 3px;
            font-size: 1em;
            font-weight: 400;
            box-shadow: 0 8px 14px 0 rgba(0, 0, 0, 0.2)
        }

        .nav-buttons .nav-button-container .goback:hover {
            box-shadow: none;
        }

        .nav-buttons .nav-button-container button[type=submit] {
            background-color: #037CB0;
            border: 1px solid #039ee2;
        }

.nav-button .goback {
    cursor: pointer;
    color: #039EE2;
    border: 1px solid currentcolor;
    padding: 12px;
    border-radius: 3px;
    text-decoration: none;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.goback:hover {
    color: #12246f;
    text-decoration: none;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

::selection {
    background-color: #039EE2;
    color: #ffffff;
}

.number-format {
    font: 16px Roboto, Helvetica, Arial, sans-serif !important;
}

#topBtn {
    display: none;
    position: fixed;
    bottom: 0%;
    right: 0%;
    z-index: 999;
    border: none;
    outline: none;
    background-color: #039EE2;
    color: #fff;
    cursor: pointer;
    padding: 15px;
    font-size: 18px;
    transition: all 0.2s ease-out;
    width: 50px;
    height: 50px;
}

    #topBtn:hover {
        transition: all 0.2s ease-out;
        background-color: #12246f;
    }

.custom-file-control, .form-control, .is-focused .custom-file-control, .is-focused .form-control {
    background-image: none;
}

.custom-file-control, .form-control, input::placeholder, label {
    line-height: 1.5;
}

.custom-file-control, .form-control, select.form-control, .form-select {
    background: none;
    border: 1px solid #ccc;
}

.custom-radio .custom-control-input:checked ~ .custom-control-label:before {
    background-color: #12246f;
}

.custom-control-input:active ~ .custom-control-label:before {
    background-color: #039ee2;
}

.parsley-errors-list.filled {
    background: #FADCE0;
    color: #B30032;
    font-size: 90%;
    padding: 10px;
}

    .parsley-errors-list.filled li {
        font-size: 14px;
        font-weight: 300;
        list-style-type: none;
        margin: 0;
    }

input.parsley-error, select.parsley-error, textarea.parsley-error {
    background: #fff;
    color: #B30032;
    border: 1px solid #B30032;
}

input.parsley-success, select.parsley-success, textarea.parsley-success {
    background-color: #fff;
    border: 1px solid #28a745;
}

.bmd-form-group .bmd-label-static, .bmd-form-group.is-filled .bmd-label-floating, .bmd-form-group .is-filled .bmd-label-floating, .bmd-form-group.is-focused .bmd-label-floating, .bmd-form-group .is-focused .bmd-label-floating {
    font-size: 1rem;
}

[class*=" bmd-label"], [class^=bmd-label] {
    color: #333;
    font-size: 1rem;
}

/*.bmd-form-group label.bmd-label-static {
    position: relative;
    color:red;
}
*/
.custom-control-label {
    font-weight: normal;
}

.custom-file-control:invalid, .form-control:invalid {
    background-image: none;
}

.custom-file-control, .form-control, select.form-control, .form-select {
    background-image: none;
    margin-top: 10px;
    padding: 12px;
}

.is-focused .form-control {
    background-image: none;
    border: 1px solid #039EE2;
}

/* Ensure select elements have the same focus styling as text inputs */
.is-focused .form-select,
.is-focused select.form-control {
    background-image: none;
    border: 1px solid #039EE2;
}

/* Select elements styling to match text inputs */
select.form-control,
.form-select {
    display: block;
    width: 100%;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 0.25rem;
    margin-top: 10px;
    padding: 12px;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m1 6 7 7 7-7'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right 12px center;
    background-size: 16px 12px;
    padding-right: 40px;
}

select.form-control:focus,
.form-select:focus {
    border-color: #039EE2;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(3, 158, 226, 0.25);
}

.custom-file-control:read-only, .form-control:read-only {
    background-image: none;
}

.is-focused [class*=" bmd label"], .is-focused [class^=bmd-label] {
    color: #039ee2;
}

.checkbox-inline, .checkbox label, .is-focused .checkbox-inline, .is-focused .checkbox label, .is-focused .radio-inline, .is-focused .radio label, .is-focused .switch label, .radio-inline, .radio label, .switch label {
    color: rgba(0,0,0,.50);
}

    .radio label input[type=radio]:checked ~ .bmd-radio:after, label.radio-inline input[type=radio]:checked ~ .bmd-radio:after {
        border-color: #039ee2;
    }

    .radio label input[type=radio]:checked ~ .bmd-radio:before, label.radio-inline input[type=radio]:checked ~ .bmd-radio:before {
        background-color: #039ee2;
    }

.custom-checkbox .custom-control-input:checked ~ .custom-control-label:before {
    background-color: #12246f;
}

.header-top {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 2%;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-bottom: 1px solid #ddd;
    background-color: #fff;
}

@media (min-width: 1024px) {
    .header-logo-img {
        min-width: 225px;
    }
}

.header-logo-img {
    width: 50%;
    -webkit-transition: opacity 300ms ease;
    transition: opacity 300ms ease;
}

    .header-logo-img:hover {
        opacity: 0.85;
    }

.body {
    background-color: #12246f;
    font-family: Raleway, sans-serif;
    font-size: 1em;
    line-height: 1.6em;
}

.tfn {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.header-logo {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

    .header-logo.w--current {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }

.header-nav {
    position: -webkit-sticky;
    position: sticky;
    left: 0%;
    top: 0%;
    right: auto;
    bottom: auto;
    z-index: 999;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    padding: 0px 2% 0px 0%;
    background-color: #12246f;
    color: #fff;
}

.navigation-bar {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    background-color: transparent;
}

.navigation-link {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 50px;
    padding-top: 0px;
    padding-bottom: 0px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
    color: #fff;
    font-weight: 600;
    text-transform: uppercase;
}

    .navigation-link:hover {
        background-color: #0e1c57;
        color: #fff;
    }

    .navigation-link.first {
        padding-left: 40px;
    }

.navigation-menu {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 50px;
}

.hero {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: #315a70;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/14156.png');
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/14156.png');
    background-position: 0px 0px, 0% 0%;
    background-size: auto, cover;
    background-repeat: repeat, no-repeat;
    background-attachment: scroll, scroll;
}

.hero-headline {
    width: 50%;
    padding: 10% 5%;
    color: #fff;
}

.hero-h1 {
    margin-top: 0px;
    margin-bottom: 2%;
    font-size: 3em;
    line-height: 1.2em;
    font-weight: 800;
}

.hero-h2 {
    margin-top: 0px;
    margin-bottom: 0px;
    font-size: 2em;
    line-height: 1.4em;
    font-weight: 600;
}

.hero-form-subheading {
    margin-bottom: 20px;
}

.hero-form {
    position: relative;
    z-index: 1;
    margin-top: 5%;
    padding: 5%;
    border-top: 4px solid #039ee2;
    background-color: #fff;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2);
}

.button-primary {
    margin-top: 20px;
    padding: 15px 35px;
    border-radius: 3px;
    background-color: #039ee2;
    box-shadow: 0 8px 14px 0 rgba(0, 0, 0, 0.2);
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
    color: #fff;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
}

    .button-primary:hover {
        background-color: #006e9e;
        box-shadow: none;
        color: #fff;
    }

.hero-form-h1 {
    margin-top: 0px;
    margin-bottom: 2%;
    font-size: 2em;
    font-weight: 700;
}

.hero-form-wrapper {
    width: 30%;
}

.form-below {
    margin-bottom: 5%;
    padding: 5% 2%;
    border-radius: 0px 0px 16px 16px;
    background-color: #ffbc3f;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}

.form-below-h2 {
    margin-top: 0px;
    margin-bottom: 0px;
    font-size: 1.4em;
    line-height: 28px;
    font-weight: 400;
    text-align: center;
}

.main-content {
    padding: 5% 25% 2%;
    background-color: #fff;
}

.main-content-heading-centered {
    margin-top: 0px;
    margin-bottom: 20px;
    font-size: 2em;
    line-height: 1.2em;
    font-weight: 700;
    text-align: center;
}

.main-content-paragraph-centered {
    margin-bottom: 60px;
    text-align: center;
}

.centered-container {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    text-align: center;
}

.card-heading {
    margin-top: 20px;
    margin-bottom: 10px;
    text-align: center;
}

.cards-section {
    padding: 5% 15%;
    background-color: #eaeaea;
}

.card-content {
    text-align: center;
}

.circle-icon {
    width: 100px;
    height: 100px;
    margin-right: auto;
    margin-left: auto;
    border: 1px none #000;
    border-radius: 50%;
    background-color: #fff;
    background-image: url('../images/doctor.png');
    background-position: 50% 50%;
    background-size: 60px;
    background-repeat: no-repeat;
    box-shadow: 1px 1px 6px 0 rgba(0, 0, 0, 0.2);
}

    .circle-icon.circle-icon-expenses {
        background-image: url('../images/house.png');
    }

    .circle-icon.circle-icon-living {
        background-image: url('../images/money.png');
    }

.centered-div {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.cards-grid-container {
    display: -ms-grid;
    display: grid;
    margin-top: 20px;
    margin-bottom: 20px;
    grid-auto-columns: 1fr;
    grid-column-gap: 30px;
    grid-row-gap: 15px;
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
    text-align: left;
}

.text-block-2 {
    color: #fff;
    font-size: 12px;
}

.footer-menu {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 25px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    align-items: start;
    text-align: left;
}

.footer {
    padding: 5% 5% 2%;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    background-color: #12246f;
    text-align: center;
}

.footer-link {
    display: block;
    margin-bottom: 10px;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
    color: #fff;
    font-size: 14px;
    text-decoration: none;
}

    .footer-link:hover {
        color: #039ee2;
    }

.footer-label {
    margin-top: 0px;
    margin-bottom: 15px;
    color: #fff;
    line-height: 1.2em;
}

.footer-image {
    width: 150px;
}

.div-block-13 {
    height: 1px;
    margin-bottom: 20px;
    border-style: solid;
    border-width: 1px;
    border-color: #162c8a;
}

.get-quote-link {
    display: none;
}

.sub-content-col-right {
    width: 40%;
}

.sub-content-col-left {
    width: 40%;
    padding-right: 5%;
}

.sub-content-section {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-top: 5%;
    padding-bottom: 5%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: #fff;
}

.product-panel-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 10%;
    margin-bottom: 10%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.product-panel {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 50%;
    padding-right: 5%;
    padding-left: 5%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.product-panel-heading {
    text-align: center;
}

.app-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

    .app-wrapper.app-wrapper-centered {
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

.app-sidebar-h1 {
    margin-top: 0px;
    margin-bottom: 10px;
    font-size: 1.6em;
    line-height: 1.4em;
    font-weight: 700;
}

.app-main {
    width: 70%;
    padding: 2% 5%;
    background-color: #fff;
}

    .app-main.app-main-centered {
        width: 60%;
        margin-top: 5%;
        margin-bottom: 5%;
        text-align: center;
    }

.divider {
    height: 1px;
    margin-top: 20px;
    margin-bottom: 20px;
    border-style: solid;
    border-width: 0px 0px 1px;
    border-color: #eaeaea;
}

.tfn-sidebar {
    margin-top: 20px;
    padding: 5%;
    border-radius: 6px;
    background-color: hsla(0, 0%, 100%, 0.5);
}

.rate-wrapper {
    width: 70%;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
}

.link {
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
    color: #039ee2;
    text-decoration: none;
}

    .link:hover {
        color: #12246f;
    }

.app-sidebar {
    width: 30%;
    padding: 2% 5%;
    background-color: #eaeaea;
}

.apply-wrapper {
    width: 30%;
    padding-right: 2%;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
    text-align: right;
}

.button-secondary {
    border-radius: 3px;
    background-color: #ffbc3f;
    box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.2);
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
    color: #fff;
    font-size: 1em;
    font-weight: 700;
    text-decoration: none;
    text-transform: uppercase;
}

    .button-secondary:hover {
        background-color: #d69e35;
        box-shadow: none;
        color: #fff;
    }

.app-main-h1 {
    font-size: 2em;
    line-height: 1.4em;
    font-weight: 700;
}

.back-link {
    margin-top: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: center;
}

.tfn-sidebar-content {
    margin-bottom: 0px;
}

.see-more-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-top: 10px;
    padding-bottom: 10px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

    .see-more-wrapper a {
        color: #037CB0;
    }

.bold-text {
    font-weight: 700;
}

.paragraph {
    margin-bottom: 20px;
    text-align: left;
}

    .paragraph.paragraph-disclosure {
        font-size: 12px;
        font-style: italic;
    }

.left-justified {
    text-align: left;
}

@media screen and (max-width: 991px) {
    .header-logo-img {
        width: 60%;
    }

    .header-logo {
        width: 45%;
    }

        .header-logo.w--current {
            width: 50%;
        }

    .navigation-link:hover {
        background-color: #0e1c57;
    }

    .navigation-link.first {
        padding-left: 20px;
    }

    .navigation-menu-btn {
        padding-top: 15px;
        padding-bottom: 15px;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: end;
        -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .icon {
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .hero {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/14156.png');
        background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/14156.png');
        background-position: 0px 0px, 0% -60%;
        background-size: auto, auto;
    }

    .hero-headline {
        width: 100%;
    }

    .hero-h1 {
        font-size: 2.6em;
    }

    .hero-h2 {
        font-size: 1.8em;
    }

    .hero-form {
        width: 100%;
        margin-top: 0%;
        padding: 5%;
    }

    .hero-form-wrapper {
        width: 100%;
    }

    .form-below {
        margin-bottom: 0%;
        border-radius: 0px;
    }

    .main-content {
        padding-right: 5%;
        padding-bottom: 5%;
        padding-left: 5%;
    }

    .main-content-paragraph-centered {
        margin-bottom: 0px;
    }

    .cards-section {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        padding-right: 5%;
        padding-left: 5%;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .cards-grid-container {
        grid-column-gap: 15px;
    }

    .footer {
        padding-right: 5%;
        padding-left: 5%;
    }

    .sub-content-col-right {
        width: 100%;
    }

    .sub-content-col-left {
        width: 100%;
        margin-bottom: 5%;
        padding-right: 5%;
        padding-left: 5%;
        text-align: left;
    }

    .sub-content-section {
        padding: 5% 0% 0%;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .app-wrapper {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }

        .app-wrapper.app-wrapper-centered {
            -webkit-box-align: center;
            -webkit-align-items: center;
            -ms-flex-align: center;
            align-items: center;
        }

    /*        .rate-box {
            width: 100%;
        }*/

    .app-main {
        width: 100%;
        padding-top: 2%;
        padding-bottom: 5%;
    }

        .app-main.app-main-centered {
            width: 70%;
        }

    .tfn-sidebar {
        display: none;
        padding: 2%;
    }

    .app-sidebar {
        width: 100%;
        padding-top: 2%;
        padding-bottom: 2%;
        -webkit-box-ordinal-group: 0;
        -webkit-order: -1;
        -ms-flex-order: -1;
        order: -1;
    }

    .apply-wrapper {
        padding-right: 5%;
    }

    .back-link {
        text-align: center;
    }
}

@media screen and (max-width: 767px) {
    .header-logo-img {
        width: 55%;
    }

    .header-logo {
        width: 50%;
    }

    .hero-h1 {
        font-size: 2.4em;
    }

    .hero-h2 {
        font-size: 1.6em;
    }

    .main-content-heading-centered {
        font-size: 1.8em;
        text-align: left;
    }

    .main-content-paragraph-centered {
        text-align: left;
    }

    .cards-section {
        padding: 40px 20px;
    }

    .cards-grid-container {
        max-width: none;
        -ms-grid-row-align: stretch;
        align-self: stretch;
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
        -ms-grid-rows: auto auto auto;
        grid-template-rows: auto auto auto;
    }

    .app-sidebar-h1 {
        font-size: 1.4em;
    }

    .app-main.app-main-centered {
        width: 80%;
    }

    .apply-wrapper {
        width: 100%;
        padding-right: 2%;
        padding-bottom: 5%;
        padding-left: 2%;
        text-align: center;
    }

    .button-secondary {
        width: 50%;
    }

    .app-main-h1 {
        margin-bottom: 20px;
        font-size: 1.8em;
    }
}

@media screen and (max-width: 479px) {
    .header-top {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .header-logo-img {
        width: 50%;
    }

    .tfn {
        width: 100%;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .header-logo {
        width: 80%;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

        .header-logo.w--current {
            width: 100%;
            margin-bottom: 2%;
            -webkit-box-pack: center;
            -webkit-justify-content: center;
            -ms-flex-pack: center;
            justify-content: center;
        }

    .header-nav {
        padding-right: 0%;
        padding-left: 0%;
        -webkit-box-pack: end;
        -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
        justify-content: flex-end;
    }

    .navigation-bar {
        width: 100%;
        -webkit-box-pack: end;
        -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
        justify-content: flex-end;
    }

    .navigation-link {
        background-color: #12246f;
    }

    .navigation-menu-btn {
        -webkit-transition: all 300ms ease;
        transition: all 300ms ease;
    }

        .navigation-menu-btn:hover {
            background-color: #0e1c57;
        }

        .navigation-menu-btn.w--open {
            background-color: #0e1c57;
        }

    .hero-h1 {
        font-size: 2em;
    }

    .hero-h2 {
        font-size: 1.4em;
    }

    .hero-form-h1 {
        font-size: 1.8em;
    }

    .form-below {
        padding-top: 3%;
        padding-bottom: 3%;
        border-bottom-left-radius: 0px;
        border-bottom-right-radius: 0px;
    }

    .form-below-h2 {
        font-size: 1.1em;
        line-height: 24px;
    }

    .main-content {
        padding-top: 10%;
        padding-bottom: 10%;
    }

    .main-content-heading-centered {
        font-size: 1.4em;
    }

    .cards-grid-container {
        margin-right: 0px;
        margin-left: 0px;
        padding-top: 20px;
        padding-bottom: 20px;
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    }

    .footer-menu {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        align-items: normal;
    }

    .div-block-9 {
        text-align: center;
    }

    .footer {
        padding: 10% 5%;
        text-align: center;
    }

    .footer-label {
        margin-top: 15px;
    }

    .link-block {
        text-align: center;
    }

    .get-quote-link {
        display: block;
    }

    .get-quote-button {
        display: none;
    }

    .sub-content-col-left {
        margin-bottom: 10%;
    }

    .product-panel-wrapper {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .product-panel {
        width: 100%;
        margin-bottom: 10%;
    }

    .app-sidebar-h1 {
        font-size: 1.2em;
    }

    .app-main {
        padding-top: 5%;
        padding-bottom: 10%;
    }

        .app-main.app-main-centered {
            width: 100%;
            margin-top: 0%;
            margin-bottom: 10%;
        }

    .app-sidebar {
        padding-top: 5%;
        padding-bottom: 5%;
    }

    .button-secondary {
        width: 100%;
    }

    .app-main-h1 {
        font-size: 1.4em;
    }
}

@media screen and (max-width: 767px) {
    #w-node-d0012cb3603d-46adcb35 {
        -ms-grid-row: span 1;
        grid-row-start: span 1;
        -ms-grid-row-span: 1;
        grid-row-end: span 1;
        -ms-grid-column: span 1;
        grid-column-start: span 1;
        -ms-grid-column-span: 1;
        grid-column-end: span 1;
    }

    #w-node-d0012cb3603f-46adcb35 {
        -ms-grid-row: span 1;
        grid-row-start: span 1;
        -ms-grid-row-span: 1;
        grid-row-end: span 1;
        -ms-grid-column: span 1;
        grid-column-start: span 1;
        -ms-grid-column-span: 1;
        grid-column-end: span 1;
    }

    #w-node-d0012cb36043-46adcb35 {
        -ms-grid-row: span 1;
        grid-row-start: span 1;
        -ms-grid-row-span: 1;
        grid-row-end: span 1;
        -ms-grid-column: span 1;
        grid-column-start: span 1;
        -ms-grid-column-span: 1;
        grid-column-end: span 1;
    }

    #w-node-d0012cb36045-46adcb35 {
        -ms-grid-row: span 1;
        grid-row-start: span 1;
        -ms-grid-row-span: 1;
        grid-row-end: span 1;
        -ms-grid-column: span 1;
        grid-column-start: span 1;
        -ms-grid-column-span: 1;
        grid-column-end: span 1;
        -ms-grid-row-align: start;
        align-self: start;
    }
}

@media screen and (max-width: 479px) {
    #w-node-d0012cb36035-46adcb35 {
        -ms-grid-column: span 1;
        grid-column-start: span 1;
        -ms-grid-column-span: 1;
        grid-column-end: span 1;
    }

    #w-node-d0012cb3603b-46adcb35 {
        -ms-grid-column: span 1;
        grid-column-start: span 1;
        -ms-grid-column-span: 1;
        grid-column-end: span 1;
    }

    #w-node-d0012cb36041-46adcb35 {
        -ms-grid-column: span 1;
        grid-column-start: span 1;
        -ms-grid-column-span: 1;
        grid-column-end: span 1;
    }
}
