#main {
  padding-bottom: 100px;
  margin: 2% 0;
}

.color-light-blue {
  color: #3687e7;
}

.color-blue {
  color: #3c608a;
}

.color-red {
  color: #e43e47;
}

.color-yellow {
  color: #eec044;
}

.color-pink {
  color: #5e233b;
}

.color-light-pink {
  color: #f87fab;
}

.title--secondary {
  --title__line-height: 0.1;
}

.policy-area-intro > header > h1::after {
  background: url("../assets/images/flourishes/thick-line.svg") no-repeat;
  width: 100%;
  background-size: 100% 100%;
  top: 16px;
}

#mainHeader::after {
  width: 56%;
}

@media (max-width: 1700px) {
  #mainHeader::after {
    width: 57%;
  }
}

@media (max-width: 1400px) {
  #mainHeader::after {
    width: 33%;
  }
}

@media (max-width: 1200px) {
  #mainHeader::after {
    width: 300px;
  }
}

#mainHeader2::after {
  width: 95%;
}

#mainHeader {
  font-size: 25px;
}

@media (max-width: 1400px) {
  #mainHeader {
    font-size: 20px !important;
  }
}

#diaggSpacer {
  display: none;
}

@media (max-width: 1000px) {
  #disaggHeader {
    font-size: 20px !important;
  }
  #disaggHeader::after {
    top: 40px;
  }
  #disaggHeader #diaggSpacer {
    display: block;
    margin-top: 20px;
  }
}

body {
  height: 100%;
  overflow-x: hidden;
}

#facilitiesTable {
  margin: 0px 10%;
  margin-bottom: 10px;
}

.sectionDescription {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-top: 10px;
  margin-left: 10px;
  margin-right: 10px;
  text-align: justify;
  margin: auto;
  font-family: 'faustina';
}

.sectionDescription p {
  padding: 20px;
  margin-top: 0;
}

table tr td {
  border: none;
}

table tr td {
  border-right: 1px solid rgba(224, 222, 222, 0.7);
}

#chartsContainer {
  display: none;
}

#chartsContainer.report-mode {
  display: block;
}

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.chartToggleContainer {
  padding-top: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: auto;
  cursor: pointer;
}

.chartToggleContainer .form-check {
  padding: 0px 10px;
}

.chartToggleContainer .form-check input {
  width: 20px;
}

.hide-on-national {
  display: none;
}

.hide-on-national.report-mode {
  display: block !important;
}

.hide-on-report.report-mode {
  display: none !important;
}

.dataSection {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
}

@media (max-width: 1400px) {
  .dataSection {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.contact-image {
  border-radius: 50%;
  cursor: pointer;
}

.contact-image:hover {
  opacity: 0.6;
}

#contact-click {
  cursor: pointer;
  padding: 20px;
  border: 1px solid white;
}

#contact-click:hover {
  opacity: 0.9;
  border: 1px solid gray;
}

.flex-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-left: 30px;
}

#nationalChartsContainer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media (max-width: 1400px) {
  #nationalChartsContainer {
    display: block;
  }
}

#nationalChartsContainer .nationalChartsRow {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 1400px) {
  #nationalChartsContainer .nationalChartsRow {
    display: block;
  }
}

#map-container {
  margin: 0 15%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 70vh;
}

@media (max-width: 1000px) {
  #map-container {
    display: block;
  }
}

@media (max-width: 1200px) {
  #map-container {
    display: none;
  }
}

#map-container #map {
  -webkit-box-flex: 3;
      -ms-flex: 3;
          flex: 3;
  height: 90%;
  margin: auto;
}

#map-container #map.report-mode {
  cursor: default;
}

#map-container #right-side-panel {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: auto 1%;
  display: none;
}

#map-container #right-side-panel.report-mode {
  display: none;
}

@media (max-width: 1000px) {
  #map-container #right-side-panel {
    display: none;
  }
}

#geoTypeStateOption.report-mode {
  display: none;
}

.external-link.active {
  color: var(--tokens__colors__yellow, #32323c) !important;
  background: var(--tokens__colors__blue) !important;
}

#bounds-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
}

#bounds-button span {
  background-image: url("../assets/img/usMap.png");
  background-size: contain;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  margin: 3px;
}

.mapboxgl-popup-content {
  border: 2px solid black !important;
  font-family: 'Faustina';
}

