@charset "UTF-8";
@import "https://use.typekit.net/axa2cfx.css";
h1, h2 {
  font-family: var(--serif);
}

h2 {
  font-size: 1.75rem;
}

h3 {
  color: rgba(0, 0, 0, 0.75);
  font-family: var(--sans);
  font-size: 1.5rem;
  font-weight: bold;
  margin-bottom: 0.5rem;
}

h4 {
  color: rgba(0, 0, 0, 0.8);
  font-family: var(--serif);
  font-size: 1.25rem;
  font-style: italic;
  line-height: 1.5;
  margin-bottom: 0;
}

body {
  color: black;
}

body, button, textarea, select, input, body[data-env="evolutionnews.org"] {
  font-family: var(--sans);
  font-size: 20px;
}

body:not(.home) h2 {
  font-size: 1.75rem;
  font-weight: bold;
}

main h2 + bodyquote {
  padding-top: 1rem;
}

body .hull a:any-link {
  color: var(--en-blue);
}
body .hull article center a:any-link {
  color: var(--en-blue-light);
}
body .hull article center a:hover {
  color: var(--en-orange);
}

sup.linked-footnote {
  border: 1px var(--en-blue) solid;
  border-radius: 50%;
  color: var(--en-blue);
  font-family: "Open Sans", sans;
  font-size: 0.75rem;
  padding: 0rem 0.3rem;
  position: relative;
}
sup.linked-footnote:hover {
  color: var(--en-orange);
}
sup.linked-footnote span {
  background-color: rgba(255, 255, 255, 0.9);
  background-color: rgba(0, 0, 0, 0.9);
  border-width: 1px;
  border-color: rgba(0, 0, 0, 0.75);
  border-style: solid;
  border-radius: 3px;
  box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.5);
  color: white;
  display: block;
  position: absolute;
  width: 300px;
  height: auto;
  left: 0;
  z-index: 98104;
}
sup.linked-footnote span dt {
  border: var(--en-orange);
  border-radius: 50%;
}
sup.linked-footnote.toggled span {
  border-color: var(--en-orange);
}
sup.linked-footnote.toggled span::after {
  color: var(--en-orange);
  content: "x";
  top: 0.1rem;
  right: 0.5rem;
  position: absolute;
}
sup.linked-footnote.toggled span::after:hover {
  color: white;
  font-weight: bold;
}

/* Adjacencies */
.adjacencies {
  display: flex;
  gap: 1rem;
  flex-direction: column;
  xmargin-left: calc(67% - 2rem - 400px);
  justify-content: center;
  align-items: center;
}
@media (min-width: calc(450px + 2rem)) {
  .adjacencies {
    gap: 0;
    flex-direction: row;
  }
}
.adjacencies article {
  flex-basis: 100px;
  font-family: var(--sans);
  font-size: smaller;
  line-height: 1.2;
  margin: 0 auto;
  padding: 0 2rem;
  position: relative;
}
@media (min-width: calc(450px + 2rem)) {
  .adjacencies article {
    flex-basis: 400px;
    margin: 0;
  }
}
.adjacencies article::before {
  content: "";
  position: absolute;
  right: calc(100% - 40px);
  width: 40px;
  height: 40px;
  top: calc(50% - 20px);
  border: 1px gray solid;
  border-width: 1px 0px 0px 1px;
  transform: rotate(-45deg);
}
.adjacencies article.next::before {
  left: calc(100% - 40px);
  transform: rotate(135deg);
}
.adjacencies article p:last-of-type {
  padding-bottom: 0;
}
@media (max-width: 600px) {
  .adjacencies article.previous::before {
    right: calc(100% - 40px);
    width: 30px;
    height: 30px;
  }
  .adjacencies article.next::before {
    left: calc(100% - 40px);
    right: auto;
    width: 30px;
    height: 30px;
  }
}
.adjacencies .previous header::before {
  content: "";
}
.adjacencies .previous:not(:only-of-type) {
  text-align: right;
}
.adjacencies .next {
  border-left: 1px gray solid;
}

.top-area #block-402 p {
  display: none;
}
.top-area .follow {
  display: flex;
  justify-content: flex-end;
  height: 2rem;
}
@media (max-width: 600px) {
  .top-area .follow {
    display: none;
  }
}
.top-area .follow dt, .top-area .follow dd {
  line-height: 2rem;
}
.top-area .follow dt {
  display: none;
  padding: 0 1ch;
}
.top-area .follow dd {
  height: 2rem;
  width: 2rem;
  display: inline-block;
  flex: 0 0 auto;
  line-height: 2rem;
  text-align: center;
}
.top-area .follow svg {
  height: 1rem;
}
.top-area .follow a:any-link {
  color: #fefefe;
  display: block;
  padding: 0.5rem 1rem;
  padding: 0;
  font-size: 1.25rem;
  text-align: center;
}
.top-area .follow .at-instagram a:hover {
  background: linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
}
.top-area .follow .at-twitter a:hover, .top-area .follow .at-x a:hover {
  background-color: #000000;
}
.top-area .follow .at-facebook a:hover {
  background-color: #5a79bb;
}
.top-area .follow .at-youtube a:hover {
  background-color: #c0272f;
}
.top-area .follow .at-email {
  display: none;
}
.top-area .follow x.at-instagram a:hover svg {
  color: linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
}
.top-area .follow x.at-twitter a:hover svg, .top-area .follow .at-x {
  color: #000000;
}
.top-area .follow x.at-facebook a:hover svg {
  color: #5a79bb;
}
.top-area .follow x.at-youtube a:hover svg {
  color: #c0272f;
}
.top-area .follow x.at-email a:hover svg {
  display: none;
}

nav.pagination {
  padding: 2rem;
  margin: 0 auto;
  text-align: center;
}
nav.pagination nav.links {
  display: flex;
  flex-direction: row;
}
nav.pagination a.page-numbers:any-link {
  padding: 0.5rem;
  xbackground-color: white;
  border: 1px transparent solid;
  color: var(--en-blue);
  flex-basis: 2rem;
}
nav.pagination a.page-numbers:hover {
  background: var(--en-orange);
  color: white;
}
nav.pagination span.current {
  padding: 0.5rem;
  background-color: var(--en-orange);
  background-color: white;
  border: 1px lightgray solid;
  color: black;
  flex-basis: 2rem;
}

.body-footer:not(.x) {
  background-color: var(--en-blue);
  color: white;
  padding: 2rem;
  display: grid;
  grid-row-gap: 1rem;
  grid-template-columns: repeat(1, 1fr);
}
@media (min-width: 800px) {
  .body-footer:not(.x) {
    align-items: top;
    grid-auto-flow: column;
    grid-template-columns: 125px minmax(200px, 425px) minmax(200px, 325px) minmax(200px, 325px);
    grid-column-gap: 1rem;
    justify-content: center;
  }
}
.body-footer:not(.x) #menu-footer {
  display: none;
}
.body-footer:not(.x) section {
  padding: 0 1rem 1rem;
}
.body-footer:not(.x) section header,
.body-footer:not(.x) section center {
  width: auto;
}
.body-footer:not(.x) section header {
  font-family: var(--serif);
  font-size: 1.5rem;
  font-weight: bold;
  padding: 0.25rem 0;
}
.body-footer:not(.x) section center {
  color: rgba(255, 255, 255, 0.75);
  font-size: smaller;
  line-height: 1.1em;
  width: 100%;
}
.body-footer:not(.x) section center a:any-link {
  color: rgba(255, 255, 255, 0.8);
}
.body-footer:not(.x) section center a:hover {
  color: rgb(255, 255, 255);
}
.body-footer:not(.x) section footer a:any-link {
  color: rgba(255, 255, 255, 0.9);
}
.body-footer:not(.x) section dl.follow {
  xdisplay: flex;
  xflex-direction: column;
}
.body-footer:not(.x) section dl.follow dt {
  font-size: 1.5rem;
  font-weight: bold;
}
.body-footer:not(.x) section dl.follow dd {
  width: 20px;
  display: inline-block;
}
.body-footer:not(.x) section dl.follow a:any-link {
  color: rgba(255, 255, 255, 0.8);
  color: var(--en-blue-lighter);
}
.body-footer:not(.x) section dl.follow a:hover {
  color: rgb(255, 255, 255);
}
.body-footer:not(.x) section dl.follow a::after {
  position: absolute;
}
.body-footer:not(.x) section dl.follow a[href*=subscribe] {
  display: none;
}
.body-footer:not(.x) .links {
  font-family: var(--serif);
}
.body-footer:not(.x) .links a:any-link {
  color: var(--en-blue-lighter);
  font-size: 1.75rem;
  line-height: 1.2em;
}
.body-footer:not(.x) .links a:hover {
  color: white;
}
.body-footer:not(.x) .links p {
  display: none;
}
.body-footer:not(.x) .about {
  background: linear-gradient(to bottom right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0) 20%, rgba(0, 0, 0, 0) 80%, rgba(0, 0, 0, 0.25) 100%);
  padding: 0 1rem 1rem;
}
.body-footer:not(.x) .about ul {
  margin: 0;
  padding: 0;
}
.body-footer:not(.x) .about li {
  list-style: none;
  border-top: 1px var(--en-blue-lighter) solid;
  font-size: 1rem;
}
.body-footer:not(.x) .about a:any-link {
  color: var(--en-blue-lighter);
}
.body-footer:not(.x) .about a:hover {
  color: rgb(255, 255, 255);
}
.body-footer:not(.x) .subscribe {
  background-image: url("https://evolutionnews.org/wp-content/uploads/2025/05/nota-bene-blue-top2.jpg");
  background-size: contain;
  background-repeat: no-repeat;
}
.body-footer:not(.x) .subscribe center {
  padding-top: 6rem;
}
.body-footer:not(.x) .subscribe form {
  position: relative;
}
.body-footer:not(.x) .subscribe input, .body-footer:not(.x) .subscribe button {
  border: none;
  display: inline-block;
  line-height: 2rem;
  outline: none;
  height: 2rem;
  margin: 0;
  padding: 0 1ch;
}
.body-footer:not(.x) .subscribe input {
  background-color: #5c7dcd;
  color: white;
  width: 100%;
}
.body-footer:not(.x) .subscribe input::placeholder {
  color: var(--en-blue);
}
.body-footer:not(.x) .subscribe input:active, .body-footer:not(.x) .subscribe input:focus {
  color: var(--en-blue);
  background-color: white;
}
.body-footer:not(.x) .subscribe button {
  background-color: var(--en-orange);
  color: white;
  position: absolute;
  top: 0;
  right: 0;
}
.body-footer:not(.x) .subscribe button:hover {
  background-color: black;
  color: var(--en-blue-lighter);
}
.body-footer:not(.x) .subscribe input:placeholder-shown ~ button {
  display: none;
}
.body-footer:not(.x) .subscribe img {
  display: none;
}
.body-footer:not(.x) p.notrack {
  padding: bottom;
}
.body-footer:not(.x) .notrack a:any-link {
  color: white;
}
.body-footer:not(.x) .donate {
  background: linear-gradient(to bottom right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0) 50%);
  background: linear-gradient(to bottom right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0) 60%);
}
.body-footer:not(.x) .donate p {
  padding: 0;
}
.body-footer:not(.x) .donate .csc-logo {
  max-width: 250px;
  margin: 0 auto;
}

