/*transform origin*/
.neighborhood .neigh_intro .mt_one_column {
  padding-block: 72px;
}
.neighborhood .mt_two_column_layout .mt_col_subheading {
  font-size: 18px;
}
@media screen and (min-width: 375px) {
  .neighborhood .mt_two_column_layout .mt_col_subheading {
    font-size: calc(18px + 0 * (100vw - 375px) / 1097);
  }
}
@media screen and (min-width: 1472px) {
  .neighborhood .mt_two_column_layout .mt_col_subheading {
    font-size: 18px;
  }
}
.neighborhood .mt_two_column_layout p a {
  text-decoration: underline;
  text-underline-offset: 2px;
  text-decoration-thickness: 1px;
}
@media (max-width: 991.01px) {
  .neighborhood .mt_map_block {
    width: calc(100% - 16px);
  }
}
.neighborhood .mt_map_block .neighborhood_intro h2 {
  font-size: 18px;
  font-family: "commuters-sans", sans-serif;
  text-transform: uppercase;
}
.neighborhood .mt_map_cont .mt_neighborhood_category h3 {
  font-size: 18px;
  font-family: "commuters-sans", sans-serif;
  text-transform: uppercase;
  font-weight: 600;
}
.neighborhood .mt_category_list > li > button, .neighborhood .mt_category_list > li > span {
  font-size: 20px;
  font-weight: 300;
}
@media (max-width: 991.01px) {
  .neighborhood .mt_category_list > li > button, .neighborhood .mt_category_list > li > span {
    font-size: 16px;
  }
}
@media (max-width: 991.01px) {
  .neighborhood .mt_two_column_layout .mt_two_col.mt_col_reverse {
    flex-direction: column !important;
  }
  .neighborhood .mt_two_column_layout .mt_two_col.mt_col_reverse .mt_col_content {
    padding-top: 5px;
  }
}
@media (max-width: 991.01px) {
  .neighborhood .neigh_column_reverse .mt_two_column_layout .mt_two_col.mt_col_reverse,
  .neighborhood .neigh_column_reverse .mt_two_column_layout .mt_two_col {
    flex-direction: column-reverse !important;
  }
  .neighborhood .neigh_column_reverse .mt_two_column_layout .mt_two_col.mt_col_reverse .mt_col_content {
    padding-top: 50px;
  }
}

.mt_map_cont .mt_neighborhood_category .mt_category_list > li .mt_sub_category_list {
  background: rgba(215, 201, 188, 0.2);
}

.neighborhood_fullsection .mt_one_column.with_bg {
  padding: 0;
  aspect-ratio: 16/6;
  background-position: center 80% !important;
}
@media (max-width: 991.01px) {
  .neighborhood_fullsection .mt_one_column.with_bg {
    aspect-ratio: 1/1.1;
    background-size: 175% !important;
  }
}
.neighborhood_fullsection .mt_one_column.with_bg .mt_col_heading {
  display: none;
}

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