h3{
	line-height: 25px;
    	padding-bottom: 10px;
}

body p{
	color:#51626F !important;
}

body .main-wrapper{
	overflow:hidden;
}
footer p{
	color:#fff !important;
}
.vc_custom_1552053051801.vc_row-has-fill > div.wpb_column.vc_column_container.vc_col-sm-8 > div > div > section > div{
	background:#85C446 !important;
}
.vc_btn3.vc_btn3-color-green{
	background:#85C446 !important;
	background-color:#85C446 !important;
}
.container {
    position: static !important;
    width: 1200px !important;
    padding: 0px 15px !important;
    margin: 0 auto !important;
}
.wpb_content_element{
	margin-bottom:0px !important
}
.styled-list-one li{
	display:inline-block;
	width:32.333%;
}
.breadcrumb{
    padding: 0px !important;
    margin-bottom:0px !important;
    list-style: none;
    background: none !important;
    border-radius: 0px !important;
}
.breadcrumb>li>a{
	color:#ffffff !important;
}
.pagination>li>span{
	padding:8px 12px !important;
}
.sticky-header{
	display:none !important;
}
.search_post_area .form-group input{
	position: relative;
    line-height: 24px;
    padding: 8px 40px 8px 20px;
    border: 1px solid #e9e9e9;
    background: #ffffff;
    color: #3a3a3a;
    display: block;
    font-size: 13px;
    width: 100%;
    height: 42px;
    border-radius: 3px;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}
.search_post_area .form-group button{
	position: absolute;
    right: 15px;
    top: 38px;
    height: 42px;
    width: 40px;
    line-height: 42px;
    text-align: center;
    display: block;
    font-size: 15px;
    color: #555555;
    background: none;
    font-weight: normal;
}
.main-header .header-lower .bg-layer{
	background:#85C446 !important;
}
.ajax-loader{
	position:absolute;
}
.monthly-day-pick .monthly-day-number::before{
	display:none;
}
.monthly-day-pick.monthly-today .monthly-day-number::before{
	display:block !important;
}
.monthly-day-pick > .monthly-day-number{
	padding-top:40px;
}
.monthly-day, .monthly-day-blank{
	vertical-align:central !important;
}
/*************************Custom Widget**********************/
.widget li {
    border-bottom: 1px solid #e9e9e9;
    line-height: 24px;
    position: relative;
	padding-left:20px;
}
.widget li:before {
    content: "";
    font-family: "FontAwesome";
    font-size: 16px;
    left: 0;
    line-height: 24px;
    position: absolute;
    width: 20px;
	top:12px;
}
.widget li a {
    color: #666666;
    display: block;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    padding: 12px 15px 12px 0px;
    position: relative;
}
.widget li a:hover {
    color: #101010;
}
.tagcloud a {
    border: 1px solid #e0e0e0;
    border-radius: 3px;
    color: #253d4a;
    display: inline-block;
    font-size: 14px !important;
    line-height: 24px;
    margin: 0 7px 12px 0;
    padding: 7px 18px;
    position: relative;
    text-align: center;
    transition: all 300ms ease 0s;
}
.tagcloud a:hover {
    background-color: #71b100;
    border-color: #71b100;
    color: #ffffff;
}
.widget_bunch_twitter ul li{
	padding-left:0px;
	padding-top:15px !important;
	padding-bottom:15px !important;
}
.widget_bunch_twitter ul li:first-child{
	padding-top:0px !important;
}
.widget_bunch_twitter ul li:last-child{
	border:none;
}
.widget_bunch_twitter ul li:before{
	display:none;
}
.widget_bunch_twitter ul li a{
	padding:0px;
}
/*--------------------------theme check----------------------------------*/
	#wp-calendar {
		width: 100%;
	}
	#wp-calendar caption {
		text-align: right;
		color: #333;
		font-size: 12px;
		margin-top: 10px;
		margin-bottom: 15px;
	}
	#wp-calendar thead {
		font-size: 10px;
	}
	#wp-calendar thead th {
		padding-bottom: 10px;
	}
	#wp-calendar tbody {
		color: #aaa;
	}
	#wp-calendar tbody td {
		background: #f5f5f5;
		border: 1px solid #fff;
		text-align: center;
		padding:8px;
	}
	#wp-calendar tbody td:hover {
		background: #fff;
	}
	#wp-calendar tbody .pad {
		background: none;
	}
	#wp-calendar tfoot #next {
		font-size: 10px;
		text-transform: uppercase;
		text-align: right;
	}
	#wp-calendar tfoot #prev {
		font-size: 10px;
		text-transform: uppercase;
		padding-top: 10px;
	}

	.sticky .post {background: #efefef; border: 3px solid #fff; }
	.sticky .post .post-content{ background-color:transparent; }
	.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	}
	.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
	}
.gallery-caption {opacity: 1;}
.bypostauthor{opacity: 1;}
	.alignright{
		text-align:right;
	}
	.alignleft{
		text-align:left;
	}
	.aligncenter{
		text-align:center;
	}
	.alignnone {
    margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

.alignright {
    float:right;
    margin: 5px 0 20px 20px;
}

.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

a img.alignnone {
    margin: 5px 20px 20px 0;
}

a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%; /* Image does not overflow the content area */
    padding: 5px 3px 10px;
    text-align: center;
}

