/*
 * Theme Name: HH2
 * Description: Highways and Hailstones
 * Author: Evan Cancelliere @ Bricolage Inc.
*/

/*! modern-normalize | MIT License | https://github.com/sindresorhus/modern-normalize */

/* Document
   ========================================================================== */

/**
 * Use a better box model (opinionated).
 */

html {
  box-sizing: border-box;
  scroll-behavior: smooth;
}

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

/**
 * Use a more readable tab size (opinionated).
 */

:root {
  -moz-tab-size: 4;
  tab-size: 4;
}

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Improve consistency of default fonts in all browsers. (https://github.com/sindresorhus/modern-normalize/issues/3)
 */

body {
  font-family: 'Fira Sans', -apple-system, BlinkMacSystemFont, 'Segoe UI',
    Roboto, Helvetica, Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji',
    'Segoe UI Symbol';
  letter-spacing: -0.025em;

  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Poppins', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto,
    Helvetica, Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji',
    'Segoe UI Symbol';
  font-weight: 500;
  line-height: 1.3;
}

a {
  text-decoration: none;
  transition: color 0.1s linear;
  color: inherit;
}

p a {
  color: var(--blue);
}

/* Grouping content
   ========================================================================== */

/**
 * Add the correct height in Firefox.
 */

hr {
  height: 0;
}

/* Text-level semantics
   ========================================================================== */

/**
 * Add the correct text decoration in Chrome, Edge, and Safari.
 */

abbr[title] {
  text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Improve consistency of default fonts in all browsers. (https://github.com/sindresorhus/modern-normalize/issues/3)
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp,
pre {
  font-family: monospace; /* 1 */
  font-size: 1em; /* 2 */
}

pre {
  white-space: pre-wrap;
  word-wrap: break-word;
  overflow: auto;
}
@media (min-width: 1024px) {
  pre {
    white-space: pre-wrap;
  }
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Remove the inheritance of text transform in Edge and Firefox.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type='button'],
[type='reset'],
[type='submit'] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type='button']::-moz-focus-inner,
[type='reset']::-moz-focus-inner,
[type='submit']::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type='button']:-moz-focusring,
[type='reset']:-moz-focusring,
[type='submit']:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * Remove the padding so developers are not caught out when they zero out `fieldset` elements in all browsers.
 */

legend {
  padding: 0;
}

/**
 * Add the correct vertical alignment in Chrome and Firefox.
 */

progress {
  vertical-align: baseline;
}

/**
 * Correct the cursor style of increment and decrement buttons in Safari.
 */

[type='number']::-webkit-inner-spin-button,
[type='number']::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type='search'] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type='search']::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Chrome and Safari.
 */

summary {
  display: list-item;
}

/* WordPress Theme Misc. */
.skip-link,
.screen-reader-text {
  display: none;
}

/* Base --- */

:root {
  --lightbg: #f4f6fc;
  --midbg: #e4e7ef;
  --darkbg: #dce0eb;

  --lightbg50: rgba(244, 246, 252, 0.5);

  --background: var(--midbg);

  --dark: #343e5c;
  --dark75: rgba(52, 62, 92, 0.75);
  --dark50: rgba(52, 62, 92, 0.5);
  --dark25: rgba(52, 62, 92, 0.25);

  --medium: #646c84;
  --blue: #1e9bf5;
  --blue75: rgba(30, 155, 245, 0.75);

  --light: #8e99c1;
  --light75: rgba(142, 153, 193, 0.75);

  --offwhite: var(--lightbg);

  --ef0: #00c7e3;
  --ef1: #ffde6b;
  --ef2: #ffc42b;
  --ef3: #ffa600;
  --ef4: #ff6e1c;
  --ef5: #f82e46;
}
.color-efNaN,
.color-efu,
.color-efU {
  color: #c3c8dc;
}
.color-ef0 {
  color: var(--ef0);
}
.color-ef1 {
  color: var(--ef1);
}
.color-ef2 {
  color: var(--ef2);
}
.color-ef3 {
  color: var(--ef3);
}
.color-ef4 {
  color: var(--ef4);
}
.color-ef5 {
  color: var(--ef5);
}
.bg-ef0 {
  background-color: var(--ef0);
}
.bg-ef1 {
  background-color: var(--ef1);
}
.bg-ef2 {
  background-color: var(--ef2);
}
.bg-ef3 {
  background-color: var(--ef3);
}
.bg-ef4 {
  background-color: var(--ef4);
}
.bg-ef5 {
  background-color: var(--ef5);
}
.border-efu,
.border-efU,
.border-efNaN {
  border-color: #c3c8dc;
}
.border-ef0 {
  border-color: var(--ef0);
}
.border-ef1 {
  border-color: var(--ef1);
}
.border-ef2 {
  border-color: var(--ef2);
}
.border-ef3 {
  border-color: var(--ef3);
}
.border-ef4 {
  border-color: var(--ef4);
}
.border-ef5 {
  border-color: var(--ef5);
}

:focus {
  outline-color: var(--light);
}

cite {
  font-style: normal;
}

img {
  max-width: 100%;
  height: auto;
}

p:first-child {
  margin-top: 0;
}
p:last-child {
  margin-bottom: 0;
}

/* Master Paddings */
/* TODO: .Section versus .Chasers, etc? */
/* TODO: a better .Section padding and margin / max-width system */
.Logs,
.Chasers,
.Section--author {
  margin-left: var(--padding);
  margin-right: var(--padding);
}
@media (min-width: 768px) {
  .Logs,
  .Chasers,
  .Section--author {
    margin-left: var(--padding);
    margin-right: var(--padding);
    margin-top: 21px;
  }
}
@media (min-width: 1440px) {
  .Logs,
  .Chasers,
  .Section--author {
    margin-left: var(--padding);
    margin-right: var(--padding);
    margin-top: 42px;
  }
}

body {
  background: var(--lightbg);
  margin: 0;
  padding: 0;

  font-size: 16px;
  line-height: 1.6;
  color: var(--dark);

  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;

  --padding: 5%;
}
body.page {
  background: var(--midbg);
}
body.home {
  background: var(--darkbg);
}
body.blog {
  background: var(--midbg);
}
body.author {
  background: var(--midbg);
}
@media (min-width: 1280px) {
  body {
    --padding: 10%;
  }
}
@media (min-width: 1920px) {
  body {
    --padding: 18%;
  }
}
@media (min-width: 2400px) {
  body {
    --padding: 22%;
  }
}

.footer-popup {
  position: fixed;
  left: 0;
  bottom: 0;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  padding: 8px;
  gap: 8px;
  height: 56px;
  width: 100%;
  background: #fff;
  z-index: 1000;
}
.footer-popup-mobile {
  display: none;
}

.footer-popup .footer-popup-close {
  width: 24px;
  height: 24px;
}

.footer-popup .footer-popup-close .footer-popup-close-icon {
  position: absolute;
  cursor: pointer;
  left: 15px;
  top: 50%;
  transform: translateY(-50%);
  width: 12px;
  height: 12px;
  background-image: url("static/images/banner/icons/close.svg");
  background-size: cover;
  background-repeat: no-repeat;
}

.footer-popup .footer-popup-app {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 0;
}

.footer-popup .footer-popup-app .footer-popup-app-icon {
  width: 40px;
  height: 40px;
  margin-right: 8px;
}

.footer-popup-app-text {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  max-width: 125px;
  padding: 0;
}

.footer-popup-app-text .footer-popup-app-text-title {
  font-size: 12px;
  font-family: 'Fira Sans Condensed', sans-serif;
  font-weight: 500;
  line-height: 130%;
  color: #323C5A;
  height: 16px;
}

.footer-popup-app-text .footer-popup-app-text-icon {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  padding: 0;
  height: 15px;
}

.footer-popup-divider {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 0;
  width: 32px;
  height: 40px;
}
.footer-popup-divider .footer-popup-divider-line {
  width: 0;
  height: 40px;
  border: 1px solid #A7B6C6;
}

.footer-popup-main-text {
  width: 153px;
  font-family: Poppins, sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 120%;
  display: flex;
  align-items: center;
  letter-spacing: -0.025em;
  text-transform: capitalize;
  color: #323C5A;
  margin-left: 8px;
}

.footer-popup-buttons {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 0;
  gap: 7px;
  margin-left: auto;
}

.footer-popup-buttons .app-store-icon {
  max-width: 98px;
  height: 32px;
}

.footer-popup-buttons .google-play-icon {
  max-width: 112px;
  height: 32px;
}

.footer-popup-buttons .app-store-icon img, .footer-popup-buttons .google-play-icon img {
  height: 32px;
}

@media screen and (max-width: 991px) {
  .footer-popup {
    display: none;
  }
  .footer-popup-mobile-overlay {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0,0,0,.25);
    z-index: 900;
    display: none;
  }
  .footer-popup-mobile {
    position: fixed;
    left: 0;
    bottom: 0;
    min-height: 433px;
    width: 100%;
    display: none;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 32px 16px;
    gap: 16px;
    background: #fff;
    z-index: 1000;
    /*transform: translateY(100%);*/
  }
  /*.footer-popup-mobile.opened {*/
  /*  animation: slide-in 1s forwards;*/
  /*  -webkit-animation: slide-in 1s forwards;*/
  /*}*/

  /*.footer-popup-mobile.dismiss {*/
  /*  animation: slide-out 1s forwards;*/
  /*  -webkit-animation: slide-out 1s forwards;*/
  /*}*/

  /*@keyframes slide-in {*/
  /*  0% {*/
  /*    -webkit-transform: translateY(100%);*/
  /*  }*/
  /*  100% {*/
  /*    -webkit-transform: translateY(0%);*/
  /*  }*/
  /*}*/

  /*@-webkit-keyframes slide-in {*/
  /*  0% {*/
  /*    transform: translateY(100%);*/
  /*  }*/
  /*  100% {*/
  /*    transform: translateY(0%);*/
  /*  }*/
  /*}*/

  /*@keyframes slide-out {*/
  /*  0% {*/
  /*    transform: translateY(0%);*/
  /*  }*/
  /*  100% {*/
  /*    transform: translateY(100%);*/
  /*  }*/
  /*}*/

  /*@-webkit-keyframes slide-out {*/
  /*  0% {*/
  /*    -webkit-transform: translateY(0%);*/
  /*  }*/
  /*  100% {*/
  /*    -webkit-transform: translateY(100%);*/
  /*  }*/
  /*}*/
  .footer-popup-mobile .footer-popup-mobile-app-icon {
    width: 72px;
    height: 72px;
  }
  .footer-popup-mobile-main-text {
    font-family: Poppins, sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 36px;
    line-height: 38px;
    text-align: center;
    color: #343E5C;
    padding: 0 120px;
    text-transform: capitalize;
  }
  .footer-popup-mobile-subtext {
    font-family: 'Fira Sans Condensed', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 24px;
    text-align: center;
    letter-spacing: -0.025em;
    color: #646B82;
    padding: 0 110px;
  }
  .footer-popup-mobile-get-button {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 16px 200px;
    background: #1E9BF5;
  }
  .footer-popup-mobile-get-button span {
    font-family: Poppins, sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 22px;
    text-align: center;
    letter-spacing: -0.02em;
    text-transform: capitalize;
    color: #FFFFFF;
  }
  .footer-popup-mobile-close {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 16px;
    cursor: pointer;
  }
  .footer-popup-mobile-close span {
    font-family: Poppins, sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 22px;
    letter-spacing: -0.02em;
    text-transform: capitalize;
    color: #343E5C;
  }
}

