:root {
  --primary: 0,88,55;
  --secondary: 89,178,231;
  --lt-green: #b7e0ce;
  --yellow: #EEB310;
  --font-body: 'Archivo', Helvetica, sans-serif;
  --font-header: 'Droid Serif', Times, serif;
  --font-script: 'Baginda', cursive;
  --font-condensed: 'Archivo Condensed', sans-serif;
}

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
html{line-height:1.15;-webkit-text-size-adjust:100%}body{margin:0}main{display:block}h1{font-size:2em;margin:0.67em 0}hr{box-sizing:content-box;height:0;overflow:visible}pre{font-family:monospace, monospace;font-size:1em}a{background-color:transparent}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}b,strong{font-weight:bold}code,kbd,samp{font-family:monospace, monospace;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-0.25em}sup{top:-0.5em}img{border-style:none}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;line-height:1.15;margin:0}button,input{overflow:visible}button,select{text-transform:none}[type="button"],[type="reset"],[type="submit"],button{-webkit-appearance:button}[type="button"]::-moz-focus-inner,[type="reset"]::-moz-focus-inner,[type="submit"]::-moz-focus-inner,button::-moz-focus-inner{border-style:none;padding:0}[type="button"]:-moz-focusring,[type="reset"]:-moz-focusring,[type="submit"]:-moz-focusring,button:-moz-focusring{outline:1px dotted ButtonText}fieldset{padding:0.35em 0.75em 0.625em}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}progress{vertical-align:baseline}textarea{overflow:auto}[type="checkbox"],[type="radio"]{box-sizing:border-box;padding:0}[type="number"]::-webkit-inner-spin-button,[type="number"]::-webkit-outer-spin-button{height:auto}[type="search"]{-webkit-appearance:textfield;outline-offset:-2px}[type="search"]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}details{display:block}summary{display:list-item}template{display:none}[hidden]{display:none}
* {box-sizing:border-box}
.small{font-size:80%}
/* ==========================================================================
 FONTS
 ========================================================================== */
@font-face {
	 font-family: 'Baginda';
	 src: url('fonts/BagindaScript.woff2') format('woff2'),
	 	  url('fonts/BagindaScript.woff') format('woff');
	 font-weight: normal;
	 font-style: normal;
 }
@font-face {
    font-family: 'Droid Serif';
	src: url('fonts/DroidSerif.woff2') format('woff2'),
		 url('fonts/DroidSerif.woff') format('woff');
    font-weight: 400;
    font-style: normal;
}
@font-face {
	font-family: 'Droid Serif';
	src: url('fonts/DroidSerif-Italic.woff2') format('woff2'),
		 url('fonts/DroidSerif-Italic.woff') format('woff');
	font-weight: 400;
	font-style: italic;
}
@font-face {
	font-family: 'Archivo Condensed';
	src: url('fonts/Archivo_Condensed-Regular.woff2') format('woff2'),
		 url('fonts/Archivo_Condensed-Regular.woff') format('woff');
	font-weight: 400;
	font-style: normal;
}
@font-face {
    font-family: 'Archivo Condensed';
    src: url('fonts/Archivo_Condensed-Italic.woff2') format('woff2'),
		 url('fonts/Archivo_Condensed-Italic.woff') format('woff');
    font-weight: 400;
    font-style: italic;
}
@font-face {
	font-family: 'Archivo Condensed';
	src: url('fonts/Archivo_Condensed-Bold.woff2') format('woff2'),
		 url('fonts/Archivo_Condensed-Bold.woff') format('woff');
	font-weight: 700;
	font-style: normal;
}
@font-face {
    font-family: 'Archivo';
    src: url('fonts/Archivo-Regular.woff2') format('woff2'),
         url('fonts/Archivo-Regular.woff') format('woff');
    font-weight: 400;
    font-style: normal;
}
@font-face {
	font-family: 'Archivo';
	src: url('fonts/Archivo-SemiBold.woff2') format('woff2'),
		 url('fonts/Archivo-SemiBold.woff') format('woff');
	font-weight: 500;
	font-style: normal;
}
@font-face {
	font-family: 'Archivo';
	src: url('fonts/Archivo-Bold.woff2') format('woff2'),
		 url('fonts/Archivo-Bold.woff') format('woff');
	font-weight: 700;
	font-style: normal;
}

/* ==========================================================================
 STRUCTURE
 ========================================================================== */
.span_12_of_12 {
	width: 100%;
}
.span_11_of_12 {
  	width: 91.53%;
}
.span_10_of_12 {
  	width: 83.06%;
}
.span_9_of_12 {
  	width: 74.6%;
}
.span_8_of_12 {
  	width: 66.13%;
}
.span_7_of_12 {
  	width: 57.66%;
}
.span_6_of_12 {
  	width: 49.2%;
}
.span_5_of_12 {
  	width: 40.73%;
}
.span_4_of_12 {
  	width: 32.26%;
}
.span_3_of_12 {
  	width: 23.8%;
}
.span_2_of_12 {
  	width: 15.33%;
}
.span_1_of_12 {
  	width: 6.866%;
}
body {
  font-family: var(--font-body);
  font-size: calc(15px + 0.390625vw);
}
.right-side {
	text-align: left;
	padding-left: 1%;
}
.left-side {
	text-align: right;
	padding-right: 1%;
}
.mobile-logo,
.mobile {
	display: none;
}
/* ==========================================================================
 TYPOGRAPHY
========================================================================== */
p {
	 margin: 0 0 1em 0;
	 line-height: 1.6em;
	 font-weight: 200;
}
.main .span_8_of_12 p {
	padding-right: 15px;
}
ul {
	 font-weight: 200;
}
h1 {
	 color: rgb(var(--primary));
	 font-weight: 200;
	 font-family: var(--font-header);
	 font-size: 3rem;
}
.home h1 {
	 margin: 0 0 20px 0;
	 line-height: 1.6em;
	 font-weight: 200;
}
.communities h1 {
	margin-top: 0;
}
h2 {
  font-size: 2.4rem;
  font-family: var(--font-body);
  font-weight: 200;
  color: rgb(var(--primary));
  margin-bottom: 6px;
}
h2.script,
.home h2.script {
	  font-family: var(--font-script);
	  line-height: 1em;
}
.home h2 {
	 font-size: 4.12rem;
	 font-family: var(--font-header);
	 color: rgb(var(--secondary));
	 width: 100%;
	 margin: 0 auto;
	 text-align: center;
}
h3 {
	 font-size: 1.65rem;
	  font-family: var(--font-header);
	  color: rgb(var(--secondary));
	  margin: 0 auto;
	  text-align: left;
}
.home h3 {
	 text-align: center;
}
h4 {

}
h5 {
	 font: normal 700 1.62rem/1em var(--font-body);
	 color: black;
}
h6 {
	font: normal 700 1.12rem/1em var(--font-condensed);
	color: rgb(var(--primary));
}
a {
	 color: rgb(var(--primary));
	 text-decoration: underline;
}
a:visited {
	  color: rgb(var(--primary));
	  text-decoration: underline;
}
a:hover,
a:active {
	  color: rgb(var(--secondary));
	  text-decoration: underline;
}
a.fill {
	 border: 1px solid rgb(var(--secondary));
	 background-color: rgb(var(--secondary));
	 color: white;
	 text-decoration: none;
	 transition: background-color 215ms,border-color 215ms;
}
a.fill:hover,
a.fill:active {
	 border: 1px solid rgb(var(--secondary));
	 background-color: transparent;
	 color: rgb(var(--secondary));
}
 a.outl {
	 border: 1px solid rgb(var(--secondary));
	 background-color: transparent;
	 color: rgb(var(--secondary));
	 text-decoration: none;
	 transition: background-color 215ms,border-color 215ms;
 }
 a.outl:hover,
 a.outl:active {
	 border: 1px solid rgb(var(--secondary));
	 background-color: rgb(var(--secondary));
	 color: white;
 }
 .villas a.outl {
	 background-color: white;
 }
.villas a.outl:hover,
.villas a.outl:active {
	  border: 1px solid rgb(var(--secondary));
	  background-color: rgb(var(--secondary));
	  color: white;
}
.villas a.fill:hover,
.villas a.fill:active {
	   border: 1px solid rgb(var(--secondary));
	   background-color: white;
	   color: rgb(var(--secondary));
}

/* ==========================================================================
 HEADER + NAV
 ========================================================================== */
 #banner {
	 background-color: rgb(var(--primary));
	 height: 37px;
	 width: 100%;
	 padding: 5px 0 10px 0;
	 overflow: hidden;
	 color: white;
	 font-family: var(--font-body);
	 font-weight: 200;
	 text-align: center;
	 font-size: 1.2rem;
 }
 #banner img {
	 height: 18px;
	 position: relative;
	 top:4px;
	 width: auto;
 }
 header {
	 text-align: center;
 }
.home header,
header {
  background: url(img/header-bg-home.webp) no-repeat;
  background-size: cover;
  width: 100%;
  height: 90vh;
  padding-bottom: 110px;
}
header section {
  background: url(img/header-shape.svg) center no-repeat;
  width: 100%;
  top: 24px;
  height: 223px;
  text-align: center;
  position: relative;
  background-size: cover;
}
header .phone {
	font-family: var(--font-header);
	color: rgb(var(--secondary));
	font-size: 1.7rem;
}
header .phone a {
	color: var(--yellow);
	text-decoration: none;
}
.logo {
	margin: 0 auto;
	height: 90px;
	position: absolute;
	top: 80px;
	left: 50%;
	transform: translate(-50%, 0);
}
.logo a {
	display: inline-block;
	height: 100%;
}
.logo img {
	height: 100%;
	width: auto;
}
nav {
	position: relative;
	top: 120px;
}
nav ul {
	list-style: none;
	padding: 0 15%;
	margin: 0 auto;
	display: flex;
	flex-flow: row nowrap;
	justify-content: space-around;
	column-gap: 32px;
}
nav li {
	margin-top: 22px;
	position: relative;
	padding-bottom: 20px;
}
nav li.parent a {
	padding-right: 20px;
	background: no-repeat right/15px url("icons/chevron-down.svg");
}
nav li.parent ul a {
	background: none;
	padding-right: 0;
}
li.logo-left {
	padding-right: 200px
}
li.logo-right {
	padding-left: 200px
}
nav a {
	font: normal 1.75rem/1em var(--font-condensed);
	color: rgb(var(--primary));
	text-decoration: none;
}
nav a:visited {
	color: rgb(var(--primary));
	text-decoration: none;
}
nav a:hover,
nav a:active {
	color: rgb(var(--primary));
	opacity: 0.6;
	text-decoration: none;
}
nav li.active a {
	color: rgb(var(--secondary));
}
nav li ul {
	width: 200px;
	background-color: white;
	flex-flow: column nowrap;
	position: absolute;
	text-align: left;
	padding: 0 10px 20px 15px;
	top: 2.45rem;
}
nav li ul li {
	display: block;
	margin-top: 5px;
	padding-bottom: 5px;
}
nav li ul a {
	font-size: 85%;;
}
nav li.active ul a {
	color: rgb(var(--primary));
}
nav li.active ul a:hover {
	opacity: 0.6
}
#mobile-header {
	display: none;
}

header p {
	font-size: 11.56rem; /*1156%*/
	font-family: var(--font-script);
	line-height: 1em;
	text-align: center;
	color: rgb(var(--primary));
	text-shadow: -1.782px 0.908px 8.73px rgba(255, 255, 255, 0.73);
	padding: 0 1%;
	margin: 25px auto 10px auto;
	/*margin-bottom: 0;*/
}
.communities header p {
	margin-top: 400px;
}
.faqs header p {
	margin-top: 200px;
}
/* ==========================================================================
 MAIN CONTENT
 ========================================================================== */
