﻿#mapwrapper {
  font-family: Arial, Helvetica, sans-serif;
  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; 
}
#visnames {
  font-weight: bold;
}
#mapbase svg {
  max-height: 100%;
  width: 100%;
  margin: 0;
  overflow: visible;
  /* -webkit-filter: drop-shadow( 1px 1px 2px rgba(0, 0, 0, 0.2) ); 
    filter: drop-shadow( 1px 1px 2px rgba(0, 0, 0, 0.2) ); */
}
#wdctjstip {
  font: 14px/16px Trebuchet MS, Helvetica, Arial, sans-serif;
  display: none;
  max-width: 40%;
  padding: 12px 26px;
  border-radius: 50px;
  color: #ffffff;
  z-index: 1000;
  float: left;
  position: absolute;
  background: #0093E9;
  word-break: keep-all;
}
#wdctjstip p {
  margin: 0!important;
  color: #404040!important;
}
#wdctjstip img {
  float: left;
  padding: 3px;
  max-width: 100%;
}
@media screen and (max-width: 320px){
  #mapbase svg {
    height:160px;
  }
}
@media screen and (max-width: 400px) and (min-width: 321px) {
  #mapbase svg {
    height:200px;
  }
}
@media screen and (max-width: 480px) and (min-width: 401px) {
  #mapbase svg {
    height:250px;
  }
}
@media screen and (max-width: 568px) and (min-width: 481px) {
  #mapbase svg {
    height:300px;
  }
}
@media screen and (max-width: 685px) and (min-width: 569px) {
  #mapbase svg {
    height:350px;
  }
}
@media screen and (max-width: 767px) and (min-width: 686px) {
  #mapbase svg {
    height:430px;
  }
}
@media screen and (min-width: 768px) {
  #mapbase svg {
    height:480px;
  }
}

.hosting-infrastructure .dev-interactive-cdn-map__legend {
  position: static !important;
  inset: auto !important;
  transform: none !important;
  clear: both !important;
  width: 100%;
  margin: 0 auto !important;
  padding-top: 1.5rem !important;
  border-top: 1px solid rgba(0, 88, 122, 0.08) !important;
  background: #ffffff;
  position: relative !important;
  z-index: 2;
}

.hosting-infrastructure #mapbase {
  overflow: visible;
  margin-bottom: 8rem !important;
}

.hosting-infrastructure .dev-interactive-cdn-map__legend-items {
  gap: 2rem !important;
}

.hosting-infrastructure .dev-interactive-cdn-map__legend-item {
  display: flex !important;
  align-items: center !important;
  gap: .55rem !important;
}

.hosting-infrastructure .dev-interactive-cdn-map__legend-item p {
  color: #3f4a51 !important;
  font-family: inherit !important;
  font-size: 14px !important;
  font-weight: 600 !important;
  line-height: 1.35 !important;
  letter-spacing: 0 !important;
  text-align: left !important;
}

.hosting-infrastructure .dev-interactive-cdn-map__legend-points {
  margin-right: 0 !important;
}

.hosting-infrastructure .dev-interactive-cdn-map__legend-points span {
  width: 12px !important;
  height: 12px !important;
}

@media screen and (max-width: 767px) {
  .hosting-infrastructure #mapbase {
    margin-bottom: 4.75rem !important;
  }

  .hosting-infrastructure .dev-interactive-cdn-map__legend {
    margin: 0 auto !important;
    padding-top: 1rem !important;
  }

  .hosting-infrastructure .dev-interactive-cdn-map__legend-items {
    display: grid !important;
    grid-template-columns: 1fr;
    justify-items: start !important;
    gap: .65rem !important;
    width: min(100%, 20rem);
    margin: 0 auto;
  }

  .hosting-infrastructure .dev-interactive-cdn-map__legend-item,
  .hosting-infrastructure .dev-interactive-cdn-map__legend-item:last-child {
    display: grid !important;
    grid-template-columns: 12px 1fr;
    align-items: center !important;
    justify-content: start !important;
    gap: .6rem !important;
    width: 100%;
  }

  .hosting-infrastructure .dev-interactive-cdn-map__legend-item p {
    font-size: 13px !important;
    line-height: 1.3 !important;
    text-align: left !important;
  }

  .hosting-infrastructure .dev-interactive-cdn-map__legend-points {
    justify-content: center !important;
  }
}
/* THIS IS TO HIDE AN AREA IF NEEDED
#wdctjs2, #wdctjsvn2 {
  display: none;
}*/
