/*transform origin*/
.sightmap #back_btn,
.floor-plans #back_btn {
  padding-left: 30px;
  display: block;
  position: relative;
  width: 95%;
  margin: 20px 0;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 700;
  line-height: 24px;
  letter-spacing: 0.15em;
  color: #0f4057;
}
@media (min-width: 992px) {
  .sightmap #back_btn,
  .floor-plans #back_btn {
    margin: 0 0 20px 15px;
    font-size: 16px;
  }
}
.sightmap #back_btn .link_arrow,
.floor-plans #back_btn .link_arrow {
  left: 3px;
  top: 11px;
}
.sightmap #back_btn .link_arrow.grey,
.floor-plans #back_btn .link_arrow.grey {
  background-color: #0f4057;
}
.sightmap #back_btn .link_arrow.grey::after, .sightmap #back_btn .link_arrow.grey::before,
.floor-plans #back_btn .link_arrow.grey::after,
.floor-plans #back_btn .link_arrow.grey::before {
  background-color: #0f4057;
}
.sightmap .mt_banner.mt_inner_banner.mt_banner_overlay::before,
.floor-plans .mt_banner.mt_inner_banner.mt_banner_overlay::before {
  content: none !important;
}
@media (min-width: 992px) {
  .sightmap .mt_banner,
  .floor-plans .mt_banner {
    margin: 20px auto 0 auto !important;
  }
}
.sightmap .mt_banner_content,
.floor-plans .mt_banner_content {
  padding: 155px 0 80px !important;
}
.sightmap .mt_banner_content h1,
.floor-plans .mt_banner_content h1 {
  font-family: "made-tommy-outline", sans-serif !important;
  color: #ffffff;
  -webkit-text-fill-color: #0f4057;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #ffffff;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-weight: 700;
}
.sightmap .mt_banner_content h1,
.floor-plans .mt_banner_content h1 {
  font-size: 35px;
}
@media screen and (min-width: 435px) {
  .sightmap .mt_banner_content h1,
  .floor-plans .mt_banner_content h1 {
    font-size: calc(35px + 20 * (100vw - 435px) / 1045);
  }
}
@media screen and (min-width: 1480px) {
  .sightmap .mt_banner_content h1,
  .floor-plans .mt_banner_content h1 {
    font-size: 55px;
  }
}
.sightmap .mt_banner_content h1,
.floor-plans .mt_banner_content h1 {
  line-height: 50px;
}
@media screen and (min-width: 435px) {
  .sightmap .mt_banner_content h1,
  .floor-plans .mt_banner_content h1 {
    line-height: calc(50px + 20 * (100vw - 435px) / 1045);
  }
}
@media screen and (min-width: 1480px) {
  .sightmap .mt_banner_content h1,
  .floor-plans .mt_banner_content h1 {
    line-height: 70px;
  }
}
.sightmap .mt_banner_content h2,
.floor-plans .mt_banner_content h2 {
  font-family: "proxima-nova", sans-serif !important;
  letter-spacing: 0.1em;
  font-weight: 400;
  width: 70%;
  margin: 6px auto 0;
  display: block;
  text-align: center;
}
.sightmap .mt_banner_content h2,
.floor-plans .mt_banner_content h2 {
  font-size: 18px;
}
@media screen and (min-width: 435px) {
  .sightmap .mt_banner_content h2,
  .floor-plans .mt_banner_content h2 {
    font-size: calc(18px + 2 * (100vw - 435px) / 1045);
  }
}
@media screen and (min-width: 1480px) {
  .sightmap .mt_banner_content h2,
  .floor-plans .mt_banner_content h2 {
    font-size: 20px;
  }
}
.sightmap .mt_banner_content h2,
.floor-plans .mt_banner_content h2 {
  line-height: 26px;
}
@media screen and (min-width: 435px) {
  .sightmap .mt_banner_content h2,
  .floor-plans .mt_banner_content h2 {
    line-height: calc(26px + 4 * (100vw - 435px) / 1045);
  }
}
@media screen and (min-width: 1480px) {
  .sightmap .mt_banner_content h2,
  .floor-plans .mt_banner_content h2 {
    line-height: 30px;
  }
}
@media (min-width: 768px) {
  .sightmap .mt_banner_content h2,
  .floor-plans .mt_banner_content h2 {
    width: 100%;
  }
}
@media (min-width: 992px) {
  .sightmap .mt_filter_sticky_bar,
  .floor-plans .mt_filter_sticky_bar {
    width: calc(100% - 32px);
    margin: 0 auto 20px auto !important;
  }
}
.sightmap .mt_filter_sticky_bar .mt_filter_sticky_wrap,
.floor-plans .mt_filter_sticky_bar .mt_filter_sticky_wrap {
  background-color: #738f94 !important;
}
@media (max-width: 991.8px) {
  .sightmap .mt_filter_sticky_bar .mt_filter_sticky_wrap,
  .floor-plans .mt_filter_sticky_bar .mt_filter_sticky_wrap {
    width: calc(100% - 16px);
    margin: 0 auto;
    margin-bottom: 40px;
  }
}
@media (max-width: 359.8px) {
  .sightmap .mt_filter_sticky_bar .mt_filter_sticky_wrap,
  .floor-plans .mt_filter_sticky_bar .mt_filter_sticky_wrap {
    padding: 24px 1.2vw;
  }
}
.sightmap .mt_filter_sticky_bar .mt_filter_sticky_wrap #btn_filter_results,
.sightmap .mt_filter_sticky_bar .mt_filter_sticky_wrap .selectivo__label,
.floor-plans .mt_filter_sticky_bar .mt_filter_sticky_wrap #btn_filter_results,
.floor-plans .mt_filter_sticky_bar .mt_filter_sticky_wrap .selectivo__label {
  background-color: #0f4057 !important;
  color: #ffffff !important;
  text-transform: uppercase;
}
.sightmap .mt_filter_sticky_bar .mt_filter_sticky_wrap #btn_filter_results:hover,
.floor-plans .mt_filter_sticky_bar .mt_filter_sticky_wrap #btn_filter_results:hover {
  color: #0f4057 !important;
  background-color: #ffffff !important;
}
.sightmap .mt_filter_sticky_bar .mt_filter_sticky_wrap #btn_filter_results:hover svg path,
.floor-plans .mt_filter_sticky_bar .mt_filter_sticky_wrap #btn_filter_results:hover svg path {
  fill: #0f4057 !important;
}
.sightmap .mt_filter_sticky_bar .mt_filter_sticky_wrap #btn_filter_results,
.sightmap .mt_filter_sticky_bar .mt_filter_sticky_wrap .selectivo__label,
.sightmap .mt_filter_sticky_bar .mt_filter_sticky_wrap .dropdown [role=listbox],
.floor-plans .mt_filter_sticky_bar .mt_filter_sticky_wrap #btn_filter_results,
.floor-plans .mt_filter_sticky_bar .mt_filter_sticky_wrap .selectivo__label,
.floor-plans .mt_filter_sticky_bar .mt_filter_sticky_wrap .dropdown [role=listbox] {
  border: none !important;
}
@media (max-width: 359.8px) {
  .sightmap .mt_filter_sticky_bar .dropdown .selectivo__label,
  .floor-plans .mt_filter_sticky_bar .dropdown .selectivo__label {
    font-size: 12px !important;
  }
}
.sightmap .mt_filter_sticky_bar .dropdown .selectivo__label::after,
.floor-plans .mt_filter_sticky_bar .dropdown .selectivo__label::after {
  border-color: #ffffff !important;
}
.sightmap .mt_filter_sticky_bar .mt_fp_filter_btn svg path,
.floor-plans .mt_filter_sticky_bar .mt_fp_filter_btn svg path {
  fill: #ffffff !important;
}
.sightmap .mt_filter_sticky_bar .mt_fp_filter_lbl,
.floor-plans .mt_filter_sticky_bar .mt_fp_filter_lbl {
  line-height: 20px;
  letter-spacing: 0.05em;
  font-size: 13px;
  color: #ffffff !important;
}
@media (max-width: 359.8px) {
  .sightmap .mt_filter_sticky_bar .mt_fp_filter_lbl,
  .floor-plans .mt_filter_sticky_bar .mt_fp_filter_lbl {
    font-size: 12px !important;
  }
}
.sightmap .mt_filter_sticky_bar .selectivo__label,
.sightmap .mt_filter_sticky_bar .selectivo__option,
.floor-plans .mt_filter_sticky_bar .selectivo__label,
.floor-plans .mt_filter_sticky_bar .selectivo__option {
  font-weight: 700 !important;
  letter-spacing: 0.15em;
}
@media (max-width: 991.8px) {
  .sightmap .mt_filter_sticky_bar .mt_fp_filter_wrap,
  .floor-plans .mt_filter_sticky_bar .mt_fp_filter_wrap {
    background-color: #0f4057 !important;
  }
}
@media (max-width: 991.8px) {
  .sightmap .mt_filter_sticky_bar .mt_fp_filter_wrap #btn_filter_results,
  .floor-plans .mt_filter_sticky_bar .mt_fp_filter_wrap #btn_filter_results {
    background-color: #738f94 !important;
  }
}
.sightmap .mt_filter_sticky_bar .mt_fp_view_wrap .selectivo__dropdown .selectivo__option,
.floor-plans .mt_filter_sticky_bar .mt_fp_view_wrap .selectivo__dropdown .selectivo__option {
  background-color: #0f4057 !important;
  color: #ffffff !important;
  text-transform: uppercase;
}
.sightmap .mt_filter_sticky_bar .mt_fp_view_wrap .selectivo__dropdown .selectivo__option:hover,
.floor-plans .mt_filter_sticky_bar .mt_fp_view_wrap .selectivo__dropdown .selectivo__option:hover {
  background-color: #ffffff !important;
  color: #0f4057 !important;
}
.sightmap .mt_filter_sticky_bar .mt_fp_view_wrap .selectivo__dropdown .selectivo__option--selected,
.floor-plans .mt_filter_sticky_bar .mt_fp_view_wrap .selectivo__dropdown .selectivo__option--selected {
  background-color: #ffffff !important;
  color: #0f4057 !important;
}
.sightmap .mt_filter_sticky_bar .mt_fp_view_wrap .selectivo__dropdown .selectivo__option--selected::after,
.floor-plans .mt_filter_sticky_bar .mt_fp_view_wrap .selectivo__dropdown .selectivo__option--selected::after {
  border-bottom: 1px solid #0f4057 !important;
  border-right: 1px solid #0f4057 !important;
}
.sightmap .mt_filter_sticky_bar .mt_fp_sort_dropdown .selectivo__option,
.floor-plans .mt_filter_sticky_bar .mt_fp_sort_dropdown .selectivo__option {
  font-size: 16px;
  font-weight: 400 !important;
  line-height: 24px;
  letter-spacing: 0.05em;
  color: #0f4057 !important;
}
.sightmap .mt_filter_sticky_bar .mt_fp_sort_dropdown .selectivo__option:hover,
.floor-plans .mt_filter_sticky_bar .mt_fp_sort_dropdown .selectivo__option:hover {
  background-color: #EFDDCD !important;
}
.sightmap .mt_filter_sticky_bar .mt_fp_sort_dropdown .selectivo__option--selected,
.floor-plans .mt_filter_sticky_bar .mt_fp_sort_dropdown .selectivo__option--selected {
  background-color: #EFDDCD !important;
}
.sightmap .mt_filter_sticky_bar .mt_fp_sort_dropdown .selectivo__option--selected::after,
.floor-plans .mt_filter_sticky_bar .mt_fp_sort_dropdown .selectivo__option--selected::after {
  border-bottom: 1px solid #0f4057 !important;
  border-right: 1px solid #0f4057 !important;
}
@media (max-width: 359.8px) {
  .sightmap .mt_filter_sticky_bar .mt_sort_by,
  .floor-plans .mt_filter_sticky_bar .mt_sort_by {
    margin-right: 10px !important;
  }
}
.sightmap .mt_fp_filter_popup .mt_fp_filter_wrap .reset_availability,
.sightmap .mt_fp_filter_popup .mt_fp_filter_wrap .mt_fp_show_more_btn,
.floor-plans .mt_fp_filter_popup .mt_fp_filter_wrap .reset_availability,
.floor-plans .mt_fp_filter_popup .mt_fp_filter_wrap .mt_fp_show_more_btn {
  color: #738f94 !important;
}
.sightmap .mt_fp_filter_popup .mt_fp_filter_wrap .mt_fp_filter_btn_popup,
.floor-plans .mt_fp_filter_popup .mt_fp_filter_wrap .mt_fp_filter_btn_popup {
  background: #0f4057 !important;
}
.sightmap .mt_fp_filter_popup .mt_fp_filter_wrap .mt_fp_filter_btn_popup .mt_btn_clear,
.floor-plans .mt_fp_filter_popup .mt_fp_filter_wrap .mt_fp_filter_btn_popup .mt_btn_clear {
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  letter-spacing: 0.05em;
  color: #ffffff !important;
}
.sightmap .mt_fp_filter_popup .mt_fp_filter_wrap .mt_fp_filter_btn_popup .mt_fill_btn,
.floor-plans .mt_fp_filter_popup .mt_fp_filter_wrap .mt_fp_filter_btn_popup .mt_fill_btn {
  background-color: #738f94;
  border: 1px solid #738f94;
}
.sightmap .mt_fp_filter_popup .mt_fp_filter_wrap .mt_fp_filter_btn_popup .mt_fill_btn:hover,
.floor-plans .mt_fp_filter_popup .mt_fp_filter_wrap .mt_fp_filter_btn_popup .mt_fill_btn:hover {
  color: #ffffff !important;
}
.sightmap .mt_fp_filter_popup .mt_fp_filter_wrap .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.floor-plans .mt_fp_filter_popup .mt_fp_filter_wrap .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #EFDDCD !important;
}
.sightmap .mt_fp_filter_popup .mt_fp_filter_wrap .mt_fp_filter_heading .mt_txt_sub,
.floor-plans .mt_fp_filter_popup .mt_fp_filter_wrap .mt_fp_filter_heading .mt_txt_sub {
  font-size: 18px;
  color: #0f4057;
  letter-spacing: 0.15em;
  line-height: 24px;
  text-transform: uppercase;
}
.sightmap .mt_fp_filter_popup .mt_fp_filter_wrap .mt_fp_filter_heading .mt_fp_close,
.floor-plans .mt_fp_filter_popup .mt_fp_filter_wrap .mt_fp_filter_heading .mt_fp_close {
  border: none !important;
}
.sightmap .mt_fp_filter_popup .mt_fp_filter_wrap .mt_fp_filter_heading .mt_fp_close svg path,
.floor-plans .mt_fp_filter_popup .mt_fp_filter_wrap .mt_fp_filter_heading .mt_fp_close svg path {
  stroke: #0f4057;
}
.sightmap .mt_fp_filter_popup .mt_fp_filter_wrap .mt_fp_filter_heading .mt_fp_close:hover,
.floor-plans .mt_fp_filter_popup .mt_fp_filter_wrap .mt_fp_filter_heading .mt_fp_close:hover {
  background: none;
}
.sightmap .mt_fp_filter_popup .mt_fp_filter_wrap .mt_fp_filter_popup_inner,
.floor-plans .mt_fp_filter_popup .mt_fp_filter_wrap .mt_fp_filter_popup_inner {
  background-color: #FCF8F5 !important;
}
.sightmap .mt_fp_filter_popup .mt_fp_filter_wrap .mt_fp_filter_popup_inner #datepicker,
.floor-plans .mt_fp_filter_popup .mt_fp_filter_wrap .mt_fp_filter_popup_inner #datepicker {
  border: 2px solid #738f94 !important;
  background-image: url(../../images/calender.svg) !important;
  color: #738f94 !important;
}
.sightmap .mt_fp_filter_popup .mt_fp_filter_wrap .mt_fp_filter_popup_inner #datepicker::placeholder,
.floor-plans .mt_fp_filter_popup .mt_fp_filter_wrap .mt_fp_filter_popup_inner #datepicker::placeholder {
  color: #0f4057;
}
.sightmap .mt_fp_filter_popup .mt_fp_filter_wrap .mt_fp_filter_popup_inner .mt_fp_chk_list label::before,
.floor-plans .mt_fp_filter_popup .mt_fp_filter_wrap .mt_fp_filter_popup_inner .mt_fp_chk_list label::before {
  border: 1px solid #738f94 !important;
}
.sightmap .mt_fp_filter_popup .mt_fp_filter_wrap .mt_fp_filter_popup_inner .mt_fp_chk_list input:checked ~ label:before,
.floor-plans .mt_fp_filter_popup .mt_fp_filter_wrap .mt_fp_filter_popup_inner .mt_fp_chk_list input:checked ~ label:before {
  color: #738f94 !important;
}
.sightmap .mt_fp_filter_popup .mt_fp_filter_wrap .mt_fp_filter_row,
.floor-plans .mt_fp_filter_popup .mt_fp_filter_wrap .mt_fp_filter_row {
  border-bottom: 1px solid #FCF8F5 !important;
}
.sightmap .mt_fp_filter_popup .mt_fp_filter_wrap .mt_fp_filter_row .mt_fp_filter_lbl,
.floor-plans .mt_fp_filter_popup .mt_fp_filter_wrap .mt_fp_filter_row .mt_fp_filter_lbl {
  font-size: 13px;
  font-weight: 700;
  line-height: 20px;
  letter-spacing: 0.05em;
  color: #0f4057 !important;
}
.sightmap .mt_fp_filter_popup .mt_fp_filter_wrap .mt_fp_filter_row .mt_fp_chk_box,
.floor-plans .mt_fp_filter_popup .mt_fp_filter_wrap .mt_fp_filter_row .mt_fp_chk_box {
  padding-right: 0 !important;
  margin-right: 12px;
}
.sightmap .mt_fp_filter_popup .mt_fp_filter_wrap .mt_fp_filter_row .mt_fp_chk_box input:checked ~ label,
.floor-plans .mt_fp_filter_popup .mt_fp_filter_wrap .mt_fp_filter_row .mt_fp_chk_box input:checked ~ label {
  background: #738f94;
  border: 2px solid #738f94;
  color: #ffffff !important;
  pointer-events: none !important;
}
.sightmap .mt_fp_filter_popup .mt_fp_filter_wrap .mt_fp_filter_row .mt_fp_chk_box label,
.floor-plans .mt_fp_filter_popup .mt_fp_filter_wrap .mt_fp_filter_row .mt_fp_chk_box label {
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  letter-spacing: 0.15em;
  color: #738f94 !important;
  border: 2px solid #738f94 !important;
  text-transform: uppercase;
  cursor: pointer !important;
}
.sightmap .mt_fp_filter_popup .mt_fp_filter_wrap .mt_fp_filter_row .mt_fp_chk_box label:hover,
.floor-plans .mt_fp_filter_popup .mt_fp_filter_wrap .mt_fp_filter_row .mt_fp_chk_box label:hover {
  background: #738f94;
  border: 2px solid #738f94;
  color: #ffffff !important;
}
.sightmap .mt_fp_filter_popup .mt_fp_filter_wrap .mt_fp_filter_row .mt_fp_chk_box:hover,
.floor-plans .mt_fp_filter_popup .mt_fp_filter_wrap .mt_fp_filter_row .mt_fp_chk_box:hover {
  background: none;
}
.sightmap .mt_fp_filter_popup .mt_fp_filter_wrap .mt_fp_filter_row .mt_fp_chk_box:hover label,
.floor-plans .mt_fp_filter_popup .mt_fp_filter_wrap .mt_fp_filter_row .mt_fp_chk_box:hover label {
  background: #738f94;
  color: #ffffff !important;
}
.sightmap .mt_fp_grid_view .mt_fp_list_wrap .mt_fp_list_box,
.sightmap .mt_fp_list_view .mt_fp_list_wrap .mt_fp_list_box,
.floor-plans .mt_fp_grid_view .mt_fp_list_wrap .mt_fp_list_box,
.floor-plans .mt_fp_list_view .mt_fp_list_wrap .mt_fp_list_box {
  border: 1px solid #EFDDCD;
}
@media screen and (min-width: 900px) and (max-width: 992px) {
  .sightmap .mt_fp_grid_view .mt_fp_list_wrap .mt_fp_list_box,
  .sightmap .mt_fp_list_view .mt_fp_list_wrap .mt_fp_list_box,
  .floor-plans .mt_fp_grid_view .mt_fp_list_wrap .mt_fp_list_box,
  .floor-plans .mt_fp_list_view .mt_fp_list_wrap .mt_fp_list_box {
    padding: 20px 16px !important;
  }
}
.sightmap .mt_fp_grid_view .mt_fp_list_wrap .mt_fp_list_box .mt_fp_unit,
.sightmap .mt_fp_list_view .mt_fp_list_wrap .mt_fp_list_box .mt_fp_unit,
.floor-plans .mt_fp_grid_view .mt_fp_list_wrap .mt_fp_list_box .mt_fp_unit,
.floor-plans .mt_fp_list_view .mt_fp_list_wrap .mt_fp_list_box .mt_fp_unit {
  font-family: "made-tommy", sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
  letter-spacing: 0.1em;
  color: #0f4057 !important;
}
@media (max-width: 359.8px) {
  .sightmap .mt_fp_grid_view .mt_fp_list_wrap .mt_fp_list_box .mt_fp_unit,
  .sightmap .mt_fp_list_view .mt_fp_list_wrap .mt_fp_list_box .mt_fp_unit,
  .floor-plans .mt_fp_grid_view .mt_fp_list_wrap .mt_fp_list_box .mt_fp_unit,
  .floor-plans .mt_fp_list_view .mt_fp_list_wrap .mt_fp_list_box .mt_fp_unit {
    font-size: 20px;
  }
}
.sightmap .mt_fp_grid_view .mt_fp_list_wrap .mt_fp_list_box .mt_fp_unit a,
.sightmap .mt_fp_list_view .mt_fp_list_wrap .mt_fp_list_box .mt_fp_unit a,
.floor-plans .mt_fp_grid_view .mt_fp_list_wrap .mt_fp_list_box .mt_fp_unit a,
.floor-plans .mt_fp_list_view .mt_fp_list_wrap .mt_fp_list_box .mt_fp_unit a {
  font-family: "proxima-nova", sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 28px;
  letter-spacing: 0.15em;
  color: #0f4057 !important;
}
.sightmap .mt_fp_grid_view .mt_fp_list_wrap .mt_fp_list_box .mt_fp_list_col.mt_fp_beds,
.sightmap .mt_fp_grid_view .mt_fp_list_wrap .mt_fp_list_box .mt_fp_list_col.mt_fp_bath,
.sightmap .mt_fp_list_view .mt_fp_list_wrap .mt_fp_list_box .mt_fp_list_col.mt_fp_beds,
.sightmap .mt_fp_list_view .mt_fp_list_wrap .mt_fp_list_box .mt_fp_list_col.mt_fp_bath,
.floor-plans .mt_fp_grid_view .mt_fp_list_wrap .mt_fp_list_box .mt_fp_list_col.mt_fp_beds,
.floor-plans .mt_fp_grid_view .mt_fp_list_wrap .mt_fp_list_box .mt_fp_list_col.mt_fp_bath,
.floor-plans .mt_fp_list_view .mt_fp_list_wrap .mt_fp_list_box .mt_fp_list_col.mt_fp_beds,
.floor-plans .mt_fp_list_view .mt_fp_list_wrap .mt_fp_list_box .mt_fp_list_col.mt_fp_bath {
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  letter-spacing: 0.05em;
  color: #0f4057 !important;
  background: #EFDDCD !important;
}
.sightmap .mt_fp_grid_view .mt_fp_list_wrap .mt_fp_list_box .mt_fp_list_col.mt_fp_details label,
.sightmap .mt_fp_list_view .mt_fp_list_wrap .mt_fp_list_box .mt_fp_list_col.mt_fp_details label,
.floor-plans .mt_fp_grid_view .mt_fp_list_wrap .mt_fp_list_box .mt_fp_list_col.mt_fp_details label,
.floor-plans .mt_fp_list_view .mt_fp_list_wrap .mt_fp_list_box .mt_fp_list_col.mt_fp_details label {
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0.05em;
  color: #0f4057 !important;
}
.sightmap .mt_fp_grid_view .mt_fp_list_wrap .mt_fp_list_box .mt_fp_list_col.mt_fp_details span,
.sightmap .mt_fp_list_view .mt_fp_list_wrap .mt_fp_list_box .mt_fp_list_col.mt_fp_details span,
.floor-plans .mt_fp_grid_view .mt_fp_list_wrap .mt_fp_list_box .mt_fp_list_col.mt_fp_details span,
.floor-plans .mt_fp_list_view .mt_fp_list_wrap .mt_fp_list_box .mt_fp_list_col.mt_fp_details span {
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  letter-spacing: 0.05em;
  color: #0f4057 !important;
}
.sightmap .mt_fp_grid_view .mt_fp_list_wrap .mt_fp_list_box .mt_fp_btn_wrap .mt_btn,
.sightmap .mt_fp_list_view .mt_fp_list_wrap .mt_fp_list_box .mt_fp_btn_wrap .mt_btn,
.floor-plans .mt_fp_grid_view .mt_fp_list_wrap .mt_fp_list_box .mt_fp_btn_wrap .mt_btn,
.floor-plans .mt_fp_list_view .mt_fp_list_wrap .mt_fp_list_box .mt_fp_btn_wrap .mt_btn {
  background-color: #738f94;
  border: 1px solid #738f94;
  font-size: 14px;
}
.sightmap .mt_fp_grid_view .mt_fp_list_wrap .mt_fp_list_box .mt_fp_btn_wrap .mt_btn:hover,
.sightmap .mt_fp_list_view .mt_fp_list_wrap .mt_fp_list_box .mt_fp_btn_wrap .mt_btn:hover,
.floor-plans .mt_fp_grid_view .mt_fp_list_wrap .mt_fp_list_box .mt_fp_btn_wrap .mt_btn:hover,
.floor-plans .mt_fp_list_view .mt_fp_list_wrap .mt_fp_list_box .mt_fp_btn_wrap .mt_btn:hover {
  background-color: #53797d;
  color: #ffffff;
}
@media (max-width: 359.8px) {
  .sightmap .mt_fp_grid_view .mt_fp_list_wrap .mt_fp_list_box .mt_fp_btn_wrap .mt_btn,
  .sightmap .mt_fp_list_view .mt_fp_list_wrap .mt_fp_list_box .mt_fp_btn_wrap .mt_btn,
  .floor-plans .mt_fp_grid_view .mt_fp_list_wrap .mt_fp_list_box .mt_fp_btn_wrap .mt_btn,
  .floor-plans .mt_fp_list_view .mt_fp_list_wrap .mt_fp_list_box .mt_fp_btn_wrap .mt_btn {
    font-size: 13px;
    padding: 10px !important;
  }
}
.sightmap .mt_fp_grid_view .mt_fp_list_wrap .mt_fp_list_box .mt_fp_btn_wrap .mt_border_btn_grey,
.sightmap .mt_fp_list_view .mt_fp_list_wrap .mt_fp_list_box .mt_fp_btn_wrap .mt_border_btn_grey,
.floor-plans .mt_fp_grid_view .mt_fp_list_wrap .mt_fp_list_box .mt_fp_btn_wrap .mt_border_btn_grey,
.floor-plans .mt_fp_list_view .mt_fp_list_wrap .mt_fp_list_box .mt_fp_btn_wrap .mt_border_btn_grey {
  background-color: #ffffff;
  border: 2px solid #738f94;
  font-size: 14px;
  color: #738f94;
}
.sightmap .mt_fp_grid_view .mt_fp_list_wrap .mt_fp_list_box .mt_fp_btn_wrap .mt_border_btn_grey:hover,
.sightmap .mt_fp_list_view .mt_fp_list_wrap .mt_fp_list_box .mt_fp_btn_wrap .mt_border_btn_grey:hover,
.floor-plans .mt_fp_grid_view .mt_fp_list_wrap .mt_fp_list_box .mt_fp_btn_wrap .mt_border_btn_grey:hover,
.floor-plans .mt_fp_list_view .mt_fp_list_wrap .mt_fp_list_box .mt_fp_btn_wrap .mt_border_btn_grey:hover {
  background-color: #738f94;
  color: #ffffff;
}
@media (max-width: 359.8px) {
  .sightmap .mt_fp_grid_view .mt_fp_list_wrap .mt_fp_list_box .mt_fp_btn_wrap .mt_border_btn_grey,
  .sightmap .mt_fp_list_view .mt_fp_list_wrap .mt_fp_list_box .mt_fp_btn_wrap .mt_border_btn_grey,
  .floor-plans .mt_fp_grid_view .mt_fp_list_wrap .mt_fp_list_box .mt_fp_btn_wrap .mt_border_btn_grey,
  .floor-plans .mt_fp_list_view .mt_fp_list_wrap .mt_fp_list_box .mt_fp_btn_wrap .mt_border_btn_grey {
    font-size: 13px;
    padding: 10px !important;
  }
}
.sightmap .mt_fp_grid_view .mt_fp_list_wrap .mt_fp_list_box .mt_fp_btn_wrap .mt_fp_chk_list label,
.sightmap .mt_fp_grid_view .mt_fp_list_wrap .mt_fp_list_box .mt_fp_btn_wrap .mt_fp_chk_box label,
.sightmap .mt_fp_list_view .mt_fp_list_wrap .mt_fp_list_box .mt_fp_btn_wrap .mt_fp_chk_list label,
.sightmap .mt_fp_list_view .mt_fp_list_wrap .mt_fp_list_box .mt_fp_btn_wrap .mt_fp_chk_box label,
.floor-plans .mt_fp_grid_view .mt_fp_list_wrap .mt_fp_list_box .mt_fp_btn_wrap .mt_fp_chk_list label,
.floor-plans .mt_fp_grid_view .mt_fp_list_wrap .mt_fp_list_box .mt_fp_btn_wrap .mt_fp_chk_box label,
.floor-plans .mt_fp_list_view .mt_fp_list_wrap .mt_fp_list_box .mt_fp_btn_wrap .mt_fp_chk_list label,
.floor-plans .mt_fp_list_view .mt_fp_list_wrap .mt_fp_list_box .mt_fp_btn_wrap .mt_fp_chk_box label {
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  letter-spacing: 0.05em;
  color: #0f4057 !important;
}
.sightmap .mt_fp_grid_view .mt_fp_list_wrap .mt_fp_list_box .mt_fp_btn_wrap .mt_fp_chk_list label::before,
.sightmap .mt_fp_grid_view .mt_fp_list_wrap .mt_fp_list_box .mt_fp_btn_wrap .mt_fp_chk_box label::before,
.sightmap .mt_fp_list_view .mt_fp_list_wrap .mt_fp_list_box .mt_fp_btn_wrap .mt_fp_chk_list label::before,
.sightmap .mt_fp_list_view .mt_fp_list_wrap .mt_fp_list_box .mt_fp_btn_wrap .mt_fp_chk_box label::before,
.floor-plans .mt_fp_grid_view .mt_fp_list_wrap .mt_fp_list_box .mt_fp_btn_wrap .mt_fp_chk_list label::before,
.floor-plans .mt_fp_grid_view .mt_fp_list_wrap .mt_fp_list_box .mt_fp_btn_wrap .mt_fp_chk_box label::before,
.floor-plans .mt_fp_list_view .mt_fp_list_wrap .mt_fp_list_box .mt_fp_btn_wrap .mt_fp_chk_list label::before,
.floor-plans .mt_fp_list_view .mt_fp_list_wrap .mt_fp_list_box .mt_fp_btn_wrap .mt_fp_chk_box label::before {
  border: 1px solid #738f94 !important;
  top: 0 !important;
}
@media (max-width: 359.8px) {
  .sightmap .mt_fp_grid_view .mt_fp_list_wrap .mt_fp_list_box .mt_fp_btn_wrap .mt_fp_compare_chk label,
  .sightmap .mt_fp_list_view .mt_fp_list_wrap .mt_fp_list_box .mt_fp_btn_wrap .mt_fp_compare_chk label,
  .floor-plans .mt_fp_grid_view .mt_fp_list_wrap .mt_fp_list_box .mt_fp_btn_wrap .mt_fp_compare_chk label,
  .floor-plans .mt_fp_list_view .mt_fp_list_wrap .mt_fp_list_box .mt_fp_btn_wrap .mt_fp_compare_chk label {
    font-size: 13px !important;
  }
}
.sightmap .pagination_list,
.floor-plans .pagination_list {
  border-top: 0;
}
.sightmap .pagination_list li,
.floor-plans .pagination_list li {
  color: #0f4057 !important;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  letter-spacing: 0.15em;
  display: flex;
  justify-content: center;
  padding: 10px 20px;
}
.sightmap .pagination_list li:hover,
.floor-plans .pagination_list li:hover {
  background-color: #EFDDCD !important;
  border-radius: 0px !important;
  font-weight: 700;
  color: #0f4057 !important;
  border-radius: 0px;
}
.sightmap .pagination_list li a,
.floor-plans .pagination_list li a {
  color: #0f4057 !important;
  font-size: 14px;
  font-weight: 500;
}
.sightmap .pagination_list li.active,
.floor-plans .pagination_list li.active {
  font-weight: 700;
  color: #0f4057 !important;
  border-radius: 0px;
  background-color: #EFDDCD;
}
.sightmap .pagination_list .next,
.floor-plans .pagination_list .next {
  color: #0f4057 !important;
  font-size: 14px;
  font-weight: 700 !important;
  line-height: 20px;
  letter-spacing: 0.15em;
}
.sightmap .pagination_list .next .link_arrow,
.floor-plans .pagination_list .next .link_arrow {
  background-color: #0f4057 !important;
  bottom: 19px !important;
}
.sightmap .pagination_list .next .link_arrow::before,
.floor-plans .pagination_list .next .link_arrow::before {
  background-color: #0f4057 !important;
}
.sightmap .pagination_list .next .link_arrow::after,
.floor-plans .pagination_list .next .link_arrow::after {
  background-color: #0f4057 !important;
}
.sightmap .pagination_list .next:hover,
.floor-plans .pagination_list .next:hover {
  background-color: transparent !important;
}
.sightmap .pagination_list .prev,
.floor-plans .pagination_list .prev {
  left: 2.5vw;
}
@media (max-width: 991.8px) {
  .sightmap .pagination_list .prev,
  .floor-plans .pagination_list .prev {
    left: 4.2vw;
  }
}
@media (max-width: 575.8px) {
  .sightmap .pagination_list .prev,
  .floor-plans .pagination_list .prev {
    left: 8.3vw;
  }
}
@media (max-width: 359.8px) {
  .sightmap .pagination_list .prev,
  .floor-plans .pagination_list .prev {
    left: 9.3vw;
  }
}
.sightmap .pagination_list .prev .link_arrow,
.floor-plans .pagination_list .prev .link_arrow {
  left: -40px;
  top: 19px;
}
@media (max-width: 991.8px) {
  .sightmap .pagination_list .prev .link_arrow,
  .floor-plans .pagination_list .prev .link_arrow {
    left: -33px;
  }
}
.sightmap .pagination_list .prev .link_arrow::before,
.floor-plans .pagination_list .prev .link_arrow::before {
  background-color: #0f4057 !important;
}
.sightmap .pagination_list .prev .link_arrow::after,
.floor-plans .pagination_list .prev .link_arrow::after {
  background-color: #0f4057 !important;
}
.sightmap .pagination_list .prev:hover,
.floor-plans .pagination_list .prev:hover {
  background-color: transparent !important;
}
.sightmap .mt_fp_compare_info .mt_txt_intro,
.floor-plans .mt_fp_compare_info .mt_txt_intro {
  color: #0f4057 !important;
}
.sightmap .mt_fp_compare_info .mt_border_btn_grey,
.floor-plans .mt_fp_compare_info .mt_border_btn_grey {
  background-color: #ffffff;
  border: 2px solid #738f94;
  font-size: 14px;
  color: #738f94;
}
.sightmap .mt_fp_compare_info .mt_border_btn_grey:hover,
.floor-plans .mt_fp_compare_info .mt_border_btn_grey:hover {
  background-color: #738f94;
  color: #ffffff;
}
@media (max-width: 991.8px) {
  .sightmap .mt_fp_btn_wrap,
  .floor-plans .mt_fp_btn_wrap {
    display: block !important;
  }
}
@media (max-width: 991.8px) {
  .sightmap .mt_fp_btn_wrap .mt_fp_compare_chk,
  .floor-plans .mt_fp_btn_wrap .mt_fp_compare_chk {
    margin-top: 20px !important;
  }
}
.sightmap .mt_fp_list_view .mt_fp_list_wrap .mt_fp_list_box:nth-child(odd),
.floor-plans .mt_fp_list_view .mt_fp_list_wrap .mt_fp_list_box:nth-child(odd) {
  background: #F1F4F4 !important;
}
.sightmap .mt_fp_list_view .mt_fp_list_wrap .mt_fp_list_box,
.floor-plans .mt_fp_list_view .mt_fp_list_wrap .mt_fp_list_box {
  border: none !important;
}
.sightmap .specials_banner,
.floor-plans .specials_banner {
  position: relative;
  background-position-y: 105% !important;
  width: calc(100% - 32px);
  margin: 20px auto !important;
  padding: 0 !important;
}
@media (max-width: 991.8px) {
  .sightmap .specials_banner,
  .floor-plans .specials_banner {
    margin: 10px auto !important;
    width: calc(100% - 16px);
  }
}
.sightmap .specials_banner .mt_col_heading,
.floor-plans .specials_banner .mt_col_heading {
  letter-spacing: 0.1em;
  margin: 0;
  -webkit-text-stroke-width: 0px;
}
.sightmap .specials_banner .mt_col_heading,
.floor-plans .specials_banner .mt_col_heading {
  font-size: 35px;
}
@media screen and (min-width: 435px) {
  .sightmap .specials_banner .mt_col_heading,
  .floor-plans .specials_banner .mt_col_heading {
    font-size: calc(35px + 10 * (100vw - 435px) / 1045);
  }
}
@media screen and (min-width: 1480px) {
  .sightmap .specials_banner .mt_col_heading,
  .floor-plans .specials_banner .mt_col_heading {
    font-size: 45px;
  }
}
.sightmap .specials_banner .mt_col_heading,
.floor-plans .specials_banner .mt_col_heading {
  line-height: 40px;
}
@media screen and (min-width: 435px) {
  .sightmap .specials_banner .mt_col_heading,
  .floor-plans .specials_banner .mt_col_heading {
    line-height: calc(40px + 20 * (100vw - 435px) / 1045);
  }
}
@media screen and (min-width: 1480px) {
  .sightmap .specials_banner .mt_col_heading,
  .floor-plans .specials_banner .mt_col_heading {
    line-height: 60px;
  }
}
.sightmap .specials_banner .mt_btn.mt_fill_btn,
.floor-plans .specials_banner .mt_btn.mt_fill_btn {
  background-color: #0f4057;
  border-color: #0f4057;
  margin-top: 20px;
  font-size: clamp(1rem, 0.948rem + 0.191vw, 1.125rem);
}
@media (max-width: 991.8px) {
  .sightmap .specials_banner .mt_btn.mt_fill_btn,
  .floor-plans .specials_banner .mt_btn.mt_fill_btn {
    width: fit-content;
  }
}
.sightmap .specials_banner .mt_btn.mt_fill_btn:hover,
.floor-plans .specials_banner .mt_btn.mt_fill_btn:hover {
  background-color: #53797d !important;
  border-color: #53797d !important;
  color: #ffffff !important;
}
.sightmap .specials_banner .mt_one_column_content_wrapper,
.floor-plans .specials_banner .mt_one_column_content_wrapper {
  padding: 80px !important;
}
.sightmap .specials_banner .mt_one_column_content_wrapper p,
.floor-plans .specials_banner .mt_one_column_content_wrapper p {
  max-width: 960px;
}
@media (max-width: 991.8px) {
  .sightmap .specials_banner .mt_one_column_content_wrapper,
  .floor-plans .specials_banner .mt_one_column_content_wrapper {
    padding: 40px 20px !important;
  }
}
.sightmap .specials_banner::after,
.floor-plans .specials_banner::after {
  display: block;
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  background-size: contain;
  background-image: url("../../images/Aura_Mark_1.svg");
  background-repeat: no-repeat;
  background-position: left bottom;
  width: 170px;
  height: 182px;
}
@media (max-width: 991.8px) {
  .sightmap .specials_banner::after,
  .floor-plans .specials_banner::after {
    display: none;
  }
}
.sightmap .mt_floorplas_page_wrap .dropdown [role=listbox],
.sightmap .mt_floorplas_page_wrap .dropdown .selectivo__label,
.floor-plans .mt_floorplas_page_wrap .dropdown [role=listbox],
.floor-plans .mt_floorplas_page_wrap .dropdown .selectivo__label {
  border-radius: 0 !important;
}
@media (max-width: 359.8px) {
  .sightmap .mt_fp_list_wrap .mt_fp_list_box,
  .floor-plans .mt_fp_list_wrap .mt_fp_list_box {
    padding: 24px 10px 20px !important;
  }
}
.sightmap .mt_fp_no_results,
.floor-plans .mt_fp_no_results {
  margin: 20px auto !important;
  width: calc(100% - 32px);
  padding: 0;
}
@media (max-width: 991.8px) {
  .sightmap .mt_fp_no_results,
  .floor-plans .mt_fp_no_results {
    margin: 10px auto !important;
    width: calc(100% - 16px);
  }
}
.sightmap .mt_fp_no_results .mt_one_column,
.floor-plans .mt_fp_no_results .mt_one_column {
  background-color: #FCF8F5 !important;
}
.sightmap .mt_fp_no_results .mt_one_column .mt_one_column_content_wrapper,
.floor-plans .mt_fp_no_results .mt_one_column .mt_one_column_content_wrapper {
  padding: 0 !important;
}
.sightmap .mt_fp_no_results .mt_one_column .mt_one_column_content_wrapper .mt_col_heading,
.floor-plans .mt_fp_no_results .mt_one_column .mt_one_column_content_wrapper .mt_col_heading {
  margin-top: 60px;
  font-weight: 700;
  line-height: 60px !important;
  letter-spacing: 0.1em;
  color: #0f4057 !important;
  -webkit-text-fill-color: #0f4057 !important;
  -webkit-text-stroke-width: 0px;
}
.sightmap .mt_fp_no_results .mt_one_column .mt_one_column_content_wrapper .mt_col_heading,
.floor-plans .mt_fp_no_results .mt_one_column .mt_one_column_content_wrapper .mt_col_heading {
  font-size: 30px;
}
@media screen and (min-width: 320px) {
  .sightmap .mt_fp_no_results .mt_one_column .mt_one_column_content_wrapper .mt_col_heading,
  .floor-plans .mt_fp_no_results .mt_one_column .mt_one_column_content_wrapper .mt_col_heading {
    font-size: calc(30px + 15 * (100vw - 320px) / 1280);
  }
}
@media screen and (min-width: 1600px) {
  .sightmap .mt_fp_no_results .mt_one_column .mt_one_column_content_wrapper .mt_col_heading,
  .floor-plans .mt_fp_no_results .mt_one_column .mt_one_column_content_wrapper .mt_col_heading {
    font-size: 45px;
  }
}
@media (max-width: 991.8px) {
  .sightmap .mt_fp_no_results .mt_one_column .mt_one_column_content_wrapper .mt_col_heading,
  .floor-plans .mt_fp_no_results .mt_one_column .mt_one_column_content_wrapper .mt_col_heading {
    line-height: 38px !important;
  }
}
.sightmap .mt_fp_no_results .mt_one_column .mt_one_column_content_wrapper .mt_paragraph,
.floor-plans .mt_fp_no_results .mt_one_column .mt_one_column_content_wrapper .mt_paragraph {
  color: #0f4057 !important;
}
.sightmap .mt_fp_no_results .mt_one_column .mt_one_column_content_wrapper .mt_btn.mt_fill_btn,
.floor-plans .mt_fp_no_results .mt_one_column .mt_one_column_content_wrapper .mt_btn.mt_fill_btn {
  background-color: #0f4057;
  border-color: #0f4057;
  margin-top: 20px;
  font-size: clamp(1rem, 0.948rem + 0.191vw, 1.125rem);
}
@media (max-width: 991.8px) {
  .sightmap .mt_fp_no_results .mt_one_column .mt_one_column_content_wrapper .mt_btn.mt_fill_btn,
  .floor-plans .mt_fp_no_results .mt_one_column .mt_one_column_content_wrapper .mt_btn.mt_fill_btn {
    width: fit-content;
  }
}
.sightmap .mt_fp_no_results .mt_one_column .mt_one_column_content_wrapper .mt_btn.mt_fill_btn:hover,
.floor-plans .mt_fp_no_results .mt_one_column .mt_one_column_content_wrapper .mt_btn.mt_fill_btn:hover {
  background-color: #53797d !important;
  border-color: #53797d !important;
  color: #ffffff !important;
}
.sightmap .mt_fp_no_results .mt_heading_clr,
.floor-plans .mt_fp_no_results .mt_heading_clr {
  color: #0f4057 !important;
  font-weight: 700;
  font-size: 24px;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  margin-top: 60px !important;
}
.sightmap .mt_fp_no_results .mt_heading_clr,
.floor-plans .mt_fp_no_results .mt_heading_clr {
  line-height: 28px;
}
@media screen and (min-width: 320px) {
  .sightmap .mt_fp_no_results .mt_heading_clr,
  .floor-plans .mt_fp_no_results .mt_heading_clr {
    line-height: calc(28px + 4 * (100vw - 320px) / 1280);
  }
}
@media screen and (min-width: 1600px) {
  .sightmap .mt_fp_no_results .mt_heading_clr,
  .floor-plans .mt_fp_no_results .mt_heading_clr {
    line-height: 32px;
  }
}
@media screen and (min-width: 438px) and (max-width: 992px) {
  .sightmap .mt_filter_sticky_bar .dropdown.mt_fp_sort_dropdown .selectivo__label,
  .floor-plans .mt_filter_sticky_bar .dropdown.mt_fp_sort_dropdown .selectivo__label {
    max-width: 135px !important;
  }
  .sightmap .mt_filter_sticky_bar .dropdown.mt_fp_view_tab .selectivo__label,
  .floor-plans .mt_filter_sticky_bar .dropdown.mt_fp_view_tab .selectivo__label {
    max-width: 175px !important;
    width: 175px;
  }
}
@media screen and (min-width: 360px) and (max-width: 439px) {
  .sightmap .mt_filter_sticky_bar .mt_fp_filter_lbl,
  .floor-plans .mt_filter_sticky_bar .mt_fp_filter_lbl {
    font-size: 11px !important;
  }
  .sightmap .mt_floorplas_page_wrap .dropdown .selectivo__label,
  .floor-plans .mt_floorplas_page_wrap .dropdown .selectivo__label {
    font-size: 12px !important;
  }
  .sightmap .mt_filter_sticky_bar .mt_fp_view_wrap,
  .floor-plans .mt_filter_sticky_bar .mt_fp_view_wrap {
    margin-left: -13px !important;
  }
}
.sightmap .ring-container .circle,
.floor-plans .ring-container .circle {
  background-color: #e37082 !important;
  border: 1.5px solid #e37082 !important;
}
.sightmap .ring-container .ringring,
.floor-plans .ring-container .ringring {
  border: 3px solid #e37082 !important;
}
@media (max-width: 991.8px) {
  .sightmap .mt_filter_sticky_bar .dropdown.mt_fp_view_tab [role=listbox],
  .floor-plans .mt_filter_sticky_bar .dropdown.mt_fp_view_tab [role=listbox] {
    width: 175px;
  }
}

