/* SRP - CSS Grid Layout - Desktop */
@media (min-width: 1024px) {
.srp-body .be-wrapper { grid-template-columns: minmax(0, 55%) minmax(0, 45%); grid-template-areas: "header header" "main map" ; }
}
.srp-body .i-header-navigation-close .icon,
.srp-body .i-header-navigation-close svg.icon { width: 11px; height: 11px; }
/* SRP - Header - Filters */
.srp-header-filters { flex-grow: 1; position: relative;  color: var(--Text, var(--textPrimary)); font-size: 0.9rem; font-style: normal; font-weight: 500; line-height: var(--Paragraph-Small---Leading, 1.125rem); border-radius: 20px; border: 0.4992px solid hsl(var(--siteColor1)); background: var(--White, #FFF); box-shadow: 0 0.25rem 0.25rem 0 rgba(0, 0, 0, 0.05); height: 3.625rem; margin-bottom: -3rem !important; }
.srp-header-filters-toggle { background-color: hsl(var(--white)); border-radius: var(--borderRadiusPill); display: inline-flex; justify-content: center; align-items: center; }
.srp-header-filters-toggle-btn { padding: 0.65rem; color: hsla(var(--black), 0.7); background-color: transparent; }
.srp-header-filters-toggle-btn:hover { box-shadow: none; }
.srp-header-filters-toggle-btn .icon { color: hsl(var(--siteColor2)); margin: 0 0.6rem; width: 1.15rem; height: 1.15rem; }
.srp-header-filters-toggle-text { margin-right: 0.5rem; text-transform: initial; letter-spacing: 0.025rem; }
.srp-header-filters-toggle-btn .caret { margin: 0 0.25rem 0 0; color: hsl(var(--siteColor3)); }
.srp-header-filters-clear { margin: 0 0.25rem 0 -0.25rem; padding: 0.5rem; background-color: hsl(var(--siteColor1)); border: none; }
.srp-header-filters-clear .icon { color: hsl(var(--white)); margin: 0; width: 1rem; height: 1rem; }
.be-header-bar-sub .srp-header-filters .srp-dates-toggle { display: none; }
.srp-header-filters-count { font-size: 0.8125rem; margin: -0.5rem 0.5rem -0.5rem 0.35rem; background-color: hsl(var(--siteColor2)); color: hsl(var(--white)); }
.srp-header-filters-count:not(:empty) + .icon { display: none; }
.srp-body .be-header-bar-sub .i-header-actions-item.i-header-recently-viewed .i-header-actions-toggle img.icon { padding: 0; }
@media (min-width: 1025px) {
.srp-header-filters-clear { margin: -1rem -0.25rem -1rem 0; }
.srp-header-filters-count { margin: -0.5rem 0.6rem -0.5rem 0; }
.be-header-bar-sub .srp-header-filters .srp-dates-toggle { display: flex; }
.srp-header-filters { display: flex; justify-content: center; flex-grow: 0; }
.srp-header-filters-toggle-btn { margin: -0.5rem -0.5rem -0.5rem -0.85rem; }
.srp-header-filters-toggle-btn .icon { margin-left: 0; }
.srp-header-filters-toggle-btn .caret { width: 1.25rem; height: 1.25rem; display: block; color: hsl(var(--siteColor3)); margin: 0 0.25rem; }
.srp-header-filters-toggle-text { margin-right: 0.125rem; }
.be-header-bar-sub .srp-header-filters .srp-header-filters-toggle { padding: 0.85rem; border-radius: inherit; }
.be-header-bar-sub .srp-header-filters .srp-dates-toggle, .be-header-bar-sub .srp-header-filters .srp-header-filters-toggle { z-index: 2; }
.srp-header-filters-pipe { display: none; padding: 0 0.5rem; position: relative; background-color: hsl(var(--white)); z-index: 1; }
.srp-header-filters-pipe:before { content: ""; display: block; position: absolute; top: 0.5rem; bottom: 0.5rem; left: 50%; width: 0.0625rem; background-color: hsla(var(--siteColor1), 25%); transform: translateX(-50%); }
}
/* This Size is to deal with the SRP Header Sub Bar Spacing */
@media (min-width: 1140px) {
.srp-header-filters { margin: 0 0.5rem; }
}
@media (max-width: 350px) {
.srp-header-filters-toggle .caret { display: none; }
.be-header-bar-sub button[class*="toggle"] { padding: 0.5rem; }
}
/* SRP - Header - Sort By */
.srp-header-sort-by-toggle { display: flex; }
.srp-header-sort-by-toggle .icon { color: hsl(var(--siteColor1)); }
.srp-header-sort-by-select-wrap { position: relative; }
.srp-header-sort-by-select-chosen { display: none; }
.srp-header-sort-by-select-dropdown.open .srp-header-sort-by-select-chosen { display: none; }
.srp-header-sort-by-select-dropdown { --arrowSize: 0.625rem; padding-top: var(--arrowSize); background-color: transparent; max-height: none; overflow: visible; position: absolute; top: 100%; min-width: 15rem; width: auto; left: 50%; transform: translate(-50%, var(--arrowSize)); visibility: hidden; opacity: 0; transition: all ease-in-out 0.2s; }
.srp-header-sort-by-select-dropdown:before { content: ""; display: block; position: absolute; border-left: var(--arrowSize) solid transparent; border-right: var(--arrowSize) solid transparent; border-top: 0; left: 50%; z-index: 2; top: 0; border-bottom: var(--arrowSize) solid hsl(var(--white)); transform: translateX(-50%); }
.srp-header-sort-by-select-dropdown.open { visibility: visible; opacity: 1; transform: translate(-50%, 0.0625rem); }
.srp-header-sort-by-select-dropdown-list { background-color: hsl(var(--white)); flex-direction: column; max-height: none; overflow: visible; padding: 0.5rem; transition: none; border-radius: var(--borderRadius); box-shadow: var(--dropShadow); width: auto; margin: 0; }
.srp-header-sort-by-select-dropdown-option { line-height: 1; list-style: none; background-color: transparent; display: flex; align-items: center; border-radius: var(--borderRadiusPill); justify-content: space-between; }
.srp-header-sort-by-select-dropdown-option-text { display: none; margin: 0 2rem 0 0.25rem; }
.srp-header-sort-by-select-dropdown-option-btns { width: 100%; display: flex; flex-direction: column; }
.srp-header-sort-by-select-dropdown-option-btn { text-transform: capitalize; font-size: 0.9rem; justify-content: flex-start; width: 100%; margin-bottom: 0.25rem; padding: 0.375rem 0.5rem; line-height: 1; border: 1px solid hsla(var(--siteColor1), 25%); border-radius: var(--borderRadiusCircle); position: relative; background-color: hsl(var(--white)); text-align: left; }
.srp-header-sort-by-select-dropdown-option-btn .icon { width: 0.875rem; height: 0.875rem; margin-right: 0.5rem; position: relative; color: hsl(var(--siteColor1)); }
.srp-header-sort-by-select-dropdown-option-btn.active { background-color: hsla(var(--siteColor1), 10%); }
.be-header .be-header-bar-sub .srp-header-sort-by-toggle.active { background-color: hsl(var(--white)); height: 3.6875rem; }
.be-header .be-header-bar-sub .srp-header-sort-by-toggle.active .icon { color: hsl(var(--siteColor1)); }
@media (min-width: 1025px) {
.be-header-bar-sub .i-header-actions .srp-header-sort-by-toggle { display: none; }
.srp-header-sort-by-select-wrap { display: flex; position: relative; }
.srp-header-sort-by-select-chosen, .srp-header-sort-by-select-chosen.active { cursor: pointer; display: flex; width: auto; background-color: hsl(var(--white)); padding: 1.25rem; border-radius: 15px; line-height: 1; align-items: center; justify-content: space-between; transition: all ease-in-out 0.4s; border: 1px solid; height: 3.6875rem; }
.srp-header-sort-by-select-chosen:focus { outline: none; box-shadow: var(--focusShadow); }
.srp-header-sort-by-select-chosen.active .srp-header-sort-by-select-chosen-icon .icon, .srp-header-sort-by-select-chosen-icon .icon { color: hsl(var(--siteColor1)); margin-right: 0.5rem; position: relative; top: auto; left: auto; transform: none; }
.srp-header-sort-by-select-chosen.active .srp-header-sort-by-select-chosen-caret .icon, .srp-header-sort-by-select-chosen-caret .icon { color: hsla(var(--siteColor1), 50%); margin-left: 0.5rem; position: relative; top: auto; left: auto; transform: none; }
.srp-header-sort-by-select-chosen-subtext { display: flex; margin-right: 0.25rem; color: hsla(var(--bodyFontColor), 75%); white-space: nowrap; }
.srp-header-sort-by-select-chosen-text { max-width: 14rem; display: flex; color: hsl(var(--siteColor2)); }

.srp-body .be-header-bar-sub .i-header-actions { display: flex; align-items: center; gap: 0; }
.srp-body .be-header-bar-sub .i-header-actions-item { margin-left: 0; }
.srp-body .be-header-bar-sub .i-header-actions-item.be-header-map, .srp-body .be-header-bar-sub .i-header-actions-item.i-header-recently-viewed, .srp-body .be-header-bar-sub .i-header-actions-item.i-header-favorites { display: flex; align-items: stretch; }
.srp-body .be-header-bar-sub .i-header-actions-item.be-header-map .i-header-actions-toggle, .srp-body .be-header-bar-sub .i-header-actions-item.i-header-recently-viewed .i-header-actions-toggle, .srp-body .be-header-bar-sub .i-header-actions-item.i-header-favorites .i-header-actions-toggle { width: 3.25rem; height: 3.625rem; padding: 0; background: #fff; border-top: 1px solid rgba(96, 96, 96, 0.5) !important; border-bottom: 1px solid rgba(96, 96, 96, 0.5) !important; color: rgba(45, 45, 45, 0.9); box-shadow: none; }
.srp-body .be-header-bar-sub .i-header-actions-item.be-header-map .i-header-actions-toggle { border-left: 1px solid rgba(96, 96, 96, 0.5) !important; border-right: 0 !important; border-radius: 20px 0 0 20px; }
.srp-body .be-header-bar-sub .i-header-actions-item.i-header-recently-viewed .i-header-actions-toggle { border-left: 0 !important; border-right: 0 !important; border-radius: 0; }
.srp-body .be-header-bar-sub .i-header-actions-item.i-header-favorites .i-header-actions-toggle { border-left: 0 !important; border-right: 1px solid rgba(96, 96, 96, 0.5) !important; border-radius: 0 20px 20px 0; }
.srp-body .be-header-bar-sub .i-header-actions-item .badge { display: none !important; }
.srp-body .be-header-bar-sub .i-header-actions-item.be-header-map .i-header-actions-toggle::before { content: ""; width: 2rem; height: 2rem; border-radius: 50%; background: #edf0ef; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); }
.srp-body .be-header-bar-sub .i-header-actions-item.i-header-favorites .i-header-actions-toggle::before { content: ""; width: 2rem; height: 2rem; border-radius: 50%; background: #edf0ef; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); }
.srp-body .be-header-bar-sub .i-header-actions-item.be-header-map .i-header-actions-toggle img, .srp-body .be-header-bar-sub .i-header-actions-item.i-header-favorites .i-header-actions-toggle img, .srp-body .be-header-bar-sub .i-header-actions-item.i-header-recently-viewed .i-header-actions-toggle .icon { position: static; transform: none; width: 2rem; height: 2rem; padding: 0.375rem; border-radius: 999px; background: #edf0ef; object-fit: contain; }
.srp-body .be-header-bar-sub .i-header-actions-item.be-header-map .i-header-actions-toggle img { width: 1.3125rem; height: 1.3125rem; padding: 0; border-radius: 0; background: transparent; position: relative; z-index: 1; }
.srp-body .be-header-bar-sub .i-header-actions-item.i-header-favorites .i-header-actions-toggle img { width: 1.3125rem; height: 1.3125rem; padding: 0; border-radius: 0; background: transparent; position: relative; z-index: 1; }
.srp-body .be-header-bar-sub .i-header-actions-item.i-header-recently-viewed .i-header-actions-toggle .icon { color: #111; padding: 0; }
.srp-body .be-header-bar-sub .i-header-actions-item.be-header-map .i-header-actions-toggle:hover, .srp-body .be-header-bar-sub .i-header-actions-item.i-header-recently-viewed .i-header-actions-toggle:hover, .srp-body .be-header-bar-sub .i-header-actions-item.i-header-favorites .i-header-actions-toggle:hover, .srp-body .be-header-bar-sub .i-header-actions-item.be-header-map .i-header-actions-toggle:focus, .srp-body .be-header-bar-sub .i-header-actions-item.i-header-recently-viewed .i-header-actions-toggle:focus, .srp-body .be-header-bar-sub .i-header-actions-item.i-header-favorites .i-header-actions-toggle:focus { box-shadow: none; }
.srp-body .be-header-bar-sub .srp-header-sort-by { margin-left: 1.25rem !important; margin-right: 0 !important; }
.srp-body .be-header-bar-sub .srp-header-sort-by-select-chosen, .srp-body .be-header-bar-sub .srp-header-sort-by-select-chosen.active { width: 12.9375rem; min-width: 0; height: 3.625rem; padding: 1.25rem; border: 1px solid rgba(96, 96, 96, 0.5) !important; border-radius: 20px; background: #fff; box-shadow: none; }
.srp-body .be-header-bar-sub .srp-header-sort-by-select-chosen-subtext, .srp-body .be-header-bar-sub .srp-header-sort-by-select-chosen-text { font-family: var(--siteFont2), Helvetica Neue, Helvetica, Arial, sans-serif; font-size: 0.9rem; font-weight: var(--wMedium); color: var(--textPrimary); }
.srp-body .be-header-bar-sub .srp-header-sort-by-select-chosen-subtext { margin-right: 0.2rem; }
.srp-body .be-header-bar-sub .srp-header-sort-by-select-chosen-caret { margin-left: auto; display: flex; align-items: center; }
.srp-body .be-header-bar-sub .srp-header-sort-by-select-chosen-caret .icon { width: 0.625rem; height: 0.625rem; margin-left: 0.625rem; color: var(--textPrimary); }
}
/* SRP - Main */
.srp-main { padding: 3rem 2rem 2rem; position: relative; }
@media (min-width: 1024px) {
.srp-body .be-main { width: auto; max-width: 100%; transition: width ease-in-out 0.2s; }
.srp-results .be-property-widget, .srp-results-similar .be-property-widget { align-items: stretch; }
.srp-results .be-property-widget-img-area, .srp-results-similar .be-property-widget-img-area { width: 50%; flex: 0 0 50%; }
.srp-results .be-property-widget-info, .srp-results-similar .be-property-widget-info { width: 50%; flex: 0 0 50%; min-width: 0; }
}
/* SRP - Map Collapse */
.srp-map-collapse-btn { display: none; }
@media (min-width: 1024px) {
.srp-map-collapse-btn { display: none; padding: 0.5rem; position: absolute; top: 0; right: 0; z-index: 1; background-color: transparent; transition: none; }
.srp-map-collapse-btn:hover, .srp-map-collapse-btn:active, .srp-map-collapse-btn:focus { box-shadow: none; }
.srp-map-collapse-btn .icon { color: hsla(var(--siteColor1), 50%); margin: 0; transition: transform ease-in-out 0.2s; }
.srp-map-collapse-btn .icon:hover { color: hsl(var(--siteColor1)); }
.srp-map-collapse-btn.map-collapse .icon { transform: rotate(180deg); }
.srp-map.map-collapse .srp-map-container { transform: translateX(var(--srpMapContainerWidth)); }
html.map-collapse .srp-body .be-main { width: 100%; }
/* html.map-collapse .srp-body .be-wrapper { grid-template-columns: 1fr auto 1fr; grid-template-areas: "header header header" ". main ." }
html.map-collapse .srp-body .be-main { width: 100%; width: calc(var(--srpContainerWithMap) + var(--srpMapContainerWidth)); }
html.map-collapse .srp-body .srp-map { width: auto; }
*/
}
/* SRP - Map */
html.srp-map-open .srp-body { overflow: hidden; overscroll-behavior: contain; }
.srp-map { z-index: 2; position: fixed; top: var(--headerHeight); left: -100vw; right: auto; bottom: 0; width: 100%; height: calc(100% - var(--headerHeight)); visibility: hidden; overflow: hidden; }
.srp-map.open { left: 0; right: 0; visibility: visible; overflow: visible; }
.srp-map-container { width: 100%; height: 100%; }
.srp-map-container #srpMap { height: 100%; width: 100%; }
.srp-map-container .srp-map-price-wrap { opacity: 1 !important; }
.srp-map-container .srp-map-price-btn { font-weight: var(--wBold); background-color: hsl(var(--white)); color: hsl(var(--bodyFontColor)); box-shadow: 0.125rem 0.125rem 0.125rem hsla(var(--black), 0.1); position: absolute; top: 0; left: 50%; transform: translateX(-50%); padding: 0.35rem 0.6rem; }
.srp-map-container .srp-map-price-btn:hover, .srp-map-container .srp-map-price-wrap.active .srp-map-price-btn { background-color: hsl(var(--siteColor1)); color: hsl(var(--white)); }
.srp-map-container button, .srp-map-container .gmnoprint > div { border-radius: var(--borderRadiusPill) !important; transition: none !important; }
.srp-map-container .gmnoprint button:hover, .srp-map-container .gmnoprint button:active, .srp-map-container .gmnoprint button:focus { box-shadow: none; }
.srp-map-container .gm-style iframe[aria-hidden=true] + div { opacity: 0 !important; }
.srp-map-container .gm-style-mtc { margin-right: 0.5rem; }
.srp-map-container .gm-style-mtc ul { padding: 0.5rem; display: block !important; opacity: 0 !important; visibility: hidden !important; transition: all ease-in-out 0.4s !important; }
.srp-map-container .gm-style-mtc:hover ul { opacity: 1 !important; visibility: visible !important; top: 100% !important; border-radius: var(--borderRadius) !important; overflow: hidden !important; padding: 0.5rem !important; }
.srp-map-container .gm-style-mtc ul li { line-height: 1 !important; padding: 0.5rem 1rem 0.5rem 0.75rem !important; border-radius: var(--borderRadius) !important; margin: 0.25rem 0 !important; }
.srp-map-container .gm-style-mtc ul li:first-child { margin-top: 0 !important; }
.srp-map-container .gm-style-mtc ul li:last-child { margin-bottom: 0 !important; }
.srp-map-container .gm-style-mtc ul li:hover, .srp-map-container .gm-style-mtc ul li:active, .srp-map-container .gm-style-mtc ul li:focus { outline: none; box-shadow: var(--focusShadow); }
.srp-map-container .gm-style-mtc ul li span { position: relative; top: -0.25rem !important; margin-right: 0.25rem !important; }
.srp-map-container .gm-style-mtc ul li label { margin: 0 !important; }
.srp-map-container .gm-style .gm-style-iw-c { margin: 0 !important; padding: 0 !important; box-shadow: var(--dropShadow) !important; background: transparent !important; border-radius: 0 !important; max-width: var(--bePropertyWidgetWidth) !important; min-width: 15rem !important; font-size: 1rem !important; }
.srp-map-container .gm-style .gm-style-iw-c .gm-style-iw-chr { position: absolute; top: 0; right: 0; z-index: 9; }
.srp-map-container .gm-style .gm-style-iw-c .gm-style-iw-chr button { display: flex !important; justify-content: center; align-items: center; width: 2.5rem !important; height: 2.5rem !important; top: 0.5rem; right: 3.4375rem; background: hsla(var(--white), 0.75) !important; }
.srp-map-container .gm-style .gm-style-iw-c .gm-style-iw-chr button > span { margin: 0 !important }
.srp-map-container .gm-style .gm-style-iw-c .gm-style-iw-ch { display: none; }
.srp-map-container .gm-style .gm-style-iw-d { margin: 0 !important; padding: 1.5rem 1rem !important; background: hsl(var(--white)); overflow: auto !important; }
.srp-map-container .gm-style .gm-style-iw-d:has(.be-property-widget) { padding: 0 !important; background: transparent; }
.srp-map-container .gm-style .gm-style-iw-d > div { width: calc(100% - 3rem); }
.srp-map-container .gm-style .gm-style-iw-d:has(.be-property-widget) > div { width: 100%; }
.srp-map-container .gm-style .gm-style-iw-d .view-link { position: relative; z-index: 9; }
.srp-map-container .gm-style .gm-style-iw-d .be-property-widget { background-color: hsl(var(--white)); }
.srp-map-container .gm-style .gm-style-iw-d .be-property-widget-info-heading-link { font-weight: var(--wRegular); }
.srp-map-container .gm-style .gm-style-iw-d .be-property-widget-img-area-favorite { right: 3.5rem; top: 1.05rem; }
.srp-map-container .gm-style .gm-style-iw-d .be-property-widget-info-heading-link.btn { font-weight: var(--wBold); font-size: 1.15rem; }
.srp-map-container .gm-style .gm-style-iw-d + button { z-index: 9; background-color: hsl(var(--white)) !important; top: 1rem !important; right: 1rem !important; }
.srp-map-container .gm-style .gm-style-iw-c:has(.be-property-widget[data-unitcode]) { max-width: 17.5625rem !important; min-width: 0 !important; }
.srp-map-container .gm-style .gm-style-iw-c:has(.be-property-widget[data-unitcode]) .gm-style-iw-chr button { display: none !important; }
.srp-map-container .gm-style .gm-style-iw-d:has(.be-property-widget[data-unitcode]) { overflow: hidden !important; }
.srp-map-container .gm-style .gm-style-iw-d .be-property-widget[data-unitcode] .be-property-widget-img-area-favorite { top: 0.875rem; right: 0.8125rem; }
.srp-map-container .gm-style .gm-style-iw-d:has(.be-property-widget[data-unitcode]) + button { display: none !important; }
.srp-map-container .gm-style .gm-style-iw-t::after { top: -0.0625rem; }
@media (min-width: 1024px) {
:root { --srpMapContainerWidth: 45%; }
}
@media (min-width: 1024px) {
.srp-map { grid-area: map; width: var(--srpMapContainerWidth); background-color: var(--white); z-index: 1; opacity: 1; visibility: visible; position: relative; top: auto; bottom: auto; right: auto; left: auto; transition: none; }
.srp-map.open .srp-map-container { width: 100%; height: calc(100vh - var(--headerHeight)); position: fixed; top: var(--headerHeight); bottom: 0; right: 0; transform: translateX(0); }
.srp-body.srp-map-open { overflow-y: hidden; }
.srp-map-container { width: var(--srpMapContainerWidth); transition: transform ease-in-out 0.2s, width ease-in-out 0.2s; position: fixed; right: 0; bottom: 0; margin-top: 4rem; }
}
/* Map - Custom Checkbox - Search when I move map */
#customCheckboxControl { position: relative; padding: 0.3125rem 0.5rem; margin: 0.625rem; font-family: var(--bodyFont); font-size: 0.9375rem; background-color: hsl(var(--white)); border-radius: var(--borderRadiusPill); box-shadow: 0 0.125rem 0.375rem rgba(0,0,0,.3); line-height: 1.5; }
#customCheckboxControl .form-check-label:before { padding: 0.5rem; border-radius: 0; }
/* SRP - Content */
.srp-content h1 { color: var(--charcoal); font-size: 2.125rem; font-style: normal; font-weight: 400; line-height: 2.5rem; letter-spacing: -0.0421rem; }
.srp-content p:last-child { margin-bottom: 0; }
.srp-content .content-builder-wrap.be-read-more-wrap { --defaultHeight: 14.5rem; }
@media (min-width: 1025px) {
.srp-content { padding: 0; }
}
/* SRP - Properties Available */
.srp-properties-available { display: flex; align-items: center; line-height: 1; padding: 0 0 1.5rem 0.5rem; }
.srp-properties-available .icon { color: hsl(var(--siteColor1)); margin-right: 0.5rem; }
.srp-properties-available-text { font-size: 1.1875rem; }
.be-header-bar-sub .srp-properties-available { display: none; }
@media (min-width: 1025px) {
.be-header-bar-sub .srp-properties-available { display: none; flex-basis: 100%; padding: 0.75rem 0.5rem 0.75rem 0; }
.srp-main .srp-properties-available { display: block; }
.srp-properties-available-text { height: 1.25rem; overflow: hidden; position: relative; top: 0.0625rem; }
}
@media (min-width: 1140px) {
.be-header-bar-sub .srp-properties-available { flex-basis: auto; }
}
/* SRP - Active Filters */
.srp-active-filters { display: flex; flex-wrap: wrap; margin-bottom: 1rem; }
.srp-active-filters-badge { cursor: pointer; display: flex; align-items: center; line-height: 1; padding: 0.35rem; margin: 0 0.4rem 0.4rem 0; background-color: hsla(var(--siteColor1), 10%); border-radius: var(--borderRadiusPill); }
.srp-active-filters-badge-count { padding: 0.35rem 0.575rem; background-color: hsla(var(--siteColor1), 75%); border-radius: var(--borderRadiusCircle); position: relative; line-height: 1; }
.srp-active-filters-badge-count span { color: hsl(var(--white)); font-weight: var(--wBold); }
.srp-active-filters-badge-text { padding: 0.2rem 0.5rem; color: hsl(var(--siteColor1)); text-transform: capitalize; }
.srp-active-filters-badge-remove { margin-right: 0.35rem; transform: translateY(-0.1rem); }
.srp-active-filters-badge-remove .icon { width: 0.75rem; height: 0.75rem; color: hsla(var(--siteColor1), 50%); }
.srp-active-filters .srp-active-filters-badge-exact { top: 0; background-color: hsla(var(--siteColor1), 75%); color: hsl(var(--white)); transform: translateY(0.0625rem); margin-right: 0.5rem; }
/* SRP - Results */
.srp-results, .srp-results-similar { margin-bottom: 2rem; display: grid; grid-template-columns: repeat(auto-fill, minmax(var(--bePropertyWidgetWidth), 1fr)); /* Magic - 333px min-width */ gap: 2rem; }
@media (max-width: 1023px) {
.srp-main { padding: 1rem; }
.srp-results, .srp-results-similar { grid-template-columns: minmax(0, 1fr); gap: 1.25rem; }
.srp-results .be-property-widget, .srp-results-similar .be-property-widget { width: 100%; flex-direction: column; padding-bottom: 1.25rem !important; }
.srp-results .be-property-widget-img-area, .srp-results-similar .be-property-widget-img-area { width: 100%; }
.srp-results .be-property-widget-img-area-slider, .srp-results-similar .be-property-widget-img-area-slider { padding-bottom: 66%; }
.srp-results .be-property-widget-info, .srp-results-similar .be-property-widget-info { width: 100%; padding: 1rem 0 0; }
.srp-results .be-property-widget-info-heading, .srp-results-similar .be-property-widget-info-heading { margin: 0.25rem 0 0.5rem; font-size: clamp(1.5rem, 6vw, 2rem); line-height: 1.1; }
.srp-results .be-property-widget-info-heading .be-property-widget-img-company-logo, .srp-results-similar .be-property-widget-info-heading .be-property-widget-img-company-logo { width: 2.75rem; padding-left: 0.5rem; }
.srp-results .be-property-widget-info-heading .be-property-widget-img-company-logo > img, .srp-results-similar .be-property-widget-info-heading .be-property-widget-img-company-logo > img { width: 2.75rem; }
.srp-results .be-property-widget-info-subheading, .srp-results-similar .be-property-widget-info-subheading { flex-wrap: wrap; font-size: 0.9rem; }
.srp-results .be-property-widget-info-labels, .srp-results-similar .be-property-widget-info-labels { gap: 0.35rem 0.6rem; padding: 0.35rem 0 0.6rem; }
.srp-results .be-property-widget-info-label, .srp-results-similar .be-property-widget-info-label { padding: 0; font-size: 0.9rem; }
.srp-results .be-property-widget-info-pricing, .srp-results-similar .be-property-widget-info-pricing { margin-top: 0.75rem; text-align: left; font-size: 0.95rem; }
.srp-results .be-property-widget-info-pricing-price, .srp-results-similar .be-property-widget-info-pricing-price { display: inline-block; font-size: 1rem; }
.srp-results .srp-amenity-button, .srp-results-similar .srp-amenity-button { align-items: center; margin-top: 0.35rem; font-size: 0.875rem; }
.srp-results .be-property-widget-img-area-favorite, .srp-results-similar .be-property-widget-img-area-favorite { top: 0.75rem; right: 0.75rem; width: 2.25rem; height: 2.25rem; }
.srp-results .be-property-widget-img-area-banner, .srp-results-similar .be-property-widget-img-area-banner { font-size: 0.8rem; }
.srp-results .be-property-widget-img-area-banner-text, .srp-results-similar .be-property-widget-img-area-banner-text { padding: 0 0.75rem 0 0.5rem; }
}
#similarPropertiesLabel { margin-top: 6.25rem; }
/* SRP - Flex Days Tabs */
@media (max-width: 1024px) {
/* Mobile only to change bootstrap behavoirs */
.srp-flex-days-tabs { border-bottom: none; margin: 0 -0.25rem; }
.srp-flex-days-tabs .nav-item { width: 50%; padding: 0.25rem; }
.srp-flex-days-tabs .nav-link { text-align: center; color: hsl(var(--siteColor1)); background-color: hsl(var(--white)); border: 1px hsla(var(--siteColor1), 25%) solid; border-radius: var(--borderRadiusPill); transition: all ease-in-out 0.4s; }
.srp-flex-days-tabs .nav-link:hover { color: hsl(var(--siteColor1)); }
.srp-flex-days-tabs .nav-link.active { color: hsl(var(--white)); background-color: hsl(var(--siteColor1)); }
.srp-flex-days-tabs .nav-link.active:hover { color: hsl(var(--white)); }
}
/* SRP - Dates */
.srp-dates-wrap { padding: 1.25rem 0; height: 4rem; }
.srp-dates-wrap .caret { display: none; }
.srp-dates-group { position: relative; display: flex; flex-direction: column; text-align: left; }
.srp-dates-group-label { margin: 0; padding: 0; transition: all ease-in-out 0.125s; }
.srp-dates-group-date { opacity: 0; visibility: hidden; transition: all ease-in-out 0.4s; position: absolute; }
.srp-dates-group.dates-entered .srp-dates-group-label { opacity: 0.75; font-size: 0.75rem; transform: translateY(-15%); }
.srp-dates-group.dates-entered .srp-dates-group-date { opacity: 1; visibility: visible; position: relative; }
.be-header .be-header-bar-sub .srp-dates-toggle { cursor: pointer; background-color: hsl(var(--white)); border-radius: inherit; padding: 0 0.85rem;}
.be-header .be-header-bar-sub .srp-dates-toggle:hover { box-shadow: none; }
.be-header .be-header-bar-sub .srp-dates-toggle:focus { outline: none; box-shadow: var(--focusShadow); }
.srp-dates-wrap { display: flex; justify-content: space-evenly; align-items: center; gap: 2.5rem; }
.srp-dates-arrival, .srp-dates-departure { white-space: nowrap; letter-spacing: 0.025rem; margin: 0 1rem; display: flex; align-items: center; line-height: 1; color: hsl(var(--bodyFontColor)); }
.srp-dates-arrival .icon, .srp-dates-departure .icon { width: 1.25rem; height: 1.25rem; color: hsl(var(--siteColor1)); margin-right: 0.5rem; }
.srp-dates-datepicker { padding: 1rem; background-color: hsla(var(--siteColor1), 10%); display: flex; justify-content: center; align-items: center; }
.srp-filters-modal-datepicker .srp-dates-wrap { justify-content: center; }
.srp-dates-modal { display: none; }
@media (min-width: 1025px) {
.srp-dates-modal { display: flex; }
.srp-dates-wrap { padding: 0; height: auto; }
.srp-dates-wrap .caret { display: block; color: hsl(var(--siteColor1)); }
.srp-dates-modal .i-modal-footer-bar .alert .close { top: 0.35rem; }
}
/* SRP - Dates Modal */
.srp-dates-modal { align-items: center; }
.srp-dates-modal .i-modal-body { width: min(44.6918rem, calc(100vw - 2rem)); min-width: 0; max-width: 44.6918rem; min-height: 0; margin-top: 0; background: var(--creamBG); border: 1px solid #A7A7A7; box-shadow: 0 0 1rem rgba(0, 0, 0, 0.10); overflow: hidden; }
.srp-dates-modal .i-modal-header-bar { display: none; }
.srp-dates-modal .i-modal-main { padding: 0; background: var(--creamBG); overflow: hidden; }
.srp-dates-modal-datepicker { display: flex; flex-direction: column; padding: 1rem 1rem 0; background: var(--creamBG); }
.srp-dates-modal-datepicker .be-datepicker-widget { display: block; width: 100%; max-width: none; margin: 0; overflow: visible; border-radius: 0; box-shadow: none; padding: 0; }
.srp-dates-modal-datepicker .be-datepicker-widget .ui-datepicker.ui-widget-content { width: 100% !important; min-width: 0; margin: 0; padding: 0 !important; border: 0; border-radius: 0; box-shadow: none; background: var(--creamBG); font-family: var(--siteFont2), sans-serif; display: block !important; }
.srp-dates-modal-datepicker .be-datepicker-widget .ui-datepicker-multi { width: 100% !important; }
.srp-dates-modal-datepicker .be-datepicker-widget .ui-datepicker.ui-widget-content.ui-datepicker-multi-2 .ui-datepicker-group,
.srp-dates-modal-datepicker .be-datepicker-widget .ui-datepicker-group { width: 50% !important; padding: 1.7877rem 1.7877rem 0; background: var(--creamBG); float: left; }
.srp-dates-modal-datepicker .be-datepicker-widget .ui-datepicker-header { padding: 0 0 0.4469rem; min-height: 1.5094rem; }
.srp-dates-modal-datepicker .be-datepicker-widget .ui-datepicker-title { color: hsl(var(--siteColor2)); font-family: var(--siteFont2), sans-serif; font-size: 0.8938rem; font-weight: 700; line-height: 1.0279rem; }
.srp-dates-modal-datepicker .be-datepicker-widget .ui-datepicker-title span { font-family: var(--siteFont2), sans-serif; font-weight: 700; }
.srp-dates-modal-datepicker .be-datepicker-widget .ui-datepicker-prev,
.srp-dates-modal-datepicker .be-datepicker-widget .ui-datepicker-next { top: 1.5625rem; width: 1.5rem; height: 1.5rem; margin: 0; opacity: 1; background-color: transparent; background-position: center; background-repeat: no-repeat; background-size: 0.2698rem 0.5228rem; border: 0; border-radius: 0; transform: none; }
.srp-dates-modal-datepicker .be-datepicker-widget .ui-datepicker-prev { left: 1rem; background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='5' height='9' viewBox='0 0 5 9' fill='none'%3E%3Cpath d='M4 1L1 4.5L4 8' stroke='%23233D3D' stroke-width='1.25' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E"); }
.srp-dates-modal-datepicker .be-datepicker-widget .ui-datepicker-next { right: 1rem; background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='5' height='9' viewBox='0 0 5 9' fill='none'%3E%3Cpath d='M1 1L4 4.5L1 8' stroke='%23233D3D' stroke-width='1.25' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E"); }
.srp-dates-modal-datepicker .be-datepicker-widget .ui-datepicker-prev:hover,
.srp-dates-modal-datepicker .be-datepicker-widget .ui-datepicker-next:hover { background-color: transparent; }
.srp-dates-modal-datepicker .be-datepicker-widget .ui-datepicker-calendar { width: 18.7706rem; margin: 0; table-layout: fixed; border-collapse: collapse; }
.srp-dates-modal-datepicker .be-datepicker-widget .ui-datepicker-calendar th,
.srp-dates-modal-datepicker .be-datepicker-widget .ui-datepicker-calendar td { width: 2.6815rem; height: 2.6815rem; padding: 0; border: 0; background: transparent; }
.srp-dates-modal-datepicker .be-datepicker-widget .ui-datepicker-calendar th { color: var(--textPrimary); background: transparent; }
.srp-dates-modal-datepicker .be-datepicker-widget .ui-datepicker-calendar th:after { display: none; }
.srp-dates-modal-datepicker .be-datepicker-widget .ui-datepicker-calendar th span,
.srp-dates-modal-datepicker .be-datepicker-widget .ui-datepicker-calendar td a,
.srp-dates-modal-datepicker .be-datepicker-widget .ui-datepicker-calendar td span.ui-state-default { display: flex; align-items: center; justify-content: center; width: 2.6815rem; height: 2.6815rem; padding: 0; font-family: var(--siteFont2), sans-serif; font-size: 0.8938rem; font-weight: 400; line-height: 1.0279rem; color: var(--textPrimary); text-align: center; border: 0; border-radius: 0; background: transparent; position: static; transform: none; }
.srp-dates-modal-datepicker .be-datepicker-widget .ui-datepicker-calendar td.ui-state-disabled span.ui-state-default { color: rgba(45, 45, 45, 0.3); cursor: default; }
.srp-dates-modal-datepicker .be-datepicker-widget .ui-datepicker-calendar td.dp-highlight,
.srp-dates-modal-datepicker .be-datepicker-widget .ui-datepicker-calendar td.dp-start-date,
.srp-dates-modal-datepicker .be-datepicker-widget .ui-datepicker-calendar td.dp-end-date { background: hsl(var(--siteColor3)); }
.srp-dates-modal-datepicker .be-datepicker-widget .ui-datepicker-calendar td.dp-start-date a,
.srp-dates-modal-datepicker .be-datepicker-widget .ui-datepicker-calendar td.dp-end-date a,
.srp-dates-modal-datepicker .be-datepicker-widget .ui-datepicker-calendar td a:hover { background: hsl(var(--siteColor2)) !important; color: var(--creamBG) !important; font-weight: 400; border-radius: 0; }
.srp-dates-modal-datepicker .be-datepicker-widget .ui-datepicker-calendar td.dp-highlight a { color: var(--textPrimary); font-weight: 400; }
.srp-dates-modal-datepicker .be-datepicker-widget .ui-datepicker-calendar td.dp-start-date,
.srp-dates-modal-datepicker .be-datepicker-widget .ui-datepicker-calendar td.dp-end-date,
.srp-dates-modal-datepicker .be-datepicker-widget .ui-datepicker-calendar td.dp-highlight:first-child,
.srp-dates-modal-datepicker .be-datepicker-widget .ui-datepicker-calendar td.dp-highlight:last-child,
.srp-dates-modal-datepicker .be-datepicker-widget .ui-datepicker-calendar td + .dp-highlight.hover,
.srp-dates-modal-datepicker .be-datepicker-widget .ui-datepicker-calendar td.dp-highlight + .dp-highlight.hover { border-radius: 0; }
.srp-dates-modal .i-modal-footer-bar { display: flex; align-items: flex-start; justify-content: space-between; min-height: 4.0377rem; padding: 0.5625rem 0.7877rem 1.7877rem; background: var(--creamBG); border-top: 0; }
.srp-dates-modal-footer-clear { display: inline-flex; align-items: center; justify-content: center; width: auto; min-width: 6.1875rem; min-height: 0; margin: 0; padding: 0.5rem 2rem; background: var(--creamBG); border: 1px solid hsl(var(--siteColor2)) !important; border-radius: 3000px; box-shadow: none; opacity: 1; color: var(--textPrimary); font-family: var(--siteFont2), sans-serif; font-size: 0.875rem; font-weight: 700; line-height: 1.25rem; text-decoration: underline; text-decoration-skip-ink: none; text-transform: none; transition: all ease-in-out 0.4s; }
.srp-dates-modal-footer-clear:hover,
.srp-dates-modal-footer-clear:focus { border-color: hsl(var(--siteColor2)); color: var(--textPrimary); box-shadow: none; }
.srp-dates-modal .i-modal-header-heading { opacity: 0; }
@media (min-width: 1025px) {
.srp-dates-modal .i-modal-header-heading { display: none; }
.srp-dates-modal-options-item { display: flex; align-items: center; }
}
@media (max-width: 767.98px) {
.srp-dates-modal { align-items: flex-start; }
.srp-dates-modal .i-modal-body { width: calc(100vw - 1.5rem); max-width: calc(100vw - 1.5rem); margin-top: 0.75rem; }
.srp-dates-modal-datepicker .be-datepicker-widget .ui-datepicker.ui-widget-content { display: flex !important; flex-direction: column; }
.srp-dates-modal-datepicker .be-datepicker-widget .ui-datepicker.ui-widget-content.ui-datepicker-multi-2 .ui-datepicker-group,
.srp-dates-modal-datepicker .be-datepicker-widget .ui-datepicker-group { width: 100% !important; padding: 1.5rem 1.5rem 0; float: none; }
.srp-dates-modal-datepicker .be-datepicker-widget .ui-datepicker-calendar { width: 100%; }
.srp-dates-modal-datepicker .be-datepicker-widget .ui-datepicker-calendar th,
.srp-dates-modal-datepicker .be-datepicker-widget .ui-datepicker-calendar td,
.srp-dates-modal-datepicker .be-datepicker-widget .ui-datepicker-calendar th span,
.srp-dates-modal-datepicker .be-datepicker-widget .ui-datepicker-calendar td a,
.srp-dates-modal-datepicker .be-datepicker-widget .ui-datepicker-calendar td span.ui-state-default { width: calc((100vw - 4.5rem) / 7); max-width: 2.6815rem; min-width: 2.25rem; }
.srp-dates-modal .i-modal-footer-bar { flex-direction: column; align-items: flex-start; gap: 1rem; padding: 1.25rem 0.5rem 1.5rem; }
}
/* SRP - Filters Modal */
.srp-filters-modal {
  --srpFiltersModalBg: var(--creamBG);
  --srpFiltersModalText: var(--textPrimary);
  --srpFiltersModalBorder: rgba(1, 1, 1, 0.1);
  --srpFiltersModalAccent: hsl(var(--siteColor2));
}
.srp-filters-modal .i-modal-body { background-color: var(--srpFiltersModalBg); border-radius: 40px; box-shadow: none; overflow: hidden; }
.srp-filters-modal .i-modal-header-bar { min-height: 103px; border-bottom: 1px solid var(--srpFiltersModalBorder); background-color: var(--srpFiltersModalBg); }
.srp-filters-modal .i-modal-header-heading { padding: 0; font-family: var(--siteFont2), Helvetica Neue, Helvetica, Arial, sans-serif; font-size: 20px; font-weight: var(--wMedium); line-height: 24px; color: var(--srpFiltersModalText); }
.srp-filters-modal .i-modal-header-bar .i-modal-close { top: 24px; right: 24px; box-shadow: none; }
.srp-filters-modal .i-modal-header-bar .i-modal-close .icon { width: 11px; height: 11px; }
.srp-filters-modal .i-modal-main { padding: 0; background-color: var(--srpFiltersModalBg); }
.srp-filters-modal .be-counter { min-height: 144px; padding: 52px 80px 44px; background-color: var(--srpFiltersModalBg); }
.srp-filters-modal .be-counter:after { left: 56px; right: 58px; border-bottom: 1px solid var(--srpFiltersModalBorder); }
.srp-filters-modal .be-counter-text,
.srp-filters-modal-options-heading-sub span { margin: 0; font-family: var(--siteFont2), Helvetica Neue, Helvetica, Arial, sans-serif; font-size: 20px; font-weight: var(--wMedium); line-height: 24px; color: var(--srpFiltersModalText); }
.srp-filters-modal .be-counter-group { margin-bottom: 0; }
.srp-filters-modal .be-counter-group:last-child { gap: 20px; }
.srp-filters-modal .be-counter-exact-toggle-checkbox + .be-counter-exact-toggle-checkbox-label { width: 83px; height: 53px; padding: 6px; background: rgba(35, 61, 61, 0.2); border-radius: 40px; }
.srp-filters-modal .be-counter-exact-toggle-checkbox + .be-counter-exact-toggle-checkbox-label:after { width: 41px; height: 41px; background: #fff; }
.srp-filters-modal .be-counter-exact-toggle-checkbox:checked + .be-counter-exact-toggle-checkbox-label { background: rgba(35, 61, 61, 0.2); }
.srp-filters-modal .be-counter-exact-toggle-checkbox:checked + .be-counter-exact-toggle-checkbox-label:after { left: 30px; background: var(--srpFiltersModalAccent); }
.srp-filters-modal .be-counter-exact-text,
.srp-filters-modal .be-counter-count,
.srp-filters-modal .be-counter-and-up,
.srp-filters-modal .be-counter-any { font-family: var(--siteFont2), Helvetica Neue, Helvetica, Arial, sans-serif; font-size: 16px; font-weight: var(--wBold); line-height: 22px; color: #010101; }
.srp-filters-modal .be-counter-exact-text { margin: 0 -4px 0 -8px; }
.srp-filters-modal .be-counter-count-group { width: 36px; margin: 0 -10px; }
.srp-filters-modal .be-counter-minus,
.srp-filters-modal .be-counter-plus { width: 55px; height: 55px; padding: 0; background-color: rgba(35, 61, 61, 0.2); }
.srp-filters-modal .be-counter-minus .icon,
.srp-filters-modal .be-counter-plus .icon { width: 20px; height: 20px; color: #fff; }
.i-modal-header-actions { display: flex; flex-direction: column; justify-content: center; align-items: center; padding: 0.5rem 0; }
.i-modal-header-actions .i-header-actions-item { width: 100%; }
.i-modal-header-actions .i-header-actions-save { display: inline-flex; align-items: center; width: 50%; min-width: 15rem; }
.i-modal-header-actions .i-header-actions-save .icon { margin-right: 0.5rem; }
.i-modal-header-actions .i-header-actions-text { display: block; }
.i-modal-header-actions hr { width: 100%; margin-top: 0.75rem; margin-bottom: 1rem; }
.srp-filters-modal-options-wrap { position: relative; }
.srp-filters-modal form { display: flex; flex-direction: column; }
.srp-filters-modal-filter-property-type { order: 10; }
.srp-filters-modal-filter-location { order: 20; }
.srp-filters-modal-filter-amenities { order: 30; }
.srp-filters-modal-filter-srp-location { order: 35; }
.srp-filters-modal-filter-neighbourhood { order: 40; }
.srp-filters-modal-filter-complexes { order: 50; }
.srp-filters-modal-filter-views { order: 60; }
.srp-filters-modal-filter-specials { order: 70; }
.srp-filters-modal-filter-specific-property { order: 80; }
.srp-filters-modal-primary-filter { padding: 1rem 1.5rem 2rem; }
.srp-filters-modal-primary-filter:after { content: ""; display: block; border-bottom: 0.0625rem hsla(var(--black), 10%) solid; margin: 1.5rem 0 -1.5rem; }
.srp-filters-modal-options { display: block; flex-wrap: wrap; margin: 0; }
.srp-filters-modal-options-checkboxes { --seeAllDefaultHeight: none; max-height: none; height: auto; overflow: visible; transition: all ease-in-out 0.4s; }
.srp-filters-modal-options-header { padding: 1rem 1.5rem; background-color: hsl(var(--siteColor3)); display: flex; align-items: center; }
.srp-filters-modal-options-header .icon { margin-right: 0.75rem; width: 1rem; height: 1rem; color: hsl(var(--siteColor2)); }
.srp-filters-modal-options-header-text { color: hsl(var(--white)); }
.srp-filters-modal-options-header-text span { font-weight: var(--wThin); }
.srp-filters-modal-options-header-collapse { background-color: transparent; padding: 0.5rem; margin: 0; }
.srp-filters-modal-options-header-collapse .icon { color: hsl(var(--white)); margin: 0; transform: rotate(180deg); }
.srp-filters-modal-options-main { padding: 1.5rem; }
.srp-filters-modal-options-heading-sub { display: flex; justify-content: space-between; align-items: center; margin-bottom: 34px; }
.srp-filters-modal-options-heading-sub span { font-size: 20px; }
.srp-filters-modal-options-heading-title { display: flex; flex-direction: column; gap: 0.25rem; }
.srp-filters-modal-options-heading-kicker { display: block; font-size: 14px; font-weight: var(--wBold); line-height: 18px; }
.srp-filters-modal-options-section-split { display: flex; flex-wrap: wrap; justify-content: space-between; align-items: flex-start; position: relative; }
.srp-filters-modal-options-section-split > .srp-filters-modal-options-section { width: 100%; }
.srp-filters-modal-options-section-split > .srp-filters-modal-options-section:last-child:after { display: block; }
.srp-filters-modal-options-section { padding: 50px 74px 30px; position: relative; }
.srp-filters-modal-options-section:after { content: ""; display: block; border-bottom: 1px solid var(--srpFiltersModalBorder); margin: 30px -18px -30px; }
.srp-filters-modal-options-section:last-child:after { display: none; }
.srp-filters-modal-options-item { padding: 0; }
.srp-filters-modal-options-item .d-block { margin: 1rem 0 0.5rem; }
.srp-filters-modal-options-select-all { width: fit-content; padding: 0.5rem 1.25rem 0.5rem 0.75rem; margin-top: 10px; background-color: transparent; font-size: 1rem; border-radius: var(--borderRadiusPill); user-select: none; }
.srp-filters-modal-options-select-all .form-check-label:before { padding: 0.5rem; }
.srp-filters-modal-options-see-all { margin: 1rem 0; display: flex; align-items: center; }
.srp-filters-modal-footer-clear { background-color: hsl(var(--white)); opacity: 1; transition: all ease-in-out 0.4s; }
.srp-filters-modal-datepicker-body { padding: 0; display: flex; justify-content: center; background-color: hsla(var(--siteColor1), 10%); }
.srp-filters-modal .i-modal-footer-bar { padding: 30px 82px 30px 56px; background-color: var(--srpFiltersModalBg); border-top: 1px solid var(--srpFiltersModalBorder); }
.srp-filters-modal .i-modal-footer-bar button { min-height: 62px; padding: 17px 24px; font-family: var(--siteFont2), Helvetica Neue, Helvetica, Arial, sans-serif; font-size: 20px; font-weight: var(--wMedium); line-height: 24px; text-transform: none; }
.srp-filters-modal .srp-filters-modal-footer-apply { min-width: 222px; border-radius: 20px; }
.srp-filters-modal .srp-filters-modal-footer-clear { border-radius: 20px; color: var(--srpFiltersModalText); }
button.btn.srp-filters-modal-footer-clear { border: none; text-transform: capitalize; background: transparent; }
.srp-filters-modal-datepicker .be-checkbox { padding: 1rem 1.5rem; justify-content: center; display: flex; border-bottom: 0.0625rem hsla(var(--black), 10%) solid; }
@media (min-width: 480px) {
.srp-filters-modal-datepicker-body { padding: 1.5rem }
}
@media (min-width: 768px) {
.srp-filters-modal-options-item { padding-left: 0; padding-right: 0; }
}
@media (min-width: 1025px) {
.srp-filters-modal-datepicker { display: none; }
.srp-filters-modal .i-modal-body { width: 850px; max-width: calc(100vw - 32px); min-width: 0; }
.srp-filters-modal .i-modal-main { padding-top: 0; }
.srp-filters-modal-footer-clear { border: 0.0625rem solid hsla(var(--siteColor1), 25%); }
.srp-filters-modal-primary-filter { display: none; }
.srp-filters-modal-options-checkboxes { --seeAllDefaultHeight: none; }
.srp-filters-modal-options-section-split > .srp-filters-modal-options-section { width: 50%; }
.srp-filters-modal-options-section-split:after { content: ""; display: block; border-bottom: 0.0625rem hsla(var(--black), 10%) solid; margin: 1.5rem 0 -1.5rem; }
.srp-filters-modal-options-section-split > .srp-filters-modal-options-section:last-child:after { display: none; }
.srp-filters-modal-options-section:after { display: block; }
.srp-filters-modal-options-section:last-child { padding-bottom: 0; }
}
.srp-filters-modal-options-checkboxes { display: flex; flex-wrap: wrap; gap: 15px 10px; }
.srp-filters-modal-filter-complexes .srp-filters-modal-options-checkboxes.collapsed { max-height: none !important; overflow: visible; }
.srp-filters-modal-filter-complexes .srp-filters-modal-options-checkboxes.collapsed .srp-filters-modal-options-item:nth-child(n+7) { display: none; }
.srp-filters-modal-options-see-all-btn { min-height: 47px; padding: 8px 32px; border-radius: 3000px; font-family: var(--siteFont2), Helvetica Neue, Helvetica, Arial, sans-serif; font-size: 14px; font-weight: var(--wBold); line-height: 20px; }
.srp-filters-modal-options-see-all-btn .icon { width: 16px; height: 16px; margin-left: 10px; color: currentColor; }
.srp-filters-modal-options-item .srp-filters-modal-options-item-checkbox { position: absolute; opacity: 0; width: 0; height: 0; }
.srp-filters-modal-options-item .form-check-label { min-height: 47px; display: inline-flex; align-items: center; justify-content: center; gap: 10px; padding: 8px 32px; border: 0.5px solid var(--srpFiltersModalAccent); border-radius: 3000px; font-family: var(--siteFont2), Helvetica Neue, Helvetica, Arial, sans-serif; font-size: 14px; font-weight: var(--wBold); line-height: 20px; background: var(--srpFiltersModalBg); color: var(--srpFiltersModalText); cursor: pointer; transition: all 0.2s ease; }
.srp-filters-modal-options-item .form-check-label img { width: 35px; height: 35px; object-fit: contain; margin: -2px 0; }
.srp-filters-modal-options-item .form-check-label:hover { border-color: var(--srpFiltersModalAccent); background: #f1ede6; }
.srp-filters-modal-options-item .srp-filters-modal-options-item-checkbox:checked + .form-check-label { background: var(--srpFiltersModalAccent); color: #fff; border-color: var(--srpFiltersModalAccent); }
.i-modal-main input[type="checkbox"]:not(.srp-filters-modal-options-select-all-checkbox) + .form-check-label::before { display: none !important; }
.be-checkbox .form-check-label:before, .be-radio .form-check-label:before { background-color: hsl(var(--siteColor3)); border: 1px black solid; border-radius: 0; }
body .bootstrap-select .dropdown-menu { max-height: 13rem; }
.srp-filters-modal-options-select button { background: hsl(var(--siteColor3)) !important; }
@media (max-width: 1024px) {
.srp-filters-modal .i-modal-body { width: 100%; max-width: 100%; height: 100dvh; min-height: 0; border-radius: 0; display: grid; grid-template-rows: auto minmax(0, 1fr) auto; }
.srp-filters-modal .i-modal-header-bar { min-height: 84px; padding: 1rem 4.5rem 1rem 1.5rem; position: relative; }
.srp-filters-modal .i-modal-header-bar .i-modal-close { position: absolute; top: 50%; right: 1.25rem; transform: translateY(-50%); margin: 0; }
.srp-filters-modal .i-modal-main { min-height: 0; overflow-x: hidden; overflow-y: auto; }
.srp-filters-modal form,
.srp-filters-modal fieldset { min-width: 0; }
.srp-filters-modal .be-counter { min-height: 0; padding: 2rem 2rem 1.75rem; gap: 1rem; align-items: flex-start; }
.srp-filters-modal .be-counter:after { left: 2rem; right: 2rem; }
.srp-filters-modal .be-counter-group { width: 100%; place-content: center; justify-content: center !important; text-align: center; }
.srp-filters-modal .be-counter-group:last-child { place-content: center; justify-content: center !important; flex-wrap: wrap; gap: 0.75rem; }
.srp-filters-modal .be-counter-exact-toggle-checkbox + .be-counter-exact-toggle-checkbox-label { width: 60px; height: 36px; padding: 4px; }
.srp-filters-modal .be-counter-exact-toggle-checkbox + .be-counter-exact-toggle-checkbox-label:after { width: 28px; height: 28px; }
.srp-filters-modal .be-counter-exact-toggle-checkbox:checked + .be-counter-exact-toggle-checkbox-label:after { left: 24px; }
.srp-filters-modal .be-counter-exact-text { margin: 0 0.25rem 0 -0.25rem; }
.srp-filters-modal .be-counter-count-group { width: 2rem; margin: 0; }
.srp-filters-modal .be-counter-minus,
.srp-filters-modal .be-counter-plus { width: 44px; height: 44px; flex: 0 0 44px; }
.srp-filters-modal-options-section { padding: 2rem; }
.srp-filters-modal-options-section:after { margin: 1.5rem 0 -1.5rem; }
.srp-filters-modal-options-heading-sub { justify-content: center; margin-bottom: 1.5rem; text-align: center; }
.srp-filters-modal-options-checkboxes { justify-content: center; gap: 0.75rem 0.5rem; }
.srp-filters-modal-options-item { min-width: 0; }
.srp-filters-modal-options-item .form-check-label { max-width: 100%; min-height: 44px; padding: 0.5rem 1.25rem; white-space: normal; text-align: center; }
.srp-filters-modal-options-select-all { margin: 1rem auto 0; }
.srp-filters-modal-datepicker-body { max-width: 100%; overflow-x: auto; }
.srp-filters-modal .i-modal-footer-bar { padding: 1.25rem 2rem; gap: 1rem; align-items: center; }
.srp-filters-modal .i-modal-footer-bar-option { flex: 1 1 0; min-width: 0; }
.srp-filters-modal .i-modal-footer-bar button { width: 100%; min-height: 54px; padding: 0.875rem 1rem; font-size: 1rem; line-height: 1.25rem; }
.srp-filters-modal .srp-filters-modal-footer-apply { min-width: 0; }
.i-modal-header-actions .i-header-actions-save { width: 100%; max-width: 18rem; min-width: 0; }
}
@media (max-width: 767px) {
.srp-filters-modal .i-modal-header-bar { min-height: 78px; }
.srp-filters-modal .be-counter { min-height: 0; padding: 28px 24px; gap: 20px; }
.srp-filters-modal .be-counter:after { left: 24px; right: 24px; }
.srp-filters-modal .be-counter-group { width: 100%; justify-content: space-between; }
.srp-filters-modal .be-counter-group:last-child { justify-content: flex-start; gap: 16px; }
.srp-filters-modal-options-section { padding: 32px 24px 24px; }
.srp-filters-modal-options-section:after { margin: 24px 0 -24px; }
.srp-filters-modal-options-heading-sub { margin-bottom: 24px; }
.srp-filters-modal-options-checkboxes { gap: 12px 8px; }
.srp-filters-modal-options-item .form-check-label { min-height: 44px; padding: 7px 20px; }
.srp-filters-modal .i-modal-footer-bar { padding: 20px 24px; gap: 16px; }
.srp-filters-modal .i-modal-footer-bar button { min-height: 54px; font-size: 16px; line-height: 22px; }
.srp-filters-modal .srp-filters-modal-footer-apply { min-width: 0; }
}

button.btn.dropdown-toggle.btn-light.bs-placeholder { text-transform: capitalize !important;  }
button.be-property-widget-img-area-favorite svg { overflow: visible; }

@media (max-width: 1024px) {
  .srp-header-filters { margin-bottom: 0 !important; }
  .srp-body .be-header-bar-sub .i-header-actions { margin-bottom: 0; }
  .srp-body .be-main { width: 100%; max-width: 100%; }
  .srp-body .be-header-bar-sub { flex-wrap: nowrap; padding: 0.5rem 0.75rem; gap: 0.5rem; }
  .srp-header-filters { display: flex; align-items: center; justify-content: center; height: 3rem; }
  .srp-header-filters-toggle { display: flex; align-items: center; height: 100%; }
  .srp-body .be-header-bar-sub .i-header-actions { gap: 0; }
  .srp-body .be-header-bar-sub .i-header-actions .i-header-actions-item { margin-left: 0; }
  .srp-body .be-header-bar-sub .i-header-actions-item.be-header-map .i-header-actions-toggle,
  .srp-body .be-header-bar-sub .i-header-actions-item.i-header-recently-viewed .i-header-actions-toggle,
  .srp-body .be-header-bar-sub .i-header-actions-item.i-header-favorites .i-header-actions-toggle { height: 3rem; }
  .srp-body .be-header-bar-sub .i-header-actions-item.i-header-favorites .i-header-actions-toggle { border-right: 0 !important; border-radius: 0 !important; }

  .srp-body .be-header-bar-sub .srp-header-sort-by { margin-left: 0; margin-right: 0 !important; }
  .srp-body .be-header-bar-sub .srp-header-sort-by .srp-header-sort-by-toggle { width: 3.25rem; height: 3rem; padding: 0; background: #fff; border-top: 1px solid rgba(96, 96, 96, 0.5) !important; border-bottom: 1px solid rgba(96, 96, 96, 0.5) !important; border-left: 0 !important; border-right: 1px solid rgba(96, 96, 96, 0.5) !important; border-radius: 0 20px 20px 0; color: rgba(45, 45, 45, 0.9); box-shadow: none; display: flex; align-items: center; justify-content: center; }
  .srp-body .be-header-bar-sub .srp-header-sort-by .srp-header-sort-by-toggle.active { height: 3rem; }
  .srp-body .be-header-bar-sub .srp-header-sort-by .srp-header-sort-by-toggle .icon { width: 2rem; height: 2rem; padding: 0.375rem; border-radius: 999px; background: #edf0ef; color: #111; position: static; transform: none; }
  .srp-body .be-header-bar-sub .srp-header-sort-by-select-dropdown { left: auto; right: 0; transform: translateY(var(--arrowSize)); }
  .srp-body .be-header-bar-sub .srp-header-sort-by-select-dropdown.open { transform: translateY(0.0625rem); }
  .srp-body .be-header-bar-sub .srp-header-sort-by-select-dropdown:before { left: auto; right: 1rem; transform: none; }
}

  #amenities .card { overflow: hidden; border: 0; border-radius: 0; background: #000; }
  #amenities .card-img { height: 260px; object-fit: cover; transition: transform 0.4s ease, opacity 0.4s ease; }
  #amenities .card-img-overlay { display: flex !important; align-items: center !important; justify-content: center !important; text-align: center; background: rgba(0, 0, 0, 0.35) !important; }
  #amenities .card-title { position: absolute; top: 50%; left: 0; right: 0; width: 100%; margin: 0 auto; text-align: center; font-size: 1.4rem; text-shadow: 0 2px 8px rgba(0, 0, 0, 0.8); transform: translateY(-50%); transition: opacity 0.3s ease, transform 0.3s ease; }
  #amenities a:hover .card-img { transform: scale(1.06); opacity: 0.75; }
  #amenities h3, #rental-style h3, #area-whistler h3 { font-family: var(--siteFont2), sans-serif; letter-spacing: 0; font-size: 22px; }

  #rental-style .card { overflow: hidden; border: 0; border-radius: 0; background: #000; }
  #rental-style .card-img { height: 280px; object-fit: cover; transition: transform 0.4s ease, opacity 0.4s ease; }
  #rental-style .card-img-overlay { display: flex !important; align-items: center !important; justify-content: center !important; text-align: center; background: rgba(0, 0, 0, 0.35) !important; }
  #rental-style .card-title { position: absolute; top: 50%; left: 0; right: 0; width: 100%; margin: 0 auto; text-align: center; font-size: 1.4rem; text-shadow: 0 2px 8px rgba(0, 0, 0, 0.8); transform: translateY(-50%); transition: opacity 0.3s ease, transform 0.3s ease; }
  #rental-style a:hover .card-img { transform: scale(1.06); opacity: 0.75; }

  #area-whistler .card { height: 420px !important; overflow: hidden; border: 0; border-radius: 0; background: #000; }
  #area-whistler .card-img { height: 100%; object-fit: cover; transition: transform 0.4s ease, opacity 0.4s ease; }
  #area-whistler .card-img-overlay { display: flex; align-items: center; justify-content: center; text-align: center; background: rgba(0, 0, 0, 0.35); transition: background 0.4s ease; }
  #area-whistler .card-img-overlay > div { position: relative; width: 100%; max-width: 90%; margin: 0 auto; text-align: center; }
  #area-whistler .card-title { position: absolute; top: 50%; left: 0; right: 0; width: 100%; margin: 0 auto; text-align: center; font-size: 1.4rem; text-shadow: 0 2px 8px rgba(0, 0, 0, 0.8); transform: translateY(-50%); transition: opacity 0.3s ease, transform 0.3s ease; }
  #area-whistler .card-text { width: 100%; margin-left: auto; margin-right: auto; text-align: center; opacity: 0; visibility: hidden; transform: translateY(15px); font-size: var(--bodyFontSize); font-family: var(--bodyFont); font-weight: var(--wRegular); transition: opacity 0.35s ease, visibility 0.35s ease, transform 0.35s ease; }
  #area-whistler .btn { display: inline-flex; align-items: center; justify-content: center; margin-left: auto; margin-right: auto; text-align: center; opacity: 0; visibility: hidden; transform: translateY(15px); transition: opacity 0.35s ease, visibility 0.35s ease, transform 0.35s ease; }
  #area-whistler .btn:hover { background: transparent; color: #fff !important; }
  #area-whistler a:hover .card-img { transform: scale(1.06); opacity: 0.75; }
  #area-whistler a:hover .card-img-overlay { background: rgba(0, 0, 0, 0.62); }
  #area-whistler a:hover .card-title { opacity: 0; transform: translateY(-70%); }
  #area-whistler a:hover .card-text { opacity: 1; visibility: visible; transform: translateY(0); }
  #area-whistler a:hover .btn { opacity: 1; visibility: visible; transform: translateY(0); color: #fff !important; }

  #amenities .row, #rental-style .row, #area-whistler .row { margin-left: -5px; margin-right: -5px; }
  #amenities [class*="col-"], #rental-style [class*="col-"], #area-whistler [class*="col-"]  { padding-left: 5px; padding-right: 5px; }

@media (max-width: 767px) {
   #area-whistler .card { height: 440px !important; }
   #area-whistler .card-title { display: none; }
   #area-whistler .card-text { opacity: 1; visibility: visible; transform: none; }
   #area-whistler .btn { opacity: 1; visibility: visible; transform: none; }
   #area-whistler .card-img-overlay { background: rgba(0, 0, 0, 0.62); }
}

#whistler-traveler-favorites .container-fluid { padding-left: 26px; padding-right: 26px; }
#whistler-traveler-favorites h2 { margin: 0 0 20px; font-family: var(--siteFont1); font-size: 50px; font-weight: 400; line-height: 1.1; }
#whistler-traveler-favorites h3 { margin: 0 0 10px; font-family: var(--siteFont1); font-size: 24px; font-weight: 400; line-height: 1.2;  }
#whistler-traveler-favorites a { color: #273746; text-decoration: none; }
#whistler-traveler-favorites a:hover { color: #000; text-decoration: underline; }
#whistler-traveler-favorites .resort-row { display: flex; flex-wrap: wrap; margin-left: -12px; margin-right: -12px; }
#whistler-traveler-favorites .resort-item { flex: 0 0 25%; max-width: 25%; padding-left: 12px; padding-right: 12px; margin-bottom: 10px; }
#whistler-traveler-favorites .resort-link { display: inline-block; font-size: 16px; font-weight: 500; line-height: 1.45; color: #273746; }
#whistler-traveler-favorites .favorites-block { margin-top: 34px; }
#whistler-traveler-favorites .inline-links { display: flex; flex-wrap: wrap; align-items: center; padding: 0; margin: 0; list-style: none; }
#whistler-traveler-favorites .inline-links li { display: inline-flex; align-items: center; margin: 0 0 8px; font-size: 16px; font-weight: 500; line-height: 1.5; color: #273746; }
#whistler-traveler-favorites .inline-links li:not(:last-child)::after { content: "|"; display: inline-block; margin: 0 9px;  }
#whistler-traveler-favorites .inline-links a { color: #273746; }

@media (max-width: 991px) {
   #whistler-traveler-favorites .resort-item { flex: 0 0 33.333333%; max-width: 33.333333%; }
   #whistler-traveler-favorites h2 { font-size: 42px; margin-bottom: 44px; }
}

@media (max-width: 767px) {
   #whistler-traveler-favorites .container-fluid { padding-left: 18px; padding-right: 18px; }
   #whistler-traveler-favorites .resort-item { flex: 0 0 50%; max-width: 50%; }
   #whistler-traveler-favorites h2 { font-size: 34px; margin-bottom: 34px; }
   #whistler-traveler-favorites h3 { font-size: 22px; }
}

@media (max-width: 480px) {
   #whistler-traveler-favorites .resort-item { flex: 0 0 100%; max-width: 100%; }
}