.ip-banner canvas {
    min-height: 595px;
}

#inner-page-wrapper {
    margin-bottom: 0;
    z-index: unset;
}

div#inner-page-wrapper > .container {
    width: 100%;
    padding: 0;
}

div#content-full {
    margin-top: 0;
}

p#breadcrumbs {
    display: none;
}

.ip-banner{
    background: #000;
}

.ip-banner canvas{
    opacity: .9;
}

.ihf-eureka li {
    list-style: none;
}

.ip-banner::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 30%;
    background: linear-gradient(to top, rgba(0,0,0,0.65) 0%,rgba(0,0,0,0) 100%);
    opacity: .8;
    top: auto;
}

.ip-banner::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 50%;
    background: linear-gradient(to bottom, rgba(0,0,0,0.65) 0%,rgba(0,0,0,0) 100%);
    opacity: .8;
}

.ip-community-details-area {
    line-height: 1;
    padding: 20px 0;
}

.ip-comm-det-content {
    margin: 136px 0 0;
    max-width: 435px;
}

.ip-comm-det-text p {
    font-size: 15px;
    color: #505050;
    line-height: 1.6 !important;
    letter-spacing: .28px;
    font-family: var(--font-family-default);
    margin: 0 0 10px!important;
}

.ip-comm-det-text {
    margin: 56px 0 0;
}

.ip-comm-det-photo {
    position: relative;
    width: calc((100vw - 1140px) / 2 + 100%);
}

.ip-comm-det-photo canvas{
    display: block;
    width: 100%;
}

.ip-comm-det-photo img{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

#ihf-market-report-header{
    display: none;
} 

.ip-community-details-cta-area {
    line-height: 1;
    padding: 24px 0 47px;
}

.cta2-list a {
    display: block;
    position: relative;
    max-width: 555px;
    margin: 13px auto;
}

    .cta2-photo {
        position: relative;
    }

        .cta2-photo canvas {
            display: block;
            width: 100%;
            position: relative;
            z-index: 2;
            background: #000;
            opacity: .75;
            -webkit-transition: all 0.4s ease-in-out;
            -moz-transition: all 0.4s ease-in-out;
            -o-transition: all 0.4s ease-in-out;
            transition: all 0.4s ease-in-out;
        }

            .cta2-list a:hover .cta2-photo canvas{
                background: #b90e29;
            }

                .cta2-photo img{
                    position: absolute;
                    top: 0;
                    left: 0;
                    width: 100%;
                    height: 100%;
                    object-fit: cover;
                    object-position: center;
                }

            .cta2-label {
                font-size: 36px;
                text-transform: uppercase;
                color: #fff;
                font-family: var(--font-family-title);
                letter-spacing: 2px;
                line-height: 1.25;
                position: absolute;
                top: 0;
                left: 0;
                width: 100%;
                height: 100%;
                display: flex;
                align-items: center;
                justify-content: center;
                padding: 15px;
                text-align: center;
                z-index: 2;
            }


/*cta*/
section.cta-area {
    position: relative;
    padding: 0;
    line-height: 1;
}

    .cta-holder {
        position: relative;
    }

        .cta-inner {
            display: flex;
            flex-wrap: wrap;
        }

            .cta-list {
                width: calc(100% / 3);
            }

                .cta-list a {
                    display: block;
                    position: relative;
                }

                    .cta-photo {
                        position: relative;
                    }

                        .cta-photo canvas {
                            display: block;
                            width: 100%;
                            position: relative;
                            z-index: 2;
                            background: #b90e29;
                            opacity: 0;
                            -webkit-transition: all 0.4s ease-in-out;
                            -moz-transition: all 0.4s ease-in-out;
                            -o-transition: all 0.4s ease-in-out;
                            transition: all 0.4s ease-in-out;
                        }

                            .cta-list a:hover .cta-photo canvas{
                                opacity: .64;
                            }

                                .cta-photo img{
                                    position: absolute;
                                    top: 0;
                                    left: 0;
                                    width: 100%;
                                    height: 100%;
                                    object-fit: cover;
                                    object-position: center;
                                }

                            .cta-list a::after {
                                content: '';
                                position: absolute;
                                bottom: 0;
                                left: 0;
                                width: 100%;
                                height: 50%;
                                background: linear-gradient(to top, rgba(0,0,0,0.65) 0%,rgba(0,0,0,0) 100%);
                            }

                        .cta-content {
                            position: absolute;
                            bottom: 51px;
                            left: 0;
                            width: 100%;
                            z-index: 5;
                            padding: 0 60px;
                        }

                    .cta-label {
                        font-size: 24px;
                        text-transform: uppercase;
                        color: #fff;
                        font-family: var(--font-family-title);
                        letter-spacing: 5px;
                        line-height: 1.25;
                    }

                .cta-text {
                    font-size: 15px;
                    color: #fff;
                    line-height: 1.6;
                    margin: 23px 0 0;
                    font-family: var(--font-family-default);
                    min-height: 48px;
                }

            .cta-list-head {
                width: calc(100% / 3);
                display: flex;
                align-items: center;
                justify-content: center;
                padding: 15px;
            }

