:root {
    /** Font default */
    --font-family-default: "Lora", serif;
    --font-family-title-sm: "Jost", sans-serif;
    --font-family-title-lg: "Aboreto", system-ui;
    --font-family-title : "Aboreto", system-ui;
    --font-size-default: 15px;
    --font-size-title: 18px;
    --font-color-default: #282828;
    --font-color-title: #6c757d;
    /** Use for input, button, and any other element */
    --primary: #927c4c;
    --secondary: #000000;
    --tertiary: #223b3a;
    --primary-color: #927c4c;
    --secondary-color: #000000;
    --tertiary-color: #223b3a;
    --success: #28a745;
    --info: #17a2b8;
    --warning: #ffc107;
    --danger: #dc3545;
    --light: #f8f9fa;
    --dark: #343a40;
    --transition: .3s cubic-bezier(.4, 0, .2, 1);
    --default-transition: .3s cubic-bezier(.4, 0, .2, 1);


    --playfair-display: "Playfair Display", serif;
}

/* Global */
body {
    font-family: var(--font-family-default);
    font-size: var(--font-size-default);
    background: #FFFFFF;
    color: var(--font-color-default);
    margin: 0;
    /* Remove the comment from line 85 to 86 if the font issue in safari occurs */
    /* -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; */
}

#main-wrapper{
  overflow: hidden;
}

:after,
:before{
    pointer-events: none;
    transition: all ease .4s;
    -moz-transition: all ease .4s;
    -webkit-transition: all ease .4s;
}

a,
img,
.global-button,
input[type="submit"],
button{
    transition: all ease .4s;
    -moz-transition: all ease .4s;
    -webkit-transition: all ease .4s;
}

body.home section{
    position: relative;
    padding: 40px 0;
}
body.home section#hp-hero,
body.home section#shadow-host-companion{
    padding: 0 0;
}
body div#loom-companion-mv3,
body section#shadow-host-companion{
    display: none !important;
}
.img-cover{
    position: relative;
    display: block;
    z-index: 0;
    overflow: hidden;
}
.img-cover > img{
    position: relative;
    z-index: 0;
    width: 100%;
    height: auto;
    object-fit: cover;
    object-position: center;
    display: block;
}
canvas{
    display: block;
    position: relative;
    z-index: 0;
    width: 100%;
    height: auto;
}
.fixed-bg{
    clip-path: inset(0 0 0 0);
    -moz-clip-path: inset(0 0 0 0);
    -webkit-clip-path: inset(0 0 0 0);
    overflow: hidden;
    pointer-events: none;
    position: absolute;
    z-index: 0;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
}
.fixed-bg > div{
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
.fixed-bg:before{
    content:'';
    display: block;
    position: fixed;
    z-index: 0;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    transition: all ease 0s;
    -moz-transition: all ease 0s;
    -webkit-transition: all ease 0s;
}
.fixed-bg:after{
    content:'';
    display: block;
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    transition: all ease 0s;
    -moz-transition: all ease 0s;
    -webkit-transition: all ease 0s;
}
.fixed-bg_fix{
    pointer-events: none;
    position: absolute;
    z-index: 1;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
}
.fixed-bg:not(.bg-loaded),
.fixed-bg:not(.bg-loaded) div,
.fixed-bg:not(.bg-loaded):after,
.fixed-bg:not(.bg-loaded):before{
  background: none !important;
}
textarea::-webkit-scrollbar {
  display: none;
}
textarea {
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.mw-container{
    max-width: calc(100% - 30px);
    margin-left: auto;
    margin-right: auto;
}

.ease{
    transition: all ease .4s;
    -moz-transition: all ease .4s;
    -webkit-transition: all ease .4s;
}
.ease-f{
    transition: all ease .3s;
    -moz-transition: all ease .3s;
    -webkit-transition: all ease .3s;
}
.ease-s{
    transition: all ease .8s;
    -moz-transition: all ease .8s;
    -webkit-transition: all ease .8s;
}

img.lazyload{
    opacity: 0 !important;
}

a{
  color: inherit;
}
a:focus,
a:hover{
  color: var(--secondary);
  text-decoration: none;
}

body #pojo-a11y-toolbar {
    bottom:0 !important;
    top: auto !important;
}
body #pojo-a11y-toolbar.pojo-a11y-toolbar-left .pojo-a11y-toolbar-toggle {
    top:auto !important;
    bottom:0 !important;
}
button:focus-visible, a:focus-visible {
    outline-style: solid !important;
    outline-width: 5px !important;
    outline-color: red !important;
    transition: none !important;
}

/********CSS Post Launch********/
a,
a:hover,
a:focus,
input,
input:hover,
input:focus,
textarea,
textarea:focus,
textarea:hover,
select:hover,
select:focus,
select,
button,
button:focus,
button:hover,
.btn-group.bootstrap-select.show-tick.qs-select,
.bootstrap-select .dropdown-toggle,
.bootstrap-select .dropdown-toggle:focus{
    outline: 0px !important;
}
#content .ihf-search .ihf-select-options ul,
#content .ihf-search .ihf-select-options,
#content .ihf-search .ihf-pagination,
#content #ihf-main-container .nav-tabs,
#content #ihf-main-container .chosen-results{
    margin: 0 0 0;
    padding: 0 0 0;
    list-style: none;
}
#content #ihf-main-container #ihf-search-adv2-submit{
    margin: 20px 0 0;
}
#content #ihf-main-container .ihf-grid-result-address{
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
}
#content #ihf-main-container .ihf-listing-search-results .btn{
    padding: 6px 6px;
}
#content div.wpcf7-response-output,
div.wpcf7-response-output{
    text-align: center;
}

#ihf-main-container #ihf-mortgage-calculator-modal .mc-total-payment-subline,
#content #ihf-main-container .mc-total-payment-subline{
    color:#333;
}

