@charset "UTF-8";
/* http://meyerweb.com/eric/tools/css/reset/
   v5.0.1 | 20191019
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
main, menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, main, menu, nav, section {
  display: block;
}

/* HTML5 hidden-attribute fix for newer browsers */
*[hidden] {
  display: none;
}

body {
  line-height: 1;
}

menu, ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

.hidden {
  display: none !important;
}

html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  --resources-color: #d2fb85;
  --inc: 38px;
  --light-grey: #f3f2ef;
  --float-image-width: 300px;
  --padding: 17px;
  --max-width: 1900px;
  --contribution-bg: #f3f3f3;
  --contribution-text: #000;
  font-size: 13px;
  --medium-font-size: 1.3rem;
}
@media (min-width: 767px) {
  html {
    font-size: 14px;
  }
}
@media (min-width: 1280px) {
  html {
    font-size: 16px;
    --padding: 20px;
    --inc: 44px;
  }
}

.wrapper {
  max-width: var(--max-width);
  margin: 0 auto;
  height: 100%;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  width: 100%;
  margin-top: var(--inc);
  background: #fff;
}
@media (min-width: 1024px) {
  .wrapper {
    margin-top: 0;
  }
}
@media (min-width: 1900px) {
  .wrapper {
    border-right: 1px solid #000;
    border-left: 1px solid #000;
  }
}

*, *:before, *:after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

pre {
  font-family: monospace;
  color: #000;
}

body {
  line-height: 1.3;
  font-family: "Standard Web", sans-serif;
  letter-spacing: -0.01em;
  min-height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
}

.anchorlink {
  display: block;
  visibility: hidden;
  position: relative;
  top: -80px;
}
.anchorlink + h1 {
  margin-top: 0 !important;
}

.commas > span::after, .commas > div::after, .commas > a::after {
  content: ", ";
}
.commas > span:nth-last-child(1)::after, .commas > div:nth-last-child(1)::after, .commas > a:nth-last-child(1)::after {
  content: "";
}

.upper {
  text-transform: uppercase;
}

@media (min-width: 767px) {
  .mobile {
    display: none;
  }
}

a {
  color: inherit;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 2px;
  -webkit-text-decoration-color: inherit;
          text-decoration-color: inherit;
}

.mono {
  font-family: "Menlo", monospace;
}

code {
  font-family: "Menlo", monospace;
  font-size: 0.85rem;
  background: var(--light-grey);
  border-radius: 3px;
  display: block;
  border: 1px solid #ddd;
  color: #222;
  white-space: pre-wrap;
  padding: 5px 11px;
  margin-top: 5px;
  display: inline-block;
  word-break: break-word;
}

h1 {
  margin-bottom: 1em;
}

sup {
  font-size: 0.6em;
}

blockquote {
  padding-left: 1.5em;
  margin: 2em 0;
  border-left: 2px solid #000;
}

.prose {
  font-size: 1.15rem;
  line-height: 1.55;
  max-width: 920px;
  letter-spacing: 0.01em;
  margin: 0 auto;
  width: 100%;
}
.prose p, .prose ul, .prose ol, .prose blockquote {
  opacity: 1;
}
.prose p, .prose ul, .prose li {
  margin-bottom: 1.15rem;
}
.prose p:nth-last-child(1), .prose ul:nth-last-child(1), .prose li:nth-last-child(1) {
  margin-bottom: 0;
}
.prose h2 {
  letter-spacing: 0;
  font-weight: bold;
}
.prose h1 {
  font-family: "Standard Web", sans-serif;
  font-size: 2.2rem;
  margin: 2rem 0 1rem 0;
  letter-spacing: -0.01em;
}
.prose > h2:nth-child(1), .prose > h1:nth-child(1) {
  margin-top: 0;
}

strong {
  font-weight: 600;
}

.system {
  letter-spacing: 0.02em;
  font-weight: 300;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
}

ol {
  list-style-type: decimal;
}

ul {
  list-style-type: disc;
}

ol, ul, p {
  margin: 0 0 1em 0;
}

ul, ol {
  padding-left: 1.2em;
  margin: 1em 0;
}

h1 {
  font-family: "TeX", sans-serif;
  font-size: 1.3rem;
  line-height: 1.2;
  letter-spacing: 0.03rem;
}
@media (min-width: 767px) {
  h1 {
    font-size: 1.2rem;
  }
}

h2 {
  font-size: 1.4rem;
  margin: 3rem 0 1rem 0;
  line-height: 1.3;
}
@media (min-width: 767px) {
  h2 {
    font-size: 1.6rem;
  }
}

h3 {
  text-transform: uppercase;
  margin: 2em 0 0.3em 0;
  letter-spacing: 0.15em;
  font-size: 0.85em;
}

em {
  font-style: italic;
}

@media (min-width: 767px) {
  body.page-id-6 .nav--about .nav__iteminner {
    display: block;
    border-right: 1px solid;
    border-left: 1px solid;
    left: -1px;
    right: -1px;
  }
}

.wrapper > .nav {
  border-top: 1px solid #ddd;
}
@media (min-width: 767px) {
  .wrapper > .nav {
    border-top: none;
  }
}

.nav {
  font-size: var(--medium-font-size);
}
.nav__inner {
  z-index: 10;
  position: relative;
}
@media (min-width: 1024px) {
  .nav__inner {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }
}
.nav__inner > div:nth-child(n+2) {
  display: none;
}
@media (min-width: 1024px) {
  .nav__inner > div:nth-child(n+2) {
    display: initial;
  }
  .nav__inner > div:nth-child(n+2).nav--mobileabout {
    display: none;
  }
}
.nav--open .nav__inner {
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.6);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.6);
}
.nav--open .nav__inner > div {
  display: block;
}
.nav--open .nav__mobiletoggle::before {
  content: "× Close";
}

.nav {
  top: 0;
  z-index: 10;
  position: fixed;
  left: 0;
  right: 0;
  background: #FFF;
}
@media (min-width: 1024px) {
  .nav {
    position: sticky;
  }
}
.nav--withicon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.nav--withicon i {
  font-size: 1rem;
  position: relative;
  top: 5px;
}
.nav--withicon i.fa-arrow-right {
  display: none;
}
@media (min-width: 767px) {
  .nav--withicon i.fa-arrow-right {
    display: block;
  }
}
@media (min-width: 1024px) {
  .nav__item {
    border-right: 1px solid #000;
  }
  .nav__item:nth-last-child(1) {
    border-right: none;
  }
}
.nav__item a, .nav__item span {
  min-height: var(--inc);
  padding: 8px var(--padding) 8px var(--padding);
  text-decoration: none;
}
@media (min-width: 1280px) {
  .nav__item a, .nav__item span {
    padding: 8px var(--padding) 8px var(--padding);
  }
}
.nav__item span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.nav__item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.nav__item .nav__title {
  padding-left: var(--padding);
  border-bottom: 1px solid #000;
}
@media (min-width: 767px) {
  .nav__item .nav__title {
    padding-left: calc(var(--padding) + 2px);
  }
}
.nav--pinned .nav--resources a.nav__title {
  border-bottom: 1px solid #000;
}
.nav--resources {
  border-right: none;
  background: var(--resources-color);
}
.nav--resources a.nav__title:hover {
  background: #c6ed7c;
}
.nav__iteminner {
  overflow: hidden;
}
.nav__iteminner > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  border-bottom: 1px solid #000;
}
.nav__iteminner > a:hover {
  background: var(--light-grey);
}
.nav__description {
  padding: var(--padding) var(--padding) 5px var(--padding);
}
@media (min-width: 767px) {
  .nav__description {
    padding: var(--padding);
  }
}
.nav__description p {
  font-size: 12px;
  line-height: 1.4;
  margin-bottom: 0;
}
@media (min-width: 1280px) {
  .nav__description p {
    font-size: 12px;
    letter-spacing: 0.01em;
  }
}
.nav__description a {
  display: inline;
  padding: 0;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 2px;
  -webkit-text-decoration-color: inherit;
          text-decoration-color: inherit;
}
.nav i.fa-angle-down {
  display: none;
}
@media (min-width: 1024px) {
  .nav i.fa-angle-down {
    display: inline;
  }
}
.nav--dropdown {
  position: relative;
}
.nav--dropdown .nav__iteminner {
  background: #efefef;
}
@media (min-width: 767px) {
  .nav--dropdown .nav__iteminner {
    background: #FFF;
  }
}
@media (min-width: 1024px) {
  .nav--dropdown .nav__iteminner {
    left: 0;
    right: 0;
    display: none;
    position: absolute;
  }
}
.nav--dropdown .nav__iteminner > a,
.nav--dropdown .nav__description {
  padding-left: calc(var(--padding) * 2);
}
@media (min-width: 767px) {
  .nav--dropdown .nav__iteminner > a,
  .nav--dropdown .nav__description {
    padding-left: var(--padding);
  }
}
@media (min-width: 1024px) {
  .nav--dropdown:hover .nav__iteminner {
    display: block;
    border-right: 1px solid;
    border-left: 1px solid;
    left: -1px;
    right: -1px;
  }
}
.nav .nav__title:hover {
  background: var(--light-grey);
}
.nav__mobiletoggle {
  position: absolute;
  right: 0;
  z-index: 12;
  background: #000;
  padding: 8px var(--padding);
  color: #FFF;
}
.nav__mobiletoggle::before {
  content: "Menu";
}
@media (min-width: 1024px) {
  .nav__mobiletoggle {
    display: none;
  }
}
.nav--mobileabout {
  display: block;
}
@media (min-width: 1024px) {
  .nav--mobileabout {
    display: none;
  }
}
.nav--about:hover .nav__iteminner {
  left: 0;
  border-left: none;
}
.nav--about .nav__iteminner {
  display: none;
}
.nav__subnav {
  font-family: "TeX", sans-serif;
  font-size: 1.3rem;
  line-height: 1.2;
  letter-spacing: 0.03rem;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  height: 100%;
}
@media (min-width: 767px) {
  .nav__subnav {
    font-size: 1.2rem;
  }
}
.nav__subnav .nav__iteminner {
  height: 100%;
}

@font-face {
  font-family: "TeX";
  src: url(../../build/fonts/texgyreheroscn-bold-webfont.woff) format("woff");
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: "TeX";
  src: url(../../build/fonts/texgyreheroscn-regular-webfont.woff) format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Standard Web";
  src: url(../../build/fonts/standard-bold-italic-webfont.woff2) format("woff2"), url(../../build/fonts/standard-bold-italic-webfont.woff) format("woff");
  font-weight: bold;
  font-style: italic;
  font-stretch: normal;
}
@font-face {
  font-family: "Standard Web";
  src: url(../../build/fonts/standard-bold-webfont.woff2) format("woff2"), url(../../build/fonts/standard-bold-webfont.woff) format("woff");
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
}
@font-face {
  font-family: "Standard Web";
  src: url(../../build/fonts/standard-book-italic-webfont.woff2) format("woff2"), url(../../build/fonts/standard-book-italic-webfont.woff) format("woff");
  font-weight: normal;
  font-style: italic;
  font-stretch: normal;
}
@font-face {
  font-family: "Standard Web";
  src: url(../../build/fonts/standard-book-webfont.woff2) format("woff2"), url(../../build/fonts/standard-book-webfont.woff) format("woff");
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
}
input[type=submit] {
  display: block;
  width: 100%;
}

.button,
input[type=submit] {
  font-family: inherit;
  font-weight: inherit;
  font-size: inherit;
  background: #000;
  color: #fff;
  padding: 0.5rem 0.8rem;
  border: none;
}

