.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
	word-wrap: normal !important;
}

.skip-link.screen-reader-text:focus {
	background: #fff;
	clip: auto !important;
	clip-path: none;
	color: #1a1a1a;
	display: block;
	font-size: 14px;
	height: auto;
	left: 6px;
	line-height: normal;
	padding: 10px 20px;
	text-decoration: none;
	top: 6px;
	width: auto;
	z-index: 100000;
}