.main {
	padding: 80px 9.6%;
}
.main.flex {
	justify-content: space-between;
	align-items: flex-start;
}
.main.bottom {
	padding-top: 0;
}
.primary {
	max-width: 991px;
	width: 100%;
}
.home .main .span_7_of_12 {
	padding-right: 1%;
}
.home .main ul:before {
	content:attr(aria-label);
	color: rgb(var(--primary));
	font-family: var(--font-body);
	font-weight: 700;
	top: -28px;
}
.home .main .left-side ul:before {
	right: 0;
}
.home .main li {
	margin: 0 0 20px 0;
}
.home .main ul {
	margin-top: 20px
}
.home .main ul li:first-child {
	margin-top: 6px;
}
.home .main .right-side ul {
	margin-bottom: 50px;
}
.main ul.community-list {
	list-style: none;
	padding: 0;
	margin: 0 0 40px 0;
	font: normal 1.5rem/1em var(--font-body);
	position: relative;
}
.main ul.community-list li {
	line-height: 1.2em;
}
.main ul.community-list li em {
	font-size: 90%;
}
.main ul.list {
	list-style: initial circle;
	margin-left: 40px;
}
.main ul::before{
	content:attr(aria-label);
	color: black;
	font-style: normal;
	font-size: 80%;
	position: absolute;
	top: -12px;
}
.main .activities ul,
.main .amenities ul {
	columns: 2 auto;
	list-style: outside;
	color: rgb(var(--primary));
	font: normal 1.75rem var(--font-condensed);
	margin-left: 22px;
}
.main ul.double li {
	padding-right: 10px;
}
.main li {
	margin: 0 0 10px 0;
}
.divider {
	width: 100%;
	margin: 0 0 30px 0;
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
	align-items: center;
}
.divider hr {
	flex: 0 1 32%;
	overflow: visible; /* For IE */
	padding: 0;
	border: none;
	border-top: 1px solid rgb(var(--primary));
}
.divider span {
	font: normal 2.5rem/2em var(--font-condensed);
	color: rgb(var(--primary));
}
.locations,
.properties,
.testimonials {
	flex-flow: row wrap;
	justify-content: space-between;
	margin-top: 80px;
}
.locations a:link {
	color: black;
}
.locations a:hover {
	color: rgb(var(--primary));
}
.locations strong {
	font-weight: 500;
}
.property.span_3_of_12 {
	background-color: white;
	box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.4);
	width: 100%;
	position: relative;
	overflow: hidden;
	/* margin-bottom: 80px; *//*This is optional*/
	display: flex;
	flex-direction: column;
	align-items: stretch;
}
.property img.thumb {
	width: 100%;
}
.property div {
	padding: 0 3.8% 25px 3.8%;
}
.property h5 {
	text-align: center;
	margin-bottom: 20px;
}
.property p{
	padding-left: 30px;
	position: relative;
	color: rgb(var(--secondary));
	font-size: 1.25rem;
	margin-bottom: 50px;
	text-align: left;
}
.property p::before {
	content: '';
	background: url(icons/location-dot.svg) no-repeat;
	width: 18px;
	height: 24px;
	position: absolute;
	left: 0;
	top: 4px;
}
.property ul {
	margin: 25px 0 40px 0;
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
	align-items: flex-start;
	padding: 0;
	list-style: none;
}
.home .property ul:before {
	display: none;
}
.property li {
	width: 25%;
	text-align: center;
	margin: 0;
}
.home .property ul li:first-child {
	margin-top: 0;
}
.property li img {
	height: 60px;
}
.property li .number {
	display: block;
}
.property h6,
.property-details h6 {
	margin: 0 auto 10px auto;
}
.number {
	color: rgb(var(--primary));
	font-weight: 500;
}
.property .button {
	width: 95%;
	background-color: rgb(var(--primary));
	color: white;
	border: 1px solid rgb(var(--primary));
	margin: 1rem auto 0 auto;
	text-decoration: none;
}
.property .button:hover {
	width: 90%;
	background-color: transparent;
	color: rgb(var(--primary));
}
.button svg {
	fill: white;
	height: 45%;
	width: auto;
	margin: -2px 0 0 10px;
}
.button:hover svg {
	fill: rgb(var(--primary));
}
.contact-us {
	width: 100%;
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
	align-items: flex-start;
	margin: 46px 0;
	padding: 35px 9.6%;
	border: 2px solid rgb(var(--primary));
	border-left: 0 none;
	border-right: 0 none;
	background-color: rgba(var(--primary), 0.1);
}
.contact-us .intro {
	width: 28%;
}
.contact-us form {
	width:70%
}
.contact-us form div {
	width: 30%;
}
.contact-us form div.bottom {
	width: 100%;
	text-align: right;
}
.contact-us form div.select {
	width: 100%;
	margin-bottom: 10px;
}
.contact-us fieldset {
	border: 0 none;
	display: inline-block;
	padding-left: 0;
	margin-top: 5px;
	width: 100%;
}
.contact-us fieldset legend {
	font: italic normal 1.5rem/1em var(--font-condensed);
	display: block;
	padding: 3px 15px 0 0;
}
.contact-us form div:nth-child(1) {
	display: flex;
	flex-flow: column wrap;
	justify-content: space-between;
}
.fancy-form input[type=radio]+label {
	display: inline;
	margin: 0 55px 20px 0;
}
/*.contact-us form div:nth-child(2) {
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
	align-content: center;
}*/
.contact-us h3 {
	font: italic normal 2.4rem/1em var(--font-header);
	color: rgb(var(--primary));
	margin: 0;
	text-align: left;
}
.contact-us p {
	margin: 5px 0;
}
.contact-us form {
	margin: 0;
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
	align-items: flex-start;
}
.contact-us input[type=text],
.contact-us input[type=tel],
.contact-us input[type=email] {
  width: 100%;
  padding: 6px 5px 5px 10px;
  margin-bottom: 15px;
  height: 54px;
  font-size: 100%;
  color: black;
  border: 1px solid rgb(var(--primary));
}
.contact-us input[type=text]:focus,
.contact-us input[type=tel]:focus,
.contact-us input[type=email]:focus {
	border: 1px solid rgb(var(--secondary));
}
.contact-us input[type=submit],
button.g-recaptcha {
	border: 1px solid rgb(var(--primary));
	padding: 5px 10px;
	font-family: var(--font-header);
	font-size: 1.75rem;
	color: rgb(var(--primary));
	width: 30%;
	height: 55px;
	background-color: transparent;
	margin-top: 25px;
	cursor: pointer;
}
.contact-us input[type=submit]:hover,
button.g-recaptcha:hover {
	border: 1px solid rgb(var(--primary));
	background-color: rgb(var(--primary));
	color: white;
}
input::placeholder,
textarea::placeholder {
	color: #666;
}
.testimonials h2 {
	text-align: center;
	font-size: 4.12rem;
	margin: 0 auto 10px;
}
.testimonials img {
	height: auto;
	max-height: none;
	margin-bottom: 0;
}
.testimonials .divider hr {
	flex: 0 1 28%;
}
.quote {
	background: white url(img/quote.svg) 13px -19px no-repeat;
	background-size: 45%;
	border: 1px solid rgb(var(--primary));
	box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.4);
	width: 30%;
	padding: 24px;
}
.quote p {
	font: italic normal 1.25rem/1.2em var(--font-header);
}
.quote p.name {
	text-align: right;
	color: rgb(var(--primary));
	font: normal 700  1.25rem/1.2em var(--font-body);
}
.contentInPopup {
	text-align: center;
}
video {
	width: 95%;
}
ul {
	margin: 16px 0;
	padding-left: 25px;
	line-height: 1.5em;
}
li {
	margin-bottom: 5px;
}
li::marker {
	color: rgb(var(--primary));
}

.map {
	width: 100%;
	height: 500px;
	border: 0 none;
}
.map1 {
	max-width: 1300px;
}
#map-wrap {
	width: 100%;
	height: 0;
}
.leaflet-control-attribution a[title="A JavaScript library for interactive maps"],
.leaflet-control-attribution span {
	display: none;
}
img {
	width:100%
}
/* ==========================================================================
 SECONDARY
 ========================================================================== */
.grid {
	display: grid;
	grid-template-columns: repeat(2,minmax(0,1fr));
	grid-template-rows: auto;
	border: 1px solid rgb(var(--primary));
	margin: 0 auto 2rem auto;
	padding: 1rem 1rem 1rem 0;
	width: 80%;
}
.items-center {
	width: 100%;
	padding: 0.5rem;
}
.items-center ul,
ul.features {
	display: grid;
	grid-template-columns: repeat(2,minmax(0,1fr));
	margin: 0;
	margin-bottom: 1rem;
	padding: 0;
	list-style: none;
}
.items-center ul:before {
	content: '';
	display: none;
}
.items-center ul img,
ul.features img {
	width: 3rem;
	margin-right: 1rem;
	height: auto;
	max-width: 100%;
}
.items-center ul li.flex {
	align-items: center;
	justify-content: normal;
}
.items-center ul li p,
ul.features li p {
	margin: 0;
}
.flex {
	display: flex;
}
.flex-c {
	display: flex;
	flex-flow: column nowrap;
}
.flex.stretch {
	align-items: stretch;
}
.flex.wrap {
	flex-wrap: wrap;
}
.flex.between {
	justify-content: space-between;
}
p.details {
	font-size: 90%;
}
.flex a.flex {
	flex: 0 0 48%;
	align-items: center;
	justify-content: center;
	max-width: 48%;
	padding: 0 0.5rem;
	height: 60px;
	text-decoration: none;
	text-align: center;
}
.button {
	display: flex;
	width: 45%;
	margin: 1rem auto;
	padding: 0 0.5rem;
	height: 60px;
	text-decoration: none;
	text-align: center;
	justify-content: center;
	align-items: center;
}
video+p {
	margin-top: 45px;
}

.mapouter{
	position:relative;
	text-align:right;
	width: 100%;
	height: 400px;
	border: #ccc solid 1px;
	margin: 20px 0;
	overflow:hidden;
}
.something-here div.gmap_canvas {
	width: 100%;
	height: 100%;
}
#gmap_canvas {
	width: 100%;
	height: 100%;
}
.contact h2.script {
	margin-bottom: 8px;
}
/* ==========================================================================
 COMMUNITIES
 ========================================================================== */
.communities header {
   background: url(img/header-bg-community.webp) 0 -100px no-repeat;
   background-size: cover;
   width: 100%;
   height: auto;
   /*height: 80vh;*/
   height: 95vh;
   /*padding-bottom: 110px;*/
}
.communities .main.flex {
	align-items: flex-start;
	justify-content: space-between;
	flex-flow: row wrap;
}
.communities section.flex {
	 flex-flow: column wrap;
}
.tools {
	 width: 100%;
	 border: 1px solid rgb(var(--primary));
	 padding: 15px 10px;
	 margin: 25px 0;
	 display: flex;
	 flex-flow: row wrap;
	 justify-content: flex-start;
	 align-items: center;
}
.tools span {
	 color: rgb(var(--primary));
	 margin-right: 15px;
}
.tools a {
	 margin-right: 25px;
	 color: black;
	 text-decoration: none;
	 width: auto
}
.tools a.active {
	color: rgb(var(--primary));
}
.tools svg {
	height: 25px;
	width: auto;
	position: relative;
	top: 4px;
}
.tools a.active svg {
	fill: rgb(var(--primary));
}
.communities .property {
	 width: 100%;
	 display: flex;
	 flex-flow: row wrap;
	 justify-content: space-between;
	 align-items: flex-start;
	 border: 1px solid rgb(var(--secondary));
	 margin-bottom: 60px;
}
.communities .property div {
	 padding: 0 0 20px 15px;
	 width: 55%;
}
.communities .property div.photo {
	width: 40%;
	overflow: hidden;
	padding: 0;
}
.communities .property h5 {
	 margin-top: 20px;
	 text-align: left;
}
.communities .property img {
	 width: auto;
}

.communities .property img[alt="Town Center Pointe"] {
	position: relative;
	left: -50%;
}

.communities .property ul {
	width: 90%;
}
.communities .property .button {
	 width: 95%;
	 background-color: transparent;
	 color: rgb(var(--primary));
	 border: 1px solid rgb(var(--primary));
	 margin: 1rem 0 0 0;
	 text-decoration: none;
}
.communities .property .button:hover {
	 background-color: rgb(var(--primary));
	 color: white;
}
.communities .property .button svg {
	fill: rgb(var(--primary));
}
.communities .property .button:hover svg {
	fill: white;
}
.communities .property div.cta-contact {
  background-color: rgb(var(--secondary));
  width: 100%;
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  align-items: center;
  height: auto;
  padding: 10px 2%;
}
.cta-contact h6 {
	color: white;
	font: normal normal 1.75rem/1.2em var(--font-condensed);
	display: inline;
	margin: 0 38px 0 0;
}
.cta-contact p {
	color: white;
	font: normal 700 1.875rem/1.2em var(--font-condensed);
	display: inline;
	margin: 0;
	padding: 0;
}
.cta-contact p::before {
	display: none;
}
.cta-contact a {
	text-decoration: none;
	margin-right: 12px;
	color: white;
	white-space: nowrap;
}
.cta-contact span {
	text-align: left;
	font-weight: 700;
	margin-right: 20px;
}
.cta-contact img {
	filter: invert(100%);
	margin-right: 3px;
	position: relative;
	top: 7px;
	height: 32px;
}
.communities div.cta-contact img {
	width: auto;
}
.span_4_of_12.sidebar {
	width: 28%;
}
.sidebar {
	margin-top: 46px;
}
.form {
	border: 1px solid rgb(var(--primary));
	padding: 10px 30px 35px 30px;
	margin-bottom: 45px;
	/*width: 27%;*/
	width: 100%;
}
.sidebar h3 {
	font: italic normal 2.5rem/1.6em var(--font-header);
	color: rgb(var(--primary));
	margin: 0;
}
.sidebar p {
	line-height: 1.2em;
	margin-bottom: 6px;
}
section.span_4_of_12.sidebar header {
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
	align-items: center;
	height: auto;
	background: none;
}
.sidebar h4 {
	font-family: var(--font-condensed);
	padding: 0;
}
.sidebar svg {
	width: 26px;
	height: auto;
	fill: rgb(var(--primary));
	position: relative;
	top: 5px;
}
.sidebar a {
	display: block;
	margin: 10px 0;
	text-decoration: none;
}
.sidebar a:hover svg {
	fill: rgb(var(--secondary));
}
.testimonial-single {
	border: 1px solid rgb(var(--primary));
	padding: 0 30px 15px 30px;
	margin: 75px 10px 60px 10px;
}
.testimonial-single:before {
	content:attr(aria-label);
	color: rgb(var(--primary));
	font-family: var(--font-body);
	font-weight: 700;
	top: -10px;
	position: absolute;
	background: white;
	padding: 0 10px;
}
.testimonial-single p {
	font-family: var(--font-condensed);
}
.testimonial-single em {
	text-align: right;
	display: block;
}

/* ==========================================================================
 FORMS
 ========================================================================== */
