/*******************************************************
 *
 * Communities
 *
 *******************************************************/

.logo {
    pointer-events: auto;
}

.header-right {
    pointer-events: auto;
}

.header-wrapper {
    pointer-events: none;
}

.burger-menu-icon span{
    background: var(--primary-color);
}

.header-contacts span,
#nav li a {
    color: var(--primary-color);
}

.header-contacts span a:hover {
    color: #6887b1;
}

.burger-menu-icon:hover .bm-lines span {
    background: #6887b1;
}

#fixed-header .header-contacts span {
    color: #fff;
}

#fixed-header .header-contacts span a:hover {
    color: #6887b1;
}

#fixed-header .burger-menu-icon span {
    background: #fff;
}


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

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

.logo img.main-logo {
    display: none;
}

.logo img.alt-logo {
    display: block;
}

.ip-banner {
    display: none;
}

.ip-comm-hero-container .floating-icon {
    z-index: 2;
}

.ip-container #fixed-smis {
    display: block;
    top: 39vh;
}

#fixed-smis ul > li:not(:last-child) {
    margin-bottom: 31px;
}

#fixed-smis ul>li a {
    color: #9099a6;
}

#ip-communities {
    font-size: 0;
    letter-spacing: normal;
    line-height: 1;
}

.ip-comm-container {
    display: block;
    position: relative;
}

.ip-comm-wrapper {
    display: block;
    position: relative;
}

.ip-comm-main {
    display: block;
    position: relative;
}

.ip-comm-section {
    display: block;
    position: relative;
}

.ip-comm-hero-container {
    display: block;
    position: relative;
}

.ip-comm-hero-img {
    display: block;
    position: relative;
}

.ip-comm-hero-content-container {
    display: block;
    position: absolute;
    bottom: 65px;
    left: 0;
    right: 0;
    width: 100%;
    max-width: 1270px;
    padding: 0 15px;
    margin: 0 auto;
    z-index: 5;
}

.ip-comm-hero-content p:not(:last-child) {
    margin-bottom: 24px;
}

.ip-comm-hero-scrollbar {
    display: block;
    height: 100%;
    position: relative;
    padding-right: 10px;
}



.ip-comm-hero-content {
    /* display: block; */
    position: relative;
    width: 100%;
    max-width: 46%;
    height: 300px;
}

.ip-comm-hero-img canvas {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-color: var(--primary-color);
    min-height: 800px;
}

.ip-comm-hero-img:before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 80%;
    height: 100%;
    pointer-events: none;
    z-index: 1;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100&1+25,0+100 */
    /* FF3.6-15 */
    /* Chrome10-25,Safari5.1-6 */
    background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 1)), color-stop(25%, rgba(255, 255, 255, 1)), to(rgba(255, 255, 255, 0)));
    background: -o-linear-gradient(left, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 25%, rgba(255, 255, 255, 0) 100%);
    background: linear-gradient(to right, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 25%, rgba(255, 255, 255, 0) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff', GradientType=1);
    /* IE6-9 */
}

.ip-comm-hero-content p {
    font-size: 18px;
    font-weight: 300;
    line-height: 33px;
    letter-spacing: 0.45px;
    color: #36465d;
}

.ip-comm-hero-content-container .global-title {
    margin-bottom: 50px;
}


/* Section 2 */

.ip-comm-cta-container {
    display: block;
    position: relative;
    padding: 110px 0 111px;
}

.ip-comm-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    background-color: var(--primary-color);
}

.ip-comm-bg canvas {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
    background-position: top center;
    background-size: cover;
    background-repeat: no-repeat;
}

.ip-comm-cta-wrapper {
    display: block;
    position: relative;
    z-index: 2;
}

.ip-comm-cta-main-title .global-title h2 {
    color: #b4bfcb;
}

.ip-comm-cta-title {
    display: block;
    position: relative;
    -webkit-transition: 0.3s all ease-in-out;
    -o-transition: 0.3s all ease-in-out;
    transition: 0.3s all ease-in-out;
}

.ip-comm-cta-wrapper .custom-container {
    max-width: 1550px;
}

.ip-comm-cta-main {
    display: block;
    position: relative;
}

.ip-comm-cta-list {
    display: block;
    position: relative;
    margin: 0 -6px;
}

.ip-comm-cta-item {
    display: inline-block;
    vertical-align: middle;
    width: calc(100% / 4);
    position: relative;
    padding: 0 6px;
}

.ip-comm-cta-item a {
    display: block;
    position: relative;
    -webkit-transition: 0.3s all ease-in-out;
    -o-transition: 0.3s all ease-in-out;
    transition: 0.3s all ease-in-out;
}

.ip-comm-cta-item a:hover {
    -webkit-box-shadow: 1px 1px 35px 0px rgba(11, 11, 12, 0.45);
            box-shadow: 1px 1px 35px 0px rgba(11, 11, 12, 0.45);
}

.ip-comm-cta-img {
    display: block;
    position: relative;
    background-color: #45566f;
}

.ip-comm-cta-img img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    display: block;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
    z-index: 2;
    opacity: .30;
    -webkit-transition: 0.3s all ease-in-out;
    -o-transition: 0.3s all ease-in-out;
    transition: 0.3s all ease-in-out;
}

.ip-comm-cta-img canvas {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
}

.ip-comm-cta-hover {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    margin: 0 auto;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    display: block;
    text-align: center;
    z-index: 5;
    padding: 0 40px;
}

.ip-comm-cta-title h2 {
    font-size: 40px;
    line-height: 1;
    color: #fff;
    text-transform: uppercase;
    font-family: var(--title-font);
}

.ip-comm-cta-desc span {
    font-size: 17px;
    font-weight: 300;
    line-height: 1;
    letter-spacing: 0.43px;
    color: #fff;
}

.ip-comm-cta-img:before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border: 1px solid #cecacb;
    margin: 20px;
    pointer-events: none;
}