.bot-area-widget:not(.x) {
  background-color: var(--en-blue-lighter);
  background-color: var(--en-orange);
  color: rgba(255, 255, 255, 0.5);
  color: var(--en-blue);
  color: white;
  font-size: smaller;
  padding: 1rem 0;
  position: relative;
}
.bot-area-widget:not(.x)::before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content: "";
  z-index: 0;
}
.bot-area-widget:not(.x) p {
  position: relative;
  z-index: 98104;
}
.bot-area-widget:not(.x) a:any-link {
  color: rgba(255, 255, 255, 0.5);
  color: var(--en-blue);
  color: white;
}
.bot-area-widget:not(.x) a:hover {
  color: white;
}

ul#menu-utility li {
  display: inline-block;
  padding: 0px;
}
ul#menu-utility li a:any-link {
  display: block;
  line-height: 2rem;
  padding: 0 1ch;
}
ul#menu-utility li a:hover {
  background-color: var(--en-blue);
}

.body-header {
  box-shadow: 0 0 2.5rem inset black;
  margin-bottom: 2.5rem;
}
.body-header .areas {
  height: 100%;
  width: calc(100vw - 2rem);
}
.body-header .areas .box {
  max-width: 100%;
}
.body-header big.header {
  background-image: url("https://evolutionnews.org/wp-content/uploads/2025/07/scienceandculture-logo-white-dropshadow.png");
  background-image: url("https://evolutionnews.org/wp-content/uploads/2025/08/sct-logotype-white.png");
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: auto 115px;
  display: block;
  font-family: "laski-slab";
  text-align: center;
  margin: 0 auto;
  position: relative;
  text-transform: none;
  width: 450px;
  max-width: 100%;
  height: 150px;
}
@media (min-width: 900px) {
  .body-header big.header {
    background-position: center 32px;
  }
}
.body-header big.header time {
  content: "March 10";
  color: white;
  display: none;
  font-size: 1.2rem;
  line-height: 1.1rem;
  position: absolute;
  top: auto;
  right: calc(50% + 0.5rem);
  bottom: calc(100% + 0.5rem);
  left: auto;
}
@media (min-width: calc(450px + 2rem)) {
  .body-header big.header time {
    xbottom: 0px;
    xright: 55px;
    xtop: auto;
  }
}
.body-header big.header a:any-link {
  color: white;
  display: block;
  text-transform: uppercase;
  font-size: 3rem;
  line-height: 2rem;
  font-weight: bold;
  text-shadow: 0 0 25px rgba(0, 0, 0, 0.5);
  opacity: 0;
  height: 100%;
  width: 100%;
}
.body-header big.header a:any-link {
  text-transform: none;
  font-weight: 500;
}
.body-header big.header sub {
  display: block;
  margin: 0 auto;
  text-align: center;
}
.body-header big.header sub.header-sub {
  display: none;
  text-align: center;
  line-height: 1.5;
}
.body-header .box {
  padding: 0;
  flex-basis: 100%;
}
.body-header .header-sub {
  display: none;
}

