body {
	margin:0px;
	padding:0px 0 0 0;
	height:100%;
	background-color: #fff;
	-webkit-font-smoothing:antialiased;
	font-family: realist, sans-serif;
	font-weight: 300;
	font-size: 18px;
	color: #333333;
	line-height: 1.67;
	letter-spacing: 0.1px;
}
body.no-scroll {
        overflow:hidden;
}
* {
    box-sizing: border-box;
}
a {
	color:#4d9bcb;
	text-decoration: none;
}
.dynamic a {
	font-weight:bold;
}
a:hover {
	color: #154f88;
	text-decoration: underline;
}
p:last-child {
	margin-bottom:0;
}
hr {
	height:1px;
	border:none;
	border-top:1px solid #ddd;
	margin-top:20px;
	margin-bottom:20px;
}
hr.red {
	border-color:#c70a26;
}
input, button, select, textarea {
    font: inherit;
        font-family: realist, sans-serif;
    font-size: inherit;
    line-height: inherit;
	margin: 0;
	color: inherit;
}
input, textarea {
	font-weight: 400;
	font-size: 18px;
	color: #6a6a6a;
	text-align: left;
	letter-spacing: 0.2px;
	background-color: #ffffff;
	border:1px solid #d7d7d7;
	padding:7px 10px;
	max-width:calc(100% - 20px);
}
input.button, input[type=submit], input[type=checkbox], input[type=radio] {
	max-width:100%;
}
select, .fancybox-wrap select {
	-webkit-appearance:none;
	background:#fff;
    border-radius: 0px;
	cursor: pointer;
	-webkit-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
	background-image:url('/images/selectarrow.png');
	background-position: center right 5px;
	background-repeat:no-repeat;
	padding-right:25px;
	padding-left:10px;
	padding-top:7px;
	padding-bottom:7px;

	font-weight: 400;
	font-size: 18px;
	color: #6a6a6a;
	letter-spacing: 0.2px;
	border: 1px solid #d7d7d7;
}
.outerContent {
	width:1400px;
	max-width:95%;
	margin:0px auto;
}
.innerContent {
	width:1270px;
	margin:0px auto;
	max-width:90%;
	position:relative;
}
a.fancypage {
        cursor:pointer;
}
.alert {
    color:#ffffff !important;
    font-weight:bold;
        background-color:#990000;
        padding:3px 5px;
        margin-bottom:5px;
}
p {
	margin-top:0;
	padding-top:0;
}
.highlight {
	font-family: shelby;
	font-size: 187%;	
	font-weight: 600;
	line-height:1;
	color: #0083bc;
	transition: visibility 0s linear 300ms;
}
html:not(.wf-shelby-n7-active) .highlight {
	visibility:hidden;
}
h1 .highlight {
	font-size: 167%;	
	font-weight:400;
	line-height:.5;
}
.lighter {
	font-family: realist, sans-serif;
	font-weight: 300;
	letter-spacing: 1px;
}
h1 .caption {
	font-style:normal;
	font-weight:600;
	color:#555555;
	font-size: 10px;
	letter-spacing:.03em;
	text-transform:uppercase;
	margin-top:20px;
	font-family: "Open Sans",Arial,Helvetica,sans-serif;
}
.main-container table {
	table-layout:fixed;
	max-width:100%;
	height:auto !important;
}
*:has(table[style*="float"])::after {
  content: "";
  clear: both;
  display: table;
}
.home-detail .stage {
	font-size:10px;
	color:#fff;
	text-transform:uppercase;
	font-weight:bold;
}
.home-detail .stage.sale-pending,
.home-detail .stage.under-construction {
	border-radius: .25em;
	padding:2px 5px;
    background-color: #d9534f;
}
.home-detail .stage.under-construction {
	background-color:#ffff00;
	color:#000;
}
.home-detail .stage.sale-pending::after {
	content:"Pending";
}
.home-detail .stage.under-construction::after {
	content:"Under Construction";
}
h2 .small {
	color:#473d32;
	font-size:14px;
	font-weight:normal;
}

h3 .small {
	color:#473d32;
	font-size:12px;
	font-weight:normal;
}
.home-detail h3 {
	text-transform:uppercase;
	font-size:15px;
	font-weight:bold;
}
.home-detail .details-text {
	line-height:2;
}
.floorplanDetail .subheading {
	margin-bottom:10px;
}
.floorplanDetail .button {
margin-bottom:10px;
}
.floorplanDetail.home-detail .right-section {
	padding-top:30px;
}
.navigation-options h1 {
	margin-bottom:0;
}
.navigation-options .price-container {
	flex-grow: 1;
    text-align: right;
}
.navigation-options .price-container .price {
	font-size: 25px;
    color: #000;
    font-weight: 700;
}
.navigation-options .price-container .mls {
	font-size:11px;
	color:#888;
}
.disclaimer {
	color:#888;
	font-size:85%;
	margin-top:10px;
}
.hr-text {
    display: block;
    text-align: center;
    overflow: hidden;
    white-space: nowrap;
	margin-bottom:10px;
}
.hr-text > span {
    font-size: 16px;
    font-style: italic;
    font-family: "Palatino Linotype","Book Antiqua",Palatino,serif;
    font-weight: bold;
    color: #e6dabb;
	position: relative;
    display: inline-block;
	text-transform:none;
}
.hr-text>span:before, .hr-text>span:after {
    content: "";
    position: absolute;
    top: 50%;
    width: 9999px;
    height: 1px;
    background: #ddd;
}
.hr-text>span:before {
    right: 100%;
    margin-right: 5px;
}
.hr-text>span:after {
    left: 100%;
    margin-left: 5px;
}
.two-col {
	display:flex;
	justify-content:space-between;
}
.two-col .left-section {
	width:64%;
}
.two-col .right-section {
	width:33%;
}

.tagline {
	font-size:18px;
	font-style:italic;
	color:#000;
	font-weight:300;
	margin-bottom:15px;
}
.phone a i {
	color:#000;
}
.community-detail-wrapper .pricepoint {
	color:#e51937;
	font-size:22px;
	font-weight:bold;
	margin-bottom:20px;
}
.community-detail-wrapper .thumbnail {
	width:100%;
}
.community-detail-wrapper .content.flex > div {
	padding-right:40px;
}
.community-detail-wrapper .two-col {
	margin-top:20px;
}
.community-detail-wrapper .left-section {
	width:66%;
}
.community-detail-wrapper .right-section {
	width:33%;
}
.community-detail-wrapper .panel {
	margin-top:0;
}
.community-detail-wrapper .panel-content .top {
	font-size:13px;
	font-weight:bold;
	text-transform:uppercase;
	text-align:center;
}
.community-detail-wrapper .panel-content .top .phone {
	font-size:22px;
}
.community-detail-wrapper .panel iframe {
	width:100%;
}
.community-detail-wrapper .toggle-tabs {
	margin-top:40px;
}
.community-detail-wrapper .description {
	margin-top:20px;
	color:#000;
}
.community-detail-wrapper .photo-container .homePhotos {
	position:absolute;
	top:0;bottom:0;right:0;left:0;
	width:100%;
	height:100%;
	margin-bottom:0;
}
.community-detail-wrapper .photo-container {
	position:relative;
}
.community-detail-wrapper .photo-container .ratio {
	position:relative;
	display:block;
	width:100%;
	padding-top:62%;
	margin-bottom:20px;
}
.community-detail-wrapper .thumbnail-slider {
	justify-content:flex-start;
}
.brochure {
	color:#473d32;
	text-align:center;
	text-decoration:none;
	display:inline-block;
}
.brochure:hover {
	color:#000;
	text-decoration:none;
}
.brochure i {
	font-size:27px;
	display:block;
}
.floorplanDetail h1 {
	position:relative;
}
.floorplanDetail .top-section {
	text-align:right;
    display: flex;
    justify-content: flex-end;
	position:absolute;
	right:0;
	bottom:0;
}
.floorplanDetail .top-section > a.placeholder {
	flex-grow:1;
}
.floorplanDetail .top-section > a {
	margin-left:10px;
	font-size:10px;
	font-weight:bold;
	text-transform:uppercase;
	color:#000;
	text-align:center;
	display:inline-block;
	width:auto;
	text-decoration:none;
}
.floorplanDetail .top-section > a > .img-wrapper {
	height:35px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}
