@charset "UTF-8";#inner-page-wrapper .entry-title {
    /* display: none */
}
#ipExclusiveListings .listings-sort {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    margin-top: 50px;
    position: relative;
}

#ipExclusiveListings .listings-sort>div {
    margin-left: 15px;
}

#ipExclusiveListings .listings-sort .sort-view {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    margin-left: 0;
}

#ipExclusiveListings .listings-sort .sort-view+div {
    margin-left: auto;
}

#ipExclusiveListings .listings-sort .sort-view i {
    display: block;
    font-size: 18px;
    font-weight: 400;
    font-style: normal;
    cursor: pointer;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

#ipExclusiveListings .listings-sort .sort-view i+i {
    margin-left: 10px;
}

#ipExclusiveListings .listings-sort .sort-view i.active,
#ipExclusiveListings .listings-sort .sort-view i:hover {
    color: var(--aios-custom-ihomefinder-primary-color);
}

#ipExclusiveListings .listings-sort .sort-dropdown {
    position: relative;
    display: block;
}

#ipExclusiveListings .listings-sort .sort-dropdown:nth-child(1) {
    margin-left: auto;
}

#ipExclusiveListings .listings-sort .sort-dropdown button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: none;
    border: none;
    background: transparent;
    display: block;
    position: relative;
    font-size: 15px;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0.34px;
    text-transform: uppercase;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

#ipExclusiveListings .listings-sort .sort-dropdown button:hover {
    color: var(--aios-custom-ihomefinder-primary-color);
}

#ipExclusiveListings .listings-sort .sort-dropdown button:after {
    content: '';
    display: inline-block;
    margin-left: 10px;
    position: relative;
    top: 0;
    width: 0;
    height: 0;
    vertical-align: middle;
    border: 4px solid transparent;
    border-top-color: #424242;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

#ipExclusiveListings .listings-sort .sort-dropdown button:hover:after {
    border-top-color: var(--aios-custom-ihomefinder-primary-color);
}

#ipExclusiveListings .listings-sort .listings-filter-tab {
    display: flex;
    flex-grow: 1;
    justify-content: flex-end;
}

#ipExclusiveListings .listings-sort .listings-filter-tab:nth-child(1) {
    margin-left: auto;
}

#ipExclusiveListings .listings-sort .listings-filter-tab a {
    min-width: 145px;
    max-width: 100%;
    margin: 0.35%;
    text-transform: uppercase;
    border: 0;
    background: var(--aios-custom-ihomefinder-secondary-color);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0);
    color: #fff;
    border-radius: 0;
    padding: 10px 20px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

#ipExclusiveListings .listings-sort .listings-filter-tab a:hover,
#ipExclusiveListings .listings-sort .listings-filter-tab a.active {
    background: var(--aios-custom-ihomefinder-primary-color);
}

#ipExclusiveListings .listings-sort .listings-filter-tab a em {
    font-style: normal;
}

#ipExclusiveListings .listings-sort .listings-filter-tab a span {
    display: inline-block;
    margin-right: 4px;
}

#ipExclusiveListings .listings-sort .sort-dropdown>div {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 50;
    display: none;
    float: left;
    min-width: 325px;
    padding: 20px;
    margin: 10px 0 0;
    font-size: 14px;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 4px;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.18);
}

#ipExclusiveListings .listings-sort .sort-dropdown>div.pull-right {
    right: 0;
    left: auto;
}

#ipExclusiveListings .listings-sort .sort-dropdown.open>div {
    display: block;
}

#ipExclusiveListings .listings-sort .sort-dropdown>div.padding-sm {
    padding: 10px 0;
}

#ipExclusiveListings .listings-sort .sort-dropdown>div.dropdown-menu-sm {
    min-width: 275px;
}

#ipExclusiveListings .listings-sort .sort-dropdown>div .row {
    margin-left: -10px;
    margin-right: -10px;
}

#ipExclusiveListings .listings-sort .sort-dropdown>div [class*=col-] {
    padding: 5px 10px;
}