#ihf-main-container .pagination>li>a,
#ihf-main-container .pagination>li>span{
    padding: 6px 9px;
}
#ihf-main-container #ihf-schedule-showing-request-form .form-control{
    padding: 6px 7px;
}
#content #ihf-main-container #ihf-search-location-tab{
    margin: 8px 5px 0 0;
}
#ihf-main-container #ihf-advsearch-features label{
    font-size: .8em;
}
html.name-Microsoft_Edge .ai-default-cf7wrap input[type="submit"],
html.name-Microsoft_Edge .ai-default-cf7wrap input.wpcf7-submit{
    margin: 6px 0 0;
}
#ws-walkscore-tile{
    background:#fff !important;
}
#hero .quick-search form select[name="propertyType"]{
    margin-left: 2%;
}
#content ul.ihf-navbar-nav{
    list-style: none;
    margin: 0 0 0;
}
#content .ihf-eureka .ihf-navbar{
    padding: 4px 14px;
}
#content #ihf-main-container .ihf-listing-open-home-text-grid,
#content #ihf-main-container .ihf-map-info-window-content{
    color:#777;
}
#content #ihf-main-container label{
    color:inherit;
}
#content #ihf-main-container .ihf-polygon-reset{
    color:#000;
}
#ihf-main-container .modal-body {
    color: #000;
}
body.page-id-0 > img,
body.page-id-0 > iframe{
    display: none !important;
}
#content #ihf-main-container #ihf-market-report-nav-container.row,
#content #ihf-main-container #ihf-market-report-nav-container.row .row,
#content #ihf-main-container .row #areaPickerContainer.row,
#content #ihf-main-container .row #ihf-search-location-tab .row,
#content #ihf-main-container .row #ihf-refine-map-search-form .row,
#content #ihf-main-container .row .ihf-grid-result-container .row,
#content #ihf-main-container .row #ihf-search-location-tab.row{
    margin-left: -15px;
    margin-right: -15px;
}
#content #ihf-main-container .row .row{
    margin-left: 0;
    margin-right: 0;
}
#ihf-main-container  .ihf-social-share .dropdown-menu > li > a{
    color:#000 !important;
}
#ihf-main-container  .ihf-social-share .dropdown-menu > li > a:hover{
    color:#fff !important;
}
#ihf-main-container #ihf-refine-map-search-form label{
    color:#fff !important;
}
#ihf-main-container #ihf-refine-map-search-form .checkbox {
    padding-left: 0px;
}
#ihf-main-container ul.chosen-results {
    margin-left: 0 !important;
}
#content .ihf-eureka ul.ihf-dropdown-menu{
    margin: 0 0 0;
    padding: 0 0 0 0;
    list-style: none;
}
#content #ihf-detail-navrow .ihf-detail-navigation .pull-right{
    float: none !important;
    text-align: right;
}
#content #ihf-main-container .map-infobox-img{
    max-width: 100% !important;
}
#ihf-main-container #ihf-map-canvas .ihf-map-info-box-title{
    padding: 0 15px 0 0;
}
.grecaptcha-badge{
    z-index: 91;
}
#content #IDX-main{}
#content #IDX-main #IDX-boxLabel_remarksConcat input{
    display: block;
    width: 100%;
}
#content #IDX-main ul.select2-choices,
#content #IDX-main ul.IDX-navbar-nav{
    margin: 0 0 0 0;
}
.areaPickerExpandAllTopBar:after{
    content:'';
    display: block;
    clear: both;
}
#ihf-main-container #ihf-main-search-form fieldset > div:nth-child(14) .checkbox{
  padding-left: 0px;
}
#ihf-main-container #ihf-main-search-form fieldset > div:nth-child(14) .checkbox label{
    padding-right: 30px;
    white-space: break-spaces;
}
#ihf-main-container #ihf-detail-features-tab > .row.mt-10{
    margin-left: 0;
    margin-right: 0;
}
#ihf-agent-sellers-rep-own-listing{
    max-width: 100%;
}
#ihf-main-search-form fieldset div[data-ihf-geographic-field="true"] .checkbox{
    padding-left: 0;
}
#content ul#IDX-searchNavList{
    margin: 0 0 0;
}
#content ul#IDX-searchNavList li:first-child{
    padding-left: 0px;
}
#content ul#IDX-searchNavList li:last-child{
    padding-right: 0px;
}
#IDX-formSubmit.IDX-formSubmit {
    font-size: 16px;
    margin-right: 20px;
    line-height: 18px;
}
#IDX-formSubmit.IDX-formSubmit {
    font-size: 16px;
    margin-right: 20px;
    line-height: 18px;
    font-weight:400;
}
#IDX-ccz-group .IDX-controls span{
    vertical-align: middle;
    margin: 0 0 0 10px;
}
#IDX-ccz-group .IDX-controls span:first-child{
    margin: 0 0 0 0;
}
#ihf-main-container #ihf-map-canvas{
    position: relative;
    z-index: 0;
}
#ihf-main-container #ihf-refine-map-search-form{
  margin: 0 0;
}
#ihf-main-container .ihf-mapsearch-refine-overlay-inner{
  padding: 8px 15px;
}
#ihf-main-container .ihf-grid-result{
    margin-bottom: 15px;
}
#ihf-main-container .ihf-grid-result:after{
    content: '';
    display: block;
    clear: both;
}
#listings-results .listings-map{
    position: relative;
    z-index: 0;
}
#content ul#idx-mlm-nav-links{
  list-style: none;
  margin: 0 0 0 0;
}
#ihf-map-canvas .leaflet-div-icon{
    background: none;
    border: 0px solid #666;
}
.use-floating-validation-tip .wpcf7-not-valid-tip {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    left: 20%;
    width: auto;
    font-size: 11px;
    white-space: nowrap;
    display: none;
}
.use-floating-validation-tip .wpcf7-not-valid-tip:nth-of-type(1){
    display: block;
}
#ihf-main-container #areaPickerClearAll .glyphicon{
    color: #fff !important;
}
#content .leaflet-control-layers form.leaflet-control-layers-list{
    margin: 0 0;
}
#IDX-main.IDX-wrapper-standard .IDX-navbar-collapse{
    padding-left: 0;
    padding-right: 0;
}
body.pojo-a11y-readable-font *[class*=ai-font-],
body.pojo-a11y-readable-font *[class*=ai-font-]:after,
body.pojo-a11y-readable-font *[class*=ai-font-]:before{
    font-family: agentimage !important;
}
body #IDX-cczController{
  display: none;

}
body #IDX-map-ccz .IDX-control-group{
  position: static;
}
body #IDX-map-ccz .IDX-controls{
  display: block;
}
#content #ihf-main-container ul.dropdown-menu li.active a,
#content #ihf-main-container ul.dropdown-menu a:hover{
    color:#fff;
}
#content ul.select2-selection__rendered{
    margin: 0 0 0;
}
/********CSS Post Launch End********/

/* High contrast and Negative contrast break canvas elements with backgrounds */
#pojo-a11y-toolbar .pojo-a11y-btn-light-background,
#pojo-a11y-toolbar .pojo-a11y-btn-grayscale,
#pojo-a11y-toolbar .pojo-a11y-btn-high-contrast,
#pojo-a11y-toolbar .pojo-a11y-btn-negative-contrast {
    display:none !important;
}

/* Global */


/*******************************************************
 *
 * 4. IP Styles
 *
 *******************************************************/
.ip-banner {
    position: relative;
    width: 100%;
}

.ip-banner::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    background: rgba(0, 0, 0, 0.6);
}

