#us-map {
  display: block;
  position: relative;
  top: 0;
  left: 0;
height: 100%;
  width: 100%;
  cursor: pointer;
 margin: 0 auto;
  max-width: 1100px;
  margin-bottom: 60px;
}
#info-box {
  text-align: center;
}
path:hover,
circle:hover {
  stroke: #227da7 !important;
  stroke-width: 5px;
  stroke-linejoin: round;
  fill: #028fcc !important;
  cursor: pointer;
}
path#WA:hover,
path#OH:hover,
path#CO:hover,
path#NJ:hover,
path#TN:hover,
path#MA:hover,
path#FL:hover,
    stroke: #c75d12 !important;
    stroke-width: 5px;
    stroke-linejoin: round;
    fill: #db6a18 !important;
    cursor: pointer;
}

#path67 {
  fill: none !important;
  stroke: #2cb3f0 !important;
  cursor: default;
}

#info-box {
  display: none;
  position: absolute;
  top: -155px;
  left: 0px;
  z-index: 1;
  background-color: #ffffff;
  color: #212121;
  border: 3px solid #ec7723;
  box-shadow: 0 11px 30px rgb(154 161 177 / 20%);
  border-radius: 9px;
  padding: 13px;
  font-family: arial;
  max-width:450px;
}
.before-title{font-family: Montserrat,sans-serif;
    font-size: 18px;
    font-weight: 700;
    color: #0091da;
    display: block;
    line-height: 1rem;
    margin: 0 0 0.75rem;
}

.info-title{font-family: Montserrat,sans-serif;
    color: #1b365d;
    font-style: normal;
    font-weight: 700;
    text-decoration: none;}
.info-desc{font-family: Montserrat,sans-serif;
    color: #1b365d;font-size: 16px;
    line-height: 1.375;
    margin: 0;}
.info-desc p{margin-bottom: 1rem;}
.detail-link {
    color: #ec7723;
    font-weight: 700;
    font-family: Montserrat,sans-serif;
    cursor: pointer;
    text-align: center;
    text-decoration: none;
}
.close {
    position: absolute;
    top: 5px;
    right: 10px;
    cursor: pointer;
}