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

.hull {
  position: relative;
}

.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-columns {
  height: 100%;
  margin-bottom: 0;
}

.background-fit-contain {
  background-size: contain;
  background-repeat: no-repeat;
}

.wp-block-cover,
.wp-block-cover-image {
  padding: 0;
  position: relative;
}
.wp-block-cover .wp-block-cover__inner-container:not(#x):not(.y),
.wp-block-cover-image .wp-block-cover__inner-container:not(#x):not(.y) {
  height: 100%;
  width: 100%;
}

.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 .box:first-of-type {
  background-image: url(https://intelligentdesign.org/wp-content/uploads/sites/4/2020/12/intelligent-design.png);
  background-repeat: no-repeat;
  flex-basis: 100%;
}
@media (min-width: 800px) {
  .body-header {
    background: transparent;
    height: 140px;
    position: absolute;
    padding: 0px;
  }
  .body-header .area.area-header {
    --header-height: 40px;
  }
  .body-header .menu:not(#x) a:any-link {
    color: var(--medium);
    line-height: 50px;
  }
  .body-header .menu:not(#x) a:hover {
    background: var(--secondary);
  }
}
.body-header a:not(#x) {
  white-space: nowrap;
}
.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 {
  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 {
  height: 50px;
}
@media (min-width: 800px) {
  #menu-primary {
    margin-left: 50%;
    flex-wrap: nowrap;
  }
}
#menu-primary li {
  flex: 0 0 auto;
}
#menu-primary a:any-link {
  padding: 0 0.75rem;
}
#menu-primary li.current-menu-item a:any-link {
  background: lightgray;
  color: var(--dark);
}

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

.above-the-fold {
  padding: 0;
}

.home .figure-hull:not(#x) {
  display: none;
}
.home .center-header {
  color: white;
  position: absolute;
  bottom: 100%;
  left: 0;
  right: 0;
  background-color: transparent;
}
.home details {
  position: relative;
}
.home details[open] summary {
  position: absolute;
}

.body-center {
  position: relative;
}

.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;
}

figure.video {
  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%;
}

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;
}
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:hover {
  color: black;
}
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;
}
@media (min-width: 800px) {
  section.videos details summary strong,
section.videos details summary em {
    right: calc(50% + 1rem);
    display: block;
  }
}
section.videos details[open] summary {
  background-color: black;
  position: absolute;
}
section.videos details figure {
  margin: 0;
}
section.videos details:not(:last-of-type) {
  background-color: black;
}
section.videos details[open] summary {
  z-index: 98104;
  top: 0px;
}
section.videos details[open] summary strong, section.videos details[open] summary em {
  display: none;
}
section.videos details * {
  cursor: hand;
}
section.videos details:not([open]):hover {
  cursor: hand;
}
section.videos details:not([open]):hover summary {
  padding: var(--n2) var(--n2) var(--x4) var(--n2);
  transition: 1s all ease;
}
section.videos details[open]:not(#x) {
  color: white;
}
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:not([open]):hover::before {
  filter: none;
}
section.videos .wp-block-column section {
  background: linear-gradient(to right, transparent, gray, transparent);
  padding-bottom: 0;
}
section.videos details:hover summary,
section.videos details[open]:hover summary {
  color: var(--secondary);
}
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;
}
section.videos details:not([open]):not(.hover) summary {
  padding-left: 50%;
}

.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.figure-none {
  display: none;
}

.figure-hull:not(.x):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;
}

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

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

body.singular .area-brand,
body.section-articles .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;
}

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;
}

ul.hailed-links {
  margin: 0;
  padding: 0;
}

.hailed-links li {
  border-top: 1px solid lightgray;
  list-style: none;
  padding: 0.25rem 0;
  margin: 0;
}

.hailed-links li a {
  margin-right: 0.75ch;
}

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;
  }

  dd.episode-date,