#ipExclusiveListings .listings-sort .sort-dropdown>div form {
    display: block;
    margin: 0;
}

#ipExclusiveListings .listings-sort .sort-dropdown>div span {
    display: block;
    font-size: 15px;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0.34px;
    text-transform: uppercase;
    margin-bottom: 10px;
}

#ipExclusiveListings .listings-sort .sort-dropdown>div ::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: inherit;
}

#ipExclusiveListings .listings-sort .sort-dropdown>div ::-moz-placeholder {
    /* Firefox 19+ */
    color: inherit;
}

#ipExclusiveListings .listings-sort .sort-dropdown>div :-ms-input-placeholder {
    /* IE 10+ */
    color: inherit;
}

#ipExclusiveListings .listings-sort .sort-dropdown>div :-moz-placeholder {
    /* Firefox 18- */
    color: inherit;
}

#ipExclusiveListings .listings-sort .sort-dropdown>div input[type=text],
#ipExclusiveListings .listings-sort .sort-dropdown>div select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    display: block;
    width: 100%;
    height: 40px;
    border: 1px solid #d9d9d9;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    text-align: left;
    padding: 0 10px;
    font-size: 13px;
    font-weight: 400;
    line-height: 1;
    position: relative;
}

#ipExclusiveListings .listings-sort .sort-dropdown>div input[type=submit] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: none;
    border: none;
    background: #000;
    display: block;
    width: 100%;
    height: 40px;
    margin-top: 10px;
    font-size: 18px;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 0.34px;
    color: #fff;
    background: var(--aios-custom-ihomefinder-secondary-color);
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

#ipExclusiveListings .listings-sort .sort-dropdown>div input[type=submit]:hover {
    background: var(--aios-custom-ihomefinder-primary-color);
    color: #fff;
}

#ipExclusiveListings .listings-sort ul,
#ipExclusiveListings .listings-sort ul li {
    margin: 0;
    position: relative;
    display: block;
}

#ipExclusiveListings .listings-sort ul li a {
    display: block;
    padding: 5px 15px;
    font-size: 15px;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0.34px;
    text-transform: uppercase;
    color: #333;
}

#ipExclusiveListings .listings-sort ul li.active a,
#ipExclusiveListings .listings-sort ul li a:hover {
    background: var(--aios-custom-ihomefinder-primary-color);
    color: #fff;
}

#ipExclusiveListings .listings-sort .sort-view {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
}


.properties__top {
    margin: 0 0 30px;
    padding: 0
}

.properties__top--category {
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    justify-content: space-between
}

.properties__top--category>div {
    width: calc(33.3333333333% - 4px)
}

.properties__top--category>div button {
    width: 100%;
}

.properties__top--category>div button.active {
    background: var(--color-teal);
    border-color: var(--color-teal);
    pointer-events: none
}

.properties__top--modify {
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    justify-content: flex-end;
    margin: 30px 0 0;
    gap: 30px
}

.properties__top--modify>div button {
    position: relative;
    display: flex;
    align-items: center;
    gap: 8px;
    color: var(--color-white);
    text-shadow: 0px .25em 2.75em rgba(0,0,0,.29);
    font-size: 14px;
    font-style: normal;
    font-weight: 300;
    line-height: 1.125;
    letter-spacing: .05em;
    transition: var(--transition-default);
    text-transform: uppercase
}

.properties__top--modify>div button svg {
    position: relative;
    top: -.067em
}

