body {
    color: #454545;
}
#inner-page-wrapper > .container {
	width: 100% !important;
	padding: 0;
}
#content-full {
	margin: 0;
}
.ip-comm-banner {
	width: 100%;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	text-align: center;
	position: relative;
}
	.ip-comm-banner::before {
		content: '';
	    position: absolute;
	    top: 0;
	    left: 0;
	    right: 0;
	    bottom: 0;
	    z-index: 1;
	    background: rgba(13,24,51,0.34);
	}
.ip-custom-title,
#content h1.ip-custom-title {
	width: 100%;
    position: absolute;
    top: 62%;
    left: 0;
    z-index: 2;
}
    .ip-custom-title span {
        font-size: 70px;
        font-family: var(--secondary-font);
        text-align: center;
        color: #ffffff;
        text-transform: uppercase;
        letter-spacing: 0.005em;
        line-height: 1.4;
    }

#content h1.ip-custom-title {
    margin: 0;
    line-height: 1;
}

.accent-logo {
    width: 17.8125%;
    position: absolute;
    z-index: 2;
    right: 0;
    opacity: 0.05;
}
.ip-commdet-content-title {
    font-size: 35px;
    color: var(--primary-color);
    font-family: var(--secondary-font);
    text-transform: uppercase;
    line-height: 1.3;
    letter-spacing: 0.005em;
}
    .ip-commdet-content-title.is-white {
        color: #ffffff;
    }

.ip-floating-smi {
    width: 41px;
    position: fixed;
    z-index: 100;
    top: 50%;
    right: 2.6875%;
    text-align: center;
    font-size: 0;
    transform: translate(0,-50%);
}
    .ip-floating-smi a {
       width: 41px;
       height: 41px;
       display: inline-block;
       vertical-align: top;
       margin: 4px 0;
       border-radius: 0;
       color: var(--primary-color);
       background-color: #d8d2d6; 
       border-radius: 50%;
       transition: all 0.3s ease-in-out;
    }
        .ip-floating-smi a span {
            display: block;
            font-size: 22px;
            line-height: 41px;
        }
        .ip-floating-smi a:hover {
            color: #ffffff;
            background-color: var(--secondary-color);
        }

.ip-commdet-wrap {
    padding-top: 65px;
}
#content .ip-commdet-wrap .entry-title {
    font-size: 50px;
    text-align: center;
    text-transform: uppercase;
    line-height: 1.3;
    letter-spacing: 0.005em;
}

#content p,
#content ul {
    font-size: 14px;
    font-weight: 300;
    line-height: 2;
    letter-spacing: 0.05em;
}
#content strong,
.ip-commdet-content strong {
    font-weight: 600;
}
#content ul {
    line-height: 2.1;
}
#content h3 {
    margin: 0 auto 15px;
    color: var(--primary-color);
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 0.05em;
}

.ip-commdet-content-wrap {
    width: 100%;
    display: inline-block;
    vertical-align: top;
}
    .ip-commdet-content-wrap-top {
        /* padding-top: 30px; */
    }
    .ip-commdet-content {
        position: relative;
    }
        .ip-commdet-content .accent-logo {
            top: 27%;
        }
        .ip-commdet-content-inner {
            position: relative;
        }
            .ip-commdet-content-wrap-bottom .ip-commdet-content:last-child .ip-commdet-content-inner::before {
                width: 91.5%;
                height: 2px;
                content: '';
                position: absolute;
                bottom: 0;
                left: 0;
                right: 0;
                margin: 0 auto;
                background-color: #dfdfdf;
            }
                .ip-commdet-content-wrap-bottom .ip-commdet-content:last-child .ip-commdet-content-inner:last-child::before {
                    display: none;
                }
        .ip-commdet-content:nth-child(odd) {
            padding-left: 22.5%;
            text-align: right;
        }
            .ip-commdet-content:nth-child(odd) .ip-commdet-content-inner {
                padding: 120px 18.354% 120px 14.3%;
                background-color: var(--primary-color);
                display: inline-block;
                vertical-align: top;
                color: #ffffff;
                text-align: left;
            }
        .ip-commdet-content:nth-child(even) {
            padding-right: 14.875%;
        }
            .ip-commdet-content:nth-child(even)::after {
                width: 14.875%;
                height: 100%;
                content: '';
                position: absolute;
                top: 0;
                right: 0;
                background-color: var(--primary-color);
            }
            .ip-commdet-content:nth-child(even) .ip-commdet-content-inner {
                padding: 110px 21.659% 120px 16.886%;
                background-color: #ffffff;
                display: inline-block;
                vertical-align: top;
            }
            .ip-commdet-content-wrap-bottom .ip-commdet-content .ip-commdet-content-inner {
                padding: 150px 18.354% 140px 14.3%;
            }
        .ip-commdet-content .ip-commdet-content-title {
            width: 100%;
            display: inline-block;
            vertical-align: top;
            margin-bottom: 10px;
        }
        #content .ip-commdet-content-text p {
            margin-top: 30px;
        }
        #content .ip-commdet-content-text h3 {
            color: #454545;
            font-size: 14px;
        }

        /* Read More START */
        .read-more-wrap {
            display: none;
        }
        .long .read-more-wrap {
            display: block;
        }
        .more-btns {
            position: relative;
            display: inline-block;
        }
        .ip-commdet-content-text .more-btns {
            margin-top: 30px;
        }
        .ip-commdet-neighbor-content .more-btns {
            margin-top: 40px;
        }
        .read-more-btn {
            width: 170px;
            height: 36px;
            position: relative;
            z-index: 1;
            outline: none;
            border: none;
            appearance: none;
            margin: 0 auto;
            color: #0d1833;
            font-size: 13px;
            line-height: 35px;
            letter-spacing: 0.1em;
            text-transform: uppercase;
            background-color: #a4bcd6;
            transition: all 0.3s ease-in-out;
        }
        .read-more-btn:hover {
            color: #ffffff;
            background-color: var(--secondary-color);
        }
        .read-more-btn.read-less-btn {
            width: 100%;
            height: 100%;
            position: absolute;
            z-index: 2;
            top: 0;
            left: 0;
            opacity: 0;
            pointer-events: none;
        }
        .long .read-less-btn {
            opacity: 0;
        }
        .long .read-more-btn.read-less-btn {
            opacity: 1;
            pointer-events: auto;
        }
        /* Read More END */

