/**:focus
{
    outline: 2px solid #000 !important;
    outline-offset: 2px !important;
    text-decoration: none !important;
    box-shadow: none !important;
}*/

.accessibility-widget {
    position: fixed;
    z-index: 99999;
    top: 43vh;
    left: 0;
}

@media(max-width: 830px) {
    .accessibility-widget {
        display: none !important;
    }
}

.accessibility-widget button {
    width: 42px;
    font-size: 22px !important;
    padding: 14px 10px;
    line-height: .8;
    display: grid;
    align-items: center;
    background: #e2e2e2;
    text-align: center;
    border: 1px solid #f5f5f5;
    border-bottom: 1px solid #d2d2d2;
    position: relative;
    color: #181818;
}

.accessibility-widget button:focus,
.scroll-to-top:focus {
    outline-offset: -2px !important;
}

.high-contrast,
.high-contrast *,
.high-contrast *:before,
.high-contrast *:after
{
	background-color: #000 !important;
	border-color: #000 !important;
	box-shadow: none !important;
	color: #ffd12a !important;
}

.high-contrast .accessibility-widget ul li button:focus i {
    background-color: transparent !important;
}

.high-contrast a
{
	color: #57b9ff !important;
}

.high-contrast button,
.high-contrast input,
.high-contrast select,
.high-contrast textarea
{
    border-color: #ffd12a !important;
}

.high-contrast .form-control.is-invalid, .was-validated .form-control:invalid {
    border-color: #dc3545;
    padding-right: calc(1.5em + .75rem);
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23ffd12a' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right calc(.375em + .1875rem) center;
    background-size: calc(.75em + .375rem) calc(.75em + .375rem);
}

.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;
}

.high-contrast nav.accessibility-widget ul li button:focus {
    background: #ffd12a !important;
}

.high-contrast nav.accessibility-widget ul li button:focus i:before {
    background: #ffd12a !important;
    color: #000 !important;
}

.high-contrast #banner,
.high-contrast  .inner-header {
    background: none !important;
}








.high-contrast .locale-switcher.menuzord-menu a:focus,
.high-contrast .search-form-wrapper form input[type="submit"]:focus {
    outline-color: #ffd12a !important;
}

.high-contrast #cookie-info {
    border-top: 2px solid #ffd12a !important;
}

.high-contrast #cookie-info a:hover,
.high-contrast #cookie-info a:focus,
.high-contrast #cookie-info a.focus,
.high-contrast .btn-default:hover,
.high-contrast .btn-default:focus,
.high-contrast .btn-default.focus {
    color: #ffd12a !important;
    outline-color: #ffd12a !important;
}

/* SKIPLINKS */
.skiplinks
{
    position: absolute;
    top: 15px;
    left: 15px;
    z-index: 1001;
}

.skiplinks .skiplink
{
    padding: 5px 10px;
    background-color: #fff;
    color: #222;
    font-size: 18px;
}