select {
  font-family: inherit;
  font-weight: inherit;
  font-size: inherit;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #000;
}

.button--cancel {
  background: #ddd;
  color: #000;
}

input[type=text],
input[type=number],
textarea {
  border: none;
  border-bottom: 1px solid #bcbcbc;
  font-family: inherit;
  font-weight: inherit;
  font-size: inherit;
  background: #FFF;
}
input[type=text]::-webkit-input-placeholder, input[type=number]::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  color: #999;
}
input[type=text]::-moz-placeholder, input[type=number]::-moz-placeholder, textarea::-moz-placeholder {
  color: #999;
}
input[type=text]:-ms-input-placeholder, input[type=number]:-ms-input-placeholder, textarea:-ms-input-placeholder {
  color: #999;
}
input[type=text]::-ms-input-placeholder, input[type=number]::-ms-input-placeholder, textarea::-ms-input-placeholder {
  color: #999;
}
input[type=text]::placeholder,
input[type=number]::placeholder,
textarea::placeholder {
  color: #999;
}
input[type=text]:focus,
input[type=number]:focus,
textarea:focus {
  outline: 2px solid #ddd;
  border-bottom-color: transparent;
}

.contributions__words .contributions__moreinfo i {
  top: -3px;
}
.contributions__words .contributions__filtertitle {
  margin-bottom: 0;
}
.contributions__words .words > div {
  margin-right: 0.4rem;
}
.contributions__words .checkbox div {
  cursor: pointer;
  color: #666;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 2px;
  -webkit-text-decoration-color: #aeaeae;
          text-decoration-color: #aeaeae;
}
.contributions__words .checkbox input:checked + div {
  color: #000;
  text-decoration: underline;
  text-decoration-thickness: 2px;
  text-underline-offset: 2px;
  -webkit-text-decoration-color: #000;
          text-decoration-color: #000;
}

.checkbox input[type=checkbox] {
  display: none;
}

.select {
  outline: 1px solid rgba(0, 0, 0, 0.05);
  padding: 5px 13px 4px 13px;
  text-decoration: none;
  -webkit-box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.08);
          box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.08);
  border-radius: 2px;
  background-color: var(--button-color);
  padding: 5px 10px 4px 10px;
  font-size: 0.9rem;
  cursor: pointer;
  border: none;
  line-height: 1;
  max-width: 160px;
}
.select:hover {
  -webkit-box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.15);
          box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.15);
}
@media (min-width: 1280px) {
  .select {
    padding: 5px 13px 4px 13px;
    max-width: 180px;
  }
}

.contributions__checkboxes:not(.words) .checkbox {
  --button-color: #fff;
}
.contributions__checkboxes:not(.words) .checkbox div {
  outline: 1px solid rgba(0, 0, 0, 0.05);
  padding: 5px 13px 4px 13px;
  text-decoration: none;
  -webkit-box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.08);
          box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.08);
  border-radius: 2px;
  background-color: var(--button-color);
  padding: 5px 10px 4px 10px;
  font-size: 0.9rem;
  cursor: pointer;
}
.contributions__checkboxes:not(.words) .checkbox div:hover {
  -webkit-box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.15);
          box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.15);
}
@media (min-width: 1280px) {
  .contributions__checkboxes:not(.words) .checkbox div {
    padding: 5px 13px 4px 13px;
  }
}
.contributions__checkboxes:not(.words) .checkbox input:checked + div {
  padding-left: 8px;
}
.contributions__checkboxes:not(.words) .checkbox input:checked + div:not([style*="--button-color"]) {
  background: #222;
  color: #fff;
}
.contributions__checkboxes:not(.words) .checkbox input:checked + div::before {
  letter-spacing: 0.02em;
  font-weight: 300;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  padding-right: 4px;
  content: "✓";
}
.contributions__checkboxes:not(.words) .checkbox__note {
  font-size: 0.6rem;
  max-width: 190px;
  color: #666;
  letter-spacing: 0;
}

body.page--decode .wrapper,
body.page--contribute .wrapper {
  background: var(--light-grey);
}

.page__form > .acf-form {
  margin: 0 0 2rem 0;
}
.page__form > .acf-form .acf-label {
  padding-bottom: var(--acf-padding);
}

html {
  --decoder-bg: #fff;
  --decoder-text: #222;
  --form-box-shadow: 0 2px 5px rgba(0,0,0,0.1);
  --annotation-width: 500px;
  --annotation-color: #edffc8;
  --decoder-color: #2405d8;
}

.plot {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: var(--padding);
}
.plot__chart {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.plot__description {
  padding: 0 0 30px 30px;
}
.plot__description div {
  margin-bottom: 1rem;
}
.plot__description img {
  width: 100%;
  height: auto;
  display: block;
}
.plot__inner {
  width: calc(640px + var(--padding) * 2);
}
.plot h2 {
  margin-top: 0;
}
.plot figure {
  display: block;
  margin: 0 auto;
}

@-webkit-keyframes pulse {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0.5;
  }
  100% {
    opacity: 1;
  }
}

@keyframes pulse {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0.5;
  }
  100% {
    opacity: 1;
  }
}
#run-button {
  width: 100%;
  font-size: 1rem;
  background: var(--decoder-color);
  padding-top: 9px;
  padding-bottom: 9px;
}
#run-button.disabled {
  opacity: 0.3;
  cursor: not-allowed;
}