.properties__top--modify>div button svg path {
    fill: var(#000000)
}

/* Pagination */

.properties__pagination {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    margin-top: 50px;
    padding: 0 0 60px
}

.properties__pagination-arrow {
    display: flex;
    align-items: center;
    justify-content: center;
    background: none;
    border: none;
    cursor: pointer;
    padding: 8px 0;
    color: #fff;
    transition: color .2s ease
}

.properties__pagination-arrow:hover {
    color: #199696
}

.properties__pagination-arrow:focus-visible {
    outline: 2px solid #199696;
    outline-offset: 2px
}

.properties__pagination-arrow svg {
    width: 40px;
    height: 12px
}

.properties__pagination-numbers {
    display: flex;
    align-items: center;
    gap: 12px
}

.properties__page-num {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #ffffff;
    padding: 2px;
    background: transparent;
    cursor: pointer;
    text-decoration: none;
    transition: border-color .2s ease
}

span.properties__page-num {
    cursor: default !important;
}

.properties__page-num:hover {
    border-color: #199696
}

.properties__page-num:focus-visible {
    outline: 2px solid #199696;
    outline-offset: 2px
}

.properties__page-num:hover .properties__page-inner {
    background: #19969626
}

.properties__page-num--active .properties__page-inner,.properties__page-num--active:hover .properties__page-inner {
    background: #199696
}

.listings-top {
    margin-bottom: 20px;
}

.ipExclusiveListings {
    font-size: 1rem;
    position: relative;
    background: #fff
}

.ipExclusiveListings .ipExclusiveListings-content .ipExclusiveListings-properties {
    overflow: initial;
    z-index: 1;
    padding: 0;
}


.ipExclusiveListings .ipExclusiveListings-content .ipExclusiveListings-properties-wrap {
    max-width: 650px;
    width: 100%;
}

.ipExclusiveListings .ipExclusiveListings-content .ipExclusiveListings-properties-wrap+.site-wrap {
    margin-top: 60px
}

.ipExclusiveListings .ipExclusiveListings-content .ipExclusiveListings-properties-list {
    margin: 0 -.9375rem
}

.ipExclusiveListings .ipExclusiveListings-content .ipExclusiveListings-properties-list.item-status .slick-list {
    padding-top: 40px
}

.ipExclusiveListings .ipExclusiveListings-content .ipExclusiveListings-properties-list .slick-list {
    padding: 105px 0
}

.ipExclusiveListings .ipExclusiveListings-content .ipExclusiveListings-properties-item {
    width: 100%;
    padding: 0 .9375rem;
    transition: var(--transition)
}

.ipExclusiveListings .ipExclusiveListings-content .ipExclusiveListings-properties-item a {
    position: relative;
    display: block
}

.ipExclusiveListings .ipExclusiveListings-content .ipExclusiveListings-properties-item a .site-img canvas {
    min-height: 300px
}

.ipExclusiveListings .ipExclusiveListings-content .ipExclusiveListings-properties-item a .logo {
    position: absolute;
    top: -65px;
    left: 50%;
    transform: translate(-50%);
    width: 8.6111em;
    z-index: 1;
    aspect-ratio: 155/153;
    background: url(../images/logo.png) center/cover no-repeat;
    font-size: 1.125rem;
    font-weight: 500;
    letter-spacing: .05em;
    line-height: 1.25;
    color: var(--primary);
    text-align: center;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    justify-content: center;
    text-shadow: -1px 0 1px rgba(255,255,255,.75);
    transition: var(--transition)
}

.ipExclusiveListings .ipExclusiveListings-content .ipExclusiveListings-properties-item a .logo span {
    filter: drop-shadow(1px 1px 1px rgba(0,0,0,.9))
}

.ipExclusiveListings .ipExclusiveListings-content .ipExclusiveListings-properties-item a .status {
    position: absolute;
    top: 6.8337129841%;
    left: 50%;
    transform: translate(-50%);
    z-index: 1;
    width: 90%;
    width: 180px;
    border-top-left-radius: 1.846153846em;
    border-bottom-right-radius: 1.846153846em;
    background: var(--primary);
    font-size: .8125rem;
    font-weight: 500;
    letter-spacing: .05em;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    padding: 1.26923em 0;
    transition: var(--transition)
}

.ipExclusiveListings .ipExclusiveListings-content .ipExclusiveListings-properties-item a .info {
    position: absolute;
    bottom: -50px;
    left: 50%;
    transform: translate(-50%);
    z-index: 1;
    color: var(--font-color-default);
    background: #fff;
    width: 90%;
    max-width: 367px;
    border-top-left-radius: 1.875em;
    border-bottom-right-radius: 1.875em;
    border: .1875em solid var(--primary);
    box-shadow: .625em 2.5em 3.125em #00000012;
    padding: 1.5em 1em;
    transition: var(--transition);
    font-size: 1rem;
    text-align: center
}

.ipExclusiveListings .ipExclusiveListings-content .ipExclusiveListings-properties-item a .info .price {
    font-family: var(--font-family-title);
    font-size: 1.75em;
    font-weight: 600;
    letter-spacing: .01em;
    width: 100%;
    border-bottom: .0357142857em solid var(--primary);
    padding-bottom: .5357142857em;
    margin-bottom: .607142857em
}

.ipExclusiveListings .ipExclusiveListings-content .ipExclusiveListings-properties-item a .info .address {
    font-size: 1.045em;
    font-weight: 300;
    text-transform: uppercase;
    letter-spacing: .1em;
    line-height: 1.2
}

.ipExclusiveListings .ipExclusiveListings-content .ipExclusiveListings-properties-item a .info .address span {
    display: block;
    font-size: .837320574em;
    color: #8d8d8d;
    letter-spacing: .1em;
    margin-top: .5em
}

.ipExclusiveListings .ipExclusiveListings-content .ipExclusiveListings-properties-item a:hover .status {
    border-radius: 0
}

.ipExclusiveListings .ipExclusiveListings-content .ipExclusiveListings-properties-item a:hover .info {
    color: #fff;
    background: var(--primary)
}

.ipExclusiveListings .ipExclusiveListings-content .ipExclusiveListings-properties-item a:hover .info .price {
    border-bottom-color: currentColor
}

.ipExclusiveListings .ipExclusiveListings-content .ipExclusiveListings-properties-item a:hover .info .address span {
    color: inherit
}

.ipExclusiveListings .ipExclusiveListings-content .ipExclusiveListings-properties-arrow {
    margin: 0
}


#ipExclusiveListings .listings-map {
    position: relative;
    z-index: 1;
    display: contents;
}