@media screen and (max-width: 600px) {
  .footer-popup-mobile-main-text {
    /*font-size: 32px;*/
    padding: 0 60px;
  }
  .footer-popup-mobile-subtext {
    /*font-size: 16px;*/
    padding: 0 60px;
  }
  .footer-popup-mobile-get-button {
    padding: 16px;
    width: 100%;
  }
}

@media screen and (max-width: 475px) {
  .footer-popup-mobile-main-text {
    font-size: 8vw;
    padding: 0 20px;
    line-height: 8vw;
  }
  .footer-popup-mobile-subtext {
    font-size: 4vw;
    padding: 0 40px;
    line-height: 5vw;
  }
}

@media screen and (max-width: 415px) {
  .footer-popup-mobile-subtext {
    padding: 0 30px;
  }
}

@media screen and (max-width: 375px) {
  .footer-popup-mobile-main-text {
    padding: 0 10px;
  }
  .footer-popup-mobile-subtext {
    padding: 0 30px;
  }
}

@media screen and (max-width: 335px) {
  .footer-popup-mobile-subtext {
    padding: 0 20px;
  }
}

@media screen and (max-height: 443px) {
  .footer-popup-mobile {
    gap: 4px;
    min-height: 240px;
    padding: 12px 16px;
  }
  .footer-popup-mobile .footer-popup-mobile-app-icon {
    width: 48px;
    height: 48px;
  }
  .footer-popup-mobile-main-text {
    font-size: 22px;
    line-height: 26px;
    padding: 0 40px;
  }
  .footer-popup-mobile-subtext {
    font-size: 14px;
    line-height: 22px;
    width: 500px;
  }
  .footer-popup-mobile-get-button {
    padding: 12px 60px;
  }
  .footer-popup-mobile-get-button span, .footer-popup-mobile-close span {
    font-size: 16px;
  }
  .footer-popup-mobile-close {
    padding: 6px;
  }

}

h1 {
  font-weight: bold;
  font-size: 48px;
}

p:last-child {
  margin-bottom: 0;
}

.mobile__header {
  padding-top: 1.5em;
  min-height: 0;
}

.Hero__header {
  text-align: center;

  min-height: 30vh;

  display: flex;
  justify-content: space-around;
  align-items: flex-end;
  padding-bottom: 1.5em;
}
.Hero__zulu {
  color: white;
  mix-blend-mode: overlay;
  letter-spacing: 1px;
  display: inline-block;
  margin-left: 2px;
}
.Hero__title {
  font-size: 48px;
  color: white;
  letter-spacing: -0.02em;
  margin: 0;
}
.Hero--home .Hero__title {
  font-size: 32px;
  mix-blend-mode: overlay;
  color: white;
}
.Hero--author .Hero__title {
  font-size: 52px;
  mix-blend-mode: overlay;
}
.Hero--single .Hero__title {
  font-size: 54px;
  margin-bottom: 1em;
}
.Hero__tagline {
  margin: 0 0 0 0;
  font-weight: 600;
  color: white;
  letter-spacing: -0.01em;
  font-size: 18px;

  text-align: center;
}
.Hero__tagline--counties {
  opacity: 0.8;
  font-weight: 400;
  margin-top: 1em;
  padding: 0 2em;
}
.Hero--home .Hero__tagline {
  display: flex;
  justify-content: space-between;
}

.Hero {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  background-blend-mode: multiply, normal;
}
.Hero--home,
.Hero--single {
  background-color: #c4c4c4;
  background-size: cover;
  background-position: center 75%;
  background-blend-mode: multiply, normal;
  background-repeat: no-repeat;

  height: 100vh;
}
.Hero--home {
  height: auto;
  padding: var(--padding);
}
.Hero--single {
  margin-bottom: 0;
}
.Chase_Replay {
  /* TODO: This should be renamed to ChaseReplay */
  margin-bottom: 2em;
  overflow: hidden;
  background: #343e5c;
}
.Chase_Replay iframe,
.StationEmbed iframe {
  width: 100%;
  height: 100vh;
  overflow: hidden;
  border: none;
  display: block;
}
.Hero--single-tornado {
  background-color: #343e5c;
  background-size: cover;
  background-position: center center;
  background-blend-mode: lighten, multiply, normal;
  background-repeat: no-repeat;
  padding: 48px 0 24px;
}
.Hero--all-posts {
  margin-bottom: 21px;
}
.Hero--page {
  background-size: cover;
  background-position: center center;
  background-blend-mode: lighten, multiply, normal;
  background-repeat: no-repeat;
}
.Hero--author {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  height: 100vh;

  display: flex;
  justify-content: center;
  align-items: center;
}

.Hero--single,
.Hero--author {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.Hero__skip {
  /* On author pages, the skip takes place of tornado info,
     so we can run the same flex parent */
  display: inline-block;
  margin-top: auto;
  margin-bottom: 4%;
}
.Hero--single .Hero__header,
.Hero--author .Hero__header {
  display: flex;
  flex-direction: column;
  align-items: center;
  flex: 1;
}

.Header {
  position: absolute;
  top: 2em;
  left: 0;
  right: 0;
  padding: 0;
}

.Header__live {
  padding: 0.5em var(--padding);
  background: #ff553e;
  display: block;
  width: 100%;
  color: white;
  font-family: Poppins, sans-serif;
  font-size: 17px;
  font-style: normal;
  font-weight: 500;
  letter-spacing: -0.02em;
  text-align: left;
}
.Header__live__message {
  font-weight: 400;
  display: block;
}
.Header__live__sc {
  font-weight: 700;
}
.Header__live__live {
  display: inline-block;
  border: 1px solid white;
  padding: 0 0.5em;
  margin: 0 0.5em 0 0.5em;
}
.Header__live span:last-child {
  display: block;
  margin-left: auto;
}
.Header__live > div {
  display: flex;
}
@media (min-width: 1024px) {
  .Header__live span:last-child {
    margin-left: 1.5em;
  }
}

.Hero--home {
  padding-top: 72px;
  padding-bottom: clamp(21px, calc(var(--padding) / 2), 42px);
}
.has-liveBar .Hero--home {
  padding-top: 118px;
}
.Hero--home .Featured {
  padding: 0;
  border: none;
  max-width: 586px;
}
.Hero--home .Tag {
  display: inline-block;
  padding: 0.5em 1em;
  background: #479bee;
  background: var(--dominant);
  color: white;
  margin-right: 1em;
}

/* New Intro */

.Intro figure {
  margin: 0 1em 28px;
}
.Intro {
  background: linear-gradient(180deg, rgba(6, 13, 18, 0.75) 0%, rgba(60, 108, 162, 0.75) 100%);
  color: white;
  text-align: center;
  padding: clamp(16px, calc(var(--padding) / 2), 36px);
  max-width: 460px;
  margin-bottom: 0;
  order: 2;
  margin-left: var(--padding);
}
.Intro .Banner-Top {
  display: flex;
  justify-content: center;
  margin-bottom: 20px;
}
.Intro .Banner-Top img {
  width: 48px;
  height: 48px;
}
.Intro .Banner-Top .Banner-Top-Text {
  font-family: Poppins, sans-serif;
  width: 168px;
  margin: 6px 10px;
  font-size: 12px;
  line-height: 15px;
  text-align: center;
  text-transform: capitalize;
  color: #FFC700;
  padding: 0;
}
.Intro h1 {
  font-size: 32px;
  font-family: Poppins, sans-serif;
  line-height: 1.2;
  font-weight: 600;
  margin: 0.25em 0;
  padding: 0 30px;
  text-transform: capitalize;
}
.Intro p {
  margin: 5px 0 15px;
  padding: 0 20px;
}
.Intro .Desc {
  font-family: 'Fira Sans Condensed', sans-serif;
  line-height: 24px;
}
.Intro .App-Buttons {
  display: flex;
  justify-content: center;
  gap: 20px;
}
.Intro .App-Buttons a {
  height: 50px;
}

.Intro .App-Buttons a img {
  height: 50px;
}

.Featured .Log__more {
  margin-top: 0;
}

@media (min-width: 768px) {
  .Hero--home {
    display: flex;
    justify-content: space-between;
  }
  .Featured {
    margin-top: calc(var(--padding) / 2);
  }
}

@media screen and (max-width: 1450px) {
  .Intro {
    margin-left: 5%;
  }
}

@media screen and (max-width: 1200px) {
  .Intro {
    margin-left: var(--padding);
  }
}

@media screen and (max-width: 1023px) {
  .Intro figure img {
    width: 309px;
  }
  .Intro h1 {
    font-size: 26px;
    padding: 0 10px;
  }
  .Intro .Desc {
    padding: 0;
  }
  .Intro .App-Buttons {
    gap: 15px;
  }
}

@media screen and (max-width: 768px) {
  .Intro {
    margin-bottom: calc(var(--padding) * 2);
    margin-left: 0;
    max-width: 100%;
  }
  .Intro figure img {
    width: 100%;
  }
  .Intro h1 {
    font-size: 30px;
    padding: 0 80px;
  }
  .Intro .Desc {
    font-size: 16px;
    padding: 0 80px;
  }
  .Intro .App-Buttons {
    justify-content: center;
  }
}

@media screen and (max-width: 640px) {
  .Intro h1 {
    padding: 0 50px;
  }
  .Intro .Desc {
    padding: 0 20px;
  }
}

@media screen and (max-width: 475px) {
  .Intro h1 {
    font-size: 8vw;
    padding: 0 20px;
  }
}

@media screen and (max-width: 350px) {
  .Intro h1 {
    padding: 0 10px;
  }
  .Intro .Desc {
    font-size: 14px;
  }
}

/* Nav */
.Header__nav {
  padding-left: var(--padding);
  padding-right: var(--padding);
}

.Header.Header--visible {
  background: var(--dark);
}

.Header__hamburger svg {
  vertical-align: middle;
}
.Header__hamburger__close {
  display: none;
}
.Header--visible .Header__hamburger__close {
  display: inline-block;
}
.Header--visible .Header__hamburger__open {
  display: none;
}

.Header__nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.Header__logo {
  text-align: right;
  line-height: 1;
  position: relative;
  z-index: 11;
}

.Header__logo a,
.Header__author a {
  display: block;
  color: rgba(255, 255, 255, 0.75);
  font-weight: 900;
  font-family: 'Poppins', sans-serif;
  letter-spacing: -0.05em;
  padding: 0.5em 0.5em 0.5em 0;
}
.Header__logo a {
  font-size: 32px;
}
.Header__logo a:last-child {
  display: none;
}
.Header__author a {
  font-size: 22px;
}
.Header__author {
  position: absolute;
  left: 20%;
  right: 20%;
  text-align: center;
  opacity: 0;
  z-index: 0;
}
.single .Header__author {
  opacity: 1;
}
.Header__author a {
  display: inline-block;
  font-weight: 700;
  padding-right: 0;
}
.Header__logo a:hover {
  color: white;
}
.home .Header__logo a,
.page .Header__logo a {
  color: white;
}
.Header__nav ul {
  list-style-type: none;
  width: 100%;
  padding: 0;
  display: none;
}
.Header__nav li {
  margin-bottom: 1em;
}
.Header__nav li:last-child {
  margin-bottom: 0;
  margin-left: 15px;
}
.Header__nav ul.Header__nav__menu--visible {
  display: block;
}
.Header__nav ul a {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.75);
  letter-spacing: 0.05em;
  text-transform: uppercase;
}
.Header__nav .login a {
  border: 1px solid rgba(255, 255, 255, 0.5);
  padding: 0.5em 1em;
  transition: color 0.15s linear, border-color 0.15s linear;
}
.Header__nav .login a:hover {
  border: 1px solid white;
}
.Header__nav ul a:hover {
  color: white;
}