form {
	margin: 2rem 0;
}
input, select, textarea {
	font-family: var(--font-body);
}
div.row {
  margin: 15px 0;
  padding: 0;
  display: block;
  width: 100%;
  clear: both;
}
div.row.last {
  padding-top:1px;
}
div.row.half {
  width: 50%;
  float: left;
  clear: none;
}
div.row.half1 {
  margin: 10px 0 27px 0;
  width: 49%;
  float: left;
  clear: none;
}
div.row.half2 {
  margin: 10px 0 27px 5%;
  width: 45%;
  float: left;
  clear: none;
}
div.row.last {
  padding-top:1px;
}
div.row.submit {
  text-align: right;
  padding-top: 25px;
  margin: 20px 0;
}
label {
  width: auto;
  display: block;
  font-weight: 400;
  margin: 15px 0 3px 0;
  line-height: 1.1em;
}
input[type=text],
input[type=tel],
input[type=email] {
  width: 100%;
  padding: 6px 5px 5px 10px;
  height: 54px;
  font-size: 100%;
  color: black;
  padding-left: 10px;
  border: 1px solid rgb(var(--primary));
}
textarea {
  border: 1px solid rgb(var(--primary));
  color: black;
  padding-left: 10px;
  width: 100%;
  padding: 6px 5px 5px 10px;
  height: 190px;
  font-size: 100%;
  resize: vertical;
}
textarea:focus,
input:focus {
	border: 1px solid rgb(var(--secondary));
	outline: none;
}
input[type=submit] {
	border: 1px solid rgb(var(--primary));
	padding: 5px 10px;
	font-family: var(--font-header);
	font-size: 1.75rem;
	color: rgb(var(--primary));
	width: 100%;
	height: 55px;
	background-color: transparent;
	margin-top: 25px;
	cursor: pointer;
}
input[type=submit]:hover {
	border: 1px solid rgb(var(--secondary));
	background-color: rgb(var(--secondary));
	color: white;
}
select {
  appearance: none;
  background-color: transparent;
  border: none;
  padding: 0;
  margin: 0;
  width: 100%;
  font-family: inherit;
  font-size: 100%;
  cursor: pointer;
  line-height: inherit;
  position: relative;
  z-index: 100;
  padding-top: 1px;
}
select::-ms-expand {
  display: none;
}
.select {
  color: #4c4c4c;
  box-sizing: border-box;
  border: 1px solid #666;
  background-image: linear-gradient(#eaeaea 0%, #ffffff 26%);
  width: 100%;
  padding: 15px 5px 5px 10px;
  height: 56px;
  display: grid;
  position: relative;
}
.select::after {
  content: "";
  width: 9%;
  height: 0.9em;
  background-color: black;
  clip-path: polygon(100% 0%, 0 0%, 50% 100%);
  position: absolute;
  top: 15px;
  right: 7px;
  z-index: 90;
}
select:focus {
  outline: none;
}
select + .focus {
  position: absolute;
  top: -1px;
  left: -1px;
  right: -1px;
  bottom: -1px;
  border: 2px solid transparent;
}
select:focus + .focus {
  position: absolute;
  top: -1px;
  left: -1px;
  right: -1px;
  bottom: -1px;
  border: 2px solid var(--red);
}
/*button.g-recaptcha {
  padding: 8px 0;
  background-color: transparent;
  color: rgb(var(--primary));
  font-weight: 700;
  text-align: center;
  width: 200px;
  font-size: 120%;
  border: 1px solid rgb(var(--primary));
  text-decoration: none;
  cursor: pointer;
}
button.g-recaptcha:hover,
button.g-recaptcha:active {
  outline: 0 none;
  background-color: rgb(var(--primary));
  color: white;
  cursor: pointer;
}*/
label.check {
	display: grid;
	grid-template-columns: 1em auto;
	gap: 0.5em;
	width: 100%;
	font-size: 80%;
}
input[type=checkbox] {
	-webkit-appearance: none;
	appearance: none;
	background-color: #fff;
	margin: 0;
	font: inherit;
	color: currentColor;
	width: 1.15em;
	height: 1.15em;
	border: 1px solid #999;
	border-radius: 0.15em;
	transform: translateY(-0.075em);
	display: grid;
	place-content: center;
}
input[type=checkbox]:checked {
  border: 1px solid rgb(var(--primary));
}
input[type="checkbox"]::before {
  content: "";
  width: 0.65em;
  height: 0.65em;
  transform: scale(0);
  transition: 120ms transform ease-in-out;
  box-shadow: inset 1em 1em rgb(var(--primary));
  transform-origin: bottom left;
  clip-path: polygon(14% 44%, 0 65%, 50% 100%, 100% 16%, 80% 0%, 43% 62%);
}
input[type=radio] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  background-color: white;
  border: 1px solid #363636;
  transition: 0.2s all linear;
  margin-right: 4px;
  position: relative;
  top: 2px;
  outline: 0 none;
  cursor: pointer;
}
label.radio {
  display: inline;
  margin: 0 55px 20px 0;
}
input[type=radio]:checked {
  box-shadow:inset 0 0 0 3px #fff;
  background-color: rgb(var(--primary));
  outline: 0 none;
}
input[type=radio]:active {
  outline: 0 none;
}
input[type="checkbox"]:checked::before {
  transform: scale(1);
}
.required {
	color: red;
}
.visit h2.script {
	margin-bottom: 0.5rem;
}
.visit form {
	margin-top: 0.5rem;
}
form h6 {
	font: italic normal 1.5rem/1em var(--font-condensed);
	width: 100%;
	padding:0;
	margin: 10px 0 5px 0;
}

div.grecaptcha-badge {
  display: none;
}
/* ==========================================================================
 FAQs
 ========================================================================== */
.faqs .main.flex {
	justify-content: space-between;
	align-items: flex-start;
	flex-flow: row wrap;
}
.faqs header {
	background: url(img/header-bg-faq.webp) 0 -10px no-repeat;
	background-size: cover;
	width: 100%;
	height: auto;
	/*height: 80vh;*/
	height: 95vh;
	/*padding-bottom: 110px;*/
 }
h4 {
  font: normal normal 2.2rem/1.4em var(--font-body);
  margin: 0;
  padding: 0 0 0 1em;
  position: relative;
}
.eachFaq {
	padding: 25px 0;
	border-bottom: 1px solid rgb(var(--secondary));
}
.eachFaq:last-child {
	border-bottom: 0 none;
}
.eachFaq.close h4::before {
  content: url(icons/plus.svg);
  width: 20px;
  height: 20px;
  position: absolute;
  top: 0;
  left: 0;
}
.eachFaq.open h4::before {
  content: url(icons/minus.svg);
  width: 20px;
  height: 20px;
  position: absolute;
  top: 0;
  left: 0;
}
.eachFaq.open h4 {
	color: rgb(var(--primary));
}
.accordion-content {
  padding: 0 0 0 2em;
  margin: 0;
}
.accordion-content p {
	margin: 0;
	padding-bottom: 1em;
}
.accordion-content ul {
	list-style: outside;
	font-size: 100%;
	padding: 0 0 0 2em;
}
.accordion-content li {
	margin-bottom: 20px;
}
.eachFaq h4.title {
	cursor: pointer;
	font-size: 1.8rem;
}
.eachFaq .title:hover{
	color: rgb(var(--primary));
}
/* ==========================================================================
 PROPERTY SINGLE
 ========================================================================== */
.property-single header {
	width: 100%;
	height: 95vh;
	position: relative;
}
.property-single.bp header {
	background: url(img/properties/belmont-place/header-bg.webp) 0 0 no-repeat;
	background-size: cover;
}
.property-single.ev header {
	background: url(img/properties/emerald-village/header-bg.webp) 0 0 no-repeat;
	background-size: cover;
}
.property-single.fo header {
	background: url(img/properties/forest-oaks/header-bg.webp) 0 0 no-repeat;
	background-size: cover;
}
.property-single.fv header {
	background: url(img/properties/freedom-village/header-bg.webp) 0 0 no-repeat;
	background-size: cover;
}
.property-single.hcv header {
	background: url(img/properties/hunt-club-village/header-bg.webp) 0 0 no-repeat;
	background-size: cover;
}
.property-single.lv header {
	background: url(img/properties/liberty-village/header-bg.webp) 0 0 no-repeat;
	background-size: cover;
}
.property-single.pcv header {
	background: url(img/properties/poplar-creek-village/header-bg.webp) 0 0 no-repeat;
	background-size: cover;
}
.property-single.tcp header,
.property-single header {
	background: url(img/properties/town-center-pointe/header-bg.webp) 0 0 no-repeat;
	background-size: cover;
}
.property-single.zm header {
	background: url(img/properties/zurich-meadows/header-bg.webp) 0 0 no-repeat;
	background-size: cover;
}

header p.town {
	color: black;
	font: normal 400 2.5rem/1.2em var(--font-body);
	margin-top: 0;
}
header .address {
	position: absolute;
	bottom: 25px;
	width: 100%;
	left: 0;
	text-align: center;
	height: 40px;
}
.address span {
	font: normal 400 2.4rem/1em var(--font-body);
	color: rgb(var(--primary));
	padding-left: 30px;
	position: relative;
	text-shadow: -1.782px 0.908px 8.73px rgba(255, 255, 255, 0.73);
}
/*.property-single header .address span::before {
	content: '';
	background: url(icons/location-dot-green.svg) no-repeat;
	width: 23px;
	height: 40px;
	position: absolute;
	left: 0;
	top: 6px;
	text-shadow: -1.782px 0.908px 8.73px rgba(255, 255, 255, 0.73);
}*/
.property-single .main.flex {
	align-items: flex-start;
	flex-wrap: wrap;
}
.property-single .flex.span_12_of_12 {
	flex-flow: row wrap;
	justify-content: flex-start;
}
.property-single h1 {
	width: 100%;
	margin-bottom: 8px;
}
.property-single h2 {
	width: 100%;
	font: italic 200 2rem/1em var(--font-header);
	margin-top: 0;
}
.property-details {
	/*width: 55%;*/
	width: 100%;
}
.property-details ul {
	margin: 25px 0 40px 0;
	display: flex;
	flex-flow: row wrap;
	justify-content: flex-start;
	align-items: flex-start;
	padding: 0;
}
.property-details li {
	border-right: 1px solid rgb(var(--primary));
	padding: 0 5%;
	width: auto;
	text-align: center;
	margin: 0;
}
.property-details li:last-of-type {
	border-right: 0 none;
}
.property-details li img {
	height: 80px;
	width: 80px;
	display: block;
}
.property-single h5 {
	 font-size: 1.75rem;
	 color: rgb(var(--primary));
	 margin-bottom: 5px;
}
.property-single a.button.large {
	width: 100%;
	height: 78px;
	background-color: rgb(var(--primary));
	border: 1px solid rgb(var(--primary));
	text-align: center;
	padding: 23px 0;
	color: white;
	text-decoration: none;
	font: normal 700 2.56rem/1em var(--font-condensed);
	margin-bottom: 20px;
}
.property-single .sidebar a.button.large {
	margin: 15px 0 35px 0;
}
.property-single a.button.large svg {
	height: 100%;
	width: auto;
	margin: 0 8px;
	fill: white;
}
.property-single a.button.large span {
	font-weight: 400;
}
.property-single a.button.large em {
	font-style: normal;
}
.property-single a:hover.button.large {
	background-color: white;
	color: rgb(var(--primary));
}
.property-single a:hover.button.large svg {
	fill: rgb(var(--secondary));
}
.property-single .sidebar a.button.large {
	background-color: white;
	color: rgb(var(--primary));
}
.property-single .sidebar a.button.large:hover {
	background-color: rgb(var(--primary));
	color: white;
}
a.button.large + span.note {
	display: block;
	text-align: center;
	color: rgb(var(--primary));
	margin: 0 auto 30px auto;
}
hr.divider {
	border: 0 none;
	border-top: 1px solid rgb(var(--primary));
	width: 90%;
	margin: 0 auto 1.1em auto;
}
.floorplans p {
	text-align: center;
}
.floorplans ul {
	display: flex;
	flex-flow: row wrap;
	justify-content: center;
	list-style: none;
	margin: 10px auto;
	padding: 0;
}
.floorplans li {
	width: 25%;
	margin: 0 2% 60px 0;
	text-align: center;
}
.floorplans li.twoBR {
	width: 40%;
}
.floorplans img {
	display: block;
	margin-bottom: 5px;
}
.floorplans a:link strong,
.floorplans a:visited strong {
	text-decoration: none;
}
.floorplans strong,
.floorplans em {
	display: block;
}
.content {
	width: 100%;
}
.content p,
.close-by p {
	font-style: italic;
}
.content ul {
	display: grid;
	grid-template-rows: minmax(150px, auto);
	grid-template-columns: repeat(8, 11%);
	grid-gap: 30px 1%;
	font-family: var(--font-condensed);
	width: 100%;
	position: relative;
	padding-top: 25px;
}
.content li {
	margin: 0;
	text-align: center;
	padding: 0 5%;
}
.content a {
	color: rgb(var(--secondary));
	text-decoration: underline;
	font-size: 1.1rem;
	line-height: 1em;
}
.content a svg {
	width: 80px;
	height: 80px;
	text-decoration: none;
	display: block;
	margin: 0 auto 5px auto;
}
.content a:hover {
	text-decoration: none;
}
.content a:hover svg {
	fill: rgb(var(--secondary));
}
.main .close-by ul {
	padding: 0 0 0 20px;
	columns: 2;
	width: 67%;
	font-size: 100%;
}
.close-by li {
	padding-left: 8px;
	position: relative;
}
.close-by li:before {
  content: "•";
  color: rgb(var(--primary));
  position: absolute;
  left: -6px;
}
.plans {
	width: 100%;
}
/*ul.accordion-list {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  padding: 20px;
  margin: 0;
  list-style: none;
 }

ul.accordion-list li {
	position: relative;
	display: block;
	width: 100%;
	height: auto;
	padding: 20px;
	margin: 0 auto 15px auto;
	border: 1px solid #eee;
	cursor: pointer;
}
ul.accordion-list h3 {
  font: 700 normal 1.4rem/1.2em rgb(var(--primary));
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  padding: 0 0 0 0;
  margin: 0;
  cursor: pointer;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
}
ul.accordion-list h3 span {
	padding-right: 30px;
	color: #909090;
}
ul.accordion-list li.active h3 {
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid #eee;
}
ul.accordion-list h3:after {
	content: "+";
	position: absolute;
	right: 0;
	top: 0;
	transition: all 0.3s ease-in-out;
	font-size: 2rem;
	font-weight: 700;
}
ul.accordion-list li.active h3:after {
	content: "-";
}
div.answer {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
  cursor: pointer;
}
div.answer a {
	font-size: 90%;
	font-style: italic;
	margin: 15px 0;
	display: block;
}*/


