﻿#enrollment-payment-form a {
    color: #353535;
    text-decoration: underline;
}

    #enrollment-payment-form a:hover {
        color: black;
        text-decoration: underline;
    }

.section-header-dynamic {
    font-weight: bold;
}

.deposit-section {
    margin-bottom: 1rem;
}

    .deposit-section .section-header {
        text-transform: uppercase;
        font-size: 2rem;
        font-family: inherit;
        font-weight: 400;
        color: #353535;
        border-bottom: 2px solid #353535;
        margin-top: 0rem !important;
    }

.deposit-message h2 {
    margin-top: 2rem;
    font-size: 1.5rem;
    /* text-transform: uppercase; */
}

.deposit-section .section-body {
    background-color: white;
    padding: 0rem 1rem 1rem 1rem;
}

.deposit-section .custom-checkbox {
    margin-top: 1rem;
}

.deposit-section .card-wrapper-deposit {
    padding-top: 1rem;
    padding-bottom: 1rem;
}

.payment-method-choice-section {
    margin-bottom: 1rem;
}

    .payment-method-choice-section .section-header {
        font-size: 2rem;
        font-family: inherit;
        font-weight: 400;
        color: #353535;
        border-bottom: 2px solid #353535;
        margin-top: 0rem !important;
    }

    .payment-method-choice-section .section-body {
        background-color: white;
        padding: 1rem 1rem 1rem 1rem;
    }

    .payment-method-choice-section .custom-checkbox {
        margin-top: 1rem;
    }

.auto-pay-section {
    margin-bottom: 1rem;
}

    .auto-pay-section u {
        cursor: pointer;
    }

.section-header {
    font-size: 2rem;
    font-family: inherit;
    font-weight: 400;
    color: #353535;
    border-bottom: 2px solid #353535;
    margin-top: 0rem !important;
    text-transform: uppercase;
}


.auto-pay-section .section-header {
    font-size: 2rem;
    font-family: inherit;
    font-weight: 400;
    color: #353535;
    border-bottom: 2px solid #353535;
    margin-top: 0rem !important;
    text-transform: uppercase;
}

.auto-pay-section .section-body {
    background-color: white;
    padding: 1rem 1rem 1rem 1rem;
}

.auto-pay-section .custom-checkbox {
    margin-top: 1rem;
}

.auto-pay-section .auto-pay-close {
    margin-top: 1rem;
    font-size: smaller;
}

.auto-pay-section .card-wrapper-deposit {
    padding-top: 1rem;
    padding-bottom: 1rem;
}



.legal-section {
    padding: 1rem;
    background-color: #d9d9d9;
    /* border-bottom: 15px solid #35353585; */ */ color: #353535;
}

    .legal-section .fa {
        margin-left: 74%;
        margin-top: -.5rem;
    }


    .legal-section .custom-control-label::after {
        background-color: #969696;
    }

@media (max-width: 1200px) {
    .legal-section .section-header:after {
        line-height: -5px;
        font-size: 3.5rem;
        font-family: FontAwesome;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        content: '\f24e';
        margin-left: 45%;
        /* margin-bottom: -1rem; */
    }
}

@media (min-width: 1200px) {
    .legal-section .section-header:after {
        line-height: -5px;
        font-size: 3.5rem;
        font-family: FontAwesome;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        content: '\f24e';
        margin-left: 74%;
        /* margin-bottom: -1rem; */
    }
}

.legal-section .section-header {
    text-align: left;
    font-size: 2rem;
    font-family: inherit;
    font-weight: 400;
    color: #353535;
    border-bottom: 2px solid #353535;
    margin-bottom: 2rem;
    margin-top: -1rem !important;
    text-transform: uppercase;
}

.legal-section .section-body {
    padding: 0rem 1rem 1rem 1rem;
}

.legal-section .custom-checkbox {
    margin-top: 1rem;
}

.order-detail-section {
    background-color: white;
    color: #353535;
}

    .order-detail-section .section-header {
        text-transform: uppercase;
        text-align: left;
        font-size: 1.5rem;
        font-family: inherit;
        font-weight: 400;
        color: #353535;
        border-bottom: 1px solid #353535;
        margin-top: 0rem !important;
        padding-left: 1rem;
    }

    .order-detail-section .section-body {
        background-color: #fff;
        padding: 0rem 1rem 1rem 1rem;
    }

    .order-detail-section .detail-item {
        margin-top: 1rem;
    }

    .order-detail-section .detail-item-header {
        font-weight: bold;
    }


#enrollment-payment-form .btn-link {
    color: #353535;
    /* text-decoration: underline; */
    border: none;
    cursor: pointer;
    margin-top: 3rem;
    margin-bottom: 3rem;
}

#enrollment-payment-form .navbar {
    padding: 0px;
}

#enrollment-payment-form {
    margin-top: 3rem;
}

.validation-summary-errors {
    margin-left: -1.25rem;
    text-decoration: none;
    font-size: 1.25rem;
    border-top: 1px solid #dc3545;
    border-bottom: 1px solid #dc3545;
    padding: 10px 0px 10px 0px;
}

    .validation-summary-errors a {
        color: #dc3545;
    }


.details-area {
    margin-left: .75rem;
}

.third-party-agent-error {
    background-color: #d7c8c1;
    color: #353535;
    padding: 2rem;
    margin-bottom: 2rem;
}


#enrollment-payment-form .btn-primary {
    color: #353535;
    text-transform: uppercase;
    margin-top: 4rem;
    margin-bottom: 3rem;
    background-color: white;
    border-color: #353535;
    border-radius: 0px;
    padding: .5rem;
    width: 100%;
    font-size: 1.5rem;
    font-weight: bold;
}

    #enrollment-payment-form .btn-primary:hover {
        color: white;
        background-color: #353535;
    }

    #enrollment-payment-form .btn-primary:active {
        color: white;
        background-color: #353535;
    }

a.enrollment-back-button {
    color: #353535 !important;
}