.header-area {
  background: white;
  justify-content: center;
  flex-basis: 100%;
  display: flex;
  flex-direction: row;
  flex: 0 0 33%;
  height: 2.5rem;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  width: 100vw;
  z-index: 98104;
}
.header-area section > header,
.header-area section > center {
  margin: 0 auto;
  width: 1200px;
  max-width: calc(100vw - 2rem);
}
.header-area:hover {
  box-shadow: rgba(0, 0, 0, 0.75) 0px 50px 100px -20px;
}
.header-area a:any-link {
  color: gray;
}
.header-area a:hover {
  color: var(--en-orange);
}
.header-area section {
  flex-grow: 0;
  transition: margin-top 0.25s;
}
.header-area section.menu-sciences a:any-link {
  color: white;
}
.header-area section.menu-culture a:any-link {
  color: white;
}
.header-area section header {
  background: black;
  position: relative;
}
.header-area section:hover header {
  background: var(--en-orange);
  color: black;
}
.header-area section header p {
  padding-bottom: 0;
}
.header-area section header p:empty,
.header-area section header ~ p:empty {
  display: none;
}
.header-area center {
  z-index: 9998104;
}
.header-area section header::before {
  content: "";
  width: 0.5rem;
  height: 0.5rem;
  border-style: solid;
  border-color: var(--en-orange);
  border-width: 0px 1px 1px 0;
  display: inline-block;
  transform: rotate(45deg);
  position: relative;
  margin-right: 0.5rem;
  top: -0.25rem;
}
.header-area section.opened {
  margin-top: -5px;
  transition: margin-top 0.25s;
}
.header-area section.opened header::before {
  border-color: white;
}
.header-area #menu-utility {
  padding: 0;
}
.header-area #menu-utility li {
  border-right: 3px gray solid;
  padding: 0.25rem 1rem;
}
.header-area #menu-utility a:any-link {
  line-height: 2rem;
}
.header-area #nav_menu-92 {
  justify-self: end;
  margin-left: auto;
}
.header-area section {
  /* Science */
  /* Culture */
  /* Authors */
}
.header-area section.opened header {
  background: var(--en-orange);
  background: linear-gradient(to bottom, #cc6e01, var(--en-orange));
  color: white;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
  position: relative;
  z-index: 98104;
}
.header-area section header {
  background: white;
  color: gray;
  padding: 0.25rem;
  padding: 0.25rem 1rem;
  cursor: pointer;
}
.header-area section x ~ section header {
  border-left: 1px gray solid;
}
.header-area section x:not(.closed) header a:any-link {
  background: var(--sct-gray);
  color: black;
}
.header-area section.menu-sciences:hover:not(.closed) header {
  background: var(--en-blue);
}
.header-area section.menu-sciences:not(:hover) header {
  color: var(--en-blue);
}
.header-area section.menu-sciences:not(:hover) header::before {
  border-color: var(--en-blue);
}
.header-area section.menu-sciences center {
  background: linear-gradient(to top, #152855, var(--en-blue));
}
.header-area section.menu-culture:not(:hover) header {
  color: var(--en-orange);
}
.header-area section.menu-culture:not(:hover) header {
  color: var(--en-orange);
}
.header-area section.menu-authors:hover:not(.closed) header {
  background: #333;
}
.header-area section.menu-authors:not(:hover) header::before {
  border-color: #333;
}
.header-area section center {
  position: absolute;
  background-color: white;
  background: var(--en-orange);
  background: linear-gradient(to top, #cc6e01, var(--en-orange));
  padding: 2rem;
  right: 0;
  left: 0;
  width: auto;
}
.header-area section center p {
  display: none;
}
.header-area section center ul {
  padding: 0;
}
.header-area section center ul li {
  margin-bottom: 0.5rem;
}
.header-area section center ul li a:any-link {
  border-bottom: 1px white dotted;
  display: block;
  font-weight: bold;
  padding: 0 1ch 0 0;
}
.header-area section center ul ul.sub-menu {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.header-area section center ul ul.sub-menu li {
  display: inline-block;
  flex-basis: 33%;
  flex-shrink: 0;
  flex-grow: 0;
  margin: 0;
}
.header-area section center ul ul.sub-menu li a:any-link {
  border: none;
  font-weight: normal;
  opacity: 0.8;
  white-space: nowrap;
}
.header-area section center ul ul.sub-menu li a:hover {
  opacity: 1;
}
.header-area section center li a {
  color: white;
  margin: 0;
}
.header-area .widget {
  display: block;
  flex-basis: auto;
  flex-grow: 0;
}
.header-area .widget center {
  display: none;
}
.header-area .widget:hover center,
.header-area section.opened center {
  display: flex;
  opacity: 100%;
  box-shadow: 0px 10px 10px 0px rgba(0, 0, 0, 0.25);
  z-index: 98104;
  max-width: 100vw;
  width: 600px;
}
.header-area section header:not(#x) {
  width: auto;
}

header p {
  padding: 0;
}

.header-area p {
  display: inline-block;
  padding: 0;
}

/* Menu Authors */
@media (max-width: calc(600px + 2rem)) {
  .header-area .menu-authors {
    display: none;
  }
}
.header-area .menu-authors.opened center {
  display: flex;
}
.header-area .menu-authors center {
  background: #333;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  justify-items: flex-start;
  padding: 1rem;
}
.header-area .menu-authors center .gallery-person-figure {
  display: flex;
  align-items: center;
  flex: 1 1 33%;
}
.header-area .menu-authors center > a:any-link {
  background: transparent;
  color: var(--orange);
  flex-basis: 20%;
  flex-flow: row wrap;
  flex-grow: 1;
  flex-shrink: 0.5;
  display: inline-block;
  margin-bottom: 0.25rem;
  min-width: 150px;
  overflow: hidden;
}
.header-area .menu-authors center > a:hover {
  color: white;
}
.header-area .menu-authors center img {
  border-radius: 50%;
  display: inline-block;
  width: 3rem;
  height: 3rem;
}
.header-area .menu-authors center figcaption {
  background: transparent;
  display: inline-block;
  font-size: 1rem;
  line-height: 1.1em;
  margin: 0;
  padding: 0 0.5rem;
  position: relative;
  text-align: left;
  width: auto;
}
.header-area .menu-authors center figcaption a:any-link {
  color: rgba(255, 255, 255, 0.75);
  padding: 0.75rem 0;
}
.header-area .menu-authors center figcaption a:hover {
  color: var(--en-orange);
}
.header-area .menu-authors center > p,
.header-area .menu-authors center small.figure-description {
  display: none;
}
.header-area .menu-index header {
  padding: 0;
}
.header-area .menu-index header::before {
  content: none;
}
.header-area .menu-index a:any-link {
  background: transparent;
  color: gray;
  display: block;
  padding: 0.25rem 1rem 0.25rem 2.25rem;
  position: relative;
}
.header-area .menu-index a:hover {
  color: white;
}
.header-area .menu-index a:any-link::before {
  content: "";
  position: absolute;
  left: 1rem;
  top: 50%;
  width: 10px;
  height: 1px;
  background: var(--sct-gray);
  box-shadow: 0 -4px 0 0 var(--sct-gray), 0 4px 0 0 var(--sct-gray);
}
.header-area .menu-index a:hover::before {
  background: white;
  box-shadow: 0 -4px 0 0 white, 0 4px 0 0 white;
}

/* Header Search */
.header-area .menu-search header::before {
  border-radius: 50%;
  border-width: 1px 1px 1px 1px;
  width: 0.75rem;
  height: 0.75rem;
  top: 0px;
}
.header-area .menu-search header::after {
  background: currentColor;
  border-width: 0 0 0 1px;
  content: "";
  top: calc(50% + 2px);
  left: 28px;
  width: 5px;
  height: 1px;
  position: absolute;
  transform: rotate(30deg);
}

/* EN Icons */
@font-face {
  font-family: "en-icons";
  src: url("/wp-content/themes/beacons/sites/evolutionnewsandsciencetoday/icons/en-icons-27.ttf") format("truetype");
  font-display: auto;
  font-stretch: normal;
}
body.tag h1::before,
body.category h1::before {
  display: inline-block;
  font-family: "en-icons";
  font-size: 1.3em;
  font-weight: normal;
  line-height: 1em;
  padding-right: 0.25ch;
  text-transform: none;
}

.iconic a::before, .article-categories a::before, .multiple a::before {
  display: inline-block;
  font-family: "en-icons";
  font-size: 1.3em;
  font-weight: normal;
  line-height: 1em;
  padding-right: 0.25ch;
  text-transform: none;
}
.iconic.category-applied-sciences h1::before, .iconic a[href*=applied-sciences]::before, .article-categories.category-applied-sciences h1::before, .article-categories a[href*=applied-sciences]::before, .multiple.category-applied-sciences h1::before, .multiple a[href*=applied-sciences]::before {
  content: "¡";
}
.iconic.category-historical-sciences h1::before, .iconic a[href*=historical-sciences]::before, .article-categories.category-historical-sciences h1::before, .article-categories a[href*=historical-sciences]::before, .multiple.category-historical-sciences h1::before, .multiple a[href*=historical-sciences]::before {
  content: "t";
}
.iconic.category-earth-sciences h1::before, .iconic a[href*=earth-sciences]::before, .article-categories.category-earth-sciences h1::before, .article-categories a[href*=earth-sciences]::before, .multiple.category-earth-sciences h1::before, .multiple a[href*=earth-sciences]::before {
  content: "g";
}
.iconic.category-intelligent-design h1::before, .iconic a[href*=intelligent-design]::before, .article-categories.category-intelligent-design h1::before, .article-categories a[href*=intelligent-design]::before, .multiple.category-intelligent-design h1::before, .multiple a[href*=intelligent-design]::before {
  content: "D";
}
.iconic.category-physical-sciences h1::before, .iconic a[href*=physical-sciences]::before, .article-categories.category-physical-sciences h1::before, .article-categories a[href*=physical-sciences]::before, .multiple.category-physical-sciences h1::before, .multiple a[href*=physical-sciences]::before {
  content: "p";
}
.iconic.category-life-sciences h1::before, .iconic a[href*=life-sciences]::before, .article-categories.category-life-sciences h1::before, .article-categories a[href*=life-sciences]::before, .multiple.category-life-sciences h1::before, .multiple a[href*=life-sciences]::before {
  content: "L";
}
.iconic.category-foundations h1::before, .iconic a[href*=foundations]::before, .article-categories.category-foundations h1::before, .article-categories a[href*=foundations]::before, .multiple.category-foundations h1::before, .multiple a[href*=foundations]::before {
  content: "=";
}
.iconic.category-ideas h1::before, .iconic a[href*="ideas/"]::before, .article-categories.category-ideas h1::before, .article-categories a[href*="ideas/"]::before, .multiple.category-ideas h1::before, .multiple a[href*="ideas/"]::before {
  content: "2";
}
.iconic.category-ideas h1::before, .iconic a[href*="/views/"]::before, .article-categories.category-ideas h1::before, .article-categories a[href*="/views/"]::before, .multiple.category-ideas h1::before, .multiple a[href*="/views/"]::before {
  content: "%";
}
.iconic.category-social-sciences h1::before, .iconic a[href*="/social-sciences/"]::before, .article-categories.category-social-sciences h1::before, .article-categories a[href*="/social-sciences/"]::before, .multiple.category-social-sciences h1::before, .multiple a[href*="/social-sciences/"]::before {
  content: "#";
}
.iconic.category-archaeology h1::before, .iconic a[href*="/archaeology/"]::before, .article-categories.category-archaeology h1::before, .article-categories a[href*="/archaeology/"]::before, .multiple.category-archaeology h1::before, .multiple a[href*="/archaeology/"]::before {
  content: "O";
}
.iconic.category-anatomy h1::before, .iconic a[href*="/anatomy/"]::before, .article-categories.category-anatomy h1::before, .article-categories a[href*="/anatomy/"]::before, .multiple.category-anatomy h1::before, .multiple a[href*="/anatomy/"]::before {
  content: "a";
}
.iconic.tag-art h1::before, .iconic a[href*="/arts/"]::before, .article-categories.tag-art h1::before, .article-categories a[href*="/arts/"]::before, .multiple.tag-art h1::before, .multiple a[href*="/arts/"]::before {
  content: "/";
}
.iconic.category-astronomy h1::before, .iconic a[href*="/astronomy/"]::before, .article-categories.category-astronomy h1::before, .article-categories a[href*="/astronomy/"]::before, .multiple.category-astronomy h1::before, .multiple a[href*="/astronomy/"]::before {
  content: "A";
}
.iconic.category-biochemistry h1::before, .iconic a[href*="/biochemistry/"]::before, .article-categories.category-biochemistry h1::before, .article-categories a[href*="/biochemistry/"]::before, .multiple.category-biochemistry h1::before, .multiple a[href*="/biochemistry/"]::before {
  content: "i";
}
.iconic.category-biology h1::before, .iconic a[href*="/biology/"]::before, .article-categories.category-biology h1::before, .article-categories a[href*="/biology/"]::before, .multiple.category-biology h1::before, .multiple a[href*="/biology/"]::before {
  content: "b";
}
.iconic.tag-biomimetics h1::before, .iconic a[href*="/biomimetics/"]::before, .article-categories.tag-biomimetics h1::before, .article-categories a[href*="/biomimetics/"]::before, .multiple.tag-biomimetics h1::before, .multiple a[href*="/biomimetics/"]::before {
  content: "W";
}
.iconic.category-botany h1::before, .iconic a[href*="/botany/"]::before, .article-categories.category-botany h1::before, .article-categories a[href*="/botany/"]::before, .multiple.category-botany h1::before, .multiple a[href*="/botany/"]::before {
  content: "B";
}
.iconic.category-chemistry h1::before, .iconic a[href*="/chemistry/"]::before, .article-categories.category-chemistry h1::before, .article-categories a[href*="/chemistry/"]::before, .multiple.category-chemistry h1::before, .multiple a[href*="/chemistry/"]::before {
  content: "c";
}
.iconic.category-cosmology h1::before, .iconic a[href*="/cosmology/"]::before, .article-categories.category-cosmology h1::before, .article-categories a[href*="/cosmology/"]::before, .multiple.category-cosmology h1::before, .multiple a[href*="/cosmology/"]::before {
  content: "C";
}
.iconic.category-cultural-anthropology h1::before, .iconic a[href*="/cultural-anthropology/"]::before, .article-categories.category-cultural-anthropology h1::before, .article-categories a[href*="/cultural-anthropology/"]::before, .multiple.category-cultural-anthropology h1::before, .multiple a[href*="/cultural-anthropology/"]::before {
  content: "∏";
}
.iconic.category-ecology h1::before, .iconic a[href*="/ecology/"]::before, .article-categories.category-ecology h1::before, .article-categories a[href*="/ecology/"]::before, .multiple.category-ecology h1::before, .multiple a[href*="/ecology/"]::before {
  content: "0";
}
.iconic.category-education h1::before, .iconic a[href*="/education/"]::before, .article-categories.category-education h1::before, .article-categories a[href*="/education/"]::before, .multiple.category-education h1::before, .multiple a[href*="/education/"]::before {
  content: "d";
}
.iconic.category-ethics h1::before, .iconic a[href*="/ethics/"]::before, .article-categories.category-ethics h1::before, .article-categories a[href*="/ethics/"]::before, .multiple.category-ethics h1::before, .multiple a[href*="/ethics/"]::before {
  content: "T";
}
.iconic.category-evolution h1::before, .iconic a[href*="/evolution/"]::before, .article-categories.category-evolution h1::before, .article-categories a[href*="/evolution/"]::before, .multiple.category-evolution h1::before, .multiple a[href*="/evolution/"]::before {
  content: "e";
}
.iconic.category-engineering h1::before, .iconic a[href*="/engineering"]::before, .article-categories.category-engineering h1::before, .article-categories a[href*="/engineering"]::before, .multiple.category-engineering h1::before, .multiple a[href*="/engineering"]::before {
  content: "n";
}
.iconic.category-environment h1::before, .iconic a[href*="/environment"]::before, .article-categories.category-environment h1::before, .article-categories a[href*="/environment"]::before, .multiple.category-environment h1::before, .multiple a[href*="/environment"]::before {
  content: "E";
}
.iconic.tag-evolutionary-ethics h1::before, .iconic a[href*="/evolutionary-ethics/"]::before, .article-categories.tag-evolutionary-ethics h1::before, .article-categories a[href*="/evolutionary-ethics/"]::before, .multiple.tag-evolutionary-ethics h1::before, .multiple a[href*="/evolutionary-ethics/"]::before {
  content: "~";
}
.iconic.tag-evolutionary-pyschology h1::before, .iconic a[href*="/evolutionary-pyschology/"]::before, .article-categories.tag-evolutionary-pyschology h1::before, .article-categories a[href*="/evolutionary-pyschology/"]::before, .multiple.tag-evolutionary-pyschology h1::before, .multiple a[href*="/evolutionary-pyschology/"]::before {
  content: "~";
}
.iconic.tag-dualism h1::before, .iconic a[href*="/dualism"]::before, .article-categories.tag-dualism h1::before, .article-categories a[href*="/dualism"]::before, .multiple.tag-dualism h1::before, .multiple a[href*="/dualism"]::before {
  content: "2";
}
.iconic.category-faith-and-science h1::before, .iconic a[href*="/faith"]::before, .article-categories.category-faith-and-science h1::before, .article-categories a[href*="/faith"]::before, .multiple.category-faith-and-science h1::before, .multiple a[href*="/faith"]::before {
  content: "F";
}
.iconic.tag-forensics h1::before, .iconic a[href*="/forensics"]::before, .article-categories.tag-forensics h1::before, .article-categories a[href*="/forensics"]::before, .multiple.tag-forensics h1::before, .multiple a[href*="/forensics"]::before {
  content: "5";
}
.iconic.category-free-speech h1::before, .iconic a[href*="/free-speech"]::before, .iconic a[href*="/scientific-freedom"]::before, .article-categories.category-free-speech h1::before, .article-categories a[href*="/free-speech"]::before, .article-categories a[href*="/scientific-freedom"]::before, .multiple.category-free-speech h1::before, .multiple a[href*="/free-speech"]::before, .multiple a[href*="/scientific-freedom"]::before {
  content: "s";
}
.iconic.category-fine-tuning h1::before, .iconic a[href*="/fine-tuning"]::before, .article-categories.category-fine-tuning h1::before, .article-categories a[href*="/fine-tuning"]::before, .multiple.category-fine-tuning h1::before, .multiple a[href*="/fine-tuning"]::before {
  content: "f";
}
.iconic.category-genetics h1::before, .iconic a[href*="/genetics/"]::before, .article-categories.category-genetics h1::before, .article-categories a[href*="/genetics/"]::before, .multiple.category-genetics h1::before, .multiple a[href*="/genetics/"]::before {
  content: "X";
}
.iconic.category-geology h1::before, .iconic a[href*="/geology/"]::before, .article-categories.category-geology h1::before, .article-categories a[href*="/geology/"]::before, .multiple.category-geology h1::before, .multiple a[href*="/geology/"]::before {
  content: "G";
}
.iconic.category-geophysics h1::before, .iconic a[href*="/geophysics/"]::before, .article-categories.category-geophysics h1::before, .article-categories a[href*="/geophysics/"]::before, .multiple.category-geophysics h1::before, .multiple a[href*="/geophysics/"]::before {
  content: "g";
}
.iconic.category-history h1::before, .iconic a[href*="/history"]::before, .article-categories.category-history h1::before, .article-categories a[href*="/history"]::before, .multiple.category-history h1::before, .multiple a[href*="/history"]::before {
  content: "H";
}
.iconic.category-human-exceptionalism h1::before, .iconic a[href*="/human-exceptionalism/"]::before, .article-categories.category-human-exceptionalism h1::before, .article-categories a[href*="/human-exceptionalism/"]::before, .multiple.category-human-exceptionalism h1::before, .multiple a[href*="/human-exceptionalism/"]::before {
  content: "y";
}
.iconic.tag-human-rights h1::before, .iconic a[href*="/human-rights/"]::before, .article-categories.tag-human-rights h1::before, .article-categories a[href*="/human-rights/"]::before, .multiple.tag-human-rights h1::before, .multiple a[href*="/human-rights/"]::before {
  content: "\\";
}
.iconic.category-human-origins h1::before, .iconic a[href*="/human-origins/"]::before, .article-categories.category-human-origins h1::before, .article-categories a[href*="/human-origins/"]::before, .multiple.category-human-origins h1::before, .multiple a[href*="/human-origins/"]::before {
  content: "h";
}
.iconic.category-jurisprudence h1::before, .iconic a[href*="/jurisprudence/"]::before, .article-categories.category-jurisprudence h1::before, .article-categories a[href*="/jurisprudence/"]::before, .multiple.category-jurisprudence h1::before, .multiple a[href*="/jurisprudence/"]::before {
  content: "T";
}
.iconic.category-linguistics h1::before, .iconic a[href*="/linguistics"]::before, .article-categories.category-linguistics h1::before, .article-categories a[href*="/linguistics"]::before, .multiple.category-linguistics h1::before, .multiple a[href*="/linguistics"]::before {
  content: "u";
}
.iconic.tag-materialism h1::before, .iconic a[href*="/materialism"]::before, .article-categories.tag-materialism h1::before, .article-categories a[href*="/materialism"]::before, .multiple.tag-materialism h1::before, .multiple a[href*="/materialism"]::before {
  content: "4";
}
.iconic.tag-materials-science h1::before, .iconic a[href*="/materials-science/"]::before, .article-categories.tag-materials-science h1::before, .article-categories a[href*="/materials-science/"]::before, .multiple.tag-materials-science h1::before, .multiple a[href*="/materials-science/"]::before {
  content: ";";
}
.iconic.category-mathematics h1::before, .iconic a[href*="/mathematics/"]::before, .article-categories.category-mathematics h1::before, .article-categories a[href*="/mathematics/"]::before, .multiple.category-mathematics h1::before, .multiple a[href*="/mathematics/"]::before {
  content: "+";
}
.iconic.category-medicine h1::before, .iconic a[href*="/medicine/"]::before, .article-categories.category-medicine h1::before, .article-categories a[href*="/medicine/"]::before, .multiple.category-medicine h1::before, .multiple a[href*="/medicine/"]::before {
  content: "M";
}
.iconic.category-metaethics h1::before, .iconic a[href*="/metaethics/"]::before, .article-categories.category-metaethics h1::before, .article-categories a[href*="/metaethics/"]::before, .multiple.category-metaethics h1::before, .multiple a[href*="/metaethics/"]::before {
  content: ",";
}
.iconic.tag-methodological-naturalism h1::before, .iconic a[href*="/methodological-naturalism/"]::before, .article-categories.tag-methodological-naturalism h1::before, .article-categories a[href*="/methodological-naturalism/"]::before, .multiple.tag-methodological-naturalism h1::before, .multiple a[href*="/methodological-naturalism/"]::before {
  content: "7";
  content: "%";
}
.iconic.category-microbiology h1::before, .iconic a[href*="/microbiology/"]::before, .article-categories.category-microbiology h1::before, .article-categories a[href*="/microbiology/"]::before, .multiple.category-microbiology h1::before, .multiple a[href*="/microbiology/"]::before {
  content: "m";
}
.iconic.category-neuroscience h1::before, .iconic a[href*="/neuroscience/"]::before, .article-categories.category-neuroscience h1::before, .article-categories a[href*="/neuroscience/"]::before, .multiple.category-neuroscience h1::before, .multiple a[href*="/neuroscience/"]::before {
  content: "N";
}
.iconic.category-origin-of-life h1::before, .iconic a[href*="/origin-of-life/"]::before, .article-categories.category-origin-of-life h1::before, .article-categories a[href*="/origin-of-life/"]::before, .multiple.category-origin-of-life h1::before, .multiple a[href*="/origin-of-life/"]::before {
  content: "l";
}
.iconic.category-paleontology h1::before, .iconic a[href*="/paleontology/"]::before, .article-categories.category-paleontology h1::before, .article-categories a[href*="/paleontology/"]::before, .multiple.category-paleontology h1::before, .multiple a[href*="/paleontology/"]::before {
  content: "o";
}
.iconic.category-philosophy h1::before, .iconic a[href*="/philosophy/"]::before, .article-categories.category-philosophy h1::before, .article-categories a[href*="/philosophy/"]::before, .multiple.category-philosophy h1::before, .multiple a[href*="/philosophy/"]::before {
  content: "Q";
}
.iconic.category-planetology h1::before, .iconic a[href*="/planetology/"]::before, .article-categories.category-planetology h1::before, .article-categories a[href*="/planetology/"]::before, .multiple.category-planetology h1::before, .multiple a[href*="/planetology/"]::before {
  content: "P";
}
.iconic.category-physics h1::before, .iconic a[href*="/physics/"]::before, .article-categories.category-physics h1::before, .article-categories a[href*="/physics/"]::before, .multiple.category-physics h1::before, .multiple a[href*="/physics/"]::before {
  content: "3";
}
.iconic.category-political-science h1::before, .iconic a[href*="/political/"]::before, .article-categories.category-political-science h1::before, .article-categories a[href*="/political/"]::before, .multiple.category-political-science h1::before, .multiple a[href*="/political/"]::before {
  content: "k";
}
.iconic.category-psychology h1::before, .iconic a[href*="/psychology/"]::before, .article-categories.category-psychology h1::before, .article-categories a[href*="/psychology/"]::before, .multiple.category-psychology h1::before, .multiple a[href*="/psychology/"]::before {
  content: "Y";
}
.iconic.category-reasoning h1::before, .iconic a[href*="/reasoning/"]::before, .article-categories.category-reasoning h1::before, .article-categories a[href*="/reasoning/"]::before, .multiple.category-reasoning h1::before, .multiple a[href*="/reasoning/"]::before {
  content: "8";
}
.iconic.category-reproductive-science h1::before, .iconic a[href*="/reproductive-science/"]::before, .article-categories.category-reproductive-science h1::before, .article-categories a[href*="/reproductive-science/"]::before, .multiple.category-reproductive-science h1::before, .multiple a[href*="/reproductive-science/"]::before {
  content: "•";
}
.iconic.category-science-reporting h1::before, .iconic a[href*="/science-reporting/"]::before, .article-categories.category-science-reporting h1::before, .article-categories a[href*="/science-reporting/"]::before, .multiple.category-science-reporting h1::before, .multiple a[href*="/science-reporting/"]::before {
  content: "J";
}
.iconic.tag-scientism h1::before, .iconic a[href*="/scientism"]::before, .article-categories.tag-scientism h1::before, .article-categories a[href*="/scientism"]::before, .multiple.tag-scientism h1::before, .multiple a[href*="/scientism"]::before {
  content: "1";
}
.iconic.category-rare-earth h1::before, .iconic a[href*="/rare-earth/"]::before, .article-categories.category-rare-earth h1::before, .article-categories a[href*="/rare-earth/"]::before, .multiple.category-rare-earth h1::before, .multiple a[href*="/rare-earth/"]::before {
  content: "r";
}
.iconic.tag-theism h1::before, .iconic a[href*="/theism/"]::before, .article-categories.tag-theism h1::before, .article-categories a[href*="/theism/"]::before, .multiple.tag-theism h1::before, .multiple a[href*="/theism/"]::before {
  content: "?";
}
.iconic.category-theistic-evolution h1::before, .iconic a[href*="/theistic-evolution/"]::before, .article-categories.category-theistic-evolution h1::before, .article-categories a[href*="/theistic-evolution/"]::before, .multiple.category-theistic-evolution h1::before, .multiple a[href*="/theistic-evolution/"]::before {
  content: ".";
}
.iconic.tag-tools h1::before, .iconic a[href*="/tools/"]::before, .article-categories.tag-tools h1::before, .article-categories a[href*="/tools/"]::before, .multiple.tag-tools h1::before, .multiple a[href*="/tools/"]::before {
  content: "*";
}
.iconic.category-zoology h1::before, .iconic a[href*="/zoology/"]::before, .article-categories.category-zoology h1::before, .article-categories a[href*="/zoology/"]::before, .multiple.category-zoology h1::before, .multiple a[href*="/zoology/"]::before {
  content: "z";
}

.multiple .center-footer a::before,
.multiple article:not(.x):not(.y) a::before,
aside:not(.x):not(.y) a::before {
  content: none;
}

.single-i h2:not(.x) {
  font-size: 2.5rem;
  font-family: var(--serif);
}
.single-i .main-header {
  display: none;
}
.single-i .figure-main {
  display: none;
}
.single-i .i-header {
  position: relative;
}
.single-i .i-header::before {
  background-color: rgba(255, 255, 255, 0.5);
  color: var(--en-blue);
  content: "Informational";
  font-family: var(--sans);
  font-size: 1rem;
  font-weight: bold;
  padding: 0.25rem 1rem;
  position: absolute;
  text-transform: uppercase;
  top: 0;
  left: 0;
  z-index: 208;
}
.single-i section.related {
  display: none;
}
.single-i .side {
  padding-top: 150px;
}
.single-i .side::before {
  background-image: url("https://evolutionnews.org/wp-content/themes/evolutionary/form/images/infodesk-icon.png");
  background-position: 1rem center;
  background-repeat: no-repeat;
  background-size: contain;
  display: block;
  width: 100%;
  height: 150px;
}
.single-i .side .widget_block:not(#block-622):not(#block-502) {
  display: none;
}
.single-i .informationals header + p {
  display: none;
}
.single-i .informationals h3 {
  font-size: 1rem;
  font-weight: normal;
}
.single-i .informationals h3 span {
  display: none;
}
.single-i summary h2 {
  display: inline-block;
}

body:not(.single-i) .informationals {
  display: none;
}

details {
  margin-bottom: 0.5rem;
  padding-bottom: 0.5rem;
  border-bottom: 1px dotted gray;
}
details summary {
  position: relative;
}
details summary h2, details summary h3 {
  display: inline-block;
}
details[open] p:last-child {
  padding-bottom: 1rem;
}
details:not([open]) summary:hover h2, details:not([open]) summary:hover h3 {
  color: var(--en-blue);
}
details:not([open]) summary::after {
  content: "+";
  position: absolute;
  top: 0;
  right: 0;
}

body.section-_ .main-header sup {
  display: none;
}
body.section-_ .main-header h1 {
  font-family: var(--serif);
  font-weight: bold;
}

/* MULTIPLE */
.multiple article:not(#x) figure {
  height: 100%;
}
.multiple article:not(#x) .article-tease h2 {
  font-family: var(--serif);
}
@media (max-width: 600px) {
  .multiple article:not(#x) ~ article.fi {
    border-top: none;
    padding-top: 0;
  }
}
.multiple a.article-more {
  white-space: nowrap;
}
.multiple main {
  padding-top: 0;
}
.multiple main article header {
  font-family: var(--serif);
}
.multiple .main-header sup {
  background-color: var(--en-orange);
  color: white;
  display: inline-block;
  font-family: var(--sans);
  text-transform: uppercase;
  padding: 0.5ch 1ch;
}
.multiple .main-header h1 {
  font-family: var(--serif);
  line-height: 0.9em;
  margin-bottom: 2rem;
}
.multiple .article-header h2 {
  font-family: var(--serif);
  font-size: 1.5rem;
  font-weight: bold;
}
.multiple .article-center {
  font-family: var(--serif);
}

.body-header {
  background: var(--gray-dark);
  color: white;
  background-color: black;
  background-size: cover, auto 150px;
  background-size: auto 150px;
  background-position: 25% calc(50% - 30px);
  xbackground-position: center top;
  background-repeat: no-repeat;
  background-image: url("https://evolutionnews.org/wp-content/uploads/2025/03/en-header-fish-back.jpg");
  background-size: auto 150px;
  background-position: center center;
  padding: 0;
  position: relative;
  height: 150px;
  z-index: 206;
}
body.twenty-1 .body-header {
  background-image: url("https://evolutionnews.org/wp-content/uploads/2025/03/en-header-cosmos-chart.jpg");
}
body.twenty-2 .body-header {
  background-image: url("https://evolutionnews.org/wp-content/uploads/2025/03/en-header-betta.jpg");
}
body.twenty-3 .body-header {
  background-image: url("https://evolutionnews.org/wp-content/uploads/2025/03/en-header-bird-3.jpg");
}
body.twenty-4 .body-header {
  background-image: url("https://evolutionnews.org/wp-content/uploads/2025/03/en-header-fish-back.jpg");
}
body.twenty-5 .body-header {
  background-image: url("https://evolutionnews.org/wp-content/uploads/2025/03/en-header-tiger-wide.jpg");
  background-position: 65% center;
}
body.twenty-6 .body-header {
  background-image: url("https://evolutionnews.org/wp-content/uploads/2025/08/sct-header-dna-scaled.jpg");
}
body.twenty-7 .body-header {
  background-image: url("https://evolutionnews.org/wp-content/uploads/2025/03/en-header-colors.jpg");
}
body.twenty-8 .body-header {
  background-image: url("https://evolutionnews.org/wp-content/uploads/2025/03/en-header-water.jpg");
}
body.twenty-9 .body-header {
  background-image: url("https://evolutionnews.org/wp-content/uploads/2025/08/sct-header-neurons.jpg");
}
body.twenty-10 .body-header {
  background-image: url("https://evolutionnews.org/wp-content/uploads/2025/03/en-header-butterfly-blue-e1754281800342.jpg");
}
body.twenty-11 .body-header {
  background-image: url("https://evolutionnews.org/wp-content/uploads/2025/03/en-header-waterline.jpg");
}
body.twenty-12 .body-header {
  background-image: url("https://evolutionnews.org/wp-content/uploads/2025/03/en-header-chalk.jpg");
}
body.twenty-13 .body-header {
  background-image: url("https://evolutionnews.org/wp-content/uploads/2025/03/en-header-tubes.jpg");
}
body.twenty-14 .body-header {
  background-image: url("https://evolutionnews.org/wp-content/uploads/2025/03/en-header-peacock-feather.jpg");
}
body.twenty-15 .body-header {
  background-image: url("https://evolutionnews.org/wp-content/uploads/2025/03/en-header-micro.jpg");
}
body.twenty-16 .body-header {
  background-image: url("https://evolutionnews.org/wp-content/uploads/2025/04/en-header-beakers-e1754281976257.jpg");
}
body.twenty-17 .body-header {
  background-image: url("https://evolutionnews.org/wp-content/uploads/2025/03/en-header-blood-moon.jpg");
}
body.twenty-18 .body-header {
  background-image: url("https://evolutionnews.org/wp-content/uploads/2025/03/en-header-darwin-finch.jpg");
}
body.twenty-19 .body-header {
  background-image: url("https://evolutionnews.org/wp-content/uploads/2025/03/en-header-fruitfly.jpg");
}
body.twenty-20 .body-header {
  background-image: url("https://evolutionnews.org/wp-content/uploads/2025/03/en-header-plant-spiral-scaled-e1754259386210.jpg");
}
body.tag-gravity .body-header {
  background-image: url("https://evolutionnews.org/wp-content/uploads/2025/03/falling-apple-as64872294.gif");
}
body.tag-energy .body-header {
  background-image: url("https://evolutionnews.org/wp-content/uploads/2025/03/en-header-welding-.gif");
}
body.tag-fire .body-header {
  background-image: url("https://evolutionnews.org/wp-content/uploads/2025/03/en-header-flames.gif");
}
body.tag-ocean .body-header {
  background-image: url("https://evolutionnews.org/wp-content/uploads/2025/03/en-header-night-underwater.gif");
}
body.tag-light .body-header {
  background-image: url("https://evolutionnews.org/wp-content/uploads/2025/08/en-header-light-cube-e1754264999479.jpg");
}
body.tag-light .body-header {
  background-image: url("https://evolutionnews.org/wp-content/uploads/2025/08/en-header-light-cube-e1754264999479.jpg");
}
body.tag-light .body-header {
  background-image: url("https://evolutionnews.org/wp-content/uploads/2025/08/en-header-light-cube-e1754264999479.jpg");
}
body.tag-molecules .body-header {
  background-image: url("https://evolutionnews.org/wp-content/uploads/2025/08/en-header-chemical-bond.jpg");
}
body.tag-octopuses .body-header {
  background-image: url("https://evolutionnews.org/wp-content/uploads/2025/08/cst-octopus-header-wide-scaled.jpg");
}
body.tag-neanderthals .body-header {
  background-image: url("https://evolutionnews.org/wp-content/uploads/2025/08/cst-header-cavemen.jpg");
}
body[class*=biochemistry] .body-header {
  background-image: url("https://evolutionnews.org/wp-content/uploads/2025/04/en-header-petri.jpg");
}
body[class*=botany] .body-header {
  background-image: url("https://evolutionnews.org/wp-content/uploads/2025/03/en-header-paradise.jpg");
}
body[class*=tag-elements] .body-header {
  background-image: url("https://evolutionnews.org/wp-content/uploads/2025/04/en-header-beakers-elements.jpg");
}
body[class*=human-exceptionalism] .body-header {
  background-image: url("https://evolutionnews.org/wp-content/uploads/2025/04/en-header-faces.jpg");
}
body[class*=ornithology] .body-header {
  background-image: url("https://evolutionnews.org/wp-content/uploads/2025/03/en-header-peacock.jpg");
}
body[class*=ornithology] .body-header {
  background-image: url("https://evolutionnews.org/wp-content/uploads/2025/08/cst-header-feather.jpg");
}
body[class*=herpetology] .body-header {
  background-image: url("https://evolutionnews.org/wp-content/uploads/2025/03/en-header-snake.jpg");
}
body[class*=chemistry] .body-header {
  background-image: url("https://evolutionnews.org/wp-content/uploads/2025/03/en-header-tubes.jpg");
}
body[class*=cosmology] .body-header {
  background-image: url("https://evolutionnews.org/wp-content/uploads/2025/03/en-header-cosmos-data.jpg");
}
body[class*=physics] .body-header {
  background-image: url("https://evolutionnews.org/wp-content/uploads/2025/05/en-header-double-slit.jpg");
}
body[class*=neuroscience] .body-header {
  background-image: url("https://evolutionnews.org/wp-content/uploads/2025/08/sct-header-neurons.jpg");
}
body.category-human-origins .body-header, body[class*=human-origins] .body-header {
  background-image: url("https://evolutionnews.org/wp-content/uploads/2025/03/en-header-petroglyphs.jpg");
}
body.category-human-origins .body-header, body[class*=human-origins] .body-header {
  background-image: url("https://evolutionnews.org/wp-content/uploads/2025/03/en-header-newspaper-scaled.jpg");
}

body[data-uri*="/subscribe/"] h1 {
  padding-left: 1rem;
}

.error404 .center-404 {
  display: flex;
  flex-direction: column;
}
.error404 .center-404 button {
  background: var(--en-orange);
  border: none;
  color: white;
}
.error404 .center-404 section {
  order: 1;
}
.error404 .center-404 form {
  margin: 0 auto;
  text-align: center;
  order: 10;
}
.error404 .center-404 input[type=text] {
  background-color: var(--en-blue);
  color: white;
}
.error404 .center-404 label {
  font-weight: bold;
}
.error404 h1.main-title {
  text-align: center;
}
.error404 .main-header > sup {
  display: none;
}
.page-index main {
  max-width: 1000px;
}
.page-index .index ul {
  border-top: 1px gray solid;
  padding: 0;
  margin: 0;
}
.page-index .index li {
  font-weight: bold;
  list-style: none;
}
.page-index .index li:not(:last-of-type) {
  border-bottom: 1px gray solid;
}
.page-index .index ul ul li {
  border-top: none;
  font-size: smaller;
  font-weight: normal;
  opacity: 0.9;
  list-style: inside;
  list-style-type: none;
}
.page-index .index ul ul ul {
  border-top: 1px rgba(0, 0, 0, 0.25) dashed;
  line-height: 1.1;
  padding: 0 0 0.25rem 1rem;
}
.page-index .index ul ul ul li {
  display: inline-block;
}
.page-index .index ul ul ul li:not(:has(ul)):not(:last-of-type)::after {
  content: ", ";
}
.page-index .index ul ul li:not(:last-of-type) {
  border-bottom: 1px rgba(0, 0, 0, 0.75) dashed;
}
.page-index .index ul ul ul li:not(:last-of-type) {
  border-bottom: 1px rgba(0, 0, 0, 0.75) dotted;
  border-bottom: none;
}
.page-index .index ul ul ul ul {
  border: none;
  display: inline;
  padding: 0;
}
.page-index .index ul ul ul ul li {
  display: inline-block;
  font-size: 0.825rem;
}

.expander {
  float: right;
  margin: -3rem 0;
}

#expander::before {
  content: "expand";
}
#expander.expanded::before {
  content: "condense";
}
.switch.on #expander::before {
  content: "condense";
}

li.switch {
  position: relative;
}

li.switch::after {
  content: "-";
  content: "^";
  font-size: bigger;
  top: 6px;
  right: 0;
  position: absolute;
  transition: all 0.25s ease-out;
}

li.switch:not(.on)::after {
  content: "+";
  content: "^";
  top: -3px;
  transform: rotate(180deg);
}

.switch:not(.on) ul {
  display: none;
}

body.search,
.page-search {
  /* Search Results */
}
body.search .body-header,
.page-search .body-header {
  margin: 0;
}
body.search form.searching input,
.page-search form.searching input {
  background: linear-gradient(to right, white, var(--en-orange));
}
body.search .main-title,
.page-search .main-title {
  background-color: #333;
  color: white;
  font-family: var(--sans);
}
body.search .main-title ~ h1,
.page-search .main-title ~ h1 {
  font-family: var(--serif);
}
body.search .header-area,
.page-search .header-area {
  display: none;
}
body.search .top-area .widget_search,
.page-search .top-area .widget_search {
  display: none;
}
body.search aside::before,
.page-search aside::before {
  content: "Advanced Search";
  font-family: var(--serif);
  font-size: 1.5rem;
  padding: 0 2rem;
}

.search-results .article-center:not(#x) a:last-of-type {
  color: var(--en-blue-light);
}

.search-results .article-center:not(#x) a:last-of-type:hover {
  color: var(--en-orange);
}

.search-index:not(.x) .articles article {
  grid-template-columns: 0.3fr 2fr;
  padding: 1rem 0;
}
.search-index:not(.x) .main-title {
  color: var(--sct-gray);
  background: transparent;
  border-top: 3px solid var(--sct-orange);
  border-bottom: 3px solid #333;
  margin-bottom: 0;
}
.search-index:not(.x) h1 {
  margin-bottom: 0;
  padding: 1rem 0.25rem;
  position: relative;
}
.search-index:not(.x) h1 sup {
  position: absolute;
  bottom: 100%;
  left: 0;
}
.search-index:not(.x) .article-header h2 {
  font-size: 1.5rem;
}
.search-index:not(.x) center.article-center,
.search-index:not(.x) footer.article-footer {
  display: none;
}

.search-results article footer {
  display: none;
}

.search-template .center-header {
  background: rgba(0, 0, 0, 0.2);
  padding: 2rem 0;
}
.search-template .center-header .inner {
  width: 1200px;
  margin: 0 auto;
  max-width: calc(100vw - 4rem);
  padding: 0;
  position: relative;
}
@media (min-width: 600px) {
  .search-template .center-header .inner {
    padding: 0 2rem;
  }
}
.search-template .center-header h1, .search-template .center-header button {
  font-size: 2rem;
  height: 3rem;
  line-height: 3rem;
  overflow: hidden;
}
@media (min-width: 600px) {
  .search-template .center-header h1, .search-template .center-header button {
    font-size: 3rem;
    height: 4rem;
    line-height: 4rem;
  }
}
.search-template .center-header h1 {
  background: white;
  border: none;
  color: black;
  box-shadow: 0 0 25px rgba(0, 0, 0, 0.1);
  outline: none;
  padding: 0 0.5ch;
}
.search-template .center-header button {
  background-color: var(--en-orange);
  border: none;
  color: white;
  font-size: 1rem;
  font-weight: bold;
  padding: 0 2rem;
  position: absolute;
  right: 0;
  top: 0;
  text-transform: uppercase;
}
.search-template .center-header button:hover {
  background-color: var(--en-blue);
}
.search-template main {
  padding: 2rem;
}
.search-template main h3 {
  font-family: var(--serif);
  font-size: 1.5rem;
  font-weight: bold;
}
.search-template main .section-header {
  display: none;
}
.search-template aside {
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.05) 4rem, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0));
}
.search-template aside form {
  position: relative;
  z-index: 98104;
}
.search-template aside dt {
  font-weight: bold;
  font-family: var(--serif);
}
.search-template aside .select-priority .select2-container {
  width: 50% !important;
}
.search-template aside .select-date .select2 {
  width: 7ch !important;
}
.search-template aside .select-date dd {
  display: inline-block;
}
.search-template aside .select-terms input[type=text] {
  border: none;
  text-indent: 1ch;
  width: 100%;
}
.search-template aside label[for=sentence] {
  color: rgba(0, 0, 0, 0.6);
  font-size: 0.9rem;
  margin-left: 0.5ch;
}
.search-template aside fieldset {
  border-bottom: 2px white solid;
  position: relative;
}
.search-template aside fieldset button {
  border: 1px rgba(0, 0, 0, 0.4) solid;
  background-color: transparent;
  color: rgba(0, 0, 0, 0.4);
  font-size: smaller;
  line-height: 1em;
  padding: 0.25rem 0.5rem;
}
.search-template aside fieldset button:hover {
  border-color: var(--en-orange);
  color: var(--en-orange);
}
.search-template aside button#searchsubmit {
  background-color: var(--en-orange);
  color: white;
  border: none;
  margin-top: 1rem;
  padding: 0.5rem 1rem;
}
.search-template aside button#searchsubmit:hover {
  background-color: var(--en-blue);
}
.search-template sub {
  color: white;
  display: block;
  width: 1200px;
  margin: 0 auto;
  max-width: calc(100vw - 4rem);
  text-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}
