@charset "UTF-8";
/*
Theme Name: Whowhatwhy
Theme Version: 1.1
*/
@import url("//hello.myfonts.net/count/3bb8a9");
/* Brand colors */
:root {
  --gridgap: 20px;
}

@font-face {
  font-family: "CairoliNow-Regular";
  src: url("webFonts/CairoliNow-Regular/font.woff2") format("woff2"), url("webFonts/CairoliNow-Regular/font.woff") format("woff");
  font-display: swap;
}
@font-face {
  font-family: "CairoliNow-Italic";
  src: url("webFonts/CairoliNow-Italic/font.woff2") format("woff2"), url("webFonts/CairoliNow-Italic/font.woff") format("woff");
  font-display: swap;
}
@font-face {
  font-family: "CairoliNow-Thin";
  src: url("webFonts/CairoliNow-Thin/font.woff2") format("woff2"), url("webFonts/CairoliNow-Thin/font.woff") format("woff");
  font-display: swap;
}
@font-face {
  font-family: "CairoliNow-Bold";
  src: url("webFonts/CairoliNow-Bold/font.woff2") format("woff2"), url("webFonts/CairoliNow-Bold/font.woff") format("woff");
  font-display: swap;
}
@font-face {
  font-family: "CairoliNow-Black";
  src: url("webFonts/CairoliNow-Black/font.woff2") format("woff2"), url("webFonts/CairoliNow-Black/font.woff") format("woff");
  font-display: swap;
}
@font-face {
  font-family: "CairoliNowCondensed-Regular";
  src: url("webFonts/CairoliNowCondensed-Regular/font.woff2") format("woff2"), url("webFonts/CairoliNowCondensed-Regular/font.woff") format("woff");
  font-display: swap;
}
@font-face {
  font-family: "CairoliNowCondensed-Medium";
  src: url("webFonts/CairoliNowCondensed-Medium/font.woff2") format("woff2"), url("webFonts/CairoliNowCondensed-Medium/font.woff") format("woff");
  font-display: swap;
}
@font-face {
  font-family: "CairoliNowCondensed-Bold";
  src: url("webFonts/CairoliNowCondensed-Bold/font.woff2") format("woff2"), url("webFonts/CairoliNowCondensed-Bold/font.woff") format("woff");
  font-display: swap;
}
h1,
h2,
h3 {
  font-family: CairoliNowCondensed-Medium, serif;
  margin: 0.5rem 0;
}

h1 {
  -webkit-marquee-increment: 0vw;
  font-size: 42px;
  font-size: 32px;
  line-height: 1.125;
}
@media (min-width: 768px) {
  h1 {
    font-size: 42px;
    line-height: 1.125;
  }
}

h2 {
  -webkit-marquee-increment: 0vw;
  font-size: clamp(32px, 3.3vw, 48px);
}

h3 {
  -webkit-marquee-increment: 0vw;
  font-size: 1.75rem;
  line-height: 1.375;
  font-weight: 400;
  letter-spacing: 1px;
}

h1 a,
h2 a,
h3 a {
  color: #0a0101;
  text-decoration: none;
}

.grid-head {
  text-transform: uppercase;
  font-size: clamp(22px, 2.4vw, 34px);
}

a {
  color: #ff2b15;
}

p,
li {
  font-family: CairoliNow-Regular;
  -webkit-marquee-increment: 0vw;
  font-size: clamp(1rem, 1.5vw, 1.125rem);
  line-height: 1.5;
  margin: 0;
  margin-bottom: 1rem;
}

.copy {
  margin: 1rem 0;
  height: auto;
}
.copy h2 {
  padding-right: 0;
}

blockquote {
  position: relative;
}
blockquote::before {
  position: absolute;
  border: 10px solid #ff2b15;
  content: "";
  top: 0;
  bottom: 0;
  width: 15px;
  border-right: none !important;
}
blockquote p {
  font-size: 1rem;
  font-family: CairoliNow-Bold !important;
  margin: 1.5rem 1rem 1.5rem 2rem !important;
}
@media (min-width: 768px) {
  blockquote p {
    font-family: CairoliNow-Bold !important;
    font-size: 1.25rem;
    margin: 2rem 3rem !important;
  }
}
blockquote.wp-embedded-content::before {
  position: static !important;
  border: none !important;
  margin: 0 !important;
}

.grid-container {
  padding: 0;
  position: relative;
}
.grid-container .row-head {
  position: relative;
  display: flex;
  justify-content: center;
}

.promo {
  margin: 0 auto;
}
@media (max-width: 480px) {
  .promo {
    max-width: 320px;
  }
}
@media (min-width: 980px) {
  .promo {
    max-width: 970px;
  }
}

