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

/* 01/09/24 - Temporary styles to test removal of text-transform uppercase rule */

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

