* {
  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;
}
.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: right;
  font-size: 0.9em;
  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;
}
.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;
}
.interactive.restrictive {
  --proposed: #F1CEBF;
  --passed: #F79C75;
  --selection: #AE6E52;
}
.interactive.expansive {
  --proposed: #9CD1D4;
  --passed: #19A4AB;
  --selection: #178287;
}
.update {
  text-align: right;
  font-family: 'Barlow Condensed', Helvetica, Arial, sans-serif;
  font-size: 12px;
}
h1 i {
  display: inline-block;
  background-color: var(--proposed);
  padding: 0 0.3em 0.1em 0.3em;
  font-style: normal;
}
h2 {
  font-style: italic;
  font-size: 0.8em;
}
button {
  width: 100%;
  font-family: 'Barlow Condensed', Helvetica, Arial, sans-serif;
  padding: 0.5em 1em;
  text-align: center;
  margin-bottom: 1em;
  border: 1px solid #828282;
  border-radius: 4px;
  margin-top: 1em;
}
button:hover {
  background-color: #DCDCDC;
  cursor: pointer;
}
svg text {
  font-family: 'Barlow Condensed', Helvetica, Arial, sans-serif;
  text-anchor: middle;
  text-align: center;
  font-size: 13px;
  fill: #0008;
  pointer-events: none;
  line-height: 1;
  stroke: none;
}
svg text.desktop {
  opacity: 0;
  font-size: 8px;
}
@media screen and (min-width: 501px) {
  svg text.mobile {
    opacity: 0;
  }
  svg text.desktop {
    opacity: 1;
  }
}
svg [data-status] path {
  cursor: pointer;
  fill: var(--proposed);
}
svg [data-status][data-status="Passed"] path {
  fill: var(--passed);
}
svg [data-status] text {
  fill: black;
}
svg [selected] path {
  stroke: var(--selection);
}
/* Blocks
========================================*/
.block {
  position: relative;
  padding: 0.6em 1em;
  background-color: #ECECEC;
  margin-bottom: 0.5em;
  border-radius: 4px;
  border: #DCDCDC 1px solid;
}
.block.hidden {
  display: none;
}
.blocks-container {
  padding-bottom: 0.2em;
  margin: 0 0 24px;
  padding: 0;
  list-style-type: none;
}
.blocks-container .tag,
.blocks-container a {
  color: var(--selection);
}
.blocks-container a.link {
  font-style: italic;
  margin: 16px 0;
  font-family: 'Barlow Condensed', Helvetica, Arial, sans-serif;
  font-size: 80%;
  display: block;
}
#blocks-container-restrictive .failed-background-tag {
  background: repeating-linear-gradient(-45deg, #F79C75, #F79C75 2px, #ECECEC 2px, #ECECEC 6px);
}
#blocks-container-expansive .failed-background-tag {
  background: repeating-linear-gradient(-45deg, #19A4AB, #19A4AB 2px, #ECECEC 2px, #ECECEC 6px);
}
.tags-container {
  margin-bottom: 0.6em;
}
.tag {
  font-family: 'Barlow Condensed', Helvetica, Arial, sans-serif;
  margin-right: 0.5em;
  display: inline-block;
  font-weight: bold;
  font-size: 14px;
}
.tag:after {
  margin-left: 0.5em;
  content: "|";
  color: #828282;
}
.tag:last-of-type:after {
  content: "";
}
.title {
  font-weight: bold;
  margin-bottom: 0.2em;
}