.floorplanDetail {
	padding-top:50px;
}
.floorplanDetail .left-section {
	width:63%;
}
.floorplanDetail .right-section {
	width:33%;
}
.left-section .wrapper {
	padding-right:40px;
}
.floorplanDetail .plans {
	overflow:hidden;
}
.floorplanDetail .form-container {
	padding:40px;
}
.floorplanDetail .plans img {
	max-height:550px;
}
a.virtualtour {
	color:#000;
	text-transform:uppercase;
	font-weight:600;
	text-decoration:none;
	text-align:center;
	display:block;
	margin:0px auto;
}
.virtualtour img {
	display:inline-block;
	vertical-align:middle;
	margin-bottom:0;
}
.floorplanDetail .specs {
	margin-top:30px;
	margin-bottom:10px;
	font-size:26px;
}
.floorplanDetail .description {
	margin-bottom:30px;
}
.floorplanDetail .similar {
	margin-top:50px;
}
.form-wrapper label:not(.for-checkbox), .hbspt-form label:not(.hs-form-radio-display) {
	display:block;
	font-family: realist, sans-serif;
	font-weight: 700;
	font-size: 14px;
	color: #4674a1;
	text-transform: uppercase;
	text-align: left;
	letter-spacing: 0.6px;
}
.hbspt-form .field {
	margin-bottom:20px;
}
.hbspt-form input[type=radio] {
	margin-right:10px;
}
.hbspt-form ul {
	margin:0;
	padding:0;
	list-style:none;
}
body .hbspt-form .hs-error-msg {
	color:#990000;
	font-size:12px;
}
header {
	position:absolute;
	width:100%;
	left:0;right:0;
	height:130px;
	z-index:1000;
	display:flex;
}
header.background {
	background: rgba(21, 79, 136, 0.95);
	mix-blend-mode: multiply;
}
header .innerContent {
	display:flex;
	justify-content:flex-end;
	align-items:stretch;
}
header .logo { 
	width:300px;
	align-self:center;
}
header a {
	color:inherit;
}
header .phone {
	font-size:18px;
	font-weight:bold;
}
header .contact-info {
	font-family: 'Faustina', serif;
	font-weight: 400;
	font-size: 18px;
	color: #f7c657;
	text-transform: uppercase;
	letter-spacing: 0.2px;
	margin-top:20px;
}
header .contact-info span:not(:last-child) {
	margin-right:30px;
}
header .contact-info a {
	font-family: realist, sans-serif;
	font-weight: 700;
	font-size: 16px;
	color: #ffffff;
	text-transform:none;
	letter-spacing: 0.6px;

	text-decoration:none;
}
header .contact-info a:hover {
	text-decoration:underline;
}
header .right-side {
	text-align:right;
	padding-bottom:5px;
	flex-grow:1;
	width:calc(100% - 300px);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
header a:hover {
	color:#fff;
}

.main-container {
	padding-bottom:40px;
	min-height:400px;
}
.no-slideshow {
	padding-top:130px;
}
.main-container .forToolbox {
	display:none;
}
.interior .main-container > .innerContent:not(:empty) {
	padding-top:40px;
}
.p_index .blocks {
	background-color: #e6dabb;
	padding:20px 0 15px 0;
	margin-bottom:30px;
}
.blocks .photo {
	background-size:cover;
	background-repeat:no-repeat;
	background-position:center center;
}
.blocks .photo::after {
	content:"";
	display:block;
	width:100%;
	padding-top:78%;
}
.blocks .container {
	display:flex;
	justify-content:space-between;
	flex-wrap:wrap;
}
.p_index .blocks .item  {
	width:18%;
	box-shadow: 0 1px 2px 1px rgba(0, 0, 0, 0.25);
	margin-bottom:20px;
}
.blocks .item:hover {
  	box-shadow: 0 1px 10px 3px rgba(0, 0, 0, 0.25);
}
.blocks .item a {
	-webkit-transition: all .5s ease 0s;
    transition: all .5s ease 0s;
	text-decoration:none;
}
.blocks .item a .heading {
	-webkit-transition: all .5s ease 0s;
    transition: all .5s ease 0s;
}
.blocks .item a:hover .heading {
	color:#ff3737;
}
.blocks .item img {
	display:block;
	margin:0;
}
.blocks .heading {
	background:#000;
	color:#e6dabb;
	text-align:center;
	font-weight: 700;
	padding: 7px 7px;
	text-transform:uppercase;
	font-size: 12px;
}
nav {
}
nav ul.main-nav {
	display:flex;
	justify-content:flex-start; 
	justify-content:center;
	max-width:100%;
}
/*.p_index nav ul.main-nav {
	justify-content:flex-start;
}
*/
nav ul, nav li {
	list-style:none;
	margin:0;
	padding:0;
}
nav ul.main-nav > li{
	white-space:nowrap;
}
nav li {
	position:relative;
}
nav a {
	color:inherit;
	cursor:pointer;
}
.main-nav > li a {
	display:block;
	padding:18px 18px;
	text-decoration:none;
	text-shadow: 1px 1px 0 rgba(0,0,0,.15);

	font-family: 'Faustina', serif;
	font-weight: 500;
	font-size: 18px;
	color: #ffffff;
}
.main-nav > li ul {
	background: rgba(13, 40, 95, 0.95);
	min-width: 160px;
	max-width:250px;
	border-top: 4px solid #dea200;
	text-align: center;
}
.main-nav > li ul li a {
	font-weight: 400;
	font-size: 14px;
	color: #ffffff;
	line-height: 26px;
	padding:3px 5px;
}
.main-nav > li ul li:hover a {
	color: #f7c657;
}
.p_index .main-nav > li a {
	text-shadow:none;
}
.main-nav li:hover ul {
    display: block
}
.main-nav > li:hover a, .main-nav > li a:hover {
	color:#ffffff;
}
.main-nav > li:hover > a {
	background-color:#0083bc;
}
.main-nav ul {
    background: #c70a26;
    position: absolute;
	z-index:1200;
    padding: 10px 0;
    width: 200px;
    display: none;
    right: -20px;
	left:0;
}
.p_index .main-header-image.has-video .slideshow {
	height:592px;
/*	padding-top:25%;*/
	position:relative;
}
.slideshow a {
	position:absolute;
	left:0;right:0;top:0;bottom:0;
	width:100%;
	height:100%;
	z-index:20;
}
.slideshow {
	position:relative;
	height:700px;
}
.slideshow .slide:not(.no-overlay)::after {
	content:"";
	position:absolute;
	top:0;bottom:0;left:0;right:0;
	width:100%;
	height:100%;
	background: linear-gradient(90deg, rgba(0,113,169,1) 0%, rgba(255,255,255,0) 50%);
    mix-blend-mode: multiply;
	z-index:500;
}
.slideshow .slide {
	background-size:cover;
	background-position:center center;
	background-repeat:no-repeat;
	float:none !important;
	position:absolute;
	width:100%;
	top:0;
}
.interior .slideshow {
	height:500px;
}
.slideshow .slide_viewer, .slideshow .slide_group, .slideshow .slide {
	height:100%;
}
.slideshow .slide:not(:first-child) {
	display:none;
}
.slideshow .slide .caption {
	position:absolute;
	top:200px;
	color:#fff;
    text-shadow: 1px 1px 10px rgba(0,0,0,.55);
	font-size:15px;
	font-style:normal;
	z-index:600;
	max-width:55%;
}
.slideshow .slide .caption .line1{
	font-family: shelby;
	font-weight: 400;
	font-size: 82px;
	line-height: 1;
	color: #f7c657;
	text-align: left;
	text-shadow: 1px 1px 10px rgba(0, 0, 0, 0.5);
	transition: visibility 0s linear 300ms;
}
html:not(.wf-shelby-n4-active) .slideshow .slide .caption .line1 {
	visibility:hidden;
}
.slideshow .slide .caption .line2 {
	font-family: 'Faustina', serif;
	font-weight: 500;
	font-size: 52px;
	color: #ffffff;
	line-height: 1;
	text-align: left;
	text-shadow: 1px 1px 10px rgba(0, 0, 0, 0.5);
	margin-left:30px;
}
.slideshow .rslides_tabs {
	position:absolute;
	bottom:80px;
	width:100%;
	text-align:center;
	z-index:650;
	
}
.interior .video-wrapper {
	position:relative;
}
iframe.lazy-iframe {
	background:#000;
}
.video-wrapper .icons {
	position:absolute;
	right:20px;
	bottom:20px;
	background-color:rgba(255,255,255,.2);
	padding:5px 10px;
	z-index:200;
}
.video-wrapper .icons .muteButton {
	cursor:pointer;
	display:inline-block;
	width:40px;
	height:40px;
	background-size:contain;
	background-image:url('/video/icon-sound.png');
	background-repeat:no-repeat;
}
.video-wrapper .icons .muteButton.unmuted {
	background-image:url('/video/icon-mute.png');
}
video.bgvideo {
    position:absolute;
    width:100%;
    top:0;
    bottom:0;
    left:0;
    right:0;
    height:100%;

    object-fit:cover;
    object-position: center center;
    font-family: 'object-fit: cover; object-position: center center;';

	background-size:cover;
	background-repeat:no-repeat;
	background-position:center;
	background-color:#000;
}

.slideshow .videoWrapper {
        display:none;
}
.fb-vid-wrapper {
	position:relative;
}
.fb-vid-wrapper iframe {
	position: absolute; 
	width: 100%; 
	height: 100%; 
	top: 0; bottom: 0; left: 0; right: 0;
}
.fb-vid-wrapper::after {
	display:block;
	content:"";
	width:100%;
	padding-top:55%;
}
.filters {
	display:flex;
	flex-wrap:wrap;
	margin-bottom:30px;
}
.filters .filter:not(:last-child) {
	margin-right:15px;
}
.button.filter {
	font-family: realist, sans-serif;
	font-weight: 700;
	font-size: 18px;
	text-transform: uppercase;
	text-align: center;
	letter-spacing: 0.2px;
	color: #4d9bcb;
	background-color: #ffffff;
	border: 1px solid #4d9bcb;
	text-shadow:none;
	margin-bottom:10px;
}
.button.filter.on, .button.filter:hover {
	background-color: #154f88;
	border: 1px solid #154f88;
	color: #ffffff;
}
.floating-filter-box {
	background-color: #ffffff;
	outline: 1px solid #e7e7e7;
	outline-offset: -18px;
	box-shadow: 0 0px 10px rgba(29,29,29,.3);
	position:relative;
	width:100%;
	z-index:540;
/*	top:-80px;
    margin-bottom: -20px;
	*/
	top:110px;
}
.floating-filter-box .heading {
	font-family: realist, sans-serif;
	font-weight: 300;
	font-size: 24px;
	color: #0083bc;
	text-transform: uppercase;
	letter-spacing: 1px;
	line-height:1;
}
.floating-filter-box  .form-container {
	padding-left:20px;
}
.floating-filter-box .heading span {
	display:block;
	text-align:right;
	font-family: 'Faustina', serif;
	font-weight: 400;
	font-size: 40px;
	color: #154f88;
	letter-spacing:0;
	text-transform:none;
}
.floating-filter-box .container {
	display:flex;
	align-items:center;
	padding:35px 40px;
}
.floating-filter-box .filters {
	align-items:center;
	margin:0;
}
.floating-filter-box  .select-container {
	margin-right:10px;
	min-width:100px;
	margin-top:5px;
	margin-bottom:5px;
}
.floating-filter-box  .select-container select {
	width:100%;
}
.green {
	color:#439203;
}
.btcheck {
	display:none;
}
.red {
	color:red;
}
.contact-form-container {
	display:flex;
	margin-top:40px;
	justify-content:space-between;
}
.contact-form-container .field {
	font-family: realist, sans-serif;
	font-weight: 300;
	font-size: 16px;
	color: #333333;
}
.contact-form-container .form-wrapper {
	width:50%;
}
.contact-form-container .sidebar {
	width:40%;
	line-height:1.4;
}
.contact-form-container .sidebar h5 {
	color:#0083bc;
	font-size:18px;
}
.contact-form-container .sidebar .wrapper {
	padding:50px;
}
.news-container .container {
	display:flex;
	flex-wrap:wrap;
	justify-content:center;
}
.news-container .container > div {
	position:relative;
	width:30%;
	margin:0px 1.5% 20px 1.5%;
}
.news-container .container .news .img-container {
	overflow:hidden;
}
.news-container .container .news a {
	display:block;
}
.news-container .container .news img {
	display:block;
	margin-bottom:10px;
}
.article-container .photo-container {
	display:inline-block;
}
.recent-posts {
	padding-left:30px;
}
.recent-posts .link {
	margin-bottom:10px;
}
img[style*="float: right"] {
	margin-left:30px;
}
body.darkblue {
	background:#222e53;
}
.latest-news-wrapper {
	display:flex;
	padding-bottom: 120px;
	padding-top: 40px;
}
.latest-news-wrapper .content {
	padding-right: 40px;
}
.latest-news-wrapper .main-carousel:not(.flickity-enabled) .carousel-cell:not(:first-child) {
	display:none;
}
.latest-news .carousel-cell .content {
	padding:10px;
	display:flex;
	flex-direction:column;
}
.latest-news .flickity-page-dots {
	text-align:left;
	bottom:-35px;
}
.latest-news .readmore {
	font-family: realist, sans-serif;
	font-weight: 700;
	font-size: 15px;
	color: #4d9bcb;
	text-transform: uppercase;
	text-align: right;
	letter-spacing: 0.6px;
	padding-top:20px;
}
.latest-news .carousel-cell {
	background-color: #f0f6f8;
	width: 265px;
	min-height:100%;
	box-shadow: 0 0 5px lightgray;
	margin-right:20px;
	display:flex;
	flex-direction:column;
}
.latest-news .photo {
	background-size:cover;
	background-repeat:no-repeat;
	background-position:center;
	width:100%;
	padding-top:68%;
}
.latest-news .date  {
	font-family: realist, sans-serif;
	font-weight: 300;
	font-size: 12px;
	color: #333333;
	text-transform: uppercase;
	text-align: left;
	letter-spacing: 0.8px;
}
.latest-news .title  {
	font-family: 'Faustina', serif;
	font-weight: 400;
	font-size: 22px;
	color: #0d285f;
	line-height: 26px;
	text-align: left;
	flex-grow:1;
}
.latest-news-wrapper .spacer {
	width: calc((100% - 1200px) / 2);
	min-width:5%;
}
.latest-news-wrapper #content_latest_news {
	width:25%;
	min-width:300px;
}
.latest-news-wrapper >div:last-child {
	width:75%;
}
footer .newsletter-signup {
	background-color: #0083bc;
	width: 100%;
	padding: 50px 0;
	box-shadow: 1px 0 10px -1px rgba(0, 0, 0, 0.3);
}
footer .newsletter-signup input {
	border-color:transparent;
	margin-right:10px;
}
footer .newsletter-signup .button  {
	background-color: #154f88;
	text-shadow: 0px 0px 4px rgba(12, 25, 77, 0.60);
	
}
footer .newsletter-signup .innerContent {
	display:flex;
	flex-wrap:wrap;
	justify-content:center;
	align-items:center;
}
footer .newsletter-signup .innerContent > div:not(:last-child) {
	margin-right:20px;
}
footer .newsletter-signup .fields {
	display:flex;
	align-items:center;
}
footer .newsletter-signup .fields input {
	margin-top:5px;
	margin-bottom:5px;
}
footer .newsletter-signup .content * {
	color:#fff;
}
footer .logo-bar {
	background-color: #222e53;
	width: 100%;
	padding:20px 0;
	border-top: 3px solid #ffffff;
}
footer .footer-mid {
	background-color: #154f88;
	width: 100%;
	padding:20px 0;

	font-family: realist, sans-serif;
	font-weight: 300;
	font-size: 15px;
	color: #ffffff;
	line-height: 1.4;
	text-align: left;
}
.footer-mid h5 {
	text-transform: uppercase;
	font-size:18px;
}
footer .footer-mid .content * {
	color:#fff;
}
footer .footer-bottom {
	padding:10px 0px 10px 30px;
}
footer .footer-bottom .innerContent {
	display:flex;
	justify-content:space-between;
	align-items:center;
	font-family: realist, sans-serif;
	font-weight: 300;
	font-size: 14px;
	color: #646464;
}
footer .footer-bottom .innerContent > div {
/*	width:33%;*/
}
footer .footer-bottom .copyright {
	text-align: center;
	flex-grow:1;
}
footer .footer-bottom .bottom-logos .content {
	text-align:right;
}
footer a {
	color:inherit;
	text-decoration:none;
}

