@charset "UTF-8";
body:not(.x):not(.y) {
  --max-width: 1200px;
  --primary: #167abf;
  --secondary: #fcdc03;
  --light: #e3e1e1;
  --medium: #807f7f;
  --dark: #363636;
}
body:not(.x):not(.y) main {
  background-color: white;
}

.search-link:not(#x) a::after {
  content: url('data:image/svg+xml; utf8, <svg aria-hidden="true" data-prefix="far" data-icon="search" role="img" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512" class="svg-inline"><path id="search-icon" fill="%23c1c1c1" d="M527.8 472.1L406.4 350.7c-2.3-2.3-5.1-4.1-8.1-5.2c26-36.9 40.2-81.1 40.2-126.5c0-58.5-22.8-113.5-64.1-154.9 C333 22.8 278 0 219.5 0C161 0 106 22.8 64.6 64.1C23.3 105.5 0.5 160.5 0.5 219c0 58.5 22.8 113.5 64.1 154.9S161 438 219.5 438 c45.4 0 89.6-14.2 126.5-40.2c1.1 2.9 2.8 5.6 5.1 8l121.6 121.6c4.4 4.4 10.1,6.7,16.3 6.7s11.9-2.4 16.3-6.7l22.6-22.6 c4.4-4.4 6.7-10.1 6.7-16.3S532.1 476.5 527.8 472.1z M219.5 70c82.2 0 149 66.8 149 149c0 82.2-66.8 149-149 149 c-82.2 0-149-66.8-149-149C70.5 136.8 137.3 70 219.5 70z"></path></svg>');
  filter: brightness(0.9) sepia(0) hue-rotate(0) saturate(0);
  position: absolute;
  height: 100%;
  width: 20px;
  left: 7px;
  top: 5px;
}

big.title, big.title * {
  display: block;
  height: 100%;
  cursor: hand;
  width: 100%;
}

.wp-block-column section {
  background: linear-gradient(to right, transparent, gray, transparent);
  padding-bottom: 0;
}

.body-header {
  background: linear-gradient(to right, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.2));
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  text-transform: uppercase;
  z-index: 98104;
}
.body-header .area-brand {
  background-image: url(https://intelligentdesign.org/wp-content/uploads/sites/4/2020/12/intelligent-design.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: calc(50% + 1px) center;
  height: 100px;
  flex-basis: 100%;
  flex-shrink: 0;
  max-width: none;
}
.body-header .area-header {
  position: fixed;
  height: 50px;
}
.body-header .area-header:not(.x) {
  position: fixed;
}
@media (min-width: 800px) {
  .body-header {
    background: transparent;
    height: 140px;
    position: absolute;
    padding: 0px;
  }
  .body-header .area-brand {
    height: 100px;
  }
  .body-header .area-header:not(.x) {
    --header-height: 40px;
    position: relative !important;
  }
  .body-header .menu:not(#x) a:any-link {
    color: var(--medium);
    line-height: 50px;
  }
  .body-header .menu:not(#x) a:hover {
    background: var(--secondary);
    opacity: 0.8;
  }
}
.body-header a:not(#x) {
  white-space: nowrap;
}
.body-header .area-header {
  text-align: left;
  position: absolute;
}
.body-header .area-brand {
  order: 2;
}
.body-header .area-brand big,
.body-header .area-brand sub {
  text-indent: -98104px;
}
.body-header div[class*=menu] ul {
  justify-content: flex-start;
  margin-left: 50%;
}

#menu-primary .current_page_item a:any-link {
  background: var(--csc-secondary);
}
#menu-primary .current_page_item a:before {
  display: none;
}
@media (min-width: 800px) {
  #menu-primary {
    width: 50%;
    margin-left: 50%;
  }
}

#categories-32 li a:any-link {
  font-weight: bold;
  padding-bottom: 0.3rem;
  text-transform: uppercase;
}
#categories-32 li.current-cat a:any-link {
  background-color: black;
  color: var(--csc-secondary);
  text-indent: 1ch;
}

#menu-levels li a {
  font-weight: 100;
}

