body.high-contrast {
    background-color: #002d39 !important;
    color: #ffffff !important;
}

body.high-contrast a {
    color: #f26a1b !important;
    text-decoration: underline;
}

body.high-contrast header, 
body.high-contrast nav, 
body.high-contrast footer {
    background-color: #003f4f !important;
}

body.high-contrast button, 
body.high-contrast input[type="submit"], 
body.high-contrast .btn {
    background-color: #f26a1b !important;
    color: #000000 !important;
    border: 1px solid #ffffff !important;
}

body.high-contrast button:hover,
body.high-contrast input[type="submit"]:hover,
body.high-contrast .btn:hover {
    background-color: #d85f18 !important;
}
