@charset "UTF-8";
/* CSS Document */

*, *:after, *:before {
    box-sizing: border-box;
}

html, body {
    margin: 0;
    padding: 0;
}

body {
    overflow-x: hidden;
    background: rgba(203,187,23,0.35);
}

.body-inner {
    display: block;
    width: 100%;
    max-width: 1060px;
    margin: 0 auto;
}

.body-inner .sold-out-banner {
    position: absolute;
    z-index: 99999;
    top: 200px;

}

.disable-site {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 99999;
}

header {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    padding: 10px 15px;
    background: #ffffff;
    z-index: 99;
}

header .mobile-menu-trigger {
    display: block;
    width: 28px;
}

header .mobile-menu-trigger img {
    display: block;
    max-width: 100%;
    margin: 0 auto;
}

header.menu-open .main {
    transform: translateY(78px);
}

header .main {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    transform: translateY(-200%);
    transition: 0.2s;
    z-index: 999;
    background: #ffffff;
    padding: 20px 25px;
}

header .sidebar {
    width: 100%;
}

header .sidebar img {
    max-height: 60px;
}

header .main .phone {
    display: inline-block;
    background: url(../../images/icon-phone.gif) left center no-repeat;
    height: 18px;
    font-size: 15px;
    font-family: 'mahsuri_sans_mtregular';
    color: #6a5f56;
    margin-left: 25px;
    margin-bottom: 6px;
    padding-left: 30px;
}

header .main ul.horizontal-nav {
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    list-style: none;
    margin: 0 -10px;
}


header .main ul.horizontal-nav li a {
    display: block;
    padding: 5px 10px;
    text-transform: uppercase;
    font-size: 11px;
}

footer {
    display: flex;
    flex-direction: column;
    position: relative;
    margin: 0 0 50px;
    z-index: 10;
}

footer a, footer p, footer span {
    font-size: 11px;
    color: #827b60;
}

.home footer a, .home footer p, .home footer span {
    color: #cbb98a;
}

footer .footer-content {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
    border-top: dotted 1px #503d26;
    margin-top: 10px;
    padding-top: 25px;
}

footer .footer-content .col {
    width: 33.33%;
    padding: 0 10px;
}

footer .footer-content ul li {
    list-style: none;
    padding: 0;
    line-height: 1.2em;
    margin: 0 0 5px;
}

footer .footer-content ul li:first-child {
    font-weight: bold;
}

footer .copyright {
    padding: 0 10px;
    margin-top: 30px;
}
footer .copyright a {
    margin-right: 8px;
}

.block--page-banner {
    display: flex;
    flex-direction: row;
    align-items: stretch;
    justify-content: flex-start;
}

.block--page-banner .sidebar {
    display: none;
    flex-direction: row;
    align-items: stretch;
    justify-content: flex-start;
    background: #ffffff;
}

.block--page-banner .sidebar img {
    display: none;
    max-width: 190px;
}

.block--page-banner .sidebar ul.vertical-nav {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 100%;
    background: #73b3bb;
    padding: 35px 15px;
    margin: 0 0 0 4px;
    list-style: none;
}

.block--page-banner .sidebar ul.vertical-nav li {
    position: relative;
    padding-left: 20px;
}
.block--page-banner .sidebar ul.vertical-nav li:before {
    content: '';
    width: 7px;
    height: 7px;
    display: block;
    position: absolute;
    left: 0;
    top: 3.5px;
    background: url('../../images/list-marker.png') center center no-repeat;
}

.block--page-banner .sidebar ul.vertical-nav li a {
    color: #ffffff;
    text-transform: uppercase;
    font-size: 11px;
}

.block--page-banner .slideshow {
    position: relative;
    width: 100%;
    height: 150px;
    overflow: hidden;
}

.block--page-banner .slideshow img {
    position: relative;
    display: block;
    min-height: 100%;
    min-width: 100%;
    left: 50% !important;
    top: 50% !important;
    transform: translate(-50%, -50%);
}

.main, .sidebar {
    width: 100%;
}

.sidebar p {
    font-size: 11px;
    margin-bottom: 5px;
    color: #6e6867;
}

.home .block--main-content {
    background: #ffffff url('../../images/body-bg.png') top center no-repeat;
    background-size: cover;
}

.block--main-content {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    justify-content: flex-start;
    background: #ffffff;
}


.block--main-content .sidebar form .form-inner {
    padding: 0 15px;
}

.block--main-content .main {
    padding: 0 15px;
}

.block--main-content .main .bodycopy {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
}

.block--main-content .main .bodycopy .left, .right {
    width: 100%;
    margin: 0 0 25px;
    flex-grow: 1;
}

.block--main-content .main .bodycopy .inner .inner-flex {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
}

.flex-cols {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
}

