.usa-map .usa-state {
  fill: #ddf1ff;
  stroke: #91ABBD;
}

.usa-map .dc2 {
  fill: #089AFF;
}

.usa-map .usa-state:hover {
  fill: #87CEFF;
}

.usa-map-tooltip {
  pointer-events: none;
  position: absolute;
  font-size: .875rem;
  line-height: 1;
  text-align: center;
  background: white;
  padding: 10px 15px;
  z-index: 5;
  margin: 0 auto;
  border-radius: 5px;
  box-shadow: 0 0 0 1px #eee;
  transform: translateX(-50%);
  display: none;
}

.usa-map-tooltip:after {
  content: '';
  position: absolute;
  left: 50%;
  top: 100%;
  width: 0;
  height: 0;
  margin-left: -10px;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid white;
}

.usa-map-tooltip.active {
  display: block;
}
