:root {
  /** Font default */
  --font-family-default: "Lora", serif;
  --font-family-title: "Prata", serif;
  --font-size-default: 15px;
  --font-size-title: 18px;
  --font-color-default: #000000;
  --font-color-title: #6c757d;
  /** Use for input, button, and any other element */
  --primary: #223b3a;
  --secondary: #dfae24;
  --success: #28a745;
  --info: #17a2b8;
  --warning: #ffc107;
  --danger: #dc3545;
  --light: #f8f9fa;
  --dark: #343a40;
  --default-transition: .3s cubic-bezier(.4, 0, .2, 1);
  --jost: "Jost", sans-serif;
  --shippori: "Shippori Mincho B1", serif;
  --primary-text: #000000;
}

/* 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; */
  overflow: clip;
}

: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: 0 0;
}
body.home section#hp-hero,
body.home section#shadow-host-companion{
    padding-top: 0;
    padding-bottom: 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;
}

/* 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;
}

/********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********/



/* Global */
/*******************************************************
 *
 * 4. IP Styles
 *
 *******************************************************/

.banner-wrap{
  position: relative;
}

.banner-wrap_img{
  position: relative;
  z-index: 0;
}
body.single-aios-communities .ip-banner canvas{
    aspect-ratio: 16/6;
    min-height: 350px;
}
.banner-wrap_img video{
    height: auto;
    width: 100%;
    object-fit: cover;
    object-position: center center;
    aspect-ratio: 16/6;
    min-height: 350px;
}
.banner-wrap_logo{
  position: absolute;
  z-index: 1;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  padding: 20px 0 0;
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  justify-content: center;
}
.banner-wrap_logo a{
  position: sticky;
  top: calc( 27% - 75px );
  padding: 80px 0;
  display: block;
  max-width: 550px;
  width: calc(100% - 40px);
  filter: brightness(0) invert(1);
  -webkit-filter: brightness(0) invert(1);
}
.ip-banner {
  position: relative;
  width: 100%;
  clip-path: polygon(0 0,100% 0,100% 100%,0% 100%);
  aspect-ratio: 16 / 6;
  min-height: 350px;
}
.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:after{
  /*content: '';
  display: block;
  position: absolute;
  z-index: 2;
  left: 0;
  right: 0;
  top: 0;
  height: 50vh;
  max-height: 159px;
  background: url(../images/home/ss-img_fade.png) center top repeat-x;
  background-size: auto 100%;*/
}
.ip-banner canvas {
  display: block;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 0;
  aspect-ratio: 16/6;
  min-height: 350px;
  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-banner h1 {
  font-weight: 700;
  font-size: 32px;
  text-align: center;
  color: #FFFFFF;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  line-height: 1.7;
}
.ip-banner h1 span {
  display: block;
  font-size: 24px;
  font-weight: 400;
  text-transform: none;
  letter-spacing: 0.01em;
}

/* 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%;
}

#content img{
    height: auto;
}

/* 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: 2.154;
}

body.sp_active{
  overflow: hidden;
}

.sliding-panel{
  position: fixed;
  z-index: 92;
  left: 0;
  right: 0;
  top: 0;
  height: 100vh;
  opacity: 0;
  pointer-events: none;
}
.sliding-panel.active{
  opacity: 1;
  pointer-events: auto;
}
.sliding-panel .sp-bd{
  position: absolute;
  z-index: 0;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
}
.sliding-panel .sp-content{
  position: absolute;
  z-index: 0;
  top: 0;
  left: max(-94.129vw,-481px);
  height: 100vh;
  overflow: auto;
  width: calc(100% - 30px);
  max-width: min(94.129vw,481px);
  background: #fff;
}
.sliding-panel.active .sp-content{
  left: 0;
}
.sliding-panel .sp-inner{
  padding: min(7.632vw,39px) min(2.935vw,15px) 60px min(15.46vw,79px);
  position: relative;
}

.sliding-panel .sp-close{
  position: absolute;
  top: min(3.914vw,20px);
  left: min(3.914vw,20px);
}
.sliding-panel .sp-close button{
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 0;
  background: none;
  color: var(--primary);
  font-size: min(2.935vw,15px);
  padding: 0;
}
.sliding-panel .sp-close button:hover{
  color: var(--secondary);
}
.sliding-panel .sp-logo{
  max-width: min(62.427vw,319px);
}
.sliding-panel .sp-main{
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  margin: min(7.632vw,39px) 0 0;
}
.sliding-panel .sp-main_col{}
.sliding-panel .sp-main_col.left{
  display: flex;
  flex-flow: column wrap;
  align-items: center;
  justify-content: flex-end;
}
.sliding-panel .sp-main_col.left:before{
  content: '';
  display: block;
  width: 1px;
  background: #c5c5c5;
  flex-grow: 1;
  margin: 0 0 min(2.935vw,15px);
}
.sliding-panel .sp-key{
  max-width: min(5.479vw,28px);
}
.sliding-panel .sp-main_col.right{
  padding: 0 0 min(1.957vw,10px) min(6.458vw,33px);
}
#spnav{
  font-size: min(2.8vw,12px);
  letter-spacing: 0.100em;
  line-height: 1.2;
}
#spnav li{}
#spnav a{
  display: block;
}
#spnav > li{
  margin: min(4.305vw,22px) 0 0;
}
#spnav > li:first-child{
  margin: 0 0 0;
}
#spnav > li > a{
  font-size: 1.333em;
  text-transform: uppercase;
  font-family: var(--jost);
}
#spnav ul{
  margin: min(2.935vw,15px) 0 0 min(3.914vw,20px);
}
#spnav ul a{
  font-style: italic;
}

.gsap-reveal-top,
.gsap-reveal-left,
.gsap-reveal-right,
.gsap-reveal-bottom {
    overflow: hidden;
    /*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,
.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-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-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;
}

[class*="gsap-text-fade"] span{
  display: inline-block;
}

.header{
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  background: #fff;
  z-index: 90;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
}

.mob-logo{
  max-width: 51px;
}

.hdr-inner{
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  justify-content: space-between;
}
.header .hdr-logo{
  width: 0%;
  margin: 0 0;
}

.header.fixed .hdr-logo{
  width: min(4vw, 51px);
  margin: 0 min(10vw, 168px);
}

.hdr-navigation{
  flex-grow: 1;
}
.header .menu-main-navigation-container{
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  justify-content: center;
}

#hdrnav{
  display: none;
}
.hdrnav{
  font-family: var(--jost);
}
.header .hdrnav_left{
  margin-right: min(2.5vw,40px);
}
.header .hdrnav_right{
  margin-left: min(2.5vw,40px);
}
.header.fixed .hdrnav_left{
  margin-right: 0px;
}
.header.fixed .hdrnav_right{
  margin-left: 0px;
}

.hdrnav{
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  justify-content: center;
}
.hdrnav li {
  position: relative;
}
.hdrnav > li:not(:first-child){
  margin-left: min(4.85vw,80px);
}
.hdrnav li a{
  font-size: min(0.85vw,12px);
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: min(0.235vw,0.350em);
  color: var(--primary);
  display: block;
  position: relative;
}
.hdrnav > li > a:after{
  content:'';
  left: min(0.333vw,5px);
  right: min(0.333vw,5px);
  height: min(0.133vw,2px);
  position: absolute;
  bottom: 0px;
  background: var(--secondary);
  opacity: 0;
  margin: 0 auto;
  max-width: 55.57%;
}
.hdrnav > li:hover > a:after{
  bottom: max(-0.8vw,-12px);
  opacity: 1;
}
.hdrnav li.menu-item-6606 .sub-menu {
    min-width: min(20vw,280px);
}
.hdrnav li.menu-item-6624 .sub-menu {
    min-width: min(23vw,320px);
}
.hdrnav .sub-menu {
    list-style: none outside none;
    margin: 0;
    display: block;
    padding: 0;
    position: absolute;
    width: auto;
    min-width: min(14.667vw, 220px);
    max-width: max-content;
    display: none;
}
.hdrnav > li > .sub-menu{
  left: -50vw;
  right: -50vw;
  margin: 0 auto;
  padding: min(1.533vw,23px) 0 0;
}
.hdrnav .sub-menu li {
  position: relative;
  display: block;
  padding: 0;
  text-align: center;
  background: rgba(255,255,255,0.9);
  margin: 1px 0 0;
}
.hdrnav .sub-menu li:first-child{
  margin: 0 0 0;
}
.hdrnav .sub-menu li a {
  padding: min(1.067vw,16px) min(1.067vw,16px);
  letter-spacing: 0.200em;
  background: rgba(0, 0, 0, 0);
  white-space: nowrap;
}
.hdrnav .sub-menu li:hover >  a {
  background: var(--secondary);
  color: #fff;
  opacity: 1;
  text-decoration: none;
}
.hdrnav .sub-menu .sub-menu {
  top: 0;
  left: 100%;
  margin-left: 0;
  padding-top: 0;
}
.hdrnav li:hover > .sub-menu {
  display: block;
}

.hdr-burger{
  width: 35px;
  height: 35px;
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  justify-content: center;
}

.hdr-burger button{
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 0;
  padding: 0 0;
  background: none;
  display: block;
  width: 14px;

}
.hdr-burger button span{
  height: 1px;
  background: var(--primary);
  display: block;
  margin: 2px 0 0;
  width: 100%;
  pointer-events: none;
}
.hdr-burger button:hover span{
  background: var(--secondary);
}
.hdr-burger button span:first-child{
  margin: 0 0 0;
}
.hdr-search{
  width: 35px;
  height: 35px;
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  justify-content: center;
}
.hdr-search a{
  font-size: 13px;
}

.side-section-label{
  font-family: var(--jost);
  position: absolute;
  left: 0;
  top: 50%;
  z-index: 5;
  width: max-content;
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  justify-content: center;
  text-align: center;
  height: 35px;
  pointer-events: none;
  transform-origin: left bottom;
  transform: translateY(calc(50% - 15px)) rotate(-90deg);
  -moz-transform: translateY(calc(50% - 15px)) rotate(-90deg);
  -webkit-transform: translateY(calc(50% - 15px)) rotate(-90deg);
}
.side-section-label span{
  max-width: 100%;
  white-space: nowrap;
  font-size: min(0.563vw,9px);
  letter-spacing: 0.300em;
  text-transform: uppercase;
}
.side-section-label a{
  pointer-events: auto;
}
.section-title{}
.section-title h2{
  font-size: 13px;
  font-weight: 500;
  color: var(--primary);
  font-family: var(--jost);
}
.section-title.alt h2{
  color: var(--secondary);
}
.section-title h2 span.sm{
  display: block;
  color: var(--secondary);
  text-transform: uppercase;
  letter-spacing: 0.300em;
  position: relative;
}
.section-title h2 span.sm em.key{
  display: inline-block;
  position: absolute;
  width: 2.769em;
  height: 0.923em;
  background: url(../images/site-key_alt.png) center center no-repeat;
  background-size: cover;
  top: calc(100% + 1px);
}
.section-title.def h2 span.sm em.key{
  left: calc(100% + 0.539em);
}
.section-title h2 span.sm em.line{
  display: block;
  position: absolute;
  height: 1px;
  right: -0.539em;
  bottom: -0.539em;
  background: var(--secondary);
  transform: scaleX(0);
  -moz-transform: scaleX(0);
  -webkit-transform: scaleX(0);
  transform-origin: right center;
  transition: all ease .5s;
  -moz-transition: all ease .5s;
  -webkit-transition: all ease .5s;
}
.section-title.def h2 span.sm em.line{
  left: -50vw;
  right: -0.539em;
}
.section-title.ticked h2 span.sm em.line{
  transform: scaleX(1);
  -moz-transform: scaleX(1);
  -webkit-transform: scaleX(1);
  transition: all ease 4s;
  -moz-transition: all ease 4s;
  -webkit-transition: all ease 4s;
}
.section-title h2 span.lg{
  display: block;
  font-family: var(--font-family-title);
  font-size: 7.692em;
  text-transform: lowercase;
  margin: 0.29em 0 0;
  line-height: 0.8;
}
.section-title h2 span.lg em{
  display: block;
  font-style: normal;
}
.section-title.light{
  filter: brightness(0) invert(1);
  -webkit-filter: brightness(0) invert(1);
}

button.global-button,
a.global-button,
em.global-button,
.global-button{
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 0;
  font-style: normal;
  display: inline-flex;
  vertical-align: middle;
  flex-flow: row wrap;
  align-items: center;
  justify-content: center;
  text-align: center;
  min-height: 50px;
  min-width: 231px;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.300em;
  text-transform: uppercase;
  padding: 10px 37px;
  font-style: normal;
  color: var(--secondary);
  background: var(--primary);
  position: relative;
  font-family: var(--jost);
}
button.global-button.button_fluid,
a.global-button.button_fluid,
em.global-button.button_fluid,
.global-button.button_fluid{
    min-width: 0;
    display: flex;
}
button.global-button:hover,
a.global-button:hover,
em.global-button:hover,
.global-button:hover{
  background: var(--secondary);
  color: var(--primary);
}

button.global-button.def_active,
a.global-button.def_active,
em.global-button.def_active,
.global-button.def_active{
  background: var(--secondary);
  color: var(--primary);
}

button.global-button:before,
a.global-button:before,
em.global-button:before,
.global-button:before{
  content:'';
  display: block;
  width: 45px;
  height: 24px;
  position: absolute;
  left: 3px;
  right: 3px;
  top: -39px;
  margin: 0 auto;
  background: url(../images/button_accent.png) center center no-repeat;
  background-size: cover;
  opacity: 0;
}
button.global-button:hover:before,
a.global-button:hover:before,
em.global-button:hover:before,
.global-button:hover:before{
  top: -24px;
  opacity: 1;
}

button.global-button:after,
a.global-button:after,
em.global-button:after,
.global-button:after{
  content:'';
  display: block;
  width: 45px;
  height: 24px;
  position: absolute;
  left: 3px;
  right: 3px;
  bottom: -39px;
  margin: 0 auto;
  background: url(../images/button_accent.png) center center no-repeat;
  background-size: cover;
  transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  opacity: 0;
}
button.global-button._alt-accent:before,
a.global-button._alt-accent:before,
em.global-button._alt-accent:before,
.global-button._alt-accent:before,
button.global-button._alt-accent:after,
a.global-button._alt-accent:after,
em.global-button._alt-accent:after,
.global-button._alt-accent:after{
    background: url(../images/button_accent-alt.png) center center no-repeat;
    background-size: cover;
}

button.global-button:hover:after,
a.global-button:hover:after,
em.global-button:hover:after,
.global-button:hover:after{
  bottom: -24px;
  opacity: 1;
}

@keyframes bounce {
  0%{
    transform: translateY(0px);
  }
  50%{
    transform: translateY(30px);
    
  }
  100%{
    transform: translateY(0px);
  }
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@keyframes heartbeat {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  25% {
    transform: scale(1.08);
    opacity: 0.8;
  }
  50% {
    transform: scale(1);
    opacity: 1;
  }
  75% {
    transform: scale(1.03);
    opacity: 0.9;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}

.heartbeat_animation{
  animation: heartbeat 1.5s ease-in-out infinite;
}

.site-eclipse{
  position: absolute;
  z-index: 0;
  pointer-events: none;
  border-radius: 200vw;
  border: 1px solid var(--secondary);
}

.footer{
  position: relative;
  z-index: 0;
  min-height: 100vh;
  padding: 0 15px;
}

#ftr-git{}
.side-section-label.git{
    top: calc(50% + min(6vw,130px));
}
.git-main{
  position: relative;
}
.git-bg{
  position: absolute;
  z-index: 0;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  background-size: cover;
  background-position: right top;
  background-image: url(../images/git-mobile-bg.jpg);
  opacity: 0.60;
  pointer-events: none;
}
.git-wrap{
  background: #000;
  padding: min(22vw,117px) 0 min(17vw,82px);
  position: relative;
}
.git-inner{
  position: relative;
  z-index: 1;
}
.git-title{
  padding: 0 15px;
  max-width: 1530px;
  margin: 0 auto;
}
.git-content{
  padding: 0 15px;
  max-width: 905px;
  margin: 0 auto 0;
  color: #fff;
}
.git-intro{
  padding: 3.846em 0 0;
  margin: 0 0 2.769em;
  font-size: 15px;
  line-height: 2.154;
  letter-spacing: 0.020em;
  font-style: italic;
}

.git-form{}
.git-form ::-webkit-input-placeholder {
  text-transform: uppercase;
  letter-spacing: 0.300em;
}
.git-form ::-moz-placeholder {
  text-transform: uppercase;
  letter-spacing: 0.300em;
}
.git-form :-ms-input-placeholder {
  text-transform: uppercase;
  letter-spacing: 0.300em;
}
.git-form :-moz-placeholder {
  text-transform: uppercase;
  letter-spacing: 0.300em;
}
.git-row{
  margin: 31px 0 0;
  position: relative;
}
.git-row:first-child{
  margin: 0 0 0;
}
.git-row .wpcf7-form-control-wrap{
  display: block;
}
.git-row.dual{
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  justify-content: space-between;
}
.git-row.dual > div{
  width: calc(50% - 10px);
  max-width: 424px;
}
.git-row.dual > div:first-child{
  margin: 0 0 0;
}
.git-row input[type="tel"],
.git-row input[type="email"],
.git-row input[type="text"]{
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: block;
  width: 100%;
  border: 0;
  border-bottom: 1px solid #fff;
  background: none;
  padding: 0 0 0;
  font-size: 13px;
  font-weight: 500;
  font-family: var(--jost);
  letter-spacing: 0.080em;
  outline: 0;
  position: relative;
  z-index: 0;
  height: 50px;
}
.git-row.mssg{}
.git-row.mssg textarea{
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: block;
  width: 100%;
  border: 0;
  border-bottom: 1px solid #fff;
  background: none;
  padding: 5px 48px 0 0;
  font-size: 13px;
  font-weight: 500;
  font-family: var(--jost);
  letter-spacing: 0.080em;
  outline: 0;
  position: relative;
  z-index: 0;
  height: 87px;
  resize: none;
  position: relative;
  z-index: 0;
}

.git-bttn{
  position: absolute;
  z-index: 1;
  bottom: 19px;
  right: 8px;
}
.git-bttn input[type="submit"]{
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}
.git-bttn em{
  display: block;
  font-size: 23px;
  pointer-events: none;
}
.git-bttn:hover em{
  color: var(--secondary);
}

.git-bttn span.wpcf7-spinner,
.git-bttn span.ajax-loader{
  position: absolute;
  bottom: calc(100% + 3px);
  left: 0;
  right: 0;
  margin: 0 auto;
}

.git-key{
  margin: 45px auto 0;
  max-width: 12px;
  filter: brightness(0) invert(1);
  -webkit-filter: brightness(0) invert(1);
}
.ftr-main{
  margin: 0 auto;
  padding: min(20vw,135px) 0 min(20vw,125px);
}
.ftr-inner{
  max-width: 1096px;
  margin: 0 auto;
}
.ftr-logo{
  max-width: 638px;
  width: calc(100% - 30px);
  margin: 0 auto;
}
.ftr_accent{
  position: relative;
  margin: 41px 0 0;
  pointer-events: none;
}
.ftr_accent:before{
  content: '';
  display: block;
  position: absolute;
  z-index: 0;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 1px;
  background: var(--secondary);
  margin: auto 0;
}
.ftr_accent-key{
  max-width: 12px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
.ftr_accent-key:before{
  content: '';
  display: block;
  position: absolute;
  z-index: 0;
  top: 0;
  bottom: 0;
  left: 2px;
  right: 2px;
  background: #fff;
}
.ftr_accent-key img{
  position: relative;
  z-index: 1;
}

.ftr-disclaimer{
  color: #000;
  font-size: 12px;
  line-height: 1.75;
  letter-spacing: 0.050em;
  font-style: italic;
  margin: 34px 0 0;
}

.ftr-information{
  margin: 32px 0 0;
}
.ftr-information ul li{
  text-align: center;
  font-size: 16px;
  margin: 22px 0 0;
}
.ftr-information ul li:first-child{
  margin: 0 0 0;
}
.ftr-information ul li em{
  color: var(--secondary);
  display: block;
  margin: 0 0 7px;
}
.ftr-information ul li a{
  font-weight: 600;
  font-style: italic;
  letter-spacing: 0.050em;
}

.ftr-navigation{
  margin: 46px 0 0;
  padding: 0 0 37px;
  border-bottom: 1px solid var(--secondary);
}
.footernav{
  font-family: var(--jost);
  text-align: center;
}
.footernav li{
  margin: 15px 0 0;
}
.footernav li:first-child{
  margin: 0 0 0;
}
.footernav li a{
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.100em;
  text-transform: uppercase;
}

.copyright{
  font-size: min(2.75vw,12px);
  line-height: 1.75;
  letter-spacing: 0.050em;
  font-style: italic;
  padding: 23px 0 0;
}

.copyright a[target]{
  font-weight: 700;
}

.ftr-realtors {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0 10px;
  font-size: 25px;
  margin-top: 20px;
}

.floating-info{
  position: fixed;
  z-index: 91;
  bottom: 0;
  right: 0;
  display: flex;
  flex-flow: column wrap;
  align-items: center;
  justify-content: center;
  pointer-events: none;
}
.floating-info .flinfo-wrap{}
.floating-info .flinfo-wrap ul{
  display: flex;
  flex-flow: column wrap;
  align-items: center;
  justify-content: center;
}
.floating-info .flinfo-wrap ul li{
  max-width: max-content;
  margin: 0 0 0 25px;
  font-size: 15px;
}
.floating-info .flinfo-wrap ul li:first-child{
  margin: 0 0 0;
}
.floating-info .flinfo-wrap ul li a{
  display: block;
  color: #b30f6a;
  opacity: 1;
  pointer-events: auto;
}
.floating-info .flinfo-wrap ul li a:hover{
  opacity: 0.5;
}
.floating-info .flinfo-wrap ul li a[href*="tel"]{
  font-size: 0.8em;
}
.floating-info .flinfo-wrap ul li a[href*="mailto"]{
  font-size: 0.7em;
}

.ipcontactus_elevate__title p,
#ip-elevate-about .ip-elevate-about__content .about__title h2 small {
    color: var(--secondary) !important;
    font-weight: 500 !important;
    font-family: var(--jost) !important;
    letter-spacing: 0.200em;
}


/*#ip-elevate-about .ip-elevate-about__content .about__title h2,*/
.ipcontactus_elevate__title .heading-1,
aside h1,
aside h2,
aside h3,
aside h4,
aside h5 {
    color: var(--primary);
    text-transform: lowercase;
    font-weight: 500 !important;
    font-family: var(--font-family-title) !important;
}
body.page-id-6577 .ipcontactus_elevate .ipcontactus_elevate__form .custom-page-submit .custom-page-col{
    text-align: center;
}
body.page-id-6577 .ipcontactus_elevate .ipcontactus_elevate__form .custom-page-col button[type=submit]{
    display: inline-flex;
    background: var(--primary);
    position: relative;
    bottom: auto;
    right: auto;
}
body.page-id-6577 .ipcontactus_elevate .ipcontactus_elevate__form .custom-page-col button[type=submit]:hover{
    background: var(--secondary);
}

body .ipcontactus_elevate__form .custom-page-col input[type=email],
body .ipcontactus_elevate__form .custom-page-col input[type=phone],
body .ipcontactus_elevate__form .custom-page-col input[type=text],
body .ipcontactus_elevate__form .custom-page-col textarea{
    font-family: var(--font-family-default);
    font-style: italic;
    text-transform: none;
}
body .ipcontactus_elevate__form .custom-page-row.custom-page-stayintouch .wpcf7-list-item-label{
    font-style: italic;
    text-transform: none;
}

body #ip-elevate-about .ip-elevate-about__socials{
    margin: 0 0 40px;
}

