@import url(/Content/Style_wysiwyg.css);
@import "reset.css";

* {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}


@-ms-viewport {
    width: auto !important;
}

@media print {
    a[href]:after {
        content: "";
    }
}

img {
    max-width: 100%;
    height: auto;
    width: auto\9;
    /* ie8 */
}

.cf:before,
.cf:after {
    content: " ";
    display: table;
}

.cf:after {
    clear: both;
}

.cf {
    *zoom: 1;
}

.floatl {
    float: left;
}

.floatr {
    float: right;
}

.textl {
    text-align: left;
}

.textr {
    text-align: right;
}

.textc {
    text-align: center;
}

a {
    outline: 0 !important;
}

body {
    font-family: 'Lato', sans-serif;
    font-size: 14px;
    -webkit-font-smoothing: antialiased;
}

p {
    line-height: 16px;
}

b {
    font-weight: 700;
}

i {
    font-style: italic;
}

p a {
    text-decoration: underline;
}

img.full-width {
    width: 100%;
}

body.community .page-line {
    border-color: #EDEFEB;
}

.responsive-nav a:nth-child(2) {
    display: inline-block;
    width: 36px;
    height: 36px;
    background: url('../img/fb.png') no-repeat bottom center;
    margin-right: 5px;
}

    .responsive-nav a:nth-child(2):hover {
        background-position: top center;
    }

.responsive-nav a:nth-child(3) {
    display: inline-block;
    width: 36px;
    height: 36px;
    background: url('../img/twitter.png') no-repeat bottom center;
    margin-right: 5px;
}

    .responsive-nav a:nth-child(3):hover {
        background-position: top center;
    }

.cookie-bar {
    position: fixed;
    left: 0;
    bottom: 0;
    padding: 10px 35px;
    /*height: 100px;*/
    width: 100%;
    color: #a5a5a5;
    background: #fff;
    font-size: 1.0em;
    text-align: center;
    line-height: 100px;
    z-index: 9999;
}

    .cookie-bar a {
        color: #a5a5a5;
    }

#cookie-close {
    position: absolute;
    top: calc(50% - 6.5px);
    right: 15px;
    cursor: pointer;
    z-index: 9999;
}

#old-browser {
    width: 100%;
    margin: -20px 0 20px 0;
    padding: 25px;
    color: #fff;
    background-color: #b6bb52;
    font-size: 15px;
    font-weight: 700;
}

    #old-browser p {
        margin: 3px 0;
    }

    #old-browser .msg .msg-txt {
        color: #6d614e;
    }

    #old-browser .browsers {
        text-align: center;
        padding: 7px 0;
    }

        #old-browser .browsers a {
            float: left;
            margin-right: 10px;
            border-radius: 42px;
            border: 1px solid #9a9e46;
            color: #fff;
            display: inline-block;
            cursor: pointer;
            background-color: #9a9e46;
            padding: 7px 22px;
            text-decoration: none;
        }

            #old-browser .browsers a:hover {
                background-color: #8c9232;
            }

    #old-browser .old-browser-close {
        text-align: center;
        padding: 10px 0;
    }

.main-header {
    padding: 21px 30px !important;
    position: relative;
}

    .main-header .search-widget {
        max-width: 550px;
        width: 100%;
        display: block;
        position: absolute;
        bottom: -40px;
        right: 25px;
        z-index: 20;
    }

        .main-header .search-widget p {
            font-family: 'Open Sans', sans-serif;
            font-weight: 600;
            font-size: 11px;
            text-transform: uppercase;
            color: #a0a276;
        }

        .main-header .search-widget .divider {
            max-width: 145px;
            border-top: 1px solid #f0edea;
            margin-top: 10px;
            padding-top: 10px;
            text-align: center;
        }

    .main-header nav {
        margin-top: 40px;
    }

        .main-header nav ul li {
            display: inline-block;
            margin-left: 35px;
            vertical-align: middle;
        }

            .main-header nav ul li.header-social a {
                display: block;
                float: left;
                width: 36px;
                height: 36px;
            }

                .main-header nav ul li.header-social a:nth-child(1) {
                    background: url('../img/fb.png') no-repeat bottom center;
                    margin-right: 5px;
                }

                    .main-header nav ul li.header-social a:nth-child(1):hover {
                        background-position: top center;
                    }

                .main-header nav ul li.header-social a:nth-child(2) {
                    background: url('../img/twitter.png') no-repeat bottom center;
                    margin-right: 5px;
                }

                    .main-header nav ul li.header-social a:nth-child(2):hover {
                        background-position: top center;
                    }

            .main-header nav ul li img {
                vertical-align: middle;
                position: relative;
                bottom: 2px;
                margin: 0 3px;
            }

            .main-header nav ul li a {
                font-family: 'Open Sans', sans-serif;
                font-weight: bold;
                text-transform: uppercase;
                color: #6d614e;
            }

                .main-header nav ul li a:hover {
                    text-decoration: none;
                    color: #a0a277;
                }

.small-logo {
    display: none;
}

.main-header.stuck {
    position: fixed !important;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 5000;
    background: white;
    -webkit-backface-visibility: hidden;
    -webkit-transform: translateZ(0);
}

    .main-header.stuck .search-widget .divider {
        margin-top: 0;
        padding-top: 0;
    }

    .main-header.stuck .search-widget #apartment-search,
    .main-header.stuck .search-widget #apartment-search-mobile {
        margin-top: 2px;
    }

    .main-header.stuck .logo {
        display: none;
    }

    .main-header.stuck .small-logo {
        display: block;
    }

    .main-header.stuck nav {
        margin-top: 10px;
    }

.subnav.stuck {
    position: fixed !important;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 5000;
    border-top: 10px solid #EDEFEB;
    border-bottom: 10px solid #EDEFEB;
    background: white;
    -webkit-backface-visibility: hidden;
    -webkit-transform: translateZ(0);
}

.responsive-subnav.stuck {
    position: fixed !important;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 5000;
    border-top: 10px solid #EDEFEB;
    -webkit-backface-visibility: hidden;
    -webkit-transform: translateZ(0);
    transition: all 0.4s ease;
}

    .responsive-subnav.stuck.open {
        top: 0 !important;
    }

.responsive-subnav {
    transition: all 0.2s ease;
}

    .responsive-subnav.open {
        position: fixed;
        top: 0;
    }

.responsive-nav-list.stuck {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 5500;
    background: white;
}

