/*------------------------------------*\
   LOCAL SCREENS
\*------------------------------------*/






/*------------------------------------*\
   END LOCAL SCREENS
\*------------------------------------*/ 




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

.section-hero-with-nav .section-content .industry-hero-nav-banner-title.active {
    transform: translateX(8%);
}

.section-hero-with-nav .section-content .industry-hero-nav-banner-title.active:nth-of-type(2), .section-hero-with-nav .section-content .industry-hero-nav-banner-title.active:nth-of-type(5), .section-hero-with-nav .section-content .industry-hero-nav-banner-title.active:nth-of-type(7){
    transform: translateX(6%);
}

@media only screen and (max-width: 734px) {
	.section-hero-with-nav .section-content .industry-hero-nav-banner-title.active {
    	transform: translateX(6%);
	}
}

@media only screen and (max-width: 734px) {
	.section-hero-with-nav .section-content .industry-hero-nav-banner-title.active:nth-of-type(2), .section-hero-with-nav .section-content .industry-hero-nav-banner-title.active:nth-of-type(5){
    	transform: translateX(0%);
    	display: grid;
	}
}


.section-hero-with-nav .section-content .industry-hero-nav-banner.end-state .industry-hero-nav-banner-title {
    transform: translateX(0%) scale(0.75);
}



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