* {
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
}
html {
  -webkit-text-size-adjust: none;
  font-family: 'IBM Plex Serif', Times, serif;
  font-weight: 400;
}
body {
  max-width: 740px;
  margin: 0 auto;
  padding: 33px 0;
  font-size: 1em;
  color: #393939;
  touch-action: manipulation;
}
img,
svg {
  max-width: 100%;
}
h1 {
  font-family: 'Barlow Condensed', Helvetica, Arial, sans-serif;
  margin: 0 0 33px 0;
  font-size: 1.5em;
  font-weight: 600;
  color: #393939;
}
h2 {
  color: #393939;
  font-size: 0.9em;
  font-weight: 400;
  margin: -22px 0 22px 0;
}
h3 {
  font-family: 'Barlow Condensed', Helvetica, Arial, sans-serif;
  margin: 0 0 15px 0;
  text-transform: uppercase;
  padding-top: 0;
  letter-spacing: 0.05em;
  font-weight: 600;
  font-size: 0.9em;
  color: #393939;
}
.nowrap {
  white-space: nowrap;
}
.footnotes {
  margin-bottom: 20px;
}
.footnotes h4 {
  font-family: 'Barlow Condensed', Helvetica, Arial, sans-serif;
  margin: 2px 0 7px 0;
  color: #828282;
  font-weight: 600;
  font-size: 0.8em;
}
.footnotes p,
.footer p {
  margin: 2px 0 0 0;
  font-size: 0.8em;
  color: #828282;
}
.footnotes p strong {
  color: #828282;
}
a,
a:link,
a:visited {
  color: #1B6383;
  text-decoration: none;
}
a:hover,
a:active {
  color: #178287;
}
.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: 0.7em;
}
.key .key-item b {
  display: inline-block;
  width: 12px;
  height: 12px;
  margin-right: 6px;
  float: left;
}
.key .key-item label {
  white-space: nowrap;
  font-size: 0.9em;
  color: #393939;
  -webkit-font-smoothing: antialiased;
}
svg {
  overflow: hidden;
}
.axis {
  font-size: 0.8em;
  -webkit-font-smoothing: antialiased;
  fill: #393939;
}
.axis path,
.axis line {
  fill: none;
  stroke: none;
  shape-rendering: crispEdges;
}
.axis.y path {
  display: none;
}
.axis.y .tick line {
  display: none;
}
.grid path {
  display: none;
}
.grid .tick {
  stroke: #DCDCDC;
  color: #DCDCDC;
  stroke-width: 1px;
  shape-rendering: crispEdges;
}
.grid.y g:first-child line {
  display: none;
}
.zero-line {
  stroke: #393939;
  stroke-width: 1px;
  shape-rendering: crispEdges;
}
line,
rect {
  shape-rendering: crispEdges;
}
.bars rect {
  fill: #19A4AB;
}
.highlight .bars rect {
  fill: #DCDCDC;
}
.highlight .bars .highlight {
  fill: #19A4AB;
}
.labels {
  font-family: 'Barlow Condensed', Helvetica, Arial, sans-serif;
  font-weight: 600;
  position: absolute;
  margin: 0;
  padding: 0;
  list-style-type: none;
  border: none;
}
.labels li {
  position: absolute;
  text-align: left;
  font-size: 16px;
  line-height: 1.3;
  color: #393939;
  display: table;
}
.labels li span {
  display: table-cell;
  vertical-align: middle;
}
.value text,
.bar text {
  font-family: 'Barlow Condensed', Helvetica, Arial, sans-serif;
  font-weight: 600;
  font-size: 0.9em;
  fill: #828282;
}
.value text.in,
.bar text.in {
  fill: #fff;
}
.value text.out,
.bar text.out {
  fill: #828282;
}
.value text.highlight,
.bar text.highlight {
  fill: #19A4AB;
}
.tick line {
  stroke: #DCDCDC;
}
.tick text {
  font-family: 'IBM Plex Serif', Times, serif;
  color: #828282;
}
.x text {
  font-family: 'IBM Plex Serif', Times, serif;
}
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;
}
body {
  padding: 0;
}
a[href],
a[href]:link,
a[href]:visited {
  text-decoration: underline;
}
a:not([href]) {
  text-decoration: none;
}
.race-dropdown {
  display: none;
  padding: 12px 0 24px 0;
  text-align: center;
}
.race-dropdown.visible {
  display: block;
}
.race-dropdown label {
  color: #178287;
  font-family: 'Barlow Condensed', Helvetica, Arial, sans-serif;
  text-transform: uppercase;
}
.race-dropdown select {
  margin-left: 12px;
}
.app {
  font-family: 'Barlow Condensed', Helvetica, Arial, sans-serif;
}
.credit {
  font-size: 12px;
}
.home-link {
  text-transform: uppercase;
  margin: 20px 0;
  display: block;
}
h3 {
  font-size: 18px;
  text-transform: none;
}
.mug {
  border-radius: 100%;
  object-position: center top;
  object-fit: contain;
  width: 80px;
  height: 80px;
  display: block;
  margin: auto;
  background: black;
}
.mug.placeholder {
  background: #9CD1D4;
  display: flex;
  align-items: center;
  justify-content: center;
}
.mug.placeholder::before {
  content: "Did not respond";
}
blockquote {
  font-family: 'IBM Plex Serif', Times, serif;
  padding: 0;
  padding-left: 16px;
  margin: 0;
}
[data-focus] {
  outline: none;
}
.home.view h3 {
  text-align: center;
  display: block;
  font-size: 24px;
  margin-bottom: 0;
}
.home.view hr {
  border-bottom: 1px solid #9CD1D4;
  margin-bottom: 8px;
  width: 80%;
  max-width: 400px;
  margin: 0 auto 16px;
}
.home.view ul.people {
  margin: 0;
  padding: 0;
  margin-bottom: 24px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.home.view ul.people .response {
  display: block;
  font: 8px;
  font-style: italic;
}
@media screen and (max-width: 500px) {
  .home.view ul.people {
    grid-template-columns: repeat(2, 1fr);
  }
}
.home.view ul.people li {
  display: block;
  margin-bottom: 12px;
  text-align: center;
  flex: 0 0 20%;
}
.aurora .home.view ul.people li {
  flex: 0 0 25%;
}
@media screen and (max-width: 500px) {
  .home.view ul.people li {
    flex: 0 0 50%;
  }
}
.home.view ul.questions {
  max-width: 600px;
  margin: auto;
  display: block;
}
.home.view ul.questions li {
  margin-bottom: 8px;
}
.candidate.view .bio {
  overflow: hidden;
  display: flex;
  align-items: center;
}
.candidate.view .bio .mug {
  float: left;
  margin: 20px;
  overflow: visible;
  width: 120px;
  height: 120px;
}
.candidate.view .bio h3 {
  margin: 0;
  font-size: 24px;
}
.candidate.view .questions .q {
  margin-bottom: 40px;
}
.candidate.view .compare-link {
  display: block;
  text-transform: uppercase;
  text-align: right;
}
.questions.view h4 {
  display: flex;
  align-items: center;
}
.questions.view .mug {
  width: 60px;
  height: 60px;
  display: flex;
  margin: 0 16px 0 0;
  text-align: center;
}