#apartment-search,
#apartment-search-mobile {
    background: #adb09a;
    padding: 15px;
    margin: 10px 0;
    border-radius: 3px;
    /*select {
    border: 0;
    border-radius: 0;
    padding: 10px;
    -moz-appearance: none;
    text-indent: 0.01px;
    text-overflow: '';
    -webkit-appearance: none;
    appearance: none;
    display: block;
    float: left;
    margin-right: 10px;
    width: 85%;
    color: #6d614e;
    text-transform: uppercase;
    font-size: 11px;
    font-weight: bold;
    background: url('../img/down-arrow.png') no-repeat white;
    background-position: 98% center;

  }*/
    /*input[type="text"] {
    border: 0;
    border-radius: 0;                                                         
    padding: 10px;
    -moz-appearance: none;
    text-indent: 0.01px;
    text-overflow: '';
    -webkit-appearance: none;
    appearance: none;
    display: block;
    float: left;
    margin-right: 10px;
    width: 85%;
    color: #6d614e;
    text-transform: uppercase;
    font-size: 11px;
    font-weight: bold;
    background: url('../img/down-arrow.png') no-repeat white;
    background-position: 90% center;

    &:nth-child(1) {max-width: 165px;}
    &:nth-child(2) {max-width: 245px;}
  }*/
}

    #apartment-search input[type="submit"],
    #apartment-search-mobile input[type="submit"] {
        -moz-appearance: none;
        -webkit-appearance: none;
        appearance: none;
        color: white;
        font-family: 'Montserrat', sans-serif;
        font-weight: 400;
        border-radius: 3px;
        text-shadow: -1px 1px 1px rgba(0, 0, 0, 0.3);
        padding: 8px 20px;
        border: 1px solid #c7cd51;
        background: #d0d91a;
        background: -moz-linear-gradient(top, #d0d91a 0%, #aab215 100%);
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #d0d91a), color-stop(100%, #aab215));
        background: -webkit-linear-gradient(top, #d0d91a 0%, #aab215 100%);
        background: -o-linear-gradient(top, #d0d91a 0%, #aab215 100%);
        background: -ms-linear-gradient(top, #d0d91a 0%, #aab215 100%);
        background: linear-gradient(to bottom, #d0d91a 0%, #aab215 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#d0d91a', endColorstr='#aab215', GradientType=0);
    }

        #apartment-search input[type="submit"]:hover,
        #apartment-search-mobile input[type="submit"]:hover {
            border: 1px solid #7e8050;
            background: #5a5d18;
            background: -moz-linear-gradient(top, #5a5d18 0%, #4a4c14 100%);
            background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #5a5d18), color-stop(100%, #4a4c14));
            background: -webkit-linear-gradient(top, #5a5d18 0%, #4a4c14 100%);
            background: -o-linear-gradient(top, #5a5d18 0%, #4a4c14 100%);
            background: -ms-linear-gradient(top, #5a5d18 0%, #4a4c14 100%);
            background: linear-gradient(to bottom, #5a5d18 0%, #4a4c14 100%);
            filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#d0d91a', endColorstr='#4a4c14', GradientType=0);
        }

    #apartment-search select::-ms-expand,
    #apartment-search-mobile select::-ms-expand {
        display: none;
    }

    #apartment-search .select,
    #apartment-search-mobile .select {
        position: relative;
        -moz-appearance: none;
        -webkit-appearance: none;
        appearance: none;
        display: inline-block;
        float: left;
        border: 0;
        outline: 0;
        width: 85%;
        padding: 10px;
        color: #6d614e;
        text-transform: uppercase;
        font-size: 20px;
        background-color: #fff;
        border-bottom: 1px solid #fff;
        font-family: 'Open Sans', sans-serif;
        font-weight: 200;
    }

.slider {
    position: relative;
    list-style: none;
    overflow: hidden;
    width: 100%;
    padding: 0;
    margin: 0;
}

    .slider li {
        -webkit-backface-visibility: hidden;
        position: absolute;
        display: none;
        width: 100%;
        left: 0;
        top: 0;
    }

        .slider li:first-child {
            position: relative;
            display: block;
            float: left;
        }

.rslides_tabs {
    position: absolute;
    bottom: 10px;
    z-index: 5;
    width: 100%;
    text-align: center;
}

    .rslides_tabs .rslides_here a {
        background: white;
    }

    .rslides_tabs li {
        display: inline-block;
        margin: 5px;
    }

        .rslides_tabs li a {
            display: block;
            width: 12px;
            height: 12px;
            border-radius: 6px;
            border: 2px solid white;
            text-indent: -9999px;
        }

            .rslides_tabs li a:hover {
                background: white;
            }

.property-module,
.amenities-module,
.main-image-module {
    padding: 0 !important;
    position: relative;
}

    .property-module .slider > li,
    .amenities-module .slider > li {
        min-height: 660px;
        background-size: cover !important;
    }

.state-module .slider > li {
    min-height: 570px;
    background-size: cover !important;
}

.main-image-module .slider > li {
    min-height: 470px;
    background-size: cover !important;
}

h1 {
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    font-size: 45px;
    line-height: 60px;
}

h2 {
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    font-size: 45px;
    line-height: 60px;
}

.text-overlay {
    position: absolute;
    left: 0;
    top: 50%;
    padding: 50px 40px 35px 40px;
    color: white;
    min-width: 485px;
}

    .text-overlay span.address {
        color: #d0d91a;
        font-weight: bold;
        font-size: 15px;
        margin: 10px 0 0 0;
        display: inline-block;
    }

        .text-overlay span.address img {
            vertical-align: text-bottom;
            margin-right: 5px;
        }

    .text-overlay p {
        font-weight: bold;
        font-size: 15px;
    }

        .text-overlay p.text {
            max-width: 330px;
            font-size: 13px;
        }

    .text-overlay.olive {
        background: rgba(136, 141, 98, 0.9);
    }

    .text-overlay.blue {
        background: rgba(126, 197, 217, 0.9);
    }

    .text-overlay.brown {
        background: rgba(148, 135, 114, 0.9);
    }

    .text-overlay.olive-gray {
        background: rgba(143, 179, 164, 0.9);
    }

    .text-overlay.green {
        background: rgba(171, 178, 162, 0.9);
    }

.button,
.button-small {
    display: inline-block;
    color: white !important;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    border-radius: 5px;
    text-shadow: -1px 1px 1px rgba(0, 0, 0, 0.3);
    padding: 17px 30px;
    margin: 25px 0 0 0;
    border: none;
    box-shadow: inset 0 0 1px rgba(255, 255, 255, 0.5);
    text-transform: uppercase;
    font-size: 13px;
    background: #bcc155;
    background: -moz-linear-gradient(top, #bcc155 0%, #9a9e46 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #bcc155), color-stop(100%, #9a9e46));
    background: -webkit-linear-gradient(top, #bcc155 0%, #9a9e46 100%);
    background: -o-linear-gradient(top, #bcc155 0%, #9a9e46 100%);
    background: -ms-linear-gradient(top, #bcc155 0%, #9a9e46 100%);
    background: linear-gradient(to bottom, #bcc155 0%, #9a9e46 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#bcc155', endColorstr='#9a9e46', GradientType=0);
}

    .button img,
    .button-small img {
        margin-left: 3px;
    }

    .button:hover,
    .button-small:hover {
        border: none;
        box-shadow: inset 0 0 1px rgba(255, 255, 255, 0.5);
        background: #5a5d18;
        color: white !important;
        background: -moz-linear-gradient(top, #5a5d18 0%, #4a4c14 100%);
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #5a5d18), color-stop(100%, #4a4c14));
        background: -webkit-linear-gradient(top, #5a5d18 0%, #4a4c14 100%);
        background: -o-linear-gradient(top, #5a5d18 0%, #4a4c14 100%);
        background: -ms-linear-gradient(top, #5a5d18 0%, #4a4c14 100%);
        background: linear-gradient(to bottom, #5a5d18 0%, #4a4c14 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#5a5d18', endColorstr='#4a4c14', GradientType=0);
        text-decoration: none;
    }

a.button-small {
    padding: 12px 30px;
}

.state-module .slider .text-container {
    color: white;
    max-width: 270px;
    text-align: center;
    position: absolute;
    top: 50%;
    margin-top: -100px;
    left: 50%;
    margin-left: -135px;
}

.state-module {
    position: relative;
}

    .state-module .flex-direction-nav .flex-next {
        right: 50%;
        margin-right: 10px;
    }

    .state-module .flex-control-nav {
        width: 50%;
    }

    .state-module ul li .two-col:first-child {
        height: 570px;
        background-size: cover !important;
    }

    .state-module ul li .two-col {
        height: 570px;
        position: relative;
        overflow: hidden;
    }

.apartment-type-module {
    position: relative;
}

    .apartment-type-module .flex-direction-nav .flex-next {
        right: 50%;
        margin-right: 10px;
    }

    .apartment-type-module .flex-control-nav {
        width: 50%;
    }

    .apartment-type-module ul li .two-col:first-child {
        height: 570px;
        background-size: cover !important;
    }

    .apartment-type-module ul li .two-col {
        height: 570px;
        position: relative;
        overflow: hidden;
    }

    .apartment-type-module .slider .text-container {
        color: white;
        width: 100%;
        padding: 30px 0 40px 0;
        text-align: center;
        position: absolute;
        top: 50%;
        background: rgba(122, 126, 55, 0.5);
        margin-top: -120px;
    }

        .apartment-type-module .slider .text-container p {
            max-width: 320px;
            margin: 0 auto;
        }

.rslides_nav {
    display: block;
    position: absolute;
    z-index: 5;
    width: 46px;
    height: 45px;
    top: 50%;
    margin-top: -22px;
    text-indent: -9999px;
}

    .rslides_nav.prev {
        left: 10px;
        background: url('../img/slider-arrow-l.png');
    }

    .rslides_nav.next {
        right: 10px;
        background: url('../img/slider-arrow-r.png');
    }

hr.page-line {
    margin-top: 0;
    margin-bottom: 0;
    border-top: 10px solid #CAD0C2;
}

.two-col {
    width: 50%;
    float: left;
    position: relative;
}

.view-more {
    width: 100%;
    text-align: center;
    display: block;
    position: absolute;
    bottom: 0;
    background: #bdc2b4;
    padding: 9px 0;
}

    .view-more:hover {
        background: #8b8e7b;
    }

    .view-more a {
        color: white;
        font-size: 13px;
        font-weight: bold;
    }

        .view-more a:hover {
            text-decoration: none;
        }

    .view-more .less {
        display: none;
        margin-left: 15px;
    }

.apartment-type-module .view-more {
    background: #bcc155;
}

.property-list.first {
    z-index: 5;
}

.property-list.second {
    z-index: 0;
}

.property-list {
    position: absolute;
    top: 0;
    width: 100%;
}

    .property-list .property-list-item {
        padding: 33px;
    }

        .property-list .property-list-item .property-content {
            width: 60%;
            float: left;
            margin-top: 10px;
            padding-left: 30px;
        }

        .property-list .property-list-item .price {
            color: #979d24;
            font-weight: bold;
            font-size: 15px;
        }

        .property-list .property-list-item .title a {
            font-family: 'Open Sans', sans-serif;
            font-size: 19px;
            font-weight: bold;
            color: #6d614e;
        }

        .property-list .property-list-item .property-divider {
            width: 270px;
            height: 1px;
            border-bottom: 1px dotted #9d927f;
            padding: 5px 0;
            margin-bottom: 10px;
        }

        .property-list .property-list-item .property-address {
            margin-top: 10px;
        }

            .property-list .property-list-item .property-address img {
                display: inline-block;
                vertical-align: super;
                margin-right: 3px;
            }

            .property-list .property-list-item .property-address p {
                display: inline-block;
                font-size: 14px;
                line-height: 16px;
                font-weight: bold;
                color: #9d927f;
                white-space: nowrap;
            }

        .property-list .property-list-item .property-image {
            float: left;
            max-width: 40%;
            border-radius: 5px;
            margin: 0 0 0 0;
        }

        .property-list .property-list-item:hover {
            background: #adb09a !important;
            color: white;
        }

            .property-list .property-list-item:hover .property-divider {
                border-color: #adb09a;
            }

            .property-list .property-list-item:hover .price {
                color: #d7df32;
            }

            .property-list .property-list-item:hover .property-address img {
                display: none;
            }

            .property-list .property-list-item:hover .property-address p {
                color: white;
            }

                .property-list .property-list-item:hover .property-address p:before {
                    content: url('../img/pin-hover.png');
                    display: block;
                    float: left;
                    margin: 8px 5px 0 0;
                }

            .property-list .property-list-item:hover .title a {
                color: #5e4a28;
            }

                .property-list .property-list-item:hover .title a:hover {
                    text-decoration: none;
                }

        .property-list .property-list-item:nth-child(odd) {
            background: #edefeb;
        }

        .property-list .property-list-item:nth-child(even) {
            background: #fff;
        }

.apartment-list.first {
    z-index: 5;
}

.apartment-list.second {
    z-index: 0;
}

.apartment-list {
    position: absolute;
    top: 0;
    width: 100%;
}

    .apartment-list .apartment-list-item {
        padding: 22px 70px;
        min-height: 180px;
        background: white;
        border-bottom: 1px solid #ededed;
        position: relative;
    }

        .apartment-list .apartment-list-item:hover {
            background: #b7bc53;
        }

            .apartment-list .apartment-list-item:hover a.button {
                border: none;
                box-shadow: inset 0 0 1px rgba(255, 255, 255, 0.5);
                background: #5a5d18;
                background: -moz-linear-gradient(top, #5a5d18 0%, #4a4c14 100%);
                background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #5a5d18), color-stop(100%, #4a4c14));
                background: -webkit-linear-gradient(top, #5a5d18 0%, #4a4c14 100%);
                background: -o-linear-gradient(top, #5a5d18 0%, #4a4c14 100%);
                background: -ms-linear-gradient(top, #5a5d18 0%, #4a4c14 100%);
                background: linear-gradient(to bottom, #5a5d18 0%, #4a4c14 100%);
                filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#5a5d18', endColorstr='#4a4c14', GradientType=0);
                text-decoration: none;
            }

            .apartment-list .apartment-list-item:hover p {
                color: white;
            }

            .apartment-list .apartment-list-item:hover .price {
                color: white;
            }

            .apartment-list .apartment-list-item:hover .title {
                color: #5a5d18;
            }

                .apartment-list .apartment-list-item:hover .title:hover {
                    text-decoration: none;
                }

        .apartment-list .apartment-list-item .apartment-content {
            width: 60%;
            float: left;
            margin-top: 10px;
            padding-left: 30px;
        }

        .apartment-list .apartment-list-item .price {
            color: #979d24;
            font-weight: bold;
            font-size: 15px;
        }

        .apartment-list .apartment-list-item .title {
            font-family: 'Open Sans', sans-serif;
            font-size: 21px;
            font-weight: 400;
            color: #6d614e;
            display: block;
            margin-bottom: 5px;
        }

        .apartment-list .apartment-list-item p {
            color: #9d927f;
            font-size: 14px;
            line-height: 15px;
            font-weight: bold;
        }

        .apartment-list .apartment-list-item .bathroom {
            margin-top: 10px;
            margin-bottom: 8px;
        }

            .apartment-list .apartment-list-item .bathroom img {
                margin-right: 5px;
            }

        .apartment-list .apartment-list-item .square-feet img {
            margin-right: 5px;
        }

        .apartment-list .apartment-list-item .button {
            font-size: 10px;
            padding: 12px 22px;
            position: absolute;
            right: 40px;
            top: 50%;
            margin-top: -17px;
        }

        .apartment-list .apartment-list-item .apartment-address {
            margin-top: 10px;
        }

            .apartment-list .apartment-list-item .apartment-address img {
                display: inline-block;
                vertical-align: super;
                margin-right: 3px;
            }

            .apartment-list .apartment-list-item .apartment-address p {
                display: inline-block;
                font-size: 14px;
                line-height: 16px;
                font-weight: bold;
                color: #9d927f;
            }

        .apartment-list .apartment-list-item .apartment-image {
            float: left;
            max-width: 40%;
            border-radius: 5px;
            margin: 0 0 0 0;
        }

.perfect-home {
    background-size: cover !important;
    min-height: 460px;
    color: white;
    position: relative;
}

    .perfect-home .perfect-home-content {
        position: absolute;
        text-align: center;
        top: 50%;
        left: 50%;
        margin-top: -80px;
        margin-left: -240px;
        max-width: 480px;
    }

        .perfect-home .perfect-home-content p {
            padding: 0 50px;
            font-size: 13px;
            font-weight: bold;
        }

.vision-mission-values {
    text-align: center;
}

    .vision-mission-values .vision-mission {
        background: #c9cbba;
        background-size: cover !important;
        position: relative;
        min-height: 575px;
    }

        .vision-mission-values .vision-mission .vision-mission-content {
            position: relative;
            z-index: 10;
            max-width: 400px;
            width: 95%;
            margin: 100px auto;
        }

            .vision-mission-values .vision-mission .vision-mission-content h2 {
                color: #5e4a28;
                margin-bottom: 10px;
            }

            .vision-mission-values .vision-mission .vision-mission-content p {
                color: white;
                font-size: 16px;
                line-height: 18px;
                font-weight: bold;
            }

            .vision-mission-values .vision-mission .vision-mission-content hr {
                margin: 45px 0;
            }

        .vision-mission-values .vision-mission:after {
            content: '';
            display: block;
            position: absolute;
            top: 0;
            right: 0;
            bottom: 0;
            left: 0;
            background: url('../img/new-row-bg.jpg') no-repeat center center;
            opacity: 0.1;
            z-index: 5;
        }

    .vision-mission-values .core-values .core-values-content {
        max-width: 510px;
        width: 95%;
        margin: 70px auto 0 auto;
    }

        .vision-mission-values .core-values .core-values-content h2 {
            color: #5e4a28;
        }

    .vision-mission-values .core-values .core-value:first-child:after {
        content: '';
        position: absolute;
        top: -15px;
        left: 50%;
        margin-left: -30px;
        width: 60px;
        height: 1px;
        display: block;
        background: #b5ba52;
    }

    .vision-mission-values .core-values .core-value {
        margin: 30px 0;
        position: relative;
    }

        .vision-mission-values .core-values .core-value:after {
            content: '';
            position: absolute;
            bottom: -15px;
            left: 50%;
            margin-left: -30px;
            width: 60px;
            height: 1px;
            display: block;
            background: #b5ba52;
        }

        .vision-mission-values .core-values .core-value h3 {
            color: #b5ba52;
            margin-bottom: 10px;
            font-size: 30px;
        }

        .vision-mission-values .core-values .core-value p {
            font-size: 14px;
            line-height: 18px;
            color: #747762;
            font-weight: bold;
        }

.services-careers .two-col,
.news-perfect .two-col,
.inner .two-col {
    text-align: center;
}

.services-careers .perfect-housing-text,
.news-perfect .perfect-housing-text,
.inner .perfect-housing-text {
    color: #847762;
    font-weight: bold;
    font-size: 16px;
    line-height: 20px;
}

.services-careers .news,
.news-perfect .news,
.inner .news {
    text-align: left;
}

    .services-careers .news h2,
    .news-perfect .news h2,
    .inner .news h2 {
        padding: 30px 0 20px 30px;
        color: #5e4a28;
    }

    .services-careers .news .button,
    .news-perfect .news .button,
    .inner .news .button {
        margin: 20px 0 0 30px;
    }

    .services-careers .news .latest-news li,
    .news-perfect .news .latest-news li,
    .inner .news .latest-news li {
        border-bottom: 1px solid #d2d3c7;
    }

        .services-careers .news .latest-news li:first-child,
        .news-perfect .news .latest-news li:first-child,
        .inner .news .latest-news li:first-child {
            border-top: 1px solid #d2d3c7;
        }

        .services-careers .news .latest-news li a,
        .news-perfect .news .latest-news li a,
        .inner .news .latest-news li a {
            display: block;
            padding: 20px 30px;
        }

            .services-careers .news .latest-news li a:hover,
            .news-perfect .news .latest-news li a:hover,
            .inner .news .latest-news li a:hover {
                text-decoration: none;
            }

                .services-careers .news .latest-news li a:hover p,
                .news-perfect .news .latest-news li a:hover p,
                .inner .news .latest-news li a:hover p {
                    text-decoration: none;
                    color: white;
                }

            .services-careers .news .latest-news li a .date,
            .news-perfect .news .latest-news li a .date,
            .inner .news .latest-news li a .date {
                background: #8a9064;
                font-weight: bold;
                font-size: 15px;
                color: white;
                padding: 8px 10px;
                margin: 0 0 10px 0;
                display: inline-block;
                border-radius: 3px;
            }

            .services-careers .news .latest-news li a p,
            .news-perfect .news .latest-news li a p,
            .inner .news .latest-news li a p {
                color: #80846a;
                font-size: 18px;
            }

.services-careers .careers,
.news-perfect .careers,
.inner .careers {
    background: url('../img/careers-bg.jpg') no-repeat center center;
    background-size: cover;
    min-height: 540px;
    float: right;
}

    .services-careers .careers .careers-content,
    .news-perfect .careers .careers-content,
    .inner .careers .careers-content {
        padding: 0 50px;
        position: absolute;
        top: 50%;
        margin-top: -150px;
    }

    .services-careers .careers .career-left,
    .news-perfect .careers .career-left,
    .inner .careers .career-left {
        float: left;
        width: 35%;
        margin-top: 40px;
    }

    .services-careers .careers .career-right,
    .news-perfect .careers .career-right,
    .inner .careers .career-right {
        float: left;
        width: 65%;
        text-align: left;
        padding: 0 20px;
    }

        .services-careers .careers .career-right h2,
        .news-perfect .careers .career-right h2,
        .inner .careers .career-right h2 {
            color: #6d614e;
            margin-bottom: 10px;
        }

        .services-careers .careers .career-right p.quote,
        .news-perfect .careers .career-right p.quote,
        .inner .careers .career-right p.quote {
            color: #948772;
            font-weight: 600;
            font-size: 22px;
            line-height: 28px;
        }

        .services-careers .careers .career-right .name,
        .news-perfect .careers .career-right .name,
        .inner .careers .career-right .name {
            color: #665944;
            font-weight: 600;
            margin-top: 20px;
            font-size: 19px;
        }

            .services-careers .careers .career-right .name small,
            .news-perfect .careers .career-right .name small,
            .inner .careers .career-right .name small {
                font-size: 12px;
            }

                .services-careers .careers .career-right .name small i,
                .news-perfect .careers .career-right .name small i,
                .inner .careers .career-right .name small i {
                    font-style: italic;
                }

    .services-careers .careers .career-image,
    .news-perfect .careers .career-image,
    .inner .careers .career-image {
        position: relative;
        max-width: 215px;
        margin: 0 auto;
    }

        .services-careers .careers .career-image img,
        .news-perfect .careers .career-image img,
        .inner .careers .career-image img {
            border-radius: 50%;
            border: 5px solid #d2d6aa;
        }

        .services-careers .careers .career-image .career-years,
        .news-perfect .careers .career-image .career-years,
        .inner .careers .career-image .career-years {
            background: #b6bb52;
            position: absolute;
            right: 10px;
            bottom: -20px;
            font-size: 28px;
            color: white;
            width: 80px;
            height: 80px;
            padding-top: 20px;
            border-radius: 40px;
        }

            .services-careers .careers .career-image .career-years span,
            .news-perfect .careers .career-image .career-years span,
            .inner .careers .career-image .career-years span {
                font-size: 14px;
                display: block;
            }

.services-careers .services,
.news-perfect .services,
.inner .services {
    padding: 50px 0;
}

    .services-careers .services h2,
    .news-perfect .services h2,
    .inner .services h2 {
        margin-top: 10px;
    }

    .services-careers .services .service-awards,
    .news-perfect .services .service-awards,
    .inner .services .service-awards {
        margin-top: 20px;
    }

        .services-careers .services .service-awards li,
        .news-perfect .services .service-awards li,
        .inner .services .service-awards li {
            display: inline-block;
            width: 120px;
            height: 120px;
            border-radius: 60px;
            color: white;
            padding: 25px 10px;
            margin: 5px;
            font-size: 10px;
        }

            .services-careers .services .service-awards li span,
            .news-perfect .services .service-awards li span,
            .inner .services .service-awards li span {
                font-size: 16px;
                text-transform: uppercase;
                display: block;
            }

            .services-careers .services .service-awards li p,
            .news-perfect .services .service-awards li p,
            .inner .services .service-awards li p {
                color: white;
                font-weight: bold;
                font-size: 14px;
                margin-top: 10px;
            }

            .services-careers .services .service-awards li:nth-child(odd),
            .news-perfect .services .service-awards li:nth-child(odd),
            .inner .services .service-awards li:nth-child(odd) {
                background: #b6bb52;
            }

            .services-careers .services .service-awards li:nth-child(even),
            .news-perfect .services .service-awards li:nth-child(even),
            .inner .services .service-awards li:nth-child(even) {
                background: #adb09a;
            }

    .services-careers .services p,
    .news-perfect .services p,
    .inner .services p {
        color: #747762;
        font-size: 13px;
        font-weight: bold;
        max-width: 490px;
        display: inline-block;
        line-height: 20px;
    }

    .services-careers .services h2,
    .news-perfect .services h2,
    .inner .services h2 {
        color: #5e4a28;
    }

.anchor {
    display: block;
    position: relative;
    top: -250px;
}

.four-col {
    width: 25%;
    float: left;
}

h3 {
    font-family: 'Open Sans', sans-serif;
    font-size: 23px;
}

.main-footer {
    background: #adb09a;
    padding: 60px 10px 40px 10px;
    color: white;
    border-top: 10px solid #EDEFEB;
}

    .main-footer h3 {
        color: #4a4b40;
        margin-bottom: 10px;
    }

    .main-footer .footer-list-title {
        font-size: 16px;
        color: #e6ea96;
        font-weight: bold;
        display: block;
        margin: 10px 0 5px 0;
    }

    .main-footer .footer-col-left,
    .main-footer .footer-col-right {
        width: 50%;
        float: left;
    }

        .main-footer .footer-col-left ul li,
        .main-footer .footer-col-right ul li {
            margin: 0;
        }

            .main-footer .footer-col-left ul li a,
            .main-footer .footer-col-right ul li a {
                color: white;
                font-size: 11px;
                text-transform: uppercase;
                font-weight: bold;
                line-height: 18px;
                font-family: 'Lato', sans-serif;
            }

                .main-footer .footer-col-left ul li a:hover,
                .main-footer .footer-col-right ul li a:hover {
                    color: #4a4b40;
                    text-decoration: none;
                }

    .main-footer hr {
        border-color: #949783;
    }

    .main-footer .footer-address {
        text-align: center;
        font-size: 13px;
        font-weight: bold;
    }

        .main-footer .footer-address a {
            color: white;
            text-decoration: none;
        }

        .main-footer .footer-address span {
            color: #e6ea96;
            display: block;
            margin: 5px 0 0 0;
        }

        .main-footer .footer-address img {
            margin-bottom: 5px;
        }

    .main-footer .two-col {
        padding: 0 50px;
    }

    .main-footer .footer-social a:nth-child(1) {
        display: inline-block;
        background: url('../img/footer-fb.png') no-repeat bottom center;
        width: 71px;
        height: 15px;
    }

        .main-footer .footer-social a:nth-child(1):hover {
            background-position: top center;
        }

    .main-footer .footer-social a:nth-child(2) {
        display: inline-block;
        background: url('../img/footer-twitter.png') no-repeat bottom center;
        width: 61px;
        height: 12px;
    }

        .main-footer .footer-social a:nth-child(2):hover {
            background-position: top center;
        }

    .main-footer .footer-social a {
        margin: 0 10px 0 0;
    }

    .main-footer .footer-nav a {
        color: #4a4b40;
        font-family: 'Open Sans', sans-serif;
        font-size: 20px;
        display: block;
        line-height: 40px;
    }

        .main-footer .footer-nav a:hover {
            color: white;
            text-decoration: none;
        }

    .main-footer .footer-inner {
        max-width: 900px;
        margin: 0 auto;
    }

.subfooter {
    padding: 10px 0 15px 0;
    text-align: center;
    color: #6d614e;
}

    .subfooter a:first-child {
        margin-left: 40px;
    }

    .subfooter img {
        vertical-align: text-bottom;
    }

    .subfooter p {
        font-size: 13px;
        font-weight: 600;
    }

    .subfooter a {
        color: #6d614e;
        margin: 0 5px;
    }

.search-widget-responsive {
    display: none;
}

.follow-us-responsive {
    display: none;
}

.responsive-nav {
    display: none;
    width: 150px;
    right: 0;
}

    .responsive-nav .navicon {
        font-size: 3.5em;
        color: #5e4a28;
        margin-right: 15px;
    }

        .responsive-nav .navicon:hover {
            text-decoration: none;
            color: #282011;
        }

.responsive-nav-list {
    display: none;
}

    .responsive-nav-list li:first-child a {
        border-top: 1px solid #e8e8e4;
    }

    .responsive-nav-list li:last-child a {
        border-bottom: none;
    }

    .responsive-nav-list li a {
        display: block;
        color: #9FA441;
        padding: 10px;
        text-align: center;
        border-bottom: 1px solid #e8e8e4;
    }

        .responsive-nav-list li a:hover {
            background: #e8e8e4;
            color: white;
            text-decoration: none;
        }

.footer-break {
    display: none;
}

.subnav {
    text-align: center;
    background: #8a9064;
}

    .subnav .main-subnav {
        background: #8a9064;
    }

        .subnav .main-subnav li a {
            padding: 20px 18px;
        }

            .subnav .main-subnav li a:hover,
            .subnav .main-subnav li a.active {
                text-decoration: none;
                color: #d2d6aa;
                padding-top: 10px;
                border-top: 10px solid #d2d6aa;
            }

    .subnav .community-subnav {
        background: white;
        position: relative;
    }

        .subnav .community-subnav li {
            padding: 0 0 20px 0 !important;
            margin: 0;
        }

            .subnav .community-subnav li a {
                color: #6d614e;
                padding: 10px 18px 0 18px;
            }

                .subnav .community-subnav li a:hover,
                .subnav .community-subnav li a.active {
                    text-decoration: none;
                    color: #969A68;
                    border-top: 10px solid #969A68;
                }

            .subnav .community-subnav li.lease-link {
                position: absolute;
                right: 0;
                top: 0;
                padding: 0 !important;
            }

                .subnav .community-subnav li.lease-link a {
                    font-size: 16px;
                    font-family: 'Montserrat', sans-serif;
                    position: relative;
                    display: block;
                    height: 55px;
                    padding: 12px 40px;
                    text-shadow: -1px 1px 1px rgba(0, 0, 0, 0.4);
                    color: white;
                    background: #9FA441;
                    background: -moz-linear-gradient(top, #9fa441 0%, #808434 100%);
                    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #9fa441), color-stop(100%, #808434));
                    background: -webkit-linear-gradient(top, #9fa441 0%, #808434 100%);
                    background: -o-linear-gradient(top, #9fa441 0%, #808434 100%);
                    background: -ms-linear-gradient(top, #9fa441 0%, #808434 100%);
                    background: linear-gradient(to bottom, #9fa441 0%, #808434 100%);
                    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#9FA441', endColorstr='#808434', GradientType=0);
                }

                    .subnav .community-subnav li.lease-link a span {
                        font-size: 10px;
                        text-shadow: none;
                        color: #41382a;
                    }

                    .subnav .community-subnav li.lease-link a:after {
                        content: '';
                        display: block;
                        width: 6px;
                        height: 10px;
                        background: url('../img/right-arrow.png') no-repeat center center;
                        position: absolute;
                        top: 50%;
                        right: 15px;
                        margin-top: -5px;
                    }

                    .subnav .community-subnav li.lease-link a:hover {
                        background: #808434;
                    }

                    .subnav .community-subnav li.lease-link a:focus {
                        text-decoration: none;
                    }

                    .subnav .community-subnav li.lease-link a:hover {
                        color: white;
                        border-top: none;
                    }

    .subnav ul li {
        display: inline-block;
    }

        .subnav ul li a {
            display: block;
            color: white;
            text-transform: uppercase;
            font-family: 'Open Sans', sans-serif;
            font-size: 15px;
            font-weight: bold;
        }

.promo-bar {
    width: 100%;
    height: 30px;
    top: 120px;
    text-align: center;
    color: white;
    padding: 5px 0;
    z-index: 999;
    position: absolute;
}

    .promo-bar li {
        height: 24px;
        width: 100%;
        text-align: center;
        font-family: Montserrat, sans-serif;
        font-size: 17px;
        line-height: 18px;
    }

#promo-close {
    position: absolute;
    right: 0;
    padding: 4px 24px 0 0;
    cursor: pointer;
    z-index: 999;
}

@media all and (max-width: 1125px) {
    .promo-bar {
    }
}

.housing-content {
    background: #8a9064;
}

    .housing-content .housing-content-container {
        max-width: 790px;
        margin: 0 auto;
        padding: 80px 0;
    }

    .housing-content .housing-content-left {
        color: white;
        width: 40%;
        float: left;
        text-align: right;
        padding-right: 40px;
    }

        .housing-content .housing-content-left h2 {
            font-size: 70px;
            line-height: 85px;
        }

    .housing-content .housing-content-right {
        width: 60%;
        float: left;
        padding-left: 40px;
    }

        .housing-content .housing-content-right p {
            color: #2e321b;
            font-size: 15px;
            line-height: 19px;
            font-weight: bold;
        }

.hide {
    display: none;
}

.responsive-subnav {
    position: relative;
    display: none;
    width: 100%;
    background: #8A9064;
    text-align: center;
    z-index: 4000;
}

    .responsive-subnav.community-responsive-subnav {
        background: #fff;
    }

        .responsive-subnav.community-responsive-subnav ul {
            background: white;
        }

            .responsive-subnav.community-responsive-subnav ul li a {
                color: #6d614e;
                border-top: 1px solid #6d614e;
            }

                .responsive-subnav.community-responsive-subnav ul li a:hover {
                    background: #969A68;
                    color: white;
                }

            .responsive-subnav.community-responsive-subnav ul li.lease-link {
                padding: 0 !important;
            }

                .responsive-subnav.community-responsive-subnav ul li.lease-link a {
                    font-size: 16px;
                    font-family: 'Montserrat', sans-serif;
                    position: relative;
                    display: block;
                    height: 55px;
                    padding: 12px 40px;
                    text-shadow: -1px 1px 1px rgba(0, 0, 0, 0.4);
                    color: white;
                    background: #9FA441;
                    background: -moz-linear-gradient(top, #9fa441 0%, #808434 100%);
                    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #9fa441), color-stop(100%, #808434));
                    background: -webkit-linear-gradient(top, #9fa441 0%, #808434 100%);
                    background: -o-linear-gradient(top, #9fa441 0%, #808434 100%);
                    background: -ms-linear-gradient(top, #9fa441 0%, #808434 100%);
                    background: linear-gradient(to bottom, #9fa441 0%, #808434 100%);
                    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#9FA441', endColorstr='#808434', GradientType=0);
                }

                    .responsive-subnav.community-responsive-subnav ul li.lease-link a span {
                        font-size: 10px;
                        text-shadow: none;
                        color: #41382a;
                    }

                    .responsive-subnav.community-responsive-subnav ul li.lease-link a:after {
                        content: '';
                        display: block;
                        width: 6px;
                        height: 10px;
                        background: url('../img/right-arrow.png') no-repeat center center;
                        position: absolute;
                        top: 50%;
                        right: 15px;
                        margin-top: -5px;
                    }

                    .responsive-subnav.community-responsive-subnav ul li.lease-link a:hover {
                        background: #808434;
                    }

                    .responsive-subnav.community-responsive-subnav ul li.lease-link a:hover {
                        color: white;
                        border-top: none;
                    }

        .responsive-subnav.community-responsive-subnav .responsive-subnav-link {
            color: #6d614e;
        }

            .responsive-subnav.community-responsive-subnav .responsive-subnav-link:hover {
                background: #969A68;
            }

    .responsive-subnav .subnav-arrow {
        position: absolute;
        right: 20px;
        top: 50%;
        margin-top: -2px;
    }

    .responsive-subnav ul {
        display: none;
        position: absolute;
        top: 100%;
        background: #8a9064;
        width: 100%;
        z-index: 20;
        border-bottom: 10px solid #cacfc2;
    }

        .responsive-subnav ul li {
            display: block;
            margin: 0;
        }

            .responsive-subnav ul li a {
                display: block;
                padding: 20px 0;
                color: white;
                border-top: 1px solid #50543a;
                text-transform: uppercase;
                font-family: 'Open Sans', sans-serif;
                font-size: 15px;
                font-weight: bold;
            }

                .responsive-subnav ul li a:hover {
                    text-decoration: none;
                    background-color: #50543a;
                }

.responsive-subnav-link {
    color: white;
    text-transform: uppercase;
    font-family: 'Open Sans', sans-serif;
    font-size: 15px;
    font-weight: bold;
    display: block;
    padding: 20px 0;
}

    .responsive-subnav-link:hover {
        background-color: #50543a;
        color: white !important;
        text-decoration: none;
    }

    .responsive-subnav-link img {
        vertical-align: middle;
    }

.responsive-image {
    display: none;
}

h4 {
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    font-size: 23px;
    line-height: 20px;
}

.icon-pin,
.icon-phone,
.icon-email {
    display: inline-block;
    width: 30px;
    height: 30px;
    border-radius: 15px;
}

.icon-file,
.icon-floor-maps {
    display: inline-block;
    width: 36px;
    height: 36px;
    border-radius: 18px;
}

.icon-pin {
    background: url('../img/pin-white.png') no-repeat center center rgba(0, 0, 0, 0.2);
}

.icon-phone {
    background: url('../img/phone-white.png') no-repeat center center rgba(0, 0, 0, 0.2);
}

.icon-email {
    background: url('../img/mail-white.png') no-repeat center center rgba(0, 0, 0, 0.2);
}

.icon-file {
    background: url('../img/document-icon.png') no-repeat center center rgba(0, 0, 0, 0.2);
}

.icon-floor-maps {
    background: url('../img/floor-maps.png') no-repeat center center rgba(0, 0, 0, 0.2);
}

.community-home-intro {
    position: relative;
}

    .community-home-intro .community-home-intro-left {
        width: 34%;
        float: left;
        color: white;
        height: 100%;
        text-align: center;
        position: relative;
    }

        .community-home-intro .community-home-intro-left h1 {
            margin: 15px 0 20px 0;
            font-family: 'Open Sans', sans-serif;
            font-weight: 600;
            font-size: 23px;
            line-height: 20px;
        }

        .community-home-intro .community-home-intro-left h4 {
            margin: 15px 0 20px 0;
        }

        .community-home-intro .community-home-intro-left p {
            font-weight: bold;
            font-size: 15px;
            line-height: 23px;
        }

        .community-home-intro .community-home-intro-left .intro-left-content {
            padding: 30px 30px 80px 30px;
        }

            .community-home-intro .community-home-intro-left .intro-left-content a {
                color: inherit;
                text-decoration: underline;
            }

                .community-home-intro .community-home-intro-left .intro-left-content a:hover {
                    color: #6d614e;
                }

        .community-home-intro .community-home-intro-left .intro-left-contact {
            padding: 35px 25px;
        }

            .community-home-intro .community-home-intro-left .intro-left-contact .contact-details {
                width: 50%;
                float: left;
                text-align: left;
            }

                .community-home-intro .community-home-intro-left .intro-left-contact .contact-details ul li {
                    font-size: 15px;
                    font-weight: bold;
                    line-height: 18px;
                    position: relative;
                    margin: 0 0 15px 35px;
                }

                    .community-home-intro .community-home-intro-left .intro-left-contact .contact-details ul li:nth-child(3) {
                        top: 10px;
                    }

                    .community-home-intro .community-home-intro-left .intro-left-contact .contact-details ul li div {
                        position: absolute;
                        left: -40px;
                        top: 50%;
                        margin-top: -15px;
                    }

            .community-home-intro .community-home-intro-left .intro-left-contact .contact-download {
                width: 45%;
                margin: 0 0 10px 5%;
                float: left;
                background: rgba(0, 0, 0, 0.15);
                padding: 10px;
                border-radius: 5px;
                text-align: left;
            }

                .community-home-intro .community-home-intro-left .intro-left-contact .contact-download .icon-file,
                .community-home-intro .community-home-intro-left .intro-left-contact .contact-download .icon-floor-maps {
                    float: left;
                    margin-right: 10px;
                }

                .community-home-intro .community-home-intro-left .intro-left-contact .contact-download p {
                    font-size: 13px;
                    line-height: 15px;
                }

                    .community-home-intro .community-home-intro-left .intro-left-contact .contact-download p span {
                        display: block;
                    }

                .community-home-intro .community-home-intro-left .intro-left-contact .contact-download a:hover {
                    text-decoration: none;
                }

                .community-home-intro .community-home-intro-left .intro-left-contact .contact-download a:focus {
                    text-decoration: none;
                }

                .community-home-intro .community-home-intro-left .intro-left-contact .contact-download .contact-download-link {
                    display: block;
                }

        .community-home-intro .community-home-intro-left a {
            color: white;
        }

    .community-home-intro .flex-control-nav {
        width: 66%;
        right: 0;
    }

    .community-home-intro .community-home-intro-right {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 34%;
    }

        .community-home-intro .community-home-intro-right .renters-voice {
            position: absolute;
            top: 30px;
            right: 0;
            z-index: 200;
            background: #fff;
            padding: 20px 0 20px 20px;
            text-align: left;
            max-width: 190px;
            -webkit-border-top-left-radius: 35px;
            -webkit-border-bottom-left-radius: 35px;
            -moz-border-radius-topleft: 35px;
            -moz-border-radius-bottomleft: 35px;
            border-top-left-radius: 35px;
            border-bottom-left-radius: 35px;
        }

            .community-home-intro .community-home-intro-right .renters-voice:hover {
                text-decoration: none;
                cursor: pointer;
                background: #6E624D;
            }

                .community-home-intro .community-home-intro-right .renters-voice:hover .review-title {
                    color: white;
                }

                .community-home-intro .community-home-intro-right .renters-voice:hover .review-icon-2 {
                    opacity: 1;
                }

                .community-home-intro .community-home-intro-right .renters-voice:hover .review-icon {
                    opacity: 0;
                }

            .community-home-intro .community-home-intro-right .renters-voice .review-icon {
                float: left;
                position: relative;
                top: 5px;
                width: 20%;
                margin-right: 5%;
            }

            .community-home-intro .community-home-intro-right .renters-voice .review-icon-2 {
                position: absolute;
                top: 22px;
                left: 20px;
                opacity: 0;
                width: 18%;
            }

            .community-home-intro .community-home-intro-right .renters-voice .review-container {
                float: left;
                width: 75%;
            }

            .community-home-intro .community-home-intro-right .renters-voice .review-title {
                color: #6d614e;
                font-family: 'Montserrat', sans-serif;
                line-height: 21px;
                font-size: 18px;
                text-transform: uppercase;
                margin-bottom: 5px;
            }

            .community-home-intro .community-home-intro-right .renters-voice .review-content {
                font-family: 'Montserrat', sans-serif;
                font-weight: bold;
                color: #bcc155;
                font-size: 10px;
                line-height: 10px;
                text-transform: uppercase;
            }

        .community-home-intro .community-home-intro-right .slider {
            width: 100%;
            position: absolute;
            top: 0;
            right: 0;
            bottom: 0;
            left: 0;
        }

            .community-home-intro .community-home-intro-right .slider li {
                margin-bottom: -3px;
                height: 100%;
                width: 100%;
                position: relative !important;
            }

.community-amenities-list li {
    text-align: center;
    width: 24%;
    display: inline-block;
}

    .community-amenities-list li .amenities-icon {
        display: inline-block;
        width: 52px;
        height: 52px;
        background-size: 100% !important;
    }

        .community-amenities-list li .amenities-icon:hover {
            cursor: default;
        }

.features-module {
    background: #DDE1D6;
    padding: 13px 0;
    text-align: center;
}

    .features-module ul {
        width: 100%;
        font-size: 0;
    }

        .features-module ul li {
            width: 25%;
            display: inline-block;
            text-align: center;
        }

            .features-module ul li:nth-child(4n) .feature-image {
                border-right: none;
            }

            .features-module ul li p {
                font-family: 'Open Sans', sans-serif;
                font-weight: 600;
                font-size: 14px;
                line-height: 20px;
                color: #564c3d;
                max-width: 220px;
                margin: 10px auto 14px auto;
                min-height: 60px;
            }

            .features-module ul li .features-image {
                position: relative;
            }

                .features-module ul li .features-image .feature-icon {
                    position: absolute;
                    top: -26px;
                    display: block;
                    left: 50%;
                    width: 52px;
                    height: 52px;
                    margin-left: -26px;
                }

                .features-module ul li .features-image .feature-image {
                    width: 100%;
                    border-top: 1px solid white;
                    border-bottom: 1px solid white;
                    border-right: 1px solid white;
                }

.neighborhood-map-module .neighborhood-map-left {
    width: 50%;
    float: left;
    text-align: right;
    /*
.gm-style {
      border-radius: 50%;
    }
*/
}

    .neighborhood-map-module .neighborhood-map-left #mapcircle-container {
        width: 480px;
        height: 480px;
        border-radius: 240px;
        float: right;
        overflow: hidden !important;
        z-index: 10;
        position: relative;
    }

        .neighborhood-map-module .neighborhood-map-left #mapcircle-container #mapcircle {
            width: 100%;
            height: 100%;
            z-index: 5;
        }

        .neighborhood-map-module .neighborhood-map-left #mapcircle-container img {
            max-width: none;
        }

.neighborhood-map-module .neighborhood-map-right {
    margin: 0 auto 30px;
    padding: 0 60px 28px;
    text-align: center;
}

    .neighborhood-map-module .neighborhood-map-right h2 {
        color: #bcc155;
        margin-top: 23px;
        font-size: 36px;
    }

    .neighborhood-map-module .neighborhood-map-right p {
        font-family: Montserrat, sans-serif;
        max-width: 60%;
        font-size: 12px;
        line-height: 22px;
        color: #6d614e;
        margin: 3px auto 0;
    }

.neighborhood-filter {
    text-align: center;
    color: #6d614e;
    padding: 0 20px;
    height: 660px;
    width: 15%;
    display: inline-block;
    position: relative;
    vertical-align: top;
    float: left;
    min-width: 215px;
}

    .neighborhood-filter h3 {
        font-size: 26px;
        font-weight: 300;
        margin-bottom: 20px;
    }

    .neighborhood-filter form {
        width: 100%;
        max-width: 540px;
        display: inline-block;
        margin: auto 0;
    }

        .neighborhood-filter form input[type="reset"] {
            -webkit-appearance: none;
            -moz-appearance: none;
            appearance: none;
            background: none;
            color: #534939;
            font-weight: bold;
            font-size: 13px;
            text-decoration: underline;
            outline: 0;
            border: 0;
        }

    .neighborhood-filter .btmap {
        font-size: 11px;
        line-height: 14px;
        padding: 14px 20px;
    }

    .neighborhood-filter .btmap:focus {
        text-decoration: none;
    }

.three-col-form {
    webkit-columns: 1;
    -moz-columns: 1;
    -o-columns: 1;
    columns: 1;
    text-align: left;
    margin-bottom: 20px;
}

@media all and (max-width: 650px) {
    .three-col-form {
        -webkit-columns: 2;
        -moz-columns: 2;
        -o-columns: 2;
        columns: 2;
    }
}

@media all and (max-width: 480px) {
    .three-col-form {
        -webkit-columns: 1;
        -moz-columns: 1;
        -o-columns: 1;
        columns: 1;
    }
}

.three-col-form label {
    display: block;
    cursor: pointer;
    padding-left: 10px;
    position: relative;
    font-size: 16px;
}

.three-col-form input[type=checkbox] {
    visibility: hidden;
}

.map-filter {
    margin: 0 -20px;
    padding: 10px 20px;
}

.filter-bullet:before {
    content: "";
    cursor: pointer;
    display: inline-block;
    width: 12px;
    height: 12px;
    position: relative;
    left: -5px;
    top: 1px;
    visibility: visible;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.three-col-form input[type=checkbox] + span {
    display: inline-block;
    width: 6px;
    height: 6px;
    background: #fff;
    position: absolute;
    top: 10px;
    left: 8px;
    margin-top: -1px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.cat-id-1:before {
    background-color: #777BC4 !important;
}

.mobile-filters li {
    margin-bottom: 3px;
}

    .mobile-filters li[data-catid="1"] {
        background-color: #777BC4 !important;
    }

.map-filter[filter-on-id='1'] {
    background-color: #777BC4 !important;
    color: #fff;
}

.cat-id-2:before {
    background-color: #3092c5 !important;
}

.mobile-filters li[data-catid="2"] {
    background-color: #3092c5 !important;
}

.map-filter[filter-on-id='2'] {
    background-color: #3092c5 !important;
    color: #fff;
}

.cat-id-3:before {
    background-color: #B3832F !important;
}

.mobile-filters li[data-catid="3"] {
    background-color: #B3832F !important;
}

.map-filter[filter-on-id='3'] {
    background-color: #B3832F !important;
    color: #fff;
}

.cat-id-5:before {
    background-color: #94B950 !important;
}

.mobile-filters li[data-catid="5"] {
    background-color: #94B950 !important;
}

.map-filter[filter-on-id='5'] {
    background-color: #94B950 !important;
    color: #fff;
}

.cat-id-6:before {
    background-color: #53B383 !important;
}

.mobile-filters li[data-catid="6"] {
    background-color: #53B383 !important;
}

.map-filter[filter-on-id='6'] {
    background-color: #53B383 !important;
    color: #fff;
}

.cat-id-7:before {
    background-color: #574C3A !important;
}

.mobile-filters li[data-catid="7"] {
    background-color: #574C3A !important;
}

.map-filter[filter-on-id='7'] {
    background-color: #574C3A !important;
    color: #fff;
}

.cat-id-8:before {
    background-color: #8C3639 !important;
}

.mobile-filters li[data-catid="8"] {
    background-color: #8C3639 !important;
}

.map-filter[filter-on-id='8'] {
    background-color: #8C3639 !important;
    color: #fff;
}

.cat-id-9:before {
    background-color: #676767 !important;
}

.mobile-filters li[data-catid="9"] {
    background-color: #676767 !important;
}

.map-filter[filter-on-id='9'] {
    background-color: #676767 !important;
    color: #fff;
}

.cat-id-10:before {
    background-color: #A6419D !important;
}

.mobile-filters li[data-catid="10"] {
    background-color: #A6419D !important;
}

.map-filter[filter-on-id='10'] {
    background-color: #A6419D !important;
    color: #fff;
}

.cat-id-11:before {
    background-color: #0F5F92 !important;
}

.mobile-filters li[data-catid="11"] {
    background-color: #0F5F92 !important;
}

.map-filter[filter-on-id='11'] {
    background-color: #0F5F92 !important;
    color: #fff;
}

.cat-id-12:before {
    background-color: #B2E1D1 !important;
}

.mobile-filters li[data-catid="12"] {
    background-color: #B2E1D1 !important;
}

.map-filter[filter-on-id='12'] {
    background-color: #B2E1D1 !important;
    color: #fff;
}

.cat-id-15:before {
    background-color: #95b5c5 !important;
}

.mobile-filters li[data-catid="15"] {
    background-color: #95b5c5 !important;
}

.map-filter[filter-on-id='15'] {
    background-color: #95b5c5 !important;
    color: #fff;
}

.mobile-filters label {
    cursor: pointer;
    margin: 0;
}

.mobile-map-filter {
    visibility: hidden;
    position: absolute;
}

.mobile-filter-bullet {
    display: none;
    width: 6px;
    height: 6px;
    background: #fff;
    position: absolute;
    top: 50%;
    margin-top: -3px;
    margin-left: -12px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.icon-large {
    display: inline-block;
    color: white;
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    border-radius: 50%;
    text-shadow: -1px 1px 1px rgba(0, 0, 0, 0.3);
    padding: 15px 15px;
    border: 1px solid #b3b674;
    text-transform: uppercase;
    font-size: 40px;
    background: #bcc155;
}

.walkscore {
    display: table;
    margin: 46px auto 0
}

    .walkscore .icon-large {
        float: left;
        padding: 16px 0;
        text-align: center;
        width: 65px;
        position: relative;
        z-index: 9990;
    }

    .walkscore .walkscore-content {
        display: block;
        float: left;
        width: 270px;
        margin: 0 0 0 -54px;
        padding: 13px 15px 12px 66px;
        background: #edefeb;
        position: relative;
        border-radius: 16px;
        text-align: left;
        z-index: 0;
    }

        .walkscore .walkscore-content .walkscore-title {
            color: #a09482;
            font-family: 'Open Sans', sans-serif;
            font-size: 11px;
            text-transform: uppercase;
            font-weight: 500;
            margin-bottom: 2px;
        }

@media (max-width: 1070px) {
}

.walkscore .walkscore-content .walkscore-result {
    font-family: 'Open Sans', sans-serif;
    color: #6d614e;
    font-size: 21px;
    margin-top: 8px;
}

.walkscore .walkscore-content .view-map-link {
    float: right;
    margin-right: 22px;
    color: #a09482;
    text-decoration: underline;
    text-transform: lowercase;
    font-size: 12px;
}

    .walkscore .walkscore-content .view-map-link:hover {
        color: #9A9E46;
        font-weight: 600;
    }

.three-col {
    width: 33%;
    float: left;
}

.footer-amenities-module {
    background: #CAD0C2;
    padding: 7px 0;
    width: 100%;
    border-top: 10px solid #EDEFEB;
    color: #6d614e;
    display: table;
}

    .footer-amenities-module h2 {
        font-size: 28px;
        line-height: 33px;
        margin-bottom: 14px;
    }

    .footer-amenities-module .three-col {
        display: table-cell;
        float: none;
        padding: 13px 4% 22px;
        vertical-align: top;
        position: relative;
    }

    .footer-amenities-module .fa-star {
        font-size: 20px;
    }

    .footer-amenities-module .left-border:before {
        content: '';
        border-left: 3px solid #000;
        position: absolute;
        height: 76%;
        left: 0;
        top: 8%;
    }

    .footer-amenities-module .center {
        text-align: center;
    }

    .footer-amenities-module .table {
        display: table;
        margin: 0 auto;
        max-width: 230px;
    }

    .footer-amenities-module .table-cell {
        display: table-cell;
        vertical-align: middle;
    }

    .footer-amenities-module .img-cell {
        width: 80px;
        text-align: left;
    }

    .footer-amenities-module .find-list {
        margin: 0 auto;
    }

        .footer-amenities-module .find-list.narrow {
            max-width: 310px;
        }

        .footer-amenities-module .find-list.wide {
            max-width: 370px;
        }

.award-row {
    display: table;
}

    .award-row:first-of-type {
        padding-top: 6px;
    }

    .award-row:not(:first-of-type) {
        margin-top: 20px;
    }

.award-col {
    display: table-cell;
    vertical-align: middle;
    padding: 0 8px 0 4px;
    font-family: Montserrat, sans-serif;
    font-size: 13px;
    font-weight: 700;
}

    .award-col p {
        font-weight: normal;
        font-size: 11px;
        text-transform: uppercase;
    }

.award-circle {
    background: white;
    width: 130px;
    height: 130px;
    margin: 10px 5px;
    display: inline-block;
    border-radius: 65px;
    vertical-align: middle;
}

    .award-circle img {
        margin: 15px 0 8px 0;
    }

    .award-circle .award-circle-title {
        font-size: 16px;
        font-weight: 900;
        text-transform: uppercase;
        margin-bottom: 5px;
    }

    .award-circle .award-circle-text p {
        color: #bcc155;
        font-size: 10px;
        font-weight: 900;
        line-height: 11px;
        margin-bottom: 10px;
    }

    .award-circle .award-circle-date {
        font-weight: 900;
        font-size: 12px;
    }

.footer-amenities-link {
    display: block;
    width: 100%;
    background: #bcc155;
    border-radius: 26px;
    text-align: center;
    padding: 17px 0;
    color: #6d614e;
    /*font-weight: 900;*/
    font-size: 13px;
    font-family: Montserrat, sans-serif;
    text-transform: uppercase;
    vertical-align: middle !important;
    box-shadow: 2px 3px 17px 0 rgba(0, 0, 0, .29);
}

    .footer-amenities-link img {
    }

    .footer-amenities-link h2 {
        font-size: 28px;
        color: white;
        line-height: 32px;
        padding-top: 18px;
        padding-bottom: 5px;
    }

    .footer-amenities-link:hover {
        color: #fff;
    }

.footer-related-module {
    background: url('../img/related-background.png') no-repeat center center;
    background-size: cover;
    text-align: center;
    font-family: Lato, sans-serif;
    color: #6d614e;
    padding-bottom: 25px;
    overflow: hidden;
}

    .footer-related-module h2 {
        font-family: Montserrat, sans-serif;
        font-size: 21px;
        font-weight: 900;
        padding: 50px 0 20px;
        line-height: 30px;
    }

    .footer-related-module .cross-link {
        display: inline-block;
        width: 500px;
        text-align: left;
        padding: 7px 0;
        font-family: Montserrat, sans-serif;
        font-size: 14px;
        font-weight: 900;
        max-width: 100%;
    }

        .footer-related-module .cross-link a {
            color: #6d614e;
        }

        .footer-related-module .cross-link span {
            color: #979d24;
        }

    .footer-related-module .left {
        float: right;
        margin-right: 50px;
    }

    .footer-related-module .right {
        float: left;
        margin-left: 50px;
    }

@media all and (max-width: 1250px) {
    .footer-related-module .cross-link {
        display: inline-block;
        margin: 0 auto;
        text-align: left;
    }

    .footer-related-module .left,
    .footer-related-module .right {
        float: none;
        margin: 0;
    }
}

@media all and (max-width: 1070px) {
    .footer-related-module .cross-link {
        display: block;
        margin: 0 auto;
        padding: 7px 30px;
        text-align: center;
    }
}

.find-list li {
    position: relative;
    display: inline-block;
    margin: 0 3px 8px 5px;
}


.find-list .comm-social-icon a {
    display: inline-block;
    width: 42px;
    height: 42px;
    border-radius: 50%;
    background-color: #fff;
    box-shadow: 4px 1px 8px 0 rgba(0, 0, 0, 0.22);
    -moz-box-shadow: 4px 1px 8px 0 rgba(0, 0, 0, 0.22);
    -webkit-box-shadow: 4px 1px 8px 0 rgba(0, 0, 0, 0.22);
    padding: 13px;
    font-size: 16px;
}

.find-list .long-social-icon {
    position: absolute;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: #fff;
    box-shadow: 4px 1px 8px 0 rgba(0, 0, 0, 0.22);
    padding: 15px;
    font-size: 18px;
    z-index: 9999;
}

.find-list li.long {
    width: 170px;
    height: 24px;
}

    .find-list li.long img {
        position: absolute;
        left: 0;
        top: 0;
        z-index: 10;
    }

    .find-list li.long a:hover .find-reviewed {
        background: #797e12;
    }

        .find-list li.long a:hover .find-reviewed .review-content {
            color: #bcc155;
        }

.find-list li .find-reviewed {
    position: absolute;
    left: 0;
    top: 0;
    width: 170px;
    height: 50px;
    padding: 5px 0 0 57px;
    background: #bcc155;
    border-radius: 25px;
    text-align: left;
}

    .find-list li .find-reviewed .review-title {
        font-family: 'Open Sans', sans-serif;
        font-size: 11px;
        line-height: 11px;
        color: white;
        font-weight: bold;
        text-transform: uppercase;
        margin-bottom: 3px;
    }

    .find-list li .find-reviewed .review-content {
        font-family: 'Open Sans', sans-serif;
        font-size: 7px;
        line-height: 7px;
        font-weight: bold;
        text-transform: uppercase;
        color: #6d614e;
    }

.community-text-module {
    margin: 40px 0 32px 0;
    padding-top: 78px;
}

.container-fluid .community-text-module {
    padding-top: 44px;
}

    .community-text-module h1 {
        color: #6d614e;
        text-align: center;
        font-size: 31px;
        line-height: 38px;
        padding: 10px 0;
    }

    .community-text-module .heading-content {
        padding: 0 14%;
    }

.heading-content p {
    font-family: Montserrat, sans-serif;
    font-size: 12px;
    line-height: 22px;
}

.community-text-module-small {
    margin: 32px 0 32px 0;
}

    .community-text-module-small h1 {
        font-size: 31px;
        line-height: 40px;
        color: #6d614e;
        text-align: center;
    }

.floorplan-popup .fancybox-close {
    right: 10%;
    left: auto;
    top: -35px;
}

.floorplan-full {
    text-align: center !important;
}

    .floorplan-full .expand-floorplan {
        max-width: 75%;
        margin: 0 auto;
        display: inline-block;
    }

    .floorplan-full p {
        color: #9E9683;
        font-weight: bold;
        font-size: 15px;
    }

    .floorplan-full .disclaimer {
        width: 100%;
    }

    .floorplan-full .apartment-details {
        color: #9E9683;
        margin-top: 10px;
    }

    .floorplan-full .print-share {
        display: inline-block;
        text-align: center;
        margin: 20px 10px;
        font-size: 13px;
        color: #9d927f;
        font-weight: 900;
    }

        .floorplan-full .print-share img {
            transition: all 0.2s ease;
            margin-bottom: 5px;
        }

        .floorplan-full .print-share:hover {
            text-decoration: none;
        }

            .floorplan-full .print-share:hover img {
                position: relative;
            }

    .floorplan-full h2 {
        font-size: 35px;
        font-weight: 300;
        color: #6d614e;
    }

    .floorplan-full .expand-list {
        display: inline-block;
        width: 100%;
    }

        .floorplan-full .expand-list li {
            float: none;
            width: auto;
            list-style: disc;
            list-style-position: inside;
            border: 0;
            padding: 10px 0;
            color: #9d927f;
            font-size: 17px;
        }

    .floorplan-full .button {
        position: static;
        margin: 20px 0;
    }

    .floorplan-full .zoom {
        font-family: 'Helvetica', sans-serif;
        font-size: 12px;
        font-weight: bold;
        color: #bcc155;
        margin: 0 auto 20px auto;
        display: inline-block;
    }

        .floorplan-full .zoom:hover {
            text-decoration: none;
        }

        .floorplan-full .zoom img {
            vertical-align: middle;
            margin-right: 10px;
        }

.community-floorplans-slider div a.button,
.community-floorplans-slider2 div a.button {
    font-size: 11px;
    padding: 17px 20px;
}

.community-floorplans-slider div.studio,
.community-floorplans-slider2 div.studio {
    background: #386181;
    border-bottom: 10px solid #1d415a;
}

.community-floorplans-slider div.bd-1,
.community-floorplans-slider2 div.bd-1 {
    background: #989876;
    border-bottom: 10px solid #727359;
}

.community-floorplans-slider div.bd-2,
.community-floorplans-slider2 div.bd-2 {
    background: #688643;
    border-bottom: 10px solid #355211;
}

.community-floorplans-slider div.bd-3,
.community-floorplans-slider2 div.bd-3 {
    background: #6d6677;
    border-bottom: 10px solid #4b4454;
}

.community-floorplans-slider div.bd-4,
.community-floorplans-slider2 div.bd-4 {
    background: #4e6432;
    border-bottom: 10px solid #1a2808;
}

.community-floorplans-slider div.bd-5,
.community-floorplans-slider2 div.bd-5 {
    background: #544e5c;
    border-bottom: 10px solid #322d38;
}

.button.studio,
.floorplans-group-title.studio,
.floorplans-group.studios li > a.button {
    background: #6189A9;
    border: 1px solid rgba(255, 255, 255, 0.2);
    background: -moz-linear-gradient(top, #6189a9 0%, #52728c 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #6189a9), color-stop(100%, #52728c));
    background: -webkit-linear-gradient(top, #6189a9 0%, #52728c 100%);
    background: -o-linear-gradient(top, #6189a9 0%, #52728c 100%);
    background: -ms-linear-gradient(top, #6189a9 0%, #52728c 100%);
    background: linear-gradient(to bottom, #6189a9 0%, #52728c 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#6189A9', endColorstr='#52728C', GradientType=0);
}

    .button.studio:hover,
    .floorplans-group-title.studio:hover,
    .floorplans-group.studios li > a.button:hover {
        background: #52728C;
        border: 1px solid rgba(255, 255, 255, 0.2);
    }

.button.bd-1,
.floorplans-group-title.bd-1,
.floorplans-group.bd-1 li > a.button {
    background: #C2C3A6;
    border: 1px solid rgba(255, 255, 255, 0.2);
    background: -moz-linear-gradient(top, #c2c3a6 0%, #9f9e89 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #c2c3a6), color-stop(100%, #9f9e89));
    background: -webkit-linear-gradient(top, #c2c3a6 0%, #9f9e89 100%);
    background: -o-linear-gradient(top, #c2c3a6 0%, #9f9e89 100%);
    background: -ms-linear-gradient(top, #c2c3a6 0%, #9f9e89 100%);
    background: linear-gradient(to bottom, #c2c3a6 0%, #9f9e89 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#C2C3A6', endColorstr='#9F9E89', GradientType=0);
}

    .button.bd-1:hover,
    .floorplans-group-title.bd-1:hover,
    .floorplans-group.bd-1 li > a.button:hover {
        border: 1px solid rgba(255, 255, 255, 0.2);
        background: #9F9E89;
    }

.button.bd-2,
.floorplans-group-title.bd-2,
.floorplans-group.bd-2 li > a.button {
    background: #829E61;
    border: 1px solid rgba(255, 255, 255, 0.2);
    background: -moz-linear-gradient(top, #829e61 0%, #69824e 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #829e61), color-stop(100%, #69824e));
    background: -webkit-linear-gradient(top, #829e61 0%, #69824e 100%);
    background: -o-linear-gradient(top, #829e61 0%, #69824e 100%);
    background: -ms-linear-gradient(top, #829e61 0%, #69824e 100%);
    background: linear-gradient(to bottom, #829e61 0%, #69824e 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#829E61', endColorstr='#69824E', GradientType=0);
}

    .button.bd-2:hover,
    .floorplans-group-title.bd-2:hover,
    .floorplans-group.bd-2 li > a.button:hover {
        border: 1px solid rgba(255, 255, 255, 0.2);
        background: #69824E;
    }

.button.bd-3,
.floorplans-group-title.bd-3,
.floorplans-group.bd-3 li > a.button {
    background: #9A9CC4;
    border: 1px solid rgba(255, 255, 255, 0.2);
    background: -moz-linear-gradient(top, #9a9cc4 0%, #7d7ea0 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #9a9cc4), color-stop(100%, #7d7ea0));
    background: -webkit-linear-gradient(top, #9a9cc4 0%, #7d7ea0 100%);
    background: -o-linear-gradient(top, #9a9cc4 0%, #7d7ea0 100%);
    background: -ms-linear-gradient(top, #9a9cc4 0%, #7d7ea0 100%);
    background: linear-gradient(to bottom, #9a9cc4 0%, #7d7ea0 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#9A9CC4', endColorstr='#7D7EA0', GradientType=0);
}

    .button.bd-3:hover,
    .floorplans-group-title.bd-3:hover,
    .floorplans-group.bd-3 li > a.button:hover {
        background: #7D7EA0;
        border: 1px solid rgba(255, 255, 255, 0.2);
    }

.button.bd-4,
.floorplans-group-title.bd-4,
.floorplans-group.bd-4 li > a.button {
    background: #829E61;
    border: 1px solid rgba(255, 255, 255, 0.2);
    background: -moz-linear-gradient(top, #829e61 0%, #69824e 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #829e61), color-stop(100%, #69824e));
    background: -webkit-linear-gradient(top, #829e61 0%, #69824e 100%);
    background: -o-linear-gradient(top, #829e61 0%, #69824e 100%);
    background: -ms-linear-gradient(top, #829e61 0%, #69824e 100%);
    background: linear-gradient(to bottom, #829e61 0%, #69824e 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#829E61', endColorstr='#69824E', GradientType=0);
}

    .button.bd-4:hover,
    .floorplans-group-title.bd-4:hover,
    .floorplans-group.bd-4 li > a.button:hover {
        border: 1px solid rgba(255, 255, 255, 0.2);
        background: #69824E;
    }

.button.bd-5,
.floorplans-group-title.bd-5,
.floorplans-group.bd-5 li > a.button {
    background: #9A9CC4;
    border: 1px solid rgba(255, 255, 255, 0.2);
    background: -moz-linear-gradient(top, #9a9cc4 0%, #7d7ea0 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #9a9cc4), color-stop(100%, #7d7ea0));
    background: -webkit-linear-gradient(top, #9a9cc4 0%, #7d7ea0 100%);
    background: -o-linear-gradient(top, #9a9cc4 0%, #7d7ea0 100%);
    background: -ms-linear-gradient(top, #9a9cc4 0%, #7d7ea0 100%);
    background: linear-gradient(to bottom, #9a9cc4 0%, #7d7ea0 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#9A9CC4', endColorstr='#7D7EA0', GradientType=0);
}

    .button.bd-5:hover,
    .floorplans-group-title.bd-5:hover,
    .floorplans-group.bd-5 li > a.button:hover {
        background: #7D7EA0;
        border: 1px solid rgba(255, 255, 255, 0.2);
    }

.floorplans-group {
    margin: 0 0 20px 0;
}

    .floorplans-group.hidden {
        display: none;
    }

    .floorplans-group.studios > li {
        background: #386181;
        box-shadow: inset 0 0 0 2px #1d415a;
    }

    .floorplans-group.bd-1 > li {
        background: #989876;
        box-shadow: inset 0 0 0 2px #727359;
    }

    .floorplans-group.bd-2 > li {
        background: #688643;
        box-shadow: inset 0 0 0 2px #355211;
    }

    .floorplans-group.bd-3 > li {
        background: #6d6677;
        box-shadow: inset 0 0 0 2px #4b4454;
    }

    .floorplans-group.bd-4 > li {
        background: #4e6432;
        box-shadow: inset 0 0 0 2px #1a2808;
    }

    .floorplans-group.bd-5 > li {
        background: #544e5c;
        box-shadow: inset 0 0 0 2px #322d38;
    }

.floorplans-group-title {
    color: white;
    display: block;
    max-width: 145px;
    margin: 20px 0 2px 5px;
    text-align: center;
    padding: 9px 0;
    border-radius: 3px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    border-radius: 5px;
    font-size: 12px;
    text-shadow: -1px 1px 1px rgba(0, 0, 0, 0.1);
}

    .floorplans-group-title.hidden {
        display: none;
    }

.community-floorplans-slider,
.community-floorplans-slider2 {
    overflow: hidden;
    position: relative;
}

    .community-floorplans-slider .button img,
    .community-floorplans-slider2 .button img {
        max-width: none;
        width: auto;
        display: inline-block;
    }

    .community-floorplans-slider .flex-direction-nav .flex-prev,
    .community-floorplans-slider2 .flex-direction-nav .flex-prev {
        background: url('../img/sliderl.png');
        width: 20px;
        height: 45px;
        margin-top: -22px;
        left: 0;
    }

    .community-floorplans-slider .flex-direction-nav .flex-next,
    .community-floorplans-slider2 .flex-direction-nav .flex-next {
        background: url('../img/sliderr.png');
        width: 20px;
        height: 45px;
        margin-top: -22px;
        right: 0;
    }

    .community-floorplans-slider ul li div.bd-4 p,
    .community-floorplans-slider2 ul li div.bd-4 p,
    .community-floorplans-slider ul li div.bd-5 p,
    .community-floorplans-slider2 ul li div.bd-5 p {
        color: white;
    }

    .community-floorplans-slider ul li,
    .community-floorplans-slider2 ul li {
        text-align: center;
    }

        .community-floorplans-slider ul li div,
        .community-floorplans-slider2 ul li div {
            width: 24.85%;
            margin-right: 0.2%;
            display: inline-block;
            text-align: center;
            padding: 30px 20px;
        }

            .community-floorplans-slider ul li div:last-child,
            .community-floorplans-slider2 ul li div:last-child {
                margin-right: 0;
            }

            .community-floorplans-slider ul li div.hover p,
            .community-floorplans-slider2 ul li div.hover p {
                color: white;
            }

            .community-floorplans-slider ul li div.hover h2,
            .community-floorplans-slider2 ul li div.hover h2 {
                color: white;
            }

            .community-floorplans-slider ul li div p,
            .community-floorplans-slider2 ul li div p {
                color: white;
                font-weight: bold;
                font-size: 15px;
                margin-top: 15px;
            }

            .community-floorplans-slider ul li div .button,
            .community-floorplans-slider2 ul li div .button {
                margin-top: 15px;
            }

    .community-floorplans-slider h2,
    .community-floorplans-slider2 h2 {
        color: white;
        font-size: 30px;
        line-height: 30px;
    }

.community-floorplans-list h2 {
    color: white;
    font-family: 'Open Sans', sans-serif;
    font-size: 21px;
    line-height: 20px;
}

.community-floorplans-slider2 {
    display: none;
}

    .community-floorplans-slider2 ul li div {
        width: 100%;
    }

.floorplans-group li:nth-child(4n) {
    margin-right: 0;
}

.filter {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(65, 58, 47, 0.9);
    z-index: 2000;
    display: none;
}

.community-floorplans-list a.view-all {
    text-align: center;
    text-decoration: underline;
    color: #8D8D8D;
    margin-top: 20px;
    font-weight: bold;
    display: none;
}

    .community-floorplans-list a.view-all.visible {
        display: block;
    }

    .community-floorplans-list a.view-all:hover {
        color: #747474;
    }

.community-floorplans-list ul li {
    width: calc((100% - 3px)/4);
    float: left;
    border: 1px solid #EEEEEC;
    padding: 25px 25px 25px 25px;
    position: relative;
    margin-right: 1px;
    margin-bottom: 27px;
}

    .community-floorplans-list ul li.open {
        padding-left: 20px;
        padding-bottom: 20px;
        z-index: 7000;
        border: 0;
        width: 80%;
        position: absolute;
        top: 0;
        left: 0;
        max-height: 100px;
    }

        .community-floorplans-list ul li.open.studio {
            background: #386181;
        }

        .community-floorplans-list ul li.open.bd-1 {
            background: #989876;
        }

        .community-floorplans-list ul li.open.bd-2 {
            background: #688643;
        }

        .community-floorplans-list ul li.open.bd-3 {
            background: #6d6677;
        }

        .community-floorplans-list ul li.open.bd-4 {
            background: #4e6432;
        }

        .community-floorplans-list ul li.open.bd-5 {
            background: #544e5c;
        }

        .community-floorplans-list ul li.open h2 {
            color: white;
        }

        .community-floorplans-list ul li.open p {
            color: white;
        }

        .community-floorplans-list ul li.open > .apartment-details {
            display: none;
        }

    .community-floorplans-list ul li .expand.full {
        position: fixed;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
    }

        .community-floorplans-list ul li .expand.full .full-content-container {
            max-width: 750px;
            margin: 0 auto;
            position: relative;
        }

        .community-floorplans-list ul li .expand.full .full-content {
            display: block;
        }

            .community-floorplans-list ul li .expand.full .full-content h2 {
                color: #6d614e;
            }

        .community-floorplans-list ul li .expand.full .expand-floorplan {
            min-width: 400px;
        }

        .community-floorplans-list ul li .expand.full h2,
        .community-floorplans-list ul li .expand.full .zoom,
        .community-floorplans-list ul li .expand.full .expand-list {
            display: none;
        }

        .community-floorplans-list ul li .expand.full .close-full {
            display: inline-block;
            margin-top: 50px;
        }

    .community-floorplans-list ul li .full-content {
        display: none;
    }

    .community-floorplans-list ul li .expand {
        background: white;
        display: block;
        width: 100%;
        position: absolute;
        top: 100%;
        z-index: 6000;
        left: 0;
        padding: 75px 50px 30px 50px;
        display: none;
    }

        .community-floorplans-list ul li .expand .flex-direction-nav {
            position: absolute;
            top: 50%;
            width: 50%;
            left: 0;
        }

            .community-floorplans-list ul li .expand .flex-direction-nav li {
                width: auto;
                float: none;
            }

            .community-floorplans-list ul li .expand .flex-direction-nav a {
                width: 31px;
                height: 30px;
                background-size: 100% !important;
            }

            .community-floorplans-list ul li .expand .flex-direction-nav .flex-prev {
                left: 20px;
            }

            .community-floorplans-list ul li .expand .flex-direction-nav .flex-next {
                right: 30px;
            }

        .community-floorplans-list ul li .expand ul li {
            border: none;
            padding: 0;
        }

        .community-floorplans-list ul li .expand .left,
        .community-floorplans-list ul li .expand .right {
            width: 50%;
            float: left;
        }

        .community-floorplans-list ul li .expand .left {
            padding: 0 10px;
        }

            .community-floorplans-list ul li .expand .left > img {
                width: 80%;
            }

        .community-floorplans-list ul li .expand .disclaimer {
            margin: 10px 0 0 0;
            text-align: left !important;
            width: 100%;
        }

        .community-floorplans-list ul li .expand .apartment-details {
            color: #9E9683;
        }

        .community-floorplans-list ul li .expand .print-share {
            display: inline-block;
            text-align: center;
            margin: 20px 10px;
            font-size: 13px;
            color: #9d927f;
            font-weight: 900;
        }

            .community-floorplans-list ul li .expand .print-share img {
                transition: all 0.2s ease;
                margin-bottom: 5px;
            }

            .community-floorplans-list ul li .expand .print-share:hover {
                text-decoration: none;
            }

                .community-floorplans-list ul li .expand .print-share:hover img {
                    position: relative;
                }

        .community-floorplans-list ul li .expand h2 {
            font-size: 35px;
            font-weight: 300;
            margin: 25px 0;
            color: #6d614e;
        }

        .community-floorplans-list ul li .expand .expand-list {
            display: inline-block;
            width: 100%;
        }

            .community-floorplans-list ul li .expand .expand-list li {
                float: none;
                width: auto;
                list-style: disc;
                list-style-position: outside;
                border: 0;
                margin: 0;
                margin-left: 20px;
                padding: 3px 0;
                color: #9d927f;
                font-size: 17px;
                line-height: 22px;
            }

        .community-floorplans-list ul li .expand .button {
            position: static;
            margin: 20px 0;
        }

        .community-floorplans-list ul li .expand .zoom {
            font-family: 'Helvetica', sans-serif;
            font-size: 12px;
            font-weight: bold;
            color: #bcc155;
            margin: 0 auto 20px auto;
            display: inline-block;
        }

            .community-floorplans-list ul li .expand .zoom:hover {
                text-decoration: none;
            }

            .community-floorplans-list ul li .expand .zoom img {
                vertical-align: middle;
                margin-right: 10px;
            }

    .community-floorplans-list ul li .expand-close {
        position: absolute;
        bottom: 0;
        right: 0;
        background: rgba(0, 0, 0, 0.2);
        padding: 10px 18px;
        cursor: pointer;
        color: white;
        text-decoration: none;
        font-size: 19px;
        display: none;
    }

    .community-floorplans-list ul li .close-full {
        z-index: 300;
        position: static;
        background: #a0a17f;
        padding: 10px 18px;
        cursor: pointer;
        color: white;
        text-decoration: none;
        font-size: 19px;
        display: none;
    }

    .community-floorplans-list ul li h2 {
        margin-bottom: 5px;
        font-weight: 500;
    }

    .community-floorplans-list ul li .floorplan-image {
        max-width: 170px;
        float: left;
        margin-right: 30px;
    }

    .community-floorplans-list ul li > .button {
        font-size: 10px;
        padding: 9px 22px;
        width: 100%;
        position: absolute;
        display: inline-block;
        top: 100%;
        -webkit-transform: translateY(-100%);
        -moz-transform: translateY(-100%);
        transform: translateY(-100%);
        left: 0;
        border-radius: 0;
        z-index: 20;
    }

        .community-floorplans-list ul li > .button.hide {
            display: none;
        }

    .community-floorplans-list ul li .apartment-details {
        font-size: 13px;
        margin-bottom: 5px;
    }

        .community-floorplans-list ul li .apartment-details img {
            position: relative;
            top: 2px;
            margin-right: 5px;
        }

    .community-floorplans-list ul li p {
        color: #8C8C8C;
        font-weight: bold;
        font-size: 15px;
    }

    .community-floorplans-list ul li > p {
        color: white;
    }

.community-gallery {
    width: 100%;
}

    .community-gallery .community-gallery-item {
        width: 32.333333333333336%;
        margin-right: 1.5%;
        margin-top: 1.5%;
        float: left;
    }

        .community-gallery .community-gallery-item:nth-child(3n) {
            margin-right: 0;
        }

        .community-gallery .community-gallery-item a {
            display: block;
            position: relative;
        }

            .community-gallery .community-gallery-item a:hover .filter {
                opacity: 1;
            }

            .community-gallery .community-gallery-item a .filter {
                position: absolute;
                top: 0;
                right: 0;
                bottom: 1px;
                left: 0;
                background: rgba(143, 143, 105, 0.8);
                transition: opacity 0.4s ease;
                opacity: 0;
                text-align: center;
                display: flex;
                align-items: center;
                justify-content: center;
            }

                .community-gallery .community-gallery-item a .filter h2 {
                    padding: 0 20px;
                    color: white;
                    font-size: 28px;
                    line-height: 35px;
                }

            .community-gallery .community-gallery-item a img {
                width: 100%;
            }

.community-gallery-popup .fancybox-close {
    top: -45px;
}

.community-gallery-popup .fancybox-title {
    text-align: center;
    padding: 20px 10px;
    font-size: 18px;
    line-height: 22px;
    font-family: 'Lato';
    color: #6D614E;
}

.community-gallery-popup .fancybox-nav span {
    width: 20px;
    height: 45px;
}

.community-gallery-popup .fancybox-next span {
    right: -25px;
    background: url('../img/sliderr.png');
}

.community-gallery-popup .fancybox-prev span {
    left: -25px;
    background: url('../img/sliderl.png');
}

.community-features {
    position: relative;
}

    .community-features .two-col {
        height: 100%;
    }

        .community-features .two-col:first-child {
            background: #a7a982;
            color: white;
            text-align: left;
            height: 100%;
            padding: 68px 50px 64px;
        }

        .community-features .two-col:nth-child(2) {
            position: absolute;
            top: 0;
            right: 0;
            bottom: 0;
            left: 50%;
            background-size: cover !important;
        }

    .community-features h1 {
        color: #6d614e;
        font-size: 31px;
        line-height: 28px;
        display: block;
        width: 100%;
        padding-bottom: 20px;
        border-bottom: 10px solid #90926b;
    }

    .community-features .community-features-content {
        width: 100%;
    }

    .community-features .two-column-list {
        padding-top: 25px;
    }

        .community-features .two-column-list li {
            font-size: 12px;
            margin-bottom: 6px;
        }

.ul {
    list-style: disc;
    list-style-position: outside;
}

    .ul li {
        font-size: 16px;
        line-height: 21px;
        margin-left: 18px;
    }

img[src*="gstatic.com/"],
img[src*="googleapis.com/"] {
    max-width: none;
}

.two-column-list {
    list-style: disc;
    list-style-position: outside;
    column-count: 2;
    column-gap: 20px;
    padding: 40px 0 20px 0;
}

    .two-column-list li {
        font-size: 16px;
        line-height: 21px;
        margin-bottom: 15px;
        margin-left: 18px;
    }

.community-amenities .two-col:first-child .double-height-image {
    width: 100%;
}

.community-amenities .two-col:nth-child(2) {
    padding: 65px 50px;
}

.community-amenities .content-divider {
    border-bottom: 10px solid #edefeb;
}

.community-amenities h2 {
    font-size: 31px;
    line-height: 28px;
    color: #6d614e;
}

.community-amenities .ul li {
    color: #737373;
    font-size: 12px;
    margin-bottom: 6px;
}

.community-amenities .community-amenities-list {
    margin-top: 30px;
}

    .community-amenities .community-amenities-list li {
        display: inline-block;
        margin: 0 0 5px 0;
        text-align: center;
        min-width: 120px;
        min-height: 100px;
        position: relative;
        vertical-align: top;
    }

        .community-amenities .community-amenities-list li p {
            color: #a09482;
            margin-top: 5px;
            font-weight: 900;
        }

.community-neighborhood-map-container {
    overflow: hidden;
    position: relative;
}

    .community-neighborhood-map-container .score-search {
        position: absolute;
        bottom: 30px;
        left: 0;
        margin: 0;
        width: 100%;
        text-align: center;
    }

        .community-neighborhood-map-container .score-search .neighborhood-search {
            display: inline-block;
            background: #a0a277;
            border-radius: 16px;
            padding: 10px 20px;
            text-align: left;
            margin-left: 3%;
            height: 65px;
        }

            .community-neighborhood-map-container .score-search .neighborhood-search input {
                width: 230px;
                margin: -1px 10px 4px 0;
                appearance: none;
                border: none;
                background: #a0a277;
                color: white;
                font-family: 'Open Sans', sans-serif;
                font-size: 21px;
                font-weight: 400;
                border-bottom: 1px solid white;
            }

                .community-neighborhood-map-container .score-search .neighborhood-search input:focus {
                    outline: none;
                }

                .community-neighborhood-map-container .score-search .neighborhood-search input::-webkit-input-placeholder {
                    color: white;
                }

                .community-neighborhood-map-container .score-search .neighborhood-search input:-moz-placeholder {
                    color: white;
                }

                .community-neighborhood-map-container .score-search .neighborhood-search input::-moz-placeholder {
                    color: white;
                }

                .community-neighborhood-map-container .score-search .neighborhood-search input:-ms-input-placeholder {
                    color: white;
                }

            .community-neighborhood-map-container .score-search .neighborhood-search p {
                color: #534939;
                font-family: 'Open Sans', sans-serif;
                font-size: 11px;
                text-transform: uppercase;
            }

            .community-neighborhood-map-container .score-search .neighborhood-search a.button-small {
                padding: 4px 10px 4px 13px;
                font-size: 22px;
                margin-top: 0;
                position: relative;
                bottom: 9px;
                border: 1px solid #fff;
                box-shadow: none;
                -moz-box-shadow: none;
                -webkit-box-shadow: none;
            }

        .community-neighborhood-map-container .score-search .walkscore {
            margin: 0 0 -22px 0;
            display: inline-block;
        }

            .community-neighborhood-map-container .score-search .walkscore .walkscore-content {
                text-align: left;
                background: #bcc155;
            }

                .community-neighborhood-map-container .score-search .walkscore .walkscore-content .walkscore-title {
                    color: white;
                }

                .community-neighborhood-map-container .score-search .walkscore .walkscore-content a {
                    color: white;
                }

    .community-neighborhood-map-container .neighborhood-legend {
        position: absolute;
        top: 40px;
        left: 0;
        z-index: 200;
        width: 100%;
        text-align: center;
        display: none;
    }

        .community-neighborhood-map-container .neighborhood-legend ul li {
            display: inline-block;
            position: relative;
            color: white;
            font-size: 13px;
            font-weight: bold;
            padding: 15px 20px 15px 45px;
        }

            .community-neighborhood-map-container .neighborhood-legend ul li img {
                position: absolute;
                left: -15px;
                top: -5px;
            }

            .community-neighborhood-map-container .neighborhood-legend ul li:nth-child(1) {
                background: #777BC4;
            }

            .community-neighborhood-map-container .neighborhood-legend ul li:nth-child(2) {
                background: #3092c5;
            }

            .community-neighborhood-map-container .neighborhood-legend ul li:nth-child(3) {
                background: #B3832F;
            }

            .community-neighborhood-map-container .neighborhood-legend ul li:nth-child(4) {
                background: #94B950;
            }

            .community-neighborhood-map-container .neighborhood-legend ul li:nth-child(5) {
                background: #53B383;
            }

            .community-neighborhood-map-container .neighborhood-legend ul li:nth-child(6) {
                background: #574C3A;
            }

    .community-neighborhood-map-container #community-neighborhood-map {
        min-height: 660px;
    }

.chat-now-button {
    background: #bcc155;
    color: white;
    font-family: 'Open Sans', sans-serif;
    font-size: 30px;
    font-weight: 300;
    padding: 10px 70px;
    margin: 40px 0 0 0;
    display: inline-block;
    border-radius: 25px;
}

    .chat-now-button img {
        vertical-align: top;
        margin-right: 15px;
    }

    .chat-now-button:hover {
        color: white;
        text-decoration: none;
        background: #8b8e77;
    }

.community-contact-bottom {
    text-align: center;
    float: left;
}

.office-hours-table {
    margin: 40px 0;
    border: 1px solid #edefeb;
    color: #9d927f;
}

    .office-hours-table .hours {
        width: 55%;
        float: left;
        padding: 40px 30px;
        text-align: left;
        border-right: 1px solid #edefeb;
    }

    .office-hours-table .terms-guidelines {
        text-align: left;
        width: 45%;
        float: left;
        padding: 40px 30px;
    }

    .office-hours-table p {
        font-size: 15px;
        font-weight: bold;
        margin: 0 0 10px 0;
    }

        .office-hours-table p.small {
            font-size: 13px;
        }

        .office-hours-table p .day {
            display: inline-block;
            min-width: 110px;
        }

        .office-hours-table p.office-hours-title {
            color: #6d614e;
            font-size: 25px;
            line-height: 30px;
            font-weight: bold;
            margin-bottom: 0;
            font-family: 'Open Sans', sans-serif;
        }

.community-contact {
    padding: 42px 20px;
}

    .community-contact h1 {
        color: #6d614e;
        margin-top: -7px;
        margin-bottom: 18px;
    }

    .community-contact p {
        color: #81856A;
        max-width: 400px;
    }

    .community-contact .community-contact-info {
        padding: 20px 0;
        vertical-align: middle;
        float: left;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-align-items: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-justify-content: center;
        -moz-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        border-bottom: 10px solid #edefeb;
    }

    .community-contact .two-col:nth-child(2) {
        padding: 0 10px 0 10px;
    }

        .community-contact .two-col:nth-child(2) .map-image {
            display: block !important;
            width: 190px;
            height: 190px;
            overflow: hidden;
            border-radius: 50%;
        }

        .community-contact .two-col:nth-child(2) .map-image-small {
            display: block !important;
            width: 125px;
            height: 190px;
            overflow: hidden;
            border-radius: 50%;
        }

        .community-contact .two-col:nth-child(2) .community-contact-details {
            position: relative;
            margin: 20px;
        }

            .community-contact .two-col:nth-child(2) .community-contact-details p {
                font-family: 'Open Sans', sans-serif;
                color: #9d927f;
                font-size: 30px;
                font-weight: 200;
                line-height: 32px;
                float: left;
                margin-left: 40px;
            }

            .community-contact .two-col:nth-child(2) .community-contact-details .map-link {
                color: #9d927f;
            }

                .community-contact .two-col:nth-child(2) .community-contact-details .map-link:hover {
                    text-decoration: none;
                    color: #6d614e;
                }

            .community-contact .two-col:nth-child(2) .community-contact-details img {
                top: 50%;
                margin-top: -15px;
                left: 0;
                position: absolute;
            }

    .community-contact .community-contact-form {
        background: #a0a277;
        max-width: 455px;
        margin: 0 auto;
        border-radius: 10px;
        padding: 30px;
    }

        .community-contact .community-contact-form label.error {
            margin-top: 5px;
            margin-bottom: 5px;
            color: red;
        }

        .community-contact .community-contact-form label {
            font-size: 13px;
            font-weight: bold;
            color: #534939;
            display: block;
            margin-top: 25px;
            text-transform: uppercase;
        }

            .community-contact .community-contact-form label:first-child {
                margin-top: 0;
            }

        .community-contact .community-contact-form textarea {
            margin: 10px 0;
            width: 100%;
            min-height: 125px;
            resize: none;
            background: none;
            border: 1px solid white;
            outline: 0;
            padding: 5px;
            color: white;
        }

            .community-contact .community-contact-form textarea::-webkit-input-placeholder {
                color: white;
            }

            .community-contact .community-contact-form textarea:-moz-placeholder {
                color: white;
            }

            .community-contact .community-contact-form textarea::-moz-placeholder {
                color: white;
            }

            .community-contact .community-contact-form textarea:-ms-input-placeholder {
                color: white;
            }

        .community-contact .community-contact-form .captcha-image {
            margin: 10px 0;
        }

            .community-contact .community-contact-form .captcha-image img {
                vertical-align: middle;
            }

            .community-contact .community-contact-form .captcha-image a {
                color: white;
                text-decoration: underline;
                font-size: 11px;
                margin: 0 10px;
            }

        .community-contact .community-contact-form select::-ms-expand {
            display: none;
        }

        .community-contact .community-contact-form select {
            display: block;
            background: url('../img/down-arrow-white.png') no-repeat 95% center;
            border: 0;
            width: 100%;
            padding: 0 !important;
            line-height: 30px;
            margin: 20px 0 0 0;
            color: white;
            border-bottom: 1px solid white;
            border-radius: 0;
            -webkit-appearance: none;
            -moz-appearance: none;
            appearance: none;
            font-family: 'Open Sans', sans-serif;
            font-size: 18px;
            font-weight: 300;
        }

            .community-contact .community-contact-form select option {
                padding: 0 !important;
                background: #a0a277;
            }

            .community-contact .community-contact-form select:hover {
                cursor: pointer;
            }

            .community-contact .community-contact-form select:focus {
                outline: 0;
            }

        .community-contact .community-contact-form input[type="text"],
        .community-contact .community-contact-form input[type="email"] {
            display: block;
            width: 100%;
            margin-top: 20px;
            background: none;
            outline: 0;
            border: 0;
            color: white;
            border-bottom: 1px solid white;
            font-family: 'Open Sans', sans-serif;
            font-size: 18px;
            font-weight: 300;
        }

            .community-contact .community-contact-form input[type="text"]::-webkit-input-placeholder,
            .community-contact .community-contact-form input[type="email"]::-webkit-input-placeholder {
                color: white;
            }

            .community-contact .community-contact-form input[type="text"]:-moz-placeholder,
            .community-contact .community-contact-form input[type="email"]:-moz-placeholder {
                color: white;
            }

            .community-contact .community-contact-form input[type="text"]::-moz-placeholder,
            .community-contact .community-contact-form input[type="email"]::-moz-placeholder {
                color: white;
            }

            .community-contact .community-contact-form input[type="text"]:-ms-input-placeholder,
            .community-contact .community-contact-form input[type="email"]:-ms-input-placeholder {
                color: white;
            }

        .community-contact .community-contact-form input.captcha-code {
            width: 80%;
            border: 1px solid white;
            padding: 8px;
            font-size: 14px;
            line-height: 18px;
        }

        .community-contact .community-contact-form input[type=submit] {
            display: inline-block;
            color: white;
            font-family: 'Montserrat', sans-serif;
            font-weight: 400;
            border-radius: 5px;
            text-shadow: -1px 1px 1px rgba(0, 0, 0, 0.3);
            padding: 17px 30px;
            margin: 25px 0 0 0;
            border: 1px solid #b3b674;
            text-transform: uppercase;
            font-size: 13px;
            background: #bcc155;
            background: -moz-linear-gradient(top, #bcc155 0%, #9a9e46 100%);
            background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #bcc155), color-stop(100%, #9a9e46));
            background: -webkit-linear-gradient(top, #bcc155 0%, #9a9e46 100%);
            background: -o-linear-gradient(top, #bcc155 0%, #9a9e46 100%);
            background: -ms-linear-gradient(top, #bcc155 0%, #9a9e46 100%);
            background: linear-gradient(to bottom, #bcc155 0%, #9a9e46 100%);
            filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#bcc155', endColorstr='#9a9e46', GradientType=0);
        }

            .community-contact .community-contact-form input[type=submit]:hover {
                background: #bcc155;
                text-decoration: none;
            }

        .community-contact .community-contact-form input[type="reset"] {
            display: inline-block;
            color: white;
            position: relative;
            font-family: 'Montserrat', sans-serif;
            font-weight: 200;
            border-radius: 5px;
            text-shadow: -1px 1px 1px rgba(0, 0, 0, 0.3);
            padding: 12px 20px;
            margin: 25px 0 0 15px;
            border: 1px solid #837c70;
            text-transform: uppercase;
            font-size: 10px;
            background: #6d614e;
            background: -moz-linear-gradient(top, #6d614e 0%, #595040 100%);
            background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #6d614e), color-stop(100%, #595040));
            background: -webkit-linear-gradient(top, #6d614e 0%, #595040 100%);
            background: -o-linear-gradient(top, #6d614e 0%, #595040 100%);
            background: -ms-linear-gradient(top, #6d614e 0%, #595040 100%);
            background: linear-gradient(to bottom, #6d614e 0%, #595040 100%);
            filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#6d614e', endColorstr='#595040', GradientType=0);
        }

            .community-contact .community-contact-form input[type="reset"]:focus {
                outline: 0;
            }

            .community-contact .community-contact-form input[type="reset"]:after {
                content: "";
                display: block;
                background: url('../img/right-arrow.png');
                width: 5px;
                height: 5px;
                z-index: 20;
                position: absolute;
                right: 0;
                top: 10px;
            }

            .community-contact .community-contact-form input[type="reset"]:hover {
                background: #6d614e;
                text-decoration: none;
            }

.community-residents {
    padding: 0 30px 32px;
    text-align: center;
}

    .community-residents h1 {
        color: #6d614e;
        line-height: 38px;
        margin: 20px 0;
    }

    .community-residents h3 {
        display: block;
        font-family: Montserrat, sans-serif;
        font-size: 24px;
        font-weight: 600;
        color: #9d927f;
        margin: 25px 0 25px 0;
    }

    .community-residents .services-container {
        max-width: 960px;
        margin: 68px auto 50px;
    }

        .community-residents .services-container .store-buttons {
            margin: 150px 0 0 0;
        }

        .community-residents .services-container img {
            margin-bottom: 20px;
        }

        .community-residents .services-container p {
            font-weight: 500;
            font-size: 12px;
            color: #9d927f;
        }

            .community-residents .services-container p a {
                color: #6d614e;
            }

    .community-residents .login-container {
        display: inline-block;
        padding: 35px 5% 30px;
        border-radius: 25px;
        box-shadow: 4px 3px 8px 0 rgba(0, 0, 0, 0.28);
        -moz-box-shadow: 4px 3px 8px 0 rgba(0, 0, 0, 0.28);
        -webkit-box-shadow: 4px 3px 8px 0 rgba(0, 0, 0, 0.28);
        position: relative;
    }

    .community-residents .login p {
        color: #6d614e;
        font-family: Montserrat, sans-serif;
        font-size: 18px;
    }

    .community-residents .login-container .button-rnd {
        width: 135px;
    }

    .community-residents .login-container .button-rnd:first-of-type {
        margin-right: 30px;
    }

    .community-residents .login-container a img {
        margin-left: 5px;
    }

.rsvp-slider {
    position: relative;
}

.community-rsvp-module {
    padding: 60px;
    background: #b9bdb0;
    position: relative;
    overflow: hidden;
}

    .community-rsvp-module .success {
        display: inline-block;
        margin: 10px 0;
        padding: 18px 30px;
        text-transform: uppercase;
        border-radius: 5px;
        background: #aaada4;
        color: white;
        font-size: 13px;
        font-family: 'Montserrat', sans-serif;
        text-shadow: -1px 1px 0 rgba(0, 0, 0, 0.3);
    }

    .community-rsvp-module .rsvp-form-button {
        color: #6d614e;
        font-family: 'Montserrat', sans-serif;
        text-transform: uppercase;
        font-size: 13px;
        margin-right: 5px;
    }

    .community-rsvp-module .rsvp-one,
    .community-rsvp-module .rsvp-two,
    .community-rsvp-module .rsvp-three {
        position: absolute;
        top: 0;
        width: 100%;
    }

    .community-rsvp-module .rsvp-one {
        padding: 60px;
        display: flex;
        justify-content: center;
        align-items: center;
        left: 0;
    }

    .community-rsvp-module .rsvp-two {
        display: flex;
        justify-content: center;
        align-items: center;
        left: 100%;
        height: 100%;
    }

    .community-rsvp-module .rsvp-three {
        display: flex;
        justify-content: center;
        align-items: center;
        left: 200%;
        height: 100%;
    }

    .community-rsvp-module h2 {
        color: #6d614e;
    }

    .community-rsvp-module p {
        color: white;
        font-size: 13px;
        line-height: 20px;
        font-weight: bold;
        padding-left: 40%;
    }

    .community-rsvp-module .rsvp-image {
        border-radius: 50%;
        margin-left: 60px;
        max-width: 80%;
    }

    .community-rsvp-module .rsvp-form {
        background: #a0a277;
        color: white;
        max-width: 450px;
        padding: 30px;
        margin-left: 60px;
        border-radius: 10px;
    }

        .community-rsvp-module .rsvp-form label.error {
            color: red;
            display: block;
            margin-top: 5px;
        }

        .community-rsvp-module .rsvp-form input[type="submit"] {
            display: inline-block;
            color: white;
            font-family: 'Montserrat', sans-serif;
            font-weight: 400;
            border-radius: 5px;
            text-shadow: -1px 1px 1px rgba(0, 0, 0, 0.3);
            padding: 17px 30px;
            margin: 25px 0 0 0;
            border: 1px solid #b3b674;
            text-transform: uppercase;
            font-size: 13px;
            background: #bcc155;
            background: -moz-linear-gradient(top, #bcc155 0%, #9a9e46 100%);
            background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #bcc155), color-stop(100%, #9a9e46));
            background: -webkit-linear-gradient(top, #bcc155 0%, #9a9e46 100%);
            background: -o-linear-gradient(top, #bcc155 0%, #9a9e46 100%);
            background: -ms-linear-gradient(top, #bcc155 0%, #9a9e46 100%);
            background: linear-gradient(to bottom, #bcc155 0%, #9a9e46 100%);
            filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#bcc155', endColorstr='#9a9e46', GradientType=0);
        }

            .community-rsvp-module .rsvp-form input[type="submit"]:hover {
                background: #bcc155;
                text-decoration: none;
            }

        .community-rsvp-module .rsvp-form input[type="text"] {
            width: 100%;
            display: block;
            margin-top: 20px;
            background: none;
            outline: 0;
            border: 0;
            color: white;
            border-bottom: 1px solid white;
            font-family: 'Open Sans', sans-serif;
            font-size: 18px;
            font-weight: 300;
        }

            .community-rsvp-module .rsvp-form input[type="text"]::-webkit-input-placeholder {
                color: white;
            }

            .community-rsvp-module .rsvp-form input[type="text"]:-moz-placeholder {
                color: white;
            }

            .community-rsvp-module .rsvp-form input[type="text"]::-moz-placeholder {
                color: white;
            }

            .community-rsvp-module .rsvp-form input[type="text"]:-ms-input-placeholder {
                color: white;
            }

            .community-rsvp-module .rsvp-form input[type="text"]:focus {
                outline: 0;
            }

            .community-rsvp-module .rsvp-form input[type="text"]:after {
                content: "";
                display: block;
                background: url('../img/right-arrow.png');
                width: 5px;
                height: 5px;
                z-index: 20;
                position: absolute;
                right: 0;
                top: 10px;
            }

.community-contact-success {
    display: none;
    color: white !important;
}

    .community-contact-success h2,
    .community-contact-success a,
    .community-contact-success p {
        color: white !important;
    }

.residents-icon {
    display: block;
    height: 80px;
    width: 80px;
    margin: 0 auto;
}

.pay-online {
    background: url('../img/pay-icon.png') no-repeat bottom center;
}

    .pay-online:hover {
        background-position: top center;
    }

.maintenance {
    background: url('../img/maintenance-icon.png') no-repeat bottom center;
}

    .maintenance:hover {
        background-position: top center;
    }

.technical-support {
    background: url('../img/technical-support-icon.png') no-repeat bottom center;
}

    .technical-support:hover {
        background-position: top center;
    }

.latest-news li a:hover {
    background: #b7bc53;
    cursor: pointer;
}

    .latest-news li a:hover .date {
        background: white !important;
        color: #b7bc53 !important;
    }

    .latest-news li a:hover p a {
        color: white !important;
    }

#map-and-search {
    text-align: center;
}

    #map-and-search #search-map {
        display: block;
        width: 100%;
        min-height: 420px;
    }

    #map-and-search .results-amenities {
        margin-bottom: 40px !important;
    }

    #map-and-search .apartment-search-amenities-list {
        margin-top: 30px;
        margin-bottom: 80px;
    }

        #map-and-search .apartment-search-amenities-list li {
            display: inline-block;
            text-align: center;
            font-size: 13px;
            color: #a09482;
            font-weight: 900;
            margin: 0 40px;
        }

            #map-and-search .apartment-search-amenities-list li a {
                display: block;
                margin: 0 auto;
                position: relative;
                color: #a09482;
            }

                #map-and-search .apartment-search-amenities-list li a .amenities-icon {
                    margin: 0 auto;
                }

                #map-and-search .apartment-search-amenities-list li a:hover {
                    text-decoration: none;
                }

                    #map-and-search .apartment-search-amenities-list li a:hover .amenities-icon {
                        background-position: center top;
                    }

            #map-and-search .apartment-search-amenities-list li:nth-child(1) .amenities-icon {
                width: 50px;
                height: 50px;
                background: url('../img/pool-icon.png') no-repeat center bottom;
                background-size: 100%;
            }

                #map-and-search .apartment-search-amenities-list li:nth-child(1) .amenities-icon:after {
                    content: "Pool";
                    display: block;
                    position: absolute;
                    bottom: -20px;
                    width: 100%;
                    left: 0;
                }

            #map-and-search .apartment-search-amenities-list li:nth-child(2) .amenities-icon:after {
                content: "Pet Friendly";
                display: block;
                position: absolute;
                bottom: -20px;
                width: 80px;
                left: 50%;
                margin-left: -40px;
            }

            #map-and-search .apartment-search-amenities-list li:nth-child(3) .amenities-icon:after {
                content: "Mid Rise";
                display: block;
                position: absolute;
                bottom: -20px;
                width: 60px;
                left: 50%;
                margin-left: -30px;
            }

            #map-and-search .apartment-search-amenities-list li:nth-child(4) .amenities-icon:after {
                content: "High Rise";
                display: block;
                position: absolute;
                bottom: -20px;
                width: 60px;
                left: 50%;
                margin-left: -30px;
            }

            #map-and-search .apartment-search-amenities-list li:nth-child(5) .amenities-icon:after {
                content: "New Construction";
                display: block;
                position: absolute;
                bottom: -20px;
                width: 115px;
                left: 50%;
                margin-left: -58px;
            }

            #map-and-search .apartment-search-amenities-list li:nth-child(2) .amenities-icon {
                display: block;
                width: 50px;
                height: 50px;
                background: url('../img/pet-icon.png') no-repeat center bottom;
            }

            #map-and-search .apartment-search-amenities-list li:nth-child(3) .amenities-icon {
                display: block;
                width: 50px;
                height: 50px;
                background: url('../img/midrise-icon.png') no-repeat center bottom;
            }

            #map-and-search .apartment-search-amenities-list li:nth-child(4) .amenities-icon {
                display: block;
                width: 50px;
                height: 50px;
                background: url('../img/highrise-icon.png') no-repeat center bottom;
            }

            #map-and-search .apartment-search-amenities-list li:nth-child(5) .amenities-icon {
                display: block;
                width: 50px;
                height: 50px;
                background: url('../img/construction-icon.png') no-repeat center bottom;
            }

    #map-and-search #map-search-form {
        position: relative;
        max-width: 810px;
        margin: 0 auto 25px;
        width: 100%;
    }

        #map-and-search #map-search-form .dropdown-area {
            display: inline-block;
            background: #888d62;
            border-top-left-radius: 3px;
            border-bottom-left-radius: 3px;
            padding: 10px;
            vertical-align: top;
            position: absolute;
            top: 0;
            right: 45%;
            bottom: 0;
            left: 0;
            display: flex;
            align-items: center;
            justify-content: center;
        }

            #map-and-search #map-search-form .dropdown-area select {
                -moz-appearance: none;
                -webkit-appearance: none;
                appearance: none;
                border: 0;
                outline: 0;
                color: white;
                font-family: 'Open Sans', sans-serif;
                min-width: 200px;
                max-height: 58px;
                line-height: 20px;
                padding: 17px 10px;
                font-size: 15px;
                font-weight: normal;
                background: url('../img/down-arrow-white.png') no-repeat #bbbf54;
                background-position: 90% center;
                border: 1px solid rgba(255, 255, 255, 0.3);
            }

                #map-and-search #map-search-form .dropdown-area select:hover {
                    cursor: pointer;
                    background: url('../img/down-arrow-white.png') no-repeat #c2c667;
                    background-position: 90% center;
                }

                #map-and-search #map-search-form .dropdown-area select:first-child {
                    margin-right: 3px;
                }

        #map-and-search #map-search-form .submit-area {
            background: #bbbf54;
            display: inline-block;
            padding: 24px 20px;
            vertical-align: top;
            height: auto !important;
            width: 60%;
        }

            #map-and-search #map-search-form .submit-area .search-icon {
                float: left;
                vertical-align: super;
                margin-right: 10px;
                position: relative;
                top: 8px;
            }

            #map-and-search #map-search-form .submit-area select {
                position: relative;
                -moz-appearance: none;
                -webkit-appearance: none;
                appearance: none;
                display: inline-block;
                float: left;
                border: 0;
                outline: 0;
                width: 85%;
                padding: 10px;
                color: white;
                font-size: 20px;
                background: #bbbf54;
                border-bottom: 1px solid white;
                font-family: 'Open Sans', sans-serif;
                font-weight: 200;
            }

                #map-and-search #map-search-form .submit-area select::-webkit-input-placeholder {
                    color: white;
                    position: relative;
                    top: 4px;
                }

                #map-and-search #map-search-form .submit-area select:-moz-placeholder {
                    color: white;
                    position: relative;
                    top: 4px;
                }

                #map-and-search #map-search-form .submit-area select::-moz-placeholder {
                    color: white;
                    position: relative;
                    top: 4px;
                }

                #map-and-search #map-search-form .submit-area select:-ms-input-placeholder {
                    color: white;
                    position: relative;
                    top: 4px;
                }

    #map-and-search .map-search-widget {
        position: relative;
    }

        #map-and-search .map-search-widget .hide-map {
            position: absolute;
            top: -30px;
            left: 50%;
            margin-left: -63px;
            background: #6d614e;
            color: white;
            font-weight: bold;
            font-size: 11px;
            text-transform: uppercase;
            padding: 5px 25px;
            display: inline-block;
            font-family: 'Open Sans', sans-serif;
            border-radius: 3px;
            margin-bottom: 5px;
            box-shadow: inset 0 0 1px rgba(255, 255, 255, 0.5);
        }

            #map-and-search .map-search-widget .hide-map .show-map-text {
                display: none;
            }

            #map-and-search .map-search-widget .hide-map.hidden {
                position: static;
                margin: 0;
                display: block;
            }

            #map-and-search .map-search-widget .hide-map:hover {
                text-decoration: none;
                background: #7c6e59;
            }

            #map-and-search .map-search-widget .hide-map img {
                vertical-align: sub;
                margin-right: 5px;
            }

.apartment-state-module .state-block {
    border-top: 1px solid #edefeb;
    position: relative;
    padding: 40px;
}

    .apartment-state-module .state-block .result-block {
        display: inline-block;
        width: 33%;
        padding: 0 20px;
        margin: 0 0 50px 0;
        vertical-align: top;
    }

        .apartment-state-module .state-block .result-block .result-left {
            width: 40%;
            float: left;
        }

            .apartment-state-module .state-block .result-block .result-left .result-image {
                border-radius: 50%;
                width: 85%;
                overflow: hidden;
                background-size: 100% !important;
            }

                .apartment-state-module .state-block .result-block .result-left .result-image img {
                    height: 100%;
                }

        .apartment-state-module .state-block .result-block .result-right {
            width: 60%;
            float: left;
        }

            .apartment-state-module .state-block .result-block .result-right .button-small {
                font-size: 10px;
                padding: 13px 20px;
            }

            .apartment-state-module .state-block .result-block .result-right h3 {
                color: #bcc155;
                font-family: 'Open Sans', sans-serif;
                font-size: 30px;
                line-height: 32px;
                margin: 10px 0 15px 0;
            }

                .apartment-state-module .state-block .result-block .result-right h3 a {
                    color: #bcc155;
                    font-family: 'Open Sans', sans-serif;
                    font-size: 30px;
                    line-height: 27px;
                    margin: 10px 0 15px 0;
                }

            .apartment-state-module .state-block .result-block .result-right p {
                color: #a49886;
                font-size: 13px;
                font-weight: bold;
            }

                .apartment-state-module .state-block .result-block .result-right p .price {
                    color: #6d614e;
                }

            .apartment-state-module .state-block .result-block .result-right .address {
                margin-bottom: 15px;
            }

            .apartment-state-module .state-block .result-block .result-right .pin-icon,
            .apartment-state-module .state-block .result-block .result-right .telephone-icon {
                display: inline-block;
                float: left;
                margin-right: 10px;
                vertical-align: super;
            }

            .apartment-state-module .state-block .result-block .result-right .address p,
            .apartment-state-module .state-block .result-block .result-right .telephone p {
                font-weight: bold;
                display: block;
                color: #6d614e;
                font-size: 14px;
                line-height: 18px;
            }

    .apartment-state-module .state-block .state-title {
        position: absolute;
        top: -18px;
        left: 30px;
        background: #c1c6bd;
        color: white;
        font-size: 13px;
        font-weight: bold;
        text-transform: uppercase;
        padding: 10px 40px;
        border-radius: 3px;
    }

#infobox-wrapper {
    display: none;
}

.communities li {
    background: #8f942b !important;
    display: block;
    width: 100%;
    font-family: 'Open Sans', sans-serif;
    position: relative;
}

    .communities li .triangle {
        content: "";
        position: absolute;
        top: 100%;
        left: 50%;
        margin-left: -11px;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 13px 11px 0 11px;
        border-color: #8f942b transparent transparent transparent;
    }

    .communities li .info-thumb {
        position: absolute;
        top: 0;
        right: 70%;
        bottom: 0;
        left: 0;
        display: block;
        background-size: cover !important;
    }

    .communities li .info-content {
        float: left;
        width: 95%;
        text-align: left;
        padding: 45px 0 45px 35%;
    }

        .communities li .info-content h3 {
            position: absolute;
            top: 50%;
            -webkit-transform: translateY(-50%);
            -moz-transform: translateY(-50%);
            transform: translateY(-50%);
            color: #3F4000;
            font-weight: 300;
            font-size: 25px;
            font-family: 'Open Sans', sans-serif;
        }

        .communities li .info-content h4 {
            font-weight: 400;
            font-size: 18px;
        }

.apartment-search-list {
    background: #4f5235;
    position: relative;
}

    .apartment-search-list li {
        height: auto;
    }

        .apartment-search-list li a {
            display: block;
            color: white;
            padding: 10px;
            font-size: 12px;
        }

            .apartment-search-list li a:hover {
                text-decoration: none;
            }

        .apartment-search-list li:nth-child(odd) a {
            background: #666D49 !important;
        }

            .apartment-search-list li:nth-child(odd) a:hover {
                background: #585e3f !important;
            }

        .apartment-search-list li:nth-child(even) a {
            background: #4f5235 !important;
        }

            .apartment-search-list li:nth-child(even) a:hover {
                background: #40432b !important;
            }

    .apartment-search-list:after {
        content: "";
        position: absolute;
        top: 100%;
        left: 50%;
        margin-left: -11px;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 13px 11px 0 11px;
        border-color: #4f5235 transparent transparent transparent;
    }

.apartment-search-list2:after {
    content: "";
    position: absolute;
    top: 100%;
    left: 25%;
    margin-left: -11px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 13px 11px 0 11px;
    border-color: #4f5235 transparent transparent transparent;
}

.no-triangle:after {
    border: none;
}

.infoBox,
.infobox2 {
    background: #8f942b;
    font-family: 'Open Sans', sans-serif;
    font-size: 12px;
    color: white;
    position: relative;
}

    .infoBox .triangle,
    .infobox2 .triangle {
        content: "";
        position: absolute;
        top: 100%;
        left: 50%;
        margin-left: -11px;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 13px 11px 0 11px;
        border-color: #8f942b transparent transparent transparent;
    }

    .infoBox .info-thumb,
    .infobox2 .info-thumb {
        position: absolute;
        top: 0;
        right: 70%;
        bottom: 0;
        left: 0;
        background-size: cover !important;
    }

    .infoBox .info-content,
    .infobox2 .info-content {
        float: left;
        width: 100%;
        text-align: left;
        padding: 0 20px 10px 35%;
    }

        .infoBox .info-content h3,
        .infobox2 .info-content h3 {
            margin: 0 0 5px 0 !important;
        }

        .infoBox .info-content .address,
        .infobox2 .info-content .address {
            margin: 10px 0;
        }

        .infoBox .info-content .address,
        .infobox2 .info-content .address,
        .infoBox .info-content .telephone,
        .infobox2 .info-content .telephone {
            font-weight: bold;
            font-size: 14px;
        }

            .infoBox .info-content .address img,
            .infobox2 .info-content .address img,
            .infoBox .info-content .telephone img,
            .infobox2 .info-content .telephone img {
                display: inline-block;
                vertical-align: top;
            }

            .infoBox .info-content .address p,
            .infobox2 .info-content .address p,
            .infoBox .info-content .telephone p,
            .infobox2 .info-content .telephone p {
                padding-left: 5px;
                display: inline-block;
            }

#infobox1 {
    background: #4f5235;
    font-family: 'Open Sans', sans-serif;
    font-size: 12px;
    text-align: center;
    position: relative;
}

    #infobox1:after {
        content: "";
        position: absolute;
        top: 100%;
        left: 50%;
        margin-left: -11px;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 13px 11px 0 11px;
        border-color: #4f5235 transparent transparent transparent;
    }

    #infobox1 ul li a {
        color: white;
        display: block;
        padding: 10px;
        text-decoration: none !important;
        background: #4f5235;
    }

        #infobox1 ul li a span {
            text-decoration: none;
        }

        #infobox1 ul li a:visited {
            text-decoration: none;
            outline: 0;
        }

        #infobox1 ul li a:hover {
            text-decoration: none;
            color: white;
            background: #5e613f;
        }

    #infobox1 ul li:nth-child(odd) a {
        background: #676b49;
    }

        #infobox1 ul li:nth-child(odd) a:visited {
            text-decoration: none;
            outline: 0;
        }

        #infobox1 ul li:nth-child(odd) a:hover {
            background: #767a53;
        }

.reset-search {
    background: #edefeb;
    color: #8e8372;
    font-size: 12px;
    font-weight: 900;
    display: inline-block;
    margin-bottom: 55px;
    text-transform: uppercase;
    padding: 8px 15px;
    border-radius: 3px;
}

    .reset-search img {
        vertical-align: sub;
        margin-right: 6px;
    }

    .reset-search:hover {
        text-decoration: none;
        color: #8e8372;
        background: #e0e4dd;
    }

.interests {
    background: #f6f7f5;
    border-top: 3px solid #EEEFEA;
    padding-top: 20px;
    padding-bottom: 10px;
}

    .interests .interest-title {
        color: #a49886;
        font-size: 20px;
        padding: 0 30px;
    }

    .interests .state-block {
        background: #DDDFDA;
        border-top: 1px solid #edefeb;
        border-bottom: 1px solid #edefeb;
        margin-top: 20px;
    }

        .interests .state-block .result-block {
            margin-bottom: 50px;
        }

.residents-newsletter {
    background: #EDEFEA;
    width: 100%;
    max-width: 500px;
    margin: 50px auto 0 auto;
    border-radius: 15px;
    padding: 30px;
}

    .residents-newsletter p {
        margin: 25px 0 20px 0;
        color: #685E52;
        font-size: 19px;
        line-height: 22px;
    }

    .residents-newsletter a.button {
        padding: 11px 20px;
        font-size: 11px;
        margin: 0;
    }

.expand .disclaimer {
    margin-top: 20px;
    padding: 30px 0 0 0;
    font-size: 12px !important;
}

p.disclaimer {
    color: #ACB857 !important;
    font-family: 'Open Sans', sans-serif;
    text-align: center;
    padding: 30px 20px;
    font-size: 12px !important;
    font-weight: 600 !important;
    line-height: 17px;
}

.special-link {
    background: white;
    display: inline-block;
    margin-bottom: 30px;
    padding: 18px 60px 18px 30px;
    border-radius: 30px;
    color: #676155;
    font-weight: 600;
    font-size: 18px;
    font-family: 'Open Sans', sans-serif;
    position: relative;
}

    .special-link:hover .hover-text {
        display: block;
    }

    .special-link .special-number {
        background: #FF9D01;
        color: white;
        display: inline-block;
        width: 40px;
        height: 40px;
        border-radius: 50%;
        position: absolute;
        line-height: 38px;
        right: 5px;
        top: 50%;
        margin-top: -20px;
    }

    .special-link .hover-text {
        display: none;
        position: absolute;
        border: 5px solid white;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        padding: 17px 30px;
        color: white;
        text-transform: uppercase;
        font-weight: 600;
        font-size: 12px;
        background: #FF9D01;
        border-radius: 30px;
    }

.map-info {
    display: none;
}

.communities li {
    color: white;
}

.subpage-text-module {
    text-align: center;
    padding: 60px 15px;
}

    .subpage-text-module .text-module-content {
        max-width: 480px;
        margin: 0 auto;
    }

    .subpage-text-module h1,
    .subpage-text-module h2 {
        color: #8a9064;
    }

    .subpage-text-module h2 {
        line-height: 45px;
    }

    .subpage-text-module h1 {
        max-width: 900px;
        margin: 0 auto;
    }

    .subpage-text-module h3 {
        color: #bcc155;
        font-size: 48px;
        line-height: 50px;
        font-family: 'Open Sans', sans-serif;
        font-weight: 300;
    }

    .subpage-text-module p {
        font-size: 14px;
        line-height: 20px;
        font-weight: bold;
        color: #505050;
    }

        .subpage-text-module p a {
            color: #8a9064;
            text-decoration: underline;
        }

            .subpage-text-module p a:hover {
                color: #6d724f;
            }

    .subpage-text-module .narrow-text {
        max-width: 380px;
        margin: 0 auto;
        color: #6d614e;
        font-size: 13px;
    }

    .subpage-text-module h4 {
        font-family: 'Open Sans', sans-serif;
        font-weight: bold;
        color: #8a9064;
        font-size: 20px;
        margin: 40px 0 10px 0;
    }

    .subpage-text-module h5 {
        font-size: 20px;
        line-height: 25px;
        color: #948772;
    }

    .subpage-text-module ul {
        margin: 0 auto;
        max-width: 80%;
    }

        .subpage-text-module ul li {
            color: #505050;
            font-size: 14px;
            text-align: left;
            font-weight: bold;
            line-height: 20px;
            list-style: initial;
        }

#acquisitions_map {
    min-height: 390px;
}

.contact-blocks {
    max-width: 715px;
    margin: 40px auto 0 auto;
}

    .contact-blocks .contact-block {
        width: 50%;
        float: left;
    }

        .contact-blocks .contact-block p {
            font-size: 15px;
            font-weight: normal;
            font-family: 'Open Sans', sans-serif;
        }

        .contact-blocks .contact-block a {
            font-size: 13px;
            color: #6c6c6c;
            font-weight: bold;
            background: #d8ddd1;
            display: inline-block;
            margin-top: 10px;
            height: 50px;
            line-height: 28px;
            padding: 10px 30px;
            border-radius: 25px;
        }

            .contact-blocks .contact-block a:hover {
                text-decoration: none;
                background: #ABAFA6;
                color: white;
            }

            .contact-blocks .contact-block a img {
                vertical-align: middle;
                margin-right: 10px;
            }

        .contact-blocks .contact-block h2 {
            color: #bcc155;
            font-size: 35px;
            line-height: 40px;
        }

.contact-blocks-wide {
    max-width: 1100px;
    margin: 40px auto 0 auto;
    text-align: center;
}

    .contact-blocks-wide .contact-block {
        max-width: 33.33%;
        display: inline-block;
        padding: 0 10px;
        margin-bottom: 75px;
    }

        .contact-blocks-wide .contact-block p {
            font-size: 15px;
            font-weight: normal;
            font-family: 'Open Sans', sans-serif;
        }

        .contact-blocks-wide .contact-block a {
            font-size: 13px;
            color: #6c6c6c;
            font-weight: bold;
            background: #d8ddd1;
            display: inline-block;
            margin-top: 10px;
            height: 50px;
            line-height: 28px;
            padding: 10px 30px;
            border-radius: 25px;
        }

            .contact-blocks-wide .contact-block a:hover {
                text-decoration: none;
                background: #ABAFA6;
                color: white;
            }

            .contact-blocks-wide .contact-block a img {
                vertical-align: middle;
                margin-right: 10px;
            }

        .contact-blocks-wide .contact-block h2 {
            color: #bcc155;
            font-size: 35px;
            line-height: 40px;
        }

p.cta {
    font-family: 'Open Sans', sans-serif;
    color: #6C734A;
    font-size: 18px;
    font-weight: 400;
    max-width: 100%;
}

    p.cta a {
        color: #6C734A;
    }

    p.cta b {
        font-weight: bold;
    }

.acq-investments {
    display: table;
}

    .acq-investments h2 {
        color: white;
        margin-bottom: 15px;
    }

    .acq-investments .two-col {
        display: table-cell;
        text-align: center;
        float: none;
        vertical-align: middle;
        padding: 130px 75px;
    }

    .acq-investments p {
        color: #2e321b;
        font-weight: bold;
        font-size: 15px;
        line-height: 20px;
    }

    .acq-investments .two-col:first-child {
        background: #899363;
    }

    .acq-investments .two-col:last-child {
        background: #ACB29A;
    }

.development-content {
    background: #8A9261;
    position: relative;
}

    .development-content h2 {
        color: white;
        margin-bottom: 15px;
    }

    .development-content .two-col {
        text-align: center;
        padding: 130px 75px;
    }

        .development-content .two-col:first-child {
            display: flex;
            align-items: center;
            justify-content: center;
            position: absolute;
            top: 0;
            right: 50%;
            bottom: 0;
            left: 0;
        }

            .development-content .two-col:first-child hr {
                display: block;
                border: 0;
                width: 210px;
                height: 5px;
                background: #6E744E;
                margin: 40px auto;
            }

        .development-content .two-col:last-child {
            text-align: left;
            padding-left: 20px;
            float: right;
            padding-right: 100px;
        }

    .development-content p {
        color: #2e321b;
        font-weight: bold;
        font-size: 15px;
        margin-bottom: 30px;
        line-height: 20px;
    }

    .development-content .contact-download-link {
        display: inline-block;
        background: #E68800;
        text-align: center;
        min-width: 300px;
        padding: 15px;
        border-radius: 3px;
    }

        .development-content .contact-download-link:hover {
            text-decoration: none;
        }

        .development-content .contact-download-link p {
            color: white;
            margin-bottom: 0;
            font-size: 13px;
        }

.acquisitions-module .flex-control-nav,
.portfolio-slider .flex-control-nav {
    width: 40%;
}

    .acquisitions-module .flex-control-nav li a,
    .portfolio-slider .flex-control-nav li a {
        border-color: #4A4C40;
    }

        .acquisitions-module .flex-control-nav li a.flex-active,
        .portfolio-slider .flex-control-nav li a.flex-active,
        .acquisitions-module .flex-control-nav li a:hover,
        .portfolio-slider .flex-control-nav li a:hover {
            background: #4A4C40;
        }

.acquisitions-module .slides img,
.portfolio-slider .slides img {
    width: auto;
    display: inline-block;
}

.acquisitions-module ul li,
.portfolio-slider ul li {
    position: relative;
}

    .acquisitions-module ul li .slide-info,
    .portfolio-slider ul li .slide-info {
        background: #EDEFEB;
        float: left;
        width: 40%;
        padding: 135px 35px 90px 35px;
    }

        .acquisitions-module ul li .slide-info .fact-link,
        .portfolio-slider ul li .slide-info .fact-link {
            margin-left: 30px;
            color: #655E54;
        }

            .acquisitions-module ul li .slide-info .fact-link:hover,
            .portfolio-slider ul li .slide-info .fact-link:hover {
                color: #B8BF4B;
                text-decoration: none;
            }

            .acquisitions-module ul li .slide-info .fact-link img,
            .portfolio-slider ul li .slide-info .fact-link img {
                vertical-align: middle;
                margin-right: 5px;
            }

        .acquisitions-module ul li .slide-info .slide-title,
        .portfolio-slider ul li .slide-info .slide-title {
            margin-bottom: 40px;
        }

            .acquisitions-module ul li .slide-info .slide-title h3,
            .portfolio-slider ul li .slide-info .slide-title h3 {
                font-size: 45px;
                line-height: 45px;
                font-family: 'Open Sans', sans-serif;
                font-weight: 200;
                margin-bottom: 10px;
                color: #6d614e;
            }

            .acquisitions-module ul li .slide-info .slide-title p,
            .portfolio-slider ul li .slide-info .slide-title p {
                color: #8a9064;
                font-size: 15px;
                line-height: 20px;
                font-weight: bold;
            }

                .acquisitions-module ul li .slide-info .slide-title p img,
                .portfolio-slider ul li .slide-info .slide-title p img {
                    display: inline-block;
                    vertical-align: bottom;
                }

        .acquisitions-module ul li .slide-info .slide-stats .block,
        .portfolio-slider ul li .slide-info .slide-stats .block {
            display: inline-block;
            background: #adb09a;
            padding: 15px;
            border-radius: 10px;
            margin-right: 15px;
            margin-bottom: 15px;
        }

            .acquisitions-module ul li .slide-info .slide-stats .block:last-child,
            .portfolio-slider ul li .slide-info .slide-stats .block:last-child {
                margin-bottom: 0;
            }

            .acquisitions-module ul li .slide-info .slide-stats .block p,
            .portfolio-slider ul li .slide-info .slide-stats .block p {
                color: #4a4b40;
                font-weight: bold;
                font-size: 12px;
                margin-bottom: 3px;
            }

            .acquisitions-module ul li .slide-info .slide-stats .block span.title,
            .portfolio-slider ul li .slide-info .slide-stats .block span.title {
                color: white;
                font-size: 20px;
                font-family: 'Open Sans', sans-serif;
            }

    .acquisitions-module ul li .slide-image,
    .portfolio-slider ul li .slide-image {
        background-size: cover !important;
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 40%;
    }

.portfolio-slider .flex-control-nav {
    width: 60%;
    right: 0;
}

    .portfolio-slider .flex-control-nav li a {
        border-color: #fff;
    }

        .portfolio-slider .flex-control-nav li a.flex-active,
        .portfolio-slider .flex-control-nav li a:hover {
            background: #fff;
        }

.development-properties {
    max-width: 960px;
    margin: 60px auto 0 auto;
}

    .development-properties .dev-garden {
        background: #8AA2A4;
        border-bottom: 5px solid #607070;
    }

    .development-properties .dev-mid {
        background: #E68800;
        border-bottom: 5px solid #C06C00;
    }

    .development-properties .dev-high {
        background: #938771;
        border-bottom: 5px solid #605549;
    }

    .development-properties .development-property {
        width: 32.33%;
        margin-right: 1%;
        float: left;
        min-height: 150px;
        height: 100%;
        display: table;
        padding: 20px;
        color: white;
        align-items: center;
        justify-content: center;
        position: relative;
        border-radius: 5px;
    }

        .development-properties .development-property.faded {
            background: #B8BFAD;
            border-bottom: 5px solid #A4AB9B;
        }

        .development-properties .development-property:last-child {
            margin-right: 0;
        }

        .development-properties .development-property .dev-content {
            display: table-cell;
            vertical-align: middle;
        }

        .development-properties .development-property .dev-property-icon {
            position: absolute;
            top: -24px;
            left: 50%;
            margin-left: -24px;
        }

            .development-properties .development-property .dev-property-icon.desaturate {
                -webkit-filter: grayscale(100%);
                -moz-filter: grayscale(100%);
                filter: grayscale(100%);
            }

        .development-properties .development-property .button-small {
            position: absolute;
            font-size: 10px;
            padding: 12px 22px;
            bottom: -15px;
            left: 50%;
            margin-left: -47px;
        }

        .development-properties .development-property .title {
            font-family: 'Open Sans', sans-serif;
            color: rgba(0, 0, 0, 0.7);
            font-size: 17px;
            display: block;
            margin-bottom: 10px;
        }

        .development-properties .development-property p {
            color: white;
            font-size: 12px;
            font-weight: bold;
            line-height: 13px;
        }

.property-block {
    width: 33.33%;
    float: left;
    min-height: 180px;
    margin-bottom: 20px;
}

    .property-block .block-left {
        width: 40%;
        float: left;
    }

        .property-block .block-left .property-image img {
            border-radius: 50%;
            width: 85%;
        }

    .property-block .block-right {
        width: 60%;
        text-align: left;
        float: left;
    }

        .property-block .block-right h3 {
            color: #bcc155;
            font-family: 'Open Sans', sans-serif;
            font-size: 30px;
            line-height: 27px;
            margin: 10px 0 15px 0;
        }

        .property-block .block-right .pin-icon {
            display: inline-block;
            float: left;
            margin-right: 10px;
            vertical-align: super;
        }

        .property-block .block-right .button-small {
            font-size: 10px;
            padding: 13px 20px;
        }

.dev-properties-results {
    margin: 50px auto;
    display: none;
}

    .dev-properties-results h3 {
        color: #B6C34D;
        font-size: 35px;
        font-weight: 300;
        margin-bottom: 35px;
    }

.back-link a {
    display: block;
    border-bottom: 10px solid #acb04e;
    background: #bcc155;
    padding: 25px 0 20px 0;
    color: white;
    font-weight: bold;
    text-transform: uppercase;
    font-family: 'Open Sans', sans-serif;
    font-size: 15px;
}

    .back-link a:hover {
        text-decoration: none;
        background: #acb04e;
    }

.back-link.stuck {
    border-top: none;
    border-bottom: none;
}

#portfolio-map {
    min-height: 300px;
    border-top: 10px solid #acb04e;
    border-bottom: 10px solid #acb04e;
    position: relative;
}

    #portfolio-map:after {
        content: "";
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        background: #dcdecd;
        z-index: 2000;
        opacity: 0.5;
    }

.subpage-stat-module {
    text-align: center;
}

    .subpage-stat-module p {
        font-size: 15px;
        line-height: 20px;
        color: #2e321b;
        font-weight: bold;
        max-width: 580px;
        padding: 0 30px;
        margin: 0 auto 20px auto;
    }

.portfolio-stats {
    position: relative;
    top: -55px;
    z-index: 4000;
}

    .portfolio-stats .portfolio-stat {
        display: inline-block;
        text-align: center;
        margin: 0 13px;
        vertical-align: top;
    }

        .portfolio-stats .portfolio-stat span {
            background: #bcc155;
            color: #3D4216;
            font-size: 30px;
            font-family: 'Open Sans', sans-serif;
            border-radius: 50%;
            line-height: 100px;
            width: 100px;
            height: 100px;
            margin-bottom: 10px;
            display: inline-block;
        }

            .portfolio-stats .portfolio-stat span.square {
                background: #2e321b;
                border-radius: 5px;
                color: #bcc155;
            }

        .portfolio-stats .portfolio-stat p {
            color: #8a9064;
            font-weight: bold;
            font-size: 15px;
            line-height: 18px;
        }

.portfolio-features {
    max-width: 990px;
    margin: 30px auto;
    position: relative;
    display: table;
}

    .portfolio-features .two-col {
        display: table-cell;
        float: none;
        vertical-align: top;
        padding: 50px 80px;
    }

        .portfolio-features .two-col p {
            color: #2e321b;
            font-size: 15px;
        }

        .portfolio-features .two-col:first-child {
            background: #adb09a;
            width: 49%;
            border-right: 5px solid white;
        }

        .portfolio-features .two-col:last-child {
            background: #caceb2;
            border-left: 5px solid white;
        }

.single-block-container {
    text-align: center;
    margin: 0 0 90px 0;
}

.single-block {
    width: 100%;
    max-width: 580px;
    margin: 0 auto;
    float: none;
    display: inline-block;
}

    .single-block .block-right h3 {
        font-size: 45px;
        line-height: 50px;
        font-weight: 300;
        margin-bottom: 5px;
    }

    .single-block .block-right .text p {
        color: #847762;
        font-size: 16px;
        line-height: 20px;
        font-weight: bold;
    }

.infoBox > img {
    z-index: 200;
}

.popup-info {
    display: none;
}

.popup-content {
    text-align: center;
    margin-top: 80px;
}

    .popup-content img {
        margin: 0 auto;
    }

    .popup-content h2 {
        font-size: 50px !important;
        line-height: 52px !important;
        margin: 10px 0 15px 0;
        color: #bcc155 !important;
    }

    .popup-content span {
        font-weight: bold;
        font-size: 16px;
        color: #9d927f;
        margin-bottom: 55px;
        display: inline-block;
    }

    .popup-content p {
        max-width: 800px;
        color: #473f33;
        font-weight: bold;
        font-size: 14px;
        line-height: 20px;
        margin: 0 auto;
    }

.media-popup-content .popup-footer {
    max-width: 950px;
    margin: 0 auto 30px auto;
    text-align: left;
}

.media-popup-content .contact-block p {
    color: #6d614e;
    font-size: 15px;
    font-weight: 300;
    font-family: 'Open Sans', sans-serif;
    margin: 0;
}

.media-popup-content .contact-block h2 {
    font-size: 35px !important;
    line-height: 40px !important;
}

.media-popup-content .contact-block a {
    font-size: 13px;
    color: #6c6c6c;
    font-weight: bold;
    background: #d8ddd1;
    display: block;
    margin-top: 10px;
    height: 50px;
    line-height: 28px;
    padding: 10px 30px;
    border-radius: 25px;
    width: 320px;
}

    .media-popup-content .contact-block a:hover {
        text-decoration: none;
        background: #ABAFA6;
        color: white;
    }

    .media-popup-content .contact-block a img {
        vertical-align: middle;
        margin-right: 10px;
        margin-bottom: 0;
    }

.media-popup-content img {
    margin-bottom: 40px;
}

.media-popup-content ul {
    max-width: 950px;
    margin: 0 auto;
    padding-left: 35px;
}

    .media-popup-content ul li {
        color: #8a8f66;
        font-size: 13px;
        text-align: left;
        font-weight: bold;
        line-height: 20px;
        list-style: initial;
    }

.media-popup-content p {
    color: #8a8f66;
    font-size: 13px;
    text-align: left;
    max-width: 950px;
}

    .media-popup-content p b {
        color: #6d614f;
        font-size: 18px;
        font-weight: bold;
    }

    .media-popup-content p.date {
        color: #6d614e;
        font-size: 18px;
        line-height: 20px;
        margin-bottom: 20px;
    }

.media-popup-content h1 {
    color: #6d614f;
    font-size: 25px;
    font-weight: normal;
    max-width: 950px;
    margin: 0 auto 20px auto;
    text-align: left;
}

.people-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 30px;
    font-size: 0;
}

    .people-container .people-block {
        width: 33.33%;
        display: inline-block;
        margin: 25px 0;
        padding: 0 5px;
        position: relative;
    }

        .people-container .people-block:before,
        .people-container .people-block:after {
            content: " ";
            display: table;
        }

        .people-container .people-block:after {
            clear: both;
        }

        .people-container .people-block:hover {
            text-decoration: none;
        }

        .people-container .people-block .person-image {
            display: block;
            width: 40%;
            min-height: 144px !important;
            background-size: cover !important;
            overflow: hidden;
            float: left;
        }

            .people-container .people-block .person-image img {
                vertical-align: middle;
                display: inline-block;
            }

        .people-container .people-block .people-content {
            display: block;
            position: absolute;
            top: 50%;
            left: 40%;
            margin-left: 15px;
            transform: translateY(-50%);
        }

            .people-container .people-block .people-content h3 {
                color: #bcc155;
                font-size: 25px;
                margin-bottom: 8px;
            }

            .people-container .people-block .people-content p {
                font-weight: bold;
                color: #6d614e;
                font-size: 14px;
            }

.media-container .media-block {
    width: 50%;
    float: left;
    position: relative;
    display: block;
    background: #e4eadb;
    margin-bottom: 1%;
    min-height: 280px;
}

    .media-container .media-block:nth-child(2n) {
        margin-left: 1%;
        width: 49%;
    }

    .media-container .media-block .media-block-image {
        position: absolute;
        top: 0;
        right: 65%;
        bottom: 0;
        left: 0;
        background-size: cover !important;
    }

    .media-container .media-block .media-block-content {
        padding: 0 50px 0 40%;
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        transform: translateY(-50%);
    }

        .media-container .media-block .media-block-content span.date {
            font-weight: bold;
            color: #8a9064;
            font-size: 13px;
        }

        .media-container .media-block .media-block-content p {
            color: #6d614e;
            font-size: 24px;
            line-height: 24px;
            font-family: 'Open Sans', sans-serif;
            font-weight: 300;
            margin-top: 5px;
        }

.more-media {
    display: none;
}

.media-awards-container {
    background: #edefeb;
    padding: 70px 30px;
    margin-top: 35px;
}

    .media-awards-container .media-awards {
        max-width: 680px;
        margin: 0 auto;
    }

    .media-awards-container h2 {
        color: #6d614e;
        font-size: 48px;
        margin-bottom: 15px;
    }

    .media-awards-container p {
        color: #8a9064;
        font-size: 13px;
        font-weight: bold;
        line-height: 15px;
    }

    .media-awards-container .award-circles-container {
        margin: 65px auto 0 auto;
        display: inline-block;
    }

        .media-awards-container .award-circles-container .circle {
            display: inline-block;
            width: 120px;
            height: 120px;
            border-radius: 60px;
            float: left;
            margin: 10px 5px;
            padding: 0 10px;
            position: relative;
            color: white;
        }

            .media-awards-container .award-circles-container .circle .circle-content {
                position: absolute;
                top: 50%;
                left: 50%;
                -webkit-transform: translate(-50%, -50%);
                -moz-transform: translate(-50%, -50%);
                transform: translate(-50%, -50%);
            }

            .media-awards-container .award-circles-container .circle:nth-child(odd) {
                background: #B3C050;
            }

            .media-awards-container .award-circles-container .circle:nth-child(even) {
                background: #ACB29A;
            }

            .media-awards-container .award-circles-container .circle p {
                color: white;
            }

                .media-awards-container .award-circles-container .circle p.detail {
                    font-size: 10px;
                    font-weight: bold;
                    line-height: 9px;
                    margin: 3px 0 6px 0;
                }

.large-image-banner {
    width: 100%;
    height: 500px;
    background-size: cover !important;
}

.mid-image-banner {
    width: 100%;
    height: 420px;
    background-size: cover !important;
}

.contact-block {
    max-width: 1050px;
    margin: 0 auto;
    padding: 50px 0;
}

    .contact-block .two-col:nth-child(1) {
        width: 40%;
    }

    .contact-block .two-col:nth-child(2) {
        width: 60%;
        padding: 0;
        text-align: left;
    }

        .contact-block .two-col:nth-child(2) .map-image {
            width: 120px;
        }

        .contact-block .two-col:nth-child(2) .community-contact-details {
            margin: 20px 0 20px 20px;
        }

            .contact-block .two-col:nth-child(2) .community-contact-details p {
                font-size: 25px;
                line-height: 25px;
            }

                .contact-block .two-col:nth-child(2) .community-contact-details p b {
                    font-weight: bold;
                    color: #6d614e;
                    font-size: 13px;
                    line-height: 11px;
                    font-family: 'Lato', sans-serif;
                }

    .contact-block .community-contact-info {
        padding: 0;
        border-bottom: 0;
        width: 100%;
    }

    .contact-block .two-col {
        padding: 0 20px;
    }

    .contact-block p {
        font-size: 16px;
        color: #8a9064;
        line-height: 20px;
        max-width: 380px;
    }

.our-offices-block {
    background: #EDEFEB;
    text-align: left;
    padding: 60px;
    color: #6d614e;
}

    .our-offices-block h2 {
        text-align: center;
    }

    .our-offices-block .offices-container {
        max-width: 1350px;
        font-size: 0;
        margin: 20px auto 0 auto;
    }

        .our-offices-block .offices-container .result-block {
            display: inline-block;
            text-align: left;
            width: 33.33%;
            margin: 0 0 50px 0;
        }

            .our-offices-block .offices-container .result-block .result-left {
                width: 45%;
                float: left;
            }

                .our-offices-block .offices-container .result-block .result-left .result-image img {
                    border-radius: 50%;
                    width: 90%;
                }

            .our-offices-block .offices-container .result-block .result-right {
                width: 55%;
                float: left;
            }

                .our-offices-block .offices-container .result-block .result-right .button-small {
                    font-size: 10px;
                    padding: 13px 20px;
                }

                .our-offices-block .offices-container .result-block .result-right h3 {
                    color: #bcc155;
                    font-family: 'Open Sans', sans-serif;
                    font-size: 30px;
                    line-height: 27px;
                    margin: 10px 0 15px 0;
                }

                .our-offices-block .offices-container .result-block .result-right .office-type {
                    margin-bottom: 20px;
                }

                .our-offices-block .offices-container .result-block .result-right p {
                    color: #6d614e;
                    font-size: 14px;
                    font-weight: 400;
                    font-family: 'Open Sans', sans-serif;
                }

                    .our-offices-block .offices-container .result-block .result-right p .price {
                        color: #6d614e;
                    }

                .our-offices-block .offices-container .result-block .result-right .address {
                    margin-bottom: 5px;
                }

                .our-offices-block .offices-container .result-block .result-right .pin-icon,
                .our-offices-block .offices-container .result-block .result-right .telephone-icon {
                    display: inline-block;
                    float: left;
                    margin-right: 10px;
                    vertical-align: super;
                }

                .our-offices-block .offices-container .result-block .result-right .address p,
                .our-offices-block .offices-container .result-block .result-right .telephone p {
                    font-weight: bold;
                    display: inline-block;
                    color: #6d614e;
                    font-size: 14px;
                    line-height: 14px;
                    max-width: 140px;
                }

.image-text-module {
    position: relative;
}

    .image-text-module h2 {
        color: white;
        margin-bottom: 15px;
    }

    .image-text-module .two-col {
        padding: 80px 75px;
    }

    .image-text-module p {
        color: #2e321b;
        font-weight: bold;
        font-size: 15px;
        line-height: 20px;
    }

    .image-text-module .two-col:first-child {
        position: absolute;
        top: 0;
        right: 50%;
        bottom: 0;
        left: 0;
        background-size: cover !important;
    }

    .image-text-module .two-col:last-child {
        background: #899363;
        float: right;
    }

    .image-text-module ul {
        margin: 0 auto;
        padding-left: 35px;
    }

        .image-text-module ul li {
            color: #505050;
            font-size: 14px;
            text-align: left;
            font-weight: bold;
            line-height: 20px;
            list-style: initial;
        }

.two-text-module {
    position: relative;
}

    .two-text-module h2 {
        color: white;
        margin-bottom: 15px;
        line-height: 50px;
    }

        .two-text-module h2 span {
            display: inline-block;
            color: #6d614e;
            font-size: 17px;
            font-weight: 400;
            line-height: 17px;
            position: relative;
            top: -20px;
        }

    .two-text-module ul {
        list-style: inherit;
        margin: 5px 0 15px;
        padding: 0 10px;
    }

        .two-text-module ul li {
            font-size: 12px;
            display: block;
            margin: 5px 0 5px 0;
            font-weight: bold;
            position: relative;
            padding-left: 15px;
        }

            .two-text-module ul li:before {
                position: absolute;
                left: 0;
                top: 50%;
                margin-top: -3px;
                content: "";
                width: 6px;
                height: 6px;
                border-radius: 3px;
                background: #000;
            }

        .two-text-module ul.half-width li:before {
            background: #2e321b;
        }

    .two-text-module h2.taglined {
        line-height: 50px;
    }

    .two-text-module h2.taglined-light {
        line-height: 50px;
    }

        .two-text-module h2.taglined-light span {
            display: inline-block;
            color: #bbc76f;
            font-weight: 400;
        }

    .two-text-module .two-col {
        padding: 75px;
    }

    .two-text-module p {
        color: #2e321b;
        font-weight: bold;
        font-size: 14px;
        line-height: 20px;
    }

    .two-text-module .two-col:first-child {
        background: #869460;
        position: absolute;
        top: 0;
        right: 50%;
        bottom: 0;
        left: 0;
    }

    .two-text-module .two-col:last-child {
        background: #ABB298;
        float: right;
    }

.text-inversed .two-col:first-child {
    background: #ABB298;
    position: static;
}

.text-inversed .two-col:last-child {
    background: #869460;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 50%;
}

.white-padded h2 {
    color: #6d614e;
}

.white-padded .two-col:first-child {
    width: 40%;
    top: 80px;
    right: 60%;
    bottom: 80px;
    left: 75px;
    padding: 0;
}

.white-padded .two-col:last-child {
    background: none;
}

    .white-padded .two-col:last-child p {
        color: #7a7f57;
    }

        .white-padded .two-col:last-child p span {
            color: #6d614e;
        }

    .white-padded .two-col:last-child ul.half-width li {
        color: #7a7f57;
    }

        .white-padded .two-col:last-child ul.half-width li:before {
            background: #7a7f57;
        }

ul.half-width {
    margin: 5px 0 15px 0;
    width: 50%;
    float: left;
    padding: 0 10px;
}

    ul.half-width li {
        font-size: 12px;
        display: block;
        margin: 5px 0 5px 0;
        font-weight: bold;
        position: relative;
        padding-left: 15px;
    }

        ul.half-width li:before {
            position: absolute;
            left: 0;
            top: 50%;
            margin-top: -3px;
            content: "";
            width: 6px;
            height: 6px;
            border-radius: 3px;
            background: #000;
        }

.testimonials-slider-container {
    padding: 100px 0;
    background: #ECEFEB;
    color: #6d614e;
}

    .testimonials-slider-container .testimonials-slider {
        margin: 20px 0;
        padding: 0 10%;
    }

        .testimonials-slider-container .testimonials-slider .slides li .slide-content {
            max-width: 825px;
            margin: 0 auto;
        }

            .testimonials-slider-container .testimonials-slider .slides li .slide-content .slide-left {
                width: 30%;
                float: left;
                padding-right: 20px;
            }

                .testimonials-slider-container .testimonials-slider .slides li .slide-content .slide-left .testimonial-image {
                    width: 100%;
                    height: 0;
                    padding-bottom: 95%;
                    background-size: cover !important;
                    border-radius: 50%;
                    border: 5px solid #d2d6aa;
                    position: relative;
                }

                    .testimonials-slider-container .testimonials-slider .slides li .slide-content .slide-left .testimonial-image .years {
                        position: absolute;
                        bottom: 0;
                        right: 0;
                        width: 80px;
                        height: 80px;
                        padding-top: 18px;
                        text-align: center;
                        border-radius: 40px;
                        background: #B1C241;
                        color: white;
                        font-size: 28px;
                    }

                        .testimonials-slider-container .testimonials-slider .slides li .slide-content .slide-left .testimonial-image .years span {
                            display: block;
                            font-size: 14px;
                        }

            .testimonials-slider-container .testimonials-slider .slides li .slide-content .slide-right {
                width: 70%;
                float: left;
                padding-left: 20px;
            }

                .testimonials-slider-container .testimonials-slider .slides li .slide-content .slide-right h4 {
                    font-size: 28px;
                    color: #8a9064;
                    font-weight: 400;
                    margin-bottom: 35px;
                }

                    .testimonials-slider-container .testimonials-slider .slides li .slide-content .slide-right h4 span {
                        font-size: 12px;
                        color: #665944;
                        font-style: italic;
                        font-weight: 500;
                    }

                .testimonials-slider-container .testimonials-slider .slides li .slide-content .slide-right p {
                    color: #7a7f57;
                    font-size: 14px;
                    line-height: 20px;
                    font-weight: bold;
                }

        .testimonials-slider-container .testimonials-slider .flex-direction-nav a {
            width: 56px;
            height: 56px;
        }

        .testimonials-slider-container .testimonials-slider .flex-direction-nav .flex-next {
            right: 5%;
            background: url('../img/testimonial-right.png') no-repeat bottom center;
        }

            .testimonials-slider-container .testimonials-slider .flex-direction-nav .flex-next:hover {
                background-position: top center;
            }

        .testimonials-slider-container .testimonials-slider .flex-direction-nav .flex-prev {
            left: 5%;
            background: url('../img/testimonial-left.png') no-repeat bottom center;
        }

            .testimonials-slider-container .testimonials-slider .flex-direction-nav .flex-prev:hover, .bx-wrapper .bx-prev:hover {
                background-position: top center;
            }

.bx-wrapper .bx-prev {
    left: 5%;
    background: url('../img/testimonial-left.png') no-repeat bottom center;
}

.subpage-content {
    text-align: center;
    padding: 80px 30px;
    max-width: 720px;
    margin: 0 auto;
}

    .subpage-content h2 {
        color: #6A6350;
    }

        .subpage-content h2 span {
            display: block;
            color: #999387;
            font-size: 18px;
            font-weight: 400;
            position: relative;
            top: -10px;
        }

    .subpage-content p {
        color: #676151;
        font-weight: bold;
        font-size: 14px;
        line-height: 20px;
    }

    .subpage-content a {
        color: #8a9064;
        text-decoration: underline;
    }

        .subpage-content a:hover {
            color: #6d724f;
        }

.jump-page {
    width: 100%;
}

    .jump-page .title img {
        width: 100%;
    }

    .jump-page .title h1 {
        text-align: center;
        margin-top: -13%;
        color: #fff;
        font-weight: 600;
        font-size: 60px;
    }

@media all and (max-width: 800px) {
    .jump-page .title h1 {
        font-size: 44px;
        line-height: 40px;
        margin-top: -17%;
    }
}

@media all and (max-width: 580px) {
    .jump-page .title h1 {
        font-size: 36px;
        line-height: 40px;
    }
}

@media all and (max-width: 420px) {
    .jump-page .title h1 {
        font-size: 22px;
        margin-top: -15%;
        line-height: 24px;
    }
}

.jump-page .jump-page-properties {
    margin: 3% auto;
    width: 70%;
}

@media all and (max-width: 1360px) {
    .jump-page .jump-page-properties {
        width: 80%;
    }
}

@media all and (max-width: 1070px) {
    .jump-page .jump-page-properties {
        width: 90%;
    }
}

.jump-page .jump-page-properties .jump-page-property {
    width: 48.5%;
    float: left;
    margin-right: 1.5%;
    margin-top: 1.5%;
}

    .jump-page .jump-page-properties .jump-page-property:nth-child(2n) {
        margin-right: 0;
    }

@media all and (max-width: 640px) {
    .jump-page .jump-page-properties .jump-page-property {
        width: 100%;
        float: none;
        margin-right: 0;
        margin-top: 1.5%;
    }
}

.jump-page .jump-page-properties .jump-page-property a {
    display: block;
    position: relative;
}

    .jump-page .jump-page-properties .jump-page-property a:hover .filter {
        opacity: .85;
    }

    .jump-page .jump-page-properties .jump-page-property a:hover .content p {
        opacity: 1;
    }

    .jump-page .jump-page-properties .jump-page-property a .content {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 1px;
        left: 0;
        text-align: center;
        display: flex;
        align-items: center;
        justify-content: center;
        padding-top: 35px;
    }

        .jump-page .jump-page-properties .jump-page-property a .content .content-inner {
            z-index: 9999;
        }

        .jump-page .jump-page-properties .jump-page-property a .content h2 {
            padding: 0 20px;
            color: white;
            font-size: 35px;
            line-height: 35px;
        }

        .jump-page .jump-page-properties .jump-page-property a .content p {
            opacity: 0;
            padding: 0 20px;
            font-weight: 900;
            color: #3b362c;
            font-size: 16px;
            line-height: 40px;
        }

    .jump-page .jump-page-properties .jump-page-property a .filter {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 1px;
        left: 0;
        background-color: #abae6a;
        opacity: 0;
        text-align: center;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .jump-page .jump-page-properties .jump-page-property a img {
        width: 100%;
    }

.full {
    display: block;
}

.mobile {
    display: none;
}

@media all and (max-width: 1360px) {
    .first-circle {
        margin: 10px 25% 0 27% !important;
    }
}

@media all and (max-width: 1200px) {
    .community-floorplans-slider ul li div {
        width: 49.9%;
        margin-right: 0.2%;
    }

        .community-floorplans-slider ul li div:nth-child(2n) {
            margin-right: 0;
        }

    .community-floorplans-list .floorplan-image {
        margin-top: 25px;
    }
}

@media all and (max-width: 1070px) {
    .acq-investments {
        display: block;
    }

        .acq-investments .two-col {
            display: block;
        }

    .portfolio-features {
        display: block;
    }

        .portfolio-features .two-col {
            display: block;
            border: 0 !important;
        }

    .textc-big {
        text-align: center;
    }

    .white-padded .two-col:first-child {
        width: 95%;
        left: 0;
        top: 0;
        padding: 20px;
        margin: 20px;
    }

    .two-text-module .two-col:first-child {
        position: static;
    }

    .text-inversed .two-col:last-child {
        position: static;
    }

    .subpage-text-module .two-col:first-child {
        padding-bottom: 20px;
    }

        .subpage-text-module .two-col:first-child i {
            font-style: italic !important;
        }

        .subpage-text-module .two-col:first-child b {
            font-weight: 700 !important;
        }

    .image-text-module .two-col:first-child {
        bottom: 50%;
    }

    .image-text-module .two-col:last-child {
        margin-top: 400px;
        padding: 60px 30px;
    }

    .property-block {
        width: 50%;
    }

    .portfolio-features .two-col {
        padding: 40px;
    }

        .portfolio-features .two-col:first-child {
            width: 100%;
        }

    .apartment-state-module .state-block .result-block {
        width: 49%;
    }

    .development-content .two-col {
        padding: 30px 100px;
    }

        .development-content .two-col:last-child {
            padding-left: 100px;
        }

        .development-content .two-col:first-child {
            position: static;
        }

    .contact-blocks-wide .contact-block {
        max-width: 50%;
    }

    .community-contact {
        padding: 40px;
    }

        .community-contact .two-col:nth-child(2) {
            margin-top: 50px;
        }

    .community-gallery .community-gallery-item {
        width: 49.5%;
        margin-right: 1% !important;
    }

        .community-gallery .community-gallery-item:nth-child(2n) {
            margin-right: 0 !important;
        }

    .community-neighborhood-map-container .neighborhood-legend {
        top: 15px;
    }

        .community-neighborhood-map-container .neighborhood-legend ul li {
            padding: 10px;
        }

            .community-neighborhood-map-container .neighborhood-legend ul li img {
                display: none;
            }

    .community-neighborhood-map-container .score-search {
        position: static;
        padding: 10px 0;
    }

    /*.community-neighborhood-map-container .score-search .walkscore-content {
            width: 200px;
        }

        .community-neighborhood-map-container .score-search .neighborhood-search input {
            width: 100px;
        }*/

    .community-amenities .two-col:first-child .double-height-image {
        width: 50%;
        float: left;
        border-top: 1px solid white;
    }

        .community-amenities .two-col:first-child .double-height-image:nth-child(1) {
            border-right: 1px solid white;
        }

    .community-amenities .two-col:nth-child(2) {
        padding: 50px;
    }

    .community-features .two-col:nth-child(1) {
        padding: 50px;
    }

    .community-features .two-col:nth-child(2) {
        position: static;
        min-height: 400px;
    }

    .property-module .slider > li,
    .amenities-module .slider > li,
    .main-image-module .slider > li {
        min-height: 500px;
        background-size: cover !important;
    }

    .features-module ul li p {
        font-size: 14px;
    }

    .state-module .flex-direction-nav .flex-next,
    .state-module .flex-direction-nav .flex-prev {
        top: 16%;
    }

    .state-module .flex-direction-nav .flex-next {
        right: 0;
    }

    .state-module .flex-control-nav {
        width: 100%;
        bottom: 66%;
        margin-bottom: 20px;
    }

    .state-module .slider .text-container {
        max-width: 330px;
        margin-left: -165px;
    }

        .state-module .slider .text-container h2 {
            font-size: 35px;
            line-height: 50px;
        }

    .apartment-type-module .flex-direction-nav .flex-next,
    .apartment-type-module .flex-direction-nav .flex-prev {
        top: 19%;
    }

    .apartment-type-module .flex-direction-nav .flex-next {
        right: 0;
    }

    .apartment-type-module .flex-control-nav {
        width: 100%;
        top: 320px;
        height: 20px;
        margin-bottom: 20px;
    }

    .state-module .slider li .two-col:first-child {
        height: 280px;
        background-size: cover !important;
    }

    .apartment-type-module .slider li .two-col:first-child {
        height: 350px;
        background-size: cover !important;
    }

    .text-overlay {
        top: 30%;
    }

    .community-rsvp-module .rsvp-one, .community-rsvp-module .rsvp-two, .community-rsvp-module .rsvp-three {
        display: block;
        padding: 60px 30px;
    }

    .two-col {
        width: 100%;
    }

    .community-rsvp-module .two-col {
        text-align: center;
        margin-bottom: 20px;
    }

    .community-rsvp-module p {
        padding-left: 0;
    }

    .main-footer .two-col {
        width: 50%;
    }

    body.housing .services-careers .news a.button,
    body.housing .news-perfect .news a.button {
        margin-bottom: 30px;
    }

    .community-home-intro .community-home-intro-left {
        width: 40%;
    }

    .community-home-intro .community-home-intro-right {
        left: 40%;
    }

    .footer-amenities-module {
        padding: 30px 10px;
    }
}

@media all and (max-width: 890px) {
    .subnav {
        display: none;
    }

    .large-image-banner {
        height: 350px;
    }

    .contact-block .two-col:nth-child(1),
    .contact-block .two-col:nth-child(2) {
        width: 100%;
        text-align: center;
    }

        .contact-block .two-col:nth-child(1) p,
        .contact-block .two-col:nth-child(2) p {
            margin: 0 auto;
        }

        .contact-block .two-col:nth-child(1) .community-contact-details,
        .contact-block .two-col:nth-child(2) .community-contact-details {
            text-align: left;
        }

    .our-offices-block .offices-container .result-block {
        width: 49%;
    }

    .media-container .media-block {
        width: 100%;
    }

        .media-container .media-block:nth-child(2n) {
            margin-left: 0;
            width: 100%;
        }

    .people-container .people-block {
        width: 50%;
    }

    .responsive-subnav {
        display: block;
    }

    body.housing .main-header nav {
        margin-top: 15px;
    }

        body.housing .main-header nav ul li.header-social {
            position: absolute;
            top: 65px;
            right: 25px;
            display: block;
        }
}

@media all and (max-width: 768px) {
    .contact-block p {
        max-width: none;
    }

    .community-contact .two-col:nth-child(2) .map-image-small {
        margin: 0 auto;
    }

    .community-floorplans-list ul li.open {
        width: 100%;
    }

    .large-image-banner {
        height: 300px;
    }

    .our-offices-block .offices-container .result-block {
        width: 100%;
    }

    .contact-blocks-wide .contact-block {
        max-width: 100%;
    }

    .property-block {
        width: 100%;
    }

    .development-properties .development-property {
        width: 100%;
        margin-bottom: 50px;
    }

        .development-properties .development-property:last-child {
            margin-bottom: 0;
        }

    .development-content .two-col {
        padding: 30px 50px;
    }

        .development-content .two-col:last-child {
            padding-left: 50px;
            padding-right: 50px;
        }

    .contact-blocks .contact-block {
        width: 100%;
        margin-bottom: 25px;
    }

        .contact-blocks .contact-block:last-child {
            margin-bottom: 0;
        }

    .acquisitions-module .flex-control-nav {
        width: 100%;
    }

    .acquisitions-module ul li .slide-image {
        left: 0;
        bottom: 60%;
    }

    .acquisitions-module ul li .slide-info {
        width: 100%;
        padding-top: 55%;
        padding-bottom: 50px;
    }

    .portfolio-slider .flex-control-nav {
        width: 100%;
    }

    .portfolio-slider ul li .slide-image {
        left: 0;
        bottom: 60%;
    }

    .portfolio-slider ul li .slide-info {
        width: 100%;
        padding-top: 55%;
        padding-bottom: 50px;
    }

    .apartment-state-module .state-block .result-block {
        padding: 0 10px;
    }

    #map-and-search #map-search-form .submit-area input {
        width: 80%;
    }

    #map-and-search #map-search-form .dropdown-area select {
        min-width: 150px;
    }

    .first-circle {
        margin: 10px 40% 0 40% !important;
    }

    .community-rsvp-module {
        padding: 60px 10px;
    }

        .community-rsvp-module p {
            padding-left: 0;
        }

        .community-rsvp-module .rsvp-image {
            margin-left: 20px;
            max-width: 80%;
        }

    .property-module .slider > li,
    .amenities-module .slider > li,
    .main-image-module .slider > li {
        min-height: 375px;
    }

    .property-module .slider > li,
    .amenities-module .slider > li {
        background-size: auto 65% !important;
        background-position: top center !important;
    }

    .main-image-module .slider > li {
        background-size: auto 100% !important;
        background-position: top center !important;
    }

    .main-header .search-widget {
        display: none;
    }

    .main-footer .four-col {
        width: 50%;
        padding: 0 50px;
    }

    .search-widget-responsive {
        display: block;
    }

        .search-widget-responsive #apartment-search-mobile {
            margin: 0;
            border-radius: 0;
        }

    .state-module .slider li .two-col:first-child {
        height: 260px;
        background-size: cover !important;
    }

    .state-module .flex-direction-nav {
        top: 15%;
    }

        .state-module .flex-direction-nav .flex-next {
            right: 0;
        }

    .state-module .flex-control-nav {
        width: 100%;
        bottom: 68%;
        margin-bottom: 20px;
    }

    .main-header nav {
        margin-top: 15px;
    }

        .main-header nav ul li.header-social {
            position: absolute;
            top: 65px;
            right: 25px;
            display: block;
        }

    .property-module .rslides_tabs,
    .amenities-module .rslides_tabs,
    .property-module .flex-control-nav,
    .amenities-module .flex-control-nav {
        top: 350px;
    }

    .flex-control-nav {
        bottom: auto;
    }

    .promo-bar li {
        font-size: 12px;
        line-height: 17px;
    }

    .text-overlay {
        position: static;
        width: 100%;
        margin-top: 375px;
        z-index: 10;
        min-width: 0;
    }

        .text-overlay h2 {
            font-size: 30px;
            line-height: 35px;
        }

        .text-overlay.olive {
            background: #888d62;
        }

        .text-overlay.blue {
            background: #7ec5d9;
        }

        .text-overlay.brown {
            background: #948772;
        }

        .text-overlay.olive-gray {
            background: #8fb3a4;
        }

        .text-overlay.green {
            background: #abb2a2;
        }

    .follow-us-responsive {
        display: block;
    }

    .main-footer .two-col {
        margin-bottom: 30px;
    }

    .follow-us {
        display: none;
    }

    body.housing .main-header nav ul {
        display: none;
    }

    body.housing .responsive-nav {
        display: block;
    }

    .housing-content .housing-content-container {
        padding: 80px 30px;
    }

        .housing-content .housing-content-container .housing-content-left h2 {
            font-size: 50px;
            line-height: 60px;
        }

    .features-module ul li p {
        margin: 10px auto 30px auto;
    }

    .features-module ul li {
        width: 50%;
        margin-bottom: 25px;
    }

    .neighborhood-map-module .neighborhood-map-left #mapcircle-container {
        width: 360px;
        height: 360px;
        border-radius: 180px;
    }

    .neighborhood-map-module .neighborhood-map-right {
        padding: 0 30px;
    }

    .walkscore {
    }

    .neighborhood-map-module .neighborhood-map-right h2 {
        font-size: 24px;
        margin-top: 32px;
        margin-bottom: 6px;
    }

    .footer-amenities-module {
        display: block;
    }

        .footer-amenities-module .three-col {
            display: block;
            float: left;
            padding: 13px 4% 11px;
        }

    .three-col {
        width: 100%;
    }

    .community-home-intro .community-home-intro-left {
        width: 50%;
    }

    .community-home-intro .community-home-intro-right {
        left: 50%;
    }

    .community-home-intro .community-home-intro-left .intro-left-contact {
        padding: 15px;
    }

    .community-home-intro .flex-control-nav {
        width: 50%;
    }

    .floorplans-group li:nth-child(4n) {
        margin-right: 2px;
    }

    .floorplans-group li:nth-child(2n) {
        margin-right: 0;
    }

    .community-floorplans-list ul li {
        width: calc((100% - 2px)/2);
    }

    .community-floorplans-list .floorplan-image {
        margin-top: 0;
    }

    .community-floorplans-list ul li .button {
        position: absolute;
    }

    .community-residents h1 {
        font-size: 24px;
    }

    .community-residents h3 {
        font-size: 18px;
    }

    .community-residents .login-container {
        border-width: 1px !important;
        padding: 18px 4% 18px;
        border-radius: 13px;
    }
    .community-residents .login p {
        font-size: 12px;
    }

    .community-residents .login-container .button-rnd {
        margin-top: 14px;
    }
}

@media all and (max-width: 980px) {
    .neighborhood-map-module .neighborhood-map-left #mapcircle-container {
        width: 370px;
        height: 370px;
    }

    .walkscore {
        margin: 38px auto;
    }

    .main-header nav ul {
        display: none;
    }

    .responsive-nav {
        display: block;
    }
}

@media all and (max-width: 811px) {
    .community-residents h3 {
        margin: 15px 0 25px 0;
    }

    .community-residents .register-button {
        padding: 20px 30px;
        width: 100%;
        margin-left: 0;
    }

    .community-residents .services-container .three-col {
        margin: 0 0 30px 0;
    }

        .community-residents .services-container .three-col img {
            margin-bottom: 5px;
        }

    .community-neighborhood-map-container .neighborhood-legend {
        display: block;
        position: static;
        margin: 10px 0;
    }

    .community-neighborhood-map-container #community-neighborhood-map {
        min-height: 300px;
    }

    .neighborhood-filter {
        display: none;
    }
}

@media all and (max-width: 760px) {
    .neighborhood-map-module .neighborhood-map-left #mapcircle-container {
        width: 300px;
        height: 300px;
    }

    .walkscore {
    }
}

@media all and (max-width: 720px) {
    .neighborhood-map-module .neighborhood-map-right {
        padding: 20px 10px 0 10px;
    }
}


@media only screen and (min-width: 481px) and (max-width: 568px) {
    .community-neighborhood-map-container #community-neighborhood-map {
        min-height: 200px;
    }
}

@media all and (max-width: 640px) {
    .white-padded .two-col:first-child {
        bottom: 65%;
        width: 90%;
    }

    .testimonials-slider-container .testimonials-slider .flex-direction-nav .flex-prev {
        top: 25%;
        left: 2%;
    }

    .testimonials-slider-container .testimonials-slider .flex-direction-nav .flex-next {
        top: 25%;
        right: 2%;
    }

    .two-text-module .two-col {
        padding: 60px 30px;
    }

    .testimonials-slider-container .testimonials-slider .slides li .slide-content .slide-right {
        width: 100%;
    }

    .testimonials-slider-container .testimonials-slider .slides li .slide-content .slide-left {
        width: 80%;
        margin: 0 auto 20px auto;
        float: none;
    }

    .people-container .people-block {
        width: 100%;
    }

    .acquisitions-module ul li .slide-image,
    .portfolio-slider ul li .slide-image {
        left: 0;
        bottom: 70%;
    }

    .acquisitions-module ul li .slide-info,
    .portfolio-slider ul li .slide-info {
        width: 100%;
        padding-top: 55%;
        padding-bottom: 50px;
    }

    .interests .state-block .result-block {
        margin-bottom: 50px;
    }

        .interests .state-block .result-block:last-child {
            margin-bottom: 0;
        }

    .apartment-state-module .state-block .result-block {
        width: 100%;
    }

    #map-and-search #map-search-form .submit-area {
        max-width: 100%;
        width: 100%;
        top: 0;
        left: 0;
    }

    #map-and-search #map-search-form .dropdown-area {
        width: 100%;
        position: static;
        border-radius: 0;
    }

        #map-and-search #map-search-form .dropdown-area select {
            min-width: 200px;
        }

    #map-and-search #map-search-form .submit-area input {
        width: 90%;
    }

    #map-and-search .apartment-search-amenities-list li {
        margin: 0 25px;
    }

    .first-circle {
        margin: 10px 30% 0 30% !important;
    }

    .community-rsvp-module .rsvp-one,
    .community-rsvp-module .rsvp-two,
    .community-rsvp-module .rsvp-three {
        display: block;
        padding: 60px 30px;
    }

    .community-rsvp-module .rsvp-form {
        margin: 0 auto;
    }

    .community-rsvp-module .two-col {
        width: 100%;
        margin-bottom: 20px;
        text-align: center;
    }

    .community-rsvp-module p {
        padding-left: 0;
    }

    .community-rsvp-module .rsvp-image {
        margin-left: 0;
    }

    .community-contact {
        padding: 40px 20px;
    }

        .community-contact .community-contact-info {
            display: block;
            text-align: center;
        }

        .community-contact .map-image {
            width: 100%;
        }

    .contact-block .map-image {
        margin: 0 auto;
    }

    .community-contact .two-col:nth-child(2) .community-contact-details {
        text-align: left;
    }

        .community-contact .two-col:nth-child(2) .community-contact-details img {
            left: 0;
        }

    .office-hours-table .hours,
    .office-hours-table .terms-guidelines {
        padding: 20px;
        width: 100%;
    }

    .office-hours-table .terms-guidelines {
        border-top: 1px solid #edefeb;
    }

    .community-neighborhood-map-container .neighborhood-legend {
        top: 0;
    }

        .community-neighborhood-map-container .neighborhood-legend ul li {
            padding: 10px;
            width: 33.33%;
            margin: 0;
            float: left;
        }

    .community-neighborhood-map-container .score-search {
        bottom: 10px;
    }

        .community-neighborhood-map-container .score-search .walkscore {
            margin: 0;
        }

        .community-neighborhood-map-container .score-search .neighborhood-search {
            margin-left: 0 !important;
            border-radius: 8px;
            height: 78px;
            width: 336px;
            padding: 13px 33px 0 24px;
        }

            .community-neighborhood-map-container .score-search .neighborhood-search input {
                width: 200px;
            }

    .property-list .property-list-item {
        padding: 33px 15px;
    }

        .property-list .property-list-item .property-image {
            width: 30%;
        }

        .property-list .property-list-item .property-content {
            width: 70%;
            padding-left: 20px;
        }

        .property-list .property-list-item .property-divider {
            width: 190px;
        }

    .perfect-home h2 {
        font-size: 35px;
    }

    .perfect-home .perfect-home-content {
        position: static;
        padding: 40px;
        margin: 0;
        max-width: 100%;
    }

        .perfect-home .perfect-home-content p {
            padding: 0 20px;
        }

    .text-overlay {
        min-height: 256px;
        margin-top: 300px;
        padding-top: 35px;
    }

    .property-module .slider > li,
    .amenities-module .slider > li,
    .main-image-module .slider > li {
        min-height: 300px;
    }

    .housing-content .housing-content-container {
        padding: 20px 50px;
    }

        .housing-content .housing-content-container .housing-content-left {
            text-align: center;
            margin-bottom: 20px;
            padding-right: 0;
        }

        .housing-content .housing-content-container .housing-content-right {
            padding-left: 0;
        }

        .housing-content .housing-content-container .housing-content-left,
        .housing-content .housing-content-container .housing-content-right {
            width: 100%;
        }

    .news-perfect .careers .careers-content,
    .services-careers .careers .careers-content {
        position: static;
        margin-top: 0;
        margin-bottom: 20px;
        padding: 0 20px;
    }

    .news-perfect .careers .career-left,
    .services-careers .careers .career-left {
        width: 100%;
    }

    .news-perfect .careers .career-right,
    .services-careers .careers .career-right {
        width: 100%;
    }

    .property-module .slider > li,
    .amenities-module .slider > li,
    .main-image-module .slider > li {
        min-height: 300px;
        background-size: cover !important;
    }

    .perfect-home {
        min-height: 270px;
    }

    .main-footer .two-col,
    .main-footer .four-col {
        padding: 0 18px;
    }

    .footer-break {
        display: inline;
    }


    #apartment-search select:nth-child(1) {
        max-width: 90px;
    }

    #apartment-search select:nth-child(2) {
        max-width: 150px;
    }

    #apartment-search input[type="text"] {
        width: 78%;
    }

    #apartment-search-mobile select:nth-child(1) {
        max-width: 90px;
    }

    #apartment-search-mobile select:nth-child(2) {
        max-width: 150px;
    }

    #apartment-search-mobile input[type="text"] {
        width: 78%;
    }

    .property-list li .property-image {
        margin-right: 10px;
    }

    .property-list li .property-content {
        max-width: 220px;
        overflow: hidden;
    }

    .responsive-nav {
        width: 145px;
        margin-right: -30px;
    }

    .property-module .rslides_tabs,
    .amenities-module .rslides_tabs,
    .property-module .flex-control-nav,
    .amenities-module .flex-control-nav {
        top: 280px;
    }

    .property-module .slider > li,
    .amenities-module .slider > li {
        background-size: auto 60% !important;
        background-position: top center !important;
    }

    .community-home-intro {
        border-bottom: 10px solid #ededeb;
    }

        .community-home-intro .community-home-intro-left {
            width: 100%;
        }

            .community-home-intro .community-home-intro-left .intro-left-content {
                padding: 30px 30px 60px 30px;
            }

        .community-home-intro .community-home-intro-right {
            position: relative;
            min-height: 300px;
            left: 0;
        }

        .community-home-intro .community-home-intro-left h1 {
            margin: 8px 0 12px 0;
            font-family: 'Open Sans', sans-serif;
            font-weight: 600;
            font-size: 23px;
            line-height: 20px;
        }

        .community-home-intro .flex-control-nav {
            width: 100%;
            bottom: initial;
            height: 45px;
            top: 270px;
        }

        .community-home-intro .community-home-intro-left h4 {
            margin: 8px 0 12px 0;
        }

    .apartment-list .apartment-list-item {
        padding: 22px 40px;
    }

    .neighborhood-map-module .neighborhood-map-left {
        width: 100%;
    }

        .neighborhood-map-module .neighborhood-map-left #mapcircle-container {
            float: none;
            margin: 0 auto;
        }

    .neighborhood-map-module .neighborhood-map-right {
        width: 100%;
        text-align: center;
    }

        .neighborhood-map-module .neighborhood-map-right p {
            margin: 0 auto;
            max-width: 90%;
        }

    .walkscore {
        margin: 25px auto;
        max-width: 95%;
        display: inline-flex;
    }

        .walkscore .walkscore-content {
            text-align: left;
            border-radius: 8px;
            width: 315px;
            padding-top: 15px;
        }

            .walkscore .walkscore-content .walkscore-result {
                margin-top: 11px;
            }

    .community-floorplans-slider2 {
        display: block;
    }

    .community-floorplans-slider {
        display: none;
    }

        .community-floorplans-slider ul li div {
            width: 100%;
            padding: 20px 30px;
        }

            .community-floorplans-slider ul li div p {
                margin-top: 5px;
            }

    .floorplans-group li:nth-child(2n) {
        margin-right: 2px;
    }

    .floorplans-group li {
        margin-right: 0;
    }

    .community-floorplans-list ul li {
        width: 100%;
    }
}

@media all and (max-width: 580px) {
    .full {
        display: none;
    }

    .mobile {
        display: block;
    }

    .apartment-rentals {
        margin: 0 0 20px 0 !important;
    }

    #search-map-mobile {
        margin-top: 20px;
    }

    h1 {
        line-height: 45px;
    }

    .community-text-module {
        margin: 22px 0 20px;
        padding-top: 20px;
    }

        .community-text-module h1 {
            font-size: 23px;
            line-height: 32px;
            padding: 0 0 10px;
        }

    .heading-content p {
        line-height: 16px;
    }

    #fpii .container {
        padding: 0 30px;
    }
}

@media all and (max-width: 580px) {
    #fpii .aptpop.container {
        padding: 0;
    }
}

@media all and (max-width: 568px) {
    .responsive-subnav ul li a,
    .responsive-subnav-link {
        font-size: 13px;
        padding: 10px 0;
    }
}

@media all and (max-width: 480px) {
    .community-floorplans-list ul li .expand .flex-direction-nav {
        width: 100%;
        top: 25%;
    }

    .community-floorplans-list ul li.open .left,
    .community-floorplans-list ul li.open .right {
        width: 100%;
    }

    .community-floorplans-list ul li.open .left {
        margin-bottom: 20px;
    }

    .our-offices-block {
        padding: 60px 20px;
    }

        .our-offices-block .offices-container .result-block .result-left {
            width: 30%;
        }

        .our-offices-block .offices-container .result-block .result-right {
            width: 70%;
        }

    .infobox2 img.info-thumb {
        width: 20%;
    }

    .infobox2 .info-content {
        width: 100%;
        padding: 10px 10px 20px 35%;
    }

    .acq-investments .two-col {
        padding: 40px;
    }

    .contact-blocks .contact-block a {
        padding: 10px 15px;
    }

    .single-block {
        padding: 0 50px;
    }

        .single-block .block-left,
        .single-block .block-right {
            width: 100%;
        }

    .first-circle {
        margin: 10px 25% 0 27% !important;
    }

    .community-neighborhood-map-container .neighborhood-legend {
        top: 0;
    }

        .community-neighborhood-map-container .neighborhood-legend ul li {
            padding: 10px;
            width: 50%;
            margin: 0;
            float: left;
        }

    .community-neighborhood-map-container .score-search {
        bottom: 10px;
    }

        .community-neighborhood-map-container .score-search .walkscore {
            margin: 0;
        }

        .community-neighborhood-map-container .score-search .neighborhood-search {
            margin-left: 0;
        }

            .community-neighborhood-map-container .score-search .neighborhood-search input {
                width: 170px;
            }

    .community-gallery .community-gallery-item {
        width: 100%;
        margin-right: 0 !important;
        margin-bottom: 1%;
    }

    .community-features .two-col:first-child {
        padding: 30px;
    }

    .community-features .two-col:nth-child(2) {
        min-height: 200px;
    }

    .community-amenities .two-col:nth-child(2) {
        padding: 30px;
    }

    .community-features h1, .community-amenities h2 {
        line-height: 35px;
    }

    .community-amenities .community-amenities-list li {
        min-width: 0;
        margin-right: 0 !important;
        margin-bottom: 10px;
        width: 50%;
        float: left;
    }

    .main-header {
        overflow: hidden;
        padding: 20px 10px !important;
    }

    .community-floorplans-list ul li .floorplan-image {
        max-width: 120px;
        margin-right: 15px;
        margin-top: 20px;
    }

    .responsive-nav {
        width: 150px;
    }

        .responsive-nav a:nth-child(2),
        .responsive-nav a:nth-child(3) {
            width: 30px;
            height: 30px;
            background-size: 100%;
        }

        .responsive-nav .navicon {
            font-size: 2.7em;
        }

        .responsive-nav a img {
            max-width: 28px;
        }

    h2 {
        line-height: 40px;
    }

    .services-careers h2,
    .news-perfect h2 {
        margin: 20px 0 15px 0 !important;
    }

    .state-module .flex-direction-nav,
    .apartment-type-module .flex-direction-nav {
        display: none;
    }

    .main-footer .two-col {
        width: 100%;
        margin-top: 25px;
    }

    .main-footer .four-col {
        width: 100%;
        padding: 0 20px;
    }

    a.button img {
        margin-left: 5px;
    }

    .services-careers .services,
    .news-perfect .services {
        padding: 50px 40px;
    }

    .main-footer {
        padding: 30px 10px 20px 10px;
    }

    .property-module .slider > li,
    .amenities-module .slider > li {
        background-size: auto 60% !important;
        background-position: top center !important;
    }

    .community-contact .community-contact-form {
        padding: 30px 15px;
    }

        .community-contact .community-contact-form .captcha-image img {
            max-width: 180px;
        }

        .community-contact .community-contact-form .captcha-image a {
            display: inline;
        }

    .community-residents .login-container .button-rnd {
        width: 130px;
    }

    .community-residents .login-container .button-rnd:first-of-type {
        margin-right: 20px;
    }
}

@media all and (max-width: 480px) {
    .testimonials-slider-container .testimonials-slider .flex-direction-nav .flex-prev {
        top: 20%;
        left: 2%;
    }

    .testimonials-slider-container .testimonials-slider .flex-direction-nav .flex-next {
        top: 20%;
        right: 2%;
    }

    .apartment-state-module .state-block {
        padding: 40px 15px;
    }

    #map-and-search #map-search-form .dropdown-area {
        height: auto;
    }

        #map-and-search #map-search-form .dropdown-area select {
            max-width: 100%;
            width: 100%;
        }

            #map-and-search #map-search-form .dropdown-area select:first-child {
                margin-bottom: 10px;
            }

    #map-and-search .apartment-search-amenities-list li {
        width: 49%;
        padding-bottom: 40px;
        margin: 0;
    }

        #map-and-search .apartment-search-amenities-list li:last-child {
            padding-bottom: 0;
        }

    #map-and-search #search-map {
        min-height: 200px;
    }
}

