<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
/* ---------------------------------------------------------
   2. General reset
   ---------------------------------------------------------*/
/*
 * set default text color
 * set default font size, line height and font family
 * set default background
 */
body {
	margin:0;
	color:#363636;
	font:14px/20px 'open_sansregular', Arial, Helvetica, sans-serif;
	background:#fff;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: none;
	min-width:320px;
	height:100%;
}
* {max-height: 10000px;}
img {border-style:none;}
/* set styles for default page links */
a {
	text-decoration:none;
	color:#fab02c;
	outline:none;
}
a:hover {text-decoration:underline;}
a:active {background-color: transparent;}
/* set default styles in all browsers */
input,
textarea,
select {
	font:100% Arial, Helvetica, sans-serif;
	vertical-align:middle;
	color:#464646;
	outline:none;
}
form, fieldset {
	margin:0;
	padding:0;
	border-style:none;
}
header, footer, article, section, nav, figure, aside, main { display: block; }
figure { margin:0; padding:0; }
input [type="email"], input [type="tel"], input[type="search"], input[type="text"], input[type="password"], input[type="file"], input[type="submit"], textarea, input.form-control {-webkit-appearance:none;}
html{height:100%;}

/* ---------------------------------------------------------
	3. Ð¡ommon site styles
	---------------------------------------------------------*/