.search-template article {
  padding: 1rem 0;
  border-bottom: 1px gray solid;
}
.search-template fieldset {
  border: none;
  max-width: 100%;
  padding: 1rem 0;
}
.search-template legend {
  background: rgba(255, 255, 255, 0.9);
  border-radius: 5px;
  color: transparent;
  font-size: 11px;
  padding: 0;
  position: absolute;
  overflow: hidden;
  line-height: 16px;
  width: 24px;
  height: 24px;
  opacity: 0.5;
  top: 8px;
  right: 8px;
  z-index: 981040000;
  transition: all 0.3s ease-in-out;
}
.search-template legend:hover {
  color: white;
  background: var(--en-blue);
  height: auto;
  padding: 1rem;
  width: 80%;
  box-shadow: 0 0 3px gray;
  opacity: 1;
  transition: all 0.3s ease-in-out;
}
.search-template legend::before {
  background: var(--gray);
  border-radius: 50%;
  color: white;
  content: "i";
  font-family: "Crimson Text", serif;
  font-family: var(--sans);
  font-size: smaller;
  font-style: italic;
  font-weight: bold;
  line-height: 1rem;
  position: absolute;
  text-align: center;
  width: 1rem;
  height: 1rem;
  top: 8px;
  right: 8px;
}
.search-template legend:hover::before {
  background: white;
  color: var(--en-blue);
}
.search-template h3 {
  text-transform: none;
}

