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






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




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

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


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

@media only screen and (max-width: 734px) {
    .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
\*------------------------------------*/ 