/* main navigation styles */
.main-nav {float:right;}
.main-nav ul {
	margin: 0;
	padding: 0;
	list-style: none;
	float: left;
}
.main-nav li {
	float:left;
	margin-left:31px;
	font-size:13px;
}
.main-nav li a {
	display:block;
	color:#fff;
	margin:31px 0 32px;
}
.main-nav li.quote {
	background:#fab02c;
	margin-right:-9999px;
	padding:31px 9999px 32px 30px;
}
.main-nav li.quote a {
	display:block;
	color:#fefefe;
	padding-right:28px;
	text-transform:uppercase;
	margin:0;
	font-family:'open_sanssemibold', Arial, Helvetica, sans-serif;
	position:relative;
}
.main-nav li.quote a:after {
	position:absolute;
	top:4px;
	right:0;
	width:15px;
	height:13px;
	content:"";
	background:url(/realestate/images/arrow1.png) no-repeat;
}
/* page introductory content styles */
.intro {
	position:relative;
	height:595px;
	margin:-83px 0 20px;
	padding: 0 60px;
	overflow:hidden;
}
.intro .bg-stretch {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	z-index:-1;
	overflow:hidden;
}
.intro .center {
	padding:132px 0 0;
	max-width:1020px;
	margin:0 auto;
	overflow:hidden;
}
.intro .text {
	float:left;
	width:49%;
	margin-top:101px;
	font-size:25px;
	line-height:36px;
	font-family:'open_sanslight', Arial, Helvetica, sans-serif;
}
.intro .text p {margin:0 0 27px;}
.intro .text h1 {
	margin:0 0 9px -4px;
	font-size:50px;
	line-height:60px;
	font-weight:normal;
}
.btn {
	display:inline-block;
	vertical-align:top;
	color:#363636;
	font-size:18px;
	line-height:24px;
	text-transform:uppercase;
	background:#fab02c;
	padding:13px 28px 12px;
	border-radius:8px;
	box-shadow:0 3px 0 #d1d1d1;
	-webkit-box-shadow:0 3px 0 #d1d1d1;
	background-clip: padding;  
	-moz-background-clip: padding;  
	-webkit-background-clip: padding;
}
.btn-more:after {
	display:inline-block;
	vertical-align:middle;
	width:15px;
	height:13px;
	content:"";
	background:url(/realestate/images/arrow4.png) no-repeat;
	margin:-3px -4px 0 8px;
}
.intro .btn {
	color:#fff;
	padding:15px 20px 13px;
	box-shadow:0 3px 0 #cd8e1d;
	-webkit-box-shadow:0 3px 0 #cd8e1d;
	font-family:'open_sansregular', Arial, Helvetica, sans-serif;
	margin:0 15px 15px 0;
	line-height:30px;
}
.intro .btn-black {
	background:#363636;
	box-shadow:0 3px 0 #202020;
	-webkit-box-shadow:0 3px 0 #202020;
	background-clip: padding;  
	-moz-background-clip: padding;  
	-webkit-background-clip: padding;
}
.intro .btn-black:after,
.intro .btn-play:after {
	display:inline-block;
	vertical-align:middle;
	width:31px;
	height:31px;
	content:"";
	background:url(/realestate/images/arrow2.png) no-repeat;
	margin:-6px 1px 0 16px;
}
.intro .btn-play:after {
	background:url(/realestate/images/arrow3.png) no-repeat;
	margin:-6px 0px 0 13px;
}
.intro .photo-holder {
	float:right;
	width:50%;
	height:463px;
	position:relative;
}
.intro .photo-holder img {
	max-width:100%;
	position:absolute;
	bottom:0;
	right:0;
}
/* main content styles */
.content-section {
	padding:30px 60px;
	overflow:hidden;
}
.content-section p {margin:0 0 20px;}
.content-section.alt {
	background:#f0f0f0;
	padding:58px 60px 52px;
}
.content-section .center {
	max-width:1020px;
	margin:0 auto;
}
.content-section h1,
.top-section h1 {
	font:50px/62px 'open_sanslight', Arial, Helvetica, sans-serif;
	margin:0 0 34px;
	text-align:center;
}
.top-section h1 {
	font-size:60px;
	line-height:64px;
	text-transform:uppercase;
	margin-bottom:29px;
}
.content-section h1.uppercase{text-transform:uppercase;}
.content-section h1:after,
.top-section h1:after {
	display:block;
	width:152px;
	height:6px;
	background:#fab02c;
	content:"";
	margin:27px auto 0;
}
.content-section h1.uppercase:after {margin-top:17px;}
.top-section h1:after {margin-top:24px;}
.content-section h2 {
	font:30px/36px 'open_sanslight', Arial, Helvetica, sans-serif;
	text-align:center;
	margin:0 0 23px;
}
.content-section h3 {
	font:28px/32px 'open_sanslight', Arial, Helvetica, sans-serif;
	text-align:center;
	margin:0 0 2px;
	color:#000;
}
.top-section {
	padding:0 60px;
	position:relative;
	/*margin:-83px 0 0;*/
	color:#fff;
}
.top-section .bg-stretch {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:595px;
	z-index:-1;
	overflow:hidden;
}
.top-section .center {
	max-width:1020px;
	margin:0 auto;
    padding-top:83px;
	/*margin:0 auto 83px auto;*/
}
.top-section p {margin:0 0 20px;}
.top-section .intro-text {
	color:#fff;
	padding-bottom:8px;
}
/* features styles */
.features-list {
	margin:0 -32px;
	overflow:hidden;
	padding:25px 0 0;
}
.feature-block {
	float:left;
	width:27.4%;
	margin:0 2.9% 57px;
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	text-align:left;
	border:1px solid #e3e3e3;
	padding:20px 25px;
	text-align:center;
	border-radius:5px;
	color:#818181;
	font-size:13px;
	line-height:15px;
}
.feature-block p {margin:0 0 15px;}
.feature-block h2 {
	color:#363636;
	font-size:20px;
	line-height:24px;
	font-weight:normal;
	margin:0 0 11px;
	text-transform:uppercase;
}
.feature-block .icon {
	white-space:nowrap;
	height:86px;
	margin-bottom:31px;
}
.feature-block .icon img {
	display:inline-block;
	vertical-align:bottom;
}
.feature-block .icon:after {
	width:1px;
	margin:0 -5px 0 0;
	content:"";
	height:86px;
	display:inline-block;
	vertical-align:bottom;
}
.intro-text {
	max-width:600px;
	margin:0 auto 20px;
	color:#717171;
	font-size:15px;
	line-height:18px;
	text-align:center;
}
.intro-text .btn-holder {padding:23px 0 34px;}
/* visual block styles */
.sites-visual {
	position:relative;
	border-bottom:1px solid #fff;
	margin-bottom:57px;
}
.sites-visual img {
	display:block;
	width:100%;
}
.sites-visual:after {
	position:absolute;
	bottom:-1px;
	left:-53px;
	right:-53px;
	content:"";
	background:url(/realestate/images/sites-shadow.png) no-repeat 50% 100%;
	background-size:contain;
	z-index:10;
	height:34px;
}
/* property list styles */
.property-list {
	border:solid #ddd;
	border-width:1px 0;
	overflow:hidden;
	padding:41px 0 22px;
	margin-bottom:47px;
}
.property-list ul {
	float:left;
	margin: 0;
	padding: 0;
	list-style: none;
	float: left;
	width: 50%;
}
.property-list li {
	font-size:16px;
	display:table;
	margin-bottom:20px;
	width:98%;
}
.property-list li span {
	display:table-cell;
	vertical-align:middle;
}
.property-list li .icon {
	padding-right:20px;
	width:44px;
}
.property-list li .icon img {vertical-align:top;}
.heading {
	text-align:center;
	color:#888;
	font-size:16px;
	line-height:24px;
}
.heading p {margin:0;}
/* image gallery styles */
.photo-gallery {
	overflow:hidden;
	height:190px;
	margin:0 0 40px;
}
.photo-gallery ul {
	margin:0 -400px;
	padding: 0;
	list-style: none;
	text-align:center;
	line-height:0;
	font-size:0;
}
.photo-gallery li {
	display:inline-block;
	vertical-align:top;
}
/* contact form styles */
.content-form {
	border:1px solid #e2e2e2;
	background:#f7f7f7;
	width:365px;
	padding:20px 50px;
	margin:0 auto 47px;
	border-radius:5px;
	color:#5f5f5f;
	font-size:15px;
}
.intro-text + .content-form {margin-top:40px;}
.content-form .control-label {
	display:inline-block;
	vertical-align: top;
	margin-bottom:7px;
}
.content-form span.control-label {display:block;}
.content-form .control-label.left {
	float:left;
	width:240px;
	line-height:44px;
	margin:0;
}
.content-form .form-control {
	display:block;
	width:100%;
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	border:1px solid #e1e1e1;
	color:#464646;
	border-radius:4px;
	font-size:15px;
	line-height:20px;
	height:45px;
	padding:11px 10px 12px;
	background-clip: padding-box;
	-webkit-background-clip: padding-box;
	overflow:hidden;
	background:#fff;
}
.content-form textarea.form-control {
	height:155px;
	min-height:45px;
	resize:vertical;
	overflow:auto;
}
.content-form .form-control.small {
	float:right;
	width:104px;
}