.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}

.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}

/* Text meant only for screen readers. */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}

/*------------------------------theme unit test----------------------------*/
.sticky .blog-news-column .post-content{
	background:#fafafa;
}
.post-content p,.comment .text p{
	font-size:16px !important;
	color:#202e31;
}
.post-content h1,.comment .text h1{
	font-size:28px !important;
	color:#202e31;
	font-weight:600;
}
.post-content h2,.comment .text h2{
	font-size:23px !important;
	color:#202e31;
	font-weight:600;
}
.post-content h3,.comment .text h3{
	font-size:18px !important;
	color:#202e31;
	font-weight:400 !important;
}
.post-content h4,.comment .text h4{
	font-size:18px !important;
	color:#202e31;
	margin-bottom:10px !important;
}
.post-content h5,.comment .text h5{
	font-size:18px;
	color:#202e31;
}
.post-content h6,.comment .text h6{
	font-size:18px;
	color:#202e31;
}
.post-content table thead tr th,.comment .text table thead tr th,.news-content table thead tr th{
	border-bottom: 2px solid #ddd;
    vertical-align: bottom;
}
.post-content table tbody tr th,.comment .text table tbody tr th,.news-content table tbody tr th{
	border-top: 1px solid #ddd;
    line-height: 1.42857;
    padding: 8px;
    vertical-align: top;
}
.post-content table tbody tr td,.comment .text table tbody tr td,.news-content table tbody tr td{
	border-top: 1px solid #ddd;
    line-height: 1.42857;
    padding: 8px;
    vertical-align: top;
}
.post-content ul{margin-top:0px !important;}
.post-content ul > li,.comment .text ul li,.news-content ul li{ display:list-item !important; border-right:none !important;}
.post-content ul li ul li ul li,.comment .text ul li ul li ul li,.news-content ul li ul li ul li{list-style-type:circle !important;}
.post-content ol li,.comment .text ol li,.news-content ol li{ list-style:decimal !important;}
.post-content ol li ol li,.comment .text ol li ol li,.news-content ol li ol li{ list-style:upper-roman !important;}
.post-content ol li ol li ol li,.comment .text ol li ol li ol li,.news-content ol li ol li ol li{ list-style:lower-alpha !important;}
.post-content li,comment .text li,.news-content li{
	margin-bottom:0px !important;
}
.post-content ol,.post-content ul,.comment .text ul,.comment .text ol{
	padding-left:20px;
}
.post-content ol li ol,.post-content ul li ul,
.comment .text ol li ol,.comment .text ul li ul,
.news-content ol,.news-content ul{
	padding-left:40px !important;
}
.paginate-links{
	margin-bottom:30px;
}
.paginate-links > span{
 	background: #ffffff none repeat scroll 0 0;
    border: 2px solid rgba(0, 0, 0, 0);
    border-radius: 3px;
    color: #1a1a1a;
    display: inline-block;
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
    min-width: 40px;
    padding: 6px 5px 4px;
    position: relative;
    text-align: center;
    text-transform: uppercase;
    transition: all 500ms ease 0s;
}
.paginate-links a{
 	background: #ffffff none repeat scroll 0 0;
    border: 2px solid rgba(0, 0, 0, 0);
    border-radius: 3px;
    color: #1a1a1a;
    display: inline-block;
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
    min-width: 40px;
    padding: 6px 5px 4px;
    position: relative;
    text-align: center;
    text-transform: uppercase;
    transition: all 500ms ease 0s;
}
.paginate-links > span:hover,.paginate-links a:hover,.paginate-links > span{
	border-color: #71b100;
    color: #71b100;
}
.post-content p img,.post-content figure img,.news-content p img,.news-content figure img{
	max-width:100%;
	height:auto;
}
.post-content figure img,.post-content figure img,.news-content figure img,.news-content figure img{
	max-width:100%;
	display:block;
	height:auto;
}
figure{
	max-width:100%;
	display:block;
}
.page .sidebar-page-container .news-content{
	background:#ffffff;
	padding:30px;
}
/*----------------------Default widget styling--------------------------*/
.widget ul li a{
	width:88%;
	display:inline-block;
}
.widget ul.children,.widget ul.sub-menu{
	padding:0px !important;

}
.widget ul.children > li,.widget ul.sub-menu > li{
	border-bottom:0px;
	border-top:1px solid #f4f4f4;
	margin-bottom:12px;
	margin-left:20px;
}
.widget select {
    max-width: 100%;
    width: 100%;
	border:1px solid #6aa700;
	padding:10px 15px;
}
.textwidget,.widget .tagcloud,.widget_calendar{
	padding:20px 0px;
}
.widget label{
	padding:15px 25px;
}
.textwidget img {
    height: auto;
    max-width: 100%;
}
.th-comment-list .children{
	margin-left:50px;
}
.widget_recent_comments ul li{
	padding:12px 0 12px 20px;
}
/* =WordPress Core
-------------------------------------------------------------- */
.alignnone {
    margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

.alignright {
    float:right;
    margin: 5px 0 20px 20px;
}

.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

a img.alignnone {
    margin: 5px 20px 20px 0;
}

a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%; /* Image does not overflow the content area */
    padding: 5px 3px 10px;
    text-align: center;
}

