/* DCWD Custom CSS - Cause this theme uses LESS :( */
/*  SECTIONS  */
.section {
	clear: both;
	padding: 0px;
	margin: 0px;
}

/*  COLUMN SETUP  */
.col {
	display: block;
	float:left;
	margin: 1% 0 1% 1.6%;
}
.col:first-child { margin-left: 0; }

/*  GROUPING  */
.group:before,
.group:after { content:""; display:table; }
.group:after { clear:both;}
.group { zoom:1; /* For IE 6/7 */ }

/*  GRID OF TWO  */
.span_2_of_2 {
	width: 100%;
}
.span_1_of_2 {
	width: 49.2%;
}

.map-mountain-west:hover {
	color: #14939b;
}

footer .maphilighted ,#region-img-footer, #regionmapfooter {
	width: 300px !important;
	height: 214px !important;
	background-size: 300px 214px !important;
}

/*  GO FULL WIDTH AT LESS THAN 480 PIXELS */

@media only screen and (max-width: 480px) {
	.col { 
		margin: 1% 0 1% 0%;
	}
}

@media only screen and (max-width: 480px) {
	.span_2_of_2, .span_1_of_2 { width: 100%; }
}

@media only screen and (max-width: 600px) {
	#main .maphilighted, #region-img, #regionmap {
		width: 380px !important;
		height: 271px !important;
		background-size: 380px 271px !important;
	}

}

@media only screen and (max-width: 480px) {
	#main .maphilighted, #region-img, #regionmap {
		width: 300px !important;
		height: 214px !important;
		background-size: 300px 214px !important;
	}
}