<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">

/* .cal-icon {
  padding-top: 2px;
  width: 125%;
} */

/* chart titles */
.chart-titles {
  font-family: Arial;
  font-size: 16px;
  font-weight: bold;
  padding: 5px;
  color: #404040
}


/* Tooltip container for additional info */
.tooltip {
  position: relative;
  padding-top: 5px;
  float: right;
  padding-left: 5px;
}

/* Tooltip text */
.tooltip .tooltiptext {

  visibility: hidden;
  width: 270px;
  font-size: 12px;
  background-color: #969696;
  color: #fff;
  text-align: left;
  padding: 8px;
  border-radius: 2px;
  position: absolute;
  z-index: 1;
  top: 50%;
  transform: translateY(-50%);
  right: 105%;
  opacity: 0;
  transition: opacity 1.5s;
}

.link-color {
  color: white;
}

/* add arrow to tooltip container */
.tooltip .tooltiptext::after {
  content: " ";
  position: absolute;
  top: 50%;
  left: 100%;
  /* To the right of the tooltip */
  margin-top: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: transparent transparent transparent #969696;
}

/* Show tooltip text when mouse over the tooltip container */
.tooltip:hover .tooltiptext {
  visibility: visible;
  opacity: 1;
}


.env-container {
  float: right;
  width: 100%;
}



/* neatline */
.neat-line {
  border-bottom: 1px solid #bbb;
  margin-top: 10px;

}

.chart-legend {
  margin-top: 10px;
  font-style: italic;
  font-size: 10px;
  color: #aaa;
}


/* regional median key */
.reg-leg {
  background: black;
  height: 4px;
  margin-bottom: .25em;

}

/* legend shape to fill */
.key-box {
  border-top: 1px solid #bbb;
  display: inline-block;
  margin-right: .5em;
  width: 20px;

}



/* sidebar styling */
body {
  padding: 0;
  margin: 0;
}

html,
body,
#map {
  height: 100%;
  font: 10pt Arial, Helvetica, sans-serif;
}

/* place gecoder in sidebar */
.geocoder {
  min-height: 35px;
  position: absolute;
  z-index: 1;
  width: 60%;
  left: 30%;
  margin-left: -25%;
  top: 55px;
}


.panel-text {
  color: #404040;
  font-family: Arial, Helvetica, sans-serif;
}

.flag-text {
  color: #404040;
  font-size: 13px;
}

/* panel dropdowns */
details&gt;summary {
  color: #404040;
  font-size: 18px;
  font-weight: bold;
  font-family: "Arial";
  padding: 10px;
  border: none;
  cursor: pointer;
  border-bottom: 4px solid #bbb;
  border-radius: 5px;

}


/* toggle menu */
#menu {
  background: #fff;
  position: absolute;
  z-index: 1;
  top: 10px;
  right: 10px;
  border-radius: 2px;
  width: 120px;
  border: 1px solid rgba(0, 0, 0, 0.4);
  font-family: Arial, Helvetica, sans-serif;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
  margin-right: 50px;
}

#menu a {
  font-size: 13px;
  color: #404040;
  display: block;
  margin: 0;
  padding: 0;
  padding: 10px;
  text-decoration: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.25);
  text-align: center;
}

#menu a:last-child {
  border: none;
}

#menu a:hover {
  background-color: #f8f8f8;
  color: #404040;
}

#menu a.active {
  background-color: #969696;
  color: #ffffff;
}

#menu a.active:hover {
  background: #969696;
}


/* opp legend */
.opp-legend {
  position: absolute;
  bottom: 0;
  right: 0;
  /* margin-bottom: 110px; */
  margin-bottom: 65px;
  margin-right: 10px;
  background: #ffffff;
  font-family: Arial, sans-serif;
  border-radius: 1%;
  padding: 10px;
  width: 156px;
  border: 1px solid rgba(0, 0, 0, 0.25);
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
  color: #404040;
}

/* hps legend */
.hps-legend {
  position: absolute;
  bottom: 0;
  right: 0;
  /* margin-bottom: 65px; */
  margin-bottom: 20px;
  margin-right: 10px;
  background: #ffffff;
  font-family: Arial, sans-serif;
  border-radius: 1%;
  padding: 10px;
  border: 1px solid rgba(0, 0, 0, 0.25);
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
  color: #404040;
}

/* change legend */
.change-legend {
  position: absolute;
  bottom: 0;
  right: 0;
  margin-bottom: 20px;
  margin-right: 10px;
  background: #ffffff;
  font-family: Arial, sans-serif;
  border-radius: 1%;
  padding: 10px;
  width: 156px;
  border: 1px solid rgba(0, 0, 0, 0.25);
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
  color: #404040;
}

