/* START - Hero section headline shifted down to improve legibility */
.section-hero .section-header-headline {
	padding: 0;
}

html.enhanced .section-hero .header-container {
	top: 84px;
}

@media (max-width: 734px) {
	html.enhanced .section-hero .header-container {
		top: 0;
	}
}
/* END - Hero section headline shifted down to improve legibility */

/* START - Hearing Test section body copy wrapping fix */
@media (min-width: 735px) {
	.section-hearing-test .hearing-test-scroll-content div[data-focus-expression] p {
		padding-right: 12px;
	}
}

@media (min-width: 1069px) {
	.section-hearing-test .hearing-test-scroll-content div[data-focus-expression] p {
		padding-right: 0;
	}
}
/* END - Hearing Test section body copy wrapping fix */

/* START - Hearing Test section battery life padding fix */
.section-hearing-aid .grid-item-fine-tune .tile-content {
	padding-bottom: 5px;
}

@media (max-width: 1068px) {
	.section-hearing-aid .grid-item-fine-tune .tile-content {
		padding-bottom: 0;
	}
}

@media (max-width: 734px) {
	.section-hearing-aid .grid-item-fine-tune .tile-content {
		padding-bottom: 22px;
	}
}
/* END - Hearing Test section battery life padding fix */