/* Sides */
.side-right aside {
  font-family: var(--sans);
  font-size: smaller;
  margin-bottom: 0.5rem;
}
.side-right li, .side-right dl {
  border-top: 1px lightgray solid;
}
.side-right li a:any-link, .side-right dl a:any-link {
  color: gray;
  display: block;
  line-height: 1.25;
  padding: 0.25rem 0;
}
.side-right li a:hover, .side-right dl a:hover {
  color: var(--en-orange);
}

.outline .level-h4 {
  font-style: italic;
  opacity: 0.9;
}
.outline .level-h4 a:any-link::before {
  content: "… ";
  position: relative;
  top: -4px;
}

main ~ aside {
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.05) 4rem, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0));
  display: flex;
  flex-direction: column;
  position: relative;
}
main ~ aside section#toc:not(:empty) {
  background-color: white;
  margin: -1rem 0 0 -1rem;
  padding: 1rem;
}
main ~ aside section#toc ul:has(.level-h3) .level-h2 {
  font-weight: bold;
}
main ~ aside::before {
  background: linear-gradient(to left, rgb(255, 255, 255), rgba(255, 255, 255, 0));
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  left: 0;
  content: "";
  z-index: 0;
}
main ~ aside aside {
  justify-self: flex-end;
  position: relative;
}
main ~ aside aside header {
  color: rgb(133, 133, 133);
  font-size: 1.5rem;
  font-family: var(--serif);
}
main ~ aside .recommended {
  margin: auto 0 0;
}