#inner-page-wrapper,
#content{
    font-size: 15px;
    line-height: 2.154;
    letter-spacing: 0.020em;
    /*font-style: italic;*/
}

body .aiosTestimonialsEquinox__content .star_rating_display i,
body .aiosp-wrap .aiosp-close:before {
    color: var(--secondary);
}

body .aiosTestimonialsEquinox__list a{
    border: 1px solid var(--secondary);
    border-radius: 0;
}
body .ai-testimonials-pagination ul li a.current,
body .ai-testimonials-pagination ul li span.current,.ai-testimonials-pagination ul li:hover a {
    background: var(--secondary);
    border-color: var(--secondary);
}
body #inner-page-wrapper > .container,
body.single-aios-lifestyles #inner-page-wrapper .container,
body.single-aios-communities #inner-page-wrapper .container{
    max-width: 1630px !important;
    width: 100% !important;
    padding: 0 15px !important;
}

body #content .community-tabs ul{
    margin: 20px 0 45px !important;
}

#ihf-main-container,
.ihf-main-container {
    font-size: inherit;
    line-height: inherit;
}
form#ihf-login-form button.global-button.button_fluid{
    padding: 10px 30px;
}

body.aios-custom-ihomefinder-details-template #inner-page-wrapper>.container {
  max-width: 1630px !important;
  width: 100% !important;
  padding: 0 15px !important;
  min-width: 0;
}

