<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
/************************************************************************************
smaller than 1200
*************************************************************************************/
@media screen and (max-width: 1200px) {
	
	.headercontainer {
		width: 		100%;
	}
	
	.navcontainer{
		width:		100%;
	}
	
	.homecontentcontainer{
		width: 		100%;
	}
	.contentcontainer{
		width: 		100%;
		padding: 	0 20px;
	}
	
	.homeslideshowcontainer{
		width: 		100%;

	}
	
	.footerlowercontainer{
		width: 		100%;
	}
	
	.cap-bot figcaption { left: 0; top: 88%;} /* 310px this - % adjusts the starting location */
}

/************************************************************************************
smaller than 980
*************************************************************************************/
@media screen and (max-width: 960px) {

	.bodycontainer {
		width: 100%;
	}
		
	#menu li{
		text-align:left;
	}
	
	.imagegallerythumbnail{
		width:33%;
	}
	
	
	/* featured comms */
	figure:first-child{
		 margin: 0 2%; 
	}
	figure:nth-of-type(4),figure:nth-of-type(5){
		 margin: 0 2%;
	}
	figure {
		margin: 0 2%;
		width:46%;
		text-align:center;
		overflow: visible;
		height:auto;
		
	}
	.figureimage{
		background: #e1e1e1;
		width:100%;
	}
	figcaption{
		position: static;
		margin-bottom: 10px;
	}
	
	.cap-bot:before { top: 0; left: 10px; } /* 20px */
	.cap-bot figcaption { left: 0; top: 100%;} /* 310px this - % adjusts the starting location */
	.cap-bot:hover figcaption { top: 100%; } /* 260px */
	.featuredclear{	
		clear:		both;
	}
	
	
}


/************************************************************************************
smaller than 950
*************************************************************************************/
@media screen and (max-width: 950px) {
	.communitybox.half{
		width:100%;
		float:none;
 		 margin:5px 0;
	}
	

	
	#map_canvas { 
	 	width: 80%;
		margin: 0 auto;
	}
	
	.beige{ /* beight button on community and maybe model detail pages */
		width:100%;
		float:none;
	}
	
	.blue{ /* blue button */
		width:100%;
		}
	
	.tagline{
		font-size:1.2em;
		}

	
}

/************************************************************************************
smaller than 900
*************************************************************************************/
@media only screen and (max-width : 900px),
only screen and (max-device-width : 900px){
		
	
	.slideshowcentered{
		float:none; 
		width:100%;
	}
}

/************************************************************************************
smaller than 850
*************************************************************************************/
@media screen and (max-width: 850px) {
	.brochuredataleft{
		width:12%;
	}
	.brochuredataright{
		width:88%;
	}

}

/************************************************************************************
smaller than 800
*************************************************************************************/
@media screen and (max-width: 800px) {
	
	.tagline{
		display:none;
	}
	
	.logocontainer{
		width:				100%;
		margin:				0 auto;
		float:				none;
		text-align:			center;
	}
	
	.headercontainer{
		height:				auto;
	}
	
	.headernav{
		text-align:center;
		width:100%;
		height:				auto; /* same height as the logo file */
		padding-bottom:10px;
	}
	.headernavitem {
		margin-top: 0;
	}
	
}

/************************************************************************************
smaller than 850
*************************************************************************************/
@media screen and (max-width: 850px) {
.responsive-tabs div{
	height:		950px;
	min-height:	950px;
}

}

