<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.multiple-select {
    position: relative;
}

.multiple-select .select-box {
    position: relative;
}

.multiple-select .select-box select {
    padding-right: 20px;
    /* override any other styles that have added margin below, because that would push the multi-select window down instead */
    margin-bottom: 0 !important;
}

.multiple-select .over-select {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}

.multiple-select .selectable-options {
    border: 1px #444 solid;
    position: absolute;
    background: white;
    z-index: 1;
    /* mimic the width of the dropdown parent select (which is 100% minus some margin) */
    width: calc(100% - 15px);
    box-sizing: border-box;
    /* add shadow like a dropdown would have */
    -moz-box-shadow: 2px 2px 6px 0 rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 2px 2px 6px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 2px 2px 6px 0 rgba(0, 0, 0, 0.2);
}

.multiple-select .selectable-options label {
    display: flex;
    margin-top: 5px;
    align-items: flex-start;
    color: black;
    padding: 3px 8px;
    margin: 0;
    /* prevents checkbox labels from showing text selection hover when clicking quickly */
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    word-break: break-word;
    white-space: normal;
}

.multiple-select .selectable-options input {
    margin-right: 5px;
    margin-top: 1px;
}

.multiple-select .selectable-options label:hover {
    background-color: #3969cf;
    color: #ffffff;
}

.multiple-select .selected-options {
    text-overflow: ellipsis;
}