body.aios-custom-ihomefinder-details-template #inner-page-wrapper .aci-details-elevate {
  max-width: 100%;
}

body.aios-custom-ihomefinder-details-template #inner-page-wrapper .aci-details-elevate-top,
body.aios-custom-ihomefinder-details-template #inner-page-wrapper .aci-details-elevate-info.as-main,
body.aios-custom-ihomefinder-details-template #inner-page-wrapper .aci-details-elevate-about,
body.aios-custom-ihomefinder-details-template #inner-page-wrapper .aci-details-elevate-footer {
  padding-left: 0;
  padding-right: 0;
}

#inner-page-wrapper .aiosCommunitiesEndeavor__content span{
    font-family: var(--jost);
    letter-spacing: 0.150em;
    text-transform: uppercase;
    font-size: 12px;
}

/* Styles for category/archive/search/etc subheadings (h2) */

#inner-page-wrapper h6,
#inner-page-wrapper h5,
#inner-page-wrapper h4,
#inner-page-wrapper h3,
#inner-page-wrapper h2,
#content h6,
#content h5,
#content h4,
#content h3,
#content h2{
    font-family: var(--font-family-title);
    text-transform: lowercase;
    line-height: 0.8;
    font-weight: 400;
    font-style: normal;
}


#content h2{
    font-size: 90px;
    color: var(--secondary);
}

