<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  font-family: Arial, Helvetica, sans-serif;
}
  
html {
	-webkit-text-size-adjust: none;
	-ms-text-size-adjust: none;
}

body {
    background-color: #e6bb83;
	background-image: url("../images/bg.png");
	background-position: center top;
	background-repeat: repeat-y;
	font-family: Arial, Helvetica, sans-serif;
}

a { color: #00285E; }

.clear {
	clear: both;
	height: 0;
	line-height: 0;
	margin: 0;
	padding: 0;
}

h1, h2 {
	border-bottom: 2px solid #00703c;
	color: #00703c;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 130%;
	font-style: italic;
	font-weight: normal;
	margin: 0 0 .625em;
}

h3 {
	color: #8CC63E;
	font-size: 115%;
	font-weight: normal;
	text-transform: uppercase;
}

p {
	line-height: 125%;
	margin: 0 0 0.938em;
}

.last {
	margin: 0 !important;
}

.ui-loader {
	display: none;
}

.ui-page {
	text-shadow: none;
}

.red {
	color: #F00;
}

.community-link {
	font-size: 90%;
}

/* ----- Header Styling ----- */

.header {
	border-bottom: 0.313em solid #572700;                  
	position: relative;
	width: 100%;
}

.home .header {
}

.drill .header {
}

.header .logo {
	height: 3.688em;
	width: 10em;
	padding: 0.750em 0 0;
}

.header .logo img {
}

.drill .header .logo {
	height: 2.5em;
	margin: 0 auto;
	padding: 0.313em 0;
	width: 5.063em;
}

.header .tour-number {
	color: #572700;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.125em;
	font-style: italic;
	position: absolute;
	right: 0.750em;
	text-align: right;
	bottom: 0.5em;
	width: 50%;
}

/*@media screen and (min-width: 425px) and (max-width: 1000px) {
	.header .tour-number {
		font-size: 1.5em;
		line-height:1.25em;
	}
}*/

.header .tour-number a {
	border-left: 1px solid #b15c11;
	border-right: 1px solid #b15c11;
	color: #b15c11;
	font-style: normal;
	font-weight: normal;
	padding: 0 0.5em;
	text-decoration: none;
}

.header .back-button, .header .menu-button {
	position: absolute;
	top: 0.625em;
	width: 73px;
}

.header .back-button {
	left: .75em;
}

.header .menu-button {
	cursor: pointer;
	right: .75em;
}

.header .menu {
	border-top: 0.313em solid #572700;
	display: none;
}

/* ----- Content Styling ----- */

.content {
	background-color: #fff;
}

.home .content {
}

.drill .content {
	padding: 0.75em;
}

.drill .content p {
	font-size: 0.750em;
}

.home .content .main-nav a, .drill .header .menu a {
	background-image: -moz-linear-gradient(top, #99500f, #b15c11 100%);
    background-image: -ms-linear-gradient(top, #99500f, #b15c11 100%);
	background-image: -o-linear-gradient(top, #99500f, #b15c11 100%);
	background-image: -webkit-linear-gradient(top, #99500f, #b15c11 100%);
	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#99500f), to(#b15c11));
	border-top: 1px solid #000;
	color: #fff;
	display: block;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.125em;
	font-style: italic;
	margin: 0;
	padding: 0.750em;
	position: relative;
	text-align: left;
	text-decoration: none;
}

.home .content .main-nav a:hover, .drill .header .menu a:hover {
	color: #572700;
}

.home .content .main-nav a .arrow, .drill .header .menu a .arrow{
	background-image: url("../images/arrow.png");
	background-position: left top;
	background-repeat: no-repeat;
	background-size: 100% auto;
	display: inline;
	height: 0.750em;
	position: absolute;
	right: 0.750em;
	top: 1em;
	width: 0.5em;
}

/* Homepage Slider */

.home .slider {
	border-bottom: 0.313em solid #572700;
	display: block;
	height: 150px;
	overflow: hidden;
	width: 100% !important;
}

.home .slider img {
	width: 100% !important;
}

/* Photo Gallery Styling */

.photoswipe-wrapper {
	display: block;
}

.gallery { list-style: none; padding: 0 !important; margin: 0 !important; }
.gallery:after { clear: both; content: "."; display: block; height: 0; visibility: hidden; }
.gallery li { float: left; width: 50%; }
.gallery li a { display: block; margin: 5px; }
.gallery li img { display: block; width: 100%; height: auto; }

.case-study {
	text-align: center;
}

.case-study a.study-link {
	background-image: -moz-linear-gradient(top, #005581, #0073AE 100%);
    background-image: -ms-linear-gradient(top, #005581, #0073AE 100%);
	background-image: -o-linear-gradient(top, #005581, #0073AE 100%);
	background-image: -webkit-linear-gradient(top, #005581, #0073AE 100%);
	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#005581), to(#0073AE));
	border: 2px solid #005581;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	color: #fff;
	display: block;
	font-size: 18px;
	font-weight: bold;
	margin: 0 0 20px;
	padding: .75em;
	text-decoration: none;
}

/* Floor Plans Styling */

.drill .content #floor-plan-gallery li {
	margin-bottom: 25px;
}

.drill .content #floor-plan-gallery #maple {
	padding: 3% 0;
}

.drill .content #floor-plan-gallery #redwood {
	padding: 29% 0;
}

.drill .content #floor-plan-gallery p {
	color: #5d3709;
	font-size: 0.750em;
	line-height: 0.875em;
	text-align: center;
}

/* Apartment Features Styling */

.drill .content .apt-features:after { clear: both; content: "."; display: block; height: 0; visibility: hidden; }

.drill .content .apt-features {
	margin: 0.75em 0 0;
}

.drill .content .apt-features ul {
	font-size: 0.750em;
	padding: 0 1.05em 0 1.25em;
}

.drill .content .apt-features p {
	font-size: 0.750em;
}

.drill .content .disclaimer {
	font-size: 0.750em;
	font-style: italic;
	margin: 0.625em 0 0;
}

/* Contact Form */

.contact-form {
}

.contact-form form {
	width: 100%;
}

.contact-form form .small {
	display: block;
	font-size: .75em;
	margin: 0 0 .625em;
}

.contact-form form .formRow {
	margin: 0 0 .625em;
	width: 100%;
}

.contact-form form .formRow label {
	font-size: .875em;
	margin: 0 0 .313em;
}

.contact-form form .formRow input, .contact-form form .formRow textarea {
	border: 1px solid #888;
	font-size: .75em;
	height: 1em;
	padding: .313em;
	width: 96%;
}

.contact-form form .formRow textarea {
	font-family: Arial, Helvetica, sans-serif;
	height: auto;
}

.contact-form form .formRow, .contact-form form .formRow label, .contact-form form .formRow input, .contact-form form .formRow textarea {
	float: left;
}

.contact-form form .submit {
	background-color: #012A56;
	border: 0;
	color: #fff;
	cursor: pointer;
	display: block;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: .938em;
	height: auto;
	padding: .313em .625em;
	text-align: left;
	width: auto !important;
}

/* ----- Footer Styling ----- */

.footer {
	border-top: 0.313em solid #572700;
	color: #572700;
	padding: 0 0 1.25em;
	position: relative;
}

.footer a {
	color: #572700;
	text-decoration: none;
}

.footer .logo {
	left: 0.75em;
	position: relative;
	top: .5em;
	width: 4.063em
}

.footer .address {
	font-size: 0.5em;
    left: 11em;
    position: relative;
    top: -3.7em;
	width: 12.5em;
}

.footer .psl-eho {
	left: 0.75em;
	position: relative;
	top: -1.25em;
	width: 4.563em;
}

.footer .dcmd {
	left: 5.75em;
	position: relative;
	top: -7.456em;
	width: 4.563em;
}

.footer .pol-green {
	left: 5.5em;
	position: relative;
	top: -7.3em;
	width: 1.568em;
}

.footer .social-icons {
	position: absolute;
	right: 0.75em;
	top: .5em;
}

.footer .social-icons img {
	width: 1.813em;
}

.footer .social-icons #facebook {
	position: absolute;
	right: 2.1em;
	top: 0;
}

.footer .social-icons #twitter {
	position: absolute;
	right: 0;
	top: 0;
}

.footer .social-icons #satisfacts {
	position: absolute;
	right: .1em;
	top: 2em;
	width:3.7em;
}

.footer .social-icons #psl-icon {
	position: absolute;
	right: .1em;
	top: 3.4em;
	
}

.footer .social-icons #psl-icon img {
	width:3.7em;
}

.footer .full-site {
	font-size: 0.65em;
    position: absolute;
    right: 1.25em;
    top: 8em;
}

.footer .mms {
	font-size: 0.313em;
	margin: 0 0 2em;
	position: absolute;
	right: 2.85em;
	top: 20em;
}
	</pre></body></html>