.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}

.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}

/* Text meant only for screen readers. */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}
/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.post .blog-news-column .image-box a img{
	height:auto !important;
}
.pagination > li > a, .pagination > li > span{
	padding-top:8px;
	padding-bottom:8px;
}
.blog-news-column .image-box img{
	max-width:100%;
	margin:50px auto;
}
.blog-news-column .post-content .text input[type="password"]{
	background: #ffffff none repeat scroll 0 0;
    border: 1px solid #e9e9e9;
    border-radius: 3px;
    color: #3a3a3a;
    display: inline-block;
    font-size: 13px;
    height: 42px;
    line-height: 24px;
    padding: 8px 40px 8px 20px;
    position: relative;
    transition: all 500ms ease 0s;
}
.blog-news-column .post-content .text input[type="submit"]{
	height:42px;
	line-height:40px;
	background:#71b100;
	border:1px solid #71b100;
	color: #ffffff;
    display: inline-block;
    font-size: 13px;
	text-align:center;
	padding:0 15px;
	border-radius: 3px;
}
.single-post .sidebar, .blog .sidebar{
	margin-top:50px !important;
}
.blog-news-column .post-content .text input[type="submit"]:hover{
	color:#71b100;
	background:rgba(0,0,0,0);
}
.footer-sidebar1, .footer-sidebar2, .footer-sidebar3, .footer-sidebar4 {
    margin-right: 0 !important;
    margin-left: 0 !important;
}
.footer-sidebar1, .footer-sidebar2, .footer-sidebar3, .footer-sidebar4{
	margin:33px 15px;
	margin-bottom: 0 !important;
}
@media (max-width:825px){
	.footer-sidebar1, .footer-sidebar2, .footer-sidebar3, .footer-sidebar4{
		   flex-basis: 100% !important;
        }
}
div.sticky-header.now-visible > div > div.logo.pull-left > a > img{
 	height:45px !important;
}


.logo{
    padding:30px 0px;
}

.search-box .form-group input[type="text"], .search-box .form-group input[type="search"]{
position: relative;
    line-height: 24px;
    padding: 8px 40px 8px 20px;
    border: 1px solid #e9e9e9;
    background: #ffffff;
    color: #3a3a3a;
    display: block;
    font-size: 13px;
    width: 100%;
    height: 42px;
    border-radius: 3px;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}

.search-box .form-group button {
    position: absolute;
    right: 0px;
    top: 0px;
    height: 42px;
    width: 40px;
    line-height: 42px;
    text-align: center;
    display: block;
    font-size: 15px;
    color: #555555;
    background: none;
    font-weight: normal;
}
.search-results .content-side{
    margin-top: 65px !important;
}
.flaticon-search-2{
	display:none !important;
}
.footer-sidebar1 .menu-quick-links-container #menu-quick-links{
  display: grid;
  grid-template-columns: 50% 50%;
}
.footer-sidebar1 .menu-quick-links-container #menu-quick-links li{
  border:none !important;
  padding-left:0 !important;
}
.footer-sidebar1 .menu-quick-links-container #menu-quick-links li:before{
  display:none;
}
.footer-sidebar1 .menu-quick-links-container #menu-quick-links li a{
  padding:0px 13px 7px 0px;
  color:#aaa;
}

.footer-sidebar2 #media_image-2{
    text-align:center;
}
.footer-bottom .logo{
    display:none;
}

.menu-footer-copy-container #menu-footer-copy li{
  border:none !important;
  padding-left:0 !important;
  white-space: nowrap;
  border-right:1px solid #eee !important;
  float:left;
  padding:0px 10px !important;
}

.menu-footer-copy-container #menu-footer-copy li:last-child{
    border-right:none !important;
}
.menu-footer-copy-container #menu-footer-copy li:before{
  display:none;
}
.menu-footer-copy-container #menu-footer-copy li a{
  padding:0 !important;
  width:100% !important;
  color:#aaa;
}
.menu-footer-copy-container{
    width: auto;
    height: 40px;
    margin: 0 auto;
    overflow-x: auto;
    display: flex;
    justify-content: center;
}

.main-footer .footer-bottom{
    padding:0px 0px 70px !important;
}
.footer-sidebar2 #text-2, .footer-sidebar3 #text-3 .textwidget p{
    color:#aaa;
}

@media (min-width:700px){
    .footer-sidebar3 aside{
        padding-left:50px !important;
    }
    .footer-sidebar2 .widget_media_image, .footer-sidebar2 aside:nth-child(2), .footer-sidebar2 aside:nth-child(3){
        width:100% !important;
        text-align:center;
    }
}
@media (max-width:1300px){
	.main-menu .navigation{
		width:80% !important;
	}
}

h3.widget-title{
    font-weight:300;
}