#content h3{
    font-size: 65px;
    color: var(--primary);
}

#content h4{
    font-size: 60px;
    color: #b30f6a;
}

#content h5{
    font-size: 40px;
    color: var(--primary);
}

#content h6{
    font-size: 35px;
    color: #b30f6a;
}
}

#content .archive-subtitle{
  font-family: var(--font-family-title);
}

/* Style .entry-title(post/page) and .archive-title(category/archive/etc) main headings (h1) */


#content h1,
#inner-page-wrapper .archive-title,
#inner-page-wrapper .agent-entry-title,
#inner-page-wrapper .entry-title,
#content .archive-title,
#content .entry-title {
    font-family: var(--font-family-title);
    margin: 0.67em 0;
    text-transform: lowercase;
    font-size: 100px;
    font-weight: 400;
    line-height: 0.8;
    font-style: normal;
    color: var(--primary);
}
#inner-page-wrapper .archive-title:not(.title_load),
#inner-page-wrapper .agent-entry-title:not(.title_load),
#inner-page-wrapper .entry-title:not(.title_load),
#content .archive-title:not(.title_load),
#content .entry-title:not(.title_load){
    display: none;
}
#inner-page-wrapper .archive-title.title_load,
#inner-page-wrapper .agent-entry-title.title_load,
#inner-page-wrapper .entry-title.title_load,
#content .archive-title.title_load,
#content .entry-title.title_load{
    margin: 0 0 0.2em;
}
#inner-page-wrapper .archive-title.title_load span,
#inner-page-wrapper .agent-entry-title.title_load span,
#inner-page-wrapper .entry-title.title_load span,
#content .archive-title.title_load span,
#content .entry-title.title_load span{
    display: block;
    margin: 0 0 0 1em;
}

