.location-finder{display:grid;grid-template-columns:4fr 5fr;grid-template-rows:auto 1fr;height:calc(100vh - var(--header-height));min-height:800px;background:var(--color-off-white);position:relative;z-index:1}.location-search-form{grid-column:1 / -1;display:grid;grid-template-columns:4fr 5fr}.location-finder fieldset{border:none}.location-finder fieldset legend{float:left}.location-finder fieldset legend,.location-finder fieldset label,.location-results-list .result-count{font-size:1.25rem;font-style:normal;font-weight:300;line-height:2rem}.location-search{display:flex;align-items:center;gap:0.75rem;padding:1.125rem 2rem;min-width:18.75rem}.location-search input,.location-filters select{border-radius:0.25rem;border:1px solid var(--color-gray);padding:0.625rem 1rem}.location-search input{width:100%}.location-filters{padding:1.125rem 3.125rem;display:flex;justify-content:flex-end;align-items:center;gap:0.75rem}.location-filters select{background:var(--color-white);padding-right:2rem;font-size:1rem;font-style:normal;font-weight:500;line-height:normal;appearance:none;-webkit-appearance:none;-moz-appearance:none;background-image:url("/static/images/icon-select-arrow.svg");background-repeat:no-repeat;background-position:right 0.75rem center;min-width:120px;flex-shrink:1}.location-filters button#clear-filters-button{padding:0;width:fit-content;white-space:nowrap;font-weight:500;color:#296199;background-color:transparent}.location-results-list{padding:1.125rem 2rem;overflow:auto;display:block;background:var(--color-white)}.location-results-list .result-count{margin-bottom:0.5625rem;font-size:1.25rem;font-style:normal;font-weight:300;line-height:2rem}.location-results-list ul{margin:0;list-style:none;flex-direction:column;gap:1.5rem;display:flex}.location-results-list ul li{margin-bottom:0}.location-result{border-radius:0.25rem;border:1px solid var(--color-gray);display:grid;grid-template-columns:1fr 2fr;transition:border-color 0.3s ease,box-shadow 0.3s ease}li.location-result.highlighted{border-color:var(--color-blue)}.location-result img{height:100%;width:100%;object-fit:cover;border-top-right-radius:0;border-bottom-right-radius:0}.location-result .location-result-info{padding:0.75rem 0.25rem 1.125rem 0.75rem}.location-result a{font-size:1.5rem;font-style:normal;font-weight:500;line-height:1.875rem;margin-bottom:0.375rem;color:var(--color-blue);gap:0.7rem}.location-result a.with-arrow::after{width:0.85rem;height:0.85rem}.location-result p.location-result-area{font-size:0.5rem;font-style:normal;font-weight:400;line-height:normal;margin-bottom:1.125rem}.location-result ul{display:grid;grid-template-columns:repeat(3,1fr);font-size:1rem;font-style:normal;font-weight:300;line-height:normal;list-style:none;margin:0;gap:0.875rem 1rem}.location-result ul li{margin:0}@media (max-width:1150px){.location-search-form{grid-template-columns:1fr;grid-template-rows:auto auto}.location-finder{grid-template-rows:auto 1fr}.location-filters{padding:1.125rem 2rem 1.125rem 2rem;justify-content:flex-start}.location-result ul{grid-template-columns:repeat(2,auto)}.location-results-list{padding:1rem;overflow-y:visible}.location-result{display:flex;flex-direction:column;max-width:100%;grid-template-columns:none}.location-result img{border-radius:0.25rem 0.25rem 0 0;height:12.5rem}.location-result .location-result-info{padding:0.75rem}.location-result .location-result-preview-content>h1,.location-result .location-result-preview-content>h2,.location-result .location-result-preview-content>h3,.location-result .location-result-preview-content>h4,.location-result .location-result-preview-content>h5,.location-result .location-result-preview-content>h6{font-size:1.5rem;line-height:normal;margin:0}.location-result .location-result-preview-content>p{margin:0}}@media (max-width:768px){.location-finder{grid-template-columns:1fr;min-height:unset;overflow:hidden}.location-search-form{position:sticky;top:0;display:flex;flex-direction:column;overflow-x:hidden}.location-search{padding:0.75rem 1rem 0.5625rem 1rem}.location-filters{padding:0 1rem 0.75rem 1rem;overflow-x:auto;-ms-overflow-style:none;scrollbar-width:none;width:100%;min-width:0}.location-filters select{flex-shrink:0;min-width:7.5rem;white-space:nowrap}.location-filters button#clear-filters-button{margin-right:4rem}.location-finder fieldset legend,.location-finder fieldset label,.location-results-list .result-count{font-size:1rem;line-height:1.5rem}.location-results-list{padding:1rem;overflow-y:visible;padding-bottom:5.5rem}.interactive-map{height:calc(100vh - var(--header-height) - 7.5625rem);position:relative;z-index:1}.toggle-view-button{position:absolute;bottom:0;left:50%;transform:translate(-50%,-50%);min-width:8.125rem;width:fit-content;z-index:6;transition:all 0.3s ease}}