/*!**************************************************************************************************************************************************************************************************************************************************!*\
  !*** 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/impact-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.
*/
#impactMap {
  width: 100%;
  height: 700px;
  max-width: 1240px;
}

#impactMap .hm-dyulr-iw,
#impactMap .gm-style .gm-style-iw-d {
  padding: 0;
}
#impactMap .marker-container {
  position: relative;
}

.impact-map-container {
  position: relative;
}

#markerContainer {
  position: absolute;
  width: 300px;
  top: 420px;
  background: white;
  padding-bottom: 20px;
  z-index: 1;
  box-shadow: 10px 10px 5px 0px rgba(0, 0, 0, 0.33);
  -webkit-box-shadow: 10px 10px 5px 0px rgba(0, 0, 0, 0.33);
  -moz-box-shadow: 10px 10px 5px 0px rgba(0, 0, 0, 0.33);
}
#markerContainer:hover {
  cursor: auto;
}
#markerContainer.hidden {
  height: 0;
  box-shadow: none;
}

#closeMarkerContainer {
  position: absolute;
  top: -10px;
  right: -10px;
  width: 20px;
  height: 20px;
  z-index: 1;
  color: #000;
  background: white;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 2;
}
#closeMarkerContainer:hover {
  cursor: pointer;
}

.rollover-span {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.rollover-span.rollover-title, .rollover-span.marker-flag {
  display: inline-flex;
}

.marker-flag {
  height: 50px;
  width: auto;
  position: relative;
}

.rollover-title,
.rollover-description,
.rollover-link {
  padding: 0 12px;
  font-family: BentonSansWide;
  font-weight: 400;
  letter-spacing: 0.2rem;
  font-size: 0.8rem;
  color: #000;
  max-width: 400px;
}

.rollover-title {
  margin-top: 0;
  margin-bottom: 0;
  letter-spacing: 0px;
}

.rollover-description {
  font-size: 14px;
  font-family: "HaboroSans-NormRegular";
  letter-spacing: 0;
  font-weight: 400;
}

.rollover-link {
  letter-spacing: 0;
}

span.rollover-link,
.rollover-descritpion {
  margin-bottom: 1rem;
}

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