/* DARK MODE STYLE OVERRIDES */
@media (prefers-color-scheme: dark) {
  body {
    background-color: #0a0101 !important;
  }
}
@media (prefers-color-scheme: dark) and (prefers-color-scheme: dark) {
  body h1.grid-head.center,
body h2.grid-head.center,
body h3.grid-head.center {
    background: #0a0101;
  }
}
@media (prefers-color-scheme: dark) {
  body h1,
body h2,
body h3,
body h1 a,
body h2 a,
body h3 a {
    color: #fff;
  }
}
@media (prefers-color-scheme: dark) and (prefers-color-scheme: dark) {
  body header.main .logo {
    background: url("./assets/WWW_Logo_WHITE.svg") no-repeat;
  }
}
@media (prefers-color-scheme: dark) {
  body footer {
    background: #fff;
  }
}
@media (prefers-color-scheme: dark) and (prefers-color-scheme: dark) {
  body footer .logo {
    background: url("./assets/WWW_Logo_BLACK.svg") no-repeat;
  }
}
@media (prefers-color-scheme: dark) {
  body p,
body li {
    color: #ddd;
  }
}
@media (prefers-color-scheme: dark) and (prefers-color-scheme: dark) {
  body .category-list,
body .meta {
    color: #fff;
  }
}
@media (prefers-color-scheme: dark) and (prefers-color-scheme: light) {
  body .category-list,
body .meta {
    color: #111;
  }
}
@media (prefers-color-scheme: dark) and (prefers-color-scheme: dark) {
  body .author {
    color: #fff;
  }
  body .author a {
    color: #fff;
  }
}
@media (prefers-color-scheme: dark) and (prefers-color-scheme: light) {
  body .author {
    color: #111;
  }
  body .author a {
    color: #111;
  }
}
@media (prefers-color-scheme: dark) {
  body .single .post-categories a {
    color: #fff !important;
  }
}
@media (prefers-color-scheme: dark) {
  body .single .story {
    border-top: 3px solid #fff;
    border-bottom: 3px solid #fff;
    padding: 1rem 0;
  }
}
@media (prefers-color-scheme: dark) {
  body figcaption,
body wp-caption-text {
    color: #eee;
  }
}
@media (prefers-color-scheme: dark) {
  body #epoch-comments p {
    color: #eee !important;
  }
}
@media (prefers-color-scheme: dark) {
  body .epoch-comment-author {
    color: #eee;
  }
}
@media (prefers-color-scheme: dark) and (prefers-color-scheme: dark) {
  .caption {
    color: #fff !important;
  }
}
@media (prefers-color-scheme: dark) and (prefers-color-scheme: dark) {
  .left-bracket::before {
    border: 10px solid #eee;
  }
}
@media (prefers-color-scheme: dark) and (prefers-color-scheme: dark) and (max-width: 768px) {
  .left-bracket::before {
    border-left-width: 10px;
    border-top-width: 10px;
    border-bottom-width: 10px;
  }
}
@media (prefers-color-scheme: dark) and (prefers-color-scheme: dark) and (min-width: 769px) {
  .left-bracket::before {
    border-left-width: 10px;
    border-top-width: 10px;
    border-bottom-width: 10px;
  }
}
@media (prefers-color-scheme: dark) and (prefers-color-scheme: dark) {
  .right-bracket::after {
    border: 10px solid #eee;
  }
}
@media (prefers-color-scheme: dark) and (prefers-color-scheme: dark) and (max-width: 768px) {
  .right-bracket::after {
    border-right-width: 10px;
    border-top-width: 10px;
    border-bottom-width: 10px;
  }
}
@media (prefers-color-scheme: dark) and (prefers-color-scheme: dark) and (min-width: 769px) {
  .right-bracket::after {
    border-right-width: 10px;
    border-top-width: 10px;
    border-bottom-width: 10px;
  }
}
@media (prefers-color-scheme: dark) and (prefers-color-scheme: dark) {
  .top-bracket {
    border-color: #fff;
  }
}
@media (prefers-color-scheme: dark) and (prefers-color-scheme: dark) {
  .bottom-bracket {
    border-color: #fff;
  }
}
@media (prefers-color-scheme: dark) and (prefers-color-scheme: dark) {
  .category-grid:nth-child(even)::before {
    border: 10px solid #eee;
  }
}
@media (prefers-color-scheme: dark) and (prefers-color-scheme: dark) {
  .category-grid:nth-child(odd)::after {
    border: 10px solid #eee;
  }
}
@media (prefers-color-scheme: dark) {
  .category-grid .social {
    display: flex;
    align-items: center;
    font-family: fontawesome;
  }
  .category-grid .social > a {
    margin-right: 1.25rem;
  }
  .category-grid .social .fab,
.category-grid .social .far {
    color: #fff !important;
  }
}
/* light MODE STYLE OVERRIDES */
@media (prefers-color-scheme: light) {
  body {
    background-color: #fff !important;
  }
}
@media (prefers-color-scheme: light) and (prefers-color-scheme: light) {
  h1.grid-head.center,
h2.grid-head.center,
h3.grid-head.center {
    background: #fff;
  }
}
@media (prefers-color-scheme: light) {
  h1,
h2,
h3,
h1 a,
h2 a,
h3 a {
    color: #0a0101;
  }
}
@media (prefers-color-scheme: light) {
  .headline h2 a {
    color: #0a0101;
  }
}
@media (prefers-color-scheme: light) and (prefers-color-scheme: light) {
  header.main .logo {
    background: url("./assets/WWW_Logo_BLACK.svg") no-repeat;
  }
}
@media (prefers-color-scheme: light) {
  .mega-menu-link {
    color: #111 !important;
    background-color: transparent !important;
  }
}
@media (prefers-color-scheme: light) {
  .mega-menu-link:hover {
    background: transparent !important;
  }
}
@media (prefers-color-scheme: light) {
  .mega-menu-flyout:hover,
.mega-menu-flyout [aria-expanded=true] {
    background-color: transparent !important;
  }
}
@media (prefers-color-scheme: light) {
  .dashicons-search::before {
    color: #222 !important;
  }
}
@media (prefers-color-scheme: light) {
  footer {
    background: #0a0101;
  }
  footer .logo {
    min-height: 150px;
    background-size: cover;
    margin-top: 1.5rem;
  }
}
@media (prefers-color-scheme: light) and (prefers-color-scheme: light) {
  footer .logo {
    background: url("./assets/WWW_Logo_WHITE.svg") no-repeat;
  }
}
@media (prefers-color-scheme: light) {
  footer .wrap li a {
    color: #fff !important;
  }
}
@media (prefers-color-scheme: light) {
  p,
li {
    color: #222;
    font-family: CairoliNow-Regular;
  }
}
@media (prefers-color-scheme: light) and (prefers-color-scheme: light) {
  .meta a {
    color: #0a0101;
  }
}
@media (prefers-color-scheme: light) and (prefers-color-scheme: light) {
  .category-list,
.meta {
    color: #111;
  }
}
@media (prefers-color-scheme: light) and (prefers-color-scheme: light) {
  .meta-info {
    border-top: 6px solid #111;
    border-bottom: 6px solid #111;
  }
}
@media (prefers-color-scheme: light) and (prefers-color-scheme: light) {
  .author {
    color: #111;
  }
  .author a {
    color: #111;
  }
}
@media (prefers-color-scheme: light) {
  .single .story {
    border-top: 3px solid #0a0101;
    border-bottom: 3px solid #0a0101;
    padding: 1rem 0;
  }
}
@media (prefers-color-scheme: light) {
  figcaption.wp-caption-text {
    color: #0a0101;
  }
}
@media (prefers-color-scheme: light) {
  #epoch-comments p {
    color: #0a0101 !important;
  }
}
@media (prefers-color-scheme: light) {
  .epoch-comment-author {
    color: #0a0101;
  }
}
@media (prefers-color-scheme: light) {
  .caption {
    color: #0a0101 !important;
  }
}

@media (prefers-color-scheme: light) {
  .left-bracket::before {
    border: 10px solid #0a0101;
  }
}

@media (prefers-color-scheme: light) {
  .right-bracket::after {
    border: 10px solid #0a0101;
  }
}

@media (prefers-color-scheme: light) {
  .top-bracket {
    border-color: #0a0101;
  }
}

@media (prefers-color-scheme: light) {
  .bottom-bracket {
    border-color: #0a0101;
  }
}

@media (prefers-color-scheme: light) {
  .category-grid:nth-child(even)::before {
    border: 10px solid #0a0101;
  }
}
@media (prefers-color-scheme: light) {
  .category-grid:nth-child(odd)::after {
    border: 10px solid #0a0101;
  }
}

.post-categories a {
  color: #0a0101 !important;
}

