/*!***************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[3].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[3].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[3].use[3]!./src/housing-map/style.scss ***!
  \***************************************************************************************************************************************************************************************************************************************************/
/**
 * The following styles get applied both on the front of your site
 * and in the editor.
 *
 * Replace them with your own styles or remove the file completely.
 */
/**
 * Common SASS
 *
 * Can include things like variables and mixins
 * that are used across the project.
*/
#housingMap {
  width: 100%;
  height: 450px;
  max-width: 1240px;
  margin-bottom: 20px;
}

.housing-map-container,
.filter-bar {
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  padding: 20px;
  background-color: #f8f8f8;
}

.filter-bar {
  background-color: white;
  padding: 20px;
}
.filter-bar .filter-buttons {
  position: relative;
  display: flex;
  justify-items: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  padding: 10px;
}
.filter-bar .filter-buttons .filter-button {
  display: flex;
  width: auto;
  padding: 20px;
  color: black;
  font-weight: 400;
  opacity: 1;
  font-family: HaboroSans-NormRegular;
}
.filter-bar .filter-buttons .filter-button.opacity {
  opacity: 0.5;
}
.filter-bar .filter-buttons .filter-button-close {
  position: relative;
  margin-right: 5px;
}
.filter-bar .filter-buttons .filter-button-close span.circle-close {
  border-radius: 50%;
  width: 20px;
  height: 20px;
}
.filter-bar .filter-buttons .filter-button span.circle {
  position: relative;
  display: flex;
  align-self: center;
  margin-right: 5px;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  background-color: #669934;
}
.filter-bar .filter-buttons .filter-button span.circle:hover {
  opacity: 1;
  cursor: pointer;
}
.filter-bar .filter-buttons .filter-button span.families {
  background-color: #ff9900;
}
.filter-bar .filter-buttons .filter-button span.seniors {
  background-color: #f3bd02;
}

#reset {
  opacity: 1 !important;
}

h3.location-amount {
  padding: 20px 0;
}

.housing-map-container .housing-location {
  background-color: white;
  width: calc(100% - 20px);
  margin: 10px;
}
@media (min-width: 767.98px) {
  .housing-map-container .housing-location {
    width: calc(50% - 20px);
  }
}
@media (min-width: 991.98px) {
  .housing-map-container .housing-location {
    width: calc(33% - 20px);
  }
}
.housing-map-container .housing-location .housing-location-featured-image {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  height: 300px;
  width: calc(100% + 20px);
  position: relative;
  display: block;
  margin-left: -10px;
}
.housing-map-container .housing-location .housing-location-body {
  width: calc(100% - 20px);
  margin: 0 10px;
  padding: 20px;
}
.housing-map-container .housing-location .services-section {
  padding: 20px;
}
.housing-map-container .housing-location .services-section p,
.housing-map-container .housing-location .services-section p.tooltip {
  display: flex;
  width: auto;
  padding: 10px 0;
  color: black;
  font-weight: bold;
  margin-bottom: 0px !important;
}
.housing-map-container .housing-location .services-section p span.circle,
.housing-map-container .housing-location .services-section p.tooltip span.circle {
  position: relative;
  display: flex;
  align-self: center;
  margin-right: 5px;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  background-color: #669934;
}
.housing-map-container .housing-location .services-section p span.families,
.housing-map-container .housing-location .services-section p.tooltip span.families {
  background-color: #ff9900;
}
.housing-map-container .housing-location .services-section p span.seniors,
.housing-map-container .housing-location .services-section p.tooltip span.seniors {
  background-color: #f3bd02;
}

h3.small-heading {
  font-size: 1rem;
}

/*# sourceMappingURL=style-index.css.map*/