
/* Skip link styles */
html {
    scroll-behavior: smooth;
}

body {
overflow-x:hidden;
}


.skip-link.screen-reader-text {
    position: absolute;
    top: -40px;
    left: 0;
    z-index: 100000;
    clip: rect(1px, 1px, 1px, 1px);
    clip-path: inset(50%);
    overflow: hidden;
    white-space: nowrap;
}

.skip-link.screen-reader-text:focus {
    position: fixed;
    top: 10px;
    left: 10px;
    background: #000;
    color: #fff;
    padding: 10px 15px;
    text-decoration: none;
    border-radius: 3px;
    clip: auto !important;
    clip-path: none;
    width: auto;
    height: auto;
    overflow: visible;
    white-space: normal;
}

#content-500:focus {
    outline: none;
}

a:focus-visible {
    outline:2px dashed white;
	outline-offset:2px;
	box-shadow:0 0 0 4px black;
	border:none;
}

