@charset "UTF-8";
:root {
  --xs: 400px;
  --small: 600px;
  --medium: 800px;
  --large: 1000px;
  --xl: 1200px;
}

main article.post center figure {
  padding: 0 1rem 1rem 0;
}
main article.post center figure figcaption {
  color: var(--gray);
  font-size: 0.9rem;
}
main article.post center .alignleft {
  margin-left: 0;
}
main article.post center .alignright {
  margin-right: 0;
}
main article.post center figure.alignleft {
  background: linear-gradient(to bottom left, rgba(255, 255, 255, 0) 0%, rgba(128, 128, 128, 0.25) 75%, rgba(255, 255, 255, 0) 100%);
}
main article.post center figure.alignright {
  background: linear-gradient(to bottom right, rgba(255, 255, 255, 0) 0%, rgba(128, 128, 128, 0.25) 75%, rgba(255, 255, 255, 0) 100%);
}
main article.post center figure.alignleft.wp-caption {
  padding: 0 1rem 0.5rem 0;
}
main article.post center figure.alignright.wp-caption {
  padding: 0 0rem 0.5rem 1rem;
}

.is-visible {
  display: block !important;
}

.is-hidden {
  display: none !important;
}

.margin-auto {
  margin: 0 auto;
}

.flex,
.flex-row,
.flex-col {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
}

.flex .flex {
  margin-right: 0;
  margin-left: -2rem;
}

@media print, screen and (min-width: 50em) {
  .flex .flex {
    margin-right: -2rem;
    margin-left: -2rem;
  }
}
@media print, screen and (min-width: 62.5em) {
  .flex .flex {
    margin-right: -2rem;
    margin-left: -2rem;
  }
}
.flex .flex.collapse {
  margin-right: 0;
  margin-left: 0;
}

.flex.expanded {
  max-width: none;
}

.flex:not(.expanded) .flex {
  max-width: none;
}

.flex.collapse > .box {
  padding-right: 0;
  padding-left: 0;
}

.flex.is-collapse-child,
.flex.collapse > .box > .flex,
.flex.collapse > .boxs > .flex {
  margin-right: 0;
  margin-left: 0;
}

.box, .boxes {
  -ms-flex: 1 1 0px;
  flex: 1 1 0px;
  padding-right: 2rem;
  padding-left: 2rem;
  min-width: initial;
}

.box.flex.flex, .flex.flex.boxes {
  float: none;
  display: block;
}

.flex .box.flex.flex, .flex .flex.flex.boxes {
  margin-right: 0;
  margin-left: 0;
  padding-right: 0;
  padding-left: 0;
}

.flex-container {
  display: -ms-flexbox;
  display: flex;
}

.flex-child-auto {
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}

.flex-child-grow {
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
}

.flex-child-shrink {
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
}

.flex-row,
.flex-dir-row {
  -ms-flex-direction: row;
  flex-direction: row;
}