/* ==========================================================================
 ABOUT
 ========================================================================== */
.about header {
   background: url(img/header-bg-about.webp) 0 0 no-repeat;
   background-size: cover;
   width: 100%;
   height: auto;
   /*height: 80vh;*/
   height: 95vh;
}
/*.about header  p {
	margin-top: 280px
}*/
/* ==========================================================================
 AFFORDABILITY
 ========================================================================== */
.affordability header {
   background: url(img/header-bg-affordability.webp) 0 0 no-repeat;
   background-size: cover;
   width: 100%;
   height: auto;
   /*height: 80vh;*/
   height: 95vh;
}

/* ==========================================================================
 CONTACT
 ========================================================================== */
.contact header {
   background: url(img/header-bg-contact.webp) 0 0 no-repeat;
   background-size: cover;
   width: 100%;
   height: auto;
   /*height: 80vh;*/
   height: 95vh;
}


/* ==========================================================================
 LIFESTYLE
 ========================================================================== */
.lifestyle header {
   background: url(img/header-bg-lifestyle.webp) 0 0 no-repeat;
   background-size: cover;
   width: 100%;
   height: auto;
   /*height: 80vh;*/
   height: 95vh;
}

/* ==========================================================================
 TESTIMONIALS
 ========================================================================== */
.testimonial-page header {
   background: url(img/header-bg-testimonials.webp) 0 0 no-repeat;
   background-size: cover;
   width: 100%;
   height: auto;
   /*height: 80vh;*/
   height: 95vh;
}


/* ==========================================================================
 FOOTER
 ========================================================================== */
 .affordable {
	 color: rgb(var(--primary));
	 background-color: rgba(var(--secondary), 0.1);
	 border: 1px solid rgb(var(--primary));
	 padding: 15px;
	 margin-bottom: 30px;
 }
 .affordable p {
	 margin: 0;
	 font-style: italic;
 }
 .housing {
	 display: grid;
	 grid-template-rows: auto;
	 grid-template-columns: 3.5% 3.5% 90%;
	 grid-column-gap: 1.5%;
 }
 .housing img {
	 height: auto;
	 width: 100%;
 }

footer {
	width: 100%;
	background-color: rgb(var(--primary));
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
	padding: 70px 9.6% 40px 9.6%;
	margin-top: 20px;
	color: white;
}
footer div:nth-child(1) {
	width: 24.5%;
	height: auto;
	padding-bottom: 0;
	text-align: left;
}
footer div:nth-child(1) img {
	width: 85%;
	height: auto;
	margin: 0 auto 21px auto;
}
footer div:nth-child(2) {
	text-align: left;
	color: white;
	width: 45%;
}
footer div:nth-child(3) {
	width: 15%;
	text-align: center;
}
footer div:nth-child(3) a {
	width: 40px;
	display: inline-block;
}
footer div:nth-child(3) a svg {
	fill: #fff;
}
footer div:nth-child(3) a:hover svg {
	fill: var(--lt-green);
}
footer div:nth-child(3) a:first-of-type {
	margin-right: 30px;
}
footer h4 {
	color: white;
	font: italic 400 2.2rem/1em var(--font-header);
	margin: 0 0 16px 0;
	padding: 0;
}
footer h6 {
	font-family: var(--font-body);
	font-weight: 700;
	color: white;
	margin: 2px 0;
}
footer p {
	font-size: 1.2rem;
}
footer ul {
	margin: 20px 0;
	padding: 0;
	list-style: none;
}
footer li {
	display: inline;
	margin-right: 30px;
	font-size: 1.2rem;
}
footer a:link {
	color: white;
	text-decoration: none;
}
footer a:visited {
	color: white;
	text-decoration: none;
}
footer a:hover,
footer a:active {
	color: white;
	text-decoration: underline;
}
footer span {
	font-family: var(--font-header);
	color: white;
	font-size: 2.6rem;
}
footer span a {
	color: white;
	text-decoration: none;
}
footer span a:hover {
	color: var(--yellow);
	text-decoration: none;
}

.legal {
	width: 100%;
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
	padding-top: 20px;
}
.legal p {
	font-size: 75%;
}
.row .span_6_of_12 {
	flex: 0 0 50%;
	max-width: 50%;
	border: 0 none;
}
.btn-submit {
	height: 60px;
	width: 250px;
	max-width: 100%;
	margin: 15px 0 15px auto;
	background: transparent;
	border: 1px solid var(--yellow);
	display: block;
	position: relative;
}
.btn-submit input[type="submit"] {
	position: absolute;
	top: 0;
	left: 0;
	height: 60px;
	width: 100%;
	font-family: var(--font-header);
	color: var(--yellow);
	font-size: 2.25rem;
	padding: 0 20px;
	z-index: 2;
	text-align: center;
	background: none;
	border: none;
	-moz-appearance: none;
	-webkit-appearance: none;
}
.btn-submit:hover {
	border: 1px solid white;
	cursor: pointer;
}
.btn-submit:hover input[type="submit"]:hover {
	color: white;
	cursor: pointer;
}

/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
/*
 *  Owl Carousel - Core
 */
.owl-carousel {
  display: none;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1;
}
  .owl-carousel .owl-stage {
	position: relative;
	-ms-touch-action: pan-Y;
	touch-action: manipulation;
	-moz-backface-visibility: hidden;
	/* fix firefox animation glitch */
	display: flex;
}
.property-slider .owl-stage {
	padding-bottom: 10px;
}
  .owl-carousel .owl-stage:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
  .owl-carousel .owl-stage-outer {
	position: relative;
	overflow: hidden;
	/* fix for flashing background */
	-webkit-transform: translate3d(0px, 0px, 0px);
}
  .owl-carousel .owl-wrapper,
  .owl-carousel .owl-item {
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
}
  .owl-carousel .owl-item {
	position: relative;
	min-height: 1px;
	float: left;
	-webkit-backface-visibility: hidden;
	-webkit-tap-highlight-color: transparent;
	-webkit-touch-callout: none;
	display: flex;
	flex: 1 0 auto;
	/*height: 100%;*/
	padding-top: 25px;
}
.owl-item div {
	width: 100%;
}
  .owl-carousel .owl-item img {
	display: block;
	width: 100%;
	margin: 0 auto;
}
  .owl-carousel .owl-nav.disabled,
  .owl-carousel .owl-dots.disabled {
	display: none;
}
  .owl-carousel .owl-nav .owl-prev,
  .owl-carousel .owl-nav .owl-next,
  .owl-carousel .owl-dot {
	cursor: pointer;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
  .owl-carousel .owl-nav button.owl-prev,
  .owl-carousel .owl-nav button.owl-next,
  .owl-carousel button.owl-dot {
	background: none;
	color: inherit;
	border: none;
	padding: 0 !important;
	font: inherit;
}
  .owl-carousel.owl-loaded {
	display: block;
}
  .owl-carousel.owl-loading {
	opacity: 0;
	display: block;
}
  .owl-carousel.owl-hidden {
	opacity: 0;
}
  .owl-carousel.owl-refresh .owl-item {
	visibility: hidden;
}
  .owl-carousel.owl-drag .owl-item {
	-ms-touch-action: pan-y;
		touch-action: pan-y;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none; }
  .owl-carousel.owl-grab {
	cursor: move;
	cursor: grab; }
  .owl-carousel.owl-rtl {
	direction: rtl; }
  .owl-carousel.owl-rtl .owl-item {
	float: right; }

/* No Js */
.no-js .owl-carousel {
  display: block; }

/*
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
  animation-duration: 1000ms;
  animation-fill-mode: both; }

.owl-carousel .owl-animated-in {
  z-index: 0; }

.owl-carousel .owl-animated-out {
  z-index: 1; }

.owl-carousel .fadeOut {
  animation-name: fadeOut; }

@keyframes fadeOut {
  0% {
	opacity: 1; }
  100% {
	opacity: 0; } }

/*
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
  transition: height 500ms ease-in-out;
}

/*
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item {
  /**
			This is introduced due to a bug in IE11 where lazy loading combined with autoheight plugin causes a wrong
			calculation of the height of the owl-item that breaks page layouts
		 */ }
.owl-carousel .owl-item .owl-lazy {
	opacity: 0;
	transition: opacity 400ms ease;
}
.owl-carousel .owl-item .owl-lazy[src^=""], .owl-carousel .owl-item .owl-lazy:not([src]) {
	max-height: 0;
}
.owl-carousel .owl-item img.owl-lazy {
	transform-style: preserve-3d;
}
/*
 * 	Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}
.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: transform 100ms ease;
}
.owl-carousel .owl-video-play-icon:hover {
  -ms-transform: scale(1.3, 1.3);
	  transform: scale(1.3, 1.3);
  }
.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none;
}
.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity 400ms ease;
}
.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%; }
/**
* Owl Carousel v2.3.4
* Copyright 2013-2018 David Deutsch
* Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
*/
/*
* 	Default theme - Owl Carousel CSS File
*/
.owl-theme .owl-nav {
	text-align: center;
	-webkit-tap-highlight-color: transparent;
	position: absolute;
	width: 100%;
	top: 48%;
}

.owl-theme .owl-nav [class*='owl-'] {
  font-size: 14px;
  margin: 5px;
  padding: 4px 7px;
  display: inline-block;
  cursor: pointer;
  position: absolute;
}
.hero-slider.owl-theme .owl-nav [class*='owl-'] {
	filter: invert(100%);
	width: 55px;
	height: auto;
}
.photo-slider.owl-theme .owl-nav {
	top: 170px;
}
.photo-slider.owl-theme .owl-nav [class*='owl-'] {
	filter: invert(100%);
	width: 30px;
	height: auto;
}
.owl-theme .owl-nav [class*='owl-']:hover {
	text-decoration: none;
	opacity: 0.6;
}
.testimonial-single.owl-theme .owl-nav {
	top: 40%;
}
.testimonial-single.owl-theme .owl-nav [class*='owl-'] {
	height: auto;
	background: white;
	padding: 6px 0 !important;
}
.testimonial-single.owl-theme .owl-nav [class*='owl-']:hover {
	opacity: 1;
	background: white;
}
.testimonial-single.owl-theme .owl-nav [class*='owl-'] svg {
	width: 18px;
	fill: #00580f;
}
.testimonial-single.owl-theme .owl-nav [class*='owl-']:hover svg {
	fill: rgb(var(--secondary));
}
.owl-theme .owl-nav .owl-next {
	right: 1%;
}
.owl-theme .owl-nav .owl-prev {
	left: 1%;
}
.testimonial-single.owl-theme .owl-nav .owl-next {
	right: 15px;
}
.testimonial-single.owl-theme .owl-nav .owl-prev {
	left: -45px;
}

.owl-theme .owl-nav .disabled {
  opacity: 0.5;
  cursor: default;
}
.owl-theme .owl-nav.disabled + .owl-dots {
	margin-top: 10px;
}
.owl-theme .owl-dots{
	text-align: center;
	-webkit-tap-highlight-color: transparent;
	margin-top: 15px;
}
.owl-theme .owl-dots .owl-dot,
.property-slider .owl-dots .owl-dot {
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.owl-theme .owl-dots .owl-dot span,
.property-slider .owl-dots .owl-dot span {
	width: 10px;
	height: 10px;
	margin: 5px 7px;
	background: white;
	border: 1px solid rgb(var(--primary));
	display: block;
	-webkit-backface-visibility: visible;
	transition: opacity 200ms ease;
	border-radius: 30px;
}
.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
	background: rgb(var(--primary));
	border: 1px solid rgb(var(--primary));
}
#prop {
	width: 100%;
}
#prop-dots {
	margin-top: 10px;
	padding: 0;
	list-style: none;
	text-align: center;
	display: flex;
	flex-flow: row wrap;
	justify-content: center;
}
.home .main ul#prop-dots:before {
	display: none;
}
.home .main ul#prop-dots li:first-child {
	margin-top: 0;
}
#prop-dots .owl-dot {
	display: flex;
	justify-content: center;
	align-items: center;
	margin-right: 15px;
	text-align: center;
	background-color: white;
	border: 1px solid rgb(var(--primary));
	width: 62px;
	height: 62px;
	text-align: center;
	color: rgb(var(--primary));
	-webkit-tap-highlight-color: transparent;
	cursor: pointer;
}
#prop-dots .owl-dot:hover,
#prop-dots .owl-dot:hover a {
	background-color: var(--lt-green);
	color: rgb(var(--primary));
}
#prop-dots .owl-dot.active,
#prop-dots .owl-dot.active a {
	background-color: rgb(var(--primary));
	color: white;
}
#prop-dots a {
	text-decoration: none;
	width: 100%;
	height: 100%;
	display: flex;
	flex-flow: row nowrap;
	align-items: center;
	justify-content: center;
}
/* ==========================================================================
 SIDR
 ========================================================================== */