.content-form .form-row {margin:0 -10px;}
.content-form .form-group:after,
.content-form .form-row:after {
	display:block;
	content:"";
	clear:both;
}
.content-form .form-group {margin-bottom:19px;}
.content-form .form-row .form-group {
	float:left;
	width:182px;
	margin:0 10px 18px;
}
.content-form .form-section {
	border-bottom:1px solid #dcdcdc;
	padding:19px 0 0;
}
.content-form .form-group:first-child .control-label {margin-top:-7px;}
.content-form .form-group:first-child .control-label.left,
.content-form .form-row .form-group:first-child .control-label {margin-top:0;}
.content-form .total-row {
	overflow:hidden;
	color:#4d4d4d;
	font-size:19px;
	line-height:24px;
	font-family:'open_sansemibold', Arial, Helvetica, sans-serif;
	padding:14px 0 15px;
}
.content-form .total-row .title {
	font-weight:normal;
	float:left;
}
.content-form .total-row .value {
    float:right;
    color:#be4232;
}

.content-form .total-row .old  { 
float:right;
text-decoration : line-through; 
color : #535353; 
padding-right : 20px; 
} 
.content-form.alt .total-row {padding:7px 0 21px;}
.content-form .btn-submit {
	border:none;
	width:100%;
	display:block;
	border-radius:7px;
	font-size:25px;
	text-transform:uppercase;
	color:#fff;
	font-family:'open_sansbold', Arial, Helvetica, sans-serif;
	line-height:40px;
	padding:5px 10px;
	height:54px;
	box-shadow:0 3px 0 #cd8e1d;
	-webkit-box-shadow:0 3px 0 #cd8e1d;
	cursor:pointer;
}
.content-form.alt {
	/*width:384px;*/
    width:467px;
	padding:15px 40px 19px;
	font-size:14px;
	margin-bottom:79px;
}
.content-form.alt .control-label {margin-bottom:6px;}
.content-form.alt .form-group {margin-bottom:18px;}
.content-form.alt .form-section {
	padding:15px 40px;
	margin:0 -40px 17px;
}
.coupon {
	border:1px dashed #6d6d6d;
	border-radius:7px;
	background:#fff;
	font-size:15px;
	padding:14px 55px 15px 16px;
	position:relative;
	margin:23px 0 25px;
	overflow:hidden;
}
.coupon a {
	color:#676767;
	text-decoration:underline;
}
.coupon a:hover {text-decoration:none;}
.coupon:after {
	position:absolute;
	content:url(/realestate/images/ico-coupon.png);
	top:12px;
	right:17px;
}
.file {
	color: #505050;
	min-height: 31px;
	padding: 7px 12px 7px 10px;
	background:#ededeb;
	position: relative;
	overflow:hidden;
	margin:15px 0 0;
}
.file .file-btn {
	background: url(/realestate/images/ico-file.png) no-repeat;
	float: left;
	height: 16px;
	margin: 7px 8px 0 0;
	overflow: hidden;
	text-indent: -9999px;
	width: 8px;
}
.file-bar:after {
	border:4px solid #fff;
	border-color: rgba(255, 255, 255, 0) #FFFFFF rgba(255, 255, 255, 0) rgba(255, 255, 255, 0);
	content: "";
	height: 0;
	margin-top: -4px;
	position: absolute;
	right: 100%;
	top: 50%;
	width: 0;
}
.file-bar {
	background:#fff;
	border-radius: 2px;
	display: inline-block;
	font-size:9px;
	line-height:19px;
	font-family:'open_sanslight', Arial, Helvetica, sans-serif;
	list-style: none;
	margin: 0;
	padding: 5px 2px;
	position: relative;
	text-transform: uppercase;
	vertical-align: top;
}
.file li:after {
	background:#505050;
	content: "";
	height: 9px;
	left: 0;
	margin-top: -5px;
	position: absolute;
	top: 50%;
	width: 1px;
}
.file li:first-child:after {display:none;}
.file li {
	float: left;
	padding: 0 9px 0 10px;
	position: relative;
}
.file a {color: #505050;}
.file a:hover,
.file .input-holder:hover a {
	color: #000;
	text-decoration:none;
}
.file-bar .drag-drop {
	background:#F5F5F5;
	border: 1px dashed #b1b1b1;
	box-shadow: none;
	cursor: default;
	float: left;
	line-height:19px;
	height: 19px;
	padding: 0 9px;
	text-transform: uppercase;
	white-space: nowrap;
	width: 82px;
}
.file .input-holder {
	position:relative;
	overflow:hidden;
}
.file .fileupload {
	border:none;
	cursor: pointer;
	height: 13px;
	left: 0;
	position: absolute;
	top: 0;
	opacity:0;
	width: 40px;
	z-index:2;
	overflow:hidden;
}
.file .attach-list {
	margin:0;
	overflow:hidden;
	padding:0;
	list-style:none;
}
.file .attach-list li{
	height: 28px;
	overflow: hidden;
	margin: 12px 12px 0 0;
	background: rgba(0, 0, 0, .04);
	-webkit-border-radius: 2px;
	border-radius: 2px;
	padding: 0 34px 0 12px;
	position: relative;
	float:left;
	max-width:100%;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	line-height:28px;
}
.file .attach-list li span{
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 33%;
	background: rgba(0, 0, 0, .07);
	content: '';
}
.file .attach-list li:after {
	display:none;
}
.file .attach-list li .remove{
	position: absolute;
	width: 12px;
	height: 12px;
	top: 7px;
	right: 10px;
	text-indent: -999em;
	outline: none;
	background: url(/realestate/images/ico-close.png) no-repeat 50% 50%;
	cursor: pointer;
}
.link-box {
	display:none;
	padding-bottom:10px;
}
.link-box:after {
	display:block;
	content:"";
	clear:both;
}
.link-box .txt-holder {
	float:left;
	padding:0 40px 0 0;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	width:100%;
}
.content-form .link-box .form-control {
	padding:5px 10px;
	height:32px;
}
.link-box .btn {
	float:right;
	margin:0 0 0 -40px;
	font-size:12px;
	line-height:24px;
	padding:4px 10px;
}
.agent .title {
	display:block;
	font-size:bold;
	font-weight:normal;
	font-family:'open_sansbold', Arial, Helvetica, sans-serif;
	text-transform:uppercase;
	text-align:center;
	overflow:hidden;
	padding:16px 0 23px;
}
.agent .title span {
	padding:0 16px;
	position:relative;
}
.agent .title span:before,
.agent .title span:after {
	position:absolute;
	top:50%;
	width:300px;
	height:1px;
	background:#5f5f5f;
	content:"";
	margin-top:1px;
}
.agent .title span:before {right:100%;}
.agent .title span:after {left:100%;}
.agent + .agent {margin-top:-6px;}
/* slide block holder styles */
.extras {
	background:#ececec;
	border:1px solid #dcdcdc;
	border-radius:5px;
	margin:12px 0 18px;
	background-clip: padding;  
	-moz-background-clip: padding;  
	-webkit-background-clip: padding;
}
.extras .title {
	padding:11px 10px 12px 13px;
	overflow:hidden;
	font-family:'open_sansbold', Arial, Helvetica, sans-serif;
	text-transform:uppercase;
}
/* slide block opener styles */
.extras .opener {
	float:right;
	width:20px;
	height:19px;
	text-indent:-9999px;
	overflow:hidden;
	background:url(/realestate/images/btn-opener.png) no-repeat;
	margin-top:1px;
}
/* slide block styles */
.extras .slide ul {
	border-top:1px solid #dcdcdc;
	padding:18px 25px 21px 22px;
	margin:0;
	list-style: none;
}
.extras .slide li {
	color:#353535;
	padding:0 0 5px 25px;
}
.extras .slide input[type="checkbox"] {
	margin:0 8px 0 -25px;
	width:13px;
	height:13px;
}
.extras .slide .form-control {margin-top:10px;}
.three-col .form-control {
	float:left;
	width:121px;
	margin:0 0 0 10px;
}
.three-col .form-control.two-col-index {width:233px;}
.three-col .form-control.two-col {width:252px;}
.three-col .control-label {float:left;}
.three-col .control-label + .form-control {
	margin:0;
	clear:both;
}
.content-form .note {color:#e69b15;}
.content-form .counter {
	display:block;
	margin:6px 0 -2px 2px;
}

#check_url_status {
padding-left:2px;
}
#check_url_availability {
 padding-left:1px;
 cursor:pointer;
 /*text-decoration: underline;*/
}
.check_url {
    font-size:14px;
    margin-left:0px;
}