header {
  display: flex;
  justify-content: space-between;
}
header.main .logo {
  background: url("./assets/WWW_Logo_BLACK.svg") no-repeat;
}
@media (min-width: 1440px) {
  header {
    max-width: 1440px;
  }
}
@media (prefers-color-scheme: light) {
  header .mega-toggle-blocks-right {
    background-color: #fff;
  }
  header .mega-toggle-blocks-right span.mega-toggle-animated-inner,
header .mega-toggle-blocks-right span.mega-toggle-animated-inner::before,
header .mega-toggle-blocks-right span.mega-toggle-animated-inner::after {
    background: #222 !important;
  }
}
@media (prefers-color-scheme: dark) {
  header .mega-toggle-blocks-right {
    background-color: #0a0101;
  }
  header .mega-toggle-blocks-right span.mega-toggle-animated-inner,
header .mega-toggle-blocks-right span.mega-toggle-animated-inner::before,
header .mega-toggle-blocks-right span.mega-toggle-animated-inner::after {
    background: #eee !important;
  }
}
header .mega-toggle-blocks-right button {
  height: 50px;
  display: flex;
  align-items: center;
}
header.main {
  display: flex;
  justify-content: space-between;
  padding: 1rem 0 !important;
  margin: 0 auto;
  top: 0;
  z-index: 999;
}
@media (prefers-color-scheme: light) {
  header.main {
    background: #fff;
  }
}
@media (prefers-color-scheme: dark) {
  header.main {
    background: #0a0101;
  }
}
header.main .menu-container {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  height: 65px;
}
@media (max-width: 480px) {
  header.main .menu-container {
    flex-direction: column;
    align-items: flex-end;
  }
}
@media (min-width: 1023px) {
  header.main .menu-container {
    align-items: center;
    flex-direction: row;
  }
}
@media (min-width: 1024px) {
  header.main .menu-container {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
  }
}
@media (prefers-color-scheme: light) {
  header.main .menu-container ul,
header.main .menu-container li a {
    color: #111 !important;
  }
}
@media (prefers-color-scheme: dark) {
  header.main .menu-container ul,
header.main .menu-container li a {
    color: #eee !important;
  }
}
header.main .menu-container ul.mega-menu-link,
header.main .menu-container li a.mega-menu-link {
  padding-left: 1rem;
}
@media (prefers-color-scheme: light) {
  header.main .menu-container ul.mega-menu-link,
header.main .menu-container li a.mega-menu-link {
    color: #fff !important;
  }
}
header.main .menu-container .mega-sub-menu li a {
  color: #111 !important;
}
header.main .menu-container > div,
header.main .menu-container p,
header.main .menu-container span {
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
}
header.main .menu-container p.donate-menu {
  display: flex;
  align-items: center !important;
}
@media (min-width: 481px) {
  header.main .menu-container p.donate-menu {
    margin: 0 1.5rem;
  }
}
header.main .menu-container p.donate-menu a {
  display: flex;
  align-items: center;
  text-decoration: none;
  padding: 0 0.5rem;
  background: #ff2b15 !important;
  font-family: CairoliNow-Black, serif;
  color: #fff;
  text-transform: uppercase;
}
header.main .menu-top-container {
  display: none !important;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  justify-content: flex-end;
}
@media (min-width: 1023px) {
  header.main .menu-top-container {
    display: flex !important;
  }
}
header.main .menu-top-container ul {
  list-style: none;
  display: flex;
  justify-content: flex-end;
  margin: 0;
}
header.main .menu-top-container ul li {
  margin-right: 2rem;
}
header.main .menu-top-container ul li a {
  display: flex;
  padding-top: 1rem;
  text-decoration: none;
  margin: 0;
}
header.main #mega-menu-wrap-Top {
  display: none;
}
@media (min-width: 960px) {
  header.main #mega-menu-wrap-Top {
    display: block;
  }
}
header.main #mega-menu-Top {
  margin: 0;
  padding: 0;
  position: relative;
  line-height: 1;
  bottom: 0;
  font-family: CairoliNow-Black !important;
}
header.main #mega-menu-Top li {
  margin: 0 !important;
  padding: 0 !important;
  height: 32px !important;
}
header.main #mega-menu-Top li.mega-current-menu-item a {
  border-bottom: 3px solid #fff !important;
}
header.main #mega-menu-Top li a {
  font-size: 18px !important;
}
header.main #mega-menu-Top li a:hover {
  border-bottom: 3px solid #fff !important;
}
@media (prefers-color-scheme: dark) {
  header.main #mega-menu-Top li a {
    color: #fff !important;
  }
}
@media (prefers-color-scheme: light) {
  header.main #mega-menu-Top li a {
    color: #111 !important;
  }
}

li.social a {
  font-size: 1.25rem !important;
}

#mega-menu-Main {
  padding-top: 0.5rem !important;
}

#mega-menu-Main .mega-social {
  display: block !important;
  float: left !important;
}
@media only screen and (max-width: 3200px) {
  #mega-menu-Main .mega-social {
    clear: none !important;
  }
}

#mega-menu-Main li.main-category {
  padding-left: 0 !important;
}

.main-category {
  background: #0a0101 !important;
}

.section-category,
.burger-donate {
  border-top: 3px solid #818196 !important;
}

.search-burger {
  border-bottom: 3px solid #818196 !important;
  padding-bottom: 0.25rem !important;
}

.mega-menu-link.mega-menu-logo {
  background: transparent !important;
  max-height: 72px !important;
  max-width: 72px !important;
}

#mega-menu-wrap-Main .mega-sub-menu li a {
  color: #fff !important;
}

/*input[name="s"] {
  background: $graphitegrey !important;
  caret-color: #fff;
  color: #fff !important;
}
*/
span.dashicons.dashicons-search.search-icon::before {
  color: #fff !important;
}