.ip-banner canvas {
    display: block;
    position: relative;
    z-index: 0;
    width: 100%;
    min-height: 250px;
    background-color: var(--dark);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.ip-banner .container {
    /* position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2; */
}

.ip-custom-banner-title-wrap {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 4;
    width: 100%;
}
    .ip-custom-banner-title {
        display: inline-block;
        background-color: #ffffff;
        padding: min(3.75vw,30px) min(3.75vw,30px) 0;
        text-align: left;
        font-family: var(--font-family-title-lg);
        
    }
    .ip-custom-banner-breadcrumbs {
        padding: 10px 0;
        font-family: var(--font-family-title-sm);
        font-size: min(0.688vw, 11px);
        letter-spacing: 0.300em;
        text-transform: uppercase;
    }

.ip-banner h1 {
    display: block;
    font-family: var(--font-family-title-lg);
    font-size: 4.286em;
    color: #000;
    line-height: 1;
    letter-spacing: 0.080em;
    text-align: center;
    text-transform: uppercase;
}

.ip-banner h1 span {
    display: block;
    font-family: var(--font-family-title-sm);
    font-size: 14px;
    color: var(--primary);
    letter-spacing: 0.500em;
}

/* Adjust minimum height of page area */
#content-sidebar, #content-full {
    min-height: 500px;
    margin-top: 20px;
}

/** Adjust width of content columns **/
#content-sidebar #content {
    width: 77.08%;
}

#content-full #content {
    width: 100%;
}

/* Adjust width of sidebar */
.sidebar {
    width: 20.83%;
}

/* fullwidth template */
.page-template-template-fullwidth #content {
    padding-left: 15px;
    padding-right: 15px;
}

.page-template-template-fullwidth #content ihf-search[data-eureka-id*=""].ihf-eureka {
    margin-left: -15px;
    margin-right: -15px;
}

/* Adjust line height of page elements */
#content h4,
aside h4,
#content p,
aside p,
#content blockquote,
aside blockquote,
#content ul,
aside ul,
#content fieldset,
aside fieldset,
#content form,
aside form,
#content ol,
aside ol,
#content dl, 
aside dl, 
#content dir, 
aside dir, 
#content menu, 
aside menu {
    line-height: 1.7;
}

#content h1 {
    font-family: var(--font-family-title-lg);
    font-size: 4.286em;
    font-style: normal;
    font-weight: 400;
    color: var(--secondary);
    line-height: 1;
    letter-spacing: 0.080em;
    text-transform: uppercase;
}

#content h2 {
    font-family: var(--font-family-title-lg);
    font-size: 2.5em;
    font-style: normal;
    font-weight: 400;
    color: var(--primary);
    line-height: 1;
    letter-spacing: 0.080em;
    text-transform: uppercase;
}

#content h3 {
    font-family: var(--font-family-title-lg);
    font-size: 1.875em;
    font-style: normal;
    font-weight: 400;
    color: var(--secondary);
    line-height: 1;
    letter-spacing: 0.150em;
    text-transform: uppercase;
}

#content h4 {
    font-family: var(--font-family-title-sm);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    /* color: var(--secondary); */
    color: #927b4b;
    line-height: 1;
    letter-spacing: 0.500em;
    text-transform: uppercase;
}

#content h5 {
    font-family: var(--font-family-title-sm);
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    color: var(--tertiary);
    line-height: 1;
    letter-spacing: 0.500em;
    text-transform: uppercase;
}

#content h6 {
    font-family: var(--font-family-title-sm);
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    color: var(--primary);
    line-height: 1;
    letter-spacing: 0.500em;
    text-transform: uppercase;
}

#content,
#aios-testimonials-equinox {
    font-size: 15px;
    font-weight: 300;
    font-style: italic;
    line-height: 2;
    letter-spacing: 0.050em;
}

#content blockquote {
    font-style: normal;
}

#content li {
    position: relative;
    font-size: 15px;
    font-weight: 300;
    font-style: italic;
    line-height: 1.2;
    letter-spacing: 0.050em;
}

#content li:not(:first-child) {
    margin-top: 1.385em;
}

#content li b,
#content li strong {
    font-weight: 700;
}

#content ul {
    list-style: none;
    margin-left: 10px;
}

#content ul ul,
#content ol ol {
    margin-top: 20px;
}

#content div:not(.ip-elevate-about__contactInfo) > ul li {
    padding-left: 3em;
}

#content div:not(.ip-elevate-about__contactInfo) > ul li::before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: -0.13em;
    width: 1.923em;
    height: 1.308em;
    background: url(../images/site-lotus.png) center center no-repeat;
    background-size: cover;
}

#content div.community-tabs-sticky > ul li::before {
    top: 0.8em;
}

#content a:not([class]) {
    color: var(--primary);
}

#content a:not([class]):hover {
    color: var(--tertiary);
}
#content em,
#content i {
    font-style: normal !important;
}

#aiosSmwWrapper .aiosSmwContainer_heading--selections button.platform-active,
#content .ipcontactus_elevate__form .custom-page-col input[type="submit"],
#ip-elevate-about #content .ip-elevate-about__contactInfo .cta-button a {
    font-style: normal;
}

#inner-page-wrapper .archive-title,
#inner-page-wrapper .agent-entry-title,
#inner-page-wrapper .entry-title,
#content .archive-title,
#content .entry-title,
#ip-elevate-about #content .ip-elevate-about__content .about__title h2 span,
#content .ipcontactus_elevate__title .heading-1 {
    font-family: var(--font-family-title-lg);
    color: #000;
    font-weight: 400;
    margin: 0.67em 0;
    font-size: 55px;
    letter-spacing: 0.08em;
}
#ip-elevate-about #content .ip-elevate-about__content .about__title h2 span,
#content .ipcontactus_elevate__title .heading-1 {
    margin: 0;
}

p#breadcrumbs{
    line-height: 1.7;
    margin: calc(1.12em + 3px) 0 1.12em;
}

#content p#breadcrumbs {
    display: none;
}

#inner-page-wrapper {
    padding-top: 50px;
}

#ip-elevate-about #content .ip-elevate-about__contactInfo ul li:nth-child(2),
#ip-elevate-about #content .ip-elevate-about__contactInfo ul li:nth-child(3),
#ip-elevate-about #content .ip-elevate-about__contactInfo ul li:nth-child(5) {
    display: none;
}
#ip-elevate-about #content .ip-elevate-about__contactInfo ul li svg:not(.svg-transparent-path) path {
    fill: var(--primary);
}

.aios-testimonials-page .aiosTestimonialsEquinox__list a {
    border-radius: 0;
}

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

#ip-elevate-about #content .ip-elevate-about__contactInfo .cta-button a,
#content .ipcontactus_elevate__form .custom-page-col input[type=submit],
#aiosSmwWrapper .aiosSmwContainer_heading--selections button.platform-active {
    color: var(--primary);
    font-family: var(--font-family-title-sm);
    background: #000000;
    text-transform: uppercase;
    letter-spacing: 0.300em;
    transition: all 0.3s ease-in-out;
}
#aiosSmwWrapper .aiosSmwContainer_heading--selections button {
    font-family: var(--font-family-title-sm);
    letter-spacing: 0.300em;
    margin: 5px 0;
}
#ip-elevate-about #content .ip-elevate-about__contactInfo .cta-button a:hover,
#content .ipcontactus_elevate__form .custom-page-col input[type=submit]:hover,
#aiosSmwWrapper .aiosSmwContainer_heading--selections button:hover {
    color: #fff;
    background: var(--primary);
    font-weight: 500;
    font-family: var(--font-family-title-sm);
}
.page-id-26 #ip-elevate-about .ip-elevate-about__content h4 {
    font-size: 14px;
}


