/* ==========================================================================
   Nesthub Long Term Properties Widget Map
============================================================================= */
:root {
	--header-height-affixed: 50px;
	--text-accent-color: var(--primary);
	--cluster-bg-sm: var(--primary);
	--cluster-bg-md: var(--secondary);
	--cluster-bg-lg: var(--dark);
	--cluster-text-sm: #ffffff;
	--cluster-text-md: #ffffff;
	--cluster-text-lg: #ffffff;
}

#rentals a, #rentals a:hover, #rentals a:focus { text-decoration: none!important; outline: none!important; box-shadow: none!important; }
#rentals a:focus-visible { outline: 1px solid var(--light)!important; }
.nhw { padding-top: var(--header-height); color: var(--body-text); }
.nhw a:hover { text-decoration: none; }
.nhw .icon { line-height: 1; }
.nhw .icon svg > * { fill: currentColor; }
.fa-nhw-location { font-size: 30px; }
.fa-nhw-calendar { font-size: 23px; }
.fa-nhw-user { font-size: 28px; }
.fa-nhw-search { font-size: 25px; }
.nhw__no-listings { padding: 80px 0; text-align: center; }
.mapboxgl-marker svg path[fill*='#3FB1CE'] { fill: var(--dark)!important; }
select { -webkit-appearance: initial; }
.f-carousel__viewport.is-draggable { cursor: pointer!important; }