/* Content END */

/* Neighbor START */
.ip-commdet-neighbor-wrap {
    width: 100%;
    display: inline-block;
    vertical-align: top;
    text-align: center;
    position: relative;
}
    .ip-commdet-neighbor-wrap  .accent-logo {
        top: -2.4%;
    }
    .ip-commdet-neighbor-top {
        width: 100%;
        display: inline-block;
        vertical-align: top;
        position: relative;
        padding: 125px 0 80px;
        color: #ffffff;
        background-color: var(--primary-color);
    }
        .ip-commdet-neighbor-top::after {
            width: 100%;
            height: 121%;
            max-height: 474px;
            content: '';
            position: absolute;
            top: 100%;
            left: 0;
            background-color: var(--primary-color);
        }
        #content .ip-commdet-neighbor-top p {
            width: 50%;
            margin: 35px auto 0;
        }
    .ebt-section .ip-commdet-neighbor-content {
        width: 96.5%;
        display: inline-block;
        vertical-align: top;
        position: relative;
        margin: 0 auto;
        padding: 85px 33px 120px;
        background-color: #ffffff;
        border-bottom: 1px solid #dfdfdf;
    }
        .ip-commdet-neighbor-content.long {
            padding-bottom: 45px;
            border-bottom: none;
        }
        .ip-commdet-neighbor-content:last-child {
            /* border-bottom: none; */
        }
        #content .ip-commdet-neighbor-content h2 {
            margin-bottom: 40px;
            font-size: 35px;
            color: var(--primary-color);
            font-family: var(--secondary-font);
            text-transform: uppercase;
            line-height: 1;
            letter-spacing: 0.05em;
            font-weight: 400;
        }
        .ip-commdet-neighbor-list {
            width: 100%;
            display: flex;
            justify-content: center;
        }
            .ip-commdet-neighbor-content.long .ip-commdet-neighbor-list {
                border-bottom: 1px solid #dfdfdf;
            }
            .ip-commdet-neighbor-content:last-child .ip-commdet-neighbor-list:last-child {
                border-bottom: none;
            }
            .ip-commdet-neighbor-content:nth-child(even) .ip-commdet-neighbor-list:last-child {
                justify-content: flex-start;
            }
            .ip-commdet-neighbor-item {
                width: 25%;
                display: inline-block;
                vertical-align: top;
                padding: 40px 20px;
            }
                #content .ip-commdet-neighbor-item p {
                    margin: 0;
                }
/* Neighbor END */


/* Sales START */
.ip-commdet-sales-wrap {
    width: 100%;
    display: inline-block;
    vertical-align: top;
    padding: 130px 0 95px;
    background-color: #ededed;
    text-align: center;
}
    .ip-commdet-sales-list {
        width: 100%;
        margin-top: 70px;
        display: flex;
        align-items: center;
        justify-content: center;
    }
        .ip-commdet-sales-item {
            width: calc(100% / 3);
        }
            #content .ip-commdet-sales-item h3 {
                margin: 0 auto 45px;
                line-height: 1;
                font-size: 18px;
                font-weight: 600;
                letter-spacing: 0.05em;
            }
            #content .ip-commdet-sales-item p {
                line-height: 2.5;
            }
/* Sales END */