dd.article-date {
    display: none;
  }

  .single:not(.has-featured-image) .hull {
    padding-top: 300px;
  }

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

  .multiple article {
    margin-bottom: 0;
  }
  .multiple article figure {
    background-size: contain;
  }
  .multiple main {
    background-color: white;
    padding-left: var(--n);
  }
  .multiple aside:not(.x) {
    background-color: white;
  }

  .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: 200px;
    margin-bottom: -200px;
  }
  .archive .center-header h1 {
    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;
  }

  .article-center .hailed-books article {
    padding-bottom: 1rem;
    margin-bottom: 1rem;
    border-bottom: 2px var(--gray-light) solid;
  }
  .article-center .hailed-books article h3 {
    font-weight: bold;
    margin-bottom: 0.5rem;
  }
  .article-center .hailed-books article sub {
    display: none;
  }

  .body-footer {
    background-color: var(--dark);
    padding-bottom: 0;
    background-image: url(https://intelligentdesign.fyi/wp-content/uploads/sites/4/2021/01/id-letters.png);
    background-position: calc(50% + 130px) 0px;
    background-repeat: no-repeat;
    background-size: auto 250px;
    min-height: 250px;
  }
  .body-footer ul.menu {
    text-align: right;
  }
  .body-footer ul.menu li {
    list-style: none;
  }
  .body-footer .menu-foot-container {
    margin-right: calc(50% + 15px);
    width: 50%;
  }

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

  .bot-area-widget {
    background-color: var(--dark);
    padding: var(--n);
  }
  .bot-area-widget a[href*="discovery.org"] {
    background-color: var(--secondary);
    background-image: url(https://intelligentdesign.fyi/wp-content/uploads/sites/4/2021/01/di-logo-black.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 80% auto;
    display: block;
    margin: 0 auto 0 calc(50% - 150px);
    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 ul li:not(#x) a:hover {
    background: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.25), rgba(0, 0, 0, 0));
    color: black;
  }
  .side .tagcloud a:hover {
    color: black;
  }
  .side .widget_search {
    margin-bottom: 0;
  }
  .side .widget_search label {
    display: none;
  }
  .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 .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 .widget_search input[type=search]::placeholder {
    color: var(--gray);
    font-weight: bold;
    text-transform: uppercase;
  }
  .side .widget_categories ul {
    margin-top: 0;
  }
  .side .widget_search input[type=search]:focus {
    xbackground: rgba(0, 0, 0, 0.3);
    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.prager-meyer .wp-block-cover:not(#x) {
    min-height: 0;
    padding-bottom: calc(9/28 * 100%);
    max-height: 30vh;
    object-position: 50% 10%;
  }

  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;
  }

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

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

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

  .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;
  }

  .home .guidebox {
    background-position: 10% 50%;
    font-size: 135%;
    padding-bottom: 100px;
  }
  .home .guidebox dd:not(.article-subtitle) {
    display: none;
  }
  .home .guidebox dd.article-subtitle {
    text-transform: none;
  }
  .home summary strong {
    color: var(--secondary);
  }
  .home .wp-block-cover__image-background:not(#x) {
    object-fit: contain;
  }
  .home .bifold .wp-block-column:not(.definition) {
    flex-basis: 0%;
  }
  .home .bifold .wp-block-column:nth-of-type(2),
.home .bifold .wp-block-column:nth-of-type(3) {
    flex-basis: 50%;
    max-width: calc( var(--max-width) / 2 );
  }
  .home .hailed-articles dt {
    position: relative;
    text-indent: 28px;
  }
  .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;
  }

  .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 only screen and (min-width: 800px) and (max-width: 600px) {
  .section-intermediate .back-darker-1 .wp-block-column:nth-of-type(2) {
    background-color: rgba(255, 255, 255, 0.8);
  }

  .bifold .back-lighter-7 {
    background-color: rgba(255, 255, 255, 0.9);
  }
}
@media only screen and (min-width: 800px) {
  .wp-block-column:not(#x) {
    margin-left: 0;
  }
}
@media only screen and (min-width: 800px) {
  .home dd.article-subtitle {
    line-height: 1.3;
    padding: 0.2rem 0 0.5rem 0;
  }
}
@media only screen and (min-width: 800px) {
  .page-id-1792 .center-center {
    flex-direction: column;
  }
}
@media only screen and (min-width: 800px) {
  .page-id-1792 h1 {
    text-align: center;
  }
}
@media only screen and (min-width: 800px) {
  .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: 800px) and (min-width: 1200px) {
  .above-the-fold .wp-block-cover__image-background {
    max-width: 1250px !important;
    margin: 0 auto !important;
  }
}
@media only screen and (min-width: 800px) {
  .body-header .area.area-header {
    position: relative;
  }
}
@media only screen and (min-width: 800px) {
  .home details .three-wide {
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  }
}
@media only screen and (min-width: 800px) {
  .home .wp-block-column:empty {
    display: block;
  }
}
.wp-block-navigation__responsive-container li {
  display: block;
}

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

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

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