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



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




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

.capitalize {
	text-transform: capitalize;	
}


.typography-hero-headline {
        line-height: 1.1;
    }

@media only screen and (max-width:1068px) {
    .typography-hero-headline {
        line-height: 1.1;
    }
}

@media only screen and (max-width:734px) {
    .typography-hero-headline {
        line-height: 1.1;
    }
}

.typography-headline-super {
    line-height: 1.08;
}

@media only screen and (max-width:1068px) {
	.typography-headline-super {
		line-height: 1.15;
	}
}

@media only screen and (max-width:734px) {
	.typography-headline-super {
		line-height: 1.0834933333;
	}
}
/*------------------------------------*\
   END LOCAL FIXES
\*------------------------------------*/