/***GSAP CSS***/

.gsap-reveal-top,
.gsap-reveal-left,
.gsap-reveal-right,
.gsap-reveal-bottom {
  overflow: hidden;
  transition: 0.6s ease-in-out;
  -moz-transition: 0.6s ease-in-out;
  -webkit-transition: 0.6s ease-in-out;
}

.gsap-reveal-top{
  clip-path: inset(100% 0% 0% 0%);
}
.gsap-reveal-left {
  clip-path: inset(0% 100% 0% 0%);
}
.gsap-reveal-right {
  clip-path: inset(0% 0% 0% 100%);
}
.gsap-reveal-bottom {
  clip-path: inset(0% 0% 100% 0%);
}

.gsap-bg_from-top,
.gsap-bg_from-right-top,
.gsap-bg_from-left-top,
.gsap-bg_from-bottom,
.gsap-bg_from-right-bottom,
.gsap-bg_from-left-bottom,
.gsap-fade-up,
.gsap-fade-down,
.gsap-fade-left,
.gsap-fade-right,
.gsap-zoom-in-left,
.gsap-zoom-in-right,
.gsap-zoom-in-top,
.gsap-zoom-in-bottom,
.gsap-zoom-in-left-bottom,
.gsap-zoom-in-right-bottom,
.gsap-zoom-in-right-top,
.gsap-zoom-in-left-top{
    transition: 0.4s ease-in-out;
    -moz-transition: 0.4s ease-in-out;
    -webkit-transition: 0.4s ease-in-out;
}

.gsap-bg_from-top,
.gsap-bg_from-right-top,
.gsap-bg_from-left-top,
.gsap-bg_from-bottom,
.gsap-bg_from-right-bottom,
.gsap-bg_from-left-bottom {
    background-attachment: fixed !important;
    background-position: center center !important;
}

.mobile .gsap-bg_from-top,
.mobile .gsap-bg_from-right-top,
.mobile .gsap-bg_from-left-top,
.mobile .gsap-bg_from-bottom,
.mobile .gsap-bg_from-right-bottom,
.mobile .gsap-bg_from-left-bottom {
    background-attachment: scroll !important;
}

.gsap-zoom-in-left{
  transform-origin: left;
}
.gsap-zoom-in-right{
  transform-origin: right;
}
.gsap-zoom-in-top{
  transform-origin: top;
}
.gsap-zoom-in-bottom{
  transform-origin: bottom;
}
.gsap-zoom-in-left-bottom{
  transform-origin: left bottom;
}
.gsap-zoom-in-right-bottom{
  transform-origin: right bottom;
}
.gsap-zoom-in-right-top{
  transform-origin: right top;
}
.gsap-zoom-in-left-top{
  transform-origin: left top;
}

.slidingPanel{
    position: fixed;
    z-index: 89;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    pointer-events: none;
}
.slidingPanel.active{
    opacity: 1;
    pointer-events: auto;
}
.slidingPanel .slidingPanel-bd{
    position: absolute;
    z-index: 0;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.slidingPanel .slidingPanel-inner{
    position: absolute;
    z-index: 0;
    top: 0;
    left: -622px;
    height: 100vh;
    background: #fff;
    max-width: 622px;
    width: calc(100% - 20px);
}
.slidingPanel.active .slidingPanel-inner{
    left: 0;
}
.slidingPanel .slidingPanel-inner--content{
    padding: 33px 0 40px;
    overflow: auto;
    max-height: 100vh;
}
.slidingPanel .slidingPanel-close{
    position: absolute;
    top: min(7.477vw,48px);
    left: min(3.894vw,25px);
}
.slidingPanel .slidingPanel-close button{
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    font-size: min(3.427vw,22px);
    border: 0;
    background: none;
    padding: 0 0;
    color: #000;
}

.slidingPanel .slidingPanel-close button:hover{
    color: var(--primary);
}

.slidingPanel .slidingPanel-logo{
    margin: 0 auto;
    max-width: min(20.561vw,132px);
}

.slidingPanel .slidingPanel-navigation{
    width: 50%;
    padding: min(9.034vw,58px) 0 min(18.692vw,120px) min(14.174vw,91px);
    border-right: 1px solid var(--primary);
    margin: min(9.969vw,64px) 0 0;
    position: relative;
}

.slidingPanel .slidingPanel-navigation:before{
    content: '';
    display: block;
    position: absolute;
    top: max(-3.115vw,-20px);
    right: max(-2.648vw,-17px);
    width: min(5.14vw,33px);
    height: min(3.583vw,23px);
    background: url(../images/site-lotus.png) center center no-repeat;
    background-size: cover;
}

#spnav{
    position: relative;
}
#spnav li{}
#spnav > li{
    margin: min(7.788vw,50px) 0 0;
}
#spnav > li:first-child{
    margin: 0 0 0;
}
#spnav  li  a{
    color: #000;
    display: block;
    position: relative;
    text-transform: uppercase;
}
#spnav > li > a{
    font-family: var(--font-family-title-lg);
    font-size: min(3.894vw,25px);
    letter-spacing: 0.050em;
    line-height: 1.2;
}
#spnav > li > a:after{
    content:'';
    display: block;
    position: absolute;
    left: 100%;
    right: 0;
    bottom: max(-1.402vw,-9px);
    height: 1px;
    background: var(--primary);
    opacity: 0;
}
#spnav > li:hover > a:after{
    opacity: 1;
    left: 0;
}
#spnav li .sub-menu{
    display: none;
    position: absolute;
    left: 100%;
    top: -10px;
    min-width: min(37.695vw,242px);
    font-family: var(--font-family-title-sm);
}
#spnav li:hover > .sub-menu{
    display: block;
}
#spnav li .sub-menu li{
    margin: min(2.96vw,19px) 0 0;
}
#spnav li .sub-menu li:first-child{
    margin: 0 0 0;
}
#spnav li .sub-menu li a{
    font-size: min(2.181vw,14px);
    font-weight: 300;
    letter-spacing: 0.12em;
    background: rgba(0, 0, 0, 0);
    padding: min(2.492vw,16px) min(2.336vw,15px) min(2.492vw,16px) min(7.632vw,49px);
}
#spnav li .sub-menu li:hover > a{
    color: #fff;
    background: var(--primary);
}

.slidingPanel-info{
    font-family: var(--font-family-title-sm);
    margin: min(5.452vw,35px) 0 0;
}
.slidingPanel-info ul{}

.slidingPanel-info ul li{
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    justify-content: center;
    font-size: min(3.5vw,15px);
    letter-spacing: 0.150em;
    margin: min(2.804vw,18px) 0 0;
}

.slidingPanel-info ul li:first-child{
    margin: 0 0 0;
}

.slidingPanel-info ul li a:hover{
    color: var(--primary);
}

.slidingPanel-info ul li span{
    font-size: 0.8em;
    margin-right: min(2.648vw,17px);
}

