header a, .map-tool a, .leaflet-container .leaflet-popup a {
  color: #4f4f4f !important;
  text-decoration: none;
  font-weight: bold;
}
header a:hover, header a:focus, .map-tool a:hover, .map-tool a:focus, .leaflet-container .leaflet-popup a:hover, .leaflet-container .leaflet-popup a:focus {
  color: #050505 !important;
  text-decoration: underline;
}

body {
  font-family: "Open Sans", sans-serif;
  height: 100%;
  width: 100%;
  margin: 0;
  display: flex;
  /* flex-wrap: wrap; */
  flex-direction: column;
}

header {
  height: 2.5rem;
  position: relative;
  display: flex;
  padding: 0.5rem 0.75rem;
  background: #fefefe;
  box-shadow: 0px 0px 5px 0px #4d4d4d;
  z-index: 10;
}
header #log-in-toggle {
  margin-left: auto;
  margin-right: 1em;
  margin-top: auto;
  margin-bottom: auto;
}

#layer-toggle {
  position: absolute;
  z-index: 1;
  top: 0.625em;
  background: #fefefe;
  right: 0.75em;
}
#layer-toggle .layer-selection {
  list-style: none;
  padding: 0;
  margin: 0.75em;
  line-height: 1.5em;
}
#layer-toggle .layer-selection li {
  margin: 1em 0;
}
#layer-toggle .layer-selection select {
  display: block;
  margin-left: 1.75em;
  min-width: 80%;
  font-family: "Open Sans", sans-serif;
}

#map {
  height: calc(100% - 3.5rem);
  position: absolute;
  width: 100%;
  bottom: 0;
}
#map .map-tool {
  box-shadow: 0 0 0.25rem rgba(0, 0, 0, 0.65);
  font-size: 0.85em;
}

#state-data-display-container {
  z-index: 1;
  position: absolute;
  bottom: 4em;
  left: 0.75em;
  background: #fefefe;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
#state-data-display-container .state-place-name {
  text-align: center;
  border-bottom: 1px solid black;
  padding: 0.25em;
  margin: 0;
}
#state-data-display-container .state-data {
  padding: 0.5em 1em;
}
#state-data-display-container .state-data .state-place-subtitle {
  font-style: italic;
  text-align: center;
  margin: 0.5em 0;
  font-size: 0.9em;
}
#state-data-display-container.state-data-display-hidden {
  left: -18em !important;
}

#state-data-display-container-visibility-toggle {
  right: -0.75em;
  transform: rotate(180deg);
}
#state-data-display-container-visibility-toggle.toggle-icon-rotate {
  transform: none;
}

#legend-display-container-visibility-toggle {
  left: -0.75em;
  transform: none;
}
#legend-display-container-visibility-toggle.toggle-icon-rotate {
  transform: rotate(180deg);
}

.visibility-toggle {
  position: absolute;
  top: 0.75em;
  background: #fefefe;
  padding: 0.5em;
  box-shadow: 0 0 0.2em rgba(0, 0, 0, 0.65);
  cursor: pointer;
  -webkit-transition: all 0.15s ease-in-out;
  -moz-transition: all 0.15s ease-in-out;
  -ms-transition: all 0.15s ease-in-out;
  -o-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
}
.visibility-toggle .visibility-toggle-icon {
  height: 1.5em;
  vertical-align: middle;
}

#infowindow-content #place-name {
  line-height: 1.1;
}

.migration-data-preview {
  text-align: center;
}
.migration-data-preview .small-header {
  font-size: 0.8em;
}
.migration-data-preview .left-align {
  text-align: left;
}

#hai {
  transition: 0.2s;
}

.loading {
  display: block;
  height: 1.5em;
}

.hidden {
  display: none !important;
}

.web-map-logo-link {
  margin: auto 0;
  vertical-align: middle;
}
.web-map-logo-link .web-map-logo {
  vertical-align: middle;
  height: 2em;
  margin: auto 0;
}

#log-in-area {
  vertical-align: middle;
  margin: auto;
  margin-right: 0em;
}

#map-legend {
  background: #fefefe;
  z-index: 1;
  position: absolute;
  right: 0.75em;
  bottom: 2em;
  max-height: 18em;
  max-width: 20em;
  padding: 0.5em;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
#map-legend .map-legend-image {
  height: 100%;
  width: 100%;
}
#map-legend.map-legend-display-hidden {
  right: -20em !important;
}

.leaflet-container {
  font-family: "Open Sans", sans-serif !important;
}

.place-level-popup-table tr:nth-child(2n) {
  background: #ececec;
}
.place-level-popup-table td:nth-child(2) {
  text-align: right;
}

@media screen and (max-width: 40em) {
  .cartodb-logo {
    bottom: 2.5em !important;
    left: 0.25em !important;
  }

  .leaflet-container .leaflet-control-attribution, .leaflet-container .leaflet-control-scale {
    font-size: 0.6em !important;
  }
}

/*# sourceMappingURL=webmapstyle.css.map */