.bifold .wp-block-column:nth-of-type(2),
.bifold .wp-block-column:nth-of-type(3) {
  flex-basis: 50%;
  max-width: calc( var(--max-width) / 2 );
}
.bifold .wp-block-column.definition {
  padding-top: 125px;
  padding-bottom: 50px;
}

.above-the-fold {
  background-position: 10% 50%;
  padding: 0;
}
.above-the-fold img.wp-block-cover__image-background {
  object-fit: contain;
  opacity: 0.25;
}
.above-the-fold .wp-block-column:not(:nth-of-type(3)) {
  display: none;
}
@media (min-width: 800px) {
  .above-the-fold img.wp-block-cover__image-background {
    opacity: 0.75;
  }
  .above-the-fold .wp-block-column:not(.x) {
    min-height: 50vh;
  }
  .above-the-fold .wp-block-column:nth-of-type(1n) {
    display: block;
  }
}

.monofold .wp-block-column {
  flex-basis: 0%;
}
.monofold .wp-block-column:nth-of-type(2) {
  flex-basis: 75%;
  max-width: calc( var(--max-width) );
}

.secondary-transparent-east-hard {
  background: linear-gradient(to right, transparent 0%, transparent 50%, var(--secondary) 50%, var(--secondary) 100%);
}

.medium-secondary-east-hard {
  background: linear-gradient(to right, var(--medium) 0%, var(--medium) 50%, var(--secondary) 50%, var(--secondary) 100%);
}

.page h2:not(.x) {
  font-family: var(--sans);
  text-transform: uppercase;
  font-weight: 700;
}

.wp-block-cover__inner-container:not(#x) {
  padding: 0;
  width: 100%;
}

figure.video {
  min-height: 300px;
  background: black;
}

.hailed-videos mark {
  display: none;
}

.home details .hailed-videos {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(450px, 1fr));
  grid-gap: 5px;
  background-color: black;
  width: 100%;
}

.home details .three-wide {
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
}