/*Community Filter*/
.community{
    width:505px;
    clear:both;
}
.form-state-label {
    float: left;
    margin-top: 4px;
    margin-right: 7px;
    font-weight: normal;
    font-size: 15px;
    font-weight:300;
}
.select-wrap {
    overflow: hidden;
    width: 135px;
    float: left;
}
.form-state #state {
    margin: 0;
    border: 0;
    -webkit-border-radius: 0px;
    border-radius: 0;
    width: 135px;
    background: #ffffff url(/wp-content/uploads/2019/02/arrow-select.png) 100px center no-repeat;
    background-size:20px;
    height: 30px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    float: left;
    padding: 5px 0px 5px 10px;
    font: 14px;
    color: #666666;
    outline: none;
    outline-offset: 0;
    font-weight:600;
}
#zip br {
    display:none !important;
}
#zip {
    float: right;
    width: auto;
}
#zip label {
    float: left;
    margin-top: 4px;
    margin-right: 9px;
    font-weight: normal;
    font-size: 15px;
    font-weight:300;
}
#zip input[type="text"] {
    border: 0;
    border-radius: 0;
    outline: none;
    outline-offset: 0;
    height: 28px;
    float: left;
    width: 85px;
    padding: 1px 15px 1px 10px;
    font-size: 14px;
    color: #666666;
    font-weight:600;
}
#zip input[type="submit"] {
    border: none;
    cursor: pointer;
    float: left;
    height: 30px;
    -webkit-border-radius: 0px;
    border-radius: 0;
    letter-spacing: 100px;
    text-indent: -9999px;
    width: 31px;
}
#zip button{
    background:#fff;
}
header div.header-upper div div div.pull-right.upper-right.clearfix div.upper-column.info-box{
    float:right;
}

.gallery-section .filters li{
	display:inline-block !important;
}
.floor-plans-section .side-links .links-nav > li{
	list-style:none !important;
}
.floor-plans-section .side-links .links-nav > li > ul > li > a:hover, .floor-plans-section .side-links .links-nav > li > ul > li{
	list-style:none !important;
}
.post-content .floor-plans-section ul li ul{
	padding-left:25px !important;
}
.floor-plans-section .side-links .links-nav > li {
    color: #253d4a;
    font-size: 18px;
    margin-bottom: 15px !important;
}

/***
====================================================================
	Floor Plans Section
====================================================================

***/

.floorplan__title {
    float: left;
    width: 50%;
    color: #85c446;
    font-size: 16px;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    font-weight: 700;
}
.floorplan__quantity {
    float: left;
    width: 50%;
    text-align: right;
    color: #0f323d;
    font-size: 16px;
    font-weight: 700;
}
.floorplan--grid {
    float: left;
    text-align: left;
    padding: 5px 0 0;
    width:100% !important;
}
.floorplan-content {
    padding: 5px;
    border-top: 2px solid #85c446;
}
.floorplan--grid span {
    display: block;
    font-size: 16px;
    color:#0f3249;
    padding-bottom: 0;
}
.floor-plans-section .col-left {
    float: left;
    width: 48%;
}
.floor-plans-section .col-right {
    float: right;
    width: 46%;
}
.svg--preview img{
    width:100% !important;
}

.floor-plans-section{
	position:relative;
	padding:100px 0px;
}

.floor-plans-section .side-links{
	position:relative;
	margin-bottom:40px;
}

.floor-plans-section .side-links .links-nav{
	position:relative;
}

.floor-plans-section .side-links .links-nav > li{
	color:#253d4a;
	font-size:18px;
	margin-bottom:15px;
}

.floor-plans-section .side-links .links-nav > li > a{
	font-weight:500;
	color:#253d4a;
	font-size:16px;
	text-transform:capitalize;
}

.floor-plans-section .side-links .links-nav > li > .toggle-nav{
	position:relative;
	padding:15px 15px 0px;
	display:none;
}

.floor-plans-section .side-links .links-nav > li > .toggle-nav.collapsed{
	display:block;
}

.floor-plans-section .side-links .links-nav > li > ul > li{
	font-size:14px;
	color:#777777;
}

.floor-plans-section .side-links .links-nav > li > ul > li > a{
	color:#777777;
	display:block;
	line-height:30px;
}

.floor-plans-section .side-links .links-nav > li > ul > li > a:hover,
.floor-plans-section .side-links .links-nav > li > ul > li > a.active{
	color:#71b100;
}

.floor-plans-section .floors-content{
	position:relative;
}

.floor-plans-section .floors-content .content-box{
	display:none;
	text-align:center;
}

.floor-plans-section .floors-content .content-box.collapsed{
	display:block;
}

.floor-plans-section .floors-content .image-box img{
	position:relative;
	display:inline-block;
	max-width:100%;
}

.floor-plans-section .property-info{
	position:relative;
	text-align:center;
	padding-top:20px;
}

.floor-plans-section .property-info .description{
	font-family:'Bitter',serif;
	font-style:italic;
	font-size:14px;
	max-width:750px;
	margin:0 auto 40px;
}

.floor-plans-section .property-info .documents{
	position:relative;
	margin-bottom:40px;
	color:#777777;
}

.floor-plans-section .property-info .documents strong{
	text-transform:uppercase;
	font-weight:700;
	color:#253d4a;
}

.floor-plans-section .property-info .documents .fa{
	padding:0px 7px;
	font-size:15px;
}

.floor-plans-section .property-info .theme-btn{
	margin:0px 10px 10px 0px;
	padding:11px 30px;
}