.sidr {
	  display: block;
	  position: fixed;
	  top: 0;
	  height: 100%;
	  z-index: 999999;
	  width: 260px;
	  overflow-x: hidden;
	  overflow-y: auto;
	  font-family: "lucida grande", tahoma, verdana, arial, sans-serif;
	  font-size: 15px;
	  background: #f8f8f8;
	  color: #333;
	  box-shadow: 0 0 5px 5px #ebebeb inset;
	}
	.sidr .sidr-inner {
	  padding: 0 0 15px;
	}
	.sidr .sidr-inner > p {
	  margin-left: 15px;
	  margin-right: 15px;
	}
	.sidr.right {
	  left: auto;
	  right: -260px;
	}
	.sidr.left {
	  left: -260px;
	  right: auto;
	}
	.sidr h1,
	.sidr h2,
	.sidr h3,
	.sidr h4,
	.sidr h5,
	.sidr h6 {
	  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2RmZGZkZiIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
	  background-size: 100%;
	  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ffffff), color-stop(100%, #dfdfdf));
	  background-image: -moz-linear-gradient(#ffffff, #dfdfdf);
	  background-image: -webkit-linear-gradient(#ffffff, #dfdfdf);
	  background-image: linear-gradient(#ffffff, #dfdfdf);
	  font-size: 11px;
	  font-weight: normal;
	  padding: 0 15px;
	  margin: 0 0 5px;
	  color: #333;
	  line-height: 24px;
	  box-shadow: 0 5px 5px 3px rgba(0, 0, 0, 0.2);
	}
	.sidr p {
	  font-size: 13px;
	  margin: 0 0 12px;
	}
	.sidr p a {
	  color: rgba(51, 51, 51, 0.9);
	}
	.sidr > p {
	  margin-left: 15px;
	  margin-right: 15px;
	}
	.sidr ul {
	  display: block;
	  margin: 0 0 15px;
	  padding: 0;
	  border-top: 1px solid #dfdfdf;
	  border-bottom: 1px solid white;
	}
	.sidr ul li {
	  display: block;
	  margin: 0;
	  line-height: 48px;
	  border-top: 1px solid white;
	  border-bottom: 1px solid #dfdfdf;
	}
	.sidr ul li:hover, .sidr ul li.active, .sidr ul li.sidr-class-active {
	  border-top: 0;
	  line-height: 49px;
	}
	.sidr ul li:hover > a,
	.sidr ul li:hover > span, .sidr ul li.active > a,
	.sidr ul li.active > span, .sidr ul li.sidr-class-active > a,
	.sidr ul li.sidr-class-active > span {
	  box-shadow: 0 0 15px 3px #ebebeb inset;
	}
	.sidr ul li a,
	.sidr ul li span,
	.sidr span.sidr-class-phone {
	  padding: 0 15px;
	  display: block;
	  text-decoration: none;
	  color: #333;
	}
	.sidr ul li ul {
	  border-bottom: 0;
	  margin: 0;
	  padding-left:0;
	}
	.sidr ul li ul li {
	  line-height: 40px;
	  font-size: 13px;
	}
	.sidr ul li ul li:last-child {
	  border-bottom: 0;
	}
	.sidr ul li ul li:hover, .sidr ul li ul li.active, .sidr ul li ul li.sidr-class-active {
	  border-top: 0;
	  line-height: 41px;
	}
	.sidr ul li ul li:hover > a,
	.sidr ul li ul li:hover > span, .sidr ul li ul li.active > a,
	.sidr ul li ul li.active > span, .sidr ul li ul li.sidr-class-active > a,
	.sidr ul li ul li.sidr-class-active > span {
	  box-shadow: 0 0 15px 3px #ebebeb inset;
	}
	.sidr ul li ul li a,
	.sidr ul li ul li span {
	  color: rgba(51, 51, 51, 0.8);
	  padding-left: 30px;
	}
	.sidr form {
	  margin: 0 15px;
	}
	.sidr label {
	  font-size: 13px;
	}
	.sidr input[type="text"],
	.sidr input[type="password"],
	.sidr input[type="date"],
	.sidr input[type="datetime"],
	.sidr input[type="email"],
	.sidr input[type="number"],
	.sidr input[type="search"],
	.sidr input[type="tel"],
	.sidr input[type="time"],
	.sidr input[type="url"],
	.sidr textarea,
	.sidr select {
	  width: 100%;
	  font-size: 13px;
	  padding: 5px;
	  -moz-box-sizing: border-box;
	  -webkit-box-sizing: border-box;
	  box-sizing: border-box;
	  margin: 0 0 10px;
	  border-radius: 2px;
	  border: 0;
	  background: rgba(0, 0, 0, 0.1);
	  color: rgba(51, 51, 51, 0.6);
	  display: block;
	  clear: both;
	}
	.sidr input[type=checkbox] {
	  width: auto;
	  display: inline;
	  clear: none;
	}
	.sidr input[type=button],
	.sidr input[type=submit] {
	  color: #f8f8f8;
	  background: #333;
	}
	.sidr input[type=button]:hover,
	.sidr input[type=submit]:hover {
	  background: rgba(51, 51, 51, 0.9);
	}

/* ==========================================================================
 LEAFLET
 ========================================================================== */
/* required styles */

 .leaflet-pane,
 .leaflet-tile,
 .leaflet-marker-icon,
 .leaflet-marker-shadow,
 .leaflet-tile-container,
 .leaflet-pane > svg,
 .leaflet-pane > canvas,
 .leaflet-zoom-box,
 .leaflet-image-layer,
 .leaflet-layer {
	 position: absolute;
	 left: 0;
	 top: 0;
	 }
 .leaflet-container {
	 overflow: hidden;
	 }
 .leaflet-tile,
 .leaflet-marker-icon,
 .leaflet-marker-shadow {
	 -webkit-user-select: none;
		-moz-user-select: none;
			 user-select: none;
	   -webkit-user-drag: none;
	 }
 /* Prevents IE11 from highlighting tiles in blue */
 .leaflet-tile::selection {
	 background: transparent;
 }
 /* Safari renders non-retina tile on retina better with this, but Chrome is worse */
 .leaflet-safari .leaflet-tile {
	 image-rendering: -webkit-optimize-contrast;
	 }
 /* hack that prevents hw layers "stretching" when loading new tiles */
 .leaflet-safari .leaflet-tile-container {
	 width: 1600px;
	 height: 1600px;
	 -webkit-transform-origin: 0 0;
	 }
 .leaflet-marker-icon,
 .leaflet-marker-shadow {
	 display: block;
	 }
 /* .leaflet-container svg: reset svg max-width decleration shipped in Joomla! (joomla.org) 3.x */
 /* .leaflet-container img: map is broken in FF if you have max-width: 100% on tiles */
 .leaflet-container .leaflet-overlay-pane svg {
	 max-width: none !important;
	 max-height: none !important;
	 }
 .leaflet-container .leaflet-marker-pane img,
 .leaflet-container .leaflet-shadow-pane img,
 .leaflet-container .leaflet-tile-pane img,
 .leaflet-container img.leaflet-image-layer,
 .leaflet-container .leaflet-tile {
	 max-width: none !important;
	 max-height: none !important;
	 width: auto;
	 padding: 0;
	 }

 .leaflet-container img.leaflet-tile {
	 /* See: https://bugs.chromium.org/p/chromium/issues/detail?id=600120 */
	 mix-blend-mode: plus-lighter;
 }

 .leaflet-container.leaflet-touch-zoom {
	 -ms-touch-action: pan-x pan-y;
	 touch-action: pan-x pan-y;
	 }
 .leaflet-container.leaflet-touch-drag {
	 -ms-touch-action: pinch-zoom;
	 /* Fallback for FF which doesn't support pinch-zoom */
	 touch-action: none;
	 touch-action: pinch-zoom;
 }
 .leaflet-container.leaflet-touch-drag.leaflet-touch-zoom {
	 -ms-touch-action: none;
	 touch-action: none;
 }
 .leaflet-container {
	 -webkit-tap-highlight-color: transparent;
 }
 .leaflet-container a {
	 -webkit-tap-highlight-color: rgba(51, 181, 229, 0.4);
 }
 .leaflet-tile {
	 filter: inherit;
	 visibility: hidden;
	 }
 .leaflet-tile-loaded {
	 visibility: inherit;
	 }
 .leaflet-zoom-box {
	 width: 0;
	 height: 0;
	 -moz-box-sizing: border-box;
		  box-sizing: border-box;
	 z-index: 800;
	 }
 /* workaround for https://bugzilla.mozilla.org/show_bug.cgi?id=888319 */
 .leaflet-overlay-pane svg {
	 -moz-user-select: none;
	 }

 .leaflet-pane         { z-index: 400; }

 .leaflet-tile-pane    { z-index: 200; }
 .leaflet-overlay-pane { z-index: 400; }
 .leaflet-shadow-pane  { z-index: 500; }
 .leaflet-marker-pane  { z-index: 600; }
 .leaflet-tooltip-pane   { z-index: 650; }
 .leaflet-popup-pane   { z-index: 700; }

 .leaflet-map-pane canvas { z-index: 100; }
 .leaflet-map-pane svg    { z-index: 200; }

 .leaflet-vml-shape {
	 width: 1px;
	 height: 1px;
	 }
 .lvml {
	 behavior: url(#default#VML);
	 display: inline-block;
	 position: absolute;
	 }


 /* control positioning */

 .leaflet-control {
	 position: relative;
	 z-index: 800;
	 pointer-events: visiblePainted; /* IE 9-10 doesn't have auto */
	 pointer-events: auto;
	 }
 .leaflet-top,
 .leaflet-bottom {
	 position: absolute;
	 z-index: 1000;
	 pointer-events: none;
	 }
 .leaflet-top {
	 top: 0;
	 }
 .leaflet-right {
	 right: 0;
	 }
 .leaflet-bottom {
	 bottom: 0;
	 }
 .leaflet-left {
	 left: 0;
	 }
 .leaflet-control {
	 float: left;
	 clear: both;
	 }
 .leaflet-right .leaflet-control {
	 float: right;
	 }
 .leaflet-top .leaflet-control {
	 margin-top: 10px;
	 }
 .leaflet-bottom .leaflet-control {
	 margin-bottom: 10px;
	 }
 .leaflet-left .leaflet-control {
	 margin-left: 10px;
	 }
 .leaflet-right .leaflet-control {
	 margin-right: 10px;
	 }


 /* zoom and fade animations */

 .leaflet-fade-anim .leaflet-popup {
	 opacity: 0;
	 -webkit-transition: opacity 0.2s linear;
		-moz-transition: opacity 0.2s linear;
			 transition: opacity 0.2s linear;
	 }
 .leaflet-fade-anim .leaflet-map-pane .leaflet-popup {
	 opacity: 1;
	 }
 .leaflet-zoom-animated {
	 -webkit-transform-origin: 0 0;
		 -ms-transform-origin: 0 0;
			 transform-origin: 0 0;
	 }
 svg.leaflet-zoom-animated {
	 will-change: transform;
 }

 .leaflet-zoom-anim .leaflet-zoom-animated {
	 -webkit-transition: -webkit-transform 0.25s cubic-bezier(0,0,0.25,1);
		-moz-transition:    -moz-transform 0.25s cubic-bezier(0,0,0.25,1);
			 transition:         transform 0.25s cubic-bezier(0,0,0.25,1);
	 }
 .leaflet-zoom-anim .leaflet-tile,
 .leaflet-pan-anim .leaflet-tile {
	 -webkit-transition: none;
		-moz-transition: none;
			 transition: none;
	 }

 .leaflet-zoom-anim .leaflet-zoom-hide {
	 visibility: hidden;
	 }


 /* cursors */

 .leaflet-interactive {
	 cursor: pointer;
	 }
 .leaflet-grab {
	 cursor: -webkit-grab;
	 cursor:    -moz-grab;
	 cursor:         grab;
	 }
 .leaflet-crosshair,
 .leaflet-crosshair .leaflet-interactive {
	 cursor: crosshair;
	 }
 .leaflet-popup-pane,
 .leaflet-control {
	 cursor: auto;
	 }
 .leaflet-dragging .leaflet-grab,
 .leaflet-dragging .leaflet-grab .leaflet-interactive,
 .leaflet-dragging .leaflet-marker-draggable {
	 cursor: move;
	 cursor: -webkit-grabbing;
	 cursor:    -moz-grabbing;
	 cursor:         grabbing;
	 }

 /* marker & overlays interactivity */
 .leaflet-marker-icon,
 .leaflet-marker-shadow,
 .leaflet-image-layer,
 .leaflet-pane > svg path,
 .leaflet-tile-container {
	 pointer-events: none;
	 }

 .leaflet-marker-icon.leaflet-interactive,
 .leaflet-image-layer.leaflet-interactive,
 .leaflet-pane > svg path.leaflet-interactive,
 svg.leaflet-image-layer.leaflet-interactive path {
	 pointer-events: visiblePainted; /* IE 9-10 doesn't have auto */
	 pointer-events: auto;
	 }

 /* visual tweaks */

 .leaflet-container {
	 background: #ddd;
	 outline-offset: 1px;
	 }
 .leaflet-container a {
	 color: #0078A8;
	 }
 .leaflet-zoom-box {
	 border: 2px dotted #38f;
	 background: rgba(255,255,255,0.5);
	 }


 /* general typography */
 .leaflet-container {
	 font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
	 font-size: 12px;
	 font-size: 0.75rem;
	 line-height: 1.5;
	 }


 /* general toolbar styles */

 .leaflet-bar {
	 box-shadow: 0 1px 5px rgba(0,0,0,0.65);
	 border-radius: 4px;
	 }
 .leaflet-bar a {
	 background-color: #fff;
	 border-bottom: 1px solid #ccc;
	 width: 26px;
	 height: 26px;
	 line-height: 26px;
	 display: block;
	 text-align: center;
	 text-decoration: none;
	 color: black;
	 }
 .leaflet-bar a,
 .leaflet-control-layers-toggle {
	 background-position: 50% 50%;
	 background-repeat: no-repeat;
	 display: block;
	 }
 .leaflet-bar a:hover,
 .leaflet-bar a:focus {
	 background-color: #f4f4f4;
	 }
 .leaflet-bar a:first-child {
	 border-top-left-radius: 4px;
	 border-top-right-radius: 4px;
	 }
 .leaflet-bar a:last-child {
	 border-bottom-left-radius: 4px;
	 border-bottom-right-radius: 4px;
	 border-bottom: none;
	 }
 .leaflet-bar a.leaflet-disabled {
	 cursor: default;
	 background-color: #f4f4f4;
	 color: #bbb;
	 }

 .leaflet-touch .leaflet-bar a {
	 width: 30px;
	 height: 30px;
	 line-height: 30px;
	 margin: 0;
	 display: inline-block;
	 }
 .leaflet-touch .leaflet-bar a:first-child {
	 border-top-left-radius: 2px;
	 border-top-right-radius: 2px;
	 }
 .leaflet-touch .leaflet-bar a:last-child {
	 border-bottom-left-radius: 2px;
	 border-bottom-right-radius: 2px;
	 }

 /* zoom control */

 .leaflet-control-zoom-in,
 .leaflet-control-zoom-out {
	 font: bold 18px 'Lucida Console', Monaco, monospace;
	 text-indent: 1px;
	 }

 .leaflet-touch .leaflet-control-zoom-in, .leaflet-touch .leaflet-control-zoom-out  {
	 font-size: 22px;
	 }


 /* layers control */

 .leaflet-control-layers {
	 box-shadow: 0 1px 5px rgba(0,0,0,0.4);
	 background: #fff;
	 border-radius: 5px;
	 }
 .leaflet-control-layers-toggle {
	 background-image: url(images/layers.png);
	 width: 36px;
	 height: 36px;
	 }
 .leaflet-retina .leaflet-control-layers-toggle {
	 background-image: url(images/layers-2x.png);
	 background-size: 26px 26px;
	 }
 .leaflet-touch .leaflet-control-layers-toggle {
	 width: 44px;
	 height: 44px;
	 }
 .leaflet-control-layers .leaflet-control-layers-list,
 .leaflet-control-layers-expanded .leaflet-control-layers-toggle {
	 display: none;
	 }
 .leaflet-control-layers-expanded .leaflet-control-layers-list {
	 display: block;
	 position: relative;
	 }
 .leaflet-control-layers-expanded {
	 padding: 6px 10px 6px 6px;
	 color: #333;
	 background: #fff;
	 }
 .leaflet-control-layers-scrollbar {
	 overflow-y: scroll;
	 overflow-x: hidden;
	 padding-right: 5px;
	 }
 .leaflet-control-layers-selector {
	 margin-top: 2px;
	 position: relative;
	 top: 1px;
	 }
 .leaflet-control-layers label {
	 display: block;
	 font-size: 13px;
	 font-size: 1.08333em;
	 }
 .leaflet-control-layers-separator {
	 height: 0;
	 border-top: 1px solid #ddd;
	 margin: 5px -10px 5px -6px;
	 }

 /* Default icon URLs */
 .leaflet-default-icon-path { /* used only in path-guessing heuristic, see L.Icon.Default */
	 background-image: url(images/marker-icon.png);
	 }


 /* attribution and scale controls */

 .leaflet-container .leaflet-control-attribution {
	 background: #fff;
	 background: rgba(255, 255, 255, 0.8);
	 margin: 0;
	 }
 .leaflet-control-attribution,
 .leaflet-control-scale-line {
	 padding: 0 5px;
	 color: #333;
	 line-height: 1.4;
	 }
 .leaflet-control-attribution a {
	 text-decoration: none;
	 }
 .leaflet-control-attribution a:hover,
 .leaflet-control-attribution a:focus {
	 text-decoration: underline;
	 }
 .leaflet-attribution-flag {
	 display: inline !important;
	 vertical-align: baseline !important;
	 width: 1em;
	 height: 0.6669em;
	 }
 .leaflet-control a {
	 display: inline;
 }
 .leaflet-left .leaflet-control-scale {
	 margin-left: 5px;
	 }
 .leaflet-bottom .leaflet-control-scale {
	 margin-bottom: 5px;
	 }
 .leaflet-control-scale-line {
	 border: 2px solid #777;
	 border-top: none;
	 line-height: 1.1;
	 padding: 2px 5px 1px;
	 white-space: nowrap;
	 -moz-box-sizing: border-box;
		  box-sizing: border-box;
	 background: rgba(255, 255, 255, 0.8);
	 text-shadow: 1px 1px #fff;
	 }
 .leaflet-control-scale-line:not(:first-child) {
	 border-top: 2px solid #777;
	 border-bottom: none;
	 margin-top: -2px;
	 }
 .leaflet-control-scale-line:not(:first-child):not(:last-child) {
	 border-bottom: 2px solid #777;
	 }

 .leaflet-touch .leaflet-control-attribution,
 .leaflet-touch .leaflet-control-layers,
 .leaflet-touch .leaflet-bar {
	 box-shadow: none;
	 }
 .leaflet-touch .leaflet-control-layers,
 .leaflet-touch .leaflet-bar {
	 border: 2px solid rgba(0,0,0,0.2);
	 background-clip: padding-box;
	 }


 /* popup */

 .leaflet-popup {
	 position: absolute;
	 text-align: center;
	 margin-bottom: 20px;
	 }
 .leaflet-popup-content-wrapper {
	 padding: 1px;
	 text-align: left;
	 border-radius: 12px;
	 }
 .leaflet-popup-content {
	 margin: 13px 24px 13px 20px;
	 line-height: 1.3;
	 font-size: 13px;
	 font-size: 1.08333em;
	 min-height: 1px;
	 }
 .leaflet-popup-content p {
	 margin: 17px 0;
	 margin: 1.3em 0;
	 }
 .leaflet-popup-tip-container {
	 width: 40px;
	 height: 20px;
	 position: absolute;
	 left: 50%;
	 margin-top: -1px;
	 margin-left: -20px;
	 overflow: hidden;
	 pointer-events: none;
	 }
 .leaflet-popup-tip {
	 width: 17px;
	 height: 17px;
	 padding: 1px;

	 margin: -10px auto 0;
	 pointer-events: auto;

	 -webkit-transform: rotate(45deg);
		-moz-transform: rotate(45deg);
		 -ms-transform: rotate(45deg);
			 transform: rotate(45deg);
	 }
 .leaflet-popup-content-wrapper,
 .leaflet-popup-tip {
	 background: white;
	 color: #333;
	 box-shadow: 0 3px 14px rgba(0,0,0,0.4);
	 }
 .leaflet-container a.leaflet-popup-close-button {
	 position: absolute;
	 top: 0;
	 right: 0;
	 border: none;
	 text-align: center;
	 width: 24px;
	 height: 24px;
	 font: 16px/24px Tahoma, Verdana, sans-serif;
	 color: #757575;
	 text-decoration: none;
	 background: transparent;
	 }
 .leaflet-container a.leaflet-popup-close-button:hover,
 .leaflet-container a.leaflet-popup-close-button:focus {
	 color: #585858;
	 }
 .leaflet-popup-scrolled {
	 overflow: auto;
	 }

 .leaflet-oldie .leaflet-popup-content-wrapper {
	 -ms-zoom: 1;
	 }
 .leaflet-oldie .leaflet-popup-tip {
	 width: 24px;
	 margin: 0 auto;

	 -ms-filter: "progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678)";
	 filter: progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678);
	 }

 .leaflet-oldie .leaflet-control-zoom,
 .leaflet-oldie .leaflet-control-layers,
 .leaflet-oldie .leaflet-popup-content-wrapper,
 .leaflet-oldie .leaflet-popup-tip {
	 border: 1px solid #999;
	 }


 /* div icon */

 .leaflet-div-icon {
	 background: #fff;
	 border: 1px solid #666;
	 }


 /* Tooltip */
 /* Base styles for the element that has a tooltip */
 .leaflet-tooltip {
	 position: absolute;
	 padding: 6px;
	 background-color: #fff;
	 border: 1px solid #fff;
	 border-radius: 3px;
	 color: #222;
	 white-space: nowrap;
	 -webkit-user-select: none;
	 -moz-user-select: none;
	 -ms-user-select: none;
	 user-select: none;
	 pointer-events: none;
	 box-shadow: 0 1px 3px rgba(0,0,0,0.4);
	 }
 .leaflet-tooltip.leaflet-interactive {
	 cursor: pointer;
	 pointer-events: auto;
	 }
 .leaflet-tooltip-top:before,
 .leaflet-tooltip-bottom:before,
 .leaflet-tooltip-left:before,
 .leaflet-tooltip-right:before {
	 position: absolute;
	 pointer-events: none;
	 border: 6px solid transparent;
	 background: transparent;
	 content: "";
	 }

 /* Directions */

 .leaflet-tooltip-bottom {
	 margin-top: 6px;
 }
 .leaflet-tooltip-top {
	 margin-top: -6px;
 }
 .leaflet-tooltip-bottom:before,
 .leaflet-tooltip-top:before {
	 left: 50%;
	 margin-left: -6px;
	 }
 .leaflet-tooltip-top:before {
	 bottom: 0;
	 margin-bottom: -12px;
	 border-top-color: #fff;
	 }
 .leaflet-tooltip-bottom:before {
	 top: 0;
	 margin-top: -12px;
	 margin-left: -6px;
	 border-bottom-color: #fff;
	 }
 .leaflet-tooltip-left {
	 margin-left: -6px;
 }
 .leaflet-tooltip-right {
	 margin-left: 6px;
 }
 .leaflet-tooltip-left:before,
 .leaflet-tooltip-right:before {
	 top: 50%;
	 margin-top: -6px;
	 }
 .leaflet-tooltip-left:before {
	 right: 0;
	 margin-right: -12px;
	 border-left-color: #fff;
	 }
 .leaflet-tooltip-right:before {
	 left: 0;
	 margin-left: -12px;
	 border-right-color: #fff;
	 }

 /* Printing */

@media print {
 /* Prevent printers from removing background-images of controls. */
 	.leaflet-control {
		 -webkit-print-color-adjust: exact;
		 print-color-adjust: exact;
	 }
}
#map-bp,
#map-ev,
#map-fo,
#map-fv,
#map-hcv,
#map-lv,
#map-pcv,
#map-tcp,
#map-zm {
	height: 425px;
	margin: 10px 0 40px 0;
}

/**
 * Featherlight – ultra slim jQuery lightbox
 * Version 1.7.13 - http://noelboss.github.io/featherlight/
 *
 * Copyright 2018, Noël Raoul Bossart (http://www.noelboss.com)
 * MIT Licensed.
**/

html.with-featherlight {
	/* disable global scrolling when featherlights are visible */
	overflow: hidden;
}

.featherlight {
	display: none;
	/* dimensions: spanning the background from edge to edge */
	position:fixed;
	top: 0; right: 0; bottom: 0; left: 0;
	z-index: 2147483647; /* z-index needs to be >= elements on the site. */
	text-align: center;
	white-space: nowrap;
	cursor: pointer;
	background: #333;
	background: rgba(0, 0, 0, 0);
}
.featherlight:last-of-type {
	background: rgba(0, 0, 0, 0.8);
}
.featherlight:before {
	content: '';
	display: inline-block;
	height: 100%;
	vertical-align: middle;
}

.featherlight .featherlight-content {
	position: relative;
	text-align: left;
	vertical-align: middle;
	display: inline-block;

	/* dimensions: cut off images */
	overflow: auto;
	padding: 25px 25px 0;
	border-bottom: 25px solid transparent;

	/* dimensions: handling large content */
	margin-left: 5%;
	margin-right: 5%;
	max-height: 95%;

	/* styling */
	background: #fff;
	cursor: auto;

	/* reset white-space wrapping */
	white-space: normal;
}

/* contains the content */
.featherlight .featherlight-inner {
	/* make sure its visible */
	display: block;
}

/* don't show these though */
.featherlight script.featherlight-inner,
.featherlight link.featherlight-inner,
.featherlight style.featherlight-inner {
	display: none;
}

.featherlight .featherlight-close-icon {
	/* position: centering vertical and horizontal */
	position: absolute;
	z-index: 9999;
	top: 0;
	right: 0;

	/* dimensions: 25px x 25px */
	line-height: 25px;
	width: 25px;

	/* styling */
	cursor: pointer;
	text-align: center;
	font-family: Arial, sans-serif;
	background: #fff; /* Set the background in case it overlaps the content */
	background: rgba(255, 255, 255, 0.3);
	color: #000;
	border: none;
	padding: 0;
}

/* See http://stackoverflow.com/questions/16077341/how-to-reset-all-default-styles-of-the-html5-button-element */
.featherlight .featherlight-close-icon::-moz-focus-inner {
	border: 0;
	padding: 0;
}

.featherlight .featherlight-image {
	/* styling */
	width: 100%;
}


.featherlight-iframe .featherlight-content {
	/* removed the border for image croping since iframe is edge to edge */
	border-bottom: 0;
	padding: 0;
	-webkit-overflow-scrolling: touch;
}

.featherlight iframe {
	/* styling */
	border: none;
}

.featherlight * { /* See https://github.com/noelboss/featherlight/issues/42 */
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

/* handling phones and small screens */
@media only screen and (max-width: 1024px) {
	.featherlight .featherlight-content {
		/* dimensions: maximize lightbox with for small screens */
		margin-left: 0;
		margin-right: 0;
		max-height: 98%;

		padding: 10px 10px 0;
		border-bottom: 10px solid transparent;
	}
}

/* hide non featherlight items when printing */
@media print {
	html.with-featherlight > * > :not(.featherlight) {
		display: none;
	}
}


/* ==========================================================================
   MEDIA QUERIES
   ========================================================================== */
/*@media only screen and (min-width: 2101px) {
   .home header {
	   background-position: 0 -250px;
   }
   header section {
	   background-size: cover;
   }
   .home header p {
	   margin-top: 300px;
   }
   .property-single header p {
	   margin-top: 180px;
   }
}
@media only screen and (min-width: 2250px) {
	.home header {
		background-position: 0 -310px;
	}
	nav {
		top: 120px;
	}
}
@media only screen and (min-width: 1826px) {
	header section {
		background-size: cover;
	}
}*/

@media only screen and (max-width: 2000px) {
	.home header,
	header {
		background: url(img/header-bg-home_med.webp) no-repeat;
		height: 95vh;
	}
	nav ul {
		padding: 0 13.5%;
	}
	.about header {
		background: url(img/header-bg-about_med.webp) no-repeat;
		background-position: 0 -50px;
	}
	.affordability header {
		background: url(img/header-bg-affordability_med.webp) no-repeat;
		background-position: 0 -50px;
	}
	.contact header {
		background: url(img/header-bg-contact_med.webp) no-repeat;
		background-position: 0 -50px;
	}
	.communities header {
		background: url(img/header-bg-community_med.webp) no-repeat;
		background-position: 0 -50px;
	}
	.faqs header {
		background: url(img/header-bg-faq_med.webp) no-repeat;
		background-position: 0 -50px;
	}
	.property-single.bp header {
		background: url(img/properties/belmont-place/header-bg_med.webp) 0 0 no-repeat;
		background-size: cover;
	}
	.property-single.ev header {
		background: url(img/properties/emerald-village/header-bg_med.webp) 0 0 no-repeat;
		background-size: cover;
	}
	.property-single.fo header {
		background: url(img/properties/forest-oaks/header-bg_med.webp) 0 0 no-repeat;
		background-size: cover;
	}
	.property-single.fv header {
		background: url(img/properties/freedom-village/header-bg_med.webp) 0 0 no-repeat;
		background-size: cover;
	}
	.property-single.hcv header {
		background: url(img/properties/hunt-club-village/header-bg_med.webp) 0 0 no-repeat;
		background-size: cover;
	}
	.property-single.lv header {
		background: url(img/properties/liberty-village/header-bg_med.webp) 0 0 no-repeat;
		background-size: cover;
	}
	.property-single.pcv header {
		background: url(img/properties/poplar-creek-village/header-bg_med.webp) 0 0 no-repeat;
		background-size: cover;
	}
	.property-single.tcp header,
	.property-single header {
		background: url(img/properties/town-center-pointe/header-bg_med.webp) 0 0 no-repeat;
		background-size: cover;
	}
	.property-single.zm header {
		background: url(img/properties/zurich-meadows/header-bg_med.webp) 0 0 no-repeat;
		background-size: cover;
	}
	.lifestyle header {
		background: url(img/header-bg-lifestyle_med2.webp) no-repeat;
		background-position: 0 -50px;
	}
	.testimonial-page header {
		background: url(img/header-bg-testimonials_med.webp) no-repeat;
		background-position: 0 -50px;
	}
	.experience {
		flex-flow: column wrap;
	}
	.experience h2 {
		margin: 2rem auto 10px auto;
	}
}
@media only screen and (max-width: 1880px) {
	/*.grid4 .img h4 {
		font-size: 2.62rem;
	}*/
	label.radio {
		margin-right: 45px;
	}
	nav ul {
		padding: 0 10%;
	}
	.contact-us input[type=submit],
	button.g-recaptcha {
		width: 50%;
	}
}
@media only screen and (max-width: 1825px) {
	.communities header p {
		margin-top: 230px;
	}
}
@media only screen and (max-width: 1790px) {
	label.radio {
		margin-right: 40px;
	}
}
@media only screen and (max-width: 1760px) {
	.home header,
	header {
		background: url(img/header-bg-home_sm.webp) no-repeat;
		background-size: cover;
		background-position: 0 -90px;
	}
	.about header {
		background: url(img/header-bg-about_sm.webp) no-repeat;
		background-size: cover;
		height: 80vh
	}
	.affordability header {
		background: url(img/header-bg-affordability_sm.webp) no-repeat;
		background-size: cover;
		background-position: 0 -90px;
	}
	.communities header {
		background: url(img/header-bg-community_sm.webp) no-repeat;
		background-size: cover;
		background-position: 0 -90px;
	}
	.contact header {
		background: url(img/header-bg-contact_sm.webp) no-repeat;
		background-size: cover;
		background-position: 0 -90px;
	}
	.faqs header {
		background: url(img/header-bg-faq_sm.webp) no-repeat;
		background-size: cover;
		background-position: 0 -90px;
	}
	.property-single header {
		height: 60vh;
	}
	.property-single.bp header {
		background: url(img/properties/belmont-place/header-bg_sm.webp) 0 0 no-repeat;
		background-size: cover;
	}
	.property-single.ev header {
		background: url(img/properties/emerald-village/header-bg_sm.webp) 0 0 no-repeat;
		background-size: cover;
	}
	.property-single.fo header {
		background: url(img/properties/forest-oaks/header-bg_sm.webp) 0 0 no-repeat;
		background-size: cover;
	}
	.property-single.fv header {
		background: url(img/properties/freedom-village/header-bg_sm.webp) 0 0 no-repeat;
		background-size: cover;
	}
	.property-single.hcv header {
		background: url(img/properties/hunt-club-village/header-bg_sm.webp) 0 0 no-repeat;
		background-size: cover;
	}
	.property-single.lv header {
		background: url(img/properties/liberty-village/header-bg_sm.webp) 0 0 no-repeat;
		background-size: cover;
	}
	.property-single.pcv header {
		background: url(img/properties/poplar-creek-village/header-bg_sm.webp) 0 0 no-repeat;
		background-size: cover;
	}
	.property-single.tcp header,
	.property-single header {
		background: url(img/properties/town-center-pointe/header-bg_sm.webp) 0 0 no-repeat;
		background-size: cover;
	}
	.property-single.zm header {
		background: url(img/properties/zurich-meadows/header-bg_sm.webp) 0 0 no-repeat;
		background-size: cover;
	}
	.lifestyle header {
		background: url(img/header-bg-lifestyle_sm.webp) no-repeat;
		background-size: cover;
		background-position: 0 -90px;
	}
	.testimonial-page header {
		background: url(img/header-bg-testimonials_sm.webp) no-repeat;
		background-size: cover;
		background-position: 0 -90px;
	}
	nav ul {
		padding: 0 5%;
	}
	.sidebar {
		padding: 1.5% 1%;
	}
	.sidebar h3 {
		font-size: 2.35rem;
	}
	.property-single a.button.large {
		font-size: 2.2rem;
	}
}
@media only screen and (max-width: 1700px) {
	.main {
		padding: 80px 6%;
	}
	footer {
		padding: 70px 6% 40px 6%;
	}
	.contact-us {
		padding: 35px 6%;
	}
	.testimonials .divider hr {
		flex: 0 1 25%;
	}
	footer li {
		line-height: 2em;
	}
}
@media only screen and (max-width: 1640px) {
	/*header {
		background-position: -100px 0;
	}*/
	.home header,
	header {
		padding-bottom: 0;
	}
	header section {
		background-size: 140%;
	}
	header p {
		font-size: 10rem;
		margin-top: 20px;
	}
	.properties .divider hr {
		flex: 0 1 28%;
	}
}
@media only screen and (max-width: 1580px) {
	/*.logo {
		height: 150px;
	}*/
	.grid4 p {
		font-size: 4rem;
	}
}
@media only screen and (max-width: 1550px) {
	.home header,
	header {
		background-position: 0 -50px;
		height: 90vh;
	}
	nav ul {
		padding: 0 10px;
	}
	/*.home header p,
	header p {
		margin-top: 220px;
	}*/
	.communities header p,
	.faqs header p {
		margin-top: 200px;
	}
	.main {
		padding: 30px 6% 80px 6%;
	}
	.grid3 {
		grid-gap: 0;
	}
	footer h4 {
		font-size: 1.5rem;
	}
	footer span {
		font-size:2.2rem;
	}
}
@media only screen and (max-width: 1515px) {
	label.radio {
		margin-right: 30px;
	}
}
@media only screen and (max-width: 1490px) {
	.testimonials .divider hr {
		flex: 0 1 20%;
	}
	.locations .divider hr {
		flex: 0 1 26%;
	}
	.about header {
		height: 70vh
	}
}
@media only screen and (max-width: 1450px) {
	.home header,
	header {
		height: 90vh;
	}
	header p {
		font-size: 9rem;
	}
	.grid4 .img h4 {
		font-size: 2.5rem;
	}
	.grid4 p {
		font-size: 3.4rem;
	}
	input[type=text],
	input[type=tel],
	input[type=email]
	 {
	  height: 50px;
	}
	.property-details {
		width: 70%;
	}
}
@media only screen and (max-width: 1430px) {
	/*.logo {
		height: 135px;
	}*/
	.property-single header {
		height: 70vh;
	}
	.property-single.hcv header {
		background: url(img/properties/hunt-club-village/header-bg_sm.webp) 0 0 no-repeat;
		background-size: 125%;
	}
	.communities header,
	.faqs header {
		background-position: 0 -40px;
		background-size: 106%;
		height: 70vh;
	}
	.communities header p,
	.faqs header p {
		margin-top: 120px;
	}
	.span_4_of_12.sidebar {
		width: 30%;
	}
	.sidebar h3 {
		font-size: 2rem;
	}
}
@media only screen and (max-width: 1390px) {
	label.radio {
		margin-right: 20px;
	}
}

@media only screen and (max-width: 1367px) {
	header section {
		background-size: 120%;
	}
	.logo {
		height: 80px;
	}
	header p {
		font-size: 8rem;
	}
	header .phone {
		font-size: 100%;
	}
	nav {
		top: 100px;
	}
	nav li {
		margin-top: 16px;
	}
	nav a {
		font-size: 115%;
	}
	ul {
		font-size: 1.1rem;
	}
	.address span {
		font-size: 2rem;
	}
	.home .main ul:before {
		font-size: 110%;
	}
	.experience h2 {
		font-size: 3rem;
	}
	.grid4 .img h4 {
		font-size: 2.4rem;
	}
	.property-single a.button.large {
		flex-wrap: wrap;
		padding: 12px 0;
		height: auto;
		line-height: 1.2em;
	}
	.property-single a.button.large em {
		width: 100%;
	}
	.property-single a.button.large svg {
		height: 35px;
	}
	form.fancy-form label {
	  font-size: 130%;
	}
	input[type=submit].g-recaptcha {
	  font-size: 170%;
	  padding: 5px 0;
	  width: 200px;
	}
	footer h4 {
		font-size: 1.3rem;
	}
}
@media only screen and (max-width: 1270px) {
	.home header,
	header {
		height: 80vh;
	}
	header section {
		height: 180px;
	}
	.about header {
		height: 60vh
	}
	label.radio {
		display: block;
	}
	.communities header,
	.faqs header {
		height: 72vh;
	}
	.communities header p,
	.faqs header p {
		margin-top: 200px;
	}
	.logo {
		height: 65px;
		top: 65px;
	}
	nav {
		top: 90px;
	}
	nav li ul {
		top: 2.2rem;
	}
	li.logo-left {
		padding-right: 150px;
	}
	li.logo-right {
		padding-left: 150px;
	}
	header .phone {
		font-size: 1.2rem;
	}
	.properties .divider hr {
		flex: 0 1 23%;
	}
	div.row.half1,
	div.row.half2 {
		width: 100%;
		float: none;
		margin-left:0;
	 }
	div.row {
	margin-bottom: 15px;
	}
	.cta-contact p {
	  font-size: 1.55rem;
	}
}
@media only screen and (max-width: 1230px) {
	.home header,
	header {
		height: 65vh;
		background-position: 0 -80px;
	}
	.faqs header p {
		margin-top: 50px;
	}
	header p {
		margin-top: 60px;
	}
}
@media only screen and (max-width: 1220px) {
	header section {
		display: none;
	}
	header p {
		font-size: 5.5rem;
	}
	#mobile-header  {
		display: block;
		position: absolute;
		top: 9px;
		right: 15px;
		font-family: var(--font-header);
		font-size: 1.2rem;
	}
	#mobile-header a {
		color: rgb(var(--primary));
		text-decoration: none;
	}
	.mobile-logo {
		display: block;
		width: 50%;
		margin: 0 auto 10px auto;
		position: relative;
		top: 20px;
	}
	.sidr-class-mobile {
		display: block;
		padding: 0 15px;
		font-family: var(--font-header);
		color: rgb(var(--secondary));
	}
	.main {
		padding: 20px 4% 80px 4%;
	}
	nav ul {
		padding: 0 10%;
	}
	nav li ul {
		top: 2rem;
	}
	.experience h2 {
		padding: 0;
	}
	.grid2 h2 {
		margin-top: 20px;
	}
	.items-center ul img {
		width: 2.2rem;
	}
	footer span,
	footer p {
		font-size: 1.8rem;
	}
}
@media only screen and (max-width: 1160px) {
	.home header,
	header {
		background-position: 0 -30px;
	}
	header section {
		height: 160px;
	}
	.communities header,
	.faqs header {
		height: 58vh;
	}
	.property-single header {
		height: 60vh;
	}
	.content ul {
		width: 100%;
	}
	header p  {
		font-size: 8rem;
	}
	/*.main {
		padding-top: 0;
	}*/
	.divider span {
		font-size: 2rem;
	}
	footer header img {
		width: 36%;
	}
	.btn-submit input[type="submit"] {
		font-size: 2rem;
	}
	.contact-us input[type=submit],
	button.g-recaptcha {
		width: 100%;
	}
}
@media only screen and (max-width: 1030px) {
	/*body,
	.main ul.list {
		font-size: 16px;
	}*/
	.contact-us {
		padding: 35px 4%;
	}
	.home header,
	header {
		height: 44vh;
		background-position: 0 -120px;
	}
	.communities header {
		height: 44vh;
		background-position: 0 -40px;
	}
	.faqs header {
		height: 44vh;
		background-position: 0 0;
	}
	.about header {
		height: 50vh
	}
	h4 {
		font-size: 1.6rem;
	}
	.communities header p {
		margin-top: 90px;
	}
	.faqs header p {
		margin-top: 0;
	}
	.home h2 {
		font-size: 3rem;
	}
	.property-details {
		width: 100%;
	}
	.property .button {
		font-size: 125%;
	}
	.contact-us div {
		width: 100%;
	}
	.contact-us div.intro,
	.contact-us form {
		width: 100%;
	}
	.items-center ul {
		grid-template-columns: repeat(1,minmax(0,1fr));
	}
	.items-center h3 {
		margin-bottom: 8px;
	}
	.button {
		width: 100%;
	}
	.divider span {
		font-size: 1.7rem;
	}
	form.fancy-form label {
	  font-size: 120%;
	}
	footer {
		flex-flow: column wrap;
		padding: 10px 4% 40px 4%;
	}
	footer div:nth-child(1) {
		width: 100%;
		text-align: center;
	}
	footer div:nth-child(1) img {
		width: 190px;
	}
	footer div:nth-child(2) {
		text-align: center;
		width: 100%;
	}
	footer div:nth-child(3) {
		display: flex;
		justify-content: center;
		align-items: center;
		text-align: center;
		width: 100%;
	}
	footer span, footer p {
		font-size: 1.4rem;
	}
	footer h4 {
		display: inline;
		font-size: 1.6rem;
		margin: 0 20px 0 0;
	}
	footer ul a {
		font-size: 115%;
	}
	.legal p {
		font-size: 100%;
		margin: 5px auto;
	}
	.btn-submit input[type="submit"] {
		font-size: 1.5rem;
	}
}
@media only screen and (max-width: 930px) {
	header p {
		margin-top: 35px;
		font-size: 5.5rem;
	}
	.quote {
		width: 100%;
		margin-bottom: 25px;
		background-size: 25%;
	}
}
@media only screen and (max-width: 900px) {
	.photo-slider.owl-theme .owl-nav {
		top: 70px;
	}
	.property-single header {
		height: 60vh;
	}
	.faqs header p {
		margin-top: 0;
	}
	header p.town {
		font-size: 2rem;
	}
	header .address {
		bottom: 15px;
	}
	.address span {
		font-size: 1.5rem;
		padding-left: 20px;
	}
	.property-single header .address span::before {
		width: 17px;
		top: 3px;
	}
	.divider img {
		width: 3%;
	}
	.divider hr {
		flex: 0 1 47%;
	}
	.grid3 {
		grid-template-columns: repeat(2, 1fr);
	}
	.grid3 div {
		border: 0 none;
		margin-bottom: 20px;
	}
	.grid3 div:nth-child(odd) {
		border-right: 1px solid rgb(var(--primary));
	}
}
@media only screen and (max-width: 840px) {
	.home header,
	header {
		background: url(img/header-bg-home_xs.webp) no-repeat;
	}
	.about header {
		background: url(img/header-bg-about_xs.webp) no-repeat;
		height: 38vh;
	}
	.affordability header {
		background: url(img/header-bg-affordability_xs.webp) no-repeat;
		background-size: cover;
		background-position: 0 -90px;
		height: 40vh;
	}
	.contact header {
		background: url(img/header-bg-contact_xs.webp) no-repeat;
		background-size: cover;
		background-position: 0 -90px;
		height: 36vh;
	}
	.communities header {
		background: url(img/header-bg-community_xs.webp) no-repeat;
		height: 36vh;
		background-size: cover;
	}
	.faqs header {
		background: url(img/header-bg-faq_xs.webp) no-repeat;
		height: 36vh;
	}
	.property-single header {
		height: 36vh;
		background-size: cover;
	}
	.property-single.bp header {
		background: url(img/properties/belmont-place/header-bg_xs.webp) 0 0 no-repeat;
	}
	.property-single.ev header {
		background: url(img/properties/emerald-village/header-bg_xs.webp) 0 0 no-repeat;
	}
	.property-single.fo header {
		background: url(img/properties/forest-oaks/header-bg_xs.webp) 0 0 no-repeat;
	}
	.property-single.fv header {
		background: url(img/properties/freedom-village/header-bg_xs.webp) 0 0 no-repeat;
	}
	.property-single.hcv header {
		background: url(img/properties/hunt-club-village/header-bg_xs.webp) 0 0 no-repeat;
	}
	.property-single.lv header {
		background: url(img/properties/liberty-village/header-bg_xs.webp) 0 0 no-repeat;
	}
	.property-single.pcv header {
		background: url(img/properties/poplar-creek-village/header-bg_xs.webp) 0 0 no-repeat;
	}
	.property-single.tcp header,
	.property-single header {
		background: url(img/properties/town-center-pointe/header-bg_xs.webp) 0 0 no-repeat;
	}
	.property-single.zm header {
		background: url(img/properties/zurich-meadows/header-bg_xs.webp) 0 0 no-repeat;
	}
	.lifestyle header {
		background: url(img/header-bg-lifestyle_xs.webp) no-repeat;
		background-size: 110%;
		background-position: -55px -90px;
		height: 36vh;
	}
	.testimonial-page header {
		background: url(img/header-bg-testimonials_xs.webp) no-repeat;
		background-size: cover;
		background-position: 0 -30px;
		height: 36vh;
	}
	header p {
		margin-top: 0;
	}
	.about header p {
		margin-top: 25px;
	}
	.content ul {
		grid-template-columns: repeat(6, 15%);
	}
	.main .content ul {
		line-height: 1em;
	}
	.content a {
		font-size: 0.9rem;
	}
	.main .close-by ul {
		width: 100%;
		font-size: 100%;
	}
	section.span_8_of_12,
	section.span_4_of_12,
	section.span_4_of_12.sidebar,
	.form {
		width: 100%;
	}
	.main.flex {
		flex-wrap: wrap;
	}
	.hero-slider.owl-theme .owl-nav [class*='owl-'] {
		width: 40px;
	}
	.sidebar {
		padding: 1.5% 3%;
	}
	footer li {
		font-size: 1rem;
	}
	.legal {
		text-align: center;
	}
}
@media only screen and (max-width: 780px) {
	#mobile-header {
		top: 6px;
	}
	header h1 {
		font-size: 5.5rem;
	}
	.grid .items-center {
		padding: 0 1rem;
	}
	.pt {
		padding-top: 12rem;
	}
	p,
	.main ul {
		font-size: 1.2rem;
	}
	.home .main ul:before {
		font-size: 90%;
	}
	.testimonials .divider hr {
		flex: 0 1 15%;
	}
	form.fancy-form label {
		font-size: 140%;
	  }
	div.row.submit {
		  text-align: center;
	  }
	input[type=submit].g-recaptcha {
		   width: 90%;
		   padding: 10px 0;
		 }
	footer header img {
		width: 50%;
	}
}
@media only screen and (max-width: 767px) {
	.home header,
	header {
		background-position: -120px 0;
		background-size: 150%;
	}
	.main ul {
		line-height: 1.25em;
	}
}
@media only screen and (max-width: 680px) {
	.span_1_of_12, .span_2_of_12, .span_3_of_12, .span_4_of_12, .span_5_of_12, .span_6_of_12, .span_7_of_12, .span_8_of_12, .span_9_of_12, .span_10_of_12, .span_11_of_12, .span_12_of_12 {
		width: 100%;
	}
	.home header,
	header {
		background-position: 0 -90px;
	}
	header section {
		height: 150px;
	}
	.home .flex {
		flex-flow: row wrap;
	}
	.left-side,
	.right-side {
		text-align: center;
		padding:0 1%;
	}
	.contact-us p,
	.contact-us h3 {
		text-align: center;
	}
	.contact-us form div:nth-child(1) {
		width: 100%;
	}
	.contact-us form div:nth-child(2),
	.contact-us form div:nth-child(3) {
		width: 48%;
	}
	.main .activities ul,
	.main .amenities ul {
		font-size: 1.25rem;
	}
}
@media only screen and (max-width: 610px) {
	.main {
		padding-bottom: 20px;
	}
	.mobile-logo {
		width: 80%;
		top: 40px;
	}
	h1 {
		font-size: 2.5rem;
	}
	header p,
	.home header p {
		font-size: 4.5rem;
		margin-top: 45px;
		line-height: 0.9em;
	}
	.properties .divider hr,
	.locations .divider hr,
	.testimonials .divider hr {
		flex: 0 1 100%;
	}
	.divider span {
		margin: 0 auto;
	}
	.property p {
		line-height: auto;
	}
	.grid1,
	.grid2 {
		grid-template-columns: 100%;
		grid-template-rows: auto;
	}
	.home h1 {
		font-size: 1.8rem;
		line-height: 1.4em;
	}
	.grid1 ul {
		margin-top: 0;
	}
	.grid2 h2 {
		font-size: 2.12rem;
		grid-area: 1 / 1 / 2 / 2;
	}
	.grid3 {
		grid-template-columns: 100%;
	}
	.grid3.testimonials {
		grid-template-columns: 50%;
	}
	.grid3 div:nth-child(odd) {
		border: 0 none;
	}
	.contact-us input[type=submit],
	.contact-us fieldset {
		width: 100%;
	}
}
@media only screen and (max-width: 540px) {
	.communities .property div.photo,
	.communities .property div {
		width: 100%;
	}
	.content ul {
		grid-template-rows: minmax(100px, auto);
		grid-template-columns: repeat(4, 23%);
		grid-gap: 30px 2%;
	}
	header p.town {
		font-size: 1.5rem;
	}
	.communities .property img {
		width: 100%;
	}
}