.flex-cols .col {
    width: 100%;
}

ul.location-features {
    list-style: none;
    margin: 0;
    padding: 0;
}

ul.location-features li {
    display: flex;
    flex-direction: row;
    align-items: center;
}

ul.location-features img {
    margin: 0 10px 0 0;
}

h1,h2,h3,h4 {
    color: #503d26;
    font-family: 'mahsuri_sans_mtregular';
    font-weight: normal;
}

h1 {
    font-size: 23px; /*31*/
    font-family: 'mahsuri_sans_mtlight';
    color: #504029;
    line-height: 1.3em;
    border-bottom: dotted 1px #503d26;
    padding-bottom: 15px;
    margin-bottom: 20px;
}

h4 {
    font-size: 14px;
    color: #504029;
    line-height: 1.2em;
    margin: 0 0 3px;
    padding: 0;
}

h5 {
    color: #d2232a;
    font-size: 14px;
    font-family: 'mahsuri_sans_mtregular';
    font-weight: normal;
}

a {
    display: inline-block;
    color: #817c5f;
}


img, iframe.gmap-iframe {
    display: block;
    max-width: 100%;
    height: auto !important;
    margin: 0 auto;
}

.home .bodycopy {
    margin-bottom: -24px;
}

.home .block--main-content .right a  {
    display: block;
}

.bodycopy {
    padding-bottom: 25px;
    position: relative;
}

.bodycopy p, .bodycopy table {
    font-size: 12px;
    line-height: 1.6em;
    margin-bottom: 15px;
    color: #6e6867;
}

.bodycopy ul {
    margin-left: 15px;
}


.bodycopy ul li {
    margin-bottom: 10px;
    color: #6e6867;
    font-size: 12px;
}

.bodycopy ul.generic-list {
    list-style: none;
    margin: 0 0 25px 0;
}
.bodycopy ul.generic-list li {
    position: relative;
    padding-left: 15px;
}
.bodycopy ul.generic-list li:before {
    content: '>';
    position: absolute;
    left: 0;
}

.bodycopy ul.builders-list {
    list-style: none;
    margin: 25px 0;
}

.bodycopy ul.builders-list li {

}

.bodycopy ul.builders-list li span {
    display: inline-block;
    width: 135px;
}

.bodycopy ul.builders-list li a {
    display: inline-block;
    text-decoration: underline;
}


.loading_on {
    display: none;
}

form {
    margin: 0 0 25px;
}

form input[type=text], form input[type=email], form textarea, form select {
    width: 100% !important;
    /*font-size: 16px !important;*/
}

form .custom-select select {
    width: 100%;
    height: 100%;
    display: block;
    float: none;
    clear: both;
    background: #fff;
    border: solid 1px #e0e2e2;
    padding: 3px 15px 3px 3px;
    margin-left: 0;
    border-radius: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

form .custom-select {
    position: relative;
    width: 100%;
}

form .custom-select:after {
    content: '^';
    position: absolute;
    right: 10px;
    top: 50%;
    margin-top: -10.5px;
    transform: rotate(180deg) translateY(-50%);
    pointer-events: none;
}


.submitcontainer {
    margin: 20px 0 0 10px;
}

form .form-header {
    position: relative;
    text-transform: uppercase;
    padding: 20px 15px;
    text-align: center;
    overflow: hidden;
    height: 75px;
}

form .form-header:before {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 75px 250px 0 250px;
    border-color: #d12227 transparent transparent transparent;
    transform: translateX(-50%);
    z-index: 1;
}

form .form-header p {
    width: 100%;
    color: #ffffff;
    font-size: 10px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
}

form .form-header p span {
    display: block;
    width: 100%;
    color: #ffffff;
    font-size: 13px;
    font-weight: bold;
    margin: 2px 0 0;
}

form.loading .loading_on {
    display: block;
}
form.loading .loading_off {
    display: none;
}

article.stage-release {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: space-between;
    margin: 0 0 60px;
}

.stage-release.release-five {
    padding-top: 132px;
}

article.stage-release:last-of-type {
    margin: 0;
}

article.stage-release .inner {
    width: 185px;
    padding-right: 5px;
}

article.stage-release .inner > img{
    width: 97px;
}

article.stage-release .image {
    width: 100%;
}

article.stage-release .image img {
    margin: 0 auto;
}


.contact .block--main-content .sidebar {
    padding: 25px;
    display: flex;
    justify-content: space-between;
    flex-direction: row;
}

.contact .block--main-content .sidebar img {
    margin : 0
}

.contact .sidebar-phone {
    font-size: 14px;
    font-weight: bold;
    margin: 10px 0 0;
}

.contact .bodycopy img, .contact bodycopy iframe {
    margin: 25px 0;
}
#fancybox-wrap {
    padding: 0;
}