/*properties*/
section.featured-properties-area {
    position: relative;
    padding: 82px 37px 0;
    z-index: 5;
    line-height: 1;
}

    .fp-holder {
        max-width: 1400px;
        margin: 0 auto;
    }

        .fp-slider {
            position: relative;
            margin: 61px 0 42px;
        }

            .fp-slick-slider {
                margin: 0 -5px;
            }

                .fp-slick-slider .slick-slide > div > div {
                    display: block !important;
                }

                    .fp-slick-slider:not(.slick-initialized) > div:not(:first-child){
                        display:none;
                    }

                        .fp-slick-slider:not(.slick-initialized) .fp-list{
                            width: calc(100% / 3);
                        }

                            .fp-list {
                                padding: 0 5px 60px;
                            }

                                .fp-list a {
                                    display: block;
                                    position: relative;
                                }

                                    .fp-photo{
                                        position: relative;
                                    }

                                        .fp-photo canvas{
                                            display: block;
                                            width: 100%;
                                            background: #020202;
                                            position: relative;
                                            z-index: 2;
                                            opacity: 0;
                                            -webkit-transition: all 0.3s ease-in-out;
                                            -moz-transition: all 0.3s ease-in-out;
                                            -o-transition: all 0.3s ease-in-out;
                                            transition: all 0.3s ease-in-out;
                                        }

                                            .fp-list a:hover .fp-photo canvas{
                                                opacity: .59;
                                            }

                                        .fp-photo img{
                                            position: absolute;
                                            top: 0;
                                            left: 0;
                                            width: 100%;
                                            height: 100%;
                                            object-fit: cover;
                                            object-position: center;
                                        }

                                    .fp-content {
                                        background: #b90e29;
                                        padding: 31px 22px 21px;
                                        max-width: 353px;
                                        width: 91%;
                                        position: absolute;
                                        bottom: -24px;
                                        left: 13px;
                                        z-index: 2;
                                        -webkit-transition: all 0.3s ease-in-out;
                                        -moz-transition: all 0.3s ease-in-out;
                                        -o-transition: all 0.3s ease-in-out;
                                        transition: all 0.3s ease-in-out;
                                        box-shadow: 15px 15px 20px rgb(0 0 0 / 30%);
                                    }

                                        .fp-content::after{
                                            content: '';
                                            position: absolute;
                                            top: 0;
                                            left: 0;
                                            width: 100%;
                                            height: 100%;
                                            background: url('../../images/fp-content-bg1.jpg') no-repeat;
                                            background-position: center;
                                            background-size: cover;
                                            opacity: .35;
                                        }

                                        .fp-slick-slider .slick-slide:nth-child(2n+3) .fp-content::after{  
                                            background: url('../../images/fp-content-bg2.jpg') no-repeat;
                                            background-position: center;
                                            background-size: cover;
                                        }

                                        .fp-slick-slider .slick-slide:nth-child(3n+3) .fp-content::after{  
                                            background: url('../../images/fp-content-bg3.jpg') no-repeat;
                                            background-position: center;
                                            background-size: cover;
                                        }

                                    .fp-list a:hover .fp-content{
                                        padding: 31px 22px 40px;
                                        background: #ff0025;
                                    }

                                .fp-content-inner {
                                    position: relative;
                                    z-index: 2;
                                }

                            .fp-price {
                                font-size: 28px;
                                color: #fff;
                                font-family: var(--font-family-title);
                                letter-spacing: .5px;
                                margin: 0 0 19px;
                            }

                        .fp-address {
                            font-size: 15px;
                            color: #fff;
                            letter-spacing: .3px;
                            font-family: var(--font-family-default);
                            margin: 0 0 13px;
                        }

                    .fp-specs {
                        font-size: 15px;
                        color: #fff;
                        letter-spacing: .3px;
                        font-family: var(--font-family-default);
                        text-transform: uppercase;
                    }

                .fp-view {
                    font-size: 12px;
                    color: #fff;
                    letter-spacing: 2.2px;
                    font-family: var(--font-family-default);
                    text-transform: uppercase;
                    margin: 0 0 0;
                    -webkit-transition: all 0.3s ease-in-out;
                    -moz-transition: all 0.3s ease-in-out;
                    -o-transition: all 0.3s ease-in-out;
                    transition: all 0.3s ease-in-out;
                    opacity: 0;
                }

            .fp-list a:hover .fp-view{
                opacity: 1;
                margin: 35px 0 0;
            }

        .fp-arrow-holder {
            display: flex;
            align-items: center;
            justify-content: space-between;
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            pointer-events: none;
            padding: 0 0 60px;
            z-index: 3;
        }

            .fp-arrow-holder button{
                display: flex;
                align-items: center;
                justify-content: center;
                width: 55px;
                height: 55px;
                -webkit-appearance: none;
                -moz-appearance: none;
                border-radius: 0;
                border: none;
                outline: none;
                background: #717171;
                padding: 5px;
                font-size: 21px;
                color: #fff;
                -webkit-transition: all 0.4s ease-in-out;
                -moz-transition: all 0.4s ease-in-out;
                -o-transition: all 0.4s ease-in-out;
                transition: all 0.4s ease-in-out;
                pointer-events: auto;
                position: relative;
            }

                .fp-arrow-holder button.fp-next{
                    background: #262626;
                }

                    .fp-arrow-holder button:hover{
                        background: #b90e29 !important;
                    }

                        .fp-arrow-holder button.fp-prev{
                            left: -27px;
                        }

                            .fp-arrow-holder button.fp-next{
                                left: 27px;
                            }

