.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;
}
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;
}
table {
  font-family: 'Source Sans Pro', Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-weight: 400;
  border-collapse: collapse;
  padding: 0;
  width: 100vw;
  font-size: 0.9rem;
}
table tr.shadedrow {
  background-color: #f1f1f1;
  font-weight: bold;
}
table th {
  font-family: 'Source Sans Pro', Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-weight: 400;
  font-weight: bold;
  font-size: 0.8rem;
  line-height: 1.2;
  text-align: left;
  vertical-align: top;
}
table td {
  vertical-align: top;
  width: 50%;
}
table td,
table th {
  padding: 1rem 1rem 1.5rem 1rem;
  text-align: left;
  border: 1px solid #eee;
}
/*
* larger-than-small-screen styles
* ~ defining some desktop-only styles here to avoid
* ~ writing extra mobile styles to undo them.
*/
@media screen and (min-width: 501px) {
  table {
    margin: auto;
  }
  table th,
  table td {
    text-align: center;
  }
  table th.amt,
  table td.amt {
    text-align: right;
  }
  table td {
    border-bottom: 1px solid #eee;
  }
}
/*
* small-screen styles
// */
h4,
p {
  text-align: center;
  margin-bottom: 1rem;
}
h5 {
  margin: 0;
  font-size: 1.3rem;
}
.category__header {
  text-transform: uppercase;
  text-align: center;
  padding: 1rem;
  font-size: 0.8rem;
  color: #F5F5F5;
  margin: 0;
  font-size: 1.1rem;
  font-weight: 400;
}
.different {
  background-color: #fde5ab;
}
.job__title {
  border-radius: 0.15rem;
  margin: auto;
  padding: 0.8rem 0.5rem;
  font-size: 1rem;
  letter-spacing: 0.1rem;
}
.job__description {
  font-family: 'Source Sans Pro', Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-weight: 400;
  max-width: 18rem;
  margin: 1rem auto;
  font-size: 1rem;
}
.visually-hidden {
  opacity: 0;
  position: absolute;
  left: -9999px;
}
.name {
  font-weight: bold;
  vertical-align: top;
  position: relative;
  line-height: 1.3;
  text-align: center;
  padding: 1rem 2rem;
}
.name img {
  max-width: 80px;
  border-radius: 50%;
}
.name.then {
  position: relative;
}
.name.then .name-heading:before {
  content: "Emanuel's pick";
  font-size: 0.8rem;
  display: block;
  font-weight: 400;
  margin-bottom: 0.2rem;
}
.name.then:after {
  content: "\1F449";
  position: absolute;
  top: 50%;
  left: 45vw;
  z-index: 1;
  background-color: #555;
  padding: 0.15rem 0.5rem;
  color: white;
  border-radius: 0.2rem;
  font-size: 1.2rem;
}
.name.now .name-heading:before {
  content: "Lightfoot's pick";
  font-size: 0.8rem;
  display: block;
  font-weight: 400;
  margin-bottom: 0.2rem;
}
.inner-circle .job__title {
  background-color: #4d767d;
  color: #F5F5F5;
}
.inner-circle .category__header {
  background-color: #5C8E96;
}
.inner-circle.category__section {
  background-color: #f1f5f6;
}
.cabinet .job__title {
  background-color: #a8d555;
}
.cabinet .category__header {
  background-color: #99C24D;
}
.cabinet.category__section {
  background-color: #ecf3dd;
}
.sister-agency-chiefs .job__title {
  background-color: #b42841;
  color: #F5F5F5;
}
.sister-agency-chiefs .category__header {
  background-color: #A4243B;
}
.sister-agency-chiefs.category__section {
  background-color: #fcf3f5;
}
.credit {
  font-size: 0.8rem;
  color: #888B90;
}
