.has-projects,
.projects .map-filter svg .has-projects path {
  cursor: pointer;
  -webkit-transition: fill .5s;
  fill: #8a1d03;
  fill-opacity: 1;
}

.has-projects:hover,
.projects .map-filter svg .has-projects:hover path {
  fill: #e6e3d3;
}

.med-high,
.projects .map-filter svg .med-high path {
  fill-opacity: .8;
}

.med,
.projects .map-filter svg .med path {
  fill-opacity: .6;
}

.low,
.projects .map-filter svg .low path {
  fill-opacity: .4;
}

.gform_validation_container {
  display: none;
}