.floor-plans-section .inline-list{
	position:relative;
	margin-bottom:10px !important;
}

.floor-plans-section .inline-list li{
	position:relative;
	display:inline-block !important;
	margin-right:15px !important;
	line-height:24px !important;
	text-transform:capitalize;
	font-size:14px;
	color:#253d4a;
}

.floor-plans-section .inline-list li .icon{
	font-size:14px;
	padding-right:10px;
	display:inline-block;
	color:#71b100;
}
.blog-news-section .post-content .search-jobs {
    margin-top: 255px !important;
}
/*Forms*/
.gform_wrapper .ginput_complex .ginput_left input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=image]):not([type=file]), .gform_wrapper .ginput_complex .ginput_right input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=image]):not([type=file]), .gform_wrapper .ginput_complex .ginput_right select, .gform_wrapper .ginput_complex input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=image]):not([type=file]), .gform_wrapper .ginput_complex select, .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]), .gform_wrapper textarea, .gform_wrapper select {
    width: 100%;
    border: 1px solid #eee;
    border-radius: 6px;
    -webkit-box-shadow: inset 0 0 10px #f2f2f2;
    -moz-box-shadow: inset 0 0 10px #f2f2f2;
    box-shadow: inset 0 0 10px #f2f2f2;
    background-color:transparent;
    margin-top:12px !important;
    margin-bottom:12px !important;
}
.gform_wrapper input, .gform_wrapper textarea{
	padding: 9px 15px !important;
}
.gform_wrapper input[type=submit]{
        text-transform: uppercase;
    background: #6aa700;
    color: #fff;
    padding: 12px 40px !important;
}
.page-wrapper .gform_wrapper select{
    padding:14px 12px !important
}

/*Upper Footer*/
.upper-foot-widget .textwidget{
	padding:0 !important;
}

/*AddThis Button*/
.more-link .at-icon-wrapper, .blog-news-column .at-icon-wrapper{
	display:none !important;
}
.h1-minor{
	font-size:13px;
}
span.fa-compass{
	min-height:55px;
}
.after-icon-content{
	position:absolute;
}

/*Blog*/
.vc_gitem_row .vc_gitem-col{
	margin: 15px 5% 0px;
    	width: 90%;
    	background: #fff;
    	border: 1px solid #e5e5e5;
	padding:30px !important;
}
.vc_grid-item .vc_gitem-zone{
	background-color:#fff !important;
}
.vc_btn3{
	background-color:#85C446 !important;
	display: inline-block;
    	margin-bottom: 0;
    	text-align: center;
    	vertical-align: middle;
    	cursor: pointer;
    	background-image: none;
    	background-color: transparent;
    	color: #5472d2;
    	border: 1px solid transparent;
    	box-sizing: border-box;
    	word-wrap: break-word;
    	-webkit-user-select: none;
    	-moz-user-select: none;
   	-ms-user-select: none;
    	user-select: none;
    	text-decoration: none;
    	position: relative;
    	top: 0;
    	-webkit-transition: all .2s ease-in-out;
    	transition: all .2s ease-in-out;
    	line-height: normal;
    	-webkit-box-shadow: none;
    	-moz-box-shadow: none;
    	box-shadow: 0 0 20px rgba(24, 24, 24, 0.15) !important;
    	font-size: 14px;
    	padding-top: 14px;
    	padding-bottom: 14px;
    	padding-left: 20px;
   	padding-right: 20px;
	border:none !important;
}
.vc_cta3-actions-right .vc_btn3{
	background-color:#1a2a32 !important;
}

.modal-dialog {

  width: 100%;
  height: 100%;
  margin:60px auto;
}


.modal-content {
  position: relative;
  background-color: #fefefe;
  margin: auto;
  padding: 0;
  border: 1px solid #888;
  width: 80%;
  height:85%;
  box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
  -webkit-animation-name: animatetop;
  -webkit-animation-duration: 0.4s;
  animation-name: animatetop;
  animation-duration: 0.4s
}


/* The Close Button */
.close {
  color: black;
  float: right;
  font-size: 28px;
  font-weight: bold;
  opacity:0.7;
}

.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}

.modal-header {
  padding: 2px 16px;
  border:none !important;
}

.modal-body {
	padding: 2px 16px;
	height:94%;
}

/*Slider*/
.rev_slider_wrapper{
	background:transparent !important;
	font-size:16px !important;
}

/*Current website clone*/
.post-content li{
  	font-size:16px !important;
		color:#51626F !important;
}
#sidebar-wid .widget li{
		border-bottom:none !important;
}
#sidebar-wid .widget li::before{
		display:none !important;
}
#sidebar-wid .widget li a{
		font-size:18px;
}

#sidebar-wid .widget li a:after, #sidebar-wid .widget li a:before {
    width: 23px;
    height: 23px;
    border: 1px solid #d9d9d9;
    border-radius: 50%;
    top: 13px;
    left: -35px;
    position: absolute;
    content: '';
}
#sidebar-wid .widget li a:before {
    width: 15px;
    height: 15px;
    background: #92ca47;
    left: -31px;
    top: 17px;
}

