.content-row p {

	display: block;
	position: relative;
	font-family: 'MinionProSemiboldItalicSubhead', arial, sans-serif;
	font-size: 20px;
	line-height: 22px;
	color: #6d6e71;
	margin-top: 20px;
	margin-bottom: 20px;
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	-ms-hyphens: auto;
	hyphens: auto;
}

.content-row .img-box {
	width: 200px;
	float: left;
	margin-right: 2em;
}

.content-row a h3 {
	font-size: 19px;
	line-height: 25px;
	color: #363636;
	clear:none;
	display: block;
	position: relative;
	font-family: 'MinionProSemiboldItalicSubhead', arial, sans-serif;
	font-weight: normal !important;
	margin-bottom: 8px;
}

.content-row a:hover h3 {
	color: #7bae78;
}