section.videos {
  position: relative;
}
section.videos header:not(#x) {
  position: absolute;
  bottom: 100%;
  color: black;
}
section.videos header:not(#x) h2 {
  line-height: 24px;
  margin: 0;
}
section.videos .video {
  min-height: 100px;
}
section.videos .video figure {
  line-height: 0;
}
section.videos .video img {
  width: 100%;
}
section.videos details {
  background-color: black;
  margin-bottom: 5px;
  padding-bottom: 0;
  position: relative;
}
section.videos details::before {
  background-color: black;
  background-position: right center;
  background-size: 500px auto;
  background-repeat: no-repeat;
  filter: grayscale(100%);
  height: 100%;
  content: "";
  opacity: 50%;
  top: 0;
  right: 0;
  xleft: 0;
  bottom: 0;
  position: absolute;
  width: 500px;
  z-index: 0;
}
section.videos details:hover {
  color: var(--secondary);
}
section.videos details[open] summary {
  background-color: black;
  position: absolute;
  z-index: 98104;
  top: 0px;
}
section.videos details[open]:hover summary {
  color: var(--secondary);
}
@media (min-width: 800px) {
  section.videos details:not([open]) summary {
    padding-left: 50%;
  }
}
section.videos details:not([open]):hover {
  cursor: hand;
}
section.videos details:not([open]):hover::before {
  filter: none;
}
section.videos details:not([open]):hover summary {
  padding: var(--n2) var(--n2) var(--x4) var(--n2);
  transition: 1s all ease;
}
@media (min-width: 800px) {
  section.videos details:not([open]):hover summary {
    padding-left: 50%;
  }
}
@media (min-width: 800px) {
  section.videos details:not([open]) strong,
section.videos details:not([open]) em {
    display: block;
    right: calc(50% + 1rem);
  }
}
section.videos details summary {
  position: relative;
  z-index: 1;
  transition: 1s all ease;
  color: white;
  text-transform: uppercase;
  font-family: var(--sans);
  font-weight: 700;
  padding: var(--n2) var(--n2);
}
section.videos details summary:focus {
  outline: 0;
}
section.videos details summary strong {
  position: absolute;
  right: 10px;
  top: 12px;
  line-height: 0.8em;
  opacity: 0.8;
  top: 13px;
  right: 15px;
}
section.videos details summary em {
  position: absolute;
  top: 26px;
  right: 10px;
  line-height: 1.4em;
  opacity: 0.4;
  top: 28px;
  right: 15px;
}
section.videos details summary strong,
section.videos details summary em {
  display: none;
}
section.videos details figure {
  margin: 0;
}
section.videos details:not(:last-of-type) {
  background-color: black;
}
section.videos details * {
  cursor: hand;
}
section.videos details[open]:not(#x) {
  color: white;
}
section.videos details:not([open])::after {
  position: absolute;
  top: 0;
  right: 0;
  xleft: 0;
  bottom: 0;
  content: "";
  background: linear-gradient(to right, black, rgba(0, 0, 0, 0) 50%);
  width: 500px;
}
section.videos details:nth-of-type(2)::before {
  background-image: url("https://www.discovery.org/m/2019/10/evolution-bacteria-beethoven-prageru-1000x563.jpg");
  background-position: right 35%;
}
section.videos details:nth-of-type(3)::before {
  background-image: url("https://www.discovery.org/m/2019/06/su-01-cover-alt-1000x563.jpg");
}
section.videos details:nth-of-type(4)::before {
  background-image: url("https://www.discovery.org/m/2019/07/Steve-Meyer-Berlinski-Uncommon-Knowledge-1000x559.png");
  background-position: right 25%;
}
section.videos details:nth-of-type(5)::before {
  background-image: url("https://www.discovery.org/m/2016/12/amazing-flagellum-still-1000x563.jpg");
}
section.videos details:nth-of-type(6)::before {
  background-image: url("https://www.discovery.org/m/2020/01/secretstrailer-1000x563.jpeg");
  background-position: right 30%;
}
section.videos details:nth-of-type(7)::before {
  background-image: url("https://www.discovery.org/m/2020/04/LSS-Whale-Evolution-1000x563.jpg");
}
section.videos details:nth-of-type(8)::before {
  background-image: url("https://www.discovery.org/m/2020/03/HZ-coverart-1200-630-1000x525.jpg");
  background-position: right 60%;
}
section.videos details:nth-of-type(9)::before {
  background-image: url("https://intelligentdesign.org/wp-content/uploads/sites/4/2021/12/meyer-prager-color-shift-600x313.jpg");
  background-position: right 50%;
}
section.videos details[open]:first-of-type summary {
  position: relative;
}

.single .hull {
  background: linear-gradient(to bottom, var(--dark), var(--dark) 300px, transparent 300px, transparent);
}

.single .center-header {
  background-color: var(--dark);
  color: rgba(255, 255, 255, 0.85);
}

.figure-hull:not(.figure-none):not(.y) {
  background-color: var(--dark);
  min-height: 300px;
  background-size: auto 125%;
  height: 0;
  padding-bottom: 40vw;
}

.figure-hull center {
  padding-bottom: calc(9/64 * 100%);
  min-height: 300px;
}

body a:any-link {
  color: var(--primary);
}

body a:hover {
  color: var(--dark);
}

.back-center-pad:not(#x) {
  background-size: auto 90%;
  background-repeat: no-repeat;
}

.definition,
.flex-direction-column,
.justify-content-center {
  display: flex;
  justify-content: center;
  flex-direction: column;
}

section {
  position: relative;
  z-index: 1;
}

