/*MODULE TITLE*/

#location_info {
	margin: 35px 0px;
}
#location_info p{
	font-size: 13px;
	margin: 0px 0px 9px 0px;
	padding-top: 0px;
	line-height: 1.4;
}
.location_contact_left, .two_locations_col_1 {
	float: left;
	width: 45%;
	/* This may cause float trouble in smaller areas… */
	margin-right: 20px;
}
.location_description, .two_locations_col_2 {
	float: right;
	width: 45%;
	margin-top: 20px;
}
/* If two locations, adjust floating */
.two_locations_col_2 {
	margin-top: 0px !important;
}
.two_locations .location_contact_left {
	float: none !important;
	width: 100% !important;
}
.two_locations .location_description {
	float: none !important;
	width: 100% !important;
	margin-top: 20px;
}

.multiple_locations {
	width: 100%;
	float: none;
	margin-top: 25px;
	display: block;
	border-top: 1px solid #EEE;
	padding-top: 15px;
}

#location_title {
	color: #999;
}

.end_address {
	width: 215px;
}

#map_container {
	min-height: 320px;
}
.location_svc_map {
	height: 320px;
}

@media (max-width:768px) {

	._location .location_svc_map {
		left:   0 !important;
	}
	/*._location .location_svc_directions {
		top:    350px !important;
		height: 320px;
	}*/
	#map_container {
		min-height: 670px;
	}
}