<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.multiselect {
  position: relative;
  display: block;
  width: 100%;
  margin: 0;
}
.multiselect .caption {
  position: relative;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  height: 46px;
  margin: 0;
  padding: 0;
  border: 0;
  cursor: pointer;
  outline: none;
  background: transparent;
}

.multiselect .caption:hover,
.multiselect .caption:focus {
}
.multiselect .caption::after {
  content: "";
  position: absolute;
  right: 10px;
  top: 21px;
  transform: translateY(-50%);
  width: 7px;
  height: 6px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='7' height='6' viewBox='0 0 7 6' fill='none'%3E%3Cpath d='M3.5 6L0.468912 0.749999L6.53109 0.75L3.5 6Z' fill='%237C878E'/%3E%3C/svg%3E");

  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  display: inline-block;
  pointer-events: none;
}

.multiselect .caption .text {
  color: #00263a;
  font-family: "FoundersGrotesk", sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  line-height: 46px;
  letter-spacing: 2.4px;
  text-transform: uppercase;
  display: block;
  overflow: hidden;
  transition: all 0.3s linear;
}

#ic-requestInfo .multiselect .caption .text {
  color: #7c878e;
  font-size: 17px;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0.34px;
  font-family: "FoundersGrotesk", sans-serif;
  overflow: hidden;
  transition: all 0.3s linear;
  text-transform: initial;
}
.multiselect .caption:hover .text,
.multiselect .caption:focus .text {
  color: #333;
}
.multiselect .caption:hover::after,
.multiselect .caption:focus::after {
  border-color: #000;
}

/* Dropdown */
.multiselect.singleline .options {
  display: none;
  position: absolute;
  top: 100%;
  z-index: 999999;
  width: 100%;
  min-width: 160px;
  padding: 5px 0;
  color: #00263a;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-align: left;
  list-style: none;
  background-color: #fff;
  border-radius: 0px 0px 3px 3px;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
}
#ic-QShome .multiselect.singleline .options {
  top: auto;
  bottom: 0;
}
.multiselect.singleline.propertyTypesList .options {
  min-width: 205px;
}
.multiselect.singleline .options ul {
  max-height: 340px;
  overflow-y: auto;
  overflow-x: hidden;
  margin: 0;
  padding: 0;
  list-style: none;
}
.multiselect .option {
  white-space: nowrap;
  display: block;
  clear: left;
  padding: 0;
  transition: all 0.3s ease-in;
}
.multiselect .option.first-option {
  display: none;
}
.multiselect .option.first-option.selected {
  background: #333;
}

.multiselect .option:hover,
.multiselect .option.hover,
.multiselect .option.selected:hover,
.multiselect .option.first-option.selected:hover {
  background: #7c878e;
}
.multiselect .option:hover .label::after,
.multiselect .option:hover .label,
.multiselect .option.hover .label,
.multiselect .option.selected:hover .label,
.multiselect .option.first-option.selected:hover .label {
  color: #fff;
}
.multiselect .option:before {
  display: none;
}
.option.ic-select-option .label {
  font-weight: 500;
}

/* Checkbox MultiSelectTpl */
.multiselect .clicker {
  border: 1px solid #c3c3c3;
  overflow: hidden;
  cursor: pointer;
  display: block;
  width: 15px;
  height: 15px;
  margin: -0 2px 0 7px;
  background: #fff;
  border-radius: 100px;
  position: absolute;
  top: -1px;
  bottom: 0;
  left: 6px;
  margin: auto 0;
}
.multiselect .clicker-mark {
  display: block;
  width: 16px;
  height: 16px;
  margin: -1px;
  border-radius: 0;
}
.multiselect .selected .clicker-mark {
  background: #000;
}
.multiselect .clicker + .label {
  padding: 10px 10px 10px 28px;
}
input:-webkit-autofill {
  box-shadow: 0 0 0px 1000px transparent inset !important;
  -webkit-box-shadow: 0 0 0px 1000px transparent inset !important;
  -webkit-text-fill-color: #7c878e;
  transition: background-color 5000s ease-in-out 0s;
}