body #ip-elevate-about .ip-elevate-about__content .about__title h2{
    margin: 0 0 0.2em;
}

body .ipcontactus_elevate__title p,
body .ipcontactus_elevate__title div{
    font-style: normal;
}
#ihf-main-container .global-button,
#ihf-main-container .btn{
    font-family: var(--jost);
    font-style: normal;
    text-transform: uppercase;
}
body .aci-details-elevate-breadcrumbs{
    font-size: 15px;
    color: #b30f6a;
    text-transform: uppercase;
    letter-spacing: 0.300em;
    font-family: var(--jost);
    line-height: 1.7;
}
body .aci-details-elevate-breadcrumbs > span span{
    font-size: inherit;
    color: inherit;
    letter-spacing: inherit;
    line-height: inherit;
}
p#breadcrumbs{
  line-height: 1.7;
  margin: calc(1.12em + 3px) 0 1.12em;
}

body .ai-minimalist-properties-results-grid .ai-minimalist-properties-results-item, 
body .ai-minimalist-properties-results-grid .ai-minimalist-properties-results-info, 
body .ai-minimalist-properties-results-grid .ai-minimalist-properties-results-extras,
body #ai-minimalist-properties-results .ai-minimalist-properties-results-table .ai-minimalist-properties-results-info {
    font-family: 'Jost', sans-serif;
}

body .community-listings {
    background: transparent;
    padding-top: 0;
}

.single-aios-lifestyles .entry-content {
  flex-wrap: wrap;
}
.single-aios-lifestyles .lifestyle-heading {
    width: 100%;
}
.single-aios-lifestyles .lifestyle-heading h2 {
  margin: 0!important;
}

body #ai-minimalist-properties-results .ai-minimalist-properties-results-grid .ai-minimalist-properties-results-img:hover>span{
    opacity: 0;
}
#content .community-listings .community-heading h2.heading-1 small,
#content .lifestyle-heading h2.heading-1 small{
    /*font-size: 1em;*/
}
#content .community-listings .community-heading h2.heading-1,
#content .lifestyle-heading h2.heading-1{
    color: var(--primary);
}

.community-tabs ul li button {
    font-family: 'Jost', sans-serif !important;
}

#content .community-listings .community-heading h2.heading-1 span, 
#content .lifestyle-heading h2.heading-1 span {
    color: var(--secondary);
}

#content .community-listings .community-heading h2.heading-1 small, 
#content .lifestyle-heading h2.heading-1 small {
    color: var(--primary);
}

#ai-minimalist-properties-results .ai-minimalist-properties-results-control .ai-minimalist-properties-results-dropdowns {
    font-family: var(--jost) !important;
}

#aci-custom-map.leaflet-container, #ihf-map-canvas,
#ai-minimalist-properties-results .ai-minimalist-properties-results-map .leaflet-pane.leaflet-tile-pane {
    filter: none !important;
}

.aci-details-elevate-about-heading,
.aci-details-elevate-accordion-heading {
    color: #b30f6a !important;
    text-transform: lowercase !important;
}

.aci-details-elevate-main button.aci-details-elevate-button::before,
.aci-details-elevate-main a.aci-details-elevate-button.is-outlined::before,
.aci-details-elevate-navigation li.as-back a::before {
    content: '';
    display: block;
    width: 45px;
    height: 24px;
    position: absolute;
    left: 3px;
    right: 3px;
    top: -39px;
    margin: 0 auto;
    background: url(../images/button_accent.png) center center no-repeat;
    background-size: cover;
    opacity: 0;
}

.aci-details-elevate-main button.aci-details-elevate-button::after,
.aci-details-elevate-main a.aci-details-elevate-button.is-outlined::after,
.aci-details-elevate-navigation li.as-back a::after {
    content: '';
    display: block;
    width: 45px;
    height: 24px;
    position: absolute;
    left: 3px;
    right: 3px;
    bottom: -39px;
    margin: 0 auto;
    background: url(../images/button_accent.png) center center no-repeat;
    background-size: cover;
    transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    opacity: 0;
}

.aci-details-elevate-main button.aci-details-elevate-button,
.aci-details-elevate-main a.aci-details-elevate-button.is-outlined,
.aci-details-elevate-navigation li.as-back a {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 0;
    display: inline-flex;
    vertical-align: middle;
    flex-flow: row wrap;
    align-items: center;
    justify-content: center;
    text-align: center;
    min-height: 50px;
    min-width: 231px;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 0.300em;
    text-transform: uppercase;
    padding: 10px 15px;
    font-style: normal;
    color: var(--secondary) !important;
    background: var(--primary);
    position: relative;
    font-family: var(--jost);
}

.aci-details-elevate-main button.aci-details-elevate-button:hover,
.aci-details-elevate-main a.aci-details-elevate-button.is-outlined:hover,
.aci-details-elevate-navigation li.as-back a:hover {
    background: var(--secondary);
    color: var(--primary) !important;
}

.aci-details-elevate-main button.aci-details-elevate-button:hover:before,
.aci-details-elevate-main a.aci-details-elevate-button.is-outlined:hover:before,
.aci-details-elevate-navigation li.as-back a:hover::before {
    top: -24px;
    opacity: 1;
}

.aci-details-elevate-main button.aci-details-elevate-button:hover:after,
.aci-details-elevate-main a.aci-details-elevate-button.is-outlined:hover:after,
.aci-details-elevate-navigation li.as-back a:hover::after {
    bottom: -24px;
    opacity: 1;
}
.aci-details-elevate-main button.aci-details-elevate-schedule-button {
    display: block;
    width: calc( 100% - 50px ) !important;
    margin: 20px auto 0;
}

.aci-details-elevate-main .aci-details-elevate-box .aci-details-elevate-modal-buttons button.aci-details-elevate-button span {
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 0.300em;
    text-transform: uppercase;
}

.aci-details-elevate-status {
    background: #dfae24 !important;
}

.aci-details-elevate-status.aios-custom-ihomefinder-template-status-sold {
    background: var(--primary) !important;
}

p#breadcrumbs {
    color: #b30f6a;
    text-transform: uppercase;
    letter-spacing: 0.300em;
    font-family: var(--jost);
}

.aiosSmwContainer_heading--selections button {
    color: var(--secondary) !important;
    background: var(--primary) !important;
}

.aiosSmwContainer_heading--selections button.platform-active, 
.aiosSmwContainer_heading--selections button:hover {
    background: var(--secondary) !important;
    color: var(--primary) !important;
}

.aiosSmwContainer_heading--platform a {
    color: var(--primary) !important;
    border-color: var(--primary) !important;
}

