* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
body {
  width: 100%;
  margin: 0;
  font-family: sans-serif;
  position: relative;
}
body::after {
  clear: both;
  content: " ";
  height: 0;
  width: 0;
  display: block;
}
body a {
  color: #09334b;
}
.map-container {
  width: 100%;
  height: 0;
  padding-bottom: 60%;
  position: relative;
}
@media (min-width: 1200px) {
  .map-container {
    width: 70%;
    float: left;
  }
}
@media (max-width: 480px) {
  .map-container {
    padding-bottom: 70%;
  }
}
.map-container .leaflet-container {
  cursor: default;
}
.map-container .washington {
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.map-container .prison-marker {
  background: #555;
  color: white;
  height: 30px;
  width: 30px;
  padding: 0;
  opacity: .8;
  line-height: 30px;
  text-align: center;
  font-weight: bold;
  border-radius: 100%;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 16px;
}
.map-container .prison-marker.count-1 {
  background: #db0f00;
}
.map-container .prison-marker.count-2 {
  background: #990a00;
}
.map-container .prison-marker.count-3 {
  background: #5c0600;
}
.map-container .prison-marker.selected,
.map-container .prison-marker:hover {
  background: black;
  border: 2px solid black;
  line-height: 26px;
}
.map-container .leaflet-popup {
  font-family: 'Yanone Kaffeesatz', sans-serif;
  font-size: 16px;
}
.map-container .leaflet-popup h2 {
  font-family: 'Merriweather Sans', sans-serif;
  font-size: 14px;
  margin: 0 0 4px;
  text-align: center;
  border-bottom: 1px solid #888;
}
.map-container .leaflet-popup ul {
  padding-left: 10px;
  margin: 0;
  list-style-position: inside;
}
@media (max-width: 480px) {
  .map-container .leaflet-popup ul {
    list-style-type: none;
    padding: 0;
  }
  .map-container .leaflet-popup ul li {
    display: inline-block;
    width: 50%;
  }
}
.industry-list {
  list-style-type: none;
  margin: 0;
  padding: 0;
  color: #888;
  font-family: 'Merriweather Sans', sans-serif;
}
@media (min-width: 1200px) {
  .industry-list {
    width: 30%;
    float: left;
  }
}
@media (max-width: 480px) {
  .industry-list {
    display: none;
  }
}
.industry-list li {
  display: inline-block;
  vertical-align: middle;
  width: calc(20% - 5px);
  padding: 3px 3px 0;
  cursor: pointer;
  font-size: 12px;
  margin-right: 5px;
  border-bottom: dotted 1px #CCC;
  overflow: ellipsis;
}
.industry-list li hr {
  border-color: #EEE;
  margin: 4px 20px;
}
.industry-list li .count {
  float: right;
  margin-left: 8px;
}
@media (min-width: 1200px) {
  .industry-list li {
    width: 100%;
    margin: 0;
    font-size: 15px;
    padding: 4px 8px;
  }
}
@media (max-width: 1024px) {
  .industry-list li {
    width: calc(25% - 5px);
  }
}
@media (max-width: 768px) {
  .industry-list li {
    width: calc(33% - 5px);
  }
}
.industry-list li:hover {
  color: white;
  background: #222;
}
.industry-list .active {
  color: white;
  background: #222;
}
ul.key {
  list-style-type: none;
  display: block;
  clear: both;
  padding: 4px 8px;
  margin: 0;
  font-size: 18px;
  font-family: 'Yanone Kaffeesatz', sans-serif;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  background: rgba(255, 255, 255, 0.9);
  border-radius: 0 0 8px 0;
}
ul.key li {
  display: inline-block;
  margin-right: 10px;
}
@media (max-width: 480px) {
  ul.key li {
    font-size: 15px;
  }
}
ul.key .spot {
  border-radius: 100%;
  height: 1em;
  width: 1em;
  display: inline-block;
  vertical-align: middle;
}
ul.key .spot.low {
  background: #db0f00;
}
ul.key .spot.medium {
  background: #990a00;
}
ul.key .spot.high {
  background: #5c0600;
}
.credits {
  clear: both;
  font-family: 'Yanone Kaffeesatz', sans-serif;
  font-size: 14px;
  text-align: right;
  margin: 0;
  padding: 0 4px;
}