/* Label List */
.multiselect .label {
  font-family: "FoundersGrotesk", sans-serif;
  text-transform: uppercase;
  cursor: pointer;
  display: block;
  padding: 10px 30px 10px 12px;
  letter-spacing: 2.4px;
  color: #00263a;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-align: left;
  white-space: nowrap;
  vertical-align: baseline;
}
.multiselect .first-option .label {
  font-weight: 500;
}
.multiselect .child .label {
}
.multiselect .child .label:before {
  content: "- ";
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  transition: none;
}
.multiselect .label i {
  color: #bbb;
  font-size: 0.9em;
}
.multiselect.singleline.propertyTypesList .option {
  padding: 0;
}
.multiselect.singleline.propertyTypesList .option .label {
  padding: 10px 10px 10px 25px;
}
.multiselect.singleline.propertyTypesList .option.p .label,
.multiselect.singleline .option.ic-select-option .label {
  display: inline-block;
  vertical-align: middle;
  width: 100%;
  font-weight: 700;
  text-transform: uppercase;
  padding: 12px;
}
.multiselect.singleline.propertyTypesList .option.p .label:before,
.multiselect.singleline.propertyTypesList .option.first-option .label:before {
  content: "";
  display: none;
}

/* Empty */
.multiselect.ic-empty .caption {
  background: #fafafa;
  opacity: 0.6;
}
.multiselect.ic-empty .caption .text {
  opacity: 0.4;
}
.multiselect .value,
.multiselect .decoration {
  display: none;
}