@media all and (max-width: 370px) {
    .first-circle {
        margin: 10px 5px !important;
    }

    .responsive-nav {
        width: 130px;
    }

        .responsive-nav .navicon {
            margin-right: 10px;
        }

        .responsive-nav a:nth-child(2),
        .responsive-nav a:nth-child(3) {
            margin-right: 0;
        }

    .community-contact .community-contact-form .captcha-image img {
        max-width: 120px;
    }

    .chat-now-button {
        padding: 10px 30px;
    }

    #apartment-search,
    #apartment-search-mobile {
        padding: 15px 5px;
    }

    .property-module .slider li,
    .amenities-module .slider li {
        margin-bottom: 0;
    }

    .text-overlay {
        position: static;
        padding: 20px;
        margin-top: 300px;
    }

    .amenities-module .text-overlay {
        margin-top: 210px;
    }

        .amenities-module .text-overlay .button {
            margin-top: 20px;
        }

    .property-module .flex-control-nav {
        top: 270px;
        bottom: auto;
    }

    .amenities-module .flex-control-nav {
        top: 180px;
        bottom: auto;
    }

    #apartment-search select:nth-child(2) {
        max-width: 130px;
    }

    #apartment-search input {
        max-width: 150px;
    }

    #apartment-search-mobile select:nth-child(2) {
        max-width: 130px;
    }

    #apartment-search-mobile input {
        max-width: 150px;
    }

    .perfect-home .perfect-home-content {
        padding-top: 30px;
    }

    .text-overlay {
        min-height: 265px;
    }

    .property-list .property-list-item {
        padding: 35px 15px;
    }

        .property-list .property-list-item .property-image {
            width: 25%;
        }

        .property-list .property-list-item .property-content {
            width: 70%;
            padding-left: 15px;
        }

        .property-list .property-list-item .property-divider {
            width: 190px;
        }

    .apartment-list .apartment-list-item {
        padding: 22px;
    }

        .apartment-list .apartment-list-item .button {
            display: none;
        }

        .apartment-list .apartment-list-item .apartment-content {
            padding-left: 15px;
            width: 70%;
        }

        .apartment-list .apartment-list-item .bathroom {
            margin-top: 0;
        }

    .features-module ul li {
        width: 100%;
    }

    .neighborhood-map-module .neighborhood-map-left #mapcircle-container {
        width: 280px;
        height: 280px;
        border-radius: 140px;
    }

    .neighborhood-map-module .neighborhood-map-right {
        padding: 0 20px;
    }

    .walkscore {
        display: flex;
    }

    .footer-amenities-module {
        padding: 30px 20px;
    }

        .footer-amenities-module h2 {
            font-size: 28px;
        }

    .footer-amenities-link h2 {
        font-size: 20px;
    }

    .find-list {
        margin: 10px 0 0 0;
    }

    .community-residents .login {
        height: auto;
    }

    .community-residents .button-small {
        margin-left: 0;
        margin-top: 10px;
    }

    .community-residents .login-container .button-rnd {
        width: 115px;
        padding: 12px 16px;
    }

        .community-residents .login-container .button-rnd:first-of-type {
            margin-right: 10px;
        }
}