body:not(.home) .area-brand {
  background-image: url(https://intelligentdesign.org/wp-content/uploads/sites/4/2020/12/intelligent-design-yellow.png);
}

.section-articles .center-header {
  color: white;
  padding-top: 200px;
  background-color: var(--dark);
}

.single .article-date {
  display: none;
}

.single .article-meta dd,
.single .article-meta a {
  color: white;
  opacity: 0.8;
}

.header-area:not(.x) {
  max-width: none;
  flex-basis: 100%;
}

footer.center-footer {
  background-color: var(--secondary);
  max-width: 100vw;
  padding: var(--n2);
  text-align: center;
  width: 100%;
}
footer.center-footer h2 {
  display: none;
}
footer.center-footer .next {
  float: right;
}
footer.center-footer .prev {
  float: left;
}

.hailed-articles dt {
  position: relative;
  text-indent: 28px;
}

dl.article-line {
  margin-bottom: 1rem;
}

dl.article-line h3 {
  font-size: 20px;
}

@media only screen and (min-width: 800px) {
  dl.article-line h3 {
    font-size: 24px;
  }
}
div[class*=hailed-] h3 {
  font-size: 24px;
  font-weight: 300;
  margin-bottom: 0;
}

div[class*=hailed-] dd {
  display: xnone;
  text-transform: uppercase;
  opacity: 0.5;
  font-size: 0.8em;
  line-height: 0.8em;
}

.home dd:not(.article-subtitle) {
  display: none;
}

.home dd.article-subtitle {
  text-transform: none;
}

.archive .center-header {
  display: flex;
  align-items: flex-end;
}
.archive .center-header:not(.x) {
  background-image: linear-gradient(to right, var(--dark), var(--dark) 50%, #fcdc03 50%, #fcdc03);
  padding-left: calc(50% + var(--n2));
  padding-top: 150px;
  margin-bottom: -200px;
}
.archive .center-header sup {
  color: white;
  position: absolute;
  right: calc(50% + var(--n2));
  padding-bottom: 210px;
}
.archive .center-header h1 {
  color: white;
  padding-bottom: 200px;
}
.archive .center-header main article figure {
  background-size: contain;
}

.single main {
  position: relative;
}

.single main::before {
  position: absolute;
  top: -10px;
  left: -10px;
  width: 100px;
  height: 100px;
  background-color: var(--yellow);
}

.is-stylized main ~ aside {
  background-color: white;
  background-image: linear-gradient(to bottom, transparent, transparent 100px, rgba(0, 0, 0, 0.05) 300px, transparent);
}

sub.subtitle {
  padding: 0.35rem 0;
}

.page-books:not(.x) main {
  max-width: var(--large);
}
.page-books:not(.x) main .hailed-books {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(175px, 1fr));
  grid-gap: 10px;
}
.page-books:not(.x) main article .article-header,
.page-books:not(.x) main article .article-footer {
  display: none;
}

.body-footer {
  background-color: var(--dark);
  padding-bottom: var(--n);
}

.body-footer a:not(#x) {
  color: var(--secondary);
}

.body-footer {
  background-color: var(--dark);
  background-image: url(https://intelligentdesign.org/wp-content/uploads/sites/4/2021/01/id-letters.png);
  background-position: calc(50% + 10px) 0px;
  background-repeat: no-repeat;
  background-size: auto 250px;
  padding-bottom: 215px;
}

.bot-area-widget {
  background-color: var(--dark);
  padding: var(--n);
}
.bot-area-widget a[href*="discovery.org"] {
  background-color: black;
  background-color: var(--secondary);
  background-image: url(https://www.discovery.org/m/2020/09/di-logo-white.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 80% auto;
  display: block;
  margin: 0 auto 0;
  height: 150px;
  width: 150px;
  padding: var(--n);
  text-indent: -98104px;
}

body.page .center-header {
  color: white;
  min-height: 250px;
  justify-content: flex-end;
  flex-direction: column;
  background-color: var(--dark);
  height: 250px;
}
body.page .center-header h1 {
  width: 100%;
  flex-basis: auto;
}

.page-faq details {
  border: 1px solid gray;
  border-radius: 0rem;
  margin-bottom: var(--n2);
  padding: 0.5rem;
}
.page-faq details > summary {
  font-size: 24px;
  font-weight: 100;
  list-style-type: none;
  line-height: 1.2em;
}
.page-faq details > summary::-webkit-details-marker {
  display: none;
}
.page-faq details > summary::before {
  content: "+ ";
}
.page-faq details[open] > summary::before {
  content: "‒ ";
}
.page-faq details[open] > summary {
  margin-bottom: 0.5rem;
}
.page-faq details[open] > center {
  opacity: 0.75;
}

body.search .center-header {
  padding-top: 120px;
}

.side:not(.x):not(.y) {
  background-color: white;
  padding-left: 2rem;
  padding-right: 2rem;
}
.side .widget_categories ul {
  margin-top: 0;
}
.side .widget_categories ul ul li {
  font-weight: bold;
}
.side .side .widget_search {
  margin-bottom: 0;
}
.side .side .widget_search label {
  display: none;
}
.side .side .widget_search input[type=search]:not(:focus):not(#x) {
  background: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0));
  color: white;
  text-indent: 0;
}
.side .side .widget_search input[type=search] {
  color: var(--gray-dark);
  width: 100%;
  background-color: var(--gray-light);
  background: linear-gradient(to right, rgba(255, 255, 255, 0), white, rgba(255, 255, 255, 0));
  border-style: solid;
  border-color: var(--gray-lighter);
  border-width: 1px 0 0;
  font-size: 18px;
  margin: 0;
  padding: var(--n4) 0;
}
.side .side .widget_search input[type=search]::placeholder {
  color: var(--gray);
  font-weight: bold;
  text-transform: uppercase;
}
.side .widget_search input[type=search]:focus {
  outline: none;
  text-indent: var(--n4);
}
.side .widget_search input[type=search]:focus::placeholder {
  color: white;
}
.side .widget_search input[type=search]:focus ~ button {
  color: var(--secondary);
  display: block;
  background: var(--gray-dark);
}
.side .widget_search input[type=search] ~ button:hover {
  background: var(--secondary);
  display: block;
  background: var(--gray-dark);
}
.side .widget_search input[type=search]:placeholder-shown ~ button {
  color: white;
  opacity: 0;
  transition: all 0.2s ease-in-out;
}
.side .widget_search button {
  border: none;
  margin: 0;
  opacity: 1;
  padding: 0 var(--n2);
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  text-transform: uppercase;
  font-weight: bold;
  color: rgba(0, 0, 0, 0.4);
  transition: all 0.1s ease-in-out;
}
.side .widget_search:not(#x) input[type=search] button:hover {
  background: var(--secondary);
}

.wp-block-pullquote blockquote::before {
  position: relative;
}

form:not(#x) input[type=search]:active,
form:not(#x) input[type=search]:focus {
  background: var(--secondary);
}

.search-link a:not(#x) {
  xtext-indent: -98104px;
  width: 25px;
  position: relative;
  color: transparent;
}

main ~ aside header,
.tags a[href*=__],
.tagcloud a[href*=__] {
  display: none;
}

.widget_categories:not(.x) {
  margin-bottom: 0;
}

main.prager-meyer .wp-block-cover:not(#x) img {
  object-position: 50% 70%;
  object-fit: cover;
}
main.prager-meyer .wp-block-cover:not(#x) {
  min-height: 0;
  padding-bottom: calc(9/28 * 100%);
  max-height: 30vh;
  object-position: 50% 10%;
}

.flipped summary:not(#x) {
  text-align: right;
}

.flipped summary:not(#x) strong,
.flipped summary:not(#x) em {
  left: 15px;
  right: auto;
}

.drop-cap-first p:first-of-type:first-letter {
  padding: 0;
  line-height: 4rem;
  width: 3rem;
  font-size: 6rem;
  font-family: var(--sans);
  font-weight: 700;
  margin-right: var(--n2);
  position: relative;
  float: left;
  line-height: 0.68;
  text-transform: uppercase;
}

.body-center {
  position: relative;
}

.home summary strong {
  color: var(--secondary);
}

.home .wp-block-cover__image-background:not(#x) {
  object-fit: contain;
}

.home .figure-hull:not(#x) {
  display: none;
}
.home .center-header {
  color: white;
  position: absolute;
  bottom: 100%;
  left: 0;
  right: 0;
  background-color: transparent;
}
.home .wp-block-columns {
  margin-bottom: 0;
  padding: 0;
}
@media (min-width: 800px) {
  .home .home .wp-block-column:empty {
    display: block;
  }
}
.home .background-fit-contain {
  background-size: contain;
  background-repeat: no-repeat;
}
.home .wp-block-cover,
.home .wp-block-cover-image {
  padding: 0;
}
.home .multiple article figure {
  background-size: contain;
}
.home .hailed-articles dl dt::before {
  background-color: var(--secondary);
  border-radius: 50%;
  content: "";
  width: 30px;
  height: 30px;
  display: inline-block;
  position: absolute;
  left: -5px;
  top: -3px;
}
.home .hailed-articles dl dt::before {
  background-color: var(--secondary);
  border-radius: 50%;
  content: "";
  width: 30px;
  height: 30px;
  display: inline-block;
  position: absolute;
  left: -5px;
  top: -3px;
}
.home .hailed-articles dl dt::after {
  width: 24px;
  height: 24px;
  display: inline-block;
  opacity: 0.5;
  position: absolute;
  left: 0;
  top: 0;
}
.home .hailed-articles dl[data-format*=standard] dt::after {
  background-image: url("https://www.discovery.org/~/icons/lines/paragraph-normal.svg");
  content: "";
}
.home .hailed-articles dl[data-format*=video] dt::after {
  background-image: url("https://www.discovery.org/~/icons/lines/play-button-2.svg");
  content: "";
}
.home .hailed-articles dl[data-format*=link] dt::after {
  background-image: url("https://www.discovery.org/~/icons/lines/navigation-next-2.svg");
  content: "";
}
.home .hailed-articles dl[data-format*=standard]:not(:hover) dt::before {
  width: 24px;
  height: 24px;
  left: 3px;
  top: 5px;
  display: none;
}
.home .hailed-articles dl[data-format*=standard]:nth-of-type(odd):not(:hover) dt::before {
  left: -3px;
  top: -5px;
  display: none;
}
.home .hailed-articles dl[data-format*=link]::before {
  left: 0px;
  top: -15px;
}
.home .figure-hull:not(.x):not(.y) {
  display: none;
}
.home .three-wide figure a.play::before {
  top: calc(100% - 60px);
  left: calc(100% - 60px);
  width: 50px;
  height: 50px;
}
.home .three-wide figure a.play::after {
  top: calc(100% - 50px);
  left: calc(100% - 42px);
  border-left-width: 20px;
  border-bottom-width: 15px;
  border-top-width: 15px;
}
.home .wp-block-column:empty {
  display: none;
}
@media (min-width: 800px) {
  .home .wp-block-column:empty {
    display: block;
  }
}
.home .definition:not(#x) {
  font-size: 135%;
}
@media (min-width: 800px) {
  .home .definition:not(#x) {
    padding-top: 125px;
    padding-bottom: 100px;
  }
}
.home .definition:not(#x) p {
  padding-bottom: 0;
}

x.pdfemb-errormsg {
  display: none;
}

.page-study .article-meta {
  display: none;
}

.page-study .hailed-books article.tease figure:not(#x) {
  height: 200px;
  width: 150px;
}

.page-study .hailed-books article.tease {
  padding: var(--n);
  background-color: rgba(0, 0, 0, 0.1);
  margin-bottom: var(--n);
}

@media (max-width: 999px) {
  .section-intermediate .back-darker-1 .wp-block-column:nth-of-type(2) {
    background-color: rgba(255, 255, 255, 0.8);
  }
}
.home dd.article-subtitle {
  line-height: 1.3;
  padding: 0.2rem 0 0.5rem 0;
}

.page-id-1792 .center-center {
  flex-direction: column;
}

.page-id-1792 h1 {
  text-align: center;
}

.multiple main {
  padding-left: 2rem;
  padding-right: 2rem;
}

.page-id-1792 .center-center > main,
.page-id-1792 .center-center > aside {
  flex-direction: column;
  width: 100%;
  flex-basis: 100%;
  flex-shrink: 0;
  display: block;
  max-width: 800px;
  margin: 0 auto;
  padding: var(--x2) var(--x2) 0  var(--x2);
}

@media only screen and (min-width: 1200px) {
  .above-the-fold .wp-block-cover__image-background {
    max-width: 1250px !important;
    margin: 0 auto !important;
  }
}
.wp-block-navigation__responsive-container li {
  display: block;
}

.wp-block-pullquote {
  padding: 0 2rem;
}

.wp-block-pullquote blockquote {
  padding: 0;
}

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