footer {
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  color: #111;
}
footer a {
  text-decoration: none;
}
footer .wrap {
  display: flex;
  flex-direction: column;
  max-width: 1440px;
}
@media (min-width: 940px) {
  footer .wrap {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    margin: 0 auto;
    align-items: flex-start;
    justify-content: flex-start;
    min-height: 150px;
    padding: 2rem 0;
  }
}
footer .wrap .menu-policies-container ul,
footer .wrap .menu-misc-container ul {
  display: flex;
  flex-direction: column;
}
footer .wrap .branding {
  display: flex;
  flex-direction: column;
  align-items: center;
  order: -1;
}
@media (min-width: 940px) {
  footer .wrap .branding {
    order: 0;
  }
}
footer .wrap .logo {
  display: block;
  min-height: 100px;
  height: 100px;
  width: 100px;
  background-size: cover;
  margin-top: 1.5rem;
}
@media (prefers-color-scheme: dark) {
  footer .wrap .logo {
    background: url("./assets/WWW_Logo_BLACK.svg") no-repeat;
  }
}
footer .wrap #menu-social {
  width: 50%;
}
footer .wrap #menu-social ul {
  flex-direction: row;
}
footer .wrap #menu-social li {
  background: transparent;
  color: #989898;
  font-family: FontAwesome;
  font-size: 1.5em;
  list-style: none;
  margin: 0;
  align-items: center;
  flex: 1 1 auto;
  justify-content: center;
  text-align: center;
}
footer .wrap #menu-social li a {
  color: #989898;
  text-decoration: none;
}
footer .wrap #menu-social li a::after {
  color: #989898;
  text-decoration: none;
  display: none;
}
footer .wrap #menu-social li a::before {
  content: "\f408";
  padding: 0 3px;
}
footer .wrap #menu-social li a:hover::before {
  opacity: 0.75;
}
footer .wrap span.screen-reader-text {
  display: none;
}
footer .wrap #menu-social li a[href*="youtube.com"]::before {
  content: "\f16a";
  color: #c4302b;
  color: #989898;
}
footer .wrap #menu-social li a[href*="twitter.com"]::before {
  content: "\f099";
  color: #33ccff;
  color: #989898;
}
footer .wrap #menu-social li a[href*="instagram.com"]::before {
  content: "\e055";
  color: #33ccff;
  color: #989898;
}
footer .wrap #menu-social li a[href*="facebook.com"]::before {
  content: "\f09a";
  color: #3b5998;
  color: #989898;
}
footer .wrap #menu-social li a[href*="linkedin.com"]::before {
  content: "\f0e1";
  color: #3b5998;
  color: #989898;
}
footer .wrap #menu-social li a[href*=feed]::before {
  content: "\f09e";
  color: #3b5998;
  color: #989898;
}
footer .wrap ul {
  margin: 1rem 0 0 0;
  padding: 0;
  text-align: center;
  display: flex;
  flex-direction: column;
}
@media (min-width: 768px) {
  footer .wrap ul {
    flex-direction: row;
    justify-content: space-between;
  }
}
footer .wrap ul li {
  list-style: none;
}
footer .wrap ul li a {
  color: #111;
}
footer .wrap .legal {
  margin: 1rem 0;
  text-align: center;
}

.prefooter {
  justify-content: center;
  display: flex;
  text-align: center;
  padding: 2rem 0;
  /*.gform_wrapper.gravity-theme .gfield-choice-input + label {
    max-width: 100% !important;
  }
  .prefooter-form {
    display: flex;
    justify-content: center;
    text-align: center;
    #gform_fields_14 {
      display: flex;
      justify-content: space-evenly;

      > div,
      > fieldset {
        max-width: 33%;
        width: 33%;
        justify-content: center;
        align-items: center !important;
      }
      .ginput_container.ginput_container_radio {
        width: 100%;
      }
      .gfield_radio {
        text-align: left;
        align-self: flex-end;
        display: flex;
        width: 100%;
        max-width: 100%;
      }
    }
  }
  #gform_fields_14 .gfield_radio {
    display: flex;
    justify-content: space-around;
  }

  .gfield_required {
    @media (prefers-color-scheme: light) {
      color: $www-black !important;
    }
    @media (prefers-color-scheme: dark) {
      color: #fff !important;
    }
  }
  .gform_heading {
    margin-bottom: 1rem;
  }
  .gform_footer {
    display: flex;
    padding: 0 !important;
    margin: 0 !important;
    height: 40px !important;

    [type="submit"] {
      font-family: $boldtext;
      text-transform: uppercase;
      background: none;
      background: $www-red !important;
      padding: 0.25rem 0.75rem !important;
      border: none !important;
      color: #fff;
      height: 40px !important;
      margin-left: 0.5rem;
      font-size: 1.125rem;
    }
  }
  #field_14_1 {
    height: 40px;
    padding: 0 !important;
  }*/
}
@media (prefers-color-scheme: dark) {
  .prefooter {
    color: #fff;
    background: #40404f;
  }
}
@media (prefers-color-scheme: light) {
  .prefooter {
    color: #0a0101;
    background: #dfdfe9;
  }
}
.prefooter #gform_wrapper_14 {
  padding: 0 1rem;
  margin-top: 1rem;
}
.prefooter #gform_14 {
  margin-top: 1rem;
}
.prefooter #gform_14 .gform_footer {
  display: flex;
  justify-content: center;
}
.prefooter #gform_14 .gform_footer .gform_button {
  font-size: 1.125rem;
  padding: 0.5rem 1rem;
}

.pagination {
  display: flex;
  justify-content: center;
  padding: 1rem 0;
}
.pagination .nav-links a,
.pagination .dots {
  text-decoration: none;
  color: #0a0101;
}
@media (prefers-color-scheme: dark) {
  .pagination .nav-links a,
.pagination .dots {
    color: #fff;
  }
}
.pagination .prev,
.pagination .next {
  font-size: 1.5rem !important;
}
.pagination .page-numbers {
  font-size: 1.25rem;
  margin: 0 0.25rem;
}
.pagination .page-numbers.current {
  color: #ff2b15;
}

.legal {
  padding: 1.5rem 0;
  font-family: CairoliNow-Thin;
  background: #fff;
  text-align: center;
}

/* Bracket CSS */
.left-bracket {
  position: relative;
}

.left-bracket::before {
  bottom: 0;
  content: "";
  position: absolute;
  top: 0;
  width: 10px;
  border-right: none !important;
  left: 0;
}

.right-bracket {
  position: relative;
  width: calc(100% - 10px);
}
@media (max-width: 480px) {
  .right-bracket {
    padding: 2rem 0;
  }
}
@media (min-width: 481px) {
  .right-bracket {
    padding: 2em;
  }
}

.right-bracket::after {
  bottom: 0;
  content: "";
  position: absolute;
  top: 0;
  bottom: -10px;
  width: 50px;
  border-left: none !important;
  right: -10px;
}

.top-bracket {
  position: relative;
  width: 100%;
  border-left-style: solid;
  border-right-style: solid;
  border-top-style: solid;
}
@media (max-width: 768px) {
  .top-bracket {
    margin-top: -1rem !important;
    height: 20px;
  }
}
@media (min-width: 769px) {
  .top-bracket {
    height: 30px;
  }
}
@media (max-width: 768px) {
  .top-bracket {
    border-right-width: 10px;
    border-top-width: 10px;
    border-left-width: 10px;
  }
}
@media (min-width: 769px) {
  .top-bracket {
    border-right-width: 10px;
    border-top-width: 10px;
    border-left-width: 10px;
  }
}
.top-bracket.single {
  position: relative;
  margin-top: 2rem;
}

