.widget_search input[type=text]:not(:focus):not(#x) {
  background: var(--gray-lighter);
  color: white;
  text-indent: 1ch;
}

body {
  font-size: 18px;
  color: rgba(63, 63, 63, 0.99);
  color: #404040;
}

.body-header,
.center-header,
.center-center,
.center-footer,
.body-footer {
  padding-left: var(--n);
  padding-right: var(--n);
}

.body-header {
  align-items: center;
  background-color: var(--dark);
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 0;
  z-index: 98104;
}
.body-header .area {
  flex: 0 0 100%;
}
@media (min-width: 800px) {
  .body-header .area {
    flex: 1 1 33%;
  }
}
@media (min-width: 1200px) {
  .body-header .area {
    max-width: 600px;
  }
}

.has-featured-image.fi-hull .hull {
  position: relative;
}
.has-featured-image.fi-hull .hull .figure-hull {
  position: relative;
}
.has-featured-image.fi-hull .hull .figure-hull::before {
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.75) 0%, rgba(0, 0, 0, 0) 30%, rgba(0, 0, 0, 0) 60%, rgba(0, 0, 0, 0.85) 100%);
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 100%;
}
.has-featured-image.fi-hull .body-header {
  background-color: transparent;
  display: flex;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
}

header .widget_nav_menu li, footer .widget_nav_menu li {
  display: inline-block;
  list-style: none;
}

body:not(.home) .tagline {
  display: none;
}

.body-header {
  display: flex;
  position: relative;
  height: var(--header-height);
}
@media (min-width: 800px) {
  .body-header {
    line-height: var(--header-height);
  }
}
.body-header a, .body-header a:visited {
  color: var(--middling);
  color: white;
}
.body-header a:hover {
  color: var(--light);
  color: white;
}
.body-header .tagline {
  color: rgba(255, 255, 255, 0.75);
  position: absolute;
  top: calc(50% + 1.25rem);
}
.body-header .area {
  flex: 0 0 100%;
  flex-wrap: wrap;
}
@media (min-width: 800px) {
  .body-header .area {
    flex: 1 1 33%;
  }
}
.body-header .area:not(:first-of-type) {
  position: static;
  height: var(--header-height);
}
.body-header div[class*=menu] ul {
  display: flex;
  margin: 0;
  padding: 0;
  flex-direction: column;
  flex-wrap: wrap;
}
.body-header div[class*=menu] li {
  flex: 0 0 100%;
}
.body-header div[class*=menu] a {
  color: rgba(255, 255, 255, 0.75);
  display: block;
  position: relative;
  line-height: 1.5;
  text-align: center;
}
.body-header div[class*=menu] a::before {
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 20%, rgba(255, 255, 255, 0.5) 50%, rgba(255, 255, 255, 0) 80%);
  content: "";
  height: 1px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
@media (max-width: 999px) {
  .body-header div[class*=menu] {
    position: fixed;
    top: 0;
    right: 0;
    z-index: 98104;
  }
  .body-header div[class*=menu] ul.menu {
    text-align: center;
    min-height: 1rem;
    display: none;
    font-size: 2rem;
  }
  .body-header div[class*=menu] li {
    display: block;
    flex: 0 0 100%;
  }
  .body-header div[class*=menu].on ul.menu {
    padding-top: var(--header-height);
    display: block;
    width: 100vw;
    height: 100vh;
    position: absolute;
    right: 0;
  }
  .body-header div[class*=menu] div[class*=-container] {
    background-color: transparent;
    cursor: pointer;
    position: absolute;
    top: 0;
    right: 0;
    width: 65px;
    height: 55px;
    background: black;
    overflow: hidden;
    transition: width 0.25s, background-color 1s;
  }
  .body-header div[class*=menu] div[class*=-container]::before, .body-header div[class*=menu] div[class*=-container]::after {
    content: "";
    width: 35px;
    height: 6px;
    position: absolute;
    right: 15px;
    transition: 0.4s;
  }
  .body-header div[class*=menu] div[class*=-container]::before {
    border-bottom: 5px white solid;
    border-top: 5px white solid;
    top: 11px;
    z-index: 999991804;
  }
  .body-header div[class*=menu] div[class*=-container]::after {
    border-top: 5px white solid;
    top: 34px;
  }
  .body-header div[class*=menu].on div[class*=-container] {
    background-color: black;
    width: 100vw;
    height: 100vh;
    transition: width 0.5s, background-color 1s;
  }
  .body-header div[class*=menu].on div[class*=-container]::before {
    transform: rotate(-45deg) translate(-9px, 6px);
    border-top: none;
    top: 8px;
    right: 13px;
  }
  .body-header div[class*=menu].on div[class*=-container]::after {
    transform: rotate(45deg) translate(-8px, -8px);
  }
}
@media (min-width: 1000px) {
  .body-header div[class*=menu] {
    position: relative;
  }
  .body-header div[class*=menu] ul {
    flex-direction: row;
    justify-content: flex-end;
  }
  .body-header div[class*=menu] li {
    display: block;
    flex: 0 1 auto;
  }
  .body-header div[class*=menu] a {
    line-height: var(--header-height);
    padding-left: var(--n2);
    padding-right: var(--n2);
  }
  .body-header div[class*=menu] a:hover {
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 2%, rgba(0, 0, 0, 0.5) 50%, rgba(0, 0, 0, 0) 98%);
    color: white;
  }
  .body-header div[class*=menu] li ~ li a::before {
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 20%, rgba(255, 255, 255, 0.5) 50%, rgba(255, 255, 255, 0) 80%);
    content: "";
    top: 0;
    left: 0;
    height: 100%;
    width: 1px;
  }
}

