.sidebar {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
  overflow-x: hidden;
  z-index: 2000;
}
.sidebar.collapsed {
  width: 40px;
}
@media (min-width: 768px) {
  .sidebar {
    top: 78px;
    transition: width 500ms;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .sidebar {
    width: 400px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .sidebar {
    width: 400px;
  }
}
@media (min-width: 1200px) {
  .sidebar {
    width: 400px;
  }
}

.sidebar-left {
  left: 0;
}
@media (min-width: 768px) {
  .sidebar-left {
  }
}

.sidebar-right {
  right: 0;
}
@media (min-width: 768px) {
  .sidebar-right {
    right: 10px;
  }
}

.sidebar-tabs {
  top: 0;
  bottom: 0;
  height: 100%;
  background-color: #fff;
}
.sidebar-left .sidebar-tabs {
  left: 0;
}
.sidebar-right .sidebar-tabs {
  right: 0;
}
.sidebar-tabs,
.sidebar-tabs > ul {
  position: absolute;
  width: 40px;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.sidebar-tabs > li,
.sidebar-tabs > ul > li {
  width: 100%;
  height: 40px;
  color: #333;
  font-size: 12pt;
  overflow-x: hidden;
  transition: all 80ms;
}
.sidebar-tabs > li:hover,
.sidebar-tabs > ul > li:hover {
  color: #000;
  background-color: #eee;
}
.sidebar-tabs > li.active,
.sidebar-tabs > ul > li.active {
  color: #fff;
  background-color: #393745;
}
.sidebar-tabs > li.disabled,
.sidebar-tabs > ul > li.disabled {
  color: rgba(51, 51, 51, 0.4);
}
.sidebar-tabs > li.disabled:hover,
.sidebar-tabs > ul > li.disabled:hover {
  background: transparent;
}
.sidebar-tabs > li.disabled > a,
.sidebar-tabs > ul > li.disabled > a {
  cursor: default;
}
.sidebar-tabs > li > a,
.sidebar-tabs > ul > li > a {
  display: block;
  width: 100%;
  height: 100%;
  line-height: 40px;
  color: inherit;
  text-decoration: none;
  text-align: center;
}
.sidebar-tabs > ul + ul {
  bottom: 0;
}

.sidebar-content {
  position: absolute;
  top: 1.5px;
  bottom: 0;
  left: 0 !important;
  background-color: #f7f7f7;
  overflow-x: hidden;
  box-shadow: -6px 7px 7px 4px #00000082;
  z-index: 999;
  width: 395px;
}
.sidebar-left .sidebar-content {
  left: 40px;
  right: 0;
}
.sidebar-right .sidebar-content {
  left: 0;
  right: 40px;
}
.sidebar.collapsed > .sidebar-content {
  overflow-x: hidden;
}

.sidebar-pane {
  display: none;
  left: 0;
  right: 0;
  box-sizing: border-box;
  padding: 10px 0px;
  padding-right: 3px;
}
.sidebar-pane.active {
  display: block;
}
@media (min-width: 768px) and (max-width: 991px) {
  .sidebar-pane {
    min-width: 265px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .sidebar-pane {
    min-width: 350px;
  }
}
@media (min-width: 1200px) {
  .sidebar-pane {
    min-width: 420px;
  }
}

.sidebar-header {
  margin: -10px -20px 0;
  height: 40px;
  padding: 4px 20px;
  padding-left: 36px;
  line-height: 40px;
  font-family: Foundersgrotesk, sans-serif;
  font-size: 1.8em;
  color: #fff;
  background-color: #FyqcnFw6fnMmrNNgC0FJWBtXfwdRFT7di1tfNg4;
}
.sidebar-right .sidebar-header {
  padding-left: 40px;
}

.sidebar-close {
  position: absolute;
  top: 5px;
  width: 40px;
  height: 40px;
  text-align: center;
  cursor: pointer;
}
.sidebar-left .sidebar-close {
  right: 0;
}
.sidebar-right .sidebar-close {
  left: 0;
}

.sidebar-left ~ .sidebar-map {
  margin-left: 40px;
}
@media (min-width: 768px) {
  .sidebar-left ~ .sidebar-map {
    margin-left: 0;
  }
}

.sidebar-right ~ .sidebar-map {
  margin-right: 40px;
}
@media (min-width: 768px) {
  .sidebar-right ~ .sidebar-map {
    margin-right: 0;
  }
}

.sidebar {
}
.sidebar.leaflet-touch {
  box-shadow: none;
}
@media (min-width: 768px) {
  .sidebar {
  }
  .sidebar.leaflet-touch {
  }
}

.site-title {
  position: relative;
  left: 18px;
  font-size: 2rem;
  font-weight: 600;
  font-family: Foundersgrotesktext, sans-serif;
}

.intro-text {
  position: relative;
  left: 18px;
  max-width: 360px;
  color: black;
  top: 0px;
  font-size: 16px;
  font-family: Foundersgrotesktext, sans-serif;
  font-weight: 400;
}

.sidebar-share {
  position: absolute;
  left: 1vw;
  bottom: 0px;
  color: white;
  background: #407cca;
  padding: 0.5rem 0.8rem;
  z-index: 100;
  box-shadow: 5px 8px 16px -3px #00000082;
  margin-left: 20px;
}

.share-text {
  font-size: 16px;
  font-family: Foundersgrotesktext, sans-serif;
}

.share-wrapper {
  display: flex;
  justify-content: space-between;
  width: 90px;
  margin: auto;
}

.share-icon {
  height: 24px;
  width: 24px;
  background-size: contain;
  background-repeat: no-repeat;
}

.share-icon--twitter {
  background-image: url("https://www.newamericaneconomy.org/wp-content/themes/nae-wp-theme/static/img/share-icon--twitter-hover-white.svg");
}

.share-icon--facebook {
  background-image: url("https://www.newamericaneconomy.org/wp-content/themes/nae-wp-theme/static/img/share-icon--facebook-hover-white.svg");
  position: relative;
  bottom: 2px;
  left: 4px;
  bottom: 3px;
}

.share-icon--email {
  background-image: url("https://www.newamericaneconomy.org/wp-content/themes/nae-wp-theme/static/img/share-icon--email-hover-white.svg");
  position: relative;
  bottom: 2px;
  top: 1px;
}

a.mapboxgl-ctrl-logo {
  display: none !important;
}

@media (min-width: 768px) {
  .sidebar-left ~ .sidebar-map .leaflet-left {
    transition: left 500ms;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .sidebar-left ~ .sidebar-map .leaflet-left {
    left: 315px;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .sidebar-left ~ .sidebar-map .leaflet-left {
    left: 400px;
  }
}

@media (min-width: 1200px) {
  .sidebar-left ~ .sidebar-map .leaflet-left {
    left: 470px;
  }
}

@media (min-width: 768px) {
  .sidebar-left.collapsed ~ .sidebar-map .leaflet-left {
    left: 50px;
  }
}

@media (min-width: 768px) {
  .sidebar-right ~ .sidebar-map .leaflet-right {
    transition: right 500ms;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .sidebar-right ~ .sidebar-map .leaflet-right {
    right: 315px;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .sidebar-right ~ .sidebar-map .leaflet-right {
    right: 400px;
  }
}

@media (min-width: 1200px) {
  .sidebar-right ~ .sidebar-map .leaflet-right {
    right: 470px;
  }
}

@media (min-width: 768px) {
  .sidebar-right.collapsed ~ .sidebar-map .leaflet-right {
    right: 50px;
  }
}