@media only screen and (max-width: 540px) {
	.about header {
		height: 38vh;
		background-size: cover;
	}
	.about header p {
		margin-top: 45px;
	}
	h1 {
		font-size: 2.2rem;
	}
	h2 {
	font-size: 2rem;
	}
	footer header img {
		width: 80%;
	}
}
@media only screen and (max-width: 480px) {
	.home header,
	header {
		background-position: -48px 0;
		background-size: 142%;
		height: 60vh;
	}
	.faqs header p {
		margin-top: 60px;
	}
	header h1 {
		font-size: 3.5rem;
	}
	header p {
		font-size: 3.75rem;
	}
	header section {
		background-size: 130%;
		background-position-x: -25px;
	}
	.property-single header {
		height: 50vh;
	}
	footer span, footer p {
		font-size: 1rem;
	}
}
@media only screen and (max-width: 400px) {
	h1 {
		font-size: 2rem;
	}
}

/* ==========================================================================
   Helper classes
   ========================================================================== */
.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    *text-indent: -9999px;
}
.ir:before {
    content: "";
    display: block;
    width: 0;
    height: 150%;
}
.hidden {
    display: none !important;
    visibility: hidden;
}
.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}
.invisible {
    visibility: hidden;
}
.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}
.clearfix:after {
    clear: both;
}
.clearfix {
    *zoom: 1;
}
.note {
	font-size: 80%;
	font-style: italic;
}
/* ==========================================================================
   Print styles
   ========================================================================== */

@media print {
    * {
        background: transparent !important;
        color: #000 !important;
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group;
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    @page {
        margin: 0.5cm;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}