.decoder {
  padding: var(--padding) var(--padding) var(--padding) var(--padding);
  position: relative;
}
.decoder__wavinput {
  color: var(--decoder-color);
  margin-bottom: 1rem;
}
.decoder--error .decoder__error {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.decoder--error .decoder__instruction {
  display: none;
}
.decoder__plots {
  background: #fff;
}
.decoder__rotate {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 2;
  padding: var(--padding);
}
.decoder__image {
  margin: 10px;
  overflow: hidden;
}
.decoder__image .rotated {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.decoder__action {
  margin: 5px 0 9px 0;
}
.decoder__action #download-button {
  background: #ececec;
  color: #000;
}
.decoder--dropping .decoder__right {
  background: #c7c7c7;
}
.decoder button {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  padding: 6px 12px;
  background: #222;
  color: #fff;
  font-size: 0.9rem;
  border-radius: 3px;
  font-family: inherit;
  border: none;
}
.decoder button i {
  margin-right: 4px;
}
.decoder button:active {
  opacity: 0.8;
}
.decoder h1 {
  font-size: 1.6rem;
  margin-bottom: 0;
  position: relative;
  top: -0.3em;
  letter-spacing: 0;
  color: var(--decoder-color);
}
.decoder__introduction > div {
  max-width: 600px;
}
.decoder__introduction > div p:nth-last-child(1) {
  margin-bottom: 0;
}
.decoder__content {
  display: grid;
  grid-template-columns: 360px repeat(2, 1fr);
  grid-gap: calc(var(--padding) * 1);
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-bottom: 15px;
}
.decoder__progress {
  position: absolute;
  color: #000;
  font-family: monospace;
  color: #FFF;
  font-size: 13px;
  inset: 0;
  text-align: left;
  padding: 11px;
  width: 0;
  background: -webkit-gradient(linear, left top, right top, from(#ff6c3c), color-stop(#d8e067), color-stop(#d92d7f), to(#3125af));
  background: linear-gradient(to right, #ff6c3c, #d8e067, #d92d7f, #3125af);
  background-size: 293px;
  text-align: right;
  border-right: 1px solid rgba(0, 0, 0, 0.1);
  display: none;
}
.decoder__buttoninner {
  background: -webkit-gradient(linear, left top, right top, from(#ff6c3c), color-stop(#d8e067), color-stop(#d92d7f), to(#3125af));
  background: linear-gradient(to right, #ff6c3c, #d8e067, #d92d7f, #3125af);
  padding: 9px 25px;
  border-radius: 3px;
  overflow: hidden;
}
.decoder--submitting .decoder__buttoninner {
  color: transparent;
  text-shadow: none;
  -webkit-filter: grayscale(1);
          filter: grayscale(1);
}
.decoder--submitting .decoder__progress {
  display: block;
}
.decoder__submit {
  display: none;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-top: 5px;
}
.decoder__submit button {
  position: relative;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  font-size: 1rem;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  color: #fff;
  cursor: pointer;
  padding: 0;
  text-shadow: 0 0 6px rgba(0, 0, 0, 0.27);
  -webkit-transition: background-size 120ms ease-in-out;
  transition: background-size 120ms ease-in-out;
  background-size: 100%;
  overflow: hidden;
}
.decoder__submit button:hover {
  background-size: 115%;
}
.decoder__footer, .decoder__content {
  font-size: 0.85rem;
}
.decoder__footer {
  margin-top: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.decoder__credit {
  max-width: 600px;
}
.decoder__privacy {
  max-width: 320px;
  color: var(--decoder-color);
}
.decoder--decoded .decoder__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.decoder--decoded .decoder__instruction {
  display: none;
}
.decoder--decoded .decoder__submit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.decoder--decoded .decoder__result {
  border-width: 1px;
}
.decoder--decoding .decoder__wait {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.decoder--decoding .decoder__field {
  pointer-events: none;
  opacity: 0.5;
}
.decoder--decoding .decoder__instruction,
.decoder--decoding .decoder__rotate {
  display: none;
}
.decoder--decoding .decoder__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.decoder--decoding canvas {
  -webkit-filter: blur(10px);
          filter: blur(10px);
}
.decoder--decoding .decoder__submit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.decoder--decoding .decoder__result {
  border-width: 1px;
}
.decoder__form {
  position: relative;
  padding: 0;
  display: grid;
  grid-gap: var(--padding);
}
@media (min-width: 1024px) {
  .decoder__form {
    grid-template-columns: 360px 2fr;
  }
}
.decoder--annotation .decoder__right {
  position: relative;
  right: calc(var(--annotation-width) * -1);
}
.decoder--annotation .decoder__center {
  display: block;
}
.decoder--annotation .annotation--activetrigger {
  width: 65px;
  right: -20px;
  -webkit-box-shadow: var(--form-box-shadow);
          box-shadow: var(--form-box-shadow);
}
.decoder__center {
  position: absolute;
  left: calc(360px + var(--padding));
  width: calc(var(--annotation-width) - var(--padding));
  top: 0;
  bottom: 0;
  -webkit-box-shadow: var(--form-box-shadow);
          box-shadow: var(--form-box-shadow);
  display: none;
}
.decoder__instruction, .decoder__error {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.decoder__instruction div, .decoder__error div {
  margin: 0 auto;
  max-width: 500px;
}
.decoder__error {
  display: none;
}
.decoder__wait {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  z-index: 1;
  text-align: center;
  font-size: 0.9rem;
  color: var(--decoder-color);
  display: none;
}
.decoder__wait div {
  width: 210px;
  margin: 0 auto;
  padding: var(--padding);
  border-radius: 10px;
  background: #ebe8ff;
}
.decoder__wait p {
  margin: 5px 0 0 0;
}
.decoder__wait img {
  border-radius: 50%;
  mix-blend-mode: multiply;
  width: 100px;
  height: 100px;
  -webkit-animation: pulse 1500ms infinite;
          animation: pulse 1500ms infinite;
}
.decoder__tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  cursor: pointer;
}
.decoder__tab {
  border-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  padding: 10px 15px 8px 15px;
  border: 1px solid #ddd;
  border-bottom: none;
  background: #f2f2f2;
  position: relative;
  font-size: 0.95rem;
}
.decoder__tab i {
  margin-right: 3px;
}
.decoder--tabactive {
  background: #FFF;
}
.decoder--tabactive::after {
  content: "";
  background: #FFF;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -1px;
  height: 1px;
}
.decoder__header {
  display: none;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 7px 15px 0 15px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #fff;
  z-index: 1;
  position: relative;
}
.decoder__header label {
  text-transform: uppercase;
  font-size: 0.65rem;
  letter-spacing: 0.05em;
  padding-bottom: 8px;
  display: block;
  padding-bottom: 0;
}
.decoder__header label a {
  text-decoration: none;
}
.decoder__header label a span {
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 2px;
  -webkit-text-decoration-color: inherit;
          text-decoration-color: inherit;
}
.decoder__meta {
  display: grid;
  grid-template-columns: auto auto auto;
  grid-gap: var(--padding);
}
.decoder__stat {
  font-size: 0.95rem;
}
.decoder__right {
  position: relative;
  background: var(--decoder-bg);
  color: var(--decoder-text);
  -webkit-box-shadow: var(--form-box-shadow);
          box-shadow: var(--form-box-shadow);
  border-radius: 4px;
  overflow: hidden;
  right: 0;
}
.decoder__inner {
  margin: 0 auto;
}
.decoder__results {
  margin-top: 2rem;
  background: #ddd;
}
.decoder__adjust {
  display: grid;
  grid-template-columns: 1fr auto;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.decoder__adjustrow {
  margin-bottom: 1rem;
}
.decoder__adjustrow:nth-last-child(1) {
  margin-bottom: 0;
}
.decoder canvas {
  width: 100%;
  display: block;
}
.decoder .smallbutton {
  border: none;
  border-radius: 2px;
  background: #ddd;
  padding: 0.2rem 0.4rem;
  font-family: inherit;
  font-weight: inherit;
  font-size: 0.9rem;
}
.decoder .smallbutton.selected {
  background: #000;
  color: #FFF;
}
.decoder__result {
  position: relative;
  border-top: 0px solid #ddd;
}
.decoder__result img {
  width: 100%;
  height: auto;
  display: block;
}
.decoder__result > div {
  display: none;
}
.decoder__result > div.active {
  display: block;
}
.decoder__field {
  margin-bottom: var(--padding);
  background: var(--decoder-bg);
  color: var(--decoder-text);
  -webkit-box-shadow: var(--form-box-shadow);
          box-shadow: var(--form-box-shadow);
  border-radius: 4px;
}
.decoder__field:nth-last-child(1) {
  margin-bottom: 0;
}
.decoder__process {
  margin-bottom: var(--padding);
}
.decoder__label {
  padding: 15px;
  font-weight: 600;
  position: relative;
}
.decoder__label label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.decoder__label span {
  width: 18px;
  height: 18px;
  background: #e6e4df;
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  letter-spacing: 0.02em;
  font-weight: 300;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 0.85rem;
  font-weight: 500;
  margin-right: 10px;
}
.decoder__radio input {
  margin: 0 10px 0 0;
  width: 17px;
  height: 17px;
  -webkit-filter: hue-rotate(30deg) brightness(0.8) contrast(1.7);
          filter: hue-rotate(30deg) brightness(0.8) contrast(1.7);
}
.decoder__radio > div {
  border-bottom: 1px solid #e5e4e2;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.decoder__radio > div:nth-last-child(1) {
  border-bottom: none;
}
.decoder__input, .decoder__radio {
  border-top: 1px solid #e5e4e2;
}
.decoder__input > div, .decoder__radio > div {
  padding: 8px 15px;
}
.decoder__note {
  font-size: 0.9rem;
}

.fileinput__input {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.fileinput__label {
  -webkit-box-shadow: var(--form-box-shadow);
          box-shadow: var(--form-box-shadow);
  display: block;
  text-align: center;
  background-color: #FFF;
  color: var(--decoder-color);
  border-radius: 3px;
  cursor: pointer;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
  padding-top: 9px;
  padding-bottom: 9px;
  font-size: 1rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-bottom: 10px;
}
.fileinput__label:hover {
  background-color: #d0caf2;
}
.fileinput__name {
  font-size: 14px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  margin-bottom: 4px;
  font-weight: bold;
}

.annotation {
  padding: var(--padding);
  background: var(--annotation-color);
  color: #5d654e;
  border-radius: 4px;
  display: none;
  height: 100%;
}
.annotation--active {
  display: block;
}
.annotation h2 {
  margin-top: 0;
}
.annotation img {
  width: 100%;
  height: auto;
  display: block;
  margin: 0 0 1rem 0;
}
.annotation h4 {
  text-transform: uppercase;
  font-size: 0.65rem;
  letter-spacing: 0.05em;
  padding-bottom: 8px;
}
.annotation h4 a {
  text-decoration: none;
}
.annotation h4 a span {
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 2px;
  -webkit-text-decoration-color: inherit;
          text-decoration-color: inherit;
}
.annotation__image {
  overflow: hidden;
}
.annotation__image p {
  font-size: 0.8rem;
}
.annotation__trigger {
  position: absolute;
  right: 0;
  top: -1px;
  bottom: -1px;
  padding: 0 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
  cursor: pointer;
  width: 45px;
}
.annotation__trigger i.fa-circle-xmark {
  display: none;
}
.annotation__trigger i {
  color: #b6b6b6;
}
.annotation--activetrigger {
  background: var(--annotation-color);
  z-index: 1;
}
.annotation--activetrigger::after {
  position: absolute;
  right: calc(var(--padding) * -1);
  width: var(--padding);
  bottom: 0;
  background: var(--annotation-color);
  content: "";
  top: 0;
}
.annotation--activetrigger i.fa-circle-info {
  display: none;
}
.annotation--activetrigger i.fa-circle-xmark {
  display: block;
}

#acf-form,
.form {
  line-height: 1.5;
}
#acf-form > .acf-notice:nth-child(1),
.form > .acf-notice:nth-child(1) {
  display: none;
}

body .acf-fields {
  --acf-padding: 15px;
}
@media (min-width: 767px) {
  body .acf-fields {
    --acf-padding: 20px;
  }
}
body .acf-fields #images-list {
  margin: 1rem 0;
  list-style-type: none;
  padding: 0;
}
body .acf-fields #images-list li {
  font-size: 0.85rem;
  border-bottom: 1px solid #000;
  padding: 8px 0;
  border-bottom: 1px solid #bcbcbc;
}
body .acf-fields #images-list li:nth-last-child(1) {
  border-bottom: none;
}
body .acf-fields #images-list .image-name {
  font-style: italic;
}
body .acf-fields #images-list li > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
body .acf-fields #images-list img {
  display: block;
}
body .acf-fields input[type=text],
body .acf-fields input[type=number] {
  padding-top: 6px;
}
body .acf-fields .acf-table {
  border: none;
  --table-gap: 20px;
}
@media (min-width: 767px) {
  body .acf-fields .acf-table {
    --table-gap: 30px;
  }
}
body .acf-fields .acf-table thead tr th {
  border: none;
  padding: 0 var(--table-gap) 6px 0;
}
body .acf-fields .acf-table tbody tr td {
  border: none;
  padding: 0 var(--table-gap) 0 0;
}
body .acf-fields .acf-table tbody tr td .acf-input {
  padding: 0;
}
body .acf-fields .acf-table tbody tr td .acf-input input {
  width: 100%;
  padding-left: 0;
  font-size: 1rem;
}
body .acf-fields .acf-table tbody tr td .acf-input input:focus {
  padding-left: 6px;
}
body .acf-fields > .acf-field {
  font-size: 1rem;
  margin: 0rem 0 2rem 0;
  padding: 0rem;
  -webkit-box-shadow: var(--form-box-shadow);
          box-shadow: var(--form-box-shadow);
  border-radius: 4px;
  background: #FFF;
}
body .acf-fields > .acf-field:nth-child(1) {
  margin-top: 0;
}
body .acf-fields > .acf-field:nth-last-child(1) {
  margin-bottom: 0;
  border-bottom: none;
  padding-bottom: 0;
}
body .acf-fields .acf-label {
  margin: 0;
  padding: var(--acf-padding) var(--acf-padding) 0 var(--acf-padding);
}
body .acf-fields .acf-label label {
  font-weight: normal;
}
body .acf-fields .acf-label .description {
  color: rgba(0, 0, 0, 0.5) !important;
}
body .acf-fields .acf-input {
  padding: var(--acf-padding);
}
body .acf-fields .acf-input input[type=text] {
  width: 100%;
  font-size: 1rem;
}
@media (min-width: 767px) {
  body .acf-fields .acf-input input[type=text] {
    width: 50%;
  }
}
body .acf-fields .acf-input input[type=radio] {
  margin: 0 10px 0 0;
  width: 17px;
  height: 17px;
}
body .acf-fields .acf-input-wrap {
  overflow: visible;
}
body .acf-fields .acf-radio-list {
  padding: 0;
}
body .acf-fields .acf-radio-list li {
  font-size: 1rem;
  margin-bottom: 0.5rem;
}
body .acf-fields .acf-required {
  color: #ff1b5f;
}
body .acf-fields [data-name=decoded_recording] .description {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 10px;
}
body .acf-fields [data-name=decoded_recording] .acf-input {
  padding: 0 0 var(--padding) 0;
}
body .acf-fields audio {
  display: block;
}
body .acf-fields audio + button {
  background: #000;
  border-radius: 4px;
  color: #FFF;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: none;
  padding: 3px 7px;
  font-size: 16px;
  margin-left: 10px;
}
body .acf-fields #progress-bar {
  position: absolute;
  inset: 0;
  width: 0;
  padding: 4px 8px;
  background: #cfeecd;
  color: #127d0b;
  text-align: right;
}
body .acf-fields .progress-bar-container {
  position: relative;
  font-family: monospace;
  font-size: 0.8rem;
  height: 24px;
  background: #f3f2ef;
  margin-top: 10px;
  border-radius: 3px;
  overflow: hidden;
  display: none;
}
body .acf-fields .progress-bar-container.submitting {
  display: block;
}

.acf-form-submit {
  margin: 2rem 0 4rem 0;
}
.acf-form-submit input {
  cursor: pointer;
  width: auto;
  display: inline-block;
  border-radius: 3px;
  padding-left: 30px;
  padding-right: 30px;
  padding: 10px 40px;
  font-size: 1.2rem;
}

.acf-field-text input[type=text],
.acf-field-time-picker input[type=text] {
  display: block;
  width: 100%;
  padding: 0.5rem 0.5rem;
}

.activity {
  display: grid;
  grid-gap: 10px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding: 4px 0;
  text-decoration: none;
  grid-template-columns: 2fr 1fr 1fr 16px;
}
.activity:nth-last-child(1) {
  border-bottom: none;
}
@media (min-width: 1280px) {
  .activity {
    grid-template-columns: 2fr 1fr 1fr 1.5fr 20px;
  }
}
.activity--headings {
  text-transform: uppercase;
  font-size: 0.65rem;
  letter-spacing: 0.05em;
  padding-bottom: 8px;
}
.activity--headings a {
  text-decoration: none;
}
.activity--headings a span {
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 2px;
  -webkit-text-decoration-color: inherit;
          text-decoration-color: inherit;
}
.home .activity__title, .home .activity__location {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.activity__icon {
  font-size: 14px;
}
@media (min-width: 767px) {
  .activity__icon {
    font-size: 16px;
  }
}
.activity__terms {
  opacity: 0.6;
}
.activity__location {
  display: none;
}
@media (min-width: 1280px) {
  .activity__location {
    display: block;
  }
}
.activity__link {
  margin-top: 0.5rem;
}
.activity__link a {
  text-decoration: none;
}
.activity__link span {
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 2px;
  -webkit-text-decoration-color: inherit;
          text-decoration-color: inherit;
}
.activity__link i {
  font-size: 80%;
}

.introduction {
  background: #000;
  color: #FFF;
}
.introduction p {
  margin-bottom: 0;
}
.introduction img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  max-height: 80vh;
}
.introduction > div {
  padding: var(--padding);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
}
@media (min-width: 767px) {
  .introduction > div {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: calc(var(--padding) * 2) calc(var(--padding) * 2);
  }
}
@media (min-width: 1280px) {
  .introduction > div {
    padding: calc(var(--padding) * 2) calc(var(--padding) * 3);
  }
}
.introduction__text {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  -webkit-box-flex: 1;
      -ms-flex: auto;
          flex: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: clamp(16px, 1.4vw, 26px);
}
@media (min-width: 767px) {
  .introduction__text {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 600px;
            flex: 0 1 600px;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
@media (min-width: 1024px) {
  .introduction__text {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 43vw;
            flex: 0 1 43vw;
  }
}
.introduction__text a {
  color: #b2b2b2;
}
@media (min-width: 767px) {
  .introduction__text a {
    text-decoration: underline;
    text-decoration-thickness: 2px;
    text-underline-offset: 3px;
    -webkit-text-decoration-color: inherit;
            text-decoration-color: inherit;
  }
}
.introduction__caption {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  margin-bottom: 1rem;
  font-size: 0.8rem;
  letter-spacing: 0.005em;
  color: #b2b2b2;
}
@media (min-width: 767px) {
  .introduction__caption {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    margin-bottom: 0;
    -webkit-box-flex: 0;
        -ms-flex: 0 1 200px;
            flex: 0 1 200px;
  }
}
@media (min-width: 1024px) {
  .introduction__caption {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 280px;
            flex: 0 1 280px;
  }
}

.home__preview {
  position: relative;
}
.home__preview img {
  width: 100%;
  height: auto;
  display: block;
}
@media (min-width: 767px) {
  .home__resourcesgrid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: calc(var(--padding) * 2);
  }
}
@media (min-width: 1024px) {
  .home__resourcesgrid {
    display: block;
  }
}
@media (min-width: 1024px) {
  .home__grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
  }
}
.home__columnlink {
  display: none;
  margin-bottom: var(--padding);
  font-family: "Standard Web", sans-serif;
  font-size: var(--medium-font-size);
}
@media (min-width: 767px) {
  .home__columnlink {
    display: block;
  }
}
.home__columnlink a {
  text-decoration: none;
}
.home__mobiletitle {
  padding: 0 0 var(--padding) 0;
}
@media (min-width: 1024px) {
  .home__mobiletitle {
    display: none !important;
  }
}
.home__right {
  background: var(--resources-color);
  padding: var(--padding);
}
@media (min-width: 767px) {
  .home__right {
    padding: calc(var(--padding) * 2);
  }
}
@media (min-width: 1024px) {
  .home__right {
    padding: var(--padding);
  }
}
.home__right .postpreview__image {
  mix-blend-mode: multiply;
}
@media (min-width: 1024px) {
  .home__left {
    border-right: 1px solid #000;
  }
}

.oembed {
  height: 0;
  padding-bottom: 56%;
  position: relative;
}
.oembed iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
}

.alignleft {
  float: left;
  margin: 1rem 2rem 1rem 0;
}
.alignleft a, .alignleft img {
  display: block;
  height: auto;
  width: 100% !important;
}

.alignleft {
  width: var(--float-image-width) !important;
  height: auto;
}
@media (min-width: 1280px) {
  .alignleft {
    margin: 1rem 2rem 1rem -8vw;
  }
}

.alignright {
  float: right;
  margin: 1rem 0 1rem 2rem;
}
.alignright a, .alignright img {
  display: block;
  height: auto;
  width: 100% !important;
}

.alignright {
  width: var(--float-image-width) !important;
  height: auto;
}
@media (min-width: 1280px) {
  .alignright {
    margin: 1rem -8vw 1rem 2vw;
  }
}

.aligncenter, .alignnone {
  text-align: center;
  width: 100% !important;
  position: relative;
  height: auto;
  margin: 1rem auto;
}
@media (min-width: 767px) {
  .aligncenter, .alignnone {
    margin: 3rem auto;
  }
}
.aligncenter img, .alignnone img {
  display: block;
  height: auto;
  width: 100% !important;
}

.prose .oembed-container {
  margin: 2rem 0;
}

.oembed-container:not(.not-video) {
  height: 0;
  padding-bottom: 56%;
  position: relative;
}
.oembed-container:not(.not-video) iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
}

.wp-caption-text, .caption {
  font-size: 0.9rem;
  margin: 10px 0 2rem 0;
  color: #666;
}
.wp-caption-text::before, .caption::before {
  content: "▴ ";
}

.grid {
  -ms-flex-line-pack: start;
      align-content: flex-start;
}
@media (min-width: 767px) {
  .grid {
    display: grid;
  }
}
.grid--gap {
  grid-gap: calc(var(--padding) * 1);
}
.grid--gap-2 {
  grid-gap: var(--padding);
}
@media (min-width: 1280px) {
  .grid--gap-2 {
    grid-gap: calc(var(--padding) * 2);
  }
}
.grid--gap-4 {
  grid-gap: var(--padding);
}
@media (min-width: 1280px) {
  .grid--gap-4 {
    grid-gap: calc(var(--padding) * 4);
  }
}
.grid--gap-5 {
  grid-gap: calc(var(--padding) * 3);
}
@media (min-width: 1280px) {
  .grid--gap-5 {
    grid-gap: calc(var(--padding) * 5);
  }
}
.grid--span-all {
  grid-column: 1/-1;
}
.grid--rowspan-2 {
  grid-row: span 2;
}

.grid--columns-1 {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}

.grid--span-1 {
  grid-column: span 1;
}

.grid--rowspan-1 {
  grid-row: span 1;
}

[data-columns="1"] {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}

.grid--columns-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.grid--span-2 {
  grid-column: span 2;
}

.grid--rowspan-2 {
  grid-row: span 2;
}

[data-columns="2"] {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.grid--columns-3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.grid--span-3 {
  grid-column: span 3;
}

.grid--rowspan-3 {
  grid-row: span 3;
}

[data-columns="3"] {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.grid--columns-4 {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.grid--span-4 {
  grid-column: span 4;
}

.grid--rowspan-4 {
  grid-row: span 4;
}

[data-columns="4"] {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.grid--columns-5 {
  grid-template-columns: repeat(5, minmax(0, 1fr));
}

.grid--span-5 {
  grid-column: span 5;
}

.grid--rowspan-5 {
  grid-row: span 5;
}

[data-columns="5"] {
  grid-template-columns: repeat(5, minmax(0, 1fr));
}

.grid--columns-6 {
  grid-template-columns: repeat(6, minmax(0, 1fr));
}

.grid--span-6 {
  grid-column: span 6;
}

.grid--rowspan-6 {
  grid-row: span 6;
}

[data-columns="6"] {
  grid-template-columns: repeat(6, minmax(0, 1fr));
}

.grid--columns-7 {
  grid-template-columns: repeat(7, minmax(0, 1fr));
}

.grid--span-7 {
  grid-column: span 7;
}

.grid--rowspan-7 {
  grid-row: span 7;
}

[data-columns="7"] {
  grid-template-columns: repeat(7, minmax(0, 1fr));
}

.grid--columns-8 {
  grid-template-columns: repeat(8, minmax(0, 1fr));
}

.grid--span-8 {
  grid-column: span 8;
}

.grid--rowspan-8 {
  grid-row: span 8;
}

[data-columns="8"] {
  grid-template-columns: repeat(8, minmax(0, 1fr));
}

.grid--columns-9 {
  grid-template-columns: repeat(9, minmax(0, 1fr));
}

.grid--span-9 {
  grid-column: span 9;
}

.grid--rowspan-9 {
  grid-row: span 9;
}

[data-columns="9"] {
  grid-template-columns: repeat(9, minmax(0, 1fr));
}

.grid--columns-10 {
  grid-template-columns: repeat(10, minmax(0, 1fr));
}

.grid--span-10 {
  grid-column: span 10;
}

.grid--rowspan-10 {
  grid-row: span 10;
}

[data-columns="10"] {
  grid-template-columns: repeat(10, minmax(0, 1fr));
}

.container {
  max-width: var(--max-width);
  margin: 0 auto;
  position: relative;
  width: 100%;
}
a.postpreview:hover {
  opacity: 0.8;
}
a.contributionpreview .contributionpreview__start, a.contributionpreview .contributionpreview__satellite {
  font-family: "Menlo", monospace;
  font-size: 0.7rem;
}

.contributionpreview {
  text-decoration: none;
  font-size: 0.8rem;
  display: block;
  border-right: 2px solid transparent;
}
.contributionpreview:hover {
  background: #ebebeb;
}
.contributionpreview:nth-child(even) {
  background: var(--contribution-bg);
}
.contributionpreview:nth-child(even):hover {
  background: #ebebeb;
}
.contributionpreview__inner {
  padding: 8px 0 8px 0;
  display: grid;
  grid-template-columns: 8px 65px 65px 1fr 46px 65px;
  grid-gap: 6px;
}
@media (min-width: 1024px) {
  .contributionpreview__inner {
    padding: 8px 10px 8px 0;
  }
}
@media (min-width: 767px) {
  .contributionpreview__inner {
    grid-template-columns: 10px 122px 140px repeat(2, 1fr) 160px 70px;
  }
}
@media (min-width: 1024px) {
  .contributionpreview__inner {
    grid-template-columns: 10px 122px 120px repeat(2, 1fr) 60px 74px 160px 2fr;
  }
}
@media (min-width: 1280px) {
  .contributionpreview__inner {
    grid-template-columns: 10px 145px repeat(2, 1fr) 180px 75px 84px 310px 2fr;
  }
}
@media (min-width: 767px) {
  .contributionpreview__inner {
    grid-gap: 10px;
  }
}
.contributionpreview__inner > div {
  padding-right: 6px;
  border-right: 1px solid rgba(0, 0, 0, 0.06);
}
@media (min-width: 767px) {
  .contributionpreview__inner > div {
    padding-right: 10px;
  }
}
.contributionpreview__inner > div:nth-last-child(1) {
  border-right: none;
}
.contributionpreview__inner > .contributionpreview__type {
  border-right: none;
}
.contributionpreview img {
  width: 100%;
  height: auto;
  display: block;
}
.contributionpreview__type {
  position: relative;
  --edge-color: transparent;
}
.contributionpreview__type div {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  top: -9px;
  bottom: -8px;
  background: var(--edge-color);
}
.contributionpreview__photogrid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  margin-bottom: 3px;
}
.contributionpreview__photogrid > div {
  width: auto;
  height: 40px;
  max-width: 60px;
  margin-right: 5px;
  margin-bottom: 5px;
}
@media (min-width: 767px) {
  .contributionpreview__photogrid > div {
    height: 50px;
    max-width: 70px;
  }
}
@media (min-width: 1280px) {
  .contributionpreview__photogrid > div {
    height: 40px;
    max-width: 60px;
  }
}
.contributionpreview__photogrid > div:nth-last-child(1) {
  margin-right: 0;
}
.contributionpreview__photogrid > div:nth-child(n+3) {
  display: none;
}
@media (min-width: 767px) {
  .contributionpreview__photogrid > div:nth-child(n+3) {
    display: block;
  }
}
@media (min-width: 1024px) {
  .contributionpreview__photogrid > div:nth-child(n+3) {
    display: none;
  }
}
@media (min-width: 1280px) {
  .contributionpreview__photogrid > div:nth-child(n+3) {
    display: block;
  }
}
.contributionpreview__photogrid img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
@media (min-width: 1024px) {
  .contributionpreview__spacer {
    display: none;
  }
}
.contributionpreview__additional {
  grid-column: span 2;
}
@media (min-width: 1024px) {
  .contributionpreview__additional {
    grid-column: span 1;
  }
}
.contributionpreview__additional span {
  font-size: 0.7rem;
  color: #666;
}
.contributionpreview__country {
  display: none;
}
@media (min-width: 767px) {
  .contributionpreview__country {
    display: block;
  }
}
.contributionpreview__mobilecountry {
  display: inline;
}
@media (min-width: 767px) {
  .contributionpreview__mobilecountry {
    display: none;
  }
}
.contributionpreview > div .contributionpreview__thumbnail {
  border-right: none;
}
@media (min-width: 1024px) {
  .contributionpreview > div .contributionpreview__thumbnail {
    border-right: 1px solid rgba(0, 0, 0, 0.06);
  }
  .contributionpreview > div .contributionpreview__thumbnail:nth-last-child(1) {
    border-right: none;
  }
}
.contributionpreview__note {
  grid-column: span 3;
}
@media (min-width: 767px) {
  .contributionpreview__note {
    grid-column: span 3;
  }
}
@media (min-width: 1024px) {
  .contributionpreview__note {
    grid-column: span 1;
  }
}
.contributionpreview__note div {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.contributionpreview__additional, .contributionpreview__note {
  display: none;
}
@media (min-width: 767px) {
  .contributionpreview__additional, .contributionpreview__note {
    display: block;
  }
}
.postpreview {
  display: block;
  position: relative;
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.postpreview img {
  -webkit-transition: 100ms;
  transition: 100ms;
}
@media (min-width: 1280px) {
  .postpreview h1 {
    font-size: 1.5rem;
  }
}
.postpreview h1 span {
  color: #999;
}
.postpreview__card {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.postpreview__cardinner {
  background: var(--highlight-color);
  color: var(--color);
  height: 100%;
  padding: 10px 0;
}
.postpreview__meta > div {
  opacity: 1;
}
.postpreview__meta .postpreview__terms {
  opacity: 0.6;
}
.postpreview__image {
  height: 0;
  padding-bottom: 56.25%;
  position: relative;
  overflow: hidden;
}
.postpreview__image > div {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
.postpreview__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.home .postpreview--half {
  grid-column: span 1;
}
.home .postpreview--half .postpreview__image {
  height: auto;
  padding-bottom: 0;
}
.home .postpreview--half .postpreview__image > div {
  position: relative;
}
.home .postpreview--half .postpreview__image img {
  width: 100%;
  height: auto;
  display: block;
}
.home .postpreview--half .postpreview__cardinner {
  display: block;
}
.home .postpreview.category-resource {
  margin-bottom: calc(var(--padding) * 2);
}
.home .postpreview.category-resource:hover {
  background: transparent;
}
.home .postpreview.category-resource h1 {
  margin: 10px 0 0 0;
}
@media (min-width: 1024px) {
  .home .postpreview.category-resource h1 {
    font-size: 1.1rem;
  }
}
.postpreview.category-resource img {
  -webkit-filter: grayscale(1) brightness(0.95);
          filter: grayscale(1) brightness(0.95);
  -webkit-transition: none;
  transition: none;
}
.single .wrapper, .page .wrapper, .category .wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.single .wrapper > article, .single .wrapper > section, .page .wrapper > article, .page .wrapper > section, .category .wrapper > article, .category .wrapper > section {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.single .pagination, .page .pagination {
  display: none;
}

@media (min-width: 1024px) {
  .post__hero,
  .page__hero {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
  }
}
.post__heroimage,
.page__heroimage {
  grid-column: span 3;
}
.post__heroimage img,
.page__heroimage img {
  width: 100%;
  height: auto;
  display: block;
}
.post__content,
.page__content {
  position: relative;
}
.post__link,
.page__link {
  background: #FFF;
  padding: 5px var(--padding);
  text-decoration: none;
  display: inline-block;
  margin-top: 1rem;
  -webkit-box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.08);
          box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.08);
  border-radius: 3px;
}
.post__link i,
.page__link i {
  margin-left: 15px;
  font-size: 16px;
  position: relative;
  -webkit-transition: 150ms;
  transition: 150ms;
  right: 3px;
  top: 0px;
}
.post__link:hover,
.page__link:hover {
  -webkit-box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.15);
          box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.15);
}
.post__link:hover i,
.page__link:hover i {
  right: -2px;
  top: -2px;
}
.post__link:active,
.page__link:active {
  background: rgba(0, 0, 0, 0.2);
}
.post__herocaption,
.page__herocaption {
  grid-column: span 2;
  padding: var(--padding);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  color: #666;
  background: var(--highlight-color);
  color: var(--color);
  font-size: 0.9rem;
  letter-spacing: 0.01em;
}
@media (min-width: 767px) {
  .post__herocaption,
  .page__herocaption {
    padding: var(--padding);
  }
}
.post__herocaption div::before,
.page__herocaption div::before {
  content: "▴ ";
}
@media (min-width: 767px) {
  .post__herocaption div::before,
  .page__herocaption div::before {
    content: "◂ ";
  }
}
.post__title,
.page__title {
  background: var(--light-grey);
  margin-bottom: 25px;
}
@media (min-width: 1024px) {
  .post__title,
  .page__title {
    margin-bottom: calc(var(--padding) * 2);
    display: grid;
    grid-template-columns: repeat(5, 1fr);
  }
}
.post__title > div,
.page__title > div {
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  grid-column: 2/5;
  padding: var(--padding);
}
@media (min-width: 767px) {
  .post__title > div,
  .page__title > div {
    padding: calc(var(--padding) * 2);
  }
}
.post__title h1,
.page__title h1 {
  line-height: 1.1;
  font-size: 2rem;
  margin-bottom: 1.15rem;
}
@media (min-width: 1024px) {
  .post__title h1,
  .page__title h1 {
    font-size: 2.6rem;
  }
}
@media (min-width: 1280px) {
  .post__title h1,
  .page__title h1 {
    font-size: 3rem;
  }
}
.post__meta,
.page__meta {
  margin-top: 1.8rem;
  font-size: 1.15rem;
  line-height: 1.55;
  max-width: 920px;
  letter-spacing: 0.01em;
  margin: 0 auto;
  width: 100%;
}
.post__meta p, .post__meta ul, .post__meta ol, .post__meta blockquote,
.page__meta p,
.page__meta ul,
.page__meta ol,
.page__meta blockquote {
  opacity: 1;
}
.post__meta p, .post__meta ul, .post__meta li,
.page__meta p,
.page__meta ul,
.page__meta li {
  margin-bottom: 1.15rem;
}
.post__meta p:nth-last-child(1), .post__meta ul:nth-last-child(1), .post__meta li:nth-last-child(1),
.page__meta p:nth-last-child(1),
.page__meta ul:nth-last-child(1),
.page__meta li:nth-last-child(1) {
  margin-bottom: 0;
}
.post__meta h2,
.page__meta h2 {
  letter-spacing: 0;
  font-weight: bold;
}
.post__meta h1,
.page__meta h1 {
  font-family: "Standard Web", sans-serif;
  font-size: 2.2rem;
  margin: 2rem 0 1rem 0;
  letter-spacing: -0.01em;
}
.post__meta > h2:nth-child(1), .post__meta > h1:nth-child(1),
.page__meta > h2:nth-child(1),
.page__meta > h1:nth-child(1) {
  margin-top: 0;
}

.contribution h4 {
  text-transform: uppercase;
  font-size: 0.7rem;
  letter-spacing: 0.05em;
  color: var(--contribution-text);
  margin-bottom: 0.2rem;
}
.contribution__decoded {
  margin-bottom: calc(var(--padding) * 2);
}
.contribution__decoded img {
  width: 100%;
  height: auto;
  display: block;
}
.contribution__decoded .slide {
  background: #ebe8ff;
  position: relative;
}
.contribution__decoded .slide.slide--waiting {
  min-height: 400px;
}
.contribution__decoded .slide .decoder__wait {
  z-index: 0;
  display: block;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  justify-content: center;
}
.contribution__decoded .slide .decoder__wait div {
  position: relative;
  top: -0.5rem;
  width: 120px;
}
.contribution__decoded .slide > img {
  z-index: 1;
  position: relative;
}
.contribution__fullscreen {
  text-align: center;
  font-size: 0.85rem;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 2px;
  -webkit-text-decoration-color: inherit;
          text-decoration-color: inherit;
  margin-top: 1rem;
}
.contribution__fields {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 1rem;
  margin-bottom: 2rem;
  border-bottom: 1px solid #ddd;
  padding-bottom: 2rem;
}
@media (min-width: 767px) {
  .contribution__fields {
    grid-template-columns: repeat(3, 1fr);
  }
}
.contribution__fields .mono {
  background: #f2f2f2;
  display: inline-block;
  color: #333;
  padding: 1px 5px;
  font-size: 0.85rem;
}
.contribution__header {
  margin-bottom: 2rem;
  color: #888;
}
.contribution__header i {
  display: none;
}
.contribution__header a {
  text-decoration: none;
}
.contribution__header a span {
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 2px;
  -webkit-text-decoration-color: inherit;
          text-decoration-color: inherit;
}
.contribution__additional {
  grid-column: 1/-1;
  display: grid;
}
.contribution__additional img {
  width: 100%;
  height: auto;
  display: block;
}
.contribution__columns {
  padding: var(--padding);
  display: grid;
  grid-gap: calc(var(--padding) * 2);
}
@media (min-width: 1024px) {
  .contribution__columns {
    padding: calc(var(--padding) * 2);
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
.contribution__columns .slide:hover {
  opacity: 0.85;
  cursor: pointer;
}

.block {
  margin-bottom: 2rem;
}
@media (min-width: 767px) {
  .block {
    margin-bottom: 4rem;
  }
}
@media (min-width: 1024px) {
  .block--text, .block--audio, .block--callout, .block--pdf, .block--code {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
  }
}
.block--text > *, .block--audio > *, .block--callout > *, .block--pdf > *, .block--code > * {
  padding: 10px var(--padding);
  grid-column: 2/5;
}
@media (min-width: 767px) {
  .block--text > *, .block--audio > *, .block--callout > *, .block--pdf > *, .block--code > * {
    padding: 0 calc(var(--padding) * 2);
  }
}
@media (min-width: 767px) {
  .block--callout > * {
    padding: var(--padding) calc(var(--padding) * 2);
  }
}
.block--code {
  padding: 7px 10px;
}
@media (min-width: 767px) {
  .block--code {
    padding: 10px 15px;
  }
}
.block--code > div {
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
}
.block--text {
  margin-bottom: 2rem;
}
@media (min-width: 767px) {
  .block--text {
    margin-bottom: 4rem;
  }
}
.block--text > div {
  padding: 0 var(--padding);
}
@media (min-width: 767px) {
  .block--text > div {
    padding: 0 calc(var(--padding) * 2);
  }
}
.block--credits {
  padding: calc(var(--padding) * 2) 0;
  background: var(--light-grey);
  margin-bottom: 0;
}
@media (min-width: 767px) {
  .block--credits {
    padding: calc(var(--padding) * 4) 0;
  }
}
.block__downloadlink {
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 2px;
  -webkit-text-decoration-color: inherit;
          text-decoration-color: inherit;
}
.block--pdf > div, .block--audio > div {
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
}
.block--pdf {
  font-size: 0.9rem;
  -webkit-transition: 100ms -webkit-transform;
  transition: 100ms -webkit-transform;
  transition: 100ms transform;
  transition: 100ms transform, 100ms -webkit-transform;
  line-height: 1.4;
}
.block--pdf:hover {
  -webkit-transform: scale(1.02);
          transform: scale(1.02);
}
.block--pdf h4 {
  font-weight: bold;
  margin-bottom: 1em;
}
.block--pdf > div > a {
  text-decoration: none;
  background: var(--light-grey);
  display: grid;
  grid-template-columns: 90px 1fr;
  grid-gap: 20px;
  padding: 10px;
  -ms-flex-line-pack: start;
      align-content: flex-start;
}
@media (min-width: 767px) {
  .block--pdf > div > a {
    grid-template-columns: 90px 1fr auto;
  }
}
.block--pdf > div > a img {
  width: 100%;
  height: auto;
  display: block;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.08);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.08);
}
.block__thumbnail {
  grid-row: span 2;
}
@media (min-width: 767px) {
  .block__thumbnail {
    grid-row: span 1;
  }
}
.block--note > div {
  color: #555100;
  background: #fffbad;
  border-left: 2px solid #fff400;
}
.block--caution > div {
  color: #54211e;
  background: rgba(244, 67, 54, 0.3098039216);
  border-left: 2px solid #f44336;
}
.block--discuss > div {
  color: #482268;
  background: #ebd7fc;
  border-left: 2px solid #cd92ff;
}
.block--tip > div {
  color: #204c28;
  background: #d1f6d8;
  border-left: 2px solid #73f28b;
}
.block--exercise > div {
  color: #474747;
  background: #eaeaea;
  border-left: 2px solid #c2c2c2;
}
.block--audio audio {
  width: 100%;
  display: block;
}
.block__description {
  text-align: center;
  padding: 1rem 0 0 0;
  max-width: 90%;
  margin: 0 auto;
  color: #666;
  font-size: 0.9rem;
  line-height: 1.4;
}
@media (min-width: 767px) {
  .block__description {
    max-width: 60%;
  }
}
.block--gallery {
  width: 100vw;
  margin-left: auto;
  margin-right: auto;
  display: grid;
  grid-gap: var(--padding);
}
@media (min-width: 767px) {
  .block--gallery {
    grid-gap: calc(var(--padding) * 2);
    width: 60vw;
  }
}
.block--gallery img {
  width: 100%;
  height: auto;
  display: block;
}
.block--gallery.count-2 {
  grid-template-columns: repeat(2, 1fr);
}
.block--gallery.count-3 {
  grid-template-columns: repeat(3, 1fr);
}
.block--gallery.count-2 .block__description, .block--gallery.count-3 .block__description {
  max-width: 90%;
}
.block__imagecontainer, .block__embedcontainer {
  margin: 0 auto;
}
@media (min-width: 767px) {
  .block__imagecontainer, .block__embedcontainer {
    max-width: calc(100% - 40px);
  }
}
@media (min-width: 1024px) {
  .block__imagecontainer, .block__embedcontainer {
    max-width: 65%;
  }
}
.block__imagecontainer img, .block__embedcontainer img {
  width: 100%;
  height: auto;
  display: block;
}
.block--portrait .block__imagecontainer {
  width: 80vw;
}
@media (min-width: 767px) {
  .block--portrait .block__imagecontainer {
    width: 40vw;
  }
}

.timezone-calculated-message, .utc-calculated-message {
  display: none;
  background: #c8ffd5;
  border-radius: 5px;
  padding: 5px 10px;
  margin-top: 1rem;
}
.timezone-calculated-message.visible, .utc-calculated-message.visible {
  display: block;
}

.page--contribute .page__inner {
  display: block;
}
.page--contact-sheet nav, .page--contact-sheet footer, .page--mini-nowcast nav, .page--mini-nowcast footer {
  display: none;
}
.page__form {
  margin: 0 auto;
  max-width: 700px;
}
@media (min-width: 767px) {
  .page__inner {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
  }
}
.page__pagetitle {
  margin-bottom: 2rem;
}
.page__pagetitle h1 {
  font-size: 3rem;
}
.page__content {
  grid-column: span 3;
  padding: var(--padding);
}
@media (min-width: 767px) {
  .page__content {
    padding: calc(var(--padding) * 2);
  }
}
.page__content h1 {
  position: relative;
}
.page__content h1::before {
  content: "●";
  position: absolute;
  left: -30px;
  color: #ddd;
  display: none;
}
.page__content .prose {
  margin-bottom: 3rem;
}

body.page-id-554 .wrapper {
  background: var(--light-grey);
}

.subnav {
  padding: 0 var(--padding) 0 var(--padding);
  margin-top: 125px;
  -ms-flex-item-align: start;
      align-self: flex-start;
  font-size: 1.15rem;
  line-height: 1.55;
  max-width: 920px;
  letter-spacing: 0.01em;
  margin: 0 auto;
  width: 100%;
}
@media (min-width: 767px) {
  .subnav {
    position: sticky;
    top: 60px;
  }
}
.subnav p, .subnav ul, .subnav ol, .subnav blockquote {
  opacity: 1;
}
.subnav p, .subnav ul, .subnav li {
  margin-bottom: 1.15rem;
}
.subnav p:nth-last-child(1), .subnav ul:nth-last-child(1), .subnav li:nth-last-child(1) {
  margin-bottom: 0;
}
.subnav h2 {
  letter-spacing: 0;
  font-weight: bold;
}
.subnav h1 {
  font-family: "Standard Web", sans-serif;
  font-size: 2.2rem;
  margin: 2rem 0 1rem 0;
  letter-spacing: -0.01em;
}
.subnav > h2:nth-child(1), .subnav > h1:nth-child(1) {
  margin-top: 0;
}
.subnav a {
  padding: 3px 0;
  display: block;
  border-bottom: 1px solid #DDD;
  text-decoration: none;
}

.contribute__note {
  font-size: 1rem;
  color: #ff1b5f;
  margin-bottom: 2rem;
}

a.activity:hover {
  background: rgba(0, 0, 0, 0.08);
}

.no-touch.page a.activity:hover::before {
  content: "●";
  position: absolute;
  left: -20px;
  top: 3px;
}

.activity {
  position: relative;
}
.activity__image {
  position: absolute;
  left: 100px;
  right: 100px;
  top: 100px;
  bottom: 100px;
  display: none;
}
.activity__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
}
.activity--activeimage {
  display: block;
}

body.category-resource .wrapper {
  background: #222;
}
body.category-resource .categorylayout {
  color: #FFF;
}

body.category-project .wrapper {
  background: var(--light-grey);
}

.filters {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
}
.filters__item {
  margin: 0 5px 5px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  --active: #000;
}
.filters__item span {
  position: relative;
  top: 1px;
  display: none;
  margin-left: 8px;
}
.filters--active {
  background: #000;
  color: #FFF;
}
.filters--active span {
  display: inline;
}

.categorylayout {
  padding: var(--padding);
}
@media (min-width: 767px) {
  .categorylayout {
    padding: calc(var(--padding) * 2) calc(var(--padding) * 2);
  }
}
@media (min-width: 1280px) {
  .categorylayout {
    padding: calc(var(--padding) * 2) calc(var(--padding) * 3);
  }
}
.categorylayout__pagetitle h1, .categorylayout__title h1 {
  margin-bottom: 0rem;
  line-height: 1.1;
  font-size: 2.8rem;
}
@media (min-width: 767px) {
  .categorylayout__pagetitle h1, .categorylayout__title h1 {
    font-size: 3.2rem;
  }
}
@media (min-width: 1024px) {
  .categorylayout__pagetitle h1, .categorylayout__title h1 {
    font-size: 3.8rem;
  }
}
.categorylayout__pagetitle h1 a, .categorylayout__title h1 a {
  text-decoration: none;
}
.categorylayout__pagetitle h1 a:hover, .categorylayout__title h1 a:hover {
  color: #999;
}
.categorylayout__pagetitle {
  padding-bottom: calc(var(--padding) * 2);
}
@media (min-width: 1024px) {
  .categorylayout__pagetitle {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: calc(var(--padding) * 2);
  }
}
.categorylayout__pagetitle h1 {
  margin-bottom: 2rem;
}
.categorylayout__pagetitle p {
  font-size: var(--medium-font-size);
  margin-bottom: 0;
}
.categorylayout__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  padding-bottom: var(--padding);
}
@media (min-width: 767px) {
  .categorylayout__title {
    padding-bottom: calc(var(--padding) * 2);
  }
}
.categorylayout.home_featured_nowcasts {
  background: var(--light-grey);
}
.categorylayout__viewall {
  padding-bottom: 5px;
}
@media (min-width: 767px) {
  .categorylayout__grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: calc(var(--padding) * 2);
  }
}
@media (min-width: 1450px) {
  body.category .categorylayout__grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
.categorylayout .wrapper {
  background: var(--light-grey);
}
.categorylayout.category-resource .wrapper {
  background: #000;
}
.categorylayout.category-resource .page__header {
  color: #FFF;
}
.categorylayout.category-resource .postpreview {
  --color: #FFF;
}
.categorylayout.category-resource .postpreview .postpreview__image {
  mix-blend-mode: normal;
}

.home__activities {
  padding-bottom: calc(var(--padding) * 4);
}

.footer {
  border-top: 1px solid #000;
}
.footer__inner {
  padding: var(--padding);
}
.footer a {
  margin-left: 20px;
}

body.page--nowcast-2020 {
  display: block;
}
body.page--nowcast-2020 nav, body.page--nowcast-2020 footer {
  display: none;
}
body.page--nowcast-2020 .wrapper {
  display: block;
}
body.page--nowcast-2020 header {
  position: fixed;
  top: 0;
  left: 0;
  background: yellow;
  z-index: 1;
  padding: 6px 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-family: sans-serif;
  letter-spacing: 0.01em;
}
body.page--nowcast-2020 header a {
  text-decoration: none;
  margin-right: 15px;
}
body.page--nowcast-2020 header i {
  font-size: 0.9rem;
}
body.page--nowcast-2020 header span {
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 2px;
  -webkit-text-decoration-color: inherit;
          text-decoration-color: inherit;
}

.nowcast-wrapper {
  bottom: 0;
  left: 0;
  overflow: scroll;
  position: fixed;
  right: 0;
  top: 0;
}

.nowcast {
  background-color: black;
  display: block;
}

body.post-type-archive-contribution .categorylayout {
  padding-bottom: 1rem;
}
body.post-type-archive-contribution .wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
body.post-type-archive-contribution .wrapper section {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

body.slideshowopen .slideshow {
  display: block;
}

.slideshow {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  position: fixed;
  background: #000;
  z-index: 10;
  cursor: alias;
}
.slideshow__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  inset: calc(var(--padding) * 2);
}
@media (min-width: 767px) {
  .slideshow__inner {
    padding: var(--padding);
  }
}
.slideshow__inner img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
}
.slideshow .slide {
  width: 100%;
  height: 100%;
}
.slideshow__close {
  position: absolute;
  right: 0;
  top: 0;
  padding: var(--padding);
  color: #FFF;
  z-index: 11;
  cursor: pointer;
}
@media (min-width: 767px) {
  .slideshow__close {
    padding: 20px 20px 0 0;
  }
}

.words {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
}
.words > div:nth-child(n+13) {
  display: none;
}
.words > div:nth-child(n+13).push {
  display: block;
  -webkit-box-ordinal-group: 1;
      -ms-flex-order: 0;
          order: 0;
}
.words > div:nth-child(12) span {
  display: none;
}
.words--expanded > div {
  display: block !important;
}
.words--expanded .words__toggle {
  display: none;
}
.words--expanded > div:nth-child(10) span {
  display: inline;
}
.words > div {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
.words__toggle {
  text-decoration: none;
  color: #999;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
.words__toggle span {
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 2px;
  -webkit-text-decoration-color: inherit;
          text-decoration-color: inherit;
}

.contributions {
  position: relative;
}
.contributions__results {
  margin: 1.5rem 0 0 0;
  color: #999;
  font-size: 0.9rem;
}
.contributions__results span {
  font-weight: bold;
}
.contributions__clear {
  text-decoration: none;
  margin-left: 20px;
}
.contributions__clear span {
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 2px;
  -webkit-text-decoration-color: inherit;
          text-decoration-color: inherit;
  font-weight: normal;
}
.contributions__words {
  margin-bottom: 2rem;
}
@media (min-width: 1280px) {
  .contributions__words {
    max-width: 50%;
  }
}
.contributions__download {
  display: none;
  position: relative;
}
@media (min-width: 1024px) {
  .contributions__download {
    display: block;
  }
}
.contributions__download a {
  position: absolute;
  right: 0;
  top: 10px;
  text-decoration: none;
  border-radius: 3px;
  font-size: 0.9rem;
  -webkit-box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.08);
          box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.08);
}
.contributions__download a i {
  margin-right: 4px;
}
.contributions__download a:hover {
  background: #333;
}
.contributions__header {
  position: sticky;
  top: 44px;
  background: #fff;
  text-transform: uppercase;
  font-size: 0.65rem;
  letter-spacing: 0.05em;
  padding-bottom: 8px;
  font-weight: 600;
  padding-bottom: 0;
  border-bottom: 1px solid var(--contribution-bg);
  border-top: 1px solid var(--contribution-bg);
}
.contributions__header a {
  text-decoration: none;
}
.contributions__header a span {
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 2px;
  -webkit-text-decoration-color: inherit;
          text-decoration-color: inherit;
}
.contributions__header:hover {
  background: transparent;
}
.contributions__header .contributionpreview__inner {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.contributions__header .contributionpreview__inner div {
  border: none;
  line-height: 1.4;
}
.contributions__header a {
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 2px;
  -webkit-text-decoration-color: inherit;
          text-decoration-color: inherit;
}
.contributions__header .contributionpreview__additional,
.contributions__header .contributionpreview__note {
  display: none;
}
@media (min-width: 1024px) {
  .contributions__header .contributionpreview__additional,
  .contributions__header .contributionpreview__note {
    display: block;
  }
}
.contributions__header .contributionpreview__name span,
.contributions__header .contributionpreview__satellite span {
  display: none;
}
@media (min-width: 767px) {
  .contributions__header .contributionpreview__name span,
  .contributions__header .contributionpreview__satellite span {
    display: inline;
  }
}
.contributions__header .contributionpreview__satellite a::after {
  content: ".";
}
@media (min-width: 767px) {
  .contributions__header .contributionpreview__satellite a::after {
    content: "";
  }
}
.contributions__checkboxes {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.contributions__checkboxes > div {
  margin-right: 0.8rem;
}
.contributions__filtergroups {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
}
@media (min-width: 1024px) {
  .contributions__filtergroups {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
  }
}
.contributions__filtergroups > div {
  margin-bottom: 1rem;
  margin-right: 1rem;
}
@media (min-width: 1024px) {
  .contributions__filtergroups > div {
    margin-bottom: 0;
  }
}
@media (min-width: 1280px) {
  .contributions__filtergroups > div {
    margin-right: 2rem;
  }
}
.contributions__filtergroups > div:nth-last-child(1) {
  margin-right: 0;
}
.contributions__filters h4 {
  text-transform: uppercase;
  font-size: 0.65rem;
  letter-spacing: 0.05em;
  padding-bottom: 8px;
  font-weight: 600;
  padding-bottom: 5px;
}
.contributions__filters h4 a {
  text-decoration: none;
}
.contributions__filters h4 a span {
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 2px;
  -webkit-text-decoration-color: inherit;
          text-decoration-color: inherit;
}
.contributions__filters .post__link {
  outline: 1px solid rgba(0, 0, 0, 0.05);
  padding: 5px 13px 4px 13px;
  text-decoration: none;
  -webkit-box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.08);
          box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.08);
  border-radius: 2px;
  font-size: 0.9rem;
  cursor: pointer;
  outline: 1px solid rgba(0, 0, 0, 0.05);
  padding: 5px 13px 4px 13px;
  text-decoration: none;
  box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.08);
  border-radius: 2px;
}
.contributions__filters .post__link:hover {
  -webkit-box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.15);
          box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.15);
}
.contributions__filters .post__link:hover {
  -webkit-box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.15);
          box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.15);
}
.contributions__filtertitle {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 0.9rem;
  margin-bottom: 0.5rem;
}
.contributions__moreinfo {
  font-size: 0.7rem;
  padding: 0 0 0 6px;
  color: #999;
}
.contributions__moreinfo i {
  position: relative;
  top: 1px;
}
.contributions__fact {
  font-size: 0.9rem;
  padding: 0.5rem 0;
  background: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(20%, #ccf98e), color-stop(80%, #ccf98e), to(transparent));
  background: linear-gradient(to bottom, transparent 0%, #ccf98e 20%, #ccf98e 80%, transparent 100%);
}
.contributions__fact p {
  margin: 0;
  max-width: 50%;
}
.contributions__fact:nth-last-child(1) {
  margin-bottom: 1rem;
}
.contributions__factinner {
  padding: 10px calc(var(--padding) * 3);
}

.page--archive-map {
  background: #000;
}
.page--archive-map footer, .page--archive-map nav {
  display: none;
}
.page--archive-map .wrapper {
  max-width: none;
}

.histogram {
  height: 65px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  background: #222;
}
.histogram > div {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  height: 50px;
  background-color: yellow;
}

.archivemap {
  color: #fff;
  font-family: "Atlas Typewriter";
  font-size: 12px;
  background: #000;
  display: grid;
  grid-template-columns: 400px 1fr;
}
.archivemap__slider input {
  display: block;
  width: 100%;
}
.archivemap[data-view=grid] .archivemap__grid {
  display: grid;
}
.archivemap[data-view=grid] .archivemap__map {
  display: none;
}
.archivemap__date {
  font-size: 14px;
  color: yellow;
}
.archivemap__radio fieldset {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  grid-gap: 5px;
}
.archivemap__radio fieldset div:nth-child(1) {
  margin-right: 10px;
}
.archivemap__radio input {
  margin: 0;
  position: relative;
  top: 2px;
}
.archivemap__mapimage {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.02);
}
.archivemap__header {
  padding: var(--padding);
  display: grid;
  grid-template-columns: 1fr auto auto;
  grid-gap: 40px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.archivemap__map {
  position: relative;
  width: 100%;
  height: 100%;
}
.archivemap__map img {
  width: 100%;
  height: auto;
  display: block;
}
.archivemap__list {
  padding: 10px;
  font-family: "Atlas Grotesk";
}
.archivemap__list > div {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  border-bottom: 1px solid #222;
  -webkit-font-feature-settings: "tnum";
          font-feature-settings: "tnum";
}
.archivemap__list > div > div:nth-child(1) {
  grid-column: span 2;
}
.archivemap__grid {
  display: none;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 10px;
}
.archivemap__grid > div {
  border: 1px solid #333;
  padding: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.archivemap__grid img {
  width: 100%;
  height: auto;
  display: block;
}
.archivemap__gridimage {
  margin-bottom: 10px;
}
.archivemap__metarow {
  font-size: 11px;
  display: grid;
  grid-template-columns: 1fr 2fr;
  padding: 2px 0;
}
.archivemap__metarow:nth-last-child(1) {
  border-bottom: none;
  padding-bottom: 0;
}
.archivemap__metarow label {
  color: #aaa;
}

.cs.raw-AB .cs__header .cs__info[data-type=raw-AB] {
  padding: 7px 5px 5px 5px;
}
.cs.raw-AB .cs__name span {
  display: block;
}
.cs.raw-AB .cs__info[data-type=raw-AB] {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 10%;
          flex: 1 1 10%;
}
.cs.raw-AB .cs__info[data-type=raw-AB][data-type=equalized-AB], .cs.raw-AB .cs__info[data-type=raw-AB][data-type=raw-AB] {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 20%;
          flex: 1 1 20%;
}
.cs.raw-AB .cs__info[data-type=raw-AB] label, .cs.raw-AB .cs__info[data-type=raw-AB] span {
  display: block;
}

.cs.equalized-AB-A-equalized-AB-B-blended-colormapped .cs__header .cs__info[data-type=equalized-AB-A-equalized-AB-B-blended-colormapped] {
  padding: 7px 5px 5px 5px;
}
.cs.equalized-AB-A-equalized-AB-B-blended-colormapped .cs__name span {
  display: block;
}
.cs.equalized-AB-A-equalized-AB-B-blended-colormapped .cs__info[data-type=equalized-AB-A-equalized-AB-B-blended-colormapped] {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 10%;
          flex: 1 1 10%;
}
.cs.equalized-AB-A-equalized-AB-B-blended-colormapped .cs__info[data-type=equalized-AB-A-equalized-AB-B-blended-colormapped][data-type=equalized-AB], .cs.equalized-AB-A-equalized-AB-B-blended-colormapped .cs__info[data-type=equalized-AB-A-equalized-AB-B-blended-colormapped][data-type=raw-AB] {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 20%;
          flex: 1 1 20%;
}
.cs.equalized-AB-A-equalized-AB-B-blended-colormapped .cs__info[data-type=equalized-AB-A-equalized-AB-B-blended-colormapped] label, .cs.equalized-AB-A-equalized-AB-B-blended-colormapped .cs__info[data-type=equalized-AB-A-equalized-AB-B-blended-colormapped] span {
  display: block;
}

.cs.equalized-AB-A-equalized-AB-B-blended .cs__header .cs__info[data-type=equalized-AB-A-equalized-AB-B-blended] {
  padding: 7px 5px 5px 5px;
}
.cs.equalized-AB-A-equalized-AB-B-blended .cs__name span {
  display: block;
}
.cs.equalized-AB-A-equalized-AB-B-blended .cs__info[data-type=equalized-AB-A-equalized-AB-B-blended] {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 10%;
          flex: 1 1 10%;
}
.cs.equalized-AB-A-equalized-AB-B-blended .cs__info[data-type=equalized-AB-A-equalized-AB-B-blended][data-type=equalized-AB], .cs.equalized-AB-A-equalized-AB-B-blended .cs__info[data-type=equalized-AB-A-equalized-AB-B-blended][data-type=raw-AB] {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 20%;
          flex: 1 1 20%;
}
.cs.equalized-AB-A-equalized-AB-B-blended .cs__info[data-type=equalized-AB-A-equalized-AB-B-blended] label, .cs.equalized-AB-A-equalized-AB-B-blended .cs__info[data-type=equalized-AB-A-equalized-AB-B-blended] span {
  display: block;
}

.cs.equalized-AB-A .cs__header .cs__info[data-type=equalized-AB-A] {
  padding: 7px 5px 5px 5px;
}
.cs.equalized-AB-A .cs__name span {
  display: block;
}
.cs.equalized-AB-A .cs__info[data-type=equalized-AB-A] {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 10%;
          flex: 1 1 10%;
}
.cs.equalized-AB-A .cs__info[data-type=equalized-AB-A][data-type=equalized-AB], .cs.equalized-AB-A .cs__info[data-type=equalized-AB-A][data-type=raw-AB] {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 20%;
          flex: 1 1 20%;
}
.cs.equalized-AB-A .cs__info[data-type=equalized-AB-A] label, .cs.equalized-AB-A .cs__info[data-type=equalized-AB-A] span {
  display: block;
}

.cs.equalized-AB-B .cs__header .cs__info[data-type=equalized-AB-B] {
  padding: 7px 5px 5px 5px;
}
.cs.equalized-AB-B .cs__name span {
  display: block;
}
.cs.equalized-AB-B .cs__info[data-type=equalized-AB-B] {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 10%;
          flex: 1 1 10%;
}
.cs.equalized-AB-B .cs__info[data-type=equalized-AB-B][data-type=equalized-AB], .cs.equalized-AB-B .cs__info[data-type=equalized-AB-B][data-type=raw-AB] {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 20%;
          flex: 1 1 20%;
}
.cs.equalized-AB-B .cs__info[data-type=equalized-AB-B] label, .cs.equalized-AB-B .cs__info[data-type=equalized-AB-B] span {
  display: block;
}

.cs.equalized-AB .cs__header .cs__info[data-type=equalized-AB] {
  padding: 7px 5px 5px 5px;
}
.cs.equalized-AB .cs__name span {
  display: block;
}
.cs.equalized-AB .cs__info[data-type=equalized-AB] {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 10%;
          flex: 1 1 10%;
}
.cs.equalized-AB .cs__info[data-type=equalized-AB][data-type=equalized-AB], .cs.equalized-AB .cs__info[data-type=equalized-AB][data-type=raw-AB] {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 20%;
          flex: 1 1 20%;
}
.cs.equalized-AB .cs__info[data-type=equalized-AB] label, .cs.equalized-AB .cs__info[data-type=equalized-AB] span {
  display: block;
}

.cs.raw-AB-A-equalized-raw-AB-B-equalized-blended-colormapped .cs__header .cs__info[data-type=raw-AB-A-equalized-raw-AB-B-equalized-blended-colormapped] {
  padding: 7px 5px 5px 5px;
}
.cs.raw-AB-A-equalized-raw-AB-B-equalized-blended-colormapped .cs__name span {
  display: block;
}
.cs.raw-AB-A-equalized-raw-AB-B-equalized-blended-colormapped .cs__info[data-type=raw-AB-A-equalized-raw-AB-B-equalized-blended-colormapped] {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 10%;
          flex: 1 1 10%;
}
.cs.raw-AB-A-equalized-raw-AB-B-equalized-blended-colormapped .cs__info[data-type=raw-AB-A-equalized-raw-AB-B-equalized-blended-colormapped][data-type=equalized-AB], .cs.raw-AB-A-equalized-raw-AB-B-equalized-blended-colormapped .cs__info[data-type=raw-AB-A-equalized-raw-AB-B-equalized-blended-colormapped][data-type=raw-AB] {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 20%;
          flex: 1 1 20%;
}
.cs.raw-AB-A-equalized-raw-AB-B-equalized-blended-colormapped .cs__info[data-type=raw-AB-A-equalized-raw-AB-B-equalized-blended-colormapped] label, .cs.raw-AB-A-equalized-raw-AB-B-equalized-blended-colormapped .cs__info[data-type=raw-AB-A-equalized-raw-AB-B-equalized-blended-colormapped] span {
  display: block;
}

.cs.raw-AB-A-equalized-raw-AB-B-equalized-blended .cs__header .cs__info[data-type=raw-AB-A-equalized-raw-AB-B-equalized-blended] {
  padding: 7px 5px 5px 5px;
}
.cs.raw-AB-A-equalized-raw-AB-B-equalized-blended .cs__name span {
  display: block;
}
.cs.raw-AB-A-equalized-raw-AB-B-equalized-blended .cs__info[data-type=raw-AB-A-equalized-raw-AB-B-equalized-blended] {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 10%;
          flex: 1 1 10%;
}
.cs.raw-AB-A-equalized-raw-AB-B-equalized-blended .cs__info[data-type=raw-AB-A-equalized-raw-AB-B-equalized-blended][data-type=equalized-AB], .cs.raw-AB-A-equalized-raw-AB-B-equalized-blended .cs__info[data-type=raw-AB-A-equalized-raw-AB-B-equalized-blended][data-type=raw-AB] {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 20%;
          flex: 1 1 20%;
}
.cs.raw-AB-A-equalized-raw-AB-B-equalized-blended .cs__info[data-type=raw-AB-A-equalized-raw-AB-B-equalized-blended] label, .cs.raw-AB-A-equalized-raw-AB-B-equalized-blended .cs__info[data-type=raw-AB-A-equalized-raw-AB-B-equalized-blended] span {
  display: block;
}

.cs.raw-AB-A-equalized .cs__header .cs__info[data-type=raw-AB-A-equalized] {
  padding: 7px 5px 5px 5px;
}
.cs.raw-AB-A-equalized .cs__name span {
  display: block;
}
.cs.raw-AB-A-equalized .cs__info[data-type=raw-AB-A-equalized] {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 10%;
          flex: 1 1 10%;
}
.cs.raw-AB-A-equalized .cs__info[data-type=raw-AB-A-equalized][data-type=equalized-AB], .cs.raw-AB-A-equalized .cs__info[data-type=raw-AB-A-equalized][data-type=raw-AB] {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 20%;
          flex: 1 1 20%;
}
.cs.raw-AB-A-equalized .cs__info[data-type=raw-AB-A-equalized] label, .cs.raw-AB-A-equalized .cs__info[data-type=raw-AB-A-equalized] span {
  display: block;
}

.cs.raw-AB-A .cs__header .cs__info[data-type=raw-AB-A] {
  padding: 7px 5px 5px 5px;
}
.cs.raw-AB-A .cs__name span {
  display: block;
}
.cs.raw-AB-A .cs__info[data-type=raw-AB-A] {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 10%;
          flex: 1 1 10%;
}
.cs.raw-AB-A .cs__info[data-type=raw-AB-A][data-type=equalized-AB], .cs.raw-AB-A .cs__info[data-type=raw-AB-A][data-type=raw-AB] {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 20%;
          flex: 1 1 20%;
}
.cs.raw-AB-A .cs__info[data-type=raw-AB-A] label, .cs.raw-AB-A .cs__info[data-type=raw-AB-A] span {
  display: block;
}

.cs.raw-AB-B-equalized .cs__header .cs__info[data-type=raw-AB-B-equalized] {
  padding: 7px 5px 5px 5px;
}
.cs.raw-AB-B-equalized .cs__name span {
  display: block;
}
.cs.raw-AB-B-equalized .cs__info[data-type=raw-AB-B-equalized] {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 10%;
          flex: 1 1 10%;
}
.cs.raw-AB-B-equalized .cs__info[data-type=raw-AB-B-equalized][data-type=equalized-AB], .cs.raw-AB-B-equalized .cs__info[data-type=raw-AB-B-equalized][data-type=raw-AB] {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 20%;
          flex: 1 1 20%;
}
.cs.raw-AB-B-equalized .cs__info[data-type=raw-AB-B-equalized] label, .cs.raw-AB-B-equalized .cs__info[data-type=raw-AB-B-equalized] span {
  display: block;
}

.cs.raw-AB-B .cs__header .cs__info[data-type=raw-AB-B] {
  padding: 7px 5px 5px 5px;
}
.cs.raw-AB-B .cs__name span {
  display: block;
}
.cs.raw-AB-B .cs__info[data-type=raw-AB-B] {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 10%;
          flex: 1 1 10%;
}
.cs.raw-AB-B .cs__info[data-type=raw-AB-B][data-type=equalized-AB], .cs.raw-AB-B .cs__info[data-type=raw-AB-B][data-type=raw-AB] {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 20%;
          flex: 1 1 20%;
}
.cs.raw-AB-B .cs__info[data-type=raw-AB-B] label, .cs.raw-AB-B .cs__info[data-type=raw-AB-B] span {
  display: block;
}

.cs {
  --color: #08ff08;
  padding: 10px 0 30px 0;
}
.cs label, .cs span {
  display: none;
}
.cs input {
  margin: 0;
}
.cs span {
  color: var(--color);
  font-weight: bold;
}
.cs__name {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 80px;
          flex: 0 0 80px;
  font-family: Menlo, monospace;
}
.cs__row {
  padding: 0 20px;
  margin-bottom: 10px;
  grid-gap: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 10px;
  line-height: 1.2;
}
.cs__row img {
  width: 100%;
  height: auto;
  display: block;
}
.cs__header {
  position: sticky;
  top: 0;
  background: #FFF;
  padding: 0 20px 0 20px;
}
.cs__header span {
  font-family: Menlo, monospace;
}
.cs__header.sticky {
  border-bottom: 1px solid #000;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.cs__header .cs__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 7px 0 5px 0;
  margin: 0;
}
.cs__header .cs__info:hover {
  background: #f2f2f2;
}
.cs__header .cs__info > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.cs__header .cs__info > div span {
  padding-right: 5px;
}
.cs__header .cs__info label {
  margin-top: 5px;
  color: #999;
}
.cs__info {
  margin-bottom: 5px;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 15px;
          flex: 0 1 15px;
}
.cs .highlight {
  -webkit-box-shadow: 0 0 0 6px var(--color);
          box-shadow: 0 0 0 6px var(--color);
  border-radius: 2px;
  overflow: hidden;
}

.page--mini-nowcast pre {
  color: #FFF;
}
.page--mini-nowcast .wrapper {
  color: #FFF;
  background: transparent;
  border: none;
  display: block;
  max-width: none;
}
.page--mini-nowcast .date {
  font-family: "Menlo";
  padding-top: 150px;
  padding-left: 80px;
}
.page--mini-nowcast .slider {
  width: 500px;
  position: fixed;
  padding: 20px;
  z-index: 2;
}
.page--mini-nowcast .slider input {
  display: block;
  width: 100%;
}

.frame {
  position: absolute;
  opacity: 0;
}
.frame img {
  width: 100%;
  height: auto;
  display: block;
}
.frame--coastlines {
  z-index: 100;
  opacity: 1;
  pointer-events: none;
}

@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 0.8;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 0.8;
  }
}
.frame.fade-in {
  -webkit-animation: fadeIn 800ms;
          animation: fadeIn 800ms;
  opacity: 0.8;
}

.tooltip {
  --tooltip-color: #f3f3f3;
  display: none;
  width: 0px;
  height: 0px;
  font-size: 11px;
  font-weight: 400;
  z-index: 1000;
  pointer-events: none;
  background: red;
  position: relative;
}
@media (min-width: 767px) {
  .tooltip {
    font-size: 0.75rem;
  }
}
.tooltip img {
  width: 100%;
  height: auto;
  display: block;
  margin-top: 3px;
  margin-bottom: 8px;
}
.tooltip__inner {
  top: 0;
  -webkit-box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.08);
          box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.08);
  width: 140px;
  margin-left: 5px;
  margin-top: 7px;
  background: var(--tooltip-color);
  position: absolute;
  border-radius: 3px;
  color: #000;
  padding: 4px 8px;
}
@media (min-width: 767px) {
  .tooltip__inner {
    left: -100px;
    width: 200px;
  }
}
@media (min-width: 767px) {
  .tooltip__inner {
    padding: 6px 10px;
  }
}
.tooltip__inner img {
  background-color: var(--tooltip-color);
}
.tooltip__inner::before {
  left: 30px;
  top: -6px;
  margin-left: -6px;
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid var(--tooltip-color);
}
@media (min-width: 767px) {
  .tooltip__inner::before {
    left: 50%;
  }
}

.hastooltip:hover .tooltip {
  display: block;
}
.hastooltip:hover i {
  color: #666;
}
