@font-face {
  font-family: "ibm";
  font-style: normal;
  font-weight: 600;
  src: local("IBM Plex Sans SemiBold"), local("IBMPlexSans-SemiBold"), url("./fonts/ibm-plex-sans-v7-latin-ext_latin_greek-600.woff2") format("woff2");
}
@font-face {
  font-family: "courier-prime";
  font-style: normal;
  font-weight: 700;
  src: local("Courier Prime Bold"), local("CourierPrime-Bold"), url("./fonts/courier-prime-v1-latin-700.woff2") format("woff2");
}
@font-face {
  font-family: "asap";
  font-style: normal;
  font-weight: 400;
  src: local("Asap Regular"), local("Asap-Regular"), url("./fonts/asap-v11-latin-regular.woff2") format("woff2");
}
@font-face {
  font-family: "bitter";
  font-style: normal;
  font-weight: 700;
  src: local("Bitter Bold"), local("Bitter-Bold"), url("./fonts/bitter-v15-latin-700.woff2") format("woff2");
}
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

body {
  background-color: #e9e9e2;
  color: #1c1717;
  font-family: asap;
  font-size: 1em;
  margin: 10px auto;
  width: 960px;
}

header {
  align-items: flex-end;
  border-bottom: 1px solid #1c1717;
  display: flex;
  justify-content: space-between;
  margin-bottom: 12px;
  padding-bottom: 6px;
  width: 100%;
}

.header__logo span {
  border-radius: 5px;
  background: #4680b9;
  color: #f8f7f7;
  display: inline-block;
  font-family: asap;
  font-weight: bold;
  font-size: 27px;
  height: 35px;
  line-height: 32px;
  margin-right: 4px;
  text-align: center;
  width: 35px;
}

.header__nav {
  color: #3e70a3;
  font-family: bitter;
  font-size: 19px;
}
.header__nav a:link, .header__nav a:visited, .header__nav a:hover, .header__nav a:active {
  color: #3b6b9b;
  font-size: 18px;
  position: relative;
  text-decoration: none;
  top: 1px;
}
.header__nav span {
  font-size: 16px;
  margin: 0 16px;
  position: relative;
  top: -2px;
}

footer {
  border-top: 3px solid #1c1717;
  display: flex;
  justify-content: space-between;
  margin-top: 18px;
  padding-top: 5px;
  width: 100%;
}
footer a:link,
footer a:visited,
footer a:hover,
footer a:active {
  color: #1c1717;
}

.guide__container {
  align-items: stretch;
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
}
.guide__container img {
  max-width: 100%;
}

.guide__content {
  flex-grow: 1;
  padding-left: 16px;
}
.guide__content > div {
  display: none;
}
.guide__content h3 {
  color: #2c3844;
  font-family: asap;
  font-size: 1.68em;
  font-weight: 700;
  margin-bottom: 4px;
}
.guide__content h3:not(:first-of-type) {
  margin-top: 24px;
}
.guide__content p {
  font-size: 1.12em;
  line-height: 1.4em;
  margin: 12px 0;
}
.guide__content p kbd {
  font-size: 1em;
  line-height: 0;
}

.guide__navigation {
  border-right: 1px solid #1c1717;
  flex-shrink: 0;
  list-style: none;
  padding-right: 10px;
  padding-top: 8px;
  width: 250px;
}
.guide__navigation li {
  color: #2c3844;
  font-family: asap;
  font-size: 16px;
  margin-bottom: 15px;
  cursor: pointer;
}

.guide__table {
  border-collapse: collapse;
  margin-top: 20px;
  table-layout: fixed;
}
.guide__table th {
  border-bottom: 1px solid #1c1717;
  color: #386694;
  font-family: bitter;
  font-size: 1.1em;
  font-weight: 700;
  padding-bottom: 2px;
  text-align: left;
}
.guide__table th.first {
  width: 45%;
}
.guide__table tr {
  border-bottom: 1px solid #1c1717;
  font-size: 1.12em;
  line-height: 1.2em;
}
.guide__table tr:last-of-type {
  border-bottom: none;
}
.guide__table tr kbd {
  margin-bottom: 4px;
}
.guide__table td {
  padding: 7px 0;
}

.guide__update {
  display: grid;
  grid-template-columns: 120px 1fr;
}
.guide__update p {
  font-size: 1.12em;
  line-height: 1.3em;
  margin: 4px 0 8px 0;
}
.guide__update p:nth-child(odd) {
  color: #3f73a6;
}

