/* NAV HAMBURGER BUTTON styling for hover */

.mainnav-toggle{
    line-height: 1.15;
    border: none;
}
.mainnav-toggle:hover{
    cursor: pointer;
}
.mainnav-toggle > i {
    transition: color .2s;
}
.mainnav-toggle:hover > i {
    transition: color .4s;
    color: rgb(66, 66, 66);   
}

/* KEYBOARD NAVIGATION */

* a:focus-visible, * button:focus-visible, * select:focus-visible, .primary_card_toggle:focus-visible{
    transition-duration: 0ms;
    outline: 2px solid black !important;
}

.btn:focus-visible{
    box-shadow: 0px 0px 10px black;
}

.primary_card_toggle:focus-visible{
    outline-offset: 4px;
}
.primary_card_toggle:focus{
    outline: none;
}

/* CONTRAST ADJUSTMENTS */

.btn-info, .btn-info:hover{
    color: rgba(0, 0, 0, 0.63) !important;
}

.statusLabel.loanStatusActive{
    text-transform: uppercase;
    color: #365500;
    background: #ebf6d7;
    border: 2px solid #3655008a;
    border-radius: 2px;
    box-shadow: 0px 0px 6px #669014;
}
.statusLabel.loanAutoPayStatusOff, .statusLabel.loanAutoPayStatusOn {
    color: black;
}

.statusLabel > .loanAutoPayOff {
    color: rgb(88, 88, 88);
}
.statusLabel > .loanAutoPayOn {
    color: #365500;    
}

footer#footer {
    color: rgb(0, 0, 0);
    font-size: 15px;
    font-weight: bold;
}

/* HEADER element adjustments to maintain style and create hierarchy */

.panel-body * h1{
    font-size: 28px;
}