div.locs { overflow: auto; font-size: 14px; margin: 1em 0; }

.title { 
	font-family: 'Open Sans Condensed';
	font-size: 14px;
}

.officers {
    font-family: 'Open Sans';
	font-size: 12px;
}

.officers .name {
	font-size: 13px;
	font-weight: bold;
}

.officers .email {
	clear: left;
	text-align: center;
	font-size: 1em;
	font-family: 'Open Sans Condensed';
}

.officers img {
	border-radius: 4px;
}
.officers .caption {
	padding-top: 0;
}
.officers .thumbnail { min-height: 210px; text-align: center; }

.email { font-size: 80%; }

.summary { border-top: 1px solid #e8e8e8; margin-top: 1em; padding-top: 1em; }

div.quickLinks { width: 100%; overflow: auto; }

#mapDirections {  }
#map-canvas { border: 1px solid #555; height: 400px; }
#direction_pane {  }

.roundHeadshot { float: none; margin: 0 auto 10px auto; }
.caption {
	padding-top: 0;
}

@media (max-width: 767px) {
	.officers .thumbnail { min-height: 210px; text-align: center; }
}




