*,
*::before,
*::after {
  box-sizing: border-box; }

:root {
  font-size: 16px; }

body, h1, h2, h3, h4,
ol[class], ul[class] {
  margin: 0;
  padding: 0; }

img, svg {
  max-width: 100%; }

.a11y-only {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

.a11y-only.focusable:active,
.a11y-only.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto; }

.hidden,
[aria-hidden="true"] {
  display: none; }

*:focus {
  outline: 2px dotted #3c3d34; }

body {
  font-family: -apple-system, system-ui, BlinkMacSystemFont, Roboto, Helvetica, Arial, sans-serif;
  line-height: 1.4;
  color: #333;
  background-color: #fff; }

.body {
  font-size: 19px;
  margin-bottom: 4em; }

a {
  color: #546D8E; }
  a:hover, a:focus {
    color: #4A5F85;
    text-decoration: none; }

.text-left {
  text-align: left; }

table {
  width: 100%;
  font-size: 13px;
  border-collapse: collapse; }
  @media (min-width: 768px) {
    table {
      font-size: 16px; } }

.table-scroll {
  overflow-x: scroll; }

.state-table-caption,
th,
td {
  padding: 0.25em; }
  @media (min-width: 768px) {
    .state-table-caption,
    th,
    td {
      padding: 0.5em; } }

th,
td {
  text-align: right;
  border: 1px solid #ddd; }

thead th {
  background-color: #eee;
  border-bottom: 1px solid #999; }

tbody tr:nth-child(even) {
  background-color: #f5f5f5; }

.state-flex-container {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column; }
  @media (min-width: 768px) {
    .state-flex-container {
      flex-direction: row; } }

.state-flex-row {
  display: flex;
  flex-direction: column;
  flex-grow: 1; }

.state-first-row .state-flex-header {
  border-top: 1px solid #ddd; }
  @media (min-width: 768px) {
    .state-first-row .state-flex-header {
      border-top: 0.5px solid #ddd; } }

@media (min-width: 768px) {
  .state-first-row {
    border-left: 0.5px solid #ddd; } }

.state-flex-header,
.state-flex-data {
  text-align: center;
  font-size: 16px;
  padding: 0.5em;
  border-left: 1px solid #ddd;
  border-right: 1px solid #ddd; }
  @media (min-width: 768px) {
    .state-flex-header,
    .state-flex-data {
      border: 0.5px solid #ddd; } }

.state-flex-data {
  border-bottom: 1px solid #ddd;
  flex-grow: 1; }
  @media (min-width: 768px) {
    .state-flex-data {
      border-bottom: 0.5px solid #ddd; } }

.state-flex-header {
  font-weight: bold;
  background-color: #eee;
  border-bottom: 1px solid #999; }
  @media (min-width: 768px) {
    .state-flex-header {
      border-bottom: 0.5px solid #999; } }

.state-table-caption :not(:last-child)::after {
  /* add bullets between children */
  content: ' \2022 '; }
  @media (max-width: 768px) {
    .state-table-caption :not(:last-child)::after {
      content: none; } }

@media (max-width: 768px) {
  .state-table-caption span {
    display: block;
    text-align: center; } }

caption,
.state-table-caption {
  font-size: 13px;
  font-weight: normal;
  text-align: right; }

caption {
  caption-side: bottom; }

.total-info {
  font-size: 0.8rem; }

.btn {
  display: inline-block;
  padding: .75em 1.25em;
  font-size: 1em;
  font-weight: 500;
  color: #fff;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
  user-select: none;
  background-color: #4A5F85;
  border-radius: .5em; }
  .btn:hover, .btn:focus {
    color: #fff;
    background-color: #3D4F70; }
  .btn:active {
    color: #fff;
    background-color: #415375;
    border-color: #415375; }

.container {
  margin-right: 2rem;
  margin-left: 2rem; }
  @media (min-width: 768px) {
    .container {
      margin-right: auto;
      margin-left: auto; } }
  @media (min-width: 768px) {
    .container {
      width: 80%; } }
  @media (min-width: 1024px) {
    .container {
      width: 95%; } }
  @media (min-width: 1200px) {
    .container {
      max-width: 1200px; } }

h1 {
  margin-bottom: 2rem;
  text-transform: uppercase;
  font-size: 24px; }
  @media (min-width: 768px) {
    h1 {
      margin-bottom: 3rem;
      font-size: 27px; } }

h2 {
  font-size: 19px;
  margin-top: 2rem;
  margin-bottom: 1rem; }
  @media (min-width: 768px) {
    h2 {
      margin-top: 3rem;
      margin-bottom: 1rem; } }

h3, h4 {
  font-size: 16px;
  margin-top: 2rem;
  margin-bottom: 1rem; }

p {
  margin-bottom: 1rem; }
  @media (min-width: 768px) {
    p {
      width: 75%;
      margin-bottom: 2rem; } }

@media (min-width: 768px) {
  .lede {
    width: 90%;
    font-size: 27px;
    line-height: 1.6; } }

.updated {
  color: #da352b; }

.body li {
  margin-bottom: .5rem; }
  .body li ul {
    margin-bottom: 1rem; }
  .body li > p:first-child + ul {
    margin-top: -1em; }

.site-header {
  padding: 1rem 0;
  margin-bottom: 2rem;
  border-bottom: 3px solid #f3f3f3; }
  @media (min-width: 768px) {
    .site-header {
      padding: 2rem 0; } }
  @media (min-width: 768px) {
    .site-header {
      padding-top: 3rem;
      padding-bottom: 3rem;
      margin-bottom: 3rem; } }
  .site-header .container {
    margin: 0 0.5rem; }
    @media (min-width: 768px) {
      .site-header .container {
        margin: 0 2rem;
        display: flex;
        justify-content: space-between;
        align-items: baseline; } }

.site-title {
  display: inline-block;
  margin-bottom: 1rem;
  font-size: 19px;
  font-weight: 700;
  text-decoration: none;
  transition: opacity 0.3s; }
  @media (min-width: 768px) {
    .site-title {
      font-size: 24px;
      margin-bottom: 0; } }
  .site-title:hover, .site-title:focus {
    opacity: 0.5; }
  .site-title.active {
    color: inherit;
    text-decoration: none; }

.site-nav {
  display: flex;
  list-style-type: none; }
  .site-nav li + li {
    margin-left: 1rem; }
  .site-nav a {
    font-weight: 700;
    padding-bottom: 0.5em;
    padding-top: 0.5em;
    text-decoration: none; }
    .site-nav a.active {
      color: inherit; }

.press-logos-container p {
  align-items: center;
  display: flex;
  margin: 0;
  flex-wrap: wrap; }
  .press-logos-container p img {
    background-color: white;
    filter: grayscale(1);
    margin: 1rem 1.3rem 1rem 0;
    width: 100px; }
  .press-logos-container p img[alt="The Atlantic logo"] {
    width: 80px; }
  .press-logos-container p img[alt="Politico logo"] {
    width: 100px; }
  .press-logos-container p img[alt="Vox logo"] {
    width: 50px; }
  .press-logos-container p l
img[alt="New York Times logo"] {
    width: 180px; }
  .press-logos-container p img[alt="Talking Points Memo logo"] {
    width: 80px; }
  .press-logos-container p img[alt="Minnesota Public Radio News logo"] {
    width: 110px; }
  .press-logos-container p img[alt="The Washington Post logo"] {
    width: 180px; }
  .press-logos-container p img:last-child {
    margin-right: 0; }

.us-totals-and-states {
  max-width: 90vw; }
  @media (max-width: 768px) {
    .us-totals-and-states {
      max-width: 100vw; } }

.us-totals {
  max-width: 60rem;
  margin-bottom: 3em; }
  .us-totals .state-table-caption {
    padding-left: 0;
    text-align: left; }

.states-nav {
  max-width: 6vw;
  padding-left: 5px;
  position: absolute;
  right: 1vw;
  top: 150px; }
  @media (max-width: 768px) {
    .states-nav {
      max-width: 100%;
      padding-left: 0;
      position: inherit; } }
  .states-nav h4 {
    margin-bottom: 0px;
    text-align: center;
    margin-top: 0px; }
  .states-nav ul {
    margin-top: 0.5em;
    padding-left: 0; }
    @media (max-width: 768px) {
      .states-nav ul {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap; } }
    .states-nav ul li {
      list-style-type: none;
      text-transform: uppercase;
      padding: 1px;
      margin: 1px;
      text-align: center; }
      @media (max-width: 768px) {
        .states-nav ul li {
          display: inline-block;
          margin: 4px 14px;
          flex-grow: 1; } }

.states-list {
  max-width: 60rem; }
  @media (min-width: 768px) {
    .states-list {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(20rem, 1fr));
      grid-gap: 27px; } }
  .states-list .state-item {
    list-style: none;
    margin-bottom: 4em;
    max-width: 22em;
    width: inherit; }
    @media (min-width: 768px) {
      .states-list .state-item {
        margin-bottom: 2em; } }
    @supports (display: grid) {
      .states-list .state-item {
        max-width: inherit; } }
  .states-list .state-header {
    display: flex;
    margin-bottom: 13px; }
  .states-list .state-link img {
    vertical-align: bottom; }
  .states-list .top-link {
    display: inline-block;
    margin-right: 5px; }
    .states-list .top-link img {
      vertical-align: middle; }
  .states-list .state-name {
    font-size: 24px;
    margin: 0 0.75em 0 0; }
    @media (min-width: 768px) {
      .states-list .state-name {
        font-size: inherit; } }
  .states-list .state-notes {
    max-width: 26rem; }
    .states-list .state-notes > * {
      color: #666;
      font-size: 16px;
      width: inherit;
      margin-bottom: 1.25em; }
  .states-list .state-grade {
    border: solid #7391b0;
    border-radius: 6px;
    font-weight: 500;
    padding: 0 5px 1px;
    background-color: #8badd340;
    color: #3d4f70;
    margin-left: 5px; }

.state .state-links {
  list-style-type: none;
  margin: 0;
  padding: 0; }
  .state .state-links li {
    margin: 14px 0; }

.state .state-grade {
  border: solid #7391b0;
  border-radius: 6px;
  font-weight: 500;
  padding: 0 5px 1px;
  background-color: #8badd340;
  color: #3d4f70;
  margin-left: 5px; }

.state .screenshot-link {
  margin-right: 1rem; }

.state .state-header {
  display: flex;
  margin-bottom: 16px;
  align-items: center; }
  .state .state-header h1 {
    margin: 0; }
  .state .state-header a {
    align-self: flex-end;
    text-align: right;
    flex-basis: 31px;
    /* this adds 5px to the left side */ }

.us-days {
  max-width: 60rem; }
  .us-days caption {
    padding-left: 0;
    text-align: left; }

.site-footer {
  border-top: 3px solid #f3f3f3;
  padding: 30px 0; }
  .site-footer .container {
    display: flex;
    flex-direction: row;
    justify-content: space-between; }
  .site-footer ul {
    display: flex;
    flex-direction: row;
    list-style-type: none; }
    @media (max-width: 768px) {
      .site-footer ul.pages {
        flex-direction: column; }
        .site-footer ul.pages li + li {
          margin-left: 0;
          margin-top: 15px; } }
    .site-footer ul a {
      text-decoration: none;
      transition: opacity 0.3s; }
      .site-footer ul a:hover {
        opacity: 0.5; }
    .site-footer ul.pages a {
      font-weight: 700;
      color: black; }
    .site-footer ul.follow a {
      font-weight: 400;
      color: #666; }
    .site-footer ul li + li {
      margin-left: 15px; }
    .site-footer ul .active a {
      text-decoration: underline; }

/*# sourceMappingURL=all.css.map */