/*map*/
.ip-comm-det-map-area {
    position: relative;
    line-height: 1;
}

    .ip-map img{
        width: 100%;
    }

        .ip-map-top {
            display: flex;
            justify-content: space-between;
            padding: 24px 15px;
            max-width: 1510px;
            margin: 0 auto;
        }

            .ip-map-search-field input {
                background: transparent;
                border: solid 1px #000;
                -webkit-transition: all 0.3s ease-in-out;
                -moz-transition: all 0.3s ease-in-out;
                -o-transition: all 0.3s ease-in-out;
                transition: all 0.3s ease-in-out;
                font-size: 12px;
                font-weight: 400;
                color: #666666;
                width: 100%;
                margin: 0 ;
                display: block;
                height: 50px;
                letter-spacing: 2px;
                -webkit-appearance: none;
                padding: 0 16px;
            }

                .ip-map-search-field {
                    width: calc(100% - 199px);
                }

                .ip-map-search {
                    width: 43%;
                }

                    .ip-map-search form {
                        margin: 0 !important;
                        display: flex;
                        flex-wrap: wrap;
                        gap: 10px;
                    }

                        .ip-map-search-btn-field.ip-map-search-field {
                            width: 189px;
                        }

                    .ip-map-search-btn-field.ip-map-search-field input {
                        background: #b90e29;
                        text-transform: uppercase;
                        border: none;
                        -webkit-transition: all 0.3s ease-in-out;
                        -moz-transition: all 0.3s ease-in-out;
                        -o-transition: all 0.3s ease-in-out;
                        transition: all 0.3s ease-in-out;
                        font-size: 12px;
                        font-weight: 400;
                        color: #fff;
                        display: block;
                        height: 50px;
                        letter-spacing: 2px;
                        -webkit-appearance: none;
                        text-transform: uppercase;
                    }

                .ip-map-search-btn-field.ip-map-search-field input:hover {
                    background: #000;
                }

            .ip-search-result {
                font-size: 14px;
                color: #666666;
            }

        .ip-map-search-right {
            display: flex;
            align-items: center;
            gap: 28px;
        }

            .ip-map-search-right .global-site-btn {
                width: 173px;
            }

/*popup*/
.ip-cta-custom-popup-area {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    z-index: 1005;
    padding: 237px 15px;
    line-height: 1;
    overflow-y: auto;

    opacity: 0;
    pointer-events: none;
    transform: scale(.9);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.ip-cta-custom-popup-area.active{
    opacity: 1;
    pointer-events: auto;
    transform: scale(1);
}

.ip-cta-popup-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff;
}

    .ip-cta-popup-bg canvas{
        display: block;
        width: 100%;
        height: 100%;
        background-size: cover;
        background-position: top center;
        background-repeat: no-repeat;
        background-attachment: fixed;
        opacity: .15;
        filter: grayscale(1);
    }

        .ip-cta-popup-bg::after {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 200px;
            background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%);
        }

            .ip-cta-popup-bg::before {
                content: '';
                position: absolute;
                bottom: 0;
                left: 0;
                width: 100%;
                height: 200px;
                background: linear-gradient(to top, rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%);
                z-index: 2;
            }

