/*
Implementation Skeleton v3 - 12/6/18
Add styles to overwrite customer CSS and global oustyles CSS. USE WITH CAUTION.
*/

/* Check for text-transform: uppercase; instances */

.hero h1, 
h2, 
.here-section__list, 
.events3up__date, 
.cta--button {
	text-transform: none;
}
