/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%
}
body {
    margin: 0
}
hr {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
    overflow: visible
}
pre {
    font-family: monospace, monospace;
    font-size: 1em
}
a {
    background-color: transparent
}
abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted
}
b,
strong {
    font-weight: bolder
}
code,
kbd,
samp {
    font-family: monospace, monospace;
    font-size: 1em
}
small {
    font-size: 80%
}
sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}
sub {
    bottom: -0.25em
}
sup {
    top: -0.5em
}
img {
    border-style: none
}
button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
    margin: 0
}
button,
input {
    overflow: visible
}
button,
select {
    text-transform: none
}
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0
}
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText
}
fieldset {
    padding: 0.35em 0.75em 0.625em
}
legend {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal
}
progress {
    vertical-align: baseline
}
textarea {
    overflow: auto
}
[type="checkbox"],
[type="radio"] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto
}
[type="search"] {
    -webkit-appearance: textfield;
    outline-offset: -2px
}
[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none
}
::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit
}
details {
    display: block
}
summary {
    display: list-item
}
template {
    display: none
}
[hidden] {
    display: none
}

/*! lightslider - v1.1.6 - 2016-10-25
* https://github.com/sachinchoolur/lightslider
* Copyright (c) 2016 Sachin N; Licensed MIT */

/*! lightslider - v1.1.3 - 2015-04-14
* https://github.com/sachinchoolur/lightslider
* Copyright (c) 2015 Sachin N; Licensed MIT */
.lSSlideOuter {
    overflow: hidden;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}
.lightSlider:before,
.lightSlider:after {
    content: " ";
    display: table
}
.lightSlider {
    overflow: hidden;
    margin: 0
}
.lSSlideWrapper {
    max-width: 100%;
    overflow: hidden;
    position: relative
}
.lSSlideWrapper>.lightSlider:after {
    clear: both
}
.lSSlideWrapper .lSSlide {
    -webkit-transform: translate(0px, 0px);
    -ms-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
    -webkit-transition: all 1s;
    -webkit-transition-property: -webkit-transform, height;
    -webkit-transition-property: height, -webkit-transform;
    transition-property: height, -webkit-transform;
    -o-transition-property: transform, height;
    transition-property: transform, height;
    transition-property: transform, height, -webkit-transform;
    -webkit-transition-duration: inherit !important;
    -o-transition-duration: inherit !important;
    transition-duration: inherit !important;
    -webkit-transition-timing-function: inherit !important;
    -o-transition-timing-function: inherit !important;
    transition-timing-function: inherit !important
}
.lSSlideWrapper .lSFade {
    position: relative
}
.lSSlideWrapper .lSFade>* {
    position: absolute !important;
    top: 0;
    left: 0;
    z-index: 9;
    margin-right: 0;
    width: 100%
}
.lSSlideWrapper.usingCss .lSFade>* {
    opacity: 0;
    -webkit-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s;
    -webkit-transition-duration: inherit !important;
    -o-transition-duration: inherit !important;
    transition-duration: inherit !important;
    -webkit-transition-property: opacity;
    -o-transition-property: opacity;
    transition-property: opacity;
    -webkit-transition-timing-function: inherit !important;
    -o-transition-timing-function: inherit !important;
    transition-timing-function: inherit !important
}
.lSSlideWrapper .lSFade>*.active {
    z-index: 10
}
.lSSlideWrapper.usingCss .lSFade>*.active {
    opacity: 1
}
.lSSlideOuter .lSPager.lSpg {
    margin: 10px 0 0;
    padding: 0;
    text-align: center
}
.lSSlideOuter .lSPager.lSpg>li {
    cursor: pointer;
    display: inline-block;
    padding: 0 5px
}
.lSSlideOuter .lSPager.lSpg>li a {
    background-color: #222222;
    border-radius: 30px;
    display: inline-block;
    height: 8px;
    overflow: hidden;
    text-indent: -999em;
    width: 8px;
    position: relative;
    z-index: 99;
    -webkit-transition: all 0.5s linear 0s;
    -o-transition: all 0.5s linear 0s;
    transition: all 0.5s linear 0s
}
.lSSlideOuter .lSPager.lSpg>li:hover a,
.lSSlideOuter .lSPager.lSpg>li.active a {
    background-color: #428bca
}
.lSSlideOuter .media {
    opacity: 0.8
}
.lSSlideOuter .media.active {
    opacity: 1
}
.lSSlideOuter .lSPager.lSGallery {
    list-style: none outside none;
    padding-left: 0;
    margin: 0;
    overflow: hidden;
    transform: translate3d(0px, 0px, 0px);
    -moz-transform: translate3d(0px, 0px, 0px);
    -ms-transform: translate3d(0px, 0px, 0px);
    -webkit-transform: translate3d(0px, 0px, 0px);
    -o-transform: translate3d(0px, 0px, 0px);
    -webkit-transition-property: -webkit-transform;
    -moz-transition-property: -moz-transform;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}
