/* ECL-3644: Document structure for assistive technology */

.visually-hidden,
.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

.skip-link {
    position: absolute;
    top: -40px;
    left: 0;
    z-index: 100000;
    padding: 8px 16px;
    background: #003366;
    color: #fff;
    text-decoration: none;
    font-weight: bold;
}

    .skip-link:focus {
        top: 0;
        outline: 2px solid #fff;
        outline-offset: 2px;
    }

#main-content:focus {
    outline: none;
}
