
:root {
	--accw: 3px;
}

body *:focus-visible,
.owl-dot:focus-visible,
button:focus-visible,
.flex-control-nav li a:focus-visible,
#slider a:focus-visible {
	outline-style: dashed;
	outline-width: var(--accw);
	outline-offset: 0;
	box-shadow: 0 0 0 var(--accw) white;
	outline-color: black;
	border-radius: 0.25rem;
}

#site-title {
	position:relative;
}

#site-title a {
	display:inline-grid;
}

#site-title a.home,
#site-title a.home:focus-visible {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border: 0;
}

#site-title a:focus-visible{
	display: inline-grid;
	outline-offset: -3px;
	box-shadow: inset 0 0 0 3px white;
}
#slider li article a:focus-visible {
	outline-offset: -3px;
	box-shadow: inset 0 0 0 3px white;
}
.skip-link {
	position: absolute;
	top: -9999px; /* Off-screen */
	left: -9999px; /* Off-screen */
	z-index: 9999; /* Ensure it's above other content */
	padding: 0.5rem 1rem;
	background-color: #154734; /* Teal background */
	color: #ffffff; /* White text */
	text-decoration: none;
	border-radius: 0.25rem; /* Rounded corners */
	transition: top 0.3s ease-in-out, left 0.3s ease-in-out; /* Smooth transition */
}

/* Make skip link visible and styled when focused (keyboard navigation) */
.skip-link:focus {
	top: 0.5rem;
	left: 0.5rem;

}

/* Ensure main content has a top padding so skip link doesn't obscure it */
.main-content {
	padding-top: 1rem; /* Adjust as needed */
}


.flex-direction-nav, .flex-pauseplay {
	display: block !important;
}

.metaslider .flexslider .flex-direction-nav li a.flex-prev:not(:focus-visible),
.metaslider .flexslider .flex-direction-nav li a.flex-next:not(:focus-visible),
.flex-pauseplay .flex-pause:not(:focus-visible),
.flex-pauseplay .flex-play:not(:focus-visible){
	display:block;
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap; /* added line */
	border: 0;
	color:white !important;
	background-color:black !important;
}
.metaslider .flexslider .flex-direction-nav li a.flex-prev:focus-visible,
.metaslider .flexslider .flex-direction-nav li a.flex-next:focus-visible,
.flex-pauseplay .flex-pause:focus-visible,
.flex-pauseplay .flex-play:focus-visible {
	display:block !important;
	outline-style: dashed !important;
	outline-color: black !important;
	box-shadow: 0 0 0 6px white !important;
	outline-offset: 3px !important;
	outline-width: 3px !important;
}

#access a br {
	display:inline;
	position:absolute;
}
#access a span {
    color: #999;
    font-size: 11px;
    font-style: italic;
    font-weight: normal;
    line-height: 1.62em;
    text-transform: none;
    width: 1px;
    position: relative;
    display: block;
    height: 1px;
    overflow: hidden;
    margin: -1px;
}

@media screen and (max-width: 760px) {
	.menu.menu-show:before {
		content: "";
		position: absolute;
		top: -4rem;
		left: 0;
		width: 100%;
		height: 4rem;
		background-color: #154734;
		z-index: -1;
	}
	#access .menu-show {
		background-color:black;
	}
	#access .menu-show a {
		height: auto !important;
		padding: 15px 24px;
	}
	#access .menu-show span.drop-down-toggle {
		display: block;
		top: 0.75rem;
	}

	button#menu-toggle {
		border: none;
		position: relative;
		padding-top: 0;
		height: 3rem;
	}

	div#primary-nav {
		position: absolute;
		top: 3.25rem;
		width: calc(100% - 2rem);
		left: 1rem;
	}
	#access span.nav-show-acc, 
	#access span.nav-show-acc:hover,
	#access span.nav-hide-acc, 
	#access span.nav-hide-acc:hover{
		position: relative;
		top: 0;
		right: 0;
		display: block;
		width: 40px;
		height: 32px !important;
		padding: 0;
		background: url(images/nav.png) no-repeat;
		border: none;
		text-indent: -1000px;
		overflow: hidden;
	}



	#access a {
		width:auto;
	}
	#access {
		position: fixed;
		top: 0;
		left: 0;
		z-index: 3;
		width: auto;
		padding: 0;
		box-shadow: none;
		right: 0;
		text-align: end;
		padding-right: 1rem;
	}
	button#menu-toggle {
		border: none;
		position: relative;
		padding-top: 0;
		height: 3rem;
		right: 4rem;
		top: 0.25rem;
	}
}
@media (min-width:761px) {

	button#menu-toggle {
		display:none;
	}

}




