

/**************** begin callout & pullquote ***********************************************/

.callout {
	box-sizing: border-box;
	color: #1e6b52;
	padding: 26px;
}

.quote {
	font-size: 130%;
	line-height: 160%;
	margin: 10px auto;
}


.quote::before,
.quote::after {
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	display: inline-block;
	height: 20px;
	width: 20px;
}

.quote::before {
	background-image: url(images/home/qm_start_green.png);
	margin: 0 5px 0 -26px;
}

.quote::after {
	background-image: url(images/home/qm_end_green.png);
	margin: 0 0 0 4px;
}

.homeFeatured .quote::before {
	background-image: url(images/home/qm_start_white.png);
}

.homeFeatured .quote::after {
	background-image: url(images/home/qm_end_white.png);
}

/**************** end callout & pullquote ************************************************/