.sidebar-links a {
    display: block;
    margin: 0 0 15px;
    padding: 0 15px;
}
.sidebar-links a img {
    display: block;
    margin: 0;
}

.sidebar-links:first-of-type {
    margin: 0px 0 550px;
}

.sidebar-links:nth-of-type(2) {
    margin: 0 0 220px;
}

.sidebar-links:nth-of-type(3) {
    margin: 0 0 280px;
}

.sidebar-links:nth-of-type(4) {
    margin: 0 0 220px;
}

.sidebar-links:nth-of-type(5) {
    margin: 0 0 200px;
}


.splash-image {
    display: block;
    max-width: 100%;
    margin: 15px 0 0;
}

@media screen and (max-width: 766px) {
    .sidebar-links {
        margin: 0 !important;
    }

    .stage-release.release-five {
        padding-top: 0;
    }
}

@media screen and (min-width: 767px) {
    .block--page-banner .sidebar {
        display: flex;
    }

    .block--main-content {
        flex-direction: row;
        padding: 25px 0;
    }

    .block--main-content .main .bodycopy .left, .right {
        padding: 0 10px;
    }

    .block--main-content .sidebar {
        padding: 0 10px;
    }

    .block--main-content .main .bodycopy {
        flex-direction: row;
    }

    .block--main-content .main .bodycopy .left, .right {
        width: 50%;
    }

    .block--main-content .sidebar form .form-inner {
        padding: 0;
    }

    .main {
        width: calc(100% - 200px);
    }

    h1 {
        font-size: 27px;
    }

    .sidebar {
        width: 200px;
    }


    .block--main-content .main .bodycopy .inner .inner-flex {
        flex-direction: row;
    }

    .flex-cols {
        flex-direction: row;
    }

    .flex-cols .col {
        width: 50%;
        padding: 0 15px;
    }

    .location-image {
        margin-right: -15px;
        width: 100%;
    }

    .bodycopy ul.builders-list li {
        margin: 0 0 5px;
    }

    .bodycopy ul.builders-list li span {
        display: block;
        width: 100%;
        margin: 0 0 2px;
    }

    .contact .block--main-content .sidebar {
        display: block;
    }

    .contact .block--main-content .sidebar img {
        display: block;
        max-width: 100%;
        margin: 15px 0 0;
    }

    iframe.gmap-iframe {
        width: 100%;
        height: 360px !important;
    }

    form .form-header {
        padding: 10px 15px;
        height: 50px;
    }

    form .form-header:before {
        border-width: 50px 200px 0 200px;
    }

    form input[type=text], form input[type=email], form textarea, form select {
        max-width: 350px !important;
    }

    form .custom-select {
        max-width: 350px;
    }

    .submitcontainer {
        margin: 65px 0 0 10px;
    }

    .sidebar-links a {
        padding: 0;
    }

    .block--page-banner .main .slideshow {
        min-height: 170px;
    }
}

@media screen and (min-width: 1024px) {
    header {
        align-items: flex-end;
        padding: 20px 0;
    }

    header .mobile-menu-trigger {
        display: none;
    }

    header.menu-open .main {
        transform: translateY(0);
    }

    header .main {
        flex-direction: row;
        position: relative;
        transform: translateY(0);
        padding: 0 25px 0 0;
    }

    header .main ul.horizontal-nav {
        flex-direction: row;
        align-items: center;
        justify-content: flex-end;
    }

    header .sidebar img {
        max-height: 100%;
    }

    header .sidebar {
        padding-left: 190px;
    }

    header .sidebar {
        padding-left: 20px;
    }


    footer .footer-content .col {
        width: auto;
        padding: 0 25px
    }
    footer .footer-content .col:first-of-type {
        padding: 0 25px 0 0;
    }

    footer .footer-content .col:last-of-type {
        padding: 0 0 0 25px;
    }

    .block--page-banner .sidebar img {
        display: block;
    }

    .sidebar {
        width: 360px;
    }

    header .sidebar {
        width: 360px;
    }

    .main {
        width: calc(100% - 360px);
    }

    .block--page-banner .sidebar img {
        display: block;
    }

    .block--main-content .sidebar {
        padding-left: 190px;
    }

    .home .block--main-content {
        background: #ffffff url('../../images/body-bg.png') top left no-repeat;
        background-size: cover;
    }

    .block--main-content .main .bodycopy .left, .right {
        padding: 0;
    }

    .bodycopy ul.builders-list li span {
        display: inline-block;
        width: 130px;
    }

    h1 {
        font-size: 31px;
    }

    .contact .block--main-content .sidebar {
        padding-left: 190px
    }

    .block--page-banner .main .slideshow {
        min-height: 234px;
    }
}