/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jul 25 2026 | 06:51:20 */
/* Add your CSS code here.

For example:
.example {
    color: red;
}

For brushing up on your CSS knowledge, check out http://www.w3schools.com/css/css_syntax.asp

End of comment */ 

.skip-link {
    position: absolute;
    left: -9999px;
    top: 1rem;
    z-index: 10000;
    padding: .75rem 1rem;
    background: #0056b3;
    color: #fff;
    text-decoration: none;
    border-radius: .25rem;
}

.skip-link:focus,
.skip-link:focus-visible {
    left: 1rem;
}