.bottom-bracket {
  width: 100%;
  border-right-style: solid;
  border-top-style: solid;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  border-left-style: solid;
}
@media (max-width: 768px) {
  .bottom-bracket {
    height: 20px;
    height: 30px;
  }
}
@media (min-width: 769px) {
  .bottom-bracket {
    height: 30px;
  }
}
@media (max-width: 768px) {
  .bottom-bracket {
    border-right-width: 10px;
    border-top-width: 10px;
    border-left-width: 10px;
  }
}
@media (min-width: 769px) {
  .bottom-bracket {
    border-right-width: 10px;
    border-top-width: 10px;
    border-left-width: 10px;
  }
}

.the_categories,
.categories {
  text-transform: uppercase;
  font-size: 0.875rem;
  line-height: 1;
}
.the_categories a,
.categories a {
  color: #ff2b15;
  text-decoration: none;
}

.big-meta .the_categories {
  margin-top: 0;
}

.byline,
.pubdate {
  text-transform: uppercase;
  font-size: 0.75rem;
  line-height: 1;
  padding: 0;
  color: #818196;
}
@media (min-width: 768px) {
  .byline,
.pubdate {
    font-size: 0.875rem;
  }
}
@media (prefers-color-scheme: dark) {
  .byline,
.pubdate {
    color: #818196;
  }
}
.byline a,
.pubdate a {
  color: #818196;
  text-decoration: none;
}
@media (prefers-color-scheme: dark) {
  .byline a,
.pubdate a {
    color: #818196;
  }
}

.pubdate {
  margin-left: 1rem;
}

.home .little-meta .pubdate {
  display: none;
}

.home .latest-stories .little-meta .pubdate {
  display: inline;
}

.pod-guest {
  font-size: 0.9125rem;
}

.big-meta {
  margin: 0;
  padding: 0;
}
.big-meta .byline,
.big-meta .byline a {
  color: #111;
}
@media (prefers-color-scheme: dark) {
  .big-meta .byline,
.big-meta .byline a {
    color: #fff;
  }
}
.big-meta > span {
  margin: 0;
  padding: 0;
}

.little-meta .the_categories,
.single-row .the_categories {
  font-size: 0.875rem;
}
.little-meta h3,
.single-row h3 {
  margin: 0.5rem 0;
}

.byline a {
  color: #818196;
}
@media (prefers-color-scheme: dark) {
  .byline a {
    color: #bcbcbc;
  }
}

.category .stories {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  grid-gap: 1.25rem !important;
}
.category .grid-listing {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(340px, 1fr));
  grid-gap: 1.25rem !important;
}
.category .grid-listing article {
  display: flex;
  flex-direction: column;
}
.category .grid-listing article .figure {
  margin-bottom: 1rem;
}
.category .grid-listing.interior {
  display: flex;
  flex-direction: column;
}
.category .grid-listing.interior .stories {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  grid-gap: 1.25rem !important;
}

.cats::after {
  content: ", ";
}
.cats:last-child::after {
  content: "";
}

:root {
  --form-control-color: rebeccapurple;
}

h2,
h3 {
  line-height: 1.125;
}

@media (prefers-color-scheme: dark) {
  td {
    color: #fff;
  }
  html {
    color: #fff;
  }
}
.map-interviews {
  display: flex;
  flex-wrap: wrap;
  max-width: 80ch;
}

.map-interviews iframe {
  max-width: 38ch;
  padding: 1ch;
}

.single-post .entry img {
  max-width: 80ch;
  height: auto;
}

@media (max-width: 480px) {
  .single-post .entry img {
    max-width: 345px;
    height: auto;
  }
  figcaption,
.wp-caption-text {
    font-size: 12px;
  }
}
.ais-hits--item article {
  display: grid;
  grid-template-columns: 1fr 1fr;
}

.wp-caption-text {
  margin-top: 0.5rem !important;
  font-style: italic;
}

.latest-stories .copy h2,
.featured-stories-wrapper .copy h2 .little-meta h3,
.single-row h3 {
  padding-right: 0;
}

.tagline {
  text-align: right;
  margin: 0;
  color: #111;
}

@media (prefers-color-scheme: dark) {
  p.tagline {
    color: #fff;
  }
  .gform_title,
.gfield_label {
    color: #fff !important;
  }
}
@media (prefers-color-scheme: dark) {
  .ais-SearchBox-input {
    background: rgb(64, 64, 79) !important;
    color: #fff;
  }
}
@media (prefers-color-scheme: dark) {
  .dv {
    -webkit-filter: invert(1);
            filter: invert(1);
  }
  .dv-lightonly {
    display: none !important;
  }
}
@media (prefers-color-scheme: light) {
  .dv-darkonly {
    display: none !important;
  }
}
.page-template-page-thanks main {
  min-height: 500px;
  display: flex;
  flex-direction: column;
}

.page-id-64835 .content,
#give-lively-widget iframe {
  min-height: 1900px !important;
}

@media (prefers-color-scheme: dark) {
  .gl-simple-donation-widget {
    background: #fff;
    padding: 2rem;
  }
}
.page-id-68654 .wrapper {
  min-height: 100vh;
}

#gform_submit_button_18 {
  font-size: 1.375rem;
}

.category .copy.left-bracket {
  padding-left: 30px;
}

.post-div {
  display: flex;
}

.post-div h3 {
  margin: 0;
}

.post-div h4 {
  margin: 0 0 1rem 0;
}

.post-edit-link {
  color: red;
}

.search-result p {
  font-style: normal;
  font-size: 1.125rem !important;
}

#amazon-ai-player-label {
  font-size: 1.125rem;
  margin-bottom: 0.5rem;
}

.mega-search input[type=text] {
  background: #fff !important;
  color: #111 !important;
  font-size: 0.875rem !important;
}

@media (min-width: 768px) {
  .single-post .hero img {
    max-height: 520px;
  }
}
.election-special article {
  display: grid;
  grid-template-columns: 2fr 1fr;
}

.election-special article .figure {
  order: 99;
}

.election-special article .copy {
  padding: 1rem;
}

.category-ukraine .figure img,
.category-deep-state .figure img {
  margin-bottom: 1rem !important;
}

.page-id-15437 main {
  min-height: 2400px;
}

.gl-widget__other-payment-method-link.gl-widget__other-payment-method-link-text {
  font-size: 1.125rem !important;
}

.gl-widget__payment-request-button.StripeElement {
  max-height: 40px !important;
}

.gl-widget__btn.gl-widget__btn--primary.gl-widget__donation-submit-button {
  display: block !important;
  height: 50px !important;
}

.page-id-72300 .gfield_radio#input_8_1 {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
}

.page-id-72300 .gfield_radio#input_8_17,
.page-id-72300 .gfield_radio#input_8_19 {
  display: grid;
  row-gap: 20px;
  grid-template-columns: repeat(auto-fill, minmax(140px, 1fr));
}
.page-id-72300 .gfield_radio#input_8_17 > div,
.page-id-72300 .gfield_radio#input_8_19 > div {
  border: 1px solid #fff;
  color: #111;
  background: #a0a0ae;
}

