.highmap {
  width: 100%;
}
.highmap path {
  stroke: #403f3d;
}
.highmap .highcharts-series-1.highcharts-series-hover path:hover {
  cursor: pointer;
}
.highmap + #page .block-page-title-block {
  background-color: rgba(255,255,255,0.8) !important;
  margin-top: -8rem !important;
}
.highmap-greysh {
  background-color: #eef1f4 !important;
}
.highmap-breadcrumbs-absolute {
  position: absolute !important;
  width: 100%;
}
.loading {
  margin-top: 10em;
  text-align: center;
  color: gray;
}
@media (max-width: 992px) {
  .highmap {
    height: 185px;
  }

  .highmap .highcharts-container {
    top: unset;
    display: none;
  }
}

@media (max-width: 576px) {
  .highmap {
    height: 145px;
  }
}
