/* NSM Accessibility Toolkit: front end */
.nsm-a11y-sr-only {
	position: absolute !important;
	width: 1px !important;
	height: 1px !important;
	padding: 0 !important;
	margin: -1px !important;
	overflow: hidden !important;
	clip: rect(0, 0, 0, 0) !important;
	clip-path: inset(50%) !important;
	white-space: nowrap !important;
	border: 0 !important;
}

.nsm-a11y-skip-link {
	position: absolute !important;
	top: 0;
	left: 0;
	z-index: 999999 !important;
	transform: translateY(-120%);
	padding: 12px 20px !important;
	background: #fff !important;
	color: #1d2327 !important;
	font: 600 16px/1.3 system-ui, -apple-system, "Segoe UI", Roboto, sans-serif !important;
	text-decoration: underline !important;
	border: 3px solid var(--nsm-a11y-focus, #005fcc) !important;
	border-radius: 0 0 4px 0;
}

.nsm-a11y-skip-link:focus {
	transform: none;
	outline: none !important;
}

.nsm-a11y-skip-target:focus {
	outline: none;
}

.nsm-a11y-video-wrap {
	position: relative;
}

.nsm-a11y-video-toggle {
	position: absolute;
	right: 12px;
	bottom: 12px;
	z-index: 20;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 44px;
	height: 44px;
	padding: 0;
	margin: 0;
	border: 2px solid #fff;
	border-radius: 50%;
	background: rgba(0, 0, 0, 0.75);
	color: #fff;
	cursor: pointer;
}

.nsm-a11y-video-toggle svg {
	width: 18px;
	height: 18px;
	fill: currentColor;
}

.nsm-a11y-video-toggle:hover {
	background: #000;
}

.nsm-a11y-footer-link {
	padding: 12px 16px;
	text-align: center;
	font-size: 14px;
}

.nsm-a11y-feedback input[type="text"],
.nsm-a11y-feedback input[type="email"],
.nsm-a11y-feedback input[type="tel"],
.nsm-a11y-feedback input[type="url"],
.nsm-a11y-feedback textarea {
	width: 100%;
	max-width: 36rem;
	box-sizing: border-box;
}

.nsm-a11y-feedback-status {
	padding: 12px 16px;
	margin-bottom: 1em;
	border-left: 4px solid #007017;
	background: #edfaef;
	color: #1d2327;
}

.nsm-a11y-feedback-error {
	border-left-color: #b32d2e;
	background: #fcf0f1;
}

.nsm-a11y-archived-notice {
	margin: 0 0 1.5em;
	padding: 12px 16px;
	border-left: 4px solid #50575e;
	background: #f6f7f7;
	color: #1d2327;
}

.nsm-a11y-archived-notice p {
	margin: 0;
}

.nsm-a11y-archived-notice a {
	color: #135e96;
	text-decoration: underline;
}