.aiosSmwContainer_heading--platform a:hover {
    color: var(--secondary) !important;
    border-color: var(--secondary) !important;
}

.ig-wrap-ip {
    background-color: #dadada;
    padding: 10px 20px 30px 20px;
}

.ig-wrap-ip h2 a, .fb-wrap-ip h2 a {
    display: flex;
    align-items: center;
}

.page-id-6586 .ig-feed {
    display: flex;
    flex-wrap: wrap;
}

.page-id-6586 .ig-feed-item {
    width: 33.33%;
}

.ig-feed-item a {
    display: block;
    position: relative;
    overflow: hidden;
}

.page-id-6586 .ig-feed-item canvas, 
.page-id-6586 .ig-feed-item video {
    display: block;
    width: 100%;
    height: auto;
}

.page-id-6586 .ig-feed-item canvas {
    background-size: cover;
    background-position: center;
}

.fb-wrap-ip {
    background-color: #3c5998;
    padding: 10px 20px 30px 20px;
}

.ig-wrap-ip h2,
.fb-wrap-ip h2 {
    font-size: 30px !important;
}

.ig-wrap-ip h2 a i, 
.fb-wrap-ip h2 a i {
    font-style: normal !important;
    padding-left: 20px;
    font-size: 35px;
}
body #content .aci-details-elevate-address {

}
body #content .aci-details-elevate-address strong,
body #content .aci-details-elevate-address span{
    font-family: var(--font-family-title);
    color: #b30f6a;
    line-height: 1;
    letter-spacing: 0.02em;
    text-transform: none;
}
body #content .aci-details-elevate-address strong {
    font-size: 60px;
}
body #content .aci-details-elevate-address span {
  font-size: 40px;
  text-transform: lowercase;
  margin-left: 25px;
}
body .aci-details-elevate-sharer strong,
body .aci-details-elevate-banner-viewall,
body .aci-details-elevate-price strong,
body .aci-details-elevate-address strong,
body .aci-details-elevate-info.as-main > div:first-child{
    font-family: var(--jost);
}

body .aci-details-elevate-sharer strong{
    color:#000;
}

body .aci-details-elevate-price strong{
    font-size: 25px;
    font-weight: 400 !important;
    color: #e0ae24;
}

body .aci-details-elevate-sharer ul li a:not(:hover){
    background: #b30f6a;
}

body .aci-details-elevate-box{
    background: url(../images/laura-adai-jFvhaeH1dJk-unsplash.jpg) center center no-repeat;
    background-size: cover;
}

body .aiosLifestylesEndeavor__content em{
    opacity: 0;
    margin: 3.2em 0 0;
}

body .aiosLifestylesEndeavor__col a:hover .aiosLifestylesEndeavor__content em{
    opacity: 1;
}

body .aiosLifestylesEndeavor__col a .aiosLifestylesEndeavor__content em,
body .aiosCommunitiesEndeavor__col a .aiosCommunitiesEndeavor__content em{
    opacity: 0;
    margin: -4.6em 0 0;
    transition: all ease .4s;
}

body .aiosLifestylesEndeavor__col a:hover .aiosLifestylesEndeavor__content em,
body .aiosCommunitiesEndeavor__col a:hover .aiosCommunitiesEndeavor__content em{
    opacity: 1;
    margin: 3.2em 0 0;
}
body .aiosLifestylesEndeavor__col:hover .aiosLifestylesEndeavor__img::before,
body .aiosCommunitiesEndeavor__col:hover .aiosCommunitiesEndeavor__img::before {
    opacity: 0;
}

body .aidefcf-subtitle span.aidefcf-custom-header,
body .aidefcf-title span.aidefcf-custom-header{
    font-size: 20px;
    color: #b30f6a;
    text-transform: lowercase;
    font-weight: 500;
    font-family: var(--font-family-title);
}
body #content .aios-roadmaps-default-wrapper .aios-roadmaps-theme-1-headings div a span{
    text-transform: lowercase;
    font-family: var(--font-family-title);
}
.ai-default-cf7wrap_customized:after{
    content:'';
    display: block;
    clear: both;
}
.ai-default-cf7wrap_customized .wpcf7-form-control-wrap{
    margin-top: 12px;
    display: block;
}
.ai-default-cf7wrap_customized .aidefcf-cl2 .wpcf7-form-control-wrap,
.ai-default-cf7wrap_customized .aidefcf-cl3 .wpcf7-form-control-wrap{
    display: inline-block;
}
.ai-default-cf7wrap_customized input[type="text"],
.ai-default-cf7wrap_customized input[type="tel"],
.ai-default-cf7wrap_customized input[type="email"]{
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    display: block;
    padding: 10px 8px;
    width: 100%;
    height: 48px;
    border: 0;
    border-bottom: 1px solid #9A9A9A;
    border-radius: 0;
    font-family: var(--font-family-default);
    font-weight: 400;
    font-size: 15px;
    font-style: italic;
    line-height: 160%;
    letter-spacing: 0.15em;
    text-transform: none;
    color: var(--primary);
    background: none;
}

.ai-default-cf7wrap_customized select.wpcf7-form-control.wpcf7-select{
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    display: block;
    padding: 10px 25px 10px 8px;
    width: 100%;
    height: 48px;
    border: 0;
    border-bottom: 1px solid #9A9A9A;
    border-radius: 0;
    font-family: var(--font-family-default);
    font-weight: 400;
    font-size: 15px;
    font-style: italic;
    line-height: 160%;
    letter-spacing: 0.15em;
    text-transform: none;
    color: var(--primary);
    background: url(../images/def_dd.png) calc(100% - 8px) center no-repeat;
    background-size: 8px auto;
}

.ai-default-cf7wrap_customized textarea{
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    display: block;
    padding: 10px 8px;
    width: 100%;
    height: 163px;
    border: 1px solid #9A9A9A;
    border-radius: 0;
    font-family: var(--font-family-default);
    font-weight: 400;
    font-size: 15px;
    font-style: italic;
    line-height: 160%;
    letter-spacing: 0.15em;
    text-transform: none;
    color: var(--primary);
    background: none;
    resize: none;
}

