@import 'https://cdn.jsdelivr.net/npm/bootstrap@5.3.5/dist/css/bootstrap.min.css';


.baf-container {
    background: #EAEAEA;
    padding-bottom: 4rem;
}

.baf-container .navigation {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin: 0 auto 3rem auto;
    padding: 1rem 1rem 0 1rem;

}

.baf-container .action,
.page-id-5599 .action {
    font-size: 1.125rem;
    color: #000000;
    padding-bottom: 0.25rem;
    border-bottom: 3px solid #117197;
    text-decoration: none;
}

.baf-container .action:hover {
    color: #117197;
}

.baf-container .previous {
    display: none;
}

.baf-container .restart {
    display: none;
}

.baf-container p {
    font-size: 2rem;
    font-weight: 700;
    text-align: center;
    line-height: 42px;
}

.baf-container .form-item {
    display: flex;
    flex-direction: column;
    text-align: center;
}

.form-item .answers {
    display: flex;
    justify-content: center;
    gap: 2rem;
    flex-direction: row;
}

.form-item p.question {
    font-size: 2rem;
    margin-bottom: 2rem;
    font-family: "Source Sans Pro", sans-serif;
}

.baf-container .form-check {
    display: inline-block;
    width: 33.333333333333%;
    padding-left: 0;
}

.baf-container .btn.option {
    display: flex;
    flex-direction: column;
    background: #ffffff;
    width: 100%;
    height: 100%;
    font-size: 1.5rem;
    font-weight: 700;
    padding: 2rem;
    letter-spacing: -0.01rem;
    line-height: 1.2;
    box-shadow: 3px 4px 13px 5px rgba(0, 0, 0, 0.05);
    transition: all 0.2s ease-in-out;
}

.baf-container .btn.option:hover {
    box-shadow: 3px 4px 13px 5px rgba(0, 0, 0, 0.15);
}
.baf-container .form-check i {
    width: 125px;
    height: 125px;
    background: #FFCE00;
    border-radius: 50%;
    padding: 2rem;
    margin: 1rem auto 2rem auto;
    font-size: 3rem;
}

.baf-container .form-check i:before {
    line-height: 55px;
}

.baf-container .btn img {
    max-width: 80px;
    margin: 1rem auto 0 auto;
}

.baf-container .form-check-input {
    display: none;
}

.form-item {
    margin-bottom: 2rem;
    padding: 20px;
}

#find-your-result {
    text-align: center;
    padding-bottom: 4rem;
}

#find-your-result h2 {
    margin-bottom: 2rem;
}

#find-your-result .btn:hover {
    color: #fff;
}

@media screen and (max-width: 930px) {
    .form-item .answers {
        flex-direction: column;
    }

    .baf-container .form-check {
        width: 100%;
    }
}

/*
BAF Form
*/
.page-id-5597 {
    background: #eaeaea !important;
}

.page-id-5597 section.main {
    padding-top: 181px;
}

.page-id-5597 section.main .container {
    padding: 4rem calc(var(--bs-gutter-x) * .5);
}

#nf-form-6-cont .ninja-forms-form-wrap form {
    background: #fff;
    border: 1px solid #e5e5e5;
    margin-top: 2rem;
    box-shadow: 3px 4px 13px 5px rgba(0, 0, 0, 0.15);
}

#nf-form-6-cont .ninja-forms-form-wrap form input {
    background: #fff;
    border: 1px solid #e5e5e5;
    color: #0D536E;
    font-weight: bold;
}

#nf-form-6-cont .ninja-forms-form-wrap form .nf-field-label label {
    color: #0D536E !important;
}

#nf-form-6-cont .ninja-forms-form-wrap form .submit-wrap input {
    background: #0D536E;
    color: #fff;
}

#nf-form-6-cont .ninja-forms-form-wrap form .submit-wrap input:hover {
    background: #00222E;
}

/*
BAF Thank You Page
*/

.page-id-5599 section.main {
    padding-top: 181px;
    background: #EAEAEA;
}

.page-id-5599 section.main .content {
    padding: 3rem 1rem;
}

.page-id-5599 section.main .content .btn:hover {
    color: #fff;
}

.page-id-5599 section.main .baf-thank-you {
    position: relative;
    margin: 3rem 0;
    background: #fff;
    padding: 5rem;
}

.page-id-5599 section.main .baf-thank-you h1 {
    font-size: 1.125rem;
    color: #000000;
    line-height: 1.2;
    margin-bottom: 2rem;
    border-bottom: 3px solid #117197;
    max-width: 99px;
}

.page-id-5599 section.main .checking-results,
.page-id-5599 section.main .savings-results,
.page-id-5599 section.main .cash-services-results {
    display: flex;
    flex-direction: row;
    margin: 3rem 0 3.5rem 0;
}

.page-id-5599 section.main .checking-results i,
.page-id-5599 section.main .savings-results i,
.page-id-5599 section.main .cash-services-results i {
    font-size: 4rem;
    margin-right: 2rem;
    color: #0D536E;
    margin-top: 0.25rem;
}

.page-id-5599 section.main .recommendation {
    background: #fff;
}

.page-id-5599 section.main .recommendation h2 {
    line-height: 1.2;
}

.page-id-5599 section.main .recommendation p {
    font-size: 1.25rem;
    margin-top: 1rem;
}

.page-id-5599 section.main .btn a {
    color: #fff;
    text-decoration: none;
}

.page-id-5599 section.main .more-info {
    margin-right: 0.5rem;
}

.page-id-5599 section.main .disclaimer-text {
    margin-top: 2rem;
}

.page-id-5599 .action {
    position: absolute;
    top: 5rem;
    right: 5rem;
}

@media screen and (max-width: 930px) {
    .page-id-5599 section.main .baf-thank-you {
        padding: 5rem 1rem;
    }

    .page-id-5599 section.main .checking-results,
    .page-id-5599 section.main .savings-results {
        flex-direction: column;
        text-align: center;
    }

    .page-id-5599 section.main .checking-results i,
    .page-id-5599 section.main .savings-results i {
        margin-right: 0;
        margin-top: 0;
        margin-bottom: 0.5rem;
    }

    .page-id-5599 section.main .more-info a {
        margin-right: 0;
        margin-bottom: 2rem;
    }

    .page-id-5599 .action {
        right: 1rem;
    }
}
