.ccm-block-hero-image h2 {
	text-align: center;
	color:#fff;
	font-size: 2vw;
	text-shadow: 0.25vw 0.25vw 1vw #000;
}
.ccm-block-hero-image h2 strong {
	font-size: 5vw;
}
.ccm-block-hero-image span.looking {
	color: #fff;
	font-size: 30px;
	line-height: 40px;
	display:inline-block;
	position:relative;
	top: 7px;
	right: 10px;
}
.ccm-block-hero-image select {
	height: 40px;
	line-height: 24px;
	padding: 8px;
	border: 0px;
	position:relative;
	top: 1px;
}
@media (max-width: 768px) {
	.ccm-block-hero-image form {
		text-align: center;
	}
	.ccm-block-hero-image select {
		display:block;
	}
}
.directory h3 {
	margin-top:25px;
}