.flex-dir-row-reverse {
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.flex-col,
.flex-dir-column {
  -ms-flex-direction: column;
  flex-direction: column;
}

.flex-dir-column-reverse {
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
}

.small-1 {
  -ms-flex: 0 0 8.33333%;
  flex: 0 0 8.33333%;
  max-width: 8.33333%;
}

.small-offset-0 {
  margin-left: 0%;
}

.small-2 {
  -ms-flex: 0 0 16.66667%;
  flex: 0 0 16.66667%;
  max-width: 16.66667%;
}

.small-offset-1 {
  margin-left: 8.33333%;
}

.small-3 {
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}

.small-offset-2 {
  margin-left: 16.66667%;
}

.small-4 {
  -ms-flex: 0 0 33.33333%;
  flex: 0 0 33.33333%;
  max-width: 33.33333%;
}

.small-offset-3 {
  margin-left: 25%;
}

.small-5 {
  -ms-flex: 0 0 41.66667%;
  flex: 0 0 41.66667%;
  max-width: 41.66667%;
}

.small-offset-4 {
  margin-left: 33.33333%;
}

.small-6 {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}

.small-offset-5 {
  margin-left: 41.66667%;
}

.small-7 {
  -ms-flex: 0 0 58.33333%;
  flex: 0 0 58.33333%;
  max-width: 58.33333%;
}

.small-offset-6 {
  margin-left: 50%;
}

.small-8 {
  -ms-flex: 0 0 66.66667%;
  flex: 0 0 66.66667%;
  max-width: 66.66667%;
}

.small-offset-7 {
  margin-left: 58.33333%;
}

.small-9 {
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
  max-width: 75%;
}

.small-offset-8 {
  margin-left: 66.66667%;
}

.small-10 {
  -ms-flex: 0 0 83.33333%;
  flex: 0 0 83.33333%;
  max-width: 83.33333%;
}

.small-offset-9 {
  margin-left: 75%;
}

.small-11 {
  -ms-flex: 0 0 91.66667%;
  flex: 0 0 91.66667%;
  max-width: 91.66667%;
}

.small-offset-10 {
  margin-left: 83.33333%;
}

.small-12 {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}

.small-offset-11 {
  margin-left: 91.66667%;
}

.small-order-1 {
  -ms-flex-order: 1;
  order: 1;
}

.small-order-2 {
  -ms-flex-order: 2;
  order: 2;
}

.small-order-3 {
  -ms-flex-order: 3;
  order: 3;
}

.small-order-4 {
  -ms-flex-order: 4;
  order: 4;
}

.small-order-5 {
  -ms-flex-order: 5;
  order: 5;
}

.small-order-6 {
  -ms-flex-order: 6;
  order: 6;
}

.small-up-1 {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.small-up-1 > .box, .small-up-1 > .boxs {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}

.small-up-2 {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.small-up-2 > .box, .small-up-2 > .boxs {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}

.small-up-3 {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.small-up-3 > .box, .small-up-3 > .boxs {
  -ms-flex: 0 0 33.33333%;
  flex: 0 0 33.33333%;
  max-width: 33.33333%;
}

.small-up-4 {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.small-up-4 > .box, .small-up-4 > .boxs {
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}

.small-up-5 {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.small-up-5 > .box, .small-up-5 > .boxs {
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
  max-width: 20%;
}

.small-up-6 {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.small-up-6 > .box, .small-up-6 > .boxs {
  -ms-flex: 0 0 16.66667%;
  flex: 0 0 16.66667%;
  max-width: 16.66667%;
}

.small-up-7 {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.small-up-7 > .box, .small-up-7 > .boxs {
  -ms-flex: 0 0 14.28571%;
  flex: 0 0 14.28571%;
  max-width: 14.28571%;
}

.small-up-8 {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.small-up-8 > .box, .small-up-8 > .boxs {
  -ms-flex: 0 0 12.5%;
  flex: 0 0 12.5%;
  max-width: 12.5%;
}

.small-collapse > .box, .small-collapse > .boxs {
  padding-right: 0;
  padding-left: 0;
}

.small-uncollapse > .box, .small-uncollapse > .boxs {
  padding-right: 1.5rem;
  padding-left: 1.5rem;
}

@media print, screen and (min-width: 37.5em) {
  .medium-1 {
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }

  .medium-offset-0 {
    margin-left: 0%;
  }

  .medium-2 {
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }

  .medium-offset-1 {
    margin-left: 8.33333%;
  }

  .medium-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }

  .medium-offset-2 {
    margin-left: 16.66667%;
  }

  .medium-4 {
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }

  .medium-offset-3 {
    margin-left: 25%;
  }

  .medium-5 {
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }

  .medium-offset-4 {
    margin-left: 33.33333%;
  }

  .medium-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .medium-offset-5 {
    margin-left: 41.66667%;
  }

  .medium-7 {
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }

  .medium-offset-6 {
    margin-left: 50%;
  }

  .medium-8 {
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }

  .medium-offset-7 {
    margin-left: 58.33333%;
  }

  .medium-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }

  .medium-offset-8 {
    margin-left: 66.66667%;
  }

  .medium-10 {
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }

  .medium-offset-9 {
    margin-left: 75%;
  }

  .medium-11 {
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }

  .medium-offset-10 {
    margin-left: 83.33333%;
  }

  .medium-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .medium-offset-11 {
    margin-left: 91.66667%;
  }

  .medium-order-1 {
    -ms-flex-order: 1;
    order: 1;
  }

  .medium-order-2 {
    -ms-flex-order: 2;
    order: 2;
  }

  .medium-order-3 {
    -ms-flex-order: 3;
    order: 3;
  }

  .medium-order-4 {
    -ms-flex-order: 4;
    order: 4;
  }

  .medium-order-5 {
    -ms-flex-order: 5;
    order: 5;
  }

  .medium-order-6 {
    -ms-flex-order: 6;
    order: 6;
  }

  .medium-up-1 {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .medium-up-1 > .box, .medium-up-1 > .boxs {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .medium-up-2 {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .medium-up-2 > .box, .medium-up-2 > .boxs {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .medium-up-3 {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .medium-up-3 > .box, .medium-up-3 > .boxs {
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }

  .medium-up-4 {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .medium-up-4 > .box, .medium-up-4 > .boxs {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }

  .medium-up-5 {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .medium-up-5 > .box, .medium-up-5 > .boxs {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }

  .medium-up-6 {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .medium-up-6 > .box, .medium-up-6 > .boxs {
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }

  .medium-up-7 {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .medium-up-7 > .box, .medium-up-7 > .boxs {
    -ms-flex: 0 0 14.28571%;
    flex: 0 0 14.28571%;
    max-width: 14.28571%;
  }

  .medium-up-8 {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .medium-up-8 > .box, .medium-up-8 > .boxs {
    -ms-flex: 0 0 12.5%;
    flex: 0 0 12.5%;
    max-width: 12.5%;
  }
}
@media print, screen and (min-width: 37.5em) and (min-width: 37.5em) {
  .medium-expand {
    -ms-flex: 1 1 0px;
    flex: 1 1 0px;
  }
}
@media print, screen and (min-width: 37.5em) {
  .medium-flex-dir-row {
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .medium-flex-dir-row-reverse {
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }

  .medium-flex-dir-column {
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .medium-flex-dir-column-reverse {
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .medium-flex-child-auto {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
  }

  .medium-flex-child-grow {
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
  }

  .medium-flex-child-shrink {
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
  }
}
.flex.medium-unstack > .box, .flex.medium-unstack > .boxs {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
}

@media print, screen and (min-width: 37.5em) {
  .flex.medium-unstack > .box, .flex.medium-unstack > .boxs {
    -ms-flex: 1 1 0px;
    flex: 1 1 0px;
  }
}
@media print, screen and (min-width: 37.5em) {
  .medium-collapse > .box, .medium-collapse > .boxs {
    padding-right: 0;
    padding-left: 0;
  }

  .medium-uncollapse > .box, .medium-uncollapse > .boxs {
    padding-right: 1.5rem;
    padding-left: 1.5rem;
  }
}
@media print, screen and (min-width: 62.5em) {
  .large-1 {
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }

  .large-offset-0 {
    margin-left: 0%;
  }

  .large-2 {
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }

  .large-offset-1 {
    margin-left: 8.33333%;
  }

  .large-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }

  .large-offset-2 {
    margin-left: 16.66667%;
  }

  .large-4 {
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }

  .large-offset-3 {
    margin-left: 25%;
  }

  .large-5 {
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }

  .large-offset-4 {
    margin-left: 33.33333%;
  }

  .large-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .large-offset-5 {
    margin-left: 41.66667%;
  }

  .large-7 {
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }

  .large-offset-6 {
    margin-left: 50%;
  }

  .large-8 {
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }

  .large-offset-7 {
    margin-left: 58.33333%;
  }

  .large-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }

  .large-offset-8 {
    margin-left: 66.66667%;
  }

  .large-10 {
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }

  .large-offset-9 {
    margin-left: 75%;
  }

  .large-11 {
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }

  .large-offset-10 {
    margin-left: 83.33333%;
  }

  .large-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .large-offset-11 {
    margin-left: 91.66667%;
  }

  .large-order-1 {
    -ms-flex-order: 1;
    order: 1;
  }

  .large-order-2 {
    -ms-flex-order: 2;
    order: 2;
  }

  .large-order-3 {
    -ms-flex-order: 3;
    order: 3;
  }

  .large-order-4 {
    -ms-flex-order: 4;
    order: 4;
  }

  .large-order-5 {
    -ms-flex-order: 5;
    order: 5;
  }

  .large-order-6 {
    -ms-flex-order: 6;
    order: 6;
  }

  .large-up-1 {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .large-up-1 > .box, .large-up-1 > .boxs {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .large-up-2 {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .large-up-2 > .box, .large-up-2 > .boxs {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .large-up-3 {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .large-up-3 > .box, .large-up-3 > .boxs {
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }

  .large-up-4 {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .large-up-4 > .box, .large-up-4 > .boxs {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }

  .large-up-5 {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .large-up-5 > .box, .large-up-5 > .boxs {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }

  .large-up-6 {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .large-up-6 > .box, .large-up-6 > .boxs {
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }

  .large-up-7 {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .large-up-7 > .box, .large-up-7 > .boxs {
    -ms-flex: 0 0 14.28571%;
    flex: 0 0 14.28571%;
    max-width: 14.28571%;
  }

  .large-up-8 {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .large-up-8 > .box, .large-up-8 > .boxs {
    -ms-flex: 0 0 12.5%;
    flex: 0 0 12.5%;
    max-width: 12.5%;
  }
}
@media print, screen and (min-width: 62.5em) and (min-width: 62.5em) {
  .large-expand {
    -ms-flex: 1 1 0px;
    flex: 1 1 0px;
  }
}
@media print, screen and (min-width: 62.5em) {
  .large-flex-dir-row {
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .large-flex-dir-row-reverse {
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }

  .large-flex-dir-column {
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .large-flex-dir-column-reverse {
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .large-flex-child-auto {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
  }

  .large-flex-child-grow {
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
  }

  .large-flex-child-shrink {
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
  }
}
.flex.large-unstack > .box, .flex.large-unstack > .boxs {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
}

@media print, screen and (min-width: 62.5em) {
  .flex.large-unstack > .box, .flex.large-unstack > .boxs {
    -ms-flex: 1 1 0px;
    flex: 1 1 0px;
  }
}
@media print, screen and (min-width: 62.5em) {
  .large-collapse > .box, .large-collapse > .boxs {
    padding-right: 0;
    padding-left: 0;
  }

  .large-uncollapse > .box, .large-uncollapse > .boxs {
    padding-right: 1.5rem;
    padding-left: 1.5rem;
  }
}
.shrink {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  max-width: 100%;
}

.box-block {
  margin-bottom: 1.875rem;
}

.box-block > :last-child {
  margin-bottom: 0;
}

.align-right {
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.align-center {
  -ms-flex-pack: center;
  justify-content: center;
}

.align-justify {
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.align-spaced {
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.align-top {
  -ms-flex-align: start;
  align-items: flex-start;
}

.align-self-top {
  -ms-flex-item-align: start;
  align-self: flex-start;
}

.align-bottom {
  -ms-flex-align: end;
  align-items: flex-end;
}

.align-self-bottom {
  -ms-flex-item-align: end;
  align-self: flex-end;
}

.align-middle {
  -ms-flex-align: center;
  align-items: center;
}

.align-self-middle {
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.align-stretch {
  -ms-flex-align: stretch;
  align-items: stretch;
}

.align-self-stretch {
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
}

.small-order-1 {
  -ms-flex-order: 1;
  order: 1;
}

.small-order-2 {
  -ms-flex-order: 2;
  order: 2;
}

.small-order-3 {
  -ms-flex-order: 3;
  order: 3;
}

.small-order-4 {
  -ms-flex-order: 4;
  order: 4;
}

.small-order-5 {
  -ms-flex-order: 5;
  order: 5;
}

.small-order-6 {
  -ms-flex-order: 6;
  order: 6;
}

@media print, screen and (min-width: 37.5em) {
  .medium-order-1 {
    -ms-flex-order: 1;
    order: 1;
  }

  .medium-order-2 {
    -ms-flex-order: 2;
    order: 2;
  }

  .medium-order-3 {
    -ms-flex-order: 3;
    order: 3;
  }

  .medium-order-4 {
    -ms-flex-order: 4;
    order: 4;
  }

  .medium-order-5 {
    -ms-flex-order: 5;
    order: 5;
  }

  .medium-order-6 {
    -ms-flex-order: 6;
    order: 6;
  }
}
@media print, screen and (min-width: 62.5em) {
  .large-order-1 {
    -ms-flex-order: 1;
    order: 1;
  }

  .large-order-2 {
    -ms-flex-order: 2;
    order: 2;
  }

  .large-order-3 {
    -ms-flex-order: 3;
    order: 3;
  }

  .large-order-4 {
    -ms-flex-order: 4;
    order: 4;
  }

  .large-order-5 {
    -ms-flex-order: 5;
    order: 5;
  }

  .large-order-6 {
    -ms-flex-order: 6;
    order: 6;
  }
}
.body-header {
  content: "";
  padding: 1rem 0;
  position: relative;
}
.body-header::before {
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0.85) 0%, rgba(255, 255, 255, 0.85) 50%, rgba(255, 255, 255, 0.5) 100%);
  content: "";
  min-width: 200%;
  opacity: 1;
  top: 0;
  left: 0;
  bottom: 0;
  position: absolute;
  z-index: 0;
}
@media (max-width: 999px) {
  .body-header {
    padding: 0;
  }
}
.body-header .box {
  max-width: 100%;
}
.body-header .constrain-lg {
  width: 100%;
}
.body-header .areas {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  top: 0;
  right: 0;
  left: 0;
}
.body-header .areas brand-area {
  flex: 0 1 auto;
  padding-right: 0;
}
.body-header .areas .header-area {
  flex: 1 0 auto;
  padding-right: 0;
}
.body-header .areas .header-area .header-area-widget {
  display: inline-flex;
}
.body-header big.header {
  display: block;
}
.body-header big.header a {
  background-position: left center;
  background-repeat: no-repeat;
  background-size: contain;
  color: var(--cnai-secondary);
  text-transform: uppercase;
  display: block;
  text-indent: -98104px;
  line-height: 3rem;
  color: #ff3800;
  font-size: 100%;
  font-weight: 700;
  letter-spacing: -7px;
  font-size: 64px;
  text-indent: -5px;
  position: relative;
  white-space: nowrap;
  max-width: calc( 100% - 190px);
  max-width: 100%;
}
@media (max-width: 999px) {
  .body-header big.header a {
    font-size: 11vw;
    letter-spacing: -5px;
  }
}
@media (min-width: 1200px) {
  .body-header big.header a::after {
    color: rgba(0, 0, 0, 0.25);
    content: " News";
    font-size: 64px;
    text-align: right;
    text-transform: uppercase;
  }
}
@media (max-width: 799px) {
  .body-header big.header {
    line-height: 1;
    max-width: calc(100% - 4rem);
    padding-top: 0.35rem;
  }
}
@media (max-width: 1199px) {
  .body-header big.header {
    line-height: 1;
    max-width: calc(100% - 4rem);
    padding-top: 0.35rem;
  }
}
.body-header .header-sub {
  display: none;
}
.body-header .flex {
  justify-content: space-between;
}
.body-header .flex .box:nth-of-type(1) {
  flex: 0 1 auto;
  padding-right: 0;
}
.body-header .flex .box:nth-of-type(2) {
  flex: 1 0 auto;
  padding-right: 0;
}
.body-header .flex .box:nth-of-type(2) .header-area {
  display: inline-flex;
}
.yang {
  background: rgba(255, 255, 255, 0.75);
  content: "";
  height: 100vh;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100vw;
  z-index: 98104;
}

@media (max-width: 799px) {
  .body-header .areas {
    position: absolute;
    z-index: 98104;
  }
}
.body-header .header-area {
  z-index: 98104;
}
.body-header .header-area ul {
  margin: 0;
  padding: 0;
}
.body-header .header-area ul li {
  list-style: none;
}
@media (min-width: 800px) {
  .body-header .header-area ul li {
    display: inline-block;
  }
}
.body-header .header-area {
  display: flex;
  justify-content: space-between;
}
.body-header .header-area .widget {
  flex: 0 1 auto;
}

@media (max-width: 799px) {
  .brand-area {
    padding-left: 1rem;
    padding-top: 0.5rem;
  }
  .brand-area big.header {
    padding-top: 0;
    max-width: calc(100% - 6rem);
  }
}

.widget_search {
  position: relative;
}
@media (max-width: 999px) {
  .widget_search {
    display: none;
  }
}
.widget_search form {
  position: absolute;
  right: 0;
  top: 0;
  text-align: right;
}
.widget_search input[type=text] {
  background: transparent;
  border: 0;
  line-height: 3rem;
  margin: 0;
  opacity: 0;
  outline: none;
  overflow: hidden;
  padding: 0 calc(10ch + 1rem) 0 0;
  text-indent: 1ch;
  width: 0;
}
.widget_search input[type=text]:focus, .widget_search input[type=text]:valid {
  background: white;
  opacity: 1;
  outline: 3px rgba(128, 128, 128, 0.5) solid;
  outline-width: 3px 0 3px 3px;
  padding-right: calc(10ch + 1rem);
  width: 40ch;
  transition: all 0.3s ease-in-out;
}
.widget_search label::before,
.widget_search button::before {
  height: 100%;
  width: 1rem;
  display: inline-block;
  margin-right: 0.5ch;
  position: absolute;
  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: relative;
  top: 2px;
}
.widget_search label, .widget_search button {
  background: transparent;
  border-width: 0 0 0 0;
  border-color: transparent;
  border-style: solid;
  color: var(--gray-light);
  display: inline-block;
  font-size: 1rem;
  font-weight: 700;
  line-height: 3rem;
  margin: 0;
  padding: 0 1ch;
  text-transform: uppercase;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 208;
}
.widget_search label {
  overflow: hidden;
  pointer-events: none;
  white-space: nowrap;
}
.widget_search label:hover {
  background: var(--cani-secondary);
  cursor: hand;
}
.widget_search input[type=text]:not(:focus) ~ label {
  padding: 0;
  width: calc(1rem + .5ch);
}
.widget_search button {
  display: none;
  background: var(--gray-light);
  color: white;
}
.widget_search button::before {
  filter: brightness(1);
}
.widget_search button:hover {
  background: var(--cnai-secondary);
}
.widget_search input[type=text]:not(:valid) ~ button {
  opacity: 0.5;
}
.widget_search input[type=text]:valid ~ button {
  display: block;
  opacity: 1;
}
.widget_search label#search-label #search-button:target {
  display: block;
}
.widget_search input[type=text]:valid ~ label {
  display: none;
}

.footer-body {
  background: rgba(0, 0, 0, 0.1);
  display: flex;
  flex-wrap: wrap;
  padding: 2rem;
  position: relative;
}
.footer-body::before, .footer-body::after {
  background: rgba(0, 0, 0, 0.1);
  content: "";
  top: 0;
  left: 100%;
  bottom: 0;
  position: absolute;
  width: 100vh;
}
.footer-body::before {
  left: auto;
  right: 100%;
}
.footer-body header {
  color: var(--cnai-dark);
  font-weight: bold;
}
.footer-body .widget:nth-of-type(1) {
  min-width: 100%;
}
.footer-body .widget:nth-of-type(3) {
  position: absolute;
}
.footer-body .pardot-forms-body iframe {
  height: 200px !important;
}
.footer-body .widget_nav_menu li {
  list-style: none;
  margin: 0;
  padding: 0;
}
.footer-body .widget_nav_menu a {
  color: var(--gray);
  font-weight: bold;
}

.footer-body {
  padding-top: 0;
}
.footer-body #text-52 {
  display: none;
}

#custom_html-52 {
  margin-bottom: 1rem;
  padding: 2rem 0;
  position: relative;
  text-align: center;
}
@media (max-width: 799px) {
  #custom_html-52 {
    margin-left: -2rem;
    margin-right: -2rem;
    width: 100vw;
  }
}
#custom_html-52::after {
  content: "";
  position: absolute;
  top: auto;
  right: 0;
  bottom: 0;
  left: 0;
  background: linear-gradient(to top right, rgba(0, 0, 0, 0.1) 1%, rgba(128, 128, 128, 0) 100%);
  border-bottom: 1px var(--gray-light) solid;
  z-index: 0;
}
#custom_html-52 header {
  display: none;
}
#custom_html-52 a {
  background-repeat: no-repeat;
  background-size: auto 100%;
  display: inline-block;
  height: 50px;
  text-indent: -98104px;
  z-index: 1;
}
@media (max-width: 799px) {
  #custom_html-52 a {
    background-size: contain;
  }
}
#custom_html-52 a:first-of-type {
  background-image: url("images/di-logo.png");
  background-position: right center;
  margin-right: 1rem;
  width: 34%;
}
#custom_html-52 a:last-of-type {
  background-image: url("images/cnai-logo.png");
  background-position: left center;
  width: 44%;
}

#text-32 {
  flex: 0 1 61.80338134%;
  padding-right: 1rem;
}
@media (max-width: 799px) {
  #text-32 {
    flex: 0 0 100%;
  }
}
#text-32 header {
  color: var(--cnai-dark);
  font-size: 1.2rem;
  text-transform: none;
}
#text-32 header::before {
  display: none;
}
#text-32 a:link, #text-32 a:visited {
  color: var(--cnai-dark);
}
#text-32 a:hover {
  color: var(--cnai-secondary);
}

#text-62 {
  flex: 1 1 14.58985598%;
  padding-top: 1rem;
}

#text-62 dt {
  display: none;
}

#text-62 dd {
  width: 30px;
  margin: 0 auto;
}

@media (max-width: 799px) {
  #text-62 {
    flex: 0 0 100%;
    padding-top: 0;
    text-align: center;
  }

  #text-62 dd {
    display: inline-block;
  }
}
dl.follow dd {
  display: block;
  margin: 0 auto 0.5rem;
}

dl.follow dd a:not(:hover):not(.x) path {
  fill: currentColor !important;
}

#nav_menu-52 {
  flex: 1 1 23.58985598%;
}
#nav_menu-52 a, #nav_menu-52 a:link, #nav_menu-52 a:hover {
  color: var(--gray);
  display: block;
  padding: 0.25rem 0;
  text-transform: uppercase;
}
#nav_menu-52 ul {
  margin: 0;
  padding: 0;
}
#nav_menu-52 a:hover {
  color: var(--cnai-secondary);
}
@media (max-width: 799px) {
  #nav_menu-52 {
    text-align: center;
  }
  #nav_menu-52 li {
    display: inline-block;
    margin-right: 1ch;
  }
}

#pardot-forms-32 {
  flex: 0 0 23.60676268%;
  display: none;
}
#pardot-forms-32 iframe {
  overflow: hidden;
}
#pardot-forms-32 label {
  display: none;
}

body.singular .side-box header.aspect-square, body.singular .side-box section.taxonomy header#nav_menu-62, section.taxonomy body.singular .side-box header#nav_menu-62,
body.singular .side-box section.taxonomy header#nav_menu-132,
section.taxonomy body.singular .side-box header#nav_menu-132 {
  position: relative;
}
body.singular .side-box header.aspect-square h2, body.singular .side-box section.taxonomy header#nav_menu-62 h2, section.taxonomy body.singular .side-box header#nav_menu-62 h2,
body.singular .side-box section.taxonomy header#nav_menu-132 h2,
section.taxonomy body.singular .side-box header#nav_menu-132 h2 {
  color: white;
  margin: 0;
  position: absolute;
  padding: 0 0 0.8rem 1rem;
  bottom: 0;
}

.side-box {
  flex: 1 1 23.6067626%;
}
.side-box .subscribe {
  position: relative;
}
.side-box.videos .section-header {
  background: linear-gradient(rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.2) 50%, rgba(0, 0, 0, 0.3) 100%);
  color: white;
  line-height: 2rem;
  padding-top: calc(100% - 3rem);
}
.side-box .section-header {
  display: block;
  position: relative;
}
.side-box .section-header h2 {
  color: white;
  font-size: 1.8rem;
  flex: auto;
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  letter-spacing: 1px;
  margin: 0;
  order: 1;
  padding-bottom: 1rem;
  padding-left: 1rem;
  padding-right: 1rem;
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
}
.side-box .section-header sup {
  font-size: 1rem;
  padding: 1rem;
  position: absolute;
  position: top;
  top: 0;
  right: 0;
  left: 0;
}
.side-box .section-header sup dl {
  order: 0;
  margin: 0;
}
.side-box .section-header sup dl dt {
  font-weight: 700;
  padding: 0.2rem 0;
}
.side-box .section-header sup dl dd {
  padding: 0.3rem 0;
  margin: 0;
}
.side-box article {
  padding: 0 0 100% 0;
  background-image: none !important;
  position: relative;
}
.side-box article header sup {
  display: none;
}
.side-box article figure {
  background-image: none !important;
  margin: 0;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  position: absolute;
  z-index: 0;
}
.side-box article figure header, .side-box article figure footer {
  display: none;
}
.side-box article figure center {
  width: 100%;
  height: 100%;
}
.side-box article figure img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
@media (min-width: 800px) {
  .side-box article figure img {
    opacity: 0.3;
    filter: gray;
    -webkit-filter: grayscale(1);
    filter: grayscale(1);
  }
}
.side-box article a h2 {
  font-size: 24px;
}
.side-box article a:hover {
  color: white;
}
.side-box article a:hover img {
  opacity: 1;
  filter: none;
}
.side-box article header {
  background: linear-gradient(rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 50%, black 100%);
  padding: 5rem 1rem 0.25rem 1rem;
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
}
@media (min-width: 800px) {
  .side-box article header {
    background: linear-gradient(rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 50%, black 100%);
  }
}
@media (min-width: 800px) {
  .side-box article:not(:hover) header {
    background: linear-gradient(rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.8) 50%, white 100%);
  }
}

