


@media only screen and (min-width: 1025px) {

    a:focus,button:focus,input:focus,select:focus,textarea:focus, .web-accessibility:focus {
        -webkit-box-shadow: 0 0 0 2px #fff;
        box-shadow: 0 0 0 2px #fff;
        outline: 2px dotted black
    }

}


/* label:focus,
.______{
    position: relative;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

label:focus:after,
._______ 
{
    content: ' ';
    position: absolute;
    top: 2px;
    bottom: 2px;
    left: 2px;
    right: 2px;
    -webkit-box-shadow: 0 0 0 2px #fff;
    box-shadow: 0 0 0 2px #fff;
    outline: 2px dotted black;
    pointer-events: none
} */
