#map-canvas {
  height: 500px;
  border-bottom: 3px solid #329e2f;
}
.flipped-h {
  -moz-transform: scaleX(-1);
  -o-transform: scaleX(-1);
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
  filter: FlipH;
  -ms-filter: "FlipH";
}
.hi-wrap {
  height: 13px;
  width: 13px;
  margin: 3.5px 2px 3.5px 3.5px;
  -webkit-border-radius: 13px;
  -moz-border-radius: 13px;
  border-radius: 13px;
  border: 1px solid #9a9a9a;
  display: inline-block;
  vertical-align: top;
  overflow: hidden;
  background: #f4f4f4;
}
.hi {
  height: 13px;
  width: 13px;
  display: inline-block;
}
.right-caret {
  background: url('../img/right-carrot.png');
  width: 8px;
  height: 12px;
  display: inline-block;
  vertical-align: middle;
}
.legend {
  position: relative;
  float: right;
  padding: 10px;
  margin-top: 25px;
  pointer-events: auto;
  line-height: 14px;
  cursor: pointer;
  background: #f5efe5;
}
.legend > span {
  text-transform: uppercase;
  font-size: 13px;
  font-weight: bolder;
  line-height: 13px;
}
.legend .legend-items {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: inline-block;
  vertical-align: top;
}
.legend .legend-items li {
  display: block;
  float: left;
  margin-right: 10px;
  font-size: 14px;
}
.legend .legend-items li:last-child {
  margin-right: 0;
}
.legend .legend-items li .hi {
  margin-right: 5px;
  height: 13px;
  width: 13px;
  -webkit-border-radius: 13px;
  -moz-border-radius: 13px;
  border-radius: 13px;
  border: 1px solid #9a9a9a;
  vertical-align: top;
}
.basin:hover,
.legend,
.basin-large {
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -webkit-box-shadow: 3px 3px 20px 0 rgba(0, 0, 0, 0.3);
  box-shadow: 3px 3px 20px 0 rgba(0, 0, 0, 0.3);
}
.basin {
  padding: 3px;
  padding-right: 6.5px;
  color: #016eab;
  display: inline-block;
}
.basin:hover {
  background: #f4f4f4;
  color: inherit;
  text-shadow: inherit;
}
.basin span {
  font-size: 16px;
  font-weight: bolder;
  line-height: 18px;
  vertical-align: baseline;
}
.box-container {
  background: #f4f4f4;
  padding: 15px;
  width: 480px;
}
.box-container h2 {
  color: #363636;
  font-size: 20px;
  padding: 0;
  margin: 0;
}
.box-container hr {
  border-color: #c3beb6;
  margin: 10px 0;
}
.box-container ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  columns: 2;
  -webkit-columns: 2;
  -moz-columns: 2;
}
.box-container ul li {
  font-size: 15px;
}
.box-container ul li span {
  -webkit-border-radius: 13px;
  -moz-border-radius: 13px;
  border-radius: 13px;
  border: 1px solid #9a9a9a;
}
.box-container .close {
  background: url('../img/close-icon.png');
  background-repeat: no-repeat;
  display: block;
  float: right;
  height: 16px;
  width: 16px;
}
.box-container a {
  font-size: 14px;
  line-height: 13px;
  margin-top: 10px;
  display: inline-block;
  color: #016eab;
}
.on-map {
  position: absolute;
  bottom: 40px;
  width: 100%;
  pointer-events: none;
}
.on-map .bottom-map {
  margin-top: 30px;
}
.on-map .bottom-map .health-indicator-form {
  position: relative;
  pointer-events: auto;
  color: #135caa;
  font-weight: bolder;
  font-size: 20px;
}
.on-map .bottom-map .health-indicator-form a {
  color: #016eab;
}
.on-map .bottom-map .health-indicator-form .dropdown-menu,
.on-map .bottom-map .health-indicator-form .btn {
  text-align: left;
  width: 250px;
}
.on-map .bottom-map .health-indicator-form .btn {
  font-weight: bolder;
}
.on-map .bottom-map .health-indicator-form .dropdown-menu > li > a:hover,
.on-map .bottom-map .health-indicator-form .dropdown-menu > li > a:focus {
  background-color: #c4ddec;
  color: #016eab;
}
.on-map .bottom-map .health-indicator-form .caret {
  float: right;
  margin-top: 7px;
}
.map-box {
  position: relative;
}
.large-blurb {
  color: #135caa;
  font: 2.2223em/1.2 'Gandhi_sansbold', sans-serif;
}
@media (max-width: 767px) {
  .map-box .on-map {
    background: #016eab;
  }
  .map-box .on-map .large-blurb,
  .map-box .on-map .health-indicator-form > span {
    color: white;
  }
  .map-box .on-map .legend {
    margin-top: 10px;
    margin-bottom: 15px;
    background: white;
    -webkit-box-shadow: 3px 3px 10px 0 rgba(0, 0, 0, 0.3);
    box-shadow: 3px 3px 10px 0 rgba(0, 0, 0, 0.3);
  }
}