.slidingPanel-info .sm{
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    justify-content: center;
    gap: min(4.673vw,30px);
    margin: min(4.984vw,32px) 0 0;
}
.slidingPanel-info .sm a{
    color: var(--primary);
    font-size: min(3vw,16px);
}
.slidingPanel-info .sm a:hover{
    color: #000;
}
.header{
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 88;
    padding: 10px 0;
    background: #fff;
    border-bottom: 1px solid #ededed;
}

.header .header__inner{
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    justify-content: space-between;
    padding: 0 15px;
}

.header .burgerButton button{
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 20px;
    border: 0;
    padding: 0 0;
    background: none;
}
.header .burgerButton button span{
    display: block;
    width: 100%;
    height: 1px;
    background: #000;
}
.header .burgerButton button span:not(:first-child):not(:last-child){
    margin: 4px auto;
}
.header .burgerButton button:hover span:not(:first-child):not(:last-child){
   width: 50%;
}
.header .header-search a{
   color:#000;
   font-size: 17px;
   opacity: 1;
}
.header .header-search a:hover{
    opacity: 0.6;
}
.header .header__inner--col.mid{
    width: calc(100% - min(3.571vw,50px));
    max-width: min(83vw,1232px);
}

.header .menu-main-navigation-container{
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    justify-content: space-between;
}
.header .header-logo-mobile{
    max-width: 135px;
    filter: invert(1);
    -webkit-filter: invert(1);
}
.header .header-logo-main{
    max-width: min(11.5vw,161px);
}

.header.fixed .header-logo-main{
    filter: invert(1);
    -webkit-filter: invert(1);
}

#hdrnav{
    display: none;
}

.header .hdrnav{
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    justify-content: space-between;
    font-family: var(--font-family-title-sm);
    width: calc(50% - min(7.143vw,100px));
    max-width: min(27.143vw,380px);
}
.header .hdrnav li {
  position: relative;
}
.header .hdrnav > li a{
    color: #fff;
    text-transform: uppercase;
    font-size: min(0.857vw,12px);
    font-weight: 400;
    letter-spacing: 0.350em;
}
.header.fixed .hdrnav > li a{
    color: #000;
}
.header .hdrnav > li > a:before{
    content:'';
    display: block;
    position: absolute;
    height: 2px;
    background: var(--primary);
    left: 50%;
    right: 50%;
    margin: 0 auto;
    bottom: max(-1.071vw,-15px);
    opacity: 0;
}
.header .hdrnav > li:hover > a:before{
    opacity: 1;
    left: 0;
    right: 0;
}
.header .hdrnav .sub-menu {
  list-style: none outside none;
  margin: 0;
  background: transparent;
  display: block;
  padding: 0;
  position: absolute;
  width: 100%;
  min-width: min(18vw,250px);
  display: none;
}
.header .hdrnav li.is-dropdown-lg .sub-menu {
    min-width: min(22vw, 340px);
}
.header .hdrnav > li > .sub-menu{
    left: -50vw;
    right: -50vw;
    margin: 0 auto;
    padding: min(1.857vw,26px) 0 0;
}
.header.fixed .hdrnav > li > .sub-menu{
    padding: min(2.51vw,37px) 0 0;
}
.header .hdrnav .sub-menu li {
  position: relative;
  display: block;
  padding: 0;
  text-align: center;
}
.header .hdrnav .sub-menu li:not(:first-child){
    margin: 1px 0 0;
}
.header .hdrnav .sub-menu li a {
  color: #000;
  display: block;
  padding: min(0.786vw,11px) min(0.714vw,10px);
  background: #fff;
}
.header .hdrnav .sub-menu li:hover >  a {
  background: #000000;
  color: #fff;
  opacity: 1;
  text-decoration: none;
  font-weight: 500;
}
.header .hdrnav .sub-menu .sub-menu {
  top: 0;
  left: 100%;
  margin-left: 0;
  padding-top: 0;
}
.header .hdrnav li:hover > .sub-menu {
  display: block;
}

.sections-set{
    clip-path: inset(0 0 0 0);
    -moz-clip-path: inset(0 0 0 0);
    -webkit-clip-path: inset(0 0 0 0);
    overflow: hidden;
    position: relative;
}
.sections-set section{
    position: relative;
    z-index: 1;
}

.sections-set .eclipse_accent{
    pointer-events: none;
    position: absolute;
    width: 86.438vw;
    height: 86.438vw;
    border-radius: 100vw;
    opacity: 0.65;
    border: 1px solid var(--primary);
    transition: 0.4s ease-in-out;
    -moz-transition: 0.4s ease-in-out;
    -webkit-transition: 0.4s ease-in-out;
}
.sections-set .eclipse_accent:not([style]){
    top: -2.813vw;
}
.sections-set .eclipse_accent.posfixed{
    position: fixed;
}
.section-title{}
.section-title h2{
    font-family: var(--font-family-title-sm);
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 0.500em;
    color: var(--primary);
    position: relative;
}
.section-title h2 span{
    font-family: var(--font-family-title-lg);
    color: #000;
    display: block;
    font-size: 4.286em;
    letter-spacing: 0.080em;
    margin: 0.167em 0 0;
}

.section-title.light h2{
    color: #f7d17f;
}
.section-title.light h2 span,
.section-title.alt_light h2 span{
    color: #fff;
}

.section-title.no-accent h2:before,
.section-title.no-accent h2:after{
    display: none;
}
.title-accent{}
.title-accent.light{
    filter: brightness(0) invert(1);
    -webkit-filter: brightness(0) invert(1);
}
.title-accent .line{
    background: var(--primary);
    width: 1px;
    height: 90px;
    margin: 0 auto;
    transition: all ease 2s;
    -moz-transition: all ease 2s;
    -webkit-transition: all ease 2s;
}
.title-accent .icon{
    margin: -3px auto 0;
    max-width: 33px;
}
.title-accent.reverse .icon{
    margin: 0 auto -3px;
}
button.global-button,
span.global-button,
a.global-button,
.global-button{
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    display: inline-flex;
    vertical-align: middle;
    flex-flow: row wrap;
    align-items: center;
    justify-content: center;
    text-align: center;
    border: 0;
    font-size: 12px;
    font-style: normal;
    min-width: 14.75em;
    text-transform: uppercase;
    letter-spacing: 0.300em;
    color: var(--primary);
    min-height: 4.167em;
    padding: 10px 1.9em;
    background: #000;
    font-family: var(--font-family-title-sm);
    position: relative;
    z-index: 0;
}
button.global-button.is_white:not(:hover),
span.global-button.is_white:not(:hover),
a.global-button.is_white:not(:hover),
.global-button.is_white:not(:hover){
    background: #fff;
    color: #000;
}
button.global-button:hover,
span.global-button:hover,
a.global-button:hover,
.global-button:hover{
    color:#fff;
    background: var(--primary);
    font-weight: 500;
}
button.global-button.no-accent,
span.global-button.no-accent,
a.global-button.no-accent,
.global-button.no-accent{
    margin: 0 0;
}
button.global-button.no-accent:before,
span.global-button.no-accent:before,
a.global-button.no-accent:before,
.global-button.no-accent:before,
button.global-button.no-accent:after,
span.global-button.no-accent:after,
a.global-button.no-accent:after,
.global-button.no-accent:after{
    display: none;
}
button.global-button em.button_shadow,
span.global-button em.button_shadow,
a.global-button em.button_shadow,
.global-button em.button_shadow{
    position: absolute;
    z-index: -1;
    left: 0;
    right: 0;
    top: calc(100% - 0.083em);
    height: 2.833em;
    background: url(../images/button-shadow.png) center top no-repeat;
    background-size: 100% 100%;
    opacity: 0;
    pointer-events: none;

}
button.global-button:hover em.button_shadow,
span.global-button:hover em.button_shadow,
a.global-button:hover em.button_shadow,
.global-button:hover em.button_shadow{
    opacity: 1;
}
.footer{
    position: relative;
    z-index: 0;
}