.ip-comm-cta-img:after {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(../../images/communities/accent-bg.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    opacity: .20;
    z-index: 2;
}

.ip-comm-cta-desc {
    margin: 0 auto;
    width: 100%;
    padding: 0;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    -webkit-transition: 0.3s all ease-in-out;
    -o-transition: 0.3s all ease-in-out;
    transition: 0.3s all ease-in-out;
    height: 0;
}

.ip-comm-cta-item a:hover .ip-comm-cta-desc {
    opacity: 1;
    visibility: visible;
    height: 47px;
    padding: 13px 0 0;
}

.ip-comm-cta-main-title .global-title.has-gradient-line {
    margin-bottom: 55px;
}

.ip-comm-cta-main-title {
    display: block;
    position: relative;
}


/*Featured Listings*/


/*Featured Listings*/

.ip-fl-container {
    display: block;
    position: relative;
    font-size: 0;
    padding: 120px 0 122px;
    overflow: hidden;
}

.ip-fl-wrapper {
    display: block;
    position: relative;
    z-index: 4;
}

.ip-fl-main {
    display: block;
    position: relative;
}

.ip-fl-slide {
    display: block;
    position: relative;
    margin: 0 -0.5px;
}

.ip-fl-slide:not(.slick-initialized) .ip-fl-grid:nth-child(n+2) {
    display: none;
}

.ip-fl-item {
    display: inline-block;
    vertical-align: middle;
    width: calc(100% / 3);
    position: relative;
    padding: 0.5px;
}

.ip-fl-item a {
    display: block;
    position: relative;
    height: 100%;
    overflow: hidden;
}

.ip-fl-img {
    display: block;
    position: relative;
    height: 100%;
    background-color: var(--primary-color);
}

.ip-fl-img canvas {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.ip-fl-img img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    z-index: 2;
    display: block;
    -webkit-transition: 0.3s all ease-in-out;
    -o-transition: 0.3s all ease-in-out;
    transition: 0.3s all ease-in-out;
}

.ip-fl-hover {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 4;
    margin: 0 auto;
    padding-bottom: 17px;
    -webkit-transition: 0.3s all ease-in-out;
    -o-transition: 0.3s all ease-in-out;
    transition: 0.3s all ease-in-out;
}

.ip-fl-main-title {
    display: block;
    text-align: center;
    width: 100%;
    max-width: 1270px;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
}

.ip-fl-main-title .global-title {
    margin-bottom: 63px;
}

.ip-fl-main-title .global-title span {
    margin-bottom: 0;
    margin-top: 10px;
}

.ip-fl-bg {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 84%;
    pointer-events: none;
    background-color: #fff;
}

.ip-fl-bg canvas {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
    background-position: top center;
    background-size: cover;
    background-repeat: no-repeat;
    -webkit-filter: grayscale(1);
            filter: grayscale(1);
    opacity: .20;
}

.ip-fl-details {
    display: block;
    position: relative;
    text-align: center;
}

.ip-fl-hover-btn span {
    margin: 0 auto;
    color: #36465d;
}

.ip-fl-hover-btn span:before {
    opacity: 1;
    visibility: visible;
}

.ip-fl-price {
    display: block;
    position: relative;
    margin-bottom: 8px;
}

.ip-fl-address {
    display: block;
    position: relative;
    margin-bottom: 16px;
}

.ip-fl-info {
    display: block;
    position: relative;
}

.ip-fl-price span {
    font-size: 24px;
    line-height: 1;
    letter-spacing: 0.025em;
    color: #fff;
    font-weight: 400;
    font-family: var(--title-font);
}

.ip-fl-address span {
    font-size: 20px;
    line-height: 1;
    letter-spacing: 0.025em;
    color: #fff;
    font-weight: 400;
    font-family: var(--title-font);
}

.ip-fl-info span {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    font-size: 17px;
    font-weight: 300;
    line-height: 1;
    letter-spacing: 0.025em;
    color: #fff;
}

.ip-fl-info span:not(:last-child) {
    margin-right: 20px;
}

.ip-fl-hover-btn {
    display: block;
    position: absolute;
    width: 100%;
    margin: 0 auto;
    left: 0;
    right: 0;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 0.3s all ease-in-out;
    -o-transition: 0.3s all ease-in-out;
    transition: 0.3s all ease-in-out;
    top: 100%;
}

.ip-fl-item a:hover .ip-fl-hover {
    bottom: 50%;
    -webkit-transform: translateY(50%);
    -ms-transform: translateY(50%);
    transform: translateY(50%);
    padding-bottom: 40px;
}

.ip-fl-item a:hover .ip-fl-hover-btn {
    opacity: 1;
    visibility: visible;
}

.ip-fl-img:before {
    position: absolute;
    content: '';
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 4;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,000000+100&0+0,1+100 */
    /* FF3.6-15 */
    /* Chrome10-25,Safari5.1-6 */
    background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 1)));
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#000000', GradientType=0);
    /* IE6-9 */
    opacity: .20;
}

.ip-fl-img:after {
    position: absolute;
    content: '';
    top: 50%;
    left: 0;
    width: 229px;
    height: 265px;
    background-image: url(../../images/accent-icon-b.png);
    background-position: center;
    background-size: contain;
    z-index: 2;
    right: 0;
    margin: 0 auto;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    opacity: 0;
    -webkit-transition: 0.3s all ease-in-out;
    -o-transition: 0.3s all ease-in-out;
    transition: 0.3s all ease-in-out;
}

.ip-fl-item a:hover .ip-fl-img img {
    opacity: 0.30;
}

.ip-fl-item a:hover .ip-fl-img:after {
    opacity: .12;
}

.ip-fl-slide ul.slick-dots li {
    display: inline-block;
    vertical-align: middle;
    /*width: 23%;*/
    width: 50px;
    -webkit-transition: 0.3s all ease-in-out;
    -o-transition: 0.3s all ease-in-out;
    transition: 0.3s all ease-in-out;
}

.ip-fl-slide ul.slick-dots li button {
    padding: 0;
    border: none;
    padding: 0;
    background: #cdd1d6;
    height: 2px;
    z-index: 2;
    width: 100%;
    -webkit-transition: 0.3s all ease-in-out;
    -o-transition: 0.3s all ease-in-out;
    transition: 0.3s all ease-in-out;
}

.ip-fl-slide ul.slick-dots li.slick-active button {
    background: var(--secondary-color);
}

.ip-fl-slide ul.slick-dots {
    width: 100%;
    /*max-width: 252px;*/
    /*display: block;*/
    text-align: right;
    padding-top: 46px;
    margin: 0 auto;

    display: flex !important;
    align-items: center;
    justify-content: center;
}

.ip-fl-slide ul.slick-dots li.slick-active {
    width: 100px;
}

.ip-fl-slide ul.slick-dots li:not(:last-child) {
    margin-right: 2px;
}

.ip-fl-main-title:before,
.ip-fl-main-title:after {
    position: absolute;
    content: '';
    bottom: 0;
    left: 0;
    width: 2px;
    height: calc(100% - 40px);
    background: var(--secondary-color);
}

.ip-fl-main-title:after {
    left: auto;
    right: 0;
}

.ip-fl-main-title .global-title h2:before,
.ip-fl-main-title .global-title h2:after {
    position: absolute;
    content: '';
    top: 50%;
    left: calc(-100vw - 20px);
    width: 100vw;
    height: 2px;
    background: var(--secondary-color);
}

.ip-fl-main-title .global-title h2:after {
    left: auto;
    right: calc(-100vw - 20px);
}

.ip-fl-bg:before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 2;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100&1+20,0+100 */
    /* FF3.6-15 */
    /* Chrome10-25,Safari5.1-6 */
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 1)), color-stop(20%, rgba(255, 255, 255, 1)), to(rgba(255, 255, 255, 0)));
    background: -o-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 20%, rgba(255, 255, 255, 0) 100%);
    background: linear-gradient(to bottom, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 20%, rgba(255, 255, 255, 0) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff', GradientType=0);
    /* IE6-9 */
}

.ip-fl-mob-slide {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    height: 0;
}

.sl-comm-section-disclaimer.mobile{
    display: none;
}


/*Popup*/

.aiosp-bg {
    background: #ffffff !important;
    opacity: 1 !important;
}

.aiosp-wrap .aiosp-container .aios-popup-body {
    width: 100% !important;
    /* height: 100%; */
    min-height: 0;
    padding: 0;
}

.aios-popup-body .aiosp-close {
    background: transparent;
    top: 90px;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    right: 50px;
    width: auto;
    height: auto;
    line-height: 1;
}