.communities-wrapper {
	display:flex;
}
.communities-wrapper > div {
	width:50%;
}
.communities-wrapper .list {
	overflow-x: hidden;
	overflow-y: auto;
	background:#f8f8f8;
	display:flex;
	flex-wrap:wrap;
}
.communities-wrapper .list .item {
	width:50%;
}
.communities-wrapper .list .item .wrapper {
	border: 1px solid #e6e6e6;
	background:#fff;
    box-shadow: 0 1px 1px rgba(0,0,0,.05);
	padding:15px;
	margin:10px 15px 5px 15px;
}
.communities-wrapper .list .item .photo {
	position:relative;
	background-repeat:no-repeat;
	background-size:cover;
	background-position:center center;
	margin-bottom:10px;
}
.communities-wrapper .list .item .photo > a {
	display:block;
	width:100%;
	height:100%;
	position:absolute;
	left:0;right:0;top:0;bottom:0;
}
.communities-wrapper .list .item .photo::after {
	width:100%;
	padding-top:50%;
	content:"";
	display:block;
}
.communities-wrapper .list, .communities-wrapper #map {
	height: 750px;
}
.communities-wrapper .list h4 {
	color: #e51937;
}
.communities-wrapper .list a {
    text-decoration: none;
	color:inherit;
}
.communities-wrapper .list a:hover {
    text-decoration: underline;
}
.communities-wrapper .list .button a:hover {
	text-decoration:none;
}
.communities-wrapper .list .location {
	font-size:10px;
	letter-spacing: .03em;
    color: #1f1f1f;
	padding-bottom:15px;
}
.communities-wrapper .list .divider {
	color: #aaa;
	padding:0px 5px;
}
.communities-wrapper .list .pricepoint {
	font-weight:bold;
	font-size:10px;
	padding:0px 0px 10px 0px;
	text-transform:uppercase;
}

