.contentIframeClass {
	width: 100%;
	height: 100%;
	position: absolute;
	border: none;
}
.dummyIFrameClass {
	display: none;
}
.page-nav .prev,
.page-nav .next {
	cursor: pointer;
	position: absolute;
	top: 50%;
	padding: 15px;
	color: rgb(0, 0, 0);
	background: transparent;
	border: none;
	font-weight: bold;
	font-size: 30px;
	line-height: 1;
	z-index: 2;
}
.page-nav .prev:focus-visible,
.page-nav .next:focus-visible,
.skip-link:focus {
	outline: 3px solid #005fcc;
	outline-offset: 2px;
}
.page-nav .next {
	right: 0;
	border-radius: 3px 0 0 3px;
}
.skip-link {
	position: absolute;
	left: -9999px;
	top: 0;
	z-index: 100;
	padding: 0.75rem 1rem;
	background: #000;
	color: #fff;
	text-decoration: underline;
}
.skip-link:focus {
	left: 0;
}
.visually-hidden {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border: 0;
}
html, body {
	margin: 0;
	overflow: hidden;
	height: 100%;
}
main {
	position: absolute;
	inset: 0;
}