.aiosp-close span {
    display: inline-block;
    vertical-align: middle;
    font-size: 24px;
    font-weight: 600;
    color: #b2b2b2;
    line-height: 1;
    text-transform: lowercase;
    margin-right: 12px;
    pointer-events: none;
}

.aiosp-close i {
    display: inline-block;
    vertical-align: middle;
    font-size: 20px;
    color: #36465d;
    pointer-events: none;
    line-height: 1;
    font-weight: 600;
}

.ip-community-details-explore-popup {
    font-size: 0;
    padding: 150px 15px 120px;
    display: none;
    letter-spacing: normal;
    line-height: 1;
}

.aiosp-wrap {
    overflow: hidden scroll !important;
}

.ip-community-details-explore-popup-inner {
    max-width: 1263px;
    margin: auto;
    z-index: 2;
    position: relative;
}

.ip-community-details-explore-tab {
    width: 100%;
    max-width: 843px;
    margin: 0 auto;
    position: relative;
}

.ip-community-details-explore-tab::after,
.ip-community-details-explore-tab::before {
    content: '';
    width: 100vw;
    height: 2px;
    background: var(--secondary-color);
    position: absolute;
    top: 50%;
    right: calc(-100vw + 10px);
    z-index: -1;
    margin: 0 auto;
}

.ip-community-details-explore-tab::before {
    left: calc(-100vw + 10px);
    right: auto;
}

.ip-community-details-explore-tab a {
    display: inline-block;
    vertical-align: middle;
    height: 60px;
    width: calc( 25% - 3px);
    margin: 0 0.5px;
    background: #9099a6;
    text-align: center;
    -webkit-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
    z-index: 4;
    position: relative;
}

.ip-community-details-explore-tab a:before.active-tab,
.ip-community-details-explore-tab a:hover:before {
    opacity: 1;
    visibility: visible;
}

.ip-community-details-explore-tab a::after {
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 0;
    height: 100%;
}

.ip-community-details-explore-tab i {
    display: inline-block;
    vertical-align: middle;
    margin-right: 18px;
}

.ip-community-details-explore-tab span {
    display: inline-block;
    vertical-align: middle;
    font-size: 21px;
    color: #ffffff;
    line-height: 1;
    letter-spacing: 0.53px;
    font-weight: 300;
    z-index: 2;
    position: relative;
    -webkit-transition: 0.3s all ease-in-out;
    -o-transition: 0.3s all ease-in-out;
    transition: 0.3s all ease-in-out;
}

.ip-community-details-explore-tab-content>div {
    display: none;
    padding: 65px 0 0;
}

.ip-community-details-explore-tab-content>div[data-id="explore-tab-02"] {
    padding-top: 120px;
}

.ip-community-details-explore-tab-content>div.active-tab {
    display: block;
}



.ip-community-details-explore-tab-content span.head-title {
    display: block;
    text-align: center;
    font-size: 60px;
    line-height: 1;
    color: #36465d;
    font-family: var(--title-font);
    text-transform: uppercase;
}

.ip-community-details-explore-tab-content p {
    font-size: 17px;
    color: #36465d;
    line-height: 30px;
    margin: 0;
    font-weight: 300;
    letter-spacing: 0.43px;
}

.explore-commuting-map+img {
    display: block;
    max-width: 100%;
    padding: 50px 0 22px;
}

.explore-commuting-map {
    position: relative;
    padding: 50px 0 22px;
    height: 500px;
    text-align: center;
}

.explore-commuting-map canvas {
    display: block;
    width: 100%;
}

.explore-commuting-map iframe {
    width: 100%;
    height: 100%;
}

.explore-commuting-map-label {
    position: absolute;
}

.explore-commuting-map-label strong {
    display: block;
    font-size: 24px;
    font-weight: 700;
    color: #616161;
    line-height: 1;
    text-transform: lowercase;
    margin-bottom: 3px;
}

.explore-commuting-map-label span {
    display: block;
    font-size: 18px;
    font-weight: 500;
    color: #616161;
    line-height: 1;
    letter-spacing: 0.025em;
    text-transform: lowercase;
    margin-bottom: 8px;
}

.explore-commuting-map-label em {
    display: block;
    font-size: 12px;
    font-style: normal;
    color: #07628e;
    line-height: 1;
}

.explore-commuting-map-details {
    position: relative;
    text-align: center;
    width: 100%;
    max-width: 1170px;
    margin: 57px auto 0;
    padding: 0 15px;
}

.explore-commuting-map .score-header h2 {
    display: none;
}

.explore-schools-filter-view {
    margin: 0 0 60px;
}

.explore-schools-filter .field-input {
    display: inline-block;
    vertical-align: middle;
}

.explore-schools-filter .field-school-type {
    margin-right: 10px;
}

.explore-schools-filter .field-school-type select {
    width: 270px;
}

.explore-schools-filter .field-school-level a {
    display: inline-block;
    vertical-align: middle;
    border: 1px solid #7e889a;
    border-left: 0;
    height: 40px;
    color: #36465d;
    padding: 0 20px;
    -webkit-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
    font-size: 14px;
    letter-spacing: 1.4px;
}

.explore-schools-filter .field-school-level a.active-elem,
.explore-schools-filter .field-school-level a:hover {
    background: #7e889a;
    color: #ffffff;
}