.zipcode-container .zipcode-submit {
  background-color: #F48B51;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 20px;
  border: 2px solid #F48B51;
  border-radius: 0 5px 5px 0 !important;
  position: absolute;
  float: right;
  width: 40px;
  height: 20px;
  padding: 20px 0;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAZ5JREFUSA21lT1Ow0AQhRfqVED46SyRA6QBUYQqB+BG8T0iUabmBlgCav7/e+hASKHGfM/sSgTv2BZxnvSym5k389bx2HEugjzPh3AMH+HUU3vFhpGSZiGKezCDdcgQ9Jp19SoK9uE7FHTqEezDjqf2KVROeIODRiYIdfLQ/Jh9YhUqB6URZFJ/JYgyKKhwyWoe4tJ4LUuehXh0RaAbKujSk6goEpTW17BU3HiSmgxhFOlTGaImVSEYm0KSGj+hb4qMhGqKSnoYEucQhKnomCIjQa0mTJgaErdsJRrGw0CEtVQmgxcfrR+3Urnb9qHXcuonIoMTnzywRBXxUHNqavj95h3TL3rsmAZKIMig8J8HbVLZ3BvoVaHHXpBJYhUp5zUsBfYs7Uwc6QAGE41uCqtedqQLPPG5NdPM+oKwyetav/kEyvwcCnpYm5nIHPHfP5xPYs/wEO6GA7JfgRdQeICbIdfaStNVeAkFmWy01jw0oulvk/tFmazR+AoKd3A9HKC1laYyuYbCLVyISZfGN3IAZ+ZbcJ7LonGX+iP48Q3iXnvZSyQ6LAAAAABJRU5ErkJggg==);
}
.zipcode-container .zipcode-input {
  border: none;
  background-color: white;
  color: #3d3c37;
  box-shadow: none;
  box-sizing: border-box;
  width: calc(100% - 40px);
  padding: 10px;
  font-style: italic;
  font-size: 14px;
  line-height: 20px;
  font-family: 'museo-sans';
  -webkit-appearance: none;
  appearance: none;
}
@media (min-width: 800px) {
  .zipcode-container .search-fields {
    width: 80%;
  }
}
@media (min-width: 1150px) {
  .zipcode-container .search-fields {
    width: 85%;
  }
}
.zipcode-container .search-fields label {
  font-family: 'museo-sans';
  font-size: 13px;
  white-space: nowrap;
  margin-right: 5px;
  margin-bottom: 5px;
  display: inline-block;
  font-weight: 500;
  color: black;
  width: calc(100% - 15px);
}
.zipcode-container .price {
  padding-bottom: 8px;
}
.zipcode-container .price-wrapper {
  position: relative;
}
.zipcode-container .price-block {
  margin-top: 73px;
  position: absolute;
  padding: 13px;
  border: 2px solid lightgrey;
  z-index: 108;
  background-color: #fff;
  width: 100%;
  box-sizing: border-box;
}
.zipcode-container .price-select {
  border: 2px solid lightgrey;
  overflow-y: scroll;
  font-weight: normal;
}
.zipcode-container .price-label {
  font-weight: 700 !important;
}
.zipcode-container .min-max-price {
  width: 49%;
}
.zipcode-container .right-float {
  float: right;
}
.zipcode-container .left-float {
  float: left;
}
.zipcode-container .search-box-wrapper {
  background: white;
  position: relative;
  min-height: 70px;
  box-sizing: border-box;
}
.zipcode-container .border-box {
  border: 2px solid lightgrey !important;
  border-radius: 5px !important;
}
.zipcode-container .zipcode-border-box {
  border: 2px solid lightgrey !important;
  border-right: 0 !important;
}
.zipcode-container .border-outer-box {
  margin-top: 10px;
  border: 2px solid lightgrey !important;
  border-radius: 5px !important;
}
.zipcode-container .update-result {
  margin-left: 12px;
}
.zipcode-container .open-filter-options {
  box-shadow: 1px 1px 8px 1px #98968d;
}
.zipcode-container .more-options &gt; div.child {
  background: white;
  border-bottom: 1px solid lightgrey;
}
.zipcode-container .more-options &gt; div.top-actions .reset-filters a {
  font-size: 13px;
  color: #F48B51;
  font-family: 'museo-sans';
  font-size: 0.8em;
  font-weight: bold;
}
.zipcode-container .more-options &gt; div.child.top-actions {
  padding: 20px 0px 20px 0px;
}
.zipcode-container .more-options .top-parameters {
  background: white;
  border-bottom: 1px solid lightgrey;
  padding: 20px 0;
}
.zipcode-container .top-amenities .section-label {
  float: left;
  margin-top: -37px;
  display: block;
  color: #F48B51;
  font-size: 0.8em;
  font-weight: bold;
  padding-top: 18px;
}
.zipcode-container .toggle-amenities {
  float: right;
  font-family: 'museo-sans';
  text-transform: uppercase;
  position: absolute;
  top: 6px;
  right: 16px;
  height: 45px;
  line-height: 40px;
  padding: 0px;
  background: #fff;
}
.zipcode-container .toggle-amenities a {
  font-family: 'museo-sans' !important;
  text-transform: uppercase !important;
  background-color: #fff;
  color: #f3894f;
  border: 2px solid #f3894f;
  border-radius: 5px !important;
}
.zipcode-container .toggle-amenities a:hover {
  background-color: #f3894f !important;
  color: #fff;
}
.zipcode-container .toggle-amenities a.closed:after {
  content: none;
}
.zipcode-container .toggle-amenities a.open:after {
  content: none;
}
.zipcode-container .amenities-text {
  color: #3d3c37 !important;
}
.zipcode-container .more-filters-button {
  position: absolute;
  margin-top: 30px;
  right: 0;
  min-height: 50px;
  border-radius: 5px;
  line-height: 50px;
  height: 0px;
  text-align: center;
  padding: 0px;
  top: 0;
  bottom: 0;
  background: #f2894f !important;
  font-family: 'museo-sans';
  text-transform: uppercase;
  min-width: 145px;
}
.zipcode-container .more-filters-button a {
  color: #fff !important;
  font-weight: bold;
  font-size: 13px;
  font-family: 'museo-sans';
  text-transform: uppercase;
}
.zipcode-container .more-filters-button a.open:after {
  content: none;
}
.zipcode-container .more-filters-button a.closed:after {
  content: none;
}
.zipcode-container .more-filters-button top-parameters {
  background: white;
  border-bottom: 1px solid lightgrey;
  padding: 20px 0;
}
@media (max-width: 799px) {
  .zipcode-container .more-filters-button {
    position: relative;
    width: 100%;
  }
}
.zipcode-container .more-filters-button:hover {
  background-color: #ff7c33 !important;
  color: #fff;
}
.zipcode-container .save-Search {
  text-align: right;
  color: #F48B51;
  font-size: 15px;
}
.zipcode-container .save-SearchText {
  padding-right: 20px;
  line-height: 60px;
  color: #F48B51 !important;
  font-size: 1em;
  font-weight: bold;
  font-family: 'museo-sans';
}
.zipcode-container .save-search a {
  font-size: 13px;
  padding-top: 19px;
  color: #F48B51;
  font-family: 'museo-sans';
}
.zipcode-container button.orange {
  background: #F48B51;
  border-radius: 5px;
}
.zipcode-container .no-padding {
  padding: 0px;
}
.zipcode-container .plan-text {
  color: black;
}
.zipcode-container .search-fields select {
  height: 40px;
}
@media (min-width: 600px) {
  .zipcode-container .input-field {
    padding-right: 15px;
  }
}

</pre></body></html>