.sub-banner {
	min-height: 34.222em;
	z-index: 2;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
	.sub-banner {
		padding-top: 10em;
	}
}

.sub-banner img {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	z-index: -1;
}

.sub-banner span, .sub-banner h1 {
	font-size: 1.389em;
	line-height: 1.200;
	letter-spacing: .1em;
	text-transform: uppercase;
	display: block;
	margin-top: 6em;
	text-align: center;
}

@media screen and (max-width: 1000px) {
	.sub-banner {
		min-height: 0;
	}

	.sub-banner img {
		background-position: bottom;
	}

	.sub-banner span {
		margin-top: 1em;
	}
}

@media screen and (max-width: 800px) {
	.sub-banner span {
		font-size: 1.289em;
		margin-top: 2em;
	}

	.p-contact-us .sub-banner {
		display: none;
	}

	.sub-banner {
		min-height: 14em;
	}
}

@media screen and (max-width: 550px) {
	.sub-banner span {
		font-size: 0.989em;
		margin-top: 0;
	}

	.sub-banner {
		padding-top: 3.667rem;
		padding-bottom: 1.667rem;
		min-height: 0;
	}
}