.explore-schools-filter .field-school-level a:first-of-type {
    border-left: 1px solid #7e889a;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}

.explore-schools-filter .field-school-level a:last-of-type {
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}

.explore-schools-filter .field-school-level a::after {
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 0;
    height: 100%;
}

.explore-schools-filter .field-school-level span {
    display: inline-block;
    vertical-align: middle;
}

.explore-schools-view {
    text-align: right;
}

.explore-schools-view a {
    display: inline-block;
    vertical-align: middle;
    height: 40px;
    color: #36465d;
    padding: 0 18px;
    min-width: 116px;
    letter-spacing: 1.4px;
    text-align: center;
    border: 1px solid #7e889a;
    -webkit-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
    font-size: 14px;
    font-weight: 300;
}

.explore-schools-view a.active-tab,
.explore-schools-view a:hover {
    background: #7e889a;
    color: #ffffff;
    border: 1px solid #7e889a;
}

.explore-schools-view a:first-of-type {
    border-top-left-radius: 5px;
}

.explore-schools-view a:first-of-type {
    border-bottom-left-radius: 5px;
}

.explore-schools-view a:last-of-type {
    border-top-right-radius: 5px;
}

.explore-schools-view a:last-of-type {
    border-bottom-right-radius: 5px;
}

.explore-schools-view a::after {
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 0;
    height: 100%;
}

.explore-schools-view a i {
    display: inline-block;
    vertical-align: middle;
    margin-right: 8px;
}

.explore-schools-view a:hover i::before,
.explore-schools-view a.active-tab i::before {
    opacity: 0;
}

.explore-schools-view a:hover i::after,
.explore-schools-view a.active-tab i::after {
    opacity: 1;
}

.explore-schools-view a span {
    display: inline-block;
    vertical-align: middle;
    font-size: 15px;
    line-height: 1;
}

.explore-schools-tab-content-top {
    font-size: 17px;
    color: #36465d;
    letter-spacing: 0.43px;
    line-height: 1;
    display: inline-block;
    vertical-align: top;
    position: relative;
    width: 39.473%;
    font-weight: 300;
}

.explore-schools-tab-content-area {
    margin-bottom: 13px;
}

.explore-schools-tab-content-showing {
    margin-bottom: 24px;
}

.explore-schools-tab-content-top strong {
    font-weight: 300;
}

.explore-schools-tab-content-top .field-input {
    margin-bottom: 0;
}

.explore-schools-tab-content-top .field-input label {
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 0;
    margin-right: 14px;
    font-size: 17px;
    color: #36465d;
    letter-spacing: 0.43px;
    line-height: 1;
}

.explore-schools-tab-content-top .field-input select {
    display: inline-block;
    vertical-align: middle;
    width: 270px;
    height: 40px;
}

.explore-list-view-left {
    display: inline-block;
    vertical-align: top;
    width: 33.64%;
    margin-right: 0.65%;
}

.comm-tab-content>div {
    display: none;
    height: 489px;
    overflow-y: scroll;
}

.comm-tab-content>div.active-tab {
    display: block;
}

.comm-school-row {
    border: 1px solid #7e889a;
    border-bottom: 0;
    padding: 20px 0 15px;
}

.comm-school-row:last-child {
    border-bottom: 1px solid #7e889a;
}

.comm-school-left {
    display: inline-block;
    vertical-align: top;
    width: 22.04%;
    text-align: center;
}

.comm-school-left img {
    max-width: 100%;
}

.comm-school-left span {
    display: block;
    font-size: 11px;
    font-weight: 300;
    color: #bdbdbd;
    line-height: 1;
    margin: 12px 0 6px;
}

.comm-school-left a {
    display: block;
    width: 24px;
    height: 24px;
    margin: auto;
    background: url(../../images/property-details/icon-info.png) no-repeat center center;
}

.comm-school-middle {
    display: inline-block;
    vertical-align: top;
    width: 65.55%;
}

.comm-school-name {
    font-size: 16px;
    font-weight: 500;
    color: #616161;
    line-height: 1;
    margin-bottom: 12px;
}

.comm-school-address {
    font-size: 14px;
    color: #616161;
    line-height: 1;
    margin-bottom: 10px;
}

.comm-school-info {
    font-size: 16px;
    font-weight: 500;
    color: #08638e;
    line-height: 1;
    margin-bottom: 8px;
}

.comm-school-middle a i {
    display: inline-block;
    vertical-align: middle;
    font-size: 14px;
    color: #7e889a;
}

.comm-school-middle a span {
    display: inline-block;
    vertical-align: middle;
    font-size: 14px;
    font-weight: 400;
    color: #7e889a;
    line-height: 1;
    margin-left: 8px;
}

.comm-school-right {
    display: inline-block;
    vertical-align: top;
    width: 12.40%;
}

.comm-school-right i {
    font-size: 22px;
    color: #bdbdbd;
}

.explore-list-view-right {
    width: 100%;
    display: block;
}

.explore-schools-list-map canvas {
    display: block;
    width: 100%;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 100%;
}

.explore-schools-list-map iframe{
    width: 100%;
    display: block;
}
table.gstable {
    width: 100%;
    font-size: 16px;
}

table.gstable tr th {
    color: #fff;
    background: #7e889a;
    text-align: center;
    border-radius: 0px !important;
}

table.gstable tr td,
table.gstable tr th {
    padding: 7px;
    border: 1px solid #7e889a;
    border-radius: 5px;
}

.explore-commute-time-content {
    width: 60%;
    margin: auto;
}

.explore-commute-time-content p {
    margin-bottom: 3px;
}

.commute-time-cb {
    display: inline-block;
    display: -webkit-inline-box;
    width: 100%;
}

.commute-time-cb .commute-cb {
    width: 20%;
}

.commute-time-cb .commute-cb span {
    font-size: 13px;
}

.explore-commute-time-content .btn-action {
    display: inline-block;
    display: -webkit-inline-box;
    margin-top: 25px;
}

.explore-commute-time-content .btn-action button {
    font-size: 18px;
    font-weight: 700;
    color: #07628e;
    line-height: 50px;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    width: 230px;
    height: 50px;
    border-radius: 5px;
    border: 0;
    background: #b9e177;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(1%, #b9e177), color-stop(42%, #c1e782), color-stop(96%, #7e889a));
    background: -o-linear-gradient(top, #b9e177 1%, #c1e782 42%, #7e889a 96%);
    background: linear-gradient(to bottom, #b9e177 1%, #c1e782 42%, #7e889a 96%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b9e177', endColorstr='#7e889a', GradientType=0);
}

.btn-action .commute-get-started {
    margin-right: 20px;
}

.btn-action .commute-cancel {
    background: #dadada !important;
}

.ip-community-details-properties {
    padding: 82px 0 48px;
}

.ip-community-details-properties .section-title-01 {
    text-align: center;
    margin-bottom: 65px;
}

.ip-community-details-properties .section-title-01 h2 {
    font-size: 52px;
}

.ip-community-details-properties .section-title-01 h2 em {
    display: inline-block;
}

.ip-community-details-properties-holder {
    padding: 0 5px;
}

.ip-community-details-properties-holder div[align="center"],
.ip-community-details-properties-holder .ihf-listing-search-results>.row:nth-child(1),
.ip-community-details-properties-holder .ihf-listing-search-results>.row:nth-child(2) {
    display: none;
}

.ip-community-details-properties-holder .ihf-listing-search-results {
    padding: 0;
}

.ip-community-details-properties-holder .ihf-listing-search-results>.row:nth-child(4) {
    margin: 0 -8px;
}

.ip-community-details-properties-holder #ihf-main-container .ihf-grid-result {
    padding: 0 8px;
}

.ip-community-details-properties-holder #ihf-main-container .ihf-grid-result-container {
    border: 0;
    padding: 0;
    background-color: #f6f6f6 !important;
}

.ip-community-details-properties-holder #ihf-main-container .ihf-grid-result-container>.row {
    margin: 0;
}

.ip-community-details-properties-holder #ihf-main-container .ihf-grid-result-container>.row>[class*="col-"] {
    padding: 0;
}

.ip-community-details-properties-holder #ihf-main-container .ihf-grid-result-container>.row:nth-child(2),
.ip-community-details-properties-holder #ihf-main-container .ihf-grid-result-container>.row:nth-child(3),
.ip-community-details-properties-holder #ihf-main-container .ihf-grid-result-container>.row:nth-child(4) {
    padding: 0 35px;
    border-left: 1px solid #dcdcdc;
    border-right: 1px solid #dcdcdc;
}

.ip-community-details-properties-holder #ihf-main-container .ihf-grid-result-container>.row:nth-child(4) {
    border-bottom: 1px solid #dcdcdc;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

.ip-community-details-properties-holder #ihf-main-container .ihf-grid-result-container>.row:nth-child(5),
.ip-community-details-properties-holder #ihf-main-container .ihf-grid-result-container>.row:nth-child(6),
.ip-community-details-properties-holder #ihf-main-container .ihf-grid-result-container>.row:nth-child(7),
.ip-community-details-properties-holder #ihf-main-container .ihf-grid-result-container>.row:nth-child(8) {
    display: none;
}

