<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/**
 * index.scss
 * - Add any styles you want here!
 */
#vmap {
  font-family: 'Open Sans', sans-serif;
}

.rti-map {
  position: relative;
  text-align: center;
}

.rti-key {
  height: auto;
  max-width: 200px;
}

.map-tooltip {
  box-shadow: 2px 2px 5px 0px rgba(0, 0, 0, 0.75);
  background: url(blue.png) #19305e;
  color: #ffffff;
  font-family: 'Open Sans', sans-serif;
  font-size: 18px;
  left: 0;
  margin: 4.5rem auto;
  padding: 2rem;
  position: absolute;
  right: 0;
  text-align: center;
  top: 0;
  max-width: 100%;
}

@media only screen and (min-width: 750px) {
  .map-tooltip {
    width: 650px;
  }
}

.map-tooltip__label {
  color: #B0CAA4;
  font-size: 22px;
  font-weight: 700;
  margin: 1rem 0 .25rem 0;
}

.map-tooltip__link {
  border: 1px solid #fff;
  color: #fff;
  display: inline-block;
  letter-spacing: 1px;
  margin-top: 2rem;
  padding: 10px 20px;
  text-decoration: none;
  text-transform: uppercase;
}

.map-tooltip__link:hover {
  background: #B0CAA4;
  color: #19305e;
}

.map-tooltip__country {
  font-size: 28px;
  font-weight: 700;
}

.map-tooltip__close {
  background: #B0CAA4;
  color: #19305e;
  cursor: pointer;
  font-size: 30px;
  height: 50px;
  position: absolute;
  right: 0;
  text-align: center;
  top: 0;
  width: 50px;
}

.map-tooltip__close:hover {
  background: #D5E4F3;
}

.map-tooltip__columns {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  margin: 2rem 0;
}

.map-tooltip__column-1 {
  border-right: 1px solid #B0CAA4;
  padding-right: 1rem;
  width: 50%;
}

.map-tooltip__column-2 {
  padding-left: 1rem;
  width: 50%;
}

#country_dropdown {
  display: block;
  font-size: 22px;
  margin: 2rem auto;
}

.jqvmap-label {
  color: #19305e;
  display: none;
  font-family: 'Open Sans', sans-serif;
  font-size: 24px;
  pointer-events: none;
  position: absolute;
}

.jqvmap-label div {
  background: #fff;
  border: 1px solid  #19305e;
  padding: 2px 5px;
}

.jqvmap-pin {
  pointer-events: none;
}

.jqvmap-zoomin, .jqvmap-zoomout {
  position: absolute;
  left: 10px;
  border-radius: 3px;
  background: #19305e;
  padding: 3px;
  color: white;
  width: 15px;
  height: 15px;
  cursor: pointer;
  line-height: 10px;
  text-align: center;
}

.jqvmap-zoomin {
  top: 10px;
}

.jqvmap-zoomout {
  top: 30px;
}

.jqvmap-region {
  cursor: pointer;
}

.jqvmap-ajax_response {
  width: 100%;
  height: 500px;
}
</pre></body></html>