.mldp-pnav-sr-live {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border: 0;
}

.mldp-pnav-progress {
	position: fixed;
	top: 0;
	left: 0;
	height: 3px;
	width: 0;
	background: #b8924f;
	z-index: 100000;
	opacity: 0;
	transition: width .3s ease, opacity .2s ease;
}
html.mldp-pnav-loading .mldp-pnav-progress {
	width: 70%;
	opacity: 1;
	transition: width 2.5s cubic-bezier(.1,.6,.2,1), opacity .2s ease;
}

@media (prefers-reduced-motion: reduce) {
	.mldp-pnav-progress {
		transition: opacity .2s ease !important;
	}
}
