.page-template-page-defensible-space .map-menu-items p {
  font-size: 1rem;
  line-height: 1.3;
  margin-bottom: 1.5rem;
  cursor: pointer;
}
.page-template-page-defensible-space .map-menu-items p a {
  color: #3c4246;
  text-decoration: underline;
  font-size: 1rem;
  line-height: 1.3;
}
.page-template-page-defensible-space .map-menu-items p:hover,
.page-template-page-defensible-space .map-menu-items p:focus {
  color: #be5326;
}
.page-template-page-defensible-space .map-menu-items p.sidenote {
  margin: 0;
  cursor: default;
  max-width: 250px;
}
.page-template-page-defensible-space .map-menu-items p.sidenote:hover {
  color: #3c4247;
}
.page-template-page-defensible-space .map-menu-items p.sidenote a {
  color: #be5326;
  text-decoration: underline;
}
.page-template-page-defensible-space #interactive-map-popup h2 {
  font-weight: 400;
}
.page-template-page-defensible-space #interactive-map-popup h2 strong {
  font-weight: 700;
}
.location-and-setting {
  background: #3c4247;
  padding: 4rem 0 5rem;
}
.location-and-setting h2,
.location-and-setting h3,
.location-and-setting p {
  color: #fff;
}
.location-and-setting-intro-text {
  text-align: center;
}
.location-and-setting-box {
  margin-top: 2rem;
}
.location-and-setting-box .image-container {
  margin-bottom: 1rem;
}
.location-and-setting-box .image-container img {
  width: 100%;
  align-items: center;
}
.image-container {
  height: 200px;
  display: flex;
}
.steep-slope .image-container img {
  width: 90%;
}
.location-and-setting-box h3 {
  letter-spacing: 0.065rem;
}
.location-and-setting-box p {
  font-size: 1rem;
  line-height: 1.4;
}

@media screen and (min-width: 90em) {
  /* ≥ 768px */
  .page-template-page-defensible-space #interactive-map-popup {
    padding: 5rem 12rem;
  }
}