.item .buttonWrapper {
	position:absolute;
	z-index:20;
}
.item .buttonWrapper .button {
	margin-bottom:5px;
}
h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
    margin-top: 0;
    line-height: 1.1;
	margin-bottom:5px;
	font-family: 'Faustina', serif;
	font-weight: 400;
	color: #154f88;
}
h1 .highlight,h2 .highlight,h3 .highlight,h4 .highlight,h5 .highlight,
.h1 .highlight,.h2 .highlight,.h3 .highlight,.h4 .highlight,.h5 .highlight {
	position:relative;
}
/*h1 > span:first-child.highlight {
	display:block;
	top:20px;
	margin-left:-20px;
}*/
.p_index h1 > span.highlight {
	display:block;
	margin-left:-20px;
}
h1, .h1 {
    font-size: 42px;
	text-align: left;
}
h2,.h2 {
	font-size: 36px;
	text-align: left;
}
h3,.h3 {
	font-size: 30px;
	text-align: left;
}
h4,.h4 {
	font-size: 24px;
	text-align: left;
}
h5,.h5 {
	font-family: realist, sans-serif;
	font-weight: 700;
	font-size: 20px;
	text-align: left;
}
h6,.h6 {
	font-family: realist, sans-serif;
	font-weight: 700;
	font-size: 12px;
	line-height: 1.33;
	text-transform: uppercase;
	text-align: left;
	letter-spacing: 0.4px;
}
.subheading {
	font-family: realist, sans-serif;
	font-weight: 700;
	font-size: 16px;
	color: #0083bc;
	text-transform: uppercase;
	letter-spacing: 0.8px;
	line-height:1.25;
}
.button, .hs-button {
	font-family: 'Faustina', serif;
	font-weight: 400;
	font-size: 26px;
	color: #ffffff;
	text-align: center;
	background-color: #0083bc;
	text-shadow: 0px 0px 4px rgba(0, 105, 150, 0.75);
	cursor:pointer;
}
.yellow.button {
	color: #ffffff;
	background-color: #dea200;
	text-shadow: 0px 0px 4px rgba(222, 162, 0, 0.75);	
}
input.button {
	-webkit-appearance:none;
}
.button a, .button:hover a, a.button:hover {
	color:#ffffff;
	text-decoration:none;
}
a.button, .button.inline {
	display:inline-block;
	font-weight:400;
}
a.button, input.button, .button a {
	text-decoration:none;
	padding:10px 20px;
	line-height:1;
}
.button:hover, a.button:hover {
	opacity:.9;
}
.button.small {
	font-size:14px;
	padding:2px 4px;
	height:auto;
}
.button.green {
	background-color:#439203;
	border-color:#439203;
}
.button.green:hover {
	background-color: #2c6002;
    border-color: #275602;
}
.button.large {
	font-size:18px;
}
.contentBlock {
        padding:40px 0;
        position:relative;
}
.contentBlock.t2, .contentBlock.t3, .contentBlock.t15 > .wrapper{
        padding:40px 0;
}
.contentBlock.t2 .wrapper, .contentBlock.t3 .wrapper,
.contentBlock.t6 .wrapper, .contentBlock.t7 .wrapper {
        display:flex;
	    justify-content: space-between;
}
.contentBlock.t2 .img-wrapper .img, .contentBlock.t3 .img-wrapper .img,
.contentBlock.t6 .img-wrapper .img, .contentBlock.t7 .img-wrapper .img {
	height:100%;
}
.contentBlock.t2 .img-wrapper .img > span, .contentBlock.t3 .img-wrapper .img > span,
.contentBlock.t6 .img-wrapper .img > span, .contentBlock.t7 .img-wrapper .img > span {
	display:block;
	width:100%;
}
.contentBlock.t4 .photos .photo-wrapper:first-child .img::after {
	content:"";
	display:block;
	width:100%;
	padding-top:150%;
}
.contentBlock.t2 .wrapper .img-wrapper,
.contentBlock.t6 .wrapper .img-wrapper {
	order:1;
}
.contentBlock.t2 .wrapper .content-wrapper,
.contentBlock.t6 .wrapper .content-wrapper {
	order:2;
}
.contentBlock.t6, .contentBlock.t7 {
	padding:0;
}
.contentBlock.t6 .wrapper, .contentBlock.t7 .wrapper {
	padding:50px 0;
}

.contentBlock.top-block {
	margin-bottom:50px;
}
.contentBlock.top-block	 .img-wrapper .img {
	background-repeat:no-repeat;
	background-size:cover;
	background-position:center center;
	height:125%;
	width:100%;
}
.contentBlock .img-wrapper,
.contentBlock .content-wrapper {
	position:relative;
}
.contentBlock .img {
	background-position:center center;
	background-repeat:no-repeat;
	background-size:cover;
}

.out-of-view .wrapper .img-wrapper,
.out-of-view .wrapper .content-wrapper {
        overflow:hidden;
}
.contentBlock.t2.out-of-view .wrapper .img-wrapper > div,
.contentBlock.t3.out-of-view .wrapper .content-wrapper > div {
    transform: translateX(-200px);
        opacity:0;
}
.contentBlock.t3.out-of-view .wrapper .img-wrapper > div,
.contentBlock.t2.out-of-view .wrapper .content-wrapper > div {
    transform: translateX(200px);
        opacity:0;
}
.contentBlock.t2 .wrapper > div, .contentBlock.t3 .wrapper > div,
.contentBlock.t25 .wrapper > div,
.contentBlock.t6 .wrapper > div, .contentBlock.t7 .wrapper > div{
        width:46%;
}
.contentBlock.t3 .content-wrapper .content,
.contentBlock.t7 .content-wrapper .content {
	padding-right: 60px;
}
.contentBlock.t2 .wrapper > div > div, .contentBlock.t3 .wrapper > div > div {
    transform: translateX(0);
    opacity: 1;
    -webkit-transition: -webkit-transform 0.4s linear 0.2s, opacity 0.4s linear 0.2s;
    transition: transform 0.4s linear 0.2s, opacity 0.4s linear 0.2s;
}
.contentBlock.t4 {
	padding-bottom:0;
}