.mapboxgl-popup-content h4 {
  font-size: 16px;
}

.mapboxgl-popup-content .popupMetric {
  font-size: 14px;
  font-weight: bold;
}

.mapboxgl-popup-content .popupMetric span {
  margin-right: 4px;
}

.mapboxgl-popup-anchor-top .mapboxgl-popup-tip,
.mapboxgl-popup-anchor-top-left .mapboxgl-popup-tip,
.mapboxgl-popup-anchor-top-right .mapboxgl-popup-tip {
  border-bottom-color: #000 !important;
}

.mapboxgl-popup-anchor-bottom .mapboxgl-popup-tip,
.mapboxgl-popup-anchor-bottom-left .mapboxgl-popup-tip,
.mapboxgl-popup-anchor-bottom-right .mapboxgl-popup-tip {
  border-top-color: #000 !important;
}

.mapboxgl-popup-anchor-left .mapboxgl-popup-tip {
  border-right-color: #000 !important;
}

.mapboxgl-popup-anchor-right .mapboxgl-popup-tip {
  border-left-color: #000 !important;
}

.popupContent {
  font-family: 'faustina';
}

.site-header__donate-btn {
  margin-left: 30px;
  color: white !important;
  background-color: var(--tokens__colors__red) !important;
}

.site-header__donate-btn:hover {
  opacity: 0.6 !important;
}

.btn-map-metric {
  font-family: 'styrene';
  margin-top: 5px;
  border-width: 2px;
  border-style: solid;
  display: inline-block;
  font-weight: 400;
  text-align: center;
  vertical-align: middle;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.25rem;
  -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}

.btn-map-metric:disabled {
  color: gray !important;
  border-color: gray !important;
  background-color: white !important;
  outline: 0;
  opacity: 0.5;
}

.btn-map-metric.btn-Heatmap {
  display: none;
}

.btn-map-metric.btn-black {
  color: black;
  border-color: black;
  outline: 0;
}

.btn-map-metric.btn-black:hover, .btn-map-metric.btn-black.active {
  background-color: black;
  border-color: black;
  color: white;
}

.btn-map-metric.btn-dark-blue {
  color: #2e4465;
  border-color: #2e4465;
  outline: 0;
}

.btn-map-metric.btn-dark-blue:hover, .btn-map-metric.btn-dark-blue.active {
  background-color: #2e4465;
  border-color: #0e151f;
  color: white;
}

.btn-map-metric.btn-light-blue {
  color: #3687e7;
  border-color: #3687e7;
  outline: 0;
}

.btn-map-metric.btn-light-blue:hover, .btn-map-metric.btn-light-blue.active {
  background-color: #3687e7;
  border-color: #1455a3;
  color: white;
}

.btn-map-metric.btn-blue {
  color: #3c608a;
  border-color: #3c608a;
  outline: 0;
}

.btn-map-metric.btn-blue:hover, .btn-map-metric.btn-blue.active {
  background-color: #3c608a;
  border-color: #1d2f43;
  color: white;
}

.btn-map-metric.btn-red {
  color: #e43e47;
  border-color: #e43e47;
  outline: 0;
}

.btn-map-metric.btn-red:hover, .btn-map-metric.btn-red.active {
  background-color: #e43e47;
  border-color: #a5171f;
  color: white;
}

.btn-map-metric.btn-pink {
  color: #5e233b;
  border-color: #5e233b;
  outline: 0;
}

.btn-map-metric.btn-pink:hover, .btn-map-metric.btn-pink.active, .btn-map-metric.btn-pink:focus {
  background-color: #5e233b;
  border-color: #14070c;
  color: white;
}

.btn-map-metric.btn-light-pink {
  color: #f87fab;
  border-color: #f87fab;
  outline: 0;
}

.btn-map-metric.btn-light-pink:hover, .btn-map-metric.btn-light-pink.active, .btn-map-metric.btn-light-pink:focus {
  background-color: #f87fab;
  border-color: #f31e6c;
  color: white;
}

#specificGeoDataTable {
  max-height: 350px;
  overflow-y: auto;
  width: 90%;
  margin: auto;
}

@media (max-width: 1400px) {
  .site-header__social {
    display: none;
  }
}

#titleAndPageNavContainer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: 2%;
}

.policy-area-intro {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

#pageHeader {
  margin-right: 10%;
}

