.divBox {
	display:inline-block;
	float:left;
	width:33.3%;
	height:15em;
	margin:0 auto;
	padding:2%;
	text-align:left;
}
.divBox li { margin-left:2.5%; padding-left:2.5%; }
.divBox h3 { color:#929497; letter-spacing:0.05em; text-align:left; }
.divBox p { color:#929497; font-size:105%; }

.bkgQuote {
	background-image:url('../graphics/svcsQuote.jpg');
	background-repeat:no-repeat;
	background-size:cover;
}

/* sizing for smaller screens */
/* smaller fixed width to accommodate change from 86.6em to 70% of screen width with nav centered under logo  */
@media (max-width: 55em) {
	.divBox { width:50%; }
	.divBox h3 { letter-spacing:0; }
}
/* mobile */
/* tablet at 46% of desktop size with hamburger menu */
@media (max-width:40em) {
	.divBox { width:100%; height:auto; }
	.process img { display:none; }
}