.main-header--dark__title a{
	width: 320px;
	height: 85px;
	background: url('/?a=264123') no-repeat;
	background-size: contain;
}
@media (min-width: 30em) and (max-width: 50em) {
	.main-header--dark__title a{
		/* Your CSS rules here */
		width: 230px;
		height: 66px;
	}
	.main-header--dark__parent-links{
		display: none;
	}
}


.main-header--dark__title h1 {
	/*sr-only css goes here to hide the text title visually, but making accessible for screen readers*/
	position: absolute !important;
	width: 1px !important;
	height: 1px !important;
	padding: 0 !important;
	overflow: hidden !important;
	clip: rect(0, 0, 0, 0) !important;
	white-space: nowrap !important;
	border: 0 !important;
}

.page-header.page-header--panoramic--no-title + div.teasers--bg-orange {
	display: none;
}