.intro .start {
  float: right;
}
.intro h1 {
  font-family: bitter;
  font-size: 1.8em;
  font-weight: 700;
  margin: 10px 0;
}
.intro h2 {
  font-family: bitter;
  font-size: 0.9em;
  font-weight: 700;
  line-height: 1.45em;
  margin: 4px 0;
}
.intro .images {
  border-top: 1px solid #1c1717;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 12px;
  padding-top: 12px;
}
.intro .card {
  width: 300px;
  margin-bottom: 12px;
}
.intro p {
  font-size: 1.25em;
  line-height: 1.4em;
  padding-left: 1px;
  width: 65%;
}

.legal h3 {
  font-family: bitter;
  font-size: 1.7em;
  font-weight: 700;
  margin: 15px 0 10px 0;
}
.legal .heading {
  font-family: bitter;
  font-size: 1.25em;
  font-weight: 700;
  margin: 14px 0 4px 0;
}
.legal p {
  line-height: 1.35em;
  margin: 10px 0;
}
.legal .hide {
  display: none;
}
.legal .contact {
  border-left: 3px solid #1c1717;
  margin: 8px 0 16px 0;
  padding-left: 8px;
}
.legal .img-holder {
  border: 1px solid #666666;
  float: right;
  margin-left: 30px;
  padding: 4px;
  width: 250px;
}
.legal .img-holder img {
  height: 100%;
  object-fit: contain;
  width: 100%;
}
.legal .img-holder p {
  font-size: 1.1em;
  line-height: 1.2em;
  margin: 4px 0;
}

.merch__intro {
  column-gap: 20px;
  grid-column: 2/span 2;
  padding: 50px 60px 0 105px;
  text-align: left;
}
.merch__intro h3 {
  font-family: bitter;
  font-size: 1.7em;
  font-weight: 700;
  margin: 0 0 10px 0;
}
.merch__intro p {
  font-size: 1.32em;
  line-height: 1.45em;
  margin: 6px 0;
}
.merch__intro strong {
  font-family: bitter;
}

.merch__shirt-grid {
  display: grid;
  column-gap: 15px;
  grid-template-columns: 1fr 1fr 1fr;
  margin: 25px 0 25px 0;
  text-align: center;
  row-gap: 55px;
}

.merch__shirt {
  width: 310px;
}
.merch__shirt img {
  height: 290px;
  object-fit: cover;
  width: 100%;
}
.merch__shirt a {
  background: #6c4780;
  border-radius: 5px;
  color: #f8f7f7;
  cursor: pointer;
  display: inline-block;
  font-family: asap;
  margin-top: 6px;
  padding: 3px 0 5px 0;
  text-align: center;
  text-decoration: none;
  width: 75%;
}

.merch__shirt__title {
  font-family: bitter;
  font-size: 0.97em;
  margin: 0;
  text-align: center;
  width: 100%;
}

.merch__shirt__tagline {
  font-family: asap;
  font-size: 0.85em;
  text-align: center;
}

.mini {
  width: 56px;
}

.short {
  width: 90px;
}

.medium-short {
  width: 140px;
}

.medium {
  width: 180px;
}

.medium-long {
  width: 270px;
}

.long {
  width: 400px;
}

.longer {
  width: 540px;
}

.xlong {
  margin-right: 0;
  width: 785px;
}

.annotation--row-of-two {
  width: 360px;
}

.annotation--row-of-four {
  width: 175px;
}

.clearable__container {
  position: relative;
}

.clearable__container--breathe {
  margin-left: 10px;
}

.clearable__button {
  background: #e6e6e6;
  border: 1px solid #1c1717;
  border-radius: 0 5px 5px 0;
  color: #666666;
  cursor: pointer;
  font-size: 1.25em;
  height: 25px;
  line-height: 0;
  padding-bottom: 3px;
  position: absolute;
  right: 0;
  text-align: center;
  top: -1px;
  width: 25px;
}

.collapsible__header {
  background-color: #2c3844;
  border-radius: 5px;
  color: #f8f7f7;
  cursor: pointer;
  font-size: 1.05em;
  height: 25px;
  margin-bottom: 8px;
  padding: 2px 6px 4px 6px;
  width: 100%;
}

.collapsible__summary {
  color: #ddd5d5;
  font-family: courier-prime;
  font-size: 0.85rem;
  margin-left: 80px;
  max-width: 540px;
  position: relative;
  top: -1px;
}

.collapsible__summary--error {
  color: #eb4747;
}

.collapsible__arrow {
  float: right;
}

.graph__area--short, .graph__area--medium, .graph__area--wide {
  display: grid;
  margin-bottom: 12px;
}