@-moz-document url-prefix() {
    select {
        background-image: none !important;
    }

    #map-and-search #map-search-form .dropdown-area select {
        padding: 17px 10px;
    }

    #map-and-search #map-search-form .submit-area input {
        line-height: 25px;
    }

    #apartment-search select,
    #apartment-search input {
        background: white;
    }

    #apartment-search-mobile select,
    #apartment-search-mobile input {
        background: white;
    }

    .community-contact .community-contact-form select {
        background: none;
        text-indent: -2px;
    }

    #map-search-form .submit-area {
        height: 86px !important;
    }
}

.inner {
    padding: 30px 40px;
}

@media all and (max-width: 580px) {
    .inner {
        padding: 30px 20px;
    }
}

.page-title h1 {
    color: #8a9064;
}

.apartment-rentals {
    margin: 40px 0;
}

    .apartment-rentals #search-map {
        height: 250px;
        width: 100%;
        margin-bottom: 30px;
    }

    .apartment-rentals .apartment-rentals-sidebar {
        width: 27%;
        margin-right: 3%;
        float: left;
    }

    .apartment-rentals .apartment-rentals-content {
        width: 70%;
        float: left;
    }

        .apartment-rentals .apartment-rentals-content h2 {
            color: #8a9064;
            font-size: 28px;
            line-height: 30px;
            margin: 30px 0 20px 0;
        }

