:root {
    --primary: #233D7C;
    --primary-light: #233D7C;
    --primary-dark: #233D7C;
    --primary-darkest: #233D7C;
    --warning-dark: #233D7C;
    --deep-orange: #233D7C;
    --orange: #233D7C;
    --info-message: #233D7C;
    --success: #7FC344;
}
body.Welcome p.emphasized {
    font-size: 1.2rem;
}
.page-messages {
    font-size: 1.05rem;
}

/*Connecticare changes*/
.btn-secondary, .modal-footer .btn-secondary {
    background-color: #233D7C;
}

/*for stay loggedin Button*/
.modal-footer .btn-primary:not(:disabled):not(.disabled), .btn-primary, .modal-footer .btn-primary {
    background-color: #066DB5;
}

/*for scheduled Confirmation*/
.payment-confirmation {
    background-color: #7FC344;
    border-color: #7FC344;
}

/*.modal-footer .btn-flat-secondary {
    color: #233D7C
}*/

    /*.nav-link is hiding the More Link in payment History Page, remove this to enable the More Link*/
