/*------------------------------------*\
   LOCAL FIXES
\*------------------------------------*/
.section-hero .hero-container {
	padding-bottom: 80px;
}

@media (max-width: 1068px) {
	.section-hero .hero-container {
		padding-bottom: 255px;
	}
}
@media (max-width: 734px) {
	.section-hero .hero-container {
		padding-bottom: 80px;
	}
}

@media (max-width: 480px) {
	.section-hearing-test.hearing-avail-2 {
		padding-top: 350px;
	}
}

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

@media screen and (min-width: 735px) and (max-height: 900px) and (max-width: 1068px) {
	.section-hero .section-header {
		bottom: unset;
		top: 408px;
	}
}

@media screen and (min-width: 1069px) and (max-height: 1000px) {
	.section-hero .section-header {
		bottom: unset;
		top: 580px;
	}
}

@media screen and (min-width: 1069px) and (max-height: 1200px) and (min-height: 1000px) {
	.section-hero .section-header {
		bottom: unset;
		top: 600px;
	}
}

@media screen and (max-width: 1068px) and (min-width: 735px) and (max-height: 1100px) and (min-height: 900px) {
	.section-hero .section-header {
		bottom: unset;
		top: 400px;
	}
}

/*------------------------------------*\
   END LOCAL FIXES
\*------------------------------------*/