/* Multiline */
.multiselect.multiline .caption {
  display: none;
}
.multiselect.multiline .options {
  position: relative;
  display: block;
}
.multiselect .confirmed {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.multiselect .confirmed .item {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.multiselect .confirmed .item::before {
  content: ",";
  display: inline-block;
  padding-right: 3px;
}
.multiselect .confirmed .item:first-of-type::before {
  display: none;
}
.multiselect .confirmed .remove {
  position: relative;
  width: 12px;
  height: 12px;
  font-size: 0;
  margin-left: 6px;
  cursor: pointer;
  display: inline-block;
  vertical-align: middle;
}
.multiselect .confirmed .item .remove::before,
.multiselect .confirmed .item .remove::after {
  content: "";
  position: absolute;
  height: 2px;
  width: 100%;
  top: 10%;
  left: -3px;
  margin-top: -1px;
  background: #cd0a0a;
  transition: all 0.3s linear;
}
.multiselect .confirmed .item .remove:hover::before,
.multiselect .confirmed .item .remove:hover::after {
  background: #000;
  transition: all 0.3s linear;
}
.multiselect .confirmed .item .remove::before {
  transform: rotate(45deg);
}
.multiselect .confirmed .item .remove::after {
  transform: rotate(-45deg);
}

/* Closer */
.ic-selectcloser {
  display: none;
  width: 100%;
  text-align: center;
  font-size: 1.3em;
  padding: 12px 10px;
  top: 0;
  bottom: auto;
  position: absolute;
  color: #fff;
  background: var(--color-blue-primary);
  transition: all 0.3s linear;
}
.ic-selectcloser:hover {
  color: #fff;
  background: var(--color-blue-primary);
}

.multiselect.singleline .options,
#ic-moreopt-ddown {
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  transition: none;
}

/* Bedrooms + Bathrooms */
.multiselect.minBaths .caption .text:after,
.multiselect.maxBaths .caption .text:after,
.multiselect.minBeds .caption .text:after,
.multiselect.maxBeds .caption .text:after,
.multiselect.minBeds .label:after,
.multiselect.maxBeds .label:after,
.multiselect.minBaths .label:after,
.multiselect.maxBaths .label:after {
  content: "";
  display: inline-block;
  color: #333;
  font-size: 1em;
  padding-left: 3px;
}
.multiselect.minBaths .caption .text:after,
.multiselect.maxBaths .caption .text:after,
.multiselect.minBeds .caption .text:after,
.multiselect.maxBeds .caption .text:after {
  color: #999;
}

.multiselect .caption:hover .text:after,
.multiselect .caption:focus .text::after {
  color: #333;
}

.multiselect.minBeds .option.first-option .label:after,
.multiselect.maxBeds
  .option.first-option
  .label:after
  .multiselect.minBaths
  .option.first-option
  .label:after,
.multiselect.maxBaths .option.first-option .label:after {
  content: "";
  display: inline-block;
  font-size: 1em;
  font-weight: bold;
  color: #333;
  text-align: left;
  padding-left: 3px;
}
.msopt-first-option .text::after,
.option.first-option .label::after {
  display: none !important;
}

.multiselect.minBaths .caption .text:after,
.multiselect.minBaths .option.first-option .label:after,
.multiselect.maxBaths .caption .text:after,
.multiselect.maxBaths .option.first-option .label:after,
.multiselect.minBaths .label:after,
.multiselect.maxBaths .label:after {
  content: "Bathrooms";
}
.multiselect.minBaths .option:nth-of-type(2) .label:after,
.multiselect.maxBaths .option:nth-of-type(2) .label:after,
.multiselect.minBaths input[value="1"] + .caption .text:after,
.multiselect.maxBaths input[value="1"] + .caption .text:after {
  content: "Bathroom" !important;
}

.multiselect.minBeds .caption .text:after,
.multiselect.minBeds .option.first-option .label:after,
.multiselect.maxBeds .caption .text:after,
.multiselect.maxBeds .option.first-option .label:after,
.multiselect.minBeds .label:after,
.multiselect.maxBeds .label:after {
  content: "Bedrooms";
}
.multiselect.minBeds .option:nth-of-type(2) .label:after,
.multiselect.maxBeds .option:nth-of-type(2) .label:after,
.multiselect.minBeds input[value="1"] + .caption .text:after,
.multiselect.maxBeds input[value="1"] + .caption .text:after {
  content: "Bedroom";
}

/* AreasList X */
.multiselect.singleline.areasList .confirmed {
  overflow: hidden;
  overflow-x: auto;
}
.multiselect.singleline.areasList .confirmed .item {
  line-height: 31px;
  display: inline;
  padding-right: 10px;
}
.multiselect.singleline.areasList .confirmed .name {
  display: inline-block;
  vertical-align: sub;
}
.multiselect.singleline.areasList .confirmed .remove {
  font-size: 0;
  display: inline-block;
  margin-left: 2px;
  vertical-align: super;
}
.multiselect.singleline.areasList .option.child i,
.multiselect.singleline.areasList .confirmed i {
  display: none;
}
.multiselect.singleline.areasList .confirmed .remove:after {
  display: inline-block;
  vertical-align: middle;
  font-family: Font Awesome\5 Free;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f00d";
  font-size: 11px;
  font-weight: 900;
  color: #fff;
  background: #333;
  width: 16px;
  height: 16px;
  line-height: 16px;
  text-align: center;
  border-radius: 100px;
}

/* Responsive */

@media only screen and (min-width: 990px) {
  #ic-home-gallery
    + #ic-searchBTNmobile
    + #ic-searchform
    .multiselect.singleline
    .options {
    bottom: -140px;
    top: auto;
  }
}
@media only screen and (max-width: 860px) {
  .multiselect .caption::after {
    top: 3px;
  }
  .multiselect .caption .text {
    line-height: normal;
  }
  .multiselect.singleline .options {
    position: fixed;
    bottom: 0;
    left: 0;
    top: auto;
    border: none;
    box-shadow: 0px -2px 6px -2px rgba(0, 0, 0, 0.2);
    z-index: 100;
  }
  .multiselect .caption {
    background: transparent;
    height: auto;
  }
  .multiselect.singleline .options ul {
    max-height: 190px;
    margin: 40px 0 0;
    box-shadow: none;
    border-radius: 0;
  }
  .multiselect.singleline.propertyTypesList .option.p .label {
    font-weight: 700;
  }
  .ic-selectcloser {
    display: block;
  }
  .ic-selectcloser:before {
    content: "\f103";
  }
  .multiselect .label {
    font-size: 1.2em;
    text-align: center;
  }
  .multiselect.singleline .options ul {
    text-align: center;
  }
  .multiselect.singleline.propertyTypesList .option.p .label {
    width: auto;
  }
}
</pre></body></html>