.svg-map-wrapper {
  text-align: center;
}

.state-picker-us-map {
  display: inline-block;
  width: 100%;
  height: auto;
  max-width: 1000px;
}

.svg-map-wrapper path:hover, .svg-map-wrapper circle:hover {
  cursor: pointer;
}

.state-info-box {
  display: none;
  position: absolute;
  top: -5%;
  left: 25%;
  z-index: 999;
  background-color: #ffffff;
  border: 2px solid #0d74b6;
  border-radius: 5px;
  padding: 5px;
  font-family: arial;
}

.mobile-state-selector-wrapper
{
  display: none;
}

.mobile-state-selector
{
  padding: 6px;
  width: 100%;
}

.mobile-state-selector-btn
{
  padding: 6px;
  margin-top: 10px;
}

.us-territories {
  margin-bottom: 2rem;
}

.us-territories-title {
  margin-top: 0;
  margin-bottom: 1rem;
  color: #000;
  font-size: 26px;
  line-height: 27px;
  font-weight: 300;
}

.us-territories a
{
  color: #0d74b6;
  margin-right: 10px;
}

@media(max-width: 600px)
{
  .svg-map-wrapper {display: none}
  .mobile-state-selector-wrapper {display: block}
  .mobile-state-selector-wrapper h3 {font-size: 5vw}
}
