/*transform origin*/
.neighborhood .mt_banner .mt_banner_content > div {
  max-width: 1200px;
}
.neighborhood .mt_col_heading:empty {
  display: none;
}
@media (min-width: 992px) {
  .neighborhood .mt_two_column_list_layout .mt_two_col .mt_col_img {
    height: auto;
  }
}
@media (min-width: 1400px) {
  .neighborhood .mt_two_column_list_layout .mt_two_col .mt_col_img {
    height: 40vw;
  }
}
@media (max-width: 767.8px) {
  .neighborhood .mt_two_column_list_layout .mt_two_col .mt_col_img {
    min-height: 86vw !important;
  }
}
.neighborhood .mt_two_column_list_layout .mt_two_col:not(.mt_col_reverse) img {
  border-top-left-radius: 40%;
  border-bottom-left-radius: 40%;
}
@media (max-width: 991.8px) {
  .neighborhood .mt_two_column_list_layout .mt_two_col:not(.mt_col_reverse) img {
    border-top-left-radius: 44%;
    border-bottom-left-radius: 44%;
  }
}
@media (max-width: 991.8px) {
  .neighborhood .mt_two_column_list_layout .mt_two_col:not(.mt_col_reverse) .mt_col_content {
    padding-bottom: 64px;
  }
}
@media (max-width: 991.8px) {
  .neighborhood .mt_two_column_list_layout .mt_two_col:not(.mt_col_reverse) .mt_col_img {
    margin-top: 0;
  }
}
@media (max-width: 991.8px) {
  .neighborhood .mt_two_column_list_layout .mt_two_col.mt_col_reverse {
    flex-direction: column;
  }
  .neighborhood .mt_two_column_list_layout .mt_two_col.mt_col_reverse .mt_col_content {
    padding-top: 0;
  }
}
.neighborhood .mt_two_column_list_layout .mt_two_col.mt_col_reverse img {
  border-top-right-radius: 40%;
  border-bottom-right-radius: 40%;
}
@media (max-width: 991.8px) {
  .neighborhood .mt_two_column_list_layout .mt_two_col.mt_col_reverse img {
    border-top-right-radius: 44%;
    border-bottom-right-radius: 44%;
  }
}

.mt_map_block {
  background: linear-gradient(rgba(215, 201, 185, 0.4), rgba(215, 201, 185, 0.4)), url(../../images/Accolade-Pattern-Tile-Cashmere.svg) center/500px repeat;
}

.mt_map_cont {
  background-color: transparent !important;
}
.mt_map_cont .mt_neighborhood_category h3 {
  font-weight: 700;
}
.mt_map_cont .mt_neighborhood_category .mt_category_list > li {
  color: #463e47;
}
.mt_map_cont .mt_neighborhood_category .mt_category_list > li.active button {
  background: #F8F4F1;
  color: #2e2830;
}
.mt_map_cont .mt_neighborhood_category .mt_category_list > li.active button::after {
  border-color: #2e2830;
}
.mt_map_cont .mt_neighborhood_category .mt_category_list > li .mt_sub_category_list {
  background-color: #f5f3ed;
}

.system .mt_map_cont .mt_neighborhood_category .mt_category_list > li button:hover {
  background: #F8F4F1;
  color: #2e2830;
}

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