/* tooltip styles */
.tooltip-opener {
	/*float:right;*/
	/*width:13px;
	height:12px;*/
	text-indent:-9999px;
	overflow: hidden;
	/*background:url(/realestate/images/ico-info.png) no-repeat;*/
	/*margin-top:7px;*/
	cursor:pointer;
}
.tooltip-text {
	font-size:12px;
	padding:2px 5px;
	background:#a0a0a0;
	color:#fff;
	border-radius:4px;
	position:relative;
}
.tooltip-text:after {
	position:absolute;
	content:"";
	top: 100%;
	right:10px;
	border: solid transparent;
	height: 0;
	width: 0;
	border-color: rgba(160, 160, 160, 0);
	border-top-color: #a0a0a0;
	border-width: 5px;
}
/* footer styles */
#footer {
	background:#363636;
	overflow:hidden;
	text-align:center;
	color:#fff;
	font-size:13px;
	width:100%;
	overflow:hidden;
	display:table-footer-group;
}
.f1{
	height:1%;
	display:table-row;
}
.f2{
	display:table-cell;
	padding:0 60px;
}
#footer .center {
	max-width:1020px;
	margin:0 auto;
}
#footer .phone {
	display:inline-block;
	vertical-align:top;
	font:30px/47px 'open_sansbold', Arial, Helvetica, sans-serif;
	padding-left:60px;
	background:url(/realestate/images/ico-phone.png) no-repeat;
	margin:27px 0 23px;
}
.footer-nav {
	margin: 0 0 25px;
	padding: 0;
	list-style: none;
}
.footer-nav li {display:inline;}
.footer-nav li:before {
	content:" | ";
	margin:0 1px;
}
.footer-nav li:first-child:before {display:none;}
.footer-nav li a {color:#fff;}
.copyright {
	background:#252525;
	padding:13px 60px;
	margin:0 -60px;
	color:#686868;
	font-size:12px;
}
.copyright a {color:#686868;}
/* accessibility links styles */
.accessibility{
	position:absolute;
	left:-10000px;
	top:auto;
	width:1px;
	height:1px;
	overflow:hidden;
}
.accessibility:focus{
	position:static;
	width:auto;
	height:auto;
}

/* ----- jbar ---------- */
.zip_result{
	padding:3px;
}

.notification-prepended {
}
.notification-prepended-red {
    color:#be4232;
}

.hidden  { 
 display : none !important ; 
}

.coupon-label {
 padding-top:8px;
}

#credit_card_error {
padding-bottom:20px;
}

#credit_card_error img {
width:24px;
height:24px;
vertical-align:middle;
}