.ai-default-cf7wrap_customized span.custom_global-button{
    display: block;
    position: relative;
    width: 100%;
    margin: 15px 0 0;
}
.ai-default-cf7wrap_customized span.custom_global-button:before{
    content: '';
    display: block;
    width: 45px;
    height: 24px;
    position: absolute;
    left: 3px;
    right: 3px;
    top: -39px;
    margin: 0 auto;
    background: url(../images/button_accent.png) center center no-repeat;
    background-size: cover;
    opacity: 0;
}
.ai-default-cf7wrap_customized span.custom_global-button:after{
    content: '';
    display: block;
    width: 45px;
    height: 24px;
    position: absolute;
    left: 3px;
    right: 3px;
    bottom: -39px;
    margin: 0 auto;
    background: url(../images/button_accent.png) center center no-repeat;
    background-size: cover;
    transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    opacity: 0;
}
.ai-default-cf7wrap_customized span.custom_global-button:hover:before{
    top: -24px;
    opacity: 1;
}
.ai-default-cf7wrap_customized span.custom_global-button:hover:after{
    bottom: -24px;
    opacity: 1;
}
.ai-default-cf7wrap_customized span.custom_global-button .wpcf7-spinner{
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    margin: 0 auto;
}
.ai-default-cf7wrap_customized span.custom_global-button input[type="submit"]{
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 0;
    font-style: normal;
    display: inline-flex;
    vertical-align: middle;
    flex-flow: row wrap;
    align-items: center;
    justify-content: center;
    text-align: center;
    min-height: 50px;
    min-width: 0;
    width: 100%;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 0.300em;
    text-transform: uppercase;
    padding: 10px 37px;
    font-style: normal;
    color: var(--secondary);
    background: var(--primary);
    position: relative;
    font-family: var(--jost);
}
.ai-default-cf7wrap_customized span.custom_global-button input[type="submit"]:hover{
    background: var(--secondary);
    color: var(--primary);
}
#content #ihf-main-container .form-control{
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    display: block;
    padding: 10px 8px;
    width: 100%;
    height: 48px;
    border: 0;
    border-bottom: 1px solid #9A9A9A;
    font-family: var(--font-family-default);
    font-weight: 400;
    font-size: 15px;
    font-style: italic;
    line-height: 160%;
    letter-spacing: 0.15em;
    text-transform: none;
    color: var(--primary);
    background: none;
    border-radius: 0 !important;
    box-shadow: none;
}
#content #ihf-main-container textarea.form-control{
    border: 1px solid #9A9A9A;
}
#content #ihf-main-container .chosen-container-single .chosen-single{
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    display: block;
    padding: 10px 8px;
    width: 100%;
    height: 48px;
    border: 0;
    border-bottom: 1px solid #9A9A9A;
    font-family: var(--font-family-default);
    font-weight: 400;
    font-size: 15px;
    font-style: italic;
    line-height: 160%;
    letter-spacing: 0.15em;
    text-transform: none;
    color: var(--primary);
    background: none;
    border-radius: 0 !important;
    box-shadow: none;
}
#ihf-main-container .radio-inline{
    line-height: 1;
}
.aios-lifestyles-page #content,
.aios-testimonials-page #content,
.aios-communities-page #content {
  margin-top: 20px;
}

#ip-elevate-about .ip-elevate-about__socials a[href*=maps]{
    display: none !important;
}

#ai-minimalist-properties-results .ai-minimalist-properties-results-pagination ul li a.active{
  cursor: not-allowed;
  pointer-events: none !important;
}

@media only screen and (min-width: 768px) {
    form#ihf-login-form button.global-button.button_fluid {
        padding: 10px 15px;
        margin: 0 -20%;
    }
}
@media only screen and (min-width: 992px) {
    body.logged-in .header{
        top: 32px;
    }
    form#ihf-login-form button.global-button.button_fluid {
        padding: 10px min(1.7vw, 30px);
        margin: 0 0;
    }
    .custom-title-wrap{
        background: #fff;
        padding: 30px 30px 40px;
        display: inline-block;
        min-width: 350px;
        margin: -87px 0 0;
    }

    #inner-page-wrapper .aiosCommunitiesEndeavor__content h3 {
        font-size: 30px;
        letter-spacing: 0.06em;
        line-height: 1.1;
    }

  .header{
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0);
  }
  .header.fixed{
    background: #fff;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
  }

  .hdr-burger{
    height: min(2.333vw,35px);
  }

  .hdr-burger button{
    width: min(0.933vw,14px);

  }
  .hdr-burger button span{
    margin: 2px 0 0;
  }
  .hdr-search{
    height: min(2.333vw,35px);
  }
  .hdr-search a{
    font-size: min(0.867vw,13px);
  }
  .section-title.reverse{
    text-align: right;
  }
  .section-title.vw-unit h2{
    font-size: 0.813vw;
  }
  .section-title:not(.text-center) h2 span.sm{
    min-width: 7.231em;
    max-width: max-content;
  }
  .section-title.reverse h2 span.sm{
    margin-left: auto;
  }
  .section-title.reverse h2 span.sm em.key{
    right: calc(100% + 0.539em);
    transform: scaleX(-1);
    -moz-transform: scaleX(-1);
    -webkit-transform: scaleX(-1);
  }
  .section-title.reverse h2 span.sm em.line{
    right: -50vw;
    left: -0.539em;
    transform-origin: left center;
  }
  .section-title.reverse h2 span.lg{
    display: block;
    font-family: var(--font-family-title);
    font-size: 7.692em;
    text-transform: lowercase;
    margin: 0.29em 0 0;
    line-height: 0.8;
  }
  .section-title.min_vw{}
  .section-title.min_vw h2{
    font-size: min(0.813vw,13px);
  }
  .footer{
    padding: 0 35px;
  }
  .git-title{
    padding: 0 10px 0 90px;
    max-width: 1530px;
    margin: 0 auto;
  }
  .git-intro{
    text-align: left;
  }
  .git-bg{
    background-size: cover;
    background-position: right top;
    background-image: url(../images/git-bg.jpg);
  }
  .footernav{
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    justify-content: center;
  }
  .footernav li{
    padding: 1px 25px;
    border-left: 1px solid #c7c7c7;
    margin: 0 0 0;
  }
  .footernav li:first-child{
    padding-left: 0;
    border-left: 0px solid #c7c7c7;
  }
  .footernav li:last-child{
    padding-right: 0;
  }
  .footernav li a{
    display: block;
  }

  .floating-info{
    width: 35px;
    padding: 15px 0;
    transition: all ease 2s;
    -moz-transition: all ease 2s;
    -webkit-transition: all ease 2s;
  }
  .floating-info.nav-active-section-hp-hero,
  .floating-info{
    min-height: 0;
   
  }
  .floating-info:not(.nav-active-section-hp-hero){
    min-height: 100vh;
    padding: 0 0;
  }
  .floating-info .flinfo-wrap ul li{
    margin: 22px auto 0;
  }
  .floating-info .flinfo-wrap ul li:first-child{
    margin: 0 auto 0;
    order: 1;
  }
  .floating-info .flinfo-wrap ul li:nth-child(2){
    order: 2;
  }
  .floating-info .flinfo-wrap ul li:nth-child(3){
    order: 4;
  }
  .floating-info .flinfo-wrap ul li:nth-child(4){
    order: 5;
  }
  .floating-info .flinfo-wrap ul li:nth-child(5){
    order: 6;
  }
  .floating-info .flinfo-wrap ul li:nth-child(6){
    order: 7;
  }
  .floating-info .flinfo-wrap ul li:nth-child(7){
    order: 8;
  }
  .floating-info .flinfo-wrap ul li:nth-child(8){
    order: 9;
  }
  .floating-info:not(.nav-active-section-hp-hero) .flinfo-wrap ul{
    filter: drop-shadow(1px 1px 3px rgba(255,255,255,0.7));
    -webkit-filter: drop-shadow(1px 1px 3px rgba(255,255,255,0.7));
  }
  .floating-info .flinfo-wrap ul:before{
    content:'';
    display: block;
    order: 3;
    width: 1px;
    height: 27px;
    background: #d1d1d1;
    margin: 22px auto 0;
  }
  .floating-info.nav-active-section-hp-instgrm .flinfo-wrap ul,
  .floating-info.nav-active-section-hp-homes .flinfo-wrap ul,
  .floating-info.nav-active-section-hp-comm .flinfo-wrap ul,
  .floating-info.nav-active-section-hp-fp .flinfo-wrap ul{
    filter: none;
    -webkit-filter: none;
  }
  .floating-info.nav-active-section-hp-instgrm .flinfo-wrap ul:before,
  .floating-info.nav-active-section-hp-homes .flinfo-wrap ul:before,
  .floating-info.nav-active-section-hp-comm .flinfo-wrap ul:before,
  .floating-info.nav-active-section-hp-fp .flinfo-wrap ul:before{
    background: var(--secondary);
  }
  .floating-info.nav-active-section-hp-instgrm .flinfo-wrap ul li a,
  .floating-info.nav-active-section-hp-homes .flinfo-wrap ul li a,
  .floating-info.nav-active-section-hp-comm .flinfo-wrap ul li a,
  .floating-info.nav-active-section-hp-fp .flinfo-wrap ul li a{
    color: var(--secondary);
  }
  .ip-container .floating-info .flinfo-wrap ul {
    filter: none;
    -webkit-filter: none;
  }
  .ip-container .floating-info .flinfo-wrap ul li a {
    color: #fff;
  }
  .ip-container .floating-info:not(.nav-active-section-banner-wrap) .flinfo-wrap ul li a {
    color: #b30f6a;
  }
    #listings-results.listings-wrap{
        margin-left: calc(((100vw - 950px) / 2) * -1);
        margin-right: calc(((100vw - 950px) / 2) * -1);
    }
    body.page-template-template-fullwidth #listings-results.listings-wrap{
        margin-left: calc(((100vw - 930px) / 2) * -1);
        margin-right: calc(((100vw - 930px) / 2) * -1);
    }
    body.single-aios-lifestyles #listings-results.listings-wrap,
    body.single-aios-communities #listings-results.listings-wrap{
        margin-left: calc(((100vw -  min(99vw,1340px)) / 2) * -1);
        margin-right: calc(((100vw -  min(99vw,1340px)) / 2) * -1);
    }
}