.footer-main{
    color: #fff;
    background: #000;
    font-family: var(--font-family-title-sm);
    padding: 80px 0;
    position: relative;
}
.footer-main a{
    color: inherit;
    opacity: 1;
}
.footer-main a:hover{
    opacity: 0.6;
}
.ftr-main--bg{
    position: absolute;
    z-index: 0;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background: url(../images/footer_bg--mobile.jpg) center bottom  no-repeat;
    background-size: cover;
    pointer-events: none;
}
.ftr-main--bg:before{
    content:'';
    display: block;
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #000;
    opacity: 0.6;
}
.ftr-main--container{
    width: 1368px;
    position: relative;
    z-index: 1;
}
.ftr-main--inner{}

.ftr-git{}
.ftr-git .wpcf7-form-control-wrap{
    display: block;
}
.ftr-git ::-webkit-input-placeholder {
    text-transform: uppercase;
    letter-spacing: 0.100em;
    font-size: 12px;
}
.ftr-git ::-moz-placeholder {
    text-transform: uppercase;
    letter-spacing: 0.100em;
    font-size: 12px;
}
.ftr-git :-ms-input-placeholder {
    text-transform: uppercase;
    letter-spacing: 0.100em;
    font-size: 12px;
}
.ftr-git :-moz-placeholder {
    text-transform: uppercase;
    letter-spacing: 0.100em;
    font-size: 12px;
}
.git-wrap{}
.git-wrap .git-wrap--title{
    margin: 0 0 31px;
}
.git-wrap .git-wrap--content{}
.git-wrap .git-form{}
.git-wrap .git-row{
    position: relative;
    margin: 14px 0 0;
}
.git-wrap .git-row:first-child{
    margin: 0 0 0;
}
.git-wrap .git-row input[type="tel"],
.git-wrap .git-row input[type="email"],
.git-wrap .git-row input[type="text"]{
    -webkit-appearance: none;
    -moz-appearance: none;
    -appearance: none;
    display: block;
    width: 100%;
    outline: 0;
    background: none;
    border: 0;
    border-bottom: 1px solid #fff;
    padding: 0 2px;
    font-size: 13px;
    letter-spacing: 0.050em;
    line-height: 1.2;
    height: 45px;
}
.git-wrap .git-row.mssg{
    margin: 29px 0 0;
}
.git-wrap .git-row.mssg textarea{
    -webkit-appearance: none;
    -moz-appearance: none;
    -appearance: none;
    display: block;
    width: 100%;
    outline: 0;
    background: none;
    border: 0;
    border-bottom: 1px solid #fff;
    padding: 0 35px 0 2px;
    font-size: 13px;
    letter-spacing: 0.050em;
    line-height: 1.2;
    height: 90px;
    resize: none;
    position: relative;
    z-index: 0;
}
    
.git-submit{
    position: absolute;
    z-index: 1;
    bottom: 14px;
    right: 8px;
}
.git-submit input{
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
}

.git-submit em{
    font-size: 22px;
    display: inline-block;
    pointer-events: none;
}
.git-submit:hover em{
    color: var(--primary);
}
.git-submit .wpcf7-spinner{
    position: absolute;
    left: 0;
    right: 0;
    top: -25px;
    margin: 0 auto;
    pointer-events: none;
}


.ftr-det--logo{
    max-width: 260px;
}

.ftr-det--info{
    margin: 30px 0 0;
}
.ftr-det--info ul{}
.ftr-det--info ul li{
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    justify-content: flex-start;
    font-size: 14px;
    line-height: 1.2;
    letter-spacing: 0.150em;
    margin: 0.933em 0 0;
}
.ftr-det--info ul li:first-child{
    margin: 0 0 0;
}
.ftr-det--info ul li:last-child{
    align-items: flex-start;
}
.ftr-det--info ul li a{
    margin-left: 0.933em;
}
.ftr-det--info ul li span{
    font-size: 0.849em;
}
.ftr-det--info ul li span.ai-font-envelope-f{
    font-size: 0.604em;
}
.ftr-det--info ul li span.ai-font-location-c{
    font-size: 0.867em;
    margin-top: 3px;
}
.ftr-det--info .sm{
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    justify-content: center;
    gap: 10px;
    margin: 25px 0 0;
}
.ftr-det--info .sm a{
    opacity: 1;
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    justify-content: center;
    width: 1.947em;
    height: 1.947em;
    font-size: 17px;
    border: 1px solid #fff;
    border-radius: 50em;
    background: rgba(0,0,0,0);
}
.ftr-det--info .sm a:hover{
    background: #fff;
    color: var(--primary);
}
.ftr-main--bottom{
    margin: 50px 0 0;
}
.ftr-logos{}
.ftr-logos--wrap{
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    justify-content: center;
    gap: 20px;
}
.ftr-logos-single{
    min-width: 135px;
}
.ftr-logos-single img{
    margin: 0 auto;
}

.footer-bottom{
    color: #282828;
    background: #fff;
}

.footer-bottom a{
    color: inherit;
    opacity: 1;
}

.footer-bottom a:hover{
    opacity: 0.5;
}

.disclaimer{
    font-size: 14px;
    font-style: italic;
    line-height: 2.083;
    letter-spacing: 0.100em;
    text-align: center;
    padding: 3.333em 0 0;
}

.copyright{
    text-align: center;
    font-size: 15px;
    line-height: 1.538;
    letter-spacing: 0.100em;
    font-style: italic;
    margin: 2.077em 0 0;
}
.copyright span{
    color: var(--primary);
}
.copyright a[target]{
    color: var(--primary);
    text-decoration: underline;
}

.re-logos{
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    justify-content: center;
    color: var(--primary);
    font-size: 34px;
    gap: 0.32em;
    margin: 0.794em 0 0;
    padding: 0 0 1.382em;
}
.re-logos span.ai-font-eho{
    font-size: 0.7em;
}

/* Single Community */