#notify {
 line-height:20px;
 width:320px;
 float:left;
}
.notify-img{
 float:left;
 margin:0 5px 0 0;
 padding-bottom:1px;
}
.notify-txt{
 margin-top:15px;
}
.photo-group {
 box-sizing:border-box;
 -webkit-box-sizing:border-box;
 -moz-box-sizing:border-box;
 border:1px solid #e1e1e1;
 color:#464646;
 border-radius:4px;
 font-size:10px;
 padding:5px 5px 5px;
 background-clip: padding-box;
 -webkit-background-clip: padding-box;
 overflow:hidden;
 background:#fff;
}
.tabs {
 width:100%;
 display:inline-block;
}
.tab-links {
 margin-left: -5px;
 margin-top: -5px;
 padding: 0;
}
.tab-links:after {
 display:block;
 clear:both;
 content:'';
}
.tab-links li {
 margin:0px 5px;
 float:left;
 list-style:none;
}
.tab-links a {
 padding:9px 15px;
 display:inline-block;
 background:#ececec;
 font-size:16px;
 font-weight:600;
 color:#4c4c4c;
 transition:all linear 0.15s;
}
.tab-links a:hover {
 background:#a7cce5;
 text-decoration:none;
}
.tabs li.active a, li.active a:hover {
 background:#4c4c4c;
 color:#fff;
}
.tab-content {
/*padding:15px;
  border-radius:3px;
  box-shadow:-1px 1px 1px rgba(0,0,0,0.15);
  background:#fff;*/
}
.tab {
 display:none;
}
.tab.active {
 display:block;
}
.suggestion-container {
 /* border-bottom: 1px solid #bbb;*/
 width: 100% !important;  
 padding: 2px;
}
#account_name_list .twitter-typeahead { width: 100%; }
.allign-txt-ckbx {
 padding-left:3px;
 vertical-align: bottom;
}
.img_desc {
 font-size:10px;
}
.img_desc_holder {
 padding-top: 1px;
}
.ui-state-default {
 background:none;
}
.img_wrapper{
 position: relative;
 padding-top: 50%;
 overflow: hidden;
}
.img_wrapper img{
 position: absolute;
 top: 0;
 width: 93%;
 opacity: 0;
 -webkit-transition: opacity 150ms;
 -moz-transition: opacity 150ms;
 -ms-transition: opacity 150ms;
 transition: opacity 150ms;
}
.img_wrapper.loaded img{
 opacity: 1;
}