.fib-377 aside header {
  background: linear-gradient(to bottom, #ffffff 0%, #d8d8d8 100%);
  padding: calc(100% - 3rem) 1rem 0.5rem 1rem;
  position: static;
  font-size: 1.5rem;
  line-height: 1.5rem;
  width: 100%;
}
.fib-377 aside header::before {
  display: none;
}
.fib-377 aside ul {
  margin-top: none;
  list-style: none;
  padding-left: 1rem;
}
.fib-377 aside ul li {
  list-style: none;
  padding-bottom: 1rem;
}
.fib-377 aside ul li a:link, .fib-377 aside ul li a:visited {
  color: var(--gray);
}
.fib-377 aside ul li a:hover {
  color: var(--cnai-secondary);
}
.fib-377 aside .tagcloud {
  padding: 1rem;
}

article a.post-edit-link:link,
article a.post-edit-link:visited {
  border: 1px gray solid;
  color: gray;
  display: inline-block;
  font-size: 0.8rem;
  opacity: 0.5;
  padding: 0 3px;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 98104;
}
article a.post-edit-link:link:hover,
article a.post-edit-link:visited:hover {
  background: gray;
  color: white;
  opacity: 1;
}
article header sup, article header sub {
  display: none;
}
article center p:last-child {
  padding-bottom: 0;
}

article a.post-edit-link {
  margin-right: 2rem;
}
article header sub {
  display: block;
}

.singular header .article-subtitle {
  color: var(--cnai-lighter);
  font-size: 1.5rem;
  font-style: italic;
  line-height: 1.2;
  padding: 2rem 2rem 0 2rem;
}

.article-headline header sup {
  display: block;
}
.article-headline header sub {
  display: block;
}

section.featured article {
  padding-top: 100%;
  position: relative;
}
section.featured article figure {
  background-color: rgba(0, 0, 0, 0.5);
  background-color: rgba(19, 74, 82, 0.6);
  background-size: cover;
  display: block;
  margin: 0;
  order: 0;
  padding: 0 0 calc(987/1597 * 100%) 0;
  padding-bottom: 100%;
  position: absolute;
  top: 0;
  width: 100%;
  flex: 0 0 100%;
  z-index: 0;
}
section.featured article figure * {
  display: none;
}
section.featured article figure::after {
  content: "";
  position: absolute;
  top: 33%;
  bottom: 0;
  left: 0;
  right: 0;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.75) 0%, rgba(0, 0, 0, 0) 75%);
}
section.featured article center,
section.featured article header {
  flex: 0 0 100%;
  padding: 0 1rem;
  position: relative;
  z-index: 1;
}
section.featured article header {
  order: 1;
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
}
@media (min-width: 800px) {
  section.featured article header {
    padding: 0 2rem;
  }
}
section.featured article header h2 a:not(.x), section.featured article header h2 a:not(.x):link, section.featured article header h2 a:not(.x):visited {
  color: rgba(255, 255, 255, 0.8);
  line-height: 1em;
}
section.featured article header h2 a:not(.x):hover {
  color: white;
}
section.featured article header h2 {
  font-size: 2rem;
  line-height: 1;
  margin: 0;
  padding-bottom: 1.5rem;
}
@media (max-width: 999px) {
  section.featured article header h2 {
    font-size: 1.8rem;
    padding-bottom: 1rem;
  }
}
section.featured article header h2::before {
  background: var(--cnai-secondary);
  color: white;
  font-family: "Open Sans", sans-serif;
  font-size: 1rem;
  font-weight: 700;
  display: inline-block;
  padding: 3px 6px;
  position: absolute;
  bottom: calc(100% + 5px);
}
section.featured article header sub {
  display: none;
}
section.featured article header .article-subtitle {
  display: none;
}
section.featured article header .article-byline {
  margin: 0;
  padding: 1.5rem 0 1rem 0;
  padding: 0;
}
section.featured article header .article-byline *:not(a) {
  color: rgba(255, 255, 255, 0.5);
}
section.featured article header .article-byline .article-categories {
  display: none;
}
section.featured article center {
  display: none;
  order: 2;
}
@media (max-width: 799px) {
  section.featured article center {
    display: none;
  }
}
@media (max-width: 799px) {
  section.featured article .header-byline {
    display: none;
  }
}

