.skip-link {
    position: absolute;
    left: -10000px;
    top: auto;
    width: 1px;
    height: 1px;
    overflow: hidden;
}

    .skip-link:focus {
        position: static;
        width: auto;
        height: auto;
    }

*:focus {
    outline: 3px solid #005fcc !important;
    outline-offset: 2px !important;
}

a:focus, button:focus, input:focus, select:focus, textarea:focus {
    box-shadow: none !important;
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0,0,0,0);
    border: 0;
}

.text-muted {
    color: #5a5a5a !important;
}

.form-control {
    border-color: #767676 !important;
}

/* WCAG: navbar-brand bg turns #1253ca on focus/hover; default #005fcc outline
   fails 3:1 against it. White outline keeps contrast in both states. */
.navbar-default .navbar-brand:focus {
    outline: 3px solid #fff !important;
    outline-offset: 2px !important;
}