/* FAQs START */
.ip-commdet-faqs-wrap {
    width: 100%;
    display: inline-block;
    vertical-align: top;
    padding: 102px 9.875% 0;
    position: relative;
}
    .ip-commdet-faqs-wrap::after {
        width: 100%;
        height: 100%;
        max-height: 606px;
        content: '';
        position: absolute;
        z-index: -1;
        top: 0;
        left: 0;
        background-color: var(--primary-color);
    }
    .ip-commdet-faqs-content {
        padding: 85px 15px 40px;
        background-color: #ffffff;
        position: relative;
        z-index: 1;
    }
        .ip-commdet-faqs-content .container {
            max-width: 100%;
        }
        .ip-commdet-faqs-list {
            margin-top: 40px;
        }
            .ip-commdet-faqs-item {
                margin-bottom: 10px;
            }
                #content .ip-commdet-faqs-item h3 {
                    margin: 0;
                    font-size: 14px;
                    color: #454545;
                    background-color: #d8d2d6;
                    line-height: 1.2;
                }
                    .ip-commdet-faqs-item h3 a {
                        color: inherit;
                        display: block;
                        padding: 17px 40px 17px 20px;
                        position: relative;
                    }
                        .ip-commdet-faqs-item h3 a::after {
                            content: '-';
                            position: absolute;
                            top: calc(50% - 11px);
                            right: 20px;
                            font-size: 22px;
                        }
                        .ip-commdet-faqs-item h3 a.collapsed::after {
                            content: '+';
                        }
                #content .ip-commdet-faqs-item p {
                    margin: 0;
                }
                .ip-commdet-faqs-item > div {
                    padding: 12px 20px 5px;
                }
            .ip-commdet-faqs-list .more-btns {
                margin-top: 30px;
            }
/* FAQs END */

/* Find Your Next Home START */
.ip-commdet-fydh-wrap {
    width: 100%;
    display: inline-block;
    vertical-align: top;
    padding: 65px 0 100px;
}
    .ip-commdet-faqs-text .more-btns {
        margin-top: 25px;
    }
    .ip-commdet-faqs-text a {
        color: #0f39a4;
        font-weight: 600;
        transition: all 0.3s ease-in-out;
    }
        .ip-commdet-faqs-text a:hover {
            color: var(--secondary-color);
        }
/* Find Your Next Home END */


.ip-commdet-content-inner::before {
    width: 91.5%;
    height: 2px;
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    /* background-color: #dfdfdf; */
}

.ip-commdet-content-inner.white-bg:before {
    width: 91.5%;
    height: 2px;
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    background-color: #dfdfdf;
}

.ebt-section.is-last .ip-commdet-neighbor-content {
  border-bottom: none !important;
}

.ip-commdet-content-inner.white-bg.is-last:before {
    content: unset;
}

#content .ip-commdet-wrap em{
    font-style: italic !important;
}

/* MOBILE */
@media only screen and (max-width: 1280px) {
    .ip-floating-smi {
        right: 5px;
    }
	.ip-commdet-content:nth-child(odd) {
        padding-left: 10%;
    }
    .ip-commdet-content:nth-child(even) {
        padding-right: 10%;
    }
}
@media only screen and (max-width: 1199px) {
	
}
@media only screen and (max-width: 991px) {
    .ip-floating-smi {
        display: none;
    }
    #content .ip-commdet-wrap .entry-title {
        font-size: 35px;
    }
	.ip-commdet-content:nth-child(odd) {
        padding-left: 0;
    }
    .ip-commdet-content:nth-child(even) {
        padding-right: 0;
    }
    .ip-commdet-content-inner {
        padding: 60px 15px !important;
        text-align: center !important;
    }
    .ip-commdet-content-title {
        font-size: 25px;
    }
    .ip-commdet-content:nth-child(even)::after {
        display: none;
    }
    .ip-commdet-neighbor-top {
        padding: 60px 0;
        text-align: center;
    }
    #content .ip-commdet-neighbor-top p {
        width: 90%;
    }
    .ip-commdet-neighbor-content {
        padding: 60px 15px;
    }
    .ip-commdet-neighbor-list {
        flex-flow: column;
    }
    .ip-commdet-neighbor-item {
        width: 100%;
        padding: 20px 0;
    }
    #content ul {
        margin-left: 0;
        padding-left: 15px;
    }
    .ip-commdet-sales-wrap {
        padding: 60px 0 30px;
    }
    .ip-commdet-sales-list {
        flex-flow: column;
    }
    .ip-commdet-sales-item {
        width: 100%;
        margin-bottom: 30px;
    }
    #content .ip-commdet-sales-item h3 {
        margin-bottom: 20px;
    }
    .ip-commdet-faqs-wrap {
        padding: 60px 15px 0;
    }
    .ip-commdet-faqs-content {
        padding: 40px 0;
    }
    .ip-commdet-fydh-wrap {
        text-align: center;
    }
    
}
@media only screen and (max-width: 767px) {
    
}
