body.is_underline a {
    text-decoration: underline!important;
}

body.wah_keyboard_access :focus {
    background-color: rgb(243, 245, 124)!important;
    color: rgb(0, 0, 0)!important;
}
body a:focus {
    outline: 2px solid rgb(99, 183, 255);
}

body a:hover {
    text-decoration: underline;
}

.wcag-panel {
    float: left;
    margin: 5px 0;
}

@media (min-width: 1231px) {
    .wcag-panel {
        margin: 0;
    }
}

.wcag-panel .wcag-box:nth-child(2) {
    /*border-left: 1px solid #e5e5e5;*/
    /*border-right: 1px solid #e5e5e5;*/
}

.wcag-box {
    display: inline-block;
    padding: 0 2px;
}

.wcag-box ul {
    list-style: none;
}

.wcag-box li {
    display: inline-block;
    margin: 0 2px;
}

.wcag-box a {
    font-weight: bolder;
    font-size: 14px;
    padding: 2px 4px;
    line-height: 1;
}

.wcag-box a:hover, .wcag-box a:focus {
    text-decoration: underline !important;
}

.wcag-contrast {
    border-radius: 100%;
    background: #fff;
    color: #000;
    border: 2px solid;
}

.wcag-contrast--reset {
    color: #000;
    background: #fff;
}

.wcag-contrast--blackwhite {
    background: #000;
    color: #fff;
    border-color: #000;
}

.wcag-contrast--blackyellow {
    background: #000;
    color: #ffff00;
    border-color: #ffff00;
}

.wcag-contrast--yellowblack {
    background: #ffff00;
    color: #000;
    border-color: #000;
}

.wcag-box a:hover {
    text-decoration: underline;
}

.wcag-contrast--reset:hover,
.wcag-contrast--reset:focus {
    color: #000;
}

.wcag-contrast--blackwhite:hover,
.wcag-contrast--blackwhite:focus {
    color: #fff;
}

.wcag-contrast--blackyellow:hover,
.wcag-contrast--blackyellow:focus {
    color: #ffff00;
}

.wcag-contrast--yellowblack:hover,
.wcag-contrast--yellowblack:focus {
    color: #000;
}

.wcag-fontsize:hover,
.wcag-fontsize:focus,
.wcag-font:hover,
.wcag-font:focus {
    color: #000;
}

.wcag-skip__box {
    text-align: center;
}

.wcag-skip {
    position: absolute;
    display: inline-block;
    padding: 5px 0;
    margin: 2px 0;
    margin-top: -100px;
    font-weight: bolder;
    font-size: 18px;
    text-decoration: underline;
    /*visibility: hidden;*/
}

.wcag-skip:active, .wcag-skip:focus  {
    position: relative;
    margin: 2px 0 !important;
    /*visibility: visible;*/
}

#wcag-panel a {
    text-decoration: none;
}

.wcag-box__fontsize a {
    color: black;
}
