.research_breadcrumbs {
  padding: 18px 0 0;
}
.research_breadcrumbs ol {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  font-size: 13px;
  line-height: 1.5;
  color: #5b5d73;
}
.research_breadcrumbs li {
  display: flex;
  align-items: center;
}
.research_breadcrumbs li:not(:last-child)::after {
  content: "/";
  margin: 0 8px;
  color: #b8b0c9;
}
.research_breadcrumbs a {
  color: #450AA7;
  font-weight: 600;
  text-decoration: none;
}
.research_related_area {
  background: #F8F5FF;
  padding: 36px 0;
}
.research_related_area .heading_3 {
  margin: 0 0 16px;
  font-size: 20px;
  font-weight: 700;
  color: #000929;
}
.research_related_links {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 12px;
}
.research_related_links a {
  background: #fff;
  color: #450AA7;
  border: 1px solid #e4dcf6;
  border-radius: 999px;
  padding: 8px 14px;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
}
.maps_table a,
.condo-details-key + td a {
  color: #450AA7;
  font-weight: 600;
}
.browse_index_intro,
.data_source_list p,
.data_source_list li,
.Footer_legal p {
  line-height: 1.7;
}
.data_source_list p,
.Footer_legal p {
  margin: 0 0 16px;
}
.data_source_list ul {
  list-style: disc;
  margin: 0 0 24px;
  padding-left: 1.4em;
}
.data_source_list li {
  margin: 0 0 12px;
}