.gfield_radio > div {
  display: grid;
  margin-right: 20px;
  border: 1px solid #ccc;
  background: #ddd;
  border-radius: 3px;
  padding: 0.5rem 0.375rem;
}
@media (prefers-color-scheme: dark) {
  .gfield_radio > div {
    background: #40404e;
  }
}

.gchoice {
  display: flex !important;
  flex-direction: row-reverse !important;
  justify-content: space-between;
}

input[type=radio] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: #fff;
  margin: 0;
  font: inherit;
  color: currentColor;
  width: 1.15em;
  height: 1.15em;
  border: 0.15em solid currentColor;
  border-radius: 50%;
  -webkit-transform: translateY(-0.075em);
          transform: translateY(-0.075em);
  display: grid;
  place-content: center;
}

input[type=radio]::before {
  content: "";
  width: 0.65em;
  height: 0.65em;
  border-radius: 50%;
  -webkit-transform: scale(0);
          transform: scale(0);
  transition: 120ms -webkit-transform ease-in-out;
  transition: 120ms transform ease-in-out;
  transition: 120ms transform ease-in-out, 120ms -webkit-transform ease-in-out;
  box-shadow: inset 1em 1em var(--form-control-color);
}

input[type=radio]:checked {
  -webkit-transform: scale(1);
          transform: scale(1);
  background: mediumseagreen;
}

/* each file are independent story grid layouts */
@media (min-width: 768px) {
  .featured-stories-wrapper .stories {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 1.5rem;
  }
}
.featured-stories-wrapper h2.grid-head {
  text-transform: uppercase;
  margin: 0;
  padding: 0;
  font-size: clamp(22px, 2.4vw, 34px);
}
.featured-stories-wrapper .copy {
  margin: 1rem 0;
  padding-left: 30px;
  height: auto;
}
.featured-stories-wrapper .copy h2 {
  padding-right: 0;
}
.featured-stories-wrapper .big img {
  width: 100%;
}
.featured-stories-wrapper .little {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 1rem;
}
.featured-stories-wrapper .little .headline {
  margin-top: 1rem;
}
.featured-stories-wrapper.reverse .grid-head {
  text-align: right;
}
.featured-stories-wrapper.reverse .stories .big {
  order: 2;
}

.latest-stories .grid-head {
  text-transform: uppercase;
  font-size: clamp(22px, 2.4vw, 34px);
}
@media (min-width: 768px) {
  .latest-stories .stories {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 1.5rem;
  }
}
.latest-stories .copy {
  margin: 1rem 0;
  padding-left: 30px;
  height: auto;
}
.latest-stories .copy h2 {
  padding-right: 2ch;
}
.latest-stories .big img {
  width: 100%;
}
.latest-stories .little {
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 1rem;
}
@media (min-width: 769px) {
  .latest-stories .little {
    grid-template-columns: 1fr 1fr;
  }
}
.latest-stories .little .headline {
  margin-top: 1rem;
}

.featured-category-primary {
  display: flex;
  flex-direction: column;
}

@media (max-width: 768px) {
  .two-up {
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 20px;
  }
}
@media (min-width: 769px) {
  .two-up {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 20px;
  }
}
.two-up .category-half {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  margin-bottom: calc(2 * var(--gridgap));
  padding: 0;
}
.two-up .category-half .big .copy {
  margin: 1.5rem 0;
  padding-left: 30px;
  padding-right: 0;
}
.two-up .category-half .little {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 20px;
}
.two-up .category-half .little article .figure {
  margin-bottom: 1.5rem;
}
.two-up .single-column .heading h2 {
  padding-right: 0;
}
@media (min-width: 768px) {
  .two-up .single-column .heading h2 {
    text-align: right;
  }
}
.two-up .single-column article {
  grid-template-columns: 1fr 1fr;
  display: grid;
  margin-bottom: 20px;
  grid-gap: var(--gridgap);
}
@media (max-width: 480px) {
  .two-up .single-column article {
    margin-bottom: calc(var(--gridgap));
    grid-gap: calc(var(--gridgap) / 2);
  }
}
@media (min-width: 768px) {
  .two-up .single-column article h3 {
    text-align: right;
  }
}
@media (min-width: 768px) {
  .two-up .single-column article h3 {
    padding-left: 0;
  }
}
.two-up .single-column article .meta {
  display: flex;
  flex-direction: column;
}
@media (min-width: 768px) {
  .two-up .single-column article .meta {
    text-align: right;
  }
}
@media (min-width: 768px) {
  .two-up .single-column article .figure {
    order: 2;
  }
}

@media (max-width: 768px) {
  .commentary {
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 20px;
  }
}
@media (min-width: 769px) {
  .commentary {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 20px;
  }
}
.commentary .category-half {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  margin-bottom: calc(2 * var(--gridgap));
  padding: 0;
}
.commentary .category-half .big .copy {
  margin: 1.5rem 0;
  padding-left: 30px;
  padding-right: 0;
}
.commentary .category-half .little {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 20px;
}
.commentary .category-half .little article .figure {
  margin-bottom: 1.5rem;
}
.commentary .single-column .heading h2 {
  padding-right: 0;
}
@media (min-width: 768px) {
  .commentary .single-column .heading h2 {
    text-align: right;
  }
}
.commentary .single-column article {
  grid-template-columns: 1fr 1fr;
  display: grid;
  margin-bottom: 20px;
  grid-gap: var(--gridgap);
}
.commentary .single-column article img {
  width: 100%;
}
@media (max-width: 480px) {
  .commentary .single-column article {
    margin-bottom: calc(var(--gridgap));
    grid-gap: calc(var(--gridgap) / 2);
  }
}
@media (min-width: 768px) {
  .commentary .single-column article h3 {
    text-align: right;
  }
}
@media (min-width: 768px) {
  .commentary .single-column article h3 {
    padding-left: 0;
  }
}
.commentary .single-column article .meta {
  display: flex;
  flex-direction: column;
}
@media (min-width: 768px) {
  .commentary .single-column article .meta {
    text-align: right;
  }
}
@media (min-width: 768px) {
  .commentary .single-column article .figure {
    order: 2;
  }
}