@media only screen and (min-width: 1022px) {
    .ihf-input-group .ihf-form-control.ihf-select-multiple{
        max-width: calc(100% - 43px) !important;
    }
}
@media only screen and (min-width: 1200px) {
    #listings-results.listings-wrap{
        margin-left: calc(((100vw - 1180px) / 2) * -1);
        margin-right: calc(((100vw - 1180px) / 2) * -1);
    }
    body.page-template-template-fullwidth #listings-results.listings-wrap{
        margin-left: calc(((100vw - 1150px) / 2) * -1);
        margin-right: calc(((100vw - 1150px) / 2) * -1);
    }
    
}

@media only screen and (max-width: 1440px) {
  .fixed .hdrnav > li.menu-item-6606 > .sub-menu {
      left: -40vw;
  }

  .banner-wrap_logo a {
    top: calc( 23% - 75px )
  }
}

@media only screen and (max-width: 1199px) {
  .banner-wrap_logo a {
    top: calc( 18% - 75px )
  }
}

/* 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) {
    #content h1,
    #inner-page-wrapper .archive-title,
    #inner-page-wrapper .agent-entry-title,
    #inner-page-wrapper .entry-title,
    #content .archive-title,
    #content .entry-title{
        font-size: min(12.4vw,100px);
    }
    
    #content h2{
        font-size: min(11.16vw,90px);
    }
    
    #content h4{
        font-size: min(8.06vw,65px);
    }
    #content h3{
        font-size: min(7.44vw,60px);
    }
    
    #content h5{
        font-size: min(4.96vw,40px);
    }
    #content h6{
        font-size: min(4.34vw,35px);
    }
  .section-title h2 span.sm em.key,
  .section-title h2 span.sm em.line,
  .side-section-label{
    display: none !important;
  }

  .section-title {
    text-align: center;
  }
  .section-title h2 span.sm{
    letter-spacing: min(0.8vw, 0.300em);
  }
  .section-title h2 span.lg{
    margin: 0.18em 0 0;
    line-height: 1;
    font-size: min(12.4vw, 7.692em);
  }

  .git-intro {
    font-size: min(2.7vw, 13px);
  }

  .floating-info{
    left: 0;
    background: #fff;
    padding: 9px 15px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
  }

  .floating-info .flinfo-wrap ul{
    flex-flow: row wrap;
  }

  .floating-info .flinfo-wrap ul li{
    font-size: 16px;
  }

  .floating-info .flinfo-wrap ul li a:hover{
    opacity: 1;
    color: var(--secondary);
  }

  button.global-button,
    a.global-button,
    .global-button{
      letter-spacing: min(0.6vw,0.300em);
      padding: 10px min(3vw,37px);
    }
  
  /* 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;
  }

  .banner-wrap_logo a {
    padding: 20px 0;
  }
  .ip-abt-button{
    text-align: center;
  }
  body #content .aci-details-elevate-address strong {
    /*font-size: min(8.06vw,65px);*/
    font-size: min(7.5vw,65px);
  }
  body #content .aci-details-elevate-address span {
    font-size: min(6.06vw,45px);
  }
  .aci-details-elevate-main .aci-details-elevate-info.as-main>div:last-child {
    padding: 25px 15px;
  }
  body .aci-details-elevate-box{
    padding: 25px 15px;
  }
}
/* Galaxy Tab 3(portrait) | Galaxy S5(landscape) */
@media only screen and (max-width: 767px) {
    .ip-banner .container {
        width: 100%;
    }

    .page-id-6586 .ig-feed-item {
        width: 50%;
    }
    body #content .aci-details-elevate-address strong {
        font-size: min(6.8vw,65px);
    }
}
@media only screen and (max-width: 567px) {

  
}
@media only screen and (max-width: 480px) {
    .git-form ::-webkit-input-placeholder {
        letter-spacing: min(0.4vw,0.300em);
    }
    .git-form ::-moz-placeholder {
        letter-spacing: min(0.4vw,0.300em);
    }
    .git-form :-ms-input-placeholder {
        letter-spacing: min(0.4vw,0.300em);
    }
    .git-form :-moz-placeholder {
        letter-spacing: min(0.4vw,0.300em);
    }
    .git-row.dual > div{
        max-width: none;
        width: 100%;
        margin: 31px 0 0;
    }
    .page-id-6586 .ig-feed-item {
        width: 100%;
    }
    .aci-details-elevate-main .aci-details-elevate-box .aci-details-elevate-modal-buttons button.aci-details-elevate-button{
        gap: 7px;
    }
    .aci-details-elevate-main .aci-details-elevate-box .aci-details-elevate-modal-buttons button.aci-details-elevate-button span{
        letter-spacing: 0.100em;
    }
}
/* Galaxy S5(portrait) | iPod Touch(landscape) | iPod Touch(portrait) */
