.hero-img img {
	width:100%;
}

.img-caption {
    color: gray;
    margin-bottom: 30px;
    font-size: small;
}

.vert-both {
	width:100%;
	text-align: center;
}

.vert-img {
	display:inline-table;
	margin-right: 25px;
	margin-bottom: 25px;
}

.img-caption-vert {
	text-align: center;
	color: gray;
    margin-bottom: 30px;
    font-size: small;
}

.horz-img {
	width:100%;
	text-align: center;
}

.highlight-left {
	float: left;
	height: auto;
	width: 300px;
	margin-right: 15px;
	margin-bottom: 10px;
	margin-top:10px;
	padding: 10px;
	background-color:#DEDEDE;
}

.highlight-right {
	float: right;
	height: auto;
	width: 300px;
	margin-left: 15px;
	margin-bottom: 10px;
	margin-top:10px;
	padding: 10px;
	background-color:#DEDEDE;
}

.highlight-left img {
	width:100%;
}

.highlight-right img {
	width:100%;
}

.block-quote {
	margin-right: auto;
    margin-left: auto;
    width: 50%;
    margin-top: 25px;
    margin-bottom: 25px;
}

blockquote {
	font-family: Georgia, serif;
	font-size: 18px;
	font-style: italic;
	width: 500px;
	margin: 0.25em 0;
	padding: 0.25em 40px;
	line-height: 1.45;
	position: relative;
	color: #383838;
	border-left: none;
}

blockquote:before {
	display: block;
	content: "\201C";
	font-size: 80px;
	position: absolute;
	left: -20px;
	top: -20px;
	color: #7a7a7a;
}

blockquote cite {
	color: #999999;
	font-size: 14px;
	display: block;
	margin-top: 5px;
	font-style: italic;
	text-align: right;
}
 
blockquote cite:before {
	content: "\2014 \2009";
}
@media (max-width: 650px) {
	.horz-img img{
		width:100%;
	}
}