
/* Mapbox Map Feature Styles */

	#mapbox-map																	{ width: 100%; height: 662px; position: relative; }
	#mapbox-map div.location-map												{ width: 100%; height: auto; top: 0px; bottom: 0px; position: absolute; text-align: left; }
	#mapbox-map div.marker														{ background-size: cover; cursor: pointer; }
	#mapbox-map div.marker.office												{ margin-left: -23px; margin-top: -58px; width: 46px; height: 58px; background-image: url('../images/map-pin.png'); background-size: 100% auto; }

/* 800px Resolution Specific Styles */

	@media only screen and (min-width: 0px) and (max-width: 800px) {

	/* Mapbox Map Feature Styles */

		#mapbox-map																{ height: 480px; }

	}