.recommended center > p,
.trending center > p {
  display: none;
}

.side .archives {
  justify-self: flex-end;
}
.side .archives li {
  border: 1px lightgray solid;
  border-radius: 3px;
  display: inline-block;
  margin-bottom: 0.3ch;
  padding: 0 0.5ch;
}
.side .archives li.switch {
  padding-right: 1rem;
}
.side .archives li.switch.on {
  display: block;
}
.side .archives li.switch.on a:any-link {
  font-weight: bold;
}
.side .archives li.switch.on li a:any-link {
  font-weight: normal;
}
.side .archives li.switch:not(.on)::after,
.side .archives li.switch::after {
  color: rgba(0, 0, 0, 0.5);
  content: "^";
  right: 0.5ch;
}
.side .archives li.switch:not(.on)::after:hover,
.side .archives li.switch::after:hover {
  color: rgb(0, 0, 0);
  cursor: pointer;
}
.side .archives li.switch:not(.on)::after {
  content: "⋮";
}
.side .archives li a:any-link {
  display: inline-block;
}
.side .archives li li {
  border: none;
  margin-bottom: 0;
  padding: 0;
}
.side .archives li li a:any-link {
  padding: 0;
  font-weight: normal;
}
section.related:not(:has(.wp-block-signal-center .hailed-tags)) {
  display: none;
}

.related .hailed-tags {
  line-height: 1;
}
.related .hailed-tags::before {
  content: "In ";
}
.related .hailed-tags a:any-link {
  border-color: transparent;
  border-style: dotted;
  border-width: 1px;
  color: gray;
  display: inline-block;
  margin-right: 0;
  padding: 0.125rem 0.25rem;
  white-space: nowrap;
}
.related .hailed-tags a ~ a:any-link {
  border-left-color: gray;
}
.related .hailed-tags a:hover, .related .hailed-tags a ~ a:hover {
  color: var(--en-orange);
  border: 1px var(--en-orange) solid;
}
.related dl {
  line-height: 1;
  padding: 0.5rem 0;
}
.related dt a:any-link {
  color: black;
  color: var(--en-blue);
  padding: 0;
}
.related dt a:hover {
  color: var(--en-orange);
}
.related dd {
  font-family: var(--serif);
  font-size: smaller;
}
.related dd.article-author {
  font-weight: bold;
}
.related dd.article-author::before {
  font-weight: normal;
}
.related dd.ert::after {
  content: " min";
}
.related center {
  width: auto;
}
.related center p {
  display: none;
}