/*Responsive Issues*/
.img-exis{
	width:100%;
	height:auto;
}
.vc_custom_1552990813901 .vc_cta3-content{
	width: 90%;
    	text-align: left;
}
.page-template-locations-page .post-content{
	min-height:170px !important;

}
.no-figure{
	padding-top: 30px;
    	padding-bottom: 30px;
}
@media (max-width:500px){
	.header-top{
		display:none !important;
	}
}
@media (max-width:700px){
	.vc_row-fluid .vc_general.vc_cta3 h2{
		text-align:center !important;
	}
	.vc_row-fluid .vc_cta3-actions-right .vc_btn3-container.vc_btn3-right{
		text-align:center !important;
	}
	.post-content .vc_btn3-container.vc_btn3-right{
		text-align:center !important;
		padding-top:15px;
	}
	.home .vc_col-sm-6 .wpb_wrapper, .home .wpb_row .vc_col-sm-4 .wpb_wrapper h2{
		text-align: center !important;
	}
	#image-cta{
		display:none !important;
	}
	.scroll-to-top{
		bottom:65px !important;
	}
	.wpb_column .vc_cta3-content{
		width:auto !important;
	}
	.vc_cta3_content-container .vc_cta3-actions{
		text-align:center;
		margin-top:15px;
	}

}
@media (max-width:800px){
	#header-new div:nth-child(2), #header-new div:nth-child(3){
		display:none !important;
	}
	.home .vc_row-fluid{
		padding-left:30px;
		padding-right:30px;
	}
	.page-id-1599 .vc_column_container, .page-template-default:not(.home) .post-content .vc_column_container{
		padding-left:30px;
		padding-right:30px;
	}
}
#header-new figure img{
	  margin-bottom: -13% !important;
	  user-drag: none;
	  user-select: none;
	  -moz-user-select: none;
	  -webkit-user-drag: none;
	  -webkit-user-select: none;
	  -ms-user-select: none;
}

.page-template-default:not(.home) .post-content .vc_row-fluid:not(.vc_custom_1553676598896){
	padding-left:0;
	padding-right:0;
}
.home .vc_row h2{
	text-align:center !important;
}
.wpb_column .vc_cta3-content{
	width:90%;
}
.wpb_column .vc_cta3-content h2{
	text-align:left !important;
}
/*Find a community // Search Near ZIP*/
@media (max-width:1150px){
	header div.header-upper div div div.pull-right.upper-right.clearfix div.upper-column.info-box{
		float:none !important;
	}
	.community{
		margin: -25px auto;
	}
}
@media (max-width:550px){
	.community{
		width:100% !important;
	}
	.form-state{
		width: 280px !important;
    		height: 35px !important;
		margin:0 auto !important;
	}
	#zip{
		width: 219px !important;
		float:none !important;
		margin:15px auto !important;
	}
}
/*Menu overflow fix*/
@media only screen and (max-width: 767px){
	.main-menu .collapse{
		max-height:100% !important;
		overflow:hidden;
	}
	.header-lower .auto-container{
		padding:0 !important;
	}
	.footer-sidebar1, .footer-sidebar2, .footer-sidebar3, .footer-sidebar4{
		margin:33px 0;
	}
	.footer-sidebar1, .footer-sidebar3{
		max-width:350px !important;
		margin:45px auto !important;
	}
	.footer-sidebar3{
		text-align:center !important;
	}
	.wp-block-column:nth-child(odd){
		margin-right:auto !important;
	}
	.footer-sidebar2 .widget_media_image, .footer-sidebar2 aside:nth-child(2), .footer-sidebar2 aside:nth-child(3) {
	    	width: 65% !important;
	    	margin: 0 auto;
	    	text-align: center;
	}
}
/*Bullets*/
.post-content ul li{
	list-style:circle;
}
.post-content .wpb_widgetised_column ul li{
	list-style:none !important;
}

/*Careers button*/
#join-our-team-button a{
	font-weight: 700;
  	font-size: 17px !important;
}
/*Enquire forms*/
.activedemand-input{
	position:initial !important;
}
.activedemand-button{
	background:#85C446 !important;
	border:none !important;
}
/*Event post type*/
.post-type-archive-tribe_events .page-title{
	display:none !important;
}
/*Phone box*/
@media (max-width:1000px){
	.main-header .btn-outer{
		width:153px !important;
	}
}

/*vc_media_grid*/
.vc_media_grid .vc-gitem-zone-height-mode-auto .vc_gitem-zone-img{
	display: block !important;
	visibility: inherit !important;
}
.vc_media_grid .vc-gitem-zone-height-mode-auto-1-1{
	height:auto !important;
}
.vc_media_grid .vc-gitem-zone-height-mode-auto:before{
	padding-top:0 !important;
}

/*Career page*/
#career-bt-part{
    background-size:cover !important;
}
#career-bt-part .vc_col-sm-8{
    padding:30px;

}
#career-bt-part .vc_col-sm-8 > div{
    background: rgba(255, 255, 255, 0.68);
    padding:15px 40px 15px 40px;
    border-radius:15px;
}

/*Gallery*/
.fancybox-title{
    display:none !important;
}

