@charset "UTF-8";
/* CSS Document */

.iframe-rwd  {
position: relative;
padding-bottom: 65.25%;
padding-top: 30px;
height: 0;
overflow: hidden;
}
.iframe-rwd iframe {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}

.front-map-wrap {width:92%; margin:6% 4% 1% 4%;}

.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px; height: 0; overflow: hidden;
}

.video-container iframe,
.video-container object,
.video-container embed {
	position: absolute;
	top: 0;
	width: 88%;
	height: 96%;
	margin: 0 6% 0 6%;
}

#CTA2mainmid{
	background-color: #847857;
	color: white;
	border-left: 2px solid;
	border-right: 2px solid;
	border-bottom: 2px solid;
	padding: 5px 0 12px 20px;
	position: relative;
	bottom: 0px;
	border-color: #283847;
}


.img-wrap {
	float: left;
	margin: 0 9px 0 8px;
}


.p-hide {}

@media only screen and (max-width: 600px) {.p-hide {display:none;}

}


.phone-show {}

@media only screen and (min-width: 600px) {.phone-show {display:none;}

}


ul.mobilestuff  {list-style-type: none; width:98%; margin:1% 1% 0 1%;
}

ul.mobilestuff li {
	width:48%;
	display:inline;
	padding:0;
	margin:0 .5%;
}

ul.mobilestuff img {width:48%;}

@media only screen and (min-width: 600px) {ul.mobilestuff {display:none;}
}