/*--------------------------- Terms -----------------------------*/

h2 {
	font-weight: bold;
}

#col1 {
	float: left;
	width: 49%;
	
}

#col2 {
	float: right;
	width: 49%;
}

#col1 h3, #col2 h3 {
	margin-top: 25px;
	margin-bottom: 0;
	padding: 0;
}

#col1 h4, #col2 h4 {
	margin: 0;
	margin-bottom: 3px;
	padding: 0;
}

#col1 ul li, #col2 ul li, #terms ul li {
	margin-bottom: 5px;
}