.compare .mt_main_heading {
  text-transform: uppercase;
}
.compare .mt_main_heading,
.compare .mt_heading_clr,
.compare p {
  color: #0f4057 !important;
}
.compare .mt_fp_compare_wrapper .mt_compare_items .mt_compare_item .mt_compare_head button.mt_enlarge_btn {
  border: 2px solid #0f4057;
}
.compare .mt_fp_compare_wrapper .mt_compare_items .mt_compare_item .mt_compare_head button.mt_compare_cancel,
.compare .mt_fp_compare_wrapper .mt_compare_items .mt_compare_item .mt_compare_head button.mt_enlarge_btn:before,
.compare .mt_fp_compare_wrapper .mt_compare_items .mt_compare_item .mt_compare_head button.mt_enlarge_btn:after {
  background: #0f4057 !important;
}
.compare .mt_fill_btn {
  background-color: #738f94;
  border: 1px solid #738f94;
}
.compare .mt_fill_btn:hover {
  background-color: #53797d !important;
  color: #ffffff !important;
}

.sightmap header {
  background-color: white !important;
}

@media (max-width: 991.8px) {
  .sightmap .mt_filter_sticky_bar .mt_fp_view_wrap {
    margin-left: 0;
  }
}

/*# sourceMappingURL=floorplans.css.map */