@media screen and (max-width: 1024px) {
  .Header__nav .get-app-desktop {
    display: none;
  }
  .Header__nav .get-app-mobile {
    display: flex;
    margin-left: auto;
    margin-right: 15px;
  }
  .Header__nav .get-app-mobile span {
    color: #fff;
    background: #1E9BF5;
    border: 1px solid #1E9BF5;
    padding: 6px 20px;
    font-weight: 500;
    font-family: 'Fira Sans Condensed', sans-serif;
    font-size: 15px;
    text-transform: uppercase;
  }
  .Header__nav li:last-child {
    margin-left: 0;
  }
}

@media (min-width: 1024px) {
  .Hero__header {
    align-items: center;
    padding-bottom: 0;
  }
  .Header__hamburger {
    display: none;
  }
  .Header__nav ul {
    display: block;
    width: auto;
  }
  .Header__nav .get-app-mobile {
    display: none;
  }
  .Header__nav .get-app-desktop a {
    color: #fff;
    background: #1E9BF5;
    border: 1px solid #1E9BF5;
    padding: 0.5em 1em;
    font-weight: 500;
    font-family: 'Fira Sans Condensed', sans-serif;
  }
  .Header__nav li {
    display: inline-block;
    margin-bottom: 0;
    margin-left: 2em;
  }
  .Hero--single .Hero__title {
  }
  .Hero--home .Hero__title {
    font-size: 48px;
  }
  .Hero--home .Hero__tagline {
    margin: -1em 0 0 0;
  }
  .Hero--single-tornado {
    padding-top: 0;
  }
  .Hero--single-tornado + .Tornado {
    margin-bottom: 2em;
  }
  .Hero__header {
    padding: 0 7%;
    min-height: 50vh;
  }
  .home .Header__logo a,
  .page .Header__logo a {
    font-size: 32px;
  }

  .Header.Header--visible {
    background: transparent;
  }
}
@media (min-width: 1024px) {
  .Hero--home .Hero__title {
    font-size: 64px;
  }
}
@media (min-width: 1280px) {
  .Header__nav li {
    margin-left: 3em;
  }
}
@media (min-width: 1680px) {
  .Header__logo a:first-child {
    display: none;
  }
  .Header__logo a:last-child {
    display: block;
  }
}

.Logs {
  margin-top: 0;
}
.Log {
  margin-top: var(--padding);
  background: #f4f6fc;
  position: relative;
}
.Log--has-bg:before,
.Log--no-bg:before {
  display: block;
  content: '';
  width: 100%;
  padding-top: 136.363636364%;
}
.Log--more:before {
  content: none;
  display: none;
}
.Log--no-bg {
  background: var(--lightbg);
}

.Log--no-bg p:first-of-type {
  margin-top: auto;
}
.Log--no-bg .Log__combined {
  margin-top: 0;
  margin-bottom: 0.5em;
}
.Log--no-bg .Log__date {
  color: rgba(142, 153, 193, 0.75);
}

.Logs__more {
  margin-top: var(--padding);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.Log--more {
  width: auto;
  margin-top: 0;
  margin-bottom: var(--padding);
  flex: 1;
}
.Log--stories {
  height: auto;
  margin-bottom: 0;
  flex: 0;
}
.Log__meta,
.Hero__meta {
  font-family: 'Fira Sans Condensed', sans-serif;
  font-size: 13px;
  line-height: normal;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.75);
}
.Post__meta {
  font-size: 16px;
  margin-bottom: 0.5em;
}

.Log--no-bg .Log--more .Log__meta {
  margin-bottom: 0.5em;
}
.Log--no-bg .Log__meta {
  color: rgba(142, 153, 193, 0.75);
}
.Log--no-bg .Log__location {
  color: rgba(142, 153, 193, 0.75);
}

.Log__title,
.Log--stories {
  font-size: 22px;
  font-weight: 500;
  color: white;
  line-height: 1.2;
}
.Log__wrapper .Log__title {
  margin: 0 0 0.25em 0;
}
.Log__combined {
  display: flex;
  margin-top: auto;
  align-items: center;
}
.Log__combined .Log__tornado {
  margin-top: 0;
  margin-left: 1em;
  line-height: 1.2;
  overflow: hidden;
}
.Map__log .Log__combined .Log__tornado {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 1.3;
}
.Log__combined .Log__location {
  text-overflow: ellipsis;

  /* Needed to make it work */
  overflow: hidden;
  white-space: nowrap;
}

.Log--no-bg .Log__title,
.Log--stories a {
  color: var(--dark);
  text-decoration: none;
}
.Log__title a {
  text-decoration: none;
  color: inherit;
}
.Logs--featured .Log__title {
  font-size: 32px;
  margin-top: 0.5em;
  margin-bottom: 0;
  font-weight: 600;
}

.Log > .Log__wrapper {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  flex-direction: column;
  z-index: 2;
  padding: 1.75em 1.75em 1.5em;
}
.Log--more > .Log__wrapper {
  height: 100%;
  display: block;
  position: relative;
}
.Log--more .Log__more {
  margin-top: 0;
}
.Chasers__more__all span {
  color: var(--blue);
}
.Log__tornado {
  font-family: 'Fira Sans Condensed', sans-serif;
  margin-top: auto;
  font-size: 13px;
  text-transform: uppercase;
  color: #f4f6fc;
  letter-spacing: 0.05em;
  font-weight: 500;
}
.Hero .Log__tornado {
  font-size: 16px;
  padding-bottom: 2em;
}
.Hero .Map__log__icon {
  margin: 0 auto;
  margin-bottom: 1em;
}
.Hero .Log__location {
  opacity: 1;
}
.Hero__scroll {
  text-align: center;
  margin-top: 2em;
}
.Log__date {
  opacity: 0.75;
}
.Log__rating {
  font-weight: bold;
  display: inline-block;
  margin-right: 10px;
  font-family: 'Poppins', sans-serif;
}
.Log__rating--lg {
  font-size: 34px;
  margin-left: 0.5em;
  line-height: 0;
  margin-right: 0;
}

.Log--has-bg:after {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  right: -1px;
  top: 0;
  bottom: 0;
  background: linear-gradient(
    180.44deg,
    rgba(52, 62, 92, 0.5) 0.28%,
    rgba(52, 62, 92, 0) 52.32%
  );
  z-index: 1;
  transition: opacity 0.15s ease-in-out;
}
.Log__image {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: center center;
  z-index: 1;
  transition: transform 0.15s ease-in-out;
}
.Log--has-bg {
  overflow: hidden;
}
.Log--has-bg:hover .Log__image {
  transform: scale(1.1);
}
.Log--has-bg:hover:after {
  opacity: 0;
}

.Log__more {
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  font-size: 18px;
  letter-spacing: -0.02em;
  margin-top: 1em;
  display: inline-block;
  color: var(--dark);
}
.Log--no-bg .Log__more {
  margin-top: 0;
}
.Featured .Log__more {
  color: white;
}
.Log__more span {
  color: var(--blue);
}

.Colophon__related {
  padding: 2% 0;
  margin: 0;
  background: var(--midbg);
}

/* Load more button */
.Logs__load {
  padding: 0 var(--padding);
}
.Logs__load--done {
  padding: 0;
  background: transparent;
  margin-top: 21px;
}
.Logs__load .Log__more {
  background: var(--lightbg);
  display: block;
  width: calc(34% - 21px);
  padding: 1.5em 0;
  text-align: center;
  margin: 0 auto;
}

@media (min-width: 768px) {
  .Log--featured:before {
    padding-top: 47.5%;
  }
}