@media (min-width: 800px) {
  section.articles {
    padding-top: 2rem;
  }
}
section.articles .section-header {
  padding-top: 0rem;
}
section.articles article {
  position: relative;
}
section.articles article::before {
  background: linear-gradient(to bottom right, #cacaca 0%, rgba(255, 255, 255, 0) 55%);
  content: "";
  position: absolute;
  top: 0;
  right: 20%;
  bottom: 0;
  left: 2rem;
  z-index: 0;
}
@media (max-width: 799px) {
  section.articles article::before {
    left: 0;
  }
}
section.articles article header {
  padding-top: 2rem;
}
@media (min-width: 800px) {
  section.articles article header sup:not(:empty) {
    margin-top: -1rem;
  }
}
section.articles article header sup .article-meta {
  margin-bottom: 0.75rem;
}
@media (max-width: 799px) {
  section.articles article header sup .article-meta {
    margin-bottom: 0.25rem;
  }
}
section.articles article header .article-subtitle {
  color: var(--gray);
  line-height: 1.4em;
  font-style: italic;
  padding-bottom: 0.5rem;
}
section.articles article .article-byline {
  display: none;
}
section.articles article .article-date {
  display: none;
}
section.articles article center {
  overflow: hidden;
  max-width: 99%;
}
section.articles article[mode=tease] {
  display: flex;
  margin-bottom: 2rem;
  padding-left: 40%;
  position: relative;
  overflow: hidden;
}
section.articles article[mode=tease] header, section.articles article[mode=tease] figure, section.articles article[mode=tease] center, section.articles article[mode=tease] footer {
  z-index: 1;
}
section.articles article[mode=tease] header {
  flex: 0 0 100%;
}
section.articles article[mode=tease] header sub dl.article-meta {
  line-height: 2rem;
}
section.articles article[mode=tease] figure {
  display: block;
  width: calc(40% - 2rem);
  position: absolute;
  left: 2rem;
}
section.articles article[mode=tease] figure center {
  display: block;
  flex: 0 0 100%;
  padding-bottom: 100%;
}
section.articles article[mode=tease] figure img {
  display: block;
}
@media (max-width: 799px) {
  .home section.articles .section-header {
    display: none;
  }
  .home section.articles article {
    margin-bottom: 0;
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .home section.articles article h3 {
    font-size: 1rem;
    margin: 0;
  }
  .home section.articles header {
    padding-left: 1rem;
    padding-top: 1rem;
    padding-bottom: 0.5rem;
  }
  .home section.articles figure {
    padding: 1rem 0;
  }
  .home section.articles sub.subtitle,
.home section.articles .article-categories:not(.x),
.home section.articles .article-date {
    display: none;
  }
}
body:not(.home) section.articles article header,
body:not(.home) section.articles article center,
body:not(.home) section.articles article figure {
  flex: 0 0 100%;
}
body:not(.home) section.articles article h3 {
  font-size: 1.2rem;
  margin: 0;
}

nav.pagination {
  padding: 0 2rem 2rem;
}
nav.pagination h2 {
  color: var(--cnai-dark);
  font-family: "Nevis", "Open Sans", sans-serif;
  font-size: 2rem;
  font-weight: 700;
  text-transform: uppercase;
  padding-top: 0.5rem;
  position: relative;
}
nav.pagination h2::before {
  background-color: var(--cnai-dark);
  content: "";
  height: 4px;
  position: absolute;
  top: 0;
  left: 0;
  width: 2rem;
}
nav.pagination h2::after {
  content: " Articles";
}
nav.pagination a, nav.pagination span.current {
  border: 1px var(--gray-light) solid;
  font-size: 1rem;
  font-weight: 700;
  padding: 2px 1ch;
  font-family: "Open Sans", sans-serif;
}
nav.pagination a:link, nav.pagination a:visited {
  color: var(--gray-light);
  text-transform: uppercase;
}
nav.pagination a:hover {
  background: var(--cnai-secondary);
  border-color: var(--cnai-secondary);
  color: white;
}
nav.pagination .current {
  background: var(--gray-light);
  color: white;
}

:root {
  --phi: 1.1618;
  --f00: 1;
  --f01: 1;
  --f03: 2;
  --f03: 3;
  --f04: 5;
  --f05: 8;
  --f06: 13;
  --f07: 21;
}

.slate-10-back {
  background-color: #072a3e;
}

.slate-09-back, .page:not(.has-featured-image) .nautilus .cell-1:last-of-type(),
.multiple:not(.has-featured-image) .nautilus .cell-1:last-of-type(), .page:not(.has-featured-image) .nautilus .fib-377:not(.major),
.multiple:not(.has-featured-image) .nautilus .fib-377:not(.major) {
  background-color: rgba(7, 42, 62, 0.9);
}

.slate-08-back {
  background-color: rgba(7, 42, 62, 0.8);
}

.slate-07-back {
  background-color: rgba(7, 42, 62, 0.7);
}

.slate-06-back {
  background-color: rgba(7, 42, 62, 0.6);
}

.slate-05-back {
  background-color: rgba(7, 42, 62, 0.5);
}

.slate-04-back {
  background-color: rgba(7, 42, 62, 0.4);
}

.slate-03-back {
  background-color: rgba(7, 42, 62, 0.3);
}

.slate-02-back {
  background-color: rgba(7, 42, 62, 0.2);
}

.slate-01-back {
  background-color: rgba(7, 42, 62, 0.2);
}

.marine-10-back, .page:not(.has-featured-image) .nautilus .fib-144, .page:not(.has-featured-image) .nautilus .footer-body .widget:nth-of-type(3), .footer-body .page:not(.has-featured-image) .nautilus .widget:nth-of-type(3), .page:not(.has-featured-image) .nautilus .footer-body .widget:nth-of-type(4), .footer-body .page:not(.has-featured-image) .nautilus .widget:nth-of-type(4),
.multiple:not(.has-featured-image) .nautilus .fib-144,
.multiple:not(.has-featured-image) .nautilus .footer-body .widget:nth-of-type(3),
.footer-body .multiple:not(.has-featured-image) .nautilus .widget:nth-of-type(3),
.multiple:not(.has-featured-image) .nautilus .footer-body .widget:nth-of-type(4),
.footer-body .multiple:not(.has-featured-image) .nautilus .widget:nth-of-type(4) {
  background-color: #134a52;
}

.marine-09-back {
  background-color: rgba(19, 74, 82, 0.9);
}

.marine-08-back, .page:not(.has-featured-image) .nautilus .fib-55,
.multiple:not(.has-featured-image) .nautilus .fib-55 {
  background-color: rgba(19, 74, 82, 0.8);
}

.marine-07-back, .page:not(.has-featured-image) .nautilus .fib-34,
.multiple:not(.has-featured-image) .nautilus .fib-34 {
  background-color: rgba(19, 74, 82, 0.7);
}

.marine-06-back, .page:not(.has-featured-image) .nautilus .cell-21,
.multiple:not(.has-featured-image) .nautilus .cell-21 {
  background-color: rgba(19, 74, 82, 0.6);
}

.marine-05-back, .page:not(.has-featured-image) .nautilus .cell-13,
.multiple:not(.has-featured-image) .nautilus .cell-13, .page:not(.has-featured-image) .nautilus .fib-233:not(.tertiary),
.multiple:not(.has-featured-image) .nautilus .fib-233:not(.tertiary) {
  background-color: rgba(19, 74, 82, 0.5);
}

.marine-04-back, .page:not(.has-featured-image) .nautilus .cell-8,
.multiple:not(.has-featured-image) .nautilus .cell-8 {
  background-color: rgba(19, 74, 82, 0.4);
}

.marine-03-back, .page:not(.has-featured-image) .nautilus .cell-5,
.multiple:not(.has-featured-image) .nautilus .cell-5 {
  background-color: rgba(19, 74, 82, 0.3);
}

.marine-02-back, .page:not(.has-featured-image) .nautilus .cell-3,
.multiple:not(.has-featured-image) .nautilus .cell-3 {
  background-color: rgba(19, 74, 82, 0.2);
}

.marine-01-back, .page:not(.has-featured-image) .nautilus .cell-1,
.multiple:not(.has-featured-image) .nautilus .cell-1, .page:not(.has-featured-image) .nautilus .cell-2,
.multiple:not(.has-featured-image) .nautilus .cell-2 {
  background-color: rgba(19, 74, 82, 0.2);
}

.constrain-1597, .body-header, .footer-body {
  max-width: 1597px;
  margin: 0 auto;
}

body:not(.has-featured-image) .fib-610.major {
  background-color: #a0c0c9;
}
body:not(.has-featured-image) header.fib-377 {
  background-color: var(--cnai-secondary);
}

.nautilus .fib-1597 {
  flex: 0 1 1597;
}
.nautilus .fib-987 {
  flex: 0 1 987;
}
.nautilus .fib-610 {
  flex: 0 1 610;
}
.nautilus .fib-377 {
  flex: 0 1 377;
}
.nautilus .fib-233 {
  flex: 0 1 233;
}
.nautilus .fib-144, .nautilus .footer-body .widget:nth-of-type(3), .footer-body .nautilus .widget:nth-of-type(3), .nautilus .footer-body .widget:nth-of-type(4), .footer-body .nautilus .widget:nth-of-type(4) {
  flex: 0 1 144;
}
.nautilus .fib-89 {
  flex: 0 1 89;
}
.nautilus .fib-55 {
  flex: 0 1 55;
}
.nautilus .fib-34 {
  flex: 0 1 34px;
}
.nautilus .fib-21 {
  flex: 0 1 21px;
}
.nautilus .fib-13 {
  flex: 0 1 13px;
}
.nautilus .fib-08 {
  flex: 0 1 8px;
}
.nautilus .fib-05 {
  flex: 0 1 5px;
}
.nautilus .fib-03 {
  flex: 0 1 3px;
}
.nautilus .fib-02 {
  flex: 0 1 2px;
}
.nautilus .phi-16 {
  flex: 0 1 159700%;
}
.nautilus .phi-15 {
  flex: 0 1 61.80338134%;
}
.nautilus .phi-14 {
  flex: 0 1 61.8034447822%;
}
.nautilus .phi-13 {
  flex: 0 1 61.8032786885%;
}
.nautilus .phi-12 {
  flex: 0 1 61.8037135279%;
}
.nautilus .phi-11 {
  flex: 0 1 61.8025751073%;
}
.nautilus .phi-10 {
  flex: 0 1 61.8055555556%;
}
.nautilus .phi-09 {
  flex: 0 1 61.797752809%;
}
.nautilus .phi-08 {
  flex: 0 1 61.8181818182%;
}
.nautilus .phi-07 {
  flex: 0 1 61.7647058824%;
}
.nautilus .phi-06 {
  flex: 0 1 61.9047619048%;
}
.nautilus .phi-05 {
  flex: 0 1 61.5384615385%;
}
.nautilus .phi-04 {
  flex: 0 1 62.5%;
}
.nautilus .phi-03 {
  flex: 0 1 60%;
}
.nautilus .phi-02 {
  flex: 0 1 66.6666666667%;
}
.nautilus .phi-01 {
  flex: 0 1 50%;
}
.nautilus .phi-987 {
  flex: 0 1 61.80338134%;
}
.nautilus .phi-610 {
  flex: 0 1 38.19661866%;
}
.nautilus .phi-233 {
  flex: 0 1 23.60676268%;
}
.nautilus .phi-377 {
  flex: 0 1 14.58985598%;
}
.nautilus .phi-144, .nautilus .footer-body .widget:nth-of-type(2), .footer-body .nautilus .widget:nth-of-type(2) {
  flex: 0 1 9.0169067%;
}
.nautilus .phi-55 {
  flex: 0 1 9.0169067%;
  padding-bottom: 61.797752809%;
}
.nautilus div[class*=fib-] {
  box-sizing: border-box;
}

.page .arc, .multiple .arc {
  position: relative;
  overflow: hidden;
  background-repeat: no-repeat;
  background-size: cover;
}
.page .arc::before, .multiple .arc::before {
  color: gray;
  position: absolute;
}
.page .arc::after, .multiple .arc::after {
  background: linear-gradient(to right, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0) 20%);
  background: rgba(255, 255, 255, 0.1);
  border-radius: 50%;
  border: 0px white solid;
  width: 200%;
  height: 200%;
  position: absolute;
  pointer-events: none;
}
.page .arc::after, .multiple .arc::after {
  box-shadow: 10px 10px 50px rgba(0, 0, 0, 0.3);
}
.page .arc-ne::after, .multiple .arc-ne::after {
  box-shadow: 0px 10px 50px rgba(0, 0, 0, 0.2);
  content: "";
  right: 0;
  top: 0;
}
.page .arc-se::after, .multiple .arc-se::after {
  content: "";
  bottom: 0;
  right: 0;
}
.page .arc-sw::after, .multiple .arc-sw::after {
  content: "";
  bottom: 0;
  left: 0;
}
.page .arc-nw:not(.x)::after, .multiple .arc-nw:not(.x)::after {
  content: "";
  left: 0;
  top: 0;
}
.page .arc-nw:not(.x)::after, .multiple .arc-nw:not(.x)::after {
  box-shadow: -3px -3px 50px rgba(0, 0, 0, 0.25);
}
.page:not(.page-about) .fib-610::after, .multiple:not(.page-about) .fib-610::after {
  display: none;
}
.page .fib-2584, .multiple .fib-2584 {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  left: 100%;
}
.page .fib-2584::after, .multiple .fib-2584::after {
  background: linear-gradient(to top, white 0%, rgba(255, 255, 255, 0) 100%);
}

#xrecent-podcast-episodes-32 header {
  position: relative;
  overflow: hidden;
}
#xrecent-podcast-episodes-32 header::after {
  background: red;
  box-shadow: 10px 10px 50px rgba(0, 0, 0, 0.3);
  border-radius: 50%;
  border: 0px white solid;
  width: 200%;
  height: 200%;
  position: absolute;
  content: "hello" !important;
  bottom: 0;
  right: 0;
  z-index: 98104;
}