.center-header {
  background-color: var(--light);
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  padding-top: 2px;
  padding-bottom: 2px;
}
.center-header:not(:empty) {
  padding-top: var(--n2);
  padding-bottom: var(--n2);
}
.center-header sup, .center-header h1, .center-header sub, .center-header dl {
  max-width: var(--max-width);
  text-align: left;
}
.center-header sup {
  flex: 0.5 1 var(--max-width);
  opacity: 0.8;
  text-transform: uppercase;
  line-height: 1;
  font-size: 0.85rem;
}
.center-header h1 {
  flex: 0 0 100%;
  line-height: 1;
  margin: 0;
}
.center-header sub {
  flex: 0 0 100%;
}
.center-header .blog-title a {
  display: inline-block;
  padding: calc(1rem / 4) calc(1rem / 3);
}
.page .center-header .byline {
  display: none;
}
.center-header a {
  color: white;
}

.singular.has-featured-image .body-center {
  position: relative;
}
.singular.has-featured-image .center-header {
  background: transparent;
  position: absolute;
  right: 0;
  bottom: 100%;
  left: 0;
}
.singular.has-featured-image .center-header h1 {
  color: rgba(255, 255, 255, 0.9);
}
.singular.has-featured-image .center-header .byline dd {
  color: rgba(255, 255, 255, 0.75);
}
.singular.has-featured-image .center-header .subtitle {
  color: rgba(255, 255, 255, 0.75);
  line-height: 1.2;
  font-style: italic;
}
.singular.has-featured-image .center-header sub,
.singular.has-featured-image .center-header sub dd,
.singular.has-featured-image .center-header sub a:any-link {
  color: rgba(255, 255, 255, 0.75);
  font-size: 0.75rem;
}
.singular.has-featured-image .center-header a:hover {
  color: white;
}

.figured header, .figured center img, .figured footer {
  display: none;
}

.figure-hull:not(.figure-none) {
  max-height: 70vh;
  min-height: 500px;
  overflow: hidden;
}
.figure-hull:not(.figure-none) center {
  height: 0;
  padding-bottom: calc(9/16 * 100%);
}

.home h1 {
  display: none;
}

big span {
  display: block;
  line-height: var(--header-height);
  font-family: var(--nevis);
  text-transform: uppercase;
}

h1, h2, h3, h4 {
  font-family: var(--sans);
}

h2 {
  font-size: 2rem;
}

.singular article h2 {
  margin-top: 0;
}

.center-center {
  display: flex;
}

main {
  flex-basis: 66%;
  padding-top: 2rem;
  padding-right: 0;
  position: relative;
}
.is-stylized main {
  padding-left: 0;
  padding-right: 0;
}
@media (min-width: 1000px) {
  .is-stylized main {
    padding-right: 1rem;
  }
}

aside.side {
  flex-basis: 34%;
  padding-top: 2rem;
  position: relative;
}
aside.side::before {
  content: "";
  top: 0;
  bottom: 0;
}
aside.side a:any-link {
  color: var(--gray);
}
.is-stylized aside.side {
  padding-left: 0;
  padding-right: 0;
  background: transparent;
  overflow: hidden;
  position: relative;
}
@media (min-width: 800px) {
  .is-stylized aside.side {
    padding-left: 2rem;
  }
}
.is-stylized aside.side aside.widget_search {
  margin-bottom: 0;
}
aside.side header {
  font-family: var(--sans);
  text-transform: uppercase;
  font-size: 1.5rem;
  font-weight: 700;
}
aside.side aside ul {
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
}
aside.side aside li {
  list-style: none;
  padding-left: 0;
}
aside.side aside li a {
  padding-bottom: 1ch;
}

.side header + ul {
  margin-top: 0.5rem;
}

.sides-left aside.side-left {
  order: 1;
  padding: 2rem 2rem 0 0;
}
@media (max-width: 799px) {
  .sides-left aside.side-left {
    order: 5;
    padding: 2rem;
  }
}
.sides-left main {
  order: 2;
}

.hail {
  position: absolute;
  bottom: 0;
  right: var(--n);
}
.hail dt {
  display: none;
}
@media (min-width: 1200px) {
  .hail {
    right: calc(100% + 2rem);
    top: var(--n);
    width: 40px;
  }
  .hail dd {
    margin-bottom: 5px;
  }
}

.center-footer {
  background-color: var(--light);
  width: 100%;
}
.center-footer nav {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
.center-footer nav article {
  flex: 0 1 50%;
  max-width: 600px;
  padding: 0 var(--n);
}
.center-footer nav article header {
  font-size: 1.3rem;
  font-weight: bold;
}

.center-footer.constrain {
  max-width: none;
  width: auto;
  background-color: white;
  overflow: hidden;
  position: relative;
  width: 100vw;
  margin-left: var(--n4);
  margin-right: var(--n4);
}
.center-footer.constrain::before {
  background: radial-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0), rgba(0, 0, 0, 0));
  content: "";
  height: 300px;
  pointer-events: none;
  position: absolute;
  width: 100%;
  top: -150px;
  left: calc(0%);
}

.body-footer {
  background-color: var(--gray-lightest);
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: var(--n);
  padding-bottom: var(--n);
}
.body-footer .widget_nav_menu {
  margin: 0;
  text-align: center;
}
.body-footer .widget_nav_menu li a {
  padding-right: var(--n2);
}
.body-footer .widget_nav_menu li ~ li a {
  border-left: 1px gray solid;
  padding-left: var(--n2);
}

.multiple article header sub,
.singular article header sub,
.multiple article header sup,
.singular article header sup {
  display: block;
}

.byline a {
  color: inherit;
}

span[data-src*=evolution] img:first-of-type {
  display: none;
}

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