.single-aios-communities #inner-page-wrapper .container {
    padding-right: 15px !important;
    padding-left: 15px !important;
    margin-right: auto;
    margin-left: auto
}

.single-aios-communities #content .community-heading .heading-1{
    font-size: 14px;
    line-height: 1;
    text-align: center;
}

.single-aios-communities #content .community-heading .heading-1 small{
    display: block;
    color: var(--primary);
    font-family: var(--font-family-title-sm);

    font-size: inherit;
    text-transform: uppercase;
    letter-spacing: 0.500em;
}

.single-aios-communities #content .community-heading .heading-1 span{
    font-family: var(--font-family-title-lg);
    color: var(--secondary);
    font-size: 4.286em;
    margin: 0.167em 0 0;
    display: block;
}

.single-aios-communities #content .aci-results-elevate-list-price strong,
.single-aios-communities #content .aci-results-elevate-list-address strong {
    font-family: var(--font-family-title-lg);
    font-weight: 400;
}

.single-aios-communities #content .aci-results-elevate-list-address span,
.single-aios-communities #content .aci-results-elevate-list-featured{
    font-family: var(--font-family-title-sm);
}

.single-aios-communities .community-email {
    color: var(--primary);
    background: #000;
}

.single-aios-communities .community-email:hover {
    color: #fff;
    background: var(--primary);
    font-weight: 500;
}

/* Bootstrap Override*/
@media (min-width: 768px) {
    .single-aios-communities #inner-page-wrapper .container {
        width:750px !important;
    }
}

@media (min-width: 992px) {
    .single-aios-communities #inner-page-wrapper .container {
        width:970px !important;
    }
}

@media (min-width: 1200px) {
    .single-aios-communities #inner-page-wrapper .container {
        width:1170px !important;
    }
}
/* Bootstrap Override */

/* Single Community */

/* IHF Details*/
#ihf-main-container.ihf-modal-container .modal .modal-dialog {
    transform: translate(-50%, -50%);
    right: unset !important;
    top: 50%;
    margin: 0;
}

.ihf-details-template #listings-details .listings-cta.white>li>a,
.ihf-details-template #listings-details .listings-cta>li>a.button-legacy,
.ihf-details-template #listings-details .listings-link-navigation-main{
    color: var(--primary) !important;
    background: #000;
    border-color: #000 !important;
}

.ihf-details-template #listings-details .listings-cta.white>li>a:hover,
.ihf-details-template #listings-details .listings-cta.white>li>a.active,
.ihf-details-template #listings-details .listings-cta>li>a.button-legacy:hover,
.ihf-details-template #listings-details .listings-cta>li>a.button-legacy.active,
.ihf-details-template #listings-details .listings-link-navigation-main:hover{
    color: #fff !important;
    background: var(--primary) !important;
    border-color: var(--primary) !important;
    font-weight: 500;
}

.ihf-details-template #listings-details .listings-smi ul>li>a:hover{
    color: var(--primary);
    background: #000;
    border-color: #000 !important;
}

.ihf-details-template #inner-page-wrapper{
    padding-top: 0;
}
/* IHF Details*/

.ip-container.page-id-26 #main-wrapper {
    overflow: visible;
}
#inner-page-wrapper #ip-elevate-about .ip-elevate-about__content ul {
    list-style: none;
}
#inner-page-wrapper #ip-elevate-about .ip-elevate-about__content ul li {
    font-size: 15px;
    font-weight: 300;
    font-style: italic;
    line-height: 1.2;
    letter-spacing: 0.050em;
    padding: 0 0 0 3em;
    position: relative;
    margin: 1.385em 0 0;
}
#inner-page-wrapper #ip-elevate-about .ip-elevate-about__content ul li:first-child {
    margin: 0;
}
#inner-page-wrapper #ip-elevate-about .ip-elevate-about__content ul li::before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: -0.13em;
    width: 1.923em;
    height: 1.308em;
    background: url(../images/site-lotus.png) center center no-repeat;
    background-size: cover;
}

