@charset "utf-8";
/* CSS Document */
.locationsOS{
    max-width: 900px;
    margin: 0 auto;
	padding: 30px 0;
}

    .locationsOS .locationMap {
        height: 840px;
        width: 100%;
    }

	.locationsOS .locationMap svg {
		max-width: 100%;
	}

	.locationMap svg .towns polygon, .locationMap svg .towns polyline {
		fill: #0372b9;
		fill-opacity: 0.68;
		stroke: #23356c;
		stroke-miterlimit: 10;
	}

	.locationMap svg .towns:hover polygon, .locationMap svg .towns:hover polyline {
		fill: #BE1E2D !important;
		cursor: pointer;
	}

	.locationMap #desktop-map text {
		font-family: "Source Sans Pro", sans-serif;
		font-size: 14px;
		fill: #ffffff;
	}

	.locationMap #desktop-map .map-poi {
		font-size: 16px;
		fill: #231f20;
	}


.locationsOS .locationMap #map{ width:100%;height:100%; }
.locationsOS .locationMap .mapOverlay{z-index:5000;background-color:#55dabf;width:100%;height:41px;position:relative;margin-top:-41px;}
.locationsOS .locationMap .mapOverlay .selectTitle{
	line-height:41px;	
	height:42px;
	color:#ffffff;
	font-family: 'Source Sans Pro', sans-serif;
	font-size:15px;
	border-bottom: 7px solid #2abb9d;
	padding: 0px 17px;
	cursor:pointer;
	
}
.locationsOS .locationMap .mapOverlay .selectTitle .selectTitleContent{
	background-image:url(/images/site/upArrow.png);
	background-repeat:no-repeat;
	background-position:100% 50%;
}
.locationsOS .locationMap .mapOverlay .selectTitle.active .selectTitleContent{
	background-image:url(/images/site/downArrow.png);
	background-repeat:no-repeat;
	background-position:100% 50%;
}
.locationsOS .locationMap .mapOverlay .selectList{
	position:absolute;
	height:437px;
	width:100%;
	margin-top:-437px;
	overflow:auto;
	background-color:#ffffff;
	display:none;
	border:1px solid #efefef;
	border-bottom:none;
	padding:13px 0px 0px 0px;
}
.locationsOS .locationMap .mapOverlay .selectList .locationListItem{
	line-height:27px;	
	color:#891924;
	font-family: 'Source Sans Pro', sans-serif;
	font-size:15px;
	padding: 0px 17px;
}
.locationsOS .locationMap .mapOverlay .selectList .locationListItem:hover{
	text-decoration:underline;
}

.infowindow {
	height: auto;
	padding: 10px 0;
}

.infowindow .title {
	font-size: 16px;
	font-family: "Droid Sans", sans-serif;
	margin-bottom: 10px;
	color: #0077c0;
}
.infowindow .image{}
.infowindow .textwrapper{}
.infowindow .textwrapper .text{
	font-family: 'Source Sans Pro', sans-serif;
	font-size:15px;
}
.infowindow .textwrapper .text p{ margin:0px;padding:0px;line-height:1.4em;}
.infowindow a{ color:#ed1c24;}

#mobile-map {
	display: none;
}

@media(max-width:767px){
	.locationsOS .locationMap { height: auto; }
	.locationsOS .locationMap {width:100%; }

	#mobile-map {
		display: block;
		max-width: 100%;
		max-height: 100%;
	}

	#desktop-map {
		display: none;
	}
}