/* Single */
.single main {
  display: flex;
  flex-direction: column;
  padding: 2rem 1rem;
}
@media (min-width: calc(450px + 2rem)) {
  .single main {
    padding: 2rem;
  }
}
.single main .main-center {
  order: 3;
}
.single main .main-header {
  order: 1;
  position: relative;
}
.single main .main-header dd {
  font-family: var(--serif);
}
.single main .article-subtitle {
  font-family: var(--serif);
  font-style: italic;
  color: gray;
  font-size: 1.5rem;
  margin-top: -0.5rem;
  padding-bottom: 0.5rem;
}
.single main .article-categories {
  color: transparent;
  position: absolute;
  bottom: 100%;
  left: 0;
  font-size: 1rem;
  line-height: 1.5rem;
  text-transform: none;
  max-height: 1.5rem;
  overflow: hidden;
}
.single main .article-categories::before {
  color: gray;
  display: none;
}
.single main .article-categories a:any-link {
  color: var(--en-orange);
  background: white;
  display: inline-block;
  padding: 0 0.5ch;
}
.single main .article-categories a:hover {
  background: var(--en-blue);
  color: white;
}
.single figure.figure-main {
  background-image: none !important;
  margin-bottom: 1.25rem;
  order: 2;
}
.single figure.figure-main img {
  width: 100%;
  aspect-ratio: 16/9;
  object-fit: cover;
}
.single figure.figure-main header {
  display: none;
}
.single figure.figure-main center {
  line-height: 0;
}
.single article {
  display: flex;
  font-family: var(--serif);
  flex-direction: column;
}
.single article .hail {
  order: 100;
}
.single article figure {
  margin-bottom: 1.25rem;
}
.single h1 {
  font-size: 2rem;
  font-weight: bold;
  line-height: 1;
}
@media (min-width: calc(600px + 2rem)) {
  .single h1 {
    font-size: 3rem;
  }
}
.single h2 {
  font-size: 1.75rem;
  font-weight: 700;
}
.single blockquote {
  color: gray;
  line-height: 1.1;
  font-family: var(--sans);
}
.single .signature {
  font-family: var(--sans);
}
.single .signature header h3 {
  font-family: var(--serif);
}
.single .signature center {
  line-height: 1.1;
}
.single .article-footer .tags ul {
  padding: 0;
}
.single .article-footer .tags li {
  display: inline-block;
  font-family: var(--sans);
  margin: 0 0.25rem 0.25rem 0;
  padding: 0;
}
.single .article-footer .tags li a:any-link {
  background-color: var(--en-blue);
  color: white;
  display: inline-block;
  padding: 0.25rem 0.5rem;
}
.single .article-footer .tags li a:hover {
  background-color: var(--en-orange);
}
.single .hailed-episodes article {
  height: 200px;
  overflow: hidden;
  position: relative;
}
.single .hailed-episodes article::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  height: 100px;
  width: 100px;
  background-image: url("https://idthefuture.com/wp-content/uploads/sites/4/2021/08/idthefuture-cover.jpg");
  background-size: cover;
  box-shadow: 0 0 15px #222;
}
.single .hailed-episodes header {
  position: absolute;
  top: auto;
  bottom: 40px;
  right: 100px;
  left: 0;
}
.single .hailed-episodes header h3 {
  padding-left: 1rem;
}
.single .hailed-episodes header a:any-link {
  color: rgb(255, 255, 255);
}
.single .hailed-episodes header a:hover {
  color: var(--en-orange);
}
.single .hailed-episodes figure {
  margin-bottom: 0;
}
.single .hailed-episodes figure::before {
  background: linear-gradient(to top, #222, #222 40px, rgba(0, 0, 0, 0) 75%);
  content: "";
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  position: absolute;
}
.single .hailed-episodes .episode-audio {
  position: absolute;
  bottom: 0;
}
.single .hailed-episodes footer {
  display: none;
}

/* Top Area */
.top-area {
  display: flex;
  flex-direction: row;
  font-family: var(--sans);
  font-size: 1rem;
  position: relative;
  background: rgba(0, 0, 0, 0.85);
  background: var(--en-blue);
  color: white;
  width: 100vw;
  margin-left: 0;
  margin-right: 0;
  z-index: 98104;
}
@media (min-width: 900px) {
  .top-area {
    width: 50vw;
    margin-left: 50vw;
    position: absolute;
  }
}
.top-area .widget_nav_menu {
  padding-left: 1ch;
}
.top-area .widget {
  display: block;
}
.top-area .widget:last-of-type {
  align-self: flex-end;
  margin: 0 0 0 auto;
}
.top-area .widget_search {
  position: relative;
  width: 5.5rem;
}
.top-area .widget_search form {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.top-area .widget_search form:focus-within {
  width: 50vw;
}
.top-area .widget_search label {
  display: none;
}
.top-area .widget_search button {
  background-color: var(--en-orange);
  border: none;
  color: white;
  display: none;
  line-height: 2rem;
  padding: 0 1ch;
  position: absolute;
  top: 0;
  right: 0;
}
.top-area .widget_search .wp-block-search__inside-wrapper {
  min-width: 50vw;
  position: relative;
}
.top-area .widget_search input[type=search] {
  width: 5.5rem;
  border: none;
  border-radius: 0;
  font-family: var(--sans);
  font-size: 1rem;
  line-height: 2rem;
  padding: 0;
  position: absolute;
  padding-left: 1ch;
  text-transform: uppercase;
  flex-grow: 0;
}
.top-area .widget_search input[type=search]:active,
.top-area .widget_search input[type=search]:focus,
.top-area .widget_search input[type=search]:not(:placeholder-shown) {
  background: white;
  color: var(--en-blue);
  text-transform: none;
  width: 100vw;
  outline: none;
}
@media (min-width: calc(450px + 2rem)) {
  .top-area .widget_search input[type=search]:active,
  .top-area .widget_search input[type=search]:focus,
  .top-area .widget_search input[type=search]:not(:placeholder-shown) {
    width: 50vw;
  }
}
.top-area .widget_search input[type=search]:active ~ button,
.top-area .widget_search input[type=search]:focus ~ button,
.top-area .widget_search input[type=search]:not(:placeholder-shown) ~ button {
  display: block;
  z-index: 98104;
}
.top-area .widget_search input[type=search]:placeholder-shown ~ button {
  display: none;
}
.top-area ul.menu {
  padding: 0;
}
.top-area ul.menu li a:any-link {
  color: white;
  color: lightgray;
  display: block;
  line-height: 2rem;
  padding: 0 0.5ch;
  text-transform: uppercase;
}
.top-area ul.menu li a:hover {
  color: var(--en-orange);
}

/* Sections */
.home section > header,
.home section > center {
  margin: 0 auto;
  width: 1200px;
  max-width: calc(100vw - 2rem);
}
.home section ~ section:not(.x) h3 a:any-link {
  color: black;
}
.home section ~ section:not(.x) h3 a:hover {
  color: var(--link-color);
}
.home:not(.x) h2 {
  font-size: 3rem;
}
.home:not(.x) h2 a::before {
  content: "";
  display: none;
}

.headlines > header h2 {
  font-family: var(--sans);
}
.headlines article header sub {
  display: block;
}
.headlines h2:not(.x) {
  text-align: center;
  font-family: "laski-slab";
  font-weight: 500;
}
.headlines h3 {
  font-size: 1.5rem;
  font-family: "laski-slab";
  font-weight: 500;
  padding: 0;
}
.headlines h4 {
  line-height: 1.1;
}
.headlines article {
  font-family: var(--sans);
  font-size: 1.1rem;
  font-style: normal;
  margin: 0.5rem 0 0;
}
.headlines article figure {
  aspect-ratio: 16/9;
  flex-basis: 100%;
  background: none;
}
.headlines article img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.headlines article h4 {
  font-family: "laski-slab";
  font-size: 1.2rem;
  font-style: normal;
  font-weight: bold;
  margin: 0;
  padding: 0.25rem 0;
}
.headlines article h4 a:any-link {
  color: black;
}
.headlines article h4 a:hover {
  color: var(--en-orange);
}
.headlines article footer {
  display: none;
}
.headlines article center {
  color: gray;
  font-size: 1rem;
  line-height: 1.1;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
.headlines article .article-meta {
  display: flex;
  flex-direction: row;
}
.headlines article dd.article-date {
  display: none;
}
.headlines article dd.ert::after {
  content: "min";
  text-transform: none;
}
.headlines article[data-tags*=__trending]::before {
  background-color: var(--en-orange);
  content: "Trending";
  color: white;
  padding: 0.25rem 0.5rem;
  position: absolute;
  top: 0.25rem;
  right: 0.25rem;
}
.headlines article ~ article[data-tags*=__trending]::before {
  content: "⇑";
  line-height: 1em;
  right: auto;
  left: 0;
  top: 0;
}

.gridlines .sciences {
  display: grid;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-auto-flow: row;
  align-items: top;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
}
@media (min-width: calc(750px + 2rem + 2rem)) {
  .gridlines .sciences section:nth-of-type(4) {
    display: none;
  }
}
@media (min-width: calc(1000px + 3rem + 2rem)) {
  .gridlines .sciences section:nth-of-type(4) {
    display: block;
  }
}

.sciences .science article:first-of-type {
  overflow: hidden;
  padding-bottom: 0.5rem;
  position: relative;
  margin: 0 0 0.5rem 0;
}
.sciences .science article:first-of-type:not(:only-of-type) {
  border-bottom: 1px rgba(0, 0, 0, 0.5) dotted;
}
@media (min-width: calc(450px + 2rem)) {
  .sciences .science article:first-of-type {
    height: 325px;
  }
  .sciences .science article:first-of-type::after {
    background: linear-gradient(to top, rgb(255, 255, 255), rgba(255, 255, 255, 0));
    content: "";
    height: 15px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
  }
}
.sciences .science article ~ article center,
.sciences .science article ~ article footer {
  display: none;
}
.sciences .science article ~ article {
  display: flex;
  flex-direction: row;
  gap: 0.5rem;
  position: relative;
}
.sciences .science article ~ article h4 {
  font-size: 1rem;
  padding: 0;
}
.sciences .science article ~ article sub.subtitle {
  display: none;
}
.sciences .science article ~ article figure {
  background: none !important;
  flex-basis: 50px;
  flex-shrink: 0;
  aspect-ratio: 1;
}
.sciences .science article ~ article figure img {
  aspect-ratio: 1;
  object-fit: cover;
  height: auto;
}

.foursome {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: 1fr;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
}
.foursome article {
  margin: 0;
}
@media (min-width: calc(750px + 2rem + 2rem)) {
  .foursome article:nth-of-type(4) {
    display: none;
  }
}
@media (min-width: calc(1000px + 3rem + 2rem)) {
  .foursome article:nth-of-type(4) {
    display: block;
  }
}

section.today section {
  margin: 0 auto;
  width: 1200px;
  max-width: calc(100vw - 2rem);
}
section.today ~ section {
  margin-bottom: 2rem;
}
section.today .featured {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: repeat(2, 1fr);
  grid-column-gap: 0px;
  grid-row-gap: 1rem;
  margin-bottom: 1rem;
}
@media (min-width: calc(600px + 2rem + 2rem + 2rem)) {
  section.today .featured {
    display: grid;
    grid-template-columns: repeat(3, minmax(150px, 1fr));
    grid-template-rows: repeat(2, 1fr);
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    margin-bottom: 1rem;
  }
  section.today .featured div:nth-of-type(1) {
    grid-area: 1/1/3/3;
  }
  section.today .featured div:nth-of-type(2) {
    grid-area: 1/3/2/4;
  }
  section.today .featured div:nth-of-type(3) {
    grid-area: 2/3/3/4;
  }
  section.today .featured div article:nth-of-type(1) {
    height: 500px;
  }
  section.today .featured div article:nth-of-type(1) header h3 {
    font-size: 3rem;
  }
  section.today .featured div:nth-of-type(2) article,
  section.today .featured div:nth-of-type(3) article {
    height: calc(250px - 0.5rem);
  }
  section.today .featured div:nth-of-type(2) article figure,
  section.today .featured div:nth-of-type(3) article figure {
    height: 100%;
  }
}
@media (min-width: calc(1000px + 2rem + 2rem + 2rem)) {
  section.today .featured {
    grid-template-columns: repeat(4, minmax(250px, 1fr));
  }
  section.today .featured div:nth-of-type(1) {
    grid-area: 1/1/3/4;
  }
  section.today .featured div:nth-of-type(2) {
    grid-area: 1/4/2/5;
  }
  section.today .featured div:nth-of-type(3) {
    grid-area: 2/4/3/5;
  }
}
section.today .featured div:nth-of-type(1) article,
section.today .featured div:nth-of-type(2) article,
section.today .featured div:nth-of-type(3) article {
  position: relative;
}
section.today .featured div:nth-of-type(1) article h4,
section.today .featured div:nth-of-type(2) article h4,
section.today .featured div:nth-of-type(3) article h4 {
  position: relative;
  z-index: 98104;
}
section.today .featured div:nth-of-type(1) article h4 a:any-link,
section.today .featured div:nth-of-type(2) article h4 a:any-link,
section.today .featured div:nth-of-type(3) article h4 a:any-link {
  color: white;
}
section.today .featured div:nth-of-type(1) article header,
section.today .featured div:nth-of-type(2) article header,
section.today .featured div:nth-of-type(3) article header {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  pointer-events: none;
}
section.today .featured div:nth-of-type(1) article center,
section.today .featured div:nth-of-type(1) article footer,
section.today .featured div:nth-of-type(2) article center,
section.today .featured div:nth-of-type(2) article footer,
section.today .featured div:nth-of-type(3) article center,
section.today .featured div:nth-of-type(3) article footer {
  display: none;
}
section.today .featured div:nth-of-type(1) dd.ert:not(:empty)::before,
section.today .featured div:nth-of-type(2) dd.ert:not(:empty)::before,
section.today .featured div:nth-of-type(3) dd.ert:not(:empty)::before {
  background-image: url("https://www.discovery.org/~/icons/timer/timer-quarter-light.png");
}
section.today .featured article:not(.x):not(.y) {
  margin: 0;
}
section.today .featured article {
  position: relative;
}
section.today .featured article figure:not(#x) a::before {
  background: linear-gradient(to top, rgb(0, 0, 0), rgba(0, 0, 0, 0.2) 50%, rgba(0, 0, 0, 0) 75%);
  content: "";
  position: absolute;
  z-index: 0;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}
section.today .featured article figure:not(#x) a:hover::before {
  background: linear-gradient(to top, rgba(36, 62, 138, 0.75), rgba(36, 62, 138, 0.2) 50%, rgba(0, 0, 0, 0) 75%);
}
section.today .featured article header {
  padding: 2rem 1rem 0;
  position: relative;
}
section.today .featured article header h3 {
  font-weight: bold;
  line-height: 1em;
  position: relative;
  z-index: 100;
}
section.today .featured article header h3 a:any-link {
  color: white;
}
section.today .featured article header dd {
  color: white;
  z-index: 100;
}
section.today .featured article:nth-of-type(3) ~ article {
  height: 300px;
}
section.today .featured h3 {
  font-family: "laski-slab";
  font-size: 1.2rem;
  font-style: normal;
  font-weight: bold;
  margin: 0;
  padding: 0.25rem 0;
}
section.today .featured article {
  overflow: hidden;
  position: relative;
}
section.today .featured article figure {
  aspect-ratio: 16/9;
  background-image: none !important;
  height: 100%;
  width: 100%;
  overlay: hidden;
}
section.today .featured article figure a img {
  width: 100%;
  object-fit: cover;
  aspect-ratio: 16/9;
}
section.today .featured article center {
  color: gray;
  font-size: 1rem;
  line-height: 1.1;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
section.today .featured h3 {
  font-family: "laski-slab";
  font-weight: 500;
  padding: 0;
}

/* Life Sciences */
section.life-sciences > header {
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
/* Videos */
section.video center.videos {
  display: grid;
  grid-template-rows: 1fr;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
}
@media (min-width: calc(750px + 2rem + 2rem)) {
  section.video center.videos div.hailed-videos:nth-of-type(4) {
    display: none;
  }
}
@media (min-width: calc(1000px + 2rem + 2rem)) {
  section.video center.videos div.hailed-videos:nth-of-type(4) {
    display: block;
  }
}
section.video .video-header sub {
  display: none;
}
section.video article center {
  display: none;
}

/* ID the Future */
section.idthefuture {
  background: #25abf6;
  max-width: 100vw;
  background-image: url("https://evolutionnews.org/wp-content/uploads/2025/06/idthefuture-section-gradient.jpg"), url("https://evolutionnews.org/wp-content/uploads/2025/06/idthefuture-gradient-2.jpg");
  background-repeat: no-repeat, repeat-x;
  background-position: center -40px, left -40px;
  background-size: auto 260px, 1px 260px;
}
section.idthefuture > header {
  padding: 2rem 0;
  text-shadow: -1px -1px 5px rgb(1, 98, 152);
}
section.idthefuture > header h2 {
  font-family: var(--serif);
  margin-bottom: 0;
  text-align: center;
}
section.idthefuture > header .idtf-with {
  color: white;
  font-style: italic;
}
section.idthefuture > header .idtf-with b {
  font-style: normal;
}
section.idthefuture > center {
  xpadding-bottom: 2rem;
}
section.idthefuture footer {
  margin: 0 auto;
  max-width: calc(100vw - 2rem);
  padding: 1rem 0;
  text-align: right;
  width: 1200px;
}
section.idthefuture footer a:any-link {
  color: rgba(255, 255, 255, 0.75);
  font-weight: bold;
}
section.idthefuture footer a:hover {
  color: white;
}
section.idthefuture .hailed-episodes {
  display: flex;
  grid-gap: 1rem;
  flex-direction: row;
  flex-wrap: wrap;
  flex-flow: row wrap;
}
section.idthefuture .wp-block-heading {
  color: white;
}
section.idthefuture article:not(.x) {
  display: flex;
  flex-basis: 300px;
  flex-grow: 1;
  flex-shrink: 1;
  flex-direction: column;
  flex-wrap: wrap;
  margin: 0 auto;
  position: relative;
}
section.idthefuture article:not(.x) ~ article {
  display: none;
}
@media (min-width: calc(600px + 2rem + 2rem)) {
  section.idthefuture article:not(.x) ~ article:nth-of-type(2) {
    display: flex;
  }
}
@media (min-width: calc(1000px + 2rem + 2rem)) {
  section.idthefuture article:not(.x) ~ article:nth-of-type(3) {
    display: flex;
  }
}
section.idthefuture article:not(.x) header {
  order: 3;
}
section.idthefuture article:not(.x) header a:any-link {
  color: white;
  font-family: var(--serif);
}
section.idthefuture article:not(.x) header a:hover {
  color: black;
}
section.idthefuture article:not(.x) header .author-prefix::before {
  content: "with ";
}
section.idthefuture article:not(.x) h3 {
  font-size: 1.3rem;
}
section.idthefuture article:not(.x) figure {
  aspect-ratio: 16/9;
  width: 100%;
  overflow: hidden;
  order: 1;
}
section.idthefuture article:not(.x) figure a:any-link {
  height: auto;
}
section.idthefuture article:not(.x) figure img {
  aspect-ratio: 16/9;
  object-fit: cover;
}
section.idthefuture article:not(.x) .episode-header sub {
  display: block;
}
section.idthefuture article:not(.x) .episode-number {
  background: black;
  color: white;
  font-weight: bold;
  position: absolute;
  top: 0;
  right: 0;
  padding: 0.25rem 0.5rem;
}
section.idthefuture article:not(.x) .episode-number::before {
  content: "Episode ";
  color: white;
  font-weight: normal;
  padding-right: 0.5ch;
  position: absolute;
  right: 100%;
}
section.idthefuture article:not(.x) .episode-date {
  display: none;
}
section.idthefuture article:not(.x) .episode-audio {
  order: 2;
}
section.idthefuture article:not(.x) .episode-author {
  color: rgba(255, 255, 255, 0.5);
}
section.idthefuture article:not(.x) center {
  display: none;
}
section.idthefuture article:not(.x) footer {
  display: none;
}

/*<link rel="stylesheet" href="https://use.typekit.net/axa2cfx.css">*/
:root {
  --light: #f7eac7;
  --en-blue: #234088;
  --en-blue-light: #5c7dcd;
  --en-blue-lighter: #799de2;
  --en-orange: #f7931e;
  --sct-blue: #234088;
  --sct-blue-light: #5c7dcd;
  --sct-blue-lighter: #799de2;
  --sct-orange: #f7931e;
  --sct-gray: #333;
  --headers: "laski-slab", sans-serif;
  --serif: "laski-slab", serif;
  --sans: "laski-sans", sans-serif;
  --icons: "en-icons";
}

article header figure,
article center figure {
  position: relative;
}

article:not(.x) header figcaption,
article:not(.x) center figcaption {
  background: linear-gradient(to right, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.5));
  color: white;
  font-size: smaller;
  padding: 0.25rem 0.5rem;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0;
}

.embed-privacy-overlay {
  container-type: block-size;
  container-name: embedprivacy;
}

@container embedprivacy (width < 600px) {
  .embed-privacy-inner,
  .embed-privacy-footer {
    background: red;
    font-size: smaller;
  }
}
body:not(.single) .single-only {
  display: none;
}

body {
  background: var(--light);
  background: white;
  font-size: 20px;
}

.hull {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}

.body-footer {
  margin-top: auto;
}

.body-footer,
.bot-area-widget {
  justify-self: flex-end;
}

.main-template {
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0) 20%, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0) 80%, rgba(0, 0, 0, 0));
}
.main-template main {
  background-color: white;
}
@media (max-width: 600px) {
  .main-template main {
    padding: 2rem 1rem;
  }
}

.body-center {
  position: relative;
  z-index: 0;
}

a.play[data-lity]:hover::after {
  border-left-color: var(--en-orange);
}

/* Center Footer */
.center-footer {
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0));
  margin: 0 auto;
  width: 100vw;
  max-width: 100vw;
  overflow: hidden;
}