@media (max-width: 1100px) {
  #bpcHeader {
    display: none;
  }
}

#crossTabContainer {
  margin: 20px auto;
  width: 90%;
  padding: 10px;
  overflow: auto;
  border: 1px solid gray;
}

@media (max-width: 1400px) {
  #crossTabContainer {
    width: 95%;
    height: 500px;
  }
}

#crossTabContainer .table {
  font-size: 12px;
}

@media (max-width: 1400px) {
  #crossTabContainer .table {
    width: 95%;
    height: 500px;
  }
}

#crossTabContainer .table th,
#crossTabContainer .table td {
  padding: 0.375rem 0.1rem;
  text-align: center;
}

#reportResults {
  overflow-y: hidden;
  overflow-x: hidden;
  margin: auto 5%;
  margin-left: 2%;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-family: 'styrene' !important;
  min-height: 100px;
  text-align: center;
}

#reportResults.report-mode {
  display: block;
}

@media (max-width: 1200px) {
  #reportResults.report-mode {
    -webkit-box-flex: 2;
        -ms-flex: 2;
            flex: 2;
  }
}

#reportResults #reportSpinner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#reportResults #reportSpinner h2 {
  margin-bottom: 20px;
}

#scrollDownPrompt {
  background-color: gray;
  color: white;
  position: fixed;
  bottom: 0px;
  z-index: 2;
  right: 0px;
  padding: 10px;
  margin: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#scrollDownPrompt i {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 3px;
  margin: 5px;
}

.sort-button {
  font-size: 12px;
  right: 5px;
  position: relative;
  border: 1px solid gray;
  border-radius: 10%;
  padding: 0.5em;
}

.sort-button:hover {
  background-color: gray;
  color: white;
}

.site-header {
  border-bottom: 1px solid rgba(65, 65, 65, 0.1);
}

.chartTableContainer {
  -webkit-box-flex: 2;
      -ms-flex: 2;
          flex: 2;
}

.chartTableContainer .toggle-button {
  font-size: 12px;
  right: 5px;
  position: relative;
  float: right;
  border: 1px solid gray;
  border-radius: 10%;
  padding: 0.5em;
  display: none;
}

.chartTableContainer .toggle-button.active {
  display: block;
}

.chartTableContainer .toggle-button:hover {
  background-color: gray;
  color: white;
}

@media (max-width: 1300px) {
  .chartTableContainer .toggle-button {
    float: none;
  }
}

#mainReportArea {
  margin-bottom: 50px;
  margin: 2%;
}

.table {
  font-size: 12px;
}

.table th,
.table td {
  padding: 0.375rem 0.4rem;
  text-align: center;
}

@media (max-width: 1300px) {
  .table th,
  .table td {
    padding: 0.175rem 0.1rem;
  }
}

.site-header__inner {
  max-width: 95%;
}

.site-header__inner h4 {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-left: 10%;
}

@media (max-width: 1300px) {
  .site-header__inner h4 {
    margin-left: 5%;
  }
}

@media (max-width: 1000px) {
  .site-header__inner h4 {
    display: none;
  }
}

.summaryMetrics {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  text-align: center;
  width: 90%;
  padding: 5px 0px;
  margin: auto;
}

.summaryMetrics .metricIcon {
  font-size: 20px;
}

.summaryMetrics .summaryMetric {
  /* width: 150px; */
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  height: 65px;
  background-color: rgba(224, 222, 222, 0.5);
  -webkit-box-shadow: 4px 1px 0px 0px #ccc;
          box-shadow: 4px 1px 0px 0px #ccc;
  /* color: white; */
  color: black;
  border-radius: 5%;
  /* height: 150px; */
  font-size: 12px;
  padding: 5px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.chartRow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 1700px) {
  .chartRow {
    display: block;
  }
}

.summaryInfo {
  background-color: whitesmoke;
  padding-bottom: 20px;
}

#gaps {
  margin: 3%;
}

#dataTabStrip {
  margin-left: 10px;
  margin-top: 10px;
}

#reportSpinner {
  margin-top: 27px;
}

.summaryInfoHeader {
  height: 50px;
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 10px;
  padding: 10px;
  margin-bottom: 10px;
}

.summaryMetric:hover {
  background-color: #2a4565;
  color: white;
  -webkit-transition: cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: cubic-bezier(0.165, 0.84, 0.44, 1);
}