#ipExclusiveListings .listings-map #ihf-map-canvas:not(.leaflet-container) {
    display: none;
}

#ipExclusiveListings .listings-map .map-infobox-img {
    max-width: 100% !important;
}

#ipExclusiveListings .listings-pagination {
    position: relative;
    margin-top: 81px;
}

#ipExclusiveListings .listings-pagination ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    margin: 0;
    padding: 0;
}

#ipExclusiveListings .listings-pagination ul li {
    -webkit-user-select: none;
    user-select: none;
    display: block;
    margin: 2px;
    padding: 0;
}

#ipExclusiveListings .listings-pagination ul li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    outline: none;
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    color: var(--aios-custom-ihomefinder-primary-color);
    text-decoration: none;
    min-width: 32px;
    height: 32px;
    padding: 0 10px;
    border: 1px solid #cecece;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

#ipExclusiveListings .listings-pagination ul li.active a,
#ipExclusiveListings .listings-pagination ul li a.active,
#ipExclusiveListings .listings-pagination ul li a:hover {
    color: #fff;
    border-color: var(--aios-custom-ihomefinder-primary-color);
    background: var(--aios-custom-ihomefinder-primary-color);
}

#ipExclusiveListings .listings-pagination ul li.active {
    cursor: not-allowed;
}

#ipExclusiveListings .listings-pagination ul li.active a,
#ipExclusiveListings .listings-pagination ul li a.active {
    pointer-events: none;
}

#ipExclusiveListings .listings-pagination ul li.ellipsis a {
    pointer-events: none;
    cursor: text;
}


