*:focus
{
    outline: 2px solid #000 !important;
    outline-offset: 2px !important;
    text-decoration: none !important;
    box-shadow: none !important;
}

.high-contrast,
.high-contrast *,
.high-contrast *:before,
.high-contrast *:after,
.high-contrast .bg-primary
{
	background-color: #000 !important;
	border-color: #000 !important;
	box-shadow: none !important;
	color: #ffd12a !important;
}

.high-contrast a
{
	color: #57b9ff !important;
}

.high-contrast button,
.high-contrast input,
.high-contrast select
{
    border-color: #ffd12a !important;
}

.high-contrast input[type="checkbox"]:before,
.high-contrast input[type="radio"]:before
{
    content: '';
    display: block;
    width: 13px;
    height: 13px;
    border: 1px solid #ffd12a !important;
}

.high-contrast input[type="radio"]:before
{
	border-radius: 50%;
}

.high-contrast input[type="checkbox"]:checked:before,
.high-contrast input[type="radio"]:checked:before
{
    background-color: #ffd12a !important;
}

.high-contrast *:focus
{
	outline-color: #ffd12a !important;
}