.cli-card {
    font-size: 7rem;
    color: #076191;
}

:not(#accountPickerModal).reveal-modal {
    padding: 2.8rem 1.875rem;
    min-height: inherit;
    height: auto;
    position: fixed;
    top: 3% !important;
}
#credit-score-authorization, #documents-statements-authorization {
    position: absolute !important;
}

:not(#accountPickerModal).reveal-modal > .row {
    overflow-y: auto;
    height: 100%;
}
#terms-of-use.reveal-modal, #security.reveal-modal, #confirmation-receipt.reveal-modal {
    height: 95% !important;
}
@media only screen and (max-device-height: 1024px) {
    :not(#accountPickerModal):not(#payment-history).reveal-modal {
        height: 95% !important;
    }
}
.letter-container {
    border: 1px solid #ccc;
    padding: 2rem;
    margin-bottom: 2rem;
}

    .letter-container .print-friendly {
        top: 0;
    }
span.dob-seperator {
    display: inline-block;
    padding-top: 7px;
}
.app-complete-lang .receipt-icon {
    font-size: 2.5em;
    color: #076191;
    line-height: 1.7;
}
.app-complete-lang h3 {
    color: #076191;
}
.left-below:before {
    content: "to the left";
    clear: both;
}
.ancillary-esign-list {
    padding: 0 80px;
    list-style: disc;
}


@media only screen and (max-width: 767px) {
    .left-below:before {
        content: "below";
        clear: both;
    }
    .app-complete-lang .receipt-icon {
        font-size: 1.5em;
        color: #076191;
        line-height: 1.7;
    }
    .ancillary-esign-list {
        padding: 0 30px;
        list-style: disc;
    }
}

@media only screen and (max-width: 600px) {
    .ancillary-esign-list {
        padding: 0 10px;
        list-style: disc;
    }

    @media print {
        a:after {
            content: '';
        }

        a[href]:after {
            content: none !important;
        }

        .no-print {
            display: none !important;
        }

        .header {
            background-color: #000 !important;
        }

        .terms-conditions .header h5 {
            color: #FFF !important;
        }
    }


    /* Beginning Application */
    fieldset legend {
        font-weight: 300;
        margin-left: 12px;
        font-size: 24px;
    }

    .application-terms {
        height: 350px;
        overflow: auto;
        background-color: #FFF;
        padding-top: 10px;
        color: #424242;
    }
}
