* {
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
}
html {
  -webkit-text-size-adjust: none;
}
body {
  background-color: #fff;
  margin: 0;
  padding: 33px 0;
  font: 14px/1.4 'NPRSans', 'Helvetica Neue', 'Helvetica', 'Arial', sans-serif;
  color: #555;
  touch-action: manipulation;
}
img,
svg {
  max-width: 100%;
}
h1 {
  font-family: 'NPRSans', 'Helvetica Neue', 'Helvetica', 'Arial', sans-serif;
  font-weight: normal;
  letter-spacing: 0.01em;
  margin: 0 0 22px 0;
  font-size: 20px;
  color: #333;
  font-weight: 600;
  line-height: 1.3;
  -webkit-font-smoothing: antialiased;
}
h2 {
  font-family: 'NPRSans', 'Helvetica Neue', 'Helvetica', 'Arial', sans-serif;
  letter-spacing: 0.01em;
  font-weight: normal;
  color: #636363;
  font-size: 14px;
  margin: -11px 0 33px 0;
  line-height: 1.6;
}
h3 {
  font-family: 'NPRSans', 'Helvetica Neue', 'Helvetica', 'Arial', sans-serif;
  font-weight: normal;
  letter-spacing: 0.01em;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  font-weight: 500;
  -webkit-font-smoothing: antialiased;
  margin: 0 0 15px 0;
  padding-top: 0;
  line-height: 1.2;
  font-size: 12px;
  color: #333;
}
.nowrap {
  white-space: nowrap;
}
.footnotes {
  margin-bottom: 20px;
}
.footnotes h4 {
  margin: 2px 0 7px 0;
  color: #666;
  font-size: 11px;
}
.footnotes p,
.footer p {
  margin: 2px 0 0 0;
  font-size: 12px;
  line-height: 1.7;
  color: #808080;
}
.footer p {
  font-style: italic;
}
.footer p em {
  font-style: normal;
}
.footnotes p strong {
  color: #666;
}
a,
a:link,
a:visited {
  color: #4774CC;
  text-decoration: none;
}
a:hover,
a:active {
  color: #bccae5;
}
.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;
}
.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-family: 'NPRSans', 'Helvetica Neue', 'Helvetica', 'Arial', sans-serif;
  font-weight: normal;
  letter-spacing: 0.01em;
  font-size: 11px;
  -webkit-font-smoothing: antialiased;
  fill: #999;
}
.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: #17807E;
}
.labels {
  position: absolute;
  margin: 0;
  padding: 0;
  list-style-type: none;
  border: none;
}
.labels li {
  position: absolute;
  text-align: right;
  font-size: 12px;
  line-height: 1.4;
  color: #666;
  display: table;
  -webkit-font-smoothing: antialiased;
}
.labels li span {
  display: table-cell;
  vertical-align: middle;
}
.value text {
  font-size: 11px;
  -webkit-font-smoothing: antialiased;
}
.value text.in {
  fill: #fff;
}
.value text.out {
  fill: #636363;
}
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;
}
.sr-only {
  opacity: 0;
  position: absolute;
  left: -1000px;
  clip: inset(0, 0, 0, 0);
  width: 1px;
  height: 1px;
}
h1,
h2,
.key-wrap {
  margin-left: auto;
  margin-right: auto;
  max-width: 650px;
  text-align: center;
}
.footer,
.footnotes {
  margin-left: auto;
  margin-right: auto;
  max-width: 650px;
}
.graphic,
.table-graphic {
  margin-left: auto;
  margin-right: auto;
  max-width: 650px;
}
.table-graphic {
  margin-top: 15px;
  margin-bottom: 15px;
}
.hed-hex {
  color: #D8472B;
  font-size: 24px;
  margin-right: 5px;
}
/* Key
========================================*/
@media screen and (min-width: 501px) {
  .key-wrap {
    margin-bottom: -50px;
    max-width: 400px;
  }
}
.key-wrap .key {
  margin: 0 0 18px 0;
  padding: 0;
  list-style-type: none;
}
.key-wrap .key .key-item {
  display: inline-block;
  margin: 0 18px 0 0;
  padding: 0;
  line-height: 15px;
}
.key-wrap .key .key-item b {
  display: inline-block;
  width: 15px;
  height: 15px;
  margin-right: 6px;
  float: left;
}
.key-wrap .key .key-item label {
  white-space: nowrap;
  font-size: 12px;
  color: #666;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
}
@media screen and (max-width: 500px) {
  .key-wrap .key .key-item label {
    white-space: normal;
  }
}
.key-wrap.numeric-scale {
  width: 100%;
  text-align: center;
}
.key-wrap.numeric-scale h3 {
  margin-bottom: 5px;
}
.key-wrap.numeric-scale .key .key-item {
  margin: 0 1px 0 0;
  position: relative;
}
.key-wrap.numeric-scale .key .key-item b {
  width: 45px;
  height: 10px;
  margin-right: 0;
}
.key-wrap.numeric-scale .key .key-item label {
  position: absolute;
  bottom: -20px;
  left: -15%;
}
.key-wrap.numeric-scale .key .key-item label.end-label {
  left: auto;
  right: -25%;
}
/* Grid Map
========================================*/
.tile-grid-map {
  margin-bottom: 33px;
}
.state {
  fill: #eee;
}
.label {
  font-family: 'NPRSans', 'Helvetica Neue', 'Helvetica', 'Arial', sans-serif;
  font-weight: normal;
  letter-spacing: 0.01em;
  font-size: 11px;
  fill: #979797;
}
@media screen and (min-width: 501px) {
  .label {
    font-size: 9px;
  }
}
@media screen and (min-width: 651px) {
  .label {
    font-size: 7px;
  }
}
.label-active {
  fill: #fff;
}
.label-active.category-possible,
.label-active.category-being-considered {
  fill: #666;
}
table {
  border-collapse: collapse;
  padding: 0;
  width: 100%;
  font-size: 13px;
}
table tr.shadedrow {
  background-color: #f1f1f1;
  color: #333;
  font-weight: bold;
}
table th {
  font-family: 'NPRSans', 'Helvetica Neue', 'Helvetica', 'Arial', sans-serif;
  font-weight: normal;
  letter-spacing: 0.01em;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  font-weight: 500;
  -webkit-font-smoothing: antialiased;
  line-height: 1.2;
  text-align: left;
  vertical-align: bottom;
  color: #666;
  font-size: 12px;
}
table td {
  vertical-align: top;
}
tr.show {
  display: table-row;
}
tr.hide {
  display: none;
}
tr:nth-child(n+4 of .show) {
  display: none;
}
.show-all tr.show {
  display: table-row;
}
@media screen and (max-width: 500px) {
  .nov2025 .show-all .show {
    display: block;
  }
}
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[aria-sort="descending"] .sorter,
table th[aria-sort="ascending"] .sorter,
table th[aria-sort="ascending"]:hover .sorter {
  visibility: visible;
  opacity: 0.4;
}
table th[aria-sort="descending"] .sorter .icon {
  border-bottom: none;
  border-width: 4px 4px 0;
}
table .state-name {
  font-weight: bold;
  color: #333;
}
@media screen and (min-width: 501px) {
  table .state-name {
    min-width: 90px;
  }
}
table .status {
  background: #eee;
  color: #fff;
  padding: 2px 5px;
  border-radius: 4px;
  font-family: 'NPRSans', 'Helvetica Neue', 'Helvetica', 'Arial', sans-serif;
  font-weight: normal;
  letter-spacing: 0.01em;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  font-weight: 500;
  -webkit-font-smoothing: antialiased;
  font-size: 80%;
  white-space: nowrap;
  margin-right: 3px;
}
table .status.enacted,
table .status.approved {
  background: #17807E;
}
table .status.in-progress {
  background: #EAAA61;
}
table .status.possible,
table .status.being-considered {
  background: #F7E39B;
  color: #454545;
}
table .status.possible-after-2026 {
  background: #aaa;
  color: #fff;
}
table .status .hex {
  display: inline-block;
  font-size: 16px;
  line-height: 0;
  font-weight: normal;
  display: none;
}
table .margin,
table .congress,
table .direction {
  text-align: center;
}
table .margin {
  display: none;
}
table td.direction {
  font-weight: bold;
}
table td.direction.gop {
  color: #D8472B;
}
table td.direction.dem {
  color: #3D7FA6;
}
.sept2025 table th,
.sept2025 table td {
  padding: 10px;
}
.sept2025 table th:first-child,
.sept2025 table td:first-child {
  padding-left: 0;
}
.sept2025 table th:last-child,
.sept2025 table td:last-child {
  padding-right: 0;
}
.sept2025 table th.amt,
.sept2025 table td.amt {
  text-align: right;
}
.sept2025 table th {
  border-bottom: 2px solid #eee;
  padding-top: 0;
}
.sept2025 table td {
  border-bottom: 1px solid #eee;
}
.nov2025 {
  /*
  * larger-than-small-screen styles
  * ~ defining some desktop-only styles here to avoid
  * ~ writing extra mobile styles to undo them.
  */
  /*
  * small-screen styles
  */
}
@media screen and (min-width: 501px) {
  .nov2025 table th,
  .nov2025 table td {
    padding: 10px;
  }
  .nov2025 table th:first-child,
  .nov2025 table td:first-child {
    padding-left: 0;
  }
  .nov2025 table th:last-child,
  .nov2025 table td:last-child {
    padding-right: 0;
  }
  .nov2025 table th.amt,
  .nov2025 table td.amt {
    text-align: right;
  }
  .nov2025 table th.congress span,
  .nov2025 table td.congress span {
    display: block;
  }
  .nov2025 table th {
    border-bottom: 2px solid #eee;
    padding-top: 0;
  }
  .nov2025 table td {
    border-bottom: 1px solid #eee;
  }
}
@media screen and (max-width: 500px) {
  .nov2025 tbody {
    display: block;
    width: 100%;
  }
  .nov2025 table thead {
    display: none;
  }
  .nov2025 table tr,
  .nov2025 table th,
  .nov2025 table td {
    display: block;
    padding: 0;
    white-space: normal;
  }
  .nov2025 table tr {
    border-bottom: 1px solid #eee;
    padding: 10px 0;
  }
  .nov2025 table tr:first-child {
    border-top: 1px solid #eee;
  }
  .nov2025 table td {
    margin-bottom: 6px;
  }
  .nov2025 table td:empty {
    display: none;
  }
  .nov2025 table td.margin,
  .nov2025 table td.congress,
  .nov2025 table td.direction {
    text-align: left;
  }
  .nov2025 table td.congress .d:after {
    content: ', ';
  }
  .nov2025 table tr td:first-child {
    font-family: 'NPRSans', 'Helvetica Neue', 'Helvetica', 'Arial', sans-serif;
    font-weight: normal;
    letter-spacing: 0.01em;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    font-weight: 500;
    -webkit-font-smoothing: antialiased;
    color: #333;
    font-size: 15px;
    margin-bottom: 6px;
  }
  .nov2025 table tr td:first-child:before {
    content: '';
    display: none;
  }
  .nov2025 table th[data-title]:before,
  .nov2025 table td[data-title]:before {
    content: attr(data-title) ":\00A0";
    font-weight: bold;
    display: inline-block;
    margin-right: 10px;
    width: 170px;
    color: #333;
  }
  .nov2025 table td[data-title]:nth-child(2):before {
    display: none;
  }
}
.show-more {
  font-family: 'NPRSans', 'Helvetica Neue', 'Helvetica', 'Arial', sans-serif;
  font-weight: normal;
  letter-spacing: 0.01em;
  background-color: #fff;
  border: none;
  border-top: 2px solid #eee;
  box-shadow: none;
  box-sizing: border-box;
  color: #4774CC;
  display: block;
  font-weight: bold;
  margin-top: 0;
  margin-bottom: 22px;
  padding: 10px;
  text-transform: uppercase;
  width: 100%;
}
.show-more:hover {
  cursor: pointer;
  opacity: 0.7;
}