.lSSlideOuter .lSPager.lSGallery li {
    overflow: hidden;
    -webkit-transition: border-radius 0.12s linear 0s 0.35s linear 0s;
    -o-transition: border-radius 0.12s linear 0s 0.35s linear 0s;
    transition: border-radius 0.12s linear 0s 0.35s linear 0s
}
.lSSlideOuter .lSPager.lSGallery li.active,
.lSSlideOuter .lSPager.lSGallery li:hover {
    border-radius: 5px
}
.lSSlideOuter .lSPager.lSGallery img {
    display: block;
    height: auto;
    max-width: 100%
}
.lSSlideOuter .lSPager.lSGallery:before,
.lSSlideOuter .lSPager.lSGallery:after {
    content: " ";
    display: table
}
.lSSlideOuter .lSPager.lSGallery:after {
    clear: both
}
.lSAction>a {
    width: 32px;
    display: block;
    top: 50%;
    height: 32px;
    background-image: url("/images/controls.png");
    cursor: pointer;
    position: absolute;
    z-index: 99;
    margin-top: -16px;
    opacity: 0.5;
    -webkit-transition: opacity 0.35s linear 0s;
    -o-transition: opacity 0.35s linear 0s;
    transition: opacity 0.35s linear 0s
}
.lSAction>a:hover {
    opacity: 1
}
.lSAction>.lSPrev {
    background-position: 0 0;
    left: 10px
}
.lSAction>.lSNext {
    background-position: -32px 0;
    right: 10px
}
.lSAction>a.disabled {
    pointer-events: none
}
.cS-hidden {
    height: 1px;
    opacity: 0;
    filter: alpha(opacity=0);
    overflow: hidden
}
.lSSlideOuter.vertical {
    position: relative
}
.lSSlideOuter.vertical.noPager {
    padding-right: 0px !important
}
.lSSlideOuter.vertical .lSGallery {
    position: absolute !important;
    right: 0;
    top: 0
}
.lSSlideOuter.vertical .lightSlider>* {
    width: 100% !important;
    max-width: none !important
}
.lSSlideOuter.vertical .lSAction>a {
    left: 50%;
    margin-left: -14px;
    margin-top: 0
}
.lSSlideOuter.vertical .lSAction>.lSNext {
    background-position: 31px -31px;
    bottom: 10px;
    top: auto
}
.lSSlideOuter.vertical .lSAction>.lSPrev {
    background-position: 0 -31px;
    bottom: auto;
    top: 10px
}
.lSSlideOuter.lSrtl {
    direction: rtl
}
.lSSlideOuter .lightSlider,
.lSSlideOuter .lSPager {
    padding-left: 0;
    list-style: none outside none
}
.lSSlideOuter.lSrtl .lightSlider,
.lSSlideOuter.lSrtl .lSPager {
    padding-right: 0
}
.lSSlideOuter .lightSlider>*,
.lSSlideOuter .lSGallery li {
    float: left
}
.lSSlideOuter.lSrtl .lightSlider>*,
.lSSlideOuter.lSrtl .lSGallery li {
    float: right !important
}
@-webkit-keyframes rightEnd {
    0% {
        left: 0
    }
    50% {
        left: -15px
    }
    100% {
        left: 0
    }
}
@keyframes rightEnd {
    0% {
        left: 0
    }
    50% {
        left: -15px
    }
    100% {
        left: 0
    }
}
@-webkit-keyframes topEnd {
    0% {
        top: 0
    }
    50% {
        top: -15px
    }
    100% {
        top: 0
    }
}
@keyframes topEnd {
    0% {
        top: 0
    }
    50% {
        top: -15px
    }
    100% {
        top: 0
    }
}
@-webkit-keyframes leftEnd {
    0% {
        left: 0
    }
    50% {
        left: 15px
    }
    100% {
        left: 0
    }
}
@keyframes leftEnd {
    0% {
        left: 0
    }
    50% {
        left: 15px
    }
    100% {
        left: 0
    }
}
@-webkit-keyframes bottomEnd {
    0% {
        bottom: 0
    }
    50% {
        bottom: -15px
    }
    100% {
        bottom: 0
    }
}
@keyframes bottomEnd {
    0% {
        bottom: 0
    }
    50% {
        bottom: -15px
    }
    100% {
        bottom: 0
    }
}
.lSSlideOuter .rightEnd {
    -webkit-animation: rightEnd 0.3s;
    animation: rightEnd 0.3s;
    position: relative
}
.lSSlideOuter .leftEnd {
    -webkit-animation: leftEnd 0.3s;
    animation: leftEnd 0.3s;
    position: relative
}
.lSSlideOuter.vertical .rightEnd {
    -webkit-animation: topEnd 0.3s;
    animation: topEnd 0.3s;
    position: relative
}
.lSSlideOuter.vertical .leftEnd {
    -webkit-animation: bottomEnd 0.3s;
    animation: bottomEnd 0.3s;
    position: relative
}
.lSSlideOuter.lSrtl .rightEnd {
    -webkit-animation: leftEnd 0.3s;
    animation: leftEnd 0.3s;
    position: relative
}
.lSSlideOuter.lSrtl .leftEnd {
    -webkit-animation: rightEnd 0.3s;
    animation: rightEnd 0.3s;
    position: relative
}
.lightSlider.lsGrab>* {
    cursor: -webkit-grab;
    cursor: -o-grab;
    cursor: -ms-grab;
    cursor: grab
}
.lightSlider.lsGrabbing>* {
    cursor: move;
    cursor: -webkit-grabbing;
    cursor: -o-grabbing;
    cursor: -ms-grabbing;
    cursor: grabbing
}
.container {
    width: 100%;
    max-width: 1320px;
    margin: 0 auto;
    padding: 0 20px
}
@media (max-width: 1340px) {
    .container {
        padding: 0 10px
    }
}
@media (max-width: 768px) {
    .container {
        padding: 0;
        width: 100%;
        max-width: none;
        margin: 0 auto
    }
}
* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}
html,
body {
    font-family: haboro, sans-serif;
    font-size: 18px;
    line-height: 1.88;
    color: #241f21;
}
body {
    padding: 120px 0
}
body.no-scroll {
    overflow: hidden
}
.highlight {
	color:#dbb53b;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: beloved-sans, sans-serif;
	color: #007a85;
	font-weight:700;
	margin: 0 0 5px 0;
	line-height:1.16;
}
h1, .h1 {
    font-size: 60px;
    text-transform: capitalize;
}
h2, .h2 {
    font-size: 44px;
	text-transform: lowercase;
}
h3, .h3 {
    font-size: 36px;
	text-transform: lowercase;
}
h4, .h4 {
    font-size: 28px;
	text-transform: lowercase;
}
h5, .h5 {
    font-family: haboro, sans-serif;
    font-size: 24px;
	font-weight:bold;
	text-transform:none;
}
a,
a:visited {
    text-decoration: underline;
    color: #241f21
}
a:hover,
a:visited:hover {
    text-decoration: none
}
a.fancypage {
	cursor:pointer;
}
a.adjustAnchor {
    display: block;
    position: relative;
    top: -160px;
    visibility: hidden;
}
a.button, input.button, div.button {
    display: inline-block;
    text-align: center;
    color: #fff;
    text-transform: uppercase;
	cursor:pointer;
	background-color:#44133f;
	padding:5px 10px;
	text-transform:none;
	font-size:24px;
	border:0;
	text-decoration:none;
	line-height:1.2;
}
.dynamic .button {
	margin-bottom:10px;
}
.button a {
	color:inherit;
	text-decoration:none;
}
.teal.button, .teal.handle, .builderWrapper .teal.handle {
	background-color:#007a85;
}
.yellow.button, .yellow.handle, .builderWrapper .yellow.handle {
	background-color:rgba(229, 199, 125,1);
	color:#000;
}
.purple.handle, .builderWrapper .purple.handle {
	background-color:#44133f;
}
.black.handle, .builderWrapper .black.handle {
	background-color:#000;
}
p {
    margin-top: 0
}
img {
    max-width: 100%;
	height:auto;
}
body .fancybox-type-ajax.fancybox-wrap {
	max-width:90%;
}
body .fancybox-type-ajax .fancybox-skin {
	background-image:url("/images/bg-texture-grey-sm.jpg");
}
body .fancybox-type-ajax .fancybox-inner {
	padding:20px;
	width:auto !important;
}
body .fancybox-type-image .fancybox-nav span {
  visibility:visible;
}
body .fancybox-prev span {
	background-image:url('/images/icon-arrow-left.png');
	background-position:center center;
	background-size:contain;
	left:-15px;
}
body .fancybox-next span {
	background-image:url('/images/icon-arrow-right.png');
	background-position:center center;
	background-size:contain;
	right:-15px;
}
body .homedetailPop .menubar {
	left:0;
	margin-left:0;
	background-color:#007a85;
}
form .caption {
	display:inline-block;
	width:90%;
	vertical-align:top;
	margin-left:5px;
}
.p_homes .home-finder {
	display:none !important;
}
body.p_homes {
	padding-bottom:0;
}
footer .home-finder {
    position: fixed;
    bottom: 0;
    width: 100%;
    background: #007a85;
    color: white;
    height: 80px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    opacity: 0;
    display: none;
    -webkit-transition: opacity .5s ease-in-out;
    -o-transition: opacity .5s ease-in-out;
    transition: opacity .5s ease-in-out
}
footer .home-finder.sticky {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
	z-index:90;
}
.p_residents .midSlide .main-header-image {
	margin-top:30px;
}
.residents footer .home-finder {
	display:none;
}
.residents .search-results {
	text-align:left;
}
.residents .search-results > div {
	margin-bottom:20px;
}
body.residents {
	padding-bottom:0;
}
.residents .midSlide .container {
	padding-left:0;
	padding-right:0;
}
footer .home-finder.show {
    opacity: 1
}
footer .home-finder h2 {
    color: #fff;
    font-weight: 700;
    margin: 0;
	font-size:22px;
    padding-right: 20px;
    line-height: normal
}
footer .home-finder .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%
}
footer .home-finder form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-box-flex: 2;
    -ms-flex-positive: 2;
    flex-grow: 2
}
footer .home-finder form .select-container {
    margin-right: 15px;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    cursor: pointer;
    position: relative
}
footer .home-finder form .select-container.large {
    -webkit-box-flex: 2;
    -ms-flex: 2;
    flex: 2
}
footer .home-finder form .select-container .select-name {
    font-size: 16px;
    color: #69645f;
    background: #fff;
    padding: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 0;
	white-space:nowrap;
}
footer .home-finder form .select-container .select-name i {
    color: #007a85;
    margin-left: 15px;
    font-size: 28px
}
footer .home-finder form .select-container .options {
    display: none;
    position: absolute;
    background: #fff;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 15px;
    width: 100%;
    font-size: 14px;
    color: #69645f;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    bottom: 100%;
}
footer .home-finder form .select-container .options.open {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}
footer .home-finder form .select-container .options label {
    margin-bottom: 5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
    line-height: normal
}
footer .home-finder form .select-container .options label input {
    margin-right: 5px;
    border-radius: 0
}
footer .home-finder form .select-container .options label:last-of-type {
    margin: 0
}
footer .home-finder form .button {
    background: #e5c77d;
    color: #241f21;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    font-weight: bold;
    font-size: 20px;
    padding: 10px 20px;
    cursor: pointer
}
body .cookie-bar .container .copy {
        font-size:15px;
}
.footer-disclosure {
        font-size:13px;
        line-height:1.5;
        padding-top:20px;
        text-align:center;
        text-transform:none;
}
.main-header {
    height: 120px;
    position: fixed;
    top: 0;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background: url("/images/bg-texture-grey-sm.jpg");
    -webkit-box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.5);
    box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.5);
    z-index: 320;
}
.main-header .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}
.main-header .main-header-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%
}
.main-header .main-header-container .logo-container {
    -webkit-box-flex: 8;
    -ms-flex-positive: 8;
    flex-grow: 8
}
.main-header .main-header-container .logo-container img {
    max-width: 280px;
    max-width: 240px;
    width: 100%
}
.main-header .main-header-container .mobile-menu {
    display: none
}
.main-header .main-header-container .main-menu-container {
    -webkit-box-flex: 2;
    -ms-flex-positive: 2;
    flex-grow: 2;
    padding: 0 10px
}
.main-header .main-header-container .main-menu-container .subscribe {
    display: none
}
.main-header .main-header-container .main-menu-container .main-menu {
    list-style: none;
    margin: 0;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: space-evenly;
    -ms-flex-pack: space-evenly;
    justify-content: space-evenly;
	flex-wrap:wrap;
}
.main-header .main-header-container .main-menu-container .main-menu li {
    position: relative;
	line-height:1.3;
}
.main-header .main-header-container .main-menu-container .main-menu li a {
        display:block;
    padding: 10px 14px;
    font-size: 18px;
    font-weight: bold;
    text-decoration: none
}
.residents .main-header .main-header-container .main-menu-container .main-menu li a {
	font-size:1.1vw;
	padding:10px 15px;
	padding: 10px 10px;
}
.main-header .main-header-container .main-menu-container .main-menu li ul {
    display: none;
    position: absolute;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    background: #007a85;
    width: 250px;
    list-style: none;
    margin: 0;
    left: 0;
    padding: 10px 0;
	z-index:100;
}
.main-header .main-header-container .main-menu-container .main-menu li ul li {
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}
.main-header .main-header-container .main-menu-container .main-menu li ul li:hover {
    background: #e5c77d
}
.main-header .main-header-container .main-menu-container .main-menu li ul li:hover > a {
    color: #241f21
}
.main-header .main-header-container .main-menu-container .main-menu li ul li a {
    padding: 10px 20px;
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    text-transform: uppercase;
    font-family: beloved-sans, sans-serif
}
.main-header .main-header-container .main-menu-container .main-menu li:hover {
    background: #007a85;
    color: #fff
}
.main-header .main-header-container .main-menu-container .main-menu li:hover > a {
    color: #fff
}
.main-header .main-header-container .main-menu-container .main-menu li:hover > ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}
.main-header .main-header-container .main-menu-container .main-menu li > ul li ul {
	left:100%;
}
.main-header .main-header-container .sub-container {
    position: relative;
}
.main-header .main-header-container .sub-container .subscribe,
.main-header .main-header-container .shop {
    padding: 8px 15px;
    background: #e5c77d;
    color: #241f21;
    font-size: 22px;
    text-transform: capitalize;
    font-weight: 700;
        white-space:nowrap;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
	
	font-size: 16px;
	padding: 8px 12px;
}
.main-header .main-header-container .shop {
        margin-left: 10px;
        background:#007a85;
        color:#fff;
	height: 40px;
}
.main-header .main-header-container .search {
    margin-left: 10px;
	background:#44133f;
	position:relative;
}
.main-header .main-header-container .search .form-wrapper {
	display:none;
}
.search .close {
	position:absolute;
	top:-12px;
	right:-12px;
	padding:5px;
	background:#000;
	color:#fff;
	width:25px;
	height:25px;
	border-radius:50%;
	font-size:12px;
	text-align:center;
	cursor:pointer;
}
.main-header .main-header-container .search.active .form-wrapper {
	display:block;
	position:absolute;
	right:0px;
	top:0;
	padding:10px 20px;
	background:#44133f;
}
.main-header .main-header-container .search.active .form-wrapper form {
	display:flex;
}
.main-header .main-header-container .search.active .form-wrapper form input {
	font-size:18px;
}
.main-header .main-header-container .sub-container .subscribe img {
    width: 24px;
    margin-right: 10px
}
.main-header .main-header-container .shop img {
    width: 21px;
    margin-right: 10px
}
.main-header .main-header-container .sub-container .sub-form-container {
    display: none;
    position: absolute;
    padding: 20px;
    background: #e5c77d;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 350px;
    right: 0
}
.main-header .main-header-container .sub-container .sub-form-container.open {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}
.main-header .main-header-container .sub-container .sub-form-container .title {
    font-size: 18px;
    text-align: center;
    margin-bottom: 10px;
    font-weight: 700;
    font-style: normal;
    text-transform: lowercase;
    font-family: beloved-sans, sans-serif
}
.main-header .main-header-container .sub-container .sub-form-container form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}
.main-header .main-header-container .sub-container .sub-form-container form input {
    margin-bottom: 10px;
    background: #fff;
    border: 0;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding: 14px 20px 10px 10px
}
.main-header .main-header-container .sub-container .sub-form-container form input::-webkit-input-placeholder {
    font-size: 14px
}
.main-header .main-header-container .sub-container .sub-form-container form input:-ms-input-placeholder {
    font-size: 14px
}
.main-header .main-header-container .sub-container .sub-form-container form input::-ms-input-placeholder {
    font-size: 14px
}
.main-header .main-header-container .sub-container .sub-form-container form input::placeholder {
    font-size: 14px
}
.main-header .main-header-container .sub-container .sub-form-container form input.button {
    background: #007a85;
    color: #fff;
    font-weight: 700;
    font-size: 20px
}
.alert {
	color:#990000;
	font-weight:bold;
}
.main-footer {
    background: url("/images/bg-texture-grey-sm.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 50px 0;
	margin-top:50px;
}
.main-footer .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}
.main-footer .container h3 {
	font-size:32px;
    text-transform: capitalize
}
.main-footer .container>div {
    width: 30%
}
.main-footer .container>div.img-container {
    display: none
}
.main-footer .container .first form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}
.main-footer .container .first form input,
.main-footer .container .first form select {
    margin-bottom: 20px;
    background: #fff;
    border: 0;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding: 10px 20px
}
.main-footer .container .first form input::-webkit-input-placeholder {
    font-size: 16px
}
.main-footer .container .first form input:-ms-input-placeholder {
    font-size: 16px
}
.main-footer .container .first form input::-ms-input-placeholder {
    font-size: 16px
}
.main-footer .container .first form input::placeholder,
.main-footer .container .first form select {
	color:#666;
    font-size: 16px
}
.main-footer .container .first form input.button {
    background: #e5c77d;
    color: #241f21;
    font-weight: 700;
    font-size: 20px;
	margin-top:10px;
}
.main-footer .container .first .img-container {
    text-align: center;
    margin-top: 20px
}
.main-footer .container .first .img-container img {
    max-width: 50%
}
.main-footer .container > div {
	position:relative;
}
.main-footer .container .second {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}
.main-footer .container .second div {
    text-align: left
}
.main-footer .container .second .nomargin {
    margin: 0
}
.main-footer .container .second .email {
    margin-bottom: 1em;
    display: block
}
#content_footer_third div {
    margin-bottom: 10px
}
#content_footer_third a {
	display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #241f21;
    text-decoration: none
}
#content_footer_third a.button {
	display:inline-block;
	color:#fff;
}
#content_footer_third a img {
/*    width: 40px;*/
    margin-right: 10px
}
.main-footer .container .third .button {
    background: #007a85;
    color: white;
    text-transform: capitalize;
    margin-top: 20px;
    font-weight: 700;
    font-size: 20px
}
.footer-bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 20px
}
.footer-bottom p {
    padding: 0 3px
}
.footer-bottom p a {
    color: #241f21;
    text-decoration: none;
	white-space:nowrap;
}
.footer-bottom .equal {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-line-pack: center;
    align-content: center;
    margin-left: 10px
}
.footer-bottom .equal img {
    margin: 0 5px;
    height: 25px
}
.main-header-image {
    position: relative;
    -webkit-box-shadow: 0 0 100px rgba(0, 0, 0, 0.4) inset;
    box-shadow: 0 0 100px rgba(0, 0, 0, 0.4) inset;
}
.main-header-image .previous_btn,
.main-header-image .next_btn {
    position: absolute;
    top: 43%;
    z-index: 100;
    cursor: pointer
}
.main-header-image .previous_btn img,
.main-header-image .next_btn img {
    width: 60px
}
.main-header-image .previous_btn {
    left: 0
}
.main-header-image .next_btn {
    right: 0
}
.main-header-image .slideshow {
    border-bottom: 8px solid #e5c77d
}
.slideshow .caption-box {
	position:absolute;
	left:5%;
	bottom:40px;
	background: rgba(0, 122, 133, 0.85);
	padding: 35px;
	font-family: haboro, sans-serif;
	color: #ffffff;
	max-width:450px;
}
.slideshow .caption-box .heading {
	font-size: 36px;
	line-height: 38px;
	font-weight: 400;
	margin-bottom: 16px;
	text-align: left;
}
.slideshow .caption-box .caption {
	font-size: 22px;
	font-weight: 400;
	margin-bottom: 25px;
	text-align: left;
	font-style:normal;
}
.slideshow .caption-box .more {
	font-size: 20px;
	line-height: 1;
	font-weight: 700;
	text-align: center;
	padding: 12px 14px;
	border: 2px solid #ffffff;
	background:none;
	display:inline-block;
}
/*
.main-header-image .slide_viewer {
    height: 700px;
    overflow: hidden;
    position: relative
}
.main-header-image .slide_group {
    height: 100%;
    position: relative;
    width: 100%
}
.main-header-image .slide {
    display: none;
    height: 100%;
    position: absolute;
    width: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}
.main-header-image .slide:first-child {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}
*/
.main-header-image .slide_viewer {
    overflow: hidden;
    position: relative
}
.main-header-image .slide_group {
    height: 100%;
    position: relative;
    width: 100%
}
.main-header-image .video-wrapper {
    position: relative;
        padding-top:43.75%;
		overflow:hidden;
}
.alert {
    color:#ffffff !important;
    font-weight:bold;
    background-color:#990000;
    padding:3px 5px;
    margin-bottom:5px;
}
.slideshow .slide a {
	position:absolute;
	top:0;left:0;right:0;bottom:0;
	width:100%;
	height:100%;
	z-index:5;
}
.slideshow .video-wrapper video {
	position:absolute;
	width:100%;
	background-color:#000;
    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;';
}
.video-wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}
.main-header-image .slide:not(:first-child) {
    display: none;
}
.main-header-image .slide {
	padding-top:43.75%;
    height: 100%;
/*    position: absolute;*/
    width: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}