body .aiosCommunitiesEndeavor__content{}
body .aiosCommunitiesEndeavor__content h3{
    font-family: var(--font-family-title-lg);
    letter-spacing: 0.080em;
    color: #000000;
    /* filter: drop-shadow(2px 2px 3px #000);
    text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.5); */
}
body .aiosCommunitiesEndeavor__img img {
    transition: all 0.3s ease-in-out;
}
body .aiosCommunitiesEndeavor__col a {
    overflow: hidden;
}
body .aiosCommunitiesEndeavor__col a:hover .aiosCommunitiesEndeavor__img img {
    transform: scale(1.2);
}
body .aiosCommunitiesEndeavor__img::before {
    display: none;
}
body .aiosCommunitiesEndeavor__content span{
    font-family: var(--font-family-title-sm);
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 0.300em;
}
body.post-page-neighborhoods #content{
    padding: 0 15px;
    margin-left: auto;
    margin-right: auto;
    max-width: 1170px;
}
body .aiosCommunitiesEndeavor__container{
    max-width: 1170px;
    padding: 0 15px;
    margin: 0 auto;
}
@media only screen and (min-width: 992px) {
    
    
    .header{
        padding: 31px 0 0;
        background: rgba(0, 0, 0, 0);
        border-bottom: 1px solid rgba(0, 0, 0, 0);

    }
    .header.fixed{
        background: #fff;
        padding: min(1.143vw,16px) 0;
        border-bottom: 1px solid #ededed;
    }
    .header .header__inner{
        padding: 0 min(1.563vw,25px);
    }
    .header .burgerButton button span{
        background: #fff;
    }
    .header .burgerButton button{
        width: min(1.429vw,20px);
    }
    .header.fixed .burgerButton button span{
        background: #000;
    }
    .header .header-search a{
        color: #fff;
        font-size: min(1.214vw,17px);
    }
    .header.fixed .header-search a{
        color: #000;
    }

    button.global-button,
    span.global-button,
    a.global-button,
    .global-button{
        margin: 0 2.35em;
    }

    button.global-button.min-vw,
    span.global-button.min-vw,
    a.global-button.min-vw,
    .global-button.min-vw{
        font-size: min(0.75vw,12px);
    }

    button.global-button:before,
    span.global-button:before,
    a.global-button:before,
    .global-button:before{
        content: '';
        display: block;
        position: absolute;
        width: 2.75em;
        height: 1.917em;
        background: url(../images/site-lotus.png) center center no-repeat;
        background-size: cover;
        top: 0;
        bottom: 0;
        margin: auto 0;
        transform: rotate(-90deg);
        right: 100%;
    }

    button.global-button:after,
    span.global-button:after,
    a.global-button:after,
    .global-button:after{
        content: '';
        display: block;
        position: absolute;
        width: 2.75em;
        height: 1.917em;
        background: url(../images/site-lotus.png) center center no-repeat;
        background-size: cover;
        top: 0;
        bottom: 0;
        margin: auto 0;
        transform: rotate(90deg);
        left: 100%;
    }

    button.global-button.is_white:before,
    span.global-button.is_white:before,
    a.global-button.is_white:before,
    .global-button.is_white:before,
    button.global-button.is_white:after,
    span.global-button.is_white:after,
    a.global-button.is_white:after,
    .global-button.is_white:after{
        filter: brightness(0) invert(1);
        -webkit-filter: brightness(0) invert(1);
    }


    .section-title h2:before{
        content: '';
        display: block;
        position: absolute;
        width: 1px;
        background: var(--primary);
        left: -2.5em;
        bottom: 0.6em;
        top: -1.027em;
        transform-origin: center top;
        transform: scale(0);
        transition: all ease 2s;
        -moz-transition: all ease 2s;
        -webkit-transition: all ease 2s;
    }

    .section-title.ticked h2:before{
        transform: scale(1);
    }

    .section-title h2:after{
        content: '';
        display: block;
        position: absolute;
        width: 2.357em;
        height: 1.643em;
        top: -2.5em;
        left: -3.61em;
        background: url(../images/site-lotus.png) center center no-repeat;
        background-size: cover;
    }

    .section-title.to-right h2{
        text-align: right;
    }
    .section-title.to-right h2:before{
        right: -2.5em;
        left: auto;
    }
    .section-title.to-right h2:after{
        right: -3.61em;
        left: auto;
    }

    .title-accent .line{
        transform: scale(0);
        transform-origin: center top;
    }

    .title-accent.reverse .line{
        transform-origin: center bottom;
    }
    .title-accent.ticked .line{
        transform: scale(1);
    }

    .ftr-main--bg:before{
        background: url(../images/footer_fade.png) center top no-repeat;
        background-size: 100% 100%;
        opacity: 1;
    }
    .ftr-main--container.mw-container{
        max-width: calc(100% - 60px);
        width: max(85.5vw,1368px);
    }
    .footer-main{
        padding: max(6.688vw,107px) 0 max(3vw,48px);
    }
    .ftr-main--bg{
        background: url(../images/footer_bg.jpg) center bottom  no-repeat;
        background-size: cover;
    }
    .ftr-main--inner{
        display: flex;
        flex-flow: row wrap;
        align-items: center;
        justify-content: space-between;
    }
    .ftr-git{
        width: 29.897%;
        max-width: 407px;
    }
    .git-wrap{
        padding: 0 0 0 min(2.101vw,40px);
    }
    .git-wrap .git-wrap--title .section-title h2{
        font-size: min(1.1vw,14px);
    }
    .ftr-det--logo{
        max-width: min(20.098vw,287px);
    }
    .ftr-det--info ul li{
        font-size: min(1.15vw,15px);
    }
    .ftr-det--info .sm{
        justify-content: flex-start;
        gap: min(0.91vw,13px);
    }
    .ftr-det--info .sm a{
        font-size: min(1.4vw,19px);
    }
    .ftr-main--bottom{
        margin: max(8.063vw,129px) 0 0;
    }
    .ftr-logos{
        max-width: 1368px;
        margin: 0 auto;
    }
    .ftr-logos--wrap{
        justify-content: space-between;
        gap: 0px;
    }
    .ftr-logos-single{
        min-width: 0px;
    }

    .disclaimer{
        padding: 3.333em 5px 0;
    }

    #inner-page-wrapper #ip-elevate-about .ip-elevate-about__photo {
        position: sticky;
        top: 50px;
    }
    #inner-page-wrapper #ip-elevate-about .ip-elevate-about__content ul li {
        font-size: min(0.938vw,15px);
    }

    #content h4 {
        font-size: min(1.03vw,14px);
    }

    #content h5 {
        font-size: min(0.813vw,13px);
    }

    #content h6 {
        font-size: min(0.75vw,12px);
    }

    #content p:not(blockquote p) {
        font-size: min(0.938vw,15px);
    }

    #content li {
        font-size: min(0.938vw,15px);
    }
}



@media only screen and (min-width: 1280px) {
    .single-aios-communities .aci-results-elevate-list{
        --address-text-1: 25px;
    }
}
/* Style .entry-title(post/page) and .archive-title(category/archive/etc) main headings (h1) */
/* Styles for category/archive/search/etc subheadings (h2) */
/* iPad(landscape) | iPad(landscape) | Galaxy Tab 4 (landscape) | Galaxy Tab 3 (landscape) */
/* iPad(portrait) | Galaxy Tab 4(portrait)  */
@media only screen and (max-width: 991px) {

    .section-title h2{
        font-size: min(3.2vw,14px);
        letter-spacing: min(0.7vw,0.500em);
        text-align: center;
    }
    .section-title h2 span {
        font-size: min(11vw, 4.286em);
    }

    .git-wrap {
        max-width: 500px;
        margin: 0 auto;
    }

    .ftr-det{
        padding: 40px 0 0;
    }

    .ftr-det--logo{
        margin: 0 auto;
    }
    .ftr-det--info ul li{
        justify-content: center;
    }

    #inner-page-wrapper .archive-title,
    #inner-page-wrapper .agent-entry-title,
    #inner-page-wrapper .entry-title,
    #content .archive-title,
    #content .entry-title,
    #ip-elevate-about #content .ip-elevate-about__content .about__title h2 span,
    #content .ipcontactus_elevate__title .heading-1 {
        font-size: min(12vw, 55px);
    }
    button.global-button,
    span.global-button,
    a.global-button,
    .global-button{
        letter-spacing: 0.150em;
    }
    /* The following are used on inner pages. Please edit carefully. */
    .inner {
        width: 100%;
    }

    #content-sidebar, #content-full {
        width: 100%;
    }

    .outer {
        width: 100%;
        min-width: 100%;
    }

    #content-sidebar #content {
        width: 100%;
    }
    body #pojo-a11y-toolbar{
        display: none !important;
    }

    html body [data-aos^=fade],
    html body [data-aos^=zoom],
    html body [data-aos^=flip]{
        opacity: 1 !important;
        transform: none !important;
        -moz-transform: none !important;
        -webkit-transform: none !important;
    }


    .single-aios-communities #content .community-heading .heading-1{
        font-size: min(3.2vw,14px);
        letter-spacing: min(0.7vw,0.500em);
    }

    .single-aios-communities #content .community-heading .heading-1 span{
        font-size: min(11vw, 4.286em);
    }

    .ip-custom-banner-breadcrumbs {
        font-size: 11px;
        letter-spacing: min(0.6vw, 0.300em);
    }
    .ip-banner h1 {
        font-size: min(8.2vw, 4.286em);
        letter-spacing: min(0.5vw,0.080em);
    }
    #content h1 {
        font-size: min(8.4vw, 4.286em);
    }
}

/* Galaxy Tab 3(portrait) | Galaxy S5(landscape) */
@media only screen and (max-width: 767px) {
    .ip-banner .container {
        width: 100%;
    }
    /* .ip-banner h1 {
        font-size: 35px;
    } */
}

/* Galaxy S5(portrait) | iPod Touch(landscape) | iPod Touch(portrait) */
@media only screen and (max-width: 480px) {}