@import url('https://use.typekit.net/wjf8iou.css');
* {
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
}
html {
  -webkit-text-size-adjust: none;
  font-size: 12px;
}
body {
  margin: 0;
  padding: 1rem 0;
  font: 1rem / 1.4 acumin-pro, Helvetica, Arial, sans-serif;
  color: hsl(0, 0%, 48%);
  touch-action: manipulation;
}
h1 {
  font-family: acumin-pro-condensed, Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-weight: 400;
  margin: 0 0 1rem 0;
  font-size: 2rem;
  color: hsl(0, 0%, 29%);
  line-height: 1.3;
  -webkit-font-smoothing: antialiased;
}
h2 {
  font-weight: normal;
  color: hsl(0, 0%, 48%);
  font-size: 1.25rem;
  margin: 1.5rem 0;
}
.nowrap {
  white-space: nowrap;
}
.footnotes {
  margin-bottom: 1.5rem;
}
.footnotes h4 {
  margin: 0;
  color: hsl(0, 0%, 29%);
  font-size: 1rem;
}
.footnotes p,
.footer p {
  margin: 0;
  font-size: 1rem;
  line-height: 1.6;
  color: hsl(0, 0%, 48%);
}
.footer p strong,
.footnotes p strong {
  color: hsl(0, 0%, 29%);
}
a,
a:link,
a:visited {
  color: #4774cc;
  text-decoration: none;
}
a:hover,
a:active {
  text-decoration: underline;
}
.graphic-wrapper {
  position: relative;
}
.graphic {
  position: relative;
  margin-bottom: 1rem;
}
.graphic::after {
  content: '';
  display: block;
  height: 0;
  clear: both;
}
.graphic img {
  max-width: 100%;
  height: auto;
}
.key {
  margin: -0.5rem 0 2.5rem 0;
  padding: 0;
  list-style-type: none;
}
.key .key-item {
  display: inline-block;
  margin: 0 1.5rem 0 0;
  padding: 0;
  line-height: 15px;
}
.key .key-item b {
  display: inline-block;
  width: 15px;
  height: 15px;
  margin-right: 0.5rem;
  float: left;
}
.key .key-item label {
  white-space: nowrap;
  font-size: 1rem;
  color: hsl(0, 0%, 48%);
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
}
svg {
  overflow: hidden;
}
.axis {
  font-size: 1rem;
  -webkit-font-smoothing: antialiased;
  fill: hsl(0, 0%, 71%);
}
.axis path,
.axis line {
  fill: none;
  stroke: hsl(0, 0%, 86%);
  shape-rendering: crispEdges;
}
.axis.y path {
  display: none;
}
.axis.y .tick line {
  display: none;
}
.axis.x .domain {
  display: none;
}
.grid path {
  display: none;
}
.grid .tick {
  stroke: hsl(0, 0%, 92%);
  color: hsl(0, 0%, 92%);
  stroke-width: 1px;
  shape-rendering: crispEdges;
}
.grid.y g:first-child line {
  display: none;
}
.zero-line {
  stroke: hsl(0, 0%, 48%);
  stroke-width: 1px;
  shape-rendering: crispEdges;
}
line,
rect {
  shape-rendering: crispEdges;
}
.bars {
  fill: #17807E;
}
.labels {
  position: absolute;
  margin: 0;
  padding: 0;
  list-style-type: none;
  border: none;
}
.labels li {
  position: absolute;
  text-align: right;
  font-size: 1rem;
  line-height: 1.3;
  color: hsl(0, 0%, 48%);
  display: table;
  -webkit-font-smoothing: antialiased;
}
.labels li span {
  display: table-cell;
  vertical-align: middle;
}
.value text {
  font-size: 1rem;
  -webkit-font-smoothing: antialiased;
}
.value text.in {
  fill: hsl(0, 0%, 92%);
}
.value text.out {
  fill: hsl(0, 0%, 71%);
}
.annotation-group {
  fill: hsl(0, 0%, 71%);
  font-size: 1rem;
}
img:not([alt]) {
  outline: 3px solid red;
}
[role='img'] img:not([alt]) {
  outline: none;
}
table {
  border-collapse: collapse;
  padding: 0;
  width: 100%;
  font-size: 12px;
  color: #666;
}
table tr.shadedrow {
  background-color: #f1f1f1;
  color: #333;
  font-weight: bold;
}
table th {
  line-height: 1.2;
  text-align: left;
  vertical-align: bottom;
}
table td {
  vertical-align: top;
}
table th.sort-header {
  cursor: pointer;
}
table th.sort-header::-moz-selection,
table th.sort-header::selection {
  background: transparent;
}
table th.sort-header .sorter {
  border-top: 2px solid #404040;
  visibility: hidden;
}
table th.sort-header .sorter .icon {
  content: '';
  width: 1px;
  margin: 3px auto 7px auto;
  border-width: 0 4px 4px;
  border-style: solid;
  border-color: #404040 transparent;
}
table th.sort-header:hover .sorter {
  visibility: visible;
}
table th.sort-up .sorter,
table th.sort-down .sorter,
table th.sort-down:hover .sorter {
  visibility: visible;
  opacity: 0.4;
}
table th.sort-up .sorter .icon {
  border-bottom: none;
  border-width: 4px 4px 0;
}
/*
* larger-than-small-screen styles
* ~ defining some desktop-only styles here to avoid
* ~ writing extra mobile styles to undo them.
*/
/*
* small-screen styles
*/
#money-squares {
  display: block;
  width: 250px;
  max-width: 100%;
  margin: 2rem auto;
  position: relative;
  color: ivory;
}
#money-squares .square.outer {
  width: 100%;
  padding-bottom: 100%;
  border: 2px solid ivory;
  position: relative;
}
#money-squares .square.aviation {
  border: 1px solid ivory;
  background: #ddd24b;
  color: #1a1a1a;
  position: absolute;
  right: 0;
  bottom: 0;
  left: 47.95831523%;
  top: 47.95831523%;
}
#money-squares .rect.lobbyists {
  border: 1px solid #2b2b2b;
  position: absolute;
  right: 0;
  bottom: 0;
  left: 47%;
  top: 0;
}
#money-squares .rect.lobbyist.a {
  border: 1px solid #2b2b2b;
  position: absolute;
  right: 0;
  top: 0;
  left: 0;
  height: 55.31914894%;
  background: red;
}
#money-squares .rect.lobbyist.b {
  border: 1px solid #2b2b2b;
  position: absolute;
  right: 0;
  left: 0;
  top: 55.31914894%;
  height: 34.04255319%;
  background: green;
}
#money-squares .rect.lobbyist.c {
  border: 1px solid #2b2b2b;
  position: absolute;
  right: 0;
  left: 0;
  top: 89.36170213%;
  height: 10.63829787%;
  background: blue;
}
#money-squares .label {
  padding: 0.5rem;
  font-size: 1.2rem;
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (min-width: 501px) {
  .graphic {
    display: flex;
  }
  #money-squares {
    flex-shrink: 0;
    margin-right: 2rem;
  }
}
.firm {
  margin: 1rem;
  padding: 0.5rem 1rem;
  font-size: 1.1rem;
}
.card {
  color: ivory;
  background: #2b2b2b;
  border-radius: 2px;
  position: relative;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
}
body {
  background: #1d1d1d;
}
h1,
h2,
.footer p,
.footer p strong {
  color: ivory !important;
}
td {
  width: 50%;
}
table {
  color: currentColor;
}
.top-earner {
  padding: 1rem;
  border: 2px solid hsl(0, 0%, 48%);
  color: ivory;
}
.top-earner h4 {
  margin-top: 0;
}
