/* 	homepage - category names */ 
#cms-content h2.homepage-h2 {
	margin: 15px 0 0;
	padding: 0;
	font-size: 182% !important;
	font-family: "Lato", sans-serif;
}
#cms-content .homepage-h2 a {
	color: #379f48 !important;
	text-transform: uppercase;
}

/* 	subpages - page titles */
#cms-content h1 {
	margin: 15px 0 0;
	padding: 0;
    font-family: "Lato", sans-serif;
	font-weight: bold;
	font-size: 235% !important;
	color: #9f3694 !important;
	text-transform: uppercase;
}


/* 	homepage - event titles 
 	subpages - event titles and video archive headings */
#cms-content .homepage-h3, #cms-content h2.padding-none {
	padding-top: .3em;
	font-size: 135% !important;
	text-transform: none !important;
	font-style: normal;
	font-weight: 700;
	letter-spacing: 0.5px;
}
#cms-content .homepage-h3 a, #cms-content h2.padding-none {
	color: #7f3292 !important;
}



#cms-content p {
	line-height: 1.35 !important;
}
#cms-content .chunk-html p strong {
	font-size: 110%;
	font-weight: 700;
}

#cms-content h3.padding-none {
	font-weight: 700;
	font-size: 120%;
}