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






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




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

.section-hero-with-nav .section-content .industry-hero-nav-banner-title.active:nth-of-type(5) {
    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(5) {
    	transform: translateX(5%);
	}
}

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

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

@media only screen and (max-width: 734px) {
	.section-hero-with-nav .section-content .industry-hero-nav-banner-title.active:nth-of-type(6) {
    	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:nth-of-type(5), .section-hero-with-nav .section-content .industry-hero-nav-banner.end-state .industry-hero-nav-banner-title:nth-of-type(6) {
        transform: translateX(0%) scale(0.75);
    }
}



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