.ip-community-details-properties-holder #ihf-main-container .ihf-grid-result-container>.row:nth-child(1) {}

.ip-community-details-properties-holder #ihf-main-container .ihf-grid-result-price {
    background: #07628e;
    border: 0;
    height: 48px;
    text-align: center;
    font-size: 0;
    margin: 0;
    border-radius: 5px;
}

.ip-community-details-properties-holder #ihf-main-container .ihf-grid-result-price::before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 0;
    height: 100%;
}

.ip-community-details-properties-holder #ihf-main-container .ihf-grid-result-price a {
    display: inline-block;
    vertical-align: middle;
    font-size: 18px;
    font-weight: 600;
    color: #ffffff;
    line-height: 1;
    height: auto;
}

.ip-community-details-properties-holder #ihf-main-container .ihf-grid-result-container>.row:nth-child(2) {
    padding-top: 22px;
    padding-bottom: 8px;
}

.ip-community-details-properties-holder #ihf-main-container span.ihf-grid-result-address {
    display: block;
    font-size: 16px;
    color: #07628e;
    line-height: 1.5;
}

.ip-community-details-properties-holder #ihf-main-container .ihf-grid-result-container>.row:nth-child(3) {}

.ip-community-details-properties-holder .ihf-results-grid-photo {
    height: 200px;
}

.ip-community-details-properties-holder #ihf-main-container .ihf-grid-result-container>.row:nth-child(4) {
    padding-top: 12px;
    padding-bottom: 22px;
}

.ip-community-details-properties-holder .ihf-grid-result-basic-info-item1,
.ip-community-details-properties-holder .ihf-grid-result-basic-info-item2,
.ip-community-details-properties-holder .ihf-grid-result-basic-info-item3 {
    padding: 0 12px;
}

.ip-community-details-properties-holder .ihf-grid-result-photocount {
    font-size: 16px;
    color: #666666;
}

.ip-community-details-properties-holder .ihf-grid-result-photocount i {
    font-size: 18px;
    margin-right: 5px;
}

.ip-community-details-properties-holder #ihf-main-container .pagination {
    display: none;
}

.ip-community-details-properties-holder .mt-60.fs-11 {
    display: none;
}

.ip-community-details-map-search {
    padding: 12px 0 0;
    background: #f5f5f5;
}

.ip-community-details-map-search .container-fluid {
    padding: 0;
}

.ip-community-details-map-search-holder #ihf-main-container .row.mt-25 {
    padding: 0 12px;
    margin-top: 0;
}

.ip-community-details-map-search-holder #ihf-main-container label[for=ihf-location] {
    font-size: 13px;
    font-weight: 300;
    color: #252525;
    line-height: 1;
    margin-bottom: 10px;
}

.ip-community-details-map-search-holder #ihf-main-container label[for=ihf-location]+input {
    font-size: 13px;
    font-weight: 300;
    color: #252525;
    border: 1px solid #dadada;
    height: 40px;
}

.ip-community-details-map-search-holder #ihf-main-container .ihf-map-search-refine-link {
    width: 210px;
    height: 40px;
    background: #dadada;
    border-radius: 5px;
    text-decoration: none;
    font-size: 14px;
    font-weight: 600;
    color: #676767;
    line-height: 40px;
    letter-spacing: 0.1em;
    padding: 0;
    position: relative;
    margin-top: 27px;
}

.ip-community-details-map-search-holder #ihf-main-container .ihf-map-search-refine-link::after {
    content: '';
    display: block;
    position: absolute;
    width: 45px;
    height: 12px;
    top: 0;
    bottom: 0;
    right: -25px;
    margin: auto;
    background: url(../../images/icon-btn-arrow-a.png) no-repeat center center;
}

.ip-community-details-map-search-holder div[class*=col]:last-of-type {
    text-align: right;
    margin-top: 32px;
}

.ip-community-details-map-search-holder .ihf-mapsearch-refine-overlay {
    max-width: 350px;
    height: 100%;
    overflow: auto;
    text-align: left;
}

.ip-community-details-map-search-holder .ihf-mapsearch-refine-overlay div[class*=col]:last-of-type {
    text-align: left;
    margin-top: 0;
}

#ihf-main-container .ihf-mapsearch-refine-overlay .checkbox {
    padding-left: 0;
}

#ihf-main-container .ihf-mapsearch-refine-overlay .btn-primary {
    margin-top: 20px;
}

.ip-community-details-map-search-holder #ihf-main-container .ihf-map-results-count {
    display: inline-block;
    vertical-align: middle;
    font-size: 13px;
    font-weight: 300;
    color: #252525;
    line-height: 1;
    margin-bottom: 0;
    margin-right: 25px;
}

.ip-community-details-map-search-holder #ihf-main-container .ihf-map-results-count+form {
    display: inline-block;
    vertical-align: middle;
    float: none !important;
}

.ip-community-details-map-search-holder #ihf-main-container .ihf-map-results-count+form .btn-default {
    width: 152px;
    height: 28px;
    background: #b9e177;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(1%, #b9e177), color-stop(42%, #c1e782), color-stop(96%, #7e889a));
    background: -o-linear-gradient(top, #b9e177 1%, #c1e782 42%, #7e889a 96%);
    background: linear-gradient(to bottom, #b9e177 1%, #c1e782 42%, #7e889a 96%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b9e177', endColorstr='#7e889a', GradientType=0);
    font-size: 14px;
    font-weight: 600;
    color: #07628e;
    text-shadow: 0 1px #ffffff;
    border: 0;
    text-transform: uppercase;
}

.ip-community-details-map-search-holder #ihf-main-container .row.mt-5.mb-25 {
    margin-top: 12px;
    margin-bottom: 0;
}

.ip-community-details-map-search-holder #ihf-main-container .row.mt-5.mb-25>div {
    margin-top: 0;
}

.ip-community-details-map-search-holder #ihf-map-canvas {
    height: 500px !important;
}

.ip-community-details-blog {
    background: #f6f6f6;
    padding: 92px 0 85px;
}

.ip-community-details-blog .container {
    position: relative;
}

.ip-community-details-blog .section-title-02 {
    text-align: right;
    margin-bottom: 35px;
    position: relative;
}

.ip-community-details-blog .section-title-02::after {
    content: '';
    display: block;
    position: absolute;
    width: calc( (100vw - 1140px) / 2 + 100% - 150px);
    height: 4px;
    top: 65px;
    right: 150px;
    background: url(../../images/line-accent-fl.png) no-repeat center center / 100% 100%;
}

.ip-community-details-blog .section-title-02 h2 {
    line-height: 1;
}

.ip-community-details-blog .section-title-02 em {
    display: block;
}

.ip-community-details-blog .clearfix+a {
    width: 382px;
    max-width: 100%;
    display: block;
    margin: 60px auto auto;
}

.ip-community-details-blog .blog-arrows {
    top: 158px;
}

.ip-community-details-blog .blog-arrows::after {
    height: 415px;
}

.ip-community-details-gallery {
    position: relative;
    padding: 55px 0 0;
}