.midSlide .main-header-image .slide {
	padding-top:28.125%;
}
.interior .video-wrapper, .interior .main-header-image .slide {
	padding-top:27.084%;
}
.main-header-image .home-finder {
    position: absolute;
	z-index:80;
    bottom: 100px;
    color: #fff;
    max-width: 1060px;
    width: 80%;
    background: rgba(0, 122, 133, 0.85);
    padding: 40px 50px;
    left: 0;
    right: 0;
    margin: auto
}
.main-header-image .home-finder h2 {
    color: #fff
}
.main-header-image .home-finder form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-line-pack: stretch;
    align-content: stretch
}
.main-header-image .home-finder form .select-container {
    margin-right: 15px;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    cursor: pointer;
    position: relative
}
.main-header-image .home-finder form .select-container.large {
    -webkit-box-flex: 2;
    -ms-flex: 2;
    flex: 2
}
.main-header-image .home-finder form .select-container .select-name {
    padding: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 0;
	white-space:nowrap;
}
.main-header-image .home-finder form .select-container .select-name,
.main-header-image .home-finder form .select-container select,
footer .home-finder form .select-container select {
    font-size: 18px;
    color: #69645f;
    background-color: #fff;
}
.main-header-image .home-finder form .select-container select,
footer .home-finder form .select-container select {
	padding-top:14px;
	padding-bottom:14px;
	width:100%;
}
.main-header-image .home-finder form .select-container .select-name i {
    color: #007a85;
    margin-left: 15px;
    font-size: 28px
}
.home-finder form .select-container .options {
    display: none;
    position: absolute;
    background: #fff;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 15px;
    width: 100%;
    font-size: 14px;
    color: #69645f;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}
.home-finder form .select-container .options.open {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
	width:auto;
	min-width:100%;
}
.home-finder form .select-container .options label {
    margin-bottom: 5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
	white-space:nowrap;
    line-height: normal
}
.main-header-image .home-finder form .select-container .options label input {
    margin-right: 5px;
    border-radius: 0
}
.main-header-image .home-finder form .select-container .options label:last-of-type {
    margin: 0
}
.main-header-image .home-finder form .button {
    background: #e5c77d;
    color: #241f21;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    font-weight: bold;
    font-size: 24px;
    padding: 10px 20px;
    cursor: pointer
}
.email_btcheck, .btcheck {
	display:none;
}
.contactform {
	text-align:left;
	padding-right:10%;
	color: #0a0303;
	font-size: 18px;
	font-weight: 400;
}
.embed_falltoursignup .contactform {
	padding:0px 10%;
}
.contactform span.spacer {
	display:inline-block;
	width:40px;
}
.contactform .phonezip {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;	
}
.contactform .phonezip > div:first-child {
	width:60%;
}
.contactform .phonezip > div:last-child {
	width:30%;
}
.section-main .contactform .newline {
	margin-bottom:10px;
}
input[type=text], input[type=email],input[type=password],textarea {
	border:1px solid #e5e2e2;
	border-radius:0;
	background:#ffffff;
	-webkit-box-shadow: inset 0px 0px 21px 2px rgba(0,0,0,.1);
	-moz-box-shadow: inset 0px 0px 21px 2px rgba(0,0,0,.1);
	box-shadow: inset 0px 0px 21px 2px rgba(0,0,0,.1);
}
.contactform input[type=text],.contactform input[type=email], .contactform textarea {
	width:100%;
	padding:5px 0px;
}
.contactform .checkboxes {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;	
	flex-wrap:wrap;
}
.contactform .checkboxes .checkbox {
	width:30%;
}
.contactform .checkboxes .checkbox input {
	margin-right:10px;
}
.contactform label {
	color: #0a0303;
	font-family: beloved-sans, sans-serif;
	font-size: 16px;
	font-weight: 700;
	font-style: normal;
	line-height: 1.625;
	text-transform: lowercase;
	display:block;
}
table td {
	vertical-align:top;
}
.styledImage {
	border-top:8px solid #e5c67c;
}
.newline {
	clear:both;
}
section {
	text-align:center;
}
.p_sitemap section {
	text-align:left;
}
.section {
    padding: 50px 0 0px 0px;
}
.section.empty {
	padding:0;
}
.included .section:last-child {
	margin-bottom:50px;
}
.included .newsletter-signup {
	text-align:center;
	width:350px;
	max-width:100%;
	position:relative;
	margin:0px auto;
	text-align:left;
}
.included .newsletter-signup input {
	width:100%;
}
.included .newsletter-signup .g-recaptcha {
	display:block;
    transform:scale(0.65);
    -webkit-transform:scale(0.65);
    transform-origin:0% 0%;
    -webkit-transform-origin:0% 0%;
	width:200px;
	height:55px;
}
.included .newsletter-signup .g-recaptcha > div {
}
.section.section-post {
	padding-top:0;
	width:95%;
}
.p_homes .section.section-post { 
	width:100%;
	max-width:100%;
}
.section-main {
    text-align: center
}
.dynamic ul {
	list-style-position: inside;
}
.dynamic ul li {
	margin-bottom:10px;
}
.dynamic table {
	table-layout:fixed;
}
.section-main > *, .section-main .embed_contactform {
    width: 100%;
    max-width: 1000px;
    margin: 0 auto 30px auto;
}
.section-main .embed_contactform {
	width:80%;
}
.section-main .embed_contactform form {
	padding:0;
	margin:0;
}
p:last-child {
	margin-bottom:0;
}
.section-navbox {
    text-align: center;
	padding-top:0;
}
.section-navbox .navbox-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
	flex-wrap:wrap;
	margin-top:20px;
}
.l2.section-navbox .navbox-container {
	flex-wrap:wrap;
}
.section-navbox .img-container {
	background-repeat:no-repeat;
	background-size:cover;
	background-position:center center;
}
.section-navbox .navbox-container .left {
    width: 49%
}
.l1.section-navbox .navbox-container > div {
	margin-bottom:15px;
}
.sample.navbox-layout {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
	width:100%;
	flex-wrap:wrap;
	margin:0;
	padding:0;
	list-style:none;
}
.sample.navbox-layout li {
	list-style:none;
	width:24%;
	margin:0;
	padding:0;
}
.sample .navbox-container .img-container {
	background:#cccccc;
}
.section-navbox.l1 .navbox-container .left .img-container {
	width:100%;
}
.section-navbox.l1 .navbox-container .left .img-container::after {
	display:block;
	content:"";
	padding-top:108.5%;
}
.section-navbox .navbox-container .right {
    width: 49.5%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
	flex-direction:column;
}
.section-navbox.l1 .navbox-container .right .img-container {
	width:100%;
}
.section-navbox.l1 .navbox-container .right .img-container::after {
	display:block;
	content:"";
	padding-top:52%;
}
.section-navbox.l2 .navbox-container .img-container {
	margin-bottom:10px;
}
.section-navbox.l2 .navbox-container .img-container:nth-child(3n+1) {
	width:59%;
}
.section-navbox.l2 .navbox-container .img-container:nth-child(3n+1)::after {
	display:block;
	content:"";
	padding-top:73%;
}
.section-navbox.l2 .navbox-container .img-container:nth-child(3n+2) {
	width:37%;
}
.section-navbox.l2 .navbox-container .img-container:nth-child(3n+2)::after {
	display:block;
	content:"";
	padding-top:120%;
}
.section-navbox.l2 .navbox-container .img-container:nth-child(3n+3) {
	width:100%;
}
.section-navbox.l2 .navbox-container .img-container:nth-child(3n+3)::after {
	display:block;
	content:"";
	padding-top:36.5%;
}
.section-navbox.l3 .navbox-container {
	flex-wrap:wrap;
}
.section-navbox.l3 .navbox-container .left {
	width:48%;
}
.section-navbox.l3 .navbox-container .right {
	width:51%;
}
.section-navbox.l3 .navbox-container .left .img-container {
	width:100%;
}
.section-navbox.l3 .navbox-container .left .img-container::after {
	display:block;
	content:"";
	padding-top:112%;
}
.section-navbox.l3 .navbox-container .right {
	flex-direction:column;
}
.section-navbox.l3 .navbox-container .right .img-container {
	width:100%;
}
.section-navbox.l3 .navbox-container .right .img-container:nth-child(1)::after {
	display:block;
	content:"";
	padding-top:41%;
}
.section-navbox.l3 .navbox-container .right .img-container:nth-child(2)::after {
	display:block;
	content:"";
	padding-top:62%;
}
.section-navbox.l3 .navbox-container .bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
	width:100%;
	margin-top:5px;
}
.section-navbox.l3 .navbox-container .bottom .img-container:nth-child(1) {
	width:55.5%;
}
.section-navbox.l3 .navbox-container .bottom .img-container:nth-child(2) {
	width:43.5%;
}
.section-navbox.l3 .navbox-container .bottom .img-container:nth-child(1)::after {
	display:block;
	content:"";
	padding-top:35.9%;
}
.section-navbox.l3 .navbox-container .bottom .img-container:nth-child(2)::after {
	display:block;
	content:"";
	padding-top:45.9%;
}
.section-navbox.l4 .navbox-container {
	flex-wrap:wrap;
	justify-content:center;
}
.section-navbox.l4 .navbox-container .img-container {
	width:30%;
	margin-bottom:10px;
	margin-left:1.5%;
	margin-right:1.5%;
}
.section-navbox.l4 .navbox-container .img-container::after {
	display:block;
	content:"";
	padding-top:65.9%;
}

