﻿html.high-contrast * {
    color: #fff !important;
    border-color: #fbad23 !important;
}

html.high-contrast .cdcrlogo {
    position: relative;
    z-index: 1;
}

html.high-contrast .toggle-menu span {
    border: 1px solid #fff;
}

.modal-open {
    padding-right: 0px !important;
}
.modal-body {
    padding: 1rem 4rem;
    font-size: 1.1em;
}

.modal-title .fa-universal-access {
    padding-right: .5rem;
}

h1 {
    font-size: 1.8rem;
}
h2 {
    margin-top: 0;
    font-size: 1.4rem;
}

.errorinline {
    font-weight: bold;
    color: #dc3545;
    padding: 4px;
}

@media (min-width: 992px) {
.modal-lg {
    max-width: 1200px;
}
}