/*
Shims for Flexbox - should work on Safari and IE10+
*/
.display-flex {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
}
body {
  color: #231f20;
  font-family: "ff-meta-serif-web-pro", Georgia, serif;
  font-size: 19px;
  line-height: 1.42105263;
  padding: 0;
  margin: 0;
  touch-action: manipulation;
}
@media (prefers-color-scheme: dark) {
  body {
    background-color: #f8f8f8;
  }
}
main {
  display: block;
}
.interactive {
  padding: 10px;
  margin: 20px auto;
  border-top: 1px solid #e0e0e0;
  border-bottom: 1px solid #e0e0e0;
  font-family: "ff-dagny-web-pro", Helvetica Neue, Helvetica, sans-serif;
}
a {
  color: #0777b3;
  text-decoration: none;
}
a:visited {
  color: #71757d;
}
a:hover,
a:focus {
  color: #2b4d70;
}
a img {
  border: none;
}
img,
video,
embed,
object,
iframe {
  max-width: 100%;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #231f20;
  margin: 1.42105263 0 0.71052632 0;
}
h1 {
  font-size: 28px;
  line-height: 1.07142857;
  letter-spacing: -0.5px;
}
@media (max-width: 768px) {
  h1 {
    font-size: 42px;
    line-height: 1.0952381;
    letter-spacing: -1px;
  }
}
h2 {
  font-size: 24px;
  line-height: 1.42105263;
}
h3 {
  font-size: 22px;
  line-height: 1.04545455;
}
h4 {
  font-size: 16px;
  font-weight: 600;
  line-height: 1.5;
  margin: 0.71052632 0 0 0;
}
.byline {
  font-size: 19px;
  margin-bottom: 0;
}
.staff-position {
  font-style: italic;
  font-size: 15px;
  margin-top: 0;
}
.publish-date {
  font-size: 16px;
  font-family: "ff-dagny-web-pro", Helvetica Neue, Helvetica, sans-serif;
  color: #71757d;
}
.graphic-hed {
  font-family: "ff-dagny-web-pro", Helvetica Neue, Helvetica, sans-serif;
  font-size: 22px;
  font-weight: bold;
  text-align: center;
}
.graphic-chatter {
  font-family: "ff-dagny-web-pro", Helvetica Neue, Helvetica, sans-serif;
  font-size: 18px;
  font-weight: normal;
  text-align: center;
  max-width: 800px;
  margin: 0em auto 2em auto;
}
.source-container {
  margin-top: 10px;
}
.source-container::after {
  clear: both;
  content: "";
  display: block;
}
.data-source,
.art-credit,
.caption {
  color: #71757d;
  font-family: "ff-dagny-web-pro", Helvetica Neue, Helvetica, sans-serif;
  font-size: 14px;
}
.data-source {
  font-style: italic;
}
@media (min-width: 480px) {
  .data-source {
    float: left;
  }
}
@media (min-width: 480px) {
  .art-credit {
    float: right;
  }
}
.main-nav {
  background: white;
  border-bottom: 1px solid #e0e0e0;
  box-shadow: 0 2px 7px rgba(0, 0, 0, 0.1);
  position: relative;
  line-height: 1;
  z-index: 999;
  font-size: 0px;
}
.main-nav .wrapper {
  max-width: 1020px;
  margin: auto;
  position: relative;
  padding: 10px;
}
.main-nav .logo {
  display: inline-block;
  vertical-align: middle;
  width: 160px;
}
.main-nav .logo img {
  height: 24px;
  max-height: 100%;
}
.share-bar {
  display: inline-block;
  position: absolute;
  right: 0;
  vertical-align: middle;
}
.share-icon {
  margin-left: 3px;
  margin-right: 3px;
  width: 30px;
}
.share-icon:hover .changes-color {
  fill: #231f20;
}
zeus-ad {
  margin-top: 1em !important;
  margin-bottom: 1em !important;
}
.marketing {
  font-family: "ff-dagny-web-pro", Helvetica Neue, Helvetica, sans-serif;
  margin: 20px 5px;
  padding: 10px;
  text-align: center;
  width: calc(100% - 10px);
}
.marketing--footer {
  border: 1px solid #e0e0e0;
  max-width: 630px;
}
@media (min-width: 640px) {
  .marketing--footer {
    margin: 20px auto;
  }
  .marketing--footer span {
    white-space: pre;
  }
}
.marketing--sidebar {
  border-top: 1px solid #e0e0e0;
  border-bottom: 1px solid #e0e0e0;
  max-width: 350px;
}
@media (max-width: 500px) {
  .marketing--sidebar {
    margin: auto;
  }
}
.marketing__text {
  margin: 5px auto;
}
.marketing__body {
  font-size: 18px;
  line-height: 21px;
}
.marketing__button {
  background: #0777b3;
  border-radius: 3px;
  color: white;
  display: inline-block;
  font-size: 19px;
  font-weight: bold;
  margin-top: 3px;
  padding: 5px 20px;
}
.marketing__button:hover {
  color: #fff;
  background: #2b4d70;
}
.marketing__button:visited {
  color: #fff;
}
.show-comments {
  border: 1px solid #0777b3;
  padding: 20px;
  text-align: center;
  text-transform: uppercase;
  font-family: "ff-dagny-web-pro", Helvetica Neue, Helvetica, sans-serif;
  font-weight: bold;
  font-size: 15px;
  color: #0777b3;
  cursor: pointer;
  margin: 20px 0;
}
.thin-div {
  border-bottom: 1px solid #e0e0e0;
  margin-bottom: 15px;
  font-family: "ff-dagny-web-pro", Helvetica Neue, Helvetica, sans-serif;
  margin: auto;
  max-width: 900px;
}
.thin-div .center {
  position: relative;
  top: 15px;
  margin: auto;
  width: 105px;
  text-align: center;
  font-size: 20px;
  background: white;
}
.dont-miss {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: auto;
  margin-top: 15px;
  max-width: 900px;
  font-size: 17px;
  font-family: "ff-dagny-web-pro", Helvetica Neue, Helvetica, sans-serif;
}
.dont-miss .story {
  -webkit-flex: 0 0 25%;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
}
@media (max-width: 480px) {
  .dont-miss .story {
    -webkit-flex: 1 1 50%;
    -ms-flex: 1 1 50%;
    flex: 1 1 50%;
  }
}
.dont-miss .padded {
  padding: 10px;
}
.dont-miss img {
  width: 100%;
}
.dont-miss a {
  color: #424648;
  transition: color 0.1s linear;
}
.dont-miss a:hover {
  color: #0777b3;
}
.dont-miss .small {
  font-weight: bold;
  font-size: 15px;
}
.project-credits {
  padding-top: 10px;
  max-width: 900px;
  margin: 10px auto;
}
@media (min-width: 768px) {
  .project-credits {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 35px;
  }
}
.project-credit {
  flex-basis: 50%;
  font-family: "ff-dagny-web-pro", Helvetica Neue, Helvetica, sans-serif;
  font-size: 17px;
  line-height: 1.2;
  margin: 3px 0;
  padding: 0 10px;
}
footer.nav-bottom {
  background: black;
  opacity: 0.95;
  padding: 8px 8px 4px 8px;
  position: relative;
  z-index: 99;
}
footer.nav-bottom .logo {
  float: left;
  margin-right: 10px;
}
footer.nav-bottom .logo img {
  margin-top: 5px;
  height: 20px;
}
footer.nav-bottom::after {
  clear: both;
  content: " ";
  display: block;
}
#map {
  width: 100%;
  max-width: 230px;
  padding-right: 15px;
  display: inline-block;
}
@media (max-width: 480px) {
  #map {
    width: 100%;
    max-width: 130px;
    padding-right: 0px;
    display: block;
    margin: auto;
  }
}
#map .aspect-ratio-outer {
  width: 100%;
  position: relative;
}
#map .aspect-ratio-outer .aspect-ratio-inner {
  padding-bottom: 120%;
  position: relative;
}
@media (max-width: 480px) {
  #map .aspect-ratio-outer .aspect-ratio-inner {
    padding-bottom: 110%;
  }
}
#map .aspect-ratio-outer leaflet-map {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#map .aspect-ratio-outer leaflet-map:not([ready]) {
  display: none;
}
#map .aspect-ratio-outer leaflet-map .leaflet-control-attribution.leaflet-control {
  display: none;
}
#map .aspect-ratio-outer leaflet-map .leaflet-control-zoom.leaflet-bar.leaflet-control {
  display: none;
}
#map .aspect-ratio-outer leaflet-map .leaflet-marker-icon.school {
  width: 10px !important;
  height: 10px !important;
  border-radius: 50%;
  background-color: #89538a;
  border: 1px solid black;
  display: none;
}
@media (max-width: 480px) {
  #map .aspect-ratio-outer leaflet-map .leaflet-marker-icon.school {
    width: 8px !important;
    height: 8px !important;
  }
}
#map .aspect-ratio-outer leaflet-map .leaflet-marker-icon.school.show {
  display: block;
}
#example {
  width: 100%;
  max-width: 700px;
  margin: 10px auto;
  font-family: "ff-dagny-web-pro", Helvetica Neue, Helvetica, sans-serif;
}
#example .line {
  margin-bottom: 10px;
}
#example .line span {
  padding: 0px 5px;
  font-weight: bold;
  font-size: 1.5em;
}
#example .line.numbers p {
  display: inline;
  vertical-align: middle;
}
#example .equation {
  display: flex;
  justify-content: space-evenly;
}
#example .division {
  width: 90px;
  padding: 0 10px;
  display: inline-block;
  font-size: 2em;
  text-align: center;
  vertical-align: middle;
}
#example .division .sixty {
  padding-right: 20px;
  line-height: 1.3em;
}
#example .division .twenty {
  padding-left: 20px;
  line-height: 1.3em;
}
#example .division .divide {
  width: 95%;
  margin: auto;
  height: 3px;
  border-bottom: 4px solid black;
  transform: rotate(-20deg);
}
#example .equals {
  font-size: 2em;
  display: inline-block;
  margin-right: 10px;
}
#example .equals div {
  display: inline-block;
}
#example .three {
  font-size: 2.5em;
  text-align: center;
  align-self: center;
}
*:focus {
  outline: 1px dotted rgba(0, 0, 0, 0.3) !important;
}
#database {
  max-width: 800px;
  margin: auto;
}
#database .inputAndDropdown {
  position: relative;
  font-family: "ff-dagny-web-pro", Helvetica Neue, Helvetica, sans-serif;
}
#database .inputAndDropdown .input {
  text-align: center;
  font-size: 18px;
  padding: 10px;
  background-color: #632f64;
  border-top: 1px solid black;
  border-left: 1px solid black;
  border-right: 1px solid black;
}
#database .inputAndDropdown .input input {
  font-size: 22px;
  width: 90%;
  max-width: 500px;
}
#database .inputAndDropdown .input .close {
  color: white;
  font-size: 22px;
  transition: all 0.2s ease-in 0s;
}
#database .inputAndDropdown .input .close:hover {
  color: #0777b3;
  transform: scale(1.3);
}
#database .inputAndDropdown .dropdownList {
  position: absolute;
  background-color: white;
  max-height: 300px;
  overflow-y: scroll;
  font-size: 0px;
  width: 100%;
  border-left: 1px solid gray;
  border-right: 1px solid gray;
  border-bottom: 1px solid gray;
  z-index: 2000;
  display: grid;
  grid-template-columns: 50% 50%;
}
#database .inputAndDropdown .dropdownList.hide {
  display: none;
}
@media (max-width: 480px) {
  #database .inputAndDropdown .dropdownList {
    grid-template-columns: 100%;
  }
}
#database .inputAndDropdown .dropdownList .item {
  cursor: pointer;
  padding: 2px 10px;
  border-bottom: 1px solid gray;
  display: inline-block;
  font-size: 17px;
}
#database .inputAndDropdown .dropdownList .item:nth-child(odd) {
  border-right: 1px solid gray;
}
@media (max-width: 480px) {
  #database .inputAndDropdown .dropdownList .item:nth-child(odd) {
    border-right: none;
  }
}
#database .inputAndDropdown .dropdownList .item:hover {
  background-color: #0777b3;
  color: white;
}
#database .inputAndDropdown .dropdownList .item:focus,
#database .inputAndDropdown .dropdownList .item.selected {
  border: 1px dashed gray;
}
#database #card {
  font-family: "ff-dagny-web-pro", Helvetica Neue, Helvetica, sans-serif;
  text-align: center;
  font-size: 20px;
}
#database #card .topper {
  padding: 20px 10px 20px 10px;
  background-color: #eee;
}
@media (max-width: 480px) {
  #database #card .topper {
    padding-top: 15px;
  }
}
#database #card .topper .name {
  font-weight: bold;
  font-size: 1.6em;
  line-height: 1.2em;
  margin-top: 10px;
}
@media (max-width: 480px) {
  #database #card .topper .name {
    font-size: 1.5em;
  }
}
@media (max-width: 350px) {
  #database #card .topper .name {
    font-size: 1.3em;
  }
}
#database #card .topper .dataFrom {
  color: #71757d;
  font-size: 0.9em;
  font-style: italic;
  padding-top: 5px;
}
#database #card .topper .regionAndAddress div {
  display: inline-block;
  font-weight: bold;
}
#database #card .topper .missing {
  display: none;
}
#database #card .topper .missing.active {
  display: inline-block;
}
#database #card .topper .missing .multiple {
  display: none;
}
#database #card .topper .missing .multiple.active {
  display: inline-block;
}
#database #card .topper .previously {
  display: none;
  font-size: 0.9em;
}
#database #card .topper .previously.active {
  display: block;
}
#database #card .mapAndYearsTable {
  padding: 10px;
  margin-top: 1em;
}
#database #card .mapAndYearsTable h2 {
  line-height: 1em;
}
@media (max-width: 480px) {
  #database #card .mapAndYearsTable h2 {
    margin-bottom: 10px;
  }
}
#database #card .mapAndYearsTable .yearsTable {
  display: inline-block;
  vertical-align: top;
  padding-left: 15px;
}
@media (max-width: 480px) {
  #database #card .mapAndYearsTable .yearsTable {
    display: block;
    padding-left: 0px;
  }
}
#database #card .mapAndYearsTable .yearsTable #comparison-areas-table {
  margin: auto;
}
#database #card .mapAndYearsTable .yearsTable #comparison-areas-table td.cell div {
  display: inline;
  padding-left: 2px;
  font-size: 0.8em;
}
#database #card table {
  font-size: 16px;
  border-collapse: collapse;
  width: 100%;
}
#database #card th {
  padding: 2px 4px;
}
#database #card td {
  padding: 2px 4px;
}
#database #card tr td:nth-of-type(2),
#database #card tr td:nth-of-type(3) {
  text-align: center;
}
#database #card tr th:nth-of-type(1),
#database #card tr td:nth-of-type(1) {
  text-align: left;
}
#database #card tr:nth-child(1) {
  border-bottom: 2px solid black;
}
#database #card .divider {
  width: 100%;
  padding: 10px;
  max-width: 500px;
  margin: auto;
  height: 5px;
  border-bottom: 3px solid #c0c0c0;
}
@media (max-width: 480px) {
  #database #card .divider {
    width: 85%;
  }
}
#database #card .graph-intro {
  padding: 10px 10px 0px 10px;
}
#database #card .graph-intro h2 {
  margin-bottom: 10px;
  margin-top: 5px;
  line-height: 1em;
}
#database #card .graph-intro .graph-directions {
  font-size: 0.9em;
  font-style: italic;
  margin-bottom: 15px;
}
#database #card .graphAndTooltip {
  padding: 10px;
}
#database #card .graphAndTooltip #graph {
  width: 50%;
  display: inline-block;
  vertical-align: top;
}
@media (max-width: 480px) {
  #database #card .graphAndTooltip #graph {
    width: 100%;
    display: block;
  }
}
#database #card .graphAndTooltip #graph svg g.strokes rect {
  fill: none;
  stroke: none;
}
#database #card .graphAndTooltip #graph svg g.strokes rect.highlight {
  stroke: black;
  stroke-width: 3px;
}
#database #card .graphAndTooltip #graph svg .xAxis .tick line {
  display: none;
}
#database #card .graphAndTooltip #graph svg .xAxis .tick text {
  font-size: 12px;
}
#database #card .graphAndTooltip #graph svg .xAxis .tick.highlight text {
  font-weight: bold;
}
#database #card .graphAndTooltip #graph svg .yAxis text {
  font-size: 12px;
}
#database #card .graphAndTooltip #graph svg .yAxis .tick:nth-child(odd) line {
  display: none;
}
#database #card .graphAndTooltip #tooltip {
  width: 49%;
  display: inline-block;
  vertical-align: top;
}
@media (max-width: 480px) {
  #database #card .graphAndTooltip #tooltip {
    width: 100%;
    display: block;
  }
}
#database #card .graphAndTooltip #tooltip #decade_school_data .label {
  line-height: 1em;
  margin-bottom: 10px;
}
#database #card .graphAndTooltip #tooltip #decade_school_data .label div {
  display: inline-block;
}
#database #card .graphAndTooltip #tooltip #decade_school_data .label div.wrap {
  font-size: 16px;
  font-weight: bold;
  text-transform: uppercase;
}
#database #card .graphAndTooltip #tooltip #decade_school_data table {
  line-height: 1.1em;
}
#database #card .graphAndTooltip #tooltip #decade_school_data table tr td .color {
  width: 15px;
  height: 15px;
  display: inline-block;
  margin-right: 2px;
  vertical-align: top;
}
#database #card .graphAndTooltip #tooltip #decade_school_data table tr td .spec_color {
  width: 15px;
  height: 15px;
  display: none;
  margin-right: 2px;
  vertical-align: top;
}
#database #card .graphAndTooltip #tooltip #decade_school_data table td[data-percent] div,
#database #card .graphAndTooltip #tooltip #decade_school_data table td[data-plug="PerMinority"] div {
  display: inline;
  padding-left: 2px;
  font-size: 0.8em;
}
#database #card .graphAndTooltip #tooltip #decade_school_data table tr:nth-child(even) {
  background-color: #ddd;
}
#database #card .note {
  padding: 10px;
  font-size: 16px;
  text-align: left;
  font-style: italic;
  color: #71757d;
  line-height: 1.2em;
}