.ip-cta-custom-popup-holder {
    max-width: 1283px;
    margin: 0 auto;
    position: relative;
    z-index: 5;
}

.ip-cta-tabs {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 0 -2px 78px;
}

.ip-cta-tabs span {
    width: 20%;
    padding: 2px;
}

.ip-cta-tabs span a {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 58px;
    background: #2d2d2d;
    color: #fff;
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 2px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.ip-cta-tabs span a:hover,
.ip-cta-tabs span a.active{
    background: #b90e29;
}

.ip-cta-popup-text p {
    font-size: 14px;
    color: #666666;
    line-height: 1.6 !important;
    margin: 0 0 26px !important;
    letter-spacing: .15px;
}

.ip-cta-popup-text {
    margin: 53px 0 0;
}

.ip-cta-close-popup {
    position: absolute;
    top: 140px;
    right: 72px;
    font-size: 28px;
    padding: 5px;
    cursor: pointer;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.ip-cta-close-popup:hover{
    opacity: .6;
}

.ip-cta-popup-commuting-feed {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-wrap: wrap;
    margin: 78px -15px 0;
}

.ip-commuting-list {
    padding: 0 15px;
    width: 25%;
}

.ip-commuting-list span {
    display: block;
    font-size: 25px;
    color: #2d2d2d;
    text-transform: uppercase;
    font-family: var(--font-family-title);
    margin: 0 0 18px;
}

.ip-commute-forms {
    max-width: 850px;
    margin: 92px auto 0;
    display: flex;
    flex-wrap: wrap;
    /* align-items: center; */
    justify-content: space-between;
}

.ip-commute-forms-border {
    width: 1px;
    height: 94px;
    background: #000;
    opacity: .30;
}

.ip-commute-forms-list {
    width: calc(50% - 47px);
}

.ip-commute-forms-title {
    font-size: 20px;
    color: #2d2d2d;
    text-transform: uppercase;
    font-family: var(--font-family-title);
    margin: 0 0 12px;
}

.ip-commute-forms-list form {
    margin: 0 !important;
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
}

    .ip-commute-btn-field.ip-commute-field {
        width: 53px;
    }

.ip-commute-btn-field.ip-commute-field input {
    background: #b90e29;
    text-transform: uppercase;
    border: none;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    font-size: 12px;
    font-weight: 400;
    color: #fff;
    display: block;
    height: 50px;
    letter-spacing: 2px;
    -webkit-appearance: none;
    text-transform: uppercase;
}

.ip-commute-btn-field.ip-commute-field input:hover {
    background: #000;
}

.ip-commute-field input {
    background: transparent;
    border: solid 1px #000;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    font-size: 12px;
    font-weight: 400;
    color: #666666;
    width: 100%;
    margin: 0 ;
    display: block;
    height: 50px;
    letter-spacing: 1px;
    -webkit-appearance: none;
    padding: 0 16px;
}

.ip-commute-field {
    width: calc(100% - 59px);
}

.ip-act-attr-feed {
    margin: 66px 0 0;
}

.ip-act-attr-list {
    display: flex;
    flex-wrap: wrap;
    margin: 0 0 68px;
}

.ip-act-attr-photo {
    position: relative;
    width: 48.87%;
}

.ip-act-attr-photo canvas {
    display: block;
    width: 100%;
}

.ip-act-attr-photo img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.ip-act-attr-content {
    width: 51.13%;
    padding-left: 30px;
    padding-top: 38px;
}

.ip-act-attr-title {
    font-size: 34px;
    color: #2d2d2d;
    text-transform: uppercase;
    font-family: var(--font-family-title);
    line-height: 1.2;
}

.ip-act-attr-content .ip-cta-popup-text {
    margin: 16px 0 0;
    word-break: break-all;
}

div#ihf-stat-blocks .ihf-stat-block-container {
    width: 25%;
}

.ld-graph-title {
    font-size: 14px;
    color: #666666;
    margin: 0 0 10px;
}

.ld-graph-content {
    margin: 55px 0 80px;
}

#ihf-main-container .ihf-market-report .ihf-chart-main-container {
    display: none;
}

