.locationsOS {
	margin-bottom: 50px;
}

.locationsOS .locationListItem {
	text-decoration:none;
	display:block;
}
.locationsOS .locationItem {
	background:#e5f2ff;
	border:1px solid #e5f2ff;
	margin: 0 0 30px 0;
}

.locationsOS .locationImage {
	width:100%;
	height:155px;
	background:#ffffff;
	background-repeat:no-repeat;
	background-position:center center;
    background-size: cover;
}

.locationsOS .locationContent {
	padding: 15px 12px 30px 12px;
}

.locationsOS .locationName {
	font-size:17px;
	color:#00457d;
	font-weight:700;
	margin-bottom:2px;
}

.locationsOS .locationAddress, .locationsOS .locationCity {
	color:#4f4f4f;
}

.locationMap {
	margin-left:-30px;
	margin-right:-30px;
}

#map {
	height:340px;
}

@media (max-width: 767px){
	.locationsOS {margin-bottom: 30px;}
	.locationMap {margin-left:-15px; margin-right:-15px;}
}