/*Sidebar*/
.popular-posts h2{
	font-size:18px !important;
}
.popular-posts article h4{
	font-size:16px !important;
	margin-bottom: 0 !important;
}
.popular-posts article .post-info{
	margin-bottom:15px;
}
/*Search/Locations*/
@media (max-width:770px){
	.pull-right.upper-right{
		display:none !important;
	}
}

/*Standardize FAQ*/
.vc_toggle{
    margin: 0 !important;
    padding: 12px 14px !important;
    border-color: #66a038;
    background-color: #6dab3c;
    border-bottom:1px solid #66a038;
}
.vc_toggle_title>h4{
    color: #fff !important;
}
.vc_toggle.vc_toggle_active{
    background-color:#f8f8f8 !important;
    transition:background-color 0.5s ease;
}
.vc_toggle.vc_toggle_active h4{
    color:#60626f !important;
}
.vc_toggle_default.vc_toggle_active .vc_toggle_icon:before{
    display:none !important;
}
.vc_toggle_default.vc_toggle_active .vc_toggle_icon:after{
    border-color:#646464 !important;
    background:#646464 !important;
    visibility:visible !important;
}
.vc_toggle_default.vc_toggle_active .vc_toggle_icon{
    border-color:#646464 !important;
    background:#646464 !important;
}
.vc_toggle_icon:before{
    content: '';
    display: block;
    position: absolute;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    left: 0;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    border-style: solid;
    border-width: 2px 0 0 0;
    border-color:#fff;
}
.vc_toggle_icon:after{
    content: '';
    display: block;
    position: absolute;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    left: 50%;
    bottom: 0;
    top: 0;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    border-style: solid;
    border-width: 0 0 0 2px;
    border-color:#fff;
}
.vc_toggle_size_md.vc_toggle_default .vc_toggle_icon::after{
    width:14px !important;
    height:1px !important;
    border-color:#fff !important;
}
.vc_toggle_size_md.vc_toggle_default .vc_toggle_icon::before{
    height:13px !important;
    width:1px !important;
}

.vc_toggle_default .vc_toggle_icon::after, .vc_toggle_default .vc_toggle_icon::before{
    background:#fff !important;
    border-color:#fff !important;
}
.vc_toggle_default .vc_toggle_icon{
    background:#fff !important;
    border:none !important;
}

.vc_toggle_size_md.vc_toggle_default .vc_toggle_icon{
    height: 2px !important;
    width: 13px !important;
}

@media only screen and (max-width: 767px){
  .footer-sidebar3 {
      max-width: 350px !important;
      padding-bottom: 45px;
      margin: -40px auto !important;
  }
  #custom_html-2 h3{
    display:none !important;
  }
  #menu-footer-copy{
    width:190px !important;
  }
}

/*ADA*/
#skip-to-content a {
    position: absolute !important;
    clip: rect(1px 1px 1px 1px);
    clip: rect(1px, 1px, 1px, 1px);
    overflow: hidden;
    height: 1px;
    color: #c9c9c9 !important;
    padding: 15px;
    font-size: 17px;
}
#skip-to-content a:focus {
    position: static !important;
    clip: auto;
    overflow: visible;
    height: auto;
    background:#1d2124;
}

a:focus, a:focus img, input:focus, select:focus, .select-wrap:focus, .vc_toggle > .vc_toggle_title:focus{
    outline: 1px dotted !important;
}

/*ADA*/
#skip-to-content a {
    position: absolute !important;
    clip: rect(1px 1px 1px 1px);
    clip: rect(1px, 1px, 1px, 1px);
    overflow: hidden;
    height: 1px;
    color: #c9c9c9 !important;
    padding: 15px;
    font-size: 17px;
}
#skip-to-content a:focus {
    position: static !important;
    clip: auto;
    overflow: visible;
    height: auto;
    background:#1d2124;
}

a:focus, a:focus img, input:focus, select:focus, .select-wrap:focus, .vc_toggle > .vc_toggle_title:focus{
    outline: 1px dotted !important;
}
@media (min-width:768px){
	.main-menu .navigation > li > ul{
	    display:block !important;
	    clip: rect(1px 1px 1px 1px);
	    clip: rect(1px, 1px, 1px, 1px);
	}
	.main-menu .navigation > li.dropdown:hover > ul, .main-menu .navigation > li.dropdown:focus-within > ul{
	    overflow: visible !important;
	    clip: auto !important;
	    top:100% !important;
	}
	.main-menu .navigation > li > ul > li > ul{
	    visibility:visible !important;
	    display:block !important;
	    clip: rect(1px 1px 1px 1px);
	    clip: rect(1px, 1px, 1px, 1px);
	    overflow: hidden;
	}
	.main-menu .navigation > li > ul > li.dropdown:focus-within > ul, .main-menu .navigation > li > ul > li.dropdown:hover > ul{
	    overflow: visible !important;
	    clip: auto !important;
	    left: 100% !important;
	    opacity:1 !important;
	}
}

/*Galleries*/
.pp_description, .pp_gallery, .pp_nav .currentTextHolder{
	display:none !important;
}
#pp_full_res img, .pp_hoverContainer, .pp_content{
	min-width:250px !important;
	min-height:250px !important;
}
.pp_pic_holder{
	min-width:285px !important;
}
div.pp_default .pp_content_container .pp_details{
	margin-top:15px !important;
}
.pp_details{
	display:none !important;
}

