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

@media only screen and (min-width: 1069px) {
	.section-hero .section-header-subcopy-container {
		margin-left: 27%;
	}
}
@media only screen and (min-width: 735px) {
	.section-hero .section-header-subcopy-container {
		margin-left: 24%;
	}
}
@media only screen and (max-width: 734px) and (min-width: 450px) {
	.section-hero .section-header-subcopy-container {
		margin-left: 10%;
	}
}
@media only screen and (max-width: 420px) {
	.section-hero .section-header-subcopy-container {
		margin-left: 5%;
	}
}
@media only screen and (max-width: 390px) {
	.section-hero .section-header-subcopy-container {
		margin-left: 2%;
	}
}

br.x-small {
	display: none;
}

@media only screen and (max-width: 358px) {		
	.section-hero .section-header-subcopy-container {
		margin-left: 14%;
	}

	br.x-small {
		display: block;
	}
}

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