.single-row {
  display: grid;
  grid-gap: 20px;
}
@media (max-width: 940px) {
  .single-row {
    grid-template-columns: 1fr 1fr;
    padding: 16px 0;
  }
}
@media (min-width: 941px) {
  .single-row {
    padding: 16px 30px;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
}
.single-row article {
  position: relative;
}
.single-row article .copy {
  margin: 1rem 0;
  padding-left: 0 !important;
  height: auto;
}
.single-row article .copy h2 {
  padding-right: 2ch;
}
.single-row article img {
  max-width: 100%;
  height: auto;
  display: block;
  margin-bottom: 20px;
}
.single-row .headline {
  position: static !important;
}
.single-row .figure {
  position: relative;
}
.single-row h3 {
  bottom: 5%;
  line-height: 1;
}

.single.row .row-head {
  margin-top: -22px;
}
@media (max-width: 480px) {
  .single.row .row-head {
    margin-top: -16px;
  }
}

.single-post .content {
  display: block;
}
.single-post .hero,
.single-post .grid-head {
  margin: 0 auto;
  width: 100%;
}
.single-post .hero img {
  width: 100%;
  height: 200px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (min-width: 768px) {
  .single-post .hero img {
    max-height: 500px;
    height: auto;
  }
}
.single-post .hero.cartoon img {
  max-height: 100% !important;
}
.single-post figcaption,
.single-post .wp-caption-text {
  max-width: 768px;
  font-family: CairoliNow-Regular;
  font-size: 0.875rem;
  line-height: 1.25;
  margin: 1rem auto 2rem auto;
}
.single-post .entry {
  margin: 0 auto;
  width: 80ch;
  max-width: 96%;
  display: flex;
  flex-direction: column;
}
.single-post .entry .copy {
  margin-bottom: 3rem;
  padding-left: 2rem;
}
.single-post .post {
  /*  iframe {
      max-width: 100%;
      height: calc(0.5625 * 100vw);
      &::before {
        margin-top: 2rem;
      }
      @media (min-width: 768px) {
        width: 768px;
        height: 432px;
      }
      margin: 0 auto !important;
    }
  */
}
.single-post .post p {
  margin: 0;
  margin-bottom: 1.25rem;
}

@media (min-width: 480px) {
  .crp_related ul {
    margin: 0;
    padding: 0;
    display: grid;
    grid-gap: 1.5rem;
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  }
  .crp_related li {
    margin: 0 auto;
    list-style: none;
    position: relative;
  }
  .crp_related li .crp_title {
    padding: 0.5rem;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    font-size: 0.785rem;
    background: rgba(10, 1, 1, 0.2);
  }
  .crp_related li figure {
    margin: 0;
    padding: 0;
  }
}
.crp_related ul {
  margin: 0;
  padding: 0;
}
.crp_related ul li {
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: center;
}
.crp_related ul li img {
  width: 100%;
  height: auto;
}
.crp_related a {
  color: #fff;
}

.hero {
  max-width: 100%;
}
@media (max-width: 768px) {
  .hero {
    margin-top: 0;
    padding: 0.5rem 1rem;
  }
}
.hero article {
  position: relative;
}
.hero article figure {
  position: relative;
  height: 100%;
}
.hero h2 {
  padding: 8px;
  bottom: 5%;
  right: 0;
  position: absolute;
  font-family: CairoliNow-Regular;
}

.alpha {
  border: 1px solid lime;
}

* {
  box-sizing: border-box;
}

.wrapper {
  margin: 0 auto;
}
@media (min-width: 1440px) {
  .wrapper {
    max-width: 1440px;
  }
}

html,
body {
  font-family: CairoliNow-Regular;
  margin: 0;
  padding: 0;
  max-width: 100%;
  word-wrap: break-word;
}

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

@media (max-width: 480px) {
  .wp-caption.alignnone {
    max-width: 94%;
    margin: 0 auto;
  }
  .wp-caption.alignnone a img {
    max-width: 100% !important;
  }
}
/* Structure */
.page .narrow {
  max-width: 768px;
  margin: 0 auto;
}

.content,
header,
.grid-listing.interior {
  margin: 0 auto;
  max-width: 94%;
}
@media (min-width: 1530px) {
  .content,
header,
.grid-listing.interior {
    max-width: 1440px;
  }
}

.content {
  display: relative;
  margin: 2rem auto !important;
  display: grid;
  grid-row-gap: 1.5rem;
}

.borderline {
  max-width: 100% !important;
  border-bottom: 6px solid #ededed;
  padding-bottom: 1rem;
}
@media (prefers-color-scheme: dark) {
  .borderline {
    border-bottom: 6px solid #454545;
  }
}
.borderline .ads {
  border: none;
}

.logo {
  min-height: 65px;
  width: 65px;
  background-size: cover;
}

/* modules */
.content,
header {
  margin: 0 auto;
}

/* playground */
.category-list {
  text-align: left;
}
@media (min-width: 768px) {
  .category-list {
    text-align: right;
  }
}

.podcast-badge img {
  max-width: 200px;
  height: auto;
}

.overlay {
  grid-area: 1/1/-1/-1;
}

.overlay-child,
.overlay-before,
.overlay-after {
  display: grid;
}

.overlay,
.overlay-child > *,
.overlay-before::before,
.overlay-after::after {
  content: "";
  grid-area: 1/1/-1/-1;
}

/* author page styles */
.earlier_posts {
  display: grid;
  grid-gap: 20px;
  grid-template-columns: repeat(auto-fit, minmax(30%, 1fr));
}

/* experimental */
.figure a,
.figure img {
  display: block;
}

.content .search {
  display: flex;
  flex-direction: column;
  max-width: 94%;
  margin: 0 auto;
}
@media (min-width: 1200px) {
  .content .search {
    max-width: 1024px;
  }
}
.content .search article {
  display: grid;
  grid-template-columns: 1fr 4fr;
  grid-gap: 20px;
  margin-bottom: 2rem;
}
.content .search article .entry {
  width: 100%;
  padding: 0 1rem;
  display: flex;
  flex-direction: column;
}
.content .search article .entry p {
  font-size: 0.875rem;
}

.dashicons-search {
  font-size: clamp(1rem, 2vw, 2rem);
  display: flex;
  align-items: flex-start;
  padding: 0;
  margin: -8px 0 0 0;
}

.algolia-autocomplete {
  width: 500px !important;
}

.content.author .grid-listing {
  display: grid;
  grid-gap: 20px;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
}
.content.author .the_categories {
  text-transform: uppercase;
}
.content.author .the_categories a {
  text-decoration: none;
  color: #ff2b15;
}
.content.author .bio {
  width: 100%;
  display: flex;
  align-items: flex-start;
}
.content.author .bio .description {
  width: auto;
  min-width: calc(100% - 150px);
}
.content.author .bio .description h2.name {
  margin-top: 0;
}
.content.author .bio .author-meta {
  width: 150px;
  margin-right: 1.5rem;
}
.content.author .bio .author-meta img {
  min-width: 150px;
  height: auto;
}
.content.author .social {
  display: flex;
  align-items: center;
  font-family: fontawesome;
}
.content.author .social > a {
  margin-right: 1.25rem;
  text-decoration: none;
}
.content.author .social .fab,
.content.author .social .far {
  font-family: fontawesome;
  font-style: normal;
  font-size: 1.25rem;
  padding: 0.25rem;
}

.cartoon {
  width: 225px;
  height: auto;
}
@media (prefers-color-scheme: dark) {
  .cartoon h3 {
    color: #111;
  }
}

.gl-widget__frequency-selection-container .gl-widget--selected-btn {
  background: #ff2b15 !important;
  color: #fff !important;
  border: none !important;
}

button.gl-widget__donation-submit-button {
  background: #818196 !important;
}

.mentor {
  font-style: italic;
}

.category-heading {
  display: flex;
  justify-content: space-between;
}

.breadcrumbs {
  padding: 0.5rem 0;
  font-size: 1rem;
  color: #0a0101;
}
@media (prefers-color-scheme: dark) {
  .breadcrumbs {
    color: #fff;
  }
}

.single-row .copy {
  padding-left: 0;
}
.single-row .headline {
  display: flex;
}
.single-row .headline h3 {
  margin-top: 0;
  padding-right: 0;
}

.single-row .category-podcast span.byline {
  margin-left: calc(0.5rem + 18px);
}

.category-podcast .the_categories::before,
.category-podcast .article-meta .headline::before {
  color: #818196;
  font-family: fontawesome;
  font-size: 18px;
  content: "\f3c9";
  width: 18px !important;
  min-width: 19px !important;
  height: 24px;
}

.page-template-page-nofooter .prefooter-form_wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (prefers-color-scheme: dark) {
  .page-template-page-nofooter .prefooter-form_wrapper .gform_description,
.page-template-page-nofooter .prefooter-form_wrapper .gfield_label {
    color: #fff;
  }
}
.page-template-page-nofooter .prefooter-form_wrapper form {
  display: flex;
  flex-direction: column !important;
  align-items: center;
  width: 100% !important;
  max-width: 100% !important;
}
.page-template-page-nofooter .prefooter-form_wrapper .gform_body.gform-body {
  width: 100% !important;
  text-align: center;
  margin: 1rem 0;
}
.page-template-page-nofooter .prefooter-form_wrapper .gform_footer.left_label {
  padding: 0 !important;
}
.page-template-page-nofooter .prefooter-form_wrapper .gform_footer.left_label #gform_submit_button_14 {
  display: flex;
  align-self: center;
  font-size: 1.25rem;
}
.page-template-page-nofooter .prefooter-form_wrapper #field_14_1 {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 100%;
}

