body { margin: 0; padding: 0; }
@font-face {
  font-family: StateFace;
  font-weight: normal;
  font-style: normal;
  src: url("../res/stateface.eot");
  src: url("../res/stateface.eot?#iefix") format("embedded-opentype"), url("../res/stateface.woff") format("woff"), url("../res/stateface.ttf") format("truetype"), url("../res/stateface.svg#StateFace") format("svg"); }
.stateface:before {
  font-family: StateFace;
  margin-right: 5px;
  text-transform: none;
  font-size: 2em;
  line-height: 0;
  position: relative;
  top: 0.2em; }
.stateface-ak:before {
  content: "A"; }
.stateface-al:before {
  content: "B"; }
.stateface-ar:before {
  content: "C"; }
.stateface-az:before {
  content: "D"; }
.stateface-ca:before {
  content: "E"; }
.stateface-co:before {
  content: "F"; }
.stateface-ct:before {
  content: "G"; }
.stateface-dc:before {
  content: "y"; }
.stateface-de:before {
  content: "H"; }
.stateface-fl:before {
  content: "I"; }
.stateface-ga:before {
  content: "J"; }
.stateface-hi:before {
  content: "K"; }
.stateface-ia:before {
  content: "L"; }
.stateface-id:before {
  content: "M"; }
.stateface-il:before {
  content: "N"; }
.stateface-in:before {
  content: "O"; }
.stateface-ks:before {
  content: "P"; }
.stateface-ky:before {
  content: "Q"; }
.stateface-la:before {
  content: "R"; }
.stateface-ma:before {
  content: "S"; }
.stateface-md:before {
  content: "T"; }
.stateface-me:before {
  content: "U"; }
.stateface-mi:before {
  content: "V"; }
.stateface-mn:before {
  content: "W"; }
.stateface-mo:before {
  content: "X"; }
.stateface-ms:before {
  content: "Y"; }
.stateface-mt:before {
  content: "Z"; }
.stateface-nc:before {
  content: "a"; }
.stateface-nd:before {
  content: "b"; }
.stateface-ne:before {
  content: "c"; }
.stateface-nh:before {
  content: "d"; }
.stateface-nj:before {
  content: "e"; }
.stateface-nm:before {
  content: "f"; }
.stateface-nv:before {
  content: "g"; }
.stateface-ny:before {
  content: "h"; }
.stateface-oh:before {
  content: "i"; }
.stateface-ok:before {
  content: "j"; }
.stateface-or:before {
  content: "k"; }
.stateface-pa:before {
  content: "l"; }
.stateface-pr:before {
  content: "3"; }
.stateface-ri:before {
  content: "m"; }
.stateface-sc:before {
  content: "n"; }
.stateface-sd:before {
  content: "o"; }
.stateface-tn:before {
  content: "p"; }
.stateface-tx:before {
  content: "q"; }
.stateface-us:before {
  content: "z"; }
.stateface-ut:before {
  content: "r"; }
.stateface-va:before {
  content: "s"; }
.stateface-vt:before {
  content: "t"; }
.stateface-wa:before {
  content: "u"; }
.stateface-wi:before {
  content: "v"; }
.stateface-wv:before {
  content: "w"; }
.stateface-wy:before {
  content: "x"; }

/* 
    at full width, the map will be 938x530 
    we want 460px of this, so thats 87%
*/
#map {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: #fff;
  margin: 0px;
  width: 100%; }
  #map *,
  #map *:before,
  #map *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }

.map-legend {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: #fff;
  border: 0;
  border-top: 1px solid #333333;
  display: block;
  margin: 0px auto 10px;
  padding: 0;
  text-align: center;
  width: 100%;
  text-decoration: none;
  color: black;
  font-size: 1em;
  text-transform: uppercase; }

.map-legend ul {
  display: inline;
  margin; 0;
  padding: 0;
  }

.map-legend li {
    display: inline;
    font-size: 1rem;
    margin; 0;
    padding: 0;
    padding: 1em;
    position: relative;
    }

.map-key-icon {
  background: url('/static/res/mapMarkerShadow.png');
  background-position: 23px 5px;
  position: relative;
  margin-right: 10px;
  top: 5px;
  background-repeat: no-repeat;
  display: inline-block;
  width: 50px;
}