.contentBlock.t4 > .wrapper, .contentBlock.t15 > .wrapper  {
	box-shadow: 0 0 15px rgba(120, 101, 85, 0.25) inset; 
}
.contentBlock.t4 .content-block-wrapper {
	padding:30px 0;
	display:flex;
	align-items:flex-start; /* remove if want it 100% tall */
}
.contentBlock.t4 .content-block-wrapper > div{
	width:50%;
}
.contentBlock.t4 .content-block-wrapper .content .wrapper {
	padding-right:50px;
}
.contentBlock.t4 .photos {
	display:flex;
	justify-content:space-between;
}
.contentBlock.t4 .photos .photo-wrapper:first-child {
	width:51%;
}
.contentBlock.t4 .photos .photo-wrapper:last-child {
	width:48%;
	display:flex;
	flex-direction:column;
	justify-content:space-between;
}
.contentBlock.t4 .photos .photo-wrapper .img-container {
	overflow:hidden;
	position:relative;
}
.contentBlock.t4 .photos .photo-wrapper .img-container .img {
    -webkit-transition: transform .3s ease;
    transition: transform .3s ease;
}
.contentBlock.t4 .photos .photo-wrapper .img-container:hover .img {
	transform:scale(1.1);
}
.contentBlock.t4 .photos .photo-wrapper .img-container, .contentBlock.t4 .photos .photo-wrapper .img-container .img {
	width:100%;
	height:100%;
}
.contentBlock.t4 .photos .photo-wrapper:last-child .img-container:first-child {
	height:54%;
}
.contentBlock.t4 .photos .photo-wrapper:last-child .img-container:last-child {
	height:45%;
}
.contentBlock.t4 .photos .photo-wrapper .img:first-child {
	margin-bottom:7px;
}
.contentBlock.t8 .content-block-wrapper {
	display:flex;
}
.contentBlock.t8 .content-block-wrapper > div {
	width:50%;
}
.contentBlock.t8 .content-block-wrapper > .content {
	padding-top:80px;
}
.contentBlock.t8 .photos {
	position:relative;
}
.contentBlock.t8 .flickity-prev-next-button {
	top:30%;
}
.contentBlock.t8 .flickity-prev-next-button.next {
	right:-50px;
}
.contentBlock.t8 .slider-1 {
	width:80%;
}
.contentBlock.t8 .slider-2 {
  position: absolute;
  right: 50px;
  bottom:0;
  width: 40%;
}
.contentBlock.t8 .slider-1 .img {
	width:100%;
	padding-top:80%;
}
.contentBlock.t8 .slider-2 .img {
	width:100%;
	padding-top:96%;
}
.contentBlock.t8 .flickity-page-dots {
	text-align:left;
}
body .flickity-prev-next-button {
	background:none;
}
body .flickity-page-dots .dot {
	width:12px;
	height:12px;
	background:#a7a7a7;
}
.contentBlock.t10 {
	padding:0;
}
.contentBlock.t10 .wrapper{
	display:flex;
    justify-content: space-between;
	align-items:center;
}
.contentBlock.t10 .wrapper > div{
	width:33%;
}
.contentBlock.t10 .content-wrapper {
	font-family: 'Faustina', serif;
	font-weight: 400;
	font-size: 28px;
	color: #154f88;
	line-height: 1;
	text-align: center;
	padding:30px 0;
}
.contentBlock.t10 .content-wrapper .content {
	padding:0 20px;
}
.contentBlock.t10 .img-wrapper {
	display:flex;
	flex-wrap:wrap;
}
.contentBlock.t10 .img-wrapper .img-container {
	width:50%;
}
.contentBlock.t10 .img-wrapper .img-container .img {
	width:100%;
	padding-top:100%;
}
.contentBlock.t10 .lighter {
	font-size:80%;
}
.contentBlock.t10 h2 {
	display:inline-block;
}
.contentBlock.t10 h2::after {
	content:"";
	display:block;
	height:1px;
	background-color:#0083bc;
	width:100%;
	position:relative;
	top:-10px;
}
.contentBlock.t10 .button {
	font-family: realist, sans-serif;
	font-weight: 700;
	font-size: 20px;
	color: #ffffff;
	text-transform: uppercase;
	text-align: center;
	letter-spacing: 0.4px;
}
.contentBlock.t11 {
	padding:0;
}
.contentBlock.t11 .content-wrapper .content {
	font-family: realist, sans-serif;
	font-weight: 300;
	font-size: 18px;
	color: #154f88;
	letter-spacing: 0.6px;
	text-align:center;
	line-height:1.4;
	padding:20px 0 10px 0;
}
.contentBlock.t11 .content-wrapper .content a {
	font-weight:300;
}
.contentBlock.t11 .content-wrapper .content a:hover {
	text-decoration:none;
}
.contentBlock.t11 .img-wrapper {
	display:flex;
	flex-wrap:wrap;
	border-top:3px solid #fff;
}
.contentBlock.t11 .img-wrapper .img-container {
	flex:1;
}
.contentBlock.t11 .img-wrapper .img-container .img {
	width:100%;
	padding-top:100%;
}
.contentBlock.t18 iframe {
	width:100% !important;
	border:none;
	pointer-events: none;
	position: relative; /* IE needs a position other than static */
}
.contentBlock.t18 iframe.clicked{
	pointer-events: auto;
}
.contentBlock.t19 {
	position:relative;
	padding:0;
}
.contentBlock.t19 .container {
	position:absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
}
.contentBlock.t19 .img {
	display:none;
}
.contentBlock.t19 .img.active {
	display:block;
}
.contentBlock.t19 .innerContent > .wrapper  {
	position:absolute;
	left:0;
	top:100px;
	width:400px;
	max-width:100%;
	padding:40px;
	
}
.contentBlock.t19 .innerContent > .wrapper a {
	cursor:pointer;
}
.contentBlock.t20 .innerContent > .wrapper, .contentBlock.t25 .innerContent > .wrapper {
	display:flex;
	justify-content:space-between;
}
.contentBlock.t20 .content-wrapper {
	width:50%;
}
 .contentBlock.t20 .form-container {
	width:40%;
}
.contentBlock.t20 .form-container > .content {
	padding:25px 45px;
}
.contentBlock.t22 .innerContent {
	padding-top:40px;
	padding-bottom:40px;
}
.contentBlock.t22 .outer-wrapper {
	position:relative;
}
.contentBlock.t22 .outer-wrapper .shadow {
	overflow:hidden;
	position:absolute;
	top:0;bottom:0;left:0;right:0;
	width:100%;
	height:100%;
}
.contentBlock.t22 .outer-wrapper .shadow::before {
	content:"";
	width:120%;
	position:absolute;
	left:-10%;
	top:0;
	bottom:0;
	height:100%;
	box-shadow: 0px 0px 4px 0px rgba(0,0,0,0.28) inset;
	-webkit-box-shadow: 0px 0px 4px 0px rgba(0,0,0,0.28) inset;
	-moz-box-shadow: 0px 0px 4px 0px rgba(0,0,0,0.28) inset;
}
.contentBlock.t26 .content-wrapper .content * {
	text-align:center;
}
.contentBlock.t26 .plan-listings .listings-container {
	flex-wrap:wrap;
	width:100%;
}
.contentBlock.t26 .plan-listings .listings-container .listing .homePhoto {
	width:100%;
}
.contentBlock.t26 .plan-listings .listings-container .listing {
	width:30%;
	margin:10px 1.5%;
	flex-direction:column;
}
.contentBlock.t26 .plan-listings .listings-container .listing .details {
	width:100%;
	text-align:center;
	flex-grow:1;
}
.contentBlock.t26 .plan-listings .listings-container .listing .title {
	text-align:center;
	margin-bottom:5px;
}
.contentBlock.t26 .plan-listings .listings-container .listing .details .styles {
	padding-right:0;
	text-align:center;
	padding-top: 15px;
    padding-bottom: 15px;
}
.contentBlock.t26 .plan-listings .listings-container .listing .details .bottom {
	flex-direction:column;
	align-items:center;
}
.contentBlock.t28 {
	padding:0;
}
.contentBlock.t28 .outer-wrapper {
	padding:40px 0;
}
.modelhomes {
	display:flex;
	justify-content:flex-start;
	flex-wrap:wrap;
}
.modelhomes .model {
	width:29%;
	background:#fff;
	margin-bottom:50px;
	position:relative;
}
.modelhomes .model:not(:nth-child(3n+3)) {
	margin-right:4%;
}
.modelhomes .photo {
	width:100%;
	padding-top:64%;
	background-size:cover;
	background-position:center center;
	background-repeat:no-repeat;
}
.modelhomes .photo .ribbon {
	position:absolute;
	top:10px;
	left:0;
	color:#fff;
	font-size:12px;
	padding:2px 20px 2px 10px;
	font-weight:bold;
	background-size:100% 100%;
	font-family: 'Faustina';
}
.modelhomes .model h4 {
	color:#0083bc;
	text-align:inherit;
	margin-bottom:-10px;
}
.modelhomes .model .buttonContainer {
	left:auto;
	right:0;
}
.modelhomes .model .details {
	padding:20px 20px 40px 20px;
	text-align:center;
}
.modelhomes .model .modelname {
	font-size:22px;
	color:#154f88;
	font-family: 'Faustina', serif;
	margin-bottom:15px;
}
.modelhomes .model .coming-soon {
	font-weight:600;
	color:#474747;
}
.modelhomes .model .address {
	margin-bottom:15px;
}
.modelhomes .model a.button {
	font-size:20px;
}
#model-map {
	width:100%;
	height:580px;
}
.infohover {
	padding:20px 20px 0 20px;
	font-family: realist, sans-serif;
}
.infoBubble {
	font-size:14px;
	text-align:center;
	color:#474747;
}
.infoBubble .officename {
	font-family: 'Faustina', serif;
	font-size:18px;
	color:#154f88;
	margin-bottom:5px;
}
.infoBubble .dot .community-name {
	margin-bottom:5px;
}
.infoBubble .address {
	
}
.infoBubble .phone a {
	color:inherit;
	font-weight:inherit;
}
.infoBubble .directions .button {
	margin-top:20px;
	font-family: 'Faustina', serif;
	font-size:18px;
}
.infoBubble .model-wrapper {
	font-size:13px;
	color:#474747;
}
html:not(.wf-active) .infoBubble h4 {
	letter-spacing:0px;
/*
	font-family:serif;
	height:25px;
	overflow:hidden;
*/
}
.infoBubble h4 {
	text-align:inherit;
	font-size:24px;
	line-height:1.2;
	margin-bottom:0;
}
.infoBubble h4 .highlight {
	font-size:28px;
	line-height:1.2;
/*	margin-bottom:-10px;*/
	visibility:visible;
	display:block;
}
/*
.infoBubble h4 {
	min-height: 26px;
}
.infoBubble h4 .highlight {
	min-height: 29px;
}*/
.infoBubble .model-wrapper .community-name {
	white-space:nowrap;
}
.infoBubble .model-wrapper .community-location {
	font-size:14px;
	margin-bottom:10px;
}
.infoBubble .preferred {
	color:#dea200;
	font-weight:bold;
	text-transform:uppercase;
}
.infoBubble .model-name {
	font-weight:bold;
	margin-top:10px;
}
.infoBubble .model-wrapper .learn-more {
	margin-top:10px;
}
.infoBubble .model-wrapper .learn-more .button {
	font-size:18px;
}
.content.flex {
	display:flex;
}
.content.flex > div {
	padding-right:20px;
}
.communityslide {
	position:relative;
}
.communityslide .slick-arrow {
	display:none !important;
}
.communityslide .arrows {
	position:absolute;
	top:50%;
	transform:translateY(-50%) scaleY(2);
	color:#dea200;
	font-size:50px;
	z-index:5;
	cursor:pointer;
}
.communityslide .arrows.prev-arrow {
	left:10px;
}
.communityslide .arrows.next-arrow {
	right:10px;
}
.featuredSlider:not(.slick-slider) {
	display:flex;
	justify-content:space-between;
}
.featuredSlider:not(.slick-slider) .main-photo {
	width:24%;
}
.featuredSlider:not(.slick-slider) .main-photo:nth-child(n+5) {
	display:none;
}
.communityslide .main-photo {
	background-position: center center;
	background-repeat:no-repeat;
	background-size:cover;
	margin-left:5px;
	margin-right:5px;
}
.communityslide .main-photo::before {
	display:block;
	content:"";
	width:100%;
	padding-top:68%;
}