.ip-community-details-gallery::before {
    content: '';
    display: block;
    width: 60%;
    height: 4px;
    margin: auto 0 7px auto;
    background: url(../../images/line-accent-fl.png) no-repeat right center / 100% 100%;
}

.ip-community-details-gallery-title {
    display: inline-block;
    vertical-align: middle;
    width: 40%;
    margin-bottom: 1px;
}

.ip-community-details-gallery-title .section-title-01 {
    text-align: center;
}

.ip-community-details-gallery-title .section-title-01 h2 {
    font-size: 30px;
}

.ip-community-details-gallery-title .section-title-01 h2 em {
    display: inline-block;
}

.ip-community-details-gallery-item {
    display: inline-block;
    vertical-align: middle;
    width: 20%;
    margin-bottom: 1px;
}

.ip-community-details-gallery-item a {
    display: block;
    overflow: hidden;
}

.ip-community-details-gallery-item canvas {
    display: block;
    width: 100%;
    background-color: #cccccc;
    background-position: center center;
    background-size: cover;
    -webkit-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
}

.ip-community-details-gallery-item a:hover canvas {
    -webkit-transform: scale(1.2);
        -ms-transform: scale(1.2);
            transform: scale(1.2);
}

.explore-commuting-map {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 40%;
}

.explore-commuting-map iframe {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
}

.ip-community-details-properties-holder .ihf-listing-search-results .row:nth-child(3) .slick-slide .col-xs-12 {
    width: 100% !important;
}

.ip-community-details-properties-holder ul.slick-dots {
    text-align: center;
    margin: 15px 0 !important;
    display: block;
}

.ip-community-details-properties-holder ul.slick-dots li {
    display: inline-block;
    background: transparent;
    border: 0;
    padding: 10px 0;
}

.ip-community-details-properties-holder ul.slick-dots li button {
    background: transparent;
    border: 0;
    border-right: 1px solid;
    padding: 0 20px;
    outline: none !important;
}

.ip-community-details-properties-holder ul.slick-dots li:last-child button {
    border: 0;
}

.tab-market-stats ul {
    line-height: 1.7;
    list-style-type: disc;
    margin-left: 40px !important;
    font-size: 15px;
    color: #787878;
    line-height: 1.6;
    margin: 25px 0;
}

.tab-market-stats table tr,
.tab-market-stats table td {
    border: solid 1px #ccc;
}

.tab-market-stats td {
    padding: 1px 5px;
    font-size: 15px;
    color: #787878;
    line-height: 1.6;
    margin: 25px 0;
}

.tab-market-stats[data-id^="explore-tab-05"] iframe {
    max-width: 100%;
}


/* Community Info CSS */

.comm-commuter-info {
    margin-bottom: 40px;
}

.comm-commuter-info span.head-title {
    display: block;
    font-size: 21px;
    margin-bottom: 22px;
    margin-top: 50px;
    line-height: 1;
    letter-spacing: 2.1px;
    color: #36465d;
    font-weight: 300;
    font-family: var(--body-font);
    text-transform: none;
}

.comm-commuter-info .field-input {
    display: inline-block;
    vertical-align: middle;
    width: 76%;
    margin-right: 2%;
    margin-bottom: 0;
}

.comm-commuter-info .form-btn {
    display: inline-block;
    vertical-align: middle;
    width: 22%;
}

.comm-commuter-info .form-btn input {
    height: 40px;
    background: #36465d;
}

.comm-commuter-info .form-btn span {
    top: 12px;
}

.comm-commuter-info-results {
    margin-top: 10px;
}

.comm-commuter-info-results li {
    display: inline-block;
    vertical-align: middle;
    width: 50%;
    margin: 10px 0;
}

.comm-commuter-info-results li i {
    display: inline-block;
    vertical-align: middle;
    width: 30px;
    font-size: 18px;
}

.comm-commuter-info-results li span {
    display: inline-block;
    vertical-align: middle;
    width: calc( 100% - 40px);
    font-size: 16px;
    font-weight: 600;
}

.comm-commuter-info {
    max-width: 360px;
    margin: 0 auto;
}

.ip-community-details-explore-tab-content>.tab-market-stats iframe {
    display: block;
    margin: 0 auto;
}

.ip-community-details-explore-tab-content .alignleft {
    float: left;
    margin-right: 30px;
}

.ip-comm-det-bg {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    background-color: #fff;
}

.ip-comm-det-bg canvas {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
    background-position: top center;
    background-size: cover;
    background-repeat: no-repeat;
    -webkit-filter: grayscale(1);
            filter: grayscale(1);
    opacity: .20;
}

.ip-comm-det-bg:before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 2;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100&0+0,1+80 */
    /* FF3.6-15 */
    /* Chrome10-25,Safari5.1-6 */
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), color-stop(80%, rgba(255, 255, 255, 1)), to(rgba(255, 255, 255, 1)));
    background: -o-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 80%, rgba(255, 255, 255, 1) 100%);
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 80%, rgba(255, 255, 255, 1) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff', GradientType=0);
    /* IE6-9 */
}

.field-input {
    margin-bottom: 0;
}

.field-input label {
    display: block;
    font-size: 17px;
    color: #36465d;
    letter-spacing: 0.43px;
    line-height: 1;
    margin-bottom: 10px;
}

.field-input input,
.field-input select,
.field-input textarea {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    font-size: 14px;
    font-weight: 300;
    letter-spacing: 1.4px;
    color: #36465d;
    border: 1px solid #7e889a;
    border-radius: 5px;
    width: 100%;
    height: 40px;
    padding: 0 17px;
    background: transparent;
}

.field-input select {
    background-image: url(../../images/communities/field-caret.png);
    background-position: right 15px center;
    background-repeat: no-repeat;
    background-color: transparent;
}

.form-btn input {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 0;
    width: 100%;
    height: 40px;
    background: #36465d;
    color: #fff;
    font-size: 14px;
    border-radius: 5px;
    font-weight: 300;
    line-height: 1;
    letter-spacing: 1.4px;
    -webkit-transition: 0.3s all ease-in;
    -o-transition: 0.3s all ease-in;
    transition: 0.3s all ease-in;
}

.aiosp-ready .ip-community-details-explore-popup {
    display: block;
    min-height: 100vh;
}

.aiosp-container.aiosp-inline-holder.aiosp-ref-\#ip-community-details-explore-popup {
    padding: 0;
    height: 100vh;
}

.ip-community-details-explore-tab a:before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    pointer-events: none;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#fff8e2+30,d8ca9d+100 */
    background: rgb(255, 248, 226);
    /* Old browsers */
    /* FF3.6-15 */
    /* Chrome10-25,Safari5.1-6 */
    background: -o-linear-gradient(left, rgba(255, 248, 226, 1) 30%, rgba(216, 202, 157, 1) 100%);
    background: -webkit-gradient(linear, left top, right top, color-stop(30%, rgba(255, 248, 226, 1)), to(rgba(216, 202, 157, 1)));
    background: linear-gradient(to right, rgba(255, 248, 226, 1) 30%, rgba(216, 202, 157, 1) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff8e2', endColorstr='#d8ca9d', GradientType=1);
    /* IE6-9 */
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 0.3s all ease-in-out;
    -o-transition: 0.3s all ease-in-out;
    transition: 0.3s all ease-in-out;
}

