/* adjusts small grey text to be white in hero */	
#ctl00_FormlessContentPlaceholder_ContentPlaceholder_C02 .section_oly-aml span.newTerm,
div.wolBody #ctl00_FormlessContentPlaceholder_ContentPlaceholder_B02_ctl00_DLPnl .section_oly-aml h4.title_section,
#ctl00_FormlessContentPlaceholder_ContentPlaceholder_B02_ctl00_DLPnl .section_oly-aml h4.title_section,
#ctl00_FormlessContentPlaceholder_ContentPlaceholder_C02_01 .section_oly-aml h4.title_section { color: #FFFFFF; }

/* 2nd component div on the page, if it is an overlay and has a level 4 header */
#ctl00_FormlessContentPlaceholder_ContentPlaceholder_C02 .section_oly-aml h4.title_section,
div.wolBody #ctl00_FormlessContentPlaceholder_ContentPlaceholder_B02_ctl00_DLPnl .section_oly-aml h4.title_section,
#ctl00_FormlessContentPlaceholder_ContentPlaceholder_B02_ctl00_DLPnl .section_oly-aml h4.title_section,
#ctl00_FormlessContentPlaceholder_ContentPlaceholder_C02_01 .section_oly-aml h4.title_section
 { 	
 	color: #FFFFFF !important; 
 	font-size: 220% !important; 
 	line-height: 100%; 
 	padding-bottom: 15px; 
 	font-weight:normal;
 }

/* slightly lighter blue link color */
#ctl00_FormlessContentPlaceholder_ContentPlaceholder_C02 .section_oly-aml span.newTerm a,
div.wolBody #ctl00_FormlessContentPlaceholder_ContentPlaceholder_B02_ctl00_DLPnl .section_oly-aml h4.title_section,
#ctl00_FormlessContentPlaceholder_ContentPlaceholder_B02_ctl00_DLPnl .section_oly-aml h4.title_section,
#ctl00_FormlessContentPlaceholder_ContentPlaceholder_C02_01 .section_oly-aml h4.title_section {color:#098ec7;}