/************************************************************************************
smaller than 750
*************************************************************************************/
@media screen and (max-width: 750px) {
.responsive-tabs div{
	height:		850px;
	min-height:	850px;
}

}
/************************************************************************************
smaller than 650
*************************************************************************************/
@media screen and (max-width: 675px) {
	
	
	
	
	
	.halfcontent {
		width:	100%;
		float:	none;
	}
	
	.halfcontentpadded {
		width:	100%;
		float:	none;
	}
	
	.halfcontentpaddedfull{
		width:	100%;
		float:	none;
	}
	
	.halfcentered{
		width:100%;
	}
	
	.contentcommunityleft {
		width:	100%;
		float:	none;
		padding:		0 0 10px 10px;
	}
	
	.contentcommunityright {
		width:	100%;
		float:	none;
	}
	
	.twothirdscontent {
		width:	100%;
		float:	none;
	}
	
	.onethirdcontent {
		width:	100%;
		float:	none;
	}
	
	.onethirdcontentcolored {
		width:	90%;
		float:	none;
		margin: 0px auto;
	}
	
	.subpagebody{
		float:none;
		width:100%;
	}
	
	.subpagenav {
		float:none;
		width:100%;
		margin-top:0;
		padding-bottom:3px;
		padding-top:2px;
	}
	
	.subnavheader{
		display: none;
	}
	
	.subpagenav{
		background:none;
	}
	
	.articleleft{
		float:none;
		width:100%;
		padding:0;
	}
	
	.articleright{
		float:none;
		width:100%;
	}
	
	subnav ul     { display: none; }
  	subnav select { display: inline-block; }

	.tablewide{
		display:none; 
	}

	.tablenarrow{
		 display:block; 
	}
	
	
	 #map_canvas { 
		 	height: 350px; 
	        width: 90%;
			
			}
		
	.communitylistleft, .communitylistright, .communitylistbuttons{
		float:		none;
		width:		100%;
		text-align:	center;	
		padding:0 ;
	}
	.communitylistbuttons{
		padding: 0;
	}
	
	.modellistleft, .modellistright, .modellistbuttons{
		float:		none;
		width:		100%;
		text-align:	center;	
		padding:0 ;
	}
	.modellistbuttons{
		padding: 0;
	}
}

/************************************************************************************
smaller than 575
*************************************************************************************/
@media screen and (max-width: 595px) {
	.breadcrumbs {
		display:	none;
		}	

	.brochuredataleft{
		width:20%;
	}
	.brochuredataright{
		width:80%;
	}
		
	.footeruppercontainer{
		width: 		100%;
	}
	
	.videoholder1, .videoholder2{
		width:100%;
		float:none;
		padding:0;
		padding-bottom:20px;
	}
	
	
	.responsive-tabs div{
	height:		700px;
	min-height:	700px;
}
}


/************************************************************************************
smaller than 525
*************************************************************************************/
@media screen and (max-width: 525px) {

	html {
		-webkit-text-size-adjust: none;
	}
	
	.nivo-caption{
		font-size: 1.5em;
	}
	
	
	#formcenter{
		width:100%;
	}
	
	.largenav{
		width:100%;
	}
	
	.imagegallerythumbnail{
		width:50%;
	}
	
	.imageright{
		display:none;
	}
	
	.formleft{
		width:100%;
		float: none;
	}
	
	.imagehider{
		display:none;
	}
	
	.brochureonethird{
		float:none;
		width:100%;
		text-align:center;
		margin: 0 auto;
		padding-right:0;
	}	

	.brochuretwothird{
		float:none;
		width:100%;
		text-align:center;
		margin: 0 auto;
	}	
}


/************************************************************************************
smaller than 420 
*************************************************************************************/
@media screen and (max-width: 420px) {
	.imagegallerythumbnail{
		width:100%;
	}
	
	.halfcontentcommunity{
		float:		none;
		width:		100%;
		margin-bottom: 10px;
		padding-bottom: 0;
	}
	.nivo-caption{
		font-size: 1.0em;
	}
	
}

/************************************************************************************
smaller than 320 
*************************************************************************************/
@media screen and (max-width: 320px) {
	.responsive-tabs div{
	height:		325px;
	min-height:	325px;
}

	.brochuredataleft{
		width:100%;
		float:none;
	}
	.brochuredataright{
		width:100%;
		float:none;
	}
}


img {
	max-width: 100%;
	height: auto;
	width: auto\9; /* ie8 */
}

.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;
	left: 0;
	width: 100%;
	height: 100%;
}

.video-wrapper {
	width: 420px;
	max-width: 100%;
}


@media screen and (min-width: 675px) {
	.showsmall{
		display:	none;
	}
	.showlarge{
		display:	inline-block;
	}
}

@media screen and (max-width: 675px) {
	.showsmall{
		display:	inline-block;
	}
	.showlarge{
		display:	none;
	}
}</pre></body></html>