@media screen and (min-width: 1024px) {
    .properties__top {
        /* display: flex; */
        display: block;
        flex-flow: row wrap;
        align-items: center;
        justify-content: space-between;
        gap: 8px;
        padding: 0
    }

    .properties__top--category {
        justify-content: flex-start;
        gap: 8px
    }

    .properties__top--category>div {
        width: auto
    }

    .properties__top--modify {
        margin: 0;
        gap: 20px
    }

    .properties__top--modify>div button {
        letter-spacing: .14em;
        font-size: 15px;
        gap: .5em
    }

    .properties__pagination {
        gap: 40px;
        margin-top: 80px
    }

    .properties__pagination-arrow svg {
        width: 58px;
        height: 16px
    }

    .properties__pagination-numbers {
        gap: 25px
    }

    .ipExclusiveListings .ipExclusiveListings-content .ipExclusiveListings-properties {
        /* padding: 6.375em 0 1.0625em */
    }

    .ipExclusiveListings .ipExclusiveListings-content .ipExclusiveListings-properties.properties-sub {
        padding-top: 5.5em
    }

    .ipExclusiveListings .ipExclusiveListings-content .ipExclusiveListings-properties-bg {
        top: 6.3713592233%
    }

    .ipExclusiveListings .ipExclusiveListings-content .ipExclusiveListings-properties-wrap {
        width: 84.625%;
        max-width: 1354px
    }

    .ipExclusiveListings .ipExclusiveListings-content .ipExclusiveListings-properties-wrap+.site-wrap {
        margin-top: 1.9375em
    }

    .ipExclusiveListings .ipExclusiveListings-content .ipExclusiveListings-properties-list {
        margin: 0 -1.5625rem;
        margin-top: 20px;
        display: flex;
        flex-flow: wrap;
    }

    .ipExclusiveListings .ipExclusiveListings-content .ipExclusiveListings-properties-list.item-status .slick-list,.ipExclusiveListings .ipExclusiveListings-content .ipExclusiveListings-properties-list .slick-list {
        padding: 5.0625rem 1.5625rem 8.125rem
    }

    .ipExclusiveListings .ipExclusiveListings-content .ipExclusiveListings-properties-list .slick-list .slick-slide.slick-active .status,.ipExclusiveListings .ipExclusiveListings-content .ipExclusiveListings-properties-list .slick-list .slick-slide.slick-active .logo {
        opacity: 1
    }

    .ipExclusiveListings .ipExclusiveListings-content .ipExclusiveListings-properties-item {
        width: 50%;
        padding: 0.0625rem 1.5625rem 8.125rem;
    }

    .ipExclusiveListings .ipExclusiveListings-content .ipExclusiveListings-properties-item a .logo {
        left: -2.16667em;
        top: -1.1667em;
        transform: none;
        /* opacity: 0 */
    }

    .ipExclusiveListings .ipExclusiveListings-content .ipExclusiveListings-properties-item a .status {
        left: -3.668261563%;
        transform: none;
        width: 31.8979266348%;
    }

    .ipExclusiveListings .ipExclusiveListings-content .ipExclusiveListings-properties-item a .info {
        transform: none;
        left: 1.75em;
        bottom: -5em;
        width: 58.5326953748%;
        padding: 1.375em 2.5518341308% 1.75em 5.7416267943%;
        text-align: initial
    }
}


@media screen and (min-width: 600px) {
    .properties__pagination {
        gap: 30px;
        margin-top: 60px
    }

    .properties__pagination-arrow svg {
        width: 50px;
        height: 14px
    }

    .properties__pagination-numbers {
        gap: 20px
    }

    .properties__content {
        padding: 0 30px
    }
}

@media only screen and (max-width: 767px) {
    #ipExclusiveListings .listings-map {
        display: none;
    }
}

@media screen and (min-width: 744px) {

    .aci-results-radiance-filter {
        flex-flow: row wrap;
        margin-bottom: 42px
    }
    .aci-results-radiance-filter :is(a, button) {
        flex: 1 0 auto
    }
    .aci-results-radiance-filter :is(a, button).as-savesearch {
        width: 100%
    }
    .aci-results-radiance-form {
        --form-columns: 2
    }
    .aci-results-radiance-dropdown {
        position: relative
    }
    .aci-results-radiance-dropdown.as-search {
        margin-left: auto
    }
    .aci-results-radiance-dropdown>div {
        left: auto;
        width: 400px
    }
}