.section-navbox .navbox-container .img-container {
    position: relative;
    overflow: hidden
}
.section-navbox .navbox-container .img-container .banner, .section-navbox .navbox-container .img-container .banner-title {
    position: absolute;
    width: 100%;
	top:50%;
	left:50%;
	transform:translate(-50%,-50%);
}
.section-navbox.l4 .navbox-container .img-container .banner-title {
	font-size:44px;
	line-height:1.18;
}
.p_elementary-schools .section-navbox.l4 .navbox-container .img-container .banner-title {
        font-size:40px;
}
.section-navbox .navbox-container .img-container .banner-title {
    width: 95%;
    color: white;
    font-family: beloved-sans, sans-serif;
    font-size: 60px;
	font-weight:bold;
    text-align: center;
    line-height: 1.2;
	z-index:2;
}
.section-navbox .navbox-container a {
	position:absolute;
	left:0;right:0;bottom:0;top:0;
	width:100%;
	height:100%;
	display:block;
	z-index:3;
}
.sample .section-navbox .navbox-container .img-container .banner-title {
	font-size:11px;
	line-height:1;
}
.sample .section-navbox .navbox-container .img-container .banner {
	height:50%;
}
.section-navbox .navbox-container .img-container .banner {
    height: 70%;
	max-height:230px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 10px 50px;
    background-blend-mode: multiply;
	mix-blend-mode: multiply;
}
.section-navbox .navbox-container .teal.img-container .banner {
    background: rgba(22, 147, 165, 0.8);
}
.section-navbox .navbox-container .yellow.img-container .banner {
    background: rgba(229, 199, 125, 0.8);
}
.section-navbox .navbox-container .darkpurple.img-container .banner {
    background: rgba(69, 19, 63, 0.8);
}
.section-navbox .navbox-container .purple.img-container .banner {
    background: rgba(68, 19, 63, 0.5);
}
.section-navbox .navbox-container .lighterteal.img-container .banner {
    background: rgba(0, 122, 133, 0.5);
}
.section-navbox .navbox-container .black.img-container .banner {
    background: rgba(0, 0, 0, 0.5);
}
.section-navbox .navbox-container .img-container img {
    width: 100%
}
/* Side Photos Boxes / Mini Photo Album */
.section-navbox.minialbum .navbox-container {
	margin-top:0;
}
td:last-child .section-navbox.minialbum {
	padding-left:75px;
}
td:first-child .section-navbox.minialbum {
	padding-right:75px;
}
.section-navbox.minialbum .navbox-container .top {
	width:100%;
	margin-bottom:10px;
}
.section-navbox.minialbum .navbox-container .bottom { 
	width:100%;
	margin-top:10px;
	margin-bottom:10px;
}
.section-navbox.minialbum .navbox-container .top .img-container::after {
	display:block;
	content:"";
	padding-top:64.5%;
}
.section-navbox.minialbum .navbox-container .top .img-container::after {
	display:block;
	content:"";
	padding-top:64.5%;
}
.section-navbox.minialbum .navbox-container .left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
	flex-wrap:wrap;
	width:54.8%;
}
.section-navbox.minialbum .navbox-container .left .img-container:first-child::after {
	display:block;
	content:"";
	padding-top:66%;
}
.section-navbox.minialbum .navbox-container .left .img-container:last-child::after {
	display:block;
	content:"";
	padding-top:80.5%;
}
.section-navbox.minialbum .navbox-container .right {
	width:43.5%;
}
.section-navbox.minialbum .navbox-container .left > div {
	width:100%;
}
.section-navbox.minialbum .navbox-container .left > div:first-child {
	margin-bottom:10px;
}
.section-navbox.minialbum .navbox-container .left > div:first-child .img-container::after {
	display:block;
	content:"";
	padding-top:64.7%;
}
.section-navbox.minialbum .navbox-container .left > div:last-child .img-container::after {
	display:block;
	content:"";
	padding-top:82.35%;
}
.section-navbox.minialbum .navbox-container .right .img-container::after {
	display:block;
	content:"";
	padding-top:189%;
}
.section-navbox.minialbum .navbox-container .bottom .img-container::after {
	display:block;
	content:"";
	padding-top:37%;
}
/* Photo Gallery Grid */
.section-navbox.photoGallery .navbox-container {
	margin-top:0;
}
.section-navbox.photoGallery .navbox-container .top {
	width:100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
	flex-wrap:wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.section-navbox.photoGallery .navbox-container .img-container {
	margin-bottom:10px;
}
.section-navbox.photoGallery .navbox-container .top .img-container:nth-child(1) {
	width:100%;
}
.section-navbox.photoGallery .navbox-container .top .img-container:nth-child(2) {
	width:19%;
}
.section-navbox.photoGallery .navbox-container .top .img-container:nth-child(3) {
	width:32.5%;
}
.section-navbox.photoGallery .navbox-container .top .img-container:nth-child(4) {
	width:32.5%;
}
.section-navbox.photoGallery .navbox-container .top .img-container:nth-child(5) {
	width:13%;
}
.section-navbox.photoGallery .navbox-container .top .img-container:nth-child(1)::after {
	content:"";
	display:block;
	width:100%;
	padding-top:37%;
}
.section-navbox.photoGallery .navbox-container .top .img-container:nth-child(3)::after,
.section-navbox.photoGallery .navbox-container .top .img-container:nth-child(4)::after {
	content:"";
	display:block;
	width:100%;
	padding-top:65%;
}
.section-navbox.photoGallery .navbox-container .left {
	width:56%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
	flex-wrap:wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.section-navbox.photoGallery .navbox-container .right {
	width:43%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
	flex-wrap:wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.section-navbox.photoGallery .navbox-container .left .img-container:nth-child(1) {
	width:100%;
}
.section-navbox.photoGallery .navbox-container .left .img-container:nth-child(2) {
	width:55%;
}
.section-navbox.photoGallery .navbox-container .left .img-container:nth-child(3) {
	width:43%;
}
.section-navbox.photoGallery .navbox-container .left .img-container:nth-child(1)::after {
	content:"";
	display:block;
	width:100%;
	padding-top:67.6%;
}	
.section-navbox.photoGallery .navbox-container .left .img-container:nth-child(2)::after {
	content:"";
	display:block;
	width:100%;
	padding-top:65.8%;
}	
.section-navbox.photoGallery .navbox-container .left .img-container:nth-child(3)::after {
	content:"";
	display:block;
	width:100%;
	padding-top:84.3%;
}	
.section-navbox.photoGallery .navbox-container .right .img-container {
	width:100%;
}
.section-navbox.photoGallery .navbox-container .right .img-container:nth-child(1)::after {
	content:"";
	display:block;
	width:100%;
	padding-top:54%;
}
.section-navbox.photoGallery .navbox-container .right .img-container:nth-child(2)::after {
	content:"";
	display:block;
	width:100%;
	padding-top:80.7%;
}
.simpleblocks.section-navbox.minialbum .navbox-container .top {
	display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
}
.simpleblocks.section-navbox.minialbum .navbox-container .top > div {
	width:49%;
	margin-bottom:10px;
}
.simpleblocks.section-navbox.minialbum .navbox-container .top > div:nth-child(4)::before {
	content:"";
	display:block;
	position:absolute;
	top:0;bottom:0;right:0;left:0;
	width:100%;
	height:100%;
	background:rgba(0,0,0,.5);
}
.simpleblocks.section-navbox.minialbum .navbox-container .top > div:nth-child(n+5) {
	display:none;
}
.simpleblocks.section-navbox.minialbum .navbox-container .top .more {
	position:absolute;
	top:50%;
	transform:translateY(-50%);
	text-align:center;
	color:#fff;
	width:90%;
	left:5%;
	text-transform:uppercase;
	font-family: beloved-sans, sans-serif;
	font-weight:bold;
	font-size:24px;
	line-height:1.3;
}
/* ------------------------------- */
.section-testimonialbox .wrapper {
	width:100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
	-webkit-font-smoothing: antialiased;
}
.section-testimonialbox .wrapper {
	margin-bottom:20px;
}
.section-testimonialbox .img-container {
	background-size:cover;
	background-repeat:no-repeat;
	background-position:center center;
}
.section-testimonialbox .img-container::after {
	content:"";
	display:block;
	width:100%;
	padding-top:64.3%;
}
.section-testimonialbox .caption-container {
	padding:10px;
	background-color:#007a84;
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
	color:#fff;
}
.section-testimonialbox .wrapper:nth-child(even) {
        flex-direction: row-reverse; 
}
section.section-testimonialbox {
	margin-top:0;
	padding-top:0;
	max-width:1120px;
}
.section-testimonialbox .caption-container.yellow {
	background-color:#e5c67c;
	color:#0a0202;
}
.section-testimonialbox .caption-container.purple {
	background-color:#44133f;
}
.section-testimonialbox .caption-container.black {
	background-color:#000;
}
.section-testimonialbox .caption-container .border {
	padding:40px;
	height:100%;
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
	align-items:center;
}
.section-testimonialbox .caption-container p {
	font-size:44px;
	line-height:1.4;
	font-style:italic;
}
.section-testimonialbox .wrapper > div {
	width:50%;
}
.section-captionbox .img-container {
	background-size:cover;
	background-repeat:no-repeat;
	background-position:center center;
}
.section-captionbox .img-container::after {
	content:"";
	display:block;
	width:100%;
	padding-top:65.7%;
}
.section-captionbox .caption-container {
	background-color:#007a84;
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.section-captionbox .caption-container .border {
	border:1px solid #ffffff;
	padding:40px;
	margin:10px;
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
	align-items:center;
}
.section-captionbox .caption-container p {
	font-size:44px;
	color:#fff;
	line-height:1.4;
	font-style:italic;
}
.section-captionbox .wrapper {
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.section-captionbox .wrapper > div {
	width:50%;
}
.section-main .forToolbox {
        display:none;
}
.homecontact {
	width:650px;
	max-width: calc(100% - 40px);
	text-align:center;
}
.container .homecontact  {
	width:auto;
	max-width:none;
}
.homecontact .agent-container {
	display:block;
	margin-top:20px;
}
.homecontact input[type=text], .homecontact textarea {
	width:100%;
	padding-left:0;
	padding-right:0;
}
.homecontact form {
}
.homecontact .fields {
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.homecontact .fields input {
	width:49%;
}
.homecontact .agent-container p {
	margin-top:0;
	margin-bottom:0px;
}
.homecontact input[type=text], .homecontact input[type=email], .homecontact input[type=password], .homecontact textarea {
	-webkit-box-shadow:none;
	box-shadow:none;
	margin-bottom:10px;
	padding-top:10px;
	padding-bottom:10px;
	text-indent:10px;
}
.homecontact input.button {
	display:block;
	width:100%;
	color:#000;
}
.homecontact .g-recaptcha {
	margin-bottom:20px;
}
.p_homes .main-header-image {
    height: 450px
}
.p_homes .main-header-image .slide_viewer {
    height: 450px
}
.p_homes .section.section-main h1 {
    margin-bottom: 0
}
.p_homes .section.section-main .subtitle {
    font-size: 36px;
    color: #e5c77d;
    font-family: beloved-sans, sans-serif;
    text-transform: uppercase;
    margin-bottom: 25px
}
.p_homes .section.section-map .map-container {
    overflow: hidden;
    padding-bottom: 56.25%;
    position: relative;
    height: 0
}
.p_homes .section.section-map .map-container iframe {
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    position: absolute
}
.p_homes .section.section-home-list .button-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    margin-bottom: 25px;
	align-items:center;
}
.p_homes .section.section-home-list .button-container .count {
	flex-grow: 1;
    text-align: left;
}
.p_homes .count {
    text-align: left;
}
.p_homes .section.section-home-list .button-container.multiple {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.p_homes .section.section-home-list .button-container.multiple p {
	margin-bottom:0;
}
.p_homes .section.section-home-list .button-container .button {
    background: #e5c77d;
    color: #241f21;
    text-transform: capitalize;
}
.p_homes .section.section-home-list .home-list-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}
.p_homes .section.section-home-list .home-list-container .home {
    width: 22%;
    margin-right: 4%;
    margin-bottom: 25px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    border: 1px solid #d6d8d9;
	position:relative;
}
.p_homes .section.section-home-list .home-list-container .home .img-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}
.p_homes .section.section-home-list .home-list-container .home .img-container a {
	display:block;
	width:100%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
}
.p_homes .section.section-home-list .home-list-container .home .img-container img {
	display:block;
}
.p_homes .section.section-home-list .home-list-container .home .img-container {
    position: relative;
	background-size:cover;
	background-position:center center;
	background-repeat:no-repeat;
}
.p_homes .section.section-home-list .home-list-container .home .img-container::before {
	content:"";
	padding-top:62.9%;
}
.p_homes .section.section-home-list .home-list-container .home .img-container.available-now::after {
    content: 'move-in ready';
    bottom: 0;
    right: 0;
    padding: 2px 10px;
    position: absolute;
    background: #e5c77d;
    text-transform: uppercase;
    font-size: 12px
}
.p_homes .section.section-home-list .home-list-container .home:nth-of-type(4n) {
    margin-right: 0
}
.p_homes .section.section-home-list .home-list-container .home .content {
    padding: 10px;
    text-align: center;
	flex-grow:1;
}
.p_homes .section.section-home-list .preview.home-list-container .home:nth-child(n+13) {
    display: none;
}
.p_homes .section.section-home-list .home-list-container .home .content p {
    margin-bottom: 10px
}
.p_homes .section.section-home-list .home-list-container .home .content a {
    font-weight: 700;
    text-decoration: none
}
.p_homes .section.section-home-list .home-list-container .home .content .builder {
    text-transform: uppercase;
    font-size: 14px
}
.p_homes .section.section-home-list .home-list-container .home .content .price {
    font-size: 22px;
    font-weight: bold
}
.p_homes .section.section-home-list .home-list-container .home .content .available {
    font-style: italic;
    font-size: 14px
}
.p_homes .section.section-home-list .home-list-container .home .content .amenities {
    list-style: none;
    margin: 0;
    padding: 20px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: space-evenly
}
.p_homes .section.section-home-list .home-list-container .home .content .amenities li {
    width: 12%;
	margin:0px 5%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}
.p_homes .section.section-home-list .home-list-container .home .content .amenities li p {
    margin-bottom: 5px
}
.p_homes .section.section-home-list .home-list-container .home .button {
    width: 100%;
    background: #007a85;
    color: #fff;
    font-family: beloved-sans, sans-serif;
    font-weight: 400;
    padding: 5px 10px 2px 10px;
    padding-top: 8px
}
.p_homes .section.section-home-list .home-list-container .home .button.yellow {
        background-color:rgba(229, 199, 125,1);
        color:#000;
	margin-bottom:10px;
}
.p_homes .section.section-home-list .more-container {
    text-align: center;
    margin-top: 50px
}
.p_homes .section.section-home-list .more-container .button {
    background: #44133f;
    color: #fff;
    text-transform: capitalize
}
.p_homes .home-finder {
    color: #fff;
    width: 100%;
    background: #007a85;
    padding: 40px 50px;
    left: 0;
    right: 0;
    margin: auto;
    position: relative;
    z-index: 90;
	margin-bottom:50px;
}
.p_homes .mapContainer, .mapContainer .listings {
	height:580px;
}
.p_homes .home-finder h2 {
    color: #fff;
	margin-bottom:0;
	text-align:left;
}
.p_homes .home-finder form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
	flex-wrap:wrap;
}
.select-container select {
	background-color:#e5e2e2;
	-webkit-appearance:none;
	-moz-appearance:none;
	border-radius:0;
	border:none;
	padding:5px 23px 5px 10px;
	background-image:url('/images/selectarrow.png');
	background-size:20px;
	background-repeat:no-repeat;
	background-position: center right 8px;
	text-transform:none;
	font-family: haboro, sans-serif;
	font-size:18px;
}
.select-container select::-ms-expand {
    display: none;
}
.p_homes .home-finder form .select-container {
    margin-right: 15px;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    cursor: pointer;
    position: relative
}
.p_homes .home-finder form .select-container.large {
    -webkit-box-flex: 2;
    -ms-flex: 2;
    flex: 2
}
.p_homes .home-finder form .select-container .select-name {
    font-size: 18px;
    color: #69645f;
    background: #fff;
    padding: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 5px 0px;
	white-space:nowrap;
}
.p_homes .home-finder form .select-container .select-name i {
    color: #007a85;
    margin-left: 15px;
    font-size: 28px
}
.p_homes .home-finder form .select-container .options {
    display: none;
    position: absolute;
    background: #fff;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 15px;
    width: 100%;
    font-size: 14px;
    color: #69645f;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}
.p_homes .home-finder form .select-container .options.open {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}
.p_homes .home-finder form .select-container .options label {
    margin-bottom: 5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
    line-height: normal
}
.p_homes .home-finder form .select-container .options label input {
    margin-right: 5px;
    border-radius: 0
}
.p_homes .home-finder form .select-container .options label:last-of-type {
    margin: 0
}
.p_homes .home-finder form .button {
    background: #e5c77d;
    color: #241f21;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    font-weight: bold;
    font-size: 24px;
    padding: 10px 20px;
    cursor: pointer;
	margin:5px 0px;
}
.section-details .return-button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 25px
}
.section-details .return-button a {
    text-decoration: none;
    font-weight: bold;
    font-size: 22px
}
.section-details .home-details {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 50px
}
.section-details .home-details .left {
    width: 55%
}
.section-details .home-details .left img {
    border-top: 14px #e5c77d solid;
    border-bottom: 14px #e5c77d solid;
	width:100%;
}
.section-details .home-details .right {
    width: 43%;
    padding-top: 20px;
    text-align: center
}
.section-details .home-details .right p {
    margin: 0
}
.section-details .home-details .right .address {
    font-size: 42px;
    line-height: 38px;
    color: #007a85;
    font-family: beloved-sans, sans-serif;
    margin-bottom: 5px;
    text-transform: none;
    font-weight: normal;
}
.section-details .home-details .right .builder {
    font-family: beloved-sans, sans-serif;
    text-transform: uppercase;
    font-size: 28px
}
.section-details .home-details .right .price {
    margin: 25px 0;
    font-weight: 400;
    font-size: 40px
}
.section-details .home-details .right .amenities {
    list-style: none;
    margin: 0;
    padding: 20px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.section-details .home-details .right .amenities li {
    width: 12%;
	margin:0 5%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}
.section-details .home-details .right .amenities li p {
    margin-bottom: 5px
}
.section-details .home-details .right .links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.back-arrow {
	display:inline-block;
	width: 0;
    height: 0;
    border-top: 9px solid transparent;
    border-bottom: 9px solid transparent;
    border-right: 12px solid #000000;
}
.section-details .home-details .right .links a {
    text-decoration: none;
    font-size: 19px;
	display:inline-block;
	margin:0px 1.5%;
}
.section-details.builder-details .home-details {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
}
.section-details.builder-details .home-details .left {
	width:60%;
	position:relative;
}
.section-details.builder-details .home-details .left > iframe {
	position:absolute;
	top:0;
	bottom:0;
	right:0;
	left:0;
	width:100%;
	height:100%;
}
.section-details.builder-details .home-details .right {
	width:40%;
}
.section-details .builder-photo {
	background-position:center center;
	background-size:cover;
}
.section-details .builder-photo::after {
	content:"";
	display:block;
	padding-top:65.6%;
}
.section-details.builder-details .home-details .right {
	padding:0;
	background-color: #e5c77d;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.section-details.builder-details .home-details .right .button {
	margin-bottom:15px;
}
.section-details.builder-details .home-details .right .border {
	padding:10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
	width:100%;
}
.section-details.builder-details .home-details .right .wrapper {
	border:1px solid #0a0303;
	padding:20px 20px 5px 20px;
	width:100%;
}
.section-details.builder-details .right .h2 {
	color:#0a0303;
	margin-bottom:20px;
    text-transform: lowercase;
}
.section-details.builder-details .right .address {
	color: #0a0303;
	font-size: 32px;
	font-weight: 400;
	text-align: center;
	margin-bottom:20px;
}
.section-details.builder-details .modelhours {
	font-size:28px;
	line-height:1.3;
	margin-bottom:20px;
}
.section-details.builder-details .modelhours b {
	font-size: 20px;
	font-weight: 700;
}
.section-details.builder-details .right .address a {
	text-decoration:none;
}
.section-details .home-text {
    text-align: center;
    margin: 0 auto;
    max-width: 900px;
    margin-bottom: 50px
}
.agent-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 0 auto;
	align-items:flex-start;
}
.agent-container .left {
    width: 50%;
    padding: 0;
    text-align: center
}
.agent-container .left p {
    margin: 0
}
.agent-container .rep {
    font-size: 14px
}
.agent-container .rep-name {
    font-size: 36px;
    text-transform: uppercase;
    font-family: beloved-sans, sans-serif;
    line-height: 1.3;
}
.agent-container .rep-name:not(:nth-child(2)) {
	margin-top:20px;
}
.agent-container .tel {
    font-size: 20px
}
.agent-container .rep a {
    font-size: 20px;
    text-decoration: none
}
.agent-container .right {
    width: 50%;
    padding: 0 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.agent-container .right a {
    font-size: 24px;
    text-transform: capitalize
}
.agent-container .right .button {
	margin:5px 0px;
}
.agent-container .right .purple {
    background: #44133f;
}
.agent-container .right .yellow {
    background: #e5c77d;
    color: #241f21
}
.section-details .home-images {
    margin: 50px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}
.section-details .home-images .img-container {
    width: 22%;
    margin-right: 4%;
    margin-bottom: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
	position:relative;
	cursor:pointer;
}
.section-details .home-images .img-container img {
	display:block;
}
.section-details .home-images .img-container:nth-of-type(4n) {
    margin: 0
}
.section-details .home-images .img-container:last-of-type {
    position: relative
}
.section-details .home-images .img-container:nth-child(8) a::after {
    content: 'View More';
    position: absolute;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 26px
}
.p_houston_home .links a {
	cursor:pointer;
}
.you-may-like h3 {
    text-align: center
}
.you-may-like .you-may-like-container {
    justify-content: center;
	margin-bottom:50px;
}
.you-may-like h3 {
	margin:60px 0px 20px 0px
}
.p_builder-detail .section-details .you-may-like .you-may-like-container .home:last-child {
	margin-right:0;
}
.section-details .you-may-like .you-may-like-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}
.section-details .you-may-like .you-may-like-container .home {
    width: 22%;
    margin-right: 4%;
    margin-bottom: 25px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    border: 1px solid #d6d8d9
}
.section-details .you-may-like .you-may-like-container .home .img-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
	position:relative;
}
.section-details .you-may-like .you-may-like-container .home .img-container a{
	position:absolute;
	top:0;bottom:0;right:0;left:0;
	width:100%;height:100%;
}
.section-details .you-may-like .you-may-like-container .home .img-container.available-now {
    position: relative
}
.section-details .you-may-like .you-may-like-container .home .img-container.available-now::after {
    content: 'move-in ready';
    bottom: 0;
    right: 0;
    padding: 2px 10px;
    position: absolute;
    background: #e5c77d;
    text-transform: uppercase;
    font-size: 12px
}
.section-details .you-may-like .you-may-like-container .home .img-container {
	background-position:center center;
	background-size:cover;
	background-repeat:no-repeat;
}
.section-details .you-may-like .you-may-like-container .home .img-container::after {
	content:"";
	display:block;
	padding-top:75%;
}
.section-details .you-may-like .you-may-like-container .home:nth-of-type(4n) {
    margin-right: 0
}
.section-details .you-may-like .you-may-like-container .home .content {
    padding: 10px;
    text-align: center;
	flex-grow:1;
}
.section-details .you-may-like .you-may-like-container .home .content p {
    margin-bottom: 10px
}
.section-details .you-may-like .you-may-like-container .home .content a {
    font-weight: 700;
    text-decoration: none
}
.section-details .you-may-like .you-may-like-container .home .content .builder {
    text-transform: uppercase;
    font-size: 14px
}
.section-details .you-may-like .you-may-like-container .home .content .price {
    font-size: 22px;
    font-weight: bold
}
.section-details .you-may-like .you-may-like-container .home .content .available {
    font-style: italic;
    font-size: 14px
}
.section-details .you-may-like .you-may-like-container .home .content .amenities {
    list-style: none;
    margin: 0;
    padding: 20px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.section-details .you-may-like .you-may-like-container .home .content .amenities li {
    width: 12%;
	margin:0 5%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}
.section-details .you-may-like .you-may-like-container .home .content .amenities li p {
    margin-bottom: 5px
}
.section-details .you-may-like .you-may-like-container .home .button {
    width: 100%;
    background: #007a85;
    color: #fff;
    font-family: beloved-sans, sans-serif;
    font-weight: 400;
    padding: 5px 10px;
    padding-top: 8px
}
.home-details .more-container {
    text-align: center;
    padding-top: 50px
}
.home-details .more-container .button {
    background: #44133f;
    text-transform: capitalize;
    font-size: 24px
}
.printpdf h2, .printpdf h3 {
	text-transform:uppercase;
}
.builderWrapper .handle {
	color: #ffffff;
	font-family: haboro, sans-serif;
	font-size: 48px;
	font-weight: 400;
	text-align: center;
	text-transform: uppercase;
	background-color: #007a85;
	padding:10px;
	margin-bottom:20px;
}
.builderWrapper .groupedWrapper .collapsible:not(:first-child) {
	margin-top:50px;
}
.builderWrapper .content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
	flex-wrap:wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.builderWrapper .content .item {
	width:30%;
	border:1px solid #e5e2e2;
	margin:20px 1.5%;
	position:relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
	flex-wrap:wrap;
	flex-direction:column;
}
.builderWrapper .content h3 {
	width:100%;
	margin-top:30px;
}
.builderWrapper .photo {
	width:100%;
	background-size:cover;
	background-repeat:no-repeat;
	background-position:center center;
	position:relative;
}
.builderWrapper .photo::after {
	content:"";
	display:block;
	padding-top:65.3%;
}
.builderWrapper .photo a {
	position:absolute;
	top:0;
	bottom:0;
	left:0;
	right:0;
	width:100%;
	height:100%;
	cursor:pointer;
}
.builderWrapper .data {
	padding:20px;
	flex-grow:1;
}
.builderWrapper .data h2 {
	font-size:34px;
	line-height:1;
	text-transform: capitalize;
}
.builderWrapper .data .fromthe {
	color: #5ab7b2;
	font-size: 26px;
	font-weight: 700;
	text-align: center;	
	line-height:1.3;
	margin-top:10px;
}
.builderWrapper .item .builderlink {
	display:block;
	width:100%;
	color: #ffffff;
	font-family: beloved-sans, sans-serif;
	font-size: 22px;
	font-weight: 700;
	text-transform: lowercase;
	background-color: #007a85;
	text-align: center;	
	text-decoration:none;
}
.builderWrapper .data .sqft {
	color: #0a0303;
	font-size: 22px;
	font-weight: 400;
	text-align: center;
}
.builderWrapper .data .address {
	font-family: Helvetica, Arial, sans-serif;
	color: #69645f;
	font-size: 18px;
	line-height: 24px;
	text-align: center;
}
.builderWrapper .data .address a {
	text-decoration:none;
	color:inherit;
}
.builderWrapper .data .address a:hover {
	text-decoration:underline;
}
body .builderincentives .item .buttonWrapper .button a {
	display:block;
	padding:5px 10px;
	line-height:1.2;
	font-size:20px;
}
.featuredhomes {
	margin-top:50px;
}
.featuredSliderContainer {
	margin: 50px auto 50px auto;
	position: relative;
}
.featuredSlider .photo {
	padding-top:55.8%;
	background-repeat:no-repeat;
	background-size:cover;
	background-position:center center;
	position:relative;
}
.featuredSlider .photo a {
	position:absolute;
	top:0;
	bottom:0;
	left:0;
	right:0;
	width:100%;
	height:100%;
	display:block;
}
.featuredSlider {
	text-align:center;
}
.featuredSlider .slideContainer {
	padding:0px 20px;
}
.featuredSlider .address {
	margin-top:10px;
	font-weight: 700;
	font-size: 14px;
	text-transform: uppercase;
}
.featuredSlider .buildername {
	font-weight: 300;
	font-size: 14px;
	color: #b85914;
}
.featuredSlider .specs {
	margin:10px 0px;
}
.featuredSlider .photo.seemorehomes a {
	background: rgba(0, 122, 133, 0.65);
	font-family: beloved-sans, sans-serif;
	color: #ffffff;
	font-size: 32px;
	font-weight: 700;
	line-height: 1.16;
	text-transform: lowercase;
	text-align: center;
	text-decoration:none;
}
.featuredSlider .photo.seemorehomes a::after {
	display:block;
	content:"See More Homes";
	position:relative;
	top:50%;
	transform:translateY(-50%);
}
.featuredSlider .button {
	font-size:14px;
}
.featuredSliderContainer .arrows {
	position:absolute;
	top:50%;
	transform:translateY(-50%);
	cursor:pointer;
	z-index:20;
}
.featuredSliderContainer .next-arrow {
	right:10px;
}
.featuredSliderContainer .prev-arrow {
	left:10px;
}
.featuredSlider .slick-next:before, .featuredSlider .slick-prev:before {
	display:none;
}
/* ---------------------------------------- */
/* Scrollable Sub pages */
/* ---------------------------------------- */
.bodymid .subpagesnav {
	text-align:center;
}
.subpagesnav, .subpagesnav li {
	list-style:none;
	padding:0;
	margin:0;
}
.subpagesnav li {
	display:inline-block;
	vertical-align:top;
	width:175px;
	text-align:center;
}
.subpagesnav a {
	text-decoration:none;
	display:block;
}
.subpagesnav .icon {
	background-repeat:no-repeat;
	background-size:contain;
	height:90px;
	background-position:top center;
}
.subpagesWrapper {
	position:relative;
	overflow:hidden;
	max-width:100%;
	margin-top:20px;
}
.subpagesWrapper ul, .subpagesWrapper li {
	list-style:none;
	padding:0;
	margin:0;
	float:none !important;
	width:100%;
}
.subpages_slideshow {
	width:100%;
	position:relative;
}
.subpages_slideshow .photo {
	float:right;
	background-repeat:no-repeat;
	background-size:cover;
	background-position:center center;
}
.subpages_slideshow .photo:after {
	content:"";
	display:block;
	width:100%;
	padding-top:95.8%;
}	
.subpages_slideshow .desc {
	text-align:center;
}
.subpages_slideshow .desc .wrapper {
	padding:20px;
}
.updatemapcats {
	width:1100px;
}
.updatemapcats .button {
	font-size:15px;
}
.updatemapcats th {
	font-size:14px;
}
body .directorymap .categories {
	margin-bottom:60px;
}
body .directorymap .categories ul li {
	width:150px;
}
body .directorymap .categories h4 {
	font-size:18px;
	color:#0a0303;
}
body .directorymap h4 {
	font-size:36px;
}
body .directorymap .icon.handle {
	width:48px;
	height:48px;
}
body .directorymap hr {
	display:none;
}
body .directorymap .category {
	background-size:48px;
	background-position:top -8px left;
}
body .directorymap .listings .item .title {
	color:inherit !important;
	font-weight:normal;
	font-size:22px;
}
body .directorymap .listings .item .phone, body .directorymap .listings .item .address {
	display:none;
}
body .directorymap .category:not(:last-child) {
	border-bottom:none;
}
/*body .directorymap .locationListing .content {
	display:block !important;
}*/
body .directorymap .mapColumn {
	border-top:14px solid #e5c77d;
}
body .directorymap .mapWrapper > div, body .directorymap .mapColumn #directorymap {
	height:1110px;
}
body .directorymap .buttonContainer {
	top:0;
}
.folders {
	text-align:left;
	margin:0px auto;
	width:80%;
}
.folders .folder {
	position:relative;
}
.folders .folder .contents {
	margin-left:30px;
}
.folders .folder.closed .contents {
	display:none;
}
.folders .folder-name {
	cursor:pointer;
}
.folders .folder-name::before {
	content:"";
	width:32px;
	height:16px;
	background-image:url('/images/icon-folder.png');
	background-size:contain;
	background-repeat:no-repeat;
	display:inline-block;
	vertical-align:middle;
	margin-right:5px;
}
.folders .folder.open > .folder-name::before {
	background-image:url('/images/icon-folder-open.png');
}
.folders .editButtons {
	position:absolute;
	top:0;
	right:0;
}
.folders .editButtons .button {
	font-size:10px;
}
@media (max-width: 1340px) {
    .main-header .main-header-container .main-menu-container .main-menu {
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end
    }
    .main-header .main-header-container .main-menu-container .main-menu li {
    }
	.main-header .main-header-container .main-menu-container .main-menu li:last-child ul,
	.main-header .main-header-container .main-menu-container .main-menu li:nth-last-child(2) ul {
		left:auto;
		right:0;
	}
    .main-header .main-header-container .sub-container,
        .main-header .main-header-container .shop	{
        display: none
    }
	.section-navbox.l4 .navbox-container .img-container .banner-title,
	.p_elementary-schools .section-navbox.l4 .navbox-container .img-container .banner-title {
		font-size:3vw;
	}
	.section-testimonialbox .caption-container p {
		font-size:3vw;
	}
    footer .home-finder {
        padding: 0 10px;
        height: auto
    }
    footer .home-finder .container {
        position: relative;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
    footer .home-finder .container form {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        width: 100%;
        padding-bottom: 25px
    }
    footer .home-finder .container form .finder-bath,
	.main-header-image .home-finder .container form .finder-bath {
	
        display: none
    }
	.main-header-image .home-finder h2 {
		font-size:36px;
	}
	.main-header-image .home-finder {
		padding: 20px 30px;
	}
	.main-header-image .home-finder form .button {
		font-size:20px;
	}
	.main-header-image .home-finder form .select-container .select-name {
		font-size:16px;
	}
	.home-finder .compact.button {
		display:inline-block !important;
	}
	.home-finder .fullsize.button {
		display:none;
	}
	.main-header-image .home-finder {
		bottom:20%;
	}
    footer .home-finder .container form .finder-bed,
 	.main-header-image .home-finder .container form .finder-bed {
        display: none
    }
    footer .home-finder h2::after {
        content: '▼';
        position: absolute;
        right: 20px;
        color: #fff;
    }
    footer .home-finder .container h3 {
        font-size: 20px;
        line-height: normal;
        margin-top: 10px;
        width: 100%;
        text-align: center;
        cursor: pointer
    }
    footer .home-finder .container form {
        display: none;
        margin-top: 10px;
    }
    footer .home-finder .container form.open {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
	    flex-direction: row;
	    justify-content: center;
    }
    .p_homes .section.section-home-list {
        padding: 25px
    }
    .p_homes .section.section-home-list .home-list-container .home {
        width: 48%
    }
    .p_homes .section.section-home-list .home-list-container .home:nth-of-type(2n) {
        margin-right: 0
    }
    .section-details {
        padding: 25px
    }
    .section-details .you-may-like .you-may-like-container {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
    .section-details .you-may-like .you-may-like-container .home {
        width: 48%
    }
    .section-details .you-may-like .you-may-like-container .home:nth-of-type(2n) {
        margin-right: 0
    }
	.section-captionbox .caption-container p {
		font-size:3.1vw;
	}
}
@media (min-width: 1575px) {
	.residents .main-header .main-header-container .main-menu-container .main-menu li a {
		font-size:17px;
	}
}
@media (max-width:1024px) {
	.residents .main-header .main-header-container .main-menu-container .main-menu li a {
		font-size:15px;
	}
}
.mobileonly {
        display:none;
}
@media (max-width: 768px) {
	.nomobile {
		display:none !important;
	}
	.mobileonly {
		display:block !important;
	}
	span.mobileonly {
		display:inline-block !important;
	}
    h1 {
        font-size: 36px;
        line-height: 40px
    }
    h2,.h2 {
        font-size: 28px;
        line-height: 1.125;
        text-transform: uppercase
    }
    h3 {
        font-size: 26px;
        line-height: 30px;
        text-transform: uppercase
    }
    h4 {
        font-size: 22px;
        line-height: 30px
    }
    body {
        padding: 56px 0
    }
	a.button {
		margin-bottom:10px;
	}
    .main-header {
        height: 56px;
        padding: 0 20px
    }
    .main-header .main-header-container {
        position: relative
    }
    .main-header .main-header-container .logo-container img {
        height: 32px;
        width: auto
    }
    .main-header-image .home-finder {
        display: none
    }
    .main-header .main-header-container .main-menu-container {
        display: none;
        position: absolute;
        top: 56px;
        background: #007a85;
        left: -20px;
        width: 100vw;
        height: 100vh;
		overflow: auto;
		-webkit-overflow-scrolling:touch; /* mobile safari*/
        -webkit-box-shadow: inset 0px 11px 8px -10px #CCC, inset 0px -11px 8px -10px #CCC;
        box-shadow: inset 0px 11px 8px -10px #CCC, inset 0px -11px 8px -10px #CCC;
        padding: 0
    }
    .main-header .main-header-container .main-menu-container .main-menu {
		display:block;
        width: 100%;
        padding: 25px 0
    }
    .main-header .main-header-container .main-menu-container .main-menu li {
        padding: 10px 20px
    }
    .main-header .main-header-container .main-menu-container .main-menu li.has-children {
        position: relative
    }
    .main-header .main-header-container .main-menu-container .main-menu li.has-children .icon {
        position: absolute;
	padding:15px 20px 10px 40px;
        right: 0px;
        color: #fff;
        top: 0;
    }
    .main-header .main-header-container .main-menu-container .main-menu li.has-children .icon::after {
        content: '▼';
	}
    .main-header .main-header-container .main-menu-container .main-menu li.open {
        background: #e5c77d;
        color: #241f21
    }
    .main-header .main-header-container .main-menu-container .main-menu li.open .icon::after {
        content: '▲';
        color: #241f21
    }
    .main-header .main-header-container .main-menu-container .main-menu li.open a {
        color: #241f21
    }
    .main-header .main-header-container .main-menu-container .main-menu li.open ul {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
        position: static;
        background: #e5c77d;
        color: #241f21
    }
    .main-header .main-header-container .main-menu-container .main-menu li.open ul li a {
        padding: 5px 10px;
        text-transform: capitalize;
        font-family: haboro, sans-serif;
        color: #241f21
    }
	.main-menu li.has-children a {
		touch-action: none;
		position:relative;
		z-index:10;
	}
    .main-header .main-header-container .main-menu-container .main-menu li:hover ul {
        display: none
    }
    .main-header .main-header-container .main-menu-container .main-menu li a {
        color: #fff;
        font-family: beloved-sans, sans-serif
    }
    .main-header .main-header-container .main-menu-container.open {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
    .main-header .main-header-container .main-menu-container.open .subscribe {
        padding: 8px 15px;
        background: #e5c77d;
        color: #241f21;
        font-size: 24px;
        text-transform: capitalize;
        font-weight: 700;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }
    .main-header .main-header-container .main-menu-container.open .subscribe img {
        width: 24px;
        margin-right: 10px
    }
    .main-header .main-header-container .mobile-menu {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-line-pack: center;
        align-content: center;
        cursor: pointer
    }
    .main-header .main-header-container .mobile-menu img {
        height: 20px;
        width: auto
    }
    .main-header-image .home-finder {
        display: none
    }
    .main-header-image .next_btn {
        display: none
    }
    .main-header-image .previous_btn {
        display: none
    }
	.section-navbox.l4 .navbox-container {
		flex-direction:row;
	}
	.section-navbox.l4 .navbox-container .img-container {
		width:47%;
	}
	.p_elementary-schools .section-navbox.l4 .navbox-container .img-container .banner-title,
	.section-navbox.l4 .navbox-container .img-container .banner-title {
		font-size:18px;
	}
	.section-navbox.photoGallery .navbox-container .img-container, .section-navbox.photoGallery .navbox-container .right .img-container, .section-navbox.photoGallery .navbox-container .left .img-container {
		margin-bottom:5px !important;
	}
	input.button {
		-webkit-appearance:none;
		border-radius:0;
	}
	table.noCollapse {
                margin:0px auto;
        }
    table:not(.noCollapse) {
            display:block;
            max-width:100% !important;
            width:100% !important;
            height:auto !important;
                        text-align:center;
    }
    table:not(.noCollapse) > tbody > tr > td, table:not(.noCollapse) > tbody > tr, table:not(.noCollapse) > tbody {
            display:block;
            width:auto !important;
            height:auto !important;
            padding:0 !important;
    }
     	table:not(.noCollapse) > tbody > tr > td {
		text-align:center !important;
	}
     	table:not(.noCollapse) > tbody > tr > td:not(:last-child) {
                margin-bottom:20px;
        }
	.contactform .checkboxes .checkbox {
		width:100%;
	}
	.section-details .home-details .right .links a {
		width:100%;
		margin-bottom:10px;
	}
	.section-details .home-details .right .links {
		flex-wrap:wrap;
	}
.g-recaptcha {
        display:block;
    transform:scale(0.65);
    -webkit-transform:scale(0.65);
    transform-origin:0% 0%;
    -webkit-transform-origin:0% 0%;
        width:200px;
        height:55px;
}
    .main-footer .container {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        padding: 0 20px;
        text-align: center;
    }	
	#content_footer_third .content > div {
	    display:inline-block;
	}
	.footer-bottom .equal {
		display:inline-block;
	}
    .main-footer .container * {
        text-align: center !important;
	}
    .main-footer .container>div {
        width: 100%;
        margin-bottom: 75px
    }
	footer .home-finder h2 {
	    line-height: 1.2;
	    padding-top: 10px;
	    padding-bottom: 5px;
		font-size:5.5vw;
	}
	footer .home-finder .container::after {
	    font-size: 15px;
	    line-height: normal;
	    top: 10px;
	}
    .main-footer .container>div.img-container {
        width: 50%;
        margin: 0 auto
    }
    .main-footer .container .first .img-container {
        display: none
    }
    .main-footer .container .first .button {
        margin: 0
    }
    .main-footer .container .second div {
        text-align: center
    }
    .footer-bottom {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        text-align: center
    }
    .footer-bottom .separator {
        display: none
    }
    .footer-bottom .text {
        margin-bottom: 25px
    }
    .footer-bottom p:not(.text) {
        font-size: 20px
    }
	.main-footer {
		margin-top:20px;
	}
	.main-footer .g-recaptcha {
		margin:0px auto;
	}
	.included .section:last-child {
		margin-bottom:20px;
		padding-bottom:0;
	}
    .section {
        padding: 35px 10px
    }
    .section-main p {
        font-size: 16px;
        line-height: 26px;
	text-align:center !important;
    }
    .section-navbox .navbox-container {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
    .section-navbox.photoGallery .navbox-container {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
	}
	td:last-child .section-navbox.minialbum,
	td:first-child .section-navbox.minialbum {
		padding:0;
	}
    .section-navbox .navbox-container .left, .section-navbox.minialbum .navbox-container .left,.section-navbox.l2 .navbox-container .img-container:nth-child(3n+1),
	.section-navbox.l2 .navbox-container .img-container:nth-child(3n+2) {
        width: 100%
    }
    .section-navbox .navbox-container .right,.section-navbox.minialbum .navbox-container .right {
        width: 100%
    }
	.section-navbox .navbox-container .img-container::after {
		padding-top:82% !important;
	}
    .section-navbox .navbox-container .img-container, .section-navbox .navbox-container .right .img-container, .section-navbox .navbox-container .left .img-container {
		margin-bottom:20px !important;
    }
    .section-navbox .navbox-container .img-container .banner-title {
        font-size: 36px;
    }
    .p_homes .home-finder {
        display: none
    }
    .p_homes .main-header-image {
        height: 150px
    }
    .p_homes .main-header-image .slide_viewer {
        height: 150px
    }
    .p_homes .section.section-main .subtitle {
        font-size: 20px
    }
    .p_homes .section.section-home-list .button-container {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }
    .p_homes .section.section-home-list .home-list-container {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
    .p_homes .section.section-home-list .home-list-container .home {
        width: 100%;
        margin: 0 0 25px 0
    }
    .p_homes .home-finder {
        display: none
    }
    .section-details {
        padding: 25px 10px
    }
    .section-details .home-text {
        margin-bottom: 25px
    }
    .section-details .home-details .right a {
        display: block
    }
    .section-details .you-may-like .you-may-like-container {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
    .section-details .you-may-like .you-may-like-container .home {
        width: 48%
    }
    .section-details .you-may-like .you-may-like-container .home:nth-of-type(2n) {
        margin-right: 0
    }
    .section-details .home-details {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
    .section-details .home-details .left {
        width: 100%
    }
    .section-details .home-details .right {
        width: 100%
    }
    .agent-container {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
    .agent-container .left,
    .agent-container .right {
        width: 100%;
        margin: 25px 0;
	padding:0;
    }
    .agent-container .left .button,
    .agent-container .right .button {
        margin: 10px 0
    }
    .section-details .home-images .img-container {
        width: 48%
    }
    .section-details .home-images .img-container:nth-of-type(2n) {
        margin: 0
    }
    .section-details .you-may-like .you-may-like-container .home {
        width: 100%;
        margin: 25px 0
    }
	.section-navbox.l3 .navbox-container .left,
	.section-navbox.l3 .navbox-container .right,
	.section-navbox.l3 .navbox-container .bottom .img-container:nth-child(1),
	.section-navbox.l3 .navbox-container .bottom .img-container:nth-child(2) {
		width:100%;
	}
	.section-navbox.l3 .navbox-container .bottom {
		flex-wrap:wrap;
	}
	.section-captionbox .wrapper {
		flex-wrap:wrap;
	}
	.section-captionbox .wrapper > div {
		width:100%;
	}
	.section-captionbox .caption-container p {
		font-size:18px;
	}
	.section-testimonialbox .caption-container .border {
		padding:10px;
	}
	.builderWrapper .handle {
		font-size:24px;
	}
	.builderWrapper .content .item {
		width:100%;
		margin-top:0;
	}
	.p_builders .section-main .dynamic {
		margin-bottom:0;
	}
	.section-details.builder-details .home-details .left,.section-details.builder-details .home-details .right {
		width:100%;
	}
	.section-details.builder-details .modelhours {
		font-size:24px;
	}
	.agent-container .rep-name {
		font-size:28px;
	}
	body .directorymap .categories ul li {
		width:40%;
	}
	.featuredSliderContainer  button {
		display:none !important;
	}
	.slick-next  {
		right:0;
	}
	.slick-prev {
		left:0;
	}
	footer .home-finder .container form.open {
		flex-wrap:wrap;
		flex-direction:column;
	}
    footer .home-finder .container form .select-container {
		width:100%;
        margin-bottom: 25px;
    }
	.home-finder .compact.button {
		width:100%;
	}
}