@media (min-width: 1024px) {
  .Logs {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .Colophon__related {
    padding: 4.5% 0;
  }
  .Log,
  .Logs__more {
    margin-top: 2%;
    width: 32%;
  }
  .Log--more {
    width: auto;
    margin: 0 0 6% 0;
  }
  .Log--stories {
    margin-bottom: 0;
  }
  .Logs--featured .Log {
    width: 100%;
  }
  .Logs--featured .Log__title {
    font-size: 40px;
    max-width: 60%;
  }
  .Logs--all {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-column-gap: 21px;
    grid-row-gap: 21px;
    grid-auto-flow: row dense;
  }
  .Logs--all .Log {
    width: auto;
    min-width: 32%;
    margin: 0;
  }
  .Logs--all .Log:last-child {
    flex: 1 0 auto;
  }
  .Logs--has-featured .Log--sticky {
    grid-column-end: span 2;
  }
  .Logs--has-featured .Log--sticky:before {
    content: '';
    height: 60px;
    width: 50px;
    position: absolute;
    background: url(/wp-content/themes/hh2/static/images/Icon/Featured.svg);
    top: 0;
    right: 1em;
    padding: 0;
    z-index: 9;
  }
}

.Featured {
  border: 1px solid rgba(255, 255, 255, 0.25);
  padding: 1.75em;
  background: transparent;
  width: 100%;

  position: relative;
}
.Featured .Log__tornado {
  position: absolute;
  top: 2em;
  right: 2em;
}
.Featured p {
  color: white;
}
/* .Featured is homepage, .Log--featured is chaser page story */
.Log--featured:not(.Log--no-bg) p {
  color: white;
}
.Featured__title {
  margin: 0.5em 0 0 0;
  font-weight: 600;
  font-size: 40px;
}
@media (min-width: 1024px) {
  .Log--featured p {
    max-width: 50%;
  }
}
@media (min-width: 1440px) {
  .Featured {
    padding-right: 40%;
  }
}

.Section {
  padding-top: 8%;
}
.Section--latest-posts,
.Logs--featured {
  padding-top: 0;
}
.Logs--featured {
  margin-top: 42px;
}
.Logs--featured > .Log--featured:first-child {
  margin-top: 0;
}
.Section--latest-posts .Logs--author {
  margin-top: 42px;
}
.Section__title {
  text-align: center;
  font-weight: bold;
  font-size: 32px;
  color: var(--dark);
}
.Section__subtitle {
  font-family: 'Poppins', sans-serif;
  font-size: 18px;
  font-weight: 500;
  text-align: center;
}
.Section--featured-chasers {
  position: relative;
}

.Section--latest-posts {
  position: relative;
  margin-bottom: 3em;
}
.Section--chase-logs {
  background: var(--midbg);
  padding: 4em 0;
}
.Section--chase-logs p {
  font-family: 'Poppins', sans-serif;
  font-size: 18px;
  font-weight: 400;
  text-align: center;
  padding: 0 1em;
  margin-bottom: 2em;
}
.Section--latest-posts:after,
.home .Section--featured-chasers:after {
  content: '';
  display: block;
  position: absolute;
  top: -15%;
  bottom: 50%;
  left: 0;
  right: 0;
  background: var(--darkbg);
  z-index: -1;
}

.Section--map {
  margin: 0;
  padding: 0;
}
.Section--tornado-map {
  margin: 0;
  padding: 0;
}
.Section--map + .Section.About {
  margin-top: 3em;
  padding-top: 3em;
}
.Section--map > header {
  background: var(--lightbg);
  padding: 1em 0;
  margin: 0 var(--padding);
}
.Tornado__map__more {
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -4em;
  z-index: 12;
  background: var(--lightbg);
  text-align: center;
}
.Tornado__map__more a {
  margin: 0.5em 0;
  padding: 0.5em;
  display: inline-block;
  width: 100%;
}
.Map {
  position: absolute;
  width: 100%;
  height: 100vh;
  top: 0;
}

.Map__controls {
  margin-bottom: 1em;
}
.Map__controls:last-child {
  margin-bottom: 0;
}
.Map__controls--date > div {
  display: flex;
}
.Map__controls--date select {
  margin-left: 1em;
}
.Map__controls--terrain select {
  width: 50%;
}

.Map__filters,
.Map__filters__open,
.Map__filters__close {
  position: absolute;
  top: calc(64px + 2em);
  right: 1em;
  z-index: 12;
  background: #f4f6fc;
  padding: 1em;
}
.Map__filters {
  left: 1em;
  display: none;
}
.Map__filters select {
  border: 1px solid var(--dark25);
  border-radius: 0;
  color: var(--dark75);
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 0.5em 1em;
  display: inline-block;
  font-family: 'Fira Sans Condensed', sans-serif;

  background: url('/wp-content/themes/hh2/static/images/Icon/24 - Dropdown.svg')
    right center no-repeat;
  padding-right: 2em;
}
.Map__filters__open,
.Map__filters__close {
  z-index: 13;
  padding: 0.75em;
  margin: 1px;
}
.Map__filters__open img,
.Map__filters__close img {
  display: block;
}
.Map--hidden .Map__filters {
  display: none;
}
.Map--visible .Map__filters {
  display: block;
}
.Map__filters h3 {
  margin: 0;
  font-size: 18px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.Map__filters__open {
  display: none;
}
.Map__filters__close {
  display: block;
}
.Map--hidden .Map__filters__close {
  display: none;
}
.Map--hidden .Map__filters__open {
  display: block;
}

.Map__filters label {
  color: var(--dark75);
}
.Map__filters input {
  border: 1px solid var(--dark25);
  background: transparent;
  color: var(--dark75);
  font-family: 'Fira Sans Condensed', sans-serif;
}
.Map__filters input:not(.mapboxgl-ctrl-geocoder--input) {
  padding: 0.5em 1em;
}
.mapboxgl-ctrl-geocoder {
  max-width: calc(100% - 2em);
}
.Map__filters input.mapboxgl-ctrl-geocoder--input {
  font-family: 'Fira Sans', sans-serif;
}
.Map__ef {
  display: flex;
  flex-wrap: wrap;
}
.Map__ef label {
  display: block;
  width: 50%;
  border-bottom: 1px solid #e3e7f3;
}
.Map__ef span {
  display: inline-block;
  transform: scale(1.4);
}
.Map #map {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
}
.Map__controls__locate {
  background: var(--blue);
  color: white;
  padding: 1em;
  width: 100%;
  border: none;
}
.Map__controls__locate img {
  vertical-align: middle;
  margin-bottom: 2px;
  margin-right: 0.25em;
}

.Map__infobar {
  color: #fff;
  position: absolute;
  left: 1em;
  top: calc(64px + 2em);
  z-index: 11;
  padding: 0;
  display: block;
  opacity: 1;
  width: 280px;
  transform: translateX(0);
  transition: transform 0.15s ease-out, background-color 0.15s linear,
    opacity 0.15s linear;
}
.Map__infobar--noaa {
  bottom: 1em;
  max-height: calc(100% - calc(64px + 2em));
  overflow-y: auto;
  pointer-events: none;
}
.Map__report {
  pointer-events: auto;
}
.Map__infobar::-webkit-scrollbar {
  display: none;
}
.Map__infobar {
  scrollbar-width: none;
}
.Map__infobar .Log__meta {
  opacity: 1;
  color: var(--lightbg);
  margin-bottom: 0.5em;
}
.Map__infobar--hidden {
  transform: translateX(calc(-280px - 2em));
  opacity: 0;
}
.Map__report {
  display: block;
  width: 100%;
  padding: 1em;
}
.Map__report p {
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  font-size: 42px;
  line-height: 1.2;
  margin: 0;
  margin-bottom: 4px;
}
.Map__report span {
  display: block;
  font-family: 'Poppins', sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
}
.Map__log {
  background: var(--medium);
  margin-top: 1em;
  display: block;
}
.Map__log--full {
  margin-top: calc(
    -64px - 1em
  ); /* TODO: this is also sort of messy,
                                   Should set a class on the parent Map__infobar? */
  border-left-width: 2px;
  border-left-style: solid;
}
.Map__log--full .Map__report {
  padding: 0;
}
.Map__log--full hr {
  margin: 2em 0 1em;
  border-top-color: rgba(250, 250, 255, 0.75);
}
.Map__log__info {
  padding: 1em 1em 1em 2em;
  flex: 5;
  position: relative;
  z-index: 2;
}
.Map__log__image {
  background: transparent;
  position: relative;
  flex: 2;
}
.Map__log__image img {
  height: 130px;
  width: 100%;
  object-fit: cover;
  object-position: center bottom;
  display: block;
}
.Map__log--full .Map__log__image img {
  height: 130px;
}
.Map__log h2 {
  margin: 0 0;
  font-weight: 600;
}
.Map__log .Log__meta {
  font-family: 'Fira Sans Condensed', sans-serif;
  font-style: normal;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.75);
  margin: 1em 0;
}
.Map__log .Log__more {
  color: white;
  margin-top: 0;
}

.Map__log__icon {
  height: 36px;
  width: 36px;
  background: var(--dark);
  border-radius: 18px;
  display: flex;
  justify-content: center;
  align-items: center;

  flex-shrink: 0;
}
.Map__log__icon img {
  width: 24px;
  height: 24px;
}

@media (min-width: 768px) {
  .Map__filters {
    left: auto;
  }
  .mapboxgl-ctrl-geocoder {
    max-width: none;
  }
  .Tornado__map__more {
    left: 25%;
    right: 25%;
    bottom: -4em;
  }
  .Section--map + .Section.About {
    margin-top: 0;
    padding-top: 16%;
  }
  .Section--map > header {
    padding: 2em 0;
  }
}
@media (min-width: 1024px) {
  .Map {
    height: 100vh;
  }
  .Map__filters__open,
  .Map__filters__close {
    padding: 1em;
    margin: 0;
  }
  .Tornado__map__more {
    left: 33%;
    right: 33%;
  }
}