.singular .body-center {
  position: relative;
}
.singular .body-center .arc-foot {
  box-shadow: none !important;
  padding-bottom: 100%;
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  pointer-events: none;
}
.singular .body-center .arc-foot::after {
  box-shadow: 1px 1px 50px #e9e9e9;
}

.cell::before {
  display: none;
}
.cell::after {
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.5);
}
.cell.cell-5.arc-ne::after {
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.5);
}
.cell.cell-3.arc-se::after {
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.5);
}
.cell.cell-8.arc-nw:not(.x)::after {
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.5);
}
.cell.cell-2.arc-sw::after {
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.5);
}
.cell.cell-1.arc-nw::after {
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.5);
}
.cell.cell-13.arc-sw::after {
  box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.5);
}

.nautilus {
  background-repeat: no-repeat;
  background-size: cover;
  width: 1597px;
  max-width: 100%;
  margin: 0 auto;
}
.nautilus .box,
.nautilus .cell {
  padding: 0;
  margin: 0;
}
.nautilus .secondary.box {
  background-repeat: no-repeat;
  background-size: cover;
}
.nautilus .logo {
  align-content: space-around;
  background-color: var(--cnai-dark);
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
.nautilus .logo h2 {
  color: white;
  font-family: "Open Sans", sans-serif;
  font-size: 2rem;
  font-weight: 700;
  padding-right: 1rem;
  position: absolute;
  bottom: 0;
  right: 0;
  text-align: right;
  text-transform: uppercase;
}
.nautilus .logo a {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
}
.nautilus .logo img {
  position: absolute;
  margin: auto;
  opacity: 50%;
  width: 80%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
body:not(.page) .nautilus .logo.arc::after {
  display: none;
}
.nautilus .square,
.nautilus .aspect-square,
.nautilus section.taxonomy #nav_menu-62,
section.taxonomy .nautilus #nav_menu-62,
.nautilus section.taxonomy #nav_menu-132,
section.taxonomy .nautilus #nav_menu-132 {
  padding: 0 0 100% 0;
  position: relative;
}
.nautilus .major {
  flex: 1 1 61.80338134%;
}
@media (max-width: 999px) {
  .nautilus .major {
    max-width: 100%;
  }
}
.nautilus .major.fib-144, .nautilus .footer-body .major.widget:nth-of-type(3), .footer-body .nautilus .major.widget:nth-of-type(3), .nautilus .footer-body .major.widget:nth-of-type(4), .footer-body .nautilus .major.widget:nth-of-type(4) {
  padding-bottom: 61.80338134%;
}
.nautilus .minor {
  flex: 1 1 38.19661866%;
}
.nautilus .minor .flex-col {
  flex-direction: column;
}

@media (max-width: 799px) {
  aside.minor:not(.x):not(#x) {
    display: none;
  }
}
.grid div {
  color: black;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
}
.grid {
  display: grid;
  grid-template-columns: repeat(34, 1fr);
  grid-template-rows: repeat(21, 1fr);
  height: 100%;
  width: 100%;
}

.fib-610.major {
  background: linear-gradient(to right, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0) 20%);
}

.grid div {
  color: black;
  padding: 0em;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
}

.cell-21 {
  grid-column-start: 14;
  grid-column-end: 35;
  grid-row-start: 1;
  grid-row-end: 22;
}

.cell-13 {
  grid-column-start: 1;
  grid-column-end: 14;
  grid-row-start: 9;
  grid-row-end: 22;
}

.cell-8 {
  grid-column-start: 1;
  grid-column-end: 9;
  grid-row-start: 1;
  grid-row-end: 9;
}

.cell-5 {
  grid-column-start: 9;
  grid-column-end: 14;
  grid-row-start: 1;
  grid-row-end: 6;
}

.cell-3 {
  grid-column-start: 11;
  grid-column-end: 14;
  grid-row-start: 6;
  grid-row-end: 9;
}

.cell-2 {
  grid-column-start: 9;
  grid-column-end: 11;
  grid-row-start: 7;
  grid-row-end: 9;
}

.cell-1 {
  grid-column-start: 9;
  grid-column-end: 10;
  grid-row-start: 6;
  grid-row-end: 7;
}

.cell-1:last-of-type() {
  grid-column-start: 10;
  grid-column-end: 11;
  grid-row-start: 6;
  grid-row-end: 7;
}

.page-about .chamber.outline {
  box-shadow: inset 0px 0px 3px 0px rgba(0, 0, 0, 0.2);
}

.page:not(.has-featured-image) .nautilus .fib-610.major,
.multiple:not(.has-featured-image) .nautilus .fib-610.major {
  background-color: var(--cnai-secondary);
}
.home:not(.has-featured-image) .nautilus .fib-610.major {
  background-color: var(--gray);
}

.single .fib-610,
.single .fib-233 .minor div {
  box-shadow: none;
  background: none;
}

body.home .archive-header:not(.x):not(.y):not(.z) {
  background-image: url(images/wave-crest-dots-377.png);
  background-repeat: no-repeat;
  background-size: cover;
  content: "";
}
body.home .archive-header:not(.x):not(.y):not(.z) a {
  background-color: transparent;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
@media (max-width: 999px) {
  .nautilus > .major + .minor {
    flex: 0 0 100%;
  }
}
main article {
  font-size: 1.2rem;
  padding: 0;
}
main article center h2, main article center h3, main article center h4 {
  font-family: "Open Sans", sans-serif;
}
main article center h2 {
  font-size: 2.5rem;
}
main article center h3 {
  font-size: 2rem;
}

.single-post .widget_recent_entries {
  display: none;
}

body.singular main article header,
body.singular main article center,
body.singular main article footer {
  margin-left: auto;
  max-width: 60rem;
}
body.singular header .hail {
  position: relative;
  z-index: 208;
}
@media (min-width: 800px) {
  body.singular header .hail {
    float: right;
    margin-top: -4rem;
  }
}
body.singular:not(.single) .hail {
  display: none;
}
body.singular .tertiary {
  pointer-events: none;
}
body.singular .header-title h1 {
  color: white;
  font-family: "Nevis", "Open Sans", sans-serif;
  margin: 0;
  padding: 2rem 4rem;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  text-transform: uppercase;
}
@media (max-width: 999px) {
  body.singular .secondary:not(#x) {
    display: none;
  }
}
body.singular .body-center .flex {
  margin: 0;
}
body.singular .fib-987::after {
  content: "";
}
body.singular .fib-987 article {
  padding: 0;
}
body.singular .fib-987 article header {
  position: relative;
}
body.singular .fib-987 article header sup {
  display: none;
}
body.singular .fib-987 article header h1 {
  font-family: "Nevis", "Open Sans", sans-serif;
  text-transform: uppercase;
  line-height: 1em;
  margin: 0;
  padding: 2rem 2rem 1rem 2rem;
}
@media (max-width: 799px) {
  body.singular .fib-987 article header h1 {
    font-size: 2rem;
  }
}
body.singular .fib-987 article header dl {
  margin: 0;
  padding: 2rem 2rem 0rem 2rem;
}
body.singular .fib-987 article header dl .article-categories {
  display: none;
}
body.singular .fib-987 article center {
  padding: 2rem;
}
@media (min-width: 1000px) {
  body.singular.has-featured-image .fib-987 article, body.singular.page.has-featured-image main center {
    margin-right: calc(377 / 1597 * 100% * -1);
    position: relative;
    z-index: 98104;
  }
}
body.singular section.taxonomy {
  display: none;
}
body.singular.has-featured-image .fib-987.aspect-square, body.singular.has-featured-image section.taxonomy .fib-987#nav_menu-62, section.taxonomy body.singular.has-featured-image .fib-987#nav_menu-62,
body.singular.has-featured-image section.taxonomy .fib-987#nav_menu-132,
section.taxonomy body.singular.has-featured-image .fib-987#nav_menu-132 {
  position: relative;
}
body.singular.has-featured-image .fib-987.aspect-square::before, body.singular.has-featured-image section.taxonomy .fib-987#nav_menu-62::before, section.taxonomy body.singular.has-featured-image .fib-987#nav_menu-62::before,
body.singular.has-featured-image section.taxonomy .fib-987#nav_menu-132::before,
section.taxonomy body.singular.has-featured-image .fib-987#nav_menu-132::before {
  background: linear-gradient(rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.5) 100%);
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 0;
}
@media (max-width: 799px) {
  body.singular.has-featured-image .fib-987.aspect-square::before, body.singular.has-featured-image section.taxonomy .fib-987#nav_menu-62::before, section.taxonomy body.singular.has-featured-image .fib-987#nav_menu-62::before,
body.singular.has-featured-image section.taxonomy .fib-987#nav_menu-132::before,
section.taxonomy body.singular.has-featured-image .fib-987#nav_menu-132::before {
    background: linear-gradient(rgba(0, 0, 0, 0) 15%, rgba(0, 0, 0, 0.75) 100%);
  }
}
@media (min-width: 1000px) {
  body.singular.has-featured-image .fib-987.aspect-square::before, body.singular.has-featured-image section.taxonomy .fib-987#nav_menu-62::before, section.taxonomy body.singular.has-featured-image .fib-987#nav_menu-62::before,
body.singular.has-featured-image section.taxonomy .fib-987#nav_menu-132::before,
section.taxonomy body.singular.has-featured-image .fib-987#nav_menu-132::before {
    right: calc(377 / 1597 * 100% * -1);
  }
}
body.singular.has-featured-image header {
  position: relative;
}
body.singular.has-featured-image header h1 {
  color: white;
  padding: 0 2rem 1rem 2rem;
  position: absolute;
  bottom: 100%;
  left: 0;
  right: 0;
  z-index: 1;
}
body.singular figure.billboard {
  position: absolute;
  height: 0;
  width: 100%;
  padding-bottom: 100%;
}
@media (min-width: 1000px) {
  body.singular figure.billboard {
    padding-bottom: calc( 1 / var(--phi) * 100% );
    padding-bottom: 61.80338134%;
  }
}
body.singular figure.billboard img {
  display: none;
}
body.singular figure.billboard footer:not(.x):not(.y) {
  right: auto;
  left: 77%;
}
@media (max-width: 999px) {
  body.singular figure.billboard footer:not(.x):not(.y) {
    left: auto;
    right: 1rem;
    top: 1rem;
    bottom: auto;
  }
}
@media (max-width: 799px) {
  body.singular figure.billboard footer:not(.x):not(.y) {
    top: 4rem;
  }
}
@media (max-width: 999px) {
  body.singular figure.billboard.has-description .description {
    left: auto;
    bottom: auto;
    top: 1em;
    right: 1em;
  }
  body.singular figure.billboard.has-description .description:hover {
    padding-bottom: 1rem;
  }
}
body.singular figure.billboard figcaption {
  display: none;
}
body.singular address.person {
  padding-left: 2rem;
  padding-right: 2rem;
  position: relative;
}
@media (min-width: 800px) {
  body.singular address.person::before {
    background: #ff3800;
    content: "";
    width: 12rem;
    height: 4px;
    position: absolute;
    bottom: calc(100% - .25rem);
    left: 2rem;
  }
  body.singular address.person aside {
    margin-right: 2rem;
  }
}
body.singular address.person header {
  margin-left: 0;
}
body.singular address.person header h3 {
  content: "Continue Reading";
  font-size: 1.5rem;
  font-family: "Nevis", "Open Sans", sans-serif;
  min-width: 100%;
  padding: 1rem 2rem 0 0;
  text-transform: uppercase;
}
body.singular .nautilus {
  position: relative;
}
body.singular .nautilus.x::before {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 0;
  width: 100%;
  padding-bottom: 61.80338134%;
  pointer-events: none;
}
@media (max-width: 999px) {
  body.singular .nautilus.x::before {
    padding-bottom: 100%;
  }
}
body.singular .nautilus .featured .major-square {
  padding-top: 100%;
  padding-bottom: 0;
}
body.singular .logo {
  background: transparent;
}
body.singular .logo.arc-sw::after {
  display: none;
}

