/*For better Screen Reader Experience*/
a:focus,
button:focus,
div:focus {
    outline: none;
    box-shadow: 0 0 0 1px #73AEE6;
    text-decoration: underline !important;
}

select:focus {
    box-shadow: 0 0 4px 2px #00346624 !important;
}