.nhw .btn-list { display: inline-grid; grid-gap: 15px; margin: 0; }
.nhw-btn { --btn-color: var(--primary); font-size: 18px; letter-spacing: .025em; padding: 0 20px; height: 48px; line-height: 48px; border-radius: 4px; background: var(--btn-color); border: 1px solid var(--btn-color); color: #fff!important; font-weight: 400!important; }
.nhw-btn:hover { background: #fff; color: var(--btn-color)!important; }
.nhw-btn--secondary { --btn-color: var(--secondary); }
.nhw-btn--accent, .nhw-btn--dark { --btn-color: var(--dark); }


/* List
============================================================================= */

/* Search Form */
.prop-search-form { background: none!important; padding: 0!important; position: relative; z-index: 3; }
.prop-search-bar { background: var(--dark)!important; color: #fff; padding: 20px!important; position: relative; z-index: 2; }
.prop-search-form__container { display: flex; width: 1295px; max-width: 100%; margin: 0 auto; }
.prop-search-form__item { position: relative; display: flex; vertical-align: middle; align-items: center; padding: 0px 24px; flex-grow: 1; }
.prop-search-form__item--search { flex-grow: 1; padding-left: 10px; }
.prop-search-form__item:has(.prop-search__dropdown) .prop-search-form__value, .prop-search-form__item--prop-type { position: relative; }
.prop-search-form__item:has(.prop-search__dropdown) .prop-search-form__value::after, .prop-search-form__item--prop-type::after { content: '\f107'; color: #fff; font-size: 18px; line-height: 1; font-family: "Font Awesome 6 Pro"; font-style: normal; font-weight: 400; -webkit-font-smoothing: antialiased; position: absolute; top: 50%; right: 0px; transform: translateY(-50%);  }
.prop-search-form__item--prop-type::after { top: auto; transform: none; bottom: 1px; height: 27px; line-height: 27px; right: 25px; }
.prop-search-form__field { padding-left: 10px; position: relative; flex-grow: 1; }
.prop-search-form__field label, .prop-search-form__label, .prop-search__dropdown label { font-size: 16px; line-height: 1; color: #fff; font-weight: bold; letter-spacing: .05em; margin: 0; }
.prop-search-form__field input, .prop-search-form__field select, .prop-search-form__value, .prop-search-form__placeholder { border: 0; font-size: 15px; color: #fff!important; white-space: nowrap; background: none!important; height: 20px!important; padding: 0; }
.prop-search-form__field select { position: relative; left: 0; top: -3px; -webkit-appearance: initial; }
.prop-search-form__field input { position: relative; top: -2px; z-index: 1; }
.prop-search-form__item input:focus, .prop-search-form__item select:focus { outline: none!important; }
.prop-search-form__placeholder { position: absolute; bottom: 5px; left: 10px; z-index: 0; }
.prop-search-form__btn { display: flex; align-items: center; }
.prop-search-form__btn button { background-color: var(--primary); border: 1px solid var(--primary); display: flex; align-items: center; justify-content: center; border: none; font-size: 25px; width: 49px; height: 49px; border-radius: 50%; color: #fff; line-height: 56px; text-align: center; transition: .4s; }
.prop-search-form__btn button:hover { background-color: #fff; color: var(--primary); }
.prop-search-form__btn .sr-only  { font-size: 0; }
@media (min-width: 1200px) {
	.prop-search-form__item:not(:last-of-type):not(.prop-search-form__item--price) { border-right: 3px solid rgba(255,255,255,.1)!important; }
}
@media (max-width: 1200px) {
	.prop-search-form__container { height: auto; flex-wrap: wrap; justify-content: center; }
	.prop-search-form__item { padding: 15px; }
	.prop-search-form__item--search { flex: 1 1 100%; border: 0!important; border-bottom: 3px solid rgba(255,255,255,.1)!important; }
  .prop-search-form__btn { display: flex; align-items: center; justify-content: center; margin-left: auto; }
}
@media (max-width: 500px) {
  .prop-search-form__container { flex-direction: column; }
  .prop-search-form__icon .icon { max-width: 30px; }
  .prop-search-form__icon .fa-nhvl-king-bed { font-size: 20px; }
}

/* Custom Select */
.selectNative, .selectCustom { position: relative; width: 100%; height: 30px; }
.selectCustom { position: absolute; bottom: 0; left: 0; display: none; }
@media (hover: hover) {
  .selectCustom { display: block; }
  .selectNative:focus + .selectCustom { display: none; }
}
.selectNative:focus, .selectCustom.isActive .selectCustom-trigger { outline: none; box-shadow: none; }
.selectNative, .selectCustom-trigger { font-size: 15px; background-color: var(--dark); border: 0!important; border-radius: 0; }
.selectCustom-trigger { position: relative; width: 100%; height: 100%; background-color: var(--dark); padding: 0 0 0 10px; cursor: pointer; top: 7px; z-index: 2;}
.selectCustom-trigger::after { content: '\f107'; color: #fff; font-size: 18px; line-height: 1; font-family: "Font Awesome 6 Pro"; font-style: normal; font-weight: 400; -webkit-font-smoothing: antialiased; position: absolute; top: 10px; right: 0px; transform: translateY(-50%);  }
.selectCustom-options { position: absolute; top: 100%; left: 0; width: 100%; border-radius: 4px; background-color: var(--dark); box-shadow: 0px 2px 50px 0px rgba(0, 0, 0, 0.15); z-index: 99; padding: 0; display: none; overflow: hidden; }
.selectCustom.isActive .selectCustom-options { display: block; }
.selectCustom-option { position: relative; padding: 5px; padding-left: 2.5rem; font-size: 15px; }
.selectCustom-option.isHover,
.selectCustom-option:hover { background-color: var(--primary); color: #fff; cursor: default;}
.selectCustom-option:not(:last-of-type)::after { content: ""; position: absolute; bottom: 0; left: 0; width: 100%; }
.selectCustom-option.isActive::before { content: "\f00c"; position: absolute; left: 0.8rem; top: 43%; transform: translateY(-50%); line-height: 1; font-family: "Font Awesome 6 Pro"; font-style: normal; font-weight: 400; -webkit-font-smoothing: antialiased; }



/* Search Options */
.prop-search-options { display: flex; justify-content: center; padding: 30px 0; }
.prop-search-options a:not(:hover) { color: var(--body-text); }
.prop-search-options__item { padding: 0 25px; display: flex; flex-wrap: wrap; align-items: center; justify-content: center; position: relative; transition: .05s; }
.prop-search-options__item:hover { cursor: pointer; color: var(--text-accent-color); }
.prop-search-options__icon { color: var(--text-accent-color); font-size: 29px; }
.prop-search-options__label { font-size: 16px; letter-spacing: .025em; font-weight: bold; padding-left: 10px; }
@media (max-width: 710px) {
  .prop-search-options { padding: 10px 0; display: grid; grid-template-columns: 1fr 1fr; text-align: center; justify-content: center; }
  .prop-search-options__item { padding: 15px; flex: 0 0 50%; }
}
/* Search Dropdown */
.prop-search__dropdown { display: none; background: var(--dark); text-align: left; padding: 15px; width: 100%; min-width: 280px; border-radius: 4px; position: absolute; top: 100%; left: 15px; box-shadow: 0px 2px 50px 0px rgba(0, 0, 0, 0.15);  z-index: 99; }
.prop-search__dropdown input, .prop-search__dropdown select { border: 0; }
.prop-search__dropdown label ~ label { margin-top: 15px; }
@media (max-width: 710px) {
  .prop-search__dropdown { left: 0; right: 0; }
}

/** List - Property Item **/
#nesthub-property-list-view { padding: 0 0 100px; }
#nesthub-property-list-tab-list { justify-content: center; padding: 0 15px; }
.locator-markets { display: none; }
.nhw-list a { color: var(--body-text); }
.nhw-list__item { font-size: 16px; line-height: 1.15; position: relative; -webkit-user-select: none; -ms-user-select: none; user-select: none; }
.nhw-list__image { display: block; width: 100%; height: 0; padding-top: 69.35%; background-color: #efefef; border-radius: var(--nhw-border-radius,0); overflow: hidden; position: relative; }
.nhw-list__image img { width: 100%; height: 100%; object-fit: cover; object-position: 50% 50%; position: absolute; top: 0; left: 0; transition: .5s ease-out; }
.nhw-list__tags { position: absolute; top: 10px; left: 10px; right: 10px; z-index: 2; text-align: center; display: flex; gap: 8px; justify-content: flex-end; flex-wrap: wrap; }
.nhw-list__tag { padding: 3px 8px; background: #fff; border-radius: 20px; font-size: 15px; font-weight: bold; box-shadow: 1px 0 7px 1px rgba(0,0,0,.2); color: var(--text-accent-color); display: flex; align-items: center; justify-content: center; white-space: nowrap; }
.nhw-list__details { padding: 20px 0 0; font-weight: 500; font-size: 16px; letter-spacing: .025em; }
.nhw-list__price { font-size: 22px; font-weight: bold; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; width: 100%; margin: 0 0 15px; }
.nhw-list__address { margin: 15px 0 5px; }
.nhw-list__prop-type { margin: 5px 0 15px; color: #989898; font-size: .9em; }
.nhw-list__item ul { list-style-type: none; margin: 15px 0; padding: 0; }
.nhw-list__item ul li { display: inline-block; padding: 0; margin: 0; }
.nhw-list__item ul li ~ li::before { content: '|'; display: inline-block; margin: 0 5px; }
.nhw-list__availability { margin-bottom: 18px; }
.nhw-list__btn-list { display: grid; grid-template-columns: repeat(auto-fit, minmax(148px, 209px)); grid-gap: 12px; }
.nhw-list__location-btn { height: 40px; width: 40px; display: flex; align-items: center; cursor: pointer; opacity: 0; justify-content: center; background: #f2f2f2; border-radius: 50%; position: absolute; top: 10px; right: 10px; transition: .4s; }
.nhw-list__item:not(.selected) .nhw-list__location-btn:hover { background: #ccc; }
.nhw-list__item:hover .nhw-list__location-btn { opacity: 1; }
.nhw-list__image:hover img { transform: scale(1.03); }

/* Carousel */
.nhw .f-carousel { position: absolute; top: 0; left: 0; height: 100%; width: 100%; }
.nhw .f-carousel__slide { height: 100%; }
.nhw .f-carousel__nav { transition: 0.4s; }
.nhw .f-button { height: 39px; width: 39px; background: var(--dark); color: #fff; border-radius: 50%; transition: 0.3s ease-in-out;  }
.nhw .f-button:hover { background: var(--secondary)!important; color: var(--dark)!important; transition: 0.3s ease-in-out; }
.nhw .image:not(:hover) .f-carousel__nav { opacity: 0; transition: 0.4s; }

/* List only */
.property-locator-list .nhw-list__item { padding: 10px; display: grid; grid-template-columns: repeat(auto-fit, minmax(235px, 1fr)); grid-column-gap: 2.5vw; margin-bottom: 30px;  }
.property-locator-list .nhw-list__item.selected { box-shadow: 0 0 0 2px var(--primary); border-radius: var(--nhw-border-radius, 0); outline-offset: 10px; order: -1; }
.property-locator-list .nhw-list__item.selected .nhw-list__location-btn { color: var(--primary); opacity: 1; }
.property-locator-list .nhw-list__item.selected .nhw-list__location-btn i { font-weight: 600; }
.property-locator-list .nhw-list__image { height: 100%; }
.property-locator-list .nhw-list__details { padding: 40px 0; }
@media (min-width: 509px) and (max-width: 991px) {
	.property-locator-list .nhw-list__item { grid-column-gap: 25px; }
}
@media (max-width: 508px) {
	.property-locator-list .nhw-list__item { text-align: center; }
	.nhw-list__btn-list { justify-content: center; }
}

.nesthub-property-locator:not(.hide-map) .property-locator-list:has(.nhw-list__item.selected) { display: flex; flex-direction: column; }


/* Popup Only */
.nhw-list__item--popup { font-size: 12px; }
.nhw-list__item--popup .nhw-list__details { font-size: 14px; }
.nhw-list__item--popup .nhw-list__price { font-size: 16px; margin: 0; }
.nhw-list__item--popup .nhw-list__info { margin: 5px 0; }
.nhw-list__item--popup .nhw-list__address {  margin: 5px 0 15px; }
.nhw-list__item--popup .nhw-btn { width: 100%; outline: none!important; height: 35px; line-height: 35px; font-size: 15px; }


/* Nearby Homes */
.nhw-nearby-listings { padding-top: 50px; }
.nhw-nearby-listings__list, .nhw-nearby-listings__list:has(.nhw-list__item:nth-child(4)) { display: grid; grid-template-columns: repeat(auto-fit, minmax(225px, 1fr)); gap: 15px; margin-bottom: 40px; }
.nhw-nearby-listings__list .nhw-list__item { box-shadow: 0px 2px 50px 0px rgba(0, 0, 0, 0.1); border-radius: var(--nhw-border-radius,0); overflow: hidden; }
.nhw-nearby-listings__list .nhw-list__image { border-bottom-left-radius: 0; border-bottom-right-radius: 0; }
.nhw-nearby-listings__list .nhw-list__item:nth-child(1n+7) { display: none; }
.nhw-nearby-listings__list .nhw-list__details { padding: 10px; font-size: 14px; display: flex; flex-wrap: wrap; gap: 5px 10px; justify-content: space-between; }
.nhw-nearby-listings__list .nhw-list__btn-list, .nhw-nearby-listings__list .nhw-list__prop-type, .nhw-nearby-listings__list .nhw-list__availability, .nhw-nearby-listings__list .nhw-list__location-btn { display: none; }
.nhw-nearby-listings__list .nhw-list__info { margin: 0; display: flex; gap: 5px; }
.nhw-nearby-listings__list .nhw-list__info li::before { display: none; }
.nhw-nearby-listings__list .nhw-list__address { margin: 0; width: 100%; }
.nhw-nearby-listings__list .nhw-list__info-title { font-size: 12px; color: #545859; }
.nhw-nearby-listings__list .nhw-list__price { font-size: 16px; margin: 0; width: auto; }
.nhw-nearby-listings__list .nhw-list__tag { font-size: 14px; }
@media (min-width: 975px) and (max-width: 1220px) {
	.nhw-nearby-listings__list .nhw-list__item:nth-child(1n+5) { display: none; }
	.nhw-nearby-listings__list:has(.nhw-list__item:nth-child(4))  { grid-template-columns: repeat(auto-fit, minmax(225px, 1fr))!important; }
}
@media (min-width: 601px) {
	.nhw-nearby-listings__list:has(.nhw-list__item:only-child), .nhw-nearby-listings__list:has(.nhw-list__item:nth-child(2):not(:nth-child(3))) { grid-template-columns: repeat(auto-fit, minmax(225px, 250px)); }
}
@media (min-width: 992px) {
	.nhw-nearby-listings__list .nhw-list__item:nth-child(1n+6) { display: none; }
}
@media (max-width: 991px) {
	.nhw-nearby-listings__list:has(.nhw-list__item:nth-child(4))  { grid-template-columns: repeat(auto-fit, minmax(225px, 1fr))!important; }
}
@media (max-width: 820px) {
	.nhw-nearby-listings__list:has(.nhw-list__item:nth-child(3)) { grid-template-columns: repeat(auto-fit, minmax(225px, 1fr))!important; }
}

/* Details
============================================================================= */
.nhw-details {  }

/** Header **/
.nhw-details__header { position: relative;  }
.nhw-details__property-contact { position: relative; padding: 35px 15px; display: flex; flex-wrap: wrap; gap: 30px; justify-content: space-between; align-items: center; }
.nhw-details__property-contact::before { content: ''; position: absolute; top: 0; left: 50%; bottom: 0; width: 100vw; transform: translateX(-50%); background: rgba(235,235,235,0); z-index: -1; }
.nhw-details__property-contact h1 { font-weight: bold; margin-bottom: 0; font-size: 32px; }
.nhw-details__property-contact h2 { margin-bottom: 0; font-size: 24px; }
.nhw-details__property-contact .btn-list { display: flex; flex-wrap: wrap; justify-content: center; }
.nhw-details__property-contact, .nhw-details__body, .nhw-back-btn { width: 1510px; max-width: 100%; margin: 0 auto; }
.nhw-details__property-contact .d-none { display: none; }
.nhw-details__body { padding: 0 15px 80px; }
.nhw-back-btn { position: relative; text-align: right; background: var(--dark); color: #fff;  padding: 25px 15px; }
.nhw-back-btn::before { content: ''; position: absolute; top: 0; left: 50%; bottom: 0; width: 100vw; transform: translateX(-50%); background: inherit; z-index: -1; }
.nhw-back-btn a { display: inline-flex; align-items: center; font-weight: bold; font-size: 16px; letter-spacing: .025em; color: #fff; transition: .4s; }
.nhw-back-btn a i { font-size: 34px; color: #fff; margin-right: 12px; transition: 0.4s; }
.nhw-back-btn a:hover, .nhw-back-btn a:hover i { color: #fff; }
.nhw-back-btn a:hover { opacity: .6; }
@media (max-width: 1090px) {
	.nhw-details__property-contact:not(.affix) { justify-content: center; text-align: center; flex-direction: column; }
}
@media (max-width: 560px) {
	.nhw-details__property-contact { gap: 25px; }
	.nhw-details__property-contact:not(.affix) .nhw-btn { height: 38px; line-height: 38px; font-size: 18px; }
}
@media (max-width: 515px) {
	.nhw-details__property-contact .nhw-btn span { display: none; }
}
@media (max-width: 462px) {
	.nhw-details__property-contact { padding: 25px 15px 20px; gap: 20px; }
	.nhw-details__property-contact h1 { font-size: 24px; }
	.nhw-details__property-contact h2 { font-size: 18px; }
	.nhw-details__property-contact .nhw-details__links { width: 100%; }
	.nhw-details__property-contact .btn-list { gap: 10px; }
	.nhw-details__property-contact .nhw-btn { font-size: 15px; padding: 0 10px; flex: 1 1 auto; }
}

.nhw-details__header:has(.affix) { margin-bottom: 132px; }
.nhw-details__property-contact.affix { position: fixed; left: 0; right: 0; padding: 10px 15px; top: var(--header-height-affixed); z-index: 99; }
.nhw-details__property-contact.affix::before { background: rgba(235,235,235,1); box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.55); }
.nhw-details__property-contact.affix h1 { font-size: 18px; margin-top: 5px; }
.nhw-details__property-contact.affix h2 { font-size: 16px; }
.nhw-details__property-contact.affix .nhw-btn { height: 38px; line-height: 38px; font-size: 18px; }
@media (max-width: 1090px) {
	.nhw-details__header:has(.affix) { margin-bottom: 209px; }
}
@media (max-width: 800px) {
	.nhw-details__property-contact.affix { justify-content: center; }
	.nhw-details__property-contact.affix .nhw-details__address { display: none; }
	.nhw-details__property-contact.affix .nhw-details__links { width: 100%; }
	.nhw-details__property-contact.affix .nhw-details__links .nhw-btn { flex: 1 1 auto; }
}
@media (max-width: 560px) {
	.nhw-details__header:has(.affix) { margin-bottom: 195px; }
}
@media (max-width: 462px) {
	.nhw-details__header:has(.affix) { margin-bottom: 150px; }
}

/** Primary Image **/
.nhw-details__gallery { display: flex!important; position: relative; align-items: stretch; min-height: 575px; margin: -8px; padding-bottom: 30px; }
.nhw-details__gallery .image-preview { position: relative; background-color: #efefef; border-radius: var(--nhw-border-radius,0); overflow: hidden;  }
.nhw-details__gallery .image-container { padding: 8px; }
.nhw-details__gallery .image-container--primary { flex: 1 1 auto; }
.nhw-details__gallery .image-container--primary .image-preview { height: 100%; width: 100%; }
.nhw-details__gallery .image-container--secondary { flex: 0 1 600px; display: flex; flex-wrap: wrap; grid-gap: 16px; grid-template-columns: repeat(auto-fit, minmax(200px,1fr)); }
.nhw-details__gallery .image-container--secondary .image-preview { flex: 1 1 35%; }
.nhw-details__gallery img { width: 100%; height: 100%; object-fit: cover; object-position: 50% 50%; position: absolute; top: 0; left: 0; transition: .5s ease-out; }
.nhw-details__gallery .image-preview:hover img { transform: scale(1.05); transition: 1s ease-out;  }
.nhw-details__gallery .nhw-listing-detail-view-gallery, .nhw-listing-detail-view-video { position: absolute; height: 44px; width: 149px; text-align: center; line-height: 44px; bottom: 70px; right: 20px; background: #fff; display: flex; align-items: center; justify-content: center; font-weight: bold; border-radius: 10px; font-size: 16px; letter-spacing: .05em; cursor: pointer; transition: .4s; color: var(--body-text)!important; }
.nhw-details__gallery .nhw-listing-detail-view-gallery i, .nhw-listing-detail-view-video i { font-size: 24px; margin-right: 10px; }
.nhw-details__gallery .nhw-listing-detail-view-gallery:hover, .nhw-listing-detail-view-video:hover { background: var(--secondary); color: #fff!important; transform: scale(1.03);}
.nhw-details__gallery .nhw-listing-detail-view-gallery:active, .nhw-listing-detail-view-video:active { transform: scale(0.97);}
.nhw-listing-detail-view-gallery + .nhw-listing-detail-view-video { bottom: 125px; }
.nhw-details__gallery .additional-images { display: none;  }
@media (min-width: 992px) and (max-width: 1330px) {
	.nhw-details__gallery .image-container--secondary { max-width: 50%; }
}
@media (max-width: 991px) {
	.nhw-details__gallery { min-height: 61.1vw;  }
	.nhw-details__gallery .image-container--primary { flex: 1 1 100%; }
	.nhw-details__gallery .image-container--secondary { display: none; }
}

/* Fancybox Firefox Iframe Fix */
.fancybox__slide.has-iframe .fancybox__content { flex: 1 1 auto!important; }

/* Tabs */
.nhw-nav-pills .nhw-nav-link.nhw-active, .nhw-nav-pills .nhw-show>.nhw-nav-link { background: var(--primary); }

/** Social Sharing **/
.nhw-details__share { text-align: right; margin-bottom: 20px; font-size: 16px; letter-spacing: .05em; font-weight: 500; }
.nhw-details__share .social-icons { display: inline-block; }
.nhw-details__share a:not(:hover) { color: var(--body-text); }


/** Property Details **/
.nhw-details__content { }
.nhw-details__property-info .key-details { display: flex; flex-wrap: wrap; margin: 0 -10px 25px; line-height: 1.1; }
.nhw-details__property-info .key-detail { flex: 1 1 auto; padding: 10px; }
.nhw-details__property-info .key-detail .label { font-size: 16px; font-weight: bold; letter-spacing: .05em; padding-left: 5px; white-space: nowrap; color: var(--body-text); }
.nhw-details__property-info .key-detail .value { font-weight: bold; font-size: 26px; color: var(--text-accent-color); }
.nhw-details__property-info .key-detail.rent .value { position: relative; top: 3px; }
.nhw-details__property-info hr { border-color: #f1f1f1; border-width: 4px; margin: 30px 0; }
.nhw-details__property-info .sub-detail { display: flex; align-items: center; }
.nhw-details__property-info .sub-details { display: grid; grid-template-columns: repeat(auto-fit, minmax(270px, 1fr)); grid-gap: 15px 25px; margin-bottom: 45px; line-height: 1.1; }
.nhw-details__property-info .sub-detail__label { font-weight: bold; font-size: 16px; letter-spacing: .05em; padding-right: 15px; }
.nhw-details__property-info .sub-detail__value { font-weight: bold; font-size: 20px; color: var(--text-accent-color); letter-spacing: .05em; }
.nhw-details__property-info .headline { font-weight: bold; }
.nhw-details__property-info .special-offer { font-weight: 500; position: relative; padding: 15px 15px 15px 60px; margin-bottom: 30px; background: rgba(238,83,64,.2); border-left: 3px solid #ee5340; }
.nhw-details__property-info .special-offer::before { content: '\f02b'; color: #ee5340; font-size: 35px; padding-right: 15px; font-family: "Font Awesome 5 Pro"; font-style: normal; font-weight: 300; -webkit-font-smoothing: antialiased; position: absolute; top: 53%; left: 15px; transform: translateY(-50%); }
/* .nhw-details__property-info .description br + br { display: none; } */
.nhw-details__property-info .commas { list-style: none; padding: 0; margin: 0 0 8px; }
.nhw-details__property-info .commas li { display: inline-block; }
.nhw-details__property-info .commas:has(li:nth-child(2)) li:not(:last-child)::after { content: ', '; }
.nhw-details__property-info .features ul { display: grid; grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); grid-gap: 5px; margin: 0; padding: 0; }
.nhw-details__property-info .features li { margin: 0; }
.nhw-details__heading { font-size: 30px; font-weight: bold; letter-spacing: .025em; margin: 40px 0 25px!important; color: var(--body-text); }
.nhw-details__sub-heading { font-size: 24px; font-weight: bold; letter-spacing: .025em; margin: 40px 0 25px!important; color: var(--text-accent-color); }
.nhw-details__property-details { margin-top: 48px; }
.nhw-details__map-container, #nesthub-property-view-map-panel { border-radius: var(--nhw-border-radius,0); overflow: hidden; margin-bottom: 20px; }
#nhw-listing-detail-map-container { height: 394px; }
@media (min-width: 992px) {
	.nhw-details__content { display: flex!important; }
	.nhw-details__property-info { padding-right: 5vw; flex-grow: 1; }
}
@media (max-width: 500px) {
	.nhw-details__heading { font-size: 24px; }
	.nhw-details__sub-heading { font-size: 19px; }
  .nhw-details__property-info .key-detail.price { flex: 1 0 100%; }
}


/** Contact Info **/
.nhw-details__contact-info { text-align: center; }
.nhw-details__contact-info .d-none { display: none; }
.nhw-details__form-container { padding: 70px 55px 55px; background: #fff; border-radius: var(--nhw-border-radius,0); box-shadow: 0px 2px 50px 0px rgba(0, 0, 0, 0.1); }
.nhw-details__form-container h3 { font-size: 24px; margin: 0 0 15px; font-weight: 600; }
.nhw-details__form-container .btn-list { margin-bottom: 50px; justify-content: center; }
.nhw-details__form-container form { text-align: left; margin-top: 40px;  }
.nhw-details__form-container form br { display: none; }
.nhw-details__form-container a:not(:hover):not(.btn) { color: var(--body-text); }
.nhw-details__form-container input, .nhw-details__form-container textarea { border: 0; border-radius: 0; background: #f1f1f1; height: 40px; padding-left: 10px!important; padding-right: 10px!important; }
.nhw-details__form-container input:focus, .nhw-details__form-container textarea:focus, .nhw-details__form-container select:focus { outline: none; box-shadow: none; background: #f1f1f1; }
.nhw-form-control:focus { border-color: var(--primary); }
.nhw-details__form-container button.nhw-btn { position: relative; padding: 0; background: var(--primary); border: 1px solid var(--primary); width: auto; margin-left: auto; padding: 0 20px; border-radius: 4px; font-size: 18px; color: #fff!important; display: block; line-height: 40px; white-space: nowrap; }
.nhw-details__form-container button.nhw-btn:hover { background: #fff; color: var(--primary)!important; }

/* Floating Form Labels */
.nhw-details__form-container .nhw-form { display: flex; flex-wrap: wrap; grid-gap: 15px; }
.nhw-details__form-container .nhw-form .nhw-form-group { position: relative; margin: 0; flex: 1 1 170px; }
.nhw-details__form-container .nhw-form .nhw-form-group br { display: none; }
.nhw-details__form-container .nhw-form-group-textarea { flex-basis: 100%!important; }
.nhw-details__form-container .nhw-form-group-textarea textarea { height: 60px; }
.nhw-details__form-container .nhw-form .nhw-form-group:not(.nhw-form-group-checkbox):not(.nhw-form-group-radio) label { font-weight: 400; margin: 0; position: absolute; font-size: 16px; bottom: 10px; left: 10px; z-index: 2; height: 100%; padding: 1em 0em 0; overflow: hidden; text-align: start; text-overflow: ellipsis; white-space: nowrap; pointer-events: none; border: var(--bs-border-width) solid transparent; transform-origin: 0 0; transition: opacity 0.1s ease-in-out, transform 0.1s ease-in-out; }
/* .nhw-details__form-container .nhw-form-group-textarea label { font-weight: 400; margin: 0; font-size: 16px; padding: 0; position: relative!important; } */
.nhw-details__form-container .nhw-form-group ::-webkit-input-placeholder, .nhw-details__form-container .nhw-form-group select:invalid, .nhw-details__form-container .nhw-form-group select:not(:focus) { color: transparent!important; }
.nhw-details__form-container .nhw-form .nhw-form-group:not(.nhw-form-group-checkbox):not(.nhw-form-group-radio):has(input:focus) label, .nhw-details__form-container .nhw-form .nhw-form-group:has(select:focus) label, .nhw-details__form-container .float-label, .nhw-details__form-container .nhw-form-group-textarea:not(:has(textarea[value])) label { transform: translateY(-1.2em) scale(.8); opacity: .7; }
.nhw-details__form-container .nhw-form-group-dropdown:has(.float-label) select:not(:focus) { color: var(--body-text)!important; }
.nhw-details__form-container .nhw-form-group-dropdown label { left: -1px!important; }

@media (min-width: 992px) {
	.nhw-details__contact-info { flex: 0 0 475px; }
}
@media (min-width: 992px) and (max-width: 1330px) {
	.nhw-details__contact-info { max-width: 50%; }
	.nhw-details__form-container { padding: 55px 35px 50px; }
}
@media (max-width: 991px) {
	.nhw-details__contact-info { padding-top: 50px; }
}
@media (max-width: 550px) {
	.nhw-details__contact-info .heading { flex-direction: column; justify-content: center; text-align: center; }
  .nhw-details__form-container { padding: 55px 20px 50px; }
}


/* Location */
.nhw-details__location { text-align: left; margin-top: 70px; }


/* Utilities */
.mt-0 { margin-top: 0!important; }




/* ==========================================================================
   Map
============================================================================= */
#nesthub-property-list-view.property-list { padding: 0!important;}

/* Content
================================================== */
.property-locator-content { background: #fff; align-self: stretch; overflow: scroll; position: relative!important; }
.property-locator-content .display-1 { margin: 0 0 20px; font-size: 40px; }
.property-locator-content .display-2 { margin: 0 0 30px; font-weight: 400; font-size: 18px; }
.property-locator-content .sr-only { font-size: 15px; opacity: 0; }
.property-locator-content .btn { height: 29px; line-height: 29px; min-width: 119px; font-size: 16px; text-transform: none; letter-spacing: .05em; padding: 0 15px; }

.property-locator-content .loading-bar { position: absolute; top: 0; left: 0; height: 8px; width: 100%; overflow: hidden; }
.property-locator-content .loading-bar::before { content: ''; width: 100%; opacity: 0; height: 8px; background: var(--primary); position: absolute; top:0; left: 0; z-index: 0;  transition: .4s; }
.property-locator-content .loading-bar::after { content: ''; width: 100%; opacity: 0; height: 8px; background: var(--primary); position: absolute; top:0; left: 0; z-index: 0; transition: .4s; animation-duration: 2s; animation-name: loading; animation-fill-mode: both; animation-iteration-count: infinite; }
.property-locator-content.loading-spinner .loading-bar::before { opacity: .5; }
.property-locator-content.loading-spinner .loading-bar::after { opacity: 1; }

/* List */
.property-locator-list { padding: 25px 35px 0; position: relative; }
.property-locator-list__empty { font-size: 18px; letter-spacing: .05em; font-weight: bold; margin-top: 70px; }
@media (min-width: 992px) {
  .nesthub-property-locator { display: flex!important; position: relative!important; height: calc(100vh - var(--header-height) - 181px); }
  .property-locator-content { flex: 0 0 50%; }
}
@media (min-width: 501px) and (max-width: 1300px) {
  .property-locator-list { padding: 25px 2.5vw 0; }
}
@media (max-width: 500px) {
  .property-locator-list { padding: 25px 20px; }
}

@-webkit-keyframes loading {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}

@keyframes loading {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}


/* Map
================================================== */
#showMap { display: none; }
.locator-map { background: #9fd39f; flex: 1 1 auto; }
/* .locator-map::after { content: '\e1d4'; font-family: "Font Awesome 6 Pro"; opacity: 0; z-index: -5; position: absolute; top: 0; left: 0; height: 100%; width: 100%; display: flex; align-items: center; justify-content: center; font-size: 35px; color: var(--secondary); animation-name: fa-spin;     -webkit-animation-name: fa-spin; -webkit-animation-duration: var(--fa-animation-duration,2s); animation-duration: var(--fa-animation-duration,2s); -webkit-animation-iteration-count: var(--fa-animation-iteration-count,infinite); animation-iteration-count: var(--fa-animation-iteration-count,infinite); -webkit-animation-timing-function: var(--fa-animation-timing,linear); animation-timing-function: var(--fa-animation-timing,linear); } */
.locator-map.map-loading::after { opacity: 1; z-index: 1; }
.locator-map--mobile { margin: 0 0 20px; }
.locator-map .mapboxgl-popup-content { background: var(--dark); text-align: center; color: #fff; font-size: 15px; padding: 15px; border-radius: 10px; font-weight: bold; letter-spacing: .05em; display: flex; align-items: center; }
.locator-map .mapboxgl-popup-content .nhw-list__image { border-radius: 0; }
.locator-map .mapboxgl-popup-content .nhw-btn { outline-offset: 0; }
.locator-map .mapboxgl-popup-anchor-bottom .mapboxgl-popup-tip, .locator-map .mapboxgl-popup-anchor-bottom-left .mapboxgl-popup-tip, .locator-map .mapboxgl-popup-anchor-bottom-right .mapboxgl-popup-tip { border-top-color: var(--dark); }
.locator-map .mapboxgl-popup-anchor-right .mapboxgl-popup-tip { border-left-color: var(--dark); }
.locator-map .mapboxgl-popup-anchor-left .mapboxgl-popup-tip { border-right-color: var(--dark); }
.locator-map .mapboxgl-popup-anchor-top .mapboxgl-popup-tip, .locator-map .mapboxgl-popup-anchor-top-left .mapboxgl-popup-tip, .locator-map .mapboxgl-popup-anchor-top-right .mapboxgl-popup-tip { border-bottom-color: var(--dark); }
.locator-map .mapboxgl-popup-close-button { color: #fff; }
@media (min-width: 992px) {
	.d-lg-none { display: none; }
  .locator-map { height: 100vh; height: calc(100vh - var(--header-height) - 181px); }
}
@media (max-width: 991px) {
  .locator-map--mobile { height: 50vh; }
}

#geocoder { flex: 1 1 auto; text-align: left; z-index: 1; }
.mapboxgl-ctrl-geocoder { min-width: unset; background: none!important; color: #fff!important; }
.mapboxgl-ctrl-geocoder--input { width: 100%!important; border: none!important; outline: none!important; }
.mapboxgl-ctrl-geocoder ::-webkit-input-placeholder { color: #fff!important;  }
.mapboxgl-ctrl-geocoder--icon-search { display: none!important; }
.mapboxgl-ctrl-geocoder { box-shadow: none!important; width: 100%!important; }
.mapboxgl-ctrl-geocoder .mapboxgl-ctrl-geocoder--pin-right button { top: 50%; transform: translateY(-50%); background: none!important; color: #fff; }
.mapboxgl-ctrl-geocoder .mapboxgl-ctrl-geocoder--pin-right button:hover { background: none!important; }
.mapboxgl-ctrl-geocoder--icon-close { color: inherit; height: 23px!important; }


#geocoder {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
  -webkit-animation-duration: 1.10s;
  animation-duration: 1.10s;
  animation-delay: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}


/* .nesthub-property-locator.hide-map .nhw-list__location-btn { display: none; } */
.nesthub-property-locator.hide-map .locator-map { position: absolute; width: 50%; z-index: -1; opacity: 0; }
.nesthub-property-locator.hide-map .locator-map--mobile { width: 100%; }
.nesthub-property-locator.hide-map .property-locator-content { flex: 1 1 100%; }
.nesthub-property-locator.hide-map .property-locator-list { display: grid; grid-template-columns: repeat(auto-fill, minmax(400px, 1fr)); grid-column-gap: 40px; justify-content: center; }
.nesthub-property-locator.hide-map .property-locator-list:has(.locator-market__list) { display: grid; grid-template-columns: 1fr; }
@media (min-width: 992px) {
  .nesthub-property-locator.hide-map .property-locator-list { grid-template-columns: repeat(auto-fill, minmax(400px, 1fr)); }
}
@media (max-width: 450px) {
  .nesthub-property-locator.hide-map .property-locator-list { grid-template-columns: repeat(auto-fill, minmax(300px, 1fr)); }
}