.ihf-market-report {
    font-size: 0;
}

div#ip-cta-5 .fp-holder .global-site-title {
    font-size: 40px;
}

body.cta-popup-active{
    overflow: hidden;
}

.ip-container #main-wrapper {
    z-index: unset !important;
}


/*Restaurants*/

.ip-comm-restaurant-item-list p {
    display: none;
}

.ip-comm-restaurant-item-list {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
}

.ip-comm-restaurant-item a {
    display: block;
    position: relative;
}

.ip-comm-restaurant-item a .ip-comm-restaurant-item-photo {
    position: relative;
}

.ip-comm-restaurant-item a .ip-comm-restaurant-item-photo::before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 70%;
    background: rgb(0,0,0);
    background: linear-gradient(0deg, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 100%);
    opacity: 0.8;
    z-index: 1;
}

.ip-comm-restaurant-item a .ip-comm-restaurant-item-photo canvas {
    display: block;
    width: 100%;
    height: auto;
}

.ip-comm-restaurant-item a .ip-comm-restaurant-item-photo img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.ip-comm-restaurant-item {
    padding: 10px;
}

.ip-comm-restaurant-item a .ip-comm-restaurant-item-text {
    position: absolute;
    left: 0;
    bottom: 0;
    font-size: 16px;
    color: #fff;
    padding: 15px;
    z-index: 2;
}

/*Restaurants*/
.pac-container{
    z-index: 99999999;
}
#walkscore-container iframe{
    width: 100%;
}
.listing-wrapper{
    margin: 262px 0 42px;
}
@media only screen and (max-width: 1366px) {
    .ip-comm-det-content {
        margin: 70px 0 0;
    }

    .cta-content {
        padding: 0 40px;
    }
}

@media only screen and (max-width: 1199px) {
    .ip-comm-det-photo {
        width: calc((100vw - 940px) / 2 + 100%);
    }

    .cta-content {
        padding: 0 15px;
    }

    .cta-label {
        font-size: 20px;
        letter-spacing: 2px;
    }

    .ip-cta-custom-popup-area {
        padding: 100px 15px;
    }

    .ip-cta-tabs span a {
        letter-spacing: 0;
    }

    .ip-cta-close-popup {
        top: 30px;
        right: 30px;
    }
}

@media only screen and (max-width: 991px) {
    .ip-comm-det-content {
        margin: 50px 0;
        max-width: 100%;
        text-align: center;
    }

    .ip-comm-det-photo {
        width: 100%;
        max-width: 500px;
        margin: 0 auto;
    }

    .cta-list {
        width: 100%;
        text-align: center;
    }

    .cta-list a {
        max-width: 500px;
        margin: 0 auto;
    }

    .cta-list-head {
        width: 100%;
        margin: 0 0 20px;
    }

    .fp-slick-slider {
        margin: 0 auto;
        max-width: 500px;
    }

    .fp-arrow-holder {
        position: relative;
        justify-content: center;
    }

    .ip-map-top {
        flex-direction: column;
        align-items: center;
        gap: 15px;
    }

    .ip-map-search {
        width: 100%;
    }

    .ip-cta-tabs span {
        width: 50%;
    }

    div#ihf-stat-blocks .ihf-stat-block-container {
        width: 50%;
    }

    .ip-act-attr-photo {
        width: 100%;
        max-width: 500px;
        margin: 0 auto;
    }  

    .ip-act-attr-content {
        width: 100%;
        padding-left: 0;
        padding-top: 38px;
        text-align: center;
    } 

    .ip-commuting-list {
        padding: 0 15px;
        width: 50%;
        text-align: center;
    }

    .ip-commute-forms-list {
        width: 100%;
    }

    .ip-commute-forms-border {
        width: 94px;
        height: 1px;
        background: #000;
        opacity: .30;
        margin: 24px auto;
    }

    .ip-banner canvas {
        min-height: 300px;
    }
}

@media only screen and (max-width: 480px) {
    .cta2-label {
        font-size: 20px;
    }

    .ip-map-search-field {
        width: 100%;
    }

    .ip-map-search-btn-field.ip-map-search-field {
        width: 100%;
    }

    .ip-map-search-right {
        flex-direction: column;
    }

    .ip-cta-tabs span {
        width: 100%;
    }

    div#ihf-stat-blocks .ihf-stat-block-container {
        width: 100%;
    }
}


