/* Local Overrides */

/* Hearing Protection */
@media only screen and (max-width: 400px) {
	.text-item-copy {
		width: 70%;
	}
}

.custom-hearing-avail-2 {
	position: absolute;
	left: 4%;
}

.custom-color {
	color: #06c;
}

/* hearing-test */

.section-hero .section-header-subcopy.hearing-avail-2 {
	width: 100%;
}

@media only screen and (min-width: 735px) and (max-width: 1068px) and (max-height: 500px) {
	html.enhanced.mq-medium-short .section-hearing-test.hearing-avail-2 {
		padding-top: calc(570px + var(--film-height)) !important;
	}
}

/* Hero */

.section-hero .section-header-headline {
	padding-left: 0px;
	padding-right: 0px;
}

.section-hero .section-header-headline .custom_header-headline {
	white-space: nowrap;
}

@media only screen and (max-width: 734px) {
	.section-hero .section-header-headline .custom_header-headline {
		white-space: wrap;
	}
}

@media only screen and (min-width: 1069px) and (min-height: 901px) {
	.section-hero .section-header {
		top: 70%;
	}
}

@media only screen and (min-width: 735px) and (max-width: 1068px) and (min-height: 901px) {
	.section-hero .section-header {
		top: 55%;
	}
}