.multicol {
	display:flex;
	justify-content:space-between;
}
.multicol > div {
	width:48%;
}
.grecaptcha-badge {
	z-index:5;
}
.fields {
	display:flex;
}
.fields .field {
	flex:1;
	margin-bottom:20px;
	line-height:1.2;
}
.fields .field label {
	line-height:1.4;
}
.fields .field input, .fields .field textarea, .fields .field select {
	width:100%;
}
.fields .field input[type=checkbox], .fields .field input[type=radio] {
	width:auto;
	height:auto;
	margin-right:5px;
}
.fields .field:not(:first-child) {
	padding-left:10px;
}
.toggle-tabs .handles {
	border-bottom:1px solid #ddd;
	display:flex;
	margin-bottom:10px;
}
.toggle-tabs .handles .tab-handle {
	padding:10px 20px;
	border-top-right-radius:5px;
	border-top-left-radius:5px;
}
.toggle-tabs .handles .tab-handle.active {
	border:1px solid #ddd;
	border-bottom:1px solid #fff;
	position:relative;
	top:1px;
	z-index:2;
	background:#fff;
	font-weight:600;
	color:#000;
}
.toggle-tabs .handles .tab-handle:hover {
	background:#eee;
	cursor:pointer;
}
.toggle-tabs .handles .tab-handle.active:hover {
	background:#fff;
}
.toggle-tabs .content {
	padding-top:10px;
}
.toggle-tabs .content > div {
	display:none;
}
.p_featured-communities .main-container {
	padding-bottom:0;
}
.p_floorplan-detail .toggle-tabs .content > div.photos {
	display:block;
}
.toggle-tabs .content > div.active {
	display:block;
}
.toggle-tabs .communities .items {
	display:flex;
	flex-wrap:wrap;
	margin-top:15px;
}
.toggle-tabs .communities .items .item {
	position:relative;
	width:30%;
	margin-right:3%;
	border:1px solid #ddd;
	border-radius:3px;
}
.toggle-tabs .communities .items .item .wrapper {
	padding:5px;
}
.toggle-tabs .communities .items .item .photo {
	position:relative;
	width:100%;
	padding-top:55%;
	background-repeat:no-repeat;
	background-position:center center;
	background-size:cover;
	margin-bottom:10px;
}
.photo > a {
	position:absolute;
	top:0;bottom:0;right:0;left:0;
	width:100%;
	height:100%;
}
.searchbox .tabs {
	background-color: #e6dabb;
}
.searchbox .tab {
    font-family: "Open Sans",Arial,Helvetica,sans-serif;
	text-transform:uppercase;
	padding:8px 30px;
	background-color: #473d32;
    color: #fff;
    font-size: 13px;
	font-weight:bold;
	display:inline-block;
	position:relative;
}
.searchbox label {
	font-size: 13px;
    color: #000;
    font-weight: 600;
    margin-bottom: 3px;
}
.tab::after {
	position: absolute;
    bottom: -3px;
    left: -webkit-calc(50% - 4px);
    left: calc(50% - 4px);
    display: block;
    content: "";
    border-style: solid;
    border-width: 0 9px 9px 0;
    border-color: transparent transparent #473d32;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    z-index: 1;
}
.plan-listings .searchbox .filters {
	margin-top:20px;
}
.plan-listings .searchbox label {
	font-family: realist, sans-serif;
	font-weight: 500;
	font-size: 14px;
	color: #4674a1;
	text-transform: uppercase;
	text-align: left;
	letter-spacing: 0.6px;
	display:block;
	width:100%;
}
.plan-listings .select-container {
	width:100%;
}
.plan-listings .searchbox select, .plan-listings .searchbox .button {
	width:100%;
	margin-bottom:20px;
}
.plan-listings .searchbox .button {
	margin-top:10px;
}
a.fancybox, a.fancyframe, .fancybox {
	cursor:pointer;
}
.fancybox-wrap .heading {
	padding: 15px;
    border-bottom: 1px solid #e5e5e5;
}
.fancybox-wrap .content {
	padding: 15px;
}
.rslides_tabs {
	display:flex;
	justify-content:center;
}
.rslides_tabs, .rslides_tabs li, .rslides {
	list-style:none;
	padding:0;
	margin:0;
}
.rslides_tabs {
	margin-top:10px;
}
.rslides_tabs li {
	position:relative;
	border-radius:50%;
	width:15px;
	height:15px;
	background-color:rgba(255,255,255,.55);
	margin:5px;
}
.rslides_tabs li.rslides_here {
	background-color:rgba(255,255,255,1);
}
.rslides_tabs li a{
	display:block;
	width:100%;
	height:100%;
	color:transparent;
	font-size:1px;
}
.rslides.homePhotos {
	width:100%;
	overflow:hidden;
	text-align:center;
	margin-bottom:20px;
	position:relative;
}
.rslides.homePhotos li {
	width:100%;
	height:100%;
}
.rslides.homePhotos li img {
	max-height:100%;
}
.rslides_nav img {
	width:20px;
}
.rslides_nav {
	position:absolute;
	top:40%;
	z-index:1000;
}
.rslides_nav.prev {
	left:0;
}
.rslides_nav.next {
	right:0;
}
.thumbnail-slider {
	display:flex;
	flex-wrap:wrap;
}
.thumbnail-slider > div {
	width:60px;
	margin-right:5px;
}
.photo-container {
	position:relative;
}
.eventlist {
	display:flex;
	flex-wrap:wrap;
}
.eventlist > div {
	width:23.5%;
	margin-right:2%;
	margin-bottom:30px;
	position:relative;
	text-align:center;
}
.eventlist > div:nth-child(4n+4) {
	margin-right:0;
}
.eventlist .buttonControls {
	position:absolute;
	top:0;
	width:100%;
}
.eventlist .buttonControls .button  {
	display:inline-block;
}
.eventlist .category {
	position:relative;
	margin-top:-30px;
	background:#154f88;
	color:#fff;
	text-transform:uppercase;
	width:80%;
	margin-left: auto;
	margin-right: auto;
	padding:2px 5px;
}
.eventlist .no-category {
	margin-bottom:5px;
	
}
.eventlist h5 {
	font-weight:normal;
	text-align:center;
}
.plan-listings {
	display:flex;
	justify-content:space-between;
	align-items:flex-start;
}
.plan-listings .listings-container {
	width:calc(100% - 400px);
}
.plan-listings .filter-container {
	width:350px;
	min-width:350px;
	max-width:100%;
}
.plan-listings .listings-container {
	display:flex;
	flex-wrap:wrap;
	justify-content:center;
}
.plan-listings .listings-container .listing {
	width:100%;
	background-color: #f1f1f1;
	position:relative;
	display:flex;
	margin-bottom:20px;
}
.plan-listings .listings-container .listing .details {
	padding:20px;
	width:calc(100% - 250px);
	font-family: realist, sans-serif;
	font-weight: 300;
	font-size: 18px;
	color: #333333;
	display:flex;
	flex-direction:column;
}
.plan-listings .listings-container .listing .details .specs {
	flex-grow:1;
}
.plan-listings .listings-container .listing .details .bottom {
	display:flex;
	justify-content:space-between;
	align-items: flex-end;
}
.plan-listings .listings-container .listing .details .styles {
	font-family: 'Faustina', serif;
	font-weight: 400;
	font-style: italic;
	font-size: 16px;
	color: #154f88;
	text-align: left;
	padding-right:15px;
}
.plan-listings .listings-container .listing .bottom .button {
	font-size: 18px;
	padding:8px 10px;
	white-space:nowrap;
}
.plan-listings .listings-container .listing .title {
	font-family: 'Faustina', serif;
	font-weight: 400;
	font-size: 24px;
	color: #154f88;
	line-height:1;
	text-align: left;
}
.plan-listings .listings-container .listing a {
	color:inherit;
	font-weight:inherit;
}
.plan-listings .listings-container .listing a.button {
	color:#fff;
}
.plan-listings .buttonContainer {
	right:0;
}
.plan-listings .listings-container .listing .homePhoto {
	width:250px;
	background-size:cover;
	background-repeat:no-repeat;
	background-position: center center;
	position:relative;
}
.plan-listings .listings-container .listing .homePhoto::after {
	content:"";
	display:block;
	width:100%;
	padding-top:65%;
}
.listings-container .price {
	padding:10px 10px;
	background:#473d32;
	font-size:17px;
    letter-spacing: -.01em;
	font-weight:600;
	color:#fff;
}
.listings-container .address {
	margin-bottom:25px;
}
.listings-container .imgWrapper {
	display:block;
	padding-top:10px;
}
.listings-container .imgWrapper img {
	display:block;
	margin:0px auto;
}
.plan-listings .listings-container .listing .specs > span {
	font-style:italic;
}
.plan-listings .preview .home:nth-child(n+13) {
    display: none;
}
.find-home-form form, .navigation-options {
	display:flex;
	flex-wrap:wrap;
	align-items:center;
}
.find-home-form form, .navigation-options .view-buttons .button:first-child {
	border-top-right-radius:0;
	border-bottom-right-radius:0;
}
.find-home-form form, .navigation-options .view-buttons .button:not(:first-child) {
	border-top-left-radius:0;
	border-bottom-left-radius:0;
}
.navigation-options .view-buttons .button.active {
	background-color:#b7142c;
}
.find-home-form form {
	justify-content:center;
}
.find-home-form form > div, .navigation-options > div{
	padding:0px 10px;
	margin-bottom:10px;
}
.navigation-options > div:last-child {
	flex-grow:1;
	text-align:right;
}
.navigation-options .share-container .share-icons {
	display:flex;
	justify-content:flex-end;
}
.navigation-options .share-container .share-icons a.heart {
	position:static;
	width:auto;
}
.navigation-options .share-container .share-icons a {
	display:block;
	margin-left:20px;
	text-align:center;
}
.navigation-options .share-container .share-icons a:hover {
	text-decoration:none;
}
.navigation-options .share-container span {
	font-size:10px;
	color:#000;
	font-weight:bold;
	text-transform:uppercase;
	display:block;
	line-height:1 !important;
	font-family:inherit;
}
.navigation-options .share-container .heart span {
	color:#e51937;
	display:inline;
}
.navigation-options .share-container .heart span.un {
	display:none;
}
.navigation-options .share-container .heart.favorite span.un {
	display:inline;
}
.navigation-options .share-container i {
	color:#473d32;
	font-size:30px;
}
.heart-wrapper {
	position: absolute;
    border-left: 72px solid transparent;
    border-top: 48px solid #f8f8f8;
    display: block;
    height: 0;
    width: 0;
    overflow: visible;
    top: 0px;
    right: 0px;
    -webkit-transition: all .25s ease-in 0s;
    transition: all .25s ease-in 0s;
    z-index: 50;
}
.heart-wrapper .heart {
	position:absolute;
    top: -40px;
    left: -25px;
	cursor:pointer;
}
.heart i {
	font-size:19px;
	color: #f8f8f8;
	text-shadow: 2px 0 0 #e51937, 0 2px 0 #e51937, -2px 0 0 #e51937, 0 -2px 0 #e51937;
}
.heart.favorite i {
	color:#e51937;
}
.heart .un {
	display:none;
}
.heart.favorite .un {
	display:inline;
}
.top-section .heart {
}
.top-section .heart i {
	margin-bottom:5px;
}
.navigation-options .share-container .share-icons a.heart i {
	color:#fff;
}
.heart-wrapper .heart.favorite i, .navigation-options .share-container .share-icons a.heart.favorite i {
	color:#e51937;
}
body .addthis-smartlayers {
	display:none!important;
}
.navigation-options .addthis_toolbox {
	display:inline-block;
}
.favoritesPop {
	cursor:pointer;
}
body .heart, body .heart.favorite {
	background-image:none;
}
.pop-form {
	width:320px;
}
.pop-form.mortgage-calc {
	width:600px;
	max-width:100%;
	font-size:12.5px;
}
.pop-form .g-recaptcha {
    transform:scale(0.80);
    -webkit-transform:scale(0.80);
    transform-origin:0% 0%;
    -webkit-transform-origin:0% 0%;
     width:200px;
}
.pop-form .cta {
	font-size:20px;
	padding-bottom:10px;
}
.pop-form .cta .phone {
	font-weight:bold;
}
.pop-form > .content {
	padding:10px 30px;
	background:#fff;
}
.pop-form .title {
	background:#f9f9f9;
	padding:4px 8px;
	position:relative;
	border-radius:4px 4px 0 0;
	border-style:solid;
	border-width:0px;
	font-size:1.2em;
	border-bottom:1px solid #ccc;
}
.pop-form input, .pop-form select {
	width:100%;
	margin-bottom:10px;
	-webkit-appearance:none;
}
.pop-form textarea {
	width:100%;
	height:60px;
	-webkit-appearance:none;
}
/*
.dynamic table td:not(:last-child) {
	padding-right:25px;
	padding-right:25px;
}*/
.pop-form .close-fancybox {
	font-size:11px;
	text-align:center;
	padding:2px;
	position:absolute;
	right:0;
	top:0;
}
body .fancybox-close {
	top:-15px;
	right:-15px;
	background: #0083bc;
	color:#fff;
	width:30px;
	height:30px;
	line-height:30px;
    display: block;
    text-align: center;
	border:1px solid transparent;
	border-radius: 50%;
	text-decoration:none;
}
body .fancybox-close:hover {
	text-decoration:none;
	border:1px solid #ccc;
}
body .fancybox-close::before {
	content:"x";
	display:block;
	position:relative;
	color:#fff;
	line-height:1;
	font-size:25px;
	font-weight:500;
}
/* Responsive */
body {
    max-width:100%;
}
iframe, video {
    max-width: 100%;
}
img {
    max-width: 100%;
    height:auto;
}
.innerWrapper {
    max-width:100%;
        position:relative;
}
.menu-button {
    display:none;
}
.mobileonly {
	display:none;
}
a.phone {
	display:inline-block;
}
.fancybox-wrap #hubspot-messages-iframe-container, .fancybox-wrap .widget-align-left,
.fancybox-iframe #hubspot-messages-iframe-container, .fancybox-iframe .widget-align-left,
 {
	display:none !important;
}
body .mce-container, body .mce-container-body {
	max-width:100%;
}

