/* Utility helpers and accessibility support. */
.screen-reader-text {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border: 0;
}

.screen-reader-text:focus {
	position: fixed;
	z-index: 100;
	top: 1rem;
	left: 1rem;
	width: auto;
	height: auto;
	padding: .75rem 1rem;
	margin: 0;
	overflow: visible;
	clip: auto;
	color: #fff;
	background: var(--avc-primary);
}

.skip-link {
	position: absolute;
	z-index: 100;
	top: -5rem;
	left: 1rem;
	padding: .75rem 1rem;
	color: #fff;
	background: var(--avc-primary);
}

.skip-link:focus {
	top: 1rem;
}

@media (prefers-reduced-motion: reduce) {
	html {
		scroll-behavior: auto;
	}

	*,
	*::before,
	*::after {
		animation-duration: .01ms !important;
		transition-duration: .01ms !important;
	}
}
