.main-content {
  float: none !important;
}

#mapwrapper {
  max-width: 1920px;
  margin: 0 auto;
  padding: 0 0;
  background-color: transparent;
  min-width: 220px;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  position: relative;
}

#text-abb {
  font-size: 14px;
}

#text-abb text {
  font-family: Arial, Helvetica, sans-serif;
}

#map_base svg {
  max-height: 100%;
  width: 100%;
  margin: 0;
}

#close-info {
  float: right;
  font-size: 22px;
  font-weight: 600;
  margin: 10px;
  cursor: pointer;
}

#map-tip-us {
  font: 14px/16px Trebuchet MS, Helvetica, Arial, sans-serif;
  display: none;
  padding: 4px 14px;
  border: 1px solid #045881;
  color: #000000;
  z-index: 1000;
  /*gradient color*/
  background: rgb(241, 241, 241);
  background: -moz-linear-gradient(top, rgba(241, 241, 241, 1) 0%, rgba(247, 247, 247, 1) 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(241, 241, 241, 1)), color-stop(100%, rgba(247, 247, 247, 1)));
  background: -webkit-linear-gradient(top, rgba(241, 241, 241, 1) 0%, rgba(247, 247, 247, 1) 100%);
  background: -o-linear-gradient(top, rgba(241, 241, 241, 1) 0%, rgba(247, 247, 247, 1) 100%);
  background: -ms-linear-gradient(top, rgba(241, 241, 241, 1) 0%, rgba(247, 247, 247, 1) 100%);
  background: linear-gradient(to bottom, rgba(241, 241, 241, 1) 0%, rgba(247, 247, 247, 1) 100%);
  word-break: keep-all;
  /*white-space: nowrap;*/
  box-shadow: 1px 2px 4px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 2px 3px 6px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 2px 3px 6px rgba(0, 0, 0, 0.5);
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  position: absolute;
  left: 50% !important;
  top: 50% !important;
  transform: translate(-50%, -50%);
  max-width: 80vw;
  width: fit-content;
}

#map-tip-us h3 {
  font-weight: 700;
  line-height: 1.6em;
  color: #045881;
  margin: 0;
  font-size: x-large;
}

#map-tip-us h4 {
  margin: 5px 0 0 0;
  font-size: medium;
  font-weight: 600;
  text-transform: uppercase;
}

#map-tip-us p {
  margin: 0 !important;
  color: #edeef0 !important;
}

#map-tip-us img {
  float: left;
  padding: 3px;
}

#map-tip-us ul {
  padding-left: 0;
}

#map-tip-us li {
  list-style-type: none;
  margin-bottom: 5px;
}

#map-tip-us li label {
  margin-right: 8px;
  float: left;
}

#map-tip-us a {
  color: #045881;
  display: table;
  border: none;
  width: fit-content;
}

#map-tip-us a:focus, #map-tip-us a:hover {
  color: #093c4d;
  border-bottom: solid 1px #093c4d;
}

@media screen and (max-width: 320px) {
  #map_base svg {
    height: 140px;
  }

  #map-tip-us img {
    max-width: 95%;
    transform: scale(.8);
  }
}

@media screen and (max-width: 850px) {
  #map-tip-us {
    transform: translate(-50%, -20%);
  }
}

@media screen and (max-width: 400px) and (min-width: 321px) {
  #map_base svg {
    height: 180px;
  }
}

@media screen and (max-width: 480px) and (min-width: 401px) {
  #map_base svg {
    height: 250px;
  }
}

@media screen and (max-width: 568px) and (min-width: 481px) {
  #map_base svg {
    height: 290px;
  }
}

@media screen and (max-width: 685px) and (min-width: 569px) {
  #map_base svg {
    height: 340px;
  }
}

@media screen and (max-width: 767px) and (min-width: 686px) {
  #map_base svg {
    height: 430px;
  }
}

@media screen and (min-width: 768px) {
  #map_base svg {
    height: 550px;
  }
}