.ip-community-details-explore-tab a:hover:before,
.ip-community-details-explore-tab a.active-tab:before {
    opacity: 1;
    visibility: visible;
}

.ip-community-details-explore-tab a:hover span,
.ip-community-details-explore-tab a.active-tab span {
    color: #000;
}

.ip-community-details-explore-tab-content p:not(:last-child) {
    margin-bottom: 30px;
}

.explore-content {
    display: block;
    text-align: center;
    margin-bottom: 60px;
}

.explore-tab-content>.container {
    width: 100%;
    max-width: 1170px;
}

.explore-schools-tab-content-body {
    display: inline-block;
    vertical-align: top;
    position: relative;
    width: 60.527%;
}

.comm-commuter-info .form-btn input:hover {
    background: var(--secondary-color);
    color: #36465d;
}

.ip-cl-item {
    display: inline-block;
    position: relative;
    width: calc(100% / 4);
    padding: 0 0.5px;
    margin-bottom: 1px;
}

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

.ip-cl-img {
    position: relative;
    display: block;
}

.ip-cl-img:before {
    position: absolute;
    content: '';
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: -o-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%);
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0,0,0,0)),to(rgba(0,0,0,0.65)));
    background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 );
    z-index: 3;
}


.ip-cl-details {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    padding: 0 18px;
    margin-bottom: 12px;
    font-size: 0;
    z-index: 3;
}

.ip-cl-title {
    display: block;
    margin-bottom: 12px;
}

.ip-cl-title span {
    font-size: 18px;
    color: #fff;
    font-weight: 400;
    line-height: 1;
    font-family: var(--title-font);
    letter-spacing: 0.45px;
}

.ip-cl-info {
    display: block;
    text-align: right;
}

.ip-cl-reviews {
    text-align: right;
    display: block;
}

.ip-cl-reviews span {
    font-size: 15px;
    line-height: 1;
    color: #fff;
    letter-spacing: 0.375px;
}

.ip-cl-img img {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: block;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
    z-index: 2;
}

.ip-cl-img canvas {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
}

.ip-cl-iframe canvas {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.ip-cl-iframe {
    display: block;
    position: relative;
    width: 100%;
    max-width: 571px;
    margin: 0 auto;
}


.ip-community-details-explore-tab-content>div[data-id="explore-tab-03"] .explore-content, 
.ip-community-details-explore-tab-content>div[data-id="explore-tab-04"] .explore-content {
    width: 100%;
    max-width: 1170px;
    padding: 0 15px;
    margin: 0 auto 60px;
}

.ip-community-details-explore-tab-content>div[data-id="explore-tab-04"] .explore-content{
    margin-bottom: 30px;
}

ip-comm-hero-content .simplebar-track.horizontal {
    display: none!important;
}

.ip-comm-hero-content .simplebar-scrollbar:before{
    background: var(--primary-color);
}



.ip-cl-cta a {
    display: block;
    vertical-align: middle;
    height: 60px;
    width: calc( 25% - 3px);
    margin: 0 auto;
    background: #9099a6;
    text-align: center;
    -webkit-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
    z-index: 4;
    position: relative;
}


.ip-cl-cta a:before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    pointer-events: none;
    background: rgb(255, 248, 226);
    background: -o-linear-gradient(left, rgba(255, 248, 226, 1) 30%, rgba(216, 202, 157, 1) 100%);
    background: -webkit-gradient(linear, left top, right top, color-stop(30%, rgba(255, 248, 226, 1)), to(rgba(216, 202, 157, 1)));
    background: linear-gradient(to right, rgba(255, 248, 226, 1) 30%, rgba(216, 202, 157, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff8e2', endColorstr='#d8ca9d', GradientType=1);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 0.3s all ease-in-out;
    -o-transition: 0.3s all ease-in-out;
    transition: 0.3s all ease-in-out;
}

.ip-cl-cta a::after {
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 0;
    height: 100%;
}
.ip-cl-cta a:hover:before{
    opacity: 1;
    visibility: visible;
}

.ip-cl-cta a span {
    display: inline-block;
    vertical-align: middle;
    font-size: 21px;
    color: #ffffff;
    line-height: 1;
    letter-spacing: 0.53px;
    font-weight: 300;
    z-index: 2;
    position: relative;
    -webkit-transition: 0.3s all ease-in-out;
    -o-transition: 0.3s all ease-in-out;
    transition: 0.3s all ease-in-out;
}
.ip-cl-cta a:hover span{
    color: #000;
}

.msg-notice {
    font-size: 23px;
    font-weight: bold;
    text-align: center;
}

.ip-community-details-schools-item {
    margin-bottom: 5px;
}

.ip-community-details-schools-rating {
    margin: 5px 0;
}

.ip-community-details-schools-item {
    padding: 5px;
}

.ip-community-details-schools-text {
    line-height: 1.5;
}

.custom-school-holder .ip-community-details-schools-item {
    border-bottom: 1px solid #333;
}

.custom-school-holder .ip-community-details-schools-rating {
    margin: 0;
}

.aiosp-close {
    top: 60px !important;
    right: 60px !important;
}

/*******************************************************
 *
 * Mobile styles and other media queries
 *
 *******************************************************/

@media only screen and (max-width: 1560px) {
    .ip-comm-hero-content-container {
        max-width: 1170px;
        bottom: 80px;
    }
    .ip-comm-hero-content-container .global-title {
        margin-bottom: 40px;
    }
}

@media only screen and (max-width: 1440px) {
    .ip-fl-main-title {
        max-width: 1170px;
    }
}

@media only screen and (max-width: 1366px) {
    .ip-container #fixed-smis {
        left: 18px;
    }
    .ip-fl-main-title {
        max-width: 1024px;
    }

    .ip-community-details-explore-popup {
        padding: 130px 15px 120px;
    }

    .aios-popup-body .aiosp-close {
        top: 30px;
    }
}

@media only screen and (max-width: 1280px) {
    .ip-comm-cta-title h2 {
        font-size: 35px;
    }
    .ip-comm-hero-content-container {
        max-width: 1090px;
    }
    .ip-comm-hero-content p {
        font-size: 16px;
    }
}


/* iPad(landscape) | iPad(landscape) | Galaxy Tab 4 (landscape) | Galaxy Tab 3 (landscape) */

@media only screen and (max-width: 1199px) {
    .ip-comm-hero-img canvas {
        min-height: 730px;
    }

    .ip-fl-main-title:before,
    .ip-fl-main-title:after {
        height: calc(100% - 36px);
    }
    .ip-comm-cta-img:before {
        margin: 10px;
    }
    .ip-comm-cta-hover {
        padding: 0 20px;
    }
    .ip-comm-cta-title h2 {
        font-size: 30px;
    }
    .ip-comm-cta-desc span {
        letter-spacing: normal;
        font-size: 14px;
    }
    .ip-comm-hero-content p {
        line-height: 30px;
        font-size: 14px;
    }
    .ip-comm-hero-content-container {
        max-width: 875px;
    }
    .ip-comm-hero-content-container .global-title {
        margin-bottom: 30px;
    }
    .ip-comm-hero-content {
        max-width: 48%;
    }
    .ip-fl-main-title {
        max-width: 840px;
    }


    .explore-schools-filter .field-school-type select, .explore-schools-tab-content-top .field-input select {
        width: 215px;
    }

    .explore-schools-filter .field-school-level a, .explore-schools-view a {
        padding: 0 15px;
    }

    .ip-community-details-explore-tab-content p,
    .explore-schools-tab-content-top, 
    .explore-schools-tab-content-top .field-input label {
        font-size: 14px;
    }


    .ip-community-details-explore-tab-content span.head-title {
        font-size: 50px;
    }

    .comm-commuter-info span.head-title {
        font-size: 20px;
    }
}


/* iPad(portrait) | Galaxy Tab 4(portrait)  */

@media only screen and (max-width: 991px) {
    #ip-communities {
        margin-top: 83px;
    }

    .custom-breadcrumbs {
    margin-bottom: 50px;
    text-align: left;
}

    .ip-comm-hero-content-container {
        position: relative;
        bottom: 0;
        text-align: center;
        max-width: 100%;
        padding: 20px 30px 50px;
    }
    .ip-comm-hero-img:before {
        display: none;
    }
    .ip-container #fixed-smis {
        display: none;
    }
    .ip-comm-hero-img canvas {
        min-height: 250px;
    }
    .ip-comm-hero-container .floating-icon {
        display: none;
    }
    .ip-comm-hero-container .floating-icon {
        max-width: 100%;
    }
    .ip-comm-hero-content {
        max-width: 100%;
        height: auto!important;
        display: block;
        padding: 0 0 20px;
    }
    .ip-comm-cta-item {
        width: calc(100% / 2);
        margin-bottom: 12px;
    }
    .ip-comm-cta-list {
        width: 100%;
        max-width: 764px;
        margin: 0 auto;
    }
    .ip-fl-slide {
        opacity: 0;
        visibility: hidden;
        pointer-events: none;
        height: 0;
    }
    .ip-fl-mob-slide {
        opacity: 1;
        visibility: visible;
        pointer-events: auto;
        height: auto;
        width: 100%;
        max-width: 480px;
        margin: 0 auto;
    }
    .sl-comm-section-disclaimer.mobile{
        display: block;
    }
    .sl-comm-section-disclaimer.desktop{
        display: none;
    }
    .ip-community-details-explore-tab{
        margin-top: 25px;
    }
    .aiosp-close{
        width: 15px!important;
    }

    .ip-fl-mob-slide:not(.slick-initialized) .ip-fl-item:nth-child(n+2) {
        display: none;
    }


    .ip-fl-item {
        width: 100%;
        padding: 0;
    }
    .ip-fl-main-title:before,
    .ip-fl-main-title:after {
        display: none;
    }
    .ip-fl-main-title {
        overflow: visible;
    }


    .explore-schools-tab-content-top {
        display: block;
        width: 100%;
        margin-bottom: 30px;
    }

    .explore-schools-tab-content-body {
        display: block;
        width: 100%;
    }

    .explore-schools-view {
        text-align: left;
        margin-top: 15px;
    }

    .explore-schools-filter .field-school-type select, .explore-schools-tab-content-top .field-input select {
        width: 232px;
    }

    .ip-cl-item {
        width: calc(100% / 2);
    }

    .ip-community-details-explore-tab-content>div {
        padding-top: 40px;
    }

    .ip-community-details-explore-popup {
        padding: 80px 15px 100px;
    }

    .ip-community-details-explore-tab-content>div[data-id="explore-tab-02"] {
        padding-top: 70px;
    }

    .ip-community-details-explore-tab-content p {
        font-size: 16px;
        line-height: 25px;
    }

    .explore-content {
        margin-bottom: 40px;
    }

    .ip-comm-bg.attachment-fixed canvas,
    html.safari-true .ip-comm-bg.attachment-fixed canvas {
        background-size: auto!important;
        background-position: top center!important;
    }

    .logo img.main-logo {
        display: block;
    }

    .logo img.alt-logo {
        display: none;
    }
    
    .ip-cl-cta a {
        width: 100%;
        max-width: 230px;
    }

    .burger-menu-icon span {
        background-color: #fff;
    }
}