.gform_button.button {
  display: flex;
  align-items: center;
  background: #ff2b15 !important;
  border: none !important;
  font-size: 0.875rem;
  color: #fff;
  padding: 0.25rem 0.5rem;
  font-weight: 600;
  text-transform: uppercase;
}

p.donate-menu {
  margin-left: 1rem !important;
}

.promo {
  width: 100% !important;
}

.shared-counts-wrap.style-block .shared-counts-button.included_total,
.shared-counts-wrap.style-rounded .shared-counts-button.included_total,
.shared-counts-wrap.style-buttons .shared-counts-button.included_total  {
  display: none !important;
}

@media (max-width: 480px) {
  .content.narrow {
    max-width: 94%;
    margin: 0 auto;
  }
}

.single-post .entry img {
  max-width: 768px !important;
  height: auto;
}

@media (max-width: 480px) {
  .single-post .entry img {
    max-width: 345px !important;
    height: auto;
  }
  .wp-caption-text {
    font-size: 12px;
    max-width: 345px !important;
  }
}
.manual {
  display: grid;
  grid-gap: 20px;
  grid-template-columns: 1fr 1fr;
  padding: 16px 0;
}
.manual.two {
  grid-template-columns: 1fr 1fr;
}
@media (min-width: 941px) {
  .manual.two {
    padding: 16px 30px;
    grid-template-columns: 1fr;
  }
}
.manual.three, .manual.cartoons {
  grid-template-columns: 1fr;
}
@media (min-width: 941px) {
  .manual.three, .manual.cartoons {
    padding: 16px 30px;
    grid-template-columns: 1fr 1fr 1fr;
  }
}
.manual.three .copy, .manual.cartoons .copy {
  margin: 0;
  padding: 0;
}
.manual.four {
  grid-template-columns: 1fr 1fr;
}
@media (min-width: 941px) {
  .manual.four {
    padding: 16px 30px;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
}
.manual article {
  position: relative;
}
.manual article .copy {
  margin: 1rem 0;
  height: auto;
}
.manual article .copy h2 {
  padding-right: 2ch;
}
.manual article img {
  max-width: 100%;
  height: auto;
  display: block;
  margin-bottom: 20px;
}
.manual .headline {
  position: static !important;
}
.manual .figure {
  position: relative;
}
.manual h3 {
  bottom: 5%;
  line-height: 1;
}

.manual .row-head {
  margin-top: -22px;
}
@media (max-width: 480px) {
  .manual .row-head {
    margin-top: -16px;
  }
}

@media (min-width: 1024px) {
  #algolia-autocomplete-listbox-0 {
    overflow-y: scroll !important;
  }
  .suggestion-link {
    display: flex !important;
    align-items: center !important;
  }
  .suggestion-post-title {
    font-size: 1rem;
    display: flex !important;
    flex-wrap: wrap !important;
    word-break: break-word !important;
  }
  img.suggestion-post-thumbnail {
    width: 64px !important;
    height: 64px !important;
  }
  .aa-dropdown-menu,
.algolia-autocomplete {
    left: inherit !important;
    right: 0 !important;
    width: 700px !important;
  }
}
.ei {
  grid-template-columns: repeat(auto-fill, minmax(400px, 1fr));
}
.ei .posts {
  display: flex;
  gap: 1.5rem;
}
.ei .posts.left-bracket {
  padding-left: 3rem;
}
.ei .post {
  max-width: 300px;
}
.ei .post img {
  max-width: 100%;
  height: auto;
}
.ei:nth-child(odd) .article .posts {
  flex-direction: row-reverse;
}
.ei:nth-child(odd) .article h2 {
  text-align: end;
}
.ei:nth-child(odd) .article p {
  padding-left: 25%;
  text-align: left;
}
.ei:nth-child(even) .article h2 {
  text-align: start;
}
.ei:nth-child(even) .article p {
  padding-right: 25%;
  text-align: start;
}
.ei .post {
  display: flex;
  flex-direction: column;
}
.ei .post h3 {
  text-align: center;
}
.ei .post img {
  width: 100%;
  max-width: 100%;
  margin-top: auto;
  position: relative;
}

.grid-listing.podcast.pageone article:first-child {
  grid-column: 1/3;
}

/*# sourceMappingURL=style.css.map */