/* ---------------------------------------------------------
   5. Styles for Responsive web design
   ---------------------------------------------------------*/

/* styles for screens 1000px wide and narrower */
@media only screen and (max-width:1000px) {
	.intro .text {margin-top:50px;}
}
/* styles for screens 767px wide and narrower */
@media only screen and (max-width:767px) {
	#header {padding:0 10px;}
	.intro,
	.content-section,
	.content-section.alt,
	.f2,
	.top-section {
		padding-left:20px;
		padding-right:20px;
	}
	.copyright {
		padding:13px 20px;
		margin:0 -20px;
	}
	.logo-holder {
		padding-right:15px;
		margin-right:0;
	}
	.intro .text {
		width:100%;
		margin:0 0 30px;
	}
	.intro .photo-holder {display:none;}
	.intro {height:auto;}
	.features-list {margin:0 -20px;}
	.feature-block {
		margin:0 4.5% 35px;
		width:41%;
	}
}
/* styles for screens 670px wide and narrower */
@media only screen and (max-width:670px) {
	.property-list ul {
		float:none;
		width:auto;
	}
	.main-nav li {margin-left:20px;}
	.main-nav li.quote {padding-left:15px;}
}
/* styles for screens 530px wide and narrower */
@media only screen and (max-width:530px) {
	.logo-holder {
		float:none;
		margin-right:-10px;
	}
	.main-nav li {margin-left:28px;}
	.main-nav ul {margin-left:-25px;}
	.intro .text h1 {
		font-size:40px;
		line-height:46px;
	}
	.content-section h1 {
		font-size:40px;
		line-height:46px;
	}
	.feature-block {
		margin:0 10% 30px;
		width:80%;
	}
	.content-section {padding:15px 20px;}
	.content-section.alt {padding:30px 20px;}
	.content-form,
	.content-form.alt {width:auto;}
	.content-form .control-label.left {
		float:none;
		width:auto;
		line-height:20px;
	}
	.content-form .control-label.mobile-hidden {display:none;}
	.content-form .form-group:first-child .control-label.left {margin-top:-7px;}
	.content-form .form-control.small {
		float:none;
		width:100%;
	}
	.content-form .form-row .form-group {
		float:none;
		width:auto;
	}
	.three-col .form-control {
		float:none;
		width:100%;
		margin:10px 0 0;
	}
	.three-col .form-control.two-col {width:100%;}
}
/* styles for screens 479px wide and narrower */
@media only screen and (max-width:479px) {
	.content-form,
	.content-form.alt {padding:10px 15px;}
	.content-form.alt .form-section {
		padding:15px;
		margin:0 -15px 17px;
	}
	.content-form.alt {
		padding-bottom:20px;
		margin-bottom:47px;
	}
	.file li {padding:0 4px 0 5px;}
	.file-bar .drag-drop {padding:0 5px;}
	.file {
		padding:5px 4px;
		margin:10px -10px 0 -4px;
	}
	.file-bar {padding:5px 0;}
}</pre></body></html>