.summaryMetricValue {
  font-size: 17px;
  letter-spacing: 0.5px;
  margin-left: 3px;
  font-weight: bold;
  cursor: default;
}

@media (max-width: 1400px) {
  .summaryMetricValue {
    font-size: 13px;
  }
}

.metricText {
  font-size: 13px;
}

.topicContainer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.topicSummary {
  border: 1px solid black;
  text-align: center;
}

.chartTableContainer {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-top: 10px;
  margin-left: 10px;
  margin-right: 10px;
  padding-top: 20px;
  border: 1px solid #f2faff;
}

.tableContainer {
  margin: 10px 10px;
  font-size: 12px;
  max-height: 45vh;
  overflow-y: auto;
}

@media (max-width: 1000px) {
  .tableContainer {
    margin: 0px 0px;
    font-size: 11px;
  }
}

.tableContainer,
.chartContainer {
  display: none;
}

.tableContainer.active,
.chartContainer.active {
  display: block;
}

.chartContainer {
  text-align: center;
  display: none;
}

.lightBlue {
  color: #2a7de1;
}

.darkBlue {
  color: #2a4565;
}

.chartHeader {
  font-weight: bold;
  margin-bottom: 5px;
}

.chartSubheader {
  color: gray;
  font-size: 12px;
  font-weight: bold;
  font-style: italic;
}

.select2-container--default .select2-selection--single .select2-selection__clear {
  font-size: 24px;
  line-height: 23px;
}

.select2-container--default .select2-selection--single .select2-selection__clear:hover {
  opacity: 0.7;
}

#geoselectLabel {
  font-size: 14px;
}

.custom-control-label {
  font-family: 'styrene';
  font-weight: normal;
  font-size: 13px;
}

#mapGeoSelector {
  margin: auto;
  margin-top: 3px;
  text-align: center;
  background-color: #fff;
  border-radius: 3px;
  left: 10%;
  z-index: 1;
  padding: 10px;
  font-size: 17px;
  width: 370px;
  margin-top: 10px;
}

#mapGeoSelector label {
  float: left;
  font-weight: 400;
  margin-bottom: 10px;
}

#mapGeoSelector.report-mode {
  margin-top: 63px;
}

#mapGeoSelector .select2-container .select2-selection--single {
  height: 35px;
}

#mapGeoSelector #geoselector {
  border: 1px solid gray;
  display: none;
}

#mapGeoSelector #back-btn {
  color: white;
  background-color: var(--tokens__colors__blue);
  display: none;
  padding: 10px;
  cursor: pointer;
  font-size: 14px;
}

#mapGeoSelector #back-btn:hover {
  opacity: 0.7;
}

.statesNotIncluded {
  text-align: center;
  font-style: italic;
  font-size: 12.5px;
  margin-top: 10px;
}

.facilitiesSource {
  margin-top: 10px;
  font-size: 12px;
  margin-left: 3%;
  text-align: center;
}

.source {
  font-size: 12px;
  text-align: center;
}

#geoTypeRadioContainer2 {
  display: none;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

#geoTypeRadioContainer2.report-mode {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#geoTypeRadioContainer {
  background-color: white;
  -webkit-box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.1);
  border-radius: 4px;
  margin-right: 50px;
  margin-top: 5px;
  right: 0px;
  position: absolute;
  padding: 5px 10px;
  pointer-events: auto !important;
  z-index: 5;
}

.readMoreArea {
  display: none;
  margin: 2%;
}

.readMoreLink {
  color: #2e4465;
  text-decoration: underline;
  margin-left: 2%;
  padding: 5px;
  border: 1px solid white;
}

.readMoreLink:hover {
  border: 1px solid black;
}

#mapLegendContainer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: auto;
  margin-top: 10px;
  width: 30%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

#mapLegendContainer #minLegend,
#mapLegendContainer #maxLegend {
  margin-left: 5px;
  margin-right: 5px;
  border-radius: 2px;
  font-size: 12px;
  font-weight: bold;
  padding: 5px;
}