.legend-scale ul {
  margin: 0;
  padding: 0;
  float: left;
  list-style: none;
}

.legend-scale ul li {
  font-size: 80%;
  list-style: none;
  margin-left: 0;
  line-height: 18px;
}

ul.legend-labels li span {
  display: block;
  float: left;
  height: 15px;
  width: 20px;
  margin-right: 5px;
  margin-left: 0;
  border: 1px solid black;
}

ul.legend-labels li img {
  display: block;
  float: left;
  height: 15px;
  width: 20px;
  margin-right: 5px;
  margin-left: 0;
  border: 1px solid black;
}

/* logos */
.logos {
  bottom: 0;
  float: left;
  width: 45%;
  padding: 5px;
}

/* boxes */
.env-boxes {
  /* margin-left: 45px; */
  margin-left: 50px;
}

.baseline00-boxes {
  margin-left: 10px;
}

.proximity-boxes {
  margin-left: 45px;
}

.baseline13-boxes {
  margin-left: 28px;

}

.flag-container {
  font-size: 0;
  margin-top: 10px;
  margin-bottom: 10px;
}

.flag-container span {
  display: inline-block;
  font-size: 13px;
}

.yes-box {
  color: #AAAABD;
  border: 1px solid black !important;
  padding: 1px;
  padding-left: 2px;
  padding-right: 2px;
  font-size: 12px !important;
}

.no-box {
  background-color: white;
  color: #AAAABD;
  border: 1px solid black !important;
  padding-top: 1px;
  padding-bottom: 1px;
  padding-right: 5px;
  padding-left: 5px;
  font-size: 12px !important;
}

.na-box {
  color: #AAAABD;
  border: 1px solid black !important;
  padding-top: 1px;
  padding-bottom: 1px;
  padding-right: 3px;
  padding-left: 3px;
  font-size: 12px !important;
}

.yes-box-env-flag {
  background-color: #BDBDBD;
  border: 2px solid black;
  color: black;
  font-weight: bold;
  padding: 1px;
  padding-left: 2px;
  padding-right: 2px;
  font-size: 12px !important;
}

.highest-no-box {
  border: 2px solid black;
  background-color: #234EA0;
  color: white;
  font-weight: bold;
  padding-top: 1px;
  padding-bottom: 1px;
  padding-right: 5px;
  padding-left: 5px;
  font-size: 12px !important;
}

.high-no-box {
  border: 2px solid black;
  background-color: #2897BF;
  color: white;
  font-weight: bold;
  padding-top: 1px;
  padding-bottom: 1px;
  padding-right: 5px;
  padding-left: 5px;
  font-size: 12px !important;
}

.mod-no-box {
  border: 2px solid black;
  background-color: #73C9BD;
  color: black;
  font-weight: bold;
  padding-top: 1px;
  padding-bottom: 1px;
  padding-right: 5px;
  padding-left: 5px;
  font-size: 12px !important;
}

.low-no-box {
  border: 2px solid black;
  background-color: #D5EEB3;
  color: black;
  font-weight: bold;
  padding-top: 1px;
  padding-bottom: 1px;
  padding-right: 5px;
  padding-left: 5px;
  font-size: 12px !important;
}

.insuff-no-box {
  border: 2px solid black;
  background-color: #bdbdbd;
  color: black;
  font-weight: bold;
  padding-top: 1px;
  padding-bottom: 1px;
  padding-right: 5px;
  padding-left: 5px;
  font-size: 12px !important;
}

.na-box-flag {
  color: black;
  font-weight: bold;
  border: 2px solid black;
  padding-top: 1px;
  padding-bottom: 1px;
  padding-right: 3px;
  padding-left: 3px;
  font-size: 12px !important;
}

.change-yes-box {
  background-color: #dd3497;
  border: 2px solid black;
  color: white;
  font-weight: bold;
  padding: 1px;
  padding-left: 2px;
  padding-right: 2px;
  font-size: 12px !important;
}

.change-no-box {
  background-color: #bdbdbd;
  border: 2px solid black;
  color: black;
  font-weight: bold;
  padding-top: 1px;
  padding-bottom: 1px;
  padding-right: 5px;
  padding-left: 5px;
  font-size: 12px !important;
}

/* excluded geos */
.excluded {
  font-size: 14px;
  color: #404040;
}
</pre></body></html>