@media all and (max-width: 580px) {
    .apartment-rentals .apartment-rentals-sidebar {
        width: 100%;
        margin-right: 0;
        margin-bottom: 0;
        float: left;
    }

    .apartment-rentals .apartment-rentals-content {
        width: 100%;
        float: left;
    }
}

.sidebar-widget {
    background: #A0A277;
    display: block;
    border-radius: 5px;
    color: white;
    text-align: center;
    padding: 25px 20px;
    margin-bottom: 30px;
}

    .sidebar-widget p.widget-title {
        color: #534939;
        text-transform: uppercase;
        font-size: 13px;
    }

    .sidebar-widget select::-ms-expand {
        display: none;
    }

    .sidebar-widget select {
        display: block;
        background: url('../img/down-arrow-white.png') no-repeat 95% center;
        border: 0;
        width: 100%;
        padding: 0 !important;
        line-height: 30px;
        margin: 20px 0 0 0;
        color: white;
        border-bottom: 1px solid white;
        border-radius: 0;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        font-family: 'Open Sans', sans-serif;
        font-size: 18px;
        font-weight: 300;
    }

        .sidebar-widget select option {
            padding: 0 !important;
            background: #a0a277;
        }

        .sidebar-widget select:hover {
            cursor: pointer;
        }

        .sidebar-widget select:focus {
            outline: 0;
        }

    .sidebar-widget input[type="submit"] {
        font-size: 18px;
        display: inline-block;
        appearance: none;
        border: 0;
        outline: 0;
        border: 1px solid white;
        border-radius: 5px;
        background: #bcc155;
        padding: 15px 30px;
        text-transform: uppercase;
        margin-top: 30px;
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #bcc155), color-stop(100%, #9a9e46));
        background: -webkit-linear-gradient(top, #bcc155 0%, #9a9e46 100%);
        background: linear-gradient(to bottom, #bcc155 0%, #9a9e46 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#bcc155', endColorstr='#9a9e46', GradientType=0);
    }

        .sidebar-widget input[type="submit"]:hover {
            cursor: pointer;
            background: #5a5d18;
            background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #5a5d18), color-stop(100%, #4a4c14));
            background: -webkit-linear-gradient(top, #5a5d18 0%, #4a4c14 100%);
            background: linear-gradient(to bottom, #5a5d18 0%, #4a4c14 100%);
            filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#5a5d18', endColorstr='#4a4c14', GradientType=0);
        }

    .sidebar-widget input[type="text"],
    .sidebar-widget input[type="email"] {
        display: block;
        width: 100%;
        margin-top: 20px;
        background: none;
        outline: 0;
        border: 0;
        color: white;
        border-bottom: 1px solid white;
        font-family: 'Open Sans', sans-serif;
        font-size: 18px;
        font-weight: 300;
    }

    .sidebar-widget ::-webkit-input-placeholder {
        /* WebKit browsers */
        color: #fff;
    }

    .sidebar-widget :-moz-placeholder {
        /* Mozilla Firefox 4 to 18 */
        color: #fff;
        opacity: 1;
    }

    .sidebar-widget ::-moz-placeholder {
        /* Mozilla Firefox 19+ */
        color: #fff;
        opacity: 1;
    }

    .sidebar-widget :-ms-input-placeholder {
        /* Internet Explorer 10+ */
        color: #fff;
    }

    .sidebar-widget label {
        margin-top: 15px;
        width: 100%;
        text-align: left;
        font-size: 18px;
    }

    .sidebar-widget textarea {
        margin: 10px 0;
        width: 100%;
        min-height: 125px;
        resize: none;
        background: none;
        border: 1px solid white;
        outline: 0;
        padding: 5px;
        color: white;
    }

.apartment-rentals-results {
    font-size: 0;
    margin: 20px 0;
}

.apartment-rental-result {
    display: inline-block;
    width: 32%;
    font-size: 14px;
    margin-bottom: 40px;
    padding: 0 10px;
    vertical-align: top;
}

@media all and (max-width: 768px) {
    .apartment-rental-result {
        width: 48%;
    }
}

@media all and (max-width: 580px) {
    .apartment-rental-result {
        width: 100%;
    }
}

.apartment-rental-result .result-left {
    width: 33%;
    float: left;
    padding-right: 5px;
}

.apartment-rental-result .result-right {
    width: 66%;
    float: left;
    padding-left: 5px;
}

.apartment-rental-result .result-image {
    width: 100%;
    display: block;
    height: 0;
    padding-bottom: 100%;
    background-size: cover !important;
    border-radius: 50%;
}

.apartment-rental-result .price-text {
    font-size: 11px;
    color: #a49886;
}

    .apartment-rental-result .price-text .price {
        color: #6d614e;
    }

.apartment-rental-result a {
    color: #bcc155;
}

.apartment-rental-result h3 {
    color: #bcc155;
    font-size: 16px;
    line-height: 20px;
}

.apartment-rental-result h5 {
    color: #bcc155;
    font-size: 15px;
    line-height: 16px;
}

.apartment-rental-result .name {
    margin-bottom: 10px;
}

.apartment-rental-result .address,
.apartment-rental-result .telephone {
    font-size: 12px;
    color: #6d614e;
    font-weight: bold;
    position: relative;
    padding-left: 18px;
    margin-bottom: 5px;
}

    .apartment-rental-result .address img,
    .apartment-rental-result .telephone img {
        position: absolute;
        top: 0;
        left: 0;
    }

.apartment-rental-result .button-small {
    font-size: 11px;
    padding: 10px;
}

.also-interested-in {
    background: #E7E8E0;
}

    .also-interested-in .interested-text {
        display: block;
        background: #EDEFEB;
        color: #6d614e;
        font-weight: bold;
        padding: 10px 20px;
    }

    .also-interested-in .also-interested-results {
        padding: 30px 20px;
    }

.our-awards {
    text-align: center;
    background: #EDEEEB;
    padding: 55px 20px;
}

    .our-awards p {
        max-width: 640px;
        margin: 20px auto 40px auto;
        font-size: 13px;
        font-weight: bold;
        color: #91906C;
    }

    .our-awards h1 {
        color: #6C614F;
    }

    .our-awards .service-awards {
        margin-top: 20px;
    }

        .our-awards .service-awards li:nth-child(odd) {
            background: #b6bb52;
        }

        .our-awards .service-awards li:nth-child(even) {
            background: #adb09a;
        }

        .our-awards .service-awards li {
            display: inline-block;
            width: 120px;
            height: 120px;
            border-radius: 60px;
            color: #fff;
            padding: 25px 10px;
            margin: 5px;
            font-size: 10px;
        }

    .our-awards .award-title {
        font-size: 16px;
        text-transform: uppercase;
        display: block;
    }

.rentals-ad-placeholder {
    width: 100%;
    margin-bottom: 30px;
    display: block;
}

    .rentals-ad-placeholder img {
        max-height: 100%;
        width: 100%;
    }

/* Map new styles 10/24/2017 */

.community-neighborhood-map-container .score-search-inner {
    margin: auto;
}

@media all and (max-width: 1070px) {
    .community-neighborhood-map-container .score-search-inner {
        max-width: 43rem;
    }
}

@media all and (max-width: 640px) {
    .community-neighborhood-map-container .score-search-inner {
        margin-top: 24px;
        max-width: 24rem;
    }
}

.community-neighborhood-map-container .score-search .walkscore {
    margin: 0;
    vertical-align: bottom;
}

.walkscore.cf.transitscore {
    margin: 0 0 0 10px;
}

@media all and (max-width: 640px) {
    .walkscore.cf.transitscore {
        margin: 10px 0;
    }
}

.community-neighborhood-map-container .score-search-inner > div:nth-child(3) {
    display: block;
    margin: 10px 9px 0;
}

@media all and (max-width: 1070px) {
    .community-neighborhood-map-container .score-search-inner > div:nth-child(3) {
        margin: 10px 31px 0;
    }

    .community-neighborhood-map-container .score-search .neighborhood-search {
        margin-left: 2%;
    }
}

.community-neighborhood-map-container .score-search .neighborhood-search .search-form {
    display: -webkit-flex;
    display: flex;
}

.community-neighborhood-map-container .score-search .neighborhood-search .search-form-i {
    -webkit-flex: 1;
    flex-grow: 1;
    height: 31px;
    padding: 0;
}

@media all and (max-width: 640px) {
    .community-neighborhood-map-container .score-search .neighborhood-search .search-form-i {
        margin-right: 26px;
        font-size: 24px;
        padding: 3px 0 0;
    }

    .community-neighborhood-map-container .score-search .neighborhood-search a.button-small {
        bottom: 6px;
    }
}

.community-neighborhood-map-container .score-search .neighborhood-search .search-form-btn {
    text-align: right;
}

@media all and (max-width: 390px) {
    .community-neighborhood-map-container .score-search .neighborhood-search .search-form-btn img {
        display: none;
    }
}

@media all and (max-width: 640px) {
    .community-neighborhood-map-container {
        margin-top: -18px;
    }

        .community-neighborhood-map-container .score-search-inner > div:nth-child(2) {
            margin: 24px 0;
        }

    .neighborhood-legend .btmap {
        font-size: 11px;
        line-height: 14px;
        padding: 11px 22px;
    }

    #mobile-clear-filters {
        display: block;
        font-family: Montserrat, sans-serif;
        font-size: 11px;
        text-transform: uppercase;
        margin: 12px 0 20px;
    }

        #mobile-clear-filters i {
            font-size: 17px;
            line-height: 18px;
            margin-right: 2px;
            vertical-align: middle;
        }
}

.icon-large {
    display: inline-block;
    color: white;
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    border-radius: 50%;
    padding: 15px 15px;
    border: 1px solid #b3b674;
    text-transform: uppercase;
    font-size: 31px;
    background: #bcc155;
    box-shadow: 4px 1px 8px 0 rgba(0, 0, 0, 0.22);
}

/* NEW CSS */
.bgcolor {
    padding-top: 40px;
    padding-bottom: 30px;
    background: #8a9064;
}

.blog-container .col-md-4 {
    padding: 20px
}

.blog-container h2 > a {
    font-size: 27px;
    line-height: 27px;
    color: #fff;
    padding-left: 15px;
    padding-right: 12px;
    padding-top: 8px;
    display: block;
    font-weight: normal;
}

.blog-container p {
    font-size: 16px;
    margin-bottom: 18px;
    margin-top: 12px;
    color: #fff;
    padding-left: 15px;
    line-height: 21px;
    font-weight: 400;
}

.blog-container .date {
    background: rgba(0,0,0,.6);
    display: block;
    padding: 7px 15px;
    color: #fff;
    font-weight: 300;
}

.blog-container .blog-block-image {
    position: relative;
    height: 371px;
    background-size: cover !important;
    cursor: pointer;
}

.blog-container .blog-block-content {
    position: absolute;
    bottom: 0px;
    background: rgba(109,97,78,.7);
    width: 100%;
}

/* additional nav */
.nav-blog {
    /*border-bottom: 1px solid #6d614e;*/
    background: #fff !important;
}

.subnav .main-subnav.nav-blog li a {
    padding: 10px 13px !important;
    margin-top: 10px;
    font-size: 13px !important;
    color: #6d614e !important;
}

    .subnav .main-subnav.nav-blog li a:hover, .subnav .main-subnav.nav-blog li a.active {
        text-decoration: none;
        color: #8a9064 !important;
        padding-top: 10px;
        margin-top: 0;
        border-top: 10px solid #8a9064;
    }

.nav-blog {
    z-index: 9;
    border-bottom: 1px solid #6d614e;
    padding-bottom: 3px;
    position: relative;
}

    .nav-blog:before,
    .nav-blog:after {
        position: absolute;
        bottom: -4px;
        left: 0;
        height: 7px;
        width: 7px;
        background: #6d614e;
        content: "";
        border-radius: 5px;
    }

    .nav-blog:after {
        right: 0;
        left: auto;
    }

.nav-blog2 {
    /*border-bottom: 0px solid #6d614e;*/
    background: #fff !important;
    padding-bottom: 3px;
    position: relative;
}

.subnav .main-subnav.nav-blog2 li a {
    padding: 10px 14px !important;
    font-size: 13px !important;
    color: #8a9064 !important;
    margin-top: 10px;
}

    .subnav .main-subnav.nav-blog2 li a:hover, .subnav .main-subnav.nav-blog2 li a.active {
        text-decoration: none;
        color: #6d614e !important;
        padding-top: 10px;
        margin-top: 0;
        border-top: 10px solid #6d614e;
    }

.blog-title {
    text-align: center;
    color: #8a9064;
    line-height: 29px;
    font-size: 26px;
}

.blog-date {
    margin-top: 15px;
    margin-bottom: 15px;
    font-weight: 500 !important;
    line-height: 24px;
    text-align: center;
    font-size: 15px !important;
    color: #6d614e !important;
}

.blog-txt p {
    margin-top: 4px !important;
    font-weight: 500 !important;
    font-size: 16px !important;
    line-height: 19px !important;
    color: #6d614e !important;
}

.blog-txt a {
    color: #8a9064;
}

.blog-highlight {
    margin-top: 4px !important;
    font-weight: 600 !important;
    font-style: italic;
    font-size: 16px !important;
    line-height: 19px !important;
    color: #6d614e !important;
}

.pg-bkg {
    background: #8a9064;
}

.blog-post-area {
    background: #fff;
    margin-bottom: 60px;
    margin-right: 40px;
    margin-left: 40px;
    margin-top: 50px;
}

.blog-canvas {
    position: relative;
    padding: 50px 30px;
}

.blog-center {
    max-width: 750px;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    position: relative;
}

.blog-arrow {
    margin-top: 4px;
    position: absolute;
    right: 20px;
}

.responsive-subnav ul.blog-subnav {
    background: #6d604f;
}

.responsive-subnav.open {
    position: relative !important;
}

/* NEW NAV */
body.housing .responsive-nav {
    text-align: right;
}

.responsive-nav {
    margin-right: 0px;
    text-align: right;
}

.responsive-subnav {
    border-bottom: 10px solid #CAD0C2;
}


.responsive-nav-list2 {
    text-transform: uppercase;
    font-family: 'Open Sans', sans-serif;
    font-size: 15px;
    font-weight: bold;
    display: none;
    position: relative;
    width: 100%;
    background: #8A9064;
    text-align: center;
    z-index: 4000;
}

    .responsive-nav-list2 li a {
        display: block;
        color: #fff;
        padding: 20px 0;
        text-align: center;
        border-bottom: 1px solid #e8e8e4;
    }

        .responsive-nav-list2 li a:hover {
            background: #50543a;
            color: white;
            text-decoration: none;
        }

    /*.responsive-nav-list.stuck {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        z-index: 5500;
        background: #8A9064;}*/

    .responsive-nav-list2 li.icons {
        width: 100%;
        max-width: 100%;
        text-align: center;
        background-color: #fff;
        border-bottom: 10px solid #CAD0C2;
    }

        .responsive-nav-list2 li.icons a {
            display: inline;
            padding: 16px 8px;
        }

            .responsive-nav-list2 li.icons a:hover {
                background: #fff;
            }

.responsive-nav .navicon-v2 {
    font-size: 3.5em;
    margin-right: 4px;
    color: #5e4a28;
}

    .responsive-nav .navicon-v2:hover {
        text-decoration: none;
        color: #282011;
    }

.responsive-nav a img {
    max-width: 100%;
}

.foot-blog-link {
    color: #fff;
}

    .foot-blog-link:hover {
        color: #4a4b40;
        text-decoration: none;
    }

#toTop {
    font-size: 38px;
    line-height: 33px;
    background-color: rgba(0,0,0,0.3);
    color: #FFF;
    position: fixed;
    height: 35px;
    width: 40px;
    right: 6px;
    bottom: 120px;
    text-align: center;
    text-transform: uppercase;
    opacity: 0.9;
    filter: alpha(opacity=90);
    text-decoration: none;
    display: none;
    z-index: 1000;
    -webkit-border-radius: 2px !important;
    -moz-border-radius: 2px !important;
    border-radius: 2px !important;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}

    #toTop::before {
        content: url('../img/to-top-arrow.png');
    }

