.kicker {
  color: #ec2010;
  text-transform: uppercase;
  text-align: center;
  margin: 0.5em;
}
* {
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
}
html {
  -webkit-text-size-adjust: none;
}
body {
  margin: 0;
  padding: 33px 0;
  font: 14px/1.4 Helvetica, Arial, sans-serif;
  color: #555;
  touch-action: manipulation;
}
img,
svg {
  max-width: 100%;
}
h1 {
  margin: 0 0 33px 0;
  font-size: 22px;
  color: #6D6F73;
  font-family: 'Source Sans Pro', Helvetica, Arial, sans-serif;
  font-weight: bold;
  line-height: 1.3;
  font-weight: 700;
  -webkit-font-smoothing: antialiased;
}
h2 {
  font-family: 'Source Sans Pro', Helvetica, Arial, sans-serif;
  font-weight: normal;
  color: #6D6F73;
  font-size: 14px;
  margin: -22px 0 22px 0;
  line-height: 1.6;
}
h3 {
  margin: 0 0 15px 0;
  font-family: 'Source Sans Pro';
  font-size: 18px;
  font-weight: bold;
  padding-top: 0;
  line-height: 1.2;
  -webkit-font-smoothing: antialiased;
  font-size: 12px;
  color: #B1B1B1;
}
.nowrap {
  white-space: nowrap;
}
.footnotes {
  margin-bottom: 20px;
}
.footnotes h4 {
  margin: 2px 0 7px 0;
  color: #C5C5C5;
  font-size: 11px;
}
.footnotes p,
.footer p {
  margin: 2px 0 0 0;
  font-size: 11px;
  line-height: 1.7;
  color: #999;
}
.footer p {
  font-style: italic;
}
.footer p em {
  font-style: normal;
}
.footnotes p strong {
  color: #666;
}
a,
a:link,
a:visited {
  color: #ec0101;
  text-decoration: none;
}
a:hover,
a:active {
  opacity: 0.8;
}
.graphic-wrapper {
  position: relative;
}
.graphic {
  position: relative;
  margin-bottom: 11px;
}
.graphic::after {
  content: "";
  display: block;
  height: 0;
  clear: both;
}
.graphic img {
  max-width: 100%;
  height: auto;
}
.key {
  margin: -11px 0 33px 0;
  padding: 0;
  list-style-type: none;
  font-family: 'Source Sans Pro', Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-weight: 400;
}
.key .key-item {
  display: inline-block;
  margin: 0 18px 0 0;
  padding: 0;
  line-height: 15px;
}
.key .key-item b {
  display: inline-block;
  width: 15px;
  height: 15px;
  margin-right: 6px;
  float: left;
}
.key .key-item label {
  white-space: nowrap;
  font-size: 12px;
  color: #666;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
}
svg {
  overflow: hidden;
}
.axis {
  font-size: 11px;
  -webkit-font-smoothing: antialiased;
  fill: #999;
  font-family: 'Source Sans Pro', Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-weight: 400;
}
.axis path,
.axis line {
  fill: none;
  stroke: #ccc;
  shape-rendering: crispEdges;
}
.axis.y path {
  display: none;
}
.axis.y .tick line {
  display: none;
}
.grid path {
  display: none;
}
.grid .tick {
  stroke: #eee;
  color: #eee;
  stroke-width: 1px;
  shape-rendering: crispEdges;
}
.grid.y g:first-child line {
  display: none;
}
.zero-line {
  stroke: #666;
  stroke-width: 1px;
  shape-rendering: crispEdges;
}
line,
rect {
  shape-rendering: crispEdges;
}
.bars rect {
  fill: #ec0101;
}
.labels {
  position: absolute;
  margin: 0;
  padding: 0;
  list-style-type: none;
  border: none;
  font-family: 'Source Sans Pro', Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-weight: 400;
}
.labels li {
  position: absolute;
  text-align: right;
  font-size: 12px;
  line-height: 1.3;
  color: #666;
  display: table;
  -webkit-font-smoothing: antialiased;
}
.labels li span {
  display: table-cell;
  vertical-align: middle;
}
.value text {
  font-size: 10px;
  -webkit-font-smoothing: antialiased;
}
.value text.in {
  fill: #fff;
}
.value text.out {
  fill: #999;
}
body.hp {
  padding-top: 0;
  padding-bottom: 10px;
}
body.childlink {
  margin-left: auto;
  margin-right: auto;
  max-width: 800px;
}
img:not([alt]) {
  outline: 3px solid red;
}
[role="img"] img:not([alt]) {
  outline: none;
}
h1 {
  color: #252525;
  margin: 0;
  text-align: center;
  padding: 0;
  font-size: 1.5rem;
}
table {
  padding: 0;
  width: 100%;
  font-size: 14px;
  color: #4b4b4b;
}
table tr.shadedrow {
  background-color: #f1f1f1;
  color: #333;
  font-weight: bold;
}
table th {
  line-height: 1.2;
  text-align: left;
  vertical-align: middle;
  font-size: 1rem;
  background-color: #e8e8e8;
}
table td {
  vertical-align: top;
  padding: 1rem;
  border-bottom: #eee solid 0.1rem;
}
table th[data-title]:before,
table td[data-title]:before {
  content: attr(data-title) ":\00A0";
  display: inline-block;
  font-weight: 700;
  margin-bottom: 0.5rem;
  width: 100%;
}
/*
* larger-than-small-screen styles
* ~ defining some desktop-only styles here to avoid
* ~ writing extra mobile styles to undo them.
*/
table th,
table td {
  padding: 1rem;
  width: 50%;
}
table th.amt,
table td.amt {
  text-align: right;
}
.visually-hidden {
  opacity: 0;
  position: absolute;
  left: -1000px;
}
.hidden {
  display: none;
}
.graphic {
  max-width: 500px;
  margin: auto;
}
.kicker {
  font-size: 0.65rem;
  color: #524b44;
  pointer-events: none;
}
.header {
  font-size: 1.2rem;
  text-align: center;
  color: #252525;
  margin: 0 0 0rem 0;
}
.first {
  padding: 2rem;
}
.issue {
  font-family: 'Source Sans Pro', Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-weight: 400;
  margin: 0rem 0 2rem 0;
}
.issue h5 {
  text-transform: uppercase;
  text-align: center;
}
.btn {
  border: none;
  background-color: #F5F5F5;
  width: 100%;
  margin-bottom: 0.55rem;
  padding: 1rem;
  min-height: 6rem;
  box-shadow: gray 0.1rem 0.1rem 0.2rem;
}
.btn .header {
  color: #252525;
  pointer-events: none;
  line-height: 1.6rem;
}
.btn:hover {
  transition: all 500ms;
  cursor: pointer;
}
.key {
  max-width: 550px;
  margin: auto;
  text-align: center;
  padding-bottom: 1rem;
}
.key p {
  line-height: 1.5;
}
.key span {
  padding: 0 0.5rem;
  margin: 0 0.15rem;
  border-radius: 0.1rem;
}
.key .fas {
  padding: 0.2rem;
  margin-right: 0.25rem;
  border-radius: 50%;
}
.key .contentious {
  background-color: #F9B816;
}
.key .less-contentious {
  background-color: #fde5ab;
}
.rank-1 {
  background-color: #F9B816;
}
.rank-1:hover {
  background-color: #fbcf61;
}
.rank-2 {
  background-color: #fcd679;
}
.rank-2:hover {
  background-color: #fdedc4;
}
.rank-3 {
  background-color: #fde5ab;
}
.rank-3:hover {
  background-color: #fef5dd;
}
.rank-4 {
  background-color: #fef5dd;
}
.rank-4:hover {
  background-color: #fdedc4;
}
.rank-5 {
  background-color: #F5F5F5;
}
.rank-5:hover {
  background-color: #fef5dd;
}
th.chicago-public-schools,
th.chicago-teachers-union {
  text-align: center;
}
th.chicago-public-schools .fas,
th.chicago-teachers-union .fas {
  color: #888B90;
  margin-right: 0.1rem;
}