/* Galaxy Tab 3(portrait) | Galaxy S5(landscape) */

@media only screen and (max-width: 767px) {
    .ip-comm-cta-item {
        width: 100%;
        display: block;
        padding: 0;
    }
    .ip-comm-cta-container {
        padding: 80px 0 60px;
    }
    .ip-comm-hero-content-container {
        padding: 20px 15px 50px;
    }
    .ip-fl-img canvas {
        min-height: 350px;
    }
    .ip-fl-container {
        padding: 80px 0 60px;
    }


    
    .ip-community-details-explore-tab::after, .ip-community-details-explore-tab::before {
        opacity: 0;
    }

    .ip-community-details-explore-tab-content p:not(:last-child) {
        margin-bottom: 15px;
    }

    .explore-tab-content>.container {
        padding: 0;
    }

    .explore-schools-filter .field-school-type select, .explore-schools-tab-content-top .field-input select {
        width: 100%;
    }

    .explore-schools-filter .field-input {
        display: block;
        text-align: center;
        margin: 0 auto 10px;
        width: 100%;
        max-width: 272px;
    }

    .explore-schools-view a {
        width: 50%;
    }

    .explore-schools-view {
        width: 100%;
        max-width: 271px;
        margin: 0 auto;
        padding: 0;
    }

    .explore-schools-tab-content-top .field-input label {
        display: block;
        margin: 0 0 10px;
    }

    .explore-schools-filter-view {
        margin: 0 0 45px;
    }


    .explore-schools-tab-content-sort {
        width: 100%;
        max-width: 272px;
        margin: 0 auto;
    }

    .explore-schools-tab-content-top {
        width: 100%;
        max-width: 480px;
        margin: 0 auto 50px;
        text-align: center;
    }

    .ip-community-details-explore-tab span {
        font-size: 15px;
    }

    .aios-popup-body .aiosp-close {
        right: 15px;
    }
}


/* Galaxy S5(portrait) | iPod Touch(landscape) | iPod Touch(portrait) */

@media only screen and (max-width: 480px) {
    .ip-community-details-explore-tab a {
        width: 100%;
        margin: 0;
    }

    .ip-community-details-explore-tab a:not(:last-child) {
        margin-bottom: 1px;
    }

    .ip-cl-item {
        display: block;
        width: 100%;
        max-width: 320px;
        margin: 0 auto;
    }

    .ip-cl-item:not(:last-child) {
        margin-bottom: 2px;
    }

    .ip-community-details-explore-tab-content>div[data-id="explore-tab-03"] .explore-content, 
    .ip-community-details-explore-tab-content>div[data-id="explore-tab-04"] .explore-content {
        padding: 0;
    }

    .explore-commuting-map-details {
        padding: 0;
        margin-top: 30px;
    }

    .ip-community-details-explore-tab-content span.head-title {
        font-size: 35px;
    }

    .comm-commuter-info span.head-title {
        font-size: 20px;
        margin-bottom: 20px;
        margin-top: 31px;
    }
    
    .ip-community-details-explore-tab span {
        font-size: 20px;
    }
    

}
