  @charset "UTF-8";
/* CSS Document */

/*Hides the Original Block Images*/
div.content h6 img {
display:none;
}
		
/*Displays the Links as inline block items*/
div.content h6 a  {
display: inline-block;
}
		
/*Replaces Old Images with green chevron arrows*/
div.content h6 a::after, div.content h6 span.livestep::after  {
content: " \f054";
font-family: 'FontAwesome';
color: #7dc545;
font-size: 1.125em;
margin-right: 9px;
top: 0;
left: 0;
}

/*No Underline on hover or active links*/
div.content h6 a:hover, div.content h6 a:active  {
text-decoration:none;
}

/*Active Step Font Color*/
div.content h6 span.livestep {
color:#fdad32;
}
		
	
