.VectorMap {
  width: 25%;
  height: 43.75rem;
  margin-top: -2rem;
  margin-bottom: -2rem;
}
.VectorMap .jvectormap-container {
  height: 95%;
  width: 100%;
}
.VectorMap path {
  fill: #ccc;
  stroke: #f5f5f5;
  stroke-width: 1;
}
.VectorMap-link path {
  fill: #004b87;
}
.VectorMap-link:hover path {
  fill: #ced7d2;
}
.VectorMap-link:focus {
  outline: none;
}
.VectorMap-link:focus path {
  fill: #ced7d2;
}
.jvectormap-region {
  font-size: 1.125rem;
  font-weight: 500;
  font-family: elza, Arial, Helvetica, sans-serif;
}
@media (max-width: 47.9375rem) {
  .VectorMap {
    display: none;
  }
}