body.single .nautilus .logo a {
  display: none;
}

.main-header {
  background-color: #ff3800;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 0;
  position: relative;
}
.main-header h1 {
  color: rgba(255, 255, 255, 0.75);
  font-size: 3rem;
  line-height: 1;
  margin: 0;
  padding-left: 1rem;
  padding-bottom: 0.5rem;
  position: absolute;
  text-transform: uppercase;
  bottom: 0;
}
@media (min-width: 1000px) {
  .main-header {
    background-image: url(images/wave-crest-dots-377.png);
  }
}

body:not(.page) .main-header:not(.main-header-right) {
  padding-bottom: 100%;
}
@media (min-width: 1000px) {
  body:not(.page) .main-header:not(.main-header-right) {
    display: none;
  }
}

body .main-header.main-header-right {
  display: none;
}

.main-header.main-header-right {
  padding-bottom: 100%;
  position: absolute;
}

@media (min-width: 800px) {
  .main-header.main-header-right {
    display: block;
  }
}
@media (max-width: 799px) {
  body.multiple:not(.home) big.header a {
    background-image: url("images/header-mind-matters-light.png");
  }
}
@media (min-width: 1000px) {
  body.page .main-header:not(.main-header-right) {
    display: none;
  }
}
body.page .has-featured-image .secondary {
  position: relative;
}
body.page .has-featured-image .secondary::before {
  background-repeat: no-repeat;
  content: "";
  padding-bottom: 161.8%;
  pointer-events: none;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 0;
}
body.page main .main-center {
  padding: var(--n);
}
body.page main .main-center article {
  padding-left: 0;
  padding-right: 0;
}
body.page main .main-center::after {
  padding-bottom: calc( ( 987 + 233 ) / 1597 * 100% - 4rem);
  float: left;
  width: 1px;
  content: "";
  height: 0;
}

.page-about:not(#x) aside:not(:last-of-type) {
  display: none;
}

body.page .nautilus .main-center .page .arc,
.multiple .arc {
  position: relative;
  overflow: hidden;
  background-repeat: no-repeat;
  background-size: cover;
}

.page .arc::before, .multiple .arc::before {
  color: gray;
  position: absolute;
}

.page .arc::after, .multiple .arc::after {
  background: linear-gradient(to right, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0) 20%);
  background: rgba(255, 255, 255, 0.1);
  border-radius: 50%;
  border: 0px white solid;
  width: 200%;
  height: 200%;
  position: absolute;
  pointer-events: none;
}

.page .arc::after, .multiple .arc::after {
  box-shadow: 10px 10px 50px rgba(0, 0, 0, 0.3);
}

.page.has-featured-image .arc:not(.arc-foot):not(.fib-2584), .multiple.has-featured-image .arc:not(.arc-foot):not(.fib-2584) {
  outline: 1px rgba(0, 0, 0, 0.2) solid;
}

.page .arc-ne::after, .multiple .arc-ne::after {
  box-shadow: 0px 10px 50px rgba(0, 0, 0, 0.2);
  content: "";
  right: 0;
  top: 0;
}

.page .arc-se::after, .multiple .arc-se::after {
  content: "";
  bottom: 0;
  right: 0;
}

.page .arc-sw::after, .multiple .arc-sw::after {
  content: "";
  bottom: 0;
  left: 0;
}

.page .arc-nw:not(.x)::after, .multiple .arc-nw:not(.x)::after {
  content: "";
  left: 0;
  top: 0;
}

.page .arc-nw:not(.x)::after, .multiple .arc-nw:not(.x)::after {
  box-shadow: -3px -3px 50px rgba(0, 0, 0, 0.25);
}

.page:not(.page-about) .fib-610::after, .multiple:not(.page-about) .fib-610::after {
  display: none;
}

.page .fib-2584, .multiple .fib-2584 {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  left: 100%;
}

.page .fib-2584::after, .multiple .fib-2584::after {
  background: linear-gradient(to top, white 0%, rgba(255, 255, 255, 0) 100%);
}

@media (min-width: 1000px) {
  body.singular .main-footer {
    margin-right: calc(377 / 1597 * 100% * -1);
  }
}
body.singular .main-footer .adjacencies {
  position: relative;
  width: 100%;
  max-width: 60rem;
  margin-left: auto;
}
body.singular .main-footer .adjacencies::before {
  content: "Continue Reading";
  font-family: var(--nevis);
  font-size: 1.5rem;
  min-width: 100%;
  padding: 1rem 2rem 0 2rem;
  text-transform: uppercase;
}
body.singular .main-footer .adjacencies::after {
  background: var(--cnai-secondary);
  content: "";
  width: 12rem;
  height: 4px;
  position: absolute;
  bottom: calc(100% - .25rem);
  left: 2rem;
}
body.singular .main-footer .adjacencies article {
  margin-right: 0;
  padding: 2rem;
}
@media (max-width: 999px) {
  body.singular .main-footer .adjacencies article {
    flex-basis: 100%;
  }
}
body.singular .main-footer .adjacencies article a {
  display: block;
}
body.singular .main-footer .adjacencies article sup {
  font-weight: bold;
  display: block;
  height: auto;
  padding: 0rem;
  padding-bottom: 0.2rem;
  text-transform: uppercase;
  width: 100%;
  z-index: 208;
}
body.singular .main-footer .adjacencies article header sup {
  display: none;
}
body.singular .main-footer .adjacencies article figure {
  margin: 0 0 1rem 0;
  height: 0;
  padding-bottom: calc(9/16 * 100%);
  width: 100%;
  z-index: 208;
}
body.singular .main-footer .adjacencies article header {
  font-family: "Nevis", "Open Sans", sans-serif;
  font-size: 1.4rem;
  line-height: 1.1;
  text-transform: uppercase;
  z-index: 208;
}
body.singular .main-footer .adjacencies article.next {
  background: linear-gradient(to bottom right, #ffffff 0%, #eeeeee 25%, #ffffff 40%);
}

@media (max-width: 799px) {
  body.multiple:not(.home) big.header a {
    background-image: url("images/header-mind-matters-light.png");
  }
}
body.multiple .main-header {
  background-color: var(--cnai-secondary);
  background-image: url(images/wave-crest-dots-377.png);
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 0;
  position: relative;
}
body.multiple .main-header:not(.main-header-right) {
  padding-bottom: 100%;
}
@media (min-width: 1000px) {
  body.multiple .main-header:not(.main-header-right) {
    display: none;
  }
}
body.multiple .main-header h1 {
  font-family: var(--nevis);
  color: rgba(255, 255, 255, 0.75);
  font-size: 3rem;
  line-height: 1;
  margin: 0;
  padding-left: 1rem;
  padding-bottom: 0.5rem;
  position: absolute;
  text-transform: uppercase;
  bottom: 0;
}
@media (min-width: 1000px) {
  body.multiple .main-header {
    background-image: url(images/wave-crest-dots-377.png);
  }
}
body.multiple .main-header.main-header-right {
  padding-bottom: 100%;
  position: absolute;
}
@media (min-width: 800px) {
  body.multiple .main-header.main-header-right {
    display: block;
  }
}
body.multiple .body-center {
  margin: 0 auto;
}
@media (max-width: 799px) {
  body.multiple section.articles article[mode=tease] {
    margin-bottom: 2rem;
    padding: 0;
  }
  body.multiple section.articles article[mode=tease] header,
body.multiple section.articles article[mode=tease] center,
body.multiple section.articles article[mode=tease] figure {
    flex: 0 0 100%;
  }
  body.multiple section.articles article[mode=tease] figure ~ header, body.multiple section.articles article[mode=tease] figure ~ center {
    padding: 0 2rem;
  }
  body.multiple section.articles article[mode=tease] header h2 a {
    display: block;
    padding-top: 1rem;
  }
  body.multiple section.articles article[mode=tease] figure {
    position: static;
  }
}

.post-type-archive-podcast #recent-podcast-episodes-32,
.archive .major.fib-377 #categories-82 {
  display: none;
}

.search-results article header h2 a {
  font-family: var(--nevis);
}
.search-results article figure, .search-results article center {
  display: none;
}

main {
  font-size: 1.2rem;
}

.main-header h1 {
  font-family: var(--nevis);
  color: rgba(255, 255, 255, 0.75);
  font-size: 3rem;
  line-height: 1;
  margin: 0;
  text-transform: uppercase;
  bottom: 0;
}

main h2, main h3, main h4 {
  font-family: "Open Sans", sans-serif;
}
main h2 {
  font-size: 2rem;
}
main h3 {
  font-size: 1.8rem;
}

.widget header {
  color: var(--gray);
  font-family: "Nevis", "Open Sans", sans-serif;
  font-weight: bold;
  padding-top: 1rem;
  text-transform: uppercase;
}
.widget ul {
  padding-right: 1rem;
}

.center-bar a:link:not(.x),
.side-bar a:link:not(.x) {
  color: var(--gray);
  color: #a0c0c9;
}
.center-bar a:hover:not(.x),
.side-bar a:hover:not(.x) {
  color: var(--cnai-secondary);
}

body:not(.post-type-archive-podcast):not(.single-podcast) #nav_menu-82,
body.page #categories-82,
body.post-type-archive #categories-82 {
  display: none;
}

.fib-377 .widget header {
  line-height: 1;
  position: relative;
}
.fib-377 .widget header::after {
  content: "";
  display: none;
  position: absolute;
  top: 0;
  right: 0;
  background: gray;
}
.fib-377 .widget header::before {
  display: block;
  font-family: "Open Sans", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  position: relative;
  bottom: 100%;
}
.fib-377 #recent-podcast-episodes-32 header::before {
  content: "Recent";
}
.fib-377 #recent-posts-82 header::before {
  content: "Recent";
}
.fib-377 #nav_menu-82 header::before {
  content: "Podcast";
}
.multiple .fib-377 #categories-82 {
  display: none;
}

