/* Comment */
.us-map {
  display: block;
  height: 0;
  margin: 0;
  padding: 62.2% 0 1.5rem;
  position: relative;
  vertical-align: top;
  width: 100%;
}
.us-map svg {
  left: 0;
/* to offset top and western Alaska islands */
  margin: -4% 0 0 -8%;
  position: absolute;
  top: 0;
  width: 108%;
  z-index: 1;
}
.us-map path.clickable {
  cursor: pointer;
}
div.map-tooltip {
  background-color: #fff;
  box-shadow: 0 0 0.938rem rgba(2,2,2,0.1);
  height: auto;
  opacity: 1;
  pointer-events: none;
  position: absolute;
  width: 18.75rem;
  z-index: 1000;
}
div.map-tooltip .tooltip-header {
  background-color: #00345e;
  color: #fff;
  position: relative;
}
div.map-tooltip .arrow {
  border-color: transparent transparent transparent #020202;
  border-style: solid;
  border-width: 0.625rem 0 0.625rem 0.625rem;
  bottom: 0;
  content: "";
  display: block;
  height: 0;
  left: 100%;
  margin: auto 0;
  position: absolute;
  top: -25px;
  width: 0;
}
div.map-tooltip.tool-right .arrow {
  border-color: transparent #020202 transparent transparent;
  left: -0.625rem;
  border-width: 0.625rem 0.625rem 0.625rem 0;
}
div.map-tooltip .tooltip-header h3 {
  display: inline-block;
  color: #fff;
  margin: 0;
  padding: 1.125rem 1.875rem;
  width: 100%;
}
div.map-tooltip .tooltip-header h3 a {
  display: inline-block;
/* @include link(#fff, #fff, none, none); */
  position: relative;
}
div.map-tooltip .tooltip-content {
  display: inline-block;
  padding: 0.5625rem 1.875rem 1.25rem;
  width: 100%;
}
div.map-tooltip .tooltip-content a,
div.map-tooltip .tooltip-content span {
  display: block;
}
/*# sourceMappingURL=public.css.map */