.graph__area--short {
  grid-template-columns: auto 200px 1fr;
}

.graph__area--medium {
  grid-template-columns: auto 1fr;
}

.graph__area--wide {
  grid-template-columns: 1fr;
}

.graph__business--side {
  border-left: 1px solid #1c1717;
  margin-left: 20px;
  padding-left: 20px;
  padding-right: 15px;
}
.graph__business--side p {
  margin-bottom: 10px;
  max-width: 350px;
}
.graph__business--side img {
  margin-top: 15px;
  max-width: 155px;
  width: 46%;
}
.graph__business--side img:first-of-type {
  margin-right: 10px;
}

.graph__business--under {
  border-top: 1px solid #1c1717;
  display: grid;
  padding-top: 10px;
  grid-template-columns: 1fr 155px 155px;
  column-gap: 20px;
}

.graph__info--side {
  display: inline-block;
  font-size: 1em;
  padding: 0 10px;
}
.graph__info--side p {
  margin-bottom: 8px;
}

.graph__info--under {
  margin: 10px 0;
  width: 960px;
}

.inline-label {
  margin-left: 10px;
  margin-right: 10px;
  width: max-content;
}

.inline-label--warning {
  color: #e61a1a;
  font-family: bitter;
  font-size: 1.1em;
  margin-right: 10px;
  position: relative;
  top: 2px;
}

.inline-label--squish-left {
  margin-left: 1px;
  margin-right: 10px;
  width: max-content;
}

.inline-label--squish {
  margin-left: 1px;
  margin-right: 1px;
  width: max-content;
}

input {
  background-color: #f8f7f7;
  border: 1px solid #666666;
  border-radius: 5px;
  height: 25px;
  padding: 2px;
  box-sizing: inherit;
  color: #2a2222;
  font-family: courier-prime;
  font-size: inherit;
  padding-left: 6px;
}

.input--error {
  background: #e61a1a;
  color: #f8f7f7;
}

kbd {
  color: #2d80d2;
  font-family: courier-prime;
  font-size: 16px;
}

.select-bar {
  background-color: #f8f7f7;
  border: 1px solid #666666;
  border-radius: 5px;
  height: 25px;
  padding: 2px;
  display: inline-flex;
  justify-content: space-between;
  width: 785px;
  list-style-type: none;
}

.select-bar--plot-kind {
  background-color: #f8f7f7;
  border: 1px solid #666666;
  border-radius: 5px;
  height: 25px;
  padding: 2px;
  display: inline-flex;
  justify-content: space-between;
  width: 785px;
  list-style-type: none;
  margin-right: 0;
  width: 955px;
}

.select-bar--plot-kind__container {
  margin-bottom: 10px;
}

.select-bar__color-chip {
  border: 0.7px solid #f8f7f7;
  display: inline-block;
  height: 70%;
  position: relative;
  top: 15%;
  width: 80%;
}

.select-bar__item {
  border-radius: 5px;
  cursor: pointer;
  flex-basis: 10px;
  flex-grow: 1;
  text-align: center;
}

.select-bar__item--active {
  background-color: #4680b9;
  color: #f8f7f7;
}

.select-bar__item--svg {
  border-radius: 5px;
  cursor: pointer;
  flex-basis: 10px;
  flex-grow: 1;
  text-align: center;
}
.select-bar__item--svg line {
  fill: none;
  stroke: #1c1717;
}
.select-bar__item--svg circle, .select-bar__item--svg path {
  stroke: #1c1717;
  fill: #1c1717;
}

.select-bar__item--active-svg {
  background-color: #4680b9;
  color: #f8f7f7;
}
.select-bar__item--active-svg line {
  fill: none;
  stroke: #f8f7f7;
}
.select-bar__item--active-svg circle, .select-bar__item--active-svg path {
  stroke: #f8f7f7;
  fill: #f8f7f7;
}

.select-bar--grid-color {
  background-color: #f8f7f7;
  border: 1px solid #666666;
  border-radius: 5px;
  height: 25px;
  padding: 2px;
  display: inline-flex;
  justify-content: space-between;
  width: 785px;
  list-style-type: none;
  width: 270px;
}

.select-bar--toggle {
  background-color: #f8f7f7;
  border: 1px solid #666666;
  border-radius: 5px;
  height: 25px;
  padding: 2px;
  display: inline-flex;
  justify-content: space-between;
  width: 785px;
  list-style-type: none;
  width: 270px;
}

.ui-line {
  margin: 9px 0;
}

.ui-line__label {
  display: inline-block;
  padding-left: 5px;
  width: 170px;
}