#mapLegend {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  height: 20px;
  margin: auto;
  -webkit-box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.1);
  background-image: -webkit-gradient(linear, left top, right top, from(#f5f7f9), to(#3c608b));
  background-image: linear-gradient(to right, #f5f7f9, #3c608b);
  border-radius: 4px;
  pointer-events: auto !important;
  z-index: 5;
}

.map-dropdown {
  font-size: 15px;
  margin: 5px;
  margin-bottom: 15px;
  padding: 3px 5px;
  cursor: pointer;
}

.map-dropdown:hover {
  text-decoration: underline;
}

.map-dropdown option {
  font-size: 16px;
  padding: 3px;
}

.reportLink {
  font-family: 'faustina';
  text-decoration: none !important;
}

.reportLink:hover {
  opacity: 0.6;
}

.underlined-cta a::after {
  background: none !important;
}

.filter-option {
  padding: 0.75rem 0.75rem;
  font-size: 12px;
}

.dropdown-toggle {
  height: 26px;
}

#mapControls {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 60%;
  margin: auto;
}

.geo-toggles {
  margin: auto;
  width: 55%;
  text-align: center;
}

.geo-toggles.report-mode {
  display: none;
}

@media (max-width: 1200px) {
  .geo-toggles {
    display: none;
  }
}

.mapRadioContainer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-weight: bold;
}

.mapRadio {
  margin-right: 5px;
  width: auto !important;
  cursor: pointer;
}

.section-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  margin: 10px auto;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: white;
}

.section-nav li {
  margin-left: 10px;
}

.section-nav li:hover {
  opacity: 0.7;
  text-decoration: underline;
}

.section-nav li .active {
  font-weight: bold;
  text-decoration: underline;
}

@media (max-width: 1200px) {
  .section-nav {
    display: none;
  }
}

.fixedElement {
  text-align: center;
  top: 0;
  width: 100%;
  z-index: 100;
  background-color: white;
}

.fixedElement2 {
  text-align: center;
  top: 0;
  width: 100%;
  z-index: 100;
  background-color: white;
}

@media (max-width: 1200px) {
  .fixedElement2 {
    top: 0px !important;
  }
}

@media (max-width: 1200px) {
  .fixedElement2.report-mode {
    top: 65px !important;
  }
}

#mapVizFieldContainer {
  position: absolute;
  right: 10px;
  top: 10px;
  z-index: 1;
}

#mapGeoTypeContainer {
  display: block;
  right: 10px;
  z-index: 1;
}

#mapGeoTypeContainer.report-mode {
  display: block;
}

@media (max-width: 1200px) {
  #mapGeoTypeContainer {
    display: block;
  }
}

.legend {
  background-color: #fff;
  border-radius: 3px;
  bottom: 30px;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
          box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  font: 12px/20px 'Helvetica Neue', Arial, Helvetica, sans-serif;
  padding: 10px;
  position: absolute;
  right: 10px;
  z-index: 1;
}

.legend h4 {
  margin: 0 0 10px;
}

.legend div span {
  border-radius: 50%;
  display: inline-block;
  height: 10px;
  margin-right: 5px;
  width: 10px;
}

#stateReportArea {
  display: none;
}

#stateReportArea.report-mode {
  display: block;
}

#summaryData {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

@media (max-width: 1400px) {
  #summaryData {
    font-size: 12px;
  }
}

.statSection {
  background-color: #f2f2f2;
  padding: 10px 0px;
  margin-top: 10px;
  margin-bottom: 5px;
  padding: 12px 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 27px;
  margin-top: 10px;
}

.select2-container {
  width: 325px;
  font-family: 'styrene';
}

#stateSummary {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 2% 5%;
  width: 100%;
  overflow-y: auto;
  overflow-x: hidden;
}

#stateSummary #stateDataContainer {
  height: 200px;
  overflow-y: auto;
  overflow-x: hidden;
}

#stateSummary #stateDataContainer .table th,
#stateSummary #stateDataContainer .table td {
  padding: 4px 2px;
}

#stateSummary.report-mode {
  display: none;
}

#stateSummary .summaryMetric {
  margin: 2%;
  padding: 10px;
}

.socioEcFootnote {
  font-style: italic;
  font-size: 11px;
  text-align: left;
  margin-left: 5%;
}

.socioEcFootnote #excludedSocioEcStates {
  font-weight: bold;
}

@media (max-width: 1000px) {
  #socioEcChartAndRadioContainer {
    display: block;
  }
}