header.main-header {
    height: auto;
}

    header.main-header .logo {
        display: block;
    }

    header.main-header .small-logo {
        display: none;
    }

@media (max-width: 890px) {
    header.main-header {
        height: 95px;
    }

        header.main-header .logo {
            display: none !important;
        }

        header.main-header .small-logo {
            display: block !important;
        }

    body.housing .main-header nav {
        margin-top: 0px;
    }
}

@media (max-width: 684px) {
    .subpage-text-module h1 {
        font-size: 30px !important;
    }
}

@media all and (max-width: 480px) {
    .responsive-nav .navicon-v2 {
        font-size: 2.7em;
    }
}

@media (max-width: 1199px) {
    .blog-container .container {
        min-width: 100%;
    }
}

@media (min-width: 768px) and (max-width: 1023px) {
    .blog-container .col-md-4 {
        width: 50% !important;
    }
}

@media (min-width: 891px) and (max-width: 1151px) {
    .subnav .main-subnav.nav-blog li a, .subnav .main-subnav.nav-blog2 li a {
        padding: 10px 6px !important;
        margin-top: 10px;
        font-size: 11px !important;
    }
}

@media all and (max-width: 890px) { /*max-width: 768px*/
    body.housing .main-header nav ul {
        display: none;
    }

    body.housing .responsive-nav {
        display: block;
    }
}

