* {
  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 {
  margin-left: auto;
  margin-right: auto;
  max-width: 650px;
  text-align: center;
}
.footer,
.footnotes {
  margin-left: auto;
  margin-right: auto;
  max-width: 650px;
}
.graphic {
  margin-left: auto;
  margin-right: auto;
  max-width: 1200px;
}
.controls {
  background-color: #eee;
  text-align: center;
  padding: 10px;
  margin-bottom: 10px;
  max-width: 800px;
  margin-right: auto;
  margin-left: auto;
}
.controls-desc {
  margin-bottom: 15px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  max-width: 500px;
}
.radio {
  margin-left: auto;
  margin-right: auto;
  max-width: 650px;
  padding: 10px;
  margin-bottom: 10px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.radio label {
  margin: 5px;
}
.radio label:first-letter {
  text-transform: uppercase;
}
.radio input[type=checkbox] {
  opacity: 0;
  position: absolute;
  left: -1000px;
  clip: inset(0, 0, 0, 0);
  width: 1px;
  height: 1px;
}
.radio input[type=checkbox] + label {
  font-size: 14px;
  border: 2px solid #615a65;
  border-radius: 4px;
  color: #615a65;
  font-weight: bold;
  padding: 6px;
  background-color: white;
}
.radio input[type=checkbox]:checked + label {
  background: #615a65;
  color: white;
}
.grid {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: center;
  align-items: baseline;
}
.marker-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 10px;
  margin-bottom: 15px;
  width: 45%;
  flex-wrap: wrap;
}
.marker-container.show:nth-child(n+3) {
  display: none;
}
.show-all .marker-container.show {
  display: block;
}
@media screen and (min-width: 1000px) {
  .marker-container {
    width: 30%;
  }
}
@media screen and (max-width: 500px) {
  .marker-container {
    width: 100%;
  }
}
.marker-container .half {
  width: 50%;
}
@media screen and (max-width: 500px) {
  .marker-container .half {
    width: 100%;
  }
}
.marker-container .marker {
  margin-right: 10px;
}
.marker-container .marker-shape {
  background: #eee;
  text-align: center;
  border-left: 2px solid black;
  border-right: 2px solid black;
  border-bottom: 2px solid black;
}
.marker-container .pole {
  display: block;
  background: linear-gradient(#000, #000) no-repeat center / 10px 100%;
  height: 30px;
}
.marker-container .header {
  background-image: url(img/marker-top-corner-2.svg);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  padding-top: 50px;
  padding-bottom: 2px;
  border: none;
  font-family: 'NPRSerif', Georgia, "Times New Roman", Times, serif;
  text-transform: uppercase;
  font-size: 18px;
  text-align: center;
  margin-bottom: -10px;
}
.marker-container hr {
  max-width: 50%;
  border: 1px solid #EFC637;
}
.marker-container .excerpt {
  font-family: 'NPRSerif', Georgia, "Times New Roman", Times, serif;
  font-weight: bold;
  margin-top: 10px;
}
.marker-container .marker-text {
  padding: 15px 20px 20px 20px;
  text-align: center;
  font-family: 'NPRSerif', Georgia, "Times New Roman", Times, serif;
}
.marker-container .explanation {
  margin-top: 15px;
  padding-right: 20px;
  padding-left: 20px;
}
@media screen and (max-width: 500px) {
  .marker-container .explanation {
    margin-top: 15px;
    padding: 0px;
  }
}
.marker-container .title {
  font-weight: bold;
  font-size: 16px;
  text-align: center;
  width: 50%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 10px;
  margin-bottom: 10px;
}
@media screen and (max-width: 500px) {
  .marker-container .title {
    width: 45%;
  }
}
.marker-container .notes {
  margin-top: 15px;
}
.marker-container .categories {
  margin-top: 5px;
}
.marker-container span.category {
  display: inline-block;
}
.marker-container span.category:first-letter {
  text-transform: uppercase;
}
.marker-container .category {
  color: #555;
  padding: 2px 5px 2px 5px;
  background: #ccc;
}
.marker-container .category:first-letter {
  text-transform: uppercase;
}
.marker-container .category.problematic {
  background: #615a65;
  color: white;
}
.marker-container .category.confusing {
  background: #E38D2C;
}
.marker-container .category.curious {
  background: #c8c2d7;
}
.marker-container .category.humorous {
  background: #E38D2C;
}
.marker-container .category.erroneous {
  background: #51AADE;
}
.marker-container .category.weird {
  background: #17807E;
}
.marker-container .category.competing-claims {
  background: #8e8ca4;
  color: white;
}
.marker-container.show {
  display: flex;
}
.marker-container.hide {
  display: none;
}
.promo {
  background-color: #EFC637;
  color: white;
  width: fit-content;
  max-width: 200px;
  padding: 10px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  border-radius: 3px;
  text-transform: uppercase;
}
a.promo {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  align-content: center;
  color: black;
  font-size: 16px;
  margin-left: auto;
  margin-right: auto;
}
a:hover {
  background-color: #B39429;
}
.material-symbols-outlined {
  font-variation-settings: 'FILL' 0, 'wght' 400, 'GRAD' 0, 'opsz' 24;
}
.show-all .show-more:focus {
  outline: none;
  border: 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;
}