.map-extras {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: #fff;
  border: 0;
  border-top: 1px solid #333333;
  display: block;
  margin: 0 auto 50px;
  padding: 0;
  text-align: center;
  width: 100%; }
  .map-extras:after {
    content: "";
    display: table;
    clear: both; }
  .map-extras *,
  .map-extras *:before,
  .map-extras *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
  .map-extras {
    font-size: 0;
  }
  .map-extras li {
    border-left: 1px solid #cccccc;
    display: inline-block;
    font-size: 1rem;
    margin: 0;
    padding: 1em 2em 1em;
    position: relative;
    text-align: center; 
    box-sizing: border-box;
    width: 33.33%;}
    .map-extras li:first-child {
      border: none; }
  .map-extras a {
    text-decoration: none;
    font-size: 1.15em;
    text-transform: uppercase; }
    .map-extras a:before {
      color: #ccc; }
    .map-extras a.map-present:before {
      color: #2e5c9d; }
    .map-extras a:after {
      content: " \203a";
      font-size: 1.25em; }
    .map-extras a:hover, .map-extras a:focus {
      color: #f49626; }

.mapTextStyle, .info, .leaflet-popup-content-wrapper .leaflet-popup-content {
  font-size: 14px;
  line-height: 1.2; }
  .mapTextStyle h2, .info h2, .leaflet-popup-content-wrapper .leaflet-popup-content h2,
  .mapTextStyle h3,
  .info h3,
  .leaflet-popup-content-wrapper .leaflet-popup-content h3,
  .mapTextStyle h4,
  .info h4,
  .leaflet-popup-content-wrapper .leaflet-popup-content h4 {
    font-size: 20px;
    margin: 0 0 0.5em;
    text-transform: uppercase;
    text-shadow: 1px 1px 0px #fff; }
  .mapTextStyle p, .info p, .leaflet-popup-content-wrapper .leaflet-popup-content p {
    margin: 1em 0; }
    .mapTextStyle p.intro, .info p.intro, .leaflet-popup-content-wrapper .leaflet-popup-content p.intro {
      margin-bottom: 0; }
  .mapTextStyle .map-stats, .info .map-stats, .leaflet-popup-content-wrapper .leaflet-popup-content .location-info {
    list-style: none;
    margin: 1em 0;
    padding: 0 0 0 0.5em; }
    .mapTextStyle .map-stats li, .info .map-stats li, .leaflet-popup-content-wrapper .leaflet-popup-content .location-info li {
      margin: .5em 0 0;
      padding: 0; }
      .mapTextStyle .map-stats li:first-child, .info .map-stats li:first-child, .leaflet-popup-content-wrapper .leaflet-popup-content .location-info li:first-child {
        margin-top: 0; }
  .mapTextStyle a, .info a, .leaflet-popup-content-wrapper .leaflet-popup-content a {
    text-decoration: none; }
  .mapTextStyle strong, .info strong, .leaflet-popup-content-wrapper .leaflet-popup-content strong {
    font-size: 1.5em;
    color: var(--logo-blue);
    font-weight: bold;
    text-shadow: 1px 1px 0px #fff; }

.info {
  background: #ddd;
  background: rgba(255, 255, 255, 0.85);
  border-bottom: 1px solid #4d4d4d;
  padding: 1em 0.5em 0.5em;
  position: absolute;
  top: 0;
  right: 10px;
  z-index: 1; }
  .info .map-return {
    line-height: 1;
    padding: 0.5em 0;
    text-decoration: none;
    }
    .info .map-return:before {
      content: "\2039 ";
      display: inline-block;
      padding-right: 0.25em;
      font-size: 1.15em; }

.leaflet-popup-tip {
  opacity: 0.9; }

.leaflet-popup-content-wrapper {
    background-image: linear-gradient(rgb(255, 255, 255) 0%, rgb(247, 247, 247) 100%);
    border: 1px solid rgba(0, 0, 0, 0.24);
    border-radius: 20px;
    display: block;
    height: 100%;
    padding: 20px;
    position: relative;
    backface-visibility: hidden;
    transition: .3s all;
	}
  .leaflet-popup-content-wrapper:after {
    content: "";
    display: table;
    clear: both; }
  .leaflet-popup-content-wrapper .leaflet-popup-content {
    margin: 1em 0.5em;
    z-index: 1; }
    .leaflet-popup-content-wrapper .leaflet-popup-content .location-info {
      margin-top: 1em; }

.hidden { display: none; }

/*
701
480
320
*/
@media only screen and (min-width: 700px) and (max-width: 901px) {
  ul.map-extras li { font-size: 1rem; }
  ul.map-extras a { font-size: 1rem; }
}
@media only screen and (min-width: 481px) and (max-width: 701px) {
  .info { width: 100%; right: 0px; }
  ul.map-extras { width: 100%; margin: 0 auto 1rem; }
  ul.map-extras a { font-size: 1rem; width: 100%; }
  ul.map-extras li { font-size: 1rem; padding: 0.5em 1em 0; }
}
@media only screen and (min-width: 321px) and (max-width: 480px) {
  /*#map { max-height: 420px; }*/
  .info { width: 100%; right: 0px; }
  ul.map-extras { width: 100%; margin: 0 auto 1rem; padding-top: .5rem; }
  ul.map-extras a { font-size: 1rem; width: 100%; }
  ul.map-extras li { border: none; display: inline; font-size: 1rem; padding: .5em 1em 0; width: 100%; }
  ul.map-extras span { display: none; }
  ul.map-extras a:after { content: " "; }
}
@media only screen and (max-width: 320px) {
  /*#map { max-height: 420px; }*/
  .info { width: 100%; right: 0px; }
  ul.map-extras { width: 100%; margin: 0 auto 1rem; text-align: center; }
  ul.map-extras a { font-size: 1rem; width: 100%; }
  ul.map-extras li { border: none; display: inline; font-size: 1rem; padding: .5em 1em 0; width: 100%; }
  ul.map-extras span { display: none; }
  ul.map-extras a:after { content: " "; }
}

.leaflet-label-overlay, .leaflet-label-overlay-dark {
  line-height:0px;
  margin-top: 9px;
  pointer-events: none;
  position:absolute;
}
.leaflet-label-overlay {
  color: #fff;
}
.leaflet-label-overlay-dark {
  color: #000;
}
#map.zoomed .leaflet-label-overlay-dark {
  color: #fff;
}