.Chaser {
  background: var(--blue75);
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
}
.Section--all-chasers .Chaser--featured:after {
  /* :before is used for padding ratio hack */
  content: '';
  height: 30px;
  width: 35px;
  position: absolute;
  background: url(/wp-content/themes/hh2/static/images/Icon/Featured.svg)
    no-repeat;
  background-size: 35px 30px;
  top: 0;
  right: 0.5em;
  padding: 0;
  z-index: 9;
}
.Chaser > a {
  display: flex;
  flex-direction: column;

  height: 100%;
  padding: 1em;
}
.Chaser__name {
  margin: auto 0 0.25em 0;
  color: white;
  font-weight: 500;
  font-size: 18px;
}
.Chaser__meta {
  /* TODO: this is a common style with the post meta */
  font-size: 13px;
  line-height: normal;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.75);

  margin: 0;
}
.Chasers__more {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.Chasers__more__join {
  background: var(--blue);
  color: var(--offwhite);
  padding: 1em;
  flex: 1;
  margin-bottom: 23px;

  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.Chasers__more__join h4 {
  font-size: 18px;
  line-height: 1.2;
  margin: 0 0 1em 0;
}
.Chasers__more__join a {
  color: white;
  font-family: Poppins;
  font-weight: 600;
  font-size: 18px;
}
.Chasers__more__all {
  background: var(--offwhite);
  padding: 1em;
}
.Chasers__more__all a {
  color: var(--dark);
  font-family: Poppins;
  font-weight: 600;
  font-size: 18px;
}
.Chasers {
  display: grid;
  position: relative;
  grid-template-columns: 1fr 1fr;
  grid-column-gap: 23px;
  grid-row-gap: 23px;
}
.Chaser,
.Chaser__more {
  position: relative;
}
.Chaser > a {
  position: absolute;
  bottom: 0;
  width: 100%;
}
.Chaser:before {
  display: block;
  content: '';
  width: 100%;
  padding-top: 140%;
}

.Section--featured-chasers .Chaser {
  width: auto;
}
.Section--join-cta {
  text-align: center;
  background: var(--darkbg);
  padding: 3em var(--padding);
  margin: 4em 0 0 0;
}

.Section--join-cta + .About {
  margin-top: 0;
}
.Section--join-cta h3 {
  font-size: 32px;
  margin-top: 0;
  font-weight: bold;
}
.Section--join-cta h3 + p {
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  font-size: 18px;
  text-align: center;
  letter-spacing: -0.01em;
}
.Section--join-cta.Section--share-cta {
  background: var(--lightbg);
  margin-top: 0;
}

.Join__cta a {
  background: var(--blue);
  color: white;
  padding: 1em 4em;
}
.Join__cta a span {
  color: white;
}
.Chaser,
.Chasers__more {
  background-position: center center;
}

@media (min-width: 768px) {
  .Section--featured-chasers .Chasers {
    grid-template-columns: 1fr 1fr 1fr;
  }
  .Chasers__more__join h4 {
    font-size: 24px;
  }
  .Section--join-cta {
    padding-top: 6em;
    padding-bottom: 6em;
  }
}
@media (min-width: 1024px) {
  .Section--featured-chasers .Chasers {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
}

.About {
  margin-top: 7%;
  padding: 10% var(--padding) 7%;
  background: linear-gradient(
      72.32deg,
      rgba(30, 155, 245, 0.87) 0%,
      rgba(30, 154, 245, 0) 100%
    ),
    #343e5c;
  color: white;
  position: relative;
}
.About h2 {
  margin: 0;
  font-weight: 600;
  font-size: 26px;
  color: var(--offwhite);
}
.About h3 {
  margin: 0.5em 0;
  font-weight: 700; /* TODO: this _was_ 800, but I want to reduce font weights */
  font-size: 48px;
}
.About__content {
  margin-bottom: 2em;
}
.About__logo {
  width: 50%;
  margin: -3em auto;
  position: relative;
  z-index: 3;
}
.Section__more {
  color: white;
  font-family: Poppins;
  font-weight: 600;
  font-size: 18px;
  margin-top: 2em;
}
@media (min-width: 1024px) {
  .About h2 {
    margin: -2em 0 0 0;
  }
  .About h3 {
    margin: 0 0 0 1em;
  }
  .About__titles {
    width: 60%;
    padding-right: 1%;
    position: relative;
    z-index: 2;
  }
  .About {
    display: flex;
  }
  .About__content {
    margin-bottom: 0;
    width: 40%;
    padding-left: 1%;
    position: relative;
    z-index: 2;
  }
  .About__logo {
    position: absolute;
    left: 50%;
    margin-left: -195px;
    bottom: -2em;
    z-index: 1;
  }
}

/* --- Page --- */
.page-template-default {
  background: var(--lightbg);
}
.page-template-default .post-type-page {
  margin: 4em 0;
}

/* --- Post --- */
/* Wrapper */

.article-h1,
.article-body h1,
.article-body h2,
.article-body h3,
.article-body h4,
.article-body h5,
.article-body h6,
.article-body p,
.article-body ul:not(.blocks-gallery-grid),
.article-body > .wp-block-quote,
.Colophon,
.article-body .wp-block-image,
.article-body ol,
.wp-block-separator,
.Comments,
figcaption,
.wp-block-preformatted,
.article-body .tighten {
  max-width: 700px;
  margin-left: 1em;
  margin-right: 1em;
}
.wp-block-separator {
  margin: auto;

  margin-top: 2em;
  margin-bottom: 2em;
}
.Share {
  text-align: center;
  margin: 0 auto;
}
.Share__social {
  background: white;
  display: inline-block;
  padding: 0.25em 0.75em 0;
}
.Share a {
  display: inline-block;
  padding: 0.75em;
  opacity: 0.75;
}
.Share a:hover {
  opacity: 1;
}
@media (min-width: 768px) {
  .article-h1,
  .article-h1,
  .article-body h1,
  .article-body h2,
  .article-body h3,
  .article-body h4,
  .article-body h5,
  .article-body h6,
  .article-body p,
  .article-body ul:not(.blocks-gallery-grid),
  .article-body > .wp-block-quote,
  .Colophon,
  .article-body .wp-block-image,
  .article-body ol,
  .wp-block-separator,
  .Comments,
  figcaption,
  .wp-block-preformatted,
  .article-body .tighten {
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (min-width: 1024px) {
  .Share {
    display: block;
    position: absolute;
    right: var(--padding);

    z-index: 2;
  }
  .Share__social {
    padding: 0.75em 0.75em 0.5em;
  }
  .Share a {
    display: block;
  }
}
.wp-block-columns {
  padding-left: var(--padding);
  padding-right: var(--padding);
}

@media (min-width: 1800px) {
  .article-body {
    padding-left: var(--padding);
    padding-right: var(--padding);
    margin-left: auto;
    margin-right: auto;
  }
  .article-body .wp-block-embed {
    background: none;
  }
}

.article-body h2,
.article-body h3 {
  font-weight: 600;
  margin-top: 1.5em;
}
.article-body h2 {
  font-size: 24px;
}
.article-body h3 {
  font-size: 20px;
  color: var(--medium);
}
.article-body h4 {
  font-size: 16px;
  color: var(--medium);
}
.article-body p {
  line-height: 1.7;
}
.article-body p strong {
  font-weight: 600;
}
.article-body p,
.article-body ul:not(.blocks-gallery-grid),
.article-body ol {
  color: var(--dark75);
}
.article-body ol li {
  margin-bottom: 0.5em;
}
.article-body ol ul {
  margin-bottom: 1em;
}
.article-body a {
  color: var(--blue75);
}

.wp-block-quote {
  border-left: 1px solid var(--blue);
  padding: 1em;
  margin-top: 1.5em;
  margin-bottom: 1.5em;
}
.wp-block-quote p {
  font-size: 20px;
  color: var(--dark);
  margin: 0;
}
.wp-block-quote cite,
.wp-block-image figcaption,
.wp-block-video figcaption,
.wp-block-embed figcaption,
.wp-block-gallery figcaption {
  /* TODO: timber style.css included _before_ WordPress' 5.x.x CSS */
  font-family: 'Fira Sans Condensed', sans-serif;
  font-size: 13px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: var(--dark75);
  text-align: left;
}
.wp-block-gallery .blocks-gallery-item figcaption {
  pointer-events: none;
}
/*
@media (min-width: 1024px) {
  .wp-block-gallery .blocks-gallery-grid {
    margin: 0 calc(var(--padding) / 2);
  }
}
*/

.article-body .wp-block-image {
  margin-top: 2em;
  margin-bottom: 2em;
}
.wp-block-column .wp-block-image {
  margin-top: 0;
}
.article-body .wp-block-image > a {
  position: relative;
  display: block;
}
.article-body .wp-block-image > a img {
  display: block;
}
.article-body .wp-block-image img {
  height: auto;
}

/*
.article-body .wp-block-image > a:before {
  content:'+';
  font-family:sans-serif;
  font-weight:100;
  display:block;
  background:rgba(26, 33, 55, 0.5);
  color:white;
  display:flex;
  justify-content: center;
  align-items: center;
  font-size:2.5em;

  position:absolute;
  top:0;
  left:0;
  right:0;
  bottom:0;

  transition:opacity .15s linear;
  opacity:1;
}
.article-body .wp-block-image > a:hover:before {
  opacity:0;
}
*/

.wp-block-embed {
  margin: 0;
  display: block;
}
.article-body .wp-block-embed {
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 2em;
  margin-bottom: 2em;
}
.wp-block-embed__wrapper + figcaption {
  margin-top: 1em;
  margin-bottom: 0;
}
.article-body .wp-block-embed__wrapper > iframe {
  width: 800px;
  height: 450px;
  max-width: 100%;

  display: block;
}

.CBCPlayer {
  position: relative;
  padding-top: 56.25%;
  background: transparent;
}
iframe[src^="//www.cbc.ca"]
{
  position: absolute;
  top: 0;
  left: 0;
  max-width: 100%;
  width: 100%;
  height: 100%;
  margin: auto;
  border: none;
}

.wp-block-gallery {
  margin-top: 3em;
  margin-bottom: 0;
}
.wp-block-gallery + .wp-block-gallery {
  margin-top: 0;
}

.wp-block-cover__inner-container p.has-large-font-size {
  color: var(--light);
}

.wp-block-video video {
  margin-left: auto;
  margin-right: auto;
  display: block;
}
.wp-block-video video[src^='blob:'] {
  width: auto;
}
.wp-block-video video {
  max-height: 85vh;
}
.wp-block-video figcaption {
  text-align: center;
}

@media only screen and (max-width: 768px) {
  .wp-block-video video[src^='blob:'] {
    width: 100% !important;
  }
  .wp-block-video figcaption {
    word-break: break-word;
  }
  .Log__wrapper .Log__preview {
    word-break: break-all;
  }
}

.Colophon {
  margin-top: 3.5em;
}
.Colophon h2 {
  margin: 0;
}

.Colophon__author h2 {
  font-size: 18px;
}
.Colophon__author p {
  color: var(--dark75);
}
.Colophon article {
  margin: 2em 0;
}
.Colophon__content {
  display: flex;
  flex-direction: column;
}
.Colophon__content time {
  font-family: 'Fira Sans Condensed', sans-serif;
  font-size: 13px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: var(--dark75);
  text-align: left;
  margin-bottom: 1em;
}
.Colophon__content p:last-child {
  margin-top: 0;
  margin-bottom: 0;
}
.Colophon__more {
  margin-top: auto;
  display: inline-block;
  background: white;
  color: var(--dark);
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  padding: 0.5em 1em;
}
.Colophon__more:hover {
  color: var(--blue);
}
.Colophon__more span {
  color: var(--blue);
  margin-left: 1em;
}

.Colophon__tornado h2 {
  font-size: 22px;
}
.Colophon__image {
  margin-bottom: 1em;
  flex: none;
}
.Colophon__image img {
  display: block;
}
.Colophon__image--ef {
  display: flex;
  justify-content: center;
  align-items: center;
}
.Colophon__image--ef span {
  color: white;
  font-family: Poppins;
  font-style: normal;
  font-weight: 800;
  font-size: 40px;
  letter-spacing: 0.025em;
  text-transform: uppercase;
}
.Colophon__image--ef0 {
  background: var(--ef0);
}
.Colophon__image--ef1 {
  background: var(--ef1);
}
.Colophon__image--ef2 {
  background: var(--ef2);
}
.Colophon__image--ef3 {
  background: var(--ef3);
}
.Colophon__image--ef4 {
  background: var(--ef4);
}
.Colophon__image--ef5 {
  background: var(--ef5);
}

hr {
  border: none;
  border-top: 1px solid #646c84;
  opacity: 0.2;
  margin: 0;
}

.Section--author {
  margin: 3em 0 0 0;
  padding: 4% var(--padding); /* TODO: NOTE: because this takes a background colour, margin is not appropriate */
  background: var(--lightbg);
}
@media (min-width: 1024px) {
  .Colophon__image {
    margin-right: 1em;
    width: 150px;
  }
  .Colophon article {
    display: flex;
  }
  .Section--author {
    margin-top: 6em;
  }
}
.Author h2 {
  font-weight: 700; /* NOTE: should be 800 but we gotta cut weights somewhere */
  font-size: 48px;
  margin: 0;
}
.Author h3 {
  font-weight: 700;
  font-size: 32px;
  letter-spacing: -0.02em;
  margin-bottom: 0.75em;
}
.Author__image {
  margin: 2em 0;
}
.Author__image img {
  width: 100%;
}

.Author__location {
  font-family: 'Fira Sans Condensed', sans-serif;
  font-weight: 500;
  font-size: 13px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: var(--dark75);
  margin-top: 0;
}
.Author hr {
  border-color: #646c84;
  opacity: 0.2;
  margin: 2em 0;
}

.Author__social {
  margin-left: -0.5em;
}
.Author__social a {
  display: inline-block;
  margin-right: 1em;
  vertical-align: middle;
  padding: 0.5em;
  opacity: 0.8;
  transition: opacity 0.15s linear;
}
.Author__social a:hover {
  opacity: 1;
}
.Author__social img {
  vertical-align: middle;
}

.Author__description {
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  font-size: 18px;
  color: var(--dark75);
}
.Author__about {
  color: var(--dark75);
}
@media (min-width: 1024px) {
  .Author {
    display: flex;
  }
  .Author__image {
    width: 30%;
    max-width: 320px;
    margin: -7em 0 0 0;
  }
  .Author__content {
    padding-left: 3em;
    width: 70%;
  }
}

.Footer {
  background: var(--dark);
  padding: 1em;
}
.Footer__logo {
  margin-bottom: 1em;
}
.Footer nav a {
  font-family: 'Fira Sans Condensed', sans-serif;
  font-size: 13px;
  color: white;
  font-weight: 500;
  text-transform: uppercase;
  margin-right: 4em;
  letter-spacing: 0.05em;
  display: block;
  line-height: 2;
}
.Footer__copyright {
  font-family: 'Fira Sans Condensed', sans-serif;
  font-size: 13px;
  color: var(--light75);
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}
.Footer h2 {
  font-weight: 600;
  font-size: 14px;
  letter-spacing: -0.02em;
  text-transform: uppercase;
  color: #f9faff; /* NOTE: this is an 'offcolor' color */
  margin-top: 0;
  margin-bottom: 2em;
}
.Footer__newsletter {
  margin-top: 2em;
}
.Footer__newsletter form {
  display: flex;
  justify-content: space-between;
}
.Footer__newsletter input {
  background: transparent;
  color: var(--offwhite);
  border: none;
  display: block;
  padding: 1em 1.5em;
  font-size: 16px;
  border: 1px solid #7883a7;
  flex: 1;
}
.Colophon .Footer__newsletter input {
  color: var(--dark);
}
.Footer__newsletter input::placeholder {
  color: #7883a7; /* NOTE: also an 'offcolor' color */
  opacity: 0.75;
}
.Footer__newsletter button {
  border: none;
  background: transparent;
  color: var(--blue);
  font-size: 24px;
  display: block;
  margin-left: var(--padding);
  cursor: pointer;
}
.Footer__social {
  margin: 0;
  padding: 0;
  list-style: none;
}
.Footer__follow {
  margin-top: 2em;
  display: flex;
  align-items: center;
}
.Footer__follow p {
  margin-bottom: 0.5em;
  margin-right: 1em;
}
.Footer__social li {
  display: inline-block;
  margin-right: 0.5em;
}
.Footer__social li img {
  width: 32px;
}
@media (min-width: 768px) {
  .Footer nav a {
    display: inline-block;
    line-height: normal;
  }
  .Footer__newsletter form {
    width: 100%;
  }
  .Footer__newsletter button {
    margin-left: 0.5em;
  }
  .Footer__newsletter input {
    padding: 1.5em 2em;
    min-width: 300px;
  }
}
@media (min-width: 1024px) {
  .Footer {
    padding: 7% var(--padding);
    display: flex;
    justify-content: space-between;
  }
  .Footer__newsletter {
    margin-top: 0;
  }
}

/* Headroom */
.headroom {
  position: fixed;
  z-index: 14;
  top: 0;
  padding-top: 0;
  padding-bottom: 0.5em;
}
.headroom {
  will-change: transform;
  transition: transform 200ms linear, background-color 0.2s linear;
}
.headroom--not-top {
  background: var(--dark);
}

.headroom a {
  transition: color 0.2s linear;
}
.headroom--not-top ul a,
.headroom--not-top .Header__logo a {
  color: white;
}
.headroom--not-top.headroom--pinned .Header__author {
  opacity: 1;
}
.headroom--pinned {
  transform: translateY(0%);
}
.headroom--top {
  background-color: transparent;
}
.headroom--unpinned {
  transform: translateY(-100%);
  background-color: transparent !important;
}
.slug-tornadoes .headroom {
  background: var(--dark) !important;
}
@media (min-width: 768px) {
  .slug-tornadoes .headroom {
    background: var(--dark75) !important;
  }
}

.Split__left h3 {
  font-weight: bold;
  font-size: 32px;
  margin: 0;
}
.Split__left p {
  opacity: 0.75;
}
.Join input,
.Join textarea {
  border: 1px solid rgba(98, 106, 131, 0.2);
  background: transparent;
  padding: 1em 1.5em;
  width: 100%;
  display: block;
  margin-bottom: 1.5em;
}
.Join input[type='checkbox'] {
  display: inline-block;
  margin-right: 2px;
  width: auto;
}
.Join input[type='radio'] {
  display: inline-block;
  width: auto;
  max-height: 24px;
  max-width: 24px;
}
.Join__radio {
  display: block;
}

.Join input::placeholder,
.Join textarea::placeholder {
  color: rgba(98, 106, 131, 0.5);
}
.Join button {
  margin-left: 50%;
  width: 50%;
  display: block;
  background: var(--blue);
  color: white;
  font-size: 18px;
  border: none;
  padding: 1em 0;
}

.Contact__return {
  display: inline-block;
  background: white;
  padding: 1em 1.5em;
}

.Split {
  padding: 0 var(--padding);
}
.Split > p:first-child {
  font-weight: 600;
  font-size: 18px;
  width: 100%;
  text-align: center;
  padding: 0 var(--padding);
  margin-bottom: 2em;
}
.Split__left {
  background: var(--lightbg);
  padding: 1.5em;
}
.Split__right h3 {
  font-size: 24px;
}
.Split__right li {
  font-family: Poppins, sans-serif;
  font-size: 19px;
  font-weight: 300;
  color: #4b546f;
  position: relative;
  margin-bottom: 1em;
}
.Split__right ul {
  list-style: none;
  padding-left: 1.1em;
}
.Split__right li:before {
  content: '○';
  font-weight: 700;
  color: var(--blue);
  position: absolute;
  left: -1.1em;
}
.Split a {
  color: var(--blue);
}
.Split hr {
  margin: 2em 0;
}
.Join .g-recaptcha {
  margin-bottom: 1em;
}
/* --- Static Pages --- */
@media (min-width: 1024px) {
  .Split {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .Split__left {
    width: 66%;
  }
  .Split__right {
    width: 30%;
  }
  .Join .recaptcha {
    display: flex;
    justify-content: flex-end;
    align-items: center;
  }
  .Join .g-recaptcha {
    display: flex;
    justify-content: flex-end;
    margin-bottom: 0;
  }
  .Join button {
    width: 304px;
    margin-left: 1em;
  }
  .Join__radio {
    display: inline-block;
    margin-right: 1em;
  }
}

.AboutUs {
  padding: var(--padding);
}
.AboutUs h2 {
  font-size: 32px;
}
.AboutUs__intro {
  text-align: center;
}
.AboutUs__split {
  margin: 2em 0;
}
.AboutUs__triple__more a {
  background: white;
  color: var(--dark);
  padding: 1.5em 2em;
  margin: 1em;
  display: block;
  text-align: left;
}
.AboutUs__split p {
  margin-left: 0;
  margin-right: 0;
}

.AboutUs__triple h3 {
  color: white;
  font-size: 26px;
  margin: 0;
}
.AboutUs__triple p {
  color: white;
  opacity: 0.75;
}

.AboutUs__triple > div:nth-child(2) {
  background-image: url(/wp-content/themes/hh2/static/images/about/detailed.jpg);
}
.AboutUs__triple > div:first-child {
  background-image: url(/wp-content/themes/hh2/static/images/about/coolest.jpg);
}
.AboutUs__triple > div:nth-child(3) {
  background-image: url(/wp-content/themes/hh2/static/images/about/impressive.jpg);
}

.AboutUs__triple > div:not(.AboutUs__triple__more) {
  flex: 2;
  background-size: cover;
  background-position: center center;
  padding: 2em;
  margin-bottom: var(--padding);
}
.AboutUs__split > div {
  padding: 2em;
}
.AboutUs__split > div:last-child {
  background: var(--darkbg);
}
.AboutUs__split > div:first-child {
  background: var(--lightbg);
}
.AboutUs__split h2 {
  margin: 0;
}

@media (min-width: 768px) {
  .AboutUs {
    padding: 0;
  }
  .AboutUs__intro {
    margin: 4em;
  }
  .AboutUs__split {
    margin: 4em 0 0;
    display: flex;
  }
  .AboutUs__split > div {
    width: 50%;
    padding: 4em;
  }
  .AboutUs__split > div:first-child {
    background: var(--lightbg);
    padding-left: var(--padding);
  }
  .AboutUs__split > div:last-child {
    background: var(--darkbg);
    padding-right: var(--padding);
  }

  .AboutUs__triple {
    display: flex;
    position: relative;
  }

  .AboutUs__triple > div:not(.AboutUs__triple__more) {
    min-height: 450px;
    margin-bottom: 0;
  }

  .AboutUs__triple > div:nth-child(2) {
  }
  .AboutUs__triple > div:first-child {
    padding-left: var(--padding);
  }
  .AboutUs__triple > div:nth-child(3) {
    padding-right: var(--padding);
  }
  .AboutUs__triple__more {
    position: absolute;
    bottom: 2em;
    left: 0;
    right: 0;
    text-align: center;
  }
  .AboutUs__triple__more a {
    display: inline-block;
    width: 36.6666%;
    margin: 0;
  }
}

/* Tornadoes */
.Section--noaa-description {
  padding-top: 2em;
  padding-bottom: 4em;
}
.Section--noaa-description h2 {
  margin-top: 0;
}
.NOAA__logo {
  position: relative;
}
.NOAA__logo > span {
  display: block;
  max-width: 100px;
  margin: 1.5em auto 0;
}

.Tornado__meta {
  background: white;
}
.Tornado__map .Map__filters,
.Tornado__map .Map__filters__open,
.Tornado__map .Map__filters__close {
  display: none !important;
}
.Tornado__map .Logtype__filters {
  display: block !important;
}
.Logtype__filters {
  background: #232a40;
  color: var(--lightbg);
  padding: 1.5em 2em 1.5em 2em;
  width: 226px;
  z-index: 10;
  top: 1em;
  left: auto;
  right: 1em;
}
.Logtype__filters__toggle {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.Logtype__filters > a {
  font-family: 'Poppins', sans-serif;
  font-size: 14px;
  font-weight: 600;
}
.Logtype__filters label {
  color: #a8b1cf;
  display: block;
  text-transform: uppercase;
  line-height: 2;
}
.Logtype__controls {
  display: none;
  margin-top: 1em;
}
.Logtype__filters img {
  transition: transform 0.15s linear;
  transform: rotate(180deg);
}
.Logtype__filters--open .Logtype__controls {
  display: block;
}
.Logtype__filters--open img {
  transition: transform 0.15s linear;
  transform: rotate(0deg);
}

.Tornado__map {
  position: relative;
  width: 100%;
  height: 80vh;
}
.Tornado__path {
  position: absolute;
  top: 0;
  left: var(--padding);
  z-index: 3;
  background: var(--dark);
}
.Tornado__map #map {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
}
.Tornado__meta__ef {
  font-family: 'Poppins', sans-serif;
  color: white;
  font-size: 40px;
  font-weight: 700;
  padding: 0 30px;
  text-align: center;
}
.Tornado__meta__meta {
  text-align: center;
}
.Tornado__meta span,
.Tornado__path span {
  font-family: 'Fira Sans Condensed', sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
  text-align: center;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: var(--dark75);
  display: block;
  margin-bottom: 0;
}
.Tornado__path {
  padding: 0.5em 30px;
}
.Tornado__path span {
  text-align: left;
  color: #a5acc5;
}
.Tornado__path p {
  color: white;
  font-size: 14px;
  margin: 0;
}
.Tornado__path > div {
  margin: 1em 0;
}
.Tornado__meta__meta {
  padding: 1.5em 0;
  display: flex;
  flex-wrap: wrap;
}
.Tornado__meta__meta > div {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin: 0.5em 0 1em;
  width: 50%;
}

.Tornado__meta__meta > div:nth-child(3),
.Tornado__meta__meta > div:nth-child(4) {
  margin-bottom: 0;
}
.Tornado__meta p {
  margin: 0;
}
.Tornado__meta strong {
  font-size: 20px;
}

@media (min-width: 768px) {
  .NOAA__logo > span {
    margin-top: 0.25em;
    position: absolute;
    max-width: 70px;
    left: -115px;
  }
  .Section--noaa-description h2 {
    margin-top: 2em;
  }
  .Tornado__meta {
    display: flex;
    padding: 0 var(--padding);
  }
  .Tornado__meta__ef {
    width: 213px;
    display: flex;
    align-items: center;
  }
  .Tornado__meta__meta {
    width: 80%;
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-evenly;
    text-align: center;
  }
  .Tornado__meta__meta > div:not(:last-child) {
    margin-bottom: 0;
    border-right: 1px solid #ccced6;
  }
  .Tornado__meta__meta > div {
    margin-bottom: 0;
  }
  .Tornado__path {
    width: 213px;
  }
}

.error-404 {
  padding: var(--padding);
}
.error-404 .not-found-text {
  text-align: center;
}

/*  --- Lightbox --- */
@keyframes lum-fade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes lum-fadeZoom {
  0% {
    transform: scale(0.5);
    opacity: 0;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}

@keyframes lum-loader-rotate {
  0% {
    transform: translate(-50%, -50%) rotate(0);
  }
  50% {
    transform: translate(-50%, -50%) rotate(-180deg);
  }
  100% {
    transform: translate(-50%, -50%) rotate(-360deg);
  }
}

@keyframes lum-loader-before {
  0% {
    transform: scale(1);
  }
  10% {
    transform: scale(1.2) translateX(6px);
  }
  25% {
    transform: scale(1.3) translateX(8px);
  }
  40% {
    transform: scale(1.2) translateX(6px);
  }
  50% {
    transform: scale(1);
  }
  60% {
    transform: scale(0.8) translateX(6px);
  }
  75% {
    transform: scale(0.7) translateX(8px);
  }
  90% {
    transform: scale(0.8) translateX(6px);
  }
  100% {
    transform: scale(1);
  }
}

@keyframes lum-loader-after {
  0% {
    transform: scale(1);
  }
  10% {
    transform: scale(1.2) translateX(-6px);
  }
  25% {
    transform: scale(1.3) translateX(-8px);
  }
  40% {
    transform: scale(1.2) translateX(-6px);
  }
  50% {
    transform: scale(1);
  }
  60% {
    transform: scale(0.8) translateX(-6px);
  }
  75% {
    transform: scale(0.7) translateX(-8px);
  }
  90% {
    transform: scale(0.8) translateX(-6px);
  }
  100% {
    transform: scale(1);
  }
}

.lum-lightbox {
  background: rgba(0, 0, 0, 0.6);
}

.lum-lightbox-inner {
  top: 2.5%;
  right: 2.5%;
  bottom: 2.5%;
  left: 2.5%;
}

.lum-lightbox-inner img {
  position: relative;
}

.lum-lightbox-inner .lum-lightbox-caption {
  margin: 0 auto;
  color: #fff;
  max-width: 700px;
  text-align: center;
}

.lum-loading .lum-lightbox-loader {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 66px;
  height: 20px;
  animation: lum-loader-rotate 1800ms infinite linear;
}

.lum-lightbox-loader:before,
.lum-lightbox-loader:after {
  content: '';
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 50%;
  margin-top: -10px;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.9);
}

.lum-lightbox-loader:before {
  left: 0;
  animation: lum-loader-before 1800ms infinite linear;
}

.lum-lightbox-loader:after {
  right: 0;
  animation: lum-loader-after 1800ms infinite linear;
  animation-delay: -900ms;
}

.lum-lightbox.lum-opening {
  animation: lum-fade 180ms ease-out;
}

.lum-lightbox.lum-opening .lum-lightbox-inner {
  animation: lum-fadeZoom 180ms ease-out;
}

.lum-lightbox.lum-closing {
  animation: lum-fade 300ms ease-in;
  animation-direction: reverse;
}

.lum-lightbox.lum-closing .lum-lightbox-inner {
  animation: lum-fadeZoom 300ms ease-in;
  animation-direction: reverse;
}

.lum-img {
  transition: opacity 120ms ease-out;
}

.lum-loading .lum-img {
  opacity: 0;
}

.lum-gallery-button {
  overflow: hidden;
  text-indent: 150%;
  white-space: nowrap;
  background: transparent;
  border: 0;
  margin: 0;
  padding: 0;
  outline: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  height: 100px;
  max-height: 100%;
  width: 60px;
  cursor: pointer;
}

.lum-close-button {
  position: absolute;
  right: 5px;
  top: 5px;
  width: 32px;
  height: 32px;
  opacity: 0.3;
}
.lum-close-button:hover {
  opacity: 1;
}
.lum-close-button:before,
.lum-close-button:after {
  position: absolute;
  left: 15px;
  content: ' ';
  height: 33px;
  width: 2px;
  background-color: #fff;
}
.lum-close-button:before {
  transform: rotate(45deg);
}
.lum-close-button:after {
  transform: rotate(-45deg);
}

.lum-previous-button {
  left: 12px;
}

.lum-next-button {
  right: 12px;
}

.lum-gallery-button:after {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  width: 36px;
  height: 36px;
  border-top: 4px solid rgba(255, 255, 255, 0.8);
}

.lum-previous-button:after {
  transform: translateY(-50%) rotate(-45deg);
  border-left: 4px solid rgba(255, 255, 255, 0.8);
  box-shadow: -2px 0 rgba(0, 0, 0, 0.2);
  left: 12%;
  border-radius: 3px 0 0 0;
}

.lum-next-button:after {
  transform: translateY(-50%) rotate(45deg);
  border-right: 4px solid rgba(255, 255, 255, 0.8);
  box-shadow: 2px 0 rgba(0, 0, 0, 0.2);
  right: 12%;
  border-radius: 0 3px 0 0;
}

.lum-lightbox.lum-open {
  z-index: 20;
}
.lum-close-button {
  display: none !important;
}
.lum-loading .lum-lightbox-loader {
  display: none !important;
}

/* Map Thumbnail */
.t-thumb-marker {
  border-radius: 60px;
  border-width: 1px;
  border-style: solid;
  width: 60px;
  height: 60px;
  box-sizing: content-box;
  background-size: cover;
  cursor: pointer;

  background-color: var(--dark);
}

.article-body-imported .twitter-tweet {
  margin-left: auto;
  margin-right: auto;
}
.article-body-published {
  font-family: 'Fira Sans', sans-serif;
  font-weight: 600;
  font-size: 15px;
  margin-top: 2em !important;
}

.label-info {
  background-color: #1e9bf5;
}
.label {
  display: inline;
  padding: 0.2em 0.6em 0.3em;
  font-size: 95%;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25em;
}

.tag span[data-role="remove"] {
  margin-left: 8px;
  cursor: pointer;
}

.tag span[data-role="remove"]:after {
  content: "x";
  padding: 0px 2px;
}

.Comments {
  margin-top: 2em;
}
.Comments input,
.Comments textarea {
  border: 1px solid rgba(98, 106, 131, 0.2);
  padding: 1em;
  width: 100%;
  display: block;
  margin-bottom: 1.5em;
  background: white;
  color: var(--dark);
}
.Comments input::placeholder,
.Comments textarea::placeholder {
  color: rgba(98, 106, 131, 0.5);
}
.Comments button {
  color: white;
  background: var(--dark);
  border: none;
  font-weight: 500;
  padding: 1em 1.5em;
  cursor: pointer;
  margin-top: 15px;
}
.Comments button.disabled {
  opacity: .65;
  pointer-events: none;
}
.Comments button:hover {
  background: var(--dark75);
}
.Comments .Button #loaderIcon {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 26px;
  height: 26px;
}

/* GETSTREAM comments START */
.Comments .Post__Comment {
  margin-top: 15px;
}
.Comments .Post__Comment .Post__Comment__Text {
  width: 100%;
  height: 100px;
  border: 1px solid #ccc;
  padding: 5px;
  overflow: auto;
}
.Comments .Post__Comment .Post__Comment__Text:empty::before {
  content: attr(placeholder);
  color: lightgray;
  display: block;
  position:absolute;
}
.Comments .Post__Comment .Post__Comment__Text:empty:focus::before {
  content: "";
}
.Comments .Post__Comment .Post__Comment__Text .profile-link {
  color: #1e9bf5;
}
.Comments .Post__Comment .Post__Comment__Text.Error {
  border: 1px solid red;
  margin-bottom: 0;
}
.Comments .Post__Comment .Post__Comment__Text.Error:focus {
  outline: none !important;
  border:1px solid red;
  box-shadow: 0 0 10px #719ECE;
}
.Comments .Post__Comment .Comment__Text__Error {
  display: none;
  font-size: 12px;
  color: red;
}
.Comments .blog-comment .comment-photo {
  clip-path: circle();
  object-fit: cover;
  width: 40px;
  height: 40px;
}
.Comments .blog-comment .comment-content {
  word-break: break-word;
}
.Comments .blog-comment .Comment__Reactions {
  float: right;
}
.Comments .blog-comment .Comment__Reactions a.disabled {
  pointer-events: none;
  cursor: default;
  opacity: 0.6;
}
.Comments .blog-comment .Comment__Reactions .fa-heart {
  font-size: 16px;
}
.Comments .blog-comment .Comment__Reactions .Comment__Reaction__Exist {
  color: red;
}
.Comments .blog-comment .Сomment__Actions {
  display: flex;
  flex-direction: row;
  padding: 5px 0 0 0;
  color: rgba(142, 153, 193, 0.9);
  font-size: 13px;
}
.Comments .blog-comment .Сomment__Actions .Comment__Created {
  padding-right: 10px;
}
.Comments .blog-comment .Сomment__Actions .Comment__Likes__Count {
  padding-right: 10px;
}
.Comments .blog-comment .Сomment__Actions .Comment__Child__Reply {
  font-weight: bold;
  text-transform: none;
}
.Comments .blog-comment .Сomment__Actions .Comment__Child__Delete {
  font-weight: bold;
  text-transform: none;
  padding-left: 10px;
  color: indianred;
}
.Comments .blog-comment .Сomment__Actions .Comment__Child__Delete.disabled {
  pointer-events: none;
  opacity: 0.6;
}
/* The Modal (background) */
.Comment__Child__Reply__Modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  left: 0;
  top: 0;
  padding-top: 100px;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* The Close Button */
.Comment__Child__Reply__Modal .close {
  color: #aaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.Comment__Child__Reply__Modal .close:hover,
.Comment__Child__Reply__Modal .close:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}
/* Modal Header */
.Comment__Child__Reply__Modal .modal-header {
  padding: 2px 16px;
  color: black;
}

/* Modal Body */
.Comment__Child__Reply__Modal .modal-body {
  padding: 2px 16px;
}
.Comment__Child__Reply__Modal .modal-body #modal-text-container {
  width: 100%;
  height: 100px;
  border: 1px solid #ccc;
  padding: 5px;
  overflow: auto;
  margin-bottom: 0;
}
.Comment__Child__Reply__Modal .modal-body #modal-text-container.Error {
  border: 1px solid red;
}
.Comment__Child__Reply__Modal .modal-body #modal-text-container.Error:focus {
  outline: none !important;
  border: 1px solid red;
  box-shadow: 0 0 10px #719ECE;
}
.Comment__Child__Reply__Modal .modal-body .child-comment-error {
  display: none;
  font-size: 12px;
  color: red;
}
  /* Modal Footer */
.Comment__Child__Reply__Modal .modal-footer {
  padding: 16px;
  color: black;
}

/* Modal Content */
.Comment__Child__Reply__Modal .modal-content {
  position: relative;
  background-color: #fefefe;
  margin: auto;
  padding: 0;
  border: 1px solid #888;
  width: 50%;
  box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
}

@media only screen and (max-width: 992px) {
  .Comment__Child__Reply__Modal .modal-content {
    width: 95%;
  }
}

@media only screen and (max-width: 600px) {
  .Comment__Child__Reply__Modal .modal-content {
    width: 95%;
  }
  .Comment__Child__Reply__Modal .modal-content .modal-header h2 {
    font-size: 18px;
  }
  .Comment__Child__Reply__Modal .modal-content .modal-footer .stream-add-child-comment {
    font-size: 15px;
    padding: 0.7em 1.5em;
  }
}

  /* GETSTREAM comments END */

.More--comment {
  background: white;
  padding: 0.5em 1em;
  margin-left: 1em;
}

.blog-comment {
  padding: 1em;
  background: rgba(255, 255, 255, 0.5);
  margin-bottom: 1em;
}
.blog-comment h3 {
  margin: 0;
}

.Text__meta {
  font-family: 'Fira Sans Condensed', sans-serif;
  font-size: 13px;
  line-height: normal;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: rgba(142, 153, 193, 0.9);

  display: block;
  margin-bottom: 1em;
}
.comment-photo {
  vertical-align: middle;
  margin-right: 0.5em;
}

@media (min-width: 768px) {
  .blog-comment {
    margin-bottom: 1em;
  }
}

/* -- Lightbox and EXIF -- */
.EXIF {
  padding: 2em 0;
  text-align: center;

  width: 100%;
}
.EXIF__caption {
  font-family: 'Fira Sans Condensed', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}
.EXIF__exif img {
  vertical-align: middle;
}
.EXIF__exif div {
  display: inline-block;
  margin: 0 1em;
  color: rgba(255, 255, 255, 0.5);
}

.lum-lightbox {
  background: rgba(26, 32, 55, 0.95);
}
.lum-lightbox:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 14em;
  z-index: 1;
  background: rgba(14, 19, 35, 0.95);
}
.lum-lightbox-inner {
  z-index: 2;
}
.lum-lightbox-inner .lum-lightbox-caption {
  max-width: none !important;
}

.blink {
  -webkit-animation: 2s linear infinite condemned_blink_effect; /* for Safari 4.0 - 8.0 */
  animation: 2s linear infinite condemned_blink_effect;
  vertical-align: middle;
}

/* for Safari 4.0 - 8.0 */
@-webkit-keyframes condemned_blink_effect {
  0% {
    visibility: hidden;
  }
  50% {
    visibility: hidden;
  }
  100% {
    visibility: visible;
  }
}

@keyframes condemned_blink_effect {
  0% {
    visibility: hidden;
  }
  50% {
    visibility: hidden;
  }
  100% {
    visibility: visible;
  }
}

/* Hack for widthfix of hhmap app */
.App .HHMap.HHMap--replay > div {
  width: auto !important;
}
.App .HHPanel dl {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 1em;
  padding: 1em;
}
.App .HHPanel dl > div:empty {
  display: none;
}
@media (min-width: 1024px) {
  .App .HHPanel dl {
    display: flex;
    padding: 0;
  }
  .App .HHPanel dl > div:empty {
    display: block;
  }
}

#wp-admin-bar-comments {
  display: none;
}
.Simulcast input {
  display: block;
  width: 100%;
}
.Simulcast {
  font-size: 1.1em;
  margin-top: 1.5em;
  display: flex;
  flex-direction: column;
  width: 60%;
  margin-left: auto;
  margin-right: auto;
}
.Simulcast input {
  border: 1px solid #7883a7;
  background: white;
  padding: 0.5em 1em;
  border-radius: 0;
  margin-bottom: 0.5em;
}
.Simulcast button {
  border: none;
  background: #505970;
  padding: 0.5em 1em;
  color: var(--darkbg);
  border: 1px solid #606980;
}
.Simulcast > div {
  margin-bottom: 1em;
  display: flex;
}
.Simulcast > div > div {
  width: 100%;
}
.Simulcast figure {
  margin: 0.4em 1em 0 0;
  width: 42px;
  text-align: center;
}
.Simulcast > div:first-child figure img {
  width: 32px;
}
.Simulcast > div:nth-child(2) figure img {
  height: 24px;
}