section.taxonomy.box {
  padding: 0;
}
section.taxonomy .widget {
  overflow: hidden;
  width: 100%;
}
@media (max-width: 999px) {
  section.taxonomy .widget.widget_categories, section.taxonomy .widget.widget_archive, section.taxonomy .widget.widget_nav_menu {
    padding-left: 1rem;
  }
}
section.taxonomy .widget header {
  padding-bottom: 0.5rem;
}
section.taxonomy .widget header::before {
  content: "";
  display: block;
  background: var(--gray-light);
  margin-bottom: 0.5rem;
  margin-top: 1rem;
  width: 20%;
  height: 4px;
}
section.taxonomy #nav_menu-62,
section.taxonomy #nav_menu-132 {
  background-color: #a0c0c9;
  font-family: "Open Sans", sans-serif;
  position: relative;
  width: 100%;
}
.home section.taxonomy #nav_menu-62,
.home section.taxonomy #nav_menu-132 {
  display: none;
}
section.taxonomy #nav_menu-62 ul,
section.taxonomy #nav_menu-132 ul {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin: 0;
  padding: 0;
  position: absolute;
  text-transform: uppercase;
  width: 100%;
  height: 100%;
}
section.taxonomy #nav_menu-62 ul li,
section.taxonomy #nav_menu-132 ul li {
  flex: 0 0 auto;
  font-size: 0.9rem;
  font-weight: 600;
  text-align: center;
  height: 1.5rem;
  line-height: 1.5rem;
}
section.taxonomy #nav_menu-62 ul li:nth-of-type(2),
section.taxonomy #nav_menu-132 ul li:nth-of-type(2) {
  font-family: "Crimson Text", serif;
  text-transform: none;
  font-size: 1.1rem;
  font-style: italic;
}
section.taxonomy #nav_menu-62 ul li:nth-of-type(2) a:link:not(.x),
section.taxonomy #nav_menu-132 ul li:nth-of-type(2) a:link:not(.x) {
  color: white;
  pointer-events: none;
}
section.taxonomy #nav_menu-62 ul li a,
section.taxonomy #nav_menu-132 ul li a {
  display: block;
  position: static;
}
section.taxonomy #nav_menu-62 ul li a:link:not(.x),
section.taxonomy #nav_menu-62 ul li a:visited:not(.x),
section.taxonomy #nav_menu-132 ul li a:link:not(.x),
section.taxonomy #nav_menu-132 ul li a:visited:not(.x) {
  color: rgba(255, 255, 255, 0.5);
}
section.taxonomy #nav_menu-62 ul li a:hover:not(.x),
section.taxonomy #nav_menu-132 ul li a:hover:not(.x) {
  color: white;
}

.center-bar ul,
.side-box ul {
  margin: 0;
  padding: 0;
}
.center-bar ul li,
.side-box ul li {
  list-style: none;
  line-height: 1.1em;
}
.center-bar ul li a,
.side-box ul li a {
  display: block;
  font-size: 0.85rem;
  padding-bottom: 0.5rem;
  padding-right: 0.25rem;
}

.side-box aside header {
  background-color: #e5e5e5;
  background-size: cover;
  line-height: 2rem;
  padding-top: calc(100% - 3rem);
  padding-bottom: 1rem;
  padding-left: 1rem;
}
.side-box aside header::before {
  display: none;
}
.side-box aside ul {
  padding: 1rem;
}
.side-box aside ul li {
  padding-bottom: 0.5rem;
}

.custom_html-32 {
  display: none !important;
}

#dpe_fp_widget-22 {
  display: none;
}
#dpe_fp_widget-22 > header {
  position: relative;
}
#dpe_fp_widget-22 > header::before {
  content: "Featured";
  color: var(--gray);
  display: block;
  font-family: "Open Sans", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  opacity: 1;
  position: relative;
  bottom: 100%;
}

.single #dpe_fp_widget-22 {
  display: block;
}

body:not(.home) .secondary article {
  height: 0;
  padding-bottom: 100%;
}
.secondary .covers {
  position: relative;
}
.secondary .covers .article-cover {
  position: relative;
}
.secondary .covers .article-cover header {
  background: linear-gradient(rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
  color: white;
  font-family: "Nevis", sans-serif;
  font-size: 1rem;
  line-height: 1.2em;
  padding: 5rem 1rem 0.5rem 1rem;
  position: absolute;
  bottom: 0;
  text-transform: uppercase;
}
.secondary .covers .article-cover figure {
  display: block !important;
  margin: 0;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.secondary .covers .article-cover figure img {
  margin: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.secondary .covers .article-cover a:not(:hover) header {
  background: linear-gradient(rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.8) 50%, white 100%);
  color: #c1c1c1;
}
.secondary .covers .article-cover a:not(:hover) figure img {
  filter: grayscale(1);
  opacity: 0.3;
}

@media (min-width: 800px) {
  .home:not(#x) .featured article {
    padding-top: calc(987/1597 * 100%);
  }
  .home:not(#x) .featured article figure {
    padding-bottom: calc(987/1597 * 100%);
  }
}
.home:not(#x) .tertiary .podcast-cell {
  background-color: var(--cnai-secondary);
  position: relative;
}
.home:not(#x) .tertiary .podcast-cell a {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.home:not(#x) .tertiary .podcast-cell h2 {
  color: white;
  font-family: "Open Sans", sans-serif;
  font-size: 2rem;
  font-weight: 700;
  line-height: 2rem;
  text-align: center;
  text-transform: uppercase;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}
.home:not(#x) .tertiary .play {
  padding-top: 100%;
  position: relative;
}
.home:not(#x) .tertiary .play .button {
  background: var(--cnai-dark);
  border: 0;
  border-radius: 0;
  color: var(--cnai-secondary);
  margin: 0;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  text-indent: -98104px;
}
.home:not(#x) .tertiary .play .button::before {
  content: "";
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border-style: solid;
  border-color: white;
  left: calc(50% - 25px);
  top: calc(50% - 25px);
  border-width: 2px;
  position: absolute;
}
.home:not(#x) .tertiary .play .button::after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-color: transparent transparent transparent white;
  border-width: 15px;
  position: absolute;
  left: calc(50% - 3px);
  top: calc(50% - 13px);
}
.home:not(#x) .tertiary .play .button:hover {
  background-color: var(--cnai-dark);
}
.home:not(#x) .tertiary .play .button:hover::before {
  background-color: white;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5);
}
.home:not(#x) .tertiary .play .button:hover::after {
  border-color: transparent transparent transparent var(--cnai-dark);
}
@media (max-width: 799px) {
  .home:not(#x) .tertiary.minor {
    display: none;
  }
}

.header-area {
  display: flex;
  justify-content: space-between;
}
.header-area .widget {
  flex: 0 1 auto;
}
.header-area .widget_nav_menu {
  align-items: center;
}
.header-area .widget_nav_menu ul {
  flex: auto;
}
.header-area .widget_nav_menu a:link,
.header-area .widget_nav_menu a:visited {
  color: var(--gray-light);
  display: block;
  font-weight: 700;
  line-height: 3rem;
  margin: auto;
  text-transform: uppercase;
  padding-right: 0.5rem;
}
.header-area .widget_nav_menu a:link:hover,
.header-area .widget_nav_menu a:visited:hover {
  color: var(--cnai-secondary);
}
@media (max-width: 799px) {
  .header-area .widget_nav_menu a:link,
.header-area .widget_nav_menu a:visited {
    font-size: 2rem;
  }
}
@media (max-width: 799px) {
  .header-area .menu-primary-container {
    cursor: pointer;
    position: absolute;
    top: 0;
    right: 0;
    width: 65px;
    height: 50px;
    background: black;
    background: linear-gradient(to left bottom, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0) 70%);
    overflow: hidden;
    transition: width 0.25s, background-color 1s;
  }
  .header-area .menu-primary-container::before {
    border-bottom: 5px white solid;
    border-top: 5px white solid;
    content: "";
    top: 11px;
    z-index: 999991804;
    background-color: transparent;
    content: "";
    width: 35px;
    height: 6px;
    position: absolute;
    right: 15px;
    transition: 0.4s;
  }
  .header-area .menu-primary-container::after {
    background-color: transparent;
    content: "";
    width: 35px;
    height: 6px;
    position: absolute;
    right: 15px;
    transition: 0.4s;
    border-top: 5px white solid;
    top: 34px;
  }
  .header-area .menu-primary-container ul.menu {
    padding-top: 50px;
  }
  .header-area .widget_nav_menu.on {
    background-color: black;
    width: 100vw;
    height: 100vh;
    transition: width 0.5s, background-color 1s;
    position: fixed;
    left: 0;
  }
  .header-area .widget_nav_menu.on .widget_nav_menu ul li a:link,
.header-area .widget_nav_menu.on .widget_nav_menu ul li a:visited {
    color: white;
    font-size: 1rem;
    line-height: 1.3;
    text-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
  }
  .header-area .widget_nav_menu.on .menu-primary-container {
    width: 100%;
    height: 100%;
  }
  .header-area .widget_nav_menu.on .menu-primary-container::before {
    transform: rotate(-45deg) translate(-9px, 6px);
    border-top: none;
    top: 8px;
    right: 13px;
  }
  .header-area .widget_nav_menu.on .menu-primary-container::after {
    transform: rotate(45deg) translate(-8px, -8px);
  }
  .header-area .widget_nav_menu.on ul.menu {
    display: block;
    width: 100vw;
    height: 100vh;
    position: absolute;
    right: 0;
  }
  .header-area .widget_nav_menu.on ul.menu a {
    display: block;
    line-height: 50px;
    color: var(--gray-light);
    font-size: 2rem;
    font-weight: 400;
    padding: 0 0 0 1rem;
    position: relative;
    text-align: center;
    text-transform: uppercase;
  }
  .header-area .widget_nav_menu.on ul.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%;
  }
  .header-area .header-area .widget_search:not(#x),
.header-area #search-42 {
    display: none;
  }
  .header-area .widget_nav_menu {
    display: block;
  }
}
.header-area .display-none {
  display: none;
}
.header-area button.header-button {
  margin: 0;
  outline: none;
  padding: 0;
}
.header-area button.header-button:focus {
  outline: none;
}
@media (max-width: 799px) {
  .header-area button.header-button {
    background: rgba(0, 0, 0, 0.9);
    border: none;
    border-radius: 0;
    display: block;
    display: none;
    height: 50px;
    position: absolute;
    top: 0px;
    right: 100%;
    width: 50px;
  }
  .header-area button.header-button::before {
    background: red;
    display: block;
    height: 1.25rem;
    margin-left: 10px;
    width: 30px;
    border-color: rgba(0, 0, 0, 0.9);
    border-style: solid;
    border-width: 0px;
    content: "";
    background: linear-gradient(to bottom, var(--gray-light), var(--gray-light) 20%, transparent 20%, transparent 40%, var(--gray-light) 40%, var(--gray-light) 60%, transparent 60%, transparent 80%, var(--gray-light) 80%, var(--gray-light) 100%);
  }
}
.body-header .header-area.yin {
  right: 0;
  left: 20vw;
  transition: all 0.4s ease-in-out;
}
.body-header .header-area.yin::before {
  background: none;
  border-width: 3px 3px 0px 0px;
  top: 50%;
  transform: rotate(45deg);
  width: 1.25rem;
}
@media print {
  /* All your print styles go here */
  .single {
    background-image: none;
  }
  .single .endo {
    padding: 0;
  }
  .single #notice, .single .quaternary, .single .tertiary, .single .hail, .single #nav_menu-32, .single .main-footer, .single .footer-body, .single #search-42 {
    display: none !important;
  }
  .single article:not(#x) {
    margin-right: 0;
  }
  .single article:not(#x) header, .single article:not(#x) center, .single article:not(#x) footer {
    max-width: none;
    margin-right: auto;
  }
  .single .body-header {
    padding: 0;
  }
  .single .body-header big.header {
    position: absolute;
    padding-top: 2rem;
    z-index: 98104;
  }
  .single .body-header big.header a::after {
    color: rgba(255, 255, 255, 0.75);
  }
  .single .billboard:not(#x) {
    position: static;
  }
  .single .nautilus .major {
    flex: 1 1 100%;
  }
  .single .nautilus .square {
    padding-bottom: 0;
  }
  .single .fib-987 {
    padding-bottom: 61.80338134%;
    padding-bottom: 0;
  }
}
@media (min-width: 600px) {
  body.page .main-header:not(.main-header-right) {
    display: none;
  }
}
.mejs-container {
  max-width: 100% !important;
  width: 100% !important;
}

.lined-rows td {
  border-top: 1px var(--gray-lightest) solid;
}

.back-white-x:not(#x) {
  background: white;
}

.single-post main article .podcast-episode {
  background-color: var(--gray-lightest);
  margin-bottom: var(--n);
  padding: var(--n2) var(--n);
}

.single-post main article .podcast-episode h3 {
  font-size: 1.5rem;
}

.endo .alignleft {
  margin-left: 0;
}