@media (max-width: 1400px) {
  #socioEcChartAndRadioContainer {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.socioEcChartSection {
  -webkit-box-flex: 3;
      -ms-flex: 3;
          flex: 3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 1400px) {
  .socioEcChartSection {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.socioEcChartSection .custom-control-label {
  font-size: 14px !important;
}

.socioEcChartSection label {
  font-size: 14px !important;
}

.socioEcChartSection b {
  font-size: 14px !important;
}

.socioEcChartSection #socioEcChart {
  -webkit-box-flex: 2;
      -ms-flex: 2;
          flex: 2;
}

@media (max-width: 1400px) {
  .socioEcChartSection #socioEcChart {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}

.socioEcChartSection #socioEcSelectorContainer {
  font-size: 12px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-family: 'styrene';
}

@media (max-width: 1400px) {
  .socioEcChartSection #socioEcSelectorContainer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

@media (max-width: 1000px) {
  .socioEcChartSection #socioEcSelectorContainer {
    display: block;
  }
}

.socioEcChartSection #socioEcSelectorContainer .form-check-inline {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: left;
  margin-top: 3px;
}

.socioEcChartSection #socioEcSelectorContainer .socioEcRadio,
.socioEcChartSection #socioEcSelectorContainer .minThreshold {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: 5px;
  width: auto !important;
  cursor: pointer;
  border-radius: 10px;
  font-weight: bold;
}

.socioEcChartSection #socioEcSelectorContainer .socioEcSidebarComponent {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 20px;
  text-align: left;
  min-width: 338px;
  text-align: left;
}

.socioEcChartSection #socioEcSelectorContainer .socioEcSidebarComponent p {
  font-size: 16px;
  font-family: 'faustina';
}

.socioEcChartSection #socioEcSelectorContainer .socioEcLegend .socioEcLegendItem {
  font-size: 11px;
  margin-top: 3px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: left;
}

.socioEcChartSection #socioEcSelectorContainer .socioEcLegend .socioEcLegendItem label {
  cursor: default;
  opacity: 1;
}

.socioEcChartSection #socioEcSelectorContainer .socioEcLegend .socioEcLegendItem .colorBox {
  height: 15px;
  width: 15px;
  margin-right: 7px;
}

.socioEcChartSection #socioEcSelectorContainer .socioEcLegend .socioEcLegendItem .darkRed {
  background-color: #b8163a;
}

.socioEcChartSection #socioEcSelectorContainer .socioEcLegend .socioEcLegendItem .red {
  background-color: #f05c4d;
}

.socioEcChartSection #socioEcSelectorContainer .socioEcLegend .socioEcLegendItem .gray {
  background-color: #c5bfbe;
}

.socioEcChartSection #socioEcSelectorContainer .socioEcLegend .socioEcLegendItem .lightGreen {
  background-color: #b3e0a6;
}

.socioEcChartSection #socioEcSelectorContainer .socioEcLegend .socioEcLegendItem .darkGreen {
  background-color: #308344;
}

#mobileNeedsContainer {
  border: none;
}

@media print {
  .toggle-button {
    display: none !important;
  }
  #site-header {
    display: none;
  }
  #pageHeader {
    display: none;
  }
  #geoTypeRadioContainer {
    display: none;
  }
  #scrollDownPrompt {
    display: none !important;
  }
  .dataSection {
    display: block;
  }
  .tableContainer {
    display: block !important;
    max-height: none;
    overflow: hidden;
    page-break-after: always;
  }
  .chartToggleContainer {
    display: none;
  }
  .site-footer {
    display: none;
  }
  #socioEcChartAndRadioContainer {
    display: none !important;
  }
  #mapGeoSelector {
    display: none;
  }
  .chartContainer {
    page-break-after: always;
  }
  #titleAndPageNavContainer {
    page-break-after: always;
  }
  #summaryData {
    page-break-after: always;
  }
  .socioEcFootnote {
    display: none;
  }
  #theprojectPrint {
    display: block !important;
  }
  .fixedElement {
    display: none !important;
  }
  .fixedElement2 {
    display: none !important;
  }
  #map-container {
    display: block;
    margin: 0;
    height: 800px;
    width: 100%;
  }
  .mapboxgl-control-container {
    display: none;
  }
}

ol li {
  margin: 20px;
  margin-top: 5px;
}

th {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}
/*# sourceMappingURL=main.css.map */