@charset "UTF-8";
/**
 * Foundation for Sites
 * Version 6.6.3
 * https://get.foundation
 * Licensed under MIT Open Source
 */
.background {
  fill: none;
  stroke: black;
  stroke-width: 3.5px;
  pointer-events: all;
}

#states {
  stroke: white;
  stroke-width: 1.25px;
  opacity: 0.85;
}
#states .active {
  fill: #184538;
}

.feature {
  fill: #ccc;
  outline: none;
}

.js-map-tooltip {
  background-color: #ecf5f1;
  color: #fff;
  padding: 0.2em 0.4em;
  z-index: 999;
  border-radius: 20px;
  color: black;
}

.js-map-outer {
  display: inline-block;
  position: relative;
  vertical-align: top;
  padding-top: 30%;
  padding-bottom: 80%;
  width: 100vw;
  margin-left: -25px;
}
@media print, screen and (min-width: 40em) {
  .js-map-outer {
    padding-top: 0;
    padding-bottom: 70%;
    width: 100%;
    margin: 0;
  }
}

.svg-content-responsive {
  display: inline-block;
  position: absolute;
  overflow: hidden;
}

.card-nav-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 0;
}
@media print, screen and (min-width: 40em) {
  .card-nav-wrapper {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    padding-top: 30px;
  }
}

.intro-wrapper {
  padding-bottom: 2rem;
}

.zoom-button-wrapper {
  z-index: 20;
}
.zoom-button-wrapper .zoom-buttons {
  background: white;
  padding: 5px;
  -webkit-box-shadow: 0.05rem -0.2rem 0.4rem 0.05rem rgba(0, 0, 0, 0.25);
          box-shadow: 0.05rem -0.2rem 0.4rem 0.05rem rgba(0, 0, 0, 0.25);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media print, screen and (min-width: 40em) {
  .zoom-button-wrapper .zoom-buttons {
    padding: 10px;
  }
}
.zoom-button-wrapper .zoom-buttons .icon-zoom-in:before {
  content: "";
}
.zoom-button-wrapper .zoom-buttons .icon-zoom-out:before {
  content: "";
}
.zoom-button-wrapper .zoom-buttons .icon-zoom-in,
.zoom-button-wrapper .zoom-buttons .icon-zoom-out {
  font-size: 1.4em;
  -webkit-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
  -webkit-transition-property: font-size;
  transition-property: font-size;
}
.zoom-button-wrapper .zoom-buttons .icon-zoom-in:hover,
.zoom-button-wrapper .zoom-buttons .icon-zoom-out:hover {
  font-size: 1.6em;
  cursor: pointer;
}
@media print, screen and (min-width: 40em) {
  .zoom-button-wrapper .zoom-buttons .icon-zoom-in,
.zoom-button-wrapper .zoom-buttons .icon-zoom-out {
    font-size: 1.9em;
  }
  .zoom-button-wrapper .zoom-buttons .icon-zoom-in:hover,
.zoom-button-wrapper .zoom-buttons .icon-zoom-out:hover {
    font-size: 2.1em;
    cursor: pointer;
  }
}

.autocomplete-container {
  z-index: 30;
  margin-top: 0.625rem;
  margin-bottom: 1.875rem;
  position: relative;
}
@media print, screen and (min-width: 40em) {
  .autocomplete-container {
    margin-bottom: 0;
  }
}
.autocomplete-container .autocomplete {
  position: relative;
  display: inline-block;
  width: 300px;
}
.autocomplete-container .autocomplete:before {
  font-family: "icons";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: 0.2em;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
  margin-left: 0.2em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  right: 1.875rem;
  content: "";
  font-family: "icons";
  position: absolute;
  right: 0;
  width: 1.9em;
  height: 1.9em;
  line-height: 1.9em;
  color: gray;
  background: black;
  color: white;
  border-radius: 180%;
  margin-right: 0;
}
.autocomplete-container .autocomplete input {
  background-color: #f1f1f1;
  padding: 10px;
  font-size: 16px;
}
.autocomplete-container .autocomplete input[type=text] {
  background-color: white;
  color: gray;
  width: 100%;
  border-radius: 20px;
  border-width: 0.09375rem;
  margin-bottom: 0;
}
.autocomplete-container .autocomplete input[type=submit] {
  background-color: DodgerBlue;
  color: #fff;
}
.autocomplete-container .autocomplete ::-webkit-input-placeholder {
  color: gray;
}
.autocomplete-container .autocomplete ::-moz-placeholder {
  color: gray;
}
.autocomplete-container .autocomplete ::-ms-input-placeholder {
  color: gray;
}
.autocomplete-container .autocomplete ::placeholder {
  color: gray;
}
.autocomplete-container .autocomplete-items {
  position: absolute;
  border-bottom: none;
  border-top: none;
  z-index: auto;
  left: 0;
  right: 0;
  background: white;
  -webkit-box-shadow: 0.5rem 0.5rem 0.5rem -0.1875rem rgba(0, 0, 0, 0.45);
          box-shadow: 0.5rem 0.5rem 0.5rem -0.1875rem rgba(0, 0, 0, 0.45);
}
.autocomplete-container .autocomplete-items li {
  padding: 10px;
  cursor: pointer;
  list-style-type: none;
}
.autocomplete-container .autocomplete-items li:hover {
  color: #0f6958;
  font-weight: bold;
}
.autocomplete-container .autocomplete-items li strong {
  color: #0f6958;
}
/*# sourceMappingURL=interactive-map.css.map */
