#home-content .consumerList{
	list-style-type: none;
	margin-left: -1px;
}
#home-content .leftMarg{
	margin-left: 0px;
	list-style-type: none;
}


/** START SIDE LINKS **/

#home-content .sideLinks{
	margin-top: 17.430px;
	padding-right: 20px;
}
#home-content .sideLinks a{
	display: block;
	background-color: #eee;
	padding: 10px;
	text-decoration: none;
	color: #575757;
	font-weight: bold;
	margin-bottom: 5px;
	padding-left: 13px;
}
#home-content .btnRight{
	float: right;
	font-size: .9em;
}
#home-content .leftSpace{
	margin-left: 30px;
}
#home-content .sideLinks a:hover{
	color: #763775;
	border-left: 3px solid #FFBD07;
}
#home-content .sideLinks .activeSideLink{
	border-left: 3px solid #763775;
}
.consumerList li{
	list-style-type: none;
	margin-left: -20px;
}
#home-content .pdfIcon{margin-left: 3px;}

/** END DEFAULT PAGE **/
@media only screen and (max-width:768px){
	#home-content .sideLinks{
		padding: 0;
	}
}