/*
Theme Name:     Free Science
Template: beacons
Theme URI:      http://freescience.today
Author:         Nathan Jacobson
Author URI:     http://nathanjacobson.com
Description: Child theme of Discovery Institute one-off sites.
Version:        0.0.1
*/
h2,
h3, article h1,
article h2,
article h3,
header h2, .single-story section.top header sub, .page-petition main article header h1::before, .post-type-archive-story main article h3, main.mid .header-main h2 {
  font-family: "Open Sans", sans-serif; }


h3, .top header h3, .single-story section.top header {
  font-family: 'Open Sans Condensed', sans-serif; }

.x {
  color: #a0c0c9; }

/* CSS Document */
/*Discovery Institute - General Styles*/
/*Colors:
Main: #444;
Grey BG: #eee;
Hyperlink: #0678c1;
CSC: #0678C1;
Tech: #cfad66; New Tech: #a06b20;
Econ: #007c69;
Human Exceptionalism: #BC8046;
Cascadia: #7baab0;
Add: #94a1b6;
*/
@media screen and (min-aspect-ratio: 16 / 10) {
  /* something for wide screens */ }

body.section-story {
  background: #ffffff;
  background: linear-gradient(to right, transparent 0%, transparent 50%, #167abf 50%, #167abf 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */ }

body {
  background: linear-gradient(to right, transparent 0%, transparent 50%, #113d63 50%, #113d63 100%); }

.display, section.backstory header, main h1, .page-petition main article header::after {
  font-family: 'Muli', sans-serif; }

body {
  font-size: 16px; }
  @media (min-width: 1200px) {
    body.singular main center {
      font-size: 18px; } }
  @media (max-width: 799px) {
    body {
      font-size: 14px; } }

.box {
  padding-left: 2.5rem;
  padding-right: 2.5rem; }
  @media (max-width: 799px) {
    .box {
      padding-left: 1.5rem;
      padding-right: 1.5rem; } }

@media (max-width: 999px) {
  figure.figured:not(.x):not(.y).has-description .description {
    display: none; } }

.pad-ends:empty {
  padding-top: 0;
  padding-bottom: 0; }

.constrain-xl {
  width: 1200px;
  max-width: 100%; }

.exo {
  overflow: hidden; }

.endo {
  position: relative; }

.back-white {
  background: white; }

big {
  font-size: 2em;
  font-weight: bold;
  line-height: 1rem; }

.bold {
  font-weight: bold; }

h2,
h3 {
  font-weight: bold;
  font-size: 1.75rem; }

h3 {
  font-size: 1.25rem;
  font-weight: normal;
  text-transform: uppercase; }

header h2,
header h3 {
  margin: 0; }

.backstory .article-meta {
  font-family: "Open Sans", sans-serif; }
  .backstory .article-meta a {
    color: inherit; }

blockquote {
  position: relative;
  margin-left: 0;
  border-left: none;
  margin: 1rem .5rem 0rem 1rem;
  padding-left: calc(1.5rem - 4px);
  position: relative; }
  blockquote::before {
    content: "\201C";
    font-family: "Georgia", serif;
    font-size: 3rem;
    font-weight: bold;
    line-height: 2rem;
    padding: 6px 3px;
    position: absolute;
    text-align: center;
    top: calc(50% - 1rem);
    top: 0;
    left: -1.25rem;
    width: 1rem;
    height: 1rem; }
  blockquote::after {
    background-color: rgba(255, 255, 255, 0.8);
    content: "";
    position: absolute;
    left: -.3rem;
    top: 1.75rem;
    bottom: .25rem;
    width: 4px; }
  blockquote p:last-of-type {
    margin-bottom: 1rem;
    padding-bottom: 0; }
  main article blockquote cite {
    background-color: #c1c1c1;
    font-size: .9em;
    margin-top: .25rem; }
    main article blockquote cite strong {
      font-weight: 700;
      display: inline-block;
      background-color: #444;
      background-color: #dbdbdb;
      margin-left: -6px;
      position: relative;
      padding-left: 6px;
      padding-right: 6px; }
      main article blockquote cite strong:first-of-type::before {
        content: "";
        display: block;
        position: absolute;
        background-color: #dbdbdb;
        width: 8px;
        height: 8px;
        top: -4px;
        left: 25%;
        z-index: 0;
        transform: rotate(45deg); }

p + blockquote {
  margin-top: 0; }

.singular main blockquote cite {
  background-color: transparent;
  display: block; }

.header-site {
  font-weight: 700;
  position: relative;
  text-transform: uppercase;
  z-index: 100; }
  @media (max-width: 999px) {
    .header-site {
      height: 70vh; }
      .singular:not(.has-featured-image) .header-site {
        height: auto;
        min-height: 200px; } }
  .header-site big,
  .header-site small {
    font-size: 8rem;
    line-height: 6rem; }
    .header-site big a,
    .header-site small a {
      display: block;
      text-indent: -98104px; }
  .header-site big {
    color: transparent;
    display: block;
    overflow: visible;
    position: relative; }
    @media (max-width: 999px) {
      .header-site big {
        position: absolute;
        bottom: 0;
        height: 6rem;
        width: 100%;
        left: 0;
        right: 0;
        max-width: none; } }
    .header-site big a::before {
      background-image: url("form/images/free-black-50.png");
      background-position: right center;
      background-repeat: no-repeat;
      background-size: contain;
      content: "";
      height: 185px;
      width: 900px;
      overflow: hidden;
      pointer-events: none;
      position: absolute;
      top: -40px;
      right: calc(-118px); }
      .page-petition .header-site big a::before,
      .page-censor .header-site big a::before {
        background-image: url("form/images/free-graffiti-light.png"); }
      @media (max-width: 999px) {
        .header-site big a::before {
          background-position: center center;
          background-size: auto 185px;
          left: auto;
          right: 0;
          width: 100%; } }
    .header-site big a::after {
      background-image: url("form/images/free-white.png");
      background-position: right center;
      background-repeat: no-repeat;
      background-size: contain;
      content: "";
      height: 90px;
      overflow: hidden;
      position: absolute;
      right: 1rem;
      width: calc(100% - 1rem); }
      @media (max-width: 999px) {
        .header-site big a::after {
          background-position: center bottom;
          position: absolute;
          bottom: 0;
          height: 6rem;
          width: 100%;
          right: 0; } }
  .header-site small {
    color: #ffdd00;
    color: transparent;
    display: block;
    position: relative;
    z-index: 10; }
    @media (max-width: 999px) {
      .header-site small {
        position: absolute;
        top: 100%;
        height: 6rem;
        max-width: none;
        width: 100%;
        left: 0; } }
    .header-site small a::after {
      background-image: url("form/images/science-yellow.png");
      background-position: left center;
      background-repeat: no-repeat;
      background-size: contain;
      content: "";
      left: 1rem;
      height: 90px;
      overflow: hidden;
      position: absolute;
      width: calc(100% - 1rem); }
      @media (max-width: 999px) {
        .header-site small a::after {
          background-position: center top;
          left: 0;
          width: 100%;
          max-width: none; } }

.trunk {
  min-height: 573px;
  padding-bottom: 3rem;
  pointer-events: none;
  position: relative;
  z-index: 0; }

.trunk article,
.trunk footer,
section.top,
section.lower-halves,
section.backstory,
nav.adjacencies {
  pointer-events: all; }

.description {
  position: absolute;
  z-index: 9999999; }

.mid-flex {
  pointer-events: none; }

figure.hero {
  background-color: #b0854a;
  background-position: left center;
  background-repeat: no-repeat;
  background-size: cover;
  margin: 0;
  overflow: visible;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 70vh;
  max-height: 850px;
  min-height: 750px;
  z-index: 0; }
  .five-1 figure.hero {
    background-image: url("/wp-content/uploads/sites/13/2018/01/AdobeStock_127140002-1600x1230.jpeg"); }
  .five-2 figure.hero {
    background-image: url("/wp-content/uploads/sites/13/2018/01/AdobeStock_119711801-1600x1242.jpeg"); }
  .five-3 figure.hero {
    background-image: url("/wp-content/uploads/sites/13/2018/01/AdobeStock_90401472-1600x1256.jpeg"); }
  .five-4 figure.hero {
    background-image: url("/wp-content/uploads/sites/13/2018/01/AdobeStock_90402083-1600x1215.jpeg"); }
  .five-5 figure.hero {
    background-image: url("/wp-content/uploads/sites/13/2018/01/AdobeStock_119553852-1600x1186.jpeg"); }
  @media (min-width: 1000px) {
    .featured-image--portrait figure.hero {
      border-right: 50% blue solid;
      content: "";
      width: calc(50% + 1px);
      height: 100%; } }
  @media (max-width: 999px) {
    figure.hero {
      height: 70vh;
      max-height: none;
      min-height: 0; } }
  figure.hero header {
    display: none; }
  figure.hero::before {
    background: #167abf;
    content: "";
    left: 50%;
    height: 70vh;
    height: 100%;
    max-height: none;
    position: absolute;
    width: 50%; }
    @media (min-width: 1000px) {
      figure.hero::before {
        background: rgba(5, 122, 194, 0.9); } }
    .section-story figure.hero::before {
      background: #113d63; }
      @media (min-width: 1000px) {
        .section-story figure.hero::before {
          background: rgba(17, 61, 100, 0.9); } }
    @media (max-width: 999px) {
      figure.hero::before {
        height: 100vh;
        max-height: 800px;
        width: 100%;
        left: 0;
        top: 70vh; }
        .singular:not(.has-featured-image) figure.hero::before {
          top: 200px; } }
  @media (min-width: 1000px) {
    .featured-image--portrait figure.hero::before {
      left: 100%;
      width: 100%; } }

.tagged-d-full-bill figure.hero::before {
  background: transparent; }

.pull-right {
  margin-bottom: -1rem;
  margin-left: -1.5rem;
  margin-right: -10rem;
  margin-top: -1rem;
  position: relative;
  z-index: 1000; }
  @media (max-width: 799px) {
    .pull-right {
      margin-right: -7rem; } }

main.mid header h1 {
  color: #113d63; }

article ~ article {
  margin-top: 1.5rem; }

section.top {
  color: white;
  min-height: 1rem;
  padding-bottom: 1rem; }
  @media (max-width: 999px) {
    section.top {
      padding-top: 6rem; } }
  @media (min-width: 1000px) {
    section.top {
      justify-content: flex-end; } }
  @media (max-width: 799px) {
    section.top {
      background-color: #167abf;
      padding-top: 4rem;
      padding-bottom: 9rem;
      margin-bottom: -6rem; } }
  section.top h3 {
    font-size: 1.75rem;
    text-transform: uppercase; }
  section.top h3 a,
  section.top h3 a b,
  section.top footer a {
    font-weight: bold;
    color: #ffdd00; }
    section.top h3 a:hover,
    section.top h3 a:hover b,
    section.top h3 a b:hover,
    section.top h3 a b:hover b,
    section.top footer a:hover,
    section.top footer a:hover b {
      color: white; }
  section.top a {
    color: white; }
    section.top a:hover {
      color: #ffdd00; }
  section.top ul a {
    color: #ffdd00; }
    section.top ul a:hover {
      color: white; }
  section.top a.button {
    background: rgba(255, 255, 255, 0.8);
    color: #167abf;
    padding: .25rem .5rem; }
    section.top a.button:hover {
      background: white; }
  section.top big, section.top b, section.top strong {
    color: white; }

.trunk {
  position: relative; }

.position-relative {
  position: relative; }

.mid-endo {
  position: relative; }
  .singular .mid-endo {
    box-shadow: -12px 12px 0px rgba(0, 0, 0, 0.05); }
  .mid-endo::before {
    content: "";
    display: block;
    height: calc(100% - 3rem);
    width: 15%;
    box-shadow: 12px -12px 0 #113d63;
    pointer-events: none;
    position: absolute;
    top: 0;
    left: 85%; }
  .section-story .mid-endo::before {
    box-shadow: 12px -12px 0 #167abf; }
  .mid-endo::after {
    content: "";
    display: block;
    height: 0;
    width: 100px;
    box-shadow: -12px 12px 0 #b0854a;
    padding-bottom: 50%;
    pointer-events: none;
    position: absolute;
    left: 0;
    bottom: 0; }
  .singular .mid-endo::after {
    box-shadow: -12px 12px 0 #113d63;
    box-shadow: none;
    padding-bottom: 50%;
    width: calc(50% + 13px); }
  .single-story .mid-endo::after {
    box-shadow: -12px 12px 0 #167abf;
    box-shadow: none;
    padding-bottom: 50%;
    width: calc(50% + 13px); }
  .mid .mid-endo footer {
    padding-bottom: 1rem; }
    .mid .mid-endo footer a {
      color: #b0854a;
      display: block;
      font-weight: bold;
      margin-left: 50%; }
      .mid .mid-endo footer a:hover {
        color: #167abf; }

section.backstory {
  padding-top: 2.5rem; }
  @media (max-width: 799px) {
    section.backstory {
      background-color: #113d63;
      margin-top: -4rem;
      padding-top: 6rem; } }
  section.backstory header {
    font-weight: 700; }
    section.backstory header.section-header {
      padding-bottom: 2rem;
      padding-bottom: 2.5rem;
      text-transform: uppercase; }
      section.backstory header.section-header span {
        color: white;
        flex: 0 0 50%; }
      section.backstory header.section-header span:first-of-type {
        overflow: hidden;
        text-align: right;
        padding-right: 0;
        font-weight: 700; }
        @media (min-width: 800px) {
          section.backstory header.section-header span:first-of-type {
            color: #113d63; } }
      section.backstory header.section-header span:last-of-type {
        color: white;
        padding-left: 0;
        font-weight: 700;
        text-indent: -6px;
        overflow: hidden;
        position: relative;
        left: -1px; }
      section.backstory header.section-header .back {
        color: #167abf; }
    section.backstory header h2 {
      font-size: 3rem;
      margin-top: 0; }
      @media (max-width: 799px) {
        section.backstory header h2 {
          text-align: left; } }
    @media (max-width: 799px) {
      section.backstory header a {
        color: rgba(255, 255, 255, 0.75);
        color: white; }
        section.backstory header a:hover {
          color: white; } }
  section.backstory hr {
    background: #167abf;
    display: block;
    margin: .5rem auto .5rem auto;
    border-bottom: 3px white solid;
    width: 20%;
    height: 6px; }
  section.backstory dl {
    margin-bottom: .125rem;
    margin-top: .125rem; }
    section.backstory dl .date {
      color: #c1c1c1;
      font-size: 1rem;
      font-weight: 300;
      text-transform: uppercase; }
    section.backstory dl a {
      color: #167abf;
      font-weight: bold; }
      section.backstory dl a:hover {
        color: #b08903; }
    section.backstory dl dt,
    section.backstory dl dd {
      padding: .5rem 2.5rem; }
    section.backstory dl dt {
      order: 1;
      text-align: right;
      line-height: 1.2; }
      section.backstory dl dt span {
        display: block; }
    section.backstory dl dd {
      color: rgba(255, 255, 255, 0.9);
      margin: 0;
      order: 2;
      text-align: left; }
      section.backstory dl dd p:last-of-type {
        padding-bottom: 0; }
      section.backstory dl dd a {
        color: white; }
      section.backstory dl dd a:hover {
        color: #167abf; }
  section.backstory dl dt,
  section.backstory article header {
    overflow: visible;
    position: relative; }
  section.backstory dd,
  section.backstory article center {
    color: rgba(255, 255, 255, 0.8); }
  section.backstory dd a,
  section.backstory article center a {
    color: #ffdd00; }
    @media (min-width: 800px) {
      section.backstory dd a,
      section.backstory article center a {
        color: white; } }
    section.backstory dd a:hover,
    section.backstory article center a:hover {
      color: #ffdd00; }
  section.backstory.alternate dl:nth-of-type(even) .date {
    color: white; }
  section.backstory.alternate dl:nth-of-type(even) a {
    color: white; }
    section.backstory.alternate dl:nth-of-type(even) a:hover {
      color: #ffdd00; }
  section.backstory.alternate dl:nth-of-type(even) dt {
    order: 2;
    text-align: left; }
  section.backstory.alternate dl:nth-of-type(even) dd {
    color: #167abf;
    order: 1;
    text-align: right; }
  section.backstory article.article-tease {
    display: flex;
    flex-wrap: wrap;
    position: relative;
    padding-top: 1.5rem; }
    @media (min-width: 800px) {
      section.backstory article.article-tease::before {
        background: rgba(17, 61, 100, 0.5);
        border-left: 4rem #c1c1c1 solid;
        content: "";
        width: 0rem;
        height: 4px;
        position: absolute;
        right: calc(50% + 2.5rem);
        top: 0; } }
    @media (max-width: 799px) {
      section.backstory article.article-tease {
        border-top: 4px rgba(255, 255, 255, 0.25) solid;
        padding-top: 1.5rem; } }
    section.backstory article.article-tease header,
    section.backstory article.article-tease center {
      box-sizing: border-box;
      flex: 0 0 50%; }
      @media (max-width: 799px) {
        section.backstory article.article-tease header,
        section.backstory article.article-tease center {
          flex: 0 0 100%;
          padding-left: 0;
          padding-right: 0; } }
    @media (min-width: 800px) {
      section.backstory article.article-tease header {
        text-align: right;
        padding-right: 2.5rem; } }
    section.backstory article.article-tease header sup {
      color: rgba(255, 255, 255, 0.5); }
      @media (min-width: 800px) {
        section.backstory article.article-tease header sup {
          color: #c1c1c1; } }
    section.backstory article.article-tease header sub {
      display: none; }
    section.backstory article.article-tease header h2 {
      font-size: 1.25rem;
      font-weight: bold;
      text-transform: none; }
    section.backstory article.article-tease header h3 {
      font-size: 1.25rem;
      font-weight: bold;
      text-transform: none; }
    section.backstory article.article-tease header dd {
      color: rgba(255, 255, 255, 0.5);
      padding: 0; }
      @media (min-width: 800px) {
        section.backstory article.article-tease header dd {
          color: #113d63; } }
    @media (min-width: 800px) {
      section.backstory article.article-tease center {
        padding-left: 2.5rem; } }

.lower-left {
  color: #113d63; }

.lower-right {
  color: rgba(255, 255, 255, 0.8); }
  .lower-right a {
    color: white; }
    .lower-right a:hover {
      color: #ffdd00; }

.singular article footer.article-footer {
  bottom: .5rem;
  right: 1rem;
  padding: 2rem 0 0 0;
  text-align: right; }
  .singular article footer.article-footer .wave {
    padding: 0; }
    .singular article footer.article-footer .wave dd {
      margin-bottom: .25rem;
      text-align: left; }
      .singular article footer.article-footer .wave dd a {
        margin-left: 0; }

nav.site {
  color: rgba(255, 255, 255, 0.75);
  max-width: 100%;
  padding: 1rem 0;
  position: relative;
  text-transform: uppercase;
  top: 0; }
  nav.site::before {
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0) 100%);
    content: "";
    left: 0;
    top: 0;
    height: 150px;
    position: absolute;
    width: 100vw;
    z-index: 0; }
  @media (max-width: 999px) {
    nav.site {
      position: absolute;
      width: 100%;
      z-index: 98104; } }
  @media (min-width: 1000px) {
    nav.site .nav-learn {
      text-align: right;
      padding-left: 0px; } }
  nav.site dl {
    white-space: nowrap;
    z-index: 1; }
  nav.site dl.nav-act {
    padding-right: 0px;
    position: relative;
    top: -2px; }
  @media (max-width: 999px) {
    nav.site dl {
      font-size: 14px;
      padding: 0;
      text-align: center; } }
  nav.site dt, nav.site dd {
    display: inline-block;
    margin: 0; }
  nav.site dt {
    font-weight: bold;
    padding-right: 5px; }
  nav.site li {
    display: inline-block;
    margin-left: 0px;
    white-space: nowrap; }
    nav.site li .sub-menu {
      display: none; }
    nav.site li a,
    nav.site li a:visited {
      border-left: 0px rgba(255, 255, 255, 0.6) solid;
      color: rgba(255, 255, 255, 0.75);
      display: block;
      padding: 5px .5rem; }
      @media (max-width: 999px) {
        nav.site li a,
        nav.site li a:visited {
          line-height: 12px;
          padding-left: 5px;
          padding-right: 5px; } }
      nav.site li a::before,
      nav.site li a:visited::before {
        border-right: 0.4rem rgba(255, 255, 255, 0) solid;
        border-left: 0.4rem rgba(255, 255, 255, 0.3) solid;
        content: "";
        display: inline-block;
        margin-right: 0px;
        position: relative;
        width: 0px;
        height: .75rem; }
      nav.site li a:hover::before,
      nav.site li a:visited:hover::before {
        border-left-color: #ffdd00; }
    nav.site li.current-menu-item a::before {
      border-left-color: #ffdd00; }
    nav.site li a:hover {
      background: rgba(255, 255, 255, 0.3);
      color: white; }
  nav.site .nav-act li:last-of-type {
    font-weight: bold;
    text-shadow: none; }
    @media (max-width: 799px) {
      nav.site .nav-act li:last-of-type {
        position: absolute;
        left: calc(50% - 5ch);
        top: 100%; } }
    nav.site .nav-act li:last-of-type a {
      border: 2px rgba(255, 255, 255, 0.75) solid;
      color: rgba(255, 255, 255, 0.75);
      padding-right: 7px; }
      nav.site .nav-act li:last-of-type a:hover {
        color: #167abf; }
      nav.site .nav-act li:last-of-type a::before {
        display: none; }
    nav.site .nav-act li:last-of-type:hover {
      background-color: white;
      border-color: white; }

.pagination {
  padding: 0 0 2.5rem 0 !important; }
  .pagination h2 {
    display: none; }
  .pagination .nav-links {
    text-align: center;
    position: relative; }
  .pagination .prev,
  .pagination .next {
    background: #113d63;
    color: white;
    display: block;
    line-height: 80px;
    position: absolute;
    text-align: center;
    top: 0;
    vertical-align: middle;
    width: 80px; }
    .pagination .prev:hover,
    .pagination .next:hover {
      background: #ffdd00;
      color: #113d63; }
  .pagination .prev {
    right: 50%; }
  .pagination .next {
    left: 50%; }
  .pagination .page-numbers:not(.prev):not(.next),
  .pagination .current {
    display: none; }

nav.adjacencies dd {
  margin: 0;
  padding: 0; }

nav.adjacencies a {
  display: inline-block;
  line-height: 1.2;
  max-width: 100%;
  padding-top: 1rem;
  padding-bottom: 1rem;
  width: 16rem;
  overflow: hidden; }
  nav.adjacencies a::before {
    font-size: .75rem;
    font-weight: bold;
    line-height: 1.5;
    text-transform: uppercase;
    display: block; }

nav.adjacencies .prior a {
  background: #eee;
  padding-right: 2rem; }
  nav.adjacencies .prior a::before {
    content: "Prior"; }

nav.adjacencies .next a {
  background: #113d63;
  background: #ffdd00;
  padding-left: 2rem; }
  nav.adjacencies .next a::before {
    content: "Next"; }

nav.adjacencies .next a:hover,
nav.adjacencies .prior a:hover {
  background: #113d63;
  color: white; }

nav.adjacencies .prior {
  text-align: right; }

.multiple center main article {
  position: relative; }
  .multiple center main article header br {
    display: none; }
  .multiple center main article ~ article::before {
    background: #c1c1c1;
    content: "";
    height: 4px;
    position: absolute;
    width: 100px;
    top: -16px; }

@media (min-width: 800px) {
  .multiple.home main article:nth-of-type(2)::before {
    content: none; } }

body.singular main article h3[style*="text-align: center"] {
  margin-bottom: 1rem; }

body.singular main article .alignright, body.singular main article .alignleft {
  position: relative;
  z-index: 98104; }

header dd {
  font-weight: normal; }

main h1 {
  text-transform: uppercase;
  font-size: 3.5rem;
  font-weight: 800;
  line-height: .95; }
  @media (min-width: 800px) and (max-width: 999px) {
    main h1 {
      font-size: 3rem; } }
  @media (min-width: 600px) and (max-width: 799px) {
    main h1 {
      font-size: 2.5rem; } }
  @media (max-width: 599px) {
    main h1 {
      font-size: 2rem; } }

section.top {
  color: rgba(255, 255, 255, 0.75); }

@media (max-width: 799px) {
  .single-story section.top {
    background-color: #113d63; } }

.single-story section.top .box {
  padding-top: 1rem;
  padding-bottom: 1rem; }

.single-story section.top header {
  font-weight: 300;
  text-transform: uppercase; }
  .single-story section.top header sub {
    font-weight: normal; }
    .single-story section.top header sub p {
      display: none; }
    .single-story section.top header sub ul {
      margin: 0;
      padding: .5rem 0 0; }
      .single-story section.top header sub ul li {
        font-size: small;
        line-height: 1.1;
        list-style: none;
        padding-bottom: .25rem;
        text-transform: none; }
  .single-story section.top header sup {
    color: white;
    font-size: 3rem;
    line-height: .9; }
  .single-story section.top header h2 {
    color: #167abf;
    color: #b08903;
    font-size: 1.5rem;
    font-weight: bold;
    margin-top: .5rem; }

.single-story section.top blockquote {
  padding-bottom: 0; }
  .single-story section.top blockquote p:last-of-type {
    margin-bottom: 0; }

.single-story section.top main .box {
  padding-left: 0;
  padding-right: 0; }

.single-story section.top blockquote::before {
  color: white; }

.single-story section.top blockquote p:last-of-type {
  padding-bottom: 0; }

@media (max-width: 799px) {
  .single-story section.backstory {
    background-color: #167abf;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: -3rem;
    width: 100%;
    max-width: 100%; }
    .single-story section.backstory .section-header .back {
      color: rgba(255, 255, 255, 0.5); }
    .single-story section.backstory sup.date {
      font-size: .8rem;
      margin-bottom: .1rem;
      text-transform: uppercase; }
    .single-story section.backstory sub.date {
      display: none; } }

main article {
  color: #113d63; }

.page-petition * {
  font-smooth: auto;
  -webkit-font-smoothing: subpixel-antialiased; }

.page-petition main article {
  margin-top: 5rem; }
  .page-petition main article header {
    margin-top: -7.5rem;
    margin-bottom: 0;
    position: relative; }
    .page-petition main article header h1 {
      box-shadow: none;
      box-sizing: border-box;
      color: white;
      font-size: 1.5rem;
      font-weight: bold;
      line-height: 1;
      right: 0;
      margin-left: 50%;
      padding: 1rem 0 2rem 2.5rem;
      position: relative;
      text-transform: uppercase;
      height: 7.5rem; }
      .page-petition main article header h1::before {
        content: "The ";
        font-weight: normal; }
      @media (max-width: 799px) {
        .page-petition main article header h1 {
          margin-left: 0;
          padding-left: 0; } }
    .page-petition main article header::after {
      background-color: white;
      color: #167abf;
      content: "Sign";
      font-size: 6.5rem;
      line-height: 5rem;
      padding-right: 0rem;
      padding-top: .5rem;
      position: absolute;
      right: calc(50%);
      top: 0;
      bottom: 0;
      text-align: right;
      text-transform: uppercase;
      width: calc(50% + 2.5rem); }
      @media (max-width: 799px) {
        .page-petition main article header::after {
          display: none; } }
  .page-petition main article::before {
    display: none; }
  .page-petition main article big {
    line-height: 1.2em;
    font-size: 1.5rem;
    font-weight: normal;
    position: relative;
    z-index: 1; }
    .page-petition main article big::before {
      color: rgba(0, 0, 0, 0.1);
      content: "We";
      position: absolute;
      font-size: 3rem;
      font-weight: 800;
      text-transform: uppercase;
      top: 0;
      left: -15px;
      z-index: 0; }
  .page-petition main article hr {
    border-top: 2px #167abf dashed;
    background: transparent;
    margin-top: 3rem;
    margin-bottom: 3rem; }

.page-petition main .supportInfo {
  display: none; }

.page-petition main .wForm:not(#x) {
  padding: 0; }
  .page-petition main .wForm:not(#x) h3, .page-petition main .wForm:not(#x) br {
    display: none; }
  .page-petition main .wForm:not(#x) label {
    display: none; }
  .page-petition main .wForm:not(#x) input[type="checkbox"] ~ label {
    display: inline-block; }
  .page-petition main .wForm:not(#x) input {
    border-width: 0 0 3px 0;
    border-color: #c1c1c1;
    font-size: 1.5rem;
    line-height: 2rem; }
  .page-petition main .wForm:not(#x) input[title*="First Name"]:not(#x),
  .page-petition main .wForm:not(#x) input[title*="Last Name"]:not(#x),
  .page-petition main .wForm:not(#x) input[title*="Email"]:not(#x),
  .page-petition main .wForm:not(#x) input[title*="City"]:not(#x),
  .page-petition main .wForm:not(#x) input[title*="Postal Code"]:not(#x),
  .page-petition main .wForm:not(#x) input[title*="Zip Code"]:not(#x) {
    width: 100% !important; }
    .page-petition main .wForm:not(#x) input[title*="First Name"]:not(#x):focus,
    .page-petition main .wForm:not(#x) input[title*="Last Name"]:not(#x):focus,
    .page-petition main .wForm:not(#x) input[title*="Email"]:not(#x):focus,
    .page-petition main .wForm:not(#x) input[title*="City"]:not(#x):focus,
    .page-petition main .wForm:not(#x) input[title*="Postal Code"]:not(#x):focus,
    .page-petition main .wForm:not(#x) input[title*="Zip Code"]:not(#x):focus {
      color: white;
      outline: none;
      background-color: #c1c1c1; }
  .page-petition main .wForm:not(#x) input#submit_button {
    background: #167abf;
    border: none;
    color: white; }
    .page-petition main .wForm:not(#x) input#submit_button:hover {
      background: #113d63; }
  .page-petition main .wForm:not(#x) .inputWrapper {
    display: block;
    width: 100%; }
  .page-petition main .wForm:not(#x) .oneField {
    margin: 0;
    padding: 0;
    border: none; }
  .page-petition main .wForm:not(#x) .section {
    display: flex;
    flex-wrap: wrap; }
    .page-petition main .wForm:not(#x) .section .oneField:not(#x) {
      flex: 0 0 auto;
      margin: 0;
      padding: 0; }
  .page-petition main .wForm:not(#x) form > div,
  .page-petition main .wForm:not(#x) form > .oneField:not(#x) {
    margin-top: 1.5rem; }
  .page-petition main .wForm:not(#x) .captchaHelp {
    display: none !important; }
  .page-petition main .wForm:not(#x) .oneField:not(#x):not(#y) {
    width: 50% !important; }
    .page-petition main .wForm:not(#x) .oneField:not(#x):not(#y)#tfa_22-D, .page-petition main .wForm:not(#x) .oneField:not(#x):not(#y)#tfa_95-D {
      width: 100% !important; }

.page-censor section.mid article header::before {
  color: #c1c1c1;
  content: "Censor of the Year";
  display: block;
  font-size: 1rem;
  font-weight: bold;
  text-transform: uppercase; }

.post-type-archive-story main article h3 {
  font-size: 1.5rem;
  text-transform: none; }

.page-contact form input,
.page-contact form textarea {
  background-color: #eee;
  border: none;
  color: #777;
  outline: none;
  text-indent: 3px;
  width: 100%; }

.page-contact form input:focus,
.page-contact form textarea:focus {
  background-color: #113d63;
  color: white; }

.page-contact input[type="submit"] {
  background-color: #167abf;
  color: white;
  display: block;
  margin: 1rem auto 0;
  padding: .5rem;
  transition: background-color .5s;
  width: 50%; }

.page-contact form input[type="submit"]:hover {
  background-color: #113d63;
  color: white;
  transition: background-color .5s; }

#possible-permitted {
  border: 2px silver dashed;
  border-radius: 50%;
  display: block;
  font-size: .75rem;
  margin: 0 auto 6rem auto;
  padding: 0 0 100% 0;
  position: relative;
  width: 100%; }

@media screen and (min-width: 1000px) {
  #possible-permitted {
    float: right;
    margin-bottom: 5rem;
    margin-left: 2rem;
    padding: 0 0 45% 0;
    width: 45%; } }

#possible-permitted::before {
  content: "What is possibly the case.";
  display: block;
  font-style: italic;
  position: absolute;
  text-align: center;
  top: 1.75rem;
  width: 100%; }

#possible-permitted::after {
  background-color: silver;
  border: 2px silver solid;
  box-sizing: border-box;
  border-radius: 50%;
  content: "What MN permits us to infer.";
  display: block;
  padding: 15%;
  position: absolute;
  text-align: center;
  top: calc(25%);
  left: 25%;
  width: 50%;
  height: 50%; }

#possible-permitted figcaption {
  font-size: .75rem;
  padding-top: 1rem;
  position: absolute;
  top: 100%;
  height: 3rem; }

.home figure.hero {
  background-image: url("form/images/free-einstein.jpg"); }

.home .stories big {
  font-size: 2em;
  line-height: 1.1rem; }

.home .stories .box {
  padding: 1.5rem 2.5rem;
  position: relative; }

.home main.news {
  position: relative; }
  @media (min-width: 800px) {
    .home main.news::before {
      background: #167abf;
      content: "";
      display: block;
      left: 50%;
      position: absolute;
      top: 0;
      width: 12px;
      height: calc(100% - 4rem);
      z-index: 1000; } }

.home .story-tease {
  color: rgba(255, 255, 255, 0.8); }
  .home .story-tease header {
    margin: 0; }
    .home .story-tease header sup {
      font-weight: bold; }
    .home .story-tease header sup:not(:empty)::before {
      content: "IN ";
      font-size: .75rem;
      font-weight: normal; }
    .home .story-tease header h3 {
      margin-bottom: 0; }

.home .top footer a,
.home .mid footer a {
  color: #ffdd00;
  text-transform: uppercase; }
  .home .top footer a::before,
  .home .mid footer a::before {
    content: ". . .";
    display: block; }
  .home .top footer a:hover,
  .home .mid footer a:hover {
    color: white; }

.home .mid footer a {
  color: #b0854a; }
  .home .mid footer a:hover {
    color: #113d63; }

main.mid {
  min-height: 400px; }
  main.mid .header-main h2 {
    color: #167abf;
    font-weight: 700;
    font-size: 5rem;
    margin-bottom: 0;
    margin-top: 0;
    position: relative;
    text-transform: uppercase; }
    @media (min-width: 800px) {
      main.mid .header-main h2 {
        margin-left: 50%;
        top: -1.4rem;
        left: -.4rem; } }
  .home main.mid header {
    position: relative; }
    .home main.mid header sub {
      color: #c1c1c1;
      font-size: 1.5rem;
      text-transform: uppercase;
      font-weight: bold; }
      @media (min-width: 800px) {
        .home main.mid header sub {
          bottom: 36px;
          right: calc(50% + 1rem);
          position: absolute;
          text-align: right; } }
  main.mid .articles {
    display: flex;
    flex-wrap: wrap; }
    main.mid .articles article {
      margin-bottom: 1rem;
      flex: 0 0 50%; }
      main.mid .articles article h3 {
        font-weight: bold;
        text-transform: none; }
      main.mid .articles article:nth-of-type(odd) {
        margin-top: 0;
        padding: 0 1.5rem 1rem 0rem; }
      main.mid .articles article:nth-of-type(even) {
        margin-top: 0;
        padding: 0 0 1rem 2.5rem; }
      @media (max-width: 799px) {
        main.mid .articles article {
          flex: 0 0 100%; }
          main.mid .articles article:nth-of-type(n) {
            padding-left: 0;
            padding-right: 0; } }
  main.mid h3 a {
    color: #167abf; }
    main.mid h3 a:hover {
      color: #b0854a; }

footer.footer-site {
  background-image: url("form/images/gray-spray.jpg");
  background-position: center top;
  background-repeat: no-repeat;
  background-size: 900px auto;
  background-color: white;
  padding-top: 2rem;
  padding-top: 0; }
  @media (max-width: 799px) {
    footer.footer-site {
      border-top-color: #113d63; }
      footer.footer-site .constrain-lg {
        max-width: 100%; } }
  footer.footer-site #menu-footer > li:first-of-type {
    content: "";
    height: 200px;
    position: relative; }
    footer.footer-site #menu-footer > li:first-of-type > a {
      background-color: #167abf;
      background-image: url("https://www.discovery.org/~/images/brand/csc-logo-white-1000.png");
      background-position: center center;
      background-repeat: no-repeat;
      background-size: 150px auto;
      margin-left: calc(50% - 200px);
      display: block;
      position: absolute;
      text-indent: -9804px;
      width: 200px;
      height: 200px; }
      .single-story footer.footer-site #menu-footer > li:first-of-type > a {
        background-color: #113d63; }
    footer.footer-site #menu-footer > li:first-of-type .sub-menu {
      height: 200px;
      margin-left: 50%;
      padding-top: 0rem;
      display: flex;
      flex-direction: column;
      justify-content: center; }
      footer.footer-site #menu-footer > li:first-of-type .sub-menu li {
        flex: 0 0 auto; }
      footer.footer-site #menu-footer > li:first-of-type .sub-menu a {
        color: #167abf;
        display: block; }
        footer.footer-site #menu-footer > li:first-of-type .sub-menu a:hover {
          color: #113d63; }
  footer.footer-site #menu-footer > li:nth-of-type(2),
  footer.footer-site #menu-footer > li:nth-of-type(3) {
    background-color: rgba(176, 134, 74, 0.9);
    margin: 0 0 0 50%;
    padding: 1rem 0 0 2.5rem; }
    footer.footer-site #menu-footer > li:nth-of-type(2) > a,
    footer.footer-site #menu-footer > li:nth-of-type(3) > a {
      font-weight: bold;
      pointer-events: none; }
    footer.footer-site #menu-footer > li:nth-of-type(2) a,
    footer.footer-site #menu-footer > li:nth-of-type(3) a {
      color: rgba(255, 255, 255, 0.8); }
      footer.footer-site #menu-footer > li:nth-of-type(2) a:hover,
      footer.footer-site #menu-footer > li:nth-of-type(3) a:hover {
        color: white; }
    footer.footer-site #menu-footer > li:nth-of-type(2) .sub-menu,
    footer.footer-site #menu-footer > li:nth-of-type(3) .sub-menu {
      padding: 0; }
  footer.footer-site #menu-footer > li:nth-of-type(2) {
    padding-top: 2.5rem; }
  footer.footer-site #menu-footer > li:nth-of-type(3) {
    padding-bottom: 2.5rem; }
    footer.footer-site #menu-footer > li:nth-of-type(3) a {
      color: white; }
  footer.footer-site ul.menu {
    display: block;
    margin: 0;
    padding: 0; }
    footer.footer-site ul.menu li {
      list-style: none; }
    footer.footer-site ul.menu .sub-menu a {
      font-weight: normal;
      text-transform: none; }
