.pullQuote {
    font-size: 1.5rem;
    font-weight: bold;
    text-align: center;
    padding-right: 1.25rem;
    color: #555;
}

.apr {
    font-size: 1.5rem;
    font-weight: bold;
    line-height: inherit;
    color: #222;
}

.apr-small {
    font-size: 1.1667rem;
    font-weight: bold;
    line-height: inherit;
    color: #222;
}

.doomsdayOverrideClassh2 {
    color: #0d649a;
    font-size: 2rem;
    margin: 0.67em 0;
}

.styleOverrideClassh2 {
    color: #222 !important;
    font-size: 2.3rem;
    margin-top: 0.67rem;
    margin-bottom: 0.67rem;
}

.styleOverrideClass {
    font-size: 2.3rem;
    margin: 0.67em 0;
}

.instructionsH2 {
    font-size: 1rem !important;
    font-weight: bold;
    color: #222 !important;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    text-decoration: underline;
}

.instructionsUl {
    margin-top: 0 !important;
    margin-bottom: 1.25rem !important;
    padding-top: 0 !important;
}

.terms-and-conditions {
    color: #000;
    text-decoration: underline;
}

.terms-and-conditions:hover {
    text-decoration: none;
}

.print-view-only {
    display: none;
}

@media print {
    .print-view-only {
        display: block;
    }

    h3 .print-view-only {
        margin-top: 1rem;
        margin-bottom: 2rem;
    }
}

/* About-Us Style Additions */
.font-weight-400 {
    font-weight: 400;
}

.about-us-dark-blue-header {
    color: #093248;
}

.device-pay-disclaimer {
    font-size: 0.875rem !important;
    margin: 2.5rem 0 0 !important;
}

@media only screen and (max-width: 768px) {
    .centerTextOnMobile {
        text-align: center !important;
        display: block;
        width: 100%;
    }

    .device-pay-disclaimer .centerTextOnMobile {
        padding-left: 0.938rem;
        padding-right: 0.938rem;
    }
}

@media screen and (max-width: 48em) {
    .left-justify-on-mobile p,
    .left-justify-on-mobile h2,
    .left-justify-on-mobile h1 {
        text-align: left !important;
    }
}