* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
body {
  color: #231f20;
  font-family: "ff-meta-serif-web-pro", Georgia, serif;
  font-size: 19px;
  line-height: 1.42105263;
  padding: 0;
  margin: 0;
}
main {
  display: block;
}
a {
  -webkit-tap-highlight-color: black;
  transition: color 0.15s ease-in-out;
  color: #0777b3;
  text-decoration: none;
  outline: 0 !important;
}
a:hover {
  color: #2b4d70;
}
img,
video,
embed,
object,
iframe {
  max-width: 100%;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #231f20;
  margin: 1.42105263 0 0.71052632 0;
}
h1 {
  font-size: 28px;
  line-height: 1.07142857;
  letter-spacing: -0.5px;
}
@media (max-width: 768px) {
  h1 {
    font-size: 42px;
    line-height: 1.0952381;
    letter-spacing: -1px;
  }
}
h2 {
  font-size: 24px;
  line-height: 1.42105263;
}
h3 {
  font-size: 22px;
  line-height: 1.04545455;
}
h4 {
  font-size: 16px;
  font-weight: 600;
  line-height: 1.5;
  margin: 0.71052632 0 0 0;
}
nav.main-nav {
  background: white;
  border-bottom: 1px solid #e0e0e0;
  box-shadow: 0 2px 7px rgba(0, 0, 0, 0.1);
  position: relative;
  line-height: 1;
}
nav.main-nav .wrapper {
  max-width: 1020px;
  margin: auto;
  position: relative;
  text-align: center;
}
@media (max-width: 768px) {
  nav.main-nav .wrapper {
    height: 40px;
    padding: 10px;
  }
}
nav.main-nav .logo {
  display: block;
  vertical-align: middle;
}
nav.main-nav .logo img {
  width: 310px;
  height: 70px;
  max-height: 100%;
}
@media (max-width: 768px) {
  nav.main-nav .logo img {
    height: 24px;
    width: auto;
  }
}
nav.main-nav .share {
  position: absolute;
  top: 20px;
  right: 10px;
}
@media (max-width: 768px) {
  nav.main-nav .share {
    top: 10px;
    right: 4px;
    width: auto !important;
  }
}
nav.main-nav .share label {
  background: white !important;
}
@media (max-width: 480px) {
  nav.main-nav .share label span {
    display: none;
  }
  nav.main-nav .share .left {
    margin-left: -275px !important;
  }
}
/*
Shims for Flexbox - should work on Safari and IE10+
*/
.display-flex {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
type-select {
  position: relative;
  display: inline-block;
}
type-select input {
  border: none;
  border-bottom: 1px dotted black;
  font-family: "ff-meta-serif-web-pro", Georgia, serif;
  font-size: inherit;
  text-align: center;
  cursor: pointer;
}
type-select .completion {
  display: none;
  position: absolute;
  left: 0;
  z-index: 9999;
  background: white;
  box-shadow: 4px 4px 16px rgba(0, 0, 0, 0.3);
  padding: 4px;
  width: 320px;
  font-family: "ff-dagny-web-pro", Helvetica Neue, Helvetica, sans-serif;
  font-size: 13px;
}
type-select.show-completion .completion {
  display: block;
}
type-select .option {
  display: block;
  background: #EEE;
  color: #424648;
  padding: 4px;
  margin-bottom: 4px;
  cursor: pointer;
}
type-select .option.default {
  background: #EEE;
}
type-select .option:first-child:not(.default) {
  background: #e0e0e0;
}
type-select .options {
  max-height: 200px;
  overflow-y: auto;
}
type-select hr {
  width: 80%;
  border: 1px solid #e0e0e0;
}
ratio-chart .aspect-outer {
  width: 140px;
  margin: auto;
  position: relative;
}
ratio-chart .aspect-inner {
  height: 0;
  padding-bottom: 70%;
}
ratio-chart canvas.chart {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
body {
  max-width: 620px;
  margin: auto;
  font-size: 17px;
}
.chatter {
  margin: 10px 0;
  font-style: italic;
  font-size: 14px;
}
main.interactive {
  padding: 10px 4px;
  border-top: 1px solid #e0e0e0;
  border-bottom: 1px solid #e0e0e0;
  background: linear-gradient(to bottom, #fafafa 0px, white 30px);
}
.mutates {
  background: #faebda;
  padding: 0 4px;
}
.pick-district {
  width: 150px;
}
select.pick-baseline {
  border: none;
  border-bottom: 1px dotted black;
  background: white;
  font-size: inherit;
  font-family: "ff-meta-serif-web-pro", Georgia, serif;
  text-align: center;
}
.compare-row {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  overflow: hidden;
  text-align: center;
  margin: 12px 0;
}
.compare-row .demographic {
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  min-width: 25%;
  padding: 12px 12px;
  font-size: 15px;
}
@media (max-width: 480px) {
  .compare-row .demographic {
    min-width: 50%;
  }
}
.compare-row .demographic h3 {
  margin: 0;
}
.compare-row .demographic .relative-rate {
  font-size: 28px;
}
.compare-row .demographic .relative-rate.high {
  font-weight: bold;
}
.compare-row .demographic .rate {
  font-size: 28px;
}
.compare-row .demographic .no-data {
  font-size: 16px;
  padding: 28px 0;
}
.compare-key {
  text-align: center;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
  -ms-flex-pack: space-around;
  justify-content: space-around;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  font-size: 14px;
}
.compare-key .spot {
  display: inline-block;
  vertical-align: text-top;
  width: 14px;
  height: 14px;
  border-radius: 100%;
}
.compare-key .spot.focus {
  background: #7b5aa6;
}
.compare-key .spot.base {
  border: 1px solid #CCC;
  background: #CCC;
}
.no-data {
  text-align: center;
  font-size: 28px;
}
.top-table {
  font-family: "ff-dagny-web-pro", Helvetica Neue, Helvetica, sans-serif;
  font-size: 13px;
  width: 100%;
}
.top-table th {
  vertical-align: bottom;
}
.top-table td {
  vertical-align: top;
}
.top-table td,
.top-table th {
  text-align: left;
}
.top-table td.numeric,
.top-table th.numeric {
  text-align: right;
}
.top-table tr:nth-child(2n + 1) td {
  background: #F8F8F8;
}
@media (max-width: 480px) {
  .top-table .total {
    display: none;
  }
}
.source {
  font-size: 12px;
  padding: 10px 0;
}
.credit {
  font-size: 12px;
  text-align: right;
  display: block;
}