/*Nav menu removal*/
.vc_col-sm-2 .widget_nav_menu{
	display:none !important;
}

/*Reorder elements order*/
@media (max-width:768px){
	.post-content > div > div > div > .wpb_wrapper > div:nth-child(1), .post-content > .vc_row:not(.vc_row-has-fill){
		display: flex;
		flex-direction: column;
	}

	.post-content > div > div > div > .wpb_wrapper > div > .wpb_column:nth-child(1), .post-content > .vc_row:not(.vc_row-has-fill) > .vc_col-sm-2:nth-child(1){
		order:1;
	}
	.post-content > div > div > div > .wpb_wrapper > div > .wpb_column:nth-child(2), .post-content > .vc_row:not(.vc_row-has-fill) > .vc_col-sm-2:nth-child(2){
		order:3;
	}
	.post-content > div > div > div > .wpb_wrapper > div > .wpb_column:nth-child(3), .post-content > .vc_row:not(.vc_row-has-fill) > .vc_col-sm-6:nth-child(3){
		order:2;
	}
	body .post-content > .vc_row:not(.vc_row-has-fill) > .vc_col-sm-6:nth-child(3), body .post-content > .vc_row:not(.vc_row-has-fill) > .vc_col-sm-2:nth-child(2){
		width:100% !important;
	}
	.post-content > div > div > div > .wpb_wrapper > div > .wpb_column:nth-child(4), .post-content > .vc_row:not(.vc_row-has-fill) > .vc_col-sm-2:nth-child(4){
		order:4;
	}
}

@media (min-width:768px) and (max-width:1100px){
	.page-template-default:not(.home) .post-content .vc_row-fluid:not(.vc_custom_1553676598896){
		padding-left:0 !important;
		padding-right:0 !important;
	}
}

/*Team page adjusts*/
.team-template-default .featured-team-img img{
	float:left;
	padding:12px 20px 5px 0px;
}
.team-template-default .post-content{
	margin-top:20px !important;
}

.vc_tta.vc_tta-style-modern .vc_tta-panel-heading {
    background-image: none !important;
}


.ginput_container_consent label{
    display:inline !important;
}

/*CTA images*/
#img-cta figure, #img-cta figure a, #img-cta figure a img{width:100% !important;}
#img-cta > div{padding:0 !important;}
#img-cta > div > div{height:400px;}
#img-cta > div img{height:400px;object-fit:cover;}
#img-cta > .vc_col-sm-4 > div > div{padding:50px;}
#img-cta > .vc_col-sm-4 > div > div > h2{font-size:33px;color:#fff;}
#img-cta button, #img-cta .vc_btn3{background: #283a48 !important;color: #fff;font-size: 16px;text-transform: uppercase;font-weight: 600;border-radius: 0;margin-top: 38px;}

@media screen and (max-width:768px) {
  .content-side .vc_column_container {
    width:100% !important;
  }
}

/*Covid Alert*/
.covid-alert{
    text-align: center;
    height: auto;
    background: #d63130;
    line-height: 40px;
}
@media (max-width:768px){
	.covid-alert{
	    line-height:25px !important;
	    padding:20px;
	}
}
.covid-alert > a{
    color: #fff;
    font-size: 19px;
}

/*Header changes*/
.upper-column.info-box{
	padding-left: 0 !important;
  margin-left: 0;
}

.col-md-5.search-box{
	visibility:visible !important;
}

header div.header-upper div div div.pull-right.upper-right.clearfix div.upper-column.info-box{
	width:100% !important;
}

@media (max-width:1150px){
	.main-header .header-upper .logo-outer{
	    width: 210px !important;
	    text-align: center;
	}
	.main-header .header-upper .upper-right{
		width:auto !important;
	}
	header div.header-upper div div div.pull-right.upper-right.clearfix div.upper-column.info-box{
		width:500px !important;
		margin-right: 0;
		padding-right: 0;
	}
	.community {
    width: 500px !important;
	}
	.header-lower .auto-container{
		padding:0 !important;
	}
}

@media (max-width:768px){
	header div.header-upper div div div.pull-right.upper-right.clearfix div.upper-column.info-box{
		width: 100% !important;
		padding: 30px 0px;
		margin: 0 !important;
	}
}

.search-box .give{
	padding: 7px 39px;
  font-size: 17px;
  border-radius: 6px;
  background: #84c346;
  color: #ffffff !important;
  text-align: center !important;
}

.col-md-5.search-box{
	padding-right:0 !important;
}

.col-md-4.search-box{
	text-align:center;
}

.col-md-3.phone-number{
	padding: 7px 0 !important;
  text-align: center;
}

.col-md-3.phone-number a{
	color: #828282;
	font-size: 16px;
}

/*Outer header button*/
.btn-outer .menu-item{
	width:100%;
}

.btn-outer.main-menu .navigation > li.dropdown > a:before{
  line-height: 27px !important;
	right:20px !important;
}

.btn-outer.main-menu .navigation > li.dropdown > a{
	padding-right:0 !important;
	text-transform: capitalize !important;
}