/* Up to Small Desktop */
@media (min-width : 768px) and (max-width : 1200px) {
	.main-nav > li a {
		padding-left:.8vw;
		padding-right:.8vw;
		font-size:1.5vw;
	}
	header .contact-info {
		font-size:1.5vw;
	}
}
/* iPad only */
@media (min-width : 768px) and (max-width : 1024px) {
        ul.nav {
                font-size:inherit;
        }
		.eventlist > div {
			width:31%;
			margin-right:1%;
		}
		.eventlist > div:nth-child(4n+4) {
			margin-right:1%;
		}
		header .contact-info span, 
		header .contact-info span:not(:last-child) {
			display:block;
			margin-right:0;
		}
}
/* mobile + iPad */
@media (max-width : 1020px) {
}

/* mobile only */
@media (max-width : 767px) {
	.nomobile {
	        display:none !important;
	}
	.mobileonly {
	        display:block !important;
	}
	span.mobileonly {
	        display:inline-block !important;
	}
	body {
		font-size:16px;
		line-height:1.75;
	}
	table.noCollapse {
		margin:0px auto;
	}
    .dynamic table:not(.noCollapse) {
		display:block;
		max-width:100% !important;
		width:100% !important;
		height:auto !important;
    }
    .dynamic table:not(.noCollapse) > tbody > tr > td, 
	.dynamic table:not(.noCollapse) > tbody > tr, 
	.dynamic table:not(.noCollapse) > tbody {
		display:block;
		width:auto !important;
		height:auto !important;
		padding:0 !important;
    }
	.dynamic table:not(.noCollapse) > tbody > tr > td {
	}
	.dynamic table:not(.noCollapse) > tbody > tr > td:not(:last-child) {
		margin-bottom:20px;
	}
	h1,h2,h3,h4,h5,h6,
	.h1,.h2,.h3,.h4,.h5,.h6 {
		text-align:inherit;
	}
	h1,
    .h1 {
        font-size: 40px;
    }
    h2,
    .h2 {
        font-size: 34px;
    }
    h3,
    .h3 {
        font-size: 28px;
    }
    h4,
    .h4 {
        font-size: 22px;
    }
    h5,
    .h5 {
        font-size: 20px;
    }
	h1 .highlight {
		margin-left:0;
	}
	.fields > div {
		width:100%;
		margin-bottom:10px;
	}
	.fields > div input[type=text], .fields > div input[type=email], .fields > div input[type=submit] {
		width:100%;
	}
	.fields .field span {
		display:block;
		margin-bottom:5px;
	}
	.blocks .container .item {
		width:100%;
	}
	.p_index .main-header-image {
		margin-top:67px;
	}
	.p_index .main-header-image.has-video {
		margin-top:0;
	}
	.p_index .main-header-image.has-video .slideshow {
		height:333px;
	}
	.nav-wrapper {
		display:none;
		background-color: rgba(13, 40, 95, 1);
	}
	.nav-wrapper.open {
		display:block;
		height: 90vh;
	    position: fixed;
		overflow-y: scroll;
	    overflow-x: hidden;
	    width: 100%;
	    z-index: 20000;
		left:0;
		top:67px;
		padding-bottom:100px;
	}
	nav ul.main-nav {
		flex-wrap:wrap;
	}
	nav ul.main-nav > li {
		width:100%;
	}
	nav .innerContent {
		max-width:100%;
		width:100%;
	}
	.main-nav > li a {
		font-size:28px;
		line-height: 1.4;
		padding: 10px 20px;
	}
	.multicol {
		flex-wrap:wrap;
	}
	.multicol > div {
		width:100%;
		margin-bottom:20px;
	}
	.realtor-form .multicol > div:first-child {
		border:none;
		padding-right:0px;
	}
	.fields {
		flex-wrap:wrap;
	}
	.fields .field {
		width:100%;
		flex:auto;
		padding-left:0 !important;
	}
	footer  {
		text-align:center;
	}
	footer .primary.links table {
		display:block;
	}
	footer .primary.links td {
		display:inline-block;
	}
	.communities-wrapper {
		flex-wrap:wrap;
	}
	.communities-wrapper .list {
		height:auto;
	}
	.communities-wrapper > div {
		width:100%;
	}
	.communities-wrapper .list .item {
		width:100%;
	}
	.communitiesPage h1 small {
		display:block;
		padding-left:10px;
		padding-top:20px;
	}
	.communitiesPage .searchbox {
		display:none;
	}
	.communitiesPage .buttons {
		display:flex;
		flex-wrap:wrap;
		justify-content:space-between;
	}
	.communitiesPage .buttons .button  {
		width:48%;
	}
	header {
		position: fixed;
	    top: 0;
	    transition: top 0.2s ease-in-out;
		height:67px;
		z-index:2000;
	}
	header .logo {
		padding:10px 10px 10px 10px;
		width:50%;
		height:auto;
	}
	header .top {
		background-color: #e51937;
	}
	header .logo a {
		display:block;
	}
	header .logo img {
		width:auto;
	}
	header .innerContent {
	    justify-content: space-between;
	    align-items: center;
		max-width: 100%;
	    padding-left: 5%;
	}
	header.nav-up {
		top:-67px;
	}
	header .lines {
		border-radius:50%;
		background:#0083bc;
		width:40px;
		height:40px;
		padding:5px;
		display: flex;
	    flex-direction: column;
	    align-items: center;
	    justify-content: center;
	}
	header .lines .line {
		width:100%;
	}
	header .lines .line:nth-child(odd) {
		width:70%;
	}
	header .lines .line:last-child {
		margin-bottom:0;
	}
	.interior .no-slideshow {
		padding-top:67px;
	}
	.interior .main-header-image:empty {
		display:none;
	}
	.plan-listings .listings-container .listing {
		width:100%;
		margin-left:0;
		margin-right:0;
		flex-direction:column;
	}
	.plan-listings .listings-container .listing .homePhoto {
		width:100%;
	}
	.plan-listings .listings-container .listing .details {
		width:auto;
	}
	.plan-listings .listings-container .listing .details .bottom {
		flex-direction:column;
		align-items: flex-start;
	}
	.plan-listings .listings-container .listing {
		line-height:1.4;
	}
	.plan-listings .listings-container .listing .title, .plan-listings .listings-container .listing .specs {
		margin-bottom:20px;
	}
	.plan-listings .listings-container .listing .details .styles {
		margin-bottom:20px;
	}
	.two-col {
		flex-wrap:wrap;
	}
	.two-col .left-section, .two-col .right-section {
		width:100%;
	}
	.toggle-tabs .communities .items .item {
		width:100%;
		margin-right:0;
		margin-bottom:20px;
	}
	.slideshow {
		height:360px;
	}
	.interior .slideshow {
		height:250px;
	}
	header .right-side > .contact-info {
		display:none;
	}
	header .nav-wrapper .contact-info > span {
		display:block;
		text-align:left;
		padding-left:20px;
	}
	header .nav-wrapper .contact-info > span a {
		display:block;
		font-size:28px;
		margin-bottom:20px;
	}
	header .nav-wrapper .find-inspiration {
		display:flex;
		justify-content:space-between;
		align-items:center;
		margin:40px 20px 10px 20px;
	}
	header .nav-wrapper .find-inspiration .title {
		font-size: 16px;
		color: #ffffff;
		text-transform:uppercase;
		line-height:1;
		text-align:left;
	}
	header .nav-wrapper .find-inspiration span {
		display:block;
		font-size: 30px;
		text-transform:none;
		font-weight:400;
		font-family: 'Faustina', serif;
	    letter-spacing: 0;
	    text-transform: none;
	}
	header .contact-info {
		line-height:1.4;
	}
	header .nav-wrapper .contact-info span:not(:last-child) {
		margin:0;
	}
	.mobile-menu-button {
		position:relative;
		padding: 10px 5% 10px 30px;
	}
	.mobile-menu-button .line{
		border-bottom:4px solid #fff;
		margin-bottom:4px;
		height:auto;
		border-radius: 10px;
	}
	.open.mobile-menu-button::before {
            content:"";
            display:block;
            width:20px;
            height:20px;
            background-image:url('/images/icon-close-2x.png');
            background-size:contain;
            background-repeat:no-repeat;
	position:absolute;
	left: 50%;
	    top: 50%;
	    transform: translate(-50%,-50%);
	    margin: 0px 6px;
    }
    .open.mobile-menu-button .line{
            display:none;
    }
    .main-nav ul {
    	position:static;
		width:100%;
    }
	nav ul.main-nav {
		text-align:left;
	}
	.main-nav .has-children .icon {
		position:absolute;
		right:0px;
		top:0px;
		padding:0px 20px;
		z-index:5;
		text-align:center;
		cursor:pointer;
		font-size:38px;
    	line-height: 58px;
		color:#fff;
	}
	.main-nav > li ul {
		border-top:0;
	}
	.main-nav > li.open > a, .main-nav .has-children.open .icon {
		color:#f7c657;
	}
	.main-nav .has-children .icon::after {
		display:block;
		content:"+";
	}
	.main-nav .has-children.open .icon::after {
		content:"-";
	}
	.main-nav > li ul li a {
		font-size: 20px;
		color: #ffffff;
		line-height: 36px;
		text-align: left;
		padding-left: 40px;
	}
	.main-nav .has-children > ul {
		display:none !important;
	}
	.main-nav .has-children.open > ul {
		display:block !important;
		padding-top:0;
		margin-top:0;
	}
	.content.flex {
		flex-wrap:wrap;
	}
	.content.flex > div {
		margin-bottom:20px;
	}
	body .miniAlbum-wrapper {
		float:none;
		margin:10px auto;
	}
	.news-container .container > div {
		width:100%;
		margin-left:0;
		margin-right:0;
	}
	.main-container > .innerContent > .miniAlbum-wrapper {
		display:none;
	}
	body .mini-album-move .miniAlbum-wrapper {
		margin-bottom:50px;
	}
	.left-section .wrapper {
		padding-right:0;
	}
	.floorplanDetail .top-section {
		position:relative;
	}
	.contact-form-container {
		flex-wrap:wrap;
	}
	.contact-form-container > div.form-wrapper, .contact-form-container > div.sidebar {
		width:100%;
		padding-left:0;
		padding-right:0;
		margin-left:0;
		margin-right:0;
	}
	.contentBlock,  .contentBlock.t2, .contentBlock.t3, .contentBlock.t15 > .wrapper {
		padding-top:30px;
		padding-bottom:10px;
	}
	.contact-form-container > div.sidebar {
		margin-top:40px;
	}
	.contentBlock .wrapper, .contentBlock.t4 .content-block-wrapper,
	.latest-news-wrapper {
		flex-wrap:wrap;
	}
	.latest-news-wrapper {
		padding-top:0;
	}
	.latest-news-wrapper #content_latest_news {
		width:90%;
		margin-left:5%;
	}
	.contentBlock.t2 .wrapper > div, .contentBlock.t3 .wrapper > div, 
	.contentBlock.t6 .wrapper > div, .contentBlock.t7 .wrapper > div,
	.contentBlock.t20 .wrapper > div,
	.contentBlock.t25 .wrapper > div,
	.contentBlock.t4 .content-block-wrapper > div {
		width:100%;
		margin-bottom:20px;
	}
	.contentBlock.t3 .content-wrapper .content, .contentBlock.t7 .content-wrapper .content {
		padding-right:0;
	}
	.contentBlock.t3 .wrapper .img-wrapper,
	.contentBlock.t4 .content-block-wrapper .photos,
	.contentBlock.t7 .wrapper .img-wrapper {
		order:1;
	}
	.contentBlock.t3 .wrapper .content-wrapper,
	.contentBlock.t4 .content-block-wrapper .content,
	.contentBlock.t7 .wrapper .content-wrapper {
		order:2;
	}
	.p_index .main-container .contentBlock.t3:first-child .wrapper .img-wrapper {
		order:3;
	}
	.contentBlock.t8 .innerContent {
		max-width:100%;
	}
	.contentBlock.t8 .innerContent .content-block-wrapper .content {
		max-width:90%;
		margin:0px auto;
	}
	.contentBlock.t11 .content-wrapper .content {
		font-size:12px;
	}
	.contentBlock.t11 .img-wrapper {
		flex-wrap:wrap;
	}
	.contentBlock.t11 .img-wrapper .img-container {
		width:50%;
		flex:auto;
	}
	.contentBlock.t11 .img-wrapper .img-container:nth-child(n+5) {
		display:none;
	}
	.contentBlock.t26 .plan-listings .listings-container .listing {
		width:100%;
		margin-left:0;
		margin-right:0;
	}
	#content_footer_logos table, #content_footer_logos table tbody {
		display:block;
	}
	#content_footer_logos tr {
		display: flex;
		flex-wrap: wrap;
		justify-content:center;
	}
	#content_footer_logos td {
		display:inline-block;
		padding:10px;
		width: auto !important;
	}
	#content_footer_logos td img {
		height:25px;
		width:auto;
		max-width:none;
	}
	footer .footer-mid, footer .footer-mid .content * {
		text-align:center;
	}
	footer .footer-bottom .innerContent {
		flex-wrap:wrap;
	}
	footer .footer-bottom .innerContent > div {
		width:100%;
		margin-top:20px;
	}
	footer .footer-bottom .bottom-logos .content {
		text-align:center;
	}
	footer .newsletter-signup .innerContent > div:not(:last-child) {
		margin-right:0;
		margin-bottom:20px;
	}
    *[style*="float:"] {
            float:none !important;
			margin:0px auto;
    }
	.eventlist > div {
		width:100%;
		margin-right:0;
	}
	.plan-listings {
		flex-wrap:wrap;
	}
	.plan-listings .listings-container {
		order:2;
	}
	.plan-listings .filter-container {
		order:1;
	}
	.plan-listings .listings-container, .plan-listings .filter-container {
		width:100%;
		margin-top:20px;
	}
	.floorplanDetail {
		padding-top:30px;
	}
	.floorplanDetail .specs {
		font-size:18px;
	}
	.floorplanDetail .right-section {
		margin-top:50px;
	}
	.form-container .g-recaptcha {
	    transform:scale(0.75);
	    -webkit-transform:scale(0.75);
	    transform-origin:0% 0%;
	    -webkit-transform-origin:0% 0%;
	     width:180px;
		height:55px;
	}
	.floating-filter-box .container {
		flex-wrap:wrap;
	}
	.floating-filter-box .container > div {
		width:100%;
	}
	.floating-filter-box .heading {
		margin-bottom:20px;
		text-align:center;
	}
	.floating-filter-box .heading span{
		text-align:center;
	}
	.floating-filter-box .button {
		width:100%;
		margin-top:5px;
	}
	.floating-filter-box .form-container {
		padding-left:0;
	}
	.floating-filter-box .select-container {
		margin-right:0;
	}
	.floating-filter-box .filters {
		justify-content:space-between;
	}
	.floating-filter-box .filters > div {
		width:100%;
	}
	.floating-filter-box .filters > div.short {
		width:49%;
	}
	.slideshow .slide .caption .line1 {
		font-size:46px;
	}
	.slideshow .slide .caption .line2 {
		font-size:28px;
	}
	.slideshow .slide .caption {
		max-width:80%;
		top:50px;
	}
	.p_index h1 > span.highlight {
		margin-left:0;
	}
	.contentBlock.top-block .img-wrapper .img {
		padding-top:70%;
	}
	.contentBlock.t8 .content-block-wrapper {
		flex-wrap:wrap;
	}
	.contentBlock.t8 .content-block-wrapper > div {
		width:100%;
	}
	.contentBlock.t8 .slider-1 {
		width:100%;
	}
	.contentBlock.t8 .slider-2 .img {
		display:none;
	}
	.contentBlock.t8 .flickity-prev-next-button {
		top:50%;
	}
	.contentBlock.t8 .flickity-prev-next-button.next {
		right:0;
	}
	.contentBlock.t8 .flickity-page-dots {
		text-align:center;
	}
	.contentBlock.t8 .content-block-wrapper > .content {
		text-align:center;
	}
	.latest-news-wrapper >div:last-child {
		width:90%;
		margin:20px auto 0px auto;
	}
	.latest-news .carousel-cell {
		width:100%;
	}
	.latest-news .flickity-page-dots  {
		text-align:center;
	}
	.contentBlock.t10 .wrapper > div {
		width:100%;
	}
	.contentBlock.t10 .wrapper > div:first-child {
		display:none;
	}
	.contentBlock.top-block .img-wrapper .img {
		height:auto;
	}
	.contentBlock.t19 .wrapper  {
		position:static;
		left:auto;
		top:auto;
		width:auto;
		padding-top:30px;
		padding-bottom:30px;
	}
	.floating-filter-box {
		top:30px;
	}
	.modelhomes .model {
		width:100%;
		margin-right:0 !important;
	}
	.infoBubble .model-wrapper h4 {
		font-size:20px;
	}
	.infoBubble .model-wrapper .community-name {
	}
}
/* not mobile */
@media (min-width : 768px) {
}