.center-footer header {
  font-size: 1.25rem;
  font-weight: bold;
}

.wp-block-embed small {
  display: block;
  line-height: 1rem;
  padding-top: 0.5rem;
}

.embed-privacy-overlay:not(#x) a:any-link {
  color: rgba(255, 255, 255, 0.8);
}

@media (max-width: 600px) {
  .embed-privacy-inner:not(#x) p {
    font-size: 1rem;
    line-height: 1rem;
  }
}
.grid-responsive {
  display: grid;
  grid-gap: 1rem;
  grid-template-columns: 1fr;
  max-width: 1200px;
}

.grid-responsive article header h3 {
  padding: 1rem 0 0.5rem;
}

.grid-responsive article center {
  display: none;
}

x.grid-responsive a:any-link {
  display: block;
  height: 100%;
}

@media (min-width: 600px) {
  .grid-responsive, .grid-md-3 {
    grid-template-columns: repeat(1, 1fr);
  }
}
@media (min-width: 900px) {
  .grid-responsive, .grid-lg-4 {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 1200px) {
  x.grid-responsive, .grid-xl-5 {
    grid-template-columns: repeat(3, 1fr);
  }
}
/* From Customizer for refactoring after switch */
.currentYear {
  background: white;
}

.currentYear ul {
  border-top: gray 1px dotted;
}

.currentYear ul {
  border-top: gray 1px dotted;
}

.pagination .page-numbers:not(#x) {
  font-family: "Verdana", sans-serif;
  font-size: smaller;
  line-height: 2.5rem;
}

.pagination span.page-numbers.current {
  background: var(--sct-blue);
  border: none;
  color: white;
  font-family: "Verdana", sans-serif;
}

.page-index .menu-index {
  display: none;
}

.header-area .menu-authors center .gallery-person-figure {
  flex-grow: 0;
  padding: 0.25rem 0.5rem;
}

.body-header .header-area section.closed header:hover {
  background: gray;
  color: white;
}

.body-header .header-area section.menu-sciences.closed header:hover {
  background: var(--sct-blue);
}

.body-header .header-area section.menu-culture.closed header:hover {
  background: var(--sct-orange);
}

.body-header .header-area section.closed header:hover::before {
  border-color: white;
}

.header-area section.menu-index:hover header {
  background: gray;
}

figure.figured:not(.x).has-description .description:hover {
  overflow-wrap: break-word;
}

.articles h3 {
  font-family: var(--serif);
  font-size: 1.5em;
}

.articles dd {
  font-size: 1rem;
}

.header-area .widget section.closed center {
  display: none;
}

.page-donate .uk-donors-note figure {
  margin-top: 0.5em;
  max-width: 200px;
}

.page-donate aside.side-right aside:not(#block-612) {
  display: none;
}

body:not(.page-donate) aside#block-612 {
  display: none;
}

h1#searchH1:empty:focus::before {
  content: "";
}

h1#searchH1:empty::before {
  content: attr(placeholder);
}

li.switch::after {
  cursor: pointer;
}

@media (max-width: calc(450px + 2rem)) {
  .top-area .widget_search .wp-block-search__inside-wrapper {
    min-width: 100vw;
  }
}
li.currentYear > a:any-link {
  color: var(--en-orange);
}

li.currentMonth a:any-link {
  color: var(--en-orange);
}

form.searching .wp-block-search__inside-wrapper {
  background: white;
  height: 32px;
  position: relative;
}

form.searching:not(#x) input[type=search] {
  content: "";
  background: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.2) 100%);
  background-size: 200% 200%;
  animation: gradient-animation 1s infinite;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

@keyframes gradient-animation {
  0% {
    background-position: 0% 50%; /* Starting position */
  }
  50% {
    background-position: 50% 50%; /* Mid-point position */
  }
  100% {
    background-position: 100% 50%; /* Return to starting position for seamless loop */
  }
}

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