@media (max-width: 500px) {
    .blog-post-area {
        margin-right: 20px !important;
        margin-left: 20px !important;
    }
}

@media all and (max-width: 480px) {
    .responsive-nav .navicon-v2 {
        font-size: 2.7em;
    }
}

@media (max-width: 370px) {
    .responsive-nav {
        width: auto;
    }
}

.imagecontainerblogcarousel .bgs-prev {
    margin-left: 0px;
    right: auto;
    left: -20px;
    zoom: 1;
}

.imagecontainerblogcarousel .bgs-next {
    margin-left: 10px;
    right: auto;
    right: -20px;
    zoom: 1;
}

    .imagecontainerblogcarousel .bgs-prev .fa, .imagecontainerblogcarousel .bgs-next .fa {
        display: block;
        text-shadow: -1px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff, 1px 1px 0 #fff;
    }

.imagecontainerblogcarousel .bgs-prev .fa {
    margin-left: -4px;
}


.imagecontainerblogcarousel .bgs-prev, .imagecontainerblogcarousel .bgs-next {
    position: absolute;
    top: 50%;
    margin-top: -20px;
    cursor: pointer;
    border: #fff 0px solid;
    opacity: 1;
    filter: Alpha(Opacity=100);
    font-size: 43px;
    line-height: auto;
    padding: 0px 16px;
    font-weight: bold;
    color: #fff;
    border-radius: 50%;
    background-color: #d5d8b1;
    background-color: #d5d8b1;
    width: 44px;
    height: 44px;
    zoom: 1;
}

.imagecontainerblogcarousel .imgbox {
    margin-bottom: 20px;
    position: relative;
}

    .imagecontainerblogcarousel .imgbox > div {
        position: absolute;
        top: 0px;
        width: 100%;
    }
