* {
  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;
}
.graphic h3 {
  font-family: 'NPRSans', 'Helvetica Neue', 'Helvetica', 'Arial', sans-serif;
  font-weight: normal;
  letter-spacing: 0.01em;
  color: #333;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: normal;
  margin-bottom: 15px;
  text-align: center;
}
.graphic h4 {
  font-family: 'NPRSans', 'Helvetica Neue', 'Helvetica', 'Arial', sans-serif;
  font-weight: normal;
  letter-spacing: 0.01em;
  color: #454545;
  font-size: 18px;
  font-weight: bold;
  margin-top: 0;
  margin-bottom: 2px;
  text-align: center;
}
.graphic .info.election-type {
  font-style: italic;
}
@media screen and (min-width: 501px) {
  .graphic .info.election-type {
    text-align: center;
  }
}
.graphic h5 {
  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: #787878;
  font-size: 12px;
  margin: 0 0 4px 0;
}
.graphic img {
  display: block;
  float: right;
  margin-bottom: 10px;
  margin-left: 10px;
  width: 100px;
  border-radius: 10px;
  padding: 5px;
  float: none;
  margin-left: auto;
  margin-right: auto;
  padding: none;
  width: 65px;
}
.graphic p {
  font-family: 'NPRSans', 'Helvetica Neue', 'Helvetica', 'Arial', sans-serif;
  font-weight: normal;
  letter-spacing: 0.01em;
  font-size: 12px;
  margin: 0;
  font-size: 13px;
  text-align: center;
}
.graphic p.title {
  color: #666;
  text-align: center;
}
.graphic .date p {
  font-style: italic;
}
.graphic .quote {
  font-family: 'NPRSans', 'Helvetica Neue', 'Helvetica', 'Arial', sans-serif;
  font-weight: normal;
  letter-spacing: 0.01em;
  font-style: italic;
  line-height: 1.6;
  margin-left: 0.4em;
}
.graphic .quote:before {
  content: open-quote;
  transform: translateX(-100%);
  display: inline-block;
  position: absolute;
}
.graphic .quote:after {
  content: close-quote;
}
.category {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.category + h3.categoryhead {
  margin-top: 33px;
}
.category h3 {
  width: 100%;
  display: none;
}
.previous.category h3 {
  display: block;
}
.category .data {
  width: calc(50% - (6px * 2));
}
@media screen and (max-width: 500px) {
  .category .data {
    width: calc(45% - (6px * 3));
    margin-left: 3px;
    margin-right: 3px;
  }
}
@media screen and (min-width: 651px) {
  .graphic {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: center;
  }
  .meta {
    width: 100%;
  }
  .category {
    width: 100%;
  }
  .category .data {
    width: calc(25% - (6px * 2));
  }
}
@media screen and (min-width: 850px) {
  .category .data {
    width: calc(20% - (6px * 2));
  }
}
.totals {
  margin-left: auto;
  margin-right: auto;
  max-width: 650px;
  text-align: center;
}
.totals ul {
  font-family: 'NPRSans', 'Helvetica Neue', 'Helvetica', 'Arial', sans-serif;
  font-weight: normal;
  letter-spacing: 0.01em;
  list-style-type: none;
  margin: 0;
  padding: 0;
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.totals ul li {
  background-color: #f1f1f1;
  border: 1px solid transparent;
  box-sizing: border-box;
  color: #454545;
  font-size: 13px;
  margin: 0 0 3px 0;
  padding: 15px 10px;
  width: 100%;
  font-size: 14px;
  margin-bottom: 0;
  padding: 10px;
  text-align: center;
  width: calc(50% - 11px);
}
.totals ul li.upcoming {
  background-color: #f2f1ea;
  border-color: #a49d6c;
}
.totals ul li.notupcoming,
.totals ul li.previous {
  border-color: #ccc;
  background-color: #f5f5f5;
}
.totals strong {
  font-size: 16px;
  font-weight: 700;
  display: block;
  font-size: 20px;
  margin-bottom: 0;
}
.updates {
  margin-left: auto;
  margin-right: auto;
  max-width: 650px;
  text-align: center;
  display: block;
  margin-bottom: 33px;
}
.updates h5 {
  display: block;
  margin-bottom: 6px;
}
.updates ul {
  font-family: 'NPRSans', 'Helvetica Neue', 'Helvetica', 'Arial', sans-serif;
  font-weight: normal;
  letter-spacing: 0.01em;
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.updates ul > li {
  font-size: 12px;
  margin: 0 0 6px 0;
  padding: 0;
}
.updates strong,
.updates .date {
  color: #454545;
  font-weight: bold;
}
.updates .status {
  background-color: #f1f1f1;
  color: #454545;
  font-weight: bold;
  margin-left: 3px;
  padding: 2px 5px;
  white-space: nowrap;
}
.updates .status.upcoming {
  background-color: #f2f1ea;
}
.updates .status.notupcoming,
.updates .status.dropping-out {
  border: 1px solid transparent;
  background-color: #f5f5f5;
  border-color: #ccc;
}
.data {
  box-sizing: border-box;
  background-color: #f1f1f1;
  border: 1px solid transparent;
  margin-bottom: 5px;
  padding: 20px 10px;
  border-radius: 5px;
  cursor: pointer;
}
.data::after {
  content: "";
  display: block;
  height: 0;
  clear: both;
}
.data.upcoming {
  background-color: #f2f1ea;
  border-color: #a49d6c;
}
.data.notupcoming,
.data.previous {
  background-color: #f5f5f5;
  border-color: #ccc;
}
@media screen and (max-width: 500px) {
}
.data.upcoming:hover,
.data.considering:hover,
.data.notupcoming:hover,
.data.previous:hover {
  border-color: #666;
  opacity: 0.6;
}
@media screen and (min-width: 501px) {
  .data {
    margin: 6px;
    padding: 20px 15px;
  }
}
.stats {
  margin-top: 11px;
}
.previous .stats {
  margin-bottom: 0;
}
@media screen and (max-width: 500px) {
  .graphic .notupcoming .data img,
  .graphic .previous .data img {
    float: none;
    order: 2;
    padding-bottom: 0;
    width: 70px;
  }
  .graphic .notupcoming .data .info,
  .graphic .previous .data .info {
    width: calc(100% - 70px);
  }
  .graphic .notupcoming .data {
    padding-top: 5px;
    padding-bottom: 5px;
  }
}
.footnotes,
.footer {
  margin-left: auto;
  margin-right: auto;
  max-width: 650px;
}
.sidebar {
  margin-left: auto;
  margin-right: auto;
  max-width: 650px;
  text-align: center;
  margin: 0 auto;
  border: 1px solid #bbb;
  border-radius: 10px;
  padding: 20px;
  padding-top: 7px;
  background-color: #f3f1ea;
}
.sidebar .title img {
  max-width: 300px;
  width: 63%;
  margin-bottom: 0px;
  margin-left: 0px;
}
.sidebar li img {
  display: inline-block;
  margin-bottom: 0;
  width: 20px;
  border-radius: 0px;
  padding: 0;
  margin-top: 5px;
  margin-bottom: -3px;
}
.sidebar h3 {
  padding: 10px 0px 0px 0;
  margin-bottom: 0px;
}
.sidebar h5 {
  padding-top: 10px;
  margin-bottom: 0px;
}
.sidebar li {
  margin: 0px !important;
}
.sidebar .updates {
  margin-bottom: 0px;
}
.sidebar .read-more {
  margin-top: 21px;
}
.sidebar .read-more h5 {
  padding-bottom: 10px;
  color: #4774CC;
  text-decoration: none;
}
.sidebar .title,
.sidebar .read-more {
  display: inline-block;
}
.sidebar .title {
  float: left;
}
.sidebar .read-more {
  float: right;
  font-weight: bold;
}
.sidebar .topper {
  border-bottom: 1px solid #ddd;
  padding-bottom: 5px;
}
.sidebar .topper::after {
  content: "";
  display: block;
  height: 0;
  clear: both;
}
.sidebar li,
.sidebar h3,
.sidebar h5 {
  text-align: left !important;
}
@media screen and (max-width: 500px) {
  .sidebar .topper {
    position: relative;
  }
  .sidebar .topper .title {
    width: 67%;
  }
  .sidebar .topper .title img {
    width: 100%;
  }
  .sidebar .topper .read-more {
    position: absolute;
    bottom: 10px;
  }
}
@media screen and (min-width: 501px) {
  .sidebar .update-inner,
  .sidebar .upcoming-inner {
    width: calc(50% - 5px);
    float: left;
  }
  .sidebar .upcoming-inner {
    float: right;
  }
}
.promo .meta,
.promo h3,
.promo .info {
  display: none;
}
.promo .data {
  background-color: #f2f1ea;
  border: none;
  cursor: unset;
  pointer-events: none;
}
.promo .data:hover {
  background-color: #f2f1ea;
  cursor: unset;
  opacity: 1;
}
.promo .data img {
  width: 100%;
  margin-bottom: 0px;
}