.endo .alignright {
  margin-right: 0;
}

.single-post .widget_recent_entries {
  display: none;
}

.tagged-2018-hype .article-title:not(#x) {
  padding-top: 0.5rem;
}

.tagged-2018-hype .article-title::before {
  background-color: rgba(0, 0, 0, 0.25);
  color: white;
  content: "AI Hype Countdown";
  border: 4px white solid;
  font-size: 2rem;
  padding: 0rem 0.75rem 0 5.5ch;
  position: absolute;
  bottom: 100%;
  left: 2rem;
  white-space: nowrap;
}

.tagged-2018-hype .article-title::after {
  background-color: white;
  color: black;
  content: "2018";
  border: 4px white solid;
  font-size: 2rem;
  padding: 0rem 0.75rem;
  position: absolute;
  bottom: 100%;
  left: 2rem;
}

.logged-in .featured .tag-2018-hype sup {
  background: rgba(0, 0, 0, 0.5);
  border: 4px white solid;
  display: inline-block;
  margin-bottom: 0.25rem;
}

.logged-in .featured .tag-2018-hype sup::before,
.logged-in .featured .tag-2018-hype sup::after {
  display: inline-block;
  font-size: 2rem;
  font-weight: 700;
  padding: 0.25rem 0.5rem;
}

.logged-in .featured .tag-2018-hype sup::before {
  background: white;
  color: #ff3800;
  content: "2018";
}

.wp-block-embed-youtube .wp-block-embed__wrapper {
  position: relative;
  height: 0;
  padding-bottom: calc(9 / 16 * 100%);
}

.wp-embed-aspect-4-3 .wp-block-embed__wrapper {
  padding-bottom: calc(3 / 4 * 100%);
}

.wp-block-embed-youtube .wp-block-embed__wrapper iframe {
  height: 100%;
  width: 100%;
  position: absolute;
}

.logged-in .featured .tag-2018-hype sup::after {
  color: white;
  content: "AI Hype Countdown";
  display: inline-block;
  text-transform: uppercase;
}

.logged-in .featured .tag-2018-hype .article-meta {
  display: none;
}

@media screen and (max-width: 600px) {
  .tagged-2018-hype .article-title::before {
    content: "AI Hype";
  }
}
.frameless figure:not(.x):not(.y) {
  background: transparent;
}

address.person center.person-description:not(.x) {
  padding-top: 0.25rem;
  padding-left: 0;
}

html {
  background: linear-gradient(#c7c7c7 0%, rgba(255, 255, 255, 0.98) 105vh, rgba(255, 255, 255, 0.99) calc(100% - 900px), #e5e5e5 100%);
}

body {
  background-image: url("images/particle-wave-header-trans-4.png");
  background-position: center top;
  background-repeat: repeat-x;
  overflow-x: hidden;
}
@media (max-width: 999px) {
  body {
    padding: 0;
  }
}
body .endo {
  margin: 0px auto;
  padding: 0 3%;
  overflow: hidden;
}
@media (max-width: 799px) {
  body .endo {
    padding: 0;
  }
}
body .body-center {
  background: white;
  padding-bottom: 4rem;
}
body .body-center main {
  background: linear-gradient(to right, white 0%, rgba(255, 255, 255, 0) 100%);
}

@media (min-aspect-ratio: 1597/1087) {
  body.has-featured-image .body-center, body.xhome .body-center {
    overflow: hidden;
  }

  body.has-featured-image .nautilus:not(#x), body.xhome .nautilus:not(#x) {
    margin-top: -150px;
  }
}
@media (min-aspect-ratio: 1597/987) {
  body.has-featured-image .body-center, body.xhome .body-center {
    overflow: hidden;
  }

  body.has-featured-image .nautilus:not(#x), body.xhome .nautilus:not(#x) {
    margin-top: -200px;
  }
}
@media (min-aspect-ratio: 1597/887) {
  body.has-featured-image .body-center, body.xhome .body-center {
    overflow: hidden;
  }

  body.has-featured-image .nautilus:not(#x), body.xhome .nautilus:not(#x) {
    margin-top: -250px;
  }
}
a:link {
  color: var(--cnai-secondary);
}

a:visited {
  color: var(--cnai-secondary);
}

a:hover {
  color: var(--cnai-primary);
}

.secondary .podcast {
  position: relative;
}
.secondary .podcast header {
  padding-left: 1rem;
}
.secondary .podcast header h2 {
  color: white;
  font-family: "Nevis", "Open Sans", sans-serif;
  font-size: 1.5rem;
  padding-bottom: 0.5rem;
  position: absolute;
  text-transform: uppercase;
  bottom: 0;
}
.secondary .podcast header h2 small {
  font-size: 1.5rem;
  opacity: 0.5;
}

.podcast_meta {
  display: none;
}

section h2, section h3 {
  color: var(--gray-light);
  font-family: "Nevis", sans-serif;
  font-size: 1.4rem;
  line-height: 1.2em;
  text-transform: uppercase;
}

center.nautilus {
  background: white;
  margin: 0 auto;
}

body:not(.singular) main article {
  display: flex;
  flex-wrap: wrap;
  vertical-align: middle;
}
body:not(.singular) main article figure {
  order: 0;
}

main {
  padding-bottom: 4rem;
}
main article figure {
  margin: 0;
}
main article header:not(.x) a:link,
main article header:not(.x) a:visited {
  color: var(--cnai-secondary);
}
main article header:not(.x) a:hover {
  color: var(--cnai-dark);
}
main .section-header {
  padding: 3rem 2rem 1rem 2rem;
}
main .section-header h2 {
  margin: 0;
}

@media (max-width: 999px) {
  aside.minor {
    flex-shrink: 1;
  }
}

.articles {
  padding-bottom: 4rem;
}
body.home .articles header {
  order: 1;
}
body.home .articles figure {
  order: 0;
}
.articles article {
  display: flex;
  padding: 0 2rem;
  margin-bottom: 1rem;
}
.articles article header, .articles article center {
  padding: 0 0 0 2rem;
}
.articles article header {
  flex: 0 0 60%;
  position: relative;
}
@media (max-width: 799px) {
  .articles article header {
    flex-basis: 80%;
  }
}
.articles article header sup {
  display: block;
}
.articles article header sup dt, .articles article header sup dd, .articles article header sub dd.article-categories {
  display: none;
}
.articles article header sup dd.article-categories {
  display: inline;
}
.articles article header sup dd.article-author {
  background: var(--cnai-lighter);
  color: white;
  display: inline;
  padding: 0 3px;
}
.articles article header sup dd.article-author:not(.x)::before {
  content: "";
}
.articles article header .article-categories:not(.x)::before {
  content: "In ";
}
.articles article header .article-categories:not(.x) a {
  color: var(--cnai-lighter);
  font-weight: bold;
  white-space: nowrap;
}
.articles article header .article-categories:not(.x) a:hover {
  color: var(--cnai-dark);
}
.articles article header .article-date:not(.x):not(.y)::before {
  content: "| ";
  position: relative;
  top: -1px;
}
.articles article figure {
  flex: 0 0 40%;
}
@media (max-width: 799px) {
  .articles article figure {
    flex-basis: 20%;
  }
}
.articles article figure center {
  position: relative;
  padding-bottom: 61.80371353%;
  width: 100%;
}
@media (max-width: 799px) {
  .articles article figure center {
    padding-bottom: 100%;
  }
}
.articles article figure img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
footer a.archive-link {
  color: var(--cnai-secondary);
  display: block;
  font-family: "Open Sans", sans-serif;
  font-size: 1.8rem;
  font-weight: 700;
  margin-top: 2rem;
  padding: 0.5rem 0 0 2rem;
  position: relative;
  text-transform: uppercase;
}
footer a.archive-link::before {
  background-color: var(--cnai-secondary);
  content: "";
  height: 4px;
  position: absolute;
  top: 0;
  left: 2rem;
  width: 2rem;
}
.episodes footer a.archive-link {
  padding-left: 1rem;
}
.episodes footer a.archive-link::before {
  left: 1rem;
}
footer a.archive-link:hover {
  color: var(--cnai-dark);
}
footer a.archive-link:hover::before {
  background-color: var(--cnai-dark);
}
footer a.archive-link::after {
  content: " ...";
}

.article-cover {
  background-repeat: no-repeat;
  background-size: cover;
  padding-bottom: 100%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.article-cover sup, .article-cover sub {
  display: none;
}
.article-cover header h2::before {
  background: var(--cnai-secondary);
  color: white;
  font-family: "Open Sans", sans-serif;
  font-size: 1rem;
  font-weight: 700;
  display: inline-block;
  line-height: 1;
  padding: 3px 6px;
  position: absolute;
  bottom: calc(100% + 5px);
}
.secondary .article-cover header {
  padding-left: 0;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
.archive-header .article-cover header h2::before {
  content: "Latest Podcast";
}
.article-cover header .article sup dt, .article-cover header .article sup dd:not(.article-author) {
  display: none;
}
.article-cover header .article sup dd {
  color: white;
}
.secondary .article-cover figure, .archive-header .article-cover figure {
  display: none;
}

.featured header sup,
.secondary header sup,
.tertiary header sup {
  display: block;
}
.featured header sup .article-type,
.featured header sup .article-date,
.featured header sup .article-tags,
.featured header sup .article-categories,
.secondary header sup .article-type,
.secondary header sup .article-date,
.secondary header sup .article-tags,
.secondary header sup .article-categories,
.tertiary header sup .article-type,
.tertiary header sup .article-date,
.tertiary header sup .article-tags,
.tertiary header sup .article-categories {
  display: none;
}
.featured header sup dt.article-author,
.featured header sup .article-author::before,
.secondary header sup dt.article-author,
.secondary header sup .article-author::before,
.tertiary header sup dt.article-author,
.tertiary header sup .article-author::before {
  display: none;
}
.featured header sup .article-author,
.secondary header sup .article-author,
.tertiary header sup .article-author {
  background-color: var(--cnai-secondary);
  color: white;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1;
  padding: 3px 6px;
}

.secondary {
  position: relative;
}
.secondary .article-cover a {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.secondary .article-cover header {
  padding-left: 2rem;
}
.secondary .article-cover header h2 {
  color: rgba(255, 255, 255, 0.8);
  font-family: "Nevis", "Open Sans", sans-serif;
  font-size: 1.6rem;
  line-height: 1;
  margin: 0;
  padding: 0 2rem 1rem 0;
  text-transform: uppercase;
}
.secondary .article-cover header sub {
  display: none;
}
.secondary a:hover header h2 {
  color: white;
}
.secondary article {
  height: 50%;
  padding-bottom: 50%;
}
.secondary article::before {
  background: linear-gradient(to top, rgba(0, 0, 0, 0.75) 0%, rgba(0, 0, 0, 0) 75%);
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.secondary article:nth-of-type(2) {
  top: 50%;
}

.archive-header {
  position: relative;
}
.archive-header h2 {
  bottom: 0;
  color: white;
  font-family: "Nevis", "Open Sans", sans-serif;
  font-size: 2rem;
  padding-left: 1rem;
  position: absolute;
  text-transform: uppercase;
}
.archive-header h2 small {
  font-size: 1em;
  opacity: 0.8;
}

section.taxonomy ul li {
  padding-right: 0.5rem;
}

.archive-header .podcast header h2 {
  font-size: 24px;
  padding-bottom: 0.3rem;
}

.aspect-square.fib-377 .article-cover.podcast header, section.taxonomy .fib-377#nav_menu-62 .article-cover.podcast header,
section.taxonomy .fib-377#nav_menu-132 .article-cover.podcast header {
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.25) 25%, rgba(0, 0, 0, 0.75) 100%);
  padding: 5rem 1rem 0.25rem 0rem;
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  top: 0;
}

.aspect-square, section.taxonomy #nav_menu-62,
section.taxonomy #nav_menu-132 {
  padding: 0 0 100% 0;
}
